1pkg archive/tar, const TypeGNUSparse = 83 2pkg archive/tar, const TypeGNUSparse ideal-char 3pkg archive/tar, type Header struct, Xattrs map[string]string 4pkg compress/gzip, method (*Reader) Reset(io.Reader) error 5pkg crypto/tls, const CurveP256 = 23 6pkg crypto/tls, const CurveP256 CurveID 7pkg crypto/tls, const CurveP384 = 24 8pkg crypto/tls, const CurveP384 CurveID 9pkg crypto/tls, const CurveP521 = 25 10pkg crypto/tls, const CurveP521 CurveID 11pkg crypto/tls, func DialWithDialer(*net.Dialer, string, string, *Config) (*Conn, error) 12pkg crypto/tls, func NewLRUClientSessionCache(int) ClientSessionCache 13pkg crypto/tls, type ClientSessionCache interface { Get, Put } 14pkg crypto/tls, type ClientSessionCache interface, Get(string) (*ClientSessionState, bool) 15pkg crypto/tls, type ClientSessionCache interface, Put(string, *ClientSessionState) 16pkg crypto/tls, type ClientSessionState struct 17pkg crypto/tls, type Config struct, ClientSessionCache ClientSessionCache 18pkg crypto/tls, type Config struct, CurvePreferences []CurveID 19pkg crypto/tls, type ConnectionState struct, Version uint16 20pkg crypto/tls, type CurveID uint16 21pkg crypto/x509, func CreateCertificateRequest(io.Reader, *CertificateRequest, interface{}) ([]uint8, error) 22pkg crypto/x509, func ParseCertificateRequest([]uint8) (*CertificateRequest, error) 23pkg crypto/x509, type CertificateRequest struct 24pkg crypto/x509, type CertificateRequest struct, Attributes []pkix.AttributeTypeAndValueSET 25pkg crypto/x509, type CertificateRequest struct, DNSNames []string 26pkg crypto/x509, type CertificateRequest struct, EmailAddresses []string 27pkg crypto/x509, type CertificateRequest struct, Extensions []pkix.Extension 28pkg crypto/x509, type CertificateRequest struct, ExtraExtensions []pkix.Extension 29pkg crypto/x509, type CertificateRequest struct, IPAddresses []net.IP 30pkg crypto/x509, type CertificateRequest struct, PublicKey interface{} 31pkg crypto/x509, type CertificateRequest struct, PublicKeyAlgorithm PublicKeyAlgorithm 32pkg crypto/x509, type CertificateRequest struct, Raw []uint8 33pkg crypto/x509, type CertificateRequest struct, RawSubject []uint8 34pkg crypto/x509, type CertificateRequest struct, RawSubjectPublicKeyInfo []uint8 35pkg crypto/x509, type CertificateRequest struct, RawTBSCertificateRequest []uint8 36pkg crypto/x509, type CertificateRequest struct, Signature []uint8 37pkg crypto/x509, type CertificateRequest struct, SignatureAlgorithm SignatureAlgorithm 38pkg crypto/x509, type CertificateRequest struct, Subject pkix.Name 39pkg crypto/x509, type CertificateRequest struct, Version int 40pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct 41pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct, Type asn1.ObjectIdentifier 42pkg crypto/x509/pkix, type AttributeTypeAndValueSET struct, Value [][]AttributeTypeAndValue 43pkg debug/dwarf, const TagCondition = 63 44pkg debug/dwarf, const TagCondition Tag 45pkg debug/dwarf, const TagRvalueReferenceType = 66 46pkg debug/dwarf, const TagRvalueReferenceType Tag 47pkg debug/dwarf, const TagSharedType = 64 48pkg debug/dwarf, const TagSharedType Tag 49pkg debug/dwarf, const TagTemplateAlias = 67 50pkg debug/dwarf, const TagTemplateAlias Tag 51pkg debug/dwarf, const TagTypeUnit = 65 52pkg debug/dwarf, const TagTypeUnit Tag 53pkg debug/dwarf, method (*Data) AddTypes(string, []uint8) error 54pkg debug/macho, const CpuArm = 12 55pkg debug/macho, const CpuArm Cpu 56pkg debug/macho, const CpuPpc = 18 57pkg debug/macho, const CpuPpc Cpu 58pkg debug/macho, const CpuPpc64 = 16777234 59pkg debug/macho, const CpuPpc64 Cpu 60pkg debug/macho, const MagicFat = 3405691582 61pkg debug/macho, const MagicFat uint32 62pkg debug/macho, const TypeBundle = 8 63pkg debug/macho, const TypeBundle Type 64pkg debug/macho, const TypeDylib = 6 65pkg debug/macho, const TypeDylib Type 66pkg debug/macho, func NewFatFile(io.ReaderAt) (*FatFile, error) 67pkg debug/macho, func OpenFat(string) (*FatFile, error) 68pkg debug/macho, method (*FatFile) Close() error 69pkg debug/macho, method (FatArch) Close() error 70pkg debug/macho, method (FatArch) DWARF() (*dwarf.Data, error) 71pkg debug/macho, method (FatArch) ImportedLibraries() ([]string, error) 72pkg debug/macho, method (FatArch) ImportedSymbols() ([]string, error) 73pkg debug/macho, method (FatArch) Section(string) *Section 74pkg debug/macho, method (FatArch) Segment(string) *Segment 75pkg debug/macho, type FatArch struct 76pkg debug/macho, type FatArch struct, embedded *File 77pkg debug/macho, type FatArch struct, embedded FatArchHeader 78pkg debug/macho, type FatArchHeader struct 79pkg debug/macho, type FatArchHeader struct, Align uint32 80pkg debug/macho, type FatArchHeader struct, Cpu Cpu 81pkg debug/macho, type FatArchHeader struct, Offset uint32 82pkg debug/macho, type FatArchHeader struct, Size uint32 83pkg debug/macho, type FatArchHeader struct, SubCpu uint32 84pkg debug/macho, type FatFile struct 85pkg debug/macho, type FatFile struct, Arches []FatArch 86pkg debug/macho, type FatFile struct, Magic uint32 87pkg debug/macho, var ErrNotFat *FormatError 88pkg debug/pe, type DataDirectory struct 89pkg debug/pe, type DataDirectory struct, Size uint32 90pkg debug/pe, type DataDirectory struct, VirtualAddress uint32 91pkg debug/pe, type File struct, OptionalHeader interface{} 92pkg debug/pe, type OptionalHeader32 struct 93pkg debug/pe, type OptionalHeader32 struct, AddressOfEntryPoint uint32 94pkg debug/pe, type OptionalHeader32 struct, BaseOfCode uint32 95pkg debug/pe, type OptionalHeader32 struct, BaseOfData uint32 96pkg debug/pe, type OptionalHeader32 struct, CheckSum uint32 97pkg debug/pe, type OptionalHeader32 struct, DataDirectory [16]DataDirectory 98pkg debug/pe, type OptionalHeader32 struct, DllCharacteristics uint16 99pkg debug/pe, type OptionalHeader32 struct, FileAlignment uint32 100pkg debug/pe, type OptionalHeader32 struct, ImageBase uint32 101pkg debug/pe, type OptionalHeader32 struct, LoaderFlags uint32 102pkg debug/pe, type OptionalHeader32 struct, Magic uint16 103pkg debug/pe, type OptionalHeader32 struct, MajorImageVersion uint16 104pkg debug/pe, type OptionalHeader32 struct, MajorLinkerVersion uint8 105pkg debug/pe, type OptionalHeader32 struct, MajorOperatingSystemVersion uint16 106pkg debug/pe, type OptionalHeader32 struct, MajorSubsystemVersion uint16 107pkg debug/pe, type OptionalHeader32 struct, MinorImageVersion uint16 108pkg debug/pe, type OptionalHeader32 struct, MinorLinkerVersion uint8 109pkg debug/pe, type OptionalHeader32 struct, MinorOperatingSystemVersion uint16 110pkg debug/pe, type OptionalHeader32 struct, MinorSubsystemVersion uint16 111pkg debug/pe, type OptionalHeader32 struct, NumberOfRvaAndSizes uint32 112pkg debug/pe, type OptionalHeader32 struct, SectionAlignment uint32 113pkg debug/pe, type OptionalHeader32 struct, SizeOfCode uint32 114pkg debug/pe, type OptionalHeader32 struct, SizeOfHeaders uint32 115pkg debug/pe, type OptionalHeader32 struct, SizeOfHeapCommit uint32 116pkg debug/pe, type OptionalHeader32 struct, SizeOfHeapReserve uint32 117pkg debug/pe, type OptionalHeader32 struct, SizeOfImage uint32 118pkg debug/pe, type OptionalHeader32 struct, SizeOfInitializedData uint32 119pkg debug/pe, type OptionalHeader32 struct, SizeOfStackCommit uint32 120pkg debug/pe, type OptionalHeader32 struct, SizeOfStackReserve uint32 121pkg debug/pe, type OptionalHeader32 struct, SizeOfUninitializedData uint32 122pkg debug/pe, type OptionalHeader32 struct, Subsystem uint16 123pkg debug/pe, type OptionalHeader32 struct, Win32VersionValue uint32 124pkg debug/pe, type OptionalHeader64 struct 125pkg debug/pe, type OptionalHeader64 struct, AddressOfEntryPoint uint32 126pkg debug/pe, type OptionalHeader64 struct, BaseOfCode uint32 127pkg debug/pe, type OptionalHeader64 struct, CheckSum uint32 128pkg debug/pe, type OptionalHeader64 struct, DataDirectory [16]DataDirectory 129pkg debug/pe, type OptionalHeader64 struct, DllCharacteristics uint16 130pkg debug/pe, type OptionalHeader64 struct, FileAlignment uint32 131pkg debug/pe, type OptionalHeader64 struct, ImageBase uint64 132pkg debug/pe, type OptionalHeader64 struct, LoaderFlags uint32 133pkg debug/pe, type OptionalHeader64 struct, Magic uint16 134pkg debug/pe, type OptionalHeader64 struct, MajorImageVersion uint16 135pkg debug/pe, type OptionalHeader64 struct, MajorLinkerVersion uint8 136pkg debug/pe, type OptionalHeader64 struct, MajorOperatingSystemVersion uint16 137pkg debug/pe, type OptionalHeader64 struct, MajorSubsystemVersion uint16 138pkg debug/pe, type OptionalHeader64 struct, MinorImageVersion uint16 139pkg debug/pe, type OptionalHeader64 struct, MinorLinkerVersion uint8 140pkg debug/pe, type OptionalHeader64 struct, MinorOperatingSystemVersion uint16 141pkg debug/pe, type OptionalHeader64 struct, MinorSubsystemVersion uint16 142pkg debug/pe, type OptionalHeader64 struct, NumberOfRvaAndSizes uint32 143pkg debug/pe, type OptionalHeader64 struct, SectionAlignment uint32 144pkg debug/pe, type OptionalHeader64 struct, SizeOfCode uint32 145pkg debug/pe, type OptionalHeader64 struct, SizeOfHeaders uint32 146pkg debug/pe, type OptionalHeader64 struct, SizeOfHeapCommit uint64 147pkg debug/pe, type OptionalHeader64 struct, SizeOfHeapReserve uint64 148pkg debug/pe, type OptionalHeader64 struct, SizeOfImage uint32 149pkg debug/pe, type OptionalHeader64 struct, SizeOfInitializedData uint32 150pkg debug/pe, type OptionalHeader64 struct, SizeOfStackCommit uint64 151pkg debug/pe, type OptionalHeader64 struct, SizeOfStackReserve uint64 152pkg debug/pe, type OptionalHeader64 struct, SizeOfUninitializedData uint32 153pkg debug/pe, type OptionalHeader64 struct, Subsystem uint16 154pkg debug/pe, type OptionalHeader64 struct, Win32VersionValue uint32 155pkg debug/plan9obj, const Magic386 = 491 156pkg debug/plan9obj, const Magic386 ideal-int 157pkg debug/plan9obj, const Magic64 = 32768 158pkg debug/plan9obj, const Magic64 ideal-int 159pkg debug/plan9obj, const MagicAMD64 = 35479 160pkg debug/plan9obj, const MagicAMD64 ideal-int 161pkg debug/plan9obj, const MagicARM = 1607 162pkg debug/plan9obj, const MagicARM ideal-int 163pkg debug/plan9obj, func NewFile(io.ReaderAt) (*File, error) 164pkg debug/plan9obj, func Open(string) (*File, error) 165pkg debug/plan9obj, method (*File) Close() error 166pkg debug/plan9obj, method (*File) Section(string) *Section 167pkg debug/plan9obj, method (*File) Symbols() ([]Sym, error) 168pkg debug/plan9obj, method (*Section) Data() ([]uint8, error) 169pkg debug/plan9obj, method (*Section) Open() io.ReadSeeker 170pkg debug/plan9obj, method (Section) ReadAt([]uint8, int64) (int, error) 171pkg debug/plan9obj, type File struct 172pkg debug/plan9obj, type File struct, Sections []*Section 173pkg debug/plan9obj, type File struct, embedded FileHeader 174pkg debug/plan9obj, type FileHeader struct 175pkg debug/plan9obj, type FileHeader struct, Bss uint32 176pkg debug/plan9obj, type FileHeader struct, Entry uint64 177pkg debug/plan9obj, type FileHeader struct, Magic uint32 178pkg debug/plan9obj, type FileHeader struct, PtrSize int 179pkg debug/plan9obj, type Section struct 180pkg debug/plan9obj, type Section struct, embedded SectionHeader 181pkg debug/plan9obj, type Section struct, embedded io.ReaderAt 182pkg debug/plan9obj, type SectionHeader struct 183pkg debug/plan9obj, type SectionHeader struct, Name string 184pkg debug/plan9obj, type SectionHeader struct, Offset uint32 185pkg debug/plan9obj, type SectionHeader struct, Size uint32 186pkg debug/plan9obj, type Sym struct 187pkg debug/plan9obj, type Sym struct, Name string 188pkg debug/plan9obj, type Sym struct, Type int32 189pkg debug/plan9obj, type Sym struct, Value uint64 190pkg encoding/asn1, method (ObjectIdentifier) String() string 191pkg go/build, type Package struct, MFiles []string 192pkg math/big, method (*Int) MarshalText() ([]uint8, error) 193pkg math/big, method (*Int) UnmarshalText([]uint8) error 194pkg math/big, method (*Rat) MarshalText() ([]uint8, error) 195pkg math/big, method (*Rat) UnmarshalText([]uint8) error 196pkg net, type Dialer struct, KeepAlive time.Duration 197pkg net/http, const StateActive = 1 198pkg net/http, const StateActive ConnState 199pkg net/http, const StateClosed = 4 200pkg net/http, const StateClosed ConnState 201pkg net/http, const StateHijacked = 3 202pkg net/http, const StateHijacked ConnState 203pkg net/http, const StateIdle = 2 204pkg net/http, const StateIdle ConnState 205pkg net/http, const StateNew = 0 206pkg net/http, const StateNew ConnState 207pkg net/http, method (*Server) SetKeepAlivesEnabled(bool) 208pkg net/http, method (ConnState) String() string 209pkg net/http, type Client struct, Timeout time.Duration 210pkg net/http, type ConnState int 211pkg net/http, type Response struct, TLS *tls.ConnectionState 212pkg net/http, type Server struct, ConnState func(net.Conn, ConnState) 213pkg net/http, type Server struct, ErrorLog *log.Logger 214pkg net/http, type Transport struct, TLSHandshakeTimeout time.Duration 215pkg regexp/syntax, method (*Inst) MatchRunePos(int32) int 216pkg regexp/syntax, method (InstOp) String() string 217pkg runtime/debug, func SetPanicOnFault(bool) bool 218pkg runtime/debug, func WriteHeapDump(uintptr) 219pkg sync, method (*Pool) Get() interface{} 220pkg sync, method (*Pool) Put(interface{}) 221pkg sync, type Pool struct 222pkg sync, type Pool struct, New func() interface{} 223pkg syscall (darwin-386), func FcntlFlock(uintptr, int, *Flock_t) error 224pkg syscall (darwin-386), func Mlock([]uint8) error 225pkg syscall (darwin-386), func Mlockall(int) error 226pkg syscall (darwin-386), func Mprotect([]uint8, int) error 227pkg syscall (darwin-386), func Munlock([]uint8) error 228pkg syscall (darwin-386), func Munlockall() error 229pkg syscall (darwin-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 230pkg syscall (darwin-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 231pkg syscall (darwin-386-cgo), func Mlock([]uint8) error 232pkg syscall (darwin-386-cgo), func Mlockall(int) error 233pkg syscall (darwin-386-cgo), func Mprotect([]uint8, int) error 234pkg syscall (darwin-386-cgo), func Munlock([]uint8) error 235pkg syscall (darwin-386-cgo), func Munlockall() error 236pkg syscall (darwin-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 237pkg syscall (darwin-amd64), func FcntlFlock(uintptr, int, *Flock_t) error 238pkg syscall (darwin-amd64), func Mlock([]uint8) error 239pkg syscall (darwin-amd64), func Mlockall(int) error 240pkg syscall (darwin-amd64), func Mprotect([]uint8, int) error 241pkg syscall (darwin-amd64), func Munlock([]uint8) error 242pkg syscall (darwin-amd64), func Munlockall() error 243pkg syscall (darwin-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 244pkg syscall (darwin-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 245pkg syscall (darwin-amd64-cgo), func Mlock([]uint8) error 246pkg syscall (darwin-amd64-cgo), func Mlockall(int) error 247pkg syscall (darwin-amd64-cgo), func Mprotect([]uint8, int) error 248pkg syscall (darwin-amd64-cgo), func Munlock([]uint8) error 249pkg syscall (darwin-amd64-cgo), func Munlockall() error 250pkg syscall (darwin-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 251pkg syscall (freebsd-386), const AF_INET6_SDP = 42 252pkg syscall (freebsd-386), const AF_INET6_SDP ideal-int 253pkg syscall (freebsd-386), const AF_INET_SDP = 40 254pkg syscall (freebsd-386), const AF_INET_SDP ideal-int 255pkg syscall (freebsd-386), const AF_MAX = 42 256pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 246 257pkg syscall (freebsd-386), const DLT_MPEG_2_TS = 243 258pkg syscall (freebsd-386), const DLT_MPEG_2_TS ideal-int 259pkg syscall (freebsd-386), const DLT_NFC_LLCP = 245 260pkg syscall (freebsd-386), const DLT_NFC_LLCP ideal-int 261pkg syscall (freebsd-386), const DLT_NG40 = 244 262pkg syscall (freebsd-386), const DLT_NG40 ideal-int 263pkg syscall (freebsd-386), const ELAST = 96 264pkg syscall (freebsd-386), const ENOTRECOVERABLE = 95 265pkg syscall (freebsd-386), const ENOTRECOVERABLE Errno 266pkg syscall (freebsd-386), const EOWNERDEAD = 96 267pkg syscall (freebsd-386), const EOWNERDEAD Errno 268pkg syscall (freebsd-386), const EV_DROP = 4096 269pkg syscall (freebsd-386), const EV_DROP ideal-int 270pkg syscall (freebsd-386), const IPPROTO_MPLS = 137 271pkg syscall (freebsd-386), const IPPROTO_MPLS ideal-int 272pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER = 16777216 273pkg syscall (freebsd-386), const MAP_ALIGNED_SUPER ideal-int 274pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK = -16777216 275pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int 276pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24 277pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT ideal-int 278pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC = 262144 279pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC ideal-int 280pkg syscall (freebsd-386), const NAME_MAX = 255 281pkg syscall (freebsd-386), const NAME_MAX ideal-int 282pkg syscall (freebsd-386), const O_CLOEXEC = 1048576 283pkg syscall (freebsd-386), const RTF_GWFLAG_COMPAT = 2147483648 284pkg syscall (freebsd-386), const RTF_GWFLAG_COMPAT ideal-int 285pkg syscall (freebsd-386), const RT_NORTREF = 2 286pkg syscall (freebsd-386), const RT_NORTREF ideal-int 287pkg syscall (freebsd-386), const SIGLIBRT = 33 288pkg syscall (freebsd-386), const SIGLIBRT Signal 289pkg syscall (freebsd-386), const SOCK_CLOEXEC = 268435456 290pkg syscall (freebsd-386), const SOCK_CLOEXEC ideal-int 291pkg syscall (freebsd-386), const SOCK_NONBLOCK = 536870912 292pkg syscall (freebsd-386), const SOCK_NONBLOCK ideal-int 293pkg syscall (freebsd-386), const SO_VENDOR = 2147483648 294pkg syscall (freebsd-386), const SO_VENDOR ideal-int 295pkg syscall (freebsd-386), const SYS_ACCEPT4 = 541 296pkg syscall (freebsd-386), const SYS_ACCEPT4 ideal-int 297pkg syscall (freebsd-386), const SYS_BINDAT = 538 298pkg syscall (freebsd-386), const SYS_BINDAT ideal-int 299pkg syscall (freebsd-386), const SYS_CHFLAGSAT = 540 300pkg syscall (freebsd-386), const SYS_CHFLAGSAT ideal-int 301pkg syscall (freebsd-386), const SYS_CONNECTAT = 539 302pkg syscall (freebsd-386), const SYS_CONNECTAT ideal-int 303pkg syscall (freebsd-386), const SYS_PIPE2 = 542 304pkg syscall (freebsd-386), const SYS_PIPE2 ideal-int 305pkg syscall (freebsd-386), const SYS_PROCCTL = 544 306pkg syscall (freebsd-386), const SYS_PROCCTL ideal-int 307pkg syscall (freebsd-386), const TCP_VENDOR = 2147483648 308pkg syscall (freebsd-386), const TCP_VENDOR ideal-int 309pkg syscall (freebsd-386), const WEXITED = 16 310pkg syscall (freebsd-386), const WEXITED ideal-int 311pkg syscall (freebsd-386), const WTRAPPED = 32 312pkg syscall (freebsd-386), const WTRAPPED ideal-int 313pkg syscall (freebsd-386), func Accept4(int, int) (int, Sockaddr, error) 314pkg syscall (freebsd-386), func FcntlFlock(uintptr, int, *Flock_t) error 315pkg syscall (freebsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 316pkg syscall (freebsd-386), type Termios struct 317pkg syscall (freebsd-386), type Termios struct, Cc [20]uint8 318pkg syscall (freebsd-386), type Termios struct, Cflag uint32 319pkg syscall (freebsd-386), type Termios struct, Iflag uint32 320pkg syscall (freebsd-386), type Termios struct, Ispeed uint32 321pkg syscall (freebsd-386), type Termios struct, Lflag uint32 322pkg syscall (freebsd-386), type Termios struct, Oflag uint32 323pkg syscall (freebsd-386), type Termios struct, Ospeed uint32 324pkg syscall (freebsd-386-cgo), const AF_INET6_SDP = 42 325pkg syscall (freebsd-386-cgo), const AF_INET6_SDP ideal-int 326pkg syscall (freebsd-386-cgo), const AF_INET_SDP = 40 327pkg syscall (freebsd-386-cgo), const AF_INET_SDP ideal-int 328pkg syscall (freebsd-386-cgo), const AF_MAX = 42 329pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 246 330pkg syscall (freebsd-386-cgo), const DLT_MPEG_2_TS = 243 331pkg syscall (freebsd-386-cgo), const DLT_MPEG_2_TS ideal-int 332pkg syscall (freebsd-386-cgo), const DLT_NFC_LLCP = 245 333pkg syscall (freebsd-386-cgo), const DLT_NFC_LLCP ideal-int 334pkg syscall (freebsd-386-cgo), const DLT_NG40 = 244 335pkg syscall (freebsd-386-cgo), const DLT_NG40 ideal-int 336pkg syscall (freebsd-386-cgo), const ELAST = 96 337pkg syscall (freebsd-386-cgo), const ENOTRECOVERABLE = 95 338pkg syscall (freebsd-386-cgo), const ENOTRECOVERABLE Errno 339pkg syscall (freebsd-386-cgo), const EOWNERDEAD = 96 340pkg syscall (freebsd-386-cgo), const EOWNERDEAD Errno 341pkg syscall (freebsd-386-cgo), const EV_DROP = 4096 342pkg syscall (freebsd-386-cgo), const EV_DROP ideal-int 343pkg syscall (freebsd-386-cgo), const IPPROTO_MPLS = 137 344pkg syscall (freebsd-386-cgo), const IPPROTO_MPLS ideal-int 345pkg syscall (freebsd-386-cgo), const MAP_ALIGNED_SUPER = 16777216 346pkg syscall (freebsd-386-cgo), const MAP_ALIGNED_SUPER ideal-int 347pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216 348pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int 349pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24 350pkg syscall (freebsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int 351pkg syscall (freebsd-386-cgo), const MSG_CMSG_CLOEXEC = 262144 352pkg syscall (freebsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int 353pkg syscall (freebsd-386-cgo), const NAME_MAX = 255 354pkg syscall (freebsd-386-cgo), const NAME_MAX ideal-int 355pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 1048576 356pkg syscall (freebsd-386-cgo), const RTF_GWFLAG_COMPAT = 2147483648 357pkg syscall (freebsd-386-cgo), const RTF_GWFLAG_COMPAT ideal-int 358pkg syscall (freebsd-386-cgo), const RT_NORTREF = 2 359pkg syscall (freebsd-386-cgo), const RT_NORTREF ideal-int 360pkg syscall (freebsd-386-cgo), const SIGLIBRT = 33 361pkg syscall (freebsd-386-cgo), const SIGLIBRT Signal 362pkg syscall (freebsd-386-cgo), const SOCK_CLOEXEC = 268435456 363pkg syscall (freebsd-386-cgo), const SOCK_CLOEXEC ideal-int 364pkg syscall (freebsd-386-cgo), const SOCK_NONBLOCK = 536870912 365pkg syscall (freebsd-386-cgo), const SOCK_NONBLOCK ideal-int 366pkg syscall (freebsd-386-cgo), const SO_VENDOR = 2147483648 367pkg syscall (freebsd-386-cgo), const SO_VENDOR ideal-int 368pkg syscall (freebsd-386-cgo), const SYS_ACCEPT4 = 541 369pkg syscall (freebsd-386-cgo), const SYS_ACCEPT4 ideal-int 370pkg syscall (freebsd-386-cgo), const SYS_BINDAT = 538 371pkg syscall (freebsd-386-cgo), const SYS_BINDAT ideal-int 372pkg syscall (freebsd-386-cgo), const SYS_CHFLAGSAT = 540 373pkg syscall (freebsd-386-cgo), const SYS_CHFLAGSAT ideal-int 374pkg syscall (freebsd-386-cgo), const SYS_CONNECTAT = 539 375pkg syscall (freebsd-386-cgo), const SYS_CONNECTAT ideal-int 376pkg syscall (freebsd-386-cgo), const SYS_PIPE2 = 542 377pkg syscall (freebsd-386-cgo), const SYS_PIPE2 ideal-int 378pkg syscall (freebsd-386-cgo), const SYS_PROCCTL = 544 379pkg syscall (freebsd-386-cgo), const SYS_PROCCTL ideal-int 380pkg syscall (freebsd-386-cgo), const TCP_VENDOR = 2147483648 381pkg syscall (freebsd-386-cgo), const TCP_VENDOR ideal-int 382pkg syscall (freebsd-386-cgo), const WEXITED = 16 383pkg syscall (freebsd-386-cgo), const WEXITED ideal-int 384pkg syscall (freebsd-386-cgo), const WTRAPPED = 32 385pkg syscall (freebsd-386-cgo), const WTRAPPED ideal-int 386pkg syscall (freebsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error) 387pkg syscall (freebsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 388pkg syscall (freebsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 389pkg syscall (freebsd-386-cgo), type Termios struct 390pkg syscall (freebsd-386-cgo), type Termios struct, Cc [20]uint8 391pkg syscall (freebsd-386-cgo), type Termios struct, Cflag uint32 392pkg syscall (freebsd-386-cgo), type Termios struct, Iflag uint32 393pkg syscall (freebsd-386-cgo), type Termios struct, Ispeed uint32 394pkg syscall (freebsd-386-cgo), type Termios struct, Lflag uint32 395pkg syscall (freebsd-386-cgo), type Termios struct, Oflag uint32 396pkg syscall (freebsd-386-cgo), type Termios struct, Ospeed uint32 397pkg syscall (freebsd-amd64), const AF_INET6_SDP = 42 398pkg syscall (freebsd-amd64), const AF_INET6_SDP ideal-int 399pkg syscall (freebsd-amd64), const AF_INET_SDP = 40 400pkg syscall (freebsd-amd64), const AF_INET_SDP ideal-int 401pkg syscall (freebsd-amd64), const AF_MAX = 42 402pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 246 403pkg syscall (freebsd-amd64), const DLT_MPEG_2_TS = 243 404pkg syscall (freebsd-amd64), const DLT_MPEG_2_TS ideal-int 405pkg syscall (freebsd-amd64), const DLT_NFC_LLCP = 245 406pkg syscall (freebsd-amd64), const DLT_NFC_LLCP ideal-int 407pkg syscall (freebsd-amd64), const DLT_NG40 = 244 408pkg syscall (freebsd-amd64), const DLT_NG40 ideal-int 409pkg syscall (freebsd-amd64), const ELAST = 96 410pkg syscall (freebsd-amd64), const ENOTRECOVERABLE = 95 411pkg syscall (freebsd-amd64), const ENOTRECOVERABLE Errno 412pkg syscall (freebsd-amd64), const EOWNERDEAD = 96 413pkg syscall (freebsd-amd64), const EOWNERDEAD Errno 414pkg syscall (freebsd-amd64), const EV_DROP = 4096 415pkg syscall (freebsd-amd64), const EV_DROP ideal-int 416pkg syscall (freebsd-amd64), const IPPROTO_MPLS = 137 417pkg syscall (freebsd-amd64), const IPPROTO_MPLS ideal-int 418pkg syscall (freebsd-amd64), const MAP_32BIT = 524288 419pkg syscall (freebsd-amd64), const MAP_32BIT ideal-int 420pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER = 16777216 421pkg syscall (freebsd-amd64), const MAP_ALIGNED_SUPER ideal-int 422pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_MASK = -16777216 423pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_MASK ideal-int 424pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_SHIFT = 24 425pkg syscall (freebsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int 426pkg syscall (freebsd-amd64), const MSG_CMSG_CLOEXEC = 262144 427pkg syscall (freebsd-amd64), const MSG_CMSG_CLOEXEC ideal-int 428pkg syscall (freebsd-amd64), const NAME_MAX = 255 429pkg syscall (freebsd-amd64), const NAME_MAX ideal-int 430pkg syscall (freebsd-amd64), const O_CLOEXEC = 1048576 431pkg syscall (freebsd-amd64), const RTF_GWFLAG_COMPAT = 2147483648 432pkg syscall (freebsd-amd64), const RTF_GWFLAG_COMPAT ideal-int 433pkg syscall (freebsd-amd64), const RT_NORTREF = 2 434pkg syscall (freebsd-amd64), const RT_NORTREF ideal-int 435pkg syscall (freebsd-amd64), const SIGLIBRT = 33 436pkg syscall (freebsd-amd64), const SIGLIBRT Signal 437pkg syscall (freebsd-amd64), const SOCK_CLOEXEC = 268435456 438pkg syscall (freebsd-amd64), const SOCK_CLOEXEC ideal-int 439pkg syscall (freebsd-amd64), const SOCK_NONBLOCK = 536870912 440pkg syscall (freebsd-amd64), const SOCK_NONBLOCK ideal-int 441pkg syscall (freebsd-amd64), const SO_VENDOR = 2147483648 442pkg syscall (freebsd-amd64), const SO_VENDOR ideal-int 443pkg syscall (freebsd-amd64), const SYS_ACCEPT4 = 541 444pkg syscall (freebsd-amd64), const SYS_ACCEPT4 ideal-int 445pkg syscall (freebsd-amd64), const SYS_BINDAT = 538 446pkg syscall (freebsd-amd64), const SYS_BINDAT ideal-int 447pkg syscall (freebsd-amd64), const SYS_CHFLAGSAT = 540 448pkg syscall (freebsd-amd64), const SYS_CHFLAGSAT ideal-int 449pkg syscall (freebsd-amd64), const SYS_CONNECTAT = 539 450pkg syscall (freebsd-amd64), const SYS_CONNECTAT ideal-int 451pkg syscall (freebsd-amd64), const SYS_PIPE2 = 542 452pkg syscall (freebsd-amd64), const SYS_PIPE2 ideal-int 453pkg syscall (freebsd-amd64), const SYS_PROCCTL = 544 454pkg syscall (freebsd-amd64), const SYS_PROCCTL ideal-int 455pkg syscall (freebsd-amd64), const TCP_VENDOR = 2147483648 456pkg syscall (freebsd-amd64), const TCP_VENDOR ideal-int 457pkg syscall (freebsd-amd64), const WEXITED = 16 458pkg syscall (freebsd-amd64), const WEXITED ideal-int 459pkg syscall (freebsd-amd64), const WTRAPPED = 32 460pkg syscall (freebsd-amd64), const WTRAPPED ideal-int 461pkg syscall (freebsd-amd64), func Accept4(int, int) (int, Sockaddr, error) 462pkg syscall (freebsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error 463pkg syscall (freebsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 464pkg syscall (freebsd-amd64), type Termios struct 465pkg syscall (freebsd-amd64), type Termios struct, Cc [20]uint8 466pkg syscall (freebsd-amd64), type Termios struct, Cflag uint32 467pkg syscall (freebsd-amd64), type Termios struct, Iflag uint32 468pkg syscall (freebsd-amd64), type Termios struct, Ispeed uint32 469pkg syscall (freebsd-amd64), type Termios struct, Lflag uint32 470pkg syscall (freebsd-amd64), type Termios struct, Oflag uint32 471pkg syscall (freebsd-amd64), type Termios struct, Ospeed uint32 472pkg syscall (freebsd-amd64-cgo), const AF_INET6_SDP = 42 473pkg syscall (freebsd-amd64-cgo), const AF_INET6_SDP ideal-int 474pkg syscall (freebsd-amd64-cgo), const AF_INET_SDP = 40 475pkg syscall (freebsd-amd64-cgo), const AF_INET_SDP ideal-int 476pkg syscall (freebsd-amd64-cgo), const AF_MAX = 42 477pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 246 478pkg syscall (freebsd-amd64-cgo), const DLT_MPEG_2_TS = 243 479pkg syscall (freebsd-amd64-cgo), const DLT_MPEG_2_TS ideal-int 480pkg syscall (freebsd-amd64-cgo), const DLT_NFC_LLCP = 245 481pkg syscall (freebsd-amd64-cgo), const DLT_NFC_LLCP ideal-int 482pkg syscall (freebsd-amd64-cgo), const DLT_NG40 = 244 483pkg syscall (freebsd-amd64-cgo), const DLT_NG40 ideal-int 484pkg syscall (freebsd-amd64-cgo), const ELAST = 96 485pkg syscall (freebsd-amd64-cgo), const ENOTRECOVERABLE = 95 486pkg syscall (freebsd-amd64-cgo), const ENOTRECOVERABLE Errno 487pkg syscall (freebsd-amd64-cgo), const EOWNERDEAD = 96 488pkg syscall (freebsd-amd64-cgo), const EOWNERDEAD Errno 489pkg syscall (freebsd-amd64-cgo), const EV_DROP = 4096 490pkg syscall (freebsd-amd64-cgo), const EV_DROP ideal-int 491pkg syscall (freebsd-amd64-cgo), const IPPROTO_MPLS = 137 492pkg syscall (freebsd-amd64-cgo), const IPPROTO_MPLS ideal-int 493pkg syscall (freebsd-amd64-cgo), const MAP_32BIT = 524288 494pkg syscall (freebsd-amd64-cgo), const MAP_32BIT ideal-int 495pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNED_SUPER = 16777216 496pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNED_SUPER ideal-int 497pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216 498pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int 499pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24 500pkg syscall (freebsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int 501pkg syscall (freebsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 262144 502pkg syscall (freebsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int 503pkg syscall (freebsd-amd64-cgo), const NAME_MAX = 255 504pkg syscall (freebsd-amd64-cgo), const NAME_MAX ideal-int 505pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 1048576 506pkg syscall (freebsd-amd64-cgo), const RTF_GWFLAG_COMPAT = 2147483648 507pkg syscall (freebsd-amd64-cgo), const RTF_GWFLAG_COMPAT ideal-int 508pkg syscall (freebsd-amd64-cgo), const RT_NORTREF = 2 509pkg syscall (freebsd-amd64-cgo), const RT_NORTREF ideal-int 510pkg syscall (freebsd-amd64-cgo), const SIGLIBRT = 33 511pkg syscall (freebsd-amd64-cgo), const SIGLIBRT Signal 512pkg syscall (freebsd-amd64-cgo), const SOCK_CLOEXEC = 268435456 513pkg syscall (freebsd-amd64-cgo), const SOCK_CLOEXEC ideal-int 514pkg syscall (freebsd-amd64-cgo), const SOCK_NONBLOCK = 536870912 515pkg syscall (freebsd-amd64-cgo), const SOCK_NONBLOCK ideal-int 516pkg syscall (freebsd-amd64-cgo), const SO_VENDOR = 2147483648 517pkg syscall (freebsd-amd64-cgo), const SO_VENDOR ideal-int 518pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT4 = 541 519pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT4 ideal-int 520pkg syscall (freebsd-amd64-cgo), const SYS_BINDAT = 538 521pkg syscall (freebsd-amd64-cgo), const SYS_BINDAT ideal-int 522pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGSAT = 540 523pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGSAT ideal-int 524pkg syscall (freebsd-amd64-cgo), const SYS_CONNECTAT = 539 525pkg syscall (freebsd-amd64-cgo), const SYS_CONNECTAT ideal-int 526pkg syscall (freebsd-amd64-cgo), const SYS_PIPE2 = 542 527pkg syscall (freebsd-amd64-cgo), const SYS_PIPE2 ideal-int 528pkg syscall (freebsd-amd64-cgo), const SYS_PROCCTL = 544 529pkg syscall (freebsd-amd64-cgo), const SYS_PROCCTL ideal-int 530pkg syscall (freebsd-amd64-cgo), const TCP_VENDOR = 2147483648 531pkg syscall (freebsd-amd64-cgo), const TCP_VENDOR ideal-int 532pkg syscall (freebsd-amd64-cgo), const WEXITED = 16 533pkg syscall (freebsd-amd64-cgo), const WEXITED ideal-int 534pkg syscall (freebsd-amd64-cgo), const WTRAPPED = 32 535pkg syscall (freebsd-amd64-cgo), const WTRAPPED ideal-int 536pkg syscall (freebsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error) 537pkg syscall (freebsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 538pkg syscall (freebsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 539pkg syscall (freebsd-amd64-cgo), type Termios struct 540pkg syscall (freebsd-amd64-cgo), type Termios struct, Cc [20]uint8 541pkg syscall (freebsd-amd64-cgo), type Termios struct, Cflag uint32 542pkg syscall (freebsd-amd64-cgo), type Termios struct, Iflag uint32 543pkg syscall (freebsd-amd64-cgo), type Termios struct, Ispeed uint32 544pkg syscall (freebsd-amd64-cgo), type Termios struct, Lflag uint32 545pkg syscall (freebsd-amd64-cgo), type Termios struct, Oflag uint32 546pkg syscall (freebsd-amd64-cgo), type Termios struct, Ospeed uint32 547pkg syscall (freebsd-arm), const AF_INET6_SDP = 42 548pkg syscall (freebsd-arm), const AF_INET6_SDP ideal-int 549pkg syscall (freebsd-arm), const AF_INET_SDP = 40 550pkg syscall (freebsd-arm), const AF_INET_SDP ideal-int 551pkg syscall (freebsd-arm), const AF_MAX = 42 552pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074807406 553pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148549229 554pkg syscall (freebsd-arm), const ELAST = 96 555pkg syscall (freebsd-arm), const ENOTRECOVERABLE = 95 556pkg syscall (freebsd-arm), const ENOTRECOVERABLE Errno 557pkg syscall (freebsd-arm), const EOWNERDEAD = 96 558pkg syscall (freebsd-arm), const EOWNERDEAD Errno 559pkg syscall (freebsd-arm), const EV_DROP = 4096 560pkg syscall (freebsd-arm), const EV_DROP ideal-int 561pkg syscall (freebsd-arm), const IFT_CARP = 248 562pkg syscall (freebsd-arm), const IFT_CARP ideal-int 563pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER = 16777216 564pkg syscall (freebsd-arm), const MAP_ALIGNED_SUPER ideal-int 565pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK = -16777216 566pkg syscall (freebsd-arm), const MAP_ALIGNMENT_MASK ideal-int 567pkg syscall (freebsd-arm), const MAP_ALIGNMENT_SHIFT = 24 568pkg syscall (freebsd-arm), const MAP_ALIGNMENT_SHIFT ideal-int 569pkg syscall (freebsd-arm), const MSG_CMSG_CLOEXEC = 262144 570pkg syscall (freebsd-arm), const MSG_CMSG_CLOEXEC ideal-int 571pkg syscall (freebsd-arm), const NAME_MAX = 255 572pkg syscall (freebsd-arm), const NAME_MAX ideal-int 573pkg syscall (freebsd-arm), const O_CLOEXEC = 1048576 574pkg syscall (freebsd-arm), const RTF_GWFLAG_COMPAT = 2147483648 575pkg syscall (freebsd-arm), const RTF_GWFLAG_COMPAT ideal-int 576pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151704858 577pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274795323 578pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151704902 579pkg syscall (freebsd-arm), const SOCK_CLOEXEC = 268435456 580pkg syscall (freebsd-arm), const SOCK_CLOEXEC ideal-int 581pkg syscall (freebsd-arm), const SOCK_NONBLOCK = 536870912 582pkg syscall (freebsd-arm), const SOCK_NONBLOCK ideal-int 583pkg syscall (freebsd-arm), const SO_VENDOR = 2147483648 584pkg syscall (freebsd-arm), const SO_VENDOR ideal-int 585pkg syscall (freebsd-arm), const SYS_ACCEPT4 = 541 586pkg syscall (freebsd-arm), const SYS_ACCEPT4 ideal-int 587pkg syscall (freebsd-arm), const SYS_BINDAT = 538 588pkg syscall (freebsd-arm), const SYS_BINDAT ideal-int 589pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS = 515 590pkg syscall (freebsd-arm), const SYS_CAP_GETRIGHTS ideal-int 591pkg syscall (freebsd-arm), const SYS_CHFLAGSAT = 540 592pkg syscall (freebsd-arm), const SYS_CHFLAGSAT ideal-int 593pkg syscall (freebsd-arm), const SYS_CONNECTAT = 539 594pkg syscall (freebsd-arm), const SYS_CONNECTAT ideal-int 595pkg syscall (freebsd-arm), const SYS_PIPE2 = 542 596pkg syscall (freebsd-arm), const SYS_PIPE2 ideal-int 597pkg syscall (freebsd-arm), const SYS_PROCCTL = 544 598pkg syscall (freebsd-arm), const SYS_PROCCTL ideal-int 599pkg syscall (freebsd-arm), const SizeofBpfHdr = 32 600pkg syscall (freebsd-arm), const SizeofIfData = 96 601pkg syscall (freebsd-arm), const SizeofIfMsghdr = 112 602pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 54 603pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 106 604pkg syscall (freebsd-arm), const TCP_VENDOR = 2147483648 605pkg syscall (freebsd-arm), const TCP_VENDOR ideal-int 606pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074820185 607pkg syscall (freebsd-arm), func Accept4(int, int) (int, Sockaddr, error) 608pkg syscall (freebsd-arm), func Fchflags(int, int) error 609pkg syscall (freebsd-arm), func FcntlFlock(uintptr, int, *Flock_t) error 610pkg syscall (freebsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 611pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [6]uint8 612pkg syscall (freebsd-arm), type Flock_t struct, Pad_cgo_0 [4]uint8 613pkg syscall (freebsd-arm), type IfData struct, Pad_cgo_0 [4]uint8 614pkg syscall (freebsd-arm), type Termios struct 615pkg syscall (freebsd-arm), type Termios struct, Cc [20]uint8 616pkg syscall (freebsd-arm), type Termios struct, Cflag uint32 617pkg syscall (freebsd-arm), type Termios struct, Iflag uint32 618pkg syscall (freebsd-arm), type Termios struct, Ispeed uint32 619pkg syscall (freebsd-arm), type Termios struct, Lflag uint32 620pkg syscall (freebsd-arm), type Termios struct, Oflag uint32 621pkg syscall (freebsd-arm), type Termios struct, Ospeed uint32 622pkg syscall (freebsd-arm), type Timespec struct, Pad_cgo_0 [4]uint8 623pkg syscall (freebsd-arm), type Timeval struct, Pad_cgo_0 [4]uint8 624pkg syscall (freebsd-arm-cgo), const AF_INET6_SDP = 42 625pkg syscall (freebsd-arm-cgo), const AF_INET6_SDP ideal-int 626pkg syscall (freebsd-arm-cgo), const AF_INET_SDP = 40 627pkg syscall (freebsd-arm-cgo), const AF_INET_SDP ideal-int 628pkg syscall (freebsd-arm-cgo), const AF_MAX = 42 629pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074807406 630pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148549229 631pkg syscall (freebsd-arm-cgo), const ELAST = 96 632pkg syscall (freebsd-arm-cgo), const ENOTRECOVERABLE = 95 633pkg syscall (freebsd-arm-cgo), const ENOTRECOVERABLE Errno 634pkg syscall (freebsd-arm-cgo), const EOWNERDEAD = 96 635pkg syscall (freebsd-arm-cgo), const EOWNERDEAD Errno 636pkg syscall (freebsd-arm-cgo), const EV_DROP = 4096 637pkg syscall (freebsd-arm-cgo), const EV_DROP ideal-int 638pkg syscall (freebsd-arm-cgo), const IFT_CARP = 248 639pkg syscall (freebsd-arm-cgo), const IFT_CARP ideal-int 640pkg syscall (freebsd-arm-cgo), const MAP_ALIGNED_SUPER = 16777216 641pkg syscall (freebsd-arm-cgo), const MAP_ALIGNED_SUPER ideal-int 642pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_MASK = -16777216 643pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_MASK ideal-int 644pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_SHIFT = 24 645pkg syscall (freebsd-arm-cgo), const MAP_ALIGNMENT_SHIFT ideal-int 646pkg syscall (freebsd-arm-cgo), const MSG_CMSG_CLOEXEC = 262144 647pkg syscall (freebsd-arm-cgo), const MSG_CMSG_CLOEXEC ideal-int 648pkg syscall (freebsd-arm-cgo), const NAME_MAX = 255 649pkg syscall (freebsd-arm-cgo), const NAME_MAX ideal-int 650pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 1048576 651pkg syscall (freebsd-arm-cgo), const RTF_GWFLAG_COMPAT = 2147483648 652pkg syscall (freebsd-arm-cgo), const RTF_GWFLAG_COMPAT ideal-int 653pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151704858 654pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274795323 655pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902 656pkg syscall (freebsd-arm-cgo), const SOCK_CLOEXEC = 268435456 657pkg syscall (freebsd-arm-cgo), const SOCK_CLOEXEC ideal-int 658pkg syscall (freebsd-arm-cgo), const SOCK_NONBLOCK = 536870912 659pkg syscall (freebsd-arm-cgo), const SOCK_NONBLOCK ideal-int 660pkg syscall (freebsd-arm-cgo), const SO_VENDOR = 2147483648 661pkg syscall (freebsd-arm-cgo), const SO_VENDOR ideal-int 662pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT4 = 541 663pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT4 ideal-int 664pkg syscall (freebsd-arm-cgo), const SYS_BINDAT = 538 665pkg syscall (freebsd-arm-cgo), const SYS_BINDAT ideal-int 666pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETRIGHTS = 515 667pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETRIGHTS ideal-int 668pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGSAT = 540 669pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGSAT ideal-int 670pkg syscall (freebsd-arm-cgo), const SYS_CONNECTAT = 539 671pkg syscall (freebsd-arm-cgo), const SYS_CONNECTAT ideal-int 672pkg syscall (freebsd-arm-cgo), const SYS_PIPE2 = 542 673pkg syscall (freebsd-arm-cgo), const SYS_PIPE2 ideal-int 674pkg syscall (freebsd-arm-cgo), const SYS_PROCCTL = 544 675pkg syscall (freebsd-arm-cgo), const SYS_PROCCTL ideal-int 676pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 32 677pkg syscall (freebsd-arm-cgo), const SizeofIfData = 96 678pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 112 679pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 54 680pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 106 681pkg syscall (freebsd-arm-cgo), const TCP_VENDOR = 2147483648 682pkg syscall (freebsd-arm-cgo), const TCP_VENDOR ideal-int 683pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074820185 684pkg syscall (freebsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error) 685pkg syscall (freebsd-arm-cgo), func Fchflags(int, int) error 686pkg syscall (freebsd-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 687pkg syscall (freebsd-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 688pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [6]uint8 689pkg syscall (freebsd-arm-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 690pkg syscall (freebsd-arm-cgo), type IfData struct, Pad_cgo_0 [4]uint8 691pkg syscall (freebsd-arm-cgo), type Termios struct 692pkg syscall (freebsd-arm-cgo), type Termios struct, Cc [20]uint8 693pkg syscall (freebsd-arm-cgo), type Termios struct, Cflag uint32 694pkg syscall (freebsd-arm-cgo), type Termios struct, Iflag uint32 695pkg syscall (freebsd-arm-cgo), type Termios struct, Ispeed uint32 696pkg syscall (freebsd-arm-cgo), type Termios struct, Lflag uint32 697pkg syscall (freebsd-arm-cgo), type Termios struct, Oflag uint32 698pkg syscall (freebsd-arm-cgo), type Termios struct, Ospeed uint32 699pkg syscall (freebsd-arm-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 700pkg syscall (freebsd-arm-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 701pkg syscall (linux-386), func FcntlFlock(uintptr, int, *Flock_t) error 702pkg syscall (linux-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 703pkg syscall (linux-386), type Flock_t struct 704pkg syscall (linux-386), type Flock_t struct, Len int64 705pkg syscall (linux-386), type Flock_t struct, Pid int32 706pkg syscall (linux-386), type Flock_t struct, Start int64 707pkg syscall (linux-386), type Flock_t struct, Type int16 708pkg syscall (linux-386), type Flock_t struct, Whence int16 709pkg syscall (linux-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 710pkg syscall (linux-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 711pkg syscall (linux-386-cgo), type Flock_t struct 712pkg syscall (linux-386-cgo), type Flock_t struct, Len int64 713pkg syscall (linux-386-cgo), type Flock_t struct, Pid int32 714pkg syscall (linux-386-cgo), type Flock_t struct, Start int64 715pkg syscall (linux-386-cgo), type Flock_t struct, Type int16 716pkg syscall (linux-386-cgo), type Flock_t struct, Whence int16 717pkg syscall (linux-amd64), func FcntlFlock(uintptr, int, *Flock_t) error 718pkg syscall (linux-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 719pkg syscall (linux-amd64), type Flock_t struct 720pkg syscall (linux-amd64), type Flock_t struct, Len int64 721pkg syscall (linux-amd64), type Flock_t struct, Pad_cgo_0 [4]uint8 722pkg syscall (linux-amd64), type Flock_t struct, Pad_cgo_1 [4]uint8 723pkg syscall (linux-amd64), type Flock_t struct, Pid int32 724pkg syscall (linux-amd64), type Flock_t struct, Start int64 725pkg syscall (linux-amd64), type Flock_t struct, Type int16 726pkg syscall (linux-amd64), type Flock_t struct, Whence int16 727pkg syscall (linux-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 728pkg syscall (linux-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 729pkg syscall (linux-amd64-cgo), type Flock_t struct 730pkg syscall (linux-amd64-cgo), type Flock_t struct, Len int64 731pkg syscall (linux-amd64-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 732pkg syscall (linux-amd64-cgo), type Flock_t struct, Pad_cgo_1 [4]uint8 733pkg syscall (linux-amd64-cgo), type Flock_t struct, Pid int32 734pkg syscall (linux-amd64-cgo), type Flock_t struct, Start int64 735pkg syscall (linux-amd64-cgo), type Flock_t struct, Type int16 736pkg syscall (linux-amd64-cgo), type Flock_t struct, Whence int16 737pkg syscall (linux-arm), func FcntlFlock(uintptr, int, *Flock_t) error 738pkg syscall (linux-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 739pkg syscall (linux-arm), type Flock_t struct 740pkg syscall (linux-arm), type Flock_t struct, Len int64 741pkg syscall (linux-arm), type Flock_t struct, Pad_cgo_0 [4]uint8 742pkg syscall (linux-arm), type Flock_t struct, Pad_cgo_1 [4]uint8 743pkg syscall (linux-arm), type Flock_t struct, Pid int32 744pkg syscall (linux-arm), type Flock_t struct, Start int64 745pkg syscall (linux-arm), type Flock_t struct, Type int16 746pkg syscall (linux-arm), type Flock_t struct, Whence int16 747pkg syscall (linux-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 748pkg syscall (linux-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 749pkg syscall (linux-arm-cgo), type Flock_t struct 750pkg syscall (linux-arm-cgo), type Flock_t struct, Len int64 751pkg syscall (linux-arm-cgo), type Flock_t struct, Pad_cgo_0 [4]uint8 752pkg syscall (linux-arm-cgo), type Flock_t struct, Pad_cgo_1 [4]uint8 753pkg syscall (linux-arm-cgo), type Flock_t struct, Pid int32 754pkg syscall (linux-arm-cgo), type Flock_t struct, Start int64 755pkg syscall (linux-arm-cgo), type Flock_t struct, Type int16 756pkg syscall (linux-arm-cgo), type Flock_t struct, Whence int16 757pkg syscall (netbsd-386), const CLONE_CSIGNAL = 255 758pkg syscall (netbsd-386), const CLONE_CSIGNAL ideal-int 759pkg syscall (netbsd-386), const CLONE_FILES = 1024 760pkg syscall (netbsd-386), const CLONE_FILES ideal-int 761pkg syscall (netbsd-386), const CLONE_FS = 512 762pkg syscall (netbsd-386), const CLONE_FS ideal-int 763pkg syscall (netbsd-386), const CLONE_PID = 4096 764pkg syscall (netbsd-386), const CLONE_PID ideal-int 765pkg syscall (netbsd-386), const CLONE_PTRACE = 8192 766pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int 767pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048 768pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int 769pkg syscall (netbsd-386), const CLONE_VFORK = 16384 770pkg syscall (netbsd-386), const CLONE_VFORK ideal-int 771pkg syscall (netbsd-386), const CLONE_VM = 256 772pkg syscall (netbsd-386), const CLONE_VM ideal-int 773pkg syscall (netbsd-386), const MADV_DONTNEED = 4 774pkg syscall (netbsd-386), const MADV_DONTNEED ideal-int 775pkg syscall (netbsd-386), const MADV_FREE = 6 776pkg syscall (netbsd-386), const MADV_FREE ideal-int 777pkg syscall (netbsd-386), const MADV_NORMAL = 0 778pkg syscall (netbsd-386), const MADV_NORMAL ideal-int 779pkg syscall (netbsd-386), const MADV_RANDOM = 1 780pkg syscall (netbsd-386), const MADV_RANDOM ideal-int 781pkg syscall (netbsd-386), const MADV_SEQUENTIAL = 2 782pkg syscall (netbsd-386), const MADV_SEQUENTIAL ideal-int 783pkg syscall (netbsd-386), const MADV_SPACEAVAIL = 5 784pkg syscall (netbsd-386), const MADV_SPACEAVAIL ideal-int 785pkg syscall (netbsd-386), const MADV_WILLNEED = 3 786pkg syscall (netbsd-386), const MADV_WILLNEED ideal-int 787pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB = 402653184 788pkg syscall (netbsd-386), const MAP_ALIGNMENT_16MB ideal-int 789pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB = 671088640 790pkg syscall (netbsd-386), const MAP_ALIGNMENT_1TB ideal-int 791pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB = 805306368 792pkg syscall (netbsd-386), const MAP_ALIGNMENT_256TB ideal-int 793pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB = 536870912 794pkg syscall (netbsd-386), const MAP_ALIGNMENT_4GB ideal-int 795pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB = 268435456 796pkg syscall (netbsd-386), const MAP_ALIGNMENT_64KB ideal-int 797pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB = 939524096 798pkg syscall (netbsd-386), const MAP_ALIGNMENT_64PB ideal-int 799pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK = -16777216 800pkg syscall (netbsd-386), const MAP_ALIGNMENT_MASK ideal-int 801pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT = 24 802pkg syscall (netbsd-386), const MAP_ALIGNMENT_SHIFT ideal-int 803pkg syscall (netbsd-386), const MAP_ANON = 4096 804pkg syscall (netbsd-386), const MAP_ANON ideal-int 805pkg syscall (netbsd-386), const MAP_FILE = 0 806pkg syscall (netbsd-386), const MAP_FILE ideal-int 807pkg syscall (netbsd-386), const MAP_FIXED = 16 808pkg syscall (netbsd-386), const MAP_FIXED ideal-int 809pkg syscall (netbsd-386), const MAP_HASSEMAPHORE = 512 810pkg syscall (netbsd-386), const MAP_HASSEMAPHORE ideal-int 811pkg syscall (netbsd-386), const MAP_INHERIT = 128 812pkg syscall (netbsd-386), const MAP_INHERIT ideal-int 813pkg syscall (netbsd-386), const MAP_INHERIT_COPY = 1 814pkg syscall (netbsd-386), const MAP_INHERIT_COPY ideal-int 815pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT = 1 816pkg syscall (netbsd-386), const MAP_INHERIT_DEFAULT ideal-int 817pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY = 3 818pkg syscall (netbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int 819pkg syscall (netbsd-386), const MAP_INHERIT_NONE = 2 820pkg syscall (netbsd-386), const MAP_INHERIT_NONE ideal-int 821pkg syscall (netbsd-386), const MAP_INHERIT_SHARE = 0 822pkg syscall (netbsd-386), const MAP_INHERIT_SHARE ideal-int 823pkg syscall (netbsd-386), const MAP_NORESERVE = 64 824pkg syscall (netbsd-386), const MAP_NORESERVE ideal-int 825pkg syscall (netbsd-386), const MAP_PRIVATE = 2 826pkg syscall (netbsd-386), const MAP_PRIVATE ideal-int 827pkg syscall (netbsd-386), const MAP_RENAME = 32 828pkg syscall (netbsd-386), const MAP_RENAME ideal-int 829pkg syscall (netbsd-386), const MAP_SHARED = 1 830pkg syscall (netbsd-386), const MAP_SHARED ideal-int 831pkg syscall (netbsd-386), const MAP_STACK = 8192 832pkg syscall (netbsd-386), const MAP_STACK ideal-int 833pkg syscall (netbsd-386), const MAP_TRYFIXED = 1024 834pkg syscall (netbsd-386), const MAP_TRYFIXED ideal-int 835pkg syscall (netbsd-386), const MAP_WIRED = 2048 836pkg syscall (netbsd-386), const MAP_WIRED ideal-int 837pkg syscall (netbsd-386), const MCL_CURRENT = 1 838pkg syscall (netbsd-386), const MCL_CURRENT ideal-int 839pkg syscall (netbsd-386), const MCL_FUTURE = 2 840pkg syscall (netbsd-386), const MCL_FUTURE ideal-int 841pkg syscall (netbsd-386), const MS_ASYNC = 1 842pkg syscall (netbsd-386), const MS_ASYNC ideal-int 843pkg syscall (netbsd-386), const MS_INVALIDATE = 2 844pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int 845pkg syscall (netbsd-386), const MS_SYNC = 4 846pkg syscall (netbsd-386), const MS_SYNC ideal-int 847pkg syscall (netbsd-386), const PROT_EXEC = 4 848pkg syscall (netbsd-386), const PROT_EXEC ideal-int 849pkg syscall (netbsd-386), const PROT_NONE = 0 850pkg syscall (netbsd-386), const PROT_NONE ideal-int 851pkg syscall (netbsd-386), const PROT_READ = 1 852pkg syscall (netbsd-386), const PROT_READ ideal-int 853pkg syscall (netbsd-386), const PROT_WRITE = 2 854pkg syscall (netbsd-386), const PROT_WRITE ideal-int 855pkg syscall (netbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error 856pkg syscall (netbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 857pkg syscall (netbsd-386), type Termios struct 858pkg syscall (netbsd-386), type Termios struct, Cc [20]uint8 859pkg syscall (netbsd-386), type Termios struct, Cflag uint32 860pkg syscall (netbsd-386), type Termios struct, Iflag uint32 861pkg syscall (netbsd-386), type Termios struct, Ispeed int32 862pkg syscall (netbsd-386), type Termios struct, Lflag uint32 863pkg syscall (netbsd-386), type Termios struct, Oflag uint32 864pkg syscall (netbsd-386), type Termios struct, Ospeed int32 865pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL = 255 866pkg syscall (netbsd-386-cgo), const CLONE_CSIGNAL ideal-int 867pkg syscall (netbsd-386-cgo), const CLONE_FILES = 1024 868pkg syscall (netbsd-386-cgo), const CLONE_FILES ideal-int 869pkg syscall (netbsd-386-cgo), const CLONE_FS = 512 870pkg syscall (netbsd-386-cgo), const CLONE_FS ideal-int 871pkg syscall (netbsd-386-cgo), const CLONE_PID = 4096 872pkg syscall (netbsd-386-cgo), const CLONE_PID ideal-int 873pkg syscall (netbsd-386-cgo), const CLONE_PTRACE = 8192 874pkg syscall (netbsd-386-cgo), const CLONE_PTRACE ideal-int 875pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND = 2048 876pkg syscall (netbsd-386-cgo), const CLONE_SIGHAND ideal-int 877pkg syscall (netbsd-386-cgo), const CLONE_VFORK = 16384 878pkg syscall (netbsd-386-cgo), const CLONE_VFORK ideal-int 879pkg syscall (netbsd-386-cgo), const CLONE_VM = 256 880pkg syscall (netbsd-386-cgo), const CLONE_VM ideal-int 881pkg syscall (netbsd-386-cgo), const MADV_DONTNEED = 4 882pkg syscall (netbsd-386-cgo), const MADV_DONTNEED ideal-int 883pkg syscall (netbsd-386-cgo), const MADV_FREE = 6 884pkg syscall (netbsd-386-cgo), const MADV_FREE ideal-int 885pkg syscall (netbsd-386-cgo), const MADV_NORMAL = 0 886pkg syscall (netbsd-386-cgo), const MADV_NORMAL ideal-int 887pkg syscall (netbsd-386-cgo), const MADV_RANDOM = 1 888pkg syscall (netbsd-386-cgo), const MADV_RANDOM ideal-int 889pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL = 2 890pkg syscall (netbsd-386-cgo), const MADV_SEQUENTIAL ideal-int 891pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL = 5 892pkg syscall (netbsd-386-cgo), const MADV_SPACEAVAIL ideal-int 893pkg syscall (netbsd-386-cgo), const MADV_WILLNEED = 3 894pkg syscall (netbsd-386-cgo), const MADV_WILLNEED ideal-int 895pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB = 402653184 896pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_16MB ideal-int 897pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB = 671088640 898pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_1TB ideal-int 899pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB = 805306368 900pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_256TB ideal-int 901pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB = 536870912 902pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_4GB ideal-int 903pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB = 268435456 904pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64KB ideal-int 905pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB = 939524096 906pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_64PB ideal-int 907pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK = -16777216 908pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_MASK ideal-int 909pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT = 24 910pkg syscall (netbsd-386-cgo), const MAP_ALIGNMENT_SHIFT ideal-int 911pkg syscall (netbsd-386-cgo), const MAP_ANON = 4096 912pkg syscall (netbsd-386-cgo), const MAP_ANON ideal-int 913pkg syscall (netbsd-386-cgo), const MAP_FILE = 0 914pkg syscall (netbsd-386-cgo), const MAP_FILE ideal-int 915pkg syscall (netbsd-386-cgo), const MAP_FIXED = 16 916pkg syscall (netbsd-386-cgo), const MAP_FIXED ideal-int 917pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE = 512 918pkg syscall (netbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int 919pkg syscall (netbsd-386-cgo), const MAP_INHERIT = 128 920pkg syscall (netbsd-386-cgo), const MAP_INHERIT ideal-int 921pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY = 1 922pkg syscall (netbsd-386-cgo), const MAP_INHERIT_COPY ideal-int 923pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT = 1 924pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DEFAULT ideal-int 925pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3 926pkg syscall (netbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int 927pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE = 2 928pkg syscall (netbsd-386-cgo), const MAP_INHERIT_NONE ideal-int 929pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE = 0 930pkg syscall (netbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int 931pkg syscall (netbsd-386-cgo), const MAP_NORESERVE = 64 932pkg syscall (netbsd-386-cgo), const MAP_NORESERVE ideal-int 933pkg syscall (netbsd-386-cgo), const MAP_PRIVATE = 2 934pkg syscall (netbsd-386-cgo), const MAP_PRIVATE ideal-int 935pkg syscall (netbsd-386-cgo), const MAP_RENAME = 32 936pkg syscall (netbsd-386-cgo), const MAP_RENAME ideal-int 937pkg syscall (netbsd-386-cgo), const MAP_SHARED = 1 938pkg syscall (netbsd-386-cgo), const MAP_SHARED ideal-int 939pkg syscall (netbsd-386-cgo), const MAP_STACK = 8192 940pkg syscall (netbsd-386-cgo), const MAP_STACK ideal-int 941pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED = 1024 942pkg syscall (netbsd-386-cgo), const MAP_TRYFIXED ideal-int 943pkg syscall (netbsd-386-cgo), const MAP_WIRED = 2048 944pkg syscall (netbsd-386-cgo), const MAP_WIRED ideal-int 945pkg syscall (netbsd-386-cgo), const MCL_CURRENT = 1 946pkg syscall (netbsd-386-cgo), const MCL_CURRENT ideal-int 947pkg syscall (netbsd-386-cgo), const MCL_FUTURE = 2 948pkg syscall (netbsd-386-cgo), const MCL_FUTURE ideal-int 949pkg syscall (netbsd-386-cgo), const MS_ASYNC = 1 950pkg syscall (netbsd-386-cgo), const MS_ASYNC ideal-int 951pkg syscall (netbsd-386-cgo), const MS_INVALIDATE = 2 952pkg syscall (netbsd-386-cgo), const MS_INVALIDATE ideal-int 953pkg syscall (netbsd-386-cgo), const MS_SYNC = 4 954pkg syscall (netbsd-386-cgo), const MS_SYNC ideal-int 955pkg syscall (netbsd-386-cgo), const PROT_EXEC = 4 956pkg syscall (netbsd-386-cgo), const PROT_EXEC ideal-int 957pkg syscall (netbsd-386-cgo), const PROT_NONE = 0 958pkg syscall (netbsd-386-cgo), const PROT_NONE ideal-int 959pkg syscall (netbsd-386-cgo), const PROT_READ = 1 960pkg syscall (netbsd-386-cgo), const PROT_READ ideal-int 961pkg syscall (netbsd-386-cgo), const PROT_WRITE = 2 962pkg syscall (netbsd-386-cgo), const PROT_WRITE ideal-int 963pkg syscall (netbsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 964pkg syscall (netbsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 965pkg syscall (netbsd-386-cgo), type Termios struct 966pkg syscall (netbsd-386-cgo), type Termios struct, Cc [20]uint8 967pkg syscall (netbsd-386-cgo), type Termios struct, Cflag uint32 968pkg syscall (netbsd-386-cgo), type Termios struct, Iflag uint32 969pkg syscall (netbsd-386-cgo), type Termios struct, Ispeed int32 970pkg syscall (netbsd-386-cgo), type Termios struct, Lflag uint32 971pkg syscall (netbsd-386-cgo), type Termios struct, Oflag uint32 972pkg syscall (netbsd-386-cgo), type Termios struct, Ospeed int32 973pkg syscall (netbsd-amd64), const CLONE_CSIGNAL = 255 974pkg syscall (netbsd-amd64), const CLONE_CSIGNAL ideal-int 975pkg syscall (netbsd-amd64), const CLONE_FILES = 1024 976pkg syscall (netbsd-amd64), const CLONE_FILES ideal-int 977pkg syscall (netbsd-amd64), const CLONE_FS = 512 978pkg syscall (netbsd-amd64), const CLONE_FS ideal-int 979pkg syscall (netbsd-amd64), const CLONE_PID = 4096 980pkg syscall (netbsd-amd64), const CLONE_PID ideal-int 981pkg syscall (netbsd-amd64), const CLONE_PTRACE = 8192 982pkg syscall (netbsd-amd64), const CLONE_PTRACE ideal-int 983pkg syscall (netbsd-amd64), const CLONE_SIGHAND = 2048 984pkg syscall (netbsd-amd64), const CLONE_SIGHAND ideal-int 985pkg syscall (netbsd-amd64), const CLONE_VFORK = 16384 986pkg syscall (netbsd-amd64), const CLONE_VFORK ideal-int 987pkg syscall (netbsd-amd64), const CLONE_VM = 256 988pkg syscall (netbsd-amd64), const CLONE_VM ideal-int 989pkg syscall (netbsd-amd64), const MADV_DONTNEED = 4 990pkg syscall (netbsd-amd64), const MADV_DONTNEED ideal-int 991pkg syscall (netbsd-amd64), const MADV_FREE = 6 992pkg syscall (netbsd-amd64), const MADV_FREE ideal-int 993pkg syscall (netbsd-amd64), const MADV_NORMAL = 0 994pkg syscall (netbsd-amd64), const MADV_NORMAL ideal-int 995pkg syscall (netbsd-amd64), const MADV_RANDOM = 1 996pkg syscall (netbsd-amd64), const MADV_RANDOM ideal-int 997pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL = 2 998pkg syscall (netbsd-amd64), const MADV_SEQUENTIAL ideal-int 999pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL = 5 1000pkg syscall (netbsd-amd64), const MADV_SPACEAVAIL ideal-int 1001pkg syscall (netbsd-amd64), const MADV_WILLNEED = 3 1002pkg syscall (netbsd-amd64), const MADV_WILLNEED ideal-int 1003pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB = 402653184 1004pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_16MB ideal-int 1005pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB = 671088640 1006pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_1TB ideal-int 1007pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB = 805306368 1008pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_256TB ideal-int 1009pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB = 536870912 1010pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_4GB ideal-int 1011pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB = 268435456 1012pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64KB ideal-int 1013pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB = 939524096 1014pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_64PB ideal-int 1015pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK = -16777216 1016pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_MASK ideal-int 1017pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT = 24 1018pkg syscall (netbsd-amd64), const MAP_ALIGNMENT_SHIFT ideal-int 1019pkg syscall (netbsd-amd64), const MAP_ANON = 4096 1020pkg syscall (netbsd-amd64), const MAP_ANON ideal-int 1021pkg syscall (netbsd-amd64), const MAP_FILE = 0 1022pkg syscall (netbsd-amd64), const MAP_FILE ideal-int 1023pkg syscall (netbsd-amd64), const MAP_FIXED = 16 1024pkg syscall (netbsd-amd64), const MAP_FIXED ideal-int 1025pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE = 512 1026pkg syscall (netbsd-amd64), const MAP_HASSEMAPHORE ideal-int 1027pkg syscall (netbsd-amd64), const MAP_INHERIT = 128 1028pkg syscall (netbsd-amd64), const MAP_INHERIT ideal-int 1029pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY = 1 1030pkg syscall (netbsd-amd64), const MAP_INHERIT_COPY ideal-int 1031pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT = 1 1032pkg syscall (netbsd-amd64), const MAP_INHERIT_DEFAULT ideal-int 1033pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3 1034pkg syscall (netbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int 1035pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE = 2 1036pkg syscall (netbsd-amd64), const MAP_INHERIT_NONE ideal-int 1037pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE = 0 1038pkg syscall (netbsd-amd64), const MAP_INHERIT_SHARE ideal-int 1039pkg syscall (netbsd-amd64), const MAP_NORESERVE = 64 1040pkg syscall (netbsd-amd64), const MAP_NORESERVE ideal-int 1041pkg syscall (netbsd-amd64), const MAP_PRIVATE = 2 1042pkg syscall (netbsd-amd64), const MAP_PRIVATE ideal-int 1043pkg syscall (netbsd-amd64), const MAP_RENAME = 32 1044pkg syscall (netbsd-amd64), const MAP_RENAME ideal-int 1045pkg syscall (netbsd-amd64), const MAP_SHARED = 1 1046pkg syscall (netbsd-amd64), const MAP_SHARED ideal-int 1047pkg syscall (netbsd-amd64), const MAP_STACK = 8192 1048pkg syscall (netbsd-amd64), const MAP_STACK ideal-int 1049pkg syscall (netbsd-amd64), const MAP_TRYFIXED = 1024 1050pkg syscall (netbsd-amd64), const MAP_TRYFIXED ideal-int 1051pkg syscall (netbsd-amd64), const MAP_WIRED = 2048 1052pkg syscall (netbsd-amd64), const MAP_WIRED ideal-int 1053pkg syscall (netbsd-amd64), const MCL_CURRENT = 1 1054pkg syscall (netbsd-amd64), const MCL_CURRENT ideal-int 1055pkg syscall (netbsd-amd64), const MCL_FUTURE = 2 1056pkg syscall (netbsd-amd64), const MCL_FUTURE ideal-int 1057pkg syscall (netbsd-amd64), const MS_ASYNC = 1 1058pkg syscall (netbsd-amd64), const MS_ASYNC ideal-int 1059pkg syscall (netbsd-amd64), const MS_INVALIDATE = 2 1060pkg syscall (netbsd-amd64), const MS_INVALIDATE ideal-int 1061pkg syscall (netbsd-amd64), const MS_SYNC = 4 1062pkg syscall (netbsd-amd64), const MS_SYNC ideal-int 1063pkg syscall (netbsd-amd64), const PROT_EXEC = 4 1064pkg syscall (netbsd-amd64), const PROT_EXEC ideal-int 1065pkg syscall (netbsd-amd64), const PROT_NONE = 0 1066pkg syscall (netbsd-amd64), const PROT_NONE ideal-int 1067pkg syscall (netbsd-amd64), const PROT_READ = 1 1068pkg syscall (netbsd-amd64), const PROT_READ ideal-int 1069pkg syscall (netbsd-amd64), const PROT_WRITE = 2 1070pkg syscall (netbsd-amd64), const PROT_WRITE ideal-int 1071pkg syscall (netbsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error 1072pkg syscall (netbsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1073pkg syscall (netbsd-amd64), type Termios struct 1074pkg syscall (netbsd-amd64), type Termios struct, Cc [20]uint8 1075pkg syscall (netbsd-amd64), type Termios struct, Cflag uint32 1076pkg syscall (netbsd-amd64), type Termios struct, Iflag uint32 1077pkg syscall (netbsd-amd64), type Termios struct, Ispeed int32 1078pkg syscall (netbsd-amd64), type Termios struct, Lflag uint32 1079pkg syscall (netbsd-amd64), type Termios struct, Oflag uint32 1080pkg syscall (netbsd-amd64), type Termios struct, Ospeed int32 1081pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL = 255 1082pkg syscall (netbsd-amd64-cgo), const CLONE_CSIGNAL ideal-int 1083pkg syscall (netbsd-amd64-cgo), const CLONE_FILES = 1024 1084pkg syscall (netbsd-amd64-cgo), const CLONE_FILES ideal-int 1085pkg syscall (netbsd-amd64-cgo), const CLONE_FS = 512 1086pkg syscall (netbsd-amd64-cgo), const CLONE_FS ideal-int 1087pkg syscall (netbsd-amd64-cgo), const CLONE_PID = 4096 1088pkg syscall (netbsd-amd64-cgo), const CLONE_PID ideal-int 1089pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE = 8192 1090pkg syscall (netbsd-amd64-cgo), const CLONE_PTRACE ideal-int 1091pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND = 2048 1092pkg syscall (netbsd-amd64-cgo), const CLONE_SIGHAND ideal-int 1093pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK = 16384 1094pkg syscall (netbsd-amd64-cgo), const CLONE_VFORK ideal-int 1095pkg syscall (netbsd-amd64-cgo), const CLONE_VM = 256 1096pkg syscall (netbsd-amd64-cgo), const CLONE_VM ideal-int 1097pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED = 4 1098pkg syscall (netbsd-amd64-cgo), const MADV_DONTNEED ideal-int 1099pkg syscall (netbsd-amd64-cgo), const MADV_FREE = 6 1100pkg syscall (netbsd-amd64-cgo), const MADV_FREE ideal-int 1101pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL = 0 1102pkg syscall (netbsd-amd64-cgo), const MADV_NORMAL ideal-int 1103pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM = 1 1104pkg syscall (netbsd-amd64-cgo), const MADV_RANDOM ideal-int 1105pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL = 2 1106pkg syscall (netbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int 1107pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL = 5 1108pkg syscall (netbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int 1109pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED = 3 1110pkg syscall (netbsd-amd64-cgo), const MADV_WILLNEED ideal-int 1111pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB = 402653184 1112pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_16MB ideal-int 1113pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB = 671088640 1114pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_1TB ideal-int 1115pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB = 805306368 1116pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_256TB ideal-int 1117pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB = 536870912 1118pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_4GB ideal-int 1119pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB = 268435456 1120pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64KB ideal-int 1121pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB = 939524096 1122pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_64PB ideal-int 1123pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK = -16777216 1124pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_MASK ideal-int 1125pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT = 24 1126pkg syscall (netbsd-amd64-cgo), const MAP_ALIGNMENT_SHIFT ideal-int 1127pkg syscall (netbsd-amd64-cgo), const MAP_ANON = 4096 1128pkg syscall (netbsd-amd64-cgo), const MAP_ANON ideal-int 1129pkg syscall (netbsd-amd64-cgo), const MAP_FILE = 0 1130pkg syscall (netbsd-amd64-cgo), const MAP_FILE ideal-int 1131pkg syscall (netbsd-amd64-cgo), const MAP_FIXED = 16 1132pkg syscall (netbsd-amd64-cgo), const MAP_FIXED ideal-int 1133pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512 1134pkg syscall (netbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int 1135pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT = 128 1136pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT ideal-int 1137pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY = 1 1138pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int 1139pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT = 1 1140pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DEFAULT ideal-int 1141pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3 1142pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int 1143pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE = 2 1144pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int 1145pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0 1146pkg syscall (netbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int 1147pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE = 64 1148pkg syscall (netbsd-amd64-cgo), const MAP_NORESERVE ideal-int 1149pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE = 2 1150pkg syscall (netbsd-amd64-cgo), const MAP_PRIVATE ideal-int 1151pkg syscall (netbsd-amd64-cgo), const MAP_RENAME = 32 1152pkg syscall (netbsd-amd64-cgo), const MAP_RENAME ideal-int 1153pkg syscall (netbsd-amd64-cgo), const MAP_SHARED = 1 1154pkg syscall (netbsd-amd64-cgo), const MAP_SHARED ideal-int 1155pkg syscall (netbsd-amd64-cgo), const MAP_STACK = 8192 1156pkg syscall (netbsd-amd64-cgo), const MAP_STACK ideal-int 1157pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED = 1024 1158pkg syscall (netbsd-amd64-cgo), const MAP_TRYFIXED ideal-int 1159pkg syscall (netbsd-amd64-cgo), const MAP_WIRED = 2048 1160pkg syscall (netbsd-amd64-cgo), const MAP_WIRED ideal-int 1161pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT = 1 1162pkg syscall (netbsd-amd64-cgo), const MCL_CURRENT ideal-int 1163pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE = 2 1164pkg syscall (netbsd-amd64-cgo), const MCL_FUTURE ideal-int 1165pkg syscall (netbsd-amd64-cgo), const MS_ASYNC = 1 1166pkg syscall (netbsd-amd64-cgo), const MS_ASYNC ideal-int 1167pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE = 2 1168pkg syscall (netbsd-amd64-cgo), const MS_INVALIDATE ideal-int 1169pkg syscall (netbsd-amd64-cgo), const MS_SYNC = 4 1170pkg syscall (netbsd-amd64-cgo), const MS_SYNC ideal-int 1171pkg syscall (netbsd-amd64-cgo), const PROT_EXEC = 4 1172pkg syscall (netbsd-amd64-cgo), const PROT_EXEC ideal-int 1173pkg syscall (netbsd-amd64-cgo), const PROT_NONE = 0 1174pkg syscall (netbsd-amd64-cgo), const PROT_NONE ideal-int 1175pkg syscall (netbsd-amd64-cgo), const PROT_READ = 1 1176pkg syscall (netbsd-amd64-cgo), const PROT_READ ideal-int 1177pkg syscall (netbsd-amd64-cgo), const PROT_WRITE = 2 1178pkg syscall (netbsd-amd64-cgo), const PROT_WRITE ideal-int 1179pkg syscall (netbsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 1180pkg syscall (netbsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1181pkg syscall (netbsd-amd64-cgo), type Termios struct 1182pkg syscall (netbsd-amd64-cgo), type Termios struct, Cc [20]uint8 1183pkg syscall (netbsd-amd64-cgo), type Termios struct, Cflag uint32 1184pkg syscall (netbsd-amd64-cgo), type Termios struct, Iflag uint32 1185pkg syscall (netbsd-amd64-cgo), type Termios struct, Ispeed int32 1186pkg syscall (netbsd-amd64-cgo), type Termios struct, Lflag uint32 1187pkg syscall (netbsd-amd64-cgo), type Termios struct, Oflag uint32 1188pkg syscall (netbsd-amd64-cgo), type Termios struct, Ospeed int32 1189pkg syscall (netbsd-arm), const MADV_DONTNEED = 4 1190pkg syscall (netbsd-arm), const MADV_DONTNEED ideal-int 1191pkg syscall (netbsd-arm), const MADV_FREE = 6 1192pkg syscall (netbsd-arm), const MADV_FREE ideal-int 1193pkg syscall (netbsd-arm), const MADV_NORMAL = 0 1194pkg syscall (netbsd-arm), const MADV_NORMAL ideal-int 1195pkg syscall (netbsd-arm), const MADV_RANDOM = 1 1196pkg syscall (netbsd-arm), const MADV_RANDOM ideal-int 1197pkg syscall (netbsd-arm), const MADV_SEQUENTIAL = 2 1198pkg syscall (netbsd-arm), const MADV_SEQUENTIAL ideal-int 1199pkg syscall (netbsd-arm), const MADV_SPACEAVAIL = 5 1200pkg syscall (netbsd-arm), const MADV_SPACEAVAIL ideal-int 1201pkg syscall (netbsd-arm), const MADV_WILLNEED = 3 1202pkg syscall (netbsd-arm), const MADV_WILLNEED ideal-int 1203pkg syscall (netbsd-arm), const MAP_ALIGNMENT_16MB = 402653184 1204pkg syscall (netbsd-arm), const MAP_ALIGNMENT_16MB ideal-int 1205pkg syscall (netbsd-arm), const MAP_ALIGNMENT_1TB = 671088640 1206pkg syscall (netbsd-arm), const MAP_ALIGNMENT_1TB ideal-int 1207pkg syscall (netbsd-arm), const MAP_ALIGNMENT_256TB = 805306368 1208pkg syscall (netbsd-arm), const MAP_ALIGNMENT_256TB ideal-int 1209pkg syscall (netbsd-arm), const MAP_ALIGNMENT_4GB = 536870912 1210pkg syscall (netbsd-arm), const MAP_ALIGNMENT_4GB ideal-int 1211pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64KB = 268435456 1212pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64KB ideal-int 1213pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64PB = 939524096 1214pkg syscall (netbsd-arm), const MAP_ALIGNMENT_64PB ideal-int 1215pkg syscall (netbsd-arm), const MAP_ALIGNMENT_MASK = -16777216 1216pkg syscall (netbsd-arm), const MAP_ALIGNMENT_MASK ideal-int 1217pkg syscall (netbsd-arm), const MAP_ALIGNMENT_SHIFT = 24 1218pkg syscall (netbsd-arm), const MAP_ALIGNMENT_SHIFT ideal-int 1219pkg syscall (netbsd-arm), const MAP_ANON = 4096 1220pkg syscall (netbsd-arm), const MAP_ANON ideal-int 1221pkg syscall (netbsd-arm), const MAP_FILE = 0 1222pkg syscall (netbsd-arm), const MAP_FILE ideal-int 1223pkg syscall (netbsd-arm), const MAP_FIXED = 16 1224pkg syscall (netbsd-arm), const MAP_FIXED ideal-int 1225pkg syscall (netbsd-arm), const MAP_HASSEMAPHORE = 512 1226pkg syscall (netbsd-arm), const MAP_HASSEMAPHORE ideal-int 1227pkg syscall (netbsd-arm), const MAP_INHERIT = 128 1228pkg syscall (netbsd-arm), const MAP_INHERIT ideal-int 1229pkg syscall (netbsd-arm), const MAP_INHERIT_COPY = 1 1230pkg syscall (netbsd-arm), const MAP_INHERIT_COPY ideal-int 1231pkg syscall (netbsd-arm), const MAP_INHERIT_DEFAULT = 1 1232pkg syscall (netbsd-arm), const MAP_INHERIT_DEFAULT ideal-int 1233pkg syscall (netbsd-arm), const MAP_INHERIT_DONATE_COPY = 3 1234pkg syscall (netbsd-arm), const MAP_INHERIT_DONATE_COPY ideal-int 1235pkg syscall (netbsd-arm), const MAP_INHERIT_NONE = 2 1236pkg syscall (netbsd-arm), const MAP_INHERIT_NONE ideal-int 1237pkg syscall (netbsd-arm), const MAP_INHERIT_SHARE = 0 1238pkg syscall (netbsd-arm), const MAP_INHERIT_SHARE ideal-int 1239pkg syscall (netbsd-arm), const MAP_NORESERVE = 64 1240pkg syscall (netbsd-arm), const MAP_NORESERVE ideal-int 1241pkg syscall (netbsd-arm), const MAP_PRIVATE = 2 1242pkg syscall (netbsd-arm), const MAP_PRIVATE ideal-int 1243pkg syscall (netbsd-arm), const MAP_RENAME = 32 1244pkg syscall (netbsd-arm), const MAP_RENAME ideal-int 1245pkg syscall (netbsd-arm), const MAP_SHARED = 1 1246pkg syscall (netbsd-arm), const MAP_SHARED ideal-int 1247pkg syscall (netbsd-arm), const MAP_STACK = 8192 1248pkg syscall (netbsd-arm), const MAP_STACK ideal-int 1249pkg syscall (netbsd-arm), const MAP_TRYFIXED = 1024 1250pkg syscall (netbsd-arm), const MAP_TRYFIXED ideal-int 1251pkg syscall (netbsd-arm), const MAP_WIRED = 2048 1252pkg syscall (netbsd-arm), const MAP_WIRED ideal-int 1253pkg syscall (netbsd-arm), const PROT_EXEC = 4 1254pkg syscall (netbsd-arm), const PROT_EXEC ideal-int 1255pkg syscall (netbsd-arm), const PROT_NONE = 0 1256pkg syscall (netbsd-arm), const PROT_NONE ideal-int 1257pkg syscall (netbsd-arm), const PROT_READ = 1 1258pkg syscall (netbsd-arm), const PROT_READ ideal-int 1259pkg syscall (netbsd-arm), const PROT_WRITE = 2 1260pkg syscall (netbsd-arm), const PROT_WRITE ideal-int 1261pkg syscall (netbsd-arm), const SizeofIfData = 136 1262pkg syscall (netbsd-arm), func Fchflags(int, int) error 1263pkg syscall (netbsd-arm), func FcntlFlock(uintptr, int, *Flock_t) error 1264pkg syscall (netbsd-arm), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1265pkg syscall (netbsd-arm), type Kevent_t struct, Pad_cgo_0 [4]uint8 1266pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8 1267pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_1 [4]uint8 1268pkg syscall (netbsd-arm), type Stat_t struct, Pad_cgo_2 [4]uint8 1269pkg syscall (netbsd-arm), type Termios struct 1270pkg syscall (netbsd-arm), type Termios struct, Cc [20]uint8 1271pkg syscall (netbsd-arm), type Termios struct, Cflag uint32 1272pkg syscall (netbsd-arm), type Termios struct, Iflag uint32 1273pkg syscall (netbsd-arm), type Termios struct, Ispeed int32 1274pkg syscall (netbsd-arm), type Termios struct, Lflag uint32 1275pkg syscall (netbsd-arm), type Termios struct, Oflag uint32 1276pkg syscall (netbsd-arm), type Termios struct, Ospeed int32 1277pkg syscall (netbsd-arm), type Timespec struct, Pad_cgo_0 [4]uint8 1278pkg syscall (netbsd-arm), type Timeval struct, Pad_cgo_0 [4]uint8 1279pkg syscall (netbsd-arm-cgo), const MADV_DONTNEED = 4 1280pkg syscall (netbsd-arm-cgo), const MADV_DONTNEED ideal-int 1281pkg syscall (netbsd-arm-cgo), const MADV_FREE = 6 1282pkg syscall (netbsd-arm-cgo), const MADV_FREE ideal-int 1283pkg syscall (netbsd-arm-cgo), const MADV_NORMAL = 0 1284pkg syscall (netbsd-arm-cgo), const MADV_NORMAL ideal-int 1285pkg syscall (netbsd-arm-cgo), const MADV_RANDOM = 1 1286pkg syscall (netbsd-arm-cgo), const MADV_RANDOM ideal-int 1287pkg syscall (netbsd-arm-cgo), const MADV_SEQUENTIAL = 2 1288pkg syscall (netbsd-arm-cgo), const MADV_SEQUENTIAL ideal-int 1289pkg syscall (netbsd-arm-cgo), const MADV_SPACEAVAIL = 5 1290pkg syscall (netbsd-arm-cgo), const MADV_SPACEAVAIL ideal-int 1291pkg syscall (netbsd-arm-cgo), const MADV_WILLNEED = 3 1292pkg syscall (netbsd-arm-cgo), const MADV_WILLNEED ideal-int 1293pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_16MB = 402653184 1294pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_16MB ideal-int 1295pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_1TB = 671088640 1296pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_1TB ideal-int 1297pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_256TB = 805306368 1298pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_256TB ideal-int 1299pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_4GB = 536870912 1300pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_4GB ideal-int 1301pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64KB = 268435456 1302pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64KB ideal-int 1303pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64PB = 939524096 1304pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_64PB ideal-int 1305pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_MASK = -16777216 1306pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_MASK ideal-int 1307pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_SHIFT = 24 1308pkg syscall (netbsd-arm-cgo), const MAP_ALIGNMENT_SHIFT ideal-int 1309pkg syscall (netbsd-arm-cgo), const MAP_ANON = 4096 1310pkg syscall (netbsd-arm-cgo), const MAP_ANON ideal-int 1311pkg syscall (netbsd-arm-cgo), const MAP_FILE = 0 1312pkg syscall (netbsd-arm-cgo), const MAP_FILE ideal-int 1313pkg syscall (netbsd-arm-cgo), const MAP_FIXED = 16 1314pkg syscall (netbsd-arm-cgo), const MAP_FIXED ideal-int 1315pkg syscall (netbsd-arm-cgo), const MAP_HASSEMAPHORE = 512 1316pkg syscall (netbsd-arm-cgo), const MAP_HASSEMAPHORE ideal-int 1317pkg syscall (netbsd-arm-cgo), const MAP_INHERIT = 128 1318pkg syscall (netbsd-arm-cgo), const MAP_INHERIT ideal-int 1319pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_COPY = 1 1320pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_COPY ideal-int 1321pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DEFAULT = 1 1322pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DEFAULT ideal-int 1323pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DONATE_COPY = 3 1324pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_DONATE_COPY ideal-int 1325pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_NONE = 2 1326pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_NONE ideal-int 1327pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_SHARE = 0 1328pkg syscall (netbsd-arm-cgo), const MAP_INHERIT_SHARE ideal-int 1329pkg syscall (netbsd-arm-cgo), const MAP_NORESERVE = 64 1330pkg syscall (netbsd-arm-cgo), const MAP_NORESERVE ideal-int 1331pkg syscall (netbsd-arm-cgo), const MAP_PRIVATE = 2 1332pkg syscall (netbsd-arm-cgo), const MAP_PRIVATE ideal-int 1333pkg syscall (netbsd-arm-cgo), const MAP_RENAME = 32 1334pkg syscall (netbsd-arm-cgo), const MAP_RENAME ideal-int 1335pkg syscall (netbsd-arm-cgo), const MAP_SHARED = 1 1336pkg syscall (netbsd-arm-cgo), const MAP_SHARED ideal-int 1337pkg syscall (netbsd-arm-cgo), const MAP_STACK = 8192 1338pkg syscall (netbsd-arm-cgo), const MAP_STACK ideal-int 1339pkg syscall (netbsd-arm-cgo), const MAP_TRYFIXED = 1024 1340pkg syscall (netbsd-arm-cgo), const MAP_TRYFIXED ideal-int 1341pkg syscall (netbsd-arm-cgo), const MAP_WIRED = 2048 1342pkg syscall (netbsd-arm-cgo), const MAP_WIRED ideal-int 1343pkg syscall (netbsd-arm-cgo), const PROT_EXEC = 4 1344pkg syscall (netbsd-arm-cgo), const PROT_EXEC ideal-int 1345pkg syscall (netbsd-arm-cgo), const PROT_NONE = 0 1346pkg syscall (netbsd-arm-cgo), const PROT_NONE ideal-int 1347pkg syscall (netbsd-arm-cgo), const PROT_READ = 1 1348pkg syscall (netbsd-arm-cgo), const PROT_READ ideal-int 1349pkg syscall (netbsd-arm-cgo), const PROT_WRITE = 2 1350pkg syscall (netbsd-arm-cgo), const PROT_WRITE ideal-int 1351pkg syscall (netbsd-arm-cgo), const SizeofIfData = 136 1352pkg syscall (netbsd-arm-cgo), func Fchflags(int, int) error 1353pkg syscall (netbsd-arm-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 1354pkg syscall (netbsd-arm-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1355pkg syscall (netbsd-arm-cgo), type Kevent_t struct, Pad_cgo_0 [4]uint8 1356pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 1357pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_1 [4]uint8 1358pkg syscall (netbsd-arm-cgo), type Stat_t struct, Pad_cgo_2 [4]uint8 1359pkg syscall (netbsd-arm-cgo), type Termios struct 1360pkg syscall (netbsd-arm-cgo), type Termios struct, Cc [20]uint8 1361pkg syscall (netbsd-arm-cgo), type Termios struct, Cflag uint32 1362pkg syscall (netbsd-arm-cgo), type Termios struct, Iflag uint32 1363pkg syscall (netbsd-arm-cgo), type Termios struct, Ispeed int32 1364pkg syscall (netbsd-arm-cgo), type Termios struct, Lflag uint32 1365pkg syscall (netbsd-arm-cgo), type Termios struct, Oflag uint32 1366pkg syscall (netbsd-arm-cgo), type Termios struct, Ospeed int32 1367pkg syscall (netbsd-arm-cgo), type Timespec struct, Pad_cgo_0 [4]uint8 1368pkg syscall (netbsd-arm-cgo), type Timeval struct, Pad_cgo_0 [4]uint8 1369pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074545262 1370pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148287085 1371pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT = 2 1372pkg syscall (openbsd-386), const IPPROTO_DIVERT_INIT ideal-int 1373pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP = 1 1374pkg syscall (openbsd-386), const IPPROTO_DIVERT_RESP ideal-int 1375pkg syscall (openbsd-386), const IPV6_RECVDSTPORT = 64 1376pkg syscall (openbsd-386), const IPV6_RECVDSTPORT ideal-int 1377pkg syscall (openbsd-386), const IP_DIVERTFL = 4130 1378pkg syscall (openbsd-386), const IP_DIVERTFL ideal-int 1379pkg syscall (openbsd-386), const MADV_DONTNEED = 4 1380pkg syscall (openbsd-386), const MADV_DONTNEED ideal-int 1381pkg syscall (openbsd-386), const MADV_FREE = 6 1382pkg syscall (openbsd-386), const MADV_FREE ideal-int 1383pkg syscall (openbsd-386), const MADV_NORMAL = 0 1384pkg syscall (openbsd-386), const MADV_NORMAL ideal-int 1385pkg syscall (openbsd-386), const MADV_RANDOM = 1 1386pkg syscall (openbsd-386), const MADV_RANDOM ideal-int 1387pkg syscall (openbsd-386), const MADV_SEQUENTIAL = 2 1388pkg syscall (openbsd-386), const MADV_SEQUENTIAL ideal-int 1389pkg syscall (openbsd-386), const MADV_SPACEAVAIL = 5 1390pkg syscall (openbsd-386), const MADV_SPACEAVAIL ideal-int 1391pkg syscall (openbsd-386), const MADV_WILLNEED = 3 1392pkg syscall (openbsd-386), const MADV_WILLNEED ideal-int 1393pkg syscall (openbsd-386), const MAP_ANON = 4096 1394pkg syscall (openbsd-386), const MAP_ANON ideal-int 1395pkg syscall (openbsd-386), const MAP_COPY = 4 1396pkg syscall (openbsd-386), const MAP_COPY ideal-int 1397pkg syscall (openbsd-386), const MAP_FILE = 0 1398pkg syscall (openbsd-386), const MAP_FILE ideal-int 1399pkg syscall (openbsd-386), const MAP_FIXED = 16 1400pkg syscall (openbsd-386), const MAP_FIXED ideal-int 1401pkg syscall (openbsd-386), const MAP_FLAGMASK = 8183 1402pkg syscall (openbsd-386), const MAP_FLAGMASK ideal-int 1403pkg syscall (openbsd-386), const MAP_HASSEMAPHORE = 512 1404pkg syscall (openbsd-386), const MAP_HASSEMAPHORE ideal-int 1405pkg syscall (openbsd-386), const MAP_INHERIT = 128 1406pkg syscall (openbsd-386), const MAP_INHERIT ideal-int 1407pkg syscall (openbsd-386), const MAP_INHERIT_COPY = 1 1408pkg syscall (openbsd-386), const MAP_INHERIT_COPY ideal-int 1409pkg syscall (openbsd-386), const MAP_INHERIT_DONATE_COPY = 3 1410pkg syscall (openbsd-386), const MAP_INHERIT_DONATE_COPY ideal-int 1411pkg syscall (openbsd-386), const MAP_INHERIT_NONE = 2 1412pkg syscall (openbsd-386), const MAP_INHERIT_NONE ideal-int 1413pkg syscall (openbsd-386), const MAP_INHERIT_SHARE = 0 1414pkg syscall (openbsd-386), const MAP_INHERIT_SHARE ideal-int 1415pkg syscall (openbsd-386), const MAP_NOEXTEND = 256 1416pkg syscall (openbsd-386), const MAP_NOEXTEND ideal-int 1417pkg syscall (openbsd-386), const MAP_NORESERVE = 64 1418pkg syscall (openbsd-386), const MAP_NORESERVE ideal-int 1419pkg syscall (openbsd-386), const MAP_PRIVATE = 2 1420pkg syscall (openbsd-386), const MAP_PRIVATE ideal-int 1421pkg syscall (openbsd-386), const MAP_RENAME = 32 1422pkg syscall (openbsd-386), const MAP_RENAME ideal-int 1423pkg syscall (openbsd-386), const MAP_SHARED = 1 1424pkg syscall (openbsd-386), const MAP_SHARED ideal-int 1425pkg syscall (openbsd-386), const MAP_TRYFIXED = 1024 1426pkg syscall (openbsd-386), const MAP_TRYFIXED ideal-int 1427pkg syscall (openbsd-386), const MCL_CURRENT = 1 1428pkg syscall (openbsd-386), const MCL_CURRENT ideal-int 1429pkg syscall (openbsd-386), const MCL_FUTURE = 2 1430pkg syscall (openbsd-386), const MCL_FUTURE ideal-int 1431pkg syscall (openbsd-386), const MS_ASYNC = 1 1432pkg syscall (openbsd-386), const MS_ASYNC ideal-int 1433pkg syscall (openbsd-386), const MS_INVALIDATE = 4 1434pkg syscall (openbsd-386), const MS_INVALIDATE ideal-int 1435pkg syscall (openbsd-386), const MS_SYNC = 2 1436pkg syscall (openbsd-386), const MS_SYNC ideal-int 1437pkg syscall (openbsd-386), const PROT_EXEC = 4 1438pkg syscall (openbsd-386), const PROT_EXEC ideal-int 1439pkg syscall (openbsd-386), const PROT_NONE = 0 1440pkg syscall (openbsd-386), const PROT_NONE ideal-int 1441pkg syscall (openbsd-386), const PROT_READ = 1 1442pkg syscall (openbsd-386), const PROT_READ ideal-int 1443pkg syscall (openbsd-386), const PROT_WRITE = 2 1444pkg syscall (openbsd-386), const PROT_WRITE ideal-int 1445pkg syscall (openbsd-386), const RTF_FMASK = 1112072 1446pkg syscall (openbsd-386), const RTM_VERSION = 5 1447pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2166909255 1448pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3225184600 1449pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3240651076 1450pkg syscall (openbsd-386), const SIOCGETVLAN = 3223349648 1451pkg syscall (openbsd-386), const SIOCGETVLAN ideal-int 1452pkg syscall (openbsd-386), const SIOCGIFHARDMTU = 3223349669 1453pkg syscall (openbsd-386), const SIOCGIFHARDMTU ideal-int 1454pkg syscall (openbsd-386), const SIOCGLIFPHYTTL = 3223349673 1455pkg syscall (openbsd-386), const SIOCGLIFPHYTTL ideal-int 1456pkg syscall (openbsd-386), const SIOCGSPPPPARAMS = 3223349652 1457pkg syscall (openbsd-386), const SIOCGSPPPPARAMS ideal-int 1458pkg syscall (openbsd-386), const SIOCGVNETID = 3223349671 1459pkg syscall (openbsd-386), const SIOCGVNETID ideal-int 1460pkg syscall (openbsd-386), const SIOCSETVLAN = 2149607823 1461pkg syscall (openbsd-386), const SIOCSETVLAN ideal-int 1462pkg syscall (openbsd-386), const SIOCSLIFPHYTTL = 2149607848 1463pkg syscall (openbsd-386), const SIOCSLIFPHYTTL ideal-int 1464pkg syscall (openbsd-386), const SIOCSSPPPPARAMS = 2149607827 1465pkg syscall (openbsd-386), const SIOCSSPPPPARAMS ideal-int 1466pkg syscall (openbsd-386), const SIOCSVNETID = 2149607846 1467pkg syscall (openbsd-386), const SIOCSVNETID ideal-int 1468pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 89 1469pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 87 1470pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 88 1471pkg syscall (openbsd-386), const SYS_FHSTATFS = 65 1472pkg syscall (openbsd-386), const SYS_FSTAT = 53 1473pkg syscall (openbsd-386), const SYS_FSTATAT = 42 1474pkg syscall (openbsd-386), const SYS_FSTATFS = 64 1475pkg syscall (openbsd-386), const SYS_FUTIMENS = 85 1476pkg syscall (openbsd-386), const SYS_FUTIMES = 77 1477pkg syscall (openbsd-386), const SYS_GETDENTS = 99 1478pkg syscall (openbsd-386), const SYS_GETDENTS ideal-int 1479pkg syscall (openbsd-386), const SYS_GETFSSTAT = 62 1480pkg syscall (openbsd-386), const SYS_GETITIMER = 70 1481pkg syscall (openbsd-386), const SYS_GETRUSAGE = 19 1482pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 67 1483pkg syscall (openbsd-386), const SYS_KEVENT = 72 1484pkg syscall (openbsd-386), const SYS_LSTAT = 40 1485pkg syscall (openbsd-386), const SYS_NANOSLEEP = 91 1486pkg syscall (openbsd-386), const SYS_PPOLL = 109 1487pkg syscall (openbsd-386), const SYS_PPOLL ideal-int 1488pkg syscall (openbsd-386), const SYS_PSELECT = 110 1489pkg syscall (openbsd-386), const SYS_PSELECT ideal-int 1490pkg syscall (openbsd-386), const SYS_SELECT = 71 1491pkg syscall (openbsd-386), const SYS_SETITIMER = 69 1492pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 68 1493pkg syscall (openbsd-386), const SYS_STAT = 38 1494pkg syscall (openbsd-386), const SYS_STATFS = 63 1495pkg syscall (openbsd-386), const SYS_UTIMENSAT = 84 1496pkg syscall (openbsd-386), const SYS_UTIMES = 76 1497pkg syscall (openbsd-386), const SYS_UTRACE = 209 1498pkg syscall (openbsd-386), const SYS_UTRACE ideal-int 1499pkg syscall (openbsd-386), const SYS_WAIT4 = 11 1500pkg syscall (openbsd-386), const SYS___THRSLEEP = 94 1501pkg syscall (openbsd-386), const SizeofIfData = 212 1502pkg syscall (openbsd-386), const SizeofIfMsghdr = 236 1503pkg syscall (openbsd-386), const SizeofRtMetrics = 56 1504pkg syscall (openbsd-386), const SizeofRtMsghdr = 96 1505pkg syscall (openbsd-386), const TCP_NOPUSH = 16 1506pkg syscall (openbsd-386), const TCP_NOPUSH ideal-int 1507pkg syscall (openbsd-386), const TIOCGSID = 1074033763 1508pkg syscall (openbsd-386), const TIOCGSID ideal-int 1509pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074558043 1510pkg syscall (openbsd-386), func FcntlFlock(uintptr, int, *Flock_t) error 1511pkg syscall (openbsd-386), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1512pkg syscall (openbsd-386), type Dirent struct, Fileno uint64 1513pkg syscall (openbsd-386), type Dirent struct, Off int64 1514pkg syscall (openbsd-386), type Dirent struct, X__d_padding [4]uint8 1515pkg syscall (openbsd-386), type FdSet struct, Bits [32]uint32 1516pkg syscall (openbsd-386), type Kevent_t struct, Data int64 1517pkg syscall (openbsd-386), type Mclpool struct, Grown int32 1518pkg syscall (openbsd-386), type RtMetrics struct, Expire int64 1519pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32 1520pkg syscall (openbsd-386), type Stat_t struct, Ino uint64 1521pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64 1522pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromspec [90]int8 1523pkg syscall (openbsd-386), type Statfs_t struct, Pad_cgo_0 [2]uint8 1524pkg syscall (openbsd-386), type Termios struct 1525pkg syscall (openbsd-386), type Termios struct, Cc [20]uint8 1526pkg syscall (openbsd-386), type Termios struct, Cflag uint32 1527pkg syscall (openbsd-386), type Termios struct, Iflag uint32 1528pkg syscall (openbsd-386), type Termios struct, Ispeed int32 1529pkg syscall (openbsd-386), type Termios struct, Lflag uint32 1530pkg syscall (openbsd-386), type Termios struct, Oflag uint32 1531pkg syscall (openbsd-386), type Termios struct, Ospeed int32 1532pkg syscall (openbsd-386), type Timespec struct, Sec int64 1533pkg syscall (openbsd-386), type Timeval struct, Sec int64 1534pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074545262 1535pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148287085 1536pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT = 2 1537pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_INIT ideal-int 1538pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP = 1 1539pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT_RESP ideal-int 1540pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT = 64 1541pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTPORT ideal-int 1542pkg syscall (openbsd-386-cgo), const IP_DIVERTFL = 4130 1543pkg syscall (openbsd-386-cgo), const IP_DIVERTFL ideal-int 1544pkg syscall (openbsd-386-cgo), const MADV_DONTNEED = 4 1545pkg syscall (openbsd-386-cgo), const MADV_DONTNEED ideal-int 1546pkg syscall (openbsd-386-cgo), const MADV_FREE = 6 1547pkg syscall (openbsd-386-cgo), const MADV_FREE ideal-int 1548pkg syscall (openbsd-386-cgo), const MADV_NORMAL = 0 1549pkg syscall (openbsd-386-cgo), const MADV_NORMAL ideal-int 1550pkg syscall (openbsd-386-cgo), const MADV_RANDOM = 1 1551pkg syscall (openbsd-386-cgo), const MADV_RANDOM ideal-int 1552pkg syscall (openbsd-386-cgo), const MADV_SEQUENTIAL = 2 1553pkg syscall (openbsd-386-cgo), const MADV_SEQUENTIAL ideal-int 1554pkg syscall (openbsd-386-cgo), const MADV_SPACEAVAIL = 5 1555pkg syscall (openbsd-386-cgo), const MADV_SPACEAVAIL ideal-int 1556pkg syscall (openbsd-386-cgo), const MADV_WILLNEED = 3 1557pkg syscall (openbsd-386-cgo), const MADV_WILLNEED ideal-int 1558pkg syscall (openbsd-386-cgo), const MAP_ANON = 4096 1559pkg syscall (openbsd-386-cgo), const MAP_ANON ideal-int 1560pkg syscall (openbsd-386-cgo), const MAP_COPY = 4 1561pkg syscall (openbsd-386-cgo), const MAP_COPY ideal-int 1562pkg syscall (openbsd-386-cgo), const MAP_FILE = 0 1563pkg syscall (openbsd-386-cgo), const MAP_FILE ideal-int 1564pkg syscall (openbsd-386-cgo), const MAP_FIXED = 16 1565pkg syscall (openbsd-386-cgo), const MAP_FIXED ideal-int 1566pkg syscall (openbsd-386-cgo), const MAP_FLAGMASK = 8183 1567pkg syscall (openbsd-386-cgo), const MAP_FLAGMASK ideal-int 1568pkg syscall (openbsd-386-cgo), const MAP_HASSEMAPHORE = 512 1569pkg syscall (openbsd-386-cgo), const MAP_HASSEMAPHORE ideal-int 1570pkg syscall (openbsd-386-cgo), const MAP_INHERIT = 128 1571pkg syscall (openbsd-386-cgo), const MAP_INHERIT ideal-int 1572pkg syscall (openbsd-386-cgo), const MAP_INHERIT_COPY = 1 1573pkg syscall (openbsd-386-cgo), const MAP_INHERIT_COPY ideal-int 1574pkg syscall (openbsd-386-cgo), const MAP_INHERIT_DONATE_COPY = 3 1575pkg syscall (openbsd-386-cgo), const MAP_INHERIT_DONATE_COPY ideal-int 1576pkg syscall (openbsd-386-cgo), const MAP_INHERIT_NONE = 2 1577pkg syscall (openbsd-386-cgo), const MAP_INHERIT_NONE ideal-int 1578pkg syscall (openbsd-386-cgo), const MAP_INHERIT_SHARE = 0 1579pkg syscall (openbsd-386-cgo), const MAP_INHERIT_SHARE ideal-int 1580pkg syscall (openbsd-386-cgo), const MAP_NOEXTEND = 256 1581pkg syscall (openbsd-386-cgo), const MAP_NOEXTEND ideal-int 1582pkg syscall (openbsd-386-cgo), const MAP_NORESERVE = 64 1583pkg syscall (openbsd-386-cgo), const MAP_NORESERVE ideal-int 1584pkg syscall (openbsd-386-cgo), const MAP_PRIVATE = 2 1585pkg syscall (openbsd-386-cgo), const MAP_PRIVATE ideal-int 1586pkg syscall (openbsd-386-cgo), const MAP_RENAME = 32 1587pkg syscall (openbsd-386-cgo), const MAP_RENAME ideal-int 1588pkg syscall (openbsd-386-cgo), const MAP_SHARED = 1 1589pkg syscall (openbsd-386-cgo), const MAP_SHARED ideal-int 1590pkg syscall (openbsd-386-cgo), const MAP_TRYFIXED = 1024 1591pkg syscall (openbsd-386-cgo), const MAP_TRYFIXED ideal-int 1592pkg syscall (openbsd-386-cgo), const MCL_CURRENT = 1 1593pkg syscall (openbsd-386-cgo), const MCL_CURRENT ideal-int 1594pkg syscall (openbsd-386-cgo), const MCL_FUTURE = 2 1595pkg syscall (openbsd-386-cgo), const MCL_FUTURE ideal-int 1596pkg syscall (openbsd-386-cgo), const MS_ASYNC = 1 1597pkg syscall (openbsd-386-cgo), const MS_ASYNC ideal-int 1598pkg syscall (openbsd-386-cgo), const MS_INVALIDATE = 4 1599pkg syscall (openbsd-386-cgo), const MS_INVALIDATE ideal-int 1600pkg syscall (openbsd-386-cgo), const MS_SYNC = 2 1601pkg syscall (openbsd-386-cgo), const MS_SYNC ideal-int 1602pkg syscall (openbsd-386-cgo), const PROT_EXEC = 4 1603pkg syscall (openbsd-386-cgo), const PROT_EXEC ideal-int 1604pkg syscall (openbsd-386-cgo), const PROT_NONE = 0 1605pkg syscall (openbsd-386-cgo), const PROT_NONE ideal-int 1606pkg syscall (openbsd-386-cgo), const PROT_READ = 1 1607pkg syscall (openbsd-386-cgo), const PROT_READ ideal-int 1608pkg syscall (openbsd-386-cgo), const PROT_WRITE = 2 1609pkg syscall (openbsd-386-cgo), const PROT_WRITE ideal-int 1610pkg syscall (openbsd-386-cgo), const RTF_FMASK = 1112072 1611pkg syscall (openbsd-386-cgo), const RTM_VERSION = 5 1612pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2166909255 1613pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3225184600 1614pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3240651076 1615pkg syscall (openbsd-386-cgo), const SIOCGETVLAN = 3223349648 1616pkg syscall (openbsd-386-cgo), const SIOCGETVLAN ideal-int 1617pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU = 3223349669 1618pkg syscall (openbsd-386-cgo), const SIOCGIFHARDMTU ideal-int 1619pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL = 3223349673 1620pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYTTL ideal-int 1621pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS = 3223349652 1622pkg syscall (openbsd-386-cgo), const SIOCGSPPPPARAMS ideal-int 1623pkg syscall (openbsd-386-cgo), const SIOCGVNETID = 3223349671 1624pkg syscall (openbsd-386-cgo), const SIOCGVNETID ideal-int 1625pkg syscall (openbsd-386-cgo), const SIOCSETVLAN = 2149607823 1626pkg syscall (openbsd-386-cgo), const SIOCSETVLAN ideal-int 1627pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL = 2149607848 1628pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYTTL ideal-int 1629pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS = 2149607827 1630pkg syscall (openbsd-386-cgo), const SIOCSSPPPPARAMS ideal-int 1631pkg syscall (openbsd-386-cgo), const SIOCSVNETID = 2149607846 1632pkg syscall (openbsd-386-cgo), const SIOCSVNETID ideal-int 1633pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 89 1634pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 87 1635pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 88 1636pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 65 1637pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 53 1638pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 42 1639pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 64 1640pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 85 1641pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 77 1642pkg syscall (openbsd-386-cgo), const SYS_GETDENTS = 99 1643pkg syscall (openbsd-386-cgo), const SYS_GETDENTS ideal-int 1644pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 62 1645pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 70 1646pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 19 1647pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 67 1648pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 72 1649pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 40 1650pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 91 1651pkg syscall (openbsd-386-cgo), const SYS_PPOLL = 109 1652pkg syscall (openbsd-386-cgo), const SYS_PPOLL ideal-int 1653pkg syscall (openbsd-386-cgo), const SYS_PSELECT = 110 1654pkg syscall (openbsd-386-cgo), const SYS_PSELECT ideal-int 1655pkg syscall (openbsd-386-cgo), const SYS_SELECT = 71 1656pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 69 1657pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 68 1658pkg syscall (openbsd-386-cgo), const SYS_STAT = 38 1659pkg syscall (openbsd-386-cgo), const SYS_STATFS = 63 1660pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 84 1661pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 76 1662pkg syscall (openbsd-386-cgo), const SYS_UTRACE = 209 1663pkg syscall (openbsd-386-cgo), const SYS_UTRACE ideal-int 1664pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 11 1665pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 94 1666pkg syscall (openbsd-386-cgo), const SizeofIfData = 212 1667pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 236 1668pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 56 1669pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 96 1670pkg syscall (openbsd-386-cgo), const TCP_NOPUSH = 16 1671pkg syscall (openbsd-386-cgo), const TCP_NOPUSH ideal-int 1672pkg syscall (openbsd-386-cgo), const TIOCGSID = 1074033763 1673pkg syscall (openbsd-386-cgo), const TIOCGSID ideal-int 1674pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074558043 1675pkg syscall (openbsd-386-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 1676pkg syscall (openbsd-386-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1677pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint64 1678pkg syscall (openbsd-386-cgo), type Dirent struct, Off int64 1679pkg syscall (openbsd-386-cgo), type Dirent struct, X__d_padding [4]uint8 1680pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]uint32 1681pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int64 1682pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown int32 1683pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire int64 1684pkg syscall (openbsd-386-cgo), type RtMetrics struct, Pad uint32 1685pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint64 1686pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint64 1687pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_mntfromspec [90]int8 1688pkg syscall (openbsd-386-cgo), type Statfs_t struct, Pad_cgo_0 [2]uint8 1689pkg syscall (openbsd-386-cgo), type Termios struct 1690pkg syscall (openbsd-386-cgo), type Termios struct, Cc [20]uint8 1691pkg syscall (openbsd-386-cgo), type Termios struct, Cflag uint32 1692pkg syscall (openbsd-386-cgo), type Termios struct, Iflag uint32 1693pkg syscall (openbsd-386-cgo), type Termios struct, Ispeed int32 1694pkg syscall (openbsd-386-cgo), type Termios struct, Lflag uint32 1695pkg syscall (openbsd-386-cgo), type Termios struct, Oflag uint32 1696pkg syscall (openbsd-386-cgo), type Termios struct, Ospeed int32 1697pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int64 1698pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int64 1699pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT = 2 1700pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_INIT ideal-int 1701pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP = 1 1702pkg syscall (openbsd-amd64), const IPPROTO_DIVERT_RESP ideal-int 1703pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT = 64 1704pkg syscall (openbsd-amd64), const IPV6_RECVDSTPORT ideal-int 1705pkg syscall (openbsd-amd64), const IP_DIVERTFL = 4130 1706pkg syscall (openbsd-amd64), const IP_DIVERTFL ideal-int 1707pkg syscall (openbsd-amd64), const MADV_DONTNEED = 4 1708pkg syscall (openbsd-amd64), const MADV_DONTNEED ideal-int 1709pkg syscall (openbsd-amd64), const MADV_FREE = 6 1710pkg syscall (openbsd-amd64), const MADV_FREE ideal-int 1711pkg syscall (openbsd-amd64), const MADV_NORMAL = 0 1712pkg syscall (openbsd-amd64), const MADV_NORMAL ideal-int 1713pkg syscall (openbsd-amd64), const MADV_RANDOM = 1 1714pkg syscall (openbsd-amd64), const MADV_RANDOM ideal-int 1715pkg syscall (openbsd-amd64), const MADV_SEQUENTIAL = 2 1716pkg syscall (openbsd-amd64), const MADV_SEQUENTIAL ideal-int 1717pkg syscall (openbsd-amd64), const MADV_SPACEAVAIL = 5 1718pkg syscall (openbsd-amd64), const MADV_SPACEAVAIL ideal-int 1719pkg syscall (openbsd-amd64), const MADV_WILLNEED = 3 1720pkg syscall (openbsd-amd64), const MADV_WILLNEED ideal-int 1721pkg syscall (openbsd-amd64), const MAP_ANON = 4096 1722pkg syscall (openbsd-amd64), const MAP_ANON ideal-int 1723pkg syscall (openbsd-amd64), const MAP_COPY = 4 1724pkg syscall (openbsd-amd64), const MAP_COPY ideal-int 1725pkg syscall (openbsd-amd64), const MAP_FILE = 0 1726pkg syscall (openbsd-amd64), const MAP_FILE ideal-int 1727pkg syscall (openbsd-amd64), const MAP_FIXED = 16 1728pkg syscall (openbsd-amd64), const MAP_FIXED ideal-int 1729pkg syscall (openbsd-amd64), const MAP_FLAGMASK = 8183 1730pkg syscall (openbsd-amd64), const MAP_FLAGMASK ideal-int 1731pkg syscall (openbsd-amd64), const MAP_HASSEMAPHORE = 512 1732pkg syscall (openbsd-amd64), const MAP_HASSEMAPHORE ideal-int 1733pkg syscall (openbsd-amd64), const MAP_INHERIT = 128 1734pkg syscall (openbsd-amd64), const MAP_INHERIT ideal-int 1735pkg syscall (openbsd-amd64), const MAP_INHERIT_COPY = 1 1736pkg syscall (openbsd-amd64), const MAP_INHERIT_COPY ideal-int 1737pkg syscall (openbsd-amd64), const MAP_INHERIT_DONATE_COPY = 3 1738pkg syscall (openbsd-amd64), const MAP_INHERIT_DONATE_COPY ideal-int 1739pkg syscall (openbsd-amd64), const MAP_INHERIT_NONE = 2 1740pkg syscall (openbsd-amd64), const MAP_INHERIT_NONE ideal-int 1741pkg syscall (openbsd-amd64), const MAP_INHERIT_SHARE = 0 1742pkg syscall (openbsd-amd64), const MAP_INHERIT_SHARE ideal-int 1743pkg syscall (openbsd-amd64), const MAP_NOEXTEND = 256 1744pkg syscall (openbsd-amd64), const MAP_NOEXTEND ideal-int 1745pkg syscall (openbsd-amd64), const MAP_NORESERVE = 64 1746pkg syscall (openbsd-amd64), const MAP_NORESERVE ideal-int 1747pkg syscall (openbsd-amd64), const MAP_PRIVATE = 2 1748pkg syscall (openbsd-amd64), const MAP_PRIVATE ideal-int 1749pkg syscall (openbsd-amd64), const MAP_RENAME = 32 1750pkg syscall (openbsd-amd64), const MAP_RENAME ideal-int 1751pkg syscall (openbsd-amd64), const MAP_SHARED = 1 1752pkg syscall (openbsd-amd64), const MAP_SHARED ideal-int 1753pkg syscall (openbsd-amd64), const MAP_TRYFIXED = 1024 1754pkg syscall (openbsd-amd64), const MAP_TRYFIXED ideal-int 1755pkg syscall (openbsd-amd64), const MCL_CURRENT = 1 1756pkg syscall (openbsd-amd64), const MCL_CURRENT ideal-int 1757pkg syscall (openbsd-amd64), const MCL_FUTURE = 2 1758pkg syscall (openbsd-amd64), const MCL_FUTURE ideal-int 1759pkg syscall (openbsd-amd64), const MS_ASYNC = 1 1760pkg syscall (openbsd-amd64), const MS_ASYNC ideal-int 1761pkg syscall (openbsd-amd64), const MS_INVALIDATE = 4 1762pkg syscall (openbsd-amd64), const MS_INVALIDATE ideal-int 1763pkg syscall (openbsd-amd64), const MS_SYNC = 2 1764pkg syscall (openbsd-amd64), const MS_SYNC ideal-int 1765pkg syscall (openbsd-amd64), const PROT_EXEC = 4 1766pkg syscall (openbsd-amd64), const PROT_EXEC ideal-int 1767pkg syscall (openbsd-amd64), const PROT_NONE = 0 1768pkg syscall (openbsd-amd64), const PROT_NONE ideal-int 1769pkg syscall (openbsd-amd64), const PROT_READ = 1 1770pkg syscall (openbsd-amd64), const PROT_READ ideal-int 1771pkg syscall (openbsd-amd64), const PROT_WRITE = 2 1772pkg syscall (openbsd-amd64), const PROT_WRITE ideal-int 1773pkg syscall (openbsd-amd64), const RTF_FMASK = 1112072 1774pkg syscall (openbsd-amd64), const RTM_VERSION = 5 1775pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2166909255 1776pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3240651076 1777pkg syscall (openbsd-amd64), const SIOCGETVLAN = 3223349648 1778pkg syscall (openbsd-amd64), const SIOCGETVLAN ideal-int 1779pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU = 3223349669 1780pkg syscall (openbsd-amd64), const SIOCGIFHARDMTU ideal-int 1781pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL = 3223349673 1782pkg syscall (openbsd-amd64), const SIOCGLIFPHYTTL ideal-int 1783pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS = 3223349652 1784pkg syscall (openbsd-amd64), const SIOCGSPPPPARAMS ideal-int 1785pkg syscall (openbsd-amd64), const SIOCGVNETID = 3223349671 1786pkg syscall (openbsd-amd64), const SIOCGVNETID ideal-int 1787pkg syscall (openbsd-amd64), const SIOCSETVLAN = 2149607823 1788pkg syscall (openbsd-amd64), const SIOCSETVLAN ideal-int 1789pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL = 2149607848 1790pkg syscall (openbsd-amd64), const SIOCSLIFPHYTTL ideal-int 1791pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS = 2149607827 1792pkg syscall (openbsd-amd64), const SIOCSSPPPPARAMS ideal-int 1793pkg syscall (openbsd-amd64), const SIOCSVNETID = 2149607846 1794pkg syscall (openbsd-amd64), const SIOCSVNETID ideal-int 1795pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 89 1796pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 87 1797pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 88 1798pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 65 1799pkg syscall (openbsd-amd64), const SYS_FSTAT = 53 1800pkg syscall (openbsd-amd64), const SYS_FSTATAT = 42 1801pkg syscall (openbsd-amd64), const SYS_FSTATFS = 64 1802pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 85 1803pkg syscall (openbsd-amd64), const SYS_FUTIMES = 77 1804pkg syscall (openbsd-amd64), const SYS_GETDENTS = 99 1805pkg syscall (openbsd-amd64), const SYS_GETDENTS ideal-int 1806pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 62 1807pkg syscall (openbsd-amd64), const SYS_GETITIMER = 70 1808pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 19 1809pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 67 1810pkg syscall (openbsd-amd64), const SYS_KEVENT = 72 1811pkg syscall (openbsd-amd64), const SYS_LSTAT = 40 1812pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 91 1813pkg syscall (openbsd-amd64), const SYS_PPOLL = 109 1814pkg syscall (openbsd-amd64), const SYS_PPOLL ideal-int 1815pkg syscall (openbsd-amd64), const SYS_PSELECT = 110 1816pkg syscall (openbsd-amd64), const SYS_PSELECT ideal-int 1817pkg syscall (openbsd-amd64), const SYS_SELECT = 71 1818pkg syscall (openbsd-amd64), const SYS_SETITIMER = 69 1819pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 68 1820pkg syscall (openbsd-amd64), const SYS_STAT = 38 1821pkg syscall (openbsd-amd64), const SYS_STATFS = 63 1822pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 84 1823pkg syscall (openbsd-amd64), const SYS_UTIMES = 76 1824pkg syscall (openbsd-amd64), const SYS_UTRACE = 209 1825pkg syscall (openbsd-amd64), const SYS_UTRACE ideal-int 1826pkg syscall (openbsd-amd64), const SYS_WAIT4 = 11 1827pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 94 1828pkg syscall (openbsd-amd64), const SizeofRtMetrics = 56 1829pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 96 1830pkg syscall (openbsd-amd64), const TCP_NOPUSH = 16 1831pkg syscall (openbsd-amd64), const TCP_NOPUSH ideal-int 1832pkg syscall (openbsd-amd64), const TIOCGSID = 1074033763 1833pkg syscall (openbsd-amd64), const TIOCGSID ideal-int 1834pkg syscall (openbsd-amd64), func FcntlFlock(uintptr, int, *Flock_t) error 1835pkg syscall (openbsd-amd64), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1836pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint64 1837pkg syscall (openbsd-amd64), type Dirent struct, Off int64 1838pkg syscall (openbsd-amd64), type Dirent struct, X__d_padding [4]uint8 1839pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]uint32 1840pkg syscall (openbsd-amd64), type Kevent_t struct, Data int64 1841pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint64 1842pkg syscall (openbsd-amd64), type Mclpool struct, Grown int32 1843pkg syscall (openbsd-amd64), type RtMetrics struct, Expire int64 1844pkg syscall (openbsd-amd64), type RtMetrics struct, Pad uint32 1845pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint64 1846pkg syscall (openbsd-amd64), type Stat_t struct, Pad_cgo_0 [4]uint8 1847pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint64 1848pkg syscall (openbsd-amd64), type Statfs_t struct, F_mntfromspec [90]int8 1849pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [2]uint8 1850pkg syscall (openbsd-amd64), type Termios struct 1851pkg syscall (openbsd-amd64), type Termios struct, Cc [20]uint8 1852pkg syscall (openbsd-amd64), type Termios struct, Cflag uint32 1853pkg syscall (openbsd-amd64), type Termios struct, Iflag uint32 1854pkg syscall (openbsd-amd64), type Termios struct, Ispeed int32 1855pkg syscall (openbsd-amd64), type Termios struct, Lflag uint32 1856pkg syscall (openbsd-amd64), type Termios struct, Oflag uint32 1857pkg syscall (openbsd-amd64), type Termios struct, Ospeed int32 1858pkg syscall (openbsd-amd64), type Timespec struct, Sec int64 1859pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT = 2 1860pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_INIT ideal-int 1861pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP = 1 1862pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT_RESP ideal-int 1863pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT = 64 1864pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTPORT ideal-int 1865pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL = 4130 1866pkg syscall (openbsd-amd64-cgo), const IP_DIVERTFL ideal-int 1867pkg syscall (openbsd-amd64-cgo), const MADV_DONTNEED = 4 1868pkg syscall (openbsd-amd64-cgo), const MADV_DONTNEED ideal-int 1869pkg syscall (openbsd-amd64-cgo), const MADV_FREE = 6 1870pkg syscall (openbsd-amd64-cgo), const MADV_FREE ideal-int 1871pkg syscall (openbsd-amd64-cgo), const MADV_NORMAL = 0 1872pkg syscall (openbsd-amd64-cgo), const MADV_NORMAL ideal-int 1873pkg syscall (openbsd-amd64-cgo), const MADV_RANDOM = 1 1874pkg syscall (openbsd-amd64-cgo), const MADV_RANDOM ideal-int 1875pkg syscall (openbsd-amd64-cgo), const MADV_SEQUENTIAL = 2 1876pkg syscall (openbsd-amd64-cgo), const MADV_SEQUENTIAL ideal-int 1877pkg syscall (openbsd-amd64-cgo), const MADV_SPACEAVAIL = 5 1878pkg syscall (openbsd-amd64-cgo), const MADV_SPACEAVAIL ideal-int 1879pkg syscall (openbsd-amd64-cgo), const MADV_WILLNEED = 3 1880pkg syscall (openbsd-amd64-cgo), const MADV_WILLNEED ideal-int 1881pkg syscall (openbsd-amd64-cgo), const MAP_ANON = 4096 1882pkg syscall (openbsd-amd64-cgo), const MAP_ANON ideal-int 1883pkg syscall (openbsd-amd64-cgo), const MAP_COPY = 4 1884pkg syscall (openbsd-amd64-cgo), const MAP_COPY ideal-int 1885pkg syscall (openbsd-amd64-cgo), const MAP_FILE = 0 1886pkg syscall (openbsd-amd64-cgo), const MAP_FILE ideal-int 1887pkg syscall (openbsd-amd64-cgo), const MAP_FIXED = 16 1888pkg syscall (openbsd-amd64-cgo), const MAP_FIXED ideal-int 1889pkg syscall (openbsd-amd64-cgo), const MAP_FLAGMASK = 8183 1890pkg syscall (openbsd-amd64-cgo), const MAP_FLAGMASK ideal-int 1891pkg syscall (openbsd-amd64-cgo), const MAP_HASSEMAPHORE = 512 1892pkg syscall (openbsd-amd64-cgo), const MAP_HASSEMAPHORE ideal-int 1893pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT = 128 1894pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT ideal-int 1895pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_COPY = 1 1896pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_COPY ideal-int 1897pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY = 3 1898pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_DONATE_COPY ideal-int 1899pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_NONE = 2 1900pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_NONE ideal-int 1901pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_SHARE = 0 1902pkg syscall (openbsd-amd64-cgo), const MAP_INHERIT_SHARE ideal-int 1903pkg syscall (openbsd-amd64-cgo), const MAP_NOEXTEND = 256 1904pkg syscall (openbsd-amd64-cgo), const MAP_NOEXTEND ideal-int 1905pkg syscall (openbsd-amd64-cgo), const MAP_NORESERVE = 64 1906pkg syscall (openbsd-amd64-cgo), const MAP_NORESERVE ideal-int 1907pkg syscall (openbsd-amd64-cgo), const MAP_PRIVATE = 2 1908pkg syscall (openbsd-amd64-cgo), const MAP_PRIVATE ideal-int 1909pkg syscall (openbsd-amd64-cgo), const MAP_RENAME = 32 1910pkg syscall (openbsd-amd64-cgo), const MAP_RENAME ideal-int 1911pkg syscall (openbsd-amd64-cgo), const MAP_SHARED = 1 1912pkg syscall (openbsd-amd64-cgo), const MAP_SHARED ideal-int 1913pkg syscall (openbsd-amd64-cgo), const MAP_TRYFIXED = 1024 1914pkg syscall (openbsd-amd64-cgo), const MAP_TRYFIXED ideal-int 1915pkg syscall (openbsd-amd64-cgo), const MCL_CURRENT = 1 1916pkg syscall (openbsd-amd64-cgo), const MCL_CURRENT ideal-int 1917pkg syscall (openbsd-amd64-cgo), const MCL_FUTURE = 2 1918pkg syscall (openbsd-amd64-cgo), const MCL_FUTURE ideal-int 1919pkg syscall (openbsd-amd64-cgo), const MS_ASYNC = 1 1920pkg syscall (openbsd-amd64-cgo), const MS_ASYNC ideal-int 1921pkg syscall (openbsd-amd64-cgo), const MS_INVALIDATE = 4 1922pkg syscall (openbsd-amd64-cgo), const MS_INVALIDATE ideal-int 1923pkg syscall (openbsd-amd64-cgo), const MS_SYNC = 2 1924pkg syscall (openbsd-amd64-cgo), const MS_SYNC ideal-int 1925pkg syscall (openbsd-amd64-cgo), const PROT_EXEC = 4 1926pkg syscall (openbsd-amd64-cgo), const PROT_EXEC ideal-int 1927pkg syscall (openbsd-amd64-cgo), const PROT_NONE = 0 1928pkg syscall (openbsd-amd64-cgo), const PROT_NONE ideal-int 1929pkg syscall (openbsd-amd64-cgo), const PROT_READ = 1 1930pkg syscall (openbsd-amd64-cgo), const PROT_READ ideal-int 1931pkg syscall (openbsd-amd64-cgo), const PROT_WRITE = 2 1932pkg syscall (openbsd-amd64-cgo), const PROT_WRITE ideal-int 1933pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 1112072 1934pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 5 1935pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2166909255 1936pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3240651076 1937pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN = 3223349648 1938pkg syscall (openbsd-amd64-cgo), const SIOCGETVLAN ideal-int 1939pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU = 3223349669 1940pkg syscall (openbsd-amd64-cgo), const SIOCGIFHARDMTU ideal-int 1941pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL = 3223349673 1942pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYTTL ideal-int 1943pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS = 3223349652 1944pkg syscall (openbsd-amd64-cgo), const SIOCGSPPPPARAMS ideal-int 1945pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID = 3223349671 1946pkg syscall (openbsd-amd64-cgo), const SIOCGVNETID ideal-int 1947pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN = 2149607823 1948pkg syscall (openbsd-amd64-cgo), const SIOCSETVLAN ideal-int 1949pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL = 2149607848 1950pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYTTL ideal-int 1951pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS = 2149607827 1952pkg syscall (openbsd-amd64-cgo), const SIOCSSPPPPARAMS ideal-int 1953pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID = 2149607846 1954pkg syscall (openbsd-amd64-cgo), const SIOCSVNETID ideal-int 1955pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 89 1956pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 87 1957pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 88 1958pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 65 1959pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 53 1960pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 42 1961pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 64 1962pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 85 1963pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 77 1964pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS = 99 1965pkg syscall (openbsd-amd64-cgo), const SYS_GETDENTS ideal-int 1966pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 62 1967pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 70 1968pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 19 1969pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 67 1970pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 72 1971pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 40 1972pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 91 1973pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL = 109 1974pkg syscall (openbsd-amd64-cgo), const SYS_PPOLL ideal-int 1975pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT = 110 1976pkg syscall (openbsd-amd64-cgo), const SYS_PSELECT ideal-int 1977pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 71 1978pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 69 1979pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 68 1980pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 38 1981pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 63 1982pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 84 1983pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 76 1984pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE = 209 1985pkg syscall (openbsd-amd64-cgo), const SYS_UTRACE ideal-int 1986pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 11 1987pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 94 1988pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 56 1989pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 96 1990pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH = 16 1991pkg syscall (openbsd-amd64-cgo), const TCP_NOPUSH ideal-int 1992pkg syscall (openbsd-amd64-cgo), const TIOCGSID = 1074033763 1993pkg syscall (openbsd-amd64-cgo), const TIOCGSID ideal-int 1994pkg syscall (openbsd-amd64-cgo), func FcntlFlock(uintptr, int, *Flock_t) error 1995pkg syscall (openbsd-amd64-cgo), func SendmsgN(int, []uint8, []uint8, Sockaddr, int) (int, error) 1996pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint64 1997pkg syscall (openbsd-amd64-cgo), type Dirent struct, Off int64 1998pkg syscall (openbsd-amd64-cgo), type Dirent struct, X__d_padding [4]uint8 1999pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]uint32 2000pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int64 2001pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint64 2002pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown int32 2003pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire int64 2004pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Pad uint32 2005pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint64 2006pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8 2007pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint64 2008pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_mntfromspec [90]int8 2009pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [2]uint8 2010pkg syscall (openbsd-amd64-cgo), type Termios struct 2011pkg syscall (openbsd-amd64-cgo), type Termios struct, Cc [20]uint8 2012pkg syscall (openbsd-amd64-cgo), type Termios struct, Cflag uint32 2013pkg syscall (openbsd-amd64-cgo), type Termios struct, Iflag uint32 2014pkg syscall (openbsd-amd64-cgo), type Termios struct, Ispeed int32 2015pkg syscall (openbsd-amd64-cgo), type Termios struct, Lflag uint32 2016pkg syscall (openbsd-amd64-cgo), type Termios struct, Oflag uint32 2017pkg syscall (openbsd-amd64-cgo), type Termios struct, Ospeed int32 2018pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int64 2019pkg syscall (windows-386), const ERROR_MORE_DATA = 234 2020pkg syscall (windows-386), const ERROR_MORE_DATA Errno 2021pkg syscall (windows-386), const ERROR_NETNAME_DELETED = 64 2022pkg syscall (windows-386), const ERROR_NETNAME_DELETED Errno 2023pkg syscall (windows-386), const IOC_VENDOR = 402653184 2024pkg syscall (windows-386), const IOC_VENDOR ideal-int 2025pkg syscall (windows-386), const SIO_KEEPALIVE_VALS = 2550136836 2026pkg syscall (windows-386), const SIO_KEEPALIVE_VALS ideal-int 2027pkg syscall (windows-386), const WSAECONNRESET = 10054 2028pkg syscall (windows-386), const WSAECONNRESET Errno 2029pkg syscall (windows-386), func NewCallbackCDecl(interface{}) uintptr 2030pkg syscall (windows-386), type TCPKeepalive struct 2031pkg syscall (windows-386), type TCPKeepalive struct, Interval uint32 2032pkg syscall (windows-386), type TCPKeepalive struct, OnOff uint32 2033pkg syscall (windows-386), type TCPKeepalive struct, Time uint32 2034pkg syscall (windows-amd64), const ERROR_MORE_DATA = 234 2035pkg syscall (windows-amd64), const ERROR_MORE_DATA Errno 2036pkg syscall (windows-amd64), const ERROR_NETNAME_DELETED = 64 2037pkg syscall (windows-amd64), const ERROR_NETNAME_DELETED Errno 2038pkg syscall (windows-amd64), const IOC_VENDOR = 402653184 2039pkg syscall (windows-amd64), const IOC_VENDOR ideal-int 2040pkg syscall (windows-amd64), const SIO_KEEPALIVE_VALS = 2550136836 2041pkg syscall (windows-amd64), const SIO_KEEPALIVE_VALS ideal-int 2042pkg syscall (windows-amd64), const WSAECONNRESET = 10054 2043pkg syscall (windows-amd64), const WSAECONNRESET Errno 2044pkg syscall (windows-amd64), func NewCallbackCDecl(interface{}) uintptr 2045pkg syscall (windows-amd64), type TCPKeepalive struct 2046pkg syscall (windows-amd64), type TCPKeepalive struct, Interval uint32 2047pkg syscall (windows-amd64), type TCPKeepalive struct, OnOff uint32 2048pkg syscall (windows-amd64), type TCPKeepalive struct, Time uint32 2049pkg testing, method (*B) RunParallel(func(*PB)) 2050pkg testing, method (*B) SetParallelism(int) 2051pkg testing, method (*PB) Next() bool 2052pkg testing, type PB struct 2053pkg unicode, const Version = "6.3.0" 2054