pkg archive/tar, const TypeBlock = 52
pkg archive/tar, const TypeChar = 51
pkg archive/tar, const TypeCont = 55
pkg archive/tar, const TypeDir = 53
pkg archive/tar, const TypeFifo = 54
pkg archive/tar, const TypeGNULongLink = 75
pkg archive/tar, const TypeGNULongLink ideal-char
pkg archive/tar, const TypeGNULongName = 76
pkg archive/tar, const TypeGNULongName ideal-char
pkg archive/tar, const TypeLink = 49
pkg archive/tar, const TypeReg = 48
pkg archive/tar, const TypeRegA = 0
pkg archive/tar, const TypeSymlink = 50
pkg archive/tar, const TypeXGlobalHeader = 103
pkg archive/tar, const TypeXHeader = 120
pkg archive/tar, func FileInfoHeader(os.FileInfo, string) (*Header, error)
pkg archive/tar, method (*Header) FileInfo() os.FileInfo
pkg archive/zip, const Deflate = 8
pkg archive/zip, const Store = 0
pkg archive/zip, type FileHeader struct, CompressedSize64 uint64
pkg archive/zip, type FileHeader struct, UncompressedSize64 uint64
pkg bufio, const MaxScanTokenSize = 65536
pkg bufio, const MaxScanTokenSize ideal-int
pkg bufio, func NewScanner(io.Reader) *Scanner
pkg bufio, func ScanBytes([]uint8, bool) (int, []uint8, error)
pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error)
pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error)
pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error)
pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error)
pkg bufio, method (*Scanner) Bytes() []uint8
pkg bufio, method (*Scanner) Err() error
pkg bufio, method (*Scanner) Scan() bool
pkg bufio, method (*Scanner) Split(SplitFunc)
pkg bufio, method (*Scanner) Text() string
pkg bufio, method (*Writer) ReadFrom(io.Reader) (int64, error)
pkg bufio, method (ReadWriter) ReadFrom(io.Reader) (int64, error)
pkg bufio, method (ReadWriter) WriteTo(io.Writer) (int64, error)
pkg bufio, type Scanner struct
pkg bufio, type SplitFunc func([]uint8, bool) (int, []uint8, error)
pkg bufio, var ErrAdvanceTooFar error
pkg bufio, var ErrNegativeAdvance error
pkg bufio, var ErrTooLong error
pkg bytes, const MinRead = 512
pkg bytes, func TrimPrefix([]uint8, []uint8) []uint8
pkg bytes, func TrimSuffix([]uint8, []uint8) []uint8
pkg bytes, method (*Buffer) Grow(int)
pkg bytes, method (*Reader) WriteTo(io.Writer) (int64, error)
pkg compress/flate, const BestCompression = 9
pkg compress/flate, const BestSpeed = 1
pkg compress/flate, const DefaultCompression = -1
pkg compress/flate, const NoCompression = 0
pkg compress/gzip, const BestCompression = 9
pkg compress/gzip, const BestSpeed = 1
pkg compress/gzip, const DefaultCompression = -1
pkg compress/gzip, const NoCompression = 0
pkg compress/gzip, method (*Writer) Flush() error
pkg compress/lzw, const LSB = 0
pkg compress/lzw, const MSB = 1
pkg compress/zlib, const BestCompression = 9
pkg compress/zlib, const BestSpeed = 1
pkg compress/zlib, const DefaultCompression = -1
pkg compress/zlib, const NoCompression = 0
pkg crypto, const MD4 = 1
pkg crypto, const MD5 = 2
pkg crypto, const MD5SHA1 = 8
pkg crypto, const RIPEMD160 = 9
pkg crypto, const SHA1 = 3
pkg crypto, const SHA224 = 4
pkg crypto, const SHA256 = 5
pkg crypto, const SHA384 = 6
pkg crypto, const SHA512 = 7
pkg crypto/aes, const BlockSize = 16
pkg crypto/des, const BlockSize = 8
pkg crypto/dsa, const L1024N160 = 0
pkg crypto/dsa, const L2048N224 = 1
pkg crypto/dsa, const L2048N256 = 2
pkg crypto/dsa, const L3072N256 = 3
pkg crypto/hmac, func Equal([]uint8, []uint8) bool
pkg crypto/md5, const BlockSize = 64
pkg crypto/md5, const Size = 16
pkg crypto/sha1, const BlockSize = 64
pkg crypto/sha1, const Size = 20
pkg crypto/sha256, const BlockSize = 64
pkg crypto/sha256, const Size = 32
pkg crypto/sha256, const Size224 = 28
pkg crypto/sha512, const BlockSize = 128
pkg crypto/sha512, const Size = 64
pkg crypto/sha512, const Size384 = 48
pkg crypto/tls, const NoClientCert = 0
pkg crypto/tls, const RequestClientCert = 1
pkg crypto/tls, const RequireAndVerifyClientCert = 4
pkg crypto/tls, const RequireAnyClientCert = 2
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = 49170
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 49171
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 49172
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16
pkg crypto/tls, const TLS_ECDHE_RSA_WITH_RC4_128_SHA = 49169
pkg crypto/tls, const TLS_RSA_WITH_3DES_EDE_CBC_SHA = 10
pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA = 47
pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA = 53
pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA uint16
pkg crypto/tls, const TLS_RSA_WITH_RC4_128_SHA = 5
pkg crypto/tls, const VerifyClientCertIfGiven = 3
pkg crypto/tls, type Config struct, PreferServerCipherSuites bool
pkg crypto/tls, type Config struct, SessionTicketKey [32]uint8
pkg crypto/tls, type Config struct, SessionTicketsDisabled bool
pkg crypto/tls, type ConnectionState struct, DidResume bool
pkg crypto/x509, const CANotAuthorizedForThisName = 2
pkg crypto/x509, const DSA = 2
pkg crypto/x509, const DSAWithSHA1 = 7
pkg crypto/x509, const DSAWithSHA256 = 8
pkg crypto/x509, const ECDSA = 3
pkg crypto/x509, const ECDSA PublicKeyAlgorithm
pkg crypto/x509, const ECDSAWithSHA1 = 9
pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm
pkg crypto/x509, const ECDSAWithSHA256 = 10
pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm
pkg crypto/x509, const ECDSAWithSHA384 = 11
pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm
pkg crypto/x509, const ECDSAWithSHA512 = 12
pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm
pkg crypto/x509, const Expired = 1
pkg crypto/x509, const ExtKeyUsageAny = 0
pkg crypto/x509, const ExtKeyUsageClientAuth = 2
pkg crypto/x509, const ExtKeyUsageCodeSigning = 3
pkg crypto/x509, const ExtKeyUsageEmailProtection = 4
pkg crypto/x509, const ExtKeyUsageIPSECEndSystem = 5
pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage
pkg crypto/x509, const ExtKeyUsageIPSECTunnel = 6
pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage
pkg crypto/x509, const ExtKeyUsageIPSECUser = 7
pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage
pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto = 10
pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto ExtKeyUsage
pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto = 11
pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto ExtKeyUsage
pkg crypto/x509, const ExtKeyUsageOCSPSigning = 9
pkg crypto/x509, const ExtKeyUsageServerAuth = 1
pkg crypto/x509, const ExtKeyUsageTimeStamping = 8
pkg crypto/x509, const IncompatibleUsage = 4
pkg crypto/x509, const IncompatibleUsage InvalidReason
pkg crypto/x509, const KeyUsageCRLSign = 64
pkg crypto/x509, const KeyUsageCertSign = 32
pkg crypto/x509, const KeyUsageContentCommitment = 2
pkg crypto/x509, const KeyUsageDataEncipherment = 8
pkg crypto/x509, const KeyUsageDecipherOnly = 256
pkg crypto/x509, const KeyUsageDigitalSignature = 1
pkg crypto/x509, const KeyUsageEncipherOnly = 128
pkg crypto/x509, const KeyUsageKeyAgreement = 16
pkg crypto/x509, const KeyUsageKeyEncipherment = 4
pkg crypto/x509, const MD2WithRSA = 1
pkg crypto/x509, const MD5WithRSA = 2
pkg crypto/x509, const NotAuthorizedToSign = 0
pkg crypto/x509, const PEMCipher3DES = 2
pkg crypto/x509, const PEMCipher3DES PEMCipher
pkg crypto/x509, const PEMCipherAES128 = 3
pkg crypto/x509, const PEMCipherAES128 PEMCipher
pkg crypto/x509, const PEMCipherAES192 = 4
pkg crypto/x509, const PEMCipherAES192 PEMCipher
pkg crypto/x509, const PEMCipherAES256 = 5
pkg crypto/x509, const PEMCipherAES256 PEMCipher
pkg crypto/x509, const PEMCipherDES = 1
pkg crypto/x509, const PEMCipherDES PEMCipher
pkg crypto/x509, const RSA = 1
pkg crypto/x509, const SHA1WithRSA = 3
pkg crypto/x509, const SHA256WithRSA = 4
pkg crypto/x509, const SHA384WithRSA = 5
pkg crypto/x509, const SHA512WithRSA = 6
pkg crypto/x509, const TooManyIntermediates = 3
pkg crypto/x509, const UnknownPublicKeyAlgorithm = 0
pkg crypto/x509, const UnknownSignatureAlgorithm = 0
pkg crypto/x509, func DecryptPEMBlock(*pem.Block, []uint8) ([]uint8, error)
pkg crypto/x509, func EncryptPEMBlock(io.Reader, string, []uint8, []uint8,
PEMCipher) (*pem.Block, error)
pkg crypto/x509, func IsEncryptedPEMBlock(*pem.Block) bool
pkg crypto/x509, func ParseECPrivateKey([]uint8) (*ecdsa.PrivateKey, error)
pkg crypto/x509, method (SystemRootsError) Error() string
pkg crypto/x509, type Certificate struct, IPAddresses []net.IP
pkg crypto/x509, type PEMCipher int
pkg crypto/x509, type SystemRootsError struct
pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage
pkg crypto/x509, var IncorrectPasswordError error
pkg database/sql, method (*DB) Ping() error
pkg database/sql, method (*DB) SetMaxIdleConns(int)
pkg database/sql/driver, type Queryer interface { Query }
pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows,
error)
pkg debug/dwarf, const AttrAbstractOrigin = 49
pkg debug/dwarf, const AttrAccessibility = 50
pkg debug/dwarf, const AttrAddrClass = 51
pkg debug/dwarf, const AttrAllocated = 78
pkg debug/dwarf, const AttrArtificial = 52
pkg debug/dwarf, const AttrAssociated = 79
pkg debug/dwarf, const AttrBaseTypes = 53
pkg debug/dwarf, const AttrBitOffset = 12
pkg debug/dwarf, const AttrBitSize = 13
pkg debug/dwarf, const AttrByteSize = 11
pkg debug/dwarf, const AttrCallColumn = 87
pkg debug/dwarf, const AttrCallFile = 88
pkg debug/dwarf, const AttrCallLine = 89
pkg debug/dwarf, const AttrCalling = 54
pkg debug/dwarf, const AttrCommonRef = 26
pkg debug/dwarf, const AttrCompDir = 27
pkg debug/dwarf, const AttrConstValue = 28
pkg debug/dwarf, const AttrContainingType = 29
pkg debug/dwarf, const AttrCount = 55
pkg debug/dwarf, const AttrDataLocation = 80
pkg debug/dwarf, const AttrDataMemberLoc = 56
pkg debug/dwarf, const AttrDeclColumn = 57
pkg debug/dwarf, const AttrDeclFile = 58
pkg debug/dwarf, const AttrDeclLine = 59
pkg debug/dwarf, const AttrDeclaration = 60
pkg debug/dwarf, const AttrDefaultValue = 30
pkg debug/dwarf, const AttrDescription = 90
pkg debug/dwarf, const AttrDiscr = 21
pkg debug/dwarf, const AttrDiscrList = 61
pkg debug/dwarf, const AttrDiscrValue = 22
pkg debug/dwarf, const AttrEncoding = 62
pkg debug/dwarf, const AttrEntrypc = 82
pkg debug/dwarf, const AttrExtension = 84
pkg debug/dwarf, const AttrExternal = 63
pkg debug/dwarf, const AttrFrameBase = 64
pkg debug/dwarf, const AttrFriend = 65
pkg debug/dwarf, const AttrHighpc = 18
pkg debug/dwarf, const AttrIdentifierCase = 66
pkg debug/dwarf, const AttrImport = 24
pkg debug/dwarf, const AttrInline = 32
pkg debug/dwarf, const AttrIsOptional = 33
pkg debug/dwarf, const AttrLanguage = 19
pkg debug/dwarf, const AttrLocation = 2
pkg debug/dwarf, const AttrLowerBound = 34
pkg debug/dwarf, const AttrLowpc = 17
pkg debug/dwarf, const AttrMacroInfo = 67
pkg debug/dwarf, const AttrName = 3
pkg debug/dwarf, const AttrNamelistItem = 68
pkg debug/dwarf, const AttrOrdering = 9
pkg debug/dwarf, const AttrPriority = 69
pkg debug/dwarf, const AttrProducer = 37
pkg debug/dwarf, const AttrPrototyped = 39
pkg debug/dwarf, const AttrRanges = 85
pkg debug/dwarf, const AttrReturnAddr = 42
pkg debug/dwarf, const AttrSegment = 70
pkg debug/dwarf, const AttrSibling = 1
pkg debug/dwarf, const AttrSpecification = 71
pkg debug/dwarf, const AttrStartScope = 44
pkg debug/dwarf, const AttrStaticLink = 72
pkg debug/dwarf, const AttrStmtList = 16
pkg debug/dwarf, const AttrStride = 81
pkg debug/dwarf, const AttrStrideSize = 46
pkg debug/dwarf, const AttrStringLength = 25
pkg debug/dwarf, const AttrTrampoline = 86
pkg debug/dwarf, const AttrType = 73
pkg debug/dwarf, const AttrUpperBound = 47
pkg debug/dwarf, const AttrUseLocation = 74
pkg debug/dwarf, const AttrUseUTF8 = 83
pkg debug/dwarf, const AttrVarParam = 75
pkg debug/dwarf, const AttrVirtuality = 76
pkg debug/dwarf, const AttrVisibility = 23
pkg debug/dwarf, const AttrVtableElemLoc = 77
pkg debug/dwarf, const TagAccessDeclaration = 35
pkg debug/dwarf, const TagArrayType = 1
pkg debug/dwarf, const TagBaseType = 36
pkg debug/dwarf, const TagCatchDwarfBlock = 37
pkg debug/dwarf, const TagClassType = 2
pkg debug/dwarf, const TagCommonDwarfBlock = 26
pkg debug/dwarf, const TagCommonInclusion = 27
pkg debug/dwarf, const TagCompileUnit = 17
pkg debug/dwarf, const TagConstType = 38
pkg debug/dwarf, const TagConstant = 39
pkg debug/dwarf, const TagDwarfProcedure = 54
pkg debug/dwarf, const TagEntryPoint = 3
pkg debug/dwarf, const TagEnumerationType = 4
pkg debug/dwarf, const TagEnumerator = 40
pkg debug/dwarf, const TagFileType = 41
pkg debug/dwarf, const TagFormalParameter = 5
pkg debug/dwarf, const TagFriend = 42
pkg debug/dwarf, const TagImportedDeclaration = 8
pkg debug/dwarf, const TagImportedModule = 58
pkg debug/dwarf, const TagImportedUnit = 61
pkg debug/dwarf, const TagInheritance = 28
pkg debug/dwarf, const TagInlinedSubroutine = 29
pkg debug/dwarf, const TagInterfaceType = 56
pkg debug/dwarf, const TagLabel = 10
pkg debug/dwarf, const TagLexDwarfBlock = 11
pkg debug/dwarf, const TagMember = 13
pkg debug/dwarf, const TagModule = 30
pkg debug/dwarf, const TagMutableType = 62
pkg debug/dwarf, const TagNamelist = 43
pkg debug/dwarf, const TagNamelistItem = 44
pkg debug/dwarf, const TagNamespace = 57
pkg debug/dwarf, const TagPackedType = 45
pkg debug/dwarf, const TagPartialUnit = 60
pkg debug/dwarf, const TagPointerType = 15
pkg debug/dwarf, const TagPtrToMemberType = 31
pkg debug/dwarf, const TagReferenceType = 16
pkg debug/dwarf, const TagRestrictType = 55
pkg debug/dwarf, const TagSetType = 32
pkg debug/dwarf, const TagStringType = 18
pkg debug/dwarf, const TagStructType = 19
pkg debug/dwarf, const TagSubprogram = 46
pkg debug/dwarf, const TagSubrangeType = 33
pkg debug/dwarf, const TagSubroutineType = 21
pkg debug/dwarf, const TagTemplateTypeParameter = 47
pkg debug/dwarf, const TagTemplateValueParameter = 48
pkg debug/dwarf, const TagThrownType = 49
pkg debug/dwarf, const TagTryDwarfBlock = 50
pkg debug/dwarf, const TagTypedef = 22
pkg debug/dwarf, const TagUnionType = 23
pkg debug/dwarf, const TagUnspecifiedParameters = 24
pkg debug/dwarf, const TagUnspecifiedType = 59
pkg debug/dwarf, const TagVariable = 52
pkg debug/dwarf, const TagVariant = 25
pkg debug/dwarf, const TagVariantPart = 51
pkg debug/dwarf, const TagVolatileType = 53
pkg debug/dwarf, const TagWithStmt = 34
pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER = 1543503875
pkg debug/elf, const DF_BIND_NOW = 8
pkg debug/elf, const DF_ORIGIN = 1
pkg debug/elf, const DF_STATIC_TLS = 16
pkg debug/elf, const DF_SYMBOLIC = 2
pkg debug/elf, const DF_TEXTREL = 4
pkg debug/elf, const DT_BIND_NOW = 24
pkg debug/elf, const DT_DEBUG = 21
pkg debug/elf, const DT_ENCODING = 32
pkg debug/elf, const DT_FINI = 13
pkg debug/elf, const DT_FINI_ARRAY = 26
pkg debug/elf, const DT_FINI_ARRAYSZ = 28
pkg debug/elf, const DT_FLAGS = 30
pkg debug/elf, const DT_HASH = 4
pkg debug/elf, const DT_HIOS = 1879044096
pkg debug/elf, const DT_HIPROC = 2147483647
pkg debug/elf, const DT_INIT = 12
pkg debug/elf, const DT_INIT_ARRAY = 25
pkg debug/elf, const DT_INIT_ARRAYSZ = 27
pkg debug/elf, const DT_JMPREL = 23
pkg debug/elf, const DT_LOOS = 1610612749
pkg debug/elf, const DT_LOPROC = 1879048192
pkg debug/elf, const DT_NEEDED = 1
pkg debug/elf, const DT_NULL = 0
pkg debug/elf, const DT_PLTGOT = 3
pkg debug/elf, const DT_PLTREL = 20
pkg debug/elf, const DT_PLTRELSZ = 2
pkg debug/elf, const DT_PREINIT_ARRAY = 32
pkg debug/elf, const DT_PREINIT_ARRAYSZ = 33
pkg debug/elf, const DT_REL = 17
pkg debug/elf, const DT_RELA = 7
pkg debug/elf, const DT_RELAENT = 9
pkg debug/elf, const DT_RELASZ = 8
pkg debug/elf, const DT_RELENT = 19
pkg debug/elf, const DT_RELSZ = 18
pkg debug/elf, const DT_RPATH = 15
pkg debug/elf, const DT_RUNPATH = 29
pkg debug/elf, const DT_SONAME = 14
pkg debug/elf, const DT_STRSZ = 10
pkg debug/elf, const DT_STRTAB = 5
pkg debug/elf, const DT_SYMBOLIC = 16
pkg debug/elf, const DT_SYMENT = 11
pkg debug/elf, const DT_SYMTAB = 6
pkg debug/elf, const DT_TEXTREL = 22
pkg debug/elf, const DT_VERNEED = 1879048190
pkg debug/elf, const DT_VERNEEDNUM = 1879048191
pkg debug/elf, const DT_VERSYM = 1879048176
pkg debug/elf, const EI_ABIVERSION = 8
pkg debug/elf, const EI_CLASS = 4
pkg debug/elf, const EI_DATA = 5
pkg debug/elf, const EI_NIDENT = 16
pkg debug/elf, const EI_OSABI = 7
pkg debug/elf, const EI_PAD = 9
pkg debug/elf, const EI_VERSION = 6
pkg debug/elf, const ELFCLASS32 = 1
pkg debug/elf, const ELFCLASS64 = 2
pkg debug/elf, const ELFCLASSNONE = 0
pkg debug/elf, const ELFDATA2LSB = 1
pkg debug/elf, const ELFDATA2MSB = 2
pkg debug/elf, const ELFDATANONE = 0
pkg debug/elf, const ELFMAG = "\u007fELF"
pkg debug/elf, const ELFOSABI_86OPEN = 5
pkg debug/elf, const ELFOSABI_AIX = 7
pkg debug/elf, const ELFOSABI_ARM = 97
pkg debug/elf, const ELFOSABI_FREEBSD = 9
pkg debug/elf, const ELFOSABI_HPUX = 1
pkg debug/elf, const ELFOSABI_HURD = 4
pkg debug/elf, const ELFOSABI_IRIX = 8
pkg debug/elf, const ELFOSABI_LINUX = 3
pkg debug/elf, const ELFOSABI_MODESTO = 11
pkg debug/elf, const ELFOSABI_NETBSD = 2
pkg debug/elf, const ELFOSABI_NONE = 0
pkg debug/elf, const ELFOSABI_NSK = 14
pkg debug/elf, const ELFOSABI_OPENBSD = 12
pkg debug/elf, const ELFOSABI_OPENVMS = 13
pkg debug/elf, const ELFOSABI_SOLARIS = 6
pkg debug/elf, const ELFOSABI_STANDALONE = 255
pkg debug/elf, const ELFOSABI_TRU64 = 10
pkg debug/elf, const EM_386 = 3
pkg debug/elf, const EM_486 = 6
pkg debug/elf, const EM_68HC12 = 53
pkg debug/elf, const EM_68K = 4
pkg debug/elf, const EM_860 = 7
pkg debug/elf, const EM_88K = 5
pkg debug/elf, const EM_960 = 19
pkg debug/elf, const EM_ALPHA = 36902
pkg debug/elf, const EM_ALPHA_STD = 41
pkg debug/elf, const EM_ARC = 45
pkg debug/elf, const EM_ARM = 40
pkg debug/elf, const EM_COLDFIRE = 52
pkg debug/elf, const EM_FR20 = 37
pkg debug/elf, const EM_H8S = 48
pkg debug/elf, const EM_H8_300 = 46
pkg debug/elf, const EM_H8_300H = 47
pkg debug/elf, const EM_H8_500 = 49
pkg debug/elf, const EM_IA_64 = 50
pkg debug/elf, const EM_M32 = 1
pkg debug/elf, const EM_ME16 = 59
pkg debug/elf, const EM_MIPS = 8
pkg debug/elf, const EM_MIPS_RS3_LE = 10
pkg debug/elf, const EM_MIPS_RS4_BE = 10
pkg debug/elf, const EM_MIPS_X = 51
pkg debug/elf, const EM_MMA = 54
pkg debug/elf, const EM_NCPU = 56
pkg debug/elf, const EM_NDR1 = 57
pkg debug/elf, const EM_NONE = 0
pkg debug/elf, const EM_PARISC = 15
pkg debug/elf, const EM_PCP = 55
pkg debug/elf, const EM_PPC = 20
pkg debug/elf, const EM_PPC64 = 21
pkg debug/elf, const EM_RCE = 39
pkg debug/elf, const EM_RH32 = 38
pkg debug/elf, const EM_S370 = 9
pkg debug/elf, const EM_S390 = 22
pkg debug/elf, const EM_SH = 42
pkg debug/elf, const EM_SPARC = 2
pkg debug/elf, const EM_SPARC32PLUS = 18
pkg debug/elf, const EM_SPARCV9 = 43
pkg debug/elf, const EM_ST100 = 60
pkg debug/elf, const EM_STARCORE = 58
pkg debug/elf, const EM_TINYJ = 61
pkg debug/elf, const EM_TRICORE = 44
pkg debug/elf, const EM_V800 = 36
pkg debug/elf, const EM_VPP500 = 17
pkg debug/elf, const EM_X86_64 = 62
pkg debug/elf, const ET_CORE = 4
pkg debug/elf, const ET_DYN = 3
pkg debug/elf, const ET_EXEC = 2
pkg debug/elf, const ET_HIOS = 65279
pkg debug/elf, const ET_HIPROC = 65535
pkg debug/elf, const ET_LOOS = 65024
pkg debug/elf, const ET_LOPROC = 65280
pkg debug/elf, const ET_NONE = 0
pkg debug/elf, const ET_REL = 1
pkg debug/elf, const EV_CURRENT = 1
pkg debug/elf, const EV_NONE = 0
pkg debug/elf, const NT_FPREGSET = 2
pkg debug/elf, const NT_PRPSINFO = 3
pkg debug/elf, const NT_PRSTATUS = 1
pkg debug/elf, const PF_MASKOS = 267386880
pkg debug/elf, const PF_MASKPROC = 4026531840
pkg debug/elf, const PF_R = 4
pkg debug/elf, const PF_W = 2
pkg debug/elf, const PF_X = 1
pkg debug/elf, const PT_DYNAMIC = 2
pkg debug/elf, const PT_HIOS = 1879048191
pkg debug/elf, const PT_HIPROC = 2147483647
pkg debug/elf, const PT_INTERP = 3
pkg debug/elf, const PT_LOAD = 1
pkg debug/elf, const PT_LOOS = 1610612736
pkg debug/elf, const PT_LOPROC = 1879048192
pkg debug/elf, const PT_NOTE = 4
pkg debug/elf, const PT_NULL = 0
pkg debug/elf, const PT_PHDR = 6
pkg debug/elf, const PT_SHLIB = 5
pkg debug/elf, const PT_TLS = 7
pkg debug/elf, const R_386_32 = 1
pkg debug/elf, const R_386_COPY = 5
pkg debug/elf, const R_386_GLOB_DAT = 6
pkg debug/elf, const R_386_GOT32 = 3
pkg debug/elf, const R_386_GOTOFF = 9
pkg debug/elf, const R_386_GOTPC = 10
pkg debug/elf, const R_386_JMP_SLOT = 7
pkg debug/elf, const R_386_NONE = 0
pkg debug/elf, const R_386_PC32 = 2
pkg debug/elf, const R_386_PLT32 = 4
pkg debug/elf, const R_386_RELATIVE = 8
pkg debug/elf, const R_386_TLS_DTPMOD32 = 35
pkg debug/elf, const R_386_TLS_DTPOFF32 = 36
pkg debug/elf, const R_386_TLS_GD = 18
pkg debug/elf, const R_386_TLS_GD_32 = 24
pkg debug/elf, const R_386_TLS_GD_CALL = 26
pkg debug/elf, const R_386_TLS_GD_POP = 27
pkg debug/elf, const R_386_TLS_GD_PUSH = 25
pkg debug/elf, const R_386_TLS_GOTIE = 16
pkg debug/elf, const R_386_TLS_IE = 15
pkg debug/elf, const R_386_TLS_IE_32 = 33
pkg debug/elf, const R_386_TLS_LDM = 19
pkg debug/elf, const R_386_TLS_LDM_32 = 28
pkg debug/elf, const R_386_TLS_LDM_CALL = 30
pkg debug/elf, const R_386_TLS_LDM_POP = 31
pkg debug/elf, const R_386_TLS_LDM_PUSH = 29
pkg debug/elf, const R_386_TLS_LDO_32 = 32
pkg debug/elf, const R_386_TLS_LE = 17
pkg debug/elf, const R_386_TLS_LE_32 = 34
pkg debug/elf, const R_386_TLS_TPOFF = 14
pkg debug/elf, const R_386_TLS_TPOFF32 = 37
pkg debug/elf, const R_ALPHA_BRADDR = 7
pkg debug/elf, const R_ALPHA_COPY = 24
pkg debug/elf, const R_ALPHA_GLOB_DAT = 25
pkg debug/elf, const R_ALPHA_GPDISP = 6
pkg debug/elf, const R_ALPHA_GPREL32 = 3
pkg debug/elf, const R_ALPHA_GPRELHIGH = 17
pkg debug/elf, const R_ALPHA_GPRELLOW = 18
pkg debug/elf, const R_ALPHA_GPVALUE = 16
pkg debug/elf, const R_ALPHA_HINT = 8
pkg debug/elf, const R_ALPHA_IMMED_BR_HI32 = 22
pkg debug/elf, const R_ALPHA_IMMED_GP_16 = 19
pkg debug/elf, const R_ALPHA_IMMED_GP_HI32 = 20
pkg debug/elf, const R_ALPHA_IMMED_LO32 = 23
pkg debug/elf, const R_ALPHA_IMMED_SCN_HI32 = 21
pkg debug/elf, const R_ALPHA_JMP_SLOT = 26
pkg debug/elf, const R_ALPHA_LITERAL = 4
pkg debug/elf, const R_ALPHA_LITUSE = 5
pkg debug/elf, const R_ALPHA_NONE = 0
pkg debug/elf, const R_ALPHA_OP_PRSHIFT = 15
pkg debug/elf, const R_ALPHA_OP_PSUB = 14
pkg debug/elf, const R_ALPHA_OP_PUSH = 12
pkg debug/elf, const R_ALPHA_OP_STORE = 13
pkg debug/elf, const R_ALPHA_REFLONG = 1
pkg debug/elf, const R_ALPHA_REFQUAD = 2
pkg debug/elf, const R_ALPHA_RELATIVE = 27
pkg debug/elf, const R_ALPHA_SREL16 = 9
pkg debug/elf, const R_ALPHA_SREL32 = 10
pkg debug/elf, const R_ALPHA_SREL64 = 11
pkg debug/elf, const R_ARM_ABS12 = 6
pkg debug/elf, const R_ARM_ABS16 = 5
pkg debug/elf, const R_ARM_ABS32 = 2
pkg debug/elf, const R_ARM_ABS8 = 8
pkg debug/elf, const R_ARM_AMP_VCALL9 = 12
pkg debug/elf, const R_ARM_COPY = 20
pkg debug/elf, const R_ARM_GLOB_DAT = 21
pkg debug/elf, const R_ARM_GNU_VTENTRY = 100
pkg debug/elf, const R_ARM_GNU_VTINHERIT = 101
pkg debug/elf, const R_ARM_GOT32 = 26
pkg debug/elf, const R_ARM_GOTOFF = 24
pkg debug/elf, const R_ARM_GOTPC = 25
pkg debug/elf, const R_ARM_JUMP_SLOT = 22
pkg debug/elf, const R_ARM_NONE = 0
pkg debug/elf, const R_ARM_PC13 = 4
pkg debug/elf, const R_ARM_PC24 = 1
pkg debug/elf, const R_ARM_PLT32 = 27
pkg debug/elf, const R_ARM_RABS32 = 253
pkg debug/elf, const R_ARM_RBASE = 255
pkg debug/elf, const R_ARM_REL32 = 3
pkg debug/elf, const R_ARM_RELATIVE = 23
pkg debug/elf, const R_ARM_RPC24 = 254
pkg debug/elf, const R_ARM_RREL32 = 252
pkg debug/elf, const R_ARM_RSBREL32 = 250
pkg debug/elf, const R_ARM_SBREL32 = 9
pkg debug/elf, const R_ARM_SWI24 = 13
pkg debug/elf, const R_ARM_THM_ABS5 = 7
pkg debug/elf, const R_ARM_THM_PC22 = 10
pkg debug/elf, const R_ARM_THM_PC8 = 11
pkg debug/elf, const R_ARM_THM_RPC22 = 251
pkg debug/elf, const R_ARM_THM_SWI8 = 14
pkg debug/elf, const R_ARM_THM_XPC22 = 16
pkg debug/elf, const R_ARM_XPC25 = 15
pkg debug/elf, const R_PPC_ADDR14 = 7
pkg debug/elf, const R_PPC_ADDR14_BRNTAKEN = 9
pkg debug/elf, const R_PPC_ADDR14_BRTAKEN = 8
pkg debug/elf, const R_PPC_ADDR16 = 3
pkg debug/elf, const R_PPC_ADDR16_HA = 6
pkg debug/elf, const R_PPC_ADDR16_HI = 5
pkg debug/elf, const R_PPC_ADDR16_LO = 4
pkg debug/elf, const R_PPC_ADDR24 = 2
pkg debug/elf, const R_PPC_ADDR32 = 1
pkg debug/elf, const R_PPC_COPY = 19
pkg debug/elf, const R_PPC_DTPMOD32 = 68
pkg debug/elf, const R_PPC_DTPREL16 = 74
pkg debug/elf, const R_PPC_DTPREL16_HA = 77
pkg debug/elf, const R_PPC_DTPREL16_HI = 76
pkg debug/elf, const R_PPC_DTPREL16_LO = 75
pkg debug/elf, const R_PPC_DTPREL32 = 78
pkg debug/elf, const R_PPC_EMB_BIT_FLD = 115
pkg debug/elf, const R_PPC_EMB_MRKREF = 110
pkg debug/elf, const R_PPC_EMB_NADDR16 = 102
pkg debug/elf, const R_PPC_EMB_NADDR16_HA = 105
pkg debug/elf, const R_PPC_EMB_NADDR16_HI = 104
pkg debug/elf, const R_PPC_EMB_NADDR16_LO = 103
pkg debug/elf, const R_PPC_EMB_NADDR32 = 101
pkg debug/elf, const R_PPC_EMB_RELSDA = 116
pkg debug/elf, const R_PPC_EMB_RELSEC16 = 111
pkg debug/elf, const R_PPC_EMB_RELST_HA = 114
pkg debug/elf, const R_PPC_EMB_RELST_HI = 113
pkg debug/elf, const R_PPC_EMB_RELST_LO = 112
pkg debug/elf, const R_PPC_EMB_SDA21 = 109
pkg debug/elf, const R_PPC_EMB_SDA2I16 = 107
pkg debug/elf, const R_PPC_EMB_SDA2REL = 108
pkg debug/elf, const R_PPC_EMB_SDAI16 = 106
pkg debug/elf, const R_PPC_GLOB_DAT = 20
pkg debug/elf, const R_PPC_GOT16 = 14
pkg debug/elf, const R_PPC_GOT16_HA = 17
pkg debug/elf, const R_PPC_GOT16_HI = 16
pkg debug/elf, const R_PPC_GOT16_LO = 15
pkg debug/elf, const R_PPC_GOT_TLSGD16 = 79
pkg debug/elf, const R_PPC_GOT_TLSGD16_HA = 82
pkg debug/elf, const R_PPC_GOT_TLSGD16_HI = 81
pkg debug/elf, const R_PPC_GOT_TLSGD16_LO = 80
pkg debug/elf, const R_PPC_GOT_TLSLD16 = 83
pkg debug/elf, const R_PPC_GOT_TLSLD16_HA = 86
pkg debug/elf, const R_PPC_GOT_TLSLD16_HI = 85
pkg debug/elf, const R_PPC_GOT_TLSLD16_LO = 84
pkg debug/elf, const R_PPC_GOT_TPREL16 = 87
pkg debug/elf, const R_PPC_GOT_TPREL16_HA = 90
pkg debug/elf, const R_PPC_GOT_TPREL16_HI = 89
pkg debug/elf, const R_PPC_GOT_TPREL16_LO = 88
pkg debug/elf, const R_PPC_JMP_SLOT = 21
pkg debug/elf, const R_PPC_LOCAL24PC = 23
pkg debug/elf, const R_PPC_NONE = 0
pkg debug/elf, const R_PPC_PLT16_HA = 31
pkg debug/elf, const R_PPC_PLT16_HI = 30
pkg debug/elf, const R_PPC_PLT16_LO = 29
pkg debug/elf, const R_PPC_PLT32 = 27
pkg debug/elf, const R_PPC_PLTREL24 = 18
pkg debug/elf, const R_PPC_PLTREL32 = 28
pkg debug/elf, const R_PPC_REL14 = 11
pkg debug/elf, const R_PPC_REL14_BRNTAKEN = 13
pkg debug/elf, const R_PPC_REL14_BRTAKEN = 12
pkg debug/elf, const R_PPC_REL24 = 10
pkg debug/elf, const R_PPC_REL32 = 26
pkg debug/elf, const R_PPC_RELATIVE = 22
pkg debug/elf, const R_PPC_SDAREL16 = 32
pkg debug/elf, const R_PPC_SECTOFF = 33
pkg debug/elf, const R_PPC_SECTOFF_HA = 36
pkg debug/elf, const R_PPC_SECTOFF_HI = 35
pkg debug/elf, const R_PPC_SECTOFF_LO = 34
pkg debug/elf, const R_PPC_TLS = 67
pkg debug/elf, const R_PPC_TPREL16 = 69
pkg debug/elf, const R_PPC_TPREL16_HA = 72
pkg debug/elf, const R_PPC_TPREL16_HI = 71
pkg debug/elf, const R_PPC_TPREL16_LO = 70
pkg debug/elf, const R_PPC_TPREL32 = 73
pkg debug/elf, const R_PPC_UADDR16 = 25
pkg debug/elf, const R_PPC_UADDR32 = 24
pkg debug/elf, const R_SPARC_10 = 30
pkg debug/elf, const R_SPARC_11 = 31
pkg debug/elf, const R_SPARC_13 = 11
pkg debug/elf, const R_SPARC_16 = 2
pkg debug/elf, const R_SPARC_22 = 10
pkg debug/elf, const R_SPARC_32 = 3
pkg debug/elf, const R_SPARC_5 = 44
pkg debug/elf, const R_SPARC_6 = 45
pkg debug/elf, const R_SPARC_64 = 32
pkg debug/elf, const R_SPARC_7 = 43
pkg debug/elf, const R_SPARC_8 = 1
pkg debug/elf, const R_SPARC_COPY = 19
pkg debug/elf, const R_SPARC_DISP16 = 5
pkg debug/elf, const R_SPARC_DISP32 = 6
pkg debug/elf, const R_SPARC_DISP64 = 46
pkg debug/elf, const R_SPARC_DISP8 = 4
pkg debug/elf, const R_SPARC_GLOB_DAT = 20
pkg debug/elf, const R_SPARC_GLOB_JMP = 42
pkg debug/elf, const R_SPARC_GOT10 = 13
pkg debug/elf, const R_SPARC_GOT13 = 14
pkg debug/elf, const R_SPARC_GOT22 = 15
pkg debug/elf, const R_SPARC_H44 = 50
pkg debug/elf, const R_SPARC_HH22 = 34
pkg debug/elf, const R_SPARC_HI22 = 9
pkg debug/elf, const R_SPARC_HIPLT22 = 25
pkg debug/elf, const R_SPARC_HIX22 = 48
pkg debug/elf, const R_SPARC_HM10 = 35
pkg debug/elf, const R_SPARC_JMP_SLOT = 21
pkg debug/elf, const R_SPARC_L44 = 52
pkg debug/elf, const R_SPARC_LM22 = 36
pkg debug/elf, const R_SPARC_LO10 = 12
pkg debug/elf, const R_SPARC_LOPLT10 = 26
pkg debug/elf, const R_SPARC_LOX10 = 49
pkg debug/elf, const R_SPARC_M44 = 51
pkg debug/elf, const R_SPARC_NONE = 0
pkg debug/elf, const R_SPARC_OLO10 = 33
pkg debug/elf, const R_SPARC_PC10 = 16
pkg debug/elf, const R_SPARC_PC22 = 17
pkg debug/elf, const R_SPARC_PCPLT10 = 29
pkg debug/elf, const R_SPARC_PCPLT22 = 28
pkg debug/elf, const R_SPARC_PCPLT32 = 27
pkg debug/elf, const R_SPARC_PC_HH22 = 37
pkg debug/elf, const R_SPARC_PC_HM10 = 38
pkg debug/elf, const R_SPARC_PC_LM22 = 39
pkg debug/elf, const R_SPARC_PLT32 = 24
pkg debug/elf, const R_SPARC_PLT64 = 47
pkg debug/elf, const R_SPARC_REGISTER = 53
pkg debug/elf, const R_SPARC_RELATIVE = 22
pkg debug/elf, const R_SPARC_UA16 = 55
pkg debug/elf, const R_SPARC_UA32 = 23
pkg debug/elf, const R_SPARC_UA64 = 54
pkg debug/elf, const R_SPARC_WDISP16 = 40
pkg debug/elf, const R_SPARC_WDISP19 = 41
pkg debug/elf, const R_SPARC_WDISP22 = 8
pkg debug/elf, const R_SPARC_WDISP30 = 7
pkg debug/elf, const R_SPARC_WPLT30 = 18
pkg debug/elf, const R_X86_64_16 = 12
pkg debug/elf, const R_X86_64_32 = 10
pkg debug/elf, const R_X86_64_32S = 11
pkg debug/elf, const R_X86_64_64 = 1
pkg debug/elf, const R_X86_64_8 = 14
pkg debug/elf, const R_X86_64_COPY = 5
pkg debug/elf, const R_X86_64_DTPMOD64 = 16
pkg debug/elf, const R_X86_64_DTPOFF32 = 21
pkg debug/elf, const R_X86_64_DTPOFF64 = 17
pkg debug/elf, const R_X86_64_GLOB_DAT = 6
pkg debug/elf, const R_X86_64_GOT32 = 3
pkg debug/elf, const R_X86_64_GOTPCREL = 9
pkg debug/elf, const R_X86_64_GOTTPOFF = 22
pkg debug/elf, const R_X86_64_JMP_SLOT = 7
pkg debug/elf, const R_X86_64_NONE = 0
pkg debug/elf, const R_X86_64_PC16 = 13
pkg debug/elf, const R_X86_64_PC32 = 2
pkg debug/elf, const R_X86_64_PC8 = 15
pkg debug/elf, const R_X86_64_PLT32 = 4
pkg debug/elf, const R_X86_64_RELATIVE = 8
pkg debug/elf, const R_X86_64_TLSGD = 19
pkg debug/elf, const R_X86_64_TLSLD = 20
pkg debug/elf, const R_X86_64_TPOFF32 = 23
pkg debug/elf, const R_X86_64_TPOFF64 = 18
pkg debug/elf, const SHF_ALLOC = 2
pkg debug/elf, const SHF_EXECINSTR = 4
pkg debug/elf, const SHF_GROUP = 512
pkg debug/elf, const SHF_INFO_LINK = 64
pkg debug/elf, const SHF_LINK_ORDER = 128
pkg debug/elf, const SHF_MASKOS = 267386880
pkg debug/elf, const SHF_MASKPROC = 4026531840
pkg debug/elf, const SHF_MERGE = 16
pkg debug/elf, const SHF_OS_NONCONFORMING = 256
pkg debug/elf, const SHF_STRINGS = 32
pkg debug/elf, const SHF_TLS = 1024
pkg debug/elf, const SHF_WRITE = 1
pkg debug/elf, const SHN_ABS = 65521
pkg debug/elf, const SHN_COMMON = 65522
pkg debug/elf, const SHN_HIOS = 65343
pkg debug/elf, const SHN_HIPROC = 65311
pkg debug/elf, const SHN_HIRESERVE = 65535
pkg debug/elf, const SHN_LOOS = 65312
pkg debug/elf, const SHN_LOPROC = 65280
pkg debug/elf, const SHN_LORESERVE = 65280
pkg debug/elf, const SHN_UNDEF = 0
pkg debug/elf, const SHN_XINDEX = 65535
pkg debug/elf, const SHT_DYNAMIC = 6
pkg debug/elf, const SHT_DYNSYM = 11
pkg debug/elf, const SHT_FINI_ARRAY = 15
pkg debug/elf, const SHT_GNU_ATTRIBUTES = 1879048181
pkg debug/elf, const SHT_GNU_HASH = 1879048182
pkg debug/elf, const SHT_GNU_LIBLIST = 1879048183
pkg debug/elf, const SHT_GNU_VERDEF = 1879048189
pkg debug/elf, const SHT_GNU_VERNEED = 1879048190
pkg debug/elf, const SHT_GNU_VERSYM = 1879048191
pkg debug/elf, const SHT_GROUP = 17
pkg debug/elf, const SHT_HASH = 5
pkg debug/elf, const SHT_HIOS = 1879048191
pkg debug/elf, const SHT_HIPROC = 2147483647
pkg debug/elf, const SHT_HIUSER = 4294967295
pkg debug/elf, const SHT_INIT_ARRAY = 14
pkg debug/elf, const SHT_LOOS = 1610612736
pkg debug/elf, const SHT_LOPROC = 1879048192
pkg debug/elf, const SHT_LOUSER = 2147483648
pkg debug/elf, const SHT_NOBITS = 8
pkg debug/elf, const SHT_NOTE = 7
pkg debug/elf, const SHT_NULL = 0
pkg debug/elf, const SHT_PREINIT_ARRAY = 16
pkg debug/elf, const SHT_PROGBITS = 1
pkg debug/elf, const SHT_REL = 9
pkg debug/elf, const SHT_RELA = 4
pkg debug/elf, const SHT_SHLIB = 10
pkg debug/elf, const SHT_STRTAB = 3
pkg debug/elf, const SHT_SYMTAB = 2
pkg debug/elf, const SHT_SYMTAB_SHNDX = 18
pkg debug/elf, const STB_GLOBAL = 1
pkg debug/elf, const STB_HIOS = 12
pkg debug/elf, const STB_HIPROC = 15
pkg debug/elf, const STB_LOCAL = 0
pkg debug/elf, const STB_LOOS = 10
pkg debug/elf, const STB_LOPROC = 13
pkg debug/elf, const STB_WEAK = 2
pkg debug/elf, const STT_COMMON = 5
pkg debug/elf, const STT_FILE = 4
pkg debug/elf, const STT_FUNC = 2
pkg debug/elf, const STT_HIOS = 12
pkg debug/elf, const STT_HIPROC = 15
pkg debug/elf, const STT_LOOS = 10
pkg debug/elf, const STT_LOPROC = 13
pkg debug/elf, const STT_NOTYPE = 0
pkg debug/elf, const STT_OBJECT = 1
pkg debug/elf, const STT_SECTION = 3
pkg debug/elf, const STT_TLS = 6
pkg debug/elf, const STV_DEFAULT = 0
pkg debug/elf, const STV_HIDDEN = 2
pkg debug/elf, const STV_INTERNAL = 1
pkg debug/elf, const STV_PROTECTED = 3
pkg debug/elf, const Sym32Size = 16
pkg debug/elf, const Sym64Size = 24
pkg debug/elf, method (*File) DynString(DynTag) ([]string, error)
pkg debug/elf, type FileHeader struct, Entry uint64
pkg debug/macho, const Cpu386 = 7
pkg debug/macho, const CpuAmd64 = 16777223
pkg debug/macho, const LoadCmdDylib = 12
pkg debug/macho, const LoadCmdDylinker = 15
pkg debug/macho, const LoadCmdDysymtab = 11
pkg debug/macho, const LoadCmdSegment = 1
pkg debug/macho, const LoadCmdSegment64 = 25
pkg debug/macho, const LoadCmdSymtab = 2
pkg debug/macho, const LoadCmdThread = 4
pkg debug/macho, const LoadCmdUnixThread = 5
pkg debug/macho, const Magic32 = 4277009102
pkg debug/macho, const Magic64 = 4277009103
pkg debug/macho, const TypeExec = 2
pkg debug/macho, const TypeObj = 1
pkg debug/pe, const COFFSymbolSize = 18
pkg debug/pe, const COFFSymbolSize ideal-int
pkg debug/pe, const IMAGE_FILE_MACHINE_AM33 = 467
pkg debug/pe, const IMAGE_FILE_MACHINE_AMD64 = 34404
pkg debug/pe, const IMAGE_FILE_MACHINE_ARM = 448
pkg debug/pe, const IMAGE_FILE_MACHINE_EBC = 3772
pkg debug/pe, const IMAGE_FILE_MACHINE_I386 = 332
pkg debug/pe, const IMAGE_FILE_MACHINE_IA64 = 512
pkg debug/pe, const IMAGE_FILE_MACHINE_M32R = 36929
pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 = 614
pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU = 870
pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 = 1126
pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC = 496
pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP = 497
pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 = 358
pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 = 418
pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP = 419
pkg debug/pe, const IMAGE_FILE_MACHINE_SH4 = 422
pkg debug/pe, const IMAGE_FILE_MACHINE_SH5 = 424
pkg debug/pe, const IMAGE_FILE_MACHINE_THUMB = 450
pkg debug/pe, const IMAGE_FILE_MACHINE_UNKNOWN = 0
pkg debug/pe, const IMAGE_FILE_MACHINE_WCEMIPSV2 = 361
pkg debug/pe, type COFFSymbol struct
pkg debug/pe, type COFFSymbol struct, Name [8]uint8
pkg debug/pe, type COFFSymbol struct, NumberOfAuxSymbols uint8
pkg debug/pe, type COFFSymbol struct, SectionNumber int16
pkg debug/pe, type COFFSymbol struct, StorageClass uint8
pkg debug/pe, type COFFSymbol struct, Type uint16
pkg debug/pe, type COFFSymbol struct, Value uint32
pkg debug/pe, type File struct, Symbols []*Symbol
pkg debug/pe, type Symbol struct
pkg debug/pe, type Symbol struct, Name string
pkg debug/pe, type Symbol struct, SectionNumber int16
pkg debug/pe, type Symbol struct, StorageClass uint8
pkg debug/pe, type Symbol struct, Type uint16
pkg debug/pe, type Symbol struct, Value uint32
pkg encoding/binary, const MaxVarintLen16 = 3
pkg encoding/binary, const MaxVarintLen32 = 5
pkg encoding/binary, const MaxVarintLen64 = 10
pkg encoding/csv, method (*Writer) Error() error
pkg encoding/json, method (*Decoder) Buffered() io.Reader
pkg encoding/json, method (*Decoder) UseNumber()
pkg encoding/json, method (Number) Float64() (float64, error)
pkg encoding/json, method (Number) Int64() (int64, error)
pkg encoding/json, method (Number) String() string
pkg encoding/json, type Number string
pkg encoding/xml, const Header = "<?xml version=\"1.0\"
encoding=\"UTF-8\"?>\n"
pkg encoding/xml, func EscapeText(io.Writer, []uint8) error
pkg encoding/xml, method (*Encoder) Indent(string, string)
pkg encoding/xml, type Decoder struct, DefaultSpace string
pkg flag, const ContinueOnError = 0
pkg flag, const ExitOnError = 1
pkg flag, const PanicOnError = 2
pkg go/ast, const Bad = 0
pkg go/ast, const Con = 2
pkg go/ast, const FilterFuncDuplicates = 1
pkg go/ast, const FilterImportDuplicates = 4
pkg go/ast, const FilterUnassociatedComments = 2
pkg go/ast, const Fun = 5
pkg go/ast, const Lbl = 6
pkg go/ast, const Pkg = 1
pkg go/ast, const RECV = 2
pkg go/ast, const SEND = 1
pkg go/ast, const Typ = 3
pkg go/ast, const Var = 4
pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap
pkg go/ast, method (CommentMap) Comments() []*CommentGroup
pkg go/ast, method (CommentMap) Filter(Node) CommentMap
pkg go/ast, method (CommentMap) String() string
pkg go/ast, method (CommentMap) Update(Node, Node) Node
pkg go/ast, type ChanType struct, Arrow token.Pos
pkg go/ast, type CommentMap map[Node][]*CommentGroup
pkg go/build, const AllowBinary = 2
pkg go/build, const FindOnly = 1
pkg go/build, type Context struct, InstallSuffix string
pkg go/build, type Context struct, ReleaseTags []string
pkg go/build, type Package struct, IgnoredGoFiles []string
pkg go/build, type Package struct, SwigCXXFiles []string
pkg go/build, type Package struct, SwigFiles []string
pkg go/doc, const AllDecls = 1
pkg go/doc, const AllMethods = 2
pkg go/doc, type Example struct, EmptyOutput bool
pkg go/doc, type Example struct, Order int
pkg go/doc, type Example struct, Play *ast.File
pkg go/doc, type Note struct
pkg go/doc, type Note struct, Body string
pkg go/doc, type Note struct, End token.Pos
pkg go/doc, type Note struct, Pos token.Pos
pkg go/doc, type Note struct, UID string
pkg go/doc, type Package struct, Notes map[string][]*Note
pkg go/doc, var IllegalPrefixes []string
pkg go/format, func Node(io.Writer, *token.FileSet, interface{}) error
pkg go/format, func Source([]uint8) ([]uint8, error)
pkg go/parser, const AllErrors = 32
pkg go/parser, const AllErrors Mode
pkg go/parser, const DeclarationErrors = 16
pkg go/parser, const ImportsOnly = 2
pkg go/parser, const PackageClauseOnly = 1
pkg go/parser, const ParseComments = 4
pkg go/parser, const SpuriousErrors = 32
pkg go/parser, const Trace = 8
pkg go/printer, const RawFormat = 1
pkg go/printer, const SourcePos = 8
pkg go/printer, const TabIndent = 2
pkg go/printer, const UseSpaces = 4
pkg go/printer, type Config struct, Indent int
pkg go/scanner, const ScanComments = 1
pkg go/token, const ADD = 12
pkg go/token, const ADD_ASSIGN = 23
pkg go/token, const AND = 17
pkg go/token, const AND_ASSIGN = 28
pkg go/token, const AND_NOT = 22
pkg go/token, const AND_NOT_ASSIGN = 33
pkg go/token, const ARROW = 36
pkg go/token, const ASSIGN = 42
pkg go/token, const BREAK = 61
pkg go/token, const CASE = 62
pkg go/token, const CHAN = 63
pkg go/token, const CHAR = 8
pkg go/token, const COLON = 58
pkg go/token, const COMMA = 52
pkg go/token, const COMMENT = 2
pkg go/token, const CONST = 64
pkg go/token, const CONTINUE = 65
pkg go/token, const DEC = 38
pkg go/token, const DEFAULT = 66
pkg go/token, const DEFER = 67
pkg go/token, const DEFINE = 47
pkg go/token, const ELLIPSIS = 48
pkg go/token, const ELSE = 68
pkg go/token, const EOF = 1
pkg go/token, const EQL = 39
pkg go/token, const FALLTHROUGH = 69
pkg go/token, const FLOAT = 6
pkg go/token, const FOR = 70
pkg go/token, const FUNC = 71
pkg go/token, const GEQ = 46
pkg go/token, const GO = 72
pkg go/token, const GOTO = 73
pkg go/token, const GTR = 41
pkg go/token, const HighestPrec = 7
pkg go/token, const IDENT = 4
pkg go/token, const IF = 74
pkg go/token, const ILLEGAL = 0
pkg go/token, const IMAG = 7
pkg go/token, const IMPORT = 75
pkg go/token, const INC = 37
pkg go/token, const INT = 5
pkg go/token, const INTERFACE = 76
pkg go/token, const LAND = 34
pkg go/token, const LBRACE = 51
pkg go/token, const LBRACK = 50
pkg go/token, const LEQ = 45
pkg go/token, const LOR = 35
pkg go/token, const LPAREN = 49
pkg go/token, const LSS = 40
pkg go/token, const LowestPrec = 0
pkg go/token, const MAP = 77
pkg go/token, const MUL = 14
pkg go/token, const MUL_ASSIGN = 25
pkg go/token, const NEQ = 44
pkg go/token, const NOT = 43
pkg go/token, const NoPos = 0
pkg go/token, const OR = 18
pkg go/token, const OR_ASSIGN = 29
pkg go/token, const PACKAGE = 78
pkg go/token, const PERIOD = 53
pkg go/token, const QUO = 15
pkg go/token, const QUO_ASSIGN = 26
pkg go/token, const RANGE = 79
pkg go/token, const RBRACE = 56
pkg go/token, const RBRACK = 55
pkg go/token, const REM = 16
pkg go/token, const REM_ASSIGN = 27
pkg go/token, const RETURN = 80
pkg go/token, const RPAREN = 54
pkg go/token, const SELECT = 81
pkg go/token, const SEMICOLON = 57
pkg go/token, const SHL = 20
pkg go/token, const SHL_ASSIGN = 31
pkg go/token, const SHR = 21
pkg go/token, const SHR_ASSIGN = 32
pkg go/token, const STRING = 9
pkg go/token, const STRUCT = 82
pkg go/token, const SUB = 13
pkg go/token, const SUB_ASSIGN = 24
pkg go/token, const SWITCH = 83
pkg go/token, const TYPE = 84
pkg go/token, const UnaryPrec = 6
pkg go/token, const VAR = 85
pkg go/token, const XOR = 19
pkg go/token, const XOR_ASSIGN = 30
pkg hash/adler32, const Size = 4
pkg hash/crc32, const Castagnoli = 2197175160
pkg hash/crc32, const IEEE = 3988292384
pkg hash/crc32, const Koopman = 3945912366
pkg hash/crc32, const Size = 4
pkg hash/crc64, const ECMA = 14514072000185962306
pkg hash/crc64, const ISO = 15564440312192434176
pkg hash/crc64, const Size = 8
pkg html/template, const ErrAmbigContext = 1
pkg html/template, const ErrBadHTML = 2
pkg html/template, const ErrBranchEnd = 3
pkg html/template, const ErrEndContext = 4
pkg html/template, const ErrNoSuchTemplate = 5
pkg html/template, const ErrOutputContext = 6
pkg html/template, const ErrPartialCharset = 7
pkg html/template, const ErrPartialEscape = 8
pkg html/template, const ErrRangeLoopReentry = 9
pkg html/template, const ErrSlashAmbig = 10
pkg html/template, const OK = 0
pkg image, const YCbCrSubsampleRatio420 = 2
pkg image, const YCbCrSubsampleRatio422 = 1
pkg image, const YCbCrSubsampleRatio440 = 3
pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
pkg image, const YCbCrSubsampleRatio444 = 0
pkg image/draw, const Over = 0
pkg image/draw, const Src = 1
pkg image/jpeg, const DefaultQuality = 75
pkg io, type ByteWriter interface { WriteByte }
pkg io, type ByteWriter interface, WriteByte(uint8) error
pkg io, var ErrNoProgress error
pkg log, const Ldate = 1
pkg log, const Llongfile = 8
pkg log, const Lmicroseconds = 4
pkg log, const Lshortfile = 16
pkg log, const LstdFlags = 3
pkg log, const Ltime = 2
pkg log/syslog (darwin-386), const LOG_ALERT = 1
pkg log/syslog (darwin-386), const LOG_AUTH = 32
pkg log/syslog (darwin-386), const LOG_AUTH Priority
pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80
pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority
pkg log/syslog (darwin-386), const LOG_CRIT = 2
pkg log/syslog (darwin-386), const LOG_CRON = 72
pkg log/syslog (darwin-386), const LOG_CRON Priority
pkg log/syslog (darwin-386), const LOG_DAEMON = 24
pkg log/syslog (darwin-386), const LOG_DAEMON Priority
pkg log/syslog (darwin-386), const LOG_DEBUG = 7
pkg log/syslog (darwin-386), const LOG_EMERG = 0
pkg log/syslog (darwin-386), const LOG_ERR = 3
pkg log/syslog (darwin-386), const LOG_FTP = 88
pkg log/syslog (darwin-386), const LOG_FTP Priority
pkg log/syslog (darwin-386), const LOG_INFO = 6
pkg log/syslog (darwin-386), const LOG_KERN = 0
pkg log/syslog (darwin-386), const LOG_KERN Priority
pkg log/syslog (darwin-386), const LOG_LOCAL0 = 128
pkg log/syslog (darwin-386), const LOG_LOCAL0 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL1 = 136
pkg log/syslog (darwin-386), const LOG_LOCAL1 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL2 = 144
pkg log/syslog (darwin-386), const LOG_LOCAL2 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL3 = 152
pkg log/syslog (darwin-386), const LOG_LOCAL3 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL4 = 160
pkg log/syslog (darwin-386), const LOG_LOCAL4 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL5 = 168
pkg log/syslog (darwin-386), const LOG_LOCAL5 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL6 = 176
pkg log/syslog (darwin-386), const LOG_LOCAL6 Priority
pkg log/syslog (darwin-386), const LOG_LOCAL7 = 184
pkg log/syslog (darwin-386), const LOG_LOCAL7 Priority
pkg log/syslog (darwin-386), const LOG_LPR = 48
pkg log/syslog (darwin-386), const LOG_LPR Priority
pkg log/syslog (darwin-386), const LOG_MAIL = 16
pkg log/syslog (darwin-386), const LOG_MAIL Priority
pkg log/syslog (darwin-386), const LOG_NEWS = 56
pkg log/syslog (darwin-386), const LOG_NEWS Priority
pkg log/syslog (darwin-386), const LOG_NOTICE = 5
pkg log/syslog (darwin-386), const LOG_SYSLOG = 40
pkg log/syslog (darwin-386), const LOG_SYSLOG Priority
pkg log/syslog (darwin-386), const LOG_USER = 8
pkg log/syslog (darwin-386), const LOG_USER Priority
pkg log/syslog (darwin-386), const LOG_UUCP = 64
pkg log/syslog (darwin-386), const LOG_UUCP Priority
pkg log/syslog (darwin-386), const LOG_WARNING = 4
pkg log/syslog (darwin-386-cgo), const LOG_ALERT = 1
pkg log/syslog (darwin-386-cgo), const LOG_AUTH = 32
pkg log/syslog (darwin-386-cgo), const LOG_AUTH Priority
pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV Priority
pkg log/syslog (darwin-386-cgo), const LOG_CRIT = 2
pkg log/syslog (darwin-386-cgo), const LOG_CRON = 72
pkg log/syslog (darwin-386-cgo), const LOG_CRON Priority
pkg log/syslog (darwin-386-cgo), const LOG_DAEMON = 24
pkg log/syslog (darwin-386-cgo), const LOG_DAEMON Priority
pkg log/syslog (darwin-386-cgo), const LOG_DEBUG = 7
pkg log/syslog (darwin-386-cgo), const LOG_EMERG = 0
pkg log/syslog (darwin-386-cgo), const LOG_ERR = 3
pkg log/syslog (darwin-386-cgo), const LOG_FTP = 88
pkg log/syslog (darwin-386-cgo), const LOG_FTP Priority
pkg log/syslog (darwin-386-cgo), const LOG_INFO = 6
pkg log/syslog (darwin-386-cgo), const LOG_KERN = 0
pkg log/syslog (darwin-386-cgo), const LOG_KERN Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 Priority
pkg log/syslog (darwin-386-cgo), const LOG_LPR = 48
pkg log/syslog (darwin-386-cgo), const LOG_LPR Priority
pkg log/syslog (darwin-386-cgo), const LOG_MAIL = 16
pkg log/syslog (darwin-386-cgo), const LOG_MAIL Priority
pkg log/syslog (darwin-386-cgo), const LOG_NEWS = 56
pkg log/syslog (darwin-386-cgo), const LOG_NEWS Priority
pkg log/syslog (darwin-386-cgo), const LOG_NOTICE = 5
pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG = 40
pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG Priority
pkg log/syslog (darwin-386-cgo), const LOG_USER = 8
pkg log/syslog (darwin-386-cgo), const LOG_USER Priority
pkg log/syslog (darwin-386-cgo), const LOG_UUCP = 64
pkg log/syslog (darwin-386-cgo), const LOG_UUCP Priority
pkg log/syslog (darwin-386-cgo), const LOG_WARNING = 4
pkg log/syslog (darwin-amd64), const LOG_ALERT = 1
pkg log/syslog (darwin-amd64), const LOG_AUTH = 32
pkg log/syslog (darwin-amd64), const LOG_AUTH Priority
pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV = 80
pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV Priority
pkg log/syslog (darwin-amd64), const LOG_CRIT = 2
pkg log/syslog (darwin-amd64), const LOG_CRON = 72
pkg log/syslog (darwin-amd64), const LOG_CRON Priority
pkg log/syslog (darwin-amd64), const LOG_DAEMON = 24
pkg log/syslog (darwin-amd64), const LOG_DAEMON Priority
pkg log/syslog (darwin-amd64), const LOG_DEBUG = 7
pkg log/syslog (darwin-amd64), const LOG_EMERG = 0
pkg log/syslog (darwin-amd64), const LOG_ERR = 3
pkg log/syslog (darwin-amd64), const LOG_FTP = 88
pkg log/syslog (darwin-amd64), const LOG_FTP Priority
pkg log/syslog (darwin-amd64), const LOG_INFO = 6
pkg log/syslog (darwin-amd64), const LOG_KERN = 0
pkg log/syslog (darwin-amd64), const LOG_KERN Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL0 = 128
pkg log/syslog (darwin-amd64), const LOG_LOCAL0 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL1 = 136
pkg log/syslog (darwin-amd64), const LOG_LOCAL1 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL2 = 144
pkg log/syslog (darwin-amd64), const LOG_LOCAL2 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL3 = 152
pkg log/syslog (darwin-amd64), const LOG_LOCAL3 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL4 = 160
pkg log/syslog (darwin-amd64), const LOG_LOCAL4 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL5 = 168
pkg log/syslog (darwin-amd64), const LOG_LOCAL5 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL6 = 176
pkg log/syslog (darwin-amd64), const LOG_LOCAL6 Priority
pkg log/syslog (darwin-amd64), const LOG_LOCAL7 = 184
pkg log/syslog (darwin-amd64), const LOG_LOCAL7 Priority
pkg log/syslog (darwin-amd64), const LOG_LPR = 48
pkg log/syslog (darwin-amd64), const LOG_LPR Priority
pkg log/syslog (darwin-amd64), const LOG_MAIL = 16
pkg log/syslog (darwin-amd64), const LOG_MAIL Priority
pkg log/syslog (darwin-amd64), const LOG_NEWS = 56
pkg log/syslog (darwin-amd64), const LOG_NEWS Priority
pkg log/syslog (darwin-amd64), const LOG_NOTICE = 5
pkg log/syslog (darwin-amd64), const LOG_SYSLOG = 40
pkg log/syslog (darwin-amd64), const LOG_SYSLOG Priority
pkg log/syslog (darwin-amd64), const LOG_USER = 8
pkg log/syslog (darwin-amd64), const LOG_USER Priority
pkg log/syslog (darwin-amd64), const LOG_UUCP = 64
pkg log/syslog (darwin-amd64), const LOG_UUCP Priority
pkg log/syslog (darwin-amd64), const LOG_WARNING = 4
pkg log/syslog (darwin-amd64-cgo), const LOG_ALERT = 1
pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH = 32
pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_CRIT = 2
pkg log/syslog (darwin-amd64-cgo), const LOG_CRON = 72
pkg log/syslog (darwin-amd64-cgo), const LOG_CRON Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON = 24
pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_DEBUG = 7
pkg log/syslog (darwin-amd64-cgo), const LOG_EMERG = 0
pkg log/syslog (darwin-amd64-cgo), const LOG_ERR = 3
pkg log/syslog (darwin-amd64-cgo), const LOG_FTP = 88
pkg log/syslog (darwin-amd64-cgo), const LOG_FTP Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_INFO = 6
pkg log/syslog (darwin-amd64-cgo), const LOG_KERN = 0
pkg log/syslog (darwin-amd64-cgo), const LOG_KERN Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_LPR = 48
pkg log/syslog (darwin-amd64-cgo), const LOG_LPR Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL = 16
pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS = 56
pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_NOTICE = 5
pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG = 40
pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_USER = 8
pkg log/syslog (darwin-amd64-cgo), const LOG_USER Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP = 64
pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP Priority
pkg log/syslog (darwin-amd64-cgo), const LOG_WARNING = 4
pkg log/syslog (freebsd-386), const LOG_ALERT = 1
pkg log/syslog (freebsd-386), const LOG_AUTH = 32
pkg log/syslog (freebsd-386), const LOG_AUTH Priority
pkg log/syslog (freebsd-386), const LOG_AUTHPRIV = 80
pkg log/syslog (freebsd-386), const LOG_AUTHPRIV Priority
pkg log/syslog (freebsd-386), const LOG_CRIT = 2
pkg log/syslog (freebsd-386), const LOG_CRON = 72
pkg log/syslog (freebsd-386), const LOG_CRON Priority
pkg log/syslog (freebsd-386), const LOG_DAEMON = 24
pkg log/syslog (freebsd-386), const LOG_DAEMON Priority
pkg log/syslog (freebsd-386), const LOG_DEBUG = 7
pkg log/syslog (freebsd-386), const LOG_EMERG = 0
pkg log/syslog (freebsd-386), const LOG_ERR = 3
pkg log/syslog (freebsd-386), const LOG_FTP = 88
pkg log/syslog (freebsd-386), const LOG_FTP Priority
pkg log/syslog (freebsd-386), const LOG_INFO = 6
pkg log/syslog (freebsd-386), const LOG_KERN = 0
pkg log/syslog (freebsd-386), const LOG_KERN Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL0 = 128
pkg log/syslog (freebsd-386), const LOG_LOCAL0 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL1 = 136
pkg log/syslog (freebsd-386), const LOG_LOCAL1 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL2 = 144
pkg log/syslog (freebsd-386), const LOG_LOCAL2 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL3 = 152
pkg log/syslog (freebsd-386), const LOG_LOCAL3 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL4 = 160
pkg log/syslog (freebsd-386), const LOG_LOCAL4 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL5 = 168
pkg log/syslog (freebsd-386), const LOG_LOCAL5 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL6 = 176
pkg log/syslog (freebsd-386), const LOG_LOCAL6 Priority
pkg log/syslog (freebsd-386), const LOG_LOCAL7 = 184
pkg log/syslog (freebsd-386), const LOG_LOCAL7 Priority
pkg log/syslog (freebsd-386), const LOG_LPR = 48
pkg log/syslog (freebsd-386), const LOG_LPR Priority
pkg log/syslog (freebsd-386), const LOG_MAIL = 16
pkg log/syslog (freebsd-386), const LOG_MAIL Priority
pkg log/syslog (freebsd-386), const LOG_NEWS = 56
pkg log/syslog (freebsd-386), const LOG_NEWS Priority
pkg log/syslog (freebsd-386), const LOG_NOTICE = 5
pkg log/syslog (freebsd-386), const LOG_SYSLOG = 40
pkg log/syslog (freebsd-386), const LOG_SYSLOG Priority
pkg log/syslog (freebsd-386), const LOG_USER = 8
pkg log/syslog (freebsd-386), const LOG_USER Priority
pkg log/syslog (freebsd-386), const LOG_UUCP = 64
pkg log/syslog (freebsd-386), const LOG_UUCP Priority
pkg log/syslog (freebsd-386), const LOG_WARNING = 4
pkg log/syslog (freebsd-386-cgo), const LOG_ALERT = 1
pkg log/syslog (freebsd-386-cgo), const LOG_AUTH = 32
pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (freebsd-386-cgo), const LOG_CRIT = 2
pkg log/syslog (freebsd-386-cgo), const LOG_CRON = 72
pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON = 24
pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG = 7
pkg log/syslog (freebsd-386-cgo), const LOG_EMERG = 0
pkg log/syslog (freebsd-386-cgo), const LOG_ERR = 3
pkg log/syslog (freebsd-386-cgo), const LOG_FTP = 88
pkg log/syslog (freebsd-386-cgo), const LOG_INFO = 6
pkg log/syslog (freebsd-386-cgo), const LOG_KERN = 0
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (freebsd-386-cgo), const LOG_LPR = 48
pkg log/syslog (freebsd-386-cgo), const LOG_MAIL = 16
pkg log/syslog (freebsd-386-cgo), const LOG_NEWS = 56
pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE = 5
pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG = 40
pkg log/syslog (freebsd-386-cgo), const LOG_USER = 8
pkg log/syslog (freebsd-386-cgo), const LOG_UUCP = 64
pkg log/syslog (freebsd-386-cgo), const LOG_WARNING = 4
pkg log/syslog (freebsd-amd64), const LOG_ALERT = 1
pkg log/syslog (freebsd-amd64), const LOG_AUTH = 32
pkg log/syslog (freebsd-amd64), const LOG_AUTH Priority
pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV = 80
pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV Priority
pkg log/syslog (freebsd-amd64), const LOG_CRIT = 2
pkg log/syslog (freebsd-amd64), const LOG_CRON = 72
pkg log/syslog (freebsd-amd64), const LOG_CRON Priority
pkg log/syslog (freebsd-amd64), const LOG_DAEMON = 24
pkg log/syslog (freebsd-amd64), const LOG_DAEMON Priority
pkg log/syslog (freebsd-amd64), const LOG_DEBUG = 7
pkg log/syslog (freebsd-amd64), const LOG_EMERG = 0
pkg log/syslog (freebsd-amd64), const LOG_ERR = 3
pkg log/syslog (freebsd-amd64), const LOG_FTP = 88
pkg log/syslog (freebsd-amd64), const LOG_FTP Priority
pkg log/syslog (freebsd-amd64), const LOG_INFO = 6
pkg log/syslog (freebsd-amd64), const LOG_KERN = 0
pkg log/syslog (freebsd-amd64), const LOG_KERN Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 = 128
pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 = 136
pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 = 144
pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 = 152
pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 = 160
pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 = 168
pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 = 176
pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 Priority
pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 = 184
pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 Priority
pkg log/syslog (freebsd-amd64), const LOG_LPR = 48
pkg log/syslog (freebsd-amd64), const LOG_LPR Priority
pkg log/syslog (freebsd-amd64), const LOG_MAIL = 16
pkg log/syslog (freebsd-amd64), const LOG_MAIL Priority
pkg log/syslog (freebsd-amd64), const LOG_NEWS = 56
pkg log/syslog (freebsd-amd64), const LOG_NEWS Priority
pkg log/syslog (freebsd-amd64), const LOG_NOTICE = 5
pkg log/syslog (freebsd-amd64), const LOG_SYSLOG = 40
pkg log/syslog (freebsd-amd64), const LOG_SYSLOG Priority
pkg log/syslog (freebsd-amd64), const LOG_USER = 8
pkg log/syslog (freebsd-amd64), const LOG_USER Priority
pkg log/syslog (freebsd-amd64), const LOG_UUCP = 64
pkg log/syslog (freebsd-amd64), const LOG_UUCP Priority
pkg log/syslog (freebsd-amd64), const LOG_WARNING = 4
pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT = 1
pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH = 32
pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT = 2
pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON = 72
pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON = 24
pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG = 7
pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG = 0
pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR = 3
pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP = 88
pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO = 6
pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN = 0
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR = 48
pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL = 16
pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS = 56
pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE = 5
pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG = 40
pkg log/syslog (freebsd-amd64-cgo), const LOG_USER = 8
pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP = 64
pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING = 4
pkg log/syslog (freebsd-arm), const LOG_ALERT = 1
pkg log/syslog (freebsd-arm), const LOG_AUTH = 32
pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV = 80
pkg log/syslog (freebsd-arm), const LOG_CRIT = 2
pkg log/syslog (freebsd-arm), const LOG_CRON = 72
pkg log/syslog (freebsd-arm), const LOG_DAEMON = 24
pkg log/syslog (freebsd-arm), const LOG_DEBUG = 7
pkg log/syslog (freebsd-arm), const LOG_EMERG = 0
pkg log/syslog (freebsd-arm), const LOG_ERR = 3
pkg log/syslog (freebsd-arm), const LOG_FTP = 88
pkg log/syslog (freebsd-arm), const LOG_INFO = 6
pkg log/syslog (freebsd-arm), const LOG_KERN = 0
pkg log/syslog (freebsd-arm), const LOG_LOCAL0 = 128
pkg log/syslog (freebsd-arm), const LOG_LOCAL1 = 136
pkg log/syslog (freebsd-arm), const LOG_LOCAL2 = 144
pkg log/syslog (freebsd-arm), const LOG_LOCAL3 = 152
pkg log/syslog (freebsd-arm), const LOG_LOCAL4 = 160
pkg log/syslog (freebsd-arm), const LOG_LOCAL5 = 168
pkg log/syslog (freebsd-arm), const LOG_LOCAL6 = 176
pkg log/syslog (freebsd-arm), const LOG_LOCAL7 = 184
pkg log/syslog (freebsd-arm), const LOG_LPR = 48
pkg log/syslog (freebsd-arm), const LOG_MAIL = 16
pkg log/syslog (freebsd-arm), const LOG_NEWS = 56
pkg log/syslog (freebsd-arm), const LOG_NOTICE = 5
pkg log/syslog (freebsd-arm), const LOG_SYSLOG = 40
pkg log/syslog (freebsd-arm), const LOG_USER = 8
pkg log/syslog (freebsd-arm), const LOG_UUCP = 64
pkg log/syslog (freebsd-arm), const LOG_WARNING = 4
pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT = 1
pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH = 32
pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT = 2
pkg log/syslog (freebsd-arm-cgo), const LOG_CRON = 72
pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON = 24
pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG = 7
pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG = 0
pkg log/syslog (freebsd-arm-cgo), const LOG_ERR = 3
pkg log/syslog (freebsd-arm-cgo), const LOG_FTP = 88
pkg log/syslog (freebsd-arm-cgo), const LOG_INFO = 6
pkg log/syslog (freebsd-arm-cgo), const LOG_KERN = 0
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (freebsd-arm-cgo), const LOG_LPR = 48
pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL = 16
pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS = 56
pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE = 5
pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG = 40
pkg log/syslog (freebsd-arm-cgo), const LOG_USER = 8
pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP = 64
pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING = 4
pkg log/syslog (linux-386), const LOG_ALERT = 1
pkg log/syslog (linux-386), const LOG_AUTH = 32
pkg log/syslog (linux-386), const LOG_AUTH Priority
pkg log/syslog (linux-386), const LOG_AUTHPRIV = 80
pkg log/syslog (linux-386), const LOG_AUTHPRIV Priority
pkg log/syslog (linux-386), const LOG_CRIT = 2
pkg log/syslog (linux-386), const LOG_CRON = 72
pkg log/syslog (linux-386), const LOG_CRON Priority
pkg log/syslog (linux-386), const LOG_DAEMON = 24
pkg log/syslog (linux-386), const LOG_DAEMON Priority
pkg log/syslog (linux-386), const LOG_DEBUG = 7
pkg log/syslog (linux-386), const LOG_EMERG = 0
pkg log/syslog (linux-386), const LOG_ERR = 3
pkg log/syslog (linux-386), const LOG_FTP = 88
pkg log/syslog (linux-386), const LOG_FTP Priority
pkg log/syslog (linux-386), const LOG_INFO = 6
pkg log/syslog (linux-386), const LOG_KERN = 0
pkg log/syslog (linux-386), const LOG_KERN Priority
pkg log/syslog (linux-386), const LOG_LOCAL0 = 128
pkg log/syslog (linux-386), const LOG_LOCAL0 Priority
pkg log/syslog (linux-386), const LOG_LOCAL1 = 136
pkg log/syslog (linux-386), const LOG_LOCAL1 Priority
pkg log/syslog (linux-386), const LOG_LOCAL2 = 144
pkg log/syslog (linux-386), const LOG_LOCAL2 Priority
pkg log/syslog (linux-386), const LOG_LOCAL3 = 152
pkg log/syslog (linux-386), const LOG_LOCAL3 Priority
pkg log/syslog (linux-386), const LOG_LOCAL4 = 160
pkg log/syslog (linux-386), const LOG_LOCAL4 Priority
pkg log/syslog (linux-386), const LOG_LOCAL5 = 168
pkg log/syslog (linux-386), const LOG_LOCAL5 Priority
pkg log/syslog (linux-386), const LOG_LOCAL6 = 176
pkg log/syslog (linux-386), const LOG_LOCAL6 Priority
pkg log/syslog (linux-386), const LOG_LOCAL7 = 184
pkg log/syslog (linux-386), const LOG_LOCAL7 Priority
pkg log/syslog (linux-386), const LOG_LPR = 48
pkg log/syslog (linux-386), const LOG_LPR Priority
pkg log/syslog (linux-386), const LOG_MAIL = 16
pkg log/syslog (linux-386), const LOG_MAIL Priority
pkg log/syslog (linux-386), const LOG_NEWS = 56
pkg log/syslog (linux-386), const LOG_NEWS Priority
pkg log/syslog (linux-386), const LOG_NOTICE = 5
pkg log/syslog (linux-386), const LOG_SYSLOG = 40
pkg log/syslog (linux-386), const LOG_SYSLOG Priority
pkg log/syslog (linux-386), const LOG_USER = 8
pkg log/syslog (linux-386), const LOG_USER Priority
pkg log/syslog (linux-386), const LOG_UUCP = 64
pkg log/syslog (linux-386), const LOG_UUCP Priority
pkg log/syslog (linux-386), const LOG_WARNING = 4
pkg log/syslog (linux-386-cgo), const LOG_ALERT = 1
pkg log/syslog (linux-386-cgo), const LOG_AUTH = 32
pkg log/syslog (linux-386-cgo), const LOG_AUTH Priority
pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV Priority
pkg log/syslog (linux-386-cgo), const LOG_CRIT = 2
pkg log/syslog (linux-386-cgo), const LOG_CRON = 72
pkg log/syslog (linux-386-cgo), const LOG_CRON Priority
pkg log/syslog (linux-386-cgo), const LOG_DAEMON = 24
pkg log/syslog (linux-386-cgo), const LOG_DAEMON Priority
pkg log/syslog (linux-386-cgo), const LOG_DEBUG = 7
pkg log/syslog (linux-386-cgo), const LOG_EMERG = 0
pkg log/syslog (linux-386-cgo), const LOG_ERR = 3
pkg log/syslog (linux-386-cgo), const LOG_FTP = 88
pkg log/syslog (linux-386-cgo), const LOG_FTP Priority
pkg log/syslog (linux-386-cgo), const LOG_INFO = 6
pkg log/syslog (linux-386-cgo), const LOG_KERN = 0
pkg log/syslog (linux-386-cgo), const LOG_KERN Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 Priority
pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 Priority
pkg log/syslog (linux-386-cgo), const LOG_LPR = 48
pkg log/syslog (linux-386-cgo), const LOG_LPR Priority
pkg log/syslog (linux-386-cgo), const LOG_MAIL = 16
pkg log/syslog (linux-386-cgo), const LOG_MAIL Priority
pkg log/syslog (linux-386-cgo), const LOG_NEWS = 56
pkg log/syslog (linux-386-cgo), const LOG_NEWS Priority
pkg log/syslog (linux-386-cgo), const LOG_NOTICE = 5
pkg log/syslog (linux-386-cgo), const LOG_SYSLOG = 40
pkg log/syslog (linux-386-cgo), const LOG_SYSLOG Priority
pkg log/syslog (linux-386-cgo), const LOG_USER = 8
pkg log/syslog (linux-386-cgo), const LOG_USER Priority
pkg log/syslog (linux-386-cgo), const LOG_UUCP = 64
pkg log/syslog (linux-386-cgo), const LOG_UUCP Priority
pkg log/syslog (linux-386-cgo), const LOG_WARNING = 4
pkg log/syslog (linux-amd64), const LOG_ALERT = 1
pkg log/syslog (linux-amd64), const LOG_AUTH = 32
pkg log/syslog (linux-amd64), const LOG_AUTH Priority
pkg log/syslog (linux-amd64), const LOG_AUTHPRIV = 80
pkg log/syslog (linux-amd64), const LOG_AUTHPRIV Priority
pkg log/syslog (linux-amd64), const LOG_CRIT = 2
pkg log/syslog (linux-amd64), const LOG_CRON = 72
pkg log/syslog (linux-amd64), const LOG_CRON Priority
pkg log/syslog (linux-amd64), const LOG_DAEMON = 24
pkg log/syslog (linux-amd64), const LOG_DAEMON Priority
pkg log/syslog (linux-amd64), const LOG_DEBUG = 7
pkg log/syslog (linux-amd64), const LOG_EMERG = 0
pkg log/syslog (linux-amd64), const LOG_ERR = 3
pkg log/syslog (linux-amd64), const LOG_FTP = 88
pkg log/syslog (linux-amd64), const LOG_FTP Priority
pkg log/syslog (linux-amd64), const LOG_INFO = 6
pkg log/syslog (linux-amd64), const LOG_KERN = 0
pkg log/syslog (linux-amd64), const LOG_KERN Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL0 = 128
pkg log/syslog (linux-amd64), const LOG_LOCAL0 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL1 = 136
pkg log/syslog (linux-amd64), const LOG_LOCAL1 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL2 = 144
pkg log/syslog (linux-amd64), const LOG_LOCAL2 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL3 = 152
pkg log/syslog (linux-amd64), const LOG_LOCAL3 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL4 = 160
pkg log/syslog (linux-amd64), const LOG_LOCAL4 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL5 = 168
pkg log/syslog (linux-amd64), const LOG_LOCAL5 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL6 = 176
pkg log/syslog (linux-amd64), const LOG_LOCAL6 Priority
pkg log/syslog (linux-amd64), const LOG_LOCAL7 = 184
pkg log/syslog (linux-amd64), const LOG_LOCAL7 Priority
pkg log/syslog (linux-amd64), const LOG_LPR = 48
pkg log/syslog (linux-amd64), const LOG_LPR Priority
pkg log/syslog (linux-amd64), const LOG_MAIL = 16
pkg log/syslog (linux-amd64), const LOG_MAIL Priority
pkg log/syslog (linux-amd64), const LOG_NEWS = 56
pkg log/syslog (linux-amd64), const LOG_NEWS Priority
pkg log/syslog (linux-amd64), const LOG_NOTICE = 5
pkg log/syslog (linux-amd64), const LOG_SYSLOG = 40
pkg log/syslog (linux-amd64), const LOG_SYSLOG Priority
pkg log/syslog (linux-amd64), const LOG_USER = 8
pkg log/syslog (linux-amd64), const LOG_USER Priority
pkg log/syslog (linux-amd64), const LOG_UUCP = 64
pkg log/syslog (linux-amd64), const LOG_UUCP Priority
pkg log/syslog (linux-amd64), const LOG_WARNING = 4
pkg log/syslog (linux-amd64-cgo), const LOG_ALERT = 1
pkg log/syslog (linux-amd64-cgo), const LOG_AUTH = 32
pkg log/syslog (linux-amd64-cgo), const LOG_AUTH Priority
pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV Priority
pkg log/syslog (linux-amd64-cgo), const LOG_CRIT = 2
pkg log/syslog (linux-amd64-cgo), const LOG_CRON = 72
pkg log/syslog (linux-amd64-cgo), const LOG_CRON Priority
pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON = 24
pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON Priority
pkg log/syslog (linux-amd64-cgo), const LOG_DEBUG = 7
pkg log/syslog (linux-amd64-cgo), const LOG_EMERG = 0
pkg log/syslog (linux-amd64-cgo), const LOG_ERR = 3
pkg log/syslog (linux-amd64-cgo), const LOG_FTP = 88
pkg log/syslog (linux-amd64-cgo), const LOG_FTP Priority
pkg log/syslog (linux-amd64-cgo), const LOG_INFO = 6
pkg log/syslog (linux-amd64-cgo), const LOG_KERN = 0
pkg log/syslog (linux-amd64-cgo), const LOG_KERN Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 Priority
pkg log/syslog (linux-amd64-cgo), const LOG_LPR = 48
pkg log/syslog (linux-amd64-cgo), const LOG_LPR Priority
pkg log/syslog (linux-amd64-cgo), const LOG_MAIL = 16
pkg log/syslog (linux-amd64-cgo), const LOG_MAIL Priority
pkg log/syslog (linux-amd64-cgo), const LOG_NEWS = 56
pkg log/syslog (linux-amd64-cgo), const LOG_NEWS Priority
pkg log/syslog (linux-amd64-cgo), const LOG_NOTICE = 5
pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG = 40
pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG Priority
pkg log/syslog (linux-amd64-cgo), const LOG_USER = 8
pkg log/syslog (linux-amd64-cgo), const LOG_USER Priority
pkg log/syslog (linux-amd64-cgo), const LOG_UUCP = 64
pkg log/syslog (linux-amd64-cgo), const LOG_UUCP Priority
pkg log/syslog (linux-amd64-cgo), const LOG_WARNING = 4
pkg log/syslog (linux-arm), const LOG_ALERT = 1
pkg log/syslog (linux-arm), const LOG_AUTH = 32
pkg log/syslog (linux-arm), const LOG_AUTH Priority
pkg log/syslog (linux-arm), const LOG_AUTHPRIV = 80
pkg log/syslog (linux-arm), const LOG_AUTHPRIV Priority
pkg log/syslog (linux-arm), const LOG_CRIT = 2
pkg log/syslog (linux-arm), const LOG_CRON = 72
pkg log/syslog (linux-arm), const LOG_CRON Priority
pkg log/syslog (linux-arm), const LOG_DAEMON = 24
pkg log/syslog (linux-arm), const LOG_DAEMON Priority
pkg log/syslog (linux-arm), const LOG_DEBUG = 7
pkg log/syslog (linux-arm), const LOG_EMERG = 0
pkg log/syslog (linux-arm), const LOG_ERR = 3
pkg log/syslog (linux-arm), const LOG_FTP = 88
pkg log/syslog (linux-arm), const LOG_FTP Priority
pkg log/syslog (linux-arm), const LOG_INFO = 6
pkg log/syslog (linux-arm), const LOG_KERN = 0
pkg log/syslog (linux-arm), const LOG_KERN Priority
pkg log/syslog (linux-arm), const LOG_LOCAL0 = 128
pkg log/syslog (linux-arm), const LOG_LOCAL0 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL1 = 136
pkg log/syslog (linux-arm), const LOG_LOCAL1 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL2 = 144
pkg log/syslog (linux-arm), const LOG_LOCAL2 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL3 = 152
pkg log/syslog (linux-arm), const LOG_LOCAL3 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL4 = 160
pkg log/syslog (linux-arm), const LOG_LOCAL4 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL5 = 168
pkg log/syslog (linux-arm), const LOG_LOCAL5 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL6 = 176
pkg log/syslog (linux-arm), const LOG_LOCAL6 Priority
pkg log/syslog (linux-arm), const LOG_LOCAL7 = 184
pkg log/syslog (linux-arm), const LOG_LOCAL7 Priority
pkg log/syslog (linux-arm), const LOG_LPR = 48
pkg log/syslog (linux-arm), const LOG_LPR Priority
pkg log/syslog (linux-arm), const LOG_MAIL = 16
pkg log/syslog (linux-arm), const LOG_MAIL Priority
pkg log/syslog (linux-arm), const LOG_NEWS = 56
pkg log/syslog (linux-arm), const LOG_NEWS Priority
pkg log/syslog (linux-arm), const LOG_NOTICE = 5
pkg log/syslog (linux-arm), const LOG_SYSLOG = 40
pkg log/syslog (linux-arm), const LOG_SYSLOG Priority
pkg log/syslog (linux-arm), const LOG_USER = 8
pkg log/syslog (linux-arm), const LOG_USER Priority
pkg log/syslog (linux-arm), const LOG_UUCP = 64
pkg log/syslog (linux-arm), const LOG_UUCP Priority
pkg log/syslog (linux-arm), const LOG_WARNING = 4
pkg log/syslog (linux-arm-cgo), const LOG_ALERT = 1
pkg log/syslog (linux-arm-cgo), const LOG_AUTH = 32
pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (linux-arm-cgo), const LOG_CRIT = 2
pkg log/syslog (linux-arm-cgo), const LOG_CRON = 72
pkg log/syslog (linux-arm-cgo), const LOG_DAEMON = 24
pkg log/syslog (linux-arm-cgo), const LOG_DEBUG = 7
pkg log/syslog (linux-arm-cgo), const LOG_EMERG = 0
pkg log/syslog (linux-arm-cgo), const LOG_ERR = 3
pkg log/syslog (linux-arm-cgo), const LOG_FTP = 88
pkg log/syslog (linux-arm-cgo), const LOG_INFO = 6
pkg log/syslog (linux-arm-cgo), const LOG_KERN = 0
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (linux-arm-cgo), const LOG_LPR = 48
pkg log/syslog (linux-arm-cgo), const LOG_MAIL = 16
pkg log/syslog (linux-arm-cgo), const LOG_NEWS = 56
pkg log/syslog (linux-arm-cgo), const LOG_NOTICE = 5
pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG = 40
pkg log/syslog (linux-arm-cgo), const LOG_USER = 8
pkg log/syslog (linux-arm-cgo), const LOG_UUCP = 64
pkg log/syslog (linux-arm-cgo), const LOG_WARNING = 4
pkg log/syslog (netbsd-386), const LOG_ALERT = 1
pkg log/syslog (netbsd-386), const LOG_AUTH = 32
pkg log/syslog (netbsd-386), const LOG_AUTHPRIV = 80
pkg log/syslog (netbsd-386), const LOG_CRIT = 2
pkg log/syslog (netbsd-386), const LOG_CRON = 72
pkg log/syslog (netbsd-386), const LOG_DAEMON = 24
pkg log/syslog (netbsd-386), const LOG_DEBUG = 7
pkg log/syslog (netbsd-386), const LOG_EMERG = 0
pkg log/syslog (netbsd-386), const LOG_ERR = 3
pkg log/syslog (netbsd-386), const LOG_FTP = 88
pkg log/syslog (netbsd-386), const LOG_INFO = 6
pkg log/syslog (netbsd-386), const LOG_KERN = 0
pkg log/syslog (netbsd-386), const LOG_LOCAL0 = 128
pkg log/syslog (netbsd-386), const LOG_LOCAL1 = 136
pkg log/syslog (netbsd-386), const LOG_LOCAL2 = 144
pkg log/syslog (netbsd-386), const LOG_LOCAL3 = 152
pkg log/syslog (netbsd-386), const LOG_LOCAL4 = 160
pkg log/syslog (netbsd-386), const LOG_LOCAL5 = 168
pkg log/syslog (netbsd-386), const LOG_LOCAL6 = 176
pkg log/syslog (netbsd-386), const LOG_LOCAL7 = 184
pkg log/syslog (netbsd-386), const LOG_LPR = 48
pkg log/syslog (netbsd-386), const LOG_MAIL = 16
pkg log/syslog (netbsd-386), const LOG_NEWS = 56
pkg log/syslog (netbsd-386), const LOG_NOTICE = 5
pkg log/syslog (netbsd-386), const LOG_SYSLOG = 40
pkg log/syslog (netbsd-386), const LOG_USER = 8
pkg log/syslog (netbsd-386), const LOG_UUCP = 64
pkg log/syslog (netbsd-386), const LOG_WARNING = 4
pkg log/syslog (netbsd-386-cgo), const LOG_ALERT = 1
pkg log/syslog (netbsd-386-cgo), const LOG_AUTH = 32
pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (netbsd-386-cgo), const LOG_CRIT = 2
pkg log/syslog (netbsd-386-cgo), const LOG_CRON = 72
pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON = 24
pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG = 7
pkg log/syslog (netbsd-386-cgo), const LOG_EMERG = 0
pkg log/syslog (netbsd-386-cgo), const LOG_ERR = 3
pkg log/syslog (netbsd-386-cgo), const LOG_FTP = 88
pkg log/syslog (netbsd-386-cgo), const LOG_INFO = 6
pkg log/syslog (netbsd-386-cgo), const LOG_KERN = 0
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (netbsd-386-cgo), const LOG_LPR = 48
pkg log/syslog (netbsd-386-cgo), const LOG_MAIL = 16
pkg log/syslog (netbsd-386-cgo), const LOG_NEWS = 56
pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE = 5
pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG = 40
pkg log/syslog (netbsd-386-cgo), const LOG_USER = 8
pkg log/syslog (netbsd-386-cgo), const LOG_UUCP = 64
pkg log/syslog (netbsd-386-cgo), const LOG_WARNING = 4
pkg log/syslog (netbsd-amd64), const LOG_ALERT = 1
pkg log/syslog (netbsd-amd64), const LOG_AUTH = 32
pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV = 80
pkg log/syslog (netbsd-amd64), const LOG_CRIT = 2
pkg log/syslog (netbsd-amd64), const LOG_CRON = 72
pkg log/syslog (netbsd-amd64), const LOG_DAEMON = 24
pkg log/syslog (netbsd-amd64), const LOG_DEBUG = 7
pkg log/syslog (netbsd-amd64), const LOG_EMERG = 0
pkg log/syslog (netbsd-amd64), const LOG_ERR = 3
pkg log/syslog (netbsd-amd64), const LOG_FTP = 88
pkg log/syslog (netbsd-amd64), const LOG_INFO = 6
pkg log/syslog (netbsd-amd64), const LOG_KERN = 0
pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 = 128
pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 = 136
pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 = 144
pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 = 152
pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 = 160
pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 = 168
pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 = 176
pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 = 184
pkg log/syslog (netbsd-amd64), const LOG_LPR = 48
pkg log/syslog (netbsd-amd64), const LOG_MAIL = 16
pkg log/syslog (netbsd-amd64), const LOG_NEWS = 56
pkg log/syslog (netbsd-amd64), const LOG_NOTICE = 5
pkg log/syslog (netbsd-amd64), const LOG_SYSLOG = 40
pkg log/syslog (netbsd-amd64), const LOG_USER = 8
pkg log/syslog (netbsd-amd64), const LOG_UUCP = 64
pkg log/syslog (netbsd-amd64), const LOG_WARNING = 4
pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT = 1
pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH = 32
pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT = 2
pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON = 72
pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON = 24
pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG = 7
pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG = 0
pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR = 3
pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP = 88
pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO = 6
pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN = 0
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR = 48
pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL = 16
pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS = 56
pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE = 5
pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG = 40
pkg log/syslog (netbsd-amd64-cgo), const LOG_USER = 8
pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP = 64
pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING = 4
pkg log/syslog (netbsd-arm), const LOG_ALERT = 1
pkg log/syslog (netbsd-arm), const LOG_AUTH = 32
pkg log/syslog (netbsd-arm), const LOG_AUTHPRIV = 80
pkg log/syslog (netbsd-arm), const LOG_CRIT = 2
pkg log/syslog (netbsd-arm), const LOG_CRON = 72
pkg log/syslog (netbsd-arm), const LOG_DAEMON = 24
pkg log/syslog (netbsd-arm), const LOG_DEBUG = 7
pkg log/syslog (netbsd-arm), const LOG_EMERG = 0
pkg log/syslog (netbsd-arm), const LOG_ERR = 3
pkg log/syslog (netbsd-arm), const LOG_FTP = 88
pkg log/syslog (netbsd-arm), const LOG_INFO = 6
pkg log/syslog (netbsd-arm), const LOG_KERN = 0
pkg log/syslog (netbsd-arm), const LOG_LOCAL0 = 128
pkg log/syslog (netbsd-arm), const LOG_LOCAL1 = 136
pkg log/syslog (netbsd-arm), const LOG_LOCAL2 = 144
pkg log/syslog (netbsd-arm), const LOG_LOCAL3 = 152
pkg log/syslog (netbsd-arm), const LOG_LOCAL4 = 160
pkg log/syslog (netbsd-arm), const LOG_LOCAL5 = 168
pkg log/syslog (netbsd-arm), const LOG_LOCAL6 = 176
pkg log/syslog (netbsd-arm), const LOG_LOCAL7 = 184
pkg log/syslog (netbsd-arm), const LOG_LPR = 48
pkg log/syslog (netbsd-arm), const LOG_MAIL = 16
pkg log/syslog (netbsd-arm), const LOG_NEWS = 56
pkg log/syslog (netbsd-arm), const LOG_NOTICE = 5
pkg log/syslog (netbsd-arm), const LOG_SYSLOG = 40
pkg log/syslog (netbsd-arm), const LOG_USER = 8
pkg log/syslog (netbsd-arm), const LOG_UUCP = 64
pkg log/syslog (netbsd-arm), const LOG_WARNING = 4
pkg log/syslog (netbsd-arm-cgo), const LOG_ALERT = 1
pkg log/syslog (netbsd-arm-cgo), const LOG_AUTH = 32
pkg log/syslog (netbsd-arm-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (netbsd-arm-cgo), const LOG_CRIT = 2
pkg log/syslog (netbsd-arm-cgo), const LOG_CRON = 72
pkg log/syslog (netbsd-arm-cgo), const LOG_DAEMON = 24
pkg log/syslog (netbsd-arm-cgo), const LOG_DEBUG = 7
pkg log/syslog (netbsd-arm-cgo), const LOG_EMERG = 0
pkg log/syslog (netbsd-arm-cgo), const LOG_ERR = 3
pkg log/syslog (netbsd-arm-cgo), const LOG_FTP = 88
pkg log/syslog (netbsd-arm-cgo), const LOG_INFO = 6
pkg log/syslog (netbsd-arm-cgo), const LOG_KERN = 0
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (netbsd-arm-cgo), const LOG_LPR = 48
pkg log/syslog (netbsd-arm-cgo), const LOG_MAIL = 16
pkg log/syslog (netbsd-arm-cgo), const LOG_NEWS = 56
pkg log/syslog (netbsd-arm-cgo), const LOG_NOTICE = 5
pkg log/syslog (netbsd-arm-cgo), const LOG_SYSLOG = 40
pkg log/syslog (netbsd-arm-cgo), const LOG_USER = 8
pkg log/syslog (netbsd-arm-cgo), const LOG_UUCP = 64
pkg log/syslog (netbsd-arm-cgo), const LOG_WARNING = 4
pkg log/syslog (openbsd-386), const LOG_ALERT = 1
pkg log/syslog (openbsd-386), const LOG_AUTH = 32
pkg log/syslog (openbsd-386), const LOG_AUTHPRIV = 80
pkg log/syslog (openbsd-386), const LOG_CRIT = 2
pkg log/syslog (openbsd-386), const LOG_CRON = 72
pkg log/syslog (openbsd-386), const LOG_DAEMON = 24
pkg log/syslog (openbsd-386), const LOG_DEBUG = 7
pkg log/syslog (openbsd-386), const LOG_EMERG = 0
pkg log/syslog (openbsd-386), const LOG_ERR = 3
pkg log/syslog (openbsd-386), const LOG_FTP = 88
pkg log/syslog (openbsd-386), const LOG_INFO = 6
pkg log/syslog (openbsd-386), const LOG_KERN = 0
pkg log/syslog (openbsd-386), const LOG_LOCAL0 = 128
pkg log/syslog (openbsd-386), const LOG_LOCAL1 = 136
pkg log/syslog (openbsd-386), const LOG_LOCAL2 = 144
pkg log/syslog (openbsd-386), const LOG_LOCAL3 = 152
pkg log/syslog (openbsd-386), const LOG_LOCAL4 = 160
pkg log/syslog (openbsd-386), const LOG_LOCAL5 = 168
pkg log/syslog (openbsd-386), const LOG_LOCAL6 = 176
pkg log/syslog (openbsd-386), const LOG_LOCAL7 = 184
pkg log/syslog (openbsd-386), const LOG_LPR = 48
pkg log/syslog (openbsd-386), const LOG_MAIL = 16
pkg log/syslog (openbsd-386), const LOG_NEWS = 56
pkg log/syslog (openbsd-386), const LOG_NOTICE = 5
pkg log/syslog (openbsd-386), const LOG_SYSLOG = 40
pkg log/syslog (openbsd-386), const LOG_USER = 8
pkg log/syslog (openbsd-386), const LOG_UUCP = 64
pkg log/syslog (openbsd-386), const LOG_WARNING = 4
pkg log/syslog (openbsd-386-cgo), const LOG_ALERT = 1
pkg log/syslog (openbsd-386-cgo), const LOG_AUTH = 32
pkg log/syslog (openbsd-386-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (openbsd-386-cgo), const LOG_CRIT = 2
pkg log/syslog (openbsd-386-cgo), const LOG_CRON = 72
pkg log/syslog (openbsd-386-cgo), const LOG_DAEMON = 24
pkg log/syslog (openbsd-386-cgo), const LOG_DEBUG = 7
pkg log/syslog (openbsd-386-cgo), const LOG_EMERG = 0
pkg log/syslog (openbsd-386-cgo), const LOG_ERR = 3
pkg log/syslog (openbsd-386-cgo), const LOG_FTP = 88
pkg log/syslog (openbsd-386-cgo), const LOG_INFO = 6
pkg log/syslog (openbsd-386-cgo), const LOG_KERN = 0
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (openbsd-386-cgo), const LOG_LPR = 48
pkg log/syslog (openbsd-386-cgo), const LOG_MAIL = 16
pkg log/syslog (openbsd-386-cgo), const LOG_NEWS = 56
pkg log/syslog (openbsd-386-cgo), const LOG_NOTICE = 5
pkg log/syslog (openbsd-386-cgo), const LOG_SYSLOG = 40
pkg log/syslog (openbsd-386-cgo), const LOG_USER = 8
pkg log/syslog (openbsd-386-cgo), const LOG_UUCP = 64
pkg log/syslog (openbsd-386-cgo), const LOG_WARNING = 4
pkg log/syslog (openbsd-amd64), const LOG_ALERT = 1
pkg log/syslog (openbsd-amd64), const LOG_AUTH = 32
pkg log/syslog (openbsd-amd64), const LOG_AUTHPRIV = 80
pkg log/syslog (openbsd-amd64), const LOG_CRIT = 2
pkg log/syslog (openbsd-amd64), const LOG_CRON = 72
pkg log/syslog (openbsd-amd64), const LOG_DAEMON = 24
pkg log/syslog (openbsd-amd64), const LOG_DEBUG = 7
pkg log/syslog (openbsd-amd64), const LOG_EMERG = 0
pkg log/syslog (openbsd-amd64), const LOG_ERR = 3
pkg log/syslog (openbsd-amd64), const LOG_FTP = 88
pkg log/syslog (openbsd-amd64), const LOG_INFO = 6
pkg log/syslog (openbsd-amd64), const LOG_KERN = 0
pkg log/syslog (openbsd-amd64), const LOG_LOCAL0 = 128
pkg log/syslog (openbsd-amd64), const LOG_LOCAL1 = 136
pkg log/syslog (openbsd-amd64), const LOG_LOCAL2 = 144
pkg log/syslog (openbsd-amd64), const LOG_LOCAL3 = 152
pkg log/syslog (openbsd-amd64), const LOG_LOCAL4 = 160
pkg log/syslog (openbsd-amd64), const LOG_LOCAL5 = 168
pkg log/syslog (openbsd-amd64), const LOG_LOCAL6 = 176
pkg log/syslog (openbsd-amd64), const LOG_LOCAL7 = 184
pkg log/syslog (openbsd-amd64), const LOG_LPR = 48
pkg log/syslog (openbsd-amd64), const LOG_MAIL = 16
pkg log/syslog (openbsd-amd64), const LOG_NEWS = 56
pkg log/syslog (openbsd-amd64), const LOG_NOTICE = 5
pkg log/syslog (openbsd-amd64), const LOG_SYSLOG = 40
pkg log/syslog (openbsd-amd64), const LOG_USER = 8
pkg log/syslog (openbsd-amd64), const LOG_UUCP = 64
pkg log/syslog (openbsd-amd64), const LOG_WARNING = 4
pkg log/syslog (openbsd-amd64-cgo), const LOG_ALERT = 1
pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTH = 32
pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTHPRIV = 80
pkg log/syslog (openbsd-amd64-cgo), const LOG_CRIT = 2
pkg log/syslog (openbsd-amd64-cgo), const LOG_CRON = 72
pkg log/syslog (openbsd-amd64-cgo), const LOG_DAEMON = 24
pkg log/syslog (openbsd-amd64-cgo), const LOG_DEBUG = 7
pkg log/syslog (openbsd-amd64-cgo), const LOG_EMERG = 0
pkg log/syslog (openbsd-amd64-cgo), const LOG_ERR = 3
pkg log/syslog (openbsd-amd64-cgo), const LOG_FTP = 88
pkg log/syslog (openbsd-amd64-cgo), const LOG_INFO = 6
pkg log/syslog (openbsd-amd64-cgo), const LOG_KERN = 0
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL0 = 128
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL1 = 136
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL2 = 144
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL3 = 152
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL4 = 160
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL5 = 168
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL6 = 176
pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL7 = 184
pkg log/syslog (openbsd-amd64-cgo), const LOG_LPR = 48
pkg log/syslog (openbsd-amd64-cgo), const LOG_MAIL = 16
pkg log/syslog (openbsd-amd64-cgo), const LOG_NEWS = 56
pkg log/syslog (openbsd-amd64-cgo), const LOG_NOTICE = 5
pkg log/syslog (openbsd-amd64-cgo), const LOG_SYSLOG = 40
pkg log/syslog (openbsd-amd64-cgo), const LOG_USER = 8
pkg log/syslog (openbsd-amd64-cgo), const LOG_UUCP = 64
pkg log/syslog (openbsd-amd64-cgo), const LOG_WARNING = 4
pkg math, const E =
271828182845904523536028747135266249775724709369995957496696763/100000000000000000000000000000000000000000000000000000000000000
pkg math, const Ln10 =
23025850929940456840179914546843642076011014886287729760333279/10000000000000000000000000000000000000000000000000000000000000
pkg math, const Ln2 =
693147180559945309417232121458176568075500134360255254120680009/1000000000000000000000000000000000000000000000000000000000000000
pkg math, const Log10E =
10000000000000000000000000000000000000000000000000000000000000/23025850929940456840179914546843642076011014886287729760333279
pkg math, const Log2E =
1000000000000000000000000000000000000000000000000000000000000000/693147180559945309417232121458176568075500134360255254120680009
pkg math, const MaxFloat32 = 340282346638528859811704183484516925440
pkg math, const MaxFloat64 =
179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
pkg math, const MaxInt16 = 32767
pkg math, const MaxInt32 = 2147483647
pkg math, const MaxInt64 = 9223372036854775807
pkg math, const MaxInt8 = 127
pkg math, const MaxUint16 = 65535
pkg math, const MaxUint32 = 4294967295
pkg math, const MaxUint64 = 18446744073709551615
pkg math, const MaxUint8 = 255
pkg math, const MinInt16 = -32768
pkg math, const MinInt32 = -2147483648
pkg math, const MinInt64 = -9223372036854775808
pkg math, const MinInt8 = -128
pkg math, const Phi =
80901699437494742410229341718281905886015458990288143106772431/50000000000000000000000000000000000000000000000000000000000000
pkg math, const Pi =
314159265358979323846264338327950288419716939937510582097494459/100000000000000000000000000000000000000000000000000000000000000
pkg math, const SmallestNonzeroFloat32 =
17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
pkg math, const SmallestNonzeroFloat64 =
4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
pkg math, const Sqrt2 =
70710678118654752440084436210484903928483593768847403658833987/50000000000000000000000000000000000000000000000000000000000000
pkg math, const SqrtE =
164872127070012814684865078781416357165377610071014801157507931/100000000000000000000000000000000000000000000000000000000000000
pkg math, const SqrtPhi =
63600982475703448212621123086874574585780402092004812430832019/50000000000000000000000000000000000000000000000000000000000000
pkg math, const SqrtPi =
177245385090551602729816748334114518279754945612238712821380779/100000000000000000000000000000000000000000000000000000000000000
pkg math/big, const MaxBase = 36
pkg math/big, method (*Int) MarshalJSON() ([]uint8, error)
pkg math/big, method (*Int) SetUint64(uint64) *Int
pkg math/big, method (*Int) Uint64() uint64
pkg math/big, method (*Int) UnmarshalJSON([]uint8) error
pkg math/big, method (*Rat) Float64() (float64, bool)
pkg math/big, method (*Rat) SetFloat64(float64) *Rat
pkg mime/multipart, method (*Writer) SetBoundary(string) error
pkg net, const FlagBroadcast = 2
pkg net, const FlagLoopback = 4
pkg net, const FlagMulticast = 16
pkg net, const FlagPointToPoint = 8
pkg net, const FlagUp = 1
pkg net, const IPv4len = 4
pkg net, const IPv6len = 16
pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error)
pkg net, func LookupNS(string) ([]*NS, error)
pkg net, method (*Dialer) Dial(string, string) (Conn, error)
pkg net, method (*IPConn) ReadMsgIP([]uint8, []uint8) (int, int, int, *IPAddr,
error)
pkg net, method (*IPConn) WriteMsgIP([]uint8, []uint8, *IPAddr) (int, int, error)
pkg net, method (*UDPConn) ReadMsgUDP([]uint8, []uint8) (int, int, int, *UDPAddr,
error)
pkg net, method (*UDPConn) WriteMsgUDP([]uint8, []uint8, *UDPAddr) (int, int,
error)
pkg net, method (*UnixConn) CloseRead() error
pkg net, method (*UnixConn) CloseWrite() error
pkg net, type Dialer struct
pkg net, type Dialer struct, Deadline time.Time
pkg net, type Dialer struct, LocalAddr Addr
pkg net, type Dialer struct, Timeout time.Duration
pkg net, type IPAddr struct, Zone string
pkg net, type NS struct
pkg net, type NS struct, Host string
pkg net, type TCPAddr struct, Zone string
pkg net, type UDPAddr struct, Zone string
pkg net/http, const DefaultMaxHeaderBytes = 1048576
pkg net/http, const DefaultMaxIdleConnsPerHost = 2
pkg net/http, const StatusAccepted = 202
pkg net/http, const StatusBadGateway = 502
pkg net/http, const StatusBadRequest = 400
pkg net/http, const StatusConflict = 409
pkg net/http, const StatusContinue = 100
pkg net/http, const StatusCreated = 201
pkg net/http, const StatusExpectationFailed = 417
pkg net/http, const StatusForbidden = 403
pkg net/http, const StatusFound = 302
pkg net/http, const StatusGatewayTimeout = 504
pkg net/http, const StatusGone = 410
pkg net/http, const StatusHTTPVersionNotSupported = 505
pkg net/http, const StatusInternalServerError = 500
pkg net/http, const StatusLengthRequired = 411
pkg net/http, const StatusMethodNotAllowed = 405
pkg net/http, const StatusMovedPermanently = 301
pkg net/http, const StatusMultipleChoices = 300
pkg net/http, const StatusNoContent = 204
pkg net/http, const StatusNonAuthoritativeInfo = 203
pkg net/http, const StatusNotAcceptable = 406
pkg net/http, const StatusNotFound = 404
pkg net/http, const StatusNotImplemented = 501
pkg net/http, const StatusNotModified = 304
pkg net/http, const StatusOK = 200
pkg net/http, const StatusPartialContent = 206
pkg net/http, const StatusPaymentRequired = 402
pkg net/http, const StatusPreconditionFailed = 412
pkg net/http, const StatusProxyAuthRequired = 407
pkg net/http, const StatusRequestEntityTooLarge = 413
pkg net/http, const StatusRequestTimeout = 408
pkg net/http, const StatusRequestURITooLong = 414
pkg net/http, const StatusRequestedRangeNotSatisfiable = 416
pkg net/http, const StatusResetContent = 205
pkg net/http, const StatusSeeOther = 303
pkg net/http, const StatusServiceUnavailable = 503
pkg net/http, const StatusSwitchingProtocols = 101
pkg net/http, const StatusTeapot = 418
pkg net/http, const StatusTemporaryRedirect = 307
pkg net/http, const StatusUnauthorized = 401
pkg net/http, const StatusUnsupportedMediaType = 415
pkg net/http, const StatusUseProxy = 305
pkg net/http, const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT"
pkg net/http, func ParseTime(string) (time.Time, error)
pkg net/http, method (*Request) PostFormValue(string) string
pkg net/http, method (*ServeMux) Handler(*Request) (Handler, string)
pkg net/http, method (*Transport) CancelRequest(*Request)
pkg net/http, type CloseNotifier interface { CloseNotify }
pkg net/http, type CloseNotifier interface, CloseNotify() <-chan bool
pkg net/http, type Request struct, PostForm url.Values
pkg net/http, type Server struct, TLSNextProto map[string]func(*Server, *tls.Conn,
Handler)
pkg net/http, type Transport struct, ResponseHeaderTimeout time.Duration
pkg net/http/cookiejar, func New(*Options) (*Jar, error)
pkg net/http/cookiejar, method (*Jar) Cookies(*url.URL) []*http.Cookie
pkg net/http/cookiejar, method (*Jar) SetCookies(*url.URL, []*http.Cookie)
pkg net/http/cookiejar, type Jar struct
pkg net/http/cookiejar, type Options struct
pkg net/http/cookiejar, type Options struct, PublicSuffixList PublicSuffixList
pkg net/http/cookiejar, type PublicSuffixList interface { PublicSuffix, String }
pkg net/http/cookiejar, type PublicSuffixList interface, PublicSuffix(string)
string
pkg net/http/cookiejar, type PublicSuffixList interface, String() string
pkg net/http/httptest, const DefaultRemoteAddr = "1.2.3.4"
pkg net/mail, func ParseAddress(string) (*Address, error)
pkg net/mail, func ParseAddressList(string) ([]*Address, error)
pkg net/rpc, const DefaultDebugPath = "/debug/rpc"
pkg net/rpc, const DefaultRPCPath = "/_goRPC_"
pkg net/smtp, method (*Client) Hello(string) error
pkg net/textproto, func TrimBytes([]uint8) []uint8
pkg net/textproto, func TrimString(string) string
pkg os (darwin-386), const DevNull = "/dev/null"
pkg os (darwin-386), const O_APPEND = 8
pkg os (darwin-386), const O_CREATE = 512
pkg os (darwin-386), const O_EXCL = 2048
pkg os (darwin-386), const O_SYNC = 128
pkg os (darwin-386), const O_TRUNC = 1024
pkg os (darwin-386), const PathListSeparator = 58
pkg os (darwin-386), const PathSeparator = 47
pkg os (darwin-386-cgo), const DevNull = "/dev/null"
pkg os (darwin-386-cgo), const O_APPEND = 8
pkg os (darwin-386-cgo), const O_CREATE = 512
pkg os (darwin-386-cgo), const O_EXCL = 2048
pkg os (darwin-386-cgo), const O_SYNC = 128
pkg os (darwin-386-cgo), const O_TRUNC = 1024
pkg os (darwin-386-cgo), const PathListSeparator = 58
pkg os (darwin-386-cgo), const PathSeparator = 47
pkg os (darwin-amd64), const DevNull = "/dev/null"
pkg os (darwin-amd64), const O_APPEND = 8
pkg os (darwin-amd64), const O_CREATE = 512
pkg os (darwin-amd64), const O_EXCL = 2048
pkg os (darwin-amd64), const O_SYNC = 128
pkg os (darwin-amd64), const O_TRUNC = 1024
pkg os (darwin-amd64), const PathListSeparator = 58
pkg os (darwin-amd64), const PathSeparator = 47
pkg os (darwin-amd64-cgo), const DevNull = "/dev/null"
pkg os (darwin-amd64-cgo), const O_APPEND = 8
pkg os (darwin-amd64-cgo), const O_CREATE = 512
pkg os (darwin-amd64-cgo), const O_EXCL = 2048
pkg os (darwin-amd64-cgo), const O_SYNC = 128
pkg os (darwin-amd64-cgo), const O_TRUNC = 1024
pkg os (darwin-amd64-cgo), const PathListSeparator = 58
pkg os (darwin-amd64-cgo), const PathSeparator = 47
pkg os (freebsd-386), const DevNull = "/dev/null"
pkg os (freebsd-386), const O_APPEND = 8
pkg os (freebsd-386), const O_CREATE = 512
pkg os (freebsd-386), const O_EXCL = 2048
pkg os (freebsd-386), const O_SYNC = 128
pkg os (freebsd-386), const O_TRUNC = 1024
pkg os (freebsd-386), const PathListSeparator = 58
pkg os (freebsd-386), const PathSeparator = 47
pkg os (freebsd-386-cgo), const DevNull = "/dev/null"
pkg os (freebsd-386-cgo), const O_APPEND = 8
pkg os (freebsd-386-cgo), const O_CREATE = 512
pkg os (freebsd-386-cgo), const O_EXCL = 2048
pkg os (freebsd-386-cgo), const O_SYNC = 128
pkg os (freebsd-386-cgo), const O_TRUNC = 1024
pkg os (freebsd-386-cgo), const PathListSeparator = 58
pkg os (freebsd-386-cgo), const PathSeparator = 47
pkg os (freebsd-amd64), const DevNull = "/dev/null"
pkg os (freebsd-amd64), const O_APPEND = 8
pkg os (freebsd-amd64), const O_CREATE = 512
pkg os (freebsd-amd64), const O_EXCL = 2048
pkg os (freebsd-amd64), const O_SYNC = 128
pkg os (freebsd-amd64), const O_TRUNC = 1024
pkg os (freebsd-amd64), const PathListSeparator = 58
pkg os (freebsd-amd64), const PathSeparator = 47
pkg os (freebsd-amd64-cgo), const DevNull = "/dev/null"
pkg os (freebsd-amd64-cgo), const O_APPEND = 8
pkg os (freebsd-amd64-cgo), const O_CREATE = 512
pkg os (freebsd-amd64-cgo), const O_EXCL = 2048
pkg os (freebsd-amd64-cgo), const O_SYNC = 128
pkg os (freebsd-amd64-cgo), const O_TRUNC = 1024
pkg os (freebsd-amd64-cgo), const PathListSeparator = 58
pkg os (freebsd-amd64-cgo), const PathSeparator = 47
pkg os (freebsd-arm), const DevNull = "/dev/null"
pkg os (freebsd-arm), const O_APPEND = 8
pkg os (freebsd-arm), const O_CREATE = 512
pkg os (freebsd-arm), const O_EXCL = 2048
pkg os (freebsd-arm), const O_SYNC = 128
pkg os (freebsd-arm), const O_TRUNC = 1024
pkg os (freebsd-arm), const PathListSeparator = 58
pkg os (freebsd-arm), const PathSeparator = 47
pkg os (freebsd-arm-cgo), const DevNull = "/dev/null"
pkg os (freebsd-arm-cgo), const O_APPEND = 8
pkg os (freebsd-arm-cgo), const O_CREATE = 512
pkg os (freebsd-arm-cgo), const O_EXCL = 2048
pkg os (freebsd-arm-cgo), const O_SYNC = 128
pkg os (freebsd-arm-cgo), const O_TRUNC = 1024
pkg os (freebsd-arm-cgo), const PathListSeparator = 58
pkg os (freebsd-arm-cgo), const PathSeparator = 47
pkg os (linux-386), const DevNull = "/dev/null"
pkg os (linux-386), const O_APPEND = 1024
pkg os (linux-386), const O_CREATE = 64
pkg os (linux-386), const O_EXCL = 128
pkg os (linux-386), const O_SYNC = 1052672
pkg os (linux-386), const O_TRUNC = 512
pkg os (linux-386), const PathListSeparator = 58
pkg os (linux-386), const PathSeparator = 47
pkg os (linux-386-cgo), const DevNull = "/dev/null"
pkg os (linux-386-cgo), const O_APPEND = 1024
pkg os (linux-386-cgo), const O_CREATE = 64
pkg os (linux-386-cgo), const O_EXCL = 128
pkg os (linux-386-cgo), const O_SYNC = 1052672
pkg os (linux-386-cgo), const O_TRUNC = 512
pkg os (linux-386-cgo), const PathListSeparator = 58
pkg os (linux-386-cgo), const PathSeparator = 47
pkg os (linux-amd64), const DevNull = "/dev/null"
pkg os (linux-amd64), const O_APPEND = 1024
pkg os (linux-amd64), const O_CREATE = 64
pkg os (linux-amd64), const O_EXCL = 128
pkg os (linux-amd64), const O_SYNC = 1052672
pkg os (linux-amd64), const O_TRUNC = 512
pkg os (linux-amd64), const PathListSeparator = 58
pkg os (linux-amd64), const PathSeparator = 47
pkg os (linux-amd64-cgo), const DevNull = "/dev/null"
pkg os (linux-amd64-cgo), const O_APPEND = 1024
pkg os (linux-amd64-cgo), const O_CREATE = 64
pkg os (linux-amd64-cgo), const O_EXCL = 128
pkg os (linux-amd64-cgo), const O_SYNC = 1052672
pkg os (linux-amd64-cgo), const O_TRUNC = 512
pkg os (linux-amd64-cgo), const PathListSeparator = 58
pkg os (linux-amd64-cgo), const PathSeparator = 47
pkg os (linux-arm), const DevNull = "/dev/null"
pkg os (linux-arm), const O_APPEND = 1024
pkg os (linux-arm), const O_CREATE = 64
pkg os (linux-arm), const O_EXCL = 128
pkg os (linux-arm), const O_SYNC = 4096
pkg os (linux-arm), const O_TRUNC = 512
pkg os (linux-arm), const PathListSeparator = 58
pkg os (linux-arm), const PathSeparator = 47
pkg os (linux-arm-cgo), const DevNull = "/dev/null"
pkg os (linux-arm-cgo), const O_APPEND = 1024
pkg os (linux-arm-cgo), const O_CREATE = 64
pkg os (linux-arm-cgo), const O_EXCL = 128
pkg os (linux-arm-cgo), const O_SYNC = 4096
pkg os (linux-arm-cgo), const O_TRUNC = 512
pkg os (linux-arm-cgo), const PathListSeparator = 58
pkg os (linux-arm-cgo), const PathSeparator = 47
pkg os (netbsd-386), const DevNull = "/dev/null"
pkg os (netbsd-386), const O_APPEND = 8
pkg os (netbsd-386), const O_CREATE = 512
pkg os (netbsd-386), const O_EXCL = 2048
pkg os (netbsd-386), const O_SYNC = 128
pkg os (netbsd-386), const O_TRUNC = 1024
pkg os (netbsd-386), const PathListSeparator = 58
pkg os (netbsd-386), const PathSeparator = 47
pkg os (netbsd-386-cgo), const DevNull = "/dev/null"
pkg os (netbsd-386-cgo), const O_APPEND = 8
pkg os (netbsd-386-cgo), const O_CREATE = 512
pkg os (netbsd-386-cgo), const O_EXCL = 2048
pkg os (netbsd-386-cgo), const O_SYNC = 128
pkg os (netbsd-386-cgo), const O_TRUNC = 1024
pkg os (netbsd-386-cgo), const PathListSeparator = 58
pkg os (netbsd-386-cgo), const PathSeparator = 47
pkg os (netbsd-amd64), const DevNull = "/dev/null"
pkg os (netbsd-amd64), const O_APPEND = 8
pkg os (netbsd-amd64), const O_CREATE = 512
pkg os (netbsd-amd64), const O_EXCL = 2048
pkg os (netbsd-amd64), const O_SYNC = 128
pkg os (netbsd-amd64), const O_TRUNC = 1024
pkg os (netbsd-amd64), const PathListSeparator = 58
pkg os (netbsd-amd64), const PathSeparator = 47
pkg os (netbsd-amd64-cgo), const DevNull = "/dev/null"
pkg os (netbsd-amd64-cgo), const O_APPEND = 8
pkg os (netbsd-amd64-cgo), const O_CREATE = 512
pkg os (netbsd-amd64-cgo), const O_EXCL = 2048
pkg os (netbsd-amd64-cgo), const O_SYNC = 128
pkg os (netbsd-amd64-cgo), const O_TRUNC = 1024
pkg os (netbsd-amd64-cgo), const PathListSeparator = 58
pkg os (netbsd-amd64-cgo), const PathSeparator = 47
pkg os (netbsd-arm), const DevNull = "/dev/null"
pkg os (netbsd-arm), const O_APPEND = 8
pkg os (netbsd-arm), const O_CREATE = 512
pkg os (netbsd-arm), const O_EXCL = 2048
pkg os (netbsd-arm), const O_SYNC = 128
pkg os (netbsd-arm), const O_TRUNC = 1024
pkg os (netbsd-arm), const PathListSeparator = 58
pkg os (netbsd-arm), const PathSeparator = 47
pkg os (netbsd-arm-cgo), const DevNull = "/dev/null"
pkg os (netbsd-arm-cgo), const O_APPEND = 8
pkg os (netbsd-arm-cgo), const O_CREATE = 512
pkg os (netbsd-arm-cgo), const O_EXCL = 2048
pkg os (netbsd-arm-cgo), const O_SYNC = 128
pkg os (netbsd-arm-cgo), const O_TRUNC = 1024
pkg os (netbsd-arm-cgo), const PathListSeparator = 58
pkg os (netbsd-arm-cgo), const PathSeparator = 47
pkg os (openbsd-386), const DevNull = "/dev/null"
pkg os (openbsd-386), const O_APPEND = 8
pkg os (openbsd-386), const O_CREATE = 512
pkg os (openbsd-386), const O_EXCL = 2048
pkg os (openbsd-386), const O_SYNC = 128
pkg os (openbsd-386), const O_TRUNC = 1024
pkg os (openbsd-386), const PathListSeparator = 58
pkg os (openbsd-386), const PathSeparator = 47
pkg os (openbsd-386-cgo), const DevNull = "/dev/null"
pkg os (openbsd-386-cgo), const O_APPEND = 8
pkg os (openbsd-386-cgo), const O_CREATE = 512
pkg os (openbsd-386-cgo), const O_EXCL = 2048
pkg os (openbsd-386-cgo), const O_SYNC = 128
pkg os (openbsd-386-cgo), const O_TRUNC = 1024
pkg os (openbsd-386-cgo), const PathListSeparator = 58
pkg os (openbsd-386-cgo), const PathSeparator = 47
pkg os (openbsd-amd64), const DevNull = "/dev/null"
pkg os (openbsd-amd64), const O_APPEND = 8
pkg os (openbsd-amd64), const O_CREATE = 512
pkg os (openbsd-amd64), const O_EXCL = 2048
pkg os (openbsd-amd64), const O_SYNC = 128
pkg os (openbsd-amd64), const O_TRUNC = 1024
pkg os (openbsd-amd64), const PathListSeparator = 58
pkg os (openbsd-amd64), const PathSeparator = 47
pkg os (openbsd-amd64-cgo), const DevNull = "/dev/null"
pkg os (openbsd-amd64-cgo), const O_APPEND = 8
pkg os (openbsd-amd64-cgo), const O_CREATE = 512
pkg os (openbsd-amd64-cgo), const O_EXCL = 2048
pkg os (openbsd-amd64-cgo), const O_SYNC = 128
pkg os (openbsd-amd64-cgo), const O_TRUNC = 1024
pkg os (openbsd-amd64-cgo), const PathListSeparator = 58
pkg os (openbsd-amd64-cgo), const PathSeparator = 47
pkg os (windows-386), const DevNull = "NUL"
pkg os (windows-386), const O_APPEND = 1024
pkg os (windows-386), const O_CREATE = 64
pkg os (windows-386), const O_EXCL = 128
pkg os (windows-386), const O_SYNC = 4096
pkg os (windows-386), const O_TRUNC = 512
pkg os (windows-386), const PathListSeparator = 59
pkg os (windows-386), const PathSeparator = 92
pkg os (windows-amd64), const DevNull = "NUL"
pkg os (windows-amd64), const O_APPEND = 1024
pkg os (windows-amd64), const O_CREATE = 64
pkg os (windows-amd64), const O_EXCL = 128
pkg os (windows-amd64), const O_SYNC = 4096
pkg os (windows-amd64), const O_TRUNC = 512
pkg os (windows-amd64), const PathListSeparator = 59
pkg os (windows-amd64), const PathSeparator = 92
pkg os, const ModeAppend = 1073741824
pkg os, const ModeCharDevice = 2097152
pkg os, const ModeDevice = 67108864
pkg os, const ModeDir = 2147483648
pkg os, const ModeExclusive = 536870912
pkg os, const ModeNamedPipe = 33554432
pkg os, const ModePerm = 511
pkg os, const ModeSetgid = 4194304
pkg os, const ModeSetuid = 8388608
pkg os, const ModeSocket = 16777216
pkg os, const ModeSticky = 1048576
pkg os, const ModeSymlink = 134217728
pkg os, const ModeTemporary = 268435456
pkg os, const ModeType = 2399141888
pkg os, const O_RDONLY = 0
pkg os, const O_RDWR = 2
pkg os, const O_WRONLY = 1
pkg os, const SEEK_CUR = 1
pkg os, const SEEK_END = 2
pkg os, const SEEK_SET = 0
pkg os, method (FileMode) IsRegular() bool
pkg os/signal, func Stop(chan<- os.Signal)
pkg path/filepath (darwin-386), const ListSeparator = 58
pkg path/filepath (darwin-386), const Separator = 47
pkg path/filepath (darwin-386-cgo), const ListSeparator = 58
pkg path/filepath (darwin-386-cgo), const Separator = 47
pkg path/filepath (darwin-amd64), const ListSeparator = 58
pkg path/filepath (darwin-amd64), const Separator = 47
pkg path/filepath (darwin-amd64-cgo), const ListSeparator = 58
pkg path/filepath (darwin-amd64-cgo), const Separator = 47
pkg path/filepath (freebsd-386), const ListSeparator = 58
pkg path/filepath (freebsd-386), const Separator = 47
pkg path/filepath (freebsd-386-cgo), const ListSeparator = 58
pkg path/filepath (freebsd-386-cgo), const Separator = 47
pkg path/filepath (freebsd-amd64), const ListSeparator = 58
pkg path/filepath (freebsd-amd64), const Separator = 47
pkg path/filepath (freebsd-amd64-cgo), const ListSeparator = 58
pkg path/filepath (freebsd-amd64-cgo), const Separator = 47
pkg path/filepath (freebsd-arm), const ListSeparator = 58
pkg path/filepath (freebsd-arm), const Separator = 47
pkg path/filepath (freebsd-arm-cgo), const ListSeparator = 58
pkg path/filepath (freebsd-arm-cgo), const Separator = 47
pkg path/filepath (linux-386), const ListSeparator = 58
pkg path/filepath (linux-386), const Separator = 47
pkg path/filepath (linux-386-cgo), const ListSeparator = 58
pkg path/filepath (linux-386-cgo), const Separator = 47
pkg path/filepath (linux-amd64), const ListSeparator = 58
pkg path/filepath (linux-amd64), const Separator = 47
pkg path/filepath (linux-amd64-cgo), const ListSeparator = 58
pkg path/filepath (linux-amd64-cgo), const Separator = 47
pkg path/filepath (linux-arm), const ListSeparator = 58
pkg path/filepath (linux-arm), const Separator = 47
pkg path/filepath (linux-arm-cgo), const ListSeparator = 58
pkg path/filepath (linux-arm-cgo), const Separator = 47
pkg path/filepath (netbsd-386), const ListSeparator = 58
pkg path/filepath (netbsd-386), const Separator = 47
pkg path/filepath (netbsd-386-cgo), const ListSeparator = 58
pkg path/filepath (netbsd-386-cgo), const Separator = 47
pkg path/filepath (netbsd-amd64), const ListSeparator = 58
pkg path/filepath (netbsd-amd64), const Separator = 47
pkg path/filepath (netbsd-amd64-cgo), const ListSeparator = 58
pkg path/filepath (netbsd-amd64-cgo), const Separator = 47
pkg path/filepath (netbsd-arm), const ListSeparator = 58
pkg path/filepath (netbsd-arm), const Separator = 47
pkg path/filepath (netbsd-arm-cgo), const ListSeparator = 58
pkg path/filepath (netbsd-arm-cgo), const Separator = 47
pkg path/filepath (openbsd-386), const ListSeparator = 58
pkg path/filepath (openbsd-386), const Separator = 47
pkg path/filepath (openbsd-386-cgo), const ListSeparator = 58
pkg path/filepath (openbsd-386-cgo), const Separator = 47
pkg path/filepath (openbsd-amd64), const ListSeparator = 58
pkg path/filepath (openbsd-amd64), const Separator = 47
pkg path/filepath (openbsd-amd64-cgo), const ListSeparator = 58
pkg path/filepath (openbsd-amd64-cgo), const Separator = 47
pkg path/filepath (windows-386), const ListSeparator = 59
pkg path/filepath (windows-386), const Separator = 92
pkg path/filepath (windows-amd64), const ListSeparator = 59
pkg path/filepath (windows-amd64), const Separator = 92
pkg reflect, const Array = 17
pkg reflect, const Bool = 1
pkg reflect, const BothDir = 3
pkg reflect, const Chan = 18
pkg reflect, const Complex128 = 16
pkg reflect, const Complex64 = 15
pkg reflect, const Float32 = 13
pkg reflect, const Float64 = 14
pkg reflect, const Func = 19
pkg reflect, const Int = 2
pkg reflect, const Int16 = 4
pkg reflect, const Int32 = 5
pkg reflect, const Int64 = 6
pkg reflect, const Int8 = 3
pkg reflect, const Interface = 20
pkg reflect, const Invalid = 0
pkg reflect, const Map = 21
pkg reflect, const Ptr = 22
pkg reflect, const RecvDir = 1
pkg reflect, const SelectDefault = 3
pkg reflect, const SelectDefault SelectDir
pkg reflect, const SelectRecv = 2
pkg reflect, const SelectRecv SelectDir
pkg reflect, const SelectSend = 1
pkg reflect, const SelectSend SelectDir
pkg reflect, const SendDir = 2
pkg reflect, const Slice = 23
pkg reflect, const String = 24
pkg reflect, const Struct = 25
pkg reflect, const Uint = 7
pkg reflect, const Uint16 = 9
pkg reflect, const Uint32 = 10
pkg reflect, const Uint64 = 11
pkg reflect, const Uint8 = 8
pkg reflect, const Uintptr = 12
pkg reflect, const UnsafePointer = 26
pkg reflect, func ChanOf(ChanDir, Type) Type
pkg reflect, func MakeFunc(Type, func([]Value) []Value) Value
pkg reflect, func MapOf(Type, Type) Type
pkg reflect, func Select([]SelectCase) (int, Value, bool)
pkg reflect, func SliceOf(Type) Type
pkg reflect, method (Value) Convert(Type) Value
pkg reflect, type SelectCase struct
pkg reflect, type SelectCase struct, Chan Value
pkg reflect, type SelectCase struct, Dir SelectDir
pkg reflect, type SelectCase struct, Send Value
pkg reflect, type SelectDir int
pkg reflect, type Type interface, ConvertibleTo(Type) bool
pkg regexp, method (*Regexp) Longest()
pkg regexp, method (*Regexp) Split(string, int) []string
pkg regexp/syntax, const ClassNL = 4
pkg regexp/syntax, const DotNL = 8
pkg regexp/syntax, const EmptyBeginLine = 1
pkg regexp/syntax, const EmptyBeginText = 4
pkg regexp/syntax, const EmptyEndLine = 2
pkg regexp/syntax, const EmptyEndText = 8
pkg regexp/syntax, const EmptyNoWordBoundary = 32
pkg regexp/syntax, const EmptyWordBoundary = 16
pkg regexp/syntax, const ErrInternalError = "regexp/syntax: internal error"
pkg regexp/syntax, const ErrInvalidCharClass = "invalid character class"
pkg regexp/syntax, const ErrInvalidCharRange = "invalid character class range"
pkg regexp/syntax, const ErrInvalidEscape = "invalid escape sequence"
pkg regexp/syntax, const ErrInvalidNamedCapture = "invalid named capture"
pkg regexp/syntax, const ErrInvalidPerlOp = "invalid or unsupported Perl syntax"
pkg regexp/syntax, const ErrInvalidRepeatOp = "invalid nested repetition operator"
pkg regexp/syntax, const ErrInvalidRepeatSize = "invalid repeat count"
pkg regexp/syntax, const ErrInvalidUTF8 = "invalid UTF-8"
pkg regexp/syntax, const ErrMissingBracket = "missing closing ]"
pkg regexp/syntax, const ErrMissingParen = "missing closing )"
pkg regexp/syntax, const ErrMissingRepeatArgument = "missing argument to
repetition operator"
pkg regexp/syntax, const ErrTrailingBackslash = "trailing backslash at end of
expression"
pkg regexp/syntax, const ErrUnexpectedParen = "unexpected )"
pkg regexp/syntax, const ErrUnexpectedParen ErrorCode
pkg regexp/syntax, const FoldCase = 1
pkg regexp/syntax, const InstAlt = 0
pkg regexp/syntax, const InstAltMatch = 1
pkg regexp/syntax, const InstCapture = 2
pkg regexp/syntax, const InstEmptyWidth = 3
pkg regexp/syntax, const InstFail = 5
pkg regexp/syntax, const InstMatch = 4
pkg regexp/syntax, const InstNop = 6
pkg regexp/syntax, const InstRune = 7
pkg regexp/syntax, const InstRune1 = 8
pkg regexp/syntax, const InstRuneAny = 9
pkg regexp/syntax, const InstRuneAnyNotNL = 10
pkg regexp/syntax, const Literal = 2
pkg regexp/syntax, const MatchNL = 12
pkg regexp/syntax, const NonGreedy = 32
pkg regexp/syntax, const OneLine = 16
pkg regexp/syntax, const OpAlternate = 19
pkg regexp/syntax, const OpAnyChar = 6
pkg regexp/syntax, const OpAnyCharNotNL = 5
pkg regexp/syntax, const OpBeginLine = 7
pkg regexp/syntax, const OpBeginText = 9
pkg regexp/syntax, const OpCapture = 13
pkg regexp/syntax, const OpCharClass = 4
pkg regexp/syntax, const OpConcat = 18
pkg regexp/syntax, const OpEmptyMatch = 2
pkg regexp/syntax, const OpEndLine = 8
pkg regexp/syntax, const OpEndText = 10
pkg regexp/syntax, const OpLiteral = 3
pkg regexp/syntax, const OpNoMatch = 1
pkg regexp/syntax, const OpNoWordBoundary = 12
pkg regexp/syntax, const OpPlus = 15
pkg regexp/syntax, const OpQuest = 16
pkg regexp/syntax, const OpRepeat = 17
pkg regexp/syntax, const OpStar = 14
pkg regexp/syntax, const OpWordBoundary = 11
pkg regexp/syntax, const POSIX = 0
pkg regexp/syntax, const Perl = 212
pkg regexp/syntax, const PerlX = 64
pkg regexp/syntax, const Simple = 512
pkg regexp/syntax, const UnicodeGroups = 128
pkg regexp/syntax, const WasDollar = 256
pkg runtime (darwin-386), const GOARCH = "386"
pkg runtime (darwin-386), const GOOS = "darwin"
pkg runtime (darwin-386-cgo), const GOARCH = "386"
pkg runtime (darwin-386-cgo), const GOOS = "darwin"
pkg runtime (darwin-amd64), const GOARCH = "amd64"
pkg runtime (darwin-amd64), const GOOS = "darwin"
pkg runtime (darwin-amd64-cgo), const GOARCH = "amd64"
pkg runtime (darwin-amd64-cgo), const GOOS = "darwin"
pkg runtime (freebsd-386), const GOARCH = "386"
pkg runtime (freebsd-386), const GOOS = "freebsd"
pkg runtime (freebsd-386-cgo), const GOARCH = "386"
pkg runtime (freebsd-386-cgo), const GOOS = "freebsd"
pkg runtime (freebsd-amd64), const GOARCH = "amd64"
pkg runtime (freebsd-amd64), const GOOS = "freebsd"
pkg runtime (freebsd-amd64-cgo), const GOARCH = "amd64"
pkg runtime (freebsd-amd64-cgo), const GOOS = "freebsd"
pkg runtime (freebsd-arm), const GOARCH = "arm"
pkg runtime (freebsd-arm), const GOOS = "freebsd"
pkg runtime (freebsd-arm-cgo), const GOARCH = "arm"
pkg runtime (freebsd-arm-cgo), const GOOS = "freebsd"
pkg runtime (linux-386), const GOARCH = "386"
pkg runtime (linux-386), const GOOS = "linux"
pkg runtime (linux-386-cgo), const GOARCH = "386"
pkg runtime (linux-386-cgo), const GOOS = "linux"
pkg runtime (linux-amd64), const GOARCH = "amd64"
pkg runtime (linux-amd64), const GOOS = "linux"
pkg runtime (linux-amd64-cgo), const GOARCH = "amd64"
pkg runtime (linux-amd64-cgo), const GOOS = "linux"
pkg runtime (linux-arm), const GOARCH = "arm"
pkg runtime (linux-arm), const GOOS = "linux"
pkg runtime (linux-arm-cgo), const GOARCH = "arm"
pkg runtime (linux-arm-cgo), const GOOS = "linux"
pkg runtime (netbsd-386), const GOARCH = "386"
pkg runtime (netbsd-386), const GOOS = "netbsd"
pkg runtime (netbsd-386-cgo), const GOARCH = "386"
pkg runtime (netbsd-386-cgo), const GOOS = "netbsd"
pkg runtime (netbsd-amd64), const GOARCH = "amd64"
pkg runtime (netbsd-amd64), const GOOS = "netbsd"
pkg runtime (netbsd-amd64-cgo), const GOARCH = "amd64"
pkg runtime (netbsd-amd64-cgo), const GOOS = "netbsd"
pkg runtime (netbsd-arm), const GOARCH = "arm"
pkg runtime (netbsd-arm), const GOOS = "netbsd"
pkg runtime (netbsd-arm-cgo), const GOARCH = "arm"
pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd"
pkg runtime (openbsd-386), const GOARCH = "386"
pkg runtime (openbsd-386), const GOOS = "openbsd"
pkg runtime (openbsd-386-cgo), const GOARCH = "386"
pkg runtime (openbsd-386-cgo), const GOOS = "openbsd"
pkg runtime (openbsd-amd64), const GOARCH = "amd64"
pkg runtime (openbsd-amd64), const GOOS = "openbsd"
pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64"
pkg runtime (openbsd-amd64-cgo), const GOOS = "openbsd"
pkg runtime (windows-386), const GOARCH = "386"
pkg runtime (windows-386), const GOOS = "windows"
pkg runtime (windows-amd64), const GOARCH = "amd64"
pkg runtime (windows-amd64), const GOOS = "windows"
pkg runtime, const Compiler = "gc"
pkg runtime, func BlockProfile([]BlockProfileRecord) (int, bool)
pkg runtime, func SetBlockProfileRate(int)
pkg runtime, method (*BlockProfileRecord) Stack() []uintptr
pkg runtime, type BlockProfileRecord struct
pkg runtime, type BlockProfileRecord struct, Count int64
pkg runtime, type BlockProfileRecord struct, Cycles int64
pkg runtime, type BlockProfileRecord struct, embedded StackRecord
pkg runtime/debug, func FreeOSMemory()
pkg runtime/debug, func ReadGCStats(*GCStats)
pkg runtime/debug, func SetGCPercent(int) int
pkg runtime/debug, type GCStats struct
pkg runtime/debug, type GCStats struct, LastGC time.Time
pkg runtime/debug, type GCStats struct, NumGC int64
pkg runtime/debug, type GCStats struct, Pause []time.Duration
pkg runtime/debug, type GCStats struct, PauseQuantiles []time.Duration
pkg runtime/debug, type GCStats struct, PauseTotal time.Duration
pkg sort, func Reverse(Interface) Interface
pkg strconv, const IntSize = 64
pkg strings, func TrimPrefix(string, string) string
pkg strings, func TrimSuffix(string, string) string
pkg strings, method (*Reader) WriteTo(io.Writer) (int64, error)
pkg syscall (darwin-386), const AF_APPLETALK = 16
pkg syscall (darwin-386), const AF_CCITT = 10
pkg syscall (darwin-386), const AF_CHAOS = 5
pkg syscall (darwin-386), const AF_CNT = 21
pkg syscall (darwin-386), const AF_COIP = 20
pkg syscall (darwin-386), const AF_DATAKIT = 9
pkg syscall (darwin-386), const AF_DECnet = 12
pkg syscall (darwin-386), const AF_DLI = 13
pkg syscall (darwin-386), const AF_E164 = 28
pkg syscall (darwin-386), const AF_ECMA = 8
pkg syscall (darwin-386), const AF_HYLINK = 15
pkg syscall (darwin-386), const AF_IEEE80211 = 37
pkg syscall (darwin-386), const AF_IMPLINK = 3
pkg syscall (darwin-386), const AF_INET6 = 30
pkg syscall (darwin-386), const AF_IPX = 23
pkg syscall (darwin-386), const AF_ISDN = 28
pkg syscall (darwin-386), const AF_ISO = 7
pkg syscall (darwin-386), const AF_LAT = 14
pkg syscall (darwin-386), const AF_LINK = 18
pkg syscall (darwin-386), const AF_LOCAL = 1
pkg syscall (darwin-386), const AF_MAX = 38
pkg syscall (darwin-386), const AF_NATM = 31
pkg syscall (darwin-386), const AF_NDRV = 27
pkg syscall (darwin-386), const AF_NETBIOS = 33
pkg syscall (darwin-386), const AF_NS = 6
pkg syscall (darwin-386), const AF_OSI = 7
pkg syscall (darwin-386), const AF_PPP = 34
pkg syscall (darwin-386), const AF_PUP = 4
pkg syscall (darwin-386), const AF_RESERVED_36 = 36
pkg syscall (darwin-386), const AF_ROUTE = 17
pkg syscall (darwin-386), const AF_SIP = 24
pkg syscall (darwin-386), const AF_SNA = 11
pkg syscall (darwin-386), const AF_SYSTEM = 32
pkg syscall (darwin-386), const B0 = 0
pkg syscall (darwin-386), const B0 ideal-int
pkg syscall (darwin-386), const B110 = 110
pkg syscall (darwin-386), const B110 ideal-int
pkg syscall (darwin-386), const B115200 = 115200
pkg syscall (darwin-386), const B115200 ideal-int
pkg syscall (darwin-386), const B1200 = 1200
pkg syscall (darwin-386), const B1200 ideal-int
pkg syscall (darwin-386), const B134 = 134
pkg syscall (darwin-386), const B134 ideal-int
pkg syscall (darwin-386), const B14400 = 14400
pkg syscall (darwin-386), const B14400 ideal-int
pkg syscall (darwin-386), const B150 = 150
pkg syscall (darwin-386), const B150 ideal-int
pkg syscall (darwin-386), const B1800 = 1800
pkg syscall (darwin-386), const B1800 ideal-int
pkg syscall (darwin-386), const B19200 = 19200
pkg syscall (darwin-386), const B19200 ideal-int
pkg syscall (darwin-386), const B200 = 200
pkg syscall (darwin-386), const B200 ideal-int
pkg syscall (darwin-386), const B230400 = 230400
pkg syscall (darwin-386), const B230400 ideal-int
pkg syscall (darwin-386), const B2400 = 2400
pkg syscall (darwin-386), const B2400 ideal-int
pkg syscall (darwin-386), const B28800 = 28800
pkg syscall (darwin-386), const B28800 ideal-int
pkg syscall (darwin-386), const B300 = 300
pkg syscall (darwin-386), const B300 ideal-int
pkg syscall (darwin-386), const B38400 = 38400
pkg syscall (darwin-386), const B38400 ideal-int
pkg syscall (darwin-386), const B4800 = 4800
pkg syscall (darwin-386), const B4800 ideal-int
pkg syscall (darwin-386), const B50 = 50
pkg syscall (darwin-386), const B50 ideal-int
pkg syscall (darwin-386), const B57600 = 57600
pkg syscall (darwin-386), const B57600 ideal-int
pkg syscall (darwin-386), const B600 = 600
pkg syscall (darwin-386), const B600 ideal-int
pkg syscall (darwin-386), const B7200 = 7200
pkg syscall (darwin-386), const B7200 ideal-int
pkg syscall (darwin-386), const B75 = 75
pkg syscall (darwin-386), const B75 ideal-int
pkg syscall (darwin-386), const B76800 = 76800
pkg syscall (darwin-386), const B76800 ideal-int
pkg syscall (darwin-386), const B9600 = 9600
pkg syscall (darwin-386), const B9600 ideal-int
pkg syscall (darwin-386), const BIOCFLUSH = 536887912
pkg syscall (darwin-386), const BIOCGBLEN = 1074020966
pkg syscall (darwin-386), const BIOCGDLT = 1074020970
pkg syscall (darwin-386), const BIOCGDLTLIST = 3222028921
pkg syscall (darwin-386), const BIOCGETIF = 1075855979
pkg syscall (darwin-386), const BIOCGHDRCMPLT = 1074020980
pkg syscall (darwin-386), const BIOCGRSIG = 1074020978
pkg syscall (darwin-386), const BIOCGRTIMEOUT = 1074283118
pkg syscall (darwin-386), const BIOCGSEESENT = 1074020982
pkg syscall (darwin-386), const BIOCGSTATS = 1074283119
pkg syscall (darwin-386), const BIOCIMMEDIATE = 2147762800
pkg syscall (darwin-386), const BIOCPROMISC = 536887913
pkg syscall (darwin-386), const BIOCSBLEN = 3221504614
pkg syscall (darwin-386), const BIOCSDLT = 2147762808
pkg syscall (darwin-386), const BIOCSETF = 2148024935
pkg syscall (darwin-386), const BIOCSETIF = 2149597804
pkg syscall (darwin-386), const BIOCSHDRCMPLT = 2147762805
pkg syscall (darwin-386), const BIOCSRSIG = 2147762803
pkg syscall (darwin-386), const BIOCSRTIMEOUT = 2148024941
pkg syscall (darwin-386), const BIOCSSEESENT = 2147762807
pkg syscall (darwin-386), const BIOCVERSION = 1074020977
pkg syscall (darwin-386), const BPF_A = 16
pkg syscall (darwin-386), const BPF_ABS = 32
pkg syscall (darwin-386), const BPF_ADD = 0
pkg syscall (darwin-386), const BPF_ALIGNMENT = 4
pkg syscall (darwin-386), const BPF_ALU = 4
pkg syscall (darwin-386), const BPF_AND = 80
pkg syscall (darwin-386), const BPF_B = 16
pkg syscall (darwin-386), const BPF_DIV = 48
pkg syscall (darwin-386), const BPF_H = 8
pkg syscall (darwin-386), const BPF_IMM = 0
pkg syscall (darwin-386), const BPF_IND = 64
pkg syscall (darwin-386), const BPF_JA = 0
pkg syscall (darwin-386), const BPF_JEQ = 16
pkg syscall (darwin-386), const BPF_JGE = 48
pkg syscall (darwin-386), const BPF_JGT = 32
pkg syscall (darwin-386), const BPF_JMP = 5
pkg syscall (darwin-386), const BPF_JSET = 64
pkg syscall (darwin-386), const BPF_K = 0
pkg syscall (darwin-386), const BPF_LD = 0
pkg syscall (darwin-386), const BPF_LDX = 1
pkg syscall (darwin-386), const BPF_LEN = 128
pkg syscall (darwin-386), const BPF_LSH = 96
pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288
pkg syscall (darwin-386), const BPF_MAXINSNS = 512
pkg syscall (darwin-386), const BPF_MEM = 96
pkg syscall (darwin-386), const BPF_MEMWORDS = 16
pkg syscall (darwin-386), const BPF_MINBUFSIZE = 32
pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
pkg syscall (darwin-386), const BPF_MISC = 7
pkg syscall (darwin-386), const BPF_MSH = 160
pkg syscall (darwin-386), const BPF_MUL = 32
pkg syscall (darwin-386), const BPF_NEG = 128
pkg syscall (darwin-386), const BPF_OR = 64
pkg syscall (darwin-386), const BPF_RELEASE = 199606
pkg syscall (darwin-386), const BPF_RET = 6
pkg syscall (darwin-386), const BPF_RSH = 112
pkg syscall (darwin-386), const BPF_ST = 2
pkg syscall (darwin-386), const BPF_STX = 3
pkg syscall (darwin-386), const BPF_SUB = 16
pkg syscall (darwin-386), const BPF_TAX = 0
pkg syscall (darwin-386), const BPF_TXA = 128
pkg syscall (darwin-386), const BPF_W = 0
pkg syscall (darwin-386), const BPF_X = 8
pkg syscall (darwin-386), const BRKINT = 2
pkg syscall (darwin-386), const BRKINT ideal-int
pkg syscall (darwin-386), const CFLUSH = 15
pkg syscall (darwin-386), const CFLUSH ideal-int
pkg syscall (darwin-386), const CLOCAL = 32768
pkg syscall (darwin-386), const CLOCAL ideal-int
pkg syscall (darwin-386), const CREAD = 2048
pkg syscall (darwin-386), const CREAD ideal-int
pkg syscall (darwin-386), const CS5 = 0
pkg syscall (darwin-386), const CS5 ideal-int
pkg syscall (darwin-386), const CS6 = 256
pkg syscall (darwin-386), const CS6 ideal-int
pkg syscall (darwin-386), const CS7 = 512
pkg syscall (darwin-386), const CS7 ideal-int
pkg syscall (darwin-386), const CS8 = 768
pkg syscall (darwin-386), const CS8 ideal-int
pkg syscall (darwin-386), const CSIZE = 768
pkg syscall (darwin-386), const CSIZE ideal-int
pkg syscall (darwin-386), const CSTART = 17
pkg syscall (darwin-386), const CSTART ideal-int
pkg syscall (darwin-386), const CSTATUS = 20
pkg syscall (darwin-386), const CSTATUS ideal-int
pkg syscall (darwin-386), const CSTOP = 19
pkg syscall (darwin-386), const CSTOP ideal-int
pkg syscall (darwin-386), const CSTOPB = 1024
pkg syscall (darwin-386), const CSTOPB ideal-int
pkg syscall (darwin-386), const CSUSP = 26
pkg syscall (darwin-386), const CSUSP ideal-int
pkg syscall (darwin-386), const CTL_MAXNAME = 12
pkg syscall (darwin-386), const CTL_NET = 4
pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (darwin-386), const DLT_ARCNET = 7
pkg syscall (darwin-386), const DLT_ATM_CLIP = 19
pkg syscall (darwin-386), const DLT_ATM_RFC1483 = 11
pkg syscall (darwin-386), const DLT_AX25 = 3
pkg syscall (darwin-386), const DLT_CHAOS = 5
pkg syscall (darwin-386), const DLT_CHDLC = 104
pkg syscall (darwin-386), const DLT_C_HDLC = 104
pkg syscall (darwin-386), const DLT_EN10MB = 1
pkg syscall (darwin-386), const DLT_EN3MB = 2
pkg syscall (darwin-386), const DLT_FDDI = 10
pkg syscall (darwin-386), const DLT_IEEE802 = 6
pkg syscall (darwin-386), const DLT_IEEE802_11 = 105
pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO = 127
pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (darwin-386), const DLT_LINUX_SLL = 113
pkg syscall (darwin-386), const DLT_LOOP = 108
pkg syscall (darwin-386), const DLT_NULL = 0
pkg syscall (darwin-386), const DLT_PFLOG = 117
pkg syscall (darwin-386), const DLT_PFSYNC = 18
pkg syscall (darwin-386), const DLT_PPP = 9
pkg syscall (darwin-386), const DLT_PPP_BSDOS = 16
pkg syscall (darwin-386), const DLT_PPP_SERIAL = 50
pkg syscall (darwin-386), const DLT_PRONET = 4
pkg syscall (darwin-386), const DLT_RAW = 12
pkg syscall (darwin-386), const DLT_SLIP = 8
pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
pkg syscall (darwin-386), const DT_BLK = 6
pkg syscall (darwin-386), const DT_CHR = 2
pkg syscall (darwin-386), const DT_DIR = 4
pkg syscall (darwin-386), const DT_FIFO = 1
pkg syscall (darwin-386), const DT_LNK = 10
pkg syscall (darwin-386), const DT_REG = 8
pkg syscall (darwin-386), const DT_SOCK = 12
pkg syscall (darwin-386), const DT_UNKNOWN = 0
pkg syscall (darwin-386), const DT_WHT = 14
pkg syscall (darwin-386), const E2BIG = 7
pkg syscall (darwin-386), const EACCES = 13
pkg syscall (darwin-386), const EADDRINUSE = 48
pkg syscall (darwin-386), const EADDRNOTAVAIL = 49
pkg syscall (darwin-386), const EAFNOSUPPORT = 47
pkg syscall (darwin-386), const EAGAIN = 35
pkg syscall (darwin-386), const EALREADY = 37
pkg syscall (darwin-386), const EAUTH = 80
pkg syscall (darwin-386), const EBADARCH = 86
pkg syscall (darwin-386), const EBADEXEC = 85
pkg syscall (darwin-386), const EBADF = 9
pkg syscall (darwin-386), const EBADMACHO = 88
pkg syscall (darwin-386), const EBADMSG = 94
pkg syscall (darwin-386), const EBADRPC = 72
pkg syscall (darwin-386), const EBUSY = 16
pkg syscall (darwin-386), const ECANCELED = 89
pkg syscall (darwin-386), const ECHILD = 10
pkg syscall (darwin-386), const ECHO = 8
pkg syscall (darwin-386), const ECHOCTL = 64
pkg syscall (darwin-386), const ECHOE = 2
pkg syscall (darwin-386), const ECHOK = 4
pkg syscall (darwin-386), const ECHOKE = 1
pkg syscall (darwin-386), const ECHONL = 16
pkg syscall (darwin-386), const ECHOPRT = 32
pkg syscall (darwin-386), const ECONNABORTED = 53
pkg syscall (darwin-386), const ECONNREFUSED = 61
pkg syscall (darwin-386), const ECONNRESET = 54
pkg syscall (darwin-386), const EDEADLK = 11
pkg syscall (darwin-386), const EDESTADDRREQ = 39
pkg syscall (darwin-386), const EDEVERR = 83
pkg syscall (darwin-386), const EDOM = 33
pkg syscall (darwin-386), const EDQUOT = 69
pkg syscall (darwin-386), const EEXIST = 17
pkg syscall (darwin-386), const EFAULT = 14
pkg syscall (darwin-386), const EFBIG = 27
pkg syscall (darwin-386), const EFTYPE = 79
pkg syscall (darwin-386), const EHOSTDOWN = 64
pkg syscall (darwin-386), const EHOSTUNREACH = 65
pkg syscall (darwin-386), const EIDRM = 90
pkg syscall (darwin-386), const EILSEQ = 92
pkg syscall (darwin-386), const EINPROGRESS = 36
pkg syscall (darwin-386), const EINTR = 4
pkg syscall (darwin-386), const EINVAL = 22
pkg syscall (darwin-386), const EIO = 5
pkg syscall (darwin-386), const EISCONN = 56
pkg syscall (darwin-386), const EISDIR = 21
pkg syscall (darwin-386), const ELAST = 105
pkg syscall (darwin-386), const ELOOP = 62
pkg syscall (darwin-386), const EMFILE = 24
pkg syscall (darwin-386), const EMLINK = 31
pkg syscall (darwin-386), const EMSGSIZE = 40
pkg syscall (darwin-386), const EMULTIHOP = 95
pkg syscall (darwin-386), const ENAMETOOLONG = 63
pkg syscall (darwin-386), const ENEEDAUTH = 81
pkg syscall (darwin-386), const ENETDOWN = 50
pkg syscall (darwin-386), const ENETRESET = 52
pkg syscall (darwin-386), const ENETUNREACH = 51
pkg syscall (darwin-386), const ENFILE = 23
pkg syscall (darwin-386), const ENOATTR = 93
pkg syscall (darwin-386), const ENOBUFS = 55
pkg syscall (darwin-386), const ENODATA = 96
pkg syscall (darwin-386), const ENODEV = 19
pkg syscall (darwin-386), const ENOEXEC = 8
pkg syscall (darwin-386), const ENOLCK = 77
pkg syscall (darwin-386), const ENOLINK = 97
pkg syscall (darwin-386), const ENOMEM = 12
pkg syscall (darwin-386), const ENOMSG = 91
pkg syscall (darwin-386), const ENOPOLICY = 103
pkg syscall (darwin-386), const ENOPROTOOPT = 42
pkg syscall (darwin-386), const ENOSPC = 28
pkg syscall (darwin-386), const ENOSR = 98
pkg syscall (darwin-386), const ENOSTR = 99
pkg syscall (darwin-386), const ENOSYS = 78
pkg syscall (darwin-386), const ENOTBLK = 15
pkg syscall (darwin-386), const ENOTCONN = 57
pkg syscall (darwin-386), const ENOTDIR = 20
pkg syscall (darwin-386), const ENOTEMPTY = 66
pkg syscall (darwin-386), const ENOTRECOVERABLE = 104
pkg syscall (darwin-386), const ENOTSOCK = 38
pkg syscall (darwin-386), const ENOTSUP = 45
pkg syscall (darwin-386), const ENOTTY = 25
pkg syscall (darwin-386), const ENXIO = 6
pkg syscall (darwin-386), const EOPNOTSUPP = 102
pkg syscall (darwin-386), const EOVERFLOW = 84
pkg syscall (darwin-386), const EOWNERDEAD = 105
pkg syscall (darwin-386), const EPERM = 1
pkg syscall (darwin-386), const EPFNOSUPPORT = 46
pkg syscall (darwin-386), const EPIPE = 32
pkg syscall (darwin-386), const EPROCLIM = 67
pkg syscall (darwin-386), const EPROCUNAVAIL = 76
pkg syscall (darwin-386), const EPROGMISMATCH = 75
pkg syscall (darwin-386), const EPROGUNAVAIL = 74
pkg syscall (darwin-386), const EPROTO = 100
pkg syscall (darwin-386), const EPROTONOSUPPORT = 43
pkg syscall (darwin-386), const EPROTOTYPE = 41
pkg syscall (darwin-386), const EPWROFF = 82
pkg syscall (darwin-386), const ERANGE = 34
pkg syscall (darwin-386), const EREMOTE = 71
pkg syscall (darwin-386), const EROFS = 30
pkg syscall (darwin-386), const ERPCMISMATCH = 73
pkg syscall (darwin-386), const ESHLIBVERS = 87
pkg syscall (darwin-386), const ESHUTDOWN = 58
pkg syscall (darwin-386), const ESOCKTNOSUPPORT = 44
pkg syscall (darwin-386), const ESPIPE = 29
pkg syscall (darwin-386), const ESRCH = 3
pkg syscall (darwin-386), const ESTALE = 70
pkg syscall (darwin-386), const ETIME = 101
pkg syscall (darwin-386), const ETIMEDOUT = 60
pkg syscall (darwin-386), const ETOOMANYREFS = 59
pkg syscall (darwin-386), const ETXTBSY = 26
pkg syscall (darwin-386), const EUSERS = 68
pkg syscall (darwin-386), const EVFILT_AIO = -3
pkg syscall (darwin-386), const EVFILT_FS = -9
pkg syscall (darwin-386), const EVFILT_MACHPORT = -8
pkg syscall (darwin-386), const EVFILT_PROC = -5
pkg syscall (darwin-386), const EVFILT_READ = -1
pkg syscall (darwin-386), const EVFILT_SIGNAL = -6
pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12
pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12
pkg syscall (darwin-386), const EVFILT_TIMER = -7
pkg syscall (darwin-386), const EVFILT_USER = -10
pkg syscall (darwin-386), const EVFILT_VM = -12
pkg syscall (darwin-386), const EVFILT_VNODE = -4
pkg syscall (darwin-386), const EVFILT_WRITE = -2
pkg syscall (darwin-386), const EV_ADD = 1
pkg syscall (darwin-386), const EV_CLEAR = 32
pkg syscall (darwin-386), const EV_DELETE = 2
pkg syscall (darwin-386), const EV_DISABLE = 8
pkg syscall (darwin-386), const EV_DISPATCH = 128
pkg syscall (darwin-386), const EV_ENABLE = 4
pkg syscall (darwin-386), const EV_EOF = 32768
pkg syscall (darwin-386), const EV_ERROR = 16384
pkg syscall (darwin-386), const EV_FLAG0 = 4096
pkg syscall (darwin-386), const EV_FLAG1 = 8192
pkg syscall (darwin-386), const EV_ONESHOT = 16
pkg syscall (darwin-386), const EV_OOBAND = 8192
pkg syscall (darwin-386), const EV_POLL = 4096
pkg syscall (darwin-386), const EV_RECEIPT = 64
pkg syscall (darwin-386), const EV_SYSFLAGS = 61440
pkg syscall (darwin-386), const EWOULDBLOCK = 35
pkg syscall (darwin-386), const EXDEV = 18
pkg syscall (darwin-386), const EXTA = 19200
pkg syscall (darwin-386), const EXTB = 38400
pkg syscall (darwin-386), const EXTPROC = 2048
pkg syscall (darwin-386), const FD_CLOEXEC = 1
pkg syscall (darwin-386), const FD_SETSIZE = 1024
pkg syscall (darwin-386), const FLUSHO = 8388608
pkg syscall (darwin-386), const FLUSHO ideal-int
pkg syscall (darwin-386), const F_ADDFILESIGS = 61
pkg syscall (darwin-386), const F_ADDSIGS = 59
pkg syscall (darwin-386), const F_ALLOCATEALL = 4
pkg syscall (darwin-386), const F_ALLOCATECONTIG = 2
pkg syscall (darwin-386), const F_CHKCLEAN = 41
pkg syscall (darwin-386), const F_DUPFD = 0
pkg syscall (darwin-386), const F_DUPFD_CLOEXEC = 67
pkg syscall (darwin-386), const F_FLUSH_DATA = 40
pkg syscall (darwin-386), const F_FREEZE_FS = 53
pkg syscall (darwin-386), const F_FULLFSYNC = 51
pkg syscall (darwin-386), const F_GETFD = 1
pkg syscall (darwin-386), const F_GETFL = 3
pkg syscall (darwin-386), const F_GETLK = 7
pkg syscall (darwin-386), const F_GETLKPID = 66
pkg syscall (darwin-386), const F_GETNOSIGPIPE = 74
pkg syscall (darwin-386), const F_GETOWN = 5
pkg syscall (darwin-386), const F_GETPATH = 50
pkg syscall (darwin-386), const F_GETPATH_MTMINFO = 71
pkg syscall (darwin-386), const F_GETPROTECTIONCLASS = 63
pkg syscall (darwin-386), const F_GLOBAL_NOCACHE = 55
pkg syscall (darwin-386), const F_LOG2PHYS = 49
pkg syscall (darwin-386), const F_LOG2PHYS_EXT = 65
pkg syscall (darwin-386), const F_MARKDEPENDENCY = 60
pkg syscall (darwin-386), const F_NOCACHE = 48
pkg syscall (darwin-386), const F_NODIRECT = 62
pkg syscall (darwin-386), const F_OK = 0
pkg syscall (darwin-386), const F_PATHPKG_CHECK = 52
pkg syscall (darwin-386), const F_PEOFPOSMODE = 3
pkg syscall (darwin-386), const F_PREALLOCATE = 42
pkg syscall (darwin-386), const F_RDADVISE = 44
pkg syscall (darwin-386), const F_RDAHEAD = 45
pkg syscall (darwin-386), const F_RDLCK = 1
pkg syscall (darwin-386), const F_READBOOTSTRAP = 46
pkg syscall (darwin-386), const F_SETBACKINGSTORE = 70
pkg syscall (darwin-386), const F_SETFD = 2
pkg syscall (darwin-386), const F_SETFL = 4
pkg syscall (darwin-386), const F_SETLK = 8
pkg syscall (darwin-386), const F_SETLKW = 9
pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73
pkg syscall (darwin-386), const F_SETOWN = 6
pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64
pkg syscall (darwin-386), const F_SETSIZE = 43
pkg syscall (darwin-386), const F_THAW_FS = 54
pkg syscall (darwin-386), const F_UNLCK = 2
pkg syscall (darwin-386), const F_VOLPOSMODE = 4
pkg syscall (darwin-386), const F_WRITEBOOTSTRAP = 47
pkg syscall (darwin-386), const F_WRLCK = 3
pkg syscall (darwin-386), const HUPCL = 16384
pkg syscall (darwin-386), const HUPCL ideal-int
pkg syscall (darwin-386), const ICANON = 256
pkg syscall (darwin-386), const ICANON ideal-int
pkg syscall (darwin-386), const ICRNL = 256
pkg syscall (darwin-386), const ICRNL ideal-int
pkg syscall (darwin-386), const IEXTEN = 1024
pkg syscall (darwin-386), const IEXTEN ideal-int
pkg syscall (darwin-386), const IFF_ALLMULTI = 512
pkg syscall (darwin-386), const IFF_ALTPHYS = 16384
pkg syscall (darwin-386), const IFF_DEBUG = 4
pkg syscall (darwin-386), const IFF_LINK0 = 4096
pkg syscall (darwin-386), const IFF_LINK1 = 8192
pkg syscall (darwin-386), const IFF_LINK2 = 16384
pkg syscall (darwin-386), const IFF_LOOPBACK = 8
pkg syscall (darwin-386), const IFF_MULTICAST = 32768
pkg syscall (darwin-386), const IFF_NOARP = 128
pkg syscall (darwin-386), const IFF_NOTRAILERS = 32
pkg syscall (darwin-386), const IFF_OACTIVE = 1024
pkg syscall (darwin-386), const IFF_POINTOPOINT = 16
pkg syscall (darwin-386), const IFF_PROMISC = 256
pkg syscall (darwin-386), const IFF_RUNNING = 64
pkg syscall (darwin-386), const IFF_SIMPLEX = 2048
pkg syscall (darwin-386), const IFNAMSIZ = 16
pkg syscall (darwin-386), const IFT_1822 = 2
pkg syscall (darwin-386), const IFT_AAL5 = 49
pkg syscall (darwin-386), const IFT_ARCNET = 35
pkg syscall (darwin-386), const IFT_ARCNETPLUS = 36
pkg syscall (darwin-386), const IFT_ATM = 37
pkg syscall (darwin-386), const IFT_BRIDGE = 209
pkg syscall (darwin-386), const IFT_CARP = 248
pkg syscall (darwin-386), const IFT_CELLULAR = 255
pkg syscall (darwin-386), const IFT_CEPT = 19
pkg syscall (darwin-386), const IFT_DS3 = 30
pkg syscall (darwin-386), const IFT_ENC = 244
pkg syscall (darwin-386), const IFT_EON = 25
pkg syscall (darwin-386), const IFT_ETHER = 6
pkg syscall (darwin-386), const IFT_FAITH = 56
pkg syscall (darwin-386), const IFT_FDDI = 15
pkg syscall (darwin-386), const IFT_FRELAY = 32
pkg syscall (darwin-386), const IFT_FRELAYDCE = 44
pkg syscall (darwin-386), const IFT_GIF = 55
pkg syscall (darwin-386), const IFT_HDH1822 = 3
pkg syscall (darwin-386), const IFT_HIPPI = 47
pkg syscall (darwin-386), const IFT_HSSI = 46
pkg syscall (darwin-386), const IFT_HY = 14
pkg syscall (darwin-386), const IFT_IEEE1394 = 144
pkg syscall (darwin-386), const IFT_IEEE8023ADLAG = 136
pkg syscall (darwin-386), const IFT_ISDNBASIC = 20
pkg syscall (darwin-386), const IFT_ISDNPRIMARY = 21
pkg syscall (darwin-386), const IFT_ISO88022LLC = 41
pkg syscall (darwin-386), const IFT_ISO88023 = 7
pkg syscall (darwin-386), const IFT_ISO88024 = 8
pkg syscall (darwin-386), const IFT_ISO88025 = 9
pkg syscall (darwin-386), const IFT_ISO88026 = 10
pkg syscall (darwin-386), const IFT_L2VLAN = 135
pkg syscall (darwin-386), const IFT_LAPB = 16
pkg syscall (darwin-386), const IFT_LOCALTALK = 42
pkg syscall (darwin-386), const IFT_LOOP = 24
pkg syscall (darwin-386), const IFT_MIOX25 = 38
pkg syscall (darwin-386), const IFT_MODEM = 48
pkg syscall (darwin-386), const IFT_NSIP = 27
pkg syscall (darwin-386), const IFT_OTHER = 1
pkg syscall (darwin-386), const IFT_P10 = 12
pkg syscall (darwin-386), const IFT_P80 = 13
pkg syscall (darwin-386), const IFT_PARA = 34
pkg syscall (darwin-386), const IFT_PDP = 255
pkg syscall (darwin-386), const IFT_PFLOG = 245
pkg syscall (darwin-386), const IFT_PFSYNC = 246
pkg syscall (darwin-386), const IFT_PPP = 23
pkg syscall (darwin-386), const IFT_PROPMUX = 54
pkg syscall (darwin-386), const IFT_PROPVIRTUAL = 53
pkg syscall (darwin-386), const IFT_PTPSERIAL = 22
pkg syscall (darwin-386), const IFT_RS232 = 33
pkg syscall (darwin-386), const IFT_SDLC = 17
pkg syscall (darwin-386), const IFT_SIP = 31
pkg syscall (darwin-386), const IFT_SLIP = 28
pkg syscall (darwin-386), const IFT_SMDSDXI = 43
pkg syscall (darwin-386), const IFT_SMDSICIP = 52
pkg syscall (darwin-386), const IFT_SONET = 39
pkg syscall (darwin-386), const IFT_SONETPATH = 50
pkg syscall (darwin-386), const IFT_SONETVT = 51
pkg syscall (darwin-386), const IFT_STARLAN = 11
pkg syscall (darwin-386), const IFT_STF = 57
pkg syscall (darwin-386), const IFT_T1 = 18
pkg syscall (darwin-386), const IFT_ULTRA = 29
pkg syscall (darwin-386), const IFT_V35 = 45
pkg syscall (darwin-386), const IFT_X25 = 5
pkg syscall (darwin-386), const IFT_X25DDN = 4
pkg syscall (darwin-386), const IFT_X25PLE = 40
pkg syscall (darwin-386), const IFT_XETHER = 26
pkg syscall (darwin-386), const IGNBRK = 1
pkg syscall (darwin-386), const IGNBRK ideal-int
pkg syscall (darwin-386), const IGNCR = 128
pkg syscall (darwin-386), const IGNCR ideal-int
pkg syscall (darwin-386), const IGNPAR = 4
pkg syscall (darwin-386), const IGNPAR ideal-int
pkg syscall (darwin-386), const IMAXBEL = 8192
pkg syscall (darwin-386), const IMAXBEL ideal-int
pkg syscall (darwin-386), const INLCR = 64
pkg syscall (darwin-386), const INLCR ideal-int
pkg syscall (darwin-386), const INPCK = 16
pkg syscall (darwin-386), const INPCK ideal-int
pkg syscall (darwin-386), const IN_CLASSA_HOST = 16777215
pkg syscall (darwin-386), const IN_CLASSA_MAX = 128
pkg syscall (darwin-386), const IN_CLASSA_NET = 4278190080
pkg syscall (darwin-386), const IN_CLASSA_NSHIFT = 24
pkg syscall (darwin-386), const IN_CLASSB_HOST = 65535
pkg syscall (darwin-386), const IN_CLASSB_MAX = 65536
pkg syscall (darwin-386), const IN_CLASSB_NET = 4294901760
pkg syscall (darwin-386), const IN_CLASSB_NSHIFT = 16
pkg syscall (darwin-386), const IN_CLASSC_HOST = 255
pkg syscall (darwin-386), const IN_CLASSC_NET = 4294967040
pkg syscall (darwin-386), const IN_CLASSC_NSHIFT = 8
pkg syscall (darwin-386), const IN_CLASSD_HOST = 268435455
pkg syscall (darwin-386), const IN_CLASSD_NET = 4026531840
pkg syscall (darwin-386), const IN_CLASSD_NSHIFT = 28
pkg syscall (darwin-386), const IN_LINKLOCALNETNUM = 2851995648
pkg syscall (darwin-386), const IN_LOOPBACKNET = 127
pkg syscall (darwin-386), const IPPROTO_3PC = 34
pkg syscall (darwin-386), const IPPROTO_ADFS = 68
pkg syscall (darwin-386), const IPPROTO_AH = 51
pkg syscall (darwin-386), const IPPROTO_AHIP = 61
pkg syscall (darwin-386), const IPPROTO_APES = 99
pkg syscall (darwin-386), const IPPROTO_ARGUS = 13
pkg syscall (darwin-386), const IPPROTO_AX25 = 93
pkg syscall (darwin-386), const IPPROTO_BHA = 49
pkg syscall (darwin-386), const IPPROTO_BLT = 30
pkg syscall (darwin-386), const IPPROTO_BRSATMON = 76
pkg syscall (darwin-386), const IPPROTO_CFTP = 62
pkg syscall (darwin-386), const IPPROTO_CHAOS = 16
pkg syscall (darwin-386), const IPPROTO_CMTP = 38
pkg syscall (darwin-386), const IPPROTO_CPHB = 73
pkg syscall (darwin-386), const IPPROTO_CPNX = 72
pkg syscall (darwin-386), const IPPROTO_DDP = 37
pkg syscall (darwin-386), const IPPROTO_DGP = 86
pkg syscall (darwin-386), const IPPROTO_DIVERT = 254
pkg syscall (darwin-386), const IPPROTO_DONE = 257
pkg syscall (darwin-386), const IPPROTO_DSTOPTS = 60
pkg syscall (darwin-386), const IPPROTO_EGP = 8
pkg syscall (darwin-386), const IPPROTO_EMCON = 14
pkg syscall (darwin-386), const IPPROTO_ENCAP = 98
pkg syscall (darwin-386), const IPPROTO_EON = 80
pkg syscall (darwin-386), const IPPROTO_ESP = 50
pkg syscall (darwin-386), const IPPROTO_ETHERIP = 97
pkg syscall (darwin-386), const IPPROTO_FRAGMENT = 44
pkg syscall (darwin-386), const IPPROTO_GGP = 3
pkg syscall (darwin-386), const IPPROTO_GMTP = 100
pkg syscall (darwin-386), const IPPROTO_GRE = 47
pkg syscall (darwin-386), const IPPROTO_HELLO = 63
pkg syscall (darwin-386), const IPPROTO_HMP = 20
pkg syscall (darwin-386), const IPPROTO_HOPOPTS = 0
pkg syscall (darwin-386), const IPPROTO_ICMP = 1
pkg syscall (darwin-386), const IPPROTO_ICMPV6 = 58
pkg syscall (darwin-386), const IPPROTO_IDP = 22
pkg syscall (darwin-386), const IPPROTO_IDPR = 35
pkg syscall (darwin-386), const IPPROTO_IDRP = 45
pkg syscall (darwin-386), const IPPROTO_IGMP = 2
pkg syscall (darwin-386), const IPPROTO_IGP = 85
pkg syscall (darwin-386), const IPPROTO_IGRP = 88
pkg syscall (darwin-386), const IPPROTO_IL = 40
pkg syscall (darwin-386), const IPPROTO_INLSP = 52
pkg syscall (darwin-386), const IPPROTO_INP = 32
pkg syscall (darwin-386), const IPPROTO_IPCOMP = 108
pkg syscall (darwin-386), const IPPROTO_IPCV = 71
pkg syscall (darwin-386), const IPPROTO_IPEIP = 94
pkg syscall (darwin-386), const IPPROTO_IPIP = 4
pkg syscall (darwin-386), const IPPROTO_IPPC = 67
pkg syscall (darwin-386), const IPPROTO_IPV4 = 4
pkg syscall (darwin-386), const IPPROTO_IRTP = 28
pkg syscall (darwin-386), const IPPROTO_KRYPTOLAN = 65
pkg syscall (darwin-386), const IPPROTO_LARP = 91
pkg syscall (darwin-386), const IPPROTO_LEAF1 = 25
pkg syscall (darwin-386), const IPPROTO_LEAF2 = 26
pkg syscall (darwin-386), const IPPROTO_MAX = 256
pkg syscall (darwin-386), const IPPROTO_MAXID = 52
pkg syscall (darwin-386), const IPPROTO_MEAS = 19
pkg syscall (darwin-386), const IPPROTO_MHRP = 48
pkg syscall (darwin-386), const IPPROTO_MICP = 95
pkg syscall (darwin-386), const IPPROTO_MTP = 92
pkg syscall (darwin-386), const IPPROTO_MUX = 18
pkg syscall (darwin-386), const IPPROTO_ND = 77
pkg syscall (darwin-386), const IPPROTO_NHRP = 54
pkg syscall (darwin-386), const IPPROTO_NONE = 59
pkg syscall (darwin-386), const IPPROTO_NSP = 31
pkg syscall (darwin-386), const IPPROTO_NVPII = 11
pkg syscall (darwin-386), const IPPROTO_OSPFIGP = 89
pkg syscall (darwin-386), const IPPROTO_PGM = 113
pkg syscall (darwin-386), const IPPROTO_PIGP = 9
pkg syscall (darwin-386), const IPPROTO_PIM = 103
pkg syscall (darwin-386), const IPPROTO_PRM = 21
pkg syscall (darwin-386), const IPPROTO_PUP = 12
pkg syscall (darwin-386), const IPPROTO_PVP = 75
pkg syscall (darwin-386), const IPPROTO_RAW = 255
pkg syscall (darwin-386), const IPPROTO_RCCMON = 10
pkg syscall (darwin-386), const IPPROTO_RDP = 27
pkg syscall (darwin-386), const IPPROTO_ROUTING = 43
pkg syscall (darwin-386), const IPPROTO_RSVP = 46
pkg syscall (darwin-386), const IPPROTO_RVD = 66
pkg syscall (darwin-386), const IPPROTO_SATEXPAK = 64
pkg syscall (darwin-386), const IPPROTO_SATMON = 69
pkg syscall (darwin-386), const IPPROTO_SCCSP = 96
pkg syscall (darwin-386), const IPPROTO_SCTP = 132
pkg syscall (darwin-386), const IPPROTO_SDRP = 42
pkg syscall (darwin-386), const IPPROTO_SEP = 33
pkg syscall (darwin-386), const IPPROTO_SRPC = 90
pkg syscall (darwin-386), const IPPROTO_ST = 7
pkg syscall (darwin-386), const IPPROTO_SVMTP = 82
pkg syscall (darwin-386), const IPPROTO_SWIPE = 53
pkg syscall (darwin-386), const IPPROTO_TCF = 87
pkg syscall (darwin-386), const IPPROTO_TP = 29
pkg syscall (darwin-386), const IPPROTO_TPXX = 39
pkg syscall (darwin-386), const IPPROTO_TRUNK1 = 23
pkg syscall (darwin-386), const IPPROTO_TRUNK2 = 24
pkg syscall (darwin-386), const IPPROTO_TTP = 84
pkg syscall (darwin-386), const IPPROTO_VINES = 83
pkg syscall (darwin-386), const IPPROTO_VISA = 70
pkg syscall (darwin-386), const IPPROTO_VMTP = 81
pkg syscall (darwin-386), const IPPROTO_WBEXPAK = 79
pkg syscall (darwin-386), const IPPROTO_WBMON = 78
pkg syscall (darwin-386), const IPPROTO_WSN = 74
pkg syscall (darwin-386), const IPPROTO_XNET = 15
pkg syscall (darwin-386), const IPPROTO_XTP = 36
pkg syscall (darwin-386), const IPV6_2292DSTOPTS = 23
pkg syscall (darwin-386), const IPV6_2292HOPLIMIT = 20
pkg syscall (darwin-386), const IPV6_2292HOPOPTS = 22
pkg syscall (darwin-386), const IPV6_2292NEXTHOP = 21
pkg syscall (darwin-386), const IPV6_2292PKTINFO = 19
pkg syscall (darwin-386), const IPV6_2292PKTOPTIONS = 25
pkg syscall (darwin-386), const IPV6_2292RTHDR = 24
pkg syscall (darwin-386), const IPV6_BINDV6ONLY = 27
pkg syscall (darwin-386), const IPV6_BOUND_IF = 125
pkg syscall (darwin-386), const IPV6_CHECKSUM = 26
pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-386), const IPV6_DEFHLIM = 64
pkg syscall (darwin-386), const IPV6_FAITH = 29
pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (darwin-386), const IPV6_FRAGTTL = 120
pkg syscall (darwin-386), const IPV6_FW_ADD = 30
pkg syscall (darwin-386), const IPV6_FW_DEL = 31
pkg syscall (darwin-386), const IPV6_FW_FLUSH = 32
pkg syscall (darwin-386), const IPV6_FW_GET = 34
pkg syscall (darwin-386), const IPV6_FW_ZERO = 33
pkg syscall (darwin-386), const IPV6_HLIMDEC = 1
pkg syscall (darwin-386), const IPV6_IPSEC_POLICY = 28
pkg syscall (darwin-386), const IPV6_JOIN_GROUP = 12
pkg syscall (darwin-386), const IPV6_LEAVE_GROUP = 13
pkg syscall (darwin-386), const IPV6_MAXHLIM = 255
pkg syscall (darwin-386), const IPV6_MAXOPTHDR = 2048
pkg syscall (darwin-386), const IPV6_MAXPACKET = 65535
pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-386), const IPV6_MMTU = 1280
pkg syscall (darwin-386), const IPV6_MULTICAST_HOPS = 10
pkg syscall (darwin-386), const IPV6_MULTICAST_IF = 9
pkg syscall (darwin-386), const IPV6_MULTICAST_LOOP = 11
pkg syscall (darwin-386), const IPV6_PORTRANGE = 14
pkg syscall (darwin-386), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-386), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW = 2
pkg syscall (darwin-386), const IPV6_RECVTCLASS = 35
pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE = 0
pkg syscall (darwin-386), const IPV6_RTHDR_STRICT = 1
pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (darwin-386), const IPV6_TCLASS = 36
pkg syscall (darwin-386), const IPV6_UNICAST_HOPS = 4
pkg syscall (darwin-386), const IPV6_V6ONLY = 27
pkg syscall (darwin-386), const IPV6_VERSION = 96
pkg syscall (darwin-386), const IPV6_VERSION_MASK = 240
pkg syscall (darwin-386), const IP_ADD_MEMBERSHIP = 12
pkg syscall (darwin-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (darwin-386), const IP_BLOCK_SOURCE = 72
pkg syscall (darwin-386), const IP_BOUND_IF = 25
pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (darwin-386), const IP_DF = 16384
pkg syscall (darwin-386), const IP_DROP_MEMBERSHIP = 13
pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (darwin-386), const IP_DUMMYNET_DEL = 61
pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH = 62
pkg syscall (darwin-386), const IP_DUMMYNET_GET = 64
pkg syscall (darwin-386), const IP_FAITH = 22
pkg syscall (darwin-386), const IP_FW_ADD = 40
pkg syscall (darwin-386), const IP_FW_DEL = 41
pkg syscall (darwin-386), const IP_FW_FLUSH = 42
pkg syscall (darwin-386), const IP_FW_GET = 44
pkg syscall (darwin-386), const IP_FW_RESETLOG = 45
pkg syscall (darwin-386), const IP_FW_ZERO = 43
pkg syscall (darwin-386), const IP_HDRINCL = 2
pkg syscall (darwin-386), const IP_IPSEC_POLICY = 21
pkg syscall (darwin-386), const IP_MAXPACKET = 65535
pkg syscall (darwin-386), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-386), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-386), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (darwin-386), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-386), const IP_MF = 8192
pkg syscall (darwin-386), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-386), const IP_MSFILTER = 74
pkg syscall (darwin-386), const IP_MSS = 576
pkg syscall (darwin-386), const IP_MULTICAST_IF = 9
pkg syscall (darwin-386), const IP_MULTICAST_IFINDEX = 66
pkg syscall (darwin-386), const IP_MULTICAST_LOOP = 11
pkg syscall (darwin-386), const IP_MULTICAST_TTL = 10
pkg syscall (darwin-386), const IP_MULTICAST_VIF = 14
pkg syscall (darwin-386), const IP_NAT__XXX = 55
pkg syscall (darwin-386), const IP_OFFMASK = 8191
pkg syscall (darwin-386), const IP_OLD_FW_ADD = 50
pkg syscall (darwin-386), const IP_OLD_FW_DEL = 51
pkg syscall (darwin-386), const IP_OLD_FW_FLUSH = 52
pkg syscall (darwin-386), const IP_OLD_FW_GET = 54
pkg syscall (darwin-386), const IP_OLD_FW_RESETLOG = 56
pkg syscall (darwin-386), const IP_OLD_FW_ZERO = 53
pkg syscall (darwin-386), const IP_OPTIONS = 1
pkg syscall (darwin-386), const IP_PKTINFO = 26
pkg syscall (darwin-386), const IP_PORTRANGE = 19
pkg syscall (darwin-386), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-386), const IP_PORTRANGE_HIGH = 1
pkg syscall (darwin-386), const IP_PORTRANGE_LOW = 2
pkg syscall (darwin-386), const IP_RECVDSTADDR = 7
pkg syscall (darwin-386), const IP_RECVIF = 20
pkg syscall (darwin-386), const IP_RECVOPTS = 5
pkg syscall (darwin-386), const IP_RECVPKTINFO = 26
pkg syscall (darwin-386), const IP_RECVRETOPTS = 6
pkg syscall (darwin-386), const IP_RECVTTL = 24
pkg syscall (darwin-386), const IP_RETOPTS = 8
pkg syscall (darwin-386), const IP_RF = 32768
pkg syscall (darwin-386), const IP_RSVP_OFF = 16
pkg syscall (darwin-386), const IP_RSVP_ON = 15
pkg syscall (darwin-386), const IP_RSVP_VIF_OFF = 18
pkg syscall (darwin-386), const IP_RSVP_VIF_ON = 17
pkg syscall (darwin-386), const IP_STRIPHDR = 23
pkg syscall (darwin-386), const IP_TOS = 3
pkg syscall (darwin-386), const IP_TRAFFIC_MGT_BACKGROUND = 65
pkg syscall (darwin-386), const IP_TTL = 4
pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73
pkg syscall (darwin-386), const ISIG = 128
pkg syscall (darwin-386), const ISIG ideal-int
pkg syscall (darwin-386), const ISTRIP = 32
pkg syscall (darwin-386), const ISTRIP ideal-int
pkg syscall (darwin-386), const IUTF8 = 16384
pkg syscall (darwin-386), const IUTF8 ideal-int
pkg syscall (darwin-386), const IXANY = 2048
pkg syscall (darwin-386), const IXANY ideal-int
pkg syscall (darwin-386), const IXOFF = 1024
pkg syscall (darwin-386), const IXOFF ideal-int
pkg syscall (darwin-386), const IXON = 512
pkg syscall (darwin-386), const IXON ideal-int
pkg syscall (darwin-386), const ImplementsGetwd = false
pkg syscall (darwin-386), const LOCK_EX = 2
pkg syscall (darwin-386), const LOCK_NB = 4
pkg syscall (darwin-386), const LOCK_SH = 1
pkg syscall (darwin-386), const LOCK_UN = 8
pkg syscall (darwin-386), const MADV_CAN_REUSE = 9
pkg syscall (darwin-386), const MADV_DONTNEED = 4
pkg syscall (darwin-386), const MADV_FREE = 5
pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7
pkg syscall (darwin-386), const MADV_FREE_REUSE = 8
pkg syscall (darwin-386), const MADV_NORMAL = 0
pkg syscall (darwin-386), const MADV_RANDOM = 1
pkg syscall (darwin-386), const MADV_SEQUENTIAL = 2
pkg syscall (darwin-386), const MADV_WILLNEED = 3
pkg syscall (darwin-386), const MADV_ZERO_WIRED_PAGES = 6
pkg syscall (darwin-386), const MAP_ANON = 4096
pkg syscall (darwin-386), const MAP_COPY = 2
pkg syscall (darwin-386), const MAP_FILE = 0
pkg syscall (darwin-386), const MAP_FIXED = 16
pkg syscall (darwin-386), const MAP_HASSEMAPHORE = 512
pkg syscall (darwin-386), const MAP_JIT = 2048
pkg syscall (darwin-386), const MAP_NOCACHE = 1024
pkg syscall (darwin-386), const MAP_NOEXTEND = 256
pkg syscall (darwin-386), const MAP_NORESERVE = 64
pkg syscall (darwin-386), const MAP_PRIVATE = 2
pkg syscall (darwin-386), const MAP_RENAME = 32
pkg syscall (darwin-386), const MAP_RESERVED0080 = 128
pkg syscall (darwin-386), const MAP_SHARED = 1
pkg syscall (darwin-386), const MCL_CURRENT = 1
pkg syscall (darwin-386), const MCL_FUTURE = 2
pkg syscall (darwin-386), const MSG_CTRUNC = 32
pkg syscall (darwin-386), const MSG_DONTROUTE = 4
pkg syscall (darwin-386), const MSG_DONTWAIT = 128
pkg syscall (darwin-386), const MSG_EOF = 256
pkg syscall (darwin-386), const MSG_EOR = 8
pkg syscall (darwin-386), const MSG_FLUSH = 1024
pkg syscall (darwin-386), const MSG_HAVEMORE = 8192
pkg syscall (darwin-386), const MSG_HOLD = 2048
pkg syscall (darwin-386), const MSG_NEEDSA = 65536
pkg syscall (darwin-386), const MSG_OOB = 1
pkg syscall (darwin-386), const MSG_PEEK = 2
pkg syscall (darwin-386), const MSG_RCVMORE = 16384
pkg syscall (darwin-386), const MSG_SEND = 4096
pkg syscall (darwin-386), const MSG_TRUNC = 16
pkg syscall (darwin-386), const MSG_WAITALL = 64
pkg syscall (darwin-386), const MSG_WAITSTREAM = 512
pkg syscall (darwin-386), const MS_ASYNC = 1
pkg syscall (darwin-386), const MS_DEACTIVATE = 8
pkg syscall (darwin-386), const MS_INVALIDATE = 2
pkg syscall (darwin-386), const MS_KILLPAGES = 4
pkg syscall (darwin-386), const MS_SYNC = 16
pkg syscall (darwin-386), const NAME_MAX = 255
pkg syscall (darwin-386), const NET_RT_DUMP = 1
pkg syscall (darwin-386), const NET_RT_DUMP2 = 7
pkg syscall (darwin-386), const NET_RT_FLAGS = 2
pkg syscall (darwin-386), const NET_RT_IFLIST = 3
pkg syscall (darwin-386), const NET_RT_IFLIST2 = 6
pkg syscall (darwin-386), const NET_RT_MAXID = 10
pkg syscall (darwin-386), const NET_RT_STAT = 4
pkg syscall (darwin-386), const NET_RT_TRASH = 5
pkg syscall (darwin-386), const NOFLSH = 2147483648
pkg syscall (darwin-386), const NOFLSH ideal-int
pkg syscall (darwin-386), const NOTE_ABSOLUTE = 8
pkg syscall (darwin-386), const NOTE_ATTRIB = 8
pkg syscall (darwin-386), const NOTE_CHILD = 4
pkg syscall (darwin-386), const NOTE_DELETE = 1
pkg syscall (darwin-386), const NOTE_EXEC = 536870912
pkg syscall (darwin-386), const NOTE_EXIT = 2147483648
pkg syscall (darwin-386), const NOTE_EXITSTATUS = 67108864
pkg syscall (darwin-386), const NOTE_EXTEND = 4
pkg syscall (darwin-386), const NOTE_FFAND = 1073741824
pkg syscall (darwin-386), const NOTE_FFCOPY = 3221225472
pkg syscall (darwin-386), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (darwin-386), const NOTE_FFLAGSMASK = 16777215
pkg syscall (darwin-386), const NOTE_FFNOP = 0
pkg syscall (darwin-386), const NOTE_FFOR = 2147483648
pkg syscall (darwin-386), const NOTE_FORK = 1073741824
pkg syscall (darwin-386), const NOTE_LINK = 16
pkg syscall (darwin-386), const NOTE_LOWAT = 1
pkg syscall (darwin-386), const NOTE_NONE = 128
pkg syscall (darwin-386), const NOTE_NSECONDS = 4
pkg syscall (darwin-386), const NOTE_PCTRLMASK = -1048576
pkg syscall (darwin-386), const NOTE_PDATAMASK = 1048575
pkg syscall (darwin-386), const NOTE_REAP = 268435456
pkg syscall (darwin-386), const NOTE_RENAME = 32
pkg syscall (darwin-386), const NOTE_RESOURCEEND = 33554432
pkg syscall (darwin-386), const NOTE_REVOKE = 64
pkg syscall (darwin-386), const NOTE_SECONDS = 1
pkg syscall (darwin-386), const NOTE_SIGNAL = 134217728
pkg syscall (darwin-386), const NOTE_TRACK = 1
pkg syscall (darwin-386), const NOTE_TRACKERR = 2
pkg syscall (darwin-386), const NOTE_TRIGGER = 16777216
pkg syscall (darwin-386), const NOTE_USECONDS = 2
pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456
pkg syscall (darwin-386), const NOTE_VM_PRESSURE = 2147483648
pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
pkg syscall (darwin-386), const NOTE_WRITE = 2
pkg syscall (darwin-386), const OCRNL = 16
pkg syscall (darwin-386), const OCRNL ideal-int
pkg syscall (darwin-386), const OFDEL = 131072
pkg syscall (darwin-386), const OFDEL ideal-int
pkg syscall (darwin-386), const OFILL = 128
pkg syscall (darwin-386), const OFILL ideal-int
pkg syscall (darwin-386), const ONLCR = 2
pkg syscall (darwin-386), const ONLCR ideal-int
pkg syscall (darwin-386), const ONLRET = 64
pkg syscall (darwin-386), const ONLRET ideal-int
pkg syscall (darwin-386), const ONOCR = 32
pkg syscall (darwin-386), const ONOCR ideal-int
pkg syscall (darwin-386), const ONOEOT = 8
pkg syscall (darwin-386), const ONOEOT ideal-int
pkg syscall (darwin-386), const OPOST = 1
pkg syscall (darwin-386), const OPOST ideal-int
pkg syscall (darwin-386), const O_ACCMODE = 3
pkg syscall (darwin-386), const O_ALERT = 536870912
pkg syscall (darwin-386), const O_APPEND = 8
pkg syscall (darwin-386), const O_ASYNC = 64
pkg syscall (darwin-386), const O_CLOEXEC = 16777216
pkg syscall (darwin-386), const O_CREAT = 512
pkg syscall (darwin-386), const O_DIRECTORY = 1048576
pkg syscall (darwin-386), const O_DSYNC = 4194304
pkg syscall (darwin-386), const O_EVTONLY = 32768
pkg syscall (darwin-386), const O_EXCL = 2048
pkg syscall (darwin-386), const O_EXLOCK = 32
pkg syscall (darwin-386), const O_FSYNC = 128
pkg syscall (darwin-386), const O_NDELAY = 4
pkg syscall (darwin-386), const O_NOCTTY = 131072
pkg syscall (darwin-386), const O_NOFOLLOW = 256
pkg syscall (darwin-386), const O_NONBLOCK = 4
pkg syscall (darwin-386), const O_POPUP = 2147483648
pkg syscall (darwin-386), const O_SHLOCK = 16
pkg syscall (darwin-386), const O_SYMLINK = 2097152
pkg syscall (darwin-386), const O_SYNC = 128
pkg syscall (darwin-386), const O_TRUNC = 1024
pkg syscall (darwin-386), const PARENB = 4096
pkg syscall (darwin-386), const PARENB ideal-int
pkg syscall (darwin-386), const PARMRK = 8
pkg syscall (darwin-386), const PARMRK ideal-int
pkg syscall (darwin-386), const PARODD = 8192
pkg syscall (darwin-386), const PARODD ideal-int
pkg syscall (darwin-386), const PENDIN = 536870912
pkg syscall (darwin-386), const PENDIN ideal-int
pkg syscall (darwin-386), const PROT_EXEC = 4
pkg syscall (darwin-386), const PROT_NONE = 0
pkg syscall (darwin-386), const PROT_READ = 1
pkg syscall (darwin-386), const PROT_WRITE = 2
pkg syscall (darwin-386), const PTRACE_CONT = 7
pkg syscall (darwin-386), const PTRACE_KILL = 8
pkg syscall (darwin-386), const PTRACE_TRACEME = 0
pkg syscall (darwin-386), const PT_ATTACH = 10
pkg syscall (darwin-386), const PT_ATTACHEXC = 14
pkg syscall (darwin-386), const PT_CONTINUE = 7
pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
pkg syscall (darwin-386), const PT_DETACH = 11
pkg syscall (darwin-386), const PT_FIRSTMACH = 32
pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
pkg syscall (darwin-386), const PT_KILL = 8
pkg syscall (darwin-386), const PT_READ_D = 2
pkg syscall (darwin-386), const PT_READ_I = 1
pkg syscall (darwin-386), const PT_READ_U = 3
pkg syscall (darwin-386), const PT_SIGEXC = 12
pkg syscall (darwin-386), const PT_STEP = 9
pkg syscall (darwin-386), const PT_THUPDATE = 13
pkg syscall (darwin-386), const PT_TRACE_ME = 0
pkg syscall (darwin-386), const PT_WRITE_D = 5
pkg syscall (darwin-386), const PT_WRITE_I = 4
pkg syscall (darwin-386), const PT_WRITE_U = 6
pkg syscall (darwin-386), const RLIMIT_AS = 5
pkg syscall (darwin-386), const RLIMIT_CORE = 4
pkg syscall (darwin-386), const RLIMIT_CPU = 0
pkg syscall (darwin-386), const RLIMIT_DATA = 2
pkg syscall (darwin-386), const RLIMIT_FSIZE = 1
pkg syscall (darwin-386), const RLIMIT_NOFILE = 8
pkg syscall (darwin-386), const RLIMIT_STACK = 3
pkg syscall (darwin-386), const RLIM_INFINITY = 9223372036854775807
pkg syscall (darwin-386), const RTAX_AUTHOR = 6
pkg syscall (darwin-386), const RTAX_BRD = 7
pkg syscall (darwin-386), const RTAX_DST = 0
pkg syscall (darwin-386), const RTAX_GATEWAY = 1
pkg syscall (darwin-386), const RTAX_GENMASK = 3
pkg syscall (darwin-386), const RTAX_IFA = 5
pkg syscall (darwin-386), const RTAX_IFP = 4
pkg syscall (darwin-386), const RTAX_MAX = 8
pkg syscall (darwin-386), const RTAX_NETMASK = 2
pkg syscall (darwin-386), const RTA_AUTHOR = 64
pkg syscall (darwin-386), const RTA_BRD = 128
pkg syscall (darwin-386), const RTA_DST = 1
pkg syscall (darwin-386), const RTA_GATEWAY = 2
pkg syscall (darwin-386), const RTA_GENMASK = 8
pkg syscall (darwin-386), const RTA_IFA = 32
pkg syscall (darwin-386), const RTA_IFP = 16
pkg syscall (darwin-386), const RTA_NETMASK = 4
pkg syscall (darwin-386), const RTF_BLACKHOLE = 4096
pkg syscall (darwin-386), const RTF_BROADCAST = 4194304
pkg syscall (darwin-386), const RTF_CLONING = 256
pkg syscall (darwin-386), const RTF_CONDEMNED = 33554432
pkg syscall (darwin-386), const RTF_DELCLONE = 128
pkg syscall (darwin-386), const RTF_DONE = 64
pkg syscall (darwin-386), const RTF_DYNAMIC = 16
pkg syscall (darwin-386), const RTF_GATEWAY = 2
pkg syscall (darwin-386), const RTF_HOST = 4
pkg syscall (darwin-386), const RTF_IFREF = 67108864
pkg syscall (darwin-386), const RTF_IFSCOPE = 16777216
pkg syscall (darwin-386), const RTF_LLINFO = 1024
pkg syscall (darwin-386), const RTF_LOCAL = 2097152
pkg syscall (darwin-386), const RTF_MODIFIED = 32
pkg syscall (darwin-386), const RTF_MULTICAST = 8388608
pkg syscall (darwin-386), const RTF_PINNED = 1048576
pkg syscall (darwin-386), const RTF_PRCLONING = 65536
pkg syscall (darwin-386), const RTF_PROTO1 = 32768
pkg syscall (darwin-386), const RTF_PROTO2 = 16384
pkg syscall (darwin-386), const RTF_PROTO3 = 262144
pkg syscall (darwin-386), const RTF_REJECT = 8
pkg syscall (darwin-386), const RTF_STATIC = 2048
pkg syscall (darwin-386), const RTF_UP = 1
pkg syscall (darwin-386), const RTF_WASCLONED = 131072
pkg syscall (darwin-386), const RTF_XRESOLVE = 512
pkg syscall (darwin-386), const RTM_ADD = 1
pkg syscall (darwin-386), const RTM_CHANGE = 3
pkg syscall (darwin-386), const RTM_DELADDR = 13
pkg syscall (darwin-386), const RTM_DELETE = 2
pkg syscall (darwin-386), const RTM_DELMADDR = 16
pkg syscall (darwin-386), const RTM_GET = 4
pkg syscall (darwin-386), const RTM_GET2 = 20
pkg syscall (darwin-386), const RTM_IFINFO = 14
pkg syscall (darwin-386), const RTM_IFINFO2 = 18
pkg syscall (darwin-386), const RTM_LOCK = 8
pkg syscall (darwin-386), const RTM_LOSING = 5
pkg syscall (darwin-386), const RTM_MISS = 7
pkg syscall (darwin-386), const RTM_NEWADDR = 12
pkg syscall (darwin-386), const RTM_NEWMADDR = 15
pkg syscall (darwin-386), const RTM_NEWMADDR2 = 19
pkg syscall (darwin-386), const RTM_OLDADD = 9
pkg syscall (darwin-386), const RTM_OLDDEL = 10
pkg syscall (darwin-386), const RTM_REDIRECT = 6
pkg syscall (darwin-386), const RTM_RESOLVE = 11
pkg syscall (darwin-386), const RTM_RTTUNIT = 1000000
pkg syscall (darwin-386), const RTM_VERSION = 5
pkg syscall (darwin-386), const RTV_EXPIRE = 4
pkg syscall (darwin-386), const RTV_HOPCOUNT = 2
pkg syscall (darwin-386), const RTV_MTU = 1
pkg syscall (darwin-386), const RTV_RPIPE = 8
pkg syscall (darwin-386), const RTV_RTT = 64
pkg syscall (darwin-386), const RTV_RTTVAR = 128
pkg syscall (darwin-386), const RTV_SPIPE = 16
pkg syscall (darwin-386), const RTV_SSTHRESH = 32
pkg syscall (darwin-386), const RUSAGE_CHILDREN = -1
pkg syscall (darwin-386), const RUSAGE_SELF = 0
pkg syscall (darwin-386), const SCM_CREDS = 3
pkg syscall (darwin-386), const SCM_RIGHTS = 1
pkg syscall (darwin-386), const SCM_TIMESTAMP = 2
pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC = 4
pkg syscall (darwin-386), const SIGBUS = 10
pkg syscall (darwin-386), const SIGCHLD = 20
pkg syscall (darwin-386), const SIGCONT = 19
pkg syscall (darwin-386), const SIGEMT = 7
pkg syscall (darwin-386), const SIGINFO = 29
pkg syscall (darwin-386), const SIGIO = 23
pkg syscall (darwin-386), const SIGIOT = 6
pkg syscall (darwin-386), const SIGPROF = 27
pkg syscall (darwin-386), const SIGSTOP = 17
pkg syscall (darwin-386), const SIGSYS = 12
pkg syscall (darwin-386), const SIGTSTP = 18
pkg syscall (darwin-386), const SIGTTIN = 21
pkg syscall (darwin-386), const SIGTTOU = 22
pkg syscall (darwin-386), const SIGURG = 16
pkg syscall (darwin-386), const SIGUSR1 = 30
pkg syscall (darwin-386), const SIGUSR2 = 31
pkg syscall (darwin-386), const SIGVTALRM = 26
pkg syscall (darwin-386), const SIGWINCH = 28
pkg syscall (darwin-386), const SIGXCPU = 24
pkg syscall (darwin-386), const SIGXFSZ = 25
pkg syscall (darwin-386), const SIOCADDMULTI = 2149607729
pkg syscall (darwin-386), const SIOCAIFADDR = 2151704858
pkg syscall (darwin-386), const SIOCALIFADDR = 2165860637
pkg syscall (darwin-386), const SIOCARPIPLL = 3223349544
pkg syscall (darwin-386), const SIOCATMARK = 1074033415
pkg syscall (darwin-386), const SIOCAUTOADDR = 3223349542
pkg syscall (darwin-386), const SIOCAUTONETMASK = 2149607719
pkg syscall (darwin-386), const SIOCDELMULTI = 2149607730
pkg syscall (darwin-386), const SIOCDIFADDR = 2149607705
pkg syscall (darwin-386), const SIOCDIFPHYADDR = 2149607745
pkg syscall (darwin-386), const SIOCDLIFADDR = 2165860639
pkg syscall (darwin-386), const SIOCGDRVSPEC = 3223087483
pkg syscall (darwin-386), const SIOCGETSGCNT = 3222565404
pkg syscall (darwin-386), const SIOCGETVIFCNT = 3222565403
pkg syscall (darwin-386), const SIOCGETVLAN = 3223349631
pkg syscall (darwin-386), const SIOCGHIWAT = 1074033409
pkg syscall (darwin-386), const SIOCGIFADDR = 3223349537
pkg syscall (darwin-386), const SIOCGIFALTMTU = 3223349576
pkg syscall (darwin-386), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (darwin-386), const SIOCGIFBOND = 3223349575
pkg syscall (darwin-386), const SIOCGIFBRDADDR = 3223349539
pkg syscall (darwin-386), const SIOCGIFCAP = 3223349595
pkg syscall (darwin-386), const SIOCGIFCONF = 3221776676
pkg syscall (darwin-386), const SIOCGIFDEVMTU = 3223349572
pkg syscall (darwin-386), const SIOCGIFDSTADDR = 3223349538
pkg syscall (darwin-386), const SIOCGIFFLAGS = 3223349521
pkg syscall (darwin-386), const SIOCGIFGENERIC = 3223349562
pkg syscall (darwin-386), const SIOCGIFKPI = 3223349639
pkg syscall (darwin-386), const SIOCGIFMAC = 3223349634
pkg syscall (darwin-386), const SIOCGIFMEDIA = 3223873848
pkg syscall (darwin-386), const SIOCGIFMETRIC = 3223349527
pkg syscall (darwin-386), const SIOCGIFMTU = 3223349555
pkg syscall (darwin-386), const SIOCGIFNETMASK = 3223349541
pkg syscall (darwin-386), const SIOCGIFPDSTADDR = 3223349568
pkg syscall (darwin-386), const SIOCGIFPHYS = 3223349557
pkg syscall (darwin-386), const SIOCGIFPSRCADDR = 3223349567
pkg syscall (darwin-386), const SIOCGIFSTATUS = 3274795325
pkg syscall (darwin-386), const SIOCGIFVLAN = 3223349631
pkg syscall (darwin-386), const SIOCGIFWAKEFLAGS = 3223349640
pkg syscall (darwin-386), const SIOCGLIFADDR = 3239602462
pkg syscall (darwin-386), const SIOCGLIFPHYADDR = 3239602499
pkg syscall (darwin-386), const SIOCGLOWAT = 1074033411
pkg syscall (darwin-386), const SIOCGPGRP = 1074033417
pkg syscall (darwin-386), const SIOCIFCREATE = 3223349624
pkg syscall (darwin-386), const SIOCIFCREATE2 = 3223349626
pkg syscall (darwin-386), const SIOCIFDESTROY = 2149607801
pkg syscall (darwin-386), const SIOCRSLVMULTI = 3221776699
pkg syscall (darwin-386), const SIOCSDRVSPEC = 2149345659
pkg syscall (darwin-386), const SIOCSETVLAN = 2149607806
pkg syscall (darwin-386), const SIOCSHIWAT = 2147775232
pkg syscall (darwin-386), const SIOCSIFADDR = 2149607692
pkg syscall (darwin-386), const SIOCSIFALTMTU = 2149607749
pkg syscall (darwin-386), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (darwin-386), const SIOCSIFBOND = 2149607750
pkg syscall (darwin-386), const SIOCSIFBRDADDR = 2149607699
pkg syscall (darwin-386), const SIOCSIFCAP = 2149607770
pkg syscall (darwin-386), const SIOCSIFDSTADDR = 2149607694
pkg syscall (darwin-386), const SIOCSIFFLAGS = 2149607696
pkg syscall (darwin-386), const SIOCSIFGENERIC = 2149607737
pkg syscall (darwin-386), const SIOCSIFKPI = 2149607814
pkg syscall (darwin-386), const SIOCSIFLLADDR = 2149607740
pkg syscall (darwin-386), const SIOCSIFMAC = 2149607811
pkg syscall (darwin-386), const SIOCSIFMEDIA = 3223349559
pkg syscall (darwin-386), const SIOCSIFMETRIC = 2149607704
pkg syscall (darwin-386), const SIOCSIFMTU = 2149607732
pkg syscall (darwin-386), const SIOCSIFNETMASK = 2149607702
pkg syscall (darwin-386), const SIOCSIFPHYADDR = 2151704894
pkg syscall (darwin-386), const SIOCSIFPHYS = 2149607734
pkg syscall (darwin-386), const SIOCSIFVLAN = 2149607806
pkg syscall (darwin-386), const SIOCSLIFPHYADDR = 2165860674
pkg syscall (darwin-386), const SIOCSLOWAT = 2147775234
pkg syscall (darwin-386), const SIOCSPGRP = 2147775240
pkg syscall (darwin-386), const SOCK_MAXADDRLEN = 255
pkg syscall (darwin-386), const SOCK_RDM = 4
pkg syscall (darwin-386), const SOL_SOCKET = 65535
pkg syscall (darwin-386), const SOMAXCONN = 128
pkg syscall (darwin-386), const SO_ACCEPTCONN = 2
pkg syscall (darwin-386), const SO_BROADCAST = 32
pkg syscall (darwin-386), const SO_DEBUG = 1
pkg syscall (darwin-386), const SO_DONTROUTE = 16
pkg syscall (darwin-386), const SO_DONTTRUNC = 8192
pkg syscall (darwin-386), const SO_ERROR = 4103
pkg syscall (darwin-386), const SO_KEEPALIVE = 8
pkg syscall (darwin-386), const SO_LABEL = 4112
pkg syscall (darwin-386), const SO_LINGER = 128
pkg syscall (darwin-386), const SO_LINGER_SEC = 4224
pkg syscall (darwin-386), const SO_NKE = 4129
pkg syscall (darwin-386), const SO_NOADDRERR = 4131
pkg syscall (darwin-386), const SO_NOSIGPIPE = 4130
pkg syscall (darwin-386), const SO_NOTIFYCONFLICT = 4134
pkg syscall (darwin-386), const SO_NP_EXTENSIONS = 4227
pkg syscall (darwin-386), const SO_NREAD = 4128
pkg syscall (darwin-386), const SO_NWRITE = 4132
pkg syscall (darwin-386), const SO_OOBINLINE = 256
pkg syscall (darwin-386), const SO_PEERLABEL = 4113
pkg syscall (darwin-386), const SO_RANDOMPORT = 4226
pkg syscall (darwin-386), const SO_RCVBUF = 4098
pkg syscall (darwin-386), const SO_RCVLOWAT = 4100
pkg syscall (darwin-386), const SO_RCVTIMEO = 4102
pkg syscall (darwin-386), const SO_RESTRICTIONS = 4225
pkg syscall (darwin-386), const SO_RESTRICT_DENYIN = 1
pkg syscall (darwin-386), const SO_RESTRICT_DENYOUT = 2
pkg syscall (darwin-386), const SO_RESTRICT_DENYSET = 2147483648
pkg syscall (darwin-386), const SO_REUSEADDR = 4
pkg syscall (darwin-386), const SO_REUSEPORT = 512
pkg syscall (darwin-386), const SO_REUSESHAREUID = 4133
pkg syscall (darwin-386), const SO_SNDBUF = 4097
pkg syscall (darwin-386), const SO_SNDLOWAT = 4099
pkg syscall (darwin-386), const SO_SNDTIMEO = 4101
pkg syscall (darwin-386), const SO_TIMESTAMP = 1024
pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048
pkg syscall (darwin-386), const SO_TYPE = 4104
pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135
pkg syscall (darwin-386), const SO_USELOOPBACK = 64
pkg syscall (darwin-386), const SO_WANTMORE = 16384
pkg syscall (darwin-386), const SO_WANTOOBFLAG = 32768
pkg syscall (darwin-386), const SYS_ACCEPT = 30
pkg syscall (darwin-386), const SYS_ACCEPT_NOCANCEL = 404
pkg syscall (darwin-386), const SYS_ACCESS = 33
pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED = 284
pkg syscall (darwin-386), const SYS_ACCT = 51
pkg syscall (darwin-386), const SYS_ADD_PROFIL = 176
pkg syscall (darwin-386), const SYS_ADJTIME = 140
pkg syscall (darwin-386), const SYS_AIO_CANCEL = 316
pkg syscall (darwin-386), const SYS_AIO_ERROR = 317
pkg syscall (darwin-386), const SYS_AIO_FSYNC = 313
pkg syscall (darwin-386), const SYS_AIO_READ = 318
pkg syscall (darwin-386), const SYS_AIO_RETURN = 314
pkg syscall (darwin-386), const SYS_AIO_SUSPEND = 315
pkg syscall (darwin-386), const SYS_AIO_SUSPEND_NOCANCEL = 421
pkg syscall (darwin-386), const SYS_AIO_WRITE = 319
pkg syscall (darwin-386), const SYS_ATGETMSG = 207
pkg syscall (darwin-386), const SYS_ATPGETREQ = 211
pkg syscall (darwin-386), const SYS_ATPGETRSP = 212
pkg syscall (darwin-386), const SYS_ATPSNDREQ = 209
pkg syscall (darwin-386), const SYS_ATPSNDRSP = 210
pkg syscall (darwin-386), const SYS_ATPUTMSG = 208
pkg syscall (darwin-386), const SYS_ATSOCKET = 206
pkg syscall (darwin-386), const SYS_AUDIT = 350
pkg syscall (darwin-386), const SYS_AUDITCTL = 359
pkg syscall (darwin-386), const SYS_AUDITON = 351
pkg syscall (darwin-386), const SYS_AUDIT_SESSION_JOIN = 429
pkg syscall (darwin-386), const SYS_AUDIT_SESSION_PORT = 432
pkg syscall (darwin-386), const SYS_AUDIT_SESSION_SELF = 428
pkg syscall (darwin-386), const SYS_BIND = 104
pkg syscall (darwin-386), const SYS_BSDTHREAD_CREATE = 360
pkg syscall (darwin-386), const SYS_BSDTHREAD_REGISTER = 366
pkg syscall (darwin-386), const SYS_BSDTHREAD_TERMINATE = 361
pkg syscall (darwin-386), const SYS_CHDIR = 12
pkg syscall (darwin-386), const SYS_CHFLAGS = 34
pkg syscall (darwin-386), const SYS_CHMOD = 15
pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED = 282
pkg syscall (darwin-386), const SYS_CHOWN = 16
pkg syscall (darwin-386), const SYS_CHROOT = 61
pkg syscall (darwin-386), const SYS_CHUD = 185
pkg syscall (darwin-386), const SYS_CLOSE = 6
pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL = 399
pkg syscall (darwin-386), const SYS_CONNECT = 98
pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409
pkg syscall (darwin-386), const SYS_COPYFILE = 227
pkg syscall (darwin-386), const SYS_CSOPS = 169
pkg syscall (darwin-386), const SYS_DELETE = 226
pkg syscall (darwin-386), const SYS_DUP = 41
pkg syscall (darwin-386), const SYS_DUP2 = 90
pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223
pkg syscall (darwin-386), const SYS_EXECVE = 59
pkg syscall (darwin-386), const SYS_EXIT = 1
pkg syscall (darwin-386), const SYS_FCHDIR = 13
pkg syscall (darwin-386), const SYS_FCHFLAGS = 35
pkg syscall (darwin-386), const SYS_FCHMOD = 124
pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED = 283
pkg syscall (darwin-386), const SYS_FCHOWN = 123
pkg syscall (darwin-386), const SYS_FCNTL = 92
pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL = 406
pkg syscall (darwin-386), const SYS_FDATASYNC = 187
pkg syscall (darwin-386), const SYS_FFSCTL = 245
pkg syscall (darwin-386), const SYS_FGETATTRLIST = 228
pkg syscall (darwin-386), const SYS_FGETXATTR = 235
pkg syscall (darwin-386), const SYS_FHOPEN = 248
pkg syscall (darwin-386), const SYS_FILEPORT_MAKEFD = 431
pkg syscall (darwin-386), const SYS_FILEPORT_MAKEPORT = 430
pkg syscall (darwin-386), const SYS_FLISTXATTR = 241
pkg syscall (darwin-386), const SYS_FLOCK = 131
pkg syscall (darwin-386), const SYS_FORK = 2
pkg syscall (darwin-386), const SYS_FPATHCONF = 192
pkg syscall (darwin-386), const SYS_FREMOVEXATTR = 239
pkg syscall (darwin-386), const SYS_FSCTL = 242
pkg syscall (darwin-386), const SYS_FSETATTRLIST = 229
pkg syscall (darwin-386), const SYS_FSETXATTR = 237
pkg syscall (darwin-386), const SYS_FSGETPATH = 427
pkg syscall (darwin-386), const SYS_FSTAT = 189
pkg syscall (darwin-386), const SYS_FSTAT64 = 339
pkg syscall (darwin-386), const SYS_FSTAT64_EXTENDED = 343
pkg syscall (darwin-386), const SYS_FSTATFS = 158
pkg syscall (darwin-386), const SYS_FSTATFS64 = 346
pkg syscall (darwin-386), const SYS_FSTATV = 219
pkg syscall (darwin-386), const SYS_FSTAT_EXTENDED = 281
pkg syscall (darwin-386), const SYS_FSYNC = 95
pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL = 408
pkg syscall (darwin-386), const SYS_FTRUNCATE = 201
pkg syscall (darwin-386), const SYS_FUTIMES = 139
pkg syscall (darwin-386), const SYS_GETATTRLIST = 220
pkg syscall (darwin-386), const SYS_GETAUDIT = 355
pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR = 357
pkg syscall (darwin-386), const SYS_GETAUID = 353
pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196
pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 = 344
pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR = 222
pkg syscall (darwin-386), const SYS_GETDTABLESIZE = 89
pkg syscall (darwin-386), const SYS_GETEGID = 43
pkg syscall (darwin-386), const SYS_GETEUID = 25
pkg syscall (darwin-386), const SYS_GETFH = 161
pkg syscall (darwin-386), const SYS_GETFSSTAT = 18
pkg syscall (darwin-386), const SYS_GETFSSTAT64 = 347
pkg syscall (darwin-386), const SYS_GETGID = 47
pkg syscall (darwin-386), const SYS_GETGROUPS = 79
pkg syscall (darwin-386), const SYS_GETHOSTUUID = 142
pkg syscall (darwin-386), const SYS_GETITIMER = 86
pkg syscall (darwin-386), const SYS_GETLCID = 395
pkg syscall (darwin-386), const SYS_GETLOGIN = 49
pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
pkg syscall (darwin-386), const SYS_GETPGID = 151
pkg syscall (darwin-386), const SYS_GETPGRP = 81
pkg syscall (darwin-386), const SYS_GETPID = 20
pkg syscall (darwin-386), const SYS_GETPPID = 39
pkg syscall (darwin-386), const SYS_GETPRIORITY = 100
pkg syscall (darwin-386), const SYS_GETRLIMIT = 194
pkg syscall (darwin-386), const SYS_GETRUSAGE = 117
pkg syscall (darwin-386), const SYS_GETSGROUPS = 288
pkg syscall (darwin-386), const SYS_GETSID = 310
pkg syscall (darwin-386), const SYS_GETSOCKNAME = 32
pkg syscall (darwin-386), const SYS_GETSOCKOPT = 118
pkg syscall (darwin-386), const SYS_GETTID = 286
pkg syscall (darwin-386), const SYS_GETTIMEOFDAY = 116
pkg syscall (darwin-386), const SYS_GETUID = 24
pkg syscall (darwin-386), const SYS_GETWGROUPS = 290
pkg syscall (darwin-386), const SYS_GETXATTR = 234
pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293
pkg syscall (darwin-386), const SYS_INITGROUPS = 243
pkg syscall (darwin-386), const SYS_IOCTL = 54
pkg syscall (darwin-386), const SYS_IOPOLICYSYS = 322
pkg syscall (darwin-386), const SYS_ISSETUGID = 327
pkg syscall (darwin-386), const SYS_KDEBUG_TRACE = 180
pkg syscall (darwin-386), const SYS_KEVENT = 363
pkg syscall (darwin-386), const SYS_KEVENT64 = 369
pkg syscall (darwin-386), const SYS_KILL = 37
pkg syscall (darwin-386), const SYS_KQUEUE = 362
pkg syscall (darwin-386), const SYS_LCHOWN = 364
pkg syscall (darwin-386), const SYS_LINK = 9
pkg syscall (darwin-386), const SYS_LIO_LISTIO = 320
pkg syscall (darwin-386), const SYS_LISTEN = 106
pkg syscall (darwin-386), const SYS_LISTXATTR = 240
pkg syscall (darwin-386), const SYS_LSEEK = 199
pkg syscall (darwin-386), const SYS_LSTAT = 190
pkg syscall (darwin-386), const SYS_LSTAT64 = 340
pkg syscall (darwin-386), const SYS_LSTAT64_EXTENDED = 342
pkg syscall (darwin-386), const SYS_LSTATV = 218
pkg syscall (darwin-386), const SYS_LSTAT_EXTENDED = 280
pkg syscall (darwin-386), const SYS_MADVISE = 75
pkg syscall (darwin-386), const SYS_MAXSYSCALL = 439
pkg syscall (darwin-386), const SYS_MINCORE = 78
pkg syscall (darwin-386), const SYS_MINHERIT = 250
pkg syscall (darwin-386), const SYS_MKCOMPLEX = 216
pkg syscall (darwin-386), const SYS_MKDIR = 136
pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED = 292
pkg syscall (darwin-386), const SYS_MKFIFO = 132
pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED = 291
pkg syscall (darwin-386), const SYS_MKNOD = 14
pkg syscall (darwin-386), const SYS_MLOCK = 203
pkg syscall (darwin-386), const SYS_MLOCKALL = 324
pkg syscall (darwin-386), const SYS_MMAP = 197
pkg syscall (darwin-386), const SYS_MODWATCH = 233
pkg syscall (darwin-386), const SYS_MOUNT = 167
pkg syscall (darwin-386), const SYS_MPROTECT = 74
pkg syscall (darwin-386), const SYS_MSGCTL = 258
pkg syscall (darwin-386), const SYS_MSGGET = 259
pkg syscall (darwin-386), const SYS_MSGRCV = 261
pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL = 419
pkg syscall (darwin-386), const SYS_MSGSND = 260
pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL = 418
pkg syscall (darwin-386), const SYS_MSGSYS = 252
pkg syscall (darwin-386), const SYS_MSYNC = 65
pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL = 405
pkg syscall (darwin-386), const SYS_MUNLOCK = 204
pkg syscall (darwin-386), const SYS_MUNLOCKALL = 325
pkg syscall (darwin-386), const SYS_MUNMAP = 73
pkg syscall (darwin-386), const SYS_NFSCLNT = 247
pkg syscall (darwin-386), const SYS_NFSSVC = 155
pkg syscall (darwin-386), const SYS_OPEN = 5
pkg syscall (darwin-386), const SYS_OPEN_EXTENDED = 277
pkg syscall (darwin-386), const SYS_OPEN_NOCANCEL = 398
pkg syscall (darwin-386), const SYS_PATHCONF = 191
pkg syscall (darwin-386), const SYS_PID_HIBERNATE = 435
pkg syscall (darwin-386), const SYS_PID_RESUME = 434
pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436
pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433
pkg syscall (darwin-386), const SYS_PIPE = 42
pkg syscall (darwin-386), const SYS_POLL = 230
pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417
pkg syscall (darwin-386), const SYS_POSIX_SPAWN = 244
pkg syscall (darwin-386), const SYS_PREAD = 153
pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL = 414
pkg syscall (darwin-386), const SYS_PROCESS_POLICY = 323
pkg syscall (darwin-386), const SYS_PROC_INFO = 336
pkg syscall (darwin-386), const SYS_PROFIL = 44
pkg syscall (darwin-386), const SYS_PSYNCH_CVBROAD = 303
pkg syscall (darwin-386), const SYS_PSYNCH_CVCLRPREPOST = 312
pkg syscall (darwin-386), const SYS_PSYNCH_CVSIGNAL = 304
pkg syscall (darwin-386), const SYS_PSYNCH_CVWAIT = 305
pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXDROP = 302
pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXWAIT = 301
pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE = 299
pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK = 297
pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK = 306
pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK = 308
pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 = 309
pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE = 300
pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307
pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
pkg syscall (darwin-386), const SYS_PTRACE = 26
pkg syscall (darwin-386), const SYS_PWRITE = 154
pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL = 415
pkg syscall (darwin-386), const SYS_QUOTACTL = 165
pkg syscall (darwin-386), const SYS_READ = 3
pkg syscall (darwin-386), const SYS_READLINK = 58
pkg syscall (darwin-386), const SYS_READV = 120
pkg syscall (darwin-386), const SYS_READV_NOCANCEL = 411
pkg syscall (darwin-386), const SYS_READ_NOCANCEL = 396
pkg syscall (darwin-386), const SYS_REBOOT = 55
pkg syscall (darwin-386), const SYS_RECVFROM = 29
pkg syscall (darwin-386), const SYS_RECVFROM_NOCANCEL = 403
pkg syscall (darwin-386), const SYS_RECVMSG = 27
pkg syscall (darwin-386), const SYS_RECVMSG_NOCANCEL = 401
pkg syscall (darwin-386), const SYS_REMOVEXATTR = 238
pkg syscall (darwin-386), const SYS_RENAME = 128
pkg syscall (darwin-386), const SYS_REVOKE = 56
pkg syscall (darwin-386), const SYS_RMDIR = 137
pkg syscall (darwin-386), const SYS_SEARCHFS = 225
pkg syscall (darwin-386), const SYS_SELECT = 93
pkg syscall (darwin-386), const SYS_SELECT_NOCANCEL = 407
pkg syscall (darwin-386), const SYS_SEMCTL = 254
pkg syscall (darwin-386), const SYS_SEMGET = 255
pkg syscall (darwin-386), const SYS_SEMOP = 256
pkg syscall (darwin-386), const SYS_SEMSYS = 251
pkg syscall (darwin-386), const SYS_SEM_CLOSE = 269
pkg syscall (darwin-386), const SYS_SEM_DESTROY = 276
pkg syscall (darwin-386), const SYS_SEM_GETVALUE = 274
pkg syscall (darwin-386), const SYS_SEM_INIT = 275
pkg syscall (darwin-386), const SYS_SEM_OPEN = 268
pkg syscall (darwin-386), const SYS_SEM_POST = 273
pkg syscall (darwin-386), const SYS_SEM_TRYWAIT = 272
pkg syscall (darwin-386), const SYS_SEM_UNLINK = 270
pkg syscall (darwin-386), const SYS_SEM_WAIT = 271
pkg syscall (darwin-386), const SYS_SEM_WAIT_NOCANCEL = 420
pkg syscall (darwin-386), const SYS_SENDFILE = 337
pkg syscall (darwin-386), const SYS_SENDMSG = 28
pkg syscall (darwin-386), const SYS_SENDMSG_NOCANCEL = 402
pkg syscall (darwin-386), const SYS_SENDTO = 133
pkg syscall (darwin-386), const SYS_SENDTO_NOCANCEL = 413
pkg syscall (darwin-386), const SYS_SETATTRLIST = 221
pkg syscall (darwin-386), const SYS_SETAUDIT = 356
pkg syscall (darwin-386), const SYS_SETAUDIT_ADDR = 358
pkg syscall (darwin-386), const SYS_SETAUID = 354
pkg syscall (darwin-386), const SYS_SETEGID = 182
pkg syscall (darwin-386), const SYS_SETEUID = 183
pkg syscall (darwin-386), const SYS_SETGID = 181
pkg syscall (darwin-386), const SYS_SETGROUPS = 80
pkg syscall (darwin-386), const SYS_SETITIMER = 83
pkg syscall (darwin-386), const SYS_SETLCID = 394
pkg syscall (darwin-386), const SYS_SETLOGIN = 50
pkg syscall (darwin-386), const SYS_SETPGID = 82
pkg syscall (darwin-386), const SYS_SETPRIORITY = 96
pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152
pkg syscall (darwin-386), const SYS_SETREGID = 127
pkg syscall (darwin-386), const SYS_SETREUID = 126
pkg syscall (darwin-386), const SYS_SETRLIMIT = 195
pkg syscall (darwin-386), const SYS_SETSGROUPS = 287
pkg syscall (darwin-386), const SYS_SETSID = 147
pkg syscall (darwin-386), const SYS_SETSOCKOPT = 105
pkg syscall (darwin-386), const SYS_SETTID = 285
pkg syscall (darwin-386), const SYS_SETTID_WITH_PID = 311
pkg syscall (darwin-386), const SYS_SETTIMEOFDAY = 122
pkg syscall (darwin-386), const SYS_SETUID = 23
pkg syscall (darwin-386), const SYS_SETWGROUPS = 289
pkg syscall (darwin-386), const SYS_SETXATTR = 236
pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294
pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
pkg syscall (darwin-386), const SYS_SHMAT = 262
pkg syscall (darwin-386), const SYS_SHMCTL = 263
pkg syscall (darwin-386), const SYS_SHMDT = 264
pkg syscall (darwin-386), const SYS_SHMGET = 265
pkg syscall (darwin-386), const SYS_SHMSYS = 253
pkg syscall (darwin-386), const SYS_SHM_OPEN = 266
pkg syscall (darwin-386), const SYS_SHM_UNLINK = 267
pkg syscall (darwin-386), const SYS_SHUTDOWN = 134
pkg syscall (darwin-386), const SYS_SIGACTION = 46
pkg syscall (darwin-386), const SYS_SIGALTSTACK = 53
pkg syscall (darwin-386), const SYS_SIGPENDING = 52
pkg syscall (darwin-386), const SYS_SIGPROCMASK = 48
pkg syscall (darwin-386), const SYS_SIGRETURN = 184
pkg syscall (darwin-386), const SYS_SIGSUSPEND = 111
pkg syscall (darwin-386), const SYS_SIGSUSPEND_NOCANCEL = 410
pkg syscall (darwin-386), const SYS_SOCKET = 97
pkg syscall (darwin-386), const SYS_SOCKETPAIR = 135
pkg syscall (darwin-386), const SYS_STACK_SNAPSHOT = 365
pkg syscall (darwin-386), const SYS_STAT = 188
pkg syscall (darwin-386), const SYS_STAT64 = 338
pkg syscall (darwin-386), const SYS_STAT64_EXTENDED = 341
pkg syscall (darwin-386), const SYS_STATFS = 157
pkg syscall (darwin-386), const SYS_STATFS64 = 345
pkg syscall (darwin-386), const SYS_STATV = 217
pkg syscall (darwin-386), const SYS_STAT_EXTENDED = 279
pkg syscall (darwin-386), const SYS_SWAPON = 85
pkg syscall (darwin-386), const SYS_SYMLINK = 57
pkg syscall (darwin-386), const SYS_SYNC = 36
pkg syscall (darwin-386), const SYS_SYSCALL = 0
pkg syscall (darwin-386), const SYS_THREAD_SELFID = 372
pkg syscall (darwin-386), const SYS_TRUNCATE = 200
pkg syscall (darwin-386), const SYS_UMASK = 60
pkg syscall (darwin-386), const SYS_UMASK_EXTENDED = 278
pkg syscall (darwin-386), const SYS_UNDELETE = 205
pkg syscall (darwin-386), const SYS_UNLINK = 10
pkg syscall (darwin-386), const SYS_UNMOUNT = 159
pkg syscall (darwin-386), const SYS_UTIMES = 138
pkg syscall (darwin-386), const SYS_VFORK = 66
pkg syscall (darwin-386), const SYS_VM_PRESSURE_MONITOR = 296
pkg syscall (darwin-386), const SYS_WAIT4 = 7
pkg syscall (darwin-386), const SYS_WAIT4_NOCANCEL = 400
pkg syscall (darwin-386), const SYS_WAITEVENT = 232
pkg syscall (darwin-386), const SYS_WAITID = 173
pkg syscall (darwin-386), const SYS_WAITID_NOCANCEL = 416
pkg syscall (darwin-386), const SYS_WATCHEVENT = 231
pkg syscall (darwin-386), const SYS_WORKQ_KERNRETURN = 368
pkg syscall (darwin-386), const SYS_WORKQ_OPEN = 367
pkg syscall (darwin-386), const SYS_WRITE = 4
pkg syscall (darwin-386), const SYS_WRITEV = 121
pkg syscall (darwin-386), const SYS_WRITEV_NOCANCEL = 412
pkg syscall (darwin-386), const SYS_WRITE_NOCANCEL = 397
pkg syscall (darwin-386), const SYS___DISABLE_THREADSIGNAL = 331
pkg syscall (darwin-386), const SYS___MAC_EXECVE = 380
pkg syscall (darwin-386), const SYS___MAC_GETFSSTAT = 426
pkg syscall (darwin-386), const SYS___MAC_GET_FD = 388
pkg syscall (darwin-386), const SYS___MAC_GET_FILE = 382
pkg syscall (darwin-386), const SYS___MAC_GET_LCID = 391
pkg syscall (darwin-386), const SYS___MAC_GET_LCTX = 392
pkg syscall (darwin-386), const SYS___MAC_GET_LINK = 384
pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT = 425
pkg syscall (darwin-386), const SYS___MAC_GET_PID = 390
pkg syscall (darwin-386), const SYS___MAC_GET_PROC = 386
pkg syscall (darwin-386), const SYS___MAC_MOUNT = 424
pkg syscall (darwin-386), const SYS___MAC_SET_FD = 389
pkg syscall (darwin-386), const SYS___MAC_SET_FILE = 383
pkg syscall (darwin-386), const SYS___MAC_SET_LCTX = 393
pkg syscall (darwin-386), const SYS___MAC_SET_LINK = 385
pkg syscall (darwin-386), const SYS___MAC_SET_PROC = 387
pkg syscall (darwin-386), const SYS___MAC_SYSCALL = 381
pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL = 370
pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
pkg syscall (darwin-386), const SYS___PTHREAD_CANCELED = 333
pkg syscall (darwin-386), const SYS___PTHREAD_CHDIR = 348
pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR = 349
pkg syscall (darwin-386), const SYS___PTHREAD_KILL = 328
pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL = 332
pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK = 329
pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL = 334
pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
pkg syscall (darwin-386), const SYS___SIGWAIT = 330
pkg syscall (darwin-386), const SYS___SIGWAIT_NOCANCEL = 422
pkg syscall (darwin-386), const SYS___SYSCTL = 202
pkg syscall (darwin-386), const S_IEXEC = 64
pkg syscall (darwin-386), const S_IFMT = 61440
pkg syscall (darwin-386), const S_IFWHT = 57344
pkg syscall (darwin-386), const S_IREAD = 256
pkg syscall (darwin-386), const S_IRGRP = 32
pkg syscall (darwin-386), const S_IROTH = 4
pkg syscall (darwin-386), const S_IRWXG = 56
pkg syscall (darwin-386), const S_IRWXO = 7
pkg syscall (darwin-386), const S_IRWXU = 448
pkg syscall (darwin-386), const S_ISTXT = 512
pkg syscall (darwin-386), const S_IWGRP = 16
pkg syscall (darwin-386), const S_IWOTH = 2
pkg syscall (darwin-386), const S_IWRITE = 128
pkg syscall (darwin-386), const S_IXGRP = 8
pkg syscall (darwin-386), const S_IXOTH = 1
pkg syscall (darwin-386), const SizeofBpfHdr = 20
pkg syscall (darwin-386), const SizeofBpfInsn = 8
pkg syscall (darwin-386), const SizeofBpfProgram = 8
pkg syscall (darwin-386), const SizeofBpfStat = 8
pkg syscall (darwin-386), const SizeofBpfVersion = 4
pkg syscall (darwin-386), const SizeofCmsghdr = 12
pkg syscall (darwin-386), const SizeofIPMreq = 8
pkg syscall (darwin-386), const SizeofIPv6Mreq = 20
pkg syscall (darwin-386), const SizeofIfData = 96
pkg syscall (darwin-386), const SizeofIfMsghdr = 112
pkg syscall (darwin-386), const SizeofIfaMsghdr = 20
pkg syscall (darwin-386), const SizeofIfmaMsghdr = 16
pkg syscall (darwin-386), const SizeofIfmaMsghdr2 = 20
pkg syscall (darwin-386), const SizeofInet4Pktinfo = 12
pkg syscall (darwin-386), const SizeofInet4Pktinfo ideal-int
pkg syscall (darwin-386), const SizeofInet6Pktinfo = 20
pkg syscall (darwin-386), const SizeofLinger = 8
pkg syscall (darwin-386), const SizeofMsghdr = 28
pkg syscall (darwin-386), const SizeofRtMetrics = 56
pkg syscall (darwin-386), const SizeofRtMsghdr = 92
pkg syscall (darwin-386), const SizeofSockaddrAny = 108
pkg syscall (darwin-386), const SizeofSockaddrDatalink = 20
pkg syscall (darwin-386), const SizeofSockaddrInet4 = 16
pkg syscall (darwin-386), const SizeofSockaddrInet6 = 28
pkg syscall (darwin-386), const SizeofSockaddrUnix = 106
pkg syscall (darwin-386), const TCIFLUSH = 1
pkg syscall (darwin-386), const TCIFLUSH ideal-int
pkg syscall (darwin-386), const TCIOFLUSH = 3
pkg syscall (darwin-386), const TCIOFLUSH ideal-int
pkg syscall (darwin-386), const TCOFLUSH = 2
pkg syscall (darwin-386), const TCOFLUSH ideal-int
pkg syscall (darwin-386), const TCP_CONNECTIONTIMEOUT = 32
pkg syscall (darwin-386), const TCP_KEEPALIVE = 16
pkg syscall (darwin-386), const TCP_MAXHLEN = 60
pkg syscall (darwin-386), const TCP_MAXOLEN = 40
pkg syscall (darwin-386), const TCP_MAXSEG = 2
pkg syscall (darwin-386), const TCP_MAXWIN = 65535
pkg syscall (darwin-386), const TCP_MAX_SACK = 3
pkg syscall (darwin-386), const TCP_MAX_WINSHIFT = 14
pkg syscall (darwin-386), const TCP_MINMSS = 216
pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD = 1000
pkg syscall (darwin-386), const TCP_MSS = 512
pkg syscall (darwin-386), const TCP_NOOPT = 8
pkg syscall (darwin-386), const TCP_NOPUSH = 4
pkg syscall (darwin-386), const TCP_RXT_CONNDROPTIME = 128
pkg syscall (darwin-386), const TCP_RXT_FINDROP = 256
pkg syscall (darwin-386), const TCSAFLUSH = 2
pkg syscall (darwin-386), const TCSAFLUSH ideal-int
pkg syscall (darwin-386), const TIOCCBRK = 536900730
pkg syscall (darwin-386), const TIOCCDTR = 536900728
pkg syscall (darwin-386), const TIOCCONS = 2147775586
pkg syscall (darwin-386), const TIOCDCDTIMESTAMP = 1074295896
pkg syscall (darwin-386), const TIOCDRAIN = 536900702
pkg syscall (darwin-386), const TIOCDSIMICROCODE = 536900693
pkg syscall (darwin-386), const TIOCEXCL = 536900621
pkg syscall (darwin-386), const TIOCEXT = 2147775584
pkg syscall (darwin-386), const TIOCFLUSH = 2147775504
pkg syscall (darwin-386), const TIOCGDRAINWAIT = 1074033750
pkg syscall (darwin-386), const TIOCGETA = 1076655123
pkg syscall (darwin-386), const TIOCGETD = 1074033690
pkg syscall (darwin-386), const TIOCGPGRP = 1074033783
pkg syscall (darwin-386), const TIOCGWINSZ = 1074295912
pkg syscall (darwin-386), const TIOCIXOFF = 536900736
pkg syscall (darwin-386), const TIOCIXON = 536900737
pkg syscall (darwin-386), const TIOCMBIC = 2147775595
pkg syscall (darwin-386), const TIOCMBIS = 2147775596
pkg syscall (darwin-386), const TIOCMGDTRWAIT = 1074033754
pkg syscall (darwin-386), const TIOCMGET = 1074033770
pkg syscall (darwin-386), const TIOCMODG = 1074033667
pkg syscall (darwin-386), const TIOCMODS = 2147775492
pkg syscall (darwin-386), const TIOCMSDTRWAIT = 2147775579
pkg syscall (darwin-386), const TIOCMSET = 2147775597
pkg syscall (darwin-386), const TIOCM_CAR = 64
pkg syscall (darwin-386), const TIOCM_CD = 64
pkg syscall (darwin-386), const TIOCM_CTS = 32
pkg syscall (darwin-386), const TIOCM_DSR = 256
pkg syscall (darwin-386), const TIOCM_DTR = 2
pkg syscall (darwin-386), const TIOCM_LE = 1
pkg syscall (darwin-386), const TIOCM_RI = 128
pkg syscall (darwin-386), const TIOCM_RNG = 128
pkg syscall (darwin-386), const TIOCM_RTS = 4
pkg syscall (darwin-386), const TIOCM_SR = 16
pkg syscall (darwin-386), const TIOCM_ST = 8
pkg syscall (darwin-386), const TIOCNOTTY = 536900721
pkg syscall (darwin-386), const TIOCNXCL = 536900622
pkg syscall (darwin-386), const TIOCOUTQ = 1074033779
pkg syscall (darwin-386), const TIOCPKT = 2147775600
pkg syscall (darwin-386), const TIOCPKT_DATA = 0
pkg syscall (darwin-386), const TIOCPKT_DOSTOP = 32
pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD = 1
pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (darwin-386), const TIOCPKT_IOCTL = 64
pkg syscall (darwin-386), const TIOCPKT_NOSTOP = 16
pkg syscall (darwin-386), const TIOCPKT_START = 8
pkg syscall (darwin-386), const TIOCPKT_STOP = 4
pkg syscall (darwin-386), const TIOCPTYGNAME = 1082160211
pkg syscall (darwin-386), const TIOCPTYGRANT = 536900692
pkg syscall (darwin-386), const TIOCPTYUNLK = 536900690
pkg syscall (darwin-386), const TIOCREMOTE = 2147775593
pkg syscall (darwin-386), const TIOCSBRK = 536900731
pkg syscall (darwin-386), const TIOCSCONS = 536900707
pkg syscall (darwin-386), const TIOCSCTTY = 536900705
pkg syscall (darwin-386), const TIOCSDRAINWAIT = 2147775575
pkg syscall (darwin-386), const TIOCSDTR = 536900729
pkg syscall (darwin-386), const TIOCSETA = 2150396948
pkg syscall (darwin-386), const TIOCSETAF = 2150396950
pkg syscall (darwin-386), const TIOCSETAW = 2150396949
pkg syscall (darwin-386), const TIOCSETD = 2147775515
pkg syscall (darwin-386), const TIOCSIG = 536900703
pkg syscall (darwin-386), const TIOCSPGRP = 2147775606
pkg syscall (darwin-386), const TIOCSTART = 536900718
pkg syscall (darwin-386), const TIOCSTAT = 536900709
pkg syscall (darwin-386), const TIOCSTI = 2147578994
pkg syscall (darwin-386), const TIOCSTOP = 536900719
pkg syscall (darwin-386), const TIOCSWINSZ = 2148037735
pkg syscall (darwin-386), const TIOCTIMESTAMP = 1074295897
pkg syscall (darwin-386), const TIOCUCNTL = 2147775590
pkg syscall (darwin-386), const TOSTOP = 4194304
pkg syscall (darwin-386), const TOSTOP ideal-int
pkg syscall (darwin-386), const VDISCARD = 15
pkg syscall (darwin-386), const VDISCARD ideal-int
pkg syscall (darwin-386), const VDSUSP = 11
pkg syscall (darwin-386), const VDSUSP ideal-int
pkg syscall (darwin-386), const VEOF = 0
pkg syscall (darwin-386), const VEOF ideal-int
pkg syscall (darwin-386), const VEOL = 1
pkg syscall (darwin-386), const VEOL ideal-int
pkg syscall (darwin-386), const VEOL2 = 2
pkg syscall (darwin-386), const VEOL2 ideal-int
pkg syscall (darwin-386), const VERASE = 3
pkg syscall (darwin-386), const VERASE ideal-int
pkg syscall (darwin-386), const VINTR = 8
pkg syscall (darwin-386), const VINTR ideal-int
pkg syscall (darwin-386), const VKILL = 5
pkg syscall (darwin-386), const VKILL ideal-int
pkg syscall (darwin-386), const VLNEXT = 14
pkg syscall (darwin-386), const VLNEXT ideal-int
pkg syscall (darwin-386), const VMIN = 16
pkg syscall (darwin-386), const VMIN ideal-int
pkg syscall (darwin-386), const VQUIT = 9
pkg syscall (darwin-386), const VQUIT ideal-int
pkg syscall (darwin-386), const VREPRINT = 6
pkg syscall (darwin-386), const VREPRINT ideal-int
pkg syscall (darwin-386), const VSTART = 12
pkg syscall (darwin-386), const VSTART ideal-int
pkg syscall (darwin-386), const VSTATUS = 18
pkg syscall (darwin-386), const VSTATUS ideal-int
pkg syscall (darwin-386), const VSTOP = 13
pkg syscall (darwin-386), const VSTOP ideal-int
pkg syscall (darwin-386), const VSUSP = 10
pkg syscall (darwin-386), const VSUSP ideal-int
pkg syscall (darwin-386), const VT0 = 0
pkg syscall (darwin-386), const VT0 ideal-int
pkg syscall (darwin-386), const VT1 = 65536
pkg syscall (darwin-386), const VT1 ideal-int
pkg syscall (darwin-386), const VTDLY = 65536
pkg syscall (darwin-386), const VTDLY ideal-int
pkg syscall (darwin-386), const VTIME = 17
pkg syscall (darwin-386), const VTIME ideal-int
pkg syscall (darwin-386), const VWERASE = 4
pkg syscall (darwin-386), const VWERASE ideal-int
pkg syscall (darwin-386), const WCONTINUED = 16
pkg syscall (darwin-386), const WCOREFLAG = 128
pkg syscall (darwin-386), const WEXITED = 4
pkg syscall (darwin-386), const WNOHANG = 1
pkg syscall (darwin-386), const WNOWAIT = 32
pkg syscall (darwin-386), const WORDSIZE = 32
pkg syscall (darwin-386), const WSTOPPED = 8
pkg syscall (darwin-386), const WUNTRACED = 2
pkg syscall (darwin-386), func Fchflags(int, int) error
pkg syscall (darwin-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (darwin-386), type Inet4Pktinfo struct
pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8
pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32
pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8
pkg syscall (darwin-386), type Termios struct
pkg syscall (darwin-386), type Termios struct, Cc [20]uint8
pkg syscall (darwin-386), type Termios struct, Cflag uint32
pkg syscall (darwin-386), type Termios struct, Iflag uint32
pkg syscall (darwin-386), type Termios struct, Ispeed uint32
pkg syscall (darwin-386), type Termios struct, Lflag uint32
pkg syscall (darwin-386), type Termios struct, Oflag uint32
pkg syscall (darwin-386), type Termios struct, Ospeed uint32
pkg syscall (darwin-386-cgo), const AF_APPLETALK = 16
pkg syscall (darwin-386-cgo), const AF_CCITT = 10
pkg syscall (darwin-386-cgo), const AF_CHAOS = 5
pkg syscall (darwin-386-cgo), const AF_CNT = 21
pkg syscall (darwin-386-cgo), const AF_COIP = 20
pkg syscall (darwin-386-cgo), const AF_DATAKIT = 9
pkg syscall (darwin-386-cgo), const AF_DECnet = 12
pkg syscall (darwin-386-cgo), const AF_DLI = 13
pkg syscall (darwin-386-cgo), const AF_E164 = 28
pkg syscall (darwin-386-cgo), const AF_ECMA = 8
pkg syscall (darwin-386-cgo), const AF_HYLINK = 15
pkg syscall (darwin-386-cgo), const AF_IEEE80211 = 37
pkg syscall (darwin-386-cgo), const AF_IMPLINK = 3
pkg syscall (darwin-386-cgo), const AF_INET6 = 30
pkg syscall (darwin-386-cgo), const AF_IPX = 23
pkg syscall (darwin-386-cgo), const AF_ISDN = 28
pkg syscall (darwin-386-cgo), const AF_ISO = 7
pkg syscall (darwin-386-cgo), const AF_LAT = 14
pkg syscall (darwin-386-cgo), const AF_LINK = 18
pkg syscall (darwin-386-cgo), const AF_LOCAL = 1
pkg syscall (darwin-386-cgo), const AF_MAX = 38
pkg syscall (darwin-386-cgo), const AF_NATM = 31
pkg syscall (darwin-386-cgo), const AF_NDRV = 27
pkg syscall (darwin-386-cgo), const AF_NETBIOS = 33
pkg syscall (darwin-386-cgo), const AF_NS = 6
pkg syscall (darwin-386-cgo), const AF_OSI = 7
pkg syscall (darwin-386-cgo), const AF_PPP = 34
pkg syscall (darwin-386-cgo), const AF_PUP = 4
pkg syscall (darwin-386-cgo), const AF_RESERVED_36 = 36
pkg syscall (darwin-386-cgo), const AF_ROUTE = 17
pkg syscall (darwin-386-cgo), const AF_SIP = 24
pkg syscall (darwin-386-cgo), const AF_SNA = 11
pkg syscall (darwin-386-cgo), const AF_SYSTEM = 32
pkg syscall (darwin-386-cgo), const B0 = 0
pkg syscall (darwin-386-cgo), const B0 ideal-int
pkg syscall (darwin-386-cgo), const B110 = 110
pkg syscall (darwin-386-cgo), const B110 ideal-int
pkg syscall (darwin-386-cgo), const B115200 = 115200
pkg syscall (darwin-386-cgo), const B115200 ideal-int
pkg syscall (darwin-386-cgo), const B1200 = 1200
pkg syscall (darwin-386-cgo), const B1200 ideal-int
pkg syscall (darwin-386-cgo), const B134 = 134
pkg syscall (darwin-386-cgo), const B134 ideal-int
pkg syscall (darwin-386-cgo), const B14400 = 14400
pkg syscall (darwin-386-cgo), const B14400 ideal-int
pkg syscall (darwin-386-cgo), const B150 = 150
pkg syscall (darwin-386-cgo), const B150 ideal-int
pkg syscall (darwin-386-cgo), const B1800 = 1800
pkg syscall (darwin-386-cgo), const B1800 ideal-int
pkg syscall (darwin-386-cgo), const B19200 = 19200
pkg syscall (darwin-386-cgo), const B19200 ideal-int
pkg syscall (darwin-386-cgo), const B200 = 200
pkg syscall (darwin-386-cgo), const B200 ideal-int
pkg syscall (darwin-386-cgo), const B230400 = 230400
pkg syscall (darwin-386-cgo), const B230400 ideal-int
pkg syscall (darwin-386-cgo), const B2400 = 2400
pkg syscall (darwin-386-cgo), const B2400 ideal-int
pkg syscall (darwin-386-cgo), const B28800 = 28800
pkg syscall (darwin-386-cgo), const B28800 ideal-int
pkg syscall (darwin-386-cgo), const B300 = 300
pkg syscall (darwin-386-cgo), const B300 ideal-int
pkg syscall (darwin-386-cgo), const B38400 = 38400
pkg syscall (darwin-386-cgo), const B38400 ideal-int
pkg syscall (darwin-386-cgo), const B4800 = 4800
pkg syscall (darwin-386-cgo), const B4800 ideal-int
pkg syscall (darwin-386-cgo), const B50 = 50
pkg syscall (darwin-386-cgo), const B50 ideal-int
pkg syscall (darwin-386-cgo), const B57600 = 57600
pkg syscall (darwin-386-cgo), const B57600 ideal-int
pkg syscall (darwin-386-cgo), const B600 = 600
pkg syscall (darwin-386-cgo), const B600 ideal-int
pkg syscall (darwin-386-cgo), const B7200 = 7200
pkg syscall (darwin-386-cgo), const B7200 ideal-int
pkg syscall (darwin-386-cgo), const B75 = 75
pkg syscall (darwin-386-cgo), const B75 ideal-int
pkg syscall (darwin-386-cgo), const B76800 = 76800
pkg syscall (darwin-386-cgo), const B76800 ideal-int
pkg syscall (darwin-386-cgo), const B9600 = 9600
pkg syscall (darwin-386-cgo), const B9600 ideal-int
pkg syscall (darwin-386-cgo), const BIOCFLUSH = 536887912
pkg syscall (darwin-386-cgo), const BIOCGBLEN = 1074020966
pkg syscall (darwin-386-cgo), const BIOCGDLT = 1074020970
pkg syscall (darwin-386-cgo), const BIOCGDLTLIST = 3222028921
pkg syscall (darwin-386-cgo), const BIOCGETIF = 1075855979
pkg syscall (darwin-386-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (darwin-386-cgo), const BIOCGRSIG = 1074020978
pkg syscall (darwin-386-cgo), const BIOCGRTIMEOUT = 1074283118
pkg syscall (darwin-386-cgo), const BIOCGSEESENT = 1074020982
pkg syscall (darwin-386-cgo), const BIOCGSTATS = 1074283119
pkg syscall (darwin-386-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (darwin-386-cgo), const BIOCPROMISC = 536887913
pkg syscall (darwin-386-cgo), const BIOCSBLEN = 3221504614
pkg syscall (darwin-386-cgo), const BIOCSDLT = 2147762808
pkg syscall (darwin-386-cgo), const BIOCSETF = 2148024935
pkg syscall (darwin-386-cgo), const BIOCSETIF = 2149597804
pkg syscall (darwin-386-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (darwin-386-cgo), const BIOCSRSIG = 2147762803
pkg syscall (darwin-386-cgo), const BIOCSRTIMEOUT = 2148024941
pkg syscall (darwin-386-cgo), const BIOCSSEESENT = 2147762807
pkg syscall (darwin-386-cgo), const BIOCVERSION = 1074020977
pkg syscall (darwin-386-cgo), const BPF_A = 16
pkg syscall (darwin-386-cgo), const BPF_ABS = 32
pkg syscall (darwin-386-cgo), const BPF_ADD = 0
pkg syscall (darwin-386-cgo), const BPF_ALIGNMENT = 4
pkg syscall (darwin-386-cgo), const BPF_ALU = 4
pkg syscall (darwin-386-cgo), const BPF_AND = 80
pkg syscall (darwin-386-cgo), const BPF_B = 16
pkg syscall (darwin-386-cgo), const BPF_DIV = 48
pkg syscall (darwin-386-cgo), const BPF_H = 8
pkg syscall (darwin-386-cgo), const BPF_IMM = 0
pkg syscall (darwin-386-cgo), const BPF_IND = 64
pkg syscall (darwin-386-cgo), const BPF_JA = 0
pkg syscall (darwin-386-cgo), const BPF_JEQ = 16
pkg syscall (darwin-386-cgo), const BPF_JGE = 48
pkg syscall (darwin-386-cgo), const BPF_JGT = 32
pkg syscall (darwin-386-cgo), const BPF_JMP = 5
pkg syscall (darwin-386-cgo), const BPF_JSET = 64
pkg syscall (darwin-386-cgo), const BPF_K = 0
pkg syscall (darwin-386-cgo), const BPF_LD = 0
pkg syscall (darwin-386-cgo), const BPF_LDX = 1
pkg syscall (darwin-386-cgo), const BPF_LEN = 128
pkg syscall (darwin-386-cgo), const BPF_LSH = 96
pkg syscall (darwin-386-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (darwin-386-cgo), const BPF_MAXBUFSIZE = 524288
pkg syscall (darwin-386-cgo), const BPF_MAXINSNS = 512
pkg syscall (darwin-386-cgo), const BPF_MEM = 96
pkg syscall (darwin-386-cgo), const BPF_MEMWORDS = 16
pkg syscall (darwin-386-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (darwin-386-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (darwin-386-cgo), const BPF_MISC = 7
pkg syscall (darwin-386-cgo), const BPF_MSH = 160
pkg syscall (darwin-386-cgo), const BPF_MUL = 32
pkg syscall (darwin-386-cgo), const BPF_NEG = 128
pkg syscall (darwin-386-cgo), const BPF_OR = 64
pkg syscall (darwin-386-cgo), const BPF_RELEASE = 199606
pkg syscall (darwin-386-cgo), const BPF_RET = 6
pkg syscall (darwin-386-cgo), const BPF_RSH = 112
pkg syscall (darwin-386-cgo), const BPF_ST = 2
pkg syscall (darwin-386-cgo), const BPF_STX = 3
pkg syscall (darwin-386-cgo), const BPF_SUB = 16
pkg syscall (darwin-386-cgo), const BPF_TAX = 0
pkg syscall (darwin-386-cgo), const BPF_TXA = 128
pkg syscall (darwin-386-cgo), const BPF_W = 0
pkg syscall (darwin-386-cgo), const BPF_X = 8
pkg syscall (darwin-386-cgo), const BRKINT = 2
pkg syscall (darwin-386-cgo), const BRKINT ideal-int
pkg syscall (darwin-386-cgo), const CFLUSH = 15
pkg syscall (darwin-386-cgo), const CFLUSH ideal-int
pkg syscall (darwin-386-cgo), const CLOCAL = 32768
pkg syscall (darwin-386-cgo), const CLOCAL ideal-int
pkg syscall (darwin-386-cgo), const CREAD = 2048
pkg syscall (darwin-386-cgo), const CREAD ideal-int
pkg syscall (darwin-386-cgo), const CS5 = 0
pkg syscall (darwin-386-cgo), const CS5 ideal-int
pkg syscall (darwin-386-cgo), const CS6 = 256
pkg syscall (darwin-386-cgo), const CS6 ideal-int
pkg syscall (darwin-386-cgo), const CS7 = 512
pkg syscall (darwin-386-cgo), const CS7 ideal-int
pkg syscall (darwin-386-cgo), const CS8 = 768
pkg syscall (darwin-386-cgo), const CS8 ideal-int
pkg syscall (darwin-386-cgo), const CSIZE = 768
pkg syscall (darwin-386-cgo), const CSIZE ideal-int
pkg syscall (darwin-386-cgo), const CSTART = 17
pkg syscall (darwin-386-cgo), const CSTART ideal-int
pkg syscall (darwin-386-cgo), const CSTATUS = 20
pkg syscall (darwin-386-cgo), const CSTATUS ideal-int
pkg syscall (darwin-386-cgo), const CSTOP = 19
pkg syscall (darwin-386-cgo), const CSTOP ideal-int
pkg syscall (darwin-386-cgo), const CSTOPB = 1024
pkg syscall (darwin-386-cgo), const CSTOPB ideal-int
pkg syscall (darwin-386-cgo), const CSUSP = 26
pkg syscall (darwin-386-cgo), const CSUSP ideal-int
pkg syscall (darwin-386-cgo), const CTL_MAXNAME = 12
pkg syscall (darwin-386-cgo), const CTL_NET = 4
pkg syscall (darwin-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (darwin-386-cgo), const DLT_ARCNET = 7
pkg syscall (darwin-386-cgo), const DLT_ATM_CLIP = 19
pkg syscall (darwin-386-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (darwin-386-cgo), const DLT_AX25 = 3
pkg syscall (darwin-386-cgo), const DLT_CHAOS = 5
pkg syscall (darwin-386-cgo), const DLT_CHDLC = 104
pkg syscall (darwin-386-cgo), const DLT_C_HDLC = 104
pkg syscall (darwin-386-cgo), const DLT_EN10MB = 1
pkg syscall (darwin-386-cgo), const DLT_EN3MB = 2
pkg syscall (darwin-386-cgo), const DLT_FDDI = 10
pkg syscall (darwin-386-cgo), const DLT_IEEE802 = 6
pkg syscall (darwin-386-cgo), const DLT_IEEE802_11 = 105
pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (darwin-386-cgo), const DLT_LINUX_SLL = 113
pkg syscall (darwin-386-cgo), const DLT_LOOP = 108
pkg syscall (darwin-386-cgo), const DLT_NULL = 0
pkg syscall (darwin-386-cgo), const DLT_PFLOG = 117
pkg syscall (darwin-386-cgo), const DLT_PFSYNC = 18
pkg syscall (darwin-386-cgo), const DLT_PPP = 9
pkg syscall (darwin-386-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (darwin-386-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (darwin-386-cgo), const DLT_PRONET = 4
pkg syscall (darwin-386-cgo), const DLT_RAW = 12
pkg syscall (darwin-386-cgo), const DLT_SLIP = 8
pkg syscall (darwin-386-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (darwin-386-cgo), const DT_BLK = 6
pkg syscall (darwin-386-cgo), const DT_CHR = 2
pkg syscall (darwin-386-cgo), const DT_DIR = 4
pkg syscall (darwin-386-cgo), const DT_FIFO = 1
pkg syscall (darwin-386-cgo), const DT_LNK = 10
pkg syscall (darwin-386-cgo), const DT_REG = 8
pkg syscall (darwin-386-cgo), const DT_SOCK = 12
pkg syscall (darwin-386-cgo), const DT_UNKNOWN = 0
pkg syscall (darwin-386-cgo), const DT_WHT = 14
pkg syscall (darwin-386-cgo), const E2BIG = 7
pkg syscall (darwin-386-cgo), const EACCES = 13
pkg syscall (darwin-386-cgo), const EADDRINUSE = 48
pkg syscall (darwin-386-cgo), const EADDRNOTAVAIL = 49
pkg syscall (darwin-386-cgo), const EAFNOSUPPORT = 47
pkg syscall (darwin-386-cgo), const EAGAIN = 35
pkg syscall (darwin-386-cgo), const EALREADY = 37
pkg syscall (darwin-386-cgo), const EAUTH = 80
pkg syscall (darwin-386-cgo), const EBADARCH = 86
pkg syscall (darwin-386-cgo), const EBADEXEC = 85
pkg syscall (darwin-386-cgo), const EBADF = 9
pkg syscall (darwin-386-cgo), const EBADMACHO = 88
pkg syscall (darwin-386-cgo), const EBADMSG = 94
pkg syscall (darwin-386-cgo), const EBADRPC = 72
pkg syscall (darwin-386-cgo), const EBUSY = 16
pkg syscall (darwin-386-cgo), const ECANCELED = 89
pkg syscall (darwin-386-cgo), const ECHILD = 10
pkg syscall (darwin-386-cgo), const ECHO = 8
pkg syscall (darwin-386-cgo), const ECHOCTL = 64
pkg syscall (darwin-386-cgo), const ECHOE = 2
pkg syscall (darwin-386-cgo), const ECHOK = 4
pkg syscall (darwin-386-cgo), const ECHOKE = 1
pkg syscall (darwin-386-cgo), const ECHONL = 16
pkg syscall (darwin-386-cgo), const ECHOPRT = 32
pkg syscall (darwin-386-cgo), const ECONNABORTED = 53
pkg syscall (darwin-386-cgo), const ECONNREFUSED = 61
pkg syscall (darwin-386-cgo), const ECONNRESET = 54
pkg syscall (darwin-386-cgo), const EDEADLK = 11
pkg syscall (darwin-386-cgo), const EDESTADDRREQ = 39
pkg syscall (darwin-386-cgo), const EDEVERR = 83
pkg syscall (darwin-386-cgo), const EDOM = 33
pkg syscall (darwin-386-cgo), const EDQUOT = 69
pkg syscall (darwin-386-cgo), const EEXIST = 17
pkg syscall (darwin-386-cgo), const EFAULT = 14
pkg syscall (darwin-386-cgo), const EFBIG = 27
pkg syscall (darwin-386-cgo), const EFTYPE = 79
pkg syscall (darwin-386-cgo), const EHOSTDOWN = 64
pkg syscall (darwin-386-cgo), const EHOSTUNREACH = 65
pkg syscall (darwin-386-cgo), const EIDRM = 90
pkg syscall (darwin-386-cgo), const EILSEQ = 92
pkg syscall (darwin-386-cgo), const EINPROGRESS = 36
pkg syscall (darwin-386-cgo), const EINTR = 4
pkg syscall (darwin-386-cgo), const EINVAL = 22
pkg syscall (darwin-386-cgo), const EIO = 5
pkg syscall (darwin-386-cgo), const EISCONN = 56
pkg syscall (darwin-386-cgo), const EISDIR = 21
pkg syscall (darwin-386-cgo), const ELAST = 105
pkg syscall (darwin-386-cgo), const ELOOP = 62
pkg syscall (darwin-386-cgo), const EMFILE = 24
pkg syscall (darwin-386-cgo), const EMLINK = 31
pkg syscall (darwin-386-cgo), const EMSGSIZE = 40
pkg syscall (darwin-386-cgo), const EMULTIHOP = 95
pkg syscall (darwin-386-cgo), const ENAMETOOLONG = 63
pkg syscall (darwin-386-cgo), const ENEEDAUTH = 81
pkg syscall (darwin-386-cgo), const ENETDOWN = 50
pkg syscall (darwin-386-cgo), const ENETRESET = 52
pkg syscall (darwin-386-cgo), const ENETUNREACH = 51
pkg syscall (darwin-386-cgo), const ENFILE = 23
pkg syscall (darwin-386-cgo), const ENOATTR = 93
pkg syscall (darwin-386-cgo), const ENOBUFS = 55
pkg syscall (darwin-386-cgo), const ENODATA = 96
pkg syscall (darwin-386-cgo), const ENODEV = 19
pkg syscall (darwin-386-cgo), const ENOEXEC = 8
pkg syscall (darwin-386-cgo), const ENOLCK = 77
pkg syscall (darwin-386-cgo), const ENOLINK = 97
pkg syscall (darwin-386-cgo), const ENOMEM = 12
pkg syscall (darwin-386-cgo), const ENOMSG = 91
pkg syscall (darwin-386-cgo), const ENOPOLICY = 103
pkg syscall (darwin-386-cgo), const ENOPROTOOPT = 42
pkg syscall (darwin-386-cgo), const ENOSPC = 28
pkg syscall (darwin-386-cgo), const ENOSR = 98
pkg syscall (darwin-386-cgo), const ENOSTR = 99
pkg syscall (darwin-386-cgo), const ENOSYS = 78
pkg syscall (darwin-386-cgo), const ENOTBLK = 15
pkg syscall (darwin-386-cgo), const ENOTCONN = 57
pkg syscall (darwin-386-cgo), const ENOTDIR = 20
pkg syscall (darwin-386-cgo), const ENOTEMPTY = 66
pkg syscall (darwin-386-cgo), const ENOTRECOVERABLE = 104
pkg syscall (darwin-386-cgo), const ENOTSOCK = 38
pkg syscall (darwin-386-cgo), const ENOTSUP = 45
pkg syscall (darwin-386-cgo), const ENOTTY = 25
pkg syscall (darwin-386-cgo), const ENXIO = 6
pkg syscall (darwin-386-cgo), const EOPNOTSUPP = 102
pkg syscall (darwin-386-cgo), const EOVERFLOW = 84
pkg syscall (darwin-386-cgo), const EOWNERDEAD = 105
pkg syscall (darwin-386-cgo), const EPERM = 1
pkg syscall (darwin-386-cgo), const EPFNOSUPPORT = 46
pkg syscall (darwin-386-cgo), const EPIPE = 32
pkg syscall (darwin-386-cgo), const EPROCLIM = 67
pkg syscall (darwin-386-cgo), const EPROCUNAVAIL = 76
pkg syscall (darwin-386-cgo), const EPROGMISMATCH = 75
pkg syscall (darwin-386-cgo), const EPROGUNAVAIL = 74
pkg syscall (darwin-386-cgo), const EPROTO = 100
pkg syscall (darwin-386-cgo), const EPROTONOSUPPORT = 43
pkg syscall (darwin-386-cgo), const EPROTOTYPE = 41
pkg syscall (darwin-386-cgo), const EPWROFF = 82
pkg syscall (darwin-386-cgo), const ERANGE = 34
pkg syscall (darwin-386-cgo), const EREMOTE = 71
pkg syscall (darwin-386-cgo), const EROFS = 30
pkg syscall (darwin-386-cgo), const ERPCMISMATCH = 73
pkg syscall (darwin-386-cgo), const ESHLIBVERS = 87
pkg syscall (darwin-386-cgo), const ESHUTDOWN = 58
pkg syscall (darwin-386-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (darwin-386-cgo), const ESPIPE = 29
pkg syscall (darwin-386-cgo), const ESRCH = 3
pkg syscall (darwin-386-cgo), const ESTALE = 70
pkg syscall (darwin-386-cgo), const ETIME = 101
pkg syscall (darwin-386-cgo), const ETIMEDOUT = 60
pkg syscall (darwin-386-cgo), const ETOOMANYREFS = 59
pkg syscall (darwin-386-cgo), const ETXTBSY = 26
pkg syscall (darwin-386-cgo), const EUSERS = 68
pkg syscall (darwin-386-cgo), const EVFILT_AIO = -3
pkg syscall (darwin-386-cgo), const EVFILT_FS = -9
pkg syscall (darwin-386-cgo), const EVFILT_MACHPORT = -8
pkg syscall (darwin-386-cgo), const EVFILT_PROC = -5
pkg syscall (darwin-386-cgo), const EVFILT_READ = -1
pkg syscall (darwin-386-cgo), const EVFILT_SIGNAL = -6
pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT = 12
pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER = 12
pkg syscall (darwin-386-cgo), const EVFILT_TIMER = -7
pkg syscall (darwin-386-cgo), const EVFILT_USER = -10
pkg syscall (darwin-386-cgo), const EVFILT_VM = -12
pkg syscall (darwin-386-cgo), const EVFILT_VNODE = -4
pkg syscall (darwin-386-cgo), const EVFILT_WRITE = -2
pkg syscall (darwin-386-cgo), const EV_ADD = 1
pkg syscall (darwin-386-cgo), const EV_CLEAR = 32
pkg syscall (darwin-386-cgo), const EV_DELETE = 2
pkg syscall (darwin-386-cgo), const EV_DISABLE = 8
pkg syscall (darwin-386-cgo), const EV_DISPATCH = 128
pkg syscall (darwin-386-cgo), const EV_ENABLE = 4
pkg syscall (darwin-386-cgo), const EV_EOF = 32768
pkg syscall (darwin-386-cgo), const EV_ERROR = 16384
pkg syscall (darwin-386-cgo), const EV_FLAG0 = 4096
pkg syscall (darwin-386-cgo), const EV_FLAG1 = 8192
pkg syscall (darwin-386-cgo), const EV_ONESHOT = 16
pkg syscall (darwin-386-cgo), const EV_OOBAND = 8192
pkg syscall (darwin-386-cgo), const EV_POLL = 4096
pkg syscall (darwin-386-cgo), const EV_RECEIPT = 64
pkg syscall (darwin-386-cgo), const EV_SYSFLAGS = 61440
pkg syscall (darwin-386-cgo), const EWOULDBLOCK = 35
pkg syscall (darwin-386-cgo), const EXDEV = 18
pkg syscall (darwin-386-cgo), const EXTA = 19200
pkg syscall (darwin-386-cgo), const EXTB = 38400
pkg syscall (darwin-386-cgo), const EXTPROC = 2048
pkg syscall (darwin-386-cgo), const FD_CLOEXEC = 1
pkg syscall (darwin-386-cgo), const FD_SETSIZE = 1024
pkg syscall (darwin-386-cgo), const FLUSHO = 8388608
pkg syscall (darwin-386-cgo), const FLUSHO ideal-int
pkg syscall (darwin-386-cgo), const F_ADDFILESIGS = 61
pkg syscall (darwin-386-cgo), const F_ADDSIGS = 59
pkg syscall (darwin-386-cgo), const F_ALLOCATEALL = 4
pkg syscall (darwin-386-cgo), const F_ALLOCATECONTIG = 2
pkg syscall (darwin-386-cgo), const F_CHKCLEAN = 41
pkg syscall (darwin-386-cgo), const F_DUPFD = 0
pkg syscall (darwin-386-cgo), const F_DUPFD_CLOEXEC = 67
pkg syscall (darwin-386-cgo), const F_FLUSH_DATA = 40
pkg syscall (darwin-386-cgo), const F_FREEZE_FS = 53
pkg syscall (darwin-386-cgo), const F_FULLFSYNC = 51
pkg syscall (darwin-386-cgo), const F_GETFD = 1
pkg syscall (darwin-386-cgo), const F_GETFL = 3
pkg syscall (darwin-386-cgo), const F_GETLK = 7
pkg syscall (darwin-386-cgo), const F_GETLKPID = 66
pkg syscall (darwin-386-cgo), const F_GETNOSIGPIPE = 74
pkg syscall (darwin-386-cgo), const F_GETOWN = 5
pkg syscall (darwin-386-cgo), const F_GETPATH = 50
pkg syscall (darwin-386-cgo), const F_GETPATH_MTMINFO = 71
pkg syscall (darwin-386-cgo), const F_GETPROTECTIONCLASS = 63
pkg syscall (darwin-386-cgo), const F_GLOBAL_NOCACHE = 55
pkg syscall (darwin-386-cgo), const F_LOG2PHYS = 49
pkg syscall (darwin-386-cgo), const F_LOG2PHYS_EXT = 65
pkg syscall (darwin-386-cgo), const F_MARKDEPENDENCY = 60
pkg syscall (darwin-386-cgo), const F_NOCACHE = 48
pkg syscall (darwin-386-cgo), const F_NODIRECT = 62
pkg syscall (darwin-386-cgo), const F_OK = 0
pkg syscall (darwin-386-cgo), const F_PATHPKG_CHECK = 52
pkg syscall (darwin-386-cgo), const F_PEOFPOSMODE = 3
pkg syscall (darwin-386-cgo), const F_PREALLOCATE = 42
pkg syscall (darwin-386-cgo), const F_RDADVISE = 44
pkg syscall (darwin-386-cgo), const F_RDAHEAD = 45
pkg syscall (darwin-386-cgo), const F_RDLCK = 1
pkg syscall (darwin-386-cgo), const F_READBOOTSTRAP = 46
pkg syscall (darwin-386-cgo), const F_SETBACKINGSTORE = 70
pkg syscall (darwin-386-cgo), const F_SETFD = 2
pkg syscall (darwin-386-cgo), const F_SETFL = 4
pkg syscall (darwin-386-cgo), const F_SETLK = 8
pkg syscall (darwin-386-cgo), const F_SETLKW = 9
pkg syscall (darwin-386-cgo), const F_SETNOSIGPIPE = 73
pkg syscall (darwin-386-cgo), const F_SETOWN = 6
pkg syscall (darwin-386-cgo), const F_SETPROTECTIONCLASS = 64
pkg syscall (darwin-386-cgo), const F_SETSIZE = 43
pkg syscall (darwin-386-cgo), const F_THAW_FS = 54
pkg syscall (darwin-386-cgo), const F_UNLCK = 2
pkg syscall (darwin-386-cgo), const F_VOLPOSMODE = 4
pkg syscall (darwin-386-cgo), const F_WRITEBOOTSTRAP = 47
pkg syscall (darwin-386-cgo), const F_WRLCK = 3
pkg syscall (darwin-386-cgo), const HUPCL = 16384
pkg syscall (darwin-386-cgo), const HUPCL ideal-int
pkg syscall (darwin-386-cgo), const ICANON = 256
pkg syscall (darwin-386-cgo), const ICANON ideal-int
pkg syscall (darwin-386-cgo), const ICRNL = 256
pkg syscall (darwin-386-cgo), const ICRNL ideal-int
pkg syscall (darwin-386-cgo), const IEXTEN = 1024
pkg syscall (darwin-386-cgo), const IEXTEN ideal-int
pkg syscall (darwin-386-cgo), const IFF_ALLMULTI = 512
pkg syscall (darwin-386-cgo), const IFF_ALTPHYS = 16384
pkg syscall (darwin-386-cgo), const IFF_DEBUG = 4
pkg syscall (darwin-386-cgo), const IFF_LINK0 = 4096
pkg syscall (darwin-386-cgo), const IFF_LINK1 = 8192
pkg syscall (darwin-386-cgo), const IFF_LINK2 = 16384
pkg syscall (darwin-386-cgo), const IFF_LOOPBACK = 8
pkg syscall (darwin-386-cgo), const IFF_MULTICAST = 32768
pkg syscall (darwin-386-cgo), const IFF_NOARP = 128
pkg syscall (darwin-386-cgo), const IFF_NOTRAILERS = 32
pkg syscall (darwin-386-cgo), const IFF_OACTIVE = 1024
pkg syscall (darwin-386-cgo), const IFF_POINTOPOINT = 16
pkg syscall (darwin-386-cgo), const IFF_PROMISC = 256
pkg syscall (darwin-386-cgo), const IFF_RUNNING = 64
pkg syscall (darwin-386-cgo), const IFF_SIMPLEX = 2048
pkg syscall (darwin-386-cgo), const IFNAMSIZ = 16
pkg syscall (darwin-386-cgo), const IFT_1822 = 2
pkg syscall (darwin-386-cgo), const IFT_AAL5 = 49
pkg syscall (darwin-386-cgo), const IFT_ARCNET = 35
pkg syscall (darwin-386-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (darwin-386-cgo), const IFT_ATM = 37
pkg syscall (darwin-386-cgo), const IFT_BRIDGE = 209
pkg syscall (darwin-386-cgo), const IFT_CARP = 248
pkg syscall (darwin-386-cgo), const IFT_CELLULAR = 255
pkg syscall (darwin-386-cgo), const IFT_CEPT = 19
pkg syscall (darwin-386-cgo), const IFT_DS3 = 30
pkg syscall (darwin-386-cgo), const IFT_ENC = 244
pkg syscall (darwin-386-cgo), const IFT_EON = 25
pkg syscall (darwin-386-cgo), const IFT_ETHER = 6
pkg syscall (darwin-386-cgo), const IFT_FAITH = 56
pkg syscall (darwin-386-cgo), const IFT_FDDI = 15
pkg syscall (darwin-386-cgo), const IFT_FRELAY = 32
pkg syscall (darwin-386-cgo), const IFT_FRELAYDCE = 44
pkg syscall (darwin-386-cgo), const IFT_GIF = 55
pkg syscall (darwin-386-cgo), const IFT_HDH1822 = 3
pkg syscall (darwin-386-cgo), const IFT_HIPPI = 47
pkg syscall (darwin-386-cgo), const IFT_HSSI = 46
pkg syscall (darwin-386-cgo), const IFT_HY = 14
pkg syscall (darwin-386-cgo), const IFT_IEEE1394 = 144
pkg syscall (darwin-386-cgo), const IFT_IEEE8023ADLAG = 136
pkg syscall (darwin-386-cgo), const IFT_ISDNBASIC = 20
pkg syscall (darwin-386-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (darwin-386-cgo), const IFT_ISO88022LLC = 41
pkg syscall (darwin-386-cgo), const IFT_ISO88023 = 7
pkg syscall (darwin-386-cgo), const IFT_ISO88024 = 8
pkg syscall (darwin-386-cgo), const IFT_ISO88025 = 9
pkg syscall (darwin-386-cgo), const IFT_ISO88026 = 10
pkg syscall (darwin-386-cgo), const IFT_L2VLAN = 135
pkg syscall (darwin-386-cgo), const IFT_LAPB = 16
pkg syscall (darwin-386-cgo), const IFT_LOCALTALK = 42
pkg syscall (darwin-386-cgo), const IFT_LOOP = 24
pkg syscall (darwin-386-cgo), const IFT_MIOX25 = 38
pkg syscall (darwin-386-cgo), const IFT_MODEM = 48
pkg syscall (darwin-386-cgo), const IFT_NSIP = 27
pkg syscall (darwin-386-cgo), const IFT_OTHER = 1
pkg syscall (darwin-386-cgo), const IFT_P10 = 12
pkg syscall (darwin-386-cgo), const IFT_P80 = 13
pkg syscall (darwin-386-cgo), const IFT_PARA = 34
pkg syscall (darwin-386-cgo), const IFT_PDP = 255
pkg syscall (darwin-386-cgo), const IFT_PFLOG = 245
pkg syscall (darwin-386-cgo), const IFT_PFSYNC = 246
pkg syscall (darwin-386-cgo), const IFT_PPP = 23
pkg syscall (darwin-386-cgo), const IFT_PROPMUX = 54
pkg syscall (darwin-386-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (darwin-386-cgo), const IFT_PTPSERIAL = 22
pkg syscall (darwin-386-cgo), const IFT_RS232 = 33
pkg syscall (darwin-386-cgo), const IFT_SDLC = 17
pkg syscall (darwin-386-cgo), const IFT_SIP = 31
pkg syscall (darwin-386-cgo), const IFT_SLIP = 28
pkg syscall (darwin-386-cgo), const IFT_SMDSDXI = 43
pkg syscall (darwin-386-cgo), const IFT_SMDSICIP = 52
pkg syscall (darwin-386-cgo), const IFT_SONET = 39
pkg syscall (darwin-386-cgo), const IFT_SONETPATH = 50
pkg syscall (darwin-386-cgo), const IFT_SONETVT = 51
pkg syscall (darwin-386-cgo), const IFT_STARLAN = 11
pkg syscall (darwin-386-cgo), const IFT_STF = 57
pkg syscall (darwin-386-cgo), const IFT_T1 = 18
pkg syscall (darwin-386-cgo), const IFT_ULTRA = 29
pkg syscall (darwin-386-cgo), const IFT_V35 = 45
pkg syscall (darwin-386-cgo), const IFT_X25 = 5
pkg syscall (darwin-386-cgo), const IFT_X25DDN = 4
pkg syscall (darwin-386-cgo), const IFT_X25PLE = 40
pkg syscall (darwin-386-cgo), const IFT_XETHER = 26
pkg syscall (darwin-386-cgo), const IGNBRK = 1
pkg syscall (darwin-386-cgo), const IGNBRK ideal-int
pkg syscall (darwin-386-cgo), const IGNCR = 128
pkg syscall (darwin-386-cgo), const IGNCR ideal-int
pkg syscall (darwin-386-cgo), const IGNPAR = 4
pkg syscall (darwin-386-cgo), const IGNPAR ideal-int
pkg syscall (darwin-386-cgo), const IMAXBEL = 8192
pkg syscall (darwin-386-cgo), const IMAXBEL ideal-int
pkg syscall (darwin-386-cgo), const INLCR = 64
pkg syscall (darwin-386-cgo), const INLCR ideal-int
pkg syscall (darwin-386-cgo), const INPCK = 16
pkg syscall (darwin-386-cgo), const INPCK ideal-int
pkg syscall (darwin-386-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (darwin-386-cgo), const IN_CLASSA_MAX = 128
pkg syscall (darwin-386-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (darwin-386-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (darwin-386-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (darwin-386-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (darwin-386-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (darwin-386-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (darwin-386-cgo), const IN_CLASSC_HOST = 255
pkg syscall (darwin-386-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (darwin-386-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (darwin-386-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (darwin-386-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (darwin-386-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (darwin-386-cgo), const IN_LINKLOCALNETNUM = 2851995648
pkg syscall (darwin-386-cgo), const IN_LOOPBACKNET = 127
pkg syscall (darwin-386-cgo), const IPPROTO_3PC = 34
pkg syscall (darwin-386-cgo), const IPPROTO_ADFS = 68
pkg syscall (darwin-386-cgo), const IPPROTO_AH = 51
pkg syscall (darwin-386-cgo), const IPPROTO_AHIP = 61
pkg syscall (darwin-386-cgo), const IPPROTO_APES = 99
pkg syscall (darwin-386-cgo), const IPPROTO_ARGUS = 13
pkg syscall (darwin-386-cgo), const IPPROTO_AX25 = 93
pkg syscall (darwin-386-cgo), const IPPROTO_BHA = 49
pkg syscall (darwin-386-cgo), const IPPROTO_BLT = 30
pkg syscall (darwin-386-cgo), const IPPROTO_BRSATMON = 76
pkg syscall (darwin-386-cgo), const IPPROTO_CFTP = 62
pkg syscall (darwin-386-cgo), const IPPROTO_CHAOS = 16
pkg syscall (darwin-386-cgo), const IPPROTO_CMTP = 38
pkg syscall (darwin-386-cgo), const IPPROTO_CPHB = 73
pkg syscall (darwin-386-cgo), const IPPROTO_CPNX = 72
pkg syscall (darwin-386-cgo), const IPPROTO_DDP = 37
pkg syscall (darwin-386-cgo), const IPPROTO_DGP = 86
pkg syscall (darwin-386-cgo), const IPPROTO_DIVERT = 254
pkg syscall (darwin-386-cgo), const IPPROTO_DONE = 257
pkg syscall (darwin-386-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (darwin-386-cgo), const IPPROTO_EGP = 8
pkg syscall (darwin-386-cgo), const IPPROTO_EMCON = 14
pkg syscall (darwin-386-cgo), const IPPROTO_ENCAP = 98
pkg syscall (darwin-386-cgo), const IPPROTO_EON = 80
pkg syscall (darwin-386-cgo), const IPPROTO_ESP = 50
pkg syscall (darwin-386-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (darwin-386-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (darwin-386-cgo), const IPPROTO_GGP = 3
pkg syscall (darwin-386-cgo), const IPPROTO_GMTP = 100
pkg syscall (darwin-386-cgo), const IPPROTO_GRE = 47
pkg syscall (darwin-386-cgo), const IPPROTO_HELLO = 63
pkg syscall (darwin-386-cgo), const IPPROTO_HMP = 20
pkg syscall (darwin-386-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (darwin-386-cgo), const IPPROTO_ICMP = 1
pkg syscall (darwin-386-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (darwin-386-cgo), const IPPROTO_IDP = 22
pkg syscall (darwin-386-cgo), const IPPROTO_IDPR = 35
pkg syscall (darwin-386-cgo), const IPPROTO_IDRP = 45
pkg syscall (darwin-386-cgo), const IPPROTO_IGMP = 2
pkg syscall (darwin-386-cgo), const IPPROTO_IGP = 85
pkg syscall (darwin-386-cgo), const IPPROTO_IGRP = 88
pkg syscall (darwin-386-cgo), const IPPROTO_IL = 40
pkg syscall (darwin-386-cgo), const IPPROTO_INLSP = 52
pkg syscall (darwin-386-cgo), const IPPROTO_INP = 32
pkg syscall (darwin-386-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (darwin-386-cgo), const IPPROTO_IPCV = 71
pkg syscall (darwin-386-cgo), const IPPROTO_IPEIP = 94
pkg syscall (darwin-386-cgo), const IPPROTO_IPIP = 4
pkg syscall (darwin-386-cgo), const IPPROTO_IPPC = 67
pkg syscall (darwin-386-cgo), const IPPROTO_IPV4 = 4
pkg syscall (darwin-386-cgo), const IPPROTO_IRTP = 28
pkg syscall (darwin-386-cgo), const IPPROTO_KRYPTOLAN = 65
pkg syscall (darwin-386-cgo), const IPPROTO_LARP = 91
pkg syscall (darwin-386-cgo), const IPPROTO_LEAF1 = 25
pkg syscall (darwin-386-cgo), const IPPROTO_LEAF2 = 26
pkg syscall (darwin-386-cgo), const IPPROTO_MAX = 256
pkg syscall (darwin-386-cgo), const IPPROTO_MAXID = 52
pkg syscall (darwin-386-cgo), const IPPROTO_MEAS = 19
pkg syscall (darwin-386-cgo), const IPPROTO_MHRP = 48
pkg syscall (darwin-386-cgo), const IPPROTO_MICP = 95
pkg syscall (darwin-386-cgo), const IPPROTO_MTP = 92
pkg syscall (darwin-386-cgo), const IPPROTO_MUX = 18
pkg syscall (darwin-386-cgo), const IPPROTO_ND = 77
pkg syscall (darwin-386-cgo), const IPPROTO_NHRP = 54
pkg syscall (darwin-386-cgo), const IPPROTO_NONE = 59
pkg syscall (darwin-386-cgo), const IPPROTO_NSP = 31
pkg syscall (darwin-386-cgo), const IPPROTO_NVPII = 11
pkg syscall (darwin-386-cgo), const IPPROTO_OSPFIGP = 89
pkg syscall (darwin-386-cgo), const IPPROTO_PGM = 113
pkg syscall (darwin-386-cgo), const IPPROTO_PIGP = 9
pkg syscall (darwin-386-cgo), const IPPROTO_PIM = 103
pkg syscall (darwin-386-cgo), const IPPROTO_PRM = 21
pkg syscall (darwin-386-cgo), const IPPROTO_PUP = 12
pkg syscall (darwin-386-cgo), const IPPROTO_PVP = 75
pkg syscall (darwin-386-cgo), const IPPROTO_RAW = 255
pkg syscall (darwin-386-cgo), const IPPROTO_RCCMON = 10
pkg syscall (darwin-386-cgo), const IPPROTO_RDP = 27
pkg syscall (darwin-386-cgo), const IPPROTO_ROUTING = 43
pkg syscall (darwin-386-cgo), const IPPROTO_RSVP = 46
pkg syscall (darwin-386-cgo), const IPPROTO_RVD = 66
pkg syscall (darwin-386-cgo), const IPPROTO_SATEXPAK = 64
pkg syscall (darwin-386-cgo), const IPPROTO_SATMON = 69
pkg syscall (darwin-386-cgo), const IPPROTO_SCCSP = 96
pkg syscall (darwin-386-cgo), const IPPROTO_SCTP = 132
pkg syscall (darwin-386-cgo), const IPPROTO_SDRP = 42
pkg syscall (darwin-386-cgo), const IPPROTO_SEP = 33
pkg syscall (darwin-386-cgo), const IPPROTO_SRPC = 90
pkg syscall (darwin-386-cgo), const IPPROTO_ST = 7
pkg syscall (darwin-386-cgo), const IPPROTO_SVMTP = 82
pkg syscall (darwin-386-cgo), const IPPROTO_SWIPE = 53
pkg syscall (darwin-386-cgo), const IPPROTO_TCF = 87
pkg syscall (darwin-386-cgo), const IPPROTO_TP = 29
pkg syscall (darwin-386-cgo), const IPPROTO_TPXX = 39
pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK1 = 23
pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK2 = 24
pkg syscall (darwin-386-cgo), const IPPROTO_TTP = 84
pkg syscall (darwin-386-cgo), const IPPROTO_VINES = 83
pkg syscall (darwin-386-cgo), const IPPROTO_VISA = 70
pkg syscall (darwin-386-cgo), const IPPROTO_VMTP = 81
pkg syscall (darwin-386-cgo), const IPPROTO_WBEXPAK = 79
pkg syscall (darwin-386-cgo), const IPPROTO_WBMON = 78
pkg syscall (darwin-386-cgo), const IPPROTO_WSN = 74
pkg syscall (darwin-386-cgo), const IPPROTO_XNET = 15
pkg syscall (darwin-386-cgo), const IPPROTO_XTP = 36
pkg syscall (darwin-386-cgo), const IPV6_2292DSTOPTS = 23
pkg syscall (darwin-386-cgo), const IPV6_2292HOPLIMIT = 20
pkg syscall (darwin-386-cgo), const IPV6_2292HOPOPTS = 22
pkg syscall (darwin-386-cgo), const IPV6_2292NEXTHOP = 21
pkg syscall (darwin-386-cgo), const IPV6_2292PKTINFO = 19
pkg syscall (darwin-386-cgo), const IPV6_2292PKTOPTIONS = 25
pkg syscall (darwin-386-cgo), const IPV6_2292RTHDR = 24
pkg syscall (darwin-386-cgo), const IPV6_BINDV6ONLY = 27
pkg syscall (darwin-386-cgo), const IPV6_BOUND_IF = 125
pkg syscall (darwin-386-cgo), const IPV6_CHECKSUM = 26
pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-386-cgo), const IPV6_DEFHLIM = 64
pkg syscall (darwin-386-cgo), const IPV6_FAITH = 29
pkg syscall (darwin-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (darwin-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL = 120
pkg syscall (darwin-386-cgo), const IPV6_FW_ADD = 30
pkg syscall (darwin-386-cgo), const IPV6_FW_DEL = 31
pkg syscall (darwin-386-cgo), const IPV6_FW_FLUSH = 32
pkg syscall (darwin-386-cgo), const IPV6_FW_GET = 34
pkg syscall (darwin-386-cgo), const IPV6_FW_ZERO = 33
pkg syscall (darwin-386-cgo), const IPV6_HLIMDEC = 1
pkg syscall (darwin-386-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (darwin-386-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (darwin-386-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (darwin-386-cgo), const IPV6_MAXHLIM = 255
pkg syscall (darwin-386-cgo), const IPV6_MAXOPTHDR = 2048
pkg syscall (darwin-386-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (darwin-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-386-cgo), const IPV6_MMTU = 1280
pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE = 14
pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (darwin-386-cgo), const IPV6_RECVTCLASS = 35
pkg syscall (darwin-386-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (darwin-386-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (darwin-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (darwin-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (darwin-386-cgo), const IPV6_TCLASS = 36
pkg syscall (darwin-386-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (darwin-386-cgo), const IPV6_V6ONLY = 27
pkg syscall (darwin-386-cgo), const IPV6_VERSION = 96
pkg syscall (darwin-386-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (darwin-386-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (darwin-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (darwin-386-cgo), const IP_BLOCK_SOURCE = 72
pkg syscall (darwin-386-cgo), const IP_BOUND_IF = 25
pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (darwin-386-cgo), const IP_DF = 16384
pkg syscall (darwin-386-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (darwin-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (darwin-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (darwin-386-cgo), const IP_DUMMYNET_DEL = 61
pkg syscall (darwin-386-cgo), const IP_DUMMYNET_FLUSH = 62
pkg syscall (darwin-386-cgo), const IP_DUMMYNET_GET = 64
pkg syscall (darwin-386-cgo), const IP_FAITH = 22
pkg syscall (darwin-386-cgo), const IP_FW_ADD = 40
pkg syscall (darwin-386-cgo), const IP_FW_DEL = 41
pkg syscall (darwin-386-cgo), const IP_FW_FLUSH = 42
pkg syscall (darwin-386-cgo), const IP_FW_GET = 44
pkg syscall (darwin-386-cgo), const IP_FW_RESETLOG = 45
pkg syscall (darwin-386-cgo), const IP_FW_ZERO = 43
pkg syscall (darwin-386-cgo), const IP_HDRINCL = 2
pkg syscall (darwin-386-cgo), const IP_IPSEC_POLICY = 21
pkg syscall (darwin-386-cgo), const IP_MAXPACKET = 65535
pkg syscall (darwin-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-386-cgo), const IP_MF = 8192
pkg syscall (darwin-386-cgo), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-386-cgo), const IP_MSFILTER = 74
pkg syscall (darwin-386-cgo), const IP_MSS = 576
pkg syscall (darwin-386-cgo), const IP_MULTICAST_IF = 9
pkg syscall (darwin-386-cgo), const IP_MULTICAST_IFINDEX = 66
pkg syscall (darwin-386-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (darwin-386-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (darwin-386-cgo), const IP_MULTICAST_VIF = 14
pkg syscall (darwin-386-cgo), const IP_NAT__XXX = 55
pkg syscall (darwin-386-cgo), const IP_OFFMASK = 8191
pkg syscall (darwin-386-cgo), const IP_OLD_FW_ADD = 50
pkg syscall (darwin-386-cgo), const IP_OLD_FW_DEL = 51
pkg syscall (darwin-386-cgo), const IP_OLD_FW_FLUSH = 52
pkg syscall (darwin-386-cgo), const IP_OLD_FW_GET = 54
pkg syscall (darwin-386-cgo), const IP_OLD_FW_RESETLOG = 56
pkg syscall (darwin-386-cgo), const IP_OLD_FW_ZERO = 53
pkg syscall (darwin-386-cgo), const IP_OPTIONS = 1
pkg syscall (darwin-386-cgo), const IP_PKTINFO = 26
pkg syscall (darwin-386-cgo), const IP_PORTRANGE = 19
pkg syscall (darwin-386-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-386-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (darwin-386-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (darwin-386-cgo), const IP_RECVDSTADDR = 7
pkg syscall (darwin-386-cgo), const IP_RECVIF = 20
pkg syscall (darwin-386-cgo), const IP_RECVOPTS = 5
pkg syscall (darwin-386-cgo), const IP_RECVPKTINFO = 26
pkg syscall (darwin-386-cgo), const IP_RECVRETOPTS = 6
pkg syscall (darwin-386-cgo), const IP_RECVTTL = 24
pkg syscall (darwin-386-cgo), const IP_RETOPTS = 8
pkg syscall (darwin-386-cgo), const IP_RF = 32768
pkg syscall (darwin-386-cgo), const IP_RSVP_OFF = 16
pkg syscall (darwin-386-cgo), const IP_RSVP_ON = 15
pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_OFF = 18
pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_ON = 17
pkg syscall (darwin-386-cgo), const IP_STRIPHDR = 23
pkg syscall (darwin-386-cgo), const IP_TOS = 3
pkg syscall (darwin-386-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
pkg syscall (darwin-386-cgo), const IP_TTL = 4
pkg syscall (darwin-386-cgo), const IP_UNBLOCK_SOURCE = 73
pkg syscall (darwin-386-cgo), const ISIG = 128
pkg syscall (darwin-386-cgo), const ISIG ideal-int
pkg syscall (darwin-386-cgo), const ISTRIP = 32
pkg syscall (darwin-386-cgo), const ISTRIP ideal-int
pkg syscall (darwin-386-cgo), const IUTF8 = 16384
pkg syscall (darwin-386-cgo), const IUTF8 ideal-int
pkg syscall (darwin-386-cgo), const IXANY = 2048
pkg syscall (darwin-386-cgo), const IXANY ideal-int
pkg syscall (darwin-386-cgo), const IXOFF = 1024
pkg syscall (darwin-386-cgo), const IXOFF ideal-int
pkg syscall (darwin-386-cgo), const IXON = 512
pkg syscall (darwin-386-cgo), const IXON ideal-int
pkg syscall (darwin-386-cgo), const ImplementsGetwd = false
pkg syscall (darwin-386-cgo), const LOCK_EX = 2
pkg syscall (darwin-386-cgo), const LOCK_NB = 4
pkg syscall (darwin-386-cgo), const LOCK_SH = 1
pkg syscall (darwin-386-cgo), const LOCK_UN = 8
pkg syscall (darwin-386-cgo), const MADV_CAN_REUSE = 9
pkg syscall (darwin-386-cgo), const MADV_DONTNEED = 4
pkg syscall (darwin-386-cgo), const MADV_FREE = 5
pkg syscall (darwin-386-cgo), const MADV_FREE_REUSABLE = 7
pkg syscall (darwin-386-cgo), const MADV_FREE_REUSE = 8
pkg syscall (darwin-386-cgo), const MADV_NORMAL = 0
pkg syscall (darwin-386-cgo), const MADV_RANDOM = 1
pkg syscall (darwin-386-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (darwin-386-cgo), const MADV_WILLNEED = 3
pkg syscall (darwin-386-cgo), const MADV_ZERO_WIRED_PAGES = 6
pkg syscall (darwin-386-cgo), const MAP_ANON = 4096
pkg syscall (darwin-386-cgo), const MAP_COPY = 2
pkg syscall (darwin-386-cgo), const MAP_FILE = 0
pkg syscall (darwin-386-cgo), const MAP_FIXED = 16
pkg syscall (darwin-386-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (darwin-386-cgo), const MAP_JIT = 2048
pkg syscall (darwin-386-cgo), const MAP_NOCACHE = 1024
pkg syscall (darwin-386-cgo), const MAP_NOEXTEND = 256
pkg syscall (darwin-386-cgo), const MAP_NORESERVE = 64
pkg syscall (darwin-386-cgo), const MAP_PRIVATE = 2
pkg syscall (darwin-386-cgo), const MAP_RENAME = 32
pkg syscall (darwin-386-cgo), const MAP_RESERVED0080 = 128
pkg syscall (darwin-386-cgo), const MAP_SHARED = 1
pkg syscall (darwin-386-cgo), const MCL_CURRENT = 1
pkg syscall (darwin-386-cgo), const MCL_FUTURE = 2
pkg syscall (darwin-386-cgo), const MSG_CTRUNC = 32
pkg syscall (darwin-386-cgo), const MSG_DONTROUTE = 4
pkg syscall (darwin-386-cgo), const MSG_DONTWAIT = 128
pkg syscall (darwin-386-cgo), const MSG_EOF = 256
pkg syscall (darwin-386-cgo), const MSG_EOR = 8
pkg syscall (darwin-386-cgo), const MSG_FLUSH = 1024
pkg syscall (darwin-386-cgo), const MSG_HAVEMORE = 8192
pkg syscall (darwin-386-cgo), const MSG_HOLD = 2048
pkg syscall (darwin-386-cgo), const MSG_NEEDSA = 65536
pkg syscall (darwin-386-cgo), const MSG_OOB = 1
pkg syscall (darwin-386-cgo), const MSG_PEEK = 2
pkg syscall (darwin-386-cgo), const MSG_RCVMORE = 16384
pkg syscall (darwin-386-cgo), const MSG_SEND = 4096
pkg syscall (darwin-386-cgo), const MSG_TRUNC = 16
pkg syscall (darwin-386-cgo), const MSG_WAITALL = 64
pkg syscall (darwin-386-cgo), const MSG_WAITSTREAM = 512
pkg syscall (darwin-386-cgo), const MS_ASYNC = 1
pkg syscall (darwin-386-cgo), const MS_DEACTIVATE = 8
pkg syscall (darwin-386-cgo), const MS_INVALIDATE = 2
pkg syscall (darwin-386-cgo), const MS_KILLPAGES = 4
pkg syscall (darwin-386-cgo), const MS_SYNC = 16
pkg syscall (darwin-386-cgo), const NAME_MAX = 255
pkg syscall (darwin-386-cgo), const NET_RT_DUMP = 1
pkg syscall (darwin-386-cgo), const NET_RT_DUMP2 = 7
pkg syscall (darwin-386-cgo), const NET_RT_FLAGS = 2
pkg syscall (darwin-386-cgo), const NET_RT_IFLIST = 3
pkg syscall (darwin-386-cgo), const NET_RT_IFLIST2 = 6
pkg syscall (darwin-386-cgo), const NET_RT_MAXID = 10
pkg syscall (darwin-386-cgo), const NET_RT_STAT = 4
pkg syscall (darwin-386-cgo), const NET_RT_TRASH = 5
pkg syscall (darwin-386-cgo), const NOFLSH = 2147483648
pkg syscall (darwin-386-cgo), const NOFLSH ideal-int
pkg syscall (darwin-386-cgo), const NOTE_ABSOLUTE = 8
pkg syscall (darwin-386-cgo), const NOTE_ATTRIB = 8
pkg syscall (darwin-386-cgo), const NOTE_CHILD = 4
pkg syscall (darwin-386-cgo), const NOTE_DELETE = 1
pkg syscall (darwin-386-cgo), const NOTE_EXEC = 536870912
pkg syscall (darwin-386-cgo), const NOTE_EXIT = 2147483648
pkg syscall (darwin-386-cgo), const NOTE_EXITSTATUS = 67108864
pkg syscall (darwin-386-cgo), const NOTE_EXTEND = 4
pkg syscall (darwin-386-cgo), const NOTE_FFAND = 1073741824
pkg syscall (darwin-386-cgo), const NOTE_FFCOPY = 3221225472
pkg syscall (darwin-386-cgo), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (darwin-386-cgo), const NOTE_FFLAGSMASK = 16777215
pkg syscall (darwin-386-cgo), const NOTE_FFNOP = 0
pkg syscall (darwin-386-cgo), const NOTE_FFOR = 2147483648
pkg syscall (darwin-386-cgo), const NOTE_FORK = 1073741824
pkg syscall (darwin-386-cgo), const NOTE_LINK = 16
pkg syscall (darwin-386-cgo), const NOTE_LOWAT = 1
pkg syscall (darwin-386-cgo), const NOTE_NONE = 128
pkg syscall (darwin-386-cgo), const NOTE_NSECONDS = 4
pkg syscall (darwin-386-cgo), const NOTE_PCTRLMASK = -1048576
pkg syscall (darwin-386-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (darwin-386-cgo), const NOTE_REAP = 268435456
pkg syscall (darwin-386-cgo), const NOTE_RENAME = 32
pkg syscall (darwin-386-cgo), const NOTE_RESOURCEEND = 33554432
pkg syscall (darwin-386-cgo), const NOTE_REVOKE = 64
pkg syscall (darwin-386-cgo), const NOTE_SECONDS = 1
pkg syscall (darwin-386-cgo), const NOTE_SIGNAL = 134217728
pkg syscall (darwin-386-cgo), const NOTE_TRACK = 1
pkg syscall (darwin-386-cgo), const NOTE_TRACKERR = 2
pkg syscall (darwin-386-cgo), const NOTE_TRIGGER = 16777216
pkg syscall (darwin-386-cgo), const NOTE_USECONDS = 2
pkg syscall (darwin-386-cgo), const NOTE_VM_ERROR = 268435456
pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE = 2147483648
pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
pkg syscall (darwin-386-cgo), const NOTE_WRITE = 2
pkg syscall (darwin-386-cgo), const OCRNL = 16
pkg syscall (darwin-386-cgo), const OCRNL ideal-int
pkg syscall (darwin-386-cgo), const OFDEL = 131072
pkg syscall (darwin-386-cgo), const OFDEL ideal-int
pkg syscall (darwin-386-cgo), const OFILL = 128
pkg syscall (darwin-386-cgo), const OFILL ideal-int
pkg syscall (darwin-386-cgo), const ONLCR = 2
pkg syscall (darwin-386-cgo), const ONLCR ideal-int
pkg syscall (darwin-386-cgo), const ONLRET = 64
pkg syscall (darwin-386-cgo), const ONLRET ideal-int
pkg syscall (darwin-386-cgo), const ONOCR = 32
pkg syscall (darwin-386-cgo), const ONOCR ideal-int
pkg syscall (darwin-386-cgo), const ONOEOT = 8
pkg syscall (darwin-386-cgo), const ONOEOT ideal-int
pkg syscall (darwin-386-cgo), const OPOST = 1
pkg syscall (darwin-386-cgo), const OPOST ideal-int
pkg syscall (darwin-386-cgo), const O_ACCMODE = 3
pkg syscall (darwin-386-cgo), const O_ALERT = 536870912
pkg syscall (darwin-386-cgo), const O_APPEND = 8
pkg syscall (darwin-386-cgo), const O_ASYNC = 64
pkg syscall (darwin-386-cgo), const O_CLOEXEC = 16777216
pkg syscall (darwin-386-cgo), const O_CREAT = 512
pkg syscall (darwin-386-cgo), const O_DIRECTORY = 1048576
pkg syscall (darwin-386-cgo), const O_DSYNC = 4194304
pkg syscall (darwin-386-cgo), const O_EVTONLY = 32768
pkg syscall (darwin-386-cgo), const O_EXCL = 2048
pkg syscall (darwin-386-cgo), const O_EXLOCK = 32
pkg syscall (darwin-386-cgo), const O_FSYNC = 128
pkg syscall (darwin-386-cgo), const O_NDELAY = 4
pkg syscall (darwin-386-cgo), const O_NOCTTY = 131072
pkg syscall (darwin-386-cgo), const O_NOFOLLOW = 256
pkg syscall (darwin-386-cgo), const O_NONBLOCK = 4
pkg syscall (darwin-386-cgo), const O_POPUP = 2147483648
pkg syscall (darwin-386-cgo), const O_SHLOCK = 16
pkg syscall (darwin-386-cgo), const O_SYMLINK = 2097152
pkg syscall (darwin-386-cgo), const O_SYNC = 128
pkg syscall (darwin-386-cgo), const O_TRUNC = 1024
pkg syscall (darwin-386-cgo), const PARENB = 4096
pkg syscall (darwin-386-cgo), const PARENB ideal-int
pkg syscall (darwin-386-cgo), const PARMRK = 8
pkg syscall (darwin-386-cgo), const PARMRK ideal-int
pkg syscall (darwin-386-cgo), const PARODD = 8192
pkg syscall (darwin-386-cgo), const PARODD ideal-int
pkg syscall (darwin-386-cgo), const PENDIN = 536870912
pkg syscall (darwin-386-cgo), const PENDIN ideal-int
pkg syscall (darwin-386-cgo), const PROT_EXEC = 4
pkg syscall (darwin-386-cgo), const PROT_NONE = 0
pkg syscall (darwin-386-cgo), const PROT_READ = 1
pkg syscall (darwin-386-cgo), const PROT_WRITE = 2
pkg syscall (darwin-386-cgo), const PTRACE_CONT = 7
pkg syscall (darwin-386-cgo), const PTRACE_KILL = 8
pkg syscall (darwin-386-cgo), const PTRACE_TRACEME = 0
pkg syscall (darwin-386-cgo), const PT_ATTACH = 10
pkg syscall (darwin-386-cgo), const PT_ATTACHEXC = 14
pkg syscall (darwin-386-cgo), const PT_CONTINUE = 7
pkg syscall (darwin-386-cgo), const PT_DENY_ATTACH = 31
pkg syscall (darwin-386-cgo), const PT_DETACH = 11
pkg syscall (darwin-386-cgo), const PT_FIRSTMACH = 32
pkg syscall (darwin-386-cgo), const PT_FORCEQUOTA = 30
pkg syscall (darwin-386-cgo), const PT_KILL = 8
pkg syscall (darwin-386-cgo), const PT_READ_D = 2
pkg syscall (darwin-386-cgo), const PT_READ_I = 1
pkg syscall (darwin-386-cgo), const PT_READ_U = 3
pkg syscall (darwin-386-cgo), const PT_SIGEXC = 12
pkg syscall (darwin-386-cgo), const PT_STEP = 9
pkg syscall (darwin-386-cgo), const PT_THUPDATE = 13
pkg syscall (darwin-386-cgo), const PT_TRACE_ME = 0
pkg syscall (darwin-386-cgo), const PT_WRITE_D = 5
pkg syscall (darwin-386-cgo), const PT_WRITE_I = 4
pkg syscall (darwin-386-cgo), const PT_WRITE_U = 6
pkg syscall (darwin-386-cgo), const RLIMIT_AS = 5
pkg syscall (darwin-386-cgo), const RLIMIT_CORE = 4
pkg syscall (darwin-386-cgo), const RLIMIT_CPU = 0
pkg syscall (darwin-386-cgo), const RLIMIT_DATA = 2
pkg syscall (darwin-386-cgo), const RLIMIT_FSIZE = 1
pkg syscall (darwin-386-cgo), const RLIMIT_NOFILE = 8
pkg syscall (darwin-386-cgo), const RLIMIT_STACK = 3
pkg syscall (darwin-386-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (darwin-386-cgo), const RTAX_AUTHOR = 6
pkg syscall (darwin-386-cgo), const RTAX_BRD = 7
pkg syscall (darwin-386-cgo), const RTAX_DST = 0
pkg syscall (darwin-386-cgo), const RTAX_GATEWAY = 1
pkg syscall (darwin-386-cgo), const RTAX_GENMASK = 3
pkg syscall (darwin-386-cgo), const RTAX_IFA = 5
pkg syscall (darwin-386-cgo), const RTAX_IFP = 4
pkg syscall (darwin-386-cgo), const RTAX_MAX = 8
pkg syscall (darwin-386-cgo), const RTAX_NETMASK = 2
pkg syscall (darwin-386-cgo), const RTA_AUTHOR = 64
pkg syscall (darwin-386-cgo), const RTA_BRD = 128
pkg syscall (darwin-386-cgo), const RTA_DST = 1
pkg syscall (darwin-386-cgo), const RTA_GATEWAY = 2
pkg syscall (darwin-386-cgo), const RTA_GENMASK = 8
pkg syscall (darwin-386-cgo), const RTA_IFA = 32
pkg syscall (darwin-386-cgo), const RTA_IFP = 16
pkg syscall (darwin-386-cgo), const RTA_NETMASK = 4
pkg syscall (darwin-386-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (darwin-386-cgo), const RTF_BROADCAST = 4194304
pkg syscall (darwin-386-cgo), const RTF_CLONING = 256
pkg syscall (darwin-386-cgo), const RTF_CONDEMNED = 33554432
pkg syscall (darwin-386-cgo), const RTF_DELCLONE = 128
pkg syscall (darwin-386-cgo), const RTF_DONE = 64
pkg syscall (darwin-386-cgo), const RTF_DYNAMIC = 16
pkg syscall (darwin-386-cgo), const RTF_GATEWAY = 2
pkg syscall (darwin-386-cgo), const RTF_HOST = 4
pkg syscall (darwin-386-cgo), const RTF_IFREF = 67108864
pkg syscall (darwin-386-cgo), const RTF_IFSCOPE = 16777216
pkg syscall (darwin-386-cgo), const RTF_LLINFO = 1024
pkg syscall (darwin-386-cgo), const RTF_LOCAL = 2097152
pkg syscall (darwin-386-cgo), const RTF_MODIFIED = 32
pkg syscall (darwin-386-cgo), const RTF_MULTICAST = 8388608
pkg syscall (darwin-386-cgo), const RTF_PINNED = 1048576
pkg syscall (darwin-386-cgo), const RTF_PRCLONING = 65536
pkg syscall (darwin-386-cgo), const RTF_PROTO1 = 32768
pkg syscall (darwin-386-cgo), const RTF_PROTO2 = 16384
pkg syscall (darwin-386-cgo), const RTF_PROTO3 = 262144
pkg syscall (darwin-386-cgo), const RTF_REJECT = 8
pkg syscall (darwin-386-cgo), const RTF_STATIC = 2048
pkg syscall (darwin-386-cgo), const RTF_UP = 1
pkg syscall (darwin-386-cgo), const RTF_WASCLONED = 131072
pkg syscall (darwin-386-cgo), const RTF_XRESOLVE = 512
pkg syscall (darwin-386-cgo), const RTM_ADD = 1
pkg syscall (darwin-386-cgo), const RTM_CHANGE = 3
pkg syscall (darwin-386-cgo), const RTM_DELADDR = 13
pkg syscall (darwin-386-cgo), const RTM_DELETE = 2
pkg syscall (darwin-386-cgo), const RTM_DELMADDR = 16
pkg syscall (darwin-386-cgo), const RTM_GET = 4
pkg syscall (darwin-386-cgo), const RTM_GET2 = 20
pkg syscall (darwin-386-cgo), const RTM_IFINFO = 14
pkg syscall (darwin-386-cgo), const RTM_IFINFO2 = 18
pkg syscall (darwin-386-cgo), const RTM_LOCK = 8
pkg syscall (darwin-386-cgo), const RTM_LOSING = 5
pkg syscall (darwin-386-cgo), const RTM_MISS = 7
pkg syscall (darwin-386-cgo), const RTM_NEWADDR = 12
pkg syscall (darwin-386-cgo), const RTM_NEWMADDR = 15
pkg syscall (darwin-386-cgo), const RTM_NEWMADDR2 = 19
pkg syscall (darwin-386-cgo), const RTM_OLDADD = 9
pkg syscall (darwin-386-cgo), const RTM_OLDDEL = 10
pkg syscall (darwin-386-cgo), const RTM_REDIRECT = 6
pkg syscall (darwin-386-cgo), const RTM_RESOLVE = 11
pkg syscall (darwin-386-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (darwin-386-cgo), const RTM_VERSION = 5
pkg syscall (darwin-386-cgo), const RTV_EXPIRE = 4
pkg syscall (darwin-386-cgo), const RTV_HOPCOUNT = 2
pkg syscall (darwin-386-cgo), const RTV_MTU = 1
pkg syscall (darwin-386-cgo), const RTV_RPIPE = 8
pkg syscall (darwin-386-cgo), const RTV_RTT = 64
pkg syscall (darwin-386-cgo), const RTV_RTTVAR = 128
pkg syscall (darwin-386-cgo), const RTV_SPIPE = 16
pkg syscall (darwin-386-cgo), const RTV_SSTHRESH = 32
pkg syscall (darwin-386-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (darwin-386-cgo), const RUSAGE_SELF = 0
pkg syscall (darwin-386-cgo), const SCM_CREDS = 3
pkg syscall (darwin-386-cgo), const SCM_RIGHTS = 1
pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP = 2
pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
pkg syscall (darwin-386-cgo), const SIGBUS = 10
pkg syscall (darwin-386-cgo), const SIGCHLD = 20
pkg syscall (darwin-386-cgo), const SIGCONT = 19
pkg syscall (darwin-386-cgo), const SIGEMT = 7
pkg syscall (darwin-386-cgo), const SIGINFO = 29
pkg syscall (darwin-386-cgo), const SIGIO = 23
pkg syscall (darwin-386-cgo), const SIGIOT = 6
pkg syscall (darwin-386-cgo), const SIGPROF = 27
pkg syscall (darwin-386-cgo), const SIGSTOP = 17
pkg syscall (darwin-386-cgo), const SIGSYS = 12
pkg syscall (darwin-386-cgo), const SIGTSTP = 18
pkg syscall (darwin-386-cgo), const SIGTTIN = 21
pkg syscall (darwin-386-cgo), const SIGTTOU = 22
pkg syscall (darwin-386-cgo), const SIGURG = 16
pkg syscall (darwin-386-cgo), const SIGUSR1 = 30
pkg syscall (darwin-386-cgo), const SIGUSR2 = 31
pkg syscall (darwin-386-cgo), const SIGVTALRM = 26
pkg syscall (darwin-386-cgo), const SIGWINCH = 28
pkg syscall (darwin-386-cgo), const SIGXCPU = 24
pkg syscall (darwin-386-cgo), const SIGXFSZ = 25
pkg syscall (darwin-386-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (darwin-386-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (darwin-386-cgo), const SIOCALIFADDR = 2165860637
pkg syscall (darwin-386-cgo), const SIOCARPIPLL = 3223349544
pkg syscall (darwin-386-cgo), const SIOCATMARK = 1074033415
pkg syscall (darwin-386-cgo), const SIOCAUTOADDR = 3223349542
pkg syscall (darwin-386-cgo), const SIOCAUTONETMASK = 2149607719
pkg syscall (darwin-386-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (darwin-386-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (darwin-386-cgo), const SIOCDIFPHYADDR = 2149607745
pkg syscall (darwin-386-cgo), const SIOCDLIFADDR = 2165860639
pkg syscall (darwin-386-cgo), const SIOCGDRVSPEC = 3223087483
pkg syscall (darwin-386-cgo), const SIOCGETSGCNT = 3222565404
pkg syscall (darwin-386-cgo), const SIOCGETVIFCNT = 3222565403
pkg syscall (darwin-386-cgo), const SIOCGETVLAN = 3223349631
pkg syscall (darwin-386-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (darwin-386-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (darwin-386-cgo), const SIOCGIFALTMTU = 3223349576
pkg syscall (darwin-386-cgo), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (darwin-386-cgo), const SIOCGIFBOND = 3223349575
pkg syscall (darwin-386-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (darwin-386-cgo), const SIOCGIFCAP = 3223349595
pkg syscall (darwin-386-cgo), const SIOCGIFCONF = 3221776676
pkg syscall (darwin-386-cgo), const SIOCGIFDEVMTU = 3223349572
pkg syscall (darwin-386-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (darwin-386-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (darwin-386-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (darwin-386-cgo), const SIOCGIFKPI = 3223349639
pkg syscall (darwin-386-cgo), const SIOCGIFMAC = 3223349634
pkg syscall (darwin-386-cgo), const SIOCGIFMEDIA = 3223873848
pkg syscall (darwin-386-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (darwin-386-cgo), const SIOCGIFMTU = 3223349555
pkg syscall (darwin-386-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (darwin-386-cgo), const SIOCGIFPDSTADDR = 3223349568
pkg syscall (darwin-386-cgo), const SIOCGIFPHYS = 3223349557
pkg syscall (darwin-386-cgo), const SIOCGIFPSRCADDR = 3223349567
pkg syscall (darwin-386-cgo), const SIOCGIFSTATUS = 3274795325
pkg syscall (darwin-386-cgo), const SIOCGIFVLAN = 3223349631
pkg syscall (darwin-386-cgo), const SIOCGIFWAKEFLAGS = 3223349640
pkg syscall (darwin-386-cgo), const SIOCGLIFADDR = 3239602462
pkg syscall (darwin-386-cgo), const SIOCGLIFPHYADDR = 3239602499
pkg syscall (darwin-386-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (darwin-386-cgo), const SIOCGPGRP = 1074033417
pkg syscall (darwin-386-cgo), const SIOCIFCREATE = 3223349624
pkg syscall (darwin-386-cgo), const SIOCIFCREATE2 = 3223349626
pkg syscall (darwin-386-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (darwin-386-cgo), const SIOCRSLVMULTI = 3221776699
pkg syscall (darwin-386-cgo), const SIOCSDRVSPEC = 2149345659
pkg syscall (darwin-386-cgo), const SIOCSETVLAN = 2149607806
pkg syscall (darwin-386-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (darwin-386-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (darwin-386-cgo), const SIOCSIFALTMTU = 2149607749
pkg syscall (darwin-386-cgo), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (darwin-386-cgo), const SIOCSIFBOND = 2149607750
pkg syscall (darwin-386-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (darwin-386-cgo), const SIOCSIFCAP = 2149607770
pkg syscall (darwin-386-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (darwin-386-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (darwin-386-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (darwin-386-cgo), const SIOCSIFKPI = 2149607814
pkg syscall (darwin-386-cgo), const SIOCSIFLLADDR = 2149607740
pkg syscall (darwin-386-cgo), const SIOCSIFMAC = 2149607811
pkg syscall (darwin-386-cgo), const SIOCSIFMEDIA = 3223349559
pkg syscall (darwin-386-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (darwin-386-cgo), const SIOCSIFMTU = 2149607732
pkg syscall (darwin-386-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (darwin-386-cgo), const SIOCSIFPHYADDR = 2151704894
pkg syscall (darwin-386-cgo), const SIOCSIFPHYS = 2149607734
pkg syscall (darwin-386-cgo), const SIOCSIFVLAN = 2149607806
pkg syscall (darwin-386-cgo), const SIOCSLIFPHYADDR = 2165860674
pkg syscall (darwin-386-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (darwin-386-cgo), const SIOCSPGRP = 2147775240
pkg syscall (darwin-386-cgo), const SOCK_MAXADDRLEN = 255
pkg syscall (darwin-386-cgo), const SOCK_RDM = 4
pkg syscall (darwin-386-cgo), const SOL_SOCKET = 65535
pkg syscall (darwin-386-cgo), const SOMAXCONN = 128
pkg syscall (darwin-386-cgo), const SO_ACCEPTCONN = 2
pkg syscall (darwin-386-cgo), const SO_BROADCAST = 32
pkg syscall (darwin-386-cgo), const SO_DEBUG = 1
pkg syscall (darwin-386-cgo), const SO_DONTROUTE = 16
pkg syscall (darwin-386-cgo), const SO_DONTTRUNC = 8192
pkg syscall (darwin-386-cgo), const SO_ERROR = 4103
pkg syscall (darwin-386-cgo), const SO_KEEPALIVE = 8
pkg syscall (darwin-386-cgo), const SO_LABEL = 4112
pkg syscall (darwin-386-cgo), const SO_LINGER = 128
pkg syscall (darwin-386-cgo), const SO_LINGER_SEC = 4224
pkg syscall (darwin-386-cgo), const SO_NKE = 4129
pkg syscall (darwin-386-cgo), const SO_NOADDRERR = 4131
pkg syscall (darwin-386-cgo), const SO_NOSIGPIPE = 4130
pkg syscall (darwin-386-cgo), const SO_NOTIFYCONFLICT = 4134
pkg syscall (darwin-386-cgo), const SO_NP_EXTENSIONS = 4227
pkg syscall (darwin-386-cgo), const SO_NREAD = 4128
pkg syscall (darwin-386-cgo), const SO_NWRITE = 4132
pkg syscall (darwin-386-cgo), const SO_OOBINLINE = 256
pkg syscall (darwin-386-cgo), const SO_PEERLABEL = 4113
pkg syscall (darwin-386-cgo), const SO_RANDOMPORT = 4226
pkg syscall (darwin-386-cgo), const SO_RCVBUF = 4098
pkg syscall (darwin-386-cgo), const SO_RCVLOWAT = 4100
pkg syscall (darwin-386-cgo), const SO_RCVTIMEO = 4102
pkg syscall (darwin-386-cgo), const SO_RESTRICTIONS = 4225
pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYIN = 1
pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYOUT = 2
pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYSET = 2147483648
pkg syscall (darwin-386-cgo), const SO_REUSEADDR = 4
pkg syscall (darwin-386-cgo), const SO_REUSEPORT = 512
pkg syscall (darwin-386-cgo), const SO_REUSESHAREUID = 4133
pkg syscall (darwin-386-cgo), const SO_SNDBUF = 4097
pkg syscall (darwin-386-cgo), const SO_SNDLOWAT = 4099
pkg syscall (darwin-386-cgo), const SO_SNDTIMEO = 4101
pkg syscall (darwin-386-cgo), const SO_TIMESTAMP = 1024
pkg syscall (darwin-386-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
pkg syscall (darwin-386-cgo), const SO_TYPE = 4104
pkg syscall (darwin-386-cgo), const SO_UPCALLCLOSEWAIT = 4135
pkg syscall (darwin-386-cgo), const SO_USELOOPBACK = 64
pkg syscall (darwin-386-cgo), const SO_WANTMORE = 16384
pkg syscall (darwin-386-cgo), const SO_WANTOOBFLAG = 32768
pkg syscall (darwin-386-cgo), const SYS_ACCEPT = 30
pkg syscall (darwin-386-cgo), const SYS_ACCEPT_NOCANCEL = 404
pkg syscall (darwin-386-cgo), const SYS_ACCESS = 33
pkg syscall (darwin-386-cgo), const SYS_ACCESS_EXTENDED = 284
pkg syscall (darwin-386-cgo), const SYS_ACCT = 51
pkg syscall (darwin-386-cgo), const SYS_ADD_PROFIL = 176
pkg syscall (darwin-386-cgo), const SYS_ADJTIME = 140
pkg syscall (darwin-386-cgo), const SYS_AIO_CANCEL = 316
pkg syscall (darwin-386-cgo), const SYS_AIO_ERROR = 317
pkg syscall (darwin-386-cgo), const SYS_AIO_FSYNC = 313
pkg syscall (darwin-386-cgo), const SYS_AIO_READ = 318
pkg syscall (darwin-386-cgo), const SYS_AIO_RETURN = 314
pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND = 315
pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
pkg syscall (darwin-386-cgo), const SYS_AIO_WRITE = 319
pkg syscall (darwin-386-cgo), const SYS_ATGETMSG = 207
pkg syscall (darwin-386-cgo), const SYS_ATPGETREQ = 211
pkg syscall (darwin-386-cgo), const SYS_ATPGETRSP = 212
pkg syscall (darwin-386-cgo), const SYS_ATPSNDREQ = 209
pkg syscall (darwin-386-cgo), const SYS_ATPSNDRSP = 210
pkg syscall (darwin-386-cgo), const SYS_ATPUTMSG = 208
pkg syscall (darwin-386-cgo), const SYS_ATSOCKET = 206
pkg syscall (darwin-386-cgo), const SYS_AUDIT = 350
pkg syscall (darwin-386-cgo), const SYS_AUDITCTL = 359
pkg syscall (darwin-386-cgo), const SYS_AUDITON = 351
pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_JOIN = 429
pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_PORT = 432
pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_SELF = 428
pkg syscall (darwin-386-cgo), const SYS_BIND = 104
pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_CREATE = 360
pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_REGISTER = 366
pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_TERMINATE = 361
pkg syscall (darwin-386-cgo), const SYS_CHDIR = 12
pkg syscall (darwin-386-cgo), const SYS_CHFLAGS = 34
pkg syscall (darwin-386-cgo), const SYS_CHMOD = 15
pkg syscall (darwin-386-cgo), const SYS_CHMOD_EXTENDED = 282
pkg syscall (darwin-386-cgo), const SYS_CHOWN = 16
pkg syscall (darwin-386-cgo), const SYS_CHROOT = 61
pkg syscall (darwin-386-cgo), const SYS_CHUD = 185
pkg syscall (darwin-386-cgo), const SYS_CLOSE = 6
pkg syscall (darwin-386-cgo), const SYS_CLOSE_NOCANCEL = 399
pkg syscall (darwin-386-cgo), const SYS_CONNECT = 98
pkg syscall (darwin-386-cgo), const SYS_CONNECT_NOCANCEL = 409
pkg syscall (darwin-386-cgo), const SYS_COPYFILE = 227
pkg syscall (darwin-386-cgo), const SYS_CSOPS = 169
pkg syscall (darwin-386-cgo), const SYS_DELETE = 226
pkg syscall (darwin-386-cgo), const SYS_DUP = 41
pkg syscall (darwin-386-cgo), const SYS_DUP2 = 90
pkg syscall (darwin-386-cgo), const SYS_EXCHANGEDATA = 223
pkg syscall (darwin-386-cgo), const SYS_EXECVE = 59
pkg syscall (darwin-386-cgo), const SYS_EXIT = 1
pkg syscall (darwin-386-cgo), const SYS_FCHDIR = 13
pkg syscall (darwin-386-cgo), const SYS_FCHFLAGS = 35
pkg syscall (darwin-386-cgo), const SYS_FCHMOD = 124
pkg syscall (darwin-386-cgo), const SYS_FCHMOD_EXTENDED = 283
pkg syscall (darwin-386-cgo), const SYS_FCHOWN = 123
pkg syscall (darwin-386-cgo), const SYS_FCNTL = 92
pkg syscall (darwin-386-cgo), const SYS_FCNTL_NOCANCEL = 406
pkg syscall (darwin-386-cgo), const SYS_FDATASYNC = 187
pkg syscall (darwin-386-cgo), const SYS_FFSCTL = 245
pkg syscall (darwin-386-cgo), const SYS_FGETATTRLIST = 228
pkg syscall (darwin-386-cgo), const SYS_FGETXATTR = 235
pkg syscall (darwin-386-cgo), const SYS_FHOPEN = 248
pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEFD = 431
pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEPORT = 430
pkg syscall (darwin-386-cgo), const SYS_FLISTXATTR = 241
pkg syscall (darwin-386-cgo), const SYS_FLOCK = 131
pkg syscall (darwin-386-cgo), const SYS_FORK = 2
pkg syscall (darwin-386-cgo), const SYS_FPATHCONF = 192
pkg syscall (darwin-386-cgo), const SYS_FREMOVEXATTR = 239
pkg syscall (darwin-386-cgo), const SYS_FSCTL = 242
pkg syscall (darwin-386-cgo), const SYS_FSETATTRLIST = 229
pkg syscall (darwin-386-cgo), const SYS_FSETXATTR = 237
pkg syscall (darwin-386-cgo), const SYS_FSGETPATH = 427
pkg syscall (darwin-386-cgo), const SYS_FSTAT = 189
pkg syscall (darwin-386-cgo), const SYS_FSTAT64 = 339
pkg syscall (darwin-386-cgo), const SYS_FSTAT64_EXTENDED = 343
pkg syscall (darwin-386-cgo), const SYS_FSTATFS = 158
pkg syscall (darwin-386-cgo), const SYS_FSTATFS64 = 346
pkg syscall (darwin-386-cgo), const SYS_FSTATV = 219
pkg syscall (darwin-386-cgo), const SYS_FSTAT_EXTENDED = 281
pkg syscall (darwin-386-cgo), const SYS_FSYNC = 95
pkg syscall (darwin-386-cgo), const SYS_FSYNC_NOCANCEL = 408
pkg syscall (darwin-386-cgo), const SYS_FTRUNCATE = 201
pkg syscall (darwin-386-cgo), const SYS_FUTIMES = 139
pkg syscall (darwin-386-cgo), const SYS_GETATTRLIST = 220
pkg syscall (darwin-386-cgo), const SYS_GETAUDIT = 355
pkg syscall (darwin-386-cgo), const SYS_GETAUDIT_ADDR = 357
pkg syscall (darwin-386-cgo), const SYS_GETAUID = 353
pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES = 196
pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES64 = 344
pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIESATTR = 222
pkg syscall (darwin-386-cgo), const SYS_GETDTABLESIZE = 89
pkg syscall (darwin-386-cgo), const SYS_GETEGID = 43
pkg syscall (darwin-386-cgo), const SYS_GETEUID = 25
pkg syscall (darwin-386-cgo), const SYS_GETFH = 161
pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT = 18
pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT64 = 347
pkg syscall (darwin-386-cgo), const SYS_GETGID = 47
pkg syscall (darwin-386-cgo), const SYS_GETGROUPS = 79
pkg syscall (darwin-386-cgo), const SYS_GETHOSTUUID = 142
pkg syscall (darwin-386-cgo), const SYS_GETITIMER = 86
pkg syscall (darwin-386-cgo), const SYS_GETLCID = 395
pkg syscall (darwin-386-cgo), const SYS_GETLOGIN = 49
pkg syscall (darwin-386-cgo), const SYS_GETPEERNAME = 31
pkg syscall (darwin-386-cgo), const SYS_GETPGID = 151
pkg syscall (darwin-386-cgo), const SYS_GETPGRP = 81
pkg syscall (darwin-386-cgo), const SYS_GETPID = 20
pkg syscall (darwin-386-cgo), const SYS_GETPPID = 39
pkg syscall (darwin-386-cgo), const SYS_GETPRIORITY = 100
pkg syscall (darwin-386-cgo), const SYS_GETRLIMIT = 194
pkg syscall (darwin-386-cgo), const SYS_GETRUSAGE = 117
pkg syscall (darwin-386-cgo), const SYS_GETSGROUPS = 288
pkg syscall (darwin-386-cgo), const SYS_GETSID = 310
pkg syscall (darwin-386-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (darwin-386-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (darwin-386-cgo), const SYS_GETTID = 286
pkg syscall (darwin-386-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (darwin-386-cgo), const SYS_GETUID = 24
pkg syscall (darwin-386-cgo), const SYS_GETWGROUPS = 290
pkg syscall (darwin-386-cgo), const SYS_GETXATTR = 234
pkg syscall (darwin-386-cgo), const SYS_IDENTITYSVC = 293
pkg syscall (darwin-386-cgo), const SYS_INITGROUPS = 243
pkg syscall (darwin-386-cgo), const SYS_IOCTL = 54
pkg syscall (darwin-386-cgo), const SYS_IOPOLICYSYS = 322
pkg syscall (darwin-386-cgo), const SYS_ISSETUGID = 327
pkg syscall (darwin-386-cgo), const SYS_KDEBUG_TRACE = 180
pkg syscall (darwin-386-cgo), const SYS_KEVENT = 363
pkg syscall (darwin-386-cgo), const SYS_KEVENT64 = 369
pkg syscall (darwin-386-cgo), const SYS_KILL = 37
pkg syscall (darwin-386-cgo), const SYS_KQUEUE = 362
pkg syscall (darwin-386-cgo), const SYS_LCHOWN = 364
pkg syscall (darwin-386-cgo), const SYS_LINK = 9
pkg syscall (darwin-386-cgo), const SYS_LIO_LISTIO = 320
pkg syscall (darwin-386-cgo), const SYS_LISTEN = 106
pkg syscall (darwin-386-cgo), const SYS_LISTXATTR = 240
pkg syscall (darwin-386-cgo), const SYS_LSEEK = 199
pkg syscall (darwin-386-cgo), const SYS_LSTAT = 190
pkg syscall (darwin-386-cgo), const SYS_LSTAT64 = 340
pkg syscall (darwin-386-cgo), const SYS_LSTAT64_EXTENDED = 342
pkg syscall (darwin-386-cgo), const SYS_LSTATV = 218
pkg syscall (darwin-386-cgo), const SYS_LSTAT_EXTENDED = 280
pkg syscall (darwin-386-cgo), const SYS_MADVISE = 75
pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL = 439
pkg syscall (darwin-386-cgo), const SYS_MINCORE = 78
pkg syscall (darwin-386-cgo), const SYS_MINHERIT = 250
pkg syscall (darwin-386-cgo), const SYS_MKCOMPLEX = 216
pkg syscall (darwin-386-cgo), const SYS_MKDIR = 136
pkg syscall (darwin-386-cgo), const SYS_MKDIR_EXTENDED = 292
pkg syscall (darwin-386-cgo), const SYS_MKFIFO = 132
pkg syscall (darwin-386-cgo), const SYS_MKFIFO_EXTENDED = 291
pkg syscall (darwin-386-cgo), const SYS_MKNOD = 14
pkg syscall (darwin-386-cgo), const SYS_MLOCK = 203
pkg syscall (darwin-386-cgo), const SYS_MLOCKALL = 324
pkg syscall (darwin-386-cgo), const SYS_MMAP = 197
pkg syscall (darwin-386-cgo), const SYS_MODWATCH = 233
pkg syscall (darwin-386-cgo), const SYS_MOUNT = 167
pkg syscall (darwin-386-cgo), const SYS_MPROTECT = 74
pkg syscall (darwin-386-cgo), const SYS_MSGCTL = 258
pkg syscall (darwin-386-cgo), const SYS_MSGGET = 259
pkg syscall (darwin-386-cgo), const SYS_MSGRCV = 261
pkg syscall (darwin-386-cgo), const SYS_MSGRCV_NOCANCEL = 419
pkg syscall (darwin-386-cgo), const SYS_MSGSND = 260
pkg syscall (darwin-386-cgo), const SYS_MSGSND_NOCANCEL = 418
pkg syscall (darwin-386-cgo), const SYS_MSGSYS = 252
pkg syscall (darwin-386-cgo), const SYS_MSYNC = 65
pkg syscall (darwin-386-cgo), const SYS_MSYNC_NOCANCEL = 405
pkg syscall (darwin-386-cgo), const SYS_MUNLOCK = 204
pkg syscall (darwin-386-cgo), const SYS_MUNLOCKALL = 325
pkg syscall (darwin-386-cgo), const SYS_MUNMAP = 73
pkg syscall (darwin-386-cgo), const SYS_NFSCLNT = 247
pkg syscall (darwin-386-cgo), const SYS_NFSSVC = 155
pkg syscall (darwin-386-cgo), const SYS_OPEN = 5
pkg syscall (darwin-386-cgo), const SYS_OPEN_EXTENDED = 277
pkg syscall (darwin-386-cgo), const SYS_OPEN_NOCANCEL = 398
pkg syscall (darwin-386-cgo), const SYS_PATHCONF = 191
pkg syscall (darwin-386-cgo), const SYS_PID_HIBERNATE = 435
pkg syscall (darwin-386-cgo), const SYS_PID_RESUME = 434
pkg syscall (darwin-386-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
pkg syscall (darwin-386-cgo), const SYS_PID_SUSPEND = 433
pkg syscall (darwin-386-cgo), const SYS_PIPE = 42
pkg syscall (darwin-386-cgo), const SYS_POLL = 230
pkg syscall (darwin-386-cgo), const SYS_POLL_NOCANCEL = 417
pkg syscall (darwin-386-cgo), const SYS_POSIX_SPAWN = 244
pkg syscall (darwin-386-cgo), const SYS_PREAD = 153
pkg syscall (darwin-386-cgo), const SYS_PREAD_NOCANCEL = 414
pkg syscall (darwin-386-cgo), const SYS_PROCESS_POLICY = 323
pkg syscall (darwin-386-cgo), const SYS_PROC_INFO = 336
pkg syscall (darwin-386-cgo), const SYS_PROFIL = 44
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVBROAD = 303
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVSIGNAL = 304
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVWAIT = 305
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXDROP = 302
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
pkg syscall (darwin-386-cgo), const SYS_PTRACE = 26
pkg syscall (darwin-386-cgo), const SYS_PWRITE = 154
pkg syscall (darwin-386-cgo), const SYS_PWRITE_NOCANCEL = 415
pkg syscall (darwin-386-cgo), const SYS_QUOTACTL = 165
pkg syscall (darwin-386-cgo), const SYS_READ = 3
pkg syscall (darwin-386-cgo), const SYS_READLINK = 58
pkg syscall (darwin-386-cgo), const SYS_READV = 120
pkg syscall (darwin-386-cgo), const SYS_READV_NOCANCEL = 411
pkg syscall (darwin-386-cgo), const SYS_READ_NOCANCEL = 396
pkg syscall (darwin-386-cgo), const SYS_REBOOT = 55
pkg syscall (darwin-386-cgo), const SYS_RECVFROM = 29
pkg syscall (darwin-386-cgo), const SYS_RECVFROM_NOCANCEL = 403
pkg syscall (darwin-386-cgo), const SYS_RECVMSG = 27
pkg syscall (darwin-386-cgo), const SYS_RECVMSG_NOCANCEL = 401
pkg syscall (darwin-386-cgo), const SYS_REMOVEXATTR = 238
pkg syscall (darwin-386-cgo), const SYS_RENAME = 128
pkg syscall (darwin-386-cgo), const SYS_REVOKE = 56
pkg syscall (darwin-386-cgo), const SYS_RMDIR = 137
pkg syscall (darwin-386-cgo), const SYS_SEARCHFS = 225
pkg syscall (darwin-386-cgo), const SYS_SELECT = 93
pkg syscall (darwin-386-cgo), const SYS_SELECT_NOCANCEL = 407
pkg syscall (darwin-386-cgo), const SYS_SEMCTL = 254
pkg syscall (darwin-386-cgo), const SYS_SEMGET = 255
pkg syscall (darwin-386-cgo), const SYS_SEMOP = 256
pkg syscall (darwin-386-cgo), const SYS_SEMSYS = 251
pkg syscall (darwin-386-cgo), const SYS_SEM_CLOSE = 269
pkg syscall (darwin-386-cgo), const SYS_SEM_DESTROY = 276
pkg syscall (darwin-386-cgo), const SYS_SEM_GETVALUE = 274
pkg syscall (darwin-386-cgo), const SYS_SEM_INIT = 275
pkg syscall (darwin-386-cgo), const SYS_SEM_OPEN = 268
pkg syscall (darwin-386-cgo), const SYS_SEM_POST = 273
pkg syscall (darwin-386-cgo), const SYS_SEM_TRYWAIT = 272
pkg syscall (darwin-386-cgo), const SYS_SEM_UNLINK = 270
pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT = 271
pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
pkg syscall (darwin-386-cgo), const SYS_SENDFILE = 337
pkg syscall (darwin-386-cgo), const SYS_SENDMSG = 28
pkg syscall (darwin-386-cgo), const SYS_SENDMSG_NOCANCEL = 402
pkg syscall (darwin-386-cgo), const SYS_SENDTO = 133
pkg syscall (darwin-386-cgo), const SYS_SENDTO_NOCANCEL = 413
pkg syscall (darwin-386-cgo), const SYS_SETATTRLIST = 221
pkg syscall (darwin-386-cgo), const SYS_SETAUDIT = 356
pkg syscall (darwin-386-cgo), const SYS_SETAUDIT_ADDR = 358
pkg syscall (darwin-386-cgo), const SYS_SETAUID = 354
pkg syscall (darwin-386-cgo), const SYS_SETEGID = 182
pkg syscall (darwin-386-cgo), const SYS_SETEUID = 183
pkg syscall (darwin-386-cgo), const SYS_SETGID = 181
pkg syscall (darwin-386-cgo), const SYS_SETGROUPS = 80
pkg syscall (darwin-386-cgo), const SYS_SETITIMER = 83
pkg syscall (darwin-386-cgo), const SYS_SETLCID = 394
pkg syscall (darwin-386-cgo), const SYS_SETLOGIN = 50
pkg syscall (darwin-386-cgo), const SYS_SETPGID = 82
pkg syscall (darwin-386-cgo), const SYS_SETPRIORITY = 96
pkg syscall (darwin-386-cgo), const SYS_SETPRIVEXEC = 152
pkg syscall (darwin-386-cgo), const SYS_SETREGID = 127
pkg syscall (darwin-386-cgo), const SYS_SETREUID = 126
pkg syscall (darwin-386-cgo), const SYS_SETRLIMIT = 195
pkg syscall (darwin-386-cgo), const SYS_SETSGROUPS = 287
pkg syscall (darwin-386-cgo), const SYS_SETSID = 147
pkg syscall (darwin-386-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (darwin-386-cgo), const SYS_SETTID = 285
pkg syscall (darwin-386-cgo), const SYS_SETTID_WITH_PID = 311
pkg syscall (darwin-386-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (darwin-386-cgo), const SYS_SETUID = 23
pkg syscall (darwin-386-cgo), const SYS_SETWGROUPS = 289
pkg syscall (darwin-386-cgo), const SYS_SETXATTR = 236
pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
pkg syscall (darwin-386-cgo), const SYS_SHMAT = 262
pkg syscall (darwin-386-cgo), const SYS_SHMCTL = 263
pkg syscall (darwin-386-cgo), const SYS_SHMDT = 264
pkg syscall (darwin-386-cgo), const SYS_SHMGET = 265
pkg syscall (darwin-386-cgo), const SYS_SHMSYS = 253
pkg syscall (darwin-386-cgo), const SYS_SHM_OPEN = 266
pkg syscall (darwin-386-cgo), const SYS_SHM_UNLINK = 267
pkg syscall (darwin-386-cgo), const SYS_SHUTDOWN = 134
pkg syscall (darwin-386-cgo), const SYS_SIGACTION = 46
pkg syscall (darwin-386-cgo), const SYS_SIGALTSTACK = 53
pkg syscall (darwin-386-cgo), const SYS_SIGPENDING = 52
pkg syscall (darwin-386-cgo), const SYS_SIGPROCMASK = 48
pkg syscall (darwin-386-cgo), const SYS_SIGRETURN = 184
pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND = 111
pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
pkg syscall (darwin-386-cgo), const SYS_SOCKET = 97
pkg syscall (darwin-386-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (darwin-386-cgo), const SYS_STACK_SNAPSHOT = 365
pkg syscall (darwin-386-cgo), const SYS_STAT = 188
pkg syscall (darwin-386-cgo), const SYS_STAT64 = 338
pkg syscall (darwin-386-cgo), const SYS_STAT64_EXTENDED = 341
pkg syscall (darwin-386-cgo), const SYS_STATFS = 157
pkg syscall (darwin-386-cgo), const SYS_STATFS64 = 345
pkg syscall (darwin-386-cgo), const SYS_STATV = 217
pkg syscall (darwin-386-cgo), const SYS_STAT_EXTENDED = 279
pkg syscall (darwin-386-cgo), const SYS_SWAPON = 85
pkg syscall (darwin-386-cgo), const SYS_SYMLINK = 57
pkg syscall (darwin-386-cgo), const SYS_SYNC = 36
pkg syscall (darwin-386-cgo), const SYS_SYSCALL = 0
pkg syscall (darwin-386-cgo), const SYS_THREAD_SELFID = 372
pkg syscall (darwin-386-cgo), const SYS_TRUNCATE = 200
pkg syscall (darwin-386-cgo), const SYS_UMASK = 60
pkg syscall (darwin-386-cgo), const SYS_UMASK_EXTENDED = 278
pkg syscall (darwin-386-cgo), const SYS_UNDELETE = 205
pkg syscall (darwin-386-cgo), const SYS_UNLINK = 10
pkg syscall (darwin-386-cgo), const SYS_UNMOUNT = 159
pkg syscall (darwin-386-cgo), const SYS_UTIMES = 138
pkg syscall (darwin-386-cgo), const SYS_VFORK = 66
pkg syscall (darwin-386-cgo), const SYS_VM_PRESSURE_MONITOR = 296
pkg syscall (darwin-386-cgo), const SYS_WAIT4 = 7
pkg syscall (darwin-386-cgo), const SYS_WAIT4_NOCANCEL = 400
pkg syscall (darwin-386-cgo), const SYS_WAITEVENT = 232
pkg syscall (darwin-386-cgo), const SYS_WAITID = 173
pkg syscall (darwin-386-cgo), const SYS_WAITID_NOCANCEL = 416
pkg syscall (darwin-386-cgo), const SYS_WATCHEVENT = 231
pkg syscall (darwin-386-cgo), const SYS_WORKQ_KERNRETURN = 368
pkg syscall (darwin-386-cgo), const SYS_WORKQ_OPEN = 367
pkg syscall (darwin-386-cgo), const SYS_WRITE = 4
pkg syscall (darwin-386-cgo), const SYS_WRITEV = 121
pkg syscall (darwin-386-cgo), const SYS_WRITEV_NOCANCEL = 412
pkg syscall (darwin-386-cgo), const SYS_WRITE_NOCANCEL = 397
pkg syscall (darwin-386-cgo), const SYS___DISABLE_THREADSIGNAL = 331
pkg syscall (darwin-386-cgo), const SYS___MAC_EXECVE = 380
pkg syscall (darwin-386-cgo), const SYS___MAC_GETFSSTAT = 426
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FD = 388
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FILE = 382
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCID = 391
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCTX = 392
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LINK = 384
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_MOUNT = 425
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PID = 390
pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PROC = 386
pkg syscall (darwin-386-cgo), const SYS___MAC_MOUNT = 424
pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FD = 389
pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FILE = 383
pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LCTX = 393
pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LINK = 385
pkg syscall (darwin-386-cgo), const SYS___MAC_SET_PROC = 387
pkg syscall (darwin-386-cgo), const SYS___MAC_SYSCALL = 381
pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CANCELED = 333
pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CHDIR = 348
pkg syscall (darwin-386-cgo), const SYS___PTHREAD_FCHDIR = 349
pkg syscall (darwin-386-cgo), const SYS___PTHREAD_KILL = 328
pkg syscall (darwin-386-cgo), const SYS___PTHREAD_MARKCANCEL = 332
pkg syscall (darwin-386-cgo), const SYS___PTHREAD_SIGMASK = 329
pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL = 334
pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
pkg syscall (darwin-386-cgo), const SYS___SIGWAIT = 330
pkg syscall (darwin-386-cgo), const SYS___SIGWAIT_NOCANCEL = 422
pkg syscall (darwin-386-cgo), const SYS___SYSCTL = 202
pkg syscall (darwin-386-cgo), const S_IEXEC = 64
pkg syscall (darwin-386-cgo), const S_IFMT = 61440
pkg syscall (darwin-386-cgo), const S_IFWHT = 57344
pkg syscall (darwin-386-cgo), const S_IREAD = 256
pkg syscall (darwin-386-cgo), const S_IRGRP = 32
pkg syscall (darwin-386-cgo), const S_IROTH = 4
pkg syscall (darwin-386-cgo), const S_IRWXG = 56
pkg syscall (darwin-386-cgo), const S_IRWXO = 7
pkg syscall (darwin-386-cgo), const S_IRWXU = 448
pkg syscall (darwin-386-cgo), const S_ISTXT = 512
pkg syscall (darwin-386-cgo), const S_IWGRP = 16
pkg syscall (darwin-386-cgo), const S_IWOTH = 2
pkg syscall (darwin-386-cgo), const S_IWRITE = 128
pkg syscall (darwin-386-cgo), const S_IXGRP = 8
pkg syscall (darwin-386-cgo), const S_IXOTH = 1
pkg syscall (darwin-386-cgo), const SizeofBpfHdr = 20
pkg syscall (darwin-386-cgo), const SizeofBpfInsn = 8
pkg syscall (darwin-386-cgo), const SizeofBpfProgram = 8
pkg syscall (darwin-386-cgo), const SizeofBpfStat = 8
pkg syscall (darwin-386-cgo), const SizeofBpfVersion = 4
pkg syscall (darwin-386-cgo), const SizeofCmsghdr = 12
pkg syscall (darwin-386-cgo), const SizeofIPMreq = 8
pkg syscall (darwin-386-cgo), const SizeofIPv6Mreq = 20
pkg syscall (darwin-386-cgo), const SizeofIfData = 96
pkg syscall (darwin-386-cgo), const SizeofIfMsghdr = 112
pkg syscall (darwin-386-cgo), const SizeofIfaMsghdr = 20
pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr = 16
pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr2 = 20
pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo = 12
pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo ideal-int
pkg syscall (darwin-386-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (darwin-386-cgo), const SizeofLinger = 8
pkg syscall (darwin-386-cgo), const SizeofMsghdr = 28
pkg syscall (darwin-386-cgo), const SizeofRtMetrics = 56
pkg syscall (darwin-386-cgo), const SizeofRtMsghdr = 92
pkg syscall (darwin-386-cgo), const SizeofSockaddrAny = 108
pkg syscall (darwin-386-cgo), const SizeofSockaddrDatalink = 20
pkg syscall (darwin-386-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (darwin-386-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (darwin-386-cgo), const SizeofSockaddrUnix = 106
pkg syscall (darwin-386-cgo), const TCIFLUSH = 1
pkg syscall (darwin-386-cgo), const TCIFLUSH ideal-int
pkg syscall (darwin-386-cgo), const TCIOFLUSH = 3
pkg syscall (darwin-386-cgo), const TCIOFLUSH ideal-int
pkg syscall (darwin-386-cgo), const TCOFLUSH = 2
pkg syscall (darwin-386-cgo), const TCOFLUSH ideal-int
pkg syscall (darwin-386-cgo), const TCP_CONNECTIONTIMEOUT = 32
pkg syscall (darwin-386-cgo), const TCP_KEEPALIVE = 16
pkg syscall (darwin-386-cgo), const TCP_MAXHLEN = 60
pkg syscall (darwin-386-cgo), const TCP_MAXOLEN = 40
pkg syscall (darwin-386-cgo), const TCP_MAXSEG = 2
pkg syscall (darwin-386-cgo), const TCP_MAXWIN = 65535
pkg syscall (darwin-386-cgo), const TCP_MAX_SACK = 3
pkg syscall (darwin-386-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (darwin-386-cgo), const TCP_MINMSS = 216
pkg syscall (darwin-386-cgo), const TCP_MINMSSOVERLOAD = 1000
pkg syscall (darwin-386-cgo), const TCP_MSS = 512
pkg syscall (darwin-386-cgo), const TCP_NOOPT = 8
pkg syscall (darwin-386-cgo), const TCP_NOPUSH = 4
pkg syscall (darwin-386-cgo), const TCP_RXT_CONNDROPTIME = 128
pkg syscall (darwin-386-cgo), const TCP_RXT_FINDROP = 256
pkg syscall (darwin-386-cgo), const TCSAFLUSH = 2
pkg syscall (darwin-386-cgo), const TCSAFLUSH ideal-int
pkg syscall (darwin-386-cgo), const TIOCCBRK = 536900730
pkg syscall (darwin-386-cgo), const TIOCCDTR = 536900728
pkg syscall (darwin-386-cgo), const TIOCCONS = 2147775586
pkg syscall (darwin-386-cgo), const TIOCDCDTIMESTAMP = 1074295896
pkg syscall (darwin-386-cgo), const TIOCDRAIN = 536900702
pkg syscall (darwin-386-cgo), const TIOCDSIMICROCODE = 536900693
pkg syscall (darwin-386-cgo), const TIOCEXCL = 536900621
pkg syscall (darwin-386-cgo), const TIOCEXT = 2147775584
pkg syscall (darwin-386-cgo), const TIOCFLUSH = 2147775504
pkg syscall (darwin-386-cgo), const TIOCGDRAINWAIT = 1074033750
pkg syscall (darwin-386-cgo), const TIOCGETA = 1076655123
pkg syscall (darwin-386-cgo), const TIOCGETD = 1074033690
pkg syscall (darwin-386-cgo), const TIOCGPGRP = 1074033783
pkg syscall (darwin-386-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (darwin-386-cgo), const TIOCIXOFF = 536900736
pkg syscall (darwin-386-cgo), const TIOCIXON = 536900737
pkg syscall (darwin-386-cgo), const TIOCMBIC = 2147775595
pkg syscall (darwin-386-cgo), const TIOCMBIS = 2147775596
pkg syscall (darwin-386-cgo), const TIOCMGDTRWAIT = 1074033754
pkg syscall (darwin-386-cgo), const TIOCMGET = 1074033770
pkg syscall (darwin-386-cgo), const TIOCMODG = 1074033667
pkg syscall (darwin-386-cgo), const TIOCMODS = 2147775492
pkg syscall (darwin-386-cgo), const TIOCMSDTRWAIT = 2147775579
pkg syscall (darwin-386-cgo), const TIOCMSET = 2147775597
pkg syscall (darwin-386-cgo), const TIOCM_CAR = 64
pkg syscall (darwin-386-cgo), const TIOCM_CD = 64
pkg syscall (darwin-386-cgo), const TIOCM_CTS = 32
pkg syscall (darwin-386-cgo), const TIOCM_DSR = 256
pkg syscall (darwin-386-cgo), const TIOCM_DTR = 2
pkg syscall (darwin-386-cgo), const TIOCM_LE = 1
pkg syscall (darwin-386-cgo), const TIOCM_RI = 128
pkg syscall (darwin-386-cgo), const TIOCM_RNG = 128
pkg syscall (darwin-386-cgo), const TIOCM_RTS = 4
pkg syscall (darwin-386-cgo), const TIOCM_SR = 16
pkg syscall (darwin-386-cgo), const TIOCM_ST = 8
pkg syscall (darwin-386-cgo), const TIOCNOTTY = 536900721
pkg syscall (darwin-386-cgo), const TIOCNXCL = 536900622
pkg syscall (darwin-386-cgo), const TIOCOUTQ = 1074033779
pkg syscall (darwin-386-cgo), const TIOCPKT = 2147775600
pkg syscall (darwin-386-cgo), const TIOCPKT_DATA = 0
pkg syscall (darwin-386-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (darwin-386-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (darwin-386-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (darwin-386-cgo), const TIOCPKT_START = 8
pkg syscall (darwin-386-cgo), const TIOCPKT_STOP = 4
pkg syscall (darwin-386-cgo), const TIOCPTYGNAME = 1082160211
pkg syscall (darwin-386-cgo), const TIOCPTYGRANT = 536900692
pkg syscall (darwin-386-cgo), const TIOCPTYUNLK = 536900690
pkg syscall (darwin-386-cgo), const TIOCREMOTE = 2147775593
pkg syscall (darwin-386-cgo), const TIOCSBRK = 536900731
pkg syscall (darwin-386-cgo), const TIOCSCONS = 536900707
pkg syscall (darwin-386-cgo), const TIOCSCTTY = 536900705
pkg syscall (darwin-386-cgo), const TIOCSDRAINWAIT = 2147775575
pkg syscall (darwin-386-cgo), const TIOCSDTR = 536900729
pkg syscall (darwin-386-cgo), const TIOCSETA = 2150396948
pkg syscall (darwin-386-cgo), const TIOCSETAF = 2150396950
pkg syscall (darwin-386-cgo), const TIOCSETAW = 2150396949
pkg syscall (darwin-386-cgo), const TIOCSETD = 2147775515
pkg syscall (darwin-386-cgo), const TIOCSIG = 536900703
pkg syscall (darwin-386-cgo), const TIOCSPGRP = 2147775606
pkg syscall (darwin-386-cgo), const TIOCSTART = 536900718
pkg syscall (darwin-386-cgo), const TIOCSTAT = 536900709
pkg syscall (darwin-386-cgo), const TIOCSTI = 2147578994
pkg syscall (darwin-386-cgo), const TIOCSTOP = 536900719
pkg syscall (darwin-386-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (darwin-386-cgo), const TIOCTIMESTAMP = 1074295897
pkg syscall (darwin-386-cgo), const TIOCUCNTL = 2147775590
pkg syscall (darwin-386-cgo), const TOSTOP = 4194304
pkg syscall (darwin-386-cgo), const TOSTOP ideal-int
pkg syscall (darwin-386-cgo), const VDISCARD = 15
pkg syscall (darwin-386-cgo), const VDISCARD ideal-int
pkg syscall (darwin-386-cgo), const VDSUSP = 11
pkg syscall (darwin-386-cgo), const VDSUSP ideal-int
pkg syscall (darwin-386-cgo), const VEOF = 0
pkg syscall (darwin-386-cgo), const VEOF ideal-int
pkg syscall (darwin-386-cgo), const VEOL = 1
pkg syscall (darwin-386-cgo), const VEOL ideal-int
pkg syscall (darwin-386-cgo), const VEOL2 = 2
pkg syscall (darwin-386-cgo), const VEOL2 ideal-int
pkg syscall (darwin-386-cgo), const VERASE = 3
pkg syscall (darwin-386-cgo), const VERASE ideal-int
pkg syscall (darwin-386-cgo), const VINTR = 8
pkg syscall (darwin-386-cgo), const VINTR ideal-int
pkg syscall (darwin-386-cgo), const VKILL = 5
pkg syscall (darwin-386-cgo), const VKILL ideal-int
pkg syscall (darwin-386-cgo), const VLNEXT = 14
pkg syscall (darwin-386-cgo), const VLNEXT ideal-int
pkg syscall (darwin-386-cgo), const VMIN = 16
pkg syscall (darwin-386-cgo), const VMIN ideal-int
pkg syscall (darwin-386-cgo), const VQUIT = 9
pkg syscall (darwin-386-cgo), const VQUIT ideal-int
pkg syscall (darwin-386-cgo), const VREPRINT = 6
pkg syscall (darwin-386-cgo), const VREPRINT ideal-int
pkg syscall (darwin-386-cgo), const VSTART = 12
pkg syscall (darwin-386-cgo), const VSTART ideal-int
pkg syscall (darwin-386-cgo), const VSTATUS = 18
pkg syscall (darwin-386-cgo), const VSTATUS ideal-int
pkg syscall (darwin-386-cgo), const VSTOP = 13
pkg syscall (darwin-386-cgo), const VSTOP ideal-int
pkg syscall (darwin-386-cgo), const VSUSP = 10
pkg syscall (darwin-386-cgo), const VSUSP ideal-int
pkg syscall (darwin-386-cgo), const VT0 = 0
pkg syscall (darwin-386-cgo), const VT0 ideal-int
pkg syscall (darwin-386-cgo), const VT1 = 65536
pkg syscall (darwin-386-cgo), const VT1 ideal-int
pkg syscall (darwin-386-cgo), const VTDLY = 65536
pkg syscall (darwin-386-cgo), const VTDLY ideal-int
pkg syscall (darwin-386-cgo), const VTIME = 17
pkg syscall (darwin-386-cgo), const VTIME ideal-int
pkg syscall (darwin-386-cgo), const VWERASE = 4
pkg syscall (darwin-386-cgo), const VWERASE ideal-int
pkg syscall (darwin-386-cgo), const WCONTINUED = 16
pkg syscall (darwin-386-cgo), const WCOREFLAG = 128
pkg syscall (darwin-386-cgo), const WEXITED = 4
pkg syscall (darwin-386-cgo), const WNOHANG = 1
pkg syscall (darwin-386-cgo), const WNOWAIT = 32
pkg syscall (darwin-386-cgo), const WORDSIZE = 32
pkg syscall (darwin-386-cgo), const WSTOPPED = 8
pkg syscall (darwin-386-cgo), const WUNTRACED = 2
pkg syscall (darwin-386-cgo), func Fchflags(int, int) error
pkg syscall (darwin-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct
pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8
pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Ifindex uint32
pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
pkg syscall (darwin-386-cgo), type Termios struct
pkg syscall (darwin-386-cgo), type Termios struct, Cc [20]uint8
pkg syscall (darwin-386-cgo), type Termios struct, Cflag uint32
pkg syscall (darwin-386-cgo), type Termios struct, Iflag uint32
pkg syscall (darwin-386-cgo), type Termios struct, Ispeed uint32
pkg syscall (darwin-386-cgo), type Termios struct, Lflag uint32
pkg syscall (darwin-386-cgo), type Termios struct, Oflag uint32
pkg syscall (darwin-386-cgo), type Termios struct, Ospeed uint32
pkg syscall (darwin-amd64), const AF_APPLETALK = 16
pkg syscall (darwin-amd64), const AF_CCITT = 10
pkg syscall (darwin-amd64), const AF_CHAOS = 5
pkg syscall (darwin-amd64), const AF_CNT = 21
pkg syscall (darwin-amd64), const AF_COIP = 20
pkg syscall (darwin-amd64), const AF_DATAKIT = 9
pkg syscall (darwin-amd64), const AF_DECnet = 12
pkg syscall (darwin-amd64), const AF_DLI = 13
pkg syscall (darwin-amd64), const AF_E164 = 28
pkg syscall (darwin-amd64), const AF_ECMA = 8
pkg syscall (darwin-amd64), const AF_HYLINK = 15
pkg syscall (darwin-amd64), const AF_IEEE80211 = 37
pkg syscall (darwin-amd64), const AF_IMPLINK = 3
pkg syscall (darwin-amd64), const AF_INET6 = 30
pkg syscall (darwin-amd64), const AF_IPX = 23
pkg syscall (darwin-amd64), const AF_ISDN = 28
pkg syscall (darwin-amd64), const AF_ISO = 7
pkg syscall (darwin-amd64), const AF_LAT = 14
pkg syscall (darwin-amd64), const AF_LINK = 18
pkg syscall (darwin-amd64), const AF_LOCAL = 1
pkg syscall (darwin-amd64), const AF_MAX = 38
pkg syscall (darwin-amd64), const AF_NATM = 31
pkg syscall (darwin-amd64), const AF_NDRV = 27
pkg syscall (darwin-amd64), const AF_NETBIOS = 33
pkg syscall (darwin-amd64), const AF_NS = 6
pkg syscall (darwin-amd64), const AF_OSI = 7
pkg syscall (darwin-amd64), const AF_PPP = 34
pkg syscall (darwin-amd64), const AF_PUP = 4
pkg syscall (darwin-amd64), const AF_RESERVED_36 = 36
pkg syscall (darwin-amd64), const AF_ROUTE = 17
pkg syscall (darwin-amd64), const AF_SIP = 24
pkg syscall (darwin-amd64), const AF_SNA = 11
pkg syscall (darwin-amd64), const AF_SYSTEM = 32
pkg syscall (darwin-amd64), const B0 = 0
pkg syscall (darwin-amd64), const B0 ideal-int
pkg syscall (darwin-amd64), const B110 = 110
pkg syscall (darwin-amd64), const B110 ideal-int
pkg syscall (darwin-amd64), const B115200 = 115200
pkg syscall (darwin-amd64), const B115200 ideal-int
pkg syscall (darwin-amd64), const B1200 = 1200
pkg syscall (darwin-amd64), const B1200 ideal-int
pkg syscall (darwin-amd64), const B134 = 134
pkg syscall (darwin-amd64), const B134 ideal-int
pkg syscall (darwin-amd64), const B14400 = 14400
pkg syscall (darwin-amd64), const B14400 ideal-int
pkg syscall (darwin-amd64), const B150 = 150
pkg syscall (darwin-amd64), const B150 ideal-int
pkg syscall (darwin-amd64), const B1800 = 1800
pkg syscall (darwin-amd64), const B1800 ideal-int
pkg syscall (darwin-amd64), const B19200 = 19200
pkg syscall (darwin-amd64), const B19200 ideal-int
pkg syscall (darwin-amd64), const B200 = 200
pkg syscall (darwin-amd64), const B200 ideal-int
pkg syscall (darwin-amd64), const B230400 = 230400
pkg syscall (darwin-amd64), const B230400 ideal-int
pkg syscall (darwin-amd64), const B2400 = 2400
pkg syscall (darwin-amd64), const B2400 ideal-int
pkg syscall (darwin-amd64), const B28800 = 28800
pkg syscall (darwin-amd64), const B28800 ideal-int
pkg syscall (darwin-amd64), const B300 = 300
pkg syscall (darwin-amd64), const B300 ideal-int
pkg syscall (darwin-amd64), const B38400 = 38400
pkg syscall (darwin-amd64), const B38400 ideal-int
pkg syscall (darwin-amd64), const B4800 = 4800
pkg syscall (darwin-amd64), const B4800 ideal-int
pkg syscall (darwin-amd64), const B50 = 50
pkg syscall (darwin-amd64), const B50 ideal-int
pkg syscall (darwin-amd64), const B57600 = 57600
pkg syscall (darwin-amd64), const B57600 ideal-int
pkg syscall (darwin-amd64), const B600 = 600
pkg syscall (darwin-amd64), const B600 ideal-int
pkg syscall (darwin-amd64), const B7200 = 7200
pkg syscall (darwin-amd64), const B7200 ideal-int
pkg syscall (darwin-amd64), const B75 = 75
pkg syscall (darwin-amd64), const B75 ideal-int
pkg syscall (darwin-amd64), const B76800 = 76800
pkg syscall (darwin-amd64), const B76800 ideal-int
pkg syscall (darwin-amd64), const B9600 = 9600
pkg syscall (darwin-amd64), const B9600 ideal-int
pkg syscall (darwin-amd64), const BIOCFLUSH = 536887912
pkg syscall (darwin-amd64), const BIOCGBLEN = 1074020966
pkg syscall (darwin-amd64), const BIOCGDLT = 1074020970
pkg syscall (darwin-amd64), const BIOCGDLTLIST = 3222028921
pkg syscall (darwin-amd64), const BIOCGETIF = 1075855979
pkg syscall (darwin-amd64), const BIOCGHDRCMPLT = 1074020980
pkg syscall (darwin-amd64), const BIOCGRSIG = 1074020978
pkg syscall (darwin-amd64), const BIOCGRTIMEOUT = 1074807406
pkg syscall (darwin-amd64), const BIOCGSEESENT = 1074020982
pkg syscall (darwin-amd64), const BIOCGSTATS = 1074283119
pkg syscall (darwin-amd64), const BIOCIMMEDIATE = 2147762800
pkg syscall (darwin-amd64), const BIOCPROMISC = 536887913
pkg syscall (darwin-amd64), const BIOCSBLEN = 3221504614
pkg syscall (darwin-amd64), const BIOCSDLT = 2147762808
pkg syscall (darwin-amd64), const BIOCSETF = 2148549223
pkg syscall (darwin-amd64), const BIOCSETIF = 2149597804
pkg syscall (darwin-amd64), const BIOCSHDRCMPLT = 2147762805
pkg syscall (darwin-amd64), const BIOCSRSIG = 2147762803
pkg syscall (darwin-amd64), const BIOCSRTIMEOUT = 2148549229
pkg syscall (darwin-amd64), const BIOCSSEESENT = 2147762807
pkg syscall (darwin-amd64), const BIOCVERSION = 1074020977
pkg syscall (darwin-amd64), const BPF_A = 16
pkg syscall (darwin-amd64), const BPF_ABS = 32
pkg syscall (darwin-amd64), const BPF_ADD = 0
pkg syscall (darwin-amd64), const BPF_ALIGNMENT = 4
pkg syscall (darwin-amd64), const BPF_ALU = 4
pkg syscall (darwin-amd64), const BPF_AND = 80
pkg syscall (darwin-amd64), const BPF_B = 16
pkg syscall (darwin-amd64), const BPF_DIV = 48
pkg syscall (darwin-amd64), const BPF_H = 8
pkg syscall (darwin-amd64), const BPF_IMM = 0
pkg syscall (darwin-amd64), const BPF_IND = 64
pkg syscall (darwin-amd64), const BPF_JA = 0
pkg syscall (darwin-amd64), const BPF_JEQ = 16
pkg syscall (darwin-amd64), const BPF_JGE = 48
pkg syscall (darwin-amd64), const BPF_JGT = 32
pkg syscall (darwin-amd64), const BPF_JMP = 5
pkg syscall (darwin-amd64), const BPF_JSET = 64
pkg syscall (darwin-amd64), const BPF_K = 0
pkg syscall (darwin-amd64), const BPF_LD = 0
pkg syscall (darwin-amd64), const BPF_LDX = 1
pkg syscall (darwin-amd64), const BPF_LEN = 128
pkg syscall (darwin-amd64), const BPF_LSH = 96
pkg syscall (darwin-amd64), const BPF_MAJOR_VERSION = 1
pkg syscall (darwin-amd64), const BPF_MAXBUFSIZE = 524288
pkg syscall (darwin-amd64), const BPF_MAXINSNS = 512
pkg syscall (darwin-amd64), const BPF_MEM = 96
pkg syscall (darwin-amd64), const BPF_MEMWORDS = 16
pkg syscall (darwin-amd64), const BPF_MINBUFSIZE = 32
pkg syscall (darwin-amd64), const BPF_MINOR_VERSION = 1
pkg syscall (darwin-amd64), const BPF_MISC = 7
pkg syscall (darwin-amd64), const BPF_MSH = 160
pkg syscall (darwin-amd64), const BPF_MUL = 32
pkg syscall (darwin-amd64), const BPF_NEG = 128
pkg syscall (darwin-amd64), const BPF_OR = 64
pkg syscall (darwin-amd64), const BPF_RELEASE = 199606
pkg syscall (darwin-amd64), const BPF_RET = 6
pkg syscall (darwin-amd64), const BPF_RSH = 112
pkg syscall (darwin-amd64), const BPF_ST = 2
pkg syscall (darwin-amd64), const BPF_STX = 3
pkg syscall (darwin-amd64), const BPF_SUB = 16
pkg syscall (darwin-amd64), const BPF_TAX = 0
pkg syscall (darwin-amd64), const BPF_TXA = 128
pkg syscall (darwin-amd64), const BPF_W = 0
pkg syscall (darwin-amd64), const BPF_X = 8
pkg syscall (darwin-amd64), const BRKINT = 2
pkg syscall (darwin-amd64), const BRKINT ideal-int
pkg syscall (darwin-amd64), const CFLUSH = 15
pkg syscall (darwin-amd64), const CFLUSH ideal-int
pkg syscall (darwin-amd64), const CLOCAL = 32768
pkg syscall (darwin-amd64), const CLOCAL ideal-int
pkg syscall (darwin-amd64), const CREAD = 2048
pkg syscall (darwin-amd64), const CREAD ideal-int
pkg syscall (darwin-amd64), const CS5 = 0
pkg syscall (darwin-amd64), const CS5 ideal-int
pkg syscall (darwin-amd64), const CS6 = 256
pkg syscall (darwin-amd64), const CS6 ideal-int
pkg syscall (darwin-amd64), const CS7 = 512
pkg syscall (darwin-amd64), const CS7 ideal-int
pkg syscall (darwin-amd64), const CS8 = 768
pkg syscall (darwin-amd64), const CS8 ideal-int
pkg syscall (darwin-amd64), const CSIZE = 768
pkg syscall (darwin-amd64), const CSIZE ideal-int
pkg syscall (darwin-amd64), const CSTART = 17
pkg syscall (darwin-amd64), const CSTART ideal-int
pkg syscall (darwin-amd64), const CSTATUS = 20
pkg syscall (darwin-amd64), const CSTATUS ideal-int
pkg syscall (darwin-amd64), const CSTOP = 19
pkg syscall (darwin-amd64), const CSTOP ideal-int
pkg syscall (darwin-amd64), const CSTOPB = 1024
pkg syscall (darwin-amd64), const CSTOPB ideal-int
pkg syscall (darwin-amd64), const CSUSP = 26
pkg syscall (darwin-amd64), const CSUSP ideal-int
pkg syscall (darwin-amd64), const CTL_MAXNAME = 12
pkg syscall (darwin-amd64), const CTL_NET = 4
pkg syscall (darwin-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (darwin-amd64), const DLT_ARCNET = 7
pkg syscall (darwin-amd64), const DLT_ATM_CLIP = 19
pkg syscall (darwin-amd64), const DLT_ATM_RFC1483 = 11
pkg syscall (darwin-amd64), const DLT_AX25 = 3
pkg syscall (darwin-amd64), const DLT_CHAOS = 5
pkg syscall (darwin-amd64), const DLT_CHDLC = 104
pkg syscall (darwin-amd64), const DLT_C_HDLC = 104
pkg syscall (darwin-amd64), const DLT_EN10MB = 1
pkg syscall (darwin-amd64), const DLT_EN3MB = 2
pkg syscall (darwin-amd64), const DLT_FDDI = 10
pkg syscall (darwin-amd64), const DLT_IEEE802 = 6
pkg syscall (darwin-amd64), const DLT_IEEE802_11 = 105
pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO = 127
pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (darwin-amd64), const DLT_LINUX_SLL = 113
pkg syscall (darwin-amd64), const DLT_LOOP = 108
pkg syscall (darwin-amd64), const DLT_NULL = 0
pkg syscall (darwin-amd64), const DLT_PFLOG = 117
pkg syscall (darwin-amd64), const DLT_PFSYNC = 18
pkg syscall (darwin-amd64), const DLT_PPP = 9
pkg syscall (darwin-amd64), const DLT_PPP_BSDOS = 16
pkg syscall (darwin-amd64), const DLT_PPP_SERIAL = 50
pkg syscall (darwin-amd64), const DLT_PRONET = 4
pkg syscall (darwin-amd64), const DLT_RAW = 12
pkg syscall (darwin-amd64), const DLT_SLIP = 8
pkg syscall (darwin-amd64), const DLT_SLIP_BSDOS = 15
pkg syscall (darwin-amd64), const DT_BLK = 6
pkg syscall (darwin-amd64), const DT_CHR = 2
pkg syscall (darwin-amd64), const DT_DIR = 4
pkg syscall (darwin-amd64), const DT_FIFO = 1
pkg syscall (darwin-amd64), const DT_LNK = 10
pkg syscall (darwin-amd64), const DT_REG = 8
pkg syscall (darwin-amd64), const DT_SOCK = 12
pkg syscall (darwin-amd64), const DT_UNKNOWN = 0
pkg syscall (darwin-amd64), const DT_WHT = 14
pkg syscall (darwin-amd64), const E2BIG = 7
pkg syscall (darwin-amd64), const EACCES = 13
pkg syscall (darwin-amd64), const EADDRINUSE = 48
pkg syscall (darwin-amd64), const EADDRNOTAVAIL = 49
pkg syscall (darwin-amd64), const EAFNOSUPPORT = 47
pkg syscall (darwin-amd64), const EAGAIN = 35
pkg syscall (darwin-amd64), const EALREADY = 37
pkg syscall (darwin-amd64), const EAUTH = 80
pkg syscall (darwin-amd64), const EBADARCH = 86
pkg syscall (darwin-amd64), const EBADEXEC = 85
pkg syscall (darwin-amd64), const EBADF = 9
pkg syscall (darwin-amd64), const EBADMACHO = 88
pkg syscall (darwin-amd64), const EBADMSG = 94
pkg syscall (darwin-amd64), const EBADRPC = 72
pkg syscall (darwin-amd64), const EBUSY = 16
pkg syscall (darwin-amd64), const ECANCELED = 89
pkg syscall (darwin-amd64), const ECHILD = 10
pkg syscall (darwin-amd64), const ECHO = 8
pkg syscall (darwin-amd64), const ECHOCTL = 64
pkg syscall (darwin-amd64), const ECHOE = 2
pkg syscall (darwin-amd64), const ECHOK = 4
pkg syscall (darwin-amd64), const ECHOKE = 1
pkg syscall (darwin-amd64), const ECHONL = 16
pkg syscall (darwin-amd64), const ECHOPRT = 32
pkg syscall (darwin-amd64), const ECONNABORTED = 53
pkg syscall (darwin-amd64), const ECONNREFUSED = 61
pkg syscall (darwin-amd64), const ECONNRESET = 54
pkg syscall (darwin-amd64), const EDEADLK = 11
pkg syscall (darwin-amd64), const EDESTADDRREQ = 39
pkg syscall (darwin-amd64), const EDEVERR = 83
pkg syscall (darwin-amd64), const EDOM = 33
pkg syscall (darwin-amd64), const EDQUOT = 69
pkg syscall (darwin-amd64), const EEXIST = 17
pkg syscall (darwin-amd64), const EFAULT = 14
pkg syscall (darwin-amd64), const EFBIG = 27
pkg syscall (darwin-amd64), const EFTYPE = 79
pkg syscall (darwin-amd64), const EHOSTDOWN = 64
pkg syscall (darwin-amd64), const EHOSTUNREACH = 65
pkg syscall (darwin-amd64), const EIDRM = 90
pkg syscall (darwin-amd64), const EILSEQ = 92
pkg syscall (darwin-amd64), const EINPROGRESS = 36
pkg syscall (darwin-amd64), const EINTR = 4
pkg syscall (darwin-amd64), const EINVAL = 22
pkg syscall (darwin-amd64), const EIO = 5
pkg syscall (darwin-amd64), const EISCONN = 56
pkg syscall (darwin-amd64), const EISDIR = 21
pkg syscall (darwin-amd64), const ELAST = 105
pkg syscall (darwin-amd64), const ELOOP = 62
pkg syscall (darwin-amd64), const EMFILE = 24
pkg syscall (darwin-amd64), const EMLINK = 31
pkg syscall (darwin-amd64), const EMSGSIZE = 40
pkg syscall (darwin-amd64), const EMULTIHOP = 95
pkg syscall (darwin-amd64), const ENAMETOOLONG = 63
pkg syscall (darwin-amd64), const ENEEDAUTH = 81
pkg syscall (darwin-amd64), const ENETDOWN = 50
pkg syscall (darwin-amd64), const ENETRESET = 52
pkg syscall (darwin-amd64), const ENETUNREACH = 51
pkg syscall (darwin-amd64), const ENFILE = 23
pkg syscall (darwin-amd64), const ENOATTR = 93
pkg syscall (darwin-amd64), const ENOBUFS = 55
pkg syscall (darwin-amd64), const ENODATA = 96
pkg syscall (darwin-amd64), const ENODEV = 19
pkg syscall (darwin-amd64), const ENOEXEC = 8
pkg syscall (darwin-amd64), const ENOLCK = 77
pkg syscall (darwin-amd64), const ENOLINK = 97
pkg syscall (darwin-amd64), const ENOMEM = 12
pkg syscall (darwin-amd64), const ENOMSG = 91
pkg syscall (darwin-amd64), const ENOPOLICY = 103
pkg syscall (darwin-amd64), const ENOPROTOOPT = 42
pkg syscall (darwin-amd64), const ENOSPC = 28
pkg syscall (darwin-amd64), const ENOSR = 98
pkg syscall (darwin-amd64), const ENOSTR = 99
pkg syscall (darwin-amd64), const ENOSYS = 78
pkg syscall (darwin-amd64), const ENOTBLK = 15
pkg syscall (darwin-amd64), const ENOTCONN = 57
pkg syscall (darwin-amd64), const ENOTDIR = 20
pkg syscall (darwin-amd64), const ENOTEMPTY = 66
pkg syscall (darwin-amd64), const ENOTRECOVERABLE = 104
pkg syscall (darwin-amd64), const ENOTSOCK = 38
pkg syscall (darwin-amd64), const ENOTSUP = 45
pkg syscall (darwin-amd64), const ENOTTY = 25
pkg syscall (darwin-amd64), const ENXIO = 6
pkg syscall (darwin-amd64), const EOPNOTSUPP = 102
pkg syscall (darwin-amd64), const EOVERFLOW = 84
pkg syscall (darwin-amd64), const EOWNERDEAD = 105
pkg syscall (darwin-amd64), const EPERM = 1
pkg syscall (darwin-amd64), const EPFNOSUPPORT = 46
pkg syscall (darwin-amd64), const EPIPE = 32
pkg syscall (darwin-amd64), const EPROCLIM = 67
pkg syscall (darwin-amd64), const EPROCUNAVAIL = 76
pkg syscall (darwin-amd64), const EPROGMISMATCH = 75
pkg syscall (darwin-amd64), const EPROGUNAVAIL = 74
pkg syscall (darwin-amd64), const EPROTO = 100
pkg syscall (darwin-amd64), const EPROTONOSUPPORT = 43
pkg syscall (darwin-amd64), const EPROTOTYPE = 41
pkg syscall (darwin-amd64), const EPWROFF = 82
pkg syscall (darwin-amd64), const ERANGE = 34
pkg syscall (darwin-amd64), const EREMOTE = 71
pkg syscall (darwin-amd64), const EROFS = 30
pkg syscall (darwin-amd64), const ERPCMISMATCH = 73
pkg syscall (darwin-amd64), const ESHLIBVERS = 87
pkg syscall (darwin-amd64), const ESHUTDOWN = 58
pkg syscall (darwin-amd64), const ESOCKTNOSUPPORT = 44
pkg syscall (darwin-amd64), const ESPIPE = 29
pkg syscall (darwin-amd64), const ESRCH = 3
pkg syscall (darwin-amd64), const ESTALE = 70
pkg syscall (darwin-amd64), const ETIME = 101
pkg syscall (darwin-amd64), const ETIMEDOUT = 60
pkg syscall (darwin-amd64), const ETOOMANYREFS = 59
pkg syscall (darwin-amd64), const ETXTBSY = 26
pkg syscall (darwin-amd64), const EUSERS = 68
pkg syscall (darwin-amd64), const EVFILT_AIO = -3
pkg syscall (darwin-amd64), const EVFILT_FS = -9
pkg syscall (darwin-amd64), const EVFILT_MACHPORT = -8
pkg syscall (darwin-amd64), const EVFILT_PROC = -5
pkg syscall (darwin-amd64), const EVFILT_READ = -1
pkg syscall (darwin-amd64), const EVFILT_SIGNAL = -6
pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT = 12
pkg syscall (darwin-amd64), const EVFILT_THREADMARKER = 12
pkg syscall (darwin-amd64), const EVFILT_TIMER = -7
pkg syscall (darwin-amd64), const EVFILT_USER = -10
pkg syscall (darwin-amd64), const EVFILT_VM = -12
pkg syscall (darwin-amd64), const EVFILT_VNODE = -4
pkg syscall (darwin-amd64), const EVFILT_WRITE = -2
pkg syscall (darwin-amd64), const EV_ADD = 1
pkg syscall (darwin-amd64), const EV_CLEAR = 32
pkg syscall (darwin-amd64), const EV_DELETE = 2
pkg syscall (darwin-amd64), const EV_DISABLE = 8
pkg syscall (darwin-amd64), const EV_DISPATCH = 128
pkg syscall (darwin-amd64), const EV_ENABLE = 4
pkg syscall (darwin-amd64), const EV_EOF = 32768
pkg syscall (darwin-amd64), const EV_ERROR = 16384
pkg syscall (darwin-amd64), const EV_FLAG0 = 4096
pkg syscall (darwin-amd64), const EV_FLAG1 = 8192
pkg syscall (darwin-amd64), const EV_ONESHOT = 16
pkg syscall (darwin-amd64), const EV_OOBAND = 8192
pkg syscall (darwin-amd64), const EV_POLL = 4096
pkg syscall (darwin-amd64), const EV_RECEIPT = 64
pkg syscall (darwin-amd64), const EV_SYSFLAGS = 61440
pkg syscall (darwin-amd64), const EWOULDBLOCK = 35
pkg syscall (darwin-amd64), const EXDEV = 18
pkg syscall (darwin-amd64), const EXTA = 19200
pkg syscall (darwin-amd64), const EXTB = 38400
pkg syscall (darwin-amd64), const EXTPROC = 2048
pkg syscall (darwin-amd64), const FD_CLOEXEC = 1
pkg syscall (darwin-amd64), const FD_SETSIZE = 1024
pkg syscall (darwin-amd64), const FLUSHO = 8388608
pkg syscall (darwin-amd64), const FLUSHO ideal-int
pkg syscall (darwin-amd64), const F_ADDFILESIGS = 61
pkg syscall (darwin-amd64), const F_ADDSIGS = 59
pkg syscall (darwin-amd64), const F_ALLOCATEALL = 4
pkg syscall (darwin-amd64), const F_ALLOCATECONTIG = 2
pkg syscall (darwin-amd64), const F_CHKCLEAN = 41
pkg syscall (darwin-amd64), const F_DUPFD = 0
pkg syscall (darwin-amd64), const F_DUPFD_CLOEXEC = 67
pkg syscall (darwin-amd64), const F_FLUSH_DATA = 40
pkg syscall (darwin-amd64), const F_FREEZE_FS = 53
pkg syscall (darwin-amd64), const F_FULLFSYNC = 51
pkg syscall (darwin-amd64), const F_GETFD = 1
pkg syscall (darwin-amd64), const F_GETFL = 3
pkg syscall (darwin-amd64), const F_GETLK = 7
pkg syscall (darwin-amd64), const F_GETLKPID = 66
pkg syscall (darwin-amd64), const F_GETNOSIGPIPE = 74
pkg syscall (darwin-amd64), const F_GETOWN = 5
pkg syscall (darwin-amd64), const F_GETPATH = 50
pkg syscall (darwin-amd64), const F_GETPATH_MTMINFO = 71
pkg syscall (darwin-amd64), const F_GETPROTECTIONCLASS = 63
pkg syscall (darwin-amd64), const F_GLOBAL_NOCACHE = 55
pkg syscall (darwin-amd64), const F_LOG2PHYS = 49
pkg syscall (darwin-amd64), const F_LOG2PHYS_EXT = 65
pkg syscall (darwin-amd64), const F_MARKDEPENDENCY = 60
pkg syscall (darwin-amd64), const F_NOCACHE = 48
pkg syscall (darwin-amd64), const F_NODIRECT = 62
pkg syscall (darwin-amd64), const F_OK = 0
pkg syscall (darwin-amd64), const F_PATHPKG_CHECK = 52
pkg syscall (darwin-amd64), const F_PEOFPOSMODE = 3
pkg syscall (darwin-amd64), const F_PREALLOCATE = 42
pkg syscall (darwin-amd64), const F_RDADVISE = 44
pkg syscall (darwin-amd64), const F_RDAHEAD = 45
pkg syscall (darwin-amd64), const F_RDLCK = 1
pkg syscall (darwin-amd64), const F_READBOOTSTRAP = 46
pkg syscall (darwin-amd64), const F_SETBACKINGSTORE = 70
pkg syscall (darwin-amd64), const F_SETFD = 2
pkg syscall (darwin-amd64), const F_SETFL = 4
pkg syscall (darwin-amd64), const F_SETLK = 8
pkg syscall (darwin-amd64), const F_SETLKW = 9
pkg syscall (darwin-amd64), const F_SETNOSIGPIPE = 73
pkg syscall (darwin-amd64), const F_SETOWN = 6
pkg syscall (darwin-amd64), const F_SETPROTECTIONCLASS = 64
pkg syscall (darwin-amd64), const F_SETSIZE = 43
pkg syscall (darwin-amd64), const F_THAW_FS = 54
pkg syscall (darwin-amd64), const F_UNLCK = 2
pkg syscall (darwin-amd64), const F_VOLPOSMODE = 4
pkg syscall (darwin-amd64), const F_WRITEBOOTSTRAP = 47
pkg syscall (darwin-amd64), const F_WRLCK = 3
pkg syscall (darwin-amd64), const HUPCL = 16384
pkg syscall (darwin-amd64), const HUPCL ideal-int
pkg syscall (darwin-amd64), const ICANON = 256
pkg syscall (darwin-amd64), const ICANON ideal-int
pkg syscall (darwin-amd64), const ICRNL = 256
pkg syscall (darwin-amd64), const ICRNL ideal-int
pkg syscall (darwin-amd64), const IEXTEN = 1024
pkg syscall (darwin-amd64), const IEXTEN ideal-int
pkg syscall (darwin-amd64), const IFF_ALLMULTI = 512
pkg syscall (darwin-amd64), const IFF_ALTPHYS = 16384
pkg syscall (darwin-amd64), const IFF_DEBUG = 4
pkg syscall (darwin-amd64), const IFF_LINK0 = 4096
pkg syscall (darwin-amd64), const IFF_LINK1 = 8192
pkg syscall (darwin-amd64), const IFF_LINK2 = 16384
pkg syscall (darwin-amd64), const IFF_LOOPBACK = 8
pkg syscall (darwin-amd64), const IFF_MULTICAST = 32768
pkg syscall (darwin-amd64), const IFF_NOARP = 128
pkg syscall (darwin-amd64), const IFF_NOTRAILERS = 32
pkg syscall (darwin-amd64), const IFF_OACTIVE = 1024
pkg syscall (darwin-amd64), const IFF_POINTOPOINT = 16
pkg syscall (darwin-amd64), const IFF_PROMISC = 256
pkg syscall (darwin-amd64), const IFF_RUNNING = 64
pkg syscall (darwin-amd64), const IFF_SIMPLEX = 2048
pkg syscall (darwin-amd64), const IFNAMSIZ = 16
pkg syscall (darwin-amd64), const IFT_1822 = 2
pkg syscall (darwin-amd64), const IFT_AAL5 = 49
pkg syscall (darwin-amd64), const IFT_ARCNET = 35
pkg syscall (darwin-amd64), const IFT_ARCNETPLUS = 36
pkg syscall (darwin-amd64), const IFT_ATM = 37
pkg syscall (darwin-amd64), const IFT_BRIDGE = 209
pkg syscall (darwin-amd64), const IFT_CARP = 248
pkg syscall (darwin-amd64), const IFT_CELLULAR = 255
pkg syscall (darwin-amd64), const IFT_CEPT = 19
pkg syscall (darwin-amd64), const IFT_DS3 = 30
pkg syscall (darwin-amd64), const IFT_ENC = 244
pkg syscall (darwin-amd64), const IFT_EON = 25
pkg syscall (darwin-amd64), const IFT_ETHER = 6
pkg syscall (darwin-amd64), const IFT_FAITH = 56
pkg syscall (darwin-amd64), const IFT_FDDI = 15
pkg syscall (darwin-amd64), const IFT_FRELAY = 32
pkg syscall (darwin-amd64), const IFT_FRELAYDCE = 44
pkg syscall (darwin-amd64), const IFT_GIF = 55
pkg syscall (darwin-amd64), const IFT_HDH1822 = 3
pkg syscall (darwin-amd64), const IFT_HIPPI = 47
pkg syscall (darwin-amd64), const IFT_HSSI = 46
pkg syscall (darwin-amd64), const IFT_HY = 14
pkg syscall (darwin-amd64), const IFT_IEEE1394 = 144
pkg syscall (darwin-amd64), const IFT_IEEE8023ADLAG = 136
pkg syscall (darwin-amd64), const IFT_ISDNBASIC = 20
pkg syscall (darwin-amd64), const IFT_ISDNPRIMARY = 21
pkg syscall (darwin-amd64), const IFT_ISO88022LLC = 41
pkg syscall (darwin-amd64), const IFT_ISO88023 = 7
pkg syscall (darwin-amd64), const IFT_ISO88024 = 8
pkg syscall (darwin-amd64), const IFT_ISO88025 = 9
pkg syscall (darwin-amd64), const IFT_ISO88026 = 10
pkg syscall (darwin-amd64), const IFT_L2VLAN = 135
pkg syscall (darwin-amd64), const IFT_LAPB = 16
pkg syscall (darwin-amd64), const IFT_LOCALTALK = 42
pkg syscall (darwin-amd64), const IFT_LOOP = 24
pkg syscall (darwin-amd64), const IFT_MIOX25 = 38
pkg syscall (darwin-amd64), const IFT_MODEM = 48
pkg syscall (darwin-amd64), const IFT_NSIP = 27
pkg syscall (darwin-amd64), const IFT_OTHER = 1
pkg syscall (darwin-amd64), const IFT_P10 = 12
pkg syscall (darwin-amd64), const IFT_P80 = 13
pkg syscall (darwin-amd64), const IFT_PARA = 34
pkg syscall (darwin-amd64), const IFT_PDP = 255
pkg syscall (darwin-amd64), const IFT_PFLOG = 245
pkg syscall (darwin-amd64), const IFT_PFSYNC = 246
pkg syscall (darwin-amd64), const IFT_PPP = 23
pkg syscall (darwin-amd64), const IFT_PROPMUX = 54
pkg syscall (darwin-amd64), const IFT_PROPVIRTUAL = 53
pkg syscall (darwin-amd64), const IFT_PTPSERIAL = 22
pkg syscall (darwin-amd64), const IFT_RS232 = 33
pkg syscall (darwin-amd64), const IFT_SDLC = 17
pkg syscall (darwin-amd64), const IFT_SIP = 31
pkg syscall (darwin-amd64), const IFT_SLIP = 28
pkg syscall (darwin-amd64), const IFT_SMDSDXI = 43
pkg syscall (darwin-amd64), const IFT_SMDSICIP = 52
pkg syscall (darwin-amd64), const IFT_SONET = 39
pkg syscall (darwin-amd64), const IFT_SONETPATH = 50
pkg syscall (darwin-amd64), const IFT_SONETVT = 51
pkg syscall (darwin-amd64), const IFT_STARLAN = 11
pkg syscall (darwin-amd64), const IFT_STF = 57
pkg syscall (darwin-amd64), const IFT_T1 = 18
pkg syscall (darwin-amd64), const IFT_ULTRA = 29
pkg syscall (darwin-amd64), const IFT_V35 = 45
pkg syscall (darwin-amd64), const IFT_X25 = 5
pkg syscall (darwin-amd64), const IFT_X25DDN = 4
pkg syscall (darwin-amd64), const IFT_X25PLE = 40
pkg syscall (darwin-amd64), const IFT_XETHER = 26
pkg syscall (darwin-amd64), const IGNBRK = 1
pkg syscall (darwin-amd64), const IGNBRK ideal-int
pkg syscall (darwin-amd64), const IGNCR = 128
pkg syscall (darwin-amd64), const IGNCR ideal-int
pkg syscall (darwin-amd64), const IGNPAR = 4
pkg syscall (darwin-amd64), const IGNPAR ideal-int
pkg syscall (darwin-amd64), const IMAXBEL = 8192
pkg syscall (darwin-amd64), const IMAXBEL ideal-int
pkg syscall (darwin-amd64), const INLCR = 64
pkg syscall (darwin-amd64), const INLCR ideal-int
pkg syscall (darwin-amd64), const INPCK = 16
pkg syscall (darwin-amd64), const INPCK ideal-int
pkg syscall (darwin-amd64), const IN_CLASSA_HOST = 16777215
pkg syscall (darwin-amd64), const IN_CLASSA_MAX = 128
pkg syscall (darwin-amd64), const IN_CLASSA_NET = 4278190080
pkg syscall (darwin-amd64), const IN_CLASSA_NSHIFT = 24
pkg syscall (darwin-amd64), const IN_CLASSB_HOST = 65535
pkg syscall (darwin-amd64), const IN_CLASSB_MAX = 65536
pkg syscall (darwin-amd64), const IN_CLASSB_NET = 4294901760
pkg syscall (darwin-amd64), const IN_CLASSB_NSHIFT = 16
pkg syscall (darwin-amd64), const IN_CLASSC_HOST = 255
pkg syscall (darwin-amd64), const IN_CLASSC_NET = 4294967040
pkg syscall (darwin-amd64), const IN_CLASSC_NSHIFT = 8
pkg syscall (darwin-amd64), const IN_CLASSD_HOST = 268435455
pkg syscall (darwin-amd64), const IN_CLASSD_NET = 4026531840
pkg syscall (darwin-amd64), const IN_CLASSD_NSHIFT = 28
pkg syscall (darwin-amd64), const IN_LINKLOCALNETNUM = 2851995648
pkg syscall (darwin-amd64), const IN_LOOPBACKNET = 127
pkg syscall (darwin-amd64), const IPPROTO_3PC = 34
pkg syscall (darwin-amd64), const IPPROTO_ADFS = 68
pkg syscall (darwin-amd64), const IPPROTO_AH = 51
pkg syscall (darwin-amd64), const IPPROTO_AHIP = 61
pkg syscall (darwin-amd64), const IPPROTO_APES = 99
pkg syscall (darwin-amd64), const IPPROTO_ARGUS = 13
pkg syscall (darwin-amd64), const IPPROTO_AX25 = 93
pkg syscall (darwin-amd64), const IPPROTO_BHA = 49
pkg syscall (darwin-amd64), const IPPROTO_BLT = 30
pkg syscall (darwin-amd64), const IPPROTO_BRSATMON = 76
pkg syscall (darwin-amd64), const IPPROTO_CFTP = 62
pkg syscall (darwin-amd64), const IPPROTO_CHAOS = 16
pkg syscall (darwin-amd64), const IPPROTO_CMTP = 38
pkg syscall (darwin-amd64), const IPPROTO_CPHB = 73
pkg syscall (darwin-amd64), const IPPROTO_CPNX = 72
pkg syscall (darwin-amd64), const IPPROTO_DDP = 37
pkg syscall (darwin-amd64), const IPPROTO_DGP = 86
pkg syscall (darwin-amd64), const IPPROTO_DIVERT = 254
pkg syscall (darwin-amd64), const IPPROTO_DONE = 257
pkg syscall (darwin-amd64), const IPPROTO_DSTOPTS = 60
pkg syscall (darwin-amd64), const IPPROTO_EGP = 8
pkg syscall (darwin-amd64), const IPPROTO_EMCON = 14
pkg syscall (darwin-amd64), const IPPROTO_ENCAP = 98
pkg syscall (darwin-amd64), const IPPROTO_EON = 80
pkg syscall (darwin-amd64), const IPPROTO_ESP = 50
pkg syscall (darwin-amd64), const IPPROTO_ETHERIP = 97
pkg syscall (darwin-amd64), const IPPROTO_FRAGMENT = 44
pkg syscall (darwin-amd64), const IPPROTO_GGP = 3
pkg syscall (darwin-amd64), const IPPROTO_GMTP = 100
pkg syscall (darwin-amd64), const IPPROTO_GRE = 47
pkg syscall (darwin-amd64), const IPPROTO_HELLO = 63
pkg syscall (darwin-amd64), const IPPROTO_HMP = 20
pkg syscall (darwin-amd64), const IPPROTO_HOPOPTS = 0
pkg syscall (darwin-amd64), const IPPROTO_ICMP = 1
pkg syscall (darwin-amd64), const IPPROTO_ICMPV6 = 58
pkg syscall (darwin-amd64), const IPPROTO_IDP = 22
pkg syscall (darwin-amd64), const IPPROTO_IDPR = 35
pkg syscall (darwin-amd64), const IPPROTO_IDRP = 45
pkg syscall (darwin-amd64), const IPPROTO_IGMP = 2
pkg syscall (darwin-amd64), const IPPROTO_IGP = 85
pkg syscall (darwin-amd64), const IPPROTO_IGRP = 88
pkg syscall (darwin-amd64), const IPPROTO_IL = 40
pkg syscall (darwin-amd64), const IPPROTO_INLSP = 52
pkg syscall (darwin-amd64), const IPPROTO_INP = 32
pkg syscall (darwin-amd64), const IPPROTO_IPCOMP = 108
pkg syscall (darwin-amd64), const IPPROTO_IPCV = 71
pkg syscall (darwin-amd64), const IPPROTO_IPEIP = 94
pkg syscall (darwin-amd64), const IPPROTO_IPIP = 4
pkg syscall (darwin-amd64), const IPPROTO_IPPC = 67
pkg syscall (darwin-amd64), const IPPROTO_IPV4 = 4
pkg syscall (darwin-amd64), const IPPROTO_IRTP = 28
pkg syscall (darwin-amd64), const IPPROTO_KRYPTOLAN = 65
pkg syscall (darwin-amd64), const IPPROTO_LARP = 91
pkg syscall (darwin-amd64), const IPPROTO_LEAF1 = 25
pkg syscall (darwin-amd64), const IPPROTO_LEAF2 = 26
pkg syscall (darwin-amd64), const IPPROTO_MAX = 256
pkg syscall (darwin-amd64), const IPPROTO_MAXID = 52
pkg syscall (darwin-amd64), const IPPROTO_MEAS = 19
pkg syscall (darwin-amd64), const IPPROTO_MHRP = 48
pkg syscall (darwin-amd64), const IPPROTO_MICP = 95
pkg syscall (darwin-amd64), const IPPROTO_MTP = 92
pkg syscall (darwin-amd64), const IPPROTO_MUX = 18
pkg syscall (darwin-amd64), const IPPROTO_ND = 77
pkg syscall (darwin-amd64), const IPPROTO_NHRP = 54
pkg syscall (darwin-amd64), const IPPROTO_NONE = 59
pkg syscall (darwin-amd64), const IPPROTO_NSP = 31
pkg syscall (darwin-amd64), const IPPROTO_NVPII = 11
pkg syscall (darwin-amd64), const IPPROTO_OSPFIGP = 89
pkg syscall (darwin-amd64), const IPPROTO_PGM = 113
pkg syscall (darwin-amd64), const IPPROTO_PIGP = 9
pkg syscall (darwin-amd64), const IPPROTO_PIM = 103
pkg syscall (darwin-amd64), const IPPROTO_PRM = 21
pkg syscall (darwin-amd64), const IPPROTO_PUP = 12
pkg syscall (darwin-amd64), const IPPROTO_PVP = 75
pkg syscall (darwin-amd64), const IPPROTO_RAW = 255
pkg syscall (darwin-amd64), const IPPROTO_RCCMON = 10
pkg syscall (darwin-amd64), const IPPROTO_RDP = 27
pkg syscall (darwin-amd64), const IPPROTO_ROUTING = 43
pkg syscall (darwin-amd64), const IPPROTO_RSVP = 46
pkg syscall (darwin-amd64), const IPPROTO_RVD = 66
pkg syscall (darwin-amd64), const IPPROTO_SATEXPAK = 64
pkg syscall (darwin-amd64), const IPPROTO_SATMON = 69
pkg syscall (darwin-amd64), const IPPROTO_SCCSP = 96
pkg syscall (darwin-amd64), const IPPROTO_SCTP = 132
pkg syscall (darwin-amd64), const IPPROTO_SDRP = 42
pkg syscall (darwin-amd64), const IPPROTO_SEP = 33
pkg syscall (darwin-amd64), const IPPROTO_SRPC = 90
pkg syscall (darwin-amd64), const IPPROTO_ST = 7
pkg syscall (darwin-amd64), const IPPROTO_SVMTP = 82
pkg syscall (darwin-amd64), const IPPROTO_SWIPE = 53
pkg syscall (darwin-amd64), const IPPROTO_TCF = 87
pkg syscall (darwin-amd64), const IPPROTO_TP = 29
pkg syscall (darwin-amd64), const IPPROTO_TPXX = 39
pkg syscall (darwin-amd64), const IPPROTO_TRUNK1 = 23
pkg syscall (darwin-amd64), const IPPROTO_TRUNK2 = 24
pkg syscall (darwin-amd64), const IPPROTO_TTP = 84
pkg syscall (darwin-amd64), const IPPROTO_VINES = 83
pkg syscall (darwin-amd64), const IPPROTO_VISA = 70
pkg syscall (darwin-amd64), const IPPROTO_VMTP = 81
pkg syscall (darwin-amd64), const IPPROTO_WBEXPAK = 79
pkg syscall (darwin-amd64), const IPPROTO_WBMON = 78
pkg syscall (darwin-amd64), const IPPROTO_WSN = 74
pkg syscall (darwin-amd64), const IPPROTO_XNET = 15
pkg syscall (darwin-amd64), const IPPROTO_XTP = 36
pkg syscall (darwin-amd64), const IPV6_2292DSTOPTS = 23
pkg syscall (darwin-amd64), const IPV6_2292HOPLIMIT = 20
pkg syscall (darwin-amd64), const IPV6_2292HOPOPTS = 22
pkg syscall (darwin-amd64), const IPV6_2292NEXTHOP = 21
pkg syscall (darwin-amd64), const IPV6_2292PKTINFO = 19
pkg syscall (darwin-amd64), const IPV6_2292PKTOPTIONS = 25
pkg syscall (darwin-amd64), const IPV6_2292RTHDR = 24
pkg syscall (darwin-amd64), const IPV6_BINDV6ONLY = 27
pkg syscall (darwin-amd64), const IPV6_BOUND_IF = 125
pkg syscall (darwin-amd64), const IPV6_CHECKSUM = 26
pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-amd64), const IPV6_DEFHLIM = 64
pkg syscall (darwin-amd64), const IPV6_FAITH = 29
pkg syscall (darwin-amd64), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (darwin-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (darwin-amd64), const IPV6_FRAGTTL = 120
pkg syscall (darwin-amd64), const IPV6_FW_ADD = 30
pkg syscall (darwin-amd64), const IPV6_FW_DEL = 31
pkg syscall (darwin-amd64), const IPV6_FW_FLUSH = 32
pkg syscall (darwin-amd64), const IPV6_FW_GET = 34
pkg syscall (darwin-amd64), const IPV6_FW_ZERO = 33
pkg syscall (darwin-amd64), const IPV6_HLIMDEC = 1
pkg syscall (darwin-amd64), const IPV6_IPSEC_POLICY = 28
pkg syscall (darwin-amd64), const IPV6_JOIN_GROUP = 12
pkg syscall (darwin-amd64), const IPV6_LEAVE_GROUP = 13
pkg syscall (darwin-amd64), const IPV6_MAXHLIM = 255
pkg syscall (darwin-amd64), const IPV6_MAXOPTHDR = 2048
pkg syscall (darwin-amd64), const IPV6_MAXPACKET = 65535
pkg syscall (darwin-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-amd64), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-amd64), const IPV6_MMTU = 1280
pkg syscall (darwin-amd64), const IPV6_MULTICAST_HOPS = 10
pkg syscall (darwin-amd64), const IPV6_MULTICAST_IF = 9
pkg syscall (darwin-amd64), const IPV6_MULTICAST_LOOP = 11
pkg syscall (darwin-amd64), const IPV6_PORTRANGE = 14
pkg syscall (darwin-amd64), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-amd64), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (darwin-amd64), const IPV6_PORTRANGE_LOW = 2
pkg syscall (darwin-amd64), const IPV6_RECVTCLASS = 35
pkg syscall (darwin-amd64), const IPV6_RTHDR_LOOSE = 0
pkg syscall (darwin-amd64), const IPV6_RTHDR_STRICT = 1
pkg syscall (darwin-amd64), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (darwin-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (darwin-amd64), const IPV6_TCLASS = 36
pkg syscall (darwin-amd64), const IPV6_UNICAST_HOPS = 4
pkg syscall (darwin-amd64), const IPV6_V6ONLY = 27
pkg syscall (darwin-amd64), const IPV6_VERSION = 96
pkg syscall (darwin-amd64), const IPV6_VERSION_MASK = 240
pkg syscall (darwin-amd64), const IP_ADD_MEMBERSHIP = 12
pkg syscall (darwin-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (darwin-amd64), const IP_BLOCK_SOURCE = 72
pkg syscall (darwin-amd64), const IP_BOUND_IF = 25
pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (darwin-amd64), const IP_DF = 16384
pkg syscall (darwin-amd64), const IP_DROP_MEMBERSHIP = 13
pkg syscall (darwin-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (darwin-amd64), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (darwin-amd64), const IP_DUMMYNET_DEL = 61
pkg syscall (darwin-amd64), const IP_DUMMYNET_FLUSH = 62
pkg syscall (darwin-amd64), const IP_DUMMYNET_GET = 64
pkg syscall (darwin-amd64), const IP_FAITH = 22
pkg syscall (darwin-amd64), const IP_FW_ADD = 40
pkg syscall (darwin-amd64), const IP_FW_DEL = 41
pkg syscall (darwin-amd64), const IP_FW_FLUSH = 42
pkg syscall (darwin-amd64), const IP_FW_GET = 44
pkg syscall (darwin-amd64), const IP_FW_RESETLOG = 45
pkg syscall (darwin-amd64), const IP_FW_ZERO = 43
pkg syscall (darwin-amd64), const IP_HDRINCL = 2
pkg syscall (darwin-amd64), const IP_IPSEC_POLICY = 21
pkg syscall (darwin-amd64), const IP_MAXPACKET = 65535
pkg syscall (darwin-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-amd64), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (darwin-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-amd64), const IP_MF = 8192
pkg syscall (darwin-amd64), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-amd64), const IP_MSFILTER = 74
pkg syscall (darwin-amd64), const IP_MSS = 576
pkg syscall (darwin-amd64), const IP_MULTICAST_IF = 9
pkg syscall (darwin-amd64), const IP_MULTICAST_IFINDEX = 66
pkg syscall (darwin-amd64), const IP_MULTICAST_LOOP = 11
pkg syscall (darwin-amd64), const IP_MULTICAST_TTL = 10
pkg syscall (darwin-amd64), const IP_MULTICAST_VIF = 14
pkg syscall (darwin-amd64), const IP_NAT__XXX = 55
pkg syscall (darwin-amd64), const IP_OFFMASK = 8191
pkg syscall (darwin-amd64), const IP_OLD_FW_ADD = 50
pkg syscall (darwin-amd64), const IP_OLD_FW_DEL = 51
pkg syscall (darwin-amd64), const IP_OLD_FW_FLUSH = 52
pkg syscall (darwin-amd64), const IP_OLD_FW_GET = 54
pkg syscall (darwin-amd64), const IP_OLD_FW_RESETLOG = 56
pkg syscall (darwin-amd64), const IP_OLD_FW_ZERO = 53
pkg syscall (darwin-amd64), const IP_OPTIONS = 1
pkg syscall (darwin-amd64), const IP_PKTINFO = 26
pkg syscall (darwin-amd64), const IP_PORTRANGE = 19
pkg syscall (darwin-amd64), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-amd64), const IP_PORTRANGE_HIGH = 1
pkg syscall (darwin-amd64), const IP_PORTRANGE_LOW = 2
pkg syscall (darwin-amd64), const IP_RECVDSTADDR = 7
pkg syscall (darwin-amd64), const IP_RECVIF = 20
pkg syscall (darwin-amd64), const IP_RECVOPTS = 5
pkg syscall (darwin-amd64), const IP_RECVPKTINFO = 26
pkg syscall (darwin-amd64), const IP_RECVRETOPTS = 6
pkg syscall (darwin-amd64), const IP_RECVTTL = 24
pkg syscall (darwin-amd64), const IP_RETOPTS = 8
pkg syscall (darwin-amd64), const IP_RF = 32768
pkg syscall (darwin-amd64), const IP_RSVP_OFF = 16
pkg syscall (darwin-amd64), const IP_RSVP_ON = 15
pkg syscall (darwin-amd64), const IP_RSVP_VIF_OFF = 18
pkg syscall (darwin-amd64), const IP_RSVP_VIF_ON = 17
pkg syscall (darwin-amd64), const IP_STRIPHDR = 23
pkg syscall (darwin-amd64), const IP_TOS = 3
pkg syscall (darwin-amd64), const IP_TRAFFIC_MGT_BACKGROUND = 65
pkg syscall (darwin-amd64), const IP_TTL = 4
pkg syscall (darwin-amd64), const IP_UNBLOCK_SOURCE = 73
pkg syscall (darwin-amd64), const ISIG = 128
pkg syscall (darwin-amd64), const ISIG ideal-int
pkg syscall (darwin-amd64), const ISTRIP = 32
pkg syscall (darwin-amd64), const ISTRIP ideal-int
pkg syscall (darwin-amd64), const IUTF8 = 16384
pkg syscall (darwin-amd64), const IUTF8 ideal-int
pkg syscall (darwin-amd64), const IXANY = 2048
pkg syscall (darwin-amd64), const IXANY ideal-int
pkg syscall (darwin-amd64), const IXOFF = 1024
pkg syscall (darwin-amd64), const IXOFF ideal-int
pkg syscall (darwin-amd64), const IXON = 512
pkg syscall (darwin-amd64), const IXON ideal-int
pkg syscall (darwin-amd64), const ImplementsGetwd = false
pkg syscall (darwin-amd64), const LOCK_EX = 2
pkg syscall (darwin-amd64), const LOCK_NB = 4
pkg syscall (darwin-amd64), const LOCK_SH = 1
pkg syscall (darwin-amd64), const LOCK_UN = 8
pkg syscall (darwin-amd64), const MADV_CAN_REUSE = 9
pkg syscall (darwin-amd64), const MADV_DONTNEED = 4
pkg syscall (darwin-amd64), const MADV_FREE = 5
pkg syscall (darwin-amd64), const MADV_FREE_REUSABLE = 7
pkg syscall (darwin-amd64), const MADV_FREE_REUSE = 8
pkg syscall (darwin-amd64), const MADV_NORMAL = 0
pkg syscall (darwin-amd64), const MADV_RANDOM = 1
pkg syscall (darwin-amd64), const MADV_SEQUENTIAL = 2
pkg syscall (darwin-amd64), const MADV_WILLNEED = 3
pkg syscall (darwin-amd64), const MADV_ZERO_WIRED_PAGES = 6
pkg syscall (darwin-amd64), const MAP_ANON = 4096
pkg syscall (darwin-amd64), const MAP_COPY = 2
pkg syscall (darwin-amd64), const MAP_FILE = 0
pkg syscall (darwin-amd64), const MAP_FIXED = 16
pkg syscall (darwin-amd64), const MAP_HASSEMAPHORE = 512
pkg syscall (darwin-amd64), const MAP_JIT = 2048
pkg syscall (darwin-amd64), const MAP_NOCACHE = 1024
pkg syscall (darwin-amd64), const MAP_NOEXTEND = 256
pkg syscall (darwin-amd64), const MAP_NORESERVE = 64
pkg syscall (darwin-amd64), const MAP_PRIVATE = 2
pkg syscall (darwin-amd64), const MAP_RENAME = 32
pkg syscall (darwin-amd64), const MAP_RESERVED0080 = 128
pkg syscall (darwin-amd64), const MAP_SHARED = 1
pkg syscall (darwin-amd64), const MCL_CURRENT = 1
pkg syscall (darwin-amd64), const MCL_FUTURE = 2
pkg syscall (darwin-amd64), const MSG_CTRUNC = 32
pkg syscall (darwin-amd64), const MSG_DONTROUTE = 4
pkg syscall (darwin-amd64), const MSG_DONTWAIT = 128
pkg syscall (darwin-amd64), const MSG_EOF = 256
pkg syscall (darwin-amd64), const MSG_EOR = 8
pkg syscall (darwin-amd64), const MSG_FLUSH = 1024
pkg syscall (darwin-amd64), const MSG_HAVEMORE = 8192
pkg syscall (darwin-amd64), const MSG_HOLD = 2048
pkg syscall (darwin-amd64), const MSG_NEEDSA = 65536
pkg syscall (darwin-amd64), const MSG_OOB = 1
pkg syscall (darwin-amd64), const MSG_PEEK = 2
pkg syscall (darwin-amd64), const MSG_RCVMORE = 16384
pkg syscall (darwin-amd64), const MSG_SEND = 4096
pkg syscall (darwin-amd64), const MSG_TRUNC = 16
pkg syscall (darwin-amd64), const MSG_WAITALL = 64
pkg syscall (darwin-amd64), const MSG_WAITSTREAM = 512
pkg syscall (darwin-amd64), const MS_ASYNC = 1
pkg syscall (darwin-amd64), const MS_DEACTIVATE = 8
pkg syscall (darwin-amd64), const MS_INVALIDATE = 2
pkg syscall (darwin-amd64), const MS_KILLPAGES = 4
pkg syscall (darwin-amd64), const MS_SYNC = 16
pkg syscall (darwin-amd64), const NAME_MAX = 255
pkg syscall (darwin-amd64), const NET_RT_DUMP = 1
pkg syscall (darwin-amd64), const NET_RT_DUMP2 = 7
pkg syscall (darwin-amd64), const NET_RT_FLAGS = 2
pkg syscall (darwin-amd64), const NET_RT_IFLIST = 3
pkg syscall (darwin-amd64), const NET_RT_IFLIST2 = 6
pkg syscall (darwin-amd64), const NET_RT_MAXID = 10
pkg syscall (darwin-amd64), const NET_RT_STAT = 4
pkg syscall (darwin-amd64), const NET_RT_TRASH = 5
pkg syscall (darwin-amd64), const NOFLSH = 2147483648
pkg syscall (darwin-amd64), const NOFLSH ideal-int
pkg syscall (darwin-amd64), const NOTE_ABSOLUTE = 8
pkg syscall (darwin-amd64), const NOTE_ATTRIB = 8
pkg syscall (darwin-amd64), const NOTE_CHILD = 4
pkg syscall (darwin-amd64), const NOTE_DELETE = 1
pkg syscall (darwin-amd64), const NOTE_EXEC = 536870912
pkg syscall (darwin-amd64), const NOTE_EXIT = 2147483648
pkg syscall (darwin-amd64), const NOTE_EXITSTATUS = 67108864
pkg syscall (darwin-amd64), const NOTE_EXTEND = 4
pkg syscall (darwin-amd64), const NOTE_FFAND = 1073741824
pkg syscall (darwin-amd64), const NOTE_FFCOPY = 3221225472
pkg syscall (darwin-amd64), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (darwin-amd64), const NOTE_FFLAGSMASK = 16777215
pkg syscall (darwin-amd64), const NOTE_FFNOP = 0
pkg syscall (darwin-amd64), const NOTE_FFOR = 2147483648
pkg syscall (darwin-amd64), const NOTE_FORK = 1073741824
pkg syscall (darwin-amd64), const NOTE_LINK = 16
pkg syscall (darwin-amd64), const NOTE_LOWAT = 1
pkg syscall (darwin-amd64), const NOTE_NONE = 128
pkg syscall (darwin-amd64), const NOTE_NSECONDS = 4
pkg syscall (darwin-amd64), const NOTE_PCTRLMASK = -1048576
pkg syscall (darwin-amd64), const NOTE_PDATAMASK = 1048575
pkg syscall (darwin-amd64), const NOTE_REAP = 268435456
pkg syscall (darwin-amd64), const NOTE_RENAME = 32
pkg syscall (darwin-amd64), const NOTE_RESOURCEEND = 33554432
pkg syscall (darwin-amd64), const NOTE_REVOKE = 64
pkg syscall (darwin-amd64), const NOTE_SECONDS = 1
pkg syscall (darwin-amd64), const NOTE_SIGNAL = 134217728
pkg syscall (darwin-amd64), const NOTE_TRACK = 1
pkg syscall (darwin-amd64), const NOTE_TRACKERR = 2
pkg syscall (darwin-amd64), const NOTE_TRIGGER = 16777216
pkg syscall (darwin-amd64), const NOTE_USECONDS = 2
pkg syscall (darwin-amd64), const NOTE_VM_ERROR = 268435456
pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE = 2147483648
pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
pkg syscall (darwin-amd64), const NOTE_WRITE = 2
pkg syscall (darwin-amd64), const OCRNL = 16
pkg syscall (darwin-amd64), const OCRNL ideal-int
pkg syscall (darwin-amd64), const OFDEL = 131072
pkg syscall (darwin-amd64), const OFDEL ideal-int
pkg syscall (darwin-amd64), const OFILL = 128
pkg syscall (darwin-amd64), const OFILL ideal-int
pkg syscall (darwin-amd64), const ONLCR = 2
pkg syscall (darwin-amd64), const ONLCR ideal-int
pkg syscall (darwin-amd64), const ONLRET = 64
pkg syscall (darwin-amd64), const ONLRET ideal-int
pkg syscall (darwin-amd64), const ONOCR = 32
pkg syscall (darwin-amd64), const ONOCR ideal-int
pkg syscall (darwin-amd64), const ONOEOT = 8
pkg syscall (darwin-amd64), const ONOEOT ideal-int
pkg syscall (darwin-amd64), const OPOST = 1
pkg syscall (darwin-amd64), const OPOST ideal-int
pkg syscall (darwin-amd64), const O_ACCMODE = 3
pkg syscall (darwin-amd64), const O_ALERT = 536870912
pkg syscall (darwin-amd64), const O_APPEND = 8
pkg syscall (darwin-amd64), const O_ASYNC = 64
pkg syscall (darwin-amd64), const O_CLOEXEC = 16777216
pkg syscall (darwin-amd64), const O_CREAT = 512
pkg syscall (darwin-amd64), const O_DIRECTORY = 1048576
pkg syscall (darwin-amd64), const O_DSYNC = 4194304
pkg syscall (darwin-amd64), const O_EVTONLY = 32768
pkg syscall (darwin-amd64), const O_EXCL = 2048
pkg syscall (darwin-amd64), const O_EXLOCK = 32
pkg syscall (darwin-amd64), const O_FSYNC = 128
pkg syscall (darwin-amd64), const O_NDELAY = 4
pkg syscall (darwin-amd64), const O_NOCTTY = 131072
pkg syscall (darwin-amd64), const O_NOFOLLOW = 256
pkg syscall (darwin-amd64), const O_NONBLOCK = 4
pkg syscall (darwin-amd64), const O_POPUP = 2147483648
pkg syscall (darwin-amd64), const O_SHLOCK = 16
pkg syscall (darwin-amd64), const O_SYMLINK = 2097152
pkg syscall (darwin-amd64), const O_SYNC = 128
pkg syscall (darwin-amd64), const O_TRUNC = 1024
pkg syscall (darwin-amd64), const PARENB = 4096
pkg syscall (darwin-amd64), const PARENB ideal-int
pkg syscall (darwin-amd64), const PARMRK = 8
pkg syscall (darwin-amd64), const PARMRK ideal-int
pkg syscall (darwin-amd64), const PARODD = 8192
pkg syscall (darwin-amd64), const PARODD ideal-int
pkg syscall (darwin-amd64), const PENDIN = 536870912
pkg syscall (darwin-amd64), const PENDIN ideal-int
pkg syscall (darwin-amd64), const PROT_EXEC = 4
pkg syscall (darwin-amd64), const PROT_NONE = 0
pkg syscall (darwin-amd64), const PROT_READ = 1
pkg syscall (darwin-amd64), const PROT_WRITE = 2
pkg syscall (darwin-amd64), const PTRACE_CONT = 7
pkg syscall (darwin-amd64), const PTRACE_KILL = 8
pkg syscall (darwin-amd64), const PTRACE_TRACEME = 0
pkg syscall (darwin-amd64), const PT_ATTACH = 10
pkg syscall (darwin-amd64), const PT_ATTACHEXC = 14
pkg syscall (darwin-amd64), const PT_CONTINUE = 7
pkg syscall (darwin-amd64), const PT_DENY_ATTACH = 31
pkg syscall (darwin-amd64), const PT_DETACH = 11
pkg syscall (darwin-amd64), const PT_FIRSTMACH = 32
pkg syscall (darwin-amd64), const PT_FORCEQUOTA = 30
pkg syscall (darwin-amd64), const PT_KILL = 8
pkg syscall (darwin-amd64), const PT_READ_D = 2
pkg syscall (darwin-amd64), const PT_READ_I = 1
pkg syscall (darwin-amd64), const PT_READ_U = 3
pkg syscall (darwin-amd64), const PT_SIGEXC = 12
pkg syscall (darwin-amd64), const PT_STEP = 9
pkg syscall (darwin-amd64), const PT_THUPDATE = 13
pkg syscall (darwin-amd64), const PT_TRACE_ME = 0
pkg syscall (darwin-amd64), const PT_WRITE_D = 5
pkg syscall (darwin-amd64), const PT_WRITE_I = 4
pkg syscall (darwin-amd64), const PT_WRITE_U = 6
pkg syscall (darwin-amd64), const RLIMIT_AS = 5
pkg syscall (darwin-amd64), const RLIMIT_CORE = 4
pkg syscall (darwin-amd64), const RLIMIT_CPU = 0
pkg syscall (darwin-amd64), const RLIMIT_DATA = 2
pkg syscall (darwin-amd64), const RLIMIT_FSIZE = 1
pkg syscall (darwin-amd64), const RLIMIT_NOFILE = 8
pkg syscall (darwin-amd64), const RLIMIT_STACK = 3
pkg syscall (darwin-amd64), const RLIM_INFINITY = 9223372036854775807
pkg syscall (darwin-amd64), const RTAX_AUTHOR = 6
pkg syscall (darwin-amd64), const RTAX_BRD = 7
pkg syscall (darwin-amd64), const RTAX_DST = 0
pkg syscall (darwin-amd64), const RTAX_GATEWAY = 1
pkg syscall (darwin-amd64), const RTAX_GENMASK = 3
pkg syscall (darwin-amd64), const RTAX_IFA = 5
pkg syscall (darwin-amd64), const RTAX_IFP = 4
pkg syscall (darwin-amd64), const RTAX_MAX = 8
pkg syscall (darwin-amd64), const RTAX_NETMASK = 2
pkg syscall (darwin-amd64), const RTA_AUTHOR = 64
pkg syscall (darwin-amd64), const RTA_BRD = 128
pkg syscall (darwin-amd64), const RTA_DST = 1
pkg syscall (darwin-amd64), const RTA_GATEWAY = 2
pkg syscall (darwin-amd64), const RTA_GENMASK = 8
pkg syscall (darwin-amd64), const RTA_IFA = 32
pkg syscall (darwin-amd64), const RTA_IFP = 16
pkg syscall (darwin-amd64), const RTA_NETMASK = 4
pkg syscall (darwin-amd64), const RTF_BLACKHOLE = 4096
pkg syscall (darwin-amd64), const RTF_BROADCAST = 4194304
pkg syscall (darwin-amd64), const RTF_CLONING = 256
pkg syscall (darwin-amd64), const RTF_CONDEMNED = 33554432
pkg syscall (darwin-amd64), const RTF_DELCLONE = 128
pkg syscall (darwin-amd64), const RTF_DONE = 64
pkg syscall (darwin-amd64), const RTF_DYNAMIC = 16
pkg syscall (darwin-amd64), const RTF_GATEWAY = 2
pkg syscall (darwin-amd64), const RTF_HOST = 4
pkg syscall (darwin-amd64), const RTF_IFREF = 67108864
pkg syscall (darwin-amd64), const RTF_IFSCOPE = 16777216
pkg syscall (darwin-amd64), const RTF_LLINFO = 1024
pkg syscall (darwin-amd64), const RTF_LOCAL = 2097152
pkg syscall (darwin-amd64), const RTF_MODIFIED = 32
pkg syscall (darwin-amd64), const RTF_MULTICAST = 8388608
pkg syscall (darwin-amd64), const RTF_PINNED = 1048576
pkg syscall (darwin-amd64), const RTF_PRCLONING = 65536
pkg syscall (darwin-amd64), const RTF_PROTO1 = 32768
pkg syscall (darwin-amd64), const RTF_PROTO2 = 16384
pkg syscall (darwin-amd64), const RTF_PROTO3 = 262144
pkg syscall (darwin-amd64), const RTF_REJECT = 8
pkg syscall (darwin-amd64), const RTF_STATIC = 2048
pkg syscall (darwin-amd64), const RTF_UP = 1
pkg syscall (darwin-amd64), const RTF_WASCLONED = 131072
pkg syscall (darwin-amd64), const RTF_XRESOLVE = 512
pkg syscall (darwin-amd64), const RTM_ADD = 1
pkg syscall (darwin-amd64), const RTM_CHANGE = 3
pkg syscall (darwin-amd64), const RTM_DELADDR = 13
pkg syscall (darwin-amd64), const RTM_DELETE = 2
pkg syscall (darwin-amd64), const RTM_DELMADDR = 16
pkg syscall (darwin-amd64), const RTM_GET = 4
pkg syscall (darwin-amd64), const RTM_GET2 = 20
pkg syscall (darwin-amd64), const RTM_IFINFO = 14
pkg syscall (darwin-amd64), const RTM_IFINFO2 = 18
pkg syscall (darwin-amd64), const RTM_LOCK = 8
pkg syscall (darwin-amd64), const RTM_LOSING = 5
pkg syscall (darwin-amd64), const RTM_MISS = 7
pkg syscall (darwin-amd64), const RTM_NEWADDR = 12
pkg syscall (darwin-amd64), const RTM_NEWMADDR = 15
pkg syscall (darwin-amd64), const RTM_NEWMADDR2 = 19
pkg syscall (darwin-amd64), const RTM_OLDADD = 9
pkg syscall (darwin-amd64), const RTM_OLDDEL = 10
pkg syscall (darwin-amd64), const RTM_REDIRECT = 6
pkg syscall (darwin-amd64), const RTM_RESOLVE = 11
pkg syscall (darwin-amd64), const RTM_RTTUNIT = 1000000
pkg syscall (darwin-amd64), const RTM_VERSION = 5
pkg syscall (darwin-amd64), const RTV_EXPIRE = 4
pkg syscall (darwin-amd64), const RTV_HOPCOUNT = 2
pkg syscall (darwin-amd64), const RTV_MTU = 1
pkg syscall (darwin-amd64), const RTV_RPIPE = 8
pkg syscall (darwin-amd64), const RTV_RTT = 64
pkg syscall (darwin-amd64), const RTV_RTTVAR = 128
pkg syscall (darwin-amd64), const RTV_SPIPE = 16
pkg syscall (darwin-amd64), const RTV_SSTHRESH = 32
pkg syscall (darwin-amd64), const RUSAGE_CHILDREN = -1
pkg syscall (darwin-amd64), const RUSAGE_SELF = 0
pkg syscall (darwin-amd64), const SCM_CREDS = 3
pkg syscall (darwin-amd64), const SCM_RIGHTS = 1
pkg syscall (darwin-amd64), const SCM_TIMESTAMP = 2
pkg syscall (darwin-amd64), const SCM_TIMESTAMP_MONOTONIC = 4
pkg syscall (darwin-amd64), const SIGBUS = 10
pkg syscall (darwin-amd64), const SIGCHLD = 20
pkg syscall (darwin-amd64), const SIGCONT = 19
pkg syscall (darwin-amd64), const SIGEMT = 7
pkg syscall (darwin-amd64), const SIGINFO = 29
pkg syscall (darwin-amd64), const SIGIO = 23
pkg syscall (darwin-amd64), const SIGIOT = 6
pkg syscall (darwin-amd64), const SIGPROF = 27
pkg syscall (darwin-amd64), const SIGSTOP = 17
pkg syscall (darwin-amd64), const SIGSYS = 12
pkg syscall (darwin-amd64), const SIGTSTP = 18
pkg syscall (darwin-amd64), const SIGTTIN = 21
pkg syscall (darwin-amd64), const SIGTTOU = 22
pkg syscall (darwin-amd64), const SIGURG = 16
pkg syscall (darwin-amd64), const SIGUSR1 = 30
pkg syscall (darwin-amd64), const SIGUSR2 = 31
pkg syscall (darwin-amd64), const SIGVTALRM = 26
pkg syscall (darwin-amd64), const SIGWINCH = 28
pkg syscall (darwin-amd64), const SIGXCPU = 24
pkg syscall (darwin-amd64), const SIGXFSZ = 25
pkg syscall (darwin-amd64), const SIOCADDMULTI = 2149607729
pkg syscall (darwin-amd64), const SIOCAIFADDR = 2151704858
pkg syscall (darwin-amd64), const SIOCALIFADDR = 2165860637
pkg syscall (darwin-amd64), const SIOCARPIPLL = 3223349544
pkg syscall (darwin-amd64), const SIOCATMARK = 1074033415
pkg syscall (darwin-amd64), const SIOCAUTOADDR = 3223349542
pkg syscall (darwin-amd64), const SIOCAUTONETMASK = 2149607719
pkg syscall (darwin-amd64), const SIOCDELMULTI = 2149607730
pkg syscall (darwin-amd64), const SIOCDIFADDR = 2149607705
pkg syscall (darwin-amd64), const SIOCDIFPHYADDR = 2149607745
pkg syscall (darwin-amd64), const SIOCDLIFADDR = 2165860639
pkg syscall (darwin-amd64), const SIOCGDRVSPEC = 3223873915
pkg syscall (darwin-amd64), const SIOCGETSGCNT = 3222565404
pkg syscall (darwin-amd64), const SIOCGETVIFCNT = 3222565403
pkg syscall (darwin-amd64), const SIOCGETVLAN = 3223349631
pkg syscall (darwin-amd64), const SIOCGHIWAT = 1074033409
pkg syscall (darwin-amd64), const SIOCGIFADDR = 3223349537
pkg syscall (darwin-amd64), const SIOCGIFALTMTU = 3223349576
pkg syscall (darwin-amd64), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (darwin-amd64), const SIOCGIFBOND = 3223349575
pkg syscall (darwin-amd64), const SIOCGIFBRDADDR = 3223349539
pkg syscall (darwin-amd64), const SIOCGIFCAP = 3223349595
pkg syscall (darwin-amd64), const SIOCGIFCONF = 3222038820
pkg syscall (darwin-amd64), const SIOCGIFDEVMTU = 3223349572
pkg syscall (darwin-amd64), const SIOCGIFDSTADDR = 3223349538
pkg syscall (darwin-amd64), const SIOCGIFFLAGS = 3223349521
pkg syscall (darwin-amd64), const SIOCGIFGENERIC = 3223349562
pkg syscall (darwin-amd64), const SIOCGIFKPI = 3223349639
pkg syscall (darwin-amd64), const SIOCGIFMAC = 3223349634
pkg syscall (darwin-amd64), const SIOCGIFMEDIA = 3224135992
pkg syscall (darwin-amd64), const SIOCGIFMETRIC = 3223349527
pkg syscall (darwin-amd64), const SIOCGIFMTU = 3223349555
pkg syscall (darwin-amd64), const SIOCGIFNETMASK = 3223349541
pkg syscall (darwin-amd64), const SIOCGIFPDSTADDR = 3223349568
pkg syscall (darwin-amd64), const SIOCGIFPHYS = 3223349557
pkg syscall (darwin-amd64), const SIOCGIFPSRCADDR = 3223349567
pkg syscall (darwin-amd64), const SIOCGIFSTATUS = 3274795325
pkg syscall (darwin-amd64), const SIOCGIFVLAN = 3223349631
pkg syscall (darwin-amd64), const SIOCGIFWAKEFLAGS = 3223349640
pkg syscall (darwin-amd64), const SIOCGLIFADDR = 3239602462
pkg syscall (darwin-amd64), const SIOCGLIFPHYADDR = 3239602499
pkg syscall (darwin-amd64), const SIOCGLOWAT = 1074033411
pkg syscall (darwin-amd64), const SIOCGPGRP = 1074033417
pkg syscall (darwin-amd64), const SIOCIFCREATE = 3223349624
pkg syscall (darwin-amd64), const SIOCIFCREATE2 = 3223349626
pkg syscall (darwin-amd64), const SIOCIFDESTROY = 2149607801
pkg syscall (darwin-amd64), const SIOCRSLVMULTI = 3222300987
pkg syscall (darwin-amd64), const SIOCSDRVSPEC = 2150132091
pkg syscall (darwin-amd64), const SIOCSETVLAN = 2149607806
pkg syscall (darwin-amd64), const SIOCSHIWAT = 2147775232
pkg syscall (darwin-amd64), const SIOCSIFADDR = 2149607692
pkg syscall (darwin-amd64), const SIOCSIFALTMTU = 2149607749
pkg syscall (darwin-amd64), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (darwin-amd64), const SIOCSIFBOND = 2149607750
pkg syscall (darwin-amd64), const SIOCSIFBRDADDR = 2149607699
pkg syscall (darwin-amd64), const SIOCSIFCAP = 2149607770
pkg syscall (darwin-amd64), const SIOCSIFDSTADDR = 2149607694
pkg syscall (darwin-amd64), const SIOCSIFFLAGS = 2149607696
pkg syscall (darwin-amd64), const SIOCSIFGENERIC = 2149607737
pkg syscall (darwin-amd64), const SIOCSIFKPI = 2149607814
pkg syscall (darwin-amd64), const SIOCSIFLLADDR = 2149607740
pkg syscall (darwin-amd64), const SIOCSIFMAC = 2149607811
pkg syscall (darwin-amd64), const SIOCSIFMEDIA = 3223349559
pkg syscall (darwin-amd64), const SIOCSIFMETRIC = 2149607704
pkg syscall (darwin-amd64), const SIOCSIFMTU = 2149607732
pkg syscall (darwin-amd64), const SIOCSIFNETMASK = 2149607702
pkg syscall (darwin-amd64), const SIOCSIFPHYADDR = 2151704894
pkg syscall (darwin-amd64), const SIOCSIFPHYS = 2149607734
pkg syscall (darwin-amd64), const SIOCSIFVLAN = 2149607806
pkg syscall (darwin-amd64), const SIOCSLIFPHYADDR = 2165860674
pkg syscall (darwin-amd64), const SIOCSLOWAT = 2147775234
pkg syscall (darwin-amd64), const SIOCSPGRP = 2147775240
pkg syscall (darwin-amd64), const SOCK_MAXADDRLEN = 255
pkg syscall (darwin-amd64), const SOCK_RDM = 4
pkg syscall (darwin-amd64), const SOL_SOCKET = 65535
pkg syscall (darwin-amd64), const SOMAXCONN = 128
pkg syscall (darwin-amd64), const SO_ACCEPTCONN = 2
pkg syscall (darwin-amd64), const SO_BROADCAST = 32
pkg syscall (darwin-amd64), const SO_DEBUG = 1
pkg syscall (darwin-amd64), const SO_DONTROUTE = 16
pkg syscall (darwin-amd64), const SO_DONTTRUNC = 8192
pkg syscall (darwin-amd64), const SO_ERROR = 4103
pkg syscall (darwin-amd64), const SO_KEEPALIVE = 8
pkg syscall (darwin-amd64), const SO_LABEL = 4112
pkg syscall (darwin-amd64), const SO_LINGER = 128
pkg syscall (darwin-amd64), const SO_LINGER_SEC = 4224
pkg syscall (darwin-amd64), const SO_NKE = 4129
pkg syscall (darwin-amd64), const SO_NOADDRERR = 4131
pkg syscall (darwin-amd64), const SO_NOSIGPIPE = 4130
pkg syscall (darwin-amd64), const SO_NOTIFYCONFLICT = 4134
pkg syscall (darwin-amd64), const SO_NP_EXTENSIONS = 4227
pkg syscall (darwin-amd64), const SO_NREAD = 4128
pkg syscall (darwin-amd64), const SO_NWRITE = 4132
pkg syscall (darwin-amd64), const SO_OOBINLINE = 256
pkg syscall (darwin-amd64), const SO_PEERLABEL = 4113
pkg syscall (darwin-amd64), const SO_RANDOMPORT = 4226
pkg syscall (darwin-amd64), const SO_RCVBUF = 4098
pkg syscall (darwin-amd64), const SO_RCVLOWAT = 4100
pkg syscall (darwin-amd64), const SO_RCVTIMEO = 4102
pkg syscall (darwin-amd64), const SO_RESTRICTIONS = 4225
pkg syscall (darwin-amd64), const SO_RESTRICT_DENYIN = 1
pkg syscall (darwin-amd64), const SO_RESTRICT_DENYOUT = 2
pkg syscall (darwin-amd64), const SO_RESTRICT_DENYSET = 2147483648
pkg syscall (darwin-amd64), const SO_REUSEADDR = 4
pkg syscall (darwin-amd64), const SO_REUSEPORT = 512
pkg syscall (darwin-amd64), const SO_REUSESHAREUID = 4133
pkg syscall (darwin-amd64), const SO_SNDBUF = 4097
pkg syscall (darwin-amd64), const SO_SNDLOWAT = 4099
pkg syscall (darwin-amd64), const SO_SNDTIMEO = 4101
pkg syscall (darwin-amd64), const SO_TIMESTAMP = 1024
pkg syscall (darwin-amd64), const SO_TIMESTAMP_MONOTONIC = 2048
pkg syscall (darwin-amd64), const SO_TYPE = 4104
pkg syscall (darwin-amd64), const SO_UPCALLCLOSEWAIT = 4135
pkg syscall (darwin-amd64), const SO_USELOOPBACK = 64
pkg syscall (darwin-amd64), const SO_WANTMORE = 16384
pkg syscall (darwin-amd64), const SO_WANTOOBFLAG = 32768
pkg syscall (darwin-amd64), const SYS_ACCEPT = 30
pkg syscall (darwin-amd64), const SYS_ACCEPT_NOCANCEL = 404
pkg syscall (darwin-amd64), const SYS_ACCESS = 33
pkg syscall (darwin-amd64), const SYS_ACCESS_EXTENDED = 284
pkg syscall (darwin-amd64), const SYS_ACCT = 51
pkg syscall (darwin-amd64), const SYS_ADD_PROFIL = 176
pkg syscall (darwin-amd64), const SYS_ADJTIME = 140
pkg syscall (darwin-amd64), const SYS_AIO_CANCEL = 316
pkg syscall (darwin-amd64), const SYS_AIO_ERROR = 317
pkg syscall (darwin-amd64), const SYS_AIO_FSYNC = 313
pkg syscall (darwin-amd64), const SYS_AIO_READ = 318
pkg syscall (darwin-amd64), const SYS_AIO_RETURN = 314
pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND = 315
pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND_NOCANCEL = 421
pkg syscall (darwin-amd64), const SYS_AIO_WRITE = 319
pkg syscall (darwin-amd64), const SYS_ATGETMSG = 207
pkg syscall (darwin-amd64), const SYS_ATPGETREQ = 211
pkg syscall (darwin-amd64), const SYS_ATPGETRSP = 212
pkg syscall (darwin-amd64), const SYS_ATPSNDREQ = 209
pkg syscall (darwin-amd64), const SYS_ATPSNDRSP = 210
pkg syscall (darwin-amd64), const SYS_ATPUTMSG = 208
pkg syscall (darwin-amd64), const SYS_ATSOCKET = 206
pkg syscall (darwin-amd64), const SYS_AUDIT = 350
pkg syscall (darwin-amd64), const SYS_AUDITCTL = 359
pkg syscall (darwin-amd64), const SYS_AUDITON = 351
pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_JOIN = 429
pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_PORT = 432
pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_SELF = 428
pkg syscall (darwin-amd64), const SYS_BIND = 104
pkg syscall (darwin-amd64), const SYS_BSDTHREAD_CREATE = 360
pkg syscall (darwin-amd64), const SYS_BSDTHREAD_REGISTER = 366
pkg syscall (darwin-amd64), const SYS_BSDTHREAD_TERMINATE = 361
pkg syscall (darwin-amd64), const SYS_CHDIR = 12
pkg syscall (darwin-amd64), const SYS_CHFLAGS = 34
pkg syscall (darwin-amd64), const SYS_CHMOD = 15
pkg syscall (darwin-amd64), const SYS_CHMOD_EXTENDED = 282
pkg syscall (darwin-amd64), const SYS_CHOWN = 16
pkg syscall (darwin-amd64), const SYS_CHROOT = 61
pkg syscall (darwin-amd64), const SYS_CHUD = 185
pkg syscall (darwin-amd64), const SYS_CLOSE = 6
pkg syscall (darwin-amd64), const SYS_CLOSE_NOCANCEL = 399
pkg syscall (darwin-amd64), const SYS_CONNECT = 98
pkg syscall (darwin-amd64), const SYS_CONNECT_NOCANCEL = 409
pkg syscall (darwin-amd64), const SYS_COPYFILE = 227
pkg syscall (darwin-amd64), const SYS_CSOPS = 169
pkg syscall (darwin-amd64), const SYS_DELETE = 226
pkg syscall (darwin-amd64), const SYS_DUP = 41
pkg syscall (darwin-amd64), const SYS_DUP2 = 90
pkg syscall (darwin-amd64), const SYS_EXCHANGEDATA = 223
pkg syscall (darwin-amd64), const SYS_EXECVE = 59
pkg syscall (darwin-amd64), const SYS_EXIT = 1
pkg syscall (darwin-amd64), const SYS_FCHDIR = 13
pkg syscall (darwin-amd64), const SYS_FCHFLAGS = 35
pkg syscall (darwin-amd64), const SYS_FCHMOD = 124
pkg syscall (darwin-amd64), const SYS_FCHMOD_EXTENDED = 283
pkg syscall (darwin-amd64), const SYS_FCHOWN = 123
pkg syscall (darwin-amd64), const SYS_FCNTL = 92
pkg syscall (darwin-amd64), const SYS_FCNTL_NOCANCEL = 406
pkg syscall (darwin-amd64), const SYS_FDATASYNC = 187
pkg syscall (darwin-amd64), const SYS_FFSCTL = 245
pkg syscall (darwin-amd64), const SYS_FGETATTRLIST = 228
pkg syscall (darwin-amd64), const SYS_FGETXATTR = 235
pkg syscall (darwin-amd64), const SYS_FHOPEN = 248
pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEFD = 431
pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEPORT = 430
pkg syscall (darwin-amd64), const SYS_FLISTXATTR = 241
pkg syscall (darwin-amd64), const SYS_FLOCK = 131
pkg syscall (darwin-amd64), const SYS_FORK = 2
pkg syscall (darwin-amd64), const SYS_FPATHCONF = 192
pkg syscall (darwin-amd64), const SYS_FREMOVEXATTR = 239
pkg syscall (darwin-amd64), const SYS_FSCTL = 242
pkg syscall (darwin-amd64), const SYS_FSETATTRLIST = 229
pkg syscall (darwin-amd64), const SYS_FSETXATTR = 237
pkg syscall (darwin-amd64), const SYS_FSGETPATH = 427
pkg syscall (darwin-amd64), const SYS_FSTAT = 189
pkg syscall (darwin-amd64), const SYS_FSTAT64 = 339
pkg syscall (darwin-amd64), const SYS_FSTAT64_EXTENDED = 343
pkg syscall (darwin-amd64), const SYS_FSTATFS = 158
pkg syscall (darwin-amd64), const SYS_FSTATFS64 = 346
pkg syscall (darwin-amd64), const SYS_FSTATV = 219
pkg syscall (darwin-amd64), const SYS_FSTAT_EXTENDED = 281
pkg syscall (darwin-amd64), const SYS_FSYNC = 95
pkg syscall (darwin-amd64), const SYS_FSYNC_NOCANCEL = 408
pkg syscall (darwin-amd64), const SYS_FTRUNCATE = 201
pkg syscall (darwin-amd64), const SYS_FUTIMES = 139
pkg syscall (darwin-amd64), const SYS_GETATTRLIST = 220
pkg syscall (darwin-amd64), const SYS_GETAUDIT = 355
pkg syscall (darwin-amd64), const SYS_GETAUDIT_ADDR = 357
pkg syscall (darwin-amd64), const SYS_GETAUID = 353
pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES = 196
pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES64 = 344
pkg syscall (darwin-amd64), const SYS_GETDIRENTRIESATTR = 222
pkg syscall (darwin-amd64), const SYS_GETDTABLESIZE = 89
pkg syscall (darwin-amd64), const SYS_GETEGID = 43
pkg syscall (darwin-amd64), const SYS_GETEUID = 25
pkg syscall (darwin-amd64), const SYS_GETFH = 161
pkg syscall (darwin-amd64), const SYS_GETFSSTAT = 18
pkg syscall (darwin-amd64), const SYS_GETFSSTAT64 = 347
pkg syscall (darwin-amd64), const SYS_GETGID = 47
pkg syscall (darwin-amd64), const SYS_GETGROUPS = 79
pkg syscall (darwin-amd64), const SYS_GETHOSTUUID = 142
pkg syscall (darwin-amd64), const SYS_GETITIMER = 86
pkg syscall (darwin-amd64), const SYS_GETLCID = 395
pkg syscall (darwin-amd64), const SYS_GETLOGIN = 49
pkg syscall (darwin-amd64), const SYS_GETPEERNAME = 31
pkg syscall (darwin-amd64), const SYS_GETPGID = 151
pkg syscall (darwin-amd64), const SYS_GETPGRP = 81
pkg syscall (darwin-amd64), const SYS_GETPID = 20
pkg syscall (darwin-amd64), const SYS_GETPPID = 39
pkg syscall (darwin-amd64), const SYS_GETPRIORITY = 100
pkg syscall (darwin-amd64), const SYS_GETRLIMIT = 194
pkg syscall (darwin-amd64), const SYS_GETRUSAGE = 117
pkg syscall (darwin-amd64), const SYS_GETSGROUPS = 288
pkg syscall (darwin-amd64), const SYS_GETSID = 310
pkg syscall (darwin-amd64), const SYS_GETSOCKNAME = 32
pkg syscall (darwin-amd64), const SYS_GETSOCKOPT = 118
pkg syscall (darwin-amd64), const SYS_GETTID = 286
pkg syscall (darwin-amd64), const SYS_GETTIMEOFDAY = 116
pkg syscall (darwin-amd64), const SYS_GETUID = 24
pkg syscall (darwin-amd64), const SYS_GETWGROUPS = 290
pkg syscall (darwin-amd64), const SYS_GETXATTR = 234
pkg syscall (darwin-amd64), const SYS_IDENTITYSVC = 293
pkg syscall (darwin-amd64), const SYS_INITGROUPS = 243
pkg syscall (darwin-amd64), const SYS_IOCTL = 54
pkg syscall (darwin-amd64), const SYS_IOPOLICYSYS = 322
pkg syscall (darwin-amd64), const SYS_ISSETUGID = 327
pkg syscall (darwin-amd64), const SYS_KDEBUG_TRACE = 180
pkg syscall (darwin-amd64), const SYS_KEVENT = 363
pkg syscall (darwin-amd64), const SYS_KEVENT64 = 369
pkg syscall (darwin-amd64), const SYS_KILL = 37
pkg syscall (darwin-amd64), const SYS_KQUEUE = 362
pkg syscall (darwin-amd64), const SYS_LCHOWN = 364
pkg syscall (darwin-amd64), const SYS_LINK = 9
pkg syscall (darwin-amd64), const SYS_LIO_LISTIO = 320
pkg syscall (darwin-amd64), const SYS_LISTEN = 106
pkg syscall (darwin-amd64), const SYS_LISTXATTR = 240
pkg syscall (darwin-amd64), const SYS_LSEEK = 199
pkg syscall (darwin-amd64), const SYS_LSTAT = 190
pkg syscall (darwin-amd64), const SYS_LSTAT64 = 340
pkg syscall (darwin-amd64), const SYS_LSTAT64_EXTENDED = 342
pkg syscall (darwin-amd64), const SYS_LSTATV = 218
pkg syscall (darwin-amd64), const SYS_LSTAT_EXTENDED = 280
pkg syscall (darwin-amd64), const SYS_MADVISE = 75
pkg syscall (darwin-amd64), const SYS_MAXSYSCALL = 439
pkg syscall (darwin-amd64), const SYS_MINCORE = 78
pkg syscall (darwin-amd64), const SYS_MINHERIT = 250
pkg syscall (darwin-amd64), const SYS_MKCOMPLEX = 216
pkg syscall (darwin-amd64), const SYS_MKDIR = 136
pkg syscall (darwin-amd64), const SYS_MKDIR_EXTENDED = 292
pkg syscall (darwin-amd64), const SYS_MKFIFO = 132
pkg syscall (darwin-amd64), const SYS_MKFIFO_EXTENDED = 291
pkg syscall (darwin-amd64), const SYS_MKNOD = 14
pkg syscall (darwin-amd64), const SYS_MLOCK = 203
pkg syscall (darwin-amd64), const SYS_MLOCKALL = 324
pkg syscall (darwin-amd64), const SYS_MMAP = 197
pkg syscall (darwin-amd64), const SYS_MODWATCH = 233
pkg syscall (darwin-amd64), const SYS_MOUNT = 167
pkg syscall (darwin-amd64), const SYS_MPROTECT = 74
pkg syscall (darwin-amd64), const SYS_MSGCTL = 258
pkg syscall (darwin-amd64), const SYS_MSGGET = 259
pkg syscall (darwin-amd64), const SYS_MSGRCV = 261
pkg syscall (darwin-amd64), const SYS_MSGRCV_NOCANCEL = 419
pkg syscall (darwin-amd64), const SYS_MSGSND = 260
pkg syscall (darwin-amd64), const SYS_MSGSND_NOCANCEL = 418
pkg syscall (darwin-amd64), const SYS_MSGSYS = 252
pkg syscall (darwin-amd64), const SYS_MSYNC = 65
pkg syscall (darwin-amd64), const SYS_MSYNC_NOCANCEL = 405
pkg syscall (darwin-amd64), const SYS_MUNLOCK = 204
pkg syscall (darwin-amd64), const SYS_MUNLOCKALL = 325
pkg syscall (darwin-amd64), const SYS_MUNMAP = 73
pkg syscall (darwin-amd64), const SYS_NFSCLNT = 247
pkg syscall (darwin-amd64), const SYS_NFSSVC = 155
pkg syscall (darwin-amd64), const SYS_OPEN = 5
pkg syscall (darwin-amd64), const SYS_OPEN_EXTENDED = 277
pkg syscall (darwin-amd64), const SYS_OPEN_NOCANCEL = 398
pkg syscall (darwin-amd64), const SYS_PATHCONF = 191
pkg syscall (darwin-amd64), const SYS_PID_HIBERNATE = 435
pkg syscall (darwin-amd64), const SYS_PID_RESUME = 434
pkg syscall (darwin-amd64), const SYS_PID_SHUTDOWN_SOCKETS = 436
pkg syscall (darwin-amd64), const SYS_PID_SUSPEND = 433
pkg syscall (darwin-amd64), const SYS_PIPE = 42
pkg syscall (darwin-amd64), const SYS_POLL = 230
pkg syscall (darwin-amd64), const SYS_POLL_NOCANCEL = 417
pkg syscall (darwin-amd64), const SYS_POSIX_SPAWN = 244
pkg syscall (darwin-amd64), const SYS_PREAD = 153
pkg syscall (darwin-amd64), const SYS_PREAD_NOCANCEL = 414
pkg syscall (darwin-amd64), const SYS_PROCESS_POLICY = 323
pkg syscall (darwin-amd64), const SYS_PROC_INFO = 336
pkg syscall (darwin-amd64), const SYS_PROFIL = 44
pkg syscall (darwin-amd64), const SYS_PSYNCH_CVBROAD = 303
pkg syscall (darwin-amd64), const SYS_PSYNCH_CVCLRPREPOST = 312
pkg syscall (darwin-amd64), const SYS_PSYNCH_CVSIGNAL = 304
pkg syscall (darwin-amd64), const SYS_PSYNCH_CVWAIT = 305
pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXDROP = 302
pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXWAIT = 301
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_DOWNGRADE = 299
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_LONGRDLOCK = 297
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_RDLOCK = 306
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK = 308
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK2 = 309
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UPGRADE = 300
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_WRLOCK = 307
pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
pkg syscall (darwin-amd64), const SYS_PTRACE = 26
pkg syscall (darwin-amd64), const SYS_PWRITE = 154
pkg syscall (darwin-amd64), const SYS_PWRITE_NOCANCEL = 415
pkg syscall (darwin-amd64), const SYS_QUOTACTL = 165
pkg syscall (darwin-amd64), const SYS_READ = 3
pkg syscall (darwin-amd64), const SYS_READLINK = 58
pkg syscall (darwin-amd64), const SYS_READV = 120
pkg syscall (darwin-amd64), const SYS_READV_NOCANCEL = 411
pkg syscall (darwin-amd64), const SYS_READ_NOCANCEL = 396
pkg syscall (darwin-amd64), const SYS_REBOOT = 55
pkg syscall (darwin-amd64), const SYS_RECVFROM = 29
pkg syscall (darwin-amd64), const SYS_RECVFROM_NOCANCEL = 403
pkg syscall (darwin-amd64), const SYS_RECVMSG = 27
pkg syscall (darwin-amd64), const SYS_RECVMSG_NOCANCEL = 401
pkg syscall (darwin-amd64), const SYS_REMOVEXATTR = 238
pkg syscall (darwin-amd64), const SYS_RENAME = 128
pkg syscall (darwin-amd64), const SYS_REVOKE = 56
pkg syscall (darwin-amd64), const SYS_RMDIR = 137
pkg syscall (darwin-amd64), const SYS_SEARCHFS = 225
pkg syscall (darwin-amd64), const SYS_SELECT = 93
pkg syscall (darwin-amd64), const SYS_SELECT_NOCANCEL = 407
pkg syscall (darwin-amd64), const SYS_SEMCTL = 254
pkg syscall (darwin-amd64), const SYS_SEMGET = 255
pkg syscall (darwin-amd64), const SYS_SEMOP = 256
pkg syscall (darwin-amd64), const SYS_SEMSYS = 251
pkg syscall (darwin-amd64), const SYS_SEM_CLOSE = 269
pkg syscall (darwin-amd64), const SYS_SEM_DESTROY = 276
pkg syscall (darwin-amd64), const SYS_SEM_GETVALUE = 274
pkg syscall (darwin-amd64), const SYS_SEM_INIT = 275
pkg syscall (darwin-amd64), const SYS_SEM_OPEN = 268
pkg syscall (darwin-amd64), const SYS_SEM_POST = 273
pkg syscall (darwin-amd64), const SYS_SEM_TRYWAIT = 272
pkg syscall (darwin-amd64), const SYS_SEM_UNLINK = 270
pkg syscall (darwin-amd64), const SYS_SEM_WAIT = 271
pkg syscall (darwin-amd64), const SYS_SEM_WAIT_NOCANCEL = 420
pkg syscall (darwin-amd64), const SYS_SENDFILE = 337
pkg syscall (darwin-amd64), const SYS_SENDMSG = 28
pkg syscall (darwin-amd64), const SYS_SENDMSG_NOCANCEL = 402
pkg syscall (darwin-amd64), const SYS_SENDTO = 133
pkg syscall (darwin-amd64), const SYS_SENDTO_NOCANCEL = 413
pkg syscall (darwin-amd64), const SYS_SETATTRLIST = 221
pkg syscall (darwin-amd64), const SYS_SETAUDIT = 356
pkg syscall (darwin-amd64), const SYS_SETAUDIT_ADDR = 358
pkg syscall (darwin-amd64), const SYS_SETAUID = 354
pkg syscall (darwin-amd64), const SYS_SETEGID = 182
pkg syscall (darwin-amd64), const SYS_SETEUID = 183
pkg syscall (darwin-amd64), const SYS_SETGID = 181
pkg syscall (darwin-amd64), const SYS_SETGROUPS = 80
pkg syscall (darwin-amd64), const SYS_SETITIMER = 83
pkg syscall (darwin-amd64), const SYS_SETLCID = 394
pkg syscall (darwin-amd64), const SYS_SETLOGIN = 50
pkg syscall (darwin-amd64), const SYS_SETPGID = 82
pkg syscall (darwin-amd64), const SYS_SETPRIORITY = 96
pkg syscall (darwin-amd64), const SYS_SETPRIVEXEC = 152
pkg syscall (darwin-amd64), const SYS_SETREGID = 127
pkg syscall (darwin-amd64), const SYS_SETREUID = 126
pkg syscall (darwin-amd64), const SYS_SETRLIMIT = 195
pkg syscall (darwin-amd64), const SYS_SETSGROUPS = 287
pkg syscall (darwin-amd64), const SYS_SETSID = 147
pkg syscall (darwin-amd64), const SYS_SETSOCKOPT = 105
pkg syscall (darwin-amd64), const SYS_SETTID = 285
pkg syscall (darwin-amd64), const SYS_SETTID_WITH_PID = 311
pkg syscall (darwin-amd64), const SYS_SETTIMEOFDAY = 122
pkg syscall (darwin-amd64), const SYS_SETUID = 23
pkg syscall (darwin-amd64), const SYS_SETWGROUPS = 289
pkg syscall (darwin-amd64), const SYS_SETXATTR = 236
pkg syscall (darwin-amd64), const SYS_SHARED_REGION_CHECK_NP = 294
pkg syscall (darwin-amd64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
pkg syscall (darwin-amd64), const SYS_SHMAT = 262
pkg syscall (darwin-amd64), const SYS_SHMCTL = 263
pkg syscall (darwin-amd64), const SYS_SHMDT = 264
pkg syscall (darwin-amd64), const SYS_SHMGET = 265
pkg syscall (darwin-amd64), const SYS_SHMSYS = 253
pkg syscall (darwin-amd64), const SYS_SHM_OPEN = 266
pkg syscall (darwin-amd64), const SYS_SHM_UNLINK = 267
pkg syscall (darwin-amd64), const SYS_SHUTDOWN = 134
pkg syscall (darwin-amd64), const SYS_SIGACTION = 46
pkg syscall (darwin-amd64), const SYS_SIGALTSTACK = 53
pkg syscall (darwin-amd64), const SYS_SIGPENDING = 52
pkg syscall (darwin-amd64), const SYS_SIGPROCMASK = 48
pkg syscall (darwin-amd64), const SYS_SIGRETURN = 184
pkg syscall (darwin-amd64), const SYS_SIGSUSPEND = 111
pkg syscall (darwin-amd64), const SYS_SIGSUSPEND_NOCANCEL = 410
pkg syscall (darwin-amd64), const SYS_SOCKET = 97
pkg syscall (darwin-amd64), const SYS_SOCKETPAIR = 135
pkg syscall (darwin-amd64), const SYS_STACK_SNAPSHOT = 365
pkg syscall (darwin-amd64), const SYS_STAT = 188
pkg syscall (darwin-amd64), const SYS_STAT64 = 338
pkg syscall (darwin-amd64), const SYS_STAT64_EXTENDED = 341
pkg syscall (darwin-amd64), const SYS_STATFS = 157
pkg syscall (darwin-amd64), const SYS_STATFS64 = 345
pkg syscall (darwin-amd64), const SYS_STATV = 217
pkg syscall (darwin-amd64), const SYS_STAT_EXTENDED = 279
pkg syscall (darwin-amd64), const SYS_SWAPON = 85
pkg syscall (darwin-amd64), const SYS_SYMLINK = 57
pkg syscall (darwin-amd64), const SYS_SYNC = 36
pkg syscall (darwin-amd64), const SYS_SYSCALL = 0
pkg syscall (darwin-amd64), const SYS_THREAD_SELFID = 372
pkg syscall (darwin-amd64), const SYS_TRUNCATE = 200
pkg syscall (darwin-amd64), const SYS_UMASK = 60
pkg syscall (darwin-amd64), const SYS_UMASK_EXTENDED = 278
pkg syscall (darwin-amd64), const SYS_UNDELETE = 205
pkg syscall (darwin-amd64), const SYS_UNLINK = 10
pkg syscall (darwin-amd64), const SYS_UNMOUNT = 159
pkg syscall (darwin-amd64), const SYS_UTIMES = 138
pkg syscall (darwin-amd64), const SYS_VFORK = 66
pkg syscall (darwin-amd64), const SYS_VM_PRESSURE_MONITOR = 296
pkg syscall (darwin-amd64), const SYS_WAIT4 = 7
pkg syscall (darwin-amd64), const SYS_WAIT4_NOCANCEL = 400
pkg syscall (darwin-amd64), const SYS_WAITEVENT = 232
pkg syscall (darwin-amd64), const SYS_WAITID = 173
pkg syscall (darwin-amd64), const SYS_WAITID_NOCANCEL = 416
pkg syscall (darwin-amd64), const SYS_WATCHEVENT = 231
pkg syscall (darwin-amd64), const SYS_WORKQ_KERNRETURN = 368
pkg syscall (darwin-amd64), const SYS_WORKQ_OPEN = 367
pkg syscall (darwin-amd64), const SYS_WRITE = 4
pkg syscall (darwin-amd64), const SYS_WRITEV = 121
pkg syscall (darwin-amd64), const SYS_WRITEV_NOCANCEL = 412
pkg syscall (darwin-amd64), const SYS_WRITE_NOCANCEL = 397
pkg syscall (darwin-amd64), const SYS___DISABLE_THREADSIGNAL = 331
pkg syscall (darwin-amd64), const SYS___MAC_EXECVE = 380
pkg syscall (darwin-amd64), const SYS___MAC_GETFSSTAT = 426
pkg syscall (darwin-amd64), const SYS___MAC_GET_FD = 388
pkg syscall (darwin-amd64), const SYS___MAC_GET_FILE = 382
pkg syscall (darwin-amd64), const SYS___MAC_GET_LCID = 391
pkg syscall (darwin-amd64), const SYS___MAC_GET_LCTX = 392
pkg syscall (darwin-amd64), const SYS___MAC_GET_LINK = 384
pkg syscall (darwin-amd64), const SYS___MAC_GET_MOUNT = 425
pkg syscall (darwin-amd64), const SYS___MAC_GET_PID = 390
pkg syscall (darwin-amd64), const SYS___MAC_GET_PROC = 386
pkg syscall (darwin-amd64), const SYS___MAC_MOUNT = 424
pkg syscall (darwin-amd64), const SYS___MAC_SET_FD = 389
pkg syscall (darwin-amd64), const SYS___MAC_SET_FILE = 383
pkg syscall (darwin-amd64), const SYS___MAC_SET_LCTX = 393
pkg syscall (darwin-amd64), const SYS___MAC_SET_LINK = 385
pkg syscall (darwin-amd64), const SYS___MAC_SET_PROC = 387
pkg syscall (darwin-amd64), const SYS___MAC_SYSCALL = 381
pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL = 370
pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
pkg syscall (darwin-amd64), const SYS___PTHREAD_CANCELED = 333
pkg syscall (darwin-amd64), const SYS___PTHREAD_CHDIR = 348
pkg syscall (darwin-amd64), const SYS___PTHREAD_FCHDIR = 349
pkg syscall (darwin-amd64), const SYS___PTHREAD_KILL = 328
pkg syscall (darwin-amd64), const SYS___PTHREAD_MARKCANCEL = 332
pkg syscall (darwin-amd64), const SYS___PTHREAD_SIGMASK = 329
pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL = 334
pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
pkg syscall (darwin-amd64), const SYS___SIGWAIT = 330
pkg syscall (darwin-amd64), const SYS___SIGWAIT_NOCANCEL = 422
pkg syscall (darwin-amd64), const SYS___SYSCTL = 202
pkg syscall (darwin-amd64), const S_IEXEC = 64
pkg syscall (darwin-amd64), const S_IFMT = 61440
pkg syscall (darwin-amd64), const S_IFWHT = 57344
pkg syscall (darwin-amd64), const S_IREAD = 256
pkg syscall (darwin-amd64), const S_IRGRP = 32
pkg syscall (darwin-amd64), const S_IROTH = 4
pkg syscall (darwin-amd64), const S_IRWXG = 56
pkg syscall (darwin-amd64), const S_IRWXO = 7
pkg syscall (darwin-amd64), const S_IRWXU = 448
pkg syscall (darwin-amd64), const S_ISTXT = 512
pkg syscall (darwin-amd64), const S_IWGRP = 16
pkg syscall (darwin-amd64), const S_IWOTH = 2
pkg syscall (darwin-amd64), const S_IWRITE = 128
pkg syscall (darwin-amd64), const S_IXGRP = 8
pkg syscall (darwin-amd64), const S_IXOTH = 1
pkg syscall (darwin-amd64), const SizeofBpfHdr = 20
pkg syscall (darwin-amd64), const SizeofBpfInsn = 8
pkg syscall (darwin-amd64), const SizeofBpfProgram = 16
pkg syscall (darwin-amd64), const SizeofBpfStat = 8
pkg syscall (darwin-amd64), const SizeofBpfVersion = 4
pkg syscall (darwin-amd64), const SizeofCmsghdr = 12
pkg syscall (darwin-amd64), const SizeofIPMreq = 8
pkg syscall (darwin-amd64), const SizeofIPv6Mreq = 20
pkg syscall (darwin-amd64), const SizeofIfData = 96
pkg syscall (darwin-amd64), const SizeofIfMsghdr = 112
pkg syscall (darwin-amd64), const SizeofIfaMsghdr = 20
pkg syscall (darwin-amd64), const SizeofIfmaMsghdr = 16
pkg syscall (darwin-amd64), const SizeofIfmaMsghdr2 = 20
pkg syscall (darwin-amd64), const SizeofInet4Pktinfo = 12
pkg syscall (darwin-amd64), const SizeofInet4Pktinfo ideal-int
pkg syscall (darwin-amd64), const SizeofInet6Pktinfo = 20
pkg syscall (darwin-amd64), const SizeofLinger = 8
pkg syscall (darwin-amd64), const SizeofMsghdr = 48
pkg syscall (darwin-amd64), const SizeofRtMetrics = 56
pkg syscall (darwin-amd64), const SizeofRtMsghdr = 92
pkg syscall (darwin-amd64), const SizeofSockaddrAny = 108
pkg syscall (darwin-amd64), const SizeofSockaddrDatalink = 20
pkg syscall (darwin-amd64), const SizeofSockaddrInet4 = 16
pkg syscall (darwin-amd64), const SizeofSockaddrInet6 = 28
pkg syscall (darwin-amd64), const SizeofSockaddrUnix = 106
pkg syscall (darwin-amd64), const TCIFLUSH = 1
pkg syscall (darwin-amd64), const TCIFLUSH ideal-int
pkg syscall (darwin-amd64), const TCIOFLUSH = 3
pkg syscall (darwin-amd64), const TCIOFLUSH ideal-int
pkg syscall (darwin-amd64), const TCOFLUSH = 2
pkg syscall (darwin-amd64), const TCOFLUSH ideal-int
pkg syscall (darwin-amd64), const TCP_CONNECTIONTIMEOUT = 32
pkg syscall (darwin-amd64), const TCP_KEEPALIVE = 16
pkg syscall (darwin-amd64), const TCP_MAXHLEN = 60
pkg syscall (darwin-amd64), const TCP_MAXOLEN = 40
pkg syscall (darwin-amd64), const TCP_MAXSEG = 2
pkg syscall (darwin-amd64), const TCP_MAXWIN = 65535
pkg syscall (darwin-amd64), const TCP_MAX_SACK = 3
pkg syscall (darwin-amd64), const TCP_MAX_WINSHIFT = 14
pkg syscall (darwin-amd64), const TCP_MINMSS = 216
pkg syscall (darwin-amd64), const TCP_MINMSSOVERLOAD = 1000
pkg syscall (darwin-amd64), const TCP_MSS = 512
pkg syscall (darwin-amd64), const TCP_NOOPT = 8
pkg syscall (darwin-amd64), const TCP_NOPUSH = 4
pkg syscall (darwin-amd64), const TCP_RXT_CONNDROPTIME = 128
pkg syscall (darwin-amd64), const TCP_RXT_FINDROP = 256
pkg syscall (darwin-amd64), const TCSAFLUSH = 2
pkg syscall (darwin-amd64), const TCSAFLUSH ideal-int
pkg syscall (darwin-amd64), const TIOCCBRK = 536900730
pkg syscall (darwin-amd64), const TIOCCDTR = 536900728
pkg syscall (darwin-amd64), const TIOCCONS = 2147775586
pkg syscall (darwin-amd64), const TIOCDCDTIMESTAMP = 1074820184
pkg syscall (darwin-amd64), const TIOCDRAIN = 536900702
pkg syscall (darwin-amd64), const TIOCDSIMICROCODE = 536900693
pkg syscall (darwin-amd64), const TIOCEXCL = 536900621
pkg syscall (darwin-amd64), const TIOCEXT = 2147775584
pkg syscall (darwin-amd64), const TIOCFLUSH = 2147775504
pkg syscall (darwin-amd64), const TIOCGDRAINWAIT = 1074033750
pkg syscall (darwin-amd64), const TIOCGETA = 1078490131
pkg syscall (darwin-amd64), const TIOCGETD = 1074033690
pkg syscall (darwin-amd64), const TIOCGPGRP = 1074033783
pkg syscall (darwin-amd64), const TIOCGWINSZ = 1074295912
pkg syscall (darwin-amd64), const TIOCIXOFF = 536900736
pkg syscall (darwin-amd64), const TIOCIXON = 536900737
pkg syscall (darwin-amd64), const TIOCMBIC = 2147775595
pkg syscall (darwin-amd64), const TIOCMBIS = 2147775596
pkg syscall (darwin-amd64), const TIOCMGDTRWAIT = 1074033754
pkg syscall (darwin-amd64), const TIOCMGET = 1074033770
pkg syscall (darwin-amd64), const TIOCMODG = 1074033667
pkg syscall (darwin-amd64), const TIOCMODS = 2147775492
pkg syscall (darwin-amd64), const TIOCMSDTRWAIT = 2147775579
pkg syscall (darwin-amd64), const TIOCMSET = 2147775597
pkg syscall (darwin-amd64), const TIOCM_CAR = 64
pkg syscall (darwin-amd64), const TIOCM_CD = 64
pkg syscall (darwin-amd64), const TIOCM_CTS = 32
pkg syscall (darwin-amd64), const TIOCM_DSR = 256
pkg syscall (darwin-amd64), const TIOCM_DTR = 2
pkg syscall (darwin-amd64), const TIOCM_LE = 1
pkg syscall (darwin-amd64), const TIOCM_RI = 128
pkg syscall (darwin-amd64), const TIOCM_RNG = 128
pkg syscall (darwin-amd64), const TIOCM_RTS = 4
pkg syscall (darwin-amd64), const TIOCM_SR = 16
pkg syscall (darwin-amd64), const TIOCM_ST = 8
pkg syscall (darwin-amd64), const TIOCNOTTY = 536900721
pkg syscall (darwin-amd64), const TIOCNXCL = 536900622
pkg syscall (darwin-amd64), const TIOCOUTQ = 1074033779
pkg syscall (darwin-amd64), const TIOCPKT = 2147775600
pkg syscall (darwin-amd64), const TIOCPKT_DATA = 0
pkg syscall (darwin-amd64), const TIOCPKT_DOSTOP = 32
pkg syscall (darwin-amd64), const TIOCPKT_FLUSHREAD = 1
pkg syscall (darwin-amd64), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (darwin-amd64), const TIOCPKT_IOCTL = 64
pkg syscall (darwin-amd64), const TIOCPKT_NOSTOP = 16
pkg syscall (darwin-amd64), const TIOCPKT_START = 8
pkg syscall (darwin-amd64), const TIOCPKT_STOP = 4
pkg syscall (darwin-amd64), const TIOCPTYGNAME = 1082160211
pkg syscall (darwin-amd64), const TIOCPTYGRANT = 536900692
pkg syscall (darwin-amd64), const TIOCPTYUNLK = 536900690
pkg syscall (darwin-amd64), const TIOCREMOTE = 2147775593
pkg syscall (darwin-amd64), const TIOCSBRK = 536900731
pkg syscall (darwin-amd64), const TIOCSCONS = 536900707
pkg syscall (darwin-amd64), const TIOCSCTTY = 536900705
pkg syscall (darwin-amd64), const TIOCSDRAINWAIT = 2147775575
pkg syscall (darwin-amd64), const TIOCSDTR = 536900729
pkg syscall (darwin-amd64), const TIOCSETA = 2152231956
pkg syscall (darwin-amd64), const TIOCSETAF = 2152231958
pkg syscall (darwin-amd64), const TIOCSETAW = 2152231957
pkg syscall (darwin-amd64), const TIOCSETD = 2147775515
pkg syscall (darwin-amd64), const TIOCSIG = 536900703
pkg syscall (darwin-amd64), const TIOCSPGRP = 2147775606
pkg syscall (darwin-amd64), const TIOCSTART = 536900718
pkg syscall (darwin-amd64), const TIOCSTAT = 536900709
pkg syscall (darwin-amd64), const TIOCSTI = 2147578994
pkg syscall (darwin-amd64), const TIOCSTOP = 536900719
pkg syscall (darwin-amd64), const TIOCSWINSZ = 2148037735
pkg syscall (darwin-amd64), const TIOCTIMESTAMP = 1074820185
pkg syscall (darwin-amd64), const TIOCUCNTL = 2147775590
pkg syscall (darwin-amd64), const TOSTOP = 4194304
pkg syscall (darwin-amd64), const TOSTOP ideal-int
pkg syscall (darwin-amd64), const VDISCARD = 15
pkg syscall (darwin-amd64), const VDISCARD ideal-int
pkg syscall (darwin-amd64), const VDSUSP = 11
pkg syscall (darwin-amd64), const VDSUSP ideal-int
pkg syscall (darwin-amd64), const VEOF = 0
pkg syscall (darwin-amd64), const VEOF ideal-int
pkg syscall (darwin-amd64), const VEOL = 1
pkg syscall (darwin-amd64), const VEOL ideal-int
pkg syscall (darwin-amd64), const VEOL2 = 2
pkg syscall (darwin-amd64), const VEOL2 ideal-int
pkg syscall (darwin-amd64), const VERASE = 3
pkg syscall (darwin-amd64), const VERASE ideal-int
pkg syscall (darwin-amd64), const VINTR = 8
pkg syscall (darwin-amd64), const VINTR ideal-int
pkg syscall (darwin-amd64), const VKILL = 5
pkg syscall (darwin-amd64), const VKILL ideal-int
pkg syscall (darwin-amd64), const VLNEXT = 14
pkg syscall (darwin-amd64), const VLNEXT ideal-int
pkg syscall (darwin-amd64), const VMIN = 16
pkg syscall (darwin-amd64), const VMIN ideal-int
pkg syscall (darwin-amd64), const VQUIT = 9
pkg syscall (darwin-amd64), const VQUIT ideal-int
pkg syscall (darwin-amd64), const VREPRINT = 6
pkg syscall (darwin-amd64), const VREPRINT ideal-int
pkg syscall (darwin-amd64), const VSTART = 12
pkg syscall (darwin-amd64), const VSTART ideal-int
pkg syscall (darwin-amd64), const VSTATUS = 18
pkg syscall (darwin-amd64), const VSTATUS ideal-int
pkg syscall (darwin-amd64), const VSTOP = 13
pkg syscall (darwin-amd64), const VSTOP ideal-int
pkg syscall (darwin-amd64), const VSUSP = 10
pkg syscall (darwin-amd64), const VSUSP ideal-int
pkg syscall (darwin-amd64), const VT0 = 0
pkg syscall (darwin-amd64), const VT0 ideal-int
pkg syscall (darwin-amd64), const VT1 = 65536
pkg syscall (darwin-amd64), const VT1 ideal-int
pkg syscall (darwin-amd64), const VTDLY = 65536
pkg syscall (darwin-amd64), const VTDLY ideal-int
pkg syscall (darwin-amd64), const VTIME = 17
pkg syscall (darwin-amd64), const VTIME ideal-int
pkg syscall (darwin-amd64), const VWERASE = 4
pkg syscall (darwin-amd64), const VWERASE ideal-int
pkg syscall (darwin-amd64), const WCONTINUED = 16
pkg syscall (darwin-amd64), const WCOREFLAG = 128
pkg syscall (darwin-amd64), const WEXITED = 4
pkg syscall (darwin-amd64), const WNOHANG = 1
pkg syscall (darwin-amd64), const WNOWAIT = 32
pkg syscall (darwin-amd64), const WORDSIZE = 64
pkg syscall (darwin-amd64), const WSTOPPED = 8
pkg syscall (darwin-amd64), const WUNTRACED = 2
pkg syscall (darwin-amd64), func Fchflags(int, int) error
pkg syscall (darwin-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (darwin-amd64), type Inet4Pktinfo struct
pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Addr [4]uint8
pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Ifindex uint32
pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8
pkg syscall (darwin-amd64), type Termios struct
pkg syscall (darwin-amd64), type Termios struct, Cc [20]uint8
pkg syscall (darwin-amd64), type Termios struct, Cflag uint64
pkg syscall (darwin-amd64), type Termios struct, Iflag uint64
pkg syscall (darwin-amd64), type Termios struct, Ispeed uint64
pkg syscall (darwin-amd64), type Termios struct, Lflag uint64
pkg syscall (darwin-amd64), type Termios struct, Oflag uint64
pkg syscall (darwin-amd64), type Termios struct, Ospeed uint64
pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]uint8
pkg syscall (darwin-amd64-cgo), const AF_APPLETALK = 16
pkg syscall (darwin-amd64-cgo), const AF_CCITT = 10
pkg syscall (darwin-amd64-cgo), const AF_CHAOS = 5
pkg syscall (darwin-amd64-cgo), const AF_CNT = 21
pkg syscall (darwin-amd64-cgo), const AF_COIP = 20
pkg syscall (darwin-amd64-cgo), const AF_DATAKIT = 9
pkg syscall (darwin-amd64-cgo), const AF_DECnet = 12
pkg syscall (darwin-amd64-cgo), const AF_DLI = 13
pkg syscall (darwin-amd64-cgo), const AF_E164 = 28
pkg syscall (darwin-amd64-cgo), const AF_ECMA = 8
pkg syscall (darwin-amd64-cgo), const AF_HYLINK = 15
pkg syscall (darwin-amd64-cgo), const AF_IEEE80211 = 37
pkg syscall (darwin-amd64-cgo), const AF_IMPLINK = 3
pkg syscall (darwin-amd64-cgo), const AF_INET6 = 30
pkg syscall (darwin-amd64-cgo), const AF_IPX = 23
pkg syscall (darwin-amd64-cgo), const AF_ISDN = 28
pkg syscall (darwin-amd64-cgo), const AF_ISO = 7
pkg syscall (darwin-amd64-cgo), const AF_LAT = 14
pkg syscall (darwin-amd64-cgo), const AF_LINK = 18
pkg syscall (darwin-amd64-cgo), const AF_LOCAL = 1
pkg syscall (darwin-amd64-cgo), const AF_MAX = 38
pkg syscall (darwin-amd64-cgo), const AF_NATM = 31
pkg syscall (darwin-amd64-cgo), const AF_NDRV = 27
pkg syscall (darwin-amd64-cgo), const AF_NETBIOS = 33
pkg syscall (darwin-amd64-cgo), const AF_NS = 6
pkg syscall (darwin-amd64-cgo), const AF_OSI = 7
pkg syscall (darwin-amd64-cgo), const AF_PPP = 34
pkg syscall (darwin-amd64-cgo), const AF_PUP = 4
pkg syscall (darwin-amd64-cgo), const AF_RESERVED_36 = 36
pkg syscall (darwin-amd64-cgo), const AF_ROUTE = 17
pkg syscall (darwin-amd64-cgo), const AF_SIP = 24
pkg syscall (darwin-amd64-cgo), const AF_SNA = 11
pkg syscall (darwin-amd64-cgo), const AF_SYSTEM = 32
pkg syscall (darwin-amd64-cgo), const B0 = 0
pkg syscall (darwin-amd64-cgo), const B0 ideal-int
pkg syscall (darwin-amd64-cgo), const B110 = 110
pkg syscall (darwin-amd64-cgo), const B110 ideal-int
pkg syscall (darwin-amd64-cgo), const B115200 = 115200
pkg syscall (darwin-amd64-cgo), const B115200 ideal-int
pkg syscall (darwin-amd64-cgo), const B1200 = 1200
pkg syscall (darwin-amd64-cgo), const B1200 ideal-int
pkg syscall (darwin-amd64-cgo), const B134 = 134
pkg syscall (darwin-amd64-cgo), const B134 ideal-int
pkg syscall (darwin-amd64-cgo), const B14400 = 14400
pkg syscall (darwin-amd64-cgo), const B14400 ideal-int
pkg syscall (darwin-amd64-cgo), const B150 = 150
pkg syscall (darwin-amd64-cgo), const B150 ideal-int
pkg syscall (darwin-amd64-cgo), const B1800 = 1800
pkg syscall (darwin-amd64-cgo), const B1800 ideal-int
pkg syscall (darwin-amd64-cgo), const B19200 = 19200
pkg syscall (darwin-amd64-cgo), const B19200 ideal-int
pkg syscall (darwin-amd64-cgo), const B200 = 200
pkg syscall (darwin-amd64-cgo), const B200 ideal-int
pkg syscall (darwin-amd64-cgo), const B230400 = 230400
pkg syscall (darwin-amd64-cgo), const B230400 ideal-int
pkg syscall (darwin-amd64-cgo), const B2400 = 2400
pkg syscall (darwin-amd64-cgo), const B2400 ideal-int
pkg syscall (darwin-amd64-cgo), const B28800 = 28800
pkg syscall (darwin-amd64-cgo), const B28800 ideal-int
pkg syscall (darwin-amd64-cgo), const B300 = 300
pkg syscall (darwin-amd64-cgo), const B300 ideal-int
pkg syscall (darwin-amd64-cgo), const B38400 = 38400
pkg syscall (darwin-amd64-cgo), const B38400 ideal-int
pkg syscall (darwin-amd64-cgo), const B4800 = 4800
pkg syscall (darwin-amd64-cgo), const B4800 ideal-int
pkg syscall (darwin-amd64-cgo), const B50 = 50
pkg syscall (darwin-amd64-cgo), const B50 ideal-int
pkg syscall (darwin-amd64-cgo), const B57600 = 57600
pkg syscall (darwin-amd64-cgo), const B57600 ideal-int
pkg syscall (darwin-amd64-cgo), const B600 = 600
pkg syscall (darwin-amd64-cgo), const B600 ideal-int
pkg syscall (darwin-amd64-cgo), const B7200 = 7200
pkg syscall (darwin-amd64-cgo), const B7200 ideal-int
pkg syscall (darwin-amd64-cgo), const B75 = 75
pkg syscall (darwin-amd64-cgo), const B75 ideal-int
pkg syscall (darwin-amd64-cgo), const B76800 = 76800
pkg syscall (darwin-amd64-cgo), const B76800 ideal-int
pkg syscall (darwin-amd64-cgo), const B9600 = 9600
pkg syscall (darwin-amd64-cgo), const B9600 ideal-int
pkg syscall (darwin-amd64-cgo), const BIOCFLUSH = 536887912
pkg syscall (darwin-amd64-cgo), const BIOCGBLEN = 1074020966
pkg syscall (darwin-amd64-cgo), const BIOCGDLT = 1074020970
pkg syscall (darwin-amd64-cgo), const BIOCGDLTLIST = 3222028921
pkg syscall (darwin-amd64-cgo), const BIOCGETIF = 1075855979
pkg syscall (darwin-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (darwin-amd64-cgo), const BIOCGRSIG = 1074020978
pkg syscall (darwin-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
pkg syscall (darwin-amd64-cgo), const BIOCGSEESENT = 1074020982
pkg syscall (darwin-amd64-cgo), const BIOCGSTATS = 1074283119
pkg syscall (darwin-amd64-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (darwin-amd64-cgo), const BIOCPROMISC = 536887913
pkg syscall (darwin-amd64-cgo), const BIOCSBLEN = 3221504614
pkg syscall (darwin-amd64-cgo), const BIOCSDLT = 2147762808
pkg syscall (darwin-amd64-cgo), const BIOCSETF = 2148549223
pkg syscall (darwin-amd64-cgo), const BIOCSETIF = 2149597804
pkg syscall (darwin-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (darwin-amd64-cgo), const BIOCSRSIG = 2147762803
pkg syscall (darwin-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
pkg syscall (darwin-amd64-cgo), const BIOCSSEESENT = 2147762807
pkg syscall (darwin-amd64-cgo), const BIOCVERSION = 1074020977
pkg syscall (darwin-amd64-cgo), const BPF_A = 16
pkg syscall (darwin-amd64-cgo), const BPF_ABS = 32
pkg syscall (darwin-amd64-cgo), const BPF_ADD = 0
pkg syscall (darwin-amd64-cgo), const BPF_ALIGNMENT = 4
pkg syscall (darwin-amd64-cgo), const BPF_ALU = 4
pkg syscall (darwin-amd64-cgo), const BPF_AND = 80
pkg syscall (darwin-amd64-cgo), const BPF_B = 16
pkg syscall (darwin-amd64-cgo), const BPF_DIV = 48
pkg syscall (darwin-amd64-cgo), const BPF_H = 8
pkg syscall (darwin-amd64-cgo), const BPF_IMM = 0
pkg syscall (darwin-amd64-cgo), const BPF_IND = 64
pkg syscall (darwin-amd64-cgo), const BPF_JA = 0
pkg syscall (darwin-amd64-cgo), const BPF_JEQ = 16
pkg syscall (darwin-amd64-cgo), const BPF_JGE = 48
pkg syscall (darwin-amd64-cgo), const BPF_JGT = 32
pkg syscall (darwin-amd64-cgo), const BPF_JMP = 5
pkg syscall (darwin-amd64-cgo), const BPF_JSET = 64
pkg syscall (darwin-amd64-cgo), const BPF_K = 0
pkg syscall (darwin-amd64-cgo), const BPF_LD = 0
pkg syscall (darwin-amd64-cgo), const BPF_LDX = 1
pkg syscall (darwin-amd64-cgo), const BPF_LEN = 128
pkg syscall (darwin-amd64-cgo), const BPF_LSH = 96
pkg syscall (darwin-amd64-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (darwin-amd64-cgo), const BPF_MAXBUFSIZE = 524288
pkg syscall (darwin-amd64-cgo), const BPF_MAXINSNS = 512
pkg syscall (darwin-amd64-cgo), const BPF_MEM = 96
pkg syscall (darwin-amd64-cgo), const BPF_MEMWORDS = 16
pkg syscall (darwin-amd64-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (darwin-amd64-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (darwin-amd64-cgo), const BPF_MISC = 7
pkg syscall (darwin-amd64-cgo), const BPF_MSH = 160
pkg syscall (darwin-amd64-cgo), const BPF_MUL = 32
pkg syscall (darwin-amd64-cgo), const BPF_NEG = 128
pkg syscall (darwin-amd64-cgo), const BPF_OR = 64
pkg syscall (darwin-amd64-cgo), const BPF_RELEASE = 199606
pkg syscall (darwin-amd64-cgo), const BPF_RET = 6
pkg syscall (darwin-amd64-cgo), const BPF_RSH = 112
pkg syscall (darwin-amd64-cgo), const BPF_ST = 2
pkg syscall (darwin-amd64-cgo), const BPF_STX = 3
pkg syscall (darwin-amd64-cgo), const BPF_SUB = 16
pkg syscall (darwin-amd64-cgo), const BPF_TAX = 0
pkg syscall (darwin-amd64-cgo), const BPF_TXA = 128
pkg syscall (darwin-amd64-cgo), const BPF_W = 0
pkg syscall (darwin-amd64-cgo), const BPF_X = 8
pkg syscall (darwin-amd64-cgo), const BRKINT = 2
pkg syscall (darwin-amd64-cgo), const BRKINT ideal-int
pkg syscall (darwin-amd64-cgo), const CFLUSH = 15
pkg syscall (darwin-amd64-cgo), const CFLUSH ideal-int
pkg syscall (darwin-amd64-cgo), const CLOCAL = 32768
pkg syscall (darwin-amd64-cgo), const CLOCAL ideal-int
pkg syscall (darwin-amd64-cgo), const CREAD = 2048
pkg syscall (darwin-amd64-cgo), const CREAD ideal-int
pkg syscall (darwin-amd64-cgo), const CS5 = 0
pkg syscall (darwin-amd64-cgo), const CS5 ideal-int
pkg syscall (darwin-amd64-cgo), const CS6 = 256
pkg syscall (darwin-amd64-cgo), const CS6 ideal-int
pkg syscall (darwin-amd64-cgo), const CS7 = 512
pkg syscall (darwin-amd64-cgo), const CS7 ideal-int
pkg syscall (darwin-amd64-cgo), const CS8 = 768
pkg syscall (darwin-amd64-cgo), const CS8 ideal-int
pkg syscall (darwin-amd64-cgo), const CSIZE = 768
pkg syscall (darwin-amd64-cgo), const CSIZE ideal-int
pkg syscall (darwin-amd64-cgo), const CSTART = 17
pkg syscall (darwin-amd64-cgo), const CSTART ideal-int
pkg syscall (darwin-amd64-cgo), const CSTATUS = 20
pkg syscall (darwin-amd64-cgo), const CSTATUS ideal-int
pkg syscall (darwin-amd64-cgo), const CSTOP = 19
pkg syscall (darwin-amd64-cgo), const CSTOP ideal-int
pkg syscall (darwin-amd64-cgo), const CSTOPB = 1024
pkg syscall (darwin-amd64-cgo), const CSTOPB ideal-int
pkg syscall (darwin-amd64-cgo), const CSUSP = 26
pkg syscall (darwin-amd64-cgo), const CSUSP ideal-int
pkg syscall (darwin-amd64-cgo), const CTL_MAXNAME = 12
pkg syscall (darwin-amd64-cgo), const CTL_NET = 4
pkg syscall (darwin-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (darwin-amd64-cgo), const DLT_ARCNET = 7
pkg syscall (darwin-amd64-cgo), const DLT_ATM_CLIP = 19
pkg syscall (darwin-amd64-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (darwin-amd64-cgo), const DLT_AX25 = 3
pkg syscall (darwin-amd64-cgo), const DLT_CHAOS = 5
pkg syscall (darwin-amd64-cgo), const DLT_CHDLC = 104
pkg syscall (darwin-amd64-cgo), const DLT_C_HDLC = 104
pkg syscall (darwin-amd64-cgo), const DLT_EN10MB = 1
pkg syscall (darwin-amd64-cgo), const DLT_EN3MB = 2
pkg syscall (darwin-amd64-cgo), const DLT_FDDI = 10
pkg syscall (darwin-amd64-cgo), const DLT_IEEE802 = 6
pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11 = 105
pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (darwin-amd64-cgo), const DLT_LINUX_SLL = 113
pkg syscall (darwin-amd64-cgo), const DLT_LOOP = 108
pkg syscall (darwin-amd64-cgo), const DLT_NULL = 0
pkg syscall (darwin-amd64-cgo), const DLT_PFLOG = 117
pkg syscall (darwin-amd64-cgo), const DLT_PFSYNC = 18
pkg syscall (darwin-amd64-cgo), const DLT_PPP = 9
pkg syscall (darwin-amd64-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (darwin-amd64-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (darwin-amd64-cgo), const DLT_PRONET = 4
pkg syscall (darwin-amd64-cgo), const DLT_RAW = 12
pkg syscall (darwin-amd64-cgo), const DLT_SLIP = 8
pkg syscall (darwin-amd64-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (darwin-amd64-cgo), const DT_BLK = 6
pkg syscall (darwin-amd64-cgo), const DT_CHR = 2
pkg syscall (darwin-amd64-cgo), const DT_DIR = 4
pkg syscall (darwin-amd64-cgo), const DT_FIFO = 1
pkg syscall (darwin-amd64-cgo), const DT_LNK = 10
pkg syscall (darwin-amd64-cgo), const DT_REG = 8
pkg syscall (darwin-amd64-cgo), const DT_SOCK = 12
pkg syscall (darwin-amd64-cgo), const DT_UNKNOWN = 0
pkg syscall (darwin-amd64-cgo), const DT_WHT = 14
pkg syscall (darwin-amd64-cgo), const E2BIG = 7
pkg syscall (darwin-amd64-cgo), const EACCES = 13
pkg syscall (darwin-amd64-cgo), const EADDRINUSE = 48
pkg syscall (darwin-amd64-cgo), const EADDRNOTAVAIL = 49
pkg syscall (darwin-amd64-cgo), const EAFNOSUPPORT = 47
pkg syscall (darwin-amd64-cgo), const EAGAIN = 35
pkg syscall (darwin-amd64-cgo), const EALREADY = 37
pkg syscall (darwin-amd64-cgo), const EAUTH = 80
pkg syscall (darwin-amd64-cgo), const EBADARCH = 86
pkg syscall (darwin-amd64-cgo), const EBADEXEC = 85
pkg syscall (darwin-amd64-cgo), const EBADF = 9
pkg syscall (darwin-amd64-cgo), const EBADMACHO = 88
pkg syscall (darwin-amd64-cgo), const EBADMSG = 94
pkg syscall (darwin-amd64-cgo), const EBADRPC = 72
pkg syscall (darwin-amd64-cgo), const EBUSY = 16
pkg syscall (darwin-amd64-cgo), const ECANCELED = 89
pkg syscall (darwin-amd64-cgo), const ECHILD = 10
pkg syscall (darwin-amd64-cgo), const ECHO = 8
pkg syscall (darwin-amd64-cgo), const ECHOCTL = 64
pkg syscall (darwin-amd64-cgo), const ECHOE = 2
pkg syscall (darwin-amd64-cgo), const ECHOK = 4
pkg syscall (darwin-amd64-cgo), const ECHOKE = 1
pkg syscall (darwin-amd64-cgo), const ECHONL = 16
pkg syscall (darwin-amd64-cgo), const ECHOPRT = 32
pkg syscall (darwin-amd64-cgo), const ECONNABORTED = 53
pkg syscall (darwin-amd64-cgo), const ECONNREFUSED = 61
pkg syscall (darwin-amd64-cgo), const ECONNRESET = 54
pkg syscall (darwin-amd64-cgo), const EDEADLK = 11
pkg syscall (darwin-amd64-cgo), const EDESTADDRREQ = 39
pkg syscall (darwin-amd64-cgo), const EDEVERR = 83
pkg syscall (darwin-amd64-cgo), const EDOM = 33
pkg syscall (darwin-amd64-cgo), const EDQUOT = 69
pkg syscall (darwin-amd64-cgo), const EEXIST = 17
pkg syscall (darwin-amd64-cgo), const EFAULT = 14
pkg syscall (darwin-amd64-cgo), const EFBIG = 27
pkg syscall (darwin-amd64-cgo), const EFTYPE = 79
pkg syscall (darwin-amd64-cgo), const EHOSTDOWN = 64
pkg syscall (darwin-amd64-cgo), const EHOSTUNREACH = 65
pkg syscall (darwin-amd64-cgo), const EIDRM = 90
pkg syscall (darwin-amd64-cgo), const EILSEQ = 92
pkg syscall (darwin-amd64-cgo), const EINPROGRESS = 36
pkg syscall (darwin-amd64-cgo), const EINTR = 4
pkg syscall (darwin-amd64-cgo), const EINVAL = 22
pkg syscall (darwin-amd64-cgo), const EIO = 5
pkg syscall (darwin-amd64-cgo), const EISCONN = 56
pkg syscall (darwin-amd64-cgo), const EISDIR = 21
pkg syscall (darwin-amd64-cgo), const ELAST = 105
pkg syscall (darwin-amd64-cgo), const ELOOP = 62
pkg syscall (darwin-amd64-cgo), const EMFILE = 24
pkg syscall (darwin-amd64-cgo), const EMLINK = 31
pkg syscall (darwin-amd64-cgo), const EMSGSIZE = 40
pkg syscall (darwin-amd64-cgo), const EMULTIHOP = 95
pkg syscall (darwin-amd64-cgo), const ENAMETOOLONG = 63
pkg syscall (darwin-amd64-cgo), const ENEEDAUTH = 81
pkg syscall (darwin-amd64-cgo), const ENETDOWN = 50
pkg syscall (darwin-amd64-cgo), const ENETRESET = 52
pkg syscall (darwin-amd64-cgo), const ENETUNREACH = 51
pkg syscall (darwin-amd64-cgo), const ENFILE = 23
pkg syscall (darwin-amd64-cgo), const ENOATTR = 93
pkg syscall (darwin-amd64-cgo), const ENOBUFS = 55
pkg syscall (darwin-amd64-cgo), const ENODATA = 96
pkg syscall (darwin-amd64-cgo), const ENODEV = 19
pkg syscall (darwin-amd64-cgo), const ENOEXEC = 8
pkg syscall (darwin-amd64-cgo), const ENOLCK = 77
pkg syscall (darwin-amd64-cgo), const ENOLINK = 97
pkg syscall (darwin-amd64-cgo), const ENOMEM = 12
pkg syscall (darwin-amd64-cgo), const ENOMSG = 91
pkg syscall (darwin-amd64-cgo), const ENOPOLICY = 103
pkg syscall (darwin-amd64-cgo), const ENOPROTOOPT = 42
pkg syscall (darwin-amd64-cgo), const ENOSPC = 28
pkg syscall (darwin-amd64-cgo), const ENOSR = 98
pkg syscall (darwin-amd64-cgo), const ENOSTR = 99
pkg syscall (darwin-amd64-cgo), const ENOSYS = 78
pkg syscall (darwin-amd64-cgo), const ENOTBLK = 15
pkg syscall (darwin-amd64-cgo), const ENOTCONN = 57
pkg syscall (darwin-amd64-cgo), const ENOTDIR = 20
pkg syscall (darwin-amd64-cgo), const ENOTEMPTY = 66
pkg syscall (darwin-amd64-cgo), const ENOTRECOVERABLE = 104
pkg syscall (darwin-amd64-cgo), const ENOTSOCK = 38
pkg syscall (darwin-amd64-cgo), const ENOTSUP = 45
pkg syscall (darwin-amd64-cgo), const ENOTTY = 25
pkg syscall (darwin-amd64-cgo), const ENXIO = 6
pkg syscall (darwin-amd64-cgo), const EOPNOTSUPP = 102
pkg syscall (darwin-amd64-cgo), const EOVERFLOW = 84
pkg syscall (darwin-amd64-cgo), const EOWNERDEAD = 105
pkg syscall (darwin-amd64-cgo), const EPERM = 1
pkg syscall (darwin-amd64-cgo), const EPFNOSUPPORT = 46
pkg syscall (darwin-amd64-cgo), const EPIPE = 32
pkg syscall (darwin-amd64-cgo), const EPROCLIM = 67
pkg syscall (darwin-amd64-cgo), const EPROCUNAVAIL = 76
pkg syscall (darwin-amd64-cgo), const EPROGMISMATCH = 75
pkg syscall (darwin-amd64-cgo), const EPROGUNAVAIL = 74
pkg syscall (darwin-amd64-cgo), const EPROTO = 100
pkg syscall (darwin-amd64-cgo), const EPROTONOSUPPORT = 43
pkg syscall (darwin-amd64-cgo), const EPROTOTYPE = 41
pkg syscall (darwin-amd64-cgo), const EPWROFF = 82
pkg syscall (darwin-amd64-cgo), const ERANGE = 34
pkg syscall (darwin-amd64-cgo), const EREMOTE = 71
pkg syscall (darwin-amd64-cgo), const EROFS = 30
pkg syscall (darwin-amd64-cgo), const ERPCMISMATCH = 73
pkg syscall (darwin-amd64-cgo), const ESHLIBVERS = 87
pkg syscall (darwin-amd64-cgo), const ESHUTDOWN = 58
pkg syscall (darwin-amd64-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (darwin-amd64-cgo), const ESPIPE = 29
pkg syscall (darwin-amd64-cgo), const ESRCH = 3
pkg syscall (darwin-amd64-cgo), const ESTALE = 70
pkg syscall (darwin-amd64-cgo), const ETIME = 101
pkg syscall (darwin-amd64-cgo), const ETIMEDOUT = 60
pkg syscall (darwin-amd64-cgo), const ETOOMANYREFS = 59
pkg syscall (darwin-amd64-cgo), const ETXTBSY = 26
pkg syscall (darwin-amd64-cgo), const EUSERS = 68
pkg syscall (darwin-amd64-cgo), const EVFILT_AIO = -3
pkg syscall (darwin-amd64-cgo), const EVFILT_FS = -9
pkg syscall (darwin-amd64-cgo), const EVFILT_MACHPORT = -8
pkg syscall (darwin-amd64-cgo), const EVFILT_PROC = -5
pkg syscall (darwin-amd64-cgo), const EVFILT_READ = -1
pkg syscall (darwin-amd64-cgo), const EVFILT_SIGNAL = -6
pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT = 12
pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER = 12
pkg syscall (darwin-amd64-cgo), const EVFILT_TIMER = -7
pkg syscall (darwin-amd64-cgo), const EVFILT_USER = -10
pkg syscall (darwin-amd64-cgo), const EVFILT_VM = -12
pkg syscall (darwin-amd64-cgo), const EVFILT_VNODE = -4
pkg syscall (darwin-amd64-cgo), const EVFILT_WRITE = -2
pkg syscall (darwin-amd64-cgo), const EV_ADD = 1
pkg syscall (darwin-amd64-cgo), const EV_CLEAR = 32
pkg syscall (darwin-amd64-cgo), const EV_DELETE = 2
pkg syscall (darwin-amd64-cgo), const EV_DISABLE = 8
pkg syscall (darwin-amd64-cgo), const EV_DISPATCH = 128
pkg syscall (darwin-amd64-cgo), const EV_ENABLE = 4
pkg syscall (darwin-amd64-cgo), const EV_EOF = 32768
pkg syscall (darwin-amd64-cgo), const EV_ERROR = 16384
pkg syscall (darwin-amd64-cgo), const EV_FLAG0 = 4096
pkg syscall (darwin-amd64-cgo), const EV_FLAG1 = 8192
pkg syscall (darwin-amd64-cgo), const EV_ONESHOT = 16
pkg syscall (darwin-amd64-cgo), const EV_OOBAND = 8192
pkg syscall (darwin-amd64-cgo), const EV_POLL = 4096
pkg syscall (darwin-amd64-cgo), const EV_RECEIPT = 64
pkg syscall (darwin-amd64-cgo), const EV_SYSFLAGS = 61440
pkg syscall (darwin-amd64-cgo), const EWOULDBLOCK = 35
pkg syscall (darwin-amd64-cgo), const EXDEV = 18
pkg syscall (darwin-amd64-cgo), const EXTA = 19200
pkg syscall (darwin-amd64-cgo), const EXTB = 38400
pkg syscall (darwin-amd64-cgo), const EXTPROC = 2048
pkg syscall (darwin-amd64-cgo), const FD_CLOEXEC = 1
pkg syscall (darwin-amd64-cgo), const FD_SETSIZE = 1024
pkg syscall (darwin-amd64-cgo), const FLUSHO = 8388608
pkg syscall (darwin-amd64-cgo), const FLUSHO ideal-int
pkg syscall (darwin-amd64-cgo), const F_ADDFILESIGS = 61
pkg syscall (darwin-amd64-cgo), const F_ADDSIGS = 59
pkg syscall (darwin-amd64-cgo), const F_ALLOCATEALL = 4
pkg syscall (darwin-amd64-cgo), const F_ALLOCATECONTIG = 2
pkg syscall (darwin-amd64-cgo), const F_CHKCLEAN = 41
pkg syscall (darwin-amd64-cgo), const F_DUPFD = 0
pkg syscall (darwin-amd64-cgo), const F_DUPFD_CLOEXEC = 67
pkg syscall (darwin-amd64-cgo), const F_FLUSH_DATA = 40
pkg syscall (darwin-amd64-cgo), const F_FREEZE_FS = 53
pkg syscall (darwin-amd64-cgo), const F_FULLFSYNC = 51
pkg syscall (darwin-amd64-cgo), const F_GETFD = 1
pkg syscall (darwin-amd64-cgo), const F_GETFL = 3
pkg syscall (darwin-amd64-cgo), const F_GETLK = 7
pkg syscall (darwin-amd64-cgo), const F_GETLKPID = 66
pkg syscall (darwin-amd64-cgo), const F_GETNOSIGPIPE = 74
pkg syscall (darwin-amd64-cgo), const F_GETOWN = 5
pkg syscall (darwin-amd64-cgo), const F_GETPATH = 50
pkg syscall (darwin-amd64-cgo), const F_GETPATH_MTMINFO = 71
pkg syscall (darwin-amd64-cgo), const F_GETPROTECTIONCLASS = 63
pkg syscall (darwin-amd64-cgo), const F_GLOBAL_NOCACHE = 55
pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS = 49
pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS_EXT = 65
pkg syscall (darwin-amd64-cgo), const F_MARKDEPENDENCY = 60
pkg syscall (darwin-amd64-cgo), const F_NOCACHE = 48
pkg syscall (darwin-amd64-cgo), const F_NODIRECT = 62
pkg syscall (darwin-amd64-cgo), const F_OK = 0
pkg syscall (darwin-amd64-cgo), const F_PATHPKG_CHECK = 52
pkg syscall (darwin-amd64-cgo), const F_PEOFPOSMODE = 3
pkg syscall (darwin-amd64-cgo), const F_PREALLOCATE = 42
pkg syscall (darwin-amd64-cgo), const F_RDADVISE = 44
pkg syscall (darwin-amd64-cgo), const F_RDAHEAD = 45
pkg syscall (darwin-amd64-cgo), const F_RDLCK = 1
pkg syscall (darwin-amd64-cgo), const F_READBOOTSTRAP = 46
pkg syscall (darwin-amd64-cgo), const F_SETBACKINGSTORE = 70
pkg syscall (darwin-amd64-cgo), const F_SETFD = 2
pkg syscall (darwin-amd64-cgo), const F_SETFL = 4
pkg syscall (darwin-amd64-cgo), const F_SETLK = 8
pkg syscall (darwin-amd64-cgo), const F_SETLKW = 9
pkg syscall (darwin-amd64-cgo), const F_SETNOSIGPIPE = 73
pkg syscall (darwin-amd64-cgo), const F_SETOWN = 6
pkg syscall (darwin-amd64-cgo), const F_SETPROTECTIONCLASS = 64
pkg syscall (darwin-amd64-cgo), const F_SETSIZE = 43
pkg syscall (darwin-amd64-cgo), const F_THAW_FS = 54
pkg syscall (darwin-amd64-cgo), const F_UNLCK = 2
pkg syscall (darwin-amd64-cgo), const F_VOLPOSMODE = 4
pkg syscall (darwin-amd64-cgo), const F_WRITEBOOTSTRAP = 47
pkg syscall (darwin-amd64-cgo), const F_WRLCK = 3
pkg syscall (darwin-amd64-cgo), const HUPCL = 16384
pkg syscall (darwin-amd64-cgo), const HUPCL ideal-int
pkg syscall (darwin-amd64-cgo), const ICANON = 256
pkg syscall (darwin-amd64-cgo), const ICANON ideal-int
pkg syscall (darwin-amd64-cgo), const ICRNL = 256
pkg syscall (darwin-amd64-cgo), const ICRNL ideal-int
pkg syscall (darwin-amd64-cgo), const IEXTEN = 1024
pkg syscall (darwin-amd64-cgo), const IEXTEN ideal-int
pkg syscall (darwin-amd64-cgo), const IFF_ALLMULTI = 512
pkg syscall (darwin-amd64-cgo), const IFF_ALTPHYS = 16384
pkg syscall (darwin-amd64-cgo), const IFF_DEBUG = 4
pkg syscall (darwin-amd64-cgo), const IFF_LINK0 = 4096
pkg syscall (darwin-amd64-cgo), const IFF_LINK1 = 8192
pkg syscall (darwin-amd64-cgo), const IFF_LINK2 = 16384
pkg syscall (darwin-amd64-cgo), const IFF_LOOPBACK = 8
pkg syscall (darwin-amd64-cgo), const IFF_MULTICAST = 32768
pkg syscall (darwin-amd64-cgo), const IFF_NOARP = 128
pkg syscall (darwin-amd64-cgo), const IFF_NOTRAILERS = 32
pkg syscall (darwin-amd64-cgo), const IFF_OACTIVE = 1024
pkg syscall (darwin-amd64-cgo), const IFF_POINTOPOINT = 16
pkg syscall (darwin-amd64-cgo), const IFF_PROMISC = 256
pkg syscall (darwin-amd64-cgo), const IFF_RUNNING = 64
pkg syscall (darwin-amd64-cgo), const IFF_SIMPLEX = 2048
pkg syscall (darwin-amd64-cgo), const IFNAMSIZ = 16
pkg syscall (darwin-amd64-cgo), const IFT_1822 = 2
pkg syscall (darwin-amd64-cgo), const IFT_AAL5 = 49
pkg syscall (darwin-amd64-cgo), const IFT_ARCNET = 35
pkg syscall (darwin-amd64-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (darwin-amd64-cgo), const IFT_ATM = 37
pkg syscall (darwin-amd64-cgo), const IFT_BRIDGE = 209
pkg syscall (darwin-amd64-cgo), const IFT_CARP = 248
pkg syscall (darwin-amd64-cgo), const IFT_CELLULAR = 255
pkg syscall (darwin-amd64-cgo), const IFT_CEPT = 19
pkg syscall (darwin-amd64-cgo), const IFT_DS3 = 30
pkg syscall (darwin-amd64-cgo), const IFT_ENC = 244
pkg syscall (darwin-amd64-cgo), const IFT_EON = 25
pkg syscall (darwin-amd64-cgo), const IFT_ETHER = 6
pkg syscall (darwin-amd64-cgo), const IFT_FAITH = 56
pkg syscall (darwin-amd64-cgo), const IFT_FDDI = 15
pkg syscall (darwin-amd64-cgo), const IFT_FRELAY = 32
pkg syscall (darwin-amd64-cgo), const IFT_FRELAYDCE = 44
pkg syscall (darwin-amd64-cgo), const IFT_GIF = 55
pkg syscall (darwin-amd64-cgo), const IFT_HDH1822 = 3
pkg syscall (darwin-amd64-cgo), const IFT_HIPPI = 47
pkg syscall (darwin-amd64-cgo), const IFT_HSSI = 46
pkg syscall (darwin-amd64-cgo), const IFT_HY = 14
pkg syscall (darwin-amd64-cgo), const IFT_IEEE1394 = 144
pkg syscall (darwin-amd64-cgo), const IFT_IEEE8023ADLAG = 136
pkg syscall (darwin-amd64-cgo), const IFT_ISDNBASIC = 20
pkg syscall (darwin-amd64-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (darwin-amd64-cgo), const IFT_ISO88022LLC = 41
pkg syscall (darwin-amd64-cgo), const IFT_ISO88023 = 7
pkg syscall (darwin-amd64-cgo), const IFT_ISO88024 = 8
pkg syscall (darwin-amd64-cgo), const IFT_ISO88025 = 9
pkg syscall (darwin-amd64-cgo), const IFT_ISO88026 = 10
pkg syscall (darwin-amd64-cgo), const IFT_L2VLAN = 135
pkg syscall (darwin-amd64-cgo), const IFT_LAPB = 16
pkg syscall (darwin-amd64-cgo), const IFT_LOCALTALK = 42
pkg syscall (darwin-amd64-cgo), const IFT_LOOP = 24
pkg syscall (darwin-amd64-cgo), const IFT_MIOX25 = 38
pkg syscall (darwin-amd64-cgo), const IFT_MODEM = 48
pkg syscall (darwin-amd64-cgo), const IFT_NSIP = 27
pkg syscall (darwin-amd64-cgo), const IFT_OTHER = 1
pkg syscall (darwin-amd64-cgo), const IFT_P10 = 12
pkg syscall (darwin-amd64-cgo), const IFT_P80 = 13
pkg syscall (darwin-amd64-cgo), const IFT_PARA = 34
pkg syscall (darwin-amd64-cgo), const IFT_PDP = 255
pkg syscall (darwin-amd64-cgo), const IFT_PFLOG = 245
pkg syscall (darwin-amd64-cgo), const IFT_PFSYNC = 246
pkg syscall (darwin-amd64-cgo), const IFT_PPP = 23
pkg syscall (darwin-amd64-cgo), const IFT_PROPMUX = 54
pkg syscall (darwin-amd64-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (darwin-amd64-cgo), const IFT_PTPSERIAL = 22
pkg syscall (darwin-amd64-cgo), const IFT_RS232 = 33
pkg syscall (darwin-amd64-cgo), const IFT_SDLC = 17
pkg syscall (darwin-amd64-cgo), const IFT_SIP = 31
pkg syscall (darwin-amd64-cgo), const IFT_SLIP = 28
pkg syscall (darwin-amd64-cgo), const IFT_SMDSDXI = 43
pkg syscall (darwin-amd64-cgo), const IFT_SMDSICIP = 52
pkg syscall (darwin-amd64-cgo), const IFT_SONET = 39
pkg syscall (darwin-amd64-cgo), const IFT_SONETPATH = 50
pkg syscall (darwin-amd64-cgo), const IFT_SONETVT = 51
pkg syscall (darwin-amd64-cgo), const IFT_STARLAN = 11
pkg syscall (darwin-amd64-cgo), const IFT_STF = 57
pkg syscall (darwin-amd64-cgo), const IFT_T1 = 18
pkg syscall (darwin-amd64-cgo), const IFT_ULTRA = 29
pkg syscall (darwin-amd64-cgo), const IFT_V35 = 45
pkg syscall (darwin-amd64-cgo), const IFT_X25 = 5
pkg syscall (darwin-amd64-cgo), const IFT_X25DDN = 4
pkg syscall (darwin-amd64-cgo), const IFT_X25PLE = 40
pkg syscall (darwin-amd64-cgo), const IFT_XETHER = 26
pkg syscall (darwin-amd64-cgo), const IGNBRK = 1
pkg syscall (darwin-amd64-cgo), const IGNBRK ideal-int
pkg syscall (darwin-amd64-cgo), const IGNCR = 128
pkg syscall (darwin-amd64-cgo), const IGNCR ideal-int
pkg syscall (darwin-amd64-cgo), const IGNPAR = 4
pkg syscall (darwin-amd64-cgo), const IGNPAR ideal-int
pkg syscall (darwin-amd64-cgo), const IMAXBEL = 8192
pkg syscall (darwin-amd64-cgo), const IMAXBEL ideal-int
pkg syscall (darwin-amd64-cgo), const INLCR = 64
pkg syscall (darwin-amd64-cgo), const INLCR ideal-int
pkg syscall (darwin-amd64-cgo), const INPCK = 16
pkg syscall (darwin-amd64-cgo), const INPCK ideal-int
pkg syscall (darwin-amd64-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (darwin-amd64-cgo), const IN_CLASSA_MAX = 128
pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (darwin-amd64-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (darwin-amd64-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (darwin-amd64-cgo), const IN_CLASSC_HOST = 255
pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (darwin-amd64-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (darwin-amd64-cgo), const IN_LINKLOCALNETNUM = 2851995648
pkg syscall (darwin-amd64-cgo), const IN_LOOPBACKNET = 127
pkg syscall (darwin-amd64-cgo), const IPPROTO_3PC = 34
pkg syscall (darwin-amd64-cgo), const IPPROTO_ADFS = 68
pkg syscall (darwin-amd64-cgo), const IPPROTO_AH = 51
pkg syscall (darwin-amd64-cgo), const IPPROTO_AHIP = 61
pkg syscall (darwin-amd64-cgo), const IPPROTO_APES = 99
pkg syscall (darwin-amd64-cgo), const IPPROTO_ARGUS = 13
pkg syscall (darwin-amd64-cgo), const IPPROTO_AX25 = 93
pkg syscall (darwin-amd64-cgo), const IPPROTO_BHA = 49
pkg syscall (darwin-amd64-cgo), const IPPROTO_BLT = 30
pkg syscall (darwin-amd64-cgo), const IPPROTO_BRSATMON = 76
pkg syscall (darwin-amd64-cgo), const IPPROTO_CFTP = 62
pkg syscall (darwin-amd64-cgo), const IPPROTO_CHAOS = 16
pkg syscall (darwin-amd64-cgo), const IPPROTO_CMTP = 38
pkg syscall (darwin-amd64-cgo), const IPPROTO_CPHB = 73
pkg syscall (darwin-amd64-cgo), const IPPROTO_CPNX = 72
pkg syscall (darwin-amd64-cgo), const IPPROTO_DDP = 37
pkg syscall (darwin-amd64-cgo), const IPPROTO_DGP = 86
pkg syscall (darwin-amd64-cgo), const IPPROTO_DIVERT = 254
pkg syscall (darwin-amd64-cgo), const IPPROTO_DONE = 257
pkg syscall (darwin-amd64-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (darwin-amd64-cgo), const IPPROTO_EGP = 8
pkg syscall (darwin-amd64-cgo), const IPPROTO_EMCON = 14
pkg syscall (darwin-amd64-cgo), const IPPROTO_ENCAP = 98
pkg syscall (darwin-amd64-cgo), const IPPROTO_EON = 80
pkg syscall (darwin-amd64-cgo), const IPPROTO_ESP = 50
pkg syscall (darwin-amd64-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (darwin-amd64-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (darwin-amd64-cgo), const IPPROTO_GGP = 3
pkg syscall (darwin-amd64-cgo), const IPPROTO_GMTP = 100
pkg syscall (darwin-amd64-cgo), const IPPROTO_GRE = 47
pkg syscall (darwin-amd64-cgo), const IPPROTO_HELLO = 63
pkg syscall (darwin-amd64-cgo), const IPPROTO_HMP = 20
pkg syscall (darwin-amd64-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMP = 1
pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (darwin-amd64-cgo), const IPPROTO_IDP = 22
pkg syscall (darwin-amd64-cgo), const IPPROTO_IDPR = 35
pkg syscall (darwin-amd64-cgo), const IPPROTO_IDRP = 45
pkg syscall (darwin-amd64-cgo), const IPPROTO_IGMP = 2
pkg syscall (darwin-amd64-cgo), const IPPROTO_IGP = 85
pkg syscall (darwin-amd64-cgo), const IPPROTO_IGRP = 88
pkg syscall (darwin-amd64-cgo), const IPPROTO_IL = 40
pkg syscall (darwin-amd64-cgo), const IPPROTO_INLSP = 52
pkg syscall (darwin-amd64-cgo), const IPPROTO_INP = 32
pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCV = 71
pkg syscall (darwin-amd64-cgo), const IPPROTO_IPEIP = 94
pkg syscall (darwin-amd64-cgo), const IPPROTO_IPIP = 4
pkg syscall (darwin-amd64-cgo), const IPPROTO_IPPC = 67
pkg syscall (darwin-amd64-cgo), const IPPROTO_IPV4 = 4
pkg syscall (darwin-amd64-cgo), const IPPROTO_IRTP = 28
pkg syscall (darwin-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
pkg syscall (darwin-amd64-cgo), const IPPROTO_LARP = 91
pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF1 = 25
pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF2 = 26
pkg syscall (darwin-amd64-cgo), const IPPROTO_MAX = 256
pkg syscall (darwin-amd64-cgo), const IPPROTO_MAXID = 52
pkg syscall (darwin-amd64-cgo), const IPPROTO_MEAS = 19
pkg syscall (darwin-amd64-cgo), const IPPROTO_MHRP = 48
pkg syscall (darwin-amd64-cgo), const IPPROTO_MICP = 95
pkg syscall (darwin-amd64-cgo), const IPPROTO_MTP = 92
pkg syscall (darwin-amd64-cgo), const IPPROTO_MUX = 18
pkg syscall (darwin-amd64-cgo), const IPPROTO_ND = 77
pkg syscall (darwin-amd64-cgo), const IPPROTO_NHRP = 54
pkg syscall (darwin-amd64-cgo), const IPPROTO_NONE = 59
pkg syscall (darwin-amd64-cgo), const IPPROTO_NSP = 31
pkg syscall (darwin-amd64-cgo), const IPPROTO_NVPII = 11
pkg syscall (darwin-amd64-cgo), const IPPROTO_OSPFIGP = 89
pkg syscall (darwin-amd64-cgo), const IPPROTO_PGM = 113
pkg syscall (darwin-amd64-cgo), const IPPROTO_PIGP = 9
pkg syscall (darwin-amd64-cgo), const IPPROTO_PIM = 103
pkg syscall (darwin-amd64-cgo), const IPPROTO_PRM = 21
pkg syscall (darwin-amd64-cgo), const IPPROTO_PUP = 12
pkg syscall (darwin-amd64-cgo), const IPPROTO_PVP = 75
pkg syscall (darwin-amd64-cgo), const IPPROTO_RAW = 255
pkg syscall (darwin-amd64-cgo), const IPPROTO_RCCMON = 10
pkg syscall (darwin-amd64-cgo), const IPPROTO_RDP = 27
pkg syscall (darwin-amd64-cgo), const IPPROTO_ROUTING = 43
pkg syscall (darwin-amd64-cgo), const IPPROTO_RSVP = 46
pkg syscall (darwin-amd64-cgo), const IPPROTO_RVD = 66
pkg syscall (darwin-amd64-cgo), const IPPROTO_SATEXPAK = 64
pkg syscall (darwin-amd64-cgo), const IPPROTO_SATMON = 69
pkg syscall (darwin-amd64-cgo), const IPPROTO_SCCSP = 96
pkg syscall (darwin-amd64-cgo), const IPPROTO_SCTP = 132
pkg syscall (darwin-amd64-cgo), const IPPROTO_SDRP = 42
pkg syscall (darwin-amd64-cgo), const IPPROTO_SEP = 33
pkg syscall (darwin-amd64-cgo), const IPPROTO_SRPC = 90
pkg syscall (darwin-amd64-cgo), const IPPROTO_ST = 7
pkg syscall (darwin-amd64-cgo), const IPPROTO_SVMTP = 82
pkg syscall (darwin-amd64-cgo), const IPPROTO_SWIPE = 53
pkg syscall (darwin-amd64-cgo), const IPPROTO_TCF = 87
pkg syscall (darwin-amd64-cgo), const IPPROTO_TP = 29
pkg syscall (darwin-amd64-cgo), const IPPROTO_TPXX = 39
pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK1 = 23
pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK2 = 24
pkg syscall (darwin-amd64-cgo), const IPPROTO_TTP = 84
pkg syscall (darwin-amd64-cgo), const IPPROTO_VINES = 83
pkg syscall (darwin-amd64-cgo), const IPPROTO_VISA = 70
pkg syscall (darwin-amd64-cgo), const IPPROTO_VMTP = 81
pkg syscall (darwin-amd64-cgo), const IPPROTO_WBEXPAK = 79
pkg syscall (darwin-amd64-cgo), const IPPROTO_WBMON = 78
pkg syscall (darwin-amd64-cgo), const IPPROTO_WSN = 74
pkg syscall (darwin-amd64-cgo), const IPPROTO_XNET = 15
pkg syscall (darwin-amd64-cgo), const IPPROTO_XTP = 36
pkg syscall (darwin-amd64-cgo), const IPV6_2292DSTOPTS = 23
pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPLIMIT = 20
pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPOPTS = 22
pkg syscall (darwin-amd64-cgo), const IPV6_2292NEXTHOP = 21
pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTINFO = 19
pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTOPTIONS = 25
pkg syscall (darwin-amd64-cgo), const IPV6_2292RTHDR = 24
pkg syscall (darwin-amd64-cgo), const IPV6_BINDV6ONLY = 27
pkg syscall (darwin-amd64-cgo), const IPV6_BOUND_IF = 125
pkg syscall (darwin-amd64-cgo), const IPV6_CHECKSUM = 26
pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-amd64-cgo), const IPV6_DEFHLIM = 64
pkg syscall (darwin-amd64-cgo), const IPV6_FAITH = 29
pkg syscall (darwin-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (darwin-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL = 120
pkg syscall (darwin-amd64-cgo), const IPV6_FW_ADD = 30
pkg syscall (darwin-amd64-cgo), const IPV6_FW_DEL = 31
pkg syscall (darwin-amd64-cgo), const IPV6_FW_FLUSH = 32
pkg syscall (darwin-amd64-cgo), const IPV6_FW_GET = 34
pkg syscall (darwin-amd64-cgo), const IPV6_FW_ZERO = 33
pkg syscall (darwin-amd64-cgo), const IPV6_HLIMDEC = 1
pkg syscall (darwin-amd64-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (darwin-amd64-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (darwin-amd64-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (darwin-amd64-cgo), const IPV6_MAXHLIM = 255
pkg syscall (darwin-amd64-cgo), const IPV6_MAXOPTHDR = 2048
pkg syscall (darwin-amd64-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (darwin-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-amd64-cgo), const IPV6_MMTU = 1280
pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE = 14
pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (darwin-amd64-cgo), const IPV6_RECVTCLASS = 35
pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (darwin-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (darwin-amd64-cgo), const IPV6_TCLASS = 36
pkg syscall (darwin-amd64-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (darwin-amd64-cgo), const IPV6_V6ONLY = 27
pkg syscall (darwin-amd64-cgo), const IPV6_VERSION = 96
pkg syscall (darwin-amd64-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (darwin-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (darwin-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (darwin-amd64-cgo), const IP_BLOCK_SOURCE = 72
pkg syscall (darwin-amd64-cgo), const IP_BOUND_IF = 25
pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (darwin-amd64-cgo), const IP_DF = 16384
pkg syscall (darwin-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (darwin-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_DEL = 61
pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_GET = 64
pkg syscall (darwin-amd64-cgo), const IP_FAITH = 22
pkg syscall (darwin-amd64-cgo), const IP_FW_ADD = 40
pkg syscall (darwin-amd64-cgo), const IP_FW_DEL = 41
pkg syscall (darwin-amd64-cgo), const IP_FW_FLUSH = 42
pkg syscall (darwin-amd64-cgo), const IP_FW_GET = 44
pkg syscall (darwin-amd64-cgo), const IP_FW_RESETLOG = 45
pkg syscall (darwin-amd64-cgo), const IP_FW_ZERO = 43
pkg syscall (darwin-amd64-cgo), const IP_HDRINCL = 2
pkg syscall (darwin-amd64-cgo), const IP_IPSEC_POLICY = 21
pkg syscall (darwin-amd64-cgo), const IP_MAXPACKET = 65535
pkg syscall (darwin-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (darwin-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (darwin-amd64-cgo), const IP_MF = 8192
pkg syscall (darwin-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (darwin-amd64-cgo), const IP_MSFILTER = 74
pkg syscall (darwin-amd64-cgo), const IP_MSS = 576
pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IF = 9
pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IFINDEX = 66
pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_VIF = 14
pkg syscall (darwin-amd64-cgo), const IP_NAT__XXX = 55
pkg syscall (darwin-amd64-cgo), const IP_OFFMASK = 8191
pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ADD = 50
pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_DEL = 51
pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_FLUSH = 52
pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_GET = 54
pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_RESETLOG = 56
pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ZERO = 53
pkg syscall (darwin-amd64-cgo), const IP_OPTIONS = 1
pkg syscall (darwin-amd64-cgo), const IP_PKTINFO = 26
pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE = 19
pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (darwin-amd64-cgo), const IP_RECVDSTADDR = 7
pkg syscall (darwin-amd64-cgo), const IP_RECVIF = 20
pkg syscall (darwin-amd64-cgo), const IP_RECVOPTS = 5
pkg syscall (darwin-amd64-cgo), const IP_RECVPKTINFO = 26
pkg syscall (darwin-amd64-cgo), const IP_RECVRETOPTS = 6
pkg syscall (darwin-amd64-cgo), const IP_RECVTTL = 24
pkg syscall (darwin-amd64-cgo), const IP_RETOPTS = 8
pkg syscall (darwin-amd64-cgo), const IP_RF = 32768
pkg syscall (darwin-amd64-cgo), const IP_RSVP_OFF = 16
pkg syscall (darwin-amd64-cgo), const IP_RSVP_ON = 15
pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_OFF = 18
pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_ON = 17
pkg syscall (darwin-amd64-cgo), const IP_STRIPHDR = 23
pkg syscall (darwin-amd64-cgo), const IP_TOS = 3
pkg syscall (darwin-amd64-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
pkg syscall (darwin-amd64-cgo), const IP_TTL = 4
pkg syscall (darwin-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
pkg syscall (darwin-amd64-cgo), const ISIG = 128
pkg syscall (darwin-amd64-cgo), const ISIG ideal-int
pkg syscall (darwin-amd64-cgo), const ISTRIP = 32
pkg syscall (darwin-amd64-cgo), const ISTRIP ideal-int
pkg syscall (darwin-amd64-cgo), const IUTF8 = 16384
pkg syscall (darwin-amd64-cgo), const IUTF8 ideal-int
pkg syscall (darwin-amd64-cgo), const IXANY = 2048
pkg syscall (darwin-amd64-cgo), const IXANY ideal-int
pkg syscall (darwin-amd64-cgo), const IXOFF = 1024
pkg syscall (darwin-amd64-cgo), const IXOFF ideal-int
pkg syscall (darwin-amd64-cgo), const IXON = 512
pkg syscall (darwin-amd64-cgo), const IXON ideal-int
pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
pkg syscall (darwin-amd64-cgo), const LOCK_EX = 2
pkg syscall (darwin-amd64-cgo), const LOCK_NB = 4
pkg syscall (darwin-amd64-cgo), const LOCK_SH = 1
pkg syscall (darwin-amd64-cgo), const LOCK_UN = 8
pkg syscall (darwin-amd64-cgo), const MADV_CAN_REUSE = 9
pkg syscall (darwin-amd64-cgo), const MADV_DONTNEED = 4
pkg syscall (darwin-amd64-cgo), const MADV_FREE = 5
pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSABLE = 7
pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSE = 8
pkg syscall (darwin-amd64-cgo), const MADV_NORMAL = 0
pkg syscall (darwin-amd64-cgo), const MADV_RANDOM = 1
pkg syscall (darwin-amd64-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (darwin-amd64-cgo), const MADV_WILLNEED = 3
pkg syscall (darwin-amd64-cgo), const MADV_ZERO_WIRED_PAGES = 6
pkg syscall (darwin-amd64-cgo), const MAP_ANON = 4096
pkg syscall (darwin-amd64-cgo), const MAP_COPY = 2
pkg syscall (darwin-amd64-cgo), const MAP_FILE = 0
pkg syscall (darwin-amd64-cgo), const MAP_FIXED = 16
pkg syscall (darwin-amd64-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (darwin-amd64-cgo), const MAP_JIT = 2048
pkg syscall (darwin-amd64-cgo), const MAP_NOCACHE = 1024
pkg syscall (darwin-amd64-cgo), const MAP_NOEXTEND = 256
pkg syscall (darwin-amd64-cgo), const MAP_NORESERVE = 64
pkg syscall (darwin-amd64-cgo), const MAP_PRIVATE = 2
pkg syscall (darwin-amd64-cgo), const MAP_RENAME = 32
pkg syscall (darwin-amd64-cgo), const MAP_RESERVED0080 = 128
pkg syscall (darwin-amd64-cgo), const MAP_SHARED = 1
pkg syscall (darwin-amd64-cgo), const MCL_CURRENT = 1
pkg syscall (darwin-amd64-cgo), const MCL_FUTURE = 2
pkg syscall (darwin-amd64-cgo), const MSG_CTRUNC = 32
pkg syscall (darwin-amd64-cgo), const MSG_DONTROUTE = 4
pkg syscall (darwin-amd64-cgo), const MSG_DONTWAIT = 128
pkg syscall (darwin-amd64-cgo), const MSG_EOF = 256
pkg syscall (darwin-amd64-cgo), const MSG_EOR = 8
pkg syscall (darwin-amd64-cgo), const MSG_FLUSH = 1024
pkg syscall (darwin-amd64-cgo), const MSG_HAVEMORE = 8192
pkg syscall (darwin-amd64-cgo), const MSG_HOLD = 2048
pkg syscall (darwin-amd64-cgo), const MSG_NEEDSA = 65536
pkg syscall (darwin-amd64-cgo), const MSG_OOB = 1
pkg syscall (darwin-amd64-cgo), const MSG_PEEK = 2
pkg syscall (darwin-amd64-cgo), const MSG_RCVMORE = 16384
pkg syscall (darwin-amd64-cgo), const MSG_SEND = 4096
pkg syscall (darwin-amd64-cgo), const MSG_TRUNC = 16
pkg syscall (darwin-amd64-cgo), const MSG_WAITALL = 64
pkg syscall (darwin-amd64-cgo), const MSG_WAITSTREAM = 512
pkg syscall (darwin-amd64-cgo), const MS_ASYNC = 1
pkg syscall (darwin-amd64-cgo), const MS_DEACTIVATE = 8
pkg syscall (darwin-amd64-cgo), const MS_INVALIDATE = 2
pkg syscall (darwin-amd64-cgo), const MS_KILLPAGES = 4
pkg syscall (darwin-amd64-cgo), const MS_SYNC = 16
pkg syscall (darwin-amd64-cgo), const NAME_MAX = 255
pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP = 1
pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP2 = 7
pkg syscall (darwin-amd64-cgo), const NET_RT_FLAGS = 2
pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST = 3
pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST2 = 6
pkg syscall (darwin-amd64-cgo), const NET_RT_MAXID = 10
pkg syscall (darwin-amd64-cgo), const NET_RT_STAT = 4
pkg syscall (darwin-amd64-cgo), const NET_RT_TRASH = 5
pkg syscall (darwin-amd64-cgo), const NOFLSH = 2147483648
pkg syscall (darwin-amd64-cgo), const NOFLSH ideal-int
pkg syscall (darwin-amd64-cgo), const NOTE_ABSOLUTE = 8
pkg syscall (darwin-amd64-cgo), const NOTE_ATTRIB = 8
pkg syscall (darwin-amd64-cgo), const NOTE_CHILD = 4
pkg syscall (darwin-amd64-cgo), const NOTE_DELETE = 1
pkg syscall (darwin-amd64-cgo), const NOTE_EXEC = 536870912
pkg syscall (darwin-amd64-cgo), const NOTE_EXIT = 2147483648
pkg syscall (darwin-amd64-cgo), const NOTE_EXITSTATUS = 67108864
pkg syscall (darwin-amd64-cgo), const NOTE_EXTEND = 4
pkg syscall (darwin-amd64-cgo), const NOTE_FFAND = 1073741824
pkg syscall (darwin-amd64-cgo), const NOTE_FFCOPY = 3221225472
pkg syscall (darwin-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (darwin-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
pkg syscall (darwin-amd64-cgo), const NOTE_FFNOP = 0
pkg syscall (darwin-amd64-cgo), const NOTE_FFOR = 2147483648
pkg syscall (darwin-amd64-cgo), const NOTE_FORK = 1073741824
pkg syscall (darwin-amd64-cgo), const NOTE_LINK = 16
pkg syscall (darwin-amd64-cgo), const NOTE_LOWAT = 1
pkg syscall (darwin-amd64-cgo), const NOTE_NONE = 128
pkg syscall (darwin-amd64-cgo), const NOTE_NSECONDS = 4
pkg syscall (darwin-amd64-cgo), const NOTE_PCTRLMASK = -1048576
pkg syscall (darwin-amd64-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (darwin-amd64-cgo), const NOTE_REAP = 268435456
pkg syscall (darwin-amd64-cgo), const NOTE_RENAME = 32
pkg syscall (darwin-amd64-cgo), const NOTE_RESOURCEEND = 33554432
pkg syscall (darwin-amd64-cgo), const NOTE_REVOKE = 64
pkg syscall (darwin-amd64-cgo), const NOTE_SECONDS = 1
pkg syscall (darwin-amd64-cgo), const NOTE_SIGNAL = 134217728
pkg syscall (darwin-amd64-cgo), const NOTE_TRACK = 1
pkg syscall (darwin-amd64-cgo), const NOTE_TRACKERR = 2
pkg syscall (darwin-amd64-cgo), const NOTE_TRIGGER = 16777216
pkg syscall (darwin-amd64-cgo), const NOTE_USECONDS = 2
pkg syscall (darwin-amd64-cgo), const NOTE_VM_ERROR = 268435456
pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE = 2147483648
pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE =
536870912
pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
pkg syscall (darwin-amd64-cgo), const NOTE_WRITE = 2
pkg syscall (darwin-amd64-cgo), const OCRNL = 16
pkg syscall (darwin-amd64-cgo), const OCRNL ideal-int
pkg syscall (darwin-amd64-cgo), const OFDEL = 131072
pkg syscall (darwin-amd64-cgo), const OFDEL ideal-int
pkg syscall (darwin-amd64-cgo), const OFILL = 128
pkg syscall (darwin-amd64-cgo), const OFILL ideal-int
pkg syscall (darwin-amd64-cgo), const ONLCR = 2
pkg syscall (darwin-amd64-cgo), const ONLCR ideal-int
pkg syscall (darwin-amd64-cgo), const ONLRET = 64
pkg syscall (darwin-amd64-cgo), const ONLRET ideal-int
pkg syscall (darwin-amd64-cgo), const ONOCR = 32
pkg syscall (darwin-amd64-cgo), const ONOCR ideal-int
pkg syscall (darwin-amd64-cgo), const ONOEOT = 8
pkg syscall (darwin-amd64-cgo), const ONOEOT ideal-int
pkg syscall (darwin-amd64-cgo), const OPOST = 1
pkg syscall (darwin-amd64-cgo), const OPOST ideal-int
pkg syscall (darwin-amd64-cgo), const O_ACCMODE = 3
pkg syscall (darwin-amd64-cgo), const O_ALERT = 536870912
pkg syscall (darwin-amd64-cgo), const O_APPEND = 8
pkg syscall (darwin-amd64-cgo), const O_ASYNC = 64
pkg syscall (darwin-amd64-cgo), const O_CLOEXEC = 16777216
pkg syscall (darwin-amd64-cgo), const O_CREAT = 512
pkg syscall (darwin-amd64-cgo), const O_DIRECTORY = 1048576
pkg syscall (darwin-amd64-cgo), const O_DSYNC = 4194304
pkg syscall (darwin-amd64-cgo), const O_EVTONLY = 32768
pkg syscall (darwin-amd64-cgo), const O_EXCL = 2048
pkg syscall (darwin-amd64-cgo), const O_EXLOCK = 32
pkg syscall (darwin-amd64-cgo), const O_FSYNC = 128
pkg syscall (darwin-amd64-cgo), const O_NDELAY = 4
pkg syscall (darwin-amd64-cgo), const O_NOCTTY = 131072
pkg syscall (darwin-amd64-cgo), const O_NOFOLLOW = 256
pkg syscall (darwin-amd64-cgo), const O_NONBLOCK = 4
pkg syscall (darwin-amd64-cgo), const O_POPUP = 2147483648
pkg syscall (darwin-amd64-cgo), const O_SHLOCK = 16
pkg syscall (darwin-amd64-cgo), const O_SYMLINK = 2097152
pkg syscall (darwin-amd64-cgo), const O_SYNC = 128
pkg syscall (darwin-amd64-cgo), const O_TRUNC = 1024
pkg syscall (darwin-amd64-cgo), const PARENB = 4096
pkg syscall (darwin-amd64-cgo), const PARENB ideal-int
pkg syscall (darwin-amd64-cgo), const PARMRK = 8
pkg syscall (darwin-amd64-cgo), const PARMRK ideal-int
pkg syscall (darwin-amd64-cgo), const PARODD = 8192
pkg syscall (darwin-amd64-cgo), const PARODD ideal-int
pkg syscall (darwin-amd64-cgo), const PENDIN = 536870912
pkg syscall (darwin-amd64-cgo), const PENDIN ideal-int
pkg syscall (darwin-amd64-cgo), const PROT_EXEC = 4
pkg syscall (darwin-amd64-cgo), const PROT_NONE = 0
pkg syscall (darwin-amd64-cgo), const PROT_READ = 1
pkg syscall (darwin-amd64-cgo), const PROT_WRITE = 2
pkg syscall (darwin-amd64-cgo), const PTRACE_CONT = 7
pkg syscall (darwin-amd64-cgo), const PTRACE_KILL = 8
pkg syscall (darwin-amd64-cgo), const PTRACE_TRACEME = 0
pkg syscall (darwin-amd64-cgo), const PT_ATTACH = 10
pkg syscall (darwin-amd64-cgo), const PT_ATTACHEXC = 14
pkg syscall (darwin-amd64-cgo), const PT_CONTINUE = 7
pkg syscall (darwin-amd64-cgo), const PT_DENY_ATTACH = 31
pkg syscall (darwin-amd64-cgo), const PT_DETACH = 11
pkg syscall (darwin-amd64-cgo), const PT_FIRSTMACH = 32
pkg syscall (darwin-amd64-cgo), const PT_FORCEQUOTA = 30
pkg syscall (darwin-amd64-cgo), const PT_KILL = 8
pkg syscall (darwin-amd64-cgo), const PT_READ_D = 2
pkg syscall (darwin-amd64-cgo), const PT_READ_I = 1
pkg syscall (darwin-amd64-cgo), const PT_READ_U = 3
pkg syscall (darwin-amd64-cgo), const PT_SIGEXC = 12
pkg syscall (darwin-amd64-cgo), const PT_STEP = 9
pkg syscall (darwin-amd64-cgo), const PT_THUPDATE = 13
pkg syscall (darwin-amd64-cgo), const PT_TRACE_ME = 0
pkg syscall (darwin-amd64-cgo), const PT_WRITE_D = 5
pkg syscall (darwin-amd64-cgo), const PT_WRITE_I = 4
pkg syscall (darwin-amd64-cgo), const PT_WRITE_U = 6
pkg syscall (darwin-amd64-cgo), const RLIMIT_AS = 5
pkg syscall (darwin-amd64-cgo), const RLIMIT_CORE = 4
pkg syscall (darwin-amd64-cgo), const RLIMIT_CPU = 0
pkg syscall (darwin-amd64-cgo), const RLIMIT_DATA = 2
pkg syscall (darwin-amd64-cgo), const RLIMIT_FSIZE = 1
pkg syscall (darwin-amd64-cgo), const RLIMIT_NOFILE = 8
pkg syscall (darwin-amd64-cgo), const RLIMIT_STACK = 3
pkg syscall (darwin-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (darwin-amd64-cgo), const RTAX_AUTHOR = 6
pkg syscall (darwin-amd64-cgo), const RTAX_BRD = 7
pkg syscall (darwin-amd64-cgo), const RTAX_DST = 0
pkg syscall (darwin-amd64-cgo), const RTAX_GATEWAY = 1
pkg syscall (darwin-amd64-cgo), const RTAX_GENMASK = 3
pkg syscall (darwin-amd64-cgo), const RTAX_IFA = 5
pkg syscall (darwin-amd64-cgo), const RTAX_IFP = 4
pkg syscall (darwin-amd64-cgo), const RTAX_MAX = 8
pkg syscall (darwin-amd64-cgo), const RTAX_NETMASK = 2
pkg syscall (darwin-amd64-cgo), const RTA_AUTHOR = 64
pkg syscall (darwin-amd64-cgo), const RTA_BRD = 128
pkg syscall (darwin-amd64-cgo), const RTA_DST = 1
pkg syscall (darwin-amd64-cgo), const RTA_GATEWAY = 2
pkg syscall (darwin-amd64-cgo), const RTA_GENMASK = 8
pkg syscall (darwin-amd64-cgo), const RTA_IFA = 32
pkg syscall (darwin-amd64-cgo), const RTA_IFP = 16
pkg syscall (darwin-amd64-cgo), const RTA_NETMASK = 4
pkg syscall (darwin-amd64-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (darwin-amd64-cgo), const RTF_BROADCAST = 4194304
pkg syscall (darwin-amd64-cgo), const RTF_CLONING = 256
pkg syscall (darwin-amd64-cgo), const RTF_CONDEMNED = 33554432
pkg syscall (darwin-amd64-cgo), const RTF_DELCLONE = 128
pkg syscall (darwin-amd64-cgo), const RTF_DONE = 64
pkg syscall (darwin-amd64-cgo), const RTF_DYNAMIC = 16
pkg syscall (darwin-amd64-cgo), const RTF_GATEWAY = 2
pkg syscall (darwin-amd64-cgo), const RTF_HOST = 4
pkg syscall (darwin-amd64-cgo), const RTF_IFREF = 67108864
pkg syscall (darwin-amd64-cgo), const RTF_IFSCOPE = 16777216
pkg syscall (darwin-amd64-cgo), const RTF_LLINFO = 1024
pkg syscall (darwin-amd64-cgo), const RTF_LOCAL = 2097152
pkg syscall (darwin-amd64-cgo), const RTF_MODIFIED = 32
pkg syscall (darwin-amd64-cgo), const RTF_MULTICAST = 8388608
pkg syscall (darwin-amd64-cgo), const RTF_PINNED = 1048576
pkg syscall (darwin-amd64-cgo), const RTF_PRCLONING = 65536
pkg syscall (darwin-amd64-cgo), const RTF_PROTO1 = 32768
pkg syscall (darwin-amd64-cgo), const RTF_PROTO2 = 16384
pkg syscall (darwin-amd64-cgo), const RTF_PROTO3 = 262144
pkg syscall (darwin-amd64-cgo), const RTF_REJECT = 8
pkg syscall (darwin-amd64-cgo), const RTF_STATIC = 2048
pkg syscall (darwin-amd64-cgo), const RTF_UP = 1
pkg syscall (darwin-amd64-cgo), const RTF_WASCLONED = 131072
pkg syscall (darwin-amd64-cgo), const RTF_XRESOLVE = 512
pkg syscall (darwin-amd64-cgo), const RTM_ADD = 1
pkg syscall (darwin-amd64-cgo), const RTM_CHANGE = 3
pkg syscall (darwin-amd64-cgo), const RTM_DELADDR = 13
pkg syscall (darwin-amd64-cgo), const RTM_DELETE = 2
pkg syscall (darwin-amd64-cgo), const RTM_DELMADDR = 16
pkg syscall (darwin-amd64-cgo), const RTM_GET = 4
pkg syscall (darwin-amd64-cgo), const RTM_GET2 = 20
pkg syscall (darwin-amd64-cgo), const RTM_IFINFO = 14
pkg syscall (darwin-amd64-cgo), const RTM_IFINFO2 = 18
pkg syscall (darwin-amd64-cgo), const RTM_LOCK = 8
pkg syscall (darwin-amd64-cgo), const RTM_LOSING = 5
pkg syscall (darwin-amd64-cgo), const RTM_MISS = 7
pkg syscall (darwin-amd64-cgo), const RTM_NEWADDR = 12
pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR = 15
pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR2 = 19
pkg syscall (darwin-amd64-cgo), const RTM_OLDADD = 9
pkg syscall (darwin-amd64-cgo), const RTM_OLDDEL = 10
pkg syscall (darwin-amd64-cgo), const RTM_REDIRECT = 6
pkg syscall (darwin-amd64-cgo), const RTM_RESOLVE = 11
pkg syscall (darwin-amd64-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (darwin-amd64-cgo), const RTM_VERSION = 5
pkg syscall (darwin-amd64-cgo), const RTV_EXPIRE = 4
pkg syscall (darwin-amd64-cgo), const RTV_HOPCOUNT = 2
pkg syscall (darwin-amd64-cgo), const RTV_MTU = 1
pkg syscall (darwin-amd64-cgo), const RTV_RPIPE = 8
pkg syscall (darwin-amd64-cgo), const RTV_RTT = 64
pkg syscall (darwin-amd64-cgo), const RTV_RTTVAR = 128
pkg syscall (darwin-amd64-cgo), const RTV_SPIPE = 16
pkg syscall (darwin-amd64-cgo), const RTV_SSTHRESH = 32
pkg syscall (darwin-amd64-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (darwin-amd64-cgo), const RUSAGE_SELF = 0
pkg syscall (darwin-amd64-cgo), const SCM_CREDS = 3
pkg syscall (darwin-amd64-cgo), const SCM_RIGHTS = 1
pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP = 2
pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
pkg syscall (darwin-amd64-cgo), const SIGBUS = 10
pkg syscall (darwin-amd64-cgo), const SIGCHLD = 20
pkg syscall (darwin-amd64-cgo), const SIGCONT = 19
pkg syscall (darwin-amd64-cgo), const SIGEMT = 7
pkg syscall (darwin-amd64-cgo), const SIGINFO = 29
pkg syscall (darwin-amd64-cgo), const SIGIO = 23
pkg syscall (darwin-amd64-cgo), const SIGIOT = 6
pkg syscall (darwin-amd64-cgo), const SIGPROF = 27
pkg syscall (darwin-amd64-cgo), const SIGSTOP = 17
pkg syscall (darwin-amd64-cgo), const SIGSYS = 12
pkg syscall (darwin-amd64-cgo), const SIGTSTP = 18
pkg syscall (darwin-amd64-cgo), const SIGTTIN = 21
pkg syscall (darwin-amd64-cgo), const SIGTTOU = 22
pkg syscall (darwin-amd64-cgo), const SIGURG = 16
pkg syscall (darwin-amd64-cgo), const SIGUSR1 = 30
pkg syscall (darwin-amd64-cgo), const SIGUSR2 = 31
pkg syscall (darwin-amd64-cgo), const SIGVTALRM = 26
pkg syscall (darwin-amd64-cgo), const SIGWINCH = 28
pkg syscall (darwin-amd64-cgo), const SIGXCPU = 24
pkg syscall (darwin-amd64-cgo), const SIGXFSZ = 25
pkg syscall (darwin-amd64-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (darwin-amd64-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (darwin-amd64-cgo), const SIOCALIFADDR = 2165860637
pkg syscall (darwin-amd64-cgo), const SIOCARPIPLL = 3223349544
pkg syscall (darwin-amd64-cgo), const SIOCATMARK = 1074033415
pkg syscall (darwin-amd64-cgo), const SIOCAUTOADDR = 3223349542
pkg syscall (darwin-amd64-cgo), const SIOCAUTONETMASK = 2149607719
pkg syscall (darwin-amd64-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (darwin-amd64-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (darwin-amd64-cgo), const SIOCDIFPHYADDR = 2149607745
pkg syscall (darwin-amd64-cgo), const SIOCDLIFADDR = 2165860639
pkg syscall (darwin-amd64-cgo), const SIOCGDRVSPEC = 3223873915
pkg syscall (darwin-amd64-cgo), const SIOCGETSGCNT = 3222565404
pkg syscall (darwin-amd64-cgo), const SIOCGETVIFCNT = 3222565403
pkg syscall (darwin-amd64-cgo), const SIOCGETVLAN = 3223349631
pkg syscall (darwin-amd64-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (darwin-amd64-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (darwin-amd64-cgo), const SIOCGIFALTMTU = 3223349576
pkg syscall (darwin-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (darwin-amd64-cgo), const SIOCGIFBOND = 3223349575
pkg syscall (darwin-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (darwin-amd64-cgo), const SIOCGIFCAP = 3223349595
pkg syscall (darwin-amd64-cgo), const SIOCGIFCONF = 3222038820
pkg syscall (darwin-amd64-cgo), const SIOCGIFDEVMTU = 3223349572
pkg syscall (darwin-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (darwin-amd64-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (darwin-amd64-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (darwin-amd64-cgo), const SIOCGIFKPI = 3223349639
pkg syscall (darwin-amd64-cgo), const SIOCGIFMAC = 3223349634
pkg syscall (darwin-amd64-cgo), const SIOCGIFMEDIA = 3224135992
pkg syscall (darwin-amd64-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (darwin-amd64-cgo), const SIOCGIFMTU = 3223349555
pkg syscall (darwin-amd64-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (darwin-amd64-cgo), const SIOCGIFPDSTADDR = 3223349568
pkg syscall (darwin-amd64-cgo), const SIOCGIFPHYS = 3223349557
pkg syscall (darwin-amd64-cgo), const SIOCGIFPSRCADDR = 3223349567
pkg syscall (darwin-amd64-cgo), const SIOCGIFSTATUS = 3274795325
pkg syscall (darwin-amd64-cgo), const SIOCGIFVLAN = 3223349631
pkg syscall (darwin-amd64-cgo), const SIOCGIFWAKEFLAGS = 3223349640
pkg syscall (darwin-amd64-cgo), const SIOCGLIFADDR = 3239602462
pkg syscall (darwin-amd64-cgo), const SIOCGLIFPHYADDR = 3239602499
pkg syscall (darwin-amd64-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (darwin-amd64-cgo), const SIOCGPGRP = 1074033417
pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE = 3223349624
pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE2 = 3223349626
pkg syscall (darwin-amd64-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (darwin-amd64-cgo), const SIOCRSLVMULTI = 3222300987
pkg syscall (darwin-amd64-cgo), const SIOCSDRVSPEC = 2150132091
pkg syscall (darwin-amd64-cgo), const SIOCSETVLAN = 2149607806
pkg syscall (darwin-amd64-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (darwin-amd64-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (darwin-amd64-cgo), const SIOCSIFALTMTU = 2149607749
pkg syscall (darwin-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (darwin-amd64-cgo), const SIOCSIFBOND = 2149607750
pkg syscall (darwin-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (darwin-amd64-cgo), const SIOCSIFCAP = 2149607770
pkg syscall (darwin-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (darwin-amd64-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (darwin-amd64-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (darwin-amd64-cgo), const SIOCSIFKPI = 2149607814
pkg syscall (darwin-amd64-cgo), const SIOCSIFLLADDR = 2149607740
pkg syscall (darwin-amd64-cgo), const SIOCSIFMAC = 2149607811
pkg syscall (darwin-amd64-cgo), const SIOCSIFMEDIA = 3223349559
pkg syscall (darwin-amd64-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (darwin-amd64-cgo), const SIOCSIFMTU = 2149607732
pkg syscall (darwin-amd64-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYADDR = 2151704894
pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYS = 2149607734
pkg syscall (darwin-amd64-cgo), const SIOCSIFVLAN = 2149607806
pkg syscall (darwin-amd64-cgo), const SIOCSLIFPHYADDR = 2165860674
pkg syscall (darwin-amd64-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (darwin-amd64-cgo), const SIOCSPGRP = 2147775240
pkg syscall (darwin-amd64-cgo), const SOCK_MAXADDRLEN = 255
pkg syscall (darwin-amd64-cgo), const SOCK_RDM = 4
pkg syscall (darwin-amd64-cgo), const SOL_SOCKET = 65535
pkg syscall (darwin-amd64-cgo), const SOMAXCONN = 128
pkg syscall (darwin-amd64-cgo), const SO_ACCEPTCONN = 2
pkg syscall (darwin-amd64-cgo), const SO_BROADCAST = 32
pkg syscall (darwin-amd64-cgo), const SO_DEBUG = 1
pkg syscall (darwin-amd64-cgo), const SO_DONTROUTE = 16
pkg syscall (darwin-amd64-cgo), const SO_DONTTRUNC = 8192
pkg syscall (darwin-amd64-cgo), const SO_ERROR = 4103
pkg syscall (darwin-amd64-cgo), const SO_KEEPALIVE = 8
pkg syscall (darwin-amd64-cgo), const SO_LABEL = 4112
pkg syscall (darwin-amd64-cgo), const SO_LINGER = 128
pkg syscall (darwin-amd64-cgo), const SO_LINGER_SEC = 4224
pkg syscall (darwin-amd64-cgo), const SO_NKE = 4129
pkg syscall (darwin-amd64-cgo), const SO_NOADDRERR = 4131
pkg syscall (darwin-amd64-cgo), const SO_NOSIGPIPE = 4130
pkg syscall (darwin-amd64-cgo), const SO_NOTIFYCONFLICT = 4134
pkg syscall (darwin-amd64-cgo), const SO_NP_EXTENSIONS = 4227
pkg syscall (darwin-amd64-cgo), const SO_NREAD = 4128
pkg syscall (darwin-amd64-cgo), const SO_NWRITE = 4132
pkg syscall (darwin-amd64-cgo), const SO_OOBINLINE = 256
pkg syscall (darwin-amd64-cgo), const SO_PEERLABEL = 4113
pkg syscall (darwin-amd64-cgo), const SO_RANDOMPORT = 4226
pkg syscall (darwin-amd64-cgo), const SO_RCVBUF = 4098
pkg syscall (darwin-amd64-cgo), const SO_RCVLOWAT = 4100
pkg syscall (darwin-amd64-cgo), const SO_RCVTIMEO = 4102
pkg syscall (darwin-amd64-cgo), const SO_RESTRICTIONS = 4225
pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYIN = 1
pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYOUT = 2
pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYSET = 2147483648
pkg syscall (darwin-amd64-cgo), const SO_REUSEADDR = 4
pkg syscall (darwin-amd64-cgo), const SO_REUSEPORT = 512
pkg syscall (darwin-amd64-cgo), const SO_REUSESHAREUID = 4133
pkg syscall (darwin-amd64-cgo), const SO_SNDBUF = 4097
pkg syscall (darwin-amd64-cgo), const SO_SNDLOWAT = 4099
pkg syscall (darwin-amd64-cgo), const SO_SNDTIMEO = 4101
pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP = 1024
pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
pkg syscall (darwin-amd64-cgo), const SO_TYPE = 4104
pkg syscall (darwin-amd64-cgo), const SO_UPCALLCLOSEWAIT = 4135
pkg syscall (darwin-amd64-cgo), const SO_USELOOPBACK = 64
pkg syscall (darwin-amd64-cgo), const SO_WANTMORE = 16384
pkg syscall (darwin-amd64-cgo), const SO_WANTOOBFLAG = 32768
pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT = 30
pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT_NOCANCEL = 404
pkg syscall (darwin-amd64-cgo), const SYS_ACCESS = 33
pkg syscall (darwin-amd64-cgo), const SYS_ACCESS_EXTENDED = 284
pkg syscall (darwin-amd64-cgo), const SYS_ACCT = 51
pkg syscall (darwin-amd64-cgo), const SYS_ADD_PROFIL = 176
pkg syscall (darwin-amd64-cgo), const SYS_ADJTIME = 140
pkg syscall (darwin-amd64-cgo), const SYS_AIO_CANCEL = 316
pkg syscall (darwin-amd64-cgo), const SYS_AIO_ERROR = 317
pkg syscall (darwin-amd64-cgo), const SYS_AIO_FSYNC = 313
pkg syscall (darwin-amd64-cgo), const SYS_AIO_READ = 318
pkg syscall (darwin-amd64-cgo), const SYS_AIO_RETURN = 314
pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND = 315
pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
pkg syscall (darwin-amd64-cgo), const SYS_AIO_WRITE = 319
pkg syscall (darwin-amd64-cgo), const SYS_ATGETMSG = 207
pkg syscall (darwin-amd64-cgo), const SYS_ATPGETREQ = 211
pkg syscall (darwin-amd64-cgo), const SYS_ATPGETRSP = 212
pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDREQ = 209
pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDRSP = 210
pkg syscall (darwin-amd64-cgo), const SYS_ATPUTMSG = 208
pkg syscall (darwin-amd64-cgo), const SYS_ATSOCKET = 206
pkg syscall (darwin-amd64-cgo), const SYS_AUDIT = 350
pkg syscall (darwin-amd64-cgo), const SYS_AUDITCTL = 359
pkg syscall (darwin-amd64-cgo), const SYS_AUDITON = 351
pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_JOIN = 429
pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_PORT = 432
pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_SELF = 428
pkg syscall (darwin-amd64-cgo), const SYS_BIND = 104
pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_CREATE = 360
pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_REGISTER = 366
pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_TERMINATE = 361
pkg syscall (darwin-amd64-cgo), const SYS_CHDIR = 12
pkg syscall (darwin-amd64-cgo), const SYS_CHFLAGS = 34
pkg syscall (darwin-amd64-cgo), const SYS_CHMOD = 15
pkg syscall (darwin-amd64-cgo), const SYS_CHMOD_EXTENDED = 282
pkg syscall (darwin-amd64-cgo), const SYS_CHOWN = 16
pkg syscall (darwin-amd64-cgo), const SYS_CHROOT = 61
pkg syscall (darwin-amd64-cgo), const SYS_CHUD = 185
pkg syscall (darwin-amd64-cgo), const SYS_CLOSE = 6
pkg syscall (darwin-amd64-cgo), const SYS_CLOSE_NOCANCEL = 399
pkg syscall (darwin-amd64-cgo), const SYS_CONNECT = 98
pkg syscall (darwin-amd64-cgo), const SYS_CONNECT_NOCANCEL = 409
pkg syscall (darwin-amd64-cgo), const SYS_COPYFILE = 227
pkg syscall (darwin-amd64-cgo), const SYS_CSOPS = 169
pkg syscall (darwin-amd64-cgo), const SYS_DELETE = 226
pkg syscall (darwin-amd64-cgo), const SYS_DUP = 41
pkg syscall (darwin-amd64-cgo), const SYS_DUP2 = 90
pkg syscall (darwin-amd64-cgo), const SYS_EXCHANGEDATA = 223
pkg syscall (darwin-amd64-cgo), const SYS_EXECVE = 59
pkg syscall (darwin-amd64-cgo), const SYS_EXIT = 1
pkg syscall (darwin-amd64-cgo), const SYS_FCHDIR = 13
pkg syscall (darwin-amd64-cgo), const SYS_FCHFLAGS = 35
pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD = 124
pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD_EXTENDED = 283
pkg syscall (darwin-amd64-cgo), const SYS_FCHOWN = 123
pkg syscall (darwin-amd64-cgo), const SYS_FCNTL = 92
pkg syscall (darwin-amd64-cgo), const SYS_FCNTL_NOCANCEL = 406
pkg syscall (darwin-amd64-cgo), const SYS_FDATASYNC = 187
pkg syscall (darwin-amd64-cgo), const SYS_FFSCTL = 245
pkg syscall (darwin-amd64-cgo), const SYS_FGETATTRLIST = 228
pkg syscall (darwin-amd64-cgo), const SYS_FGETXATTR = 235
pkg syscall (darwin-amd64-cgo), const SYS_FHOPEN = 248
pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEFD = 431
pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEPORT = 430
pkg syscall (darwin-amd64-cgo), const SYS_FLISTXATTR = 241
pkg syscall (darwin-amd64-cgo), const SYS_FLOCK = 131
pkg syscall (darwin-amd64-cgo), const SYS_FORK = 2
pkg syscall (darwin-amd64-cgo), const SYS_FPATHCONF = 192
pkg syscall (darwin-amd64-cgo), const SYS_FREMOVEXATTR = 239
pkg syscall (darwin-amd64-cgo), const SYS_FSCTL = 242
pkg syscall (darwin-amd64-cgo), const SYS_FSETATTRLIST = 229
pkg syscall (darwin-amd64-cgo), const SYS_FSETXATTR = 237
pkg syscall (darwin-amd64-cgo), const SYS_FSGETPATH = 427
pkg syscall (darwin-amd64-cgo), const SYS_FSTAT = 189
pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64 = 339
pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64_EXTENDED = 343
pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS = 158
pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS64 = 346
pkg syscall (darwin-amd64-cgo), const SYS_FSTATV = 219
pkg syscall (darwin-amd64-cgo), const SYS_FSTAT_EXTENDED = 281
pkg syscall (darwin-amd64-cgo), const SYS_FSYNC = 95
pkg syscall (darwin-amd64-cgo), const SYS_FSYNC_NOCANCEL = 408
pkg syscall (darwin-amd64-cgo), const SYS_FTRUNCATE = 201
pkg syscall (darwin-amd64-cgo), const SYS_FUTIMES = 139
pkg syscall (darwin-amd64-cgo), const SYS_GETATTRLIST = 220
pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT = 355
pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT_ADDR = 357
pkg syscall (darwin-amd64-cgo), const SYS_GETAUID = 353
pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES = 196
pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES64 = 344
pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIESATTR = 222
pkg syscall (darwin-amd64-cgo), const SYS_GETDTABLESIZE = 89
pkg syscall (darwin-amd64-cgo), const SYS_GETEGID = 43
pkg syscall (darwin-amd64-cgo), const SYS_GETEUID = 25
pkg syscall (darwin-amd64-cgo), const SYS_GETFH = 161
pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT = 18
pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT64 = 347
pkg syscall (darwin-amd64-cgo), const SYS_GETGID = 47
pkg syscall (darwin-amd64-cgo), const SYS_GETGROUPS = 79
pkg syscall (darwin-amd64-cgo), const SYS_GETHOSTUUID = 142
pkg syscall (darwin-amd64-cgo), const SYS_GETITIMER = 86
pkg syscall (darwin-amd64-cgo), const SYS_GETLCID = 395
pkg syscall (darwin-amd64-cgo), const SYS_GETLOGIN = 49
pkg syscall (darwin-amd64-cgo), const SYS_GETPEERNAME = 31
pkg syscall (darwin-amd64-cgo), const SYS_GETPGID = 151
pkg syscall (darwin-amd64-cgo), const SYS_GETPGRP = 81
pkg syscall (darwin-amd64-cgo), const SYS_GETPID = 20
pkg syscall (darwin-amd64-cgo), const SYS_GETPPID = 39
pkg syscall (darwin-amd64-cgo), const SYS_GETPRIORITY = 100
pkg syscall (darwin-amd64-cgo), const SYS_GETRLIMIT = 194
pkg syscall (darwin-amd64-cgo), const SYS_GETRUSAGE = 117
pkg syscall (darwin-amd64-cgo), const SYS_GETSGROUPS = 288
pkg syscall (darwin-amd64-cgo), const SYS_GETSID = 310
pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (darwin-amd64-cgo), const SYS_GETTID = 286
pkg syscall (darwin-amd64-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (darwin-amd64-cgo), const SYS_GETUID = 24
pkg syscall (darwin-amd64-cgo), const SYS_GETWGROUPS = 290
pkg syscall (darwin-amd64-cgo), const SYS_GETXATTR = 234
pkg syscall (darwin-amd64-cgo), const SYS_IDENTITYSVC = 293
pkg syscall (darwin-amd64-cgo), const SYS_INITGROUPS = 243
pkg syscall (darwin-amd64-cgo), const SYS_IOCTL = 54
pkg syscall (darwin-amd64-cgo), const SYS_IOPOLICYSYS = 322
pkg syscall (darwin-amd64-cgo), const SYS_ISSETUGID = 327
pkg syscall (darwin-amd64-cgo), const SYS_KDEBUG_TRACE = 180
pkg syscall (darwin-amd64-cgo), const SYS_KEVENT = 363
pkg syscall (darwin-amd64-cgo), const SYS_KEVENT64 = 369
pkg syscall (darwin-amd64-cgo), const SYS_KILL = 37
pkg syscall (darwin-amd64-cgo), const SYS_KQUEUE = 362
pkg syscall (darwin-amd64-cgo), const SYS_LCHOWN = 364
pkg syscall (darwin-amd64-cgo), const SYS_LINK = 9
pkg syscall (darwin-amd64-cgo), const SYS_LIO_LISTIO = 320
pkg syscall (darwin-amd64-cgo), const SYS_LISTEN = 106
pkg syscall (darwin-amd64-cgo), const SYS_LISTXATTR = 240
pkg syscall (darwin-amd64-cgo), const SYS_LSEEK = 199
pkg syscall (darwin-amd64-cgo), const SYS_LSTAT = 190
pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64 = 340
pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64_EXTENDED = 342
pkg syscall (darwin-amd64-cgo), const SYS_LSTATV = 218
pkg syscall (darwin-amd64-cgo), const SYS_LSTAT_EXTENDED = 280
pkg syscall (darwin-amd64-cgo), const SYS_MADVISE = 75
pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL = 439
pkg syscall (darwin-amd64-cgo), const SYS_MINCORE = 78
pkg syscall (darwin-amd64-cgo), const SYS_MINHERIT = 250
pkg syscall (darwin-amd64-cgo), const SYS_MKCOMPLEX = 216
pkg syscall (darwin-amd64-cgo), const SYS_MKDIR = 136
pkg syscall (darwin-amd64-cgo), const SYS_MKDIR_EXTENDED = 292
pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO = 132
pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO_EXTENDED = 291
pkg syscall (darwin-amd64-cgo), const SYS_MKNOD = 14
pkg syscall (darwin-amd64-cgo), const SYS_MLOCK = 203
pkg syscall (darwin-amd64-cgo), const SYS_MLOCKALL = 324
pkg syscall (darwin-amd64-cgo), const SYS_MMAP = 197
pkg syscall (darwin-amd64-cgo), const SYS_MODWATCH = 233
pkg syscall (darwin-amd64-cgo), const SYS_MOUNT = 167
pkg syscall (darwin-amd64-cgo), const SYS_MPROTECT = 74
pkg syscall (darwin-amd64-cgo), const SYS_MSGCTL = 258
pkg syscall (darwin-amd64-cgo), const SYS_MSGGET = 259
pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV = 261
pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV_NOCANCEL = 419
pkg syscall (darwin-amd64-cgo), const SYS_MSGSND = 260
pkg syscall (darwin-amd64-cgo), const SYS_MSGSND_NOCANCEL = 418
pkg syscall (darwin-amd64-cgo), const SYS_MSGSYS = 252
pkg syscall (darwin-amd64-cgo), const SYS_MSYNC = 65
pkg syscall (darwin-amd64-cgo), const SYS_MSYNC_NOCANCEL = 405
pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCK = 204
pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCKALL = 325
pkg syscall (darwin-amd64-cgo), const SYS_MUNMAP = 73
pkg syscall (darwin-amd64-cgo), const SYS_NFSCLNT = 247
pkg syscall (darwin-amd64-cgo), const SYS_NFSSVC = 155
pkg syscall (darwin-amd64-cgo), const SYS_OPEN = 5
pkg syscall (darwin-amd64-cgo), const SYS_OPEN_EXTENDED = 277
pkg syscall (darwin-amd64-cgo), const SYS_OPEN_NOCANCEL = 398
pkg syscall (darwin-amd64-cgo), const SYS_PATHCONF = 191
pkg syscall (darwin-amd64-cgo), const SYS_PID_HIBERNATE = 435
pkg syscall (darwin-amd64-cgo), const SYS_PID_RESUME = 434
pkg syscall (darwin-amd64-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
pkg syscall (darwin-amd64-cgo), const SYS_PID_SUSPEND = 433
pkg syscall (darwin-amd64-cgo), const SYS_PIPE = 42
pkg syscall (darwin-amd64-cgo), const SYS_POLL = 230
pkg syscall (darwin-amd64-cgo), const SYS_POLL_NOCANCEL = 417
pkg syscall (darwin-amd64-cgo), const SYS_POSIX_SPAWN = 244
pkg syscall (darwin-amd64-cgo), const SYS_PREAD = 153
pkg syscall (darwin-amd64-cgo), const SYS_PREAD_NOCANCEL = 414
pkg syscall (darwin-amd64-cgo), const SYS_PROCESS_POLICY = 323
pkg syscall (darwin-amd64-cgo), const SYS_PROC_INFO = 336
pkg syscall (darwin-amd64-cgo), const SYS_PROFIL = 44
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVBROAD = 303
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVSIGNAL = 304
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVWAIT = 305
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXDROP = 302
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
pkg syscall (darwin-amd64-cgo), const SYS_PTRACE = 26
pkg syscall (darwin-amd64-cgo), const SYS_PWRITE = 154
pkg syscall (darwin-amd64-cgo), const SYS_PWRITE_NOCANCEL = 415
pkg syscall (darwin-amd64-cgo), const SYS_QUOTACTL = 165
pkg syscall (darwin-amd64-cgo), const SYS_READ = 3
pkg syscall (darwin-amd64-cgo), const SYS_READLINK = 58
pkg syscall (darwin-amd64-cgo), const SYS_READV = 120
pkg syscall (darwin-amd64-cgo), const SYS_READV_NOCANCEL = 411
pkg syscall (darwin-amd64-cgo), const SYS_READ_NOCANCEL = 396
pkg syscall (darwin-amd64-cgo), const SYS_REBOOT = 55
pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM = 29
pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM_NOCANCEL = 403
pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG = 27
pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG_NOCANCEL = 401
pkg syscall (darwin-amd64-cgo), const SYS_REMOVEXATTR = 238
pkg syscall (darwin-amd64-cgo), const SYS_RENAME = 128
pkg syscall (darwin-amd64-cgo), const SYS_REVOKE = 56
pkg syscall (darwin-amd64-cgo), const SYS_RMDIR = 137
pkg syscall (darwin-amd64-cgo), const SYS_SEARCHFS = 225
pkg syscall (darwin-amd64-cgo), const SYS_SELECT = 93
pkg syscall (darwin-amd64-cgo), const SYS_SELECT_NOCANCEL = 407
pkg syscall (darwin-amd64-cgo), const SYS_SEMCTL = 254
pkg syscall (darwin-amd64-cgo), const SYS_SEMGET = 255
pkg syscall (darwin-amd64-cgo), const SYS_SEMOP = 256
pkg syscall (darwin-amd64-cgo), const SYS_SEMSYS = 251
pkg syscall (darwin-amd64-cgo), const SYS_SEM_CLOSE = 269
pkg syscall (darwin-amd64-cgo), const SYS_SEM_DESTROY = 276
pkg syscall (darwin-amd64-cgo), const SYS_SEM_GETVALUE = 274
pkg syscall (darwin-amd64-cgo), const SYS_SEM_INIT = 275
pkg syscall (darwin-amd64-cgo), const SYS_SEM_OPEN = 268
pkg syscall (darwin-amd64-cgo), const SYS_SEM_POST = 273
pkg syscall (darwin-amd64-cgo), const SYS_SEM_TRYWAIT = 272
pkg syscall (darwin-amd64-cgo), const SYS_SEM_UNLINK = 270
pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT = 271
pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
pkg syscall (darwin-amd64-cgo), const SYS_SENDFILE = 337
pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG = 28
pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG_NOCANCEL = 402
pkg syscall (darwin-amd64-cgo), const SYS_SENDTO = 133
pkg syscall (darwin-amd64-cgo), const SYS_SENDTO_NOCANCEL = 413
pkg syscall (darwin-amd64-cgo), const SYS_SETATTRLIST = 221
pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT = 356
pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT_ADDR = 358
pkg syscall (darwin-amd64-cgo), const SYS_SETAUID = 354
pkg syscall (darwin-amd64-cgo), const SYS_SETEGID = 182
pkg syscall (darwin-amd64-cgo), const SYS_SETEUID = 183
pkg syscall (darwin-amd64-cgo), const SYS_SETGID = 181
pkg syscall (darwin-amd64-cgo), const SYS_SETGROUPS = 80
pkg syscall (darwin-amd64-cgo), const SYS_SETITIMER = 83
pkg syscall (darwin-amd64-cgo), const SYS_SETLCID = 394
pkg syscall (darwin-amd64-cgo), const SYS_SETLOGIN = 50
pkg syscall (darwin-amd64-cgo), const SYS_SETPGID = 82
pkg syscall (darwin-amd64-cgo), const SYS_SETPRIORITY = 96
pkg syscall (darwin-amd64-cgo), const SYS_SETPRIVEXEC = 152
pkg syscall (darwin-amd64-cgo), const SYS_SETREGID = 127
pkg syscall (darwin-amd64-cgo), const SYS_SETREUID = 126
pkg syscall (darwin-amd64-cgo), const SYS_SETRLIMIT = 195
pkg syscall (darwin-amd64-cgo), const SYS_SETSGROUPS = 287
pkg syscall (darwin-amd64-cgo), const SYS_SETSID = 147
pkg syscall (darwin-amd64-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (darwin-amd64-cgo), const SYS_SETTID = 285
pkg syscall (darwin-amd64-cgo), const SYS_SETTID_WITH_PID = 311
pkg syscall (darwin-amd64-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (darwin-amd64-cgo), const SYS_SETUID = 23
pkg syscall (darwin-amd64-cgo), const SYS_SETWGROUPS = 289
pkg syscall (darwin-amd64-cgo), const SYS_SETXATTR = 236
pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
pkg syscall (darwin-amd64-cgo), const SYS_SHMAT = 262
pkg syscall (darwin-amd64-cgo), const SYS_SHMCTL = 263
pkg syscall (darwin-amd64-cgo), const SYS_SHMDT = 264
pkg syscall (darwin-amd64-cgo), const SYS_SHMGET = 265
pkg syscall (darwin-amd64-cgo), const SYS_SHMSYS = 253
pkg syscall (darwin-amd64-cgo), const SYS_SHM_OPEN = 266
pkg syscall (darwin-amd64-cgo), const SYS_SHM_UNLINK = 267
pkg syscall (darwin-amd64-cgo), const SYS_SHUTDOWN = 134
pkg syscall (darwin-amd64-cgo), const SYS_SIGACTION = 46
pkg syscall (darwin-amd64-cgo), const SYS_SIGALTSTACK = 53
pkg syscall (darwin-amd64-cgo), const SYS_SIGPENDING = 52
pkg syscall (darwin-amd64-cgo), const SYS_SIGPROCMASK = 48
pkg syscall (darwin-amd64-cgo), const SYS_SIGRETURN = 184
pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND = 111
pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
pkg syscall (darwin-amd64-cgo), const SYS_SOCKET = 97
pkg syscall (darwin-amd64-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (darwin-amd64-cgo), const SYS_STACK_SNAPSHOT = 365
pkg syscall (darwin-amd64-cgo), const SYS_STAT = 188
pkg syscall (darwin-amd64-cgo), const SYS_STAT64 = 338
pkg syscall (darwin-amd64-cgo), const SYS_STAT64_EXTENDED = 341
pkg syscall (darwin-amd64-cgo), const SYS_STATFS = 157
pkg syscall (darwin-amd64-cgo), const SYS_STATFS64 = 345
pkg syscall (darwin-amd64-cgo), const SYS_STATV = 217
pkg syscall (darwin-amd64-cgo), const SYS_STAT_EXTENDED = 279
pkg syscall (darwin-amd64-cgo), const SYS_SWAPON = 85
pkg syscall (darwin-amd64-cgo), const SYS_SYMLINK = 57
pkg syscall (darwin-amd64-cgo), const SYS_SYNC = 36
pkg syscall (darwin-amd64-cgo), const SYS_SYSCALL = 0
pkg syscall (darwin-amd64-cgo), const SYS_THREAD_SELFID = 372
pkg syscall (darwin-amd64-cgo), const SYS_TRUNCATE = 200
pkg syscall (darwin-amd64-cgo), const SYS_UMASK = 60
pkg syscall (darwin-amd64-cgo), const SYS_UMASK_EXTENDED = 278
pkg syscall (darwin-amd64-cgo), const SYS_UNDELETE = 205
pkg syscall (darwin-amd64-cgo), const SYS_UNLINK = 10
pkg syscall (darwin-amd64-cgo), const SYS_UNMOUNT = 159
pkg syscall (darwin-amd64-cgo), const SYS_UTIMES = 138
pkg syscall (darwin-amd64-cgo), const SYS_VFORK = 66
pkg syscall (darwin-amd64-cgo), const SYS_VM_PRESSURE_MONITOR = 296
pkg syscall (darwin-amd64-cgo), const SYS_WAIT4 = 7
pkg syscall (darwin-amd64-cgo), const SYS_WAIT4_NOCANCEL = 400
pkg syscall (darwin-amd64-cgo), const SYS_WAITEVENT = 232
pkg syscall (darwin-amd64-cgo), const SYS_WAITID = 173
pkg syscall (darwin-amd64-cgo), const SYS_WAITID_NOCANCEL = 416
pkg syscall (darwin-amd64-cgo), const SYS_WATCHEVENT = 231
pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_KERNRETURN = 368
pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_OPEN = 367
pkg syscall (darwin-amd64-cgo), const SYS_WRITE = 4
pkg syscall (darwin-amd64-cgo), const SYS_WRITEV = 121
pkg syscall (darwin-amd64-cgo), const SYS_WRITEV_NOCANCEL = 412
pkg syscall (darwin-amd64-cgo), const SYS_WRITE_NOCANCEL = 397
pkg syscall (darwin-amd64-cgo), const SYS___DISABLE_THREADSIGNAL = 331
pkg syscall (darwin-amd64-cgo), const SYS___MAC_EXECVE = 380
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GETFSSTAT = 426
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FD = 388
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FILE = 382
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCID = 391
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCTX = 392
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LINK = 384
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_MOUNT = 425
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PID = 390
pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PROC = 386
pkg syscall (darwin-amd64-cgo), const SYS___MAC_MOUNT = 424
pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FD = 389
pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FILE = 383
pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LCTX = 393
pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LINK = 385
pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_PROC = 387
pkg syscall (darwin-amd64-cgo), const SYS___MAC_SYSCALL = 381
pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CANCELED = 333
pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CHDIR = 348
pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_FCHDIR = 349
pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_KILL = 328
pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_MARKCANCEL = 332
pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_SIGMASK = 329
pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL = 334
pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT = 330
pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT_NOCANCEL = 422
pkg syscall (darwin-amd64-cgo), const SYS___SYSCTL = 202
pkg syscall (darwin-amd64-cgo), const S_IEXEC = 64
pkg syscall (darwin-amd64-cgo), const S_IFMT = 61440
pkg syscall (darwin-amd64-cgo), const S_IFWHT = 57344
pkg syscall (darwin-amd64-cgo), const S_IREAD = 256
pkg syscall (darwin-amd64-cgo), const S_IRGRP = 32
pkg syscall (darwin-amd64-cgo), const S_IROTH = 4
pkg syscall (darwin-amd64-cgo), const S_IRWXG = 56
pkg syscall (darwin-amd64-cgo), const S_IRWXO = 7
pkg syscall (darwin-amd64-cgo), const S_IRWXU = 448
pkg syscall (darwin-amd64-cgo), const S_ISTXT = 512
pkg syscall (darwin-amd64-cgo), const S_IWGRP = 16
pkg syscall (darwin-amd64-cgo), const S_IWOTH = 2
pkg syscall (darwin-amd64-cgo), const S_IWRITE = 128
pkg syscall (darwin-amd64-cgo), const S_IXGRP = 8
pkg syscall (darwin-amd64-cgo), const S_IXOTH = 1
pkg syscall (darwin-amd64-cgo), const SizeofBpfHdr = 20
pkg syscall (darwin-amd64-cgo), const SizeofBpfInsn = 8
pkg syscall (darwin-amd64-cgo), const SizeofBpfProgram = 16
pkg syscall (darwin-amd64-cgo), const SizeofBpfStat = 8
pkg syscall (darwin-amd64-cgo), const SizeofBpfVersion = 4
pkg syscall (darwin-amd64-cgo), const SizeofCmsghdr = 12
pkg syscall (darwin-amd64-cgo), const SizeofIPMreq = 8
pkg syscall (darwin-amd64-cgo), const SizeofIPv6Mreq = 20
pkg syscall (darwin-amd64-cgo), const SizeofIfData = 96
pkg syscall (darwin-amd64-cgo), const SizeofIfMsghdr = 112
pkg syscall (darwin-amd64-cgo), const SizeofIfaMsghdr = 20
pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr = 16
pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr2 = 20
pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo = 12
pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo ideal-int
pkg syscall (darwin-amd64-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (darwin-amd64-cgo), const SizeofLinger = 8
pkg syscall (darwin-amd64-cgo), const SizeofMsghdr = 48
pkg syscall (darwin-amd64-cgo), const SizeofRtMetrics = 56
pkg syscall (darwin-amd64-cgo), const SizeofRtMsghdr = 92
pkg syscall (darwin-amd64-cgo), const SizeofSockaddrAny = 108
pkg syscall (darwin-amd64-cgo), const SizeofSockaddrDatalink = 20
pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (darwin-amd64-cgo), const SizeofSockaddrUnix = 106
pkg syscall (darwin-amd64-cgo), const TCIFLUSH = 1
pkg syscall (darwin-amd64-cgo), const TCIFLUSH ideal-int
pkg syscall (darwin-amd64-cgo), const TCIOFLUSH = 3
pkg syscall (darwin-amd64-cgo), const TCIOFLUSH ideal-int
pkg syscall (darwin-amd64-cgo), const TCOFLUSH = 2
pkg syscall (darwin-amd64-cgo), const TCOFLUSH ideal-int
pkg syscall (darwin-amd64-cgo), const TCP_CONNECTIONTIMEOUT = 32
pkg syscall (darwin-amd64-cgo), const TCP_KEEPALIVE = 16
pkg syscall (darwin-amd64-cgo), const TCP_MAXHLEN = 60
pkg syscall (darwin-amd64-cgo), const TCP_MAXOLEN = 40
pkg syscall (darwin-amd64-cgo), const TCP_MAXSEG = 2
pkg syscall (darwin-amd64-cgo), const TCP_MAXWIN = 65535
pkg syscall (darwin-amd64-cgo), const TCP_MAX_SACK = 3
pkg syscall (darwin-amd64-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (darwin-amd64-cgo), const TCP_MINMSS = 216
pkg syscall (darwin-amd64-cgo), const TCP_MINMSSOVERLOAD = 1000
pkg syscall (darwin-amd64-cgo), const TCP_MSS = 512
pkg syscall (darwin-amd64-cgo), const TCP_NOOPT = 8
pkg syscall (darwin-amd64-cgo), const TCP_NOPUSH = 4
pkg syscall (darwin-amd64-cgo), const TCP_RXT_CONNDROPTIME = 128
pkg syscall (darwin-amd64-cgo), const TCP_RXT_FINDROP = 256
pkg syscall (darwin-amd64-cgo), const TCSAFLUSH = 2
pkg syscall (darwin-amd64-cgo), const TCSAFLUSH ideal-int
pkg syscall (darwin-amd64-cgo), const TIOCCBRK = 536900730
pkg syscall (darwin-amd64-cgo), const TIOCCDTR = 536900728
pkg syscall (darwin-amd64-cgo), const TIOCCONS = 2147775586
pkg syscall (darwin-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
pkg syscall (darwin-amd64-cgo), const TIOCDRAIN = 536900702
pkg syscall (darwin-amd64-cgo), const TIOCDSIMICROCODE = 536900693
pkg syscall (darwin-amd64-cgo), const TIOCEXCL = 536900621
pkg syscall (darwin-amd64-cgo), const TIOCEXT = 2147775584
pkg syscall (darwin-amd64-cgo), const TIOCFLUSH = 2147775504
pkg syscall (darwin-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
pkg syscall (darwin-amd64-cgo), const TIOCGETA = 1078490131
pkg syscall (darwin-amd64-cgo), const TIOCGETD = 1074033690
pkg syscall (darwin-amd64-cgo), const TIOCGPGRP = 1074033783
pkg syscall (darwin-amd64-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (darwin-amd64-cgo), const TIOCIXOFF = 536900736
pkg syscall (darwin-amd64-cgo), const TIOCIXON = 536900737
pkg syscall (darwin-amd64-cgo), const TIOCMBIC = 2147775595
pkg syscall (darwin-amd64-cgo), const TIOCMBIS = 2147775596
pkg syscall (darwin-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
pkg syscall (darwin-amd64-cgo), const TIOCMGET = 1074033770
pkg syscall (darwin-amd64-cgo), const TIOCMODG = 1074033667
pkg syscall (darwin-amd64-cgo), const TIOCMODS = 2147775492
pkg syscall (darwin-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
pkg syscall (darwin-amd64-cgo), const TIOCMSET = 2147775597
pkg syscall (darwin-amd64-cgo), const TIOCM_CAR = 64
pkg syscall (darwin-amd64-cgo), const TIOCM_CD = 64
pkg syscall (darwin-amd64-cgo), const TIOCM_CTS = 32
pkg syscall (darwin-amd64-cgo), const TIOCM_DSR = 256
pkg syscall (darwin-amd64-cgo), const TIOCM_DTR = 2
pkg syscall (darwin-amd64-cgo), const TIOCM_LE = 1
pkg syscall (darwin-amd64-cgo), const TIOCM_RI = 128
pkg syscall (darwin-amd64-cgo), const TIOCM_RNG = 128
pkg syscall (darwin-amd64-cgo), const TIOCM_RTS = 4
pkg syscall (darwin-amd64-cgo), const TIOCM_SR = 16
pkg syscall (darwin-amd64-cgo), const TIOCM_ST = 8
pkg syscall (darwin-amd64-cgo), const TIOCNOTTY = 536900721
pkg syscall (darwin-amd64-cgo), const TIOCNXCL = 536900622
pkg syscall (darwin-amd64-cgo), const TIOCOUTQ = 1074033779
pkg syscall (darwin-amd64-cgo), const TIOCPKT = 2147775600
pkg syscall (darwin-amd64-cgo), const TIOCPKT_DATA = 0
pkg syscall (darwin-amd64-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (darwin-amd64-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (darwin-amd64-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (darwin-amd64-cgo), const TIOCPKT_START = 8
pkg syscall (darwin-amd64-cgo), const TIOCPKT_STOP = 4
pkg syscall (darwin-amd64-cgo), const TIOCPTYGNAME = 1082160211
pkg syscall (darwin-amd64-cgo), const TIOCPTYGRANT = 536900692
pkg syscall (darwin-amd64-cgo), const TIOCPTYUNLK = 536900690
pkg syscall (darwin-amd64-cgo), const TIOCREMOTE = 2147775593
pkg syscall (darwin-amd64-cgo), const TIOCSBRK = 536900731
pkg syscall (darwin-amd64-cgo), const TIOCSCONS = 536900707
pkg syscall (darwin-amd64-cgo), const TIOCSCTTY = 536900705
pkg syscall (darwin-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
pkg syscall (darwin-amd64-cgo), const TIOCSDTR = 536900729
pkg syscall (darwin-amd64-cgo), const TIOCSETA = 2152231956
pkg syscall (darwin-amd64-cgo), const TIOCSETAF = 2152231958
pkg syscall (darwin-amd64-cgo), const TIOCSETAW = 2152231957
pkg syscall (darwin-amd64-cgo), const TIOCSETD = 2147775515
pkg syscall (darwin-amd64-cgo), const TIOCSIG = 536900703
pkg syscall (darwin-amd64-cgo), const TIOCSPGRP = 2147775606
pkg syscall (darwin-amd64-cgo), const TIOCSTART = 536900718
pkg syscall (darwin-amd64-cgo), const TIOCSTAT = 536900709
pkg syscall (darwin-amd64-cgo), const TIOCSTI = 2147578994
pkg syscall (darwin-amd64-cgo), const TIOCSTOP = 536900719
pkg syscall (darwin-amd64-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (darwin-amd64-cgo), const TIOCTIMESTAMP = 1074820185
pkg syscall (darwin-amd64-cgo), const TIOCUCNTL = 2147775590
pkg syscall (darwin-amd64-cgo), const TOSTOP = 4194304
pkg syscall (darwin-amd64-cgo), const TOSTOP ideal-int
pkg syscall (darwin-amd64-cgo), const VDISCARD = 15
pkg syscall (darwin-amd64-cgo), const VDISCARD ideal-int
pkg syscall (darwin-amd64-cgo), const VDSUSP = 11
pkg syscall (darwin-amd64-cgo), const VDSUSP ideal-int
pkg syscall (darwin-amd64-cgo), const VEOF = 0
pkg syscall (darwin-amd64-cgo), const VEOF ideal-int
pkg syscall (darwin-amd64-cgo), const VEOL = 1
pkg syscall (darwin-amd64-cgo), const VEOL ideal-int
pkg syscall (darwin-amd64-cgo), const VEOL2 = 2
pkg syscall (darwin-amd64-cgo), const VEOL2 ideal-int
pkg syscall (darwin-amd64-cgo), const VERASE = 3
pkg syscall (darwin-amd64-cgo), const VERASE ideal-int
pkg syscall (darwin-amd64-cgo), const VINTR = 8
pkg syscall (darwin-amd64-cgo), const VINTR ideal-int
pkg syscall (darwin-amd64-cgo), const VKILL = 5
pkg syscall (darwin-amd64-cgo), const VKILL ideal-int
pkg syscall (darwin-amd64-cgo), const VLNEXT = 14
pkg syscall (darwin-amd64-cgo), const VLNEXT ideal-int
pkg syscall (darwin-amd64-cgo), const VMIN = 16
pkg syscall (darwin-amd64-cgo), const VMIN ideal-int
pkg syscall (darwin-amd64-cgo), const VQUIT = 9
pkg syscall (darwin-amd64-cgo), const VQUIT ideal-int
pkg syscall (darwin-amd64-cgo), const VREPRINT = 6
pkg syscall (darwin-amd64-cgo), const VREPRINT ideal-int
pkg syscall (darwin-amd64-cgo), const VSTART = 12
pkg syscall (darwin-amd64-cgo), const VSTART ideal-int
pkg syscall (darwin-amd64-cgo), const VSTATUS = 18
pkg syscall (darwin-amd64-cgo), const VSTATUS ideal-int
pkg syscall (darwin-amd64-cgo), const VSTOP = 13
pkg syscall (darwin-amd64-cgo), const VSTOP ideal-int
pkg syscall (darwin-amd64-cgo), const VSUSP = 10
pkg syscall (darwin-amd64-cgo), const VSUSP ideal-int
pkg syscall (darwin-amd64-cgo), const VT0 = 0
pkg syscall (darwin-amd64-cgo), const VT0 ideal-int
pkg syscall (darwin-amd64-cgo), const VT1 = 65536
pkg syscall (darwin-amd64-cgo), const VT1 ideal-int
pkg syscall (darwin-amd64-cgo), const VTDLY = 65536
pkg syscall (darwin-amd64-cgo), const VTDLY ideal-int
pkg syscall (darwin-amd64-cgo), const VTIME = 17
pkg syscall (darwin-amd64-cgo), const VTIME ideal-int
pkg syscall (darwin-amd64-cgo), const VWERASE = 4
pkg syscall (darwin-amd64-cgo), const VWERASE ideal-int
pkg syscall (darwin-amd64-cgo), const WCONTINUED = 16
pkg syscall (darwin-amd64-cgo), const WCOREFLAG = 128
pkg syscall (darwin-amd64-cgo), const WEXITED = 4
pkg syscall (darwin-amd64-cgo), const WNOHANG = 1
pkg syscall (darwin-amd64-cgo), const WNOWAIT = 32
pkg syscall (darwin-amd64-cgo), const WORDSIZE = 64
pkg syscall (darwin-amd64-cgo), const WSTOPPED = 8
pkg syscall (darwin-amd64-cgo), const WUNTRACED = 2
pkg syscall (darwin-amd64-cgo), func Fchflags(int, int) error
pkg syscall (darwin-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8,
error)
pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct
pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8
pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Ifindex uint32
pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
pkg syscall (darwin-amd64-cgo), type Termios struct
pkg syscall (darwin-amd64-cgo), type Termios struct, Cc [20]uint8
pkg syscall (darwin-amd64-cgo), type Termios struct, Cflag uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Iflag uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Ispeed uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]uint8
pkg syscall (freebsd-386), const AF_APPLETALK = 16
pkg syscall (freebsd-386), const AF_ARP = 35
pkg syscall (freebsd-386), const AF_ATM = 30
pkg syscall (freebsd-386), const AF_BLUETOOTH = 36
pkg syscall (freebsd-386), const AF_CCITT = 10
pkg syscall (freebsd-386), const AF_CHAOS = 5
pkg syscall (freebsd-386), const AF_CNT = 21
pkg syscall (freebsd-386), const AF_COIP = 20
pkg syscall (freebsd-386), const AF_DATAKIT = 9
pkg syscall (freebsd-386), const AF_DECnet = 12
pkg syscall (freebsd-386), const AF_DLI = 13
pkg syscall (freebsd-386), const AF_E164 = 26
pkg syscall (freebsd-386), const AF_ECMA = 8
pkg syscall (freebsd-386), const AF_HYLINK = 15
pkg syscall (freebsd-386), const AF_IEEE80211 = 37
pkg syscall (freebsd-386), const AF_IMPLINK = 3
pkg syscall (freebsd-386), const AF_INET6 = 28
pkg syscall (freebsd-386), const AF_IPX = 23
pkg syscall (freebsd-386), const AF_ISDN = 26
pkg syscall (freebsd-386), const AF_ISO = 7
pkg syscall (freebsd-386), const AF_LAT = 14
pkg syscall (freebsd-386), const AF_LINK = 18
pkg syscall (freebsd-386), const AF_LOCAL = 1
pkg syscall (freebsd-386), const AF_MAX = 38
pkg syscall (freebsd-386), const AF_NATM = 29
pkg syscall (freebsd-386), const AF_NETBIOS = 6
pkg syscall (freebsd-386), const AF_NETGRAPH = 32
pkg syscall (freebsd-386), const AF_OSI = 7
pkg syscall (freebsd-386), const AF_PUP = 4
pkg syscall (freebsd-386), const AF_ROUTE = 17
pkg syscall (freebsd-386), const AF_SCLUSTER = 34
pkg syscall (freebsd-386), const AF_SIP = 24
pkg syscall (freebsd-386), const AF_SLOW = 33
pkg syscall (freebsd-386), const AF_SNA = 11
pkg syscall (freebsd-386), const AF_VENDOR00 = 39
pkg syscall (freebsd-386), const AF_VENDOR01 = 41
pkg syscall (freebsd-386), const AF_VENDOR02 = 43
pkg syscall (freebsd-386), const AF_VENDOR03 = 45
pkg syscall (freebsd-386), const AF_VENDOR04 = 47
pkg syscall (freebsd-386), const AF_VENDOR05 = 49
pkg syscall (freebsd-386), const AF_VENDOR06 = 51
pkg syscall (freebsd-386), const AF_VENDOR07 = 53
pkg syscall (freebsd-386), const AF_VENDOR08 = 55
pkg syscall (freebsd-386), const AF_VENDOR09 = 57
pkg syscall (freebsd-386), const AF_VENDOR10 = 59
pkg syscall (freebsd-386), const AF_VENDOR11 = 61
pkg syscall (freebsd-386), const AF_VENDOR12 = 63
pkg syscall (freebsd-386), const AF_VENDOR13 = 65
pkg syscall (freebsd-386), const AF_VENDOR14 = 67
pkg syscall (freebsd-386), const AF_VENDOR15 = 69
pkg syscall (freebsd-386), const AF_VENDOR16 = 71
pkg syscall (freebsd-386), const AF_VENDOR17 = 73
pkg syscall (freebsd-386), const AF_VENDOR18 = 75
pkg syscall (freebsd-386), const AF_VENDOR19 = 77
pkg syscall (freebsd-386), const AF_VENDOR20 = 79
pkg syscall (freebsd-386), const AF_VENDOR21 = 81
pkg syscall (freebsd-386), const AF_VENDOR22 = 83
pkg syscall (freebsd-386), const AF_VENDOR23 = 85
pkg syscall (freebsd-386), const AF_VENDOR24 = 87
pkg syscall (freebsd-386), const AF_VENDOR25 = 89
pkg syscall (freebsd-386), const AF_VENDOR26 = 91
pkg syscall (freebsd-386), const AF_VENDOR27 = 93
pkg syscall (freebsd-386), const AF_VENDOR28 = 95
pkg syscall (freebsd-386), const AF_VENDOR29 = 97
pkg syscall (freebsd-386), const AF_VENDOR30 = 99
pkg syscall (freebsd-386), const AF_VENDOR31 = 101
pkg syscall (freebsd-386), const AF_VENDOR32 = 103
pkg syscall (freebsd-386), const AF_VENDOR33 = 105
pkg syscall (freebsd-386), const AF_VENDOR34 = 107
pkg syscall (freebsd-386), const AF_VENDOR35 = 109
pkg syscall (freebsd-386), const AF_VENDOR36 = 111
pkg syscall (freebsd-386), const AF_VENDOR37 = 113
pkg syscall (freebsd-386), const AF_VENDOR38 = 115
pkg syscall (freebsd-386), const AF_VENDOR39 = 117
pkg syscall (freebsd-386), const AF_VENDOR40 = 119
pkg syscall (freebsd-386), const AF_VENDOR41 = 121
pkg syscall (freebsd-386), const AF_VENDOR42 = 123
pkg syscall (freebsd-386), const AF_VENDOR43 = 125
pkg syscall (freebsd-386), const AF_VENDOR44 = 127
pkg syscall (freebsd-386), const AF_VENDOR45 = 129
pkg syscall (freebsd-386), const AF_VENDOR46 = 131
pkg syscall (freebsd-386), const AF_VENDOR47 = 133
pkg syscall (freebsd-386), const B0 = 0
pkg syscall (freebsd-386), const B0 ideal-int
pkg syscall (freebsd-386), const B110 = 110
pkg syscall (freebsd-386), const B110 ideal-int
pkg syscall (freebsd-386), const B115200 = 115200
pkg syscall (freebsd-386), const B115200 ideal-int
pkg syscall (freebsd-386), const B1200 = 1200
pkg syscall (freebsd-386), const B1200 ideal-int
pkg syscall (freebsd-386), const B134 = 134
pkg syscall (freebsd-386), const B134 ideal-int
pkg syscall (freebsd-386), const B14400 = 14400
pkg syscall (freebsd-386), const B14400 ideal-int
pkg syscall (freebsd-386), const B150 = 150
pkg syscall (freebsd-386), const B150 ideal-int
pkg syscall (freebsd-386), const B1800 = 1800
pkg syscall (freebsd-386), const B1800 ideal-int
pkg syscall (freebsd-386), const B19200 = 19200
pkg syscall (freebsd-386), const B19200 ideal-int
pkg syscall (freebsd-386), const B200 = 200
pkg syscall (freebsd-386), const B200 ideal-int
pkg syscall (freebsd-386), const B230400 = 230400
pkg syscall (freebsd-386), const B230400 ideal-int
pkg syscall (freebsd-386), const B2400 = 2400
pkg syscall (freebsd-386), const B2400 ideal-int
pkg syscall (freebsd-386), const B28800 = 28800
pkg syscall (freebsd-386), const B28800 ideal-int
pkg syscall (freebsd-386), const B300 = 300
pkg syscall (freebsd-386), const B300 ideal-int
pkg syscall (freebsd-386), const B38400 = 38400
pkg syscall (freebsd-386), const B38400 ideal-int
pkg syscall (freebsd-386), const B460800 = 460800
pkg syscall (freebsd-386), const B460800 ideal-int
pkg syscall (freebsd-386), const B4800 = 4800
pkg syscall (freebsd-386), const B4800 ideal-int
pkg syscall (freebsd-386), const B50 = 50
pkg syscall (freebsd-386), const B50 ideal-int
pkg syscall (freebsd-386), const B57600 = 57600
pkg syscall (freebsd-386), const B57600 ideal-int
pkg syscall (freebsd-386), const B600 = 600
pkg syscall (freebsd-386), const B600 ideal-int
pkg syscall (freebsd-386), const B7200 = 7200
pkg syscall (freebsd-386), const B7200 ideal-int
pkg syscall (freebsd-386), const B75 = 75
pkg syscall (freebsd-386), const B75 ideal-int
pkg syscall (freebsd-386), const B76800 = 76800
pkg syscall (freebsd-386), const B76800 ideal-int
pkg syscall (freebsd-386), const B921600 = 921600
pkg syscall (freebsd-386), const B921600 ideal-int
pkg syscall (freebsd-386), const B9600 = 9600
pkg syscall (freebsd-386), const B9600 ideal-int
pkg syscall (freebsd-386), const BIOCFEEDBACK = 2147762812
pkg syscall (freebsd-386), const BIOCFLUSH = 536887912
pkg syscall (freebsd-386), const BIOCGBLEN = 1074020966
pkg syscall (freebsd-386), const BIOCGDIRECTION = 1074020982
pkg syscall (freebsd-386), const BIOCGDLT = 1074020970
pkg syscall (freebsd-386), const BIOCGDLTLIST = 3221766777
pkg syscall (freebsd-386), const BIOCGETBUFMODE = 1074020989
pkg syscall (freebsd-386), const BIOCGETIF = 1075855979
pkg syscall (freebsd-386), const BIOCGETZMAX = 1074020991
pkg syscall (freebsd-386), const BIOCGHDRCMPLT = 1074020980
pkg syscall (freebsd-386), const BIOCGRSIG = 1074020978
pkg syscall (freebsd-386), const BIOCGRTIMEOUT = 1074283118
pkg syscall (freebsd-386), const BIOCGSEESENT = 1074020982
pkg syscall (freebsd-386), const BIOCGSTATS = 1074283119
pkg syscall (freebsd-386), const BIOCGTSTAMP = 1074020995
pkg syscall (freebsd-386), const BIOCGTSTAMP ideal-int
pkg syscall (freebsd-386), const BIOCIMMEDIATE = 2147762800
pkg syscall (freebsd-386), const BIOCLOCK = 536887930
pkg syscall (freebsd-386), const BIOCPROMISC = 536887913
pkg syscall (freebsd-386), const BIOCROTZBUF = 1074545280
pkg syscall (freebsd-386), const BIOCSBLEN = 3221504614
pkg syscall (freebsd-386), const BIOCSDIRECTION = 2147762807
pkg syscall (freebsd-386), const BIOCSDLT = 2147762808
pkg syscall (freebsd-386), const BIOCSETBUFMODE = 2147762814
pkg syscall (freebsd-386), const BIOCSETF = 2148024935
pkg syscall (freebsd-386), const BIOCSETFNR = 2148024962
pkg syscall (freebsd-386), const BIOCSETIF = 2149597804
pkg syscall (freebsd-386), const BIOCSETWF = 2148024955
pkg syscall (freebsd-386), const BIOCSETZBUF = 2148287105
pkg syscall (freebsd-386), const BIOCSHDRCMPLT = 2147762805
pkg syscall (freebsd-386), const BIOCSRSIG = 2147762803
pkg syscall (freebsd-386), const BIOCSRTIMEOUT = 2148024941
pkg syscall (freebsd-386), const BIOCSSEESENT = 2147762807
pkg syscall (freebsd-386), const BIOCSTSTAMP = 2147762820
pkg syscall (freebsd-386), const BIOCSTSTAMP ideal-int
pkg syscall (freebsd-386), const BIOCVERSION = 1074020977
pkg syscall (freebsd-386), const BPF_A = 16
pkg syscall (freebsd-386), const BPF_ABS = 32
pkg syscall (freebsd-386), const BPF_ADD = 0
pkg syscall (freebsd-386), const BPF_ALIGNMENT = 4
pkg syscall (freebsd-386), const BPF_ALU = 4
pkg syscall (freebsd-386), const BPF_AND = 80
pkg syscall (freebsd-386), const BPF_B = 16
pkg syscall (freebsd-386), const BPF_BUFMODE_BUFFER = 1
pkg syscall (freebsd-386), const BPF_BUFMODE_ZBUF = 2
pkg syscall (freebsd-386), const BPF_DIV = 48
pkg syscall (freebsd-386), const BPF_H = 8
pkg syscall (freebsd-386), const BPF_IMM = 0
pkg syscall (freebsd-386), const BPF_IND = 64
pkg syscall (freebsd-386), const BPF_JA = 0
pkg syscall (freebsd-386), const BPF_JEQ = 16
pkg syscall (freebsd-386), const BPF_JGE = 48
pkg syscall (freebsd-386), const BPF_JGT = 32
pkg syscall (freebsd-386), const BPF_JMP = 5
pkg syscall (freebsd-386), const BPF_JSET = 64
pkg syscall (freebsd-386), const BPF_K = 0
pkg syscall (freebsd-386), const BPF_LD = 0
pkg syscall (freebsd-386), const BPF_LDX = 1
pkg syscall (freebsd-386), const BPF_LEN = 128
pkg syscall (freebsd-386), const BPF_LSH = 96
pkg syscall (freebsd-386), const BPF_MAJOR_VERSION = 1
pkg syscall (freebsd-386), const BPF_MAXBUFSIZE = 524288
pkg syscall (freebsd-386), const BPF_MAXINSNS = 512
pkg syscall (freebsd-386), const BPF_MEM = 96
pkg syscall (freebsd-386), const BPF_MEMWORDS = 16
pkg syscall (freebsd-386), const BPF_MINBUFSIZE = 32
pkg syscall (freebsd-386), const BPF_MINOR_VERSION = 1
pkg syscall (freebsd-386), const BPF_MISC = 7
pkg syscall (freebsd-386), const BPF_MSH = 160
pkg syscall (freebsd-386), const BPF_MUL = 32
pkg syscall (freebsd-386), const BPF_NEG = 128
pkg syscall (freebsd-386), const BPF_OR = 64
pkg syscall (freebsd-386), const BPF_RELEASE = 199606
pkg syscall (freebsd-386), const BPF_RET = 6
pkg syscall (freebsd-386), const BPF_RSH = 112
pkg syscall (freebsd-386), const BPF_ST = 2
pkg syscall (freebsd-386), const BPF_STX = 3
pkg syscall (freebsd-386), const BPF_SUB = 16
pkg syscall (freebsd-386), const BPF_TAX = 0
pkg syscall (freebsd-386), const BPF_TXA = 128
pkg syscall (freebsd-386), const BPF_T_BINTIME = 2
pkg syscall (freebsd-386), const BPF_T_BINTIME ideal-int
pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST = 258
pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC = 514
pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC ideal-int
pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST = 770
pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_FAST = 256
pkg syscall (freebsd-386), const BPF_T_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768
pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int
pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3
pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int
pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0
pkg syscall (freebsd-386), const BPF_T_MICROTIME ideal-int
pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST = 256
pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC = 512
pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC ideal-int
pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_MONOTONIC = 512
pkg syscall (freebsd-386), const BPF_T_MONOTONIC ideal-int
pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST = 768
pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_NANOTIME = 1
pkg syscall (freebsd-386), const BPF_T_NANOTIME ideal-int
pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST = 257
pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC = 513
pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC ideal-int
pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-386), const BPF_T_NONE = 3
pkg syscall (freebsd-386), const BPF_T_NONE ideal-int
pkg syscall (freebsd-386), const BPF_T_NORMAL = 0
pkg syscall (freebsd-386), const BPF_T_NORMAL ideal-int
pkg syscall (freebsd-386), const BPF_W = 0
pkg syscall (freebsd-386), const BPF_X = 8
pkg syscall (freebsd-386), const BRKINT = 2
pkg syscall (freebsd-386), const BRKINT ideal-int
pkg syscall (freebsd-386), const CFLUSH = 15
pkg syscall (freebsd-386), const CFLUSH ideal-int
pkg syscall (freebsd-386), const CLOCAL = 32768
pkg syscall (freebsd-386), const CLOCAL ideal-int
pkg syscall (freebsd-386), const CREAD = 2048
pkg syscall (freebsd-386), const CREAD ideal-int
pkg syscall (freebsd-386), const CS5 = 0
pkg syscall (freebsd-386), const CS5 ideal-int
pkg syscall (freebsd-386), const CS6 = 256
pkg syscall (freebsd-386), const CS6 ideal-int
pkg syscall (freebsd-386), const CS7 = 512
pkg syscall (freebsd-386), const CS7 ideal-int
pkg syscall (freebsd-386), const CS8 = 768
pkg syscall (freebsd-386), const CS8 ideal-int
pkg syscall (freebsd-386), const CSIZE = 768
pkg syscall (freebsd-386), const CSIZE ideal-int
pkg syscall (freebsd-386), const CSTART = 17
pkg syscall (freebsd-386), const CSTART ideal-int
pkg syscall (freebsd-386), const CSTATUS = 20
pkg syscall (freebsd-386), const CSTATUS ideal-int
pkg syscall (freebsd-386), const CSTOP = 19
pkg syscall (freebsd-386), const CSTOP ideal-int
pkg syscall (freebsd-386), const CSTOPB = 1024
pkg syscall (freebsd-386), const CSTOPB ideal-int
pkg syscall (freebsd-386), const CSUSP = 26
pkg syscall (freebsd-386), const CSUSP ideal-int
pkg syscall (freebsd-386), const CTL_MAXNAME = 24
pkg syscall (freebsd-386), const CTL_NET = 4
pkg syscall (freebsd-386), const DLT_A429 = 184
pkg syscall (freebsd-386), const DLT_A653_ICM = 185
pkg syscall (freebsd-386), const DLT_AIRONET_HEADER = 120
pkg syscall (freebsd-386), const DLT_AOS = 222
pkg syscall (freebsd-386), const DLT_AOS ideal-int
pkg syscall (freebsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (freebsd-386), const DLT_ARCNET = 7
pkg syscall (freebsd-386), const DLT_ARCNET_LINUX = 129
pkg syscall (freebsd-386), const DLT_ATM_CLIP = 19
pkg syscall (freebsd-386), const DLT_ATM_RFC1483 = 11
pkg syscall (freebsd-386), const DLT_AURORA = 126
pkg syscall (freebsd-386), const DLT_AX25 = 3
pkg syscall (freebsd-386), const DLT_AX25_KISS = 202
pkg syscall (freebsd-386), const DLT_BACNET_MS_TP = 165
pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (freebsd-386), const DLT_CAN20B = 190
pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN = 227
pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN ideal-int
pkg syscall (freebsd-386), const DLT_CHAOS = 5
pkg syscall (freebsd-386), const DLT_CHDLC = 104
pkg syscall (freebsd-386), const DLT_CISCO_IOS = 118
pkg syscall (freebsd-386), const DLT_C_HDLC = 104
pkg syscall (freebsd-386), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (freebsd-386), const DLT_DBUS = 231
pkg syscall (freebsd-386), const DLT_DBUS ideal-int
pkg syscall (freebsd-386), const DLT_DECT = 221
pkg syscall (freebsd-386), const DLT_DECT ideal-int
pkg syscall (freebsd-386), const DLT_DOCSIS = 143
pkg syscall (freebsd-386), const DLT_DVB_CI = 235
pkg syscall (freebsd-386), const DLT_DVB_CI ideal-int
pkg syscall (freebsd-386), const DLT_ECONET = 115
pkg syscall (freebsd-386), const DLT_EN10MB = 1
pkg syscall (freebsd-386), const DLT_EN3MB = 2
pkg syscall (freebsd-386), const DLT_ENC = 109
pkg syscall (freebsd-386), const DLT_ERF = 197
pkg syscall (freebsd-386), const DLT_ERF_ETH = 175
pkg syscall (freebsd-386), const DLT_ERF_POS = 176
pkg syscall (freebsd-386), const DLT_FC_2 = 224
pkg syscall (freebsd-386), const DLT_FC_2 ideal-int
pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
pkg syscall (freebsd-386), const DLT_FDDI = 10
pkg syscall (freebsd-386), const DLT_FLEXRAY = 210
pkg syscall (freebsd-386), const DLT_FRELAY = 107
pkg syscall (freebsd-386), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (freebsd-386), const DLT_GCOM_SERIAL = 173
pkg syscall (freebsd-386), const DLT_GCOM_T1E1 = 172
pkg syscall (freebsd-386), const DLT_GPF_F = 171
pkg syscall (freebsd-386), const DLT_GPF_T = 170
pkg syscall (freebsd-386), const DLT_GPRS_LLC = 169
pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS = 218
pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS ideal-int
pkg syscall (freebsd-386), const DLT_GSMTAP_UM = 217
pkg syscall (freebsd-386), const DLT_GSMTAP_UM ideal-int
pkg syscall (freebsd-386), const DLT_HHDLC = 121
pkg syscall (freebsd-386), const DLT_IBM_SN = 146
pkg syscall (freebsd-386), const DLT_IBM_SP = 145
pkg syscall (freebsd-386), const DLT_IEEE802 = 6
pkg syscall (freebsd-386), const DLT_IEEE802_11 = 105
pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO = 127
pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (freebsd-386), const DLT_IEEE802_15_4 = 195
pkg syscall (freebsd-386), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS = 230
pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS ideal-int
pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (freebsd-386), const DLT_IPFILTER = 116
pkg syscall (freebsd-386), const DLT_IPMB = 199
pkg syscall (freebsd-386), const DLT_IPMB_LINUX = 209
pkg syscall (freebsd-386), const DLT_IPNET = 226
pkg syscall (freebsd-386), const DLT_IPNET ideal-int
pkg syscall (freebsd-386), const DLT_IPOIB = 242
pkg syscall (freebsd-386), const DLT_IPOIB ideal-int
pkg syscall (freebsd-386), const DLT_IPV4 = 228
pkg syscall (freebsd-386), const DLT_IPV4 ideal-int
pkg syscall (freebsd-386), const DLT_IPV6 = 229
pkg syscall (freebsd-386), const DLT_IPV6 ideal-int
pkg syscall (freebsd-386), const DLT_IP_OVER_FC = 122
pkg syscall (freebsd-386), const DLT_JUNIPER_ATM1 = 137
pkg syscall (freebsd-386), const DLT_JUNIPER_ATM2 = 135
pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC = 238
pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC ideal-int
pkg syscall (freebsd-386), const DLT_JUNIPER_CHDLC = 181
pkg syscall (freebsd-386), const DLT_JUNIPER_ES = 132
pkg syscall (freebsd-386), const DLT_JUNIPER_ETHER = 178
pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL = 234
pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL ideal-int
pkg syscall (freebsd-386), const DLT_JUNIPER_FRELAY = 180
pkg syscall (freebsd-386), const DLT_JUNIPER_GGSN = 133
pkg syscall (freebsd-386), const DLT_JUNIPER_ISM = 194
pkg syscall (freebsd-386), const DLT_JUNIPER_MFR = 134
pkg syscall (freebsd-386), const DLT_JUNIPER_MLFR = 131
pkg syscall (freebsd-386), const DLT_JUNIPER_MLPPP = 130
pkg syscall (freebsd-386), const DLT_JUNIPER_MONITOR = 164
pkg syscall (freebsd-386), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (freebsd-386), const DLT_JUNIPER_PPP = 179
pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE = 167
pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (freebsd-386), const DLT_JUNIPER_SERVICES = 136
pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E = 233
pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E ideal-int
pkg syscall (freebsd-386), const DLT_JUNIPER_ST = 200
pkg syscall (freebsd-386), const DLT_JUNIPER_VP = 183
pkg syscall (freebsd-386), const DLT_JUNIPER_VS = 232
pkg syscall (freebsd-386), const DLT_JUNIPER_VS ideal-int
pkg syscall (freebsd-386), const DLT_LAPB_WITH_DIR = 207
pkg syscall (freebsd-386), const DLT_LAPD = 203
pkg syscall (freebsd-386), const DLT_LIN = 212
pkg syscall (freebsd-386), const DLT_LINUX_EVDEV = 216
pkg syscall (freebsd-386), const DLT_LINUX_EVDEV ideal-int
pkg syscall (freebsd-386), const DLT_LINUX_IRDA = 144
pkg syscall (freebsd-386), const DLT_LINUX_LAPD = 177
pkg syscall (freebsd-386), const DLT_LINUX_PPP_WITHDIRECTION = 166
pkg syscall (freebsd-386), const DLT_LINUX_SLL = 113
pkg syscall (freebsd-386), const DLT_LOOP = 108
pkg syscall (freebsd-386), const DLT_LTALK = 114
pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
pkg syscall (freebsd-386), const DLT_MATCHING_MAX ideal-int
pkg syscall (freebsd-386), const DLT_MATCHING_MIN = 104
pkg syscall (freebsd-386), const DLT_MATCHING_MIN ideal-int
pkg syscall (freebsd-386), const DLT_MFR = 182
pkg syscall (freebsd-386), const DLT_MOST = 211
pkg syscall (freebsd-386), const DLT_MPLS = 219
pkg syscall (freebsd-386), const DLT_MPLS ideal-int
pkg syscall (freebsd-386), const DLT_MTP2 = 140
pkg syscall (freebsd-386), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (freebsd-386), const DLT_MTP3 = 141
pkg syscall (freebsd-386), const DLT_MUX27010 = 236
pkg syscall (freebsd-386), const DLT_MUX27010 ideal-int
pkg syscall (freebsd-386), const DLT_NETANALYZER = 240
pkg syscall (freebsd-386), const DLT_NETANALYZER ideal-int
pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT = 241
pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT ideal-int
pkg syscall (freebsd-386), const DLT_NFLOG = 239
pkg syscall (freebsd-386), const DLT_NFLOG ideal-int
pkg syscall (freebsd-386), const DLT_NULL = 0
pkg syscall (freebsd-386), const DLT_PCI_EXP = 125
pkg syscall (freebsd-386), const DLT_PFLOG = 117
pkg syscall (freebsd-386), const DLT_PFSYNC = 121
pkg syscall (freebsd-386), const DLT_PPI = 192
pkg syscall (freebsd-386), const DLT_PPP = 9
pkg syscall (freebsd-386), const DLT_PPP_BSDOS = 16
pkg syscall (freebsd-386), const DLT_PPP_ETHER = 51
pkg syscall (freebsd-386), const DLT_PPP_PPPD = 166
pkg syscall (freebsd-386), const DLT_PPP_SERIAL = 50
pkg syscall (freebsd-386), const DLT_PPP_WITH_DIR = 204
pkg syscall (freebsd-386), const DLT_PPP_WITH_DIRECTION = 166
pkg syscall (freebsd-386), const DLT_PRISM_HEADER = 119
pkg syscall (freebsd-386), const DLT_PRONET = 4
pkg syscall (freebsd-386), const DLT_RAIF1 = 198
pkg syscall (freebsd-386), const DLT_RAW = 12
pkg syscall (freebsd-386), const DLT_RIO = 124
pkg syscall (freebsd-386), const DLT_SCCP = 142
pkg syscall (freebsd-386), const DLT_SITA = 196
pkg syscall (freebsd-386), const DLT_SLIP = 8
pkg syscall (freebsd-386), const DLT_SLIP_BSDOS = 15
pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU = 237
pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU ideal-int
pkg syscall (freebsd-386), const DLT_SUNATM = 123
pkg syscall (freebsd-386), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (freebsd-386), const DLT_TZSP = 128
pkg syscall (freebsd-386), const DLT_USB = 186
pkg syscall (freebsd-386), const DLT_USB_LINUX = 189
pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED ideal-int
pkg syscall (freebsd-386), const DLT_USER0 = 147
pkg syscall (freebsd-386), const DLT_USER1 = 148
pkg syscall (freebsd-386), const DLT_USER10 = 157
pkg syscall (freebsd-386), const DLT_USER11 = 158
pkg syscall (freebsd-386), const DLT_USER12 = 159
pkg syscall (freebsd-386), const DLT_USER13 = 160
pkg syscall (freebsd-386), const DLT_USER14 = 161
pkg syscall (freebsd-386), const DLT_USER15 = 162
pkg syscall (freebsd-386), const DLT_USER2 = 149
pkg syscall (freebsd-386), const DLT_USER3 = 150
pkg syscall (freebsd-386), const DLT_USER4 = 151
pkg syscall (freebsd-386), const DLT_USER5 = 152
pkg syscall (freebsd-386), const DLT_USER6 = 153
pkg syscall (freebsd-386), const DLT_USER7 = 154
pkg syscall (freebsd-386), const DLT_USER8 = 155
pkg syscall (freebsd-386), const DLT_USER9 = 156
pkg syscall (freebsd-386), const DLT_WIHART = 223
pkg syscall (freebsd-386), const DLT_WIHART ideal-int
pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213
pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214
pkg syscall (freebsd-386), const DT_BLK = 6
pkg syscall (freebsd-386), const DT_CHR = 2
pkg syscall (freebsd-386), const DT_DIR = 4
pkg syscall (freebsd-386), const DT_FIFO = 1
pkg syscall (freebsd-386), const DT_LNK = 10
pkg syscall (freebsd-386), const DT_REG = 8
pkg syscall (freebsd-386), const DT_SOCK = 12
pkg syscall (freebsd-386), const DT_UNKNOWN = 0
pkg syscall (freebsd-386), const DT_WHT = 14
pkg syscall (freebsd-386), const E2BIG = 7
pkg syscall (freebsd-386), const EACCES = 13
pkg syscall (freebsd-386), const EADDRINUSE = 48
pkg syscall (freebsd-386), const EADDRNOTAVAIL = 49
pkg syscall (freebsd-386), const EAFNOSUPPORT = 47
pkg syscall (freebsd-386), const EAGAIN = 35
pkg syscall (freebsd-386), const EALREADY = 37
pkg syscall (freebsd-386), const EAUTH = 80
pkg syscall (freebsd-386), const EBADF = 9
pkg syscall (freebsd-386), const EBADMSG = 89
pkg syscall (freebsd-386), const EBADRPC = 72
pkg syscall (freebsd-386), const EBUSY = 16
pkg syscall (freebsd-386), const ECANCELED = 85
pkg syscall (freebsd-386), const ECAPMODE = 94
pkg syscall (freebsd-386), const ECAPMODE Errno
pkg syscall (freebsd-386), const ECHILD = 10
pkg syscall (freebsd-386), const ECHO = 8
pkg syscall (freebsd-386), const ECHOCTL = 64
pkg syscall (freebsd-386), const ECHOE = 2
pkg syscall (freebsd-386), const ECHOK = 4
pkg syscall (freebsd-386), const ECHOKE = 1
pkg syscall (freebsd-386), const ECHONL = 16
pkg syscall (freebsd-386), const ECHOPRT = 32
pkg syscall (freebsd-386), const ECONNABORTED = 53
pkg syscall (freebsd-386), const ECONNREFUSED = 61
pkg syscall (freebsd-386), const ECONNRESET = 54
pkg syscall (freebsd-386), const EDEADLK = 11
pkg syscall (freebsd-386), const EDESTADDRREQ = 39
pkg syscall (freebsd-386), const EDOM = 33
pkg syscall (freebsd-386), const EDOOFUS = 88
pkg syscall (freebsd-386), const EDQUOT = 69
pkg syscall (freebsd-386), const EEXIST = 17
pkg syscall (freebsd-386), const EFAULT = 14
pkg syscall (freebsd-386), const EFBIG = 27
pkg syscall (freebsd-386), const EFTYPE = 79
pkg syscall (freebsd-386), const EHOSTDOWN = 64
pkg syscall (freebsd-386), const EHOSTUNREACH = 65
pkg syscall (freebsd-386), const EIDRM = 82
pkg syscall (freebsd-386), const EILSEQ = 86
pkg syscall (freebsd-386), const EINPROGRESS = 36
pkg syscall (freebsd-386), const EINTR = 4
pkg syscall (freebsd-386), const EINVAL = 22
pkg syscall (freebsd-386), const EIO = 5
pkg syscall (freebsd-386), const EISCONN = 56
pkg syscall (freebsd-386), const EISDIR = 21
pkg syscall (freebsd-386), const ELAST = 94
pkg syscall (freebsd-386), const ELOOP = 62
pkg syscall (freebsd-386), const EMFILE = 24
pkg syscall (freebsd-386), const EMLINK = 31
pkg syscall (freebsd-386), const EMSGSIZE = 40
pkg syscall (freebsd-386), const EMULTIHOP = 90
pkg syscall (freebsd-386), const ENAMETOOLONG = 63
pkg syscall (freebsd-386), const ENEEDAUTH = 81
pkg syscall (freebsd-386), const ENETDOWN = 50
pkg syscall (freebsd-386), const ENETRESET = 52
pkg syscall (freebsd-386), const ENETUNREACH = 51
pkg syscall (freebsd-386), const ENFILE = 23
pkg syscall (freebsd-386), const ENOATTR = 87
pkg syscall (freebsd-386), const ENOBUFS = 55
pkg syscall (freebsd-386), const ENODEV = 19
pkg syscall (freebsd-386), const ENOEXEC = 8
pkg syscall (freebsd-386), const ENOLCK = 77
pkg syscall (freebsd-386), const ENOLINK = 91
pkg syscall (freebsd-386), const ENOMEM = 12
pkg syscall (freebsd-386), const ENOMSG = 83
pkg syscall (freebsd-386), const ENOPROTOOPT = 42
pkg syscall (freebsd-386), const ENOSPC = 28
pkg syscall (freebsd-386), const ENOSYS = 78
pkg syscall (freebsd-386), const ENOTBLK = 15
pkg syscall (freebsd-386), const ENOTCAPABLE = 93
pkg syscall (freebsd-386), const ENOTCONN = 57
pkg syscall (freebsd-386), const ENOTDIR = 20
pkg syscall (freebsd-386), const ENOTEMPTY = 66
pkg syscall (freebsd-386), const ENOTSOCK = 38
pkg syscall (freebsd-386), const ENOTSUP = 45
pkg syscall (freebsd-386), const ENOTTY = 25
pkg syscall (freebsd-386), const ENXIO = 6
pkg syscall (freebsd-386), const EOPNOTSUPP = 45
pkg syscall (freebsd-386), const EOVERFLOW = 84
pkg syscall (freebsd-386), const EPERM = 1
pkg syscall (freebsd-386), const EPFNOSUPPORT = 46
pkg syscall (freebsd-386), const EPIPE = 32
pkg syscall (freebsd-386), const EPROCLIM = 67
pkg syscall (freebsd-386), const EPROCUNAVAIL = 76
pkg syscall (freebsd-386), const EPROGMISMATCH = 75
pkg syscall (freebsd-386), const EPROGUNAVAIL = 74
pkg syscall (freebsd-386), const EPROTO = 92
pkg syscall (freebsd-386), const EPROTONOSUPPORT = 43
pkg syscall (freebsd-386), const EPROTOTYPE = 41
pkg syscall (freebsd-386), const ERANGE = 34
pkg syscall (freebsd-386), const EREMOTE = 71
pkg syscall (freebsd-386), const EROFS = 30
pkg syscall (freebsd-386), const ERPCMISMATCH = 73
pkg syscall (freebsd-386), const ESHUTDOWN = 58
pkg syscall (freebsd-386), const ESOCKTNOSUPPORT = 44
pkg syscall (freebsd-386), const ESPIPE = 29
pkg syscall (freebsd-386), const ESRCH = 3
pkg syscall (freebsd-386), const ESTALE = 70
pkg syscall (freebsd-386), const ETIMEDOUT = 60
pkg syscall (freebsd-386), const ETOOMANYREFS = 59
pkg syscall (freebsd-386), const ETXTBSY = 26
pkg syscall (freebsd-386), const EUSERS = 68
pkg syscall (freebsd-386), const EVFILT_AIO = -3
pkg syscall (freebsd-386), const EVFILT_FS = -9
pkg syscall (freebsd-386), const EVFILT_LIO = -10
pkg syscall (freebsd-386), const EVFILT_PROC = -5
pkg syscall (freebsd-386), const EVFILT_READ = -1
pkg syscall (freebsd-386), const EVFILT_SIGNAL = -6
pkg syscall (freebsd-386), const EVFILT_SYSCOUNT = 11
pkg syscall (freebsd-386), const EVFILT_TIMER = -7
pkg syscall (freebsd-386), const EVFILT_USER = -11
pkg syscall (freebsd-386), const EVFILT_VNODE = -4
pkg syscall (freebsd-386), const EVFILT_WRITE = -2
pkg syscall (freebsd-386), const EV_ADD = 1
pkg syscall (freebsd-386), const EV_CLEAR = 32
pkg syscall (freebsd-386), const EV_DELETE = 2
pkg syscall (freebsd-386), const EV_DISABLE = 8
pkg syscall (freebsd-386), const EV_DISPATCH = 128
pkg syscall (freebsd-386), const EV_ENABLE = 4
pkg syscall (freebsd-386), const EV_EOF = 32768
pkg syscall (freebsd-386), const EV_ERROR = 16384
pkg syscall (freebsd-386), const EV_FLAG1 = 8192
pkg syscall (freebsd-386), const EV_ONESHOT = 16
pkg syscall (freebsd-386), const EV_RECEIPT = 64
pkg syscall (freebsd-386), const EV_SYSFLAGS = 61440
pkg syscall (freebsd-386), const EWOULDBLOCK = 35
pkg syscall (freebsd-386), const EXDEV = 18
pkg syscall (freebsd-386), const EXTA = 19200
pkg syscall (freebsd-386), const EXTB = 38400
pkg syscall (freebsd-386), const EXTPROC = 2048
pkg syscall (freebsd-386), const FD_CLOEXEC = 1
pkg syscall (freebsd-386), const FD_SETSIZE = 1024
pkg syscall (freebsd-386), const FLUSHO = 8388608
pkg syscall (freebsd-386), const FLUSHO ideal-int
pkg syscall (freebsd-386), const F_CANCEL = 5
pkg syscall (freebsd-386), const F_DUP2FD = 10
pkg syscall (freebsd-386), const F_DUPFD = 0
pkg syscall (freebsd-386), const F_GETFD = 1
pkg syscall (freebsd-386), const F_GETFL = 3
pkg syscall (freebsd-386), const F_GETLK = 11
pkg syscall (freebsd-386), const F_GETOWN = 5
pkg syscall (freebsd-386), const F_OGETLK = 7
pkg syscall (freebsd-386), const F_OK = 0
pkg syscall (freebsd-386), const F_OSETLK = 8
pkg syscall (freebsd-386), const F_OSETLKW = 9
pkg syscall (freebsd-386), const F_RDAHEAD = 16
pkg syscall (freebsd-386), const F_RDLCK = 1
pkg syscall (freebsd-386), const F_READAHEAD = 15
pkg syscall (freebsd-386), const F_SETFD = 2
pkg syscall (freebsd-386), const F_SETFL = 4
pkg syscall (freebsd-386), const F_SETLK = 12
pkg syscall (freebsd-386), const F_SETLKW = 13
pkg syscall (freebsd-386), const F_SETLK_REMOTE = 14
pkg syscall (freebsd-386), const F_SETOWN = 6
pkg syscall (freebsd-386), const F_UNLCK = 2
pkg syscall (freebsd-386), const F_UNLCKSYS = 4
pkg syscall (freebsd-386), const F_WRLCK = 3
pkg syscall (freebsd-386), const HUPCL = 16384
pkg syscall (freebsd-386), const HUPCL ideal-int
pkg syscall (freebsd-386), const ICANON = 256
pkg syscall (freebsd-386), const ICANON ideal-int
pkg syscall (freebsd-386), const ICRNL = 256
pkg syscall (freebsd-386), const ICRNL ideal-int
pkg syscall (freebsd-386), const IEXTEN = 1024
pkg syscall (freebsd-386), const IEXTEN ideal-int
pkg syscall (freebsd-386), const IFAN_ARRIVAL = 0
pkg syscall (freebsd-386), const IFAN_ARRIVAL ideal-int
pkg syscall (freebsd-386), const IFAN_DEPARTURE = 1
pkg syscall (freebsd-386), const IFAN_DEPARTURE ideal-int
pkg syscall (freebsd-386), const IFF_ALLMULTI = 512
pkg syscall (freebsd-386), const IFF_ALTPHYS = 16384
pkg syscall (freebsd-386), const IFF_CANTCHANGE = 2199410
pkg syscall (freebsd-386), const IFF_CANTCONFIG = 65536
pkg syscall (freebsd-386), const IFF_CANTCONFIG ideal-int
pkg syscall (freebsd-386), const IFF_DEBUG = 4
pkg syscall (freebsd-386), const IFF_DRV_OACTIVE = 1024
pkg syscall (freebsd-386), const IFF_DRV_RUNNING = 64
pkg syscall (freebsd-386), const IFF_DYING = 2097152
pkg syscall (freebsd-386), const IFF_LINK0 = 4096
pkg syscall (freebsd-386), const IFF_LINK1 = 8192
pkg syscall (freebsd-386), const IFF_LINK2 = 16384
pkg syscall (freebsd-386), const IFF_LOOPBACK = 8
pkg syscall (freebsd-386), const IFF_MONITOR = 262144
pkg syscall (freebsd-386), const IFF_MULTICAST = 32768
pkg syscall (freebsd-386), const IFF_NOARP = 128
pkg syscall (freebsd-386), const IFF_OACTIVE = 1024
pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16
pkg syscall (freebsd-386), const IFF_PPROMISC = 131072
pkg syscall (freebsd-386), const IFF_PROMISC = 256
pkg syscall (freebsd-386), const IFF_RENAMING = 4194304
pkg syscall (freebsd-386), const IFF_RUNNING = 64
pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048
pkg syscall (freebsd-386), const IFF_SMART = 32
pkg syscall (freebsd-386), const IFF_STATICARP = 524288
pkg syscall (freebsd-386), const IFNAMSIZ = 16
pkg syscall (freebsd-386), const IFT_1822 = 2
pkg syscall (freebsd-386), const IFT_A12MPPSWITCH = 130
pkg syscall (freebsd-386), const IFT_AAL2 = 187
pkg syscall (freebsd-386), const IFT_AAL5 = 49
pkg syscall (freebsd-386), const IFT_ADSL = 94
pkg syscall (freebsd-386), const IFT_AFLANE8023 = 59
pkg syscall (freebsd-386), const IFT_AFLANE8025 = 60
pkg syscall (freebsd-386), const IFT_ARAP = 88
pkg syscall (freebsd-386), const IFT_ARCNET = 35
pkg syscall (freebsd-386), const IFT_ARCNETPLUS = 36
pkg syscall (freebsd-386), const IFT_ASYNC = 84
pkg syscall (freebsd-386), const IFT_ATM = 37
pkg syscall (freebsd-386), const IFT_ATMDXI = 105
pkg syscall (freebsd-386), const IFT_ATMFUNI = 106
pkg syscall (freebsd-386), const IFT_ATMIMA = 107
pkg syscall (freebsd-386), const IFT_ATMLOGICAL = 80
pkg syscall (freebsd-386), const IFT_ATMRADIO = 189
pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE = 134
pkg syscall (freebsd-386), const IFT_ATMVCIENDPT = 194
pkg syscall (freebsd-386), const IFT_ATMVIRTUAL = 149
pkg syscall (freebsd-386), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (freebsd-386), const IFT_BRIDGE = 209
pkg syscall (freebsd-386), const IFT_BSC = 83
pkg syscall (freebsd-386), const IFT_CARP = 248
pkg syscall (freebsd-386), const IFT_CCTEMUL = 61
pkg syscall (freebsd-386), const IFT_CEPT = 19
pkg syscall (freebsd-386), const IFT_CES = 133
pkg syscall (freebsd-386), const IFT_CHANNEL = 70
pkg syscall (freebsd-386), const IFT_CNR = 85
pkg syscall (freebsd-386), const IFT_COFFEE = 132
pkg syscall (freebsd-386), const IFT_COMPOSITELINK = 155
pkg syscall (freebsd-386), const IFT_DCN = 141
pkg syscall (freebsd-386), const IFT_DIGITALPOWERLINE = 138
pkg syscall (freebsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (freebsd-386), const IFT_DLSW = 74
pkg syscall (freebsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (freebsd-386), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (freebsd-386), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (freebsd-386), const IFT_DS0 = 81
pkg syscall (freebsd-386), const IFT_DS0BUNDLE = 82
pkg syscall (freebsd-386), const IFT_DS1FDL = 170
pkg syscall (freebsd-386), const IFT_DS3 = 30
pkg syscall (freebsd-386), const IFT_DTM = 140
pkg syscall (freebsd-386), const IFT_DVBASILN = 172
pkg syscall (freebsd-386), const IFT_DVBASIOUT = 173
pkg syscall (freebsd-386), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (freebsd-386), const IFT_DVBRCCMACLAYER = 146
pkg syscall (freebsd-386), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (freebsd-386), const IFT_ENC = 244
pkg syscall (freebsd-386), const IFT_EON = 25
pkg syscall (freebsd-386), const IFT_EPLRS = 87
pkg syscall (freebsd-386), const IFT_ESCON = 73
pkg syscall (freebsd-386), const IFT_ETHER = 6
pkg syscall (freebsd-386), const IFT_FAITH = 242
pkg syscall (freebsd-386), const IFT_FAST = 125
pkg syscall (freebsd-386), const IFT_FASTETHER = 62
pkg syscall (freebsd-386), const IFT_FASTETHERFX = 69
pkg syscall (freebsd-386), const IFT_FDDI = 15
pkg syscall (freebsd-386), const IFT_FIBRECHANNEL = 56
pkg syscall (freebsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (freebsd-386), const IFT_FRAMERELAYMPI = 92
pkg syscall (freebsd-386), const IFT_FRDLCIENDPT = 193
pkg syscall (freebsd-386), const IFT_FRELAY = 32
pkg syscall (freebsd-386), const IFT_FRELAYDCE = 44
pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (freebsd-386), const IFT_FRFORWARD = 158
pkg syscall (freebsd-386), const IFT_G703AT2MB = 67
pkg syscall (freebsd-386), const IFT_G703AT64K = 66
pkg syscall (freebsd-386), const IFT_GIF = 240
pkg syscall (freebsd-386), const IFT_GIGABITETHERNET = 117
pkg syscall (freebsd-386), const IFT_GR303IDT = 178
pkg syscall (freebsd-386), const IFT_GR303RDT = 177
pkg syscall (freebsd-386), const IFT_H323GATEKEEPER = 164
pkg syscall (freebsd-386), const IFT_H323PROXY = 165
pkg syscall (freebsd-386), const IFT_HDH1822 = 3
pkg syscall (freebsd-386), const IFT_HDLC = 118
pkg syscall (freebsd-386), const IFT_HDSL2 = 168
pkg syscall (freebsd-386), const IFT_HIPERLAN2 = 183
pkg syscall (freebsd-386), const IFT_HIPPI = 47
pkg syscall (freebsd-386), const IFT_HIPPIINTERFACE = 57
pkg syscall (freebsd-386), const IFT_HOSTPAD = 90
pkg syscall (freebsd-386), const IFT_HSSI = 46
pkg syscall (freebsd-386), const IFT_HY = 14
pkg syscall (freebsd-386), const IFT_IBM370PARCHAN = 72
pkg syscall (freebsd-386), const IFT_IDSL = 154
pkg syscall (freebsd-386), const IFT_IEEE1394 = 144
pkg syscall (freebsd-386), const IFT_IEEE80211 = 71
pkg syscall (freebsd-386), const IFT_IEEE80212 = 55
pkg syscall (freebsd-386), const IFT_IEEE8023ADLAG = 161
pkg syscall (freebsd-386), const IFT_IFGSN = 145
pkg syscall (freebsd-386), const IFT_IMT = 190
pkg syscall (freebsd-386), const IFT_INFINIBAND = 199
pkg syscall (freebsd-386), const IFT_INFINIBAND ideal-int
pkg syscall (freebsd-386), const IFT_INTERLEAVE = 124
pkg syscall (freebsd-386), const IFT_IP = 126
pkg syscall (freebsd-386), const IFT_IPFORWARD = 142
pkg syscall (freebsd-386), const IFT_IPOVERATM = 114
pkg syscall (freebsd-386), const IFT_IPOVERCDLC = 109
pkg syscall (freebsd-386), const IFT_IPOVERCLAW = 110
pkg syscall (freebsd-386), const IFT_IPSWITCH = 78
pkg syscall (freebsd-386), const IFT_IPXIP = 249
pkg syscall (freebsd-386), const IFT_ISDN = 63
pkg syscall (freebsd-386), const IFT_ISDNBASIC = 20
pkg syscall (freebsd-386), const IFT_ISDNPRIMARY = 21
pkg syscall (freebsd-386), const IFT_ISDNS = 75
pkg syscall (freebsd-386), const IFT_ISDNU = 76
pkg syscall (freebsd-386), const IFT_ISO88022LLC = 41
pkg syscall (freebsd-386), const IFT_ISO88023 = 7
pkg syscall (freebsd-386), const IFT_ISO88024 = 8
pkg syscall (freebsd-386), const IFT_ISO88025 = 9
pkg syscall (freebsd-386), const IFT_ISO88025CRFPINT = 98
pkg syscall (freebsd-386), const IFT_ISO88025DTR = 86
pkg syscall (freebsd-386), const IFT_ISO88025FIBER = 115
pkg syscall (freebsd-386), const IFT_ISO88026 = 10
pkg syscall (freebsd-386), const IFT_ISUP = 179
pkg syscall (freebsd-386), const IFT_L2VLAN = 135
pkg syscall (freebsd-386), const IFT_L3IPVLAN = 136
pkg syscall (freebsd-386), const IFT_L3IPXVLAN = 137
pkg syscall (freebsd-386), const IFT_LAPB = 16
pkg syscall (freebsd-386), const IFT_LAPD = 77
pkg syscall (freebsd-386), const IFT_LAPF = 119
pkg syscall (freebsd-386), const IFT_LOCALTALK = 42
pkg syscall (freebsd-386), const IFT_LOOP = 24
pkg syscall (freebsd-386), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (freebsd-386), const IFT_MFSIGLINK = 167
pkg syscall (freebsd-386), const IFT_MIOX25 = 38
pkg syscall (freebsd-386), const IFT_MODEM = 48
pkg syscall (freebsd-386), const IFT_MPC = 113
pkg syscall (freebsd-386), const IFT_MPLS = 166
pkg syscall (freebsd-386), const IFT_MPLSTUNNEL = 150
pkg syscall (freebsd-386), const IFT_MSDSL = 143
pkg syscall (freebsd-386), const IFT_MVL = 191
pkg syscall (freebsd-386), const IFT_MYRINET = 99
pkg syscall (freebsd-386), const IFT_NFAS = 175
pkg syscall (freebsd-386), const IFT_NSIP = 27
pkg syscall (freebsd-386), const IFT_OPTICALCHANNEL = 195
pkg syscall (freebsd-386), const IFT_OPTICALTRANSPORT = 196
pkg syscall (freebsd-386), const IFT_OTHER = 1
pkg syscall (freebsd-386), const IFT_P10 = 12
pkg syscall (freebsd-386), const IFT_P80 = 13
pkg syscall (freebsd-386), const IFT_PARA = 34
pkg syscall (freebsd-386), const IFT_PFLOG = 246
pkg syscall (freebsd-386), const IFT_PFSYNC = 247
pkg syscall (freebsd-386), const IFT_PLC = 174
pkg syscall (freebsd-386), const IFT_POS = 171
pkg syscall (freebsd-386), const IFT_PPP = 23
pkg syscall (freebsd-386), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (freebsd-386), const IFT_PROPBWAP2MP = 184
pkg syscall (freebsd-386), const IFT_PROPCNLS = 89
pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (freebsd-386), const IFT_PROPMUX = 54
pkg syscall (freebsd-386), const IFT_PROPVIRTUAL = 53
pkg syscall (freebsd-386), const IFT_PROPWIRELESSP2P = 157
pkg syscall (freebsd-386), const IFT_PTPSERIAL = 22
pkg syscall (freebsd-386), const IFT_PVC = 241
pkg syscall (freebsd-386), const IFT_QLLC = 68
pkg syscall (freebsd-386), const IFT_RADIOMAC = 188
pkg syscall (freebsd-386), const IFT_RADSL = 95
pkg syscall (freebsd-386), const IFT_REACHDSL = 192
pkg syscall (freebsd-386), const IFT_RFC1483 = 159
pkg syscall (freebsd-386), const IFT_RS232 = 33
pkg syscall (freebsd-386), const IFT_RSRB = 79
pkg syscall (freebsd-386), const IFT_SDLC = 17
pkg syscall (freebsd-386), const IFT_SDSL = 96
pkg syscall (freebsd-386), const IFT_SHDSL = 169
pkg syscall (freebsd-386), const IFT_SIP = 31
pkg syscall (freebsd-386), const IFT_SLIP = 28
pkg syscall (freebsd-386), const IFT_SMDSDXI = 43
pkg syscall (freebsd-386), const IFT_SMDSICIP = 52
pkg syscall (freebsd-386), const IFT_SONET = 39
pkg syscall (freebsd-386), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (freebsd-386), const IFT_SONETPATH = 50
pkg syscall (freebsd-386), const IFT_SONETVT = 51
pkg syscall (freebsd-386), const IFT_SRP = 151
pkg syscall (freebsd-386), const IFT_SS7SIGLINK = 156
pkg syscall (freebsd-386), const IFT_STACKTOSTACK = 111
pkg syscall (freebsd-386), const IFT_STARLAN = 11
pkg syscall (freebsd-386), const IFT_STF = 215
pkg syscall (freebsd-386), const IFT_T1 = 18
pkg syscall (freebsd-386), const IFT_TDLC = 116
pkg syscall (freebsd-386), const IFT_TERMPAD = 91
pkg syscall (freebsd-386), const IFT_TR008 = 176
pkg syscall (freebsd-386), const IFT_TRANSPHDLC = 123
pkg syscall (freebsd-386), const IFT_TUNNEL = 131
pkg syscall (freebsd-386), const IFT_ULTRA = 29
pkg syscall (freebsd-386), const IFT_USB = 160
pkg syscall (freebsd-386), const IFT_V11 = 64
pkg syscall (freebsd-386), const IFT_V35 = 45
pkg syscall (freebsd-386), const IFT_V36 = 65
pkg syscall (freebsd-386), const IFT_V37 = 120
pkg syscall (freebsd-386), const IFT_VDSL = 97
pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (freebsd-386), const IFT_VOICEEM = 100
pkg syscall (freebsd-386), const IFT_VOICEENCAP = 103
pkg syscall (freebsd-386), const IFT_VOICEFXO = 101
pkg syscall (freebsd-386), const IFT_VOICEFXS = 102
pkg syscall (freebsd-386), const IFT_VOICEOVERATM = 152
pkg syscall (freebsd-386), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (freebsd-386), const IFT_VOICEOVERIP = 104
pkg syscall (freebsd-386), const IFT_X213 = 93
pkg syscall (freebsd-386), const IFT_X25 = 5
pkg syscall (freebsd-386), const IFT_X25DDN = 4
pkg syscall (freebsd-386), const IFT_X25HUNTGROUP = 122
pkg syscall (freebsd-386), const IFT_X25MLP = 121
pkg syscall (freebsd-386), const IFT_X25PLE = 40
pkg syscall (freebsd-386), const IFT_XETHER = 26
pkg syscall (freebsd-386), const IGNBRK = 1
pkg syscall (freebsd-386), const IGNBRK ideal-int
pkg syscall (freebsd-386), const IGNCR = 128
pkg syscall (freebsd-386), const IGNCR ideal-int
pkg syscall (freebsd-386), const IGNPAR = 4
pkg syscall (freebsd-386), const IGNPAR ideal-int
pkg syscall (freebsd-386), const IMAXBEL = 8192
pkg syscall (freebsd-386), const IMAXBEL ideal-int
pkg syscall (freebsd-386), const INLCR = 64
pkg syscall (freebsd-386), const INLCR ideal-int
pkg syscall (freebsd-386), const INPCK = 16
pkg syscall (freebsd-386), const INPCK ideal-int
pkg syscall (freebsd-386), const IN_CLASSA_HOST = 16777215
pkg syscall (freebsd-386), const IN_CLASSA_MAX = 128
pkg syscall (freebsd-386), const IN_CLASSA_NET = 4278190080
pkg syscall (freebsd-386), const IN_CLASSA_NSHIFT = 24
pkg syscall (freebsd-386), const IN_CLASSB_HOST = 65535
pkg syscall (freebsd-386), const IN_CLASSB_MAX = 65536
pkg syscall (freebsd-386), const IN_CLASSB_NET = 4294901760
pkg syscall (freebsd-386), const IN_CLASSB_NSHIFT = 16
pkg syscall (freebsd-386), const IN_CLASSC_HOST = 255
pkg syscall (freebsd-386), const IN_CLASSC_NET = 4294967040
pkg syscall (freebsd-386), const IN_CLASSC_NSHIFT = 8
pkg syscall (freebsd-386), const IN_CLASSD_HOST = 268435455
pkg syscall (freebsd-386), const IN_CLASSD_NET = 4026531840
pkg syscall (freebsd-386), const IN_CLASSD_NSHIFT = 28
pkg syscall (freebsd-386), const IN_LOOPBACKNET = 127
pkg syscall (freebsd-386), const IN_RFC3021_MASK = 4294967294
pkg syscall (freebsd-386), const IN_RFC3021_MASK ideal-int
pkg syscall (freebsd-386), const IPPROTO_3PC = 34
pkg syscall (freebsd-386), const IPPROTO_ADFS = 68
pkg syscall (freebsd-386), const IPPROTO_AH = 51
pkg syscall (freebsd-386), const IPPROTO_AHIP = 61
pkg syscall (freebsd-386), const IPPROTO_APES = 99
pkg syscall (freebsd-386), const IPPROTO_ARGUS = 13
pkg syscall (freebsd-386), const IPPROTO_AX25 = 93
pkg syscall (freebsd-386), const IPPROTO_BHA = 49
pkg syscall (freebsd-386), const IPPROTO_BLT = 30
pkg syscall (freebsd-386), const IPPROTO_BRSATMON = 76
pkg syscall (freebsd-386), const IPPROTO_CARP = 112
pkg syscall (freebsd-386), const IPPROTO_CFTP = 62
pkg syscall (freebsd-386), const IPPROTO_CHAOS = 16
pkg syscall (freebsd-386), const IPPROTO_CMTP = 38
pkg syscall (freebsd-386), const IPPROTO_CPHB = 73
pkg syscall (freebsd-386), const IPPROTO_CPNX = 72
pkg syscall (freebsd-386), const IPPROTO_DDP = 37
pkg syscall (freebsd-386), const IPPROTO_DGP = 86
pkg syscall (freebsd-386), const IPPROTO_DIVERT = 258
pkg syscall (freebsd-386), const IPPROTO_DONE = 257
pkg syscall (freebsd-386), const IPPROTO_DSTOPTS = 60
pkg syscall (freebsd-386), const IPPROTO_EGP = 8
pkg syscall (freebsd-386), const IPPROTO_EMCON = 14
pkg syscall (freebsd-386), const IPPROTO_ENCAP = 98
pkg syscall (freebsd-386), const IPPROTO_EON = 80
pkg syscall (freebsd-386), const IPPROTO_ESP = 50
pkg syscall (freebsd-386), const IPPROTO_ETHERIP = 97
pkg syscall (freebsd-386), const IPPROTO_FRAGMENT = 44
pkg syscall (freebsd-386), const IPPROTO_GGP = 3
pkg syscall (freebsd-386), const IPPROTO_GMTP = 100
pkg syscall (freebsd-386), const IPPROTO_GRE = 47
pkg syscall (freebsd-386), const IPPROTO_HELLO = 63
pkg syscall (freebsd-386), const IPPROTO_HMP = 20
pkg syscall (freebsd-386), const IPPROTO_HOPOPTS = 0
pkg syscall (freebsd-386), const IPPROTO_ICMP = 1
pkg syscall (freebsd-386), const IPPROTO_ICMPV6 = 58
pkg syscall (freebsd-386), const IPPROTO_IDP = 22
pkg syscall (freebsd-386), const IPPROTO_IDPR = 35
pkg syscall (freebsd-386), const IPPROTO_IDRP = 45
pkg syscall (freebsd-386), const IPPROTO_IGMP = 2
pkg syscall (freebsd-386), const IPPROTO_IGP = 85
pkg syscall (freebsd-386), const IPPROTO_IGRP = 88
pkg syscall (freebsd-386), const IPPROTO_IL = 40
pkg syscall (freebsd-386), const IPPROTO_INLSP = 52
pkg syscall (freebsd-386), const IPPROTO_INP = 32
pkg syscall (freebsd-386), const IPPROTO_IPCOMP = 108
pkg syscall (freebsd-386), const IPPROTO_IPCV = 71
pkg syscall (freebsd-386), const IPPROTO_IPEIP = 94
pkg syscall (freebsd-386), const IPPROTO_IPIP = 4
pkg syscall (freebsd-386), const IPPROTO_IPPC = 67
pkg syscall (freebsd-386), const IPPROTO_IPV4 = 4
pkg syscall (freebsd-386), const IPPROTO_IRTP = 28
pkg syscall (freebsd-386), const IPPROTO_KRYPTOLAN = 65
pkg syscall (freebsd-386), const IPPROTO_LARP = 91
pkg syscall (freebsd-386), const IPPROTO_LEAF1 = 25
pkg syscall (freebsd-386), const IPPROTO_LEAF2 = 26
pkg syscall (freebsd-386), const IPPROTO_MAX = 256
pkg syscall (freebsd-386), const IPPROTO_MAXID = 52
pkg syscall (freebsd-386), const IPPROTO_MEAS = 19
pkg syscall (freebsd-386), const IPPROTO_MH = 135
pkg syscall (freebsd-386), const IPPROTO_MH ideal-int
pkg syscall (freebsd-386), const IPPROTO_MHRP = 48
pkg syscall (freebsd-386), const IPPROTO_MICP = 95
pkg syscall (freebsd-386), const IPPROTO_MOBILE = 55
pkg syscall (freebsd-386), const IPPROTO_MTP = 92
pkg syscall (freebsd-386), const IPPROTO_MUX = 18
pkg syscall (freebsd-386), const IPPROTO_ND = 77
pkg syscall (freebsd-386), const IPPROTO_NHRP = 54
pkg syscall (freebsd-386), const IPPROTO_NONE = 59
pkg syscall (freebsd-386), const IPPROTO_NSP = 31
pkg syscall (freebsd-386), const IPPROTO_NVPII = 11
pkg syscall (freebsd-386), const IPPROTO_OLD_DIVERT = 254
pkg syscall (freebsd-386), const IPPROTO_OSPFIGP = 89
pkg syscall (freebsd-386), const IPPROTO_PFSYNC = 240
pkg syscall (freebsd-386), const IPPROTO_PGM = 113
pkg syscall (freebsd-386), const IPPROTO_PIGP = 9
pkg syscall (freebsd-386), const IPPROTO_PIM = 103
pkg syscall (freebsd-386), const IPPROTO_PRM = 21
pkg syscall (freebsd-386), const IPPROTO_PUP = 12
pkg syscall (freebsd-386), const IPPROTO_PVP = 75
pkg syscall (freebsd-386), const IPPROTO_RAW = 255
pkg syscall (freebsd-386), const IPPROTO_RCCMON = 10
pkg syscall (freebsd-386), const IPPROTO_RDP = 27
pkg syscall (freebsd-386), const IPPROTO_ROUTING = 43
pkg syscall (freebsd-386), const IPPROTO_RSVP = 46
pkg syscall (freebsd-386), const IPPROTO_RVD = 66
pkg syscall (freebsd-386), const IPPROTO_SATEXPAK = 64
pkg syscall (freebsd-386), const IPPROTO_SATMON = 69
pkg syscall (freebsd-386), const IPPROTO_SCCSP = 96
pkg syscall (freebsd-386), const IPPROTO_SCTP = 132
pkg syscall (freebsd-386), const IPPROTO_SDRP = 42
pkg syscall (freebsd-386), const IPPROTO_SEND = 259
pkg syscall (freebsd-386), const IPPROTO_SEND ideal-int
pkg syscall (freebsd-386), const IPPROTO_SEP = 33
pkg syscall (freebsd-386), const IPPROTO_SKIP = 57
pkg syscall (freebsd-386), const IPPROTO_SPACER = 32767
pkg syscall (freebsd-386), const IPPROTO_SRPC = 90
pkg syscall (freebsd-386), const IPPROTO_ST = 7
pkg syscall (freebsd-386), const IPPROTO_SVMTP = 82
pkg syscall (freebsd-386), const IPPROTO_SWIPE = 53
pkg syscall (freebsd-386), const IPPROTO_TCF = 87
pkg syscall (freebsd-386), const IPPROTO_TLSP = 56
pkg syscall (freebsd-386), const IPPROTO_TP = 29
pkg syscall (freebsd-386), const IPPROTO_TPXX = 39
pkg syscall (freebsd-386), const IPPROTO_TRUNK1 = 23
pkg syscall (freebsd-386), const IPPROTO_TRUNK2 = 24
pkg syscall (freebsd-386), const IPPROTO_TTP = 84
pkg syscall (freebsd-386), const IPPROTO_VINES = 83
pkg syscall (freebsd-386), const IPPROTO_VISA = 70
pkg syscall (freebsd-386), const IPPROTO_VMTP = 81
pkg syscall (freebsd-386), const IPPROTO_WBEXPAK = 79
pkg syscall (freebsd-386), const IPPROTO_WBMON = 78
pkg syscall (freebsd-386), const IPPROTO_WSN = 74
pkg syscall (freebsd-386), const IPPROTO_XNET = 15
pkg syscall (freebsd-386), const IPPROTO_XTP = 36
pkg syscall (freebsd-386), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (freebsd-386), const IPV6_BINDANY = 64
pkg syscall (freebsd-386), const IPV6_BINDV6ONLY = 27
pkg syscall (freebsd-386), const IPV6_CHECKSUM = 26
pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-386), const IPV6_DEFHLIM = 64
pkg syscall (freebsd-386), const IPV6_DONTFRAG = 62
pkg syscall (freebsd-386), const IPV6_DSTOPTS = 50
pkg syscall (freebsd-386), const IPV6_FAITH = 29
pkg syscall (freebsd-386), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (freebsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (freebsd-386), const IPV6_FRAGTTL = 120
pkg syscall (freebsd-386), const IPV6_FW_ADD = 30
pkg syscall (freebsd-386), const IPV6_FW_DEL = 31
pkg syscall (freebsd-386), const IPV6_FW_FLUSH = 32
pkg syscall (freebsd-386), const IPV6_FW_GET = 34
pkg syscall (freebsd-386), const IPV6_FW_ZERO = 33
pkg syscall (freebsd-386), const IPV6_HLIMDEC = 1
pkg syscall (freebsd-386), const IPV6_HOPLIMIT = 47
pkg syscall (freebsd-386), const IPV6_HOPOPTS = 49
pkg syscall (freebsd-386), const IPV6_IPSEC_POLICY = 28
pkg syscall (freebsd-386), const IPV6_JOIN_GROUP = 12
pkg syscall (freebsd-386), const IPV6_LEAVE_GROUP = 13
pkg syscall (freebsd-386), const IPV6_MAXHLIM = 255
pkg syscall (freebsd-386), const IPV6_MAXOPTHDR = 2048
pkg syscall (freebsd-386), const IPV6_MAXPACKET = 65535
pkg syscall (freebsd-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-386), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-386), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-386), const IPV6_MMTU = 1280
pkg syscall (freebsd-386), const IPV6_MSFILTER = 74
pkg syscall (freebsd-386), const IPV6_MULTICAST_HOPS = 10
pkg syscall (freebsd-386), const IPV6_MULTICAST_IF = 9
pkg syscall (freebsd-386), const IPV6_MULTICAST_LOOP = 11
pkg syscall (freebsd-386), const IPV6_NEXTHOP = 48
pkg syscall (freebsd-386), const IPV6_PATHMTU = 44
pkg syscall (freebsd-386), const IPV6_PKTINFO = 46
pkg syscall (freebsd-386), const IPV6_PORTRANGE = 14
pkg syscall (freebsd-386), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-386), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (freebsd-386), const IPV6_PORTRANGE_LOW = 2
pkg syscall (freebsd-386), const IPV6_PREFER_TEMPADDR = 63
pkg syscall (freebsd-386), const IPV6_RECVDSTOPTS = 40
pkg syscall (freebsd-386), const IPV6_RECVHOPLIMIT = 37
pkg syscall (freebsd-386), const IPV6_RECVHOPOPTS = 39
pkg syscall (freebsd-386), const IPV6_RECVPATHMTU = 43
pkg syscall (freebsd-386), const IPV6_RECVPKTINFO = 36
pkg syscall (freebsd-386), const IPV6_RECVRTHDR = 38
pkg syscall (freebsd-386), const IPV6_RECVTCLASS = 57
pkg syscall (freebsd-386), const IPV6_RTHDR = 51
pkg syscall (freebsd-386), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (freebsd-386), const IPV6_RTHDR_LOOSE = 0
pkg syscall (freebsd-386), const IPV6_RTHDR_STRICT = 1
pkg syscall (freebsd-386), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (freebsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (freebsd-386), const IPV6_TCLASS = 61
pkg syscall (freebsd-386), const IPV6_UNICAST_HOPS = 4
pkg syscall (freebsd-386), const IPV6_USE_MIN_MTU = 42
pkg syscall (freebsd-386), const IPV6_V6ONLY = 27
pkg syscall (freebsd-386), const IPV6_VERSION = 96
pkg syscall (freebsd-386), const IPV6_VERSION_MASK = 240
pkg syscall (freebsd-386), const IP_ADD_MEMBERSHIP = 12
pkg syscall (freebsd-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (freebsd-386), const IP_BINDANY = 24
pkg syscall (freebsd-386), const IP_BLOCK_SOURCE = 72
pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (freebsd-386), const IP_DF = 16384
pkg syscall (freebsd-386), const IP_DONTFRAG = 67
pkg syscall (freebsd-386), const IP_DROP_MEMBERSHIP = 13
pkg syscall (freebsd-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (freebsd-386), const IP_DUMMYNET3 = 49
pkg syscall (freebsd-386), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (freebsd-386), const IP_DUMMYNET_DEL = 61
pkg syscall (freebsd-386), const IP_DUMMYNET_FLUSH = 62
pkg syscall (freebsd-386), const IP_DUMMYNET_GET = 64
pkg syscall (freebsd-386), const IP_FAITH = 22
pkg syscall (freebsd-386), const IP_FW3 = 48
pkg syscall (freebsd-386), const IP_FW_ADD = 50
pkg syscall (freebsd-386), const IP_FW_DEL = 51
pkg syscall (freebsd-386), const IP_FW_FLUSH = 52
pkg syscall (freebsd-386), const IP_FW_GET = 54
pkg syscall (freebsd-386), const IP_FW_NAT_CFG = 56
pkg syscall (freebsd-386), const IP_FW_NAT_DEL = 57
pkg syscall (freebsd-386), const IP_FW_NAT_GET_CONFIG = 58
pkg syscall (freebsd-386), const IP_FW_NAT_GET_LOG = 59
pkg syscall (freebsd-386), const IP_FW_RESETLOG = 55
pkg syscall (freebsd-386), const IP_FW_TABLE_ADD = 40
pkg syscall (freebsd-386), const IP_FW_TABLE_DEL = 41
pkg syscall (freebsd-386), const IP_FW_TABLE_FLUSH = 42
pkg syscall (freebsd-386), const IP_FW_TABLE_GETSIZE = 43
pkg syscall (freebsd-386), const IP_FW_TABLE_LIST = 44
pkg syscall (freebsd-386), const IP_FW_ZERO = 53
pkg syscall (freebsd-386), const IP_HDRINCL = 2
pkg syscall (freebsd-386), const IP_IPSEC_POLICY = 21
pkg syscall (freebsd-386), const IP_MAXPACKET = 65535
pkg syscall (freebsd-386), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-386), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-386), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (freebsd-386), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-386), const IP_MAX_SOURCE_FILTER = 1024
pkg syscall (freebsd-386), const IP_MF = 8192
pkg syscall (freebsd-386), const IP_MINTTL = 66
pkg syscall (freebsd-386), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-386), const IP_MSFILTER = 74
pkg syscall (freebsd-386), const IP_MSS = 576
pkg syscall (freebsd-386), const IP_MULTICAST_IF = 9
pkg syscall (freebsd-386), const IP_MULTICAST_LOOP = 11
pkg syscall (freebsd-386), const IP_MULTICAST_TTL = 10
pkg syscall (freebsd-386), const IP_MULTICAST_VIF = 14
pkg syscall (freebsd-386), const IP_OFFMASK = 8191
pkg syscall (freebsd-386), const IP_ONESBCAST = 23
pkg syscall (freebsd-386), const IP_OPTIONS = 1
pkg syscall (freebsd-386), const IP_PORTRANGE = 19
pkg syscall (freebsd-386), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-386), const IP_PORTRANGE_HIGH = 1
pkg syscall (freebsd-386), const IP_PORTRANGE_LOW = 2
pkg syscall (freebsd-386), const IP_RECVDSTADDR = 7
pkg syscall (freebsd-386), const IP_RECVIF = 20
pkg syscall (freebsd-386), const IP_RECVOPTS = 5
pkg syscall (freebsd-386), const IP_RECVRETOPTS = 6
pkg syscall (freebsd-386), const IP_RECVTOS = 68
pkg syscall (freebsd-386), const IP_RECVTOS ideal-int
pkg syscall (freebsd-386), const IP_RECVTTL = 65
pkg syscall (freebsd-386), const IP_RETOPTS = 8
pkg syscall (freebsd-386), const IP_RF = 32768
pkg syscall (freebsd-386), const IP_RSVP_OFF = 16
pkg syscall (freebsd-386), const IP_RSVP_ON = 15
pkg syscall (freebsd-386), const IP_RSVP_VIF_OFF = 18
pkg syscall (freebsd-386), const IP_RSVP_VIF_ON = 17
pkg syscall (freebsd-386), const IP_SENDSRCADDR = 7
pkg syscall (freebsd-386), const IP_TOS = 3
pkg syscall (freebsd-386), const IP_TTL = 4
pkg syscall (freebsd-386), const IP_UNBLOCK_SOURCE = 73
pkg syscall (freebsd-386), const ISIG = 128
pkg syscall (freebsd-386), const ISIG ideal-int
pkg syscall (freebsd-386), const ISTRIP = 32
pkg syscall (freebsd-386), const ISTRIP ideal-int
pkg syscall (freebsd-386), const IXANY = 2048
pkg syscall (freebsd-386), const IXANY ideal-int
pkg syscall (freebsd-386), const IXOFF = 1024
pkg syscall (freebsd-386), const IXOFF ideal-int
pkg syscall (freebsd-386), const IXON = 512
pkg syscall (freebsd-386), const IXON ideal-int
pkg syscall (freebsd-386), const ImplementsGetwd = false
pkg syscall (freebsd-386), const LOCK_EX = 2
pkg syscall (freebsd-386), const LOCK_NB = 4
pkg syscall (freebsd-386), const LOCK_SH = 1
pkg syscall (freebsd-386), const LOCK_UN = 8
pkg syscall (freebsd-386), const MADV_AUTOSYNC = 7
pkg syscall (freebsd-386), const MADV_AUTOSYNC ideal-int
pkg syscall (freebsd-386), const MADV_CORE = 9
pkg syscall (freebsd-386), const MADV_CORE ideal-int
pkg syscall (freebsd-386), const MADV_DONTNEED = 4
pkg syscall (freebsd-386), const MADV_DONTNEED ideal-int
pkg syscall (freebsd-386), const MADV_FREE = 5
pkg syscall (freebsd-386), const MADV_FREE ideal-int
pkg syscall (freebsd-386), const MADV_NOCORE = 8
pkg syscall (freebsd-386), const MADV_NOCORE ideal-int
pkg syscall (freebsd-386), const MADV_NORMAL = 0
pkg syscall (freebsd-386), const MADV_NORMAL ideal-int
pkg syscall (freebsd-386), const MADV_NOSYNC = 6
pkg syscall (freebsd-386), const MADV_NOSYNC ideal-int
pkg syscall (freebsd-386), const MADV_PROTECT = 10
pkg syscall (freebsd-386), const MADV_PROTECT ideal-int
pkg syscall (freebsd-386), const MADV_RANDOM = 1
pkg syscall (freebsd-386), const MADV_RANDOM ideal-int
pkg syscall (freebsd-386), const MADV_SEQUENTIAL = 2
pkg syscall (freebsd-386), const MADV_SEQUENTIAL ideal-int
pkg syscall (freebsd-386), const MADV_WILLNEED = 3
pkg syscall (freebsd-386), const MADV_WILLNEED ideal-int
pkg syscall (freebsd-386), const MAP_ANON = 4096
pkg syscall (freebsd-386), const MAP_ANON ideal-int
pkg syscall (freebsd-386), const MAP_ANONYMOUS = 4096
pkg syscall (freebsd-386), const MAP_ANONYMOUS ideal-int
pkg syscall (freebsd-386), const MAP_COPY = 2
pkg syscall (freebsd-386), const MAP_COPY ideal-int
pkg syscall (freebsd-386), const MAP_FILE = 0
pkg syscall (freebsd-386), const MAP_FILE ideal-int
pkg syscall (freebsd-386), const MAP_FIXED = 16
pkg syscall (freebsd-386), const MAP_FIXED ideal-int
pkg syscall (freebsd-386), const MAP_HASSEMAPHORE = 512
pkg syscall (freebsd-386), const MAP_HASSEMAPHORE ideal-int
pkg syscall (freebsd-386), const MAP_NOCORE = 131072
pkg syscall (freebsd-386), const MAP_NOCORE ideal-int
pkg syscall (freebsd-386), const MAP_NORESERVE = 64
pkg syscall (freebsd-386), const MAP_NORESERVE ideal-int
pkg syscall (freebsd-386), const MAP_NOSYNC = 2048
pkg syscall (freebsd-386), const MAP_NOSYNC ideal-int
pkg syscall (freebsd-386), const MAP_PREFAULT_READ = 262144
pkg syscall (freebsd-386), const MAP_PREFAULT_READ ideal-int
pkg syscall (freebsd-386), const MAP_PRIVATE = 2
pkg syscall (freebsd-386), const MAP_PRIVATE ideal-int
pkg syscall (freebsd-386), const MAP_RENAME = 32
pkg syscall (freebsd-386), const MAP_RENAME ideal-int
pkg syscall (freebsd-386), const MAP_RESERVED0080 = 128
pkg syscall (freebsd-386), const MAP_RESERVED0080 ideal-int
pkg syscall (freebsd-386), const MAP_RESERVED0100 = 256
pkg syscall (freebsd-386), const MAP_RESERVED0100 ideal-int
pkg syscall (freebsd-386), const MAP_SHARED = 1
pkg syscall (freebsd-386), const MAP_SHARED ideal-int
pkg syscall (freebsd-386), const MAP_STACK = 1024
pkg syscall (freebsd-386), const MAP_STACK ideal-int
pkg syscall (freebsd-386), const MCL_CURRENT = 1
pkg syscall (freebsd-386), const MCL_CURRENT ideal-int
pkg syscall (freebsd-386), const MCL_FUTURE = 2
pkg syscall (freebsd-386), const MCL_FUTURE ideal-int
pkg syscall (freebsd-386), const MSG_COMPAT = 32768
pkg syscall (freebsd-386), const MSG_CTRUNC = 32
pkg syscall (freebsd-386), const MSG_DONTROUTE = 4
pkg syscall (freebsd-386), const MSG_DONTWAIT = 128
pkg syscall (freebsd-386), const MSG_EOF = 256
pkg syscall (freebsd-386), const MSG_EOR = 8
pkg syscall (freebsd-386), const MSG_NBIO = 16384
pkg syscall (freebsd-386), const MSG_NOSIGNAL = 131072
pkg syscall (freebsd-386), const MSG_NOTIFICATION = 8192
pkg syscall (freebsd-386), const MSG_OOB = 1
pkg syscall (freebsd-386), const MSG_PEEK = 2
pkg syscall (freebsd-386), const MSG_TRUNC = 16
pkg syscall (freebsd-386), const MSG_WAITALL = 64
pkg syscall (freebsd-386), const MS_ASYNC = 1
pkg syscall (freebsd-386), const MS_ASYNC ideal-int
pkg syscall (freebsd-386), const MS_INVALIDATE = 2
pkg syscall (freebsd-386), const MS_INVALIDATE ideal-int
pkg syscall (freebsd-386), const MS_SYNC = 0
pkg syscall (freebsd-386), const MS_SYNC ideal-int
pkg syscall (freebsd-386), const NET_RT_DUMP = 1
pkg syscall (freebsd-386), const NET_RT_FLAGS = 2
pkg syscall (freebsd-386), const NET_RT_IFLIST = 3
pkg syscall (freebsd-386), const NET_RT_IFLISTL = 5
pkg syscall (freebsd-386), const NET_RT_IFLISTL ideal-int
pkg syscall (freebsd-386), const NET_RT_IFMALIST = 4
pkg syscall (freebsd-386), const NET_RT_MAXID = 6
pkg syscall (freebsd-386), const NOFLSH = 2147483648
pkg syscall (freebsd-386), const NOFLSH ideal-int
pkg syscall (freebsd-386), const NOTE_ATTRIB = 8
pkg syscall (freebsd-386), const NOTE_CHILD = 4
pkg syscall (freebsd-386), const NOTE_DELETE = 1
pkg syscall (freebsd-386), const NOTE_EXEC = 536870912
pkg syscall (freebsd-386), const NOTE_EXIT = 2147483648
pkg syscall (freebsd-386), const NOTE_EXTEND = 4
pkg syscall (freebsd-386), const NOTE_FFAND = 1073741824
pkg syscall (freebsd-386), const NOTE_FFCOPY = 3221225472
pkg syscall (freebsd-386), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (freebsd-386), const NOTE_FFLAGSMASK = 16777215
pkg syscall (freebsd-386), const NOTE_FFNOP = 0
pkg syscall (freebsd-386), const NOTE_FFOR = 2147483648
pkg syscall (freebsd-386), const NOTE_FORK = 1073741824
pkg syscall (freebsd-386), const NOTE_LINK = 16
pkg syscall (freebsd-386), const NOTE_LOWAT = 1
pkg syscall (freebsd-386), const NOTE_PCTRLMASK = 4026531840
pkg syscall (freebsd-386), const NOTE_PDATAMASK = 1048575
pkg syscall (freebsd-386), const NOTE_RENAME = 32
pkg syscall (freebsd-386), const NOTE_REVOKE = 64
pkg syscall (freebsd-386), const NOTE_TRACK = 1
pkg syscall (freebsd-386), const NOTE_TRACKERR = 2
pkg syscall (freebsd-386), const NOTE_TRIGGER = 16777216
pkg syscall (freebsd-386), const NOTE_WRITE = 2
pkg syscall (freebsd-386), const OCRNL = 16
pkg syscall (freebsd-386), const OCRNL ideal-int
pkg syscall (freebsd-386), const ONLCR = 2
pkg syscall (freebsd-386), const ONLCR ideal-int
pkg syscall (freebsd-386), const ONLRET = 64
pkg syscall (freebsd-386), const ONLRET ideal-int
pkg syscall (freebsd-386), const ONOCR = 32
pkg syscall (freebsd-386), const ONOCR ideal-int
pkg syscall (freebsd-386), const ONOEOT = 8
pkg syscall (freebsd-386), const ONOEOT ideal-int
pkg syscall (freebsd-386), const OPOST = 1
pkg syscall (freebsd-386), const OPOST ideal-int
pkg syscall (freebsd-386), const O_ACCMODE = 3
pkg syscall (freebsd-386), const O_APPEND = 8
pkg syscall (freebsd-386), const O_ASYNC = 64
pkg syscall (freebsd-386), const O_CLOEXEC = 0
pkg syscall (freebsd-386), const O_CREAT = 512
pkg syscall (freebsd-386), const O_DIRECT = 65536
pkg syscall (freebsd-386), const O_DIRECTORY = 131072
pkg syscall (freebsd-386), const O_EXCL = 2048
pkg syscall (freebsd-386), const O_EXEC = 262144
pkg syscall (freebsd-386), const O_EXLOCK = 32
pkg syscall (freebsd-386), const O_FSYNC = 128
pkg syscall (freebsd-386), const O_NDELAY = 4
pkg syscall (freebsd-386), const O_NOCTTY = 32768
pkg syscall (freebsd-386), const O_NOFOLLOW = 256
pkg syscall (freebsd-386), const O_NONBLOCK = 4
pkg syscall (freebsd-386), const O_SHLOCK = 16
pkg syscall (freebsd-386), const O_SYNC = 128
pkg syscall (freebsd-386), const O_TRUNC = 1024
pkg syscall (freebsd-386), const O_TTY_INIT = 524288
pkg syscall (freebsd-386), const PARENB = 4096
pkg syscall (freebsd-386), const PARENB ideal-int
pkg syscall (freebsd-386), const PARMRK = 8
pkg syscall (freebsd-386), const PARMRK ideal-int
pkg syscall (freebsd-386), const PARODD = 8192
pkg syscall (freebsd-386), const PARODD ideal-int
pkg syscall (freebsd-386), const PENDIN = 536870912
pkg syscall (freebsd-386), const PENDIN ideal-int
pkg syscall (freebsd-386), const PROT_EXEC = 4
pkg syscall (freebsd-386), const PROT_EXEC ideal-int
pkg syscall (freebsd-386), const PROT_NONE = 0
pkg syscall (freebsd-386), const PROT_NONE ideal-int
pkg syscall (freebsd-386), const PROT_READ = 1
pkg syscall (freebsd-386), const PROT_READ ideal-int
pkg syscall (freebsd-386), const PROT_WRITE = 2
pkg syscall (freebsd-386), const PROT_WRITE ideal-int
pkg syscall (freebsd-386), const PTRACE_CONT = 7
pkg syscall (freebsd-386), const PTRACE_KILL = 8
pkg syscall (freebsd-386), const PTRACE_TRACEME = 0
pkg syscall (freebsd-386), const RLIMIT_AS = 10
pkg syscall (freebsd-386), const RLIMIT_CORE = 4
pkg syscall (freebsd-386), const RLIMIT_CPU = 0
pkg syscall (freebsd-386), const RLIMIT_DATA = 2
pkg syscall (freebsd-386), const RLIMIT_FSIZE = 1
pkg syscall (freebsd-386), const RLIMIT_NOFILE = 8
pkg syscall (freebsd-386), const RLIMIT_STACK = 3
pkg syscall (freebsd-386), const RLIM_INFINITY = 9223372036854775807
pkg syscall (freebsd-386), const RTAX_AUTHOR = 6
pkg syscall (freebsd-386), const RTAX_BRD = 7
pkg syscall (freebsd-386), const RTAX_DST = 0
pkg syscall (freebsd-386), const RTAX_GATEWAY = 1
pkg syscall (freebsd-386), const RTAX_GENMASK = 3
pkg syscall (freebsd-386), const RTAX_IFA = 5
pkg syscall (freebsd-386), const RTAX_IFP = 4
pkg syscall (freebsd-386), const RTAX_MAX = 8
pkg syscall (freebsd-386), const RTAX_NETMASK = 2
pkg syscall (freebsd-386), const RTA_AUTHOR = 64
pkg syscall (freebsd-386), const RTA_BRD = 128
pkg syscall (freebsd-386), const RTA_DST = 1
pkg syscall (freebsd-386), const RTA_GATEWAY = 2
pkg syscall (freebsd-386), const RTA_GENMASK = 8
pkg syscall (freebsd-386), const RTA_IFA = 32
pkg syscall (freebsd-386), const RTA_IFP = 16
pkg syscall (freebsd-386), const RTA_NETMASK = 4
pkg syscall (freebsd-386), const RTF_BLACKHOLE = 4096
pkg syscall (freebsd-386), const RTF_BROADCAST = 4194304
pkg syscall (freebsd-386), const RTF_DONE = 64
pkg syscall (freebsd-386), const RTF_DYNAMIC = 16
pkg syscall (freebsd-386), const RTF_FMASK = 268752904
pkg syscall (freebsd-386), const RTF_GATEWAY = 2
pkg syscall (freebsd-386), const RTF_HOST = 4
pkg syscall (freebsd-386), const RTF_LLDATA = 1024
pkg syscall (freebsd-386), const RTF_LLINFO = 1024
pkg syscall (freebsd-386), const RTF_LOCAL = 2097152
pkg syscall (freebsd-386), const RTF_MODIFIED = 32
pkg syscall (freebsd-386), const RTF_MULTICAST = 8388608
pkg syscall (freebsd-386), const RTF_PINNED = 1048576
pkg syscall (freebsd-386), const RTF_PRCLONING = 65536
pkg syscall (freebsd-386), const RTF_PROTO1 = 32768
pkg syscall (freebsd-386), const RTF_PROTO2 = 16384
pkg syscall (freebsd-386), const RTF_PROTO3 = 262144
pkg syscall (freebsd-386), const RTF_REJECT = 8
pkg syscall (freebsd-386), const RTF_RNH_LOCKED = 1073741824
pkg syscall (freebsd-386), const RTF_STATIC = 2048
pkg syscall (freebsd-386), const RTF_STICKY = 268435456
pkg syscall (freebsd-386), const RTF_UP = 1
pkg syscall (freebsd-386), const RTF_XRESOLVE = 512
pkg syscall (freebsd-386), const RTM_ADD = 1
pkg syscall (freebsd-386), const RTM_CHANGE = 3
pkg syscall (freebsd-386), const RTM_DELADDR = 13
pkg syscall (freebsd-386), const RTM_DELETE = 2
pkg syscall (freebsd-386), const RTM_DELMADDR = 16
pkg syscall (freebsd-386), const RTM_GET = 4
pkg syscall (freebsd-386), const RTM_IEEE80211 = 18
pkg syscall (freebsd-386), const RTM_IFANNOUNCE = 17
pkg syscall (freebsd-386), const RTM_IFINFO = 14
pkg syscall (freebsd-386), const RTM_LOCK = 8
pkg syscall (freebsd-386), const RTM_LOSING = 5
pkg syscall (freebsd-386), const RTM_MISS = 7
pkg syscall (freebsd-386), const RTM_NEWADDR = 12
pkg syscall (freebsd-386), const RTM_NEWMADDR = 15
pkg syscall (freebsd-386), const RTM_OLDADD = 9
pkg syscall (freebsd-386), const RTM_OLDDEL = 10
pkg syscall (freebsd-386), const RTM_REDIRECT = 6
pkg syscall (freebsd-386), const RTM_RESOLVE = 11
pkg syscall (freebsd-386), const RTM_RTTUNIT = 1000000
pkg syscall (freebsd-386), const RTM_VERSION = 5
pkg syscall (freebsd-386), const RTV_EXPIRE = 4
pkg syscall (freebsd-386), const RTV_HOPCOUNT = 2
pkg syscall (freebsd-386), const RTV_MTU = 1
pkg syscall (freebsd-386), const RTV_RPIPE = 8
pkg syscall (freebsd-386), const RTV_RTT = 64
pkg syscall (freebsd-386), const RTV_RTTVAR = 128
pkg syscall (freebsd-386), const RTV_SPIPE = 16
pkg syscall (freebsd-386), const RTV_SSTHRESH = 32
pkg syscall (freebsd-386), const RTV_WEIGHT = 256
pkg syscall (freebsd-386), const RT_CACHING_CONTEXT = 1
pkg syscall (freebsd-386), const RT_CACHING_CONTEXT ideal-int
pkg syscall (freebsd-386), const RT_DEFAULT_FIB = 0
pkg syscall (freebsd-386), const RT_DEFAULT_FIB ideal-int
pkg syscall (freebsd-386), const RUSAGE_CHILDREN = -1
pkg syscall (freebsd-386), const RUSAGE_SELF = 0
pkg syscall (freebsd-386), const RUSAGE_THREAD = 1
pkg syscall (freebsd-386), const SCM_BINTIME = 4
pkg syscall (freebsd-386), const SCM_CREDS = 3
pkg syscall (freebsd-386), const SCM_RIGHTS = 1
pkg syscall (freebsd-386), const SCM_TIMESTAMP = 2
pkg syscall (freebsd-386), const SIGBUS = 10
pkg syscall (freebsd-386), const SIGCHLD = 20
pkg syscall (freebsd-386), const SIGCONT = 19
pkg syscall (freebsd-386), const SIGEMT = 7
pkg syscall (freebsd-386), const SIGINFO = 29
pkg syscall (freebsd-386), const SIGIO = 23
pkg syscall (freebsd-386), const SIGIOT = 6
pkg syscall (freebsd-386), const SIGLWP = 32
pkg syscall (freebsd-386), const SIGPROF = 27
pkg syscall (freebsd-386), const SIGSTOP = 17
pkg syscall (freebsd-386), const SIGSYS = 12
pkg syscall (freebsd-386), const SIGTHR = 32
pkg syscall (freebsd-386), const SIGTSTP = 18
pkg syscall (freebsd-386), const SIGTTIN = 21
pkg syscall (freebsd-386), const SIGTTOU = 22
pkg syscall (freebsd-386), const SIGURG = 16
pkg syscall (freebsd-386), const SIGUSR1 = 30
pkg syscall (freebsd-386), const SIGUSR2 = 31
pkg syscall (freebsd-386), const SIGVTALRM = 26
pkg syscall (freebsd-386), const SIGWINCH = 28
pkg syscall (freebsd-386), const SIGXCPU = 24
pkg syscall (freebsd-386), const SIGXFSZ = 25
pkg syscall (freebsd-386), const SIOCADDMULTI = 2149607729
pkg syscall (freebsd-386), const SIOCADDRT = 2150658570
pkg syscall (freebsd-386), const SIOCAIFADDR = 2151704858
pkg syscall (freebsd-386), const SIOCAIFGROUP = 2149869959
pkg syscall (freebsd-386), const SIOCALIFADDR = 2165860635
pkg syscall (freebsd-386), const SIOCATMARK = 1074033415
pkg syscall (freebsd-386), const SIOCDELMULTI = 2149607730
pkg syscall (freebsd-386), const SIOCDELRT = 2150658571
pkg syscall (freebsd-386), const SIOCDIFADDR = 2149607705
pkg syscall (freebsd-386), const SIOCDIFGROUP = 2149869961
pkg syscall (freebsd-386), const SIOCDIFPHYADDR = 2149607753
pkg syscall (freebsd-386), const SIOCDLIFADDR = 2165860637
pkg syscall (freebsd-386), const SIOCGDRVSPEC = 3223087483
pkg syscall (freebsd-386), const SIOCGETSGCNT = 3222565392
pkg syscall (freebsd-386), const SIOCGETVIFCNT = 3222565391
pkg syscall (freebsd-386), const SIOCGHIWAT = 1074033409
pkg syscall (freebsd-386), const SIOCGIFADDR = 3223349537
pkg syscall (freebsd-386), const SIOCGIFBRDADDR = 3223349539
pkg syscall (freebsd-386), const SIOCGIFCAP = 3223349535
pkg syscall (freebsd-386), const SIOCGIFCONF = 3221776676
pkg syscall (freebsd-386), const SIOCGIFDESCR = 3223349546
pkg syscall (freebsd-386), const SIOCGIFDSTADDR = 3223349538
pkg syscall (freebsd-386), const SIOCGIFFIB = 3223349596
pkg syscall (freebsd-386), const SIOCGIFFIB ideal-int
pkg syscall (freebsd-386), const SIOCGIFFLAGS = 3223349521
pkg syscall (freebsd-386), const SIOCGIFGENERIC = 3223349562
pkg syscall (freebsd-386), const SIOCGIFGMEMB = 3223611786
pkg syscall (freebsd-386), const SIOCGIFGROUP = 3223611784
pkg syscall (freebsd-386), const SIOCGIFINDEX = 3223349536
pkg syscall (freebsd-386), const SIOCGIFMAC = 3223349542
pkg syscall (freebsd-386), const SIOCGIFMEDIA = 3223873848
pkg syscall (freebsd-386), const SIOCGIFMETRIC = 3223349527
pkg syscall (freebsd-386), const SIOCGIFMTU = 3223349555
pkg syscall (freebsd-386), const SIOCGIFNETMASK = 3223349541
pkg syscall (freebsd-386), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (freebsd-386), const SIOCGIFPHYS = 3223349557
pkg syscall (freebsd-386), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (freebsd-386), const SIOCGIFSTATUS = 3274795323
pkg syscall (freebsd-386), const SIOCGLIFADDR = 3239602460
pkg syscall (freebsd-386), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (freebsd-386), const SIOCGLOWAT = 1074033411
pkg syscall (freebsd-386), const SIOCGPGRP = 1074033417
pkg syscall (freebsd-386), const SIOCGPRIVATE_0 = 3223349584
pkg syscall (freebsd-386), const SIOCGPRIVATE_1 = 3223349585
pkg syscall (freebsd-386), const SIOCIFCREATE = 3223349626
pkg syscall (freebsd-386), const SIOCIFCREATE2 = 3223349628
pkg syscall (freebsd-386), const SIOCIFDESTROY = 2149607801
pkg syscall (freebsd-386), const SIOCIFGCLONERS = 3222038904
pkg syscall (freebsd-386), const SIOCSDRVSPEC = 2149345659
pkg syscall (freebsd-386), const SIOCSHIWAT = 2147775232
pkg syscall (freebsd-386), const SIOCSIFADDR = 2149607692
pkg syscall (freebsd-386), const SIOCSIFBRDADDR = 2149607699
pkg syscall (freebsd-386), const SIOCSIFCAP = 2149607710
pkg syscall (freebsd-386), const SIOCSIFDESCR = 2149607721
pkg syscall (freebsd-386), const SIOCSIFDSTADDR = 2149607694
pkg syscall (freebsd-386), const SIOCSIFFIB = 2149607773
pkg syscall (freebsd-386), const SIOCSIFFIB ideal-int
pkg syscall (freebsd-386), const SIOCSIFFLAGS = 2149607696
pkg syscall (freebsd-386), const SIOCSIFGENERIC = 2149607737
pkg syscall (freebsd-386), const SIOCSIFLLADDR = 2149607740
pkg syscall (freebsd-386), const SIOCSIFMAC = 2149607719
pkg syscall (freebsd-386), const SIOCSIFMEDIA = 3223349559
pkg syscall (freebsd-386), const SIOCSIFMETRIC = 2149607704
pkg syscall (freebsd-386), const SIOCSIFMTU = 2149607732
pkg syscall (freebsd-386), const SIOCSIFNAME = 2149607720
pkg syscall (freebsd-386), const SIOCSIFNETMASK = 2149607702
pkg syscall (freebsd-386), const SIOCSIFPHYADDR = 2151704902
pkg syscall (freebsd-386), const SIOCSIFPHYS = 2149607734
pkg syscall (freebsd-386), const SIOCSIFRVNET = 3223349595
pkg syscall (freebsd-386), const SIOCSIFVNET = 3223349594
pkg syscall (freebsd-386), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (freebsd-386), const SIOCSLOWAT = 2147775234
pkg syscall (freebsd-386), const SIOCSPGRP = 2147775240
pkg syscall (freebsd-386), const SOCK_MAXADDRLEN = 255
pkg syscall (freebsd-386), const SOCK_RDM = 4
pkg syscall (freebsd-386), const SOL_SOCKET = 65535
pkg syscall (freebsd-386), const SOMAXCONN = 128
pkg syscall (freebsd-386), const SO_ACCEPTCONN = 2
pkg syscall (freebsd-386), const SO_ACCEPTFILTER = 4096
pkg syscall (freebsd-386), const SO_BINTIME = 8192
pkg syscall (freebsd-386), const SO_BROADCAST = 32
pkg syscall (freebsd-386), const SO_DEBUG = 1
pkg syscall (freebsd-386), const SO_DONTROUTE = 16
pkg syscall (freebsd-386), const SO_ERROR = 4103
pkg syscall (freebsd-386), const SO_KEEPALIVE = 8
pkg syscall (freebsd-386), const SO_LABEL = 4105
pkg syscall (freebsd-386), const SO_LINGER = 128
pkg syscall (freebsd-386), const SO_LISTENINCQLEN = 4115
pkg syscall (freebsd-386), const SO_LISTENQLEN = 4114
pkg syscall (freebsd-386), const SO_LISTENQLIMIT = 4113
pkg syscall (freebsd-386), const SO_NOSIGPIPE = 2048
pkg syscall (freebsd-386), const SO_NO_DDP = 32768
pkg syscall (freebsd-386), const SO_NO_OFFLOAD = 16384
pkg syscall (freebsd-386), const SO_OOBINLINE = 256
pkg syscall (freebsd-386), const SO_PEERLABEL = 4112
pkg syscall (freebsd-386), const SO_PROTOCOL = 4118
pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int
pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118
pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int
pkg syscall (freebsd-386), const SO_RCVBUF = 4098
pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100
pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102
pkg syscall (freebsd-386), const SO_REUSEADDR = 4
pkg syscall (freebsd-386), const SO_REUSEPORT = 512
pkg syscall (freebsd-386), const SO_SETFIB = 4116
pkg syscall (freebsd-386), const SO_SNDBUF = 4097
pkg syscall (freebsd-386), const SO_SNDLOWAT = 4099
pkg syscall (freebsd-386), const SO_SNDTIMEO = 4101
pkg syscall (freebsd-386), const SO_TIMESTAMP = 1024
pkg syscall (freebsd-386), const SO_TYPE = 4104
pkg syscall (freebsd-386), const SO_USELOOPBACK = 64
pkg syscall (freebsd-386), const SO_USER_COOKIE = 4117
pkg syscall (freebsd-386), const SO_USER_COOKIE ideal-int
pkg syscall (freebsd-386), const SYS_ABORT2 = 463
pkg syscall (freebsd-386), const SYS_ACCEPT = 30
pkg syscall (freebsd-386), const SYS_ACCESS = 33
pkg syscall (freebsd-386), const SYS_ACCT = 51
pkg syscall (freebsd-386), const SYS_ADJTIME = 140
pkg syscall (freebsd-386), const SYS_AUDIT = 445
pkg syscall (freebsd-386), const SYS_AUDITCTL = 453
pkg syscall (freebsd-386), const SYS_AUDITON = 446
pkg syscall (freebsd-386), const SYS_BIND = 104
pkg syscall (freebsd-386), const SYS_CAP_ENTER = 516
pkg syscall (freebsd-386), const SYS_CAP_GETMODE = 517
pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS = 515
pkg syscall (freebsd-386), const SYS_CAP_NEW = 514
pkg syscall (freebsd-386), const SYS_CHDIR = 12
pkg syscall (freebsd-386), const SYS_CHFLAGS = 34
pkg syscall (freebsd-386), const SYS_CHMOD = 15
pkg syscall (freebsd-386), const SYS_CHOWN = 16
pkg syscall (freebsd-386), const SYS_CHROOT = 61
pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 = 247
pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
pkg syscall (freebsd-386), const SYS_CLOCK_GETRES = 234
pkg syscall (freebsd-386), const SYS_CLOCK_GETTIME = 232
pkg syscall (freebsd-386), const SYS_CLOCK_SETTIME = 233
pkg syscall (freebsd-386), const SYS_CLOSE = 6
pkg syscall (freebsd-386), const SYS_CLOSEFROM = 509
pkg syscall (freebsd-386), const SYS_CONNECT = 98
pkg syscall (freebsd-386), const SYS_CPUSET = 484
pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487
pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486
pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488
pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485
pkg syscall (freebsd-386), const SYS_DUP = 41
pkg syscall (freebsd-386), const SYS_DUP2 = 90
pkg syscall (freebsd-386), const SYS_EACCESS = 376
pkg syscall (freebsd-386), const SYS_EXECVE = 59
pkg syscall (freebsd-386), const SYS_EXIT = 1
pkg syscall (freebsd-386), const SYS_EXTATTRCTL = 355
pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FD = 373
pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FILE = 358
pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_LINK = 414
pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FD = 372
pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FILE = 357
pkg syscall (freebsd-386), const SYS_EXTATTR_GET_LINK = 413
pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FD = 437
pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FILE = 438
pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_LINK = 439
pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FD = 371
pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FILE = 356
pkg syscall (freebsd-386), const SYS_EXTATTR_SET_LINK = 412
pkg syscall (freebsd-386), const SYS_FACCESSAT = 489
pkg syscall (freebsd-386), const SYS_FCHDIR = 13
pkg syscall (freebsd-386), const SYS_FCHFLAGS = 35
pkg syscall (freebsd-386), const SYS_FCHMOD = 124
pkg syscall (freebsd-386), const SYS_FCHMODAT = 490
pkg syscall (freebsd-386), const SYS_FCHOWN = 123
pkg syscall (freebsd-386), const SYS_FCHOWNAT = 491
pkg syscall (freebsd-386), const SYS_FCNTL = 92
pkg syscall (freebsd-386), const SYS_FEXECVE = 492
pkg syscall (freebsd-386), const SYS_FFCLOCK_GETCOUNTER = 241
pkg syscall (freebsd-386), const SYS_FFCLOCK_GETESTIMATE = 243
pkg syscall (freebsd-386), const SYS_FFCLOCK_SETESTIMATE = 242
pkg syscall (freebsd-386), const SYS_FHOPEN = 298
pkg syscall (freebsd-386), const SYS_FHSTAT = 299
pkg syscall (freebsd-386), const SYS_FHSTATFS = 398
pkg syscall (freebsd-386), const SYS_FLOCK = 131
pkg syscall (freebsd-386), const SYS_FORK = 2
pkg syscall (freebsd-386), const SYS_FPATHCONF = 192
pkg syscall (freebsd-386), const SYS_FREEBSD6_FTRUNCATE = 201
pkg syscall (freebsd-386), const SYS_FREEBSD6_LSEEK = 199
pkg syscall (freebsd-386), const SYS_FREEBSD6_MMAP = 197
pkg syscall (freebsd-386), const SYS_FREEBSD6_PREAD = 173
pkg syscall (freebsd-386), const SYS_FREEBSD6_PWRITE = 174
pkg syscall (freebsd-386), const SYS_FREEBSD6_TRUNCATE = 200
pkg syscall (freebsd-386), const SYS_FSTAT = 189
pkg syscall (freebsd-386), const SYS_FSTATAT = 493
pkg syscall (freebsd-386), const SYS_FSTATFS = 397
pkg syscall (freebsd-386), const SYS_FSYNC = 95
pkg syscall (freebsd-386), const SYS_FTRUNCATE = 480
pkg syscall (freebsd-386), const SYS_FUTIMES = 206
pkg syscall (freebsd-386), const SYS_FUTIMESAT = 494
pkg syscall (freebsd-386), const SYS_GETAUDIT = 449
pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR = 451
pkg syscall (freebsd-386), const SYS_GETAUID = 447
pkg syscall (freebsd-386), const SYS_GETCONTEXT = 421
pkg syscall (freebsd-386), const SYS_GETDENTS = 272
pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
pkg syscall (freebsd-386), const SYS_GETDTABLESIZE = 89
pkg syscall (freebsd-386), const SYS_GETEGID = 43
pkg syscall (freebsd-386), const SYS_GETEUID = 25
pkg syscall (freebsd-386), const SYS_GETFH = 161
pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
pkg syscall (freebsd-386), const SYS_GETGID = 47
pkg syscall (freebsd-386), const SYS_GETGROUPS = 79
pkg syscall (freebsd-386), const SYS_GETITIMER = 86
pkg syscall (freebsd-386), const SYS_GETLOGIN = 49
pkg syscall (freebsd-386), const SYS_GETLOGINCLASS = 523
pkg syscall (freebsd-386), const SYS_GETPEERNAME = 31
pkg syscall (freebsd-386), const SYS_GETPGID = 207
pkg syscall (freebsd-386), const SYS_GETPGRP = 81
pkg syscall (freebsd-386), const SYS_GETPID = 20
pkg syscall (freebsd-386), const SYS_GETPPID = 39
pkg syscall (freebsd-386), const SYS_GETPRIORITY = 100
pkg syscall (freebsd-386), const SYS_GETRESGID = 361
pkg syscall (freebsd-386), const SYS_GETRESUID = 360
pkg syscall (freebsd-386), const SYS_GETRLIMIT = 194
pkg syscall (freebsd-386), const SYS_GETRUSAGE = 117
pkg syscall (freebsd-386), const SYS_GETSID = 310
pkg syscall (freebsd-386), const SYS_GETSOCKNAME = 32
pkg syscall (freebsd-386), const SYS_GETSOCKOPT = 118
pkg syscall (freebsd-386), const SYS_GETTIMEOFDAY = 116
pkg syscall (freebsd-386), const SYS_GETUID = 24
pkg syscall (freebsd-386), const SYS_IOCTL = 54
pkg syscall (freebsd-386), const SYS_ISSETUGID = 253
pkg syscall (freebsd-386), const SYS_JAIL = 338
pkg syscall (freebsd-386), const SYS_JAIL_ATTACH = 436
pkg syscall (freebsd-386), const SYS_JAIL_GET = 506
pkg syscall (freebsd-386), const SYS_JAIL_REMOVE = 508
pkg syscall (freebsd-386), const SYS_JAIL_SET = 507
pkg syscall (freebsd-386), const SYS_KENV = 390
pkg syscall (freebsd-386), const SYS_KEVENT = 363
pkg syscall (freebsd-386), const SYS_KILL = 37
pkg syscall (freebsd-386), const SYS_KLDFIND = 306
pkg syscall (freebsd-386), const SYS_KLDFIRSTMOD = 309
pkg syscall (freebsd-386), const SYS_KLDLOAD = 304
pkg syscall (freebsd-386), const SYS_KLDNEXT = 307
pkg syscall (freebsd-386), const SYS_KLDSTAT = 308
pkg syscall (freebsd-386), const SYS_KLDSYM = 337
pkg syscall (freebsd-386), const SYS_KLDUNLOAD = 305
pkg syscall (freebsd-386), const SYS_KLDUNLOADF = 444
pkg syscall (freebsd-386), const SYS_KQUEUE = 362
pkg syscall (freebsd-386), const SYS_KTIMER_CREATE = 235
pkg syscall (freebsd-386), const SYS_KTIMER_DELETE = 236
pkg syscall (freebsd-386), const SYS_KTIMER_GETOVERRUN = 239
pkg syscall (freebsd-386), const SYS_KTIMER_GETTIME = 238
pkg syscall (freebsd-386), const SYS_KTIMER_SETTIME = 237
pkg syscall (freebsd-386), const SYS_KTRACE = 45
pkg syscall (freebsd-386), const SYS_LCHFLAGS = 391
pkg syscall (freebsd-386), const SYS_LCHMOD = 274
pkg syscall (freebsd-386), const SYS_LCHOWN = 254
pkg syscall (freebsd-386), const SYS_LGETFH = 160
pkg syscall (freebsd-386), const SYS_LINK = 9
pkg syscall (freebsd-386), const SYS_LINKAT = 495
pkg syscall (freebsd-386), const SYS_LISTEN = 106
pkg syscall (freebsd-386), const SYS_LPATHCONF = 513
pkg syscall (freebsd-386), const SYS_LSEEK = 478
pkg syscall (freebsd-386), const SYS_LSTAT = 190
pkg syscall (freebsd-386), const SYS_LUTIMES = 276
pkg syscall (freebsd-386), const SYS_MAC_SYSCALL = 394
pkg syscall (freebsd-386), const SYS_MADVISE = 75
pkg syscall (freebsd-386), const SYS_MINCORE = 78
pkg syscall (freebsd-386), const SYS_MINHERIT = 250
pkg syscall (freebsd-386), const SYS_MKDIR = 136
pkg syscall (freebsd-386), const SYS_MKDIRAT = 496
pkg syscall (freebsd-386), const SYS_MKFIFO = 132
pkg syscall (freebsd-386), const SYS_MKFIFOAT = 497
pkg syscall (freebsd-386), const SYS_MKNOD = 14
pkg syscall (freebsd-386), const SYS_MKNODAT = 498
pkg syscall (freebsd-386), const SYS_MLOCK = 203
pkg syscall (freebsd-386), const SYS_MLOCKALL = 324
pkg syscall (freebsd-386), const SYS_MMAP = 477
pkg syscall (freebsd-386), const SYS_MODFIND = 303
pkg syscall (freebsd-386), const SYS_MODFNEXT = 302
pkg syscall (freebsd-386), const SYS_MODNEXT = 300
pkg syscall (freebsd-386), const SYS_MODSTAT = 301
pkg syscall (freebsd-386), const SYS_MOUNT = 21
pkg syscall (freebsd-386), const SYS_MPROTECT = 74
pkg syscall (freebsd-386), const SYS_MSYNC = 65
pkg syscall (freebsd-386), const SYS_MUNLOCK = 204
pkg syscall (freebsd-386), const SYS_MUNLOCKALL = 325
pkg syscall (freebsd-386), const SYS_MUNMAP = 73
pkg syscall (freebsd-386), const SYS_NANOSLEEP = 240
pkg syscall (freebsd-386), const SYS_NFSTAT = 279
pkg syscall (freebsd-386), const SYS_NLSTAT = 280
pkg syscall (freebsd-386), const SYS_NMOUNT = 378
pkg syscall (freebsd-386), const SYS_NSTAT = 278
pkg syscall (freebsd-386), const SYS_NTP_ADJTIME = 176
pkg syscall (freebsd-386), const SYS_NTP_GETTIME = 248
pkg syscall (freebsd-386), const SYS_OBREAK = 17
pkg syscall (freebsd-386), const SYS_OPEN = 5
pkg syscall (freebsd-386), const SYS_OPENAT = 499
pkg syscall (freebsd-386), const SYS_OPENBSD_POLL = 252
pkg syscall (freebsd-386), const SYS_OVADVISE = 72
pkg syscall (freebsd-386), const SYS_PATHCONF = 191
pkg syscall (freebsd-386), const SYS_PDFORK = 518
pkg syscall (freebsd-386), const SYS_PDGETPID = 520
pkg syscall (freebsd-386), const SYS_PDKILL = 519
pkg syscall (freebsd-386), const SYS_PIPE = 42
pkg syscall (freebsd-386), const SYS_POLL = 209
pkg syscall (freebsd-386), const SYS_POSIX_FADVISE = 531
pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE = 530
pkg syscall (freebsd-386), const SYS_POSIX_OPENPT = 504
pkg syscall (freebsd-386), const SYS_PREAD = 475
pkg syscall (freebsd-386), const SYS_PREADV = 289
pkg syscall (freebsd-386), const SYS_PROFIL = 44
pkg syscall (freebsd-386), const SYS_PSELECT = 522
pkg syscall (freebsd-386), const SYS_PTRACE = 26
pkg syscall (freebsd-386), const SYS_PWRITE = 476
pkg syscall (freebsd-386), const SYS_PWRITEV = 290
pkg syscall (freebsd-386), const SYS_QUOTACTL = 148
pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE = 528
pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS = 527
pkg syscall (freebsd-386), const SYS_RCTL_GET_RACCT = 525
pkg syscall (freebsd-386), const SYS_RCTL_GET_RULES = 526
pkg syscall (freebsd-386), const SYS_RCTL_REMOVE_RULE = 529
pkg syscall (freebsd-386), const SYS_READ = 3
pkg syscall (freebsd-386), const SYS_READLINK = 58
pkg syscall (freebsd-386), const SYS_READLINKAT = 500
pkg syscall (freebsd-386), const SYS_READV = 120
pkg syscall (freebsd-386), const SYS_REBOOT = 55
pkg syscall (freebsd-386), const SYS_RECVFROM = 29
pkg syscall (freebsd-386), const SYS_RECVMSG = 27
pkg syscall (freebsd-386), const SYS_RENAME = 128
pkg syscall (freebsd-386), const SYS_RENAMEAT = 501
pkg syscall (freebsd-386), const SYS_REVOKE = 56
pkg syscall (freebsd-386), const SYS_RFORK = 251
pkg syscall (freebsd-386), const SYS_RMDIR = 137
pkg syscall (freebsd-386), const SYS_RTPRIO = 166
pkg syscall (freebsd-386), const SYS_RTPRIO_THREAD = 466
pkg syscall (freebsd-386), const SYS_SBRK = 69
pkg syscall (freebsd-386), const SYS_SCHED_GETPARAM = 328
pkg syscall (freebsd-386), const SYS_SCHED_GETSCHEDULER = 330
pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MAX = 332
pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MIN = 333
pkg syscall (freebsd-386), const SYS_SCHED_RR_GET_INTERVAL = 334
pkg syscall (freebsd-386), const SYS_SCHED_SETPARAM = 327
pkg syscall (freebsd-386), const SYS_SCHED_SETSCHEDULER = 329
pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331
pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474
pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472
pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471
pkg syscall (freebsd-386), const SYS_SELECT = 93
pkg syscall (freebsd-386), const SYS_SENDFILE = 393
pkg syscall (freebsd-386), const SYS_SENDMSG = 28
pkg syscall (freebsd-386), const SYS_SENDTO = 133
pkg syscall (freebsd-386), const SYS_SETAUDIT = 450
pkg syscall (freebsd-386), const SYS_SETAUDIT_ADDR = 452
pkg syscall (freebsd-386), const SYS_SETAUID = 448
pkg syscall (freebsd-386), const SYS_SETCONTEXT = 422
pkg syscall (freebsd-386), const SYS_SETEGID = 182
pkg syscall (freebsd-386), const SYS_SETEUID = 183
pkg syscall (freebsd-386), const SYS_SETFIB = 175
pkg syscall (freebsd-386), const SYS_SETGID = 181
pkg syscall (freebsd-386), const SYS_SETGROUPS = 80
pkg syscall (freebsd-386), const SYS_SETITIMER = 83
pkg syscall (freebsd-386), const SYS_SETLOGIN = 50
pkg syscall (freebsd-386), const SYS_SETLOGINCLASS = 524
pkg syscall (freebsd-386), const SYS_SETPGID = 82
pkg syscall (freebsd-386), const SYS_SETPRIORITY = 96
pkg syscall (freebsd-386), const SYS_SETREGID = 127
pkg syscall (freebsd-386), const SYS_SETRESGID = 312
pkg syscall (freebsd-386), const SYS_SETRESUID = 311
pkg syscall (freebsd-386), const SYS_SETREUID = 126
pkg syscall (freebsd-386), const SYS_SETRLIMIT = 195
pkg syscall (freebsd-386), const SYS_SETSID = 147
pkg syscall (freebsd-386), const SYS_SETSOCKOPT = 105
pkg syscall (freebsd-386), const SYS_SETTIMEOFDAY = 122
pkg syscall (freebsd-386), const SYS_SETUID = 23
pkg syscall (freebsd-386), const SYS_SHM_OPEN = 482
pkg syscall (freebsd-386), const SYS_SHM_UNLINK = 483
pkg syscall (freebsd-386), const SYS_SHUTDOWN = 134
pkg syscall (freebsd-386), const SYS_SIGACTION = 416
pkg syscall (freebsd-386), const SYS_SIGALTSTACK = 53
pkg syscall (freebsd-386), const SYS_SIGPENDING = 343
pkg syscall (freebsd-386), const SYS_SIGPROCMASK = 340
pkg syscall (freebsd-386), const SYS_SIGQUEUE = 456
pkg syscall (freebsd-386), const SYS_SIGRETURN = 417
pkg syscall (freebsd-386), const SYS_SIGSUSPEND = 341
pkg syscall (freebsd-386), const SYS_SIGTIMEDWAIT = 345
pkg syscall (freebsd-386), const SYS_SIGWAIT = 429
pkg syscall (freebsd-386), const SYS_SIGWAITINFO = 346
pkg syscall (freebsd-386), const SYS_SOCKET = 97
pkg syscall (freebsd-386), const SYS_SOCKETPAIR = 135
pkg syscall (freebsd-386), const SYS_SSTK = 70
pkg syscall (freebsd-386), const SYS_STAT = 188
pkg syscall (freebsd-386), const SYS_STATFS = 396
pkg syscall (freebsd-386), const SYS_SWAPCONTEXT = 423
pkg syscall (freebsd-386), const SYS_SWAPOFF = 424
pkg syscall (freebsd-386), const SYS_SWAPON = 85
pkg syscall (freebsd-386), const SYS_SYMLINK = 57
pkg syscall (freebsd-386), const SYS_SYMLINKAT = 502
pkg syscall (freebsd-386), const SYS_SYNC = 36
pkg syscall (freebsd-386), const SYS_SYSARCH = 165
pkg syscall (freebsd-386), const SYS_THR_CREATE = 430
pkg syscall (freebsd-386), const SYS_THR_EXIT = 431
pkg syscall (freebsd-386), const SYS_THR_KILL = 433
pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481
pkg syscall (freebsd-386), const SYS_THR_NEW = 455
pkg syscall (freebsd-386), const SYS_THR_SELF = 432
pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464
pkg syscall (freebsd-386), const SYS_THR_SUSPEND = 442
pkg syscall (freebsd-386), const SYS_THR_WAKE = 443
pkg syscall (freebsd-386), const SYS_TRUNCATE = 479
pkg syscall (freebsd-386), const SYS_UMASK = 60
pkg syscall (freebsd-386), const SYS_UNDELETE = 205
pkg syscall (freebsd-386), const SYS_UNLINK = 10
pkg syscall (freebsd-386), const SYS_UNLINKAT = 503
pkg syscall (freebsd-386), const SYS_UNMOUNT = 22
pkg syscall (freebsd-386), const SYS_UTIMES = 138
pkg syscall (freebsd-386), const SYS_UTRACE = 335
pkg syscall (freebsd-386), const SYS_UUIDGEN = 392
pkg syscall (freebsd-386), const SYS_VFORK = 66
pkg syscall (freebsd-386), const SYS_WAIT4 = 7
pkg syscall (freebsd-386), const SYS_WAIT6 = 532
pkg syscall (freebsd-386), const SYS_WAIT6 ideal-int
pkg syscall (freebsd-386), const SYS_WRITE = 4
pkg syscall (freebsd-386), const SYS_WRITEV = 121
pkg syscall (freebsd-386), const SYS_YIELD = 321
pkg syscall (freebsd-386), const SYS__UMTX_LOCK = 434
pkg syscall (freebsd-386), const SYS__UMTX_OP = 454
pkg syscall (freebsd-386), const SYS__UMTX_UNLOCK = 435
pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD = 354
pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE = 353
pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK = 428
pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD = 352
pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE = 351
pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK = 427
pkg syscall (freebsd-386), const SYS___ACL_GET_FD = 349
pkg syscall (freebsd-386), const SYS___ACL_GET_FILE = 347
pkg syscall (freebsd-386), const SYS___ACL_GET_LINK = 425
pkg syscall (freebsd-386), const SYS___ACL_SET_FD = 350
pkg syscall (freebsd-386), const SYS___ACL_SET_FILE = 348
pkg syscall (freebsd-386), const SYS___ACL_SET_LINK = 426
pkg syscall (freebsd-386), const SYS___GETCWD = 326
pkg syscall (freebsd-386), const SYS___MAC_EXECVE = 415
pkg syscall (freebsd-386), const SYS___MAC_GET_FD = 386
pkg syscall (freebsd-386), const SYS___MAC_GET_FILE = 387
pkg syscall (freebsd-386), const SYS___MAC_GET_LINK = 410
pkg syscall (freebsd-386), const SYS___MAC_GET_PID = 409
pkg syscall (freebsd-386), const SYS___MAC_GET_PROC = 384
pkg syscall (freebsd-386), const SYS___MAC_SET_FD = 388
pkg syscall (freebsd-386), const SYS___MAC_SET_FILE = 389
pkg syscall (freebsd-386), const SYS___MAC_SET_LINK = 411
pkg syscall (freebsd-386), const SYS___MAC_SET_PROC = 385
pkg syscall (freebsd-386), const SYS___SETUGID = 374
pkg syscall (freebsd-386), const SYS___SYSCTL = 202
pkg syscall (freebsd-386), const S_IFMT = 61440
pkg syscall (freebsd-386), const SizeofBpfHdr = 20
pkg syscall (freebsd-386), const SizeofBpfInsn = 8
pkg syscall (freebsd-386), const SizeofBpfProgram = 8
pkg syscall (freebsd-386), const SizeofBpfStat = 8
pkg syscall (freebsd-386), const SizeofBpfVersion = 4
pkg syscall (freebsd-386), const SizeofBpfZbuf = 12
pkg syscall (freebsd-386), const SizeofBpfZbufHeader = 32
pkg syscall (freebsd-386), const SizeofCmsghdr = 12
pkg syscall (freebsd-386), const SizeofIPMreq = 8
pkg syscall (freebsd-386), const SizeofIPMreqn = 12
pkg syscall (freebsd-386), const SizeofIPv6Mreq = 20
pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr = 24
pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr ideal-int
pkg syscall (freebsd-386), const SizeofIfData = 80
pkg syscall (freebsd-386), const SizeofIfMsghdr = 96
pkg syscall (freebsd-386), const SizeofIfaMsghdr = 20
pkg syscall (freebsd-386), const SizeofIfmaMsghdr = 16
pkg syscall (freebsd-386), const SizeofInet6Pktinfo = 20
pkg syscall (freebsd-386), const SizeofLinger = 8
pkg syscall (freebsd-386), const SizeofMsghdr = 28
pkg syscall (freebsd-386), const SizeofRtMetrics = 56
pkg syscall (freebsd-386), const SizeofRtMsghdr = 92
pkg syscall (freebsd-386), const SizeofSockaddrAny = 108
pkg syscall (freebsd-386), const SizeofSockaddrDatalink = 54
pkg syscall (freebsd-386), const SizeofSockaddrInet4 = 16
pkg syscall (freebsd-386), const SizeofSockaddrInet6 = 28
pkg syscall (freebsd-386), const SizeofSockaddrUnix = 106
pkg syscall (freebsd-386), const TCIFLUSH = 1
pkg syscall (freebsd-386), const TCIFLUSH ideal-int
pkg syscall (freebsd-386), const TCIOFLUSH = 3
pkg syscall (freebsd-386), const TCIOFLUSH ideal-int
pkg syscall (freebsd-386), const TCOFLUSH = 2
pkg syscall (freebsd-386), const TCOFLUSH ideal-int
pkg syscall (freebsd-386), const TCP_CA_NAME_MAX = 16
pkg syscall (freebsd-386), const TCP_CONGESTION = 64
pkg syscall (freebsd-386), const TCP_INFO = 32
pkg syscall (freebsd-386), const TCP_KEEPCNT = 1024
pkg syscall (freebsd-386), const TCP_KEEPCNT ideal-int
pkg syscall (freebsd-386), const TCP_KEEPIDLE = 256
pkg syscall (freebsd-386), const TCP_KEEPIDLE ideal-int
pkg syscall (freebsd-386), const TCP_KEEPINIT = 128
pkg syscall (freebsd-386), const TCP_KEEPINIT ideal-int
pkg syscall (freebsd-386), const TCP_KEEPINTVL = 512
pkg syscall (freebsd-386), const TCP_KEEPINTVL ideal-int
pkg syscall (freebsd-386), const TCP_MAXBURST = 4
pkg syscall (freebsd-386), const TCP_MAXHLEN = 60
pkg syscall (freebsd-386), const TCP_MAXOLEN = 40
pkg syscall (freebsd-386), const TCP_MAXSEG = 2
pkg syscall (freebsd-386), const TCP_MAXWIN = 65535
pkg syscall (freebsd-386), const TCP_MAX_SACK = 4
pkg syscall (freebsd-386), const TCP_MAX_WINSHIFT = 14
pkg syscall (freebsd-386), const TCP_MD5SIG = 16
pkg syscall (freebsd-386), const TCP_MINMSS = 216
pkg syscall (freebsd-386), const TCP_MSS = 536
pkg syscall (freebsd-386), const TCP_NOOPT = 8
pkg syscall (freebsd-386), const TCP_NOPUSH = 4
pkg syscall (freebsd-386), const TCSAFLUSH = 2
pkg syscall (freebsd-386), const TCSAFLUSH ideal-int
pkg syscall (freebsd-386), const TIOCCBRK = 536900730
pkg syscall (freebsd-386), const TIOCCDTR = 536900728
pkg syscall (freebsd-386), const TIOCCONS = 2147775586
pkg syscall (freebsd-386), const TIOCDRAIN = 536900702
pkg syscall (freebsd-386), const TIOCEXCL = 536900621
pkg syscall (freebsd-386), const TIOCEXT = 2147775584
pkg syscall (freebsd-386), const TIOCFLUSH = 2147775504
pkg syscall (freebsd-386), const TIOCGDRAINWAIT = 1074033750
pkg syscall (freebsd-386), const TIOCGETA = 1076655123
pkg syscall (freebsd-386), const TIOCGETD = 1074033690
pkg syscall (freebsd-386), const TIOCGPGRP = 1074033783
pkg syscall (freebsd-386), const TIOCGPTN = 1074033679
pkg syscall (freebsd-386), const TIOCGSID = 1074033763
pkg syscall (freebsd-386), const TIOCGWINSZ = 1074295912
pkg syscall (freebsd-386), const TIOCMBIC = 2147775595
pkg syscall (freebsd-386), const TIOCMBIS = 2147775596
pkg syscall (freebsd-386), const TIOCMGDTRWAIT = 1074033754
pkg syscall (freebsd-386), const TIOCMGET = 1074033770
pkg syscall (freebsd-386), const TIOCMSDTRWAIT = 2147775579
pkg syscall (freebsd-386), const TIOCMSET = 2147775597
pkg syscall (freebsd-386), const TIOCM_CAR = 64
pkg syscall (freebsd-386), const TIOCM_CD = 64
pkg syscall (freebsd-386), const TIOCM_CTS = 32
pkg syscall (freebsd-386), const TIOCM_DCD = 64
pkg syscall (freebsd-386), const TIOCM_DSR = 256
pkg syscall (freebsd-386), const TIOCM_DTR = 2
pkg syscall (freebsd-386), const TIOCM_LE = 1
pkg syscall (freebsd-386), const TIOCM_RI = 128
pkg syscall (freebsd-386), const TIOCM_RNG = 128
pkg syscall (freebsd-386), const TIOCM_RTS = 4
pkg syscall (freebsd-386), const TIOCM_SR = 16
pkg syscall (freebsd-386), const TIOCM_ST = 8
pkg syscall (freebsd-386), const TIOCNOTTY = 536900721
pkg syscall (freebsd-386), const TIOCNXCL = 536900622
pkg syscall (freebsd-386), const TIOCOUTQ = 1074033779
pkg syscall (freebsd-386), const TIOCPKT = 2147775600
pkg syscall (freebsd-386), const TIOCPKT_DATA = 0
pkg syscall (freebsd-386), const TIOCPKT_DOSTOP = 32
pkg syscall (freebsd-386), const TIOCPKT_FLUSHREAD = 1
pkg syscall (freebsd-386), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (freebsd-386), const TIOCPKT_IOCTL = 64
pkg syscall (freebsd-386), const TIOCPKT_NOSTOP = 16
pkg syscall (freebsd-386), const TIOCPKT_START = 8
pkg syscall (freebsd-386), const TIOCPKT_STOP = 4
pkg syscall (freebsd-386), const TIOCPTMASTER = 536900636
pkg syscall (freebsd-386), const TIOCSBRK = 536900731
pkg syscall (freebsd-386), const TIOCSCTTY = 536900705
pkg syscall (freebsd-386), const TIOCSDRAINWAIT = 2147775575
pkg syscall (freebsd-386), const TIOCSDTR = 536900729
pkg syscall (freebsd-386), const TIOCSETA = 2150396948
pkg syscall (freebsd-386), const TIOCSETAF = 2150396950
pkg syscall (freebsd-386), const TIOCSETAW = 2150396949
pkg syscall (freebsd-386), const TIOCSETD = 2147775515
pkg syscall (freebsd-386), const TIOCSIG = 537162847
pkg syscall (freebsd-386), const TIOCSPGRP = 2147775606
pkg syscall (freebsd-386), const TIOCSTART = 536900718
pkg syscall (freebsd-386), const TIOCSTAT = 536900709
pkg syscall (freebsd-386), const TIOCSTI = 2147578994
pkg syscall (freebsd-386), const TIOCSTOP = 536900719
pkg syscall (freebsd-386), const TIOCSWINSZ = 2148037735
pkg syscall (freebsd-386), const TIOCTIMESTAMP = 1074295897
pkg syscall (freebsd-386), const TIOCUCNTL = 2147775590
pkg syscall (freebsd-386), const TOSTOP = 4194304
pkg syscall (freebsd-386), const TOSTOP ideal-int
pkg syscall (freebsd-386), const VDISCARD = 15
pkg syscall (freebsd-386), const VDISCARD ideal-int
pkg syscall (freebsd-386), const VDSUSP = 11
pkg syscall (freebsd-386), const VDSUSP ideal-int
pkg syscall (freebsd-386), const VEOF = 0
pkg syscall (freebsd-386), const VEOF ideal-int
pkg syscall (freebsd-386), const VEOL = 1
pkg syscall (freebsd-386), const VEOL ideal-int
pkg syscall (freebsd-386), const VEOL2 = 2
pkg syscall (freebsd-386), const VEOL2 ideal-int
pkg syscall (freebsd-386), const VERASE = 3
pkg syscall (freebsd-386), const VERASE ideal-int
pkg syscall (freebsd-386), const VERASE2 = 7
pkg syscall (freebsd-386), const VERASE2 ideal-int
pkg syscall (freebsd-386), const VINTR = 8
pkg syscall (freebsd-386), const VINTR ideal-int
pkg syscall (freebsd-386), const VKILL = 5
pkg syscall (freebsd-386), const VKILL ideal-int
pkg syscall (freebsd-386), const VLNEXT = 14
pkg syscall (freebsd-386), const VLNEXT ideal-int
pkg syscall (freebsd-386), const VMIN = 16
pkg syscall (freebsd-386), const VMIN ideal-int
pkg syscall (freebsd-386), const VQUIT = 9
pkg syscall (freebsd-386), const VQUIT ideal-int
pkg syscall (freebsd-386), const VREPRINT = 6
pkg syscall (freebsd-386), const VREPRINT ideal-int
pkg syscall (freebsd-386), const VSTART = 12
pkg syscall (freebsd-386), const VSTART ideal-int
pkg syscall (freebsd-386), const VSTATUS = 18
pkg syscall (freebsd-386), const VSTATUS ideal-int
pkg syscall (freebsd-386), const VSTOP = 13
pkg syscall (freebsd-386), const VSTOP ideal-int
pkg syscall (freebsd-386), const VSUSP = 10
pkg syscall (freebsd-386), const VSUSP ideal-int
pkg syscall (freebsd-386), const VTIME = 17
pkg syscall (freebsd-386), const VTIME ideal-int
pkg syscall (freebsd-386), const VWERASE = 4
pkg syscall (freebsd-386), const VWERASE ideal-int
pkg syscall (freebsd-386), const WCONTINUED = 4
pkg syscall (freebsd-386), const WCOREFLAG = 128
pkg syscall (freebsd-386), const WLINUXCLONE = 2147483648
pkg syscall (freebsd-386), const WNOHANG = 1
pkg syscall (freebsd-386), const WNOWAIT = 8
pkg syscall (freebsd-386), const WSTOPPED = 2
pkg syscall (freebsd-386), const WUNTRACED = 2
pkg syscall (freebsd-386), func Fchflags(int, int) error
pkg syscall (freebsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Index uint16
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Msglen uint16
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Name [16]int8
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Type uint8
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Version uint8
pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, What uint16
pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct
pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct, Header
IfAnnounceMsghdr
pkg syscall (freebsd-386-cgo), const AF_APPLETALK = 16
pkg syscall (freebsd-386-cgo), const AF_ARP = 35
pkg syscall (freebsd-386-cgo), const AF_ATM = 30
pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH = 36
pkg syscall (freebsd-386-cgo), const AF_CCITT = 10
pkg syscall (freebsd-386-cgo), const AF_CHAOS = 5
pkg syscall (freebsd-386-cgo), const AF_CNT = 21
pkg syscall (freebsd-386-cgo), const AF_COIP = 20
pkg syscall (freebsd-386-cgo), const AF_DATAKIT = 9
pkg syscall (freebsd-386-cgo), const AF_DECnet = 12
pkg syscall (freebsd-386-cgo), const AF_DLI = 13
pkg syscall (freebsd-386-cgo), const AF_E164 = 26
pkg syscall (freebsd-386-cgo), const AF_ECMA = 8
pkg syscall (freebsd-386-cgo), const AF_HYLINK = 15
pkg syscall (freebsd-386-cgo), const AF_IEEE80211 = 37
pkg syscall (freebsd-386-cgo), const AF_IMPLINK = 3
pkg syscall (freebsd-386-cgo), const AF_INET6 = 28
pkg syscall (freebsd-386-cgo), const AF_IPX = 23
pkg syscall (freebsd-386-cgo), const AF_ISDN = 26
pkg syscall (freebsd-386-cgo), const AF_ISO = 7
pkg syscall (freebsd-386-cgo), const AF_LAT = 14
pkg syscall (freebsd-386-cgo), const AF_LINK = 18
pkg syscall (freebsd-386-cgo), const AF_LOCAL = 1
pkg syscall (freebsd-386-cgo), const AF_MAX = 38
pkg syscall (freebsd-386-cgo), const AF_NATM = 29
pkg syscall (freebsd-386-cgo), const AF_NETBIOS = 6
pkg syscall (freebsd-386-cgo), const AF_NETGRAPH = 32
pkg syscall (freebsd-386-cgo), const AF_OSI = 7
pkg syscall (freebsd-386-cgo), const AF_PUP = 4
pkg syscall (freebsd-386-cgo), const AF_ROUTE = 17
pkg syscall (freebsd-386-cgo), const AF_SCLUSTER = 34
pkg syscall (freebsd-386-cgo), const AF_SIP = 24
pkg syscall (freebsd-386-cgo), const AF_SLOW = 33
pkg syscall (freebsd-386-cgo), const AF_SNA = 11
pkg syscall (freebsd-386-cgo), const AF_VENDOR00 = 39
pkg syscall (freebsd-386-cgo), const AF_VENDOR01 = 41
pkg syscall (freebsd-386-cgo), const AF_VENDOR02 = 43
pkg syscall (freebsd-386-cgo), const AF_VENDOR03 = 45
pkg syscall (freebsd-386-cgo), const AF_VENDOR04 = 47
pkg syscall (freebsd-386-cgo), const AF_VENDOR05 = 49
pkg syscall (freebsd-386-cgo), const AF_VENDOR06 = 51
pkg syscall (freebsd-386-cgo), const AF_VENDOR07 = 53
pkg syscall (freebsd-386-cgo), const AF_VENDOR08 = 55
pkg syscall (freebsd-386-cgo), const AF_VENDOR09 = 57
pkg syscall (freebsd-386-cgo), const AF_VENDOR10 = 59
pkg syscall (freebsd-386-cgo), const AF_VENDOR11 = 61
pkg syscall (freebsd-386-cgo), const AF_VENDOR12 = 63
pkg syscall (freebsd-386-cgo), const AF_VENDOR13 = 65
pkg syscall (freebsd-386-cgo), const AF_VENDOR14 = 67
pkg syscall (freebsd-386-cgo), const AF_VENDOR15 = 69
pkg syscall (freebsd-386-cgo), const AF_VENDOR16 = 71
pkg syscall (freebsd-386-cgo), const AF_VENDOR17 = 73
pkg syscall (freebsd-386-cgo), const AF_VENDOR18 = 75
pkg syscall (freebsd-386-cgo), const AF_VENDOR19 = 77
pkg syscall (freebsd-386-cgo), const AF_VENDOR20 = 79
pkg syscall (freebsd-386-cgo), const AF_VENDOR21 = 81
pkg syscall (freebsd-386-cgo), const AF_VENDOR22 = 83
pkg syscall (freebsd-386-cgo), const AF_VENDOR23 = 85
pkg syscall (freebsd-386-cgo), const AF_VENDOR24 = 87
pkg syscall (freebsd-386-cgo), const AF_VENDOR25 = 89
pkg syscall (freebsd-386-cgo), const AF_VENDOR26 = 91
pkg syscall (freebsd-386-cgo), const AF_VENDOR27 = 93
pkg syscall (freebsd-386-cgo), const AF_VENDOR28 = 95
pkg syscall (freebsd-386-cgo), const AF_VENDOR29 = 97
pkg syscall (freebsd-386-cgo), const AF_VENDOR30 = 99
pkg syscall (freebsd-386-cgo), const AF_VENDOR31 = 101
pkg syscall (freebsd-386-cgo), const AF_VENDOR32 = 103
pkg syscall (freebsd-386-cgo), const AF_VENDOR33 = 105
pkg syscall (freebsd-386-cgo), const AF_VENDOR34 = 107
pkg syscall (freebsd-386-cgo), const AF_VENDOR35 = 109
pkg syscall (freebsd-386-cgo), const AF_VENDOR36 = 111
pkg syscall (freebsd-386-cgo), const AF_VENDOR37 = 113
pkg syscall (freebsd-386-cgo), const AF_VENDOR38 = 115
pkg syscall (freebsd-386-cgo), const AF_VENDOR39 = 117
pkg syscall (freebsd-386-cgo), const AF_VENDOR40 = 119
pkg syscall (freebsd-386-cgo), const AF_VENDOR41 = 121
pkg syscall (freebsd-386-cgo), const AF_VENDOR42 = 123
pkg syscall (freebsd-386-cgo), const AF_VENDOR43 = 125
pkg syscall (freebsd-386-cgo), const AF_VENDOR44 = 127
pkg syscall (freebsd-386-cgo), const AF_VENDOR45 = 129
pkg syscall (freebsd-386-cgo), const AF_VENDOR46 = 131
pkg syscall (freebsd-386-cgo), const AF_VENDOR47 = 133
pkg syscall (freebsd-386-cgo), const B0 = 0
pkg syscall (freebsd-386-cgo), const B110 = 110
pkg syscall (freebsd-386-cgo), const B115200 = 115200
pkg syscall (freebsd-386-cgo), const B1200 = 1200
pkg syscall (freebsd-386-cgo), const B134 = 134
pkg syscall (freebsd-386-cgo), const B14400 = 14400
pkg syscall (freebsd-386-cgo), const B150 = 150
pkg syscall (freebsd-386-cgo), const B1800 = 1800
pkg syscall (freebsd-386-cgo), const B19200 = 19200
pkg syscall (freebsd-386-cgo), const B200 = 200
pkg syscall (freebsd-386-cgo), const B230400 = 230400
pkg syscall (freebsd-386-cgo), const B2400 = 2400
pkg syscall (freebsd-386-cgo), const B28800 = 28800
pkg syscall (freebsd-386-cgo), const B300 = 300
pkg syscall (freebsd-386-cgo), const B38400 = 38400
pkg syscall (freebsd-386-cgo), const B460800 = 460800
pkg syscall (freebsd-386-cgo), const B4800 = 4800
pkg syscall (freebsd-386-cgo), const B50 = 50
pkg syscall (freebsd-386-cgo), const B57600 = 57600
pkg syscall (freebsd-386-cgo), const B600 = 600
pkg syscall (freebsd-386-cgo), const B7200 = 7200
pkg syscall (freebsd-386-cgo), const B75 = 75
pkg syscall (freebsd-386-cgo), const B76800 = 76800
pkg syscall (freebsd-386-cgo), const B921600 = 921600
pkg syscall (freebsd-386-cgo), const B9600 = 9600
pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK = 2147762812
pkg syscall (freebsd-386-cgo), const BIOCFLUSH = 536887912
pkg syscall (freebsd-386-cgo), const BIOCGBLEN = 1074020966
pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION = 1074020982
pkg syscall (freebsd-386-cgo), const BIOCGDLT = 1074020970
pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST = 3221766777
pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE = 1074020989
pkg syscall (freebsd-386-cgo), const BIOCGETIF = 1075855979
pkg syscall (freebsd-386-cgo), const BIOCGETZMAX = 1074020991
pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (freebsd-386-cgo), const BIOCGRSIG = 1074020978
pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
pkg syscall (freebsd-386-cgo), const BIOCGSEESENT = 1074020982
pkg syscall (freebsd-386-cgo), const BIOCGSTATS = 1074283119
pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP = 1074020995
pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (freebsd-386-cgo), const BIOCLOCK = 536887930
pkg syscall (freebsd-386-cgo), const BIOCPROMISC = 536887913
pkg syscall (freebsd-386-cgo), const BIOCROTZBUF = 1074545280
pkg syscall (freebsd-386-cgo), const BIOCSBLEN = 3221504614
pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION = 2147762807
pkg syscall (freebsd-386-cgo), const BIOCSDLT = 2147762808
pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE = 2147762814
pkg syscall (freebsd-386-cgo), const BIOCSETF = 2148024935
pkg syscall (freebsd-386-cgo), const BIOCSETFNR = 2148024962
pkg syscall (freebsd-386-cgo), const BIOCSETIF = 2149597804
pkg syscall (freebsd-386-cgo), const BIOCSETWF = 2148024955
pkg syscall (freebsd-386-cgo), const BIOCSETZBUF = 2148287105
pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (freebsd-386-cgo), const BIOCSRSIG = 2147762803
pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
pkg syscall (freebsd-386-cgo), const BIOCSSEESENT = 2147762807
pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP = 2147762820
pkg syscall (freebsd-386-cgo), const BIOCVERSION = 1074020977
pkg syscall (freebsd-386-cgo), const BPF_A = 16
pkg syscall (freebsd-386-cgo), const BPF_ABS = 32
pkg syscall (freebsd-386-cgo), const BPF_ADD = 0
pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT = 4
pkg syscall (freebsd-386-cgo), const BPF_ALU = 4
pkg syscall (freebsd-386-cgo), const BPF_AND = 80
pkg syscall (freebsd-386-cgo), const BPF_B = 16
pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER = 1
pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF = 2
pkg syscall (freebsd-386-cgo), const BPF_DIV = 48
pkg syscall (freebsd-386-cgo), const BPF_H = 8
pkg syscall (freebsd-386-cgo), const BPF_IMM = 0
pkg syscall (freebsd-386-cgo), const BPF_IND = 64
pkg syscall (freebsd-386-cgo), const BPF_JA = 0
pkg syscall (freebsd-386-cgo), const BPF_JEQ = 16
pkg syscall (freebsd-386-cgo), const BPF_JGE = 48
pkg syscall (freebsd-386-cgo), const BPF_JGT = 32
pkg syscall (freebsd-386-cgo), const BPF_JMP = 5
pkg syscall (freebsd-386-cgo), const BPF_JSET = 64
pkg syscall (freebsd-386-cgo), const BPF_K = 0
pkg syscall (freebsd-386-cgo), const BPF_LD = 0
pkg syscall (freebsd-386-cgo), const BPF_LDX = 1
pkg syscall (freebsd-386-cgo), const BPF_LEN = 128
pkg syscall (freebsd-386-cgo), const BPF_LSH = 96
pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE = 524288
pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS = 512
pkg syscall (freebsd-386-cgo), const BPF_MEM = 96
pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS = 16
pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (freebsd-386-cgo), const BPF_MISC = 7
pkg syscall (freebsd-386-cgo), const BPF_MSH = 160
pkg syscall (freebsd-386-cgo), const BPF_MUL = 32
pkg syscall (freebsd-386-cgo), const BPF_NEG = 128
pkg syscall (freebsd-386-cgo), const BPF_OR = 64
pkg syscall (freebsd-386-cgo), const BPF_RELEASE = 199606
pkg syscall (freebsd-386-cgo), const BPF_RET = 6
pkg syscall (freebsd-386-cgo), const BPF_RSH = 112
pkg syscall (freebsd-386-cgo), const BPF_ST = 2
pkg syscall (freebsd-386-cgo), const BPF_STX = 3
pkg syscall (freebsd-386-cgo), const BPF_SUB = 16
pkg syscall (freebsd-386-cgo), const BPF_TAX = 0
pkg syscall (freebsd-386-cgo), const BPF_TXA = 128
pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME = 2
pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST = 258
pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC = 514
pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
pkg syscall (freebsd-386-cgo), const BPF_T_FAST = 256
pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK = 768
pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK = 3
pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME = 0
pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST = 256
pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC = 512
pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST = 768
pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME = 1
pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST = 257
pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
pkg syscall (freebsd-386-cgo), const BPF_T_NONE = 3
pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL = 0
pkg syscall (freebsd-386-cgo), const BPF_W = 0
pkg syscall (freebsd-386-cgo), const BPF_X = 8
pkg syscall (freebsd-386-cgo), const BRKINT = 2
pkg syscall (freebsd-386-cgo), const CFLUSH = 15
pkg syscall (freebsd-386-cgo), const CLOCAL = 32768
pkg syscall (freebsd-386-cgo), const CREAD = 2048
pkg syscall (freebsd-386-cgo), const CS5 = 0
pkg syscall (freebsd-386-cgo), const CS6 = 256
pkg syscall (freebsd-386-cgo), const CS7 = 512
pkg syscall (freebsd-386-cgo), const CS8 = 768
pkg syscall (freebsd-386-cgo), const CSIZE = 768
pkg syscall (freebsd-386-cgo), const CSTART = 17
pkg syscall (freebsd-386-cgo), const CSTATUS = 20
pkg syscall (freebsd-386-cgo), const CSTOP = 19
pkg syscall (freebsd-386-cgo), const CSTOPB = 1024
pkg syscall (freebsd-386-cgo), const CSUSP = 26
pkg syscall (freebsd-386-cgo), const CTL_MAXNAME = 24
pkg syscall (freebsd-386-cgo), const CTL_NET = 4
pkg syscall (freebsd-386-cgo), const DLT_A429 = 184
pkg syscall (freebsd-386-cgo), const DLT_A653_ICM = 185
pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER = 120
pkg syscall (freebsd-386-cgo), const DLT_AOS = 222
pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (freebsd-386-cgo), const DLT_ARCNET = 7
pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX = 129
pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP = 19
pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (freebsd-386-cgo), const DLT_AURORA = 126
pkg syscall (freebsd-386-cgo), const DLT_AX25 = 3
pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS = 202
pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP = 165
pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (freebsd-386-cgo), const DLT_CAN20B = 190
pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
pkg syscall (freebsd-386-cgo), const DLT_CHAOS = 5
pkg syscall (freebsd-386-cgo), const DLT_CHDLC = 104
pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS = 118
pkg syscall (freebsd-386-cgo), const DLT_C_HDLC = 104
pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (freebsd-386-cgo), const DLT_DBUS = 231
pkg syscall (freebsd-386-cgo), const DLT_DECT = 221
pkg syscall (freebsd-386-cgo), const DLT_DOCSIS = 143
pkg syscall (freebsd-386-cgo), const DLT_DVB_CI = 235
pkg syscall (freebsd-386-cgo), const DLT_ECONET = 115
pkg syscall (freebsd-386-cgo), const DLT_EN10MB = 1
pkg syscall (freebsd-386-cgo), const DLT_EN3MB = 2
pkg syscall (freebsd-386-cgo), const DLT_ENC = 109
pkg syscall (freebsd-386-cgo), const DLT_ERF = 197
pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH = 175
pkg syscall (freebsd-386-cgo), const DLT_ERF_POS = 176
pkg syscall (freebsd-386-cgo), const DLT_FC_2 = 224
pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (freebsd-386-cgo), const DLT_FDDI = 10
pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY = 210
pkg syscall (freebsd-386-cgo), const DLT_FRELAY = 107
pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL = 173
pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 = 172
pkg syscall (freebsd-386-cgo), const DLT_GPF_F = 171
pkg syscall (freebsd-386-cgo), const DLT_GPF_T = 170
pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC = 169
pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS = 218
pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM = 217
pkg syscall (freebsd-386-cgo), const DLT_HHDLC = 121
pkg syscall (freebsd-386-cgo), const DLT_IBM_SN = 146
pkg syscall (freebsd-386-cgo), const DLT_IBM_SP = 145
pkg syscall (freebsd-386-cgo), const DLT_IEEE802 = 6
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 = 105
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 = 195
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS = 230
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (freebsd-386-cgo), const DLT_IPFILTER = 116
pkg syscall (freebsd-386-cgo), const DLT_IPMB = 199
pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX = 209
pkg syscall (freebsd-386-cgo), const DLT_IPNET = 226
pkg syscall (freebsd-386-cgo), const DLT_IPOIB = 242
pkg syscall (freebsd-386-cgo), const DLT_IPV4 = 228
pkg syscall (freebsd-386-cgo), const DLT_IPV6 = 229
pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC = 122
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES = 132
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER = 178
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN = 133
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM = 194
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR = 134
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR = 131
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP = 179
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E = 233
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST = 200
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP = 183
pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS = 232
pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
pkg syscall (freebsd-386-cgo), const DLT_LAPD = 203
pkg syscall (freebsd-386-cgo), const DLT_LIN = 212
pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV = 216
pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA = 144
pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD = 177
pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL = 113
pkg syscall (freebsd-386-cgo), const DLT_LOOP = 108
pkg syscall (freebsd-386-cgo), const DLT_LTALK = 114
pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN = 104
pkg syscall (freebsd-386-cgo), const DLT_MFR = 182
pkg syscall (freebsd-386-cgo), const DLT_MOST = 211
pkg syscall (freebsd-386-cgo), const DLT_MPLS = 219
pkg syscall (freebsd-386-cgo), const DLT_MTP2 = 140
pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (freebsd-386-cgo), const DLT_MTP3 = 141
pkg syscall (freebsd-386-cgo), const DLT_MUX27010 = 236
pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER = 240
pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
pkg syscall (freebsd-386-cgo), const DLT_NFLOG = 239
pkg syscall (freebsd-386-cgo), const DLT_NULL = 0
pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP = 125
pkg syscall (freebsd-386-cgo), const DLT_PFLOG = 117
pkg syscall (freebsd-386-cgo), const DLT_PFSYNC = 121
pkg syscall (freebsd-386-cgo), const DLT_PPI = 192
pkg syscall (freebsd-386-cgo), const DLT_PPP = 9
pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER = 51
pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD = 166
pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR = 204
pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION = 166
pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER = 119
pkg syscall (freebsd-386-cgo), const DLT_PRONET = 4
pkg syscall (freebsd-386-cgo), const DLT_RAIF1 = 198
pkg syscall (freebsd-386-cgo), const DLT_RAW = 12
pkg syscall (freebsd-386-cgo), const DLT_RIO = 124
pkg syscall (freebsd-386-cgo), const DLT_SCCP = 142
pkg syscall (freebsd-386-cgo), const DLT_SITA = 196
pkg syscall (freebsd-386-cgo), const DLT_SLIP = 8
pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU = 237
pkg syscall (freebsd-386-cgo), const DLT_SUNATM = 123
pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (freebsd-386-cgo), const DLT_TZSP = 128
pkg syscall (freebsd-386-cgo), const DLT_USB = 186
pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX = 189
pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (freebsd-386-cgo), const DLT_USER0 = 147
pkg syscall (freebsd-386-cgo), const DLT_USER1 = 148
pkg syscall (freebsd-386-cgo), const DLT_USER10 = 157
pkg syscall (freebsd-386-cgo), const DLT_USER11 = 158
pkg syscall (freebsd-386-cgo), const DLT_USER12 = 159
pkg syscall (freebsd-386-cgo), const DLT_USER13 = 160
pkg syscall (freebsd-386-cgo), const DLT_USER14 = 161
pkg syscall (freebsd-386-cgo), const DLT_USER15 = 162
pkg syscall (freebsd-386-cgo), const DLT_USER2 = 149
pkg syscall (freebsd-386-cgo), const DLT_USER3 = 150
pkg syscall (freebsd-386-cgo), const DLT_USER4 = 151
pkg syscall (freebsd-386-cgo), const DLT_USER5 = 152
pkg syscall (freebsd-386-cgo), const DLT_USER6 = 153
pkg syscall (freebsd-386-cgo), const DLT_USER7 = 154
pkg syscall (freebsd-386-cgo), const DLT_USER8 = 155
pkg syscall (freebsd-386-cgo), const DLT_USER9 = 156
pkg syscall (freebsd-386-cgo), const DLT_WIHART = 223
pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL = 213
pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA = 214
pkg syscall (freebsd-386-cgo), const DT_BLK = 6
pkg syscall (freebsd-386-cgo), const DT_CHR = 2
pkg syscall (freebsd-386-cgo), const DT_DIR = 4
pkg syscall (freebsd-386-cgo), const DT_FIFO = 1
pkg syscall (freebsd-386-cgo), const DT_LNK = 10
pkg syscall (freebsd-386-cgo), const DT_REG = 8
pkg syscall (freebsd-386-cgo), const DT_SOCK = 12
pkg syscall (freebsd-386-cgo), const DT_UNKNOWN = 0
pkg syscall (freebsd-386-cgo), const DT_WHT = 14
pkg syscall (freebsd-386-cgo), const E2BIG = 7
pkg syscall (freebsd-386-cgo), const EACCES = 13
pkg syscall (freebsd-386-cgo), const EADDRINUSE = 48
pkg syscall (freebsd-386-cgo), const EADDRNOTAVAIL = 49
pkg syscall (freebsd-386-cgo), const EAFNOSUPPORT = 47
pkg syscall (freebsd-386-cgo), const EAGAIN = 35
pkg syscall (freebsd-386-cgo), const EALREADY = 37
pkg syscall (freebsd-386-cgo), const EAUTH = 80
pkg syscall (freebsd-386-cgo), const EBADF = 9
pkg syscall (freebsd-386-cgo), const EBADMSG = 89
pkg syscall (freebsd-386-cgo), const EBADRPC = 72
pkg syscall (freebsd-386-cgo), const EBUSY = 16
pkg syscall (freebsd-386-cgo), const ECANCELED = 85
pkg syscall (freebsd-386-cgo), const ECAPMODE = 94
pkg syscall (freebsd-386-cgo), const ECHILD = 10
pkg syscall (freebsd-386-cgo), const ECHO = 8
pkg syscall (freebsd-386-cgo), const ECHOCTL = 64
pkg syscall (freebsd-386-cgo), const ECHOE = 2
pkg syscall (freebsd-386-cgo), const ECHOK = 4
pkg syscall (freebsd-386-cgo), const ECHOKE = 1
pkg syscall (freebsd-386-cgo), const ECHONL = 16
pkg syscall (freebsd-386-cgo), const ECHOPRT = 32
pkg syscall (freebsd-386-cgo), const ECONNABORTED = 53
pkg syscall (freebsd-386-cgo), const ECONNREFUSED = 61
pkg syscall (freebsd-386-cgo), const ECONNRESET = 54
pkg syscall (freebsd-386-cgo), const EDEADLK = 11
pkg syscall (freebsd-386-cgo), const EDESTADDRREQ = 39
pkg syscall (freebsd-386-cgo), const EDOM = 33
pkg syscall (freebsd-386-cgo), const EDOOFUS = 88
pkg syscall (freebsd-386-cgo), const EDQUOT = 69
pkg syscall (freebsd-386-cgo), const EEXIST = 17
pkg syscall (freebsd-386-cgo), const EFAULT = 14
pkg syscall (freebsd-386-cgo), const EFBIG = 27
pkg syscall (freebsd-386-cgo), const EFTYPE = 79
pkg syscall (freebsd-386-cgo), const EHOSTDOWN = 64
pkg syscall (freebsd-386-cgo), const EHOSTUNREACH = 65
pkg syscall (freebsd-386-cgo), const EIDRM = 82
pkg syscall (freebsd-386-cgo), const EILSEQ = 86
pkg syscall (freebsd-386-cgo), const EINPROGRESS = 36
pkg syscall (freebsd-386-cgo), const EINTR = 4
pkg syscall (freebsd-386-cgo), const EINVAL = 22
pkg syscall (freebsd-386-cgo), const EIO = 5
pkg syscall (freebsd-386-cgo), const EISCONN = 56
pkg syscall (freebsd-386-cgo), const EISDIR = 21
pkg syscall (freebsd-386-cgo), const ELAST = 94
pkg syscall (freebsd-386-cgo), const ELOOP = 62
pkg syscall (freebsd-386-cgo), const EMFILE = 24
pkg syscall (freebsd-386-cgo), const EMLINK = 31
pkg syscall (freebsd-386-cgo), const EMSGSIZE = 40
pkg syscall (freebsd-386-cgo), const EMULTIHOP = 90
pkg syscall (freebsd-386-cgo), const ENAMETOOLONG = 63
pkg syscall (freebsd-386-cgo), const ENEEDAUTH = 81
pkg syscall (freebsd-386-cgo), const ENETDOWN = 50
pkg syscall (freebsd-386-cgo), const ENETRESET = 52
pkg syscall (freebsd-386-cgo), const ENETUNREACH = 51
pkg syscall (freebsd-386-cgo), const ENFILE = 23
pkg syscall (freebsd-386-cgo), const ENOATTR = 87
pkg syscall (freebsd-386-cgo), const ENOBUFS = 55
pkg syscall (freebsd-386-cgo), const ENODEV = 19
pkg syscall (freebsd-386-cgo), const ENOEXEC = 8
pkg syscall (freebsd-386-cgo), const ENOLCK = 77
pkg syscall (freebsd-386-cgo), const ENOLINK = 91
pkg syscall (freebsd-386-cgo), const ENOMEM = 12
pkg syscall (freebsd-386-cgo), const ENOMSG = 83
pkg syscall (freebsd-386-cgo), const ENOPROTOOPT = 42
pkg syscall (freebsd-386-cgo), const ENOSPC = 28
pkg syscall (freebsd-386-cgo), const ENOSYS = 78
pkg syscall (freebsd-386-cgo), const ENOTBLK = 15
pkg syscall (freebsd-386-cgo), const ENOTCAPABLE = 93
pkg syscall (freebsd-386-cgo), const ENOTCONN = 57
pkg syscall (freebsd-386-cgo), const ENOTDIR = 20
pkg syscall (freebsd-386-cgo), const ENOTEMPTY = 66
pkg syscall (freebsd-386-cgo), const ENOTSOCK = 38
pkg syscall (freebsd-386-cgo), const ENOTSUP = 45
pkg syscall (freebsd-386-cgo), const ENOTTY = 25
pkg syscall (freebsd-386-cgo), const ENXIO = 6
pkg syscall (freebsd-386-cgo), const EOPNOTSUPP = 45
pkg syscall (freebsd-386-cgo), const EOVERFLOW = 84
pkg syscall (freebsd-386-cgo), const EPERM = 1
pkg syscall (freebsd-386-cgo), const EPFNOSUPPORT = 46
pkg syscall (freebsd-386-cgo), const EPIPE = 32
pkg syscall (freebsd-386-cgo), const EPROCLIM = 67
pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL = 76
pkg syscall (freebsd-386-cgo), const EPROGMISMATCH = 75
pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL = 74
pkg syscall (freebsd-386-cgo), const EPROTO = 92
pkg syscall (freebsd-386-cgo), const EPROTONOSUPPORT = 43
pkg syscall (freebsd-386-cgo), const EPROTOTYPE = 41
pkg syscall (freebsd-386-cgo), const ERANGE = 34
pkg syscall (freebsd-386-cgo), const EREMOTE = 71
pkg syscall (freebsd-386-cgo), const EROFS = 30
pkg syscall (freebsd-386-cgo), const ERPCMISMATCH = 73
pkg syscall (freebsd-386-cgo), const ESHUTDOWN = 58
pkg syscall (freebsd-386-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (freebsd-386-cgo), const ESPIPE = 29
pkg syscall (freebsd-386-cgo), const ESRCH = 3
pkg syscall (freebsd-386-cgo), const ESTALE = 70
pkg syscall (freebsd-386-cgo), const ETIMEDOUT = 60
pkg syscall (freebsd-386-cgo), const ETOOMANYREFS = 59
pkg syscall (freebsd-386-cgo), const ETXTBSY = 26
pkg syscall (freebsd-386-cgo), const EUSERS = 68
pkg syscall (freebsd-386-cgo), const EVFILT_AIO = -3
pkg syscall (freebsd-386-cgo), const EVFILT_FS = -9
pkg syscall (freebsd-386-cgo), const EVFILT_LIO = -10
pkg syscall (freebsd-386-cgo), const EVFILT_PROC = -5
pkg syscall (freebsd-386-cgo), const EVFILT_READ = -1
pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL = -6
pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT = 11
pkg syscall (freebsd-386-cgo), const EVFILT_TIMER = -7
pkg syscall (freebsd-386-cgo), const EVFILT_USER = -11
pkg syscall (freebsd-386-cgo), const EVFILT_VNODE = -4
pkg syscall (freebsd-386-cgo), const EVFILT_WRITE = -2
pkg syscall (freebsd-386-cgo), const EV_ADD = 1
pkg syscall (freebsd-386-cgo), const EV_CLEAR = 32
pkg syscall (freebsd-386-cgo), const EV_DELETE = 2
pkg syscall (freebsd-386-cgo), const EV_DISABLE = 8
pkg syscall (freebsd-386-cgo), const EV_DISPATCH = 128
pkg syscall (freebsd-386-cgo), const EV_ENABLE = 4
pkg syscall (freebsd-386-cgo), const EV_EOF = 32768
pkg syscall (freebsd-386-cgo), const EV_ERROR = 16384
pkg syscall (freebsd-386-cgo), const EV_FLAG1 = 8192
pkg syscall (freebsd-386-cgo), const EV_ONESHOT = 16
pkg syscall (freebsd-386-cgo), const EV_RECEIPT = 64
pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS = 61440
pkg syscall (freebsd-386-cgo), const EWOULDBLOCK = 35
pkg syscall (freebsd-386-cgo), const EXDEV = 18
pkg syscall (freebsd-386-cgo), const EXTA = 19200
pkg syscall (freebsd-386-cgo), const EXTB = 38400
pkg syscall (freebsd-386-cgo), const EXTPROC = 2048
pkg syscall (freebsd-386-cgo), const FD_CLOEXEC = 1
pkg syscall (freebsd-386-cgo), const FD_SETSIZE = 1024
pkg syscall (freebsd-386-cgo), const FLUSHO = 8388608
pkg syscall (freebsd-386-cgo), const F_CANCEL = 5
pkg syscall (freebsd-386-cgo), const F_DUP2FD = 10
pkg syscall (freebsd-386-cgo), const F_DUPFD = 0
pkg syscall (freebsd-386-cgo), const F_GETFD = 1
pkg syscall (freebsd-386-cgo), const F_GETFL = 3
pkg syscall (freebsd-386-cgo), const F_GETLK = 11
pkg syscall (freebsd-386-cgo), const F_GETOWN = 5
pkg syscall (freebsd-386-cgo), const F_OGETLK = 7
pkg syscall (freebsd-386-cgo), const F_OK = 0
pkg syscall (freebsd-386-cgo), const F_OSETLK = 8
pkg syscall (freebsd-386-cgo), const F_OSETLKW = 9
pkg syscall (freebsd-386-cgo), const F_RDAHEAD = 16
pkg syscall (freebsd-386-cgo), const F_RDLCK = 1
pkg syscall (freebsd-386-cgo), const F_READAHEAD = 15
pkg syscall (freebsd-386-cgo), const F_SETFD = 2
pkg syscall (freebsd-386-cgo), const F_SETFL = 4
pkg syscall (freebsd-386-cgo), const F_SETLK = 12
pkg syscall (freebsd-386-cgo), const F_SETLKW = 13
pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE = 14
pkg syscall (freebsd-386-cgo), const F_SETOWN = 6
pkg syscall (freebsd-386-cgo), const F_UNLCK = 2
pkg syscall (freebsd-386-cgo), const F_UNLCKSYS = 4
pkg syscall (freebsd-386-cgo), const F_WRLCK = 3
pkg syscall (freebsd-386-cgo), const HUPCL = 16384
pkg syscall (freebsd-386-cgo), const ICANON = 256
pkg syscall (freebsd-386-cgo), const ICRNL = 256
pkg syscall (freebsd-386-cgo), const IEXTEN = 1024
pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL = 0
pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE = 1
pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI = 512
pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS = 16384
pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE = 2199410
pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG = 65536
pkg syscall (freebsd-386-cgo), const IFF_DEBUG = 4
pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE = 1024
pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING = 64
pkg syscall (freebsd-386-cgo), const IFF_DYING = 2097152
pkg syscall (freebsd-386-cgo), const IFF_LINK0 = 4096
pkg syscall (freebsd-386-cgo), const IFF_LINK1 = 8192
pkg syscall (freebsd-386-cgo), const IFF_LINK2 = 16384
pkg syscall (freebsd-386-cgo), const IFF_LOOPBACK = 8
pkg syscall (freebsd-386-cgo), const IFF_MONITOR = 262144
pkg syscall (freebsd-386-cgo), const IFF_MULTICAST = 32768
pkg syscall (freebsd-386-cgo), const IFF_NOARP = 128
pkg syscall (freebsd-386-cgo), const IFF_OACTIVE = 1024
pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT = 16
pkg syscall (freebsd-386-cgo), const IFF_PPROMISC = 131072
pkg syscall (freebsd-386-cgo), const IFF_PROMISC = 256
pkg syscall (freebsd-386-cgo), const IFF_RENAMING = 4194304
pkg syscall (freebsd-386-cgo), const IFF_RUNNING = 64
pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX = 2048
pkg syscall (freebsd-386-cgo), const IFF_SMART = 32
pkg syscall (freebsd-386-cgo), const IFF_STATICARP = 524288
pkg syscall (freebsd-386-cgo), const IFNAMSIZ = 16
pkg syscall (freebsd-386-cgo), const IFT_1822 = 2
pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (freebsd-386-cgo), const IFT_AAL2 = 187
pkg syscall (freebsd-386-cgo), const IFT_AAL5 = 49
pkg syscall (freebsd-386-cgo), const IFT_ADSL = 94
pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 = 59
pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 = 60
pkg syscall (freebsd-386-cgo), const IFT_ARAP = 88
pkg syscall (freebsd-386-cgo), const IFT_ARCNET = 35
pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (freebsd-386-cgo), const IFT_ASYNC = 84
pkg syscall (freebsd-386-cgo), const IFT_ATM = 37
pkg syscall (freebsd-386-cgo), const IFT_ATMDXI = 105
pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI = 106
pkg syscall (freebsd-386-cgo), const IFT_ATMIMA = 107
pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO = 189
pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (freebsd-386-cgo), const IFT_BRIDGE = 209
pkg syscall (freebsd-386-cgo), const IFT_BSC = 83
pkg syscall (freebsd-386-cgo), const IFT_CARP = 248
pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL = 61
pkg syscall (freebsd-386-cgo), const IFT_CEPT = 19
pkg syscall (freebsd-386-cgo), const IFT_CES = 133
pkg syscall (freebsd-386-cgo), const IFT_CHANNEL = 70
pkg syscall (freebsd-386-cgo), const IFT_CNR = 85
pkg syscall (freebsd-386-cgo), const IFT_COFFEE = 132
pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (freebsd-386-cgo), const IFT_DCN = 141
pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (freebsd-386-cgo), const IFT_DLSW = 74
pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (freebsd-386-cgo), const IFT_DS0 = 81
pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (freebsd-386-cgo), const IFT_DS1FDL = 170
pkg syscall (freebsd-386-cgo), const IFT_DS3 = 30
pkg syscall (freebsd-386-cgo), const IFT_DTM = 140
pkg syscall (freebsd-386-cgo), const IFT_DVBASILN = 172
pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT = 173
pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (freebsd-386-cgo), const IFT_ENC = 244
pkg syscall (freebsd-386-cgo), const IFT_EON = 25
pkg syscall (freebsd-386-cgo), const IFT_EPLRS = 87
pkg syscall (freebsd-386-cgo), const IFT_ESCON = 73
pkg syscall (freebsd-386-cgo), const IFT_ETHER = 6
pkg syscall (freebsd-386-cgo), const IFT_FAITH = 242
pkg syscall (freebsd-386-cgo), const IFT_FAST = 125
pkg syscall (freebsd-386-cgo), const IFT_FASTETHER = 62
pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX = 69
pkg syscall (freebsd-386-cgo), const IFT_FDDI = 15
pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (freebsd-386-cgo), const IFT_FRELAY = 32
pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE = 44
pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD = 158
pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB = 67
pkg syscall (freebsd-386-cgo), const IFT_G703AT64K = 66
pkg syscall (freebsd-386-cgo), const IFT_GIF = 240
pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (freebsd-386-cgo), const IFT_GR303IDT = 178
pkg syscall (freebsd-386-cgo), const IFT_GR303RDT = 177
pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (freebsd-386-cgo), const IFT_H323PROXY = 165
pkg syscall (freebsd-386-cgo), const IFT_HDH1822 = 3
pkg syscall (freebsd-386-cgo), const IFT_HDLC = 118
pkg syscall (freebsd-386-cgo), const IFT_HDSL2 = 168
pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (freebsd-386-cgo), const IFT_HIPPI = 47
pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD = 90
pkg syscall (freebsd-386-cgo), const IFT_HSSI = 46
pkg syscall (freebsd-386-cgo), const IFT_HY = 14
pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (freebsd-386-cgo), const IFT_IDSL = 154
pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 = 144
pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 = 71
pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 = 55
pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (freebsd-386-cgo), const IFT_IFGSN = 145
pkg syscall (freebsd-386-cgo), const IFT_IMT = 190
pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND = 199
pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE = 124
pkg syscall (freebsd-386-cgo), const IFT_IP = 126
pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD = 142
pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM = 114
pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH = 78
pkg syscall (freebsd-386-cgo), const IFT_IPXIP = 249
pkg syscall (freebsd-386-cgo), const IFT_ISDN = 63
pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC = 20
pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (freebsd-386-cgo), const IFT_ISDNS = 75
pkg syscall (freebsd-386-cgo), const IFT_ISDNU = 76
pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC = 41
pkg syscall (freebsd-386-cgo), const IFT_ISO88023 = 7
pkg syscall (freebsd-386-cgo), const IFT_ISO88024 = 8
pkg syscall (freebsd-386-cgo), const IFT_ISO88025 = 9
pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR = 86
pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (freebsd-386-cgo), const IFT_ISO88026 = 10
pkg syscall (freebsd-386-cgo), const IFT_ISUP = 179
pkg syscall (freebsd-386-cgo), const IFT_L2VLAN = 135
pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN = 136
pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (freebsd-386-cgo), const IFT_LAPB = 16
pkg syscall (freebsd-386-cgo), const IFT_LAPD = 77
pkg syscall (freebsd-386-cgo), const IFT_LAPF = 119
pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK = 42
pkg syscall (freebsd-386-cgo), const IFT_LOOP = 24
pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK = 167
pkg syscall (freebsd-386-cgo), const IFT_MIOX25 = 38
pkg syscall (freebsd-386-cgo), const IFT_MODEM = 48
pkg syscall (freebsd-386-cgo), const IFT_MPC = 113
pkg syscall (freebsd-386-cgo), const IFT_MPLS = 166
pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (freebsd-386-cgo), const IFT_MSDSL = 143
pkg syscall (freebsd-386-cgo), const IFT_MVL = 191
pkg syscall (freebsd-386-cgo), const IFT_MYRINET = 99
pkg syscall (freebsd-386-cgo), const IFT_NFAS = 175
pkg syscall (freebsd-386-cgo), const IFT_NSIP = 27
pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (freebsd-386-cgo), const IFT_OTHER = 1
pkg syscall (freebsd-386-cgo), const IFT_P10 = 12
pkg syscall (freebsd-386-cgo), const IFT_P80 = 13
pkg syscall (freebsd-386-cgo), const IFT_PARA = 34
pkg syscall (freebsd-386-cgo), const IFT_PFLOG = 246
pkg syscall (freebsd-386-cgo), const IFT_PFSYNC = 247
pkg syscall (freebsd-386-cgo), const IFT_PLC = 174
pkg syscall (freebsd-386-cgo), const IFT_POS = 171
pkg syscall (freebsd-386-cgo), const IFT_PPP = 23
pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS = 89
pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (freebsd-386-cgo), const IFT_PROPMUX = 54
pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL = 22
pkg syscall (freebsd-386-cgo), const IFT_PVC = 241
pkg syscall (freebsd-386-cgo), const IFT_QLLC = 68
pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC = 188
pkg syscall (freebsd-386-cgo), const IFT_RADSL = 95
pkg syscall (freebsd-386-cgo), const IFT_REACHDSL = 192
pkg syscall (freebsd-386-cgo), const IFT_RFC1483 = 159
pkg syscall (freebsd-386-cgo), const IFT_RS232 = 33
pkg syscall (freebsd-386-cgo), const IFT_RSRB = 79
pkg syscall (freebsd-386-cgo), const IFT_SDLC = 17
pkg syscall (freebsd-386-cgo), const IFT_SDSL = 96
pkg syscall (freebsd-386-cgo), const IFT_SHDSL = 169
pkg syscall (freebsd-386-cgo), const IFT_SIP = 31
pkg syscall (freebsd-386-cgo), const IFT_SLIP = 28
pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI = 43
pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP = 52
pkg syscall (freebsd-386-cgo), const IFT_SONET = 39
pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (freebsd-386-cgo), const IFT_SONETPATH = 50
pkg syscall (freebsd-386-cgo), const IFT_SONETVT = 51
pkg syscall (freebsd-386-cgo), const IFT_SRP = 151
pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (freebsd-386-cgo), const IFT_STARLAN = 11
pkg syscall (freebsd-386-cgo), const IFT_STF = 215
pkg syscall (freebsd-386-cgo), const IFT_T1 = 18
pkg syscall (freebsd-386-cgo), const IFT_TDLC = 116
pkg syscall (freebsd-386-cgo), const IFT_TERMPAD = 91
pkg syscall (freebsd-386-cgo), const IFT_TR008 = 176
pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (freebsd-386-cgo), const IFT_TUNNEL = 131
pkg syscall (freebsd-386-cgo), const IFT_ULTRA = 29
pkg syscall (freebsd-386-cgo), const IFT_USB = 160
pkg syscall (freebsd-386-cgo), const IFT_V11 = 64
pkg syscall (freebsd-386-cgo), const IFT_V35 = 45
pkg syscall (freebsd-386-cgo), const IFT_V36 = 65
pkg syscall (freebsd-386-cgo), const IFT_V37 = 120
pkg syscall (freebsd-386-cgo), const IFT_VDSL = 97
pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (freebsd-386-cgo), const IFT_VOICEEM = 100
pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP = 103
pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO = 101
pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS = 102
pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (freebsd-386-cgo), const IFT_X213 = 93
pkg syscall (freebsd-386-cgo), const IFT_X25 = 5
pkg syscall (freebsd-386-cgo), const IFT_X25DDN = 4
pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (freebsd-386-cgo), const IFT_X25MLP = 121
pkg syscall (freebsd-386-cgo), const IFT_X25PLE = 40
pkg syscall (freebsd-386-cgo), const IFT_XETHER = 26
pkg syscall (freebsd-386-cgo), const IGNBRK = 1
pkg syscall (freebsd-386-cgo), const IGNCR = 128
pkg syscall (freebsd-386-cgo), const IGNPAR = 4
pkg syscall (freebsd-386-cgo), const IMAXBEL = 8192
pkg syscall (freebsd-386-cgo), const INLCR = 64
pkg syscall (freebsd-386-cgo), const INPCK = 16
pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX = 128
pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST = 255
pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET = 127
pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK = 4294967294
pkg syscall (freebsd-386-cgo), const IPPROTO_3PC = 34
pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS = 68
pkg syscall (freebsd-386-cgo), const IPPROTO_AH = 51
pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP = 61
pkg syscall (freebsd-386-cgo), const IPPROTO_APES = 99
pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS = 13
pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 = 93
pkg syscall (freebsd-386-cgo), const IPPROTO_BHA = 49
pkg syscall (freebsd-386-cgo), const IPPROTO_BLT = 30
pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON = 76
pkg syscall (freebsd-386-cgo), const IPPROTO_CARP = 112
pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP = 62
pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS = 16
pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP = 38
pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB = 73
pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX = 72
pkg syscall (freebsd-386-cgo), const IPPROTO_DDP = 37
pkg syscall (freebsd-386-cgo), const IPPROTO_DGP = 86
pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT = 258
pkg syscall (freebsd-386-cgo), const IPPROTO_DONE = 257
pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (freebsd-386-cgo), const IPPROTO_EGP = 8
pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON = 14
pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP = 98
pkg syscall (freebsd-386-cgo), const IPPROTO_EON = 80
pkg syscall (freebsd-386-cgo), const IPPROTO_ESP = 50
pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (freebsd-386-cgo), const IPPROTO_GGP = 3
pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP = 100
pkg syscall (freebsd-386-cgo), const IPPROTO_GRE = 47
pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO = 63
pkg syscall (freebsd-386-cgo), const IPPROTO_HMP = 20
pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP = 1
pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (freebsd-386-cgo), const IPPROTO_IDP = 22
pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR = 35
pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP = 45
pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP = 2
pkg syscall (freebsd-386-cgo), const IPPROTO_IGP = 85
pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP = 88
pkg syscall (freebsd-386-cgo), const IPPROTO_IL = 40
pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP = 52
pkg syscall (freebsd-386-cgo), const IPPROTO_INP = 32
pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV = 71
pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP = 94
pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP = 4
pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC = 67
pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 = 4
pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP = 28
pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN = 65
pkg syscall (freebsd-386-cgo), const IPPROTO_LARP = 91
pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 = 25
pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 = 26
pkg syscall (freebsd-386-cgo), const IPPROTO_MAX = 256
pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID = 52
pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS = 19
pkg syscall (freebsd-386-cgo), const IPPROTO_MH = 135
pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP = 48
pkg syscall (freebsd-386-cgo), const IPPROTO_MICP = 95
pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE = 55
pkg syscall (freebsd-386-cgo), const IPPROTO_MTP = 92
pkg syscall (freebsd-386-cgo), const IPPROTO_MUX = 18
pkg syscall (freebsd-386-cgo), const IPPROTO_ND = 77
pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP = 54
pkg syscall (freebsd-386-cgo), const IPPROTO_NONE = 59
pkg syscall (freebsd-386-cgo), const IPPROTO_NSP = 31
pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII = 11
pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT = 254
pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP = 89
pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (freebsd-386-cgo), const IPPROTO_PGM = 113
pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP = 9
pkg syscall (freebsd-386-cgo), const IPPROTO_PIM = 103
pkg syscall (freebsd-386-cgo), const IPPROTO_PRM = 21
pkg syscall (freebsd-386-cgo), const IPPROTO_PUP = 12
pkg syscall (freebsd-386-cgo), const IPPROTO_PVP = 75
pkg syscall (freebsd-386-cgo), const IPPROTO_RAW = 255
pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON = 10
pkg syscall (freebsd-386-cgo), const IPPROTO_RDP = 27
pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING = 43
pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP = 46
pkg syscall (freebsd-386-cgo), const IPPROTO_RVD = 66
pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK = 64
pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON = 69
pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP = 96
pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP = 132
pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP = 42
pkg syscall (freebsd-386-cgo), const IPPROTO_SEND = 259
pkg syscall (freebsd-386-cgo), const IPPROTO_SEP = 33
pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP = 57
pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER = 32767
pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC = 90
pkg syscall (freebsd-386-cgo), const IPPROTO_ST = 7
pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP = 82
pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE = 53
pkg syscall (freebsd-386-cgo), const IPPROTO_TCF = 87
pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP = 56
pkg syscall (freebsd-386-cgo), const IPPROTO_TP = 29
pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX = 39
pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 = 23
pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 = 24
pkg syscall (freebsd-386-cgo), const IPPROTO_TTP = 84
pkg syscall (freebsd-386-cgo), const IPPROTO_VINES = 83
pkg syscall (freebsd-386-cgo), const IPPROTO_VISA = 70
pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP = 81
pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK = 79
pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON = 78
pkg syscall (freebsd-386-cgo), const IPPROTO_WSN = 74
pkg syscall (freebsd-386-cgo), const IPPROTO_XNET = 15
pkg syscall (freebsd-386-cgo), const IPPROTO_XTP = 36
pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (freebsd-386-cgo), const IPV6_BINDANY = 64
pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY = 27
pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM = 26
pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM = 64
pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG = 62
pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS = 50
pkg syscall (freebsd-386-cgo), const IPV6_FAITH = 29
pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL = 120
pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD = 30
pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL = 31
pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH = 32
pkg syscall (freebsd-386-cgo), const IPV6_FW_GET = 34
pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO = 33
pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC = 1
pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS = 49
pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (freebsd-386-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (freebsd-386-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM = 255
pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR = 2048
pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-386-cgo), const IPV6_MMTU = 1280
pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER = 74
pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP = 48
pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU = 44
pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO = 46
pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE = 14
pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR = 63
pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (freebsd-386-cgo), const IPV6_RTHDR = 51
pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (freebsd-386-cgo), const IPV6_TCLASS = 61
pkg syscall (freebsd-386-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (freebsd-386-cgo), const IPV6_V6ONLY = 27
pkg syscall (freebsd-386-cgo), const IPV6_VERSION = 96
pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (freebsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (freebsd-386-cgo), const IP_BINDANY = 24
pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE = 72
pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (freebsd-386-cgo), const IP_DF = 16384
pkg syscall (freebsd-386-cgo), const IP_DONTFRAG = 67
pkg syscall (freebsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 = 49
pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL = 61
pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH = 62
pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET = 64
pkg syscall (freebsd-386-cgo), const IP_FAITH = 22
pkg syscall (freebsd-386-cgo), const IP_FW3 = 48
pkg syscall (freebsd-386-cgo), const IP_FW_ADD = 50
pkg syscall (freebsd-386-cgo), const IP_FW_DEL = 51
pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH = 52
pkg syscall (freebsd-386-cgo), const IP_FW_GET = 54
pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG = 56
pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL = 57
pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG = 58
pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG = 59
pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG = 55
pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD = 40
pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL = 41
pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH = 42
pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE = 43
pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST = 44
pkg syscall (freebsd-386-cgo), const IP_FW_ZERO = 53
pkg syscall (freebsd-386-cgo), const IP_HDRINCL = 2
pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY = 21
pkg syscall (freebsd-386-cgo), const IP_MAXPACKET = 65535
pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER = 1024
pkg syscall (freebsd-386-cgo), const IP_MF = 8192
pkg syscall (freebsd-386-cgo), const IP_MINTTL = 66
pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-386-cgo), const IP_MSFILTER = 74
pkg syscall (freebsd-386-cgo), const IP_MSS = 576
pkg syscall (freebsd-386-cgo), const IP_MULTICAST_IF = 9
pkg syscall (freebsd-386-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (freebsd-386-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF = 14
pkg syscall (freebsd-386-cgo), const IP_OFFMASK = 8191
pkg syscall (freebsd-386-cgo), const IP_ONESBCAST = 23
pkg syscall (freebsd-386-cgo), const IP_OPTIONS = 1
pkg syscall (freebsd-386-cgo), const IP_PORTRANGE = 19
pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR = 7
pkg syscall (freebsd-386-cgo), const IP_RECVIF = 20
pkg syscall (freebsd-386-cgo), const IP_RECVOPTS = 5
pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS = 6
pkg syscall (freebsd-386-cgo), const IP_RECVTOS = 68
pkg syscall (freebsd-386-cgo), const IP_RECVTTL = 65
pkg syscall (freebsd-386-cgo), const IP_RETOPTS = 8
pkg syscall (freebsd-386-cgo), const IP_RF = 32768
pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF = 16
pkg syscall (freebsd-386-cgo), const IP_RSVP_ON = 15
pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF = 18
pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON = 17
pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR = 7
pkg syscall (freebsd-386-cgo), const IP_TOS = 3
pkg syscall (freebsd-386-cgo), const IP_TTL = 4
pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE = 73
pkg syscall (freebsd-386-cgo), const ISIG = 128
pkg syscall (freebsd-386-cgo), const ISTRIP = 32
pkg syscall (freebsd-386-cgo), const IXANY = 2048
pkg syscall (freebsd-386-cgo), const IXOFF = 1024
pkg syscall (freebsd-386-cgo), const IXON = 512
pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
pkg syscall (freebsd-386-cgo), const LOCK_EX = 2
pkg syscall (freebsd-386-cgo), const LOCK_NB = 4
pkg syscall (freebsd-386-cgo), const LOCK_SH = 1
pkg syscall (freebsd-386-cgo), const LOCK_UN = 8
pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC = 7
pkg syscall (freebsd-386-cgo), const MADV_CORE = 9
pkg syscall (freebsd-386-cgo), const MADV_DONTNEED = 4
pkg syscall (freebsd-386-cgo), const MADV_FREE = 5
pkg syscall (freebsd-386-cgo), const MADV_NOCORE = 8
pkg syscall (freebsd-386-cgo), const MADV_NORMAL = 0
pkg syscall (freebsd-386-cgo), const MADV_NOSYNC = 6
pkg syscall (freebsd-386-cgo), const MADV_PROTECT = 10
pkg syscall (freebsd-386-cgo), const MADV_RANDOM = 1
pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (freebsd-386-cgo), const MADV_WILLNEED = 3
pkg syscall (freebsd-386-cgo), const MAP_ANON = 4096
pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS = 4096
pkg syscall (freebsd-386-cgo), const MAP_COPY = 2
pkg syscall (freebsd-386-cgo), const MAP_FILE = 0
pkg syscall (freebsd-386-cgo), const MAP_FIXED = 16
pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (freebsd-386-cgo), const MAP_NOCORE = 131072
pkg syscall (freebsd-386-cgo), const MAP_NORESERVE = 64
pkg syscall (freebsd-386-cgo), const MAP_NOSYNC = 2048
pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ = 262144
pkg syscall (freebsd-386-cgo), const MAP_PRIVATE = 2
pkg syscall (freebsd-386-cgo), const MAP_RENAME = 32
pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 = 128
pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 = 256
pkg syscall (freebsd-386-cgo), const MAP_SHARED = 1
pkg syscall (freebsd-386-cgo), const MAP_STACK = 1024
pkg syscall (freebsd-386-cgo), const MCL_CURRENT = 1
pkg syscall (freebsd-386-cgo), const MCL_FUTURE = 2
pkg syscall (freebsd-386-cgo), const MSG_COMPAT = 32768
pkg syscall (freebsd-386-cgo), const MSG_CTRUNC = 32
pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE = 4
pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT = 128
pkg syscall (freebsd-386-cgo), const MSG_EOF = 256
pkg syscall (freebsd-386-cgo), const MSG_EOR = 8
pkg syscall (freebsd-386-cgo), const MSG_NBIO = 16384
pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL = 131072
pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION = 8192
pkg syscall (freebsd-386-cgo), const MSG_OOB = 1
pkg syscall (freebsd-386-cgo), const MSG_PEEK = 2
pkg syscall (freebsd-386-cgo), const MSG_TRUNC = 16
pkg syscall (freebsd-386-cgo), const MSG_WAITALL = 64
pkg syscall (freebsd-386-cgo), const MS_ASYNC = 1
pkg syscall (freebsd-386-cgo), const MS_INVALIDATE = 2
pkg syscall (freebsd-386-cgo), const MS_SYNC = 0
pkg syscall (freebsd-386-cgo), const NET_RT_DUMP = 1
pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS = 2
pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST = 3
pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL = 5
pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST = 4
pkg syscall (freebsd-386-cgo), const NET_RT_MAXID = 6
pkg syscall (freebsd-386-cgo), const NOFLSH = 2147483648
pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB = 8
pkg syscall (freebsd-386-cgo), const NOTE_CHILD = 4
pkg syscall (freebsd-386-cgo), const NOTE_DELETE = 1
pkg syscall (freebsd-386-cgo), const NOTE_EXEC = 536870912
pkg syscall (freebsd-386-cgo), const NOTE_EXIT = 2147483648
pkg syscall (freebsd-386-cgo), const NOTE_EXTEND = 4
pkg syscall (freebsd-386-cgo), const NOTE_FFAND = 1073741824
pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY = 3221225472
pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK = 16777215
pkg syscall (freebsd-386-cgo), const NOTE_FFNOP = 0
pkg syscall (freebsd-386-cgo), const NOTE_FFOR = 2147483648
pkg syscall (freebsd-386-cgo), const NOTE_FORK = 1073741824
pkg syscall (freebsd-386-cgo), const NOTE_LINK = 16
pkg syscall (freebsd-386-cgo), const NOTE_LOWAT = 1
pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (freebsd-386-cgo), const NOTE_RENAME = 32
pkg syscall (freebsd-386-cgo), const NOTE_REVOKE = 64
pkg syscall (freebsd-386-cgo), const NOTE_TRACK = 1
pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR = 2
pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER = 16777216
pkg syscall (freebsd-386-cgo), const NOTE_WRITE = 2
pkg syscall (freebsd-386-cgo), const OCRNL = 16
pkg syscall (freebsd-386-cgo), const ONLCR = 2
pkg syscall (freebsd-386-cgo), const ONLRET = 64
pkg syscall (freebsd-386-cgo), const ONOCR = 32
pkg syscall (freebsd-386-cgo), const ONOEOT = 8
pkg syscall (freebsd-386-cgo), const OPOST = 1
pkg syscall (freebsd-386-cgo), const O_ACCMODE = 3
pkg syscall (freebsd-386-cgo), const O_APPEND = 8
pkg syscall (freebsd-386-cgo), const O_ASYNC = 64
pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
pkg syscall (freebsd-386-cgo), const O_CREAT = 512
pkg syscall (freebsd-386-cgo), const O_DIRECT = 65536
pkg syscall (freebsd-386-cgo), const O_DIRECTORY = 131072
pkg syscall (freebsd-386-cgo), const O_EXCL = 2048
pkg syscall (freebsd-386-cgo), const O_EXEC = 262144
pkg syscall (freebsd-386-cgo), const O_EXLOCK = 32
pkg syscall (freebsd-386-cgo), const O_FSYNC = 128
pkg syscall (freebsd-386-cgo), const O_NDELAY = 4
pkg syscall (freebsd-386-cgo), const O_NOCTTY = 32768
pkg syscall (freebsd-386-cgo), const O_NOFOLLOW = 256
pkg syscall (freebsd-386-cgo), const O_NONBLOCK = 4
pkg syscall (freebsd-386-cgo), const O_SHLOCK = 16
pkg syscall (freebsd-386-cgo), const O_SYNC = 128
pkg syscall (freebsd-386-cgo), const O_TRUNC = 1024
pkg syscall (freebsd-386-cgo), const O_TTY_INIT = 524288
pkg syscall (freebsd-386-cgo), const PARENB = 4096
pkg syscall (freebsd-386-cgo), const PARMRK = 8
pkg syscall (freebsd-386-cgo), const PARODD = 8192
pkg syscall (freebsd-386-cgo), const PENDIN = 536870912
pkg syscall (freebsd-386-cgo), const PROT_EXEC = 4
pkg syscall (freebsd-386-cgo), const PROT_NONE = 0
pkg syscall (freebsd-386-cgo), const PROT_READ = 1
pkg syscall (freebsd-386-cgo), const PROT_WRITE = 2
pkg syscall (freebsd-386-cgo), const PTRACE_CONT = 7
pkg syscall (freebsd-386-cgo), const PTRACE_KILL = 8
pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME = 0
pkg syscall (freebsd-386-cgo), const RLIMIT_AS = 10
pkg syscall (freebsd-386-cgo), const RLIMIT_CORE = 4
pkg syscall (freebsd-386-cgo), const RLIMIT_CPU = 0
pkg syscall (freebsd-386-cgo), const RLIMIT_DATA = 2
pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE = 1
pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE = 8
pkg syscall (freebsd-386-cgo), const RLIMIT_STACK = 3
pkg syscall (freebsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR = 6
pkg syscall (freebsd-386-cgo), const RTAX_BRD = 7
pkg syscall (freebsd-386-cgo), const RTAX_DST = 0
pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY = 1
pkg syscall (freebsd-386-cgo), const RTAX_GENMASK = 3
pkg syscall (freebsd-386-cgo), const RTAX_IFA = 5
pkg syscall (freebsd-386-cgo), const RTAX_IFP = 4
pkg syscall (freebsd-386-cgo), const RTAX_MAX = 8
pkg syscall (freebsd-386-cgo), const RTAX_NETMASK = 2
pkg syscall (freebsd-386-cgo), const RTA_AUTHOR = 64
pkg syscall (freebsd-386-cgo), const RTA_BRD = 128
pkg syscall (freebsd-386-cgo), const RTA_DST = 1
pkg syscall (freebsd-386-cgo), const RTA_GATEWAY = 2
pkg syscall (freebsd-386-cgo), const RTA_GENMASK = 8
pkg syscall (freebsd-386-cgo), const RTA_IFA = 32
pkg syscall (freebsd-386-cgo), const RTA_IFP = 16
pkg syscall (freebsd-386-cgo), const RTA_NETMASK = 4
pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (freebsd-386-cgo), const RTF_BROADCAST = 4194304
pkg syscall (freebsd-386-cgo), const RTF_DONE = 64
pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC = 16
pkg syscall (freebsd-386-cgo), const RTF_FMASK = 268752904
pkg syscall (freebsd-386-cgo), const RTF_GATEWAY = 2
pkg syscall (freebsd-386-cgo), const RTF_HOST = 4
pkg syscall (freebsd-386-cgo), const RTF_LLDATA = 1024
pkg syscall (freebsd-386-cgo), const RTF_LLINFO = 1024
pkg syscall (freebsd-386-cgo), const RTF_LOCAL = 2097152
pkg syscall (freebsd-386-cgo), const RTF_MODIFIED = 32
pkg syscall (freebsd-386-cgo), const RTF_MULTICAST = 8388608
pkg syscall (freebsd-386-cgo), const RTF_PINNED = 1048576
pkg syscall (freebsd-386-cgo), const RTF_PRCLONING = 65536
pkg syscall (freebsd-386-cgo), const RTF_PROTO1 = 32768
pkg syscall (freebsd-386-cgo), const RTF_PROTO2 = 16384
pkg syscall (freebsd-386-cgo), const RTF_PROTO3 = 262144
pkg syscall (freebsd-386-cgo), const RTF_REJECT = 8
pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED = 1073741824
pkg syscall (freebsd-386-cgo), const RTF_STATIC = 2048
pkg syscall (freebsd-386-cgo), const RTF_STICKY = 268435456
pkg syscall (freebsd-386-cgo), const RTF_UP = 1
pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE = 512
pkg syscall (freebsd-386-cgo), const RTM_ADD = 1
pkg syscall (freebsd-386-cgo), const RTM_CHANGE = 3
pkg syscall (freebsd-386-cgo), const RTM_DELADDR = 13
pkg syscall (freebsd-386-cgo), const RTM_DELETE = 2
pkg syscall (freebsd-386-cgo), const RTM_DELMADDR = 16
pkg syscall (freebsd-386-cgo), const RTM_GET = 4
pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 = 18
pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE = 17
pkg syscall (freebsd-386-cgo), const RTM_IFINFO = 14
pkg syscall (freebsd-386-cgo), const RTM_LOCK = 8
pkg syscall (freebsd-386-cgo), const RTM_LOSING = 5
pkg syscall (freebsd-386-cgo), const RTM_MISS = 7
pkg syscall (freebsd-386-cgo), const RTM_NEWADDR = 12
pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR = 15
pkg syscall (freebsd-386-cgo), const RTM_OLDADD = 9
pkg syscall (freebsd-386-cgo), const RTM_OLDDEL = 10
pkg syscall (freebsd-386-cgo), const RTM_REDIRECT = 6
pkg syscall (freebsd-386-cgo), const RTM_RESOLVE = 11
pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (freebsd-386-cgo), const RTM_VERSION = 5
pkg syscall (freebsd-386-cgo), const RTV_EXPIRE = 4
pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT = 2
pkg syscall (freebsd-386-cgo), const RTV_MTU = 1
pkg syscall (freebsd-386-cgo), const RTV_RPIPE = 8
pkg syscall (freebsd-386-cgo), const RTV_RTT = 64
pkg syscall (freebsd-386-cgo), const RTV_RTTVAR = 128
pkg syscall (freebsd-386-cgo), const RTV_SPIPE = 16
pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH = 32
pkg syscall (freebsd-386-cgo), const RTV_WEIGHT = 256
pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT = 1
pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB = 0
pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (freebsd-386-cgo), const RUSAGE_SELF = 0
pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD = 1
pkg syscall (freebsd-386-cgo), const SCM_BINTIME = 4
pkg syscall (freebsd-386-cgo), const SCM_CREDS = 3
pkg syscall (freebsd-386-cgo), const SCM_RIGHTS = 1
pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP = 2
pkg syscall (freebsd-386-cgo), const SIGBUS = 10
pkg syscall (freebsd-386-cgo), const SIGCHLD = 20
pkg syscall (freebsd-386-cgo), const SIGCONT = 19
pkg syscall (freebsd-386-cgo), const SIGEMT = 7
pkg syscall (freebsd-386-cgo), const SIGINFO = 29
pkg syscall (freebsd-386-cgo), const SIGIO = 23
pkg syscall (freebsd-386-cgo), const SIGIOT = 6
pkg syscall (freebsd-386-cgo), const SIGLWP = 32
pkg syscall (freebsd-386-cgo), const SIGPROF = 27
pkg syscall (freebsd-386-cgo), const SIGSTOP = 17
pkg syscall (freebsd-386-cgo), const SIGSYS = 12
pkg syscall (freebsd-386-cgo), const SIGTHR = 32
pkg syscall (freebsd-386-cgo), const SIGTSTP = 18
pkg syscall (freebsd-386-cgo), const SIGTTIN = 21
pkg syscall (freebsd-386-cgo), const SIGTTOU = 22
pkg syscall (freebsd-386-cgo), const SIGURG = 16
pkg syscall (freebsd-386-cgo), const SIGUSR1 = 30
pkg syscall (freebsd-386-cgo), const SIGUSR2 = 31
pkg syscall (freebsd-386-cgo), const SIGVTALRM = 26
pkg syscall (freebsd-386-cgo), const SIGWINCH = 28
pkg syscall (freebsd-386-cgo), const SIGXCPU = 24
pkg syscall (freebsd-386-cgo), const SIGXFSZ = 25
pkg syscall (freebsd-386-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (freebsd-386-cgo), const SIOCADDRT = 2150658570
pkg syscall (freebsd-386-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP = 2149869959
pkg syscall (freebsd-386-cgo), const SIOCALIFADDR = 2165860635
pkg syscall (freebsd-386-cgo), const SIOCATMARK = 1074033415
pkg syscall (freebsd-386-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (freebsd-386-cgo), const SIOCDELRT = 2150658571
pkg syscall (freebsd-386-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP = 2149869961
pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR = 2165860637
pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC = 3223087483
pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT = 3222565392
pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT = 3222565391
pkg syscall (freebsd-386-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (freebsd-386-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (freebsd-386-cgo), const SIOCGIFCAP = 3223349535
pkg syscall (freebsd-386-cgo), const SIOCGIFCONF = 3221776676
pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR = 3223349546
pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (freebsd-386-cgo), const SIOCGIFFIB = 3223349596
pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB = 3223611786
pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP = 3223611784
pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX = 3223349536
pkg syscall (freebsd-386-cgo), const SIOCGIFMAC = 3223349542
pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA = 3223873848
pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (freebsd-386-cgo), const SIOCGIFMTU = 3223349555
pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS = 3223349557
pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS = 3274795323
pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR = 3239602460
pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (freebsd-386-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (freebsd-386-cgo), const SIOCGPGRP = 1074033417
pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 = 3223349584
pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 = 3223349585
pkg syscall (freebsd-386-cgo), const SIOCIFCREATE = 3223349626
pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 = 3223349628
pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS = 3222038904
pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC = 2149345659
pkg syscall (freebsd-386-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (freebsd-386-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (freebsd-386-cgo), const SIOCSIFCAP = 2149607710
pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR = 2149607721
pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (freebsd-386-cgo), const SIOCSIFFIB = 2149607773
pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR = 2149607740
pkg syscall (freebsd-386-cgo), const SIOCSIFMAC = 2149607719
pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA = 3223349559
pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (freebsd-386-cgo), const SIOCSIFMTU = 2149607732
pkg syscall (freebsd-386-cgo), const SIOCSIFNAME = 2149607720
pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS = 2149607734
pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET = 3223349595
pkg syscall (freebsd-386-cgo), const SIOCSIFVNET = 3223349594
pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (freebsd-386-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (freebsd-386-cgo), const SIOCSPGRP = 2147775240
pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN = 255
pkg syscall (freebsd-386-cgo), const SOCK_RDM = 4
pkg syscall (freebsd-386-cgo), const SOL_SOCKET = 65535
pkg syscall (freebsd-386-cgo), const SOMAXCONN = 128
pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN = 2
pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER = 4096
pkg syscall (freebsd-386-cgo), const SO_BINTIME = 8192
pkg syscall (freebsd-386-cgo), const SO_BROADCAST = 32
pkg syscall (freebsd-386-cgo), const SO_DEBUG = 1
pkg syscall (freebsd-386-cgo), const SO_DONTROUTE = 16
pkg syscall (freebsd-386-cgo), const SO_ERROR = 4103
pkg syscall (freebsd-386-cgo), const SO_KEEPALIVE = 8
pkg syscall (freebsd-386-cgo), const SO_LABEL = 4105
pkg syscall (freebsd-386-cgo), const SO_LINGER = 128
pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN = 4115
pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN = 4114
pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT = 4113
pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE = 2048
pkg syscall (freebsd-386-cgo), const SO_NO_DDP = 32768
pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD = 16384
pkg syscall (freebsd-386-cgo), const SO_OOBINLINE = 256
pkg syscall (freebsd-386-cgo), const SO_PEERLABEL = 4112
pkg syscall (freebsd-386-cgo), const SO_PROTOCOL = 4118
pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE = 4118
pkg syscall (freebsd-386-cgo), const SO_RCVBUF = 4098
pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT = 4100
pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO = 4102
pkg syscall (freebsd-386-cgo), const SO_REUSEADDR = 4
pkg syscall (freebsd-386-cgo), const SO_REUSEPORT = 512
pkg syscall (freebsd-386-cgo), const SO_SETFIB = 4116
pkg syscall (freebsd-386-cgo), const SO_SNDBUF = 4097
pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT = 4099
pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO = 4101
pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP = 1024
pkg syscall (freebsd-386-cgo), const SO_TYPE = 4104
pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK = 64
pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE = 4117
pkg syscall (freebsd-386-cgo), const SYS_ABORT2 = 463
pkg syscall (freebsd-386-cgo), const SYS_ACCEPT = 30
pkg syscall (freebsd-386-cgo), const SYS_ACCESS = 33
pkg syscall (freebsd-386-cgo), const SYS_ACCT = 51
pkg syscall (freebsd-386-cgo), const SYS_ADJTIME = 140
pkg syscall (freebsd-386-cgo), const SYS_AUDIT = 445
pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL = 453
pkg syscall (freebsd-386-cgo), const SYS_AUDITON = 446
pkg syscall (freebsd-386-cgo), const SYS_BIND = 104
pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER = 516
pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE = 517
pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS = 515
pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW = 514
pkg syscall (freebsd-386-cgo), const SYS_CHDIR = 12
pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS = 34
pkg syscall (freebsd-386-cgo), const SYS_CHMOD = 15
pkg syscall (freebsd-386-cgo), const SYS_CHOWN = 16
pkg syscall (freebsd-386-cgo), const SYS_CHROOT = 61
pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES = 234
pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME = 232
pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME = 233
pkg syscall (freebsd-386-cgo), const SYS_CLOSE = 6
pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM = 509
pkg syscall (freebsd-386-cgo), const SYS_CONNECT = 98
pkg syscall (freebsd-386-cgo), const SYS_CPUSET = 484
pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY = 487
pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID = 486
pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY = 488
pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID = 485
pkg syscall (freebsd-386-cgo), const SYS_DUP = 41
pkg syscall (freebsd-386-cgo), const SYS_DUP2 = 90
pkg syscall (freebsd-386-cgo), const SYS_EACCESS = 376
pkg syscall (freebsd-386-cgo), const SYS_EXECVE = 59
pkg syscall (freebsd-386-cgo), const SYS_EXIT = 1
pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL = 355
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 373
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 358
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 414
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD = 372
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE = 357
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK = 413
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD = 437
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 438
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 439
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD = 371
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE = 356
pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK = 412
pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT = 489
pkg syscall (freebsd-386-cgo), const SYS_FCHDIR = 13
pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS = 35
pkg syscall (freebsd-386-cgo), const SYS_FCHMOD = 124
pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT = 490
pkg syscall (freebsd-386-cgo), const SYS_FCHOWN = 123
pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT = 491
pkg syscall (freebsd-386-cgo), const SYS_FCNTL = 92
pkg syscall (freebsd-386-cgo), const SYS_FEXECVE = 492
pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
pkg syscall (freebsd-386-cgo), const SYS_FHOPEN = 298
pkg syscall (freebsd-386-cgo), const SYS_FHSTAT = 299
pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS = 398
pkg syscall (freebsd-386-cgo), const SYS_FLOCK = 131
pkg syscall (freebsd-386-cgo), const SYS_FORK = 2
pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF = 192
pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK = 199
pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP = 197
pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD = 173
pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE = 174
pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE = 200
pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189
pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397
pkg syscall (freebsd-386-cgo), const SYS_FSYNC = 95
pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE = 480
pkg syscall (freebsd-386-cgo), const SYS_FUTIMES = 206
pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT = 494
pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT = 449
pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR = 451
pkg syscall (freebsd-386-cgo), const SYS_GETAUID = 447
pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT = 421
pkg syscall (freebsd-386-cgo), const SYS_GETDENTS = 272
pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196
pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE = 89
pkg syscall (freebsd-386-cgo), const SYS_GETEGID = 43
pkg syscall (freebsd-386-cgo), const SYS_GETEUID = 25
pkg syscall (freebsd-386-cgo), const SYS_GETFH = 161
pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395
pkg syscall (freebsd-386-cgo), const SYS_GETGID = 47
pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS = 79
pkg syscall (freebsd-386-cgo), const SYS_GETITIMER = 86
pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN = 49
pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS = 523
pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME = 31
pkg syscall (freebsd-386-cgo), const SYS_GETPGID = 207
pkg syscall (freebsd-386-cgo), const SYS_GETPGRP = 81
pkg syscall (freebsd-386-cgo), const SYS_GETPID = 20
pkg syscall (freebsd-386-cgo), const SYS_GETPPID = 39
pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY = 100
pkg syscall (freebsd-386-cgo), const SYS_GETRESGID = 361
pkg syscall (freebsd-386-cgo), const SYS_GETRESUID = 360
pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT = 194
pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE = 117
pkg syscall (freebsd-386-cgo), const SYS_GETSID = 310
pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (freebsd-386-cgo), const SYS_GETUID = 24
pkg syscall (freebsd-386-cgo), const SYS_IOCTL = 54
pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID = 253
pkg syscall (freebsd-386-cgo), const SYS_JAIL = 338
pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH = 436
pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET = 506
pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE = 508
pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET = 507
pkg syscall (freebsd-386-cgo), const SYS_KENV = 390
pkg syscall (freebsd-386-cgo), const SYS_KEVENT = 363
pkg syscall (freebsd-386-cgo), const SYS_KILL = 37
pkg syscall (freebsd-386-cgo), const SYS_KLDFIND = 306
pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD = 309
pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD = 304
pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT = 307
pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT = 308
pkg syscall (freebsd-386-cgo), const SYS_KLDSYM = 337
pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD = 305
pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF = 444
pkg syscall (freebsd-386-cgo), const SYS_KQUEUE = 362
pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE = 235
pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE = 236
pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN = 239
pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME = 238
pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME = 237
pkg syscall (freebsd-386-cgo), const SYS_KTRACE = 45
pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS = 391
pkg syscall (freebsd-386-cgo), const SYS_LCHMOD = 274
pkg syscall (freebsd-386-cgo), const SYS_LCHOWN = 254
pkg syscall (freebsd-386-cgo), const SYS_LGETFH = 160
pkg syscall (freebsd-386-cgo), const SYS_LINK = 9
pkg syscall (freebsd-386-cgo), const SYS_LINKAT = 495
pkg syscall (freebsd-386-cgo), const SYS_LISTEN = 106
pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF = 513
pkg syscall (freebsd-386-cgo), const SYS_LSEEK = 478
pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190
pkg syscall (freebsd-386-cgo), const SYS_LUTIMES = 276
pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL = 394
pkg syscall (freebsd-386-cgo), const SYS_MADVISE = 75
pkg syscall (freebsd-386-cgo), const SYS_MINCORE = 78
pkg syscall (freebsd-386-cgo), const SYS_MINHERIT = 250
pkg syscall (freebsd-386-cgo), const SYS_MKDIR = 136
pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT = 496
pkg syscall (freebsd-386-cgo), const SYS_MKFIFO = 132
pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT = 497
pkg syscall (freebsd-386-cgo), const SYS_MKNOD = 14
pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
pkg syscall (freebsd-386-cgo), const SYS_MLOCK = 203
pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL = 324
pkg syscall (freebsd-386-cgo), const SYS_MMAP = 477
pkg syscall (freebsd-386-cgo), const SYS_MODFIND = 303
pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT = 302
pkg syscall (freebsd-386-cgo), const SYS_MODNEXT = 300
pkg syscall (freebsd-386-cgo), const SYS_MODSTAT = 301
pkg syscall (freebsd-386-cgo), const SYS_MOUNT = 21
pkg syscall (freebsd-386-cgo), const SYS_MPROTECT = 74
pkg syscall (freebsd-386-cgo), const SYS_MSYNC = 65
pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK = 204
pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL = 325
pkg syscall (freebsd-386-cgo), const SYS_MUNMAP = 73
pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP = 240
pkg syscall (freebsd-386-cgo), const SYS_NFSTAT = 279
pkg syscall (freebsd-386-cgo), const SYS_NLSTAT = 280
pkg syscall (freebsd-386-cgo), const SYS_NMOUNT = 378
pkg syscall (freebsd-386-cgo), const SYS_NSTAT = 278
pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME = 176
pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME = 248
pkg syscall (freebsd-386-cgo), const SYS_OBREAK = 17
pkg syscall (freebsd-386-cgo), const SYS_OPEN = 5
pkg syscall (freebsd-386-cgo), const SYS_OPENAT = 499
pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL = 252
pkg syscall (freebsd-386-cgo), const SYS_OVADVISE = 72
pkg syscall (freebsd-386-cgo), const SYS_PATHCONF = 191
pkg syscall (freebsd-386-cgo), const SYS_PDFORK = 518
pkg syscall (freebsd-386-cgo), const SYS_PDGETPID = 520
pkg syscall (freebsd-386-cgo), const SYS_PDKILL = 519
pkg syscall (freebsd-386-cgo), const SYS_PIPE = 42
pkg syscall (freebsd-386-cgo), const SYS_POLL = 209
pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE = 531
pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE = 530
pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT = 504
pkg syscall (freebsd-386-cgo), const SYS_PREAD = 475
pkg syscall (freebsd-386-cgo), const SYS_PREADV = 289
pkg syscall (freebsd-386-cgo), const SYS_PROFIL = 44
pkg syscall (freebsd-386-cgo), const SYS_PSELECT = 522
pkg syscall (freebsd-386-cgo), const SYS_PTRACE = 26
pkg syscall (freebsd-386-cgo), const SYS_PWRITE = 476
pkg syscall (freebsd-386-cgo), const SYS_PWRITEV = 290
pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL = 148
pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE = 528
pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS = 527
pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT = 525
pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES = 526
pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE = 529
pkg syscall (freebsd-386-cgo), const SYS_READ = 3
pkg syscall (freebsd-386-cgo), const SYS_READLINK = 58
pkg syscall (freebsd-386-cgo), const SYS_READLINKAT = 500
pkg syscall (freebsd-386-cgo), const SYS_READV = 120
pkg syscall (freebsd-386-cgo), const SYS_REBOOT = 55
pkg syscall (freebsd-386-cgo), const SYS_RECVFROM = 29
pkg syscall (freebsd-386-cgo), const SYS_RECVMSG = 27
pkg syscall (freebsd-386-cgo), const SYS_RENAME = 128
pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT = 501
pkg syscall (freebsd-386-cgo), const SYS_REVOKE = 56
pkg syscall (freebsd-386-cgo), const SYS_RFORK = 251
pkg syscall (freebsd-386-cgo), const SYS_RMDIR = 137
pkg syscall (freebsd-386-cgo), const SYS_RTPRIO = 166
pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD = 466
pkg syscall (freebsd-386-cgo), const SYS_SBRK = 69
pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM = 328
pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER = 330
pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM = 327
pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER = 329
pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD = 331
pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF = 471
pkg syscall (freebsd-386-cgo), const SYS_SELECT = 93
pkg syscall (freebsd-386-cgo), const SYS_SENDFILE = 393
pkg syscall (freebsd-386-cgo), const SYS_SENDMSG = 28
pkg syscall (freebsd-386-cgo), const SYS_SENDTO = 133
pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT = 450
pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR = 452
pkg syscall (freebsd-386-cgo), const SYS_SETAUID = 448
pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT = 422
pkg syscall (freebsd-386-cgo), const SYS_SETEGID = 182
pkg syscall (freebsd-386-cgo), const SYS_SETEUID = 183
pkg syscall (freebsd-386-cgo), const SYS_SETFIB = 175
pkg syscall (freebsd-386-cgo), const SYS_SETGID = 181
pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS = 80
pkg syscall (freebsd-386-cgo), const SYS_SETITIMER = 83
pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN = 50
pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS = 524
pkg syscall (freebsd-386-cgo), const SYS_SETPGID = 82
pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY = 96
pkg syscall (freebsd-386-cgo), const SYS_SETREGID = 127
pkg syscall (freebsd-386-cgo), const SYS_SETRESGID = 312
pkg syscall (freebsd-386-cgo), const SYS_SETRESUID = 311
pkg syscall (freebsd-386-cgo), const SYS_SETREUID = 126
pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT = 195
pkg syscall (freebsd-386-cgo), const SYS_SETSID = 147
pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (freebsd-386-cgo), const SYS_SETUID = 23
pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN = 482
pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK = 483
pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN = 134
pkg syscall (freebsd-386-cgo), const SYS_SIGACTION = 416
pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK = 53
pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING = 343
pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK = 340
pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE = 456
pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN = 417
pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND = 341
pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT = 345
pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT = 429
pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO = 346
pkg syscall (freebsd-386-cgo), const SYS_SOCKET = 97
pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (freebsd-386-cgo), const SYS_SSTK = 70
pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT = 423
pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF = 424
pkg syscall (freebsd-386-cgo), const SYS_SWAPON = 85
pkg syscall (freebsd-386-cgo), const SYS_SYMLINK = 57
pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT = 502
pkg syscall (freebsd-386-cgo), const SYS_SYNC = 36
pkg syscall (freebsd-386-cgo), const SYS_SYSARCH = 165
pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE = 430
pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT = 431
pkg syscall (freebsd-386-cgo), const SYS_THR_KILL = 433
pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 = 481
pkg syscall (freebsd-386-cgo), const SYS_THR_NEW = 455
pkg syscall (freebsd-386-cgo), const SYS_THR_SELF = 432
pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME = 464
pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND = 442
pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE = 443
pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE = 479
pkg syscall (freebsd-386-cgo), const SYS_UMASK = 60
pkg syscall (freebsd-386-cgo), const SYS_UNDELETE = 205
pkg syscall (freebsd-386-cgo), const SYS_UNLINK = 10
pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT = 503
pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT = 22
pkg syscall (freebsd-386-cgo), const SYS_UTIMES = 138
pkg syscall (freebsd-386-cgo), const SYS_UTRACE = 335
pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN = 392
pkg syscall (freebsd-386-cgo), const SYS_VFORK = 66
pkg syscall (freebsd-386-cgo), const SYS_WAIT4 = 7
pkg syscall (freebsd-386-cgo), const SYS_WAIT6 = 532
pkg syscall (freebsd-386-cgo), const SYS_WRITE = 4
pkg syscall (freebsd-386-cgo), const SYS_WRITEV = 121
pkg syscall (freebsd-386-cgo), const SYS_YIELD = 321
pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK = 434
pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP = 454
pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK = 435
pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD = 354
pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE = 353
pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK = 428
pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD = 352
pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE = 351
pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK = 427
pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD = 349
pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE = 347
pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK = 425
pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD = 350
pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE = 348
pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK = 426
pkg syscall (freebsd-386-cgo), const SYS___GETCWD = 326
pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE = 415
pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD = 386
pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE = 387
pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK = 410
pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID = 409
pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC = 384
pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD = 388
pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE = 389
pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK = 411
pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC = 385
pkg syscall (freebsd-386-cgo), const SYS___SETUGID = 374
pkg syscall (freebsd-386-cgo), const SYS___SYSCTL = 202
pkg syscall (freebsd-386-cgo), const S_IFMT = 61440
pkg syscall (freebsd-386-cgo), const SizeofBpfHdr = 20
pkg syscall (freebsd-386-cgo), const SizeofBpfInsn = 8
pkg syscall (freebsd-386-cgo), const SizeofBpfProgram = 8
pkg syscall (freebsd-386-cgo), const SizeofBpfStat = 8
pkg syscall (freebsd-386-cgo), const SizeofBpfVersion = 4
pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf = 12
pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader = 32
pkg syscall (freebsd-386-cgo), const SizeofCmsghdr = 12
pkg syscall (freebsd-386-cgo), const SizeofIPMreq = 8
pkg syscall (freebsd-386-cgo), const SizeofIPMreqn = 12
pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq = 20
pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
pkg syscall (freebsd-386-cgo), const SizeofIfData = 80
pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr = 96
pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr = 20
pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr = 16
pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (freebsd-386-cgo), const SizeofLinger = 8
pkg syscall (freebsd-386-cgo), const SizeofMsghdr = 28
pkg syscall (freebsd-386-cgo), const SizeofRtMetrics = 56
pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr = 92
pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny = 108
pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink = 54
pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix = 106
pkg syscall (freebsd-386-cgo), const TCIFLUSH = 1
pkg syscall (freebsd-386-cgo), const TCIOFLUSH = 3
pkg syscall (freebsd-386-cgo), const TCOFLUSH = 2
pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX = 16
pkg syscall (freebsd-386-cgo), const TCP_CONGESTION = 64
pkg syscall (freebsd-386-cgo), const TCP_INFO = 32
pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT = 1024
pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE = 256
pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT = 128
pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL = 512
pkg syscall (freebsd-386-cgo), const TCP_MAXBURST = 4
pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN = 60
pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN = 40
pkg syscall (freebsd-386-cgo), const TCP_MAXSEG = 2
pkg syscall (freebsd-386-cgo), const TCP_MAXWIN = 65535
pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK = 4
pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (freebsd-386-cgo), const TCP_MD5SIG = 16
pkg syscall (freebsd-386-cgo), const TCP_MINMSS = 216
pkg syscall (freebsd-386-cgo), const TCP_MSS = 536
pkg syscall (freebsd-386-cgo), const TCP_NOOPT = 8
pkg syscall (freebsd-386-cgo), const TCP_NOPUSH = 4
pkg syscall (freebsd-386-cgo), const TCSAFLUSH = 2
pkg syscall (freebsd-386-cgo), const TIOCCBRK = 536900730
pkg syscall (freebsd-386-cgo), const TIOCCDTR = 536900728
pkg syscall (freebsd-386-cgo), const TIOCCONS = 2147775586
pkg syscall (freebsd-386-cgo), const TIOCDRAIN = 536900702
pkg syscall (freebsd-386-cgo), const TIOCEXCL = 536900621
pkg syscall (freebsd-386-cgo), const TIOCEXT = 2147775584
pkg syscall (freebsd-386-cgo), const TIOCFLUSH = 2147775504
pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT = 1074033750
pkg syscall (freebsd-386-cgo), const TIOCGETA = 1076655123
pkg syscall (freebsd-386-cgo), const TIOCGETD = 1074033690
pkg syscall (freebsd-386-cgo), const TIOCGPGRP = 1074033783
pkg syscall (freebsd-386-cgo), const TIOCGPTN = 1074033679
pkg syscall (freebsd-386-cgo), const TIOCGSID = 1074033763
pkg syscall (freebsd-386-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (freebsd-386-cgo), const TIOCMBIC = 2147775595
pkg syscall (freebsd-386-cgo), const TIOCMBIS = 2147775596
pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT = 1074033754
pkg syscall (freebsd-386-cgo), const TIOCMGET = 1074033770
pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT = 2147775579
pkg syscall (freebsd-386-cgo), const TIOCMSET = 2147775597
pkg syscall (freebsd-386-cgo), const TIOCM_CAR = 64
pkg syscall (freebsd-386-cgo), const TIOCM_CD = 64
pkg syscall (freebsd-386-cgo), const TIOCM_CTS = 32
pkg syscall (freebsd-386-cgo), const TIOCM_DCD = 64
pkg syscall (freebsd-386-cgo), const TIOCM_DSR = 256
pkg syscall (freebsd-386-cgo), const TIOCM_DTR = 2
pkg syscall (freebsd-386-cgo), const TIOCM_LE = 1
pkg syscall (freebsd-386-cgo), const TIOCM_RI = 128
pkg syscall (freebsd-386-cgo), const TIOCM_RNG = 128
pkg syscall (freebsd-386-cgo), const TIOCM_RTS = 4
pkg syscall (freebsd-386-cgo), const TIOCM_SR = 16
pkg syscall (freebsd-386-cgo), const TIOCM_ST = 8
pkg syscall (freebsd-386-cgo), const TIOCNOTTY = 536900721
pkg syscall (freebsd-386-cgo), const TIOCNXCL = 536900622
pkg syscall (freebsd-386-cgo), const TIOCOUTQ = 1074033779
pkg syscall (freebsd-386-cgo), const TIOCPKT = 2147775600
pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA = 0
pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (freebsd-386-cgo), const TIOCPKT_START = 8
pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP = 4
pkg syscall (freebsd-386-cgo), const TIOCPTMASTER = 536900636
pkg syscall (freebsd-386-cgo), const TIOCSBRK = 536900731
pkg syscall (freebsd-386-cgo), const TIOCSCTTY = 536900705
pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT = 2147775575
pkg syscall (freebsd-386-cgo), const TIOCSDTR = 536900729
pkg syscall (freebsd-386-cgo), const TIOCSETA = 2150396948
pkg syscall (freebsd-386-cgo), const TIOCSETAF = 2150396950
pkg syscall (freebsd-386-cgo), const TIOCSETAW = 2150396949
pkg syscall (freebsd-386-cgo), const TIOCSETD = 2147775515
pkg syscall (freebsd-386-cgo), const TIOCSIG = 537162847
pkg syscall (freebsd-386-cgo), const TIOCSPGRP = 2147775606
pkg syscall (freebsd-386-cgo), const TIOCSTART = 536900718
pkg syscall (freebsd-386-cgo), const TIOCSTAT = 536900709
pkg syscall (freebsd-386-cgo), const TIOCSTI = 2147578994
pkg syscall (freebsd-386-cgo), const TIOCSTOP = 536900719
pkg syscall (freebsd-386-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP = 1074295897
pkg syscall (freebsd-386-cgo), const TIOCUCNTL = 2147775590
pkg syscall (freebsd-386-cgo), const TOSTOP = 4194304
pkg syscall (freebsd-386-cgo), const VDISCARD = 15
pkg syscall (freebsd-386-cgo), const VDSUSP = 11
pkg syscall (freebsd-386-cgo), const VEOF = 0
pkg syscall (freebsd-386-cgo), const VEOL = 1
pkg syscall (freebsd-386-cgo), const VEOL2 = 2
pkg syscall (freebsd-386-cgo), const VERASE = 3
pkg syscall (freebsd-386-cgo), const VERASE2 = 7
pkg syscall (freebsd-386-cgo), const VINTR = 8
pkg syscall (freebsd-386-cgo), const VKILL = 5
pkg syscall (freebsd-386-cgo), const VLNEXT = 14
pkg syscall (freebsd-386-cgo), const VMIN = 16
pkg syscall (freebsd-386-cgo), const VQUIT = 9
pkg syscall (freebsd-386-cgo), const VREPRINT = 6
pkg syscall (freebsd-386-cgo), const VSTART = 12
pkg syscall (freebsd-386-cgo), const VSTATUS = 18
pkg syscall (freebsd-386-cgo), const VSTOP = 13
pkg syscall (freebsd-386-cgo), const VSUSP = 10
pkg syscall (freebsd-386-cgo), const VTIME = 17
pkg syscall (freebsd-386-cgo), const VWERASE = 4
pkg syscall (freebsd-386-cgo), const WCONTINUED = 4
pkg syscall (freebsd-386-cgo), const WCOREFLAG = 128
pkg syscall (freebsd-386-cgo), const WLINUXCLONE = 2147483648
pkg syscall (freebsd-386-cgo), const WNOHANG = 1
pkg syscall (freebsd-386-cgo), const WNOWAIT = 8
pkg syscall (freebsd-386-cgo), const WSTOPPED = 2
pkg syscall (freebsd-386-cgo), const WUNTRACED = 2
pkg syscall (freebsd-amd64), const AF_APPLETALK = 16
pkg syscall (freebsd-amd64), const AF_ARP = 35
pkg syscall (freebsd-amd64), const AF_ATM = 30
pkg syscall (freebsd-amd64), const AF_BLUETOOTH = 36
pkg syscall (freebsd-amd64), const AF_CCITT = 10
pkg syscall (freebsd-amd64), const AF_CHAOS = 5
pkg syscall (freebsd-amd64), const AF_CNT = 21
pkg syscall (freebsd-amd64), const AF_COIP = 20
pkg syscall (freebsd-amd64), const AF_DATAKIT = 9
pkg syscall (freebsd-amd64), const AF_DECnet = 12
pkg syscall (freebsd-amd64), const AF_DLI = 13
pkg syscall (freebsd-amd64), const AF_E164 = 26
pkg syscall (freebsd-amd64), const AF_ECMA = 8
pkg syscall (freebsd-amd64), const AF_HYLINK = 15
pkg syscall (freebsd-amd64), const AF_IEEE80211 = 37
pkg syscall (freebsd-amd64), const AF_IMPLINK = 3
pkg syscall (freebsd-amd64), const AF_INET6 = 28
pkg syscall (freebsd-amd64), const AF_IPX = 23
pkg syscall (freebsd-amd64), const AF_ISDN = 26
pkg syscall (freebsd-amd64), const AF_ISO = 7
pkg syscall (freebsd-amd64), const AF_LAT = 14
pkg syscall (freebsd-amd64), const AF_LINK = 18
pkg syscall (freebsd-amd64), const AF_LOCAL = 1
pkg syscall (freebsd-amd64), const AF_MAX = 38
pkg syscall (freebsd-amd64), const AF_NATM = 29
pkg syscall (freebsd-amd64), const AF_NETBIOS = 6
pkg syscall (freebsd-amd64), const AF_NETGRAPH = 32
pkg syscall (freebsd-amd64), const AF_OSI = 7
pkg syscall (freebsd-amd64), const AF_PUP = 4
pkg syscall (freebsd-amd64), const AF_ROUTE = 17
pkg syscall (freebsd-amd64), const AF_SCLUSTER = 34
pkg syscall (freebsd-amd64), const AF_SIP = 24
pkg syscall (freebsd-amd64), const AF_SLOW = 33
pkg syscall (freebsd-amd64), const AF_SNA = 11
pkg syscall (freebsd-amd64), const AF_VENDOR00 = 39
pkg syscall (freebsd-amd64), const AF_VENDOR01 = 41
pkg syscall (freebsd-amd64), const AF_VENDOR02 = 43
pkg syscall (freebsd-amd64), const AF_VENDOR03 = 45
pkg syscall (freebsd-amd64), const AF_VENDOR04 = 47
pkg syscall (freebsd-amd64), const AF_VENDOR05 = 49
pkg syscall (freebsd-amd64), const AF_VENDOR06 = 51
pkg syscall (freebsd-amd64), const AF_VENDOR07 = 53
pkg syscall (freebsd-amd64), const AF_VENDOR08 = 55
pkg syscall (freebsd-amd64), const AF_VENDOR09 = 57
pkg syscall (freebsd-amd64), const AF_VENDOR10 = 59
pkg syscall (freebsd-amd64), const AF_VENDOR11 = 61
pkg syscall (freebsd-amd64), const AF_VENDOR12 = 63
pkg syscall (freebsd-amd64), const AF_VENDOR13 = 65
pkg syscall (freebsd-amd64), const AF_VENDOR14 = 67
pkg syscall (freebsd-amd64), const AF_VENDOR15 = 69
pkg syscall (freebsd-amd64), const AF_VENDOR16 = 71
pkg syscall (freebsd-amd64), const AF_VENDOR17 = 73
pkg syscall (freebsd-amd64), const AF_VENDOR18 = 75
pkg syscall (freebsd-amd64), const AF_VENDOR19 = 77
pkg syscall (freebsd-amd64), const AF_VENDOR20 = 79
pkg syscall (freebsd-amd64), const AF_VENDOR21 = 81
pkg syscall (freebsd-amd64), const AF_VENDOR22 = 83
pkg syscall (freebsd-amd64), const AF_VENDOR23 = 85
pkg syscall (freebsd-amd64), const AF_VENDOR24 = 87
pkg syscall (freebsd-amd64), const AF_VENDOR25 = 89
pkg syscall (freebsd-amd64), const AF_VENDOR26 = 91
pkg syscall (freebsd-amd64), const AF_VENDOR27 = 93
pkg syscall (freebsd-amd64), const AF_VENDOR28 = 95
pkg syscall (freebsd-amd64), const AF_VENDOR29 = 97
pkg syscall (freebsd-amd64), const AF_VENDOR30 = 99
pkg syscall (freebsd-amd64), const AF_VENDOR31 = 101
pkg syscall (freebsd-amd64), const AF_VENDOR32 = 103
pkg syscall (freebsd-amd64), const AF_VENDOR33 = 105
pkg syscall (freebsd-amd64), const AF_VENDOR34 = 107
pkg syscall (freebsd-amd64), const AF_VENDOR35 = 109
pkg syscall (freebsd-amd64), const AF_VENDOR36 = 111
pkg syscall (freebsd-amd64), const AF_VENDOR37 = 113
pkg syscall (freebsd-amd64), const AF_VENDOR38 = 115
pkg syscall (freebsd-amd64), const AF_VENDOR39 = 117
pkg syscall (freebsd-amd64), const AF_VENDOR40 = 119
pkg syscall (freebsd-amd64), const AF_VENDOR41 = 121
pkg syscall (freebsd-amd64), const AF_VENDOR42 = 123
pkg syscall (freebsd-amd64), const AF_VENDOR43 = 125
pkg syscall (freebsd-amd64), const AF_VENDOR44 = 127
pkg syscall (freebsd-amd64), const AF_VENDOR45 = 129
pkg syscall (freebsd-amd64), const AF_VENDOR46 = 131
pkg syscall (freebsd-amd64), const AF_VENDOR47 = 133
pkg syscall (freebsd-amd64), const B0 = 0
pkg syscall (freebsd-amd64), const B0 ideal-int
pkg syscall (freebsd-amd64), const B110 = 110
pkg syscall (freebsd-amd64), const B110 ideal-int
pkg syscall (freebsd-amd64), const B115200 = 115200
pkg syscall (freebsd-amd64), const B115200 ideal-int
pkg syscall (freebsd-amd64), const B1200 = 1200
pkg syscall (freebsd-amd64), const B1200 ideal-int
pkg syscall (freebsd-amd64), const B134 = 134
pkg syscall (freebsd-amd64), const B134 ideal-int
pkg syscall (freebsd-amd64), const B14400 = 14400
pkg syscall (freebsd-amd64), const B14400 ideal-int
pkg syscall (freebsd-amd64), const B150 = 150
pkg syscall (freebsd-amd64), const B150 ideal-int
pkg syscall (freebsd-amd64), const B1800 = 1800
pkg syscall (freebsd-amd64), const B1800 ideal-int
pkg syscall (freebsd-amd64), const B19200 = 19200
pkg syscall (freebsd-amd64), const B19200 ideal-int
pkg syscall (freebsd-amd64), const B200 = 200
pkg syscall (freebsd-amd64), const B200 ideal-int
pkg syscall (freebsd-amd64), const B230400 = 230400
pkg syscall (freebsd-amd64), const B230400 ideal-int
pkg syscall (freebsd-amd64), const B2400 = 2400
pkg syscall (freebsd-amd64), const B2400 ideal-int
pkg syscall (freebsd-amd64), const B28800 = 28800
pkg syscall (freebsd-amd64), const B28800 ideal-int
pkg syscall (freebsd-amd64), const B300 = 300
pkg syscall (freebsd-amd64), const B300 ideal-int
pkg syscall (freebsd-amd64), const B38400 = 38400
pkg syscall (freebsd-amd64), const B38400 ideal-int
pkg syscall (freebsd-amd64), const B460800 = 460800
pkg syscall (freebsd-amd64), const B460800 ideal-int
pkg syscall (freebsd-amd64), const B4800 = 4800
pkg syscall (freebsd-amd64), const B4800 ideal-int
pkg syscall (freebsd-amd64), const B50 = 50
pkg syscall (freebsd-amd64), const B50 ideal-int
pkg syscall (freebsd-amd64), const B57600 = 57600
pkg syscall (freebsd-amd64), const B57600 ideal-int
pkg syscall (freebsd-amd64), const B600 = 600
pkg syscall (freebsd-amd64), const B600 ideal-int
pkg syscall (freebsd-amd64), const B7200 = 7200
pkg syscall (freebsd-amd64), const B7200 ideal-int
pkg syscall (freebsd-amd64), const B75 = 75
pkg syscall (freebsd-amd64), const B75 ideal-int
pkg syscall (freebsd-amd64), const B76800 = 76800
pkg syscall (freebsd-amd64), const B76800 ideal-int
pkg syscall (freebsd-amd64), const B921600 = 921600
pkg syscall (freebsd-amd64), const B921600 ideal-int
pkg syscall (freebsd-amd64), const B9600 = 9600
pkg syscall (freebsd-amd64), const B9600 ideal-int
pkg syscall (freebsd-amd64), const BIOCFEEDBACK = 2147762812
pkg syscall (freebsd-amd64), const BIOCFLUSH = 536887912
pkg syscall (freebsd-amd64), const BIOCGBLEN = 1074020966
pkg syscall (freebsd-amd64), const BIOCGDIRECTION = 1074020982
pkg syscall (freebsd-amd64), const BIOCGDLT = 1074020970
pkg syscall (freebsd-amd64), const BIOCGDLTLIST = 3222291065
pkg syscall (freebsd-amd64), const BIOCGETBUFMODE = 1074020989
pkg syscall (freebsd-amd64), const BIOCGETIF = 1075855979
pkg syscall (freebsd-amd64), const BIOCGETZMAX = 1074283135
pkg syscall (freebsd-amd64), const BIOCGHDRCMPLT = 1074020980
pkg syscall (freebsd-amd64), const BIOCGRSIG = 1074020978
pkg syscall (freebsd-amd64), const BIOCGRTIMEOUT = 1074807406
pkg syscall (freebsd-amd64), const BIOCGSEESENT = 1074020982
pkg syscall (freebsd-amd64), const BIOCGSTATS = 1074283119
pkg syscall (freebsd-amd64), const BIOCGTSTAMP = 1074020995
pkg syscall (freebsd-amd64), const BIOCGTSTAMP ideal-int
pkg syscall (freebsd-amd64), const BIOCIMMEDIATE = 2147762800
pkg syscall (freebsd-amd64), const BIOCLOCK = 536887930
pkg syscall (freebsd-amd64), const BIOCPROMISC = 536887913
pkg syscall (freebsd-amd64), const BIOCROTZBUF = 1075331712
pkg syscall (freebsd-amd64), const BIOCSBLEN = 3221504614
pkg syscall (freebsd-amd64), const BIOCSDIRECTION = 2147762807
pkg syscall (freebsd-amd64), const BIOCSDLT = 2147762808
pkg syscall (freebsd-amd64), const BIOCSETBUFMODE = 2147762814
pkg syscall (freebsd-amd64), const BIOCSETF = 2148549223
pkg syscall (freebsd-amd64), const BIOCSETFNR = 2148549250
pkg syscall (freebsd-amd64), const BIOCSETIF = 2149597804
pkg syscall (freebsd-amd64), const BIOCSETWF = 2148549243
pkg syscall (freebsd-amd64), const BIOCSETZBUF = 2149073537
pkg syscall (freebsd-amd64), const BIOCSHDRCMPLT = 2147762805
pkg syscall (freebsd-amd64), const BIOCSRSIG = 2147762803
pkg syscall (freebsd-amd64), const BIOCSRTIMEOUT = 2148549229
pkg syscall (freebsd-amd64), const BIOCSSEESENT = 2147762807
pkg syscall (freebsd-amd64), const BIOCSTSTAMP = 2147762820
pkg syscall (freebsd-amd64), const BIOCSTSTAMP ideal-int
pkg syscall (freebsd-amd64), const BIOCVERSION = 1074020977
pkg syscall (freebsd-amd64), const BPF_A = 16
pkg syscall (freebsd-amd64), const BPF_ABS = 32
pkg syscall (freebsd-amd64), const BPF_ADD = 0
pkg syscall (freebsd-amd64), const BPF_ALIGNMENT = 8
pkg syscall (freebsd-amd64), const BPF_ALU = 4
pkg syscall (freebsd-amd64), const BPF_AND = 80
pkg syscall (freebsd-amd64), const BPF_B = 16
pkg syscall (freebsd-amd64), const BPF_BUFMODE_BUFFER = 1
pkg syscall (freebsd-amd64), const BPF_BUFMODE_ZBUF = 2
pkg syscall (freebsd-amd64), const BPF_DIV = 48
pkg syscall (freebsd-amd64), const BPF_H = 8
pkg syscall (freebsd-amd64), const BPF_IMM = 0
pkg syscall (freebsd-amd64), const BPF_IND = 64
pkg syscall (freebsd-amd64), const BPF_JA = 0
pkg syscall (freebsd-amd64), const BPF_JEQ = 16
pkg syscall (freebsd-amd64), const BPF_JGE = 48
pkg syscall (freebsd-amd64), const BPF_JGT = 32
pkg syscall (freebsd-amd64), const BPF_JMP = 5
pkg syscall (freebsd-amd64), const BPF_JSET = 64
pkg syscall (freebsd-amd64), const BPF_K = 0
pkg syscall (freebsd-amd64), const BPF_LD = 0
pkg syscall (freebsd-amd64), const BPF_LDX = 1
pkg syscall (freebsd-amd64), const BPF_LEN = 128
pkg syscall (freebsd-amd64), const BPF_LSH = 96
pkg syscall (freebsd-amd64), const BPF_MAJOR_VERSION = 1
pkg syscall (freebsd-amd64), const BPF_MAXBUFSIZE = 524288
pkg syscall (freebsd-amd64), const BPF_MAXINSNS = 512
pkg syscall (freebsd-amd64), const BPF_MEM = 96
pkg syscall (freebsd-amd64), const BPF_MEMWORDS = 16
pkg syscall (freebsd-amd64), const BPF_MINBUFSIZE = 32
pkg syscall (freebsd-amd64), const BPF_MINOR_VERSION = 1
pkg syscall (freebsd-amd64), const BPF_MISC = 7
pkg syscall (freebsd-amd64), const BPF_MSH = 160
pkg syscall (freebsd-amd64), const BPF_MUL = 32
pkg syscall (freebsd-amd64), const BPF_NEG = 128
pkg syscall (freebsd-amd64), const BPF_OR = 64
pkg syscall (freebsd-amd64), const BPF_RELEASE = 199606
pkg syscall (freebsd-amd64), const BPF_RET = 6
pkg syscall (freebsd-amd64), const BPF_RSH = 112
pkg syscall (freebsd-amd64), const BPF_ST = 2
pkg syscall (freebsd-amd64), const BPF_STX = 3
pkg syscall (freebsd-amd64), const BPF_SUB = 16
pkg syscall (freebsd-amd64), const BPF_TAX = 0
pkg syscall (freebsd-amd64), const BPF_TXA = 128
pkg syscall (freebsd-amd64), const BPF_T_BINTIME = 2
pkg syscall (freebsd-amd64), const BPF_T_BINTIME ideal-int
pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST = 258
pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC = 514
pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC ideal-int
pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST = 770
pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_FAST = 256
pkg syscall (freebsd-amd64), const BPF_T_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK = 768
pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK ideal-int
pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK = 3
pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK ideal-int
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME = 0
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME ideal-int
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST = 256
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC = 512
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC ideal-int
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC = 512
pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC ideal-int
pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST = 768
pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME = 1
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME ideal-int
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST = 257
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC = 513
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC ideal-int
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
pkg syscall (freebsd-amd64), const BPF_T_NONE = 3
pkg syscall (freebsd-amd64), const BPF_T_NONE ideal-int
pkg syscall (freebsd-amd64), const BPF_T_NORMAL = 0
pkg syscall (freebsd-amd64), const BPF_T_NORMAL ideal-int
pkg syscall (freebsd-amd64), const BPF_W = 0
pkg syscall (freebsd-amd64), const BPF_X = 8
pkg syscall (freebsd-amd64), const BRKINT = 2
pkg syscall (freebsd-amd64), const BRKINT ideal-int
pkg syscall (freebsd-amd64), const CFLUSH = 15
pkg syscall (freebsd-amd64), const CFLUSH ideal-int
pkg syscall (freebsd-amd64), const CLOCAL = 32768
pkg syscall (freebsd-amd64), const CLOCAL ideal-int
pkg syscall (freebsd-amd64), const CREAD = 2048
pkg syscall (freebsd-amd64), const CREAD ideal-int
pkg syscall (freebsd-amd64), const CS5 = 0
pkg syscall (freebsd-amd64), const CS5 ideal-int
pkg syscall (freebsd-amd64), const CS6 = 256
pkg syscall (freebsd-amd64), const CS6 ideal-int
pkg syscall (freebsd-amd64), const CS7 = 512
pkg syscall (freebsd-amd64), const CS7 ideal-int
pkg syscall (freebsd-amd64), const CS8 = 768
pkg syscall (freebsd-amd64), const CS8 ideal-int
pkg syscall (freebsd-amd64), const CSIZE = 768
pkg syscall (freebsd-amd64), const CSIZE ideal-int
pkg syscall (freebsd-amd64), const CSTART = 17
pkg syscall (freebsd-amd64), const CSTART ideal-int
pkg syscall (freebsd-amd64), const CSTATUS = 20
pkg syscall (freebsd-amd64), const CSTATUS ideal-int
pkg syscall (freebsd-amd64), const CSTOP = 19
pkg syscall (freebsd-amd64), const CSTOP ideal-int
pkg syscall (freebsd-amd64), const CSTOPB = 1024
pkg syscall (freebsd-amd64), const CSTOPB ideal-int
pkg syscall (freebsd-amd64), const CSUSP = 26
pkg syscall (freebsd-amd64), const CSUSP ideal-int
pkg syscall (freebsd-amd64), const CTL_MAXNAME = 24
pkg syscall (freebsd-amd64), const CTL_NET = 4
pkg syscall (freebsd-amd64), const DLT_A429 = 184
pkg syscall (freebsd-amd64), const DLT_A653_ICM = 185
pkg syscall (freebsd-amd64), const DLT_AIRONET_HEADER = 120
pkg syscall (freebsd-amd64), const DLT_AOS = 222
pkg syscall (freebsd-amd64), const DLT_AOS ideal-int
pkg syscall (freebsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (freebsd-amd64), const DLT_ARCNET = 7
pkg syscall (freebsd-amd64), const DLT_ARCNET_LINUX = 129
pkg syscall (freebsd-amd64), const DLT_ATM_CLIP = 19
pkg syscall (freebsd-amd64), const DLT_ATM_RFC1483 = 11
pkg syscall (freebsd-amd64), const DLT_AURORA = 126
pkg syscall (freebsd-amd64), const DLT_AX25 = 3
pkg syscall (freebsd-amd64), const DLT_AX25_KISS = 202
pkg syscall (freebsd-amd64), const DLT_BACNET_MS_TP = 165
pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (freebsd-amd64), const DLT_CAN20B = 190
pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN = 227
pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN ideal-int
pkg syscall (freebsd-amd64), const DLT_CHAOS = 5
pkg syscall (freebsd-amd64), const DLT_CHDLC = 104
pkg syscall (freebsd-amd64), const DLT_CISCO_IOS = 118
pkg syscall (freebsd-amd64), const DLT_C_HDLC = 104
pkg syscall (freebsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (freebsd-amd64), const DLT_DBUS = 231
pkg syscall (freebsd-amd64), const DLT_DBUS ideal-int
pkg syscall (freebsd-amd64), const DLT_DECT = 221
pkg syscall (freebsd-amd64), const DLT_DECT ideal-int
pkg syscall (freebsd-amd64), const DLT_DOCSIS = 143
pkg syscall (freebsd-amd64), const DLT_DVB_CI = 235
pkg syscall (freebsd-amd64), const DLT_DVB_CI ideal-int
pkg syscall (freebsd-amd64), const DLT_ECONET = 115
pkg syscall (freebsd-amd64), const DLT_EN10MB = 1
pkg syscall (freebsd-amd64), const DLT_EN3MB = 2
pkg syscall (freebsd-amd64), const DLT_ENC = 109
pkg syscall (freebsd-amd64), const DLT_ERF = 197
pkg syscall (freebsd-amd64), const DLT_ERF_ETH = 175
pkg syscall (freebsd-amd64), const DLT_ERF_POS = 176
pkg syscall (freebsd-amd64), const DLT_FC_2 = 224
pkg syscall (freebsd-amd64), const DLT_FC_2 ideal-int
pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
pkg syscall (freebsd-amd64), const DLT_FDDI = 10
pkg syscall (freebsd-amd64), const DLT_FLEXRAY = 210
pkg syscall (freebsd-amd64), const DLT_FRELAY = 107
pkg syscall (freebsd-amd64), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (freebsd-amd64), const DLT_GCOM_SERIAL = 173
pkg syscall (freebsd-amd64), const DLT_GCOM_T1E1 = 172
pkg syscall (freebsd-amd64), const DLT_GPF_F = 171
pkg syscall (freebsd-amd64), const DLT_GPF_T = 170
pkg syscall (freebsd-amd64), const DLT_GPRS_LLC = 169
pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS = 218
pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS ideal-int
pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM = 217
pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM ideal-int
pkg syscall (freebsd-amd64), const DLT_HHDLC = 121
pkg syscall (freebsd-amd64), const DLT_IBM_SN = 146
pkg syscall (freebsd-amd64), const DLT_IBM_SP = 145
pkg syscall (freebsd-amd64), const DLT_IEEE802 = 6
pkg syscall (freebsd-amd64), const DLT_IEEE802_11 = 105
pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO = 127
pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4 = 195
pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS = 230
pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS ideal-int
pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (freebsd-amd64), const DLT_IPFILTER = 116
pkg syscall (freebsd-amd64), const DLT_IPMB = 199
pkg syscall (freebsd-amd64), const DLT_IPMB_LINUX = 209
pkg syscall (freebsd-amd64), const DLT_IPNET = 226
pkg syscall (freebsd-amd64), const DLT_IPNET ideal-int
pkg syscall (freebsd-amd64), const DLT_IPOIB = 242
pkg syscall (freebsd-amd64), const DLT_IPOIB ideal-int
pkg syscall (freebsd-amd64), const DLT_IPV4 = 228
pkg syscall (freebsd-amd64), const DLT_IPV4 ideal-int
pkg syscall (freebsd-amd64), const DLT_IPV6 = 229
pkg syscall (freebsd-amd64), const DLT_IPV6 ideal-int
pkg syscall (freebsd-amd64), const DLT_IP_OVER_FC = 122
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM1 = 137
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM2 = 135
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC = 238
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC ideal-int
pkg syscall (freebsd-amd64), const DLT_JUNIPER_CHDLC = 181
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ES = 132
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ETHER = 178
pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL = 234
pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL ideal-int
pkg syscall (freebsd-amd64), const DLT_JUNIPER_FRELAY = 180
pkg syscall (freebsd-amd64), const DLT_JUNIPER_GGSN = 133
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ISM = 194
pkg syscall (freebsd-amd64), const DLT_JUNIPER_MFR = 134
pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLFR = 131
pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLPPP = 130
pkg syscall (freebsd-amd64), const DLT_JUNIPER_MONITOR = 164
pkg syscall (freebsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPP = 179
pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE = 167
pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (freebsd-amd64), const DLT_JUNIPER_SERVICES = 136
pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E = 233
pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E ideal-int
pkg syscall (freebsd-amd64), const DLT_JUNIPER_ST = 200
pkg syscall (freebsd-amd64), const DLT_JUNIPER_VP = 183
pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS = 232
pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS ideal-int
pkg syscall (freebsd-amd64), const DLT_LAPB_WITH_DIR = 207
pkg syscall (freebsd-amd64), const DLT_LAPD = 203
pkg syscall (freebsd-amd64), const DLT_LIN = 212
pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV = 216
pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV ideal-int
pkg syscall (freebsd-amd64), const DLT_LINUX_IRDA = 144
pkg syscall (freebsd-amd64), const DLT_LINUX_LAPD = 177
pkg syscall (freebsd-amd64), const DLT_LINUX_PPP_WITHDIRECTION = 166
pkg syscall (freebsd-amd64), const DLT_LINUX_SLL = 113
pkg syscall (freebsd-amd64), const DLT_LOOP = 108
pkg syscall (freebsd-amd64), const DLT_LTALK = 114
pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX ideal-int
pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN = 104
pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN ideal-int
pkg syscall (freebsd-amd64), const DLT_MFR = 182
pkg syscall (freebsd-amd64), const DLT_MOST = 211
pkg syscall (freebsd-amd64), const DLT_MPLS = 219
pkg syscall (freebsd-amd64), const DLT_MPLS ideal-int
pkg syscall (freebsd-amd64), const DLT_MTP2 = 140
pkg syscall (freebsd-amd64), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (freebsd-amd64), const DLT_MTP3 = 141
pkg syscall (freebsd-amd64), const DLT_MUX27010 = 236
pkg syscall (freebsd-amd64), const DLT_MUX27010 ideal-int
pkg syscall (freebsd-amd64), const DLT_NETANALYZER = 240
pkg syscall (freebsd-amd64), const DLT_NETANALYZER ideal-int
pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT = 241
pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT ideal-int
pkg syscall (freebsd-amd64), const DLT_NFLOG = 239
pkg syscall (freebsd-amd64), const DLT_NFLOG ideal-int
pkg syscall (freebsd-amd64), const DLT_NULL = 0
pkg syscall (freebsd-amd64), const DLT_PCI_EXP = 125
pkg syscall (freebsd-amd64), const DLT_PFLOG = 117
pkg syscall (freebsd-amd64), const DLT_PFSYNC = 121
pkg syscall (freebsd-amd64), const DLT_PPI = 192
pkg syscall (freebsd-amd64), const DLT_PPP = 9
pkg syscall (freebsd-amd64), const DLT_PPP_BSDOS = 16
pkg syscall (freebsd-amd64), const DLT_PPP_ETHER = 51
pkg syscall (freebsd-amd64), const DLT_PPP_PPPD = 166
pkg syscall (freebsd-amd64), const DLT_PPP_SERIAL = 50
pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIR = 204
pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIRECTION = 166
pkg syscall (freebsd-amd64), const DLT_PRISM_HEADER = 119
pkg syscall (freebsd-amd64), const DLT_PRONET = 4
pkg syscall (freebsd-amd64), const DLT_RAIF1 = 198
pkg syscall (freebsd-amd64), const DLT_RAW = 12
pkg syscall (freebsd-amd64), const DLT_RIO = 124
pkg syscall (freebsd-amd64), const DLT_SCCP = 142
pkg syscall (freebsd-amd64), const DLT_SITA = 196
pkg syscall (freebsd-amd64), const DLT_SLIP = 8
pkg syscall (freebsd-amd64), const DLT_SLIP_BSDOS = 15
pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU = 237
pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU ideal-int
pkg syscall (freebsd-amd64), const DLT_SUNATM = 123
pkg syscall (freebsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (freebsd-amd64), const DLT_TZSP = 128
pkg syscall (freebsd-amd64), const DLT_USB = 186
pkg syscall (freebsd-amd64), const DLT_USB_LINUX = 189
pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int
pkg syscall (freebsd-amd64), const DLT_USER0 = 147
pkg syscall (freebsd-amd64), const DLT_USER1 = 148
pkg syscall (freebsd-amd64), const DLT_USER10 = 157
pkg syscall (freebsd-amd64), const DLT_USER11 = 158
pkg syscall (freebsd-amd64), const DLT_USER12 = 159
pkg syscall (freebsd-amd64), const DLT_USER13 = 160
pkg syscall (freebsd-amd64), const DLT_USER14 = 161
pkg syscall (freebsd-amd64), const DLT_USER15 = 162
pkg syscall (freebsd-amd64), const DLT_USER2 = 149
pkg syscall (freebsd-amd64), const DLT_USER3 = 150
pkg syscall (freebsd-amd64), const DLT_USER4 = 151
pkg syscall (freebsd-amd64), const DLT_USER5 = 152
pkg syscall (freebsd-amd64), const DLT_USER6 = 153
pkg syscall (freebsd-amd64), const DLT_USER7 = 154
pkg syscall (freebsd-amd64), const DLT_USER8 = 155
pkg syscall (freebsd-amd64), const DLT_USER9 = 156
pkg syscall (freebsd-amd64), const DLT_WIHART = 223
pkg syscall (freebsd-amd64), const DLT_WIHART ideal-int
pkg syscall (freebsd-amd64), const DLT_X2E_SERIAL = 213
pkg syscall (freebsd-amd64), const DLT_X2E_XORAYA = 214
pkg syscall (freebsd-amd64), const DT_BLK = 6
pkg syscall (freebsd-amd64), const DT_CHR = 2
pkg syscall (freebsd-amd64), const DT_DIR = 4
pkg syscall (freebsd-amd64), const DT_FIFO = 1
pkg syscall (freebsd-amd64), const DT_LNK = 10
pkg syscall (freebsd-amd64), const DT_REG = 8
pkg syscall (freebsd-amd64), const DT_SOCK = 12
pkg syscall (freebsd-amd64), const DT_UNKNOWN = 0
pkg syscall (freebsd-amd64), const DT_WHT = 14
pkg syscall (freebsd-amd64), const E2BIG = 7
pkg syscall (freebsd-amd64), const EACCES = 13
pkg syscall (freebsd-amd64), const EADDRINUSE = 48
pkg syscall (freebsd-amd64), const EADDRNOTAVAIL = 49
pkg syscall (freebsd-amd64), const EAFNOSUPPORT = 47
pkg syscall (freebsd-amd64), const EAGAIN = 35
pkg syscall (freebsd-amd64), const EALREADY = 37
pkg syscall (freebsd-amd64), const EAUTH = 80
pkg syscall (freebsd-amd64), const EBADF = 9
pkg syscall (freebsd-amd64), const EBADMSG = 89
pkg syscall (freebsd-amd64), const EBADRPC = 72
pkg syscall (freebsd-amd64), const EBUSY = 16
pkg syscall (freebsd-amd64), const ECANCELED = 85
pkg syscall (freebsd-amd64), const ECAPMODE = 94
pkg syscall (freebsd-amd64), const ECAPMODE Errno
pkg syscall (freebsd-amd64), const ECHILD = 10
pkg syscall (freebsd-amd64), const ECHO = 8
pkg syscall (freebsd-amd64), const ECHOCTL = 64
pkg syscall (freebsd-amd64), const ECHOE = 2
pkg syscall (freebsd-amd64), const ECHOK = 4
pkg syscall (freebsd-amd64), const ECHOKE = 1
pkg syscall (freebsd-amd64), const ECHONL = 16
pkg syscall (freebsd-amd64), const ECHOPRT = 32
pkg syscall (freebsd-amd64), const ECONNABORTED = 53
pkg syscall (freebsd-amd64), const ECONNREFUSED = 61
pkg syscall (freebsd-amd64), const ECONNRESET = 54
pkg syscall (freebsd-amd64), const EDEADLK = 11
pkg syscall (freebsd-amd64), const EDESTADDRREQ = 39
pkg syscall (freebsd-amd64), const EDOM = 33
pkg syscall (freebsd-amd64), const EDOOFUS = 88
pkg syscall (freebsd-amd64), const EDQUOT = 69
pkg syscall (freebsd-amd64), const EEXIST = 17
pkg syscall (freebsd-amd64), const EFAULT = 14
pkg syscall (freebsd-amd64), const EFBIG = 27
pkg syscall (freebsd-amd64), const EFTYPE = 79
pkg syscall (freebsd-amd64), const EHOSTDOWN = 64
pkg syscall (freebsd-amd64), const EHOSTUNREACH = 65
pkg syscall (freebsd-amd64), const EIDRM = 82
pkg syscall (freebsd-amd64), const EILSEQ = 86
pkg syscall (freebsd-amd64), const EINPROGRESS = 36
pkg syscall (freebsd-amd64), const EINTR = 4
pkg syscall (freebsd-amd64), const EINVAL = 22
pkg syscall (freebsd-amd64), const EIO = 5
pkg syscall (freebsd-amd64), const EISCONN = 56
pkg syscall (freebsd-amd64), const EISDIR = 21
pkg syscall (freebsd-amd64), const ELAST = 94
pkg syscall (freebsd-amd64), const ELOOP = 62
pkg syscall (freebsd-amd64), const EMFILE = 24
pkg syscall (freebsd-amd64), const EMLINK = 31
pkg syscall (freebsd-amd64), const EMSGSIZE = 40
pkg syscall (freebsd-amd64), const EMULTIHOP = 90
pkg syscall (freebsd-amd64), const ENAMETOOLONG = 63
pkg syscall (freebsd-amd64), const ENEEDAUTH = 81
pkg syscall (freebsd-amd64), const ENETDOWN = 50
pkg syscall (freebsd-amd64), const ENETRESET = 52
pkg syscall (freebsd-amd64), const ENETUNREACH = 51
pkg syscall (freebsd-amd64), const ENFILE = 23
pkg syscall (freebsd-amd64), const ENOATTR = 87
pkg syscall (freebsd-amd64), const ENOBUFS = 55
pkg syscall (freebsd-amd64), const ENODEV = 19
pkg syscall (freebsd-amd64), const ENOEXEC = 8
pkg syscall (freebsd-amd64), const ENOLCK = 77
pkg syscall (freebsd-amd64), const ENOLINK = 91
pkg syscall (freebsd-amd64), const ENOMEM = 12
pkg syscall (freebsd-amd64), const ENOMSG = 83
pkg syscall (freebsd-amd64), const ENOPROTOOPT = 42
pkg syscall (freebsd-amd64), const ENOSPC = 28
pkg syscall (freebsd-amd64), const ENOSYS = 78
pkg syscall (freebsd-amd64), const ENOTBLK = 15
pkg syscall (freebsd-amd64), const ENOTCAPABLE = 93
pkg syscall (freebsd-amd64), const ENOTCONN = 57
pkg syscall (freebsd-amd64), const ENOTDIR = 20
pkg syscall (freebsd-amd64), const ENOTEMPTY = 66
pkg syscall (freebsd-amd64), const ENOTSOCK = 38
pkg syscall (freebsd-amd64), const ENOTSUP = 45
pkg syscall (freebsd-amd64), const ENOTTY = 25
pkg syscall (freebsd-amd64), const ENXIO = 6
pkg syscall (freebsd-amd64), const EOPNOTSUPP = 45
pkg syscall (freebsd-amd64), const EOVERFLOW = 84
pkg syscall (freebsd-amd64), const EPERM = 1
pkg syscall (freebsd-amd64), const EPFNOSUPPORT = 46
pkg syscall (freebsd-amd64), const EPIPE = 32
pkg syscall (freebsd-amd64), const EPROCLIM = 67
pkg syscall (freebsd-amd64), const EPROCUNAVAIL = 76
pkg syscall (freebsd-amd64), const EPROGMISMATCH = 75
pkg syscall (freebsd-amd64), const EPROGUNAVAIL = 74
pkg syscall (freebsd-amd64), const EPROTO = 92
pkg syscall (freebsd-amd64), const EPROTONOSUPPORT = 43
pkg syscall (freebsd-amd64), const EPROTOTYPE = 41
pkg syscall (freebsd-amd64), const ERANGE = 34
pkg syscall (freebsd-amd64), const EREMOTE = 71
pkg syscall (freebsd-amd64), const EROFS = 30
pkg syscall (freebsd-amd64), const ERPCMISMATCH = 73
pkg syscall (freebsd-amd64), const ESHUTDOWN = 58
pkg syscall (freebsd-amd64), const ESOCKTNOSUPPORT = 44
pkg syscall (freebsd-amd64), const ESPIPE = 29
pkg syscall (freebsd-amd64), const ESRCH = 3
pkg syscall (freebsd-amd64), const ESTALE = 70
pkg syscall (freebsd-amd64), const ETIMEDOUT = 60
pkg syscall (freebsd-amd64), const ETOOMANYREFS = 59
pkg syscall (freebsd-amd64), const ETXTBSY = 26
pkg syscall (freebsd-amd64), const EUSERS = 68
pkg syscall (freebsd-amd64), const EVFILT_AIO = -3
pkg syscall (freebsd-amd64), const EVFILT_FS = -9
pkg syscall (freebsd-amd64), const EVFILT_LIO = -10
pkg syscall (freebsd-amd64), const EVFILT_PROC = -5
pkg syscall (freebsd-amd64), const EVFILT_READ = -1
pkg syscall (freebsd-amd64), const EVFILT_SIGNAL = -6
pkg syscall (freebsd-amd64), const EVFILT_SYSCOUNT = 11
pkg syscall (freebsd-amd64), const EVFILT_TIMER = -7
pkg syscall (freebsd-amd64), const EVFILT_USER = -11
pkg syscall (freebsd-amd64), const EVFILT_VNODE = -4
pkg syscall (freebsd-amd64), const EVFILT_WRITE = -2
pkg syscall (freebsd-amd64), const EV_ADD = 1
pkg syscall (freebsd-amd64), const EV_CLEAR = 32
pkg syscall (freebsd-amd64), const EV_DELETE = 2
pkg syscall (freebsd-amd64), const EV_DISABLE = 8
pkg syscall (freebsd-amd64), const EV_DISPATCH = 128
pkg syscall (freebsd-amd64), const EV_ENABLE = 4
pkg syscall (freebsd-amd64), const EV_EOF = 32768
pkg syscall (freebsd-amd64), const EV_ERROR = 16384
pkg syscall (freebsd-amd64), const EV_FLAG1 = 8192
pkg syscall (freebsd-amd64), const EV_ONESHOT = 16
pkg syscall (freebsd-amd64), const EV_RECEIPT = 64
pkg syscall (freebsd-amd64), const EV_SYSFLAGS = 61440
pkg syscall (freebsd-amd64), const EWOULDBLOCK = 35
pkg syscall (freebsd-amd64), const EXDEV = 18
pkg syscall (freebsd-amd64), const EXTA = 19200
pkg syscall (freebsd-amd64), const EXTB = 38400
pkg syscall (freebsd-amd64), const EXTPROC = 2048
pkg syscall (freebsd-amd64), const FD_CLOEXEC = 1
pkg syscall (freebsd-amd64), const FD_SETSIZE = 1024
pkg syscall (freebsd-amd64), const FLUSHO = 8388608
pkg syscall (freebsd-amd64), const FLUSHO ideal-int
pkg syscall (freebsd-amd64), const F_CANCEL = 5
pkg syscall (freebsd-amd64), const F_DUP2FD = 10
pkg syscall (freebsd-amd64), const F_DUPFD = 0
pkg syscall (freebsd-amd64), const F_GETFD = 1
pkg syscall (freebsd-amd64), const F_GETFL = 3
pkg syscall (freebsd-amd64), const F_GETLK = 11
pkg syscall (freebsd-amd64), const F_GETOWN = 5
pkg syscall (freebsd-amd64), const F_OGETLK = 7
pkg syscall (freebsd-amd64), const F_OK = 0
pkg syscall (freebsd-amd64), const F_OSETLK = 8
pkg syscall (freebsd-amd64), const F_OSETLKW = 9
pkg syscall (freebsd-amd64), const F_RDAHEAD = 16
pkg syscall (freebsd-amd64), const F_RDLCK = 1
pkg syscall (freebsd-amd64), const F_READAHEAD = 15
pkg syscall (freebsd-amd64), const F_SETFD = 2
pkg syscall (freebsd-amd64), const F_SETFL = 4
pkg syscall (freebsd-amd64), const F_SETLK = 12
pkg syscall (freebsd-amd64), const F_SETLKW = 13
pkg syscall (freebsd-amd64), const F_SETLK_REMOTE = 14
pkg syscall (freebsd-amd64), const F_SETOWN = 6
pkg syscall (freebsd-amd64), const F_UNLCK = 2
pkg syscall (freebsd-amd64), const F_UNLCKSYS = 4
pkg syscall (freebsd-amd64), const F_WRLCK = 3
pkg syscall (freebsd-amd64), const HUPCL = 16384
pkg syscall (freebsd-amd64), const HUPCL ideal-int
pkg syscall (freebsd-amd64), const ICANON = 256
pkg syscall (freebsd-amd64), const ICANON ideal-int
pkg syscall (freebsd-amd64), const ICRNL = 256
pkg syscall (freebsd-amd64), const ICRNL ideal-int
pkg syscall (freebsd-amd64), const IEXTEN = 1024
pkg syscall (freebsd-amd64), const IEXTEN ideal-int
pkg syscall (freebsd-amd64), const IFAN_ARRIVAL = 0
pkg syscall (freebsd-amd64), const IFAN_ARRIVAL ideal-int
pkg syscall (freebsd-amd64), const IFAN_DEPARTURE = 1
pkg syscall (freebsd-amd64), const IFAN_DEPARTURE ideal-int
pkg syscall (freebsd-amd64), const IFF_ALLMULTI = 512
pkg syscall (freebsd-amd64), const IFF_ALTPHYS = 16384
pkg syscall (freebsd-amd64), const IFF_CANTCHANGE = 2199410
pkg syscall (freebsd-amd64), const IFF_CANTCONFIG = 65536
pkg syscall (freebsd-amd64), const IFF_CANTCONFIG ideal-int
pkg syscall (freebsd-amd64), const IFF_DEBUG = 4
pkg syscall (freebsd-amd64), const IFF_DRV_OACTIVE = 1024
pkg syscall (freebsd-amd64), const IFF_DRV_RUNNING = 64
pkg syscall (freebsd-amd64), const IFF_DYING = 2097152
pkg syscall (freebsd-amd64), const IFF_LINK0 = 4096
pkg syscall (freebsd-amd64), const IFF_LINK1 = 8192
pkg syscall (freebsd-amd64), const IFF_LINK2 = 16384
pkg syscall (freebsd-amd64), const IFF_LOOPBACK = 8
pkg syscall (freebsd-amd64), const IFF_MONITOR = 262144
pkg syscall (freebsd-amd64), const IFF_MULTICAST = 32768
pkg syscall (freebsd-amd64), const IFF_NOARP = 128
pkg syscall (freebsd-amd64), const IFF_OACTIVE = 1024
pkg syscall (freebsd-amd64), const IFF_POINTOPOINT = 16
pkg syscall (freebsd-amd64), const IFF_PPROMISC = 131072
pkg syscall (freebsd-amd64), const IFF_PROMISC = 256
pkg syscall (freebsd-amd64), const IFF_RENAMING = 4194304
pkg syscall (freebsd-amd64), const IFF_RUNNING = 64
pkg syscall (freebsd-amd64), const IFF_SIMPLEX = 2048
pkg syscall (freebsd-amd64), const IFF_SMART = 32
pkg syscall (freebsd-amd64), const IFF_STATICARP = 524288
pkg syscall (freebsd-amd64), const IFNAMSIZ = 16
pkg syscall (freebsd-amd64), const IFT_1822 = 2
pkg syscall (freebsd-amd64), const IFT_A12MPPSWITCH = 130
pkg syscall (freebsd-amd64), const IFT_AAL2 = 187
pkg syscall (freebsd-amd64), const IFT_AAL5 = 49
pkg syscall (freebsd-amd64), const IFT_ADSL = 94
pkg syscall (freebsd-amd64), const IFT_AFLANE8023 = 59
pkg syscall (freebsd-amd64), const IFT_AFLANE8025 = 60
pkg syscall (freebsd-amd64), const IFT_ARAP = 88
pkg syscall (freebsd-amd64), const IFT_ARCNET = 35
pkg syscall (freebsd-amd64), const IFT_ARCNETPLUS = 36
pkg syscall (freebsd-amd64), const IFT_ASYNC = 84
pkg syscall (freebsd-amd64), const IFT_ATM = 37
pkg syscall (freebsd-amd64), const IFT_ATMDXI = 105
pkg syscall (freebsd-amd64), const IFT_ATMFUNI = 106
pkg syscall (freebsd-amd64), const IFT_ATMIMA = 107
pkg syscall (freebsd-amd64), const IFT_ATMLOGICAL = 80
pkg syscall (freebsd-amd64), const IFT_ATMRADIO = 189
pkg syscall (freebsd-amd64), const IFT_ATMSUBINTERFACE = 134
pkg syscall (freebsd-amd64), const IFT_ATMVCIENDPT = 194
pkg syscall (freebsd-amd64), const IFT_ATMVIRTUAL = 149
pkg syscall (freebsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (freebsd-amd64), const IFT_BRIDGE = 209
pkg syscall (freebsd-amd64), const IFT_BSC = 83
pkg syscall (freebsd-amd64), const IFT_CARP = 248
pkg syscall (freebsd-amd64), const IFT_CCTEMUL = 61
pkg syscall (freebsd-amd64), const IFT_CEPT = 19
pkg syscall (freebsd-amd64), const IFT_CES = 133
pkg syscall (freebsd-amd64), const IFT_CHANNEL = 70
pkg syscall (freebsd-amd64), const IFT_CNR = 85
pkg syscall (freebsd-amd64), const IFT_COFFEE = 132
pkg syscall (freebsd-amd64), const IFT_COMPOSITELINK = 155
pkg syscall (freebsd-amd64), const IFT_DCN = 141
pkg syscall (freebsd-amd64), const IFT_DIGITALPOWERLINE = 138
pkg syscall (freebsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (freebsd-amd64), const IFT_DLSW = 74
pkg syscall (freebsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (freebsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (freebsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (freebsd-amd64), const IFT_DS0 = 81
pkg syscall (freebsd-amd64), const IFT_DS0BUNDLE = 82
pkg syscall (freebsd-amd64), const IFT_DS1FDL = 170
pkg syscall (freebsd-amd64), const IFT_DS3 = 30
pkg syscall (freebsd-amd64), const IFT_DTM = 140
pkg syscall (freebsd-amd64), const IFT_DVBASILN = 172
pkg syscall (freebsd-amd64), const IFT_DVBASIOUT = 173
pkg syscall (freebsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (freebsd-amd64), const IFT_DVBRCCMACLAYER = 146
pkg syscall (freebsd-amd64), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (freebsd-amd64), const IFT_ENC = 244
pkg syscall (freebsd-amd64), const IFT_EON = 25
pkg syscall (freebsd-amd64), const IFT_EPLRS = 87
pkg syscall (freebsd-amd64), const IFT_ESCON = 73
pkg syscall (freebsd-amd64), const IFT_ETHER = 6
pkg syscall (freebsd-amd64), const IFT_FAITH = 242
pkg syscall (freebsd-amd64), const IFT_FAST = 125
pkg syscall (freebsd-amd64), const IFT_FASTETHER = 62
pkg syscall (freebsd-amd64), const IFT_FASTETHERFX = 69
pkg syscall (freebsd-amd64), const IFT_FDDI = 15
pkg syscall (freebsd-amd64), const IFT_FIBRECHANNEL = 56
pkg syscall (freebsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (freebsd-amd64), const IFT_FRAMERELAYMPI = 92
pkg syscall (freebsd-amd64), const IFT_FRDLCIENDPT = 193
pkg syscall (freebsd-amd64), const IFT_FRELAY = 32
pkg syscall (freebsd-amd64), const IFT_FRELAYDCE = 44
pkg syscall (freebsd-amd64), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (freebsd-amd64), const IFT_FRFORWARD = 158
pkg syscall (freebsd-amd64), const IFT_G703AT2MB = 67
pkg syscall (freebsd-amd64), const IFT_G703AT64K = 66
pkg syscall (freebsd-amd64), const IFT_GIF = 240
pkg syscall (freebsd-amd64), const IFT_GIGABITETHERNET = 117
pkg syscall (freebsd-amd64), const IFT_GR303IDT = 178
pkg syscall (freebsd-amd64), const IFT_GR303RDT = 177
pkg syscall (freebsd-amd64), const IFT_H323GATEKEEPER = 164
pkg syscall (freebsd-amd64), const IFT_H323PROXY = 165
pkg syscall (freebsd-amd64), const IFT_HDH1822 = 3
pkg syscall (freebsd-amd64), const IFT_HDLC = 118
pkg syscall (freebsd-amd64), const IFT_HDSL2 = 168
pkg syscall (freebsd-amd64), const IFT_HIPERLAN2 = 183
pkg syscall (freebsd-amd64), const IFT_HIPPI = 47
pkg syscall (freebsd-amd64), const IFT_HIPPIINTERFACE = 57
pkg syscall (freebsd-amd64), const IFT_HOSTPAD = 90
pkg syscall (freebsd-amd64), const IFT_HSSI = 46
pkg syscall (freebsd-amd64), const IFT_HY = 14
pkg syscall (freebsd-amd64), const IFT_IBM370PARCHAN = 72
pkg syscall (freebsd-amd64), const IFT_IDSL = 154
pkg syscall (freebsd-amd64), const IFT_IEEE1394 = 144
pkg syscall (freebsd-amd64), const IFT_IEEE80211 = 71
pkg syscall (freebsd-amd64), const IFT_IEEE80212 = 55
pkg syscall (freebsd-amd64), const IFT_IEEE8023ADLAG = 161
pkg syscall (freebsd-amd64), const IFT_IFGSN = 145
pkg syscall (freebsd-amd64), const IFT_IMT = 190
pkg syscall (freebsd-amd64), const IFT_INFINIBAND = 199
pkg syscall (freebsd-amd64), const IFT_INFINIBAND ideal-int
pkg syscall (freebsd-amd64), const IFT_INTERLEAVE = 124
pkg syscall (freebsd-amd64), const IFT_IP = 126
pkg syscall (freebsd-amd64), const IFT_IPFORWARD = 142
pkg syscall (freebsd-amd64), const IFT_IPOVERATM = 114
pkg syscall (freebsd-amd64), const IFT_IPOVERCDLC = 109
pkg syscall (freebsd-amd64), const IFT_IPOVERCLAW = 110
pkg syscall (freebsd-amd64), const IFT_IPSWITCH = 78
pkg syscall (freebsd-amd64), const IFT_IPXIP = 249
pkg syscall (freebsd-amd64), const IFT_ISDN = 63
pkg syscall (freebsd-amd64), const IFT_ISDNBASIC = 20
pkg syscall (freebsd-amd64), const IFT_ISDNPRIMARY = 21
pkg syscall (freebsd-amd64), const IFT_ISDNS = 75
pkg syscall (freebsd-amd64), const IFT_ISDNU = 76
pkg syscall (freebsd-amd64), const IFT_ISO88022LLC = 41
pkg syscall (freebsd-amd64), const IFT_ISO88023 = 7
pkg syscall (freebsd-amd64), const IFT_ISO88024 = 8
pkg syscall (freebsd-amd64), const IFT_ISO88025 = 9
pkg syscall (freebsd-amd64), const IFT_ISO88025CRFPINT = 98
pkg syscall (freebsd-amd64), const IFT_ISO88025DTR = 86
pkg syscall (freebsd-amd64), const IFT_ISO88025FIBER = 115
pkg syscall (freebsd-amd64), const IFT_ISO88026 = 10
pkg syscall (freebsd-amd64), const IFT_ISUP = 179
pkg syscall (freebsd-amd64), const IFT_L2VLAN = 135
pkg syscall (freebsd-amd64), const IFT_L3IPVLAN = 136
pkg syscall (freebsd-amd64), const IFT_L3IPXVLAN = 137
pkg syscall (freebsd-amd64), const IFT_LAPB = 16
pkg syscall (freebsd-amd64), const IFT_LAPD = 77
pkg syscall (freebsd-amd64), const IFT_LAPF = 119
pkg syscall (freebsd-amd64), const IFT_LOCALTALK = 42
pkg syscall (freebsd-amd64), const IFT_LOOP = 24
pkg syscall (freebsd-amd64), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (freebsd-amd64), const IFT_MFSIGLINK = 167
pkg syscall (freebsd-amd64), const IFT_MIOX25 = 38
pkg syscall (freebsd-amd64), const IFT_MODEM = 48
pkg syscall (freebsd-amd64), const IFT_MPC = 113
pkg syscall (freebsd-amd64), const IFT_MPLS = 166
pkg syscall (freebsd-amd64), const IFT_MPLSTUNNEL = 150
pkg syscall (freebsd-amd64), const IFT_MSDSL = 143
pkg syscall (freebsd-amd64), const IFT_MVL = 191
pkg syscall (freebsd-amd64), const IFT_MYRINET = 99
pkg syscall (freebsd-amd64), const IFT_NFAS = 175
pkg syscall (freebsd-amd64), const IFT_NSIP = 27
pkg syscall (freebsd-amd64), const IFT_OPTICALCHANNEL = 195
pkg syscall (freebsd-amd64), const IFT_OPTICALTRANSPORT = 196
pkg syscall (freebsd-amd64), const IFT_OTHER = 1
pkg syscall (freebsd-amd64), const IFT_P10 = 12
pkg syscall (freebsd-amd64), const IFT_P80 = 13
pkg syscall (freebsd-amd64), const IFT_PARA = 34
pkg syscall (freebsd-amd64), const IFT_PFLOG = 246
pkg syscall (freebsd-amd64), const IFT_PFSYNC = 247
pkg syscall (freebsd-amd64), const IFT_PLC = 174
pkg syscall (freebsd-amd64), const IFT_POS = 171
pkg syscall (freebsd-amd64), const IFT_PPP = 23
pkg syscall (freebsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (freebsd-amd64), const IFT_PROPBWAP2MP = 184
pkg syscall (freebsd-amd64), const IFT_PROPCNLS = 89
pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (freebsd-amd64), const IFT_PROPMUX = 54
pkg syscall (freebsd-amd64), const IFT_PROPVIRTUAL = 53
pkg syscall (freebsd-amd64), const IFT_PROPWIRELESSP2P = 157
pkg syscall (freebsd-amd64), const IFT_PTPSERIAL = 22
pkg syscall (freebsd-amd64), const IFT_PVC = 241
pkg syscall (freebsd-amd64), const IFT_QLLC = 68
pkg syscall (freebsd-amd64), const IFT_RADIOMAC = 188
pkg syscall (freebsd-amd64), const IFT_RADSL = 95
pkg syscall (freebsd-amd64), const IFT_REACHDSL = 192
pkg syscall (freebsd-amd64), const IFT_RFC1483 = 159
pkg syscall (freebsd-amd64), const IFT_RS232 = 33
pkg syscall (freebsd-amd64), const IFT_RSRB = 79
pkg syscall (freebsd-amd64), const IFT_SDLC = 17
pkg syscall (freebsd-amd64), const IFT_SDSL = 96
pkg syscall (freebsd-amd64), const IFT_SHDSL = 169
pkg syscall (freebsd-amd64), const IFT_SIP = 31
pkg syscall (freebsd-amd64), const IFT_SLIP = 28
pkg syscall (freebsd-amd64), const IFT_SMDSDXI = 43
pkg syscall (freebsd-amd64), const IFT_SMDSICIP = 52
pkg syscall (freebsd-amd64), const IFT_SONET = 39
pkg syscall (freebsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (freebsd-amd64), const IFT_SONETPATH = 50
pkg syscall (freebsd-amd64), const IFT_SONETVT = 51
pkg syscall (freebsd-amd64), const IFT_SRP = 151
pkg syscall (freebsd-amd64), const IFT_SS7SIGLINK = 156
pkg syscall (freebsd-amd64), const IFT_STACKTOSTACK = 111
pkg syscall (freebsd-amd64), const IFT_STARLAN = 11
pkg syscall (freebsd-amd64), const IFT_STF = 215
pkg syscall (freebsd-amd64), const IFT_T1 = 18
pkg syscall (freebsd-amd64), const IFT_TDLC = 116
pkg syscall (freebsd-amd64), const IFT_TERMPAD = 91
pkg syscall (freebsd-amd64), const IFT_TR008 = 176
pkg syscall (freebsd-amd64), const IFT_TRANSPHDLC = 123
pkg syscall (freebsd-amd64), const IFT_TUNNEL = 131
pkg syscall (freebsd-amd64), const IFT_ULTRA = 29
pkg syscall (freebsd-amd64), const IFT_USB = 160
pkg syscall (freebsd-amd64), const IFT_V11 = 64
pkg syscall (freebsd-amd64), const IFT_V35 = 45
pkg syscall (freebsd-amd64), const IFT_V36 = 65
pkg syscall (freebsd-amd64), const IFT_V37 = 120
pkg syscall (freebsd-amd64), const IFT_VDSL = 97
pkg syscall (freebsd-amd64), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (freebsd-amd64), const IFT_VOICEEM = 100
pkg syscall (freebsd-amd64), const IFT_VOICEENCAP = 103
pkg syscall (freebsd-amd64), const IFT_VOICEFXO = 101
pkg syscall (freebsd-amd64), const IFT_VOICEFXS = 102
pkg syscall (freebsd-amd64), const IFT_VOICEOVERATM = 152
pkg syscall (freebsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (freebsd-amd64), const IFT_VOICEOVERIP = 104
pkg syscall (freebsd-amd64), const IFT_X213 = 93
pkg syscall (freebsd-amd64), const IFT_X25 = 5
pkg syscall (freebsd-amd64), const IFT_X25DDN = 4
pkg syscall (freebsd-amd64), const IFT_X25HUNTGROUP = 122
pkg syscall (freebsd-amd64), const IFT_X25MLP = 121
pkg syscall (freebsd-amd64), const IFT_X25PLE = 40
pkg syscall (freebsd-amd64), const IFT_XETHER = 26
pkg syscall (freebsd-amd64), const IGNBRK = 1
pkg syscall (freebsd-amd64), const IGNBRK ideal-int
pkg syscall (freebsd-amd64), const IGNCR = 128
pkg syscall (freebsd-amd64), const IGNCR ideal-int
pkg syscall (freebsd-amd64), const IGNPAR = 4
pkg syscall (freebsd-amd64), const IGNPAR ideal-int
pkg syscall (freebsd-amd64), const IMAXBEL = 8192
pkg syscall (freebsd-amd64), const IMAXBEL ideal-int
pkg syscall (freebsd-amd64), const INLCR = 64
pkg syscall (freebsd-amd64), const INLCR ideal-int
pkg syscall (freebsd-amd64), const INPCK = 16
pkg syscall (freebsd-amd64), const INPCK ideal-int
pkg syscall (freebsd-amd64), const IN_CLASSA_HOST = 16777215
pkg syscall (freebsd-amd64), const IN_CLASSA_MAX = 128
pkg syscall (freebsd-amd64), const IN_CLASSA_NET = 4278190080
pkg syscall (freebsd-amd64), const IN_CLASSA_NSHIFT = 24
pkg syscall (freebsd-amd64), const IN_CLASSB_HOST = 65535
pkg syscall (freebsd-amd64), const IN_CLASSB_MAX = 65536
pkg syscall (freebsd-amd64), const IN_CLASSB_NET = 4294901760
pkg syscall (freebsd-amd64), const IN_CLASSB_NSHIFT = 16
pkg syscall (freebsd-amd64), const IN_CLASSC_HOST = 255
pkg syscall (freebsd-amd64), const IN_CLASSC_NET = 4294967040
pkg syscall (freebsd-amd64), const IN_CLASSC_NSHIFT = 8
pkg syscall (freebsd-amd64), const IN_CLASSD_HOST = 268435455
pkg syscall (freebsd-amd64), const IN_CLASSD_NET = 4026531840
pkg syscall (freebsd-amd64), const IN_CLASSD_NSHIFT = 28
pkg syscall (freebsd-amd64), const IN_LOOPBACKNET = 127
pkg syscall (freebsd-amd64), const IN_RFC3021_MASK = 4294967294
pkg syscall (freebsd-amd64), const IN_RFC3021_MASK ideal-int
pkg syscall (freebsd-amd64), const IPPROTO_3PC = 34
pkg syscall (freebsd-amd64), const IPPROTO_ADFS = 68
pkg syscall (freebsd-amd64), const IPPROTO_AH = 51
pkg syscall (freebsd-amd64), const IPPROTO_AHIP = 61
pkg syscall (freebsd-amd64), const IPPROTO_APES = 99
pkg syscall (freebsd-amd64), const IPPROTO_ARGUS = 13
pkg syscall (freebsd-amd64), const IPPROTO_AX25 = 93
pkg syscall (freebsd-amd64), const IPPROTO_BHA = 49
pkg syscall (freebsd-amd64), const IPPROTO_BLT = 30
pkg syscall (freebsd-amd64), const IPPROTO_BRSATMON = 76
pkg syscall (freebsd-amd64), const IPPROTO_CARP = 112
pkg syscall (freebsd-amd64), const IPPROTO_CFTP = 62
pkg syscall (freebsd-amd64), const IPPROTO_CHAOS = 16
pkg syscall (freebsd-amd64), const IPPROTO_CMTP = 38
pkg syscall (freebsd-amd64), const IPPROTO_CPHB = 73
pkg syscall (freebsd-amd64), const IPPROTO_CPNX = 72
pkg syscall (freebsd-amd64), const IPPROTO_DDP = 37
pkg syscall (freebsd-amd64), const IPPROTO_DGP = 86
pkg syscall (freebsd-amd64), const IPPROTO_DIVERT = 258
pkg syscall (freebsd-amd64), const IPPROTO_DONE = 257
pkg syscall (freebsd-amd64), const IPPROTO_DSTOPTS = 60
pkg syscall (freebsd-amd64), const IPPROTO_EGP = 8
pkg syscall (freebsd-amd64), const IPPROTO_EMCON = 14
pkg syscall (freebsd-amd64), const IPPROTO_ENCAP = 98
pkg syscall (freebsd-amd64), const IPPROTO_EON = 80
pkg syscall (freebsd-amd64), const IPPROTO_ESP = 50
pkg syscall (freebsd-amd64), const IPPROTO_ETHERIP = 97
pkg syscall (freebsd-amd64), const IPPROTO_FRAGMENT = 44
pkg syscall (freebsd-amd64), const IPPROTO_GGP = 3
pkg syscall (freebsd-amd64), const IPPROTO_GMTP = 100
pkg syscall (freebsd-amd64), const IPPROTO_GRE = 47
pkg syscall (freebsd-amd64), const IPPROTO_HELLO = 63
pkg syscall (freebsd-amd64), const IPPROTO_HMP = 20
pkg syscall (freebsd-amd64), const IPPROTO_HOPOPTS = 0
pkg syscall (freebsd-amd64), const IPPROTO_ICMP = 1
pkg syscall (freebsd-amd64), const IPPROTO_ICMPV6 = 58
pkg syscall (freebsd-amd64), const IPPROTO_IDP = 22
pkg syscall (freebsd-amd64), const IPPROTO_IDPR = 35
pkg syscall (freebsd-amd64), const IPPROTO_IDRP = 45
pkg syscall (freebsd-amd64), const IPPROTO_IGMP = 2
pkg syscall (freebsd-amd64), const IPPROTO_IGP = 85
pkg syscall (freebsd-amd64), const IPPROTO_IGRP = 88
pkg syscall (freebsd-amd64), const IPPROTO_IL = 40
pkg syscall (freebsd-amd64), const IPPROTO_INLSP = 52
pkg syscall (freebsd-amd64), const IPPROTO_INP = 32
pkg syscall (freebsd-amd64), const IPPROTO_IPCOMP = 108
pkg syscall (freebsd-amd64), const IPPROTO_IPCV = 71
pkg syscall (freebsd-amd64), const IPPROTO_IPEIP = 94
pkg syscall (freebsd-amd64), const IPPROTO_IPIP = 4
pkg syscall (freebsd-amd64), const IPPROTO_IPPC = 67
pkg syscall (freebsd-amd64), const IPPROTO_IPV4 = 4
pkg syscall (freebsd-amd64), const IPPROTO_IRTP = 28
pkg syscall (freebsd-amd64), const IPPROTO_KRYPTOLAN = 65
pkg syscall (freebsd-amd64), const IPPROTO_LARP = 91
pkg syscall (freebsd-amd64), const IPPROTO_LEAF1 = 25
pkg syscall (freebsd-amd64), const IPPROTO_LEAF2 = 26
pkg syscall (freebsd-amd64), const IPPROTO_MAX = 256
pkg syscall (freebsd-amd64), const IPPROTO_MAXID = 52
pkg syscall (freebsd-amd64), const IPPROTO_MEAS = 19
pkg syscall (freebsd-amd64), const IPPROTO_MH = 135
pkg syscall (freebsd-amd64), const IPPROTO_MH ideal-int
pkg syscall (freebsd-amd64), const IPPROTO_MHRP = 48
pkg syscall (freebsd-amd64), const IPPROTO_MICP = 95
pkg syscall (freebsd-amd64), const IPPROTO_MOBILE = 55
pkg syscall (freebsd-amd64), const IPPROTO_MTP = 92
pkg syscall (freebsd-amd64), const IPPROTO_MUX = 18
pkg syscall (freebsd-amd64), const IPPROTO_ND = 77
pkg syscall (freebsd-amd64), const IPPROTO_NHRP = 54
pkg syscall (freebsd-amd64), const IPPROTO_NONE = 59
pkg syscall (freebsd-amd64), const IPPROTO_NSP = 31
pkg syscall (freebsd-amd64), const IPPROTO_NVPII = 11
pkg syscall (freebsd-amd64), const IPPROTO_OLD_DIVERT = 254
pkg syscall (freebsd-amd64), const IPPROTO_OSPFIGP = 89
pkg syscall (freebsd-amd64), const IPPROTO_PFSYNC = 240
pkg syscall (freebsd-amd64), const IPPROTO_PGM = 113
pkg syscall (freebsd-amd64), const IPPROTO_PIGP = 9
pkg syscall (freebsd-amd64), const IPPROTO_PIM = 103
pkg syscall (freebsd-amd64), const IPPROTO_PRM = 21
pkg syscall (freebsd-amd64), const IPPROTO_PUP = 12
pkg syscall (freebsd-amd64), const IPPROTO_PVP = 75
pkg syscall (freebsd-amd64), const IPPROTO_RAW = 255
pkg syscall (freebsd-amd64), const IPPROTO_RCCMON = 10
pkg syscall (freebsd-amd64), const IPPROTO_RDP = 27
pkg syscall (freebsd-amd64), const IPPROTO_ROUTING = 43
pkg syscall (freebsd-amd64), const IPPROTO_RSVP = 46
pkg syscall (freebsd-amd64), const IPPROTO_RVD = 66
pkg syscall (freebsd-amd64), const IPPROTO_SATEXPAK = 64
pkg syscall (freebsd-amd64), const IPPROTO_SATMON = 69
pkg syscall (freebsd-amd64), const IPPROTO_SCCSP = 96
pkg syscall (freebsd-amd64), const IPPROTO_SCTP = 132
pkg syscall (freebsd-amd64), const IPPROTO_SDRP = 42
pkg syscall (freebsd-amd64), const IPPROTO_SEND = 259
pkg syscall (freebsd-amd64), const IPPROTO_SEND ideal-int
pkg syscall (freebsd-amd64), const IPPROTO_SEP = 33
pkg syscall (freebsd-amd64), const IPPROTO_SKIP = 57
pkg syscall (freebsd-amd64), const IPPROTO_SPACER = 32767
pkg syscall (freebsd-amd64), const IPPROTO_SRPC = 90
pkg syscall (freebsd-amd64), const IPPROTO_ST = 7
pkg syscall (freebsd-amd64), const IPPROTO_SVMTP = 82
pkg syscall (freebsd-amd64), const IPPROTO_SWIPE = 53
pkg syscall (freebsd-amd64), const IPPROTO_TCF = 87
pkg syscall (freebsd-amd64), const IPPROTO_TLSP = 56
pkg syscall (freebsd-amd64), const IPPROTO_TP = 29
pkg syscall (freebsd-amd64), const IPPROTO_TPXX = 39
pkg syscall (freebsd-amd64), const IPPROTO_TRUNK1 = 23
pkg syscall (freebsd-amd64), const IPPROTO_TRUNK2 = 24
pkg syscall (freebsd-amd64), const IPPROTO_TTP = 84
pkg syscall (freebsd-amd64), const IPPROTO_VINES = 83
pkg syscall (freebsd-amd64), const IPPROTO_VISA = 70
pkg syscall (freebsd-amd64), const IPPROTO_VMTP = 81
pkg syscall (freebsd-amd64), const IPPROTO_WBEXPAK = 79
pkg syscall (freebsd-amd64), const IPPROTO_WBMON = 78
pkg syscall (freebsd-amd64), const IPPROTO_WSN = 74
pkg syscall (freebsd-amd64), const IPPROTO_XNET = 15
pkg syscall (freebsd-amd64), const IPPROTO_XTP = 36
pkg syscall (freebsd-amd64), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (freebsd-amd64), const IPV6_BINDANY = 64
pkg syscall (freebsd-amd64), const IPV6_BINDV6ONLY = 27
pkg syscall (freebsd-amd64), const IPV6_CHECKSUM = 26
pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-amd64), const IPV6_DEFHLIM = 64
pkg syscall (freebsd-amd64), const IPV6_DONTFRAG = 62
pkg syscall (freebsd-amd64), const IPV6_DSTOPTS = 50
pkg syscall (freebsd-amd64), const IPV6_FAITH = 29
pkg syscall (freebsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (freebsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (freebsd-amd64), const IPV6_FRAGTTL = 120
pkg syscall (freebsd-amd64), const IPV6_FW_ADD = 30
pkg syscall (freebsd-amd64), const IPV6_FW_DEL = 31
pkg syscall (freebsd-amd64), const IPV6_FW_FLUSH = 32
pkg syscall (freebsd-amd64), const IPV6_FW_GET = 34
pkg syscall (freebsd-amd64), const IPV6_FW_ZERO = 33
pkg syscall (freebsd-amd64), const IPV6_HLIMDEC = 1
pkg syscall (freebsd-amd64), const IPV6_HOPLIMIT = 47
pkg syscall (freebsd-amd64), const IPV6_HOPOPTS = 49
pkg syscall (freebsd-amd64), const IPV6_IPSEC_POLICY = 28
pkg syscall (freebsd-amd64), const IPV6_JOIN_GROUP = 12
pkg syscall (freebsd-amd64), const IPV6_LEAVE_GROUP = 13
pkg syscall (freebsd-amd64), const IPV6_MAXHLIM = 255
pkg syscall (freebsd-amd64), const IPV6_MAXOPTHDR = 2048
pkg syscall (freebsd-amd64), const IPV6_MAXPACKET = 65535
pkg syscall (freebsd-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-amd64), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-amd64), const IPV6_MMTU = 1280
pkg syscall (freebsd-amd64), const IPV6_MSFILTER = 74
pkg syscall (freebsd-amd64), const IPV6_MULTICAST_HOPS = 10
pkg syscall (freebsd-amd64), const IPV6_MULTICAST_IF = 9
pkg syscall (freebsd-amd64), const IPV6_MULTICAST_LOOP = 11
pkg syscall (freebsd-amd64), const IPV6_NEXTHOP = 48
pkg syscall (freebsd-amd64), const IPV6_PATHMTU = 44
pkg syscall (freebsd-amd64), const IPV6_PKTINFO = 46
pkg syscall (freebsd-amd64), const IPV6_PORTRANGE = 14
pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_LOW = 2
pkg syscall (freebsd-amd64), const IPV6_PREFER_TEMPADDR = 63
pkg syscall (freebsd-amd64), const IPV6_RECVDSTOPTS = 40
pkg syscall (freebsd-amd64), const IPV6_RECVHOPLIMIT = 37
pkg syscall (freebsd-amd64), const IPV6_RECVHOPOPTS = 39
pkg syscall (freebsd-amd64), const IPV6_RECVPATHMTU = 43
pkg syscall (freebsd-amd64), const IPV6_RECVPKTINFO = 36
pkg syscall (freebsd-amd64), const IPV6_RECVRTHDR = 38
pkg syscall (freebsd-amd64), const IPV6_RECVTCLASS = 57
pkg syscall (freebsd-amd64), const IPV6_RTHDR = 51
pkg syscall (freebsd-amd64), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (freebsd-amd64), const IPV6_RTHDR_LOOSE = 0
pkg syscall (freebsd-amd64), const IPV6_RTHDR_STRICT = 1
pkg syscall (freebsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (freebsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (freebsd-amd64), const IPV6_TCLASS = 61
pkg syscall (freebsd-amd64), const IPV6_UNICAST_HOPS = 4
pkg syscall (freebsd-amd64), const IPV6_USE_MIN_MTU = 42
pkg syscall (freebsd-amd64), const IPV6_V6ONLY = 27
pkg syscall (freebsd-amd64), const IPV6_VERSION = 96
pkg syscall (freebsd-amd64), const IPV6_VERSION_MASK = 240
pkg syscall (freebsd-amd64), const IP_ADD_MEMBERSHIP = 12
pkg syscall (freebsd-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (freebsd-amd64), const IP_BINDANY = 24
pkg syscall (freebsd-amd64), const IP_BLOCK_SOURCE = 72
pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (freebsd-amd64), const IP_DF = 16384
pkg syscall (freebsd-amd64), const IP_DONTFRAG = 67
pkg syscall (freebsd-amd64), const IP_DROP_MEMBERSHIP = 13
pkg syscall (freebsd-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (freebsd-amd64), const IP_DUMMYNET3 = 49
pkg syscall (freebsd-amd64), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (freebsd-amd64), const IP_DUMMYNET_DEL = 61
pkg syscall (freebsd-amd64), const IP_DUMMYNET_FLUSH = 62
pkg syscall (freebsd-amd64), const IP_DUMMYNET_GET = 64
pkg syscall (freebsd-amd64), const IP_FAITH = 22
pkg syscall (freebsd-amd64), const IP_FW3 = 48
pkg syscall (freebsd-amd64), const IP_FW_ADD = 50
pkg syscall (freebsd-amd64), const IP_FW_DEL = 51
pkg syscall (freebsd-amd64), const IP_FW_FLUSH = 52
pkg syscall (freebsd-amd64), const IP_FW_GET = 54
pkg syscall (freebsd-amd64), const IP_FW_NAT_CFG = 56
pkg syscall (freebsd-amd64), const IP_FW_NAT_DEL = 57
pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_CONFIG = 58
pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_LOG = 59
pkg syscall (freebsd-amd64), const IP_FW_RESETLOG = 55
pkg syscall (freebsd-amd64), const IP_FW_TABLE_ADD = 40
pkg syscall (freebsd-amd64), const IP_FW_TABLE_DEL = 41
pkg syscall (freebsd-amd64), const IP_FW_TABLE_FLUSH = 42
pkg syscall (freebsd-amd64), const IP_FW_TABLE_GETSIZE = 43
pkg syscall (freebsd-amd64), const IP_FW_TABLE_LIST = 44
pkg syscall (freebsd-amd64), const IP_FW_ZERO = 53
pkg syscall (freebsd-amd64), const IP_HDRINCL = 2
pkg syscall (freebsd-amd64), const IP_IPSEC_POLICY = 21
pkg syscall (freebsd-amd64), const IP_MAXPACKET = 65535
pkg syscall (freebsd-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (freebsd-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-amd64), const IP_MAX_SOURCE_FILTER = 1024
pkg syscall (freebsd-amd64), const IP_MF = 8192
pkg syscall (freebsd-amd64), const IP_MINTTL = 66
pkg syscall (freebsd-amd64), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-amd64), const IP_MSFILTER = 74
pkg syscall (freebsd-amd64), const IP_MSS = 576
pkg syscall (freebsd-amd64), const IP_MULTICAST_IF = 9
pkg syscall (freebsd-amd64), const IP_MULTICAST_LOOP = 11
pkg syscall (freebsd-amd64), const IP_MULTICAST_TTL = 10
pkg syscall (freebsd-amd64), const IP_MULTICAST_VIF = 14
pkg syscall (freebsd-amd64), const IP_OFFMASK = 8191
pkg syscall (freebsd-amd64), const IP_ONESBCAST = 23
pkg syscall (freebsd-amd64), const IP_OPTIONS = 1
pkg syscall (freebsd-amd64), const IP_PORTRANGE = 19
pkg syscall (freebsd-amd64), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-amd64), const IP_PORTRANGE_HIGH = 1
pkg syscall (freebsd-amd64), const IP_PORTRANGE_LOW = 2
pkg syscall (freebsd-amd64), const IP_RECVDSTADDR = 7
pkg syscall (freebsd-amd64), const IP_RECVIF = 20
pkg syscall (freebsd-amd64), const IP_RECVOPTS = 5
pkg syscall (freebsd-amd64), const IP_RECVRETOPTS = 6
pkg syscall (freebsd-amd64), const IP_RECVTOS = 68
pkg syscall (freebsd-amd64), const IP_RECVTOS ideal-int
pkg syscall (freebsd-amd64), const IP_RECVTTL = 65
pkg syscall (freebsd-amd64), const IP_RETOPTS = 8
pkg syscall (freebsd-amd64), const IP_RF = 32768
pkg syscall (freebsd-amd64), const IP_RSVP_OFF = 16
pkg syscall (freebsd-amd64), const IP_RSVP_ON = 15
pkg syscall (freebsd-amd64), const IP_RSVP_VIF_OFF = 18
pkg syscall (freebsd-amd64), const IP_RSVP_VIF_ON = 17
pkg syscall (freebsd-amd64), const IP_SENDSRCADDR = 7
pkg syscall (freebsd-amd64), const IP_TOS = 3
pkg syscall (freebsd-amd64), const IP_TTL = 4
pkg syscall (freebsd-amd64), const IP_UNBLOCK_SOURCE = 73
pkg syscall (freebsd-amd64), const ISIG = 128
pkg syscall (freebsd-amd64), const ISIG ideal-int
pkg syscall (freebsd-amd64), const ISTRIP = 32
pkg syscall (freebsd-amd64), const ISTRIP ideal-int
pkg syscall (freebsd-amd64), const IXANY = 2048
pkg syscall (freebsd-amd64), const IXANY ideal-int
pkg syscall (freebsd-amd64), const IXOFF = 1024
pkg syscall (freebsd-amd64), const IXOFF ideal-int
pkg syscall (freebsd-amd64), const IXON = 512
pkg syscall (freebsd-amd64), const IXON ideal-int
pkg syscall (freebsd-amd64), const ImplementsGetwd = false
pkg syscall (freebsd-amd64), const LOCK_EX = 2
pkg syscall (freebsd-amd64), const LOCK_NB = 4
pkg syscall (freebsd-amd64), const LOCK_SH = 1
pkg syscall (freebsd-amd64), const LOCK_UN = 8
pkg syscall (freebsd-amd64), const MADV_AUTOSYNC = 7
pkg syscall (freebsd-amd64), const MADV_AUTOSYNC ideal-int
pkg syscall (freebsd-amd64), const MADV_CORE = 9
pkg syscall (freebsd-amd64), const MADV_CORE ideal-int
pkg syscall (freebsd-amd64), const MADV_DONTNEED = 4
pkg syscall (freebsd-amd64), const MADV_DONTNEED ideal-int
pkg syscall (freebsd-amd64), const MADV_FREE = 5
pkg syscall (freebsd-amd64), const MADV_FREE ideal-int
pkg syscall (freebsd-amd64), const MADV_NOCORE = 8
pkg syscall (freebsd-amd64), const MADV_NOCORE ideal-int
pkg syscall (freebsd-amd64), const MADV_NORMAL = 0
pkg syscall (freebsd-amd64), const MADV_NORMAL ideal-int
pkg syscall (freebsd-amd64), const MADV_NOSYNC = 6
pkg syscall (freebsd-amd64), const MADV_NOSYNC ideal-int
pkg syscall (freebsd-amd64), const MADV_PROTECT = 10
pkg syscall (freebsd-amd64), const MADV_PROTECT ideal-int
pkg syscall (freebsd-amd64), const MADV_RANDOM = 1
pkg syscall (freebsd-amd64), const MADV_RANDOM ideal-int
pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL = 2
pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL ideal-int
pkg syscall (freebsd-amd64), const MADV_WILLNEED = 3
pkg syscall (freebsd-amd64), const MADV_WILLNEED ideal-int
pkg syscall (freebsd-amd64), const MAP_ANON = 4096
pkg syscall (freebsd-amd64), const MAP_ANON ideal-int
pkg syscall (freebsd-amd64), const MAP_ANONYMOUS = 4096
pkg syscall (freebsd-amd64), const MAP_ANONYMOUS ideal-int
pkg syscall (freebsd-amd64), const MAP_COPY = 2
pkg syscall (freebsd-amd64), const MAP_COPY ideal-int
pkg syscall (freebsd-amd64), const MAP_FILE = 0
pkg syscall (freebsd-amd64), const MAP_FILE ideal-int
pkg syscall (freebsd-amd64), const MAP_FIXED = 16
pkg syscall (freebsd-amd64), const MAP_FIXED ideal-int
pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE = 512
pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE ideal-int
pkg syscall (freebsd-amd64), const MAP_NOCORE = 131072
pkg syscall (freebsd-amd64), const MAP_NOCORE ideal-int
pkg syscall (freebsd-amd64), const MAP_NORESERVE = 64
pkg syscall (freebsd-amd64), const MAP_NORESERVE ideal-int
pkg syscall (freebsd-amd64), const MAP_NOSYNC = 2048
pkg syscall (freebsd-amd64), const MAP_NOSYNC ideal-int
pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ = 262144
pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ ideal-int
pkg syscall (freebsd-amd64), const MAP_PRIVATE = 2
pkg syscall (freebsd-amd64), const MAP_PRIVATE ideal-int
pkg syscall (freebsd-amd64), const MAP_RENAME = 32
pkg syscall (freebsd-amd64), const MAP_RENAME ideal-int
pkg syscall (freebsd-amd64), const MAP_RESERVED0080 = 128
pkg syscall (freebsd-amd64), const MAP_RESERVED0080 ideal-int
pkg syscall (freebsd-amd64), const MAP_RESERVED0100 = 256
pkg syscall (freebsd-amd64), const MAP_RESERVED0100 ideal-int
pkg syscall (freebsd-amd64), const MAP_SHARED = 1
pkg syscall (freebsd-amd64), const MAP_SHARED ideal-int
pkg syscall (freebsd-amd64), const MAP_STACK = 1024
pkg syscall (freebsd-amd64), const MAP_STACK ideal-int
pkg syscall (freebsd-amd64), const MCL_CURRENT = 1
pkg syscall (freebsd-amd64), const MCL_CURRENT ideal-int
pkg syscall (freebsd-amd64), const MCL_FUTURE = 2
pkg syscall (freebsd-amd64), const MCL_FUTURE ideal-int
pkg syscall (freebsd-amd64), const MSG_COMPAT = 32768
pkg syscall (freebsd-amd64), const MSG_CTRUNC = 32
pkg syscall (freebsd-amd64), const MSG_DONTROUTE = 4
pkg syscall (freebsd-amd64), const MSG_DONTWAIT = 128
pkg syscall (freebsd-amd64), const MSG_EOF = 256
pkg syscall (freebsd-amd64), const MSG_EOR = 8
pkg syscall (freebsd-amd64), const MSG_NBIO = 16384
pkg syscall (freebsd-amd64), const MSG_NOSIGNAL = 131072
pkg syscall (freebsd-amd64), const MSG_NOTIFICATION = 8192
pkg syscall (freebsd-amd64), const MSG_OOB = 1
pkg syscall (freebsd-amd64), const MSG_PEEK = 2
pkg syscall (freebsd-amd64), const MSG_TRUNC = 16
pkg syscall (freebsd-amd64), const MSG_WAITALL = 64
pkg syscall (freebsd-amd64), const MS_ASYNC = 1
pkg syscall (freebsd-amd64), const MS_ASYNC ideal-int
pkg syscall (freebsd-amd64), const MS_INVALIDATE = 2
pkg syscall (freebsd-amd64), const MS_INVALIDATE ideal-int
pkg syscall (freebsd-amd64), const MS_SYNC = 0
pkg syscall (freebsd-amd64), const MS_SYNC ideal-int
pkg syscall (freebsd-amd64), const NET_RT_DUMP = 1
pkg syscall (freebsd-amd64), const NET_RT_FLAGS = 2
pkg syscall (freebsd-amd64), const NET_RT_IFLIST = 3
pkg syscall (freebsd-amd64), const NET_RT_IFLISTL = 5
pkg syscall (freebsd-amd64), const NET_RT_IFLISTL ideal-int
pkg syscall (freebsd-amd64), const NET_RT_IFMALIST = 4
pkg syscall (freebsd-amd64), const NET_RT_MAXID = 6
pkg syscall (freebsd-amd64), const NOFLSH = 2147483648
pkg syscall (freebsd-amd64), const NOFLSH ideal-int
pkg syscall (freebsd-amd64), const NOTE_ATTRIB = 8
pkg syscall (freebsd-amd64), const NOTE_CHILD = 4
pkg syscall (freebsd-amd64), const NOTE_DELETE = 1
pkg syscall (freebsd-amd64), const NOTE_EXEC = 536870912
pkg syscall (freebsd-amd64), const NOTE_EXIT = 2147483648
pkg syscall (freebsd-amd64), const NOTE_EXTEND = 4
pkg syscall (freebsd-amd64), const NOTE_FFAND = 1073741824
pkg syscall (freebsd-amd64), const NOTE_FFCOPY = 3221225472
pkg syscall (freebsd-amd64), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (freebsd-amd64), const NOTE_FFLAGSMASK = 16777215
pkg syscall (freebsd-amd64), const NOTE_FFNOP = 0
pkg syscall (freebsd-amd64), const NOTE_FFOR = 2147483648
pkg syscall (freebsd-amd64), const NOTE_FORK = 1073741824
pkg syscall (freebsd-amd64), const NOTE_LINK = 16
pkg syscall (freebsd-amd64), const NOTE_LOWAT = 1
pkg syscall (freebsd-amd64), const NOTE_PCTRLMASK = 4026531840
pkg syscall (freebsd-amd64), const NOTE_PDATAMASK = 1048575
pkg syscall (freebsd-amd64), const NOTE_RENAME = 32
pkg syscall (freebsd-amd64), const NOTE_REVOKE = 64
pkg syscall (freebsd-amd64), const NOTE_TRACK = 1
pkg syscall (freebsd-amd64), const NOTE_TRACKERR = 2
pkg syscall (freebsd-amd64), const NOTE_TRIGGER = 16777216
pkg syscall (freebsd-amd64), const NOTE_WRITE = 2
pkg syscall (freebsd-amd64), const OCRNL = 16
pkg syscall (freebsd-amd64), const OCRNL ideal-int
pkg syscall (freebsd-amd64), const ONLCR = 2
pkg syscall (freebsd-amd64), const ONLCR ideal-int
pkg syscall (freebsd-amd64), const ONLRET = 64
pkg syscall (freebsd-amd64), const ONLRET ideal-int
pkg syscall (freebsd-amd64), const ONOCR = 32
pkg syscall (freebsd-amd64), const ONOCR ideal-int
pkg syscall (freebsd-amd64), const ONOEOT = 8
pkg syscall (freebsd-amd64), const ONOEOT ideal-int
pkg syscall (freebsd-amd64), const OPOST = 1
pkg syscall (freebsd-amd64), const OPOST ideal-int
pkg syscall (freebsd-amd64), const O_ACCMODE = 3
pkg syscall (freebsd-amd64), const O_APPEND = 8
pkg syscall (freebsd-amd64), const O_ASYNC = 64
pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
pkg syscall (freebsd-amd64), const O_CREAT = 512
pkg syscall (freebsd-amd64), const O_DIRECT = 65536
pkg syscall (freebsd-amd64), const O_DIRECTORY = 131072
pkg syscall (freebsd-amd64), const O_EXCL = 2048
pkg syscall (freebsd-amd64), const O_EXEC = 262144
pkg syscall (freebsd-amd64), const O_EXLOCK = 32
pkg syscall (freebsd-amd64), const O_FSYNC = 128
pkg syscall (freebsd-amd64), const O_NDELAY = 4
pkg syscall (freebsd-amd64), const O_NOCTTY = 32768
pkg syscall (freebsd-amd64), const O_NOFOLLOW = 256
pkg syscall (freebsd-amd64), const O_NONBLOCK = 4
pkg syscall (freebsd-amd64), const O_SHLOCK = 16
pkg syscall (freebsd-amd64), const O_SYNC = 128
pkg syscall (freebsd-amd64), const O_TRUNC = 1024
pkg syscall (freebsd-amd64), const O_TTY_INIT = 524288
pkg syscall (freebsd-amd64), const PARENB = 4096
pkg syscall (freebsd-amd64), const PARENB ideal-int
pkg syscall (freebsd-amd64), const PARMRK = 8
pkg syscall (freebsd-amd64), const PARMRK ideal-int
pkg syscall (freebsd-amd64), const PARODD = 8192
pkg syscall (freebsd-amd64), const PARODD ideal-int
pkg syscall (freebsd-amd64), const PENDIN = 536870912
pkg syscall (freebsd-amd64), const PENDIN ideal-int
pkg syscall (freebsd-amd64), const PROT_EXEC = 4
pkg syscall (freebsd-amd64), const PROT_EXEC ideal-int
pkg syscall (freebsd-amd64), const PROT_NONE = 0
pkg syscall (freebsd-amd64), const PROT_NONE ideal-int
pkg syscall (freebsd-amd64), const PROT_READ = 1
pkg syscall (freebsd-amd64), const PROT_READ ideal-int
pkg syscall (freebsd-amd64), const PROT_WRITE = 2
pkg syscall (freebsd-amd64), const PROT_WRITE ideal-int
pkg syscall (freebsd-amd64), const PTRACE_CONT = 7
pkg syscall (freebsd-amd64), const PTRACE_KILL = 8
pkg syscall (freebsd-amd64), const PTRACE_TRACEME = 0
pkg syscall (freebsd-amd64), const RLIMIT_AS = 10
pkg syscall (freebsd-amd64), const RLIMIT_CORE = 4
pkg syscall (freebsd-amd64), const RLIMIT_CPU = 0
pkg syscall (freebsd-amd64), const RLIMIT_DATA = 2
pkg syscall (freebsd-amd64), const RLIMIT_FSIZE = 1
pkg syscall (freebsd-amd64), const RLIMIT_NOFILE = 8
pkg syscall (freebsd-amd64), const RLIMIT_STACK = 3
pkg syscall (freebsd-amd64), const RLIM_INFINITY = 9223372036854775807
pkg syscall (freebsd-amd64), const RTAX_AUTHOR = 6
pkg syscall (freebsd-amd64), const RTAX_BRD = 7
pkg syscall (freebsd-amd64), const RTAX_DST = 0
pkg syscall (freebsd-amd64), const RTAX_GATEWAY = 1
pkg syscall (freebsd-amd64), const RTAX_GENMASK = 3
pkg syscall (freebsd-amd64), const RTAX_IFA = 5
pkg syscall (freebsd-amd64), const RTAX_IFP = 4
pkg syscall (freebsd-amd64), const RTAX_MAX = 8
pkg syscall (freebsd-amd64), const RTAX_NETMASK = 2
pkg syscall (freebsd-amd64), const RTA_AUTHOR = 64
pkg syscall (freebsd-amd64), const RTA_BRD = 128
pkg syscall (freebsd-amd64), const RTA_DST = 1
pkg syscall (freebsd-amd64), const RTA_GATEWAY = 2
pkg syscall (freebsd-amd64), const RTA_GENMASK = 8
pkg syscall (freebsd-amd64), const RTA_IFA = 32
pkg syscall (freebsd-amd64), const RTA_IFP = 16
pkg syscall (freebsd-amd64), const RTA_NETMASK = 4
pkg syscall (freebsd-amd64), const RTF_BLACKHOLE = 4096
pkg syscall (freebsd-amd64), const RTF_BROADCAST = 4194304
pkg syscall (freebsd-amd64), const RTF_DONE = 64
pkg syscall (freebsd-amd64), const RTF_DYNAMIC = 16
pkg syscall (freebsd-amd64), const RTF_FMASK = 268752904
pkg syscall (freebsd-amd64), const RTF_GATEWAY = 2
pkg syscall (freebsd-amd64), const RTF_HOST = 4
pkg syscall (freebsd-amd64), const RTF_LLDATA = 1024
pkg syscall (freebsd-amd64), const RTF_LLINFO = 1024
pkg syscall (freebsd-amd64), const RTF_LOCAL = 2097152
pkg syscall (freebsd-amd64), const RTF_MODIFIED = 32
pkg syscall (freebsd-amd64), const RTF_MULTICAST = 8388608
pkg syscall (freebsd-amd64), const RTF_PINNED = 1048576
pkg syscall (freebsd-amd64), const RTF_PRCLONING = 65536
pkg syscall (freebsd-amd64), const RTF_PROTO1 = 32768
pkg syscall (freebsd-amd64), const RTF_PROTO2 = 16384
pkg syscall (freebsd-amd64), const RTF_PROTO3 = 262144
pkg syscall (freebsd-amd64), const RTF_REJECT = 8
pkg syscall (freebsd-amd64), const RTF_RNH_LOCKED = 1073741824
pkg syscall (freebsd-amd64), const RTF_STATIC = 2048
pkg syscall (freebsd-amd64), const RTF_STICKY = 268435456
pkg syscall (freebsd-amd64), const RTF_UP = 1
pkg syscall (freebsd-amd64), const RTF_XRESOLVE = 512
pkg syscall (freebsd-amd64), const RTM_ADD = 1
pkg syscall (freebsd-amd64), const RTM_CHANGE = 3
pkg syscall (freebsd-amd64), const RTM_DELADDR = 13
pkg syscall (freebsd-amd64), const RTM_DELETE = 2
pkg syscall (freebsd-amd64), const RTM_DELMADDR = 16
pkg syscall (freebsd-amd64), const RTM_GET = 4
pkg syscall (freebsd-amd64), const RTM_IEEE80211 = 18
pkg syscall (freebsd-amd64), const RTM_IFANNOUNCE = 17
pkg syscall (freebsd-amd64), const RTM_IFINFO = 14
pkg syscall (freebsd-amd64), const RTM_LOCK = 8
pkg syscall (freebsd-amd64), const RTM_LOSING = 5
pkg syscall (freebsd-amd64), const RTM_MISS = 7
pkg syscall (freebsd-amd64), const RTM_NEWADDR = 12
pkg syscall (freebsd-amd64), const RTM_NEWMADDR = 15
pkg syscall (freebsd-amd64), const RTM_OLDADD = 9
pkg syscall (freebsd-amd64), const RTM_OLDDEL = 10
pkg syscall (freebsd-amd64), const RTM_REDIRECT = 6
pkg syscall (freebsd-amd64), const RTM_RESOLVE = 11
pkg syscall (freebsd-amd64), const RTM_RTTUNIT = 1000000
pkg syscall (freebsd-amd64), const RTM_VERSION = 5
pkg syscall (freebsd-amd64), const RTV_EXPIRE = 4
pkg syscall (freebsd-amd64), const RTV_HOPCOUNT = 2
pkg syscall (freebsd-amd64), const RTV_MTU = 1
pkg syscall (freebsd-amd64), const RTV_RPIPE = 8
pkg syscall (freebsd-amd64), const RTV_RTT = 64
pkg syscall (freebsd-amd64), const RTV_RTTVAR = 128
pkg syscall (freebsd-amd64), const RTV_SPIPE = 16
pkg syscall (freebsd-amd64), const RTV_SSTHRESH = 32
pkg syscall (freebsd-amd64), const RTV_WEIGHT = 256
pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT = 1
pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT ideal-int
pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB = 0
pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB ideal-int
pkg syscall (freebsd-amd64), const RUSAGE_CHILDREN = -1
pkg syscall (freebsd-amd64), const RUSAGE_SELF = 0
pkg syscall (freebsd-amd64), const RUSAGE_THREAD = 1
pkg syscall (freebsd-amd64), const SCM_BINTIME = 4
pkg syscall (freebsd-amd64), const SCM_CREDS = 3
pkg syscall (freebsd-amd64), const SCM_RIGHTS = 1
pkg syscall (freebsd-amd64), const SCM_TIMESTAMP = 2
pkg syscall (freebsd-amd64), const SIGBUS = 10
pkg syscall (freebsd-amd64), const SIGCHLD = 20
pkg syscall (freebsd-amd64), const SIGCONT = 19
pkg syscall (freebsd-amd64), const SIGEMT = 7
pkg syscall (freebsd-amd64), const SIGINFO = 29
pkg syscall (freebsd-amd64), const SIGIO = 23
pkg syscall (freebsd-amd64), const SIGIOT = 6
pkg syscall (freebsd-amd64), const SIGLWP = 32
pkg syscall (freebsd-amd64), const SIGPROF = 27
pkg syscall (freebsd-amd64), const SIGSTOP = 17
pkg syscall (freebsd-amd64), const SIGSYS = 12
pkg syscall (freebsd-amd64), const SIGTHR = 32
pkg syscall (freebsd-amd64), const SIGTSTP = 18
pkg syscall (freebsd-amd64), const SIGTTIN = 21
pkg syscall (freebsd-amd64), const SIGTTOU = 22
pkg syscall (freebsd-amd64), const SIGURG = 16
pkg syscall (freebsd-amd64), const SIGUSR1 = 30
pkg syscall (freebsd-amd64), const SIGUSR2 = 31
pkg syscall (freebsd-amd64), const SIGVTALRM = 26
pkg syscall (freebsd-amd64), const SIGWINCH = 28
pkg syscall (freebsd-amd64), const SIGXCPU = 24
pkg syscall (freebsd-amd64), const SIGXFSZ = 25
pkg syscall (freebsd-amd64), const SIOCADDMULTI = 2149607729
pkg syscall (freebsd-amd64), const SIOCADDRT = 2151707146
pkg syscall (freebsd-amd64), const SIOCAIFADDR = 2151704858
pkg syscall (freebsd-amd64), const SIOCAIFGROUP = 2150132103
pkg syscall (freebsd-amd64), const SIOCALIFADDR = 2165860635
pkg syscall (freebsd-amd64), const SIOCATMARK = 1074033415
pkg syscall (freebsd-amd64), const SIOCDELMULTI = 2149607730
pkg syscall (freebsd-amd64), const SIOCDELRT = 2151707147
pkg syscall (freebsd-amd64), const SIOCDIFADDR = 2149607705
pkg syscall (freebsd-amd64), const SIOCDIFGROUP = 2150132105
pkg syscall (freebsd-amd64), const SIOCDIFPHYADDR = 2149607753
pkg syscall (freebsd-amd64), const SIOCDLIFADDR = 2165860637
pkg syscall (freebsd-amd64), const SIOCGDRVSPEC = 3223873915
pkg syscall (freebsd-amd64), const SIOCGETSGCNT = 3223351824
pkg syscall (freebsd-amd64), const SIOCGETVIFCNT = 3223876111
pkg syscall (freebsd-amd64), const SIOCGHIWAT = 1074033409
pkg syscall (freebsd-amd64), const SIOCGIFADDR = 3223349537
pkg syscall (freebsd-amd64), const SIOCGIFBRDADDR = 3223349539
pkg syscall (freebsd-amd64), const SIOCGIFCAP = 3223349535
pkg syscall (freebsd-amd64), const SIOCGIFCONF = 3222300964
pkg syscall (freebsd-amd64), const SIOCGIFDESCR = 3223349546
pkg syscall (freebsd-amd64), const SIOCGIFDSTADDR = 3223349538
pkg syscall (freebsd-amd64), const SIOCGIFFIB = 3223349596
pkg syscall (freebsd-amd64), const SIOCGIFFIB ideal-int
pkg syscall (freebsd-amd64), const SIOCGIFFLAGS = 3223349521
pkg syscall (freebsd-amd64), const SIOCGIFGENERIC = 3223349562
pkg syscall (freebsd-amd64), const SIOCGIFGMEMB = 3223873930
pkg syscall (freebsd-amd64), const SIOCGIFGROUP = 3223873928
pkg syscall (freebsd-amd64), const SIOCGIFINDEX = 3223349536
pkg syscall (freebsd-amd64), const SIOCGIFMAC = 3223349542
pkg syscall (freebsd-amd64), const SIOCGIFMEDIA = 3224398136
pkg syscall (freebsd-amd64), const SIOCGIFMETRIC = 3223349527
pkg syscall (freebsd-amd64), const SIOCGIFMTU = 3223349555
pkg syscall (freebsd-amd64), const SIOCGIFNETMASK = 3223349541
pkg syscall (freebsd-amd64), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (freebsd-amd64), const SIOCGIFPHYS = 3223349557
pkg syscall (freebsd-amd64), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (freebsd-amd64), const SIOCGIFSTATUS = 3274795323
pkg syscall (freebsd-amd64), const SIOCGLIFADDR = 3239602460
pkg syscall (freebsd-amd64), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (freebsd-amd64), const SIOCGLOWAT = 1074033411
pkg syscall (freebsd-amd64), const SIOCGPGRP = 1074033417
pkg syscall (freebsd-amd64), const SIOCGPRIVATE_0 = 3223349584
pkg syscall (freebsd-amd64), const SIOCGPRIVATE_1 = 3223349585
pkg syscall (freebsd-amd64), const SIOCIFCREATE = 3223349626
pkg syscall (freebsd-amd64), const SIOCIFCREATE2 = 3223349628
pkg syscall (freebsd-amd64), const SIOCIFDESTROY = 2149607801
pkg syscall (freebsd-amd64), const SIOCIFGCLONERS = 3222301048
pkg syscall (freebsd-amd64), const SIOCSDRVSPEC = 2150132091
pkg syscall (freebsd-amd64), const SIOCSHIWAT = 2147775232
pkg syscall (freebsd-amd64), const SIOCSIFADDR = 2149607692
pkg syscall (freebsd-amd64), const SIOCSIFBRDADDR = 2149607699
pkg syscall (freebsd-amd64), const SIOCSIFCAP = 2149607710
pkg syscall (freebsd-amd64), const SIOCSIFDESCR = 2149607721
pkg syscall (freebsd-amd64), const SIOCSIFDSTADDR = 2149607694
pkg syscall (freebsd-amd64), const SIOCSIFFIB = 2149607773
pkg syscall (freebsd-amd64), const SIOCSIFFIB ideal-int
pkg syscall (freebsd-amd64), const SIOCSIFFLAGS = 2149607696
pkg syscall (freebsd-amd64), const SIOCSIFGENERIC = 2149607737
pkg syscall (freebsd-amd64), const SIOCSIFLLADDR = 2149607740
pkg syscall (freebsd-amd64), const SIOCSIFMAC = 2149607719
pkg syscall (freebsd-amd64), const SIOCSIFMEDIA = 3223349559
pkg syscall (freebsd-amd64), const SIOCSIFMETRIC = 2149607704
pkg syscall (freebsd-amd64), const SIOCSIFMTU = 2149607732
pkg syscall (freebsd-amd64), const SIOCSIFNAME = 2149607720
pkg syscall (freebsd-amd64), const SIOCSIFNETMASK = 2149607702
pkg syscall (freebsd-amd64), const SIOCSIFPHYADDR = 2151704902
pkg syscall (freebsd-amd64), const SIOCSIFPHYS = 2149607734
pkg syscall (freebsd-amd64), const SIOCSIFRVNET = 3223349595
pkg syscall (freebsd-amd64), const SIOCSIFVNET = 3223349594
pkg syscall (freebsd-amd64), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (freebsd-amd64), const SIOCSLOWAT = 2147775234
pkg syscall (freebsd-amd64), const SIOCSPGRP = 2147775240
pkg syscall (freebsd-amd64), const SOCK_MAXADDRLEN = 255
pkg syscall (freebsd-amd64), const SOCK_RDM = 4
pkg syscall (freebsd-amd64), const SOL_SOCKET = 65535
pkg syscall (freebsd-amd64), const SOMAXCONN = 128
pkg syscall (freebsd-amd64), const SO_ACCEPTCONN = 2
pkg syscall (freebsd-amd64), const SO_ACCEPTFILTER = 4096
pkg syscall (freebsd-amd64), const SO_BINTIME = 8192
pkg syscall (freebsd-amd64), const SO_BROADCAST = 32
pkg syscall (freebsd-amd64), const SO_DEBUG = 1
pkg syscall (freebsd-amd64), const SO_DONTROUTE = 16
pkg syscall (freebsd-amd64), const SO_ERROR = 4103
pkg syscall (freebsd-amd64), const SO_KEEPALIVE = 8
pkg syscall (freebsd-amd64), const SO_LABEL = 4105
pkg syscall (freebsd-amd64), const SO_LINGER = 128
pkg syscall (freebsd-amd64), const SO_LISTENINCQLEN = 4115
pkg syscall (freebsd-amd64), const SO_LISTENQLEN = 4114
pkg syscall (freebsd-amd64), const SO_LISTENQLIMIT = 4113
pkg syscall (freebsd-amd64), const SO_NOSIGPIPE = 2048
pkg syscall (freebsd-amd64), const SO_NO_DDP = 32768
pkg syscall (freebsd-amd64), const SO_NO_OFFLOAD = 16384
pkg syscall (freebsd-amd64), const SO_OOBINLINE = 256
pkg syscall (freebsd-amd64), const SO_PEERLABEL = 4112
pkg syscall (freebsd-amd64), const SO_PROTOCOL = 4118
pkg syscall (freebsd-amd64), const SO_PROTOCOL ideal-int
pkg syscall (freebsd-amd64), const SO_PROTOTYPE = 4118
pkg syscall (freebsd-amd64), const SO_PROTOTYPE ideal-int
pkg syscall (freebsd-amd64), const SO_RCVBUF = 4098
pkg syscall (freebsd-amd64), const SO_RCVLOWAT = 4100
pkg syscall (freebsd-amd64), const SO_RCVTIMEO = 4102
pkg syscall (freebsd-amd64), const SO_REUSEADDR = 4
pkg syscall (freebsd-amd64), const SO_REUSEPORT = 512
pkg syscall (freebsd-amd64), const SO_SETFIB = 4116
pkg syscall (freebsd-amd64), const SO_SNDBUF = 4097
pkg syscall (freebsd-amd64), const SO_SNDLOWAT = 4099
pkg syscall (freebsd-amd64), const SO_SNDTIMEO = 4101
pkg syscall (freebsd-amd64), const SO_TIMESTAMP = 1024
pkg syscall (freebsd-amd64), const SO_TYPE = 4104
pkg syscall (freebsd-amd64), const SO_USELOOPBACK = 64
pkg syscall (freebsd-amd64), const SO_USER_COOKIE = 4117
pkg syscall (freebsd-amd64), const SO_USER_COOKIE ideal-int
pkg syscall (freebsd-amd64), const SYS_ABORT2 = 463
pkg syscall (freebsd-amd64), const SYS_ACCEPT = 30
pkg syscall (freebsd-amd64), const SYS_ACCESS = 33
pkg syscall (freebsd-amd64), const SYS_ACCT = 51
pkg syscall (freebsd-amd64), const SYS_ADJTIME = 140
pkg syscall (freebsd-amd64), const SYS_AUDIT = 445
pkg syscall (freebsd-amd64), const SYS_AUDITCTL = 453
pkg syscall (freebsd-amd64), const SYS_AUDITON = 446
pkg syscall (freebsd-amd64), const SYS_BIND = 104
pkg syscall (freebsd-amd64), const SYS_CAP_ENTER = 516
pkg syscall (freebsd-amd64), const SYS_CAP_GETMODE = 517
pkg syscall (freebsd-amd64), const SYS_CAP_GETRIGHTS = 515
pkg syscall (freebsd-amd64), const SYS_CAP_NEW = 514
pkg syscall (freebsd-amd64), const SYS_CHDIR = 12
pkg syscall (freebsd-amd64), const SYS_CHFLAGS = 34
pkg syscall (freebsd-amd64), const SYS_CHMOD = 15
pkg syscall (freebsd-amd64), const SYS_CHOWN = 16
pkg syscall (freebsd-amd64), const SYS_CHROOT = 61
pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 = 247
pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
pkg syscall (freebsd-amd64), const SYS_CLOCK_GETRES = 234
pkg syscall (freebsd-amd64), const SYS_CLOCK_GETTIME = 232
pkg syscall (freebsd-amd64), const SYS_CLOCK_SETTIME = 233
pkg syscall (freebsd-amd64), const SYS_CLOSE = 6
pkg syscall (freebsd-amd64), const SYS_CLOSEFROM = 509
pkg syscall (freebsd-amd64), const SYS_CONNECT = 98
pkg syscall (freebsd-amd64), const SYS_CPUSET = 484
pkg syscall (freebsd-amd64), const SYS_CPUSET_GETAFFINITY = 487
pkg syscall (freebsd-amd64), const SYS_CPUSET_GETID = 486
pkg syscall (freebsd-amd64), const SYS_CPUSET_SETAFFINITY = 488
pkg syscall (freebsd-amd64), const SYS_CPUSET_SETID = 485
pkg syscall (freebsd-amd64), const SYS_DUP = 41
pkg syscall (freebsd-amd64), const SYS_DUP2 = 90
pkg syscall (freebsd-amd64), const SYS_EACCESS = 376
pkg syscall (freebsd-amd64), const SYS_EXECVE = 59
pkg syscall (freebsd-amd64), const SYS_EXIT = 1
pkg syscall (freebsd-amd64), const SYS_EXTATTRCTL = 355
pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FD = 373
pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FILE = 358
pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_LINK = 414
pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FD = 372
pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FILE = 357
pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_LINK = 413
pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FD = 437
pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FILE = 438
pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_LINK = 439
pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FD = 371
pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FILE = 356
pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_LINK = 412
pkg syscall (freebsd-amd64), const SYS_FACCESSAT = 489
pkg syscall (freebsd-amd64), const SYS_FCHDIR = 13
pkg syscall (freebsd-amd64), const SYS_FCHFLAGS = 35
pkg syscall (freebsd-amd64), const SYS_FCHMOD = 124
pkg syscall (freebsd-amd64), const SYS_FCHMODAT = 490
pkg syscall (freebsd-amd64), const SYS_FCHOWN = 123
pkg syscall (freebsd-amd64), const SYS_FCHOWNAT = 491
pkg syscall (freebsd-amd64), const SYS_FCNTL = 92
pkg syscall (freebsd-amd64), const SYS_FEXECVE = 492
pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETCOUNTER = 241
pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETESTIMATE = 243
pkg syscall (freebsd-amd64), const SYS_FFCLOCK_SETESTIMATE = 242
pkg syscall (freebsd-amd64), const SYS_FHOPEN = 298
pkg syscall (freebsd-amd64), const SYS_FHSTAT = 299
pkg syscall (freebsd-amd64), const SYS_FHSTATFS = 398
pkg syscall (freebsd-amd64), const SYS_FLOCK = 131
pkg syscall (freebsd-amd64), const SYS_FORK = 2
pkg syscall (freebsd-amd64), const SYS_FPATHCONF = 192
pkg syscall (freebsd-amd64), const SYS_FREEBSD6_FTRUNCATE = 201
pkg syscall (freebsd-amd64), const SYS_FREEBSD6_LSEEK = 199
pkg syscall (freebsd-amd64), const SYS_FREEBSD6_MMAP = 197
pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PREAD = 173
pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PWRITE = 174
pkg syscall (freebsd-amd64), const SYS_FREEBSD6_TRUNCATE = 200
pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397
pkg syscall (freebsd-amd64), const SYS_FSYNC = 95
pkg syscall (freebsd-amd64), const SYS_FTRUNCATE = 480
pkg syscall (freebsd-amd64), const SYS_FUTIMES = 206
pkg syscall (freebsd-amd64), const SYS_FUTIMESAT = 494
pkg syscall (freebsd-amd64), const SYS_GETAUDIT = 449
pkg syscall (freebsd-amd64), const SYS_GETAUDIT_ADDR = 451
pkg syscall (freebsd-amd64), const SYS_GETAUID = 447
pkg syscall (freebsd-amd64), const SYS_GETCONTEXT = 421
pkg syscall (freebsd-amd64), const SYS_GETDENTS = 272
pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196
pkg syscall (freebsd-amd64), const SYS_GETDTABLESIZE = 89
pkg syscall (freebsd-amd64), const SYS_GETEGID = 43
pkg syscall (freebsd-amd64), const SYS_GETEUID = 25
pkg syscall (freebsd-amd64), const SYS_GETFH = 161
pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395
pkg syscall (freebsd-amd64), const SYS_GETGID = 47
pkg syscall (freebsd-amd64), const SYS_GETGROUPS = 79
pkg syscall (freebsd-amd64), const SYS_GETITIMER = 86
pkg syscall (freebsd-amd64), const SYS_GETLOGIN = 49
pkg syscall (freebsd-amd64), const SYS_GETLOGINCLASS = 523
pkg syscall (freebsd-amd64), const SYS_GETPEERNAME = 31
pkg syscall (freebsd-amd64), const SYS_GETPGID = 207
pkg syscall (freebsd-amd64), const SYS_GETPGRP = 81
pkg syscall (freebsd-amd64), const SYS_GETPID = 20
pkg syscall (freebsd-amd64), const SYS_GETPPID = 39
pkg syscall (freebsd-amd64), const SYS_GETPRIORITY = 100
pkg syscall (freebsd-amd64), const SYS_GETRESGID = 361
pkg syscall (freebsd-amd64), const SYS_GETRESUID = 360
pkg syscall (freebsd-amd64), const SYS_GETRLIMIT = 194
pkg syscall (freebsd-amd64), const SYS_GETRUSAGE = 117
pkg syscall (freebsd-amd64), const SYS_GETSID = 310
pkg syscall (freebsd-amd64), const SYS_GETSOCKNAME = 32
pkg syscall (freebsd-amd64), const SYS_GETSOCKOPT = 118
pkg syscall (freebsd-amd64), const SYS_GETTIMEOFDAY = 116
pkg syscall (freebsd-amd64), const SYS_GETUID = 24
pkg syscall (freebsd-amd64), const SYS_IOCTL = 54
pkg syscall (freebsd-amd64), const SYS_ISSETUGID = 253
pkg syscall (freebsd-amd64), const SYS_JAIL = 338
pkg syscall (freebsd-amd64), const SYS_JAIL_ATTACH = 436
pkg syscall (freebsd-amd64), const SYS_JAIL_GET = 506
pkg syscall (freebsd-amd64), const SYS_JAIL_REMOVE = 508
pkg syscall (freebsd-amd64), const SYS_JAIL_SET = 507
pkg syscall (freebsd-amd64), const SYS_KENV = 390
pkg syscall (freebsd-amd64), const SYS_KEVENT = 363
pkg syscall (freebsd-amd64), const SYS_KILL = 37
pkg syscall (freebsd-amd64), const SYS_KLDFIND = 306
pkg syscall (freebsd-amd64), const SYS_KLDFIRSTMOD = 309
pkg syscall (freebsd-amd64), const SYS_KLDLOAD = 304
pkg syscall (freebsd-amd64), const SYS_KLDNEXT = 307
pkg syscall (freebsd-amd64), const SYS_KLDSTAT = 308
pkg syscall (freebsd-amd64), const SYS_KLDSYM = 337
pkg syscall (freebsd-amd64), const SYS_KLDUNLOAD = 305
pkg syscall (freebsd-amd64), const SYS_KLDUNLOADF = 444
pkg syscall (freebsd-amd64), const SYS_KQUEUE = 362
pkg syscall (freebsd-amd64), const SYS_KTIMER_CREATE = 235
pkg syscall (freebsd-amd64), const SYS_KTIMER_DELETE = 236
pkg syscall (freebsd-amd64), const SYS_KTIMER_GETOVERRUN = 239
pkg syscall (freebsd-amd64), const SYS_KTIMER_GETTIME = 238
pkg syscall (freebsd-amd64), const SYS_KTIMER_SETTIME = 237
pkg syscall (freebsd-amd64), const SYS_KTRACE = 45
pkg syscall (freebsd-amd64), const SYS_LCHFLAGS = 391
pkg syscall (freebsd-amd64), const SYS_LCHMOD = 274
pkg syscall (freebsd-amd64), const SYS_LCHOWN = 254
pkg syscall (freebsd-amd64), const SYS_LGETFH = 160
pkg syscall (freebsd-amd64), const SYS_LINK = 9
pkg syscall (freebsd-amd64), const SYS_LINKAT = 495
pkg syscall (freebsd-amd64), const SYS_LISTEN = 106
pkg syscall (freebsd-amd64), const SYS_LPATHCONF = 513
pkg syscall (freebsd-amd64), const SYS_LSEEK = 478
pkg syscall (freebsd-amd64), const SYS_LSTAT = 190
pkg syscall (freebsd-amd64), const SYS_LUTIMES = 276
pkg syscall (freebsd-amd64), const SYS_MAC_SYSCALL = 394
pkg syscall (freebsd-amd64), const SYS_MADVISE = 75
pkg syscall (freebsd-amd64), const SYS_MINCORE = 78
pkg syscall (freebsd-amd64), const SYS_MINHERIT = 250
pkg syscall (freebsd-amd64), const SYS_MKDIR = 136
pkg syscall (freebsd-amd64), const SYS_MKDIRAT = 496
pkg syscall (freebsd-amd64), const SYS_MKFIFO = 132
pkg syscall (freebsd-amd64), const SYS_MKFIFOAT = 497
pkg syscall (freebsd-amd64), const SYS_MKNOD = 14
pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498
pkg syscall (freebsd-amd64), const SYS_MLOCK = 203
pkg syscall (freebsd-amd64), const SYS_MLOCKALL = 324
pkg syscall (freebsd-amd64), const SYS_MMAP = 477
pkg syscall (freebsd-amd64), const SYS_MODFIND = 303
pkg syscall (freebsd-amd64), const SYS_MODFNEXT = 302
pkg syscall (freebsd-amd64), const SYS_MODNEXT = 300
pkg syscall (freebsd-amd64), const SYS_MODSTAT = 301
pkg syscall (freebsd-amd64), const SYS_MOUNT = 21
pkg syscall (freebsd-amd64), const SYS_MPROTECT = 74
pkg syscall (freebsd-amd64), const SYS_MSYNC = 65
pkg syscall (freebsd-amd64), const SYS_MUNLOCK = 204
pkg syscall (freebsd-amd64), const SYS_MUNLOCKALL = 325
pkg syscall (freebsd-amd64), const SYS_MUNMAP = 73
pkg syscall (freebsd-amd64), const SYS_NANOSLEEP = 240
pkg syscall (freebsd-amd64), const SYS_NFSTAT = 279
pkg syscall (freebsd-amd64), const SYS_NLSTAT = 280
pkg syscall (freebsd-amd64), const SYS_NMOUNT = 378
pkg syscall (freebsd-amd64), const SYS_NSTAT = 278
pkg syscall (freebsd-amd64), const SYS_NTP_ADJTIME = 176
pkg syscall (freebsd-amd64), const SYS_NTP_GETTIME = 248
pkg syscall (freebsd-amd64), const SYS_OBREAK = 17
pkg syscall (freebsd-amd64), const SYS_OPEN = 5
pkg syscall (freebsd-amd64), const SYS_OPENAT = 499
pkg syscall (freebsd-amd64), const SYS_OPENBSD_POLL = 252
pkg syscall (freebsd-amd64), const SYS_OVADVISE = 72
pkg syscall (freebsd-amd64), const SYS_PATHCONF = 191
pkg syscall (freebsd-amd64), const SYS_PDFORK = 518
pkg syscall (freebsd-amd64), const SYS_PDGETPID = 520
pkg syscall (freebsd-amd64), const SYS_PDKILL = 519
pkg syscall (freebsd-amd64), const SYS_PIPE = 42
pkg syscall (freebsd-amd64), const SYS_POLL = 209
pkg syscall (freebsd-amd64), const SYS_POSIX_FADVISE = 531
pkg syscall (freebsd-amd64), const SYS_POSIX_FALLOCATE = 530
pkg syscall (freebsd-amd64), const SYS_POSIX_OPENPT = 504
pkg syscall (freebsd-amd64), const SYS_PREAD = 475
pkg syscall (freebsd-amd64), const SYS_PREADV = 289
pkg syscall (freebsd-amd64), const SYS_PROFIL = 44
pkg syscall (freebsd-amd64), const SYS_PSELECT = 522
pkg syscall (freebsd-amd64), const SYS_PTRACE = 26
pkg syscall (freebsd-amd64), const SYS_PWRITE = 476
pkg syscall (freebsd-amd64), const SYS_PWRITEV = 290
pkg syscall (freebsd-amd64), const SYS_QUOTACTL = 148
pkg syscall (freebsd-amd64), const SYS_RCTL_ADD_RULE = 528
pkg syscall (freebsd-amd64), const SYS_RCTL_GET_LIMITS = 527
pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RACCT = 525
pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RULES = 526
pkg syscall (freebsd-amd64), const SYS_RCTL_REMOVE_RULE = 529
pkg syscall (freebsd-amd64), const SYS_READ = 3
pkg syscall (freebsd-amd64), const SYS_READLINK = 58
pkg syscall (freebsd-amd64), const SYS_READLINKAT = 500
pkg syscall (freebsd-amd64), const SYS_READV = 120
pkg syscall (freebsd-amd64), const SYS_REBOOT = 55
pkg syscall (freebsd-amd64), const SYS_RECVFROM = 29
pkg syscall (freebsd-amd64), const SYS_RECVMSG = 27
pkg syscall (freebsd-amd64), const SYS_RENAME = 128
pkg syscall (freebsd-amd64), const SYS_RENAMEAT = 501
pkg syscall (freebsd-amd64), const SYS_REVOKE = 56
pkg syscall (freebsd-amd64), const SYS_RFORK = 251
pkg syscall (freebsd-amd64), const SYS_RMDIR = 137
pkg syscall (freebsd-amd64), const SYS_RTPRIO = 166
pkg syscall (freebsd-amd64), const SYS_RTPRIO_THREAD = 466
pkg syscall (freebsd-amd64), const SYS_SBRK = 69
pkg syscall (freebsd-amd64), const SYS_SCHED_GETPARAM = 328
pkg syscall (freebsd-amd64), const SYS_SCHED_GETSCHEDULER = 330
pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 332
pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 333
pkg syscall (freebsd-amd64), const SYS_SCHED_RR_GET_INTERVAL = 334
pkg syscall (freebsd-amd64), const SYS_SCHED_SETPARAM = 327
pkg syscall (freebsd-amd64), const SYS_SCHED_SETSCHEDULER = 329
pkg syscall (freebsd-amd64), const SYS_SCHED_YIELD = 331
pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_RECVMSG = 474
pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG = 472
pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
pkg syscall (freebsd-amd64), const SYS_SCTP_PEELOFF = 471
pkg syscall (freebsd-amd64), const SYS_SELECT = 93
pkg syscall (freebsd-amd64), const SYS_SENDFILE = 393
pkg syscall (freebsd-amd64), const SYS_SENDMSG = 28
pkg syscall (freebsd-amd64), const SYS_SENDTO = 133
pkg syscall (freebsd-amd64), const SYS_SETAUDIT = 450
pkg syscall (freebsd-amd64), const SYS_SETAUDIT_ADDR = 452
pkg syscall (freebsd-amd64), const SYS_SETAUID = 448
pkg syscall (freebsd-amd64), const SYS_SETCONTEXT = 422
pkg syscall (freebsd-amd64), const SYS_SETEGID = 182
pkg syscall (freebsd-amd64), const SYS_SETEUID = 183
pkg syscall (freebsd-amd64), const SYS_SETFIB = 175
pkg syscall (freebsd-amd64), const SYS_SETGID = 181
pkg syscall (freebsd-amd64), const SYS_SETGROUPS = 80
pkg syscall (freebsd-amd64), const SYS_SETITIMER = 83
pkg syscall (freebsd-amd64), const SYS_SETLOGIN = 50
pkg syscall (freebsd-amd64), const SYS_SETLOGINCLASS = 524
pkg syscall (freebsd-amd64), const SYS_SETPGID = 82
pkg syscall (freebsd-amd64), const SYS_SETPRIORITY = 96
pkg syscall (freebsd-amd64), const SYS_SETREGID = 127
pkg syscall (freebsd-amd64), const SYS_SETRESGID = 312
pkg syscall (freebsd-amd64), const SYS_SETRESUID = 311
pkg syscall (freebsd-amd64), const SYS_SETREUID = 126
pkg syscall (freebsd-amd64), const SYS_SETRLIMIT = 195
pkg syscall (freebsd-amd64), const SYS_SETSID = 147
pkg syscall (freebsd-amd64), const SYS_SETSOCKOPT = 105
pkg syscall (freebsd-amd64), const SYS_SETTIMEOFDAY = 122
pkg syscall (freebsd-amd64), const SYS_SETUID = 23
pkg syscall (freebsd-amd64), const SYS_SHM_OPEN = 482
pkg syscall (freebsd-amd64), const SYS_SHM_UNLINK = 483
pkg syscall (freebsd-amd64), const SYS_SHUTDOWN = 134
pkg syscall (freebsd-amd64), const SYS_SIGACTION = 416
pkg syscall (freebsd-amd64), const SYS_SIGALTSTACK = 53
pkg syscall (freebsd-amd64), const SYS_SIGPENDING = 343
pkg syscall (freebsd-amd64), const SYS_SIGPROCMASK = 340
pkg syscall (freebsd-amd64), const SYS_SIGQUEUE = 456
pkg syscall (freebsd-amd64), const SYS_SIGRETURN = 417
pkg syscall (freebsd-amd64), const SYS_SIGSUSPEND = 341
pkg syscall (freebsd-amd64), const SYS_SIGTIMEDWAIT = 345
pkg syscall (freebsd-amd64), const SYS_SIGWAIT = 429
pkg syscall (freebsd-amd64), const SYS_SIGWAITINFO = 346
pkg syscall (freebsd-amd64), const SYS_SOCKET = 97
pkg syscall (freebsd-amd64), const SYS_SOCKETPAIR = 135
pkg syscall (freebsd-amd64), const SYS_SSTK = 70
pkg syscall (freebsd-amd64), const SYS_STAT = 188
pkg syscall (freebsd-amd64), const SYS_STATFS = 396
pkg syscall (freebsd-amd64), const SYS_SWAPCONTEXT = 423
pkg syscall (freebsd-amd64), const SYS_SWAPOFF = 424
pkg syscall (freebsd-amd64), const SYS_SWAPON = 85
pkg syscall (freebsd-amd64), const SYS_SYMLINK = 57
pkg syscall (freebsd-amd64), const SYS_SYMLINKAT = 502
pkg syscall (freebsd-amd64), const SYS_SYNC = 36
pkg syscall (freebsd-amd64), const SYS_SYSARCH = 165
pkg syscall (freebsd-amd64), const SYS_THR_CREATE = 430
pkg syscall (freebsd-amd64), const SYS_THR_EXIT = 431
pkg syscall (freebsd-amd64), const SYS_THR_KILL = 433
pkg syscall (freebsd-amd64), const SYS_THR_KILL2 = 481
pkg syscall (freebsd-amd64), const SYS_THR_NEW = 455
pkg syscall (freebsd-amd64), const SYS_THR_SELF = 432
pkg syscall (freebsd-amd64), const SYS_THR_SET_NAME = 464
pkg syscall (freebsd-amd64), const SYS_THR_SUSPEND = 442
pkg syscall (freebsd-amd64), const SYS_THR_WAKE = 443
pkg syscall (freebsd-amd64), const SYS_TRUNCATE = 479
pkg syscall (freebsd-amd64), const SYS_UMASK = 60
pkg syscall (freebsd-amd64), const SYS_UNDELETE = 205
pkg syscall (freebsd-amd64), const SYS_UNLINK = 10
pkg syscall (freebsd-amd64), const SYS_UNLINKAT = 503
pkg syscall (freebsd-amd64), const SYS_UNMOUNT = 22
pkg syscall (freebsd-amd64), const SYS_UTIMES = 138
pkg syscall (freebsd-amd64), const SYS_UTRACE = 335
pkg syscall (freebsd-amd64), const SYS_UUIDGEN = 392
pkg syscall (freebsd-amd64), const SYS_VFORK = 66
pkg syscall (freebsd-amd64), const SYS_WAIT4 = 7
pkg syscall (freebsd-amd64), const SYS_WAIT6 = 532
pkg syscall (freebsd-amd64), const SYS_WAIT6 ideal-int
pkg syscall (freebsd-amd64), const SYS_WRITE = 4
pkg syscall (freebsd-amd64), const SYS_WRITEV = 121
pkg syscall (freebsd-amd64), const SYS_YIELD = 321
pkg syscall (freebsd-amd64), const SYS__UMTX_LOCK = 434
pkg syscall (freebsd-amd64), const SYS__UMTX_OP = 454
pkg syscall (freebsd-amd64), const SYS__UMTX_UNLOCK = 435
pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FD = 354
pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FILE = 353
pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_LINK = 428
pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FD = 352
pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FILE = 351
pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_LINK = 427
pkg syscall (freebsd-amd64), const SYS___ACL_GET_FD = 349
pkg syscall (freebsd-amd64), const SYS___ACL_GET_FILE = 347
pkg syscall (freebsd-amd64), const SYS___ACL_GET_LINK = 425
pkg syscall (freebsd-amd64), const SYS___ACL_SET_FD = 350
pkg syscall (freebsd-amd64), const SYS___ACL_SET_FILE = 348
pkg syscall (freebsd-amd64), const SYS___ACL_SET_LINK = 426
pkg syscall (freebsd-amd64), const SYS___GETCWD = 326
pkg syscall (freebsd-amd64), const SYS___MAC_EXECVE = 415
pkg syscall (freebsd-amd64), const SYS___MAC_GET_FD = 386
pkg syscall (freebsd-amd64), const SYS___MAC_GET_FILE = 387
pkg syscall (freebsd-amd64), const SYS___MAC_GET_LINK = 410
pkg syscall (freebsd-amd64), const SYS___MAC_GET_PID = 409
pkg syscall (freebsd-amd64), const SYS___MAC_GET_PROC = 384
pkg syscall (freebsd-amd64), const SYS___MAC_SET_FD = 388
pkg syscall (freebsd-amd64), const SYS___MAC_SET_FILE = 389
pkg syscall (freebsd-amd64), const SYS___MAC_SET_LINK = 411
pkg syscall (freebsd-amd64), const SYS___MAC_SET_PROC = 385
pkg syscall (freebsd-amd64), const SYS___SETUGID = 374
pkg syscall (freebsd-amd64), const SYS___SYSCTL = 202
pkg syscall (freebsd-amd64), const S_IFMT = 61440
pkg syscall (freebsd-amd64), const SizeofBpfHdr = 32
pkg syscall (freebsd-amd64), const SizeofBpfInsn = 8
pkg syscall (freebsd-amd64), const SizeofBpfProgram = 16
pkg syscall (freebsd-amd64), const SizeofBpfStat = 8
pkg syscall (freebsd-amd64), const SizeofBpfVersion = 4
pkg syscall (freebsd-amd64), const SizeofBpfZbuf = 24
pkg syscall (freebsd-amd64), const SizeofBpfZbufHeader = 32
pkg syscall (freebsd-amd64), const SizeofCmsghdr = 12
pkg syscall (freebsd-amd64), const SizeofIPMreq = 8
pkg syscall (freebsd-amd64), const SizeofIPMreqn = 12
pkg syscall (freebsd-amd64), const SizeofIPv6Mreq = 20
pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr = 24
pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr ideal-int
pkg syscall (freebsd-amd64), const SizeofIfData = 152
pkg syscall (freebsd-amd64), const SizeofIfMsghdr = 168
pkg syscall (freebsd-amd64), const SizeofIfaMsghdr = 20
pkg syscall (freebsd-amd64), const SizeofIfmaMsghdr = 16
pkg syscall (freebsd-amd64), const SizeofInet6Pktinfo = 20
pkg syscall (freebsd-amd64), const SizeofLinger = 8
pkg syscall (freebsd-amd64), const SizeofMsghdr = 48
pkg syscall (freebsd-amd64), const SizeofRtMetrics = 112
pkg syscall (freebsd-amd64), const SizeofRtMsghdr = 152
pkg syscall (freebsd-amd64), const SizeofSockaddrAny = 108
pkg syscall (freebsd-amd64), const SizeofSockaddrDatalink = 54
pkg syscall (freebsd-amd64), const SizeofSockaddrInet4 = 16
pkg syscall (freebsd-amd64), const SizeofSockaddrInet6 = 28
pkg syscall (freebsd-amd64), const SizeofSockaddrUnix = 106
pkg syscall (freebsd-amd64), const TCIFLUSH = 1
pkg syscall (freebsd-amd64), const TCIFLUSH ideal-int
pkg syscall (freebsd-amd64), const TCIOFLUSH = 3
pkg syscall (freebsd-amd64), const TCIOFLUSH ideal-int
pkg syscall (freebsd-amd64), const TCOFLUSH = 2
pkg syscall (freebsd-amd64), const TCOFLUSH ideal-int
pkg syscall (freebsd-amd64), const TCP_CA_NAME_MAX = 16
pkg syscall (freebsd-amd64), const TCP_CONGESTION = 64
pkg syscall (freebsd-amd64), const TCP_INFO = 32
pkg syscall (freebsd-amd64), const TCP_KEEPCNT = 1024
pkg syscall (freebsd-amd64), const TCP_KEEPCNT ideal-int
pkg syscall (freebsd-amd64), const TCP_KEEPIDLE = 256
pkg syscall (freebsd-amd64), const TCP_KEEPIDLE ideal-int
pkg syscall (freebsd-amd64), const TCP_KEEPINIT = 128
pkg syscall (freebsd-amd64), const TCP_KEEPINIT ideal-int
pkg syscall (freebsd-amd64), const TCP_KEEPINTVL = 512
pkg syscall (freebsd-amd64), const TCP_KEEPINTVL ideal-int
pkg syscall (freebsd-amd64), const TCP_MAXBURST = 4
pkg syscall (freebsd-amd64), const TCP_MAXHLEN = 60
pkg syscall (freebsd-amd64), const TCP_MAXOLEN = 40
pkg syscall (freebsd-amd64), const TCP_MAXSEG = 2
pkg syscall (freebsd-amd64), const TCP_MAXWIN = 65535
pkg syscall (freebsd-amd64), const TCP_MAX_SACK = 4
pkg syscall (freebsd-amd64), const TCP_MAX_WINSHIFT = 14
pkg syscall (freebsd-amd64), const TCP_MD5SIG = 16
pkg syscall (freebsd-amd64), const TCP_MINMSS = 216
pkg syscall (freebsd-amd64), const TCP_MSS = 536
pkg syscall (freebsd-amd64), const TCP_NOOPT = 8
pkg syscall (freebsd-amd64), const TCP_NOPUSH = 4
pkg syscall (freebsd-amd64), const TCSAFLUSH = 2
pkg syscall (freebsd-amd64), const TCSAFLUSH ideal-int
pkg syscall (freebsd-amd64), const TIOCCBRK = 536900730
pkg syscall (freebsd-amd64), const TIOCCDTR = 536900728
pkg syscall (freebsd-amd64), const TIOCCONS = 2147775586
pkg syscall (freebsd-amd64), const TIOCDRAIN = 536900702
pkg syscall (freebsd-amd64), const TIOCEXCL = 536900621
pkg syscall (freebsd-amd64), const TIOCEXT = 2147775584
pkg syscall (freebsd-amd64), const TIOCFLUSH = 2147775504
pkg syscall (freebsd-amd64), const TIOCGDRAINWAIT = 1074033750
pkg syscall (freebsd-amd64), const TIOCGETA = 1076655123
pkg syscall (freebsd-amd64), const TIOCGETD = 1074033690
pkg syscall (freebsd-amd64), const TIOCGPGRP = 1074033783
pkg syscall (freebsd-amd64), const TIOCGPTN = 1074033679
pkg syscall (freebsd-amd64), const TIOCGSID = 1074033763
pkg syscall (freebsd-amd64), const TIOCGWINSZ = 1074295912
pkg syscall (freebsd-amd64), const TIOCMBIC = 2147775595
pkg syscall (freebsd-amd64), const TIOCMBIS = 2147775596
pkg syscall (freebsd-amd64), const TIOCMGDTRWAIT = 1074033754
pkg syscall (freebsd-amd64), const TIOCMGET = 1074033770
pkg syscall (freebsd-amd64), const TIOCMSDTRWAIT = 2147775579
pkg syscall (freebsd-amd64), const TIOCMSET = 2147775597
pkg syscall (freebsd-amd64), const TIOCM_CAR = 64
pkg syscall (freebsd-amd64), const TIOCM_CD = 64
pkg syscall (freebsd-amd64), const TIOCM_CTS = 32
pkg syscall (freebsd-amd64), const TIOCM_DCD = 64
pkg syscall (freebsd-amd64), const TIOCM_DSR = 256
pkg syscall (freebsd-amd64), const TIOCM_DTR = 2
pkg syscall (freebsd-amd64), const TIOCM_LE = 1
pkg syscall (freebsd-amd64), const TIOCM_RI = 128
pkg syscall (freebsd-amd64), const TIOCM_RNG = 128
pkg syscall (freebsd-amd64), const TIOCM_RTS = 4
pkg syscall (freebsd-amd64), const TIOCM_SR = 16
pkg syscall (freebsd-amd64), const TIOCM_ST = 8
pkg syscall (freebsd-amd64), const TIOCNOTTY = 536900721
pkg syscall (freebsd-amd64), const TIOCNXCL = 536900622
pkg syscall (freebsd-amd64), const TIOCOUTQ = 1074033779
pkg syscall (freebsd-amd64), const TIOCPKT = 2147775600
pkg syscall (freebsd-amd64), const TIOCPKT_DATA = 0
pkg syscall (freebsd-amd64), const TIOCPKT_DOSTOP = 32
pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHREAD = 1
pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (freebsd-amd64), const TIOCPKT_IOCTL = 64
pkg syscall (freebsd-amd64), const TIOCPKT_NOSTOP = 16
pkg syscall (freebsd-amd64), const TIOCPKT_START = 8
pkg syscall (freebsd-amd64), const TIOCPKT_STOP = 4
pkg syscall (freebsd-amd64), const TIOCPTMASTER = 536900636
pkg syscall (freebsd-amd64), const TIOCSBRK = 536900731
pkg syscall (freebsd-amd64), const TIOCSCTTY = 536900705
pkg syscall (freebsd-amd64), const TIOCSDRAINWAIT = 2147775575
pkg syscall (freebsd-amd64), const TIOCSDTR = 536900729
pkg syscall (freebsd-amd64), const TIOCSETA = 2150396948
pkg syscall (freebsd-amd64), const TIOCSETAF = 2150396950
pkg syscall (freebsd-amd64), const TIOCSETAW = 2150396949
pkg syscall (freebsd-amd64), const TIOCSETD = 2147775515
pkg syscall (freebsd-amd64), const TIOCSIG = 537162847
pkg syscall (freebsd-amd64), const TIOCSPGRP = 2147775606
pkg syscall (freebsd-amd64), const TIOCSTART = 536900718
pkg syscall (freebsd-amd64), const TIOCSTAT = 536900709
pkg syscall (freebsd-amd64), const TIOCSTI = 2147578994
pkg syscall (freebsd-amd64), const TIOCSTOP = 536900719
pkg syscall (freebsd-amd64), const TIOCSWINSZ = 2148037735
pkg syscall (freebsd-amd64), const TIOCTIMESTAMP = 1074820185
pkg syscall (freebsd-amd64), const TIOCUCNTL = 2147775590
pkg syscall (freebsd-amd64), const TOSTOP = 4194304
pkg syscall (freebsd-amd64), const TOSTOP ideal-int
pkg syscall (freebsd-amd64), const VDISCARD = 15
pkg syscall (freebsd-amd64), const VDISCARD ideal-int
pkg syscall (freebsd-amd64), const VDSUSP = 11
pkg syscall (freebsd-amd64), const VDSUSP ideal-int
pkg syscall (freebsd-amd64), const VEOF = 0
pkg syscall (freebsd-amd64), const VEOF ideal-int
pkg syscall (freebsd-amd64), const VEOL = 1
pkg syscall (freebsd-amd64), const VEOL ideal-int
pkg syscall (freebsd-amd64), const VEOL2 = 2
pkg syscall (freebsd-amd64), const VEOL2 ideal-int
pkg syscall (freebsd-amd64), const VERASE = 3
pkg syscall (freebsd-amd64), const VERASE ideal-int
pkg syscall (freebsd-amd64), const VERASE2 = 7
pkg syscall (freebsd-amd64), const VERASE2 ideal-int
pkg syscall (freebsd-amd64), const VINTR = 8
pkg syscall (freebsd-amd64), const VINTR ideal-int
pkg syscall (freebsd-amd64), const VKILL = 5
pkg syscall (freebsd-amd64), const VKILL ideal-int
pkg syscall (freebsd-amd64), const VLNEXT = 14
pkg syscall (freebsd-amd64), const VLNEXT ideal-int
pkg syscall (freebsd-amd64), const VMIN = 16
pkg syscall (freebsd-amd64), const VMIN ideal-int
pkg syscall (freebsd-amd64), const VQUIT = 9
pkg syscall (freebsd-amd64), const VQUIT ideal-int
pkg syscall (freebsd-amd64), const VREPRINT = 6
pkg syscall (freebsd-amd64), const VREPRINT ideal-int
pkg syscall (freebsd-amd64), const VSTART = 12
pkg syscall (freebsd-amd64), const VSTART ideal-int
pkg syscall (freebsd-amd64), const VSTATUS = 18
pkg syscall (freebsd-amd64), const VSTATUS ideal-int
pkg syscall (freebsd-amd64), const VSTOP = 13
pkg syscall (freebsd-amd64), const VSTOP ideal-int
pkg syscall (freebsd-amd64), const VSUSP = 10
pkg syscall (freebsd-amd64), const VSUSP ideal-int
pkg syscall (freebsd-amd64), const VTIME = 17
pkg syscall (freebsd-amd64), const VTIME ideal-int
pkg syscall (freebsd-amd64), const VWERASE = 4
pkg syscall (freebsd-amd64), const VWERASE ideal-int
pkg syscall (freebsd-amd64), const WCONTINUED = 4
pkg syscall (freebsd-amd64), const WCOREFLAG = 128
pkg syscall (freebsd-amd64), const WLINUXCLONE = 2147483648
pkg syscall (freebsd-amd64), const WNOHANG = 1
pkg syscall (freebsd-amd64), const WNOWAIT = 8
pkg syscall (freebsd-amd64), const WSTOPPED = 2
pkg syscall (freebsd-amd64), const WUNTRACED = 2
pkg syscall (freebsd-amd64), func Fchflags(int, int) error
pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr,
uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Type uint8
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8
pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16
pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct
pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header
IfAnnounceMsghdr
pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK = 16
pkg syscall (freebsd-amd64-cgo), const AF_ARP = 35
pkg syscall (freebsd-amd64-cgo), const AF_ATM = 30
pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH = 36
pkg syscall (freebsd-amd64-cgo), const AF_CCITT = 10
pkg syscall (freebsd-amd64-cgo), const AF_CHAOS = 5
pkg syscall (freebsd-amd64-cgo), const AF_CNT = 21
pkg syscall (freebsd-amd64-cgo), const AF_COIP = 20
pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT = 9
pkg syscall (freebsd-amd64-cgo), const AF_DECnet = 12
pkg syscall (freebsd-amd64-cgo), const AF_DLI = 13
pkg syscall (freebsd-amd64-cgo), const AF_E164 = 26
pkg syscall (freebsd-amd64-cgo), const AF_ECMA = 8
pkg syscall (freebsd-amd64-cgo), const AF_HYLINK = 15
pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 = 37
pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK = 3
pkg syscall (freebsd-amd64-cgo), const AF_INET6 = 28
pkg syscall (freebsd-amd64-cgo), const AF_IPX = 23
pkg syscall (freebsd-amd64-cgo), const AF_ISDN = 26
pkg syscall (freebsd-amd64-cgo), const AF_ISO = 7
pkg syscall (freebsd-amd64-cgo), const AF_LAT = 14
pkg syscall (freebsd-amd64-cgo), const AF_LINK = 18
pkg syscall (freebsd-amd64-cgo), const AF_LOCAL = 1
pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
pkg syscall (freebsd-amd64-cgo), const AF_NATM = 29
pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS = 6
pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH = 32
pkg syscall (freebsd-amd64-cgo), const AF_OSI = 7
pkg syscall (freebsd-amd64-cgo), const AF_PUP = 4
pkg syscall (freebsd-amd64-cgo), const AF_ROUTE = 17
pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER = 34
pkg syscall (freebsd-amd64-cgo), const AF_SIP = 24
pkg syscall (freebsd-amd64-cgo), const AF_SLOW = 33
pkg syscall (freebsd-amd64-cgo), const AF_SNA = 11
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 = 39
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 = 41
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 = 43
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 = 45
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 = 47
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 = 49
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 = 51
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 = 53
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 = 55
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 = 57
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 = 59
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 = 61
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 = 63
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 = 65
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 = 67
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 = 69
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 = 71
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 = 73
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 = 75
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 = 77
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 = 79
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 = 81
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 = 83
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 = 85
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 = 87
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 = 89
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 = 91
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 = 93
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 = 95
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 = 97
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 = 99
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 = 101
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 = 103
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 = 105
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 = 107
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 = 109
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 = 111
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 = 113
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 = 115
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 = 117
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 = 119
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 = 121
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 = 123
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 = 125
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 = 127
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 = 129
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 = 131
pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 = 133
pkg syscall (freebsd-amd64-cgo), const B0 = 0
pkg syscall (freebsd-amd64-cgo), const B110 = 110
pkg syscall (freebsd-amd64-cgo), const B115200 = 115200
pkg syscall (freebsd-amd64-cgo), const B1200 = 1200
pkg syscall (freebsd-amd64-cgo), const B134 = 134
pkg syscall (freebsd-amd64-cgo), const B14400 = 14400
pkg syscall (freebsd-amd64-cgo), const B150 = 150
pkg syscall (freebsd-amd64-cgo), const B1800 = 1800
pkg syscall (freebsd-amd64-cgo), const B19200 = 19200
pkg syscall (freebsd-amd64-cgo), const B200 = 200
pkg syscall (freebsd-amd64-cgo), const B230400 = 230400
pkg syscall (freebsd-amd64-cgo), const B2400 = 2400
pkg syscall (freebsd-amd64-cgo), const B28800 = 28800
pkg syscall (freebsd-amd64-cgo), const B300 = 300
pkg syscall (freebsd-amd64-cgo), const B38400 = 38400
pkg syscall (freebsd-amd64-cgo), const B460800 = 460800
pkg syscall (freebsd-amd64-cgo), const B4800 = 4800
pkg syscall (freebsd-amd64-cgo), const B50 = 50
pkg syscall (freebsd-amd64-cgo), const B57600 = 57600
pkg syscall (freebsd-amd64-cgo), const B600 = 600
pkg syscall (freebsd-amd64-cgo), const B7200 = 7200
pkg syscall (freebsd-amd64-cgo), const B75 = 75
pkg syscall (freebsd-amd64-cgo), const B76800 = 76800
pkg syscall (freebsd-amd64-cgo), const B921600 = 921600
pkg syscall (freebsd-amd64-cgo), const B9600 = 9600
pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK = 2147762812
pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH = 536887912
pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN = 1074020966
pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION = 1074020982
pkg syscall (freebsd-amd64-cgo), const BIOCGDLT = 1074020970
pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST = 3222291065
pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE = 1074020989
pkg syscall (freebsd-amd64-cgo), const BIOCGETIF = 1075855979
pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX = 1074283135
pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG = 1074020978
pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT = 1074020982
pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS = 1074283119
pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP = 1074020995
pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (freebsd-amd64-cgo), const BIOCLOCK = 536887930
pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC = 536887913
pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF = 1075331712
pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN = 3221504614
pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION = 2147762807
pkg syscall (freebsd-amd64-cgo), const BIOCSDLT = 2147762808
pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE = 2147762814
pkg syscall (freebsd-amd64-cgo), const BIOCSETF = 2148549223
pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR = 2148549250
pkg syscall (freebsd-amd64-cgo), const BIOCSETIF = 2149597804
pkg syscall (freebsd-amd64-cgo), const BIOCSETWF = 2148549243
pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF = 2149073537
pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG = 2147762803
pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT = 2147762807
pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP = 2147762820
pkg syscall (freebsd-amd64-cgo), const BIOCVERSION = 1074020977
pkg syscall (freebsd-amd64-cgo), const BPF_A = 16
pkg syscall (freebsd-amd64-cgo), const BPF_ABS = 32
pkg syscall (freebsd-amd64-cgo), const BPF_ADD = 0
pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT = 8
pkg syscall (freebsd-amd64-cgo), const BPF_ALU = 4
pkg syscall (freebsd-amd64-cgo), const BPF_AND = 80
pkg syscall (freebsd-amd64-cgo), const BPF_B = 16
pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER = 1
pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF = 2
pkg syscall (freebsd-amd64-cgo), const BPF_DIV = 48
pkg syscall (freebsd-amd64-cgo), const BPF_H = 8
pkg syscall (freebsd-amd64-cgo), const BPF_IMM = 0
pkg syscall (freebsd-amd64-cgo), const BPF_IND = 64
pkg syscall (freebsd-amd64-cgo), const BPF_JA = 0
pkg syscall (freebsd-amd64-cgo), const BPF_JEQ = 16
pkg syscall (freebsd-amd64-cgo), const BPF_JGE = 48
pkg syscall (freebsd-amd64-cgo), const BPF_JGT = 32
pkg syscall (freebsd-amd64-cgo), const BPF_JMP = 5
pkg syscall (freebsd-amd64-cgo), const BPF_JSET = 64
pkg syscall (freebsd-amd64-cgo), const BPF_K = 0
pkg syscall (freebsd-amd64-cgo), const BPF_LD = 0
pkg syscall (freebsd-amd64-cgo), const BPF_LDX = 1
pkg syscall (freebsd-amd64-cgo), const BPF_LEN = 128
pkg syscall (freebsd-amd64-cgo), const BPF_LSH = 96
pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE = 524288
pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS = 512
pkg syscall (freebsd-amd64-cgo), const BPF_MEM = 96
pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS = 16
pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (freebsd-amd64-cgo), const BPF_MISC = 7
pkg syscall (freebsd-amd64-cgo), const BPF_MSH = 160
pkg syscall (freebsd-amd64-cgo), const BPF_MUL = 32
pkg syscall (freebsd-amd64-cgo), const BPF_NEG = 128
pkg syscall (freebsd-amd64-cgo), const BPF_OR = 64
pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE = 199606
pkg syscall (freebsd-amd64-cgo), const BPF_RET = 6
pkg syscall (freebsd-amd64-cgo), const BPF_RSH = 112
pkg syscall (freebsd-amd64-cgo), const BPF_ST = 2
pkg syscall (freebsd-amd64-cgo), const BPF_STX = 3
pkg syscall (freebsd-amd64-cgo), const BPF_SUB = 16
pkg syscall (freebsd-amd64-cgo), const BPF_TAX = 0
pkg syscall (freebsd-amd64-cgo), const BPF_TXA = 128
pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME = 2
pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST = 258
pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC = 514
pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST = 256
pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK = 768
pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK = 3
pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME = 0
pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST = 256
pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC = 512
pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST = 768
pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME = 1
pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST = 257
pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE = 3
pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL = 0
pkg syscall (freebsd-amd64-cgo), const BPF_W = 0
pkg syscall (freebsd-amd64-cgo), const BPF_X = 8
pkg syscall (freebsd-amd64-cgo), const BRKINT = 2
pkg syscall (freebsd-amd64-cgo), const CFLUSH = 15
pkg syscall (freebsd-amd64-cgo), const CLOCAL = 32768
pkg syscall (freebsd-amd64-cgo), const CREAD = 2048
pkg syscall (freebsd-amd64-cgo), const CS5 = 0
pkg syscall (freebsd-amd64-cgo), const CS6 = 256
pkg syscall (freebsd-amd64-cgo), const CS7 = 512
pkg syscall (freebsd-amd64-cgo), const CS8 = 768
pkg syscall (freebsd-amd64-cgo), const CSIZE = 768
pkg syscall (freebsd-amd64-cgo), const CSTART = 17
pkg syscall (freebsd-amd64-cgo), const CSTATUS = 20
pkg syscall (freebsd-amd64-cgo), const CSTOP = 19
pkg syscall (freebsd-amd64-cgo), const CSTOPB = 1024
pkg syscall (freebsd-amd64-cgo), const CSUSP = 26
pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME = 24
pkg syscall (freebsd-amd64-cgo), const CTL_NET = 4
pkg syscall (freebsd-amd64-cgo), const DLT_A429 = 184
pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM = 185
pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
pkg syscall (freebsd-amd64-cgo), const DLT_AOS = 222
pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET = 7
pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP = 19
pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (freebsd-amd64-cgo), const DLT_AURORA = 126
pkg syscall (freebsd-amd64-cgo), const DLT_AX25 = 3
pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS = 202
pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B = 190
pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS = 5
pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC = 104
pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS = 118
pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC = 104
pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (freebsd-amd64-cgo), const DLT_DBUS = 231
pkg syscall (freebsd-amd64-cgo), const DLT_DECT = 221
pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS = 143
pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI = 235
pkg syscall (freebsd-amd64-cgo), const DLT_ECONET = 115
pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB = 1
pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB = 2
pkg syscall (freebsd-amd64-cgo), const DLT_ENC = 109
pkg syscall (freebsd-amd64-cgo), const DLT_ERF = 197
pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH = 175
pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS = 176
pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 = 224
pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (freebsd-amd64-cgo), const DLT_FDDI = 10
pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY = 210
pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY = 107
pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F = 171
pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T = 170
pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC = 169
pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM = 217
pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC = 121
pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN = 146
pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP = 145
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 = 6
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 = 105
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS = 230
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER = 116
pkg syscall (freebsd-amd64-cgo), const DLT_IPMB = 199
pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX = 209
pkg syscall (freebsd-amd64-cgo), const DLT_IPNET = 226
pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB = 242
pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 = 228
pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 = 229
pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC = 122
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES = 132
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E = 233
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST = 200
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP = 183
pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS = 232
pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
pkg syscall (freebsd-amd64-cgo), const DLT_LAPD = 203
pkg syscall (freebsd-amd64-cgo), const DLT_LIN = 212
pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA = 144
pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD = 177
pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL = 113
pkg syscall (freebsd-amd64-cgo), const DLT_LOOP = 108
pkg syscall (freebsd-amd64-cgo), const DLT_LTALK = 114
pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN = 104
pkg syscall (freebsd-amd64-cgo), const DLT_MFR = 182
pkg syscall (freebsd-amd64-cgo), const DLT_MOST = 211
pkg syscall (freebsd-amd64-cgo), const DLT_MPLS = 219
pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 = 140
pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 = 141
pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 = 236
pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER = 240
pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG = 239
pkg syscall (freebsd-amd64-cgo), const DLT_NULL = 0
pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP = 125
pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG = 117
pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC = 121
pkg syscall (freebsd-amd64-cgo), const DLT_PPI = 192
pkg syscall (freebsd-amd64-cgo), const DLT_PPP = 9
pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER = 51
pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD = 166
pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION = 166
pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER = 119
pkg syscall (freebsd-amd64-cgo), const DLT_PRONET = 4
pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 = 198
pkg syscall (freebsd-amd64-cgo), const DLT_RAW = 12
pkg syscall (freebsd-amd64-cgo), const DLT_RIO = 124
pkg syscall (freebsd-amd64-cgo), const DLT_SCCP = 142
pkg syscall (freebsd-amd64-cgo), const DLT_SITA = 196
pkg syscall (freebsd-amd64-cgo), const DLT_SLIP = 8
pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU = 237
pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM = 123
pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (freebsd-amd64-cgo), const DLT_TZSP = 128
pkg syscall (freebsd-amd64-cgo), const DLT_USB = 186
pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX = 189
pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (freebsd-amd64-cgo), const DLT_USER0 = 147
pkg syscall (freebsd-amd64-cgo), const DLT_USER1 = 148
pkg syscall (freebsd-amd64-cgo), const DLT_USER10 = 157
pkg syscall (freebsd-amd64-cgo), const DLT_USER11 = 158
pkg syscall (freebsd-amd64-cgo), const DLT_USER12 = 159
pkg syscall (freebsd-amd64-cgo), const DLT_USER13 = 160
pkg syscall (freebsd-amd64-cgo), const DLT_USER14 = 161
pkg syscall (freebsd-amd64-cgo), const DLT_USER15 = 162
pkg syscall (freebsd-amd64-cgo), const DLT_USER2 = 149
pkg syscall (freebsd-amd64-cgo), const DLT_USER3 = 150
pkg syscall (freebsd-amd64-cgo), const DLT_USER4 = 151
pkg syscall (freebsd-amd64-cgo), const DLT_USER5 = 152
pkg syscall (freebsd-amd64-cgo), const DLT_USER6 = 153
pkg syscall (freebsd-amd64-cgo), const DLT_USER7 = 154
pkg syscall (freebsd-amd64-cgo), const DLT_USER8 = 155
pkg syscall (freebsd-amd64-cgo), const DLT_USER9 = 156
pkg syscall (freebsd-amd64-cgo), const DLT_WIHART = 223
pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL = 213
pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA = 214
pkg syscall (freebsd-amd64-cgo), const DT_BLK = 6
pkg syscall (freebsd-amd64-cgo), const DT_CHR = 2
pkg syscall (freebsd-amd64-cgo), const DT_DIR = 4
pkg syscall (freebsd-amd64-cgo), const DT_FIFO = 1
pkg syscall (freebsd-amd64-cgo), const DT_LNK = 10
pkg syscall (freebsd-amd64-cgo), const DT_REG = 8
pkg syscall (freebsd-amd64-cgo), const DT_SOCK = 12
pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN = 0
pkg syscall (freebsd-amd64-cgo), const DT_WHT = 14
pkg syscall (freebsd-amd64-cgo), const E2BIG = 7
pkg syscall (freebsd-amd64-cgo), const EACCES = 13
pkg syscall (freebsd-amd64-cgo), const EADDRINUSE = 48
pkg syscall (freebsd-amd64-cgo), const EADDRNOTAVAIL = 49
pkg syscall (freebsd-amd64-cgo), const EAFNOSUPPORT = 47
pkg syscall (freebsd-amd64-cgo), const EAGAIN = 35
pkg syscall (freebsd-amd64-cgo), const EALREADY = 37
pkg syscall (freebsd-amd64-cgo), const EAUTH = 80
pkg syscall (freebsd-amd64-cgo), const EBADF = 9
pkg syscall (freebsd-amd64-cgo), const EBADMSG = 89
pkg syscall (freebsd-amd64-cgo), const EBADRPC = 72
pkg syscall (freebsd-amd64-cgo), const EBUSY = 16
pkg syscall (freebsd-amd64-cgo), const ECANCELED = 85
pkg syscall (freebsd-amd64-cgo), const ECAPMODE = 94
pkg syscall (freebsd-amd64-cgo), const ECHILD = 10
pkg syscall (freebsd-amd64-cgo), const ECHO = 8
pkg syscall (freebsd-amd64-cgo), const ECHOCTL = 64
pkg syscall (freebsd-amd64-cgo), const ECHOE = 2
pkg syscall (freebsd-amd64-cgo), const ECHOK = 4
pkg syscall (freebsd-amd64-cgo), const ECHOKE = 1
pkg syscall (freebsd-amd64-cgo), const ECHONL = 16
pkg syscall (freebsd-amd64-cgo), const ECHOPRT = 32
pkg syscall (freebsd-amd64-cgo), const ECONNABORTED = 53
pkg syscall (freebsd-amd64-cgo), const ECONNREFUSED = 61
pkg syscall (freebsd-amd64-cgo), const ECONNRESET = 54
pkg syscall (freebsd-amd64-cgo), const EDEADLK = 11
pkg syscall (freebsd-amd64-cgo), const EDESTADDRREQ = 39
pkg syscall (freebsd-amd64-cgo), const EDOM = 33
pkg syscall (freebsd-amd64-cgo), const EDOOFUS = 88
pkg syscall (freebsd-amd64-cgo), const EDQUOT = 69
pkg syscall (freebsd-amd64-cgo), const EEXIST = 17
pkg syscall (freebsd-amd64-cgo), const EFAULT = 14
pkg syscall (freebsd-amd64-cgo), const EFBIG = 27
pkg syscall (freebsd-amd64-cgo), const EFTYPE = 79
pkg syscall (freebsd-amd64-cgo), const EHOSTDOWN = 64
pkg syscall (freebsd-amd64-cgo), const EHOSTUNREACH = 65
pkg syscall (freebsd-amd64-cgo), const EIDRM = 82
pkg syscall (freebsd-amd64-cgo), const EILSEQ = 86
pkg syscall (freebsd-amd64-cgo), const EINPROGRESS = 36
pkg syscall (freebsd-amd64-cgo), const EINTR = 4
pkg syscall (freebsd-amd64-cgo), const EINVAL = 22
pkg syscall (freebsd-amd64-cgo), const EIO = 5
pkg syscall (freebsd-amd64-cgo), const EISCONN = 56
pkg syscall (freebsd-amd64-cgo), const EISDIR = 21
pkg syscall (freebsd-amd64-cgo), const ELAST = 94
pkg syscall (freebsd-amd64-cgo), const ELOOP = 62
pkg syscall (freebsd-amd64-cgo), const EMFILE = 24
pkg syscall (freebsd-amd64-cgo), const EMLINK = 31
pkg syscall (freebsd-amd64-cgo), const EMSGSIZE = 40
pkg syscall (freebsd-amd64-cgo), const EMULTIHOP = 90
pkg syscall (freebsd-amd64-cgo), const ENAMETOOLONG = 63
pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH = 81
pkg syscall (freebsd-amd64-cgo), const ENETDOWN = 50
pkg syscall (freebsd-amd64-cgo), const ENETRESET = 52
pkg syscall (freebsd-amd64-cgo), const ENETUNREACH = 51
pkg syscall (freebsd-amd64-cgo), const ENFILE = 23
pkg syscall (freebsd-amd64-cgo), const ENOATTR = 87
pkg syscall (freebsd-amd64-cgo), const ENOBUFS = 55
pkg syscall (freebsd-amd64-cgo), const ENODEV = 19
pkg syscall (freebsd-amd64-cgo), const ENOEXEC = 8
pkg syscall (freebsd-amd64-cgo), const ENOLCK = 77
pkg syscall (freebsd-amd64-cgo), const ENOLINK = 91
pkg syscall (freebsd-amd64-cgo), const ENOMEM = 12
pkg syscall (freebsd-amd64-cgo), const ENOMSG = 83
pkg syscall (freebsd-amd64-cgo), const ENOPROTOOPT = 42
pkg syscall (freebsd-amd64-cgo), const ENOSPC = 28
pkg syscall (freebsd-amd64-cgo), const ENOSYS = 78
pkg syscall (freebsd-amd64-cgo), const ENOTBLK = 15
pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE = 93
pkg syscall (freebsd-amd64-cgo), const ENOTCONN = 57
pkg syscall (freebsd-amd64-cgo), const ENOTDIR = 20
pkg syscall (freebsd-amd64-cgo), const ENOTEMPTY = 66
pkg syscall (freebsd-amd64-cgo), const ENOTSOCK = 38
pkg syscall (freebsd-amd64-cgo), const ENOTSUP = 45
pkg syscall (freebsd-amd64-cgo), const ENOTTY = 25
pkg syscall (freebsd-amd64-cgo), const ENXIO = 6
pkg syscall (freebsd-amd64-cgo), const EOPNOTSUPP = 45
pkg syscall (freebsd-amd64-cgo), const EOVERFLOW = 84
pkg syscall (freebsd-amd64-cgo), const EPERM = 1
pkg syscall (freebsd-amd64-cgo), const EPFNOSUPPORT = 46
pkg syscall (freebsd-amd64-cgo), const EPIPE = 32
pkg syscall (freebsd-amd64-cgo), const EPROCLIM = 67
pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL = 76
pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH = 75
pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL = 74
pkg syscall (freebsd-amd64-cgo), const EPROTO = 92
pkg syscall (freebsd-amd64-cgo), const EPROTONOSUPPORT = 43
pkg syscall (freebsd-amd64-cgo), const EPROTOTYPE = 41
pkg syscall (freebsd-amd64-cgo), const ERANGE = 34
pkg syscall (freebsd-amd64-cgo), const EREMOTE = 71
pkg syscall (freebsd-amd64-cgo), const EROFS = 30
pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH = 73
pkg syscall (freebsd-amd64-cgo), const ESHUTDOWN = 58
pkg syscall (freebsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (freebsd-amd64-cgo), const ESPIPE = 29
pkg syscall (freebsd-amd64-cgo), const ESRCH = 3
pkg syscall (freebsd-amd64-cgo), const ESTALE = 70
pkg syscall (freebsd-amd64-cgo), const ETIMEDOUT = 60
pkg syscall (freebsd-amd64-cgo), const ETOOMANYREFS = 59
pkg syscall (freebsd-amd64-cgo), const ETXTBSY = 26
pkg syscall (freebsd-amd64-cgo), const EUSERS = 68
pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO = -3
pkg syscall (freebsd-amd64-cgo), const EVFILT_FS = -9
pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO = -10
pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC = -5
pkg syscall (freebsd-amd64-cgo), const EVFILT_READ = -1
pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL = -6
pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT = 11
pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER = -7
pkg syscall (freebsd-amd64-cgo), const EVFILT_USER = -11
pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE = -4
pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE = -2
pkg syscall (freebsd-amd64-cgo), const EV_ADD = 1
pkg syscall (freebsd-amd64-cgo), const EV_CLEAR = 32
pkg syscall (freebsd-amd64-cgo), const EV_DELETE = 2
pkg syscall (freebsd-amd64-cgo), const EV_DISABLE = 8
pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH = 128
pkg syscall (freebsd-amd64-cgo), const EV_ENABLE = 4
pkg syscall (freebsd-amd64-cgo), const EV_EOF = 32768
pkg syscall (freebsd-amd64-cgo), const EV_ERROR = 16384
pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 = 8192
pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT = 16
pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT = 64
pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS = 61440
pkg syscall (freebsd-amd64-cgo), const EWOULDBLOCK = 35
pkg syscall (freebsd-amd64-cgo), const EXDEV = 18
pkg syscall (freebsd-amd64-cgo), const EXTA = 19200
pkg syscall (freebsd-amd64-cgo), const EXTB = 38400
pkg syscall (freebsd-amd64-cgo), const EXTPROC = 2048
pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC = 1
pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE = 1024
pkg syscall (freebsd-amd64-cgo), const FLUSHO = 8388608
pkg syscall (freebsd-amd64-cgo), const F_CANCEL = 5
pkg syscall (freebsd-amd64-cgo), const F_DUP2FD = 10
pkg syscall (freebsd-amd64-cgo), const F_DUPFD = 0
pkg syscall (freebsd-amd64-cgo), const F_GETFD = 1
pkg syscall (freebsd-amd64-cgo), const F_GETFL = 3
pkg syscall (freebsd-amd64-cgo), const F_GETLK = 11
pkg syscall (freebsd-amd64-cgo), const F_GETOWN = 5
pkg syscall (freebsd-amd64-cgo), const F_OGETLK = 7
pkg syscall (freebsd-amd64-cgo), const F_OK = 0
pkg syscall (freebsd-amd64-cgo), const F_OSETLK = 8
pkg syscall (freebsd-amd64-cgo), const F_OSETLKW = 9
pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD = 16
pkg syscall (freebsd-amd64-cgo), const F_RDLCK = 1
pkg syscall (freebsd-amd64-cgo), const F_READAHEAD = 15
pkg syscall (freebsd-amd64-cgo), const F_SETFD = 2
pkg syscall (freebsd-amd64-cgo), const F_SETFL = 4
pkg syscall (freebsd-amd64-cgo), const F_SETLK = 12
pkg syscall (freebsd-amd64-cgo), const F_SETLKW = 13
pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE = 14
pkg syscall (freebsd-amd64-cgo), const F_SETOWN = 6
pkg syscall (freebsd-amd64-cgo), const F_UNLCK = 2
pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS = 4
pkg syscall (freebsd-amd64-cgo), const F_WRLCK = 3
pkg syscall (freebsd-amd64-cgo), const HUPCL = 16384
pkg syscall (freebsd-amd64-cgo), const ICANON = 256
pkg syscall (freebsd-amd64-cgo), const ICRNL = 256
pkg syscall (freebsd-amd64-cgo), const IEXTEN = 1024
pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL = 0
pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE = 1
pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI = 512
pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS = 16384
pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE = 2199410
pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG = 65536
pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG = 4
pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE = 1024
pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING = 64
pkg syscall (freebsd-amd64-cgo), const IFF_DYING = 2097152
pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 = 4096
pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 = 8192
pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 = 16384
pkg syscall (freebsd-amd64-cgo), const IFF_LOOPBACK = 8
pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR = 262144
pkg syscall (freebsd-amd64-cgo), const IFF_MULTICAST = 32768
pkg syscall (freebsd-amd64-cgo), const IFF_NOARP = 128
pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE = 1024
pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT = 16
pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC = 131072
pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC = 256
pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING = 4194304
pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING = 64
pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX = 2048
pkg syscall (freebsd-amd64-cgo), const IFF_SMART = 32
pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP = 524288
pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ = 16
pkg syscall (freebsd-amd64-cgo), const IFT_1822 = 2
pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 = 187
pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 = 49
pkg syscall (freebsd-amd64-cgo), const IFT_ADSL = 94
pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 = 59
pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 = 60
pkg syscall (freebsd-amd64-cgo), const IFT_ARAP = 88
pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET = 35
pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC = 84
pkg syscall (freebsd-amd64-cgo), const IFT_ATM = 37
pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI = 105
pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI = 106
pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA = 107
pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO = 189
pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE = 209
pkg syscall (freebsd-amd64-cgo), const IFT_BSC = 83
pkg syscall (freebsd-amd64-cgo), const IFT_CARP = 248
pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL = 61
pkg syscall (freebsd-amd64-cgo), const IFT_CEPT = 19
pkg syscall (freebsd-amd64-cgo), const IFT_CES = 133
pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL = 70
pkg syscall (freebsd-amd64-cgo), const IFT_CNR = 85
pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE = 132
pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (freebsd-amd64-cgo), const IFT_DCN = 141
pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (freebsd-amd64-cgo), const IFT_DLSW = 74
pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (freebsd-amd64-cgo), const IFT_DS0 = 81
pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL = 170
pkg syscall (freebsd-amd64-cgo), const IFT_DS3 = 30
pkg syscall (freebsd-amd64-cgo), const IFT_DTM = 140
pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN = 172
pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT = 173
pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (freebsd-amd64-cgo), const IFT_ENC = 244
pkg syscall (freebsd-amd64-cgo), const IFT_EON = 25
pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS = 87
pkg syscall (freebsd-amd64-cgo), const IFT_ESCON = 73
pkg syscall (freebsd-amd64-cgo), const IFT_ETHER = 6
pkg syscall (freebsd-amd64-cgo), const IFT_FAITH = 242
pkg syscall (freebsd-amd64-cgo), const IFT_FAST = 125
pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER = 62
pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX = 69
pkg syscall (freebsd-amd64-cgo), const IFT_FDDI = 15
pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY = 32
pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE = 44
pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD = 158
pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB = 67
pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K = 66
pkg syscall (freebsd-amd64-cgo), const IFT_GIF = 240
pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT = 178
pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT = 177
pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY = 165
pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 = 3
pkg syscall (freebsd-amd64-cgo), const IFT_HDLC = 118
pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 = 168
pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI = 47
pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD = 90
pkg syscall (freebsd-amd64-cgo), const IFT_HSSI = 46
pkg syscall (freebsd-amd64-cgo), const IFT_HY = 14
pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (freebsd-amd64-cgo), const IFT_IDSL = 154
pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 = 144
pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 = 71
pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 = 55
pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN = 145
pkg syscall (freebsd-amd64-cgo), const IFT_IMT = 190
pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND = 199
pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE = 124
pkg syscall (freebsd-amd64-cgo), const IFT_IP = 126
pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD = 142
pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM = 114
pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH = 78
pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP = 249
pkg syscall (freebsd-amd64-cgo), const IFT_ISDN = 63
pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC = 20
pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS = 75
pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU = 76
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC = 41
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 = 7
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 = 8
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 = 9
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR = 86
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 = 10
pkg syscall (freebsd-amd64-cgo), const IFT_ISUP = 179
pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN = 135
pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN = 136
pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (freebsd-amd64-cgo), const IFT_LAPB = 16
pkg syscall (freebsd-amd64-cgo), const IFT_LAPD = 77
pkg syscall (freebsd-amd64-cgo), const IFT_LAPF = 119
pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK = 42
pkg syscall (freebsd-amd64-cgo), const IFT_LOOP = 24
pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK = 167
pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 = 38
pkg syscall (freebsd-amd64-cgo), const IFT_MODEM = 48
pkg syscall (freebsd-amd64-cgo), const IFT_MPC = 113
pkg syscall (freebsd-amd64-cgo), const IFT_MPLS = 166
pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL = 143
pkg syscall (freebsd-amd64-cgo), const IFT_MVL = 191
pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET = 99
pkg syscall (freebsd-amd64-cgo), const IFT_NFAS = 175
pkg syscall (freebsd-amd64-cgo), const IFT_NSIP = 27
pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (freebsd-amd64-cgo), const IFT_OTHER = 1
pkg syscall (freebsd-amd64-cgo), const IFT_P10 = 12
pkg syscall (freebsd-amd64-cgo), const IFT_P80 = 13
pkg syscall (freebsd-amd64-cgo), const IFT_PARA = 34
pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG = 246
pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC = 247
pkg syscall (freebsd-amd64-cgo), const IFT_PLC = 174
pkg syscall (freebsd-amd64-cgo), const IFT_POS = 171
pkg syscall (freebsd-amd64-cgo), const IFT_PPP = 23
pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS = 89
pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX = 54
pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL = 22
pkg syscall (freebsd-amd64-cgo), const IFT_PVC = 241
pkg syscall (freebsd-amd64-cgo), const IFT_QLLC = 68
pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC = 188
pkg syscall (freebsd-amd64-cgo), const IFT_RADSL = 95
pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL = 192
pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 = 159
pkg syscall (freebsd-amd64-cgo), const IFT_RS232 = 33
pkg syscall (freebsd-amd64-cgo), const IFT_RSRB = 79
pkg syscall (freebsd-amd64-cgo), const IFT_SDLC = 17
pkg syscall (freebsd-amd64-cgo), const IFT_SDSL = 96
pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL = 169
pkg syscall (freebsd-amd64-cgo), const IFT_SIP = 31
pkg syscall (freebsd-amd64-cgo), const IFT_SLIP = 28
pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI = 43
pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP = 52
pkg syscall (freebsd-amd64-cgo), const IFT_SONET = 39
pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH = 50
pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT = 51
pkg syscall (freebsd-amd64-cgo), const IFT_SRP = 151
pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN = 11
pkg syscall (freebsd-amd64-cgo), const IFT_STF = 215
pkg syscall (freebsd-amd64-cgo), const IFT_T1 = 18
pkg syscall (freebsd-amd64-cgo), const IFT_TDLC = 116
pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD = 91
pkg syscall (freebsd-amd64-cgo), const IFT_TR008 = 176
pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL = 131
pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA = 29
pkg syscall (freebsd-amd64-cgo), const IFT_USB = 160
pkg syscall (freebsd-amd64-cgo), const IFT_V11 = 64
pkg syscall (freebsd-amd64-cgo), const IFT_V35 = 45
pkg syscall (freebsd-amd64-cgo), const IFT_V36 = 65
pkg syscall (freebsd-amd64-cgo), const IFT_V37 = 120
pkg syscall (freebsd-amd64-cgo), const IFT_VDSL = 97
pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM = 100
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP = 103
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO = 101
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS = 102
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (freebsd-amd64-cgo), const IFT_X213 = 93
pkg syscall (freebsd-amd64-cgo), const IFT_X25 = 5
pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN = 4
pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP = 121
pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE = 40
pkg syscall (freebsd-amd64-cgo), const IFT_XETHER = 26
pkg syscall (freebsd-amd64-cgo), const IGNBRK = 1
pkg syscall (freebsd-amd64-cgo), const IGNCR = 128
pkg syscall (freebsd-amd64-cgo), const IGNPAR = 4
pkg syscall (freebsd-amd64-cgo), const IMAXBEL = 8192
pkg syscall (freebsd-amd64-cgo), const INLCR = 64
pkg syscall (freebsd-amd64-cgo), const INPCK = 16
pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX = 128
pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST = 255
pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET = 127
pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK = 4294967294
pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC = 34
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS = 68
pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH = 51
pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP = 61
pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES = 99
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS = 13
pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 = 93
pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA = 49
pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT = 30
pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON = 76
pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP = 112
pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP = 62
pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS = 16
pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP = 38
pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB = 73
pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX = 72
pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP = 37
pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP = 86
pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT = 258
pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE = 257
pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP = 8
pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON = 14
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP = 98
pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON = 80
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP = 50
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP = 3
pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP = 100
pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE = 47
pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO = 63
pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP = 20
pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP = 1
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP = 22
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR = 35
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP = 45
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP = 2
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP = 85
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP = 88
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL = 40
pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP = 52
pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP = 32
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV = 71
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP = 94
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP = 4
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC = 67
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 = 4
pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP = 28
pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP = 91
pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 = 25
pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 = 26
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX = 256
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID = 52
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS = 19
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH = 135
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP = 48
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP = 95
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE = 55
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP = 92
pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX = 18
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND = 77
pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP = 54
pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE = 59
pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP = 31
pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII = 11
pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT = 254
pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP = 89
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM = 113
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP = 9
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM = 103
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM = 21
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP = 12
pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP = 75
pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW = 255
pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON = 10
pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP = 27
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING = 43
pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP = 46
pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD = 66
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK = 64
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON = 69
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP = 96
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP = 132
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP = 42
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND = 259
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP = 33
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP = 57
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER = 32767
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC = 90
pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST = 7
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP = 82
pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE = 53
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF = 87
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP = 56
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP = 29
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX = 39
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 = 23
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 = 24
pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP = 84
pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES = 83
pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA = 70
pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP = 81
pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK = 79
pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON = 78
pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN = 74
pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET = 15
pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP = 36
pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY = 64
pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY = 27
pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM = 26
pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM = 64
pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG = 62
pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS = 50
pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH = 29
pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL = 120
pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD = 30
pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL = 31
pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH = 32
pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET = 34
pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO = 33
pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC = 1
pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS = 49
pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (freebsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (freebsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM = 255
pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR = 2048
pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU = 1280
pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER = 74
pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP = 48
pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU = 44
pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO = 46
pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE = 14
pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR = 63
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR = 51
pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS = 61
pkg syscall (freebsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (freebsd-amd64-cgo), const IPV6_V6ONLY = 27
pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION = 96
pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (freebsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (freebsd-amd64-cgo), const IP_BINDANY = 24
pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE = 72
pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (freebsd-amd64-cgo), const IP_DF = 16384
pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG = 67
pkg syscall (freebsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 = 49
pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL = 61
pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET = 64
pkg syscall (freebsd-amd64-cgo), const IP_FAITH = 22
pkg syscall (freebsd-amd64-cgo), const IP_FW3 = 48
pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD = 50
pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL = 51
pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH = 52
pkg syscall (freebsd-amd64-cgo), const IP_FW_GET = 54
pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG = 56
pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL = 57
pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG = 58
pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG = 59
pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG = 55
pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD = 40
pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL = 41
pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH = 42
pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE = 43
pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST = 44
pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO = 53
pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL = 2
pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY = 21
pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET = 65535
pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER = 1024
pkg syscall (freebsd-amd64-cgo), const IP_MF = 8192
pkg syscall (freebsd-amd64-cgo), const IP_MINTTL = 66
pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER = 74
pkg syscall (freebsd-amd64-cgo), const IP_MSS = 576
pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_IF = 9
pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF = 14
pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK = 8191
pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST = 23
pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS = 1
pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE = 19
pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR = 7
pkg syscall (freebsd-amd64-cgo), const IP_RECVIF = 20
pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS = 5
pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS = 6
pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS = 68
pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL = 65
pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS = 8
pkg syscall (freebsd-amd64-cgo), const IP_RF = 32768
pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF = 16
pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON = 15
pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF = 18
pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON = 17
pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR = 7
pkg syscall (freebsd-amd64-cgo), const IP_TOS = 3
pkg syscall (freebsd-amd64-cgo), const IP_TTL = 4
pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
pkg syscall (freebsd-amd64-cgo), const ISIG = 128
pkg syscall (freebsd-amd64-cgo), const ISTRIP = 32
pkg syscall (freebsd-amd64-cgo), const IXANY = 2048
pkg syscall (freebsd-amd64-cgo), const IXOFF = 1024
pkg syscall (freebsd-amd64-cgo), const IXON = 512
pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
pkg syscall (freebsd-amd64-cgo), const LOCK_EX = 2
pkg syscall (freebsd-amd64-cgo), const LOCK_NB = 4
pkg syscall (freebsd-amd64-cgo), const LOCK_SH = 1
pkg syscall (freebsd-amd64-cgo), const LOCK_UN = 8
pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC = 7
pkg syscall (freebsd-amd64-cgo), const MADV_CORE = 9
pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED = 4
pkg syscall (freebsd-amd64-cgo), const MADV_FREE = 5
pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE = 8
pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL = 0
pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC = 6
pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT = 10
pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM = 1
pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED = 3
pkg syscall (freebsd-amd64-cgo), const MAP_ANON = 4096
pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS = 4096
pkg syscall (freebsd-amd64-cgo), const MAP_COPY = 2
pkg syscall (freebsd-amd64-cgo), const MAP_FILE = 0
pkg syscall (freebsd-amd64-cgo), const MAP_FIXED = 16
pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE = 131072
pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE = 64
pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC = 2048
pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ = 262144
pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE = 2
pkg syscall (freebsd-amd64-cgo), const MAP_RENAME = 32
pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 = 128
pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 = 256
pkg syscall (freebsd-amd64-cgo), const MAP_SHARED = 1
pkg syscall (freebsd-amd64-cgo), const MAP_STACK = 1024
pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT = 1
pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE = 2
pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT = 32768
pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC = 32
pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE = 4
pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT = 128
pkg syscall (freebsd-amd64-cgo), const MSG_EOF = 256
pkg syscall (freebsd-amd64-cgo), const MSG_EOR = 8
pkg syscall (freebsd-amd64-cgo), const MSG_NBIO = 16384
pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL = 131072
pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION = 8192
pkg syscall (freebsd-amd64-cgo), const MSG_OOB = 1
pkg syscall (freebsd-amd64-cgo), const MSG_PEEK = 2
pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC = 16
pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL = 64
pkg syscall (freebsd-amd64-cgo), const MS_ASYNC = 1
pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE = 2
pkg syscall (freebsd-amd64-cgo), const MS_SYNC = 0
pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP = 1
pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS = 2
pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST = 3
pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL = 5
pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST = 4
pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID = 6
pkg syscall (freebsd-amd64-cgo), const NOFLSH = 2147483648
pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB = 8
pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD = 4
pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE = 1
pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC = 536870912
pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT = 2147483648
pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND = 4
pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND = 1073741824
pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY = 3221225472
pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP = 0
pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR = 2147483648
pkg syscall (freebsd-amd64-cgo), const NOTE_FORK = 1073741824
pkg syscall (freebsd-amd64-cgo), const NOTE_LINK = 16
pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT = 1
pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME = 32
pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE = 64
pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK = 1
pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR = 2
pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER = 16777216
pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE = 2
pkg syscall (freebsd-amd64-cgo), const OCRNL = 16
pkg syscall (freebsd-amd64-cgo), const ONLCR = 2
pkg syscall (freebsd-amd64-cgo), const ONLRET = 64
pkg syscall (freebsd-amd64-cgo), const ONOCR = 32
pkg syscall (freebsd-amd64-cgo), const ONOEOT = 8
pkg syscall (freebsd-amd64-cgo), const OPOST = 1
pkg syscall (freebsd-amd64-cgo), const O_ACCMODE = 3
pkg syscall (freebsd-amd64-cgo), const O_APPEND = 8
pkg syscall (freebsd-amd64-cgo), const O_ASYNC = 64
pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
pkg syscall (freebsd-amd64-cgo), const O_CREAT = 512
pkg syscall (freebsd-amd64-cgo), const O_DIRECT = 65536
pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY = 131072
pkg syscall (freebsd-amd64-cgo), const O_EXCL = 2048
pkg syscall (freebsd-amd64-cgo), const O_EXEC = 262144
pkg syscall (freebsd-amd64-cgo), const O_EXLOCK = 32
pkg syscall (freebsd-amd64-cgo), const O_FSYNC = 128
pkg syscall (freebsd-amd64-cgo), const O_NDELAY = 4
pkg syscall (freebsd-amd64-cgo), const O_NOCTTY = 32768
pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW = 256
pkg syscall (freebsd-amd64-cgo), const O_NONBLOCK = 4
pkg syscall (freebsd-amd64-cgo), const O_SHLOCK = 16
pkg syscall (freebsd-amd64-cgo), const O_SYNC = 128
pkg syscall (freebsd-amd64-cgo), const O_TRUNC = 1024
pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT = 524288
pkg syscall (freebsd-amd64-cgo), const PARENB = 4096
pkg syscall (freebsd-amd64-cgo), const PARMRK = 8
pkg syscall (freebsd-amd64-cgo), const PARODD = 8192
pkg syscall (freebsd-amd64-cgo), const PENDIN = 536870912
pkg syscall (freebsd-amd64-cgo), const PROT_EXEC = 4
pkg syscall (freebsd-amd64-cgo), const PROT_NONE = 0
pkg syscall (freebsd-amd64-cgo), const PROT_READ = 1
pkg syscall (freebsd-amd64-cgo), const PROT_WRITE = 2
pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT = 7
pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL = 8
pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME = 0
pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS = 10
pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE = 4
pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU = 0
pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA = 2
pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE = 1
pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE = 8
pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK = 3
pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR = 6
pkg syscall (freebsd-amd64-cgo), const RTAX_BRD = 7
pkg syscall (freebsd-amd64-cgo), const RTAX_DST = 0
pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY = 1
pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK = 3
pkg syscall (freebsd-amd64-cgo), const RTAX_IFA = 5
pkg syscall (freebsd-amd64-cgo), const RTAX_IFP = 4
pkg syscall (freebsd-amd64-cgo), const RTAX_MAX = 8
pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK = 2
pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR = 64
pkg syscall (freebsd-amd64-cgo), const RTA_BRD = 128
pkg syscall (freebsd-amd64-cgo), const RTA_DST = 1
pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY = 2
pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK = 8
pkg syscall (freebsd-amd64-cgo), const RTA_IFA = 32
pkg syscall (freebsd-amd64-cgo), const RTA_IFP = 16
pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK = 4
pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST = 4194304
pkg syscall (freebsd-amd64-cgo), const RTF_DONE = 64
pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC = 16
pkg syscall (freebsd-amd64-cgo), const RTF_FMASK = 268752904
pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY = 2
pkg syscall (freebsd-amd64-cgo), const RTF_HOST = 4
pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA = 1024
pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO = 1024
pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL = 2097152
pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED = 32
pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST = 8388608
pkg syscall (freebsd-amd64-cgo), const RTF_PINNED = 1048576
pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING = 65536
pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 = 32768
pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 = 16384
pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 = 262144
pkg syscall (freebsd-amd64-cgo), const RTF_REJECT = 8
pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED = 1073741824
pkg syscall (freebsd-amd64-cgo), const RTF_STATIC = 2048
pkg syscall (freebsd-amd64-cgo), const RTF_STICKY = 268435456
pkg syscall (freebsd-amd64-cgo), const RTF_UP = 1
pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE = 512
pkg syscall (freebsd-amd64-cgo), const RTM_ADD = 1
pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE = 3
pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR = 13
pkg syscall (freebsd-amd64-cgo), const RTM_DELETE = 2
pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR = 16
pkg syscall (freebsd-amd64-cgo), const RTM_GET = 4
pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 = 18
pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE = 17
pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO = 14
pkg syscall (freebsd-amd64-cgo), const RTM_LOCK = 8
pkg syscall (freebsd-amd64-cgo), const RTM_LOSING = 5
pkg syscall (freebsd-amd64-cgo), const RTM_MISS = 7
pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR = 12
pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR = 15
pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD = 9
pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL = 10
pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT = 6
pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE = 11
pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (freebsd-amd64-cgo), const RTM_VERSION = 5
pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE = 4
pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT = 2
pkg syscall (freebsd-amd64-cgo), const RTV_MTU = 1
pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE = 8
pkg syscall (freebsd-amd64-cgo), const RTV_RTT = 64
pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR = 128
pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE = 16
pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH = 32
pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT = 256
pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT = 1
pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB = 0
pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF = 0
pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD = 1
pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME = 4
pkg syscall (freebsd-amd64-cgo), const SCM_CREDS = 3
pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS = 1
pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP = 2
pkg syscall (freebsd-amd64-cgo), const SIGBUS = 10
pkg syscall (freebsd-amd64-cgo), const SIGCHLD = 20
pkg syscall (freebsd-amd64-cgo), const SIGCONT = 19
pkg syscall (freebsd-amd64-cgo), const SIGEMT = 7
pkg syscall (freebsd-amd64-cgo), const SIGINFO = 29
pkg syscall (freebsd-amd64-cgo), const SIGIO = 23
pkg syscall (freebsd-amd64-cgo), const SIGIOT = 6
pkg syscall (freebsd-amd64-cgo), const SIGLWP = 32
pkg syscall (freebsd-amd64-cgo), const SIGPROF = 27
pkg syscall (freebsd-amd64-cgo), const SIGSTOP = 17
pkg syscall (freebsd-amd64-cgo), const SIGSYS = 12
pkg syscall (freebsd-amd64-cgo), const SIGTHR = 32
pkg syscall (freebsd-amd64-cgo), const SIGTSTP = 18
pkg syscall (freebsd-amd64-cgo), const SIGTTIN = 21
pkg syscall (freebsd-amd64-cgo), const SIGTTOU = 22
pkg syscall (freebsd-amd64-cgo), const SIGURG = 16
pkg syscall (freebsd-amd64-cgo), const SIGUSR1 = 30
pkg syscall (freebsd-amd64-cgo), const SIGUSR2 = 31
pkg syscall (freebsd-amd64-cgo), const SIGVTALRM = 26
pkg syscall (freebsd-amd64-cgo), const SIGWINCH = 28
pkg syscall (freebsd-amd64-cgo), const SIGXCPU = 24
pkg syscall (freebsd-amd64-cgo), const SIGXFSZ = 25
pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (freebsd-amd64-cgo), const SIOCADDRT = 2151707146
pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR = 2165860635
pkg syscall (freebsd-amd64-cgo), const SIOCATMARK = 1074033415
pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (freebsd-amd64-cgo), const SIOCDELRT = 2151707147
pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR = 2165860637
pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT = 3223351824
pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT = 3223876111
pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP = 3223349535
pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF = 3222300964
pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR = 3223349546
pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB = 3223349596
pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX = 3223349536
pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC = 3223349542
pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA = 3224398136
pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU = 3223349555
pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS = 3223349557
pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS = 3274795323
pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR = 3239602460
pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP = 1074033417
pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 = 3223349584
pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 = 3223349585
pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE = 3223349626
pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 = 3223349628
pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP = 2149607710
pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR = 2149607721
pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB = 2149607773
pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR = 2149607740
pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC = 2149607719
pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA = 3223349559
pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU = 2149607732
pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME = 2149607720
pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS = 2149607734
pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET = 3223349595
pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET = 3223349594
pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP = 2147775240
pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN = 255
pkg syscall (freebsd-amd64-cgo), const SOCK_RDM = 4
pkg syscall (freebsd-amd64-cgo), const SOL_SOCKET = 65535
pkg syscall (freebsd-amd64-cgo), const SOMAXCONN = 128
pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN = 2
pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
pkg syscall (freebsd-amd64-cgo), const SO_BINTIME = 8192
pkg syscall (freebsd-amd64-cgo), const SO_BROADCAST = 32
pkg syscall (freebsd-amd64-cgo), const SO_DEBUG = 1
pkg syscall (freebsd-amd64-cgo), const SO_DONTROUTE = 16
pkg syscall (freebsd-amd64-cgo), const SO_ERROR = 4103
pkg syscall (freebsd-amd64-cgo), const SO_KEEPALIVE = 8
pkg syscall (freebsd-amd64-cgo), const SO_LABEL = 4105
pkg syscall (freebsd-amd64-cgo), const SO_LINGER = 128
pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN = 4115
pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN = 4114
pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT = 4113
pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE = 2048
pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP = 32768
pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD = 16384
pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE = 256
pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL = 4112
pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL = 4118
pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE = 4118
pkg syscall (freebsd-amd64-cgo), const SO_RCVBUF = 4098
pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT = 4100
pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO = 4102
pkg syscall (freebsd-amd64-cgo), const SO_REUSEADDR = 4
pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT = 512
pkg syscall (freebsd-amd64-cgo), const SO_SETFIB = 4116
pkg syscall (freebsd-amd64-cgo), const SO_SNDBUF = 4097
pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT = 4099
pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO = 4101
pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP = 1024
pkg syscall (freebsd-amd64-cgo), const SO_TYPE = 4104
pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK = 64
pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE = 4117
pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 = 463
pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT = 30
pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS = 33
pkg syscall (freebsd-amd64-cgo), const SYS_ACCT = 51
pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME = 140
pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT = 445
pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL = 453
pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON = 446
pkg syscall (freebsd-amd64-cgo), const SYS_BIND = 104
pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER = 516
pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE = 517
pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS = 515
pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW = 514
pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR = 12
pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS = 34
pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD = 15
pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN = 16
pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT = 61
pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE = 6
pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM = 509
pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT = 98
pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET = 484
pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY = 487
pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID = 486
pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY = 488
pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID = 485
pkg syscall (freebsd-amd64-cgo), const SYS_DUP = 41
pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 = 90
pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS = 376
pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE = 59
pkg syscall (freebsd-amd64-cgo), const SYS_EXIT = 1
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL = 355
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 373
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 358
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 414
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 372
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 357
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 413
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 437
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 438
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 439
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 371
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 356
pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 412
pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT = 489
pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR = 13
pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS = 35
pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD = 124
pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT = 490
pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN = 123
pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT = 491
pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL = 92
pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE = 492
pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN = 298
pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT = 299
pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS = 398
pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK = 131
pkg syscall (freebsd-amd64-cgo), const SYS_FORK = 2
pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF = 192
pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK = 199
pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP = 197
pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD = 173
pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE = 174
pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE = 200
pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189
pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493
pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397
pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC = 95
pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE = 480
pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES = 206
pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT = 494
pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT = 449
pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR = 451
pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID = 447
pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT = 421
pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS = 272
pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196
pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE = 89
pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID = 43
pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID = 25
pkg syscall (freebsd-amd64-cgo), const SYS_GETFH = 161
pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395
pkg syscall (freebsd-amd64-cgo), const SYS_GETGID = 47
pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS = 79
pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER = 86
pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN = 49
pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS = 523
pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME = 31
pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID = 207
pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP = 81
pkg syscall (freebsd-amd64-cgo), const SYS_GETPID = 20
pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID = 39
pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY = 100
pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID = 361
pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID = 360
pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT = 194
pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE = 117
pkg syscall (freebsd-amd64-cgo), const SYS_GETSID = 310
pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (freebsd-amd64-cgo), const SYS_GETUID = 24
pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL = 54
pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID = 253
pkg syscall (freebsd-amd64-cgo), const SYS_JAIL = 338
pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH = 436
pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET = 506
pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE = 508
pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET = 507
pkg syscall (freebsd-amd64-cgo), const SYS_KENV = 390
pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 363
pkg syscall (freebsd-amd64-cgo), const SYS_KILL = 37
pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND = 306
pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD = 309
pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD = 304
pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT = 307
pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT = 308
pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM = 337
pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD = 305
pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF = 444
pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE = 362
pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE = 235
pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE = 236
pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN = 239
pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME = 238
pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME = 237
pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE = 45
pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS = 391
pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD = 274
pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN = 254
pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH = 160
pkg syscall (freebsd-amd64-cgo), const SYS_LINK = 9
pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT = 495
pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN = 106
pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF = 513
pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK = 478
pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190
pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES = 276
pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL = 394
pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE = 75
pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE = 78
pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT = 250
pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR = 136
pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT = 496
pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO = 132
pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT = 497
pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD = 14
pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498
pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK = 203
pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL = 324
pkg syscall (freebsd-amd64-cgo), const SYS_MMAP = 477
pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND = 303
pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT = 302
pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT = 300
pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT = 301
pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT = 21
pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT = 74
pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC = 65
pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK = 204
pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL = 325
pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP = 73
pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP = 240
pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT = 279
pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT = 280
pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT = 378
pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT = 278
pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME = 248
pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK = 17
pkg syscall (freebsd-amd64-cgo), const SYS_OPEN = 5
pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT = 499
pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL = 252
pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE = 72
pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF = 191
pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK = 518
pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID = 520
pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL = 519
pkg syscall (freebsd-amd64-cgo), const SYS_PIPE = 42
pkg syscall (freebsd-amd64-cgo), const SYS_POLL = 209
pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE = 531
pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE = 530
pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT = 504
pkg syscall (freebsd-amd64-cgo), const SYS_PREAD = 475
pkg syscall (freebsd-amd64-cgo), const SYS_PREADV = 289
pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL = 44
pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT = 522
pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE = 26
pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE = 476
pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV = 290
pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL = 148
pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE = 528
pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS = 527
pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT = 525
pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES = 526
pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE = 529
pkg syscall (freebsd-amd64-cgo), const SYS_READ = 3
pkg syscall (freebsd-amd64-cgo), const SYS_READLINK = 58
pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT = 500
pkg syscall (freebsd-amd64-cgo), const SYS_READV = 120
pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT = 55
pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM = 29
pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG = 27
pkg syscall (freebsd-amd64-cgo), const SYS_RENAME = 128
pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT = 501
pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE = 56
pkg syscall (freebsd-amd64-cgo), const SYS_RFORK = 251
pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR = 137
pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO = 166
pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD = 466
pkg syscall (freebsd-amd64-cgo), const SYS_SBRK = 69
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM = 328
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 330
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM = 327
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 329
pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD = 331
pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF = 471
pkg syscall (freebsd-amd64-cgo), const SYS_SELECT = 93
pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE = 393
pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG = 28
pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO = 133
pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT = 450
pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR = 452
pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID = 448
pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT = 422
pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID = 182
pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID = 183
pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB = 175
pkg syscall (freebsd-amd64-cgo), const SYS_SETGID = 181
pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS = 80
pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER = 83
pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN = 50
pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS = 524
pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID = 82
pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY = 96
pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID = 127
pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID = 312
pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID = 311
pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID = 126
pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT = 195
pkg syscall (freebsd-amd64-cgo), const SYS_SETSID = 147
pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (freebsd-amd64-cgo), const SYS_SETUID = 23
pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN = 482
pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK = 483
pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN = 134
pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION = 416
pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK = 53
pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING = 343
pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK = 340
pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE = 456
pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN = 417
pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND = 341
pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT = 345
pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT = 429
pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO = 346
pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET = 97
pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (freebsd-amd64-cgo), const SYS_SSTK = 70
pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188
pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396
pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT = 423
pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF = 424
pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON = 85
pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK = 57
pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT = 502
pkg syscall (freebsd-amd64-cgo), const SYS_SYNC = 36
pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH = 165
pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE = 430
pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT = 431
pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL = 433
pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 = 481
pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW = 455
pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF = 432
pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME = 464
pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND = 442
pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE = 443
pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE = 479
pkg syscall (freebsd-amd64-cgo), const SYS_UMASK = 60
pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE = 205
pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK = 10
pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT = 503
pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT = 22
pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES = 138
pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE = 335
pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN = 392
pkg syscall (freebsd-amd64-cgo), const SYS_VFORK = 66
pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 = 7
pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 = 532
pkg syscall (freebsd-amd64-cgo), const SYS_WRITE = 4
pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV = 121
pkg syscall (freebsd-amd64-cgo), const SYS_YIELD = 321
pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK = 434
pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP = 454
pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK = 435
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD = 354
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE = 353
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK = 428
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD = 352
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE = 351
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK = 427
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD = 349
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE = 347
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK = 425
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD = 350
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE = 348
pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK = 426
pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD = 326
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE = 415
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD = 386
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE = 387
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK = 410
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID = 409
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC = 384
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD = 388
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE = 389
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK = 411
pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC = 385
pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID = 374
pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL = 202
pkg syscall (freebsd-amd64-cgo), const S_IFMT = 61440
pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr = 32
pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn = 8
pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram = 16
pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat = 8
pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion = 4
pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf = 24
pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader = 32
pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr = 12
pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq = 8
pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn = 12
pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq = 20
pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
pkg syscall (freebsd-amd64-cgo), const SizeofIfData = 152
pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr = 168
pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr = 20
pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr = 16
pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (freebsd-amd64-cgo), const SizeofLinger = 8
pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr = 48
pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics = 112
pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr = 152
pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny = 108
pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink = 54
pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix = 106
pkg syscall (freebsd-amd64-cgo), const TCIFLUSH = 1
pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH = 3
pkg syscall (freebsd-amd64-cgo), const TCOFLUSH = 2
pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX = 16
pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION = 64
pkg syscall (freebsd-amd64-cgo), const TCP_INFO = 32
pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT = 1024
pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE = 256
pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT = 128
pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL = 512
pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST = 4
pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN = 60
pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN = 40
pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG = 2
pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN = 65535
pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK = 4
pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG = 16
pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS = 216
pkg syscall (freebsd-amd64-cgo), const TCP_MSS = 536
pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT = 8
pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH = 4
pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH = 2
pkg syscall (freebsd-amd64-cgo), const TIOCCBRK = 536900730
pkg syscall (freebsd-amd64-cgo), const TIOCCDTR = 536900728
pkg syscall (freebsd-amd64-cgo), const TIOCCONS = 2147775586
pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN = 536900702
pkg syscall (freebsd-amd64-cgo), const TIOCEXCL = 536900621
pkg syscall (freebsd-amd64-cgo), const TIOCEXT = 2147775584
pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH = 2147775504
pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
pkg syscall (freebsd-amd64-cgo), const TIOCGETA = 1076655123
pkg syscall (freebsd-amd64-cgo), const TIOCGETD = 1074033690
pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP = 1074033783
pkg syscall (freebsd-amd64-cgo), const TIOCGPTN = 1074033679
pkg syscall (freebsd-amd64-cgo), const TIOCGSID = 1074033763
pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (freebsd-amd64-cgo), const TIOCMBIC = 2147775595
pkg syscall (freebsd-amd64-cgo), const TIOCMBIS = 2147775596
pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
pkg syscall (freebsd-amd64-cgo), const TIOCMGET = 1074033770
pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
pkg syscall (freebsd-amd64-cgo), const TIOCMSET = 2147775597
pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR = 64
pkg syscall (freebsd-amd64-cgo), const TIOCM_CD = 64
pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS = 32
pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD = 64
pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR = 256
pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR = 2
pkg syscall (freebsd-amd64-cgo), const TIOCM_LE = 1
pkg syscall (freebsd-amd64-cgo), const TIOCM_RI = 128
pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG = 128
pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS = 4
pkg syscall (freebsd-amd64-cgo), const TIOCM_SR = 16
pkg syscall (freebsd-amd64-cgo), const TIOCM_ST = 8
pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY = 536900721
pkg syscall (freebsd-amd64-cgo), const TIOCNXCL = 536900622
pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ = 1074033779
pkg syscall (freebsd-amd64-cgo), const TIOCPKT = 2147775600
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA = 0
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START = 8
pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP = 4
pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER = 536900636
pkg syscall (freebsd-amd64-cgo), const TIOCSBRK = 536900731
pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY = 536900705
pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
pkg syscall (freebsd-amd64-cgo), const TIOCSDTR = 536900729
pkg syscall (freebsd-amd64-cgo), const TIOCSETA = 2150396948
pkg syscall (freebsd-amd64-cgo), const TIOCSETAF = 2150396950
pkg syscall (freebsd-amd64-cgo), const TIOCSETAW = 2150396949
pkg syscall (freebsd-amd64-cgo), const TIOCSETD = 2147775515
pkg syscall (freebsd-amd64-cgo), const TIOCSIG = 537162847
pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP = 2147775606
pkg syscall (freebsd-amd64-cgo), const TIOCSTART = 536900718
pkg syscall (freebsd-amd64-cgo), const TIOCSTAT = 536900709
pkg syscall (freebsd-amd64-cgo), const TIOCSTI = 2147578994
pkg syscall (freebsd-amd64-cgo), const TIOCSTOP = 536900719
pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP = 1074820185
pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL = 2147775590
pkg syscall (freebsd-amd64-cgo), const TOSTOP = 4194304
pkg syscall (freebsd-amd64-cgo), const VDISCARD = 15
pkg syscall (freebsd-amd64-cgo), const VDSUSP = 11
pkg syscall (freebsd-amd64-cgo), const VEOF = 0
pkg syscall (freebsd-amd64-cgo), const VEOL = 1
pkg syscall (freebsd-amd64-cgo), const VEOL2 = 2
pkg syscall (freebsd-amd64-cgo), const VERASE = 3
pkg syscall (freebsd-amd64-cgo), const VERASE2 = 7
pkg syscall (freebsd-amd64-cgo), const VINTR = 8
pkg syscall (freebsd-amd64-cgo), const VKILL = 5
pkg syscall (freebsd-amd64-cgo), const VLNEXT = 14
pkg syscall (freebsd-amd64-cgo), const VMIN = 16
pkg syscall (freebsd-amd64-cgo), const VQUIT = 9
pkg syscall (freebsd-amd64-cgo), const VREPRINT = 6
pkg syscall (freebsd-amd64-cgo), const VSTART = 12
pkg syscall (freebsd-amd64-cgo), const VSTATUS = 18
pkg syscall (freebsd-amd64-cgo), const VSTOP = 13
pkg syscall (freebsd-amd64-cgo), const VSUSP = 10
pkg syscall (freebsd-amd64-cgo), const VTIME = 17
pkg syscall (freebsd-amd64-cgo), const VWERASE = 4
pkg syscall (freebsd-amd64-cgo), const WCONTINUED = 4
pkg syscall (freebsd-amd64-cgo), const WCOREFLAG = 128
pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE = 2147483648
pkg syscall (freebsd-amd64-cgo), const WNOHANG = 1
pkg syscall (freebsd-amd64-cgo), const WNOWAIT = 8
pkg syscall (freebsd-amd64-cgo), const WSTOPPED = 2
pkg syscall (freebsd-amd64-cgo), const WUNTRACED = 2
pkg syscall (freebsd-arm), const AF_APPLETALK = 16
pkg syscall (freebsd-arm), const AF_ARP = 35
pkg syscall (freebsd-arm), const AF_ATM = 30
pkg syscall (freebsd-arm), const AF_BLUETOOTH = 36
pkg syscall (freebsd-arm), const AF_CCITT = 10
pkg syscall (freebsd-arm), const AF_CHAOS = 5
pkg syscall (freebsd-arm), const AF_CNT = 21
pkg syscall (freebsd-arm), const AF_COIP = 20
pkg syscall (freebsd-arm), const AF_DATAKIT = 9
pkg syscall (freebsd-arm), const AF_DECnet = 12
pkg syscall (freebsd-arm), const AF_DLI = 13
pkg syscall (freebsd-arm), const AF_E164 = 26
pkg syscall (freebsd-arm), const AF_ECMA = 8
pkg syscall (freebsd-arm), const AF_HYLINK = 15
pkg syscall (freebsd-arm), const AF_IEEE80211 = 37
pkg syscall (freebsd-arm), const AF_IMPLINK = 3
pkg syscall (freebsd-arm), const AF_INET6 = 28
pkg syscall (freebsd-arm), const AF_IPX = 23
pkg syscall (freebsd-arm), const AF_ISDN = 26
pkg syscall (freebsd-arm), const AF_ISO = 7
pkg syscall (freebsd-arm), const AF_LAT = 14
pkg syscall (freebsd-arm), const AF_LINK = 18
pkg syscall (freebsd-arm), const AF_LOCAL = 1
pkg syscall (freebsd-arm), const AF_MAX = 38
pkg syscall (freebsd-arm), const AF_NATM = 29
pkg syscall (freebsd-arm), const AF_NETBIOS = 6
pkg syscall (freebsd-arm), const AF_NETGRAPH = 32
pkg syscall (freebsd-arm), const AF_OSI = 7
pkg syscall (freebsd-arm), const AF_PUP = 4
pkg syscall (freebsd-arm), const AF_ROUTE = 17
pkg syscall (freebsd-arm), const AF_SCLUSTER = 34
pkg syscall (freebsd-arm), const AF_SIP = 24
pkg syscall (freebsd-arm), const AF_SLOW = 33
pkg syscall (freebsd-arm), const AF_SNA = 11
pkg syscall (freebsd-arm), const AF_VENDOR00 = 39
pkg syscall (freebsd-arm), const AF_VENDOR01 = 41
pkg syscall (freebsd-arm), const AF_VENDOR02 = 43
pkg syscall (freebsd-arm), const AF_VENDOR03 = 45
pkg syscall (freebsd-arm), const AF_VENDOR04 = 47
pkg syscall (freebsd-arm), const AF_VENDOR05 = 49
pkg syscall (freebsd-arm), const AF_VENDOR06 = 51
pkg syscall (freebsd-arm), const AF_VENDOR07 = 53
pkg syscall (freebsd-arm), const AF_VENDOR08 = 55
pkg syscall (freebsd-arm), const AF_VENDOR09 = 57
pkg syscall (freebsd-arm), const AF_VENDOR10 = 59
pkg syscall (freebsd-arm), const AF_VENDOR11 = 61
pkg syscall (freebsd-arm), const AF_VENDOR12 = 63
pkg syscall (freebsd-arm), const AF_VENDOR13 = 65
pkg syscall (freebsd-arm), const AF_VENDOR14 = 67
pkg syscall (freebsd-arm), const AF_VENDOR15 = 69
pkg syscall (freebsd-arm), const AF_VENDOR16 = 71
pkg syscall (freebsd-arm), const AF_VENDOR17 = 73
pkg syscall (freebsd-arm), const AF_VENDOR18 = 75
pkg syscall (freebsd-arm), const AF_VENDOR19 = 77
pkg syscall (freebsd-arm), const AF_VENDOR20 = 79
pkg syscall (freebsd-arm), const AF_VENDOR21 = 81
pkg syscall (freebsd-arm), const AF_VENDOR22 = 83
pkg syscall (freebsd-arm), const AF_VENDOR23 = 85
pkg syscall (freebsd-arm), const AF_VENDOR24 = 87
pkg syscall (freebsd-arm), const AF_VENDOR25 = 89
pkg syscall (freebsd-arm), const AF_VENDOR26 = 91
pkg syscall (freebsd-arm), const AF_VENDOR27 = 93
pkg syscall (freebsd-arm), const AF_VENDOR28 = 95
pkg syscall (freebsd-arm), const AF_VENDOR29 = 97
pkg syscall (freebsd-arm), const AF_VENDOR30 = 99
pkg syscall (freebsd-arm), const AF_VENDOR31 = 101
pkg syscall (freebsd-arm), const AF_VENDOR32 = 103
pkg syscall (freebsd-arm), const AF_VENDOR33 = 105
pkg syscall (freebsd-arm), const AF_VENDOR34 = 107
pkg syscall (freebsd-arm), const AF_VENDOR35 = 109
pkg syscall (freebsd-arm), const AF_VENDOR36 = 111
pkg syscall (freebsd-arm), const AF_VENDOR37 = 113
pkg syscall (freebsd-arm), const AF_VENDOR38 = 115
pkg syscall (freebsd-arm), const AF_VENDOR39 = 117
pkg syscall (freebsd-arm), const AF_VENDOR40 = 119
pkg syscall (freebsd-arm), const AF_VENDOR41 = 121
pkg syscall (freebsd-arm), const AF_VENDOR42 = 123
pkg syscall (freebsd-arm), const AF_VENDOR43 = 125
pkg syscall (freebsd-arm), const AF_VENDOR44 = 127
pkg syscall (freebsd-arm), const AF_VENDOR45 = 129
pkg syscall (freebsd-arm), const AF_VENDOR46 = 131
pkg syscall (freebsd-arm), const AF_VENDOR47 = 133
pkg syscall (freebsd-arm), const B0 = 0
pkg syscall (freebsd-arm), const B110 = 110
pkg syscall (freebsd-arm), const B115200 = 115200
pkg syscall (freebsd-arm), const B1200 = 1200
pkg syscall (freebsd-arm), const B134 = 134
pkg syscall (freebsd-arm), const B14400 = 14400
pkg syscall (freebsd-arm), const B150 = 150
pkg syscall (freebsd-arm), const B1800 = 1800
pkg syscall (freebsd-arm), const B19200 = 19200
pkg syscall (freebsd-arm), const B200 = 200
pkg syscall (freebsd-arm), const B230400 = 230400
pkg syscall (freebsd-arm), const B2400 = 2400
pkg syscall (freebsd-arm), const B28800 = 28800
pkg syscall (freebsd-arm), const B300 = 300
pkg syscall (freebsd-arm), const B38400 = 38400
pkg syscall (freebsd-arm), const B460800 = 460800
pkg syscall (freebsd-arm), const B4800 = 4800
pkg syscall (freebsd-arm), const B50 = 50
pkg syscall (freebsd-arm), const B57600 = 57600
pkg syscall (freebsd-arm), const B600 = 600
pkg syscall (freebsd-arm), const B7200 = 7200
pkg syscall (freebsd-arm), const B75 = 75
pkg syscall (freebsd-arm), const B76800 = 76800
pkg syscall (freebsd-arm), const B921600 = 921600
pkg syscall (freebsd-arm), const B9600 = 9600
pkg syscall (freebsd-arm), const BIOCFEEDBACK = 2147762812
pkg syscall (freebsd-arm), const BIOCFLUSH = 536887912
pkg syscall (freebsd-arm), const BIOCGBLEN = 1074020966
pkg syscall (freebsd-arm), const BIOCGDIRECTION = 1074020982
pkg syscall (freebsd-arm), const BIOCGDLT = 1074020970
pkg syscall (freebsd-arm), const BIOCGDLTLIST = 3221766777
pkg syscall (freebsd-arm), const BIOCGETBUFMODE = 1074020989
pkg syscall (freebsd-arm), const BIOCGETIF = 1075855979
pkg syscall (freebsd-arm), const BIOCGETZMAX = 1074020991
pkg syscall (freebsd-arm), const BIOCGHDRCMPLT = 1074020980
pkg syscall (freebsd-arm), const BIOCGRSIG = 1074020978
pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
pkg syscall (freebsd-arm), const BIOCGSEESENT = 1074020982
pkg syscall (freebsd-arm), const BIOCGSTATS = 1074283119
pkg syscall (freebsd-arm), const BIOCGTSTAMP = 1074020995
pkg syscall (freebsd-arm), const BIOCIMMEDIATE = 2147762800
pkg syscall (freebsd-arm), const BIOCLOCK = 536887930
pkg syscall (freebsd-arm), const BIOCPROMISC = 536887913
pkg syscall (freebsd-arm), const BIOCROTZBUF = 1074545280
pkg syscall (freebsd-arm), const BIOCSBLEN = 3221504614
pkg syscall (freebsd-arm), const BIOCSDIRECTION = 2147762807
pkg syscall (freebsd-arm), const BIOCSDLT = 2147762808
pkg syscall (freebsd-arm), const BIOCSETBUFMODE = 2147762814
pkg syscall (freebsd-arm), const BIOCSETF = 2148024935
pkg syscall (freebsd-arm), const BIOCSETFNR = 2148024962
pkg syscall (freebsd-arm), const BIOCSETIF = 2149597804
pkg syscall (freebsd-arm), const BIOCSETWF = 2148024955
pkg syscall (freebsd-arm), const BIOCSETZBUF = 2148287105
pkg syscall (freebsd-arm), const BIOCSHDRCMPLT = 2147762805
pkg syscall (freebsd-arm), const BIOCSRSIG = 2147762803
pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
pkg syscall (freebsd-arm), const BIOCSSEESENT = 2147762807
pkg syscall (freebsd-arm), const BIOCSTSTAMP = 2147762820
pkg syscall (freebsd-arm), const BIOCVERSION = 1074020977
pkg syscall (freebsd-arm), const BPF_A = 16
pkg syscall (freebsd-arm), const BPF_ABS = 32
pkg syscall (freebsd-arm), const BPF_ADD = 0
pkg syscall (freebsd-arm), const BPF_ALIGNMENT = 4
pkg syscall (freebsd-arm), const BPF_ALU = 4
pkg syscall (freebsd-arm), const BPF_AND = 80
pkg syscall (freebsd-arm), const BPF_B = 16
pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER = 1
pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF = 2
pkg syscall (freebsd-arm), const BPF_DIV = 48
pkg syscall (freebsd-arm), const BPF_H = 8
pkg syscall (freebsd-arm), const BPF_IMM = 0
pkg syscall (freebsd-arm), const BPF_IND = 64
pkg syscall (freebsd-arm), const BPF_JA = 0
pkg syscall (freebsd-arm), const BPF_JEQ = 16
pkg syscall (freebsd-arm), const BPF_JGE = 48
pkg syscall (freebsd-arm), const BPF_JGT = 32
pkg syscall (freebsd-arm), const BPF_JMP = 5
pkg syscall (freebsd-arm), const BPF_JSET = 64
pkg syscall (freebsd-arm), const BPF_K = 0
pkg syscall (freebsd-arm), const BPF_LD = 0
pkg syscall (freebsd-arm), const BPF_LDX = 1
pkg syscall (freebsd-arm), const BPF_LEN = 128
pkg syscall (freebsd-arm), const BPF_LSH = 96
pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION = 1
pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE = 524288
pkg syscall (freebsd-arm), const BPF_MAXINSNS = 512
pkg syscall (freebsd-arm), const BPF_MEM = 96
pkg syscall (freebsd-arm), const BPF_MEMWORDS = 16
pkg syscall (freebsd-arm), const BPF_MINBUFSIZE = 32
pkg syscall (freebsd-arm), const BPF_MINOR_VERSION = 1
pkg syscall (freebsd-arm), const BPF_MISC = 7
pkg syscall (freebsd-arm), const BPF_MSH = 160
pkg syscall (freebsd-arm), const BPF_MUL = 32
pkg syscall (freebsd-arm), const BPF_NEG = 128
pkg syscall (freebsd-arm), const BPF_OR = 64
pkg syscall (freebsd-arm), const BPF_RELEASE = 199606
pkg syscall (freebsd-arm), const BPF_RET = 6
pkg syscall (freebsd-arm), const BPF_RSH = 112
pkg syscall (freebsd-arm), const BPF_ST = 2
pkg syscall (freebsd-arm), const BPF_STX = 3
pkg syscall (freebsd-arm), const BPF_SUB = 16
pkg syscall (freebsd-arm), const BPF_TAX = 0
pkg syscall (freebsd-arm), const BPF_TXA = 128
pkg syscall (freebsd-arm), const BPF_T_BINTIME = 2
pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST = 258
pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC = 514
pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST = 770
pkg syscall (freebsd-arm), const BPF_T_FAST = 256
pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK = 768
pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK = 3
pkg syscall (freebsd-arm), const BPF_T_MICROTIME = 0
pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST = 256
pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC = 512
pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
pkg syscall (freebsd-arm), const BPF_T_MONOTONIC = 512
pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST = 768
pkg syscall (freebsd-arm), const BPF_T_NANOTIME = 1
pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST = 257
pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC = 513
pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
pkg syscall (freebsd-arm), const BPF_T_NONE = 3
pkg syscall (freebsd-arm), const BPF_T_NORMAL = 0
pkg syscall (freebsd-arm), const BPF_W = 0
pkg syscall (freebsd-arm), const BPF_X = 8
pkg syscall (freebsd-arm), const BRKINT = 2
pkg syscall (freebsd-arm), const CFLUSH = 15
pkg syscall (freebsd-arm), const CLOCAL = 32768
pkg syscall (freebsd-arm), const CREAD = 2048
pkg syscall (freebsd-arm), const CS5 = 0
pkg syscall (freebsd-arm), const CS6 = 256
pkg syscall (freebsd-arm), const CS7 = 512
pkg syscall (freebsd-arm), const CS8 = 768
pkg syscall (freebsd-arm), const CSIZE = 768
pkg syscall (freebsd-arm), const CSTART = 17
pkg syscall (freebsd-arm), const CSTATUS = 20
pkg syscall (freebsd-arm), const CSTOP = 19
pkg syscall (freebsd-arm), const CSTOPB = 1024
pkg syscall (freebsd-arm), const CSUSP = 26
pkg syscall (freebsd-arm), const CTL_MAXNAME = 24
pkg syscall (freebsd-arm), const CTL_NET = 4
pkg syscall (freebsd-arm), const DLT_A429 = 184
pkg syscall (freebsd-arm), const DLT_A653_ICM = 185
pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER = 120
pkg syscall (freebsd-arm), const DLT_AOS = 222
pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (freebsd-arm), const DLT_ARCNET = 7
pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX = 129
pkg syscall (freebsd-arm), const DLT_ATM_CLIP = 19
pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 = 11
pkg syscall (freebsd-arm), const DLT_AURORA = 126
pkg syscall (freebsd-arm), const DLT_AX25 = 3
pkg syscall (freebsd-arm), const DLT_AX25_KISS = 202
pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP = 165
pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (freebsd-arm), const DLT_CAN20B = 190
pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN = 227
pkg syscall (freebsd-arm), const DLT_CHAOS = 5
pkg syscall (freebsd-arm), const DLT_CHDLC = 104
pkg syscall (freebsd-arm), const DLT_CISCO_IOS = 118
pkg syscall (freebsd-arm), const DLT_C_HDLC = 104
pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (freebsd-arm), const DLT_DBUS = 231
pkg syscall (freebsd-arm), const DLT_DECT = 221
pkg syscall (freebsd-arm), const DLT_DOCSIS = 143
pkg syscall (freebsd-arm), const DLT_DVB_CI = 235
pkg syscall (freebsd-arm), const DLT_ECONET = 115
pkg syscall (freebsd-arm), const DLT_EN10MB = 1
pkg syscall (freebsd-arm), const DLT_EN3MB = 2
pkg syscall (freebsd-arm), const DLT_ENC = 109
pkg syscall (freebsd-arm), const DLT_ERF = 197
pkg syscall (freebsd-arm), const DLT_ERF_ETH = 175
pkg syscall (freebsd-arm), const DLT_ERF_POS = 176
pkg syscall (freebsd-arm), const DLT_FC_2 = 224
pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (freebsd-arm), const DLT_FDDI = 10
pkg syscall (freebsd-arm), const DLT_FLEXRAY = 210
pkg syscall (freebsd-arm), const DLT_FRELAY = 107
pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL = 173
pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 = 172
pkg syscall (freebsd-arm), const DLT_GPF_F = 171
pkg syscall (freebsd-arm), const DLT_GPF_T = 170
pkg syscall (freebsd-arm), const DLT_GPRS_LLC = 169
pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS = 218
pkg syscall (freebsd-arm), const DLT_GSMTAP_UM = 217
pkg syscall (freebsd-arm), const DLT_HHDLC = 121
pkg syscall (freebsd-arm), const DLT_IBM_SN = 146
pkg syscall (freebsd-arm), const DLT_IBM_SP = 145
pkg syscall (freebsd-arm), const DLT_IEEE802 = 6
pkg syscall (freebsd-arm), const DLT_IEEE802_11 = 105
pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO = 127
pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 = 195
pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS = 230
pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (freebsd-arm), const DLT_IPFILTER = 116
pkg syscall (freebsd-arm), const DLT_IPMB = 199
pkg syscall (freebsd-arm), const DLT_IPMB_LINUX = 209
pkg syscall (freebsd-arm), const DLT_IPNET = 226
pkg syscall (freebsd-arm), const DLT_IPOIB = 242
pkg syscall (freebsd-arm), const DLT_IPV4 = 228
pkg syscall (freebsd-arm), const DLT_IPV6 = 229
pkg syscall (freebsd-arm), const DLT_IP_OVER_FC = 122
pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 = 137
pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 = 135
pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC = 238
pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC = 181
pkg syscall (freebsd-arm), const DLT_JUNIPER_ES = 132
pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER = 178
pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL = 234
pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY = 180
pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN = 133
pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM = 194
pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR = 134
pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR = 131
pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP = 130
pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR = 164
pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP = 179
pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE = 167
pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES = 136
pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E = 233
pkg syscall (freebsd-arm), const DLT_JUNIPER_ST = 200
pkg syscall (freebsd-arm), const DLT_JUNIPER_VP = 183
pkg syscall (freebsd-arm), const DLT_JUNIPER_VS = 232
pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR = 207
pkg syscall (freebsd-arm), const DLT_LAPD = 203
pkg syscall (freebsd-arm), const DLT_LIN = 212
pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV = 216
pkg syscall (freebsd-arm), const DLT_LINUX_IRDA = 144
pkg syscall (freebsd-arm), const DLT_LINUX_LAPD = 177
pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION = 166
pkg syscall (freebsd-arm), const DLT_LINUX_SLL = 113
pkg syscall (freebsd-arm), const DLT_LOOP = 108
pkg syscall (freebsd-arm), const DLT_LTALK = 114
pkg syscall (freebsd-arm), const DLT_MATCHING_MAX = 246
pkg syscall (freebsd-arm), const DLT_MATCHING_MIN = 104
pkg syscall (freebsd-arm), const DLT_MFR = 182
pkg syscall (freebsd-arm), const DLT_MOST = 211
pkg syscall (freebsd-arm), const DLT_MPEG_2_TS = 243
pkg syscall (freebsd-arm), const DLT_MPLS = 219
pkg syscall (freebsd-arm), const DLT_MTP2 = 140
pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (freebsd-arm), const DLT_MTP3 = 141
pkg syscall (freebsd-arm), const DLT_MUX27010 = 236
pkg syscall (freebsd-arm), const DLT_NETANALYZER = 240
pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT = 241
pkg syscall (freebsd-arm), const DLT_NFC_LLCP = 245
pkg syscall (freebsd-arm), const DLT_NFLOG = 239
pkg syscall (freebsd-arm), const DLT_NG40 = 244
pkg syscall (freebsd-arm), const DLT_NULL = 0
pkg syscall (freebsd-arm), const DLT_PCI_EXP = 125
pkg syscall (freebsd-arm), const DLT_PFLOG = 117
pkg syscall (freebsd-arm), const DLT_PFSYNC = 121
pkg syscall (freebsd-arm), const DLT_PPI = 192
pkg syscall (freebsd-arm), const DLT_PPP = 9
pkg syscall (freebsd-arm), const DLT_PPP_BSDOS = 16
pkg syscall (freebsd-arm), const DLT_PPP_ETHER = 51
pkg syscall (freebsd-arm), const DLT_PPP_PPPD = 166
pkg syscall (freebsd-arm), const DLT_PPP_SERIAL = 50
pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR = 204
pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION = 166
pkg syscall (freebsd-arm), const DLT_PRISM_HEADER = 119
pkg syscall (freebsd-arm), const DLT_PRONET = 4
pkg syscall (freebsd-arm), const DLT_RAIF1 = 198
pkg syscall (freebsd-arm), const DLT_RAW = 12
pkg syscall (freebsd-arm), const DLT_RIO = 124
pkg syscall (freebsd-arm), const DLT_SCCP = 142
pkg syscall (freebsd-arm), const DLT_SITA = 196
pkg syscall (freebsd-arm), const DLT_SLIP = 8
pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS = 15
pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU = 237
pkg syscall (freebsd-arm), const DLT_SUNATM = 123
pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (freebsd-arm), const DLT_TZSP = 128
pkg syscall (freebsd-arm), const DLT_USB = 186
pkg syscall (freebsd-arm), const DLT_USB_LINUX = 189
pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (freebsd-arm), const DLT_USER0 = 147
pkg syscall (freebsd-arm), const DLT_USER1 = 148
pkg syscall (freebsd-arm), const DLT_USER10 = 157
pkg syscall (freebsd-arm), const DLT_USER11 = 158
pkg syscall (freebsd-arm), const DLT_USER12 = 159
pkg syscall (freebsd-arm), const DLT_USER13 = 160
pkg syscall (freebsd-arm), const DLT_USER14 = 161
pkg syscall (freebsd-arm), const DLT_USER15 = 162
pkg syscall (freebsd-arm), const DLT_USER2 = 149
pkg syscall (freebsd-arm), const DLT_USER3 = 150
pkg syscall (freebsd-arm), const DLT_USER4 = 151
pkg syscall (freebsd-arm), const DLT_USER5 = 152
pkg syscall (freebsd-arm), const DLT_USER6 = 153
pkg syscall (freebsd-arm), const DLT_USER7 = 154
pkg syscall (freebsd-arm), const DLT_USER8 = 155
pkg syscall (freebsd-arm), const DLT_USER9 = 156
pkg syscall (freebsd-arm), const DLT_WIHART = 223
pkg syscall (freebsd-arm), const DLT_X2E_SERIAL = 213
pkg syscall (freebsd-arm), const DLT_X2E_XORAYA = 214
pkg syscall (freebsd-arm), const DT_BLK = 6
pkg syscall (freebsd-arm), const DT_CHR = 2
pkg syscall (freebsd-arm), const DT_DIR = 4
pkg syscall (freebsd-arm), const DT_FIFO = 1
pkg syscall (freebsd-arm), const DT_LNK = 10
pkg syscall (freebsd-arm), const DT_REG = 8
pkg syscall (freebsd-arm), const DT_SOCK = 12
pkg syscall (freebsd-arm), const DT_UNKNOWN = 0
pkg syscall (freebsd-arm), const DT_WHT = 14
pkg syscall (freebsd-arm), const E2BIG = 7
pkg syscall (freebsd-arm), const EACCES = 13
pkg syscall (freebsd-arm), const EADDRINUSE = 48
pkg syscall (freebsd-arm), const EADDRNOTAVAIL = 49
pkg syscall (freebsd-arm), const EAFNOSUPPORT = 47
pkg syscall (freebsd-arm), const EAGAIN = 35
pkg syscall (freebsd-arm), const EALREADY = 37
pkg syscall (freebsd-arm), const EAUTH = 80
pkg syscall (freebsd-arm), const EBADF = 9
pkg syscall (freebsd-arm), const EBADMSG = 89
pkg syscall (freebsd-arm), const EBADRPC = 72
pkg syscall (freebsd-arm), const EBUSY = 16
pkg syscall (freebsd-arm), const ECANCELED = 85
pkg syscall (freebsd-arm), const ECAPMODE = 94
pkg syscall (freebsd-arm), const ECHILD = 10
pkg syscall (freebsd-arm), const ECHO = 8
pkg syscall (freebsd-arm), const ECHOCTL = 64
pkg syscall (freebsd-arm), const ECHOE = 2
pkg syscall (freebsd-arm), const ECHOK = 4
pkg syscall (freebsd-arm), const ECHOKE = 1
pkg syscall (freebsd-arm), const ECHONL = 16
pkg syscall (freebsd-arm), const ECHOPRT = 32
pkg syscall (freebsd-arm), const ECONNABORTED = 53
pkg syscall (freebsd-arm), const ECONNREFUSED = 61
pkg syscall (freebsd-arm), const ECONNRESET = 54
pkg syscall (freebsd-arm), const EDEADLK = 11
pkg syscall (freebsd-arm), const EDESTADDRREQ = 39
pkg syscall (freebsd-arm), const EDOM = 33
pkg syscall (freebsd-arm), const EDOOFUS = 88
pkg syscall (freebsd-arm), const EDQUOT = 69
pkg syscall (freebsd-arm), const EEXIST = 17
pkg syscall (freebsd-arm), const EFAULT = 14
pkg syscall (freebsd-arm), const EFBIG = 27
pkg syscall (freebsd-arm), const EFTYPE = 79
pkg syscall (freebsd-arm), const EHOSTDOWN = 64
pkg syscall (freebsd-arm), const EHOSTUNREACH = 65
pkg syscall (freebsd-arm), const EIDRM = 82
pkg syscall (freebsd-arm), const EILSEQ = 86
pkg syscall (freebsd-arm), const EINPROGRESS = 36
pkg syscall (freebsd-arm), const EINTR = 4
pkg syscall (freebsd-arm), const EINVAL = 22
pkg syscall (freebsd-arm), const EIO = 5
pkg syscall (freebsd-arm), const EISCONN = 56
pkg syscall (freebsd-arm), const EISDIR = 21
pkg syscall (freebsd-arm), const ELAST = 94
pkg syscall (freebsd-arm), const ELOOP = 62
pkg syscall (freebsd-arm), const EMFILE = 24
pkg syscall (freebsd-arm), const EMLINK = 31
pkg syscall (freebsd-arm), const EMSGSIZE = 40
pkg syscall (freebsd-arm), const EMULTIHOP = 90
pkg syscall (freebsd-arm), const ENAMETOOLONG = 63
pkg syscall (freebsd-arm), const ENEEDAUTH = 81
pkg syscall (freebsd-arm), const ENETDOWN = 50
pkg syscall (freebsd-arm), const ENETRESET = 52
pkg syscall (freebsd-arm), const ENETUNREACH = 51
pkg syscall (freebsd-arm), const ENFILE = 23
pkg syscall (freebsd-arm), const ENOATTR = 87
pkg syscall (freebsd-arm), const ENOBUFS = 55
pkg syscall (freebsd-arm), const ENODEV = 19
pkg syscall (freebsd-arm), const ENOEXEC = 8
pkg syscall (freebsd-arm), const ENOLCK = 77
pkg syscall (freebsd-arm), const ENOLINK = 91
pkg syscall (freebsd-arm), const ENOMEM = 12
pkg syscall (freebsd-arm), const ENOMSG = 83
pkg syscall (freebsd-arm), const ENOPROTOOPT = 42
pkg syscall (freebsd-arm), const ENOSPC = 28
pkg syscall (freebsd-arm), const ENOSYS = 78
pkg syscall (freebsd-arm), const ENOTBLK = 15
pkg syscall (freebsd-arm), const ENOTCAPABLE = 93
pkg syscall (freebsd-arm), const ENOTCONN = 57
pkg syscall (freebsd-arm), const ENOTDIR = 20
pkg syscall (freebsd-arm), const ENOTEMPTY = 66
pkg syscall (freebsd-arm), const ENOTSOCK = 38
pkg syscall (freebsd-arm), const ENOTSUP = 45
pkg syscall (freebsd-arm), const ENOTTY = 25
pkg syscall (freebsd-arm), const ENXIO = 6
pkg syscall (freebsd-arm), const EOPNOTSUPP = 45
pkg syscall (freebsd-arm), const EOVERFLOW = 84
pkg syscall (freebsd-arm), const EPERM = 1
pkg syscall (freebsd-arm), const EPFNOSUPPORT = 46
pkg syscall (freebsd-arm), const EPIPE = 32
pkg syscall (freebsd-arm), const EPROCLIM = 67
pkg syscall (freebsd-arm), const EPROCUNAVAIL = 76
pkg syscall (freebsd-arm), const EPROGMISMATCH = 75
pkg syscall (freebsd-arm), const EPROGUNAVAIL = 74
pkg syscall (freebsd-arm), const EPROTO = 92
pkg syscall (freebsd-arm), const EPROTONOSUPPORT = 43
pkg syscall (freebsd-arm), const EPROTOTYPE = 41
pkg syscall (freebsd-arm), const ERANGE = 34
pkg syscall (freebsd-arm), const EREMOTE = 71
pkg syscall (freebsd-arm), const EROFS = 30
pkg syscall (freebsd-arm), const ERPCMISMATCH = 73
pkg syscall (freebsd-arm), const ESHUTDOWN = 58
pkg syscall (freebsd-arm), const ESOCKTNOSUPPORT = 44
pkg syscall (freebsd-arm), const ESPIPE = 29
pkg syscall (freebsd-arm), const ESRCH = 3
pkg syscall (freebsd-arm), const ESTALE = 70
pkg syscall (freebsd-arm), const ETIMEDOUT = 60
pkg syscall (freebsd-arm), const ETOOMANYREFS = 59
pkg syscall (freebsd-arm), const ETXTBSY = 26
pkg syscall (freebsd-arm), const EUSERS = 68
pkg syscall (freebsd-arm), const EVFILT_AIO = -3
pkg syscall (freebsd-arm), const EVFILT_FS = -9
pkg syscall (freebsd-arm), const EVFILT_LIO = -10
pkg syscall (freebsd-arm), const EVFILT_PROC = -5
pkg syscall (freebsd-arm), const EVFILT_READ = -1
pkg syscall (freebsd-arm), const EVFILT_SIGNAL = -6
pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT = 11
pkg syscall (freebsd-arm), const EVFILT_TIMER = -7
pkg syscall (freebsd-arm), const EVFILT_USER = -11
pkg syscall (freebsd-arm), const EVFILT_VNODE = -4
pkg syscall (freebsd-arm), const EVFILT_WRITE = -2
pkg syscall (freebsd-arm), const EV_ADD = 1
pkg syscall (freebsd-arm), const EV_CLEAR = 32
pkg syscall (freebsd-arm), const EV_DELETE = 2
pkg syscall (freebsd-arm), const EV_DISABLE = 8
pkg syscall (freebsd-arm), const EV_DISPATCH = 128
pkg syscall (freebsd-arm), const EV_ENABLE = 4
pkg syscall (freebsd-arm), const EV_EOF = 32768
pkg syscall (freebsd-arm), const EV_ERROR = 16384
pkg syscall (freebsd-arm), const EV_FLAG1 = 8192
pkg syscall (freebsd-arm), const EV_ONESHOT = 16
pkg syscall (freebsd-arm), const EV_RECEIPT = 64
pkg syscall (freebsd-arm), const EV_SYSFLAGS = 61440
pkg syscall (freebsd-arm), const EWOULDBLOCK = 35
pkg syscall (freebsd-arm), const EXDEV = 18
pkg syscall (freebsd-arm), const EXTA = 19200
pkg syscall (freebsd-arm), const EXTB = 38400
pkg syscall (freebsd-arm), const EXTPROC = 2048
pkg syscall (freebsd-arm), const FD_CLOEXEC = 1
pkg syscall (freebsd-arm), const FD_SETSIZE = 1024
pkg syscall (freebsd-arm), const FLUSHO = 8388608
pkg syscall (freebsd-arm), const F_CANCEL = 5
pkg syscall (freebsd-arm), const F_DUP2FD = 10
pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC = 18
pkg syscall (freebsd-arm), const F_DUPFD = 0
pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC = 17
pkg syscall (freebsd-arm), const F_GETFD = 1
pkg syscall (freebsd-arm), const F_GETFL = 3
pkg syscall (freebsd-arm), const F_GETLK = 11
pkg syscall (freebsd-arm), const F_GETOWN = 5
pkg syscall (freebsd-arm), const F_OGETLK = 7
pkg syscall (freebsd-arm), const F_OK = 0
pkg syscall (freebsd-arm), const F_OSETLK = 8
pkg syscall (freebsd-arm), const F_OSETLKW = 9
pkg syscall (freebsd-arm), const F_RDAHEAD = 16
pkg syscall (freebsd-arm), const F_RDLCK = 1
pkg syscall (freebsd-arm), const F_READAHEAD = 15
pkg syscall (freebsd-arm), const F_SETFD = 2
pkg syscall (freebsd-arm), const F_SETFL = 4
pkg syscall (freebsd-arm), const F_SETLK = 12
pkg syscall (freebsd-arm), const F_SETLKW = 13
pkg syscall (freebsd-arm), const F_SETLK_REMOTE = 14
pkg syscall (freebsd-arm), const F_SETOWN = 6
pkg syscall (freebsd-arm), const F_UNLCK = 2
pkg syscall (freebsd-arm), const F_UNLCKSYS = 4
pkg syscall (freebsd-arm), const F_WRLCK = 3
pkg syscall (freebsd-arm), const HUPCL = 16384
pkg syscall (freebsd-arm), const ICANON = 256
pkg syscall (freebsd-arm), const ICRNL = 256
pkg syscall (freebsd-arm), const IEXTEN = 1024
pkg syscall (freebsd-arm), const IFAN_ARRIVAL = 0
pkg syscall (freebsd-arm), const IFAN_DEPARTURE = 1
pkg syscall (freebsd-arm), const IFF_ALLMULTI = 512
pkg syscall (freebsd-arm), const IFF_ALTPHYS = 16384
pkg syscall (freebsd-arm), const IFF_CANTCHANGE = 2199410
pkg syscall (freebsd-arm), const IFF_CANTCONFIG = 65536
pkg syscall (freebsd-arm), const IFF_DEBUG = 4
pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE = 1024
pkg syscall (freebsd-arm), const IFF_DRV_RUNNING = 64
pkg syscall (freebsd-arm), const IFF_DYING = 2097152
pkg syscall (freebsd-arm), const IFF_LINK0 = 4096
pkg syscall (freebsd-arm), const IFF_LINK1 = 8192
pkg syscall (freebsd-arm), const IFF_LINK2 = 16384
pkg syscall (freebsd-arm), const IFF_LOOPBACK = 8
pkg syscall (freebsd-arm), const IFF_MONITOR = 262144
pkg syscall (freebsd-arm), const IFF_MULTICAST = 32768
pkg syscall (freebsd-arm), const IFF_NOARP = 128
pkg syscall (freebsd-arm), const IFF_OACTIVE = 1024
pkg syscall (freebsd-arm), const IFF_POINTOPOINT = 16
pkg syscall (freebsd-arm), const IFF_PPROMISC = 131072
pkg syscall (freebsd-arm), const IFF_PROMISC = 256
pkg syscall (freebsd-arm), const IFF_RENAMING = 4194304
pkg syscall (freebsd-arm), const IFF_RUNNING = 64
pkg syscall (freebsd-arm), const IFF_SIMPLEX = 2048
pkg syscall (freebsd-arm), const IFF_SMART = 32
pkg syscall (freebsd-arm), const IFF_STATICARP = 524288
pkg syscall (freebsd-arm), const IFNAMSIZ = 16
pkg syscall (freebsd-arm), const IFT_1822 = 2
pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH = 130
pkg syscall (freebsd-arm), const IFT_AAL2 = 187
pkg syscall (freebsd-arm), const IFT_AAL5 = 49
pkg syscall (freebsd-arm), const IFT_ADSL = 94
pkg syscall (freebsd-arm), const IFT_AFLANE8023 = 59
pkg syscall (freebsd-arm), const IFT_AFLANE8025 = 60
pkg syscall (freebsd-arm), const IFT_ARAP = 88
pkg syscall (freebsd-arm), const IFT_ARCNET = 35
pkg syscall (freebsd-arm), const IFT_ARCNETPLUS = 36
pkg syscall (freebsd-arm), const IFT_ASYNC = 84
pkg syscall (freebsd-arm), const IFT_ATM = 37
pkg syscall (freebsd-arm), const IFT_ATMDXI = 105
pkg syscall (freebsd-arm), const IFT_ATMFUNI = 106
pkg syscall (freebsd-arm), const IFT_ATMIMA = 107
pkg syscall (freebsd-arm), const IFT_ATMLOGICAL = 80
pkg syscall (freebsd-arm), const IFT_ATMRADIO = 189
pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE = 134
pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT = 194
pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL = 149
pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (freebsd-arm), const IFT_BRIDGE = 209
pkg syscall (freebsd-arm), const IFT_BSC = 83
pkg syscall (freebsd-arm), const IFT_CCTEMUL = 61
pkg syscall (freebsd-arm), const IFT_CEPT = 19
pkg syscall (freebsd-arm), const IFT_CES = 133
pkg syscall (freebsd-arm), const IFT_CHANNEL = 70
pkg syscall (freebsd-arm), const IFT_CNR = 85
pkg syscall (freebsd-arm), const IFT_COFFEE = 132
pkg syscall (freebsd-arm), const IFT_COMPOSITELINK = 155
pkg syscall (freebsd-arm), const IFT_DCN = 141
pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE = 138
pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (freebsd-arm), const IFT_DLSW = 74
pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (freebsd-arm), const IFT_DS0 = 81
pkg syscall (freebsd-arm), const IFT_DS0BUNDLE = 82
pkg syscall (freebsd-arm), const IFT_DS1FDL = 170
pkg syscall (freebsd-arm), const IFT_DS3 = 30
pkg syscall (freebsd-arm), const IFT_DTM = 140
pkg syscall (freebsd-arm), const IFT_DVBASILN = 172
pkg syscall (freebsd-arm), const IFT_DVBASIOUT = 173
pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER = 146
pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (freebsd-arm), const IFT_ENC = 244
pkg syscall (freebsd-arm), const IFT_EON = 25
pkg syscall (freebsd-arm), const IFT_EPLRS = 87
pkg syscall (freebsd-arm), const IFT_ESCON = 73
pkg syscall (freebsd-arm), const IFT_ETHER = 6
pkg syscall (freebsd-arm), const IFT_FAITH = 242
pkg syscall (freebsd-arm), const IFT_FAST = 125
pkg syscall (freebsd-arm), const IFT_FASTETHER = 62
pkg syscall (freebsd-arm), const IFT_FASTETHERFX = 69
pkg syscall (freebsd-arm), const IFT_FDDI = 15
pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL = 56
pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI = 92
pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT = 193
pkg syscall (freebsd-arm), const IFT_FRELAY = 32
pkg syscall (freebsd-arm), const IFT_FRELAYDCE = 44
pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (freebsd-arm), const IFT_FRFORWARD = 158
pkg syscall (freebsd-arm), const IFT_G703AT2MB = 67
pkg syscall (freebsd-arm), const IFT_G703AT64K = 66
pkg syscall (freebsd-arm), const IFT_GIF = 240
pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET = 117
pkg syscall (freebsd-arm), const IFT_GR303IDT = 178
pkg syscall (freebsd-arm), const IFT_GR303RDT = 177
pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER = 164
pkg syscall (freebsd-arm), const IFT_H323PROXY = 165
pkg syscall (freebsd-arm), const IFT_HDH1822 = 3
pkg syscall (freebsd-arm), const IFT_HDLC = 118
pkg syscall (freebsd-arm), const IFT_HDSL2 = 168
pkg syscall (freebsd-arm), const IFT_HIPERLAN2 = 183
pkg syscall (freebsd-arm), const IFT_HIPPI = 47
pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE = 57
pkg syscall (freebsd-arm), const IFT_HOSTPAD = 90
pkg syscall (freebsd-arm), const IFT_HSSI = 46
pkg syscall (freebsd-arm), const IFT_HY = 14
pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN = 72
pkg syscall (freebsd-arm), const IFT_IDSL = 154
pkg syscall (freebsd-arm), const IFT_IEEE1394 = 144
pkg syscall (freebsd-arm), const IFT_IEEE80211 = 71
pkg syscall (freebsd-arm), const IFT_IEEE80212 = 55
pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG = 161
pkg syscall (freebsd-arm), const IFT_IFGSN = 145
pkg syscall (freebsd-arm), const IFT_IMT = 190
pkg syscall (freebsd-arm), const IFT_INFINIBAND = 199
pkg syscall (freebsd-arm), const IFT_INTERLEAVE = 124
pkg syscall (freebsd-arm), const IFT_IP = 126
pkg syscall (freebsd-arm), const IFT_IPFORWARD = 142
pkg syscall (freebsd-arm), const IFT_IPOVERATM = 114
pkg syscall (freebsd-arm), const IFT_IPOVERCDLC = 109
pkg syscall (freebsd-arm), const IFT_IPOVERCLAW = 110
pkg syscall (freebsd-arm), const IFT_IPSWITCH = 78
pkg syscall (freebsd-arm), const IFT_IPXIP = 249
pkg syscall (freebsd-arm), const IFT_ISDN = 63
pkg syscall (freebsd-arm), const IFT_ISDNBASIC = 20
pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY = 21
pkg syscall (freebsd-arm), const IFT_ISDNS = 75
pkg syscall (freebsd-arm), const IFT_ISDNU = 76
pkg syscall (freebsd-arm), const IFT_ISO88022LLC = 41
pkg syscall (freebsd-arm), const IFT_ISO88023 = 7
pkg syscall (freebsd-arm), const IFT_ISO88024 = 8
pkg syscall (freebsd-arm), const IFT_ISO88025 = 9
pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT = 98
pkg syscall (freebsd-arm), const IFT_ISO88025DTR = 86
pkg syscall (freebsd-arm), const IFT_ISO88025FIBER = 115
pkg syscall (freebsd-arm), const IFT_ISO88026 = 10
pkg syscall (freebsd-arm), const IFT_ISUP = 179
pkg syscall (freebsd-arm), const IFT_L2VLAN = 135
pkg syscall (freebsd-arm), const IFT_L3IPVLAN = 136
pkg syscall (freebsd-arm), const IFT_L3IPXVLAN = 137
pkg syscall (freebsd-arm), const IFT_LAPB = 16
pkg syscall (freebsd-arm), const IFT_LAPD = 77
pkg syscall (freebsd-arm), const IFT_LAPF = 119
pkg syscall (freebsd-arm), const IFT_LOCALTALK = 42
pkg syscall (freebsd-arm), const IFT_LOOP = 24
pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (freebsd-arm), const IFT_MFSIGLINK = 167
pkg syscall (freebsd-arm), const IFT_MIOX25 = 38
pkg syscall (freebsd-arm), const IFT_MODEM = 48
pkg syscall (freebsd-arm), const IFT_MPC = 113
pkg syscall (freebsd-arm), const IFT_MPLS = 166
pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL = 150
pkg syscall (freebsd-arm), const IFT_MSDSL = 143
pkg syscall (freebsd-arm), const IFT_MVL = 191
pkg syscall (freebsd-arm), const IFT_MYRINET = 99
pkg syscall (freebsd-arm), const IFT_NFAS = 175
pkg syscall (freebsd-arm), const IFT_NSIP = 27
pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL = 195
pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT = 196
pkg syscall (freebsd-arm), const IFT_OTHER = 1
pkg syscall (freebsd-arm), const IFT_P10 = 12
pkg syscall (freebsd-arm), const IFT_P80 = 13
pkg syscall (freebsd-arm), const IFT_PARA = 34
pkg syscall (freebsd-arm), const IFT_PFLOG = 246
pkg syscall (freebsd-arm), const IFT_PFSYNC = 247
pkg syscall (freebsd-arm), const IFT_PLC = 174
pkg syscall (freebsd-arm), const IFT_POS = 171
pkg syscall (freebsd-arm), const IFT_PPP = 23
pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP = 184
pkg syscall (freebsd-arm), const IFT_PROPCNLS = 89
pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (freebsd-arm), const IFT_PROPMUX = 54
pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL = 53
pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P = 157
pkg syscall (freebsd-arm), const IFT_PTPSERIAL = 22
pkg syscall (freebsd-arm), const IFT_PVC = 241
pkg syscall (freebsd-arm), const IFT_QLLC = 68
pkg syscall (freebsd-arm), const IFT_RADIOMAC = 188
pkg syscall (freebsd-arm), const IFT_RADSL = 95
pkg syscall (freebsd-arm), const IFT_REACHDSL = 192
pkg syscall (freebsd-arm), const IFT_RFC1483 = 159
pkg syscall (freebsd-arm), const IFT_RS232 = 33
pkg syscall (freebsd-arm), const IFT_RSRB = 79
pkg syscall (freebsd-arm), const IFT_SDLC = 17
pkg syscall (freebsd-arm), const IFT_SDSL = 96
pkg syscall (freebsd-arm), const IFT_SHDSL = 169
pkg syscall (freebsd-arm), const IFT_SIP = 31
pkg syscall (freebsd-arm), const IFT_SLIP = 28
pkg syscall (freebsd-arm), const IFT_SMDSDXI = 43
pkg syscall (freebsd-arm), const IFT_SMDSICIP = 52
pkg syscall (freebsd-arm), const IFT_SONET = 39
pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (freebsd-arm), const IFT_SONETPATH = 50
pkg syscall (freebsd-arm), const IFT_SONETVT = 51
pkg syscall (freebsd-arm), const IFT_SRP = 151
pkg syscall (freebsd-arm), const IFT_SS7SIGLINK = 156
pkg syscall (freebsd-arm), const IFT_STACKTOSTACK = 111
pkg syscall (freebsd-arm), const IFT_STARLAN = 11
pkg syscall (freebsd-arm), const IFT_STF = 215
pkg syscall (freebsd-arm), const IFT_T1 = 18
pkg syscall (freebsd-arm), const IFT_TDLC = 116
pkg syscall (freebsd-arm), const IFT_TERMPAD = 91
pkg syscall (freebsd-arm), const IFT_TR008 = 176
pkg syscall (freebsd-arm), const IFT_TRANSPHDLC = 123
pkg syscall (freebsd-arm), const IFT_TUNNEL = 131
pkg syscall (freebsd-arm), const IFT_ULTRA = 29
pkg syscall (freebsd-arm), const IFT_USB = 160
pkg syscall (freebsd-arm), const IFT_V11 = 64
pkg syscall (freebsd-arm), const IFT_V35 = 45
pkg syscall (freebsd-arm), const IFT_V36 = 65
pkg syscall (freebsd-arm), const IFT_V37 = 120
pkg syscall (freebsd-arm), const IFT_VDSL = 97
pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (freebsd-arm), const IFT_VOICEEM = 100
pkg syscall (freebsd-arm), const IFT_VOICEENCAP = 103
pkg syscall (freebsd-arm), const IFT_VOICEFXO = 101
pkg syscall (freebsd-arm), const IFT_VOICEFXS = 102
pkg syscall (freebsd-arm), const IFT_VOICEOVERATM = 152
pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (freebsd-arm), const IFT_VOICEOVERIP = 104
pkg syscall (freebsd-arm), const IFT_X213 = 93
pkg syscall (freebsd-arm), const IFT_X25 = 5
pkg syscall (freebsd-arm), const IFT_X25DDN = 4
pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP = 122
pkg syscall (freebsd-arm), const IFT_X25MLP = 121
pkg syscall (freebsd-arm), const IFT_X25PLE = 40
pkg syscall (freebsd-arm), const IFT_XETHER = 26
pkg syscall (freebsd-arm), const IGNBRK = 1
pkg syscall (freebsd-arm), const IGNCR = 128
pkg syscall (freebsd-arm), const IGNPAR = 4
pkg syscall (freebsd-arm), const IMAXBEL = 8192
pkg syscall (freebsd-arm), const INLCR = 64
pkg syscall (freebsd-arm), const INPCK = 16
pkg syscall (freebsd-arm), const IN_CLASSA_HOST = 16777215
pkg syscall (freebsd-arm), const IN_CLASSA_MAX = 128
pkg syscall (freebsd-arm), const IN_CLASSA_NET = 4278190080
pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT = 24
pkg syscall (freebsd-arm), const IN_CLASSB_HOST = 65535
pkg syscall (freebsd-arm), const IN_CLASSB_MAX = 65536
pkg syscall (freebsd-arm), const IN_CLASSB_NET = 4294901760
pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT = 16
pkg syscall (freebsd-arm), const IN_CLASSC_HOST = 255
pkg syscall (freebsd-arm), const IN_CLASSC_NET = 4294967040
pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT = 8
pkg syscall (freebsd-arm), const IN_CLASSD_HOST = 268435455
pkg syscall (freebsd-arm), const IN_CLASSD_NET = 4026531840
pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT = 28
pkg syscall (freebsd-arm), const IN_LOOPBACKNET = 127
pkg syscall (freebsd-arm), const IN_RFC3021_MASK = 4294967294
pkg syscall (freebsd-arm), const IPPROTO_3PC = 34
pkg syscall (freebsd-arm), const IPPROTO_ADFS = 68
pkg syscall (freebsd-arm), const IPPROTO_AH = 51
pkg syscall (freebsd-arm), const IPPROTO_AHIP = 61
pkg syscall (freebsd-arm), const IPPROTO_APES = 99
pkg syscall (freebsd-arm), const IPPROTO_ARGUS = 13
pkg syscall (freebsd-arm), const IPPROTO_AX25 = 93
pkg syscall (freebsd-arm), const IPPROTO_BHA = 49
pkg syscall (freebsd-arm), const IPPROTO_BLT = 30
pkg syscall (freebsd-arm), const IPPROTO_BRSATMON = 76
pkg syscall (freebsd-arm), const IPPROTO_CARP = 112
pkg syscall (freebsd-arm), const IPPROTO_CFTP = 62
pkg syscall (freebsd-arm), const IPPROTO_CHAOS = 16
pkg syscall (freebsd-arm), const IPPROTO_CMTP = 38
pkg syscall (freebsd-arm), const IPPROTO_CPHB = 73
pkg syscall (freebsd-arm), const IPPROTO_CPNX = 72
pkg syscall (freebsd-arm), const IPPROTO_DDP = 37
pkg syscall (freebsd-arm), const IPPROTO_DGP = 86
pkg syscall (freebsd-arm), const IPPROTO_DIVERT = 258
pkg syscall (freebsd-arm), const IPPROTO_DONE = 257
pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS = 60
pkg syscall (freebsd-arm), const IPPROTO_EGP = 8
pkg syscall (freebsd-arm), const IPPROTO_EMCON = 14
pkg syscall (freebsd-arm), const IPPROTO_ENCAP = 98
pkg syscall (freebsd-arm), const IPPROTO_EON = 80
pkg syscall (freebsd-arm), const IPPROTO_ESP = 50
pkg syscall (freebsd-arm), const IPPROTO_ETHERIP = 97
pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT = 44
pkg syscall (freebsd-arm), const IPPROTO_GGP = 3
pkg syscall (freebsd-arm), const IPPROTO_GMTP = 100
pkg syscall (freebsd-arm), const IPPROTO_GRE = 47
pkg syscall (freebsd-arm), const IPPROTO_HELLO = 63
pkg syscall (freebsd-arm), const IPPROTO_HMP = 20
pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS = 0
pkg syscall (freebsd-arm), const IPPROTO_ICMP = 1
pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 = 58
pkg syscall (freebsd-arm), const IPPROTO_IDP = 22
pkg syscall (freebsd-arm), const IPPROTO_IDPR = 35
pkg syscall (freebsd-arm), const IPPROTO_IDRP = 45
pkg syscall (freebsd-arm), const IPPROTO_IGMP = 2
pkg syscall (freebsd-arm), const IPPROTO_IGP = 85
pkg syscall (freebsd-arm), const IPPROTO_IGRP = 88
pkg syscall (freebsd-arm), const IPPROTO_IL = 40
pkg syscall (freebsd-arm), const IPPROTO_INLSP = 52
pkg syscall (freebsd-arm), const IPPROTO_INP = 32
pkg syscall (freebsd-arm), const IPPROTO_IPCOMP = 108
pkg syscall (freebsd-arm), const IPPROTO_IPCV = 71
pkg syscall (freebsd-arm), const IPPROTO_IPEIP = 94
pkg syscall (freebsd-arm), const IPPROTO_IPIP = 4
pkg syscall (freebsd-arm), const IPPROTO_IPPC = 67
pkg syscall (freebsd-arm), const IPPROTO_IPV4 = 4
pkg syscall (freebsd-arm), const IPPROTO_IRTP = 28
pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN = 65
pkg syscall (freebsd-arm), const IPPROTO_LARP = 91
pkg syscall (freebsd-arm), const IPPROTO_LEAF1 = 25
pkg syscall (freebsd-arm), const IPPROTO_LEAF2 = 26
pkg syscall (freebsd-arm), const IPPROTO_MAX = 256
pkg syscall (freebsd-arm), const IPPROTO_MAXID = 52
pkg syscall (freebsd-arm), const IPPROTO_MEAS = 19
pkg syscall (freebsd-arm), const IPPROTO_MH = 135
pkg syscall (freebsd-arm), const IPPROTO_MHRP = 48
pkg syscall (freebsd-arm), const IPPROTO_MICP = 95
pkg syscall (freebsd-arm), const IPPROTO_MOBILE = 55
pkg syscall (freebsd-arm), const IPPROTO_MPLS = 137
pkg syscall (freebsd-arm), const IPPROTO_MTP = 92
pkg syscall (freebsd-arm), const IPPROTO_MUX = 18
pkg syscall (freebsd-arm), const IPPROTO_ND = 77
pkg syscall (freebsd-arm), const IPPROTO_NHRP = 54
pkg syscall (freebsd-arm), const IPPROTO_NONE = 59
pkg syscall (freebsd-arm), const IPPROTO_NSP = 31
pkg syscall (freebsd-arm), const IPPROTO_NVPII = 11
pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT = 254
pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP = 89
pkg syscall (freebsd-arm), const IPPROTO_PFSYNC = 240
pkg syscall (freebsd-arm), const IPPROTO_PGM = 113
pkg syscall (freebsd-arm), const IPPROTO_PIGP = 9
pkg syscall (freebsd-arm), const IPPROTO_PIM = 103
pkg syscall (freebsd-arm), const IPPROTO_PRM = 21
pkg syscall (freebsd-arm), const IPPROTO_PUP = 12
pkg syscall (freebsd-arm), const IPPROTO_PVP = 75
pkg syscall (freebsd-arm), const IPPROTO_RAW = 255
pkg syscall (freebsd-arm), const IPPROTO_RCCMON = 10
pkg syscall (freebsd-arm), const IPPROTO_RDP = 27
pkg syscall (freebsd-arm), const IPPROTO_ROUTING = 43
pkg syscall (freebsd-arm), const IPPROTO_RSVP = 46
pkg syscall (freebsd-arm), const IPPROTO_RVD = 66
pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK = 64
pkg syscall (freebsd-arm), const IPPROTO_SATMON = 69
pkg syscall (freebsd-arm), const IPPROTO_SCCSP = 96
pkg syscall (freebsd-arm), const IPPROTO_SCTP = 132
pkg syscall (freebsd-arm), const IPPROTO_SDRP = 42
pkg syscall (freebsd-arm), const IPPROTO_SEND = 259
pkg syscall (freebsd-arm), const IPPROTO_SEP = 33
pkg syscall (freebsd-arm), const IPPROTO_SKIP = 57
pkg syscall (freebsd-arm), const IPPROTO_SPACER = 32767
pkg syscall (freebsd-arm), const IPPROTO_SRPC = 90
pkg syscall (freebsd-arm), const IPPROTO_ST = 7
pkg syscall (freebsd-arm), const IPPROTO_SVMTP = 82
pkg syscall (freebsd-arm), const IPPROTO_SWIPE = 53
pkg syscall (freebsd-arm), const IPPROTO_TCF = 87
pkg syscall (freebsd-arm), const IPPROTO_TLSP = 56
pkg syscall (freebsd-arm), const IPPROTO_TP = 29
pkg syscall (freebsd-arm), const IPPROTO_TPXX = 39
pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 = 23
pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 = 24
pkg syscall (freebsd-arm), const IPPROTO_TTP = 84
pkg syscall (freebsd-arm), const IPPROTO_VINES = 83
pkg syscall (freebsd-arm), const IPPROTO_VISA = 70
pkg syscall (freebsd-arm), const IPPROTO_VMTP = 81
pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK = 79
pkg syscall (freebsd-arm), const IPPROTO_WBMON = 78
pkg syscall (freebsd-arm), const IPPROTO_WSN = 74
pkg syscall (freebsd-arm), const IPPROTO_XNET = 15
pkg syscall (freebsd-arm), const IPPROTO_XTP = 36
pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (freebsd-arm), const IPV6_BINDANY = 64
pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY = 27
pkg syscall (freebsd-arm), const IPV6_CHECKSUM = 26
pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-arm), const IPV6_DEFHLIM = 64
pkg syscall (freebsd-arm), const IPV6_DONTFRAG = 62
pkg syscall (freebsd-arm), const IPV6_DSTOPTS = 50
pkg syscall (freebsd-arm), const IPV6_FAITH = 29
pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (freebsd-arm), const IPV6_FRAGTTL = 120
pkg syscall (freebsd-arm), const IPV6_FW_ADD = 30
pkg syscall (freebsd-arm), const IPV6_FW_DEL = 31
pkg syscall (freebsd-arm), const IPV6_FW_FLUSH = 32
pkg syscall (freebsd-arm), const IPV6_FW_GET = 34
pkg syscall (freebsd-arm), const IPV6_FW_ZERO = 33
pkg syscall (freebsd-arm), const IPV6_HLIMDEC = 1
pkg syscall (freebsd-arm), const IPV6_HOPLIMIT = 47
pkg syscall (freebsd-arm), const IPV6_HOPOPTS = 49
pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY = 28
pkg syscall (freebsd-arm), const IPV6_JOIN_GROUP = 12
pkg syscall (freebsd-arm), const IPV6_LEAVE_GROUP = 13
pkg syscall (freebsd-arm), const IPV6_MAXHLIM = 255
pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR = 2048
pkg syscall (freebsd-arm), const IPV6_MAXPACKET = 65535
pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-arm), const IPV6_MMTU = 1280
pkg syscall (freebsd-arm), const IPV6_MSFILTER = 74
pkg syscall (freebsd-arm), const IPV6_MULTICAST_HOPS = 10
pkg syscall (freebsd-arm), const IPV6_MULTICAST_IF = 9
pkg syscall (freebsd-arm), const IPV6_MULTICAST_LOOP = 11
pkg syscall (freebsd-arm), const IPV6_NEXTHOP = 48
pkg syscall (freebsd-arm), const IPV6_PATHMTU = 44
pkg syscall (freebsd-arm), const IPV6_PKTINFO = 46
pkg syscall (freebsd-arm), const IPV6_PORTRANGE = 14
pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW = 2
pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR = 63
pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS = 40
pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT = 37
pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS = 39
pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU = 43
pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO = 36
pkg syscall (freebsd-arm), const IPV6_RECVRTHDR = 38
pkg syscall (freebsd-arm), const IPV6_RECVTCLASS = 57
pkg syscall (freebsd-arm), const IPV6_RTHDR = 51
pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE = 0
pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT = 1
pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (freebsd-arm), const IPV6_TCLASS = 61
pkg syscall (freebsd-arm), const IPV6_UNICAST_HOPS = 4
pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU = 42
pkg syscall (freebsd-arm), const IPV6_V6ONLY = 27
pkg syscall (freebsd-arm), const IPV6_VERSION = 96
pkg syscall (freebsd-arm), const IPV6_VERSION_MASK = 240
pkg syscall (freebsd-arm), const IP_ADD_MEMBERSHIP = 12
pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (freebsd-arm), const IP_BINDANY = 24
pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE = 72
pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (freebsd-arm), const IP_DF = 16384
pkg syscall (freebsd-arm), const IP_DONTFRAG = 67
pkg syscall (freebsd-arm), const IP_DROP_MEMBERSHIP = 13
pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (freebsd-arm), const IP_DUMMYNET3 = 49
pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL = 61
pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH = 62
pkg syscall (freebsd-arm), const IP_DUMMYNET_GET = 64
pkg syscall (freebsd-arm), const IP_FAITH = 22
pkg syscall (freebsd-arm), const IP_FW3 = 48
pkg syscall (freebsd-arm), const IP_FW_ADD = 50
pkg syscall (freebsd-arm), const IP_FW_DEL = 51
pkg syscall (freebsd-arm), const IP_FW_FLUSH = 52
pkg syscall (freebsd-arm), const IP_FW_GET = 54
pkg syscall (freebsd-arm), const IP_FW_NAT_CFG = 56
pkg syscall (freebsd-arm), const IP_FW_NAT_DEL = 57
pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG = 58
pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG = 59
pkg syscall (freebsd-arm), const IP_FW_RESETLOG = 55
pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD = 40
pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL = 41
pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH = 42
pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE = 43
pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST = 44
pkg syscall (freebsd-arm), const IP_FW_ZERO = 53
pkg syscall (freebsd-arm), const IP_HDRINCL = 2
pkg syscall (freebsd-arm), const IP_IPSEC_POLICY = 21
pkg syscall (freebsd-arm), const IP_MAXPACKET = 65535
pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER = 1024
pkg syscall (freebsd-arm), const IP_MF = 8192
pkg syscall (freebsd-arm), const IP_MINTTL = 66
pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-arm), const IP_MSFILTER = 74
pkg syscall (freebsd-arm), const IP_MSS = 576
pkg syscall (freebsd-arm), const IP_MULTICAST_IF = 9
pkg syscall (freebsd-arm), const IP_MULTICAST_LOOP = 11
pkg syscall (freebsd-arm), const IP_MULTICAST_TTL = 10
pkg syscall (freebsd-arm), const IP_MULTICAST_VIF = 14
pkg syscall (freebsd-arm), const IP_OFFMASK = 8191
pkg syscall (freebsd-arm), const IP_ONESBCAST = 23
pkg syscall (freebsd-arm), const IP_OPTIONS = 1
pkg syscall (freebsd-arm), const IP_PORTRANGE = 19
pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH = 1
pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW = 2
pkg syscall (freebsd-arm), const IP_RECVDSTADDR = 7
pkg syscall (freebsd-arm), const IP_RECVIF = 20
pkg syscall (freebsd-arm), const IP_RECVOPTS = 5
pkg syscall (freebsd-arm), const IP_RECVRETOPTS = 6
pkg syscall (freebsd-arm), const IP_RECVTOS = 68
pkg syscall (freebsd-arm), const IP_RECVTTL = 65
pkg syscall (freebsd-arm), const IP_RETOPTS = 8
pkg syscall (freebsd-arm), const IP_RF = 32768
pkg syscall (freebsd-arm), const IP_RSVP_OFF = 16
pkg syscall (freebsd-arm), const IP_RSVP_ON = 15
pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF = 18
pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON = 17
pkg syscall (freebsd-arm), const IP_SENDSRCADDR = 7
pkg syscall (freebsd-arm), const IP_TOS = 3
pkg syscall (freebsd-arm), const IP_TTL = 4
pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE = 73
pkg syscall (freebsd-arm), const ISIG = 128
pkg syscall (freebsd-arm), const ISTRIP = 32
pkg syscall (freebsd-arm), const IXANY = 2048
pkg syscall (freebsd-arm), const IXOFF = 1024
pkg syscall (freebsd-arm), const IXON = 512
pkg syscall (freebsd-arm), const ImplementsGetwd = false
pkg syscall (freebsd-arm), const LOCK_EX = 2
pkg syscall (freebsd-arm), const LOCK_NB = 4
pkg syscall (freebsd-arm), const LOCK_SH = 1
pkg syscall (freebsd-arm), const LOCK_UN = 8
pkg syscall (freebsd-arm), const MADV_AUTOSYNC = 7
pkg syscall (freebsd-arm), const MADV_CORE = 9
pkg syscall (freebsd-arm), const MADV_DONTNEED = 4
pkg syscall (freebsd-arm), const MADV_FREE = 5
pkg syscall (freebsd-arm), const MADV_NOCORE = 8
pkg syscall (freebsd-arm), const MADV_NORMAL = 0
pkg syscall (freebsd-arm), const MADV_NOSYNC = 6
pkg syscall (freebsd-arm), const MADV_PROTECT = 10
pkg syscall (freebsd-arm), const MADV_RANDOM = 1
pkg syscall (freebsd-arm), const MADV_SEQUENTIAL = 2
pkg syscall (freebsd-arm), const MADV_WILLNEED = 3
pkg syscall (freebsd-arm), const MAP_ANON = 4096
pkg syscall (freebsd-arm), const MAP_ANONYMOUS = 4096
pkg syscall (freebsd-arm), const MAP_COPY = 2
pkg syscall (freebsd-arm), const MAP_FILE = 0
pkg syscall (freebsd-arm), const MAP_FIXED = 16
pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE = 512
pkg syscall (freebsd-arm), const MAP_NOCORE = 131072
pkg syscall (freebsd-arm), const MAP_NORESERVE = 64
pkg syscall (freebsd-arm), const MAP_NOSYNC = 2048
pkg syscall (freebsd-arm), const MAP_PREFAULT_READ = 262144
pkg syscall (freebsd-arm), const MAP_PRIVATE = 2
pkg syscall (freebsd-arm), const MAP_RENAME = 32
pkg syscall (freebsd-arm), const MAP_RESERVED0080 = 128
pkg syscall (freebsd-arm), const MAP_RESERVED0100 = 256
pkg syscall (freebsd-arm), const MAP_SHARED = 1
pkg syscall (freebsd-arm), const MAP_STACK = 1024
pkg syscall (freebsd-arm), const MCL_CURRENT = 1
pkg syscall (freebsd-arm), const MCL_FUTURE = 2
pkg syscall (freebsd-arm), const MSG_COMPAT = 32768
pkg syscall (freebsd-arm), const MSG_CTRUNC = 32
pkg syscall (freebsd-arm), const MSG_DONTROUTE = 4
pkg syscall (freebsd-arm), const MSG_DONTWAIT = 128
pkg syscall (freebsd-arm), const MSG_EOF = 256
pkg syscall (freebsd-arm), const MSG_EOR = 8
pkg syscall (freebsd-arm), const MSG_NBIO = 16384
pkg syscall (freebsd-arm), const MSG_NOSIGNAL = 131072
pkg syscall (freebsd-arm), const MSG_NOTIFICATION = 8192
pkg syscall (freebsd-arm), const MSG_OOB = 1
pkg syscall (freebsd-arm), const MSG_PEEK = 2
pkg syscall (freebsd-arm), const MSG_TRUNC = 16
pkg syscall (freebsd-arm), const MSG_WAITALL = 64
pkg syscall (freebsd-arm), const MS_ASYNC = 1
pkg syscall (freebsd-arm), const MS_INVALIDATE = 2
pkg syscall (freebsd-arm), const MS_SYNC = 0
pkg syscall (freebsd-arm), const NET_RT_DUMP = 1
pkg syscall (freebsd-arm), const NET_RT_FLAGS = 2
pkg syscall (freebsd-arm), const NET_RT_IFLIST = 3
pkg syscall (freebsd-arm), const NET_RT_IFLISTL = 5
pkg syscall (freebsd-arm), const NET_RT_IFMALIST = 4
pkg syscall (freebsd-arm), const NET_RT_MAXID = 6
pkg syscall (freebsd-arm), const NOFLSH = 2147483648
pkg syscall (freebsd-arm), const NOTE_ATTRIB = 8
pkg syscall (freebsd-arm), const NOTE_CHILD = 4
pkg syscall (freebsd-arm), const NOTE_DELETE = 1
pkg syscall (freebsd-arm), const NOTE_EXEC = 536870912
pkg syscall (freebsd-arm), const NOTE_EXIT = 2147483648
pkg syscall (freebsd-arm), const NOTE_EXTEND = 4
pkg syscall (freebsd-arm), const NOTE_FFAND = 1073741824
pkg syscall (freebsd-arm), const NOTE_FFCOPY = 3221225472
pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK = 16777215
pkg syscall (freebsd-arm), const NOTE_FFNOP = 0
pkg syscall (freebsd-arm), const NOTE_FFOR = 2147483648
pkg syscall (freebsd-arm), const NOTE_FORK = 1073741824
pkg syscall (freebsd-arm), const NOTE_LINK = 16
pkg syscall (freebsd-arm), const NOTE_LOWAT = 1
pkg syscall (freebsd-arm), const NOTE_PCTRLMASK = 4026531840
pkg syscall (freebsd-arm), const NOTE_PDATAMASK = 1048575
pkg syscall (freebsd-arm), const NOTE_RENAME = 32
pkg syscall (freebsd-arm), const NOTE_REVOKE = 64
pkg syscall (freebsd-arm), const NOTE_TRACK = 1
pkg syscall (freebsd-arm), const NOTE_TRACKERR = 2
pkg syscall (freebsd-arm), const NOTE_TRIGGER = 16777216
pkg syscall (freebsd-arm), const NOTE_WRITE = 2
pkg syscall (freebsd-arm), const OCRNL = 16
pkg syscall (freebsd-arm), const ONLCR = 2
pkg syscall (freebsd-arm), const ONLRET = 64
pkg syscall (freebsd-arm), const ONOCR = 32
pkg syscall (freebsd-arm), const ONOEOT = 8
pkg syscall (freebsd-arm), const OPOST = 1
pkg syscall (freebsd-arm), const O_ACCMODE = 3
pkg syscall (freebsd-arm), const O_APPEND = 8
pkg syscall (freebsd-arm), const O_ASYNC = 64
pkg syscall (freebsd-arm), const O_CLOEXEC = 0
pkg syscall (freebsd-arm), const O_CREAT = 512
pkg syscall (freebsd-arm), const O_DIRECT = 65536
pkg syscall (freebsd-arm), const O_DIRECTORY = 131072
pkg syscall (freebsd-arm), const O_EXCL = 2048
pkg syscall (freebsd-arm), const O_EXEC = 262144
pkg syscall (freebsd-arm), const O_EXLOCK = 32
pkg syscall (freebsd-arm), const O_FSYNC = 128
pkg syscall (freebsd-arm), const O_NDELAY = 4
pkg syscall (freebsd-arm), const O_NOCTTY = 32768
pkg syscall (freebsd-arm), const O_NOFOLLOW = 256
pkg syscall (freebsd-arm), const O_NONBLOCK = 4
pkg syscall (freebsd-arm), const O_SHLOCK = 16
pkg syscall (freebsd-arm), const O_SYNC = 128
pkg syscall (freebsd-arm), const O_TRUNC = 1024
pkg syscall (freebsd-arm), const O_TTY_INIT = 524288
pkg syscall (freebsd-arm), const PARENB = 4096
pkg syscall (freebsd-arm), const PARMRK = 8
pkg syscall (freebsd-arm), const PARODD = 8192
pkg syscall (freebsd-arm), const PENDIN = 536870912
pkg syscall (freebsd-arm), const PROT_EXEC = 4
pkg syscall (freebsd-arm), const PROT_NONE = 0
pkg syscall (freebsd-arm), const PROT_READ = 1
pkg syscall (freebsd-arm), const PROT_WRITE = 2
pkg syscall (freebsd-arm), const PTRACE_CONT = 7
pkg syscall (freebsd-arm), const PTRACE_KILL = 8
pkg syscall (freebsd-arm), const PTRACE_TRACEME = 0
pkg syscall (freebsd-arm), const RLIMIT_AS = 10
pkg syscall (freebsd-arm), const RLIMIT_CORE = 4
pkg syscall (freebsd-arm), const RLIMIT_CPU = 0
pkg syscall (freebsd-arm), const RLIMIT_DATA = 2
pkg syscall (freebsd-arm), const RLIMIT_FSIZE = 1
pkg syscall (freebsd-arm), const RLIMIT_NOFILE = 8
pkg syscall (freebsd-arm), const RLIMIT_STACK = 3
pkg syscall (freebsd-arm), const RLIM_INFINITY = 9223372036854775807
pkg syscall (freebsd-arm), const RTAX_AUTHOR = 6
pkg syscall (freebsd-arm), const RTAX_BRD = 7
pkg syscall (freebsd-arm), const RTAX_DST = 0
pkg syscall (freebsd-arm), const RTAX_GATEWAY = 1
pkg syscall (freebsd-arm), const RTAX_GENMASK = 3
pkg syscall (freebsd-arm), const RTAX_IFA = 5
pkg syscall (freebsd-arm), const RTAX_IFP = 4
pkg syscall (freebsd-arm), const RTAX_MAX = 8
pkg syscall (freebsd-arm), const RTAX_NETMASK = 2
pkg syscall (freebsd-arm), const RTA_AUTHOR = 64
pkg syscall (freebsd-arm), const RTA_BRD = 128
pkg syscall (freebsd-arm), const RTA_DST = 1
pkg syscall (freebsd-arm), const RTA_GATEWAY = 2
pkg syscall (freebsd-arm), const RTA_GENMASK = 8
pkg syscall (freebsd-arm), const RTA_IFA = 32
pkg syscall (freebsd-arm), const RTA_IFP = 16
pkg syscall (freebsd-arm), const RTA_NETMASK = 4
pkg syscall (freebsd-arm), const RTF_BLACKHOLE = 4096
pkg syscall (freebsd-arm), const RTF_BROADCAST = 4194304
pkg syscall (freebsd-arm), const RTF_DONE = 64
pkg syscall (freebsd-arm), const RTF_DYNAMIC = 16
pkg syscall (freebsd-arm), const RTF_FMASK = 268752904
pkg syscall (freebsd-arm), const RTF_GATEWAY = 2
pkg syscall (freebsd-arm), const RTF_HOST = 4
pkg syscall (freebsd-arm), const RTF_LLDATA = 1024
pkg syscall (freebsd-arm), const RTF_LLINFO = 1024
pkg syscall (freebsd-arm), const RTF_LOCAL = 2097152
pkg syscall (freebsd-arm), const RTF_MODIFIED = 32
pkg syscall (freebsd-arm), const RTF_MULTICAST = 8388608
pkg syscall (freebsd-arm), const RTF_PINNED = 1048576
pkg syscall (freebsd-arm), const RTF_PRCLONING = 65536
pkg syscall (freebsd-arm), const RTF_PROTO1 = 32768
pkg syscall (freebsd-arm), const RTF_PROTO2 = 16384
pkg syscall (freebsd-arm), const RTF_PROTO3 = 262144
pkg syscall (freebsd-arm), const RTF_REJECT = 8
pkg syscall (freebsd-arm), const RTF_RNH_LOCKED = 1073741824
pkg syscall (freebsd-arm), const RTF_STATIC = 2048
pkg syscall (freebsd-arm), const RTF_STICKY = 268435456
pkg syscall (freebsd-arm), const RTF_UP = 1
pkg syscall (freebsd-arm), const RTF_XRESOLVE = 512
pkg syscall (freebsd-arm), const RTM_ADD = 1
pkg syscall (freebsd-arm), const RTM_CHANGE = 3
pkg syscall (freebsd-arm), const RTM_DELADDR = 13
pkg syscall (freebsd-arm), const RTM_DELETE = 2
pkg syscall (freebsd-arm), const RTM_DELMADDR = 16
pkg syscall (freebsd-arm), const RTM_GET = 4
pkg syscall (freebsd-arm), const RTM_IEEE80211 = 18
pkg syscall (freebsd-arm), const RTM_IFANNOUNCE = 17
pkg syscall (freebsd-arm), const RTM_IFINFO = 14
pkg syscall (freebsd-arm), const RTM_LOCK = 8
pkg syscall (freebsd-arm), const RTM_LOSING = 5
pkg syscall (freebsd-arm), const RTM_MISS = 7
pkg syscall (freebsd-arm), const RTM_NEWADDR = 12
pkg syscall (freebsd-arm), const RTM_NEWMADDR = 15
pkg syscall (freebsd-arm), const RTM_OLDADD = 9
pkg syscall (freebsd-arm), const RTM_OLDDEL = 10
pkg syscall (freebsd-arm), const RTM_REDIRECT = 6
pkg syscall (freebsd-arm), const RTM_RESOLVE = 11
pkg syscall (freebsd-arm), const RTM_RTTUNIT = 1000000
pkg syscall (freebsd-arm), const RTM_VERSION = 5
pkg syscall (freebsd-arm), const RTV_EXPIRE = 4
pkg syscall (freebsd-arm), const RTV_HOPCOUNT = 2
pkg syscall (freebsd-arm), const RTV_MTU = 1
pkg syscall (freebsd-arm), const RTV_RPIPE = 8
pkg syscall (freebsd-arm), const RTV_RTT = 64
pkg syscall (freebsd-arm), const RTV_RTTVAR = 128
pkg syscall (freebsd-arm), const RTV_SPIPE = 16
pkg syscall (freebsd-arm), const RTV_SSTHRESH = 32
pkg syscall (freebsd-arm), const RTV_WEIGHT = 256
pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT = 1
pkg syscall (freebsd-arm), const RT_DEFAULT_FIB = 0
pkg syscall (freebsd-arm), const RT_NORTREF = 2
pkg syscall (freebsd-arm), const RUSAGE_CHILDREN = -1
pkg syscall (freebsd-arm), const RUSAGE_SELF = 0
pkg syscall (freebsd-arm), const RUSAGE_THREAD = 1
pkg syscall (freebsd-arm), const SCM_BINTIME = 4
pkg syscall (freebsd-arm), const SCM_CREDS = 3
pkg syscall (freebsd-arm), const SCM_RIGHTS = 1
pkg syscall (freebsd-arm), const SCM_TIMESTAMP = 2
pkg syscall (freebsd-arm), const SIGBUS = 10
pkg syscall (freebsd-arm), const SIGCHLD = 20
pkg syscall (freebsd-arm), const SIGCONT = 19
pkg syscall (freebsd-arm), const SIGEMT = 7
pkg syscall (freebsd-arm), const SIGINFO = 29
pkg syscall (freebsd-arm), const SIGIO = 23
pkg syscall (freebsd-arm), const SIGIOT = 6
pkg syscall (freebsd-arm), const SIGLIBRT = 33
pkg syscall (freebsd-arm), const SIGLWP = 32
pkg syscall (freebsd-arm), const SIGPROF = 27
pkg syscall (freebsd-arm), const SIGSTOP = 17
pkg syscall (freebsd-arm), const SIGSYS = 12
pkg syscall (freebsd-arm), const SIGTHR = 32
pkg syscall (freebsd-arm), const SIGTSTP = 18
pkg syscall (freebsd-arm), const SIGTTIN = 21
pkg syscall (freebsd-arm), const SIGTTOU = 22
pkg syscall (freebsd-arm), const SIGURG = 16
pkg syscall (freebsd-arm), const SIGUSR1 = 30
pkg syscall (freebsd-arm), const SIGUSR2 = 31
pkg syscall (freebsd-arm), const SIGVTALRM = 26
pkg syscall (freebsd-arm), const SIGWINCH = 28
pkg syscall (freebsd-arm), const SIGXCPU = 24
pkg syscall (freebsd-arm), const SIGXFSZ = 25
pkg syscall (freebsd-arm), const SIOCADDMULTI = 2149607729
pkg syscall (freebsd-arm), const SIOCADDRT = 2150658570
pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019
pkg syscall (freebsd-arm), const SIOCAIFGROUP = 2149869959
pkg syscall (freebsd-arm), const SIOCALIFADDR = 2165860635
pkg syscall (freebsd-arm), const SIOCATMARK = 1074033415
pkg syscall (freebsd-arm), const SIOCDELMULTI = 2149607730
pkg syscall (freebsd-arm), const SIOCDELRT = 2150658571
pkg syscall (freebsd-arm), const SIOCDIFADDR = 2149607705
pkg syscall (freebsd-arm), const SIOCDIFGROUP = 2149869961
pkg syscall (freebsd-arm), const SIOCDIFPHYADDR = 2149607753
pkg syscall (freebsd-arm), const SIOCDLIFADDR = 2165860637
pkg syscall (freebsd-arm), const SIOCGDRVSPEC = 3223087483
pkg syscall (freebsd-arm), const SIOCGETSGCNT = 3222565392
pkg syscall (freebsd-arm), const SIOCGETVIFCNT = 3222565391
pkg syscall (freebsd-arm), const SIOCGHIWAT = 1074033409
pkg syscall (freebsd-arm), const SIOCGIFADDR = 3223349537
pkg syscall (freebsd-arm), const SIOCGIFBRDADDR = 3223349539
pkg syscall (freebsd-arm), const SIOCGIFCAP = 3223349535
pkg syscall (freebsd-arm), const SIOCGIFCONF = 3221776676
pkg syscall (freebsd-arm), const SIOCGIFDESCR = 3223349546
pkg syscall (freebsd-arm), const SIOCGIFDSTADDR = 3223349538
pkg syscall (freebsd-arm), const SIOCGIFFIB = 3223349596
pkg syscall (freebsd-arm), const SIOCGIFFLAGS = 3223349521
pkg syscall (freebsd-arm), const SIOCGIFGENERIC = 3223349562
pkg syscall (freebsd-arm), const SIOCGIFGMEMB = 3223611786
pkg syscall (freebsd-arm), const SIOCGIFGROUP = 3223611784
pkg syscall (freebsd-arm), const SIOCGIFINDEX = 3223349536
pkg syscall (freebsd-arm), const SIOCGIFMAC = 3223349542
pkg syscall (freebsd-arm), const SIOCGIFMEDIA = 3223873848
pkg syscall (freebsd-arm), const SIOCGIFMETRIC = 3223349527
pkg syscall (freebsd-arm), const SIOCGIFMTU = 3223349555
pkg syscall (freebsd-arm), const SIOCGIFNETMASK = 3223349541
pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (freebsd-arm), const SIOCGIFPHYS = 3223349557
pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931
pkg syscall (freebsd-arm), const SIOCGLIFADDR = 3239602460
pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (freebsd-arm), const SIOCGLOWAT = 1074033411
pkg syscall (freebsd-arm), const SIOCGPGRP = 1074033417
pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 = 3223349584
pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 = 3223349585
pkg syscall (freebsd-arm), const SIOCIFCREATE = 3223349626
pkg syscall (freebsd-arm), const SIOCIFCREATE2 = 3223349628
pkg syscall (freebsd-arm), const SIOCIFDESTROY = 2149607801
pkg syscall (freebsd-arm), const SIOCIFGCLONERS = 3222038904
pkg syscall (freebsd-arm), const SIOCSDRVSPEC = 2149345659
pkg syscall (freebsd-arm), const SIOCSHIWAT = 2147775232
pkg syscall (freebsd-arm), const SIOCSIFADDR = 2149607692
pkg syscall (freebsd-arm), const SIOCSIFBRDADDR = 2149607699
pkg syscall (freebsd-arm), const SIOCSIFCAP = 2149607710
pkg syscall (freebsd-arm), const SIOCSIFDESCR = 2149607721
pkg syscall (freebsd-arm), const SIOCSIFDSTADDR = 2149607694
pkg syscall (freebsd-arm), const SIOCSIFFIB = 2149607773
pkg syscall (freebsd-arm), const SIOCSIFFLAGS = 2149607696
pkg syscall (freebsd-arm), const SIOCSIFGENERIC = 2149607737
pkg syscall (freebsd-arm), const SIOCSIFLLADDR = 2149607740
pkg syscall (freebsd-arm), const SIOCSIFMAC = 2149607719
pkg syscall (freebsd-arm), const SIOCSIFMEDIA = 3223349559
pkg syscall (freebsd-arm), const SIOCSIFMETRIC = 2149607704
pkg syscall (freebsd-arm), const SIOCSIFMTU = 2149607732
pkg syscall (freebsd-arm), const SIOCSIFNAME = 2149607720
pkg syscall (freebsd-arm), const SIOCSIFNETMASK = 2149607702
pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046
pkg syscall (freebsd-arm), const SIOCSIFPHYS = 2149607734
pkg syscall (freebsd-arm), const SIOCSIFRVNET = 3223349595
pkg syscall (freebsd-arm), const SIOCSIFVNET = 3223349594
pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (freebsd-arm), const SIOCSLOWAT = 2147775234
pkg syscall (freebsd-arm), const SIOCSPGRP = 2147775240
pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN = 255
pkg syscall (freebsd-arm), const SOCK_RDM = 4
pkg syscall (freebsd-arm), const SOL_SOCKET = 65535
pkg syscall (freebsd-arm), const SOMAXCONN = 128
pkg syscall (freebsd-arm), const SO_ACCEPTCONN = 2
pkg syscall (freebsd-arm), const SO_ACCEPTFILTER = 4096
pkg syscall (freebsd-arm), const SO_BINTIME = 8192
pkg syscall (freebsd-arm), const SO_BROADCAST = 32
pkg syscall (freebsd-arm), const SO_DEBUG = 1
pkg syscall (freebsd-arm), const SO_DONTROUTE = 16
pkg syscall (freebsd-arm), const SO_ERROR = 4103
pkg syscall (freebsd-arm), const SO_KEEPALIVE = 8
pkg syscall (freebsd-arm), const SO_LABEL = 4105
pkg syscall (freebsd-arm), const SO_LINGER = 128
pkg syscall (freebsd-arm), const SO_LISTENINCQLEN = 4115
pkg syscall (freebsd-arm), const SO_LISTENQLEN = 4114
pkg syscall (freebsd-arm), const SO_LISTENQLIMIT = 4113
pkg syscall (freebsd-arm), const SO_NOSIGPIPE = 2048
pkg syscall (freebsd-arm), const SO_NO_DDP = 32768
pkg syscall (freebsd-arm), const SO_NO_OFFLOAD = 16384
pkg syscall (freebsd-arm), const SO_OOBINLINE = 256
pkg syscall (freebsd-arm), const SO_PEERLABEL = 4112
pkg syscall (freebsd-arm), const SO_PROTOCOL = 4118
pkg syscall (freebsd-arm), const SO_PROTOTYPE = 4118
pkg syscall (freebsd-arm), const SO_RCVBUF = 4098
pkg syscall (freebsd-arm), const SO_RCVLOWAT = 4100
pkg syscall (freebsd-arm), const SO_RCVTIMEO = 4102
pkg syscall (freebsd-arm), const SO_REUSEADDR = 4
pkg syscall (freebsd-arm), const SO_REUSEPORT = 512
pkg syscall (freebsd-arm), const SO_SETFIB = 4116
pkg syscall (freebsd-arm), const SO_SNDBUF = 4097
pkg syscall (freebsd-arm), const SO_SNDLOWAT = 4099
pkg syscall (freebsd-arm), const SO_SNDTIMEO = 4101
pkg syscall (freebsd-arm), const SO_TIMESTAMP = 1024
pkg syscall (freebsd-arm), const SO_TYPE = 4104
pkg syscall (freebsd-arm), const SO_USELOOPBACK = 64
pkg syscall (freebsd-arm), const SO_USER_COOKIE = 4117
pkg syscall (freebsd-arm), const SYS_ABORT2 = 463
pkg syscall (freebsd-arm), const SYS_ACCEPT = 30
pkg syscall (freebsd-arm), const SYS_ACCESS = 33
pkg syscall (freebsd-arm), const SYS_ACCT = 51
pkg syscall (freebsd-arm), const SYS_ADJTIME = 140
pkg syscall (freebsd-arm), const SYS_AUDIT = 445
pkg syscall (freebsd-arm), const SYS_AUDITCTL = 453
pkg syscall (freebsd-arm), const SYS_AUDITON = 446
pkg syscall (freebsd-arm), const SYS_BIND = 104
pkg syscall (freebsd-arm), const SYS_CAP_ENTER = 516
pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
pkg syscall (freebsd-arm), const SYS_CAP_GETMODE = 517
pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
pkg syscall (freebsd-arm), const SYS_CAP_NEW = 514
pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
pkg syscall (freebsd-arm), const SYS_CHDIR = 12
pkg syscall (freebsd-arm), const SYS_CHFLAGS = 34
pkg syscall (freebsd-arm), const SYS_CHMOD = 15
pkg syscall (freebsd-arm), const SYS_CHOWN = 16
pkg syscall (freebsd-arm), const SYS_CHROOT = 61
pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 = 247
pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES = 234
pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME = 232
pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME = 233
pkg syscall (freebsd-arm), const SYS_CLOSE = 6
pkg syscall (freebsd-arm), const SYS_CLOSEFROM = 509
pkg syscall (freebsd-arm), const SYS_CONNECT = 98
pkg syscall (freebsd-arm), const SYS_CPUSET = 484
pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY = 487
pkg syscall (freebsd-arm), const SYS_CPUSET_GETID = 486
pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY = 488
pkg syscall (freebsd-arm), const SYS_CPUSET_SETID = 485
pkg syscall (freebsd-arm), const SYS_DUP = 41
pkg syscall (freebsd-arm), const SYS_DUP2 = 90
pkg syscall (freebsd-arm), const SYS_EACCESS = 376
pkg syscall (freebsd-arm), const SYS_EXECVE = 59
pkg syscall (freebsd-arm), const SYS_EXIT = 1
pkg syscall (freebsd-arm), const SYS_EXTATTRCTL = 355
pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD = 373
pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE = 358
pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK = 414
pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD = 372
pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE = 357
pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK = 413
pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD = 437
pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE = 438
pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK = 439
pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD = 371
pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE = 356
pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK = 412
pkg syscall (freebsd-arm), const SYS_FACCESSAT = 489
pkg syscall (freebsd-arm), const SYS_FCHDIR = 13
pkg syscall (freebsd-arm), const SYS_FCHFLAGS = 35
pkg syscall (freebsd-arm), const SYS_FCHMOD = 124
pkg syscall (freebsd-arm), const SYS_FCHMODAT = 490
pkg syscall (freebsd-arm), const SYS_FCHOWN = 123
pkg syscall (freebsd-arm), const SYS_FCHOWNAT = 491
pkg syscall (freebsd-arm), const SYS_FCNTL = 92
pkg syscall (freebsd-arm), const SYS_FEXECVE = 492
pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER = 241
pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE = 243
pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE = 242
pkg syscall (freebsd-arm), const SYS_FHOPEN = 298
pkg syscall (freebsd-arm), const SYS_FHSTAT = 299
pkg syscall (freebsd-arm), const SYS_FHSTATFS = 398
pkg syscall (freebsd-arm), const SYS_FLOCK = 131
pkg syscall (freebsd-arm), const SYS_FORK = 2
pkg syscall (freebsd-arm), const SYS_FPATHCONF = 192
pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE = 201
pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK = 199
pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP = 197
pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD = 173
pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE = 174
pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE = 200
pkg syscall (freebsd-arm), const SYS_FSTAT = 189
pkg syscall (freebsd-arm), const SYS_FSTATAT = 493
pkg syscall (freebsd-arm), const SYS_FSTATFS = 397
pkg syscall (freebsd-arm), const SYS_FSYNC = 95
pkg syscall (freebsd-arm), const SYS_FTRUNCATE = 480
pkg syscall (freebsd-arm), const SYS_FUTIMES = 206
pkg syscall (freebsd-arm), const SYS_FUTIMESAT = 494
pkg syscall (freebsd-arm), const SYS_GETAUDIT = 449
pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR = 451
pkg syscall (freebsd-arm), const SYS_GETAUID = 447
pkg syscall (freebsd-arm), const SYS_GETCONTEXT = 421
pkg syscall (freebsd-arm), const SYS_GETDENTS = 272
pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196
pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE = 89
pkg syscall (freebsd-arm), const SYS_GETEGID = 43
pkg syscall (freebsd-arm), const SYS_GETEUID = 25
pkg syscall (freebsd-arm), const SYS_GETFH = 161
pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395
pkg syscall (freebsd-arm), const SYS_GETGID = 47
pkg syscall (freebsd-arm), const SYS_GETGROUPS = 79
pkg syscall (freebsd-arm), const SYS_GETITIMER = 86
pkg syscall (freebsd-arm), const SYS_GETLOGIN = 49
pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS = 523
pkg syscall (freebsd-arm), const SYS_GETPEERNAME = 31
pkg syscall (freebsd-arm), const SYS_GETPGID = 207
pkg syscall (freebsd-arm), const SYS_GETPGRP = 81
pkg syscall (freebsd-arm), const SYS_GETPID = 20
pkg syscall (freebsd-arm), const SYS_GETPPID = 39
pkg syscall (freebsd-arm), const SYS_GETPRIORITY = 100
pkg syscall (freebsd-arm), const SYS_GETRESGID = 361
pkg syscall (freebsd-arm), const SYS_GETRESUID = 360
pkg syscall (freebsd-arm), const SYS_GETRLIMIT = 194
pkg syscall (freebsd-arm), const SYS_GETRUSAGE = 117
pkg syscall (freebsd-arm), const SYS_GETSID = 310
pkg syscall (freebsd-arm), const SYS_GETSOCKNAME = 32
pkg syscall (freebsd-arm), const SYS_GETSOCKOPT = 118
pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY = 116
pkg syscall (freebsd-arm), const SYS_GETUID = 24
pkg syscall (freebsd-arm), const SYS_IOCTL = 54
pkg syscall (freebsd-arm), const SYS_ISSETUGID = 253
pkg syscall (freebsd-arm), const SYS_JAIL = 338
pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH = 436
pkg syscall (freebsd-arm), const SYS_JAIL_GET = 506
pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE = 508
pkg syscall (freebsd-arm), const SYS_JAIL_SET = 507
pkg syscall (freebsd-arm), const SYS_KENV = 390
pkg syscall (freebsd-arm), const SYS_KEVENT = 363
pkg syscall (freebsd-arm), const SYS_KILL = 37
pkg syscall (freebsd-arm), const SYS_KLDFIND = 306
pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD = 309
pkg syscall (freebsd-arm), const SYS_KLDLOAD = 304
pkg syscall (freebsd-arm), const SYS_KLDNEXT = 307
pkg syscall (freebsd-arm), const SYS_KLDSTAT = 308
pkg syscall (freebsd-arm), const SYS_KLDSYM = 337
pkg syscall (freebsd-arm), const SYS_KLDUNLOAD = 305
pkg syscall (freebsd-arm), const SYS_KLDUNLOADF = 444
pkg syscall (freebsd-arm), const SYS_KQUEUE = 362
pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE = 235
pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE = 236
pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN = 239
pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME = 238
pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME = 237
pkg syscall (freebsd-arm), const SYS_KTRACE = 45
pkg syscall (freebsd-arm), const SYS_LCHFLAGS = 391
pkg syscall (freebsd-arm), const SYS_LCHMOD = 274
pkg syscall (freebsd-arm), const SYS_LCHOWN = 254
pkg syscall (freebsd-arm), const SYS_LGETFH = 160
pkg syscall (freebsd-arm), const SYS_LINK = 9
pkg syscall (freebsd-arm), const SYS_LINKAT = 495
pkg syscall (freebsd-arm), const SYS_LISTEN = 106
pkg syscall (freebsd-arm), const SYS_LPATHCONF = 513
pkg syscall (freebsd-arm), const SYS_LSEEK = 478
pkg syscall (freebsd-arm), const SYS_LSTAT = 190
pkg syscall (freebsd-arm), const SYS_LUTIMES = 276
pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL = 394
pkg syscall (freebsd-arm), const SYS_MADVISE = 75
pkg syscall (freebsd-arm), const SYS_MINCORE = 78
pkg syscall (freebsd-arm), const SYS_MINHERIT = 250
pkg syscall (freebsd-arm), const SYS_MKDIR = 136
pkg syscall (freebsd-arm), const SYS_MKDIRAT = 496
pkg syscall (freebsd-arm), const SYS_MKFIFO = 132
pkg syscall (freebsd-arm), const SYS_MKFIFOAT = 497
pkg syscall (freebsd-arm), const SYS_MKNOD = 14
pkg syscall (freebsd-arm), const SYS_MKNODAT = 498
pkg syscall (freebsd-arm), const SYS_MLOCK = 203
pkg syscall (freebsd-arm), const SYS_MLOCKALL = 324
pkg syscall (freebsd-arm), const SYS_MMAP = 477
pkg syscall (freebsd-arm), const SYS_MODFIND = 303
pkg syscall (freebsd-arm), const SYS_MODFNEXT = 302
pkg syscall (freebsd-arm), const SYS_MODNEXT = 300
pkg syscall (freebsd-arm), const SYS_MODSTAT = 301
pkg syscall (freebsd-arm), const SYS_MOUNT = 21
pkg syscall (freebsd-arm), const SYS_MPROTECT = 74
pkg syscall (freebsd-arm), const SYS_MSYNC = 65
pkg syscall (freebsd-arm), const SYS_MUNLOCK = 204
pkg syscall (freebsd-arm), const SYS_MUNLOCKALL = 325
pkg syscall (freebsd-arm), const SYS_MUNMAP = 73
pkg syscall (freebsd-arm), const SYS_NANOSLEEP = 240
pkg syscall (freebsd-arm), const SYS_NFSTAT = 279
pkg syscall (freebsd-arm), const SYS_NLSTAT = 280
pkg syscall (freebsd-arm), const SYS_NMOUNT = 378
pkg syscall (freebsd-arm), const SYS_NSTAT = 278
pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME = 176
pkg syscall (freebsd-arm), const SYS_NTP_GETTIME = 248
pkg syscall (freebsd-arm), const SYS_OBREAK = 17
pkg syscall (freebsd-arm), const SYS_OPEN = 5
pkg syscall (freebsd-arm), const SYS_OPENAT = 499
pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL = 252
pkg syscall (freebsd-arm), const SYS_OVADVISE = 72
pkg syscall (freebsd-arm), const SYS_PATHCONF = 191
pkg syscall (freebsd-arm), const SYS_PDFORK = 518
pkg syscall (freebsd-arm), const SYS_PDGETPID = 520
pkg syscall (freebsd-arm), const SYS_PDKILL = 519
pkg syscall (freebsd-arm), const SYS_PIPE = 42
pkg syscall (freebsd-arm), const SYS_POLL = 209
pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE = 531
pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE = 530
pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT = 504
pkg syscall (freebsd-arm), const SYS_PREAD = 475
pkg syscall (freebsd-arm), const SYS_PREADV = 289
pkg syscall (freebsd-arm), const SYS_PROFIL = 44
pkg syscall (freebsd-arm), const SYS_PSELECT = 522
pkg syscall (freebsd-arm), const SYS_PTRACE = 26
pkg syscall (freebsd-arm), const SYS_PWRITE = 476
pkg syscall (freebsd-arm), const SYS_PWRITEV = 290
pkg syscall (freebsd-arm), const SYS_QUOTACTL = 148
pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE = 528
pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS = 527
pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT = 525
pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES = 526
pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE = 529
pkg syscall (freebsd-arm), const SYS_READ = 3
pkg syscall (freebsd-arm), const SYS_READLINK = 58
pkg syscall (freebsd-arm), const SYS_READLINKAT = 500
pkg syscall (freebsd-arm), const SYS_READV = 120
pkg syscall (freebsd-arm), const SYS_REBOOT = 55
pkg syscall (freebsd-arm), const SYS_RECVFROM = 29
pkg syscall (freebsd-arm), const SYS_RECVMSG = 27
pkg syscall (freebsd-arm), const SYS_RENAME = 128
pkg syscall (freebsd-arm), const SYS_RENAMEAT = 501
pkg syscall (freebsd-arm), const SYS_REVOKE = 56
pkg syscall (freebsd-arm), const SYS_RFORK = 251
pkg syscall (freebsd-arm), const SYS_RMDIR = 137
pkg syscall (freebsd-arm), const SYS_RTPRIO = 166
pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD = 466
pkg syscall (freebsd-arm), const SYS_SBRK = 69
pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM = 328
pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER = 330
pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX = 332
pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN = 333
pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL = 334
pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM = 327
pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER = 329
pkg syscall (freebsd-arm), const SYS_SCHED_YIELD = 331
pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG = 474
pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG = 472
pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF = 471
pkg syscall (freebsd-arm), const SYS_SELECT = 93
pkg syscall (freebsd-arm), const SYS_SENDFILE = 393
pkg syscall (freebsd-arm), const SYS_SENDMSG = 28
pkg syscall (freebsd-arm), const SYS_SENDTO = 133
pkg syscall (freebsd-arm), const SYS_SETAUDIT = 450
pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR = 452
pkg syscall (freebsd-arm), const SYS_SETAUID = 448
pkg syscall (freebsd-arm), const SYS_SETCONTEXT = 422
pkg syscall (freebsd-arm), const SYS_SETEGID = 182
pkg syscall (freebsd-arm), const SYS_SETEUID = 183
pkg syscall (freebsd-arm), const SYS_SETFIB = 175
pkg syscall (freebsd-arm), const SYS_SETGID = 181
pkg syscall (freebsd-arm), const SYS_SETGROUPS = 80
pkg syscall (freebsd-arm), const SYS_SETITIMER = 83
pkg syscall (freebsd-arm), const SYS_SETLOGIN = 50
pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS = 524
pkg syscall (freebsd-arm), const SYS_SETPGID = 82
pkg syscall (freebsd-arm), const SYS_SETPRIORITY = 96
pkg syscall (freebsd-arm), const SYS_SETREGID = 127
pkg syscall (freebsd-arm), const SYS_SETRESGID = 312
pkg syscall (freebsd-arm), const SYS_SETRESUID = 311
pkg syscall (freebsd-arm), const SYS_SETREUID = 126
pkg syscall (freebsd-arm), const SYS_SETRLIMIT = 195
pkg syscall (freebsd-arm), const SYS_SETSID = 147
pkg syscall (freebsd-arm), const SYS_SETSOCKOPT = 105
pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY = 122
pkg syscall (freebsd-arm), const SYS_SETUID = 23
pkg syscall (freebsd-arm), const SYS_SHM_OPEN = 482
pkg syscall (freebsd-arm), const SYS_SHM_UNLINK = 483
pkg syscall (freebsd-arm), const SYS_SHUTDOWN = 134
pkg syscall (freebsd-arm), const SYS_SIGACTION = 416
pkg syscall (freebsd-arm), const SYS_SIGALTSTACK = 53
pkg syscall (freebsd-arm), const SYS_SIGPENDING = 343
pkg syscall (freebsd-arm), const SYS_SIGPROCMASK = 340
pkg syscall (freebsd-arm), const SYS_SIGQUEUE = 456
pkg syscall (freebsd-arm), const SYS_SIGRETURN = 417
pkg syscall (freebsd-arm), const SYS_SIGSUSPEND = 341
pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT = 345
pkg syscall (freebsd-arm), const SYS_SIGWAIT = 429
pkg syscall (freebsd-arm), const SYS_SIGWAITINFO = 346
pkg syscall (freebsd-arm), const SYS_SOCKET = 97
pkg syscall (freebsd-arm), const SYS_SOCKETPAIR = 135
pkg syscall (freebsd-arm), const SYS_SSTK = 70
pkg syscall (freebsd-arm), const SYS_STAT = 188
pkg syscall (freebsd-arm), const SYS_STATFS = 396
pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT = 423
pkg syscall (freebsd-arm), const SYS_SWAPOFF = 424
pkg syscall (freebsd-arm), const SYS_SWAPON = 85
pkg syscall (freebsd-arm), const SYS_SYMLINK = 57
pkg syscall (freebsd-arm), const SYS_SYMLINKAT = 502
pkg syscall (freebsd-arm), const SYS_SYNC = 36
pkg syscall (freebsd-arm), const SYS_SYSARCH = 165
pkg syscall (freebsd-arm), const SYS_THR_CREATE = 430
pkg syscall (freebsd-arm), const SYS_THR_EXIT = 431
pkg syscall (freebsd-arm), const SYS_THR_KILL = 433
pkg syscall (freebsd-arm), const SYS_THR_KILL2 = 481
pkg syscall (freebsd-arm), const SYS_THR_NEW = 455
pkg syscall (freebsd-arm), const SYS_THR_SELF = 432
pkg syscall (freebsd-arm), const SYS_THR_SET_NAME = 464
pkg syscall (freebsd-arm), const SYS_THR_SUSPEND = 442
pkg syscall (freebsd-arm), const SYS_THR_WAKE = 443
pkg syscall (freebsd-arm), const SYS_TRUNCATE = 479
pkg syscall (freebsd-arm), const SYS_UMASK = 60
pkg syscall (freebsd-arm), const SYS_UNDELETE = 205
pkg syscall (freebsd-arm), const SYS_UNLINK = 10
pkg syscall (freebsd-arm), const SYS_UNLINKAT = 503
pkg syscall (freebsd-arm), const SYS_UNMOUNT = 22
pkg syscall (freebsd-arm), const SYS_UTIMES = 138
pkg syscall (freebsd-arm), const SYS_UTRACE = 335
pkg syscall (freebsd-arm), const SYS_UUIDGEN = 392
pkg syscall (freebsd-arm), const SYS_VFORK = 66
pkg syscall (freebsd-arm), const SYS_WAIT4 = 7
pkg syscall (freebsd-arm), const SYS_WAIT6 = 532
pkg syscall (freebsd-arm), const SYS_WRITE = 4
pkg syscall (freebsd-arm), const SYS_WRITEV = 121
pkg syscall (freebsd-arm), const SYS_YIELD = 321
pkg syscall (freebsd-arm), const SYS__UMTX_LOCK = 434
pkg syscall (freebsd-arm), const SYS__UMTX_OP = 454
pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK = 435
pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD = 354
pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE = 353
pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK = 428
pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD = 352
pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE = 351
pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK = 427
pkg syscall (freebsd-arm), const SYS___ACL_GET_FD = 349
pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE = 347
pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK = 425
pkg syscall (freebsd-arm), const SYS___ACL_SET_FD = 350
pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE = 348
pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK = 426
pkg syscall (freebsd-arm), const SYS___GETCWD = 326
pkg syscall (freebsd-arm), const SYS___MAC_EXECVE = 415
pkg syscall (freebsd-arm), const SYS___MAC_GET_FD = 386
pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE = 387
pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK = 410
pkg syscall (freebsd-arm), const SYS___MAC_GET_PID = 409
pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC = 384
pkg syscall (freebsd-arm), const SYS___MAC_SET_FD = 388
pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE = 389
pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK = 411
pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC = 385
pkg syscall (freebsd-arm), const SYS___SETUGID = 374
pkg syscall (freebsd-arm), const SYS___SYSCTL = 202
pkg syscall (freebsd-arm), const S_IFMT = 61440
pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
pkg syscall (freebsd-arm), const SizeofBpfInsn = 8
pkg syscall (freebsd-arm), const SizeofBpfProgram = 8
pkg syscall (freebsd-arm), const SizeofBpfStat = 8
pkg syscall (freebsd-arm), const SizeofBpfVersion = 4
pkg syscall (freebsd-arm), const SizeofBpfZbuf = 12
pkg syscall (freebsd-arm), const SizeofBpfZbufHeader = 32
pkg syscall (freebsd-arm), const SizeofCmsghdr = 12
pkg syscall (freebsd-arm), const SizeofIPMreq = 8
pkg syscall (freebsd-arm), const SizeofIPMreqn = 12
pkg syscall (freebsd-arm), const SizeofIPv6Mreq = 20
pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr = 24
pkg syscall (freebsd-arm), const SizeofIfData = 88
pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104
pkg syscall (freebsd-arm), const SizeofIfaMsghdr = 20
pkg syscall (freebsd-arm), const SizeofIfmaMsghdr = 16
pkg syscall (freebsd-arm), const SizeofInet6Pktinfo = 20
pkg syscall (freebsd-arm), const SizeofLinger = 8
pkg syscall (freebsd-arm), const SizeofMsghdr = 28
pkg syscall (freebsd-arm), const SizeofRtMetrics = 56
pkg syscall (freebsd-arm), const SizeofRtMsghdr = 92
pkg syscall (freebsd-arm), const SizeofSockaddrAny = 108
pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
pkg syscall (freebsd-arm), const SizeofSockaddrInet4 = 16
pkg syscall (freebsd-arm), const SizeofSockaddrInet6 = 28
pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
pkg syscall (freebsd-arm), const TCIFLUSH = 1
pkg syscall (freebsd-arm), const TCIOFLUSH = 3
pkg syscall (freebsd-arm), const TCOFLUSH = 2
pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX = 16
pkg syscall (freebsd-arm), const TCP_CONGESTION = 64
pkg syscall (freebsd-arm), const TCP_INFO = 32
pkg syscall (freebsd-arm), const TCP_KEEPCNT = 1024
pkg syscall (freebsd-arm), const TCP_KEEPIDLE = 256
pkg syscall (freebsd-arm), const TCP_KEEPINIT = 128
pkg syscall (freebsd-arm), const TCP_KEEPINTVL = 512
pkg syscall (freebsd-arm), const TCP_MAXBURST = 4
pkg syscall (freebsd-arm), const TCP_MAXHLEN = 60
pkg syscall (freebsd-arm), const TCP_MAXOLEN = 40
pkg syscall (freebsd-arm), const TCP_MAXSEG = 2
pkg syscall (freebsd-arm), const TCP_MAXWIN = 65535
pkg syscall (freebsd-arm), const TCP_MAX_SACK = 4
pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT = 14
pkg syscall (freebsd-arm), const TCP_MD5SIG = 16
pkg syscall (freebsd-arm), const TCP_MINMSS = 216
pkg syscall (freebsd-arm), const TCP_MSS = 536
pkg syscall (freebsd-arm), const TCP_NOOPT = 8
pkg syscall (freebsd-arm), const TCP_NOPUSH = 4
pkg syscall (freebsd-arm), const TCSAFLUSH = 2
pkg syscall (freebsd-arm), const TIOCCBRK = 536900730
pkg syscall (freebsd-arm), const TIOCCDTR = 536900728
pkg syscall (freebsd-arm), const TIOCCONS = 2147775586
pkg syscall (freebsd-arm), const TIOCDRAIN = 536900702
pkg syscall (freebsd-arm), const TIOCEXCL = 536900621
pkg syscall (freebsd-arm), const TIOCEXT = 2147775584
pkg syscall (freebsd-arm), const TIOCFLUSH = 2147775504
pkg syscall (freebsd-arm), const TIOCGDRAINWAIT = 1074033750
pkg syscall (freebsd-arm), const TIOCGETA = 1076655123
pkg syscall (freebsd-arm), const TIOCGETD = 1074033690
pkg syscall (freebsd-arm), const TIOCGPGRP = 1074033783
pkg syscall (freebsd-arm), const TIOCGPTN = 1074033679
pkg syscall (freebsd-arm), const TIOCGSID = 1074033763
pkg syscall (freebsd-arm), const TIOCGWINSZ = 1074295912
pkg syscall (freebsd-arm), const TIOCMBIC = 2147775595
pkg syscall (freebsd-arm), const TIOCMBIS = 2147775596
pkg syscall (freebsd-arm), const TIOCMGDTRWAIT = 1074033754
pkg syscall (freebsd-arm), const TIOCMGET = 1074033770
pkg syscall (freebsd-arm), const TIOCMSDTRWAIT = 2147775579
pkg syscall (freebsd-arm), const TIOCMSET = 2147775597
pkg syscall (freebsd-arm), const TIOCM_CAR = 64
pkg syscall (freebsd-arm), const TIOCM_CD = 64
pkg syscall (freebsd-arm), const TIOCM_CTS = 32
pkg syscall (freebsd-arm), const TIOCM_DCD = 64
pkg syscall (freebsd-arm), const TIOCM_DSR = 256
pkg syscall (freebsd-arm), const TIOCM_DTR = 2
pkg syscall (freebsd-arm), const TIOCM_LE = 1
pkg syscall (freebsd-arm), const TIOCM_RI = 128
pkg syscall (freebsd-arm), const TIOCM_RNG = 128
pkg syscall (freebsd-arm), const TIOCM_RTS = 4
pkg syscall (freebsd-arm), const TIOCM_SR = 16
pkg syscall (freebsd-arm), const TIOCM_ST = 8
pkg syscall (freebsd-arm), const TIOCNOTTY = 536900721
pkg syscall (freebsd-arm), const TIOCNXCL = 536900622
pkg syscall (freebsd-arm), const TIOCOUTQ = 1074033779
pkg syscall (freebsd-arm), const TIOCPKT = 2147775600
pkg syscall (freebsd-arm), const TIOCPKT_DATA = 0
pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP = 32
pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD = 1
pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (freebsd-arm), const TIOCPKT_IOCTL = 64
pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP = 16
pkg syscall (freebsd-arm), const TIOCPKT_START = 8
pkg syscall (freebsd-arm), const TIOCPKT_STOP = 4
pkg syscall (freebsd-arm), const TIOCPTMASTER = 536900636
pkg syscall (freebsd-arm), const TIOCSBRK = 536900731
pkg syscall (freebsd-arm), const TIOCSCTTY = 536900705
pkg syscall (freebsd-arm), const TIOCSDRAINWAIT = 2147775575
pkg syscall (freebsd-arm), const TIOCSDTR = 536900729
pkg syscall (freebsd-arm), const TIOCSETA = 2150396948
pkg syscall (freebsd-arm), const TIOCSETAF = 2150396950
pkg syscall (freebsd-arm), const TIOCSETAW = 2150396949
pkg syscall (freebsd-arm), const TIOCSETD = 2147775515
pkg syscall (freebsd-arm), const TIOCSIG = 537162847
pkg syscall (freebsd-arm), const TIOCSPGRP = 2147775606
pkg syscall (freebsd-arm), const TIOCSTART = 536900718
pkg syscall (freebsd-arm), const TIOCSTAT = 536900709
pkg syscall (freebsd-arm), const TIOCSTI = 2147578994
pkg syscall (freebsd-arm), const TIOCSTOP = 536900719
pkg syscall (freebsd-arm), const TIOCSWINSZ = 2148037735
pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
pkg syscall (freebsd-arm), const TIOCUCNTL = 2147775590
pkg syscall (freebsd-arm), const TOSTOP = 4194304
pkg syscall (freebsd-arm), const VDISCARD = 15
pkg syscall (freebsd-arm), const VDSUSP = 11
pkg syscall (freebsd-arm), const VEOF = 0
pkg syscall (freebsd-arm), const VEOL = 1
pkg syscall (freebsd-arm), const VEOL2 = 2
pkg syscall (freebsd-arm), const VERASE = 3
pkg syscall (freebsd-arm), const VERASE2 = 7
pkg syscall (freebsd-arm), const VINTR = 8
pkg syscall (freebsd-arm), const VKILL = 5
pkg syscall (freebsd-arm), const VLNEXT = 14
pkg syscall (freebsd-arm), const VMIN = 16
pkg syscall (freebsd-arm), const VQUIT = 9
pkg syscall (freebsd-arm), const VREPRINT = 6
pkg syscall (freebsd-arm), const VSTART = 12
pkg syscall (freebsd-arm), const VSTATUS = 18
pkg syscall (freebsd-arm), const VSTOP = 13
pkg syscall (freebsd-arm), const VSUSP = 10
pkg syscall (freebsd-arm), const VTIME = 17
pkg syscall (freebsd-arm), const VWERASE = 4
pkg syscall (freebsd-arm), const WCONTINUED = 4
pkg syscall (freebsd-arm), const WCOREFLAG = 128
pkg syscall (freebsd-arm), const WEXITED = 16
pkg syscall (freebsd-arm), const WLINUXCLONE = 2147483648
pkg syscall (freebsd-arm), const WNOHANG = 1
pkg syscall (freebsd-arm), const WNOWAIT = 8
pkg syscall (freebsd-arm), const WSTOPPED = 2
pkg syscall (freebsd-arm), const WTRAPPED = 32
pkg syscall (freebsd-arm), const WUNTRACED = 2
pkg syscall (freebsd-arm-cgo), const AF_APPLETALK = 16
pkg syscall (freebsd-arm-cgo), const AF_ARP = 35
pkg syscall (freebsd-arm-cgo), const AF_ATM = 30
pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH = 36
pkg syscall (freebsd-arm-cgo), const AF_CCITT = 10
pkg syscall (freebsd-arm-cgo), const AF_CHAOS = 5
pkg syscall (freebsd-arm-cgo), const AF_CNT = 21
pkg syscall (freebsd-arm-cgo), const AF_COIP = 20
pkg syscall (freebsd-arm-cgo), const AF_DATAKIT = 9
pkg syscall (freebsd-arm-cgo), const AF_DECnet = 12
pkg syscall (freebsd-arm-cgo), const AF_DLI = 13
pkg syscall (freebsd-arm-cgo), const AF_E164 = 26
pkg syscall (freebsd-arm-cgo), const AF_ECMA = 8
pkg syscall (freebsd-arm-cgo), const AF_HYLINK = 15
pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 = 37
pkg syscall (freebsd-arm-cgo), const AF_IMPLINK = 3
pkg syscall (freebsd-arm-cgo), const AF_INET6 = 28
pkg syscall (freebsd-arm-cgo), const AF_IPX = 23
pkg syscall (freebsd-arm-cgo), const AF_ISDN = 26
pkg syscall (freebsd-arm-cgo), const AF_ISO = 7
pkg syscall (freebsd-arm-cgo), const AF_LAT = 14
pkg syscall (freebsd-arm-cgo), const AF_LINK = 18
pkg syscall (freebsd-arm-cgo), const AF_LOCAL = 1
pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
pkg syscall (freebsd-arm-cgo), const AF_NATM = 29
pkg syscall (freebsd-arm-cgo), const AF_NETBIOS = 6
pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH = 32
pkg syscall (freebsd-arm-cgo), const AF_OSI = 7
pkg syscall (freebsd-arm-cgo), const AF_PUP = 4
pkg syscall (freebsd-arm-cgo), const AF_ROUTE = 17
pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER = 34
pkg syscall (freebsd-arm-cgo), const AF_SIP = 24
pkg syscall (freebsd-arm-cgo), const AF_SLOW = 33
pkg syscall (freebsd-arm-cgo), const AF_SNA = 11
pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 = 39
pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 = 41
pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 = 43
pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 = 45
pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 = 47
pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 = 49
pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 = 51
pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 = 53
pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 = 55
pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 = 57
pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 = 59
pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 = 61
pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 = 63
pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 = 65
pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 = 67
pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 = 69
pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 = 71
pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 = 73
pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 = 75
pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 = 77
pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 = 79
pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 = 81
pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 = 83
pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 = 85
pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 = 87
pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 = 89
pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 = 91
pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 = 93
pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 = 95
pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 = 97
pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 = 99
pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 = 101
pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 = 103
pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 = 105
pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 = 107
pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 = 109
pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 = 111
pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 = 113
pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 = 115
pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 = 117
pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 = 119
pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 = 121
pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 = 123
pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 = 125
pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 = 127
pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 = 129
pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 = 131
pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 = 133
pkg syscall (freebsd-arm-cgo), const B0 = 0
pkg syscall (freebsd-arm-cgo), const B110 = 110
pkg syscall (freebsd-arm-cgo), const B115200 = 115200
pkg syscall (freebsd-arm-cgo), const B1200 = 1200
pkg syscall (freebsd-arm-cgo), const B134 = 134
pkg syscall (freebsd-arm-cgo), const B14400 = 14400
pkg syscall (freebsd-arm-cgo), const B150 = 150
pkg syscall (freebsd-arm-cgo), const B1800 = 1800
pkg syscall (freebsd-arm-cgo), const B19200 = 19200
pkg syscall (freebsd-arm-cgo), const B200 = 200
pkg syscall (freebsd-arm-cgo), const B230400 = 230400
pkg syscall (freebsd-arm-cgo), const B2400 = 2400
pkg syscall (freebsd-arm-cgo), const B28800 = 28800
pkg syscall (freebsd-arm-cgo), const B300 = 300
pkg syscall (freebsd-arm-cgo), const B38400 = 38400
pkg syscall (freebsd-arm-cgo), const B460800 = 460800
pkg syscall (freebsd-arm-cgo), const B4800 = 4800
pkg syscall (freebsd-arm-cgo), const B50 = 50
pkg syscall (freebsd-arm-cgo), const B57600 = 57600
pkg syscall (freebsd-arm-cgo), const B600 = 600
pkg syscall (freebsd-arm-cgo), const B7200 = 7200
pkg syscall (freebsd-arm-cgo), const B75 = 75
pkg syscall (freebsd-arm-cgo), const B76800 = 76800
pkg syscall (freebsd-arm-cgo), const B921600 = 921600
pkg syscall (freebsd-arm-cgo), const B9600 = 9600
pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK = 2147762812
pkg syscall (freebsd-arm-cgo), const BIOCFLUSH = 536887912
pkg syscall (freebsd-arm-cgo), const BIOCGBLEN = 1074020966
pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION = 1074020982
pkg syscall (freebsd-arm-cgo), const BIOCGDLT = 1074020970
pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST = 3221766777
pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE = 1074020989
pkg syscall (freebsd-arm-cgo), const BIOCGETIF = 1075855979
pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX = 1074020991
pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (freebsd-arm-cgo), const BIOCGRSIG = 1074020978
pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT = 1074020982
pkg syscall (freebsd-arm-cgo), const BIOCGSTATS = 1074283119
pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP = 1074020995
pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (freebsd-arm-cgo), const BIOCLOCK = 536887930
pkg syscall (freebsd-arm-cgo), const BIOCPROMISC = 536887913
pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF = 1074545280
pkg syscall (freebsd-arm-cgo), const BIOCSBLEN = 3221504614
pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION = 2147762807
pkg syscall (freebsd-arm-cgo), const BIOCSDLT = 2147762808
pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE = 2147762814
pkg syscall (freebsd-arm-cgo), const BIOCSETF = 2148024935
pkg syscall (freebsd-arm-cgo), const BIOCSETFNR = 2148024962
pkg syscall (freebsd-arm-cgo), const BIOCSETIF = 2149597804
pkg syscall (freebsd-arm-cgo), const BIOCSETWF = 2148024955
pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF = 2148287105
pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (freebsd-arm-cgo), const BIOCSRSIG = 2147762803
pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT = 2147762807
pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP = 2147762820
pkg syscall (freebsd-arm-cgo), const BIOCVERSION = 1074020977
pkg syscall (freebsd-arm-cgo), const BPF_A = 16
pkg syscall (freebsd-arm-cgo), const BPF_ABS = 32
pkg syscall (freebsd-arm-cgo), const BPF_ADD = 0
pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT = 4
pkg syscall (freebsd-arm-cgo), const BPF_ALU = 4
pkg syscall (freebsd-arm-cgo), const BPF_AND = 80
pkg syscall (freebsd-arm-cgo), const BPF_B = 16
pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER = 1
pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF = 2
pkg syscall (freebsd-arm-cgo), const BPF_DIV = 48
pkg syscall (freebsd-arm-cgo), const BPF_H = 8
pkg syscall (freebsd-arm-cgo), const BPF_IMM = 0
pkg syscall (freebsd-arm-cgo), const BPF_IND = 64
pkg syscall (freebsd-arm-cgo), const BPF_JA = 0
pkg syscall (freebsd-arm-cgo), const BPF_JEQ = 16
pkg syscall (freebsd-arm-cgo), const BPF_JGE = 48
pkg syscall (freebsd-arm-cgo), const BPF_JGT = 32
pkg syscall (freebsd-arm-cgo), const BPF_JMP = 5
pkg syscall (freebsd-arm-cgo), const BPF_JSET = 64
pkg syscall (freebsd-arm-cgo), const BPF_K = 0
pkg syscall (freebsd-arm-cgo), const BPF_LD = 0
pkg syscall (freebsd-arm-cgo), const BPF_LDX = 1
pkg syscall (freebsd-arm-cgo), const BPF_LEN = 128
pkg syscall (freebsd-arm-cgo), const BPF_LSH = 96
pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE = 524288
pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS = 512
pkg syscall (freebsd-arm-cgo), const BPF_MEM = 96
pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS = 16
pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (freebsd-arm-cgo), const BPF_MISC = 7
pkg syscall (freebsd-arm-cgo), const BPF_MSH = 160
pkg syscall (freebsd-arm-cgo), const BPF_MUL = 32
pkg syscall (freebsd-arm-cgo), const BPF_NEG = 128
pkg syscall (freebsd-arm-cgo), const BPF_OR = 64
pkg syscall (freebsd-arm-cgo), const BPF_RELEASE = 199606
pkg syscall (freebsd-arm-cgo), const BPF_RET = 6
pkg syscall (freebsd-arm-cgo), const BPF_RSH = 112
pkg syscall (freebsd-arm-cgo), const BPF_ST = 2
pkg syscall (freebsd-arm-cgo), const BPF_STX = 3
pkg syscall (freebsd-arm-cgo), const BPF_SUB = 16
pkg syscall (freebsd-arm-cgo), const BPF_TAX = 0
pkg syscall (freebsd-arm-cgo), const BPF_TXA = 128
pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME = 2
pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST = 258
pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC = 514
pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
pkg syscall (freebsd-arm-cgo), const BPF_T_FAST = 256
pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK = 768
pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK = 3
pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME = 0
pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST = 256
pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC = 512
pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST = 768
pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME = 1
pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST = 257
pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
pkg syscall (freebsd-arm-cgo), const BPF_T_NONE = 3
pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL = 0
pkg syscall (freebsd-arm-cgo), const BPF_W = 0
pkg syscall (freebsd-arm-cgo), const BPF_X = 8
pkg syscall (freebsd-arm-cgo), const BRKINT = 2
pkg syscall (freebsd-arm-cgo), const CFLUSH = 15
pkg syscall (freebsd-arm-cgo), const CLOCAL = 32768
pkg syscall (freebsd-arm-cgo), const CREAD = 2048
pkg syscall (freebsd-arm-cgo), const CS5 = 0
pkg syscall (freebsd-arm-cgo), const CS6 = 256
pkg syscall (freebsd-arm-cgo), const CS7 = 512
pkg syscall (freebsd-arm-cgo), const CS8 = 768
pkg syscall (freebsd-arm-cgo), const CSIZE = 768
pkg syscall (freebsd-arm-cgo), const CSTART = 17
pkg syscall (freebsd-arm-cgo), const CSTATUS = 20
pkg syscall (freebsd-arm-cgo), const CSTOP = 19
pkg syscall (freebsd-arm-cgo), const CSTOPB = 1024
pkg syscall (freebsd-arm-cgo), const CSUSP = 26
pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME = 24
pkg syscall (freebsd-arm-cgo), const CTL_NET = 4
pkg syscall (freebsd-arm-cgo), const DLT_A429 = 184
pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM = 185
pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER = 120
pkg syscall (freebsd-arm-cgo), const DLT_AOS = 222
pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (freebsd-arm-cgo), const DLT_ARCNET = 7
pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX = 129
pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP = 19
pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (freebsd-arm-cgo), const DLT_AURORA = 126
pkg syscall (freebsd-arm-cgo), const DLT_AX25 = 3
pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS = 202
pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP = 165
pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (freebsd-arm-cgo), const DLT_CAN20B = 190
pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
pkg syscall (freebsd-arm-cgo), const DLT_CHAOS = 5
pkg syscall (freebsd-arm-cgo), const DLT_CHDLC = 104
pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS = 118
pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC = 104
pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (freebsd-arm-cgo), const DLT_DBUS = 231
pkg syscall (freebsd-arm-cgo), const DLT_DECT = 221
pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS = 143
pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI = 235
pkg syscall (freebsd-arm-cgo), const DLT_ECONET = 115
pkg syscall (freebsd-arm-cgo), const DLT_EN10MB = 1
pkg syscall (freebsd-arm-cgo), const DLT_EN3MB = 2
pkg syscall (freebsd-arm-cgo), const DLT_ENC = 109
pkg syscall (freebsd-arm-cgo), const DLT_ERF = 197
pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH = 175
pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS = 176
pkg syscall (freebsd-arm-cgo), const DLT_FC_2 = 224
pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (freebsd-arm-cgo), const DLT_FDDI = 10
pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY = 210
pkg syscall (freebsd-arm-cgo), const DLT_FRELAY = 107
pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL = 173
pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 = 172
pkg syscall (freebsd-arm-cgo), const DLT_GPF_F = 171
pkg syscall (freebsd-arm-cgo), const DLT_GPF_T = 170
pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC = 169
pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM = 217
pkg syscall (freebsd-arm-cgo), const DLT_HHDLC = 121
pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN = 146
pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP = 145
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 = 6
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 = 105
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 = 195
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS = 230
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER = 116
pkg syscall (freebsd-arm-cgo), const DLT_IPMB = 199
pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX = 209
pkg syscall (freebsd-arm-cgo), const DLT_IPNET = 226
pkg syscall (freebsd-arm-cgo), const DLT_IPOIB = 242
pkg syscall (freebsd-arm-cgo), const DLT_IPV4 = 228
pkg syscall (freebsd-arm-cgo), const DLT_IPV6 = 229
pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC = 122
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES = 132
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM = 194
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR = 134
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP = 179
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E = 233
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST = 200
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP = 183
pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS = 232
pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
pkg syscall (freebsd-arm-cgo), const DLT_LAPD = 203
pkg syscall (freebsd-arm-cgo), const DLT_LIN = 212
pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV = 216
pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA = 144
pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD = 177
pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL = 113
pkg syscall (freebsd-arm-cgo), const DLT_LOOP = 108
pkg syscall (freebsd-arm-cgo), const DLT_LTALK = 114
pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX = 246
pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN = 104
pkg syscall (freebsd-arm-cgo), const DLT_MFR = 182
pkg syscall (freebsd-arm-cgo), const DLT_MOST = 211
pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS = 243
pkg syscall (freebsd-arm-cgo), const DLT_MPLS = 219
pkg syscall (freebsd-arm-cgo), const DLT_MTP2 = 140
pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (freebsd-arm-cgo), const DLT_MTP3 = 141
pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 = 236
pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER = 240
pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP = 245
pkg syscall (freebsd-arm-cgo), const DLT_NFLOG = 239
pkg syscall (freebsd-arm-cgo), const DLT_NG40 = 244
pkg syscall (freebsd-arm-cgo), const DLT_NULL = 0
pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP = 125
pkg syscall (freebsd-arm-cgo), const DLT_PFLOG = 117
pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC = 121
pkg syscall (freebsd-arm-cgo), const DLT_PPI = 192
pkg syscall (freebsd-arm-cgo), const DLT_PPP = 9
pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER = 51
pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD = 166
pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION = 166
pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER = 119
pkg syscall (freebsd-arm-cgo), const DLT_PRONET = 4
pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 = 198
pkg syscall (freebsd-arm-cgo), const DLT_RAW = 12
pkg syscall (freebsd-arm-cgo), const DLT_RIO = 124
pkg syscall (freebsd-arm-cgo), const DLT_SCCP = 142
pkg syscall (freebsd-arm-cgo), const DLT_SITA = 196
pkg syscall (freebsd-arm-cgo), const DLT_SLIP = 8
pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU = 237
pkg syscall (freebsd-arm-cgo), const DLT_SUNATM = 123
pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (freebsd-arm-cgo), const DLT_TZSP = 128
pkg syscall (freebsd-arm-cgo), const DLT_USB = 186
pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX = 189
pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (freebsd-arm-cgo), const DLT_USER0 = 147
pkg syscall (freebsd-arm-cgo), const DLT_USER1 = 148
pkg syscall (freebsd-arm-cgo), const DLT_USER10 = 157
pkg syscall (freebsd-arm-cgo), const DLT_USER11 = 158
pkg syscall (freebsd-arm-cgo), const DLT_USER12 = 159
pkg syscall (freebsd-arm-cgo), const DLT_USER13 = 160
pkg syscall (freebsd-arm-cgo), const DLT_USER14 = 161
pkg syscall (freebsd-arm-cgo), const DLT_USER15 = 162
pkg syscall (freebsd-arm-cgo), const DLT_USER2 = 149
pkg syscall (freebsd-arm-cgo), const DLT_USER3 = 150
pkg syscall (freebsd-arm-cgo), const DLT_USER4 = 151
pkg syscall (freebsd-arm-cgo), const DLT_USER5 = 152
pkg syscall (freebsd-arm-cgo), const DLT_USER6 = 153
pkg syscall (freebsd-arm-cgo), const DLT_USER7 = 154
pkg syscall (freebsd-arm-cgo), const DLT_USER8 = 155
pkg syscall (freebsd-arm-cgo), const DLT_USER9 = 156
pkg syscall (freebsd-arm-cgo), const DLT_WIHART = 223
pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL = 213
pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA = 214
pkg syscall (freebsd-arm-cgo), const DT_BLK = 6
pkg syscall (freebsd-arm-cgo), const DT_CHR = 2
pkg syscall (freebsd-arm-cgo), const DT_DIR = 4
pkg syscall (freebsd-arm-cgo), const DT_FIFO = 1
pkg syscall (freebsd-arm-cgo), const DT_LNK = 10
pkg syscall (freebsd-arm-cgo), const DT_REG = 8
pkg syscall (freebsd-arm-cgo), const DT_SOCK = 12
pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN = 0
pkg syscall (freebsd-arm-cgo), const DT_WHT = 14
pkg syscall (freebsd-arm-cgo), const E2BIG = 7
pkg syscall (freebsd-arm-cgo), const EACCES = 13
pkg syscall (freebsd-arm-cgo), const EADDRINUSE = 48
pkg syscall (freebsd-arm-cgo), const EADDRNOTAVAIL = 49
pkg syscall (freebsd-arm-cgo), const EAFNOSUPPORT = 47
pkg syscall (freebsd-arm-cgo), const EAGAIN = 35
pkg syscall (freebsd-arm-cgo), const EALREADY = 37
pkg syscall (freebsd-arm-cgo), const EAUTH = 80
pkg syscall (freebsd-arm-cgo), const EBADF = 9
pkg syscall (freebsd-arm-cgo), const EBADMSG = 89
pkg syscall (freebsd-arm-cgo), const EBADRPC = 72
pkg syscall (freebsd-arm-cgo), const EBUSY = 16
pkg syscall (freebsd-arm-cgo), const ECANCELED = 85
pkg syscall (freebsd-arm-cgo), const ECAPMODE = 94
pkg syscall (freebsd-arm-cgo), const ECHILD = 10
pkg syscall (freebsd-arm-cgo), const ECHO = 8
pkg syscall (freebsd-arm-cgo), const ECHOCTL = 64
pkg syscall (freebsd-arm-cgo), const ECHOE = 2
pkg syscall (freebsd-arm-cgo), const ECHOK = 4
pkg syscall (freebsd-arm-cgo), const ECHOKE = 1
pkg syscall (freebsd-arm-cgo), const ECHONL = 16
pkg syscall (freebsd-arm-cgo), const ECHOPRT = 32
pkg syscall (freebsd-arm-cgo), const ECONNABORTED = 53
pkg syscall (freebsd-arm-cgo), const ECONNREFUSED = 61
pkg syscall (freebsd-arm-cgo), const ECONNRESET = 54
pkg syscall (freebsd-arm-cgo), const EDEADLK = 11
pkg syscall (freebsd-arm-cgo), const EDESTADDRREQ = 39
pkg syscall (freebsd-arm-cgo), const EDOM = 33
pkg syscall (freebsd-arm-cgo), const EDOOFUS = 88
pkg syscall (freebsd-arm-cgo), const EDQUOT = 69
pkg syscall (freebsd-arm-cgo), const EEXIST = 17
pkg syscall (freebsd-arm-cgo), const EFAULT = 14
pkg syscall (freebsd-arm-cgo), const EFBIG = 27
pkg syscall (freebsd-arm-cgo), const EFTYPE = 79
pkg syscall (freebsd-arm-cgo), const EHOSTDOWN = 64
pkg syscall (freebsd-arm-cgo), const EHOSTUNREACH = 65
pkg syscall (freebsd-arm-cgo), const EIDRM = 82
pkg syscall (freebsd-arm-cgo), const EILSEQ = 86
pkg syscall (freebsd-arm-cgo), const EINPROGRESS = 36
pkg syscall (freebsd-arm-cgo), const EINTR = 4
pkg syscall (freebsd-arm-cgo), const EINVAL = 22
pkg syscall (freebsd-arm-cgo), const EIO = 5
pkg syscall (freebsd-arm-cgo), const EISCONN = 56
pkg syscall (freebsd-arm-cgo), const EISDIR = 21
pkg syscall (freebsd-arm-cgo), const ELAST = 94
pkg syscall (freebsd-arm-cgo), const ELOOP = 62
pkg syscall (freebsd-arm-cgo), const EMFILE = 24
pkg syscall (freebsd-arm-cgo), const EMLINK = 31
pkg syscall (freebsd-arm-cgo), const EMSGSIZE = 40
pkg syscall (freebsd-arm-cgo), const EMULTIHOP = 90
pkg syscall (freebsd-arm-cgo), const ENAMETOOLONG = 63
pkg syscall (freebsd-arm-cgo), const ENEEDAUTH = 81
pkg syscall (freebsd-arm-cgo), const ENETDOWN = 50
pkg syscall (freebsd-arm-cgo), const ENETRESET = 52
pkg syscall (freebsd-arm-cgo), const ENETUNREACH = 51
pkg syscall (freebsd-arm-cgo), const ENFILE = 23
pkg syscall (freebsd-arm-cgo), const ENOATTR = 87
pkg syscall (freebsd-arm-cgo), const ENOBUFS = 55
pkg syscall (freebsd-arm-cgo), const ENODEV = 19
pkg syscall (freebsd-arm-cgo), const ENOEXEC = 8
pkg syscall (freebsd-arm-cgo), const ENOLCK = 77
pkg syscall (freebsd-arm-cgo), const ENOLINK = 91
pkg syscall (freebsd-arm-cgo), const ENOMEM = 12
pkg syscall (freebsd-arm-cgo), const ENOMSG = 83
pkg syscall (freebsd-arm-cgo), const ENOPROTOOPT = 42
pkg syscall (freebsd-arm-cgo), const ENOSPC = 28
pkg syscall (freebsd-arm-cgo), const ENOSYS = 78
pkg syscall (freebsd-arm-cgo), const ENOTBLK = 15
pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE = 93
pkg syscall (freebsd-arm-cgo), const ENOTCONN = 57
pkg syscall (freebsd-arm-cgo), const ENOTDIR = 20
pkg syscall (freebsd-arm-cgo), const ENOTEMPTY = 66
pkg syscall (freebsd-arm-cgo), const ENOTSOCK = 38
pkg syscall (freebsd-arm-cgo), const ENOTSUP = 45
pkg syscall (freebsd-arm-cgo), const ENOTTY = 25
pkg syscall (freebsd-arm-cgo), const ENXIO = 6
pkg syscall (freebsd-arm-cgo), const EOPNOTSUPP = 45
pkg syscall (freebsd-arm-cgo), const EOVERFLOW = 84
pkg syscall (freebsd-arm-cgo), const EPERM = 1
pkg syscall (freebsd-arm-cgo), const EPFNOSUPPORT = 46
pkg syscall (freebsd-arm-cgo), const EPIPE = 32
pkg syscall (freebsd-arm-cgo), const EPROCLIM = 67
pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL = 76
pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH = 75
pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL = 74
pkg syscall (freebsd-arm-cgo), const EPROTO = 92
pkg syscall (freebsd-arm-cgo), const EPROTONOSUPPORT = 43
pkg syscall (freebsd-arm-cgo), const EPROTOTYPE = 41
pkg syscall (freebsd-arm-cgo), const ERANGE = 34
pkg syscall (freebsd-arm-cgo), const EREMOTE = 71
pkg syscall (freebsd-arm-cgo), const EROFS = 30
pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH = 73
pkg syscall (freebsd-arm-cgo), const ESHUTDOWN = 58
pkg syscall (freebsd-arm-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (freebsd-arm-cgo), const ESPIPE = 29
pkg syscall (freebsd-arm-cgo), const ESRCH = 3
pkg syscall (freebsd-arm-cgo), const ESTALE = 70
pkg syscall (freebsd-arm-cgo), const ETIMEDOUT = 60
pkg syscall (freebsd-arm-cgo), const ETOOMANYREFS = 59
pkg syscall (freebsd-arm-cgo), const ETXTBSY = 26
pkg syscall (freebsd-arm-cgo), const EUSERS = 68
pkg syscall (freebsd-arm-cgo), const EVFILT_AIO = -3
pkg syscall (freebsd-arm-cgo), const EVFILT_FS = -9
pkg syscall (freebsd-arm-cgo), const EVFILT_LIO = -10
pkg syscall (freebsd-arm-cgo), const EVFILT_PROC = -5
pkg syscall (freebsd-arm-cgo), const EVFILT_READ = -1
pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL = -6
pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT = 11
pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER = -7
pkg syscall (freebsd-arm-cgo), const EVFILT_USER = -11
pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE = -4
pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE = -2
pkg syscall (freebsd-arm-cgo), const EV_ADD = 1
pkg syscall (freebsd-arm-cgo), const EV_CLEAR = 32
pkg syscall (freebsd-arm-cgo), const EV_DELETE = 2
pkg syscall (freebsd-arm-cgo), const EV_DISABLE = 8
pkg syscall (freebsd-arm-cgo), const EV_DISPATCH = 128
pkg syscall (freebsd-arm-cgo), const EV_ENABLE = 4
pkg syscall (freebsd-arm-cgo), const EV_EOF = 32768
pkg syscall (freebsd-arm-cgo), const EV_ERROR = 16384
pkg syscall (freebsd-arm-cgo), const EV_FLAG1 = 8192
pkg syscall (freebsd-arm-cgo), const EV_ONESHOT = 16
pkg syscall (freebsd-arm-cgo), const EV_RECEIPT = 64
pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS = 61440
pkg syscall (freebsd-arm-cgo), const EWOULDBLOCK = 35
pkg syscall (freebsd-arm-cgo), const EXDEV = 18
pkg syscall (freebsd-arm-cgo), const EXTA = 19200
pkg syscall (freebsd-arm-cgo), const EXTB = 38400
pkg syscall (freebsd-arm-cgo), const EXTPROC = 2048
pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC = 1
pkg syscall (freebsd-arm-cgo), const FD_SETSIZE = 1024
pkg syscall (freebsd-arm-cgo), const FLUSHO = 8388608
pkg syscall (freebsd-arm-cgo), const F_CANCEL = 5
pkg syscall (freebsd-arm-cgo), const F_DUP2FD = 10
pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC = 18
pkg syscall (freebsd-arm-cgo), const F_DUPFD = 0
pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC = 17
pkg syscall (freebsd-arm-cgo), const F_GETFD = 1
pkg syscall (freebsd-arm-cgo), const F_GETFL = 3
pkg syscall (freebsd-arm-cgo), const F_GETLK = 11
pkg syscall (freebsd-arm-cgo), const F_GETOWN = 5
pkg syscall (freebsd-arm-cgo), const F_OGETLK = 7
pkg syscall (freebsd-arm-cgo), const F_OK = 0
pkg syscall (freebsd-arm-cgo), const F_OSETLK = 8
pkg syscall (freebsd-arm-cgo), const F_OSETLKW = 9
pkg syscall (freebsd-arm-cgo), const F_RDAHEAD = 16
pkg syscall (freebsd-arm-cgo), const F_RDLCK = 1
pkg syscall (freebsd-arm-cgo), const F_READAHEAD = 15
pkg syscall (freebsd-arm-cgo), const F_SETFD = 2
pkg syscall (freebsd-arm-cgo), const F_SETFL = 4
pkg syscall (freebsd-arm-cgo), const F_SETLK = 12
pkg syscall (freebsd-arm-cgo), const F_SETLKW = 13
pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE = 14
pkg syscall (freebsd-arm-cgo), const F_SETOWN = 6
pkg syscall (freebsd-arm-cgo), const F_UNLCK = 2
pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS = 4
pkg syscall (freebsd-arm-cgo), const F_WRLCK = 3
pkg syscall (freebsd-arm-cgo), const HUPCL = 16384
pkg syscall (freebsd-arm-cgo), const ICANON = 256
pkg syscall (freebsd-arm-cgo), const ICRNL = 256
pkg syscall (freebsd-arm-cgo), const IEXTEN = 1024
pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL = 0
pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE = 1
pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI = 512
pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS = 16384
pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE = 2199410
pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG = 65536
pkg syscall (freebsd-arm-cgo), const IFF_DEBUG = 4
pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE = 1024
pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING = 64
pkg syscall (freebsd-arm-cgo), const IFF_DYING = 2097152
pkg syscall (freebsd-arm-cgo), const IFF_LINK0 = 4096
pkg syscall (freebsd-arm-cgo), const IFF_LINK1 = 8192
pkg syscall (freebsd-arm-cgo), const IFF_LINK2 = 16384
pkg syscall (freebsd-arm-cgo), const IFF_LOOPBACK = 8
pkg syscall (freebsd-arm-cgo), const IFF_MONITOR = 262144
pkg syscall (freebsd-arm-cgo), const IFF_MULTICAST = 32768
pkg syscall (freebsd-arm-cgo), const IFF_NOARP = 128
pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE = 1024
pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT = 16
pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC = 131072
pkg syscall (freebsd-arm-cgo), const IFF_PROMISC = 256
pkg syscall (freebsd-arm-cgo), const IFF_RENAMING = 4194304
pkg syscall (freebsd-arm-cgo), const IFF_RUNNING = 64
pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX = 2048
pkg syscall (freebsd-arm-cgo), const IFF_SMART = 32
pkg syscall (freebsd-arm-cgo), const IFF_STATICARP = 524288
pkg syscall (freebsd-arm-cgo), const IFNAMSIZ = 16
pkg syscall (freebsd-arm-cgo), const IFT_1822 = 2
pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (freebsd-arm-cgo), const IFT_AAL2 = 187
pkg syscall (freebsd-arm-cgo), const IFT_AAL5 = 49
pkg syscall (freebsd-arm-cgo), const IFT_ADSL = 94
pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 = 59
pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 = 60
pkg syscall (freebsd-arm-cgo), const IFT_ARAP = 88
pkg syscall (freebsd-arm-cgo), const IFT_ARCNET = 35
pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (freebsd-arm-cgo), const IFT_ASYNC = 84
pkg syscall (freebsd-arm-cgo), const IFT_ATM = 37
pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI = 105
pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI = 106
pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA = 107
pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO = 189
pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE = 209
pkg syscall (freebsd-arm-cgo), const IFT_BSC = 83
pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL = 61
pkg syscall (freebsd-arm-cgo), const IFT_CEPT = 19
pkg syscall (freebsd-arm-cgo), const IFT_CES = 133
pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL = 70
pkg syscall (freebsd-arm-cgo), const IFT_CNR = 85
pkg syscall (freebsd-arm-cgo), const IFT_COFFEE = 132
pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (freebsd-arm-cgo), const IFT_DCN = 141
pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (freebsd-arm-cgo), const IFT_DLSW = 74
pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (freebsd-arm-cgo), const IFT_DS0 = 81
pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL = 170
pkg syscall (freebsd-arm-cgo), const IFT_DS3 = 30
pkg syscall (freebsd-arm-cgo), const IFT_DTM = 140
pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN = 172
pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT = 173
pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (freebsd-arm-cgo), const IFT_ENC = 244
pkg syscall (freebsd-arm-cgo), const IFT_EON = 25
pkg syscall (freebsd-arm-cgo), const IFT_EPLRS = 87
pkg syscall (freebsd-arm-cgo), const IFT_ESCON = 73
pkg syscall (freebsd-arm-cgo), const IFT_ETHER = 6
pkg syscall (freebsd-arm-cgo), const IFT_FAITH = 242
pkg syscall (freebsd-arm-cgo), const IFT_FAST = 125
pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER = 62
pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX = 69
pkg syscall (freebsd-arm-cgo), const IFT_FDDI = 15
pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (freebsd-arm-cgo), const IFT_FRELAY = 32
pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE = 44
pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD = 158
pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB = 67
pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K = 66
pkg syscall (freebsd-arm-cgo), const IFT_GIF = 240
pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT = 178
pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT = 177
pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY = 165
pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 = 3
pkg syscall (freebsd-arm-cgo), const IFT_HDLC = 118
pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 = 168
pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (freebsd-arm-cgo), const IFT_HIPPI = 47
pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD = 90
pkg syscall (freebsd-arm-cgo), const IFT_HSSI = 46
pkg syscall (freebsd-arm-cgo), const IFT_HY = 14
pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (freebsd-arm-cgo), const IFT_IDSL = 154
pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 = 144
pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 = 71
pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 = 55
pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (freebsd-arm-cgo), const IFT_IFGSN = 145
pkg syscall (freebsd-arm-cgo), const IFT_IMT = 190
pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND = 199
pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE = 124
pkg syscall (freebsd-arm-cgo), const IFT_IP = 126
pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD = 142
pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM = 114
pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH = 78
pkg syscall (freebsd-arm-cgo), const IFT_IPXIP = 249
pkg syscall (freebsd-arm-cgo), const IFT_ISDN = 63
pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC = 20
pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (freebsd-arm-cgo), const IFT_ISDNS = 75
pkg syscall (freebsd-arm-cgo), const IFT_ISDNU = 76
pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC = 41
pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 = 7
pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 = 8
pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 = 9
pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR = 86
pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 = 10
pkg syscall (freebsd-arm-cgo), const IFT_ISUP = 179
pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN = 135
pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN = 136
pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (freebsd-arm-cgo), const IFT_LAPB = 16
pkg syscall (freebsd-arm-cgo), const IFT_LAPD = 77
pkg syscall (freebsd-arm-cgo), const IFT_LAPF = 119
pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK = 42
pkg syscall (freebsd-arm-cgo), const IFT_LOOP = 24
pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK = 167
pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 = 38
pkg syscall (freebsd-arm-cgo), const IFT_MODEM = 48
pkg syscall (freebsd-arm-cgo), const IFT_MPC = 113
pkg syscall (freebsd-arm-cgo), const IFT_MPLS = 166
pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (freebsd-arm-cgo), const IFT_MSDSL = 143
pkg syscall (freebsd-arm-cgo), const IFT_MVL = 191
pkg syscall (freebsd-arm-cgo), const IFT_MYRINET = 99
pkg syscall (freebsd-arm-cgo), const IFT_NFAS = 175
pkg syscall (freebsd-arm-cgo), const IFT_NSIP = 27
pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (freebsd-arm-cgo), const IFT_OTHER = 1
pkg syscall (freebsd-arm-cgo), const IFT_P10 = 12
pkg syscall (freebsd-arm-cgo), const IFT_P80 = 13
pkg syscall (freebsd-arm-cgo), const IFT_PARA = 34
pkg syscall (freebsd-arm-cgo), const IFT_PFLOG = 246
pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC = 247
pkg syscall (freebsd-arm-cgo), const IFT_PLC = 174
pkg syscall (freebsd-arm-cgo), const IFT_POS = 171
pkg syscall (freebsd-arm-cgo), const IFT_PPP = 23
pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS = 89
pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX = 54
pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL = 22
pkg syscall (freebsd-arm-cgo), const IFT_PVC = 241
pkg syscall (freebsd-arm-cgo), const IFT_QLLC = 68
pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC = 188
pkg syscall (freebsd-arm-cgo), const IFT_RADSL = 95
pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL = 192
pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 = 159
pkg syscall (freebsd-arm-cgo), const IFT_RS232 = 33
pkg syscall (freebsd-arm-cgo), const IFT_RSRB = 79
pkg syscall (freebsd-arm-cgo), const IFT_SDLC = 17
pkg syscall (freebsd-arm-cgo), const IFT_SDSL = 96
pkg syscall (freebsd-arm-cgo), const IFT_SHDSL = 169
pkg syscall (freebsd-arm-cgo), const IFT_SIP = 31
pkg syscall (freebsd-arm-cgo), const IFT_SLIP = 28
pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI = 43
pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP = 52
pkg syscall (freebsd-arm-cgo), const IFT_SONET = 39
pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH = 50
pkg syscall (freebsd-arm-cgo), const IFT_SONETVT = 51
pkg syscall (freebsd-arm-cgo), const IFT_SRP = 151
pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (freebsd-arm-cgo), const IFT_STARLAN = 11
pkg syscall (freebsd-arm-cgo), const IFT_STF = 215
pkg syscall (freebsd-arm-cgo), const IFT_T1 = 18
pkg syscall (freebsd-arm-cgo), const IFT_TDLC = 116
pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD = 91
pkg syscall (freebsd-arm-cgo), const IFT_TR008 = 176
pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL = 131
pkg syscall (freebsd-arm-cgo), const IFT_ULTRA = 29
pkg syscall (freebsd-arm-cgo), const IFT_USB = 160
pkg syscall (freebsd-arm-cgo), const IFT_V11 = 64
pkg syscall (freebsd-arm-cgo), const IFT_V35 = 45
pkg syscall (freebsd-arm-cgo), const IFT_V36 = 65
pkg syscall (freebsd-arm-cgo), const IFT_V37 = 120
pkg syscall (freebsd-arm-cgo), const IFT_VDSL = 97
pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM = 100
pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP = 103
pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO = 101
pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS = 102
pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (freebsd-arm-cgo), const IFT_X213 = 93
pkg syscall (freebsd-arm-cgo), const IFT_X25 = 5
pkg syscall (freebsd-arm-cgo), const IFT_X25DDN = 4
pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (freebsd-arm-cgo), const IFT_X25MLP = 121
pkg syscall (freebsd-arm-cgo), const IFT_X25PLE = 40
pkg syscall (freebsd-arm-cgo), const IFT_XETHER = 26
pkg syscall (freebsd-arm-cgo), const IGNBRK = 1
pkg syscall (freebsd-arm-cgo), const IGNCR = 128
pkg syscall (freebsd-arm-cgo), const IGNPAR = 4
pkg syscall (freebsd-arm-cgo), const IMAXBEL = 8192
pkg syscall (freebsd-arm-cgo), const INLCR = 64
pkg syscall (freebsd-arm-cgo), const INPCK = 16
pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX = 128
pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST = 255
pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET = 127
pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK = 4294967294
pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC = 34
pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS = 68
pkg syscall (freebsd-arm-cgo), const IPPROTO_AH = 51
pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP = 61
pkg syscall (freebsd-arm-cgo), const IPPROTO_APES = 99
pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS = 13
pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 = 93
pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA = 49
pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT = 30
pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON = 76
pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP = 112
pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP = 62
pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS = 16
pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP = 38
pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB = 73
pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX = 72
pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP = 37
pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP = 86
pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT = 258
pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE = 257
pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP = 8
pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON = 14
pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP = 98
pkg syscall (freebsd-arm-cgo), const IPPROTO_EON = 80
pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP = 50
pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP = 3
pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP = 100
pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE = 47
pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO = 63
pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP = 20
pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP = 1
pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP = 22
pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR = 35
pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP = 45
pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP = 2
pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP = 85
pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP = 88
pkg syscall (freebsd-arm-cgo), const IPPROTO_IL = 40
pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP = 52
pkg syscall (freebsd-arm-cgo), const IPPROTO_INP = 32
pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV = 71
pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP = 94
pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP = 4
pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC = 67
pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 = 4
pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP = 28
pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN = 65
pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP = 91
pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 = 25
pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 = 26
pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX = 256
pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID = 52
pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS = 19
pkg syscall (freebsd-arm-cgo), const IPPROTO_MH = 135
pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP = 48
pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP = 95
pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE = 55
pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS = 137
pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP = 92
pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX = 18
pkg syscall (freebsd-arm-cgo), const IPPROTO_ND = 77
pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP = 54
pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE = 59
pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP = 31
pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII = 11
pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT = 254
pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP = 89
pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM = 113
pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP = 9
pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM = 103
pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM = 21
pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP = 12
pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP = 75
pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW = 255
pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON = 10
pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP = 27
pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING = 43
pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP = 46
pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD = 66
pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK = 64
pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON = 69
pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP = 96
pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP = 132
pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP = 42
pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND = 259
pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP = 33
pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP = 57
pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER = 32767
pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC = 90
pkg syscall (freebsd-arm-cgo), const IPPROTO_ST = 7
pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP = 82
pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE = 53
pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF = 87
pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP = 56
pkg syscall (freebsd-arm-cgo), const IPPROTO_TP = 29
pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX = 39
pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 = 23
pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 = 24
pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP = 84
pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES = 83
pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA = 70
pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP = 81
pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK = 79
pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON = 78
pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN = 74
pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET = 15
pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP = 36
pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY = 64
pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY = 27
pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM = 26
pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM = 64
pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG = 62
pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS = 50
pkg syscall (freebsd-arm-cgo), const IPV6_FAITH = 29
pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL = 120
pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD = 30
pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL = 31
pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH = 32
pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET = 34
pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO = 33
pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC = 1
pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS = 49
pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (freebsd-arm-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (freebsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM = 255
pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR = 2048
pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-arm-cgo), const IPV6_MMTU = 1280
pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER = 74
pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP = 48
pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU = 44
pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO = 46
pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE = 14
pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR = 63
pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR = 51
pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS = 61
pkg syscall (freebsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (freebsd-arm-cgo), const IPV6_V6ONLY = 27
pkg syscall (freebsd-arm-cgo), const IPV6_VERSION = 96
pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (freebsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
pkg syscall (freebsd-arm-cgo), const IP_BINDANY = 24
pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE = 72
pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (freebsd-arm-cgo), const IP_DF = 16384
pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG = 67
pkg syscall (freebsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 = 49
pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE = 60
pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL = 61
pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH = 62
pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET = 64
pkg syscall (freebsd-arm-cgo), const IP_FAITH = 22
pkg syscall (freebsd-arm-cgo), const IP_FW3 = 48
pkg syscall (freebsd-arm-cgo), const IP_FW_ADD = 50
pkg syscall (freebsd-arm-cgo), const IP_FW_DEL = 51
pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH = 52
pkg syscall (freebsd-arm-cgo), const IP_FW_GET = 54
pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG = 56
pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL = 57
pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG = 58
pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG = 59
pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG = 55
pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD = 40
pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL = 41
pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH = 42
pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE = 43
pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST = 44
pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO = 53
pkg syscall (freebsd-arm-cgo), const IP_HDRINCL = 2
pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY = 21
pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET = 65535
pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER = 1024
pkg syscall (freebsd-arm-cgo), const IP_MF = 8192
pkg syscall (freebsd-arm-cgo), const IP_MINTTL = 66
pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS = 31
pkg syscall (freebsd-arm-cgo), const IP_MSFILTER = 74
pkg syscall (freebsd-arm-cgo), const IP_MSS = 576
pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_IF = 9
pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF = 14
pkg syscall (freebsd-arm-cgo), const IP_OFFMASK = 8191
pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST = 23
pkg syscall (freebsd-arm-cgo), const IP_OPTIONS = 1
pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE = 19
pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR = 7
pkg syscall (freebsd-arm-cgo), const IP_RECVIF = 20
pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS = 5
pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS = 6
pkg syscall (freebsd-arm-cgo), const IP_RECVTOS = 68
pkg syscall (freebsd-arm-cgo), const IP_RECVTTL = 65
pkg syscall (freebsd-arm-cgo), const IP_RETOPTS = 8
pkg syscall (freebsd-arm-cgo), const IP_RF = 32768
pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF = 16
pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON = 15
pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF = 18
pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON = 17
pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR = 7
pkg syscall (freebsd-arm-cgo), const IP_TOS = 3
pkg syscall (freebsd-arm-cgo), const IP_TTL = 4
pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE = 73
pkg syscall (freebsd-arm-cgo), const ISIG = 128
pkg syscall (freebsd-arm-cgo), const ISTRIP = 32
pkg syscall (freebsd-arm-cgo), const IXANY = 2048
pkg syscall (freebsd-arm-cgo), const IXOFF = 1024
pkg syscall (freebsd-arm-cgo), const IXON = 512
pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false
pkg syscall (freebsd-arm-cgo), const LOCK_EX = 2
pkg syscall (freebsd-arm-cgo), const LOCK_NB = 4
pkg syscall (freebsd-arm-cgo), const LOCK_SH = 1
pkg syscall (freebsd-arm-cgo), const LOCK_UN = 8
pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC = 7
pkg syscall (freebsd-arm-cgo), const MADV_CORE = 9
pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED = 4
pkg syscall (freebsd-arm-cgo), const MADV_FREE = 5
pkg syscall (freebsd-arm-cgo), const MADV_NOCORE = 8
pkg syscall (freebsd-arm-cgo), const MADV_NORMAL = 0
pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC = 6
pkg syscall (freebsd-arm-cgo), const MADV_PROTECT = 10
pkg syscall (freebsd-arm-cgo), const MADV_RANDOM = 1
pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED = 3
pkg syscall (freebsd-arm-cgo), const MAP_ANON = 4096
pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS = 4096
pkg syscall (freebsd-arm-cgo), const MAP_COPY = 2
pkg syscall (freebsd-arm-cgo), const MAP_FILE = 0
pkg syscall (freebsd-arm-cgo), const MAP_FIXED = 16
pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE = 512
pkg syscall (freebsd-arm-cgo), const MAP_NOCORE = 131072
pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE = 64
pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC = 2048
pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ = 262144
pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE = 2
pkg syscall (freebsd-arm-cgo), const MAP_RENAME = 32
pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 = 128
pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 = 256
pkg syscall (freebsd-arm-cgo), const MAP_SHARED = 1
pkg syscall (freebsd-arm-cgo), const MAP_STACK = 1024
pkg syscall (freebsd-arm-cgo), const MCL_CURRENT = 1
pkg syscall (freebsd-arm-cgo), const MCL_FUTURE = 2
pkg syscall (freebsd-arm-cgo), const MSG_COMPAT = 32768
pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC = 32
pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE = 4
pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT = 128
pkg syscall (freebsd-arm-cgo), const MSG_EOF = 256
pkg syscall (freebsd-arm-cgo), const MSG_EOR = 8
pkg syscall (freebsd-arm-cgo), const MSG_NBIO = 16384
pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL = 131072
pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION = 8192
pkg syscall (freebsd-arm-cgo), const MSG_OOB = 1
pkg syscall (freebsd-arm-cgo), const MSG_PEEK = 2
pkg syscall (freebsd-arm-cgo), const MSG_TRUNC = 16
pkg syscall (freebsd-arm-cgo), const MSG_WAITALL = 64
pkg syscall (freebsd-arm-cgo), const MS_ASYNC = 1
pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE = 2
pkg syscall (freebsd-arm-cgo), const MS_SYNC = 0
pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP = 1
pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS = 2
pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST = 3
pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL = 5
pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST = 4
pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID = 6
pkg syscall (freebsd-arm-cgo), const NOFLSH = 2147483648
pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB = 8
pkg syscall (freebsd-arm-cgo), const NOTE_CHILD = 4
pkg syscall (freebsd-arm-cgo), const NOTE_DELETE = 1
pkg syscall (freebsd-arm-cgo), const NOTE_EXEC = 536870912
pkg syscall (freebsd-arm-cgo), const NOTE_EXIT = 2147483648
pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND = 4
pkg syscall (freebsd-arm-cgo), const NOTE_FFAND = 1073741824
pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY = 3221225472
pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK = 3221225472
pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK = 16777215
pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP = 0
pkg syscall (freebsd-arm-cgo), const NOTE_FFOR = 2147483648
pkg syscall (freebsd-arm-cgo), const NOTE_FORK = 1073741824
pkg syscall (freebsd-arm-cgo), const NOTE_LINK = 16
pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT = 1
pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (freebsd-arm-cgo), const NOTE_RENAME = 32
pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE = 64
pkg syscall (freebsd-arm-cgo), const NOTE_TRACK = 1
pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR = 2
pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER = 16777216
pkg syscall (freebsd-arm-cgo), const NOTE_WRITE = 2
pkg syscall (freebsd-arm-cgo), const OCRNL = 16
pkg syscall (freebsd-arm-cgo), const ONLCR = 2
pkg syscall (freebsd-arm-cgo), const ONLRET = 64
pkg syscall (freebsd-arm-cgo), const ONOCR = 32
pkg syscall (freebsd-arm-cgo), const ONOEOT = 8
pkg syscall (freebsd-arm-cgo), const OPOST = 1
pkg syscall (freebsd-arm-cgo), const O_ACCMODE = 3
pkg syscall (freebsd-arm-cgo), const O_APPEND = 8
pkg syscall (freebsd-arm-cgo), const O_ASYNC = 64
pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0
pkg syscall (freebsd-arm-cgo), const O_CREAT = 512
pkg syscall (freebsd-arm-cgo), const O_DIRECT = 65536
pkg syscall (freebsd-arm-cgo), const O_DIRECTORY = 131072
pkg syscall (freebsd-arm-cgo), const O_EXCL = 2048
pkg syscall (freebsd-arm-cgo), const O_EXEC = 262144
pkg syscall (freebsd-arm-cgo), const O_EXLOCK = 32
pkg syscall (freebsd-arm-cgo), const O_FSYNC = 128
pkg syscall (freebsd-arm-cgo), const O_NDELAY = 4
pkg syscall (freebsd-arm-cgo), const O_NOCTTY = 32768
pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW = 256
pkg syscall (freebsd-arm-cgo), const O_NONBLOCK = 4
pkg syscall (freebsd-arm-cgo), const O_SHLOCK = 16
pkg syscall (freebsd-arm-cgo), const O_SYNC = 128
pkg syscall (freebsd-arm-cgo), const O_TRUNC = 1024
pkg syscall (freebsd-arm-cgo), const O_TTY_INIT = 524288
pkg syscall (freebsd-arm-cgo), const PARENB = 4096
pkg syscall (freebsd-arm-cgo), const PARMRK = 8
pkg syscall (freebsd-arm-cgo), const PARODD = 8192
pkg syscall (freebsd-arm-cgo), const PENDIN = 536870912
pkg syscall (freebsd-arm-cgo), const PROT_EXEC = 4
pkg syscall (freebsd-arm-cgo), const PROT_NONE = 0
pkg syscall (freebsd-arm-cgo), const PROT_READ = 1
pkg syscall (freebsd-arm-cgo), const PROT_WRITE = 2
pkg syscall (freebsd-arm-cgo), const PTRACE_CONT = 7
pkg syscall (freebsd-arm-cgo), const PTRACE_KILL = 8
pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME = 0
pkg syscall (freebsd-arm-cgo), const RLIMIT_AS = 10
pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE = 4
pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU = 0
pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA = 2
pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE = 1
pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE = 8
pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK = 3
pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR = 6
pkg syscall (freebsd-arm-cgo), const RTAX_BRD = 7
pkg syscall (freebsd-arm-cgo), const RTAX_DST = 0
pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY = 1
pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK = 3
pkg syscall (freebsd-arm-cgo), const RTAX_IFA = 5
pkg syscall (freebsd-arm-cgo), const RTAX_IFP = 4
pkg syscall (freebsd-arm-cgo), const RTAX_MAX = 8
pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK = 2
pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR = 64
pkg syscall (freebsd-arm-cgo), const RTA_BRD = 128
pkg syscall (freebsd-arm-cgo), const RTA_DST = 1
pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY = 2
pkg syscall (freebsd-arm-cgo), const RTA_GENMASK = 8
pkg syscall (freebsd-arm-cgo), const RTA_IFA = 32
pkg syscall (freebsd-arm-cgo), const RTA_IFP = 16
pkg syscall (freebsd-arm-cgo), const RTA_NETMASK = 4
pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST = 4194304
pkg syscall (freebsd-arm-cgo), const RTF_DONE = 64
pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC = 16
pkg syscall (freebsd-arm-cgo), const RTF_FMASK = 268752904
pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY = 2
pkg syscall (freebsd-arm-cgo), const RTF_HOST = 4
pkg syscall (freebsd-arm-cgo), const RTF_LLDATA = 1024
pkg syscall (freebsd-arm-cgo), const RTF_LLINFO = 1024
pkg syscall (freebsd-arm-cgo), const RTF_LOCAL = 2097152
pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED = 32
pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST = 8388608
pkg syscall (freebsd-arm-cgo), const RTF_PINNED = 1048576
pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING = 65536
pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 = 32768
pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 = 16384
pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 = 262144
pkg syscall (freebsd-arm-cgo), const RTF_REJECT = 8
pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED = 1073741824
pkg syscall (freebsd-arm-cgo), const RTF_STATIC = 2048
pkg syscall (freebsd-arm-cgo), const RTF_STICKY = 268435456
pkg syscall (freebsd-arm-cgo), const RTF_UP = 1
pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE = 512
pkg syscall (freebsd-arm-cgo), const RTM_ADD = 1
pkg syscall (freebsd-arm-cgo), const RTM_CHANGE = 3
pkg syscall (freebsd-arm-cgo), const RTM_DELADDR = 13
pkg syscall (freebsd-arm-cgo), const RTM_DELETE = 2
pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR = 16
pkg syscall (freebsd-arm-cgo), const RTM_GET = 4
pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 = 18
pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE = 17
pkg syscall (freebsd-arm-cgo), const RTM_IFINFO = 14
pkg syscall (freebsd-arm-cgo), const RTM_LOCK = 8
pkg syscall (freebsd-arm-cgo), const RTM_LOSING = 5
pkg syscall (freebsd-arm-cgo), const RTM_MISS = 7
pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR = 12
pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR = 15
pkg syscall (freebsd-arm-cgo), const RTM_OLDADD = 9
pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL = 10
pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT = 6
pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE = 11
pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (freebsd-arm-cgo), const RTM_VERSION = 5
pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE = 4
pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT = 2
pkg syscall (freebsd-arm-cgo), const RTV_MTU = 1
pkg syscall (freebsd-arm-cgo), const RTV_RPIPE = 8
pkg syscall (freebsd-arm-cgo), const RTV_RTT = 64
pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR = 128
pkg syscall (freebsd-arm-cgo), const RTV_SPIPE = 16
pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH = 32
pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT = 256
pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT = 1
pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB = 0
pkg syscall (freebsd-arm-cgo), const RT_NORTREF = 2
pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF = 0
pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD = 1
pkg syscall (freebsd-arm-cgo), const SCM_BINTIME = 4
pkg syscall (freebsd-arm-cgo), const SCM_CREDS = 3
pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS = 1
pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP = 2
pkg syscall (freebsd-arm-cgo), const SIGBUS = 10
pkg syscall (freebsd-arm-cgo), const SIGCHLD = 20
pkg syscall (freebsd-arm-cgo), const SIGCONT = 19
pkg syscall (freebsd-arm-cgo), const SIGEMT = 7
pkg syscall (freebsd-arm-cgo), const SIGINFO = 29
pkg syscall (freebsd-arm-cgo), const SIGIO = 23
pkg syscall (freebsd-arm-cgo), const SIGIOT = 6
pkg syscall (freebsd-arm-cgo), const SIGLIBRT = 33
pkg syscall (freebsd-arm-cgo), const SIGLWP = 32
pkg syscall (freebsd-arm-cgo), const SIGPROF = 27
pkg syscall (freebsd-arm-cgo), const SIGSTOP = 17
pkg syscall (freebsd-arm-cgo), const SIGSYS = 12
pkg syscall (freebsd-arm-cgo), const SIGTHR = 32
pkg syscall (freebsd-arm-cgo), const SIGTSTP = 18
pkg syscall (freebsd-arm-cgo), const SIGTTIN = 21
pkg syscall (freebsd-arm-cgo), const SIGTTOU = 22
pkg syscall (freebsd-arm-cgo), const SIGURG = 16
pkg syscall (freebsd-arm-cgo), const SIGUSR1 = 30
pkg syscall (freebsd-arm-cgo), const SIGUSR2 = 31
pkg syscall (freebsd-arm-cgo), const SIGVTALRM = 26
pkg syscall (freebsd-arm-cgo), const SIGWINCH = 28
pkg syscall (freebsd-arm-cgo), const SIGXCPU = 24
pkg syscall (freebsd-arm-cgo), const SIGXFSZ = 25
pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (freebsd-arm-cgo), const SIOCADDRT = 2150658570
pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019
pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP = 2149869959
pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR = 2165860635
pkg syscall (freebsd-arm-cgo), const SIOCATMARK = 1074033415
pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (freebsd-arm-cgo), const SIOCDELRT = 2150658571
pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP = 2149869961
pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR = 2149607753
pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR = 2165860637
pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT = 3222565392
pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT = 3222565391
pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP = 3223349535
pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF = 3221776676
pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR = 3223349546
pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB = 3223349596
pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB = 3223611786
pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP = 3223611784
pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX = 3223349536
pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC = 3223349542
pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA = 3223873848
pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU = 3223349555
pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS = 3223349557
pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931
pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR = 3239602460
pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (freebsd-arm-cgo), const SIOCGPGRP = 1074033417
pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 = 3223349584
pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 = 3223349585
pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE = 3223349626
pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 = 3223349628
pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP = 2149607710
pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR = 2149607721
pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB = 2149607773
pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR = 2149607740
pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC = 2149607719
pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA = 3223349559
pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU = 2149607732
pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME = 2149607720
pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046
pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS = 2149607734
pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET = 3223349595
pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET = 3223349594
pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (freebsd-arm-cgo), const SIOCSPGRP = 2147775240
pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN = 255
pkg syscall (freebsd-arm-cgo), const SOCK_RDM = 4
pkg syscall (freebsd-arm-cgo), const SOL_SOCKET = 65535
pkg syscall (freebsd-arm-cgo), const SOMAXCONN = 128
pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN = 2
pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER = 4096
pkg syscall (freebsd-arm-cgo), const SO_BINTIME = 8192
pkg syscall (freebsd-arm-cgo), const SO_BROADCAST = 32
pkg syscall (freebsd-arm-cgo), const SO_DEBUG = 1
pkg syscall (freebsd-arm-cgo), const SO_DONTROUTE = 16
pkg syscall (freebsd-arm-cgo), const SO_ERROR = 4103
pkg syscall (freebsd-arm-cgo), const SO_KEEPALIVE = 8
pkg syscall (freebsd-arm-cgo), const SO_LABEL = 4105
pkg syscall (freebsd-arm-cgo), const SO_LINGER = 128
pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN = 4115
pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN = 4114
pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT = 4113
pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE = 2048
pkg syscall (freebsd-arm-cgo), const SO_NO_DDP = 32768
pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD = 16384
pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE = 256
pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL = 4112
pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL = 4118
pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE = 4118
pkg syscall (freebsd-arm-cgo), const SO_RCVBUF = 4098
pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT = 4100
pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO = 4102
pkg syscall (freebsd-arm-cgo), const SO_REUSEADDR = 4
pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT = 512
pkg syscall (freebsd-arm-cgo), const SO_SETFIB = 4116
pkg syscall (freebsd-arm-cgo), const SO_SNDBUF = 4097
pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT = 4099
pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO = 4101
pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP = 1024
pkg syscall (freebsd-arm-cgo), const SO_TYPE = 4104
pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK = 64
pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE = 4117
pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 = 463
pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT = 30
pkg syscall (freebsd-arm-cgo), const SYS_ACCESS = 33
pkg syscall (freebsd-arm-cgo), const SYS_ACCT = 51
pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME = 140
pkg syscall (freebsd-arm-cgo), const SYS_AUDIT = 445
pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL = 453
pkg syscall (freebsd-arm-cgo), const SYS_AUDITON = 446
pkg syscall (freebsd-arm-cgo), const SYS_BIND = 104
pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER = 516
pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537
pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536
pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE = 517
pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535
pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534
pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW = 514
pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515
pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533
pkg syscall (freebsd-arm-cgo), const SYS_CHDIR = 12
pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS = 34
pkg syscall (freebsd-arm-cgo), const SYS_CHMOD = 15
pkg syscall (freebsd-arm-cgo), const SYS_CHOWN = 16
pkg syscall (freebsd-arm-cgo), const SYS_CHROOT = 61
pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES = 234
pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME = 232
pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME = 233
pkg syscall (freebsd-arm-cgo), const SYS_CLOSE = 6
pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM = 509
pkg syscall (freebsd-arm-cgo), const SYS_CONNECT = 98
pkg syscall (freebsd-arm-cgo), const SYS_CPUSET = 484
pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY = 487
pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID = 486
pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY = 488
pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID = 485
pkg syscall (freebsd-arm-cgo), const SYS_DUP = 41
pkg syscall (freebsd-arm-cgo), const SYS_DUP2 = 90
pkg syscall (freebsd-arm-cgo), const SYS_EACCESS = 376
pkg syscall (freebsd-arm-cgo), const SYS_EXECVE = 59
pkg syscall (freebsd-arm-cgo), const SYS_EXIT = 1
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL = 355
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 373
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 358
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 414
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD = 372
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 357
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 413
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 437
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 438
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 439
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD = 371
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 356
pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 412
pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT = 489
pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR = 13
pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS = 35
pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD = 124
pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT = 490
pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN = 123
pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT = 491
pkg syscall (freebsd-arm-cgo), const SYS_FCNTL = 92
pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE = 492
pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN = 298
pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT = 299
pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS = 398
pkg syscall (freebsd-arm-cgo), const SYS_FLOCK = 131
pkg syscall (freebsd-arm-cgo), const SYS_FORK = 2
pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF = 192
pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK = 199
pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP = 197
pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD = 173
pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE = 174
pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE = 200
pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189
pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493
pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397
pkg syscall (freebsd-arm-cgo), const SYS_FSYNC = 95
pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE = 480
pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES = 206
pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT = 494
pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT = 449
pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR = 451
pkg syscall (freebsd-arm-cgo), const SYS_GETAUID = 447
pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT = 421
pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS = 272
pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196
pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE = 89
pkg syscall (freebsd-arm-cgo), const SYS_GETEGID = 43
pkg syscall (freebsd-arm-cgo), const SYS_GETEUID = 25
pkg syscall (freebsd-arm-cgo), const SYS_GETFH = 161
pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395
pkg syscall (freebsd-arm-cgo), const SYS_GETGID = 47
pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS = 79
pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER = 86
pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN = 49
pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS = 523
pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME = 31
pkg syscall (freebsd-arm-cgo), const SYS_GETPGID = 207
pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP = 81
pkg syscall (freebsd-arm-cgo), const SYS_GETPID = 20
pkg syscall (freebsd-arm-cgo), const SYS_GETPPID = 39
pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY = 100
pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID = 361
pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID = 360
pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT = 194
pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE = 117
pkg syscall (freebsd-arm-cgo), const SYS_GETSID = 310
pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (freebsd-arm-cgo), const SYS_GETUID = 24
pkg syscall (freebsd-arm-cgo), const SYS_IOCTL = 54
pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID = 253
pkg syscall (freebsd-arm-cgo), const SYS_JAIL = 338
pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH = 436
pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET = 506
pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE = 508
pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET = 507
pkg syscall (freebsd-arm-cgo), const SYS_KENV = 390
pkg syscall (freebsd-arm-cgo), const SYS_KEVENT = 363
pkg syscall (freebsd-arm-cgo), const SYS_KILL = 37
pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND = 306
pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD = 309
pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD = 304
pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT = 307
pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT = 308
pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM = 337
pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD = 305
pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF = 444
pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE = 362
pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE = 235
pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE = 236
pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN = 239
pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME = 238
pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME = 237
pkg syscall (freebsd-arm-cgo), const SYS_KTRACE = 45
pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS = 391
pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD = 274
pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN = 254
pkg syscall (freebsd-arm-cgo), const SYS_LGETFH = 160
pkg syscall (freebsd-arm-cgo), const SYS_LINK = 9
pkg syscall (freebsd-arm-cgo), const SYS_LINKAT = 495
pkg syscall (freebsd-arm-cgo), const SYS_LISTEN = 106
pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF = 513
pkg syscall (freebsd-arm-cgo), const SYS_LSEEK = 478
pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190
pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES = 276
pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL = 394
pkg syscall (freebsd-arm-cgo), const SYS_MADVISE = 75
pkg syscall (freebsd-arm-cgo), const SYS_MINCORE = 78
pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT = 250
pkg syscall (freebsd-arm-cgo), const SYS_MKDIR = 136
pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT = 496
pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO = 132
pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT = 497
pkg syscall (freebsd-arm-cgo), const SYS_MKNOD = 14
pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
pkg syscall (freebsd-arm-cgo), const SYS_MLOCK = 203
pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL = 324
pkg syscall (freebsd-arm-cgo), const SYS_MMAP = 477
pkg syscall (freebsd-arm-cgo), const SYS_MODFIND = 303
pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT = 302
pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT = 300
pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT = 301
pkg syscall (freebsd-arm-cgo), const SYS_MOUNT = 21
pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT = 74
pkg syscall (freebsd-arm-cgo), const SYS_MSYNC = 65
pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK = 204
pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL = 325
pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP = 73
pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP = 240
pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT = 279
pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT = 280
pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT = 378
pkg syscall (freebsd-arm-cgo), const SYS_NSTAT = 278
pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME = 176
pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME = 248
pkg syscall (freebsd-arm-cgo), const SYS_OBREAK = 17
pkg syscall (freebsd-arm-cgo), const SYS_OPEN = 5
pkg syscall (freebsd-arm-cgo), const SYS_OPENAT = 499
pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL = 252
pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE = 72
pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF = 191
pkg syscall (freebsd-arm-cgo), const SYS_PDFORK = 518
pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID = 520
pkg syscall (freebsd-arm-cgo), const SYS_PDKILL = 519
pkg syscall (freebsd-arm-cgo), const SYS_PIPE = 42
pkg syscall (freebsd-arm-cgo), const SYS_POLL = 209
pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE = 531
pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE = 530
pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT = 504
pkg syscall (freebsd-arm-cgo), const SYS_PREAD = 475
pkg syscall (freebsd-arm-cgo), const SYS_PREADV = 289
pkg syscall (freebsd-arm-cgo), const SYS_PROFIL = 44
pkg syscall (freebsd-arm-cgo), const SYS_PSELECT = 522
pkg syscall (freebsd-arm-cgo), const SYS_PTRACE = 26
pkg syscall (freebsd-arm-cgo), const SYS_PWRITE = 476
pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV = 290
pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL = 148
pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE = 528
pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS = 527
pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT = 525
pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES = 526
pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE = 529
pkg syscall (freebsd-arm-cgo), const SYS_READ = 3
pkg syscall (freebsd-arm-cgo), const SYS_READLINK = 58
pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT = 500
pkg syscall (freebsd-arm-cgo), const SYS_READV = 120
pkg syscall (freebsd-arm-cgo), const SYS_REBOOT = 55
pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM = 29
pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG = 27
pkg syscall (freebsd-arm-cgo), const SYS_RENAME = 128
pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT = 501
pkg syscall (freebsd-arm-cgo), const SYS_REVOKE = 56
pkg syscall (freebsd-arm-cgo), const SYS_RFORK = 251
pkg syscall (freebsd-arm-cgo), const SYS_RMDIR = 137
pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO = 166
pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD = 466
pkg syscall (freebsd-arm-cgo), const SYS_SBRK = 69
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM = 328
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER = 330
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM = 327
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER = 329
pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD = 331
pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF = 471
pkg syscall (freebsd-arm-cgo), const SYS_SELECT = 93
pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE = 393
pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG = 28
pkg syscall (freebsd-arm-cgo), const SYS_SENDTO = 133
pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT = 450
pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR = 452
pkg syscall (freebsd-arm-cgo), const SYS_SETAUID = 448
pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT = 422
pkg syscall (freebsd-arm-cgo), const SYS_SETEGID = 182
pkg syscall (freebsd-arm-cgo), const SYS_SETEUID = 183
pkg syscall (freebsd-arm-cgo), const SYS_SETFIB = 175
pkg syscall (freebsd-arm-cgo), const SYS_SETGID = 181
pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS = 80
pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER = 83
pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN = 50
pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS = 524
pkg syscall (freebsd-arm-cgo), const SYS_SETPGID = 82
pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY = 96
pkg syscall (freebsd-arm-cgo), const SYS_SETREGID = 127
pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID = 312
pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID = 311
pkg syscall (freebsd-arm-cgo), const SYS_SETREUID = 126
pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT = 195
pkg syscall (freebsd-arm-cgo), const SYS_SETSID = 147
pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (freebsd-arm-cgo), const SYS_SETUID = 23
pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN = 482
pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK = 483
pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN = 134
pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION = 416
pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK = 53
pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING = 343
pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK = 340
pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE = 456
pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN = 417
pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND = 341
pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT = 345
pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT = 429
pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO = 346
pkg syscall (freebsd-arm-cgo), const SYS_SOCKET = 97
pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (freebsd-arm-cgo), const SYS_SSTK = 70
pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT = 423
pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF = 424
pkg syscall (freebsd-arm-cgo), const SYS_SWAPON = 85
pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK = 57
pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT = 502
pkg syscall (freebsd-arm-cgo), const SYS_SYNC = 36
pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH = 165
pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE = 430
pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT = 431
pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL = 433
pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 = 481
pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW = 455
pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF = 432
pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME = 464
pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND = 442
pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE = 443
pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE = 479
pkg syscall (freebsd-arm-cgo), const SYS_UMASK = 60
pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE = 205
pkg syscall (freebsd-arm-cgo), const SYS_UNLINK = 10
pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT = 503
pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT = 22
pkg syscall (freebsd-arm-cgo), const SYS_UTIMES = 138
pkg syscall (freebsd-arm-cgo), const SYS_UTRACE = 335
pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN = 392
pkg syscall (freebsd-arm-cgo), const SYS_VFORK = 66
pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 = 7
pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 = 532
pkg syscall (freebsd-arm-cgo), const SYS_WRITE = 4
pkg syscall (freebsd-arm-cgo), const SYS_WRITEV = 121
pkg syscall (freebsd-arm-cgo), const SYS_YIELD = 321
pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK = 434
pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP = 454
pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK = 435
pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD = 354
pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE = 353
pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK = 428
pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD = 352
pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE = 351
pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK = 427
pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD = 349
pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE = 347
pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK = 425
pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD = 350
pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE = 348
pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK = 426
pkg syscall (freebsd-arm-cgo), const SYS___GETCWD = 326
pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE = 415
pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD = 386
pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE = 387
pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK = 410
pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID = 409
pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC = 384
pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD = 388
pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE = 389
pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK = 411
pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC = 385
pkg syscall (freebsd-arm-cgo), const SYS___SETUGID = 374
pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL = 202
pkg syscall (freebsd-arm-cgo), const S_IFMT = 61440
pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24
pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn = 8
pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram = 8
pkg syscall (freebsd-arm-cgo), const SizeofBpfStat = 8
pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion = 4
pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf = 12
pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader = 32
pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr = 12
pkg syscall (freebsd-arm-cgo), const SizeofIPMreq = 8
pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn = 12
pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq = 20
pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88
pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104
pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr = 20
pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr = 16
pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (freebsd-arm-cgo), const SizeofLinger = 8
pkg syscall (freebsd-arm-cgo), const SizeofMsghdr = 28
pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics = 56
pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr = 92
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny = 108
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
pkg syscall (freebsd-arm-cgo), const TCIFLUSH = 1
pkg syscall (freebsd-arm-cgo), const TCIOFLUSH = 3
pkg syscall (freebsd-arm-cgo), const TCOFLUSH = 2
pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX = 16
pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION = 64
pkg syscall (freebsd-arm-cgo), const TCP_INFO = 32
pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT = 1024
pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE = 256
pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT = 128
pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL = 512
pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST = 4
pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN = 60
pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN = 40
pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG = 2
pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN = 65535
pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK = 4
pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG = 16
pkg syscall (freebsd-arm-cgo), const TCP_MINMSS = 216
pkg syscall (freebsd-arm-cgo), const TCP_MSS = 536
pkg syscall (freebsd-arm-cgo), const TCP_NOOPT = 8
pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH = 4
pkg syscall (freebsd-arm-cgo), const TCSAFLUSH = 2
pkg syscall (freebsd-arm-cgo), const TIOCCBRK = 536900730
pkg syscall (freebsd-arm-cgo), const TIOCCDTR = 536900728
pkg syscall (freebsd-arm-cgo), const TIOCCONS = 2147775586
pkg syscall (freebsd-arm-cgo), const TIOCDRAIN = 536900702
pkg syscall (freebsd-arm-cgo), const TIOCEXCL = 536900621
pkg syscall (freebsd-arm-cgo), const TIOCEXT = 2147775584
pkg syscall (freebsd-arm-cgo), const TIOCFLUSH = 2147775504
pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT = 1074033750
pkg syscall (freebsd-arm-cgo), const TIOCGETA = 1076655123
pkg syscall (freebsd-arm-cgo), const TIOCGETD = 1074033690
pkg syscall (freebsd-arm-cgo), const TIOCGPGRP = 1074033783
pkg syscall (freebsd-arm-cgo), const TIOCGPTN = 1074033679
pkg syscall (freebsd-arm-cgo), const TIOCGSID = 1074033763
pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (freebsd-arm-cgo), const TIOCMBIC = 2147775595
pkg syscall (freebsd-arm-cgo), const TIOCMBIS = 2147775596
pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT = 1074033754
pkg syscall (freebsd-arm-cgo), const TIOCMGET = 1074033770
pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT = 2147775579
pkg syscall (freebsd-arm-cgo), const TIOCMSET = 2147775597
pkg syscall (freebsd-arm-cgo), const TIOCM_CAR = 64
pkg syscall (freebsd-arm-cgo), const TIOCM_CD = 64
pkg syscall (freebsd-arm-cgo), const TIOCM_CTS = 32
pkg syscall (freebsd-arm-cgo), const TIOCM_DCD = 64
pkg syscall (freebsd-arm-cgo), const TIOCM_DSR = 256
pkg syscall (freebsd-arm-cgo), const TIOCM_DTR = 2
pkg syscall (freebsd-arm-cgo), const TIOCM_LE = 1
pkg syscall (freebsd-arm-cgo), const TIOCM_RI = 128
pkg syscall (freebsd-arm-cgo), const TIOCM_RNG = 128
pkg syscall (freebsd-arm-cgo), const TIOCM_RTS = 4
pkg syscall (freebsd-arm-cgo), const TIOCM_SR = 16
pkg syscall (freebsd-arm-cgo), const TIOCM_ST = 8
pkg syscall (freebsd-arm-cgo), const TIOCNOTTY = 536900721
pkg syscall (freebsd-arm-cgo), const TIOCNXCL = 536900622
pkg syscall (freebsd-arm-cgo), const TIOCOUTQ = 1074033779
pkg syscall (freebsd-arm-cgo), const TIOCPKT = 2147775600
pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA = 0
pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (freebsd-arm-cgo), const TIOCPKT_START = 8
pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP = 4
pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER = 536900636
pkg syscall (freebsd-arm-cgo), const TIOCSBRK = 536900731
pkg syscall (freebsd-arm-cgo), const TIOCSCTTY = 536900705
pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT = 2147775575
pkg syscall (freebsd-arm-cgo), const TIOCSDTR = 536900729
pkg syscall (freebsd-arm-cgo), const TIOCSETA = 2150396948
pkg syscall (freebsd-arm-cgo), const TIOCSETAF = 2150396950
pkg syscall (freebsd-arm-cgo), const TIOCSETAW = 2150396949
pkg syscall (freebsd-arm-cgo), const TIOCSETD = 2147775515
pkg syscall (freebsd-arm-cgo), const TIOCSIG = 537162847
pkg syscall (freebsd-arm-cgo), const TIOCSPGRP = 2147775606
pkg syscall (freebsd-arm-cgo), const TIOCSTART = 536900718
pkg syscall (freebsd-arm-cgo), const TIOCSTAT = 536900709
pkg syscall (freebsd-arm-cgo), const TIOCSTI = 2147578994
pkg syscall (freebsd-arm-cgo), const TIOCSTOP = 536900719
pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
pkg syscall (freebsd-arm-cgo), const TIOCUCNTL = 2147775590
pkg syscall (freebsd-arm-cgo), const TOSTOP = 4194304
pkg syscall (freebsd-arm-cgo), const VDISCARD = 15
pkg syscall (freebsd-arm-cgo), const VDSUSP = 11
pkg syscall (freebsd-arm-cgo), const VEOF = 0
pkg syscall (freebsd-arm-cgo), const VEOL = 1
pkg syscall (freebsd-arm-cgo), const VEOL2 = 2
pkg syscall (freebsd-arm-cgo), const VERASE = 3
pkg syscall (freebsd-arm-cgo), const VERASE2 = 7
pkg syscall (freebsd-arm-cgo), const VINTR = 8
pkg syscall (freebsd-arm-cgo), const VKILL = 5
pkg syscall (freebsd-arm-cgo), const VLNEXT = 14
pkg syscall (freebsd-arm-cgo), const VMIN = 16
pkg syscall (freebsd-arm-cgo), const VQUIT = 9
pkg syscall (freebsd-arm-cgo), const VREPRINT = 6
pkg syscall (freebsd-arm-cgo), const VSTART = 12
pkg syscall (freebsd-arm-cgo), const VSTATUS = 18
pkg syscall (freebsd-arm-cgo), const VSTOP = 13
pkg syscall (freebsd-arm-cgo), const VSUSP = 10
pkg syscall (freebsd-arm-cgo), const VTIME = 17
pkg syscall (freebsd-arm-cgo), const VWERASE = 4
pkg syscall (freebsd-arm-cgo), const WCONTINUED = 4
pkg syscall (freebsd-arm-cgo), const WCOREFLAG = 128
pkg syscall (freebsd-arm-cgo), const WEXITED = 16
pkg syscall (freebsd-arm-cgo), const WLINUXCLONE = 2147483648
pkg syscall (freebsd-arm-cgo), const WNOHANG = 1
pkg syscall (freebsd-arm-cgo), const WNOWAIT = 8
pkg syscall (freebsd-arm-cgo), const WSTOPPED = 2
pkg syscall (freebsd-arm-cgo), const WTRAPPED = 32
pkg syscall (freebsd-arm-cgo), const WUNTRACED = 2
pkg syscall (linux-386), const AF_ALG = 38
pkg syscall (linux-386), const AF_APPLETALK = 5
pkg syscall (linux-386), const AF_ASH = 18
pkg syscall (linux-386), const AF_ATMPVC = 8
pkg syscall (linux-386), const AF_ATMSVC = 20
pkg syscall (linux-386), const AF_AX25 = 3
pkg syscall (linux-386), const AF_BLUETOOTH = 31
pkg syscall (linux-386), const AF_BRIDGE = 7
pkg syscall (linux-386), const AF_CAIF = 37
pkg syscall (linux-386), const AF_CAN = 29
pkg syscall (linux-386), const AF_DECnet = 12
pkg syscall (linux-386), const AF_ECONET = 19
pkg syscall (linux-386), const AF_FILE = 1
pkg syscall (linux-386), const AF_IEEE802154 = 36
pkg syscall (linux-386), const AF_INET6 = 10
pkg syscall (linux-386), const AF_IPX = 4
pkg syscall (linux-386), const AF_IRDA = 23
pkg syscall (linux-386), const AF_ISDN = 34
pkg syscall (linux-386), const AF_IUCV = 32
pkg syscall (linux-386), const AF_KEY = 15
pkg syscall (linux-386), const AF_LLC = 26
pkg syscall (linux-386), const AF_LOCAL = 1
pkg syscall (linux-386), const AF_MAX = 39
pkg syscall (linux-386), const AF_NETBEUI = 13
pkg syscall (linux-386), const AF_NETLINK = 16
pkg syscall (linux-386), const AF_NETROM = 6
pkg syscall (linux-386), const AF_PACKET = 17
pkg syscall (linux-386), const AF_PHONET = 35
pkg syscall (linux-386), const AF_PPPOX = 24
pkg syscall (linux-386), const AF_RDS = 21
pkg syscall (linux-386), const AF_ROSE = 11
pkg syscall (linux-386), const AF_ROUTE = 16
pkg syscall (linux-386), const AF_RXRPC = 33
pkg syscall (linux-386), const AF_SECURITY = 14
pkg syscall (linux-386), const AF_SNA = 22
pkg syscall (linux-386), const AF_TIPC = 30
pkg syscall (linux-386), const AF_WANPIPE = 25
pkg syscall (linux-386), const AF_X25 = 9
pkg syscall (linux-386), const ARPHRD_ADAPT = 264
pkg syscall (linux-386), const ARPHRD_APPLETLK = 8
pkg syscall (linux-386), const ARPHRD_ARCNET = 7
pkg syscall (linux-386), const ARPHRD_ASH = 781
pkg syscall (linux-386), const ARPHRD_ATM = 19
pkg syscall (linux-386), const ARPHRD_AX25 = 3
pkg syscall (linux-386), const ARPHRD_BIF = 775
pkg syscall (linux-386), const ARPHRD_CHAOS = 5
pkg syscall (linux-386), const ARPHRD_CISCO = 513
pkg syscall (linux-386), const ARPHRD_CSLIP = 257
pkg syscall (linux-386), const ARPHRD_CSLIP6 = 259
pkg syscall (linux-386), const ARPHRD_DDCMP = 517
pkg syscall (linux-386), const ARPHRD_DLCI = 15
pkg syscall (linux-386), const ARPHRD_ECONET = 782
pkg syscall (linux-386), const ARPHRD_EETHER = 2
pkg syscall (linux-386), const ARPHRD_ETHER = 1
pkg syscall (linux-386), const ARPHRD_EUI64 = 27
pkg syscall (linux-386), const ARPHRD_FCAL = 785
pkg syscall (linux-386), const ARPHRD_FCFABRIC = 787
pkg syscall (linux-386), const ARPHRD_FCPL = 786
pkg syscall (linux-386), const ARPHRD_FCPP = 784
pkg syscall (linux-386), const ARPHRD_FDDI = 774
pkg syscall (linux-386), const ARPHRD_FRAD = 770
pkg syscall (linux-386), const ARPHRD_HDLC = 513
pkg syscall (linux-386), const ARPHRD_HIPPI = 780
pkg syscall (linux-386), const ARPHRD_HWX25 = 272
pkg syscall (linux-386), const ARPHRD_IEEE1394 = 24
pkg syscall (linux-386), const ARPHRD_IEEE802 = 6
pkg syscall (linux-386), const ARPHRD_IEEE80211 = 801
pkg syscall (linux-386), const ARPHRD_IEEE80211_PRISM = 802
pkg syscall (linux-386), const ARPHRD_IEEE80211_RADIOTAP = 803
pkg syscall (linux-386), const ARPHRD_IEEE802154 = 804
pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY = 805
pkg syscall (linux-386), const ARPHRD_IEEE802_TR = 800
pkg syscall (linux-386), const ARPHRD_INFINIBAND = 32
pkg syscall (linux-386), const ARPHRD_IPDDP = 777
pkg syscall (linux-386), const ARPHRD_IPGRE = 778
pkg syscall (linux-386), const ARPHRD_IRDA = 783
pkg syscall (linux-386), const ARPHRD_LAPB = 516
pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773
pkg syscall (linux-386), const ARPHRD_LOOPBACK = 772
pkg syscall (linux-386), const ARPHRD_METRICOM = 23
pkg syscall (linux-386), const ARPHRD_NETROM = 0
pkg syscall (linux-386), const ARPHRD_NONE = 65534
pkg syscall (linux-386), const ARPHRD_PIMREG = 779
pkg syscall (linux-386), const ARPHRD_PPP = 512
pkg syscall (linux-386), const ARPHRD_PRONET = 4
pkg syscall (linux-386), const ARPHRD_RAWHDLC = 518
pkg syscall (linux-386), const ARPHRD_ROSE = 270
pkg syscall (linux-386), const ARPHRD_RSRVD = 260
pkg syscall (linux-386), const ARPHRD_SIT = 776
pkg syscall (linux-386), const ARPHRD_SKIP = 771
pkg syscall (linux-386), const ARPHRD_SLIP = 256
pkg syscall (linux-386), const ARPHRD_SLIP6 = 258
pkg syscall (linux-386), const ARPHRD_TUNNEL = 768
pkg syscall (linux-386), const ARPHRD_TUNNEL6 = 769
pkg syscall (linux-386), const ARPHRD_VOID = 65535
pkg syscall (linux-386), const ARPHRD_X25 = 271
pkg syscall (linux-386), const B0 = 0
pkg syscall (linux-386), const B1000000 = 4104
pkg syscall (linux-386), const B110 = 3
pkg syscall (linux-386), const B115200 = 4098
pkg syscall (linux-386), const B1152000 = 4105
pkg syscall (linux-386), const B1200 = 9
pkg syscall (linux-386), const B134 = 4
pkg syscall (linux-386), const B150 = 5
pkg syscall (linux-386), const B1500000 = 4106
pkg syscall (linux-386), const B1800 = 10
pkg syscall (linux-386), const B19200 = 14
pkg syscall (linux-386), const B200 = 6
pkg syscall (linux-386), const B2000000 = 4107
pkg syscall (linux-386), const B230400 = 4099
pkg syscall (linux-386), const B2400 = 11
pkg syscall (linux-386), const B2500000 = 4108
pkg syscall (linux-386), const B300 = 7
pkg syscall (linux-386), const B3000000 = 4109
pkg syscall (linux-386), const B3500000 = 4110
pkg syscall (linux-386), const B38400 = 15
pkg syscall (linux-386), const B4000000 = 4111
pkg syscall (linux-386), const B460800 = 4100
pkg syscall (linux-386), const B4800 = 12
pkg syscall (linux-386), const B50 = 1
pkg syscall (linux-386), const B500000 = 4101
pkg syscall (linux-386), const B57600 = 4097
pkg syscall (linux-386), const B576000 = 4102
pkg syscall (linux-386), const B600 = 8
pkg syscall (linux-386), const B75 = 2
pkg syscall (linux-386), const B921600 = 4103
pkg syscall (linux-386), const B9600 = 13
pkg syscall (linux-386), const BPF_A = 16
pkg syscall (linux-386), const BPF_ABS = 32
pkg syscall (linux-386), const BPF_ADD = 0
pkg syscall (linux-386), const BPF_ALU = 4
pkg syscall (linux-386), const BPF_AND = 80
pkg syscall (linux-386), const BPF_B = 16
pkg syscall (linux-386), const BPF_DIV = 48
pkg syscall (linux-386), const BPF_H = 8
pkg syscall (linux-386), const BPF_IMM = 0
pkg syscall (linux-386), const BPF_IND = 64
pkg syscall (linux-386), const BPF_JA = 0
pkg syscall (linux-386), const BPF_JEQ = 16
pkg syscall (linux-386), const BPF_JGE = 48
pkg syscall (linux-386), const BPF_JGT = 32
pkg syscall (linux-386), const BPF_JMP = 5
pkg syscall (linux-386), const BPF_JSET = 64
pkg syscall (linux-386), const BPF_K = 0
pkg syscall (linux-386), const BPF_LD = 0
pkg syscall (linux-386), const BPF_LDX = 1
pkg syscall (linux-386), const BPF_LEN = 128
pkg syscall (linux-386), const BPF_LSH = 96
pkg syscall (linux-386), const BPF_MAJOR_VERSION = 1
pkg syscall (linux-386), const BPF_MAXINSNS = 4096
pkg syscall (linux-386), const BPF_MEM = 96
pkg syscall (linux-386), const BPF_MEMWORDS = 16
pkg syscall (linux-386), const BPF_MINOR_VERSION = 1
pkg syscall (linux-386), const BPF_MISC = 7
pkg syscall (linux-386), const BPF_MSH = 160
pkg syscall (linux-386), const BPF_MUL = 32
pkg syscall (linux-386), const BPF_NEG = 128
pkg syscall (linux-386), const BPF_OR = 64
pkg syscall (linux-386), const BPF_RET = 6
pkg syscall (linux-386), const BPF_RSH = 112
pkg syscall (linux-386), const BPF_ST = 2
pkg syscall (linux-386), const BPF_STX = 3
pkg syscall (linux-386), const BPF_SUB = 16
pkg syscall (linux-386), const BPF_TAX = 0
pkg syscall (linux-386), const BPF_TXA = 128
pkg syscall (linux-386), const BPF_W = 0
pkg syscall (linux-386), const BPF_X = 8
pkg syscall (linux-386), const BRKINT = 2
pkg syscall (linux-386), const CLOCAL = 2048
pkg syscall (linux-386), const CREAD = 128
pkg syscall (linux-386), const CS5 = 0
pkg syscall (linux-386), const CS6 = 16
pkg syscall (linux-386), const CS7 = 32
pkg syscall (linux-386), const CS8 = 48
pkg syscall (linux-386), const CSIZE = 48
pkg syscall (linux-386), const CSTOPB = 64
pkg syscall (linux-386), const DT_BLK = 6
pkg syscall (linux-386), const DT_CHR = 2
pkg syscall (linux-386), const DT_DIR = 4
pkg syscall (linux-386), const DT_FIFO = 1
pkg syscall (linux-386), const DT_LNK = 10
pkg syscall (linux-386), const DT_REG = 8
pkg syscall (linux-386), const DT_SOCK = 12
pkg syscall (linux-386), const DT_UNKNOWN = 0
pkg syscall (linux-386), const DT_WHT = 14
pkg syscall (linux-386), const E2BIG = 7
pkg syscall (linux-386), const EACCES = 13
pkg syscall (linux-386), const EADDRINUSE = 98
pkg syscall (linux-386), const EADDRNOTAVAIL = 99
pkg syscall (linux-386), const EADV = 68
pkg syscall (linux-386), const EAFNOSUPPORT = 97
pkg syscall (linux-386), const EAGAIN = 11
pkg syscall (linux-386), const EALREADY = 114
pkg syscall (linux-386), const EBADE = 52
pkg syscall (linux-386), const EBADF = 9
pkg syscall (linux-386), const EBADFD = 77
pkg syscall (linux-386), const EBADMSG = 74
pkg syscall (linux-386), const EBADR = 53
pkg syscall (linux-386), const EBADRQC = 56
pkg syscall (linux-386), const EBADSLT = 57
pkg syscall (linux-386), const EBFONT = 59
pkg syscall (linux-386), const EBUSY = 16
pkg syscall (linux-386), const ECANCELED = 125
pkg syscall (linux-386), const ECHILD = 10
pkg syscall (linux-386), const ECHO = 8
pkg syscall (linux-386), const ECHOCTL = 512
pkg syscall (linux-386), const ECHOE = 16
pkg syscall (linux-386), const ECHOK = 32
pkg syscall (linux-386), const ECHOKE = 2048
pkg syscall (linux-386), const ECHONL = 64
pkg syscall (linux-386), const ECHOPRT = 1024
pkg syscall (linux-386), const ECHRNG = 44
pkg syscall (linux-386), const ECOMM = 70
pkg syscall (linux-386), const ECONNABORTED = 103
pkg syscall (linux-386), const ECONNREFUSED = 111
pkg syscall (linux-386), const ECONNRESET = 104
pkg syscall (linux-386), const EDEADLK = 35
pkg syscall (linux-386), const EDEADLOCK = 35
pkg syscall (linux-386), const EDESTADDRREQ = 89
pkg syscall (linux-386), const EDOM = 33
pkg syscall (linux-386), const EDOTDOT = 73
pkg syscall (linux-386), const EDQUOT = 122
pkg syscall (linux-386), const EEXIST = 17
pkg syscall (linux-386), const EFAULT = 14
pkg syscall (linux-386), const EFBIG = 27
pkg syscall (linux-386), const EHOSTDOWN = 112
pkg syscall (linux-386), const EHOSTUNREACH = 113
pkg syscall (linux-386), const EIDRM = 43
pkg syscall (linux-386), const EILSEQ = 84
pkg syscall (linux-386), const EINPROGRESS = 115
pkg syscall (linux-386), const EINTR = 4
pkg syscall (linux-386), const EINVAL = 22
pkg syscall (linux-386), const EIO = 5
pkg syscall (linux-386), const EISCONN = 106
pkg syscall (linux-386), const EISDIR = 21
pkg syscall (linux-386), const EISNAM = 120
pkg syscall (linux-386), const EKEYEXPIRED = 127
pkg syscall (linux-386), const EKEYREJECTED = 129
pkg syscall (linux-386), const EKEYREVOKED = 128
pkg syscall (linux-386), const EL2HLT = 51
pkg syscall (linux-386), const EL2NSYNC = 45
pkg syscall (linux-386), const EL3HLT = 46
pkg syscall (linux-386), const EL3RST = 47
pkg syscall (linux-386), const ELIBACC = 79
pkg syscall (linux-386), const ELIBBAD = 80
pkg syscall (linux-386), const ELIBEXEC = 83
pkg syscall (linux-386), const ELIBMAX = 82
pkg syscall (linux-386), const ELIBSCN = 81
pkg syscall (linux-386), const ELNRNG = 48
pkg syscall (linux-386), const ELOOP = 40
pkg syscall (linux-386), const EMEDIUMTYPE = 124
pkg syscall (linux-386), const EMFILE = 24
pkg syscall (linux-386), const EMLINK = 31
pkg syscall (linux-386), const EMSGSIZE = 90
pkg syscall (linux-386), const EMULTIHOP = 72
pkg syscall (linux-386), const ENAMETOOLONG = 36
pkg syscall (linux-386), const ENAVAIL = 119
pkg syscall (linux-386), const ENETDOWN = 100
pkg syscall (linux-386), const ENETRESET = 102
pkg syscall (linux-386), const ENETUNREACH = 101
pkg syscall (linux-386), const ENFILE = 23
pkg syscall (linux-386), const ENOANO = 55
pkg syscall (linux-386), const ENOBUFS = 105
pkg syscall (linux-386), const ENOCSI = 50
pkg syscall (linux-386), const ENODATA = 61
pkg syscall (linux-386), const ENODEV = 19
pkg syscall (linux-386), const ENOEXEC = 8
pkg syscall (linux-386), const ENOKEY = 126
pkg syscall (linux-386), const ENOLCK = 37
pkg syscall (linux-386), const ENOLINK = 67
pkg syscall (linux-386), const ENOMEDIUM = 123
pkg syscall (linux-386), const ENOMEM = 12
pkg syscall (linux-386), const ENOMSG = 42
pkg syscall (linux-386), const ENONET = 64
pkg syscall (linux-386), const ENOPKG = 65
pkg syscall (linux-386), const ENOPROTOOPT = 92
pkg syscall (linux-386), const ENOSPC = 28
pkg syscall (linux-386), const ENOSR = 63
pkg syscall (linux-386), const ENOSTR = 60
pkg syscall (linux-386), const ENOSYS = 38
pkg syscall (linux-386), const ENOTBLK = 15
pkg syscall (linux-386), const ENOTCONN = 107
pkg syscall (linux-386), const ENOTDIR = 20
pkg syscall (linux-386), const ENOTEMPTY = 39
pkg syscall (linux-386), const ENOTNAM = 118
pkg syscall (linux-386), const ENOTRECOVERABLE = 131
pkg syscall (linux-386), const ENOTSOCK = 88
pkg syscall (linux-386), const ENOTSUP = 95
pkg syscall (linux-386), const ENOTTY = 25
pkg syscall (linux-386), const ENOTUNIQ = 76
pkg syscall (linux-386), const ENXIO = 6
pkg syscall (linux-386), const EOPNOTSUPP = 95
pkg syscall (linux-386), const EOVERFLOW = 75
pkg syscall (linux-386), const EOWNERDEAD = 130
pkg syscall (linux-386), const EPERM = 1
pkg syscall (linux-386), const EPFNOSUPPORT = 96
pkg syscall (linux-386), const EPIPE = 32
pkg syscall (linux-386), const EPOLLERR = 8
pkg syscall (linux-386), const EPOLLET = -2147483648
pkg syscall (linux-386), const EPOLLHUP = 16
pkg syscall (linux-386), const EPOLLIN = 1
pkg syscall (linux-386), const EPOLLMSG = 1024
pkg syscall (linux-386), const EPOLLONESHOT = 1073741824
pkg syscall (linux-386), const EPOLLOUT = 4
pkg syscall (linux-386), const EPOLLPRI = 2
pkg syscall (linux-386), const EPOLLRDBAND = 128
pkg syscall (linux-386), const EPOLLRDHUP = 8192
pkg syscall (linux-386), const EPOLLRDNORM = 64
pkg syscall (linux-386), const EPOLLWRBAND = 512
pkg syscall (linux-386), const EPOLLWRNORM = 256
pkg syscall (linux-386), const EPOLL_CLOEXEC = 524288
pkg syscall (linux-386), const EPOLL_CTL_ADD = 1
pkg syscall (linux-386), const EPOLL_CTL_DEL = 2
pkg syscall (linux-386), const EPOLL_CTL_MOD = 3
pkg syscall (linux-386), const EPOLL_NONBLOCK = 2048
pkg syscall (linux-386), const EPROTO = 71
pkg syscall (linux-386), const EPROTONOSUPPORT = 93
pkg syscall (linux-386), const EPROTOTYPE = 91
pkg syscall (linux-386), const ERANGE = 34
pkg syscall (linux-386), const EREMCHG = 78
pkg syscall (linux-386), const EREMOTE = 66
pkg syscall (linux-386), const EREMOTEIO = 121
pkg syscall (linux-386), const ERESTART = 85
pkg syscall (linux-386), const ERFKILL = 132
pkg syscall (linux-386), const EROFS = 30
pkg syscall (linux-386), const ESHUTDOWN = 108
pkg syscall (linux-386), const ESOCKTNOSUPPORT = 94
pkg syscall (linux-386), const ESPIPE = 29
pkg syscall (linux-386), const ESRCH = 3
pkg syscall (linux-386), const ESRMNT = 69
pkg syscall (linux-386), const ESTALE = 116
pkg syscall (linux-386), const ESTRPIPE = 86
pkg syscall (linux-386), const ETH_P_1588 = 35063
pkg syscall (linux-386), const ETH_P_8021Q = 33024
pkg syscall (linux-386), const ETH_P_802_2 = 4
pkg syscall (linux-386), const ETH_P_802_3 = 1
pkg syscall (linux-386), const ETH_P_AARP = 33011
pkg syscall (linux-386), const ETH_P_ALL = 3
pkg syscall (linux-386), const ETH_P_AOE = 34978
pkg syscall (linux-386), const ETH_P_ARCNET = 26
pkg syscall (linux-386), const ETH_P_ARP = 2054
pkg syscall (linux-386), const ETH_P_ATALK = 32923
pkg syscall (linux-386), const ETH_P_ATMFATE = 34948
pkg syscall (linux-386), const ETH_P_ATMMPOA = 34892
pkg syscall (linux-386), const ETH_P_AX25 = 2
pkg syscall (linux-386), const ETH_P_BPQ = 2303
pkg syscall (linux-386), const ETH_P_CAIF = 247
pkg syscall (linux-386), const ETH_P_CAN = 12
pkg syscall (linux-386), const ETH_P_CONTROL = 22
pkg syscall (linux-386), const ETH_P_CUST = 24582
pkg syscall (linux-386), const ETH_P_DDCMP = 6
pkg syscall (linux-386), const ETH_P_DEC = 24576
pkg syscall (linux-386), const ETH_P_DIAG = 24581
pkg syscall (linux-386), const ETH_P_DNA_DL = 24577
pkg syscall (linux-386), const ETH_P_DNA_RC = 24578
pkg syscall (linux-386), const ETH_P_DNA_RT = 24579
pkg syscall (linux-386), const ETH_P_DSA = 27
pkg syscall (linux-386), const ETH_P_ECONET = 24
pkg syscall (linux-386), const ETH_P_EDSA = 56026
pkg syscall (linux-386), const ETH_P_FCOE = 35078
pkg syscall (linux-386), const ETH_P_FIP = 35092
pkg syscall (linux-386), const ETH_P_HDLC = 25
pkg syscall (linux-386), const ETH_P_IEEE802154 = 246
pkg syscall (linux-386), const ETH_P_IEEEPUP = 2560
pkg syscall (linux-386), const ETH_P_IEEEPUPAT = 2561
pkg syscall (linux-386), const ETH_P_IP = 2048
pkg syscall (linux-386), const ETH_P_IPV6 = 34525
pkg syscall (linux-386), const ETH_P_IPX = 33079
pkg syscall (linux-386), const ETH_P_IRDA = 23
pkg syscall (linux-386), const ETH_P_LAT = 24580
pkg syscall (linux-386), const ETH_P_LINK_CTL = 34924
pkg syscall (linux-386), const ETH_P_LOCALTALK = 9
pkg syscall (linux-386), const ETH_P_LOOP = 96
pkg syscall (linux-386), const ETH_P_MOBITEX = 21
pkg syscall (linux-386), const ETH_P_MPLS_MC = 34888
pkg syscall (linux-386), const ETH_P_MPLS_UC = 34887
pkg syscall (linux-386), const ETH_P_PAE = 34958
pkg syscall (linux-386), const ETH_P_PAUSE = 34824
pkg syscall (linux-386), const ETH_P_PHONET = 245
pkg syscall (linux-386), const ETH_P_PPPTALK = 16
pkg syscall (linux-386), const ETH_P_PPP_DISC = 34915
pkg syscall (linux-386), const ETH_P_PPP_MP = 8
pkg syscall (linux-386), const ETH_P_PPP_SES = 34916
pkg syscall (linux-386), const ETH_P_PUP = 512
pkg syscall (linux-386), const ETH_P_PUPAT = 513
pkg syscall (linux-386), const ETH_P_RARP = 32821
pkg syscall (linux-386), const ETH_P_SCA = 24583
pkg syscall (linux-386), const ETH_P_SLOW = 34825
pkg syscall (linux-386), const ETH_P_SNAP = 5
pkg syscall (linux-386), const ETH_P_TEB = 25944
pkg syscall (linux-386), const ETH_P_TIPC = 35018
pkg syscall (linux-386), const ETH_P_TRAILER = 28
pkg syscall (linux-386), const ETH_P_TR_802_2 = 17
pkg syscall (linux-386), const ETH_P_WAN_PPP = 7
pkg syscall (linux-386), const ETH_P_WCCP = 34878
pkg syscall (linux-386), const ETH_P_X25 = 2053
pkg syscall (linux-386), const ETIME = 62
pkg syscall (linux-386), const ETIMEDOUT = 110
pkg syscall (linux-386), const ETOOMANYREFS = 109
pkg syscall (linux-386), const ETXTBSY = 26
pkg syscall (linux-386), const EUCLEAN = 117
pkg syscall (linux-386), const EUNATCH = 49
pkg syscall (linux-386), const EUSERS = 87
pkg syscall (linux-386), const EWOULDBLOCK = 11
pkg syscall (linux-386), const EXDEV = 18
pkg syscall (linux-386), const EXFULL = 54
pkg syscall (linux-386), const FD_CLOEXEC = 1
pkg syscall (linux-386), const FD_SETSIZE = 1024
pkg syscall (linux-386), const FLUSHO = 4096
pkg syscall (linux-386), const F_DUPFD = 0
pkg syscall (linux-386), const F_DUPFD_CLOEXEC = 1030
pkg syscall (linux-386), const F_EXLCK = 4
pkg syscall (linux-386), const F_GETFD = 1
pkg syscall (linux-386), const F_GETFL = 3
pkg syscall (linux-386), const F_GETLEASE = 1025
pkg syscall (linux-386), const F_GETLK = 12
pkg syscall (linux-386), const F_GETLK64 = 12
pkg syscall (linux-386), const F_GETOWN = 9
pkg syscall (linux-386), const F_GETOWN_EX = 16
pkg syscall (linux-386), const F_GETPIPE_SZ = 1032
pkg syscall (linux-386), const F_GETSIG = 11
pkg syscall (linux-386), const F_LOCK = 1
pkg syscall (linux-386), const F_NOTIFY = 1026
pkg syscall (linux-386), const F_OK = 0
pkg syscall (linux-386), const F_RDLCK = 0
pkg syscall (linux-386), const F_SETFD = 2
pkg syscall (linux-386), const F_SETFL = 4
pkg syscall (linux-386), const F_SETLEASE = 1024
pkg syscall (linux-386), const F_SETLK = 13
pkg syscall (linux-386), const F_SETLK64 = 13
pkg syscall (linux-386), const F_SETLKW = 14
pkg syscall (linux-386), const F_SETLKW64 = 14
pkg syscall (linux-386), const F_SETOWN = 8
pkg syscall (linux-386), const F_SETOWN_EX = 15
pkg syscall (linux-386), const F_SETPIPE_SZ = 1031
pkg syscall (linux-386), const F_SETSIG = 10
pkg syscall (linux-386), const F_SHLCK = 8
pkg syscall (linux-386), const F_TEST = 3
pkg syscall (linux-386), const F_TLOCK = 2
pkg syscall (linux-386), const F_ULOCK = 0
pkg syscall (linux-386), const F_UNLCK = 2
pkg syscall (linux-386), const F_WRLCK = 1
pkg syscall (linux-386), const HUPCL = 1024
pkg syscall (linux-386), const ICANON = 2
pkg syscall (linux-386), const ICRNL = 256
pkg syscall (linux-386), const IEXTEN = 32768
pkg syscall (linux-386), const IFA_ADDRESS = 1
pkg syscall (linux-386), const IFA_ANYCAST = 5
pkg syscall (linux-386), const IFA_BROADCAST = 4
pkg syscall (linux-386), const IFA_CACHEINFO = 6
pkg syscall (linux-386), const IFA_F_DADFAILED = 8
pkg syscall (linux-386), const IFA_F_DEPRECATED = 32
pkg syscall (linux-386), const IFA_F_HOMEADDRESS = 16
pkg syscall (linux-386), const IFA_F_NODAD = 2
pkg syscall (linux-386), const IFA_F_OPTIMISTIC = 4
pkg syscall (linux-386), const IFA_F_PERMANENT = 128
pkg syscall (linux-386), const IFA_F_SECONDARY = 1
pkg syscall (linux-386), const IFA_F_TEMPORARY = 1
pkg syscall (linux-386), const IFA_F_TENTATIVE = 64
pkg syscall (linux-386), const IFA_LABEL = 3
pkg syscall (linux-386), const IFA_LOCAL = 2
pkg syscall (linux-386), const IFA_MAX = 7
pkg syscall (linux-386), const IFA_MULTICAST = 7
pkg syscall (linux-386), const IFA_UNSPEC = 0
pkg syscall (linux-386), const IFF_ALLMULTI = 512
pkg syscall (linux-386), const IFF_AUTOMEDIA = 16384
pkg syscall (linux-386), const IFF_DEBUG = 4
pkg syscall (linux-386), const IFF_DYNAMIC = 32768
pkg syscall (linux-386), const IFF_LOOPBACK = 8
pkg syscall (linux-386), const IFF_MASTER = 1024
pkg syscall (linux-386), const IFF_MULTICAST = 4096
pkg syscall (linux-386), const IFF_NOARP = 128
pkg syscall (linux-386), const IFF_NOTRAILERS = 32
pkg syscall (linux-386), const IFF_NO_PI = 4096
pkg syscall (linux-386), const IFF_ONE_QUEUE = 8192
pkg syscall (linux-386), const IFF_POINTOPOINT = 16
pkg syscall (linux-386), const IFF_PORTSEL = 8192
pkg syscall (linux-386), const IFF_PROMISC = 256
pkg syscall (linux-386), const IFF_RUNNING = 64
pkg syscall (linux-386), const IFF_SLAVE = 2048
pkg syscall (linux-386), const IFF_TAP = 2
pkg syscall (linux-386), const IFF_TUN = 1
pkg syscall (linux-386), const IFF_TUN_EXCL = 32768
pkg syscall (linux-386), const IFF_VNET_HDR = 16384
pkg syscall (linux-386), const IFLA_ADDRESS = 1
pkg syscall (linux-386), const IFLA_BROADCAST = 2
pkg syscall (linux-386), const IFLA_COST = 8
pkg syscall (linux-386), const IFLA_IFALIAS = 20
pkg syscall (linux-386), const IFLA_IFNAME = 3
pkg syscall (linux-386), const IFLA_LINK = 5
pkg syscall (linux-386), const IFLA_LINKINFO = 18
pkg syscall (linux-386), const IFLA_LINKMODE = 17
pkg syscall (linux-386), const IFLA_MAP = 14
pkg syscall (linux-386), const IFLA_MASTER = 10
pkg syscall (linux-386), const IFLA_MAX = 29
pkg syscall (linux-386), const IFLA_MTU = 4
pkg syscall (linux-386), const IFLA_NET_NS_PID = 19
pkg syscall (linux-386), const IFLA_OPERSTATE = 16
pkg syscall (linux-386), const IFLA_PRIORITY = 9
pkg syscall (linux-386), const IFLA_PROTINFO = 12
pkg syscall (linux-386), const IFLA_QDISC = 6
pkg syscall (linux-386), const IFLA_STATS = 7
pkg syscall (linux-386), const IFLA_TXQLEN = 13
pkg syscall (linux-386), const IFLA_UNSPEC = 0
pkg syscall (linux-386), const IFLA_WEIGHT = 15
pkg syscall (linux-386), const IFLA_WIRELESS = 11
pkg syscall (linux-386), const IFNAMSIZ = 16
pkg syscall (linux-386), const IGNBRK = 1
pkg syscall (linux-386), const IGNCR = 128
pkg syscall (linux-386), const IGNPAR = 4
pkg syscall (linux-386), const IMAXBEL = 8192
pkg syscall (linux-386), const INLCR = 64
pkg syscall (linux-386), const INPCK = 16
pkg syscall (linux-386), const IN_ACCESS = 1
pkg syscall (linux-386), const IN_ALL_EVENTS = 4095
pkg syscall (linux-386), const IN_ATTRIB = 4
pkg syscall (linux-386), const IN_CLASSA_HOST = 16777215
pkg syscall (linux-386), const IN_CLASSA_MAX = 128
pkg syscall (linux-386), const IN_CLASSA_NET = 4278190080
pkg syscall (linux-386), const IN_CLASSA_NSHIFT = 24
pkg syscall (linux-386), const IN_CLASSB_HOST = 65535
pkg syscall (linux-386), const IN_CLASSB_MAX = 65536
pkg syscall (linux-386), const IN_CLASSB_NET = 4294901760
pkg syscall (linux-386), const IN_CLASSB_NSHIFT = 16
pkg syscall (linux-386), const IN_CLASSC_HOST = 255
pkg syscall (linux-386), const IN_CLASSC_NET = 4294967040
pkg syscall (linux-386), const IN_CLASSC_NSHIFT = 8
pkg syscall (linux-386), const IN_CLOEXEC = 524288
pkg syscall (linux-386), const IN_CLOSE = 24
pkg syscall (linux-386), const IN_CLOSE_NOWRITE = 16
pkg syscall (linux-386), const IN_CLOSE_WRITE = 8
pkg syscall (linux-386), const IN_CREATE = 256
pkg syscall (linux-386), const IN_DELETE = 512
pkg syscall (linux-386), const IN_DELETE_SELF = 1024
pkg syscall (linux-386), const IN_DONT_FOLLOW = 33554432
pkg syscall (linux-386), const IN_EXCL_UNLINK = 67108864
pkg syscall (linux-386), const IN_IGNORED = 32768
pkg syscall (linux-386), const IN_ISDIR = 1073741824
pkg syscall (linux-386), const IN_LOOPBACKNET = 127
pkg syscall (linux-386), const IN_MASK_ADD = 536870912
pkg syscall (linux-386), const IN_MODIFY = 2
pkg syscall (linux-386), const IN_MOVE = 192
pkg syscall (linux-386), const IN_MOVED_FROM = 64
pkg syscall (linux-386), const IN_MOVED_TO = 128
pkg syscall (linux-386), const IN_MOVE_SELF = 2048
pkg syscall (linux-386), const IN_NONBLOCK = 2048
pkg syscall (linux-386), const IN_ONESHOT = 2147483648
pkg syscall (linux-386), const IN_ONLYDIR = 16777216
pkg syscall (linux-386), const IN_OPEN = 32
pkg syscall (linux-386), const IN_Q_OVERFLOW = 16384
pkg syscall (linux-386), const IN_UNMOUNT = 8192
pkg syscall (linux-386), const IPPROTO_AH = 51
pkg syscall (linux-386), const IPPROTO_COMP = 108
pkg syscall (linux-386), const IPPROTO_DCCP = 33
pkg syscall (linux-386), const IPPROTO_DSTOPTS = 60
pkg syscall (linux-386), const IPPROTO_EGP = 8
pkg syscall (linux-386), const IPPROTO_ENCAP = 98
pkg syscall (linux-386), const IPPROTO_ESP = 50
pkg syscall (linux-386), const IPPROTO_FRAGMENT = 44
pkg syscall (linux-386), const IPPROTO_GRE = 47
pkg syscall (linux-386), const IPPROTO_HOPOPTS = 0
pkg syscall (linux-386), const IPPROTO_ICMP = 1
pkg syscall (linux-386), const IPPROTO_ICMPV6 = 58
pkg syscall (linux-386), const IPPROTO_IDP = 22
pkg syscall (linux-386), const IPPROTO_IGMP = 2
pkg syscall (linux-386), const IPPROTO_IPIP = 4
pkg syscall (linux-386), const IPPROTO_MTP = 92
pkg syscall (linux-386), const IPPROTO_NONE = 59
pkg syscall (linux-386), const IPPROTO_PIM = 103
pkg syscall (linux-386), const IPPROTO_PUP = 12
pkg syscall (linux-386), const IPPROTO_RAW = 255
pkg syscall (linux-386), const IPPROTO_ROUTING = 43
pkg syscall (linux-386), const IPPROTO_RSVP = 46
pkg syscall (linux-386), const IPPROTO_SCTP = 132
pkg syscall (linux-386), const IPPROTO_TP = 29
pkg syscall (linux-386), const IPPROTO_UDPLITE = 136
pkg syscall (linux-386), const IPV6_2292DSTOPTS = 4
pkg syscall (linux-386), const IPV6_2292HOPLIMIT = 8
pkg syscall (linux-386), const IPV6_2292HOPOPTS = 3
pkg syscall (linux-386), const IPV6_2292PKTINFO = 2
pkg syscall (linux-386), const IPV6_2292PKTOPTIONS = 6
pkg syscall (linux-386), const IPV6_2292RTHDR = 5
pkg syscall (linux-386), const IPV6_ADDRFORM = 1
pkg syscall (linux-386), const IPV6_ADD_MEMBERSHIP = 20
pkg syscall (linux-386), const IPV6_AUTHHDR = 10
pkg syscall (linux-386), const IPV6_CHECKSUM = 7
pkg syscall (linux-386), const IPV6_DROP_MEMBERSHIP = 21
pkg syscall (linux-386), const IPV6_DSTOPTS = 59
pkg syscall (linux-386), const IPV6_HOPLIMIT = 52
pkg syscall (linux-386), const IPV6_HOPOPTS = 54
pkg syscall (linux-386), const IPV6_IPSEC_POLICY = 34
pkg syscall (linux-386), const IPV6_JOIN_ANYCAST = 27
pkg syscall (linux-386), const IPV6_JOIN_GROUP = 20
pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST = 28
pkg syscall (linux-386), const IPV6_LEAVE_GROUP = 21
pkg syscall (linux-386), const IPV6_MTU = 24
pkg syscall (linux-386), const IPV6_MTU_DISCOVER = 23
pkg syscall (linux-386), const IPV6_MULTICAST_HOPS = 18
pkg syscall (linux-386), const IPV6_MULTICAST_IF = 17
pkg syscall (linux-386), const IPV6_MULTICAST_LOOP = 19
pkg syscall (linux-386), const IPV6_NEXTHOP = 9
pkg syscall (linux-386), const IPV6_PKTINFO = 50
pkg syscall (linux-386), const IPV6_PMTUDISC_DO = 2
pkg syscall (linux-386), const IPV6_PMTUDISC_DONT = 0
pkg syscall (linux-386), const IPV6_PMTUDISC_PROBE = 3
pkg syscall (linux-386), const IPV6_PMTUDISC_WANT = 1
pkg syscall (linux-386), const IPV6_RECVDSTOPTS = 58
pkg syscall (linux-386), const IPV6_RECVERR = 25
pkg syscall (linux-386), const IPV6_RECVHOPLIMIT = 51
pkg syscall (linux-386), const IPV6_RECVHOPOPTS = 53
pkg syscall (linux-386), const IPV6_RECVPKTINFO = 49
pkg syscall (linux-386), const IPV6_RECVRTHDR = 56
pkg syscall (linux-386), const IPV6_RECVTCLASS = 66
pkg syscall (linux-386), const IPV6_ROUTER_ALERT = 22
pkg syscall (linux-386), const IPV6_RTHDR = 57
pkg syscall (linux-386), const IPV6_RTHDRDSTOPTS = 55
pkg syscall (linux-386), const IPV6_RTHDR_LOOSE = 0
pkg syscall (linux-386), const IPV6_RTHDR_STRICT = 1
pkg syscall (linux-386), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (linux-386), const IPV6_RXDSTOPTS = 59
pkg syscall (linux-386), const IPV6_RXHOPOPTS = 54
pkg syscall (linux-386), const IPV6_TCLASS = 67
pkg syscall (linux-386), const IPV6_UNICAST_HOPS = 16
pkg syscall (linux-386), const IPV6_V6ONLY = 26
pkg syscall (linux-386), const IPV6_XFRM_POLICY = 35
pkg syscall (linux-386), const IP_ADD_MEMBERSHIP = 35
pkg syscall (linux-386), const IP_ADD_SOURCE_MEMBERSHIP = 39
pkg syscall (linux-386), const IP_BLOCK_SOURCE = 38
pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (linux-386), const IP_DF = 16384
pkg syscall (linux-386), const IP_DROP_MEMBERSHIP = 36
pkg syscall (linux-386), const IP_DROP_SOURCE_MEMBERSHIP = 40
pkg syscall (linux-386), const IP_FREEBIND = 15
pkg syscall (linux-386), const IP_HDRINCL = 3
pkg syscall (linux-386), const IP_IPSEC_POLICY = 16
pkg syscall (linux-386), const IP_MAXPACKET = 65535
pkg syscall (linux-386), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (linux-386), const IP_MF = 8192
pkg syscall (linux-386), const IP_MINTTL = 21
pkg syscall (linux-386), const IP_MSFILTER = 41
pkg syscall (linux-386), const IP_MSS = 576
pkg syscall (linux-386), const IP_MTU = 14
pkg syscall (linux-386), const IP_MTU_DISCOVER = 10
pkg syscall (linux-386), const IP_MULTICAST_IF = 32
pkg syscall (linux-386), const IP_MULTICAST_LOOP = 34
pkg syscall (linux-386), const IP_MULTICAST_TTL = 33
pkg syscall (linux-386), const IP_OFFMASK = 8191
pkg syscall (linux-386), const IP_OPTIONS = 4
pkg syscall (linux-386), const IP_ORIGDSTADDR = 20
pkg syscall (linux-386), const IP_PASSSEC = 18
pkg syscall (linux-386), const IP_PKTINFO = 8
pkg syscall (linux-386), const IP_PKTOPTIONS = 9
pkg syscall (linux-386), const IP_PMTUDISC = 10
pkg syscall (linux-386), const IP_PMTUDISC_DO = 2
pkg syscall (linux-386), const IP_PMTUDISC_DONT = 0
pkg syscall (linux-386), const IP_PMTUDISC_PROBE = 3
pkg syscall (linux-386), const IP_PMTUDISC_WANT = 1
pkg syscall (linux-386), const IP_RECVERR = 11
pkg syscall (linux-386), const IP_RECVOPTS = 6
pkg syscall (linux-386), const IP_RECVORIGDSTADDR = 20
pkg syscall (linux-386), const IP_RECVRETOPTS = 7
pkg syscall (linux-386), const IP_RECVTOS = 13
pkg syscall (linux-386), const IP_RECVTTL = 12
pkg syscall (linux-386), const IP_RETOPTS = 7
pkg syscall (linux-386), const IP_RF = 32768
pkg syscall (linux-386), const IP_ROUTER_ALERT = 5
pkg syscall (linux-386), const IP_TOS = 1
pkg syscall (linux-386), const IP_TRANSPARENT = 19
pkg syscall (linux-386), const IP_TTL = 2
pkg syscall (linux-386), const IP_UNBLOCK_SOURCE = 37
pkg syscall (linux-386), const IP_XFRM_POLICY = 17
pkg syscall (linux-386), const ISIG = 1
pkg syscall (linux-386), const ISTRIP = 32
pkg syscall (linux-386), const IUCLC = 512
pkg syscall (linux-386), const IUTF8 = 16384
pkg syscall (linux-386), const IXANY = 2048
pkg syscall (linux-386), const IXOFF = 4096
pkg syscall (linux-386), const IXON = 1024
pkg syscall (linux-386), const ImplementsGetwd = true
pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF = 0
pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT = 3454992675
pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC = 1163412803
pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART = 19088743
pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
pkg syscall (linux-386), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
pkg syscall (linux-386), const LINUX_REBOOT_MAGIC1 = 4276215469
pkg syscall (linux-386), const LINUX_REBOOT_MAGIC2 = 672274793
pkg syscall (linux-386), const LOCK_EX = 2
pkg syscall (linux-386), const LOCK_NB = 4
pkg syscall (linux-386), const LOCK_SH = 1
pkg syscall (linux-386), const LOCK_UN = 8
pkg syscall (linux-386), const MADV_DOFORK = 11
pkg syscall (linux-386), const MADV_DONTFORK = 10
pkg syscall (linux-386), const MADV_DONTNEED = 4
pkg syscall (linux-386), const MADV_HUGEPAGE = 14
pkg syscall (linux-386), const MADV_HWPOISON = 100
pkg syscall (linux-386), const MADV_MERGEABLE = 12
pkg syscall (linux-386), const MADV_NOHUGEPAGE = 15
pkg syscall (linux-386), const MADV_NORMAL = 0
pkg syscall (linux-386), const MADV_RANDOM = 1
pkg syscall (linux-386), const MADV_REMOVE = 9
pkg syscall (linux-386), const MADV_SEQUENTIAL = 2
pkg syscall (linux-386), const MADV_UNMERGEABLE = 13
pkg syscall (linux-386), const MADV_WILLNEED = 3
pkg syscall (linux-386), const MAP_32BIT = 64
pkg syscall (linux-386), const MAP_ANON = 32
pkg syscall (linux-386), const MAP_ANONYMOUS = 32
pkg syscall (linux-386), const MAP_DENYWRITE = 2048
pkg syscall (linux-386), const MAP_EXECUTABLE = 4096
pkg syscall (linux-386), const MAP_FILE = 0
pkg syscall (linux-386), const MAP_FIXED = 16
pkg syscall (linux-386), const MAP_GROWSDOWN = 256
pkg syscall (linux-386), const MAP_HUGETLB = 262144
pkg syscall (linux-386), const MAP_LOCKED = 8192
pkg syscall (linux-386), const MAP_NONBLOCK = 65536
pkg syscall (linux-386), const MAP_NORESERVE = 16384
pkg syscall (linux-386), const MAP_POPULATE = 32768
pkg syscall (linux-386), const MAP_PRIVATE = 2
pkg syscall (linux-386), const MAP_SHARED = 1
pkg syscall (linux-386), const MAP_STACK = 131072
pkg syscall (linux-386), const MAP_TYPE = 15
pkg syscall (linux-386), const MCL_CURRENT = 1
pkg syscall (linux-386), const MCL_FUTURE = 2
pkg syscall (linux-386), const MNT_DETACH = 2
pkg syscall (linux-386), const MNT_EXPIRE = 4
pkg syscall (linux-386), const MNT_FORCE = 1
pkg syscall (linux-386), const MSG_CMSG_CLOEXEC = 1073741824
pkg syscall (linux-386), const MSG_CONFIRM = 2048
pkg syscall (linux-386), const MSG_CTRUNC = 8
pkg syscall (linux-386), const MSG_DONTROUTE = 4
pkg syscall (linux-386), const MSG_DONTWAIT = 64
pkg syscall (linux-386), const MSG_EOR = 128
pkg syscall (linux-386), const MSG_ERRQUEUE = 8192
pkg syscall (linux-386), const MSG_FASTOPEN = 536870912
pkg syscall (linux-386), const MSG_FASTOPEN ideal-int
pkg syscall (linux-386), const MSG_FIN = 512
pkg syscall (linux-386), const MSG_MORE = 32768
pkg syscall (linux-386), const MSG_NOSIGNAL = 16384
pkg syscall (linux-386), const MSG_OOB = 1
pkg syscall (linux-386), const MSG_PEEK = 2
pkg syscall (linux-386), const MSG_PROXY = 16
pkg syscall (linux-386), const MSG_RST = 4096
pkg syscall (linux-386), const MSG_SYN = 1024
pkg syscall (linux-386), const MSG_TRUNC = 32
pkg syscall (linux-386), const MSG_TRYHARD = 4
pkg syscall (linux-386), const MSG_WAITALL = 256
pkg syscall (linux-386), const MSG_WAITFORONE = 65536
pkg syscall (linux-386), const MS_ACTIVE = 1073741824
pkg syscall (linux-386), const MS_ASYNC = 1
pkg syscall (linux-386), const MS_BIND = 4096
pkg syscall (linux-386), const MS_DIRSYNC = 128
pkg syscall (linux-386), const MS_INVALIDATE = 2
pkg syscall (linux-386), const MS_I_VERSION = 8388608
pkg syscall (linux-386), const MS_KERNMOUNT = 4194304
pkg syscall (linux-386), const MS_MANDLOCK = 64
pkg syscall (linux-386), const MS_MGC_MSK = 4294901760
pkg syscall (linux-386), const MS_MGC_VAL = 3236757504
pkg syscall (linux-386), const MS_MOVE = 8192
pkg syscall (linux-386), const MS_NOATIME = 1024
pkg syscall (linux-386), const MS_NODEV = 4
pkg syscall (linux-386), const MS_NODIRATIME = 2048
pkg syscall (linux-386), const MS_NOEXEC = 8
pkg syscall (linux-386), const MS_NOSUID = 2
pkg syscall (linux-386), const MS_NOUSER = -2147483648
pkg syscall (linux-386), const MS_POSIXACL = 65536
pkg syscall (linux-386), const MS_PRIVATE = 262144
pkg syscall (linux-386), const MS_RDONLY = 1
pkg syscall (linux-386), const MS_REC = 16384
pkg syscall (linux-386), const MS_RELATIME = 2097152
pkg syscall (linux-386), const MS_REMOUNT = 32
pkg syscall (linux-386), const MS_RMT_MASK = 8388689
pkg syscall (linux-386), const MS_SHARED = 1048576
pkg syscall (linux-386), const MS_SILENT = 32768
pkg syscall (linux-386), const MS_SLAVE = 524288
pkg syscall (linux-386), const MS_STRICTATIME = 16777216
pkg syscall (linux-386), const MS_SYNC = 4
pkg syscall (linux-386), const MS_SYNCHRONOUS = 16
pkg syscall (linux-386), const MS_UNBINDABLE = 131072
pkg syscall (linux-386), const NAME_MAX = 255
pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP = 1
pkg syscall (linux-386), const NETLINK_AUDIT = 9
pkg syscall (linux-386), const NETLINK_BROADCAST_ERROR = 4
pkg syscall (linux-386), const NETLINK_CONNECTOR = 11
pkg syscall (linux-386), const NETLINK_DNRTMSG = 14
pkg syscall (linux-386), const NETLINK_DROP_MEMBERSHIP = 2
pkg syscall (linux-386), const NETLINK_ECRYPTFS = 19
pkg syscall (linux-386), const NETLINK_FIB_LOOKUP = 10
pkg syscall (linux-386), const NETLINK_FIREWALL = 3
pkg syscall (linux-386), const NETLINK_GENERIC = 16
pkg syscall (linux-386), const NETLINK_INET_DIAG = 4
pkg syscall (linux-386), const NETLINK_IP6_FW = 13
pkg syscall (linux-386), const NETLINK_ISCSI = 8
pkg syscall (linux-386), const NETLINK_KOBJECT_UEVENT = 15
pkg syscall (linux-386), const NETLINK_NETFILTER = 12
pkg syscall (linux-386), const NETLINK_NFLOG = 5
pkg syscall (linux-386), const NETLINK_NO_ENOBUFS = 5
pkg syscall (linux-386), const NETLINK_PKTINFO = 3
pkg syscall (linux-386), const NETLINK_ROUTE = 0
pkg syscall (linux-386), const NETLINK_SCSITRANSPORT = 18
pkg syscall (linux-386), const NETLINK_SELINUX = 7
pkg syscall (linux-386), const NETLINK_UNUSED = 1
pkg syscall (linux-386), const NETLINK_USERSOCK = 2
pkg syscall (linux-386), const NETLINK_XFRM = 6
pkg syscall (linux-386), const NLA_ALIGNTO = 4
pkg syscall (linux-386), const NLA_F_NESTED = 32768
pkg syscall (linux-386), const NLA_F_NET_BYTEORDER = 16384
pkg syscall (linux-386), const NLA_HDRLEN = 4
pkg syscall (linux-386), const NLMSG_ALIGNTO = 4
pkg syscall (linux-386), const NLMSG_DONE = 3
pkg syscall (linux-386), const NLMSG_ERROR = 2
pkg syscall (linux-386), const NLMSG_HDRLEN = 16
pkg syscall (linux-386), const NLMSG_MIN_TYPE = 16
pkg syscall (linux-386), const NLMSG_NOOP = 1
pkg syscall (linux-386), const NLMSG_OVERRUN = 4
pkg syscall (linux-386), const NLM_F_ACK = 4
pkg syscall (linux-386), const NLM_F_APPEND = 2048
pkg syscall (linux-386), const NLM_F_ATOMIC = 1024
pkg syscall (linux-386), const NLM_F_CREATE = 1024
pkg syscall (linux-386), const NLM_F_DUMP = 768
pkg syscall (linux-386), const NLM_F_ECHO = 8
pkg syscall (linux-386), const NLM_F_EXCL = 512
pkg syscall (linux-386), const NLM_F_MATCH = 512
pkg syscall (linux-386), const NLM_F_MULTI = 2
pkg syscall (linux-386), const NLM_F_REPLACE = 256
pkg syscall (linux-386), const NLM_F_REQUEST = 1
pkg syscall (linux-386), const NLM_F_ROOT = 256
pkg syscall (linux-386), const NOFLSH = 128
pkg syscall (linux-386), const OCRNL = 8
pkg syscall (linux-386), const OFDEL = 128
pkg syscall (linux-386), const OFILL = 64
pkg syscall (linux-386), const OLCUC = 2
pkg syscall (linux-386), const ONLCR = 4
pkg syscall (linux-386), const ONLRET = 32
pkg syscall (linux-386), const ONOCR = 16
pkg syscall (linux-386), const OPOST = 1
pkg syscall (linux-386), const O_ACCMODE = 3
pkg syscall (linux-386), const O_APPEND = 1024
pkg syscall (linux-386), const O_ASYNC = 8192
pkg syscall (linux-386), const O_CLOEXEC = 524288
pkg syscall (linux-386), const O_CREAT = 64
pkg syscall (linux-386), const O_DIRECT = 16384
pkg syscall (linux-386), const O_DIRECTORY = 65536
pkg syscall (linux-386), const O_DSYNC = 4096
pkg syscall (linux-386), const O_EXCL = 128
pkg syscall (linux-386), const O_FSYNC = 1052672
pkg syscall (linux-386), const O_LARGEFILE = 32768
pkg syscall (linux-386), const O_NDELAY = 2048
pkg syscall (linux-386), const O_NOATIME = 262144
pkg syscall (linux-386), const O_NOCTTY = 256
pkg syscall (linux-386), const O_NOFOLLOW = 131072
pkg syscall (linux-386), const O_NONBLOCK = 2048
pkg syscall (linux-386), const O_RSYNC = 1052672
pkg syscall (linux-386), const O_SYNC = 1052672
pkg syscall (linux-386), const O_TRUNC = 512
pkg syscall (linux-386), const PACKET_ADD_MEMBERSHIP = 1
pkg syscall (linux-386), const PACKET_BROADCAST = 1
pkg syscall (linux-386), const PACKET_DROP_MEMBERSHIP = 2
pkg syscall (linux-386), const PACKET_FASTROUTE = 6
pkg syscall (linux-386), const PACKET_HOST = 0
pkg syscall (linux-386), const PACKET_LOOPBACK = 5
pkg syscall (linux-386), const PACKET_MR_ALLMULTI = 2
pkg syscall (linux-386), const PACKET_MR_MULTICAST = 0
pkg syscall (linux-386), const PACKET_MR_PROMISC = 1
pkg syscall (linux-386), const PACKET_MULTICAST = 2
pkg syscall (linux-386), const PACKET_OTHERHOST = 3
pkg syscall (linux-386), const PACKET_OUTGOING = 4
pkg syscall (linux-386), const PACKET_RECV_OUTPUT = 3
pkg syscall (linux-386), const PACKET_RX_RING = 5
pkg syscall (linux-386), const PACKET_STATISTICS = 6
pkg syscall (linux-386), const PARENB = 256
pkg syscall (linux-386), const PARMRK = 8
pkg syscall (linux-386), const PARODD = 512
pkg syscall (linux-386), const PENDIN = 16384
pkg syscall (linux-386), const PROT_EXEC = 4
pkg syscall (linux-386), const PROT_GROWSDOWN = 16777216
pkg syscall (linux-386), const PROT_GROWSUP = 33554432
pkg syscall (linux-386), const PROT_NONE = 0
pkg syscall (linux-386), const PROT_READ = 1
pkg syscall (linux-386), const PROT_WRITE = 2
pkg syscall (linux-386), const PR_CAPBSET_DROP = 24
pkg syscall (linux-386), const PR_CAPBSET_READ = 23
pkg syscall (linux-386), const PR_ENDIAN_BIG = 0
pkg syscall (linux-386), const PR_ENDIAN_LITTLE = 1
pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE = 2
pkg syscall (linux-386), const PR_FPEMU_NOPRINT = 1
pkg syscall (linux-386), const PR_FPEMU_SIGFPE = 2
pkg syscall (linux-386), const PR_FP_EXC_ASYNC = 2
pkg syscall (linux-386), const PR_FP_EXC_DISABLED = 0
pkg syscall (linux-386), const PR_FP_EXC_DIV = 65536
pkg syscall (linux-386), const PR_FP_EXC_INV = 1048576
pkg syscall (linux-386), const PR_FP_EXC_NONRECOV = 1
pkg syscall (linux-386), const PR_FP_EXC_OVF = 131072
pkg syscall (linux-386), const PR_FP_EXC_PRECISE = 3
pkg syscall (linux-386), const PR_FP_EXC_RES = 524288
pkg syscall (linux-386), const PR_FP_EXC_SW_ENABLE = 128
pkg syscall (linux-386), const PR_FP_EXC_UND = 262144
pkg syscall (linux-386), const PR_GET_DUMPABLE = 3
pkg syscall (linux-386), const PR_GET_ENDIAN = 19
pkg syscall (linux-386), const PR_GET_FPEMU = 9
pkg syscall (linux-386), const PR_GET_FPEXC = 11
pkg syscall (linux-386), const PR_GET_KEEPCAPS = 7
pkg syscall (linux-386), const PR_GET_NAME = 16
pkg syscall (linux-386), const PR_GET_PDEATHSIG = 2
pkg syscall (linux-386), const PR_GET_SECCOMP = 21
pkg syscall (linux-386), const PR_GET_SECUREBITS = 27
pkg syscall (linux-386), const PR_GET_TIMERSLACK = 30
pkg syscall (linux-386), const PR_GET_TIMING = 13
pkg syscall (linux-386), const PR_GET_TSC = 25
pkg syscall (linux-386), const PR_GET_UNALIGN = 5
pkg syscall (linux-386), const PR_MCE_KILL = 33
pkg syscall (linux-386), const PR_MCE_KILL_CLEAR = 0
pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT = 2
pkg syscall (linux-386), const PR_MCE_KILL_EARLY = 1
pkg syscall (linux-386), const PR_MCE_KILL_GET = 34
pkg syscall (linux-386), const PR_MCE_KILL_LATE = 0
pkg syscall (linux-386), const PR_MCE_KILL_SET = 1
pkg syscall (linux-386), const PR_SET_DUMPABLE = 4
pkg syscall (linux-386), const PR_SET_ENDIAN = 20
pkg syscall (linux-386), const PR_SET_FPEMU = 10
pkg syscall (linux-386), const PR_SET_FPEXC = 12
pkg syscall (linux-386), const PR_SET_KEEPCAPS = 8
pkg syscall (linux-386), const PR_SET_NAME = 15
pkg syscall (linux-386), const PR_SET_PDEATHSIG = 1
pkg syscall (linux-386), const PR_SET_PTRACER = 1499557217
pkg syscall (linux-386), const PR_SET_SECCOMP = 22
pkg syscall (linux-386), const PR_SET_SECUREBITS = 28
pkg syscall (linux-386), const PR_SET_TIMERSLACK = 29
pkg syscall (linux-386), const PR_SET_TIMING = 14
pkg syscall (linux-386), const PR_SET_TSC = 26
pkg syscall (linux-386), const PR_SET_UNALIGN = 6
pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_DISABLE = 31
pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_ENABLE = 32
pkg syscall (linux-386), const PR_TIMING_STATISTICAL = 0
pkg syscall (linux-386), const PR_TIMING_TIMESTAMP = 1
pkg syscall (linux-386), const PR_TSC_ENABLE = 1
pkg syscall (linux-386), const PR_TSC_SIGSEGV = 2
pkg syscall (linux-386), const PR_UNALIGN_NOPRINT = 1
pkg syscall (linux-386), const PR_UNALIGN_SIGBUS = 2
pkg syscall (linux-386), const PTRACE_ATTACH = 16
pkg syscall (linux-386), const PTRACE_CONT = 7
pkg syscall (linux-386), const PTRACE_DETACH = 17
pkg syscall (linux-386), const PTRACE_EVENT_CLONE = 3
pkg syscall (linux-386), const PTRACE_EVENT_EXEC = 4
pkg syscall (linux-386), const PTRACE_EVENT_EXIT = 6
pkg syscall (linux-386), const PTRACE_EVENT_FORK = 1
pkg syscall (linux-386), const PTRACE_EVENT_VFORK = 2
pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE = 5
pkg syscall (linux-386), const PTRACE_GETEVENTMSG = 16897
pkg syscall (linux-386), const PTRACE_GETFPREGS = 14
pkg syscall (linux-386), const PTRACE_GETFPXREGS = 18
pkg syscall (linux-386), const PTRACE_GETREGS = 12
pkg syscall (linux-386), const PTRACE_GETREGSET = 16900
pkg syscall (linux-386), const PTRACE_GETSIGINFO = 16898
pkg syscall (linux-386), const PTRACE_GET_THREAD_AREA = 25
pkg syscall (linux-386), const PTRACE_KILL = 8
pkg syscall (linux-386), const PTRACE_OLDSETOPTIONS = 21
pkg syscall (linux-386), const PTRACE_O_MASK = 127
pkg syscall (linux-386), const PTRACE_O_TRACECLONE = 8
pkg syscall (linux-386), const PTRACE_O_TRACEEXEC = 16
pkg syscall (linux-386), const PTRACE_O_TRACEEXIT = 64
pkg syscall (linux-386), const PTRACE_O_TRACEFORK = 2
pkg syscall (linux-386), const PTRACE_O_TRACESYSGOOD = 1
pkg syscall (linux-386), const PTRACE_O_TRACEVFORK = 4
pkg syscall (linux-386), const PTRACE_O_TRACEVFORKDONE = 32
pkg syscall (linux-386), const PTRACE_PEEKDATA = 2
pkg syscall (linux-386), const PTRACE_PEEKTEXT = 1
pkg syscall (linux-386), const PTRACE_PEEKUSR = 3
pkg syscall (linux-386), const PTRACE_POKEDATA = 5
pkg syscall (linux-386), const PTRACE_POKETEXT = 4
pkg syscall (linux-386), const PTRACE_POKEUSR = 6
pkg syscall (linux-386), const PTRACE_SETFPREGS = 15
pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19
pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896
pkg syscall (linux-386), const PTRACE_SETREGS = 13
pkg syscall (linux-386), const PTRACE_SETREGSET = 16901
pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899
pkg syscall (linux-386), const PTRACE_SET_THREAD_AREA = 26
pkg syscall (linux-386), const PTRACE_SINGLEBLOCK = 33
pkg syscall (linux-386), const PTRACE_SINGLESTEP = 9
pkg syscall (linux-386), const PTRACE_SYSCALL = 24
pkg syscall (linux-386), const PTRACE_SYSEMU = 31
pkg syscall (linux-386), const PTRACE_SYSEMU_SINGLESTEP = 32
pkg syscall (linux-386), const PTRACE_TRACEME = 0
pkg syscall (linux-386), const PathMax = 4096
pkg syscall (linux-386), const RLIMIT_AS = 9
pkg syscall (linux-386), const RLIMIT_CORE = 4
pkg syscall (linux-386), const RLIMIT_CPU = 0
pkg syscall (linux-386), const RLIMIT_DATA = 2
pkg syscall (linux-386), const RLIMIT_FSIZE = 1
pkg syscall (linux-386), const RLIMIT_NOFILE = 7
pkg syscall (linux-386), const RLIMIT_STACK = 3
pkg syscall (linux-386), const RLIM_INFINITY = -1
pkg syscall (linux-386), const RTAX_ADVMSS = 8
pkg syscall (linux-386), const RTAX_CWND = 7
pkg syscall (linux-386), const RTAX_FEATURES = 12
pkg syscall (linux-386), const RTAX_FEATURE_ALLFRAG = 8
pkg syscall (linux-386), const RTAX_FEATURE_ECN = 1
pkg syscall (linux-386), const RTAX_FEATURE_SACK = 2
pkg syscall (linux-386), const RTAX_FEATURE_TIMESTAMP = 4
pkg syscall (linux-386), const RTAX_HOPLIMIT = 10
pkg syscall (linux-386), const RTAX_INITCWND = 11
pkg syscall (linux-386), const RTAX_INITRWND = 14
pkg syscall (linux-386), const RTAX_LOCK = 1
pkg syscall (linux-386), const RTAX_MAX = 14
pkg syscall (linux-386), const RTAX_MTU = 2
pkg syscall (linux-386), const RTAX_REORDERING = 9
pkg syscall (linux-386), const RTAX_RTO_MIN = 13
pkg syscall (linux-386), const RTAX_RTT = 4
pkg syscall (linux-386), const RTAX_RTTVAR = 5
pkg syscall (linux-386), const RTAX_SSTHRESH = 6
pkg syscall (linux-386), const RTAX_UNSPEC = 0
pkg syscall (linux-386), const RTAX_WINDOW = 3
pkg syscall (linux-386), const RTA_ALIGNTO = 4
pkg syscall (linux-386), const RTA_CACHEINFO = 12
pkg syscall (linux-386), const RTA_DST = 1
pkg syscall (linux-386), const RTA_FLOW = 11
pkg syscall (linux-386), const RTA_GATEWAY = 5
pkg syscall (linux-386), const RTA_IIF = 3
pkg syscall (linux-386), const RTA_MAX = 16
pkg syscall (linux-386), const RTA_METRICS = 8
pkg syscall (linux-386), const RTA_MULTIPATH = 9
pkg syscall (linux-386), const RTA_OIF = 4
pkg syscall (linux-386), const RTA_PREFSRC = 7
pkg syscall (linux-386), const RTA_PRIORITY = 6
pkg syscall (linux-386), const RTA_SRC = 2
pkg syscall (linux-386), const RTA_TABLE = 15
pkg syscall (linux-386), const RTA_UNSPEC = 0
pkg syscall (linux-386), const RTCF_DIRECTSRC = 67108864
pkg syscall (linux-386), const RTCF_DOREDIRECT = 16777216
pkg syscall (linux-386), const RTCF_LOG = 33554432
pkg syscall (linux-386), const RTCF_MASQ = 4194304
pkg syscall (linux-386), const RTCF_NAT = 8388608
pkg syscall (linux-386), const RTCF_VALVE = 2097152
pkg syscall (linux-386), const RTF_ADDRCLASSMASK = 4160749568
pkg syscall (linux-386), const RTF_ADDRCONF = 262144
pkg syscall (linux-386), const RTF_ALLONLINK = 131072
pkg syscall (linux-386), const RTF_BROADCAST = 268435456
pkg syscall (linux-386), const RTF_CACHE = 16777216
pkg syscall (linux-386), const RTF_DEFAULT = 65536
pkg syscall (linux-386), const RTF_DYNAMIC = 16
pkg syscall (linux-386), const RTF_FLOW = 33554432
pkg syscall (linux-386), const RTF_GATEWAY = 2
pkg syscall (linux-386), const RTF_HOST = 4
pkg syscall (linux-386), const RTF_INTERFACE = 1073741824
pkg syscall (linux-386), const RTF_IRTT = 256
pkg syscall (linux-386), const RTF_LINKRT = 1048576
pkg syscall (linux-386), const RTF_LOCAL = 2147483648
pkg syscall (linux-386), const RTF_MODIFIED = 32
pkg syscall (linux-386), const RTF_MSS = 64
pkg syscall (linux-386), const RTF_MTU = 64
pkg syscall (linux-386), const RTF_MULTICAST = 536870912
pkg syscall (linux-386), const RTF_NAT = 134217728
pkg syscall (linux-386), const RTF_NOFORWARD = 4096
pkg syscall (linux-386), const RTF_NONEXTHOP = 2097152
pkg syscall (linux-386), const RTF_NOPMTUDISC = 16384
pkg syscall (linux-386), const RTF_POLICY = 67108864
pkg syscall (linux-386), const RTF_REINSTATE = 8
pkg syscall (linux-386), const RTF_REJECT = 512
pkg syscall (linux-386), const RTF_STATIC = 1024
pkg syscall (linux-386), const RTF_THROW = 8192
pkg syscall (linux-386), const RTF_UP = 1
pkg syscall (linux-386), const RTF_WINDOW = 128
pkg syscall (linux-386), const RTF_XRESOLVE = 2048
pkg syscall (linux-386), const RTM_BASE = 16
pkg syscall (linux-386), const RTM_DELACTION = 49
pkg syscall (linux-386), const RTM_DELADDR = 21
pkg syscall (linux-386), const RTM_DELADDRLABEL = 73
pkg syscall (linux-386), const RTM_DELLINK = 17
pkg syscall (linux-386), const RTM_DELNEIGH = 29
pkg syscall (linux-386), const RTM_DELQDISC = 37
pkg syscall (linux-386), const RTM_DELROUTE = 25
pkg syscall (linux-386), const RTM_DELRULE = 33
pkg syscall (linux-386), const RTM_DELTCLASS = 41
pkg syscall (linux-386), const RTM_DELTFILTER = 45
pkg syscall (linux-386), const RTM_F_CLONED = 512
pkg syscall (linux-386), const RTM_F_EQUALIZE = 1024
pkg syscall (linux-386), const RTM_F_NOTIFY = 256
pkg syscall (linux-386), const RTM_F_PREFIX = 2048
pkg syscall (linux-386), const RTM_GETACTION = 50
pkg syscall (linux-386), const RTM_GETADDR = 22
pkg syscall (linux-386), const RTM_GETADDRLABEL = 74
pkg syscall (linux-386), const RTM_GETANYCAST = 62
pkg syscall (linux-386), const RTM_GETDCB = 78
pkg syscall (linux-386), const RTM_GETLINK = 18
pkg syscall (linux-386), const RTM_GETMULTICAST = 58
pkg syscall (linux-386), const RTM_GETNEIGH = 30
pkg syscall (linux-386), const RTM_GETNEIGHTBL = 66
pkg syscall (linux-386), const RTM_GETQDISC = 38
pkg syscall (linux-386), const RTM_GETROUTE = 26
pkg syscall (linux-386), const RTM_GETRULE = 34
pkg syscall (linux-386), const RTM_GETTCLASS = 42
pkg syscall (linux-386), const RTM_GETTFILTER = 46
pkg syscall (linux-386), const RTM_MAX = 79
pkg syscall (linux-386), const RTM_NEWACTION = 48
pkg syscall (linux-386), const RTM_NEWADDR = 20
pkg syscall (linux-386), const RTM_NEWADDRLABEL = 72
pkg syscall (linux-386), const RTM_NEWLINK = 16
pkg syscall (linux-386), const RTM_NEWNDUSEROPT = 68
pkg syscall (linux-386), const RTM_NEWNEIGH = 28
pkg syscall (linux-386), const RTM_NEWNEIGHTBL = 64
pkg syscall (linux-386), const RTM_NEWPREFIX = 52
pkg syscall (linux-386), const RTM_NEWQDISC = 36
pkg syscall (linux-386), const RTM_NEWROUTE = 24
pkg syscall (linux-386), const RTM_NEWRULE = 32
pkg syscall (linux-386), const RTM_NEWTCLASS = 40
pkg syscall (linux-386), const RTM_NEWTFILTER = 44
pkg syscall (linux-386), const RTM_NR_FAMILIES = 16
pkg syscall (linux-386), const RTM_NR_MSGTYPES = 64
pkg syscall (linux-386), const RTM_SETDCB = 79
pkg syscall (linux-386), const RTM_SETLINK = 19
pkg syscall (linux-386), const RTM_SETNEIGHTBL = 67
pkg syscall (linux-386), const RTNH_ALIGNTO = 4
pkg syscall (linux-386), const RTNH_F_DEAD = 1
pkg syscall (linux-386), const RTNH_F_ONLINK = 4
pkg syscall (linux-386), const RTNH_F_PERVASIVE = 2
pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR = 5
pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE = 6
pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE = 7
pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV4_RULE = 8
pkg syscall (linux-386), const RTNLGRP_IPV4_RULE ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR = 9
pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO = 12
pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE = 10
pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX = 18
pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE = 11
pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE ideal-int
pkg syscall (linux-386), const RTNLGRP_IPV6_RULE = 19
pkg syscall (linux-386), const RTNLGRP_IPV6_RULE ideal-int
pkg syscall (linux-386), const RTNLGRP_LINK = 1
pkg syscall (linux-386), const RTNLGRP_LINK ideal-int
pkg syscall (linux-386), const RTNLGRP_ND_USEROPT = 20
pkg syscall (linux-386), const RTNLGRP_ND_USEROPT ideal-int
pkg syscall (linux-386), const RTNLGRP_NEIGH = 3
pkg syscall (linux-386), const RTNLGRP_NEIGH ideal-int
pkg syscall (linux-386), const RTNLGRP_NONE = 0
pkg syscall (linux-386), const RTNLGRP_NONE ideal-int
pkg syscall (linux-386), const RTNLGRP_NOTIFY = 2
pkg syscall (linux-386), const RTNLGRP_NOTIFY ideal-int
pkg syscall (linux-386), const RTNLGRP_TC = 4
pkg syscall (linux-386), const RTNLGRP_TC ideal-int
pkg syscall (linux-386), const RTN_ANYCAST = 4
pkg syscall (linux-386), const RTN_BLACKHOLE = 6
pkg syscall (linux-386), const RTN_BROADCAST = 3
pkg syscall (linux-386), const RTN_LOCAL = 2
pkg syscall (linux-386), const RTN_MAX = 11
pkg syscall (linux-386), const RTN_MULTICAST = 5
pkg syscall (linux-386), const RTN_NAT = 10
pkg syscall (linux-386), const RTN_PROHIBIT = 8
pkg syscall (linux-386), const RTN_THROW = 9
pkg syscall (linux-386), const RTN_UNICAST = 1
pkg syscall (linux-386), const RTN_UNREACHABLE = 7
pkg syscall (linux-386), const RTN_UNSPEC = 0
pkg syscall (linux-386), const RTN_XRESOLVE = 11
pkg syscall (linux-386), const RTPROT_BIRD = 12
pkg syscall (linux-386), const RTPROT_BOOT = 3
pkg syscall (linux-386), const RTPROT_DHCP = 16
pkg syscall (linux-386), const RTPROT_DNROUTED = 13
pkg syscall (linux-386), const RTPROT_GATED = 8
pkg syscall (linux-386), const RTPROT_KERNEL = 2
pkg syscall (linux-386), const RTPROT_MRT = 10
pkg syscall (linux-386), const RTPROT_NTK = 15
pkg syscall (linux-386), const RTPROT_RA = 9
pkg syscall (linux-386), const RTPROT_REDIRECT = 1
pkg syscall (linux-386), const RTPROT_STATIC = 4
pkg syscall (linux-386), const RTPROT_UNSPEC = 0
pkg syscall (linux-386), const RTPROT_XORP = 14
pkg syscall (linux-386), const RTPROT_ZEBRA = 11
pkg syscall (linux-386), const RT_CLASS_DEFAULT = 253
pkg syscall (linux-386), const RT_CLASS_LOCAL = 255
pkg syscall (linux-386), const RT_CLASS_MAIN = 254
pkg syscall (linux-386), const RT_CLASS_MAX = 255
pkg syscall (linux-386), const RT_CLASS_UNSPEC = 0
pkg syscall (linux-386), const RT_SCOPE_HOST = 254
pkg syscall (linux-386), const RT_SCOPE_LINK = 253
pkg syscall (linux-386), const RT_SCOPE_NOWHERE = 255
pkg syscall (linux-386), const RT_SCOPE_SITE = 200
pkg syscall (linux-386), const RT_SCOPE_UNIVERSE = 0
pkg syscall (linux-386), const RT_TABLE_COMPAT = 252
pkg syscall (linux-386), const RT_TABLE_DEFAULT = 253
pkg syscall (linux-386), const RT_TABLE_LOCAL = 255
pkg syscall (linux-386), const RT_TABLE_MAIN = 254
pkg syscall (linux-386), const RT_TABLE_MAX = 4294967295
pkg syscall (linux-386), const RT_TABLE_UNSPEC = 0
pkg syscall (linux-386), const RUSAGE_CHILDREN = -1
pkg syscall (linux-386), const RUSAGE_SELF = 0
pkg syscall (linux-386), const RUSAGE_THREAD = 1
pkg syscall (linux-386), const SCM_CREDENTIALS = 2
pkg syscall (linux-386), const SCM_RIGHTS = 1
pkg syscall (linux-386), const SCM_TIMESTAMP = 29
pkg syscall (linux-386), const SCM_TIMESTAMPING = 37
pkg syscall (linux-386), const SCM_TIMESTAMPNS = 35
pkg syscall (linux-386), const SIGBUS = 7
pkg syscall (linux-386), const SIGCHLD = 17
pkg syscall (linux-386), const SIGCLD = 17
pkg syscall (linux-386), const SIGCONT = 18
pkg syscall (linux-386), const SIGIO = 29
pkg syscall (linux-386), const SIGIOT = 6
pkg syscall (linux-386), const SIGPOLL = 29
pkg syscall (linux-386), const SIGPROF = 27
pkg syscall (linux-386), const SIGPWR = 30
pkg syscall (linux-386), const SIGSTKFLT = 16
pkg syscall (linux-386), const SIGSTOP = 19
pkg syscall (linux-386), const SIGSYS = 31
pkg syscall (linux-386), const SIGTSTP = 20
pkg syscall (linux-386), const SIGTTIN = 21
pkg syscall (linux-386), const SIGTTOU = 22
pkg syscall (linux-386), const SIGUNUSED = 31
pkg syscall (linux-386), const SIGURG = 23
pkg syscall (linux-386), const SIGUSR1 = 10
pkg syscall (linux-386), const SIGUSR2 = 12
pkg syscall (linux-386), const SIGVTALRM = 26
pkg syscall (linux-386), const SIGWINCH = 28
pkg syscall (linux-386), const SIGXCPU = 24
pkg syscall (linux-386), const SIGXFSZ = 25
pkg syscall (linux-386), const SIOCADDDLCI = 35200
pkg syscall (linux-386), const SIOCADDMULTI = 35121
pkg syscall (linux-386), const SIOCADDRT = 35083
pkg syscall (linux-386), const SIOCATMARK = 35077
pkg syscall (linux-386), const SIOCDARP = 35155
pkg syscall (linux-386), const SIOCDELDLCI = 35201
pkg syscall (linux-386), const SIOCDELMULTI = 35122
pkg syscall (linux-386), const SIOCDELRT = 35084
pkg syscall (linux-386), const SIOCDEVPRIVATE = 35312
pkg syscall (linux-386), const SIOCDIFADDR = 35126
pkg syscall (linux-386), const SIOCDRARP = 35168
pkg syscall (linux-386), const SIOCGARP = 35156
pkg syscall (linux-386), const SIOCGIFADDR = 35093
pkg syscall (linux-386), const SIOCGIFBR = 35136
pkg syscall (linux-386), const SIOCGIFBRDADDR = 35097
pkg syscall (linux-386), const SIOCGIFCONF = 35090
pkg syscall (linux-386), const SIOCGIFCOUNT = 35128
pkg syscall (linux-386), const SIOCGIFDSTADDR = 35095
pkg syscall (linux-386), const SIOCGIFENCAP = 35109
pkg syscall (linux-386), const SIOCGIFFLAGS = 35091
pkg syscall (linux-386), const SIOCGIFHWADDR = 35111
pkg syscall (linux-386), const SIOCGIFINDEX = 35123
pkg syscall (linux-386), const SIOCGIFMAP = 35184
pkg syscall (linux-386), const SIOCGIFMEM = 35103
pkg syscall (linux-386), const SIOCGIFMETRIC = 35101
pkg syscall (linux-386), const SIOCGIFMTU = 35105
pkg syscall (linux-386), const SIOCGIFNAME = 35088
pkg syscall (linux-386), const SIOCGIFNETMASK = 35099
pkg syscall (linux-386), const SIOCGIFPFLAGS = 35125
pkg syscall (linux-386), const SIOCGIFSLAVE = 35113
pkg syscall (linux-386), const SIOCGIFTXQLEN = 35138
pkg syscall (linux-386), const SIOCGPGRP = 35076
pkg syscall (linux-386), const SIOCGRARP = 35169
pkg syscall (linux-386), const SIOCGSTAMP = 35078
pkg syscall (linux-386), const SIOCGSTAMPNS = 35079
pkg syscall (linux-386), const SIOCPROTOPRIVATE = 35296
pkg syscall (linux-386), const SIOCRTMSG = 35085
pkg syscall (linux-386), const SIOCSARP = 35157
pkg syscall (linux-386), const SIOCSIFADDR = 35094
pkg syscall (linux-386), const SIOCSIFBR = 35137
pkg syscall (linux-386), const SIOCSIFBRDADDR = 35098
pkg syscall (linux-386), const SIOCSIFDSTADDR = 35096
pkg syscall (linux-386), const SIOCSIFENCAP = 35110
pkg syscall (linux-386), const SIOCSIFFLAGS = 35092
pkg syscall (linux-386), const SIOCSIFHWADDR = 35108
pkg syscall (linux-386), const SIOCSIFHWBROADCAST = 35127
pkg syscall (linux-386), const SIOCSIFLINK = 35089
pkg syscall (linux-386), const SIOCSIFMAP = 35185
pkg syscall (linux-386), const SIOCSIFMEM = 35104
pkg syscall (linux-386), const SIOCSIFMETRIC = 35102
pkg syscall (linux-386), const SIOCSIFMTU = 35106
pkg syscall (linux-386), const SIOCSIFNAME = 35107
pkg syscall (linux-386), const SIOCSIFNETMASK = 35100
pkg syscall (linux-386), const SIOCSIFPFLAGS = 35124
pkg syscall (linux-386), const SIOCSIFSLAVE = 35120
pkg syscall (linux-386), const SIOCSIFTXQLEN = 35139
pkg syscall (linux-386), const SIOCSPGRP = 35074
pkg syscall (linux-386), const SIOCSRARP = 35170
pkg syscall (linux-386), const SOCK_CLOEXEC = 524288
pkg syscall (linux-386), const SOCK_DCCP = 6
pkg syscall (linux-386), const SOCK_NONBLOCK = 2048
pkg syscall (linux-386), const SOCK_PACKET = 10
pkg syscall (linux-386), const SOCK_RDM = 4
pkg syscall (linux-386), const SOL_AAL = 265
pkg syscall (linux-386), const SOL_ATM = 264
pkg syscall (linux-386), const SOL_DECNET = 261
pkg syscall (linux-386), const SOL_ICMPV6 = 58
pkg syscall (linux-386), const SOL_IP = 0
pkg syscall (linux-386), const SOL_IPV6 = 41
pkg syscall (linux-386), const SOL_IRDA = 266
pkg syscall (linux-386), const SOL_PACKET = 263
pkg syscall (linux-386), const SOL_RAW = 255
pkg syscall (linux-386), const SOL_SOCKET = 1
pkg syscall (linux-386), const SOL_TCP = 6
pkg syscall (linux-386), const SOL_X25 = 262
pkg syscall (linux-386), const SOMAXCONN = 128
pkg syscall (linux-386), const SO_ACCEPTCONN = 30
pkg syscall (linux-386), const SO_ATTACH_FILTER = 26
pkg syscall (linux-386), const SO_BINDTODEVICE = 25
pkg syscall (linux-386), const SO_BROADCAST = 6
pkg syscall (linux-386), const SO_BSDCOMPAT = 14
pkg syscall (linux-386), const SO_DEBUG = 1
pkg syscall (linux-386), const SO_DETACH_FILTER = 27
pkg syscall (linux-386), const SO_DOMAIN = 39
pkg syscall (linux-386), const SO_DONTROUTE = 5
pkg syscall (linux-386), const SO_ERROR = 4
pkg syscall (linux-386), const SO_KEEPALIVE = 9
pkg syscall (linux-386), const SO_LINGER = 13
pkg syscall (linux-386), const SO_MARK = 36
pkg syscall (linux-386), const SO_NO_CHECK = 11
pkg syscall (linux-386), const SO_OOBINLINE = 10
pkg syscall (linux-386), const SO_PASSCRED = 16
pkg syscall (linux-386), const SO_PASSSEC = 34
pkg syscall (linux-386), const SO_PEERCRED = 17
pkg syscall (linux-386), const SO_PEERNAME = 28
pkg syscall (linux-386), const SO_PEERSEC = 31
pkg syscall (linux-386), const SO_PRIORITY = 12
pkg syscall (linux-386), const SO_PROTOCOL = 38
pkg syscall (linux-386), const SO_RCVBUF = 8
pkg syscall (linux-386), const SO_RCVBUFFORCE = 33
pkg syscall (linux-386), const SO_RCVLOWAT = 18
pkg syscall (linux-386), const SO_RCVTIMEO = 20
pkg syscall (linux-386), const SO_REUSEADDR = 2
pkg syscall (linux-386), const SO_RXQ_OVFL = 40
pkg syscall (linux-386), const SO_SECURITY_AUTHENTICATION = 22
pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_NETWORK = 24
pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
pkg syscall (linux-386), const SO_SNDBUF = 7
pkg syscall (linux-386), const SO_SNDBUFFORCE = 32
pkg syscall (linux-386), const SO_SNDLOWAT = 19
pkg syscall (linux-386), const SO_SNDTIMEO = 21
pkg syscall (linux-386), const SO_TIMESTAMP = 29
pkg syscall (linux-386), const SO_TIMESTAMPING = 37
pkg syscall (linux-386), const SO_TIMESTAMPNS = 35
pkg syscall (linux-386), const SO_TYPE = 3
pkg syscall (linux-386), const SYS_ACCESS = 33
pkg syscall (linux-386), const SYS_ACCT = 51
pkg syscall (linux-386), const SYS_ADD_KEY = 286
pkg syscall (linux-386), const SYS_ADJTIMEX = 124
pkg syscall (linux-386), const SYS_AFS_SYSCALL = 137
pkg syscall (linux-386), const SYS_ALARM = 27
pkg syscall (linux-386), const SYS_BDFLUSH = 134
pkg syscall (linux-386), const SYS_BREAK = 17
pkg syscall (linux-386), const SYS_BRK = 45
pkg syscall (linux-386), const SYS_CAPGET = 184
pkg syscall (linux-386), const SYS_CAPSET = 185
pkg syscall (linux-386), const SYS_CHDIR = 12
pkg syscall (linux-386), const SYS_CHMOD = 15
pkg syscall (linux-386), const SYS_CHOWN = 182
pkg syscall (linux-386), const SYS_CHOWN32 = 212
pkg syscall (linux-386), const SYS_CHROOT = 61
pkg syscall (linux-386), const SYS_CLOCK_GETRES = 266
pkg syscall (linux-386), const SYS_CLOCK_GETTIME = 265
pkg syscall (linux-386), const SYS_CLOCK_NANOSLEEP = 267
pkg syscall (linux-386), const SYS_CLOCK_SETTIME = 264
pkg syscall (linux-386), const SYS_CLONE = 120
pkg syscall (linux-386), const SYS_CLOSE = 6
pkg syscall (linux-386), const SYS_CREAT = 8
pkg syscall (linux-386), const SYS_CREATE_MODULE = 127
pkg syscall (linux-386), const SYS_DELETE_MODULE = 129
pkg syscall (linux-386), const SYS_DUP = 41
pkg syscall (linux-386), const SYS_DUP2 = 63
pkg syscall (linux-386), const SYS_DUP3 = 330
pkg syscall (linux-386), const SYS_EPOLL_CREATE = 254
pkg syscall (linux-386), const SYS_EPOLL_CREATE1 = 329
pkg syscall (linux-386), const SYS_EPOLL_CTL = 255
pkg syscall (linux-386), const SYS_EPOLL_PWAIT = 319
pkg syscall (linux-386), const SYS_EPOLL_WAIT = 256
pkg syscall (linux-386), const SYS_EVENTFD = 323
pkg syscall (linux-386), const SYS_EVENTFD2 = 328
pkg syscall (linux-386), const SYS_EXECVE = 11
pkg syscall (linux-386), const SYS_EXIT = 1
pkg syscall (linux-386), const SYS_EXIT_GROUP = 252
pkg syscall (linux-386), const SYS_FACCESSAT = 307
pkg syscall (linux-386), const SYS_FADVISE64 = 250
pkg syscall (linux-386), const SYS_FADVISE64_64 = 272
pkg syscall (linux-386), const SYS_FALLOCATE = 324
pkg syscall (linux-386), const SYS_FANOTIFY_INIT = 338
pkg syscall (linux-386), const SYS_FANOTIFY_MARK = 339
pkg syscall (linux-386), const SYS_FCHDIR = 133
pkg syscall (linux-386), const SYS_FCHMOD = 94
pkg syscall (linux-386), const SYS_FCHMODAT = 306
pkg syscall (linux-386), const SYS_FCHOWN = 95
pkg syscall (linux-386), const SYS_FCHOWN32 = 207
pkg syscall (linux-386), const SYS_FCHOWNAT = 298
pkg syscall (linux-386), const SYS_FCNTL = 55
pkg syscall (linux-386), const SYS_FCNTL64 = 221
pkg syscall (linux-386), const SYS_FDATASYNC = 148
pkg syscall (linux-386), const SYS_FGETXATTR = 231
pkg syscall (linux-386), const SYS_FLISTXATTR = 234
pkg syscall (linux-386), const SYS_FLOCK = 143
pkg syscall (linux-386), const SYS_FORK = 2
pkg syscall (linux-386), const SYS_FREMOVEXATTR = 237
pkg syscall (linux-386), const SYS_FSETXATTR = 228
pkg syscall (linux-386), const SYS_FSTAT = 108
pkg syscall (linux-386), const SYS_FSTAT64 = 197
pkg syscall (linux-386), const SYS_FSTATAT64 = 300
pkg syscall (linux-386), const SYS_FSTATFS = 100
pkg syscall (linux-386), const SYS_FSTATFS64 = 269
pkg syscall (linux-386), const SYS_FSYNC = 118
pkg syscall (linux-386), const SYS_FTIME = 35
pkg syscall (linux-386), const SYS_FTRUNCATE = 93
pkg syscall (linux-386), const SYS_FTRUNCATE64 = 194
pkg syscall (linux-386), const SYS_FUTEX = 240
pkg syscall (linux-386), const SYS_FUTIMESAT = 299
pkg syscall (linux-386), const SYS_GETCPU = 318
pkg syscall (linux-386), const SYS_GETCWD = 183
pkg syscall (linux-386), const SYS_GETDENTS = 141
pkg syscall (linux-386), const SYS_GETDENTS64 = 220
pkg syscall (linux-386), const SYS_GETEGID = 50
pkg syscall (linux-386), const SYS_GETEGID32 = 202
pkg syscall (linux-386), const SYS_GETEUID = 49
pkg syscall (linux-386), const SYS_GETEUID32 = 201
pkg syscall (linux-386), const SYS_GETGID = 47
pkg syscall (linux-386), const SYS_GETGID32 = 200
pkg syscall (linux-386), const SYS_GETGROUPS = 80
pkg syscall (linux-386), const SYS_GETGROUPS32 = 205
pkg syscall (linux-386), const SYS_GETITIMER = 105
pkg syscall (linux-386), const SYS_GETPGID = 132
pkg syscall (linux-386), const SYS_GETPGRP = 65
pkg syscall (linux-386), const SYS_GETPID = 20
pkg syscall (linux-386), const SYS_GETPMSG = 188
pkg syscall (linux-386), const SYS_GETPPID = 64
pkg syscall (linux-386), const SYS_GETPRIORITY = 96
pkg syscall (linux-386), const SYS_GETRESGID = 171
pkg syscall (linux-386), const SYS_GETRESGID32 = 211
pkg syscall (linux-386), const SYS_GETRESUID = 165
pkg syscall (linux-386), const SYS_GETRESUID32 = 209
pkg syscall (linux-386), const SYS_GETRLIMIT = 76
pkg syscall (linux-386), const SYS_GETRUSAGE = 77
pkg syscall (linux-386), const SYS_GETSID = 147
pkg syscall (linux-386), const SYS_GETTID = 224
pkg syscall (linux-386), const SYS_GETTIMEOFDAY = 78
pkg syscall (linux-386), const SYS_GETUID = 24
pkg syscall (linux-386), const SYS_GETUID32 = 199
pkg syscall (linux-386), const SYS_GETXATTR = 229
pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS = 130
pkg syscall (linux-386), const SYS_GET_MEMPOLICY = 275
pkg syscall (linux-386), const SYS_GET_ROBUST_LIST = 312
pkg syscall (linux-386), const SYS_GET_THREAD_AREA = 244
pkg syscall (linux-386), const SYS_GTTY = 32
pkg syscall (linux-386), const SYS_IDLE = 112
pkg syscall (linux-386), const SYS_INIT_MODULE = 128
pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH = 292
pkg syscall (linux-386), const SYS_INOTIFY_INIT = 291
pkg syscall (linux-386), const SYS_INOTIFY_INIT1 = 332
pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH = 293
pkg syscall (linux-386), const SYS_IOCTL = 54
pkg syscall (linux-386), const SYS_IOPERM = 101
pkg syscall (linux-386), const SYS_IOPL = 110
pkg syscall (linux-386), const SYS_IOPRIO_GET = 290
pkg syscall (linux-386), const SYS_IOPRIO_SET = 289
pkg syscall (linux-386), const SYS_IO_CANCEL = 249
pkg syscall (linux-386), const SYS_IO_DESTROY = 246
pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247
pkg syscall (linux-386), const SYS_IO_SETUP = 245
pkg syscall (linux-386), const SYS_IO_SUBMIT = 248
pkg syscall (linux-386), const SYS_IPC = 117
pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283
pkg syscall (linux-386), const SYS_KEYCTL = 288
pkg syscall (linux-386), const SYS_KILL = 37
pkg syscall (linux-386), const SYS_LCHOWN = 16
pkg syscall (linux-386), const SYS_LCHOWN32 = 198
pkg syscall (linux-386), const SYS_LGETXATTR = 230
pkg syscall (linux-386), const SYS_LINK = 9
pkg syscall (linux-386), const SYS_LINKAT = 303
pkg syscall (linux-386), const SYS_LISTXATTR = 232
pkg syscall (linux-386), const SYS_LLISTXATTR = 233
pkg syscall (linux-386), const SYS_LOCK = 53
pkg syscall (linux-386), const SYS_LOOKUP_DCOOKIE = 253
pkg syscall (linux-386), const SYS_LREMOVEXATTR = 236
pkg syscall (linux-386), const SYS_LSEEK = 19
pkg syscall (linux-386), const SYS_LSETXATTR = 227
pkg syscall (linux-386), const SYS_LSTAT = 107
pkg syscall (linux-386), const SYS_LSTAT64 = 196
pkg syscall (linux-386), const SYS_MADVISE = 219
pkg syscall (linux-386), const SYS_MADVISE1 = 219
pkg syscall (linux-386), const SYS_MBIND = 274
pkg syscall (linux-386), const SYS_MIGRATE_PAGES = 294
pkg syscall (linux-386), const SYS_MINCORE = 218
pkg syscall (linux-386), const SYS_MKDIR = 39
pkg syscall (linux-386), const SYS_MKDIRAT = 296
pkg syscall (linux-386), const SYS_MKNOD = 14
pkg syscall (linux-386), const SYS_MKNODAT = 297
pkg syscall (linux-386), const SYS_MLOCK = 150
pkg syscall (linux-386), const SYS_MLOCKALL = 152
pkg syscall (linux-386), const SYS_MMAP = 90
pkg syscall (linux-386), const SYS_MMAP2 = 192
pkg syscall (linux-386), const SYS_MODIFY_LDT = 123
pkg syscall (linux-386), const SYS_MOUNT = 21
pkg syscall (linux-386), const SYS_MOVE_PAGES = 317
pkg syscall (linux-386), const SYS_MPROTECT = 125
pkg syscall (linux-386), const SYS_MPX = 56
pkg syscall (linux-386), const SYS_MQ_GETSETATTR = 282
pkg syscall (linux-386), const SYS_MQ_NOTIFY = 281
pkg syscall (linux-386), const SYS_MQ_OPEN = 277
pkg syscall (linux-386), const SYS_MQ_TIMEDRECEIVE = 280
pkg syscall (linux-386), const SYS_MQ_TIMEDSEND = 279
pkg syscall (linux-386), const SYS_MQ_UNLINK = 278
pkg syscall (linux-386), const SYS_MREMAP = 163
pkg syscall (linux-386), const SYS_MSYNC = 144
pkg syscall (linux-386), const SYS_MUNLOCK = 151
pkg syscall (linux-386), const SYS_MUNLOCKALL = 153
pkg syscall (linux-386), const SYS_MUNMAP = 91
pkg syscall (linux-386), const SYS_NANOSLEEP = 162
pkg syscall (linux-386), const SYS_NFSSERVCTL = 169
pkg syscall (linux-386), const SYS_NICE = 34
pkg syscall (linux-386), const SYS_OLDFSTAT = 28
pkg syscall (linux-386), const SYS_OLDLSTAT = 84
pkg syscall (linux-386), const SYS_OLDOLDUNAME = 59
pkg syscall (linux-386), const SYS_OLDSTAT = 18
pkg syscall (linux-386), const SYS_OLDUNAME = 109
pkg syscall (linux-386), const SYS_OPEN = 5
pkg syscall (linux-386), const SYS_OPENAT = 295
pkg syscall (linux-386), const SYS_PAUSE = 29
pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN = 336
pkg syscall (linux-386), const SYS_PERSONALITY = 136
pkg syscall (linux-386), const SYS_PIPE = 42
pkg syscall (linux-386), const SYS_PIPE2 = 331
pkg syscall (linux-386), const SYS_PIVOT_ROOT = 217
pkg syscall (linux-386), const SYS_POLL = 168
pkg syscall (linux-386), const SYS_PPOLL = 309
pkg syscall (linux-386), const SYS_PRCTL = 172
pkg syscall (linux-386), const SYS_PREAD64 = 180
pkg syscall (linux-386), const SYS_PREADV = 333
pkg syscall (linux-386), const SYS_PRLIMIT64 = 340
pkg syscall (linux-386), const SYS_PROF = 44
pkg syscall (linux-386), const SYS_PROFIL = 98
pkg syscall (linux-386), const SYS_PSELECT6 = 308
pkg syscall (linux-386), const SYS_PTRACE = 26
pkg syscall (linux-386), const SYS_PUTPMSG = 189
pkg syscall (linux-386), const SYS_PWRITE64 = 181
pkg syscall (linux-386), const SYS_PWRITEV = 334
pkg syscall (linux-386), const SYS_QUERY_MODULE = 167
pkg syscall (linux-386), const SYS_QUOTACTL = 131
pkg syscall (linux-386), const SYS_READ = 3
pkg syscall (linux-386), const SYS_READAHEAD = 225
pkg syscall (linux-386), const SYS_READDIR = 89
pkg syscall (linux-386), const SYS_READLINK = 85
pkg syscall (linux-386), const SYS_READLINKAT = 305
pkg syscall (linux-386), const SYS_READV = 145
pkg syscall (linux-386), const SYS_REBOOT = 88
pkg syscall (linux-386), const SYS_RECVMMSG = 337
pkg syscall (linux-386), const SYS_REMAP_FILE_PAGES = 257
pkg syscall (linux-386), const SYS_REMOVEXATTR = 235
pkg syscall (linux-386), const SYS_RENAME = 38
pkg syscall (linux-386), const SYS_RENAMEAT = 302
pkg syscall (linux-386), const SYS_REQUEST_KEY = 287
pkg syscall (linux-386), const SYS_RESTART_SYSCALL = 0
pkg syscall (linux-386), const SYS_RMDIR = 40
pkg syscall (linux-386), const SYS_RT_SIGACTION = 174
pkg syscall (linux-386), const SYS_RT_SIGPENDING = 176
pkg syscall (linux-386), const SYS_RT_SIGPROCMASK = 175
pkg syscall (linux-386), const SYS_RT_SIGQUEUEINFO = 178
pkg syscall (linux-386), const SYS_RT_SIGRETURN = 173
pkg syscall (linux-386), const SYS_RT_SIGSUSPEND = 179
pkg syscall (linux-386), const SYS_RT_SIGTIMEDWAIT = 177
pkg syscall (linux-386), const SYS_RT_TGSIGQUEUEINFO = 335
pkg syscall (linux-386), const SYS_SCHED_GETAFFINITY = 242
pkg syscall (linux-386), const SYS_SCHED_GETPARAM = 155
pkg syscall (linux-386), const SYS_SCHED_GETSCHEDULER = 157
pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MAX = 159
pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MIN = 160
pkg syscall (linux-386), const SYS_SCHED_RR_GET_INTERVAL = 161
pkg syscall (linux-386), const SYS_SCHED_SETAFFINITY = 241
pkg syscall (linux-386), const SYS_SCHED_SETPARAM = 154
pkg syscall (linux-386), const SYS_SCHED_SETSCHEDULER = 156
pkg syscall (linux-386), const SYS_SCHED_YIELD = 158
pkg syscall (linux-386), const SYS_SELECT = 82
pkg syscall (linux-386), const SYS_SENDFILE = 187
pkg syscall (linux-386), const SYS_SENDFILE64 = 239
pkg syscall (linux-386), const SYS_SETDOMAINNAME = 121
pkg syscall (linux-386), const SYS_SETFSGID = 139
pkg syscall (linux-386), const SYS_SETFSGID32 = 216
pkg syscall (linux-386), const SYS_SETFSUID = 138
pkg syscall (linux-386), const SYS_SETFSUID32 = 215
pkg syscall (linux-386), const SYS_SETGID = 46
pkg syscall (linux-386), const SYS_SETGID32 = 214
pkg syscall (linux-386), const SYS_SETGROUPS = 81
pkg syscall (linux-386), const SYS_SETGROUPS32 = 206
pkg syscall (linux-386), const SYS_SETHOSTNAME = 74
pkg syscall (linux-386), const SYS_SETITIMER = 104
pkg syscall (linux-386), const SYS_SETPGID = 57
pkg syscall (linux-386), const SYS_SETPRIORITY = 97
pkg syscall (linux-386), const SYS_SETREGID = 71
pkg syscall (linux-386), const SYS_SETREGID32 = 204
pkg syscall (linux-386), const SYS_SETRESGID = 170
pkg syscall (linux-386), const SYS_SETRESGID32 = 210
pkg syscall (linux-386), const SYS_SETRESUID = 164
pkg syscall (linux-386), const SYS_SETRESUID32 = 208
pkg syscall (linux-386), const SYS_SETREUID = 70
pkg syscall (linux-386), const SYS_SETREUID32 = 203
pkg syscall (linux-386), const SYS_SETRLIMIT = 75
pkg syscall (linux-386), const SYS_SETSID = 66
pkg syscall (linux-386), const SYS_SETTIMEOFDAY = 79
pkg syscall (linux-386), const SYS_SETUID = 23
pkg syscall (linux-386), const SYS_SETUID32 = 213
pkg syscall (linux-386), const SYS_SETXATTR = 226
pkg syscall (linux-386), const SYS_SET_MEMPOLICY = 276
pkg syscall (linux-386), const SYS_SET_ROBUST_LIST = 311
pkg syscall (linux-386), const SYS_SET_THREAD_AREA = 243
pkg syscall (linux-386), const SYS_SET_TID_ADDRESS = 258
pkg syscall (linux-386), const SYS_SGETMASK = 68
pkg syscall (linux-386), const SYS_SIGACTION = 67
pkg syscall (linux-386), const SYS_SIGALTSTACK = 186
pkg syscall (linux-386), const SYS_SIGNAL = 48
pkg syscall (linux-386), const SYS_SIGNALFD = 321
pkg syscall (linux-386), const SYS_SIGNALFD4 = 327
pkg syscall (linux-386), const SYS_SIGPENDING = 73
pkg syscall (linux-386), const SYS_SIGPROCMASK = 126
pkg syscall (linux-386), const SYS_SIGRETURN = 119
pkg syscall (linux-386), const SYS_SIGSUSPEND = 72
pkg syscall (linux-386), const SYS_SOCKETCALL = 102
pkg syscall (linux-386), const SYS_SPLICE = 313
pkg syscall (linux-386), const SYS_SSETMASK = 69
pkg syscall (linux-386), const SYS_STAT = 106
pkg syscall (linux-386), const SYS_STAT64 = 195
pkg syscall (linux-386), const SYS_STATFS = 99
pkg syscall (linux-386), const SYS_STATFS64 = 268
pkg syscall (linux-386), const SYS_STIME = 25
pkg syscall (linux-386), const SYS_STTY = 31
pkg syscall (linux-386), const SYS_SWAPOFF = 115
pkg syscall (linux-386), const SYS_SWAPON = 87
pkg syscall (linux-386), const SYS_SYMLINK = 83
pkg syscall (linux-386), const SYS_SYMLINKAT = 304
pkg syscall (linux-386), const SYS_SYNC = 36
pkg syscall (linux-386), const SYS_SYNC_FILE_RANGE = 314
pkg syscall (linux-386), const SYS_SYSFS = 135
pkg syscall (linux-386), const SYS_SYSINFO = 116
pkg syscall (linux-386), const SYS_SYSLOG = 103
pkg syscall (linux-386), const SYS_TEE = 315
pkg syscall (linux-386), const SYS_TGKILL = 270
pkg syscall (linux-386), const SYS_TIME = 13
pkg syscall (linux-386), const SYS_TIMERFD_CREATE = 322
pkg syscall (linux-386), const SYS_TIMERFD_GETTIME = 326
pkg syscall (linux-386), const SYS_TIMERFD_SETTIME = 325
pkg syscall (linux-386), const SYS_TIMER_CREATE = 259
pkg syscall (linux-386), const SYS_TIMER_DELETE = 263
pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN = 262
pkg syscall (linux-386), const SYS_TIMER_GETTIME = 261
pkg syscall (linux-386), const SYS_TIMER_SETTIME = 260
pkg syscall (linux-386), const SYS_TIMES = 43
pkg syscall (linux-386), const SYS_TKILL = 238
pkg syscall (linux-386), const SYS_TRUNCATE = 92
pkg syscall (linux-386), const SYS_TRUNCATE64 = 193
pkg syscall (linux-386), const SYS_UGETRLIMIT = 191
pkg syscall (linux-386), const SYS_ULIMIT = 58
pkg syscall (linux-386), const SYS_UMASK = 60
pkg syscall (linux-386), const SYS_UMOUNT = 22
pkg syscall (linux-386), const SYS_UMOUNT2 = 52
pkg syscall (linux-386), const SYS_UNAME = 122
pkg syscall (linux-386), const SYS_UNLINK = 10
pkg syscall (linux-386), const SYS_UNLINKAT = 301
pkg syscall (linux-386), const SYS_UNSHARE = 310
pkg syscall (linux-386), const SYS_USELIB = 86
pkg syscall (linux-386), const SYS_USTAT = 62
pkg syscall (linux-386), const SYS_UTIME = 30
pkg syscall (linux-386), const SYS_UTIMENSAT = 320
pkg syscall (linux-386), const SYS_UTIMES = 271
pkg syscall (linux-386), const SYS_VFORK = 190
pkg syscall (linux-386), const SYS_VHANGUP = 111
pkg syscall (linux-386), const SYS_VM86 = 166
pkg syscall (linux-386), const SYS_VM86OLD = 113
pkg syscall (linux-386), const SYS_VMSPLICE = 316
pkg syscall (linux-386), const SYS_VSERVER = 273
pkg syscall (linux-386), const SYS_WAIT4 = 114
pkg syscall (linux-386), const SYS_WAITID = 284
pkg syscall (linux-386), const SYS_WAITPID = 7
pkg syscall (linux-386), const SYS_WRITE = 4
pkg syscall (linux-386), const SYS_WRITEV = 146
pkg syscall (linux-386), const SYS__LLSEEK = 140
pkg syscall (linux-386), const SYS__NEWSELECT = 142
pkg syscall (linux-386), const SYS__SYSCTL = 149
pkg syscall (linux-386), const S_BLKSIZE = 512
pkg syscall (linux-386), const S_IEXEC = 64
pkg syscall (linux-386), const S_IFMT = 61440
pkg syscall (linux-386), const S_IREAD = 256
pkg syscall (linux-386), const S_IRGRP = 32
pkg syscall (linux-386), const S_IROTH = 4
pkg syscall (linux-386), const S_IRWXG = 56
pkg syscall (linux-386), const S_IRWXO = 7
pkg syscall (linux-386), const S_IRWXU = 448
pkg syscall (linux-386), const S_IWGRP = 16
pkg syscall (linux-386), const S_IWOTH = 2
pkg syscall (linux-386), const S_IWRITE = 128
pkg syscall (linux-386), const S_IXGRP = 8
pkg syscall (linux-386), const S_IXOTH = 1
pkg syscall (linux-386), const SizeofCmsghdr = 12
pkg syscall (linux-386), const SizeofIPMreq = 8
pkg syscall (linux-386), const SizeofIPMreqn = 12
pkg syscall (linux-386), const SizeofIPv6Mreq = 20
pkg syscall (linux-386), const SizeofIfAddrmsg = 8
pkg syscall (linux-386), const SizeofIfInfomsg = 16
pkg syscall (linux-386), const SizeofInet4Pktinfo = 12
pkg syscall (linux-386), const SizeofInet6Pktinfo = 20
pkg syscall (linux-386), const SizeofInotifyEvent = 16
pkg syscall (linux-386), const SizeofLinger = 8
pkg syscall (linux-386), const SizeofMsghdr = 28
pkg syscall (linux-386), const SizeofNlAttr = 4
pkg syscall (linux-386), const SizeofNlMsgerr = 20
pkg syscall (linux-386), const SizeofNlMsghdr = 16
pkg syscall (linux-386), const SizeofRtAttr = 4
pkg syscall (linux-386), const SizeofRtGenmsg = 1
pkg syscall (linux-386), const SizeofRtMsg = 12
pkg syscall (linux-386), const SizeofRtNexthop = 8
pkg syscall (linux-386), const SizeofSockFilter = 8
pkg syscall (linux-386), const SizeofSockFprog = 8
pkg syscall (linux-386), const SizeofSockaddrAny = 112
pkg syscall (linux-386), const SizeofSockaddrInet4 = 16
pkg syscall (linux-386), const SizeofSockaddrInet6 = 28
pkg syscall (linux-386), const SizeofSockaddrLinklayer = 20
pkg syscall (linux-386), const SizeofSockaddrNetlink = 12
pkg syscall (linux-386), const SizeofSockaddrUnix = 110
pkg syscall (linux-386), const SizeofTCPInfo = 104
pkg syscall (linux-386), const SizeofTCPInfo ideal-int
pkg syscall (linux-386), const SizeofUcred = 12
pkg syscall (linux-386), const TCGETS = 21505
pkg syscall (linux-386), const TCP_CONGESTION = 13
pkg syscall (linux-386), const TCP_CORK = 3
pkg syscall (linux-386), const TCP_DEFER_ACCEPT = 9
pkg syscall (linux-386), const TCP_INFO = 11
pkg syscall (linux-386), const TCP_KEEPCNT = 6
pkg syscall (linux-386), const TCP_KEEPIDLE = 4
pkg syscall (linux-386), const TCP_KEEPINTVL = 5
pkg syscall (linux-386), const TCP_LINGER2 = 8
pkg syscall (linux-386), const TCP_MAXSEG = 2
pkg syscall (linux-386), const TCP_MAXWIN = 65535
pkg syscall (linux-386), const TCP_MAX_WINSHIFT = 14
pkg syscall (linux-386), const TCP_MD5SIG = 14
pkg syscall (linux-386), const TCP_MD5SIG_MAXKEYLEN = 80
pkg syscall (linux-386), const TCP_MSS = 512
pkg syscall (linux-386), const TCP_QUICKACK = 12
pkg syscall (linux-386), const TCP_SYNCNT = 7
pkg syscall (linux-386), const TCP_WINDOW_CLAMP = 10
pkg syscall (linux-386), const TCSETS = 21506
pkg syscall (linux-386), const TIOCCBRK = 21544
pkg syscall (linux-386), const TIOCCONS = 21533
pkg syscall (linux-386), const TIOCEXCL = 21516
pkg syscall (linux-386), const TIOCGDEV = 2147767346
pkg syscall (linux-386), const TIOCGETD = 21540
pkg syscall (linux-386), const TIOCGICOUNT = 21597
pkg syscall (linux-386), const TIOCGLCKTRMIOS = 21590
pkg syscall (linux-386), const TIOCGPGRP = 21519
pkg syscall (linux-386), const TIOCGPTN = 2147767344
pkg syscall (linux-386), const TIOCGRS485 = 21550
pkg syscall (linux-386), const TIOCGSERIAL = 21534
pkg syscall (linux-386), const TIOCGSID = 21545
pkg syscall (linux-386), const TIOCGSOFTCAR = 21529
pkg syscall (linux-386), const TIOCGWINSZ = 21523
pkg syscall (linux-386), const TIOCINQ = 21531
pkg syscall (linux-386), const TIOCLINUX = 21532
pkg syscall (linux-386), const TIOCMBIC = 21527
pkg syscall (linux-386), const TIOCMBIS = 21526
pkg syscall (linux-386), const TIOCMGET = 21525
pkg syscall (linux-386), const TIOCMIWAIT = 21596
pkg syscall (linux-386), const TIOCMSET = 21528
pkg syscall (linux-386), const TIOCM_CAR = 64
pkg syscall (linux-386), const TIOCM_CD = 64
pkg syscall (linux-386), const TIOCM_CTS = 32
pkg syscall (linux-386), const TIOCM_DSR = 256
pkg syscall (linux-386), const TIOCM_DTR = 2
pkg syscall (linux-386), const TIOCM_LE = 1
pkg syscall (linux-386), const TIOCM_RI = 128
pkg syscall (linux-386), const TIOCM_RNG = 128
pkg syscall (linux-386), const TIOCM_RTS = 4
pkg syscall (linux-386), const TIOCM_SR = 16
pkg syscall (linux-386), const TIOCM_ST = 8
pkg syscall (linux-386), const TIOCNOTTY = 21538
pkg syscall (linux-386), const TIOCNXCL = 21517
pkg syscall (linux-386), const TIOCOUTQ = 21521
pkg syscall (linux-386), const TIOCPKT = 21536
pkg syscall (linux-386), const TIOCPKT_DATA = 0
pkg syscall (linux-386), const TIOCPKT_DOSTOP = 32
pkg syscall (linux-386), const TIOCPKT_FLUSHREAD = 1
pkg syscall (linux-386), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (linux-386), const TIOCPKT_IOCTL = 64
pkg syscall (linux-386), const TIOCPKT_NOSTOP = 16
pkg syscall (linux-386), const TIOCPKT_START = 8
pkg syscall (linux-386), const TIOCPKT_STOP = 4
pkg syscall (linux-386), const TIOCSBRK = 21543
pkg syscall (linux-386), const TIOCSCTTY = 21518
pkg syscall (linux-386), const TIOCSERCONFIG = 21587
pkg syscall (linux-386), const TIOCSERGETLSR = 21593
pkg syscall (linux-386), const TIOCSERGETMULTI = 21594
pkg syscall (linux-386), const TIOCSERGSTRUCT = 21592
pkg syscall (linux-386), const TIOCSERGWILD = 21588
pkg syscall (linux-386), const TIOCSERSETMULTI = 21595
pkg syscall (linux-386), const TIOCSERSWILD = 21589
pkg syscall (linux-386), const TIOCSER_TEMT = 1
pkg syscall (linux-386), const TIOCSETD = 21539
pkg syscall (linux-386), const TIOCSIG = 1074025526
pkg syscall (linux-386), const TIOCSLCKTRMIOS = 21591
pkg syscall (linux-386), const TIOCSPGRP = 21520
pkg syscall (linux-386), const TIOCSPTLCK = 1074025521
pkg syscall (linux-386), const TIOCSRS485 = 21551
pkg syscall (linux-386), const TIOCSSERIAL = 21535
pkg syscall (linux-386), const TIOCSSOFTCAR = 21530
pkg syscall (linux-386), const TIOCSTI = 21522
pkg syscall (linux-386), const TIOCSWINSZ = 21524
pkg syscall (linux-386), const TOSTOP = 256
pkg syscall (linux-386), const TUNATTACHFILTER = 1074287829
pkg syscall (linux-386), const TUNDETACHFILTER = 1074287830
pkg syscall (linux-386), const TUNGETFEATURES = 2147767503
pkg syscall (linux-386), const TUNGETIFF = 2147767506
pkg syscall (linux-386), const TUNGETSNDBUF = 2147767507
pkg syscall (linux-386), const TUNGETVNETHDRSZ = 2147767511
pkg syscall (linux-386), const TUNSETDEBUG = 1074025673
pkg syscall (linux-386), const TUNSETGROUP = 1074025678
pkg syscall (linux-386), const TUNSETIFF = 1074025674
pkg syscall (linux-386), const TUNSETLINK = 1074025677
pkg syscall (linux-386), const TUNSETNOCSUM = 1074025672
pkg syscall (linux-386), const TUNSETOFFLOAD = 1074025680
pkg syscall (linux-386), const TUNSETOWNER = 1074025676
pkg syscall (linux-386), const TUNSETPERSIST = 1074025675
pkg syscall (linux-386), const TUNSETSNDBUF = 1074025684
pkg syscall (linux-386), const TUNSETTXFILTER = 1074025681
pkg syscall (linux-386), const TUNSETVNETHDRSZ = 1074025688
pkg syscall (linux-386), const VDISCARD = 13
pkg syscall (linux-386), const VEOF = 4
pkg syscall (linux-386), const VEOL = 11
pkg syscall (linux-386), const VEOL2 = 16
pkg syscall (linux-386), const VERASE = 2
pkg syscall (linux-386), const VINTR = 0
pkg syscall (linux-386), const VKILL = 3
pkg syscall (linux-386), const VLNEXT = 15
pkg syscall (linux-386), const VMIN = 6
pkg syscall (linux-386), const VQUIT = 1
pkg syscall (linux-386), const VREPRINT = 12
pkg syscall (linux-386), const VSTART = 8
pkg syscall (linux-386), const VSTOP = 9
pkg syscall (linux-386), const VSUSP = 10
pkg syscall (linux-386), const VSWTC = 7
pkg syscall (linux-386), const VTIME = 5
pkg syscall (linux-386), const VWERASE = 14
pkg syscall (linux-386), const WALL = 1073741824
pkg syscall (linux-386), const WCLONE = 2147483648
pkg syscall (linux-386), const WCONTINUED = 8
pkg syscall (linux-386), const WEXITED = 4
pkg syscall (linux-386), const WNOHANG = 1
pkg syscall (linux-386), const WNOTHREAD = 536870912
pkg syscall (linux-386), const WNOWAIT = 16777216
pkg syscall (linux-386), const WORDSIZE = 32
pkg syscall (linux-386), const WSTOPPED = 2
pkg syscall (linux-386), const WUNTRACED = 2
pkg syscall (linux-386), const XCASE = 4
pkg syscall (linux-386), func Accept4(int, int) (int, Sockaddr, error)
pkg syscall (linux-386), func GetsockoptUcred(int, int, int) (*Ucred, error)
pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error)
pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error)
pkg syscall (linux-386), func Pipe2([]int, int) error
pkg syscall (linux-386), func PtraceSyscall(int, int) error
pkg syscall (linux-386), func Removexattr(string, string) error
pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error
pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (linux-386), type SysProcAttr struct, Ctty int
pkg syscall (linux-386), type TCPInfo struct
pkg syscall (linux-386), type TCPInfo struct, Advmss uint32
pkg syscall (linux-386), type TCPInfo struct, Ato uint32
pkg syscall (linux-386), type TCPInfo struct, Backoff uint8
pkg syscall (linux-386), type TCPInfo struct, Ca_state uint8
pkg syscall (linux-386), type TCPInfo struct, Fackets uint32
pkg syscall (linux-386), type TCPInfo struct, Last_ack_recv uint32
pkg syscall (linux-386), type TCPInfo struct, Last_ack_sent uint32
pkg syscall (linux-386), type TCPInfo struct, Last_data_recv uint32
pkg syscall (linux-386), type TCPInfo struct, Last_data_sent uint32
pkg syscall (linux-386), type TCPInfo struct, Lost uint32
pkg syscall (linux-386), type TCPInfo struct, Options uint8
pkg syscall (linux-386), type TCPInfo struct, Pad_cgo_0 [2]uint8
pkg syscall (linux-386), type TCPInfo struct, Pmtu uint32
pkg syscall (linux-386), type TCPInfo struct, Probes uint8
pkg syscall (linux-386), type TCPInfo struct, Rcv_mss uint32
pkg syscall (linux-386), type TCPInfo struct, Rcv_rtt uint32
pkg syscall (linux-386), type TCPInfo struct, Rcv_space uint32
pkg syscall (linux-386), type TCPInfo struct, Rcv_ssthresh uint32
pkg syscall (linux-386), type TCPInfo struct, Reordering uint32
pkg syscall (linux-386), type TCPInfo struct, Retrans uint32
pkg syscall (linux-386), type TCPInfo struct, Retransmits uint8
pkg syscall (linux-386), type TCPInfo struct, Rto uint32
pkg syscall (linux-386), type TCPInfo struct, Rtt uint32
pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32
pkg syscall (linux-386), type TCPInfo struct, Sacked uint32
pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32
pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32
pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-386), type TCPInfo struct, State uint8
pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-386), type TCPInfo struct, Unacked uint32
pkg syscall (linux-386-cgo), const AF_ALG = 38
pkg syscall (linux-386-cgo), const AF_APPLETALK = 5
pkg syscall (linux-386-cgo), const AF_ASH = 18
pkg syscall (linux-386-cgo), const AF_ATMPVC = 8
pkg syscall (linux-386-cgo), const AF_ATMSVC = 20
pkg syscall (linux-386-cgo), const AF_AX25 = 3
pkg syscall (linux-386-cgo), const AF_BLUETOOTH = 31
pkg syscall (linux-386-cgo), const AF_BRIDGE = 7
pkg syscall (linux-386-cgo), const AF_CAIF = 37
pkg syscall (linux-386-cgo), const AF_CAN = 29
pkg syscall (linux-386-cgo), const AF_DECnet = 12
pkg syscall (linux-386-cgo), const AF_ECONET = 19
pkg syscall (linux-386-cgo), const AF_FILE = 1
pkg syscall (linux-386-cgo), const AF_IEEE802154 = 36
pkg syscall (linux-386-cgo), const AF_INET6 = 10
pkg syscall (linux-386-cgo), const AF_IPX = 4
pkg syscall (linux-386-cgo), const AF_IRDA = 23
pkg syscall (linux-386-cgo), const AF_ISDN = 34
pkg syscall (linux-386-cgo), const AF_IUCV = 32
pkg syscall (linux-386-cgo), const AF_KEY = 15
pkg syscall (linux-386-cgo), const AF_LLC = 26
pkg syscall (linux-386-cgo), const AF_LOCAL = 1
pkg syscall (linux-386-cgo), const AF_MAX = 39
pkg syscall (linux-386-cgo), const AF_NETBEUI = 13
pkg syscall (linux-386-cgo), const AF_NETLINK = 16
pkg syscall (linux-386-cgo), const AF_NETROM = 6
pkg syscall (linux-386-cgo), const AF_PACKET = 17
pkg syscall (linux-386-cgo), const AF_PHONET = 35
pkg syscall (linux-386-cgo), const AF_PPPOX = 24
pkg syscall (linux-386-cgo), const AF_RDS = 21
pkg syscall (linux-386-cgo), const AF_ROSE = 11
pkg syscall (linux-386-cgo), const AF_ROUTE = 16
pkg syscall (linux-386-cgo), const AF_RXRPC = 33
pkg syscall (linux-386-cgo), const AF_SECURITY = 14
pkg syscall (linux-386-cgo), const AF_SNA = 22
pkg syscall (linux-386-cgo), const AF_TIPC = 30
pkg syscall (linux-386-cgo), const AF_WANPIPE = 25
pkg syscall (linux-386-cgo), const AF_X25 = 9
pkg syscall (linux-386-cgo), const ARPHRD_ADAPT = 264
pkg syscall (linux-386-cgo), const ARPHRD_APPLETLK = 8
pkg syscall (linux-386-cgo), const ARPHRD_ARCNET = 7
pkg syscall (linux-386-cgo), const ARPHRD_ASH = 781
pkg syscall (linux-386-cgo), const ARPHRD_ATM = 19
pkg syscall (linux-386-cgo), const ARPHRD_AX25 = 3
pkg syscall (linux-386-cgo), const ARPHRD_BIF = 775
pkg syscall (linux-386-cgo), const ARPHRD_CHAOS = 5
pkg syscall (linux-386-cgo), const ARPHRD_CISCO = 513
pkg syscall (linux-386-cgo), const ARPHRD_CSLIP = 257
pkg syscall (linux-386-cgo), const ARPHRD_CSLIP6 = 259
pkg syscall (linux-386-cgo), const ARPHRD_DDCMP = 517
pkg syscall (linux-386-cgo), const ARPHRD_DLCI = 15
pkg syscall (linux-386-cgo), const ARPHRD_ECONET = 782
pkg syscall (linux-386-cgo), const ARPHRD_EETHER = 2
pkg syscall (linux-386-cgo), const ARPHRD_ETHER = 1
pkg syscall (linux-386-cgo), const ARPHRD_EUI64 = 27
pkg syscall (linux-386-cgo), const ARPHRD_FCAL = 785
pkg syscall (linux-386-cgo), const ARPHRD_FCFABRIC = 787
pkg syscall (linux-386-cgo), const ARPHRD_FCPL = 786
pkg syscall (linux-386-cgo), const ARPHRD_FCPP = 784
pkg syscall (linux-386-cgo), const ARPHRD_FDDI = 774
pkg syscall (linux-386-cgo), const ARPHRD_FRAD = 770
pkg syscall (linux-386-cgo), const ARPHRD_HDLC = 513
pkg syscall (linux-386-cgo), const ARPHRD_HIPPI = 780
pkg syscall (linux-386-cgo), const ARPHRD_HWX25 = 272
pkg syscall (linux-386-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (linux-386-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211 = 801
pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_PRISM = 802
pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154 = 804
pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154_PHY = 805
pkg syscall (linux-386-cgo), const ARPHRD_IEEE802_TR = 800
pkg syscall (linux-386-cgo), const ARPHRD_INFINIBAND = 32
pkg syscall (linux-386-cgo), const ARPHRD_IPDDP = 777
pkg syscall (linux-386-cgo), const ARPHRD_IPGRE = 778
pkg syscall (linux-386-cgo), const ARPHRD_IRDA = 783
pkg syscall (linux-386-cgo), const ARPHRD_LAPB = 516
pkg syscall (linux-386-cgo), const ARPHRD_LOCALTLK = 773
pkg syscall (linux-386-cgo), const ARPHRD_LOOPBACK = 772
pkg syscall (linux-386-cgo), const ARPHRD_METRICOM = 23
pkg syscall (linux-386-cgo), const ARPHRD_NETROM = 0
pkg syscall (linux-386-cgo), const ARPHRD_NONE = 65534
pkg syscall (linux-386-cgo), const ARPHRD_PIMREG = 779
pkg syscall (linux-386-cgo), const ARPHRD_PPP = 512
pkg syscall (linux-386-cgo), const ARPHRD_PRONET = 4
pkg syscall (linux-386-cgo), const ARPHRD_RAWHDLC = 518
pkg syscall (linux-386-cgo), const ARPHRD_ROSE = 270
pkg syscall (linux-386-cgo), const ARPHRD_RSRVD = 260
pkg syscall (linux-386-cgo), const ARPHRD_SIT = 776
pkg syscall (linux-386-cgo), const ARPHRD_SKIP = 771
pkg syscall (linux-386-cgo), const ARPHRD_SLIP = 256
pkg syscall (linux-386-cgo), const ARPHRD_SLIP6 = 258
pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL = 768
pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL6 = 769
pkg syscall (linux-386-cgo), const ARPHRD_VOID = 65535
pkg syscall (linux-386-cgo), const ARPHRD_X25 = 271
pkg syscall (linux-386-cgo), const B0 = 0
pkg syscall (linux-386-cgo), const B1000000 = 4104
pkg syscall (linux-386-cgo), const B110 = 3
pkg syscall (linux-386-cgo), const B115200 = 4098
pkg syscall (linux-386-cgo), const B1152000 = 4105
pkg syscall (linux-386-cgo), const B1200 = 9
pkg syscall (linux-386-cgo), const B134 = 4
pkg syscall (linux-386-cgo), const B150 = 5
pkg syscall (linux-386-cgo), const B1500000 = 4106
pkg syscall (linux-386-cgo), const B1800 = 10
pkg syscall (linux-386-cgo), const B19200 = 14
pkg syscall (linux-386-cgo), const B200 = 6
pkg syscall (linux-386-cgo), const B2000000 = 4107
pkg syscall (linux-386-cgo), const B230400 = 4099
pkg syscall (linux-386-cgo), const B2400 = 11
pkg syscall (linux-386-cgo), const B2500000 = 4108
pkg syscall (linux-386-cgo), const B300 = 7
pkg syscall (linux-386-cgo), const B3000000 = 4109
pkg syscall (linux-386-cgo), const B3500000 = 4110
pkg syscall (linux-386-cgo), const B38400 = 15
pkg syscall (linux-386-cgo), const B4000000 = 4111
pkg syscall (linux-386-cgo), const B460800 = 4100
pkg syscall (linux-386-cgo), const B4800 = 12
pkg syscall (linux-386-cgo), const B50 = 1
pkg syscall (linux-386-cgo), const B500000 = 4101
pkg syscall (linux-386-cgo), const B57600 = 4097
pkg syscall (linux-386-cgo), const B576000 = 4102
pkg syscall (linux-386-cgo), const B600 = 8
pkg syscall (linux-386-cgo), const B75 = 2
pkg syscall (linux-386-cgo), const B921600 = 4103
pkg syscall (linux-386-cgo), const B9600 = 13
pkg syscall (linux-386-cgo), const BPF_A = 16
pkg syscall (linux-386-cgo), const BPF_ABS = 32
pkg syscall (linux-386-cgo), const BPF_ADD = 0
pkg syscall (linux-386-cgo), const BPF_ALU = 4
pkg syscall (linux-386-cgo), const BPF_AND = 80
pkg syscall (linux-386-cgo), const BPF_B = 16
pkg syscall (linux-386-cgo), const BPF_DIV = 48
pkg syscall (linux-386-cgo), const BPF_H = 8
pkg syscall (linux-386-cgo), const BPF_IMM = 0
pkg syscall (linux-386-cgo), const BPF_IND = 64
pkg syscall (linux-386-cgo), const BPF_JA = 0
pkg syscall (linux-386-cgo), const BPF_JEQ = 16
pkg syscall (linux-386-cgo), const BPF_JGE = 48
pkg syscall (linux-386-cgo), const BPF_JGT = 32
pkg syscall (linux-386-cgo), const BPF_JMP = 5
pkg syscall (linux-386-cgo), const BPF_JSET = 64
pkg syscall (linux-386-cgo), const BPF_K = 0
pkg syscall (linux-386-cgo), const BPF_LD = 0
pkg syscall (linux-386-cgo), const BPF_LDX = 1
pkg syscall (linux-386-cgo), const BPF_LEN = 128
pkg syscall (linux-386-cgo), const BPF_LSH = 96
pkg syscall (linux-386-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (linux-386-cgo), const BPF_MAXINSNS = 4096
pkg syscall (linux-386-cgo), const BPF_MEM = 96
pkg syscall (linux-386-cgo), const BPF_MEMWORDS = 16
pkg syscall (linux-386-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (linux-386-cgo), const BPF_MISC = 7
pkg syscall (linux-386-cgo), const BPF_MSH = 160
pkg syscall (linux-386-cgo), const BPF_MUL = 32
pkg syscall (linux-386-cgo), const BPF_NEG = 128
pkg syscall (linux-386-cgo), const BPF_OR = 64
pkg syscall (linux-386-cgo), const BPF_RET = 6
pkg syscall (linux-386-cgo), const BPF_RSH = 112
pkg syscall (linux-386-cgo), const BPF_ST = 2
pkg syscall (linux-386-cgo), const BPF_STX = 3
pkg syscall (linux-386-cgo), const BPF_SUB = 16
pkg syscall (linux-386-cgo), const BPF_TAX = 0
pkg syscall (linux-386-cgo), const BPF_TXA = 128
pkg syscall (linux-386-cgo), const BPF_W = 0
pkg syscall (linux-386-cgo), const BPF_X = 8
pkg syscall (linux-386-cgo), const BRKINT = 2
pkg syscall (linux-386-cgo), const CLOCAL = 2048
pkg syscall (linux-386-cgo), const CREAD = 128
pkg syscall (linux-386-cgo), const CS5 = 0
pkg syscall (linux-386-cgo), const CS6 = 16
pkg syscall (linux-386-cgo), const CS7 = 32
pkg syscall (linux-386-cgo), const CS8 = 48
pkg syscall (linux-386-cgo), const CSIZE = 48
pkg syscall (linux-386-cgo), const CSTOPB = 64
pkg syscall (linux-386-cgo), const DT_BLK = 6
pkg syscall (linux-386-cgo), const DT_CHR = 2
pkg syscall (linux-386-cgo), const DT_DIR = 4
pkg syscall (linux-386-cgo), const DT_FIFO = 1
pkg syscall (linux-386-cgo), const DT_LNK = 10
pkg syscall (linux-386-cgo), const DT_REG = 8
pkg syscall (linux-386-cgo), const DT_SOCK = 12
pkg syscall (linux-386-cgo), const DT_UNKNOWN = 0
pkg syscall (linux-386-cgo), const DT_WHT = 14
pkg syscall (linux-386-cgo), const E2BIG = 7
pkg syscall (linux-386-cgo), const EACCES = 13
pkg syscall (linux-386-cgo), const EADDRINUSE = 98
pkg syscall (linux-386-cgo), const EADDRNOTAVAIL = 99
pkg syscall (linux-386-cgo), const EADV = 68
pkg syscall (linux-386-cgo), const EAFNOSUPPORT = 97
pkg syscall (linux-386-cgo), const EAGAIN = 11
pkg syscall (linux-386-cgo), const EALREADY = 114
pkg syscall (linux-386-cgo), const EBADE = 52
pkg syscall (linux-386-cgo), const EBADF = 9
pkg syscall (linux-386-cgo), const EBADFD = 77
pkg syscall (linux-386-cgo), const EBADMSG = 74
pkg syscall (linux-386-cgo), const EBADR = 53
pkg syscall (linux-386-cgo), const EBADRQC = 56
pkg syscall (linux-386-cgo), const EBADSLT = 57
pkg syscall (linux-386-cgo), const EBFONT = 59
pkg syscall (linux-386-cgo), const EBUSY = 16
pkg syscall (linux-386-cgo), const ECANCELED = 125
pkg syscall (linux-386-cgo), const ECHILD = 10
pkg syscall (linux-386-cgo), const ECHO = 8
pkg syscall (linux-386-cgo), const ECHOCTL = 512
pkg syscall (linux-386-cgo), const ECHOE = 16
pkg syscall (linux-386-cgo), const ECHOK = 32
pkg syscall (linux-386-cgo), const ECHOKE = 2048
pkg syscall (linux-386-cgo), const ECHONL = 64
pkg syscall (linux-386-cgo), const ECHOPRT = 1024
pkg syscall (linux-386-cgo), const ECHRNG = 44
pkg syscall (linux-386-cgo), const ECOMM = 70
pkg syscall (linux-386-cgo), const ECONNABORTED = 103
pkg syscall (linux-386-cgo), const ECONNREFUSED = 111
pkg syscall (linux-386-cgo), const ECONNRESET = 104
pkg syscall (linux-386-cgo), const EDEADLK = 35
pkg syscall (linux-386-cgo), const EDEADLOCK = 35
pkg syscall (linux-386-cgo), const EDESTADDRREQ = 89
pkg syscall (linux-386-cgo), const EDOM = 33
pkg syscall (linux-386-cgo), const EDOTDOT = 73
pkg syscall (linux-386-cgo), const EDQUOT = 122
pkg syscall (linux-386-cgo), const EEXIST = 17
pkg syscall (linux-386-cgo), const EFAULT = 14
pkg syscall (linux-386-cgo), const EFBIG = 27
pkg syscall (linux-386-cgo), const EHOSTDOWN = 112
pkg syscall (linux-386-cgo), const EHOSTUNREACH = 113
pkg syscall (linux-386-cgo), const EIDRM = 43
pkg syscall (linux-386-cgo), const EILSEQ = 84
pkg syscall (linux-386-cgo), const EINPROGRESS = 115
pkg syscall (linux-386-cgo), const EINTR = 4
pkg syscall (linux-386-cgo), const EINVAL = 22
pkg syscall (linux-386-cgo), const EIO = 5
pkg syscall (linux-386-cgo), const EISCONN = 106
pkg syscall (linux-386-cgo), const EISDIR = 21
pkg syscall (linux-386-cgo), const EISNAM = 120
pkg syscall (linux-386-cgo), const EKEYEXPIRED = 127
pkg syscall (linux-386-cgo), const EKEYREJECTED = 129
pkg syscall (linux-386-cgo), const EKEYREVOKED = 128
pkg syscall (linux-386-cgo), const EL2HLT = 51
pkg syscall (linux-386-cgo), const EL2NSYNC = 45
pkg syscall (linux-386-cgo), const EL3HLT = 46
pkg syscall (linux-386-cgo), const EL3RST = 47
pkg syscall (linux-386-cgo), const ELIBACC = 79
pkg syscall (linux-386-cgo), const ELIBBAD = 80
pkg syscall (linux-386-cgo), const ELIBEXEC = 83
pkg syscall (linux-386-cgo), const ELIBMAX = 82
pkg syscall (linux-386-cgo), const ELIBSCN = 81
pkg syscall (linux-386-cgo), const ELNRNG = 48
pkg syscall (linux-386-cgo), const ELOOP = 40
pkg syscall (linux-386-cgo), const EMEDIUMTYPE = 124
pkg syscall (linux-386-cgo), const EMFILE = 24
pkg syscall (linux-386-cgo), const EMLINK = 31
pkg syscall (linux-386-cgo), const EMSGSIZE = 90
pkg syscall (linux-386-cgo), const EMULTIHOP = 72
pkg syscall (linux-386-cgo), const ENAMETOOLONG = 36
pkg syscall (linux-386-cgo), const ENAVAIL = 119
pkg syscall (linux-386-cgo), const ENETDOWN = 100
pkg syscall (linux-386-cgo), const ENETRESET = 102
pkg syscall (linux-386-cgo), const ENETUNREACH = 101
pkg syscall (linux-386-cgo), const ENFILE = 23
pkg syscall (linux-386-cgo), const ENOANO = 55
pkg syscall (linux-386-cgo), const ENOBUFS = 105
pkg syscall (linux-386-cgo), const ENOCSI = 50
pkg syscall (linux-386-cgo), const ENODATA = 61
pkg syscall (linux-386-cgo), const ENODEV = 19
pkg syscall (linux-386-cgo), const ENOEXEC = 8
pkg syscall (linux-386-cgo), const ENOKEY = 126
pkg syscall (linux-386-cgo), const ENOLCK = 37
pkg syscall (linux-386-cgo), const ENOLINK = 67
pkg syscall (linux-386-cgo), const ENOMEDIUM = 123
pkg syscall (linux-386-cgo), const ENOMEM = 12
pkg syscall (linux-386-cgo), const ENOMSG = 42
pkg syscall (linux-386-cgo), const ENONET = 64
pkg syscall (linux-386-cgo), const ENOPKG = 65
pkg syscall (linux-386-cgo), const ENOPROTOOPT = 92
pkg syscall (linux-386-cgo), const ENOSPC = 28
pkg syscall (linux-386-cgo), const ENOSR = 63
pkg syscall (linux-386-cgo), const ENOSTR = 60
pkg syscall (linux-386-cgo), const ENOSYS = 38
pkg syscall (linux-386-cgo), const ENOTBLK = 15
pkg syscall (linux-386-cgo), const ENOTCONN = 107
pkg syscall (linux-386-cgo), const ENOTDIR = 20
pkg syscall (linux-386-cgo), const ENOTEMPTY = 39
pkg syscall (linux-386-cgo), const ENOTNAM = 118
pkg syscall (linux-386-cgo), const ENOTRECOVERABLE = 131
pkg syscall (linux-386-cgo), const ENOTSOCK = 88
pkg syscall (linux-386-cgo), const ENOTSUP = 95
pkg syscall (linux-386-cgo), const ENOTTY = 25
pkg syscall (linux-386-cgo), const ENOTUNIQ = 76
pkg syscall (linux-386-cgo), const ENXIO = 6
pkg syscall (linux-386-cgo), const EOPNOTSUPP = 95
pkg syscall (linux-386-cgo), const EOVERFLOW = 75
pkg syscall (linux-386-cgo), const EOWNERDEAD = 130
pkg syscall (linux-386-cgo), const EPERM = 1
pkg syscall (linux-386-cgo), const EPFNOSUPPORT = 96
pkg syscall (linux-386-cgo), const EPIPE = 32
pkg syscall (linux-386-cgo), const EPOLLERR = 8
pkg syscall (linux-386-cgo), const EPOLLET = -2147483648
pkg syscall (linux-386-cgo), const EPOLLHUP = 16
pkg syscall (linux-386-cgo), const EPOLLIN = 1
pkg syscall (linux-386-cgo), const EPOLLMSG = 1024
pkg syscall (linux-386-cgo), const EPOLLONESHOT = 1073741824
pkg syscall (linux-386-cgo), const EPOLLOUT = 4
pkg syscall (linux-386-cgo), const EPOLLPRI = 2
pkg syscall (linux-386-cgo), const EPOLLRDBAND = 128
pkg syscall (linux-386-cgo), const EPOLLRDHUP = 8192
pkg syscall (linux-386-cgo), const EPOLLRDNORM = 64
pkg syscall (linux-386-cgo), const EPOLLWRBAND = 512
pkg syscall (linux-386-cgo), const EPOLLWRNORM = 256
pkg syscall (linux-386-cgo), const EPOLL_CLOEXEC = 524288
pkg syscall (linux-386-cgo), const EPOLL_CTL_ADD = 1
pkg syscall (linux-386-cgo), const EPOLL_CTL_DEL = 2
pkg syscall (linux-386-cgo), const EPOLL_CTL_MOD = 3
pkg syscall (linux-386-cgo), const EPOLL_NONBLOCK = 2048
pkg syscall (linux-386-cgo), const EPROTO = 71
pkg syscall (linux-386-cgo), const EPROTONOSUPPORT = 93
pkg syscall (linux-386-cgo), const EPROTOTYPE = 91
pkg syscall (linux-386-cgo), const ERANGE = 34
pkg syscall (linux-386-cgo), const EREMCHG = 78
pkg syscall (linux-386-cgo), const EREMOTE = 66
pkg syscall (linux-386-cgo), const EREMOTEIO = 121
pkg syscall (linux-386-cgo), const ERESTART = 85
pkg syscall (linux-386-cgo), const ERFKILL = 132
pkg syscall (linux-386-cgo), const EROFS = 30
pkg syscall (linux-386-cgo), const ESHUTDOWN = 108
pkg syscall (linux-386-cgo), const ESOCKTNOSUPPORT = 94
pkg syscall (linux-386-cgo), const ESPIPE = 29
pkg syscall (linux-386-cgo), const ESRCH = 3
pkg syscall (linux-386-cgo), const ESRMNT = 69
pkg syscall (linux-386-cgo), const ESTALE = 116
pkg syscall (linux-386-cgo), const ESTRPIPE = 86
pkg syscall (linux-386-cgo), const ETH_P_1588 = 35063
pkg syscall (linux-386-cgo), const ETH_P_8021Q = 33024
pkg syscall (linux-386-cgo), const ETH_P_802_2 = 4
pkg syscall (linux-386-cgo), const ETH_P_802_3 = 1
pkg syscall (linux-386-cgo), const ETH_P_AARP = 33011
pkg syscall (linux-386-cgo), const ETH_P_ALL = 3
pkg syscall (linux-386-cgo), const ETH_P_AOE = 34978
pkg syscall (linux-386-cgo), const ETH_P_ARCNET = 26
pkg syscall (linux-386-cgo), const ETH_P_ARP = 2054
pkg syscall (linux-386-cgo), const ETH_P_ATALK = 32923
pkg syscall (linux-386-cgo), const ETH_P_ATMFATE = 34948
pkg syscall (linux-386-cgo), const ETH_P_ATMMPOA = 34892
pkg syscall (linux-386-cgo), const ETH_P_AX25 = 2
pkg syscall (linux-386-cgo), const ETH_P_BPQ = 2303
pkg syscall (linux-386-cgo), const ETH_P_CAIF = 247
pkg syscall (linux-386-cgo), const ETH_P_CAN = 12
pkg syscall (linux-386-cgo), const ETH_P_CONTROL = 22
pkg syscall (linux-386-cgo), const ETH_P_CUST = 24582
pkg syscall (linux-386-cgo), const ETH_P_DDCMP = 6
pkg syscall (linux-386-cgo), const ETH_P_DEC = 24576
pkg syscall (linux-386-cgo), const ETH_P_DIAG = 24581
pkg syscall (linux-386-cgo), const ETH_P_DNA_DL = 24577
pkg syscall (linux-386-cgo), const ETH_P_DNA_RC = 24578
pkg syscall (linux-386-cgo), const ETH_P_DNA_RT = 24579
pkg syscall (linux-386-cgo), const ETH_P_DSA = 27
pkg syscall (linux-386-cgo), const ETH_P_ECONET = 24
pkg syscall (linux-386-cgo), const ETH_P_EDSA = 56026
pkg syscall (linux-386-cgo), const ETH_P_FCOE = 35078
pkg syscall (linux-386-cgo), const ETH_P_FIP = 35092
pkg syscall (linux-386-cgo), const ETH_P_HDLC = 25
pkg syscall (linux-386-cgo), const ETH_P_IEEE802154 = 246
pkg syscall (linux-386-cgo), const ETH_P_IEEEPUP = 2560
pkg syscall (linux-386-cgo), const ETH_P_IEEEPUPAT = 2561
pkg syscall (linux-386-cgo), const ETH_P_IP = 2048
pkg syscall (linux-386-cgo), const ETH_P_IPV6 = 34525
pkg syscall (linux-386-cgo), const ETH_P_IPX = 33079
pkg syscall (linux-386-cgo), const ETH_P_IRDA = 23
pkg syscall (linux-386-cgo), const ETH_P_LAT = 24580
pkg syscall (linux-386-cgo), const ETH_P_LINK_CTL = 34924
pkg syscall (linux-386-cgo), const ETH_P_LOCALTALK = 9
pkg syscall (linux-386-cgo), const ETH_P_LOOP = 96
pkg syscall (linux-386-cgo), const ETH_P_MOBITEX = 21
pkg syscall (linux-386-cgo), const ETH_P_MPLS_MC = 34888
pkg syscall (linux-386-cgo), const ETH_P_MPLS_UC = 34887
pkg syscall (linux-386-cgo), const ETH_P_PAE = 34958
pkg syscall (linux-386-cgo), const ETH_P_PAUSE = 34824
pkg syscall (linux-386-cgo), const ETH_P_PHONET = 245
pkg syscall (linux-386-cgo), const ETH_P_PPPTALK = 16
pkg syscall (linux-386-cgo), const ETH_P_PPP_DISC = 34915
pkg syscall (linux-386-cgo), const ETH_P_PPP_MP = 8
pkg syscall (linux-386-cgo), const ETH_P_PPP_SES = 34916
pkg syscall (linux-386-cgo), const ETH_P_PUP = 512
pkg syscall (linux-386-cgo), const ETH_P_PUPAT = 513
pkg syscall (linux-386-cgo), const ETH_P_RARP = 32821
pkg syscall (linux-386-cgo), const ETH_P_SCA = 24583
pkg syscall (linux-386-cgo), const ETH_P_SLOW = 34825
pkg syscall (linux-386-cgo), const ETH_P_SNAP = 5
pkg syscall (linux-386-cgo), const ETH_P_TEB = 25944
pkg syscall (linux-386-cgo), const ETH_P_TIPC = 35018
pkg syscall (linux-386-cgo), const ETH_P_TRAILER = 28
pkg syscall (linux-386-cgo), const ETH_P_TR_802_2 = 17
pkg syscall (linux-386-cgo), const ETH_P_WAN_PPP = 7
pkg syscall (linux-386-cgo), const ETH_P_WCCP = 34878
pkg syscall (linux-386-cgo), const ETH_P_X25 = 2053
pkg syscall (linux-386-cgo), const ETIME = 62
pkg syscall (linux-386-cgo), const ETIMEDOUT = 110
pkg syscall (linux-386-cgo), const ETOOMANYREFS = 109
pkg syscall (linux-386-cgo), const ETXTBSY = 26
pkg syscall (linux-386-cgo), const EUCLEAN = 117
pkg syscall (linux-386-cgo), const EUNATCH = 49
pkg syscall (linux-386-cgo), const EUSERS = 87
pkg syscall (linux-386-cgo), const EWOULDBLOCK = 11
pkg syscall (linux-386-cgo), const EXDEV = 18
pkg syscall (linux-386-cgo), const EXFULL = 54
pkg syscall (linux-386-cgo), const FD_CLOEXEC = 1
pkg syscall (linux-386-cgo), const FD_SETSIZE = 1024
pkg syscall (linux-386-cgo), const FLUSHO = 4096
pkg syscall (linux-386-cgo), const F_DUPFD = 0
pkg syscall (linux-386-cgo), const F_DUPFD_CLOEXEC = 1030
pkg syscall (linux-386-cgo), const F_EXLCK = 4
pkg syscall (linux-386-cgo), const F_GETFD = 1
pkg syscall (linux-386-cgo), const F_GETFL = 3
pkg syscall (linux-386-cgo), const F_GETLEASE = 1025
pkg syscall (linux-386-cgo), const F_GETLK = 12
pkg syscall (linux-386-cgo), const F_GETLK64 = 12
pkg syscall (linux-386-cgo), const F_GETOWN = 9
pkg syscall (linux-386-cgo), const F_GETOWN_EX = 16
pkg syscall (linux-386-cgo), const F_GETPIPE_SZ = 1032
pkg syscall (linux-386-cgo), const F_GETSIG = 11
pkg syscall (linux-386-cgo), const F_LOCK = 1
pkg syscall (linux-386-cgo), const F_NOTIFY = 1026
pkg syscall (linux-386-cgo), const F_OK = 0
pkg syscall (linux-386-cgo), const F_RDLCK = 0
pkg syscall (linux-386-cgo), const F_SETFD = 2
pkg syscall (linux-386-cgo), const F_SETFL = 4
pkg syscall (linux-386-cgo), const F_SETLEASE = 1024
pkg syscall (linux-386-cgo), const F_SETLK = 13
pkg syscall (linux-386-cgo), const F_SETLK64 = 13
pkg syscall (linux-386-cgo), const F_SETLKW = 14
pkg syscall (linux-386-cgo), const F_SETLKW64 = 14
pkg syscall (linux-386-cgo), const F_SETOWN = 8
pkg syscall (linux-386-cgo), const F_SETOWN_EX = 15
pkg syscall (linux-386-cgo), const F_SETPIPE_SZ = 1031
pkg syscall (linux-386-cgo), const F_SETSIG = 10
pkg syscall (linux-386-cgo), const F_SHLCK = 8
pkg syscall (linux-386-cgo), const F_TEST = 3
pkg syscall (linux-386-cgo), const F_TLOCK = 2
pkg syscall (linux-386-cgo), const F_ULOCK = 0
pkg syscall (linux-386-cgo), const F_UNLCK = 2
pkg syscall (linux-386-cgo), const F_WRLCK = 1
pkg syscall (linux-386-cgo), const HUPCL = 1024
pkg syscall (linux-386-cgo), const ICANON = 2
pkg syscall (linux-386-cgo), const ICRNL = 256
pkg syscall (linux-386-cgo), const IEXTEN = 32768
pkg syscall (linux-386-cgo), const IFA_ADDRESS = 1
pkg syscall (linux-386-cgo), const IFA_ANYCAST = 5
pkg syscall (linux-386-cgo), const IFA_BROADCAST = 4
pkg syscall (linux-386-cgo), const IFA_CACHEINFO = 6
pkg syscall (linux-386-cgo), const IFA_F_DADFAILED = 8
pkg syscall (linux-386-cgo), const IFA_F_DEPRECATED = 32
pkg syscall (linux-386-cgo), const IFA_F_HOMEADDRESS = 16
pkg syscall (linux-386-cgo), const IFA_F_NODAD = 2
pkg syscall (linux-386-cgo), const IFA_F_OPTIMISTIC = 4
pkg syscall (linux-386-cgo), const IFA_F_PERMANENT = 128
pkg syscall (linux-386-cgo), const IFA_F_SECONDARY = 1
pkg syscall (linux-386-cgo), const IFA_F_TEMPORARY = 1
pkg syscall (linux-386-cgo), const IFA_F_TENTATIVE = 64
pkg syscall (linux-386-cgo), const IFA_LABEL = 3
pkg syscall (linux-386-cgo), const IFA_LOCAL = 2
pkg syscall (linux-386-cgo), const IFA_MAX = 7
pkg syscall (linux-386-cgo), const IFA_MULTICAST = 7
pkg syscall (linux-386-cgo), const IFA_UNSPEC = 0
pkg syscall (linux-386-cgo), const IFF_ALLMULTI = 512
pkg syscall (linux-386-cgo), const IFF_AUTOMEDIA = 16384
pkg syscall (linux-386-cgo), const IFF_DEBUG = 4
pkg syscall (linux-386-cgo), const IFF_DYNAMIC = 32768
pkg syscall (linux-386-cgo), const IFF_LOOPBACK = 8
pkg syscall (linux-386-cgo), const IFF_MASTER = 1024
pkg syscall (linux-386-cgo), const IFF_MULTICAST = 4096
pkg syscall (linux-386-cgo), const IFF_NOARP = 128
pkg syscall (linux-386-cgo), const IFF_NOTRAILERS = 32
pkg syscall (linux-386-cgo), const IFF_NO_PI = 4096
pkg syscall (linux-386-cgo), const IFF_ONE_QUEUE = 8192
pkg syscall (linux-386-cgo), const IFF_POINTOPOINT = 16
pkg syscall (linux-386-cgo), const IFF_PORTSEL = 8192
pkg syscall (linux-386-cgo), const IFF_PROMISC = 256
pkg syscall (linux-386-cgo), const IFF_RUNNING = 64
pkg syscall (linux-386-cgo), const IFF_SLAVE = 2048
pkg syscall (linux-386-cgo), const IFF_TAP = 2
pkg syscall (linux-386-cgo), const IFF_TUN = 1
pkg syscall (linux-386-cgo), const IFF_TUN_EXCL = 32768
pkg syscall (linux-386-cgo), const IFF_VNET_HDR = 16384
pkg syscall (linux-386-cgo), const IFLA_ADDRESS = 1
pkg syscall (linux-386-cgo), const IFLA_BROADCAST = 2
pkg syscall (linux-386-cgo), const IFLA_COST = 8
pkg syscall (linux-386-cgo), const IFLA_IFALIAS = 20
pkg syscall (linux-386-cgo), const IFLA_IFNAME = 3
pkg syscall (linux-386-cgo), const IFLA_LINK = 5
pkg syscall (linux-386-cgo), const IFLA_LINKINFO = 18
pkg syscall (linux-386-cgo), const IFLA_LINKMODE = 17
pkg syscall (linux-386-cgo), const IFLA_MAP = 14
pkg syscall (linux-386-cgo), const IFLA_MASTER = 10
pkg syscall (linux-386-cgo), const IFLA_MAX = 29
pkg syscall (linux-386-cgo), const IFLA_MTU = 4
pkg syscall (linux-386-cgo), const IFLA_NET_NS_PID = 19
pkg syscall (linux-386-cgo), const IFLA_OPERSTATE = 16
pkg syscall (linux-386-cgo), const IFLA_PRIORITY = 9
pkg syscall (linux-386-cgo), const IFLA_PROTINFO = 12
pkg syscall (linux-386-cgo), const IFLA_QDISC = 6
pkg syscall (linux-386-cgo), const IFLA_STATS = 7
pkg syscall (linux-386-cgo), const IFLA_TXQLEN = 13
pkg syscall (linux-386-cgo), const IFLA_UNSPEC = 0
pkg syscall (linux-386-cgo), const IFLA_WEIGHT = 15
pkg syscall (linux-386-cgo), const IFLA_WIRELESS = 11
pkg syscall (linux-386-cgo), const IFNAMSIZ = 16
pkg syscall (linux-386-cgo), const IGNBRK = 1
pkg syscall (linux-386-cgo), const IGNCR = 128
pkg syscall (linux-386-cgo), const IGNPAR = 4
pkg syscall (linux-386-cgo), const IMAXBEL = 8192
pkg syscall (linux-386-cgo), const INLCR = 64
pkg syscall (linux-386-cgo), const INPCK = 16
pkg syscall (linux-386-cgo), const IN_ACCESS = 1
pkg syscall (linux-386-cgo), const IN_ALL_EVENTS = 4095
pkg syscall (linux-386-cgo), const IN_ATTRIB = 4
pkg syscall (linux-386-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (linux-386-cgo), const IN_CLASSA_MAX = 128
pkg syscall (linux-386-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (linux-386-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (linux-386-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (linux-386-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (linux-386-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (linux-386-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (linux-386-cgo), const IN_CLASSC_HOST = 255
pkg syscall (linux-386-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (linux-386-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (linux-386-cgo), const IN_CLOEXEC = 524288
pkg syscall (linux-386-cgo), const IN_CLOSE = 24
pkg syscall (linux-386-cgo), const IN_CLOSE_NOWRITE = 16
pkg syscall (linux-386-cgo), const IN_CLOSE_WRITE = 8
pkg syscall (linux-386-cgo), const IN_CREATE = 256
pkg syscall (linux-386-cgo), const IN_DELETE = 512
pkg syscall (linux-386-cgo), const IN_DELETE_SELF = 1024
pkg syscall (linux-386-cgo), const IN_DONT_FOLLOW = 33554432
pkg syscall (linux-386-cgo), const IN_EXCL_UNLINK = 67108864
pkg syscall (linux-386-cgo), const IN_IGNORED = 32768
pkg syscall (linux-386-cgo), const IN_ISDIR = 1073741824
pkg syscall (linux-386-cgo), const IN_LOOPBACKNET = 127
pkg syscall (linux-386-cgo), const IN_MASK_ADD = 536870912
pkg syscall (linux-386-cgo), const IN_MODIFY = 2
pkg syscall (linux-386-cgo), const IN_MOVE = 192
pkg syscall (linux-386-cgo), const IN_MOVED_FROM = 64
pkg syscall (linux-386-cgo), const IN_MOVED_TO = 128
pkg syscall (linux-386-cgo), const IN_MOVE_SELF = 2048
pkg syscall (linux-386-cgo), const IN_NONBLOCK = 2048
pkg syscall (linux-386-cgo), const IN_ONESHOT = 2147483648
pkg syscall (linux-386-cgo), const IN_ONLYDIR = 16777216
pkg syscall (linux-386-cgo), const IN_OPEN = 32
pkg syscall (linux-386-cgo), const IN_Q_OVERFLOW = 16384
pkg syscall (linux-386-cgo), const IN_UNMOUNT = 8192
pkg syscall (linux-386-cgo), const IPPROTO_AH = 51
pkg syscall (linux-386-cgo), const IPPROTO_COMP = 108
pkg syscall (linux-386-cgo), const IPPROTO_DCCP = 33
pkg syscall (linux-386-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (linux-386-cgo), const IPPROTO_EGP = 8
pkg syscall (linux-386-cgo), const IPPROTO_ENCAP = 98
pkg syscall (linux-386-cgo), const IPPROTO_ESP = 50
pkg syscall (linux-386-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (linux-386-cgo), const IPPROTO_GRE = 47
pkg syscall (linux-386-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (linux-386-cgo), const IPPROTO_ICMP = 1
pkg syscall (linux-386-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (linux-386-cgo), const IPPROTO_IDP = 22
pkg syscall (linux-386-cgo), const IPPROTO_IGMP = 2
pkg syscall (linux-386-cgo), const IPPROTO_IPIP = 4
pkg syscall (linux-386-cgo), const IPPROTO_MTP = 92
pkg syscall (linux-386-cgo), const IPPROTO_NONE = 59
pkg syscall (linux-386-cgo), const IPPROTO_PIM = 103
pkg syscall (linux-386-cgo), const IPPROTO_PUP = 12
pkg syscall (linux-386-cgo), const IPPROTO_RAW = 255
pkg syscall (linux-386-cgo), const IPPROTO_ROUTING = 43
pkg syscall (linux-386-cgo), const IPPROTO_RSVP = 46
pkg syscall (linux-386-cgo), const IPPROTO_SCTP = 132
pkg syscall (linux-386-cgo), const IPPROTO_TP = 29
pkg syscall (linux-386-cgo), const IPPROTO_UDPLITE = 136
pkg syscall (linux-386-cgo), const IPV6_2292DSTOPTS = 4
pkg syscall (linux-386-cgo), const IPV6_2292HOPLIMIT = 8
pkg syscall (linux-386-cgo), const IPV6_2292HOPOPTS = 3
pkg syscall (linux-386-cgo), const IPV6_2292PKTINFO = 2
pkg syscall (linux-386-cgo), const IPV6_2292PKTOPTIONS = 6
pkg syscall (linux-386-cgo), const IPV6_2292RTHDR = 5
pkg syscall (linux-386-cgo), const IPV6_ADDRFORM = 1
pkg syscall (linux-386-cgo), const IPV6_ADD_MEMBERSHIP = 20
pkg syscall (linux-386-cgo), const IPV6_AUTHHDR = 10
pkg syscall (linux-386-cgo), const IPV6_CHECKSUM = 7
pkg syscall (linux-386-cgo), const IPV6_DROP_MEMBERSHIP = 21
pkg syscall (linux-386-cgo), const IPV6_DSTOPTS = 59
pkg syscall (linux-386-cgo), const IPV6_HOPLIMIT = 52
pkg syscall (linux-386-cgo), const IPV6_HOPOPTS = 54
pkg syscall (linux-386-cgo), const IPV6_IPSEC_POLICY = 34
pkg syscall (linux-386-cgo), const IPV6_JOIN_ANYCAST = 27
pkg syscall (linux-386-cgo), const IPV6_JOIN_GROUP = 20
pkg syscall (linux-386-cgo), const IPV6_LEAVE_ANYCAST = 28
pkg syscall (linux-386-cgo), const IPV6_LEAVE_GROUP = 21
pkg syscall (linux-386-cgo), const IPV6_MTU = 24
pkg syscall (linux-386-cgo), const IPV6_MTU_DISCOVER = 23
pkg syscall (linux-386-cgo), const IPV6_MULTICAST_HOPS = 18
pkg syscall (linux-386-cgo), const IPV6_MULTICAST_IF = 17
pkg syscall (linux-386-cgo), const IPV6_MULTICAST_LOOP = 19
pkg syscall (linux-386-cgo), const IPV6_NEXTHOP = 9
pkg syscall (linux-386-cgo), const IPV6_PKTINFO = 50
pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DO = 2
pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DONT = 0
pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_PROBE = 3
pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_WANT = 1
pkg syscall (linux-386-cgo), const IPV6_RECVDSTOPTS = 58
pkg syscall (linux-386-cgo), const IPV6_RECVERR = 25
pkg syscall (linux-386-cgo), const IPV6_RECVHOPLIMIT = 51
pkg syscall (linux-386-cgo), const IPV6_RECVHOPOPTS = 53
pkg syscall (linux-386-cgo), const IPV6_RECVPKTINFO = 49
pkg syscall (linux-386-cgo), const IPV6_RECVRTHDR = 56
pkg syscall (linux-386-cgo), const IPV6_RECVTCLASS = 66
pkg syscall (linux-386-cgo), const IPV6_ROUTER_ALERT = 22
pkg syscall (linux-386-cgo), const IPV6_RTHDR = 57
pkg syscall (linux-386-cgo), const IPV6_RTHDRDSTOPTS = 55
pkg syscall (linux-386-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (linux-386-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (linux-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (linux-386-cgo), const IPV6_RXDSTOPTS = 59
pkg syscall (linux-386-cgo), const IPV6_RXHOPOPTS = 54
pkg syscall (linux-386-cgo), const IPV6_TCLASS = 67
pkg syscall (linux-386-cgo), const IPV6_UNICAST_HOPS = 16
pkg syscall (linux-386-cgo), const IPV6_V6ONLY = 26
pkg syscall (linux-386-cgo), const IPV6_XFRM_POLICY = 35
pkg syscall (linux-386-cgo), const IP_ADD_MEMBERSHIP = 35
pkg syscall (linux-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
pkg syscall (linux-386-cgo), const IP_BLOCK_SOURCE = 38
pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (linux-386-cgo), const IP_DF = 16384
pkg syscall (linux-386-cgo), const IP_DROP_MEMBERSHIP = 36
pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
pkg syscall (linux-386-cgo), const IP_FREEBIND = 15
pkg syscall (linux-386-cgo), const IP_HDRINCL = 3
pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY = 16
pkg syscall (linux-386-cgo), const IP_MAXPACKET = 65535
pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (linux-386-cgo), const IP_MF = 8192
pkg syscall (linux-386-cgo), const IP_MINTTL = 21
pkg syscall (linux-386-cgo), const IP_MSFILTER = 41
pkg syscall (linux-386-cgo), const IP_MSS = 576
pkg syscall (linux-386-cgo), const IP_MTU = 14
pkg syscall (linux-386-cgo), const IP_MTU_DISCOVER = 10
pkg syscall (linux-386-cgo), const IP_MULTICAST_IF = 32
pkg syscall (linux-386-cgo), const IP_MULTICAST_LOOP = 34
pkg syscall (linux-386-cgo), const IP_MULTICAST_TTL = 33
pkg syscall (linux-386-cgo), const IP_OFFMASK = 8191
pkg syscall (linux-386-cgo), const IP_OPTIONS = 4
pkg syscall (linux-386-cgo), const IP_ORIGDSTADDR = 20
pkg syscall (linux-386-cgo), const IP_PASSSEC = 18
pkg syscall (linux-386-cgo), const IP_PKTINFO = 8
pkg syscall (linux-386-cgo), const IP_PKTOPTIONS = 9
pkg syscall (linux-386-cgo), const IP_PMTUDISC = 10
pkg syscall (linux-386-cgo), const IP_PMTUDISC_DO = 2
pkg syscall (linux-386-cgo), const IP_PMTUDISC_DONT = 0
pkg syscall (linux-386-cgo), const IP_PMTUDISC_PROBE = 3
pkg syscall (linux-386-cgo), const IP_PMTUDISC_WANT = 1
pkg syscall (linux-386-cgo), const IP_RECVERR = 11
pkg syscall (linux-386-cgo), const IP_RECVOPTS = 6
pkg syscall (linux-386-cgo), const IP_RECVORIGDSTADDR = 20
pkg syscall (linux-386-cgo), const IP_RECVRETOPTS = 7
pkg syscall (linux-386-cgo), const IP_RECVTOS = 13
pkg syscall (linux-386-cgo), const IP_RECVTTL = 12
pkg syscall (linux-386-cgo), const IP_RETOPTS = 7
pkg syscall (linux-386-cgo), const IP_RF = 32768
pkg syscall (linux-386-cgo), const IP_ROUTER_ALERT = 5
pkg syscall (linux-386-cgo), const IP_TOS = 1
pkg syscall (linux-386-cgo), const IP_TRANSPARENT = 19
pkg syscall (linux-386-cgo), const IP_TTL = 2
pkg syscall (linux-386-cgo), const IP_UNBLOCK_SOURCE = 37
pkg syscall (linux-386-cgo), const IP_XFRM_POLICY = 17
pkg syscall (linux-386-cgo), const ISIG = 1
pkg syscall (linux-386-cgo), const ISTRIP = 32
pkg syscall (linux-386-cgo), const IUCLC = 512
pkg syscall (linux-386-cgo), const IUTF8 = 16384
pkg syscall (linux-386-cgo), const IXANY = 2048
pkg syscall (linux-386-cgo), const IXOFF = 4096
pkg syscall (linux-386-cgo), const IXON = 1024
pkg syscall (linux-386-cgo), const ImplementsGetwd = true
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
pkg syscall (linux-386-cgo), const LOCK_EX = 2
pkg syscall (linux-386-cgo), const LOCK_NB = 4
pkg syscall (linux-386-cgo), const LOCK_SH = 1
pkg syscall (linux-386-cgo), const LOCK_UN = 8
pkg syscall (linux-386-cgo), const MADV_DOFORK = 11
pkg syscall (linux-386-cgo), const MADV_DONTFORK = 10
pkg syscall (linux-386-cgo), const MADV_DONTNEED = 4
pkg syscall (linux-386-cgo), const MADV_HUGEPAGE = 14
pkg syscall (linux-386-cgo), const MADV_HWPOISON = 100
pkg syscall (linux-386-cgo), const MADV_MERGEABLE = 12
pkg syscall (linux-386-cgo), const MADV_NOHUGEPAGE = 15
pkg syscall (linux-386-cgo), const MADV_NORMAL = 0
pkg syscall (linux-386-cgo), const MADV_RANDOM = 1
pkg syscall (linux-386-cgo), const MADV_REMOVE = 9
pkg syscall (linux-386-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (linux-386-cgo), const MADV_UNMERGEABLE = 13
pkg syscall (linux-386-cgo), const MADV_WILLNEED = 3
pkg syscall (linux-386-cgo), const MAP_32BIT = 64
pkg syscall (linux-386-cgo), const MAP_ANON = 32
pkg syscall (linux-386-cgo), const MAP_ANONYMOUS = 32
pkg syscall (linux-386-cgo), const MAP_DENYWRITE = 2048
pkg syscall (linux-386-cgo), const MAP_EXECUTABLE = 4096
pkg syscall (linux-386-cgo), const MAP_FILE = 0
pkg syscall (linux-386-cgo), const MAP_FIXED = 16
pkg syscall (linux-386-cgo), const MAP_GROWSDOWN = 256
pkg syscall (linux-386-cgo), const MAP_HUGETLB = 262144
pkg syscall (linux-386-cgo), const MAP_LOCKED = 8192
pkg syscall (linux-386-cgo), const MAP_NONBLOCK = 65536
pkg syscall (linux-386-cgo), const MAP_NORESERVE = 16384
pkg syscall (linux-386-cgo), const MAP_POPULATE = 32768
pkg syscall (linux-386-cgo), const MAP_PRIVATE = 2
pkg syscall (linux-386-cgo), const MAP_SHARED = 1
pkg syscall (linux-386-cgo), const MAP_STACK = 131072
pkg syscall (linux-386-cgo), const MAP_TYPE = 15
pkg syscall (linux-386-cgo), const MCL_CURRENT = 1
pkg syscall (linux-386-cgo), const MCL_FUTURE = 2
pkg syscall (linux-386-cgo), const MNT_DETACH = 2
pkg syscall (linux-386-cgo), const MNT_EXPIRE = 4
pkg syscall (linux-386-cgo), const MNT_FORCE = 1
pkg syscall (linux-386-cgo), const MSG_CMSG_CLOEXEC = 1073741824
pkg syscall (linux-386-cgo), const MSG_CONFIRM = 2048
pkg syscall (linux-386-cgo), const MSG_CTRUNC = 8
pkg syscall (linux-386-cgo), const MSG_DONTROUTE = 4
pkg syscall (linux-386-cgo), const MSG_DONTWAIT = 64
pkg syscall (linux-386-cgo), const MSG_EOR = 128
pkg syscall (linux-386-cgo), const MSG_ERRQUEUE = 8192
pkg syscall (linux-386-cgo), const MSG_FASTOPEN = 536870912
pkg syscall (linux-386-cgo), const MSG_FASTOPEN ideal-int
pkg syscall (linux-386-cgo), const MSG_FIN = 512
pkg syscall (linux-386-cgo), const MSG_MORE = 32768
pkg syscall (linux-386-cgo), const MSG_NOSIGNAL = 16384
pkg syscall (linux-386-cgo), const MSG_OOB = 1
pkg syscall (linux-386-cgo), const MSG_PEEK = 2
pkg syscall (linux-386-cgo), const MSG_PROXY = 16
pkg syscall (linux-386-cgo), const MSG_RST = 4096
pkg syscall (linux-386-cgo), const MSG_SYN = 1024
pkg syscall (linux-386-cgo), const MSG_TRUNC = 32
pkg syscall (linux-386-cgo), const MSG_TRYHARD = 4
pkg syscall (linux-386-cgo), const MSG_WAITALL = 256
pkg syscall (linux-386-cgo), const MSG_WAITFORONE = 65536
pkg syscall (linux-386-cgo), const MS_ACTIVE = 1073741824
pkg syscall (linux-386-cgo), const MS_ASYNC = 1
pkg syscall (linux-386-cgo), const MS_BIND = 4096
pkg syscall (linux-386-cgo), const MS_DIRSYNC = 128
pkg syscall (linux-386-cgo), const MS_INVALIDATE = 2
pkg syscall (linux-386-cgo), const MS_I_VERSION = 8388608
pkg syscall (linux-386-cgo), const MS_KERNMOUNT = 4194304
pkg syscall (linux-386-cgo), const MS_MANDLOCK = 64
pkg syscall (linux-386-cgo), const MS_MGC_MSK = 4294901760
pkg syscall (linux-386-cgo), const MS_MGC_VAL = 3236757504
pkg syscall (linux-386-cgo), const MS_MOVE = 8192
pkg syscall (linux-386-cgo), const MS_NOATIME = 1024
pkg syscall (linux-386-cgo), const MS_NODEV = 4
pkg syscall (linux-386-cgo), const MS_NODIRATIME = 2048
pkg syscall (linux-386-cgo), const MS_NOEXEC = 8
pkg syscall (linux-386-cgo), const MS_NOSUID = 2
pkg syscall (linux-386-cgo), const MS_NOUSER = -2147483648
pkg syscall (linux-386-cgo), const MS_POSIXACL = 65536
pkg syscall (linux-386-cgo), const MS_PRIVATE = 262144
pkg syscall (linux-386-cgo), const MS_RDONLY = 1
pkg syscall (linux-386-cgo), const MS_REC = 16384
pkg syscall (linux-386-cgo), const MS_RELATIME = 2097152
pkg syscall (linux-386-cgo), const MS_REMOUNT = 32
pkg syscall (linux-386-cgo), const MS_RMT_MASK = 8388689
pkg syscall (linux-386-cgo), const MS_SHARED = 1048576
pkg syscall (linux-386-cgo), const MS_SILENT = 32768
pkg syscall (linux-386-cgo), const MS_SLAVE = 524288
pkg syscall (linux-386-cgo), const MS_STRICTATIME = 16777216
pkg syscall (linux-386-cgo), const MS_SYNC = 4
pkg syscall (linux-386-cgo), const MS_SYNCHRONOUS = 16
pkg syscall (linux-386-cgo), const MS_UNBINDABLE = 131072
pkg syscall (linux-386-cgo), const NAME_MAX = 255
pkg syscall (linux-386-cgo), const NETLINK_ADD_MEMBERSHIP = 1
pkg syscall (linux-386-cgo), const NETLINK_AUDIT = 9
pkg syscall (linux-386-cgo), const NETLINK_BROADCAST_ERROR = 4
pkg syscall (linux-386-cgo), const NETLINK_CONNECTOR = 11
pkg syscall (linux-386-cgo), const NETLINK_DNRTMSG = 14
pkg syscall (linux-386-cgo), const NETLINK_DROP_MEMBERSHIP = 2
pkg syscall (linux-386-cgo), const NETLINK_ECRYPTFS = 19
pkg syscall (linux-386-cgo), const NETLINK_FIB_LOOKUP = 10
pkg syscall (linux-386-cgo), const NETLINK_FIREWALL = 3
pkg syscall (linux-386-cgo), const NETLINK_GENERIC = 16
pkg syscall (linux-386-cgo), const NETLINK_INET_DIAG = 4
pkg syscall (linux-386-cgo), const NETLINK_IP6_FW = 13
pkg syscall (linux-386-cgo), const NETLINK_ISCSI = 8
pkg syscall (linux-386-cgo), const NETLINK_KOBJECT_UEVENT = 15
pkg syscall (linux-386-cgo), const NETLINK_NETFILTER = 12
pkg syscall (linux-386-cgo), const NETLINK_NFLOG = 5
pkg syscall (linux-386-cgo), const NETLINK_NO_ENOBUFS = 5
pkg syscall (linux-386-cgo), const NETLINK_PKTINFO = 3
pkg syscall (linux-386-cgo), const NETLINK_ROUTE = 0
pkg syscall (linux-386-cgo), const NETLINK_SCSITRANSPORT = 18
pkg syscall (linux-386-cgo), const NETLINK_SELINUX = 7
pkg syscall (linux-386-cgo), const NETLINK_UNUSED = 1
pkg syscall (linux-386-cgo), const NETLINK_USERSOCK = 2
pkg syscall (linux-386-cgo), const NETLINK_XFRM = 6
pkg syscall (linux-386-cgo), const NLA_ALIGNTO = 4
pkg syscall (linux-386-cgo), const NLA_F_NESTED = 32768
pkg syscall (linux-386-cgo), const NLA_F_NET_BYTEORDER = 16384
pkg syscall (linux-386-cgo), const NLA_HDRLEN = 4
pkg syscall (linux-386-cgo), const NLMSG_ALIGNTO = 4
pkg syscall (linux-386-cgo), const NLMSG_DONE = 3
pkg syscall (linux-386-cgo), const NLMSG_ERROR = 2
pkg syscall (linux-386-cgo), const NLMSG_HDRLEN = 16
pkg syscall (linux-386-cgo), const NLMSG_MIN_TYPE = 16
pkg syscall (linux-386-cgo), const NLMSG_NOOP = 1
pkg syscall (linux-386-cgo), const NLMSG_OVERRUN = 4
pkg syscall (linux-386-cgo), const NLM_F_ACK = 4
pkg syscall (linux-386-cgo), const NLM_F_APPEND = 2048
pkg syscall (linux-386-cgo), const NLM_F_ATOMIC = 1024
pkg syscall (linux-386-cgo), const NLM_F_CREATE = 1024
pkg syscall (linux-386-cgo), const NLM_F_DUMP = 768
pkg syscall (linux-386-cgo), const NLM_F_ECHO = 8
pkg syscall (linux-386-cgo), const NLM_F_EXCL = 512
pkg syscall (linux-386-cgo), const NLM_F_MATCH = 512
pkg syscall (linux-386-cgo), const NLM_F_MULTI = 2
pkg syscall (linux-386-cgo), const NLM_F_REPLACE = 256
pkg syscall (linux-386-cgo), const NLM_F_REQUEST = 1
pkg syscall (linux-386-cgo), const NLM_F_ROOT = 256
pkg syscall (linux-386-cgo), const NOFLSH = 128
pkg syscall (linux-386-cgo), const OCRNL = 8
pkg syscall (linux-386-cgo), const OFDEL = 128
pkg syscall (linux-386-cgo), const OFILL = 64
pkg syscall (linux-386-cgo), const OLCUC = 2
pkg syscall (linux-386-cgo), const ONLCR = 4
pkg syscall (linux-386-cgo), const ONLRET = 32
pkg syscall (linux-386-cgo), const ONOCR = 16
pkg syscall (linux-386-cgo), const OPOST = 1
pkg syscall (linux-386-cgo), const O_ACCMODE = 3
pkg syscall (linux-386-cgo), const O_APPEND = 1024
pkg syscall (linux-386-cgo), const O_ASYNC = 8192
pkg syscall (linux-386-cgo), const O_CLOEXEC = 524288
pkg syscall (linux-386-cgo), const O_CREAT = 64
pkg syscall (linux-386-cgo), const O_DIRECT = 16384
pkg syscall (linux-386-cgo), const O_DIRECTORY = 65536
pkg syscall (linux-386-cgo), const O_DSYNC = 4096
pkg syscall (linux-386-cgo), const O_EXCL = 128
pkg syscall (linux-386-cgo), const O_FSYNC = 1052672
pkg syscall (linux-386-cgo), const O_LARGEFILE = 32768
pkg syscall (linux-386-cgo), const O_NDELAY = 2048
pkg syscall (linux-386-cgo), const O_NOATIME = 262144
pkg syscall (linux-386-cgo), const O_NOCTTY = 256
pkg syscall (linux-386-cgo), const O_NOFOLLOW = 131072
pkg syscall (linux-386-cgo), const O_NONBLOCK = 2048
pkg syscall (linux-386-cgo), const O_RSYNC = 1052672
pkg syscall (linux-386-cgo), const O_SYNC = 1052672
pkg syscall (linux-386-cgo), const O_TRUNC = 512
pkg syscall (linux-386-cgo), const PACKET_ADD_MEMBERSHIP = 1
pkg syscall (linux-386-cgo), const PACKET_BROADCAST = 1
pkg syscall (linux-386-cgo), const PACKET_DROP_MEMBERSHIP = 2
pkg syscall (linux-386-cgo), const PACKET_FASTROUTE = 6
pkg syscall (linux-386-cgo), const PACKET_HOST = 0
pkg syscall (linux-386-cgo), const PACKET_LOOPBACK = 5
pkg syscall (linux-386-cgo), const PACKET_MR_ALLMULTI = 2
pkg syscall (linux-386-cgo), const PACKET_MR_MULTICAST = 0
pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC = 1
pkg syscall (linux-386-cgo), const PACKET_MULTICAST = 2
pkg syscall (linux-386-cgo), const PACKET_OTHERHOST = 3
pkg syscall (linux-386-cgo), const PACKET_OUTGOING = 4
pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT = 3
pkg syscall (linux-386-cgo), const PACKET_RX_RING = 5
pkg syscall (linux-386-cgo), const PACKET_STATISTICS = 6
pkg syscall (linux-386-cgo), const PARENB = 256
pkg syscall (linux-386-cgo), const PARMRK = 8
pkg syscall (linux-386-cgo), const PARODD = 512
pkg syscall (linux-386-cgo), const PENDIN = 16384
pkg syscall (linux-386-cgo), const PROT_EXEC = 4
pkg syscall (linux-386-cgo), const PROT_GROWSDOWN = 16777216
pkg syscall (linux-386-cgo), const PROT_GROWSUP = 33554432
pkg syscall (linux-386-cgo), const PROT_NONE = 0
pkg syscall (linux-386-cgo), const PROT_READ = 1
pkg syscall (linux-386-cgo), const PROT_WRITE = 2
pkg syscall (linux-386-cgo), const PR_CAPBSET_DROP = 24
pkg syscall (linux-386-cgo), const PR_CAPBSET_READ = 23
pkg syscall (linux-386-cgo), const PR_ENDIAN_BIG = 0
pkg syscall (linux-386-cgo), const PR_ENDIAN_LITTLE = 1
pkg syscall (linux-386-cgo), const PR_ENDIAN_PPC_LITTLE = 2
pkg syscall (linux-386-cgo), const PR_FPEMU_NOPRINT = 1
pkg syscall (linux-386-cgo), const PR_FPEMU_SIGFPE = 2
pkg syscall (linux-386-cgo), const PR_FP_EXC_ASYNC = 2
pkg syscall (linux-386-cgo), const PR_FP_EXC_DISABLED = 0
pkg syscall (linux-386-cgo), const PR_FP_EXC_DIV = 65536
pkg syscall (linux-386-cgo), const PR_FP_EXC_INV = 1048576
pkg syscall (linux-386-cgo), const PR_FP_EXC_NONRECOV = 1
pkg syscall (linux-386-cgo), const PR_FP_EXC_OVF = 131072
pkg syscall (linux-386-cgo), const PR_FP_EXC_PRECISE = 3
pkg syscall (linux-386-cgo), const PR_FP_EXC_RES = 524288
pkg syscall (linux-386-cgo), const PR_FP_EXC_SW_ENABLE = 128
pkg syscall (linux-386-cgo), const PR_FP_EXC_UND = 262144
pkg syscall (linux-386-cgo), const PR_GET_DUMPABLE = 3
pkg syscall (linux-386-cgo), const PR_GET_ENDIAN = 19
pkg syscall (linux-386-cgo), const PR_GET_FPEMU = 9
pkg syscall (linux-386-cgo), const PR_GET_FPEXC = 11
pkg syscall (linux-386-cgo), const PR_GET_KEEPCAPS = 7
pkg syscall (linux-386-cgo), const PR_GET_NAME = 16
pkg syscall (linux-386-cgo), const PR_GET_PDEATHSIG = 2
pkg syscall (linux-386-cgo), const PR_GET_SECCOMP = 21
pkg syscall (linux-386-cgo), const PR_GET_SECUREBITS = 27
pkg syscall (linux-386-cgo), const PR_GET_TIMERSLACK = 30
pkg syscall (linux-386-cgo), const PR_GET_TIMING = 13
pkg syscall (linux-386-cgo), const PR_GET_TSC = 25
pkg syscall (linux-386-cgo), const PR_GET_UNALIGN = 5
pkg syscall (linux-386-cgo), const PR_MCE_KILL = 33
pkg syscall (linux-386-cgo), const PR_MCE_KILL_CLEAR = 0
pkg syscall (linux-386-cgo), const PR_MCE_KILL_DEFAULT = 2
pkg syscall (linux-386-cgo), const PR_MCE_KILL_EARLY = 1
pkg syscall (linux-386-cgo), const PR_MCE_KILL_GET = 34
pkg syscall (linux-386-cgo), const PR_MCE_KILL_LATE = 0
pkg syscall (linux-386-cgo), const PR_MCE_KILL_SET = 1
pkg syscall (linux-386-cgo), const PR_SET_DUMPABLE = 4
pkg syscall (linux-386-cgo), const PR_SET_ENDIAN = 20
pkg syscall (linux-386-cgo), const PR_SET_FPEMU = 10
pkg syscall (linux-386-cgo), const PR_SET_FPEXC = 12
pkg syscall (linux-386-cgo), const PR_SET_KEEPCAPS = 8
pkg syscall (linux-386-cgo), const PR_SET_NAME = 15
pkg syscall (linux-386-cgo), const PR_SET_PDEATHSIG = 1
pkg syscall (linux-386-cgo), const PR_SET_PTRACER = 1499557217
pkg syscall (linux-386-cgo), const PR_SET_SECCOMP = 22
pkg syscall (linux-386-cgo), const PR_SET_SECUREBITS = 28
pkg syscall (linux-386-cgo), const PR_SET_TIMERSLACK = 29
pkg syscall (linux-386-cgo), const PR_SET_TIMING = 14
pkg syscall (linux-386-cgo), const PR_SET_TSC = 26
pkg syscall (linux-386-cgo), const PR_SET_UNALIGN = 6
pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
pkg syscall (linux-386-cgo), const PR_TIMING_STATISTICAL = 0
pkg syscall (linux-386-cgo), const PR_TIMING_TIMESTAMP = 1
pkg syscall (linux-386-cgo), const PR_TSC_ENABLE = 1
pkg syscall (linux-386-cgo), const PR_TSC_SIGSEGV = 2
pkg syscall (linux-386-cgo), const PR_UNALIGN_NOPRINT = 1
pkg syscall (linux-386-cgo), const PR_UNALIGN_SIGBUS = 2
pkg syscall (linux-386-cgo), const PTRACE_ATTACH = 16
pkg syscall (linux-386-cgo), const PTRACE_CONT = 7
pkg syscall (linux-386-cgo), const PTRACE_DETACH = 17
pkg syscall (linux-386-cgo), const PTRACE_EVENT_CLONE = 3
pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXEC = 4
pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXIT = 6
pkg syscall (linux-386-cgo), const PTRACE_EVENT_FORK = 1
pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK = 2
pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK_DONE = 5
pkg syscall (linux-386-cgo), const PTRACE_GETEVENTMSG = 16897
pkg syscall (linux-386-cgo), const PTRACE_GETFPREGS = 14
pkg syscall (linux-386-cgo), const PTRACE_GETFPXREGS = 18
pkg syscall (linux-386-cgo), const PTRACE_GETREGS = 12
pkg syscall (linux-386-cgo), const PTRACE_GETREGSET = 16900
pkg syscall (linux-386-cgo), const PTRACE_GETSIGINFO = 16898
pkg syscall (linux-386-cgo), const PTRACE_GET_THREAD_AREA = 25
pkg syscall (linux-386-cgo), const PTRACE_KILL = 8
pkg syscall (linux-386-cgo), const PTRACE_OLDSETOPTIONS = 21
pkg syscall (linux-386-cgo), const PTRACE_O_MASK = 127
pkg syscall (linux-386-cgo), const PTRACE_O_TRACECLONE = 8
pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXEC = 16
pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXIT = 64
pkg syscall (linux-386-cgo), const PTRACE_O_TRACEFORK = 2
pkg syscall (linux-386-cgo), const PTRACE_O_TRACESYSGOOD = 1
pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORK = 4
pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORKDONE = 32
pkg syscall (linux-386-cgo), const PTRACE_PEEKDATA = 2
pkg syscall (linux-386-cgo), const PTRACE_PEEKTEXT = 1
pkg syscall (linux-386-cgo), const PTRACE_PEEKUSR = 3
pkg syscall (linux-386-cgo), const PTRACE_POKEDATA = 5
pkg syscall (linux-386-cgo), const PTRACE_POKETEXT = 4
pkg syscall (linux-386-cgo), const PTRACE_POKEUSR = 6
pkg syscall (linux-386-cgo), const PTRACE_SETFPREGS = 15
pkg syscall (linux-386-cgo), const PTRACE_SETFPXREGS = 19
pkg syscall (linux-386-cgo), const PTRACE_SETOPTIONS = 16896
pkg syscall (linux-386-cgo), const PTRACE_SETREGS = 13
pkg syscall (linux-386-cgo), const PTRACE_SETREGSET = 16901
pkg syscall (linux-386-cgo), const PTRACE_SETSIGINFO = 16899
pkg syscall (linux-386-cgo), const PTRACE_SET_THREAD_AREA = 26
pkg syscall (linux-386-cgo), const PTRACE_SINGLEBLOCK = 33
pkg syscall (linux-386-cgo), const PTRACE_SINGLESTEP = 9
pkg syscall (linux-386-cgo), const PTRACE_SYSCALL = 24
pkg syscall (linux-386-cgo), const PTRACE_SYSEMU = 31
pkg syscall (linux-386-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
pkg syscall (linux-386-cgo), const PTRACE_TRACEME = 0
pkg syscall (linux-386-cgo), const PathMax = 4096
pkg syscall (linux-386-cgo), const RLIMIT_AS = 9
pkg syscall (linux-386-cgo), const RLIMIT_CORE = 4
pkg syscall (linux-386-cgo), const RLIMIT_CPU = 0
pkg syscall (linux-386-cgo), const RLIMIT_DATA = 2
pkg syscall (linux-386-cgo), const RLIMIT_FSIZE = 1
pkg syscall (linux-386-cgo), const RLIMIT_NOFILE = 7
pkg syscall (linux-386-cgo), const RLIMIT_STACK = 3
pkg syscall (linux-386-cgo), const RLIM_INFINITY = -1
pkg syscall (linux-386-cgo), const RTAX_ADVMSS = 8
pkg syscall (linux-386-cgo), const RTAX_CWND = 7
pkg syscall (linux-386-cgo), const RTAX_FEATURES = 12
pkg syscall (linux-386-cgo), const RTAX_FEATURE_ALLFRAG = 8
pkg syscall (linux-386-cgo), const RTAX_FEATURE_ECN = 1
pkg syscall (linux-386-cgo), const RTAX_FEATURE_SACK = 2
pkg syscall (linux-386-cgo), const RTAX_FEATURE_TIMESTAMP = 4
pkg syscall (linux-386-cgo), const RTAX_HOPLIMIT = 10
pkg syscall (linux-386-cgo), const RTAX_INITCWND = 11
pkg syscall (linux-386-cgo), const RTAX_INITRWND = 14
pkg syscall (linux-386-cgo), const RTAX_LOCK = 1
pkg syscall (linux-386-cgo), const RTAX_MAX = 14
pkg syscall (linux-386-cgo), const RTAX_MTU = 2
pkg syscall (linux-386-cgo), const RTAX_REORDERING = 9
pkg syscall (linux-386-cgo), const RTAX_RTO_MIN = 13
pkg syscall (linux-386-cgo), const RTAX_RTT = 4
pkg syscall (linux-386-cgo), const RTAX_RTTVAR = 5
pkg syscall (linux-386-cgo), const RTAX_SSTHRESH = 6
pkg syscall (linux-386-cgo), const RTAX_UNSPEC = 0
pkg syscall (linux-386-cgo), const RTAX_WINDOW = 3
pkg syscall (linux-386-cgo), const RTA_ALIGNTO = 4
pkg syscall (linux-386-cgo), const RTA_CACHEINFO = 12
pkg syscall (linux-386-cgo), const RTA_DST = 1
pkg syscall (linux-386-cgo), const RTA_FLOW = 11
pkg syscall (linux-386-cgo), const RTA_GATEWAY = 5
pkg syscall (linux-386-cgo), const RTA_IIF = 3
pkg syscall (linux-386-cgo), const RTA_MAX = 16
pkg syscall (linux-386-cgo), const RTA_METRICS = 8
pkg syscall (linux-386-cgo), const RTA_MULTIPATH = 9
pkg syscall (linux-386-cgo), const RTA_OIF = 4
pkg syscall (linux-386-cgo), const RTA_PREFSRC = 7
pkg syscall (linux-386-cgo), const RTA_PRIORITY = 6
pkg syscall (linux-386-cgo), const RTA_SRC = 2
pkg syscall (linux-386-cgo), const RTA_TABLE = 15
pkg syscall (linux-386-cgo), const RTA_UNSPEC = 0
pkg syscall (linux-386-cgo), const RTCF_DIRECTSRC = 67108864
pkg syscall (linux-386-cgo), const RTCF_DOREDIRECT = 16777216
pkg syscall (linux-386-cgo), const RTCF_LOG = 33554432
pkg syscall (linux-386-cgo), const RTCF_MASQ = 4194304
pkg syscall (linux-386-cgo), const RTCF_NAT = 8388608
pkg syscall (linux-386-cgo), const RTCF_VALVE = 2097152
pkg syscall (linux-386-cgo), const RTF_ADDRCLASSMASK = 4160749568
pkg syscall (linux-386-cgo), const RTF_ADDRCONF = 262144
pkg syscall (linux-386-cgo), const RTF_ALLONLINK = 131072
pkg syscall (linux-386-cgo), const RTF_BROADCAST = 268435456
pkg syscall (linux-386-cgo), const RTF_CACHE = 16777216
pkg syscall (linux-386-cgo), const RTF_DEFAULT = 65536
pkg syscall (linux-386-cgo), const RTF_DYNAMIC = 16
pkg syscall (linux-386-cgo), const RTF_FLOW = 33554432
pkg syscall (linux-386-cgo), const RTF_GATEWAY = 2
pkg syscall (linux-386-cgo), const RTF_HOST = 4
pkg syscall (linux-386-cgo), const RTF_INTERFACE = 1073741824
pkg syscall (linux-386-cgo), const RTF_IRTT = 256
pkg syscall (linux-386-cgo), const RTF_LINKRT = 1048576
pkg syscall (linux-386-cgo), const RTF_LOCAL = 2147483648
pkg syscall (linux-386-cgo), const RTF_MODIFIED = 32
pkg syscall (linux-386-cgo), const RTF_MSS = 64
pkg syscall (linux-386-cgo), const RTF_MTU = 64
pkg syscall (linux-386-cgo), const RTF_MULTICAST = 536870912
pkg syscall (linux-386-cgo), const RTF_NAT = 134217728
pkg syscall (linux-386-cgo), const RTF_NOFORWARD = 4096
pkg syscall (linux-386-cgo), const RTF_NONEXTHOP = 2097152
pkg syscall (linux-386-cgo), const RTF_NOPMTUDISC = 16384
pkg syscall (linux-386-cgo), const RTF_POLICY = 67108864
pkg syscall (linux-386-cgo), const RTF_REINSTATE = 8
pkg syscall (linux-386-cgo), const RTF_REJECT = 512
pkg syscall (linux-386-cgo), const RTF_STATIC = 1024
pkg syscall (linux-386-cgo), const RTF_THROW = 8192
pkg syscall (linux-386-cgo), const RTF_UP = 1
pkg syscall (linux-386-cgo), const RTF_WINDOW = 128
pkg syscall (linux-386-cgo), const RTF_XRESOLVE = 2048
pkg syscall (linux-386-cgo), const RTM_BASE = 16
pkg syscall (linux-386-cgo), const RTM_DELACTION = 49
pkg syscall (linux-386-cgo), const RTM_DELADDR = 21
pkg syscall (linux-386-cgo), const RTM_DELADDRLABEL = 73
pkg syscall (linux-386-cgo), const RTM_DELLINK = 17
pkg syscall (linux-386-cgo), const RTM_DELNEIGH = 29
pkg syscall (linux-386-cgo), const RTM_DELQDISC = 37
pkg syscall (linux-386-cgo), const RTM_DELROUTE = 25
pkg syscall (linux-386-cgo), const RTM_DELRULE = 33
pkg syscall (linux-386-cgo), const RTM_DELTCLASS = 41
pkg syscall (linux-386-cgo), const RTM_DELTFILTER = 45
pkg syscall (linux-386-cgo), const RTM_F_CLONED = 512
pkg syscall (linux-386-cgo), const RTM_F_EQUALIZE = 1024
pkg syscall (linux-386-cgo), const RTM_F_NOTIFY = 256
pkg syscall (linux-386-cgo), const RTM_F_PREFIX = 2048
pkg syscall (linux-386-cgo), const RTM_GETACTION = 50
pkg syscall (linux-386-cgo), const RTM_GETADDR = 22
pkg syscall (linux-386-cgo), const RTM_GETADDRLABEL = 74
pkg syscall (linux-386-cgo), const RTM_GETANYCAST = 62
pkg syscall (linux-386-cgo), const RTM_GETDCB = 78
pkg syscall (linux-386-cgo), const RTM_GETLINK = 18
pkg syscall (linux-386-cgo), const RTM_GETMULTICAST = 58
pkg syscall (linux-386-cgo), const RTM_GETNEIGH = 30
pkg syscall (linux-386-cgo), const RTM_GETNEIGHTBL = 66
pkg syscall (linux-386-cgo), const RTM_GETQDISC = 38
pkg syscall (linux-386-cgo), const RTM_GETROUTE = 26
pkg syscall (linux-386-cgo), const RTM_GETRULE = 34
pkg syscall (linux-386-cgo), const RTM_GETTCLASS = 42
pkg syscall (linux-386-cgo), const RTM_GETTFILTER = 46
pkg syscall (linux-386-cgo), const RTM_MAX = 79
pkg syscall (linux-386-cgo), const RTM_NEWACTION = 48
pkg syscall (linux-386-cgo), const RTM_NEWADDR = 20
pkg syscall (linux-386-cgo), const RTM_NEWADDRLABEL = 72
pkg syscall (linux-386-cgo), const RTM_NEWLINK = 16
pkg syscall (linux-386-cgo), const RTM_NEWNDUSEROPT = 68
pkg syscall (linux-386-cgo), const RTM_NEWNEIGH = 28
pkg syscall (linux-386-cgo), const RTM_NEWNEIGHTBL = 64
pkg syscall (linux-386-cgo), const RTM_NEWPREFIX = 52
pkg syscall (linux-386-cgo), const RTM_NEWQDISC = 36
pkg syscall (linux-386-cgo), const RTM_NEWROUTE = 24
pkg syscall (linux-386-cgo), const RTM_NEWRULE = 32
pkg syscall (linux-386-cgo), const RTM_NEWTCLASS = 40
pkg syscall (linux-386-cgo), const RTM_NEWTFILTER = 44
pkg syscall (linux-386-cgo), const RTM_NR_FAMILIES = 16
pkg syscall (linux-386-cgo), const RTM_NR_MSGTYPES = 64
pkg syscall (linux-386-cgo), const RTM_SETDCB = 79
pkg syscall (linux-386-cgo), const RTM_SETLINK = 19
pkg syscall (linux-386-cgo), const RTM_SETNEIGHTBL = 67
pkg syscall (linux-386-cgo), const RTNH_ALIGNTO = 4
pkg syscall (linux-386-cgo), const RTNH_F_DEAD = 1
pkg syscall (linux-386-cgo), const RTNH_F_ONLINK = 4
pkg syscall (linux-386-cgo), const RTNH_F_PERVASIVE = 2
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR = 5
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE = 6
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE = 7
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE = 8
pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR = 9
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO = 12
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE = 10
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX = 18
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE = 11
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE = 19
pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_LINK = 1
pkg syscall (linux-386-cgo), const RTNLGRP_LINK ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT = 20
pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH = 3
pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_NONE = 0
pkg syscall (linux-386-cgo), const RTNLGRP_NONE ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY = 2
pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY ideal-int
pkg syscall (linux-386-cgo), const RTNLGRP_TC = 4
pkg syscall (linux-386-cgo), const RTNLGRP_TC ideal-int
pkg syscall (linux-386-cgo), const RTN_ANYCAST = 4
pkg syscall (linux-386-cgo), const RTN_BLACKHOLE = 6
pkg syscall (linux-386-cgo), const RTN_BROADCAST = 3
pkg syscall (linux-386-cgo), const RTN_LOCAL = 2
pkg syscall (linux-386-cgo), const RTN_MAX = 11
pkg syscall (linux-386-cgo), const RTN_MULTICAST = 5
pkg syscall (linux-386-cgo), const RTN_NAT = 10
pkg syscall (linux-386-cgo), const RTN_PROHIBIT = 8
pkg syscall (linux-386-cgo), const RTN_THROW = 9
pkg syscall (linux-386-cgo), const RTN_UNICAST = 1
pkg syscall (linux-386-cgo), const RTN_UNREACHABLE = 7
pkg syscall (linux-386-cgo), const RTN_UNSPEC = 0
pkg syscall (linux-386-cgo), const RTN_XRESOLVE = 11
pkg syscall (linux-386-cgo), const RTPROT_BIRD = 12
pkg syscall (linux-386-cgo), const RTPROT_BOOT = 3
pkg syscall (linux-386-cgo), const RTPROT_DHCP = 16
pkg syscall (linux-386-cgo), const RTPROT_DNROUTED = 13
pkg syscall (linux-386-cgo), const RTPROT_GATED = 8
pkg syscall (linux-386-cgo), const RTPROT_KERNEL = 2
pkg syscall (linux-386-cgo), const RTPROT_MRT = 10
pkg syscall (linux-386-cgo), const RTPROT_NTK = 15
pkg syscall (linux-386-cgo), const RTPROT_RA = 9
pkg syscall (linux-386-cgo), const RTPROT_REDIRECT = 1
pkg syscall (linux-386-cgo), const RTPROT_STATIC = 4
pkg syscall (linux-386-cgo), const RTPROT_UNSPEC = 0
pkg syscall (linux-386-cgo), const RTPROT_XORP = 14
pkg syscall (linux-386-cgo), const RTPROT_ZEBRA = 11
pkg syscall (linux-386-cgo), const RT_CLASS_DEFAULT = 253
pkg syscall (linux-386-cgo), const RT_CLASS_LOCAL = 255
pkg syscall (linux-386-cgo), const RT_CLASS_MAIN = 254
pkg syscall (linux-386-cgo), const RT_CLASS_MAX = 255
pkg syscall (linux-386-cgo), const RT_CLASS_UNSPEC = 0
pkg syscall (linux-386-cgo), const RT_SCOPE_HOST = 254
pkg syscall (linux-386-cgo), const RT_SCOPE_LINK = 253
pkg syscall (linux-386-cgo), const RT_SCOPE_NOWHERE = 255
pkg syscall (linux-386-cgo), const RT_SCOPE_SITE = 200
pkg syscall (linux-386-cgo), const RT_SCOPE_UNIVERSE = 0
pkg syscall (linux-386-cgo), const RT_TABLE_COMPAT = 252
pkg syscall (linux-386-cgo), const RT_TABLE_DEFAULT = 253
pkg syscall (linux-386-cgo), const RT_TABLE_LOCAL = 255
pkg syscall (linux-386-cgo), const RT_TABLE_MAIN = 254
pkg syscall (linux-386-cgo), const RT_TABLE_MAX = 4294967295
pkg syscall (linux-386-cgo), const RT_TABLE_UNSPEC = 0
pkg syscall (linux-386-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (linux-386-cgo), const RUSAGE_SELF = 0
pkg syscall (linux-386-cgo), const RUSAGE_THREAD = 1
pkg syscall (linux-386-cgo), const SCM_CREDENTIALS = 2
pkg syscall (linux-386-cgo), const SCM_RIGHTS = 1
pkg syscall (linux-386-cgo), const SCM_TIMESTAMP = 29
pkg syscall (linux-386-cgo), const SCM_TIMESTAMPING = 37
pkg syscall (linux-386-cgo), const SCM_TIMESTAMPNS = 35
pkg syscall (linux-386-cgo), const SIGBUS = 7
pkg syscall (linux-386-cgo), const SIGCHLD = 17
pkg syscall (linux-386-cgo), const SIGCLD = 17
pkg syscall (linux-386-cgo), const SIGCONT = 18
pkg syscall (linux-386-cgo), const SIGIO = 29
pkg syscall (linux-386-cgo), const SIGIOT = 6
pkg syscall (linux-386-cgo), const SIGPOLL = 29
pkg syscall (linux-386-cgo), const SIGPROF = 27
pkg syscall (linux-386-cgo), const SIGPWR = 30
pkg syscall (linux-386-cgo), const SIGSTKFLT = 16
pkg syscall (linux-386-cgo), const SIGSTOP = 19
pkg syscall (linux-386-cgo), const SIGSYS = 31
pkg syscall (linux-386-cgo), const SIGTSTP = 20
pkg syscall (linux-386-cgo), const SIGTTIN = 21
pkg syscall (linux-386-cgo), const SIGTTOU = 22
pkg syscall (linux-386-cgo), const SIGUNUSED = 31
pkg syscall (linux-386-cgo), const SIGURG = 23
pkg syscall (linux-386-cgo), const SIGUSR1 = 10
pkg syscall (linux-386-cgo), const SIGUSR2 = 12
pkg syscall (linux-386-cgo), const SIGVTALRM = 26
pkg syscall (linux-386-cgo), const SIGWINCH = 28
pkg syscall (linux-386-cgo), const SIGXCPU = 24
pkg syscall (linux-386-cgo), const SIGXFSZ = 25
pkg syscall (linux-386-cgo), const SIOCADDDLCI = 35200
pkg syscall (linux-386-cgo), const SIOCADDMULTI = 35121
pkg syscall (linux-386-cgo), const SIOCADDRT = 35083
pkg syscall (linux-386-cgo), const SIOCATMARK = 35077
pkg syscall (linux-386-cgo), const SIOCDARP = 35155
pkg syscall (linux-386-cgo), const SIOCDELDLCI = 35201
pkg syscall (linux-386-cgo), const SIOCDELMULTI = 35122
pkg syscall (linux-386-cgo), const SIOCDELRT = 35084
pkg syscall (linux-386-cgo), const SIOCDEVPRIVATE = 35312
pkg syscall (linux-386-cgo), const SIOCDIFADDR = 35126
pkg syscall (linux-386-cgo), const SIOCDRARP = 35168
pkg syscall (linux-386-cgo), const SIOCGARP = 35156
pkg syscall (linux-386-cgo), const SIOCGIFADDR = 35093
pkg syscall (linux-386-cgo), const SIOCGIFBR = 35136
pkg syscall (linux-386-cgo), const SIOCGIFBRDADDR = 35097
pkg syscall (linux-386-cgo), const SIOCGIFCONF = 35090
pkg syscall (linux-386-cgo), const SIOCGIFCOUNT = 35128
pkg syscall (linux-386-cgo), const SIOCGIFDSTADDR = 35095
pkg syscall (linux-386-cgo), const SIOCGIFENCAP = 35109
pkg syscall (linux-386-cgo), const SIOCGIFFLAGS = 35091
pkg syscall (linux-386-cgo), const SIOCGIFHWADDR = 35111
pkg syscall (linux-386-cgo), const SIOCGIFINDEX = 35123
pkg syscall (linux-386-cgo), const SIOCGIFMAP = 35184
pkg syscall (linux-386-cgo), const SIOCGIFMEM = 35103
pkg syscall (linux-386-cgo), const SIOCGIFMETRIC = 35101
pkg syscall (linux-386-cgo), const SIOCGIFMTU = 35105
pkg syscall (linux-386-cgo), const SIOCGIFNAME = 35088
pkg syscall (linux-386-cgo), const SIOCGIFNETMASK = 35099
pkg syscall (linux-386-cgo), const SIOCGIFPFLAGS = 35125
pkg syscall (linux-386-cgo), const SIOCGIFSLAVE = 35113
pkg syscall (linux-386-cgo), const SIOCGIFTXQLEN = 35138
pkg syscall (linux-386-cgo), const SIOCGPGRP = 35076
pkg syscall (linux-386-cgo), const SIOCGRARP = 35169
pkg syscall (linux-386-cgo), const SIOCGSTAMP = 35078
pkg syscall (linux-386-cgo), const SIOCGSTAMPNS = 35079
pkg syscall (linux-386-cgo), const SIOCPROTOPRIVATE = 35296
pkg syscall (linux-386-cgo), const SIOCRTMSG = 35085
pkg syscall (linux-386-cgo), const SIOCSARP = 35157
pkg syscall (linux-386-cgo), const SIOCSIFADDR = 35094
pkg syscall (linux-386-cgo), const SIOCSIFBR = 35137
pkg syscall (linux-386-cgo), const SIOCSIFBRDADDR = 35098
pkg syscall (linux-386-cgo), const SIOCSIFDSTADDR = 35096
pkg syscall (linux-386-cgo), const SIOCSIFENCAP = 35110
pkg syscall (linux-386-cgo), const SIOCSIFFLAGS = 35092
pkg syscall (linux-386-cgo), const SIOCSIFHWADDR = 35108
pkg syscall (linux-386-cgo), const SIOCSIFHWBROADCAST = 35127
pkg syscall (linux-386-cgo), const SIOCSIFLINK = 35089
pkg syscall (linux-386-cgo), const SIOCSIFMAP = 35185
pkg syscall (linux-386-cgo), const SIOCSIFMEM = 35104
pkg syscall (linux-386-cgo), const SIOCSIFMETRIC = 35102
pkg syscall (linux-386-cgo), const SIOCSIFMTU = 35106
pkg syscall (linux-386-cgo), const SIOCSIFNAME = 35107
pkg syscall (linux-386-cgo), const SIOCSIFNETMASK = 35100
pkg syscall (linux-386-cgo), const SIOCSIFPFLAGS = 35124
pkg syscall (linux-386-cgo), const SIOCSIFSLAVE = 35120
pkg syscall (linux-386-cgo), const SIOCSIFTXQLEN = 35139
pkg syscall (linux-386-cgo), const SIOCSPGRP = 35074
pkg syscall (linux-386-cgo), const SIOCSRARP = 35170
pkg syscall (linux-386-cgo), const SOCK_CLOEXEC = 524288
pkg syscall (linux-386-cgo), const SOCK_DCCP = 6
pkg syscall (linux-386-cgo), const SOCK_NONBLOCK = 2048
pkg syscall (linux-386-cgo), const SOCK_PACKET = 10
pkg syscall (linux-386-cgo), const SOCK_RDM = 4
pkg syscall (linux-386-cgo), const SOL_AAL = 265
pkg syscall (linux-386-cgo), const SOL_ATM = 264
pkg syscall (linux-386-cgo), const SOL_DECNET = 261
pkg syscall (linux-386-cgo), const SOL_ICMPV6 = 58
pkg syscall (linux-386-cgo), const SOL_IP = 0
pkg syscall (linux-386-cgo), const SOL_IPV6 = 41
pkg syscall (linux-386-cgo), const SOL_IRDA = 266
pkg syscall (linux-386-cgo), const SOL_PACKET = 263
pkg syscall (linux-386-cgo), const SOL_RAW = 255
pkg syscall (linux-386-cgo), const SOL_SOCKET = 1
pkg syscall (linux-386-cgo), const SOL_TCP = 6
pkg syscall (linux-386-cgo), const SOL_X25 = 262
pkg syscall (linux-386-cgo), const SOMAXCONN = 128
pkg syscall (linux-386-cgo), const SO_ACCEPTCONN = 30
pkg syscall (linux-386-cgo), const SO_ATTACH_FILTER = 26
pkg syscall (linux-386-cgo), const SO_BINDTODEVICE = 25
pkg syscall (linux-386-cgo), const SO_BROADCAST = 6
pkg syscall (linux-386-cgo), const SO_BSDCOMPAT = 14
pkg syscall (linux-386-cgo), const SO_DEBUG = 1
pkg syscall (linux-386-cgo), const SO_DETACH_FILTER = 27
pkg syscall (linux-386-cgo), const SO_DOMAIN = 39
pkg syscall (linux-386-cgo), const SO_DONTROUTE = 5
pkg syscall (linux-386-cgo), const SO_ERROR = 4
pkg syscall (linux-386-cgo), const SO_KEEPALIVE = 9
pkg syscall (linux-386-cgo), const SO_LINGER = 13
pkg syscall (linux-386-cgo), const SO_MARK = 36
pkg syscall (linux-386-cgo), const SO_NO_CHECK = 11
pkg syscall (linux-386-cgo), const SO_OOBINLINE = 10
pkg syscall (linux-386-cgo), const SO_PASSCRED = 16
pkg syscall (linux-386-cgo), const SO_PASSSEC = 34
pkg syscall (linux-386-cgo), const SO_PEERCRED = 17
pkg syscall (linux-386-cgo), const SO_PEERNAME = 28
pkg syscall (linux-386-cgo), const SO_PEERSEC = 31
pkg syscall (linux-386-cgo), const SO_PRIORITY = 12
pkg syscall (linux-386-cgo), const SO_PROTOCOL = 38
pkg syscall (linux-386-cgo), const SO_RCVBUF = 8
pkg syscall (linux-386-cgo), const SO_RCVBUFFORCE = 33
pkg syscall (linux-386-cgo), const SO_RCVLOWAT = 18
pkg syscall (linux-386-cgo), const SO_RCVTIMEO = 20
pkg syscall (linux-386-cgo), const SO_REUSEADDR = 2
pkg syscall (linux-386-cgo), const SO_RXQ_OVFL = 40
pkg syscall (linux-386-cgo), const SO_SECURITY_AUTHENTICATION = 22
pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
pkg syscall (linux-386-cgo), const SO_SNDBUF = 7
pkg syscall (linux-386-cgo), const SO_SNDBUFFORCE = 32
pkg syscall (linux-386-cgo), const SO_SNDLOWAT = 19
pkg syscall (linux-386-cgo), const SO_SNDTIMEO = 21
pkg syscall (linux-386-cgo), const SO_TIMESTAMP = 29
pkg syscall (linux-386-cgo), const SO_TIMESTAMPING = 37
pkg syscall (linux-386-cgo), const SO_TIMESTAMPNS = 35
pkg syscall (linux-386-cgo), const SO_TYPE = 3
pkg syscall (linux-386-cgo), const SYS_ACCESS = 33
pkg syscall (linux-386-cgo), const SYS_ACCT = 51
pkg syscall (linux-386-cgo), const SYS_ADD_KEY = 286
pkg syscall (linux-386-cgo), const SYS_ADJTIMEX = 124
pkg syscall (linux-386-cgo), const SYS_AFS_SYSCALL = 137
pkg syscall (linux-386-cgo), const SYS_ALARM = 27
pkg syscall (linux-386-cgo), const SYS_BDFLUSH = 134
pkg syscall (linux-386-cgo), const SYS_BREAK = 17
pkg syscall (linux-386-cgo), const SYS_BRK = 45
pkg syscall (linux-386-cgo), const SYS_CAPGET = 184
pkg syscall (linux-386-cgo), const SYS_CAPSET = 185
pkg syscall (linux-386-cgo), const SYS_CHDIR = 12
pkg syscall (linux-386-cgo), const SYS_CHMOD = 15
pkg syscall (linux-386-cgo), const SYS_CHOWN = 182
pkg syscall (linux-386-cgo), const SYS_CHOWN32 = 212
pkg syscall (linux-386-cgo), const SYS_CHROOT = 61
pkg syscall (linux-386-cgo), const SYS_CLOCK_GETRES = 266
pkg syscall (linux-386-cgo), const SYS_CLOCK_GETTIME = 265
pkg syscall (linux-386-cgo), const SYS_CLOCK_NANOSLEEP = 267
pkg syscall (linux-386-cgo), const SYS_CLOCK_SETTIME = 264
pkg syscall (linux-386-cgo), const SYS_CLONE = 120
pkg syscall (linux-386-cgo), const SYS_CLOSE = 6
pkg syscall (linux-386-cgo), const SYS_CREAT = 8
pkg syscall (linux-386-cgo), const SYS_CREATE_MODULE = 127
pkg syscall (linux-386-cgo), const SYS_DELETE_MODULE = 129
pkg syscall (linux-386-cgo), const SYS_DUP = 41
pkg syscall (linux-386-cgo), const SYS_DUP2 = 63
pkg syscall (linux-386-cgo), const SYS_DUP3 = 330
pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE = 254
pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE1 = 329
pkg syscall (linux-386-cgo), const SYS_EPOLL_CTL = 255
pkg syscall (linux-386-cgo), const SYS_EPOLL_PWAIT = 319
pkg syscall (linux-386-cgo), const SYS_EPOLL_WAIT = 256
pkg syscall (linux-386-cgo), const SYS_EVENTFD = 323
pkg syscall (linux-386-cgo), const SYS_EVENTFD2 = 328
pkg syscall (linux-386-cgo), const SYS_EXECVE = 11
pkg syscall (linux-386-cgo), const SYS_EXIT = 1
pkg syscall (linux-386-cgo), const SYS_EXIT_GROUP = 252
pkg syscall (linux-386-cgo), const SYS_FACCESSAT = 307
pkg syscall (linux-386-cgo), const SYS_FADVISE64 = 250
pkg syscall (linux-386-cgo), const SYS_FADVISE64_64 = 272
pkg syscall (linux-386-cgo), const SYS_FALLOCATE = 324
pkg syscall (linux-386-cgo), const SYS_FANOTIFY_INIT = 338
pkg syscall (linux-386-cgo), const SYS_FANOTIFY_MARK = 339
pkg syscall (linux-386-cgo), const SYS_FCHDIR = 133
pkg syscall (linux-386-cgo), const SYS_FCHMOD = 94
pkg syscall (linux-386-cgo), const SYS_FCHMODAT = 306
pkg syscall (linux-386-cgo), const SYS_FCHOWN = 95
pkg syscall (linux-386-cgo), const SYS_FCHOWN32 = 207
pkg syscall (linux-386-cgo), const SYS_FCHOWNAT = 298
pkg syscall (linux-386-cgo), const SYS_FCNTL = 55
pkg syscall (linux-386-cgo), const SYS_FCNTL64 = 221
pkg syscall (linux-386-cgo), const SYS_FDATASYNC = 148
pkg syscall (linux-386-cgo), const SYS_FGETXATTR = 231
pkg syscall (linux-386-cgo), const SYS_FLISTXATTR = 234
pkg syscall (linux-386-cgo), const SYS_FLOCK = 143
pkg syscall (linux-386-cgo), const SYS_FORK = 2
pkg syscall (linux-386-cgo), const SYS_FREMOVEXATTR = 237
pkg syscall (linux-386-cgo), const SYS_FSETXATTR = 228
pkg syscall (linux-386-cgo), const SYS_FSTAT = 108
pkg syscall (linux-386-cgo), const SYS_FSTAT64 = 197
pkg syscall (linux-386-cgo), const SYS_FSTATAT64 = 300
pkg syscall (linux-386-cgo), const SYS_FSTATFS = 100
pkg syscall (linux-386-cgo), const SYS_FSTATFS64 = 269
pkg syscall (linux-386-cgo), const SYS_FSYNC = 118
pkg syscall (linux-386-cgo), const SYS_FTIME = 35
pkg syscall (linux-386-cgo), const SYS_FTRUNCATE = 93
pkg syscall (linux-386-cgo), const SYS_FTRUNCATE64 = 194
pkg syscall (linux-386-cgo), const SYS_FUTEX = 240
pkg syscall (linux-386-cgo), const SYS_FUTIMESAT = 299
pkg syscall (linux-386-cgo), const SYS_GETCPU = 318
pkg syscall (linux-386-cgo), const SYS_GETCWD = 183
pkg syscall (linux-386-cgo), const SYS_GETDENTS = 141
pkg syscall (linux-386-cgo), const SYS_GETDENTS64 = 220
pkg syscall (linux-386-cgo), const SYS_GETEGID = 50
pkg syscall (linux-386-cgo), const SYS_GETEGID32 = 202
pkg syscall (linux-386-cgo), const SYS_GETEUID = 49
pkg syscall (linux-386-cgo), const SYS_GETEUID32 = 201
pkg syscall (linux-386-cgo), const SYS_GETGID = 47
pkg syscall (linux-386-cgo), const SYS_GETGID32 = 200
pkg syscall (linux-386-cgo), const SYS_GETGROUPS = 80
pkg syscall (linux-386-cgo), const SYS_GETGROUPS32 = 205
pkg syscall (linux-386-cgo), const SYS_GETITIMER = 105
pkg syscall (linux-386-cgo), const SYS_GETPGID = 132
pkg syscall (linux-386-cgo), const SYS_GETPGRP = 65
pkg syscall (linux-386-cgo), const SYS_GETPID = 20
pkg syscall (linux-386-cgo), const SYS_GETPMSG = 188
pkg syscall (linux-386-cgo), const SYS_GETPPID = 64
pkg syscall (linux-386-cgo), const SYS_GETPRIORITY = 96
pkg syscall (linux-386-cgo), const SYS_GETRESGID = 171
pkg syscall (linux-386-cgo), const SYS_GETRESGID32 = 211
pkg syscall (linux-386-cgo), const SYS_GETRESUID = 165
pkg syscall (linux-386-cgo), const SYS_GETRESUID32 = 209
pkg syscall (linux-386-cgo), const SYS_GETRLIMIT = 76
pkg syscall (linux-386-cgo), const SYS_GETRUSAGE = 77
pkg syscall (linux-386-cgo), const SYS_GETSID = 147
pkg syscall (linux-386-cgo), const SYS_GETTID = 224
pkg syscall (linux-386-cgo), const SYS_GETTIMEOFDAY = 78
pkg syscall (linux-386-cgo), const SYS_GETUID = 24
pkg syscall (linux-386-cgo), const SYS_GETUID32 = 199
pkg syscall (linux-386-cgo), const SYS_GETXATTR = 229
pkg syscall (linux-386-cgo), const SYS_GET_KERNEL_SYMS = 130
pkg syscall (linux-386-cgo), const SYS_GET_MEMPOLICY = 275
pkg syscall (linux-386-cgo), const SYS_GET_ROBUST_LIST = 312
pkg syscall (linux-386-cgo), const SYS_GET_THREAD_AREA = 244
pkg syscall (linux-386-cgo), const SYS_GTTY = 32
pkg syscall (linux-386-cgo), const SYS_IDLE = 112
pkg syscall (linux-386-cgo), const SYS_INIT_MODULE = 128
pkg syscall (linux-386-cgo), const SYS_INOTIFY_ADD_WATCH = 292
pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT = 291
pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT1 = 332
pkg syscall (linux-386-cgo), const SYS_INOTIFY_RM_WATCH = 293
pkg syscall (linux-386-cgo), const SYS_IOCTL = 54
pkg syscall (linux-386-cgo), const SYS_IOPERM = 101
pkg syscall (linux-386-cgo), const SYS_IOPL = 110
pkg syscall (linux-386-cgo), const SYS_IOPRIO_GET = 290
pkg syscall (linux-386-cgo), const SYS_IOPRIO_SET = 289
pkg syscall (linux-386-cgo), const SYS_IO_CANCEL = 249
pkg syscall (linux-386-cgo), const SYS_IO_DESTROY = 246
pkg syscall (linux-386-cgo), const SYS_IO_GETEVENTS = 247
pkg syscall (linux-386-cgo), const SYS_IO_SETUP = 245
pkg syscall (linux-386-cgo), const SYS_IO_SUBMIT = 248
pkg syscall (linux-386-cgo), const SYS_IPC = 117
pkg syscall (linux-386-cgo), const SYS_KEXEC_LOAD = 283
pkg syscall (linux-386-cgo), const SYS_KEYCTL = 288
pkg syscall (linux-386-cgo), const SYS_KILL = 37
pkg syscall (linux-386-cgo), const SYS_LCHOWN = 16
pkg syscall (linux-386-cgo), const SYS_LCHOWN32 = 198
pkg syscall (linux-386-cgo), const SYS_LGETXATTR = 230
pkg syscall (linux-386-cgo), const SYS_LINK = 9
pkg syscall (linux-386-cgo), const SYS_LINKAT = 303
pkg syscall (linux-386-cgo), const SYS_LISTXATTR = 232
pkg syscall (linux-386-cgo), const SYS_LLISTXATTR = 233
pkg syscall (linux-386-cgo), const SYS_LOCK = 53
pkg syscall (linux-386-cgo), const SYS_LOOKUP_DCOOKIE = 253
pkg syscall (linux-386-cgo), const SYS_LREMOVEXATTR = 236
pkg syscall (linux-386-cgo), const SYS_LSEEK = 19
pkg syscall (linux-386-cgo), const SYS_LSETXATTR = 227
pkg syscall (linux-386-cgo), const SYS_LSTAT = 107
pkg syscall (linux-386-cgo), const SYS_LSTAT64 = 196
pkg syscall (linux-386-cgo), const SYS_MADVISE = 219
pkg syscall (linux-386-cgo), const SYS_MADVISE1 = 219
pkg syscall (linux-386-cgo), const SYS_MBIND = 274
pkg syscall (linux-386-cgo), const SYS_MIGRATE_PAGES = 294
pkg syscall (linux-386-cgo), const SYS_MINCORE = 218
pkg syscall (linux-386-cgo), const SYS_MKDIR = 39
pkg syscall (linux-386-cgo), const SYS_MKDIRAT = 296
pkg syscall (linux-386-cgo), const SYS_MKNOD = 14
pkg syscall (linux-386-cgo), const SYS_MKNODAT = 297
pkg syscall (linux-386-cgo), const SYS_MLOCK = 150
pkg syscall (linux-386-cgo), const SYS_MLOCKALL = 152
pkg syscall (linux-386-cgo), const SYS_MMAP = 90
pkg syscall (linux-386-cgo), const SYS_MMAP2 = 192
pkg syscall (linux-386-cgo), const SYS_MODIFY_LDT = 123
pkg syscall (linux-386-cgo), const SYS_MOUNT = 21
pkg syscall (linux-386-cgo), const SYS_MOVE_PAGES = 317
pkg syscall (linux-386-cgo), const SYS_MPROTECT = 125
pkg syscall (linux-386-cgo), const SYS_MPX = 56
pkg syscall (linux-386-cgo), const SYS_MQ_GETSETATTR = 282
pkg syscall (linux-386-cgo), const SYS_MQ_NOTIFY = 281
pkg syscall (linux-386-cgo), const SYS_MQ_OPEN = 277
pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDRECEIVE = 280
pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDSEND = 279
pkg syscall (linux-386-cgo), const SYS_MQ_UNLINK = 278
pkg syscall (linux-386-cgo), const SYS_MREMAP = 163
pkg syscall (linux-386-cgo), const SYS_MSYNC = 144
pkg syscall (linux-386-cgo), const SYS_MUNLOCK = 151
pkg syscall (linux-386-cgo), const SYS_MUNLOCKALL = 153
pkg syscall (linux-386-cgo), const SYS_MUNMAP = 91
pkg syscall (linux-386-cgo), const SYS_NANOSLEEP = 162
pkg syscall (linux-386-cgo), const SYS_NFSSERVCTL = 169
pkg syscall (linux-386-cgo), const SYS_NICE = 34
pkg syscall (linux-386-cgo), const SYS_OLDFSTAT = 28
pkg syscall (linux-386-cgo), const SYS_OLDLSTAT = 84
pkg syscall (linux-386-cgo), const SYS_OLDOLDUNAME = 59
pkg syscall (linux-386-cgo), const SYS_OLDSTAT = 18
pkg syscall (linux-386-cgo), const SYS_OLDUNAME = 109
pkg syscall (linux-386-cgo), const SYS_OPEN = 5
pkg syscall (linux-386-cgo), const SYS_OPENAT = 295
pkg syscall (linux-386-cgo), const SYS_PAUSE = 29
pkg syscall (linux-386-cgo), const SYS_PERF_EVENT_OPEN = 336
pkg syscall (linux-386-cgo), const SYS_PERSONALITY = 136
pkg syscall (linux-386-cgo), const SYS_PIPE = 42
pkg syscall (linux-386-cgo), const SYS_PIPE2 = 331
pkg syscall (linux-386-cgo), const SYS_PIVOT_ROOT = 217
pkg syscall (linux-386-cgo), const SYS_POLL = 168
pkg syscall (linux-386-cgo), const SYS_PPOLL = 309
pkg syscall (linux-386-cgo), const SYS_PRCTL = 172
pkg syscall (linux-386-cgo), const SYS_PREAD64 = 180
pkg syscall (linux-386-cgo), const SYS_PREADV = 333
pkg syscall (linux-386-cgo), const SYS_PRLIMIT64 = 340
pkg syscall (linux-386-cgo), const SYS_PROF = 44
pkg syscall (linux-386-cgo), const SYS_PROFIL = 98
pkg syscall (linux-386-cgo), const SYS_PSELECT6 = 308
pkg syscall (linux-386-cgo), const SYS_PTRACE = 26
pkg syscall (linux-386-cgo), const SYS_PUTPMSG = 189
pkg syscall (linux-386-cgo), const SYS_PWRITE64 = 181
pkg syscall (linux-386-cgo), const SYS_PWRITEV = 334
pkg syscall (linux-386-cgo), const SYS_QUERY_MODULE = 167
pkg syscall (linux-386-cgo), const SYS_QUOTACTL = 131
pkg syscall (linux-386-cgo), const SYS_READ = 3
pkg syscall (linux-386-cgo), const SYS_READAHEAD = 225
pkg syscall (linux-386-cgo), const SYS_READDIR = 89
pkg syscall (linux-386-cgo), const SYS_READLINK = 85
pkg syscall (linux-386-cgo), const SYS_READLINKAT = 305
pkg syscall (linux-386-cgo), const SYS_READV = 145
pkg syscall (linux-386-cgo), const SYS_REBOOT = 88
pkg syscall (linux-386-cgo), const SYS_RECVMMSG = 337
pkg syscall (linux-386-cgo), const SYS_REMAP_FILE_PAGES = 257
pkg syscall (linux-386-cgo), const SYS_REMOVEXATTR = 235
pkg syscall (linux-386-cgo), const SYS_RENAME = 38
pkg syscall (linux-386-cgo), const SYS_RENAMEAT = 302
pkg syscall (linux-386-cgo), const SYS_REQUEST_KEY = 287
pkg syscall (linux-386-cgo), const SYS_RESTART_SYSCALL = 0
pkg syscall (linux-386-cgo), const SYS_RMDIR = 40
pkg syscall (linux-386-cgo), const SYS_RT_SIGACTION = 174
pkg syscall (linux-386-cgo), const SYS_RT_SIGPENDING = 176
pkg syscall (linux-386-cgo), const SYS_RT_SIGPROCMASK = 175
pkg syscall (linux-386-cgo), const SYS_RT_SIGQUEUEINFO = 178
pkg syscall (linux-386-cgo), const SYS_RT_SIGRETURN = 173
pkg syscall (linux-386-cgo), const SYS_RT_SIGSUSPEND = 179
pkg syscall (linux-386-cgo), const SYS_RT_SIGTIMEDWAIT = 177
pkg syscall (linux-386-cgo), const SYS_RT_TGSIGQUEUEINFO = 335
pkg syscall (linux-386-cgo), const SYS_SCHED_GETAFFINITY = 242
pkg syscall (linux-386-cgo), const SYS_SCHED_GETPARAM = 155
pkg syscall (linux-386-cgo), const SYS_SCHED_GETSCHEDULER = 157
pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
pkg syscall (linux-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
pkg syscall (linux-386-cgo), const SYS_SCHED_SETAFFINITY = 241
pkg syscall (linux-386-cgo), const SYS_SCHED_SETPARAM = 154
pkg syscall (linux-386-cgo), const SYS_SCHED_SETSCHEDULER = 156
pkg syscall (linux-386-cgo), const SYS_SCHED_YIELD = 158
pkg syscall (linux-386-cgo), const SYS_SELECT = 82
pkg syscall (linux-386-cgo), const SYS_SENDFILE = 187
pkg syscall (linux-386-cgo), const SYS_SENDFILE64 = 239
pkg syscall (linux-386-cgo), const SYS_SETDOMAINNAME = 121
pkg syscall (linux-386-cgo), const SYS_SETFSGID = 139
pkg syscall (linux-386-cgo), const SYS_SETFSGID32 = 216
pkg syscall (linux-386-cgo), const SYS_SETFSUID = 138
pkg syscall (linux-386-cgo), const SYS_SETFSUID32 = 215
pkg syscall (linux-386-cgo), const SYS_SETGID = 46
pkg syscall (linux-386-cgo), const SYS_SETGID32 = 214
pkg syscall (linux-386-cgo), const SYS_SETGROUPS = 81
pkg syscall (linux-386-cgo), const SYS_SETGROUPS32 = 206
pkg syscall (linux-386-cgo), const SYS_SETHOSTNAME = 74
pkg syscall (linux-386-cgo), const SYS_SETITIMER = 104
pkg syscall (linux-386-cgo), const SYS_SETPGID = 57
pkg syscall (linux-386-cgo), const SYS_SETPRIORITY = 97
pkg syscall (linux-386-cgo), const SYS_SETREGID = 71
pkg syscall (linux-386-cgo), const SYS_SETREGID32 = 204
pkg syscall (linux-386-cgo), const SYS_SETRESGID = 170
pkg syscall (linux-386-cgo), const SYS_SETRESGID32 = 210
pkg syscall (linux-386-cgo), const SYS_SETRESUID = 164
pkg syscall (linux-386-cgo), const SYS_SETRESUID32 = 208
pkg syscall (linux-386-cgo), const SYS_SETREUID = 70
pkg syscall (linux-386-cgo), const SYS_SETREUID32 = 203
pkg syscall (linux-386-cgo), const SYS_SETRLIMIT = 75
pkg syscall (linux-386-cgo), const SYS_SETSID = 66
pkg syscall (linux-386-cgo), const SYS_SETTIMEOFDAY = 79
pkg syscall (linux-386-cgo), const SYS_SETUID = 23
pkg syscall (linux-386-cgo), const SYS_SETUID32 = 213
pkg syscall (linux-386-cgo), const SYS_SETXATTR = 226
pkg syscall (linux-386-cgo), const SYS_SET_MEMPOLICY = 276
pkg syscall (linux-386-cgo), const SYS_SET_ROBUST_LIST = 311
pkg syscall (linux-386-cgo), const SYS_SET_THREAD_AREA = 243
pkg syscall (linux-386-cgo), const SYS_SET_TID_ADDRESS = 258
pkg syscall (linux-386-cgo), const SYS_SGETMASK = 68
pkg syscall (linux-386-cgo), const SYS_SIGACTION = 67
pkg syscall (linux-386-cgo), const SYS_SIGALTSTACK = 186
pkg syscall (linux-386-cgo), const SYS_SIGNAL = 48
pkg syscall (linux-386-cgo), const SYS_SIGNALFD = 321
pkg syscall (linux-386-cgo), const SYS_SIGNALFD4 = 327
pkg syscall (linux-386-cgo), const SYS_SIGPENDING = 73
pkg syscall (linux-386-cgo), const SYS_SIGPROCMASK = 126
pkg syscall (linux-386-cgo), const SYS_SIGRETURN = 119
pkg syscall (linux-386-cgo), const SYS_SIGSUSPEND = 72
pkg syscall (linux-386-cgo), const SYS_SOCKETCALL = 102
pkg syscall (linux-386-cgo), const SYS_SPLICE = 313
pkg syscall (linux-386-cgo), const SYS_SSETMASK = 69
pkg syscall (linux-386-cgo), const SYS_STAT = 106
pkg syscall (linux-386-cgo), const SYS_STAT64 = 195
pkg syscall (linux-386-cgo), const SYS_STATFS = 99
pkg syscall (linux-386-cgo), const SYS_STATFS64 = 268
pkg syscall (linux-386-cgo), const SYS_STIME = 25
pkg syscall (linux-386-cgo), const SYS_STTY = 31
pkg syscall (linux-386-cgo), const SYS_SWAPOFF = 115
pkg syscall (linux-386-cgo), const SYS_SWAPON = 87
pkg syscall (linux-386-cgo), const SYS_SYMLINK = 83
pkg syscall (linux-386-cgo), const SYS_SYMLINKAT = 304
pkg syscall (linux-386-cgo), const SYS_SYNC = 36
pkg syscall (linux-386-cgo), const SYS_SYNC_FILE_RANGE = 314
pkg syscall (linux-386-cgo), const SYS_SYSFS = 135
pkg syscall (linux-386-cgo), const SYS_SYSINFO = 116
pkg syscall (linux-386-cgo), const SYS_SYSLOG = 103
pkg syscall (linux-386-cgo), const SYS_TEE = 315
pkg syscall (linux-386-cgo), const SYS_TGKILL = 270
pkg syscall (linux-386-cgo), const SYS_TIME = 13
pkg syscall (linux-386-cgo), const SYS_TIMERFD_CREATE = 322
pkg syscall (linux-386-cgo), const SYS_TIMERFD_GETTIME = 326
pkg syscall (linux-386-cgo), const SYS_TIMERFD_SETTIME = 325
pkg syscall (linux-386-cgo), const SYS_TIMER_CREATE = 259
pkg syscall (linux-386-cgo), const SYS_TIMER_DELETE = 263
pkg syscall (linux-386-cgo), const SYS_TIMER_GETOVERRUN = 262
pkg syscall (linux-386-cgo), const SYS_TIMER_GETTIME = 261
pkg syscall (linux-386-cgo), const SYS_TIMER_SETTIME = 260
pkg syscall (linux-386-cgo), const SYS_TIMES = 43
pkg syscall (linux-386-cgo), const SYS_TKILL = 238
pkg syscall (linux-386-cgo), const SYS_TRUNCATE = 92
pkg syscall (linux-386-cgo), const SYS_TRUNCATE64 = 193
pkg syscall (linux-386-cgo), const SYS_UGETRLIMIT = 191
pkg syscall (linux-386-cgo), const SYS_ULIMIT = 58
pkg syscall (linux-386-cgo), const SYS_UMASK = 60
pkg syscall (linux-386-cgo), const SYS_UMOUNT = 22
pkg syscall (linux-386-cgo), const SYS_UMOUNT2 = 52
pkg syscall (linux-386-cgo), const SYS_UNAME = 122
pkg syscall (linux-386-cgo), const SYS_UNLINK = 10
pkg syscall (linux-386-cgo), const SYS_UNLINKAT = 301
pkg syscall (linux-386-cgo), const SYS_UNSHARE = 310
pkg syscall (linux-386-cgo), const SYS_USELIB = 86
pkg syscall (linux-386-cgo), const SYS_USTAT = 62
pkg syscall (linux-386-cgo), const SYS_UTIME = 30
pkg syscall (linux-386-cgo), const SYS_UTIMENSAT = 320
pkg syscall (linux-386-cgo), const SYS_UTIMES = 271
pkg syscall (linux-386-cgo), const SYS_VFORK = 190
pkg syscall (linux-386-cgo), const SYS_VHANGUP = 111
pkg syscall (linux-386-cgo), const SYS_VM86 = 166
pkg syscall (linux-386-cgo), const SYS_VM86OLD = 113
pkg syscall (linux-386-cgo), const SYS_VMSPLICE = 316
pkg syscall (linux-386-cgo), const SYS_VSERVER = 273
pkg syscall (linux-386-cgo), const SYS_WAIT4 = 114
pkg syscall (linux-386-cgo), const SYS_WAITID = 284
pkg syscall (linux-386-cgo), const SYS_WAITPID = 7
pkg syscall (linux-386-cgo), const SYS_WRITE = 4
pkg syscall (linux-386-cgo), const SYS_WRITEV = 146
pkg syscall (linux-386-cgo), const SYS__LLSEEK = 140
pkg syscall (linux-386-cgo), const SYS__NEWSELECT = 142
pkg syscall (linux-386-cgo), const SYS__SYSCTL = 149
pkg syscall (linux-386-cgo), const S_BLKSIZE = 512
pkg syscall (linux-386-cgo), const S_IEXEC = 64
pkg syscall (linux-386-cgo), const S_IFMT = 61440
pkg syscall (linux-386-cgo), const S_IREAD = 256
pkg syscall (linux-386-cgo), const S_IRGRP = 32
pkg syscall (linux-386-cgo), const S_IROTH = 4
pkg syscall (linux-386-cgo), const S_IRWXG = 56
pkg syscall (linux-386-cgo), const S_IRWXO = 7
pkg syscall (linux-386-cgo), const S_IRWXU = 448
pkg syscall (linux-386-cgo), const S_IWGRP = 16
pkg syscall (linux-386-cgo), const S_IWOTH = 2
pkg syscall (linux-386-cgo), const S_IWRITE = 128
pkg syscall (linux-386-cgo), const S_IXGRP = 8
pkg syscall (linux-386-cgo), const S_IXOTH = 1
pkg syscall (linux-386-cgo), const SizeofCmsghdr = 12
pkg syscall (linux-386-cgo), const SizeofIPMreq = 8
pkg syscall (linux-386-cgo), const SizeofIPMreqn = 12
pkg syscall (linux-386-cgo), const SizeofIPv6Mreq = 20
pkg syscall (linux-386-cgo), const SizeofIfAddrmsg = 8
pkg syscall (linux-386-cgo), const SizeofIfInfomsg = 16
pkg syscall (linux-386-cgo), const SizeofInet4Pktinfo = 12
pkg syscall (linux-386-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (linux-386-cgo), const SizeofInotifyEvent = 16
pkg syscall (linux-386-cgo), const SizeofLinger = 8
pkg syscall (linux-386-cgo), const SizeofMsghdr = 28
pkg syscall (linux-386-cgo), const SizeofNlAttr = 4
pkg syscall (linux-386-cgo), const SizeofNlMsgerr = 20
pkg syscall (linux-386-cgo), const SizeofNlMsghdr = 16
pkg syscall (linux-386-cgo), const SizeofRtAttr = 4
pkg syscall (linux-386-cgo), const SizeofRtGenmsg = 1
pkg syscall (linux-386-cgo), const SizeofRtMsg = 12
pkg syscall (linux-386-cgo), const SizeofRtNexthop = 8
pkg syscall (linux-386-cgo), const SizeofSockFilter = 8
pkg syscall (linux-386-cgo), const SizeofSockFprog = 8
pkg syscall (linux-386-cgo), const SizeofSockaddrAny = 112
pkg syscall (linux-386-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (linux-386-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (linux-386-cgo), const SizeofSockaddrLinklayer = 20
pkg syscall (linux-386-cgo), const SizeofSockaddrNetlink = 12
pkg syscall (linux-386-cgo), const SizeofSockaddrUnix = 110
pkg syscall (linux-386-cgo), const SizeofTCPInfo = 104
pkg syscall (linux-386-cgo), const SizeofTCPInfo ideal-int
pkg syscall (linux-386-cgo), const SizeofUcred = 12
pkg syscall (linux-386-cgo), const TCGETS = 21505
pkg syscall (linux-386-cgo), const TCP_CONGESTION = 13
pkg syscall (linux-386-cgo), const TCP_CORK = 3
pkg syscall (linux-386-cgo), const TCP_DEFER_ACCEPT = 9
pkg syscall (linux-386-cgo), const TCP_INFO = 11
pkg syscall (linux-386-cgo), const TCP_KEEPCNT = 6
pkg syscall (linux-386-cgo), const TCP_KEEPIDLE = 4
pkg syscall (linux-386-cgo), const TCP_KEEPINTVL = 5
pkg syscall (linux-386-cgo), const TCP_LINGER2 = 8
pkg syscall (linux-386-cgo), const TCP_MAXSEG = 2
pkg syscall (linux-386-cgo), const TCP_MAXWIN = 65535
pkg syscall (linux-386-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (linux-386-cgo), const TCP_MD5SIG = 14
pkg syscall (linux-386-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
pkg syscall (linux-386-cgo), const TCP_MSS = 512
pkg syscall (linux-386-cgo), const TCP_QUICKACK = 12
pkg syscall (linux-386-cgo), const TCP_SYNCNT = 7
pkg syscall (linux-386-cgo), const TCP_WINDOW_CLAMP = 10
pkg syscall (linux-386-cgo), const TCSETS = 21506
pkg syscall (linux-386-cgo), const TIOCCBRK = 21544
pkg syscall (linux-386-cgo), const TIOCCONS = 21533
pkg syscall (linux-386-cgo), const TIOCEXCL = 21516
pkg syscall (linux-386-cgo), const TIOCGDEV = 2147767346
pkg syscall (linux-386-cgo), const TIOCGETD = 21540
pkg syscall (linux-386-cgo), const TIOCGICOUNT = 21597
pkg syscall (linux-386-cgo), const TIOCGLCKTRMIOS = 21590
pkg syscall (linux-386-cgo), const TIOCGPGRP = 21519
pkg syscall (linux-386-cgo), const TIOCGPTN = 2147767344
pkg syscall (linux-386-cgo), const TIOCGRS485 = 21550
pkg syscall (linux-386-cgo), const TIOCGSERIAL = 21534
pkg syscall (linux-386-cgo), const TIOCGSID = 21545
pkg syscall (linux-386-cgo), const TIOCGSOFTCAR = 21529
pkg syscall (linux-386-cgo), const TIOCGWINSZ = 21523
pkg syscall (linux-386-cgo), const TIOCINQ = 21531
pkg syscall (linux-386-cgo), const TIOCLINUX = 21532
pkg syscall (linux-386-cgo), const TIOCMBIC = 21527
pkg syscall (linux-386-cgo), const TIOCMBIS = 21526
pkg syscall (linux-386-cgo), const TIOCMGET = 21525
pkg syscall (linux-386-cgo), const TIOCMIWAIT = 21596
pkg syscall (linux-386-cgo), const TIOCMSET = 21528
pkg syscall (linux-386-cgo), const TIOCM_CAR = 64
pkg syscall (linux-386-cgo), const TIOCM_CD = 64
pkg syscall (linux-386-cgo), const TIOCM_CTS = 32
pkg syscall (linux-386-cgo), const TIOCM_DSR = 256
pkg syscall (linux-386-cgo), const TIOCM_DTR = 2
pkg syscall (linux-386-cgo), const TIOCM_LE = 1
pkg syscall (linux-386-cgo), const TIOCM_RI = 128
pkg syscall (linux-386-cgo), const TIOCM_RNG = 128
pkg syscall (linux-386-cgo), const TIOCM_RTS = 4
pkg syscall (linux-386-cgo), const TIOCM_SR = 16
pkg syscall (linux-386-cgo), const TIOCM_ST = 8
pkg syscall (linux-386-cgo), const TIOCNOTTY = 21538
pkg syscall (linux-386-cgo), const TIOCNXCL = 21517
pkg syscall (linux-386-cgo), const TIOCOUTQ = 21521
pkg syscall (linux-386-cgo), const TIOCPKT = 21536
pkg syscall (linux-386-cgo), const TIOCPKT_DATA = 0
pkg syscall (linux-386-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (linux-386-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (linux-386-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (linux-386-cgo), const TIOCPKT_START = 8
pkg syscall (linux-386-cgo), const TIOCPKT_STOP = 4
pkg syscall (linux-386-cgo), const TIOCSBRK = 21543
pkg syscall (linux-386-cgo), const TIOCSCTTY = 21518
pkg syscall (linux-386-cgo), const TIOCSERCONFIG = 21587
pkg syscall (linux-386-cgo), const TIOCSERGETLSR = 21593
pkg syscall (linux-386-cgo), const TIOCSERGETMULTI = 21594
pkg syscall (linux-386-cgo), const TIOCSERGSTRUCT = 21592
pkg syscall (linux-386-cgo), const TIOCSERGWILD = 21588
pkg syscall (linux-386-cgo), const TIOCSERSETMULTI = 21595
pkg syscall (linux-386-cgo), const TIOCSERSWILD = 21589
pkg syscall (linux-386-cgo), const TIOCSER_TEMT = 1
pkg syscall (linux-386-cgo), const TIOCSETD = 21539
pkg syscall (linux-386-cgo), const TIOCSIG = 1074025526
pkg syscall (linux-386-cgo), const TIOCSLCKTRMIOS = 21591
pkg syscall (linux-386-cgo), const TIOCSPGRP = 21520
pkg syscall (linux-386-cgo), const TIOCSPTLCK = 1074025521
pkg syscall (linux-386-cgo), const TIOCSRS485 = 21551
pkg syscall (linux-386-cgo), const TIOCSSERIAL = 21535
pkg syscall (linux-386-cgo), const TIOCSSOFTCAR = 21530
pkg syscall (linux-386-cgo), const TIOCSTI = 21522
pkg syscall (linux-386-cgo), const TIOCSWINSZ = 21524
pkg syscall (linux-386-cgo), const TOSTOP = 256
pkg syscall (linux-386-cgo), const TUNATTACHFILTER = 1074287829
pkg syscall (linux-386-cgo), const TUNDETACHFILTER = 1074287830
pkg syscall (linux-386-cgo), const TUNGETFEATURES = 2147767503
pkg syscall (linux-386-cgo), const TUNGETIFF = 2147767506
pkg syscall (linux-386-cgo), const TUNGETSNDBUF = 2147767507
pkg syscall (linux-386-cgo), const TUNGETVNETHDRSZ = 2147767511
pkg syscall (linux-386-cgo), const TUNSETDEBUG = 1074025673
pkg syscall (linux-386-cgo), const TUNSETGROUP = 1074025678
pkg syscall (linux-386-cgo), const TUNSETIFF = 1074025674
pkg syscall (linux-386-cgo), const TUNSETLINK = 1074025677
pkg syscall (linux-386-cgo), const TUNSETNOCSUM = 1074025672
pkg syscall (linux-386-cgo), const TUNSETOFFLOAD = 1074025680
pkg syscall (linux-386-cgo), const TUNSETOWNER = 1074025676
pkg syscall (linux-386-cgo), const TUNSETPERSIST = 1074025675
pkg syscall (linux-386-cgo), const TUNSETSNDBUF = 1074025684
pkg syscall (linux-386-cgo), const TUNSETTXFILTER = 1074025681
pkg syscall (linux-386-cgo), const TUNSETVNETHDRSZ = 1074025688
pkg syscall (linux-386-cgo), const VDISCARD = 13
pkg syscall (linux-386-cgo), const VEOF = 4
pkg syscall (linux-386-cgo), const VEOL = 11
pkg syscall (linux-386-cgo), const VEOL2 = 16
pkg syscall (linux-386-cgo), const VERASE = 2
pkg syscall (linux-386-cgo), const VINTR = 0
pkg syscall (linux-386-cgo), const VKILL = 3
pkg syscall (linux-386-cgo), const VLNEXT = 15
pkg syscall (linux-386-cgo), const VMIN = 6
pkg syscall (linux-386-cgo), const VQUIT = 1
pkg syscall (linux-386-cgo), const VREPRINT = 12
pkg syscall (linux-386-cgo), const VSTART = 8
pkg syscall (linux-386-cgo), const VSTOP = 9
pkg syscall (linux-386-cgo), const VSUSP = 10
pkg syscall (linux-386-cgo), const VSWTC = 7
pkg syscall (linux-386-cgo), const VTIME = 5
pkg syscall (linux-386-cgo), const VWERASE = 14
pkg syscall (linux-386-cgo), const WALL = 1073741824
pkg syscall (linux-386-cgo), const WCLONE = 2147483648
pkg syscall (linux-386-cgo), const WCONTINUED = 8
pkg syscall (linux-386-cgo), const WEXITED = 4
pkg syscall (linux-386-cgo), const WNOHANG = 1
pkg syscall (linux-386-cgo), const WNOTHREAD = 536870912
pkg syscall (linux-386-cgo), const WNOWAIT = 16777216
pkg syscall (linux-386-cgo), const WORDSIZE = 32
pkg syscall (linux-386-cgo), const WSTOPPED = 2
pkg syscall (linux-386-cgo), const WUNTRACED = 2
pkg syscall (linux-386-cgo), const XCASE = 4
pkg syscall (linux-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
pkg syscall (linux-386-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
pkg syscall (linux-386-cgo), func Getxattr(string, string, []uint8) (int, error)
pkg syscall (linux-386-cgo), func Listxattr(string, []uint8) (int, error)
pkg syscall (linux-386-cgo), func Pipe2([]int, int) error
pkg syscall (linux-386-cgo), func PtraceSyscall(int, int) error
pkg syscall (linux-386-cgo), func Removexattr(string, string) error
pkg syscall (linux-386-cgo), func Setxattr(string, string, []uint8, int) error
pkg syscall (linux-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (linux-386-cgo), type SysProcAttr struct, Ctty int
pkg syscall (linux-386-cgo), type TCPInfo struct
pkg syscall (linux-386-cgo), type TCPInfo struct, Advmss uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Ato uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Backoff uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Ca_state uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Fackets uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_recv uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_sent uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_recv uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_sent uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Lost uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Options uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Pmtu uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Probes uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_mss uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_rtt uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_space uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_ssthresh uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Reordering uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Retrans uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Retransmits uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Rto uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Rtt uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Rttvar uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Sacked uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_cwnd uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_mss uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8
pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32
pkg syscall (linux-amd64), const AF_ALG = 38
pkg syscall (linux-amd64), const AF_APPLETALK = 5
pkg syscall (linux-amd64), const AF_ASH = 18
pkg syscall (linux-amd64), const AF_ATMPVC = 8
pkg syscall (linux-amd64), const AF_ATMSVC = 20
pkg syscall (linux-amd64), const AF_AX25 = 3
pkg syscall (linux-amd64), const AF_BLUETOOTH = 31
pkg syscall (linux-amd64), const AF_BRIDGE = 7
pkg syscall (linux-amd64), const AF_CAIF = 37
pkg syscall (linux-amd64), const AF_CAN = 29
pkg syscall (linux-amd64), const AF_DECnet = 12
pkg syscall (linux-amd64), const AF_ECONET = 19
pkg syscall (linux-amd64), const AF_FILE = 1
pkg syscall (linux-amd64), const AF_IEEE802154 = 36
pkg syscall (linux-amd64), const AF_INET6 = 10
pkg syscall (linux-amd64), const AF_IPX = 4
pkg syscall (linux-amd64), const AF_IRDA = 23
pkg syscall (linux-amd64), const AF_ISDN = 34
pkg syscall (linux-amd64), const AF_IUCV = 32
pkg syscall (linux-amd64), const AF_KEY = 15
pkg syscall (linux-amd64), const AF_LLC = 26
pkg syscall (linux-amd64), const AF_LOCAL = 1
pkg syscall (linux-amd64), const AF_MAX = 39
pkg syscall (linux-amd64), const AF_NETBEUI = 13
pkg syscall (linux-amd64), const AF_NETLINK = 16
pkg syscall (linux-amd64), const AF_NETROM = 6
pkg syscall (linux-amd64), const AF_PACKET = 17
pkg syscall (linux-amd64), const AF_PHONET = 35
pkg syscall (linux-amd64), const AF_PPPOX = 24
pkg syscall (linux-amd64), const AF_RDS = 21
pkg syscall (linux-amd64), const AF_ROSE = 11
pkg syscall (linux-amd64), const AF_ROUTE = 16
pkg syscall (linux-amd64), const AF_RXRPC = 33
pkg syscall (linux-amd64), const AF_SECURITY = 14
pkg syscall (linux-amd64), const AF_SNA = 22
pkg syscall (linux-amd64), const AF_TIPC = 30
pkg syscall (linux-amd64), const AF_WANPIPE = 25
pkg syscall (linux-amd64), const AF_X25 = 9
pkg syscall (linux-amd64), const ARPHRD_ADAPT = 264
pkg syscall (linux-amd64), const ARPHRD_APPLETLK = 8
pkg syscall (linux-amd64), const ARPHRD_ARCNET = 7
pkg syscall (linux-amd64), const ARPHRD_ASH = 781
pkg syscall (linux-amd64), const ARPHRD_ATM = 19
pkg syscall (linux-amd64), const ARPHRD_AX25 = 3
pkg syscall (linux-amd64), const ARPHRD_BIF = 775
pkg syscall (linux-amd64), const ARPHRD_CHAOS = 5
pkg syscall (linux-amd64), const ARPHRD_CISCO = 513
pkg syscall (linux-amd64), const ARPHRD_CSLIP = 257
pkg syscall (linux-amd64), const ARPHRD_CSLIP6 = 259
pkg syscall (linux-amd64), const ARPHRD_DDCMP = 517
pkg syscall (linux-amd64), const ARPHRD_DLCI = 15
pkg syscall (linux-amd64), const ARPHRD_ECONET = 782
pkg syscall (linux-amd64), const ARPHRD_EETHER = 2
pkg syscall (linux-amd64), const ARPHRD_ETHER = 1
pkg syscall (linux-amd64), const ARPHRD_EUI64 = 27
pkg syscall (linux-amd64), const ARPHRD_FCAL = 785
pkg syscall (linux-amd64), const ARPHRD_FCFABRIC = 787
pkg syscall (linux-amd64), const ARPHRD_FCPL = 786
pkg syscall (linux-amd64), const ARPHRD_FCPP = 784
pkg syscall (linux-amd64), const ARPHRD_FDDI = 774
pkg syscall (linux-amd64), const ARPHRD_FRAD = 770
pkg syscall (linux-amd64), const ARPHRD_HDLC = 513
pkg syscall (linux-amd64), const ARPHRD_HIPPI = 780
pkg syscall (linux-amd64), const ARPHRD_HWX25 = 272
pkg syscall (linux-amd64), const ARPHRD_IEEE1394 = 24
pkg syscall (linux-amd64), const ARPHRD_IEEE802 = 6
pkg syscall (linux-amd64), const ARPHRD_IEEE80211 = 801
pkg syscall (linux-amd64), const ARPHRD_IEEE80211_PRISM = 802
pkg syscall (linux-amd64), const ARPHRD_IEEE80211_RADIOTAP = 803
pkg syscall (linux-amd64), const ARPHRD_IEEE802154 = 804
pkg syscall (linux-amd64), const ARPHRD_IEEE802154_PHY = 805
pkg syscall (linux-amd64), const ARPHRD_IEEE802_TR = 800
pkg syscall (linux-amd64), const ARPHRD_INFINIBAND = 32
pkg syscall (linux-amd64), const ARPHRD_IPDDP = 777
pkg syscall (linux-amd64), const ARPHRD_IPGRE = 778
pkg syscall (linux-amd64), const ARPHRD_IRDA = 783
pkg syscall (linux-amd64), const ARPHRD_LAPB = 516
pkg syscall (linux-amd64), const ARPHRD_LOCALTLK = 773
pkg syscall (linux-amd64), const ARPHRD_LOOPBACK = 772
pkg syscall (linux-amd64), const ARPHRD_METRICOM = 23
pkg syscall (linux-amd64), const ARPHRD_NETROM = 0
pkg syscall (linux-amd64), const ARPHRD_NONE = 65534
pkg syscall (linux-amd64), const ARPHRD_PIMREG = 779
pkg syscall (linux-amd64), const ARPHRD_PPP = 512
pkg syscall (linux-amd64), const ARPHRD_PRONET = 4
pkg syscall (linux-amd64), const ARPHRD_RAWHDLC = 518
pkg syscall (linux-amd64), const ARPHRD_ROSE = 270
pkg syscall (linux-amd64), const ARPHRD_RSRVD = 260
pkg syscall (linux-amd64), const ARPHRD_SIT = 776
pkg syscall (linux-amd64), const ARPHRD_SKIP = 771
pkg syscall (linux-amd64), const ARPHRD_SLIP = 256
pkg syscall (linux-amd64), const ARPHRD_SLIP6 = 258
pkg syscall (linux-amd64), const ARPHRD_TUNNEL = 768
pkg syscall (linux-amd64), const ARPHRD_TUNNEL6 = 769
pkg syscall (linux-amd64), const ARPHRD_VOID = 65535
pkg syscall (linux-amd64), const ARPHRD_X25 = 271
pkg syscall (linux-amd64), const B0 = 0
pkg syscall (linux-amd64), const B1000000 = 4104
pkg syscall (linux-amd64), const B110 = 3
pkg syscall (linux-amd64), const B115200 = 4098
pkg syscall (linux-amd64), const B1152000 = 4105
pkg syscall (linux-amd64), const B1200 = 9
pkg syscall (linux-amd64), const B134 = 4
pkg syscall (linux-amd64), const B150 = 5
pkg syscall (linux-amd64), const B1500000 = 4106
pkg syscall (linux-amd64), const B1800 = 10
pkg syscall (linux-amd64), const B19200 = 14
pkg syscall (linux-amd64), const B200 = 6
pkg syscall (linux-amd64), const B2000000 = 4107
pkg syscall (linux-amd64), const B230400 = 4099
pkg syscall (linux-amd64), const B2400 = 11
pkg syscall (linux-amd64), const B2500000 = 4108
pkg syscall (linux-amd64), const B300 = 7
pkg syscall (linux-amd64), const B3000000 = 4109
pkg syscall (linux-amd64), const B3500000 = 4110
pkg syscall (linux-amd64), const B38400 = 15
pkg syscall (linux-amd64), const B4000000 = 4111
pkg syscall (linux-amd64), const B460800 = 4100
pkg syscall (linux-amd64), const B4800 = 12
pkg syscall (linux-amd64), const B50 = 1
pkg syscall (linux-amd64), const B500000 = 4101
pkg syscall (linux-amd64), const B57600 = 4097
pkg syscall (linux-amd64), const B576000 = 4102
pkg syscall (linux-amd64), const B600 = 8
pkg syscall (linux-amd64), const B75 = 2
pkg syscall (linux-amd64), const B921600 = 4103
pkg syscall (linux-amd64), const B9600 = 13
pkg syscall (linux-amd64), const BPF_A = 16
pkg syscall (linux-amd64), const BPF_ABS = 32
pkg syscall (linux-amd64), const BPF_ADD = 0
pkg syscall (linux-amd64), const BPF_ALU = 4
pkg syscall (linux-amd64), const BPF_AND = 80
pkg syscall (linux-amd64), const BPF_B = 16
pkg syscall (linux-amd64), const BPF_DIV = 48
pkg syscall (linux-amd64), const BPF_H = 8
pkg syscall (linux-amd64), const BPF_IMM = 0
pkg syscall (linux-amd64), const BPF_IND = 64
pkg syscall (linux-amd64), const BPF_JA = 0
pkg syscall (linux-amd64), const BPF_JEQ = 16
pkg syscall (linux-amd64), const BPF_JGE = 48
pkg syscall (linux-amd64), const BPF_JGT = 32
pkg syscall (linux-amd64), const BPF_JMP = 5
pkg syscall (linux-amd64), const BPF_JSET = 64
pkg syscall (linux-amd64), const BPF_K = 0
pkg syscall (linux-amd64), const BPF_LD = 0
pkg syscall (linux-amd64), const BPF_LDX = 1
pkg syscall (linux-amd64), const BPF_LEN = 128
pkg syscall (linux-amd64), const BPF_LSH = 96
pkg syscall (linux-amd64), const BPF_MAJOR_VERSION = 1
pkg syscall (linux-amd64), const BPF_MAXINSNS = 4096
pkg syscall (linux-amd64), const BPF_MEM = 96
pkg syscall (linux-amd64), const BPF_MEMWORDS = 16
pkg syscall (linux-amd64), const BPF_MINOR_VERSION = 1
pkg syscall (linux-amd64), const BPF_MISC = 7
pkg syscall (linux-amd64), const BPF_MSH = 160
pkg syscall (linux-amd64), const BPF_MUL = 32
pkg syscall (linux-amd64), const BPF_NEG = 128
pkg syscall (linux-amd64), const BPF_OR = 64
pkg syscall (linux-amd64), const BPF_RET = 6
pkg syscall (linux-amd64), const BPF_RSH = 112
pkg syscall (linux-amd64), const BPF_ST = 2
pkg syscall (linux-amd64), const BPF_STX = 3
pkg syscall (linux-amd64), const BPF_SUB = 16
pkg syscall (linux-amd64), const BPF_TAX = 0
pkg syscall (linux-amd64), const BPF_TXA = 128
pkg syscall (linux-amd64), const BPF_W = 0
pkg syscall (linux-amd64), const BPF_X = 8
pkg syscall (linux-amd64), const BRKINT = 2
pkg syscall (linux-amd64), const CLOCAL = 2048
pkg syscall (linux-amd64), const CREAD = 128
pkg syscall (linux-amd64), const CS5 = 0
pkg syscall (linux-amd64), const CS6 = 16
pkg syscall (linux-amd64), const CS7 = 32
pkg syscall (linux-amd64), const CS8 = 48
pkg syscall (linux-amd64), const CSIZE = 48
pkg syscall (linux-amd64), const CSTOPB = 64
pkg syscall (linux-amd64), const DT_BLK = 6
pkg syscall (linux-amd64), const DT_CHR = 2
pkg syscall (linux-amd64), const DT_DIR = 4
pkg syscall (linux-amd64), const DT_FIFO = 1
pkg syscall (linux-amd64), const DT_LNK = 10
pkg syscall (linux-amd64), const DT_REG = 8
pkg syscall (linux-amd64), const DT_SOCK = 12
pkg syscall (linux-amd64), const DT_UNKNOWN = 0
pkg syscall (linux-amd64), const DT_WHT = 14
pkg syscall (linux-amd64), const E2BIG = 7
pkg syscall (linux-amd64), const EACCES = 13
pkg syscall (linux-amd64), const EADDRINUSE = 98
pkg syscall (linux-amd64), const EADDRNOTAVAIL = 99
pkg syscall (linux-amd64), const EADV = 68
pkg syscall (linux-amd64), const EAFNOSUPPORT = 97
pkg syscall (linux-amd64), const EAGAIN = 11
pkg syscall (linux-amd64), const EALREADY = 114
pkg syscall (linux-amd64), const EBADE = 52
pkg syscall (linux-amd64), const EBADF = 9
pkg syscall (linux-amd64), const EBADFD = 77
pkg syscall (linux-amd64), const EBADMSG = 74
pkg syscall (linux-amd64), const EBADR = 53
pkg syscall (linux-amd64), const EBADRQC = 56
pkg syscall (linux-amd64), const EBADSLT = 57
pkg syscall (linux-amd64), const EBFONT = 59
pkg syscall (linux-amd64), const EBUSY = 16
pkg syscall (linux-amd64), const ECANCELED = 125
pkg syscall (linux-amd64), const ECHILD = 10
pkg syscall (linux-amd64), const ECHO = 8
pkg syscall (linux-amd64), const ECHOCTL = 512
pkg syscall (linux-amd64), const ECHOE = 16
pkg syscall (linux-amd64), const ECHOK = 32
pkg syscall (linux-amd64), const ECHOKE = 2048
pkg syscall (linux-amd64), const ECHONL = 64
pkg syscall (linux-amd64), const ECHOPRT = 1024
pkg syscall (linux-amd64), const ECHRNG = 44
pkg syscall (linux-amd64), const ECOMM = 70
pkg syscall (linux-amd64), const ECONNABORTED = 103
pkg syscall (linux-amd64), const ECONNREFUSED = 111
pkg syscall (linux-amd64), const ECONNRESET = 104
pkg syscall (linux-amd64), const EDEADLK = 35
pkg syscall (linux-amd64), const EDEADLOCK = 35
pkg syscall (linux-amd64), const EDESTADDRREQ = 89
pkg syscall (linux-amd64), const EDOM = 33
pkg syscall (linux-amd64), const EDOTDOT = 73
pkg syscall (linux-amd64), const EDQUOT = 122
pkg syscall (linux-amd64), const EEXIST = 17
pkg syscall (linux-amd64), const EFAULT = 14
pkg syscall (linux-amd64), const EFBIG = 27
pkg syscall (linux-amd64), const EHOSTDOWN = 112
pkg syscall (linux-amd64), const EHOSTUNREACH = 113
pkg syscall (linux-amd64), const EIDRM = 43
pkg syscall (linux-amd64), const EILSEQ = 84
pkg syscall (linux-amd64), const EINPROGRESS = 115
pkg syscall (linux-amd64), const EINTR = 4
pkg syscall (linux-amd64), const EINVAL = 22
pkg syscall (linux-amd64), const EIO = 5
pkg syscall (linux-amd64), const EISCONN = 106
pkg syscall (linux-amd64), const EISDIR = 21
pkg syscall (linux-amd64), const EISNAM = 120
pkg syscall (linux-amd64), const EKEYEXPIRED = 127
pkg syscall (linux-amd64), const EKEYREJECTED = 129
pkg syscall (linux-amd64), const EKEYREVOKED = 128
pkg syscall (linux-amd64), const EL2HLT = 51
pkg syscall (linux-amd64), const EL2NSYNC = 45
pkg syscall (linux-amd64), const EL3HLT = 46
pkg syscall (linux-amd64), const EL3RST = 47
pkg syscall (linux-amd64), const ELIBACC = 79
pkg syscall (linux-amd64), const ELIBBAD = 80
pkg syscall (linux-amd64), const ELIBEXEC = 83
pkg syscall (linux-amd64), const ELIBMAX = 82
pkg syscall (linux-amd64), const ELIBSCN = 81
pkg syscall (linux-amd64), const ELNRNG = 48
pkg syscall (linux-amd64), const ELOOP = 40
pkg syscall (linux-amd64), const EMEDIUMTYPE = 124
pkg syscall (linux-amd64), const EMFILE = 24
pkg syscall (linux-amd64), const EMLINK = 31
pkg syscall (linux-amd64), const EMSGSIZE = 90
pkg syscall (linux-amd64), const EMULTIHOP = 72
pkg syscall (linux-amd64), const ENAMETOOLONG = 36
pkg syscall (linux-amd64), const ENAVAIL = 119
pkg syscall (linux-amd64), const ENETDOWN = 100
pkg syscall (linux-amd64), const ENETRESET = 102
pkg syscall (linux-amd64), const ENETUNREACH = 101
pkg syscall (linux-amd64), const ENFILE = 23
pkg syscall (linux-amd64), const ENOANO = 55
pkg syscall (linux-amd64), const ENOBUFS = 105
pkg syscall (linux-amd64), const ENOCSI = 50
pkg syscall (linux-amd64), const ENODATA = 61
pkg syscall (linux-amd64), const ENODEV = 19
pkg syscall (linux-amd64), const ENOEXEC = 8
pkg syscall (linux-amd64), const ENOKEY = 126
pkg syscall (linux-amd64), const ENOLCK = 37
pkg syscall (linux-amd64), const ENOLINK = 67
pkg syscall (linux-amd64), const ENOMEDIUM = 123
pkg syscall (linux-amd64), const ENOMEM = 12
pkg syscall (linux-amd64), const ENOMSG = 42
pkg syscall (linux-amd64), const ENONET = 64
pkg syscall (linux-amd64), const ENOPKG = 65
pkg syscall (linux-amd64), const ENOPROTOOPT = 92
pkg syscall (linux-amd64), const ENOSPC = 28
pkg syscall (linux-amd64), const ENOSR = 63
pkg syscall (linux-amd64), const ENOSTR = 60
pkg syscall (linux-amd64), const ENOSYS = 38
pkg syscall (linux-amd64), const ENOTBLK = 15
pkg syscall (linux-amd64), const ENOTCONN = 107
pkg syscall (linux-amd64), const ENOTDIR = 20
pkg syscall (linux-amd64), const ENOTEMPTY = 39
pkg syscall (linux-amd64), const ENOTNAM = 118
pkg syscall (linux-amd64), const ENOTRECOVERABLE = 131
pkg syscall (linux-amd64), const ENOTSOCK = 88
pkg syscall (linux-amd64), const ENOTSUP = 95
pkg syscall (linux-amd64), const ENOTTY = 25
pkg syscall (linux-amd64), const ENOTUNIQ = 76
pkg syscall (linux-amd64), const ENXIO = 6
pkg syscall (linux-amd64), const EOPNOTSUPP = 95
pkg syscall (linux-amd64), const EOVERFLOW = 75
pkg syscall (linux-amd64), const EOWNERDEAD = 130
pkg syscall (linux-amd64), const EPERM = 1
pkg syscall (linux-amd64), const EPFNOSUPPORT = 96
pkg syscall (linux-amd64), const EPIPE = 32
pkg syscall (linux-amd64), const EPOLLERR = 8
pkg syscall (linux-amd64), const EPOLLET = -2147483648
pkg syscall (linux-amd64), const EPOLLHUP = 16
pkg syscall (linux-amd64), const EPOLLIN = 1
pkg syscall (linux-amd64), const EPOLLMSG = 1024
pkg syscall (linux-amd64), const EPOLLONESHOT = 1073741824
pkg syscall (linux-amd64), const EPOLLOUT = 4
pkg syscall (linux-amd64), const EPOLLPRI = 2
pkg syscall (linux-amd64), const EPOLLRDBAND = 128
pkg syscall (linux-amd64), const EPOLLRDHUP = 8192
pkg syscall (linux-amd64), const EPOLLRDNORM = 64
pkg syscall (linux-amd64), const EPOLLWRBAND = 512
pkg syscall (linux-amd64), const EPOLLWRNORM = 256
pkg syscall (linux-amd64), const EPOLL_CLOEXEC = 524288
pkg syscall (linux-amd64), const EPOLL_CTL_ADD = 1
pkg syscall (linux-amd64), const EPOLL_CTL_DEL = 2
pkg syscall (linux-amd64), const EPOLL_CTL_MOD = 3
pkg syscall (linux-amd64), const EPOLL_NONBLOCK = 2048
pkg syscall (linux-amd64), const EPROTO = 71
pkg syscall (linux-amd64), const EPROTONOSUPPORT = 93
pkg syscall (linux-amd64), const EPROTOTYPE = 91
pkg syscall (linux-amd64), const ERANGE = 34
pkg syscall (linux-amd64), const EREMCHG = 78
pkg syscall (linux-amd64), const EREMOTE = 66
pkg syscall (linux-amd64), const EREMOTEIO = 121
pkg syscall (linux-amd64), const ERESTART = 85
pkg syscall (linux-amd64), const ERFKILL = 132
pkg syscall (linux-amd64), const EROFS = 30
pkg syscall (linux-amd64), const ESHUTDOWN = 108
pkg syscall (linux-amd64), const ESOCKTNOSUPPORT = 94
pkg syscall (linux-amd64), const ESPIPE = 29
pkg syscall (linux-amd64), const ESRCH = 3
pkg syscall (linux-amd64), const ESRMNT = 69
pkg syscall (linux-amd64), const ESTALE = 116
pkg syscall (linux-amd64), const ESTRPIPE = 86
pkg syscall (linux-amd64), const ETH_P_1588 = 35063
pkg syscall (linux-amd64), const ETH_P_8021Q = 33024
pkg syscall (linux-amd64), const ETH_P_802_2 = 4
pkg syscall (linux-amd64), const ETH_P_802_3 = 1
pkg syscall (linux-amd64), const ETH_P_AARP = 33011
pkg syscall (linux-amd64), const ETH_P_ALL = 3
pkg syscall (linux-amd64), const ETH_P_AOE = 34978
pkg syscall (linux-amd64), const ETH_P_ARCNET = 26
pkg syscall (linux-amd64), const ETH_P_ARP = 2054
pkg syscall (linux-amd64), const ETH_P_ATALK = 32923
pkg syscall (linux-amd64), const ETH_P_ATMFATE = 34948
pkg syscall (linux-amd64), const ETH_P_ATMMPOA = 34892
pkg syscall (linux-amd64), const ETH_P_AX25 = 2
pkg syscall (linux-amd64), const ETH_P_BPQ = 2303
pkg syscall (linux-amd64), const ETH_P_CAIF = 247
pkg syscall (linux-amd64), const ETH_P_CAN = 12
pkg syscall (linux-amd64), const ETH_P_CONTROL = 22
pkg syscall (linux-amd64), const ETH_P_CUST = 24582
pkg syscall (linux-amd64), const ETH_P_DDCMP = 6
pkg syscall (linux-amd64), const ETH_P_DEC = 24576
pkg syscall (linux-amd64), const ETH_P_DIAG = 24581
pkg syscall (linux-amd64), const ETH_P_DNA_DL = 24577
pkg syscall (linux-amd64), const ETH_P_DNA_RC = 24578
pkg syscall (linux-amd64), const ETH_P_DNA_RT = 24579
pkg syscall (linux-amd64), const ETH_P_DSA = 27
pkg syscall (linux-amd64), const ETH_P_ECONET = 24
pkg syscall (linux-amd64), const ETH_P_EDSA = 56026
pkg syscall (linux-amd64), const ETH_P_FCOE = 35078
pkg syscall (linux-amd64), const ETH_P_FIP = 35092
pkg syscall (linux-amd64), const ETH_P_HDLC = 25
pkg syscall (linux-amd64), const ETH_P_IEEE802154 = 246
pkg syscall (linux-amd64), const ETH_P_IEEEPUP = 2560
pkg syscall (linux-amd64), const ETH_P_IEEEPUPAT = 2561
pkg syscall (linux-amd64), const ETH_P_IP = 2048
pkg syscall (linux-amd64), const ETH_P_IPV6 = 34525
pkg syscall (linux-amd64), const ETH_P_IPX = 33079
pkg syscall (linux-amd64), const ETH_P_IRDA = 23
pkg syscall (linux-amd64), const ETH_P_LAT = 24580
pkg syscall (linux-amd64), const ETH_P_LINK_CTL = 34924
pkg syscall (linux-amd64), const ETH_P_LOCALTALK = 9
pkg syscall (linux-amd64), const ETH_P_LOOP = 96
pkg syscall (linux-amd64), const ETH_P_MOBITEX = 21
pkg syscall (linux-amd64), const ETH_P_MPLS_MC = 34888
pkg syscall (linux-amd64), const ETH_P_MPLS_UC = 34887
pkg syscall (linux-amd64), const ETH_P_PAE = 34958
pkg syscall (linux-amd64), const ETH_P_PAUSE = 34824
pkg syscall (linux-amd64), const ETH_P_PHONET = 245
pkg syscall (linux-amd64), const ETH_P_PPPTALK = 16
pkg syscall (linux-amd64), const ETH_P_PPP_DISC = 34915
pkg syscall (linux-amd64), const ETH_P_PPP_MP = 8
pkg syscall (linux-amd64), const ETH_P_PPP_SES = 34916
pkg syscall (linux-amd64), const ETH_P_PUP = 512
pkg syscall (linux-amd64), const ETH_P_PUPAT = 513
pkg syscall (linux-amd64), const ETH_P_RARP = 32821
pkg syscall (linux-amd64), const ETH_P_SCA = 24583
pkg syscall (linux-amd64), const ETH_P_SLOW = 34825
pkg syscall (linux-amd64), const ETH_P_SNAP = 5
pkg syscall (linux-amd64), const ETH_P_TEB = 25944
pkg syscall (linux-amd64), const ETH_P_TIPC = 35018
pkg syscall (linux-amd64), const ETH_P_TRAILER = 28
pkg syscall (linux-amd64), const ETH_P_TR_802_2 = 17
pkg syscall (linux-amd64), const ETH_P_WAN_PPP = 7
pkg syscall (linux-amd64), const ETH_P_WCCP = 34878
pkg syscall (linux-amd64), const ETH_P_X25 = 2053
pkg syscall (linux-amd64), const ETIME = 62
pkg syscall (linux-amd64), const ETIMEDOUT = 110
pkg syscall (linux-amd64), const ETOOMANYREFS = 109
pkg syscall (linux-amd64), const ETXTBSY = 26
pkg syscall (linux-amd64), const EUCLEAN = 117
pkg syscall (linux-amd64), const EUNATCH = 49
pkg syscall (linux-amd64), const EUSERS = 87
pkg syscall (linux-amd64), const EWOULDBLOCK = 11
pkg syscall (linux-amd64), const EXDEV = 18
pkg syscall (linux-amd64), const EXFULL = 54
pkg syscall (linux-amd64), const FD_CLOEXEC = 1
pkg syscall (linux-amd64), const FD_SETSIZE = 1024
pkg syscall (linux-amd64), const FLUSHO = 4096
pkg syscall (linux-amd64), const F_DUPFD = 0
pkg syscall (linux-amd64), const F_DUPFD_CLOEXEC = 1030
pkg syscall (linux-amd64), const F_EXLCK = 4
pkg syscall (linux-amd64), const F_GETFD = 1
pkg syscall (linux-amd64), const F_GETFL = 3
pkg syscall (linux-amd64), const F_GETLEASE = 1025
pkg syscall (linux-amd64), const F_GETLK = 5
pkg syscall (linux-amd64), const F_GETLK64 = 5
pkg syscall (linux-amd64), const F_GETOWN = 9
pkg syscall (linux-amd64), const F_GETOWN_EX = 16
pkg syscall (linux-amd64), const F_GETPIPE_SZ = 1032
pkg syscall (linux-amd64), const F_GETSIG = 11
pkg syscall (linux-amd64), const F_LOCK = 1
pkg syscall (linux-amd64), const F_NOTIFY = 1026
pkg syscall (linux-amd64), const F_OK = 0
pkg syscall (linux-amd64), const F_RDLCK = 0
pkg syscall (linux-amd64), const F_SETFD = 2
pkg syscall (linux-amd64), const F_SETFL = 4
pkg syscall (linux-amd64), const F_SETLEASE = 1024
pkg syscall (linux-amd64), const F_SETLK = 6
pkg syscall (linux-amd64), const F_SETLK64 = 6
pkg syscall (linux-amd64), const F_SETLKW = 7
pkg syscall (linux-amd64), const F_SETLKW64 = 7
pkg syscall (linux-amd64), const F_SETOWN = 8
pkg syscall (linux-amd64), const F_SETOWN_EX = 15
pkg syscall (linux-amd64), const F_SETPIPE_SZ = 1031
pkg syscall (linux-amd64), const F_SETSIG = 10
pkg syscall (linux-amd64), const F_SHLCK = 8
pkg syscall (linux-amd64), const F_TEST = 3
pkg syscall (linux-amd64), const F_TLOCK = 2
pkg syscall (linux-amd64), const F_ULOCK = 0
pkg syscall (linux-amd64), const F_UNLCK = 2
pkg syscall (linux-amd64), const F_WRLCK = 1
pkg syscall (linux-amd64), const HUPCL = 1024
pkg syscall (linux-amd64), const ICANON = 2
pkg syscall (linux-amd64), const ICRNL = 256
pkg syscall (linux-amd64), const IEXTEN = 32768
pkg syscall (linux-amd64), const IFA_ADDRESS = 1
pkg syscall (linux-amd64), const IFA_ANYCAST = 5
pkg syscall (linux-amd64), const IFA_BROADCAST = 4
pkg syscall (linux-amd64), const IFA_CACHEINFO = 6
pkg syscall (linux-amd64), const IFA_F_DADFAILED = 8
pkg syscall (linux-amd64), const IFA_F_DEPRECATED = 32
pkg syscall (linux-amd64), const IFA_F_HOMEADDRESS = 16
pkg syscall (linux-amd64), const IFA_F_NODAD = 2
pkg syscall (linux-amd64), const IFA_F_OPTIMISTIC = 4
pkg syscall (linux-amd64), const IFA_F_PERMANENT = 128
pkg syscall (linux-amd64), const IFA_F_SECONDARY = 1
pkg syscall (linux-amd64), const IFA_F_TEMPORARY = 1
pkg syscall (linux-amd64), const IFA_F_TENTATIVE = 64
pkg syscall (linux-amd64), const IFA_LABEL = 3
pkg syscall (linux-amd64), const IFA_LOCAL = 2
pkg syscall (linux-amd64), const IFA_MAX = 7
pkg syscall (linux-amd64), const IFA_MULTICAST = 7
pkg syscall (linux-amd64), const IFA_UNSPEC = 0
pkg syscall (linux-amd64), const IFF_ALLMULTI = 512
pkg syscall (linux-amd64), const IFF_AUTOMEDIA = 16384
pkg syscall (linux-amd64), const IFF_DEBUG = 4
pkg syscall (linux-amd64), const IFF_DYNAMIC = 32768
pkg syscall (linux-amd64), const IFF_LOOPBACK = 8
pkg syscall (linux-amd64), const IFF_MASTER = 1024
pkg syscall (linux-amd64), const IFF_MULTICAST = 4096
pkg syscall (linux-amd64), const IFF_NOARP = 128
pkg syscall (linux-amd64), const IFF_NOTRAILERS = 32
pkg syscall (linux-amd64), const IFF_NO_PI = 4096
pkg syscall (linux-amd64), const IFF_ONE_QUEUE = 8192
pkg syscall (linux-amd64), const IFF_POINTOPOINT = 16
pkg syscall (linux-amd64), const IFF_PORTSEL = 8192
pkg syscall (linux-amd64), const IFF_PROMISC = 256
pkg syscall (linux-amd64), const IFF_RUNNING = 64
pkg syscall (linux-amd64), const IFF_SLAVE = 2048
pkg syscall (linux-amd64), const IFF_TAP = 2
pkg syscall (linux-amd64), const IFF_TUN = 1
pkg syscall (linux-amd64), const IFF_TUN_EXCL = 32768
pkg syscall (linux-amd64), const IFF_VNET_HDR = 16384
pkg syscall (linux-amd64), const IFLA_ADDRESS = 1
pkg syscall (linux-amd64), const IFLA_BROADCAST = 2
pkg syscall (linux-amd64), const IFLA_COST = 8
pkg syscall (linux-amd64), const IFLA_IFALIAS = 20
pkg syscall (linux-amd64), const IFLA_IFNAME = 3
pkg syscall (linux-amd64), const IFLA_LINK = 5
pkg syscall (linux-amd64), const IFLA_LINKINFO = 18
pkg syscall (linux-amd64), const IFLA_LINKMODE = 17
pkg syscall (linux-amd64), const IFLA_MAP = 14
pkg syscall (linux-amd64), const IFLA_MASTER = 10
pkg syscall (linux-amd64), const IFLA_MAX = 29
pkg syscall (linux-amd64), const IFLA_MTU = 4
pkg syscall (linux-amd64), const IFLA_NET_NS_PID = 19
pkg syscall (linux-amd64), const IFLA_OPERSTATE = 16
pkg syscall (linux-amd64), const IFLA_PRIORITY = 9
pkg syscall (linux-amd64), const IFLA_PROTINFO = 12
pkg syscall (linux-amd64), const IFLA_QDISC = 6
pkg syscall (linux-amd64), const IFLA_STATS = 7
pkg syscall (linux-amd64), const IFLA_TXQLEN = 13
pkg syscall (linux-amd64), const IFLA_UNSPEC = 0
pkg syscall (linux-amd64), const IFLA_WEIGHT = 15
pkg syscall (linux-amd64), const IFLA_WIRELESS = 11
pkg syscall (linux-amd64), const IFNAMSIZ = 16
pkg syscall (linux-amd64), const IGNBRK = 1
pkg syscall (linux-amd64), const IGNCR = 128
pkg syscall (linux-amd64), const IGNPAR = 4
pkg syscall (linux-amd64), const IMAXBEL = 8192
pkg syscall (linux-amd64), const INLCR = 64
pkg syscall (linux-amd64), const INPCK = 16
pkg syscall (linux-amd64), const IN_ACCESS = 1
pkg syscall (linux-amd64), const IN_ALL_EVENTS = 4095
pkg syscall (linux-amd64), const IN_ATTRIB = 4
pkg syscall (linux-amd64), const IN_CLASSA_HOST = 16777215
pkg syscall (linux-amd64), const IN_CLASSA_MAX = 128
pkg syscall (linux-amd64), const IN_CLASSA_NET = 4278190080
pkg syscall (linux-amd64), const IN_CLASSA_NSHIFT = 24
pkg syscall (linux-amd64), const IN_CLASSB_HOST = 65535
pkg syscall (linux-amd64), const IN_CLASSB_MAX = 65536
pkg syscall (linux-amd64), const IN_CLASSB_NET = 4294901760
pkg syscall (linux-amd64), const IN_CLASSB_NSHIFT = 16
pkg syscall (linux-amd64), const IN_CLASSC_HOST = 255
pkg syscall (linux-amd64), const IN_CLASSC_NET = 4294967040
pkg syscall (linux-amd64), const IN_CLASSC_NSHIFT = 8
pkg syscall (linux-amd64), const IN_CLOEXEC = 524288
pkg syscall (linux-amd64), const IN_CLOSE = 24
pkg syscall (linux-amd64), const IN_CLOSE_NOWRITE = 16
pkg syscall (linux-amd64), const IN_CLOSE_WRITE = 8
pkg syscall (linux-amd64), const IN_CREATE = 256
pkg syscall (linux-amd64), const IN_DELETE = 512
pkg syscall (linux-amd64), const IN_DELETE_SELF = 1024
pkg syscall (linux-amd64), const IN_DONT_FOLLOW = 33554432
pkg syscall (linux-amd64), const IN_EXCL_UNLINK = 67108864
pkg syscall (linux-amd64), const IN_IGNORED = 32768
pkg syscall (linux-amd64), const IN_ISDIR = 1073741824
pkg syscall (linux-amd64), const IN_LOOPBACKNET = 127
pkg syscall (linux-amd64), const IN_MASK_ADD = 536870912
pkg syscall (linux-amd64), const IN_MODIFY = 2
pkg syscall (linux-amd64), const IN_MOVE = 192
pkg syscall (linux-amd64), const IN_MOVED_FROM = 64
pkg syscall (linux-amd64), const IN_MOVED_TO = 128
pkg syscall (linux-amd64), const IN_MOVE_SELF = 2048
pkg syscall (linux-amd64), const IN_NONBLOCK = 2048
pkg syscall (linux-amd64), const IN_ONESHOT = 2147483648
pkg syscall (linux-amd64), const IN_ONLYDIR = 16777216
pkg syscall (linux-amd64), const IN_OPEN = 32
pkg syscall (linux-amd64), const IN_Q_OVERFLOW = 16384
pkg syscall (linux-amd64), const IN_UNMOUNT = 8192
pkg syscall (linux-amd64), const IPPROTO_AH = 51
pkg syscall (linux-amd64), const IPPROTO_COMP = 108
pkg syscall (linux-amd64), const IPPROTO_DCCP = 33
pkg syscall (linux-amd64), const IPPROTO_DSTOPTS = 60
pkg syscall (linux-amd64), const IPPROTO_EGP = 8
pkg syscall (linux-amd64), const IPPROTO_ENCAP = 98
pkg syscall (linux-amd64), const IPPROTO_ESP = 50
pkg syscall (linux-amd64), const IPPROTO_FRAGMENT = 44
pkg syscall (linux-amd64), const IPPROTO_GRE = 47
pkg syscall (linux-amd64), const IPPROTO_HOPOPTS = 0
pkg syscall (linux-amd64), const IPPROTO_ICMP = 1
pkg syscall (linux-amd64), const IPPROTO_ICMPV6 = 58
pkg syscall (linux-amd64), const IPPROTO_IDP = 22
pkg syscall (linux-amd64), const IPPROTO_IGMP = 2
pkg syscall (linux-amd64), const IPPROTO_IPIP = 4
pkg syscall (linux-amd64), const IPPROTO_MTP = 92
pkg syscall (linux-amd64), const IPPROTO_NONE = 59
pkg syscall (linux-amd64), const IPPROTO_PIM = 103
pkg syscall (linux-amd64), const IPPROTO_PUP = 12
pkg syscall (linux-amd64), const IPPROTO_RAW = 255
pkg syscall (linux-amd64), const IPPROTO_ROUTING = 43
pkg syscall (linux-amd64), const IPPROTO_RSVP = 46
pkg syscall (linux-amd64), const IPPROTO_SCTP = 132
pkg syscall (linux-amd64), const IPPROTO_TP = 29
pkg syscall (linux-amd64), const IPPROTO_UDPLITE = 136
pkg syscall (linux-amd64), const IPV6_2292DSTOPTS = 4
pkg syscall (linux-amd64), const IPV6_2292HOPLIMIT = 8
pkg syscall (linux-amd64), const IPV6_2292HOPOPTS = 3
pkg syscall (linux-amd64), const IPV6_2292PKTINFO = 2
pkg syscall (linux-amd64), const IPV6_2292PKTOPTIONS = 6
pkg syscall (linux-amd64), const IPV6_2292RTHDR = 5
pkg syscall (linux-amd64), const IPV6_ADDRFORM = 1
pkg syscall (linux-amd64), const IPV6_ADD_MEMBERSHIP = 20
pkg syscall (linux-amd64), const IPV6_AUTHHDR = 10
pkg syscall (linux-amd64), const IPV6_CHECKSUM = 7
pkg syscall (linux-amd64), const IPV6_DROP_MEMBERSHIP = 21
pkg syscall (linux-amd64), const IPV6_DSTOPTS = 59
pkg syscall (linux-amd64), const IPV6_HOPLIMIT = 52
pkg syscall (linux-amd64), const IPV6_HOPOPTS = 54
pkg syscall (linux-amd64), const IPV6_IPSEC_POLICY = 34
pkg syscall (linux-amd64), const IPV6_JOIN_ANYCAST = 27
pkg syscall (linux-amd64), const IPV6_JOIN_GROUP = 20
pkg syscall (linux-amd64), const IPV6_LEAVE_ANYCAST = 28
pkg syscall (linux-amd64), const IPV6_LEAVE_GROUP = 21
pkg syscall (linux-amd64), const IPV6_MTU = 24
pkg syscall (linux-amd64), const IPV6_MTU_DISCOVER = 23
pkg syscall (linux-amd64), const IPV6_MULTICAST_HOPS = 18
pkg syscall (linux-amd64), const IPV6_MULTICAST_IF = 17
pkg syscall (linux-amd64), const IPV6_MULTICAST_LOOP = 19
pkg syscall (linux-amd64), const IPV6_NEXTHOP = 9
pkg syscall (linux-amd64), const IPV6_PKTINFO = 50
pkg syscall (linux-amd64), const IPV6_PMTUDISC_DO = 2
pkg syscall (linux-amd64), const IPV6_PMTUDISC_DONT = 0
pkg syscall (linux-amd64), const IPV6_PMTUDISC_PROBE = 3
pkg syscall (linux-amd64), const IPV6_PMTUDISC_WANT = 1
pkg syscall (linux-amd64), const IPV6_RECVDSTOPTS = 58
pkg syscall (linux-amd64), const IPV6_RECVERR = 25
pkg syscall (linux-amd64), const IPV6_RECVHOPLIMIT = 51
pkg syscall (linux-amd64), const IPV6_RECVHOPOPTS = 53
pkg syscall (linux-amd64), const IPV6_RECVPKTINFO = 49
pkg syscall (linux-amd64), const IPV6_RECVRTHDR = 56
pkg syscall (linux-amd64), const IPV6_RECVTCLASS = 66
pkg syscall (linux-amd64), const IPV6_ROUTER_ALERT = 22
pkg syscall (linux-amd64), const IPV6_RTHDR = 57
pkg syscall (linux-amd64), const IPV6_RTHDRDSTOPTS = 55
pkg syscall (linux-amd64), const IPV6_RTHDR_LOOSE = 0
pkg syscall (linux-amd64), const IPV6_RTHDR_STRICT = 1
pkg syscall (linux-amd64), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (linux-amd64), const IPV6_RXDSTOPTS = 59
pkg syscall (linux-amd64), const IPV6_RXHOPOPTS = 54
pkg syscall (linux-amd64), const IPV6_TCLASS = 67
pkg syscall (linux-amd64), const IPV6_UNICAST_HOPS = 16
pkg syscall (linux-amd64), const IPV6_V6ONLY = 26
pkg syscall (linux-amd64), const IPV6_XFRM_POLICY = 35
pkg syscall (linux-amd64), const IP_ADD_MEMBERSHIP = 35
pkg syscall (linux-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 39
pkg syscall (linux-amd64), const IP_BLOCK_SOURCE = 38
pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (linux-amd64), const IP_DF = 16384
pkg syscall (linux-amd64), const IP_DROP_MEMBERSHIP = 36
pkg syscall (linux-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 40
pkg syscall (linux-amd64), const IP_FREEBIND = 15
pkg syscall (linux-amd64), const IP_HDRINCL = 3
pkg syscall (linux-amd64), const IP_IPSEC_POLICY = 16
pkg syscall (linux-amd64), const IP_MAXPACKET = 65535
pkg syscall (linux-amd64), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (linux-amd64), const IP_MF = 8192
pkg syscall (linux-amd64), const IP_MINTTL = 21
pkg syscall (linux-amd64), const IP_MSFILTER = 41
pkg syscall (linux-amd64), const IP_MSS = 576
pkg syscall (linux-amd64), const IP_MTU = 14
pkg syscall (linux-amd64), const IP_MTU_DISCOVER = 10
pkg syscall (linux-amd64), const IP_MULTICAST_IF = 32
pkg syscall (linux-amd64), const IP_MULTICAST_LOOP = 34
pkg syscall (linux-amd64), const IP_MULTICAST_TTL = 33
pkg syscall (linux-amd64), const IP_OFFMASK = 8191
pkg syscall (linux-amd64), const IP_OPTIONS = 4
pkg syscall (linux-amd64), const IP_ORIGDSTADDR = 20
pkg syscall (linux-amd64), const IP_PASSSEC = 18
pkg syscall (linux-amd64), const IP_PKTINFO = 8
pkg syscall (linux-amd64), const IP_PKTOPTIONS = 9
pkg syscall (linux-amd64), const IP_PMTUDISC = 10
pkg syscall (linux-amd64), const IP_PMTUDISC_DO = 2
pkg syscall (linux-amd64), const IP_PMTUDISC_DONT = 0
pkg syscall (linux-amd64), const IP_PMTUDISC_PROBE = 3
pkg syscall (linux-amd64), const IP_PMTUDISC_WANT = 1
pkg syscall (linux-amd64), const IP_RECVERR = 11
pkg syscall (linux-amd64), const IP_RECVOPTS = 6
pkg syscall (linux-amd64), const IP_RECVORIGDSTADDR = 20
pkg syscall (linux-amd64), const IP_RECVRETOPTS = 7
pkg syscall (linux-amd64), const IP_RECVTOS = 13
pkg syscall (linux-amd64), const IP_RECVTTL = 12
pkg syscall (linux-amd64), const IP_RETOPTS = 7
pkg syscall (linux-amd64), const IP_RF = 32768
pkg syscall (linux-amd64), const IP_ROUTER_ALERT = 5
pkg syscall (linux-amd64), const IP_TOS = 1
pkg syscall (linux-amd64), const IP_TRANSPARENT = 19
pkg syscall (linux-amd64), const IP_TTL = 2
pkg syscall (linux-amd64), const IP_UNBLOCK_SOURCE = 37
pkg syscall (linux-amd64), const IP_XFRM_POLICY = 17
pkg syscall (linux-amd64), const ISIG = 1
pkg syscall (linux-amd64), const ISTRIP = 32
pkg syscall (linux-amd64), const IUCLC = 512
pkg syscall (linux-amd64), const IUTF8 = 16384
pkg syscall (linux-amd64), const IXANY = 2048
pkg syscall (linux-amd64), const IXOFF = 4096
pkg syscall (linux-amd64), const IXON = 1024
pkg syscall (linux-amd64), const ImplementsGetwd = true
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_OFF = 0
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_HALT = 3454992675
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_KEXEC = 1163412803
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART = 19088743
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC1 = 4276215469
pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC2 = 672274793
pkg syscall (linux-amd64), const LOCK_EX = 2
pkg syscall (linux-amd64), const LOCK_NB = 4
pkg syscall (linux-amd64), const LOCK_SH = 1
pkg syscall (linux-amd64), const LOCK_UN = 8
pkg syscall (linux-amd64), const MADV_DOFORK = 11
pkg syscall (linux-amd64), const MADV_DONTFORK = 10
pkg syscall (linux-amd64), const MADV_DONTNEED = 4
pkg syscall (linux-amd64), const MADV_HUGEPAGE = 14
pkg syscall (linux-amd64), const MADV_HWPOISON = 100
pkg syscall (linux-amd64), const MADV_MERGEABLE = 12
pkg syscall (linux-amd64), const MADV_NOHUGEPAGE = 15
pkg syscall (linux-amd64), const MADV_NORMAL = 0
pkg syscall (linux-amd64), const MADV_RANDOM = 1
pkg syscall (linux-amd64), const MADV_REMOVE = 9
pkg syscall (linux-amd64), const MADV_SEQUENTIAL = 2
pkg syscall (linux-amd64), const MADV_UNMERGEABLE = 13
pkg syscall (linux-amd64), const MADV_WILLNEED = 3
pkg syscall (linux-amd64), const MAP_32BIT = 64
pkg syscall (linux-amd64), const MAP_ANON = 32
pkg syscall (linux-amd64), const MAP_ANONYMOUS = 32
pkg syscall (linux-amd64), const MAP_DENYWRITE = 2048
pkg syscall (linux-amd64), const MAP_EXECUTABLE = 4096
pkg syscall (linux-amd64), const MAP_FILE = 0
pkg syscall (linux-amd64), const MAP_FIXED = 16
pkg syscall (linux-amd64), const MAP_GROWSDOWN = 256
pkg syscall (linux-amd64), const MAP_HUGETLB = 262144
pkg syscall (linux-amd64), const MAP_LOCKED = 8192
pkg syscall (linux-amd64), const MAP_NONBLOCK = 65536
pkg syscall (linux-amd64), const MAP_NORESERVE = 16384
pkg syscall (linux-amd64), const MAP_POPULATE = 32768
pkg syscall (linux-amd64), const MAP_PRIVATE = 2
pkg syscall (linux-amd64), const MAP_SHARED = 1
pkg syscall (linux-amd64), const MAP_STACK = 131072
pkg syscall (linux-amd64), const MAP_TYPE = 15
pkg syscall (linux-amd64), const MCL_CURRENT = 1
pkg syscall (linux-amd64), const MCL_FUTURE = 2
pkg syscall (linux-amd64), const MNT_DETACH = 2
pkg syscall (linux-amd64), const MNT_EXPIRE = 4
pkg syscall (linux-amd64), const MNT_FORCE = 1
pkg syscall (linux-amd64), const MSG_CMSG_CLOEXEC = 1073741824
pkg syscall (linux-amd64), const MSG_CONFIRM = 2048
pkg syscall (linux-amd64), const MSG_CTRUNC = 8
pkg syscall (linux-amd64), const MSG_DONTROUTE = 4
pkg syscall (linux-amd64), const MSG_DONTWAIT = 64
pkg syscall (linux-amd64), const MSG_EOR = 128
pkg syscall (linux-amd64), const MSG_ERRQUEUE = 8192
pkg syscall (linux-amd64), const MSG_FASTOPEN = 536870912
pkg syscall (linux-amd64), const MSG_FASTOPEN ideal-int
pkg syscall (linux-amd64), const MSG_FIN = 512
pkg syscall (linux-amd64), const MSG_MORE = 32768
pkg syscall (linux-amd64), const MSG_NOSIGNAL = 16384
pkg syscall (linux-amd64), const MSG_OOB = 1
pkg syscall (linux-amd64), const MSG_PEEK = 2
pkg syscall (linux-amd64), const MSG_PROXY = 16
pkg syscall (linux-amd64), const MSG_RST = 4096
pkg syscall (linux-amd64), const MSG_SYN = 1024
pkg syscall (linux-amd64), const MSG_TRUNC = 32
pkg syscall (linux-amd64), const MSG_TRYHARD = 4
pkg syscall (linux-amd64), const MSG_WAITALL = 256
pkg syscall (linux-amd64), const MSG_WAITFORONE = 65536
pkg syscall (linux-amd64), const MS_ACTIVE = 1073741824
pkg syscall (linux-amd64), const MS_ASYNC = 1
pkg syscall (linux-amd64), const MS_BIND = 4096
pkg syscall (linux-amd64), const MS_DIRSYNC = 128
pkg syscall (linux-amd64), const MS_INVALIDATE = 2
pkg syscall (linux-amd64), const MS_I_VERSION = 8388608
pkg syscall (linux-amd64), const MS_KERNMOUNT = 4194304
pkg syscall (linux-amd64), const MS_MANDLOCK = 64
pkg syscall (linux-amd64), const MS_MGC_MSK = 4294901760
pkg syscall (linux-amd64), const MS_MGC_VAL = 3236757504
pkg syscall (linux-amd64), const MS_MOVE = 8192
pkg syscall (linux-amd64), const MS_NOATIME = 1024
pkg syscall (linux-amd64), const MS_NODEV = 4
pkg syscall (linux-amd64), const MS_NODIRATIME = 2048
pkg syscall (linux-amd64), const MS_NOEXEC = 8
pkg syscall (linux-amd64), const MS_NOSUID = 2
pkg syscall (linux-amd64), const MS_NOUSER = -2147483648
pkg syscall (linux-amd64), const MS_POSIXACL = 65536
pkg syscall (linux-amd64), const MS_PRIVATE = 262144
pkg syscall (linux-amd64), const MS_RDONLY = 1
pkg syscall (linux-amd64), const MS_REC = 16384
pkg syscall (linux-amd64), const MS_RELATIME = 2097152
pkg syscall (linux-amd64), const MS_REMOUNT = 32
pkg syscall (linux-amd64), const MS_RMT_MASK = 8388689
pkg syscall (linux-amd64), const MS_SHARED = 1048576
pkg syscall (linux-amd64), const MS_SILENT = 32768
pkg syscall (linux-amd64), const MS_SLAVE = 524288
pkg syscall (linux-amd64), const MS_STRICTATIME = 16777216
pkg syscall (linux-amd64), const MS_SYNC = 4
pkg syscall (linux-amd64), const MS_SYNCHRONOUS = 16
pkg syscall (linux-amd64), const MS_UNBINDABLE = 131072
pkg syscall (linux-amd64), const NAME_MAX = 255
pkg syscall (linux-amd64), const NETLINK_ADD_MEMBERSHIP = 1
pkg syscall (linux-amd64), const NETLINK_AUDIT = 9
pkg syscall (linux-amd64), const NETLINK_BROADCAST_ERROR = 4
pkg syscall (linux-amd64), const NETLINK_CONNECTOR = 11
pkg syscall (linux-amd64), const NETLINK_DNRTMSG = 14
pkg syscall (linux-amd64), const NETLINK_DROP_MEMBERSHIP = 2
pkg syscall (linux-amd64), const NETLINK_ECRYPTFS = 19
pkg syscall (linux-amd64), const NETLINK_FIB_LOOKUP = 10
pkg syscall (linux-amd64), const NETLINK_FIREWALL = 3
pkg syscall (linux-amd64), const NETLINK_GENERIC = 16
pkg syscall (linux-amd64), const NETLINK_INET_DIAG = 4
pkg syscall (linux-amd64), const NETLINK_IP6_FW = 13
pkg syscall (linux-amd64), const NETLINK_ISCSI = 8
pkg syscall (linux-amd64), const NETLINK_KOBJECT_UEVENT = 15
pkg syscall (linux-amd64), const NETLINK_NETFILTER = 12
pkg syscall (linux-amd64), const NETLINK_NFLOG = 5
pkg syscall (linux-amd64), const NETLINK_NO_ENOBUFS = 5
pkg syscall (linux-amd64), const NETLINK_PKTINFO = 3
pkg syscall (linux-amd64), const NETLINK_ROUTE = 0
pkg syscall (linux-amd64), const NETLINK_SCSITRANSPORT = 18
pkg syscall (linux-amd64), const NETLINK_SELINUX = 7
pkg syscall (linux-amd64), const NETLINK_UNUSED = 1
pkg syscall (linux-amd64), const NETLINK_USERSOCK = 2
pkg syscall (linux-amd64), const NETLINK_XFRM = 6
pkg syscall (linux-amd64), const NLA_ALIGNTO = 4
pkg syscall (linux-amd64), const NLA_F_NESTED = 32768
pkg syscall (linux-amd64), const NLA_F_NET_BYTEORDER = 16384
pkg syscall (linux-amd64), const NLA_HDRLEN = 4
pkg syscall (linux-amd64), const NLMSG_ALIGNTO = 4
pkg syscall (linux-amd64), const NLMSG_DONE = 3
pkg syscall (linux-amd64), const NLMSG_ERROR = 2
pkg syscall (linux-amd64), const NLMSG_HDRLEN = 16
pkg syscall (linux-amd64), const NLMSG_MIN_TYPE = 16
pkg syscall (linux-amd64), const NLMSG_NOOP = 1
pkg syscall (linux-amd64), const NLMSG_OVERRUN = 4
pkg syscall (linux-amd64), const NLM_F_ACK = 4
pkg syscall (linux-amd64), const NLM_F_APPEND = 2048
pkg syscall (linux-amd64), const NLM_F_ATOMIC = 1024
pkg syscall (linux-amd64), const NLM_F_CREATE = 1024
pkg syscall (linux-amd64), const NLM_F_DUMP = 768
pkg syscall (linux-amd64), const NLM_F_ECHO = 8
pkg syscall (linux-amd64), const NLM_F_EXCL = 512
pkg syscall (linux-amd64), const NLM_F_MATCH = 512
pkg syscall (linux-amd64), const NLM_F_MULTI = 2
pkg syscall (linux-amd64), const NLM_F_REPLACE = 256
pkg syscall (linux-amd64), const NLM_F_REQUEST = 1
pkg syscall (linux-amd64), const NLM_F_ROOT = 256
pkg syscall (linux-amd64), const NOFLSH = 128
pkg syscall (linux-amd64), const OCRNL = 8
pkg syscall (linux-amd64), const OFDEL = 128
pkg syscall (linux-amd64), const OFILL = 64
pkg syscall (linux-amd64), const OLCUC = 2
pkg syscall (linux-amd64), const ONLCR = 4
pkg syscall (linux-amd64), const ONLRET = 32
pkg syscall (linux-amd64), const ONOCR = 16
pkg syscall (linux-amd64), const OPOST = 1
pkg syscall (linux-amd64), const O_ACCMODE = 3
pkg syscall (linux-amd64), const O_APPEND = 1024
pkg syscall (linux-amd64), const O_ASYNC = 8192
pkg syscall (linux-amd64), const O_CLOEXEC = 524288
pkg syscall (linux-amd64), const O_CREAT = 64
pkg syscall (linux-amd64), const O_DIRECT = 16384
pkg syscall (linux-amd64), const O_DIRECTORY = 65536
pkg syscall (linux-amd64), const O_DSYNC = 4096
pkg syscall (linux-amd64), const O_EXCL = 128
pkg syscall (linux-amd64), const O_FSYNC = 1052672
pkg syscall (linux-amd64), const O_LARGEFILE = 0
pkg syscall (linux-amd64), const O_NDELAY = 2048
pkg syscall (linux-amd64), const O_NOATIME = 262144
pkg syscall (linux-amd64), const O_NOCTTY = 256
pkg syscall (linux-amd64), const O_NOFOLLOW = 131072
pkg syscall (linux-amd64), const O_NONBLOCK = 2048
pkg syscall (linux-amd64), const O_RSYNC = 1052672
pkg syscall (linux-amd64), const O_SYNC = 1052672
pkg syscall (linux-amd64), const O_TRUNC = 512
pkg syscall (linux-amd64), const PACKET_ADD_MEMBERSHIP = 1
pkg syscall (linux-amd64), const PACKET_BROADCAST = 1
pkg syscall (linux-amd64), const PACKET_DROP_MEMBERSHIP = 2
pkg syscall (linux-amd64), const PACKET_FASTROUTE = 6
pkg syscall (linux-amd64), const PACKET_HOST = 0
pkg syscall (linux-amd64), const PACKET_LOOPBACK = 5
pkg syscall (linux-amd64), const PACKET_MR_ALLMULTI = 2
pkg syscall (linux-amd64), const PACKET_MR_MULTICAST = 0
pkg syscall (linux-amd64), const PACKET_MR_PROMISC = 1
pkg syscall (linux-amd64), const PACKET_MULTICAST = 2
pkg syscall (linux-amd64), const PACKET_OTHERHOST = 3
pkg syscall (linux-amd64), const PACKET_OUTGOING = 4
pkg syscall (linux-amd64), const PACKET_RECV_OUTPUT = 3
pkg syscall (linux-amd64), const PACKET_RX_RING = 5
pkg syscall (linux-amd64), const PACKET_STATISTICS = 6
pkg syscall (linux-amd64), const PARENB = 256
pkg syscall (linux-amd64), const PARMRK = 8
pkg syscall (linux-amd64), const PARODD = 512
pkg syscall (linux-amd64), const PENDIN = 16384
pkg syscall (linux-amd64), const PROT_EXEC = 4
pkg syscall (linux-amd64), const PROT_GROWSDOWN = 16777216
pkg syscall (linux-amd64), const PROT_GROWSUP = 33554432
pkg syscall (linux-amd64), const PROT_NONE = 0
pkg syscall (linux-amd64), const PROT_READ = 1
pkg syscall (linux-amd64), const PROT_WRITE = 2
pkg syscall (linux-amd64), const PR_CAPBSET_DROP = 24
pkg syscall (linux-amd64), const PR_CAPBSET_READ = 23
pkg syscall (linux-amd64), const PR_ENDIAN_BIG = 0
pkg syscall (linux-amd64), const PR_ENDIAN_LITTLE = 1
pkg syscall (linux-amd64), const PR_ENDIAN_PPC_LITTLE = 2
pkg syscall (linux-amd64), const PR_FPEMU_NOPRINT = 1
pkg syscall (linux-amd64), const PR_FPEMU_SIGFPE = 2
pkg syscall (linux-amd64), const PR_FP_EXC_ASYNC = 2
pkg syscall (linux-amd64), const PR_FP_EXC_DISABLED = 0
pkg syscall (linux-amd64), const PR_FP_EXC_DIV = 65536
pkg syscall (linux-amd64), const PR_FP_EXC_INV = 1048576
pkg syscall (linux-amd64), const PR_FP_EXC_NONRECOV = 1
pkg syscall (linux-amd64), const PR_FP_EXC_OVF = 131072
pkg syscall (linux-amd64), const PR_FP_EXC_PRECISE = 3
pkg syscall (linux-amd64), const PR_FP_EXC_RES = 524288
pkg syscall (linux-amd64), const PR_FP_EXC_SW_ENABLE = 128
pkg syscall (linux-amd64), const PR_FP_EXC_UND = 262144
pkg syscall (linux-amd64), const PR_GET_DUMPABLE = 3
pkg syscall (linux-amd64), const PR_GET_ENDIAN = 19
pkg syscall (linux-amd64), const PR_GET_FPEMU = 9
pkg syscall (linux-amd64), const PR_GET_FPEXC = 11
pkg syscall (linux-amd64), const PR_GET_KEEPCAPS = 7
pkg syscall (linux-amd64), const PR_GET_NAME = 16
pkg syscall (linux-amd64), const PR_GET_PDEATHSIG = 2
pkg syscall (linux-amd64), const PR_GET_SECCOMP = 21
pkg syscall (linux-amd64), const PR_GET_SECUREBITS = 27
pkg syscall (linux-amd64), const PR_GET_TIMERSLACK = 30
pkg syscall (linux-amd64), const PR_GET_TIMING = 13
pkg syscall (linux-amd64), const PR_GET_TSC = 25
pkg syscall (linux-amd64), const PR_GET_UNALIGN = 5
pkg syscall (linux-amd64), const PR_MCE_KILL = 33
pkg syscall (linux-amd64), const PR_MCE_KILL_CLEAR = 0
pkg syscall (linux-amd64), const PR_MCE_KILL_DEFAULT = 2
pkg syscall (linux-amd64), const PR_MCE_KILL_EARLY = 1
pkg syscall (linux-amd64), const PR_MCE_KILL_GET = 34
pkg syscall (linux-amd64), const PR_MCE_KILL_LATE = 0
pkg syscall (linux-amd64), const PR_MCE_KILL_SET = 1
pkg syscall (linux-amd64), const PR_SET_DUMPABLE = 4
pkg syscall (linux-amd64), const PR_SET_ENDIAN = 20
pkg syscall (linux-amd64), const PR_SET_FPEMU = 10
pkg syscall (linux-amd64), const PR_SET_FPEXC = 12
pkg syscall (linux-amd64), const PR_SET_KEEPCAPS = 8
pkg syscall (linux-amd64), const PR_SET_NAME = 15
pkg syscall (linux-amd64), const PR_SET_PDEATHSIG = 1
pkg syscall (linux-amd64), const PR_SET_PTRACER = 1499557217
pkg syscall (linux-amd64), const PR_SET_SECCOMP = 22
pkg syscall (linux-amd64), const PR_SET_SECUREBITS = 28
pkg syscall (linux-amd64), const PR_SET_TIMERSLACK = 29
pkg syscall (linux-amd64), const PR_SET_TIMING = 14
pkg syscall (linux-amd64), const PR_SET_TSC = 26
pkg syscall (linux-amd64), const PR_SET_UNALIGN = 6
pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_DISABLE = 31
pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_ENABLE = 32
pkg syscall (linux-amd64), const PR_TIMING_STATISTICAL = 0
pkg syscall (linux-amd64), const PR_TIMING_TIMESTAMP = 1
pkg syscall (linux-amd64), const PR_TSC_ENABLE = 1
pkg syscall (linux-amd64), const PR_TSC_SIGSEGV = 2
pkg syscall (linux-amd64), const PR_UNALIGN_NOPRINT = 1
pkg syscall (linux-amd64), const PR_UNALIGN_SIGBUS = 2
pkg syscall (linux-amd64), const PTRACE_ARCH_PRCTL = 30
pkg syscall (linux-amd64), const PTRACE_ATTACH = 16
pkg syscall (linux-amd64), const PTRACE_CONT = 7
pkg syscall (linux-amd64), const PTRACE_DETACH = 17
pkg syscall (linux-amd64), const PTRACE_EVENT_CLONE = 3
pkg syscall (linux-amd64), const PTRACE_EVENT_EXEC = 4
pkg syscall (linux-amd64), const PTRACE_EVENT_EXIT = 6
pkg syscall (linux-amd64), const PTRACE_EVENT_FORK = 1
pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK = 2
pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK_DONE = 5
pkg syscall (linux-amd64), const PTRACE_GETEVENTMSG = 16897
pkg syscall (linux-amd64), const PTRACE_GETFPREGS = 14
pkg syscall (linux-amd64), const PTRACE_GETFPXREGS = 18
pkg syscall (linux-amd64), const PTRACE_GETREGS = 12
pkg syscall (linux-amd64), const PTRACE_GETREGSET = 16900
pkg syscall (linux-amd64), const PTRACE_GETSIGINFO = 16898
pkg syscall (linux-amd64), const PTRACE_GET_THREAD_AREA = 25
pkg syscall (linux-amd64), const PTRACE_KILL = 8
pkg syscall (linux-amd64), const PTRACE_OLDSETOPTIONS = 21
pkg syscall (linux-amd64), const PTRACE_O_MASK = 127
pkg syscall (linux-amd64), const PTRACE_O_TRACECLONE = 8
pkg syscall (linux-amd64), const PTRACE_O_TRACEEXEC = 16
pkg syscall (linux-amd64), const PTRACE_O_TRACEEXIT = 64
pkg syscall (linux-amd64), const PTRACE_O_TRACEFORK = 2
pkg syscall (linux-amd64), const PTRACE_O_TRACESYSGOOD = 1
pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORK = 4
pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORKDONE = 32
pkg syscall (linux-amd64), const PTRACE_PEEKDATA = 2
pkg syscall (linux-amd64), const PTRACE_PEEKTEXT = 1
pkg syscall (linux-amd64), const PTRACE_PEEKUSR = 3
pkg syscall (linux-amd64), const PTRACE_POKEDATA = 5
pkg syscall (linux-amd64), const PTRACE_POKETEXT = 4
pkg syscall (linux-amd64), const PTRACE_POKEUSR = 6
pkg syscall (linux-amd64), const PTRACE_SETFPREGS = 15
pkg syscall (linux-amd64), const PTRACE_SETFPXREGS = 19
pkg syscall (linux-amd64), const PTRACE_SETOPTIONS = 16896
pkg syscall (linux-amd64), const PTRACE_SETREGS = 13
pkg syscall (linux-amd64), const PTRACE_SETREGSET = 16901
pkg syscall (linux-amd64), const PTRACE_SETSIGINFO = 16899
pkg syscall (linux-amd64), const PTRACE_SET_THREAD_AREA = 26
pkg syscall (linux-amd64), const PTRACE_SINGLEBLOCK = 33
pkg syscall (linux-amd64), const PTRACE_SINGLESTEP = 9
pkg syscall (linux-amd64), const PTRACE_SYSCALL = 24
pkg syscall (linux-amd64), const PTRACE_SYSEMU = 31
pkg syscall (linux-amd64), const PTRACE_SYSEMU_SINGLESTEP = 32
pkg syscall (linux-amd64), const PTRACE_TRACEME = 0
pkg syscall (linux-amd64), const PathMax = 4096
pkg syscall (linux-amd64), const RLIMIT_AS = 9
pkg syscall (linux-amd64), const RLIMIT_CORE = 4
pkg syscall (linux-amd64), const RLIMIT_CPU = 0
pkg syscall (linux-amd64), const RLIMIT_DATA = 2
pkg syscall (linux-amd64), const RLIMIT_FSIZE = 1
pkg syscall (linux-amd64), const RLIMIT_NOFILE = 7
pkg syscall (linux-amd64), const RLIMIT_STACK = 3
pkg syscall (linux-amd64), const RLIM_INFINITY = -1
pkg syscall (linux-amd64), const RTAX_ADVMSS = 8
pkg syscall (linux-amd64), const RTAX_CWND = 7
pkg syscall (linux-amd64), const RTAX_FEATURES = 12
pkg syscall (linux-amd64), const RTAX_FEATURE_ALLFRAG = 8
pkg syscall (linux-amd64), const RTAX_FEATURE_ECN = 1
pkg syscall (linux-amd64), const RTAX_FEATURE_SACK = 2
pkg syscall (linux-amd64), const RTAX_FEATURE_TIMESTAMP = 4
pkg syscall (linux-amd64), const RTAX_HOPLIMIT = 10
pkg syscall (linux-amd64), const RTAX_INITCWND = 11
pkg syscall (linux-amd64), const RTAX_INITRWND = 14
pkg syscall (linux-amd64), const RTAX_LOCK = 1
pkg syscall (linux-amd64), const RTAX_MAX = 14
pkg syscall (linux-amd64), const RTAX_MTU = 2
pkg syscall (linux-amd64), const RTAX_REORDERING = 9
pkg syscall (linux-amd64), const RTAX_RTO_MIN = 13
pkg syscall (linux-amd64), const RTAX_RTT = 4
pkg syscall (linux-amd64), const RTAX_RTTVAR = 5
pkg syscall (linux-amd64), const RTAX_SSTHRESH = 6
pkg syscall (linux-amd64), const RTAX_UNSPEC = 0
pkg syscall (linux-amd64), const RTAX_WINDOW = 3
pkg syscall (linux-amd64), const RTA_ALIGNTO = 4
pkg syscall (linux-amd64), const RTA_CACHEINFO = 12
pkg syscall (linux-amd64), const RTA_DST = 1
pkg syscall (linux-amd64), const RTA_FLOW = 11
pkg syscall (linux-amd64), const RTA_GATEWAY = 5
pkg syscall (linux-amd64), const RTA_IIF = 3
pkg syscall (linux-amd64), const RTA_MAX = 16
pkg syscall (linux-amd64), const RTA_METRICS = 8
pkg syscall (linux-amd64), const RTA_MULTIPATH = 9
pkg syscall (linux-amd64), const RTA_OIF = 4
pkg syscall (linux-amd64), const RTA_PREFSRC = 7
pkg syscall (linux-amd64), const RTA_PRIORITY = 6
pkg syscall (linux-amd64), const RTA_SRC = 2
pkg syscall (linux-amd64), const RTA_TABLE = 15
pkg syscall (linux-amd64), const RTA_UNSPEC = 0
pkg syscall (linux-amd64), const RTCF_DIRECTSRC = 67108864
pkg syscall (linux-amd64), const RTCF_DOREDIRECT = 16777216
pkg syscall (linux-amd64), const RTCF_LOG = 33554432
pkg syscall (linux-amd64), const RTCF_MASQ = 4194304
pkg syscall (linux-amd64), const RTCF_NAT = 8388608
pkg syscall (linux-amd64), const RTCF_VALVE = 2097152
pkg syscall (linux-amd64), const RTF_ADDRCLASSMASK = 4160749568
pkg syscall (linux-amd64), const RTF_ADDRCONF = 262144
pkg syscall (linux-amd64), const RTF_ALLONLINK = 131072
pkg syscall (linux-amd64), const RTF_BROADCAST = 268435456
pkg syscall (linux-amd64), const RTF_CACHE = 16777216
pkg syscall (linux-amd64), const RTF_DEFAULT = 65536
pkg syscall (linux-amd64), const RTF_DYNAMIC = 16
pkg syscall (linux-amd64), const RTF_FLOW = 33554432
pkg syscall (linux-amd64), const RTF_GATEWAY = 2
pkg syscall (linux-amd64), const RTF_HOST = 4
pkg syscall (linux-amd64), const RTF_INTERFACE = 1073741824
pkg syscall (linux-amd64), const RTF_IRTT = 256
pkg syscall (linux-amd64), const RTF_LINKRT = 1048576
pkg syscall (linux-amd64), const RTF_LOCAL = 2147483648
pkg syscall (linux-amd64), const RTF_MODIFIED = 32
pkg syscall (linux-amd64), const RTF_MSS = 64
pkg syscall (linux-amd64), const RTF_MTU = 64
pkg syscall (linux-amd64), const RTF_MULTICAST = 536870912
pkg syscall (linux-amd64), const RTF_NAT = 134217728
pkg syscall (linux-amd64), const RTF_NOFORWARD = 4096
pkg syscall (linux-amd64), const RTF_NONEXTHOP = 2097152
pkg syscall (linux-amd64), const RTF_NOPMTUDISC = 16384
pkg syscall (linux-amd64), const RTF_POLICY = 67108864
pkg syscall (linux-amd64), const RTF_REINSTATE = 8
pkg syscall (linux-amd64), const RTF_REJECT = 512
pkg syscall (linux-amd64), const RTF_STATIC = 1024
pkg syscall (linux-amd64), const RTF_THROW = 8192
pkg syscall (linux-amd64), const RTF_UP = 1
pkg syscall (linux-amd64), const RTF_WINDOW = 128
pkg syscall (linux-amd64), const RTF_XRESOLVE = 2048
pkg syscall (linux-amd64), const RTM_BASE = 16
pkg syscall (linux-amd64), const RTM_DELACTION = 49
pkg syscall (linux-amd64), const RTM_DELADDR = 21
pkg syscall (linux-amd64), const RTM_DELADDRLABEL = 73
pkg syscall (linux-amd64), const RTM_DELLINK = 17
pkg syscall (linux-amd64), const RTM_DELNEIGH = 29
pkg syscall (linux-amd64), const RTM_DELQDISC = 37
pkg syscall (linux-amd64), const RTM_DELROUTE = 25
pkg syscall (linux-amd64), const RTM_DELRULE = 33
pkg syscall (linux-amd64), const RTM_DELTCLASS = 41
pkg syscall (linux-amd64), const RTM_DELTFILTER = 45
pkg syscall (linux-amd64), const RTM_F_CLONED = 512
pkg syscall (linux-amd64), const RTM_F_EQUALIZE = 1024
pkg syscall (linux-amd64), const RTM_F_NOTIFY = 256
pkg syscall (linux-amd64), const RTM_F_PREFIX = 2048
pkg syscall (linux-amd64), const RTM_GETACTION = 50
pkg syscall (linux-amd64), const RTM_GETADDR = 22
pkg syscall (linux-amd64), const RTM_GETADDRLABEL = 74
pkg syscall (linux-amd64), const RTM_GETANYCAST = 62
pkg syscall (linux-amd64), const RTM_GETDCB = 78
pkg syscall (linux-amd64), const RTM_GETLINK = 18
pkg syscall (linux-amd64), const RTM_GETMULTICAST = 58
pkg syscall (linux-amd64), const RTM_GETNEIGH = 30
pkg syscall (linux-amd64), const RTM_GETNEIGHTBL = 66
pkg syscall (linux-amd64), const RTM_GETQDISC = 38
pkg syscall (linux-amd64), const RTM_GETROUTE = 26
pkg syscall (linux-amd64), const RTM_GETRULE = 34
pkg syscall (linux-amd64), const RTM_GETTCLASS = 42
pkg syscall (linux-amd64), const RTM_GETTFILTER = 46
pkg syscall (linux-amd64), const RTM_MAX = 79
pkg syscall (linux-amd64), const RTM_NEWACTION = 48
pkg syscall (linux-amd64), const RTM_NEWADDR = 20
pkg syscall (linux-amd64), const RTM_NEWADDRLABEL = 72
pkg syscall (linux-amd64), const RTM_NEWLINK = 16
pkg syscall (linux-amd64), const RTM_NEWNDUSEROPT = 68
pkg syscall (linux-amd64), const RTM_NEWNEIGH = 28
pkg syscall (linux-amd64), const RTM_NEWNEIGHTBL = 64
pkg syscall (linux-amd64), const RTM_NEWPREFIX = 52
pkg syscall (linux-amd64), const RTM_NEWQDISC = 36
pkg syscall (linux-amd64), const RTM_NEWROUTE = 24
pkg syscall (linux-amd64), const RTM_NEWRULE = 32
pkg syscall (linux-amd64), const RTM_NEWTCLASS = 40
pkg syscall (linux-amd64), const RTM_NEWTFILTER = 44
pkg syscall (linux-amd64), const RTM_NR_FAMILIES = 16
pkg syscall (linux-amd64), const RTM_NR_MSGTYPES = 64
pkg syscall (linux-amd64), const RTM_SETDCB = 79
pkg syscall (linux-amd64), const RTM_SETLINK = 19
pkg syscall (linux-amd64), const RTM_SETNEIGHTBL = 67
pkg syscall (linux-amd64), const RTNH_ALIGNTO = 4
pkg syscall (linux-amd64), const RTNH_F_DEAD = 1
pkg syscall (linux-amd64), const RTNH_F_ONLINK = 4
pkg syscall (linux-amd64), const RTNH_F_PERVASIVE = 2
pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR = 5
pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE = 6
pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE = 7
pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE = 8
pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR = 9
pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO = 12
pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE = 10
pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX = 18
pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE = 11
pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE = 19
pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_LINK = 1
pkg syscall (linux-amd64), const RTNLGRP_LINK ideal-int
pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT = 20
pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT ideal-int
pkg syscall (linux-amd64), const RTNLGRP_NEIGH = 3
pkg syscall (linux-amd64), const RTNLGRP_NEIGH ideal-int
pkg syscall (linux-amd64), const RTNLGRP_NONE = 0
pkg syscall (linux-amd64), const RTNLGRP_NONE ideal-int
pkg syscall (linux-amd64), const RTNLGRP_NOTIFY = 2
pkg syscall (linux-amd64), const RTNLGRP_NOTIFY ideal-int
pkg syscall (linux-amd64), const RTNLGRP_TC = 4
pkg syscall (linux-amd64), const RTNLGRP_TC ideal-int
pkg syscall (linux-amd64), const RTN_ANYCAST = 4
pkg syscall (linux-amd64), const RTN_BLACKHOLE = 6
pkg syscall (linux-amd64), const RTN_BROADCAST = 3
pkg syscall (linux-amd64), const RTN_LOCAL = 2
pkg syscall (linux-amd64), const RTN_MAX = 11
pkg syscall (linux-amd64), const RTN_MULTICAST = 5
pkg syscall (linux-amd64), const RTN_NAT = 10
pkg syscall (linux-amd64), const RTN_PROHIBIT = 8
pkg syscall (linux-amd64), const RTN_THROW = 9
pkg syscall (linux-amd64), const RTN_UNICAST = 1
pkg syscall (linux-amd64), const RTN_UNREACHABLE = 7
pkg syscall (linux-amd64), const RTN_UNSPEC = 0
pkg syscall (linux-amd64), const RTN_XRESOLVE = 11
pkg syscall (linux-amd64), const RTPROT_BIRD = 12
pkg syscall (linux-amd64), const RTPROT_BOOT = 3
pkg syscall (linux-amd64), const RTPROT_DHCP = 16
pkg syscall (linux-amd64), const RTPROT_DNROUTED = 13
pkg syscall (linux-amd64), const RTPROT_GATED = 8
pkg syscall (linux-amd64), const RTPROT_KERNEL = 2
pkg syscall (linux-amd64), const RTPROT_MRT = 10
pkg syscall (linux-amd64), const RTPROT_NTK = 15
pkg syscall (linux-amd64), const RTPROT_RA = 9
pkg syscall (linux-amd64), const RTPROT_REDIRECT = 1
pkg syscall (linux-amd64), const RTPROT_STATIC = 4
pkg syscall (linux-amd64), const RTPROT_UNSPEC = 0
pkg syscall (linux-amd64), const RTPROT_XORP = 14
pkg syscall (linux-amd64), const RTPROT_ZEBRA = 11
pkg syscall (linux-amd64), const RT_CLASS_DEFAULT = 253
pkg syscall (linux-amd64), const RT_CLASS_LOCAL = 255
pkg syscall (linux-amd64), const RT_CLASS_MAIN = 254
pkg syscall (linux-amd64), const RT_CLASS_MAX = 255
pkg syscall (linux-amd64), const RT_CLASS_UNSPEC = 0
pkg syscall (linux-amd64), const RT_SCOPE_HOST = 254
pkg syscall (linux-amd64), const RT_SCOPE_LINK = 253
pkg syscall (linux-amd64), const RT_SCOPE_NOWHERE = 255
pkg syscall (linux-amd64), const RT_SCOPE_SITE = 200
pkg syscall (linux-amd64), const RT_SCOPE_UNIVERSE = 0
pkg syscall (linux-amd64), const RT_TABLE_COMPAT = 252
pkg syscall (linux-amd64), const RT_TABLE_DEFAULT = 253
pkg syscall (linux-amd64), const RT_TABLE_LOCAL = 255
pkg syscall (linux-amd64), const RT_TABLE_MAIN = 254
pkg syscall (linux-amd64), const RT_TABLE_MAX = 4294967295
pkg syscall (linux-amd64), const RT_TABLE_UNSPEC = 0
pkg syscall (linux-amd64), const RUSAGE_CHILDREN = -1
pkg syscall (linux-amd64), const RUSAGE_SELF = 0
pkg syscall (linux-amd64), const RUSAGE_THREAD = 1
pkg syscall (linux-amd64), const SCM_CREDENTIALS = 2
pkg syscall (linux-amd64), const SCM_RIGHTS = 1
pkg syscall (linux-amd64), const SCM_TIMESTAMP = 29
pkg syscall (linux-amd64), const SCM_TIMESTAMPING = 37
pkg syscall (linux-amd64), const SCM_TIMESTAMPNS = 35
pkg syscall (linux-amd64), const SIGBUS = 7
pkg syscall (linux-amd64), const SIGCHLD = 17
pkg syscall (linux-amd64), const SIGCLD = 17
pkg syscall (linux-amd64), const SIGCONT = 18
pkg syscall (linux-amd64), const SIGIO = 29
pkg syscall (linux-amd64), const SIGIOT = 6
pkg syscall (linux-amd64), const SIGPOLL = 29
pkg syscall (linux-amd64), const SIGPROF = 27
pkg syscall (linux-amd64), const SIGPWR = 30
pkg syscall (linux-amd64), const SIGSTKFLT = 16
pkg syscall (linux-amd64), const SIGSTOP = 19
pkg syscall (linux-amd64), const SIGSYS = 31
pkg syscall (linux-amd64), const SIGTSTP = 20
pkg syscall (linux-amd64), const SIGTTIN = 21
pkg syscall (linux-amd64), const SIGTTOU = 22
pkg syscall (linux-amd64), const SIGUNUSED = 31
pkg syscall (linux-amd64), const SIGURG = 23
pkg syscall (linux-amd64), const SIGUSR1 = 10
pkg syscall (linux-amd64), const SIGUSR2 = 12
pkg syscall (linux-amd64), const SIGVTALRM = 26
pkg syscall (linux-amd64), const SIGWINCH = 28
pkg syscall (linux-amd64), const SIGXCPU = 24
pkg syscall (linux-amd64), const SIGXFSZ = 25
pkg syscall (linux-amd64), const SIOCADDDLCI = 35200
pkg syscall (linux-amd64), const SIOCADDMULTI = 35121
pkg syscall (linux-amd64), const SIOCADDRT = 35083
pkg syscall (linux-amd64), const SIOCATMARK = 35077
pkg syscall (linux-amd64), const SIOCDARP = 35155
pkg syscall (linux-amd64), const SIOCDELDLCI = 35201
pkg syscall (linux-amd64), const SIOCDELMULTI = 35122
pkg syscall (linux-amd64), const SIOCDELRT = 35084
pkg syscall (linux-amd64), const SIOCDEVPRIVATE = 35312
pkg syscall (linux-amd64), const SIOCDIFADDR = 35126
pkg syscall (linux-amd64), const SIOCDRARP = 35168
pkg syscall (linux-amd64), const SIOCGARP = 35156
pkg syscall (linux-amd64), const SIOCGIFADDR = 35093
pkg syscall (linux-amd64), const SIOCGIFBR = 35136
pkg syscall (linux-amd64), const SIOCGIFBRDADDR = 35097
pkg syscall (linux-amd64), const SIOCGIFCONF = 35090
pkg syscall (linux-amd64), const SIOCGIFCOUNT = 35128
pkg syscall (linux-amd64), const SIOCGIFDSTADDR = 35095
pkg syscall (linux-amd64), const SIOCGIFENCAP = 35109
pkg syscall (linux-amd64), const SIOCGIFFLAGS = 35091
pkg syscall (linux-amd64), const SIOCGIFHWADDR = 35111
pkg syscall (linux-amd64), const SIOCGIFINDEX = 35123
pkg syscall (linux-amd64), const SIOCGIFMAP = 35184
pkg syscall (linux-amd64), const SIOCGIFMEM = 35103
pkg syscall (linux-amd64), const SIOCGIFMETRIC = 35101
pkg syscall (linux-amd64), const SIOCGIFMTU = 35105
pkg syscall (linux-amd64), const SIOCGIFNAME = 35088
pkg syscall (linux-amd64), const SIOCGIFNETMASK = 35099
pkg syscall (linux-amd64), const SIOCGIFPFLAGS = 35125
pkg syscall (linux-amd64), const SIOCGIFSLAVE = 35113
pkg syscall (linux-amd64), const SIOCGIFTXQLEN = 35138
pkg syscall (linux-amd64), const SIOCGPGRP = 35076
pkg syscall (linux-amd64), const SIOCGRARP = 35169
pkg syscall (linux-amd64), const SIOCGSTAMP = 35078
pkg syscall (linux-amd64), const SIOCGSTAMPNS = 35079
pkg syscall (linux-amd64), const SIOCPROTOPRIVATE = 35296
pkg syscall (linux-amd64), const SIOCRTMSG = 35085
pkg syscall (linux-amd64), const SIOCSARP = 35157
pkg syscall (linux-amd64), const SIOCSIFADDR = 35094
pkg syscall (linux-amd64), const SIOCSIFBR = 35137
pkg syscall (linux-amd64), const SIOCSIFBRDADDR = 35098
pkg syscall (linux-amd64), const SIOCSIFDSTADDR = 35096
pkg syscall (linux-amd64), const SIOCSIFENCAP = 35110
pkg syscall (linux-amd64), const SIOCSIFFLAGS = 35092
pkg syscall (linux-amd64), const SIOCSIFHWADDR = 35108
pkg syscall (linux-amd64), const SIOCSIFHWBROADCAST = 35127
pkg syscall (linux-amd64), const SIOCSIFLINK = 35089
pkg syscall (linux-amd64), const SIOCSIFMAP = 35185
pkg syscall (linux-amd64), const SIOCSIFMEM = 35104
pkg syscall (linux-amd64), const SIOCSIFMETRIC = 35102
pkg syscall (linux-amd64), const SIOCSIFMTU = 35106
pkg syscall (linux-amd64), const SIOCSIFNAME = 35107
pkg syscall (linux-amd64), const SIOCSIFNETMASK = 35100
pkg syscall (linux-amd64), const SIOCSIFPFLAGS = 35124
pkg syscall (linux-amd64), const SIOCSIFSLAVE = 35120
pkg syscall (linux-amd64), const SIOCSIFTXQLEN = 35139
pkg syscall (linux-amd64), const SIOCSPGRP = 35074
pkg syscall (linux-amd64), const SIOCSRARP = 35170
pkg syscall (linux-amd64), const SOCK_CLOEXEC = 524288
pkg syscall (linux-amd64), const SOCK_DCCP = 6
pkg syscall (linux-amd64), const SOCK_NONBLOCK = 2048
pkg syscall (linux-amd64), const SOCK_PACKET = 10
pkg syscall (linux-amd64), const SOCK_RDM = 4
pkg syscall (linux-amd64), const SOL_AAL = 265
pkg syscall (linux-amd64), const SOL_ATM = 264
pkg syscall (linux-amd64), const SOL_DECNET = 261
pkg syscall (linux-amd64), const SOL_ICMPV6 = 58
pkg syscall (linux-amd64), const SOL_IP = 0
pkg syscall (linux-amd64), const SOL_IPV6 = 41
pkg syscall (linux-amd64), const SOL_IRDA = 266
pkg syscall (linux-amd64), const SOL_PACKET = 263
pkg syscall (linux-amd64), const SOL_RAW = 255
pkg syscall (linux-amd64), const SOL_SOCKET = 1
pkg syscall (linux-amd64), const SOL_TCP = 6
pkg syscall (linux-amd64), const SOL_X25 = 262
pkg syscall (linux-amd64), const SOMAXCONN = 128
pkg syscall (linux-amd64), const SO_ACCEPTCONN = 30
pkg syscall (linux-amd64), const SO_ATTACH_FILTER = 26
pkg syscall (linux-amd64), const SO_BINDTODEVICE = 25
pkg syscall (linux-amd64), const SO_BROADCAST = 6
pkg syscall (linux-amd64), const SO_BSDCOMPAT = 14
pkg syscall (linux-amd64), const SO_DEBUG = 1
pkg syscall (linux-amd64), const SO_DETACH_FILTER = 27
pkg syscall (linux-amd64), const SO_DOMAIN = 39
pkg syscall (linux-amd64), const SO_DONTROUTE = 5
pkg syscall (linux-amd64), const SO_ERROR = 4
pkg syscall (linux-amd64), const SO_KEEPALIVE = 9
pkg syscall (linux-amd64), const SO_LINGER = 13
pkg syscall (linux-amd64), const SO_MARK = 36
pkg syscall (linux-amd64), const SO_NO_CHECK = 11
pkg syscall (linux-amd64), const SO_OOBINLINE = 10
pkg syscall (linux-amd64), const SO_PASSCRED = 16
pkg syscall (linux-amd64), const SO_PASSSEC = 34
pkg syscall (linux-amd64), const SO_PEERCRED = 17
pkg syscall (linux-amd64), const SO_PEERNAME = 28
pkg syscall (linux-amd64), const SO_PEERSEC = 31
pkg syscall (linux-amd64), const SO_PRIORITY = 12
pkg syscall (linux-amd64), const SO_PROTOCOL = 38
pkg syscall (linux-amd64), const SO_RCVBUF = 8
pkg syscall (linux-amd64), const SO_RCVBUFFORCE = 33
pkg syscall (linux-amd64), const SO_RCVLOWAT = 18
pkg syscall (linux-amd64), const SO_RCVTIMEO = 20
pkg syscall (linux-amd64), const SO_REUSEADDR = 2
pkg syscall (linux-amd64), const SO_RXQ_OVFL = 40
pkg syscall (linux-amd64), const SO_SECURITY_AUTHENTICATION = 22
pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_NETWORK = 24
pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
pkg syscall (linux-amd64), const SO_SNDBUF = 7
pkg syscall (linux-amd64), const SO_SNDBUFFORCE = 32
pkg syscall (linux-amd64), const SO_SNDLOWAT = 19
pkg syscall (linux-amd64), const SO_SNDTIMEO = 21
pkg syscall (linux-amd64), const SO_TIMESTAMP = 29
pkg syscall (linux-amd64), const SO_TIMESTAMPING = 37
pkg syscall (linux-amd64), const SO_TIMESTAMPNS = 35
pkg syscall (linux-amd64), const SO_TYPE = 3
pkg syscall (linux-amd64), const SYS_ACCEPT = 43
pkg syscall (linux-amd64), const SYS_ACCEPT4 = 288
pkg syscall (linux-amd64), const SYS_ACCESS = 21
pkg syscall (linux-amd64), const SYS_ACCT = 163
pkg syscall (linux-amd64), const SYS_ADD_KEY = 248
pkg syscall (linux-amd64), const SYS_ADJTIMEX = 159
pkg syscall (linux-amd64), const SYS_AFS_SYSCALL = 183
pkg syscall (linux-amd64), const SYS_ALARM = 37
pkg syscall (linux-amd64), const SYS_ARCH_PRCTL = 158
pkg syscall (linux-amd64), const SYS_BIND = 49
pkg syscall (linux-amd64), const SYS_BRK = 12
pkg syscall (linux-amd64), const SYS_CAPGET = 125
pkg syscall (linux-amd64), const SYS_CAPSET = 126
pkg syscall (linux-amd64), const SYS_CHDIR = 80
pkg syscall (linux-amd64), const SYS_CHMOD = 90
pkg syscall (linux-amd64), const SYS_CHOWN = 92
pkg syscall (linux-amd64), const SYS_CHROOT = 161
pkg syscall (linux-amd64), const SYS_CLOCK_GETRES = 229
pkg syscall (linux-amd64), const SYS_CLOCK_GETTIME = 228
pkg syscall (linux-amd64), const SYS_CLOCK_NANOSLEEP = 230
pkg syscall (linux-amd64), const SYS_CLOCK_SETTIME = 227
pkg syscall (linux-amd64), const SYS_CLONE = 56
pkg syscall (linux-amd64), const SYS_CLOSE = 3
pkg syscall (linux-amd64), const SYS_CONNECT = 42
pkg syscall (linux-amd64), const SYS_CREAT = 85
pkg syscall (linux-amd64), const SYS_CREATE_MODULE = 174
pkg syscall (linux-amd64), const SYS_DELETE_MODULE = 176
pkg syscall (linux-amd64), const SYS_DUP = 32
pkg syscall (linux-amd64), const SYS_DUP2 = 33
pkg syscall (linux-amd64), const SYS_DUP3 = 292
pkg syscall (linux-amd64), const SYS_EPOLL_CREATE = 213
pkg syscall (linux-amd64), const SYS_EPOLL_CREATE1 = 291
pkg syscall (linux-amd64), const SYS_EPOLL_CTL = 233
pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD = 214
pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT = 281
pkg syscall (linux-amd64), const SYS_EPOLL_WAIT = 232
pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD = 215
pkg syscall (linux-amd64), const SYS_EVENTFD = 284
pkg syscall (linux-amd64), const SYS_EVENTFD2 = 290
pkg syscall (linux-amd64), const SYS_EXECVE = 59
pkg syscall (linux-amd64), const SYS_EXIT = 60
pkg syscall (linux-amd64), const SYS_EXIT_GROUP = 231
pkg syscall (linux-amd64), const SYS_FACCESSAT = 269
pkg syscall (linux-amd64), const SYS_FADVISE64 = 221
pkg syscall (linux-amd64), const SYS_FALLOCATE = 285
pkg syscall (linux-amd64), const SYS_FANOTIFY_INIT = 300
pkg syscall (linux-amd64), const SYS_FANOTIFY_MARK = 301
pkg syscall (linux-amd64), const SYS_FCHDIR = 81
pkg syscall (linux-amd64), const SYS_FCHMOD = 91
pkg syscall (linux-amd64), const SYS_FCHMODAT = 268
pkg syscall (linux-amd64), const SYS_FCHOWN = 93
pkg syscall (linux-amd64), const SYS_FCHOWNAT = 260
pkg syscall (linux-amd64), const SYS_FCNTL = 72
pkg syscall (linux-amd64), const SYS_FDATASYNC = 75
pkg syscall (linux-amd64), const SYS_FGETXATTR = 193
pkg syscall (linux-amd64), const SYS_FLISTXATTR = 196
pkg syscall (linux-amd64), const SYS_FLOCK = 73
pkg syscall (linux-amd64), const SYS_FORK = 57
pkg syscall (linux-amd64), const SYS_FREMOVEXATTR = 199
pkg syscall (linux-amd64), const SYS_FSETXATTR = 190
pkg syscall (linux-amd64), const SYS_FSTAT = 5
pkg syscall (linux-amd64), const SYS_FSTATFS = 138
pkg syscall (linux-amd64), const SYS_FSYNC = 74
pkg syscall (linux-amd64), const SYS_FTRUNCATE = 77
pkg syscall (linux-amd64), const SYS_FUTEX = 202
pkg syscall (linux-amd64), const SYS_FUTIMESAT = 261
pkg syscall (linux-amd64), const SYS_GETCWD = 79
pkg syscall (linux-amd64), const SYS_GETDENTS = 78
pkg syscall (linux-amd64), const SYS_GETDENTS64 = 217
pkg syscall (linux-amd64), const SYS_GETEGID = 108
pkg syscall (linux-amd64), const SYS_GETEUID = 107
pkg syscall (linux-amd64), const SYS_GETGID = 104
pkg syscall (linux-amd64), const SYS_GETGROUPS = 115
pkg syscall (linux-amd64), const SYS_GETITIMER = 36
pkg syscall (linux-amd64), const SYS_GETPEERNAME = 52
pkg syscall (linux-amd64), const SYS_GETPGID = 121
pkg syscall (linux-amd64), const SYS_GETPGRP = 111
pkg syscall (linux-amd64), const SYS_GETPID = 39
pkg syscall (linux-amd64), const SYS_GETPMSG = 181
pkg syscall (linux-amd64), const SYS_GETPPID = 110
pkg syscall (linux-amd64), const SYS_GETPRIORITY = 140
pkg syscall (linux-amd64), const SYS_GETRESGID = 120
pkg syscall (linux-amd64), const SYS_GETRESUID = 118
pkg syscall (linux-amd64), const SYS_GETRLIMIT = 97
pkg syscall (linux-amd64), const SYS_GETRUSAGE = 98
pkg syscall (linux-amd64), const SYS_GETSID = 124
pkg syscall (linux-amd64), const SYS_GETSOCKNAME = 51
pkg syscall (linux-amd64), const SYS_GETSOCKOPT = 55
pkg syscall (linux-amd64), const SYS_GETTID = 186
pkg syscall (linux-amd64), const SYS_GETTIMEOFDAY = 96
pkg syscall (linux-amd64), const SYS_GETUID = 102
pkg syscall (linux-amd64), const SYS_GETXATTR = 191
pkg syscall (linux-amd64), const SYS_GET_KERNEL_SYMS = 177
pkg syscall (linux-amd64), const SYS_GET_MEMPOLICY = 239
pkg syscall (linux-amd64), const SYS_GET_ROBUST_LIST = 274
pkg syscall (linux-amd64), const SYS_GET_THREAD_AREA = 211
pkg syscall (linux-amd64), const SYS_INIT_MODULE = 175
pkg syscall (linux-amd64), const SYS_INOTIFY_ADD_WATCH = 254
pkg syscall (linux-amd64), const SYS_INOTIFY_INIT = 253
pkg syscall (linux-amd64), const SYS_INOTIFY_INIT1 = 294
pkg syscall (linux-amd64), const SYS_INOTIFY_RM_WATCH = 255
pkg syscall (linux-amd64), const SYS_IOCTL = 16
pkg syscall (linux-amd64), const SYS_IOPERM = 173
pkg syscall (linux-amd64), const SYS_IOPL = 172
pkg syscall (linux-amd64), const SYS_IOPRIO_GET = 252
pkg syscall (linux-amd64), const SYS_IOPRIO_SET = 251
pkg syscall (linux-amd64), const SYS_IO_CANCEL = 210
pkg syscall (linux-amd64), const SYS_IO_DESTROY = 207
pkg syscall (linux-amd64), const SYS_IO_GETEVENTS = 208
pkg syscall (linux-amd64), const SYS_IO_SETUP = 206
pkg syscall (linux-amd64), const SYS_IO_SUBMIT = 209
pkg syscall (linux-amd64), const SYS_KEXEC_LOAD = 246
pkg syscall (linux-amd64), const SYS_KEYCTL = 250
pkg syscall (linux-amd64), const SYS_KILL = 62
pkg syscall (linux-amd64), const SYS_LCHOWN = 94
pkg syscall (linux-amd64), const SYS_LGETXATTR = 192
pkg syscall (linux-amd64), const SYS_LINK = 86
pkg syscall (linux-amd64), const SYS_LINKAT = 265
pkg syscall (linux-amd64), const SYS_LISTEN = 50
pkg syscall (linux-amd64), const SYS_LISTXATTR = 194
pkg syscall (linux-amd64), const SYS_LLISTXATTR = 195
pkg syscall (linux-amd64), const SYS_LOOKUP_DCOOKIE = 212
pkg syscall (linux-amd64), const SYS_LREMOVEXATTR = 198
pkg syscall (linux-amd64), const SYS_LSEEK = 8
pkg syscall (linux-amd64), const SYS_LSETXATTR = 189
pkg syscall (linux-amd64), const SYS_LSTAT = 6
pkg syscall (linux-amd64), const SYS_MADVISE = 28
pkg syscall (linux-amd64), const SYS_MBIND = 237
pkg syscall (linux-amd64), const SYS_MIGRATE_PAGES = 256
pkg syscall (linux-amd64), const SYS_MINCORE = 27
pkg syscall (linux-amd64), const SYS_MKDIR = 83
pkg syscall (linux-amd64), const SYS_MKDIRAT = 258
pkg syscall (linux-amd64), const SYS_MKNOD = 133
pkg syscall (linux-amd64), const SYS_MKNODAT = 259
pkg syscall (linux-amd64), const SYS_MLOCK = 149
pkg syscall (linux-amd64), const SYS_MLOCKALL = 151
pkg syscall (linux-amd64), const SYS_MMAP = 9
pkg syscall (linux-amd64), const SYS_MODIFY_LDT = 154
pkg syscall (linux-amd64), const SYS_MOUNT = 165
pkg syscall (linux-amd64), const SYS_MOVE_PAGES = 279
pkg syscall (linux-amd64), const SYS_MPROTECT = 10
pkg syscall (linux-amd64), const SYS_MQ_GETSETATTR = 245
pkg syscall (linux-amd64), const SYS_MQ_NOTIFY = 244
pkg syscall (linux-amd64), const SYS_MQ_OPEN = 240
pkg syscall (linux-amd64), const SYS_MQ_TIMEDRECEIVE = 243
pkg syscall (linux-amd64), const SYS_MQ_TIMEDSEND = 242
pkg syscall (linux-amd64), const SYS_MQ_UNLINK = 241
pkg syscall (linux-amd64), const SYS_MREMAP = 25
pkg syscall (linux-amd64), const SYS_MSGCTL = 71
pkg syscall (linux-amd64), const SYS_MSGGET = 68
pkg syscall (linux-amd64), const SYS_MSGRCV = 70
pkg syscall (linux-amd64), const SYS_MSGSND = 69
pkg syscall (linux-amd64), const SYS_MSYNC = 26
pkg syscall (linux-amd64), const SYS_MUNLOCK = 150
pkg syscall (linux-amd64), const SYS_MUNLOCKALL = 152
pkg syscall (linux-amd64), const SYS_MUNMAP = 11
pkg syscall (linux-amd64), const SYS_NANOSLEEP = 35
pkg syscall (linux-amd64), const SYS_NEWFSTATAT = 262
pkg syscall (linux-amd64), const SYS_NFSSERVCTL = 180
pkg syscall (linux-amd64), const SYS_OPEN = 2
pkg syscall (linux-amd64), const SYS_OPENAT = 257
pkg syscall (linux-amd64), const SYS_PAUSE = 34
pkg syscall (linux-amd64), const SYS_PERF_EVENT_OPEN = 298
pkg syscall (linux-amd64), const SYS_PERSONALITY = 135
pkg syscall (linux-amd64), const SYS_PIPE = 22
pkg syscall (linux-amd64), const SYS_PIPE2 = 293
pkg syscall (linux-amd64), const SYS_PIVOT_ROOT = 155
pkg syscall (linux-amd64), const SYS_POLL = 7
pkg syscall (linux-amd64), const SYS_PPOLL = 271
pkg syscall (linux-amd64), const SYS_PRCTL = 157
pkg syscall (linux-amd64), const SYS_PREAD64 = 17
pkg syscall (linux-amd64), const SYS_PREADV = 295
pkg syscall (linux-amd64), const SYS_PRLIMIT64 = 302
pkg syscall (linux-amd64), const SYS_PSELECT6 = 270
pkg syscall (linux-amd64), const SYS_PTRACE = 101
pkg syscall (linux-amd64), const SYS_PUTPMSG = 182
pkg syscall (linux-amd64), const SYS_PWRITE64 = 18
pkg syscall (linux-amd64), const SYS_PWRITEV = 296
pkg syscall (linux-amd64), const SYS_QUERY_MODULE = 178
pkg syscall (linux-amd64), const SYS_QUOTACTL = 179
pkg syscall (linux-amd64), const SYS_READ = 0
pkg syscall (linux-amd64), const SYS_READAHEAD = 187
pkg syscall (linux-amd64), const SYS_READLINK = 89
pkg syscall (linux-amd64), const SYS_READLINKAT = 267
pkg syscall (linux-amd64), const SYS_READV = 19
pkg syscall (linux-amd64), const SYS_REBOOT = 169
pkg syscall (linux-amd64), const SYS_RECVFROM = 45
pkg syscall (linux-amd64), const SYS_RECVMMSG = 299
pkg syscall (linux-amd64), const SYS_RECVMSG = 47
pkg syscall (linux-amd64), const SYS_REMAP_FILE_PAGES = 216
pkg syscall (linux-amd64), const SYS_REMOVEXATTR = 197
pkg syscall (linux-amd64), const SYS_RENAME = 82
pkg syscall (linux-amd64), const SYS_RENAMEAT = 264
pkg syscall (linux-amd64), const SYS_REQUEST_KEY = 249
pkg syscall (linux-amd64), const SYS_RESTART_SYSCALL = 219
pkg syscall (linux-amd64), const SYS_RMDIR = 84
pkg syscall (linux-amd64), const SYS_RT_SIGACTION = 13
pkg syscall (linux-amd64), const SYS_RT_SIGPENDING = 127
pkg syscall (linux-amd64), const SYS_RT_SIGPROCMASK = 14
pkg syscall (linux-amd64), const SYS_RT_SIGQUEUEINFO = 129
pkg syscall (linux-amd64), const SYS_RT_SIGRETURN = 15
pkg syscall (linux-amd64), const SYS_RT_SIGSUSPEND = 130
pkg syscall (linux-amd64), const SYS_RT_SIGTIMEDWAIT = 128
pkg syscall (linux-amd64), const SYS_RT_TGSIGQUEUEINFO = 297
pkg syscall (linux-amd64), const SYS_SCHED_GETAFFINITY = 204
pkg syscall (linux-amd64), const SYS_SCHED_GETPARAM = 143
pkg syscall (linux-amd64), const SYS_SCHED_GETSCHEDULER = 145
pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 146
pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 147
pkg syscall (linux-amd64), const SYS_SCHED_RR_GET_INTERVAL = 148
pkg syscall (linux-amd64), const SYS_SCHED_SETAFFINITY = 203
pkg syscall (linux-amd64), const SYS_SCHED_SETPARAM = 142
pkg syscall (linux-amd64), const SYS_SCHED_SETSCHEDULER = 144
pkg syscall (linux-amd64), const SYS_SCHED_YIELD = 24
pkg syscall (linux-amd64), const SYS_SECURITY = 185
pkg syscall (linux-amd64), const SYS_SELECT = 23
pkg syscall (linux-amd64), const SYS_SEMCTL = 66
pkg syscall (linux-amd64), const SYS_SEMGET = 64
pkg syscall (linux-amd64), const SYS_SEMOP = 65
pkg syscall (linux-amd64), const SYS_SEMTIMEDOP = 220
pkg syscall (linux-amd64), const SYS_SENDFILE = 40
pkg syscall (linux-amd64), const SYS_SENDMSG = 46
pkg syscall (linux-amd64), const SYS_SENDTO = 44
pkg syscall (linux-amd64), const SYS_SETDOMAINNAME = 171
pkg syscall (linux-amd64), const SYS_SETFSGID = 123
pkg syscall (linux-amd64), const SYS_SETFSUID = 122
pkg syscall (linux-amd64), const SYS_SETGID = 106
pkg syscall (linux-amd64), const SYS_SETGROUPS = 116
pkg syscall (linux-amd64), const SYS_SETHOSTNAME = 170
pkg syscall (linux-amd64), const SYS_SETITIMER = 38
pkg syscall (linux-amd64), const SYS_SETPGID = 109
pkg syscall (linux-amd64), const SYS_SETPRIORITY = 141
pkg syscall (linux-amd64), const SYS_SETREGID = 114
pkg syscall (linux-amd64), const SYS_SETRESGID = 119
pkg syscall (linux-amd64), const SYS_SETRESUID = 117
pkg syscall (linux-amd64), const SYS_SETREUID = 113
pkg syscall (linux-amd64), const SYS_SETRLIMIT = 160
pkg syscall (linux-amd64), const SYS_SETSID = 112
pkg syscall (linux-amd64), const SYS_SETSOCKOPT = 54
pkg syscall (linux-amd64), const SYS_SETTIMEOFDAY = 164
pkg syscall (linux-amd64), const SYS_SETUID = 105
pkg syscall (linux-amd64), const SYS_SETXATTR = 188
pkg syscall (linux-amd64), const SYS_SET_MEMPOLICY = 238
pkg syscall (linux-amd64), const SYS_SET_ROBUST_LIST = 273
pkg syscall (linux-amd64), const SYS_SET_THREAD_AREA = 205
pkg syscall (linux-amd64), const SYS_SET_TID_ADDRESS = 218
pkg syscall (linux-amd64), const SYS_SHMAT = 30
pkg syscall (linux-amd64), const SYS_SHMCTL = 31
pkg syscall (linux-amd64), const SYS_SHMDT = 67
pkg syscall (linux-amd64), const SYS_SHMGET = 29
pkg syscall (linux-amd64), const SYS_SHUTDOWN = 48
pkg syscall (linux-amd64), const SYS_SIGALTSTACK = 131
pkg syscall (linux-amd64), const SYS_SIGNALFD = 282
pkg syscall (linux-amd64), const SYS_SIGNALFD4 = 289
pkg syscall (linux-amd64), const SYS_SOCKET = 41
pkg syscall (linux-amd64), const SYS_SOCKETPAIR = 53
pkg syscall (linux-amd64), const SYS_SPLICE = 275
pkg syscall (linux-amd64), const SYS_STAT = 4
pkg syscall (linux-amd64), const SYS_STATFS = 137
pkg syscall (linux-amd64), const SYS_SWAPOFF = 168
pkg syscall (linux-amd64), const SYS_SWAPON = 167
pkg syscall (linux-amd64), const SYS_SYMLINK = 88
pkg syscall (linux-amd64), const SYS_SYMLINKAT = 266
pkg syscall (linux-amd64), const SYS_SYNC = 162
pkg syscall (linux-amd64), const SYS_SYNC_FILE_RANGE = 277
pkg syscall (linux-amd64), const SYS_SYSFS = 139
pkg syscall (linux-amd64), const SYS_SYSINFO = 99
pkg syscall (linux-amd64), const SYS_SYSLOG = 103
pkg syscall (linux-amd64), const SYS_TEE = 276
pkg syscall (linux-amd64), const SYS_TGKILL = 234
pkg syscall (linux-amd64), const SYS_TIME = 201
pkg syscall (linux-amd64), const SYS_TIMERFD_CREATE = 283
pkg syscall (linux-amd64), const SYS_TIMERFD_GETTIME = 287
pkg syscall (linux-amd64), const SYS_TIMERFD_SETTIME = 286
pkg syscall (linux-amd64), const SYS_TIMER_CREATE = 222
pkg syscall (linux-amd64), const SYS_TIMER_DELETE = 226
pkg syscall (linux-amd64), const SYS_TIMER_GETOVERRUN = 225
pkg syscall (linux-amd64), const SYS_TIMER_GETTIME = 224
pkg syscall (linux-amd64), const SYS_TIMER_SETTIME = 223
pkg syscall (linux-amd64), const SYS_TIMES = 100
pkg syscall (linux-amd64), const SYS_TKILL = 200
pkg syscall (linux-amd64), const SYS_TRUNCATE = 76
pkg syscall (linux-amd64), const SYS_TUXCALL = 184
pkg syscall (linux-amd64), const SYS_UMASK = 95
pkg syscall (linux-amd64), const SYS_UMOUNT2 = 166
pkg syscall (linux-amd64), const SYS_UNAME = 63
pkg syscall (linux-amd64), const SYS_UNLINK = 87
pkg syscall (linux-amd64), const SYS_UNLINKAT = 263
pkg syscall (linux-amd64), const SYS_UNSHARE = 272
pkg syscall (linux-amd64), const SYS_USELIB = 134
pkg syscall (linux-amd64), const SYS_USTAT = 136
pkg syscall (linux-amd64), const SYS_UTIME = 132
pkg syscall (linux-amd64), const SYS_UTIMENSAT = 280
pkg syscall (linux-amd64), const SYS_UTIMES = 235
pkg syscall (linux-amd64), const SYS_VFORK = 58
pkg syscall (linux-amd64), const SYS_VHANGUP = 153
pkg syscall (linux-amd64), const SYS_VMSPLICE = 278
pkg syscall (linux-amd64), const SYS_VSERVER = 236
pkg syscall (linux-amd64), const SYS_WAIT4 = 61
pkg syscall (linux-amd64), const SYS_WAITID = 247
pkg syscall (linux-amd64), const SYS_WRITE = 1
pkg syscall (linux-amd64), const SYS_WRITEV = 20
pkg syscall (linux-amd64), const SYS__SYSCTL = 156
pkg syscall (linux-amd64), const S_BLKSIZE = 512
pkg syscall (linux-amd64), const S_IEXEC = 64
pkg syscall (linux-amd64), const S_IFMT = 61440
pkg syscall (linux-amd64), const S_IREAD = 256
pkg syscall (linux-amd64), const S_IRGRP = 32
pkg syscall (linux-amd64), const S_IROTH = 4
pkg syscall (linux-amd64), const S_IRWXG = 56
pkg syscall (linux-amd64), const S_IRWXO = 7
pkg syscall (linux-amd64), const S_IRWXU = 448
pkg syscall (linux-amd64), const S_IWGRP = 16
pkg syscall (linux-amd64), const S_IWOTH = 2
pkg syscall (linux-amd64), const S_IWRITE = 128
pkg syscall (linux-amd64), const S_IXGRP = 8
pkg syscall (linux-amd64), const S_IXOTH = 1
pkg syscall (linux-amd64), const SizeofCmsghdr = 16
pkg syscall (linux-amd64), const SizeofIPMreq = 8
pkg syscall (linux-amd64), const SizeofIPMreqn = 12
pkg syscall (linux-amd64), const SizeofIPv6Mreq = 20
pkg syscall (linux-amd64), const SizeofIfAddrmsg = 8
pkg syscall (linux-amd64), const SizeofIfInfomsg = 16
pkg syscall (linux-amd64), const SizeofInet4Pktinfo = 12
pkg syscall (linux-amd64), const SizeofInet6Pktinfo = 20
pkg syscall (linux-amd64), const SizeofInotifyEvent = 16
pkg syscall (linux-amd64), const SizeofLinger = 8
pkg syscall (linux-amd64), const SizeofMsghdr = 56
pkg syscall (linux-amd64), const SizeofNlAttr = 4
pkg syscall (linux-amd64), const SizeofNlMsgerr = 20
pkg syscall (linux-amd64), const SizeofNlMsghdr = 16
pkg syscall (linux-amd64), const SizeofRtAttr = 4
pkg syscall (linux-amd64), const SizeofRtGenmsg = 1
pkg syscall (linux-amd64), const SizeofRtMsg = 12
pkg syscall (linux-amd64), const SizeofRtNexthop = 8
pkg syscall (linux-amd64), const SizeofSockFilter = 8
pkg syscall (linux-amd64), const SizeofSockFprog = 16
pkg syscall (linux-amd64), const SizeofSockaddrAny = 112
pkg syscall (linux-amd64), const SizeofSockaddrInet4 = 16
pkg syscall (linux-amd64), const SizeofSockaddrInet6 = 28
pkg syscall (linux-amd64), const SizeofSockaddrLinklayer = 20
pkg syscall (linux-amd64), const SizeofSockaddrNetlink = 12
pkg syscall (linux-amd64), const SizeofSockaddrUnix = 110
pkg syscall (linux-amd64), const SizeofTCPInfo = 104
pkg syscall (linux-amd64), const SizeofTCPInfo ideal-int
pkg syscall (linux-amd64), const SizeofUcred = 12
pkg syscall (linux-amd64), const TCGETS = 21505
pkg syscall (linux-amd64), const TCP_CONGESTION = 13
pkg syscall (linux-amd64), const TCP_CORK = 3
pkg syscall (linux-amd64), const TCP_DEFER_ACCEPT = 9
pkg syscall (linux-amd64), const TCP_INFO = 11
pkg syscall (linux-amd64), const TCP_KEEPCNT = 6
pkg syscall (linux-amd64), const TCP_KEEPIDLE = 4
pkg syscall (linux-amd64), const TCP_KEEPINTVL = 5
pkg syscall (linux-amd64), const TCP_LINGER2 = 8
pkg syscall (linux-amd64), const TCP_MAXSEG = 2
pkg syscall (linux-amd64), const TCP_MAXWIN = 65535
pkg syscall (linux-amd64), const TCP_MAX_WINSHIFT = 14
pkg syscall (linux-amd64), const TCP_MD5SIG = 14
pkg syscall (linux-amd64), const TCP_MD5SIG_MAXKEYLEN = 80
pkg syscall (linux-amd64), const TCP_MSS = 512
pkg syscall (linux-amd64), const TCP_QUICKACK = 12
pkg syscall (linux-amd64), const TCP_SYNCNT = 7
pkg syscall (linux-amd64), const TCP_WINDOW_CLAMP = 10
pkg syscall (linux-amd64), const TCSETS = 21506
pkg syscall (linux-amd64), const TIOCCBRK = 21544
pkg syscall (linux-amd64), const TIOCCONS = 21533
pkg syscall (linux-amd64), const TIOCEXCL = 21516
pkg syscall (linux-amd64), const TIOCGDEV = 2147767346
pkg syscall (linux-amd64), const TIOCGETD = 21540
pkg syscall (linux-amd64), const TIOCGICOUNT = 21597
pkg syscall (linux-amd64), const TIOCGLCKTRMIOS = 21590
pkg syscall (linux-amd64), const TIOCGPGRP = 21519
pkg syscall (linux-amd64), const TIOCGPTN = 2147767344
pkg syscall (linux-amd64), const TIOCGRS485 = 21550
pkg syscall (linux-amd64), const TIOCGSERIAL = 21534
pkg syscall (linux-amd64), const TIOCGSID = 21545
pkg syscall (linux-amd64), const TIOCGSOFTCAR = 21529
pkg syscall (linux-amd64), const TIOCGWINSZ = 21523
pkg syscall (linux-amd64), const TIOCINQ = 21531
pkg syscall (linux-amd64), const TIOCLINUX = 21532
pkg syscall (linux-amd64), const TIOCMBIC = 21527
pkg syscall (linux-amd64), const TIOCMBIS = 21526
pkg syscall (linux-amd64), const TIOCMGET = 21525
pkg syscall (linux-amd64), const TIOCMIWAIT = 21596
pkg syscall (linux-amd64), const TIOCMSET = 21528
pkg syscall (linux-amd64), const TIOCM_CAR = 64
pkg syscall (linux-amd64), const TIOCM_CD = 64
pkg syscall (linux-amd64), const TIOCM_CTS = 32
pkg syscall (linux-amd64), const TIOCM_DSR = 256
pkg syscall (linux-amd64), const TIOCM_DTR = 2
pkg syscall (linux-amd64), const TIOCM_LE = 1
pkg syscall (linux-amd64), const TIOCM_RI = 128
pkg syscall (linux-amd64), const TIOCM_RNG = 128
pkg syscall (linux-amd64), const TIOCM_RTS = 4
pkg syscall (linux-amd64), const TIOCM_SR = 16
pkg syscall (linux-amd64), const TIOCM_ST = 8
pkg syscall (linux-amd64), const TIOCNOTTY = 21538
pkg syscall (linux-amd64), const TIOCNXCL = 21517
pkg syscall (linux-amd64), const TIOCOUTQ = 21521
pkg syscall (linux-amd64), const TIOCPKT = 21536
pkg syscall (linux-amd64), const TIOCPKT_DATA = 0
pkg syscall (linux-amd64), const TIOCPKT_DOSTOP = 32
pkg syscall (linux-amd64), const TIOCPKT_FLUSHREAD = 1
pkg syscall (linux-amd64), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (linux-amd64), const TIOCPKT_IOCTL = 64
pkg syscall (linux-amd64), const TIOCPKT_NOSTOP = 16
pkg syscall (linux-amd64), const TIOCPKT_START = 8
pkg syscall (linux-amd64), const TIOCPKT_STOP = 4
pkg syscall (linux-amd64), const TIOCSBRK = 21543
pkg syscall (linux-amd64), const TIOCSCTTY = 21518
pkg syscall (linux-amd64), const TIOCSERCONFIG = 21587
pkg syscall (linux-amd64), const TIOCSERGETLSR = 21593
pkg syscall (linux-amd64), const TIOCSERGETMULTI = 21594
pkg syscall (linux-amd64), const TIOCSERGSTRUCT = 21592
pkg syscall (linux-amd64), const TIOCSERGWILD = 21588
pkg syscall (linux-amd64), const TIOCSERSETMULTI = 21595
pkg syscall (linux-amd64), const TIOCSERSWILD = 21589
pkg syscall (linux-amd64), const TIOCSER_TEMT = 1
pkg syscall (linux-amd64), const TIOCSETD = 21539
pkg syscall (linux-amd64), const TIOCSIG = 1074025526
pkg syscall (linux-amd64), const TIOCSLCKTRMIOS = 21591
pkg syscall (linux-amd64), const TIOCSPGRP = 21520
pkg syscall (linux-amd64), const TIOCSPTLCK = 1074025521
pkg syscall (linux-amd64), const TIOCSRS485 = 21551
pkg syscall (linux-amd64), const TIOCSSERIAL = 21535
pkg syscall (linux-amd64), const TIOCSSOFTCAR = 21530
pkg syscall (linux-amd64), const TIOCSTI = 21522
pkg syscall (linux-amd64), const TIOCSWINSZ = 21524
pkg syscall (linux-amd64), const TOSTOP = 256
pkg syscall (linux-amd64), const TUNATTACHFILTER = 1074812117
pkg syscall (linux-amd64), const TUNDETACHFILTER = 1074812118
pkg syscall (linux-amd64), const TUNGETFEATURES = 2147767503
pkg syscall (linux-amd64), const TUNGETIFF = 2147767506
pkg syscall (linux-amd64), const TUNGETSNDBUF = 2147767507
pkg syscall (linux-amd64), const TUNGETVNETHDRSZ = 2147767511
pkg syscall (linux-amd64), const TUNSETDEBUG = 1074025673
pkg syscall (linux-amd64), const TUNSETGROUP = 1074025678
pkg syscall (linux-amd64), const TUNSETIFF = 1074025674
pkg syscall (linux-amd64), const TUNSETLINK = 1074025677
pkg syscall (linux-amd64), const TUNSETNOCSUM = 1074025672
pkg syscall (linux-amd64), const TUNSETOFFLOAD = 1074025680
pkg syscall (linux-amd64), const TUNSETOWNER = 1074025676
pkg syscall (linux-amd64), const TUNSETPERSIST = 1074025675
pkg syscall (linux-amd64), const TUNSETSNDBUF = 1074025684
pkg syscall (linux-amd64), const TUNSETTXFILTER = 1074025681
pkg syscall (linux-amd64), const TUNSETVNETHDRSZ = 1074025688
pkg syscall (linux-amd64), const VDISCARD = 13
pkg syscall (linux-amd64), const VEOF = 4
pkg syscall (linux-amd64), const VEOL = 11
pkg syscall (linux-amd64), const VEOL2 = 16
pkg syscall (linux-amd64), const VERASE = 2
pkg syscall (linux-amd64), const VINTR = 0
pkg syscall (linux-amd64), const VKILL = 3
pkg syscall (linux-amd64), const VLNEXT = 15
pkg syscall (linux-amd64), const VMIN = 6
pkg syscall (linux-amd64), const VQUIT = 1
pkg syscall (linux-amd64), const VREPRINT = 12
pkg syscall (linux-amd64), const VSTART = 8
pkg syscall (linux-amd64), const VSTOP = 9
pkg syscall (linux-amd64), const VSUSP = 10
pkg syscall (linux-amd64), const VSWTC = 7
pkg syscall (linux-amd64), const VTIME = 5
pkg syscall (linux-amd64), const VWERASE = 14
pkg syscall (linux-amd64), const WALL = 1073741824
pkg syscall (linux-amd64), const WCLONE = 2147483648
pkg syscall (linux-amd64), const WCONTINUED = 8
pkg syscall (linux-amd64), const WEXITED = 4
pkg syscall (linux-amd64), const WNOHANG = 1
pkg syscall (linux-amd64), const WNOTHREAD = 536870912
pkg syscall (linux-amd64), const WNOWAIT = 16777216
pkg syscall (linux-amd64), const WORDSIZE = 64
pkg syscall (linux-amd64), const WSTOPPED = 2
pkg syscall (linux-amd64), const WUNTRACED = 2
pkg syscall (linux-amd64), const XCASE = 4
pkg syscall (linux-amd64), func Accept4(int, int) (int, Sockaddr, error)
pkg syscall (linux-amd64), func GetsockoptUcred(int, int, int) (*Ucred, error)
pkg syscall (linux-amd64), func Getxattr(string, string, []uint8) (int, error)
pkg syscall (linux-amd64), func Listxattr(string, []uint8) (int, error)
pkg syscall (linux-amd64), func Pipe2([]int, int) error
pkg syscall (linux-amd64), func PtraceSyscall(int, int) error
pkg syscall (linux-amd64), func Removexattr(string, string) error
pkg syscall (linux-amd64), func Setxattr(string, string, []uint8, int) error
pkg syscall (linux-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (linux-amd64), type SysProcAttr struct, Ctty int
pkg syscall (linux-amd64), type TCPInfo struct
pkg syscall (linux-amd64), type TCPInfo struct, Advmss uint32
pkg syscall (linux-amd64), type TCPInfo struct, Ato uint32
pkg syscall (linux-amd64), type TCPInfo struct, Backoff uint8
pkg syscall (linux-amd64), type TCPInfo struct, Ca_state uint8
pkg syscall (linux-amd64), type TCPInfo struct, Fackets uint32
pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_recv uint32
pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_sent uint32
pkg syscall (linux-amd64), type TCPInfo struct, Last_data_recv uint32
pkg syscall (linux-amd64), type TCPInfo struct, Last_data_sent uint32
pkg syscall (linux-amd64), type TCPInfo struct, Lost uint32
pkg syscall (linux-amd64), type TCPInfo struct, Options uint8
pkg syscall (linux-amd64), type TCPInfo struct, Pad_cgo_0 [2]uint8
pkg syscall (linux-amd64), type TCPInfo struct, Pmtu uint32
pkg syscall (linux-amd64), type TCPInfo struct, Probes uint8
pkg syscall (linux-amd64), type TCPInfo struct, Rcv_mss uint32
pkg syscall (linux-amd64), type TCPInfo struct, Rcv_rtt uint32
pkg syscall (linux-amd64), type TCPInfo struct, Rcv_space uint32
pkg syscall (linux-amd64), type TCPInfo struct, Rcv_ssthresh uint32
pkg syscall (linux-amd64), type TCPInfo struct, Reordering uint32
pkg syscall (linux-amd64), type TCPInfo struct, Retrans uint32
pkg syscall (linux-amd64), type TCPInfo struct, Retransmits uint8
pkg syscall (linux-amd64), type TCPInfo struct, Rto uint32
pkg syscall (linux-amd64), type TCPInfo struct, Rtt uint32
pkg syscall (linux-amd64), type TCPInfo struct, Rttvar uint32
pkg syscall (linux-amd64), type TCPInfo struct, Sacked uint32
pkg syscall (linux-amd64), type TCPInfo struct, Snd_cwnd uint32
pkg syscall (linux-amd64), type TCPInfo struct, Snd_mss uint32
pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-amd64), type TCPInfo struct, State uint8
pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32
pkg syscall (linux-amd64-cgo), const AF_ALG = 38
pkg syscall (linux-amd64-cgo), const AF_APPLETALK = 5
pkg syscall (linux-amd64-cgo), const AF_ASH = 18
pkg syscall (linux-amd64-cgo), const AF_ATMPVC = 8
pkg syscall (linux-amd64-cgo), const AF_ATMSVC = 20
pkg syscall (linux-amd64-cgo), const AF_AX25 = 3
pkg syscall (linux-amd64-cgo), const AF_BLUETOOTH = 31
pkg syscall (linux-amd64-cgo), const AF_BRIDGE = 7
pkg syscall (linux-amd64-cgo), const AF_CAIF = 37
pkg syscall (linux-amd64-cgo), const AF_CAN = 29
pkg syscall (linux-amd64-cgo), const AF_DECnet = 12
pkg syscall (linux-amd64-cgo), const AF_ECONET = 19
pkg syscall (linux-amd64-cgo), const AF_FILE = 1
pkg syscall (linux-amd64-cgo), const AF_IEEE802154 = 36
pkg syscall (linux-amd64-cgo), const AF_INET6 = 10
pkg syscall (linux-amd64-cgo), const AF_IPX = 4
pkg syscall (linux-amd64-cgo), const AF_IRDA = 23
pkg syscall (linux-amd64-cgo), const AF_ISDN = 34
pkg syscall (linux-amd64-cgo), const AF_IUCV = 32
pkg syscall (linux-amd64-cgo), const AF_KEY = 15
pkg syscall (linux-amd64-cgo), const AF_LLC = 26
pkg syscall (linux-amd64-cgo), const AF_LOCAL = 1
pkg syscall (linux-amd64-cgo), const AF_MAX = 39
pkg syscall (linux-amd64-cgo), const AF_NETBEUI = 13
pkg syscall (linux-amd64-cgo), const AF_NETLINK = 16
pkg syscall (linux-amd64-cgo), const AF_NETROM = 6
pkg syscall (linux-amd64-cgo), const AF_PACKET = 17
pkg syscall (linux-amd64-cgo), const AF_PHONET = 35
pkg syscall (linux-amd64-cgo), const AF_PPPOX = 24
pkg syscall (linux-amd64-cgo), const AF_RDS = 21
pkg syscall (linux-amd64-cgo), const AF_ROSE = 11
pkg syscall (linux-amd64-cgo), const AF_ROUTE = 16
pkg syscall (linux-amd64-cgo), const AF_RXRPC = 33
pkg syscall (linux-amd64-cgo), const AF_SECURITY = 14
pkg syscall (linux-amd64-cgo), const AF_SNA = 22
pkg syscall (linux-amd64-cgo), const AF_TIPC = 30
pkg syscall (linux-amd64-cgo), const AF_WANPIPE = 25
pkg syscall (linux-amd64-cgo), const AF_X25 = 9
pkg syscall (linux-amd64-cgo), const ARPHRD_ADAPT = 264
pkg syscall (linux-amd64-cgo), const ARPHRD_APPLETLK = 8
pkg syscall (linux-amd64-cgo), const ARPHRD_ARCNET = 7
pkg syscall (linux-amd64-cgo), const ARPHRD_ASH = 781
pkg syscall (linux-amd64-cgo), const ARPHRD_ATM = 19
pkg syscall (linux-amd64-cgo), const ARPHRD_AX25 = 3
pkg syscall (linux-amd64-cgo), const ARPHRD_BIF = 775
pkg syscall (linux-amd64-cgo), const ARPHRD_CHAOS = 5
pkg syscall (linux-amd64-cgo), const ARPHRD_CISCO = 513
pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP = 257
pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP6 = 259
pkg syscall (linux-amd64-cgo), const ARPHRD_DDCMP = 517
pkg syscall (linux-amd64-cgo), const ARPHRD_DLCI = 15
pkg syscall (linux-amd64-cgo), const ARPHRD_ECONET = 782
pkg syscall (linux-amd64-cgo), const ARPHRD_EETHER = 2
pkg syscall (linux-amd64-cgo), const ARPHRD_ETHER = 1
pkg syscall (linux-amd64-cgo), const ARPHRD_EUI64 = 27
pkg syscall (linux-amd64-cgo), const ARPHRD_FCAL = 785
pkg syscall (linux-amd64-cgo), const ARPHRD_FCFABRIC = 787
pkg syscall (linux-amd64-cgo), const ARPHRD_FCPL = 786
pkg syscall (linux-amd64-cgo), const ARPHRD_FCPP = 784
pkg syscall (linux-amd64-cgo), const ARPHRD_FDDI = 774
pkg syscall (linux-amd64-cgo), const ARPHRD_FRAD = 770
pkg syscall (linux-amd64-cgo), const ARPHRD_HDLC = 513
pkg syscall (linux-amd64-cgo), const ARPHRD_HIPPI = 780
pkg syscall (linux-amd64-cgo), const ARPHRD_HWX25 = 272
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211 = 801
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_PRISM = 802
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154 = 804
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154_PHY = 805
pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802_TR = 800
pkg syscall (linux-amd64-cgo), const ARPHRD_INFINIBAND = 32
pkg syscall (linux-amd64-cgo), const ARPHRD_IPDDP = 777
pkg syscall (linux-amd64-cgo), const ARPHRD_IPGRE = 778
pkg syscall (linux-amd64-cgo), const ARPHRD_IRDA = 783
pkg syscall (linux-amd64-cgo), const ARPHRD_LAPB = 516
pkg syscall (linux-amd64-cgo), const ARPHRD_LOCALTLK = 773
pkg syscall (linux-amd64-cgo), const ARPHRD_LOOPBACK = 772
pkg syscall (linux-amd64-cgo), const ARPHRD_METRICOM = 23
pkg syscall (linux-amd64-cgo), const ARPHRD_NETROM = 0
pkg syscall (linux-amd64-cgo), const ARPHRD_NONE = 65534
pkg syscall (linux-amd64-cgo), const ARPHRD_PIMREG = 779
pkg syscall (linux-amd64-cgo), const ARPHRD_PPP = 512
pkg syscall (linux-amd64-cgo), const ARPHRD_PRONET = 4
pkg syscall (linux-amd64-cgo), const ARPHRD_RAWHDLC = 518
pkg syscall (linux-amd64-cgo), const ARPHRD_ROSE = 270
pkg syscall (linux-amd64-cgo), const ARPHRD_RSRVD = 260
pkg syscall (linux-amd64-cgo), const ARPHRD_SIT = 776
pkg syscall (linux-amd64-cgo), const ARPHRD_SKIP = 771
pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP = 256
pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP6 = 258
pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL = 768
pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL6 = 769
pkg syscall (linux-amd64-cgo), const ARPHRD_VOID = 65535
pkg syscall (linux-amd64-cgo), const ARPHRD_X25 = 271
pkg syscall (linux-amd64-cgo), const B0 = 0
pkg syscall (linux-amd64-cgo), const B1000000 = 4104
pkg syscall (linux-amd64-cgo), const B110 = 3
pkg syscall (linux-amd64-cgo), const B115200 = 4098
pkg syscall (linux-amd64-cgo), const B1152000 = 4105
pkg syscall (linux-amd64-cgo), const B1200 = 9
pkg syscall (linux-amd64-cgo), const B134 = 4
pkg syscall (linux-amd64-cgo), const B150 = 5
pkg syscall (linux-amd64-cgo), const B1500000 = 4106
pkg syscall (linux-amd64-cgo), const B1800 = 10
pkg syscall (linux-amd64-cgo), const B19200 = 14
pkg syscall (linux-amd64-cgo), const B200 = 6
pkg syscall (linux-amd64-cgo), const B2000000 = 4107
pkg syscall (linux-amd64-cgo), const B230400 = 4099
pkg syscall (linux-amd64-cgo), const B2400 = 11
pkg syscall (linux-amd64-cgo), const B2500000 = 4108
pkg syscall (linux-amd64-cgo), const B300 = 7
pkg syscall (linux-amd64-cgo), const B3000000 = 4109
pkg syscall (linux-amd64-cgo), const B3500000 = 4110
pkg syscall (linux-amd64-cgo), const B38400 = 15
pkg syscall (linux-amd64-cgo), const B4000000 = 4111
pkg syscall (linux-amd64-cgo), const B460800 = 4100
pkg syscall (linux-amd64-cgo), const B4800 = 12
pkg syscall (linux-amd64-cgo), const B50 = 1
pkg syscall (linux-amd64-cgo), const B500000 = 4101
pkg syscall (linux-amd64-cgo), const B57600 = 4097
pkg syscall (linux-amd64-cgo), const B576000 = 4102
pkg syscall (linux-amd64-cgo), const B600 = 8
pkg syscall (linux-amd64-cgo), const B75 = 2
pkg syscall (linux-amd64-cgo), const B921600 = 4103
pkg syscall (linux-amd64-cgo), const B9600 = 13
pkg syscall (linux-amd64-cgo), const BPF_A = 16
pkg syscall (linux-amd64-cgo), const BPF_ABS = 32
pkg syscall (linux-amd64-cgo), const BPF_ADD = 0
pkg syscall (linux-amd64-cgo), const BPF_ALU = 4
pkg syscall (linux-amd64-cgo), const BPF_AND = 80
pkg syscall (linux-amd64-cgo), const BPF_B = 16
pkg syscall (linux-amd64-cgo), const BPF_DIV = 48
pkg syscall (linux-amd64-cgo), const BPF_H = 8
pkg syscall (linux-amd64-cgo), const BPF_IMM = 0
pkg syscall (linux-amd64-cgo), const BPF_IND = 64
pkg syscall (linux-amd64-cgo), const BPF_JA = 0
pkg syscall (linux-amd64-cgo), const BPF_JEQ = 16
pkg syscall (linux-amd64-cgo), const BPF_JGE = 48
pkg syscall (linux-amd64-cgo), const BPF_JGT = 32
pkg syscall (linux-amd64-cgo), const BPF_JMP = 5
pkg syscall (linux-amd64-cgo), const BPF_JSET = 64
pkg syscall (linux-amd64-cgo), const BPF_K = 0
pkg syscall (linux-amd64-cgo), const BPF_LD = 0
pkg syscall (linux-amd64-cgo), const BPF_LDX = 1
pkg syscall (linux-amd64-cgo), const BPF_LEN = 128
pkg syscall (linux-amd64-cgo), const BPF_LSH = 96
pkg syscall (linux-amd64-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (linux-amd64-cgo), const BPF_MAXINSNS = 4096
pkg syscall (linux-amd64-cgo), const BPF_MEM = 96
pkg syscall (linux-amd64-cgo), const BPF_MEMWORDS = 16
pkg syscall (linux-amd64-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (linux-amd64-cgo), const BPF_MISC = 7
pkg syscall (linux-amd64-cgo), const BPF_MSH = 160
pkg syscall (linux-amd64-cgo), const BPF_MUL = 32
pkg syscall (linux-amd64-cgo), const BPF_NEG = 128
pkg syscall (linux-amd64-cgo), const BPF_OR = 64
pkg syscall (linux-amd64-cgo), const BPF_RET = 6
pkg syscall (linux-amd64-cgo), const BPF_RSH = 112
pkg syscall (linux-amd64-cgo), const BPF_ST = 2
pkg syscall (linux-amd64-cgo), const BPF_STX = 3
pkg syscall (linux-amd64-cgo), const BPF_SUB = 16
pkg syscall (linux-amd64-cgo), const BPF_TAX = 0
pkg syscall (linux-amd64-cgo), const BPF_TXA = 128
pkg syscall (linux-amd64-cgo), const BPF_W = 0
pkg syscall (linux-amd64-cgo), const BPF_X = 8
pkg syscall (linux-amd64-cgo), const BRKINT = 2
pkg syscall (linux-amd64-cgo), const CLOCAL = 2048
pkg syscall (linux-amd64-cgo), const CREAD = 128
pkg syscall (linux-amd64-cgo), const CS5 = 0
pkg syscall (linux-amd64-cgo), const CS6 = 16
pkg syscall (linux-amd64-cgo), const CS7 = 32
pkg syscall (linux-amd64-cgo), const CS8 = 48
pkg syscall (linux-amd64-cgo), const CSIZE = 48
pkg syscall (linux-amd64-cgo), const CSTOPB = 64
pkg syscall (linux-amd64-cgo), const DT_BLK = 6
pkg syscall (linux-amd64-cgo), const DT_CHR = 2
pkg syscall (linux-amd64-cgo), const DT_DIR = 4
pkg syscall (linux-amd64-cgo), const DT_FIFO = 1
pkg syscall (linux-amd64-cgo), const DT_LNK = 10
pkg syscall (linux-amd64-cgo), const DT_REG = 8
pkg syscall (linux-amd64-cgo), const DT_SOCK = 12
pkg syscall (linux-amd64-cgo), const DT_UNKNOWN = 0
pkg syscall (linux-amd64-cgo), const DT_WHT = 14
pkg syscall (linux-amd64-cgo), const E2BIG = 7
pkg syscall (linux-amd64-cgo), const EACCES = 13
pkg syscall (linux-amd64-cgo), const EADDRINUSE = 98
pkg syscall (linux-amd64-cgo), const EADDRNOTAVAIL = 99
pkg syscall (linux-amd64-cgo), const EADV = 68
pkg syscall (linux-amd64-cgo), const EAFNOSUPPORT = 97
pkg syscall (linux-amd64-cgo), const EAGAIN = 11
pkg syscall (linux-amd64-cgo), const EALREADY = 114
pkg syscall (linux-amd64-cgo), const EBADE = 52
pkg syscall (linux-amd64-cgo), const EBADF = 9
pkg syscall (linux-amd64-cgo), const EBADFD = 77
pkg syscall (linux-amd64-cgo), const EBADMSG = 74
pkg syscall (linux-amd64-cgo), const EBADR = 53
pkg syscall (linux-amd64-cgo), const EBADRQC = 56
pkg syscall (linux-amd64-cgo), const EBADSLT = 57
pkg syscall (linux-amd64-cgo), const EBFONT = 59
pkg syscall (linux-amd64-cgo), const EBUSY = 16
pkg syscall (linux-amd64-cgo), const ECANCELED = 125
pkg syscall (linux-amd64-cgo), const ECHILD = 10
pkg syscall (linux-amd64-cgo), const ECHO = 8
pkg syscall (linux-amd64-cgo), const ECHOCTL = 512
pkg syscall (linux-amd64-cgo), const ECHOE = 16
pkg syscall (linux-amd64-cgo), const ECHOK = 32
pkg syscall (linux-amd64-cgo), const ECHOKE = 2048
pkg syscall (linux-amd64-cgo), const ECHONL = 64
pkg syscall (linux-amd64-cgo), const ECHOPRT = 1024
pkg syscall (linux-amd64-cgo), const ECHRNG = 44
pkg syscall (linux-amd64-cgo), const ECOMM = 70
pkg syscall (linux-amd64-cgo), const ECONNABORTED = 103
pkg syscall (linux-amd64-cgo), const ECONNREFUSED = 111
pkg syscall (linux-amd64-cgo), const ECONNRESET = 104
pkg syscall (linux-amd64-cgo), const EDEADLK = 35
pkg syscall (linux-amd64-cgo), const EDEADLOCK = 35
pkg syscall (linux-amd64-cgo), const EDESTADDRREQ = 89
pkg syscall (linux-amd64-cgo), const EDOM = 33
pkg syscall (linux-amd64-cgo), const EDOTDOT = 73
pkg syscall (linux-amd64-cgo), const EDQUOT = 122
pkg syscall (linux-amd64-cgo), const EEXIST = 17
pkg syscall (linux-amd64-cgo), const EFAULT = 14
pkg syscall (linux-amd64-cgo), const EFBIG = 27
pkg syscall (linux-amd64-cgo), const EHOSTDOWN = 112
pkg syscall (linux-amd64-cgo), const EHOSTUNREACH = 113
pkg syscall (linux-amd64-cgo), const EIDRM = 43
pkg syscall (linux-amd64-cgo), const EILSEQ = 84
pkg syscall (linux-amd64-cgo), const EINPROGRESS = 115
pkg syscall (linux-amd64-cgo), const EINTR = 4
pkg syscall (linux-amd64-cgo), const EINVAL = 22
pkg syscall (linux-amd64-cgo), const EIO = 5
pkg syscall (linux-amd64-cgo), const EISCONN = 106
pkg syscall (linux-amd64-cgo), const EISDIR = 21
pkg syscall (linux-amd64-cgo), const EISNAM = 120
pkg syscall (linux-amd64-cgo), const EKEYEXPIRED = 127
pkg syscall (linux-amd64-cgo), const EKEYREJECTED = 129
pkg syscall (linux-amd64-cgo), const EKEYREVOKED = 128
pkg syscall (linux-amd64-cgo), const EL2HLT = 51
pkg syscall (linux-amd64-cgo), const EL2NSYNC = 45
pkg syscall (linux-amd64-cgo), const EL3HLT = 46
pkg syscall (linux-amd64-cgo), const EL3RST = 47
pkg syscall (linux-amd64-cgo), const ELIBACC = 79
pkg syscall (linux-amd64-cgo), const ELIBBAD = 80
pkg syscall (linux-amd64-cgo), const ELIBEXEC = 83
pkg syscall (linux-amd64-cgo), const ELIBMAX = 82
pkg syscall (linux-amd64-cgo), const ELIBSCN = 81
pkg syscall (linux-amd64-cgo), const ELNRNG = 48
pkg syscall (linux-amd64-cgo), const ELOOP = 40
pkg syscall (linux-amd64-cgo), const EMEDIUMTYPE = 124
pkg syscall (linux-amd64-cgo), const EMFILE = 24
pkg syscall (linux-amd64-cgo), const EMLINK = 31
pkg syscall (linux-amd64-cgo), const EMSGSIZE = 90
pkg syscall (linux-amd64-cgo), const EMULTIHOP = 72
pkg syscall (linux-amd64-cgo), const ENAMETOOLONG = 36
pkg syscall (linux-amd64-cgo), const ENAVAIL = 119
pkg syscall (linux-amd64-cgo), const ENETDOWN = 100
pkg syscall (linux-amd64-cgo), const ENETRESET = 102
pkg syscall (linux-amd64-cgo), const ENETUNREACH = 101
pkg syscall (linux-amd64-cgo), const ENFILE = 23
pkg syscall (linux-amd64-cgo), const ENOANO = 55
pkg syscall (linux-amd64-cgo), const ENOBUFS = 105
pkg syscall (linux-amd64-cgo), const ENOCSI = 50
pkg syscall (linux-amd64-cgo), const ENODATA = 61
pkg syscall (linux-amd64-cgo), const ENODEV = 19
pkg syscall (linux-amd64-cgo), const ENOEXEC = 8
pkg syscall (linux-amd64-cgo), const ENOKEY = 126
pkg syscall (linux-amd64-cgo), const ENOLCK = 37
pkg syscall (linux-amd64-cgo), const ENOLINK = 67
pkg syscall (linux-amd64-cgo), const ENOMEDIUM = 123
pkg syscall (linux-amd64-cgo), const ENOMEM = 12
pkg syscall (linux-amd64-cgo), const ENOMSG = 42
pkg syscall (linux-amd64-cgo), const ENONET = 64
pkg syscall (linux-amd64-cgo), const ENOPKG = 65
pkg syscall (linux-amd64-cgo), const ENOPROTOOPT = 92
pkg syscall (linux-amd64-cgo), const ENOSPC = 28
pkg syscall (linux-amd64-cgo), const ENOSR = 63
pkg syscall (linux-amd64-cgo), const ENOSTR = 60
pkg syscall (linux-amd64-cgo), const ENOSYS = 38
pkg syscall (linux-amd64-cgo), const ENOTBLK = 15
pkg syscall (linux-amd64-cgo), const ENOTCONN = 107
pkg syscall (linux-amd64-cgo), const ENOTDIR = 20
pkg syscall (linux-amd64-cgo), const ENOTEMPTY = 39
pkg syscall (linux-amd64-cgo), const ENOTNAM = 118
pkg syscall (linux-amd64-cgo), const ENOTRECOVERABLE = 131
pkg syscall (linux-amd64-cgo), const ENOTSOCK = 88
pkg syscall (linux-amd64-cgo), const ENOTSUP = 95
pkg syscall (linux-amd64-cgo), const ENOTTY = 25
pkg syscall (linux-amd64-cgo), const ENOTUNIQ = 76
pkg syscall (linux-amd64-cgo), const ENXIO = 6
pkg syscall (linux-amd64-cgo), const EOPNOTSUPP = 95
pkg syscall (linux-amd64-cgo), const EOVERFLOW = 75
pkg syscall (linux-amd64-cgo), const EOWNERDEAD = 130
pkg syscall (linux-amd64-cgo), const EPERM = 1
pkg syscall (linux-amd64-cgo), const EPFNOSUPPORT = 96
pkg syscall (linux-amd64-cgo), const EPIPE = 32
pkg syscall (linux-amd64-cgo), const EPOLLERR = 8
pkg syscall (linux-amd64-cgo), const EPOLLET = -2147483648
pkg syscall (linux-amd64-cgo), const EPOLLHUP = 16
pkg syscall (linux-amd64-cgo), const EPOLLIN = 1
pkg syscall (linux-amd64-cgo), const EPOLLMSG = 1024
pkg syscall (linux-amd64-cgo), const EPOLLONESHOT = 1073741824
pkg syscall (linux-amd64-cgo), const EPOLLOUT = 4
pkg syscall (linux-amd64-cgo), const EPOLLPRI = 2
pkg syscall (linux-amd64-cgo), const EPOLLRDBAND = 128
pkg syscall (linux-amd64-cgo), const EPOLLRDHUP = 8192
pkg syscall (linux-amd64-cgo), const EPOLLRDNORM = 64
pkg syscall (linux-amd64-cgo), const EPOLLWRBAND = 512
pkg syscall (linux-amd64-cgo), const EPOLLWRNORM = 256
pkg syscall (linux-amd64-cgo), const EPOLL_CLOEXEC = 524288
pkg syscall (linux-amd64-cgo), const EPOLL_CTL_ADD = 1
pkg syscall (linux-amd64-cgo), const EPOLL_CTL_DEL = 2
pkg syscall (linux-amd64-cgo), const EPOLL_CTL_MOD = 3
pkg syscall (linux-amd64-cgo), const EPOLL_NONBLOCK = 2048
pkg syscall (linux-amd64-cgo), const EPROTO = 71
pkg syscall (linux-amd64-cgo), const EPROTONOSUPPORT = 93
pkg syscall (linux-amd64-cgo), const EPROTOTYPE = 91
pkg syscall (linux-amd64-cgo), const ERANGE = 34
pkg syscall (linux-amd64-cgo), const EREMCHG = 78
pkg syscall (linux-amd64-cgo), const EREMOTE = 66
pkg syscall (linux-amd64-cgo), const EREMOTEIO = 121
pkg syscall (linux-amd64-cgo), const ERESTART = 85
pkg syscall (linux-amd64-cgo), const ERFKILL = 132
pkg syscall (linux-amd64-cgo), const EROFS = 30
pkg syscall (linux-amd64-cgo), const ESHUTDOWN = 108
pkg syscall (linux-amd64-cgo), const ESOCKTNOSUPPORT = 94
pkg syscall (linux-amd64-cgo), const ESPIPE = 29
pkg syscall (linux-amd64-cgo), const ESRCH = 3
pkg syscall (linux-amd64-cgo), const ESRMNT = 69
pkg syscall (linux-amd64-cgo), const ESTALE = 116
pkg syscall (linux-amd64-cgo), const ESTRPIPE = 86
pkg syscall (linux-amd64-cgo), const ETH_P_1588 = 35063
pkg syscall (linux-amd64-cgo), const ETH_P_8021Q = 33024
pkg syscall (linux-amd64-cgo), const ETH_P_802_2 = 4
pkg syscall (linux-amd64-cgo), const ETH_P_802_3 = 1
pkg syscall (linux-amd64-cgo), const ETH_P_AARP = 33011
pkg syscall (linux-amd64-cgo), const ETH_P_ALL = 3
pkg syscall (linux-amd64-cgo), const ETH_P_AOE = 34978
pkg syscall (linux-amd64-cgo), const ETH_P_ARCNET = 26
pkg syscall (linux-amd64-cgo), const ETH_P_ARP = 2054
pkg syscall (linux-amd64-cgo), const ETH_P_ATALK = 32923
pkg syscall (linux-amd64-cgo), const ETH_P_ATMFATE = 34948
pkg syscall (linux-amd64-cgo), const ETH_P_ATMMPOA = 34892
pkg syscall (linux-amd64-cgo), const ETH_P_AX25 = 2
pkg syscall (linux-amd64-cgo), const ETH_P_BPQ = 2303
pkg syscall (linux-amd64-cgo), const ETH_P_CAIF = 247
pkg syscall (linux-amd64-cgo), const ETH_P_CAN = 12
pkg syscall (linux-amd64-cgo), const ETH_P_CONTROL = 22
pkg syscall (linux-amd64-cgo), const ETH_P_CUST = 24582
pkg syscall (linux-amd64-cgo), const ETH_P_DDCMP = 6
pkg syscall (linux-amd64-cgo), const ETH_P_DEC = 24576
pkg syscall (linux-amd64-cgo), const ETH_P_DIAG = 24581
pkg syscall (linux-amd64-cgo), const ETH_P_DNA_DL = 24577
pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RC = 24578
pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RT = 24579
pkg syscall (linux-amd64-cgo), const ETH_P_DSA = 27
pkg syscall (linux-amd64-cgo), const ETH_P_ECONET = 24
pkg syscall (linux-amd64-cgo), const ETH_P_EDSA = 56026
pkg syscall (linux-amd64-cgo), const ETH_P_FCOE = 35078
pkg syscall (linux-amd64-cgo), const ETH_P_FIP = 35092
pkg syscall (linux-amd64-cgo), const ETH_P_HDLC = 25
pkg syscall (linux-amd64-cgo), const ETH_P_IEEE802154 = 246
pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUP = 2560
pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUPAT = 2561
pkg syscall (linux-amd64-cgo), const ETH_P_IP = 2048
pkg syscall (linux-amd64-cgo), const ETH_P_IPV6 = 34525
pkg syscall (linux-amd64-cgo), const ETH_P_IPX = 33079
pkg syscall (linux-amd64-cgo), const ETH_P_IRDA = 23
pkg syscall (linux-amd64-cgo), const ETH_P_LAT = 24580
pkg syscall (linux-amd64-cgo), const ETH_P_LINK_CTL = 34924
pkg syscall (linux-amd64-cgo), const ETH_P_LOCALTALK = 9
pkg syscall (linux-amd64-cgo), const ETH_P_LOOP = 96
pkg syscall (linux-amd64-cgo), const ETH_P_MOBITEX = 21
pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_MC = 34888
pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_UC = 34887
pkg syscall (linux-amd64-cgo), const ETH_P_PAE = 34958
pkg syscall (linux-amd64-cgo), const ETH_P_PAUSE = 34824
pkg syscall (linux-amd64-cgo), const ETH_P_PHONET = 245
pkg syscall (linux-amd64-cgo), const ETH_P_PPPTALK = 16
pkg syscall (linux-amd64-cgo), const ETH_P_PPP_DISC = 34915
pkg syscall (linux-amd64-cgo), const ETH_P_PPP_MP = 8
pkg syscall (linux-amd64-cgo), const ETH_P_PPP_SES = 34916
pkg syscall (linux-amd64-cgo), const ETH_P_PUP = 512
pkg syscall (linux-amd64-cgo), const ETH_P_PUPAT = 513
pkg syscall (linux-amd64-cgo), const ETH_P_RARP = 32821
pkg syscall (linux-amd64-cgo), const ETH_P_SCA = 24583
pkg syscall (linux-amd64-cgo), const ETH_P_SLOW = 34825
pkg syscall (linux-amd64-cgo), const ETH_P_SNAP = 5
pkg syscall (linux-amd64-cgo), const ETH_P_TEB = 25944
pkg syscall (linux-amd64-cgo), const ETH_P_TIPC = 35018
pkg syscall (linux-amd64-cgo), const ETH_P_TRAILER = 28
pkg syscall (linux-amd64-cgo), const ETH_P_TR_802_2 = 17
pkg syscall (linux-amd64-cgo), const ETH_P_WAN_PPP = 7
pkg syscall (linux-amd64-cgo), const ETH_P_WCCP = 34878
pkg syscall (linux-amd64-cgo), const ETH_P_X25 = 2053
pkg syscall (linux-amd64-cgo), const ETIME = 62
pkg syscall (linux-amd64-cgo), const ETIMEDOUT = 110
pkg syscall (linux-amd64-cgo), const ETOOMANYREFS = 109
pkg syscall (linux-amd64-cgo), const ETXTBSY = 26
pkg syscall (linux-amd64-cgo), const EUCLEAN = 117
pkg syscall (linux-amd64-cgo), const EUNATCH = 49
pkg syscall (linux-amd64-cgo), const EUSERS = 87
pkg syscall (linux-amd64-cgo), const EWOULDBLOCK = 11
pkg syscall (linux-amd64-cgo), const EXDEV = 18
pkg syscall (linux-amd64-cgo), const EXFULL = 54
pkg syscall (linux-amd64-cgo), const FD_CLOEXEC = 1
pkg syscall (linux-amd64-cgo), const FD_SETSIZE = 1024
pkg syscall (linux-amd64-cgo), const FLUSHO = 4096
pkg syscall (linux-amd64-cgo), const F_DUPFD = 0
pkg syscall (linux-amd64-cgo), const F_DUPFD_CLOEXEC = 1030
pkg syscall (linux-amd64-cgo), const F_EXLCK = 4
pkg syscall (linux-amd64-cgo), const F_GETFD = 1
pkg syscall (linux-amd64-cgo), const F_GETFL = 3
pkg syscall (linux-amd64-cgo), const F_GETLEASE = 1025
pkg syscall (linux-amd64-cgo), const F_GETLK = 5
pkg syscall (linux-amd64-cgo), const F_GETLK64 = 5
pkg syscall (linux-amd64-cgo), const F_GETOWN = 9
pkg syscall (linux-amd64-cgo), const F_GETOWN_EX = 16
pkg syscall (linux-amd64-cgo), const F_GETPIPE_SZ = 1032
pkg syscall (linux-amd64-cgo), const F_GETSIG = 11
pkg syscall (linux-amd64-cgo), const F_LOCK = 1
pkg syscall (linux-amd64-cgo), const F_NOTIFY = 1026
pkg syscall (linux-amd64-cgo), const F_OK = 0
pkg syscall (linux-amd64-cgo), const F_RDLCK = 0
pkg syscall (linux-amd64-cgo), const F_SETFD = 2
pkg syscall (linux-amd64-cgo), const F_SETFL = 4
pkg syscall (linux-amd64-cgo), const F_SETLEASE = 1024
pkg syscall (linux-amd64-cgo), const F_SETLK = 6
pkg syscall (linux-amd64-cgo), const F_SETLK64 = 6
pkg syscall (linux-amd64-cgo), const F_SETLKW = 7
pkg syscall (linux-amd64-cgo), const F_SETLKW64 = 7
pkg syscall (linux-amd64-cgo), const F_SETOWN = 8
pkg syscall (linux-amd64-cgo), const F_SETOWN_EX = 15
pkg syscall (linux-amd64-cgo), const F_SETPIPE_SZ = 1031
pkg syscall (linux-amd64-cgo), const F_SETSIG = 10
pkg syscall (linux-amd64-cgo), const F_SHLCK = 8
pkg syscall (linux-amd64-cgo), const F_TEST = 3
pkg syscall (linux-amd64-cgo), const F_TLOCK = 2
pkg syscall (linux-amd64-cgo), const F_ULOCK = 0
pkg syscall (linux-amd64-cgo), const F_UNLCK = 2
pkg syscall (linux-amd64-cgo), const F_WRLCK = 1
pkg syscall (linux-amd64-cgo), const HUPCL = 1024
pkg syscall (linux-amd64-cgo), const ICANON = 2
pkg syscall (linux-amd64-cgo), const ICRNL = 256
pkg syscall (linux-amd64-cgo), const IEXTEN = 32768
pkg syscall (linux-amd64-cgo), const IFA_ADDRESS = 1
pkg syscall (linux-amd64-cgo), const IFA_ANYCAST = 5
pkg syscall (linux-amd64-cgo), const IFA_BROADCAST = 4
pkg syscall (linux-amd64-cgo), const IFA_CACHEINFO = 6
pkg syscall (linux-amd64-cgo), const IFA_F_DADFAILED = 8
pkg syscall (linux-amd64-cgo), const IFA_F_DEPRECATED = 32
pkg syscall (linux-amd64-cgo), const IFA_F_HOMEADDRESS = 16
pkg syscall (linux-amd64-cgo), const IFA_F_NODAD = 2
pkg syscall (linux-amd64-cgo), const IFA_F_OPTIMISTIC = 4
pkg syscall (linux-amd64-cgo), const IFA_F_PERMANENT = 128
pkg syscall (linux-amd64-cgo), const IFA_F_SECONDARY = 1
pkg syscall (linux-amd64-cgo), const IFA_F_TEMPORARY = 1
pkg syscall (linux-amd64-cgo), const IFA_F_TENTATIVE = 64
pkg syscall (linux-amd64-cgo), const IFA_LABEL = 3
pkg syscall (linux-amd64-cgo), const IFA_LOCAL = 2
pkg syscall (linux-amd64-cgo), const IFA_MAX = 7
pkg syscall (linux-amd64-cgo), const IFA_MULTICAST = 7
pkg syscall (linux-amd64-cgo), const IFA_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const IFF_ALLMULTI = 512
pkg syscall (linux-amd64-cgo), const IFF_AUTOMEDIA = 16384
pkg syscall (linux-amd64-cgo), const IFF_DEBUG = 4
pkg syscall (linux-amd64-cgo), const IFF_DYNAMIC = 32768
pkg syscall (linux-amd64-cgo), const IFF_LOOPBACK = 8
pkg syscall (linux-amd64-cgo), const IFF_MASTER = 1024
pkg syscall (linux-amd64-cgo), const IFF_MULTICAST = 4096
pkg syscall (linux-amd64-cgo), const IFF_NOARP = 128
pkg syscall (linux-amd64-cgo), const IFF_NOTRAILERS = 32
pkg syscall (linux-amd64-cgo), const IFF_NO_PI = 4096
pkg syscall (linux-amd64-cgo), const IFF_ONE_QUEUE = 8192
pkg syscall (linux-amd64-cgo), const IFF_POINTOPOINT = 16
pkg syscall (linux-amd64-cgo), const IFF_PORTSEL = 8192
pkg syscall (linux-amd64-cgo), const IFF_PROMISC = 256
pkg syscall (linux-amd64-cgo), const IFF_RUNNING = 64
pkg syscall (linux-amd64-cgo), const IFF_SLAVE = 2048
pkg syscall (linux-amd64-cgo), const IFF_TAP = 2
pkg syscall (linux-amd64-cgo), const IFF_TUN = 1
pkg syscall (linux-amd64-cgo), const IFF_TUN_EXCL = 32768
pkg syscall (linux-amd64-cgo), const IFF_VNET_HDR = 16384
pkg syscall (linux-amd64-cgo), const IFLA_ADDRESS = 1
pkg syscall (linux-amd64-cgo), const IFLA_BROADCAST = 2
pkg syscall (linux-amd64-cgo), const IFLA_COST = 8
pkg syscall (linux-amd64-cgo), const IFLA_IFALIAS = 20
pkg syscall (linux-amd64-cgo), const IFLA_IFNAME = 3
pkg syscall (linux-amd64-cgo), const IFLA_LINK = 5
pkg syscall (linux-amd64-cgo), const IFLA_LINKINFO = 18
pkg syscall (linux-amd64-cgo), const IFLA_LINKMODE = 17
pkg syscall (linux-amd64-cgo), const IFLA_MAP = 14
pkg syscall (linux-amd64-cgo), const IFLA_MASTER = 10
pkg syscall (linux-amd64-cgo), const IFLA_MAX = 29
pkg syscall (linux-amd64-cgo), const IFLA_MTU = 4
pkg syscall (linux-amd64-cgo), const IFLA_NET_NS_PID = 19
pkg syscall (linux-amd64-cgo), const IFLA_OPERSTATE = 16
pkg syscall (linux-amd64-cgo), const IFLA_PRIORITY = 9
pkg syscall (linux-amd64-cgo), const IFLA_PROTINFO = 12
pkg syscall (linux-amd64-cgo), const IFLA_QDISC = 6
pkg syscall (linux-amd64-cgo), const IFLA_STATS = 7
pkg syscall (linux-amd64-cgo), const IFLA_TXQLEN = 13
pkg syscall (linux-amd64-cgo), const IFLA_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const IFLA_WEIGHT = 15
pkg syscall (linux-amd64-cgo), const IFLA_WIRELESS = 11
pkg syscall (linux-amd64-cgo), const IFNAMSIZ = 16
pkg syscall (linux-amd64-cgo), const IGNBRK = 1
pkg syscall (linux-amd64-cgo), const IGNCR = 128
pkg syscall (linux-amd64-cgo), const IGNPAR = 4
pkg syscall (linux-amd64-cgo), const IMAXBEL = 8192
pkg syscall (linux-amd64-cgo), const INLCR = 64
pkg syscall (linux-amd64-cgo), const INPCK = 16
pkg syscall (linux-amd64-cgo), const IN_ACCESS = 1
pkg syscall (linux-amd64-cgo), const IN_ALL_EVENTS = 4095
pkg syscall (linux-amd64-cgo), const IN_ATTRIB = 4
pkg syscall (linux-amd64-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (linux-amd64-cgo), const IN_CLASSA_MAX = 128
pkg syscall (linux-amd64-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (linux-amd64-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (linux-amd64-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (linux-amd64-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (linux-amd64-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (linux-amd64-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (linux-amd64-cgo), const IN_CLASSC_HOST = 255
pkg syscall (linux-amd64-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (linux-amd64-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (linux-amd64-cgo), const IN_CLOEXEC = 524288
pkg syscall (linux-amd64-cgo), const IN_CLOSE = 24
pkg syscall (linux-amd64-cgo), const IN_CLOSE_NOWRITE = 16
pkg syscall (linux-amd64-cgo), const IN_CLOSE_WRITE = 8
pkg syscall (linux-amd64-cgo), const IN_CREATE = 256
pkg syscall (linux-amd64-cgo), const IN_DELETE = 512
pkg syscall (linux-amd64-cgo), const IN_DELETE_SELF = 1024
pkg syscall (linux-amd64-cgo), const IN_DONT_FOLLOW = 33554432
pkg syscall (linux-amd64-cgo), const IN_EXCL_UNLINK = 67108864
pkg syscall (linux-amd64-cgo), const IN_IGNORED = 32768
pkg syscall (linux-amd64-cgo), const IN_ISDIR = 1073741824
pkg syscall (linux-amd64-cgo), const IN_LOOPBACKNET = 127
pkg syscall (linux-amd64-cgo), const IN_MASK_ADD = 536870912
pkg syscall (linux-amd64-cgo), const IN_MODIFY = 2
pkg syscall (linux-amd64-cgo), const IN_MOVE = 192
pkg syscall (linux-amd64-cgo), const IN_MOVED_FROM = 64
pkg syscall (linux-amd64-cgo), const IN_MOVED_TO = 128
pkg syscall (linux-amd64-cgo), const IN_MOVE_SELF = 2048
pkg syscall (linux-amd64-cgo), const IN_NONBLOCK = 2048
pkg syscall (linux-amd64-cgo), const IN_ONESHOT = 2147483648
pkg syscall (linux-amd64-cgo), const IN_ONLYDIR = 16777216
pkg syscall (linux-amd64-cgo), const IN_OPEN = 32
pkg syscall (linux-amd64-cgo), const IN_Q_OVERFLOW = 16384
pkg syscall (linux-amd64-cgo), const IN_UNMOUNT = 8192
pkg syscall (linux-amd64-cgo), const IPPROTO_AH = 51
pkg syscall (linux-amd64-cgo), const IPPROTO_COMP = 108
pkg syscall (linux-amd64-cgo), const IPPROTO_DCCP = 33
pkg syscall (linux-amd64-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (linux-amd64-cgo), const IPPROTO_EGP = 8
pkg syscall (linux-amd64-cgo), const IPPROTO_ENCAP = 98
pkg syscall (linux-amd64-cgo), const IPPROTO_ESP = 50
pkg syscall (linux-amd64-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (linux-amd64-cgo), const IPPROTO_GRE = 47
pkg syscall (linux-amd64-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (linux-amd64-cgo), const IPPROTO_ICMP = 1
pkg syscall (linux-amd64-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (linux-amd64-cgo), const IPPROTO_IDP = 22
pkg syscall (linux-amd64-cgo), const IPPROTO_IGMP = 2
pkg syscall (linux-amd64-cgo), const IPPROTO_IPIP = 4
pkg syscall (linux-amd64-cgo), const IPPROTO_MTP = 92
pkg syscall (linux-amd64-cgo), const IPPROTO_NONE = 59
pkg syscall (linux-amd64-cgo), const IPPROTO_PIM = 103
pkg syscall (linux-amd64-cgo), const IPPROTO_PUP = 12
pkg syscall (linux-amd64-cgo), const IPPROTO_RAW = 255
pkg syscall (linux-amd64-cgo), const IPPROTO_ROUTING = 43
pkg syscall (linux-amd64-cgo), const IPPROTO_RSVP = 46
pkg syscall (linux-amd64-cgo), const IPPROTO_SCTP = 132
pkg syscall (linux-amd64-cgo), const IPPROTO_TP = 29
pkg syscall (linux-amd64-cgo), const IPPROTO_UDPLITE = 136
pkg syscall (linux-amd64-cgo), const IPV6_2292DSTOPTS = 4
pkg syscall (linux-amd64-cgo), const IPV6_2292HOPLIMIT = 8
pkg syscall (linux-amd64-cgo), const IPV6_2292HOPOPTS = 3
pkg syscall (linux-amd64-cgo), const IPV6_2292PKTINFO = 2
pkg syscall (linux-amd64-cgo), const IPV6_2292PKTOPTIONS = 6
pkg syscall (linux-amd64-cgo), const IPV6_2292RTHDR = 5
pkg syscall (linux-amd64-cgo), const IPV6_ADDRFORM = 1
pkg syscall (linux-amd64-cgo), const IPV6_ADD_MEMBERSHIP = 20
pkg syscall (linux-amd64-cgo), const IPV6_AUTHHDR = 10
pkg syscall (linux-amd64-cgo), const IPV6_CHECKSUM = 7
pkg syscall (linux-amd64-cgo), const IPV6_DROP_MEMBERSHIP = 21
pkg syscall (linux-amd64-cgo), const IPV6_DSTOPTS = 59
pkg syscall (linux-amd64-cgo), const IPV6_HOPLIMIT = 52
pkg syscall (linux-amd64-cgo), const IPV6_HOPOPTS = 54
pkg syscall (linux-amd64-cgo), const IPV6_IPSEC_POLICY = 34
pkg syscall (linux-amd64-cgo), const IPV6_JOIN_ANYCAST = 27
pkg syscall (linux-amd64-cgo), const IPV6_JOIN_GROUP = 20
pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_ANYCAST = 28
pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_GROUP = 21
pkg syscall (linux-amd64-cgo), const IPV6_MTU = 24
pkg syscall (linux-amd64-cgo), const IPV6_MTU_DISCOVER = 23
pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_HOPS = 18
pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_IF = 17
pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_LOOP = 19
pkg syscall (linux-amd64-cgo), const IPV6_NEXTHOP = 9
pkg syscall (linux-amd64-cgo), const IPV6_PKTINFO = 50
pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DO = 2
pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DONT = 0
pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_PROBE = 3
pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_WANT = 1
pkg syscall (linux-amd64-cgo), const IPV6_RECVDSTOPTS = 58
pkg syscall (linux-amd64-cgo), const IPV6_RECVERR = 25
pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPLIMIT = 51
pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPOPTS = 53
pkg syscall (linux-amd64-cgo), const IPV6_RECVPKTINFO = 49
pkg syscall (linux-amd64-cgo), const IPV6_RECVRTHDR = 56
pkg syscall (linux-amd64-cgo), const IPV6_RECVTCLASS = 66
pkg syscall (linux-amd64-cgo), const IPV6_ROUTER_ALERT = 22
pkg syscall (linux-amd64-cgo), const IPV6_RTHDR = 57
pkg syscall (linux-amd64-cgo), const IPV6_RTHDRDSTOPTS = 55
pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (linux-amd64-cgo), const IPV6_RXDSTOPTS = 59
pkg syscall (linux-amd64-cgo), const IPV6_RXHOPOPTS = 54
pkg syscall (linux-amd64-cgo), const IPV6_TCLASS = 67
pkg syscall (linux-amd64-cgo), const IPV6_UNICAST_HOPS = 16
pkg syscall (linux-amd64-cgo), const IPV6_V6ONLY = 26
pkg syscall (linux-amd64-cgo), const IPV6_XFRM_POLICY = 35
pkg syscall (linux-amd64-cgo), const IP_ADD_MEMBERSHIP = 35
pkg syscall (linux-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
pkg syscall (linux-amd64-cgo), const IP_BLOCK_SOURCE = 38
pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (linux-amd64-cgo), const IP_DF = 16384
pkg syscall (linux-amd64-cgo), const IP_DROP_MEMBERSHIP = 36
pkg syscall (linux-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
pkg syscall (linux-amd64-cgo), const IP_FREEBIND = 15
pkg syscall (linux-amd64-cgo), const IP_HDRINCL = 3
pkg syscall (linux-amd64-cgo), const IP_IPSEC_POLICY = 16
pkg syscall (linux-amd64-cgo), const IP_MAXPACKET = 65535
pkg syscall (linux-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (linux-amd64-cgo), const IP_MF = 8192
pkg syscall (linux-amd64-cgo), const IP_MINTTL = 21
pkg syscall (linux-amd64-cgo), const IP_MSFILTER = 41
pkg syscall (linux-amd64-cgo), const IP_MSS = 576
pkg syscall (linux-amd64-cgo), const IP_MTU = 14
pkg syscall (linux-amd64-cgo), const IP_MTU_DISCOVER = 10
pkg syscall (linux-amd64-cgo), const IP_MULTICAST_IF = 32
pkg syscall (linux-amd64-cgo), const IP_MULTICAST_LOOP = 34
pkg syscall (linux-amd64-cgo), const IP_MULTICAST_TTL = 33
pkg syscall (linux-amd64-cgo), const IP_OFFMASK = 8191
pkg syscall (linux-amd64-cgo), const IP_OPTIONS = 4
pkg syscall (linux-amd64-cgo), const IP_ORIGDSTADDR = 20
pkg syscall (linux-amd64-cgo), const IP_PASSSEC = 18
pkg syscall (linux-amd64-cgo), const IP_PKTINFO = 8
pkg syscall (linux-amd64-cgo), const IP_PKTOPTIONS = 9
pkg syscall (linux-amd64-cgo), const IP_PMTUDISC = 10
pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DO = 2
pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DONT = 0
pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_PROBE = 3
pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_WANT = 1
pkg syscall (linux-amd64-cgo), const IP_RECVERR = 11
pkg syscall (linux-amd64-cgo), const IP_RECVOPTS = 6
pkg syscall (linux-amd64-cgo), const IP_RECVORIGDSTADDR = 20
pkg syscall (linux-amd64-cgo), const IP_RECVRETOPTS = 7
pkg syscall (linux-amd64-cgo), const IP_RECVTOS = 13
pkg syscall (linux-amd64-cgo), const IP_RECVTTL = 12
pkg syscall (linux-amd64-cgo), const IP_RETOPTS = 7
pkg syscall (linux-amd64-cgo), const IP_RF = 32768
pkg syscall (linux-amd64-cgo), const IP_ROUTER_ALERT = 5
pkg syscall (linux-amd64-cgo), const IP_TOS = 1
pkg syscall (linux-amd64-cgo), const IP_TRANSPARENT = 19
pkg syscall (linux-amd64-cgo), const IP_TTL = 2
pkg syscall (linux-amd64-cgo), const IP_UNBLOCK_SOURCE = 37
pkg syscall (linux-amd64-cgo), const IP_XFRM_POLICY = 17
pkg syscall (linux-amd64-cgo), const ISIG = 1
pkg syscall (linux-amd64-cgo), const ISTRIP = 32
pkg syscall (linux-amd64-cgo), const IUCLC = 512
pkg syscall (linux-amd64-cgo), const IUTF8 = 16384
pkg syscall (linux-amd64-cgo), const IXANY = 2048
pkg syscall (linux-amd64-cgo), const IXOFF = 4096
pkg syscall (linux-amd64-cgo), const IXON = 1024
pkg syscall (linux-amd64-cgo), const ImplementsGetwd = true
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
pkg syscall (linux-amd64-cgo), const LOCK_EX = 2
pkg syscall (linux-amd64-cgo), const LOCK_NB = 4
pkg syscall (linux-amd64-cgo), const LOCK_SH = 1
pkg syscall (linux-amd64-cgo), const LOCK_UN = 8
pkg syscall (linux-amd64-cgo), const MADV_DOFORK = 11
pkg syscall (linux-amd64-cgo), const MADV_DONTFORK = 10
pkg syscall (linux-amd64-cgo), const MADV_DONTNEED = 4
pkg syscall (linux-amd64-cgo), const MADV_HUGEPAGE = 14
pkg syscall (linux-amd64-cgo), const MADV_HWPOISON = 100
pkg syscall (linux-amd64-cgo), const MADV_MERGEABLE = 12
pkg syscall (linux-amd64-cgo), const MADV_NOHUGEPAGE = 15
pkg syscall (linux-amd64-cgo), const MADV_NORMAL = 0
pkg syscall (linux-amd64-cgo), const MADV_RANDOM = 1
pkg syscall (linux-amd64-cgo), const MADV_REMOVE = 9
pkg syscall (linux-amd64-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (linux-amd64-cgo), const MADV_UNMERGEABLE = 13
pkg syscall (linux-amd64-cgo), const MADV_WILLNEED = 3
pkg syscall (linux-amd64-cgo), const MAP_32BIT = 64
pkg syscall (linux-amd64-cgo), const MAP_ANON = 32
pkg syscall (linux-amd64-cgo), const MAP_ANONYMOUS = 32
pkg syscall (linux-amd64-cgo), const MAP_DENYWRITE = 2048
pkg syscall (linux-amd64-cgo), const MAP_EXECUTABLE = 4096
pkg syscall (linux-amd64-cgo), const MAP_FILE = 0
pkg syscall (linux-amd64-cgo), const MAP_FIXED = 16
pkg syscall (linux-amd64-cgo), const MAP_GROWSDOWN = 256
pkg syscall (linux-amd64-cgo), const MAP_HUGETLB = 262144
pkg syscall (linux-amd64-cgo), const MAP_LOCKED = 8192
pkg syscall (linux-amd64-cgo), const MAP_NONBLOCK = 65536
pkg syscall (linux-amd64-cgo), const MAP_NORESERVE = 16384
pkg syscall (linux-amd64-cgo), const MAP_POPULATE = 32768
pkg syscall (linux-amd64-cgo), const MAP_PRIVATE = 2
pkg syscall (linux-amd64-cgo), const MAP_SHARED = 1
pkg syscall (linux-amd64-cgo), const MAP_STACK = 131072
pkg syscall (linux-amd64-cgo), const MAP_TYPE = 15
pkg syscall (linux-amd64-cgo), const MCL_CURRENT = 1
pkg syscall (linux-amd64-cgo), const MCL_FUTURE = 2
pkg syscall (linux-amd64-cgo), const MNT_DETACH = 2
pkg syscall (linux-amd64-cgo), const MNT_EXPIRE = 4
pkg syscall (linux-amd64-cgo), const MNT_FORCE = 1
pkg syscall (linux-amd64-cgo), const MSG_CMSG_CLOEXEC = 1073741824
pkg syscall (linux-amd64-cgo), const MSG_CONFIRM = 2048
pkg syscall (linux-amd64-cgo), const MSG_CTRUNC = 8
pkg syscall (linux-amd64-cgo), const MSG_DONTROUTE = 4
pkg syscall (linux-amd64-cgo), const MSG_DONTWAIT = 64
pkg syscall (linux-amd64-cgo), const MSG_EOR = 128
pkg syscall (linux-amd64-cgo), const MSG_ERRQUEUE = 8192
pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN = 536870912
pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN ideal-int
pkg syscall (linux-amd64-cgo), const MSG_FIN = 512
pkg syscall (linux-amd64-cgo), const MSG_MORE = 32768
pkg syscall (linux-amd64-cgo), const MSG_NOSIGNAL = 16384
pkg syscall (linux-amd64-cgo), const MSG_OOB = 1
pkg syscall (linux-amd64-cgo), const MSG_PEEK = 2
pkg syscall (linux-amd64-cgo), const MSG_PROXY = 16
pkg syscall (linux-amd64-cgo), const MSG_RST = 4096
pkg syscall (linux-amd64-cgo), const MSG_SYN = 1024
pkg syscall (linux-amd64-cgo), const MSG_TRUNC = 32
pkg syscall (linux-amd64-cgo), const MSG_TRYHARD = 4
pkg syscall (linux-amd64-cgo), const MSG_WAITALL = 256
pkg syscall (linux-amd64-cgo), const MSG_WAITFORONE = 65536
pkg syscall (linux-amd64-cgo), const MS_ACTIVE = 1073741824
pkg syscall (linux-amd64-cgo), const MS_ASYNC = 1
pkg syscall (linux-amd64-cgo), const MS_BIND = 4096
pkg syscall (linux-amd64-cgo), const MS_DIRSYNC = 128
pkg syscall (linux-amd64-cgo), const MS_INVALIDATE = 2
pkg syscall (linux-amd64-cgo), const MS_I_VERSION = 8388608
pkg syscall (linux-amd64-cgo), const MS_KERNMOUNT = 4194304
pkg syscall (linux-amd64-cgo), const MS_MANDLOCK = 64
pkg syscall (linux-amd64-cgo), const MS_MGC_MSK = 4294901760
pkg syscall (linux-amd64-cgo), const MS_MGC_VAL = 3236757504
pkg syscall (linux-amd64-cgo), const MS_MOVE = 8192
pkg syscall (linux-amd64-cgo), const MS_NOATIME = 1024
pkg syscall (linux-amd64-cgo), const MS_NODEV = 4
pkg syscall (linux-amd64-cgo), const MS_NODIRATIME = 2048
pkg syscall (linux-amd64-cgo), const MS_NOEXEC = 8
pkg syscall (linux-amd64-cgo), const MS_NOSUID = 2
pkg syscall (linux-amd64-cgo), const MS_NOUSER = -2147483648
pkg syscall (linux-amd64-cgo), const MS_POSIXACL = 65536
pkg syscall (linux-amd64-cgo), const MS_PRIVATE = 262144
pkg syscall (linux-amd64-cgo), const MS_RDONLY = 1
pkg syscall (linux-amd64-cgo), const MS_REC = 16384
pkg syscall (linux-amd64-cgo), const MS_RELATIME = 2097152
pkg syscall (linux-amd64-cgo), const MS_REMOUNT = 32
pkg syscall (linux-amd64-cgo), const MS_RMT_MASK = 8388689
pkg syscall (linux-amd64-cgo), const MS_SHARED = 1048576
pkg syscall (linux-amd64-cgo), const MS_SILENT = 32768
pkg syscall (linux-amd64-cgo), const MS_SLAVE = 524288
pkg syscall (linux-amd64-cgo), const MS_STRICTATIME = 16777216
pkg syscall (linux-amd64-cgo), const MS_SYNC = 4
pkg syscall (linux-amd64-cgo), const MS_SYNCHRONOUS = 16
pkg syscall (linux-amd64-cgo), const MS_UNBINDABLE = 131072
pkg syscall (linux-amd64-cgo), const NAME_MAX = 255
pkg syscall (linux-amd64-cgo), const NETLINK_ADD_MEMBERSHIP = 1
pkg syscall (linux-amd64-cgo), const NETLINK_AUDIT = 9
pkg syscall (linux-amd64-cgo), const NETLINK_BROADCAST_ERROR = 4
pkg syscall (linux-amd64-cgo), const NETLINK_CONNECTOR = 11
pkg syscall (linux-amd64-cgo), const NETLINK_DNRTMSG = 14
pkg syscall (linux-amd64-cgo), const NETLINK_DROP_MEMBERSHIP = 2
pkg syscall (linux-amd64-cgo), const NETLINK_ECRYPTFS = 19
pkg syscall (linux-amd64-cgo), const NETLINK_FIB_LOOKUP = 10
pkg syscall (linux-amd64-cgo), const NETLINK_FIREWALL = 3
pkg syscall (linux-amd64-cgo), const NETLINK_GENERIC = 16
pkg syscall (linux-amd64-cgo), const NETLINK_INET_DIAG = 4
pkg syscall (linux-amd64-cgo), const NETLINK_IP6_FW = 13
pkg syscall (linux-amd64-cgo), const NETLINK_ISCSI = 8
pkg syscall (linux-amd64-cgo), const NETLINK_KOBJECT_UEVENT = 15
pkg syscall (linux-amd64-cgo), const NETLINK_NETFILTER = 12
pkg syscall (linux-amd64-cgo), const NETLINK_NFLOG = 5
pkg syscall (linux-amd64-cgo), const NETLINK_NO_ENOBUFS = 5
pkg syscall (linux-amd64-cgo), const NETLINK_PKTINFO = 3
pkg syscall (linux-amd64-cgo), const NETLINK_ROUTE = 0
pkg syscall (linux-amd64-cgo), const NETLINK_SCSITRANSPORT = 18
pkg syscall (linux-amd64-cgo), const NETLINK_SELINUX = 7
pkg syscall (linux-amd64-cgo), const NETLINK_UNUSED = 1
pkg syscall (linux-amd64-cgo), const NETLINK_USERSOCK = 2
pkg syscall (linux-amd64-cgo), const NETLINK_XFRM = 6
pkg syscall (linux-amd64-cgo), const NLA_ALIGNTO = 4
pkg syscall (linux-amd64-cgo), const NLA_F_NESTED = 32768
pkg syscall (linux-amd64-cgo), const NLA_F_NET_BYTEORDER = 16384
pkg syscall (linux-amd64-cgo), const NLA_HDRLEN = 4
pkg syscall (linux-amd64-cgo), const NLMSG_ALIGNTO = 4
pkg syscall (linux-amd64-cgo), const NLMSG_DONE = 3
pkg syscall (linux-amd64-cgo), const NLMSG_ERROR = 2
pkg syscall (linux-amd64-cgo), const NLMSG_HDRLEN = 16
pkg syscall (linux-amd64-cgo), const NLMSG_MIN_TYPE = 16
pkg syscall (linux-amd64-cgo), const NLMSG_NOOP = 1
pkg syscall (linux-amd64-cgo), const NLMSG_OVERRUN = 4
pkg syscall (linux-amd64-cgo), const NLM_F_ACK = 4
pkg syscall (linux-amd64-cgo), const NLM_F_APPEND = 2048
pkg syscall (linux-amd64-cgo), const NLM_F_ATOMIC = 1024
pkg syscall (linux-amd64-cgo), const NLM_F_CREATE = 1024
pkg syscall (linux-amd64-cgo), const NLM_F_DUMP = 768
pkg syscall (linux-amd64-cgo), const NLM_F_ECHO = 8
pkg syscall (linux-amd64-cgo), const NLM_F_EXCL = 512
pkg syscall (linux-amd64-cgo), const NLM_F_MATCH = 512
pkg syscall (linux-amd64-cgo), const NLM_F_MULTI = 2
pkg syscall (linux-amd64-cgo), const NLM_F_REPLACE = 256
pkg syscall (linux-amd64-cgo), const NLM_F_REQUEST = 1
pkg syscall (linux-amd64-cgo), const NLM_F_ROOT = 256
pkg syscall (linux-amd64-cgo), const NOFLSH = 128
pkg syscall (linux-amd64-cgo), const OCRNL = 8
pkg syscall (linux-amd64-cgo), const OFDEL = 128
pkg syscall (linux-amd64-cgo), const OFILL = 64
pkg syscall (linux-amd64-cgo), const OLCUC = 2
pkg syscall (linux-amd64-cgo), const ONLCR = 4
pkg syscall (linux-amd64-cgo), const ONLRET = 32
pkg syscall (linux-amd64-cgo), const ONOCR = 16
pkg syscall (linux-amd64-cgo), const OPOST = 1
pkg syscall (linux-amd64-cgo), const O_ACCMODE = 3
pkg syscall (linux-amd64-cgo), const O_APPEND = 1024
pkg syscall (linux-amd64-cgo), const O_ASYNC = 8192
pkg syscall (linux-amd64-cgo), const O_CLOEXEC = 524288
pkg syscall (linux-amd64-cgo), const O_CREAT = 64
pkg syscall (linux-amd64-cgo), const O_DIRECT = 16384
pkg syscall (linux-amd64-cgo), const O_DIRECTORY = 65536
pkg syscall (linux-amd64-cgo), const O_DSYNC = 4096
pkg syscall (linux-amd64-cgo), const O_EXCL = 128
pkg syscall (linux-amd64-cgo), const O_FSYNC = 1052672
pkg syscall (linux-amd64-cgo), const O_LARGEFILE = 0
pkg syscall (linux-amd64-cgo), const O_NDELAY = 2048
pkg syscall (linux-amd64-cgo), const O_NOATIME = 262144
pkg syscall (linux-amd64-cgo), const O_NOCTTY = 256
pkg syscall (linux-amd64-cgo), const O_NOFOLLOW = 131072
pkg syscall (linux-amd64-cgo), const O_NONBLOCK = 2048
pkg syscall (linux-amd64-cgo), const O_RSYNC = 1052672
pkg syscall (linux-amd64-cgo), const O_SYNC = 1052672
pkg syscall (linux-amd64-cgo), const O_TRUNC = 512
pkg syscall (linux-amd64-cgo), const PACKET_ADD_MEMBERSHIP = 1
pkg syscall (linux-amd64-cgo), const PACKET_BROADCAST = 1
pkg syscall (linux-amd64-cgo), const PACKET_DROP_MEMBERSHIP = 2
pkg syscall (linux-amd64-cgo), const PACKET_FASTROUTE = 6
pkg syscall (linux-amd64-cgo), const PACKET_HOST = 0
pkg syscall (linux-amd64-cgo), const PACKET_LOOPBACK = 5
pkg syscall (linux-amd64-cgo), const PACKET_MR_ALLMULTI = 2
pkg syscall (linux-amd64-cgo), const PACKET_MR_MULTICAST = 0
pkg syscall (linux-amd64-cgo), const PACKET_MR_PROMISC = 1
pkg syscall (linux-amd64-cgo), const PACKET_MULTICAST = 2
pkg syscall (linux-amd64-cgo), const PACKET_OTHERHOST = 3
pkg syscall (linux-amd64-cgo), const PACKET_OUTGOING = 4
pkg syscall (linux-amd64-cgo), const PACKET_RECV_OUTPUT = 3
pkg syscall (linux-amd64-cgo), const PACKET_RX_RING = 5
pkg syscall (linux-amd64-cgo), const PACKET_STATISTICS = 6
pkg syscall (linux-amd64-cgo), const PARENB = 256
pkg syscall (linux-amd64-cgo), const PARMRK = 8
pkg syscall (linux-amd64-cgo), const PARODD = 512
pkg syscall (linux-amd64-cgo), const PENDIN = 16384
pkg syscall (linux-amd64-cgo), const PROT_EXEC = 4
pkg syscall (linux-amd64-cgo), const PROT_GROWSDOWN = 16777216
pkg syscall (linux-amd64-cgo), const PROT_GROWSUP = 33554432
pkg syscall (linux-amd64-cgo), const PROT_NONE = 0
pkg syscall (linux-amd64-cgo), const PROT_READ = 1
pkg syscall (linux-amd64-cgo), const PROT_WRITE = 2
pkg syscall (linux-amd64-cgo), const PR_CAPBSET_DROP = 24
pkg syscall (linux-amd64-cgo), const PR_CAPBSET_READ = 23
pkg syscall (linux-amd64-cgo), const PR_ENDIAN_BIG = 0
pkg syscall (linux-amd64-cgo), const PR_ENDIAN_LITTLE = 1
pkg syscall (linux-amd64-cgo), const PR_ENDIAN_PPC_LITTLE = 2
pkg syscall (linux-amd64-cgo), const PR_FPEMU_NOPRINT = 1
pkg syscall (linux-amd64-cgo), const PR_FPEMU_SIGFPE = 2
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_ASYNC = 2
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DISABLED = 0
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DIV = 65536
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_INV = 1048576
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_NONRECOV = 1
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_OVF = 131072
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_PRECISE = 3
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_RES = 524288
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_SW_ENABLE = 128
pkg syscall (linux-amd64-cgo), const PR_FP_EXC_UND = 262144
pkg syscall (linux-amd64-cgo), const PR_GET_DUMPABLE = 3
pkg syscall (linux-amd64-cgo), const PR_GET_ENDIAN = 19
pkg syscall (linux-amd64-cgo), const PR_GET_FPEMU = 9
pkg syscall (linux-amd64-cgo), const PR_GET_FPEXC = 11
pkg syscall (linux-amd64-cgo), const PR_GET_KEEPCAPS = 7
pkg syscall (linux-amd64-cgo), const PR_GET_NAME = 16
pkg syscall (linux-amd64-cgo), const PR_GET_PDEATHSIG = 2
pkg syscall (linux-amd64-cgo), const PR_GET_SECCOMP = 21
pkg syscall (linux-amd64-cgo), const PR_GET_SECUREBITS = 27
pkg syscall (linux-amd64-cgo), const PR_GET_TIMERSLACK = 30
pkg syscall (linux-amd64-cgo), const PR_GET_TIMING = 13
pkg syscall (linux-amd64-cgo), const PR_GET_TSC = 25
pkg syscall (linux-amd64-cgo), const PR_GET_UNALIGN = 5
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL = 33
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_CLEAR = 0
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_DEFAULT = 2
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_EARLY = 1
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_GET = 34
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_LATE = 0
pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_SET = 1
pkg syscall (linux-amd64-cgo), const PR_SET_DUMPABLE = 4
pkg syscall (linux-amd64-cgo), const PR_SET_ENDIAN = 20
pkg syscall (linux-amd64-cgo), const PR_SET_FPEMU = 10
pkg syscall (linux-amd64-cgo), const PR_SET_FPEXC = 12
pkg syscall (linux-amd64-cgo), const PR_SET_KEEPCAPS = 8
pkg syscall (linux-amd64-cgo), const PR_SET_NAME = 15
pkg syscall (linux-amd64-cgo), const PR_SET_PDEATHSIG = 1
pkg syscall (linux-amd64-cgo), const PR_SET_PTRACER = 1499557217
pkg syscall (linux-amd64-cgo), const PR_SET_SECCOMP = 22
pkg syscall (linux-amd64-cgo), const PR_SET_SECUREBITS = 28
pkg syscall (linux-amd64-cgo), const PR_SET_TIMERSLACK = 29
pkg syscall (linux-amd64-cgo), const PR_SET_TIMING = 14
pkg syscall (linux-amd64-cgo), const PR_SET_TSC = 26
pkg syscall (linux-amd64-cgo), const PR_SET_UNALIGN = 6
pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
pkg syscall (linux-amd64-cgo), const PR_TIMING_STATISTICAL = 0
pkg syscall (linux-amd64-cgo), const PR_TIMING_TIMESTAMP = 1
pkg syscall (linux-amd64-cgo), const PR_TSC_ENABLE = 1
pkg syscall (linux-amd64-cgo), const PR_TSC_SIGSEGV = 2
pkg syscall (linux-amd64-cgo), const PR_UNALIGN_NOPRINT = 1
pkg syscall (linux-amd64-cgo), const PR_UNALIGN_SIGBUS = 2
pkg syscall (linux-amd64-cgo), const PTRACE_ARCH_PRCTL = 30
pkg syscall (linux-amd64-cgo), const PTRACE_ATTACH = 16
pkg syscall (linux-amd64-cgo), const PTRACE_CONT = 7
pkg syscall (linux-amd64-cgo), const PTRACE_DETACH = 17
pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_CLONE = 3
pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXEC = 4
pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXIT = 6
pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_FORK = 1
pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK = 2
pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK_DONE = 5
pkg syscall (linux-amd64-cgo), const PTRACE_GETEVENTMSG = 16897
pkg syscall (linux-amd64-cgo), const PTRACE_GETFPREGS = 14
pkg syscall (linux-amd64-cgo), const PTRACE_GETFPXREGS = 18
pkg syscall (linux-amd64-cgo), const PTRACE_GETREGS = 12
pkg syscall (linux-amd64-cgo), const PTRACE_GETREGSET = 16900
pkg syscall (linux-amd64-cgo), const PTRACE_GETSIGINFO = 16898
pkg syscall (linux-amd64-cgo), const PTRACE_GET_THREAD_AREA = 25
pkg syscall (linux-amd64-cgo), const PTRACE_KILL = 8
pkg syscall (linux-amd64-cgo), const PTRACE_OLDSETOPTIONS = 21
pkg syscall (linux-amd64-cgo), const PTRACE_O_MASK = 127
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACECLONE = 8
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXEC = 16
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXIT = 64
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEFORK = 2
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACESYSGOOD = 1
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORK = 4
pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORKDONE = 32
pkg syscall (linux-amd64-cgo), const PTRACE_PEEKDATA = 2
pkg syscall (linux-amd64-cgo), const PTRACE_PEEKTEXT = 1
pkg syscall (linux-amd64-cgo), const PTRACE_PEEKUSR = 3
pkg syscall (linux-amd64-cgo), const PTRACE_POKEDATA = 5
pkg syscall (linux-amd64-cgo), const PTRACE_POKETEXT = 4
pkg syscall (linux-amd64-cgo), const PTRACE_POKEUSR = 6
pkg syscall (linux-amd64-cgo), const PTRACE_SETFPREGS = 15
pkg syscall (linux-amd64-cgo), const PTRACE_SETFPXREGS = 19
pkg syscall (linux-amd64-cgo), const PTRACE_SETOPTIONS = 16896
pkg syscall (linux-amd64-cgo), const PTRACE_SETREGS = 13
pkg syscall (linux-amd64-cgo), const PTRACE_SETREGSET = 16901
pkg syscall (linux-amd64-cgo), const PTRACE_SETSIGINFO = 16899
pkg syscall (linux-amd64-cgo), const PTRACE_SET_THREAD_AREA = 26
pkg syscall (linux-amd64-cgo), const PTRACE_SINGLEBLOCK = 33
pkg syscall (linux-amd64-cgo), const PTRACE_SINGLESTEP = 9
pkg syscall (linux-amd64-cgo), const PTRACE_SYSCALL = 24
pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU = 31
pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
pkg syscall (linux-amd64-cgo), const PTRACE_TRACEME = 0
pkg syscall (linux-amd64-cgo), const PathMax = 4096
pkg syscall (linux-amd64-cgo), const RLIMIT_AS = 9
pkg syscall (linux-amd64-cgo), const RLIMIT_CORE = 4
pkg syscall (linux-amd64-cgo), const RLIMIT_CPU = 0
pkg syscall (linux-amd64-cgo), const RLIMIT_DATA = 2
pkg syscall (linux-amd64-cgo), const RLIMIT_FSIZE = 1
pkg syscall (linux-amd64-cgo), const RLIMIT_NOFILE = 7
pkg syscall (linux-amd64-cgo), const RLIMIT_STACK = 3
pkg syscall (linux-amd64-cgo), const RLIM_INFINITY = -1
pkg syscall (linux-amd64-cgo), const RTAX_ADVMSS = 8
pkg syscall (linux-amd64-cgo), const RTAX_CWND = 7
pkg syscall (linux-amd64-cgo), const RTAX_FEATURES = 12
pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ALLFRAG = 8
pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ECN = 1
pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_SACK = 2
pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_TIMESTAMP = 4
pkg syscall (linux-amd64-cgo), const RTAX_HOPLIMIT = 10
pkg syscall (linux-amd64-cgo), const RTAX_INITCWND = 11
pkg syscall (linux-amd64-cgo), const RTAX_INITRWND = 14
pkg syscall (linux-amd64-cgo), const RTAX_LOCK = 1
pkg syscall (linux-amd64-cgo), const RTAX_MAX = 14
pkg syscall (linux-amd64-cgo), const RTAX_MTU = 2
pkg syscall (linux-amd64-cgo), const RTAX_REORDERING = 9
pkg syscall (linux-amd64-cgo), const RTAX_RTO_MIN = 13
pkg syscall (linux-amd64-cgo), const RTAX_RTT = 4
pkg syscall (linux-amd64-cgo), const RTAX_RTTVAR = 5
pkg syscall (linux-amd64-cgo), const RTAX_SSTHRESH = 6
pkg syscall (linux-amd64-cgo), const RTAX_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const RTAX_WINDOW = 3
pkg syscall (linux-amd64-cgo), const RTA_ALIGNTO = 4
pkg syscall (linux-amd64-cgo), const RTA_CACHEINFO = 12
pkg syscall (linux-amd64-cgo), const RTA_DST = 1
pkg syscall (linux-amd64-cgo), const RTA_FLOW = 11
pkg syscall (linux-amd64-cgo), const RTA_GATEWAY = 5
pkg syscall (linux-amd64-cgo), const RTA_IIF = 3
pkg syscall (linux-amd64-cgo), const RTA_MAX = 16
pkg syscall (linux-amd64-cgo), const RTA_METRICS = 8
pkg syscall (linux-amd64-cgo), const RTA_MULTIPATH = 9
pkg syscall (linux-amd64-cgo), const RTA_OIF = 4
pkg syscall (linux-amd64-cgo), const RTA_PREFSRC = 7
pkg syscall (linux-amd64-cgo), const RTA_PRIORITY = 6
pkg syscall (linux-amd64-cgo), const RTA_SRC = 2
pkg syscall (linux-amd64-cgo), const RTA_TABLE = 15
pkg syscall (linux-amd64-cgo), const RTA_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const RTCF_DIRECTSRC = 67108864
pkg syscall (linux-amd64-cgo), const RTCF_DOREDIRECT = 16777216
pkg syscall (linux-amd64-cgo), const RTCF_LOG = 33554432
pkg syscall (linux-amd64-cgo), const RTCF_MASQ = 4194304
pkg syscall (linux-amd64-cgo), const RTCF_NAT = 8388608
pkg syscall (linux-amd64-cgo), const RTCF_VALVE = 2097152
pkg syscall (linux-amd64-cgo), const RTF_ADDRCLASSMASK = 4160749568
pkg syscall (linux-amd64-cgo), const RTF_ADDRCONF = 262144
pkg syscall (linux-amd64-cgo), const RTF_ALLONLINK = 131072
pkg syscall (linux-amd64-cgo), const RTF_BROADCAST = 268435456
pkg syscall (linux-amd64-cgo), const RTF_CACHE = 16777216
pkg syscall (linux-amd64-cgo), const RTF_DEFAULT = 65536
pkg syscall (linux-amd64-cgo), const RTF_DYNAMIC = 16
pkg syscall (linux-amd64-cgo), const RTF_FLOW = 33554432
pkg syscall (linux-amd64-cgo), const RTF_GATEWAY = 2
pkg syscall (linux-amd64-cgo), const RTF_HOST = 4
pkg syscall (linux-amd64-cgo), const RTF_INTERFACE = 1073741824
pkg syscall (linux-amd64-cgo), const RTF_IRTT = 256
pkg syscall (linux-amd64-cgo), const RTF_LINKRT = 1048576
pkg syscall (linux-amd64-cgo), const RTF_LOCAL = 2147483648
pkg syscall (linux-amd64-cgo), const RTF_MODIFIED = 32
pkg syscall (linux-amd64-cgo), const RTF_MSS = 64
pkg syscall (linux-amd64-cgo), const RTF_MTU = 64
pkg syscall (linux-amd64-cgo), const RTF_MULTICAST = 536870912
pkg syscall (linux-amd64-cgo), const RTF_NAT = 134217728
pkg syscall (linux-amd64-cgo), const RTF_NOFORWARD = 4096
pkg syscall (linux-amd64-cgo), const RTF_NONEXTHOP = 2097152
pkg syscall (linux-amd64-cgo), const RTF_NOPMTUDISC = 16384
pkg syscall (linux-amd64-cgo), const RTF_POLICY = 67108864
pkg syscall (linux-amd64-cgo), const RTF_REINSTATE = 8
pkg syscall (linux-amd64-cgo), const RTF_REJECT = 512
pkg syscall (linux-amd64-cgo), const RTF_STATIC = 1024
pkg syscall (linux-amd64-cgo), const RTF_THROW = 8192
pkg syscall (linux-amd64-cgo), const RTF_UP = 1
pkg syscall (linux-amd64-cgo), const RTF_WINDOW = 128
pkg syscall (linux-amd64-cgo), const RTF_XRESOLVE = 2048
pkg syscall (linux-amd64-cgo), const RTM_BASE = 16
pkg syscall (linux-amd64-cgo), const RTM_DELACTION = 49
pkg syscall (linux-amd64-cgo), const RTM_DELADDR = 21
pkg syscall (linux-amd64-cgo), const RTM_DELADDRLABEL = 73
pkg syscall (linux-amd64-cgo), const RTM_DELLINK = 17
pkg syscall (linux-amd64-cgo), const RTM_DELNEIGH = 29
pkg syscall (linux-amd64-cgo), const RTM_DELQDISC = 37
pkg syscall (linux-amd64-cgo), const RTM_DELROUTE = 25
pkg syscall (linux-amd64-cgo), const RTM_DELRULE = 33
pkg syscall (linux-amd64-cgo), const RTM_DELTCLASS = 41
pkg syscall (linux-amd64-cgo), const RTM_DELTFILTER = 45
pkg syscall (linux-amd64-cgo), const RTM_F_CLONED = 512
pkg syscall (linux-amd64-cgo), const RTM_F_EQUALIZE = 1024
pkg syscall (linux-amd64-cgo), const RTM_F_NOTIFY = 256
pkg syscall (linux-amd64-cgo), const RTM_F_PREFIX = 2048
pkg syscall (linux-amd64-cgo), const RTM_GETACTION = 50
pkg syscall (linux-amd64-cgo), const RTM_GETADDR = 22
pkg syscall (linux-amd64-cgo), const RTM_GETADDRLABEL = 74
pkg syscall (linux-amd64-cgo), const RTM_GETANYCAST = 62
pkg syscall (linux-amd64-cgo), const RTM_GETDCB = 78
pkg syscall (linux-amd64-cgo), const RTM_GETLINK = 18
pkg syscall (linux-amd64-cgo), const RTM_GETMULTICAST = 58
pkg syscall (linux-amd64-cgo), const RTM_GETNEIGH = 30
pkg syscall (linux-amd64-cgo), const RTM_GETNEIGHTBL = 66
pkg syscall (linux-amd64-cgo), const RTM_GETQDISC = 38
pkg syscall (linux-amd64-cgo), const RTM_GETROUTE = 26
pkg syscall (linux-amd64-cgo), const RTM_GETRULE = 34
pkg syscall (linux-amd64-cgo), const RTM_GETTCLASS = 42
pkg syscall (linux-amd64-cgo), const RTM_GETTFILTER = 46
pkg syscall (linux-amd64-cgo), const RTM_MAX = 79
pkg syscall (linux-amd64-cgo), const RTM_NEWACTION = 48
pkg syscall (linux-amd64-cgo), const RTM_NEWADDR = 20
pkg syscall (linux-amd64-cgo), const RTM_NEWADDRLABEL = 72
pkg syscall (linux-amd64-cgo), const RTM_NEWLINK = 16
pkg syscall (linux-amd64-cgo), const RTM_NEWNDUSEROPT = 68
pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGH = 28
pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGHTBL = 64
pkg syscall (linux-amd64-cgo), const RTM_NEWPREFIX = 52
pkg syscall (linux-amd64-cgo), const RTM_NEWQDISC = 36
pkg syscall (linux-amd64-cgo), const RTM_NEWROUTE = 24
pkg syscall (linux-amd64-cgo), const RTM_NEWRULE = 32
pkg syscall (linux-amd64-cgo), const RTM_NEWTCLASS = 40
pkg syscall (linux-amd64-cgo), const RTM_NEWTFILTER = 44
pkg syscall (linux-amd64-cgo), const RTM_NR_FAMILIES = 16
pkg syscall (linux-amd64-cgo), const RTM_NR_MSGTYPES = 64
pkg syscall (linux-amd64-cgo), const RTM_SETDCB = 79
pkg syscall (linux-amd64-cgo), const RTM_SETLINK = 19
pkg syscall (linux-amd64-cgo), const RTM_SETNEIGHTBL = 67
pkg syscall (linux-amd64-cgo), const RTNH_ALIGNTO = 4
pkg syscall (linux-amd64-cgo), const RTNH_F_DEAD = 1
pkg syscall (linux-amd64-cgo), const RTNH_F_ONLINK = 4
pkg syscall (linux-amd64-cgo), const RTNH_F_PERVASIVE = 2
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR = 5
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE = 6
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE = 7
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE = 8
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR = 9
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO = 12
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE = 10
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX = 18
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE = 11
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE = 19
pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK = 1
pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT = 20
pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH = 3
pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE = 0
pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY = 2
pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY ideal-int
pkg syscall (linux-amd64-cgo), const RTNLGRP_TC = 4
pkg syscall (linux-amd64-cgo), const RTNLGRP_TC ideal-int
pkg syscall (linux-amd64-cgo), const RTN_ANYCAST = 4
pkg syscall (linux-amd64-cgo), const RTN_BLACKHOLE = 6
pkg syscall (linux-amd64-cgo), const RTN_BROADCAST = 3
pkg syscall (linux-amd64-cgo), const RTN_LOCAL = 2
pkg syscall (linux-amd64-cgo), const RTN_MAX = 11
pkg syscall (linux-amd64-cgo), const RTN_MULTICAST = 5
pkg syscall (linux-amd64-cgo), const RTN_NAT = 10
pkg syscall (linux-amd64-cgo), const RTN_PROHIBIT = 8
pkg syscall (linux-amd64-cgo), const RTN_THROW = 9
pkg syscall (linux-amd64-cgo), const RTN_UNICAST = 1
pkg syscall (linux-amd64-cgo), const RTN_UNREACHABLE = 7
pkg syscall (linux-amd64-cgo), const RTN_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const RTN_XRESOLVE = 11
pkg syscall (linux-amd64-cgo), const RTPROT_BIRD = 12
pkg syscall (linux-amd64-cgo), const RTPROT_BOOT = 3
pkg syscall (linux-amd64-cgo), const RTPROT_DHCP = 16
pkg syscall (linux-amd64-cgo), const RTPROT_DNROUTED = 13
pkg syscall (linux-amd64-cgo), const RTPROT_GATED = 8
pkg syscall (linux-amd64-cgo), const RTPROT_KERNEL = 2
pkg syscall (linux-amd64-cgo), const RTPROT_MRT = 10
pkg syscall (linux-amd64-cgo), const RTPROT_NTK = 15
pkg syscall (linux-amd64-cgo), const RTPROT_RA = 9
pkg syscall (linux-amd64-cgo), const RTPROT_REDIRECT = 1
pkg syscall (linux-amd64-cgo), const RTPROT_STATIC = 4
pkg syscall (linux-amd64-cgo), const RTPROT_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const RTPROT_XORP = 14
pkg syscall (linux-amd64-cgo), const RTPROT_ZEBRA = 11
pkg syscall (linux-amd64-cgo), const RT_CLASS_DEFAULT = 253
pkg syscall (linux-amd64-cgo), const RT_CLASS_LOCAL = 255
pkg syscall (linux-amd64-cgo), const RT_CLASS_MAIN = 254
pkg syscall (linux-amd64-cgo), const RT_CLASS_MAX = 255
pkg syscall (linux-amd64-cgo), const RT_CLASS_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const RT_SCOPE_HOST = 254
pkg syscall (linux-amd64-cgo), const RT_SCOPE_LINK = 253
pkg syscall (linux-amd64-cgo), const RT_SCOPE_NOWHERE = 255
pkg syscall (linux-amd64-cgo), const RT_SCOPE_SITE = 200
pkg syscall (linux-amd64-cgo), const RT_SCOPE_UNIVERSE = 0
pkg syscall (linux-amd64-cgo), const RT_TABLE_COMPAT = 252
pkg syscall (linux-amd64-cgo), const RT_TABLE_DEFAULT = 253
pkg syscall (linux-amd64-cgo), const RT_TABLE_LOCAL = 255
pkg syscall (linux-amd64-cgo), const RT_TABLE_MAIN = 254
pkg syscall (linux-amd64-cgo), const RT_TABLE_MAX = 4294967295
pkg syscall (linux-amd64-cgo), const RT_TABLE_UNSPEC = 0
pkg syscall (linux-amd64-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (linux-amd64-cgo), const RUSAGE_SELF = 0
pkg syscall (linux-amd64-cgo), const RUSAGE_THREAD = 1
pkg syscall (linux-amd64-cgo), const SCM_CREDENTIALS = 2
pkg syscall (linux-amd64-cgo), const SCM_RIGHTS = 1
pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMP = 29
pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPING = 37
pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPNS = 35
pkg syscall (linux-amd64-cgo), const SIGBUS = 7
pkg syscall (linux-amd64-cgo), const SIGCHLD = 17
pkg syscall (linux-amd64-cgo), const SIGCLD = 17
pkg syscall (linux-amd64-cgo), const SIGCONT = 18
pkg syscall (linux-amd64-cgo), const SIGIO = 29
pkg syscall (linux-amd64-cgo), const SIGIOT = 6
pkg syscall (linux-amd64-cgo), const SIGPOLL = 29
pkg syscall (linux-amd64-cgo), const SIGPROF = 27
pkg syscall (linux-amd64-cgo), const SIGPWR = 30
pkg syscall (linux-amd64-cgo), const SIGSTKFLT = 16
pkg syscall (linux-amd64-cgo), const SIGSTOP = 19
pkg syscall (linux-amd64-cgo), const SIGSYS = 31
pkg syscall (linux-amd64-cgo), const SIGTSTP = 20
pkg syscall (linux-amd64-cgo), const SIGTTIN = 21
pkg syscall (linux-amd64-cgo), const SIGTTOU = 22
pkg syscall (linux-amd64-cgo), const SIGUNUSED = 31
pkg syscall (linux-amd64-cgo), const SIGURG = 23
pkg syscall (linux-amd64-cgo), const SIGUSR1 = 10
pkg syscall (linux-amd64-cgo), const SIGUSR2 = 12
pkg syscall (linux-amd64-cgo), const SIGVTALRM = 26
pkg syscall (linux-amd64-cgo), const SIGWINCH = 28
pkg syscall (linux-amd64-cgo), const SIGXCPU = 24
pkg syscall (linux-amd64-cgo), const SIGXFSZ = 25
pkg syscall (linux-amd64-cgo), const SIOCADDDLCI = 35200
pkg syscall (linux-amd64-cgo), const SIOCADDMULTI = 35121
pkg syscall (linux-amd64-cgo), const SIOCADDRT = 35083
pkg syscall (linux-amd64-cgo), const SIOCATMARK = 35077
pkg syscall (linux-amd64-cgo), const SIOCDARP = 35155
pkg syscall (linux-amd64-cgo), const SIOCDELDLCI = 35201
pkg syscall (linux-amd64-cgo), const SIOCDELMULTI = 35122
pkg syscall (linux-amd64-cgo), const SIOCDELRT = 35084
pkg syscall (linux-amd64-cgo), const SIOCDEVPRIVATE = 35312
pkg syscall (linux-amd64-cgo), const SIOCDIFADDR = 35126
pkg syscall (linux-amd64-cgo), const SIOCDRARP = 35168
pkg syscall (linux-amd64-cgo), const SIOCGARP = 35156
pkg syscall (linux-amd64-cgo), const SIOCGIFADDR = 35093
pkg syscall (linux-amd64-cgo), const SIOCGIFBR = 35136
pkg syscall (linux-amd64-cgo), const SIOCGIFBRDADDR = 35097
pkg syscall (linux-amd64-cgo), const SIOCGIFCONF = 35090
pkg syscall (linux-amd64-cgo), const SIOCGIFCOUNT = 35128
pkg syscall (linux-amd64-cgo), const SIOCGIFDSTADDR = 35095
pkg syscall (linux-amd64-cgo), const SIOCGIFENCAP = 35109
pkg syscall (linux-amd64-cgo), const SIOCGIFFLAGS = 35091
pkg syscall (linux-amd64-cgo), const SIOCGIFHWADDR = 35111
pkg syscall (linux-amd64-cgo), const SIOCGIFINDEX = 35123
pkg syscall (linux-amd64-cgo), const SIOCGIFMAP = 35184
pkg syscall (linux-amd64-cgo), const SIOCGIFMEM = 35103
pkg syscall (linux-amd64-cgo), const SIOCGIFMETRIC = 35101
pkg syscall (linux-amd64-cgo), const SIOCGIFMTU = 35105
pkg syscall (linux-amd64-cgo), const SIOCGIFNAME = 35088
pkg syscall (linux-amd64-cgo), const SIOCGIFNETMASK = 35099
pkg syscall (linux-amd64-cgo), const SIOCGIFPFLAGS = 35125
pkg syscall (linux-amd64-cgo), const SIOCGIFSLAVE = 35113
pkg syscall (linux-amd64-cgo), const SIOCGIFTXQLEN = 35138
pkg syscall (linux-amd64-cgo), const SIOCGPGRP = 35076
pkg syscall (linux-amd64-cgo), const SIOCGRARP = 35169
pkg syscall (linux-amd64-cgo), const SIOCGSTAMP = 35078
pkg syscall (linux-amd64-cgo), const SIOCGSTAMPNS = 35079
pkg syscall (linux-amd64-cgo), const SIOCPROTOPRIVATE = 35296
pkg syscall (linux-amd64-cgo), const SIOCRTMSG = 35085
pkg syscall (linux-amd64-cgo), const SIOCSARP = 35157
pkg syscall (linux-amd64-cgo), const SIOCSIFADDR = 35094
pkg syscall (linux-amd64-cgo), const SIOCSIFBR = 35137
pkg syscall (linux-amd64-cgo), const SIOCSIFBRDADDR = 35098
pkg syscall (linux-amd64-cgo), const SIOCSIFDSTADDR = 35096
pkg syscall (linux-amd64-cgo), const SIOCSIFENCAP = 35110
pkg syscall (linux-amd64-cgo), const SIOCSIFFLAGS = 35092
pkg syscall (linux-amd64-cgo), const SIOCSIFHWADDR = 35108
pkg syscall (linux-amd64-cgo), const SIOCSIFHWBROADCAST = 35127
pkg syscall (linux-amd64-cgo), const SIOCSIFLINK = 35089
pkg syscall (linux-amd64-cgo), const SIOCSIFMAP = 35185
pkg syscall (linux-amd64-cgo), const SIOCSIFMEM = 35104
pkg syscall (linux-amd64-cgo), const SIOCSIFMETRIC = 35102
pkg syscall (linux-amd64-cgo), const SIOCSIFMTU = 35106
pkg syscall (linux-amd64-cgo), const SIOCSIFNAME = 35107
pkg syscall (linux-amd64-cgo), const SIOCSIFNETMASK = 35100
pkg syscall (linux-amd64-cgo), const SIOCSIFPFLAGS = 35124
pkg syscall (linux-amd64-cgo), const SIOCSIFSLAVE = 35120
pkg syscall (linux-amd64-cgo), const SIOCSIFTXQLEN = 35139
pkg syscall (linux-amd64-cgo), const SIOCSPGRP = 35074
pkg syscall (linux-amd64-cgo), const SIOCSRARP = 35170
pkg syscall (linux-amd64-cgo), const SOCK_CLOEXEC = 524288
pkg syscall (linux-amd64-cgo), const SOCK_DCCP = 6
pkg syscall (linux-amd64-cgo), const SOCK_NONBLOCK = 2048
pkg syscall (linux-amd64-cgo), const SOCK_PACKET = 10
pkg syscall (linux-amd64-cgo), const SOCK_RDM = 4
pkg syscall (linux-amd64-cgo), const SOL_AAL = 265
pkg syscall (linux-amd64-cgo), const SOL_ATM = 264
pkg syscall (linux-amd64-cgo), const SOL_DECNET = 261
pkg syscall (linux-amd64-cgo), const SOL_ICMPV6 = 58
pkg syscall (linux-amd64-cgo), const SOL_IP = 0
pkg syscall (linux-amd64-cgo), const SOL_IPV6 = 41
pkg syscall (linux-amd64-cgo), const SOL_IRDA = 266
pkg syscall (linux-amd64-cgo), const SOL_PACKET = 263
pkg syscall (linux-amd64-cgo), const SOL_RAW = 255
pkg syscall (linux-amd64-cgo), const SOL_SOCKET = 1
pkg syscall (linux-amd64-cgo), const SOL_TCP = 6
pkg syscall (linux-amd64-cgo), const SOL_X25 = 262
pkg syscall (linux-amd64-cgo), const SOMAXCONN = 128
pkg syscall (linux-amd64-cgo), const SO_ACCEPTCONN = 30
pkg syscall (linux-amd64-cgo), const SO_ATTACH_FILTER = 26
pkg syscall (linux-amd64-cgo), const SO_BINDTODEVICE = 25
pkg syscall (linux-amd64-cgo), const SO_BROADCAST = 6
pkg syscall (linux-amd64-cgo), const SO_BSDCOMPAT = 14
pkg syscall (linux-amd64-cgo), const SO_DEBUG = 1
pkg syscall (linux-amd64-cgo), const SO_DETACH_FILTER = 27
pkg syscall (linux-amd64-cgo), const SO_DOMAIN = 39
pkg syscall (linux-amd64-cgo), const SO_DONTROUTE = 5
pkg syscall (linux-amd64-cgo), const SO_ERROR = 4
pkg syscall (linux-amd64-cgo), const SO_KEEPALIVE = 9
pkg syscall (linux-amd64-cgo), const SO_LINGER = 13
pkg syscall (linux-amd64-cgo), const SO_MARK = 36
pkg syscall (linux-amd64-cgo), const SO_NO_CHECK = 11
pkg syscall (linux-amd64-cgo), const SO_OOBINLINE = 10
pkg syscall (linux-amd64-cgo), const SO_PASSCRED = 16
pkg syscall (linux-amd64-cgo), const SO_PASSSEC = 34
pkg syscall (linux-amd64-cgo), const SO_PEERCRED = 17
pkg syscall (linux-amd64-cgo), const SO_PEERNAME = 28
pkg syscall (linux-amd64-cgo), const SO_PEERSEC = 31
pkg syscall (linux-amd64-cgo), const SO_PRIORITY = 12
pkg syscall (linux-amd64-cgo), const SO_PROTOCOL = 38
pkg syscall (linux-amd64-cgo), const SO_RCVBUF = 8
pkg syscall (linux-amd64-cgo), const SO_RCVBUFFORCE = 33
pkg syscall (linux-amd64-cgo), const SO_RCVLOWAT = 18
pkg syscall (linux-amd64-cgo), const SO_RCVTIMEO = 20
pkg syscall (linux-amd64-cgo), const SO_REUSEADDR = 2
pkg syscall (linux-amd64-cgo), const SO_RXQ_OVFL = 40
pkg syscall (linux-amd64-cgo), const SO_SECURITY_AUTHENTICATION = 22
pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
pkg syscall (linux-amd64-cgo), const SO_SNDBUF = 7
pkg syscall (linux-amd64-cgo), const SO_SNDBUFFORCE = 32
pkg syscall (linux-amd64-cgo), const SO_SNDLOWAT = 19
pkg syscall (linux-amd64-cgo), const SO_SNDTIMEO = 21
pkg syscall (linux-amd64-cgo), const SO_TIMESTAMP = 29
pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPING = 37
pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPNS = 35
pkg syscall (linux-amd64-cgo), const SO_TYPE = 3
pkg syscall (linux-amd64-cgo), const SYS_ACCEPT = 43
pkg syscall (linux-amd64-cgo), const SYS_ACCEPT4 = 288
pkg syscall (linux-amd64-cgo), const SYS_ACCESS = 21
pkg syscall (linux-amd64-cgo), const SYS_ACCT = 163
pkg syscall (linux-amd64-cgo), const SYS_ADD_KEY = 248
pkg syscall (linux-amd64-cgo), const SYS_ADJTIMEX = 159
pkg syscall (linux-amd64-cgo), const SYS_AFS_SYSCALL = 183
pkg syscall (linux-amd64-cgo), const SYS_ALARM = 37
pkg syscall (linux-amd64-cgo), const SYS_ARCH_PRCTL = 158
pkg syscall (linux-amd64-cgo), const SYS_BIND = 49
pkg syscall (linux-amd64-cgo), const SYS_BRK = 12
pkg syscall (linux-amd64-cgo), const SYS_CAPGET = 125
pkg syscall (linux-amd64-cgo), const SYS_CAPSET = 126
pkg syscall (linux-amd64-cgo), const SYS_CHDIR = 80
pkg syscall (linux-amd64-cgo), const SYS_CHMOD = 90
pkg syscall (linux-amd64-cgo), const SYS_CHOWN = 92
pkg syscall (linux-amd64-cgo), const SYS_CHROOT = 161
pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETRES = 229
pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETTIME = 228
pkg syscall (linux-amd64-cgo), const SYS_CLOCK_NANOSLEEP = 230
pkg syscall (linux-amd64-cgo), const SYS_CLOCK_SETTIME = 227
pkg syscall (linux-amd64-cgo), const SYS_CLONE = 56
pkg syscall (linux-amd64-cgo), const SYS_CLOSE = 3
pkg syscall (linux-amd64-cgo), const SYS_CONNECT = 42
pkg syscall (linux-amd64-cgo), const SYS_CREAT = 85
pkg syscall (linux-amd64-cgo), const SYS_CREATE_MODULE = 174
pkg syscall (linux-amd64-cgo), const SYS_DELETE_MODULE = 176
pkg syscall (linux-amd64-cgo), const SYS_DUP = 32
pkg syscall (linux-amd64-cgo), const SYS_DUP2 = 33
pkg syscall (linux-amd64-cgo), const SYS_DUP3 = 292
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE = 213
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE1 = 291
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL = 233
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL_OLD = 214
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_PWAIT = 281
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT = 232
pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT_OLD = 215
pkg syscall (linux-amd64-cgo), const SYS_EVENTFD = 284
pkg syscall (linux-amd64-cgo), const SYS_EVENTFD2 = 290
pkg syscall (linux-amd64-cgo), const SYS_EXECVE = 59
pkg syscall (linux-amd64-cgo), const SYS_EXIT = 60
pkg syscall (linux-amd64-cgo), const SYS_EXIT_GROUP = 231
pkg syscall (linux-amd64-cgo), const SYS_FACCESSAT = 269
pkg syscall (linux-amd64-cgo), const SYS_FADVISE64 = 221
pkg syscall (linux-amd64-cgo), const SYS_FALLOCATE = 285
pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_INIT = 300
pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_MARK = 301
pkg syscall (linux-amd64-cgo), const SYS_FCHDIR = 81
pkg syscall (linux-amd64-cgo), const SYS_FCHMOD = 91
pkg syscall (linux-amd64-cgo), const SYS_FCHMODAT = 268
pkg syscall (linux-amd64-cgo), const SYS_FCHOWN = 93
pkg syscall (linux-amd64-cgo), const SYS_FCHOWNAT = 260
pkg syscall (linux-amd64-cgo), const SYS_FCNTL = 72
pkg syscall (linux-amd64-cgo), const SYS_FDATASYNC = 75
pkg syscall (linux-amd64-cgo), const SYS_FGETXATTR = 193
pkg syscall (linux-amd64-cgo), const SYS_FLISTXATTR = 196
pkg syscall (linux-amd64-cgo), const SYS_FLOCK = 73
pkg syscall (linux-amd64-cgo), const SYS_FORK = 57
pkg syscall (linux-amd64-cgo), const SYS_FREMOVEXATTR = 199
pkg syscall (linux-amd64-cgo), const SYS_FSETXATTR = 190
pkg syscall (linux-amd64-cgo), const SYS_FSTAT = 5
pkg syscall (linux-amd64-cgo), const SYS_FSTATFS = 138
pkg syscall (linux-amd64-cgo), const SYS_FSYNC = 74
pkg syscall (linux-amd64-cgo), const SYS_FTRUNCATE = 77
pkg syscall (linux-amd64-cgo), const SYS_FUTEX = 202
pkg syscall (linux-amd64-cgo), const SYS_FUTIMESAT = 261
pkg syscall (linux-amd64-cgo), const SYS_GETCWD = 79
pkg syscall (linux-amd64-cgo), const SYS_GETDENTS = 78
pkg syscall (linux-amd64-cgo), const SYS_GETDENTS64 = 217
pkg syscall (linux-amd64-cgo), const SYS_GETEGID = 108
pkg syscall (linux-amd64-cgo), const SYS_GETEUID = 107
pkg syscall (linux-amd64-cgo), const SYS_GETGID = 104
pkg syscall (linux-amd64-cgo), const SYS_GETGROUPS = 115
pkg syscall (linux-amd64-cgo), const SYS_GETITIMER = 36
pkg syscall (linux-amd64-cgo), const SYS_GETPEERNAME = 52
pkg syscall (linux-amd64-cgo), const SYS_GETPGID = 121
pkg syscall (linux-amd64-cgo), const SYS_GETPGRP = 111
pkg syscall (linux-amd64-cgo), const SYS_GETPID = 39
pkg syscall (linux-amd64-cgo), const SYS_GETPMSG = 181
pkg syscall (linux-amd64-cgo), const SYS_GETPPID = 110
pkg syscall (linux-amd64-cgo), const SYS_GETPRIORITY = 140
pkg syscall (linux-amd64-cgo), const SYS_GETRESGID = 120
pkg syscall (linux-amd64-cgo), const SYS_GETRESUID = 118
pkg syscall (linux-amd64-cgo), const SYS_GETRLIMIT = 97
pkg syscall (linux-amd64-cgo), const SYS_GETRUSAGE = 98
pkg syscall (linux-amd64-cgo), const SYS_GETSID = 124
pkg syscall (linux-amd64-cgo), const SYS_GETSOCKNAME = 51
pkg syscall (linux-amd64-cgo), const SYS_GETSOCKOPT = 55
pkg syscall (linux-amd64-cgo), const SYS_GETTID = 186
pkg syscall (linux-amd64-cgo), const SYS_GETTIMEOFDAY = 96
pkg syscall (linux-amd64-cgo), const SYS_GETUID = 102
pkg syscall (linux-amd64-cgo), const SYS_GETXATTR = 191
pkg syscall (linux-amd64-cgo), const SYS_GET_KERNEL_SYMS = 177
pkg syscall (linux-amd64-cgo), const SYS_GET_MEMPOLICY = 239
pkg syscall (linux-amd64-cgo), const SYS_GET_ROBUST_LIST = 274
pkg syscall (linux-amd64-cgo), const SYS_GET_THREAD_AREA = 211
pkg syscall (linux-amd64-cgo), const SYS_INIT_MODULE = 175
pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_ADD_WATCH = 254
pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT = 253
pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT1 = 294
pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_RM_WATCH = 255
pkg syscall (linux-amd64-cgo), const SYS_IOCTL = 16
pkg syscall (linux-amd64-cgo), const SYS_IOPERM = 173
pkg syscall (linux-amd64-cgo), const SYS_IOPL = 172
pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_GET = 252
pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_SET = 251
pkg syscall (linux-amd64-cgo), const SYS_IO_CANCEL = 210
pkg syscall (linux-amd64-cgo), const SYS_IO_DESTROY = 207
pkg syscall (linux-amd64-cgo), const SYS_IO_GETEVENTS = 208
pkg syscall (linux-amd64-cgo), const SYS_IO_SETUP = 206
pkg syscall (linux-amd64-cgo), const SYS_IO_SUBMIT = 209
pkg syscall (linux-amd64-cgo), const SYS_KEXEC_LOAD = 246
pkg syscall (linux-amd64-cgo), const SYS_KEYCTL = 250
pkg syscall (linux-amd64-cgo), const SYS_KILL = 62
pkg syscall (linux-amd64-cgo), const SYS_LCHOWN = 94
pkg syscall (linux-amd64-cgo), const SYS_LGETXATTR = 192
pkg syscall (linux-amd64-cgo), const SYS_LINK = 86
pkg syscall (linux-amd64-cgo), const SYS_LINKAT = 265
pkg syscall (linux-amd64-cgo), const SYS_LISTEN = 50
pkg syscall (linux-amd64-cgo), const SYS_LISTXATTR = 194
pkg syscall (linux-amd64-cgo), const SYS_LLISTXATTR = 195
pkg syscall (linux-amd64-cgo), const SYS_LOOKUP_DCOOKIE = 212
pkg syscall (linux-amd64-cgo), const SYS_LREMOVEXATTR = 198
pkg syscall (linux-amd64-cgo), const SYS_LSEEK = 8
pkg syscall (linux-amd64-cgo), const SYS_LSETXATTR = 189
pkg syscall (linux-amd64-cgo), const SYS_LSTAT = 6
pkg syscall (linux-amd64-cgo), const SYS_MADVISE = 28
pkg syscall (linux-amd64-cgo), const SYS_MBIND = 237
pkg syscall (linux-amd64-cgo), const SYS_MIGRATE_PAGES = 256
pkg syscall (linux-amd64-cgo), const SYS_MINCORE = 27
pkg syscall (linux-amd64-cgo), const SYS_MKDIR = 83
pkg syscall (linux-amd64-cgo), const SYS_MKDIRAT = 258
pkg syscall (linux-amd64-cgo), const SYS_MKNOD = 133
pkg syscall (linux-amd64-cgo), const SYS_MKNODAT = 259
pkg syscall (linux-amd64-cgo), const SYS_MLOCK = 149
pkg syscall (linux-amd64-cgo), const SYS_MLOCKALL = 151
pkg syscall (linux-amd64-cgo), const SYS_MMAP = 9
pkg syscall (linux-amd64-cgo), const SYS_MODIFY_LDT = 154
pkg syscall (linux-amd64-cgo), const SYS_MOUNT = 165
pkg syscall (linux-amd64-cgo), const SYS_MOVE_PAGES = 279
pkg syscall (linux-amd64-cgo), const SYS_MPROTECT = 10
pkg syscall (linux-amd64-cgo), const SYS_MQ_GETSETATTR = 245
pkg syscall (linux-amd64-cgo), const SYS_MQ_NOTIFY = 244
pkg syscall (linux-amd64-cgo), const SYS_MQ_OPEN = 240
pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDRECEIVE = 243
pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDSEND = 242
pkg syscall (linux-amd64-cgo), const SYS_MQ_UNLINK = 241
pkg syscall (linux-amd64-cgo), const SYS_MREMAP = 25
pkg syscall (linux-amd64-cgo), const SYS_MSGCTL = 71
pkg syscall (linux-amd64-cgo), const SYS_MSGGET = 68
pkg syscall (linux-amd64-cgo), const SYS_MSGRCV = 70
pkg syscall (linux-amd64-cgo), const SYS_MSGSND = 69
pkg syscall (linux-amd64-cgo), const SYS_MSYNC = 26
pkg syscall (linux-amd64-cgo), const SYS_MUNLOCK = 150
pkg syscall (linux-amd64-cgo), const SYS_MUNLOCKALL = 152
pkg syscall (linux-amd64-cgo), const SYS_MUNMAP = 11
pkg syscall (linux-amd64-cgo), const SYS_NANOSLEEP = 35
pkg syscall (linux-amd64-cgo), const SYS_NEWFSTATAT = 262
pkg syscall (linux-amd64-cgo), const SYS_NFSSERVCTL = 180
pkg syscall (linux-amd64-cgo), const SYS_OPEN = 2
pkg syscall (linux-amd64-cgo), const SYS_OPENAT = 257
pkg syscall (linux-amd64-cgo), const SYS_PAUSE = 34
pkg syscall (linux-amd64-cgo), const SYS_PERF_EVENT_OPEN = 298
pkg syscall (linux-amd64-cgo), const SYS_PERSONALITY = 135
pkg syscall (linux-amd64-cgo), const SYS_PIPE = 22
pkg syscall (linux-amd64-cgo), const SYS_PIPE2 = 293
pkg syscall (linux-amd64-cgo), const SYS_PIVOT_ROOT = 155
pkg syscall (linux-amd64-cgo), const SYS_POLL = 7
pkg syscall (linux-amd64-cgo), const SYS_PPOLL = 271
pkg syscall (linux-amd64-cgo), const SYS_PRCTL = 157
pkg syscall (linux-amd64-cgo), const SYS_PREAD64 = 17
pkg syscall (linux-amd64-cgo), const SYS_PREADV = 295
pkg syscall (linux-amd64-cgo), const SYS_PRLIMIT64 = 302
pkg syscall (linux-amd64-cgo), const SYS_PSELECT6 = 270
pkg syscall (linux-amd64-cgo), const SYS_PTRACE = 101
pkg syscall (linux-amd64-cgo), const SYS_PUTPMSG = 182
pkg syscall (linux-amd64-cgo), const SYS_PWRITE64 = 18
pkg syscall (linux-amd64-cgo), const SYS_PWRITEV = 296
pkg syscall (linux-amd64-cgo), const SYS_QUERY_MODULE = 178
pkg syscall (linux-amd64-cgo), const SYS_QUOTACTL = 179
pkg syscall (linux-amd64-cgo), const SYS_READ = 0
pkg syscall (linux-amd64-cgo), const SYS_READAHEAD = 187
pkg syscall (linux-amd64-cgo), const SYS_READLINK = 89
pkg syscall (linux-amd64-cgo), const SYS_READLINKAT = 267
pkg syscall (linux-amd64-cgo), const SYS_READV = 19
pkg syscall (linux-amd64-cgo), const SYS_REBOOT = 169
pkg syscall (linux-amd64-cgo), const SYS_RECVFROM = 45
pkg syscall (linux-amd64-cgo), const SYS_RECVMMSG = 299
pkg syscall (linux-amd64-cgo), const SYS_RECVMSG = 47
pkg syscall (linux-amd64-cgo), const SYS_REMAP_FILE_PAGES = 216
pkg syscall (linux-amd64-cgo), const SYS_REMOVEXATTR = 197
pkg syscall (linux-amd64-cgo), const SYS_RENAME = 82
pkg syscall (linux-amd64-cgo), const SYS_RENAMEAT = 264
pkg syscall (linux-amd64-cgo), const SYS_REQUEST_KEY = 249
pkg syscall (linux-amd64-cgo), const SYS_RESTART_SYSCALL = 219
pkg syscall (linux-amd64-cgo), const SYS_RMDIR = 84
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGACTION = 13
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPENDING = 127
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPROCMASK = 14
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGQUEUEINFO = 129
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGRETURN = 15
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGSUSPEND = 130
pkg syscall (linux-amd64-cgo), const SYS_RT_SIGTIMEDWAIT = 128
pkg syscall (linux-amd64-cgo), const SYS_RT_TGSIGQUEUEINFO = 297
pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETAFFINITY = 204
pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETPARAM = 143
pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 145
pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 146
pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 147
pkg syscall (linux-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 148
pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETAFFINITY = 203
pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETPARAM = 142
pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 144
pkg syscall (linux-amd64-cgo), const SYS_SCHED_YIELD = 24
pkg syscall (linux-amd64-cgo), const SYS_SECURITY = 185
pkg syscall (linux-amd64-cgo), const SYS_SELECT = 23
pkg syscall (linux-amd64-cgo), const SYS_SEMCTL = 66
pkg syscall (linux-amd64-cgo), const SYS_SEMGET = 64
pkg syscall (linux-amd64-cgo), const SYS_SEMOP = 65
pkg syscall (linux-amd64-cgo), const SYS_SEMTIMEDOP = 220
pkg syscall (linux-amd64-cgo), const SYS_SENDFILE = 40
pkg syscall (linux-amd64-cgo), const SYS_SENDMSG = 46
pkg syscall (linux-amd64-cgo), const SYS_SENDTO = 44
pkg syscall (linux-amd64-cgo), const SYS_SETDOMAINNAME = 171
pkg syscall (linux-amd64-cgo), const SYS_SETFSGID = 123
pkg syscall (linux-amd64-cgo), const SYS_SETFSUID = 122
pkg syscall (linux-amd64-cgo), const SYS_SETGID = 106
pkg syscall (linux-amd64-cgo), const SYS_SETGROUPS = 116
pkg syscall (linux-amd64-cgo), const SYS_SETHOSTNAME = 170
pkg syscall (linux-amd64-cgo), const SYS_SETITIMER = 38
pkg syscall (linux-amd64-cgo), const SYS_SETPGID = 109
pkg syscall (linux-amd64-cgo), const SYS_SETPRIORITY = 141
pkg syscall (linux-amd64-cgo), const SYS_SETREGID = 114
pkg syscall (linux-amd64-cgo), const SYS_SETRESGID = 119
pkg syscall (linux-amd64-cgo), const SYS_SETRESUID = 117
pkg syscall (linux-amd64-cgo), const SYS_SETREUID = 113
pkg syscall (linux-amd64-cgo), const SYS_SETRLIMIT = 160
pkg syscall (linux-amd64-cgo), const SYS_SETSID = 112
pkg syscall (linux-amd64-cgo), const SYS_SETSOCKOPT = 54
pkg syscall (linux-amd64-cgo), const SYS_SETTIMEOFDAY = 164
pkg syscall (linux-amd64-cgo), const SYS_SETUID = 105
pkg syscall (linux-amd64-cgo), const SYS_SETXATTR = 188
pkg syscall (linux-amd64-cgo), const SYS_SET_MEMPOLICY = 238
pkg syscall (linux-amd64-cgo), const SYS_SET_ROBUST_LIST = 273
pkg syscall (linux-amd64-cgo), const SYS_SET_THREAD_AREA = 205
pkg syscall (linux-amd64-cgo), const SYS_SET_TID_ADDRESS = 218
pkg syscall (linux-amd64-cgo), const SYS_SHMAT = 30
pkg syscall (linux-amd64-cgo), const SYS_SHMCTL = 31
pkg syscall (linux-amd64-cgo), const SYS_SHMDT = 67
pkg syscall (linux-amd64-cgo), const SYS_SHMGET = 29
pkg syscall (linux-amd64-cgo), const SYS_SHUTDOWN = 48
pkg syscall (linux-amd64-cgo), const SYS_SIGALTSTACK = 131
pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD = 282
pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD4 = 289
pkg syscall (linux-amd64-cgo), const SYS_SOCKET = 41
pkg syscall (linux-amd64-cgo), const SYS_SOCKETPAIR = 53
pkg syscall (linux-amd64-cgo), const SYS_SPLICE = 275
pkg syscall (linux-amd64-cgo), const SYS_STAT = 4
pkg syscall (linux-amd64-cgo), const SYS_STATFS = 137
pkg syscall (linux-amd64-cgo), const SYS_SWAPOFF = 168
pkg syscall (linux-amd64-cgo), const SYS_SWAPON = 167
pkg syscall (linux-amd64-cgo), const SYS_SYMLINK = 88
pkg syscall (linux-amd64-cgo), const SYS_SYMLINKAT = 266
pkg syscall (linux-amd64-cgo), const SYS_SYNC = 162
pkg syscall (linux-amd64-cgo), const SYS_SYNC_FILE_RANGE = 277
pkg syscall (linux-amd64-cgo), const SYS_SYSFS = 139
pkg syscall (linux-amd64-cgo), const SYS_SYSINFO = 99
pkg syscall (linux-amd64-cgo), const SYS_SYSLOG = 103
pkg syscall (linux-amd64-cgo), const SYS_TEE = 276
pkg syscall (linux-amd64-cgo), const SYS_TGKILL = 234
pkg syscall (linux-amd64-cgo), const SYS_TIME = 201
pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_CREATE = 283
pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_GETTIME = 287
pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_SETTIME = 286
pkg syscall (linux-amd64-cgo), const SYS_TIMER_CREATE = 222
pkg syscall (linux-amd64-cgo), const SYS_TIMER_DELETE = 226
pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETOVERRUN = 225
pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETTIME = 224
pkg syscall (linux-amd64-cgo), const SYS_TIMER_SETTIME = 223
pkg syscall (linux-amd64-cgo), const SYS_TIMES = 100
pkg syscall (linux-amd64-cgo), const SYS_TKILL = 200
pkg syscall (linux-amd64-cgo), const SYS_TRUNCATE = 76
pkg syscall (linux-amd64-cgo), const SYS_TUXCALL = 184
pkg syscall (linux-amd64-cgo), const SYS_UMASK = 95
pkg syscall (linux-amd64-cgo), const SYS_UMOUNT2 = 166
pkg syscall (linux-amd64-cgo), const SYS_UNAME = 63
pkg syscall (linux-amd64-cgo), const SYS_UNLINK = 87
pkg syscall (linux-amd64-cgo), const SYS_UNLINKAT = 263
pkg syscall (linux-amd64-cgo), const SYS_UNSHARE = 272
pkg syscall (linux-amd64-cgo), const SYS_USELIB = 134
pkg syscall (linux-amd64-cgo), const SYS_USTAT = 136
pkg syscall (linux-amd64-cgo), const SYS_UTIME = 132
pkg syscall (linux-amd64-cgo), const SYS_UTIMENSAT = 280
pkg syscall (linux-amd64-cgo), const SYS_UTIMES = 235
pkg syscall (linux-amd64-cgo), const SYS_VFORK = 58
pkg syscall (linux-amd64-cgo), const SYS_VHANGUP = 153
pkg syscall (linux-amd64-cgo), const SYS_VMSPLICE = 278
pkg syscall (linux-amd64-cgo), const SYS_VSERVER = 236
pkg syscall (linux-amd64-cgo), const SYS_WAIT4 = 61
pkg syscall (linux-amd64-cgo), const SYS_WAITID = 247
pkg syscall (linux-amd64-cgo), const SYS_WRITE = 1
pkg syscall (linux-amd64-cgo), const SYS_WRITEV = 20
pkg syscall (linux-amd64-cgo), const SYS__SYSCTL = 156
pkg syscall (linux-amd64-cgo), const S_BLKSIZE = 512
pkg syscall (linux-amd64-cgo), const S_IEXEC = 64
pkg syscall (linux-amd64-cgo), const S_IFMT = 61440
pkg syscall (linux-amd64-cgo), const S_IREAD = 256
pkg syscall (linux-amd64-cgo), const S_IRGRP = 32
pkg syscall (linux-amd64-cgo), const S_IROTH = 4
pkg syscall (linux-amd64-cgo), const S_IRWXG = 56
pkg syscall (linux-amd64-cgo), const S_IRWXO = 7
pkg syscall (linux-amd64-cgo), const S_IRWXU = 448
pkg syscall (linux-amd64-cgo), const S_IWGRP = 16
pkg syscall (linux-amd64-cgo), const S_IWOTH = 2
pkg syscall (linux-amd64-cgo), const S_IWRITE = 128
pkg syscall (linux-amd64-cgo), const S_IXGRP = 8
pkg syscall (linux-amd64-cgo), const S_IXOTH = 1
pkg syscall (linux-amd64-cgo), const SizeofCmsghdr = 16
pkg syscall (linux-amd64-cgo), const SizeofIPMreq = 8
pkg syscall (linux-amd64-cgo), const SizeofIPMreqn = 12
pkg syscall (linux-amd64-cgo), const SizeofIPv6Mreq = 20
pkg syscall (linux-amd64-cgo), const SizeofIfAddrmsg = 8
pkg syscall (linux-amd64-cgo), const SizeofIfInfomsg = 16
pkg syscall (linux-amd64-cgo), const SizeofInet4Pktinfo = 12
pkg syscall (linux-amd64-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (linux-amd64-cgo), const SizeofInotifyEvent = 16
pkg syscall (linux-amd64-cgo), const SizeofLinger = 8
pkg syscall (linux-amd64-cgo), const SizeofMsghdr = 56
pkg syscall (linux-amd64-cgo), const SizeofNlAttr = 4
pkg syscall (linux-amd64-cgo), const SizeofNlMsgerr = 20
pkg syscall (linux-amd64-cgo), const SizeofNlMsghdr = 16
pkg syscall (linux-amd64-cgo), const SizeofRtAttr = 4
pkg syscall (linux-amd64-cgo), const SizeofRtGenmsg = 1
pkg syscall (linux-amd64-cgo), const SizeofRtMsg = 12
pkg syscall (linux-amd64-cgo), const SizeofRtNexthop = 8
pkg syscall (linux-amd64-cgo), const SizeofSockFilter = 8
pkg syscall (linux-amd64-cgo), const SizeofSockFprog = 16
pkg syscall (linux-amd64-cgo), const SizeofSockaddrAny = 112
pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (linux-amd64-cgo), const SizeofSockaddrLinklayer = 20
pkg syscall (linux-amd64-cgo), const SizeofSockaddrNetlink = 12
pkg syscall (linux-amd64-cgo), const SizeofSockaddrUnix = 110
pkg syscall (linux-amd64-cgo), const SizeofTCPInfo = 104
pkg syscall (linux-amd64-cgo), const SizeofTCPInfo ideal-int
pkg syscall (linux-amd64-cgo), const SizeofUcred = 12
pkg syscall (linux-amd64-cgo), const TCGETS = 21505
pkg syscall (linux-amd64-cgo), const TCP_CONGESTION = 13
pkg syscall (linux-amd64-cgo), const TCP_CORK = 3
pkg syscall (linux-amd64-cgo), const TCP_DEFER_ACCEPT = 9
pkg syscall (linux-amd64-cgo), const TCP_INFO = 11
pkg syscall (linux-amd64-cgo), const TCP_KEEPCNT = 6
pkg syscall (linux-amd64-cgo), const TCP_KEEPIDLE = 4
pkg syscall (linux-amd64-cgo), const TCP_KEEPINTVL = 5
pkg syscall (linux-amd64-cgo), const TCP_LINGER2 = 8
pkg syscall (linux-amd64-cgo), const TCP_MAXSEG = 2
pkg syscall (linux-amd64-cgo), const TCP_MAXWIN = 65535
pkg syscall (linux-amd64-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (linux-amd64-cgo), const TCP_MD5SIG = 14
pkg syscall (linux-amd64-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
pkg syscall (linux-amd64-cgo), const TCP_MSS = 512
pkg syscall (linux-amd64-cgo), const TCP_QUICKACK = 12
pkg syscall (linux-amd64-cgo), const TCP_SYNCNT = 7
pkg syscall (linux-amd64-cgo), const TCP_WINDOW_CLAMP = 10
pkg syscall (linux-amd64-cgo), const TCSETS = 21506
pkg syscall (linux-amd64-cgo), const TIOCCBRK = 21544
pkg syscall (linux-amd64-cgo), const TIOCCONS = 21533
pkg syscall (linux-amd64-cgo), const TIOCEXCL = 21516
pkg syscall (linux-amd64-cgo), const TIOCGDEV = 2147767346
pkg syscall (linux-amd64-cgo), const TIOCGETD = 21540
pkg syscall (linux-amd64-cgo), const TIOCGICOUNT = 21597
pkg syscall (linux-amd64-cgo), const TIOCGLCKTRMIOS = 21590
pkg syscall (linux-amd64-cgo), const TIOCGPGRP = 21519
pkg syscall (linux-amd64-cgo), const TIOCGPTN = 2147767344
pkg syscall (linux-amd64-cgo), const TIOCGRS485 = 21550
pkg syscall (linux-amd64-cgo), const TIOCGSERIAL = 21534
pkg syscall (linux-amd64-cgo), const TIOCGSID = 21545
pkg syscall (linux-amd64-cgo), const TIOCGSOFTCAR = 21529
pkg syscall (linux-amd64-cgo), const TIOCGWINSZ = 21523
pkg syscall (linux-amd64-cgo), const TIOCINQ = 21531
pkg syscall (linux-amd64-cgo), const TIOCLINUX = 21532
pkg syscall (linux-amd64-cgo), const TIOCMBIC = 21527
pkg syscall (linux-amd64-cgo), const TIOCMBIS = 21526
pkg syscall (linux-amd64-cgo), const TIOCMGET = 21525
pkg syscall (linux-amd64-cgo), const TIOCMIWAIT = 21596
pkg syscall (linux-amd64-cgo), const TIOCMSET = 21528
pkg syscall (linux-amd64-cgo), const TIOCM_CAR = 64
pkg syscall (linux-amd64-cgo), const TIOCM_CD = 64
pkg syscall (linux-amd64-cgo), const TIOCM_CTS = 32
pkg syscall (linux-amd64-cgo), const TIOCM_DSR = 256
pkg syscall (linux-amd64-cgo), const TIOCM_DTR = 2
pkg syscall (linux-amd64-cgo), const TIOCM_LE = 1
pkg syscall (linux-amd64-cgo), const TIOCM_RI = 128
pkg syscall (linux-amd64-cgo), const TIOCM_RNG = 128
pkg syscall (linux-amd64-cgo), const TIOCM_RTS = 4
pkg syscall (linux-amd64-cgo), const TIOCM_SR = 16
pkg syscall (linux-amd64-cgo), const TIOCM_ST = 8
pkg syscall (linux-amd64-cgo), const TIOCNOTTY = 21538
pkg syscall (linux-amd64-cgo), const TIOCNXCL = 21517
pkg syscall (linux-amd64-cgo), const TIOCOUTQ = 21521
pkg syscall (linux-amd64-cgo), const TIOCPKT = 21536
pkg syscall (linux-amd64-cgo), const TIOCPKT_DATA = 0
pkg syscall (linux-amd64-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (linux-amd64-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (linux-amd64-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (linux-amd64-cgo), const TIOCPKT_START = 8
pkg syscall (linux-amd64-cgo), const TIOCPKT_STOP = 4
pkg syscall (linux-amd64-cgo), const TIOCSBRK = 21543
pkg syscall (linux-amd64-cgo), const TIOCSCTTY = 21518
pkg syscall (linux-amd64-cgo), const TIOCSERCONFIG = 21587
pkg syscall (linux-amd64-cgo), const TIOCSERGETLSR = 21593
pkg syscall (linux-amd64-cgo), const TIOCSERGETMULTI = 21594
pkg syscall (linux-amd64-cgo), const TIOCSERGSTRUCT = 21592
pkg syscall (linux-amd64-cgo), const TIOCSERGWILD = 21588
pkg syscall (linux-amd64-cgo), const TIOCSERSETMULTI = 21595
pkg syscall (linux-amd64-cgo), const TIOCSERSWILD = 21589
pkg syscall (linux-amd64-cgo), const TIOCSER_TEMT = 1
pkg syscall (linux-amd64-cgo), const TIOCSETD = 21539
pkg syscall (linux-amd64-cgo), const TIOCSIG = 1074025526
pkg syscall (linux-amd64-cgo), const TIOCSLCKTRMIOS = 21591
pkg syscall (linux-amd64-cgo), const TIOCSPGRP = 21520
pkg syscall (linux-amd64-cgo), const TIOCSPTLCK = 1074025521
pkg syscall (linux-amd64-cgo), const TIOCSRS485 = 21551
pkg syscall (linux-amd64-cgo), const TIOCSSERIAL = 21535
pkg syscall (linux-amd64-cgo), const TIOCSSOFTCAR = 21530
pkg syscall (linux-amd64-cgo), const TIOCSTI = 21522
pkg syscall (linux-amd64-cgo), const TIOCSWINSZ = 21524
pkg syscall (linux-amd64-cgo), const TOSTOP = 256
pkg syscall (linux-amd64-cgo), const TUNATTACHFILTER = 1074812117
pkg syscall (linux-amd64-cgo), const TUNDETACHFILTER = 1074812118
pkg syscall (linux-amd64-cgo), const TUNGETFEATURES = 2147767503
pkg syscall (linux-amd64-cgo), const TUNGETIFF = 2147767506
pkg syscall (linux-amd64-cgo), const TUNGETSNDBUF = 2147767507
pkg syscall (linux-amd64-cgo), const TUNGETVNETHDRSZ = 2147767511
pkg syscall (linux-amd64-cgo), const TUNSETDEBUG = 1074025673
pkg syscall (linux-amd64-cgo), const TUNSETGROUP = 1074025678
pkg syscall (linux-amd64-cgo), const TUNSETIFF = 1074025674
pkg syscall (linux-amd64-cgo), const TUNSETLINK = 1074025677
pkg syscall (linux-amd64-cgo), const TUNSETNOCSUM = 1074025672
pkg syscall (linux-amd64-cgo), const TUNSETOFFLOAD = 1074025680
pkg syscall (linux-amd64-cgo), const TUNSETOWNER = 1074025676
pkg syscall (linux-amd64-cgo), const TUNSETPERSIST = 1074025675
pkg syscall (linux-amd64-cgo), const TUNSETSNDBUF = 1074025684
pkg syscall (linux-amd64-cgo), const TUNSETTXFILTER = 1074025681
pkg syscall (linux-amd64-cgo), const TUNSETVNETHDRSZ = 1074025688
pkg syscall (linux-amd64-cgo), const VDISCARD = 13
pkg syscall (linux-amd64-cgo), const VEOF = 4
pkg syscall (linux-amd64-cgo), const VEOL = 11
pkg syscall (linux-amd64-cgo), const VEOL2 = 16
pkg syscall (linux-amd64-cgo), const VERASE = 2
pkg syscall (linux-amd64-cgo), const VINTR = 0
pkg syscall (linux-amd64-cgo), const VKILL = 3
pkg syscall (linux-amd64-cgo), const VLNEXT = 15
pkg syscall (linux-amd64-cgo), const VMIN = 6
pkg syscall (linux-amd64-cgo), const VQUIT = 1
pkg syscall (linux-amd64-cgo), const VREPRINT = 12
pkg syscall (linux-amd64-cgo), const VSTART = 8
pkg syscall (linux-amd64-cgo), const VSTOP = 9
pkg syscall (linux-amd64-cgo), const VSUSP = 10
pkg syscall (linux-amd64-cgo), const VSWTC = 7
pkg syscall (linux-amd64-cgo), const VTIME = 5
pkg syscall (linux-amd64-cgo), const VWERASE = 14
pkg syscall (linux-amd64-cgo), const WALL = 1073741824
pkg syscall (linux-amd64-cgo), const WCLONE = 2147483648
pkg syscall (linux-amd64-cgo), const WCONTINUED = 8
pkg syscall (linux-amd64-cgo), const WEXITED = 4
pkg syscall (linux-amd64-cgo), const WNOHANG = 1
pkg syscall (linux-amd64-cgo), const WNOTHREAD = 536870912
pkg syscall (linux-amd64-cgo), const WNOWAIT = 16777216
pkg syscall (linux-amd64-cgo), const WORDSIZE = 64
pkg syscall (linux-amd64-cgo), const WSTOPPED = 2
pkg syscall (linux-amd64-cgo), const WUNTRACED = 2
pkg syscall (linux-amd64-cgo), const XCASE = 4
pkg syscall (linux-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
pkg syscall (linux-amd64-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
pkg syscall (linux-amd64-cgo), func Getxattr(string, string, []uint8) (int, error)
pkg syscall (linux-amd64-cgo), func Listxattr(string, []uint8) (int, error)
pkg syscall (linux-amd64-cgo), func Pipe2([]int, int) error
pkg syscall (linux-amd64-cgo), func PtraceSyscall(int, int) error
pkg syscall (linux-amd64-cgo), func Removexattr(string, string) error
pkg syscall (linux-amd64-cgo), func Setxattr(string, string, []uint8, int) error
pkg syscall (linux-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8,
error)
pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ctty int
pkg syscall (linux-amd64-cgo), type TCPInfo struct
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Advmss uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ato uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Backoff uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ca_state uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Fackets uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_recv uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_sent uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_recv uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_sent uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Lost uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Options uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pmtu uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Probes uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_mss uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_rtt uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_space uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_ssthresh uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Reordering uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retrans uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retransmits uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rto uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rtt uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rttvar uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Sacked uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_cwnd uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_mss uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32
pkg syscall (linux-arm), const AF_ALG = 38
pkg syscall (linux-arm), const AF_APPLETALK = 5
pkg syscall (linux-arm), const AF_ASH = 18
pkg syscall (linux-arm), const AF_ATMPVC = 8
pkg syscall (linux-arm), const AF_ATMSVC = 20
pkg syscall (linux-arm), const AF_AX25 = 3
pkg syscall (linux-arm), const AF_BLUETOOTH = 31
pkg syscall (linux-arm), const AF_BRIDGE = 7
pkg syscall (linux-arm), const AF_CAIF = 37
pkg syscall (linux-arm), const AF_CAN = 29
pkg syscall (linux-arm), const AF_DECnet = 12
pkg syscall (linux-arm), const AF_ECONET = 19
pkg syscall (linux-arm), const AF_FILE = 1
pkg syscall (linux-arm), const AF_IEEE802154 = 36
pkg syscall (linux-arm), const AF_INET6 = 10
pkg syscall (linux-arm), const AF_IPX = 4
pkg syscall (linux-arm), const AF_IRDA = 23
pkg syscall (linux-arm), const AF_ISDN = 34
pkg syscall (linux-arm), const AF_IUCV = 32
pkg syscall (linux-arm), const AF_KEY = 15
pkg syscall (linux-arm), const AF_LLC = 26
pkg syscall (linux-arm), const AF_LOCAL = 1
pkg syscall (linux-arm), const AF_MAX = 39
pkg syscall (linux-arm), const AF_NETBEUI = 13
pkg syscall (linux-arm), const AF_NETLINK = 16
pkg syscall (linux-arm), const AF_NETROM = 6
pkg syscall (linux-arm), const AF_PACKET = 17
pkg syscall (linux-arm), const AF_PHONET = 35
pkg syscall (linux-arm), const AF_PPPOX = 24
pkg syscall (linux-arm), const AF_RDS = 21
pkg syscall (linux-arm), const AF_ROSE = 11
pkg syscall (linux-arm), const AF_ROUTE = 16
pkg syscall (linux-arm), const AF_RXRPC = 33
pkg syscall (linux-arm), const AF_SECURITY = 14
pkg syscall (linux-arm), const AF_SNA = 22
pkg syscall (linux-arm), const AF_TIPC = 30
pkg syscall (linux-arm), const AF_WANPIPE = 25
pkg syscall (linux-arm), const AF_X25 = 9
pkg syscall (linux-arm), const ARPHRD_ADAPT = 264
pkg syscall (linux-arm), const ARPHRD_APPLETLK = 8
pkg syscall (linux-arm), const ARPHRD_ARCNET = 7
pkg syscall (linux-arm), const ARPHRD_ASH = 781
pkg syscall (linux-arm), const ARPHRD_ATM = 19
pkg syscall (linux-arm), const ARPHRD_AX25 = 3
pkg syscall (linux-arm), const ARPHRD_BIF = 775
pkg syscall (linux-arm), const ARPHRD_CHAOS = 5
pkg syscall (linux-arm), const ARPHRD_CISCO = 513
pkg syscall (linux-arm), const ARPHRD_CSLIP = 257
pkg syscall (linux-arm), const ARPHRD_CSLIP6 = 259
pkg syscall (linux-arm), const ARPHRD_DDCMP = 517
pkg syscall (linux-arm), const ARPHRD_DLCI = 15
pkg syscall (linux-arm), const ARPHRD_ECONET = 782
pkg syscall (linux-arm), const ARPHRD_EETHER = 2
pkg syscall (linux-arm), const ARPHRD_ETHER = 1
pkg syscall (linux-arm), const ARPHRD_EUI64 = 27
pkg syscall (linux-arm), const ARPHRD_FCAL = 785
pkg syscall (linux-arm), const ARPHRD_FCFABRIC = 787
pkg syscall (linux-arm), const ARPHRD_FCPL = 786
pkg syscall (linux-arm), const ARPHRD_FCPP = 784
pkg syscall (linux-arm), const ARPHRD_FDDI = 774
pkg syscall (linux-arm), const ARPHRD_FRAD = 770
pkg syscall (linux-arm), const ARPHRD_HDLC = 513
pkg syscall (linux-arm), const ARPHRD_HIPPI = 780
pkg syscall (linux-arm), const ARPHRD_HWX25 = 272
pkg syscall (linux-arm), const ARPHRD_IEEE1394 = 24
pkg syscall (linux-arm), const ARPHRD_IEEE802 = 6
pkg syscall (linux-arm), const ARPHRD_IEEE80211 = 801
pkg syscall (linux-arm), const ARPHRD_IEEE80211_PRISM = 802
pkg syscall (linux-arm), const ARPHRD_IEEE80211_RADIOTAP = 803
pkg syscall (linux-arm), const ARPHRD_IEEE802154 = 804
pkg syscall (linux-arm), const ARPHRD_IEEE802154_PHY = 805
pkg syscall (linux-arm), const ARPHRD_IEEE802_TR = 800
pkg syscall (linux-arm), const ARPHRD_INFINIBAND = 32
pkg syscall (linux-arm), const ARPHRD_IPDDP = 777
pkg syscall (linux-arm), const ARPHRD_IPGRE = 778
pkg syscall (linux-arm), const ARPHRD_IRDA = 783
pkg syscall (linux-arm), const ARPHRD_LAPB = 516
pkg syscall (linux-arm), const ARPHRD_LOCALTLK = 773
pkg syscall (linux-arm), const ARPHRD_LOOPBACK = 772
pkg syscall (linux-arm), const ARPHRD_METRICOM = 23
pkg syscall (linux-arm), const ARPHRD_NETROM = 0
pkg syscall (linux-arm), const ARPHRD_NONE = 65534
pkg syscall (linux-arm), const ARPHRD_PIMREG = 779
pkg syscall (linux-arm), const ARPHRD_PPP = 512
pkg syscall (linux-arm), const ARPHRD_PRONET = 4
pkg syscall (linux-arm), const ARPHRD_RAWHDLC = 518
pkg syscall (linux-arm), const ARPHRD_ROSE = 270
pkg syscall (linux-arm), const ARPHRD_RSRVD = 260
pkg syscall (linux-arm), const ARPHRD_SIT = 776
pkg syscall (linux-arm), const ARPHRD_SKIP = 771
pkg syscall (linux-arm), const ARPHRD_SLIP = 256
pkg syscall (linux-arm), const ARPHRD_SLIP6 = 258
pkg syscall (linux-arm), const ARPHRD_TUNNEL = 768
pkg syscall (linux-arm), const ARPHRD_TUNNEL6 = 769
pkg syscall (linux-arm), const ARPHRD_VOID = 65535
pkg syscall (linux-arm), const ARPHRD_X25 = 271
pkg syscall (linux-arm), const B0 = 0
pkg syscall (linux-arm), const B1000000 = 4104
pkg syscall (linux-arm), const B110 = 3
pkg syscall (linux-arm), const B115200 = 4098
pkg syscall (linux-arm), const B1152000 = 4105
pkg syscall (linux-arm), const B1200 = 9
pkg syscall (linux-arm), const B134 = 4
pkg syscall (linux-arm), const B150 = 5
pkg syscall (linux-arm), const B1500000 = 4106
pkg syscall (linux-arm), const B1800 = 10
pkg syscall (linux-arm), const B19200 = 14
pkg syscall (linux-arm), const B200 = 6
pkg syscall (linux-arm), const B2000000 = 4107
pkg syscall (linux-arm), const B230400 = 4099
pkg syscall (linux-arm), const B2400 = 11
pkg syscall (linux-arm), const B2500000 = 4108
pkg syscall (linux-arm), const B300 = 7
pkg syscall (linux-arm), const B3000000 = 4109
pkg syscall (linux-arm), const B3500000 = 4110
pkg syscall (linux-arm), const B38400 = 15
pkg syscall (linux-arm), const B4000000 = 4111
pkg syscall (linux-arm), const B460800 = 4100
pkg syscall (linux-arm), const B4800 = 12
pkg syscall (linux-arm), const B50 = 1
pkg syscall (linux-arm), const B500000 = 4101
pkg syscall (linux-arm), const B57600 = 4097
pkg syscall (linux-arm), const B576000 = 4102
pkg syscall (linux-arm), const B600 = 8
pkg syscall (linux-arm), const B75 = 2
pkg syscall (linux-arm), const B921600 = 4103
pkg syscall (linux-arm), const B9600 = 13
pkg syscall (linux-arm), const BPF_A = 16
pkg syscall (linux-arm), const BPF_ABS = 32
pkg syscall (linux-arm), const BPF_ADD = 0
pkg syscall (linux-arm), const BPF_ALU = 4
pkg syscall (linux-arm), const BPF_AND = 80
pkg syscall (linux-arm), const BPF_B = 16
pkg syscall (linux-arm), const BPF_DIV = 48
pkg syscall (linux-arm), const BPF_H = 8
pkg syscall (linux-arm), const BPF_IMM = 0
pkg syscall (linux-arm), const BPF_IND = 64
pkg syscall (linux-arm), const BPF_JA = 0
pkg syscall (linux-arm), const BPF_JEQ = 16
pkg syscall (linux-arm), const BPF_JGE = 48
pkg syscall (linux-arm), const BPF_JGT = 32
pkg syscall (linux-arm), const BPF_JMP = 5
pkg syscall (linux-arm), const BPF_JSET = 64
pkg syscall (linux-arm), const BPF_K = 0
pkg syscall (linux-arm), const BPF_LD = 0
pkg syscall (linux-arm), const BPF_LDX = 1
pkg syscall (linux-arm), const BPF_LEN = 128
pkg syscall (linux-arm), const BPF_LSH = 96
pkg syscall (linux-arm), const BPF_MAJOR_VERSION = 1
pkg syscall (linux-arm), const BPF_MAXINSNS = 4096
pkg syscall (linux-arm), const BPF_MEM = 96
pkg syscall (linux-arm), const BPF_MEMWORDS = 16
pkg syscall (linux-arm), const BPF_MINOR_VERSION = 1
pkg syscall (linux-arm), const BPF_MISC = 7
pkg syscall (linux-arm), const BPF_MSH = 160
pkg syscall (linux-arm), const BPF_MUL = 32
pkg syscall (linux-arm), const BPF_NEG = 128
pkg syscall (linux-arm), const BPF_OR = 64
pkg syscall (linux-arm), const BPF_RET = 6
pkg syscall (linux-arm), const BPF_RSH = 112
pkg syscall (linux-arm), const BPF_ST = 2
pkg syscall (linux-arm), const BPF_STX = 3
pkg syscall (linux-arm), const BPF_SUB = 16
pkg syscall (linux-arm), const BPF_TAX = 0
pkg syscall (linux-arm), const BPF_TXA = 128
pkg syscall (linux-arm), const BPF_W = 0
pkg syscall (linux-arm), const BPF_X = 8
pkg syscall (linux-arm), const BRKINT = 2
pkg syscall (linux-arm), const CLOCAL = 2048
pkg syscall (linux-arm), const CREAD = 128
pkg syscall (linux-arm), const CS5 = 0
pkg syscall (linux-arm), const CS6 = 16
pkg syscall (linux-arm), const CS7 = 32
pkg syscall (linux-arm), const CS8 = 48
pkg syscall (linux-arm), const CSIZE = 48
pkg syscall (linux-arm), const CSTOPB = 64
pkg syscall (linux-arm), const DT_BLK = 6
pkg syscall (linux-arm), const DT_CHR = 2
pkg syscall (linux-arm), const DT_DIR = 4
pkg syscall (linux-arm), const DT_FIFO = 1
pkg syscall (linux-arm), const DT_LNK = 10
pkg syscall (linux-arm), const DT_REG = 8
pkg syscall (linux-arm), const DT_SOCK = 12
pkg syscall (linux-arm), const DT_UNKNOWN = 0
pkg syscall (linux-arm), const DT_WHT = 14
pkg syscall (linux-arm), const E2BIG = 7
pkg syscall (linux-arm), const EACCES = 13
pkg syscall (linux-arm), const EADDRINUSE = 98
pkg syscall (linux-arm), const EADDRNOTAVAIL = 99
pkg syscall (linux-arm), const EADV = 68
pkg syscall (linux-arm), const EAFNOSUPPORT = 97
pkg syscall (linux-arm), const EAGAIN = 11
pkg syscall (linux-arm), const EALREADY = 114
pkg syscall (linux-arm), const EBADE = 52
pkg syscall (linux-arm), const EBADF = 9
pkg syscall (linux-arm), const EBADFD = 77
pkg syscall (linux-arm), const EBADMSG = 74
pkg syscall (linux-arm), const EBADR = 53
pkg syscall (linux-arm), const EBADRQC = 56
pkg syscall (linux-arm), const EBADSLT = 57
pkg syscall (linux-arm), const EBFONT = 59
pkg syscall (linux-arm), const EBUSY = 16
pkg syscall (linux-arm), const ECANCELED = 125
pkg syscall (linux-arm), const ECHILD = 10
pkg syscall (linux-arm), const ECHO = 8
pkg syscall (linux-arm), const ECHOCTL = 512
pkg syscall (linux-arm), const ECHOE = 16
pkg syscall (linux-arm), const ECHOK = 32
pkg syscall (linux-arm), const ECHOKE = 2048
pkg syscall (linux-arm), const ECHONL = 64
pkg syscall (linux-arm), const ECHOPRT = 1024
pkg syscall (linux-arm), const ECHRNG = 44
pkg syscall (linux-arm), const ECOMM = 70
pkg syscall (linux-arm), const ECONNABORTED = 103
pkg syscall (linux-arm), const ECONNREFUSED = 111
pkg syscall (linux-arm), const ECONNRESET = 104
pkg syscall (linux-arm), const EDEADLK = 35
pkg syscall (linux-arm), const EDEADLOCK = 35
pkg syscall (linux-arm), const EDESTADDRREQ = 89
pkg syscall (linux-arm), const EDOM = 33
pkg syscall (linux-arm), const EDOTDOT = 73
pkg syscall (linux-arm), const EDQUOT = 122
pkg syscall (linux-arm), const EEXIST = 17
pkg syscall (linux-arm), const EFAULT = 14
pkg syscall (linux-arm), const EFBIG = 27
pkg syscall (linux-arm), const EHOSTDOWN = 112
pkg syscall (linux-arm), const EHOSTUNREACH = 113
pkg syscall (linux-arm), const EHWPOISON = 133
pkg syscall (linux-arm), const EIDRM = 43
pkg syscall (linux-arm), const EILSEQ = 84
pkg syscall (linux-arm), const EINPROGRESS = 115
pkg syscall (linux-arm), const EINTR = 4
pkg syscall (linux-arm), const EINVAL = 22
pkg syscall (linux-arm), const EIO = 5
pkg syscall (linux-arm), const EISCONN = 106
pkg syscall (linux-arm), const EISDIR = 21
pkg syscall (linux-arm), const EISNAM = 120
pkg syscall (linux-arm), const EKEYEXPIRED = 127
pkg syscall (linux-arm), const EKEYREJECTED = 129
pkg syscall (linux-arm), const EKEYREVOKED = 128
pkg syscall (linux-arm), const EL2HLT = 51
pkg syscall (linux-arm), const EL2NSYNC = 45
pkg syscall (linux-arm), const EL3HLT = 46
pkg syscall (linux-arm), const EL3RST = 47
pkg syscall (linux-arm), const ELF_NGREG = 18
pkg syscall (linux-arm), const ELF_PRARGSZ = 80
pkg syscall (linux-arm), const ELIBACC = 79
pkg syscall (linux-arm), const ELIBBAD = 80
pkg syscall (linux-arm), const ELIBEXEC = 83
pkg syscall (linux-arm), const ELIBMAX = 82
pkg syscall (linux-arm), const ELIBSCN = 81
pkg syscall (linux-arm), const ELNRNG = 48
pkg syscall (linux-arm), const ELOOP = 40
pkg syscall (linux-arm), const EMEDIUMTYPE = 124
pkg syscall (linux-arm), const EMFILE = 24
pkg syscall (linux-arm), const EMLINK = 31
pkg syscall (linux-arm), const EMSGSIZE = 90
pkg syscall (linux-arm), const EMULTIHOP = 72
pkg syscall (linux-arm), const ENAMETOOLONG = 36
pkg syscall (linux-arm), const ENAVAIL = 119
pkg syscall (linux-arm), const ENETDOWN = 100
pkg syscall (linux-arm), const ENETRESET = 102
pkg syscall (linux-arm), const ENETUNREACH = 101
pkg syscall (linux-arm), const ENFILE = 23
pkg syscall (linux-arm), const ENOANO = 55
pkg syscall (linux-arm), const ENOBUFS = 105
pkg syscall (linux-arm), const ENOCSI = 50
pkg syscall (linux-arm), const ENODATA = 61
pkg syscall (linux-arm), const ENODEV = 19
pkg syscall (linux-arm), const ENOEXEC = 8
pkg syscall (linux-arm), const ENOKEY = 126
pkg syscall (linux-arm), const ENOLCK = 37
pkg syscall (linux-arm), const ENOLINK = 67
pkg syscall (linux-arm), const ENOMEDIUM = 123
pkg syscall (linux-arm), const ENOMEM = 12
pkg syscall (linux-arm), const ENOMSG = 42
pkg syscall (linux-arm), const ENONET = 64
pkg syscall (linux-arm), const ENOPKG = 65
pkg syscall (linux-arm), const ENOPROTOOPT = 92
pkg syscall (linux-arm), const ENOSPC = 28
pkg syscall (linux-arm), const ENOSR = 63
pkg syscall (linux-arm), const ENOSTR = 60
pkg syscall (linux-arm), const ENOSYS = 38
pkg syscall (linux-arm), const ENOTBLK = 15
pkg syscall (linux-arm), const ENOTCONN = 107
pkg syscall (linux-arm), const ENOTDIR = 20
pkg syscall (linux-arm), const ENOTEMPTY = 39
pkg syscall (linux-arm), const ENOTNAM = 118
pkg syscall (linux-arm), const ENOTRECOVERABLE = 131
pkg syscall (linux-arm), const ENOTSOCK = 88
pkg syscall (linux-arm), const ENOTSUP = 95
pkg syscall (linux-arm), const ENOTTY = 25
pkg syscall (linux-arm), const ENOTUNIQ = 76
pkg syscall (linux-arm), const ENXIO = 6
pkg syscall (linux-arm), const EOPNOTSUPP = 95
pkg syscall (linux-arm), const EOVERFLOW = 75
pkg syscall (linux-arm), const EOWNERDEAD = 130
pkg syscall (linux-arm), const EPERM = 1
pkg syscall (linux-arm), const EPFNOSUPPORT = 96
pkg syscall (linux-arm), const EPIPE = 32
pkg syscall (linux-arm), const EPOLLERR = 8
pkg syscall (linux-arm), const EPOLLET = -2147483648
pkg syscall (linux-arm), const EPOLLHUP = 16
pkg syscall (linux-arm), const EPOLLIN = 1
pkg syscall (linux-arm), const EPOLLMSG = 1024
pkg syscall (linux-arm), const EPOLLONESHOT = 1073741824
pkg syscall (linux-arm), const EPOLLOUT = 4
pkg syscall (linux-arm), const EPOLLPRI = 2
pkg syscall (linux-arm), const EPOLLRDBAND = 128
pkg syscall (linux-arm), const EPOLLRDHUP = 8192
pkg syscall (linux-arm), const EPOLLRDNORM = 64
pkg syscall (linux-arm), const EPOLLWRBAND = 512
pkg syscall (linux-arm), const EPOLLWRNORM = 256
pkg syscall (linux-arm), const EPOLL_CLOEXEC = 524288
pkg syscall (linux-arm), const EPOLL_CTL_ADD = 1
pkg syscall (linux-arm), const EPOLL_CTL_DEL = 2
pkg syscall (linux-arm), const EPOLL_CTL_MOD = 3
pkg syscall (linux-arm), const EPOLL_NONBLOCK = 2048
pkg syscall (linux-arm), const EPROTO = 71
pkg syscall (linux-arm), const EPROTONOSUPPORT = 93
pkg syscall (linux-arm), const EPROTOTYPE = 91
pkg syscall (linux-arm), const ERANGE = 34
pkg syscall (linux-arm), const EREMCHG = 78
pkg syscall (linux-arm), const EREMOTE = 66
pkg syscall (linux-arm), const EREMOTEIO = 121
pkg syscall (linux-arm), const ERESTART = 85
pkg syscall (linux-arm), const ERFKILL = 132
pkg syscall (linux-arm), const EROFS = 30
pkg syscall (linux-arm), const ESHUTDOWN = 108
pkg syscall (linux-arm), const ESOCKTNOSUPPORT = 94
pkg syscall (linux-arm), const ESPIPE = 29
pkg syscall (linux-arm), const ESRCH = 3
pkg syscall (linux-arm), const ESRMNT = 69
pkg syscall (linux-arm), const ESTALE = 116
pkg syscall (linux-arm), const ESTRPIPE = 86
pkg syscall (linux-arm), const ETH_P_1588 = 35063
pkg syscall (linux-arm), const ETH_P_8021Q = 33024
pkg syscall (linux-arm), const ETH_P_802_2 = 4
pkg syscall (linux-arm), const ETH_P_802_3 = 1
pkg syscall (linux-arm), const ETH_P_AARP = 33011
pkg syscall (linux-arm), const ETH_P_ALL = 3
pkg syscall (linux-arm), const ETH_P_AOE = 34978
pkg syscall (linux-arm), const ETH_P_ARCNET = 26
pkg syscall (linux-arm), const ETH_P_ARP = 2054
pkg syscall (linux-arm), const ETH_P_ATALK = 32923
pkg syscall (linux-arm), const ETH_P_ATMFATE = 34948
pkg syscall (linux-arm), const ETH_P_ATMMPOA = 34892
pkg syscall (linux-arm), const ETH_P_AX25 = 2
pkg syscall (linux-arm), const ETH_P_BPQ = 2303
pkg syscall (linux-arm), const ETH_P_CAIF = 247
pkg syscall (linux-arm), const ETH_P_CAN = 12
pkg syscall (linux-arm), const ETH_P_CONTROL = 22
pkg syscall (linux-arm), const ETH_P_CUST = 24582
pkg syscall (linux-arm), const ETH_P_DDCMP = 6
pkg syscall (linux-arm), const ETH_P_DEC = 24576
pkg syscall (linux-arm), const ETH_P_DIAG = 24581
pkg syscall (linux-arm), const ETH_P_DNA_DL = 24577
pkg syscall (linux-arm), const ETH_P_DNA_RC = 24578
pkg syscall (linux-arm), const ETH_P_DNA_RT = 24579
pkg syscall (linux-arm), const ETH_P_DSA = 27
pkg syscall (linux-arm), const ETH_P_ECONET = 24
pkg syscall (linux-arm), const ETH_P_EDSA = 56026
pkg syscall (linux-arm), const ETH_P_FCOE = 35078
pkg syscall (linux-arm), const ETH_P_FIP = 35092
pkg syscall (linux-arm), const ETH_P_HDLC = 25
pkg syscall (linux-arm), const ETH_P_IEEE802154 = 246
pkg syscall (linux-arm), const ETH_P_IEEEPUP = 2560
pkg syscall (linux-arm), const ETH_P_IEEEPUPAT = 2561
pkg syscall (linux-arm), const ETH_P_IP = 2048
pkg syscall (linux-arm), const ETH_P_IPV6 = 34525
pkg syscall (linux-arm), const ETH_P_IPX = 33079
pkg syscall (linux-arm), const ETH_P_IRDA = 23
pkg syscall (linux-arm), const ETH_P_LAT = 24580
pkg syscall (linux-arm), const ETH_P_LINK_CTL = 34924
pkg syscall (linux-arm), const ETH_P_LOCALTALK = 9
pkg syscall (linux-arm), const ETH_P_LOOP = 96
pkg syscall (linux-arm), const ETH_P_MOBITEX = 21
pkg syscall (linux-arm), const ETH_P_MPLS_MC = 34888
pkg syscall (linux-arm), const ETH_P_MPLS_UC = 34887
pkg syscall (linux-arm), const ETH_P_PAE = 34958
pkg syscall (linux-arm), const ETH_P_PAUSE = 34824
pkg syscall (linux-arm), const ETH_P_PHONET = 245
pkg syscall (linux-arm), const ETH_P_PPPTALK = 16
pkg syscall (linux-arm), const ETH_P_PPP_DISC = 34915
pkg syscall (linux-arm), const ETH_P_PPP_MP = 8
pkg syscall (linux-arm), const ETH_P_PPP_SES = 34916
pkg syscall (linux-arm), const ETH_P_PUP = 512
pkg syscall (linux-arm), const ETH_P_PUPAT = 513
pkg syscall (linux-arm), const ETH_P_RARP = 32821
pkg syscall (linux-arm), const ETH_P_SCA = 24583
pkg syscall (linux-arm), const ETH_P_SLOW = 34825
pkg syscall (linux-arm), const ETH_P_SNAP = 5
pkg syscall (linux-arm), const ETH_P_TEB = 25944
pkg syscall (linux-arm), const ETH_P_TIPC = 35018
pkg syscall (linux-arm), const ETH_P_TRAILER = 28
pkg syscall (linux-arm), const ETH_P_TR_802_2 = 17
pkg syscall (linux-arm), const ETH_P_WAN_PPP = 7
pkg syscall (linux-arm), const ETH_P_WCCP = 34878
pkg syscall (linux-arm), const ETH_P_X25 = 2053
pkg syscall (linux-arm), const ETIME = 62
pkg syscall (linux-arm), const ETIMEDOUT = 110
pkg syscall (linux-arm), const ETOOMANYREFS = 109
pkg syscall (linux-arm), const ETXTBSY = 26
pkg syscall (linux-arm), const EUCLEAN = 117
pkg syscall (linux-arm), const EUNATCH = 49
pkg syscall (linux-arm), const EUSERS = 87
pkg syscall (linux-arm), const EWOULDBLOCK = 11
pkg syscall (linux-arm), const EXDEV = 18
pkg syscall (linux-arm), const EXFULL = 54
pkg syscall (linux-arm), const FD_CLOEXEC = 1
pkg syscall (linux-arm), const FD_SETSIZE = 1024
pkg syscall (linux-arm), const FLUSHO = 4096
pkg syscall (linux-arm), const F_DUPFD = 0
pkg syscall (linux-arm), const F_DUPFD_CLOEXEC = 1030
pkg syscall (linux-arm), const F_EXLCK = 4
pkg syscall (linux-arm), const F_GETFD = 1
pkg syscall (linux-arm), const F_GETFL = 3
pkg syscall (linux-arm), const F_GETLEASE = 1025
pkg syscall (linux-arm), const F_GETLK = 12
pkg syscall (linux-arm), const F_GETLK64 = 12
pkg syscall (linux-arm), const F_GETOWN = 9
pkg syscall (linux-arm), const F_GETOWN_EX = 16
pkg syscall (linux-arm), const F_GETPIPE_SZ = 1032
pkg syscall (linux-arm), const F_GETSIG = 11
pkg syscall (linux-arm), const F_LOCK = 1
pkg syscall (linux-arm), const F_NOTIFY = 1026
pkg syscall (linux-arm), const F_OK = 0
pkg syscall (linux-arm), const F_RDLCK = 0
pkg syscall (linux-arm), const F_SETFD = 2
pkg syscall (linux-arm), const F_SETFL = 4
pkg syscall (linux-arm), const F_SETLEASE = 1024
pkg syscall (linux-arm), const F_SETLK = 13
pkg syscall (linux-arm), const F_SETLK64 = 13
pkg syscall (linux-arm), const F_SETLKW = 14
pkg syscall (linux-arm), const F_SETLKW64 = 14
pkg syscall (linux-arm), const F_SETOWN = 8
pkg syscall (linux-arm), const F_SETOWN_EX = 15
pkg syscall (linux-arm), const F_SETPIPE_SZ = 1031
pkg syscall (linux-arm), const F_SETSIG = 10
pkg syscall (linux-arm), const F_SHLCK = 8
pkg syscall (linux-arm), const F_TEST = 3
pkg syscall (linux-arm), const F_TLOCK = 2
pkg syscall (linux-arm), const F_ULOCK = 0
pkg syscall (linux-arm), const F_UNLCK = 2
pkg syscall (linux-arm), const F_WRLCK = 1
pkg syscall (linux-arm), const HUPCL = 1024
pkg syscall (linux-arm), const ICANON = 2
pkg syscall (linux-arm), const ICRNL = 256
pkg syscall (linux-arm), const IEXTEN = 32768
pkg syscall (linux-arm), const IFA_ADDRESS = 1
pkg syscall (linux-arm), const IFA_ANYCAST = 5
pkg syscall (linux-arm), const IFA_BROADCAST = 4
pkg syscall (linux-arm), const IFA_CACHEINFO = 6
pkg syscall (linux-arm), const IFA_F_DADFAILED = 8
pkg syscall (linux-arm), const IFA_F_DEPRECATED = 32
pkg syscall (linux-arm), const IFA_F_HOMEADDRESS = 16
pkg syscall (linux-arm), const IFA_F_NODAD = 2
pkg syscall (linux-arm), const IFA_F_OPTIMISTIC = 4
pkg syscall (linux-arm), const IFA_F_PERMANENT = 128
pkg syscall (linux-arm), const IFA_F_SECONDARY = 1
pkg syscall (linux-arm), const IFA_F_TEMPORARY = 1
pkg syscall (linux-arm), const IFA_F_TENTATIVE = 64
pkg syscall (linux-arm), const IFA_LABEL = 3
pkg syscall (linux-arm), const IFA_LOCAL = 2
pkg syscall (linux-arm), const IFA_MAX = 7
pkg syscall (linux-arm), const IFA_MULTICAST = 7
pkg syscall (linux-arm), const IFA_UNSPEC = 0
pkg syscall (linux-arm), const IFF_ALLMULTI = 512
pkg syscall (linux-arm), const IFF_AUTOMEDIA = 16384
pkg syscall (linux-arm), const IFF_DEBUG = 4
pkg syscall (linux-arm), const IFF_DYNAMIC = 32768
pkg syscall (linux-arm), const IFF_LOOPBACK = 8
pkg syscall (linux-arm), const IFF_MASTER = 1024
pkg syscall (linux-arm), const IFF_MULTICAST = 4096
pkg syscall (linux-arm), const IFF_NOARP = 128
pkg syscall (linux-arm), const IFF_NOTRAILERS = 32
pkg syscall (linux-arm), const IFF_NO_PI = 4096
pkg syscall (linux-arm), const IFF_ONE_QUEUE = 8192
pkg syscall (linux-arm), const IFF_POINTOPOINT = 16
pkg syscall (linux-arm), const IFF_PORTSEL = 8192
pkg syscall (linux-arm), const IFF_PROMISC = 256
pkg syscall (linux-arm), const IFF_RUNNING = 64
pkg syscall (linux-arm), const IFF_SLAVE = 2048
pkg syscall (linux-arm), const IFF_TAP = 2
pkg syscall (linux-arm), const IFF_TUN = 1
pkg syscall (linux-arm), const IFF_TUN_EXCL = 32768
pkg syscall (linux-arm), const IFF_VNET_HDR = 16384
pkg syscall (linux-arm), const IFLA_ADDRESS = 1
pkg syscall (linux-arm), const IFLA_BROADCAST = 2
pkg syscall (linux-arm), const IFLA_COST = 8
pkg syscall (linux-arm), const IFLA_IFALIAS = 20
pkg syscall (linux-arm), const IFLA_IFNAME = 3
pkg syscall (linux-arm), const IFLA_LINK = 5
pkg syscall (linux-arm), const IFLA_LINKINFO = 18
pkg syscall (linux-arm), const IFLA_LINKMODE = 17
pkg syscall (linux-arm), const IFLA_MAP = 14
pkg syscall (linux-arm), const IFLA_MASTER = 10
pkg syscall (linux-arm), const IFLA_MAX = 29
pkg syscall (linux-arm), const IFLA_MTU = 4
pkg syscall (linux-arm), const IFLA_NET_NS_PID = 19
pkg syscall (linux-arm), const IFLA_OPERSTATE = 16
pkg syscall (linux-arm), const IFLA_PRIORITY = 9
pkg syscall (linux-arm), const IFLA_PROTINFO = 12
pkg syscall (linux-arm), const IFLA_QDISC = 6
pkg syscall (linux-arm), const IFLA_STATS = 7
pkg syscall (linux-arm), const IFLA_TXQLEN = 13
pkg syscall (linux-arm), const IFLA_UNSPEC = 0
pkg syscall (linux-arm), const IFLA_WEIGHT = 15
pkg syscall (linux-arm), const IFLA_WIRELESS = 11
pkg syscall (linux-arm), const IFNAMSIZ = 16
pkg syscall (linux-arm), const IGNBRK = 1
pkg syscall (linux-arm), const IGNCR = 128
pkg syscall (linux-arm), const IGNPAR = 4
pkg syscall (linux-arm), const IMAXBEL = 8192
pkg syscall (linux-arm), const INLCR = 64
pkg syscall (linux-arm), const INPCK = 16
pkg syscall (linux-arm), const IN_ACCESS = 1
pkg syscall (linux-arm), const IN_ALL_EVENTS = 4095
pkg syscall (linux-arm), const IN_ATTRIB = 4
pkg syscall (linux-arm), const IN_CLASSA_HOST = 16777215
pkg syscall (linux-arm), const IN_CLASSA_MAX = 128
pkg syscall (linux-arm), const IN_CLASSA_NET = 4278190080
pkg syscall (linux-arm), const IN_CLASSA_NSHIFT = 24
pkg syscall (linux-arm), const IN_CLASSB_HOST = 65535
pkg syscall (linux-arm), const IN_CLASSB_MAX = 65536
pkg syscall (linux-arm), const IN_CLASSB_NET = 4294901760
pkg syscall (linux-arm), const IN_CLASSB_NSHIFT = 16
pkg syscall (linux-arm), const IN_CLASSC_HOST = 255
pkg syscall (linux-arm), const IN_CLASSC_NET = 4294967040
pkg syscall (linux-arm), const IN_CLASSC_NSHIFT = 8
pkg syscall (linux-arm), const IN_CLOEXEC = 524288
pkg syscall (linux-arm), const IN_CLOSE = 24
pkg syscall (linux-arm), const IN_CLOSE_NOWRITE = 16
pkg syscall (linux-arm), const IN_CLOSE_WRITE = 8
pkg syscall (linux-arm), const IN_CREATE = 256
pkg syscall (linux-arm), const IN_DELETE = 512
pkg syscall (linux-arm), const IN_DELETE_SELF = 1024
pkg syscall (linux-arm), const IN_DONT_FOLLOW = 33554432
pkg syscall (linux-arm), const IN_EXCL_UNLINK = 67108864
pkg syscall (linux-arm), const IN_IGNORED = 32768
pkg syscall (linux-arm), const IN_ISDIR = 1073741824
pkg syscall (linux-arm), const IN_LOOPBACKNET = 127
pkg syscall (linux-arm), const IN_MASK_ADD = 536870912
pkg syscall (linux-arm), const IN_MODIFY = 2
pkg syscall (linux-arm), const IN_MOVE = 192
pkg syscall (linux-arm), const IN_MOVED_FROM = 64
pkg syscall (linux-arm), const IN_MOVED_TO = 128
pkg syscall (linux-arm), const IN_MOVE_SELF = 2048
pkg syscall (linux-arm), const IN_NONBLOCK = 2048
pkg syscall (linux-arm), const IN_ONESHOT = 2147483648
pkg syscall (linux-arm), const IN_ONLYDIR = 16777216
pkg syscall (linux-arm), const IN_OPEN = 32
pkg syscall (linux-arm), const IN_Q_OVERFLOW = 16384
pkg syscall (linux-arm), const IN_UNMOUNT = 8192
pkg syscall (linux-arm), const IPPROTO_AH = 51
pkg syscall (linux-arm), const IPPROTO_COMP = 108
pkg syscall (linux-arm), const IPPROTO_DCCP = 33
pkg syscall (linux-arm), const IPPROTO_DSTOPTS = 60
pkg syscall (linux-arm), const IPPROTO_EGP = 8
pkg syscall (linux-arm), const IPPROTO_ENCAP = 98
pkg syscall (linux-arm), const IPPROTO_ESP = 50
pkg syscall (linux-arm), const IPPROTO_FRAGMENT = 44
pkg syscall (linux-arm), const IPPROTO_GRE = 47
pkg syscall (linux-arm), const IPPROTO_HOPOPTS = 0
pkg syscall (linux-arm), const IPPROTO_ICMP = 1
pkg syscall (linux-arm), const IPPROTO_ICMPV6 = 58
pkg syscall (linux-arm), const IPPROTO_IDP = 22
pkg syscall (linux-arm), const IPPROTO_IGMP = 2
pkg syscall (linux-arm), const IPPROTO_IPIP = 4
pkg syscall (linux-arm), const IPPROTO_MTP = 92
pkg syscall (linux-arm), const IPPROTO_NONE = 59
pkg syscall (linux-arm), const IPPROTO_PIM = 103
pkg syscall (linux-arm), const IPPROTO_PUP = 12
pkg syscall (linux-arm), const IPPROTO_RAW = 255
pkg syscall (linux-arm), const IPPROTO_ROUTING = 43
pkg syscall (linux-arm), const IPPROTO_RSVP = 46
pkg syscall (linux-arm), const IPPROTO_SCTP = 132
pkg syscall (linux-arm), const IPPROTO_TP = 29
pkg syscall (linux-arm), const IPPROTO_UDPLITE = 136
pkg syscall (linux-arm), const IPV6_2292DSTOPTS = 4
pkg syscall (linux-arm), const IPV6_2292HOPLIMIT = 8
pkg syscall (linux-arm), const IPV6_2292HOPOPTS = 3
pkg syscall (linux-arm), const IPV6_2292PKTINFO = 2
pkg syscall (linux-arm), const IPV6_2292PKTOPTIONS = 6
pkg syscall (linux-arm), const IPV6_2292RTHDR = 5
pkg syscall (linux-arm), const IPV6_ADDRFORM = 1
pkg syscall (linux-arm), const IPV6_ADD_MEMBERSHIP = 20
pkg syscall (linux-arm), const IPV6_AUTHHDR = 10
pkg syscall (linux-arm), const IPV6_CHECKSUM = 7
pkg syscall (linux-arm), const IPV6_DROP_MEMBERSHIP = 21
pkg syscall (linux-arm), const IPV6_DSTOPTS = 59
pkg syscall (linux-arm), const IPV6_HOPLIMIT = 52
pkg syscall (linux-arm), const IPV6_HOPOPTS = 54
pkg syscall (linux-arm), const IPV6_IPSEC_POLICY = 34
pkg syscall (linux-arm), const IPV6_JOIN_ANYCAST = 27
pkg syscall (linux-arm), const IPV6_JOIN_GROUP = 20
pkg syscall (linux-arm), const IPV6_LEAVE_ANYCAST = 28
pkg syscall (linux-arm), const IPV6_LEAVE_GROUP = 21
pkg syscall (linux-arm), const IPV6_MTU = 24
pkg syscall (linux-arm), const IPV6_MTU_DISCOVER = 23
pkg syscall (linux-arm), const IPV6_MULTICAST_HOPS = 18
pkg syscall (linux-arm), const IPV6_MULTICAST_IF = 17
pkg syscall (linux-arm), const IPV6_MULTICAST_LOOP = 19
pkg syscall (linux-arm), const IPV6_NEXTHOP = 9
pkg syscall (linux-arm), const IPV6_PKTINFO = 50
pkg syscall (linux-arm), const IPV6_PMTUDISC_DO = 2
pkg syscall (linux-arm), const IPV6_PMTUDISC_DONT = 0
pkg syscall (linux-arm), const IPV6_PMTUDISC_PROBE = 3
pkg syscall (linux-arm), const IPV6_PMTUDISC_WANT = 1
pkg syscall (linux-arm), const IPV6_RECVDSTOPTS = 58
pkg syscall (linux-arm), const IPV6_RECVERR = 25
pkg syscall (linux-arm), const IPV6_RECVHOPLIMIT = 51
pkg syscall (linux-arm), const IPV6_RECVHOPOPTS = 53
pkg syscall (linux-arm), const IPV6_RECVPKTINFO = 49
pkg syscall (linux-arm), const IPV6_RECVRTHDR = 56
pkg syscall (linux-arm), const IPV6_RECVTCLASS = 66
pkg syscall (linux-arm), const IPV6_ROUTER_ALERT = 22
pkg syscall (linux-arm), const IPV6_RTHDR = 57
pkg syscall (linux-arm), const IPV6_RTHDRDSTOPTS = 55
pkg syscall (linux-arm), const IPV6_RTHDR_LOOSE = 0
pkg syscall (linux-arm), const IPV6_RTHDR_STRICT = 1
pkg syscall (linux-arm), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (linux-arm), const IPV6_RXDSTOPTS = 59
pkg syscall (linux-arm), const IPV6_RXHOPOPTS = 54
pkg syscall (linux-arm), const IPV6_TCLASS = 67
pkg syscall (linux-arm), const IPV6_UNICAST_HOPS = 16
pkg syscall (linux-arm), const IPV6_V6ONLY = 26
pkg syscall (linux-arm), const IPV6_XFRM_POLICY = 35
pkg syscall (linux-arm), const IP_ADD_MEMBERSHIP = 35
pkg syscall (linux-arm), const IP_ADD_SOURCE_MEMBERSHIP = 39
pkg syscall (linux-arm), const IP_BLOCK_SOURCE = 38
pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (linux-arm), const IP_DF = 16384
pkg syscall (linux-arm), const IP_DROP_MEMBERSHIP = 36
pkg syscall (linux-arm), const IP_DROP_SOURCE_MEMBERSHIP = 40
pkg syscall (linux-arm), const IP_FREEBIND = 15
pkg syscall (linux-arm), const IP_HDRINCL = 3
pkg syscall (linux-arm), const IP_IPSEC_POLICY = 16
pkg syscall (linux-arm), const IP_MAXPACKET = 65535
pkg syscall (linux-arm), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (linux-arm), const IP_MF = 8192
pkg syscall (linux-arm), const IP_MINTTL = 21
pkg syscall (linux-arm), const IP_MSFILTER = 41
pkg syscall (linux-arm), const IP_MSS = 576
pkg syscall (linux-arm), const IP_MTU = 14
pkg syscall (linux-arm), const IP_MTU_DISCOVER = 10
pkg syscall (linux-arm), const IP_MULTICAST_IF = 32
pkg syscall (linux-arm), const IP_MULTICAST_LOOP = 34
pkg syscall (linux-arm), const IP_MULTICAST_TTL = 33
pkg syscall (linux-arm), const IP_OFFMASK = 8191
pkg syscall (linux-arm), const IP_OPTIONS = 4
pkg syscall (linux-arm), const IP_ORIGDSTADDR = 20
pkg syscall (linux-arm), const IP_PASSSEC = 18
pkg syscall (linux-arm), const IP_PKTINFO = 8
pkg syscall (linux-arm), const IP_PKTOPTIONS = 9
pkg syscall (linux-arm), const IP_PMTUDISC = 10
pkg syscall (linux-arm), const IP_PMTUDISC_DO = 2
pkg syscall (linux-arm), const IP_PMTUDISC_DONT = 0
pkg syscall (linux-arm), const IP_PMTUDISC_PROBE = 3
pkg syscall (linux-arm), const IP_PMTUDISC_WANT = 1
pkg syscall (linux-arm), const IP_RECVERR = 11
pkg syscall (linux-arm), const IP_RECVOPTS = 6
pkg syscall (linux-arm), const IP_RECVORIGDSTADDR = 20
pkg syscall (linux-arm), const IP_RECVRETOPTS = 7
pkg syscall (linux-arm), const IP_RECVTOS = 13
pkg syscall (linux-arm), const IP_RECVTTL = 12
pkg syscall (linux-arm), const IP_RETOPTS = 7
pkg syscall (linux-arm), const IP_RF = 32768
pkg syscall (linux-arm), const IP_ROUTER_ALERT = 5
pkg syscall (linux-arm), const IP_TOS = 1
pkg syscall (linux-arm), const IP_TRANSPARENT = 19
pkg syscall (linux-arm), const IP_TTL = 2
pkg syscall (linux-arm), const IP_UNBLOCK_SOURCE = 37
pkg syscall (linux-arm), const IP_XFRM_POLICY = 17
pkg syscall (linux-arm), const ISIG = 1
pkg syscall (linux-arm), const ISTRIP = 32
pkg syscall (linux-arm), const IUCLC = 512
pkg syscall (linux-arm), const IUTF8 = 16384
pkg syscall (linux-arm), const IXANY = 2048
pkg syscall (linux-arm), const IXOFF = 4096
pkg syscall (linux-arm), const IXON = 1024
pkg syscall (linux-arm), const ImplementsGetwd = true
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_OFF = 0
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_HALT = 3454992675
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_KEXEC = 1163412803
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART = 19088743
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
pkg syscall (linux-arm), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC1 = 4276215469
pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC2 = 672274793
pkg syscall (linux-arm), const LOCK_EX = 2
pkg syscall (linux-arm), const LOCK_NB = 4
pkg syscall (linux-arm), const LOCK_SH = 1
pkg syscall (linux-arm), const LOCK_UN = 8
pkg syscall (linux-arm), const MADV_DOFORK = 11
pkg syscall (linux-arm), const MADV_DONTFORK = 10
pkg syscall (linux-arm), const MADV_DONTNEED = 4
pkg syscall (linux-arm), const MADV_HUGEPAGE = 14
pkg syscall (linux-arm), const MADV_HWPOISON = 100
pkg syscall (linux-arm), const MADV_MERGEABLE = 12
pkg syscall (linux-arm), const MADV_NOHUGEPAGE = 15
pkg syscall (linux-arm), const MADV_NORMAL = 0
pkg syscall (linux-arm), const MADV_RANDOM = 1
pkg syscall (linux-arm), const MADV_REMOVE = 9
pkg syscall (linux-arm), const MADV_SEQUENTIAL = 2
pkg syscall (linux-arm), const MADV_UNMERGEABLE = 13
pkg syscall (linux-arm), const MADV_WILLNEED = 3
pkg syscall (linux-arm), const MAP_ANON = 32
pkg syscall (linux-arm), const MAP_ANONYMOUS = 32
pkg syscall (linux-arm), const MAP_DENYWRITE = 2048
pkg syscall (linux-arm), const MAP_EXECUTABLE = 4096
pkg syscall (linux-arm), const MAP_FILE = 0
pkg syscall (linux-arm), const MAP_FIXED = 16
pkg syscall (linux-arm), const MAP_GROWSDOWN = 256
pkg syscall (linux-arm), const MAP_LOCKED = 8192
pkg syscall (linux-arm), const MAP_NONBLOCK = 65536
pkg syscall (linux-arm), const MAP_NORESERVE = 16384
pkg syscall (linux-arm), const MAP_POPULATE = 32768
pkg syscall (linux-arm), const MAP_PRIVATE = 2
pkg syscall (linux-arm), const MAP_SHARED = 1
pkg syscall (linux-arm), const MAP_TYPE = 15
pkg syscall (linux-arm), const MCL_CURRENT = 1
pkg syscall (linux-arm), const MCL_FUTURE = 2
pkg syscall (linux-arm), const MNT_DETACH = 2
pkg syscall (linux-arm), const MNT_EXPIRE = 4
pkg syscall (linux-arm), const MNT_FORCE = 1
pkg syscall (linux-arm), const MSG_CMSG_CLOEXEC = 1073741824
pkg syscall (linux-arm), const MSG_CONFIRM = 2048
pkg syscall (linux-arm), const MSG_CTRUNC = 8
pkg syscall (linux-arm), const MSG_DONTROUTE = 4
pkg syscall (linux-arm), const MSG_DONTWAIT = 64
pkg syscall (linux-arm), const MSG_EOR = 128
pkg syscall (linux-arm), const MSG_ERRQUEUE = 8192
pkg syscall (linux-arm), const MSG_FASTOPEN = 536870912
pkg syscall (linux-arm), const MSG_FASTOPEN ideal-int
pkg syscall (linux-arm), const MSG_FIN = 512
pkg syscall (linux-arm), const MSG_MORE = 32768
pkg syscall (linux-arm), const MSG_NOSIGNAL = 16384
pkg syscall (linux-arm), const MSG_OOB = 1
pkg syscall (linux-arm), const MSG_PEEK = 2
pkg syscall (linux-arm), const MSG_PROXY = 16
pkg syscall (linux-arm), const MSG_RST = 4096
pkg syscall (linux-arm), const MSG_SYN = 1024
pkg syscall (linux-arm), const MSG_TRUNC = 32
pkg syscall (linux-arm), const MSG_TRYHARD = 4
pkg syscall (linux-arm), const MSG_WAITALL = 256
pkg syscall (linux-arm), const MSG_WAITFORONE = 65536
pkg syscall (linux-arm), const MS_ACTIVE = 1073741824
pkg syscall (linux-arm), const MS_ASYNC = 1
pkg syscall (linux-arm), const MS_BIND = 4096
pkg syscall (linux-arm), const MS_DIRSYNC = 128
pkg syscall (linux-arm), const MS_INVALIDATE = 2
pkg syscall (linux-arm), const MS_I_VERSION = 8388608
pkg syscall (linux-arm), const MS_KERNMOUNT = 4194304
pkg syscall (linux-arm), const MS_MANDLOCK = 64
pkg syscall (linux-arm), const MS_MGC_MSK = 4294901760
pkg syscall (linux-arm), const MS_MGC_VAL = 3236757504
pkg syscall (linux-arm), const MS_MOVE = 8192
pkg syscall (linux-arm), const MS_NOATIME = 1024
pkg syscall (linux-arm), const MS_NODEV = 4
pkg syscall (linux-arm), const MS_NODIRATIME = 2048
pkg syscall (linux-arm), const MS_NOEXEC = 8
pkg syscall (linux-arm), const MS_NOSUID = 2
pkg syscall (linux-arm), const MS_NOUSER = -2147483648
pkg syscall (linux-arm), const MS_POSIXACL = 65536
pkg syscall (linux-arm), const MS_PRIVATE = 262144
pkg syscall (linux-arm), const MS_RDONLY = 1
pkg syscall (linux-arm), const MS_REC = 16384
pkg syscall (linux-arm), const MS_RELATIME = 2097152
pkg syscall (linux-arm), const MS_REMOUNT = 32
pkg syscall (linux-arm), const MS_RMT_MASK = 8388689
pkg syscall (linux-arm), const MS_SHARED = 1048576
pkg syscall (linux-arm), const MS_SILENT = 32768
pkg syscall (linux-arm), const MS_SLAVE = 524288
pkg syscall (linux-arm), const MS_STRICTATIME = 16777216
pkg syscall (linux-arm), const MS_SYNC = 4
pkg syscall (linux-arm), const MS_SYNCHRONOUS = 16
pkg syscall (linux-arm), const MS_UNBINDABLE = 131072
pkg syscall (linux-arm), const NAME_MAX = 255
pkg syscall (linux-arm), const NETLINK_ADD_MEMBERSHIP = 1
pkg syscall (linux-arm), const NETLINK_AUDIT = 9
pkg syscall (linux-arm), const NETLINK_BROADCAST_ERROR = 4
pkg syscall (linux-arm), const NETLINK_CONNECTOR = 11
pkg syscall (linux-arm), const NETLINK_DNRTMSG = 14
pkg syscall (linux-arm), const NETLINK_DROP_MEMBERSHIP = 2
pkg syscall (linux-arm), const NETLINK_ECRYPTFS = 19
pkg syscall (linux-arm), const NETLINK_FIB_LOOKUP = 10
pkg syscall (linux-arm), const NETLINK_FIREWALL = 3
pkg syscall (linux-arm), const NETLINK_GENERIC = 16
pkg syscall (linux-arm), const NETLINK_INET_DIAG = 4
pkg syscall (linux-arm), const NETLINK_IP6_FW = 13
pkg syscall (linux-arm), const NETLINK_ISCSI = 8
pkg syscall (linux-arm), const NETLINK_KOBJECT_UEVENT = 15
pkg syscall (linux-arm), const NETLINK_NETFILTER = 12
pkg syscall (linux-arm), const NETLINK_NFLOG = 5
pkg syscall (linux-arm), const NETLINK_NO_ENOBUFS = 5
pkg syscall (linux-arm), const NETLINK_PKTINFO = 3
pkg syscall (linux-arm), const NETLINK_RDMA = 20
pkg syscall (linux-arm), const NETLINK_ROUTE = 0
pkg syscall (linux-arm), const NETLINK_SCSITRANSPORT = 18
pkg syscall (linux-arm), const NETLINK_SELINUX = 7
pkg syscall (linux-arm), const NETLINK_UNUSED = 1
pkg syscall (linux-arm), const NETLINK_USERSOCK = 2
pkg syscall (linux-arm), const NETLINK_XFRM = 6
pkg syscall (linux-arm), const NLA_ALIGNTO = 4
pkg syscall (linux-arm), const NLA_F_NESTED = 32768
pkg syscall (linux-arm), const NLA_F_NET_BYTEORDER = 16384
pkg syscall (linux-arm), const NLA_HDRLEN = 4
pkg syscall (linux-arm), const NLMSG_ALIGNTO = 4
pkg syscall (linux-arm), const NLMSG_DONE = 3
pkg syscall (linux-arm), const NLMSG_ERROR = 2
pkg syscall (linux-arm), const NLMSG_HDRLEN = 16
pkg syscall (linux-arm), const NLMSG_MIN_TYPE = 16
pkg syscall (linux-arm), const NLMSG_NOOP = 1
pkg syscall (linux-arm), const NLMSG_OVERRUN = 4
pkg syscall (linux-arm), const NLM_F_ACK = 4
pkg syscall (linux-arm), const NLM_F_APPEND = 2048
pkg syscall (linux-arm), const NLM_F_ATOMIC = 1024
pkg syscall (linux-arm), const NLM_F_CREATE = 1024
pkg syscall (linux-arm), const NLM_F_DUMP = 768
pkg syscall (linux-arm), const NLM_F_ECHO = 8
pkg syscall (linux-arm), const NLM_F_EXCL = 512
pkg syscall (linux-arm), const NLM_F_MATCH = 512
pkg syscall (linux-arm), const NLM_F_MULTI = 2
pkg syscall (linux-arm), const NLM_F_REPLACE = 256
pkg syscall (linux-arm), const NLM_F_REQUEST = 1
pkg syscall (linux-arm), const NLM_F_ROOT = 256
pkg syscall (linux-arm), const NOFLSH = 128
pkg syscall (linux-arm), const OCRNL = 8
pkg syscall (linux-arm), const OFDEL = 128
pkg syscall (linux-arm), const OFILL = 64
pkg syscall (linux-arm), const OLCUC = 2
pkg syscall (linux-arm), const ONLCR = 4
pkg syscall (linux-arm), const ONLRET = 32
pkg syscall (linux-arm), const ONOCR = 16
pkg syscall (linux-arm), const OPOST = 1
pkg syscall (linux-arm), const O_ACCMODE = 3
pkg syscall (linux-arm), const O_APPEND = 1024
pkg syscall (linux-arm), const O_ASYNC = 8192
pkg syscall (linux-arm), const O_CLOEXEC = 524288
pkg syscall (linux-arm), const O_CREAT = 64
pkg syscall (linux-arm), const O_DIRECT = 65536
pkg syscall (linux-arm), const O_DIRECTORY = 16384
pkg syscall (linux-arm), const O_DSYNC = 4096
pkg syscall (linux-arm), const O_EXCL = 128
pkg syscall (linux-arm), const O_FSYNC = 4096
pkg syscall (linux-arm), const O_LARGEFILE = 131072
pkg syscall (linux-arm), const O_NDELAY = 2048
pkg syscall (linux-arm), const O_NOATIME = 262144
pkg syscall (linux-arm), const O_NOCTTY = 256
pkg syscall (linux-arm), const O_NOFOLLOW = 32768
pkg syscall (linux-arm), const O_NONBLOCK = 2048
pkg syscall (linux-arm), const O_RSYNC = 4096
pkg syscall (linux-arm), const O_SYNC = 4096
pkg syscall (linux-arm), const O_TRUNC = 512
pkg syscall (linux-arm), const PACKET_ADD_MEMBERSHIP = 1
pkg syscall (linux-arm), const PACKET_BROADCAST = 1
pkg syscall (linux-arm), const PACKET_DROP_MEMBERSHIP = 2
pkg syscall (linux-arm), const PACKET_FASTROUTE = 6
pkg syscall (linux-arm), const PACKET_HOST = 0
pkg syscall (linux-arm), const PACKET_LOOPBACK = 5
pkg syscall (linux-arm), const PACKET_MR_ALLMULTI = 2
pkg syscall (linux-arm), const PACKET_MR_MULTICAST = 0
pkg syscall (linux-arm), const PACKET_MR_PROMISC = 1
pkg syscall (linux-arm), const PACKET_MULTICAST = 2
pkg syscall (linux-arm), const PACKET_OTHERHOST = 3
pkg syscall (linux-arm), const PACKET_OUTGOING = 4
pkg syscall (linux-arm), const PACKET_RECV_OUTPUT = 3
pkg syscall (linux-arm), const PACKET_RX_RING = 5
pkg syscall (linux-arm), const PACKET_STATISTICS = 6
pkg syscall (linux-arm), const PARENB = 256
pkg syscall (linux-arm), const PARMRK = 8
pkg syscall (linux-arm), const PARODD = 512
pkg syscall (linux-arm), const PENDIN = 16384
pkg syscall (linux-arm), const PROT_EXEC = 4
pkg syscall (linux-arm), const PROT_GROWSDOWN = 16777216
pkg syscall (linux-arm), const PROT_GROWSUP = 33554432
pkg syscall (linux-arm), const PROT_NONE = 0
pkg syscall (linux-arm), const PROT_READ = 1
pkg syscall (linux-arm), const PROT_WRITE = 2
pkg syscall (linux-arm), const PR_CAPBSET_DROP = 24
pkg syscall (linux-arm), const PR_CAPBSET_READ = 23
pkg syscall (linux-arm), const PR_CLEAR_SECCOMP_FILTER = 37
pkg syscall (linux-arm), const PR_ENDIAN_BIG = 0
pkg syscall (linux-arm), const PR_ENDIAN_LITTLE = 1
pkg syscall (linux-arm), const PR_ENDIAN_PPC_LITTLE = 2
pkg syscall (linux-arm), const PR_FPEMU_NOPRINT = 1
pkg syscall (linux-arm), const PR_FPEMU_SIGFPE = 2
pkg syscall (linux-arm), const PR_FP_EXC_ASYNC = 2
pkg syscall (linux-arm), const PR_FP_EXC_DISABLED = 0
pkg syscall (linux-arm), const PR_FP_EXC_DIV = 65536
pkg syscall (linux-arm), const PR_FP_EXC_INV = 1048576
pkg syscall (linux-arm), const PR_FP_EXC_NONRECOV = 1
pkg syscall (linux-arm), const PR_FP_EXC_OVF = 131072
pkg syscall (linux-arm), const PR_FP_EXC_PRECISE = 3
pkg syscall (linux-arm), const PR_FP_EXC_RES = 524288
pkg syscall (linux-arm), const PR_FP_EXC_SW_ENABLE = 128
pkg syscall (linux-arm), const PR_FP_EXC_UND = 262144
pkg syscall (linux-arm), const PR_GET_DUMPABLE = 3
pkg syscall (linux-arm), const PR_GET_ENDIAN = 19
pkg syscall (linux-arm), const PR_GET_FPEMU = 9
pkg syscall (linux-arm), const PR_GET_FPEXC = 11
pkg syscall (linux-arm), const PR_GET_KEEPCAPS = 7
pkg syscall (linux-arm), const PR_GET_NAME = 16
pkg syscall (linux-arm), const PR_GET_PDEATHSIG = 2
pkg syscall (linux-arm), const PR_GET_SECCOMP = 21
pkg syscall (linux-arm), const PR_GET_SECCOMP_FILTER = 35
pkg syscall (linux-arm), const PR_GET_SECUREBITS = 27
pkg syscall (linux-arm), const PR_GET_TIMERSLACK = 30
pkg syscall (linux-arm), const PR_GET_TIMING = 13
pkg syscall (linux-arm), const PR_GET_TSC = 25
pkg syscall (linux-arm), const PR_GET_UNALIGN = 5
pkg syscall (linux-arm), const PR_MCE_KILL = 33
pkg syscall (linux-arm), const PR_MCE_KILL_CLEAR = 0
pkg syscall (linux-arm), const PR_MCE_KILL_DEFAULT = 2
pkg syscall (linux-arm), const PR_MCE_KILL_EARLY = 1
pkg syscall (linux-arm), const PR_MCE_KILL_GET = 34
pkg syscall (linux-arm), const PR_MCE_KILL_LATE = 0
pkg syscall (linux-arm), const PR_MCE_KILL_SET = 1
pkg syscall (linux-arm), const PR_SECCOMP_FILTER_EVENT = 1
pkg syscall (linux-arm), const PR_SECCOMP_FILTER_SYSCALL = 0
pkg syscall (linux-arm), const PR_SET_DUMPABLE = 4
pkg syscall (linux-arm), const PR_SET_ENDIAN = 20
pkg syscall (linux-arm), const PR_SET_FPEMU = 10
pkg syscall (linux-arm), const PR_SET_FPEXC = 12
pkg syscall (linux-arm), const PR_SET_KEEPCAPS = 8
pkg syscall (linux-arm), const PR_SET_NAME = 15
pkg syscall (linux-arm), const PR_SET_PDEATHSIG = 1
pkg syscall (linux-arm), const PR_SET_PTRACER = 1499557217
pkg syscall (linux-arm), const PR_SET_SECCOMP = 22
pkg syscall (linux-arm), const PR_SET_SECCOMP_FILTER = 36
pkg syscall (linux-arm), const PR_SET_SECUREBITS = 28
pkg syscall (linux-arm), const PR_SET_TIMERSLACK = 29
pkg syscall (linux-arm), const PR_SET_TIMING = 14
pkg syscall (linux-arm), const PR_SET_TSC = 26
pkg syscall (linux-arm), const PR_SET_UNALIGN = 6
pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_DISABLE = 31
pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_ENABLE = 32
pkg syscall (linux-arm), const PR_TIMING_STATISTICAL = 0
pkg syscall (linux-arm), const PR_TIMING_TIMESTAMP = 1
pkg syscall (linux-arm), const PR_TSC_ENABLE = 1
pkg syscall (linux-arm), const PR_TSC_SIGSEGV = 2
pkg syscall (linux-arm), const PR_UNALIGN_NOPRINT = 1
pkg syscall (linux-arm), const PR_UNALIGN_SIGBUS = 2
pkg syscall (linux-arm), const PTRACE_ATTACH = 16
pkg syscall (linux-arm), const PTRACE_CONT = 7
pkg syscall (linux-arm), const PTRACE_DETACH = 17
pkg syscall (linux-arm), const PTRACE_EVENT_CLONE = 3
pkg syscall (linux-arm), const PTRACE_EVENT_EXEC = 4
pkg syscall (linux-arm), const PTRACE_EVENT_EXIT = 6
pkg syscall (linux-arm), const PTRACE_EVENT_FORK = 1
pkg syscall (linux-arm), const PTRACE_EVENT_VFORK = 2
pkg syscall (linux-arm), const PTRACE_EVENT_VFORK_DONE = 5
pkg syscall (linux-arm), const PTRACE_GETCRUNCHREGS = 25
pkg syscall (linux-arm), const PTRACE_GETEVENTMSG = 16897
pkg syscall (linux-arm), const PTRACE_GETFPREGS = 14
pkg syscall (linux-arm), const PTRACE_GETHBPREGS = 29
pkg syscall (linux-arm), const PTRACE_GETREGS = 12
pkg syscall (linux-arm), const PTRACE_GETREGSET = 16900
pkg syscall (linux-arm), const PTRACE_GETSIGINFO = 16898
pkg syscall (linux-arm), const PTRACE_GETVFPREGS = 27
pkg syscall (linux-arm), const PTRACE_GETWMMXREGS = 18
pkg syscall (linux-arm), const PTRACE_GET_THREAD_AREA = 22
pkg syscall (linux-arm), const PTRACE_KILL = 8
pkg syscall (linux-arm), const PTRACE_OLDSETOPTIONS = 21
pkg syscall (linux-arm), const PTRACE_O_MASK = 127
pkg syscall (linux-arm), const PTRACE_O_TRACECLONE = 8
pkg syscall (linux-arm), const PTRACE_O_TRACEEXEC = 16
pkg syscall (linux-arm), const PTRACE_O_TRACEEXIT = 64
pkg syscall (linux-arm), const PTRACE_O_TRACEFORK = 2
pkg syscall (linux-arm), const PTRACE_O_TRACESYSGOOD = 1
pkg syscall (linux-arm), const PTRACE_O_TRACEVFORK = 4
pkg syscall (linux-arm), const PTRACE_O_TRACEVFORKDONE = 32
pkg syscall (linux-arm), const PTRACE_PEEKDATA = 2
pkg syscall (linux-arm), const PTRACE_PEEKTEXT = 1
pkg syscall (linux-arm), const PTRACE_PEEKUSR = 3
pkg syscall (linux-arm), const PTRACE_POKEDATA = 5
pkg syscall (linux-arm), const PTRACE_POKETEXT = 4
pkg syscall (linux-arm), const PTRACE_POKEUSR = 6
pkg syscall (linux-arm), const PTRACE_SETCRUNCHREGS = 26
pkg syscall (linux-arm), const PTRACE_SETFPREGS = 15
pkg syscall (linux-arm), const PTRACE_SETHBPREGS = 30
pkg syscall (linux-arm), const PTRACE_SETOPTIONS = 16896
pkg syscall (linux-arm), const PTRACE_SETREGS = 13
pkg syscall (linux-arm), const PTRACE_SETREGSET = 16901
pkg syscall (linux-arm), const PTRACE_SETSIGINFO = 16899
pkg syscall (linux-arm), const PTRACE_SETVFPREGS = 28
pkg syscall (linux-arm), const PTRACE_SETWMMXREGS = 19
pkg syscall (linux-arm), const PTRACE_SET_SYSCALL = 23
pkg syscall (linux-arm), const PTRACE_SINGLESTEP = 9
pkg syscall (linux-arm), const PTRACE_SYSCALL = 24
pkg syscall (linux-arm), const PTRACE_TRACEME = 0
pkg syscall (linux-arm), const PT_DATA_ADDR = 65540
pkg syscall (linux-arm), const PT_TEXT_ADDR = 65536
pkg syscall (linux-arm), const PT_TEXT_END_ADDR = 65544
pkg syscall (linux-arm), const PathMax = 4096
pkg syscall (linux-arm), const RLIMIT_AS = 9
pkg syscall (linux-arm), const RLIMIT_CORE = 4
pkg syscall (linux-arm), const RLIMIT_CPU = 0
pkg syscall (linux-arm), const RLIMIT_DATA = 2
pkg syscall (linux-arm), const RLIMIT_FSIZE = 1
pkg syscall (linux-arm), const RLIMIT_NOFILE = 7
pkg syscall (linux-arm), const RLIMIT_STACK = 3
pkg syscall (linux-arm), const RLIM_INFINITY = -1
pkg syscall (linux-arm), const RTAX_ADVMSS = 8
pkg syscall (linux-arm), const RTAX_CWND = 7
pkg syscall (linux-arm), const RTAX_FEATURES = 12
pkg syscall (linux-arm), const RTAX_FEATURE_ALLFRAG = 8
pkg syscall (linux-arm), const RTAX_FEATURE_ECN = 1
pkg syscall (linux-arm), const RTAX_FEATURE_SACK = 2
pkg syscall (linux-arm), const RTAX_FEATURE_TIMESTAMP = 4
pkg syscall (linux-arm), const RTAX_HOPLIMIT = 10
pkg syscall (linux-arm), const RTAX_INITCWND = 11
pkg syscall (linux-arm), const RTAX_INITRWND = 14
pkg syscall (linux-arm), const RTAX_LOCK = 1
pkg syscall (linux-arm), const RTAX_MAX = 14
pkg syscall (linux-arm), const RTAX_MTU = 2
pkg syscall (linux-arm), const RTAX_REORDERING = 9
pkg syscall (linux-arm), const RTAX_RTO_MIN = 13
pkg syscall (linux-arm), const RTAX_RTT = 4
pkg syscall (linux-arm), const RTAX_RTTVAR = 5
pkg syscall (linux-arm), const RTAX_SSTHRESH = 6
pkg syscall (linux-arm), const RTAX_UNSPEC = 0
pkg syscall (linux-arm), const RTAX_WINDOW = 3
pkg syscall (linux-arm), const RTA_ALIGNTO = 4
pkg syscall (linux-arm), const RTA_CACHEINFO = 12
pkg syscall (linux-arm), const RTA_DST = 1
pkg syscall (linux-arm), const RTA_FLOW = 11
pkg syscall (linux-arm), const RTA_GATEWAY = 5
pkg syscall (linux-arm), const RTA_IIF = 3
pkg syscall (linux-arm), const RTA_MAX = 16
pkg syscall (linux-arm), const RTA_METRICS = 8
pkg syscall (linux-arm), const RTA_MULTIPATH = 9
pkg syscall (linux-arm), const RTA_OIF = 4
pkg syscall (linux-arm), const RTA_PREFSRC = 7
pkg syscall (linux-arm), const RTA_PRIORITY = 6
pkg syscall (linux-arm), const RTA_SRC = 2
pkg syscall (linux-arm), const RTA_TABLE = 15
pkg syscall (linux-arm), const RTA_UNSPEC = 0
pkg syscall (linux-arm), const RTCF_DIRECTSRC = 67108864
pkg syscall (linux-arm), const RTCF_DOREDIRECT = 16777216
pkg syscall (linux-arm), const RTCF_LOG = 33554432
pkg syscall (linux-arm), const RTCF_MASQ = 4194304
pkg syscall (linux-arm), const RTCF_NAT = 8388608
pkg syscall (linux-arm), const RTCF_VALVE = 2097152
pkg syscall (linux-arm), const RTF_ADDRCLASSMASK = 4160749568
pkg syscall (linux-arm), const RTF_ADDRCONF = 262144
pkg syscall (linux-arm), const RTF_ALLONLINK = 131072
pkg syscall (linux-arm), const RTF_BROADCAST = 268435456
pkg syscall (linux-arm), const RTF_CACHE = 16777216
pkg syscall (linux-arm), const RTF_DEFAULT = 65536
pkg syscall (linux-arm), const RTF_DYNAMIC = 16
pkg syscall (linux-arm), const RTF_FLOW = 33554432
pkg syscall (linux-arm), const RTF_GATEWAY = 2
pkg syscall (linux-arm), const RTF_HOST = 4
pkg syscall (linux-arm), const RTF_INTERFACE = 1073741824
pkg syscall (linux-arm), const RTF_IRTT = 256
pkg syscall (linux-arm), const RTF_LINKRT = 1048576
pkg syscall (linux-arm), const RTF_LOCAL = 2147483648
pkg syscall (linux-arm), const RTF_MODIFIED = 32
pkg syscall (linux-arm), const RTF_MSS = 64
pkg syscall (linux-arm), const RTF_MTU = 64
pkg syscall (linux-arm), const RTF_MULTICAST = 536870912
pkg syscall (linux-arm), const RTF_NAT = 134217728
pkg syscall (linux-arm), const RTF_NOFORWARD = 4096
pkg syscall (linux-arm), const RTF_NONEXTHOP = 2097152
pkg syscall (linux-arm), const RTF_NOPMTUDISC = 16384
pkg syscall (linux-arm), const RTF_POLICY = 67108864
pkg syscall (linux-arm), const RTF_REINSTATE = 8
pkg syscall (linux-arm), const RTF_REJECT = 512
pkg syscall (linux-arm), const RTF_STATIC = 1024
pkg syscall (linux-arm), const RTF_THROW = 8192
pkg syscall (linux-arm), const RTF_UP = 1
pkg syscall (linux-arm), const RTF_WINDOW = 128
pkg syscall (linux-arm), const RTF_XRESOLVE = 2048
pkg syscall (linux-arm), const RTM_BASE = 16
pkg syscall (linux-arm), const RTM_DELACTION = 49
pkg syscall (linux-arm), const RTM_DELADDR = 21
pkg syscall (linux-arm), const RTM_DELADDRLABEL = 73
pkg syscall (linux-arm), const RTM_DELLINK = 17
pkg syscall (linux-arm), const RTM_DELNEIGH = 29
pkg syscall (linux-arm), const RTM_DELQDISC = 37
pkg syscall (linux-arm), const RTM_DELROUTE = 25
pkg syscall (linux-arm), const RTM_DELRULE = 33
pkg syscall (linux-arm), const RTM_DELTCLASS = 41
pkg syscall (linux-arm), const RTM_DELTFILTER = 45
pkg syscall (linux-arm), const RTM_F_CLONED = 512
pkg syscall (linux-arm), const RTM_F_EQUALIZE = 1024
pkg syscall (linux-arm), const RTM_F_NOTIFY = 256
pkg syscall (linux-arm), const RTM_F_PREFIX = 2048
pkg syscall (linux-arm), const RTM_GETACTION = 50
pkg syscall (linux-arm), const RTM_GETADDR = 22
pkg syscall (linux-arm), const RTM_GETADDRLABEL = 74
pkg syscall (linux-arm), const RTM_GETANYCAST = 62
pkg syscall (linux-arm), const RTM_GETDCB = 78
pkg syscall (linux-arm), const RTM_GETLINK = 18
pkg syscall (linux-arm), const RTM_GETMULTICAST = 58
pkg syscall (linux-arm), const RTM_GETNEIGH = 30
pkg syscall (linux-arm), const RTM_GETNEIGHTBL = 66
pkg syscall (linux-arm), const RTM_GETQDISC = 38
pkg syscall (linux-arm), const RTM_GETROUTE = 26
pkg syscall (linux-arm), const RTM_GETRULE = 34
pkg syscall (linux-arm), const RTM_GETTCLASS = 42
pkg syscall (linux-arm), const RTM_GETTFILTER = 46
pkg syscall (linux-arm), const RTM_MAX = 79
pkg syscall (linux-arm), const RTM_NEWACTION = 48
pkg syscall (linux-arm), const RTM_NEWADDR = 20
pkg syscall (linux-arm), const RTM_NEWADDRLABEL = 72
pkg syscall (linux-arm), const RTM_NEWLINK = 16
pkg syscall (linux-arm), const RTM_NEWNDUSEROPT = 68
pkg syscall (linux-arm), const RTM_NEWNEIGH = 28
pkg syscall (linux-arm), const RTM_NEWNEIGHTBL = 64
pkg syscall (linux-arm), const RTM_NEWPREFIX = 52
pkg syscall (linux-arm), const RTM_NEWQDISC = 36
pkg syscall (linux-arm), const RTM_NEWROUTE = 24
pkg syscall (linux-arm), const RTM_NEWRULE = 32
pkg syscall (linux-arm), const RTM_NEWTCLASS = 40
pkg syscall (linux-arm), const RTM_NEWTFILTER = 44
pkg syscall (linux-arm), const RTM_NR_FAMILIES = 16
pkg syscall (linux-arm), const RTM_NR_MSGTYPES = 64
pkg syscall (linux-arm), const RTM_SETDCB = 79
pkg syscall (linux-arm), const RTM_SETLINK = 19
pkg syscall (linux-arm), const RTM_SETNEIGHTBL = 67
pkg syscall (linux-arm), const RTNH_ALIGNTO = 4
pkg syscall (linux-arm), const RTNH_F_DEAD = 1
pkg syscall (linux-arm), const RTNH_F_ONLINK = 4
pkg syscall (linux-arm), const RTNH_F_PERVASIVE = 2
pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR = 5
pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE = 6
pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE = 7
pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE = 8
pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR = 9
pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO = 12
pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE = 10
pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX = 18
pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE = 11
pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE ideal-int
pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE = 19
pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE ideal-int
pkg syscall (linux-arm), const RTNLGRP_LINK = 1
pkg syscall (linux-arm), const RTNLGRP_LINK ideal-int
pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT = 20
pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT ideal-int
pkg syscall (linux-arm), const RTNLGRP_NEIGH = 3
pkg syscall (linux-arm), const RTNLGRP_NEIGH ideal-int
pkg syscall (linux-arm), const RTNLGRP_NONE = 0
pkg syscall (linux-arm), const RTNLGRP_NONE ideal-int
pkg syscall (linux-arm), const RTNLGRP_NOTIFY = 2
pkg syscall (linux-arm), const RTNLGRP_NOTIFY ideal-int
pkg syscall (linux-arm), const RTNLGRP_TC = 4
pkg syscall (linux-arm), const RTNLGRP_TC ideal-int
pkg syscall (linux-arm), const RTN_ANYCAST = 4
pkg syscall (linux-arm), const RTN_BLACKHOLE = 6
pkg syscall (linux-arm), const RTN_BROADCAST = 3
pkg syscall (linux-arm), const RTN_LOCAL = 2
pkg syscall (linux-arm), const RTN_MAX = 11
pkg syscall (linux-arm), const RTN_MULTICAST = 5
pkg syscall (linux-arm), const RTN_NAT = 10
pkg syscall (linux-arm), const RTN_PROHIBIT = 8
pkg syscall (linux-arm), const RTN_THROW = 9
pkg syscall (linux-arm), const RTN_UNICAST = 1
pkg syscall (linux-arm), const RTN_UNREACHABLE = 7
pkg syscall (linux-arm), const RTN_UNSPEC = 0
pkg syscall (linux-arm), const RTN_XRESOLVE = 11
pkg syscall (linux-arm), const RTPROT_BIRD = 12
pkg syscall (linux-arm), const RTPROT_BOOT = 3
pkg syscall (linux-arm), const RTPROT_DHCP = 16
pkg syscall (linux-arm), const RTPROT_DNROUTED = 13
pkg syscall (linux-arm), const RTPROT_GATED = 8
pkg syscall (linux-arm), const RTPROT_KERNEL = 2
pkg syscall (linux-arm), const RTPROT_MRT = 10
pkg syscall (linux-arm), const RTPROT_NTK = 15
pkg syscall (linux-arm), const RTPROT_RA = 9
pkg syscall (linux-arm), const RTPROT_REDIRECT = 1
pkg syscall (linux-arm), const RTPROT_STATIC = 4
pkg syscall (linux-arm), const RTPROT_UNSPEC = 0
pkg syscall (linux-arm), const RTPROT_XORP = 14
pkg syscall (linux-arm), const RTPROT_ZEBRA = 11
pkg syscall (linux-arm), const RT_CLASS_DEFAULT = 253
pkg syscall (linux-arm), const RT_CLASS_LOCAL = 255
pkg syscall (linux-arm), const RT_CLASS_MAIN = 254
pkg syscall (linux-arm), const RT_CLASS_MAX = 255
pkg syscall (linux-arm), const RT_CLASS_UNSPEC = 0
pkg syscall (linux-arm), const RT_SCOPE_HOST = 254
pkg syscall (linux-arm), const RT_SCOPE_LINK = 253
pkg syscall (linux-arm), const RT_SCOPE_NOWHERE = 255
pkg syscall (linux-arm), const RT_SCOPE_SITE = 200
pkg syscall (linux-arm), const RT_SCOPE_UNIVERSE = 0
pkg syscall (linux-arm), const RT_TABLE_COMPAT = 252
pkg syscall (linux-arm), const RT_TABLE_DEFAULT = 253
pkg syscall (linux-arm), const RT_TABLE_LOCAL = 255
pkg syscall (linux-arm), const RT_TABLE_MAIN = 254
pkg syscall (linux-arm), const RT_TABLE_MAX = 4294967295
pkg syscall (linux-arm), const RT_TABLE_UNSPEC = 0
pkg syscall (linux-arm), const RUSAGE_CHILDREN = -1
pkg syscall (linux-arm), const RUSAGE_SELF = 0
pkg syscall (linux-arm), const RUSAGE_THREAD = 1
pkg syscall (linux-arm), const SCM_CREDENTIALS = 2
pkg syscall (linux-arm), const SCM_RIGHTS = 1
pkg syscall (linux-arm), const SCM_TIMESTAMP = 29
pkg syscall (linux-arm), const SCM_TIMESTAMPING = 37
pkg syscall (linux-arm), const SCM_TIMESTAMPNS = 35
pkg syscall (linux-arm), const SIGBUS = 7
pkg syscall (linux-arm), const SIGCHLD = 17
pkg syscall (linux-arm), const SIGCLD = 17
pkg syscall (linux-arm), const SIGCONT = 18
pkg syscall (linux-arm), const SIGIO = 29
pkg syscall (linux-arm), const SIGIOT = 6
pkg syscall (linux-arm), const SIGPOLL = 29
pkg syscall (linux-arm), const SIGPROF = 27
pkg syscall (linux-arm), const SIGPWR = 30
pkg syscall (linux-arm), const SIGSTKFLT = 16
pkg syscall (linux-arm), const SIGSTOP = 19
pkg syscall (linux-arm), const SIGSYS = 31
pkg syscall (linux-arm), const SIGTSTP = 20
pkg syscall (linux-arm), const SIGTTIN = 21
pkg syscall (linux-arm), const SIGTTOU = 22
pkg syscall (linux-arm), const SIGUNUSED = 31
pkg syscall (linux-arm), const SIGURG = 23
pkg syscall (linux-arm), const SIGUSR1 = 10
pkg syscall (linux-arm), const SIGUSR2 = 12
pkg syscall (linux-arm), const SIGVTALRM = 26
pkg syscall (linux-arm), const SIGWINCH = 28
pkg syscall (linux-arm), const SIGXCPU = 24
pkg syscall (linux-arm), const SIGXFSZ = 25
pkg syscall (linux-arm), const SIOCADDDLCI = 35200
pkg syscall (linux-arm), const SIOCADDMULTI = 35121
pkg syscall (linux-arm), const SIOCADDRT = 35083
pkg syscall (linux-arm), const SIOCATMARK = 35077
pkg syscall (linux-arm), const SIOCDARP = 35155
pkg syscall (linux-arm), const SIOCDELDLCI = 35201
pkg syscall (linux-arm), const SIOCDELMULTI = 35122
pkg syscall (linux-arm), const SIOCDELRT = 35084
pkg syscall (linux-arm), const SIOCDEVPRIVATE = 35312
pkg syscall (linux-arm), const SIOCDIFADDR = 35126
pkg syscall (linux-arm), const SIOCDRARP = 35168
pkg syscall (linux-arm), const SIOCGARP = 35156
pkg syscall (linux-arm), const SIOCGIFADDR = 35093
pkg syscall (linux-arm), const SIOCGIFBR = 35136
pkg syscall (linux-arm), const SIOCGIFBRDADDR = 35097
pkg syscall (linux-arm), const SIOCGIFCONF = 35090
pkg syscall (linux-arm), const SIOCGIFCOUNT = 35128
pkg syscall (linux-arm), const SIOCGIFDSTADDR = 35095
pkg syscall (linux-arm), const SIOCGIFENCAP = 35109
pkg syscall (linux-arm), const SIOCGIFFLAGS = 35091
pkg syscall (linux-arm), const SIOCGIFHWADDR = 35111
pkg syscall (linux-arm), const SIOCGIFINDEX = 35123
pkg syscall (linux-arm), const SIOCGIFMAP = 35184
pkg syscall (linux-arm), const SIOCGIFMEM = 35103
pkg syscall (linux-arm), const SIOCGIFMETRIC = 35101
pkg syscall (linux-arm), const SIOCGIFMTU = 35105
pkg syscall (linux-arm), const SIOCGIFNAME = 35088
pkg syscall (linux-arm), const SIOCGIFNETMASK = 35099
pkg syscall (linux-arm), const SIOCGIFPFLAGS = 35125
pkg syscall (linux-arm), const SIOCGIFSLAVE = 35113
pkg syscall (linux-arm), const SIOCGIFTXQLEN = 35138
pkg syscall (linux-arm), const SIOCGPGRP = 35076
pkg syscall (linux-arm), const SIOCGRARP = 35169
pkg syscall (linux-arm), const SIOCGSTAMP = 35078
pkg syscall (linux-arm), const SIOCGSTAMPNS = 35079
pkg syscall (linux-arm), const SIOCPROTOPRIVATE = 35296
pkg syscall (linux-arm), const SIOCRTMSG = 35085
pkg syscall (linux-arm), const SIOCSARP = 35157
pkg syscall (linux-arm), const SIOCSIFADDR = 35094
pkg syscall (linux-arm), const SIOCSIFBR = 35137
pkg syscall (linux-arm), const SIOCSIFBRDADDR = 35098
pkg syscall (linux-arm), const SIOCSIFDSTADDR = 35096
pkg syscall (linux-arm), const SIOCSIFENCAP = 35110
pkg syscall (linux-arm), const SIOCSIFFLAGS = 35092
pkg syscall (linux-arm), const SIOCSIFHWADDR = 35108
pkg syscall (linux-arm), const SIOCSIFHWBROADCAST = 35127
pkg syscall (linux-arm), const SIOCSIFLINK = 35089
pkg syscall (linux-arm), const SIOCSIFMAP = 35185
pkg syscall (linux-arm), const SIOCSIFMEM = 35104
pkg syscall (linux-arm), const SIOCSIFMETRIC = 35102
pkg syscall (linux-arm), const SIOCSIFMTU = 35106
pkg syscall (linux-arm), const SIOCSIFNAME = 35107
pkg syscall (linux-arm), const SIOCSIFNETMASK = 35100
pkg syscall (linux-arm), const SIOCSIFPFLAGS = 35124
pkg syscall (linux-arm), const SIOCSIFSLAVE = 35120
pkg syscall (linux-arm), const SIOCSIFTXQLEN = 35139
pkg syscall (linux-arm), const SIOCSPGRP = 35074
pkg syscall (linux-arm), const SIOCSRARP = 35170
pkg syscall (linux-arm), const SOCK_CLOEXEC = 524288
pkg syscall (linux-arm), const SOCK_DCCP = 6
pkg syscall (linux-arm), const SOCK_NONBLOCK = 2048
pkg syscall (linux-arm), const SOCK_PACKET = 10
pkg syscall (linux-arm), const SOCK_RDM = 4
pkg syscall (linux-arm), const SOL_AAL = 265
pkg syscall (linux-arm), const SOL_ATM = 264
pkg syscall (linux-arm), const SOL_DECNET = 261
pkg syscall (linux-arm), const SOL_ICMPV6 = 58
pkg syscall (linux-arm), const SOL_IP = 0
pkg syscall (linux-arm), const SOL_IPV6 = 41
pkg syscall (linux-arm), const SOL_IRDA = 266
pkg syscall (linux-arm), const SOL_PACKET = 263
pkg syscall (linux-arm), const SOL_RAW = 255
pkg syscall (linux-arm), const SOL_SOCKET = 1
pkg syscall (linux-arm), const SOL_TCP = 6
pkg syscall (linux-arm), const SOL_X25 = 262
pkg syscall (linux-arm), const SOMAXCONN = 128
pkg syscall (linux-arm), const SO_ACCEPTCONN = 30
pkg syscall (linux-arm), const SO_ATTACH_FILTER = 26
pkg syscall (linux-arm), const SO_BINDTODEVICE = 25
pkg syscall (linux-arm), const SO_BROADCAST = 6
pkg syscall (linux-arm), const SO_BSDCOMPAT = 14
pkg syscall (linux-arm), const SO_DEBUG = 1
pkg syscall (linux-arm), const SO_DETACH_FILTER = 27
pkg syscall (linux-arm), const SO_DOMAIN = 39
pkg syscall (linux-arm), const SO_DONTROUTE = 5
pkg syscall (linux-arm), const SO_ERROR = 4
pkg syscall (linux-arm), const SO_KEEPALIVE = 9
pkg syscall (linux-arm), const SO_LINGER = 13
pkg syscall (linux-arm), const SO_MARK = 36
pkg syscall (linux-arm), const SO_NO_CHECK = 11
pkg syscall (linux-arm), const SO_OOBINLINE = 10
pkg syscall (linux-arm), const SO_PASSCRED = 16
pkg syscall (linux-arm), const SO_PASSSEC = 34
pkg syscall (linux-arm), const SO_PEERCRED = 17
pkg syscall (linux-arm), const SO_PEERNAME = 28
pkg syscall (linux-arm), const SO_PEERSEC = 31
pkg syscall (linux-arm), const SO_PRIORITY = 12
pkg syscall (linux-arm), const SO_PROTOCOL = 38
pkg syscall (linux-arm), const SO_RCVBUF = 8
pkg syscall (linux-arm), const SO_RCVBUFFORCE = 33
pkg syscall (linux-arm), const SO_RCVLOWAT = 18
pkg syscall (linux-arm), const SO_RCVTIMEO = 20
pkg syscall (linux-arm), const SO_REUSEADDR = 2
pkg syscall (linux-arm), const SO_RXQ_OVFL = 40
pkg syscall (linux-arm), const SO_SECURITY_AUTHENTICATION = 22
pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_NETWORK = 24
pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
pkg syscall (linux-arm), const SO_SNDBUF = 7
pkg syscall (linux-arm), const SO_SNDBUFFORCE = 32
pkg syscall (linux-arm), const SO_SNDLOWAT = 19
pkg syscall (linux-arm), const SO_SNDTIMEO = 21
pkg syscall (linux-arm), const SO_TIMESTAMP = 29
pkg syscall (linux-arm), const SO_TIMESTAMPING = 37
pkg syscall (linux-arm), const SO_TIMESTAMPNS = 35
pkg syscall (linux-arm), const SO_TYPE = 3
pkg syscall (linux-arm), const SYS_ACCEPT = 285
pkg syscall (linux-arm), const SYS_ACCEPT4 = 366
pkg syscall (linux-arm), const SYS_ACCESS = 33
pkg syscall (linux-arm), const SYS_ACCT = 51
pkg syscall (linux-arm), const SYS_ADD_KEY = 309
pkg syscall (linux-arm), const SYS_ADJTIMEX = 124
pkg syscall (linux-arm), const SYS_ALARM = 27
pkg syscall (linux-arm), const SYS_ARM_FADVISE64_64 = 270
pkg syscall (linux-arm), const SYS_ARM_SYNC_FILE_RANGE = 341
pkg syscall (linux-arm), const SYS_BDFLUSH = 134
pkg syscall (linux-arm), const SYS_BIND = 282
pkg syscall (linux-arm), const SYS_BRK = 45
pkg syscall (linux-arm), const SYS_CAPGET = 184
pkg syscall (linux-arm), const SYS_CAPSET = 185
pkg syscall (linux-arm), const SYS_CHDIR = 12
pkg syscall (linux-arm), const SYS_CHMOD = 15
pkg syscall (linux-arm), const SYS_CHOWN = 182
pkg syscall (linux-arm), const SYS_CHOWN32 = 212
pkg syscall (linux-arm), const SYS_CHROOT = 61
pkg syscall (linux-arm), const SYS_CLOCK_ADJTIME = 372
pkg syscall (linux-arm), const SYS_CLOCK_GETRES = 264
pkg syscall (linux-arm), const SYS_CLOCK_GETTIME = 263
pkg syscall (linux-arm), const SYS_CLOCK_NANOSLEEP = 265
pkg syscall (linux-arm), const SYS_CLOCK_SETTIME = 262
pkg syscall (linux-arm), const SYS_CLONE = 120
pkg syscall (linux-arm), const SYS_CLOSE = 6
pkg syscall (linux-arm), const SYS_CONNECT = 283
pkg syscall (linux-arm), const SYS_CREAT = 8
pkg syscall (linux-arm), const SYS_DELETE_MODULE = 129
pkg syscall (linux-arm), const SYS_DUP = 41
pkg syscall (linux-arm), const SYS_DUP2 = 63
pkg syscall (linux-arm), const SYS_DUP3 = 358
pkg syscall (linux-arm), const SYS_EPOLL_CREATE = 250
pkg syscall (linux-arm), const SYS_EPOLL_CREATE1 = 357
pkg syscall (linux-arm), const SYS_EPOLL_CTL = 251
pkg syscall (linux-arm), const SYS_EPOLL_PWAIT = 346
pkg syscall (linux-arm), const SYS_EPOLL_WAIT = 252
pkg syscall (linux-arm), const SYS_EVENTFD = 351
pkg syscall (linux-arm), const SYS_EVENTFD2 = 356
pkg syscall (linux-arm), const SYS_EXECVE = 11
pkg syscall (linux-arm), const SYS_EXIT = 1
pkg syscall (linux-arm), const SYS_EXIT_GROUP = 248
pkg syscall (linux-arm), const SYS_FACCESSAT = 334
pkg syscall (linux-arm), const SYS_FALLOCATE = 352
pkg syscall (linux-arm), const SYS_FANOTIFY_INIT = 367
pkg syscall (linux-arm), const SYS_FANOTIFY_MARK = 368
pkg syscall (linux-arm), const SYS_FCHDIR = 133
pkg syscall (linux-arm), const SYS_FCHMOD = 94
pkg syscall (linux-arm), const SYS_FCHMODAT = 333
pkg syscall (linux-arm), const SYS_FCHOWN = 95
pkg syscall (linux-arm), const SYS_FCHOWN32 = 207
pkg syscall (linux-arm), const SYS_FCHOWNAT = 325
pkg syscall (linux-arm), const SYS_FCNTL = 55
pkg syscall (linux-arm), const SYS_FCNTL64 = 221
pkg syscall (linux-arm), const SYS_FDATASYNC = 148
pkg syscall (linux-arm), const SYS_FGETXATTR = 231
pkg syscall (linux-arm), const SYS_FLISTXATTR = 234
pkg syscall (linux-arm), const SYS_FLOCK = 143
pkg syscall (linux-arm), const SYS_FORK = 2
pkg syscall (linux-arm), const SYS_FREMOVEXATTR = 237
pkg syscall (linux-arm), const SYS_FSETXATTR = 228
pkg syscall (linux-arm), const SYS_FSTAT = 108
pkg syscall (linux-arm), const SYS_FSTAT64 = 197
pkg syscall (linux-arm), const SYS_FSTATAT64 = 327
pkg syscall (linux-arm), const SYS_FSTATFS = 100
pkg syscall (linux-arm), const SYS_FSTATFS64 = 267
pkg syscall (linux-arm), const SYS_FSYNC = 118
pkg syscall (linux-arm), const SYS_FTRUNCATE = 93
pkg syscall (linux-arm), const SYS_FTRUNCATE64 = 194
pkg syscall (linux-arm), const SYS_FUTEX = 240
pkg syscall (linux-arm), const SYS_FUTIMESAT = 326
pkg syscall (linux-arm), const SYS_GETCPU = 345
pkg syscall (linux-arm), const SYS_GETCWD = 183
pkg syscall (linux-arm), const SYS_GETDENTS = 141
pkg syscall (linux-arm), const SYS_GETDENTS64 = 217
pkg syscall (linux-arm), const SYS_GETEGID = 50
pkg syscall (linux-arm), const SYS_GETEGID32 = 202
pkg syscall (linux-arm), const SYS_GETEUID = 49
pkg syscall (linux-arm), const SYS_GETEUID32 = 201
pkg syscall (linux-arm), const SYS_GETGID = 47
pkg syscall (linux-arm), const SYS_GETGID32 = 200
pkg syscall (linux-arm), const SYS_GETGROUPS = 80
pkg syscall (linux-arm), const SYS_GETGROUPS32 = 205
pkg syscall (linux-arm), const SYS_GETITIMER = 105
pkg syscall (linux-arm), const SYS_GETPEERNAME = 287
pkg syscall (linux-arm), const SYS_GETPGID = 132
pkg syscall (linux-arm), const SYS_GETPGRP = 65
pkg syscall (linux-arm), const SYS_GETPID = 20
pkg syscall (linux-arm), const SYS_GETPPID = 64
pkg syscall (linux-arm), const SYS_GETPRIORITY = 96
pkg syscall (linux-arm), const SYS_GETRESGID = 171
pkg syscall (linux-arm), const SYS_GETRESGID32 = 211
pkg syscall (linux-arm), const SYS_GETRESUID = 165
pkg syscall (linux-arm), const SYS_GETRESUID32 = 209
pkg syscall (linux-arm), const SYS_GETRLIMIT = 76
pkg syscall (linux-arm), const SYS_GETRUSAGE = 77
pkg syscall (linux-arm), const SYS_GETSID = 147
pkg syscall (linux-arm), const SYS_GETSOCKNAME = 286
pkg syscall (linux-arm), const SYS_GETSOCKOPT = 295
pkg syscall (linux-arm), const SYS_GETTID = 224
pkg syscall (linux-arm), const SYS_GETTIMEOFDAY = 78
pkg syscall (linux-arm), const SYS_GETUID = 24
pkg syscall (linux-arm), const SYS_GETUID32 = 199
pkg syscall (linux-arm), const SYS_GETXATTR = 229
pkg syscall (linux-arm), const SYS_GET_MEMPOLICY = 320
pkg syscall (linux-arm), const SYS_GET_ROBUST_LIST = 339
pkg syscall (linux-arm), const SYS_INIT_MODULE = 128
pkg syscall (linux-arm), const SYS_INOTIFY_ADD_WATCH = 317
pkg syscall (linux-arm), const SYS_INOTIFY_INIT = 316
pkg syscall (linux-arm), const SYS_INOTIFY_INIT1 = 360
pkg syscall (linux-arm), const SYS_INOTIFY_RM_WATCH = 318
pkg syscall (linux-arm), const SYS_IOCTL = 54
pkg syscall (linux-arm), const SYS_IOPRIO_GET = 315
pkg syscall (linux-arm), const SYS_IOPRIO_SET = 314
pkg syscall (linux-arm), const SYS_IO_CANCEL = 247
pkg syscall (linux-arm), const SYS_IO_DESTROY = 244
pkg syscall (linux-arm), const SYS_IO_GETEVENTS = 245
pkg syscall (linux-arm), const SYS_IO_SETUP = 243
pkg syscall (linux-arm), const SYS_IO_SUBMIT = 246
pkg syscall (linux-arm), const SYS_IPC = 117
pkg syscall (linux-arm), const SYS_KEXEC_LOAD = 347
pkg syscall (linux-arm), const SYS_KEYCTL = 311
pkg syscall (linux-arm), const SYS_KILL = 37
pkg syscall (linux-arm), const SYS_LCHOWN = 16
pkg syscall (linux-arm), const SYS_LCHOWN32 = 198
pkg syscall (linux-arm), const SYS_LGETXATTR = 230
pkg syscall (linux-arm), const SYS_LINK = 9
pkg syscall (linux-arm), const SYS_LINKAT = 330
pkg syscall (linux-arm), const SYS_LISTEN = 284
pkg syscall (linux-arm), const SYS_LISTXATTR = 232
pkg syscall (linux-arm), const SYS_LLISTXATTR = 233
pkg syscall (linux-arm), const SYS_LOOKUP_DCOOKIE = 249
pkg syscall (linux-arm), const SYS_LREMOVEXATTR = 236
pkg syscall (linux-arm), const SYS_LSEEK = 19
pkg syscall (linux-arm), const SYS_LSETXATTR = 227
pkg syscall (linux-arm), const SYS_LSTAT = 107
pkg syscall (linux-arm), const SYS_LSTAT64 = 196
pkg syscall (linux-arm), const SYS_MADVISE = 220
pkg syscall (linux-arm), const SYS_MBIND = 319
pkg syscall (linux-arm), const SYS_MINCORE = 219
pkg syscall (linux-arm), const SYS_MKDIR = 39
pkg syscall (linux-arm), const SYS_MKDIRAT = 323
pkg syscall (linux-arm), const SYS_MKNOD = 14
pkg syscall (linux-arm), const SYS_MKNODAT = 324
pkg syscall (linux-arm), const SYS_MLOCK = 150
pkg syscall (linux-arm), const SYS_MLOCKALL = 152
pkg syscall (linux-arm), const SYS_MMAP = 90
pkg syscall (linux-arm), const SYS_MMAP2 = 192
pkg syscall (linux-arm), const SYS_MOUNT = 21
pkg syscall (linux-arm), const SYS_MOVE_PAGES = 344
pkg syscall (linux-arm), const SYS_MPROTECT = 125
pkg syscall (linux-arm), const SYS_MQ_GETSETATTR = 279
pkg syscall (linux-arm), const SYS_MQ_NOTIFY = 278
pkg syscall (linux-arm), const SYS_MQ_OPEN = 274
pkg syscall (linux-arm), const SYS_MQ_TIMEDRECEIVE = 277
pkg syscall (linux-arm), const SYS_MQ_TIMEDSEND = 276
pkg syscall (linux-arm), const SYS_MQ_UNLINK = 275
pkg syscall (linux-arm), const SYS_MREMAP = 163
pkg syscall (linux-arm), const SYS_MSGCTL = 304
pkg syscall (linux-arm), const SYS_MSGGET = 303
pkg syscall (linux-arm), const SYS_MSGRCV = 302
pkg syscall (linux-arm), const SYS_MSGSND = 301
pkg syscall (linux-arm), const SYS_MSYNC = 144
pkg syscall (linux-arm), const SYS_MUNLOCK = 151
pkg syscall (linux-arm), const SYS_MUNLOCKALL = 153
pkg syscall (linux-arm), const SYS_MUNMAP = 91
pkg syscall (linux-arm), const SYS_NAME_TO_HANDLE_AT = 370
pkg syscall (linux-arm), const SYS_NANOSLEEP = 162
pkg syscall (linux-arm), const SYS_NFSSERVCTL = 169
pkg syscall (linux-arm), const SYS_NICE = 34
pkg syscall (linux-arm), const SYS_OABI_SYSCALL_BASE = 0
pkg syscall (linux-arm), const SYS_OPEN = 5
pkg syscall (linux-arm), const SYS_OPENAT = 322
pkg syscall (linux-arm), const SYS_OPEN_BY_HANDLE_AT = 371
pkg syscall (linux-arm), const SYS_PAUSE = 29
pkg syscall (linux-arm), const SYS_PCICONFIG_IOBASE = 271
pkg syscall (linux-arm), const SYS_PCICONFIG_READ = 272
pkg syscall (linux-arm), const SYS_PCICONFIG_WRITE = 273
pkg syscall (linux-arm), const SYS_PERF_EVENT_OPEN = 364
pkg syscall (linux-arm), const SYS_PERSONALITY = 136
pkg syscall (linux-arm), const SYS_PIPE = 42
pkg syscall (linux-arm), const SYS_PIPE2 = 359
pkg syscall (linux-arm), const SYS_PIVOT_ROOT = 218
pkg syscall (linux-arm), const SYS_POLL = 168
pkg syscall (linux-arm), const SYS_PPOLL = 336
pkg syscall (linux-arm), const SYS_PRCTL = 172
pkg syscall (linux-arm), const SYS_PREAD64 = 180
pkg syscall (linux-arm), const SYS_PREADV = 361
pkg syscall (linux-arm), const SYS_PRLIMIT64 = 369
pkg syscall (linux-arm), const SYS_PROCESS_VM_READV = 376
pkg syscall (linux-arm), const SYS_PROCESS_VM_WRITEV = 377
pkg syscall (linux-arm), const SYS_PSELECT6 = 335
pkg syscall (linux-arm), const SYS_PTRACE = 26
pkg syscall (linux-arm), const SYS_PWRITE64 = 181
pkg syscall (linux-arm), const SYS_PWRITEV = 362
pkg syscall (linux-arm), const SYS_QUOTACTL = 131
pkg syscall (linux-arm), const SYS_READ = 3
pkg syscall (linux-arm), const SYS_READAHEAD = 225
pkg syscall (linux-arm), const SYS_READDIR = 89
pkg syscall (linux-arm), const SYS_READLINK = 85
pkg syscall (linux-arm), const SYS_READLINKAT = 332
pkg syscall (linux-arm), const SYS_READV = 145
pkg syscall (linux-arm), const SYS_REBOOT = 88
pkg syscall (linux-arm), const SYS_RECV = 291
pkg syscall (linux-arm), const SYS_RECVFROM = 292
pkg syscall (linux-arm), const SYS_RECVMMSG = 365
pkg syscall (linux-arm), const SYS_RECVMSG = 297
pkg syscall (linux-arm), const SYS_REMAP_FILE_PAGES = 253
pkg syscall (linux-arm), const SYS_REMOVEXATTR = 235
pkg syscall (linux-arm), const SYS_RENAME = 38
pkg syscall (linux-arm), const SYS_RENAMEAT = 329
pkg syscall (linux-arm), const SYS_REQUEST_KEY = 310
pkg syscall (linux-arm), const SYS_RESTART_SYSCALL = 0
pkg syscall (linux-arm), const SYS_RMDIR = 40
pkg syscall (linux-arm), const SYS_RT_SIGACTION = 174
pkg syscall (linux-arm), const SYS_RT_SIGPENDING = 176
pkg syscall (linux-arm), const SYS_RT_SIGPROCMASK = 175
pkg syscall (linux-arm), const SYS_RT_SIGQUEUEINFO = 178
pkg syscall (linux-arm), const SYS_RT_SIGRETURN = 173
pkg syscall (linux-arm), const SYS_RT_SIGSUSPEND = 179
pkg syscall (linux-arm), const SYS_RT_SIGTIMEDWAIT = 177
pkg syscall (linux-arm), const SYS_RT_TGSIGQUEUEINFO = 363
pkg syscall (linux-arm), const SYS_SCHED_GETAFFINITY = 242
pkg syscall (linux-arm), const SYS_SCHED_GETPARAM = 155
pkg syscall (linux-arm), const SYS_SCHED_GETSCHEDULER = 157
pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MAX = 159
pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MIN = 160
pkg syscall (linux-arm), const SYS_SCHED_RR_GET_INTERVAL = 161
pkg syscall (linux-arm), const SYS_SCHED_SETAFFINITY = 241
pkg syscall (linux-arm), const SYS_SCHED_SETPARAM = 154
pkg syscall (linux-arm), const SYS_SCHED_SETSCHEDULER = 156
pkg syscall (linux-arm), const SYS_SCHED_YIELD = 158
pkg syscall (linux-arm), const SYS_SELECT = 82
pkg syscall (linux-arm), const SYS_SEMCTL = 300
pkg syscall (linux-arm), const SYS_SEMGET = 299
pkg syscall (linux-arm), const SYS_SEMOP = 298
pkg syscall (linux-arm), const SYS_SEMTIMEDOP = 312
pkg syscall (linux-arm), const SYS_SEND = 289
pkg syscall (linux-arm), const SYS_SENDFILE = 187
pkg syscall (linux-arm), const SYS_SENDFILE64 = 239
pkg syscall (linux-arm), const SYS_SENDMMSG = 374
pkg syscall (linux-arm), const SYS_SENDMSG = 296
pkg syscall (linux-arm), const SYS_SENDTO = 290
pkg syscall (linux-arm), const SYS_SETDOMAINNAME = 121
pkg syscall (linux-arm), const SYS_SETFSGID = 139
pkg syscall (linux-arm), const SYS_SETFSGID32 = 216
pkg syscall (linux-arm), const SYS_SETFSUID = 138
pkg syscall (linux-arm), const SYS_SETFSUID32 = 215
pkg syscall (linux-arm), const SYS_SETGID = 46
pkg syscall (linux-arm), const SYS_SETGID32 = 214
pkg syscall (linux-arm), const SYS_SETGROUPS = 81
pkg syscall (linux-arm), const SYS_SETGROUPS32 = 206
pkg syscall (linux-arm), const SYS_SETHOSTNAME = 74
pkg syscall (linux-arm), const SYS_SETITIMER = 104
pkg syscall (linux-arm), const SYS_SETNS = 375
pkg syscall (linux-arm), const SYS_SETPGID = 57
pkg syscall (linux-arm), const SYS_SETPRIORITY = 97
pkg syscall (linux-arm), const SYS_SETREGID = 71
pkg syscall (linux-arm), const SYS_SETREGID32 = 204
pkg syscall (linux-arm), const SYS_SETRESGID = 170
pkg syscall (linux-arm), const SYS_SETRESGID32 = 210
pkg syscall (linux-arm), const SYS_SETRESUID = 164
pkg syscall (linux-arm), const SYS_SETRESUID32 = 208
pkg syscall (linux-arm), const SYS_SETREUID = 70
pkg syscall (linux-arm), const SYS_SETREUID32 = 203
pkg syscall (linux-arm), const SYS_SETRLIMIT = 75
pkg syscall (linux-arm), const SYS_SETSID = 66
pkg syscall (linux-arm), const SYS_SETSOCKOPT = 294
pkg syscall (linux-arm), const SYS_SETTIMEOFDAY = 79
pkg syscall (linux-arm), const SYS_SETUID = 23
pkg syscall (linux-arm), const SYS_SETUID32 = 213
pkg syscall (linux-arm), const SYS_SETXATTR = 226
pkg syscall (linux-arm), const SYS_SET_MEMPOLICY = 321
pkg syscall (linux-arm), const SYS_SET_ROBUST_LIST = 338
pkg syscall (linux-arm), const SYS_SET_TID_ADDRESS = 256
pkg syscall (linux-arm), const SYS_SHMAT = 305
pkg syscall (linux-arm), const SYS_SHMCTL = 308
pkg syscall (linux-arm), const SYS_SHMDT = 306
pkg syscall (linux-arm), const SYS_SHMGET = 307
pkg syscall (linux-arm), const SYS_SHUTDOWN = 293
pkg syscall (linux-arm), const SYS_SIGACTION = 67
pkg syscall (linux-arm), const SYS_SIGALTSTACK = 186
pkg syscall (linux-arm), const SYS_SIGNALFD = 349
pkg syscall (linux-arm), const SYS_SIGNALFD4 = 355
pkg syscall (linux-arm), const SYS_SIGPENDING = 73
pkg syscall (linux-arm), const SYS_SIGPROCMASK = 126
pkg syscall (linux-arm), const SYS_SIGRETURN = 119
pkg syscall (linux-arm), const SYS_SIGSUSPEND = 72
pkg syscall (linux-arm), const SYS_SOCKET = 281
pkg syscall (linux-arm), const SYS_SOCKETCALL = 102
pkg syscall (linux-arm), const SYS_SOCKETPAIR = 288
pkg syscall (linux-arm), const SYS_SPLICE = 340
pkg syscall (linux-arm), const SYS_STAT = 106
pkg syscall (linux-arm), const SYS_STAT64 = 195
pkg syscall (linux-arm), const SYS_STATFS = 99
pkg syscall (linux-arm), const SYS_STATFS64 = 266
pkg syscall (linux-arm), const SYS_STIME = 25
pkg syscall (linux-arm), const SYS_SWAPOFF = 115
pkg syscall (linux-arm), const SYS_SWAPON = 87
pkg syscall (linux-arm), const SYS_SYMLINK = 83
pkg syscall (linux-arm), const SYS_SYMLINKAT = 331
pkg syscall (linux-arm), const SYS_SYNC = 36
pkg syscall (linux-arm), const SYS_SYNCFS = 373
pkg syscall (linux-arm), const SYS_SYSCALL = 113
pkg syscall (linux-arm), const SYS_SYSCALL_BASE = 0
pkg syscall (linux-arm), const SYS_SYSFS = 135
pkg syscall (linux-arm), const SYS_SYSINFO = 116
pkg syscall (linux-arm), const SYS_SYSLOG = 103
pkg syscall (linux-arm), const SYS_TEE = 342
pkg syscall (linux-arm), const SYS_TGKILL = 268
pkg syscall (linux-arm), const SYS_TIME = 13
pkg syscall (linux-arm), const SYS_TIMERFD_CREATE = 350
pkg syscall (linux-arm), const SYS_TIMERFD_GETTIME = 354
pkg syscall (linux-arm), const SYS_TIMERFD_SETTIME = 353
pkg syscall (linux-arm), const SYS_TIMER_CREATE = 257
pkg syscall (linux-arm), const SYS_TIMER_DELETE = 261
pkg syscall (linux-arm), const SYS_TIMER_GETOVERRUN = 260
pkg syscall (linux-arm), const SYS_TIMER_GETTIME = 259
pkg syscall (linux-arm), const SYS_TIMER_SETTIME = 258
pkg syscall (linux-arm), const SYS_TIMES = 43
pkg syscall (linux-arm), const SYS_TKILL = 238
pkg syscall (linux-arm), const SYS_TRUNCATE = 92
pkg syscall (linux-arm), const SYS_TRUNCATE64 = 193
pkg syscall (linux-arm), const SYS_UGETRLIMIT = 191
pkg syscall (linux-arm), const SYS_UMASK = 60
pkg syscall (linux-arm), const SYS_UMOUNT = 22
pkg syscall (linux-arm), const SYS_UMOUNT2 = 52
pkg syscall (linux-arm), const SYS_UNAME = 122
pkg syscall (linux-arm), const SYS_UNLINK = 10
pkg syscall (linux-arm), const SYS_UNLINKAT = 328
pkg syscall (linux-arm), const SYS_UNSHARE = 337
pkg syscall (linux-arm), const SYS_USELIB = 86
pkg syscall (linux-arm), const SYS_USTAT = 62
pkg syscall (linux-arm), const SYS_UTIME = 30
pkg syscall (linux-arm), const SYS_UTIMENSAT = 348
pkg syscall (linux-arm), const SYS_UTIMES = 269
pkg syscall (linux-arm), const SYS_VFORK = 190
pkg syscall (linux-arm), const SYS_VHANGUP = 111
pkg syscall (linux-arm), const SYS_VMSPLICE = 343
pkg syscall (linux-arm), const SYS_VSERVER = 313
pkg syscall (linux-arm), const SYS_WAIT4 = 114
pkg syscall (linux-arm), const SYS_WAITID = 280
pkg syscall (linux-arm), const SYS_WRITE = 4
pkg syscall (linux-arm), const SYS_WRITEV = 146
pkg syscall (linux-arm), const SYS__LLSEEK = 140
pkg syscall (linux-arm), const SYS__NEWSELECT = 142
pkg syscall (linux-arm), const SYS__SYSCTL = 149
pkg syscall (linux-arm), const S_BLKSIZE = 512
pkg syscall (linux-arm), const S_IEXEC = 64
pkg syscall (linux-arm), const S_IFMT = 61440
pkg syscall (linux-arm), const S_IREAD = 256
pkg syscall (linux-arm), const S_IRGRP = 32
pkg syscall (linux-arm), const S_IROTH = 4
pkg syscall (linux-arm), const S_IRWXG = 56
pkg syscall (linux-arm), const S_IRWXO = 7
pkg syscall (linux-arm), const S_IRWXU = 448
pkg syscall (linux-arm), const S_IWGRP = 16
pkg syscall (linux-arm), const S_IWOTH = 2
pkg syscall (linux-arm), const S_IWRITE = 128
pkg syscall (linux-arm), const S_IXGRP = 8
pkg syscall (linux-arm), const S_IXOTH = 1
pkg syscall (linux-arm), const SizeofCmsghdr = 12
pkg syscall (linux-arm), const SizeofIPMreq = 8
pkg syscall (linux-arm), const SizeofIPMreqn = 12
pkg syscall (linux-arm), const SizeofIPv6Mreq = 20
pkg syscall (linux-arm), const SizeofIfAddrmsg = 8
pkg syscall (linux-arm), const SizeofIfInfomsg = 16
pkg syscall (linux-arm), const SizeofInet4Pktinfo = 12
pkg syscall (linux-arm), const SizeofInet6Pktinfo = 20
pkg syscall (linux-arm), const SizeofInotifyEvent = 16
pkg syscall (linux-arm), const SizeofLinger = 8
pkg syscall (linux-arm), const SizeofMsghdr = 28
pkg syscall (linux-arm), const SizeofNlAttr = 4
pkg syscall (linux-arm), const SizeofNlMsgerr = 20
pkg syscall (linux-arm), const SizeofNlMsghdr = 16
pkg syscall (linux-arm), const SizeofRtAttr = 4
pkg syscall (linux-arm), const SizeofRtGenmsg = 1
pkg syscall (linux-arm), const SizeofRtMsg = 12
pkg syscall (linux-arm), const SizeofRtNexthop = 8
pkg syscall (linux-arm), const SizeofSockFilter = 8
pkg syscall (linux-arm), const SizeofSockFprog = 8
pkg syscall (linux-arm), const SizeofSockaddrAny = 112
pkg syscall (linux-arm), const SizeofSockaddrInet4 = 16
pkg syscall (linux-arm), const SizeofSockaddrInet6 = 28
pkg syscall (linux-arm), const SizeofSockaddrLinklayer = 20
pkg syscall (linux-arm), const SizeofSockaddrNetlink = 12
pkg syscall (linux-arm), const SizeofSockaddrUnix = 110
pkg syscall (linux-arm), const SizeofTCPInfo = 104
pkg syscall (linux-arm), const SizeofTCPInfo ideal-int
pkg syscall (linux-arm), const SizeofUcred = 12
pkg syscall (linux-arm), const TCGETS = 21505
pkg syscall (linux-arm), const TCP_CONGESTION = 13
pkg syscall (linux-arm), const TCP_CORK = 3
pkg syscall (linux-arm), const TCP_DEFER_ACCEPT = 9
pkg syscall (linux-arm), const TCP_INFO = 11
pkg syscall (linux-arm), const TCP_KEEPCNT = 6
pkg syscall (linux-arm), const TCP_KEEPIDLE = 4
pkg syscall (linux-arm), const TCP_KEEPINTVL = 5
pkg syscall (linux-arm), const TCP_LINGER2 = 8
pkg syscall (linux-arm), const TCP_MAXSEG = 2
pkg syscall (linux-arm), const TCP_MAXWIN = 65535
pkg syscall (linux-arm), const TCP_MAX_WINSHIFT = 14
pkg syscall (linux-arm), const TCP_MD5SIG = 14
pkg syscall (linux-arm), const TCP_MD5SIG_MAXKEYLEN = 80
pkg syscall (linux-arm), const TCP_MSS = 512
pkg syscall (linux-arm), const TCP_QUICKACK = 12
pkg syscall (linux-arm), const TCP_SYNCNT = 7
pkg syscall (linux-arm), const TCP_WINDOW_CLAMP = 10
pkg syscall (linux-arm), const TCSETS = 21506
pkg syscall (linux-arm), const TIOCCBRK = 21544
pkg syscall (linux-arm), const TIOCCONS = 21533
pkg syscall (linux-arm), const TIOCEXCL = 21516
pkg syscall (linux-arm), const TIOCGDEV = 2147767346
pkg syscall (linux-arm), const TIOCGETD = 21540
pkg syscall (linux-arm), const TIOCGICOUNT = 21597
pkg syscall (linux-arm), const TIOCGLCKTRMIOS = 21590
pkg syscall (linux-arm), const TIOCGPGRP = 21519
pkg syscall (linux-arm), const TIOCGPTN = 2147767344
pkg syscall (linux-arm), const TIOCGRS485 = 21550
pkg syscall (linux-arm), const TIOCGSERIAL = 21534
pkg syscall (linux-arm), const TIOCGSID = 21545
pkg syscall (linux-arm), const TIOCGSOFTCAR = 21529
pkg syscall (linux-arm), const TIOCGWINSZ = 21523
pkg syscall (linux-arm), const TIOCINQ = 21531
pkg syscall (linux-arm), const TIOCLINUX = 21532
pkg syscall (linux-arm), const TIOCMBIC = 21527
pkg syscall (linux-arm), const TIOCMBIS = 21526
pkg syscall (linux-arm), const TIOCMGET = 21525
pkg syscall (linux-arm), const TIOCMIWAIT = 21596
pkg syscall (linux-arm), const TIOCMSET = 21528
pkg syscall (linux-arm), const TIOCM_CAR = 64
pkg syscall (linux-arm), const TIOCM_CD = 64
pkg syscall (linux-arm), const TIOCM_CTS = 32
pkg syscall (linux-arm), const TIOCM_DSR = 256
pkg syscall (linux-arm), const TIOCM_DTR = 2
pkg syscall (linux-arm), const TIOCM_LE = 1
pkg syscall (linux-arm), const TIOCM_RI = 128
pkg syscall (linux-arm), const TIOCM_RNG = 128
pkg syscall (linux-arm), const TIOCM_RTS = 4
pkg syscall (linux-arm), const TIOCM_SR = 16
pkg syscall (linux-arm), const TIOCM_ST = 8
pkg syscall (linux-arm), const TIOCNOTTY = 21538
pkg syscall (linux-arm), const TIOCNXCL = 21517
pkg syscall (linux-arm), const TIOCOUTQ = 21521
pkg syscall (linux-arm), const TIOCPKT = 21536
pkg syscall (linux-arm), const TIOCPKT_DATA = 0
pkg syscall (linux-arm), const TIOCPKT_DOSTOP = 32
pkg syscall (linux-arm), const TIOCPKT_FLUSHREAD = 1
pkg syscall (linux-arm), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (linux-arm), const TIOCPKT_IOCTL = 64
pkg syscall (linux-arm), const TIOCPKT_NOSTOP = 16
pkg syscall (linux-arm), const TIOCPKT_START = 8
pkg syscall (linux-arm), const TIOCPKT_STOP = 4
pkg syscall (linux-arm), const TIOCSBRK = 21543
pkg syscall (linux-arm), const TIOCSCTTY = 21518
pkg syscall (linux-arm), const TIOCSERCONFIG = 21587
pkg syscall (linux-arm), const TIOCSERGETLSR = 21593
pkg syscall (linux-arm), const TIOCSERGETMULTI = 21594
pkg syscall (linux-arm), const TIOCSERGSTRUCT = 21592
pkg syscall (linux-arm), const TIOCSERGWILD = 21588
pkg syscall (linux-arm), const TIOCSERSETMULTI = 21595
pkg syscall (linux-arm), const TIOCSERSWILD = 21589
pkg syscall (linux-arm), const TIOCSER_TEMT = 1
pkg syscall (linux-arm), const TIOCSETD = 21539
pkg syscall (linux-arm), const TIOCSIG = 1074025526
pkg syscall (linux-arm), const TIOCSLCKTRMIOS = 21591
pkg syscall (linux-arm), const TIOCSPGRP = 21520
pkg syscall (linux-arm), const TIOCSPTLCK = 1074025521
pkg syscall (linux-arm), const TIOCSRS485 = 21551
pkg syscall (linux-arm), const TIOCSSERIAL = 21535
pkg syscall (linux-arm), const TIOCSSOFTCAR = 21530
pkg syscall (linux-arm), const TIOCSTI = 21522
pkg syscall (linux-arm), const TIOCSWINSZ = 21524
pkg syscall (linux-arm), const TIOCVHANGUP = 21559
pkg syscall (linux-arm), const TOSTOP = 256
pkg syscall (linux-arm), const TUNATTACHFILTER = 1074287829
pkg syscall (linux-arm), const TUNDETACHFILTER = 1074287830
pkg syscall (linux-arm), const TUNGETFEATURES = 2147767503
pkg syscall (linux-arm), const TUNGETIFF = 2147767506
pkg syscall (linux-arm), const TUNGETSNDBUF = 2147767507
pkg syscall (linux-arm), const TUNGETVNETHDRSZ = 2147767511
pkg syscall (linux-arm), const TUNSETDEBUG = 1074025673
pkg syscall (linux-arm), const TUNSETGROUP = 1074025678
pkg syscall (linux-arm), const TUNSETIFF = 1074025674
pkg syscall (linux-arm), const TUNSETLINK = 1074025677
pkg syscall (linux-arm), const TUNSETNOCSUM = 1074025672
pkg syscall (linux-arm), const TUNSETOFFLOAD = 1074025680
pkg syscall (linux-arm), const TUNSETOWNER = 1074025676
pkg syscall (linux-arm), const TUNSETPERSIST = 1074025675
pkg syscall (linux-arm), const TUNSETSNDBUF = 1074025684
pkg syscall (linux-arm), const TUNSETTXFILTER = 1074025681
pkg syscall (linux-arm), const TUNSETVNETHDRSZ = 1074025688
pkg syscall (linux-arm), const VDISCARD = 13
pkg syscall (linux-arm), const VEOF = 4
pkg syscall (linux-arm), const VEOL = 11
pkg syscall (linux-arm), const VEOL2 = 16
pkg syscall (linux-arm), const VERASE = 2
pkg syscall (linux-arm), const VINTR = 0
pkg syscall (linux-arm), const VKILL = 3
pkg syscall (linux-arm), const VLNEXT = 15
pkg syscall (linux-arm), const VMIN = 6
pkg syscall (linux-arm), const VQUIT = 1
pkg syscall (linux-arm), const VREPRINT = 12
pkg syscall (linux-arm), const VSTART = 8
pkg syscall (linux-arm), const VSTOP = 9
pkg syscall (linux-arm), const VSUSP = 10
pkg syscall (linux-arm), const VSWTC = 7
pkg syscall (linux-arm), const VTIME = 5
pkg syscall (linux-arm), const VWERASE = 14
pkg syscall (linux-arm), const WALL = 1073741824
pkg syscall (linux-arm), const WCLONE = 2147483648
pkg syscall (linux-arm), const WCONTINUED = 8
pkg syscall (linux-arm), const WEXITED = 4
pkg syscall (linux-arm), const WNOHANG = 1
pkg syscall (linux-arm), const WNOTHREAD = 536870912
pkg syscall (linux-arm), const WNOWAIT = 16777216
pkg syscall (linux-arm), const WORDSIZE = 32
pkg syscall (linux-arm), const WSTOPPED = 2
pkg syscall (linux-arm), const WUNTRACED = 2
pkg syscall (linux-arm), const XCASE = 4
pkg syscall (linux-arm), func Accept4(int, int) (int, Sockaddr, error)
pkg syscall (linux-arm), func GetsockoptUcred(int, int, int) (*Ucred, error)
pkg syscall (linux-arm), func Getxattr(string, string, []uint8) (int, error)
pkg syscall (linux-arm), func Listxattr(string, []uint8) (int, error)
pkg syscall (linux-arm), func Pipe2([]int, int) error
pkg syscall (linux-arm), func PtraceSyscall(int, int) error
pkg syscall (linux-arm), func Removexattr(string, string) error
pkg syscall (linux-arm), func Setxattr(string, string, []uint8, int) error
pkg syscall (linux-arm), func SlicePtrFromStrings([]string) ([]*uint8, error)
pkg syscall (linux-arm), type SysProcAttr struct, Ctty int
pkg syscall (linux-arm), type TCPInfo struct
pkg syscall (linux-arm), type TCPInfo struct, Advmss uint32
pkg syscall (linux-arm), type TCPInfo struct, Ato uint32
pkg syscall (linux-arm), type TCPInfo struct, Backoff uint8
pkg syscall (linux-arm), type TCPInfo struct, Ca_state uint8
pkg syscall (linux-arm), type TCPInfo struct, Fackets uint32
pkg syscall (linux-arm), type TCPInfo struct, Last_ack_recv uint32
pkg syscall (linux-arm), type TCPInfo struct, Last_ack_sent uint32
pkg syscall (linux-arm), type TCPInfo struct, Last_data_recv uint32
pkg syscall (linux-arm), type TCPInfo struct, Last_data_sent uint32
pkg syscall (linux-arm), type TCPInfo struct, Lost uint32
pkg syscall (linux-arm), type TCPInfo struct, Options uint8
pkg syscall (linux-arm), type TCPInfo struct, Pad_cgo_0 [2]uint8
pkg syscall (linux-arm), type TCPInfo struct, Pmtu uint32
pkg syscall (linux-arm), type TCPInfo struct, Probes uint8
pkg syscall (linux-arm), type TCPInfo struct, Rcv_mss uint32
pkg syscall (linux-arm), type TCPInfo struct, Rcv_rtt uint32
pkg syscall (linux-arm), type TCPInfo struct, Rcv_space uint32
pkg syscall (linux-arm), type TCPInfo struct, Rcv_ssthresh uint32
pkg syscall (linux-arm), type TCPInfo struct, Reordering uint32
pkg syscall (linux-arm), type TCPInfo struct, Retrans uint32
pkg syscall (linux-arm), type TCPInfo struct, Retransmits uint8
pkg syscall (linux-arm), type TCPInfo struct, Rto uint32
pkg syscall (linux-arm), type TCPInfo struct, Rtt uint32
pkg syscall (linux-arm), type TCPInfo struct, Rttvar uint32
pkg syscall (linux-arm), type TCPInfo struct, Sacked uint32
pkg syscall (linux-arm), type TCPInfo struct, Snd_cwnd uint32
pkg syscall (linux-arm), type TCPInfo struct, Snd_mss uint32
pkg syscall (linux-arm), type TCPInfo struct, Snd_ssthresh uint32
pkg syscall (linux-arm), type TCPInfo struct, State uint8
pkg syscall (linux-arm), type TCPInfo struct, Total_retrans uint32
pkg syscall (linux-arm), type TCPInfo struct, Unacked uint32
pkg syscall (linux-arm-cgo), const AF_ALG = 38
pkg syscall (linux-arm-cgo), const AF_APPLETALK = 5
pkg syscall (linux-arm-cgo), const AF_ASH = 18
pkg syscall (linux-arm-cgo), const AF_ATMPVC = 8
pkg syscall (linux-arm-cgo), const AF_ATMSVC = 20
pkg syscall (linux-arm-cgo), const AF_AX25 = 3
pkg syscall (linux-arm-cgo), const AF_BLUETOOTH = 31
pkg syscall (linux-arm-cgo), const AF_BRIDGE = 7
pkg syscall (linux-arm-cgo), const AF_CAIF = 37
pkg syscall (linux-arm-cgo), const AF_CAN = 29
pkg syscall (linux-arm-cgo), const AF_DECnet = 12
pkg syscall (linux-arm-cgo), const AF_ECONET = 19
pkg syscall (linux-arm-cgo), const AF_FILE = 1
pkg syscall (linux-arm-cgo), const AF_IEEE802154 = 36
pkg syscall (linux-arm-cgo), const AF_INET6 = 10
pkg syscall (linux-arm-cgo), const AF_IPX = 4
pkg syscall (linux-arm-cgo), const AF_IRDA = 23
pkg syscall (linux-arm-cgo), const AF_ISDN = 34
pkg syscall (linux-arm-cgo), const AF_IUCV = 32
pkg syscall (linux-arm-cgo), const AF_KEY = 15
pkg syscall (linux-arm-cgo), const AF_LLC = 26
pkg syscall (linux-arm-cgo), const AF_LOCAL = 1
pkg syscall (linux-arm-cgo), const AF_MAX = 39
pkg syscall (linux-arm-cgo), const AF_NETBEUI = 13
pkg syscall (linux-arm-cgo), const AF_NETLINK = 16
pkg syscall (linux-arm-cgo), const AF_NETROM = 6
pkg syscall (linux-arm-cgo), const AF_PACKET = 17
pkg syscall (linux-arm-cgo), const AF_PHONET = 35
pkg syscall (linux-arm-cgo), const AF_PPPOX = 24
pkg syscall (linux-arm-cgo), const AF_RDS = 21
pkg syscall (linux-arm-cgo), const AF_ROSE = 11
pkg syscall (linux-arm-cgo), const AF_ROUTE = 16
pkg syscall (linux-arm-cgo), const AF_RXRPC = 33
pkg syscall (linux-arm-cgo), const AF_SECURITY = 14
pkg syscall (linux-arm-cgo), const AF_SNA = 22
pkg syscall (linux-arm-cgo), const AF_TIPC = 30
pkg syscall (linux-arm-cgo), const AF_WANPIPE = 25
pkg syscall (linux-arm-cgo), const AF_X25 = 9
pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT = 264
pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK = 8
pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET = 7
pkg syscall (linux-arm-cgo), const ARPHRD_ASH = 781
pkg syscall (linux-arm-cgo), const ARPHRD_ATM = 19
pkg syscall (linux-arm-cgo), const ARPHRD_AX25 = 3
pkg syscall (linux-arm-cgo), const ARPHRD_BIF = 775
pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS = 5
pkg syscall (linux-arm-cgo), const ARPHRD_CISCO = 513
pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP = 257
pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 = 259
pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP = 517
pkg syscall (linux-arm-cgo), const ARPHRD_DLCI = 15
pkg syscall (linux-arm-cgo), const ARPHRD_ECONET = 782
pkg syscall (linux-arm-cgo), const ARPHRD_EETHER = 2
pkg syscall (linux-arm-cgo), const ARPHRD_ETHER = 1
pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 = 27
pkg syscall (linux-arm-cgo), const ARPHRD_FCAL = 785
pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC = 787
pkg syscall (linux-arm-cgo), const ARPHRD_FCPL = 786
pkg syscall (linux-arm-cgo), const ARPHRD_FCPP = 784
pkg syscall (linux-arm-cgo), const ARPHRD_FDDI = 774
pkg syscall (linux-arm-cgo), const ARPHRD_FRAD = 770
pkg syscall (linux-arm-cgo), const ARPHRD_HDLC = 513
pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI = 780
pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 = 272
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 = 801
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM = 802
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 = 804
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY = 805
pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR = 800
pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND = 32
pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP = 777
pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE = 778
pkg syscall (linux-arm-cgo), const ARPHRD_IRDA = 783
pkg syscall (linux-arm-cgo), const ARPHRD_LAPB = 516
pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK = 773
pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK = 772
pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM = 23
pkg syscall (linux-arm-cgo), const ARPHRD_NETROM = 0
pkg syscall (linux-arm-cgo), const ARPHRD_NONE = 65534
pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG = 779
pkg syscall (linux-arm-cgo), const ARPHRD_PPP = 512
pkg syscall (linux-arm-cgo), const ARPHRD_PRONET = 4
pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC = 518
pkg syscall (linux-arm-cgo), const ARPHRD_ROSE = 270
pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD = 260
pkg syscall (linux-arm-cgo), const ARPHRD_SIT = 776
pkg syscall (linux-arm-cgo), const ARPHRD_SKIP = 771
pkg syscall (linux-arm-cgo), const ARPHRD_SLIP = 256
pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 = 258
pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL = 768
pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 = 769
pkg syscall (linux-arm-cgo), const ARPHRD_VOID = 65535
pkg syscall (linux-arm-cgo), const ARPHRD_X25 = 271
pkg syscall (linux-arm-cgo), const B0 = 0
pkg syscall (linux-arm-cgo), const B1000000 = 4104
pkg syscall (linux-arm-cgo), const B110 = 3
pkg syscall (linux-arm-cgo), const B115200 = 4098
pkg syscall (linux-arm-cgo), const B1152000 = 4105
pkg syscall (linux-arm-cgo), const B1200 = 9
pkg syscall (linux-arm-cgo), const B134 = 4
pkg syscall (linux-arm-cgo), const B150 = 5
pkg syscall (linux-arm-cgo), const B1500000 = 4106
pkg syscall (linux-arm-cgo), const B1800 = 10
pkg syscall (linux-arm-cgo), const B19200 = 14
pkg syscall (linux-arm-cgo), const B200 = 6
pkg syscall (linux-arm-cgo), const B2000000 = 4107
pkg syscall (linux-arm-cgo), const B230400 = 4099
pkg syscall (linux-arm-cgo), const B2400 = 11
pkg syscall (linux-arm-cgo), const B2500000 = 4108
pkg syscall (linux-arm-cgo), const B300 = 7
pkg syscall (linux-arm-cgo), const B3000000 = 4109
pkg syscall (linux-arm-cgo), const B3500000 = 4110
pkg syscall (linux-arm-cgo), const B38400 = 15
pkg syscall (linux-arm-cgo), const B4000000 = 4111
pkg syscall (linux-arm-cgo), const B460800 = 4100
pkg syscall (linux-arm-cgo), const B4800 = 12
pkg syscall (linux-arm-cgo), const B50 = 1
pkg syscall (linux-arm-cgo), const B500000 = 4101
pkg syscall (linux-arm-cgo), const B57600 = 4097
pkg syscall (linux-arm-cgo), const B576000 = 4102
pkg syscall (linux-arm-cgo), const B600 = 8
pkg syscall (linux-arm-cgo), const B75 = 2
pkg syscall (linux-arm-cgo), const B921600 = 4103
pkg syscall (linux-arm-cgo), const B9600 = 13
pkg syscall (linux-arm-cgo), const BPF_A = 16
pkg syscall (linux-arm-cgo), const BPF_ABS = 32
pkg syscall (linux-arm-cgo), const BPF_ADD = 0
pkg syscall (linux-arm-cgo), const BPF_ALU = 4
pkg syscall (linux-arm-cgo), const BPF_AND = 80
pkg syscall (linux-arm-cgo), const BPF_B = 16
pkg syscall (linux-arm-cgo), const BPF_DIV = 48
pkg syscall (linux-arm-cgo), const BPF_H = 8
pkg syscall (linux-arm-cgo), const BPF_IMM = 0
pkg syscall (linux-arm-cgo), const BPF_IND = 64
pkg syscall (linux-arm-cgo), const BPF_JA = 0
pkg syscall (linux-arm-cgo), const BPF_JEQ = 16
pkg syscall (linux-arm-cgo), const BPF_JGE = 48
pkg syscall (linux-arm-cgo), const BPF_JGT = 32
pkg syscall (linux-arm-cgo), const BPF_JMP = 5
pkg syscall (linux-arm-cgo), const BPF_JSET = 64
pkg syscall (linux-arm-cgo), const BPF_K = 0
pkg syscall (linux-arm-cgo), const BPF_LD = 0
pkg syscall (linux-arm-cgo), const BPF_LDX = 1
pkg syscall (linux-arm-cgo), const BPF_LEN = 128
pkg syscall (linux-arm-cgo), const BPF_LSH = 96
pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (linux-arm-cgo), const BPF_MAXINSNS = 4096
pkg syscall (linux-arm-cgo), const BPF_MEM = 96
pkg syscall (linux-arm-cgo), const BPF_MEMWORDS = 16
pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (linux-arm-cgo), const BPF_MISC = 7
pkg syscall (linux-arm-cgo), const BPF_MSH = 160
pkg syscall (linux-arm-cgo), const BPF_MUL = 32
pkg syscall (linux-arm-cgo), const BPF_NEG = 128
pkg syscall (linux-arm-cgo), const BPF_OR = 64
pkg syscall (linux-arm-cgo), const BPF_RET = 6
pkg syscall (linux-arm-cgo), const BPF_RSH = 112
pkg syscall (linux-arm-cgo), const BPF_ST = 2
pkg syscall (linux-arm-cgo), const BPF_STX = 3
pkg syscall (linux-arm-cgo), const BPF_SUB = 16
pkg syscall (linux-arm-cgo), const BPF_TAX = 0
pkg syscall (linux-arm-cgo), const BPF_TXA = 128
pkg syscall (linux-arm-cgo), const BPF_W = 0
pkg syscall (linux-arm-cgo), const BPF_X = 8
pkg syscall (linux-arm-cgo), const BRKINT = 2
pkg syscall (linux-arm-cgo), const CLOCAL = 2048
pkg syscall (linux-arm-cgo), const CREAD = 128
pkg syscall (linux-arm-cgo), const CS5 = 0
pkg syscall (linux-arm-cgo), const CS6 = 16
pkg syscall (linux-arm-cgo), const CS7 = 32
pkg syscall (linux-arm-cgo), const CS8 = 48
pkg syscall (linux-arm-cgo), const CSIZE = 48
pkg syscall (linux-arm-cgo), const CSTOPB = 64
pkg syscall (linux-arm-cgo), const DT_BLK = 6
pkg syscall (linux-arm-cgo), const DT_CHR = 2
pkg syscall (linux-arm-cgo), const DT_DIR = 4
pkg syscall (linux-arm-cgo), const DT_FIFO = 1
pkg syscall (linux-arm-cgo), const DT_LNK = 10
pkg syscall (linux-arm-cgo), const DT_REG = 8
pkg syscall (linux-arm-cgo), const DT_SOCK = 12
pkg syscall (linux-arm-cgo), const DT_UNKNOWN = 0
pkg syscall (linux-arm-cgo), const DT_WHT = 14
pkg syscall (linux-arm-cgo), const E2BIG = 7
pkg syscall (linux-arm-cgo), const EACCES = 13
pkg syscall (linux-arm-cgo), const EADDRINUSE = 98
pkg syscall (linux-arm-cgo), const EADDRNOTAVAIL = 99
pkg syscall (linux-arm-cgo), const EADV = 68
pkg syscall (linux-arm-cgo), const EAFNOSUPPORT = 97
pkg syscall (linux-arm-cgo), const EAGAIN = 11
pkg syscall (linux-arm-cgo), const EALREADY = 114
pkg syscall (linux-arm-cgo), const EBADE = 52
pkg syscall (linux-arm-cgo), const EBADF = 9
pkg syscall (linux-arm-cgo), const EBADFD = 77
pkg syscall (linux-arm-cgo), const EBADMSG = 74
pkg syscall (linux-arm-cgo), const EBADR = 53
pkg syscall (linux-arm-cgo), const EBADRQC = 56
pkg syscall (linux-arm-cgo), const EBADSLT = 57
pkg syscall (linux-arm-cgo), const EBFONT = 59
pkg syscall (linux-arm-cgo), const EBUSY = 16
pkg syscall (linux-arm-cgo), const ECANCELED = 125
pkg syscall (linux-arm-cgo), const ECHILD = 10
pkg syscall (linux-arm-cgo), const ECHO = 8
pkg syscall (linux-arm-cgo), const ECHOCTL = 512
pkg syscall (linux-arm-cgo), const ECHOE = 16
pkg syscall (linux-arm-cgo), const ECHOK = 32
pkg syscall (linux-arm-cgo), const ECHOKE = 2048
pkg syscall (linux-arm-cgo), const ECHONL = 64
pkg syscall (linux-arm-cgo), const ECHOPRT = 1024
pkg syscall (linux-arm-cgo), const ECHRNG = 44
pkg syscall (linux-arm-cgo), const ECOMM = 70
pkg syscall (linux-arm-cgo), const ECONNABORTED = 103
pkg syscall (linux-arm-cgo), const ECONNREFUSED = 111
pkg syscall (linux-arm-cgo), const ECONNRESET = 104
pkg syscall (linux-arm-cgo), const EDEADLK = 35
pkg syscall (linux-arm-cgo), const EDEADLOCK = 35
pkg syscall (linux-arm-cgo), const EDESTADDRREQ = 89
pkg syscall (linux-arm-cgo), const EDOM = 33
pkg syscall (linux-arm-cgo), const EDOTDOT = 73
pkg syscall (linux-arm-cgo), const EDQUOT = 122
pkg syscall (linux-arm-cgo), const EEXIST = 17
pkg syscall (linux-arm-cgo), const EFAULT = 14
pkg syscall (linux-arm-cgo), const EFBIG = 27
pkg syscall (linux-arm-cgo), const EHOSTDOWN = 112
pkg syscall (linux-arm-cgo), const EHOSTUNREACH = 113
pkg syscall (linux-arm-cgo), const EHWPOISON = 133
pkg syscall (linux-arm-cgo), const EIDRM = 43
pkg syscall (linux-arm-cgo), const EILSEQ = 84
pkg syscall (linux-arm-cgo), const EINPROGRESS = 115
pkg syscall (linux-arm-cgo), const EINTR = 4
pkg syscall (linux-arm-cgo), const EINVAL = 22
pkg syscall (linux-arm-cgo), const EIO = 5
pkg syscall (linux-arm-cgo), const EISCONN = 106
pkg syscall (linux-arm-cgo), const EISDIR = 21
pkg syscall (linux-arm-cgo), const EISNAM = 120
pkg syscall (linux-arm-cgo), const EKEYEXPIRED = 127
pkg syscall (linux-arm-cgo), const EKEYREJECTED = 129
pkg syscall (linux-arm-cgo), const EKEYREVOKED = 128
pkg syscall (linux-arm-cgo), const EL2HLT = 51
pkg syscall (linux-arm-cgo), const EL2NSYNC = 45
pkg syscall (linux-arm-cgo), const EL3HLT = 46
pkg syscall (linux-arm-cgo), const EL3RST = 47
pkg syscall (linux-arm-cgo), const ELF_NGREG = 18
pkg syscall (linux-arm-cgo), const ELF_PRARGSZ = 80
pkg syscall (linux-arm-cgo), const ELIBACC = 79
pkg syscall (linux-arm-cgo), const ELIBBAD = 80
pkg syscall (linux-arm-cgo), const ELIBEXEC = 83
pkg syscall (linux-arm-cgo), const ELIBMAX = 82
pkg syscall (linux-arm-cgo), const ELIBSCN = 81
pkg syscall (linux-arm-cgo), const ELNRNG = 48
pkg syscall (linux-arm-cgo), const ELOOP = 40
pkg syscall (linux-arm-cgo), const EMEDIUMTYPE = 124
pkg syscall (linux-arm-cgo), const EMFILE = 24
pkg syscall (linux-arm-cgo), const EMLINK = 31
pkg syscall (linux-arm-cgo), const EMSGSIZE = 90
pkg syscall (linux-arm-cgo), const EMULTIHOP = 72
pkg syscall (linux-arm-cgo), const ENAMETOOLONG = 36
pkg syscall (linux-arm-cgo), const ENAVAIL = 119
pkg syscall (linux-arm-cgo), const ENETDOWN = 100
pkg syscall (linux-arm-cgo), const ENETRESET = 102
pkg syscall (linux-arm-cgo), const ENETUNREACH = 101
pkg syscall (linux-arm-cgo), const ENFILE = 23
pkg syscall (linux-arm-cgo), const ENOANO = 55
pkg syscall (linux-arm-cgo), const ENOBUFS = 105
pkg syscall (linux-arm-cgo), const ENOCSI = 50
pkg syscall (linux-arm-cgo), const ENODATA = 61
pkg syscall (linux-arm-cgo), const ENODEV = 19
pkg syscall (linux-arm-cgo), const ENOEXEC = 8
pkg syscall (linux-arm-cgo), const ENOKEY = 126
pkg syscall (linux-arm-cgo), const ENOLCK = 37
pkg syscall (linux-arm-cgo), const ENOLINK = 67
pkg syscall (linux-arm-cgo), const ENOMEDIUM = 123
pkg syscall (linux-arm-cgo), const ENOMEM = 12
pkg syscall (linux-arm-cgo), const ENOMSG = 42
pkg syscall (linux-arm-cgo), const ENONET = 64
pkg syscall (linux-arm-cgo), const ENOPKG = 65
pkg syscall (linux-arm-cgo), const ENOPROTOOPT = 92
pkg syscall (linux-arm-cgo), const ENOSPC = 28
pkg syscall (linux-arm-cgo), const ENOSR = 63
pkg syscall (linux-arm-cgo), const ENOSTR = 60
pkg syscall (linux-arm-cgo), const ENOSYS = 38
pkg syscall (linux-arm-cgo), const ENOTBLK = 15
pkg syscall (linux-arm-cgo), const ENOTCONN = 107
pkg syscall (linux-arm-cgo), const ENOTDIR = 20
pkg syscall (linux-arm-cgo), const ENOTEMPTY = 39
pkg syscall (linux-arm-cgo), const ENOTNAM = 118
pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE = 131
pkg syscall (linux-arm-cgo), const ENOTSOCK = 88
pkg syscall (linux-arm-cgo), const ENOTSUP = 95
pkg syscall (linux-arm-cgo), const ENOTTY = 25
pkg syscall (linux-arm-cgo), const ENOTUNIQ = 76
pkg syscall (linux-arm-cgo), const ENXIO = 6
pkg syscall (linux-arm-cgo), const EOPNOTSUPP = 95
pkg syscall (linux-arm-cgo), const EOVERFLOW = 75
pkg syscall (linux-arm-cgo), const EOWNERDEAD = 130
pkg syscall (linux-arm-cgo), const EPERM = 1
pkg syscall (linux-arm-cgo), const EPFNOSUPPORT = 96
pkg syscall (linux-arm-cgo), const EPIPE = 32
pkg syscall (linux-arm-cgo), const EPOLLERR = 8
pkg syscall (linux-arm-cgo), const EPOLLET = -2147483648
pkg syscall (linux-arm-cgo), const EPOLLHUP = 16
pkg syscall (linux-arm-cgo), const EPOLLIN = 1
pkg syscall (linux-arm-cgo), const EPOLLMSG = 1024
pkg syscall (linux-arm-cgo), const EPOLLONESHOT = 1073741824
pkg syscall (linux-arm-cgo), const EPOLLOUT = 4
pkg syscall (linux-arm-cgo), const EPOLLPRI = 2
pkg syscall (linux-arm-cgo), const EPOLLRDBAND = 128
pkg syscall (linux-arm-cgo), const EPOLLRDHUP = 8192
pkg syscall (linux-arm-cgo), const EPOLLRDNORM = 64
pkg syscall (linux-arm-cgo), const EPOLLWRBAND = 512
pkg syscall (linux-arm-cgo), const EPOLLWRNORM = 256
pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC = 524288
pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD = 1
pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL = 2
pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD = 3
pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK = 2048
pkg syscall (linux-arm-cgo), const EPROTO = 71
pkg syscall (linux-arm-cgo), const EPROTONOSUPPORT = 93
pkg syscall (linux-arm-cgo), const EPROTOTYPE = 91
pkg syscall (linux-arm-cgo), const ERANGE = 34
pkg syscall (linux-arm-cgo), const EREMCHG = 78
pkg syscall (linux-arm-cgo), const EREMOTE = 66
pkg syscall (linux-arm-cgo), const EREMOTEIO = 121
pkg syscall (linux-arm-cgo), const ERESTART = 85
pkg syscall (linux-arm-cgo), const ERFKILL = 132
pkg syscall (linux-arm-cgo), const EROFS = 30
pkg syscall (linux-arm-cgo), const ESHUTDOWN = 108
pkg syscall (linux-arm-cgo), const ESOCKTNOSUPPORT = 94
pkg syscall (linux-arm-cgo), const ESPIPE = 29
pkg syscall (linux-arm-cgo), const ESRCH = 3
pkg syscall (linux-arm-cgo), const ESRMNT = 69
pkg syscall (linux-arm-cgo), const ESTALE = 116
pkg syscall (linux-arm-cgo), const ESTRPIPE = 86
pkg syscall (linux-arm-cgo), const ETH_P_1588 = 35063
pkg syscall (linux-arm-cgo), const ETH_P_8021Q = 33024
pkg syscall (linux-arm-cgo), const ETH_P_802_2 = 4
pkg syscall (linux-arm-cgo), const ETH_P_802_3 = 1
pkg syscall (linux-arm-cgo), const ETH_P_AARP = 33011
pkg syscall (linux-arm-cgo), const ETH_P_ALL = 3
pkg syscall (linux-arm-cgo), const ETH_P_AOE = 34978
pkg syscall (linux-arm-cgo), const ETH_P_ARCNET = 26
pkg syscall (linux-arm-cgo), const ETH_P_ARP = 2054
pkg syscall (linux-arm-cgo), const ETH_P_ATALK = 32923
pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE = 34948
pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA = 34892
pkg syscall (linux-arm-cgo), const ETH_P_AX25 = 2
pkg syscall (linux-arm-cgo), const ETH_P_BPQ = 2303
pkg syscall (linux-arm-cgo), const ETH_P_CAIF = 247
pkg syscall (linux-arm-cgo), const ETH_P_CAN = 12
pkg syscall (linux-arm-cgo), const ETH_P_CONTROL = 22
pkg syscall (linux-arm-cgo), const ETH_P_CUST = 24582
pkg syscall (linux-arm-cgo), const ETH_P_DDCMP = 6
pkg syscall (linux-arm-cgo), const ETH_P_DEC = 24576
pkg syscall (linux-arm-cgo), const ETH_P_DIAG = 24581
pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL = 24577
pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC = 24578
pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT = 24579
pkg syscall (linux-arm-cgo), const ETH_P_DSA = 27
pkg syscall (linux-arm-cgo), const ETH_P_ECONET = 24
pkg syscall (linux-arm-cgo), const ETH_P_EDSA = 56026
pkg syscall (linux-arm-cgo), const ETH_P_FCOE = 35078
pkg syscall (linux-arm-cgo), const ETH_P_FIP = 35092
pkg syscall (linux-arm-cgo), const ETH_P_HDLC = 25
pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 = 246
pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP = 2560
pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT = 2561
pkg syscall (linux-arm-cgo), const ETH_P_IP = 2048
pkg syscall (linux-arm-cgo), const ETH_P_IPV6 = 34525
pkg syscall (linux-arm-cgo), const ETH_P_IPX = 33079
pkg syscall (linux-arm-cgo), const ETH_P_IRDA = 23
pkg syscall (linux-arm-cgo), const ETH_P_LAT = 24580
pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL = 34924
pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK = 9
pkg syscall (linux-arm-cgo), const ETH_P_LOOP = 96
pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX = 21
pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC = 34888
pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC = 34887
pkg syscall (linux-arm-cgo), const ETH_P_PAE = 34958
pkg syscall (linux-arm-cgo), const ETH_P_PAUSE = 34824
pkg syscall (linux-arm-cgo), const ETH_P_PHONET = 245
pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK = 16
pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC = 34915
pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP = 8
pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES = 34916
pkg syscall (linux-arm-cgo), const ETH_P_PUP = 512
pkg syscall (linux-arm-cgo), const ETH_P_PUPAT = 513
pkg syscall (linux-arm-cgo), const ETH_P_RARP = 32821
pkg syscall (linux-arm-cgo), const ETH_P_SCA = 24583
pkg syscall (linux-arm-cgo), const ETH_P_SLOW = 34825
pkg syscall (linux-arm-cgo), const ETH_P_SNAP = 5
pkg syscall (linux-arm-cgo), const ETH_P_TEB = 25944
pkg syscall (linux-arm-cgo), const ETH_P_TIPC = 35018
pkg syscall (linux-arm-cgo), const ETH_P_TRAILER = 28
pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 = 17
pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP = 7
pkg syscall (linux-arm-cgo), const ETH_P_WCCP = 34878
pkg syscall (linux-arm-cgo), const ETH_P_X25 = 2053
pkg syscall (linux-arm-cgo), const ETIME = 62
pkg syscall (linux-arm-cgo), const ETIMEDOUT = 110
pkg syscall (linux-arm-cgo), const ETOOMANYREFS = 109
pkg syscall (linux-arm-cgo), const ETXTBSY = 26
pkg syscall (linux-arm-cgo), const EUCLEAN = 117
pkg syscall (linux-arm-cgo), const EUNATCH = 49
pkg syscall (linux-arm-cgo), const EUSERS = 87
pkg syscall (linux-arm-cgo), const EWOULDBLOCK = 11
pkg syscall (linux-arm-cgo), const EXDEV = 18
pkg syscall (linux-arm-cgo), const EXFULL = 54
pkg syscall (linux-arm-cgo), const FD_CLOEXEC = 1
pkg syscall (linux-arm-cgo), const FD_SETSIZE = 1024
pkg syscall (linux-arm-cgo), const FLUSHO = 4096
pkg syscall (linux-arm-cgo), const F_DUPFD = 0
pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC = 1030
pkg syscall (linux-arm-cgo), const F_EXLCK = 4
pkg syscall (linux-arm-cgo), const F_GETFD = 1
pkg syscall (linux-arm-cgo), const F_GETFL = 3
pkg syscall (linux-arm-cgo), const F_GETLEASE = 1025
pkg syscall (linux-arm-cgo), const F_GETLK = 12
pkg syscall (linux-arm-cgo), const F_GETLK64 = 12
pkg syscall (linux-arm-cgo), const F_GETOWN = 9
pkg syscall (linux-arm-cgo), const F_GETOWN_EX = 16
pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ = 1032
pkg syscall (linux-arm-cgo), const F_GETSIG = 11
pkg syscall (linux-arm-cgo), const F_LOCK = 1
pkg syscall (linux-arm-cgo), const F_NOTIFY = 1026
pkg syscall (linux-arm-cgo), const F_OK = 0
pkg syscall (linux-arm-cgo), const F_RDLCK = 0
pkg syscall (linux-arm-cgo), const F_SETFD = 2
pkg syscall (linux-arm-cgo), const F_SETFL = 4
pkg syscall (linux-arm-cgo), const F_SETLEASE = 1024
pkg syscall (linux-arm-cgo), const F_SETLK = 13
pkg syscall (linux-arm-cgo), const F_SETLK64 = 13
pkg syscall (linux-arm-cgo), const F_SETLKW = 14
pkg syscall (linux-arm-cgo), const F_SETLKW64 = 14
pkg syscall (linux-arm-cgo), const F_SETOWN = 8
pkg syscall (linux-arm-cgo), const F_SETOWN_EX = 15
pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ = 1031
pkg syscall (linux-arm-cgo), const F_SETSIG = 10
pkg syscall (linux-arm-cgo), const F_SHLCK = 8
pkg syscall (linux-arm-cgo), const F_TEST = 3
pkg syscall (linux-arm-cgo), const F_TLOCK = 2
pkg syscall (linux-arm-cgo), const F_ULOCK = 0
pkg syscall (linux-arm-cgo), const F_UNLCK = 2
pkg syscall (linux-arm-cgo), const F_WRLCK = 1
pkg syscall (linux-arm-cgo), const HUPCL = 1024
pkg syscall (linux-arm-cgo), const ICANON = 2
pkg syscall (linux-arm-cgo), const ICRNL = 256
pkg syscall (linux-arm-cgo), const IEXTEN = 32768
pkg syscall (linux-arm-cgo), const IFA_ADDRESS = 1
pkg syscall (linux-arm-cgo), const IFA_ANYCAST = 5
pkg syscall (linux-arm-cgo), const IFA_BROADCAST = 4
pkg syscall (linux-arm-cgo), const IFA_CACHEINFO = 6
pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED = 8
pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED = 32
pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS = 16
pkg syscall (linux-arm-cgo), const IFA_F_NODAD = 2
pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC = 4
pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT = 128
pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY = 1
pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY = 1
pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE = 64
pkg syscall (linux-arm-cgo), const IFA_LABEL = 3
pkg syscall (linux-arm-cgo), const IFA_LOCAL = 2
pkg syscall (linux-arm-cgo), const IFA_MAX = 7
pkg syscall (linux-arm-cgo), const IFA_MULTICAST = 7
pkg syscall (linux-arm-cgo), const IFA_UNSPEC = 0
pkg syscall (linux-arm-cgo), const IFF_ALLMULTI = 512
pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA = 16384
pkg syscall (linux-arm-cgo), const IFF_DEBUG = 4
pkg syscall (linux-arm-cgo), const IFF_DYNAMIC = 32768
pkg syscall (linux-arm-cgo), const IFF_LOOPBACK = 8
pkg syscall (linux-arm-cgo), const IFF_MASTER = 1024
pkg syscall (linux-arm-cgo), const IFF_MULTICAST = 4096
pkg syscall (linux-arm-cgo), const IFF_NOARP = 128
pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS = 32
pkg syscall (linux-arm-cgo), const IFF_NO_PI = 4096
pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE = 8192
pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT = 16
pkg syscall (linux-arm-cgo), const IFF_PORTSEL = 8192
pkg syscall (linux-arm-cgo), const IFF_PROMISC = 256
pkg syscall (linux-arm-cgo), const IFF_RUNNING = 64
pkg syscall (linux-arm-cgo), const IFF_SLAVE = 2048
pkg syscall (linux-arm-cgo), const IFF_TAP = 2
pkg syscall (linux-arm-cgo), const IFF_TUN = 1
pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL = 32768
pkg syscall (linux-arm-cgo), const IFF_VNET_HDR = 16384
pkg syscall (linux-arm-cgo), const IFLA_ADDRESS = 1
pkg syscall (linux-arm-cgo), const IFLA_BROADCAST = 2
pkg syscall (linux-arm-cgo), const IFLA_COST = 8
pkg syscall (linux-arm-cgo), const IFLA_IFALIAS = 20
pkg syscall (linux-arm-cgo), const IFLA_IFNAME = 3
pkg syscall (linux-arm-cgo), const IFLA_LINK = 5
pkg syscall (linux-arm-cgo), const IFLA_LINKINFO = 18
pkg syscall (linux-arm-cgo), const IFLA_LINKMODE = 17
pkg syscall (linux-arm-cgo), const IFLA_MAP = 14
pkg syscall (linux-arm-cgo), const IFLA_MASTER = 10
pkg syscall (linux-arm-cgo), const IFLA_MAX = 29
pkg syscall (linux-arm-cgo), const IFLA_MTU = 4
pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID = 19
pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE = 16
pkg syscall (linux-arm-cgo), const IFLA_PRIORITY = 9
pkg syscall (linux-arm-cgo), const IFLA_PROTINFO = 12
pkg syscall (linux-arm-cgo), const IFLA_QDISC = 6
pkg syscall (linux-arm-cgo), const IFLA_STATS = 7
pkg syscall (linux-arm-cgo), const IFLA_TXQLEN = 13
pkg syscall (linux-arm-cgo), const IFLA_UNSPEC = 0
pkg syscall (linux-arm-cgo), const IFLA_WEIGHT = 15
pkg syscall (linux-arm-cgo), const IFLA_WIRELESS = 11
pkg syscall (linux-arm-cgo), const IFNAMSIZ = 16
pkg syscall (linux-arm-cgo), const IGNBRK = 1
pkg syscall (linux-arm-cgo), const IGNCR = 128
pkg syscall (linux-arm-cgo), const IGNPAR = 4
pkg syscall (linux-arm-cgo), const IMAXBEL = 8192
pkg syscall (linux-arm-cgo), const INLCR = 64
pkg syscall (linux-arm-cgo), const INPCK = 16
pkg syscall (linux-arm-cgo), const IN_ACCESS = 1
pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS = 4095
pkg syscall (linux-arm-cgo), const IN_ATTRIB = 4
pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX = 128
pkg syscall (linux-arm-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (linux-arm-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST = 255
pkg syscall (linux-arm-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (linux-arm-cgo), const IN_CLOEXEC = 524288
pkg syscall (linux-arm-cgo), const IN_CLOSE = 24
pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE = 16
pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE = 8
pkg syscall (linux-arm-cgo), const IN_CREATE = 256
pkg syscall (linux-arm-cgo), const IN_DELETE = 512
pkg syscall (linux-arm-cgo), const IN_DELETE_SELF = 1024
pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW = 33554432
pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK = 67108864
pkg syscall (linux-arm-cgo), const IN_IGNORED = 32768
pkg syscall (linux-arm-cgo), const IN_ISDIR = 1073741824
pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET = 127
pkg syscall (linux-arm-cgo), const IN_MASK_ADD = 536870912
pkg syscall (linux-arm-cgo), const IN_MODIFY = 2
pkg syscall (linux-arm-cgo), const IN_MOVE = 192
pkg syscall (linux-arm-cgo), const IN_MOVED_FROM = 64
pkg syscall (linux-arm-cgo), const IN_MOVED_TO = 128
pkg syscall (linux-arm-cgo), const IN_MOVE_SELF = 2048
pkg syscall (linux-arm-cgo), const IN_NONBLOCK = 2048
pkg syscall (linux-arm-cgo), const IN_ONESHOT = 2147483648
pkg syscall (linux-arm-cgo), const IN_ONLYDIR = 16777216
pkg syscall (linux-arm-cgo), const IN_OPEN = 32
pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW = 16384
pkg syscall (linux-arm-cgo), const IN_UNMOUNT = 8192
pkg syscall (linux-arm-cgo), const IPPROTO_AH = 51
pkg syscall (linux-arm-cgo), const IPPROTO_COMP = 108
pkg syscall (linux-arm-cgo), const IPPROTO_DCCP = 33
pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (linux-arm-cgo), const IPPROTO_EGP = 8
pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP = 98
pkg syscall (linux-arm-cgo), const IPPROTO_ESP = 50
pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (linux-arm-cgo), const IPPROTO_GRE = 47
pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (linux-arm-cgo), const IPPROTO_ICMP = 1
pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (linux-arm-cgo), const IPPROTO_IDP = 22
pkg syscall (linux-arm-cgo), const IPPROTO_IGMP = 2
pkg syscall (linux-arm-cgo), const IPPROTO_IPIP = 4
pkg syscall (linux-arm-cgo), const IPPROTO_MTP = 92
pkg syscall (linux-arm-cgo), const IPPROTO_NONE = 59
pkg syscall (linux-arm-cgo), const IPPROTO_PIM = 103
pkg syscall (linux-arm-cgo), const IPPROTO_PUP = 12
pkg syscall (linux-arm-cgo), const IPPROTO_RAW = 255
pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING = 43
pkg syscall (linux-arm-cgo), const IPPROTO_RSVP = 46
pkg syscall (linux-arm-cgo), const IPPROTO_SCTP = 132
pkg syscall (linux-arm-cgo), const IPPROTO_TP = 29
pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE = 136
pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS = 4
pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT = 8
pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS = 3
pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO = 2
pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS = 6
pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR = 5
pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM = 1
pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP = 20
pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR = 10
pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM = 7
pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP = 21
pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS = 59
pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT = 52
pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS = 54
pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY = 34
pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST = 27
pkg syscall (linux-arm-cgo), const IPV6_JOIN_GROUP = 20
pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST = 28
pkg syscall (linux-arm-cgo), const IPV6_LEAVE_GROUP = 21
pkg syscall (linux-arm-cgo), const IPV6_MTU = 24
pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER = 23
pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_HOPS = 18
pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_IF = 17
pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_LOOP = 19
pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP = 9
pkg syscall (linux-arm-cgo), const IPV6_PKTINFO = 50
pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO = 2
pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT = 0
pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE = 3
pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT = 1
pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS = 58
pkg syscall (linux-arm-cgo), const IPV6_RECVERR = 25
pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT = 51
pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS = 53
pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO = 49
pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR = 56
pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS = 66
pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT = 22
pkg syscall (linux-arm-cgo), const IPV6_RTHDR = 57
pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS = 55
pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS = 59
pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS = 54
pkg syscall (linux-arm-cgo), const IPV6_TCLASS = 67
pkg syscall (linux-arm-cgo), const IPV6_UNICAST_HOPS = 16
pkg syscall (linux-arm-cgo), const IPV6_V6ONLY = 26
pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY = 35
pkg syscall (linux-arm-cgo), const IP_ADD_MEMBERSHIP = 35
pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE = 38
pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (linux-arm-cgo), const IP_DF = 16384
pkg syscall (linux-arm-cgo), const IP_DROP_MEMBERSHIP = 36
pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
pkg syscall (linux-arm-cgo), const IP_FREEBIND = 15
pkg syscall (linux-arm-cgo), const IP_HDRINCL = 3
pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY = 16
pkg syscall (linux-arm-cgo), const IP_MAXPACKET = 65535
pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (linux-arm-cgo), const IP_MF = 8192
pkg syscall (linux-arm-cgo), const IP_MINTTL = 21
pkg syscall (linux-arm-cgo), const IP_MSFILTER = 41
pkg syscall (linux-arm-cgo), const IP_MSS = 576
pkg syscall (linux-arm-cgo), const IP_MTU = 14
pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER = 10
pkg syscall (linux-arm-cgo), const IP_MULTICAST_IF = 32
pkg syscall (linux-arm-cgo), const IP_MULTICAST_LOOP = 34
pkg syscall (linux-arm-cgo), const IP_MULTICAST_TTL = 33
pkg syscall (linux-arm-cgo), const IP_OFFMASK = 8191
pkg syscall (linux-arm-cgo), const IP_OPTIONS = 4
pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR = 20
pkg syscall (linux-arm-cgo), const IP_PASSSEC = 18
pkg syscall (linux-arm-cgo), const IP_PKTINFO = 8
pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS = 9
pkg syscall (linux-arm-cgo), const IP_PMTUDISC = 10
pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO = 2
pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT = 0
pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE = 3
pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT = 1
pkg syscall (linux-arm-cgo), const IP_RECVERR = 11
pkg syscall (linux-arm-cgo), const IP_RECVOPTS = 6
pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR = 20
pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS = 7
pkg syscall (linux-arm-cgo), const IP_RECVTOS = 13
pkg syscall (linux-arm-cgo), const IP_RECVTTL = 12
pkg syscall (linux-arm-cgo), const IP_RETOPTS = 7
pkg syscall (linux-arm-cgo), const IP_RF = 32768
pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT = 5
pkg syscall (linux-arm-cgo), const IP_TOS = 1
pkg syscall (linux-arm-cgo), const IP_TRANSPARENT = 19
pkg syscall (linux-arm-cgo), const IP_TTL = 2
pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE = 37
pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY = 17
pkg syscall (linux-arm-cgo), const ISIG = 1
pkg syscall (linux-arm-cgo), const ISTRIP = 32
pkg syscall (linux-arm-cgo), const IUCLC = 512
pkg syscall (linux-arm-cgo), const IUTF8 = 16384
pkg syscall (linux-arm-cgo), const IXANY = 2048
pkg syscall (linux-arm-cgo), const IXOFF = 4096
pkg syscall (linux-arm-cgo), const IXON = 1024
pkg syscall (linux-arm-cgo), const ImplementsGetwd = true
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
pkg syscall (linux-arm-cgo), const LOCK_EX = 2
pkg syscall (linux-arm-cgo), const LOCK_NB = 4
pkg syscall (linux-arm-cgo), const LOCK_SH = 1
pkg syscall (linux-arm-cgo), const LOCK_UN = 8
pkg syscall (linux-arm-cgo), const MADV_DOFORK = 11
pkg syscall (linux-arm-cgo), const MADV_DONTFORK = 10
pkg syscall (linux-arm-cgo), const MADV_DONTNEED = 4
pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE = 14
pkg syscall (linux-arm-cgo), const MADV_HWPOISON = 100
pkg syscall (linux-arm-cgo), const MADV_MERGEABLE = 12
pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE = 15
pkg syscall (linux-arm-cgo), const MADV_NORMAL = 0
pkg syscall (linux-arm-cgo), const MADV_RANDOM = 1
pkg syscall (linux-arm-cgo), const MADV_REMOVE = 9
pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL = 2
pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE = 13
pkg syscall (linux-arm-cgo), const MADV_WILLNEED = 3
pkg syscall (linux-arm-cgo), const MAP_ANON = 32
pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS = 32
pkg syscall (linux-arm-cgo), const MAP_DENYWRITE = 2048
pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE = 4096
pkg syscall (linux-arm-cgo), const MAP_FILE = 0
pkg syscall (linux-arm-cgo), const MAP_FIXED = 16
pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN = 256
pkg syscall (linux-arm-cgo), const MAP_LOCKED = 8192
pkg syscall (linux-arm-cgo), const MAP_NONBLOCK = 65536
pkg syscall (linux-arm-cgo), const MAP_NORESERVE = 16384
pkg syscall (linux-arm-cgo), const MAP_POPULATE = 32768
pkg syscall (linux-arm-cgo), const MAP_PRIVATE = 2
pkg syscall (linux-arm-cgo), const MAP_SHARED = 1
pkg syscall (linux-arm-cgo), const MAP_TYPE = 15
pkg syscall (linux-arm-cgo), const MCL_CURRENT = 1
pkg syscall (linux-arm-cgo), const MCL_FUTURE = 2
pkg syscall (linux-arm-cgo), const MNT_DETACH = 2
pkg syscall (linux-arm-cgo), const MNT_EXPIRE = 4
pkg syscall (linux-arm-cgo), const MNT_FORCE = 1
pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC = 1073741824
pkg syscall (linux-arm-cgo), const MSG_CONFIRM = 2048
pkg syscall (linux-arm-cgo), const MSG_CTRUNC = 8
pkg syscall (linux-arm-cgo), const MSG_DONTROUTE = 4
pkg syscall (linux-arm-cgo), const MSG_DONTWAIT = 64
pkg syscall (linux-arm-cgo), const MSG_EOR = 128
pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE = 8192
pkg syscall (linux-arm-cgo), const MSG_FASTOPEN = 536870912
pkg syscall (linux-arm-cgo), const MSG_FIN = 512
pkg syscall (linux-arm-cgo), const MSG_MORE = 32768
pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL = 16384
pkg syscall (linux-arm-cgo), const MSG_OOB = 1
pkg syscall (linux-arm-cgo), const MSG_PEEK = 2
pkg syscall (linux-arm-cgo), const MSG_PROXY = 16
pkg syscall (linux-arm-cgo), const MSG_RST = 4096
pkg syscall (linux-arm-cgo), const MSG_SYN = 1024
pkg syscall (linux-arm-cgo), const MSG_TRUNC = 32
pkg syscall (linux-arm-cgo), const MSG_TRYHARD = 4
pkg syscall (linux-arm-cgo), const MSG_WAITALL = 256
pkg syscall (linux-arm-cgo), const MSG_WAITFORONE = 65536
pkg syscall (linux-arm-cgo), const MS_ACTIVE = 1073741824
pkg syscall (linux-arm-cgo), const MS_ASYNC = 1
pkg syscall (linux-arm-cgo), const MS_BIND = 4096
pkg syscall (linux-arm-cgo), const MS_DIRSYNC = 128
pkg syscall (linux-arm-cgo), const MS_INVALIDATE = 2
pkg syscall (linux-arm-cgo), const MS_I_VERSION = 8388608
pkg syscall (linux-arm-cgo), const MS_KERNMOUNT = 4194304
pkg syscall (linux-arm-cgo), const MS_MANDLOCK = 64
pkg syscall (linux-arm-cgo), const MS_MGC_MSK = 4294901760
pkg syscall (linux-arm-cgo), const MS_MGC_VAL = 3236757504
pkg syscall (linux-arm-cgo), const MS_MOVE = 8192
pkg syscall (linux-arm-cgo), const MS_NOATIME = 1024
pkg syscall (linux-arm-cgo), const MS_NODEV = 4
pkg syscall (linux-arm-cgo), const MS_NODIRATIME = 2048
pkg syscall (linux-arm-cgo), const MS_NOEXEC = 8
pkg syscall (linux-arm-cgo), const MS_NOSUID = 2
pkg syscall (linux-arm-cgo), const MS_NOUSER = -2147483648
pkg syscall (linux-arm-cgo), const MS_POSIXACL = 65536
pkg syscall (linux-arm-cgo), const MS_PRIVATE = 262144
pkg syscall (linux-arm-cgo), const MS_RDONLY = 1
pkg syscall (linux-arm-cgo), const MS_REC = 16384
pkg syscall (linux-arm-cgo), const MS_RELATIME = 2097152
pkg syscall (linux-arm-cgo), const MS_REMOUNT = 32
pkg syscall (linux-arm-cgo), const MS_RMT_MASK = 8388689
pkg syscall (linux-arm-cgo), const MS_SHARED = 1048576
pkg syscall (linux-arm-cgo), const MS_SILENT = 32768
pkg syscall (linux-arm-cgo), const MS_SLAVE = 524288
pkg syscall (linux-arm-cgo), const MS_STRICTATIME = 16777216
pkg syscall (linux-arm-cgo), const MS_SYNC = 4
pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS = 16
pkg syscall (linux-arm-cgo), const MS_UNBINDABLE = 131072
pkg syscall (linux-arm-cgo), const NAME_MAX = 255
pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP = 1
pkg syscall (linux-arm-cgo), const NETLINK_AUDIT = 9
pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR = 4
pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR = 11
pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG = 14
pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP = 2
pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS = 19
pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP = 10
pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL = 3
pkg syscall (linux-arm-cgo), const NETLINK_GENERIC = 16
pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG = 4
pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW = 13
pkg syscall (linux-arm-cgo), const NETLINK_ISCSI = 8
pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT = 15
pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER = 12
pkg syscall (linux-arm-cgo), const NETLINK_NFLOG = 5
pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS = 5
pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO = 3
pkg syscall (linux-arm-cgo), const NETLINK_RDMA = 20
pkg syscall (linux-arm-cgo), const NETLINK_ROUTE = 0
pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT = 18
pkg syscall (linux-arm-cgo), const NETLINK_SELINUX = 7
pkg syscall (linux-arm-cgo), const NETLINK_UNUSED = 1
pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK = 2
pkg syscall (linux-arm-cgo), const NETLINK_XFRM = 6
pkg syscall (linux-arm-cgo), const NLA_ALIGNTO = 4
pkg syscall (linux-arm-cgo), const NLA_F_NESTED = 32768
pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER = 16384
pkg syscall (linux-arm-cgo), const NLA_HDRLEN = 4
pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO = 4
pkg syscall (linux-arm-cgo), const NLMSG_DONE = 3
pkg syscall (linux-arm-cgo), const NLMSG_ERROR = 2
pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN = 16
pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE = 16
pkg syscall (linux-arm-cgo), const NLMSG_NOOP = 1
pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN = 4
pkg syscall (linux-arm-cgo), const NLM_F_ACK = 4
pkg syscall (linux-arm-cgo), const NLM_F_APPEND = 2048
pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC = 1024
pkg syscall (linux-arm-cgo), const NLM_F_CREATE = 1024
pkg syscall (linux-arm-cgo), const NLM_F_DUMP = 768
pkg syscall (linux-arm-cgo), const NLM_F_ECHO = 8
pkg syscall (linux-arm-cgo), const NLM_F_EXCL = 512
pkg syscall (linux-arm-cgo), const NLM_F_MATCH = 512
pkg syscall (linux-arm-cgo), const NLM_F_MULTI = 2
pkg syscall (linux-arm-cgo), const NLM_F_REPLACE = 256
pkg syscall (linux-arm-cgo), const NLM_F_REQUEST = 1
pkg syscall (linux-arm-cgo), const NLM_F_ROOT = 256
pkg syscall (linux-arm-cgo), const NOFLSH = 128
pkg syscall (linux-arm-cgo), const OCRNL = 8
pkg syscall (linux-arm-cgo), const OFDEL = 128
pkg syscall (linux-arm-cgo), const OFILL = 64
pkg syscall (linux-arm-cgo), const OLCUC = 2
pkg syscall (linux-arm-cgo), const ONLCR = 4
pkg syscall (linux-arm-cgo), const ONLRET = 32
pkg syscall (linux-arm-cgo), const ONOCR = 16
pkg syscall (linux-arm-cgo), const OPOST = 1
pkg syscall (linux-arm-cgo), const O_ACCMODE = 3
pkg syscall (linux-arm-cgo), const O_APPEND = 1024
pkg syscall (linux-arm-cgo), const O_ASYNC = 8192
pkg syscall (linux-arm-cgo), const O_CLOEXEC = 524288
pkg syscall (linux-arm-cgo), const O_CREAT = 64
pkg syscall (linux-arm-cgo), const O_DIRECT = 65536
pkg syscall (linux-arm-cgo), const O_DIRECTORY = 16384
pkg syscall (linux-arm-cgo), const O_DSYNC = 4096
pkg syscall (linux-arm-cgo), const O_EXCL = 128
pkg syscall (linux-arm-cgo), const O_FSYNC = 4096
pkg syscall (linux-arm-cgo), const O_LARGEFILE = 131072
pkg syscall (linux-arm-cgo), const O_NDELAY = 2048
pkg syscall (linux-arm-cgo), const O_NOATIME = 262144
pkg syscall (linux-arm-cgo), const O_NOCTTY = 256
pkg syscall (linux-arm-cgo), const O_NOFOLLOW = 32768
pkg syscall (linux-arm-cgo), const O_NONBLOCK = 2048
pkg syscall (linux-arm-cgo), const O_RSYNC = 4096
pkg syscall (linux-arm-cgo), const O_SYNC = 4096
pkg syscall (linux-arm-cgo), const O_TRUNC = 512
pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP = 1
pkg syscall (linux-arm-cgo), const PACKET_BROADCAST = 1
pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP = 2
pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE = 6
pkg syscall (linux-arm-cgo), const PACKET_HOST = 0
pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK = 5
pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI = 2
pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST = 0
pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC = 1
pkg syscall (linux-arm-cgo), const PACKET_MULTICAST = 2
pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST = 3
pkg syscall (linux-arm-cgo), const PACKET_OUTGOING = 4
pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT = 3
pkg syscall (linux-arm-cgo), const PACKET_RX_RING = 5
pkg syscall (linux-arm-cgo), const PACKET_STATISTICS = 6
pkg syscall (linux-arm-cgo), const PARENB = 256
pkg syscall (linux-arm-cgo), const PARMRK = 8
pkg syscall (linux-arm-cgo), const PARODD = 512
pkg syscall (linux-arm-cgo), const PENDIN = 16384
pkg syscall (linux-arm-cgo), const PROT_EXEC = 4
pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN = 16777216
pkg syscall (linux-arm-cgo), const PROT_GROWSUP = 33554432
pkg syscall (linux-arm-cgo), const PROT_NONE = 0
pkg syscall (linux-arm-cgo), const PROT_READ = 1
pkg syscall (linux-arm-cgo), const PROT_WRITE = 2
pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP = 24
pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ = 23
pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER = 37
pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG = 0
pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE = 1
pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE = 2
pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT = 1
pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE = 2
pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC = 2
pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED = 0
pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV = 65536
pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV = 1048576
pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV = 1
pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF = 131072
pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE = 3
pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES = 524288
pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE = 128
pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND = 262144
pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE = 3
pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN = 19
pkg syscall (linux-arm-cgo), const PR_GET_FPEMU = 9
pkg syscall (linux-arm-cgo), const PR_GET_FPEXC = 11
pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS = 7
pkg syscall (linux-arm-cgo), const PR_GET_NAME = 16
pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG = 2
pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP = 21
pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER = 35
pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS = 27
pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK = 30
pkg syscall (linux-arm-cgo), const PR_GET_TIMING = 13
pkg syscall (linux-arm-cgo), const PR_GET_TSC = 25
pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN = 5
pkg syscall (linux-arm-cgo), const PR_MCE_KILL = 33
pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR = 0
pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT = 2
pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY = 1
pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET = 34
pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE = 0
pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET = 1
pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT = 1
pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL = 0
pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE = 4
pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN = 20
pkg syscall (linux-arm-cgo), const PR_SET_FPEMU = 10
pkg syscall (linux-arm-cgo), const PR_SET_FPEXC = 12
pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS = 8
pkg syscall (linux-arm-cgo), const PR_SET_NAME = 15
pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG = 1
pkg syscall (linux-arm-cgo), const PR_SET_PTRACER = 1499557217
pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP = 22
pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER = 36
pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS = 28
pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK = 29
pkg syscall (linux-arm-cgo), const PR_SET_TIMING = 14
pkg syscall (linux-arm-cgo), const PR_SET_TSC = 26
pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN = 6
pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL = 0
pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP = 1
pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE = 1
pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV = 2
pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT = 1
pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS = 2
pkg syscall (linux-arm-cgo), const PTRACE_ATTACH = 16
pkg syscall (linux-arm-cgo), const PTRACE_CONT = 7
pkg syscall (linux-arm-cgo), const PTRACE_DETACH = 17
pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE = 3
pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC = 4
pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT = 6
pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK = 1
pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK = 2
pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE = 5
pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS = 25
pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG = 16897
pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS = 14
pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS = 29
pkg syscall (linux-arm-cgo), const PTRACE_GETREGS = 12
pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET = 16900
pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO = 16898
pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS = 27
pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS = 18
pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA = 22
pkg syscall (linux-arm-cgo), const PTRACE_KILL = 8
pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS = 21
pkg syscall (linux-arm-cgo), const PTRACE_O_MASK = 127
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE = 8
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC = 16
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT = 64
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK = 2
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD = 1
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK = 4
pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE = 32
pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA = 2
pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT = 1
pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR = 3
pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA = 5
pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT = 4
pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR = 6
pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS = 26
pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS = 15
pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS = 30
pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS = 16896
pkg syscall (linux-arm-cgo), const PTRACE_SETREGS = 13
pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET = 16901
pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO = 16899
pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS = 28
pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS = 19
pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL = 23
pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP = 9
pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL = 24
pkg syscall (linux-arm-cgo), const PTRACE_TRACEME = 0
pkg syscall (linux-arm-cgo), const PT_DATA_ADDR = 65540
pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR = 65536
pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR = 65544
pkg syscall (linux-arm-cgo), const PathMax = 4096
pkg syscall (linux-arm-cgo), const RLIMIT_AS = 9
pkg syscall (linux-arm-cgo), const RLIMIT_CORE = 4
pkg syscall (linux-arm-cgo), const RLIMIT_CPU = 0
pkg syscall (linux-arm-cgo), const RLIMIT_DATA = 2
pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE = 1
pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE = 7
pkg syscall (linux-arm-cgo), const RLIMIT_STACK = 3
pkg syscall (linux-arm-cgo), const RLIM_INFINITY = -1
pkg syscall (linux-arm-cgo), const RTAX_ADVMSS = 8
pkg syscall (linux-arm-cgo), const RTAX_CWND = 7
pkg syscall (linux-arm-cgo), const RTAX_FEATURES = 12
pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG = 8
pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN = 1
pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK = 2
pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP = 4
pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT = 10
pkg syscall (linux-arm-cgo), const RTAX_INITCWND = 11
pkg syscall (linux-arm-cgo), const RTAX_INITRWND = 14
pkg syscall (linux-arm-cgo), const RTAX_LOCK = 1
pkg syscall (linux-arm-cgo), const RTAX_MAX = 14
pkg syscall (linux-arm-cgo), const RTAX_MTU = 2
pkg syscall (linux-arm-cgo), const RTAX_REORDERING = 9
pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN = 13
pkg syscall (linux-arm-cgo), const RTAX_RTT = 4
pkg syscall (linux-arm-cgo), const RTAX_RTTVAR = 5
pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH = 6
pkg syscall (linux-arm-cgo), const RTAX_UNSPEC = 0
pkg syscall (linux-arm-cgo), const RTAX_WINDOW = 3
pkg syscall (linux-arm-cgo), const RTA_ALIGNTO = 4
pkg syscall (linux-arm-cgo), const RTA_CACHEINFO = 12
pkg syscall (linux-arm-cgo), const RTA_DST = 1
pkg syscall (linux-arm-cgo), const RTA_FLOW = 11
pkg syscall (linux-arm-cgo), const RTA_GATEWAY = 5
pkg syscall (linux-arm-cgo), const RTA_IIF = 3
pkg syscall (linux-arm-cgo), const RTA_MAX = 16
pkg syscall (linux-arm-cgo), const RTA_METRICS = 8
pkg syscall (linux-arm-cgo), const RTA_MULTIPATH = 9
pkg syscall (linux-arm-cgo), const RTA_OIF = 4
pkg syscall (linux-arm-cgo), const RTA_PREFSRC = 7
pkg syscall (linux-arm-cgo), const RTA_PRIORITY = 6
pkg syscall (linux-arm-cgo), const RTA_SRC = 2
pkg syscall (linux-arm-cgo), const RTA_TABLE = 15
pkg syscall (linux-arm-cgo), const RTA_UNSPEC = 0
pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC = 67108864
pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT = 16777216
pkg syscall (linux-arm-cgo), const RTCF_LOG = 33554432
pkg syscall (linux-arm-cgo), const RTCF_MASQ = 4194304
pkg syscall (linux-arm-cgo), const RTCF_NAT = 8388608
pkg syscall (linux-arm-cgo), const RTCF_VALVE = 2097152
pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK = 4160749568
pkg syscall (linux-arm-cgo), const RTF_ADDRCONF = 262144
pkg syscall (linux-arm-cgo), const RTF_ALLONLINK = 131072
pkg syscall (linux-arm-cgo), const RTF_BROADCAST = 268435456
pkg syscall (linux-arm-cgo), const RTF_CACHE = 16777216
pkg syscall (linux-arm-cgo), const RTF_DEFAULT = 65536
pkg syscall (linux-arm-cgo), const RTF_DYNAMIC = 16
pkg syscall (linux-arm-cgo), const RTF_FLOW = 33554432
pkg syscall (linux-arm-cgo), const RTF_GATEWAY = 2
pkg syscall (linux-arm-cgo), const RTF_HOST = 4
pkg syscall (linux-arm-cgo), const RTF_INTERFACE = 1073741824
pkg syscall (linux-arm-cgo), const RTF_IRTT = 256
pkg syscall (linux-arm-cgo), const RTF_LINKRT = 1048576
pkg syscall (linux-arm-cgo), const RTF_LOCAL = 2147483648
pkg syscall (linux-arm-cgo), const RTF_MODIFIED = 32
pkg syscall (linux-arm-cgo), const RTF_MSS = 64
pkg syscall (linux-arm-cgo), const RTF_MTU = 64
pkg syscall (linux-arm-cgo), const RTF_MULTICAST = 536870912
pkg syscall (linux-arm-cgo), const RTF_NAT = 134217728
pkg syscall (linux-arm-cgo), const RTF_NOFORWARD = 4096
pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP = 2097152
pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC = 16384
pkg syscall (linux-arm-cgo), const RTF_POLICY = 67108864
pkg syscall (linux-arm-cgo), const RTF_REINSTATE = 8
pkg syscall (linux-arm-cgo), const RTF_REJECT = 512
pkg syscall (linux-arm-cgo), const RTF_STATIC = 1024
pkg syscall (linux-arm-cgo), const RTF_THROW = 8192
pkg syscall (linux-arm-cgo), const RTF_UP = 1
pkg syscall (linux-arm-cgo), const RTF_WINDOW = 128
pkg syscall (linux-arm-cgo), const RTF_XRESOLVE = 2048
pkg syscall (linux-arm-cgo), const RTM_BASE = 16
pkg syscall (linux-arm-cgo), const RTM_DELACTION = 49
pkg syscall (linux-arm-cgo), const RTM_DELADDR = 21
pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL = 73
pkg syscall (linux-arm-cgo), const RTM_DELLINK = 17
pkg syscall (linux-arm-cgo), const RTM_DELNEIGH = 29
pkg syscall (linux-arm-cgo), const RTM_DELQDISC = 37
pkg syscall (linux-arm-cgo), const RTM_DELROUTE = 25
pkg syscall (linux-arm-cgo), const RTM_DELRULE = 33
pkg syscall (linux-arm-cgo), const RTM_DELTCLASS = 41
pkg syscall (linux-arm-cgo), const RTM_DELTFILTER = 45
pkg syscall (linux-arm-cgo), const RTM_F_CLONED = 512
pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE = 1024
pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY = 256
pkg syscall (linux-arm-cgo), const RTM_F_PREFIX = 2048
pkg syscall (linux-arm-cgo), const RTM_GETACTION = 50
pkg syscall (linux-arm-cgo), const RTM_GETADDR = 22
pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL = 74
pkg syscall (linux-arm-cgo), const RTM_GETANYCAST = 62
pkg syscall (linux-arm-cgo), const RTM_GETDCB = 78
pkg syscall (linux-arm-cgo), const RTM_GETLINK = 18
pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST = 58
pkg syscall (linux-arm-cgo), const RTM_GETNEIGH = 30
pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL = 66
pkg syscall (linux-arm-cgo), const RTM_GETQDISC = 38
pkg syscall (linux-arm-cgo), const RTM_GETROUTE = 26
pkg syscall (linux-arm-cgo), const RTM_GETRULE = 34
pkg syscall (linux-arm-cgo), const RTM_GETTCLASS = 42
pkg syscall (linux-arm-cgo), const RTM_GETTFILTER = 46
pkg syscall (linux-arm-cgo), const RTM_MAX = 79
pkg syscall (linux-arm-cgo), const RTM_NEWACTION = 48
pkg syscall (linux-arm-cgo), const RTM_NEWADDR = 20
pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL = 72
pkg syscall (linux-arm-cgo), const RTM_NEWLINK = 16
pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT = 68
pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH = 28
pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL = 64
pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX = 52
pkg syscall (linux-arm-cgo), const RTM_NEWQDISC = 36
pkg syscall (linux-arm-cgo), const RTM_NEWROUTE = 24
pkg syscall (linux-arm-cgo), const RTM_NEWRULE = 32
pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS = 40
pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER = 44
pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES = 16
pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES = 64
pkg syscall (linux-arm-cgo), const RTM_SETDCB = 79
pkg syscall (linux-arm-cgo), const RTM_SETLINK = 19
pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL = 67
pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO = 4
pkg syscall (linux-arm-cgo), const RTNH_F_DEAD = 1
pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK = 4
pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE = 2
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR = 5
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE = 6
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE = 7
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE = 8
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR = 9
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO = 12
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE = 10
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX = 18
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE = 11
pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE = 19
pkg syscall (linux-arm-cgo), const RTNLGRP_LINK = 1
pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT = 20
pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH = 3
pkg syscall (linux-arm-cgo), const RTNLGRP_NONE = 0
pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY = 2
pkg syscall (linux-arm-cgo), const RTNLGRP_TC = 4
pkg syscall (linux-arm-cgo), const RTN_ANYCAST = 4
pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE = 6
pkg syscall (linux-arm-cgo), const RTN_BROADCAST = 3
pkg syscall (linux-arm-cgo), const RTN_LOCAL = 2
pkg syscall (linux-arm-cgo), const RTN_MAX = 11
pkg syscall (linux-arm-cgo), const RTN_MULTICAST = 5
pkg syscall (linux-arm-cgo), const RTN_NAT = 10
pkg syscall (linux-arm-cgo), const RTN_PROHIBIT = 8
pkg syscall (linux-arm-cgo), const RTN_THROW = 9
pkg syscall (linux-arm-cgo), const RTN_UNICAST = 1
pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE = 7
pkg syscall (linux-arm-cgo), const RTN_UNSPEC = 0
pkg syscall (linux-arm-cgo), const RTN_XRESOLVE = 11
pkg syscall (linux-arm-cgo), const RTPROT_BIRD = 12
pkg syscall (linux-arm-cgo), const RTPROT_BOOT = 3
pkg syscall (linux-arm-cgo), const RTPROT_DHCP = 16
pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED = 13
pkg syscall (linux-arm-cgo), const RTPROT_GATED = 8
pkg syscall (linux-arm-cgo), const RTPROT_KERNEL = 2
pkg syscall (linux-arm-cgo), const RTPROT_MRT = 10
pkg syscall (linux-arm-cgo), const RTPROT_NTK = 15
pkg syscall (linux-arm-cgo), const RTPROT_RA = 9
pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT = 1
pkg syscall (linux-arm-cgo), const RTPROT_STATIC = 4
pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC = 0
pkg syscall (linux-arm-cgo), const RTPROT_XORP = 14
pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA = 11
pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT = 253
pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL = 255
pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN = 254
pkg syscall (linux-arm-cgo), const RT_CLASS_MAX = 255
pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC = 0
pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST = 254
pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK = 253
pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE = 255
pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE = 200
pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE = 0
pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT = 252
pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT = 253
pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL = 255
pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN = 254
pkg syscall (linux-arm-cgo), const RT_TABLE_MAX = 4294967295
pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC = 0
pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (linux-arm-cgo), const RUSAGE_SELF = 0
pkg syscall (linux-arm-cgo), const RUSAGE_THREAD = 1
pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS = 2
pkg syscall (linux-arm-cgo), const SCM_RIGHTS = 1
pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP = 29
pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING = 37
pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS = 35
pkg syscall (linux-arm-cgo), const SIGBUS = 7
pkg syscall (linux-arm-cgo), const SIGCHLD = 17
pkg syscall (linux-arm-cgo), const SIGCLD = 17
pkg syscall (linux-arm-cgo), const SIGCONT = 18
pkg syscall (linux-arm-cgo), const SIGIO = 29
pkg syscall (linux-arm-cgo), const SIGIOT = 6
pkg syscall (linux-arm-cgo), const SIGPOLL = 29
pkg syscall (linux-arm-cgo), const SIGPROF = 27
pkg syscall (linux-arm-cgo), const SIGPWR = 30
pkg syscall (linux-arm-cgo), const SIGSTKFLT = 16
pkg syscall (linux-arm-cgo), const SIGSTOP = 19
pkg syscall (linux-arm-cgo), const SIGSYS = 31
pkg syscall (linux-arm-cgo), const SIGTSTP = 20
pkg syscall (linux-arm-cgo), const SIGTTIN = 21
pkg syscall (linux-arm-cgo), const SIGTTOU = 22
pkg syscall (linux-arm-cgo), const SIGUNUSED = 31
pkg syscall (linux-arm-cgo), const SIGURG = 23
pkg syscall (linux-arm-cgo), const SIGUSR1 = 10
pkg syscall (linux-arm-cgo), const SIGUSR2 = 12
pkg syscall (linux-arm-cgo), const SIGVTALRM = 26
pkg syscall (linux-arm-cgo), const SIGWINCH = 28
pkg syscall (linux-arm-cgo), const SIGXCPU = 24
pkg syscall (linux-arm-cgo), const SIGXFSZ = 25
pkg syscall (linux-arm-cgo), const SIOCADDDLCI = 35200
pkg syscall (linux-arm-cgo), const SIOCADDMULTI = 35121
pkg syscall (linux-arm-cgo), const SIOCADDRT = 35083
pkg syscall (linux-arm-cgo), const SIOCATMARK = 35077
pkg syscall (linux-arm-cgo), const SIOCDARP = 35155
pkg syscall (linux-arm-cgo), const SIOCDELDLCI = 35201
pkg syscall (linux-arm-cgo), const SIOCDELMULTI = 35122
pkg syscall (linux-arm-cgo), const SIOCDELRT = 35084
pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE = 35312
pkg syscall (linux-arm-cgo), const SIOCDIFADDR = 35126
pkg syscall (linux-arm-cgo), const SIOCDRARP = 35168
pkg syscall (linux-arm-cgo), const SIOCGARP = 35156
pkg syscall (linux-arm-cgo), const SIOCGIFADDR = 35093
pkg syscall (linux-arm-cgo), const SIOCGIFBR = 35136
pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR = 35097
pkg syscall (linux-arm-cgo), const SIOCGIFCONF = 35090
pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT = 35128
pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR = 35095
pkg syscall (linux-arm-cgo), const SIOCGIFENCAP = 35109
pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS = 35091
pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR = 35111
pkg syscall (linux-arm-cgo), const SIOCGIFINDEX = 35123
pkg syscall (linux-arm-cgo), const SIOCGIFMAP = 35184
pkg syscall (linux-arm-cgo), const SIOCGIFMEM = 35103
pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC = 35101
pkg syscall (linux-arm-cgo), const SIOCGIFMTU = 35105
pkg syscall (linux-arm-cgo), const SIOCGIFNAME = 35088
pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK = 35099
pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS = 35125
pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE = 35113
pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN = 35138
pkg syscall (linux-arm-cgo), const SIOCGPGRP = 35076
pkg syscall (linux-arm-cgo), const SIOCGRARP = 35169
pkg syscall (linux-arm-cgo), const SIOCGSTAMP = 35078
pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS = 35079
pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE = 35296
pkg syscall (linux-arm-cgo), const SIOCRTMSG = 35085
pkg syscall (linux-arm-cgo), const SIOCSARP = 35157
pkg syscall (linux-arm-cgo), const SIOCSIFADDR = 35094
pkg syscall (linux-arm-cgo), const SIOCSIFBR = 35137
pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR = 35098
pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR = 35096
pkg syscall (linux-arm-cgo), const SIOCSIFENCAP = 35110
pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS = 35092
pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR = 35108
pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST = 35127
pkg syscall (linux-arm-cgo), const SIOCSIFLINK = 35089
pkg syscall (linux-arm-cgo), const SIOCSIFMAP = 35185
pkg syscall (linux-arm-cgo), const SIOCSIFMEM = 35104
pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC = 35102
pkg syscall (linux-arm-cgo), const SIOCSIFMTU = 35106
pkg syscall (linux-arm-cgo), const SIOCSIFNAME = 35107
pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK = 35100
pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS = 35124
pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE = 35120
pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN = 35139
pkg syscall (linux-arm-cgo), const SIOCSPGRP = 35074
pkg syscall (linux-arm-cgo), const SIOCSRARP = 35170
pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC = 524288
pkg syscall (linux-arm-cgo), const SOCK_DCCP = 6
pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK = 2048
pkg syscall (linux-arm-cgo), const SOCK_PACKET = 10
pkg syscall (linux-arm-cgo), const SOCK_RDM = 4
pkg syscall (linux-arm-cgo), const SOL_AAL = 265
pkg syscall (linux-arm-cgo), const SOL_ATM = 264
pkg syscall (linux-arm-cgo), const SOL_DECNET = 261
pkg syscall (linux-arm-cgo), const SOL_ICMPV6 = 58
pkg syscall (linux-arm-cgo), const SOL_IP = 0
pkg syscall (linux-arm-cgo), const SOL_IPV6 = 41
pkg syscall (linux-arm-cgo), const SOL_IRDA = 266
pkg syscall (linux-arm-cgo), const SOL_PACKET = 263
pkg syscall (linux-arm-cgo), const SOL_RAW = 255
pkg syscall (linux-arm-cgo), const SOL_SOCKET = 1
pkg syscall (linux-arm-cgo), const SOL_TCP = 6
pkg syscall (linux-arm-cgo), const SOL_X25 = 262
pkg syscall (linux-arm-cgo), const SOMAXCONN = 128
pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN = 30
pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER = 26
pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE = 25
pkg syscall (linux-arm-cgo), const SO_BROADCAST = 6
pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT = 14
pkg syscall (linux-arm-cgo), const SO_DEBUG = 1
pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER = 27
pkg syscall (linux-arm-cgo), const SO_DOMAIN = 39
pkg syscall (linux-arm-cgo), const SO_DONTROUTE = 5
pkg syscall (linux-arm-cgo), const SO_ERROR = 4
pkg syscall (linux-arm-cgo), const SO_KEEPALIVE = 9
pkg syscall (linux-arm-cgo), const SO_LINGER = 13
pkg syscall (linux-arm-cgo), const SO_MARK = 36
pkg syscall (linux-arm-cgo), const SO_NO_CHECK = 11
pkg syscall (linux-arm-cgo), const SO_OOBINLINE = 10
pkg syscall (linux-arm-cgo), const SO_PASSCRED = 16
pkg syscall (linux-arm-cgo), const SO_PASSSEC = 34
pkg syscall (linux-arm-cgo), const SO_PEERCRED = 17
pkg syscall (linux-arm-cgo), const SO_PEERNAME = 28
pkg syscall (linux-arm-cgo), const SO_PEERSEC = 31
pkg syscall (linux-arm-cgo), const SO_PRIORITY = 12
pkg syscall (linux-arm-cgo), const SO_PROTOCOL = 38
pkg syscall (linux-arm-cgo), const SO_RCVBUF = 8
pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE = 33
pkg syscall (linux-arm-cgo), const SO_RCVLOWAT = 18
pkg syscall (linux-arm-cgo), const SO_RCVTIMEO = 20
pkg syscall (linux-arm-cgo), const SO_REUSEADDR = 2
pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL = 40
pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION = 22
pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
pkg syscall (linux-arm-cgo), const SO_SNDBUF = 7
pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE = 32
pkg syscall (linux-arm-cgo), const SO_SNDLOWAT = 19
pkg syscall (linux-arm-cgo), const SO_SNDTIMEO = 21
pkg syscall (linux-arm-cgo), const SO_TIMESTAMP = 29
pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING = 37
pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS = 35
pkg syscall (linux-arm-cgo), const SO_TYPE = 3
pkg syscall (linux-arm-cgo), const SYS_ACCEPT = 285
pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 = 366
pkg syscall (linux-arm-cgo), const SYS_ACCESS = 33
pkg syscall (linux-arm-cgo), const SYS_ACCT = 51
pkg syscall (linux-arm-cgo), const SYS_ADD_KEY = 309
pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX = 124
pkg syscall (linux-arm-cgo), const SYS_ALARM = 27
pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 = 270
pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE = 341
pkg syscall (linux-arm-cgo), const SYS_BDFLUSH = 134
pkg syscall (linux-arm-cgo), const SYS_BIND = 282
pkg syscall (linux-arm-cgo), const SYS_BRK = 45
pkg syscall (linux-arm-cgo), const SYS_CAPGET = 184
pkg syscall (linux-arm-cgo), const SYS_CAPSET = 185
pkg syscall (linux-arm-cgo), const SYS_CHDIR = 12
pkg syscall (linux-arm-cgo), const SYS_CHMOD = 15
pkg syscall (linux-arm-cgo), const SYS_CHOWN = 182
pkg syscall (linux-arm-cgo), const SYS_CHOWN32 = 212
pkg syscall (linux-arm-cgo), const SYS_CHROOT = 61
pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME = 372
pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES = 264
pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME = 263
pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP = 265
pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME = 262
pkg syscall (linux-arm-cgo), const SYS_CLONE = 120
pkg syscall (linux-arm-cgo), const SYS_CLOSE = 6
pkg syscall (linux-arm-cgo), const SYS_CONNECT = 283
pkg syscall (linux-arm-cgo), const SYS_CREAT = 8
pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE = 129
pkg syscall (linux-arm-cgo), const SYS_DUP = 41
pkg syscall (linux-arm-cgo), const SYS_DUP2 = 63
pkg syscall (linux-arm-cgo), const SYS_DUP3 = 358
pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE = 250
pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 = 357
pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL = 251
pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT = 346
pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT = 252
pkg syscall (linux-arm-cgo), const SYS_EVENTFD = 351
pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 = 356
pkg syscall (linux-arm-cgo), const SYS_EXECVE = 11
pkg syscall (linux-arm-cgo), const SYS_EXIT = 1
pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP = 248
pkg syscall (linux-arm-cgo), const SYS_FACCESSAT = 334
pkg syscall (linux-arm-cgo), const SYS_FALLOCATE = 352
pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT = 367
pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK = 368
pkg syscall (linux-arm-cgo), const SYS_FCHDIR = 133
pkg syscall (linux-arm-cgo), const SYS_FCHMOD = 94
pkg syscall (linux-arm-cgo), const SYS_FCHMODAT = 333
pkg syscall (linux-arm-cgo), const SYS_FCHOWN = 95
pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 = 207
pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT = 325
pkg syscall (linux-arm-cgo), const SYS_FCNTL = 55
pkg syscall (linux-arm-cgo), const SYS_FCNTL64 = 221
pkg syscall (linux-arm-cgo), const SYS_FDATASYNC = 148
pkg syscall (linux-arm-cgo), const SYS_FGETXATTR = 231
pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR = 234
pkg syscall (linux-arm-cgo), const SYS_FLOCK = 143
pkg syscall (linux-arm-cgo), const SYS_FORK = 2
pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR = 237
pkg syscall (linux-arm-cgo), const SYS_FSETXATTR = 228
pkg syscall (linux-arm-cgo), const SYS_FSTAT = 108
pkg syscall (linux-arm-cgo), const SYS_FSTAT64 = 197
pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 = 327
pkg syscall (linux-arm-cgo), const SYS_FSTATFS = 100
pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 = 267
pkg syscall (linux-arm-cgo), const SYS_FSYNC = 118
pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE = 93
pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 = 194
pkg syscall (linux-arm-cgo), const SYS_FUTEX = 240
pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT = 326
pkg syscall (linux-arm-cgo), const SYS_GETCPU = 345
pkg syscall (linux-arm-cgo), const SYS_GETCWD = 183
pkg syscall (linux-arm-cgo), const SYS_GETDENTS = 141
pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 = 217
pkg syscall (linux-arm-cgo), const SYS_GETEGID = 50
pkg syscall (linux-arm-cgo), const SYS_GETEGID32 = 202
pkg syscall (linux-arm-cgo), const SYS_GETEUID = 49
pkg syscall (linux-arm-cgo), const SYS_GETEUID32 = 201
pkg syscall (linux-arm-cgo), const SYS_GETGID = 47
pkg syscall (linux-arm-cgo), const SYS_GETGID32 = 200
pkg syscall (linux-arm-cgo), const SYS_GETGROUPS = 80
pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 = 205
pkg syscall (linux-arm-cgo), const SYS_GETITIMER = 105
pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME = 287
pkg syscall (linux-arm-cgo), const SYS_GETPGID = 132
pkg syscall (linux-arm-cgo), const SYS_GETPGRP = 65
pkg syscall (linux-arm-cgo), const SYS_GETPID = 20
pkg syscall (linux-arm-cgo), const SYS_GETPPID = 64
pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY = 96
pkg syscall (linux-arm-cgo), const SYS_GETRESGID = 171
pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 = 211
pkg syscall (linux-arm-cgo), const SYS_GETRESUID = 165
pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 = 209
pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT = 76
pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE = 77
pkg syscall (linux-arm-cgo), const SYS_GETSID = 147
pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME = 286
pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT = 295
pkg syscall (linux-arm-cgo), const SYS_GETTID = 224
pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY = 78
pkg syscall (linux-arm-cgo), const SYS_GETUID = 24
pkg syscall (linux-arm-cgo), const SYS_GETUID32 = 199
pkg syscall (linux-arm-cgo), const SYS_GETXATTR = 229
pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY = 320
pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST = 339
pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE = 128
pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH = 317
pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT = 316
pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 = 360
pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH = 318
pkg syscall (linux-arm-cgo), const SYS_IOCTL = 54
pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET = 315
pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET = 314
pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL = 247
pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY = 244
pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS = 245
pkg syscall (linux-arm-cgo), const SYS_IO_SETUP = 243
pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT = 246
pkg syscall (linux-arm-cgo), const SYS_IPC = 117
pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD = 347
pkg syscall (linux-arm-cgo), const SYS_KEYCTL = 311
pkg syscall (linux-arm-cgo), const SYS_KILL = 37
pkg syscall (linux-arm-cgo), const SYS_LCHOWN = 16
pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 = 198
pkg syscall (linux-arm-cgo), const SYS_LGETXATTR = 230
pkg syscall (linux-arm-cgo), const SYS_LINK = 9
pkg syscall (linux-arm-cgo), const SYS_LINKAT = 330
pkg syscall (linux-arm-cgo), const SYS_LISTEN = 284
pkg syscall (linux-arm-cgo), const SYS_LISTXATTR = 232
pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR = 233
pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE = 249
pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR = 236
pkg syscall (linux-arm-cgo), const SYS_LSEEK = 19
pkg syscall (linux-arm-cgo), const SYS_LSETXATTR = 227
pkg syscall (linux-arm-cgo), const SYS_LSTAT = 107
pkg syscall (linux-arm-cgo), const SYS_LSTAT64 = 196
pkg syscall (linux-arm-cgo), const SYS_MADVISE = 220
pkg syscall (linux-arm-cgo), const SYS_MBIND = 319
pkg syscall (linux-arm-cgo), const SYS_MINCORE = 219
pkg syscall (linux-arm-cgo), const SYS_MKDIR = 39
pkg syscall (linux-arm-cgo), const SYS_MKDIRAT = 323
pkg syscall (linux-arm-cgo), const SYS_MKNOD = 14
pkg syscall (linux-arm-cgo), const SYS_MKNODAT = 324
pkg syscall (linux-arm-cgo), const SYS_MLOCK = 150
pkg syscall (linux-arm-cgo), const SYS_MLOCKALL = 152
pkg syscall (linux-arm-cgo), const SYS_MMAP = 90
pkg syscall (linux-arm-cgo), const SYS_MMAP2 = 192
pkg syscall (linux-arm-cgo), const SYS_MOUNT = 21
pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES = 344
pkg syscall (linux-arm-cgo), const SYS_MPROTECT = 125
pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR = 279
pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY = 278
pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN = 274
pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE = 277
pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND = 276
pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK = 275
pkg syscall (linux-arm-cgo), const SYS_MREMAP = 163
pkg syscall (linux-arm-cgo), const SYS_MSGCTL = 304
pkg syscall (linux-arm-cgo), const SYS_MSGGET = 303
pkg syscall (linux-arm-cgo), const SYS_MSGRCV = 302
pkg syscall (linux-arm-cgo), const SYS_MSGSND = 301
pkg syscall (linux-arm-cgo), const SYS_MSYNC = 144
pkg syscall (linux-arm-cgo), const SYS_MUNLOCK = 151
pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL = 153
pkg syscall (linux-arm-cgo), const SYS_MUNMAP = 91
pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT = 370
pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP = 162
pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL = 169
pkg syscall (linux-arm-cgo), const SYS_NICE = 34
pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE = 0
pkg syscall (linux-arm-cgo), const SYS_OPEN = 5
pkg syscall (linux-arm-cgo), const SYS_OPENAT = 322
pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT = 371
pkg syscall (linux-arm-cgo), const SYS_PAUSE = 29
pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE = 271
pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ = 272
pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE = 273
pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN = 364
pkg syscall (linux-arm-cgo), const SYS_PERSONALITY = 136
pkg syscall (linux-arm-cgo), const SYS_PIPE = 42
pkg syscall (linux-arm-cgo), const SYS_PIPE2 = 359
pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT = 218
pkg syscall (linux-arm-cgo), const SYS_POLL = 168
pkg syscall (linux-arm-cgo), const SYS_PPOLL = 336
pkg syscall (linux-arm-cgo), const SYS_PRCTL = 172
pkg syscall (linux-arm-cgo), const SYS_PREAD64 = 180
pkg syscall (linux-arm-cgo), const SYS_PREADV = 361
pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 = 369
pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV = 376
pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV = 377
pkg syscall (linux-arm-cgo), const SYS_PSELECT6 = 335
pkg syscall (linux-arm-cgo), const SYS_PTRACE = 26
pkg syscall (linux-arm-cgo), const SYS_PWRITE64 = 181
pkg syscall (linux-arm-cgo), const SYS_PWRITEV = 362
pkg syscall (linux-arm-cgo), const SYS_QUOTACTL = 131
pkg syscall (linux-arm-cgo), const SYS_READ = 3
pkg syscall (linux-arm-cgo), const SYS_READAHEAD = 225
pkg syscall (linux-arm-cgo), const SYS_READDIR = 89
pkg syscall (linux-arm-cgo), const SYS_READLINK = 85
pkg syscall (linux-arm-cgo), const SYS_READLINKAT = 332
pkg syscall (linux-arm-cgo), const SYS_READV = 145
pkg syscall (linux-arm-cgo), const SYS_REBOOT = 88
pkg syscall (linux-arm-cgo), const SYS_RECV = 291
pkg syscall (linux-arm-cgo), const SYS_RECVFROM = 292
pkg syscall (linux-arm-cgo), const SYS_RECVMMSG = 365
pkg syscall (linux-arm-cgo), const SYS_RECVMSG = 297
pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES = 253
pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR = 235
pkg syscall (linux-arm-cgo), const SYS_RENAME = 38
pkg syscall (linux-arm-cgo), const SYS_RENAMEAT = 329
pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY = 310
pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL = 0
pkg syscall (linux-arm-cgo), const SYS_RMDIR = 40
pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION = 174
pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING = 176
pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK = 175
pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO = 178
pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN = 173
pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND = 179
pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT = 177
pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO = 363
pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY = 242
pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM = 155
pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER = 157
pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY = 241
pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM = 154
pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER = 156
pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD = 158
pkg syscall (linux-arm-cgo), const SYS_SELECT = 82
pkg syscall (linux-arm-cgo), const SYS_SEMCTL = 300
pkg syscall (linux-arm-cgo), const SYS_SEMGET = 299
pkg syscall (linux-arm-cgo), const SYS_SEMOP = 298
pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP = 312
pkg syscall (linux-arm-cgo), const SYS_SEND = 289
pkg syscall (linux-arm-cgo), const SYS_SENDFILE = 187
pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 = 239
pkg syscall (linux-arm-cgo), const SYS_SENDMMSG = 374
pkg syscall (linux-arm-cgo), const SYS_SENDMSG = 296
pkg syscall (linux-arm-cgo), const SYS_SENDTO = 290
pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME = 121
pkg syscall (linux-arm-cgo), const SYS_SETFSGID = 139
pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 = 216
pkg syscall (linux-arm-cgo), const SYS_SETFSUID = 138
pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 = 215
pkg syscall (linux-arm-cgo), const SYS_SETGID = 46
pkg syscall (linux-arm-cgo), const SYS_SETGID32 = 214
pkg syscall (linux-arm-cgo), const SYS_SETGROUPS = 81
pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 = 206
pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME = 74
pkg syscall (linux-arm-cgo), const SYS_SETITIMER = 104
pkg syscall (linux-arm-cgo), const SYS_SETNS = 375
pkg syscall (linux-arm-cgo), const SYS_SETPGID = 57
pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY = 97
pkg syscall (linux-arm-cgo), const SYS_SETREGID = 71
pkg syscall (linux-arm-cgo), const SYS_SETREGID32 = 204
pkg syscall (linux-arm-cgo), const SYS_SETRESGID = 170
pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 = 210
pkg syscall (linux-arm-cgo), const SYS_SETRESUID = 164
pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 = 208
pkg syscall (linux-arm-cgo), const SYS_SETREUID = 70
pkg syscall (linux-arm-cgo), const SYS_SETREUID32 = 203
pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT = 75
pkg syscall (linux-arm-cgo), const SYS_SETSID = 66
pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT = 294
pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY = 79
pkg syscall (linux-arm-cgo), const SYS_SETUID = 23
pkg syscall (linux-arm-cgo), const SYS_SETUID32 = 213
pkg syscall (linux-arm-cgo), const SYS_SETXATTR = 226
pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY = 321
pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST = 338
pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS = 256
pkg syscall (linux-arm-cgo), const SYS_SHMAT = 305
pkg syscall (linux-arm-cgo), const SYS_SHMCTL = 308
pkg syscall (linux-arm-cgo), const SYS_SHMDT = 306
pkg syscall (linux-arm-cgo), const SYS_SHMGET = 307
pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN = 293
pkg syscall (linux-arm-cgo), const SYS_SIGACTION = 67
pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK = 186
pkg syscall (linux-arm-cgo), const SYS_SIGNALFD = 349
pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 = 355
pkg syscall (linux-arm-cgo), const SYS_SIGPENDING = 73
pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK = 126
pkg syscall (linux-arm-cgo), const SYS_SIGRETURN = 119
pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND = 72
pkg syscall (linux-arm-cgo), const SYS_SOCKET = 281
pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL = 102
pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR = 288
pkg syscall (linux-arm-cgo), const SYS_SPLICE = 340
pkg syscall (linux-arm-cgo), const SYS_STAT = 106
pkg syscall (linux-arm-cgo), const SYS_STAT64 = 195
pkg syscall (linux-arm-cgo), const SYS_STATFS = 99
pkg syscall (linux-arm-cgo), const SYS_STATFS64 = 266
pkg syscall (linux-arm-cgo), const SYS_STIME = 25
pkg syscall (linux-arm-cgo), const SYS_SWAPOFF = 115
pkg syscall (linux-arm-cgo), const SYS_SWAPON = 87
pkg syscall (linux-arm-cgo), const SYS_SYMLINK = 83
pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT = 331
pkg syscall (linux-arm-cgo), const SYS_SYNC = 36
pkg syscall (linux-arm-cgo), const SYS_SYNCFS = 373
pkg syscall (linux-arm-cgo), const SYS_SYSCALL = 113
pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE = 0
pkg syscall (linux-arm-cgo), const SYS_SYSFS = 135
pkg syscall (linux-arm-cgo), const SYS_SYSINFO = 116
pkg syscall (linux-arm-cgo), const SYS_SYSLOG = 103
pkg syscall (linux-arm-cgo), const SYS_TEE = 342
pkg syscall (linux-arm-cgo), const SYS_TGKILL = 268
pkg syscall (linux-arm-cgo), const SYS_TIME = 13
pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE = 350
pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME = 354
pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME = 353
pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE = 257
pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE = 261
pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN = 260
pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME = 259
pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME = 258
pkg syscall (linux-arm-cgo), const SYS_TIMES = 43
pkg syscall (linux-arm-cgo), const SYS_TKILL = 238
pkg syscall (linux-arm-cgo), const SYS_TRUNCATE = 92
pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 = 193
pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT = 191
pkg syscall (linux-arm-cgo), const SYS_UMASK = 60
pkg syscall (linux-arm-cgo), const SYS_UMOUNT = 22
pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 = 52
pkg syscall (linux-arm-cgo), const SYS_UNAME = 122
pkg syscall (linux-arm-cgo), const SYS_UNLINK = 10
pkg syscall (linux-arm-cgo), const SYS_UNLINKAT = 328
pkg syscall (linux-arm-cgo), const SYS_UNSHARE = 337
pkg syscall (linux-arm-cgo), const SYS_USELIB = 86
pkg syscall (linux-arm-cgo), const SYS_USTAT = 62
pkg syscall (linux-arm-cgo), const SYS_UTIME = 30
pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT = 348
pkg syscall (linux-arm-cgo), const SYS_UTIMES = 269
pkg syscall (linux-arm-cgo), const SYS_VFORK = 190
pkg syscall (linux-arm-cgo), const SYS_VHANGUP = 111
pkg syscall (linux-arm-cgo), const SYS_VMSPLICE = 343
pkg syscall (linux-arm-cgo), const SYS_VSERVER = 313
pkg syscall (linux-arm-cgo), const SYS_WAIT4 = 114
pkg syscall (linux-arm-cgo), const SYS_WAITID = 280
pkg syscall (linux-arm-cgo), const SYS_WRITE = 4
pkg syscall (linux-arm-cgo), const SYS_WRITEV = 146
pkg syscall (linux-arm-cgo), const SYS__LLSEEK = 140
pkg syscall (linux-arm-cgo), const SYS__NEWSELECT = 142
pkg syscall (linux-arm-cgo), const SYS__SYSCTL = 149
pkg syscall (linux-arm-cgo), const S_BLKSIZE = 512
pkg syscall (linux-arm-cgo), const S_IEXEC = 64
pkg syscall (linux-arm-cgo), const S_IFMT = 61440
pkg syscall (linux-arm-cgo), const S_IREAD = 256
pkg syscall (linux-arm-cgo), const S_IRGRP = 32
pkg syscall (linux-arm-cgo), const S_IROTH = 4
pkg syscall (linux-arm-cgo), const S_IRWXG = 56
pkg syscall (linux-arm-cgo), const S_IRWXO = 7
pkg syscall (linux-arm-cgo), const S_IRWXU = 448
pkg syscall (linux-arm-cgo), const S_IWGRP = 16
pkg syscall (linux-arm-cgo), const S_IWOTH = 2
pkg syscall (linux-arm-cgo), const S_IWRITE = 128
pkg syscall (linux-arm-cgo), const S_IXGRP = 8
pkg syscall (linux-arm-cgo), const S_IXOTH = 1
pkg syscall (linux-arm-cgo), const SizeofCmsghdr = 12
pkg syscall (linux-arm-cgo), const SizeofIPMreq = 8
pkg syscall (linux-arm-cgo), const SizeofIPMreqn = 12
pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq = 20
pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg = 8
pkg syscall (linux-arm-cgo), const SizeofIfInfomsg = 16
pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo = 12
pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (linux-arm-cgo), const SizeofInotifyEvent = 16
pkg syscall (linux-arm-cgo), const SizeofLinger = 8
pkg syscall (linux-arm-cgo), const SizeofMsghdr = 28
pkg syscall (linux-arm-cgo), const SizeofNlAttr = 4
pkg syscall (linux-arm-cgo), const SizeofNlMsgerr = 20
pkg syscall (linux-arm-cgo), const SizeofNlMsghdr = 16
pkg syscall (linux-arm-cgo), const SizeofRtAttr = 4
pkg syscall (linux-arm-cgo), const SizeofRtGenmsg = 1
pkg syscall (linux-arm-cgo), const SizeofRtMsg = 12
pkg syscall (linux-arm-cgo), const SizeofRtNexthop = 8
pkg syscall (linux-arm-cgo), const SizeofSockFilter = 8
pkg syscall (linux-arm-cgo), const SizeofSockFprog = 8
pkg syscall (linux-arm-cgo), const SizeofSockaddrAny = 112
pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer = 20
pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink = 12
pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix = 110
pkg syscall (linux-arm-cgo), const SizeofTCPInfo = 104
pkg syscall (linux-arm-cgo), const SizeofUcred = 12
pkg syscall (linux-arm-cgo), const TCGETS = 21505
pkg syscall (linux-arm-cgo), const TCP_CONGESTION = 13
pkg syscall (linux-arm-cgo), const TCP_CORK = 3
pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT = 9
pkg syscall (linux-arm-cgo), const TCP_INFO = 11
pkg syscall (linux-arm-cgo), const TCP_KEEPCNT = 6
pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE = 4
pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL = 5
pkg syscall (linux-arm-cgo), const TCP_LINGER2 = 8
pkg syscall (linux-arm-cgo), const TCP_MAXSEG = 2
pkg syscall (linux-arm-cgo), const TCP_MAXWIN = 65535
pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (linux-arm-cgo), const TCP_MD5SIG = 14
pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
pkg syscall (linux-arm-cgo), const TCP_MSS = 512
pkg syscall (linux-arm-cgo), const TCP_QUICKACK = 12
pkg syscall (linux-arm-cgo), const TCP_SYNCNT = 7
pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP = 10
pkg syscall (linux-arm-cgo), const TCSETS = 21506
pkg syscall (linux-arm-cgo), const TIOCCBRK = 21544
pkg syscall (linux-arm-cgo), const TIOCCONS = 21533
pkg syscall (linux-arm-cgo), const TIOCEXCL = 21516
pkg syscall (linux-arm-cgo), const TIOCGDEV = 2147767346
pkg syscall (linux-arm-cgo), const TIOCGETD = 21540
pkg syscall (linux-arm-cgo), const TIOCGICOUNT = 21597
pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS = 21590
pkg syscall (linux-arm-cgo), const TIOCGPGRP = 21519
pkg syscall (linux-arm-cgo), const TIOCGPTN = 2147767344
pkg syscall (linux-arm-cgo), const TIOCGRS485 = 21550
pkg syscall (linux-arm-cgo), const TIOCGSERIAL = 21534
pkg syscall (linux-arm-cgo), const TIOCGSID = 21545
pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR = 21529
pkg syscall (linux-arm-cgo), const TIOCGWINSZ = 21523
pkg syscall (linux-arm-cgo), const TIOCINQ = 21531
pkg syscall (linux-arm-cgo), const TIOCLINUX = 21532
pkg syscall (linux-arm-cgo), const TIOCMBIC = 21527
pkg syscall (linux-arm-cgo), const TIOCMBIS = 21526
pkg syscall (linux-arm-cgo), const TIOCMGET = 21525
pkg syscall (linux-arm-cgo), const TIOCMIWAIT = 21596
pkg syscall (linux-arm-cgo), const TIOCMSET = 21528
pkg syscall (linux-arm-cgo), const TIOCM_CAR = 64
pkg syscall (linux-arm-cgo), const TIOCM_CD = 64
pkg syscall (linux-arm-cgo), const TIOCM_CTS = 32
pkg syscall (linux-arm-cgo), const TIOCM_DSR = 256
pkg syscall (linux-arm-cgo), const TIOCM_DTR = 2
pkg syscall (linux-arm-cgo), const TIOCM_LE = 1
pkg syscall (linux-arm-cgo), const TIOCM_RI = 128
pkg syscall (linux-arm-cgo), const TIOCM_RNG = 128
pkg syscall (linux-arm-cgo), const TIOCM_RTS = 4
pkg syscall (linux-arm-cgo), const TIOCM_SR = 16
pkg syscall (linux-arm-cgo), const TIOCM_ST = 8
pkg syscall (linux-arm-cgo), const TIOCNOTTY = 21538
pkg syscall (linux-arm-cgo), const TIOCNXCL = 21517
pkg syscall (linux-arm-cgo), const TIOCOUTQ = 21521
pkg syscall (linux-arm-cgo), const TIOCPKT = 21536
pkg syscall (linux-arm-cgo), const TIOCPKT_DATA = 0
pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (linux-arm-cgo), const TIOCPKT_START = 8
pkg syscall (linux-arm-cgo), const TIOCPKT_STOP = 4
pkg syscall (linux-arm-cgo), const TIOCSBRK = 21543
pkg syscall (linux-arm-cgo), const TIOCSCTTY = 21518
pkg syscall (linux-arm-cgo), const TIOCSERCONFIG = 21587
pkg syscall (linux-arm-cgo), const TIOCSERGETLSR = 21593
pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI = 21594
pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT = 21592
pkg syscall (linux-arm-cgo), const TIOCSERGWILD = 21588
pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI = 21595
pkg syscall (linux-arm-cgo), const TIOCSERSWILD = 21589
pkg syscall (linux-arm-cgo), const TIOCSER_TEMT = 1
pkg syscall (linux-arm-cgo), const TIOCSETD = 21539
pkg syscall (linux-arm-cgo), const TIOCSIG = 1074025526
pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS = 21591
pkg syscall (linux-arm-cgo), const TIOCSPGRP = 21520
pkg syscall (linux-arm-cgo), const TIOCSPTLCK = 1074025521
pkg syscall (linux-arm-cgo), const TIOCSRS485 = 21551
pkg syscall (linux-arm-cgo), const TIOCSSERIAL = 21535
pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR = 21530
pkg syscall (linux-arm-cgo), const TIOCSTI = 21522
pkg syscall (linux-arm-cgo), const TIOCSWINSZ = 21524
pkg syscall (linux-arm-cgo), const TIOCVHANGUP = 21559
pkg syscall (linux-arm-cgo), const TOSTOP = 256
pkg syscall (linux-arm-cgo), const TUNATTACHFILTER = 1074287829
pkg syscall (linux-arm-cgo), const TUNDETACHFILTER = 1074287830
pkg syscall (linux-arm-cgo), const TUNGETFEATURES = 2147767503
pkg syscall (linux-arm-cgo), const TUNGETIFF = 2147767506
pkg syscall (linux-arm-cgo), const TUNGETSNDBUF = 2147767507
pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ = 2147767511
pkg syscall (linux-arm-cgo), const TUNSETDEBUG = 1074025673
pkg syscall (linux-arm-cgo), const TUNSETGROUP = 1074025678
pkg syscall (linux-arm-cgo), const TUNSETIFF = 1074025674
pkg syscall (linux-arm-cgo), const TUNSETLINK = 1074025677
pkg syscall (linux-arm-cgo), const TUNSETNOCSUM = 1074025672
pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD = 1074025680
pkg syscall (linux-arm-cgo), const TUNSETOWNER = 1074025676
pkg syscall (linux-arm-cgo), const TUNSETPERSIST = 1074025675
pkg syscall (linux-arm-cgo), const TUNSETSNDBUF = 1074025684
pkg syscall (linux-arm-cgo), const TUNSETTXFILTER = 1074025681
pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ = 1074025688
pkg syscall (linux-arm-cgo), const VDISCARD = 13
pkg syscall (linux-arm-cgo), const VEOF = 4
pkg syscall (linux-arm-cgo), const VEOL = 11
pkg syscall (linux-arm-cgo), const VEOL2 = 16
pkg syscall (linux-arm-cgo), const VERASE = 2
pkg syscall (linux-arm-cgo), const VINTR = 0
pkg syscall (linux-arm-cgo), const VKILL = 3
pkg syscall (linux-arm-cgo), const VLNEXT = 15
pkg syscall (linux-arm-cgo), const VMIN = 6
pkg syscall (linux-arm-cgo), const VQUIT = 1
pkg syscall (linux-arm-cgo), const VREPRINT = 12
pkg syscall (linux-arm-cgo), const VSTART = 8
pkg syscall (linux-arm-cgo), const VSTOP = 9
pkg syscall (linux-arm-cgo), const VSUSP = 10
pkg syscall (linux-arm-cgo), const VSWTC = 7
pkg syscall (linux-arm-cgo), const VTIME = 5
pkg syscall (linux-arm-cgo), const VWERASE = 14
pkg syscall (linux-arm-cgo), const WALL = 1073741824
pkg syscall (linux-arm-cgo), const WCLONE = 2147483648
pkg syscall (linux-arm-cgo), const WCONTINUED = 8
pkg syscall (linux-arm-cgo), const WEXITED = 4
pkg syscall (linux-arm-cgo), const WNOHANG = 1
pkg syscall (linux-arm-cgo), const WNOTHREAD = 536870912
pkg syscall (linux-arm-cgo), const WNOWAIT = 16777216
pkg syscall (linux-arm-cgo), const WORDSIZE = 32
pkg syscall (linux-arm-cgo), const WSTOPPED = 2
pkg syscall (linux-arm-cgo), const WUNTRACED = 2
pkg syscall (linux-arm-cgo), const XCASE = 4
pkg syscall (netbsd-386), const AF_APPLETALK = 16
pkg syscall (netbsd-386), const AF_ARP = 28
pkg syscall (netbsd-386), const AF_BLUETOOTH = 31
pkg syscall (netbsd-386), const AF_CCITT = 10
pkg syscall (netbsd-386), const AF_CHAOS = 5
pkg syscall (netbsd-386), const AF_CNT = 21
pkg syscall (netbsd-386), const AF_COIP = 20
pkg syscall (netbsd-386), const AF_DATAKIT = 9
pkg syscall (netbsd-386), const AF_DECnet = 12
pkg syscall (netbsd-386), const AF_DLI = 13
pkg syscall (netbsd-386), const AF_E164 = 26
pkg syscall (netbsd-386), const AF_ECMA = 8
pkg syscall (netbsd-386), const AF_HYLINK = 15
pkg syscall (netbsd-386), const AF_IEEE80211 = 32
pkg syscall (netbsd-386), const AF_IMPLINK = 3
pkg syscall (netbsd-386), const AF_INET6 = 24
pkg syscall (netbsd-386), const AF_IPX = 23
pkg syscall (netbsd-386), const AF_ISDN = 26
pkg syscall (netbsd-386), const AF_ISO = 7
pkg syscall (netbsd-386), const AF_LAT = 14
pkg syscall (netbsd-386), const AF_LINK = 18
pkg syscall (netbsd-386), const AF_LOCAL = 1
pkg syscall (netbsd-386), const AF_MAX = 35
pkg syscall (netbsd-386), const AF_MPLS = 33
pkg syscall (netbsd-386), const AF_NATM = 27
pkg syscall (netbsd-386), const AF_NS = 6
pkg syscall (netbsd-386), const AF_OROUTE = 17
pkg syscall (netbsd-386), const AF_OSI = 7
pkg syscall (netbsd-386), const AF_PUP = 4
pkg syscall (netbsd-386), const AF_ROUTE = 34
pkg syscall (netbsd-386), const AF_SNA = 11
pkg syscall (netbsd-386), const ARPHRD_ARCNET = 7
pkg syscall (netbsd-386), const ARPHRD_ETHER = 1
pkg syscall (netbsd-386), const ARPHRD_FRELAY = 15
pkg syscall (netbsd-386), const ARPHRD_IEEE1394 = 24
pkg syscall (netbsd-386), const ARPHRD_IEEE802 = 6
pkg syscall (netbsd-386), const ARPHRD_STRIP = 23
pkg syscall (netbsd-386), const B0 = 0
pkg syscall (netbsd-386), const B110 = 110
pkg syscall (netbsd-386), const B115200 = 115200
pkg syscall (netbsd-386), const B1200 = 1200
pkg syscall (netbsd-386), const B134 = 134
pkg syscall (netbsd-386), const B14400 = 14400
pkg syscall (netbsd-386), const B150 = 150
pkg syscall (netbsd-386), const B1800 = 1800
pkg syscall (netbsd-386), const B19200 = 19200
pkg syscall (netbsd-386), const B200 = 200
pkg syscall (netbsd-386), const B230400 = 230400
pkg syscall (netbsd-386), const B2400 = 2400
pkg syscall (netbsd-386), const B28800 = 28800
pkg syscall (netbsd-386), const B300 = 300
pkg syscall (netbsd-386), const B38400 = 38400
pkg syscall (netbsd-386), const B460800 = 460800
pkg syscall (netbsd-386), const B4800 = 4800
pkg syscall (netbsd-386), const B50 = 50
pkg syscall (netbsd-386), const B57600 = 57600
pkg syscall (netbsd-386), const B600 = 600
pkg syscall (netbsd-386), const B7200 = 7200
pkg syscall (netbsd-386), const B75 = 75
pkg syscall (netbsd-386), const B76800 = 76800
pkg syscall (netbsd-386), const B921600 = 921600
pkg syscall (netbsd-386), const B9600 = 9600
pkg syscall (netbsd-386), const BIOCFEEDBACK = 2147762813
pkg syscall (netbsd-386), const BIOCFLUSH = 536887912
pkg syscall (netbsd-386), const BIOCGBLEN = 1074020966
pkg syscall (netbsd-386), const BIOCGDLT = 1074020970
pkg syscall (netbsd-386), const BIOCGDLTLIST = 3221766775
pkg syscall (netbsd-386), const BIOCGETIF = 1083196011
pkg syscall (netbsd-386), const BIOCGFEEDBACK = 1074020988
pkg syscall (netbsd-386), const BIOCGHDRCMPLT = 1074020980
pkg syscall (netbsd-386), const BIOCGRTIMEOUT = 1074545275
pkg syscall (netbsd-386), const BIOCGSEESENT = 1074020984
pkg syscall (netbsd-386), const BIOCGSTATS = 1082147439
pkg syscall (netbsd-386), const BIOCGSTATSOLD = 1074283119
pkg syscall (netbsd-386), const BIOCIMMEDIATE = 2147762800
pkg syscall (netbsd-386), const BIOCPROMISC = 536887913
pkg syscall (netbsd-386), const BIOCSBLEN = 3221504614
pkg syscall (netbsd-386), const BIOCSDLT = 2147762806
pkg syscall (netbsd-386), const BIOCSETF = 2148024935
pkg syscall (netbsd-386), const BIOCSETIF = 2156937836
pkg syscall (netbsd-386), const BIOCSFEEDBACK = 2147762813
pkg syscall (netbsd-386), const BIOCSHDRCMPLT = 2147762805
pkg syscall (netbsd-386), const BIOCSRTIMEOUT = 2148287098
pkg syscall (netbsd-386), const BIOCSSEESENT = 2147762809
pkg syscall (netbsd-386), const BIOCSTCPF = 2148024946
pkg syscall (netbsd-386), const BIOCSUDPF = 2148024947
pkg syscall (netbsd-386), const BIOCVERSION = 1074020977
pkg syscall (netbsd-386), const BPF_A = 16
pkg syscall (netbsd-386), const BPF_ABS = 32
pkg syscall (netbsd-386), const BPF_ADD = 0
pkg syscall (netbsd-386), const BPF_ALIGNMENT = 4
pkg syscall (netbsd-386), const BPF_ALIGNMENT32 = 4
pkg syscall (netbsd-386), const BPF_ALU = 4
pkg syscall (netbsd-386), const BPF_AND = 80
pkg syscall (netbsd-386), const BPF_B = 16
pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE = 1048576
pkg syscall (netbsd-386), const BPF_DIV = 48
pkg syscall (netbsd-386), const BPF_H = 8
pkg syscall (netbsd-386), const BPF_IMM = 0
pkg syscall (netbsd-386), const BPF_IND = 64
pkg syscall (netbsd-386), const BPF_JA = 0
pkg syscall (netbsd-386), const BPF_JEQ = 16
pkg syscall (netbsd-386), const BPF_JGE = 48
pkg syscall (netbsd-386), const BPF_JGT = 32
pkg syscall (netbsd-386), const BPF_JMP = 5
pkg syscall (netbsd-386), const BPF_JSET = 64
pkg syscall (netbsd-386), const BPF_K = 0
pkg syscall (netbsd-386), const BPF_LD = 0
pkg syscall (netbsd-386), const BPF_LDX = 1
pkg syscall (netbsd-386), const BPF_LEN = 128
pkg syscall (netbsd-386), const BPF_LSH = 96
pkg syscall (netbsd-386), const BPF_MAJOR_VERSION = 1
pkg syscall (netbsd-386), const BPF_MAXBUFSIZE = 16777216
pkg syscall (netbsd-386), const BPF_MAXINSNS = 512
pkg syscall (netbsd-386), const BPF_MEM = 96
pkg syscall (netbsd-386), const BPF_MEMWORDS = 16
pkg syscall (netbsd-386), const BPF_MINBUFSIZE = 32
pkg syscall (netbsd-386), const BPF_MINOR_VERSION = 1
pkg syscall (netbsd-386), const BPF_MISC = 7
pkg syscall (netbsd-386), const BPF_MSH = 160
pkg syscall (netbsd-386), const BPF_MUL = 32
pkg syscall (netbsd-386), const BPF_NEG = 128
pkg syscall (netbsd-386), const BPF_OR = 64
pkg syscall (netbsd-386), const BPF_RELEASE = 199606
pkg syscall (netbsd-386), const BPF_RET = 6
pkg syscall (netbsd-386), const BPF_RSH = 112
pkg syscall (netbsd-386), const BPF_ST = 2
pkg syscall (netbsd-386), const BPF_STX = 3
pkg syscall (netbsd-386), const BPF_SUB = 16
pkg syscall (netbsd-386), const BPF_TAX = 0
pkg syscall (netbsd-386), const BPF_TXA = 128
pkg syscall (netbsd-386), const BPF_W = 0
pkg syscall (netbsd-386), const BPF_X = 8
pkg syscall (netbsd-386), const BRKINT = 2
pkg syscall (netbsd-386), const CFLUSH = 15
pkg syscall (netbsd-386), const CLOCAL = 32768
pkg syscall (netbsd-386), const CREAD = 2048
pkg syscall (netbsd-386), const CS5 = 0
pkg syscall (netbsd-386), const CS6 = 256
pkg syscall (netbsd-386), const CS7 = 512
pkg syscall (netbsd-386), const CS8 = 768
pkg syscall (netbsd-386), const CSIZE = 768
pkg syscall (netbsd-386), const CSTART = 17
pkg syscall (netbsd-386), const CSTATUS = 20
pkg syscall (netbsd-386), const CSTOP = 19
pkg syscall (netbsd-386), const CSTOPB = 1024
pkg syscall (netbsd-386), const CSUSP = 26
pkg syscall (netbsd-386), const CTL_MAXNAME = 12
pkg syscall (netbsd-386), const CTL_NET = 4
pkg syscall (netbsd-386), const CTL_QUERY = -2
pkg syscall (netbsd-386), const DIOCBSFLUSH = 536896632
pkg syscall (netbsd-386), const DLT_A429 = 184
pkg syscall (netbsd-386), const DLT_A653_ICM = 185
pkg syscall (netbsd-386), const DLT_AIRONET_HEADER = 120
pkg syscall (netbsd-386), const DLT_AOS = 222
pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (netbsd-386), const DLT_ARCNET = 7
pkg syscall (netbsd-386), const DLT_ARCNET_LINUX = 129
pkg syscall (netbsd-386), const DLT_ATM_CLIP = 19
pkg syscall (netbsd-386), const DLT_ATM_RFC1483 = 11
pkg syscall (netbsd-386), const DLT_AURORA = 126
pkg syscall (netbsd-386), const DLT_AX25 = 3
pkg syscall (netbsd-386), const DLT_AX25_KISS = 202
pkg syscall (netbsd-386), const DLT_BACNET_MS_TP = 165
pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (netbsd-386), const DLT_CAN20B = 190
pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN = 227
pkg syscall (netbsd-386), const DLT_CHAOS = 5
pkg syscall (netbsd-386), const DLT_CISCO_IOS = 118
pkg syscall (netbsd-386), const DLT_C_HDLC = 104
pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (netbsd-386), const DLT_DECT = 221
pkg syscall (netbsd-386), const DLT_DOCSIS = 143
pkg syscall (netbsd-386), const DLT_ECONET = 115
pkg syscall (netbsd-386), const DLT_EN10MB = 1
pkg syscall (netbsd-386), const DLT_EN3MB = 2
pkg syscall (netbsd-386), const DLT_ENC = 109
pkg syscall (netbsd-386), const DLT_ERF = 197
pkg syscall (netbsd-386), const DLT_ERF_ETH = 175
pkg syscall (netbsd-386), const DLT_ERF_POS = 176
pkg syscall (netbsd-386), const DLT_FC_2 = 224
pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (netbsd-386), const DLT_FDDI = 10
pkg syscall (netbsd-386), const DLT_FLEXRAY = 210
pkg syscall (netbsd-386), const DLT_FRELAY = 107
pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (netbsd-386), const DLT_GCOM_SERIAL = 173
pkg syscall (netbsd-386), const DLT_GCOM_T1E1 = 172
pkg syscall (netbsd-386), const DLT_GPF_F = 171
pkg syscall (netbsd-386), const DLT_GPF_T = 170
pkg syscall (netbsd-386), const DLT_GPRS_LLC = 169
pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS = 218
pkg syscall (netbsd-386), const DLT_GSMTAP_UM = 217
pkg syscall (netbsd-386), const DLT_HDLC = 16
pkg syscall (netbsd-386), const DLT_HHDLC = 121
pkg syscall (netbsd-386), const DLT_HIPPI = 15
pkg syscall (netbsd-386), const DLT_IBM_SN = 146
pkg syscall (netbsd-386), const DLT_IBM_SP = 145
pkg syscall (netbsd-386), const DLT_IEEE802 = 6
pkg syscall (netbsd-386), const DLT_IEEE802_11 = 105
pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO = 127
pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (netbsd-386), const DLT_IEEE802_15_4 = 195
pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (netbsd-386), const DLT_IPMB = 199
pkg syscall (netbsd-386), const DLT_IPMB_LINUX = 209
pkg syscall (netbsd-386), const DLT_IPNET = 226
pkg syscall (netbsd-386), const DLT_IPV4 = 228
pkg syscall (netbsd-386), const DLT_IPV6 = 229
pkg syscall (netbsd-386), const DLT_IP_OVER_FC = 122
pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 = 137
pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 = 135
pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC = 181
pkg syscall (netbsd-386), const DLT_JUNIPER_ES = 132
pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER = 178
pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY = 180
pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN = 133
pkg syscall (netbsd-386), const DLT_JUNIPER_ISM = 194
pkg syscall (netbsd-386), const DLT_JUNIPER_MFR = 134
pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR = 131
pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP = 130
pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR = 164
pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (netbsd-386), const DLT_JUNIPER_PPP = 179
pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE = 167
pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES = 136
pkg syscall (netbsd-386), const DLT_JUNIPER_ST = 200
pkg syscall (netbsd-386), const DLT_JUNIPER_VP = 183
pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR = 207
pkg syscall (netbsd-386), const DLT_LAPD = 203
pkg syscall (netbsd-386), const DLT_LIN = 212
pkg syscall (netbsd-386), const DLT_LINUX_EVDEV = 216
pkg syscall (netbsd-386), const DLT_LINUX_IRDA = 144
pkg syscall (netbsd-386), const DLT_LINUX_LAPD = 177
pkg syscall (netbsd-386), const DLT_LINUX_SLL = 113
pkg syscall (netbsd-386), const DLT_LOOP = 108
pkg syscall (netbsd-386), const DLT_LTALK = 114
pkg syscall (netbsd-386), const DLT_MFR = 182
pkg syscall (netbsd-386), const DLT_MOST = 211
pkg syscall (netbsd-386), const DLT_MPLS = 219
pkg syscall (netbsd-386), const DLT_MTP2 = 140
pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (netbsd-386), const DLT_MTP3 = 141
pkg syscall (netbsd-386), const DLT_NULL = 0
pkg syscall (netbsd-386), const DLT_PCI_EXP = 125
pkg syscall (netbsd-386), const DLT_PFLOG = 117
pkg syscall (netbsd-386), const DLT_PFSYNC = 18
pkg syscall (netbsd-386), const DLT_PPI = 192
pkg syscall (netbsd-386), const DLT_PPP = 9
pkg syscall (netbsd-386), const DLT_PPP_BSDOS = 14
pkg syscall (netbsd-386), const DLT_PPP_ETHER = 51
pkg syscall (netbsd-386), const DLT_PPP_PPPD = 166
pkg syscall (netbsd-386), const DLT_PPP_SERIAL = 50
pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR = 204
pkg syscall (netbsd-386), const DLT_PRISM_HEADER = 119
pkg syscall (netbsd-386), const DLT_PRONET = 4
pkg syscall (netbsd-386), const DLT_RAIF1 = 198
pkg syscall (netbsd-386), const DLT_RAW = 12
pkg syscall (netbsd-386), const DLT_RAWAF_MASK = 35913728
pkg syscall (netbsd-386), const DLT_RIO = 124
pkg syscall (netbsd-386), const DLT_SCCP = 142
pkg syscall (netbsd-386), const DLT_SITA = 196
pkg syscall (netbsd-386), const DLT_SLIP = 8
pkg syscall (netbsd-386), const DLT_SLIP_BSDOS = 13
pkg syscall (netbsd-386), const DLT_SUNATM = 123
pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (netbsd-386), const DLT_TZSP = 128
pkg syscall (netbsd-386), const DLT_USB = 186
pkg syscall (netbsd-386), const DLT_USB_LINUX = 189
pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (netbsd-386), const DLT_WIHART = 223
pkg syscall (netbsd-386), const DLT_X2E_SERIAL = 213
pkg syscall (netbsd-386), const DLT_X2E_XORAYA = 214
pkg syscall (netbsd-386), const DT_BLK = 6
pkg syscall (netbsd-386), const DT_CHR = 2
pkg syscall (netbsd-386), const DT_DIR = 4
pkg syscall (netbsd-386), const DT_FIFO = 1
pkg syscall (netbsd-386), const DT_LNK = 10
pkg syscall (netbsd-386), const DT_REG = 8
pkg syscall (netbsd-386), const DT_SOCK = 12
pkg syscall (netbsd-386), const DT_UNKNOWN = 0
pkg syscall (netbsd-386), const DT_WHT = 14
pkg syscall (netbsd-386), const E2BIG = 7
pkg syscall (netbsd-386), const EACCES = 13
pkg syscall (netbsd-386), const EADDRINUSE = 48
pkg syscall (netbsd-386), const EADDRNOTAVAIL = 49
pkg syscall (netbsd-386), const EAFNOSUPPORT = 47
pkg syscall (netbsd-386), const EAGAIN = 35
pkg syscall (netbsd-386), const EALREADY = 37
pkg syscall (netbsd-386), const EAUTH = 80
pkg syscall (netbsd-386), const EBADF = 9
pkg syscall (netbsd-386), const EBADMSG = 88
pkg syscall (netbsd-386), const EBADRPC = 72
pkg syscall (netbsd-386), const EBUSY = 16
pkg syscall (netbsd-386), const ECANCELED = 87
pkg syscall (netbsd-386), const ECHILD = 10
pkg syscall (netbsd-386), const ECHO = 8
pkg syscall (netbsd-386), const ECHOCTL = 64
pkg syscall (netbsd-386), const ECHOE = 2
pkg syscall (netbsd-386), const ECHOK = 4
pkg syscall (netbsd-386), const ECHOKE = 1
pkg syscall (netbsd-386), const ECHONL = 16
pkg syscall (netbsd-386), const ECHOPRT = 32
pkg syscall (netbsd-386), const ECONNABORTED = 53
pkg syscall (netbsd-386), const ECONNREFUSED = 61
pkg syscall (netbsd-386), const ECONNRESET = 54
pkg syscall (netbsd-386), const EDEADLK = 11
pkg syscall (netbsd-386), const EDESTADDRREQ = 39
pkg syscall (netbsd-386), const EDOM = 33
pkg syscall (netbsd-386), const EDQUOT = 69
pkg syscall (netbsd-386), const EEXIST = 17
pkg syscall (netbsd-386), const EFAULT = 14
pkg syscall (netbsd-386), const EFBIG = 27
pkg syscall (netbsd-386), const EFTYPE = 79
pkg syscall (netbsd-386), const EHOSTDOWN = 64
pkg syscall (netbsd-386), const EHOSTUNREACH = 65
pkg syscall (netbsd-386), const EIDRM = 82
pkg syscall (netbsd-386), const EILSEQ = 85
pkg syscall (netbsd-386), const EINPROGRESS = 36
pkg syscall (netbsd-386), const EINTR = 4
pkg syscall (netbsd-386), const EINVAL = 22
pkg syscall (netbsd-386), const EIO = 5
pkg syscall (netbsd-386), const EISCONN = 56
pkg syscall (netbsd-386), const EISDIR = 21
pkg syscall (netbsd-386), const ELAST = 96
pkg syscall (netbsd-386), const ELOOP = 62
pkg syscall (netbsd-386), const EMFILE = 24
pkg syscall (netbsd-386), const EMLINK = 31
pkg syscall (netbsd-386), const EMSGSIZE = 40
pkg syscall (netbsd-386), const EMULTIHOP = 94
pkg syscall (netbsd-386), const EMUL_LINUX = 1
pkg syscall (netbsd-386), const EMUL_LINUX32 = 5
pkg syscall (netbsd-386), const EMUL_MAXID = 6
pkg syscall (netbsd-386), const ENAMETOOLONG = 63
pkg syscall (netbsd-386), const ENEEDAUTH = 81
pkg syscall (netbsd-386), const ENETDOWN = 50
pkg syscall (netbsd-386), const ENETRESET = 52
pkg syscall (netbsd-386), const ENETUNREACH = 51
pkg syscall (netbsd-386), const ENFILE = 23
pkg syscall (netbsd-386), const ENOATTR = 93
pkg syscall (netbsd-386), const ENOBUFS = 55
pkg syscall (netbsd-386), const ENODATA = 89
pkg syscall (netbsd-386), const ENODEV = 19
pkg syscall (netbsd-386), const ENOEXEC = 8
pkg syscall (netbsd-386), const ENOLCK = 77
pkg syscall (netbsd-386), const ENOLINK = 95
pkg syscall (netbsd-386), const ENOMEM = 12
pkg syscall (netbsd-386), const ENOMSG = 83
pkg syscall (netbsd-386), const ENOPROTOOPT = 42
pkg syscall (netbsd-386), const ENOSPC = 28
pkg syscall (netbsd-386), const ENOSR = 90
pkg syscall (netbsd-386), const ENOSTR = 91
pkg syscall (netbsd-386), const ENOSYS = 78
pkg syscall (netbsd-386), const ENOTBLK = 15
pkg syscall (netbsd-386), const ENOTCONN = 57
pkg syscall (netbsd-386), const ENOTDIR = 20
pkg syscall (netbsd-386), const ENOTEMPTY = 66
pkg syscall (netbsd-386), const ENOTSOCK = 38
pkg syscall (netbsd-386), const ENOTSUP = 86
pkg syscall (netbsd-386), const ENOTTY = 25
pkg syscall (netbsd-386), const ENXIO = 6
pkg syscall (netbsd-386), const EN_SW_CTL_INF = 4096
pkg syscall (netbsd-386), const EN_SW_CTL_PREC = 768
pkg syscall (netbsd-386), const EN_SW_CTL_ROUND = 3072
pkg syscall (netbsd-386), const EN_SW_DATACHAIN = 128
pkg syscall (netbsd-386), const EN_SW_DENORM = 2
pkg syscall (netbsd-386), const EN_SW_INVOP = 1
pkg syscall (netbsd-386), const EN_SW_OVERFLOW = 8
pkg syscall (netbsd-386), const EN_SW_PRECLOSS = 32
pkg syscall (netbsd-386), const EN_SW_UNDERFLOW = 16
pkg syscall (netbsd-386), const EN_SW_ZERODIV = 4
pkg syscall (netbsd-386), const EOPNOTSUPP = 45
pkg syscall (netbsd-386), const EOVERFLOW = 84
pkg syscall (netbsd-386), const EPERM = 1
pkg syscall (netbsd-386), const EPFNOSUPPORT = 46
pkg syscall (netbsd-386), const EPIPE = 32
pkg syscall (netbsd-386), const EPROCLIM = 67
pkg syscall (netbsd-386), const EPROCUNAVAIL = 76
pkg syscall (netbsd-386), const EPROGMISMATCH = 75
pkg syscall (netbsd-386), const EPROGUNAVAIL = 74
pkg syscall (netbsd-386), const EPROTO = 96
pkg syscall (netbsd-386), const EPROTONOSUPPORT = 43
pkg syscall (netbsd-386), const EPROTOTYPE = 41
pkg syscall (netbsd-386), const ERANGE = 34
pkg syscall (netbsd-386), const EREMOTE = 71
pkg syscall (netbsd-386), const EROFS = 30
pkg syscall (netbsd-386), const ERPCMISMATCH = 73
pkg syscall (netbsd-386), const ESHUTDOWN = 58
pkg syscall (netbsd-386), const ESOCKTNOSUPPORT = 44
pkg syscall (netbsd-386), const ESPIPE = 29
pkg syscall (netbsd-386), const ESRCH = 3
pkg syscall (netbsd-386), const ESTALE = 70
pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU = 4
pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING = 2
pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU = 1
pkg syscall (netbsd-386), const ETHERMIN = 46
pkg syscall (netbsd-386), const ETHERMTU = 1500
pkg syscall (netbsd-386), const ETHERMTU_JUMBO = 9000
pkg syscall (netbsd-386), const ETHERTYPE_8023 = 4
pkg syscall (netbsd-386), const ETHERTYPE_AARP = 33011
pkg syscall (netbsd-386), const ETHERTYPE_ACCTON = 33680
pkg syscall (netbsd-386), const ETHERTYPE_AEONIC = 32822
pkg syscall (netbsd-386), const ETHERTYPE_ALPHA = 33098
pkg syscall (netbsd-386), const ETHERTYPE_AMBER = 24584
pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA = 33093
pkg syscall (netbsd-386), const ETHERTYPE_APOLLO = 33015
pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK = 32923
pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK = 32967
pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (netbsd-386), const ETHERTYPE_ARP = 2054
pkg syscall (netbsd-386), const ETHERTYPE_AT = 32923
pkg syscall (netbsd-386), const ETHERTYPE_ATALK = 32923
pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC = 34527
pkg syscall (netbsd-386), const ETHERTYPE_ATT = 32873
pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (netbsd-386), const ETHERTYPE_AXIS = 34902
pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP = 36867
pkg syscall (netbsd-386), const ETHERTYPE_BOFL = 33026
pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON = 28724
pkg syscall (netbsd-386), const ETHERTYPE_CHAOS = 2052
pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (netbsd-386), const ETHERTYPE_CRONUS = 32772
pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (netbsd-386), const ETHERTYPE_DCA = 4660
pkg syscall (netbsd-386), const ETHERTYPE_DDE = 32891
pkg syscall (netbsd-386), const ETHERTYPE_DEBNI = 43690
pkg syscall (netbsd-386), const ETHERTYPE_DECAM = 32840
pkg syscall (netbsd-386), const ETHERTYPE_DECCUST = 24582
pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG = 24581
pkg syscall (netbsd-386), const ETHERTYPE_DECDNS = 32828
pkg syscall (netbsd-386), const ETHERTYPE_DECDTS = 32830
pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER = 24576
pkg syscall (netbsd-386), const ETHERTYPE_DECLAST = 32833
pkg syscall (netbsd-386), const ETHERTYPE_DECLTM = 32831
pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (netbsd-386), const ETHERTYPE_DELTACON = 34526
pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE = 17185
pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 = 1632
pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 = 1633
pkg syscall (netbsd-386), const ETHERTYPE_DN = 24579
pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (netbsd-386), const ETHERTYPE_DSMD = 32825
pkg syscall (netbsd-386), const ETHERTYPE_ECMA = 2051
pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (netbsd-386), const ETHERTYPE_ES = 32861
pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN = 32784
pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (netbsd-386), const ETHERTYPE_FLIP = 33094
pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (netbsd-386), const ETHERTYPE_FRARP = 2056
pkg syscall (netbsd-386), const ETHERTYPE_GENDYN = 32872
pkg syscall (netbsd-386), const ETHERTYPE_HAYES = 33072
pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (netbsd-386), const ETHERTYPE_HITACHI = 34848
pkg syscall (netbsd-386), const ETHERTYPE_HP = 32773
pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (netbsd-386), const ETHERTYPE_IMLBL = 19522
pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (netbsd-386), const ETHERTYPE_IP = 2048
pkg syscall (netbsd-386), const ETHERTYPE_IPAS = 34668
pkg syscall (netbsd-386), const ETHERTYPE_IPV6 = 34525
pkg syscall (netbsd-386), const ETHERTYPE_IPX = 33079
pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW = 32823
pkg syscall (netbsd-386), const ETHERTYPE_KALPANA = 34178
pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE = 34952
pkg syscall (netbsd-386), const ETHERTYPE_LAT = 24580
pkg syscall (netbsd-386), const ETHERTYPE_LBACK = 36864
pkg syscall (netbsd-386), const ETHERTYPE_LITTLE = 32864
pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (netbsd-386), const ETHERTYPE_MATRA = 32890
pkg syscall (netbsd-386), const ETHERTYPE_MAX = 65535
pkg syscall (netbsd-386), const ETHERTYPE_MERIT = 32892
pkg syscall (netbsd-386), const ETHERTYPE_MICP = 34618
pkg syscall (netbsd-386), const ETHERTYPE_MOPDL = 24577
pkg syscall (netbsd-386), const ETHERTYPE_MOPRC = 24578
pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (netbsd-386), const ETHERTYPE_MPLS = 34887
pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (netbsd-386), const ETHERTYPE_MUMPS = 33087
pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB = 15368
pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR = 15372
pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS = 15371
pkg syscall (netbsd-386), const ETHERTYPE_NBPRST = 15373
pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD = 15361
pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD = 15360
pkg syscall (netbsd-386), const ETHERTYPE_NBS = 2050
pkg syscall (netbsd-386), const ETHERTYPE_NCD = 33097
pkg syscall (netbsd-386), const ETHERTYPE_NESTAR = 32774
pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI = 33169
pkg syscall (netbsd-386), const ETHERTYPE_NOVELL = 33080
pkg syscall (netbsd-386), const ETHERTYPE_NS = 1536
pkg syscall (netbsd-386), const ETHERTYPE_NSAT = 1537
pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER = 16
pkg syscall (netbsd-386), const ETHERTYPE_OS9 = 28679
pkg syscall (netbsd-386), const ETHERTYPE_OS9NET = 28681
pkg syscall (netbsd-386), const ETHERTYPE_PACER = 32966
pkg syscall (netbsd-386), const ETHERTYPE_PAE = 34958
pkg syscall (netbsd-386), const ETHERTYPE_PCS = 16962
pkg syscall (netbsd-386), const ETHERTYPE_PLANNING = 32836
pkg syscall (netbsd-386), const ETHERTYPE_PPP = 34827
pkg syscall (netbsd-386), const ETHERTYPE_PPPOE = 34916
pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (netbsd-386), const ETHERTYPE_PUP = 512
pkg syscall (netbsd-386), const ETHERTYPE_PUPAT = 512
pkg syscall (netbsd-386), const ETHERTYPE_RACAL = 28720
pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL = 33104
pkg syscall (netbsd-386), const ETHERTYPE_RAWFR = 25945
pkg syscall (netbsd-386), const ETHERTYPE_RCL = 6549
pkg syscall (netbsd-386), const ETHERTYPE_RDP = 34617
pkg syscall (netbsd-386), const ETHERTYPE_RETIX = 33010
pkg syscall (netbsd-386), const ETHERTYPE_REVARP = 32821
pkg syscall (netbsd-386), const ETHERTYPE_SCA = 24583
pkg syscall (netbsd-386), const ETHERTYPE_SECTRA = 34523
pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (netbsd-386), const ETHERTYPE_SGITW = 33150
pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV = 32789
pkg syscall (netbsd-386), const ETHERTYPE_SIMNET = 21000
pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS = 34825
pkg syscall (netbsd-386), const ETHERTYPE_SNA = 32981
pkg syscall (netbsd-386), const ETHERTYPE_SNMP = 33100
pkg syscall (netbsd-386), const ETHERTYPE_SONIX = 64245
pkg syscall (netbsd-386), const ETHERTYPE_SPIDER = 32927
pkg syscall (netbsd-386), const ETHERTYPE_SPRITE = 1280
pkg syscall (netbsd-386), const ETHERTYPE_STP = 33153
pkg syscall (netbsd-386), const ETHERTYPE_TALARIS = 33067
pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC = 34091
pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (netbsd-386), const ETHERTYPE_TCPSM = 36866
pkg syscall (netbsd-386), const ETHERTYPE_TEC = 33103
pkg syscall (netbsd-386), const ETHERTYPE_TIGAN = 32815
pkg syscall (netbsd-386), const ETHERTYPE_TRAIL = 4096
pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (netbsd-386), const ETHERTYPE_UBBST = 28677
pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (netbsd-386), const ETHERTYPE_UBDL = 28672
pkg syscall (netbsd-386), const ETHERTYPE_UBNIU = 28673
pkg syscall (netbsd-386), const ETHERTYPE_UBNMC = 28675
pkg syscall (netbsd-386), const ETHERTYPE_VALID = 5632
pkg syscall (netbsd-386), const ETHERTYPE_VARIAN = 32989
pkg syscall (netbsd-386), const ETHERTYPE_VAXELN = 32827
pkg syscall (netbsd-386), const ETHERTYPE_VEECO = 32871
pkg syscall (netbsd-386), const ETHERTYPE_VEXP = 32859
pkg syscall (netbsd-386), const ETHERTYPE_VGLAB = 33073
pkg syscall (netbsd-386), const ETHERTYPE_VINES = 2989
pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO = 2991
pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (netbsd-386), const ETHERTYPE_VITAL = 65280
pkg syscall (netbsd-386), const ETHERTYPE_VLAN = 33024
pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (netbsd-386), const ETHERTYPE_VPROD = 32860
pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED = 33095
pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO = 33072
pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (netbsd-386), const ETHERTYPE_X25 = 2053
pkg syscall (netbsd-386), const ETHERTYPE_X75 = 2049
pkg syscall (netbsd-386), const ETHERTYPE_XNSSM = 36865
pkg syscall (netbsd-386), const ETHERTYPE_XTP = 33149
pkg syscall (netbsd-386), const ETHER_ADDR_LEN = 6
pkg syscall (netbsd-386), const ETHER_CRC_LEN = 4
pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (netbsd-386), const ETHER_HDR_LEN = 14
pkg syscall (netbsd-386), const ETHER_MAX_LEN = 1518
pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO = 9018
pkg syscall (netbsd-386), const ETHER_MIN_LEN = 64
pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN = 8
pkg syscall (netbsd-386), const ETHER_TYPE_LEN = 2
pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (netbsd-386), const ETIME = 92
pkg syscall (netbsd-386), const ETIMEDOUT = 60
pkg syscall (netbsd-386), const ETOOMANYREFS = 59
pkg syscall (netbsd-386), const ETXTBSY = 26
pkg syscall (netbsd-386), const EUSERS = 68
pkg syscall (netbsd-386), const EVFILT_AIO = 2
pkg syscall (netbsd-386), const EVFILT_PROC = 4
pkg syscall (netbsd-386), const EVFILT_READ = 0
pkg syscall (netbsd-386), const EVFILT_SIGNAL = 5
pkg syscall (netbsd-386), const EVFILT_SYSCOUNT = 7
pkg syscall (netbsd-386), const EVFILT_TIMER = 6
pkg syscall (netbsd-386), const EVFILT_VNODE = 3
pkg syscall (netbsd-386), const EVFILT_WRITE = 1
pkg syscall (netbsd-386), const EV_ADD = 1
pkg syscall (netbsd-386), const EV_CLEAR = 32
pkg syscall (netbsd-386), const EV_DELETE = 2
pkg syscall (netbsd-386), const EV_DISABLE = 8
pkg syscall (netbsd-386), const EV_ENABLE = 4
pkg syscall (netbsd-386), const EV_EOF = 32768
pkg syscall (netbsd-386), const EV_ERROR = 16384
pkg syscall (netbsd-386), const EV_FLAG1 = 8192
pkg syscall (netbsd-386), const EV_ONESHOT = 16
pkg syscall (netbsd-386), const EV_SYSFLAGS = 61440
pkg syscall (netbsd-386), const EWOULDBLOCK = 35
pkg syscall (netbsd-386), const EXDEV = 18
pkg syscall (netbsd-386), const EXTA = 19200
pkg syscall (netbsd-386), const EXTB = 38400
pkg syscall (netbsd-386), const EXTPROC = 2048
pkg syscall (netbsd-386), const FD_CLOEXEC = 1
pkg syscall (netbsd-386), const FD_SETSIZE = 256
pkg syscall (netbsd-386), const FLUSHO = 8388608
pkg syscall (netbsd-386), const F_CLOSEM = 10
pkg syscall (netbsd-386), const F_DUPFD = 0
pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC = 12
pkg syscall (netbsd-386), const F_FSCTL = -2147483648
pkg syscall (netbsd-386), const F_FSDIRMASK = 1879048192
pkg syscall (netbsd-386), const F_FSIN = 268435456
pkg syscall (netbsd-386), const F_FSINOUT = 805306368
pkg syscall (netbsd-386), const F_FSOUT = 536870912
pkg syscall (netbsd-386), const F_FSPRIV = 32768
pkg syscall (netbsd-386), const F_FSVOID = 1073741824
pkg syscall (netbsd-386), const F_GETFD = 1
pkg syscall (netbsd-386), const F_GETFL = 3
pkg syscall (netbsd-386), const F_GETLK = 7
pkg syscall (netbsd-386), const F_GETNOSIGPIPE = 13
pkg syscall (netbsd-386), const F_GETOWN = 5
pkg syscall (netbsd-386), const F_MAXFD = 11
pkg syscall (netbsd-386), const F_OK = 0
pkg syscall (netbsd-386), const F_PARAM_MASK = 4095
pkg syscall (netbsd-386), const F_PARAM_MAX = 4095
pkg syscall (netbsd-386), const F_RDLCK = 1
pkg syscall (netbsd-386), const F_SETFD = 2
pkg syscall (netbsd-386), const F_SETFL = 4
pkg syscall (netbsd-386), const F_SETLK = 8
pkg syscall (netbsd-386), const F_SETLKW = 9
pkg syscall (netbsd-386), const F_SETNOSIGPIPE = 14
pkg syscall (netbsd-386), const F_SETOWN = 6
pkg syscall (netbsd-386), const F_UNLCK = 2
pkg syscall (netbsd-386), const F_WRLCK = 3
pkg syscall (netbsd-386), const HUPCL = 16384
pkg syscall (netbsd-386), const ICANON = 256
pkg syscall (netbsd-386), const ICRNL = 256
pkg syscall (netbsd-386), const IEXTEN = 1024
pkg syscall (netbsd-386), const IFAN_ARRIVAL = 0
pkg syscall (netbsd-386), const IFAN_DEPARTURE = 1
pkg syscall (netbsd-386), const IFA_ROUTE = 1
pkg syscall (netbsd-386), const IFF_ALLMULTI = 512
pkg syscall (netbsd-386), const IFF_CANTCHANGE = 36690
pkg syscall (netbsd-386), const IFF_DEBUG = 4
pkg syscall (netbsd-386), const IFF_LINK0 = 4096
pkg syscall (netbsd-386), const IFF_LINK1 = 8192
pkg syscall (netbsd-386), const IFF_LINK2 = 16384
pkg syscall (netbsd-386), const IFF_LOOPBACK = 8
pkg syscall (netbsd-386), const IFF_MULTICAST = 32768
pkg syscall (netbsd-386), const IFF_NOARP = 128
pkg syscall (netbsd-386), const IFF_NOTRAILERS = 32
pkg syscall (netbsd-386), const IFF_OACTIVE = 1024
pkg syscall (netbsd-386), const IFF_POINTOPOINT = 16
pkg syscall (netbsd-386), const IFF_PROMISC = 256
pkg syscall (netbsd-386), const IFF_RUNNING = 64
pkg syscall (netbsd-386), const IFF_SIMPLEX = 2048
pkg syscall (netbsd-386), const IFNAMSIZ = 16
pkg syscall (netbsd-386), const IFT_1822 = 2
pkg syscall (netbsd-386), const IFT_A12MPPSWITCH = 130
pkg syscall (netbsd-386), const IFT_AAL2 = 187
pkg syscall (netbsd-386), const IFT_AAL5 = 49
pkg syscall (netbsd-386), const IFT_ADSL = 94
pkg syscall (netbsd-386), const IFT_AFLANE8023 = 59
pkg syscall (netbsd-386), const IFT_AFLANE8025 = 60
pkg syscall (netbsd-386), const IFT_ARAP = 88
pkg syscall (netbsd-386), const IFT_ARCNET = 35
pkg syscall (netbsd-386), const IFT_ARCNETPLUS = 36
pkg syscall (netbsd-386), const IFT_ASYNC = 84
pkg syscall (netbsd-386), const IFT_ATM = 37
pkg syscall (netbsd-386), const IFT_ATMDXI = 105
pkg syscall (netbsd-386), const IFT_ATMFUNI = 106
pkg syscall (netbsd-386), const IFT_ATMIMA = 107
pkg syscall (netbsd-386), const IFT_ATMLOGICAL = 80
pkg syscall (netbsd-386), const IFT_ATMRADIO = 189
pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE = 134
pkg syscall (netbsd-386), const IFT_ATMVCIENDPT = 194
pkg syscall (netbsd-386), const IFT_ATMVIRTUAL = 149
pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (netbsd-386), const IFT_BRIDGE = 209
pkg syscall (netbsd-386), const IFT_BSC = 83
pkg syscall (netbsd-386), const IFT_CARP = 248
pkg syscall (netbsd-386), const IFT_CCTEMUL = 61
pkg syscall (netbsd-386), const IFT_CEPT = 19
pkg syscall (netbsd-386), const IFT_CES = 133
pkg syscall (netbsd-386), const IFT_CHANNEL = 70
pkg syscall (netbsd-386), const IFT_CNR = 85
pkg syscall (netbsd-386), const IFT_COFFEE = 132
pkg syscall (netbsd-386), const IFT_COMPOSITELINK = 155
pkg syscall (netbsd-386), const IFT_DCN = 141
pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE = 138
pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (netbsd-386), const IFT_DLSW = 74
pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (netbsd-386), const IFT_DS0 = 81
pkg syscall (netbsd-386), const IFT_DS0BUNDLE = 82
pkg syscall (netbsd-386), const IFT_DS1FDL = 170
pkg syscall (netbsd-386), const IFT_DS3 = 30
pkg syscall (netbsd-386), const IFT_DTM = 140
pkg syscall (netbsd-386), const IFT_DVBASILN = 172
pkg syscall (netbsd-386), const IFT_DVBASIOUT = 173
pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER = 146
pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (netbsd-386), const IFT_ECONET = 206
pkg syscall (netbsd-386), const IFT_EON = 25
pkg syscall (netbsd-386), const IFT_EPLRS = 87
pkg syscall (netbsd-386), const IFT_ESCON = 73
pkg syscall (netbsd-386), const IFT_ETHER = 6
pkg syscall (netbsd-386), const IFT_FAITH = 242
pkg syscall (netbsd-386), const IFT_FAST = 125
pkg syscall (netbsd-386), const IFT_FASTETHER = 62
pkg syscall (netbsd-386), const IFT_FASTETHERFX = 69
pkg syscall (netbsd-386), const IFT_FDDI = 15
pkg syscall (netbsd-386), const IFT_FIBRECHANNEL = 56
pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI = 92
pkg syscall (netbsd-386), const IFT_FRDLCIENDPT = 193
pkg syscall (netbsd-386), const IFT_FRELAY = 32
pkg syscall (netbsd-386), const IFT_FRELAYDCE = 44
pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (netbsd-386), const IFT_FRFORWARD = 158
pkg syscall (netbsd-386), const IFT_G703AT2MB = 67
pkg syscall (netbsd-386), const IFT_G703AT64K = 66
pkg syscall (netbsd-386), const IFT_GIF = 240
pkg syscall (netbsd-386), const IFT_GIGABITETHERNET = 117
pkg syscall (netbsd-386), const IFT_GR303IDT = 178
pkg syscall (netbsd-386), const IFT_GR303RDT = 177
pkg syscall (netbsd-386), const IFT_H323GATEKEEPER = 164
pkg syscall (netbsd-386), const IFT_H323PROXY = 165
pkg syscall (netbsd-386), const IFT_HDH1822 = 3
pkg syscall (netbsd-386), const IFT_HDLC = 118
pkg syscall (netbsd-386), const IFT_HDSL2 = 168
pkg syscall (netbsd-386), const IFT_HIPERLAN2 = 183
pkg syscall (netbsd-386), const IFT_HIPPI = 47
pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE = 57
pkg syscall (netbsd-386), const IFT_HOSTPAD = 90
pkg syscall (netbsd-386), const IFT_HSSI = 46
pkg syscall (netbsd-386), const IFT_HY = 14
pkg syscall (netbsd-386), const IFT_IBM370PARCHAN = 72
pkg syscall (netbsd-386), const IFT_IDSL = 154
pkg syscall (netbsd-386), const IFT_IEEE1394 = 144
pkg syscall (netbsd-386), const IFT_IEEE80211 = 71
pkg syscall (netbsd-386), const IFT_IEEE80212 = 55
pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG = 161
pkg syscall (netbsd-386), const IFT_IFGSN = 145
pkg syscall (netbsd-386), const IFT_IMT = 190
pkg syscall (netbsd-386), const IFT_INFINIBAND = 199
pkg syscall (netbsd-386), const IFT_INTERLEAVE = 124
pkg syscall (netbsd-386), const IFT_IP = 126
pkg syscall (netbsd-386), const IFT_IPFORWARD = 142
pkg syscall (netbsd-386), const IFT_IPOVERATM = 114
pkg syscall (netbsd-386), const IFT_IPOVERCDLC = 109
pkg syscall (netbsd-386), const IFT_IPOVERCLAW = 110
pkg syscall (netbsd-386), const IFT_IPSWITCH = 78
pkg syscall (netbsd-386), const IFT_ISDN = 63
pkg syscall (netbsd-386), const IFT_ISDNBASIC = 20
pkg syscall (netbsd-386), const IFT_ISDNPRIMARY = 21
pkg syscall (netbsd-386), const IFT_ISDNS = 75
pkg syscall (netbsd-386), const IFT_ISDNU = 76
pkg syscall (netbsd-386), const IFT_ISO88022LLC = 41
pkg syscall (netbsd-386), const IFT_ISO88023 = 7
pkg syscall (netbsd-386), const IFT_ISO88024 = 8
pkg syscall (netbsd-386), const IFT_ISO88025 = 9
pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT = 98
pkg syscall (netbsd-386), const IFT_ISO88025DTR = 86
pkg syscall (netbsd-386), const IFT_ISO88025FIBER = 115
pkg syscall (netbsd-386), const IFT_ISO88026 = 10
pkg syscall (netbsd-386), const IFT_ISUP = 179
pkg syscall (netbsd-386), const IFT_L2VLAN = 135
pkg syscall (netbsd-386), const IFT_L3IPVLAN = 136
pkg syscall (netbsd-386), const IFT_L3IPXVLAN = 137
pkg syscall (netbsd-386), const IFT_LAPB = 16
pkg syscall (netbsd-386), const IFT_LAPD = 77
pkg syscall (netbsd-386), const IFT_LAPF = 119
pkg syscall (netbsd-386), const IFT_LINEGROUP = 210
pkg syscall (netbsd-386), const IFT_LOCALTALK = 42
pkg syscall (netbsd-386), const IFT_LOOP = 24
pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (netbsd-386), const IFT_MFSIGLINK = 167
pkg syscall (netbsd-386), const IFT_MIOX25 = 38
pkg syscall (netbsd-386), const IFT_MODEM = 48
pkg syscall (netbsd-386), const IFT_MPC = 113
pkg syscall (netbsd-386), const IFT_MPLS = 166
pkg syscall (netbsd-386), const IFT_MPLSTUNNEL = 150
pkg syscall (netbsd-386), const IFT_MSDSL = 143
pkg syscall (netbsd-386), const IFT_MVL = 191
pkg syscall (netbsd-386), const IFT_MYRINET = 99
pkg syscall (netbsd-386), const IFT_NFAS = 175
pkg syscall (netbsd-386), const IFT_NSIP = 27
pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL = 195
pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT = 196
pkg syscall (netbsd-386), const IFT_OTHER = 1
pkg syscall (netbsd-386), const IFT_P10 = 12
pkg syscall (netbsd-386), const IFT_P80 = 13
pkg syscall (netbsd-386), const IFT_PARA = 34
pkg syscall (netbsd-386), const IFT_PFLOG = 245
pkg syscall (netbsd-386), const IFT_PFSYNC = 246
pkg syscall (netbsd-386), const IFT_PLC = 174
pkg syscall (netbsd-386), const IFT_PON155 = 207
pkg syscall (netbsd-386), const IFT_PON622 = 208
pkg syscall (netbsd-386), const IFT_POS = 171
pkg syscall (netbsd-386), const IFT_PPP = 23
pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (netbsd-386), const IFT_PROPATM = 197
pkg syscall (netbsd-386), const IFT_PROPBWAP2MP = 184
pkg syscall (netbsd-386), const IFT_PROPCNLS = 89
pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (netbsd-386), const IFT_PROPMUX = 54
pkg syscall (netbsd-386), const IFT_PROPVIRTUAL = 53
pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P = 157
pkg syscall (netbsd-386), const IFT_PTPSERIAL = 22
pkg syscall (netbsd-386), const IFT_PVC = 241
pkg syscall (netbsd-386), const IFT_Q2931 = 201
pkg syscall (netbsd-386), const IFT_QLLC = 68
pkg syscall (netbsd-386), const IFT_RADIOMAC = 188
pkg syscall (netbsd-386), const IFT_RADSL = 95
pkg syscall (netbsd-386), const IFT_REACHDSL = 192
pkg syscall (netbsd-386), const IFT_RFC1483 = 159
pkg syscall (netbsd-386), const IFT_RS232 = 33
pkg syscall (netbsd-386), const IFT_RSRB = 79
pkg syscall (netbsd-386), const IFT_SDLC = 17
pkg syscall (netbsd-386), const IFT_SDSL = 96
pkg syscall (netbsd-386), const IFT_SHDSL = 169
pkg syscall (netbsd-386), const IFT_SIP = 31
pkg syscall (netbsd-386), const IFT_SIPSIG = 204
pkg syscall (netbsd-386), const IFT_SIPTG = 203
pkg syscall (netbsd-386), const IFT_SLIP = 28
pkg syscall (netbsd-386), const IFT_SMDSDXI = 43
pkg syscall (netbsd-386), const IFT_SMDSICIP = 52
pkg syscall (netbsd-386), const IFT_SONET = 39
pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (netbsd-386), const IFT_SONETPATH = 50
pkg syscall (netbsd-386), const IFT_SONETVT = 51
pkg syscall (netbsd-386), const IFT_SRP = 151
pkg syscall (netbsd-386), const IFT_SS7SIGLINK = 156
pkg syscall (netbsd-386), const IFT_STACKTOSTACK = 111
pkg syscall (netbsd-386), const IFT_STARLAN = 11
pkg syscall (netbsd-386), const IFT_STF = 215
pkg syscall (netbsd-386), const IFT_T1 = 18
pkg syscall (netbsd-386), const IFT_TDLC = 116
pkg syscall (netbsd-386), const IFT_TELINK = 200
pkg syscall (netbsd-386), const IFT_TERMPAD = 91
pkg syscall (netbsd-386), const IFT_TR008 = 176
pkg syscall (netbsd-386), const IFT_TRANSPHDLC = 123
pkg syscall (netbsd-386), const IFT_TUNNEL = 131
pkg syscall (netbsd-386), const IFT_ULTRA = 29
pkg syscall (netbsd-386), const IFT_USB = 160
pkg syscall (netbsd-386), const IFT_V11 = 64
pkg syscall (netbsd-386), const IFT_V35 = 45
pkg syscall (netbsd-386), const IFT_V36 = 65
pkg syscall (netbsd-386), const IFT_V37 = 120
pkg syscall (netbsd-386), const IFT_VDSL = 97
pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (netbsd-386), const IFT_VIRTUALTG = 202
pkg syscall (netbsd-386), const IFT_VOICEDID = 213
pkg syscall (netbsd-386), const IFT_VOICEEM = 100
pkg syscall (netbsd-386), const IFT_VOICEEMFGD = 211
pkg syscall (netbsd-386), const IFT_VOICEENCAP = 103
pkg syscall (netbsd-386), const IFT_VOICEFGDEANA = 212
pkg syscall (netbsd-386), const IFT_VOICEFXO = 101
pkg syscall (netbsd-386), const IFT_VOICEFXS = 102
pkg syscall (netbsd-386), const IFT_VOICEOVERATM = 152
pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE = 198
pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (netbsd-386), const IFT_VOICEOVERIP = 104
pkg syscall (netbsd-386), const IFT_X213 = 93
pkg syscall (netbsd-386), const IFT_X25 = 5
pkg syscall (netbsd-386), const IFT_X25DDN = 4
pkg syscall (netbsd-386), const IFT_X25HUNTGROUP = 122
pkg syscall (netbsd-386), const IFT_X25MLP = 121
pkg syscall (netbsd-386), const IFT_X25PLE = 40
pkg syscall (netbsd-386), const IFT_XETHER = 26
pkg syscall (netbsd-386), const IGNBRK = 1
pkg syscall (netbsd-386), const IGNCR = 128
pkg syscall (netbsd-386), const IGNPAR = 4
pkg syscall (netbsd-386), const IMAXBEL = 8192
pkg syscall (netbsd-386), const INLCR = 64
pkg syscall (netbsd-386), const INPCK = 16
pkg syscall (netbsd-386), const IN_CLASSA_HOST = 16777215
pkg syscall (netbsd-386), const IN_CLASSA_MAX = 128
pkg syscall (netbsd-386), const IN_CLASSA_NET = 4278190080
pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT = 24
pkg syscall (netbsd-386), const IN_CLASSB_HOST = 65535
pkg syscall (netbsd-386), const IN_CLASSB_MAX = 65536
pkg syscall (netbsd-386), const IN_CLASSB_NET = 4294901760
pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT = 16
pkg syscall (netbsd-386), const IN_CLASSC_HOST = 255
pkg syscall (netbsd-386), const IN_CLASSC_NET = 4294967040
pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT = 8
pkg syscall (netbsd-386), const IN_CLASSD_HOST = 268435455
pkg syscall (netbsd-386), const IN_CLASSD_NET = 4026531840
pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT = 28
pkg syscall (netbsd-386), const IN_LOOPBACKNET = 127
pkg syscall (netbsd-386), const IPPROTO_AH = 51
pkg syscall (netbsd-386), const IPPROTO_CARP = 112
pkg syscall (netbsd-386), const IPPROTO_DONE = 257
pkg syscall (netbsd-386), const IPPROTO_DSTOPTS = 60
pkg syscall (netbsd-386), const IPPROTO_EGP = 8
pkg syscall (netbsd-386), const IPPROTO_ENCAP = 98
pkg syscall (netbsd-386), const IPPROTO_EON = 80
pkg syscall (netbsd-386), const IPPROTO_ESP = 50
pkg syscall (netbsd-386), const IPPROTO_ETHERIP = 97
pkg syscall (netbsd-386), const IPPROTO_FRAGMENT = 44
pkg syscall (netbsd-386), const IPPROTO_GGP = 3
pkg syscall (netbsd-386), const IPPROTO_GRE = 47
pkg syscall (netbsd-386), const IPPROTO_HOPOPTS = 0
pkg syscall (netbsd-386), const IPPROTO_ICMP = 1
pkg syscall (netbsd-386), const IPPROTO_ICMPV6 = 58
pkg syscall (netbsd-386), const IPPROTO_IDP = 22
pkg syscall (netbsd-386), const IPPROTO_IGMP = 2
pkg syscall (netbsd-386), const IPPROTO_IPCOMP = 108
pkg syscall (netbsd-386), const IPPROTO_IPIP = 4
pkg syscall (netbsd-386), const IPPROTO_IPV4 = 4
pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP = 58
pkg syscall (netbsd-386), const IPPROTO_MAX = 256
pkg syscall (netbsd-386), const IPPROTO_MAXID = 52
pkg syscall (netbsd-386), const IPPROTO_MOBILE = 55
pkg syscall (netbsd-386), const IPPROTO_NONE = 59
pkg syscall (netbsd-386), const IPPROTO_PFSYNC = 240
pkg syscall (netbsd-386), const IPPROTO_PIM = 103
pkg syscall (netbsd-386), const IPPROTO_PUP = 12
pkg syscall (netbsd-386), const IPPROTO_RAW = 255
pkg syscall (netbsd-386), const IPPROTO_ROUTING = 43
pkg syscall (netbsd-386), const IPPROTO_RSVP = 46
pkg syscall (netbsd-386), const IPPROTO_TP = 29
pkg syscall (netbsd-386), const IPPROTO_VRRP = 112
pkg syscall (netbsd-386), const IPV6_CHECKSUM = 26
pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-386), const IPV6_DEFHLIM = 64
pkg syscall (netbsd-386), const IPV6_DONTFRAG = 62
pkg syscall (netbsd-386), const IPV6_DSTOPTS = 50
pkg syscall (netbsd-386), const IPV6_FAITH = 29
pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (netbsd-386), const IPV6_FRAGTTL = 120
pkg syscall (netbsd-386), const IPV6_HLIMDEC = 1
pkg syscall (netbsd-386), const IPV6_HOPLIMIT = 47
pkg syscall (netbsd-386), const IPV6_HOPOPTS = 49
pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY = 28
pkg syscall (netbsd-386), const IPV6_JOIN_GROUP = 12
pkg syscall (netbsd-386), const IPV6_LEAVE_GROUP = 13
pkg syscall (netbsd-386), const IPV6_MAXHLIM = 255
pkg syscall (netbsd-386), const IPV6_MAXPACKET = 65535
pkg syscall (netbsd-386), const IPV6_MMTU = 1280
pkg syscall (netbsd-386), const IPV6_MULTICAST_HOPS = 10
pkg syscall (netbsd-386), const IPV6_MULTICAST_IF = 9
pkg syscall (netbsd-386), const IPV6_MULTICAST_LOOP = 11
pkg syscall (netbsd-386), const IPV6_NEXTHOP = 48
pkg syscall (netbsd-386), const IPV6_PATHMTU = 44
pkg syscall (netbsd-386), const IPV6_PKTINFO = 46
pkg syscall (netbsd-386), const IPV6_PORTRANGE = 14
pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW = 2
pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS = 40
pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT = 37
pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS = 39
pkg syscall (netbsd-386), const IPV6_RECVPATHMTU = 43
pkg syscall (netbsd-386), const IPV6_RECVPKTINFO = 36
pkg syscall (netbsd-386), const IPV6_RECVRTHDR = 38
pkg syscall (netbsd-386), const IPV6_RECVTCLASS = 57
pkg syscall (netbsd-386), const IPV6_RTHDR = 51
pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE = 0
pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT = 1
pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (netbsd-386), const IPV6_TCLASS = 61
pkg syscall (netbsd-386), const IPV6_UNICAST_HOPS = 4
pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU = 42
pkg syscall (netbsd-386), const IPV6_V6ONLY = 27
pkg syscall (netbsd-386), const IPV6_VERSION = 96
pkg syscall (netbsd-386), const IPV6_VERSION_MASK = 240
pkg syscall (netbsd-386), const IP_ADD_MEMBERSHIP = 12
pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (netbsd-386), const IP_DF = 16384
pkg syscall (netbsd-386), const IP_DROP_MEMBERSHIP = 13
pkg syscall (netbsd-386), const IP_EF = 32768
pkg syscall (netbsd-386), const IP_ERRORMTU = 21
pkg syscall (netbsd-386), const IP_HDRINCL = 2
pkg syscall (netbsd-386), const IP_IPSEC_POLICY = 22
pkg syscall (netbsd-386), const IP_MAXPACKET = 65535
pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (netbsd-386), const IP_MF = 8192
pkg syscall (netbsd-386), const IP_MINFRAGSIZE = 69
pkg syscall (netbsd-386), const IP_MINTTL = 24
pkg syscall (netbsd-386), const IP_MSS = 576
pkg syscall (netbsd-386), const IP_MULTICAST_IF = 9
pkg syscall (netbsd-386), const IP_MULTICAST_LOOP = 11
pkg syscall (netbsd-386), const IP_MULTICAST_TTL = 10
pkg syscall (netbsd-386), const IP_OFFMASK = 8191
pkg syscall (netbsd-386), const IP_OPTIONS = 1
pkg syscall (netbsd-386), const IP_PORTRANGE = 19
pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH = 1
pkg syscall (netbsd-386), const IP_PORTRANGE_LOW = 2
pkg syscall (netbsd-386), const IP_RECVDSTADDR = 7
pkg syscall (netbsd-386), const IP_RECVIF = 20
pkg syscall (netbsd-386), const IP_RECVOPTS = 5
pkg syscall (netbsd-386), const IP_RECVRETOPTS = 6
pkg syscall (netbsd-386), const IP_RECVTTL = 23
pkg syscall (netbsd-386), const IP_RETOPTS = 8
pkg syscall (netbsd-386), const IP_RF = 32768
pkg syscall (netbsd-386), const IP_TOS = 3
pkg syscall (netbsd-386), const IP_TTL = 4
pkg syscall (netbsd-386), const ISIG = 128
pkg syscall (netbsd-386), const ISTRIP = 32
pkg syscall (netbsd-386), const IXANY = 2048
pkg syscall (netbsd-386), const IXOFF = 1024
pkg syscall (netbsd-386), const IXON = 512
pkg syscall (netbsd-386), const ImplementsGetwd = false
pkg syscall (netbsd-386), const LOCK_EX = 2
pkg syscall (netbsd-386), const LOCK_NB = 4
pkg syscall (netbsd-386), const LOCK_SH = 1
pkg syscall (netbsd-386), const LOCK_UN = 8
pkg syscall (netbsd-386), const MSG_BCAST = 256
pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (netbsd-386), const MSG_CONTROLMBUF = 33554432
pkg syscall (netbsd-386), const MSG_CTRUNC = 32
pkg syscall (netbsd-386), const MSG_DONTROUTE = 4
pkg syscall (netbsd-386), const MSG_DONTWAIT = 128
pkg syscall (netbsd-386), const MSG_EOR = 8
pkg syscall (netbsd-386), const MSG_IOVUSRSPACE = 67108864
pkg syscall (netbsd-386), const MSG_LENUSRSPACE = 134217728
pkg syscall (netbsd-386), const MSG_MCAST = 512
pkg syscall (netbsd-386), const MSG_NAMEMBUF = 16777216
pkg syscall (netbsd-386), const MSG_NBIO = 4096
pkg syscall (netbsd-386), const MSG_NOSIGNAL = 1024
pkg syscall (netbsd-386), const MSG_OOB = 1
pkg syscall (netbsd-386), const MSG_PEEK = 2
pkg syscall (netbsd-386), const MSG_TRUNC = 16
pkg syscall (netbsd-386), const MSG_USERFLAGS = 16777215
pkg syscall (netbsd-386), const MSG_WAITALL = 64
pkg syscall (netbsd-386), const NAME_MAX = 511
pkg syscall (netbsd-386), const NET_RT_DUMP = 1
pkg syscall (netbsd-386), const NET_RT_FLAGS = 2
pkg syscall (netbsd-386), const NET_RT_IFLIST = 5
pkg syscall (netbsd-386), const NET_RT_MAXID = 6
pkg syscall (netbsd-386), const NET_RT_OIFLIST = 4
pkg syscall (netbsd-386), const NET_RT_OOIFLIST = 3
pkg syscall (netbsd-386), const NOFLSH = 2147483648
pkg syscall (netbsd-386), const NOTE_ATTRIB = 8
pkg syscall (netbsd-386), const NOTE_CHILD = 4
pkg syscall (netbsd-386), const NOTE_DELETE = 1
pkg syscall (netbsd-386), const NOTE_EXEC = 536870912
pkg syscall (netbsd-386), const NOTE_EXIT = 2147483648
pkg syscall (netbsd-386), const NOTE_EXTEND = 4
pkg syscall (netbsd-386), const NOTE_FORK = 1073741824
pkg syscall (netbsd-386), const NOTE_LINK = 16
pkg syscall (netbsd-386), const NOTE_LOWAT = 1
pkg syscall (netbsd-386), const NOTE_PCTRLMASK = 4026531840
pkg syscall (netbsd-386), const NOTE_PDATAMASK = 1048575
pkg syscall (netbsd-386), const NOTE_RENAME = 32
pkg syscall (netbsd-386), const NOTE_REVOKE = 64
pkg syscall (netbsd-386), const NOTE_TRACK = 1
pkg syscall (netbsd-386), const NOTE_TRACKERR = 2
pkg syscall (netbsd-386), const NOTE_WRITE = 2
pkg syscall (netbsd-386), const OCRNL = 16
pkg syscall (netbsd-386), const OFIOGETBMAP = 3221513850
pkg syscall (netbsd-386), const ONLCR = 2
pkg syscall (netbsd-386), const ONLRET = 64
pkg syscall (netbsd-386), const ONOCR = 32
pkg syscall (netbsd-386), const ONOEOT = 8
pkg syscall (netbsd-386), const OPOST = 1
pkg syscall (netbsd-386), const O_ACCMODE = 3
pkg syscall (netbsd-386), const O_ALT_IO = 262144
pkg syscall (netbsd-386), const O_APPEND = 8
pkg syscall (netbsd-386), const O_ASYNC = 64
pkg syscall (netbsd-386), const O_CLOEXEC = 4194304
pkg syscall (netbsd-386), const O_CREAT = 512
pkg syscall (netbsd-386), const O_DIRECT = 524288
pkg syscall (netbsd-386), const O_DIRECTORY = 2097152
pkg syscall (netbsd-386), const O_DSYNC = 65536
pkg syscall (netbsd-386), const O_EXCL = 2048
pkg syscall (netbsd-386), const O_EXLOCK = 32
pkg syscall (netbsd-386), const O_FSYNC = 128
pkg syscall (netbsd-386), const O_NDELAY = 4
pkg syscall (netbsd-386), const O_NOCTTY = 32768
pkg syscall (netbsd-386), const O_NOFOLLOW = 256
pkg syscall (netbsd-386), const O_NONBLOCK = 4
pkg syscall (netbsd-386), const O_NOSIGPIPE = 16777216
pkg syscall (netbsd-386), const O_RSYNC = 131072
pkg syscall (netbsd-386), const O_SHLOCK = 16
pkg syscall (netbsd-386), const O_SYNC = 128
pkg syscall (netbsd-386), const O_TRUNC = 1024
pkg syscall (netbsd-386), const PARENB = 4096
pkg syscall (netbsd-386), const PARMRK = 8
pkg syscall (netbsd-386), const PARODD = 8192
pkg syscall (netbsd-386), const PENDIN = 536870912
pkg syscall (netbsd-386), const PRI_IOFLUSH = 124
pkg syscall (netbsd-386), const PTRACE_CONT = 7
pkg syscall (netbsd-386), const PTRACE_KILL = 8
pkg syscall (netbsd-386), const PTRACE_TRACEME = 0
pkg syscall (netbsd-386), const RLIMIT_AS = 10
pkg syscall (netbsd-386), const RLIMIT_CORE = 4
pkg syscall (netbsd-386), const RLIMIT_CPU = 0
pkg syscall (netbsd-386), const RLIMIT_DATA = 2
pkg syscall (netbsd-386), const RLIMIT_FSIZE = 1
pkg syscall (netbsd-386), const RLIMIT_NOFILE = 8
pkg syscall (netbsd-386), const RLIMIT_STACK = 3
pkg syscall (netbsd-386), const RLIM_INFINITY = 9223372036854775807
pkg syscall (netbsd-386), const RTAX_AUTHOR = 6
pkg syscall (netbsd-386), const RTAX_BRD = 7
pkg syscall (netbsd-386), const RTAX_DST = 0
pkg syscall (netbsd-386), const RTAX_GATEWAY = 1
pkg syscall (netbsd-386), const RTAX_GENMASK = 3
pkg syscall (netbsd-386), const RTAX_IFA = 5
pkg syscall (netbsd-386), const RTAX_IFP = 4
pkg syscall (netbsd-386), const RTAX_MAX = 9
pkg syscall (netbsd-386), const RTAX_NETMASK = 2
pkg syscall (netbsd-386), const RTAX_TAG = 8
pkg syscall (netbsd-386), const RTA_AUTHOR = 64
pkg syscall (netbsd-386), const RTA_BRD = 128
pkg syscall (netbsd-386), const RTA_DST = 1
pkg syscall (netbsd-386), const RTA_GATEWAY = 2
pkg syscall (netbsd-386), const RTA_GENMASK = 8
pkg syscall (netbsd-386), const RTA_IFA = 32
pkg syscall (netbsd-386), const RTA_IFP = 16
pkg syscall (netbsd-386), const RTA_NETMASK = 4
pkg syscall (netbsd-386), const RTA_TAG = 256
pkg syscall (netbsd-386), const RTF_ANNOUNCE = 131072
pkg syscall (netbsd-386), const RTF_BLACKHOLE = 4096
pkg syscall (netbsd-386), const RTF_CLONED = 8192
pkg syscall (netbsd-386), const RTF_CLONING = 256
pkg syscall (netbsd-386), const RTF_DONE = 64
pkg syscall (netbsd-386), const RTF_DYNAMIC = 16
pkg syscall (netbsd-386), const RTF_GATEWAY = 2
pkg syscall (netbsd-386), const RTF_HOST = 4
pkg syscall (netbsd-386), const RTF_LLINFO = 1024
pkg syscall (netbsd-386), const RTF_MASK = 128
pkg syscall (netbsd-386), const RTF_MODIFIED = 32
pkg syscall (netbsd-386), const RTF_PROTO1 = 32768
pkg syscall (netbsd-386), const RTF_PROTO2 = 16384
pkg syscall (netbsd-386), const RTF_REJECT = 8
pkg syscall (netbsd-386), const RTF_SRC = 65536
pkg syscall (netbsd-386), const RTF_STATIC = 2048
pkg syscall (netbsd-386), const RTF_UP = 1
pkg syscall (netbsd-386), const RTF_XRESOLVE = 512
pkg syscall (netbsd-386), const RTM_ADD = 1
pkg syscall (netbsd-386), const RTM_CHANGE = 3
pkg syscall (netbsd-386), const RTM_CHGADDR = 21
pkg syscall (netbsd-386), const RTM_DELADDR = 13
pkg syscall (netbsd-386), const RTM_DELETE = 2
pkg syscall (netbsd-386), const RTM_GET = 4
pkg syscall (netbsd-386), const RTM_IEEE80211 = 17
pkg syscall (netbsd-386), const RTM_IFANNOUNCE = 16
pkg syscall (netbsd-386), const RTM_IFINFO = 20
pkg syscall (netbsd-386), const RTM_LLINFO_UPD = 19
pkg syscall (netbsd-386), const RTM_LOCK = 8
pkg syscall (netbsd-386), const RTM_LOSING = 5
pkg syscall (netbsd-386), const RTM_MISS = 7
pkg syscall (netbsd-386), const RTM_NEWADDR = 12
pkg syscall (netbsd-386), const RTM_OIFINFO = 15
pkg syscall (netbsd-386), const RTM_OLDADD = 9
pkg syscall (netbsd-386), const RTM_OLDDEL = 10
pkg syscall (netbsd-386), const RTM_OOIFINFO = 14
pkg syscall (netbsd-386), const RTM_REDIRECT = 6
pkg syscall (netbsd-386), const RTM_RESOLVE = 11
pkg syscall (netbsd-386), const RTM_RTTUNIT = 1000000
pkg syscall (netbsd-386), const RTM_SETGATE = 18
pkg syscall (netbsd-386), const RTM_VERSION = 4
pkg syscall (netbsd-386), const RTV_EXPIRE = 4
pkg syscall (netbsd-386), const RTV_HOPCOUNT = 2
pkg syscall (netbsd-386), const RTV_MTU = 1
pkg syscall (netbsd-386), const RTV_RPIPE = 8
pkg syscall (netbsd-386), const RTV_RTT = 64
pkg syscall (netbsd-386), const RTV_RTTVAR = 128
pkg syscall (netbsd-386), const RTV_SPIPE = 16
pkg syscall (netbsd-386), const RTV_SSTHRESH = 32
pkg syscall (netbsd-386), const RUSAGE_CHILDREN = -1
pkg syscall (netbsd-386), const RUSAGE_SELF = 0
pkg syscall (netbsd-386), const SCM_CREDS = 4
pkg syscall (netbsd-386), const SCM_RIGHTS = 1
pkg syscall (netbsd-386), const SCM_TIMESTAMP = 8
pkg syscall (netbsd-386), const SIGBUS = 10
pkg syscall (netbsd-386), const SIGCHLD = 20
pkg syscall (netbsd-386), const SIGCONT = 19
pkg syscall (netbsd-386), const SIGEMT = 7
pkg syscall (netbsd-386), const SIGINFO = 29
pkg syscall (netbsd-386), const SIGIO = 23
pkg syscall (netbsd-386), const SIGIOT = 6
pkg syscall (netbsd-386), const SIGPROF = 27
pkg syscall (netbsd-386), const SIGPWR = 32
pkg syscall (netbsd-386), const SIGSTOP = 17
pkg syscall (netbsd-386), const SIGSYS = 12
pkg syscall (netbsd-386), const SIGTSTP = 18
pkg syscall (netbsd-386), const SIGTTIN = 21
pkg syscall (netbsd-386), const SIGTTOU = 22
pkg syscall (netbsd-386), const SIGURG = 16
pkg syscall (netbsd-386), const SIGUSR1 = 30
pkg syscall (netbsd-386), const SIGUSR2 = 31
pkg syscall (netbsd-386), const SIGVTALRM = 26
pkg syscall (netbsd-386), const SIGWINCH = 28
pkg syscall (netbsd-386), const SIGXCPU = 24
pkg syscall (netbsd-386), const SIGXFSZ = 25
pkg syscall (netbsd-386), const SIOCADDMULTI = 2156947761
pkg syscall (netbsd-386), const SIOCADDRT = 2150658570
pkg syscall (netbsd-386), const SIOCAIFADDR = 2151704858
pkg syscall (netbsd-386), const SIOCALIFADDR = 2165860636
pkg syscall (netbsd-386), const SIOCATMARK = 1074033415
pkg syscall (netbsd-386), const SIOCDELMULTI = 2156947762
pkg syscall (netbsd-386), const SIOCDELRT = 2150658571
pkg syscall (netbsd-386), const SIOCDIFADDR = 2156947737
pkg syscall (netbsd-386), const SIOCDIFPHYADDR = 2156947785
pkg syscall (netbsd-386), const SIOCDLIFADDR = 2165860638
pkg syscall (netbsd-386), const SIOCGDRVSPEC = 3223087483
pkg syscall (netbsd-386), const SIOCGETPFSYNC = 3230689784
pkg syscall (netbsd-386), const SIOCGETSGCNT = 3222566196
pkg syscall (netbsd-386), const SIOCGETVIFCNT = 3222566195
pkg syscall (netbsd-386), const SIOCGHIWAT = 1074033409
pkg syscall (netbsd-386), const SIOCGIFADDR = 3230689569
pkg syscall (netbsd-386), const SIOCGIFADDRPREF = 3230951712
pkg syscall (netbsd-386), const SIOCGIFALIAS = 3225446683
pkg syscall (netbsd-386), const SIOCGIFBRDADDR = 3230689571
pkg syscall (netbsd-386), const SIOCGIFCAP = 3223349622
pkg syscall (netbsd-386), const SIOCGIFCONF = 3221776678
pkg syscall (netbsd-386), const SIOCGIFDATA = 3230951813
pkg syscall (netbsd-386), const SIOCGIFDLT = 3230689655
pkg syscall (netbsd-386), const SIOCGIFDSTADDR = 3230689570
pkg syscall (netbsd-386), const SIOCGIFFLAGS = 3230689553
pkg syscall (netbsd-386), const SIOCGIFGENERIC = 3230689594
pkg syscall (netbsd-386), const SIOCGIFMEDIA = 3223873846
pkg syscall (netbsd-386), const SIOCGIFMETRIC = 3230689559
pkg syscall (netbsd-386), const SIOCGIFMTU = 3230689662
pkg syscall (netbsd-386), const SIOCGIFNETMASK = 3230689573
pkg syscall (netbsd-386), const SIOCGIFPDSTADDR = 3230689608
pkg syscall (netbsd-386), const SIOCGIFPSRCADDR = 3230689607
pkg syscall (netbsd-386), const SIOCGLIFADDR = 3239602461
pkg syscall (netbsd-386), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (netbsd-386), const SIOCGLINKSTR = 3223087495
pkg syscall (netbsd-386), const SIOCGLOWAT = 1074033411
pkg syscall (netbsd-386), const SIOCGPGRP = 1074033417
pkg syscall (netbsd-386), const SIOCGVH = 3230689667
pkg syscall (netbsd-386), const SIOCIFCREATE = 2156947834
pkg syscall (netbsd-386), const SIOCIFDESTROY = 2156947833
pkg syscall (netbsd-386), const SIOCIFGCLONERS = 3222038904
pkg syscall (netbsd-386), const SIOCINITIFADDR = 3225708932
pkg syscall (netbsd-386), const SIOCSDRVSPEC = 2149345659
pkg syscall (netbsd-386), const SIOCSETPFSYNC = 2156947959
pkg syscall (netbsd-386), const SIOCSHIWAT = 2147775232
pkg syscall (netbsd-386), const SIOCSIFADDR = 2156947724
pkg syscall (netbsd-386), const SIOCSIFADDRPREF = 2157209887
pkg syscall (netbsd-386), const SIOCSIFBRDADDR = 2156947731
pkg syscall (netbsd-386), const SIOCSIFCAP = 2149607797
pkg syscall (netbsd-386), const SIOCSIFDSTADDR = 2156947726
pkg syscall (netbsd-386), const SIOCSIFFLAGS = 2156947728
pkg syscall (netbsd-386), const SIOCSIFGENERIC = 2156947769
pkg syscall (netbsd-386), const SIOCSIFMEDIA = 3230689589
pkg syscall (netbsd-386), const SIOCSIFMETRIC = 2156947736
pkg syscall (netbsd-386), const SIOCSIFMTU = 2156947839
pkg syscall (netbsd-386), const SIOCSIFNETMASK = 2156947734
pkg syscall (netbsd-386), const SIOCSIFPHYADDR = 2151704902
pkg syscall (netbsd-386), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (netbsd-386), const SIOCSLINKSTR = 2149345672
pkg syscall (netbsd-386), const SIOCSLOWAT = 2147775234
pkg syscall (netbsd-386), const SIOCSPGRP = 2147775240
pkg syscall (netbsd-386), const SIOCSVH = 3230689666
pkg syscall (netbsd-386), const SIOCZIFDATA = 3230951814
pkg syscall (netbsd-386), const SOCK_CLOEXEC = 268435456
pkg syscall (netbsd-386), const SOCK_FLAGS_MASK = 4026531840
pkg syscall (netbsd-386), const SOCK_NONBLOCK = 536870912
pkg syscall (netbsd-386), const SOCK_NOSIGPIPE = 1073741824
pkg syscall (netbsd-386), const SOCK_RDM = 4
pkg syscall (netbsd-386), const SOL_SOCKET = 65535
pkg syscall (netbsd-386), const SOMAXCONN = 128
pkg syscall (netbsd-386), const SO_ACCEPTCONN = 2
pkg syscall (netbsd-386), const SO_ACCEPTFILTER = 4096
pkg syscall (netbsd-386), const SO_BROADCAST = 32
pkg syscall (netbsd-386), const SO_DEBUG = 1
pkg syscall (netbsd-386), const SO_DONTROUTE = 16
pkg syscall (netbsd-386), const SO_ERROR = 4103
pkg syscall (netbsd-386), const SO_KEEPALIVE = 8
pkg syscall (netbsd-386), const SO_LINGER = 128
pkg syscall (netbsd-386), const SO_NOHEADER = 4106
pkg syscall (netbsd-386), const SO_NOSIGPIPE = 2048
pkg syscall (netbsd-386), const SO_OOBINLINE = 256
pkg syscall (netbsd-386), const SO_OVERFLOWED = 4105
pkg syscall (netbsd-386), const SO_RCVBUF = 4098
pkg syscall (netbsd-386), const SO_RCVLOWAT = 4100
pkg syscall (netbsd-386), const SO_RCVTIMEO = 4108
pkg syscall (netbsd-386), const SO_REUSEADDR = 4
pkg syscall (netbsd-386), const SO_REUSEPORT = 512
pkg syscall (netbsd-386), const SO_SNDBUF = 4097
pkg syscall (netbsd-386), const SO_SNDLOWAT = 4099
pkg syscall (netbsd-386), const SO_SNDTIMEO = 4107
pkg syscall (netbsd-386), const SO_TIMESTAMP = 8192
pkg syscall (netbsd-386), const SO_TYPE = 4104
pkg syscall (netbsd-386), const SO_USELOOPBACK = 64
pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216
pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0
pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216
pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080
pkg syscall (netbsd-386), const SYS_ACCEPT = 30
pkg syscall (netbsd-386), const SYS_ACCESS = 33
pkg syscall (netbsd-386), const SYS_ACCT = 51
pkg syscall (netbsd-386), const SYS_ADJTIME = 421
pkg syscall (netbsd-386), const SYS_BIND = 104
pkg syscall (netbsd-386), const SYS_BREAK = 17
pkg syscall (netbsd-386), const SYS_CHDIR = 12
pkg syscall (netbsd-386), const SYS_CHFLAGS = 34
pkg syscall (netbsd-386), const SYS_CHMOD = 15
pkg syscall (netbsd-386), const SYS_CHOWN = 16
pkg syscall (netbsd-386), const SYS_CHROOT = 61
pkg syscall (netbsd-386), const SYS_CLOCK_GETRES = 429
pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME = 427
pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME = 428
pkg syscall (netbsd-386), const SYS_CLOSE = 6
pkg syscall (netbsd-386), const SYS_CONNECT = 98
pkg syscall (netbsd-386), const SYS_DUP = 41
pkg syscall (netbsd-386), const SYS_DUP2 = 90
pkg syscall (netbsd-386), const SYS_DUP3 = 454
pkg syscall (netbsd-386), const SYS_EXECVE = 59
pkg syscall (netbsd-386), const SYS_EXIT = 1
pkg syscall (netbsd-386), const SYS_EXTATTRCTL = 360
pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD = 366
pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE = 363
pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK = 369
pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD = 365
pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE = 362
pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK = 368
pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD = 370
pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE = 371
pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK = 372
pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD = 364
pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE = 361
pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK = 367
pkg syscall (netbsd-386), const SYS_FACCESSAT = 462
pkg syscall (netbsd-386), const SYS_FCHDIR = 13
pkg syscall (netbsd-386), const SYS_FCHFLAGS = 35
pkg syscall (netbsd-386), const SYS_FCHMOD = 124
pkg syscall (netbsd-386), const SYS_FCHMODAT = 463
pkg syscall (netbsd-386), const SYS_FCHOWN = 123
pkg syscall (netbsd-386), const SYS_FCHOWNAT = 464
pkg syscall (netbsd-386), const SYS_FCHROOT = 297
pkg syscall (netbsd-386), const SYS_FCNTL = 92
pkg syscall (netbsd-386), const SYS_FDATASYNC = 241
pkg syscall (netbsd-386), const SYS_FEXECVE = 465
pkg syscall (netbsd-386), const SYS_FGETXATTR = 380
pkg syscall (netbsd-386), const SYS_FHSTAT = 451
pkg syscall (netbsd-386), const SYS_FKTRACE = 288
pkg syscall (netbsd-386), const SYS_FLISTXATTR = 383
pkg syscall (netbsd-386), const SYS_FLOCK = 131
pkg syscall (netbsd-386), const SYS_FORK = 2
pkg syscall (netbsd-386), const SYS_FPATHCONF = 192
pkg syscall (netbsd-386), const SYS_FREMOVEXATTR = 386
pkg syscall (netbsd-386), const SYS_FSETXATTR = 377
pkg syscall (netbsd-386), const SYS_FSTAT = 440
pkg syscall (netbsd-386), const SYS_FSTATAT = 466
pkg syscall (netbsd-386), const SYS_FSTATVFS1 = 358
pkg syscall (netbsd-386), const SYS_FSYNC = 95
pkg syscall (netbsd-386), const SYS_FSYNC_RANGE = 354
pkg syscall (netbsd-386), const SYS_FTRUNCATE = 201
pkg syscall (netbsd-386), const SYS_FUTIMENS = 472
pkg syscall (netbsd-386), const SYS_FUTIMES = 423
pkg syscall (netbsd-386), const SYS_GETCONTEXT = 307
pkg syscall (netbsd-386), const SYS_GETDENTS = 390
pkg syscall (netbsd-386), const SYS_GETEGID = 43
pkg syscall (netbsd-386), const SYS_GETEUID = 25
pkg syscall (netbsd-386), const SYS_GETFH = 395
pkg syscall (netbsd-386), const SYS_GETGID = 47
pkg syscall (netbsd-386), const SYS_GETGROUPS = 79
pkg syscall (netbsd-386), const SYS_GETITIMER = 426
pkg syscall (netbsd-386), const SYS_GETPEERNAME = 31
pkg syscall (netbsd-386), const SYS_GETPGID = 207
pkg syscall (netbsd-386), const SYS_GETPGRP = 81
pkg syscall (netbsd-386), const SYS_GETPID = 20
pkg syscall (netbsd-386), const SYS_GETPPID = 39
pkg syscall (netbsd-386), const SYS_GETPRIORITY = 100
pkg syscall (netbsd-386), const SYS_GETRLIMIT = 194
pkg syscall (netbsd-386), const SYS_GETRUSAGE = 445
pkg syscall (netbsd-386), const SYS_GETSID = 286
pkg syscall (netbsd-386), const SYS_GETSOCKNAME = 32
pkg syscall (netbsd-386), const SYS_GETSOCKOPT = 118
pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY = 418
pkg syscall (netbsd-386), const SYS_GETUID = 24
pkg syscall (netbsd-386), const SYS_GETVFSSTAT = 356
pkg syscall (netbsd-386), const SYS_GETXATTR = 378
pkg syscall (netbsd-386), const SYS_IOCTL = 54
pkg syscall (netbsd-386), const SYS_ISSETUGID = 305
pkg syscall (netbsd-386), const SYS_KEVENT = 435
pkg syscall (netbsd-386), const SYS_KILL = 37
pkg syscall (netbsd-386), const SYS_KQUEUE = 344
pkg syscall (netbsd-386), const SYS_KQUEUE1 = 455
pkg syscall (netbsd-386), const SYS_KTRACE = 45
pkg syscall (netbsd-386), const SYS_LCHFLAGS = 304
pkg syscall (netbsd-386), const SYS_LCHMOD = 274
pkg syscall (netbsd-386), const SYS_LCHOWN = 275
pkg syscall (netbsd-386), const SYS_LGETXATTR = 379
pkg syscall (netbsd-386), const SYS_LINK = 9
pkg syscall (netbsd-386), const SYS_LINKAT = 457
pkg syscall (netbsd-386), const SYS_LISTEN = 106
pkg syscall (netbsd-386), const SYS_LISTXATTR = 381
pkg syscall (netbsd-386), const SYS_LLISTXATTR = 382
pkg syscall (netbsd-386), const SYS_LREMOVEXATTR = 385
pkg syscall (netbsd-386), const SYS_LSEEK = 199
pkg syscall (netbsd-386), const SYS_LSETXATTR = 376
pkg syscall (netbsd-386), const SYS_LSTAT = 441
pkg syscall (netbsd-386), const SYS_LUTIMES = 424
pkg syscall (netbsd-386), const SYS_MADVISE = 75
pkg syscall (netbsd-386), const SYS_MINCORE = 78
pkg syscall (netbsd-386), const SYS_MINHERIT = 273
pkg syscall (netbsd-386), const SYS_MKDIR = 136
pkg syscall (netbsd-386), const SYS_MKDIRAT = 461
pkg syscall (netbsd-386), const SYS_MKFIFO = 132
pkg syscall (netbsd-386), const SYS_MKFIFOAT = 459
pkg syscall (netbsd-386), const SYS_MKNOD = 450
pkg syscall (netbsd-386), const SYS_MKNODAT = 460
pkg syscall (netbsd-386), const SYS_MLOCK = 203
pkg syscall (netbsd-386), const SYS_MLOCKALL = 242
pkg syscall (netbsd-386), const SYS_MMAP = 197
pkg syscall (netbsd-386), const SYS_MODCTL = 246
pkg syscall (netbsd-386), const SYS_MOUNT = 410
pkg syscall (netbsd-386), const SYS_MPROTECT = 74
pkg syscall (netbsd-386), const SYS_MREMAP = 411
pkg syscall (netbsd-386), const SYS_MSGCTL = 444
pkg syscall (netbsd-386), const SYS_MSGGET = 225
pkg syscall (netbsd-386), const SYS_MSGRCV = 227
pkg syscall (netbsd-386), const SYS_MSGSND = 226
pkg syscall (netbsd-386), const SYS_MUNLOCK = 204
pkg syscall (netbsd-386), const SYS_MUNLOCKALL = 243
pkg syscall (netbsd-386), const SYS_MUNMAP = 73
pkg syscall (netbsd-386), const SYS_NANOSLEEP = 430
pkg syscall (netbsd-386), const SYS_NTP_ADJTIME = 176
pkg syscall (netbsd-386), const SYS_NTP_GETTIME = 448
pkg syscall (netbsd-386), const SYS_OPEN = 5
pkg syscall (netbsd-386), const SYS_OPENAT = 468
pkg syscall (netbsd-386), const SYS_PACCEPT = 456
pkg syscall (netbsd-386), const SYS_PATHCONF = 191
pkg syscall (netbsd-386), const SYS_PIPE = 42
pkg syscall (netbsd-386), const SYS_PIPE2 = 453
pkg syscall (netbsd-386), const SYS_PMC_CONTROL = 342
pkg syscall (netbsd-386), const SYS_PMC_GET_INFO = 341
pkg syscall (netbsd-386), const SYS_POLL = 209
pkg syscall (netbsd-386), const SYS_POLLTS = 437
pkg syscall (netbsd-386), const SYS_POSIX_FADVISE = 416
pkg syscall (netbsd-386), const SYS_POSIX_SPAWN = 474
pkg syscall (netbsd-386), const SYS_PREAD = 173
pkg syscall (netbsd-386), const SYS_PREADV = 289
pkg syscall (netbsd-386), const SYS_PROFIL = 44
pkg syscall (netbsd-386), const SYS_PSELECT = 436
pkg syscall (netbsd-386), const SYS_PSET_ASSIGN = 414
pkg syscall (netbsd-386), const SYS_PSET_CREATE = 412
pkg syscall (netbsd-386), const SYS_PSET_DESTROY = 413
pkg syscall (netbsd-386), const SYS_PTRACE = 26
pkg syscall (netbsd-386), const SYS_PWRITE = 174
pkg syscall (netbsd-386), const SYS_PWRITEV = 290
pkg syscall (netbsd-386), const SYS_RASCTL = 343
pkg syscall (netbsd-386), const SYS_READ = 3
pkg syscall (netbsd-386), const SYS_READLINK = 58
pkg syscall (netbsd-386), const SYS_READLINKAT = 469
pkg syscall (netbsd-386), const SYS_READV = 120
pkg syscall (netbsd-386), const SYS_REBOOT = 208
pkg syscall (netbsd-386), const SYS_RECVFROM = 29
pkg syscall (netbsd-386), const SYS_RECVMMSG = 475
pkg syscall (netbsd-386), const SYS_RECVMSG = 27
pkg syscall (netbsd-386), const SYS_REMOVEXATTR = 384
pkg syscall (netbsd-386), const SYS_RENAME = 128
pkg syscall (netbsd-386), const SYS_RENAMEAT = 458
pkg syscall (netbsd-386), const SYS_REVOKE = 56
pkg syscall (netbsd-386), const SYS_RMDIR = 137
pkg syscall (netbsd-386), const SYS_SBRK = 69
pkg syscall (netbsd-386), const SYS_SCHED_YIELD = 350
pkg syscall (netbsd-386), const SYS_SELECT = 417
pkg syscall (netbsd-386), const SYS_SEMCONFIG = 223
pkg syscall (netbsd-386), const SYS_SEMGET = 221
pkg syscall (netbsd-386), const SYS_SEMOP = 222
pkg syscall (netbsd-386), const SYS_SENDMMSG = 476
pkg syscall (netbsd-386), const SYS_SENDMSG = 28
pkg syscall (netbsd-386), const SYS_SENDTO = 133
pkg syscall (netbsd-386), const SYS_SETCONTEXT = 308
pkg syscall (netbsd-386), const SYS_SETEGID = 182
pkg syscall (netbsd-386), const SYS_SETEUID = 183
pkg syscall (netbsd-386), const SYS_SETGID = 181
pkg syscall (netbsd-386), const SYS_SETGROUPS = 80
pkg syscall (netbsd-386), const SYS_SETITIMER = 425
pkg syscall (netbsd-386), const SYS_SETPGID = 82
pkg syscall (netbsd-386), const SYS_SETPRIORITY = 96
pkg syscall (netbsd-386), const SYS_SETREGID = 127
pkg syscall (netbsd-386), const SYS_SETREUID = 126
pkg syscall (netbsd-386), const SYS_SETRLIMIT = 195
pkg syscall (netbsd-386), const SYS_SETSID = 147
pkg syscall (netbsd-386), const SYS_SETSOCKOPT = 105
pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY = 419
pkg syscall (netbsd-386), const SYS_SETUID = 23
pkg syscall (netbsd-386), const SYS_SETXATTR = 375
pkg syscall (netbsd-386), const SYS_SHMAT = 228
pkg syscall (netbsd-386), const SYS_SHMCTL = 443
pkg syscall (netbsd-386), const SYS_SHMDT = 230
pkg syscall (netbsd-386), const SYS_SHMGET = 231
pkg syscall (netbsd-386), const SYS_SHUTDOWN = 134
pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO = 245
pkg syscall (netbsd-386), const SYS_SOCKET = 394
pkg syscall (netbsd-386), const SYS_SOCKETPAIR = 135
pkg syscall (netbsd-386), const SYS_SSTK = 70
pkg syscall (netbsd-386), const SYS_STAT = 439
pkg syscall (netbsd-386), const SYS_STATVFS1 = 357
pkg syscall (netbsd-386), const SYS_SWAPCTL = 271
pkg syscall (netbsd-386), const SYS_SYMLINK = 57
pkg syscall (netbsd-386), const SYS_SYMLINKAT = 470
pkg syscall (netbsd-386), const SYS_SYNC = 36
pkg syscall (netbsd-386), const SYS_SYSARCH = 165
pkg syscall (netbsd-386), const SYS_TIMER_CREATE = 235
pkg syscall (netbsd-386), const SYS_TIMER_DELETE = 236
pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN = 239
pkg syscall (netbsd-386), const SYS_TIMER_GETTIME = 447
pkg syscall (netbsd-386), const SYS_TIMER_SETTIME = 446
pkg syscall (netbsd-386), const SYS_TRUNCATE = 200
pkg syscall (netbsd-386), const SYS_UMASK = 60
pkg syscall (netbsd-386), const SYS_UNDELETE = 205
pkg syscall (netbsd-386), const SYS_UNLINK = 10
pkg syscall (netbsd-386), const SYS_UNLINKAT = 471
pkg syscall (netbsd-386), const SYS_UNMOUNT = 22
pkg syscall (netbsd-386), const SYS_UTIMENSAT = 467
pkg syscall (netbsd-386), const SYS_UTIMES = 420
pkg syscall (netbsd-386), const SYS_UTRACE = 306
pkg syscall (netbsd-386), const SYS_UUIDGEN = 355
pkg syscall (netbsd-386), const SYS_VADVISE = 72
pkg syscall (netbsd-386), const SYS_VFORK = 66
pkg syscall (netbsd-386), const SYS_WAIT4 = 449
pkg syscall (netbsd-386), const SYS_WRITE = 4
pkg syscall (netbsd-386), const SYS_WRITEV = 121
pkg syscall (netbsd-386), const SYS__LWP_CONTINUE = 314
pkg syscall (netbsd-386), const SYS__LWP_CREATE = 309
pkg syscall (netbsd-386), const SYS__LWP_CTL = 325
pkg syscall (netbsd-386), const SYS__LWP_DETACH = 319
pkg syscall (netbsd-386), const SYS__LWP_EXIT = 310
pkg syscall (netbsd-386), const SYS__LWP_GETNAME = 324
pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE = 316
pkg syscall (netbsd-386), const SYS__LWP_KILL = 318
pkg syscall (netbsd-386), const SYS__LWP_PARK = 434
pkg syscall (netbsd-386), const SYS__LWP_SELF = 311
pkg syscall (netbsd-386), const SYS__LWP_SETNAME = 323
pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE = 317
pkg syscall (netbsd-386), const SYS__LWP_SUSPEND = 313
pkg syscall (netbsd-386), const SYS__LWP_UNPARK = 321
pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL = 322
pkg syscall (netbsd-386), const SYS__LWP_WAIT = 312
pkg syscall (netbsd-386), const SYS__LWP_WAKEUP = 315
pkg syscall (netbsd-386), const SYS__PSET_BIND = 415
pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY = 349
pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM = 347
pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY = 348
pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM = 346
pkg syscall (netbsd-386), const SYS___CLONE = 287
pkg syscall (netbsd-386), const SYS___GETCWD = 296
pkg syscall (netbsd-386), const SYS___GETLOGIN = 49
pkg syscall (netbsd-386), const SYS___POSIX_CHOWN = 283
pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN = 284
pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN = 285
pkg syscall (netbsd-386), const SYS___POSIX_RENAME = 270
pkg syscall (netbsd-386), const SYS___QUOTACTL = 473
pkg syscall (netbsd-386), const SYS___SEMCTL = 442
pkg syscall (netbsd-386), const SYS___SETLOGIN = 50
pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP = 340
pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT = 431
pkg syscall (netbsd-386), const SYS___SYSCTL = 202
pkg syscall (netbsd-386), const S_ARCH1 = 65536
pkg syscall (netbsd-386), const S_ARCH2 = 131072
pkg syscall (netbsd-386), const S_BLKSIZE = 512
pkg syscall (netbsd-386), const S_IEXEC = 64
pkg syscall (netbsd-386), const S_IFMT = 61440
pkg syscall (netbsd-386), const S_IFWHT = 57344
pkg syscall (netbsd-386), const S_IREAD = 256
pkg syscall (netbsd-386), const S_IRGRP = 32
pkg syscall (netbsd-386), const S_IROTH = 4
pkg syscall (netbsd-386), const S_IRWXG = 56
pkg syscall (netbsd-386), const S_IRWXO = 7
pkg syscall (netbsd-386), const S_IRWXU = 448
pkg syscall (netbsd-386), const S_ISTXT = 512
pkg syscall (netbsd-386), const S_IWGRP = 16
pkg syscall (netbsd-386), const S_IWOTH = 2
pkg syscall (netbsd-386), const S_IWRITE = 128
pkg syscall (netbsd-386), const S_IXGRP = 8
pkg syscall (netbsd-386), const S_IXOTH = 1
pkg syscall (netbsd-386), const S_LOGIN_SET = 1
pkg syscall (netbsd-386), const SizeofBpfHdr = 20
pkg syscall (netbsd-386), const SizeofBpfInsn = 8
pkg syscall (netbsd-386), const SizeofBpfProgram = 8
pkg syscall (netbsd-386), const SizeofBpfStat = 128
pkg syscall (netbsd-386), const SizeofBpfVersion = 4
pkg syscall (netbsd-386), const SizeofCmsghdr = 12
pkg syscall (netbsd-386), const SizeofIPMreq = 8
pkg syscall (netbsd-386), const SizeofIPv6Mreq = 20
pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr = 24
pkg syscall (netbsd-386), const SizeofIfData = 132
pkg syscall (netbsd-386), const SizeofIfMsghdr = 152
pkg syscall (netbsd-386), const SizeofIfaMsghdr = 24
pkg syscall (netbsd-386), const SizeofInet6Pktinfo = 20
pkg syscall (netbsd-386), const SizeofLinger = 8
pkg syscall (netbsd-386), const SizeofMsghdr = 28
pkg syscall (netbsd-386), const SizeofRtMetrics = 80
pkg syscall (netbsd-386), const SizeofRtMsghdr = 120
pkg syscall (netbsd-386), const SizeofSockaddrAny = 108
pkg syscall (netbsd-386), const SizeofSockaddrDatalink = 20
pkg syscall (netbsd-386), const SizeofSockaddrInet4 = 16
pkg syscall (netbsd-386), const SizeofSockaddrInet6 = 28
pkg syscall (netbsd-386), const SizeofSockaddrUnix = 106
pkg syscall (netbsd-386), const TCIFLUSH = 1
pkg syscall (netbsd-386), const TCIOFLUSH = 3
pkg syscall (netbsd-386), const TCOFLUSH = 2
pkg syscall (netbsd-386), const TCP_CONGCTL = 32
pkg syscall (netbsd-386), const TCP_KEEPCNT = 6
pkg syscall (netbsd-386), const TCP_KEEPIDLE = 3
pkg syscall (netbsd-386), const TCP_KEEPINIT = 7
pkg syscall (netbsd-386), const TCP_KEEPINTVL = 5
pkg syscall (netbsd-386), const TCP_MAXBURST = 4
pkg syscall (netbsd-386), const TCP_MAXSEG = 2
pkg syscall (netbsd-386), const TCP_MAXWIN = 65535
pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT = 14
pkg syscall (netbsd-386), const TCP_MD5SIG = 16
pkg syscall (netbsd-386), const TCP_MINMSS = 216
pkg syscall (netbsd-386), const TCP_MSS = 536
pkg syscall (netbsd-386), const TCSAFLUSH = 2
pkg syscall (netbsd-386), const TIOCCBRK = 536900730
pkg syscall (netbsd-386), const TIOCCDTR = 536900728
pkg syscall (netbsd-386), const TIOCCONS = 2147775586
pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP = 1074558040
pkg syscall (netbsd-386), const TIOCDRAIN = 536900702
pkg syscall (netbsd-386), const TIOCEXCL = 536900621
pkg syscall (netbsd-386), const TIOCEXT = 2147775584
pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS = 16
pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL = 2
pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS = 4
pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF = 8
pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR = 1
pkg syscall (netbsd-386), const TIOCFLUSH = 2147775504
pkg syscall (netbsd-386), const TIOCGETA = 1076655123
pkg syscall (netbsd-386), const TIOCGETD = 1074033690
pkg syscall (netbsd-386), const TIOCGFLAGS = 1074033757
pkg syscall (netbsd-386), const TIOCGLINED = 1075868738
pkg syscall (netbsd-386), const TIOCGPGRP = 1074033783
pkg syscall (netbsd-386), const TIOCGQSIZE = 1074033793
pkg syscall (netbsd-386), const TIOCGRANTPT = 536900679
pkg syscall (netbsd-386), const TIOCGSID = 1074033763
pkg syscall (netbsd-386), const TIOCGSIZE = 1074295912
pkg syscall (netbsd-386), const TIOCGWINSZ = 1074295912
pkg syscall (netbsd-386), const TIOCMBIC = 2147775595
pkg syscall (netbsd-386), const TIOCMBIS = 2147775596
pkg syscall (netbsd-386), const TIOCMGET = 1074033770
pkg syscall (netbsd-386), const TIOCMSET = 2147775597
pkg syscall (netbsd-386), const TIOCM_CAR = 64
pkg syscall (netbsd-386), const TIOCM_CD = 64
pkg syscall (netbsd-386), const TIOCM_CTS = 32
pkg syscall (netbsd-386), const TIOCM_DSR = 256
pkg syscall (netbsd-386), const TIOCM_DTR = 2
pkg syscall (netbsd-386), const TIOCM_LE = 1
pkg syscall (netbsd-386), const TIOCM_RI = 128
pkg syscall (netbsd-386), const TIOCM_RNG = 128
pkg syscall (netbsd-386), const TIOCM_RTS = 4
pkg syscall (netbsd-386), const TIOCM_SR = 16
pkg syscall (netbsd-386), const TIOCM_ST = 8
pkg syscall (netbsd-386), const TIOCNOTTY = 536900721
pkg syscall (netbsd-386), const TIOCNXCL = 536900622
pkg syscall (netbsd-386), const TIOCOUTQ = 1074033779
pkg syscall (netbsd-386), const TIOCPKT = 2147775600
pkg syscall (netbsd-386), const TIOCPKT_DATA = 0
pkg syscall (netbsd-386), const TIOCPKT_DOSTOP = 32
pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD = 1
pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (netbsd-386), const TIOCPKT_IOCTL = 64
pkg syscall (netbsd-386), const TIOCPKT_NOSTOP = 16
pkg syscall (netbsd-386), const TIOCPKT_START = 8
pkg syscall (netbsd-386), const TIOCPKT_STOP = 4
pkg syscall (netbsd-386), const TIOCPTMGET = 1076393030
pkg syscall (netbsd-386), const TIOCPTSNAME = 1076393032
pkg syscall (netbsd-386), const TIOCRCVFRAME = 2147775557
pkg syscall (netbsd-386), const TIOCREMOTE = 2147775593
pkg syscall (netbsd-386), const TIOCSBRK = 536900731
pkg syscall (netbsd-386), const TIOCSCTTY = 536900705
pkg syscall (netbsd-386), const TIOCSDTR = 536900729
pkg syscall (netbsd-386), const TIOCSETA = 2150396948
pkg syscall (netbsd-386), const TIOCSETAF = 2150396950
pkg syscall (netbsd-386), const TIOCSETAW = 2150396949
pkg syscall (netbsd-386), const TIOCSETD = 2147775515
pkg syscall (netbsd-386), const TIOCSFLAGS = 2147775580
pkg syscall (netbsd-386), const TIOCSIG = 536900703
pkg syscall (netbsd-386), const TIOCSLINED = 2149610563
pkg syscall (netbsd-386), const TIOCSPGRP = 2147775606
pkg syscall (netbsd-386), const TIOCSQSIZE = 2147775616
pkg syscall (netbsd-386), const TIOCSSIZE = 2148037735
pkg syscall (netbsd-386), const TIOCSTART = 536900718
pkg syscall (netbsd-386), const TIOCSTAT = 2147775589
pkg syscall (netbsd-386), const TIOCSTI = 2147578994
pkg syscall (netbsd-386), const TIOCSTOP = 536900719
pkg syscall (netbsd-386), const TIOCSWINSZ = 2148037735
pkg syscall (netbsd-386), const TIOCUCNTL = 2147775590
pkg syscall (netbsd-386), const TIOCXMTFRAME = 2147775556
pkg syscall (netbsd-386), const TOSTOP = 4194304
pkg syscall (netbsd-386), const VDISCARD = 15
pkg syscall (netbsd-386), const VDSUSP = 11
pkg syscall (netbsd-386), const VEOF = 0
pkg syscall (netbsd-386), const VEOL = 1
pkg syscall (netbsd-386), const VEOL2 = 2
pkg syscall (netbsd-386), const VERASE = 3
pkg syscall (netbsd-386), const VINTR = 8
pkg syscall (netbsd-386), const VKILL = 5
pkg syscall (netbsd-386), const VLNEXT = 14
pkg syscall (netbsd-386), const VMIN = 16
pkg syscall (netbsd-386), const VQUIT = 9
pkg syscall (netbsd-386), const VREPRINT = 6
pkg syscall (netbsd-386), const VSTART = 12
pkg syscall (netbsd-386), const VSTATUS = 18
pkg syscall (netbsd-386), const VSTOP = 13
pkg syscall (netbsd-386), const VSUSP = 10
pkg syscall (netbsd-386), const VTIME = 17
pkg syscall (netbsd-386), const VWERASE = 4
pkg syscall (netbsd-386), const WALL = 8
pkg syscall (netbsd-386), const WALLSIG = 8
pkg syscall (netbsd-386), const WALTSIG = 4
pkg syscall (netbsd-386), const WCLONE = 4
pkg syscall (netbsd-386), const WCOREFLAG = 128
pkg syscall (netbsd-386), const WNOHANG = 1
pkg syscall (netbsd-386), const WNOWAIT = 65536
pkg syscall (netbsd-386), const WNOZOMBIE = 131072
pkg syscall (netbsd-386), const WOPTSCHECKED = 262144
pkg syscall (netbsd-386), const WSTOPPED = 127
pkg syscall (netbsd-386), const WUNTRACED = 2
pkg syscall (netbsd-386-cgo), const AF_APPLETALK = 16
pkg syscall (netbsd-386-cgo), const AF_ARP = 28
pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH = 31
pkg syscall (netbsd-386-cgo), const AF_CCITT = 10
pkg syscall (netbsd-386-cgo), const AF_CHAOS = 5
pkg syscall (netbsd-386-cgo), const AF_CNT = 21
pkg syscall (netbsd-386-cgo), const AF_COIP = 20
pkg syscall (netbsd-386-cgo), const AF_DATAKIT = 9
pkg syscall (netbsd-386-cgo), const AF_DECnet = 12
pkg syscall (netbsd-386-cgo), const AF_DLI = 13
pkg syscall (netbsd-386-cgo), const AF_E164 = 26
pkg syscall (netbsd-386-cgo), const AF_ECMA = 8
pkg syscall (netbsd-386-cgo), const AF_HYLINK = 15
pkg syscall (netbsd-386-cgo), const AF_IEEE80211 = 32
pkg syscall (netbsd-386-cgo), const AF_IMPLINK = 3
pkg syscall (netbsd-386-cgo), const AF_INET6 = 24
pkg syscall (netbsd-386-cgo), const AF_IPX = 23
pkg syscall (netbsd-386-cgo), const AF_ISDN = 26
pkg syscall (netbsd-386-cgo), const AF_ISO = 7
pkg syscall (netbsd-386-cgo), const AF_LAT = 14
pkg syscall (netbsd-386-cgo), const AF_LINK = 18
pkg syscall (netbsd-386-cgo), const AF_LOCAL = 1
pkg syscall (netbsd-386-cgo), const AF_MAX = 35
pkg syscall (netbsd-386-cgo), const AF_MPLS = 33
pkg syscall (netbsd-386-cgo), const AF_NATM = 27
pkg syscall (netbsd-386-cgo), const AF_NS = 6
pkg syscall (netbsd-386-cgo), const AF_OROUTE = 17
pkg syscall (netbsd-386-cgo), const AF_OSI = 7
pkg syscall (netbsd-386-cgo), const AF_PUP = 4
pkg syscall (netbsd-386-cgo), const AF_ROUTE = 34
pkg syscall (netbsd-386-cgo), const AF_SNA = 11
pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET = 7
pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER = 1
pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY = 15
pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP = 23
pkg syscall (netbsd-386-cgo), const B0 = 0
pkg syscall (netbsd-386-cgo), const B110 = 110
pkg syscall (netbsd-386-cgo), const B115200 = 115200
pkg syscall (netbsd-386-cgo), const B1200 = 1200
pkg syscall (netbsd-386-cgo), const B134 = 134
pkg syscall (netbsd-386-cgo), const B14400 = 14400
pkg syscall (netbsd-386-cgo), const B150 = 150
pkg syscall (netbsd-386-cgo), const B1800 = 1800
pkg syscall (netbsd-386-cgo), const B19200 = 19200
pkg syscall (netbsd-386-cgo), const B200 = 200
pkg syscall (netbsd-386-cgo), const B230400 = 230400
pkg syscall (netbsd-386-cgo), const B2400 = 2400
pkg syscall (netbsd-386-cgo), const B28800 = 28800
pkg syscall (netbsd-386-cgo), const B300 = 300
pkg syscall (netbsd-386-cgo), const B38400 = 38400
pkg syscall (netbsd-386-cgo), const B460800 = 460800
pkg syscall (netbsd-386-cgo), const B4800 = 4800
pkg syscall (netbsd-386-cgo), const B50 = 50
pkg syscall (netbsd-386-cgo), const B57600 = 57600
pkg syscall (netbsd-386-cgo), const B600 = 600
pkg syscall (netbsd-386-cgo), const B7200 = 7200
pkg syscall (netbsd-386-cgo), const B75 = 75
pkg syscall (netbsd-386-cgo), const B76800 = 76800
pkg syscall (netbsd-386-cgo), const B921600 = 921600
pkg syscall (netbsd-386-cgo), const B9600 = 9600
pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK = 2147762813
pkg syscall (netbsd-386-cgo), const BIOCFLUSH = 536887912
pkg syscall (netbsd-386-cgo), const BIOCGBLEN = 1074020966
pkg syscall (netbsd-386-cgo), const BIOCGDLT = 1074020970
pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST = 3221766775
pkg syscall (netbsd-386-cgo), const BIOCGETIF = 1083196011
pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK = 1074020988
pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT = 1074545275
pkg syscall (netbsd-386-cgo), const BIOCGSEESENT = 1074020984
pkg syscall (netbsd-386-cgo), const BIOCGSTATS = 1082147439
pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD = 1074283119
pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (netbsd-386-cgo), const BIOCPROMISC = 536887913
pkg syscall (netbsd-386-cgo), const BIOCSBLEN = 3221504614
pkg syscall (netbsd-386-cgo), const BIOCSDLT = 2147762806
pkg syscall (netbsd-386-cgo), const BIOCSETF = 2148024935
pkg syscall (netbsd-386-cgo), const BIOCSETIF = 2156937836
pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK = 2147762813
pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT = 2148287098
pkg syscall (netbsd-386-cgo), const BIOCSSEESENT = 2147762809
pkg syscall (netbsd-386-cgo), const BIOCSTCPF = 2148024946
pkg syscall (netbsd-386-cgo), const BIOCSUDPF = 2148024947
pkg syscall (netbsd-386-cgo), const BIOCVERSION = 1074020977
pkg syscall (netbsd-386-cgo), const BPF_A = 16
pkg syscall (netbsd-386-cgo), const BPF_ABS = 32
pkg syscall (netbsd-386-cgo), const BPF_ADD = 0
pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT = 4
pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 = 4
pkg syscall (netbsd-386-cgo), const BPF_ALU = 4
pkg syscall (netbsd-386-cgo), const BPF_AND = 80
pkg syscall (netbsd-386-cgo), const BPF_B = 16
pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE = 1048576
pkg syscall (netbsd-386-cgo), const BPF_DIV = 48
pkg syscall (netbsd-386-cgo), const BPF_H = 8
pkg syscall (netbsd-386-cgo), const BPF_IMM = 0
pkg syscall (netbsd-386-cgo), const BPF_IND = 64
pkg syscall (netbsd-386-cgo), const BPF_JA = 0
pkg syscall (netbsd-386-cgo), const BPF_JEQ = 16
pkg syscall (netbsd-386-cgo), const BPF_JGE = 48
pkg syscall (netbsd-386-cgo), const BPF_JGT = 32
pkg syscall (netbsd-386-cgo), const BPF_JMP = 5
pkg syscall (netbsd-386-cgo), const BPF_JSET = 64
pkg syscall (netbsd-386-cgo), const BPF_K = 0
pkg syscall (netbsd-386-cgo), const BPF_LD = 0
pkg syscall (netbsd-386-cgo), const BPF_LDX = 1
pkg syscall (netbsd-386-cgo), const BPF_LEN = 128
pkg syscall (netbsd-386-cgo), const BPF_LSH = 96
pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE = 16777216
pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS = 512
pkg syscall (netbsd-386-cgo), const BPF_MEM = 96
pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS = 16
pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (netbsd-386-cgo), const BPF_MISC = 7
pkg syscall (netbsd-386-cgo), const BPF_MSH = 160
pkg syscall (netbsd-386-cgo), const BPF_MUL = 32
pkg syscall (netbsd-386-cgo), const BPF_NEG = 128
pkg syscall (netbsd-386-cgo), const BPF_OR = 64
pkg syscall (netbsd-386-cgo), const BPF_RELEASE = 199606
pkg syscall (netbsd-386-cgo), const BPF_RET = 6
pkg syscall (netbsd-386-cgo), const BPF_RSH = 112
pkg syscall (netbsd-386-cgo), const BPF_ST = 2
pkg syscall (netbsd-386-cgo), const BPF_STX = 3
pkg syscall (netbsd-386-cgo), const BPF_SUB = 16
pkg syscall (netbsd-386-cgo), const BPF_TAX = 0
pkg syscall (netbsd-386-cgo), const BPF_TXA = 128
pkg syscall (netbsd-386-cgo), const BPF_W = 0
pkg syscall (netbsd-386-cgo), const BPF_X = 8
pkg syscall (netbsd-386-cgo), const BRKINT = 2
pkg syscall (netbsd-386-cgo), const CFLUSH = 15
pkg syscall (netbsd-386-cgo), const CLOCAL = 32768
pkg syscall (netbsd-386-cgo), const CREAD = 2048
pkg syscall (netbsd-386-cgo), const CS5 = 0
pkg syscall (netbsd-386-cgo), const CS6 = 256
pkg syscall (netbsd-386-cgo), const CS7 = 512
pkg syscall (netbsd-386-cgo), const CS8 = 768
pkg syscall (netbsd-386-cgo), const CSIZE = 768
pkg syscall (netbsd-386-cgo), const CSTART = 17
pkg syscall (netbsd-386-cgo), const CSTATUS = 20
pkg syscall (netbsd-386-cgo), const CSTOP = 19
pkg syscall (netbsd-386-cgo), const CSTOPB = 1024
pkg syscall (netbsd-386-cgo), const CSUSP = 26
pkg syscall (netbsd-386-cgo), const CTL_MAXNAME = 12
pkg syscall (netbsd-386-cgo), const CTL_NET = 4
pkg syscall (netbsd-386-cgo), const CTL_QUERY = -2
pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH = 536896632
pkg syscall (netbsd-386-cgo), const DLT_A429 = 184
pkg syscall (netbsd-386-cgo), const DLT_A653_ICM = 185
pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER = 120
pkg syscall (netbsd-386-cgo), const DLT_AOS = 222
pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (netbsd-386-cgo), const DLT_ARCNET = 7
pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX = 129
pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP = 19
pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (netbsd-386-cgo), const DLT_AURORA = 126
pkg syscall (netbsd-386-cgo), const DLT_AX25 = 3
pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS = 202
pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP = 165
pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (netbsd-386-cgo), const DLT_CAN20B = 190
pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
pkg syscall (netbsd-386-cgo), const DLT_CHAOS = 5
pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS = 118
pkg syscall (netbsd-386-cgo), const DLT_C_HDLC = 104
pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (netbsd-386-cgo), const DLT_DECT = 221
pkg syscall (netbsd-386-cgo), const DLT_DOCSIS = 143
pkg syscall (netbsd-386-cgo), const DLT_ECONET = 115
pkg syscall (netbsd-386-cgo), const DLT_EN10MB = 1
pkg syscall (netbsd-386-cgo), const DLT_EN3MB = 2
pkg syscall (netbsd-386-cgo), const DLT_ENC = 109
pkg syscall (netbsd-386-cgo), const DLT_ERF = 197
pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH = 175
pkg syscall (netbsd-386-cgo), const DLT_ERF_POS = 176
pkg syscall (netbsd-386-cgo), const DLT_FC_2 = 224
pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (netbsd-386-cgo), const DLT_FDDI = 10
pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY = 210
pkg syscall (netbsd-386-cgo), const DLT_FRELAY = 107
pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL = 173
pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 = 172
pkg syscall (netbsd-386-cgo), const DLT_GPF_F = 171
pkg syscall (netbsd-386-cgo), const DLT_GPF_T = 170
pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC = 169
pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS = 218
pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM = 217
pkg syscall (netbsd-386-cgo), const DLT_HDLC = 16
pkg syscall (netbsd-386-cgo), const DLT_HHDLC = 121
pkg syscall (netbsd-386-cgo), const DLT_HIPPI = 15
pkg syscall (netbsd-386-cgo), const DLT_IBM_SN = 146
pkg syscall (netbsd-386-cgo), const DLT_IBM_SP = 145
pkg syscall (netbsd-386-cgo), const DLT_IEEE802 = 6
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 = 105
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 = 195
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (netbsd-386-cgo), const DLT_IPMB = 199
pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX = 209
pkg syscall (netbsd-386-cgo), const DLT_IPNET = 226
pkg syscall (netbsd-386-cgo), const DLT_IPV4 = 228
pkg syscall (netbsd-386-cgo), const DLT_IPV6 = 229
pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC = 122
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES = 132
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER = 178
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN = 133
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM = 194
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR = 134
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR = 131
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP = 179
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST = 200
pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP = 183
pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
pkg syscall (netbsd-386-cgo), const DLT_LAPD = 203
pkg syscall (netbsd-386-cgo), const DLT_LIN = 212
pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV = 216
pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA = 144
pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD = 177
pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL = 113
pkg syscall (netbsd-386-cgo), const DLT_LOOP = 108
pkg syscall (netbsd-386-cgo), const DLT_LTALK = 114
pkg syscall (netbsd-386-cgo), const DLT_MFR = 182
pkg syscall (netbsd-386-cgo), const DLT_MOST = 211
pkg syscall (netbsd-386-cgo), const DLT_MPLS = 219
pkg syscall (netbsd-386-cgo), const DLT_MTP2 = 140
pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (netbsd-386-cgo), const DLT_MTP3 = 141
pkg syscall (netbsd-386-cgo), const DLT_NULL = 0
pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP = 125
pkg syscall (netbsd-386-cgo), const DLT_PFLOG = 117
pkg syscall (netbsd-386-cgo), const DLT_PFSYNC = 18
pkg syscall (netbsd-386-cgo), const DLT_PPI = 192
pkg syscall (netbsd-386-cgo), const DLT_PPP = 9
pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS = 14
pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER = 51
pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD = 166
pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR = 204
pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER = 119
pkg syscall (netbsd-386-cgo), const DLT_PRONET = 4
pkg syscall (netbsd-386-cgo), const DLT_RAIF1 = 198
pkg syscall (netbsd-386-cgo), const DLT_RAW = 12
pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK = 35913728
pkg syscall (netbsd-386-cgo), const DLT_RIO = 124
pkg syscall (netbsd-386-cgo), const DLT_SCCP = 142
pkg syscall (netbsd-386-cgo), const DLT_SITA = 196
pkg syscall (netbsd-386-cgo), const DLT_SLIP = 8
pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS = 13
pkg syscall (netbsd-386-cgo), const DLT_SUNATM = 123
pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (netbsd-386-cgo), const DLT_TZSP = 128
pkg syscall (netbsd-386-cgo), const DLT_USB = 186
pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX = 189
pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (netbsd-386-cgo), const DLT_WIHART = 223
pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL = 213
pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA = 214
pkg syscall (netbsd-386-cgo), const DT_BLK = 6
pkg syscall (netbsd-386-cgo), const DT_CHR = 2
pkg syscall (netbsd-386-cgo), const DT_DIR = 4
pkg syscall (netbsd-386-cgo), const DT_FIFO = 1
pkg syscall (netbsd-386-cgo), const DT_LNK = 10
pkg syscall (netbsd-386-cgo), const DT_REG = 8
pkg syscall (netbsd-386-cgo), const DT_SOCK = 12
pkg syscall (netbsd-386-cgo), const DT_UNKNOWN = 0
pkg syscall (netbsd-386-cgo), const DT_WHT = 14
pkg syscall (netbsd-386-cgo), const E2BIG = 7
pkg syscall (netbsd-386-cgo), const EACCES = 13
pkg syscall (netbsd-386-cgo), const EADDRINUSE = 48
pkg syscall (netbsd-386-cgo), const EADDRNOTAVAIL = 49
pkg syscall (netbsd-386-cgo), const EAFNOSUPPORT = 47
pkg syscall (netbsd-386-cgo), const EAGAIN = 35
pkg syscall (netbsd-386-cgo), const EALREADY = 37
pkg syscall (netbsd-386-cgo), const EAUTH = 80
pkg syscall (netbsd-386-cgo), const EBADF = 9
pkg syscall (netbsd-386-cgo), const EBADMSG = 88
pkg syscall (netbsd-386-cgo), const EBADRPC = 72
pkg syscall (netbsd-386-cgo), const EBUSY = 16
pkg syscall (netbsd-386-cgo), const ECANCELED = 87
pkg syscall (netbsd-386-cgo), const ECHILD = 10
pkg syscall (netbsd-386-cgo), const ECHO = 8
pkg syscall (netbsd-386-cgo), const ECHOCTL = 64
pkg syscall (netbsd-386-cgo), const ECHOE = 2
pkg syscall (netbsd-386-cgo), const ECHOK = 4
pkg syscall (netbsd-386-cgo), const ECHOKE = 1
pkg syscall (netbsd-386-cgo), const ECHONL = 16
pkg syscall (netbsd-386-cgo), const ECHOPRT = 32
pkg syscall (netbsd-386-cgo), const ECONNABORTED = 53
pkg syscall (netbsd-386-cgo), const ECONNREFUSED = 61
pkg syscall (netbsd-386-cgo), const ECONNRESET = 54
pkg syscall (netbsd-386-cgo), const EDEADLK = 11
pkg syscall (netbsd-386-cgo), const EDESTADDRREQ = 39
pkg syscall (netbsd-386-cgo), const EDOM = 33
pkg syscall (netbsd-386-cgo), const EDQUOT = 69
pkg syscall (netbsd-386-cgo), const EEXIST = 17
pkg syscall (netbsd-386-cgo), const EFAULT = 14
pkg syscall (netbsd-386-cgo), const EFBIG = 27
pkg syscall (netbsd-386-cgo), const EFTYPE = 79
pkg syscall (netbsd-386-cgo), const EHOSTDOWN = 64
pkg syscall (netbsd-386-cgo), const EHOSTUNREACH = 65
pkg syscall (netbsd-386-cgo), const EIDRM = 82
pkg syscall (netbsd-386-cgo), const EILSEQ = 85
pkg syscall (netbsd-386-cgo), const EINPROGRESS = 36
pkg syscall (netbsd-386-cgo), const EINTR = 4
pkg syscall (netbsd-386-cgo), const EINVAL = 22
pkg syscall (netbsd-386-cgo), const EIO = 5
pkg syscall (netbsd-386-cgo), const EISCONN = 56
pkg syscall (netbsd-386-cgo), const EISDIR = 21
pkg syscall (netbsd-386-cgo), const ELAST = 96
pkg syscall (netbsd-386-cgo), const ELOOP = 62
pkg syscall (netbsd-386-cgo), const EMFILE = 24
pkg syscall (netbsd-386-cgo), const EMLINK = 31
pkg syscall (netbsd-386-cgo), const EMSGSIZE = 40
pkg syscall (netbsd-386-cgo), const EMULTIHOP = 94
pkg syscall (netbsd-386-cgo), const EMUL_LINUX = 1
pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 = 5
pkg syscall (netbsd-386-cgo), const EMUL_MAXID = 6
pkg syscall (netbsd-386-cgo), const ENAMETOOLONG = 63
pkg syscall (netbsd-386-cgo), const ENEEDAUTH = 81
pkg syscall (netbsd-386-cgo), const ENETDOWN = 50
pkg syscall (netbsd-386-cgo), const ENETRESET = 52
pkg syscall (netbsd-386-cgo), const ENETUNREACH = 51
pkg syscall (netbsd-386-cgo), const ENFILE = 23
pkg syscall (netbsd-386-cgo), const ENOATTR = 93
pkg syscall (netbsd-386-cgo), const ENOBUFS = 55
pkg syscall (netbsd-386-cgo), const ENODATA = 89
pkg syscall (netbsd-386-cgo), const ENODEV = 19
pkg syscall (netbsd-386-cgo), const ENOEXEC = 8
pkg syscall (netbsd-386-cgo), const ENOLCK = 77
pkg syscall (netbsd-386-cgo), const ENOLINK = 95
pkg syscall (netbsd-386-cgo), const ENOMEM = 12
pkg syscall (netbsd-386-cgo), const ENOMSG = 83
pkg syscall (netbsd-386-cgo), const ENOPROTOOPT = 42
pkg syscall (netbsd-386-cgo), const ENOSPC = 28
pkg syscall (netbsd-386-cgo), const ENOSR = 90
pkg syscall (netbsd-386-cgo), const ENOSTR = 91
pkg syscall (netbsd-386-cgo), const ENOSYS = 78
pkg syscall (netbsd-386-cgo), const ENOTBLK = 15
pkg syscall (netbsd-386-cgo), const ENOTCONN = 57
pkg syscall (netbsd-386-cgo), const ENOTDIR = 20
pkg syscall (netbsd-386-cgo), const ENOTEMPTY = 66
pkg syscall (netbsd-386-cgo), const ENOTSOCK = 38
pkg syscall (netbsd-386-cgo), const ENOTSUP = 86
pkg syscall (netbsd-386-cgo), const ENOTTY = 25
pkg syscall (netbsd-386-cgo), const ENXIO = 6
pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF = 4096
pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC = 768
pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND = 3072
pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN = 128
pkg syscall (netbsd-386-cgo), const EN_SW_DENORM = 2
pkg syscall (netbsd-386-cgo), const EN_SW_INVOP = 1
pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW = 8
pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS = 32
pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW = 16
pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV = 4
pkg syscall (netbsd-386-cgo), const EOPNOTSUPP = 45
pkg syscall (netbsd-386-cgo), const EOVERFLOW = 84
pkg syscall (netbsd-386-cgo), const EPERM = 1
pkg syscall (netbsd-386-cgo), const EPFNOSUPPORT = 46
pkg syscall (netbsd-386-cgo), const EPIPE = 32
pkg syscall (netbsd-386-cgo), const EPROCLIM = 67
pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL = 76
pkg syscall (netbsd-386-cgo), const EPROGMISMATCH = 75
pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL = 74
pkg syscall (netbsd-386-cgo), const EPROTO = 96
pkg syscall (netbsd-386-cgo), const EPROTONOSUPPORT = 43
pkg syscall (netbsd-386-cgo), const EPROTOTYPE = 41
pkg syscall (netbsd-386-cgo), const ERANGE = 34
pkg syscall (netbsd-386-cgo), const EREMOTE = 71
pkg syscall (netbsd-386-cgo), const EROFS = 30
pkg syscall (netbsd-386-cgo), const ERPCMISMATCH = 73
pkg syscall (netbsd-386-cgo), const ESHUTDOWN = 58
pkg syscall (netbsd-386-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (netbsd-386-cgo), const ESPIPE = 29
pkg syscall (netbsd-386-cgo), const ESRCH = 3
pkg syscall (netbsd-386-cgo), const ESTALE = 70
pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU = 4
pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU = 1
pkg syscall (netbsd-386-cgo), const ETHERMIN = 46
pkg syscall (netbsd-386-cgo), const ETHERMTU = 1500
pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO = 9000
pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 = 4
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP = 33011
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER = 24584
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP = 2054
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT = 32923
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK = 32923
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT = 32873
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS = 34902
pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL = 33026
pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA = 4660
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE = 32891
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM = 32840
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN = 24579
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD = 32825
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA = 2051
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES = 32861
pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP = 33094
pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP = 2056
pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES = 33072
pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP = 32773
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP = 2048
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS = 34668
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX = 33079
pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT = 24580
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK = 36864
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA = 32890
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX = 65535
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT = 32892
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP = 34618
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS = 34887
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS = 2050
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD = 33097
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS = 1536
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT = 1537
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 = 28679
pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER = 32966
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE = 34958
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS = 16962
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP = 34827
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP = 512
pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT = 512
pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL = 28720
pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL = 6549
pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP = 34617
pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX = 33010
pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP = 32821
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA = 24583
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW = 33150
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA = 32981
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP = 33100
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX = 64245
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP = 33153
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC = 33103
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST = 28677
pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL = 28672
pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID = 5632
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO = 32871
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP = 32859
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES = 2989
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL = 65280
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN = 33024
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD = 32860
pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 = 2053
pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 = 2049
pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP = 33149
pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN = 6
pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN = 4
pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN = 14
pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN = 1518
pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO = 9018
pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN = 64
pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN = 2
pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (netbsd-386-cgo), const ETIME = 92
pkg syscall (netbsd-386-cgo), const ETIMEDOUT = 60
pkg syscall (netbsd-386-cgo), const ETOOMANYREFS = 59
pkg syscall (netbsd-386-cgo), const ETXTBSY = 26
pkg syscall (netbsd-386-cgo), const EUSERS = 68
pkg syscall (netbsd-386-cgo), const EVFILT_AIO = 2
pkg syscall (netbsd-386-cgo), const EVFILT_PROC = 4
pkg syscall (netbsd-386-cgo), const EVFILT_READ = 0
pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL = 5
pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT = 7
pkg syscall (netbsd-386-cgo), const EVFILT_TIMER = 6
pkg syscall (netbsd-386-cgo), const EVFILT_VNODE = 3
pkg syscall (netbsd-386-cgo), const EVFILT_WRITE = 1
pkg syscall (netbsd-386-cgo), const EV_ADD = 1
pkg syscall (netbsd-386-cgo), const EV_CLEAR = 32
pkg syscall (netbsd-386-cgo), const EV_DELETE = 2
pkg syscall (netbsd-386-cgo), const EV_DISABLE = 8
pkg syscall (netbsd-386-cgo), const EV_ENABLE = 4
pkg syscall (netbsd-386-cgo), const EV_EOF = 32768
pkg syscall (netbsd-386-cgo), const EV_ERROR = 16384
pkg syscall (netbsd-386-cgo), const EV_FLAG1 = 8192
pkg syscall (netbsd-386-cgo), const EV_ONESHOT = 16
pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS = 61440
pkg syscall (netbsd-386-cgo), const EWOULDBLOCK = 35
pkg syscall (netbsd-386-cgo), const EXDEV = 18
pkg syscall (netbsd-386-cgo), const EXTA = 19200
pkg syscall (netbsd-386-cgo), const EXTB = 38400
pkg syscall (netbsd-386-cgo), const EXTPROC = 2048
pkg syscall (netbsd-386-cgo), const FD_CLOEXEC = 1
pkg syscall (netbsd-386-cgo), const FD_SETSIZE = 256
pkg syscall (netbsd-386-cgo), const FLUSHO = 8388608
pkg syscall (netbsd-386-cgo), const F_CLOSEM = 10
pkg syscall (netbsd-386-cgo), const F_DUPFD = 0
pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC = 12
pkg syscall (netbsd-386-cgo), const F_FSCTL = -2147483648
pkg syscall (netbsd-386-cgo), const F_FSDIRMASK = 1879048192
pkg syscall (netbsd-386-cgo), const F_FSIN = 268435456
pkg syscall (netbsd-386-cgo), const F_FSINOUT = 805306368
pkg syscall (netbsd-386-cgo), const F_FSOUT = 536870912
pkg syscall (netbsd-386-cgo), const F_FSPRIV = 32768
pkg syscall (netbsd-386-cgo), const F_FSVOID = 1073741824
pkg syscall (netbsd-386-cgo), const F_GETFD = 1
pkg syscall (netbsd-386-cgo), const F_GETFL = 3
pkg syscall (netbsd-386-cgo), const F_GETLK = 7
pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE = 13
pkg syscall (netbsd-386-cgo), const F_GETOWN = 5
pkg syscall (netbsd-386-cgo), const F_MAXFD = 11
pkg syscall (netbsd-386-cgo), const F_OK = 0
pkg syscall (netbsd-386-cgo), const F_PARAM_MASK = 4095
pkg syscall (netbsd-386-cgo), const F_PARAM_MAX = 4095
pkg syscall (netbsd-386-cgo), const F_RDLCK = 1
pkg syscall (netbsd-386-cgo), const F_SETFD = 2
pkg syscall (netbsd-386-cgo), const F_SETFL = 4
pkg syscall (netbsd-386-cgo), const F_SETLK = 8
pkg syscall (netbsd-386-cgo), const F_SETLKW = 9
pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE = 14
pkg syscall (netbsd-386-cgo), const F_SETOWN = 6
pkg syscall (netbsd-386-cgo), const F_UNLCK = 2
pkg syscall (netbsd-386-cgo), const F_WRLCK = 3
pkg syscall (netbsd-386-cgo), const HUPCL = 16384
pkg syscall (netbsd-386-cgo), const ICANON = 256
pkg syscall (netbsd-386-cgo), const ICRNL = 256
pkg syscall (netbsd-386-cgo), const IEXTEN = 1024
pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL = 0
pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE = 1
pkg syscall (netbsd-386-cgo), const IFA_ROUTE = 1
pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI = 512
pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE = 36690
pkg syscall (netbsd-386-cgo), const IFF_DEBUG = 4
pkg syscall (netbsd-386-cgo), const IFF_LINK0 = 4096
pkg syscall (netbsd-386-cgo), const IFF_LINK1 = 8192
pkg syscall (netbsd-386-cgo), const IFF_LINK2 = 16384
pkg syscall (netbsd-386-cgo), const IFF_LOOPBACK = 8
pkg syscall (netbsd-386-cgo), const IFF_MULTICAST = 32768
pkg syscall (netbsd-386-cgo), const IFF_NOARP = 128
pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS = 32
pkg syscall (netbsd-386-cgo), const IFF_OACTIVE = 1024
pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT = 16
pkg syscall (netbsd-386-cgo), const IFF_PROMISC = 256
pkg syscall (netbsd-386-cgo), const IFF_RUNNING = 64
pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX = 2048
pkg syscall (netbsd-386-cgo), const IFNAMSIZ = 16
pkg syscall (netbsd-386-cgo), const IFT_1822 = 2
pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (netbsd-386-cgo), const IFT_AAL2 = 187
pkg syscall (netbsd-386-cgo), const IFT_AAL5 = 49
pkg syscall (netbsd-386-cgo), const IFT_ADSL = 94
pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 = 59
pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 = 60
pkg syscall (netbsd-386-cgo), const IFT_ARAP = 88
pkg syscall (netbsd-386-cgo), const IFT_ARCNET = 35
pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (netbsd-386-cgo), const IFT_ASYNC = 84
pkg syscall (netbsd-386-cgo), const IFT_ATM = 37
pkg syscall (netbsd-386-cgo), const IFT_ATMDXI = 105
pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI = 106
pkg syscall (netbsd-386-cgo), const IFT_ATMIMA = 107
pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO = 189
pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (netbsd-386-cgo), const IFT_BRIDGE = 209
pkg syscall (netbsd-386-cgo), const IFT_BSC = 83
pkg syscall (netbsd-386-cgo), const IFT_CARP = 248
pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL = 61
pkg syscall (netbsd-386-cgo), const IFT_CEPT = 19
pkg syscall (netbsd-386-cgo), const IFT_CES = 133
pkg syscall (netbsd-386-cgo), const IFT_CHANNEL = 70
pkg syscall (netbsd-386-cgo), const IFT_CNR = 85
pkg syscall (netbsd-386-cgo), const IFT_COFFEE = 132
pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (netbsd-386-cgo), const IFT_DCN = 141
pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (netbsd-386-cgo), const IFT_DLSW = 74
pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (netbsd-386-cgo), const IFT_DS0 = 81
pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (netbsd-386-cgo), const IFT_DS1FDL = 170
pkg syscall (netbsd-386-cgo), const IFT_DS3 = 30
pkg syscall (netbsd-386-cgo), const IFT_DTM = 140
pkg syscall (netbsd-386-cgo), const IFT_DVBASILN = 172
pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT = 173
pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (netbsd-386-cgo), const IFT_ECONET = 206
pkg syscall (netbsd-386-cgo), const IFT_EON = 25
pkg syscall (netbsd-386-cgo), const IFT_EPLRS = 87
pkg syscall (netbsd-386-cgo), const IFT_ESCON = 73
pkg syscall (netbsd-386-cgo), const IFT_ETHER = 6
pkg syscall (netbsd-386-cgo), const IFT_FAITH = 242
pkg syscall (netbsd-386-cgo), const IFT_FAST = 125
pkg syscall (netbsd-386-cgo), const IFT_FASTETHER = 62
pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX = 69
pkg syscall (netbsd-386-cgo), const IFT_FDDI = 15
pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (netbsd-386-cgo), const IFT_FRELAY = 32
pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE = 44
pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD = 158
pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB = 67
pkg syscall (netbsd-386-cgo), const IFT_G703AT64K = 66
pkg syscall (netbsd-386-cgo), const IFT_GIF = 240
pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (netbsd-386-cgo), const IFT_GR303IDT = 178
pkg syscall (netbsd-386-cgo), const IFT_GR303RDT = 177
pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (netbsd-386-cgo), const IFT_H323PROXY = 165
pkg syscall (netbsd-386-cgo), const IFT_HDH1822 = 3
pkg syscall (netbsd-386-cgo), const IFT_HDLC = 118
pkg syscall (netbsd-386-cgo), const IFT_HDSL2 = 168
pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (netbsd-386-cgo), const IFT_HIPPI = 47
pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD = 90
pkg syscall (netbsd-386-cgo), const IFT_HSSI = 46
pkg syscall (netbsd-386-cgo), const IFT_HY = 14
pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (netbsd-386-cgo), const IFT_IDSL = 154
pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 = 144
pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 = 71
pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 = 55
pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (netbsd-386-cgo), const IFT_IFGSN = 145
pkg syscall (netbsd-386-cgo), const IFT_IMT = 190
pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND = 199
pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE = 124
pkg syscall (netbsd-386-cgo), const IFT_IP = 126
pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD = 142
pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM = 114
pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH = 78
pkg syscall (netbsd-386-cgo), const IFT_ISDN = 63
pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC = 20
pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (netbsd-386-cgo), const IFT_ISDNS = 75
pkg syscall (netbsd-386-cgo), const IFT_ISDNU = 76
pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC = 41
pkg syscall (netbsd-386-cgo), const IFT_ISO88023 = 7
pkg syscall (netbsd-386-cgo), const IFT_ISO88024 = 8
pkg syscall (netbsd-386-cgo), const IFT_ISO88025 = 9
pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR = 86
pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (netbsd-386-cgo), const IFT_ISO88026 = 10
pkg syscall (netbsd-386-cgo), const IFT_ISUP = 179
pkg syscall (netbsd-386-cgo), const IFT_L2VLAN = 135
pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN = 136
pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (netbsd-386-cgo), const IFT_LAPB = 16
pkg syscall (netbsd-386-cgo), const IFT_LAPD = 77
pkg syscall (netbsd-386-cgo), const IFT_LAPF = 119
pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP = 210
pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK = 42
pkg syscall (netbsd-386-cgo), const IFT_LOOP = 24
pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK = 167
pkg syscall (netbsd-386-cgo), const IFT_MIOX25 = 38
pkg syscall (netbsd-386-cgo), const IFT_MODEM = 48
pkg syscall (netbsd-386-cgo), const IFT_MPC = 113
pkg syscall (netbsd-386-cgo), const IFT_MPLS = 166
pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (netbsd-386-cgo), const IFT_MSDSL = 143
pkg syscall (netbsd-386-cgo), const IFT_MVL = 191
pkg syscall (netbsd-386-cgo), const IFT_MYRINET = 99
pkg syscall (netbsd-386-cgo), const IFT_NFAS = 175
pkg syscall (netbsd-386-cgo), const IFT_NSIP = 27
pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (netbsd-386-cgo), const IFT_OTHER = 1
pkg syscall (netbsd-386-cgo), const IFT_P10 = 12
pkg syscall (netbsd-386-cgo), const IFT_P80 = 13
pkg syscall (netbsd-386-cgo), const IFT_PARA = 34
pkg syscall (netbsd-386-cgo), const IFT_PFLOG = 245
pkg syscall (netbsd-386-cgo), const IFT_PFSYNC = 246
pkg syscall (netbsd-386-cgo), const IFT_PLC = 174
pkg syscall (netbsd-386-cgo), const IFT_PON155 = 207
pkg syscall (netbsd-386-cgo), const IFT_PON622 = 208
pkg syscall (netbsd-386-cgo), const IFT_POS = 171
pkg syscall (netbsd-386-cgo), const IFT_PPP = 23
pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (netbsd-386-cgo), const IFT_PROPATM = 197
pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS = 89
pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (netbsd-386-cgo), const IFT_PROPMUX = 54
pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL = 22
pkg syscall (netbsd-386-cgo), const IFT_PVC = 241
pkg syscall (netbsd-386-cgo), const IFT_Q2931 = 201
pkg syscall (netbsd-386-cgo), const IFT_QLLC = 68
pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC = 188
pkg syscall (netbsd-386-cgo), const IFT_RADSL = 95
pkg syscall (netbsd-386-cgo), const IFT_REACHDSL = 192
pkg syscall (netbsd-386-cgo), const IFT_RFC1483 = 159
pkg syscall (netbsd-386-cgo), const IFT_RS232 = 33
pkg syscall (netbsd-386-cgo), const IFT_RSRB = 79
pkg syscall (netbsd-386-cgo), const IFT_SDLC = 17
pkg syscall (netbsd-386-cgo), const IFT_SDSL = 96
pkg syscall (netbsd-386-cgo), const IFT_SHDSL = 169
pkg syscall (netbsd-386-cgo), const IFT_SIP = 31
pkg syscall (netbsd-386-cgo), const IFT_SIPSIG = 204
pkg syscall (netbsd-386-cgo), const IFT_SIPTG = 203
pkg syscall (netbsd-386-cgo), const IFT_SLIP = 28
pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI = 43
pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP = 52
pkg syscall (netbsd-386-cgo), const IFT_SONET = 39
pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (netbsd-386-cgo), const IFT_SONETPATH = 50
pkg syscall (netbsd-386-cgo), const IFT_SONETVT = 51
pkg syscall (netbsd-386-cgo), const IFT_SRP = 151
pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (netbsd-386-cgo), const IFT_STARLAN = 11
pkg syscall (netbsd-386-cgo), const IFT_STF = 215
pkg syscall (netbsd-386-cgo), const IFT_T1 = 18
pkg syscall (netbsd-386-cgo), const IFT_TDLC = 116
pkg syscall (netbsd-386-cgo), const IFT_TELINK = 200
pkg syscall (netbsd-386-cgo), const IFT_TERMPAD = 91
pkg syscall (netbsd-386-cgo), const IFT_TR008 = 176
pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (netbsd-386-cgo), const IFT_TUNNEL = 131
pkg syscall (netbsd-386-cgo), const IFT_ULTRA = 29
pkg syscall (netbsd-386-cgo), const IFT_USB = 160
pkg syscall (netbsd-386-cgo), const IFT_V11 = 64
pkg syscall (netbsd-386-cgo), const IFT_V35 = 45
pkg syscall (netbsd-386-cgo), const IFT_V36 = 65
pkg syscall (netbsd-386-cgo), const IFT_V37 = 120
pkg syscall (netbsd-386-cgo), const IFT_VDSL = 97
pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG = 202
pkg syscall (netbsd-386-cgo), const IFT_VOICEDID = 213
pkg syscall (netbsd-386-cgo), const IFT_VOICEEM = 100
pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD = 211
pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP = 103
pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA = 212
pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO = 101
pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS = 102
pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (netbsd-386-cgo), const IFT_X213 = 93
pkg syscall (netbsd-386-cgo), const IFT_X25 = 5
pkg syscall (netbsd-386-cgo), const IFT_X25DDN = 4
pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (netbsd-386-cgo), const IFT_X25MLP = 121
pkg syscall (netbsd-386-cgo), const IFT_X25PLE = 40
pkg syscall (netbsd-386-cgo), const IFT_XETHER = 26
pkg syscall (netbsd-386-cgo), const IGNBRK = 1
pkg syscall (netbsd-386-cgo), const IGNCR = 128
pkg syscall (netbsd-386-cgo), const IGNPAR = 4
pkg syscall (netbsd-386-cgo), const IMAXBEL = 8192
pkg syscall (netbsd-386-cgo), const INLCR = 64
pkg syscall (netbsd-386-cgo), const INPCK = 16
pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX = 128
pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST = 255
pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET = 127
pkg syscall (netbsd-386-cgo), const IPPROTO_AH = 51
pkg syscall (netbsd-386-cgo), const IPPROTO_CARP = 112
pkg syscall (netbsd-386-cgo), const IPPROTO_DONE = 257
pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (netbsd-386-cgo), const IPPROTO_EGP = 8
pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP = 98
pkg syscall (netbsd-386-cgo), const IPPROTO_EON = 80
pkg syscall (netbsd-386-cgo), const IPPROTO_ESP = 50
pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (netbsd-386-cgo), const IPPROTO_GGP = 3
pkg syscall (netbsd-386-cgo), const IPPROTO_GRE = 47
pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP = 1
pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (netbsd-386-cgo), const IPPROTO_IDP = 22
pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP = 2
pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP = 4
pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 = 4
pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP = 58
pkg syscall (netbsd-386-cgo), const IPPROTO_MAX = 256
pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID = 52
pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE = 55
pkg syscall (netbsd-386-cgo), const IPPROTO_NONE = 59
pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (netbsd-386-cgo), const IPPROTO_PIM = 103
pkg syscall (netbsd-386-cgo), const IPPROTO_PUP = 12
pkg syscall (netbsd-386-cgo), const IPPROTO_RAW = 255
pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING = 43
pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP = 46
pkg syscall (netbsd-386-cgo), const IPPROTO_TP = 29
pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP = 112
pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM = 26
pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM = 64
pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG = 62
pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS = 50
pkg syscall (netbsd-386-cgo), const IPV6_FAITH = 29
pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL = 120
pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC = 1
pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS = 49
pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (netbsd-386-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (netbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM = 255
pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (netbsd-386-cgo), const IPV6_MMTU = 1280
pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP = 48
pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU = 44
pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO = 46
pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE = 14
pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (netbsd-386-cgo), const IPV6_RTHDR = 51
pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (netbsd-386-cgo), const IPV6_TCLASS = 61
pkg syscall (netbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (netbsd-386-cgo), const IPV6_V6ONLY = 27
pkg syscall (netbsd-386-cgo), const IPV6_VERSION = 96
pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (netbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (netbsd-386-cgo), const IP_DF = 16384
pkg syscall (netbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (netbsd-386-cgo), const IP_EF = 32768
pkg syscall (netbsd-386-cgo), const IP_ERRORMTU = 21
pkg syscall (netbsd-386-cgo), const IP_HDRINCL = 2
pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY = 22
pkg syscall (netbsd-386-cgo), const IP_MAXPACKET = 65535
pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (netbsd-386-cgo), const IP_MF = 8192
pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE = 69
pkg syscall (netbsd-386-cgo), const IP_MINTTL = 24
pkg syscall (netbsd-386-cgo), const IP_MSS = 576
pkg syscall (netbsd-386-cgo), const IP_MULTICAST_IF = 9
pkg syscall (netbsd-386-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (netbsd-386-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (netbsd-386-cgo), const IP_OFFMASK = 8191
pkg syscall (netbsd-386-cgo), const IP_OPTIONS = 1
pkg syscall (netbsd-386-cgo), const IP_PORTRANGE = 19
pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR = 7
pkg syscall (netbsd-386-cgo), const IP_RECVIF = 20
pkg syscall (netbsd-386-cgo), const IP_RECVOPTS = 5
pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS = 6
pkg syscall (netbsd-386-cgo), const IP_RECVTTL = 23
pkg syscall (netbsd-386-cgo), const IP_RETOPTS = 8
pkg syscall (netbsd-386-cgo), const IP_RF = 32768
pkg syscall (netbsd-386-cgo), const IP_TOS = 3
pkg syscall (netbsd-386-cgo), const IP_TTL = 4
pkg syscall (netbsd-386-cgo), const ISIG = 128
pkg syscall (netbsd-386-cgo), const ISTRIP = 32
pkg syscall (netbsd-386-cgo), const IXANY = 2048
pkg syscall (netbsd-386-cgo), const IXOFF = 1024
pkg syscall (netbsd-386-cgo), const IXON = 512
pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
pkg syscall (netbsd-386-cgo), const LOCK_EX = 2
pkg syscall (netbsd-386-cgo), const LOCK_NB = 4
pkg syscall (netbsd-386-cgo), const LOCK_SH = 1
pkg syscall (netbsd-386-cgo), const LOCK_UN = 8
pkg syscall (netbsd-386-cgo), const MSG_BCAST = 256
pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF = 33554432
pkg syscall (netbsd-386-cgo), const MSG_CTRUNC = 32
pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE = 4
pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT = 128
pkg syscall (netbsd-386-cgo), const MSG_EOR = 8
pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE = 67108864
pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE = 134217728
pkg syscall (netbsd-386-cgo), const MSG_MCAST = 512
pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF = 16777216
pkg syscall (netbsd-386-cgo), const MSG_NBIO = 4096
pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL = 1024
pkg syscall (netbsd-386-cgo), const MSG_OOB = 1
pkg syscall (netbsd-386-cgo), const MSG_PEEK = 2
pkg syscall (netbsd-386-cgo), const MSG_TRUNC = 16
pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS = 16777215
pkg syscall (netbsd-386-cgo), const MSG_WAITALL = 64
pkg syscall (netbsd-386-cgo), const NAME_MAX = 511
pkg syscall (netbsd-386-cgo), const NET_RT_DUMP = 1
pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS = 2
pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST = 5
pkg syscall (netbsd-386-cgo), const NET_RT_MAXID = 6
pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST = 4
pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST = 3
pkg syscall (netbsd-386-cgo), const NOFLSH = 2147483648
pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB = 8
pkg syscall (netbsd-386-cgo), const NOTE_CHILD = 4
pkg syscall (netbsd-386-cgo), const NOTE_DELETE = 1
pkg syscall (netbsd-386-cgo), const NOTE_EXEC = 536870912
pkg syscall (netbsd-386-cgo), const NOTE_EXIT = 2147483648
pkg syscall (netbsd-386-cgo), const NOTE_EXTEND = 4
pkg syscall (netbsd-386-cgo), const NOTE_FORK = 1073741824
pkg syscall (netbsd-386-cgo), const NOTE_LINK = 16
pkg syscall (netbsd-386-cgo), const NOTE_LOWAT = 1
pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (netbsd-386-cgo), const NOTE_RENAME = 32
pkg syscall (netbsd-386-cgo), const NOTE_REVOKE = 64
pkg syscall (netbsd-386-cgo), const NOTE_TRACK = 1
pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR = 2
pkg syscall (netbsd-386-cgo), const NOTE_WRITE = 2
pkg syscall (netbsd-386-cgo), const OCRNL = 16
pkg syscall (netbsd-386-cgo), const OFIOGETBMAP = 3221513850
pkg syscall (netbsd-386-cgo), const ONLCR = 2
pkg syscall (netbsd-386-cgo), const ONLRET = 64
pkg syscall (netbsd-386-cgo), const ONOCR = 32
pkg syscall (netbsd-386-cgo), const ONOEOT = 8
pkg syscall (netbsd-386-cgo), const OPOST = 1
pkg syscall (netbsd-386-cgo), const O_ACCMODE = 3
pkg syscall (netbsd-386-cgo), const O_ALT_IO = 262144
pkg syscall (netbsd-386-cgo), const O_APPEND = 8
pkg syscall (netbsd-386-cgo), const O_ASYNC = 64
pkg syscall (netbsd-386-cgo), const O_CLOEXEC = 4194304
pkg syscall (netbsd-386-cgo), const O_CREAT = 512
pkg syscall (netbsd-386-cgo), const O_DIRECT = 524288
pkg syscall (netbsd-386-cgo), const O_DIRECTORY = 2097152
pkg syscall (netbsd-386-cgo), const O_DSYNC = 65536
pkg syscall (netbsd-386-cgo), const O_EXCL = 2048
pkg syscall (netbsd-386-cgo), const O_EXLOCK = 32
pkg syscall (netbsd-386-cgo), const O_FSYNC = 128
pkg syscall (netbsd-386-cgo), const O_NDELAY = 4
pkg syscall (netbsd-386-cgo), const O_NOCTTY = 32768
pkg syscall (netbsd-386-cgo), const O_NOFOLLOW = 256
pkg syscall (netbsd-386-cgo), const O_NONBLOCK = 4
pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE = 16777216
pkg syscall (netbsd-386-cgo), const O_RSYNC = 131072
pkg syscall (netbsd-386-cgo), const O_SHLOCK = 16
pkg syscall (netbsd-386-cgo), const O_SYNC = 128
pkg syscall (netbsd-386-cgo), const O_TRUNC = 1024
pkg syscall (netbsd-386-cgo), const PARENB = 4096
pkg syscall (netbsd-386-cgo), const PARMRK = 8
pkg syscall (netbsd-386-cgo), const PARODD = 8192
pkg syscall (netbsd-386-cgo), const PENDIN = 536870912
pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH = 124
pkg syscall (netbsd-386-cgo), const PTRACE_CONT = 7
pkg syscall (netbsd-386-cgo), const PTRACE_KILL = 8
pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME = 0
pkg syscall (netbsd-386-cgo), const RLIMIT_AS = 10
pkg syscall (netbsd-386-cgo), const RLIMIT_CORE = 4
pkg syscall (netbsd-386-cgo), const RLIMIT_CPU = 0
pkg syscall (netbsd-386-cgo), const RLIMIT_DATA = 2
pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE = 1
pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE = 8
pkg syscall (netbsd-386-cgo), const RLIMIT_STACK = 3
pkg syscall (netbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR = 6
pkg syscall (netbsd-386-cgo), const RTAX_BRD = 7
pkg syscall (netbsd-386-cgo), const RTAX_DST = 0
pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY = 1
pkg syscall (netbsd-386-cgo), const RTAX_GENMASK = 3
pkg syscall (netbsd-386-cgo), const RTAX_IFA = 5
pkg syscall (netbsd-386-cgo), const RTAX_IFP = 4
pkg syscall (netbsd-386-cgo), const RTAX_MAX = 9
pkg syscall (netbsd-386-cgo), const RTAX_NETMASK = 2
pkg syscall (netbsd-386-cgo), const RTAX_TAG = 8
pkg syscall (netbsd-386-cgo), const RTA_AUTHOR = 64
pkg syscall (netbsd-386-cgo), const RTA_BRD = 128
pkg syscall (netbsd-386-cgo), const RTA_DST = 1
pkg syscall (netbsd-386-cgo), const RTA_GATEWAY = 2
pkg syscall (netbsd-386-cgo), const RTA_GENMASK = 8
pkg syscall (netbsd-386-cgo), const RTA_IFA = 32
pkg syscall (netbsd-386-cgo), const RTA_IFP = 16
pkg syscall (netbsd-386-cgo), const RTA_NETMASK = 4
pkg syscall (netbsd-386-cgo), const RTA_TAG = 256
pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE = 131072
pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (netbsd-386-cgo), const RTF_CLONED = 8192
pkg syscall (netbsd-386-cgo), const RTF_CLONING = 256
pkg syscall (netbsd-386-cgo), const RTF_DONE = 64
pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC = 16
pkg syscall (netbsd-386-cgo), const RTF_GATEWAY = 2
pkg syscall (netbsd-386-cgo), const RTF_HOST = 4
pkg syscall (netbsd-386-cgo), const RTF_LLINFO = 1024
pkg syscall (netbsd-386-cgo), const RTF_MASK = 128
pkg syscall (netbsd-386-cgo), const RTF_MODIFIED = 32
pkg syscall (netbsd-386-cgo), const RTF_PROTO1 = 32768
pkg syscall (netbsd-386-cgo), const RTF_PROTO2 = 16384
pkg syscall (netbsd-386-cgo), const RTF_REJECT = 8
pkg syscall (netbsd-386-cgo), const RTF_SRC = 65536
pkg syscall (netbsd-386-cgo), const RTF_STATIC = 2048
pkg syscall (netbsd-386-cgo), const RTF_UP = 1
pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE = 512
pkg syscall (netbsd-386-cgo), const RTM_ADD = 1
pkg syscall (netbsd-386-cgo), const RTM_CHANGE = 3
pkg syscall (netbsd-386-cgo), const RTM_CHGADDR = 21
pkg syscall (netbsd-386-cgo), const RTM_DELADDR = 13
pkg syscall (netbsd-386-cgo), const RTM_DELETE = 2
pkg syscall (netbsd-386-cgo), const RTM_GET = 4
pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 = 17
pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE = 16
pkg syscall (netbsd-386-cgo), const RTM_IFINFO = 20
pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD = 19
pkg syscall (netbsd-386-cgo), const RTM_LOCK = 8
pkg syscall (netbsd-386-cgo), const RTM_LOSING = 5
pkg syscall (netbsd-386-cgo), const RTM_MISS = 7
pkg syscall (netbsd-386-cgo), const RTM_NEWADDR = 12
pkg syscall (netbsd-386-cgo), const RTM_OIFINFO = 15
pkg syscall (netbsd-386-cgo), const RTM_OLDADD = 9
pkg syscall (netbsd-386-cgo), const RTM_OLDDEL = 10
pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO = 14
pkg syscall (netbsd-386-cgo), const RTM_REDIRECT = 6
pkg syscall (netbsd-386-cgo), const RTM_RESOLVE = 11
pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (netbsd-386-cgo), const RTM_SETGATE = 18
pkg syscall (netbsd-386-cgo), const RTM_VERSION = 4
pkg syscall (netbsd-386-cgo), const RTV_EXPIRE = 4
pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT = 2
pkg syscall (netbsd-386-cgo), const RTV_MTU = 1
pkg syscall (netbsd-386-cgo), const RTV_RPIPE = 8
pkg syscall (netbsd-386-cgo), const RTV_RTT = 64
pkg syscall (netbsd-386-cgo), const RTV_RTTVAR = 128
pkg syscall (netbsd-386-cgo), const RTV_SPIPE = 16
pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH = 32
pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (netbsd-386-cgo), const RUSAGE_SELF = 0
pkg syscall (netbsd-386-cgo), const SCM_CREDS = 4
pkg syscall (netbsd-386-cgo), const SCM_RIGHTS = 1
pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP = 8
pkg syscall (netbsd-386-cgo), const SIGBUS = 10
pkg syscall (netbsd-386-cgo), const SIGCHLD = 20
pkg syscall (netbsd-386-cgo), const SIGCONT = 19
pkg syscall (netbsd-386-cgo), const SIGEMT = 7
pkg syscall (netbsd-386-cgo), const SIGINFO = 29
pkg syscall (netbsd-386-cgo), const SIGIO = 23
pkg syscall (netbsd-386-cgo), const SIGIOT = 6
pkg syscall (netbsd-386-cgo), const SIGPROF = 27
pkg syscall (netbsd-386-cgo), const SIGPWR = 32
pkg syscall (netbsd-386-cgo), const SIGSTOP = 17
pkg syscall (netbsd-386-cgo), const SIGSYS = 12
pkg syscall (netbsd-386-cgo), const SIGTSTP = 18
pkg syscall (netbsd-386-cgo), const SIGTTIN = 21
pkg syscall (netbsd-386-cgo), const SIGTTOU = 22
pkg syscall (netbsd-386-cgo), const SIGURG = 16
pkg syscall (netbsd-386-cgo), const SIGUSR1 = 30
pkg syscall (netbsd-386-cgo), const SIGUSR2 = 31
pkg syscall (netbsd-386-cgo), const SIGVTALRM = 26
pkg syscall (netbsd-386-cgo), const SIGWINCH = 28
pkg syscall (netbsd-386-cgo), const SIGXCPU = 24
pkg syscall (netbsd-386-cgo), const SIGXFSZ = 25
pkg syscall (netbsd-386-cgo), const SIOCADDMULTI = 2156947761
pkg syscall (netbsd-386-cgo), const SIOCADDRT = 2150658570
pkg syscall (netbsd-386-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (netbsd-386-cgo), const SIOCALIFADDR = 2165860636
pkg syscall (netbsd-386-cgo), const SIOCATMARK = 1074033415
pkg syscall (netbsd-386-cgo), const SIOCDELMULTI = 2156947762
pkg syscall (netbsd-386-cgo), const SIOCDELRT = 2150658571
pkg syscall (netbsd-386-cgo), const SIOCDIFADDR = 2156947737
pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR = 2156947785
pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR = 2165860638
pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC = 3223087483
pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC = 3230689784
pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT = 3222566196
pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
pkg syscall (netbsd-386-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (netbsd-386-cgo), const SIOCGIFADDR = 3230689569
pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF = 3230951712
pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS = 3225446683
pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR = 3230689571
pkg syscall (netbsd-386-cgo), const SIOCGIFCAP = 3223349622
pkg syscall (netbsd-386-cgo), const SIOCGIFCONF = 3221776678
pkg syscall (netbsd-386-cgo), const SIOCGIFDATA = 3230951813
pkg syscall (netbsd-386-cgo), const SIOCGIFDLT = 3230689655
pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR = 3230689570
pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS = 3230689553
pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC = 3230689594
pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC = 3230689559
pkg syscall (netbsd-386-cgo), const SIOCGIFMTU = 3230689662
pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK = 3230689573
pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR = 3230689608
pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR = 3230689607
pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR = 3239602461
pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR = 3223087495
pkg syscall (netbsd-386-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (netbsd-386-cgo), const SIOCGPGRP = 1074033417
pkg syscall (netbsd-386-cgo), const SIOCGVH = 3230689667
pkg syscall (netbsd-386-cgo), const SIOCIFCREATE = 2156947834
pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY = 2156947833
pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR = 3225708932
pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC = 2149345659
pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC = 2156947959
pkg syscall (netbsd-386-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (netbsd-386-cgo), const SIOCSIFADDR = 2156947724
pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF = 2157209887
pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR = 2156947731
pkg syscall (netbsd-386-cgo), const SIOCSIFCAP = 2149607797
pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR = 2156947726
pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS = 2156947728
pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC = 2156947769
pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA = 3230689589
pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC = 2156947736
pkg syscall (netbsd-386-cgo), const SIOCSIFMTU = 2156947839
pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK = 2156947734
pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR = 2149345672
pkg syscall (netbsd-386-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (netbsd-386-cgo), const SIOCSPGRP = 2147775240
pkg syscall (netbsd-386-cgo), const SIOCSVH = 3230689666
pkg syscall (netbsd-386-cgo), const SIOCZIFDATA = 3230951814
pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC = 268435456
pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK = 4026531840
pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK = 536870912
pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE = 1073741824
pkg syscall (netbsd-386-cgo), const SOCK_RDM = 4
pkg syscall (netbsd-386-cgo), const SOL_SOCKET = 65535
pkg syscall (netbsd-386-cgo), const SOMAXCONN = 128
pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN = 2
pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER = 4096
pkg syscall (netbsd-386-cgo), const SO_BROADCAST = 32
pkg syscall (netbsd-386-cgo), const SO_DEBUG = 1
pkg syscall (netbsd-386-cgo), const SO_DONTROUTE = 16
pkg syscall (netbsd-386-cgo), const SO_ERROR = 4103
pkg syscall (netbsd-386-cgo), const SO_KEEPALIVE = 8
pkg syscall (netbsd-386-cgo), const SO_LINGER = 128
pkg syscall (netbsd-386-cgo), const SO_NOHEADER = 4106
pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE = 2048
pkg syscall (netbsd-386-cgo), const SO_OOBINLINE = 256
pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED = 4105
pkg syscall (netbsd-386-cgo), const SO_RCVBUF = 4098
pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT = 4100
pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO = 4108
pkg syscall (netbsd-386-cgo), const SO_REUSEADDR = 4
pkg syscall (netbsd-386-cgo), const SO_REUSEPORT = 512
pkg syscall (netbsd-386-cgo), const SO_SNDBUF = 4097
pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT = 4099
pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO = 4107
pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP = 8192
pkg syscall (netbsd-386-cgo), const SO_TYPE = 4104
pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK = 64
pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION = 16777216
pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 = 0
pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 = 16777216
pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK = 4278190080
pkg syscall (netbsd-386-cgo), const SYS_ACCEPT = 30
pkg syscall (netbsd-386-cgo), const SYS_ACCESS = 33
pkg syscall (netbsd-386-cgo), const SYS_ACCT = 51
pkg syscall (netbsd-386-cgo), const SYS_ADJTIME = 421
pkg syscall (netbsd-386-cgo), const SYS_BIND = 104
pkg syscall (netbsd-386-cgo), const SYS_BREAK = 17
pkg syscall (netbsd-386-cgo), const SYS_CHDIR = 12
pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS = 34
pkg syscall (netbsd-386-cgo), const SYS_CHMOD = 15
pkg syscall (netbsd-386-cgo), const SYS_CHOWN = 16
pkg syscall (netbsd-386-cgo), const SYS_CHROOT = 61
pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES = 429
pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME = 427
pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME = 428
pkg syscall (netbsd-386-cgo), const SYS_CLOSE = 6
pkg syscall (netbsd-386-cgo), const SYS_CONNECT = 98
pkg syscall (netbsd-386-cgo), const SYS_DUP = 41
pkg syscall (netbsd-386-cgo), const SYS_DUP2 = 90
pkg syscall (netbsd-386-cgo), const SYS_DUP3 = 454
pkg syscall (netbsd-386-cgo), const SYS_EXECVE = 59
pkg syscall (netbsd-386-cgo), const SYS_EXIT = 1
pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL = 360
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 366
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 363
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 369
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD = 365
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE = 362
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK = 368
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD = 370
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 371
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 372
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD = 364
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE = 361
pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK = 367
pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT = 462
pkg syscall (netbsd-386-cgo), const SYS_FCHDIR = 13
pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS = 35
pkg syscall (netbsd-386-cgo), const SYS_FCHMOD = 124
pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT = 463
pkg syscall (netbsd-386-cgo), const SYS_FCHOWN = 123
pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT = 464
pkg syscall (netbsd-386-cgo), const SYS_FCHROOT = 297
pkg syscall (netbsd-386-cgo), const SYS_FCNTL = 92
pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC = 241
pkg syscall (netbsd-386-cgo), const SYS_FEXECVE = 465
pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR = 380
pkg syscall (netbsd-386-cgo), const SYS_FHSTAT = 451
pkg syscall (netbsd-386-cgo), const SYS_FKTRACE = 288
pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR = 383
pkg syscall (netbsd-386-cgo), const SYS_FLOCK = 131
pkg syscall (netbsd-386-cgo), const SYS_FORK = 2
pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF = 192
pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR = 386
pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR = 377
pkg syscall (netbsd-386-cgo), const SYS_FSTAT = 440
pkg syscall (netbsd-386-cgo), const SYS_FSTATAT = 466
pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 = 358
pkg syscall (netbsd-386-cgo), const SYS_FSYNC = 95
pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE = 354
pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE = 201
pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS = 472
pkg syscall (netbsd-386-cgo), const SYS_FUTIMES = 423
pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT = 307
pkg syscall (netbsd-386-cgo), const SYS_GETDENTS = 390
pkg syscall (netbsd-386-cgo), const SYS_GETEGID = 43
pkg syscall (netbsd-386-cgo), const SYS_GETEUID = 25
pkg syscall (netbsd-386-cgo), const SYS_GETFH = 395
pkg syscall (netbsd-386-cgo), const SYS_GETGID = 47
pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS = 79
pkg syscall (netbsd-386-cgo), const SYS_GETITIMER = 426
pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME = 31
pkg syscall (netbsd-386-cgo), const SYS_GETPGID = 207
pkg syscall (netbsd-386-cgo), const SYS_GETPGRP = 81
pkg syscall (netbsd-386-cgo), const SYS_GETPID = 20
pkg syscall (netbsd-386-cgo), const SYS_GETPPID = 39
pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY = 100
pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT = 194
pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE = 445
pkg syscall (netbsd-386-cgo), const SYS_GETSID = 286
pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY = 418
pkg syscall (netbsd-386-cgo), const SYS_GETUID = 24
pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT = 356
pkg syscall (netbsd-386-cgo), const SYS_GETXATTR = 378
pkg syscall (netbsd-386-cgo), const SYS_IOCTL = 54
pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID = 305
pkg syscall (netbsd-386-cgo), const SYS_KEVENT = 435
pkg syscall (netbsd-386-cgo), const SYS_KILL = 37
pkg syscall (netbsd-386-cgo), const SYS_KQUEUE = 344
pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 = 455
pkg syscall (netbsd-386-cgo), const SYS_KTRACE = 45
pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS = 304
pkg syscall (netbsd-386-cgo), const SYS_LCHMOD = 274
pkg syscall (netbsd-386-cgo), const SYS_LCHOWN = 275
pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR = 379
pkg syscall (netbsd-386-cgo), const SYS_LINK = 9
pkg syscall (netbsd-386-cgo), const SYS_LINKAT = 457
pkg syscall (netbsd-386-cgo), const SYS_LISTEN = 106
pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR = 381
pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR = 382
pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR = 385
pkg syscall (netbsd-386-cgo), const SYS_LSEEK = 199
pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR = 376
pkg syscall (netbsd-386-cgo), const SYS_LSTAT = 441
pkg syscall (netbsd-386-cgo), const SYS_LUTIMES = 424
pkg syscall (netbsd-386-cgo), const SYS_MADVISE = 75
pkg syscall (netbsd-386-cgo), const SYS_MINCORE = 78
pkg syscall (netbsd-386-cgo), const SYS_MINHERIT = 273
pkg syscall (netbsd-386-cgo), const SYS_MKDIR = 136
pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT = 461
pkg syscall (netbsd-386-cgo), const SYS_MKFIFO = 132
pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT = 459
pkg syscall (netbsd-386-cgo), const SYS_MKNOD = 450
pkg syscall (netbsd-386-cgo), const SYS_MKNODAT = 460
pkg syscall (netbsd-386-cgo), const SYS_MLOCK = 203
pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL = 242
pkg syscall (netbsd-386-cgo), const SYS_MMAP = 197
pkg syscall (netbsd-386-cgo), const SYS_MODCTL = 246
pkg syscall (netbsd-386-cgo), const SYS_MOUNT = 410
pkg syscall (netbsd-386-cgo), const SYS_MPROTECT = 74
pkg syscall (netbsd-386-cgo), const SYS_MREMAP = 411
pkg syscall (netbsd-386-cgo), const SYS_MSGCTL = 444
pkg syscall (netbsd-386-cgo), const SYS_MSGGET = 225
pkg syscall (netbsd-386-cgo), const SYS_MSGRCV = 227
pkg syscall (netbsd-386-cgo), const SYS_MSGSND = 226
pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK = 204
pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL = 243
pkg syscall (netbsd-386-cgo), const SYS_MUNMAP = 73
pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP = 430
pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME = 176
pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME = 448
pkg syscall (netbsd-386-cgo), const SYS_OPEN = 5
pkg syscall (netbsd-386-cgo), const SYS_OPENAT = 468
pkg syscall (netbsd-386-cgo), const SYS_PACCEPT = 456
pkg syscall (netbsd-386-cgo), const SYS_PATHCONF = 191
pkg syscall (netbsd-386-cgo), const SYS_PIPE = 42
pkg syscall (netbsd-386-cgo), const SYS_PIPE2 = 453
pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL = 342
pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO = 341
pkg syscall (netbsd-386-cgo), const SYS_POLL = 209
pkg syscall (netbsd-386-cgo), const SYS_POLLTS = 437
pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE = 416
pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN = 474
pkg syscall (netbsd-386-cgo), const SYS_PREAD = 173
pkg syscall (netbsd-386-cgo), const SYS_PREADV = 289
pkg syscall (netbsd-386-cgo), const SYS_PROFIL = 44
pkg syscall (netbsd-386-cgo), const SYS_PSELECT = 436
pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN = 414
pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE = 412
pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY = 413
pkg syscall (netbsd-386-cgo), const SYS_PTRACE = 26
pkg syscall (netbsd-386-cgo), const SYS_PWRITE = 174
pkg syscall (netbsd-386-cgo), const SYS_PWRITEV = 290
pkg syscall (netbsd-386-cgo), const SYS_RASCTL = 343
pkg syscall (netbsd-386-cgo), const SYS_READ = 3
pkg syscall (netbsd-386-cgo), const SYS_READLINK = 58
pkg syscall (netbsd-386-cgo), const SYS_READLINKAT = 469
pkg syscall (netbsd-386-cgo), const SYS_READV = 120
pkg syscall (netbsd-386-cgo), const SYS_REBOOT = 208
pkg syscall (netbsd-386-cgo), const SYS_RECVFROM = 29
pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG = 475
pkg syscall (netbsd-386-cgo), const SYS_RECVMSG = 27
pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR = 384
pkg syscall (netbsd-386-cgo), const SYS_RENAME = 128
pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT = 458
pkg syscall (netbsd-386-cgo), const SYS_REVOKE = 56
pkg syscall (netbsd-386-cgo), const SYS_RMDIR = 137
pkg syscall (netbsd-386-cgo), const SYS_SBRK = 69
pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD = 350
pkg syscall (netbsd-386-cgo), const SYS_SELECT = 417
pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG = 223
pkg syscall (netbsd-386-cgo), const SYS_SEMGET = 221
pkg syscall (netbsd-386-cgo), const SYS_SEMOP = 222
pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG = 476
pkg syscall (netbsd-386-cgo), const SYS_SENDMSG = 28
pkg syscall (netbsd-386-cgo), const SYS_SENDTO = 133
pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT = 308
pkg syscall (netbsd-386-cgo), const SYS_SETEGID = 182
pkg syscall (netbsd-386-cgo), const SYS_SETEUID = 183
pkg syscall (netbsd-386-cgo), const SYS_SETGID = 181
pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS = 80
pkg syscall (netbsd-386-cgo), const SYS_SETITIMER = 425
pkg syscall (netbsd-386-cgo), const SYS_SETPGID = 82
pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY = 96
pkg syscall (netbsd-386-cgo), const SYS_SETREGID = 127
pkg syscall (netbsd-386-cgo), const SYS_SETREUID = 126
pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT = 195
pkg syscall (netbsd-386-cgo), const SYS_SETSID = 147
pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY = 419
pkg syscall (netbsd-386-cgo), const SYS_SETUID = 23
pkg syscall (netbsd-386-cgo), const SYS_SETXATTR = 375
pkg syscall (netbsd-386-cgo), const SYS_SHMAT = 228
pkg syscall (netbsd-386-cgo), const SYS_SHMCTL = 443
pkg syscall (netbsd-386-cgo), const SYS_SHMDT = 230
pkg syscall (netbsd-386-cgo), const SYS_SHMGET = 231
pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN = 134
pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO = 245
pkg syscall (netbsd-386-cgo), const SYS_SOCKET = 394
pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (netbsd-386-cgo), const SYS_SSTK = 70
pkg syscall (netbsd-386-cgo), const SYS_STAT = 439
pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 = 357
pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL = 271
pkg syscall (netbsd-386-cgo), const SYS_SYMLINK = 57
pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT = 470
pkg syscall (netbsd-386-cgo), const SYS_SYNC = 36
pkg syscall (netbsd-386-cgo), const SYS_SYSARCH = 165
pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE = 235
pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE = 236
pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN = 239
pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME = 447
pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME = 446
pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE = 200
pkg syscall (netbsd-386-cgo), const SYS_UMASK = 60
pkg syscall (netbsd-386-cgo), const SYS_UNDELETE = 205
pkg syscall (netbsd-386-cgo), const SYS_UNLINK = 10
pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT = 471
pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT = 22
pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT = 467
pkg syscall (netbsd-386-cgo), const SYS_UTIMES = 420
pkg syscall (netbsd-386-cgo), const SYS_UTRACE = 306
pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN = 355
pkg syscall (netbsd-386-cgo), const SYS_VADVISE = 72
pkg syscall (netbsd-386-cgo), const SYS_VFORK = 66
pkg syscall (netbsd-386-cgo), const SYS_WAIT4 = 449
pkg syscall (netbsd-386-cgo), const SYS_WRITE = 4
pkg syscall (netbsd-386-cgo), const SYS_WRITEV = 121
pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE = 314
pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE = 309
pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL = 325
pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH = 319
pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT = 310
pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME = 324
pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE = 316
pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL = 318
pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK = 434
pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF = 311
pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME = 323
pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE = 317
pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND = 313
pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK = 321
pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL = 322
pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT = 312
pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP = 315
pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND = 415
pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY = 349
pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM = 347
pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY = 348
pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM = 346
pkg syscall (netbsd-386-cgo), const SYS___CLONE = 287
pkg syscall (netbsd-386-cgo), const SYS___GETCWD = 296
pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN = 49
pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN = 283
pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN = 284
pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN = 285
pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME = 270
pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL = 473
pkg syscall (netbsd-386-cgo), const SYS___SEMCTL = 442
pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN = 50
pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP = 340
pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT = 431
pkg syscall (netbsd-386-cgo), const SYS___SYSCTL = 202
pkg syscall (netbsd-386-cgo), const S_ARCH1 = 65536
pkg syscall (netbsd-386-cgo), const S_ARCH2 = 131072
pkg syscall (netbsd-386-cgo), const S_BLKSIZE = 512
pkg syscall (netbsd-386-cgo), const S_IEXEC = 64
pkg syscall (netbsd-386-cgo), const S_IFMT = 61440
pkg syscall (netbsd-386-cgo), const S_IFWHT = 57344
pkg syscall (netbsd-386-cgo), const S_IREAD = 256
pkg syscall (netbsd-386-cgo), const S_IRGRP = 32
pkg syscall (netbsd-386-cgo), const S_IROTH = 4
pkg syscall (netbsd-386-cgo), const S_IRWXG = 56
pkg syscall (netbsd-386-cgo), const S_IRWXO = 7
pkg syscall (netbsd-386-cgo), const S_IRWXU = 448
pkg syscall (netbsd-386-cgo), const S_ISTXT = 512
pkg syscall (netbsd-386-cgo), const S_IWGRP = 16
pkg syscall (netbsd-386-cgo), const S_IWOTH = 2
pkg syscall (netbsd-386-cgo), const S_IWRITE = 128
pkg syscall (netbsd-386-cgo), const S_IXGRP = 8
pkg syscall (netbsd-386-cgo), const S_IXOTH = 1
pkg syscall (netbsd-386-cgo), const S_LOGIN_SET = 1
pkg syscall (netbsd-386-cgo), const SizeofBpfHdr = 20
pkg syscall (netbsd-386-cgo), const SizeofBpfInsn = 8
pkg syscall (netbsd-386-cgo), const SizeofBpfProgram = 8
pkg syscall (netbsd-386-cgo), const SizeofBpfStat = 128
pkg syscall (netbsd-386-cgo), const SizeofBpfVersion = 4
pkg syscall (netbsd-386-cgo), const SizeofCmsghdr = 12
pkg syscall (netbsd-386-cgo), const SizeofIPMreq = 8
pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq = 20
pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
pkg syscall (netbsd-386-cgo), const SizeofIfData = 132
pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr = 152
pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr = 24
pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (netbsd-386-cgo), const SizeofLinger = 8
pkg syscall (netbsd-386-cgo), const SizeofMsghdr = 28
pkg syscall (netbsd-386-cgo), const SizeofRtMetrics = 80
pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr = 120
pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny = 108
pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink = 20
pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix = 106
pkg syscall (netbsd-386-cgo), const TCIFLUSH = 1
pkg syscall (netbsd-386-cgo), const TCIOFLUSH = 3
pkg syscall (netbsd-386-cgo), const TCOFLUSH = 2
pkg syscall (netbsd-386-cgo), const TCP_CONGCTL = 32
pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT = 6
pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE = 3
pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT = 7
pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL = 5
pkg syscall (netbsd-386-cgo), const TCP_MAXBURST = 4
pkg syscall (netbsd-386-cgo), const TCP_MAXSEG = 2
pkg syscall (netbsd-386-cgo), const TCP_MAXWIN = 65535
pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (netbsd-386-cgo), const TCP_MD5SIG = 16
pkg syscall (netbsd-386-cgo), const TCP_MINMSS = 216
pkg syscall (netbsd-386-cgo), const TCP_MSS = 536
pkg syscall (netbsd-386-cgo), const TCSAFLUSH = 2
pkg syscall (netbsd-386-cgo), const TIOCCBRK = 536900730
pkg syscall (netbsd-386-cgo), const TIOCCDTR = 536900728
pkg syscall (netbsd-386-cgo), const TIOCCONS = 2147775586
pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP = 1074558040
pkg syscall (netbsd-386-cgo), const TIOCDRAIN = 536900702
pkg syscall (netbsd-386-cgo), const TIOCEXCL = 536900621
pkg syscall (netbsd-386-cgo), const TIOCEXT = 2147775584
pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS = 16
pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
pkg syscall (netbsd-386-cgo), const TIOCFLUSH = 2147775504
pkg syscall (netbsd-386-cgo), const TIOCGETA = 1076655123
pkg syscall (netbsd-386-cgo), const TIOCGETD = 1074033690
pkg syscall (netbsd-386-cgo), const TIOCGFLAGS = 1074033757
pkg syscall (netbsd-386-cgo), const TIOCGLINED = 1075868738
pkg syscall (netbsd-386-cgo), const TIOCGPGRP = 1074033783
pkg syscall (netbsd-386-cgo), const TIOCGQSIZE = 1074033793
pkg syscall (netbsd-386-cgo), const TIOCGRANTPT = 536900679
pkg syscall (netbsd-386-cgo), const TIOCGSID = 1074033763
pkg syscall (netbsd-386-cgo), const TIOCGSIZE = 1074295912
pkg syscall (netbsd-386-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (netbsd-386-cgo), const TIOCMBIC = 2147775595
pkg syscall (netbsd-386-cgo), const TIOCMBIS = 2147775596
pkg syscall (netbsd-386-cgo), const TIOCMGET = 1074033770
pkg syscall (netbsd-386-cgo), const TIOCMSET = 2147775597
pkg syscall (netbsd-386-cgo), const TIOCM_CAR = 64
pkg syscall (netbsd-386-cgo), const TIOCM_CD = 64
pkg syscall (netbsd-386-cgo), const TIOCM_CTS = 32
pkg syscall (netbsd-386-cgo), const TIOCM_DSR = 256
pkg syscall (netbsd-386-cgo), const TIOCM_DTR = 2
pkg syscall (netbsd-386-cgo), const TIOCM_LE = 1
pkg syscall (netbsd-386-cgo), const TIOCM_RI = 128
pkg syscall (netbsd-386-cgo), const TIOCM_RNG = 128
pkg syscall (netbsd-386-cgo), const TIOCM_RTS = 4
pkg syscall (netbsd-386-cgo), const TIOCM_SR = 16
pkg syscall (netbsd-386-cgo), const TIOCM_ST = 8
pkg syscall (netbsd-386-cgo), const TIOCNOTTY = 536900721
pkg syscall (netbsd-386-cgo), const TIOCNXCL = 536900622
pkg syscall (netbsd-386-cgo), const TIOCOUTQ = 1074033779
pkg syscall (netbsd-386-cgo), const TIOCPKT = 2147775600
pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA = 0
pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (netbsd-386-cgo), const TIOCPKT_START = 8
pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP = 4
pkg syscall (netbsd-386-cgo), const TIOCPTMGET = 1076393030
pkg syscall (netbsd-386-cgo), const TIOCPTSNAME = 1076393032
pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME = 2147775557
pkg syscall (netbsd-386-cgo), const TIOCREMOTE = 2147775593
pkg syscall (netbsd-386-cgo), const TIOCSBRK = 536900731
pkg syscall (netbsd-386-cgo), const TIOCSCTTY = 536900705
pkg syscall (netbsd-386-cgo), const TIOCSDTR = 536900729
pkg syscall (netbsd-386-cgo), const TIOCSETA = 2150396948
pkg syscall (netbsd-386-cgo), const TIOCSETAF = 2150396950
pkg syscall (netbsd-386-cgo), const TIOCSETAW = 2150396949
pkg syscall (netbsd-386-cgo), const TIOCSETD = 2147775515
pkg syscall (netbsd-386-cgo), const TIOCSFLAGS = 2147775580
pkg syscall (netbsd-386-cgo), const TIOCSIG = 536900703
pkg syscall (netbsd-386-cgo), const TIOCSLINED = 2149610563
pkg syscall (netbsd-386-cgo), const TIOCSPGRP = 2147775606
pkg syscall (netbsd-386-cgo), const TIOCSQSIZE = 2147775616
pkg syscall (netbsd-386-cgo), const TIOCSSIZE = 2148037735
pkg syscall (netbsd-386-cgo), const TIOCSTART = 536900718
pkg syscall (netbsd-386-cgo), const TIOCSTAT = 2147775589
pkg syscall (netbsd-386-cgo), const TIOCSTI = 2147578994
pkg syscall (netbsd-386-cgo), const TIOCSTOP = 536900719
pkg syscall (netbsd-386-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (netbsd-386-cgo), const TIOCUCNTL = 2147775590
pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME = 2147775556
pkg syscall (netbsd-386-cgo), const TOSTOP = 4194304
pkg syscall (netbsd-386-cgo), const VDISCARD = 15
pkg syscall (netbsd-386-cgo), const VDSUSP = 11
pkg syscall (netbsd-386-cgo), const VEOF = 0
pkg syscall (netbsd-386-cgo), const VEOL = 1
pkg syscall (netbsd-386-cgo), const VEOL2 = 2
pkg syscall (netbsd-386-cgo), const VERASE = 3
pkg syscall (netbsd-386-cgo), const VINTR = 8
pkg syscall (netbsd-386-cgo), const VKILL = 5
pkg syscall (netbsd-386-cgo), const VLNEXT = 14
pkg syscall (netbsd-386-cgo), const VMIN = 16
pkg syscall (netbsd-386-cgo), const VQUIT = 9
pkg syscall (netbsd-386-cgo), const VREPRINT = 6
pkg syscall (netbsd-386-cgo), const VSTART = 12
pkg syscall (netbsd-386-cgo), const VSTATUS = 18
pkg syscall (netbsd-386-cgo), const VSTOP = 13
pkg syscall (netbsd-386-cgo), const VSUSP = 10
pkg syscall (netbsd-386-cgo), const VTIME = 17
pkg syscall (netbsd-386-cgo), const VWERASE = 4
pkg syscall (netbsd-386-cgo), const WALL = 8
pkg syscall (netbsd-386-cgo), const WALLSIG = 8
pkg syscall (netbsd-386-cgo), const WALTSIG = 4
pkg syscall (netbsd-386-cgo), const WCLONE = 4
pkg syscall (netbsd-386-cgo), const WCOREFLAG = 128
pkg syscall (netbsd-386-cgo), const WNOHANG = 1
pkg syscall (netbsd-386-cgo), const WNOWAIT = 65536
pkg syscall (netbsd-386-cgo), const WNOZOMBIE = 131072
pkg syscall (netbsd-386-cgo), const WOPTSCHECKED = 262144
pkg syscall (netbsd-386-cgo), const WSTOPPED = 127
pkg syscall (netbsd-386-cgo), const WUNTRACED = 2
pkg syscall (netbsd-amd64), const AF_APPLETALK = 16
pkg syscall (netbsd-amd64), const AF_ARP = 28
pkg syscall (netbsd-amd64), const AF_BLUETOOTH = 31
pkg syscall (netbsd-amd64), const AF_CCITT = 10
pkg syscall (netbsd-amd64), const AF_CHAOS = 5
pkg syscall (netbsd-amd64), const AF_CNT = 21
pkg syscall (netbsd-amd64), const AF_COIP = 20
pkg syscall (netbsd-amd64), const AF_DATAKIT = 9
pkg syscall (netbsd-amd64), const AF_DECnet = 12
pkg syscall (netbsd-amd64), const AF_DLI = 13
pkg syscall (netbsd-amd64), const AF_E164 = 26
pkg syscall (netbsd-amd64), const AF_ECMA = 8
pkg syscall (netbsd-amd64), const AF_HYLINK = 15
pkg syscall (netbsd-amd64), const AF_IEEE80211 = 32
pkg syscall (netbsd-amd64), const AF_IMPLINK = 3
pkg syscall (netbsd-amd64), const AF_INET6 = 24
pkg syscall (netbsd-amd64), const AF_IPX = 23
pkg syscall (netbsd-amd64), const AF_ISDN = 26
pkg syscall (netbsd-amd64), const AF_ISO = 7
pkg syscall (netbsd-amd64), const AF_LAT = 14
pkg syscall (netbsd-amd64), const AF_LINK = 18
pkg syscall (netbsd-amd64), const AF_LOCAL = 1
pkg syscall (netbsd-amd64), const AF_MAX = 35
pkg syscall (netbsd-amd64), const AF_MPLS = 33
pkg syscall (netbsd-amd64), const AF_NATM = 27
pkg syscall (netbsd-amd64), const AF_NS = 6
pkg syscall (netbsd-amd64), const AF_OROUTE = 17
pkg syscall (netbsd-amd64), const AF_OSI = 7
pkg syscall (netbsd-amd64), const AF_PUP = 4
pkg syscall (netbsd-amd64), const AF_ROUTE = 34
pkg syscall (netbsd-amd64), const AF_SNA = 11
pkg syscall (netbsd-amd64), const ARPHRD_ARCNET = 7
pkg syscall (netbsd-amd64), const ARPHRD_ETHER = 1
pkg syscall (netbsd-amd64), const ARPHRD_FRELAY = 15
pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 = 24
pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 = 6
pkg syscall (netbsd-amd64), const ARPHRD_STRIP = 23
pkg syscall (netbsd-amd64), const B0 = 0
pkg syscall (netbsd-amd64), const B110 = 110
pkg syscall (netbsd-amd64), const B115200 = 115200
pkg syscall (netbsd-amd64), const B1200 = 1200
pkg syscall (netbsd-amd64), const B134 = 134
pkg syscall (netbsd-amd64), const B14400 = 14400
pkg syscall (netbsd-amd64), const B150 = 150
pkg syscall (netbsd-amd64), const B1800 = 1800
pkg syscall (netbsd-amd64), const B19200 = 19200
pkg syscall (netbsd-amd64), const B200 = 200
pkg syscall (netbsd-amd64), const B230400 = 230400
pkg syscall (netbsd-amd64), const B2400 = 2400
pkg syscall (netbsd-amd64), const B28800 = 28800
pkg syscall (netbsd-amd64), const B300 = 300
pkg syscall (netbsd-amd64), const B38400 = 38400
pkg syscall (netbsd-amd64), const B460800 = 460800
pkg syscall (netbsd-amd64), const B4800 = 4800
pkg syscall (netbsd-amd64), const B50 = 50
pkg syscall (netbsd-amd64), const B57600 = 57600
pkg syscall (netbsd-amd64), const B600 = 600
pkg syscall (netbsd-amd64), const B7200 = 7200
pkg syscall (netbsd-amd64), const B75 = 75
pkg syscall (netbsd-amd64), const B76800 = 76800
pkg syscall (netbsd-amd64), const B921600 = 921600
pkg syscall (netbsd-amd64), const B9600 = 9600
pkg syscall (netbsd-amd64), const BIOCFEEDBACK = 2147762813
pkg syscall (netbsd-amd64), const BIOCFLUSH = 536887912
pkg syscall (netbsd-amd64), const BIOCGBLEN = 1074020966
pkg syscall (netbsd-amd64), const BIOCGDLT = 1074020970
pkg syscall (netbsd-amd64), const BIOCGDLTLIST = 3222291063
pkg syscall (netbsd-amd64), const BIOCGETIF = 1083196011
pkg syscall (netbsd-amd64), const BIOCGFEEDBACK = 1074020988
pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT = 1074020980
pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT = 1074807419
pkg syscall (netbsd-amd64), const BIOCGSEESENT = 1074020984
pkg syscall (netbsd-amd64), const BIOCGSTATS = 1082147439
pkg syscall (netbsd-amd64), const BIOCGSTATSOLD = 1074283119
pkg syscall (netbsd-amd64), const BIOCIMMEDIATE = 2147762800
pkg syscall (netbsd-amd64), const BIOCPROMISC = 536887913
pkg syscall (netbsd-amd64), const BIOCSBLEN = 3221504614
pkg syscall (netbsd-amd64), const BIOCSDLT = 2147762806
pkg syscall (netbsd-amd64), const BIOCSETF = 2148549223
pkg syscall (netbsd-amd64), const BIOCSETIF = 2156937836
pkg syscall (netbsd-amd64), const BIOCSFEEDBACK = 2147762813
pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT = 2147762805
pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT = 2148549242
pkg syscall (netbsd-amd64), const BIOCSSEESENT = 2147762809
pkg syscall (netbsd-amd64), const BIOCSTCPF = 2148549234
pkg syscall (netbsd-amd64), const BIOCSUDPF = 2148549235
pkg syscall (netbsd-amd64), const BIOCVERSION = 1074020977
pkg syscall (netbsd-amd64), const BPF_A = 16
pkg syscall (netbsd-amd64), const BPF_ABS = 32
pkg syscall (netbsd-amd64), const BPF_ADD = 0
pkg syscall (netbsd-amd64), const BPF_ALIGNMENT = 8
pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 = 4
pkg syscall (netbsd-amd64), const BPF_ALU = 4
pkg syscall (netbsd-amd64), const BPF_AND = 80
pkg syscall (netbsd-amd64), const BPF_B = 16
pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE = 1048576
pkg syscall (netbsd-amd64), const BPF_DIV = 48
pkg syscall (netbsd-amd64), const BPF_H = 8
pkg syscall (netbsd-amd64), const BPF_IMM = 0
pkg syscall (netbsd-amd64), const BPF_IND = 64
pkg syscall (netbsd-amd64), const BPF_JA = 0
pkg syscall (netbsd-amd64), const BPF_JEQ = 16
pkg syscall (netbsd-amd64), const BPF_JGE = 48
pkg syscall (netbsd-amd64), const BPF_JGT = 32
pkg syscall (netbsd-amd64), const BPF_JMP = 5
pkg syscall (netbsd-amd64), const BPF_JSET = 64
pkg syscall (netbsd-amd64), const BPF_K = 0
pkg syscall (netbsd-amd64), const BPF_LD = 0
pkg syscall (netbsd-amd64), const BPF_LDX = 1
pkg syscall (netbsd-amd64), const BPF_LEN = 128
pkg syscall (netbsd-amd64), const BPF_LSH = 96
pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION = 1
pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE = 16777216
pkg syscall (netbsd-amd64), const BPF_MAXINSNS = 512
pkg syscall (netbsd-amd64), const BPF_MEM = 96
pkg syscall (netbsd-amd64), const BPF_MEMWORDS = 16
pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE = 32
pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION = 1
pkg syscall (netbsd-amd64), const BPF_MISC = 7
pkg syscall (netbsd-amd64), const BPF_MSH = 160
pkg syscall (netbsd-amd64), const BPF_MUL = 32
pkg syscall (netbsd-amd64), const BPF_NEG = 128
pkg syscall (netbsd-amd64), const BPF_OR = 64
pkg syscall (netbsd-amd64), const BPF_RELEASE = 199606
pkg syscall (netbsd-amd64), const BPF_RET = 6
pkg syscall (netbsd-amd64), const BPF_RSH = 112
pkg syscall (netbsd-amd64), const BPF_ST = 2
pkg syscall (netbsd-amd64), const BPF_STX = 3
pkg syscall (netbsd-amd64), const BPF_SUB = 16
pkg syscall (netbsd-amd64), const BPF_TAX = 0
pkg syscall (netbsd-amd64), const BPF_TXA = 128
pkg syscall (netbsd-amd64), const BPF_W = 0
pkg syscall (netbsd-amd64), const BPF_X = 8
pkg syscall (netbsd-amd64), const BRKINT = 2
pkg syscall (netbsd-amd64), const CFLUSH = 15
pkg syscall (netbsd-amd64), const CLOCAL = 32768
pkg syscall (netbsd-amd64), const CREAD = 2048
pkg syscall (netbsd-amd64), const CS5 = 0
pkg syscall (netbsd-amd64), const CS6 = 256
pkg syscall (netbsd-amd64), const CS7 = 512
pkg syscall (netbsd-amd64), const CS8 = 768
pkg syscall (netbsd-amd64), const CSIZE = 768
pkg syscall (netbsd-amd64), const CSTART = 17
pkg syscall (netbsd-amd64), const CSTATUS = 20
pkg syscall (netbsd-amd64), const CSTOP = 19
pkg syscall (netbsd-amd64), const CSTOPB = 1024
pkg syscall (netbsd-amd64), const CSUSP = 26
pkg syscall (netbsd-amd64), const CTL_MAXNAME = 12
pkg syscall (netbsd-amd64), const CTL_NET = 4
pkg syscall (netbsd-amd64), const CTL_QUERY = -2
pkg syscall (netbsd-amd64), const DIOCBSFLUSH = 536896632
pkg syscall (netbsd-amd64), const DLT_A429 = 184
pkg syscall (netbsd-amd64), const DLT_A653_ICM = 185
pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER = 120
pkg syscall (netbsd-amd64), const DLT_AOS = 222
pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (netbsd-amd64), const DLT_ARCNET = 7
pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX = 129
pkg syscall (netbsd-amd64), const DLT_ATM_CLIP = 19
pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 = 11
pkg syscall (netbsd-amd64), const DLT_AURORA = 126
pkg syscall (netbsd-amd64), const DLT_AX25 = 3
pkg syscall (netbsd-amd64), const DLT_AX25_KISS = 202
pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP = 165
pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (netbsd-amd64), const DLT_CAN20B = 190
pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN = 227
pkg syscall (netbsd-amd64), const DLT_CHAOS = 5
pkg syscall (netbsd-amd64), const DLT_CISCO_IOS = 118
pkg syscall (netbsd-amd64), const DLT_C_HDLC = 104
pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (netbsd-amd64), const DLT_DECT = 221
pkg syscall (netbsd-amd64), const DLT_DOCSIS = 143
pkg syscall (netbsd-amd64), const DLT_ECONET = 115
pkg syscall (netbsd-amd64), const DLT_EN10MB = 1
pkg syscall (netbsd-amd64), const DLT_EN3MB = 2
pkg syscall (netbsd-amd64), const DLT_ENC = 109
pkg syscall (netbsd-amd64), const DLT_ERF = 197
pkg syscall (netbsd-amd64), const DLT_ERF_ETH = 175
pkg syscall (netbsd-amd64), const DLT_ERF_POS = 176
pkg syscall (netbsd-amd64), const DLT_FC_2 = 224
pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (netbsd-amd64), const DLT_FDDI = 10
pkg syscall (netbsd-amd64), const DLT_FLEXRAY = 210
pkg syscall (netbsd-amd64), const DLT_FRELAY = 107
pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL = 173
pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 = 172
pkg syscall (netbsd-amd64), const DLT_GPF_F = 171
pkg syscall (netbsd-amd64), const DLT_GPF_T = 170
pkg syscall (netbsd-amd64), const DLT_GPRS_LLC = 169
pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS = 218
pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM = 217
pkg syscall (netbsd-amd64), const DLT_HDLC = 16
pkg syscall (netbsd-amd64), const DLT_HHDLC = 121
pkg syscall (netbsd-amd64), const DLT_HIPPI = 15
pkg syscall (netbsd-amd64), const DLT_IBM_SN = 146
pkg syscall (netbsd-amd64), const DLT_IBM_SP = 145
pkg syscall (netbsd-amd64), const DLT_IEEE802 = 6
pkg syscall (netbsd-amd64), const DLT_IEEE802_11 = 105
pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO = 127
pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 = 195
pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (netbsd-amd64), const DLT_IPMB = 199
pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX = 209
pkg syscall (netbsd-amd64), const DLT_IPNET = 226
pkg syscall (netbsd-amd64), const DLT_IPV4 = 228
pkg syscall (netbsd-amd64), const DLT_IPV6 = 229
pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC = 122
pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 = 137
pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 = 135
pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC = 181
pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES = 132
pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER = 178
pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY = 180
pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN = 133
pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM = 194
pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR = 134
pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR = 131
pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP = 130
pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR = 164
pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP = 179
pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE = 167
pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES = 136
pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST = 200
pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP = 183
pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR = 207
pkg syscall (netbsd-amd64), const DLT_LAPD = 203
pkg syscall (netbsd-amd64), const DLT_LIN = 212
pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV = 216
pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA = 144
pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD = 177
pkg syscall (netbsd-amd64), const DLT_LINUX_SLL = 113
pkg syscall (netbsd-amd64), const DLT_LOOP = 108
pkg syscall (netbsd-amd64), const DLT_LTALK = 114
pkg syscall (netbsd-amd64), const DLT_MFR = 182
pkg syscall (netbsd-amd64), const DLT_MOST = 211
pkg syscall (netbsd-amd64), const DLT_MPLS = 219
pkg syscall (netbsd-amd64), const DLT_MTP2 = 140
pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (netbsd-amd64), const DLT_MTP3 = 141
pkg syscall (netbsd-amd64), const DLT_NULL = 0
pkg syscall (netbsd-amd64), const DLT_PCI_EXP = 125
pkg syscall (netbsd-amd64), const DLT_PFLOG = 117
pkg syscall (netbsd-amd64), const DLT_PFSYNC = 18
pkg syscall (netbsd-amd64), const DLT_PPI = 192
pkg syscall (netbsd-amd64), const DLT_PPP = 9
pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS = 14
pkg syscall (netbsd-amd64), const DLT_PPP_ETHER = 51
pkg syscall (netbsd-amd64), const DLT_PPP_PPPD = 166
pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL = 50
pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR = 204
pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER = 119
pkg syscall (netbsd-amd64), const DLT_PRONET = 4
pkg syscall (netbsd-amd64), const DLT_RAIF1 = 198
pkg syscall (netbsd-amd64), const DLT_RAW = 12
pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK = 35913728
pkg syscall (netbsd-amd64), const DLT_RIO = 124
pkg syscall (netbsd-amd64), const DLT_SCCP = 142
pkg syscall (netbsd-amd64), const DLT_SITA = 196
pkg syscall (netbsd-amd64), const DLT_SLIP = 8
pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS = 13
pkg syscall (netbsd-amd64), const DLT_SUNATM = 123
pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (netbsd-amd64), const DLT_TZSP = 128
pkg syscall (netbsd-amd64), const DLT_USB = 186
pkg syscall (netbsd-amd64), const DLT_USB_LINUX = 189
pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (netbsd-amd64), const DLT_WIHART = 223
pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL = 213
pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA = 214
pkg syscall (netbsd-amd64), const DT_BLK = 6
pkg syscall (netbsd-amd64), const DT_CHR = 2
pkg syscall (netbsd-amd64), const DT_DIR = 4
pkg syscall (netbsd-amd64), const DT_FIFO = 1
pkg syscall (netbsd-amd64), const DT_LNK = 10
pkg syscall (netbsd-amd64), const DT_REG = 8
pkg syscall (netbsd-amd64), const DT_SOCK = 12
pkg syscall (netbsd-amd64), const DT_UNKNOWN = 0
pkg syscall (netbsd-amd64), const DT_WHT = 14
pkg syscall (netbsd-amd64), const E2BIG = 7
pkg syscall (netbsd-amd64), const EACCES = 13
pkg syscall (netbsd-amd64), const EADDRINUSE = 48
pkg syscall (netbsd-amd64), const EADDRNOTAVAIL = 49
pkg syscall (netbsd-amd64), const EAFNOSUPPORT = 47
pkg syscall (netbsd-amd64), const EAGAIN = 35
pkg syscall (netbsd-amd64), const EALREADY = 37
pkg syscall (netbsd-amd64), const EAUTH = 80
pkg syscall (netbsd-amd64), const EBADF = 9
pkg syscall (netbsd-amd64), const EBADMSG = 88
pkg syscall (netbsd-amd64), const EBADRPC = 72
pkg syscall (netbsd-amd64), const EBUSY = 16
pkg syscall (netbsd-amd64), const ECANCELED = 87
pkg syscall (netbsd-amd64), const ECHILD = 10
pkg syscall (netbsd-amd64), const ECHO = 8
pkg syscall (netbsd-amd64), const ECHOCTL = 64
pkg syscall (netbsd-amd64), const ECHOE = 2
pkg syscall (netbsd-amd64), const ECHOK = 4
pkg syscall (netbsd-amd64), const ECHOKE = 1
pkg syscall (netbsd-amd64), const ECHONL = 16
pkg syscall (netbsd-amd64), const ECHOPRT = 32
pkg syscall (netbsd-amd64), const ECONNABORTED = 53
pkg syscall (netbsd-amd64), const ECONNREFUSED = 61
pkg syscall (netbsd-amd64), const ECONNRESET = 54
pkg syscall (netbsd-amd64), const EDEADLK = 11
pkg syscall (netbsd-amd64), const EDESTADDRREQ = 39
pkg syscall (netbsd-amd64), const EDOM = 33
pkg syscall (netbsd-amd64), const EDQUOT = 69
pkg syscall (netbsd-amd64), const EEXIST = 17
pkg syscall (netbsd-amd64), const EFAULT = 14
pkg syscall (netbsd-amd64), const EFBIG = 27
pkg syscall (netbsd-amd64), const EFTYPE = 79
pkg syscall (netbsd-amd64), const EHOSTDOWN = 64
pkg syscall (netbsd-amd64), const EHOSTUNREACH = 65
pkg syscall (netbsd-amd64), const EIDRM = 82
pkg syscall (netbsd-amd64), const EILSEQ = 85
pkg syscall (netbsd-amd64), const EINPROGRESS = 36
pkg syscall (netbsd-amd64), const EINTR = 4
pkg syscall (netbsd-amd64), const EINVAL = 22
pkg syscall (netbsd-amd64), const EIO = 5
pkg syscall (netbsd-amd64), const EISCONN = 56
pkg syscall (netbsd-amd64), const EISDIR = 21
pkg syscall (netbsd-amd64), const ELAST = 96
pkg syscall (netbsd-amd64), const ELOOP = 62
pkg syscall (netbsd-amd64), const EMFILE = 24
pkg syscall (netbsd-amd64), const EMLINK = 31
pkg syscall (netbsd-amd64), const EMSGSIZE = 40
pkg syscall (netbsd-amd64), const EMULTIHOP = 94
pkg syscall (netbsd-amd64), const EMUL_LINUX = 1
pkg syscall (netbsd-amd64), const EMUL_LINUX32 = 5
pkg syscall (netbsd-amd64), const EMUL_MAXID = 6
pkg syscall (netbsd-amd64), const ENAMETOOLONG = 63
pkg syscall (netbsd-amd64), const ENEEDAUTH = 81
pkg syscall (netbsd-amd64), const ENETDOWN = 50
pkg syscall (netbsd-amd64), const ENETRESET = 52
pkg syscall (netbsd-amd64), const ENETUNREACH = 51
pkg syscall (netbsd-amd64), const ENFILE = 23
pkg syscall (netbsd-amd64), const ENOATTR = 93
pkg syscall (netbsd-amd64), const ENOBUFS = 55
pkg syscall (netbsd-amd64), const ENODATA = 89
pkg syscall (netbsd-amd64), const ENODEV = 19
pkg syscall (netbsd-amd64), const ENOEXEC = 8
pkg syscall (netbsd-amd64), const ENOLCK = 77
pkg syscall (netbsd-amd64), const ENOLINK = 95
pkg syscall (netbsd-amd64), const ENOMEM = 12
pkg syscall (netbsd-amd64), const ENOMSG = 83
pkg syscall (netbsd-amd64), const ENOPROTOOPT = 42
pkg syscall (netbsd-amd64), const ENOSPC = 28
pkg syscall (netbsd-amd64), const ENOSR = 90
pkg syscall (netbsd-amd64), const ENOSTR = 91
pkg syscall (netbsd-amd64), const ENOSYS = 78
pkg syscall (netbsd-amd64), const ENOTBLK = 15
pkg syscall (netbsd-amd64), const ENOTCONN = 57
pkg syscall (netbsd-amd64), const ENOTDIR = 20
pkg syscall (netbsd-amd64), const ENOTEMPTY = 66
pkg syscall (netbsd-amd64), const ENOTSOCK = 38
pkg syscall (netbsd-amd64), const ENOTSUP = 86
pkg syscall (netbsd-amd64), const ENOTTY = 25
pkg syscall (netbsd-amd64), const ENXIO = 6
pkg syscall (netbsd-amd64), const EOPNOTSUPP = 45
pkg syscall (netbsd-amd64), const EOVERFLOW = 84
pkg syscall (netbsd-amd64), const EPERM = 1
pkg syscall (netbsd-amd64), const EPFNOSUPPORT = 46
pkg syscall (netbsd-amd64), const EPIPE = 32
pkg syscall (netbsd-amd64), const EPROCLIM = 67
pkg syscall (netbsd-amd64), const EPROCUNAVAIL = 76
pkg syscall (netbsd-amd64), const EPROGMISMATCH = 75
pkg syscall (netbsd-amd64), const EPROGUNAVAIL = 74
pkg syscall (netbsd-amd64), const EPROTO = 96
pkg syscall (netbsd-amd64), const EPROTONOSUPPORT = 43
pkg syscall (netbsd-amd64), const EPROTOTYPE = 41
pkg syscall (netbsd-amd64), const ERANGE = 34
pkg syscall (netbsd-amd64), const EREMOTE = 71
pkg syscall (netbsd-amd64), const EROFS = 30
pkg syscall (netbsd-amd64), const ERPCMISMATCH = 73
pkg syscall (netbsd-amd64), const ESHUTDOWN = 58
pkg syscall (netbsd-amd64), const ESOCKTNOSUPPORT = 44
pkg syscall (netbsd-amd64), const ESPIPE = 29
pkg syscall (netbsd-amd64), const ESRCH = 3
pkg syscall (netbsd-amd64), const ESTALE = 70
pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU = 4
pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING = 2
pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU = 1
pkg syscall (netbsd-amd64), const ETHERMIN = 46
pkg syscall (netbsd-amd64), const ETHERMTU = 1500
pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO = 9000
pkg syscall (netbsd-amd64), const ETHERTYPE_8023 = 4
pkg syscall (netbsd-amd64), const ETHERTYPE_AARP = 33011
pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON = 33680
pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC = 32822
pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA = 33098
pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER = 24584
pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA = 33093
pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO = 33015
pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK = 32923
pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK = 32967
pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (netbsd-amd64), const ETHERTYPE_ARP = 2054
pkg syscall (netbsd-amd64), const ETHERTYPE_AT = 32923
pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK = 32923
pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC = 34527
pkg syscall (netbsd-amd64), const ETHERTYPE_ATT = 32873
pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS = 34902
pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP = 36867
pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL = 33026
pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON = 28724
pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS = 2052
pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS = 32772
pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (netbsd-amd64), const ETHERTYPE_DCA = 4660
pkg syscall (netbsd-amd64), const ETHERTYPE_DDE = 32891
pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI = 43690
pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM = 32840
pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST = 24582
pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG = 24581
pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS = 32828
pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS = 32830
pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER = 24576
pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST = 32833
pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM = 32831
pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON = 34526
pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE = 17185
pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 = 1632
pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 = 1633
pkg syscall (netbsd-amd64), const ETHERTYPE_DN = 24579
pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD = 32825
pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA = 2051
pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (netbsd-amd64), const ETHERTYPE_ES = 32861
pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN = 32784
pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP = 33094
pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP = 2056
pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN = 32872
pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES = 33072
pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI = 34848
pkg syscall (netbsd-amd64), const ETHERTYPE_HP = 32773
pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL = 19522
pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (netbsd-amd64), const ETHERTYPE_IP = 2048
pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS = 34668
pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 = 34525
pkg syscall (netbsd-amd64), const ETHERTYPE_IPX = 33079
pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW = 32823
pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA = 34178
pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE = 34952
pkg syscall (netbsd-amd64), const ETHERTYPE_LAT = 24580
pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK = 36864
pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE = 32864
pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA = 32890
pkg syscall (netbsd-amd64), const ETHERTYPE_MAX = 65535
pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT = 32892
pkg syscall (netbsd-amd64), const ETHERTYPE_MICP = 34618
pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL = 24577
pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC = 24578
pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS = 34887
pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS = 33087
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC = 15364
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG = 15367
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB = 15368
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR = 15372
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS = 15371
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST = 15373
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD = 15361
pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD = 15360
pkg syscall (netbsd-amd64), const ETHERTYPE_NBS = 2050
pkg syscall (netbsd-amd64), const ETHERTYPE_NCD = 33097
pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR = 32774
pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI = 33169
pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL = 33080
pkg syscall (netbsd-amd64), const ETHERTYPE_NS = 1536
pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT = 1537
pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER = 16
pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 = 28679
pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET = 28681
pkg syscall (netbsd-amd64), const ETHERTYPE_PACER = 32966
pkg syscall (netbsd-amd64), const ETHERTYPE_PAE = 34958
pkg syscall (netbsd-amd64), const ETHERTYPE_PCS = 16962
pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING = 32836
pkg syscall (netbsd-amd64), const ETHERTYPE_PPP = 34827
pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE = 34916
pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (netbsd-amd64), const ETHERTYPE_PUP = 512
pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT = 512
pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL = 28720
pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL = 33104
pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR = 25945
pkg syscall (netbsd-amd64), const ETHERTYPE_RCL = 6549
pkg syscall (netbsd-amd64), const ETHERTYPE_RDP = 34617
pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX = 33010
pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP = 32821
pkg syscall (netbsd-amd64), const ETHERTYPE_SCA = 24583
pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA = 34523
pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW = 33150
pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV = 32789
pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET = 21000
pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS = 34825
pkg syscall (netbsd-amd64), const ETHERTYPE_SNA = 32981
pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP = 33100
pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX = 64245
pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER = 32927
pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE = 1280
pkg syscall (netbsd-amd64), const ETHERTYPE_STP = 33153
pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS = 33067
pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC = 34091
pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM = 36866
pkg syscall (netbsd-amd64), const ETHERTYPE_TEC = 33103
pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN = 32815
pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL = 4096
pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST = 28677
pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL = 28672
pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU = 28673
pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC = 28675
pkg syscall (netbsd-amd64), const ETHERTYPE_VALID = 5632
pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN = 32989
pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN = 32827
pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO = 32871
pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP = 32859
pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB = 33073
pkg syscall (netbsd-amd64), const ETHERTYPE_VINES = 2989
pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO = 2991
pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL = 65280
pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN = 33024
pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD = 32860
pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED = 33095
pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO = 33072
pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (netbsd-amd64), const ETHERTYPE_X25 = 2053
pkg syscall (netbsd-amd64), const ETHERTYPE_X75 = 2049
pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM = 36865
pkg syscall (netbsd-amd64), const ETHERTYPE_XTP = 33149
pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN = 6
pkg syscall (netbsd-amd64), const ETHER_CRC_LEN = 4
pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (netbsd-amd64), const ETHER_HDR_LEN = 14
pkg syscall (netbsd-amd64), const ETHER_MAX_LEN = 1518
pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO = 9018
pkg syscall (netbsd-amd64), const ETHER_MIN_LEN = 64
pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN = 8
pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN = 2
pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (netbsd-amd64), const ETIME = 92
pkg syscall (netbsd-amd64), const ETIMEDOUT = 60
pkg syscall (netbsd-amd64), const ETOOMANYREFS = 59
pkg syscall (netbsd-amd64), const ETXTBSY = 26
pkg syscall (netbsd-amd64), const EUSERS = 68
pkg syscall (netbsd-amd64), const EVFILT_AIO = 2
pkg syscall (netbsd-amd64), const EVFILT_PROC = 4
pkg syscall (netbsd-amd64), const EVFILT_READ = 0
pkg syscall (netbsd-amd64), const EVFILT_SIGNAL = 5
pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT = 7
pkg syscall (netbsd-amd64), const EVFILT_TIMER = 6
pkg syscall (netbsd-amd64), const EVFILT_VNODE = 3
pkg syscall (netbsd-amd64), const EVFILT_WRITE = 1
pkg syscall (netbsd-amd64), const EV_ADD = 1
pkg syscall (netbsd-amd64), const EV_CLEAR = 32
pkg syscall (netbsd-amd64), const EV_DELETE = 2
pkg syscall (netbsd-amd64), const EV_DISABLE = 8
pkg syscall (netbsd-amd64), const EV_ENABLE = 4
pkg syscall (netbsd-amd64), const EV_EOF = 32768
pkg syscall (netbsd-amd64), const EV_ERROR = 16384
pkg syscall (netbsd-amd64), const EV_FLAG1 = 8192
pkg syscall (netbsd-amd64), const EV_ONESHOT = 16
pkg syscall (netbsd-amd64), const EV_SYSFLAGS = 61440
pkg syscall (netbsd-amd64), const EWOULDBLOCK = 35
pkg syscall (netbsd-amd64), const EXDEV = 18
pkg syscall (netbsd-amd64), const EXTA = 19200
pkg syscall (netbsd-amd64), const EXTB = 38400
pkg syscall (netbsd-amd64), const EXTPROC = 2048
pkg syscall (netbsd-amd64), const FD_CLOEXEC = 1
pkg syscall (netbsd-amd64), const FD_SETSIZE = 256
pkg syscall (netbsd-amd64), const FLUSHO = 8388608
pkg syscall (netbsd-amd64), const F_CLOSEM = 10
pkg syscall (netbsd-amd64), const F_DUPFD = 0
pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC = 12
pkg syscall (netbsd-amd64), const F_FSCTL = -2147483648
pkg syscall (netbsd-amd64), const F_FSDIRMASK = 1879048192
pkg syscall (netbsd-amd64), const F_FSIN = 268435456
pkg syscall (netbsd-amd64), const F_FSINOUT = 805306368
pkg syscall (netbsd-amd64), const F_FSOUT = 536870912
pkg syscall (netbsd-amd64), const F_FSPRIV = 32768
pkg syscall (netbsd-amd64), const F_FSVOID = 1073741824
pkg syscall (netbsd-amd64), const F_GETFD = 1
pkg syscall (netbsd-amd64), const F_GETFL = 3
pkg syscall (netbsd-amd64), const F_GETLK = 7
pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE = 13
pkg syscall (netbsd-amd64), const F_GETOWN = 5
pkg syscall (netbsd-amd64), const F_MAXFD = 11
pkg syscall (netbsd-amd64), const F_OK = 0
pkg syscall (netbsd-amd64), const F_PARAM_MASK = 4095
pkg syscall (netbsd-amd64), const F_PARAM_MAX = 4095
pkg syscall (netbsd-amd64), const F_RDLCK = 1
pkg syscall (netbsd-amd64), const F_SETFD = 2
pkg syscall (netbsd-amd64), const F_SETFL = 4
pkg syscall (netbsd-amd64), const F_SETLK = 8
pkg syscall (netbsd-amd64), const F_SETLKW = 9
pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE = 14
pkg syscall (netbsd-amd64), const F_SETOWN = 6
pkg syscall (netbsd-amd64), const F_UNLCK = 2
pkg syscall (netbsd-amd64), const F_WRLCK = 3
pkg syscall (netbsd-amd64), const HUPCL = 16384
pkg syscall (netbsd-amd64), const ICANON = 256
pkg syscall (netbsd-amd64), const ICRNL = 256
pkg syscall (netbsd-amd64), const IEXTEN = 1024
pkg syscall (netbsd-amd64), const IFAN_ARRIVAL = 0
pkg syscall (netbsd-amd64), const IFAN_DEPARTURE = 1
pkg syscall (netbsd-amd64), const IFA_ROUTE = 1
pkg syscall (netbsd-amd64), const IFF_ALLMULTI = 512
pkg syscall (netbsd-amd64), const IFF_CANTCHANGE = 36690
pkg syscall (netbsd-amd64), const IFF_DEBUG = 4
pkg syscall (netbsd-amd64), const IFF_LINK0 = 4096
pkg syscall (netbsd-amd64), const IFF_LINK1 = 8192
pkg syscall (netbsd-amd64), const IFF_LINK2 = 16384
pkg syscall (netbsd-amd64), const IFF_LOOPBACK = 8
pkg syscall (netbsd-amd64), const IFF_MULTICAST = 32768
pkg syscall (netbsd-amd64), const IFF_NOARP = 128
pkg syscall (netbsd-amd64), const IFF_NOTRAILERS = 32
pkg syscall (netbsd-amd64), const IFF_OACTIVE = 1024
pkg syscall (netbsd-amd64), const IFF_POINTOPOINT = 16
pkg syscall (netbsd-amd64), const IFF_PROMISC = 256
pkg syscall (netbsd-amd64), const IFF_RUNNING = 64
pkg syscall (netbsd-amd64), const IFF_SIMPLEX = 2048
pkg syscall (netbsd-amd64), const IFNAMSIZ = 16
pkg syscall (netbsd-amd64), const IFT_1822 = 2
pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH = 130
pkg syscall (netbsd-amd64), const IFT_AAL2 = 187
pkg syscall (netbsd-amd64), const IFT_AAL5 = 49
pkg syscall (netbsd-amd64), const IFT_ADSL = 94
pkg syscall (netbsd-amd64), const IFT_AFLANE8023 = 59
pkg syscall (netbsd-amd64), const IFT_AFLANE8025 = 60
pkg syscall (netbsd-amd64), const IFT_ARAP = 88
pkg syscall (netbsd-amd64), const IFT_ARCNET = 35
pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS = 36
pkg syscall (netbsd-amd64), const IFT_ASYNC = 84
pkg syscall (netbsd-amd64), const IFT_ATM = 37
pkg syscall (netbsd-amd64), const IFT_ATMDXI = 105
pkg syscall (netbsd-amd64), const IFT_ATMFUNI = 106
pkg syscall (netbsd-amd64), const IFT_ATMIMA = 107
pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL = 80
pkg syscall (netbsd-amd64), const IFT_ATMRADIO = 189
pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE = 134
pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT = 194
pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL = 149
pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (netbsd-amd64), const IFT_BRIDGE = 209
pkg syscall (netbsd-amd64), const IFT_BSC = 83
pkg syscall (netbsd-amd64), const IFT_CARP = 248
pkg syscall (netbsd-amd64), const IFT_CCTEMUL = 61
pkg syscall (netbsd-amd64), const IFT_CEPT = 19
pkg syscall (netbsd-amd64), const IFT_CES = 133
pkg syscall (netbsd-amd64), const IFT_CHANNEL = 70
pkg syscall (netbsd-amd64), const IFT_CNR = 85
pkg syscall (netbsd-amd64), const IFT_COFFEE = 132
pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK = 155
pkg syscall (netbsd-amd64), const IFT_DCN = 141
pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE = 138
pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (netbsd-amd64), const IFT_DLSW = 74
pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (netbsd-amd64), const IFT_DS0 = 81
pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE = 82
pkg syscall (netbsd-amd64), const IFT_DS1FDL = 170
pkg syscall (netbsd-amd64), const IFT_DS3 = 30
pkg syscall (netbsd-amd64), const IFT_DTM = 140
pkg syscall (netbsd-amd64), const IFT_DVBASILN = 172
pkg syscall (netbsd-amd64), const IFT_DVBASIOUT = 173
pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER = 146
pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (netbsd-amd64), const IFT_ECONET = 206
pkg syscall (netbsd-amd64), const IFT_EON = 25
pkg syscall (netbsd-amd64), const IFT_EPLRS = 87
pkg syscall (netbsd-amd64), const IFT_ESCON = 73
pkg syscall (netbsd-amd64), const IFT_ETHER = 6
pkg syscall (netbsd-amd64), const IFT_FAITH = 242
pkg syscall (netbsd-amd64), const IFT_FAST = 125
pkg syscall (netbsd-amd64), const IFT_FASTETHER = 62
pkg syscall (netbsd-amd64), const IFT_FASTETHERFX = 69
pkg syscall (netbsd-amd64), const IFT_FDDI = 15
pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL = 56
pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI = 92
pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT = 193
pkg syscall (netbsd-amd64), const IFT_FRELAY = 32
pkg syscall (netbsd-amd64), const IFT_FRELAYDCE = 44
pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (netbsd-amd64), const IFT_FRFORWARD = 158
pkg syscall (netbsd-amd64), const IFT_G703AT2MB = 67
pkg syscall (netbsd-amd64), const IFT_G703AT64K = 66
pkg syscall (netbsd-amd64), const IFT_GIF = 240
pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET = 117
pkg syscall (netbsd-amd64), const IFT_GR303IDT = 178
pkg syscall (netbsd-amd64), const IFT_GR303RDT = 177
pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER = 164
pkg syscall (netbsd-amd64), const IFT_H323PROXY = 165
pkg syscall (netbsd-amd64), const IFT_HDH1822 = 3
pkg syscall (netbsd-amd64), const IFT_HDLC = 118
pkg syscall (netbsd-amd64), const IFT_HDSL2 = 168
pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 = 183
pkg syscall (netbsd-amd64), const IFT_HIPPI = 47
pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE = 57
pkg syscall (netbsd-amd64), const IFT_HOSTPAD = 90
pkg syscall (netbsd-amd64), const IFT_HSSI = 46
pkg syscall (netbsd-amd64), const IFT_HY = 14
pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN = 72
pkg syscall (netbsd-amd64), const IFT_IDSL = 154
pkg syscall (netbsd-amd64), const IFT_IEEE1394 = 144
pkg syscall (netbsd-amd64), const IFT_IEEE80211 = 71
pkg syscall (netbsd-amd64), const IFT_IEEE80212 = 55
pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG = 161
pkg syscall (netbsd-amd64), const IFT_IFGSN = 145
pkg syscall (netbsd-amd64), const IFT_IMT = 190
pkg syscall (netbsd-amd64), const IFT_INFINIBAND = 199
pkg syscall (netbsd-amd64), const IFT_INTERLEAVE = 124
pkg syscall (netbsd-amd64), const IFT_IP = 126
pkg syscall (netbsd-amd64), const IFT_IPFORWARD = 142
pkg syscall (netbsd-amd64), const IFT_IPOVERATM = 114
pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC = 109
pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW = 110
pkg syscall (netbsd-amd64), const IFT_IPSWITCH = 78
pkg syscall (netbsd-amd64), const IFT_ISDN = 63
pkg syscall (netbsd-amd64), const IFT_ISDNBASIC = 20
pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY = 21
pkg syscall (netbsd-amd64), const IFT_ISDNS = 75
pkg syscall (netbsd-amd64), const IFT_ISDNU = 76
pkg syscall (netbsd-amd64), const IFT_ISO88022LLC = 41
pkg syscall (netbsd-amd64), const IFT_ISO88023 = 7
pkg syscall (netbsd-amd64), const IFT_ISO88024 = 8
pkg syscall (netbsd-amd64), const IFT_ISO88025 = 9
pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT = 98
pkg syscall (netbsd-amd64), const IFT_ISO88025DTR = 86
pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER = 115
pkg syscall (netbsd-amd64), const IFT_ISO88026 = 10
pkg syscall (netbsd-amd64), const IFT_ISUP = 179
pkg syscall (netbsd-amd64), const IFT_L2VLAN = 135
pkg syscall (netbsd-amd64), const IFT_L3IPVLAN = 136
pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN = 137
pkg syscall (netbsd-amd64), const IFT_LAPB = 16
pkg syscall (netbsd-amd64), const IFT_LAPD = 77
pkg syscall (netbsd-amd64), const IFT_LAPF = 119
pkg syscall (netbsd-amd64), const IFT_LINEGROUP = 210
pkg syscall (netbsd-amd64), const IFT_LOCALTALK = 42
pkg syscall (netbsd-amd64), const IFT_LOOP = 24
pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (netbsd-amd64), const IFT_MFSIGLINK = 167
pkg syscall (netbsd-amd64), const IFT_MIOX25 = 38
pkg syscall (netbsd-amd64), const IFT_MODEM = 48
pkg syscall (netbsd-amd64), const IFT_MPC = 113
pkg syscall (netbsd-amd64), const IFT_MPLS = 166
pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL = 150
pkg syscall (netbsd-amd64), const IFT_MSDSL = 143
pkg syscall (netbsd-amd64), const IFT_MVL = 191
pkg syscall (netbsd-amd64), const IFT_MYRINET = 99
pkg syscall (netbsd-amd64), const IFT_NFAS = 175
pkg syscall (netbsd-amd64), const IFT_NSIP = 27
pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL = 195
pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT = 196
pkg syscall (netbsd-amd64), const IFT_OTHER = 1
pkg syscall (netbsd-amd64), const IFT_P10 = 12
pkg syscall (netbsd-amd64), const IFT_P80 = 13
pkg syscall (netbsd-amd64), const IFT_PARA = 34
pkg syscall (netbsd-amd64), const IFT_PFLOG = 245
pkg syscall (netbsd-amd64), const IFT_PFSYNC = 246
pkg syscall (netbsd-amd64), const IFT_PLC = 174
pkg syscall (netbsd-amd64), const IFT_PON155 = 207
pkg syscall (netbsd-amd64), const IFT_PON622 = 208
pkg syscall (netbsd-amd64), const IFT_POS = 171
pkg syscall (netbsd-amd64), const IFT_PPP = 23
pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (netbsd-amd64), const IFT_PROPATM = 197
pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP = 184
pkg syscall (netbsd-amd64), const IFT_PROPCNLS = 89
pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (netbsd-amd64), const IFT_PROPMUX = 54
pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL = 53
pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P = 157
pkg syscall (netbsd-amd64), const IFT_PTPSERIAL = 22
pkg syscall (netbsd-amd64), const IFT_PVC = 241
pkg syscall (netbsd-amd64), const IFT_Q2931 = 201
pkg syscall (netbsd-amd64), const IFT_QLLC = 68
pkg syscall (netbsd-amd64), const IFT_RADIOMAC = 188
pkg syscall (netbsd-amd64), const IFT_RADSL = 95
pkg syscall (netbsd-amd64), const IFT_REACHDSL = 192
pkg syscall (netbsd-amd64), const IFT_RFC1483 = 159
pkg syscall (netbsd-amd64), const IFT_RS232 = 33
pkg syscall (netbsd-amd64), const IFT_RSRB = 79
pkg syscall (netbsd-amd64), const IFT_SDLC = 17
pkg syscall (netbsd-amd64), const IFT_SDSL = 96
pkg syscall (netbsd-amd64), const IFT_SHDSL = 169
pkg syscall (netbsd-amd64), const IFT_SIP = 31
pkg syscall (netbsd-amd64), const IFT_SIPSIG = 204
pkg syscall (netbsd-amd64), const IFT_SIPTG = 203
pkg syscall (netbsd-amd64), const IFT_SLIP = 28
pkg syscall (netbsd-amd64), const IFT_SMDSDXI = 43
pkg syscall (netbsd-amd64), const IFT_SMDSICIP = 52
pkg syscall (netbsd-amd64), const IFT_SONET = 39
pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (netbsd-amd64), const IFT_SONETPATH = 50
pkg syscall (netbsd-amd64), const IFT_SONETVT = 51
pkg syscall (netbsd-amd64), const IFT_SRP = 151
pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK = 156
pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK = 111
pkg syscall (netbsd-amd64), const IFT_STARLAN = 11
pkg syscall (netbsd-amd64), const IFT_STF = 215
pkg syscall (netbsd-amd64), const IFT_T1 = 18
pkg syscall (netbsd-amd64), const IFT_TDLC = 116
pkg syscall (netbsd-amd64), const IFT_TELINK = 200
pkg syscall (netbsd-amd64), const IFT_TERMPAD = 91
pkg syscall (netbsd-amd64), const IFT_TR008 = 176
pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC = 123
pkg syscall (netbsd-amd64), const IFT_TUNNEL = 131
pkg syscall (netbsd-amd64), const IFT_ULTRA = 29
pkg syscall (netbsd-amd64), const IFT_USB = 160
pkg syscall (netbsd-amd64), const IFT_V11 = 64
pkg syscall (netbsd-amd64), const IFT_V35 = 45
pkg syscall (netbsd-amd64), const IFT_V36 = 65
pkg syscall (netbsd-amd64), const IFT_V37 = 120
pkg syscall (netbsd-amd64), const IFT_VDSL = 97
pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (netbsd-amd64), const IFT_VIRTUALTG = 202
pkg syscall (netbsd-amd64), const IFT_VOICEDID = 213
pkg syscall (netbsd-amd64), const IFT_VOICEEM = 100
pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD = 211
pkg syscall (netbsd-amd64), const IFT_VOICEENCAP = 103
pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA = 212
pkg syscall (netbsd-amd64), const IFT_VOICEFXO = 101
pkg syscall (netbsd-amd64), const IFT_VOICEFXS = 102
pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM = 152
pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE = 198
pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP = 104
pkg syscall (netbsd-amd64), const IFT_X213 = 93
pkg syscall (netbsd-amd64), const IFT_X25 = 5
pkg syscall (netbsd-amd64), const IFT_X25DDN = 4
pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP = 122
pkg syscall (netbsd-amd64), const IFT_X25MLP = 121
pkg syscall (netbsd-amd64), const IFT_X25PLE = 40
pkg syscall (netbsd-amd64), const IFT_XETHER = 26
pkg syscall (netbsd-amd64), const IGNBRK = 1
pkg syscall (netbsd-amd64), const IGNCR = 128
pkg syscall (netbsd-amd64), const IGNPAR = 4
pkg syscall (netbsd-amd64), const IMAXBEL = 8192
pkg syscall (netbsd-amd64), const INLCR = 64
pkg syscall (netbsd-amd64), const INPCK = 16
pkg syscall (netbsd-amd64), const IN_CLASSA_HOST = 16777215
pkg syscall (netbsd-amd64), const IN_CLASSA_MAX = 128
pkg syscall (netbsd-amd64), const IN_CLASSA_NET = 4278190080
pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT = 24
pkg syscall (netbsd-amd64), const IN_CLASSB_HOST = 65535
pkg syscall (netbsd-amd64), const IN_CLASSB_MAX = 65536
pkg syscall (netbsd-amd64), const IN_CLASSB_NET = 4294901760
pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT = 16
pkg syscall (netbsd-amd64), const IN_CLASSC_HOST = 255
pkg syscall (netbsd-amd64), const IN_CLASSC_NET = 4294967040
pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT = 8
pkg syscall (netbsd-amd64), const IN_CLASSD_HOST = 268435455
pkg syscall (netbsd-amd64), const IN_CLASSD_NET = 4026531840
pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT = 28
pkg syscall (netbsd-amd64), const IN_LOOPBACKNET = 127
pkg syscall (netbsd-amd64), const IPPROTO_AH = 51
pkg syscall (netbsd-amd64), const IPPROTO_CARP = 112
pkg syscall (netbsd-amd64), const IPPROTO_DONE = 257
pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS = 60
pkg syscall (netbsd-amd64), const IPPROTO_EGP = 8
pkg syscall (netbsd-amd64), const IPPROTO_ENCAP = 98
pkg syscall (netbsd-amd64), const IPPROTO_EON = 80
pkg syscall (netbsd-amd64), const IPPROTO_ESP = 50
pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP = 97
pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT = 44
pkg syscall (netbsd-amd64), const IPPROTO_GGP = 3
pkg syscall (netbsd-amd64), const IPPROTO_GRE = 47
pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS = 0
pkg syscall (netbsd-amd64), const IPPROTO_ICMP = 1
pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 = 58
pkg syscall (netbsd-amd64), const IPPROTO_IDP = 22
pkg syscall (netbsd-amd64), const IPPROTO_IGMP = 2
pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP = 108
pkg syscall (netbsd-amd64), const IPPROTO_IPIP = 4
pkg syscall (netbsd-amd64), const IPPROTO_IPV4 = 4
pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP = 58
pkg syscall (netbsd-amd64), const IPPROTO_MAX = 256
pkg syscall (netbsd-amd64), const IPPROTO_MAXID = 52
pkg syscall (netbsd-amd64), const IPPROTO_MOBILE = 55
pkg syscall (netbsd-amd64), const IPPROTO_NONE = 59
pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC = 240
pkg syscall (netbsd-amd64), const IPPROTO_PIM = 103
pkg syscall (netbsd-amd64), const IPPROTO_PUP = 12
pkg syscall (netbsd-amd64), const IPPROTO_RAW = 255
pkg syscall (netbsd-amd64), const IPPROTO_ROUTING = 43
pkg syscall (netbsd-amd64), const IPPROTO_RSVP = 46
pkg syscall (netbsd-amd64), const IPPROTO_TP = 29
pkg syscall (netbsd-amd64), const IPPROTO_VRRP = 112
pkg syscall (netbsd-amd64), const IPV6_CHECKSUM = 26
pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-amd64), const IPV6_DEFHLIM = 64
pkg syscall (netbsd-amd64), const IPV6_DONTFRAG = 62
pkg syscall (netbsd-amd64), const IPV6_DSTOPTS = 50
pkg syscall (netbsd-amd64), const IPV6_FAITH = 29
pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (netbsd-amd64), const IPV6_FRAGTTL = 120
pkg syscall (netbsd-amd64), const IPV6_HLIMDEC = 1
pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT = 47
pkg syscall (netbsd-amd64), const IPV6_HOPOPTS = 49
pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY = 28
pkg syscall (netbsd-amd64), const IPV6_JOIN_GROUP = 12
pkg syscall (netbsd-amd64), const IPV6_LEAVE_GROUP = 13
pkg syscall (netbsd-amd64), const IPV6_MAXHLIM = 255
pkg syscall (netbsd-amd64), const IPV6_MAXPACKET = 65535
pkg syscall (netbsd-amd64), const IPV6_MMTU = 1280
pkg syscall (netbsd-amd64), const IPV6_MULTICAST_HOPS = 10
pkg syscall (netbsd-amd64), const IPV6_MULTICAST_IF = 9
pkg syscall (netbsd-amd64), const IPV6_MULTICAST_LOOP = 11
pkg syscall (netbsd-amd64), const IPV6_NEXTHOP = 48
pkg syscall (netbsd-amd64), const IPV6_PATHMTU = 44
pkg syscall (netbsd-amd64), const IPV6_PKTINFO = 46
pkg syscall (netbsd-amd64), const IPV6_PORTRANGE = 14
pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW = 2
pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS = 40
pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT = 37
pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS = 39
pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU = 43
pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO = 36
pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR = 38
pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS = 57
pkg syscall (netbsd-amd64), const IPV6_RTHDR = 51
pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE = 0
pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT = 1
pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (netbsd-amd64), const IPV6_TCLASS = 61
pkg syscall (netbsd-amd64), const IPV6_UNICAST_HOPS = 4
pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU = 42
pkg syscall (netbsd-amd64), const IPV6_V6ONLY = 27
pkg syscall (netbsd-amd64), const IPV6_VERSION = 96
pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK = 240
pkg syscall (netbsd-amd64), const IP_ADD_MEMBERSHIP = 12
pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (netbsd-amd64), const IP_DF = 16384
pkg syscall (netbsd-amd64), const IP_DROP_MEMBERSHIP = 13
pkg syscall (netbsd-amd64), const IP_EF = 32768
pkg syscall (netbsd-amd64), const IP_ERRORMTU = 21
pkg syscall (netbsd-amd64), const IP_HDRINCL = 2
pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY = 22
pkg syscall (netbsd-amd64), const IP_MAXPACKET = 65535
pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (netbsd-amd64), const IP_MF = 8192
pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE = 69
pkg syscall (netbsd-amd64), const IP_MINTTL = 24
pkg syscall (netbsd-amd64), const IP_MSS = 576
pkg syscall (netbsd-amd64), const IP_MULTICAST_IF = 9
pkg syscall (netbsd-amd64), const IP_MULTICAST_LOOP = 11
pkg syscall (netbsd-amd64), const IP_MULTICAST_TTL = 10
pkg syscall (netbsd-amd64), const IP_OFFMASK = 8191
pkg syscall (netbsd-amd64), const IP_OPTIONS = 1
pkg syscall (netbsd-amd64), const IP_PORTRANGE = 19
pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH = 1
pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW = 2
pkg syscall (netbsd-amd64), const IP_RECVDSTADDR = 7
pkg syscall (netbsd-amd64), const IP_RECVIF = 20
pkg syscall (netbsd-amd64), const IP_RECVOPTS = 5
pkg syscall (netbsd-amd64), const IP_RECVRETOPTS = 6
pkg syscall (netbsd-amd64), const IP_RECVTTL = 23
pkg syscall (netbsd-amd64), const IP_RETOPTS = 8
pkg syscall (netbsd-amd64), const IP_RF = 32768
pkg syscall (netbsd-amd64), const IP_TOS = 3
pkg syscall (netbsd-amd64), const IP_TTL = 4
pkg syscall (netbsd-amd64), const ISIG = 128
pkg syscall (netbsd-amd64), const ISTRIP = 32
pkg syscall (netbsd-amd64), const IXANY = 2048
pkg syscall (netbsd-amd64), const IXOFF = 1024
pkg syscall (netbsd-amd64), const IXON = 512
pkg syscall (netbsd-amd64), const ImplementsGetwd = false
pkg syscall (netbsd-amd64), const LOCK_EX = 2
pkg syscall (netbsd-amd64), const LOCK_NB = 4
pkg syscall (netbsd-amd64), const LOCK_SH = 1
pkg syscall (netbsd-amd64), const LOCK_UN = 8
pkg syscall (netbsd-amd64), const MSG_BCAST = 256
pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF = 33554432
pkg syscall (netbsd-amd64), const MSG_CTRUNC = 32
pkg syscall (netbsd-amd64), const MSG_DONTROUTE = 4
pkg syscall (netbsd-amd64), const MSG_DONTWAIT = 128
pkg syscall (netbsd-amd64), const MSG_EOR = 8
pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE = 67108864
pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE = 134217728
pkg syscall (netbsd-amd64), const MSG_MCAST = 512
pkg syscall (netbsd-amd64), const MSG_NAMEMBUF = 16777216
pkg syscall (netbsd-amd64), const MSG_NBIO = 4096
pkg syscall (netbsd-amd64), const MSG_NOSIGNAL = 1024
pkg syscall (netbsd-amd64), const MSG_OOB = 1
pkg syscall (netbsd-amd64), const MSG_PEEK = 2
pkg syscall (netbsd-amd64), const MSG_TRUNC = 16
pkg syscall (netbsd-amd64), const MSG_USERFLAGS = 16777215
pkg syscall (netbsd-amd64), const MSG_WAITALL = 64
pkg syscall (netbsd-amd64), const NAME_MAX = 511
pkg syscall (netbsd-amd64), const NET_RT_DUMP = 1
pkg syscall (netbsd-amd64), const NET_RT_FLAGS = 2
pkg syscall (netbsd-amd64), const NET_RT_IFLIST = 5
pkg syscall (netbsd-amd64), const NET_RT_MAXID = 6
pkg syscall (netbsd-amd64), const NET_RT_OIFLIST = 4
pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST = 3
pkg syscall (netbsd-amd64), const NOFLSH = 2147483648
pkg syscall (netbsd-amd64), const NOTE_ATTRIB = 8
pkg syscall (netbsd-amd64), const NOTE_CHILD = 4
pkg syscall (netbsd-amd64), const NOTE_DELETE = 1
pkg syscall (netbsd-amd64), const NOTE_EXEC = 536870912
pkg syscall (netbsd-amd64), const NOTE_EXIT = 2147483648
pkg syscall (netbsd-amd64), const NOTE_EXTEND = 4
pkg syscall (netbsd-amd64), const NOTE_FORK = 1073741824
pkg syscall (netbsd-amd64), const NOTE_LINK = 16
pkg syscall (netbsd-amd64), const NOTE_LOWAT = 1
pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK = 4026531840
pkg syscall (netbsd-amd64), const NOTE_PDATAMASK = 1048575
pkg syscall (netbsd-amd64), const NOTE_RENAME = 32
pkg syscall (netbsd-amd64), const NOTE_REVOKE = 64
pkg syscall (netbsd-amd64), const NOTE_TRACK = 1
pkg syscall (netbsd-amd64), const NOTE_TRACKERR = 2
pkg syscall (netbsd-amd64), const NOTE_WRITE = 2
pkg syscall (netbsd-amd64), const OCRNL = 16
pkg syscall (netbsd-amd64), const OFIOGETBMAP = 3221513850
pkg syscall (netbsd-amd64), const ONLCR = 2
pkg syscall (netbsd-amd64), const ONLRET = 64
pkg syscall (netbsd-amd64), const ONOCR = 32
pkg syscall (netbsd-amd64), const ONOEOT = 8
pkg syscall (netbsd-amd64), const OPOST = 1
pkg syscall (netbsd-amd64), const O_ACCMODE = 3
pkg syscall (netbsd-amd64), const O_ALT_IO = 262144
pkg syscall (netbsd-amd64), const O_APPEND = 8
pkg syscall (netbsd-amd64), const O_ASYNC = 64
pkg syscall (netbsd-amd64), const O_CLOEXEC = 4194304
pkg syscall (netbsd-amd64), const O_CREAT = 512
pkg syscall (netbsd-amd64), const O_DIRECT = 524288
pkg syscall (netbsd-amd64), const O_DIRECTORY = 2097152
pkg syscall (netbsd-amd64), const O_DSYNC = 65536
pkg syscall (netbsd-amd64), const O_EXCL = 2048
pkg syscall (netbsd-amd64), const O_EXLOCK = 32
pkg syscall (netbsd-amd64), const O_FSYNC = 128
pkg syscall (netbsd-amd64), const O_NDELAY = 4
pkg syscall (netbsd-amd64), const O_NOCTTY = 32768
pkg syscall (netbsd-amd64), const O_NOFOLLOW = 256
pkg syscall (netbsd-amd64), const O_NONBLOCK = 4
pkg syscall (netbsd-amd64), const O_NOSIGPIPE = 16777216
pkg syscall (netbsd-amd64), const O_RSYNC = 131072
pkg syscall (netbsd-amd64), const O_SHLOCK = 16
pkg syscall (netbsd-amd64), const O_SYNC = 128
pkg syscall (netbsd-amd64), const O_TRUNC = 1024
pkg syscall (netbsd-amd64), const PARENB = 4096
pkg syscall (netbsd-amd64), const PARMRK = 8
pkg syscall (netbsd-amd64), const PARODD = 8192
pkg syscall (netbsd-amd64), const PENDIN = 536870912
pkg syscall (netbsd-amd64), const PRI_IOFLUSH = 124
pkg syscall (netbsd-amd64), const PTRACE_CONT = 7
pkg syscall (netbsd-amd64), const PTRACE_KILL = 8
pkg syscall (netbsd-amd64), const PTRACE_TRACEME = 0
pkg syscall (netbsd-amd64), const RLIMIT_AS = 10
pkg syscall (netbsd-amd64), const RLIMIT_CORE = 4
pkg syscall (netbsd-amd64), const RLIMIT_CPU = 0
pkg syscall (netbsd-amd64), const RLIMIT_DATA = 2
pkg syscall (netbsd-amd64), const RLIMIT_FSIZE = 1
pkg syscall (netbsd-amd64), const RLIMIT_NOFILE = 8
pkg syscall (netbsd-amd64), const RLIMIT_STACK = 3
pkg syscall (netbsd-amd64), const RLIM_INFINITY = 9223372036854775807
pkg syscall (netbsd-amd64), const RTAX_AUTHOR = 6
pkg syscall (netbsd-amd64), const RTAX_BRD = 7
pkg syscall (netbsd-amd64), const RTAX_DST = 0
pkg syscall (netbsd-amd64), const RTAX_GATEWAY = 1
pkg syscall (netbsd-amd64), const RTAX_GENMASK = 3
pkg syscall (netbsd-amd64), const RTAX_IFA = 5
pkg syscall (netbsd-amd64), const RTAX_IFP = 4
pkg syscall (netbsd-amd64), const RTAX_MAX = 9
pkg syscall (netbsd-amd64), const RTAX_NETMASK = 2
pkg syscall (netbsd-amd64), const RTAX_TAG = 8
pkg syscall (netbsd-amd64), const RTA_AUTHOR = 64
pkg syscall (netbsd-amd64), const RTA_BRD = 128
pkg syscall (netbsd-amd64), const RTA_DST = 1
pkg syscall (netbsd-amd64), const RTA_GATEWAY = 2
pkg syscall (netbsd-amd64), const RTA_GENMASK = 8
pkg syscall (netbsd-amd64), const RTA_IFA = 32
pkg syscall (netbsd-amd64), const RTA_IFP = 16
pkg syscall (netbsd-amd64), const RTA_NETMASK = 4
pkg syscall (netbsd-amd64), const RTA_TAG = 256
pkg syscall (netbsd-amd64), const RTF_ANNOUNCE = 131072
pkg syscall (netbsd-amd64), const RTF_BLACKHOLE = 4096
pkg syscall (netbsd-amd64), const RTF_CLONED = 8192
pkg syscall (netbsd-amd64), const RTF_CLONING = 256
pkg syscall (netbsd-amd64), const RTF_DONE = 64
pkg syscall (netbsd-amd64), const RTF_DYNAMIC = 16
pkg syscall (netbsd-amd64), const RTF_GATEWAY = 2
pkg syscall (netbsd-amd64), const RTF_HOST = 4
pkg syscall (netbsd-amd64), const RTF_LLINFO = 1024
pkg syscall (netbsd-amd64), const RTF_MASK = 128
pkg syscall (netbsd-amd64), const RTF_MODIFIED = 32
pkg syscall (netbsd-amd64), const RTF_PROTO1 = 32768
pkg syscall (netbsd-amd64), const RTF_PROTO2 = 16384
pkg syscall (netbsd-amd64), const RTF_REJECT = 8
pkg syscall (netbsd-amd64), const RTF_SRC = 65536
pkg syscall (netbsd-amd64), const RTF_STATIC = 2048
pkg syscall (netbsd-amd64), const RTF_UP = 1
pkg syscall (netbsd-amd64), const RTF_XRESOLVE = 512
pkg syscall (netbsd-amd64), const RTM_ADD = 1
pkg syscall (netbsd-amd64), const RTM_CHANGE = 3
pkg syscall (netbsd-amd64), const RTM_CHGADDR = 21
pkg syscall (netbsd-amd64), const RTM_DELADDR = 13
pkg syscall (netbsd-amd64), const RTM_DELETE = 2
pkg syscall (netbsd-amd64), const RTM_GET = 4
pkg syscall (netbsd-amd64), const RTM_IEEE80211 = 17
pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE = 16
pkg syscall (netbsd-amd64), const RTM_IFINFO = 20
pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD = 19
pkg syscall (netbsd-amd64), const RTM_LOCK = 8
pkg syscall (netbsd-amd64), const RTM_LOSING = 5
pkg syscall (netbsd-amd64), const RTM_MISS = 7
pkg syscall (netbsd-amd64), const RTM_NEWADDR = 12
pkg syscall (netbsd-amd64), const RTM_OIFINFO = 15
pkg syscall (netbsd-amd64), const RTM_OLDADD = 9
pkg syscall (netbsd-amd64), const RTM_OLDDEL = 10
pkg syscall (netbsd-amd64), const RTM_OOIFINFO = 14
pkg syscall (netbsd-amd64), const RTM_REDIRECT = 6
pkg syscall (netbsd-amd64), const RTM_RESOLVE = 11
pkg syscall (netbsd-amd64), const RTM_RTTUNIT = 1000000
pkg syscall (netbsd-amd64), const RTM_SETGATE = 18
pkg syscall (netbsd-amd64), const RTM_VERSION = 4
pkg syscall (netbsd-amd64), const RTV_EXPIRE = 4
pkg syscall (netbsd-amd64), const RTV_HOPCOUNT = 2
pkg syscall (netbsd-amd64), const RTV_MTU = 1
pkg syscall (netbsd-amd64), const RTV_RPIPE = 8
pkg syscall (netbsd-amd64), const RTV_RTT = 64
pkg syscall (netbsd-amd64), const RTV_RTTVAR = 128
pkg syscall (netbsd-amd64), const RTV_SPIPE = 16
pkg syscall (netbsd-amd64), const RTV_SSTHRESH = 32
pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN = -1
pkg syscall (netbsd-amd64), const RUSAGE_SELF = 0
pkg syscall (netbsd-amd64), const SCM_CREDS = 4
pkg syscall (netbsd-amd64), const SCM_RIGHTS = 1
pkg syscall (netbsd-amd64), const SCM_TIMESTAMP = 8
pkg syscall (netbsd-amd64), const SIGBUS = 10
pkg syscall (netbsd-amd64), const SIGCHLD = 20
pkg syscall (netbsd-amd64), const SIGCONT = 19
pkg syscall (netbsd-amd64), const SIGEMT = 7
pkg syscall (netbsd-amd64), const SIGINFO = 29
pkg syscall (netbsd-amd64), const SIGIO = 23
pkg syscall (netbsd-amd64), const SIGIOT = 6
pkg syscall (netbsd-amd64), const SIGPROF = 27
pkg syscall (netbsd-amd64), const SIGPWR = 32
pkg syscall (netbsd-amd64), const SIGSTOP = 17
pkg syscall (netbsd-amd64), const SIGSYS = 12
pkg syscall (netbsd-amd64), const SIGTSTP = 18
pkg syscall (netbsd-amd64), const SIGTTIN = 21
pkg syscall (netbsd-amd64), const SIGTTOU = 22
pkg syscall (netbsd-amd64), const SIGURG = 16
pkg syscall (netbsd-amd64), const SIGUSR1 = 30
pkg syscall (netbsd-amd64), const SIGUSR2 = 31
pkg syscall (netbsd-amd64), const SIGVTALRM = 26
pkg syscall (netbsd-amd64), const SIGWINCH = 28
pkg syscall (netbsd-amd64), const SIGXCPU = 24
pkg syscall (netbsd-amd64), const SIGXFSZ = 25
pkg syscall (netbsd-amd64), const SIOCADDMULTI = 2156947761
pkg syscall (netbsd-amd64), const SIOCADDRT = 2151182858
pkg syscall (netbsd-amd64), const SIOCAIFADDR = 2151704858
pkg syscall (netbsd-amd64), const SIOCALIFADDR = 2165860636
pkg syscall (netbsd-amd64), const SIOCATMARK = 1074033415
pkg syscall (netbsd-amd64), const SIOCDELMULTI = 2156947762
pkg syscall (netbsd-amd64), const SIOCDELRT = 2151182859
pkg syscall (netbsd-amd64), const SIOCDIFADDR = 2156947737
pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR = 2156947785
pkg syscall (netbsd-amd64), const SIOCDLIFADDR = 2165860638
pkg syscall (netbsd-amd64), const SIOCGDRVSPEC = 3223873915
pkg syscall (netbsd-amd64), const SIOCGETPFSYNC = 3230689784
pkg syscall (netbsd-amd64), const SIOCGETSGCNT = 3223352628
pkg syscall (netbsd-amd64), const SIOCGETVIFCNT = 3223876915
pkg syscall (netbsd-amd64), const SIOCGHIWAT = 1074033409
pkg syscall (netbsd-amd64), const SIOCGIFADDR = 3230689569
pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF = 3231213856
pkg syscall (netbsd-amd64), const SIOCGIFALIAS = 3225446683
pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR = 3230689571
pkg syscall (netbsd-amd64), const SIOCGIFCAP = 3223349622
pkg syscall (netbsd-amd64), const SIOCGIFCONF = 3222300966
pkg syscall (netbsd-amd64), const SIOCGIFDATA = 3231213957
pkg syscall (netbsd-amd64), const SIOCGIFDLT = 3230689655
pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR = 3230689570
pkg syscall (netbsd-amd64), const SIOCGIFFLAGS = 3230689553
pkg syscall (netbsd-amd64), const SIOCGIFGENERIC = 3230689594
pkg syscall (netbsd-amd64), const SIOCGIFMEDIA = 3224398134
pkg syscall (netbsd-amd64), const SIOCGIFMETRIC = 3230689559
pkg syscall (netbsd-amd64), const SIOCGIFMTU = 3230689662
pkg syscall (netbsd-amd64), const SIOCGIFNETMASK = 3230689573
pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR = 3230689608
pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR = 3230689607
pkg syscall (netbsd-amd64), const SIOCGLIFADDR = 3239602461
pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (netbsd-amd64), const SIOCGLINKSTR = 3223873927
pkg syscall (netbsd-amd64), const SIOCGLOWAT = 1074033411
pkg syscall (netbsd-amd64), const SIOCGPGRP = 1074033417
pkg syscall (netbsd-amd64), const SIOCGVH = 3230689667
pkg syscall (netbsd-amd64), const SIOCIFCREATE = 2156947834
pkg syscall (netbsd-amd64), const SIOCIFDESTROY = 2156947833
pkg syscall (netbsd-amd64), const SIOCIFGCLONERS = 3222301048
pkg syscall (netbsd-amd64), const SIOCINITIFADDR = 3228592516
pkg syscall (netbsd-amd64), const SIOCSDRVSPEC = 2150132091
pkg syscall (netbsd-amd64), const SIOCSETPFSYNC = 2156947959
pkg syscall (netbsd-amd64), const SIOCSHIWAT = 2147775232
pkg syscall (netbsd-amd64), const SIOCSIFADDR = 2156947724
pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF = 2157472031
pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR = 2156947731
pkg syscall (netbsd-amd64), const SIOCSIFCAP = 2149607797
pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR = 2156947726
pkg syscall (netbsd-amd64), const SIOCSIFFLAGS = 2156947728
pkg syscall (netbsd-amd64), const SIOCSIFGENERIC = 2156947769
pkg syscall (netbsd-amd64), const SIOCSIFMEDIA = 3230689589
pkg syscall (netbsd-amd64), const SIOCSIFMETRIC = 2156947736
pkg syscall (netbsd-amd64), const SIOCSIFMTU = 2156947839
pkg syscall (netbsd-amd64), const SIOCSIFNETMASK = 2156947734
pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR = 2151704902
pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (netbsd-amd64), const SIOCSLINKSTR = 2150132104
pkg syscall (netbsd-amd64), const SIOCSLOWAT = 2147775234
pkg syscall (netbsd-amd64), const SIOCSPGRP = 2147775240
pkg syscall (netbsd-amd64), const SIOCSVH = 3230689666
pkg syscall (netbsd-amd64), const SIOCZIFDATA = 3231213958
pkg syscall (netbsd-amd64), const SOCK_CLOEXEC = 268435456
pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK = 4026531840
pkg syscall (netbsd-amd64), const SOCK_NONBLOCK = 536870912
pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE = 1073741824
pkg syscall (netbsd-amd64), const SOCK_RDM = 4
pkg syscall (netbsd-amd64), const SOL_SOCKET = 65535
pkg syscall (netbsd-amd64), const SOMAXCONN = 128
pkg syscall (netbsd-amd64), const SO_ACCEPTCONN = 2
pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER = 4096
pkg syscall (netbsd-amd64), const SO_BROADCAST = 32
pkg syscall (netbsd-amd64), const SO_DEBUG = 1
pkg syscall (netbsd-amd64), const SO_DONTROUTE = 16
pkg syscall (netbsd-amd64), const SO_ERROR = 4103
pkg syscall (netbsd-amd64), const SO_KEEPALIVE = 8
pkg syscall (netbsd-amd64), const SO_LINGER = 128
pkg syscall (netbsd-amd64), const SO_NOHEADER = 4106
pkg syscall (netbsd-amd64), const SO_NOSIGPIPE = 2048
pkg syscall (netbsd-amd64), const SO_OOBINLINE = 256
pkg syscall (netbsd-amd64), const SO_OVERFLOWED = 4105
pkg syscall (netbsd-amd64), const SO_RCVBUF = 4098
pkg syscall (netbsd-amd64), const SO_RCVLOWAT = 4100
pkg syscall (netbsd-amd64), const SO_RCVTIMEO = 4108
pkg syscall (netbsd-amd64), const SO_REUSEADDR = 4
pkg syscall (netbsd-amd64), const SO_REUSEPORT = 512
pkg syscall (netbsd-amd64), const SO_SNDBUF = 4097
pkg syscall (netbsd-amd64), const SO_SNDLOWAT = 4099
pkg syscall (netbsd-amd64), const SO_SNDTIMEO = 4107
pkg syscall (netbsd-amd64), const SO_TIMESTAMP = 8192
pkg syscall (netbsd-amd64), const SO_TYPE = 4104
pkg syscall (netbsd-amd64), const SO_USELOOPBACK = 64
pkg syscall (netbsd-amd64), const SYSCTL_VERSION = 16777216
pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 = 0
pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 = 16777216
pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK = 4278190080
pkg syscall (netbsd-amd64), const SYS_ACCEPT = 30
pkg syscall (netbsd-amd64), const SYS_ACCESS = 33
pkg syscall (netbsd-amd64), const SYS_ACCT = 51
pkg syscall (netbsd-amd64), const SYS_ADJTIME = 421
pkg syscall (netbsd-amd64), const SYS_BIND = 104
pkg syscall (netbsd-amd64), const SYS_BREAK = 17
pkg syscall (netbsd-amd64), const SYS_CHDIR = 12
pkg syscall (netbsd-amd64), const SYS_CHFLAGS = 34
pkg syscall (netbsd-amd64), const SYS_CHMOD = 15
pkg syscall (netbsd-amd64), const SYS_CHOWN = 16
pkg syscall (netbsd-amd64), const SYS_CHROOT = 61
pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES = 429
pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME = 427
pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME = 428
pkg syscall (netbsd-amd64), const SYS_CLOSE = 6
pkg syscall (netbsd-amd64), const SYS_CONNECT = 98
pkg syscall (netbsd-amd64), const SYS_DUP = 41
pkg syscall (netbsd-amd64), const SYS_DUP2 = 90
pkg syscall (netbsd-amd64), const SYS_DUP3 = 454
pkg syscall (netbsd-amd64), const SYS_EXECVE = 59
pkg syscall (netbsd-amd64), const SYS_EXIT = 1
pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL = 360
pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD = 366
pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE = 363
pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK = 369
pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD = 365
pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE = 362
pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK = 368
pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD = 370
pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE = 371
pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK = 372
pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD = 364
pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE = 361
pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK = 367
pkg syscall (netbsd-amd64), const SYS_FACCESSAT = 462
pkg syscall (netbsd-amd64), const SYS_FCHDIR = 13
pkg syscall (netbsd-amd64), const SYS_FCHFLAGS = 35
pkg syscall (netbsd-amd64), const SYS_FCHMOD = 124
pkg syscall (netbsd-amd64), const SYS_FCHMODAT = 463
pkg syscall (netbsd-amd64), const SYS_FCHOWN = 123
pkg syscall (netbsd-amd64), const SYS_FCHOWNAT = 464
pkg syscall (netbsd-amd64), const SYS_FCHROOT = 297
pkg syscall (netbsd-amd64), const SYS_FCNTL = 92
pkg syscall (netbsd-amd64), const SYS_FDATASYNC = 241
pkg syscall (netbsd-amd64), const SYS_FEXECVE = 465
pkg syscall (netbsd-amd64), const SYS_FGETXATTR = 380
pkg syscall (netbsd-amd64), const SYS_FHSTAT = 451
pkg syscall (netbsd-amd64), const SYS_FKTRACE = 288
pkg syscall (netbsd-amd64), const SYS_FLISTXATTR = 383
pkg syscall (netbsd-amd64), const SYS_FLOCK = 131
pkg syscall (netbsd-amd64), const SYS_FORK = 2
pkg syscall (netbsd-amd64), const SYS_FPATHCONF = 192
pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR = 386
pkg syscall (netbsd-amd64), const SYS_FSETXATTR = 377
pkg syscall (netbsd-amd64), const SYS_FSTAT = 440
pkg syscall (netbsd-amd64), const SYS_FSTATAT = 466
pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 = 358
pkg syscall (netbsd-amd64), const SYS_FSYNC = 95
pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE = 354
pkg syscall (netbsd-amd64), const SYS_FTRUNCATE = 201
pkg syscall (netbsd-amd64), const SYS_FUTIMENS = 472
pkg syscall (netbsd-amd64), const SYS_FUTIMES = 423
pkg syscall (netbsd-amd64), const SYS_GETCONTEXT = 307
pkg syscall (netbsd-amd64), const SYS_GETDENTS = 390
pkg syscall (netbsd-amd64), const SYS_GETEGID = 43
pkg syscall (netbsd-amd64), const SYS_GETEUID = 25
pkg syscall (netbsd-amd64), const SYS_GETFH = 395
pkg syscall (netbsd-amd64), const SYS_GETGID = 47
pkg syscall (netbsd-amd64), const SYS_GETGROUPS = 79
pkg syscall (netbsd-amd64), const SYS_GETITIMER = 426
pkg syscall (netbsd-amd64), const SYS_GETPEERNAME = 31
pkg syscall (netbsd-amd64), const SYS_GETPGID = 207
pkg syscall (netbsd-amd64), const SYS_GETPGRP = 81
pkg syscall (netbsd-amd64), const SYS_GETPID = 20
pkg syscall (netbsd-amd64), const SYS_GETPPID = 39
pkg syscall (netbsd-amd64), const SYS_GETPRIORITY = 100
pkg syscall (netbsd-amd64), const SYS_GETRLIMIT = 194
pkg syscall (netbsd-amd64), const SYS_GETRUSAGE = 445
pkg syscall (netbsd-amd64), const SYS_GETSID = 286
pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME = 32
pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT = 118
pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY = 418
pkg syscall (netbsd-amd64), const SYS_GETUID = 24
pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT = 356
pkg syscall (netbsd-amd64), const SYS_GETXATTR = 378
pkg syscall (netbsd-amd64), const SYS_IOCTL = 54
pkg syscall (netbsd-amd64), const SYS_ISSETUGID = 305
pkg syscall (netbsd-amd64), const SYS_KEVENT = 435
pkg syscall (netbsd-amd64), const SYS_KILL = 37
pkg syscall (netbsd-amd64), const SYS_KQUEUE = 344
pkg syscall (netbsd-amd64), const SYS_KQUEUE1 = 455
pkg syscall (netbsd-amd64), const SYS_KTRACE = 45
pkg syscall (netbsd-amd64), const SYS_LCHFLAGS = 304
pkg syscall (netbsd-amd64), const SYS_LCHMOD = 274
pkg syscall (netbsd-amd64), const SYS_LCHOWN = 275
pkg syscall (netbsd-amd64), const SYS_LGETXATTR = 379
pkg syscall (netbsd-amd64), const SYS_LINK = 9
pkg syscall (netbsd-amd64), const SYS_LINKAT = 457
pkg syscall (netbsd-amd64), const SYS_LISTEN = 106
pkg syscall (netbsd-amd64), const SYS_LISTXATTR = 381
pkg syscall (netbsd-amd64), const SYS_LLISTXATTR = 382
pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR = 385
pkg syscall (netbsd-amd64), const SYS_LSEEK = 199
pkg syscall (netbsd-amd64), const SYS_LSETXATTR = 376
pkg syscall (netbsd-amd64), const SYS_LSTAT = 441
pkg syscall (netbsd-amd64), const SYS_LUTIMES = 424
pkg syscall (netbsd-amd64), const SYS_MADVISE = 75
pkg syscall (netbsd-amd64), const SYS_MINCORE = 78
pkg syscall (netbsd-amd64), const SYS_MINHERIT = 273
pkg syscall (netbsd-amd64), const SYS_MKDIR = 136
pkg syscall (netbsd-amd64), const SYS_MKDIRAT = 461
pkg syscall (netbsd-amd64), const SYS_MKFIFO = 132
pkg syscall (netbsd-amd64), const SYS_MKFIFOAT = 459
pkg syscall (netbsd-amd64), const SYS_MKNOD = 450
pkg syscall (netbsd-amd64), const SYS_MKNODAT = 460
pkg syscall (netbsd-amd64), const SYS_MLOCK = 203
pkg syscall (netbsd-amd64), const SYS_MLOCKALL = 242
pkg syscall (netbsd-amd64), const SYS_MMAP = 197
pkg syscall (netbsd-amd64), const SYS_MODCTL = 246
pkg syscall (netbsd-amd64), const SYS_MOUNT = 410
pkg syscall (netbsd-amd64), const SYS_MPROTECT = 74
pkg syscall (netbsd-amd64), const SYS_MREMAP = 411
pkg syscall (netbsd-amd64), const SYS_MSGCTL = 444
pkg syscall (netbsd-amd64), const SYS_MSGGET = 225
pkg syscall (netbsd-amd64), const SYS_MSGRCV = 227
pkg syscall (netbsd-amd64), const SYS_MSGSND = 226
pkg syscall (netbsd-amd64), const SYS_MUNLOCK = 204
pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL = 243
pkg syscall (netbsd-amd64), const SYS_MUNMAP = 73
pkg syscall (netbsd-amd64), const SYS_NANOSLEEP = 430
pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME = 176
pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME = 448
pkg syscall (netbsd-amd64), const SYS_OPEN = 5
pkg syscall (netbsd-amd64), const SYS_OPENAT = 468
pkg syscall (netbsd-amd64), const SYS_PACCEPT = 456
pkg syscall (netbsd-amd64), const SYS_PATHCONF = 191
pkg syscall (netbsd-amd64), const SYS_PIPE = 42
pkg syscall (netbsd-amd64), const SYS_PIPE2 = 453
pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL = 342
pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO = 341
pkg syscall (netbsd-amd64), const SYS_POLL = 209
pkg syscall (netbsd-amd64), const SYS_POLLTS = 437
pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE = 416
pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN = 474
pkg syscall (netbsd-amd64), const SYS_PREAD = 173
pkg syscall (netbsd-amd64), const SYS_PREADV = 289
pkg syscall (netbsd-amd64), const SYS_PROFIL = 44
pkg syscall (netbsd-amd64), const SYS_PSELECT = 436
pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN = 414
pkg syscall (netbsd-amd64), const SYS_PSET_CREATE = 412
pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY = 413
pkg syscall (netbsd-amd64), const SYS_PTRACE = 26
pkg syscall (netbsd-amd64), const SYS_PWRITE = 174
pkg syscall (netbsd-amd64), const SYS_PWRITEV = 290
pkg syscall (netbsd-amd64), const SYS_RASCTL = 343
pkg syscall (netbsd-amd64), const SYS_READ = 3
pkg syscall (netbsd-amd64), const SYS_READLINK = 58
pkg syscall (netbsd-amd64), const SYS_READLINKAT = 469
pkg syscall (netbsd-amd64), const SYS_READV = 120
pkg syscall (netbsd-amd64), const SYS_REBOOT = 208
pkg syscall (netbsd-amd64), const SYS_RECVFROM = 29
pkg syscall (netbsd-amd64), const SYS_RECVMMSG = 475
pkg syscall (netbsd-amd64), const SYS_RECVMSG = 27
pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR = 384
pkg syscall (netbsd-amd64), const SYS_RENAME = 128
pkg syscall (netbsd-amd64), const SYS_RENAMEAT = 458
pkg syscall (netbsd-amd64), const SYS_REVOKE = 56
pkg syscall (netbsd-amd64), const SYS_RMDIR = 137
pkg syscall (netbsd-amd64), const SYS_SBRK = 69
pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD = 350
pkg syscall (netbsd-amd64), const SYS_SELECT = 417
pkg syscall (netbsd-amd64), const SYS_SEMCONFIG = 223
pkg syscall (netbsd-amd64), const SYS_SEMGET = 221
pkg syscall (netbsd-amd64), const SYS_SEMOP = 222
pkg syscall (netbsd-amd64), const SYS_SENDMMSG = 476
pkg syscall (netbsd-amd64), const SYS_SENDMSG = 28
pkg syscall (netbsd-amd64), const SYS_SENDTO = 133
pkg syscall (netbsd-amd64), const SYS_SETCONTEXT = 308
pkg syscall (netbsd-amd64), const SYS_SETEGID = 182
pkg syscall (netbsd-amd64), const SYS_SETEUID = 183
pkg syscall (netbsd-amd64), const SYS_SETGID = 181
pkg syscall (netbsd-amd64), const SYS_SETGROUPS = 80
pkg syscall (netbsd-amd64), const SYS_SETITIMER = 425
pkg syscall (netbsd-amd64), const SYS_SETPGID = 82
pkg syscall (netbsd-amd64), const SYS_SETPRIORITY = 96
pkg syscall (netbsd-amd64), const SYS_SETREGID = 127
pkg syscall (netbsd-amd64), const SYS_SETREUID = 126
pkg syscall (netbsd-amd64), const SYS_SETRLIMIT = 195
pkg syscall (netbsd-amd64), const SYS_SETSID = 147
pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT = 105
pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY = 419
pkg syscall (netbsd-amd64), const SYS_SETUID = 23
pkg syscall (netbsd-amd64), const SYS_SETXATTR = 375
pkg syscall (netbsd-amd64), const SYS_SHMAT = 228
pkg syscall (netbsd-amd64), const SYS_SHMCTL = 443
pkg syscall (netbsd-amd64), const SYS_SHMDT = 230
pkg syscall (netbsd-amd64), const SYS_SHMGET = 231
pkg syscall (netbsd-amd64), const SYS_SHUTDOWN = 134
pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO = 245
pkg syscall (netbsd-amd64), const SYS_SOCKET = 394
pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR = 135
pkg syscall (netbsd-amd64), const SYS_SSTK = 70
pkg syscall (netbsd-amd64), const SYS_STAT = 439
pkg syscall (netbsd-amd64), const SYS_STATVFS1 = 357
pkg syscall (netbsd-amd64), const SYS_SWAPCTL = 271
pkg syscall (netbsd-amd64), const SYS_SYMLINK = 57
pkg syscall (netbsd-amd64), const SYS_SYMLINKAT = 470
pkg syscall (netbsd-amd64), const SYS_SYNC = 36
pkg syscall (netbsd-amd64), const SYS_SYSARCH = 165
pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE = 235
pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE = 236
pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN = 239
pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME = 447
pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME = 446
pkg syscall (netbsd-amd64), const SYS_TRUNCATE = 200
pkg syscall (netbsd-amd64), const SYS_UMASK = 60
pkg syscall (netbsd-amd64), const SYS_UNDELETE = 205
pkg syscall (netbsd-amd64), const SYS_UNLINK = 10
pkg syscall (netbsd-amd64), const SYS_UNLINKAT = 471
pkg syscall (netbsd-amd64), const SYS_UNMOUNT = 22
pkg syscall (netbsd-amd64), const SYS_UTIMENSAT = 467
pkg syscall (netbsd-amd64), const SYS_UTIMES = 420
pkg syscall (netbsd-amd64), const SYS_UTRACE = 306
pkg syscall (netbsd-amd64), const SYS_UUIDGEN = 355
pkg syscall (netbsd-amd64), const SYS_VADVISE = 72
pkg syscall (netbsd-amd64), const SYS_VFORK = 66
pkg syscall (netbsd-amd64), const SYS_WAIT4 = 449
pkg syscall (netbsd-amd64), const SYS_WRITE = 4
pkg syscall (netbsd-amd64), const SYS_WRITEV = 121
pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE = 314
pkg syscall (netbsd-amd64), const SYS__LWP_CREATE = 309
pkg syscall (netbsd-amd64), const SYS__LWP_CTL = 325
pkg syscall (netbsd-amd64), const SYS__LWP_DETACH = 319
pkg syscall (netbsd-amd64), const SYS__LWP_EXIT = 310
pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME = 324
pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE = 316
pkg syscall (netbsd-amd64), const SYS__LWP_KILL = 318
pkg syscall (netbsd-amd64), const SYS__LWP_PARK = 434
pkg syscall (netbsd-amd64), const SYS__LWP_SELF = 311
pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME = 323
pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE = 317
pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND = 313
pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK = 321
pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL = 322
pkg syscall (netbsd-amd64), const SYS__LWP_WAIT = 312
pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP = 315
pkg syscall (netbsd-amd64), const SYS__PSET_BIND = 415
pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY = 349
pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM = 347
pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY = 348
pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM = 346
pkg syscall (netbsd-amd64), const SYS___CLONE = 287
pkg syscall (netbsd-amd64), const SYS___GETCWD = 296
pkg syscall (netbsd-amd64), const SYS___GETLOGIN = 49
pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN = 283
pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN = 284
pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN = 285
pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME = 270
pkg syscall (netbsd-amd64), const SYS___QUOTACTL = 473
pkg syscall (netbsd-amd64), const SYS___SEMCTL = 442
pkg syscall (netbsd-amd64), const SYS___SETLOGIN = 50
pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP = 340
pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT = 431
pkg syscall (netbsd-amd64), const SYS___SYSCTL = 202
pkg syscall (netbsd-amd64), const S_ARCH1 = 65536
pkg syscall (netbsd-amd64), const S_ARCH2 = 131072
pkg syscall (netbsd-amd64), const S_BLKSIZE = 512
pkg syscall (netbsd-amd64), const S_IEXEC = 64
pkg syscall (netbsd-amd64), const S_IFMT = 61440
pkg syscall (netbsd-amd64), const S_IFWHT = 57344
pkg syscall (netbsd-amd64), const S_IREAD = 256
pkg syscall (netbsd-amd64), const S_IRGRP = 32
pkg syscall (netbsd-amd64), const S_IROTH = 4
pkg syscall (netbsd-amd64), const S_IRWXG = 56
pkg syscall (netbsd-amd64), const S_IRWXO = 7
pkg syscall (netbsd-amd64), const S_IRWXU = 448
pkg syscall (netbsd-amd64), const S_ISTXT = 512
pkg syscall (netbsd-amd64), const S_IWGRP = 16
pkg syscall (netbsd-amd64), const S_IWOTH = 2
pkg syscall (netbsd-amd64), const S_IWRITE = 128
pkg syscall (netbsd-amd64), const S_IXGRP = 8
pkg syscall (netbsd-amd64), const S_IXOTH = 1
pkg syscall (netbsd-amd64), const S_LOGIN_SET = 1
pkg syscall (netbsd-amd64), const SizeofBpfHdr = 32
pkg syscall (netbsd-amd64), const SizeofBpfInsn = 8
pkg syscall (netbsd-amd64), const SizeofBpfProgram = 16
pkg syscall (netbsd-amd64), const SizeofBpfStat = 128
pkg syscall (netbsd-amd64), const SizeofBpfVersion = 4
pkg syscall (netbsd-amd64), const SizeofCmsghdr = 12
pkg syscall (netbsd-amd64), const SizeofIPMreq = 8
pkg syscall (netbsd-amd64), const SizeofIPv6Mreq = 20
pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr = 24
pkg syscall (netbsd-amd64), const SizeofIfData = 136
pkg syscall (netbsd-amd64), const SizeofIfMsghdr = 152
pkg syscall (netbsd-amd64), const SizeofIfaMsghdr = 24
pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo = 20
pkg syscall (netbsd-amd64), const SizeofLinger = 8
pkg syscall (netbsd-amd64), const SizeofMsghdr = 48
pkg syscall (netbsd-amd64), const SizeofRtMetrics = 80
pkg syscall (netbsd-amd64), const SizeofRtMsghdr = 120
pkg syscall (netbsd-amd64), const SizeofSockaddrAny = 108
pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink = 20
pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 = 16
pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 = 28
pkg syscall (netbsd-amd64), const SizeofSockaddrUnix = 106
pkg syscall (netbsd-amd64), const TCIFLUSH = 1
pkg syscall (netbsd-amd64), const TCIOFLUSH = 3
pkg syscall (netbsd-amd64), const TCOFLUSH = 2
pkg syscall (netbsd-amd64), const TCP_CONGCTL = 32
pkg syscall (netbsd-amd64), const TCP_KEEPCNT = 6
pkg syscall (netbsd-amd64), const TCP_KEEPIDLE = 3
pkg syscall (netbsd-amd64), const TCP_KEEPINIT = 7
pkg syscall (netbsd-amd64), const TCP_KEEPINTVL = 5
pkg syscall (netbsd-amd64), const TCP_MAXBURST = 4
pkg syscall (netbsd-amd64), const TCP_MAXSEG = 2
pkg syscall (netbsd-amd64), const TCP_MAXWIN = 65535
pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT = 14
pkg syscall (netbsd-amd64), const TCP_MD5SIG = 16
pkg syscall (netbsd-amd64), const TCP_MINMSS = 216
pkg syscall (netbsd-amd64), const TCP_MSS = 536
pkg syscall (netbsd-amd64), const TCSAFLUSH = 2
pkg syscall (netbsd-amd64), const TIOCCBRK = 536900730
pkg syscall (netbsd-amd64), const TIOCCDTR = 536900728
pkg syscall (netbsd-amd64), const TIOCCONS = 2147775586
pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP = 1074820184
pkg syscall (netbsd-amd64), const TIOCDRAIN = 536900702
pkg syscall (netbsd-amd64), const TIOCEXCL = 536900621
pkg syscall (netbsd-amd64), const TIOCEXT = 2147775584
pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS = 16
pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL = 2
pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS = 4
pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF = 8
pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR = 1
pkg syscall (netbsd-amd64), const TIOCFLUSH = 2147775504
pkg syscall (netbsd-amd64), const TIOCGETA = 1076655123
pkg syscall (netbsd-amd64), const TIOCGETD = 1074033690
pkg syscall (netbsd-amd64), const TIOCGFLAGS = 1074033757
pkg syscall (netbsd-amd64), const TIOCGLINED = 1075868738
pkg syscall (netbsd-amd64), const TIOCGPGRP = 1074033783
pkg syscall (netbsd-amd64), const TIOCGQSIZE = 1074033793
pkg syscall (netbsd-amd64), const TIOCGRANTPT = 536900679
pkg syscall (netbsd-amd64), const TIOCGSID = 1074033763
pkg syscall (netbsd-amd64), const TIOCGSIZE = 1074295912
pkg syscall (netbsd-amd64), const TIOCGWINSZ = 1074295912
pkg syscall (netbsd-amd64), const TIOCMBIC = 2147775595
pkg syscall (netbsd-amd64), const TIOCMBIS = 2147775596
pkg syscall (netbsd-amd64), const TIOCMGET = 1074033770
pkg syscall (netbsd-amd64), const TIOCMSET = 2147775597
pkg syscall (netbsd-amd64), const TIOCM_CAR = 64
pkg syscall (netbsd-amd64), const TIOCM_CD = 64
pkg syscall (netbsd-amd64), const TIOCM_CTS = 32
pkg syscall (netbsd-amd64), const TIOCM_DSR = 256
pkg syscall (netbsd-amd64), const TIOCM_DTR = 2
pkg syscall (netbsd-amd64), const TIOCM_LE = 1
pkg syscall (netbsd-amd64), const TIOCM_RI = 128
pkg syscall (netbsd-amd64), const TIOCM_RNG = 128
pkg syscall (netbsd-amd64), const TIOCM_RTS = 4
pkg syscall (netbsd-amd64), const TIOCM_SR = 16
pkg syscall (netbsd-amd64), const TIOCM_ST = 8
pkg syscall (netbsd-amd64), const TIOCNOTTY = 536900721
pkg syscall (netbsd-amd64), const TIOCNXCL = 536900622
pkg syscall (netbsd-amd64), const TIOCOUTQ = 1074033779
pkg syscall (netbsd-amd64), const TIOCPKT = 2147775600
pkg syscall (netbsd-amd64), const TIOCPKT_DATA = 0
pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP = 32
pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD = 1
pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL = 64
pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP = 16
pkg syscall (netbsd-amd64), const TIOCPKT_START = 8
pkg syscall (netbsd-amd64), const TIOCPKT_STOP = 4
pkg syscall (netbsd-amd64), const TIOCPTMGET = 1076393030
pkg syscall (netbsd-amd64), const TIOCPTSNAME = 1076393032
pkg syscall (netbsd-amd64), const TIOCRCVFRAME = 2148037701
pkg syscall (netbsd-amd64), const TIOCREMOTE = 2147775593
pkg syscall (netbsd-amd64), const TIOCSBRK = 536900731
pkg syscall (netbsd-amd64), const TIOCSCTTY = 536900705
pkg syscall (netbsd-amd64), const TIOCSDTR = 536900729
pkg syscall (netbsd-amd64), const TIOCSETA = 2150396948
pkg syscall (netbsd-amd64), const TIOCSETAF = 2150396950
pkg syscall (netbsd-amd64), const TIOCSETAW = 2150396949
pkg syscall (netbsd-amd64), const TIOCSETD = 2147775515
pkg syscall (netbsd-amd64), const TIOCSFLAGS = 2147775580
pkg syscall (netbsd-amd64), const TIOCSIG = 536900703
pkg syscall (netbsd-amd64), const TIOCSLINED = 2149610563
pkg syscall (netbsd-amd64), const TIOCSPGRP = 2147775606
pkg syscall (netbsd-amd64), const TIOCSQSIZE = 2147775616
pkg syscall (netbsd-amd64), const TIOCSSIZE = 2148037735
pkg syscall (netbsd-amd64), const TIOCSTART = 536900718
pkg syscall (netbsd-amd64), const TIOCSTAT = 2147775589
pkg syscall (netbsd-amd64), const TIOCSTI = 2147578994
pkg syscall (netbsd-amd64), const TIOCSTOP = 536900719
pkg syscall (netbsd-amd64), const TIOCSWINSZ = 2148037735
pkg syscall (netbsd-amd64), const TIOCUCNTL = 2147775590
pkg syscall (netbsd-amd64), const TIOCXMTFRAME = 2148037700
pkg syscall (netbsd-amd64), const TOSTOP = 4194304
pkg syscall (netbsd-amd64), const VDISCARD = 15
pkg syscall (netbsd-amd64), const VDSUSP = 11
pkg syscall (netbsd-amd64), const VEOF = 0
pkg syscall (netbsd-amd64), const VEOL = 1
pkg syscall (netbsd-amd64), const VEOL2 = 2
pkg syscall (netbsd-amd64), const VERASE = 3
pkg syscall (netbsd-amd64), const VINTR = 8
pkg syscall (netbsd-amd64), const VKILL = 5
pkg syscall (netbsd-amd64), const VLNEXT = 14
pkg syscall (netbsd-amd64), const VMIN = 16
pkg syscall (netbsd-amd64), const VQUIT = 9
pkg syscall (netbsd-amd64), const VREPRINT = 6
pkg syscall (netbsd-amd64), const VSTART = 12
pkg syscall (netbsd-amd64), const VSTATUS = 18
pkg syscall (netbsd-amd64), const VSTOP = 13
pkg syscall (netbsd-amd64), const VSUSP = 10
pkg syscall (netbsd-amd64), const VTIME = 17
pkg syscall (netbsd-amd64), const VWERASE = 4
pkg syscall (netbsd-amd64), const WALL = 8
pkg syscall (netbsd-amd64), const WALLSIG = 8
pkg syscall (netbsd-amd64), const WALTSIG = 4
pkg syscall (netbsd-amd64), const WCLONE = 4
pkg syscall (netbsd-amd64), const WCOREFLAG = 128
pkg syscall (netbsd-amd64), const WNOHANG = 1
pkg syscall (netbsd-amd64), const WNOWAIT = 65536
pkg syscall (netbsd-amd64), const WNOZOMBIE = 131072
pkg syscall (netbsd-amd64), const WOPTSCHECKED = 262144
pkg syscall (netbsd-amd64), const WSTOPPED = 127
pkg syscall (netbsd-amd64), const WUNTRACED = 2
pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK = 16
pkg syscall (netbsd-amd64-cgo), const AF_ARP = 28
pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH = 31
pkg syscall (netbsd-amd64-cgo), const AF_CCITT = 10
pkg syscall (netbsd-amd64-cgo), const AF_CHAOS = 5
pkg syscall (netbsd-amd64-cgo), const AF_CNT = 21
pkg syscall (netbsd-amd64-cgo), const AF_COIP = 20
pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT = 9
pkg syscall (netbsd-amd64-cgo), const AF_DECnet = 12
pkg syscall (netbsd-amd64-cgo), const AF_DLI = 13
pkg syscall (netbsd-amd64-cgo), const AF_E164 = 26
pkg syscall (netbsd-amd64-cgo), const AF_ECMA = 8
pkg syscall (netbsd-amd64-cgo), const AF_HYLINK = 15
pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 = 32
pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK = 3
pkg syscall (netbsd-amd64-cgo), const AF_INET6 = 24
pkg syscall (netbsd-amd64-cgo), const AF_IPX = 23
pkg syscall (netbsd-amd64-cgo), const AF_ISDN = 26
pkg syscall (netbsd-amd64-cgo), const AF_ISO = 7
pkg syscall (netbsd-amd64-cgo), const AF_LAT = 14
pkg syscall (netbsd-amd64-cgo), const AF_LINK = 18
pkg syscall (netbsd-amd64-cgo), const AF_LOCAL = 1
pkg syscall (netbsd-amd64-cgo), const AF_MAX = 35
pkg syscall (netbsd-amd64-cgo), const AF_MPLS = 33
pkg syscall (netbsd-amd64-cgo), const AF_NATM = 27
pkg syscall (netbsd-amd64-cgo), const AF_NS = 6
pkg syscall (netbsd-amd64-cgo), const AF_OROUTE = 17
pkg syscall (netbsd-amd64-cgo), const AF_OSI = 7
pkg syscall (netbsd-amd64-cgo), const AF_PUP = 4
pkg syscall (netbsd-amd64-cgo), const AF_ROUTE = 34
pkg syscall (netbsd-amd64-cgo), const AF_SNA = 11
pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET = 7
pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER = 1
pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY = 15
pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP = 23
pkg syscall (netbsd-amd64-cgo), const B0 = 0
pkg syscall (netbsd-amd64-cgo), const B110 = 110
pkg syscall (netbsd-amd64-cgo), const B115200 = 115200
pkg syscall (netbsd-amd64-cgo), const B1200 = 1200
pkg syscall (netbsd-amd64-cgo), const B134 = 134
pkg syscall (netbsd-amd64-cgo), const B14400 = 14400
pkg syscall (netbsd-amd64-cgo), const B150 = 150
pkg syscall (netbsd-amd64-cgo), const B1800 = 1800
pkg syscall (netbsd-amd64-cgo), const B19200 = 19200
pkg syscall (netbsd-amd64-cgo), const B200 = 200
pkg syscall (netbsd-amd64-cgo), const B230400 = 230400
pkg syscall (netbsd-amd64-cgo), const B2400 = 2400
pkg syscall (netbsd-amd64-cgo), const B28800 = 28800
pkg syscall (netbsd-amd64-cgo), const B300 = 300
pkg syscall (netbsd-amd64-cgo), const B38400 = 38400
pkg syscall (netbsd-amd64-cgo), const B460800 = 460800
pkg syscall (netbsd-amd64-cgo), const B4800 = 4800
pkg syscall (netbsd-amd64-cgo), const B50 = 50
pkg syscall (netbsd-amd64-cgo), const B57600 = 57600
pkg syscall (netbsd-amd64-cgo), const B600 = 600
pkg syscall (netbsd-amd64-cgo), const B7200 = 7200
pkg syscall (netbsd-amd64-cgo), const B75 = 75
pkg syscall (netbsd-amd64-cgo), const B76800 = 76800
pkg syscall (netbsd-amd64-cgo), const B921600 = 921600
pkg syscall (netbsd-amd64-cgo), const B9600 = 9600
pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK = 2147762813
pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH = 536887912
pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN = 1074020966
pkg syscall (netbsd-amd64-cgo), const BIOCGDLT = 1074020970
pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST = 3222291063
pkg syscall (netbsd-amd64-cgo), const BIOCGETIF = 1083196011
pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK = 1074020988
pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807419
pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT = 1074020984
pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS = 1082147439
pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD = 1074283119
pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC = 536887913
pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN = 3221504614
pkg syscall (netbsd-amd64-cgo), const BIOCSDLT = 2147762806
pkg syscall (netbsd-amd64-cgo), const BIOCSETF = 2148549223
pkg syscall (netbsd-amd64-cgo), const BIOCSETIF = 2156937836
pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK = 2147762813
pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549242
pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT = 2147762809
pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF = 2148549234
pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF = 2148549235
pkg syscall (netbsd-amd64-cgo), const BIOCVERSION = 1074020977
pkg syscall (netbsd-amd64-cgo), const BPF_A = 16
pkg syscall (netbsd-amd64-cgo), const BPF_ABS = 32
pkg syscall (netbsd-amd64-cgo), const BPF_ADD = 0
pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT = 8
pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 = 4
pkg syscall (netbsd-amd64-cgo), const BPF_ALU = 4
pkg syscall (netbsd-amd64-cgo), const BPF_AND = 80
pkg syscall (netbsd-amd64-cgo), const BPF_B = 16
pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE = 1048576
pkg syscall (netbsd-amd64-cgo), const BPF_DIV = 48
pkg syscall (netbsd-amd64-cgo), const BPF_H = 8
pkg syscall (netbsd-amd64-cgo), const BPF_IMM = 0
pkg syscall (netbsd-amd64-cgo), const BPF_IND = 64
pkg syscall (netbsd-amd64-cgo), const BPF_JA = 0
pkg syscall (netbsd-amd64-cgo), const BPF_JEQ = 16
pkg syscall (netbsd-amd64-cgo), const BPF_JGE = 48
pkg syscall (netbsd-amd64-cgo), const BPF_JGT = 32
pkg syscall (netbsd-amd64-cgo), const BPF_JMP = 5
pkg syscall (netbsd-amd64-cgo), const BPF_JSET = 64
pkg syscall (netbsd-amd64-cgo), const BPF_K = 0
pkg syscall (netbsd-amd64-cgo), const BPF_LD = 0
pkg syscall (netbsd-amd64-cgo), const BPF_LDX = 1
pkg syscall (netbsd-amd64-cgo), const BPF_LEN = 128
pkg syscall (netbsd-amd64-cgo), const BPF_LSH = 96
pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE = 16777216
pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS = 512
pkg syscall (netbsd-amd64-cgo), const BPF_MEM = 96
pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS = 16
pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (netbsd-amd64-cgo), const BPF_MISC = 7
pkg syscall (netbsd-amd64-cgo), const BPF_MSH = 160
pkg syscall (netbsd-amd64-cgo), const BPF_MUL = 32
pkg syscall (netbsd-amd64-cgo), const BPF_NEG = 128
pkg syscall (netbsd-amd64-cgo), const BPF_OR = 64
pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE = 199606
pkg syscall (netbsd-amd64-cgo), const BPF_RET = 6
pkg syscall (netbsd-amd64-cgo), const BPF_RSH = 112
pkg syscall (netbsd-amd64-cgo), const BPF_ST = 2
pkg syscall (netbsd-amd64-cgo), const BPF_STX = 3
pkg syscall (netbsd-amd64-cgo), const BPF_SUB = 16
pkg syscall (netbsd-amd64-cgo), const BPF_TAX = 0
pkg syscall (netbsd-amd64-cgo), const BPF_TXA = 128
pkg syscall (netbsd-amd64-cgo), const BPF_W = 0
pkg syscall (netbsd-amd64-cgo), const BPF_X = 8
pkg syscall (netbsd-amd64-cgo), const BRKINT = 2
pkg syscall (netbsd-amd64-cgo), const CFLUSH = 15
pkg syscall (netbsd-amd64-cgo), const CLOCAL = 32768
pkg syscall (netbsd-amd64-cgo), const CREAD = 2048
pkg syscall (netbsd-amd64-cgo), const CS5 = 0
pkg syscall (netbsd-amd64-cgo), const CS6 = 256
pkg syscall (netbsd-amd64-cgo), const CS7 = 512
pkg syscall (netbsd-amd64-cgo), const CS8 = 768
pkg syscall (netbsd-amd64-cgo), const CSIZE = 768
pkg syscall (netbsd-amd64-cgo), const CSTART = 17
pkg syscall (netbsd-amd64-cgo), const CSTATUS = 20
pkg syscall (netbsd-amd64-cgo), const CSTOP = 19
pkg syscall (netbsd-amd64-cgo), const CSTOPB = 1024
pkg syscall (netbsd-amd64-cgo), const CSUSP = 26
pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME = 12
pkg syscall (netbsd-amd64-cgo), const CTL_NET = 4
pkg syscall (netbsd-amd64-cgo), const CTL_QUERY = -2
pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH = 536896632
pkg syscall (netbsd-amd64-cgo), const DLT_A429 = 184
pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM = 185
pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
pkg syscall (netbsd-amd64-cgo), const DLT_AOS = 222
pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET = 7
pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP = 19
pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (netbsd-amd64-cgo), const DLT_AURORA = 126
pkg syscall (netbsd-amd64-cgo), const DLT_AX25 = 3
pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS = 202
pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B = 190
pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS = 5
pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS = 118
pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC = 104
pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (netbsd-amd64-cgo), const DLT_DECT = 221
pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS = 143
pkg syscall (netbsd-amd64-cgo), const DLT_ECONET = 115
pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB = 1
pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB = 2
pkg syscall (netbsd-amd64-cgo), const DLT_ENC = 109
pkg syscall (netbsd-amd64-cgo), const DLT_ERF = 197
pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH = 175
pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS = 176
pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 = 224
pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (netbsd-amd64-cgo), const DLT_FDDI = 10
pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY = 210
pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY = 107
pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F = 171
pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T = 170
pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC = 169
pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM = 217
pkg syscall (netbsd-amd64-cgo), const DLT_HDLC = 16
pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC = 121
pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI = 15
pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN = 146
pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP = 145
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 = 6
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 = 105
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (netbsd-amd64-cgo), const DLT_IPMB = 199
pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX = 209
pkg syscall (netbsd-amd64-cgo), const DLT_IPNET = 226
pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 = 228
pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 = 229
pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC = 122
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES = 132
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST = 200
pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP = 183
pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
pkg syscall (netbsd-amd64-cgo), const DLT_LAPD = 203
pkg syscall (netbsd-amd64-cgo), const DLT_LIN = 212
pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA = 144
pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD = 177
pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL = 113
pkg syscall (netbsd-amd64-cgo), const DLT_LOOP = 108
pkg syscall (netbsd-amd64-cgo), const DLT_LTALK = 114
pkg syscall (netbsd-amd64-cgo), const DLT_MFR = 182
pkg syscall (netbsd-amd64-cgo), const DLT_MOST = 211
pkg syscall (netbsd-amd64-cgo), const DLT_MPLS = 219
pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 = 140
pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 = 141
pkg syscall (netbsd-amd64-cgo), const DLT_NULL = 0
pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP = 125
pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG = 117
pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC = 18
pkg syscall (netbsd-amd64-cgo), const DLT_PPI = 192
pkg syscall (netbsd-amd64-cgo), const DLT_PPP = 9
pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS = 14
pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER = 51
pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD = 166
pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER = 119
pkg syscall (netbsd-amd64-cgo), const DLT_PRONET = 4
pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 = 198
pkg syscall (netbsd-amd64-cgo), const DLT_RAW = 12
pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK = 35913728
pkg syscall (netbsd-amd64-cgo), const DLT_RIO = 124
pkg syscall (netbsd-amd64-cgo), const DLT_SCCP = 142
pkg syscall (netbsd-amd64-cgo), const DLT_SITA = 196
pkg syscall (netbsd-amd64-cgo), const DLT_SLIP = 8
pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS = 13
pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM = 123
pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (netbsd-amd64-cgo), const DLT_TZSP = 128
pkg syscall (netbsd-amd64-cgo), const DLT_USB = 186
pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX = 189
pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (netbsd-amd64-cgo), const DLT_WIHART = 223
pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL = 213
pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA = 214
pkg syscall (netbsd-amd64-cgo), const DT_BLK = 6
pkg syscall (netbsd-amd64-cgo), const DT_CHR = 2
pkg syscall (netbsd-amd64-cgo), const DT_DIR = 4
pkg syscall (netbsd-amd64-cgo), const DT_FIFO = 1
pkg syscall (netbsd-amd64-cgo), const DT_LNK = 10
pkg syscall (netbsd-amd64-cgo), const DT_REG = 8
pkg syscall (netbsd-amd64-cgo), const DT_SOCK = 12
pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN = 0
pkg syscall (netbsd-amd64-cgo), const DT_WHT = 14
pkg syscall (netbsd-amd64-cgo), const E2BIG = 7
pkg syscall (netbsd-amd64-cgo), const EACCES = 13
pkg syscall (netbsd-amd64-cgo), const EADDRINUSE = 48
pkg syscall (netbsd-amd64-cgo), const EADDRNOTAVAIL = 49
pkg syscall (netbsd-amd64-cgo), const EAFNOSUPPORT = 47
pkg syscall (netbsd-amd64-cgo), const EAGAIN = 35
pkg syscall (netbsd-amd64-cgo), const EALREADY = 37
pkg syscall (netbsd-amd64-cgo), const EAUTH = 80
pkg syscall (netbsd-amd64-cgo), const EBADF = 9
pkg syscall (netbsd-amd64-cgo), const EBADMSG = 88
pkg syscall (netbsd-amd64-cgo), const EBADRPC = 72
pkg syscall (netbsd-amd64-cgo), const EBUSY = 16
pkg syscall (netbsd-amd64-cgo), const ECANCELED = 87
pkg syscall (netbsd-amd64-cgo), const ECHILD = 10
pkg syscall (netbsd-amd64-cgo), const ECHO = 8
pkg syscall (netbsd-amd64-cgo), const ECHOCTL = 64
pkg syscall (netbsd-amd64-cgo), const ECHOE = 2
pkg syscall (netbsd-amd64-cgo), const ECHOK = 4
pkg syscall (netbsd-amd64-cgo), const ECHOKE = 1
pkg syscall (netbsd-amd64-cgo), const ECHONL = 16
pkg syscall (netbsd-amd64-cgo), const ECHOPRT = 32
pkg syscall (netbsd-amd64-cgo), const ECONNABORTED = 53
pkg syscall (netbsd-amd64-cgo), const ECONNREFUSED = 61
pkg syscall (netbsd-amd64-cgo), const ECONNRESET = 54
pkg syscall (netbsd-amd64-cgo), const EDEADLK = 11
pkg syscall (netbsd-amd64-cgo), const EDESTADDRREQ = 39
pkg syscall (netbsd-amd64-cgo), const EDOM = 33
pkg syscall (netbsd-amd64-cgo), const EDQUOT = 69
pkg syscall (netbsd-amd64-cgo), const EEXIST = 17
pkg syscall (netbsd-amd64-cgo), const EFAULT = 14
pkg syscall (netbsd-amd64-cgo), const EFBIG = 27
pkg syscall (netbsd-amd64-cgo), const EFTYPE = 79
pkg syscall (netbsd-amd64-cgo), const EHOSTDOWN = 64
pkg syscall (netbsd-amd64-cgo), const EHOSTUNREACH = 65
pkg syscall (netbsd-amd64-cgo), const EIDRM = 82
pkg syscall (netbsd-amd64-cgo), const EILSEQ = 85
pkg syscall (netbsd-amd64-cgo), const EINPROGRESS = 36
pkg syscall (netbsd-amd64-cgo), const EINTR = 4
pkg syscall (netbsd-amd64-cgo), const EINVAL = 22
pkg syscall (netbsd-amd64-cgo), const EIO = 5
pkg syscall (netbsd-amd64-cgo), const EISCONN = 56
pkg syscall (netbsd-amd64-cgo), const EISDIR = 21
pkg syscall (netbsd-amd64-cgo), const ELAST = 96
pkg syscall (netbsd-amd64-cgo), const ELOOP = 62
pkg syscall (netbsd-amd64-cgo), const EMFILE = 24
pkg syscall (netbsd-amd64-cgo), const EMLINK = 31
pkg syscall (netbsd-amd64-cgo), const EMSGSIZE = 40
pkg syscall (netbsd-amd64-cgo), const EMULTIHOP = 94
pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX = 1
pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 = 5
pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID = 6
pkg syscall (netbsd-amd64-cgo), const ENAMETOOLONG = 63
pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH = 81
pkg syscall (netbsd-amd64-cgo), const ENETDOWN = 50
pkg syscall (netbsd-amd64-cgo), const ENETRESET = 52
pkg syscall (netbsd-amd64-cgo), const ENETUNREACH = 51
pkg syscall (netbsd-amd64-cgo), const ENFILE = 23
pkg syscall (netbsd-amd64-cgo), const ENOATTR = 93
pkg syscall (netbsd-amd64-cgo), const ENOBUFS = 55
pkg syscall (netbsd-amd64-cgo), const ENODATA = 89
pkg syscall (netbsd-amd64-cgo), const ENODEV = 19
pkg syscall (netbsd-amd64-cgo), const ENOEXEC = 8
pkg syscall (netbsd-amd64-cgo), const ENOLCK = 77
pkg syscall (netbsd-amd64-cgo), const ENOLINK = 95
pkg syscall (netbsd-amd64-cgo), const ENOMEM = 12
pkg syscall (netbsd-amd64-cgo), const ENOMSG = 83
pkg syscall (netbsd-amd64-cgo), const ENOPROTOOPT = 42
pkg syscall (netbsd-amd64-cgo), const ENOSPC = 28
pkg syscall (netbsd-amd64-cgo), const ENOSR = 90
pkg syscall (netbsd-amd64-cgo), const ENOSTR = 91
pkg syscall (netbsd-amd64-cgo), const ENOSYS = 78
pkg syscall (netbsd-amd64-cgo), const ENOTBLK = 15
pkg syscall (netbsd-amd64-cgo), const ENOTCONN = 57
pkg syscall (netbsd-amd64-cgo), const ENOTDIR = 20
pkg syscall (netbsd-amd64-cgo), const ENOTEMPTY = 66
pkg syscall (netbsd-amd64-cgo), const ENOTSOCK = 38
pkg syscall (netbsd-amd64-cgo), const ENOTSUP = 86
pkg syscall (netbsd-amd64-cgo), const ENOTTY = 25
pkg syscall (netbsd-amd64-cgo), const ENXIO = 6
pkg syscall (netbsd-amd64-cgo), const EOPNOTSUPP = 45
pkg syscall (netbsd-amd64-cgo), const EOVERFLOW = 84
pkg syscall (netbsd-amd64-cgo), const EPERM = 1
pkg syscall (netbsd-amd64-cgo), const EPFNOSUPPORT = 46
pkg syscall (netbsd-amd64-cgo), const EPIPE = 32
pkg syscall (netbsd-amd64-cgo), const EPROCLIM = 67
pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL = 76
pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH = 75
pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL = 74
pkg syscall (netbsd-amd64-cgo), const EPROTO = 96
pkg syscall (netbsd-amd64-cgo), const EPROTONOSUPPORT = 43
pkg syscall (netbsd-amd64-cgo), const EPROTOTYPE = 41
pkg syscall (netbsd-amd64-cgo), const ERANGE = 34
pkg syscall (netbsd-amd64-cgo), const EREMOTE = 71
pkg syscall (netbsd-amd64-cgo), const EROFS = 30
pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH = 73
pkg syscall (netbsd-amd64-cgo), const ESHUTDOWN = 58
pkg syscall (netbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (netbsd-amd64-cgo), const ESPIPE = 29
pkg syscall (netbsd-amd64-cgo), const ESRCH = 3
pkg syscall (netbsd-amd64-cgo), const ESTALE = 70
pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU = 4
pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU = 1
pkg syscall (netbsd-amd64-cgo), const ETHERMIN = 46
pkg syscall (netbsd-amd64-cgo), const ETHERMTU = 1500
pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO = 9000
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 = 4
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT = 32923
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN = 24579
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES = 32861
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP = 32773
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP = 2048
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS = 1536
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP = 512
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP = 33153
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN = 4
pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN = 14
pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO = 9018
pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN = 64
pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (netbsd-amd64-cgo), const ETIME = 92
pkg syscall (netbsd-amd64-cgo), const ETIMEDOUT = 60
pkg syscall (netbsd-amd64-cgo), const ETOOMANYREFS = 59
pkg syscall (netbsd-amd64-cgo), const ETXTBSY = 26
pkg syscall (netbsd-amd64-cgo), const EUSERS = 68
pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO = 2
pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC = 4
pkg syscall (netbsd-amd64-cgo), const EVFILT_READ = 0
pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL = 5
pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER = 6
pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE = 3
pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE = 1
pkg syscall (netbsd-amd64-cgo), const EV_ADD = 1
pkg syscall (netbsd-amd64-cgo), const EV_CLEAR = 32
pkg syscall (netbsd-amd64-cgo), const EV_DELETE = 2
pkg syscall (netbsd-amd64-cgo), const EV_DISABLE = 8
pkg syscall (netbsd-amd64-cgo), const EV_ENABLE = 4
pkg syscall (netbsd-amd64-cgo), const EV_EOF = 32768
pkg syscall (netbsd-amd64-cgo), const EV_ERROR = 16384
pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 = 8192
pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT = 16
pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS = 61440
pkg syscall (netbsd-amd64-cgo), const EWOULDBLOCK = 35
pkg syscall (netbsd-amd64-cgo), const EXDEV = 18
pkg syscall (netbsd-amd64-cgo), const EXTA = 19200
pkg syscall (netbsd-amd64-cgo), const EXTB = 38400
pkg syscall (netbsd-amd64-cgo), const EXTPROC = 2048
pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC = 1
pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE = 256
pkg syscall (netbsd-amd64-cgo), const FLUSHO = 8388608
pkg syscall (netbsd-amd64-cgo), const F_CLOSEM = 10
pkg syscall (netbsd-amd64-cgo), const F_DUPFD = 0
pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 12
pkg syscall (netbsd-amd64-cgo), const F_FSCTL = -2147483648
pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK = 1879048192
pkg syscall (netbsd-amd64-cgo), const F_FSIN = 268435456
pkg syscall (netbsd-amd64-cgo), const F_FSINOUT = 805306368
pkg syscall (netbsd-amd64-cgo), const F_FSOUT = 536870912
pkg syscall (netbsd-amd64-cgo), const F_FSPRIV = 32768
pkg syscall (netbsd-amd64-cgo), const F_FSVOID = 1073741824
pkg syscall (netbsd-amd64-cgo), const F_GETFD = 1
pkg syscall (netbsd-amd64-cgo), const F_GETFL = 3
pkg syscall (netbsd-amd64-cgo), const F_GETLK = 7
pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE = 13
pkg syscall (netbsd-amd64-cgo), const F_GETOWN = 5
pkg syscall (netbsd-amd64-cgo), const F_MAXFD = 11
pkg syscall (netbsd-amd64-cgo), const F_OK = 0
pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK = 4095
pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX = 4095
pkg syscall (netbsd-amd64-cgo), const F_RDLCK = 1
pkg syscall (netbsd-amd64-cgo), const F_SETFD = 2
pkg syscall (netbsd-amd64-cgo), const F_SETFL = 4
pkg syscall (netbsd-amd64-cgo), const F_SETLK = 8
pkg syscall (netbsd-amd64-cgo), const F_SETLKW = 9
pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE = 14
pkg syscall (netbsd-amd64-cgo), const F_SETOWN = 6
pkg syscall (netbsd-amd64-cgo), const F_UNLCK = 2
pkg syscall (netbsd-amd64-cgo), const F_WRLCK = 3
pkg syscall (netbsd-amd64-cgo), const HUPCL = 16384
pkg syscall (netbsd-amd64-cgo), const ICANON = 256
pkg syscall (netbsd-amd64-cgo), const ICRNL = 256
pkg syscall (netbsd-amd64-cgo), const IEXTEN = 1024
pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL = 0
pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE = 1
pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE = 1
pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI = 512
pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE = 36690
pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG = 4
pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 = 4096
pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 = 8192
pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 = 16384
pkg syscall (netbsd-amd64-cgo), const IFF_LOOPBACK = 8
pkg syscall (netbsd-amd64-cgo), const IFF_MULTICAST = 32768
pkg syscall (netbsd-amd64-cgo), const IFF_NOARP = 128
pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS = 32
pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE = 1024
pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT = 16
pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC = 256
pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING = 64
pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX = 2048
pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ = 16
pkg syscall (netbsd-amd64-cgo), const IFT_1822 = 2
pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 = 187
pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 = 49
pkg syscall (netbsd-amd64-cgo), const IFT_ADSL = 94
pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 = 59
pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 = 60
pkg syscall (netbsd-amd64-cgo), const IFT_ARAP = 88
pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET = 35
pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC = 84
pkg syscall (netbsd-amd64-cgo), const IFT_ATM = 37
pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI = 105
pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI = 106
pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA = 107
pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO = 189
pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE = 209
pkg syscall (netbsd-amd64-cgo), const IFT_BSC = 83
pkg syscall (netbsd-amd64-cgo), const IFT_CARP = 248
pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL = 61
pkg syscall (netbsd-amd64-cgo), const IFT_CEPT = 19
pkg syscall (netbsd-amd64-cgo), const IFT_CES = 133
pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL = 70
pkg syscall (netbsd-amd64-cgo), const IFT_CNR = 85
pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE = 132
pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (netbsd-amd64-cgo), const IFT_DCN = 141
pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (netbsd-amd64-cgo), const IFT_DLSW = 74
pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (netbsd-amd64-cgo), const IFT_DS0 = 81
pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL = 170
pkg syscall (netbsd-amd64-cgo), const IFT_DS3 = 30
pkg syscall (netbsd-amd64-cgo), const IFT_DTM = 140
pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN = 172
pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT = 173
pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (netbsd-amd64-cgo), const IFT_ECONET = 206
pkg syscall (netbsd-amd64-cgo), const IFT_EON = 25
pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS = 87
pkg syscall (netbsd-amd64-cgo), const IFT_ESCON = 73
pkg syscall (netbsd-amd64-cgo), const IFT_ETHER = 6
pkg syscall (netbsd-amd64-cgo), const IFT_FAITH = 242
pkg syscall (netbsd-amd64-cgo), const IFT_FAST = 125
pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER = 62
pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX = 69
pkg syscall (netbsd-amd64-cgo), const IFT_FDDI = 15
pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY = 32
pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE = 44
pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD = 158
pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB = 67
pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K = 66
pkg syscall (netbsd-amd64-cgo), const IFT_GIF = 240
pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT = 178
pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT = 177
pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY = 165
pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 = 3
pkg syscall (netbsd-amd64-cgo), const IFT_HDLC = 118
pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 = 168
pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI = 47
pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD = 90
pkg syscall (netbsd-amd64-cgo), const IFT_HSSI = 46
pkg syscall (netbsd-amd64-cgo), const IFT_HY = 14
pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (netbsd-amd64-cgo), const IFT_IDSL = 154
pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 = 144
pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 = 71
pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 = 55
pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN = 145
pkg syscall (netbsd-amd64-cgo), const IFT_IMT = 190
pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND = 199
pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE = 124
pkg syscall (netbsd-amd64-cgo), const IFT_IP = 126
pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD = 142
pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM = 114
pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH = 78
pkg syscall (netbsd-amd64-cgo), const IFT_ISDN = 63
pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC = 20
pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS = 75
pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU = 76
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC = 41
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 = 7
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 = 8
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 = 9
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR = 86
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 = 10
pkg syscall (netbsd-amd64-cgo), const IFT_ISUP = 179
pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN = 135
pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN = 136
pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (netbsd-amd64-cgo), const IFT_LAPB = 16
pkg syscall (netbsd-amd64-cgo), const IFT_LAPD = 77
pkg syscall (netbsd-amd64-cgo), const IFT_LAPF = 119
pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP = 210
pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK = 42
pkg syscall (netbsd-amd64-cgo), const IFT_LOOP = 24
pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK = 167
pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 = 38
pkg syscall (netbsd-amd64-cgo), const IFT_MODEM = 48
pkg syscall (netbsd-amd64-cgo), const IFT_MPC = 113
pkg syscall (netbsd-amd64-cgo), const IFT_MPLS = 166
pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL = 143
pkg syscall (netbsd-amd64-cgo), const IFT_MVL = 191
pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET = 99
pkg syscall (netbsd-amd64-cgo), const IFT_NFAS = 175
pkg syscall (netbsd-amd64-cgo), const IFT_NSIP = 27
pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (netbsd-amd64-cgo), const IFT_OTHER = 1
pkg syscall (netbsd-amd64-cgo), const IFT_P10 = 12
pkg syscall (netbsd-amd64-cgo), const IFT_P80 = 13
pkg syscall (netbsd-amd64-cgo), const IFT_PARA = 34
pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG = 245
pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC = 246
pkg syscall (netbsd-amd64-cgo), const IFT_PLC = 174
pkg syscall (netbsd-amd64-cgo), const IFT_PON155 = 207
pkg syscall (netbsd-amd64-cgo), const IFT_PON622 = 208
pkg syscall (netbsd-amd64-cgo), const IFT_POS = 171
pkg syscall (netbsd-amd64-cgo), const IFT_PPP = 23
pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM = 197
pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS = 89
pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX = 54
pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL = 22
pkg syscall (netbsd-amd64-cgo), const IFT_PVC = 241
pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 = 201
pkg syscall (netbsd-amd64-cgo), const IFT_QLLC = 68
pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC = 188
pkg syscall (netbsd-amd64-cgo), const IFT_RADSL = 95
pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL = 192
pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 = 159
pkg syscall (netbsd-amd64-cgo), const IFT_RS232 = 33
pkg syscall (netbsd-amd64-cgo), const IFT_RSRB = 79
pkg syscall (netbsd-amd64-cgo), const IFT_SDLC = 17
pkg syscall (netbsd-amd64-cgo), const IFT_SDSL = 96
pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL = 169
pkg syscall (netbsd-amd64-cgo), const IFT_SIP = 31
pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG = 204
pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG = 203
pkg syscall (netbsd-amd64-cgo), const IFT_SLIP = 28
pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI = 43
pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP = 52
pkg syscall (netbsd-amd64-cgo), const IFT_SONET = 39
pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH = 50
pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT = 51
pkg syscall (netbsd-amd64-cgo), const IFT_SRP = 151
pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN = 11
pkg syscall (netbsd-amd64-cgo), const IFT_STF = 215
pkg syscall (netbsd-amd64-cgo), const IFT_T1 = 18
pkg syscall (netbsd-amd64-cgo), const IFT_TDLC = 116
pkg syscall (netbsd-amd64-cgo), const IFT_TELINK = 200
pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD = 91
pkg syscall (netbsd-amd64-cgo), const IFT_TR008 = 176
pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL = 131
pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA = 29
pkg syscall (netbsd-amd64-cgo), const IFT_USB = 160
pkg syscall (netbsd-amd64-cgo), const IFT_V11 = 64
pkg syscall (netbsd-amd64-cgo), const IFT_V35 = 45
pkg syscall (netbsd-amd64-cgo), const IFT_V36 = 65
pkg syscall (netbsd-amd64-cgo), const IFT_V37 = 120
pkg syscall (netbsd-amd64-cgo), const IFT_VDSL = 97
pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG = 202
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID = 213
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM = 100
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP = 103
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO = 101
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS = 102
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (netbsd-amd64-cgo), const IFT_X213 = 93
pkg syscall (netbsd-amd64-cgo), const IFT_X25 = 5
pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN = 4
pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP = 121
pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE = 40
pkg syscall (netbsd-amd64-cgo), const IFT_XETHER = 26
pkg syscall (netbsd-amd64-cgo), const IGNBRK = 1
pkg syscall (netbsd-amd64-cgo), const IGNCR = 128
pkg syscall (netbsd-amd64-cgo), const IGNPAR = 4
pkg syscall (netbsd-amd64-cgo), const IMAXBEL = 8192
pkg syscall (netbsd-amd64-cgo), const INLCR = 64
pkg syscall (netbsd-amd64-cgo), const INPCK = 16
pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX = 128
pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST = 255
pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET = 127
pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH = 51
pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP = 112
pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE = 257
pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP = 8
pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP = 98
pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON = 80
pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP = 50
pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP = 3
pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE = 47
pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP = 1
pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP = 22
pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP = 2
pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP = 4
pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 = 4
pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP = 58
pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX = 256
pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID = 52
pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE = 55
pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE = 59
pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM = 103
pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP = 12
pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW = 255
pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING = 43
pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP = 46
pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP = 29
pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP = 112
pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM = 26
pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM = 64
pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG = 62
pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS = 50
pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH = 29
pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL = 120
pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC = 1
pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS = 49
pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (netbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (netbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM = 255
pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU = 1280
pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP = 48
pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU = 44
pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO = 46
pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE = 14
pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR = 51
pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS = 61
pkg syscall (netbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (netbsd-amd64-cgo), const IPV6_V6ONLY = 27
pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION = 96
pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (netbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (netbsd-amd64-cgo), const IP_DF = 16384
pkg syscall (netbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (netbsd-amd64-cgo), const IP_EF = 32768
pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU = 21
pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL = 2
pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY = 22
pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET = 65535
pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (netbsd-amd64-cgo), const IP_MF = 8192
pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE = 69
pkg syscall (netbsd-amd64-cgo), const IP_MINTTL = 24
pkg syscall (netbsd-amd64-cgo), const IP_MSS = 576
pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_IF = 9
pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK = 8191
pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS = 1
pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE = 19
pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR = 7
pkg syscall (netbsd-amd64-cgo), const IP_RECVIF = 20
pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS = 5
pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS = 6
pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL = 23
pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS = 8
pkg syscall (netbsd-amd64-cgo), const IP_RF = 32768
pkg syscall (netbsd-amd64-cgo), const IP_TOS = 3
pkg syscall (netbsd-amd64-cgo), const IP_TTL = 4
pkg syscall (netbsd-amd64-cgo), const ISIG = 128
pkg syscall (netbsd-amd64-cgo), const ISTRIP = 32
pkg syscall (netbsd-amd64-cgo), const IXANY = 2048
pkg syscall (netbsd-amd64-cgo), const IXOFF = 1024
pkg syscall (netbsd-amd64-cgo), const IXON = 512
pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
pkg syscall (netbsd-amd64-cgo), const LOCK_EX = 2
pkg syscall (netbsd-amd64-cgo), const LOCK_NB = 4
pkg syscall (netbsd-amd64-cgo), const LOCK_SH = 1
pkg syscall (netbsd-amd64-cgo), const LOCK_UN = 8
pkg syscall (netbsd-amd64-cgo), const MSG_BCAST = 256
pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF = 33554432
pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC = 32
pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE = 4
pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT = 128
pkg syscall (netbsd-amd64-cgo), const MSG_EOR = 8
pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE = 67108864
pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE = 134217728
pkg syscall (netbsd-amd64-cgo), const MSG_MCAST = 512
pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF = 16777216
pkg syscall (netbsd-amd64-cgo), const MSG_NBIO = 4096
pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
pkg syscall (netbsd-amd64-cgo), const MSG_OOB = 1
pkg syscall (netbsd-amd64-cgo), const MSG_PEEK = 2
pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC = 16
pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS = 16777215
pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL = 64
pkg syscall (netbsd-amd64-cgo), const NAME_MAX = 511
pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP = 1
pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS = 2
pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST = 5
pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID = 6
pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST = 4
pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST = 3
pkg syscall (netbsd-amd64-cgo), const NOFLSH = 2147483648
pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB = 8
pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD = 4
pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE = 1
pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC = 536870912
pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT = 2147483648
pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND = 4
pkg syscall (netbsd-amd64-cgo), const NOTE_FORK = 1073741824
pkg syscall (netbsd-amd64-cgo), const NOTE_LINK = 16
pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT = 1
pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME = 32
pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE = 64
pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK = 1
pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR = 2
pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE = 2
pkg syscall (netbsd-amd64-cgo), const OCRNL = 16
pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP = 3221513850
pkg syscall (netbsd-amd64-cgo), const ONLCR = 2
pkg syscall (netbsd-amd64-cgo), const ONLRET = 64
pkg syscall (netbsd-amd64-cgo), const ONOCR = 32
pkg syscall (netbsd-amd64-cgo), const ONOEOT = 8
pkg syscall (netbsd-amd64-cgo), const OPOST = 1
pkg syscall (netbsd-amd64-cgo), const O_ACCMODE = 3
pkg syscall (netbsd-amd64-cgo), const O_ALT_IO = 262144
pkg syscall (netbsd-amd64-cgo), const O_APPEND = 8
pkg syscall (netbsd-amd64-cgo), const O_ASYNC = 64
pkg syscall (netbsd-amd64-cgo), const O_CLOEXEC = 4194304
pkg syscall (netbsd-amd64-cgo), const O_CREAT = 512
pkg syscall (netbsd-amd64-cgo), const O_DIRECT = 524288
pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY = 2097152
pkg syscall (netbsd-amd64-cgo), const O_DSYNC = 65536
pkg syscall (netbsd-amd64-cgo), const O_EXCL = 2048
pkg syscall (netbsd-amd64-cgo), const O_EXLOCK = 32
pkg syscall (netbsd-amd64-cgo), const O_FSYNC = 128
pkg syscall (netbsd-amd64-cgo), const O_NDELAY = 4
pkg syscall (netbsd-amd64-cgo), const O_NOCTTY = 32768
pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW = 256
pkg syscall (netbsd-amd64-cgo), const O_NONBLOCK = 4
pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE = 16777216
pkg syscall (netbsd-amd64-cgo), const O_RSYNC = 131072
pkg syscall (netbsd-amd64-cgo), const O_SHLOCK = 16
pkg syscall (netbsd-amd64-cgo), const O_SYNC = 128
pkg syscall (netbsd-amd64-cgo), const O_TRUNC = 1024
pkg syscall (netbsd-amd64-cgo), const PARENB = 4096
pkg syscall (netbsd-amd64-cgo), const PARMRK = 8
pkg syscall (netbsd-amd64-cgo), const PARODD = 8192
pkg syscall (netbsd-amd64-cgo), const PENDIN = 536870912
pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH = 124
pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT = 7
pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL = 8
pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME = 0
pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS = 10
pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE = 4
pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU = 0
pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA = 2
pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE = 1
pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE = 8
pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK = 3
pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR = 6
pkg syscall (netbsd-amd64-cgo), const RTAX_BRD = 7
pkg syscall (netbsd-amd64-cgo), const RTAX_DST = 0
pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY = 1
pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK = 3
pkg syscall (netbsd-amd64-cgo), const RTAX_IFA = 5
pkg syscall (netbsd-amd64-cgo), const RTAX_IFP = 4
pkg syscall (netbsd-amd64-cgo), const RTAX_MAX = 9
pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK = 2
pkg syscall (netbsd-amd64-cgo), const RTAX_TAG = 8
pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR = 64
pkg syscall (netbsd-amd64-cgo), const RTA_BRD = 128
pkg syscall (netbsd-amd64-cgo), const RTA_DST = 1
pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY = 2
pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK = 8
pkg syscall (netbsd-amd64-cgo), const RTA_IFA = 32
pkg syscall (netbsd-amd64-cgo), const RTA_IFP = 16
pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK = 4
pkg syscall (netbsd-amd64-cgo), const RTA_TAG = 256
pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE = 131072
pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (netbsd-amd64-cgo), const RTF_CLONED = 8192
pkg syscall (netbsd-amd64-cgo), const RTF_CLONING = 256
pkg syscall (netbsd-amd64-cgo), const RTF_DONE = 64
pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC = 16
pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY = 2
pkg syscall (netbsd-amd64-cgo), const RTF_HOST = 4
pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO = 1024
pkg syscall (netbsd-amd64-cgo), const RTF_MASK = 128
pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED = 32
pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 = 32768
pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 = 16384
pkg syscall (netbsd-amd64-cgo), const RTF_REJECT = 8
pkg syscall (netbsd-amd64-cgo), const RTF_SRC = 65536
pkg syscall (netbsd-amd64-cgo), const RTF_STATIC = 2048
pkg syscall (netbsd-amd64-cgo), const RTF_UP = 1
pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE = 512
pkg syscall (netbsd-amd64-cgo), const RTM_ADD = 1
pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE = 3
pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR = 21
pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR = 13
pkg syscall (netbsd-amd64-cgo), const RTM_DELETE = 2
pkg syscall (netbsd-amd64-cgo), const RTM_GET = 4
pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 = 17
pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE = 16
pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO = 20
pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD = 19
pkg syscall (netbsd-amd64-cgo), const RTM_LOCK = 8
pkg syscall (netbsd-amd64-cgo), const RTM_LOSING = 5
pkg syscall (netbsd-amd64-cgo), const RTM_MISS = 7
pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR = 12
pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO = 15
pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD = 9
pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL = 10
pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO = 14
pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT = 6
pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE = 11
pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE = 18
pkg syscall (netbsd-amd64-cgo), const RTM_VERSION = 4
pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE = 4
pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT = 2
pkg syscall (netbsd-amd64-cgo), const RTV_MTU = 1
pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE = 8
pkg syscall (netbsd-amd64-cgo), const RTV_RTT = 64
pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR = 128
pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE = 16
pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH = 32
pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF = 0
pkg syscall (netbsd-amd64-cgo), const SCM_CREDS = 4
pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS = 1
pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP = 8
pkg syscall (netbsd-amd64-cgo), const SIGBUS = 10
pkg syscall (netbsd-amd64-cgo), const SIGCHLD = 20
pkg syscall (netbsd-amd64-cgo), const SIGCONT = 19
pkg syscall (netbsd-amd64-cgo), const SIGEMT = 7
pkg syscall (netbsd-amd64-cgo), const SIGINFO = 29
pkg syscall (netbsd-amd64-cgo), const SIGIO = 23
pkg syscall (netbsd-amd64-cgo), const SIGIOT = 6
pkg syscall (netbsd-amd64-cgo), const SIGPROF = 27
pkg syscall (netbsd-amd64-cgo), const SIGPWR = 32
pkg syscall (netbsd-amd64-cgo), const SIGSTOP = 17
pkg syscall (netbsd-amd64-cgo), const SIGSYS = 12
pkg syscall (netbsd-amd64-cgo), const SIGTSTP = 18
pkg syscall (netbsd-amd64-cgo), const SIGTTIN = 21
pkg syscall (netbsd-amd64-cgo), const SIGTTOU = 22
pkg syscall (netbsd-amd64-cgo), const SIGURG = 16
pkg syscall (netbsd-amd64-cgo), const SIGUSR1 = 30
pkg syscall (netbsd-amd64-cgo), const SIGUSR2 = 31
pkg syscall (netbsd-amd64-cgo), const SIGVTALRM = 26
pkg syscall (netbsd-amd64-cgo), const SIGWINCH = 28
pkg syscall (netbsd-amd64-cgo), const SIGXCPU = 24
pkg syscall (netbsd-amd64-cgo), const SIGXFSZ = 25
pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI = 2156947761
pkg syscall (netbsd-amd64-cgo), const SIOCADDRT = 2151182858
pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR = 2165860636
pkg syscall (netbsd-amd64-cgo), const SIOCATMARK = 1074033415
pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI = 2156947762
pkg syscall (netbsd-amd64-cgo), const SIOCDELRT = 2151182859
pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR = 2156947737
pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR = 2156947785
pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR = 2165860638
pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC = 3230689784
pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR = 3230689569
pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF = 3231213856
pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS = 3225446683
pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR = 3230689571
pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP = 3223349622
pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF = 3222300966
pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA = 3231213957
pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT = 3230689655
pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR = 3230689570
pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS = 3230689553
pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC = 3230689594
pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC = 3230689559
pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU = 3230689662
pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK = 3230689573
pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3230689608
pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3230689607
pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR = 3239602461
pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR = 3223873927
pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP = 1074033417
pkg syscall (netbsd-amd64-cgo), const SIOCGVH = 3230689667
pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE = 2156947834
pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY = 2156947833
pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR = 3228592516
pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC = 2156947959
pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR = 2156947724
pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF = 2157472031
pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR = 2156947731
pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP = 2149607797
pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR = 2156947726
pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS = 2156947728
pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC = 2156947769
pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA = 3230689589
pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC = 2156947736
pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU = 2156947839
pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK = 2156947734
pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR = 2150132104
pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP = 2147775240
pkg syscall (netbsd-amd64-cgo), const SIOCSVH = 3230689666
pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA = 3231213958
pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC = 268435456
pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK = 4026531840
pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK = 536870912
pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE = 1073741824
pkg syscall (netbsd-amd64-cgo), const SOCK_RDM = 4
pkg syscall (netbsd-amd64-cgo), const SOL_SOCKET = 65535
pkg syscall (netbsd-amd64-cgo), const SOMAXCONN = 128
pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN = 2
pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
pkg syscall (netbsd-amd64-cgo), const SO_BROADCAST = 32
pkg syscall (netbsd-amd64-cgo), const SO_DEBUG = 1
pkg syscall (netbsd-amd64-cgo), const SO_DONTROUTE = 16
pkg syscall (netbsd-amd64-cgo), const SO_ERROR = 4103
pkg syscall (netbsd-amd64-cgo), const SO_KEEPALIVE = 8
pkg syscall (netbsd-amd64-cgo), const SO_LINGER = 128
pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER = 4106
pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE = 2048
pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE = 256
pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED = 4105
pkg syscall (netbsd-amd64-cgo), const SO_RCVBUF = 4098
pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT = 4100
pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO = 4108
pkg syscall (netbsd-amd64-cgo), const SO_REUSEADDR = 4
pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT = 512
pkg syscall (netbsd-amd64-cgo), const SO_SNDBUF = 4097
pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT = 4099
pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO = 4107
pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP = 8192
pkg syscall (netbsd-amd64-cgo), const SO_TYPE = 4104
pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK = 64
pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION = 16777216
pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 = 0
pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 = 16777216
pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK = 4278190080
pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT = 30
pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS = 33
pkg syscall (netbsd-amd64-cgo), const SYS_ACCT = 51
pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME = 421
pkg syscall (netbsd-amd64-cgo), const SYS_BIND = 104
pkg syscall (netbsd-amd64-cgo), const SYS_BREAK = 17
pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR = 12
pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS = 34
pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD = 15
pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN = 16
pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT = 61
pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES = 429
pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 427
pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 428
pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE = 6
pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT = 98
pkg syscall (netbsd-amd64-cgo), const SYS_DUP = 41
pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 = 90
pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 = 454
pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE = 59
pkg syscall (netbsd-amd64-cgo), const SYS_EXIT = 1
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL = 360
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 366
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 363
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 369
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 365
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 362
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 368
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 370
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 371
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 372
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 364
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 361
pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 367
pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT = 462
pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR = 13
pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS = 35
pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD = 124
pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT = 463
pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN = 123
pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT = 464
pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT = 297
pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL = 92
pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC = 241
pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE = 465
pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR = 380
pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT = 451
pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE = 288
pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR = 383
pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK = 131
pkg syscall (netbsd-amd64-cgo), const SYS_FORK = 2
pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF = 192
pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR = 386
pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR = 377
pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT = 440
pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT = 466
pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 = 358
pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC = 95
pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE = 354
pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE = 201
pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS = 472
pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES = 423
pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT = 307
pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS = 390
pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID = 43
pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID = 25
pkg syscall (netbsd-amd64-cgo), const SYS_GETFH = 395
pkg syscall (netbsd-amd64-cgo), const SYS_GETGID = 47
pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS = 79
pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER = 426
pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME = 31
pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID = 207
pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP = 81
pkg syscall (netbsd-amd64-cgo), const SYS_GETPID = 20
pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID = 39
pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY = 100
pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT = 194
pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE = 445
pkg syscall (netbsd-amd64-cgo), const SYS_GETSID = 286
pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 418
pkg syscall (netbsd-amd64-cgo), const SYS_GETUID = 24
pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT = 356
pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR = 378
pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL = 54
pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID = 305
pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT = 435
pkg syscall (netbsd-amd64-cgo), const SYS_KILL = 37
pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE = 344
pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 = 455
pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE = 45
pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS = 304
pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD = 274
pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN = 275
pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR = 379
pkg syscall (netbsd-amd64-cgo), const SYS_LINK = 9
pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT = 457
pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN = 106
pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR = 381
pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR = 382
pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR = 385
pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK = 199
pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR = 376
pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT = 441
pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES = 424
pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE = 75
pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE = 78
pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT = 273
pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR = 136
pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT = 461
pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO = 132
pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT = 459
pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD = 450
pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT = 460
pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK = 203
pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL = 242
pkg syscall (netbsd-amd64-cgo), const SYS_MMAP = 197
pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL = 246
pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT = 410
pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT = 74
pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP = 411
pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL = 444
pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET = 225
pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV = 227
pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND = 226
pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK = 204
pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL = 243
pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP = 73
pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP = 430
pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME = 448
pkg syscall (netbsd-amd64-cgo), const SYS_OPEN = 5
pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT = 468
pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT = 456
pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF = 191
pkg syscall (netbsd-amd64-cgo), const SYS_PIPE = 42
pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 = 453
pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL = 342
pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO = 341
pkg syscall (netbsd-amd64-cgo), const SYS_POLL = 209
pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS = 437
pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE = 416
pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN = 474
pkg syscall (netbsd-amd64-cgo), const SYS_PREAD = 173
pkg syscall (netbsd-amd64-cgo), const SYS_PREADV = 289
pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL = 44
pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT = 436
pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN = 414
pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE = 412
pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY = 413
pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE = 26
pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE = 174
pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV = 290
pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL = 343
pkg syscall (netbsd-amd64-cgo), const SYS_READ = 3
pkg syscall (netbsd-amd64-cgo), const SYS_READLINK = 58
pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT = 469
pkg syscall (netbsd-amd64-cgo), const SYS_READV = 120
pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT = 208
pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM = 29
pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG = 475
pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG = 27
pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR = 384
pkg syscall (netbsd-amd64-cgo), const SYS_RENAME = 128
pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT = 458
pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE = 56
pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR = 137
pkg syscall (netbsd-amd64-cgo), const SYS_SBRK = 69
pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD = 350
pkg syscall (netbsd-amd64-cgo), const SYS_SELECT = 417
pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG = 223
pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET = 221
pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP = 222
pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG = 476
pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG = 28
pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO = 133
pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT = 308
pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID = 182
pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID = 183
pkg syscall (netbsd-amd64-cgo), const SYS_SETGID = 181
pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS = 80
pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER = 425
pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID = 82
pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY = 96
pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID = 127
pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID = 126
pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT = 195
pkg syscall (netbsd-amd64-cgo), const SYS_SETSID = 147
pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 419
pkg syscall (netbsd-amd64-cgo), const SYS_SETUID = 23
pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR = 375
pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT = 228
pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL = 443
pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT = 230
pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET = 231
pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN = 134
pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO = 245
pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET = 394
pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (netbsd-amd64-cgo), const SYS_SSTK = 70
pkg syscall (netbsd-amd64-cgo), const SYS_STAT = 439
pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 = 357
pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL = 271
pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK = 57
pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT = 470
pkg syscall (netbsd-amd64-cgo), const SYS_SYNC = 36
pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH = 165
pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE = 235
pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE = 236
pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN = 239
pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME = 447
pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME = 446
pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE = 200
pkg syscall (netbsd-amd64-cgo), const SYS_UMASK = 60
pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE = 205
pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK = 10
pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT = 471
pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT = 22
pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT = 467
pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES = 420
pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE = 306
pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN = 355
pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE = 72
pkg syscall (netbsd-amd64-cgo), const SYS_VFORK = 66
pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 = 449
pkg syscall (netbsd-amd64-cgo), const SYS_WRITE = 4
pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV = 121
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE = 314
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE = 309
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL = 325
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH = 319
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT = 310
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME = 324
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE = 316
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL = 318
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK = 434
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF = 311
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME = 323
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE = 317
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND = 313
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK = 321
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL = 322
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT = 312
pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP = 315
pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND = 415
pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY = 349
pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM = 347
pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY = 348
pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM = 346
pkg syscall (netbsd-amd64-cgo), const SYS___CLONE = 287
pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD = 296
pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN = 49
pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN = 283
pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN = 284
pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN = 285
pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME = 270
pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL = 473
pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL = 442
pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN = 50
pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP = 340
pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT = 431
pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL = 202
pkg syscall (netbsd-amd64-cgo), const S_ARCH1 = 65536
pkg syscall (netbsd-amd64-cgo), const S_ARCH2 = 131072
pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE = 512
pkg syscall (netbsd-amd64-cgo), const S_IEXEC = 64
pkg syscall (netbsd-amd64-cgo), const S_IFMT = 61440
pkg syscall (netbsd-amd64-cgo), const S_IFWHT = 57344
pkg syscall (netbsd-amd64-cgo), const S_IREAD = 256
pkg syscall (netbsd-amd64-cgo), const S_IRGRP = 32
pkg syscall (netbsd-amd64-cgo), const S_IROTH = 4
pkg syscall (netbsd-amd64-cgo), const S_IRWXG = 56
pkg syscall (netbsd-amd64-cgo), const S_IRWXO = 7
pkg syscall (netbsd-amd64-cgo), const S_IRWXU = 448
pkg syscall (netbsd-amd64-cgo), const S_ISTXT = 512
pkg syscall (netbsd-amd64-cgo), const S_IWGRP = 16
pkg syscall (netbsd-amd64-cgo), const S_IWOTH = 2
pkg syscall (netbsd-amd64-cgo), const S_IWRITE = 128
pkg syscall (netbsd-amd64-cgo), const S_IXGRP = 8
pkg syscall (netbsd-amd64-cgo), const S_IXOTH = 1
pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET = 1
pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr = 32
pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn = 8
pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram = 16
pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat = 128
pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion = 4
pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr = 12
pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq = 8
pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq = 20
pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
pkg syscall (netbsd-amd64-cgo), const SizeofIfData = 136
pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr = 152
pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr = 24
pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (netbsd-amd64-cgo), const SizeofLinger = 8
pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr = 48
pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics = 80
pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr = 120
pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny = 108
pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink = 20
pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix = 106
pkg syscall (netbsd-amd64-cgo), const TCIFLUSH = 1
pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH = 3
pkg syscall (netbsd-amd64-cgo), const TCOFLUSH = 2
pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL = 32
pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT = 6
pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE = 3
pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT = 7
pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL = 5
pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST = 4
pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG = 2
pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN = 65535
pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG = 16
pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS = 216
pkg syscall (netbsd-amd64-cgo), const TCP_MSS = 536
pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH = 2
pkg syscall (netbsd-amd64-cgo), const TIOCCBRK = 536900730
pkg syscall (netbsd-amd64-cgo), const TIOCCDTR = 536900728
pkg syscall (netbsd-amd64-cgo), const TIOCCONS = 2147775586
pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN = 536900702
pkg syscall (netbsd-amd64-cgo), const TIOCEXCL = 536900621
pkg syscall (netbsd-amd64-cgo), const TIOCEXT = 2147775584
pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS = 16
pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH = 2147775504
pkg syscall (netbsd-amd64-cgo), const TIOCGETA = 1076655123
pkg syscall (netbsd-amd64-cgo), const TIOCGETD = 1074033690
pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
pkg syscall (netbsd-amd64-cgo), const TIOCGLINED = 1075868738
pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP = 1074033783
pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE = 1074033793
pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT = 536900679
pkg syscall (netbsd-amd64-cgo), const TIOCGSID = 1074033763
pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE = 1074295912
pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (netbsd-amd64-cgo), const TIOCMBIC = 2147775595
pkg syscall (netbsd-amd64-cgo), const TIOCMBIS = 2147775596
pkg syscall (netbsd-amd64-cgo), const TIOCMGET = 1074033770
pkg syscall (netbsd-amd64-cgo), const TIOCMSET = 2147775597
pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR = 64
pkg syscall (netbsd-amd64-cgo), const TIOCM_CD = 64
pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS = 32
pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR = 256
pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR = 2
pkg syscall (netbsd-amd64-cgo), const TIOCM_LE = 1
pkg syscall (netbsd-amd64-cgo), const TIOCM_RI = 128
pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG = 128
pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS = 4
pkg syscall (netbsd-amd64-cgo), const TIOCM_SR = 16
pkg syscall (netbsd-amd64-cgo), const TIOCM_ST = 8
pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY = 536900721
pkg syscall (netbsd-amd64-cgo), const TIOCNXCL = 536900622
pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ = 1074033779
pkg syscall (netbsd-amd64-cgo), const TIOCPKT = 2147775600
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA = 0
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START = 8
pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP = 4
pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET = 1076393030
pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME = 1076393032
pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME = 2148037701
pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE = 2147775593
pkg syscall (netbsd-amd64-cgo), const TIOCSBRK = 536900731
pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY = 536900705
pkg syscall (netbsd-amd64-cgo), const TIOCSDTR = 536900729
pkg syscall (netbsd-amd64-cgo), const TIOCSETA = 2150396948
pkg syscall (netbsd-amd64-cgo), const TIOCSETAF = 2150396950
pkg syscall (netbsd-amd64-cgo), const TIOCSETAW = 2150396949
pkg syscall (netbsd-amd64-cgo), const TIOCSETD = 2147775515
pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
pkg syscall (netbsd-amd64-cgo), const TIOCSIG = 536900703
pkg syscall (netbsd-amd64-cgo), const TIOCSLINED = 2149610563
pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP = 2147775606
pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE = 2147775616
pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE = 2148037735
pkg syscall (netbsd-amd64-cgo), const TIOCSTART = 536900718
pkg syscall (netbsd-amd64-cgo), const TIOCSTAT = 2147775589
pkg syscall (netbsd-amd64-cgo), const TIOCSTI = 2147578994
pkg syscall (netbsd-amd64-cgo), const TIOCSTOP = 536900719
pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL = 2147775590
pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME = 2148037700
pkg syscall (netbsd-amd64-cgo), const TOSTOP = 4194304
pkg syscall (netbsd-amd64-cgo), const VDISCARD = 15
pkg syscall (netbsd-amd64-cgo), const VDSUSP = 11
pkg syscall (netbsd-amd64-cgo), const VEOF = 0
pkg syscall (netbsd-amd64-cgo), const VEOL = 1
pkg syscall (netbsd-amd64-cgo), const VEOL2 = 2
pkg syscall (netbsd-amd64-cgo), const VERASE = 3
pkg syscall (netbsd-amd64-cgo), const VINTR = 8
pkg syscall (netbsd-amd64-cgo), const VKILL = 5
pkg syscall (netbsd-amd64-cgo), const VLNEXT = 14
pkg syscall (netbsd-amd64-cgo), const VMIN = 16
pkg syscall (netbsd-amd64-cgo), const VQUIT = 9
pkg syscall (netbsd-amd64-cgo), const VREPRINT = 6
pkg syscall (netbsd-amd64-cgo), const VSTART = 12
pkg syscall (netbsd-amd64-cgo), const VSTATUS = 18
pkg syscall (netbsd-amd64-cgo), const VSTOP = 13
pkg syscall (netbsd-amd64-cgo), const VSUSP = 10
pkg syscall (netbsd-amd64-cgo), const VTIME = 17
pkg syscall (netbsd-amd64-cgo), const VWERASE = 4
pkg syscall (netbsd-amd64-cgo), const WALL = 8
pkg syscall (netbsd-amd64-cgo), const WALLSIG = 8
pkg syscall (netbsd-amd64-cgo), const WALTSIG = 4
pkg syscall (netbsd-amd64-cgo), const WCLONE = 4
pkg syscall (netbsd-amd64-cgo), const WCOREFLAG = 128
pkg syscall (netbsd-amd64-cgo), const WNOHANG = 1
pkg syscall (netbsd-amd64-cgo), const WNOWAIT = 65536
pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE = 131072
pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED = 262144
pkg syscall (netbsd-amd64-cgo), const WSTOPPED = 127
pkg syscall (netbsd-amd64-cgo), const WUNTRACED = 2
pkg syscall (netbsd-arm), const AF_APPLETALK = 16
pkg syscall (netbsd-arm), const AF_ARP = 28
pkg syscall (netbsd-arm), const AF_BLUETOOTH = 31
pkg syscall (netbsd-arm), const AF_CCITT = 10
pkg syscall (netbsd-arm), const AF_CHAOS = 5
pkg syscall (netbsd-arm), const AF_CNT = 21
pkg syscall (netbsd-arm), const AF_COIP = 20
pkg syscall (netbsd-arm), const AF_DATAKIT = 9
pkg syscall (netbsd-arm), const AF_DECnet = 12
pkg syscall (netbsd-arm), const AF_DLI = 13
pkg syscall (netbsd-arm), const AF_E164 = 26
pkg syscall (netbsd-arm), const AF_ECMA = 8
pkg syscall (netbsd-arm), const AF_HYLINK = 15
pkg syscall (netbsd-arm), const AF_IEEE80211 = 32
pkg syscall (netbsd-arm), const AF_IMPLINK = 3
pkg syscall (netbsd-arm), const AF_INET6 = 24
pkg syscall (netbsd-arm), const AF_IPX = 23
pkg syscall (netbsd-arm), const AF_ISDN = 26
pkg syscall (netbsd-arm), const AF_ISO = 7
pkg syscall (netbsd-arm), const AF_LAT = 14
pkg syscall (netbsd-arm), const AF_LINK = 18
pkg syscall (netbsd-arm), const AF_LOCAL = 1
pkg syscall (netbsd-arm), const AF_MAX = 35
pkg syscall (netbsd-arm), const AF_MPLS = 33
pkg syscall (netbsd-arm), const AF_NATM = 27
pkg syscall (netbsd-arm), const AF_NS = 6
pkg syscall (netbsd-arm), const AF_OROUTE = 17
pkg syscall (netbsd-arm), const AF_OSI = 7
pkg syscall (netbsd-arm), const AF_PUP = 4
pkg syscall (netbsd-arm), const AF_ROUTE = 34
pkg syscall (netbsd-arm), const AF_SNA = 11
pkg syscall (netbsd-arm), const ARPHRD_ARCNET = 7
pkg syscall (netbsd-arm), const ARPHRD_ETHER = 1
pkg syscall (netbsd-arm), const ARPHRD_FRELAY = 15
pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 = 24
pkg syscall (netbsd-arm), const ARPHRD_IEEE802 = 6
pkg syscall (netbsd-arm), const ARPHRD_STRIP = 23
pkg syscall (netbsd-arm), const B0 = 0
pkg syscall (netbsd-arm), const B110 = 110
pkg syscall (netbsd-arm), const B115200 = 115200
pkg syscall (netbsd-arm), const B1200 = 1200
pkg syscall (netbsd-arm), const B134 = 134
pkg syscall (netbsd-arm), const B14400 = 14400
pkg syscall (netbsd-arm), const B150 = 150
pkg syscall (netbsd-arm), const B1800 = 1800
pkg syscall (netbsd-arm), const B19200 = 19200
pkg syscall (netbsd-arm), const B200 = 200
pkg syscall (netbsd-arm), const B230400 = 230400
pkg syscall (netbsd-arm), const B2400 = 2400
pkg syscall (netbsd-arm), const B28800 = 28800
pkg syscall (netbsd-arm), const B300 = 300
pkg syscall (netbsd-arm), const B38400 = 38400
pkg syscall (netbsd-arm), const B460800 = 460800
pkg syscall (netbsd-arm), const B4800 = 4800
pkg syscall (netbsd-arm), const B50 = 50
pkg syscall (netbsd-arm), const B57600 = 57600
pkg syscall (netbsd-arm), const B600 = 600
pkg syscall (netbsd-arm), const B7200 = 7200
pkg syscall (netbsd-arm), const B75 = 75
pkg syscall (netbsd-arm), const B76800 = 76800
pkg syscall (netbsd-arm), const B921600 = 921600
pkg syscall (netbsd-arm), const B9600 = 9600
pkg syscall (netbsd-arm), const BIOCFEEDBACK = 2147762813
pkg syscall (netbsd-arm), const BIOCFLUSH = 536887912
pkg syscall (netbsd-arm), const BIOCGBLEN = 1074020966
pkg syscall (netbsd-arm), const BIOCGDLT = 1074020970
pkg syscall (netbsd-arm), const BIOCGDLTLIST = 3221766775
pkg syscall (netbsd-arm), const BIOCGETIF = 1083196011
pkg syscall (netbsd-arm), const BIOCGFEEDBACK = 1074020988
pkg syscall (netbsd-arm), const BIOCGHDRCMPLT = 1074020980
pkg syscall (netbsd-arm), const BIOCGRTIMEOUT = 1074545275
pkg syscall (netbsd-arm), const BIOCGSEESENT = 1074020984
pkg syscall (netbsd-arm), const BIOCGSTATS = 1082147439
pkg syscall (netbsd-arm), const BIOCGSTATSOLD = 1074283119
pkg syscall (netbsd-arm), const BIOCIMMEDIATE = 2147762800
pkg syscall (netbsd-arm), const BIOCPROMISC = 536887913
pkg syscall (netbsd-arm), const BIOCSBLEN = 3221504614
pkg syscall (netbsd-arm), const BIOCSDLT = 2147762806
pkg syscall (netbsd-arm), const BIOCSETF = 2148024935
pkg syscall (netbsd-arm), const BIOCSETIF = 2156937836
pkg syscall (netbsd-arm), const BIOCSFEEDBACK = 2147762813
pkg syscall (netbsd-arm), const BIOCSHDRCMPLT = 2147762805
pkg syscall (netbsd-arm), const BIOCSRTIMEOUT = 2148287098
pkg syscall (netbsd-arm), const BIOCSSEESENT = 2147762809
pkg syscall (netbsd-arm), const BIOCSTCPF = 2148024946
pkg syscall (netbsd-arm), const BIOCSUDPF = 2148024947
pkg syscall (netbsd-arm), const BIOCVERSION = 1074020977
pkg syscall (netbsd-arm), const BPF_A = 16
pkg syscall (netbsd-arm), const BPF_ABS = 32
pkg syscall (netbsd-arm), const BPF_ADD = 0
pkg syscall (netbsd-arm), const BPF_ALIGNMENT = 4
pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 = 4
pkg syscall (netbsd-arm), const BPF_ALU = 4
pkg syscall (netbsd-arm), const BPF_AND = 80
pkg syscall (netbsd-arm), const BPF_B = 16
pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE = 1048576
pkg syscall (netbsd-arm), const BPF_DIV = 48
pkg syscall (netbsd-arm), const BPF_H = 8
pkg syscall (netbsd-arm), const BPF_IMM = 0
pkg syscall (netbsd-arm), const BPF_IND = 64
pkg syscall (netbsd-arm), const BPF_JA = 0
pkg syscall (netbsd-arm), const BPF_JEQ = 16
pkg syscall (netbsd-arm), const BPF_JGE = 48
pkg syscall (netbsd-arm), const BPF_JGT = 32
pkg syscall (netbsd-arm), const BPF_JMP = 5
pkg syscall (netbsd-arm), const BPF_JSET = 64
pkg syscall (netbsd-arm), const BPF_K = 0
pkg syscall (netbsd-arm), const BPF_LD = 0
pkg syscall (netbsd-arm), const BPF_LDX = 1
pkg syscall (netbsd-arm), const BPF_LEN = 128
pkg syscall (netbsd-arm), const BPF_LSH = 96
pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION = 1
pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE = 16777216
pkg syscall (netbsd-arm), const BPF_MAXINSNS = 512
pkg syscall (netbsd-arm), const BPF_MEM = 96
pkg syscall (netbsd-arm), const BPF_MEMWORDS = 16
pkg syscall (netbsd-arm), const BPF_MINBUFSIZE = 32
pkg syscall (netbsd-arm), const BPF_MINOR_VERSION = 1
pkg syscall (netbsd-arm), const BPF_MISC = 7
pkg syscall (netbsd-arm), const BPF_MSH = 160
pkg syscall (netbsd-arm), const BPF_MUL = 32
pkg syscall (netbsd-arm), const BPF_NEG = 128
pkg syscall (netbsd-arm), const BPF_OR = 64
pkg syscall (netbsd-arm), const BPF_RELEASE = 199606
pkg syscall (netbsd-arm), const BPF_RET = 6
pkg syscall (netbsd-arm), const BPF_RSH = 112
pkg syscall (netbsd-arm), const BPF_ST = 2
pkg syscall (netbsd-arm), const BPF_STX = 3
pkg syscall (netbsd-arm), const BPF_SUB = 16
pkg syscall (netbsd-arm), const BPF_TAX = 0
pkg syscall (netbsd-arm), const BPF_TXA = 128
pkg syscall (netbsd-arm), const BPF_W = 0
pkg syscall (netbsd-arm), const BPF_X = 8
pkg syscall (netbsd-arm), const BRKINT = 2
pkg syscall (netbsd-arm), const CFLUSH = 15
pkg syscall (netbsd-arm), const CLOCAL = 32768
pkg syscall (netbsd-arm), const CREAD = 2048
pkg syscall (netbsd-arm), const CS5 = 0
pkg syscall (netbsd-arm), const CS6 = 256
pkg syscall (netbsd-arm), const CS7 = 512
pkg syscall (netbsd-arm), const CS8 = 768
pkg syscall (netbsd-arm), const CSIZE = 768
pkg syscall (netbsd-arm), const CSTART = 17
pkg syscall (netbsd-arm), const CSTATUS = 20
pkg syscall (netbsd-arm), const CSTOP = 19
pkg syscall (netbsd-arm), const CSTOPB = 1024
pkg syscall (netbsd-arm), const CSUSP = 26
pkg syscall (netbsd-arm), const CTL_MAXNAME = 12
pkg syscall (netbsd-arm), const CTL_NET = 4
pkg syscall (netbsd-arm), const CTL_QUERY = -2
pkg syscall (netbsd-arm), const DIOCBSFLUSH = 536896632
pkg syscall (netbsd-arm), const DLT_A429 = 184
pkg syscall (netbsd-arm), const DLT_A653_ICM = 185
pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER = 120
pkg syscall (netbsd-arm), const DLT_AOS = 222
pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (netbsd-arm), const DLT_ARCNET = 7
pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX = 129
pkg syscall (netbsd-arm), const DLT_ATM_CLIP = 19
pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 = 11
pkg syscall (netbsd-arm), const DLT_AURORA = 126
pkg syscall (netbsd-arm), const DLT_AX25 = 3
pkg syscall (netbsd-arm), const DLT_AX25_KISS = 202
pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP = 165
pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (netbsd-arm), const DLT_CAN20B = 190
pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN = 227
pkg syscall (netbsd-arm), const DLT_CHAOS = 5
pkg syscall (netbsd-arm), const DLT_CISCO_IOS = 118
pkg syscall (netbsd-arm), const DLT_C_HDLC = 104
pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (netbsd-arm), const DLT_DECT = 221
pkg syscall (netbsd-arm), const DLT_DOCSIS = 143
pkg syscall (netbsd-arm), const DLT_ECONET = 115
pkg syscall (netbsd-arm), const DLT_EN10MB = 1
pkg syscall (netbsd-arm), const DLT_EN3MB = 2
pkg syscall (netbsd-arm), const DLT_ENC = 109
pkg syscall (netbsd-arm), const DLT_ERF = 197
pkg syscall (netbsd-arm), const DLT_ERF_ETH = 175
pkg syscall (netbsd-arm), const DLT_ERF_POS = 176
pkg syscall (netbsd-arm), const DLT_FC_2 = 224
pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (netbsd-arm), const DLT_FDDI = 10
pkg syscall (netbsd-arm), const DLT_FLEXRAY = 210
pkg syscall (netbsd-arm), const DLT_FRELAY = 107
pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL = 173
pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 = 172
pkg syscall (netbsd-arm), const DLT_GPF_F = 171
pkg syscall (netbsd-arm), const DLT_GPF_T = 170
pkg syscall (netbsd-arm), const DLT_GPRS_LLC = 169
pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS = 218
pkg syscall (netbsd-arm), const DLT_GSMTAP_UM = 217
pkg syscall (netbsd-arm), const DLT_HDLC = 16
pkg syscall (netbsd-arm), const DLT_HHDLC = 121
pkg syscall (netbsd-arm), const DLT_HIPPI = 15
pkg syscall (netbsd-arm), const DLT_IBM_SN = 146
pkg syscall (netbsd-arm), const DLT_IBM_SP = 145
pkg syscall (netbsd-arm), const DLT_IEEE802 = 6
pkg syscall (netbsd-arm), const DLT_IEEE802_11 = 105
pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO = 127
pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 = 195
pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (netbsd-arm), const DLT_IPMB = 199
pkg syscall (netbsd-arm), const DLT_IPMB_LINUX = 209
pkg syscall (netbsd-arm), const DLT_IPNET = 226
pkg syscall (netbsd-arm), const DLT_IPV4 = 228
pkg syscall (netbsd-arm), const DLT_IPV6 = 229
pkg syscall (netbsd-arm), const DLT_IP_OVER_FC = 122
pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 = 137
pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 = 135
pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC = 181
pkg syscall (netbsd-arm), const DLT_JUNIPER_ES = 132
pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER = 178
pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY = 180
pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN = 133
pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM = 194
pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR = 134
pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR = 131
pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP = 130
pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR = 164
pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP = 179
pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE = 167
pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES = 136
pkg syscall (netbsd-arm), const DLT_JUNIPER_ST = 200
pkg syscall (netbsd-arm), const DLT_JUNIPER_VP = 183
pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR = 207
pkg syscall (netbsd-arm), const DLT_LAPD = 203
pkg syscall (netbsd-arm), const DLT_LIN = 212
pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV = 216
pkg syscall (netbsd-arm), const DLT_LINUX_IRDA = 144
pkg syscall (netbsd-arm), const DLT_LINUX_LAPD = 177
pkg syscall (netbsd-arm), const DLT_LINUX_SLL = 113
pkg syscall (netbsd-arm), const DLT_LOOP = 108
pkg syscall (netbsd-arm), const DLT_LTALK = 114
pkg syscall (netbsd-arm), const DLT_MFR = 182
pkg syscall (netbsd-arm), const DLT_MOST = 211
pkg syscall (netbsd-arm), const DLT_MPLS = 219
pkg syscall (netbsd-arm), const DLT_MTP2 = 140
pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (netbsd-arm), const DLT_MTP3 = 141
pkg syscall (netbsd-arm), const DLT_NULL = 0
pkg syscall (netbsd-arm), const DLT_PCI_EXP = 125
pkg syscall (netbsd-arm), const DLT_PFLOG = 117
pkg syscall (netbsd-arm), const DLT_PFSYNC = 18
pkg syscall (netbsd-arm), const DLT_PPI = 192
pkg syscall (netbsd-arm), const DLT_PPP = 9
pkg syscall (netbsd-arm), const DLT_PPP_BSDOS = 14
pkg syscall (netbsd-arm), const DLT_PPP_ETHER = 51
pkg syscall (netbsd-arm), const DLT_PPP_PPPD = 166
pkg syscall (netbsd-arm), const DLT_PPP_SERIAL = 50
pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR = 204
pkg syscall (netbsd-arm), const DLT_PRISM_HEADER = 119
pkg syscall (netbsd-arm), const DLT_PRONET = 4
pkg syscall (netbsd-arm), const DLT_RAIF1 = 198
pkg syscall (netbsd-arm), const DLT_RAW = 12
pkg syscall (netbsd-arm), const DLT_RAWAF_MASK = 35913728
pkg syscall (netbsd-arm), const DLT_RIO = 124
pkg syscall (netbsd-arm), const DLT_SCCP = 142
pkg syscall (netbsd-arm), const DLT_SITA = 196
pkg syscall (netbsd-arm), const DLT_SLIP = 8
pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS = 13
pkg syscall (netbsd-arm), const DLT_SUNATM = 123
pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (netbsd-arm), const DLT_TZSP = 128
pkg syscall (netbsd-arm), const DLT_USB = 186
pkg syscall (netbsd-arm), const DLT_USB_LINUX = 189
pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (netbsd-arm), const DLT_WIHART = 223
pkg syscall (netbsd-arm), const DLT_X2E_SERIAL = 213
pkg syscall (netbsd-arm), const DLT_X2E_XORAYA = 214
pkg syscall (netbsd-arm), const DT_BLK = 6
pkg syscall (netbsd-arm), const DT_CHR = 2
pkg syscall (netbsd-arm), const DT_DIR = 4
pkg syscall (netbsd-arm), const DT_FIFO = 1
pkg syscall (netbsd-arm), const DT_LNK = 10
pkg syscall (netbsd-arm), const DT_REG = 8
pkg syscall (netbsd-arm), const DT_SOCK = 12
pkg syscall (netbsd-arm), const DT_UNKNOWN = 0
pkg syscall (netbsd-arm), const DT_WHT = 14
pkg syscall (netbsd-arm), const E2BIG = 7
pkg syscall (netbsd-arm), const EACCES = 13
pkg syscall (netbsd-arm), const EADDRINUSE = 48
pkg syscall (netbsd-arm), const EADDRNOTAVAIL = 49
pkg syscall (netbsd-arm), const EAFNOSUPPORT = 47
pkg syscall (netbsd-arm), const EAGAIN = 35
pkg syscall (netbsd-arm), const EALREADY = 37
pkg syscall (netbsd-arm), const EAUTH = 80
pkg syscall (netbsd-arm), const EBADF = 9
pkg syscall (netbsd-arm), const EBADMSG = 88
pkg syscall (netbsd-arm), const EBADRPC = 72
pkg syscall (netbsd-arm), const EBUSY = 16
pkg syscall (netbsd-arm), const ECANCELED = 87
pkg syscall (netbsd-arm), const ECHILD = 10
pkg syscall (netbsd-arm), const ECHO = 8
pkg syscall (netbsd-arm), const ECHOCTL = 64
pkg syscall (netbsd-arm), const ECHOE = 2
pkg syscall (netbsd-arm), const ECHOK = 4
pkg syscall (netbsd-arm), const ECHOKE = 1
pkg syscall (netbsd-arm), const ECHONL = 16
pkg syscall (netbsd-arm), const ECHOPRT = 32
pkg syscall (netbsd-arm), const ECONNABORTED = 53
pkg syscall (netbsd-arm), const ECONNREFUSED = 61
pkg syscall (netbsd-arm), const ECONNRESET = 54
pkg syscall (netbsd-arm), const EDEADLK = 11
pkg syscall (netbsd-arm), const EDESTADDRREQ = 39
pkg syscall (netbsd-arm), const EDOM = 33
pkg syscall (netbsd-arm), const EDQUOT = 69
pkg syscall (netbsd-arm), const EEXIST = 17
pkg syscall (netbsd-arm), const EFAULT = 14
pkg syscall (netbsd-arm), const EFBIG = 27
pkg syscall (netbsd-arm), const EFTYPE = 79
pkg syscall (netbsd-arm), const EHOSTDOWN = 64
pkg syscall (netbsd-arm), const EHOSTUNREACH = 65
pkg syscall (netbsd-arm), const EIDRM = 82
pkg syscall (netbsd-arm), const EILSEQ = 85
pkg syscall (netbsd-arm), const EINPROGRESS = 36
pkg syscall (netbsd-arm), const EINTR = 4
pkg syscall (netbsd-arm), const EINVAL = 22
pkg syscall (netbsd-arm), const EIO = 5
pkg syscall (netbsd-arm), const EISCONN = 56
pkg syscall (netbsd-arm), const EISDIR = 21
pkg syscall (netbsd-arm), const ELAST = 96
pkg syscall (netbsd-arm), const ELOOP = 62
pkg syscall (netbsd-arm), const EMFILE = 24
pkg syscall (netbsd-arm), const EMLINK = 31
pkg syscall (netbsd-arm), const EMSGSIZE = 40
pkg syscall (netbsd-arm), const EMULTIHOP = 94
pkg syscall (netbsd-arm), const EMUL_LINUX = 1
pkg syscall (netbsd-arm), const EMUL_LINUX32 = 5
pkg syscall (netbsd-arm), const EMUL_MAXID = 6
pkg syscall (netbsd-arm), const ENAMETOOLONG = 63
pkg syscall (netbsd-arm), const ENEEDAUTH = 81
pkg syscall (netbsd-arm), const ENETDOWN = 50
pkg syscall (netbsd-arm), const ENETRESET = 52
pkg syscall (netbsd-arm), const ENETUNREACH = 51
pkg syscall (netbsd-arm), const ENFILE = 23
pkg syscall (netbsd-arm), const ENOATTR = 93
pkg syscall (netbsd-arm), const ENOBUFS = 55
pkg syscall (netbsd-arm), const ENODATA = 89
pkg syscall (netbsd-arm), const ENODEV = 19
pkg syscall (netbsd-arm), const ENOEXEC = 8
pkg syscall (netbsd-arm), const ENOLCK = 77
pkg syscall (netbsd-arm), const ENOLINK = 95
pkg syscall (netbsd-arm), const ENOMEM = 12
pkg syscall (netbsd-arm), const ENOMSG = 83
pkg syscall (netbsd-arm), const ENOPROTOOPT = 42
pkg syscall (netbsd-arm), const ENOSPC = 28
pkg syscall (netbsd-arm), const ENOSR = 90
pkg syscall (netbsd-arm), const ENOSTR = 91
pkg syscall (netbsd-arm), const ENOSYS = 78
pkg syscall (netbsd-arm), const ENOTBLK = 15
pkg syscall (netbsd-arm), const ENOTCONN = 57
pkg syscall (netbsd-arm), const ENOTDIR = 20
pkg syscall (netbsd-arm), const ENOTEMPTY = 66
pkg syscall (netbsd-arm), const ENOTSOCK = 38
pkg syscall (netbsd-arm), const ENOTSUP = 86
pkg syscall (netbsd-arm), const ENOTTY = 25
pkg syscall (netbsd-arm), const ENXIO = 6
pkg syscall (netbsd-arm), const EOPNOTSUPP = 45
pkg syscall (netbsd-arm), const EOVERFLOW = 84
pkg syscall (netbsd-arm), const EPERM = 1
pkg syscall (netbsd-arm), const EPFNOSUPPORT = 46
pkg syscall (netbsd-arm), const EPIPE = 32
pkg syscall (netbsd-arm), const EPROCLIM = 67
pkg syscall (netbsd-arm), const EPROCUNAVAIL = 76
pkg syscall (netbsd-arm), const EPROGMISMATCH = 75
pkg syscall (netbsd-arm), const EPROGUNAVAIL = 74
pkg syscall (netbsd-arm), const EPROTO = 96
pkg syscall (netbsd-arm), const EPROTONOSUPPORT = 43
pkg syscall (netbsd-arm), const EPROTOTYPE = 41
pkg syscall (netbsd-arm), const ERANGE = 34
pkg syscall (netbsd-arm), const EREMOTE = 71
pkg syscall (netbsd-arm), const EROFS = 30
pkg syscall (netbsd-arm), const ERPCMISMATCH = 73
pkg syscall (netbsd-arm), const ESHUTDOWN = 58
pkg syscall (netbsd-arm), const ESOCKTNOSUPPORT = 44
pkg syscall (netbsd-arm), const ESPIPE = 29
pkg syscall (netbsd-arm), const ESRCH = 3
pkg syscall (netbsd-arm), const ESTALE = 70
pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU = 4
pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING = 2
pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU = 1
pkg syscall (netbsd-arm), const ETHERMIN = 46
pkg syscall (netbsd-arm), const ETHERMTU = 1500
pkg syscall (netbsd-arm), const ETHERMTU_JUMBO = 9000
pkg syscall (netbsd-arm), const ETHERTYPE_8023 = 4
pkg syscall (netbsd-arm), const ETHERTYPE_AARP = 33011
pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON = 33680
pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC = 32822
pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA = 33098
pkg syscall (netbsd-arm), const ETHERTYPE_AMBER = 24584
pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA = 33093
pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO = 33015
pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK = 32923
pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK = 32967
pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (netbsd-arm), const ETHERTYPE_ARP = 2054
pkg syscall (netbsd-arm), const ETHERTYPE_AT = 32923
pkg syscall (netbsd-arm), const ETHERTYPE_ATALK = 32923
pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC = 34527
pkg syscall (netbsd-arm), const ETHERTYPE_ATT = 32873
pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (netbsd-arm), const ETHERTYPE_AXIS = 34902
pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP = 36867
pkg syscall (netbsd-arm), const ETHERTYPE_BOFL = 33026
pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON = 28724
pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS = 2052
pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS = 32772
pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (netbsd-arm), const ETHERTYPE_DCA = 4660
pkg syscall (netbsd-arm), const ETHERTYPE_DDE = 32891
pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI = 43690
pkg syscall (netbsd-arm), const ETHERTYPE_DECAM = 32840
pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST = 24582
pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG = 24581
pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS = 32828
pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS = 32830
pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER = 24576
pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST = 32833
pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM = 32831
pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON = 34526
pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE = 17185
pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 = 1632
pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 = 1633
pkg syscall (netbsd-arm), const ETHERTYPE_DN = 24579
pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (netbsd-arm), const ETHERTYPE_DSMD = 32825
pkg syscall (netbsd-arm), const ETHERTYPE_ECMA = 2051
pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (netbsd-arm), const ETHERTYPE_ES = 32861
pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN = 32784
pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (netbsd-arm), const ETHERTYPE_FLIP = 33094
pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (netbsd-arm), const ETHERTYPE_FRARP = 2056
pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN = 32872
pkg syscall (netbsd-arm), const ETHERTYPE_HAYES = 33072
pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI = 34848
pkg syscall (netbsd-arm), const ETHERTYPE_HP = 32773
pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL = 19522
pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (netbsd-arm), const ETHERTYPE_IP = 2048
pkg syscall (netbsd-arm), const ETHERTYPE_IPAS = 34668
pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 = 34525
pkg syscall (netbsd-arm), const ETHERTYPE_IPX = 33079
pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW = 32823
pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA = 34178
pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE = 34952
pkg syscall (netbsd-arm), const ETHERTYPE_LAT = 24580
pkg syscall (netbsd-arm), const ETHERTYPE_LBACK = 36864
pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE = 32864
pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (netbsd-arm), const ETHERTYPE_MATRA = 32890
pkg syscall (netbsd-arm), const ETHERTYPE_MAX = 65535
pkg syscall (netbsd-arm), const ETHERTYPE_MERIT = 32892
pkg syscall (netbsd-arm), const ETHERTYPE_MICP = 34618
pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL = 24577
pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC = 24578
pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (netbsd-arm), const ETHERTYPE_MPLS = 34887
pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS = 33087
pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC = 15364
pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG = 15367
pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB = 15368
pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR = 15372
pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS = 15371
pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST = 15373
pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD = 15361
pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD = 15360
pkg syscall (netbsd-arm), const ETHERTYPE_NBS = 2050
pkg syscall (netbsd-arm), const ETHERTYPE_NCD = 33097
pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR = 32774
pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI = 33169
pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL = 33080
pkg syscall (netbsd-arm), const ETHERTYPE_NS = 1536
pkg syscall (netbsd-arm), const ETHERTYPE_NSAT = 1537
pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER = 16
pkg syscall (netbsd-arm), const ETHERTYPE_OS9 = 28679
pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET = 28681
pkg syscall (netbsd-arm), const ETHERTYPE_PACER = 32966
pkg syscall (netbsd-arm), const ETHERTYPE_PAE = 34958
pkg syscall (netbsd-arm), const ETHERTYPE_PCS = 16962
pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING = 32836
pkg syscall (netbsd-arm), const ETHERTYPE_PPP = 34827
pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE = 34916
pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (netbsd-arm), const ETHERTYPE_PUP = 512
pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT = 512
pkg syscall (netbsd-arm), const ETHERTYPE_RACAL = 28720
pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL = 33104
pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR = 25945
pkg syscall (netbsd-arm), const ETHERTYPE_RCL = 6549
pkg syscall (netbsd-arm), const ETHERTYPE_RDP = 34617
pkg syscall (netbsd-arm), const ETHERTYPE_RETIX = 33010
pkg syscall (netbsd-arm), const ETHERTYPE_REVARP = 32821
pkg syscall (netbsd-arm), const ETHERTYPE_SCA = 24583
pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA = 34523
pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (netbsd-arm), const ETHERTYPE_SGITW = 33150
pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV = 32789
pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET = 21000
pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS = 34825
pkg syscall (netbsd-arm), const ETHERTYPE_SNA = 32981
pkg syscall (netbsd-arm), const ETHERTYPE_SNMP = 33100
pkg syscall (netbsd-arm), const ETHERTYPE_SONIX = 64245
pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER = 32927
pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE = 1280
pkg syscall (netbsd-arm), const ETHERTYPE_STP = 33153
pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS = 33067
pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC = 34091
pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM = 36866
pkg syscall (netbsd-arm), const ETHERTYPE_TEC = 33103
pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN = 32815
pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL = 4096
pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (netbsd-arm), const ETHERTYPE_UBBST = 28677
pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (netbsd-arm), const ETHERTYPE_UBDL = 28672
pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU = 28673
pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC = 28675
pkg syscall (netbsd-arm), const ETHERTYPE_VALID = 5632
pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN = 32989
pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN = 32827
pkg syscall (netbsd-arm), const ETHERTYPE_VEECO = 32871
pkg syscall (netbsd-arm), const ETHERTYPE_VEXP = 32859
pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB = 33073
pkg syscall (netbsd-arm), const ETHERTYPE_VINES = 2989
pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO = 2991
pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (netbsd-arm), const ETHERTYPE_VITAL = 65280
pkg syscall (netbsd-arm), const ETHERTYPE_VLAN = 33024
pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (netbsd-arm), const ETHERTYPE_VPROD = 32860
pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED = 33095
pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO = 33072
pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (netbsd-arm), const ETHERTYPE_X25 = 2053
pkg syscall (netbsd-arm), const ETHERTYPE_X75 = 2049
pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM = 36865
pkg syscall (netbsd-arm), const ETHERTYPE_XTP = 33149
pkg syscall (netbsd-arm), const ETHER_ADDR_LEN = 6
pkg syscall (netbsd-arm), const ETHER_CRC_LEN = 4
pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (netbsd-arm), const ETHER_HDR_LEN = 14
pkg syscall (netbsd-arm), const ETHER_MAX_LEN = 1518
pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO = 9018
pkg syscall (netbsd-arm), const ETHER_MIN_LEN = 64
pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN = 8
pkg syscall (netbsd-arm), const ETHER_TYPE_LEN = 2
pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (netbsd-arm), const ETIME = 92
pkg syscall (netbsd-arm), const ETIMEDOUT = 60
pkg syscall (netbsd-arm), const ETOOMANYREFS = 59
pkg syscall (netbsd-arm), const ETXTBSY = 26
pkg syscall (netbsd-arm), const EUSERS = 68
pkg syscall (netbsd-arm), const EVFILT_AIO = 2
pkg syscall (netbsd-arm), const EVFILT_PROC = 4
pkg syscall (netbsd-arm), const EVFILT_READ = 0
pkg syscall (netbsd-arm), const EVFILT_SIGNAL = 5
pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT = 7
pkg syscall (netbsd-arm), const EVFILT_TIMER = 6
pkg syscall (netbsd-arm), const EVFILT_VNODE = 3
pkg syscall (netbsd-arm), const EVFILT_WRITE = 1
pkg syscall (netbsd-arm), const EV_ADD = 1
pkg syscall (netbsd-arm), const EV_CLEAR = 32
pkg syscall (netbsd-arm), const EV_DELETE = 2
pkg syscall (netbsd-arm), const EV_DISABLE = 8
pkg syscall (netbsd-arm), const EV_ENABLE = 4
pkg syscall (netbsd-arm), const EV_EOF = 32768
pkg syscall (netbsd-arm), const EV_ERROR = 16384
pkg syscall (netbsd-arm), const EV_FLAG1 = 8192
pkg syscall (netbsd-arm), const EV_ONESHOT = 16
pkg syscall (netbsd-arm), const EV_SYSFLAGS = 61440
pkg syscall (netbsd-arm), const EWOULDBLOCK = 35
pkg syscall (netbsd-arm), const EXDEV = 18
pkg syscall (netbsd-arm), const EXTA = 19200
pkg syscall (netbsd-arm), const EXTB = 38400
pkg syscall (netbsd-arm), const EXTPROC = 2048
pkg syscall (netbsd-arm), const FD_CLOEXEC = 1
pkg syscall (netbsd-arm), const FD_SETSIZE = 256
pkg syscall (netbsd-arm), const FLUSHO = 8388608
pkg syscall (netbsd-arm), const F_CLOSEM = 10
pkg syscall (netbsd-arm), const F_DUPFD = 0
pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC = 12
pkg syscall (netbsd-arm), const F_FSCTL = -2147483648
pkg syscall (netbsd-arm), const F_FSDIRMASK = 1879048192
pkg syscall (netbsd-arm), const F_FSIN = 268435456
pkg syscall (netbsd-arm), const F_FSINOUT = 805306368
pkg syscall (netbsd-arm), const F_FSOUT = 536870912
pkg syscall (netbsd-arm), const F_FSPRIV = 32768
pkg syscall (netbsd-arm), const F_FSVOID = 1073741824
pkg syscall (netbsd-arm), const F_GETFD = 1
pkg syscall (netbsd-arm), const F_GETFL = 3
pkg syscall (netbsd-arm), const F_GETLK = 7
pkg syscall (netbsd-arm), const F_GETNOSIGPIPE = 13
pkg syscall (netbsd-arm), const F_GETOWN = 5
pkg syscall (netbsd-arm), const F_MAXFD = 11
pkg syscall (netbsd-arm), const F_OK = 0
pkg syscall (netbsd-arm), const F_PARAM_MASK = 4095
pkg syscall (netbsd-arm), const F_PARAM_MAX = 4095
pkg syscall (netbsd-arm), const F_RDLCK = 1
pkg syscall (netbsd-arm), const F_SETFD = 2
pkg syscall (netbsd-arm), const F_SETFL = 4
pkg syscall (netbsd-arm), const F_SETLK = 8
pkg syscall (netbsd-arm), const F_SETLKW = 9
pkg syscall (netbsd-arm), const F_SETNOSIGPIPE = 14
pkg syscall (netbsd-arm), const F_SETOWN = 6
pkg syscall (netbsd-arm), const F_UNLCK = 2
pkg syscall (netbsd-arm), const F_WRLCK = 3
pkg syscall (netbsd-arm), const HUPCL = 16384
pkg syscall (netbsd-arm), const ICANON = 256
pkg syscall (netbsd-arm), const ICRNL = 256
pkg syscall (netbsd-arm), const IEXTEN = 1024
pkg syscall (netbsd-arm), const IFAN_ARRIVAL = 0
pkg syscall (netbsd-arm), const IFAN_DEPARTURE = 1
pkg syscall (netbsd-arm), const IFA_ROUTE = 1
pkg syscall (netbsd-arm), const IFF_ALLMULTI = 512
pkg syscall (netbsd-arm), const IFF_CANTCHANGE = 36690
pkg syscall (netbsd-arm), const IFF_DEBUG = 4
pkg syscall (netbsd-arm), const IFF_LINK0 = 4096
pkg syscall (netbsd-arm), const IFF_LINK1 = 8192
pkg syscall (netbsd-arm), const IFF_LINK2 = 16384
pkg syscall (netbsd-arm), const IFF_LOOPBACK = 8
pkg syscall (netbsd-arm), const IFF_MULTICAST = 32768
pkg syscall (netbsd-arm), const IFF_NOARP = 128
pkg syscall (netbsd-arm), const IFF_NOTRAILERS = 32
pkg syscall (netbsd-arm), const IFF_OACTIVE = 1024
pkg syscall (netbsd-arm), const IFF_POINTOPOINT = 16
pkg syscall (netbsd-arm), const IFF_PROMISC = 256
pkg syscall (netbsd-arm), const IFF_RUNNING = 64
pkg syscall (netbsd-arm), const IFF_SIMPLEX = 2048
pkg syscall (netbsd-arm), const IFNAMSIZ = 16
pkg syscall (netbsd-arm), const IFT_1822 = 2
pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH = 130
pkg syscall (netbsd-arm), const IFT_AAL2 = 187
pkg syscall (netbsd-arm), const IFT_AAL5 = 49
pkg syscall (netbsd-arm), const IFT_ADSL = 94
pkg syscall (netbsd-arm), const IFT_AFLANE8023 = 59
pkg syscall (netbsd-arm), const IFT_AFLANE8025 = 60
pkg syscall (netbsd-arm), const IFT_ARAP = 88
pkg syscall (netbsd-arm), const IFT_ARCNET = 35
pkg syscall (netbsd-arm), const IFT_ARCNETPLUS = 36
pkg syscall (netbsd-arm), const IFT_ASYNC = 84
pkg syscall (netbsd-arm), const IFT_ATM = 37
pkg syscall (netbsd-arm), const IFT_ATMDXI = 105
pkg syscall (netbsd-arm), const IFT_ATMFUNI = 106
pkg syscall (netbsd-arm), const IFT_ATMIMA = 107
pkg syscall (netbsd-arm), const IFT_ATMLOGICAL = 80
pkg syscall (netbsd-arm), const IFT_ATMRADIO = 189
pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE = 134
pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT = 194
pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL = 149
pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (netbsd-arm), const IFT_BRIDGE = 209
pkg syscall (netbsd-arm), const IFT_BSC = 83
pkg syscall (netbsd-arm), const IFT_CARP = 248
pkg syscall (netbsd-arm), const IFT_CCTEMUL = 61
pkg syscall (netbsd-arm), const IFT_CEPT = 19
pkg syscall (netbsd-arm), const IFT_CES = 133
pkg syscall (netbsd-arm), const IFT_CHANNEL = 70
pkg syscall (netbsd-arm), const IFT_CNR = 85
pkg syscall (netbsd-arm), const IFT_COFFEE = 132
pkg syscall (netbsd-arm), const IFT_COMPOSITELINK = 155
pkg syscall (netbsd-arm), const IFT_DCN = 141
pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE = 138
pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (netbsd-arm), const IFT_DLSW = 74
pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (netbsd-arm), const IFT_DS0 = 81
pkg syscall (netbsd-arm), const IFT_DS0BUNDLE = 82
pkg syscall (netbsd-arm), const IFT_DS1FDL = 170
pkg syscall (netbsd-arm), const IFT_DS3 = 30
pkg syscall (netbsd-arm), const IFT_DTM = 140
pkg syscall (netbsd-arm), const IFT_DVBASILN = 172
pkg syscall (netbsd-arm), const IFT_DVBASIOUT = 173
pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER = 146
pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (netbsd-arm), const IFT_ECONET = 206
pkg syscall (netbsd-arm), const IFT_EON = 25
pkg syscall (netbsd-arm), const IFT_EPLRS = 87
pkg syscall (netbsd-arm), const IFT_ESCON = 73
pkg syscall (netbsd-arm), const IFT_ETHER = 6
pkg syscall (netbsd-arm), const IFT_FAITH = 242
pkg syscall (netbsd-arm), const IFT_FAST = 125
pkg syscall (netbsd-arm), const IFT_FASTETHER = 62
pkg syscall (netbsd-arm), const IFT_FASTETHERFX = 69
pkg syscall (netbsd-arm), const IFT_FDDI = 15
pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL = 56
pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI = 92
pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT = 193
pkg syscall (netbsd-arm), const IFT_FRELAY = 32
pkg syscall (netbsd-arm), const IFT_FRELAYDCE = 44
pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (netbsd-arm), const IFT_FRFORWARD = 158
pkg syscall (netbsd-arm), const IFT_G703AT2MB = 67
pkg syscall (netbsd-arm), const IFT_G703AT64K = 66
pkg syscall (netbsd-arm), const IFT_GIF = 240
pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET = 117
pkg syscall (netbsd-arm), const IFT_GR303IDT = 178
pkg syscall (netbsd-arm), const IFT_GR303RDT = 177
pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER = 164
pkg syscall (netbsd-arm), const IFT_H323PROXY = 165
pkg syscall (netbsd-arm), const IFT_HDH1822 = 3
pkg syscall (netbsd-arm), const IFT_HDLC = 118
pkg syscall (netbsd-arm), const IFT_HDSL2 = 168
pkg syscall (netbsd-arm), const IFT_HIPERLAN2 = 183
pkg syscall (netbsd-arm), const IFT_HIPPI = 47
pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE = 57
pkg syscall (netbsd-arm), const IFT_HOSTPAD = 90
pkg syscall (netbsd-arm), const IFT_HSSI = 46
pkg syscall (netbsd-arm), const IFT_HY = 14
pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN = 72
pkg syscall (netbsd-arm), const IFT_IDSL = 154
pkg syscall (netbsd-arm), const IFT_IEEE1394 = 144
pkg syscall (netbsd-arm), const IFT_IEEE80211 = 71
pkg syscall (netbsd-arm), const IFT_IEEE80212 = 55
pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG = 161
pkg syscall (netbsd-arm), const IFT_IFGSN = 145
pkg syscall (netbsd-arm), const IFT_IMT = 190
pkg syscall (netbsd-arm), const IFT_INFINIBAND = 199
pkg syscall (netbsd-arm), const IFT_INTERLEAVE = 124
pkg syscall (netbsd-arm), const IFT_IP = 126
pkg syscall (netbsd-arm), const IFT_IPFORWARD = 142
pkg syscall (netbsd-arm), const IFT_IPOVERATM = 114
pkg syscall (netbsd-arm), const IFT_IPOVERCDLC = 109
pkg syscall (netbsd-arm), const IFT_IPOVERCLAW = 110
pkg syscall (netbsd-arm), const IFT_IPSWITCH = 78
pkg syscall (netbsd-arm), const IFT_ISDN = 63
pkg syscall (netbsd-arm), const IFT_ISDNBASIC = 20
pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY = 21
pkg syscall (netbsd-arm), const IFT_ISDNS = 75
pkg syscall (netbsd-arm), const IFT_ISDNU = 76
pkg syscall (netbsd-arm), const IFT_ISO88022LLC = 41
pkg syscall (netbsd-arm), const IFT_ISO88023 = 7
pkg syscall (netbsd-arm), const IFT_ISO88024 = 8
pkg syscall (netbsd-arm), const IFT_ISO88025 = 9
pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT = 98
pkg syscall (netbsd-arm), const IFT_ISO88025DTR = 86
pkg syscall (netbsd-arm), const IFT_ISO88025FIBER = 115
pkg syscall (netbsd-arm), const IFT_ISO88026 = 10
pkg syscall (netbsd-arm), const IFT_ISUP = 179
pkg syscall (netbsd-arm), const IFT_L2VLAN = 135
pkg syscall (netbsd-arm), const IFT_L3IPVLAN = 136
pkg syscall (netbsd-arm), const IFT_L3IPXVLAN = 137
pkg syscall (netbsd-arm), const IFT_LAPB = 16
pkg syscall (netbsd-arm), const IFT_LAPD = 77
pkg syscall (netbsd-arm), const IFT_LAPF = 119
pkg syscall (netbsd-arm), const IFT_LINEGROUP = 210
pkg syscall (netbsd-arm), const IFT_LOCALTALK = 42
pkg syscall (netbsd-arm), const IFT_LOOP = 24
pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (netbsd-arm), const IFT_MFSIGLINK = 167
pkg syscall (netbsd-arm), const IFT_MIOX25 = 38
pkg syscall (netbsd-arm), const IFT_MODEM = 48
pkg syscall (netbsd-arm), const IFT_MPC = 113
pkg syscall (netbsd-arm), const IFT_MPLS = 166
pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL = 150
pkg syscall (netbsd-arm), const IFT_MSDSL = 143
pkg syscall (netbsd-arm), const IFT_MVL = 191
pkg syscall (netbsd-arm), const IFT_MYRINET = 99
pkg syscall (netbsd-arm), const IFT_NFAS = 175
pkg syscall (netbsd-arm), const IFT_NSIP = 27
pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL = 195
pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT = 196
pkg syscall (netbsd-arm), const IFT_OTHER = 1
pkg syscall (netbsd-arm), const IFT_P10 = 12
pkg syscall (netbsd-arm), const IFT_P80 = 13
pkg syscall (netbsd-arm), const IFT_PARA = 34
pkg syscall (netbsd-arm), const IFT_PFLOG = 245
pkg syscall (netbsd-arm), const IFT_PFSYNC = 246
pkg syscall (netbsd-arm), const IFT_PLC = 174
pkg syscall (netbsd-arm), const IFT_PON155 = 207
pkg syscall (netbsd-arm), const IFT_PON622 = 208
pkg syscall (netbsd-arm), const IFT_POS = 171
pkg syscall (netbsd-arm), const IFT_PPP = 23
pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (netbsd-arm), const IFT_PROPATM = 197
pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP = 184
pkg syscall (netbsd-arm), const IFT_PROPCNLS = 89
pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (netbsd-arm), const IFT_PROPMUX = 54
pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL = 53
pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P = 157
pkg syscall (netbsd-arm), const IFT_PTPSERIAL = 22
pkg syscall (netbsd-arm), const IFT_PVC = 241
pkg syscall (netbsd-arm), const IFT_Q2931 = 201
pkg syscall (netbsd-arm), const IFT_QLLC = 68
pkg syscall (netbsd-arm), const IFT_RADIOMAC = 188
pkg syscall (netbsd-arm), const IFT_RADSL = 95
pkg syscall (netbsd-arm), const IFT_REACHDSL = 192
pkg syscall (netbsd-arm), const IFT_RFC1483 = 159
pkg syscall (netbsd-arm), const IFT_RS232 = 33
pkg syscall (netbsd-arm), const IFT_RSRB = 79
pkg syscall (netbsd-arm), const IFT_SDLC = 17
pkg syscall (netbsd-arm), const IFT_SDSL = 96
pkg syscall (netbsd-arm), const IFT_SHDSL = 169
pkg syscall (netbsd-arm), const IFT_SIP = 31
pkg syscall (netbsd-arm), const IFT_SIPSIG = 204
pkg syscall (netbsd-arm), const IFT_SIPTG = 203
pkg syscall (netbsd-arm), const IFT_SLIP = 28
pkg syscall (netbsd-arm), const IFT_SMDSDXI = 43
pkg syscall (netbsd-arm), const IFT_SMDSICIP = 52
pkg syscall (netbsd-arm), const IFT_SONET = 39
pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (netbsd-arm), const IFT_SONETPATH = 50
pkg syscall (netbsd-arm), const IFT_SONETVT = 51
pkg syscall (netbsd-arm), const IFT_SRP = 151
pkg syscall (netbsd-arm), const IFT_SS7SIGLINK = 156
pkg syscall (netbsd-arm), const IFT_STACKTOSTACK = 111
pkg syscall (netbsd-arm), const IFT_STARLAN = 11
pkg syscall (netbsd-arm), const IFT_STF = 215
pkg syscall (netbsd-arm), const IFT_T1 = 18
pkg syscall (netbsd-arm), const IFT_TDLC = 116
pkg syscall (netbsd-arm), const IFT_TELINK = 200
pkg syscall (netbsd-arm), const IFT_TERMPAD = 91
pkg syscall (netbsd-arm), const IFT_TR008 = 176
pkg syscall (netbsd-arm), const IFT_TRANSPHDLC = 123
pkg syscall (netbsd-arm), const IFT_TUNNEL = 131
pkg syscall (netbsd-arm), const IFT_ULTRA = 29
pkg syscall (netbsd-arm), const IFT_USB = 160
pkg syscall (netbsd-arm), const IFT_V11 = 64
pkg syscall (netbsd-arm), const IFT_V35 = 45
pkg syscall (netbsd-arm), const IFT_V36 = 65
pkg syscall (netbsd-arm), const IFT_V37 = 120
pkg syscall (netbsd-arm), const IFT_VDSL = 97
pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (netbsd-arm), const IFT_VIRTUALTG = 202
pkg syscall (netbsd-arm), const IFT_VOICEDID = 213
pkg syscall (netbsd-arm), const IFT_VOICEEM = 100
pkg syscall (netbsd-arm), const IFT_VOICEEMFGD = 211
pkg syscall (netbsd-arm), const IFT_VOICEENCAP = 103
pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA = 212
pkg syscall (netbsd-arm), const IFT_VOICEFXO = 101
pkg syscall (netbsd-arm), const IFT_VOICEFXS = 102
pkg syscall (netbsd-arm), const IFT_VOICEOVERATM = 152
pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE = 198
pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (netbsd-arm), const IFT_VOICEOVERIP = 104
pkg syscall (netbsd-arm), const IFT_X213 = 93
pkg syscall (netbsd-arm), const IFT_X25 = 5
pkg syscall (netbsd-arm), const IFT_X25DDN = 4
pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP = 122
pkg syscall (netbsd-arm), const IFT_X25MLP = 121
pkg syscall (netbsd-arm), const IFT_X25PLE = 40
pkg syscall (netbsd-arm), const IFT_XETHER = 26
pkg syscall (netbsd-arm), const IGNBRK = 1
pkg syscall (netbsd-arm), const IGNCR = 128
pkg syscall (netbsd-arm), const IGNPAR = 4
pkg syscall (netbsd-arm), const IMAXBEL = 8192
pkg syscall (netbsd-arm), const INLCR = 64
pkg syscall (netbsd-arm), const INPCK = 16
pkg syscall (netbsd-arm), const IN_CLASSA_HOST = 16777215
pkg syscall (netbsd-arm), const IN_CLASSA_MAX = 128
pkg syscall (netbsd-arm), const IN_CLASSA_NET = 4278190080
pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT = 24
pkg syscall (netbsd-arm), const IN_CLASSB_HOST = 65535
pkg syscall (netbsd-arm), const IN_CLASSB_MAX = 65536
pkg syscall (netbsd-arm), const IN_CLASSB_NET = 4294901760
pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT = 16
pkg syscall (netbsd-arm), const IN_CLASSC_HOST = 255
pkg syscall (netbsd-arm), const IN_CLASSC_NET = 4294967040
pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT = 8
pkg syscall (netbsd-arm), const IN_CLASSD_HOST = 268435455
pkg syscall (netbsd-arm), const IN_CLASSD_NET = 4026531840
pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT = 28
pkg syscall (netbsd-arm), const IN_LOOPBACKNET = 127
pkg syscall (netbsd-arm), const IPPROTO_AH = 51
pkg syscall (netbsd-arm), const IPPROTO_CARP = 112
pkg syscall (netbsd-arm), const IPPROTO_DONE = 257
pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS = 60
pkg syscall (netbsd-arm), const IPPROTO_EGP = 8
pkg syscall (netbsd-arm), const IPPROTO_ENCAP = 98
pkg syscall (netbsd-arm), const IPPROTO_EON = 80
pkg syscall (netbsd-arm), const IPPROTO_ESP = 50
pkg syscall (netbsd-arm), const IPPROTO_ETHERIP = 97
pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT = 44
pkg syscall (netbsd-arm), const IPPROTO_GGP = 3
pkg syscall (netbsd-arm), const IPPROTO_GRE = 47
pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS = 0
pkg syscall (netbsd-arm), const IPPROTO_ICMP = 1
pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 = 58
pkg syscall (netbsd-arm), const IPPROTO_IDP = 22
pkg syscall (netbsd-arm), const IPPROTO_IGMP = 2
pkg syscall (netbsd-arm), const IPPROTO_IPCOMP = 108
pkg syscall (netbsd-arm), const IPPROTO_IPIP = 4
pkg syscall (netbsd-arm), const IPPROTO_IPV4 = 4
pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP = 58
pkg syscall (netbsd-arm), const IPPROTO_MAX = 256
pkg syscall (netbsd-arm), const IPPROTO_MAXID = 52
pkg syscall (netbsd-arm), const IPPROTO_MOBILE = 55
pkg syscall (netbsd-arm), const IPPROTO_NONE = 59
pkg syscall (netbsd-arm), const IPPROTO_PFSYNC = 240
pkg syscall (netbsd-arm), const IPPROTO_PIM = 103
pkg syscall (netbsd-arm), const IPPROTO_PUP = 12
pkg syscall (netbsd-arm), const IPPROTO_RAW = 255
pkg syscall (netbsd-arm), const IPPROTO_ROUTING = 43
pkg syscall (netbsd-arm), const IPPROTO_RSVP = 46
pkg syscall (netbsd-arm), const IPPROTO_TP = 29
pkg syscall (netbsd-arm), const IPPROTO_VRRP = 112
pkg syscall (netbsd-arm), const IPV6_CHECKSUM = 26
pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-arm), const IPV6_DEFHLIM = 64
pkg syscall (netbsd-arm), const IPV6_DONTFRAG = 62
pkg syscall (netbsd-arm), const IPV6_DSTOPTS = 50
pkg syscall (netbsd-arm), const IPV6_FAITH = 29
pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (netbsd-arm), const IPV6_FRAGTTL = 120
pkg syscall (netbsd-arm), const IPV6_HLIMDEC = 1
pkg syscall (netbsd-arm), const IPV6_HOPLIMIT = 47
pkg syscall (netbsd-arm), const IPV6_HOPOPTS = 49
pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY = 28
pkg syscall (netbsd-arm), const IPV6_JOIN_GROUP = 12
pkg syscall (netbsd-arm), const IPV6_LEAVE_GROUP = 13
pkg syscall (netbsd-arm), const IPV6_MAXHLIM = 255
pkg syscall (netbsd-arm), const IPV6_MAXPACKET = 65535
pkg syscall (netbsd-arm), const IPV6_MMTU = 1280
pkg syscall (netbsd-arm), const IPV6_MULTICAST_HOPS = 10
pkg syscall (netbsd-arm), const IPV6_MULTICAST_IF = 9
pkg syscall (netbsd-arm), const IPV6_MULTICAST_LOOP = 11
pkg syscall (netbsd-arm), const IPV6_NEXTHOP = 48
pkg syscall (netbsd-arm), const IPV6_PATHMTU = 44
pkg syscall (netbsd-arm), const IPV6_PKTINFO = 46
pkg syscall (netbsd-arm), const IPV6_PORTRANGE = 14
pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW = 2
pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS = 40
pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT = 37
pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS = 39
pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU = 43
pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO = 36
pkg syscall (netbsd-arm), const IPV6_RECVRTHDR = 38
pkg syscall (netbsd-arm), const IPV6_RECVTCLASS = 57
pkg syscall (netbsd-arm), const IPV6_RTHDR = 51
pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE = 0
pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT = 1
pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (netbsd-arm), const IPV6_TCLASS = 61
pkg syscall (netbsd-arm), const IPV6_UNICAST_HOPS = 4
pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU = 42
pkg syscall (netbsd-arm), const IPV6_V6ONLY = 27
pkg syscall (netbsd-arm), const IPV6_VERSION = 96
pkg syscall (netbsd-arm), const IPV6_VERSION_MASK = 240
pkg syscall (netbsd-arm), const IP_ADD_MEMBERSHIP = 12
pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (netbsd-arm), const IP_DF = 16384
pkg syscall (netbsd-arm), const IP_DROP_MEMBERSHIP = 13
pkg syscall (netbsd-arm), const IP_EF = 32768
pkg syscall (netbsd-arm), const IP_ERRORMTU = 21
pkg syscall (netbsd-arm), const IP_HDRINCL = 2
pkg syscall (netbsd-arm), const IP_IPSEC_POLICY = 22
pkg syscall (netbsd-arm), const IP_MAXPACKET = 65535
pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (netbsd-arm), const IP_MF = 8192
pkg syscall (netbsd-arm), const IP_MINFRAGSIZE = 69
pkg syscall (netbsd-arm), const IP_MINTTL = 24
pkg syscall (netbsd-arm), const IP_MSS = 576
pkg syscall (netbsd-arm), const IP_MULTICAST_IF = 9
pkg syscall (netbsd-arm), const IP_MULTICAST_LOOP = 11
pkg syscall (netbsd-arm), const IP_MULTICAST_TTL = 10
pkg syscall (netbsd-arm), const IP_OFFMASK = 8191
pkg syscall (netbsd-arm), const IP_OPTIONS = 1
pkg syscall (netbsd-arm), const IP_PORTRANGE = 19
pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH = 1
pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW = 2
pkg syscall (netbsd-arm), const IP_RECVDSTADDR = 7
pkg syscall (netbsd-arm), const IP_RECVIF = 20
pkg syscall (netbsd-arm), const IP_RECVOPTS = 5
pkg syscall (netbsd-arm), const IP_RECVRETOPTS = 6
pkg syscall (netbsd-arm), const IP_RECVTTL = 23
pkg syscall (netbsd-arm), const IP_RETOPTS = 8
pkg syscall (netbsd-arm), const IP_RF = 32768
pkg syscall (netbsd-arm), const IP_TOS = 3
pkg syscall (netbsd-arm), const IP_TTL = 4
pkg syscall (netbsd-arm), const ISIG = 128
pkg syscall (netbsd-arm), const ISTRIP = 32
pkg syscall (netbsd-arm), const IXANY = 2048
pkg syscall (netbsd-arm), const IXOFF = 1024
pkg syscall (netbsd-arm), const IXON = 512
pkg syscall (netbsd-arm), const ImplementsGetwd = false
pkg syscall (netbsd-arm), const LOCK_EX = 2
pkg syscall (netbsd-arm), const LOCK_NB = 4
pkg syscall (netbsd-arm), const LOCK_SH = 1
pkg syscall (netbsd-arm), const LOCK_UN = 8
pkg syscall (netbsd-arm), const MSG_BCAST = 256
pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (netbsd-arm), const MSG_CONTROLMBUF = 33554432
pkg syscall (netbsd-arm), const MSG_CTRUNC = 32
pkg syscall (netbsd-arm), const MSG_DONTROUTE = 4
pkg syscall (netbsd-arm), const MSG_DONTWAIT = 128
pkg syscall (netbsd-arm), const MSG_EOR = 8
pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE = 67108864
pkg syscall (netbsd-arm), const MSG_LENUSRSPACE = 134217728
pkg syscall (netbsd-arm), const MSG_MCAST = 512
pkg syscall (netbsd-arm), const MSG_NAMEMBUF = 16777216
pkg syscall (netbsd-arm), const MSG_NBIO = 4096
pkg syscall (netbsd-arm), const MSG_NOSIGNAL = 1024
pkg syscall (netbsd-arm), const MSG_OOB = 1
pkg syscall (netbsd-arm), const MSG_PEEK = 2
pkg syscall (netbsd-arm), const MSG_TRUNC = 16
pkg syscall (netbsd-arm), const MSG_USERFLAGS = 16777215
pkg syscall (netbsd-arm), const MSG_WAITALL = 64
pkg syscall (netbsd-arm), const NAME_MAX = 511
pkg syscall (netbsd-arm), const NET_RT_DUMP = 1
pkg syscall (netbsd-arm), const NET_RT_FLAGS = 2
pkg syscall (netbsd-arm), const NET_RT_IFLIST = 5
pkg syscall (netbsd-arm), const NET_RT_MAXID = 6
pkg syscall (netbsd-arm), const NET_RT_OIFLIST = 4
pkg syscall (netbsd-arm), const NET_RT_OOIFLIST = 3
pkg syscall (netbsd-arm), const NOFLSH = 2147483648
pkg syscall (netbsd-arm), const NOTE_ATTRIB = 8
pkg syscall (netbsd-arm), const NOTE_CHILD = 4
pkg syscall (netbsd-arm), const NOTE_DELETE = 1
pkg syscall (netbsd-arm), const NOTE_EXEC = 536870912
pkg syscall (netbsd-arm), const NOTE_EXIT = 2147483648
pkg syscall (netbsd-arm), const NOTE_EXTEND = 4
pkg syscall (netbsd-arm), const NOTE_FORK = 1073741824
pkg syscall (netbsd-arm), const NOTE_LINK = 16
pkg syscall (netbsd-arm), const NOTE_LOWAT = 1
pkg syscall (netbsd-arm), const NOTE_PCTRLMASK = 4026531840
pkg syscall (netbsd-arm), const NOTE_PDATAMASK = 1048575
pkg syscall (netbsd-arm), const NOTE_RENAME = 32
pkg syscall (netbsd-arm), const NOTE_REVOKE = 64
pkg syscall (netbsd-arm), const NOTE_TRACK = 1
pkg syscall (netbsd-arm), const NOTE_TRACKERR = 2
pkg syscall (netbsd-arm), const NOTE_WRITE = 2
pkg syscall (netbsd-arm), const OCRNL = 16
pkg syscall (netbsd-arm), const OFIOGETBMAP = 3221513850
pkg syscall (netbsd-arm), const ONLCR = 2
pkg syscall (netbsd-arm), const ONLRET = 64
pkg syscall (netbsd-arm), const ONOCR = 32
pkg syscall (netbsd-arm), const ONOEOT = 8
pkg syscall (netbsd-arm), const OPOST = 1
pkg syscall (netbsd-arm), const O_ACCMODE = 3
pkg syscall (netbsd-arm), const O_ALT_IO = 262144
pkg syscall (netbsd-arm), const O_APPEND = 8
pkg syscall (netbsd-arm), const O_ASYNC = 64
pkg syscall (netbsd-arm), const O_CLOEXEC = 4194304
pkg syscall (netbsd-arm), const O_CREAT = 512
pkg syscall (netbsd-arm), const O_DIRECT = 524288
pkg syscall (netbsd-arm), const O_DIRECTORY = 2097152
pkg syscall (netbsd-arm), const O_DSYNC = 65536
pkg syscall (netbsd-arm), const O_EXCL = 2048
pkg syscall (netbsd-arm), const O_EXLOCK = 32
pkg syscall (netbsd-arm), const O_FSYNC = 128
pkg syscall (netbsd-arm), const O_NDELAY = 4
pkg syscall (netbsd-arm), const O_NOCTTY = 32768
pkg syscall (netbsd-arm), const O_NOFOLLOW = 256
pkg syscall (netbsd-arm), const O_NONBLOCK = 4
pkg syscall (netbsd-arm), const O_NOSIGPIPE = 16777216
pkg syscall (netbsd-arm), const O_RSYNC = 131072
pkg syscall (netbsd-arm), const O_SHLOCK = 16
pkg syscall (netbsd-arm), const O_SYNC = 128
pkg syscall (netbsd-arm), const O_TRUNC = 1024
pkg syscall (netbsd-arm), const PARENB = 4096
pkg syscall (netbsd-arm), const PARMRK = 8
pkg syscall (netbsd-arm), const PARODD = 8192
pkg syscall (netbsd-arm), const PENDIN = 536870912
pkg syscall (netbsd-arm), const PRI_IOFLUSH = 124
pkg syscall (netbsd-arm), const PTRACE_CONT = 7
pkg syscall (netbsd-arm), const PTRACE_KILL = 8
pkg syscall (netbsd-arm), const PTRACE_TRACEME = 0
pkg syscall (netbsd-arm), const RLIMIT_AS = 10
pkg syscall (netbsd-arm), const RLIMIT_CORE = 4
pkg syscall (netbsd-arm), const RLIMIT_CPU = 0
pkg syscall (netbsd-arm), const RLIMIT_DATA = 2
pkg syscall (netbsd-arm), const RLIMIT_FSIZE = 1
pkg syscall (netbsd-arm), const RLIMIT_NOFILE = 8
pkg syscall (netbsd-arm), const RLIMIT_STACK = 3
pkg syscall (netbsd-arm), const RLIM_INFINITY = 9223372036854775807
pkg syscall (netbsd-arm), const RTAX_AUTHOR = 6
pkg syscall (netbsd-arm), const RTAX_BRD = 7
pkg syscall (netbsd-arm), const RTAX_DST = 0
pkg syscall (netbsd-arm), const RTAX_GATEWAY = 1
pkg syscall (netbsd-arm), const RTAX_GENMASK = 3
pkg syscall (netbsd-arm), const RTAX_IFA = 5
pkg syscall (netbsd-arm), const RTAX_IFP = 4
pkg syscall (netbsd-arm), const RTAX_MAX = 9
pkg syscall (netbsd-arm), const RTAX_NETMASK = 2
pkg syscall (netbsd-arm), const RTAX_TAG = 8
pkg syscall (netbsd-arm), const RTA_AUTHOR = 64
pkg syscall (netbsd-arm), const RTA_BRD = 128
pkg syscall (netbsd-arm), const RTA_DST = 1
pkg syscall (netbsd-arm), const RTA_GATEWAY = 2
pkg syscall (netbsd-arm), const RTA_GENMASK = 8
pkg syscall (netbsd-arm), const RTA_IFA = 32
pkg syscall (netbsd-arm), const RTA_IFP = 16
pkg syscall (netbsd-arm), const RTA_NETMASK = 4
pkg syscall (netbsd-arm), const RTA_TAG = 256
pkg syscall (netbsd-arm), const RTF_ANNOUNCE = 131072
pkg syscall (netbsd-arm), const RTF_BLACKHOLE = 4096
pkg syscall (netbsd-arm), const RTF_CLONED = 8192
pkg syscall (netbsd-arm), const RTF_CLONING = 256
pkg syscall (netbsd-arm), const RTF_DONE = 64
pkg syscall (netbsd-arm), const RTF_DYNAMIC = 16
pkg syscall (netbsd-arm), const RTF_GATEWAY = 2
pkg syscall (netbsd-arm), const RTF_HOST = 4
pkg syscall (netbsd-arm), const RTF_LLINFO = 1024
pkg syscall (netbsd-arm), const RTF_MASK = 128
pkg syscall (netbsd-arm), const RTF_MODIFIED = 32
pkg syscall (netbsd-arm), const RTF_PROTO1 = 32768
pkg syscall (netbsd-arm), const RTF_PROTO2 = 16384
pkg syscall (netbsd-arm), const RTF_REJECT = 8
pkg syscall (netbsd-arm), const RTF_SRC = 65536
pkg syscall (netbsd-arm), const RTF_STATIC = 2048
pkg syscall (netbsd-arm), const RTF_UP = 1
pkg syscall (netbsd-arm), const RTF_XRESOLVE = 512
pkg syscall (netbsd-arm), const RTM_ADD = 1
pkg syscall (netbsd-arm), const RTM_CHANGE = 3
pkg syscall (netbsd-arm), const RTM_CHGADDR = 21
pkg syscall (netbsd-arm), const RTM_DELADDR = 13
pkg syscall (netbsd-arm), const RTM_DELETE = 2
pkg syscall (netbsd-arm), const RTM_GET = 4
pkg syscall (netbsd-arm), const RTM_IEEE80211 = 17
pkg syscall (netbsd-arm), const RTM_IFANNOUNCE = 16
pkg syscall (netbsd-arm), const RTM_IFINFO = 20
pkg syscall (netbsd-arm), const RTM_LLINFO_UPD = 19
pkg syscall (netbsd-arm), const RTM_LOCK = 8
pkg syscall (netbsd-arm), const RTM_LOSING = 5
pkg syscall (netbsd-arm), const RTM_MISS = 7
pkg syscall (netbsd-arm), const RTM_NEWADDR = 12
pkg syscall (netbsd-arm), const RTM_OIFINFO = 15
pkg syscall (netbsd-arm), const RTM_OLDADD = 9
pkg syscall (netbsd-arm), const RTM_OLDDEL = 10
pkg syscall (netbsd-arm), const RTM_OOIFINFO = 14
pkg syscall (netbsd-arm), const RTM_REDIRECT = 6
pkg syscall (netbsd-arm), const RTM_RESOLVE = 11
pkg syscall (netbsd-arm), const RTM_RTTUNIT = 1000000
pkg syscall (netbsd-arm), const RTM_SETGATE = 18
pkg syscall (netbsd-arm), const RTM_VERSION = 4
pkg syscall (netbsd-arm), const RTV_EXPIRE = 4
pkg syscall (netbsd-arm), const RTV_HOPCOUNT = 2
pkg syscall (netbsd-arm), const RTV_MTU = 1
pkg syscall (netbsd-arm), const RTV_RPIPE = 8
pkg syscall (netbsd-arm), const RTV_RTT = 64
pkg syscall (netbsd-arm), const RTV_RTTVAR = 128
pkg syscall (netbsd-arm), const RTV_SPIPE = 16
pkg syscall (netbsd-arm), const RTV_SSTHRESH = 32
pkg syscall (netbsd-arm), const RUSAGE_CHILDREN = -1
pkg syscall (netbsd-arm), const RUSAGE_SELF = 0
pkg syscall (netbsd-arm), const SCM_CREDS = 4
pkg syscall (netbsd-arm), const SCM_RIGHTS = 1
pkg syscall (netbsd-arm), const SCM_TIMESTAMP = 8
pkg syscall (netbsd-arm), const SIGBUS = 10
pkg syscall (netbsd-arm), const SIGCHLD = 20
pkg syscall (netbsd-arm), const SIGCONT = 19
pkg syscall (netbsd-arm), const SIGEMT = 7
pkg syscall (netbsd-arm), const SIGINFO = 29
pkg syscall (netbsd-arm), const SIGIO = 23
pkg syscall (netbsd-arm), const SIGIOT = 6
pkg syscall (netbsd-arm), const SIGPROF = 27
pkg syscall (netbsd-arm), const SIGPWR = 32
pkg syscall (netbsd-arm), const SIGSTOP = 17
pkg syscall (netbsd-arm), const SIGSYS = 12
pkg syscall (netbsd-arm), const SIGTSTP = 18
pkg syscall (netbsd-arm), const SIGTTIN = 21
pkg syscall (netbsd-arm), const SIGTTOU = 22
pkg syscall (netbsd-arm), const SIGURG = 16
pkg syscall (netbsd-arm), const SIGUSR1 = 30
pkg syscall (netbsd-arm), const SIGUSR2 = 31
pkg syscall (netbsd-arm), const SIGVTALRM = 26
pkg syscall (netbsd-arm), const SIGWINCH = 28
pkg syscall (netbsd-arm), const SIGXCPU = 24
pkg syscall (netbsd-arm), const SIGXFSZ = 25
pkg syscall (netbsd-arm), const SIOCADDMULTI = 2156947761
pkg syscall (netbsd-arm), const SIOCADDRT = 2150658570
pkg syscall (netbsd-arm), const SIOCAIFADDR = 2151704858
pkg syscall (netbsd-arm), const SIOCALIFADDR = 2165860636
pkg syscall (netbsd-arm), const SIOCATMARK = 1074033415
pkg syscall (netbsd-arm), const SIOCDELMULTI = 2156947762
pkg syscall (netbsd-arm), const SIOCDELRT = 2150658571
pkg syscall (netbsd-arm), const SIOCDIFADDR = 2156947737
pkg syscall (netbsd-arm), const SIOCDIFPHYADDR = 2156947785
pkg syscall (netbsd-arm), const SIOCDLIFADDR = 2165860638
pkg syscall (netbsd-arm), const SIOCGDRVSPEC = 3223087483
pkg syscall (netbsd-arm), const SIOCGETPFSYNC = 3230689784
pkg syscall (netbsd-arm), const SIOCGETSGCNT = 3222566196
pkg syscall (netbsd-arm), const SIOCGETVIFCNT = 3222566195
pkg syscall (netbsd-arm), const SIOCGHIWAT = 1074033409
pkg syscall (netbsd-arm), const SIOCGIFADDR = 3230689569
pkg syscall (netbsd-arm), const SIOCGIFADDRPREF = 3230951712
pkg syscall (netbsd-arm), const SIOCGIFALIAS = 3225446683
pkg syscall (netbsd-arm), const SIOCGIFBRDADDR = 3230689571
pkg syscall (netbsd-arm), const SIOCGIFCAP = 3223349622
pkg syscall (netbsd-arm), const SIOCGIFCONF = 3221776678
pkg syscall (netbsd-arm), const SIOCGIFDATA = 3230951813
pkg syscall (netbsd-arm), const SIOCGIFDLT = 3230689655
pkg syscall (netbsd-arm), const SIOCGIFDSTADDR = 3230689570
pkg syscall (netbsd-arm), const SIOCGIFFLAGS = 3230689553
pkg syscall (netbsd-arm), const SIOCGIFGENERIC = 3230689594
pkg syscall (netbsd-arm), const SIOCGIFMEDIA = 3223873846
pkg syscall (netbsd-arm), const SIOCGIFMETRIC = 3230689559
pkg syscall (netbsd-arm), const SIOCGIFMTU = 3230689662
pkg syscall (netbsd-arm), const SIOCGIFNETMASK = 3230689573
pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR = 3230689608
pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR = 3230689607
pkg syscall (netbsd-arm), const SIOCGLIFADDR = 3239602461
pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (netbsd-arm), const SIOCGLINKSTR = 3223087495
pkg syscall (netbsd-arm), const SIOCGLOWAT = 1074033411
pkg syscall (netbsd-arm), const SIOCGPGRP = 1074033417
pkg syscall (netbsd-arm), const SIOCGVH = 3230689667
pkg syscall (netbsd-arm), const SIOCIFCREATE = 2156947834
pkg syscall (netbsd-arm), const SIOCIFDESTROY = 2156947833
pkg syscall (netbsd-arm), const SIOCIFGCLONERS = 3222038904
pkg syscall (netbsd-arm), const SIOCINITIFADDR = 3225708932
pkg syscall (netbsd-arm), const SIOCSDRVSPEC = 2149345659
pkg syscall (netbsd-arm), const SIOCSETPFSYNC = 2156947959
pkg syscall (netbsd-arm), const SIOCSHIWAT = 2147775232
pkg syscall (netbsd-arm), const SIOCSIFADDR = 2156947724
pkg syscall (netbsd-arm), const SIOCSIFADDRPREF = 2157209887
pkg syscall (netbsd-arm), const SIOCSIFBRDADDR = 2156947731
pkg syscall (netbsd-arm), const SIOCSIFCAP = 2149607797
pkg syscall (netbsd-arm), const SIOCSIFDSTADDR = 2156947726
pkg syscall (netbsd-arm), const SIOCSIFFLAGS = 2156947728
pkg syscall (netbsd-arm), const SIOCSIFGENERIC = 2156947769
pkg syscall (netbsd-arm), const SIOCSIFMEDIA = 3230689589
pkg syscall (netbsd-arm), const SIOCSIFMETRIC = 2156947736
pkg syscall (netbsd-arm), const SIOCSIFMTU = 2156947839
pkg syscall (netbsd-arm), const SIOCSIFNETMASK = 2156947734
pkg syscall (netbsd-arm), const SIOCSIFPHYADDR = 2151704902
pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (netbsd-arm), const SIOCSLINKSTR = 2149345672
pkg syscall (netbsd-arm), const SIOCSLOWAT = 2147775234
pkg syscall (netbsd-arm), const SIOCSPGRP = 2147775240
pkg syscall (netbsd-arm), const SIOCSVH = 3230689666
pkg syscall (netbsd-arm), const SIOCZIFDATA = 3230951814
pkg syscall (netbsd-arm), const SOCK_CLOEXEC = 268435456
pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK = 4026531840
pkg syscall (netbsd-arm), const SOCK_NONBLOCK = 536870912
pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE = 1073741824
pkg syscall (netbsd-arm), const SOCK_RDM = 4
pkg syscall (netbsd-arm), const SOL_SOCKET = 65535
pkg syscall (netbsd-arm), const SOMAXCONN = 128
pkg syscall (netbsd-arm), const SO_ACCEPTCONN = 2
pkg syscall (netbsd-arm), const SO_ACCEPTFILTER = 4096
pkg syscall (netbsd-arm), const SO_BROADCAST = 32
pkg syscall (netbsd-arm), const SO_DEBUG = 1
pkg syscall (netbsd-arm), const SO_DONTROUTE = 16
pkg syscall (netbsd-arm), const SO_ERROR = 4103
pkg syscall (netbsd-arm), const SO_KEEPALIVE = 8
pkg syscall (netbsd-arm), const SO_LINGER = 128
pkg syscall (netbsd-arm), const SO_NOHEADER = 4106
pkg syscall (netbsd-arm), const SO_NOSIGPIPE = 2048
pkg syscall (netbsd-arm), const SO_OOBINLINE = 256
pkg syscall (netbsd-arm), const SO_OVERFLOWED = 4105
pkg syscall (netbsd-arm), const SO_RCVBUF = 4098
pkg syscall (netbsd-arm), const SO_RCVLOWAT = 4100
pkg syscall (netbsd-arm), const SO_RCVTIMEO = 4108
pkg syscall (netbsd-arm), const SO_REUSEADDR = 4
pkg syscall (netbsd-arm), const SO_REUSEPORT = 512
pkg syscall (netbsd-arm), const SO_SNDBUF = 4097
pkg syscall (netbsd-arm), const SO_SNDLOWAT = 4099
pkg syscall (netbsd-arm), const SO_SNDTIMEO = 4107
pkg syscall (netbsd-arm), const SO_TIMESTAMP = 8192
pkg syscall (netbsd-arm), const SO_TYPE = 4104
pkg syscall (netbsd-arm), const SO_USELOOPBACK = 64
pkg syscall (netbsd-arm), const SYSCTL_VERSION = 16777216
pkg syscall (netbsd-arm), const SYSCTL_VERS_0 = 0
pkg syscall (netbsd-arm), const SYSCTL_VERS_1 = 16777216
pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK = 4278190080
pkg syscall (netbsd-arm), const SYS_ACCEPT = 30
pkg syscall (netbsd-arm), const SYS_ACCESS = 33
pkg syscall (netbsd-arm), const SYS_ACCT = 51
pkg syscall (netbsd-arm), const SYS_ADJTIME = 421
pkg syscall (netbsd-arm), const SYS_BIND = 104
pkg syscall (netbsd-arm), const SYS_BREAK = 17
pkg syscall (netbsd-arm), const SYS_CHDIR = 12
pkg syscall (netbsd-arm), const SYS_CHFLAGS = 34
pkg syscall (netbsd-arm), const SYS_CHMOD = 15
pkg syscall (netbsd-arm), const SYS_CHOWN = 16
pkg syscall (netbsd-arm), const SYS_CHROOT = 61
pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES = 429
pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME = 427
pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME = 428
pkg syscall (netbsd-arm), const SYS_CLOSE = 6
pkg syscall (netbsd-arm), const SYS_CONNECT = 98
pkg syscall (netbsd-arm), const SYS_DUP = 41
pkg syscall (netbsd-arm), const SYS_DUP2 = 90
pkg syscall (netbsd-arm), const SYS_DUP3 = 454
pkg syscall (netbsd-arm), const SYS_EXECVE = 59
pkg syscall (netbsd-arm), const SYS_EXIT = 1
pkg syscall (netbsd-arm), const SYS_EXTATTRCTL = 360
pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD = 366
pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE = 363
pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK = 369
pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD = 365
pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE = 362
pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK = 368
pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD = 370
pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE = 371
pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK = 372
pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD = 364
pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE = 361
pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK = 367
pkg syscall (netbsd-arm), const SYS_FACCESSAT = 462
pkg syscall (netbsd-arm), const SYS_FCHDIR = 13
pkg syscall (netbsd-arm), const SYS_FCHFLAGS = 35
pkg syscall (netbsd-arm), const SYS_FCHMOD = 124
pkg syscall (netbsd-arm), const SYS_FCHMODAT = 463
pkg syscall (netbsd-arm), const SYS_FCHOWN = 123
pkg syscall (netbsd-arm), const SYS_FCHOWNAT = 464
pkg syscall (netbsd-arm), const SYS_FCHROOT = 297
pkg syscall (netbsd-arm), const SYS_FCNTL = 92
pkg syscall (netbsd-arm), const SYS_FDATASYNC = 241
pkg syscall (netbsd-arm), const SYS_FEXECVE = 465
pkg syscall (netbsd-arm), const SYS_FGETXATTR = 380
pkg syscall (netbsd-arm), const SYS_FHSTAT = 451
pkg syscall (netbsd-arm), const SYS_FKTRACE = 288
pkg syscall (netbsd-arm), const SYS_FLISTXATTR = 383
pkg syscall (netbsd-arm), const SYS_FLOCK = 131
pkg syscall (netbsd-arm), const SYS_FORK = 2
pkg syscall (netbsd-arm), const SYS_FPATHCONF = 192
pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR = 386
pkg syscall (netbsd-arm), const SYS_FSETXATTR = 377
pkg syscall (netbsd-arm), const SYS_FSTAT = 440
pkg syscall (netbsd-arm), const SYS_FSTATAT = 466
pkg syscall (netbsd-arm), const SYS_FSTATVFS1 = 358
pkg syscall (netbsd-arm), const SYS_FSYNC = 95
pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE = 354
pkg syscall (netbsd-arm), const SYS_FTRUNCATE = 201
pkg syscall (netbsd-arm), const SYS_FUTIMENS = 472
pkg syscall (netbsd-arm), const SYS_FUTIMES = 423
pkg syscall (netbsd-arm), const SYS_GETCONTEXT = 307
pkg syscall (netbsd-arm), const SYS_GETDENTS = 390
pkg syscall (netbsd-arm), const SYS_GETEGID = 43
pkg syscall (netbsd-arm), const SYS_GETEUID = 25
pkg syscall (netbsd-arm), const SYS_GETFH = 395
pkg syscall (netbsd-arm), const SYS_GETGID = 47
pkg syscall (netbsd-arm), const SYS_GETGROUPS = 79
pkg syscall (netbsd-arm), const SYS_GETITIMER = 426
pkg syscall (netbsd-arm), const SYS_GETPEERNAME = 31
pkg syscall (netbsd-arm), const SYS_GETPGID = 207
pkg syscall (netbsd-arm), const SYS_GETPGRP = 81
pkg syscall (netbsd-arm), const SYS_GETPID = 20
pkg syscall (netbsd-arm), const SYS_GETPPID = 39
pkg syscall (netbsd-arm), const SYS_GETPRIORITY = 100
pkg syscall (netbsd-arm), const SYS_GETRLIMIT = 194
pkg syscall (netbsd-arm), const SYS_GETRUSAGE = 445
pkg syscall (netbsd-arm), const SYS_GETSID = 286
pkg syscall (netbsd-arm), const SYS_GETSOCKNAME = 32
pkg syscall (netbsd-arm), const SYS_GETSOCKOPT = 118
pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY = 418
pkg syscall (netbsd-arm), const SYS_GETUID = 24
pkg syscall (netbsd-arm), const SYS_GETVFSSTAT = 356
pkg syscall (netbsd-arm), const SYS_GETXATTR = 378
pkg syscall (netbsd-arm), const SYS_IOCTL = 54
pkg syscall (netbsd-arm), const SYS_ISSETUGID = 305
pkg syscall (netbsd-arm), const SYS_KEVENT = 435
pkg syscall (netbsd-arm), const SYS_KILL = 37
pkg syscall (netbsd-arm), const SYS_KQUEUE = 344
pkg syscall (netbsd-arm), const SYS_KQUEUE1 = 455
pkg syscall (netbsd-arm), const SYS_KTRACE = 45
pkg syscall (netbsd-arm), const SYS_LCHFLAGS = 304
pkg syscall (netbsd-arm), const SYS_LCHMOD = 274
pkg syscall (netbsd-arm), const SYS_LCHOWN = 275
pkg syscall (netbsd-arm), const SYS_LGETXATTR = 379
pkg syscall (netbsd-arm), const SYS_LINK = 9
pkg syscall (netbsd-arm), const SYS_LINKAT = 457
pkg syscall (netbsd-arm), const SYS_LISTEN = 106
pkg syscall (netbsd-arm), const SYS_LISTXATTR = 381
pkg syscall (netbsd-arm), const SYS_LLISTXATTR = 382
pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR = 385
pkg syscall (netbsd-arm), const SYS_LSEEK = 199
pkg syscall (netbsd-arm), const SYS_LSETXATTR = 376
pkg syscall (netbsd-arm), const SYS_LSTAT = 441
pkg syscall (netbsd-arm), const SYS_LUTIMES = 424
pkg syscall (netbsd-arm), const SYS_MADVISE = 75
pkg syscall (netbsd-arm), const SYS_MINCORE = 78
pkg syscall (netbsd-arm), const SYS_MINHERIT = 273
pkg syscall (netbsd-arm), const SYS_MKDIR = 136
pkg syscall (netbsd-arm), const SYS_MKDIRAT = 461
pkg syscall (netbsd-arm), const SYS_MKFIFO = 132
pkg syscall (netbsd-arm), const SYS_MKFIFOAT = 459
pkg syscall (netbsd-arm), const SYS_MKNOD = 450
pkg syscall (netbsd-arm), const SYS_MKNODAT = 460
pkg syscall (netbsd-arm), const SYS_MLOCK = 203
pkg syscall (netbsd-arm), const SYS_MLOCKALL = 242
pkg syscall (netbsd-arm), const SYS_MMAP = 197
pkg syscall (netbsd-arm), const SYS_MODCTL = 246
pkg syscall (netbsd-arm), const SYS_MOUNT = 410
pkg syscall (netbsd-arm), const SYS_MPROTECT = 74
pkg syscall (netbsd-arm), const SYS_MREMAP = 411
pkg syscall (netbsd-arm), const SYS_MSGCTL = 444
pkg syscall (netbsd-arm), const SYS_MSGGET = 225
pkg syscall (netbsd-arm), const SYS_MSGRCV = 227
pkg syscall (netbsd-arm), const SYS_MSGSND = 226
pkg syscall (netbsd-arm), const SYS_MUNLOCK = 204
pkg syscall (netbsd-arm), const SYS_MUNLOCKALL = 243
pkg syscall (netbsd-arm), const SYS_MUNMAP = 73
pkg syscall (netbsd-arm), const SYS_NANOSLEEP = 430
pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME = 176
pkg syscall (netbsd-arm), const SYS_NTP_GETTIME = 448
pkg syscall (netbsd-arm), const SYS_OPEN = 5
pkg syscall (netbsd-arm), const SYS_OPENAT = 468
pkg syscall (netbsd-arm), const SYS_PACCEPT = 456
pkg syscall (netbsd-arm), const SYS_PATHCONF = 191
pkg syscall (netbsd-arm), const SYS_PIPE = 42
pkg syscall (netbsd-arm), const SYS_PIPE2 = 453
pkg syscall (netbsd-arm), const SYS_PMC_CONTROL = 342
pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO = 341
pkg syscall (netbsd-arm), const SYS_POLL = 209
pkg syscall (netbsd-arm), const SYS_POLLTS = 437
pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE = 416
pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN = 474
pkg syscall (netbsd-arm), const SYS_PREAD = 173
pkg syscall (netbsd-arm), const SYS_PREADV = 289
pkg syscall (netbsd-arm), const SYS_PROFIL = 44
pkg syscall (netbsd-arm), const SYS_PSELECT = 436
pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN = 414
pkg syscall (netbsd-arm), const SYS_PSET_CREATE = 412
pkg syscall (netbsd-arm), const SYS_PSET_DESTROY = 413
pkg syscall (netbsd-arm), const SYS_PTRACE = 26
pkg syscall (netbsd-arm), const SYS_PWRITE = 174
pkg syscall (netbsd-arm), const SYS_PWRITEV = 290
pkg syscall (netbsd-arm), const SYS_RASCTL = 343
pkg syscall (netbsd-arm), const SYS_READ = 3
pkg syscall (netbsd-arm), const SYS_READLINK = 58
pkg syscall (netbsd-arm), const SYS_READLINKAT = 469
pkg syscall (netbsd-arm), const SYS_READV = 120
pkg syscall (netbsd-arm), const SYS_REBOOT = 208
pkg syscall (netbsd-arm), const SYS_RECVFROM = 29
pkg syscall (netbsd-arm), const SYS_RECVMMSG = 475
pkg syscall (netbsd-arm), const SYS_RECVMSG = 27
pkg syscall (netbsd-arm), const SYS_REMOVEXATTR = 384
pkg syscall (netbsd-arm), const SYS_RENAME = 128
pkg syscall (netbsd-arm), const SYS_RENAMEAT = 458
pkg syscall (netbsd-arm), const SYS_REVOKE = 56
pkg syscall (netbsd-arm), const SYS_RMDIR = 137
pkg syscall (netbsd-arm), const SYS_SBRK = 69
pkg syscall (netbsd-arm), const SYS_SCHED_YIELD = 350
pkg syscall (netbsd-arm), const SYS_SELECT = 417
pkg syscall (netbsd-arm), const SYS_SEMCONFIG = 223
pkg syscall (netbsd-arm), const SYS_SEMGET = 221
pkg syscall (netbsd-arm), const SYS_SEMOP = 222
pkg syscall (netbsd-arm), const SYS_SENDMMSG = 476
pkg syscall (netbsd-arm), const SYS_SENDMSG = 28
pkg syscall (netbsd-arm), const SYS_SENDTO = 133
pkg syscall (netbsd-arm), const SYS_SETCONTEXT = 308
pkg syscall (netbsd-arm), const SYS_SETEGID = 182
pkg syscall (netbsd-arm), const SYS_SETEUID = 183
pkg syscall (netbsd-arm), const SYS_SETGID = 181
pkg syscall (netbsd-arm), const SYS_SETGROUPS = 80
pkg syscall (netbsd-arm), const SYS_SETITIMER = 425
pkg syscall (netbsd-arm), const SYS_SETPGID = 82
pkg syscall (netbsd-arm), const SYS_SETPRIORITY = 96
pkg syscall (netbsd-arm), const SYS_SETREGID = 127
pkg syscall (netbsd-arm), const SYS_SETREUID = 126
pkg syscall (netbsd-arm), const SYS_SETRLIMIT = 195
pkg syscall (netbsd-arm), const SYS_SETSID = 147
pkg syscall (netbsd-arm), const SYS_SETSOCKOPT = 105
pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY = 419
pkg syscall (netbsd-arm), const SYS_SETUID = 23
pkg syscall (netbsd-arm), const SYS_SETXATTR = 375
pkg syscall (netbsd-arm), const SYS_SHMAT = 228
pkg syscall (netbsd-arm), const SYS_SHMCTL = 443
pkg syscall (netbsd-arm), const SYS_SHMDT = 230
pkg syscall (netbsd-arm), const SYS_SHMGET = 231
pkg syscall (netbsd-arm), const SYS_SHUTDOWN = 134
pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO = 245
pkg syscall (netbsd-arm), const SYS_SOCKET = 394
pkg syscall (netbsd-arm), const SYS_SOCKETPAIR = 135
pkg syscall (netbsd-arm), const SYS_SSTK = 70
pkg syscall (netbsd-arm), const SYS_STAT = 439
pkg syscall (netbsd-arm), const SYS_STATVFS1 = 357
pkg syscall (netbsd-arm), const SYS_SWAPCTL = 271
pkg syscall (netbsd-arm), const SYS_SYMLINK = 57
pkg syscall (netbsd-arm), const SYS_SYMLINKAT = 470
pkg syscall (netbsd-arm), const SYS_SYNC = 36
pkg syscall (netbsd-arm), const SYS_SYSARCH = 165
pkg syscall (netbsd-arm), const SYS_TIMER_CREATE = 235
pkg syscall (netbsd-arm), const SYS_TIMER_DELETE = 236
pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN = 239
pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME = 447
pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME = 446
pkg syscall (netbsd-arm), const SYS_TRUNCATE = 200
pkg syscall (netbsd-arm), const SYS_UMASK = 60
pkg syscall (netbsd-arm), const SYS_UNDELETE = 205
pkg syscall (netbsd-arm), const SYS_UNLINK = 10
pkg syscall (netbsd-arm), const SYS_UNLINKAT = 471
pkg syscall (netbsd-arm), const SYS_UNMOUNT = 22
pkg syscall (netbsd-arm), const SYS_UTIMENSAT = 467
pkg syscall (netbsd-arm), const SYS_UTIMES = 420
pkg syscall (netbsd-arm), const SYS_UTRACE = 306
pkg syscall (netbsd-arm), const SYS_UUIDGEN = 355
pkg syscall (netbsd-arm), const SYS_VADVISE = 72
pkg syscall (netbsd-arm), const SYS_VFORK = 66
pkg syscall (netbsd-arm), const SYS_WAIT4 = 449
pkg syscall (netbsd-arm), const SYS_WRITE = 4
pkg syscall (netbsd-arm), const SYS_WRITEV = 121
pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE = 314
pkg syscall (netbsd-arm), const SYS__LWP_CREATE = 309
pkg syscall (netbsd-arm), const SYS__LWP_CTL = 325
pkg syscall (netbsd-arm), const SYS__LWP_DETACH = 319
pkg syscall (netbsd-arm), const SYS__LWP_EXIT = 310
pkg syscall (netbsd-arm), const SYS__LWP_GETNAME = 324
pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE = 316
pkg syscall (netbsd-arm), const SYS__LWP_KILL = 318
pkg syscall (netbsd-arm), const SYS__LWP_PARK = 434
pkg syscall (netbsd-arm), const SYS__LWP_SELF = 311
pkg syscall (netbsd-arm), const SYS__LWP_SETNAME = 323
pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE = 317
pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND = 313
pkg syscall (netbsd-arm), const SYS__LWP_UNPARK = 321
pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL = 322
pkg syscall (netbsd-arm), const SYS__LWP_WAIT = 312
pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP = 315
pkg syscall (netbsd-arm), const SYS__PSET_BIND = 415
pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY = 349
pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM = 347
pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY = 348
pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM = 346
pkg syscall (netbsd-arm), const SYS___CLONE = 287
pkg syscall (netbsd-arm), const SYS___GETCWD = 296
pkg syscall (netbsd-arm), const SYS___GETLOGIN = 49
pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN = 283
pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN = 284
pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN = 285
pkg syscall (netbsd-arm), const SYS___POSIX_RENAME = 270
pkg syscall (netbsd-arm), const SYS___QUOTACTL = 473
pkg syscall (netbsd-arm), const SYS___SEMCTL = 442
pkg syscall (netbsd-arm), const SYS___SETLOGIN = 50
pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP = 340
pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT = 431
pkg syscall (netbsd-arm), const SYS___SYSCTL = 202
pkg syscall (netbsd-arm), const S_ARCH1 = 65536
pkg syscall (netbsd-arm), const S_ARCH2 = 131072
pkg syscall (netbsd-arm), const S_BLKSIZE = 512
pkg syscall (netbsd-arm), const S_IEXEC = 64
pkg syscall (netbsd-arm), const S_IFMT = 61440
pkg syscall (netbsd-arm), const S_IFWHT = 57344
pkg syscall (netbsd-arm), const S_IREAD = 256
pkg syscall (netbsd-arm), const S_IRGRP = 32
pkg syscall (netbsd-arm), const S_IROTH = 4
pkg syscall (netbsd-arm), const S_IRWXG = 56
pkg syscall (netbsd-arm), const S_IRWXO = 7
pkg syscall (netbsd-arm), const S_IRWXU = 448
pkg syscall (netbsd-arm), const S_ISTXT = 512
pkg syscall (netbsd-arm), const S_IWGRP = 16
pkg syscall (netbsd-arm), const S_IWOTH = 2
pkg syscall (netbsd-arm), const S_IWRITE = 128
pkg syscall (netbsd-arm), const S_IXGRP = 8
pkg syscall (netbsd-arm), const S_IXOTH = 1
pkg syscall (netbsd-arm), const SizeofBpfHdr = 20
pkg syscall (netbsd-arm), const SizeofBpfInsn = 8
pkg syscall (netbsd-arm), const SizeofBpfProgram = 8
pkg syscall (netbsd-arm), const SizeofBpfStat = 128
pkg syscall (netbsd-arm), const SizeofBpfVersion = 4
pkg syscall (netbsd-arm), const SizeofCmsghdr = 12
pkg syscall (netbsd-arm), const SizeofIPMreq = 8
pkg syscall (netbsd-arm), const SizeofIPv6Mreq = 20
pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr = 24
pkg syscall (netbsd-arm), const SizeofIfData = 132
pkg syscall (netbsd-arm), const SizeofIfMsghdr = 152
pkg syscall (netbsd-arm), const SizeofIfaMsghdr = 24
pkg syscall (netbsd-arm), const SizeofInet6Pktinfo = 20
pkg syscall (netbsd-arm), const SizeofLinger = 8
pkg syscall (netbsd-arm), const SizeofMsghdr = 28
pkg syscall (netbsd-arm), const SizeofRtMetrics = 80
pkg syscall (netbsd-arm), const SizeofRtMsghdr = 120
pkg syscall (netbsd-arm), const SizeofSockaddrAny = 108
pkg syscall (netbsd-arm), const SizeofSockaddrDatalink = 20
pkg syscall (netbsd-arm), const SizeofSockaddrInet4 = 16
pkg syscall (netbsd-arm), const SizeofSockaddrInet6 = 28
pkg syscall (netbsd-arm), const SizeofSockaddrUnix = 106
pkg syscall (netbsd-arm), const TCIFLUSH = 1
pkg syscall (netbsd-arm), const TCIOFLUSH = 3
pkg syscall (netbsd-arm), const TCOFLUSH = 2
pkg syscall (netbsd-arm), const TCP_CONGCTL = 32
pkg syscall (netbsd-arm), const TCP_KEEPCNT = 6
pkg syscall (netbsd-arm), const TCP_KEEPIDLE = 3
pkg syscall (netbsd-arm), const TCP_KEEPINIT = 7
pkg syscall (netbsd-arm), const TCP_KEEPINTVL = 5
pkg syscall (netbsd-arm), const TCP_MAXBURST = 4
pkg syscall (netbsd-arm), const TCP_MAXSEG = 2
pkg syscall (netbsd-arm), const TCP_MAXWIN = 65535
pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT = 14
pkg syscall (netbsd-arm), const TCP_MD5SIG = 16
pkg syscall (netbsd-arm), const TCP_MINMSS = 216
pkg syscall (netbsd-arm), const TCP_MSS = 536
pkg syscall (netbsd-arm), const TCSAFLUSH = 2
pkg syscall (netbsd-arm), const TIOCCBRK = 536900730
pkg syscall (netbsd-arm), const TIOCCDTR = 536900728
pkg syscall (netbsd-arm), const TIOCCONS = 2147775586
pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP = 1074558040
pkg syscall (netbsd-arm), const TIOCDRAIN = 536900702
pkg syscall (netbsd-arm), const TIOCEXCL = 536900621
pkg syscall (netbsd-arm), const TIOCEXT = 2147775584
pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS = 16
pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL = 2
pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS = 4
pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF = 8
pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR = 1
pkg syscall (netbsd-arm), const TIOCFLUSH = 2147775504
pkg syscall (netbsd-arm), const TIOCGETA = 1076655123
pkg syscall (netbsd-arm), const TIOCGETD = 1074033690
pkg syscall (netbsd-arm), const TIOCGFLAGS = 1074033757
pkg syscall (netbsd-arm), const TIOCGLINED = 1075868738
pkg syscall (netbsd-arm), const TIOCGPGRP = 1074033783
pkg syscall (netbsd-arm), const TIOCGQSIZE = 1074033793
pkg syscall (netbsd-arm), const TIOCGRANTPT = 536900679
pkg syscall (netbsd-arm), const TIOCGSID = 1074033763
pkg syscall (netbsd-arm), const TIOCGSIZE = 1074295912
pkg syscall (netbsd-arm), const TIOCGWINSZ = 1074295912
pkg syscall (netbsd-arm), const TIOCMBIC = 2147775595
pkg syscall (netbsd-arm), const TIOCMBIS = 2147775596
pkg syscall (netbsd-arm), const TIOCMGET = 1074033770
pkg syscall (netbsd-arm), const TIOCMSET = 2147775597
pkg syscall (netbsd-arm), const TIOCM_CAR = 64
pkg syscall (netbsd-arm), const TIOCM_CD = 64
pkg syscall (netbsd-arm), const TIOCM_CTS = 32
pkg syscall (netbsd-arm), const TIOCM_DSR = 256
pkg syscall (netbsd-arm), const TIOCM_DTR = 2
pkg syscall (netbsd-arm), const TIOCM_LE = 1
pkg syscall (netbsd-arm), const TIOCM_RI = 128
pkg syscall (netbsd-arm), const TIOCM_RNG = 128
pkg syscall (netbsd-arm), const TIOCM_RTS = 4
pkg syscall (netbsd-arm), const TIOCM_SR = 16
pkg syscall (netbsd-arm), const TIOCM_ST = 8
pkg syscall (netbsd-arm), const TIOCNOTTY = 536900721
pkg syscall (netbsd-arm), const TIOCNXCL = 536900622
pkg syscall (netbsd-arm), const TIOCOUTQ = 1074033779
pkg syscall (netbsd-arm), const TIOCPKT = 2147775600
pkg syscall (netbsd-arm), const TIOCPKT_DATA = 0
pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP = 32
pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD = 1
pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (netbsd-arm), const TIOCPKT_IOCTL = 64
pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP = 16
pkg syscall (netbsd-arm), const TIOCPKT_START = 8
pkg syscall (netbsd-arm), const TIOCPKT_STOP = 4
pkg syscall (netbsd-arm), const TIOCPTMGET = 1208513606
pkg syscall (netbsd-arm), const TIOCPTSNAME = 1208513608
pkg syscall (netbsd-arm), const TIOCRCVFRAME = 2147775557
pkg syscall (netbsd-arm), const TIOCREMOTE = 2147775593
pkg syscall (netbsd-arm), const TIOCSBRK = 536900731
pkg syscall (netbsd-arm), const TIOCSCTTY = 536900705
pkg syscall (netbsd-arm), const TIOCSDTR = 536900729
pkg syscall (netbsd-arm), const TIOCSETA = 2150396948
pkg syscall (netbsd-arm), const TIOCSETAF = 2150396950
pkg syscall (netbsd-arm), const TIOCSETAW = 2150396949
pkg syscall (netbsd-arm), const TIOCSETD = 2147775515
pkg syscall (netbsd-arm), const TIOCSFLAGS = 2147775580
pkg syscall (netbsd-arm), const TIOCSIG = 536900703
pkg syscall (netbsd-arm), const TIOCSLINED = 2149610563
pkg syscall (netbsd-arm), const TIOCSPGRP = 2147775606
pkg syscall (netbsd-arm), const TIOCSQSIZE = 2147775616
pkg syscall (netbsd-arm), const TIOCSSIZE = 2148037735
pkg syscall (netbsd-arm), const TIOCSTART = 536900718
pkg syscall (netbsd-arm), const TIOCSTAT = 2147775589
pkg syscall (netbsd-arm), const TIOCSTI = 2147578994
pkg syscall (netbsd-arm), const TIOCSTOP = 536900719
pkg syscall (netbsd-arm), const TIOCSWINSZ = 2148037735
pkg syscall (netbsd-arm), const TIOCUCNTL = 2147775590
pkg syscall (netbsd-arm), const TIOCXMTFRAME = 2147775556
pkg syscall (netbsd-arm), const TOSTOP = 4194304
pkg syscall (netbsd-arm), const VDISCARD = 15
pkg syscall (netbsd-arm), const VDSUSP = 11
pkg syscall (netbsd-arm), const VEOF = 0
pkg syscall (netbsd-arm), const VEOL = 1
pkg syscall (netbsd-arm), const VEOL2 = 2
pkg syscall (netbsd-arm), const VERASE = 3
pkg syscall (netbsd-arm), const VINTR = 8
pkg syscall (netbsd-arm), const VKILL = 5
pkg syscall (netbsd-arm), const VLNEXT = 14
pkg syscall (netbsd-arm), const VMIN = 16
pkg syscall (netbsd-arm), const VQUIT = 9
pkg syscall (netbsd-arm), const VREPRINT = 6
pkg syscall (netbsd-arm), const VSTART = 12
pkg syscall (netbsd-arm), const VSTATUS = 18
pkg syscall (netbsd-arm), const VSTOP = 13
pkg syscall (netbsd-arm), const VSUSP = 10
pkg syscall (netbsd-arm), const VTIME = 17
pkg syscall (netbsd-arm), const VWERASE = 4
pkg syscall (netbsd-arm), const WALL = 8
pkg syscall (netbsd-arm), const WALLSIG = 8
pkg syscall (netbsd-arm), const WALTSIG = 4
pkg syscall (netbsd-arm), const WCLONE = 4
pkg syscall (netbsd-arm), const WCOREFLAG = 128
pkg syscall (netbsd-arm), const WNOHANG = 1
pkg syscall (netbsd-arm), const WNOWAIT = 65536
pkg syscall (netbsd-arm), const WNOZOMBIE = 131072
pkg syscall (netbsd-arm), const WOPTSCHECKED = 262144
pkg syscall (netbsd-arm), const WSTOPPED = 127
pkg syscall (netbsd-arm), const WUNTRACED = 2
pkg syscall (netbsd-arm-cgo), const AF_APPLETALK = 16
pkg syscall (netbsd-arm-cgo), const AF_ARP = 28
pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH = 31
pkg syscall (netbsd-arm-cgo), const AF_CCITT = 10
pkg syscall (netbsd-arm-cgo), const AF_CHAOS = 5
pkg syscall (netbsd-arm-cgo), const AF_CNT = 21
pkg syscall (netbsd-arm-cgo), const AF_COIP = 20
pkg syscall (netbsd-arm-cgo), const AF_DATAKIT = 9
pkg syscall (netbsd-arm-cgo), const AF_DECnet = 12
pkg syscall (netbsd-arm-cgo), const AF_DLI = 13
pkg syscall (netbsd-arm-cgo), const AF_E164 = 26
pkg syscall (netbsd-arm-cgo), const AF_ECMA = 8
pkg syscall (netbsd-arm-cgo), const AF_HYLINK = 15
pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 = 32
pkg syscall (netbsd-arm-cgo), const AF_IMPLINK = 3
pkg syscall (netbsd-arm-cgo), const AF_INET6 = 24
pkg syscall (netbsd-arm-cgo), const AF_IPX = 23
pkg syscall (netbsd-arm-cgo), const AF_ISDN = 26
pkg syscall (netbsd-arm-cgo), const AF_ISO = 7
pkg syscall (netbsd-arm-cgo), const AF_LAT = 14
pkg syscall (netbsd-arm-cgo), const AF_LINK = 18
pkg syscall (netbsd-arm-cgo), const AF_LOCAL = 1
pkg syscall (netbsd-arm-cgo), const AF_MAX = 35
pkg syscall (netbsd-arm-cgo), const AF_MPLS = 33
pkg syscall (netbsd-arm-cgo), const AF_NATM = 27
pkg syscall (netbsd-arm-cgo), const AF_NS = 6
pkg syscall (netbsd-arm-cgo), const AF_OROUTE = 17
pkg syscall (netbsd-arm-cgo), const AF_OSI = 7
pkg syscall (netbsd-arm-cgo), const AF_PUP = 4
pkg syscall (netbsd-arm-cgo), const AF_ROUTE = 34
pkg syscall (netbsd-arm-cgo), const AF_SNA = 11
pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET = 7
pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER = 1
pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY = 15
pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP = 23
pkg syscall (netbsd-arm-cgo), const B0 = 0
pkg syscall (netbsd-arm-cgo), const B110 = 110
pkg syscall (netbsd-arm-cgo), const B115200 = 115200
pkg syscall (netbsd-arm-cgo), const B1200 = 1200
pkg syscall (netbsd-arm-cgo), const B134 = 134
pkg syscall (netbsd-arm-cgo), const B14400 = 14400
pkg syscall (netbsd-arm-cgo), const B150 = 150
pkg syscall (netbsd-arm-cgo), const B1800 = 1800
pkg syscall (netbsd-arm-cgo), const B19200 = 19200
pkg syscall (netbsd-arm-cgo), const B200 = 200
pkg syscall (netbsd-arm-cgo), const B230400 = 230400
pkg syscall (netbsd-arm-cgo), const B2400 = 2400
pkg syscall (netbsd-arm-cgo), const B28800 = 28800
pkg syscall (netbsd-arm-cgo), const B300 = 300
pkg syscall (netbsd-arm-cgo), const B38400 = 38400
pkg syscall (netbsd-arm-cgo), const B460800 = 460800
pkg syscall (netbsd-arm-cgo), const B4800 = 4800
pkg syscall (netbsd-arm-cgo), const B50 = 50
pkg syscall (netbsd-arm-cgo), const B57600 = 57600
pkg syscall (netbsd-arm-cgo), const B600 = 600
pkg syscall (netbsd-arm-cgo), const B7200 = 7200
pkg syscall (netbsd-arm-cgo), const B75 = 75
pkg syscall (netbsd-arm-cgo), const B76800 = 76800
pkg syscall (netbsd-arm-cgo), const B921600 = 921600
pkg syscall (netbsd-arm-cgo), const B9600 = 9600
pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK = 2147762813
pkg syscall (netbsd-arm-cgo), const BIOCFLUSH = 536887912
pkg syscall (netbsd-arm-cgo), const BIOCGBLEN = 1074020966
pkg syscall (netbsd-arm-cgo), const BIOCGDLT = 1074020970
pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST = 3221766775
pkg syscall (netbsd-arm-cgo), const BIOCGETIF = 1083196011
pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK = 1074020988
pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT = 1074545275
pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT = 1074020984
pkg syscall (netbsd-arm-cgo), const BIOCGSTATS = 1082147439
pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD = 1074283119
pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (netbsd-arm-cgo), const BIOCPROMISC = 536887913
pkg syscall (netbsd-arm-cgo), const BIOCSBLEN = 3221504614
pkg syscall (netbsd-arm-cgo), const BIOCSDLT = 2147762806
pkg syscall (netbsd-arm-cgo), const BIOCSETF = 2148024935
pkg syscall (netbsd-arm-cgo), const BIOCSETIF = 2156937836
pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK = 2147762813
pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT = 2148287098
pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT = 2147762809
pkg syscall (netbsd-arm-cgo), const BIOCSTCPF = 2148024946
pkg syscall (netbsd-arm-cgo), const BIOCSUDPF = 2148024947
pkg syscall (netbsd-arm-cgo), const BIOCVERSION = 1074020977
pkg syscall (netbsd-arm-cgo), const BPF_A = 16
pkg syscall (netbsd-arm-cgo), const BPF_ABS = 32
pkg syscall (netbsd-arm-cgo), const BPF_ADD = 0
pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT = 4
pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 = 4
pkg syscall (netbsd-arm-cgo), const BPF_ALU = 4
pkg syscall (netbsd-arm-cgo), const BPF_AND = 80
pkg syscall (netbsd-arm-cgo), const BPF_B = 16
pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE = 1048576
pkg syscall (netbsd-arm-cgo), const BPF_DIV = 48
pkg syscall (netbsd-arm-cgo), const BPF_H = 8
pkg syscall (netbsd-arm-cgo), const BPF_IMM = 0
pkg syscall (netbsd-arm-cgo), const BPF_IND = 64
pkg syscall (netbsd-arm-cgo), const BPF_JA = 0
pkg syscall (netbsd-arm-cgo), const BPF_JEQ = 16
pkg syscall (netbsd-arm-cgo), const BPF_JGE = 48
pkg syscall (netbsd-arm-cgo), const BPF_JGT = 32
pkg syscall (netbsd-arm-cgo), const BPF_JMP = 5
pkg syscall (netbsd-arm-cgo), const BPF_JSET = 64
pkg syscall (netbsd-arm-cgo), const BPF_K = 0
pkg syscall (netbsd-arm-cgo), const BPF_LD = 0
pkg syscall (netbsd-arm-cgo), const BPF_LDX = 1
pkg syscall (netbsd-arm-cgo), const BPF_LEN = 128
pkg syscall (netbsd-arm-cgo), const BPF_LSH = 96
pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE = 16777216
pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS = 512
pkg syscall (netbsd-arm-cgo), const BPF_MEM = 96
pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS = 16
pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (netbsd-arm-cgo), const BPF_MISC = 7
pkg syscall (netbsd-arm-cgo), const BPF_MSH = 160
pkg syscall (netbsd-arm-cgo), const BPF_MUL = 32
pkg syscall (netbsd-arm-cgo), const BPF_NEG = 128
pkg syscall (netbsd-arm-cgo), const BPF_OR = 64
pkg syscall (netbsd-arm-cgo), const BPF_RELEASE = 199606
pkg syscall (netbsd-arm-cgo), const BPF_RET = 6
pkg syscall (netbsd-arm-cgo), const BPF_RSH = 112
pkg syscall (netbsd-arm-cgo), const BPF_ST = 2
pkg syscall (netbsd-arm-cgo), const BPF_STX = 3
pkg syscall (netbsd-arm-cgo), const BPF_SUB = 16
pkg syscall (netbsd-arm-cgo), const BPF_TAX = 0
pkg syscall (netbsd-arm-cgo), const BPF_TXA = 128
pkg syscall (netbsd-arm-cgo), const BPF_W = 0
pkg syscall (netbsd-arm-cgo), const BPF_X = 8
pkg syscall (netbsd-arm-cgo), const BRKINT = 2
pkg syscall (netbsd-arm-cgo), const CFLUSH = 15
pkg syscall (netbsd-arm-cgo), const CLOCAL = 32768
pkg syscall (netbsd-arm-cgo), const CREAD = 2048
pkg syscall (netbsd-arm-cgo), const CS5 = 0
pkg syscall (netbsd-arm-cgo), const CS6 = 256
pkg syscall (netbsd-arm-cgo), const CS7 = 512
pkg syscall (netbsd-arm-cgo), const CS8 = 768
pkg syscall (netbsd-arm-cgo), const CSIZE = 768
pkg syscall (netbsd-arm-cgo), const CSTART = 17
pkg syscall (netbsd-arm-cgo), const CSTATUS = 20
pkg syscall (netbsd-arm-cgo), const CSTOP = 19
pkg syscall (netbsd-arm-cgo), const CSTOPB = 1024
pkg syscall (netbsd-arm-cgo), const CSUSP = 26
pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME = 12
pkg syscall (netbsd-arm-cgo), const CTL_NET = 4
pkg syscall (netbsd-arm-cgo), const CTL_QUERY = -2
pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH = 536896632
pkg syscall (netbsd-arm-cgo), const DLT_A429 = 184
pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM = 185
pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER = 120
pkg syscall (netbsd-arm-cgo), const DLT_AOS = 222
pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
pkg syscall (netbsd-arm-cgo), const DLT_ARCNET = 7
pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX = 129
pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP = 19
pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (netbsd-arm-cgo), const DLT_AURORA = 126
pkg syscall (netbsd-arm-cgo), const DLT_AX25 = 3
pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS = 202
pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP = 165
pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
pkg syscall (netbsd-arm-cgo), const DLT_CAN20B = 190
pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
pkg syscall (netbsd-arm-cgo), const DLT_CHAOS = 5
pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS = 118
pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC = 104
pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
pkg syscall (netbsd-arm-cgo), const DLT_DECT = 221
pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS = 143
pkg syscall (netbsd-arm-cgo), const DLT_ECONET = 115
pkg syscall (netbsd-arm-cgo), const DLT_EN10MB = 1
pkg syscall (netbsd-arm-cgo), const DLT_EN3MB = 2
pkg syscall (netbsd-arm-cgo), const DLT_ENC = 109
pkg syscall (netbsd-arm-cgo), const DLT_ERF = 197
pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH = 175
pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS = 176
pkg syscall (netbsd-arm-cgo), const DLT_FC_2 = 224
pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
pkg syscall (netbsd-arm-cgo), const DLT_FDDI = 10
pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY = 210
pkg syscall (netbsd-arm-cgo), const DLT_FRELAY = 107
pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL = 173
pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 = 172
pkg syscall (netbsd-arm-cgo), const DLT_GPF_F = 171
pkg syscall (netbsd-arm-cgo), const DLT_GPF_T = 170
pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC = 169
pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM = 217
pkg syscall (netbsd-arm-cgo), const DLT_HDLC = 16
pkg syscall (netbsd-arm-cgo), const DLT_HHDLC = 121
pkg syscall (netbsd-arm-cgo), const DLT_HIPPI = 15
pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN = 146
pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP = 145
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 = 6
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 = 105
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 = 195
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
pkg syscall (netbsd-arm-cgo), const DLT_IPMB = 199
pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX = 209
pkg syscall (netbsd-arm-cgo), const DLT_IPNET = 226
pkg syscall (netbsd-arm-cgo), const DLT_IPV4 = 228
pkg syscall (netbsd-arm-cgo), const DLT_IPV6 = 229
pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC = 122
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES = 132
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM = 194
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR = 134
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP = 179
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST = 200
pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP = 183
pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
pkg syscall (netbsd-arm-cgo), const DLT_LAPD = 203
pkg syscall (netbsd-arm-cgo), const DLT_LIN = 212
pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV = 216
pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA = 144
pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD = 177
pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL = 113
pkg syscall (netbsd-arm-cgo), const DLT_LOOP = 108
pkg syscall (netbsd-arm-cgo), const DLT_LTALK = 114
pkg syscall (netbsd-arm-cgo), const DLT_MFR = 182
pkg syscall (netbsd-arm-cgo), const DLT_MOST = 211
pkg syscall (netbsd-arm-cgo), const DLT_MPLS = 219
pkg syscall (netbsd-arm-cgo), const DLT_MTP2 = 140
pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
pkg syscall (netbsd-arm-cgo), const DLT_MTP3 = 141
pkg syscall (netbsd-arm-cgo), const DLT_NULL = 0
pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP = 125
pkg syscall (netbsd-arm-cgo), const DLT_PFLOG = 117
pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC = 18
pkg syscall (netbsd-arm-cgo), const DLT_PPI = 192
pkg syscall (netbsd-arm-cgo), const DLT_PPP = 9
pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS = 14
pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER = 51
pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD = 166
pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER = 119
pkg syscall (netbsd-arm-cgo), const DLT_PRONET = 4
pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 = 198
pkg syscall (netbsd-arm-cgo), const DLT_RAW = 12
pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK = 35913728
pkg syscall (netbsd-arm-cgo), const DLT_RIO = 124
pkg syscall (netbsd-arm-cgo), const DLT_SCCP = 142
pkg syscall (netbsd-arm-cgo), const DLT_SITA = 196
pkg syscall (netbsd-arm-cgo), const DLT_SLIP = 8
pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS = 13
pkg syscall (netbsd-arm-cgo), const DLT_SUNATM = 123
pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
pkg syscall (netbsd-arm-cgo), const DLT_TZSP = 128
pkg syscall (netbsd-arm-cgo), const DLT_USB = 186
pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX = 189
pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
pkg syscall (netbsd-arm-cgo), const DLT_WIHART = 223
pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL = 213
pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA = 214
pkg syscall (netbsd-arm-cgo), const DT_BLK = 6
pkg syscall (netbsd-arm-cgo), const DT_CHR = 2
pkg syscall (netbsd-arm-cgo), const DT_DIR = 4
pkg syscall (netbsd-arm-cgo), const DT_FIFO = 1
pkg syscall (netbsd-arm-cgo), const DT_LNK = 10
pkg syscall (netbsd-arm-cgo), const DT_REG = 8
pkg syscall (netbsd-arm-cgo), const DT_SOCK = 12
pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN = 0
pkg syscall (netbsd-arm-cgo), const DT_WHT = 14
pkg syscall (netbsd-arm-cgo), const E2BIG = 7
pkg syscall (netbsd-arm-cgo), const EACCES = 13
pkg syscall (netbsd-arm-cgo), const EADDRINUSE = 48
pkg syscall (netbsd-arm-cgo), const EADDRNOTAVAIL = 49
pkg syscall (netbsd-arm-cgo), const EAFNOSUPPORT = 47
pkg syscall (netbsd-arm-cgo), const EAGAIN = 35
pkg syscall (netbsd-arm-cgo), const EALREADY = 37
pkg syscall (netbsd-arm-cgo), const EAUTH = 80
pkg syscall (netbsd-arm-cgo), const EBADF = 9
pkg syscall (netbsd-arm-cgo), const EBADMSG = 88
pkg syscall (netbsd-arm-cgo), const EBADRPC = 72
pkg syscall (netbsd-arm-cgo), const EBUSY = 16
pkg syscall (netbsd-arm-cgo), const ECANCELED = 87
pkg syscall (netbsd-arm-cgo), const ECHILD = 10
pkg syscall (netbsd-arm-cgo), const ECHO = 8
pkg syscall (netbsd-arm-cgo), const ECHOCTL = 64
pkg syscall (netbsd-arm-cgo), const ECHOE = 2
pkg syscall (netbsd-arm-cgo), const ECHOK = 4
pkg syscall (netbsd-arm-cgo), const ECHOKE = 1
pkg syscall (netbsd-arm-cgo), const ECHONL = 16
pkg syscall (netbsd-arm-cgo), const ECHOPRT = 32
pkg syscall (netbsd-arm-cgo), const ECONNABORTED = 53
pkg syscall (netbsd-arm-cgo), const ECONNREFUSED = 61
pkg syscall (netbsd-arm-cgo), const ECONNRESET = 54
pkg syscall (netbsd-arm-cgo), const EDEADLK = 11
pkg syscall (netbsd-arm-cgo), const EDESTADDRREQ = 39
pkg syscall (netbsd-arm-cgo), const EDOM = 33
pkg syscall (netbsd-arm-cgo), const EDQUOT = 69
pkg syscall (netbsd-arm-cgo), const EEXIST = 17
pkg syscall (netbsd-arm-cgo), const EFAULT = 14
pkg syscall (netbsd-arm-cgo), const EFBIG = 27
pkg syscall (netbsd-arm-cgo), const EFTYPE = 79
pkg syscall (netbsd-arm-cgo), const EHOSTDOWN = 64
pkg syscall (netbsd-arm-cgo), const EHOSTUNREACH = 65
pkg syscall (netbsd-arm-cgo), const EIDRM = 82
pkg syscall (netbsd-arm-cgo), const EILSEQ = 85
pkg syscall (netbsd-arm-cgo), const EINPROGRESS = 36
pkg syscall (netbsd-arm-cgo), const EINTR = 4
pkg syscall (netbsd-arm-cgo), const EINVAL = 22
pkg syscall (netbsd-arm-cgo), const EIO = 5
pkg syscall (netbsd-arm-cgo), const EISCONN = 56
pkg syscall (netbsd-arm-cgo), const EISDIR = 21
pkg syscall (netbsd-arm-cgo), const ELAST = 96
pkg syscall (netbsd-arm-cgo), const ELOOP = 62
pkg syscall (netbsd-arm-cgo), const EMFILE = 24
pkg syscall (netbsd-arm-cgo), const EMLINK = 31
pkg syscall (netbsd-arm-cgo), const EMSGSIZE = 40
pkg syscall (netbsd-arm-cgo), const EMULTIHOP = 94
pkg syscall (netbsd-arm-cgo), const EMUL_LINUX = 1
pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 = 5
pkg syscall (netbsd-arm-cgo), const EMUL_MAXID = 6
pkg syscall (netbsd-arm-cgo), const ENAMETOOLONG = 63
pkg syscall (netbsd-arm-cgo), const ENEEDAUTH = 81
pkg syscall (netbsd-arm-cgo), const ENETDOWN = 50
pkg syscall (netbsd-arm-cgo), const ENETRESET = 52
pkg syscall (netbsd-arm-cgo), const ENETUNREACH = 51
pkg syscall (netbsd-arm-cgo), const ENFILE = 23
pkg syscall (netbsd-arm-cgo), const ENOATTR = 93
pkg syscall (netbsd-arm-cgo), const ENOBUFS = 55
pkg syscall (netbsd-arm-cgo), const ENODATA = 89
pkg syscall (netbsd-arm-cgo), const ENODEV = 19
pkg syscall (netbsd-arm-cgo), const ENOEXEC = 8
pkg syscall (netbsd-arm-cgo), const ENOLCK = 77
pkg syscall (netbsd-arm-cgo), const ENOLINK = 95
pkg syscall (netbsd-arm-cgo), const ENOMEM = 12
pkg syscall (netbsd-arm-cgo), const ENOMSG = 83
pkg syscall (netbsd-arm-cgo), const ENOPROTOOPT = 42
pkg syscall (netbsd-arm-cgo), const ENOSPC = 28
pkg syscall (netbsd-arm-cgo), const ENOSR = 90
pkg syscall (netbsd-arm-cgo), const ENOSTR = 91
pkg syscall (netbsd-arm-cgo), const ENOSYS = 78
pkg syscall (netbsd-arm-cgo), const ENOTBLK = 15
pkg syscall (netbsd-arm-cgo), const ENOTCONN = 57
pkg syscall (netbsd-arm-cgo), const ENOTDIR = 20
pkg syscall (netbsd-arm-cgo), const ENOTEMPTY = 66
pkg syscall (netbsd-arm-cgo), const ENOTSOCK = 38
pkg syscall (netbsd-arm-cgo), const ENOTSUP = 86
pkg syscall (netbsd-arm-cgo), const ENOTTY = 25
pkg syscall (netbsd-arm-cgo), const ENXIO = 6
pkg syscall (netbsd-arm-cgo), const EOPNOTSUPP = 45
pkg syscall (netbsd-arm-cgo), const EOVERFLOW = 84
pkg syscall (netbsd-arm-cgo), const EPERM = 1
pkg syscall (netbsd-arm-cgo), const EPFNOSUPPORT = 46
pkg syscall (netbsd-arm-cgo), const EPIPE = 32
pkg syscall (netbsd-arm-cgo), const EPROCLIM = 67
pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL = 76
pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH = 75
pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL = 74
pkg syscall (netbsd-arm-cgo), const EPROTO = 96
pkg syscall (netbsd-arm-cgo), const EPROTONOSUPPORT = 43
pkg syscall (netbsd-arm-cgo), const EPROTOTYPE = 41
pkg syscall (netbsd-arm-cgo), const ERANGE = 34
pkg syscall (netbsd-arm-cgo), const EREMOTE = 71
pkg syscall (netbsd-arm-cgo), const EROFS = 30
pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH = 73
pkg syscall (netbsd-arm-cgo), const ESHUTDOWN = 58
pkg syscall (netbsd-arm-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (netbsd-arm-cgo), const ESPIPE = 29
pkg syscall (netbsd-arm-cgo), const ESRCH = 3
pkg syscall (netbsd-arm-cgo), const ESTALE = 70
pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU = 4
pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU = 1
pkg syscall (netbsd-arm-cgo), const ETHERMIN = 46
pkg syscall (netbsd-arm-cgo), const ETHERMTU = 1500
pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO = 9000
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 = 4
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP = 33011
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON = 33680
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC = 32822
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA = 33098
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER = 24584
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA = 33093
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO = 33015
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK = 32923
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK = 32967
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP = 2054
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT = 32923
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK = 32923
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC = 34527
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT = 32873
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS = 34902
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP = 36867
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL = 33026
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON = 28724
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS = 2052
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS = 32772
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA = 4660
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE = 32891
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI = 43690
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM = 32840
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST = 24582
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG = 24581
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS = 32828
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS = 32830
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER = 24576
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST = 32833
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM = 32831
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON = 34526
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE = 17185
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 = 1632
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 = 1633
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN = 24579
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD = 32825
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA = 2051
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES = 32861
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN = 32784
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP = 33094
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP = 2056
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN = 32872
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES = 33072
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI = 34848
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP = 32773
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL = 19522
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP = 2048
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS = 34668
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 = 34525
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX = 33079
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW = 32823
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA = 34178
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE = 34952
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT = 24580
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK = 36864
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE = 32864
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA = 32890
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX = 65535
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT = 32892
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP = 34618
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL = 24577
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC = 24578
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS = 34887
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS = 33087
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC = 15364
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG = 15367
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB = 15368
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR = 15372
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS = 15371
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST = 15373
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD = 15361
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD = 15360
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS = 2050
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD = 33097
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR = 32774
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI = 33169
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL = 33080
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS = 1536
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT = 1537
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER = 16
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 = 28679
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET = 28681
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER = 32966
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE = 34958
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS = 16962
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING = 32836
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP = 34827
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE = 34916
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP = 512
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT = 512
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL = 28720
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL = 33104
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR = 25945
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL = 6549
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP = 34617
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX = 33010
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP = 32821
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA = 24583
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA = 34523
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW = 33150
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV = 32789
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET = 21000
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA = 32981
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP = 33100
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX = 64245
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER = 32927
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE = 1280
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP = 33153
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS = 33067
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC = 34091
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM = 36866
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC = 33103
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN = 32815
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL = 4096
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST = 28677
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL = 28672
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU = 28673
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC = 28675
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID = 5632
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN = 32989
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN = 32827
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO = 32871
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP = 32859
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB = 33073
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES = 2989
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO = 2991
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL = 65280
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN = 33024
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD = 32860
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED = 33095
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO = 33072
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 = 2053
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 = 2049
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM = 36865
pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP = 33149
pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN = 6
pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN = 4
pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN = 14
pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN = 1518
pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO = 9018
pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN = 64
pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN = 2
pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (netbsd-arm-cgo), const ETIME = 92
pkg syscall (netbsd-arm-cgo), const ETIMEDOUT = 60
pkg syscall (netbsd-arm-cgo), const ETOOMANYREFS = 59
pkg syscall (netbsd-arm-cgo), const ETXTBSY = 26
pkg syscall (netbsd-arm-cgo), const EUSERS = 68
pkg syscall (netbsd-arm-cgo), const EVFILT_AIO = 2
pkg syscall (netbsd-arm-cgo), const EVFILT_PROC = 4
pkg syscall (netbsd-arm-cgo), const EVFILT_READ = 0
pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL = 5
pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT = 7
pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER = 6
pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE = 3
pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE = 1
pkg syscall (netbsd-arm-cgo), const EV_ADD = 1
pkg syscall (netbsd-arm-cgo), const EV_CLEAR = 32
pkg syscall (netbsd-arm-cgo), const EV_DELETE = 2
pkg syscall (netbsd-arm-cgo), const EV_DISABLE = 8
pkg syscall (netbsd-arm-cgo), const EV_ENABLE = 4
pkg syscall (netbsd-arm-cgo), const EV_EOF = 32768
pkg syscall (netbsd-arm-cgo), const EV_ERROR = 16384
pkg syscall (netbsd-arm-cgo), const EV_FLAG1 = 8192
pkg syscall (netbsd-arm-cgo), const EV_ONESHOT = 16
pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS = 61440
pkg syscall (netbsd-arm-cgo), const EWOULDBLOCK = 35
pkg syscall (netbsd-arm-cgo), const EXDEV = 18
pkg syscall (netbsd-arm-cgo), const EXTA = 19200
pkg syscall (netbsd-arm-cgo), const EXTB = 38400
pkg syscall (netbsd-arm-cgo), const EXTPROC = 2048
pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC = 1
pkg syscall (netbsd-arm-cgo), const FD_SETSIZE = 256
pkg syscall (netbsd-arm-cgo), const FLUSHO = 8388608
pkg syscall (netbsd-arm-cgo), const F_CLOSEM = 10
pkg syscall (netbsd-arm-cgo), const F_DUPFD = 0
pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC = 12
pkg syscall (netbsd-arm-cgo), const F_FSCTL = -2147483648
pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK = 1879048192
pkg syscall (netbsd-arm-cgo), const F_FSIN = 268435456
pkg syscall (netbsd-arm-cgo), const F_FSINOUT = 805306368
pkg syscall (netbsd-arm-cgo), const F_FSOUT = 536870912
pkg syscall (netbsd-arm-cgo), const F_FSPRIV = 32768
pkg syscall (netbsd-arm-cgo), const F_FSVOID = 1073741824
pkg syscall (netbsd-arm-cgo), const F_GETFD = 1
pkg syscall (netbsd-arm-cgo), const F_GETFL = 3
pkg syscall (netbsd-arm-cgo), const F_GETLK = 7
pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE = 13
pkg syscall (netbsd-arm-cgo), const F_GETOWN = 5
pkg syscall (netbsd-arm-cgo), const F_MAXFD = 11
pkg syscall (netbsd-arm-cgo), const F_OK = 0
pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK = 4095
pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX = 4095
pkg syscall (netbsd-arm-cgo), const F_RDLCK = 1
pkg syscall (netbsd-arm-cgo), const F_SETFD = 2
pkg syscall (netbsd-arm-cgo), const F_SETFL = 4
pkg syscall (netbsd-arm-cgo), const F_SETLK = 8
pkg syscall (netbsd-arm-cgo), const F_SETLKW = 9
pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE = 14
pkg syscall (netbsd-arm-cgo), const F_SETOWN = 6
pkg syscall (netbsd-arm-cgo), const F_UNLCK = 2
pkg syscall (netbsd-arm-cgo), const F_WRLCK = 3
pkg syscall (netbsd-arm-cgo), const HUPCL = 16384
pkg syscall (netbsd-arm-cgo), const ICANON = 256
pkg syscall (netbsd-arm-cgo), const ICRNL = 256
pkg syscall (netbsd-arm-cgo), const IEXTEN = 1024
pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL = 0
pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE = 1
pkg syscall (netbsd-arm-cgo), const IFA_ROUTE = 1
pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI = 512
pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE = 36690
pkg syscall (netbsd-arm-cgo), const IFF_DEBUG = 4
pkg syscall (netbsd-arm-cgo), const IFF_LINK0 = 4096
pkg syscall (netbsd-arm-cgo), const IFF_LINK1 = 8192
pkg syscall (netbsd-arm-cgo), const IFF_LINK2 = 16384
pkg syscall (netbsd-arm-cgo), const IFF_LOOPBACK = 8
pkg syscall (netbsd-arm-cgo), const IFF_MULTICAST = 32768
pkg syscall (netbsd-arm-cgo), const IFF_NOARP = 128
pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS = 32
pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE = 1024
pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT = 16
pkg syscall (netbsd-arm-cgo), const IFF_PROMISC = 256
pkg syscall (netbsd-arm-cgo), const IFF_RUNNING = 64
pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX = 2048
pkg syscall (netbsd-arm-cgo), const IFNAMSIZ = 16
pkg syscall (netbsd-arm-cgo), const IFT_1822 = 2
pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (netbsd-arm-cgo), const IFT_AAL2 = 187
pkg syscall (netbsd-arm-cgo), const IFT_AAL5 = 49
pkg syscall (netbsd-arm-cgo), const IFT_ADSL = 94
pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 = 59
pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 = 60
pkg syscall (netbsd-arm-cgo), const IFT_ARAP = 88
pkg syscall (netbsd-arm-cgo), const IFT_ARCNET = 35
pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (netbsd-arm-cgo), const IFT_ASYNC = 84
pkg syscall (netbsd-arm-cgo), const IFT_ATM = 37
pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI = 105
pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI = 106
pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA = 107
pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO = 189
pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE = 209
pkg syscall (netbsd-arm-cgo), const IFT_BSC = 83
pkg syscall (netbsd-arm-cgo), const IFT_CARP = 248
pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL = 61
pkg syscall (netbsd-arm-cgo), const IFT_CEPT = 19
pkg syscall (netbsd-arm-cgo), const IFT_CES = 133
pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL = 70
pkg syscall (netbsd-arm-cgo), const IFT_CNR = 85
pkg syscall (netbsd-arm-cgo), const IFT_COFFEE = 132
pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (netbsd-arm-cgo), const IFT_DCN = 141
pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (netbsd-arm-cgo), const IFT_DLSW = 74
pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (netbsd-arm-cgo), const IFT_DS0 = 81
pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL = 170
pkg syscall (netbsd-arm-cgo), const IFT_DS3 = 30
pkg syscall (netbsd-arm-cgo), const IFT_DTM = 140
pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN = 172
pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT = 173
pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (netbsd-arm-cgo), const IFT_ECONET = 206
pkg syscall (netbsd-arm-cgo), const IFT_EON = 25
pkg syscall (netbsd-arm-cgo), const IFT_EPLRS = 87
pkg syscall (netbsd-arm-cgo), const IFT_ESCON = 73
pkg syscall (netbsd-arm-cgo), const IFT_ETHER = 6
pkg syscall (netbsd-arm-cgo), const IFT_FAITH = 242
pkg syscall (netbsd-arm-cgo), const IFT_FAST = 125
pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER = 62
pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX = 69
pkg syscall (netbsd-arm-cgo), const IFT_FDDI = 15
pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (netbsd-arm-cgo), const IFT_FRELAY = 32
pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE = 44
pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD = 158
pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB = 67
pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K = 66
pkg syscall (netbsd-arm-cgo), const IFT_GIF = 240
pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT = 178
pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT = 177
pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY = 165
pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 = 3
pkg syscall (netbsd-arm-cgo), const IFT_HDLC = 118
pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 = 168
pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (netbsd-arm-cgo), const IFT_HIPPI = 47
pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD = 90
pkg syscall (netbsd-arm-cgo), const IFT_HSSI = 46
pkg syscall (netbsd-arm-cgo), const IFT_HY = 14
pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (netbsd-arm-cgo), const IFT_IDSL = 154
pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 = 144
pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 = 71
pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 = 55
pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (netbsd-arm-cgo), const IFT_IFGSN = 145
pkg syscall (netbsd-arm-cgo), const IFT_IMT = 190
pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND = 199
pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE = 124
pkg syscall (netbsd-arm-cgo), const IFT_IP = 126
pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD = 142
pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM = 114
pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH = 78
pkg syscall (netbsd-arm-cgo), const IFT_ISDN = 63
pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC = 20
pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (netbsd-arm-cgo), const IFT_ISDNS = 75
pkg syscall (netbsd-arm-cgo), const IFT_ISDNU = 76
pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC = 41
pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 = 7
pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 = 8
pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 = 9
pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR = 86
pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 = 10
pkg syscall (netbsd-arm-cgo), const IFT_ISUP = 179
pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN = 135
pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN = 136
pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (netbsd-arm-cgo), const IFT_LAPB = 16
pkg syscall (netbsd-arm-cgo), const IFT_LAPD = 77
pkg syscall (netbsd-arm-cgo), const IFT_LAPF = 119
pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP = 210
pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK = 42
pkg syscall (netbsd-arm-cgo), const IFT_LOOP = 24
pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK = 167
pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 = 38
pkg syscall (netbsd-arm-cgo), const IFT_MODEM = 48
pkg syscall (netbsd-arm-cgo), const IFT_MPC = 113
pkg syscall (netbsd-arm-cgo), const IFT_MPLS = 166
pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (netbsd-arm-cgo), const IFT_MSDSL = 143
pkg syscall (netbsd-arm-cgo), const IFT_MVL = 191
pkg syscall (netbsd-arm-cgo), const IFT_MYRINET = 99
pkg syscall (netbsd-arm-cgo), const IFT_NFAS = 175
pkg syscall (netbsd-arm-cgo), const IFT_NSIP = 27
pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (netbsd-arm-cgo), const IFT_OTHER = 1
pkg syscall (netbsd-arm-cgo), const IFT_P10 = 12
pkg syscall (netbsd-arm-cgo), const IFT_P80 = 13
pkg syscall (netbsd-arm-cgo), const IFT_PARA = 34
pkg syscall (netbsd-arm-cgo), const IFT_PFLOG = 245
pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC = 246
pkg syscall (netbsd-arm-cgo), const IFT_PLC = 174
pkg syscall (netbsd-arm-cgo), const IFT_PON155 = 207
pkg syscall (netbsd-arm-cgo), const IFT_PON622 = 208
pkg syscall (netbsd-arm-cgo), const IFT_POS = 171
pkg syscall (netbsd-arm-cgo), const IFT_PPP = 23
pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (netbsd-arm-cgo), const IFT_PROPATM = 197
pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS = 89
pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX = 54
pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL = 22
pkg syscall (netbsd-arm-cgo), const IFT_PVC = 241
pkg syscall (netbsd-arm-cgo), const IFT_Q2931 = 201
pkg syscall (netbsd-arm-cgo), const IFT_QLLC = 68
pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC = 188
pkg syscall (netbsd-arm-cgo), const IFT_RADSL = 95
pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL = 192
pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 = 159
pkg syscall (netbsd-arm-cgo), const IFT_RS232 = 33
pkg syscall (netbsd-arm-cgo), const IFT_RSRB = 79
pkg syscall (netbsd-arm-cgo), const IFT_SDLC = 17
pkg syscall (netbsd-arm-cgo), const IFT_SDSL = 96
pkg syscall (netbsd-arm-cgo), const IFT_SHDSL = 169
pkg syscall (netbsd-arm-cgo), const IFT_SIP = 31
pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG = 204
pkg syscall (netbsd-arm-cgo), const IFT_SIPTG = 203
pkg syscall (netbsd-arm-cgo), const IFT_SLIP = 28
pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI = 43
pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP = 52
pkg syscall (netbsd-arm-cgo), const IFT_SONET = 39
pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH = 50
pkg syscall (netbsd-arm-cgo), const IFT_SONETVT = 51
pkg syscall (netbsd-arm-cgo), const IFT_SRP = 151
pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (netbsd-arm-cgo), const IFT_STARLAN = 11
pkg syscall (netbsd-arm-cgo), const IFT_STF = 215
pkg syscall (netbsd-arm-cgo), const IFT_T1 = 18
pkg syscall (netbsd-arm-cgo), const IFT_TDLC = 116
pkg syscall (netbsd-arm-cgo), const IFT_TELINK = 200
pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD = 91
pkg syscall (netbsd-arm-cgo), const IFT_TR008 = 176
pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL = 131
pkg syscall (netbsd-arm-cgo), const IFT_ULTRA = 29
pkg syscall (netbsd-arm-cgo), const IFT_USB = 160
pkg syscall (netbsd-arm-cgo), const IFT_V11 = 64
pkg syscall (netbsd-arm-cgo), const IFT_V35 = 45
pkg syscall (netbsd-arm-cgo), const IFT_V36 = 65
pkg syscall (netbsd-arm-cgo), const IFT_V37 = 120
pkg syscall (netbsd-arm-cgo), const IFT_VDSL = 97
pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG = 202
pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID = 213
pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM = 100
pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD = 211
pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP = 103
pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA = 212
pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO = 101
pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS = 102
pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE = 198
pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (netbsd-arm-cgo), const IFT_X213 = 93
pkg syscall (netbsd-arm-cgo), const IFT_X25 = 5
pkg syscall (netbsd-arm-cgo), const IFT_X25DDN = 4
pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (netbsd-arm-cgo), const IFT_X25MLP = 121
pkg syscall (netbsd-arm-cgo), const IFT_X25PLE = 40
pkg syscall (netbsd-arm-cgo), const IFT_XETHER = 26
pkg syscall (netbsd-arm-cgo), const IGNBRK = 1
pkg syscall (netbsd-arm-cgo), const IGNCR = 128
pkg syscall (netbsd-arm-cgo), const IGNPAR = 4
pkg syscall (netbsd-arm-cgo), const IMAXBEL = 8192
pkg syscall (netbsd-arm-cgo), const INLCR = 64
pkg syscall (netbsd-arm-cgo), const INPCK = 16
pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX = 128
pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST = 255
pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET = 127
pkg syscall (netbsd-arm-cgo), const IPPROTO_AH = 51
pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP = 112
pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE = 257
pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP = 8
pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP = 98
pkg syscall (netbsd-arm-cgo), const IPPROTO_EON = 80
pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP = 50
pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP = 3
pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE = 47
pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP = 1
pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP = 22
pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP = 2
pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP = 4
pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 = 4
pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP = 58
pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX = 256
pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID = 52
pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE = 55
pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE = 59
pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM = 103
pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP = 12
pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW = 255
pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING = 43
pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP = 46
pkg syscall (netbsd-arm-cgo), const IPPROTO_TP = 29
pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP = 112
pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM = 26
pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM = 64
pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG = 62
pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS = 50
pkg syscall (netbsd-arm-cgo), const IPV6_FAITH = 29
pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL = 120
pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC = 1
pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS = 49
pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
pkg syscall (netbsd-arm-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (netbsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM = 255
pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (netbsd-arm-cgo), const IPV6_MMTU = 1280
pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP = 48
pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU = 44
pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO = 46
pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE = 14
pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR = 51
pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS = 61
pkg syscall (netbsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (netbsd-arm-cgo), const IPV6_V6ONLY = 27
pkg syscall (netbsd-arm-cgo), const IPV6_VERSION = 96
pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (netbsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (netbsd-arm-cgo), const IP_DF = 16384
pkg syscall (netbsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (netbsd-arm-cgo), const IP_EF = 32768
pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU = 21
pkg syscall (netbsd-arm-cgo), const IP_HDRINCL = 2
pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY = 22
pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET = 65535
pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
pkg syscall (netbsd-arm-cgo), const IP_MF = 8192
pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE = 69
pkg syscall (netbsd-arm-cgo), const IP_MINTTL = 24
pkg syscall (netbsd-arm-cgo), const IP_MSS = 576
pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_IF = 9
pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (netbsd-arm-cgo), const IP_OFFMASK = 8191
pkg syscall (netbsd-arm-cgo), const IP_OPTIONS = 1
pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE = 19
pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR = 7
pkg syscall (netbsd-arm-cgo), const IP_RECVIF = 20
pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS = 5
pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS = 6
pkg syscall (netbsd-arm-cgo), const IP_RECVTTL = 23
pkg syscall (netbsd-arm-cgo), const IP_RETOPTS = 8
pkg syscall (netbsd-arm-cgo), const IP_RF = 32768
pkg syscall (netbsd-arm-cgo), const IP_TOS = 3
pkg syscall (netbsd-arm-cgo), const IP_TTL = 4
pkg syscall (netbsd-arm-cgo), const ISIG = 128
pkg syscall (netbsd-arm-cgo), const ISTRIP = 32
pkg syscall (netbsd-arm-cgo), const IXANY = 2048
pkg syscall (netbsd-arm-cgo), const IXOFF = 1024
pkg syscall (netbsd-arm-cgo), const IXON = 512
pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
pkg syscall (netbsd-arm-cgo), const LOCK_EX = 2
pkg syscall (netbsd-arm-cgo), const LOCK_NB = 4
pkg syscall (netbsd-arm-cgo), const LOCK_SH = 1
pkg syscall (netbsd-arm-cgo), const LOCK_UN = 8
pkg syscall (netbsd-arm-cgo), const MSG_BCAST = 256
pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC = 2048
pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF = 33554432
pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC = 32
pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE = 4
pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT = 128
pkg syscall (netbsd-arm-cgo), const MSG_EOR = 8
pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE = 67108864
pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE = 134217728
pkg syscall (netbsd-arm-cgo), const MSG_MCAST = 512
pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF = 16777216
pkg syscall (netbsd-arm-cgo), const MSG_NBIO = 4096
pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL = 1024
pkg syscall (netbsd-arm-cgo), const MSG_OOB = 1
pkg syscall (netbsd-arm-cgo), const MSG_PEEK = 2
pkg syscall (netbsd-arm-cgo), const MSG_TRUNC = 16
pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS = 16777215
pkg syscall (netbsd-arm-cgo), const MSG_WAITALL = 64
pkg syscall (netbsd-arm-cgo), const NAME_MAX = 511
pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP = 1
pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS = 2
pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST = 5
pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID = 6
pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST = 4
pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST = 3
pkg syscall (netbsd-arm-cgo), const NOFLSH = 2147483648
pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB = 8
pkg syscall (netbsd-arm-cgo), const NOTE_CHILD = 4
pkg syscall (netbsd-arm-cgo), const NOTE_DELETE = 1
pkg syscall (netbsd-arm-cgo), const NOTE_EXEC = 536870912
pkg syscall (netbsd-arm-cgo), const NOTE_EXIT = 2147483648
pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND = 4
pkg syscall (netbsd-arm-cgo), const NOTE_FORK = 1073741824
pkg syscall (netbsd-arm-cgo), const NOTE_LINK = 16
pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT = 1
pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (netbsd-arm-cgo), const NOTE_RENAME = 32
pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE = 64
pkg syscall (netbsd-arm-cgo), const NOTE_TRACK = 1
pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR = 2
pkg syscall (netbsd-arm-cgo), const NOTE_WRITE = 2
pkg syscall (netbsd-arm-cgo), const OCRNL = 16
pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP = 3221513850
pkg syscall (netbsd-arm-cgo), const ONLCR = 2
pkg syscall (netbsd-arm-cgo), const ONLRET = 64
pkg syscall (netbsd-arm-cgo), const ONOCR = 32
pkg syscall (netbsd-arm-cgo), const ONOEOT = 8
pkg syscall (netbsd-arm-cgo), const OPOST = 1
pkg syscall (netbsd-arm-cgo), const O_ACCMODE = 3
pkg syscall (netbsd-arm-cgo), const O_ALT_IO = 262144
pkg syscall (netbsd-arm-cgo), const O_APPEND = 8
pkg syscall (netbsd-arm-cgo), const O_ASYNC = 64
pkg syscall (netbsd-arm-cgo), const O_CLOEXEC = 4194304
pkg syscall (netbsd-arm-cgo), const O_CREAT = 512
pkg syscall (netbsd-arm-cgo), const O_DIRECT = 524288
pkg syscall (netbsd-arm-cgo), const O_DIRECTORY = 2097152
pkg syscall (netbsd-arm-cgo), const O_DSYNC = 65536
pkg syscall (netbsd-arm-cgo), const O_EXCL = 2048
pkg syscall (netbsd-arm-cgo), const O_EXLOCK = 32
pkg syscall (netbsd-arm-cgo), const O_FSYNC = 128
pkg syscall (netbsd-arm-cgo), const O_NDELAY = 4
pkg syscall (netbsd-arm-cgo), const O_NOCTTY = 32768
pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW = 256
pkg syscall (netbsd-arm-cgo), const O_NONBLOCK = 4
pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE = 16777216
pkg syscall (netbsd-arm-cgo), const O_RSYNC = 131072
pkg syscall (netbsd-arm-cgo), const O_SHLOCK = 16
pkg syscall (netbsd-arm-cgo), const O_SYNC = 128
pkg syscall (netbsd-arm-cgo), const O_TRUNC = 1024
pkg syscall (netbsd-arm-cgo), const PARENB = 4096
pkg syscall (netbsd-arm-cgo), const PARMRK = 8
pkg syscall (netbsd-arm-cgo), const PARODD = 8192
pkg syscall (netbsd-arm-cgo), const PENDIN = 536870912
pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH = 124
pkg syscall (netbsd-arm-cgo), const PTRACE_CONT = 7
pkg syscall (netbsd-arm-cgo), const PTRACE_KILL = 8
pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME = 0
pkg syscall (netbsd-arm-cgo), const RLIMIT_AS = 10
pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE = 4
pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU = 0
pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA = 2
pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE = 1
pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE = 8
pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK = 3
pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR = 6
pkg syscall (netbsd-arm-cgo), const RTAX_BRD = 7
pkg syscall (netbsd-arm-cgo), const RTAX_DST = 0
pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY = 1
pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK = 3
pkg syscall (netbsd-arm-cgo), const RTAX_IFA = 5
pkg syscall (netbsd-arm-cgo), const RTAX_IFP = 4
pkg syscall (netbsd-arm-cgo), const RTAX_MAX = 9
pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK = 2
pkg syscall (netbsd-arm-cgo), const RTAX_TAG = 8
pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR = 64
pkg syscall (netbsd-arm-cgo), const RTA_BRD = 128
pkg syscall (netbsd-arm-cgo), const RTA_DST = 1
pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY = 2
pkg syscall (netbsd-arm-cgo), const RTA_GENMASK = 8
pkg syscall (netbsd-arm-cgo), const RTA_IFA = 32
pkg syscall (netbsd-arm-cgo), const RTA_IFP = 16
pkg syscall (netbsd-arm-cgo), const RTA_NETMASK = 4
pkg syscall (netbsd-arm-cgo), const RTA_TAG = 256
pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE = 131072
pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (netbsd-arm-cgo), const RTF_CLONED = 8192
pkg syscall (netbsd-arm-cgo), const RTF_CLONING = 256
pkg syscall (netbsd-arm-cgo), const RTF_DONE = 64
pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC = 16
pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY = 2
pkg syscall (netbsd-arm-cgo), const RTF_HOST = 4
pkg syscall (netbsd-arm-cgo), const RTF_LLINFO = 1024
pkg syscall (netbsd-arm-cgo), const RTF_MASK = 128
pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED = 32
pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 = 32768
pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 = 16384
pkg syscall (netbsd-arm-cgo), const RTF_REJECT = 8
pkg syscall (netbsd-arm-cgo), const RTF_SRC = 65536
pkg syscall (netbsd-arm-cgo), const RTF_STATIC = 2048
pkg syscall (netbsd-arm-cgo), const RTF_UP = 1
pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE = 512
pkg syscall (netbsd-arm-cgo), const RTM_ADD = 1
pkg syscall (netbsd-arm-cgo), const RTM_CHANGE = 3
pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR = 21
pkg syscall (netbsd-arm-cgo), const RTM_DELADDR = 13
pkg syscall (netbsd-arm-cgo), const RTM_DELETE = 2
pkg syscall (netbsd-arm-cgo), const RTM_GET = 4
pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 = 17
pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE = 16
pkg syscall (netbsd-arm-cgo), const RTM_IFINFO = 20
pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD = 19
pkg syscall (netbsd-arm-cgo), const RTM_LOCK = 8
pkg syscall (netbsd-arm-cgo), const RTM_LOSING = 5
pkg syscall (netbsd-arm-cgo), const RTM_MISS = 7
pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR = 12
pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO = 15
pkg syscall (netbsd-arm-cgo), const RTM_OLDADD = 9
pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL = 10
pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO = 14
pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT = 6
pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE = 11
pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (netbsd-arm-cgo), const RTM_SETGATE = 18
pkg syscall (netbsd-arm-cgo), const RTM_VERSION = 4
pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE = 4
pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT = 2
pkg syscall (netbsd-arm-cgo), const RTV_MTU = 1
pkg syscall (netbsd-arm-cgo), const RTV_RPIPE = 8
pkg syscall (netbsd-arm-cgo), const RTV_RTT = 64
pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR = 128
pkg syscall (netbsd-arm-cgo), const RTV_SPIPE = 16
pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH = 32
pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF = 0
pkg syscall (netbsd-arm-cgo), const SCM_CREDS = 4
pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS = 1
pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP = 8
pkg syscall (netbsd-arm-cgo), const SIGBUS = 10
pkg syscall (netbsd-arm-cgo), const SIGCHLD = 20
pkg syscall (netbsd-arm-cgo), const SIGCONT = 19
pkg syscall (netbsd-arm-cgo), const SIGEMT = 7
pkg syscall (netbsd-arm-cgo), const SIGINFO = 29
pkg syscall (netbsd-arm-cgo), const SIGIO = 23
pkg syscall (netbsd-arm-cgo), const SIGIOT = 6
pkg syscall (netbsd-arm-cgo), const SIGPROF = 27
pkg syscall (netbsd-arm-cgo), const SIGPWR = 32
pkg syscall (netbsd-arm-cgo), const SIGSTOP = 17
pkg syscall (netbsd-arm-cgo), const SIGSYS = 12
pkg syscall (netbsd-arm-cgo), const SIGTSTP = 18
pkg syscall (netbsd-arm-cgo), const SIGTTIN = 21
pkg syscall (netbsd-arm-cgo), const SIGTTOU = 22
pkg syscall (netbsd-arm-cgo), const SIGURG = 16
pkg syscall (netbsd-arm-cgo), const SIGUSR1 = 30
pkg syscall (netbsd-arm-cgo), const SIGUSR2 = 31
pkg syscall (netbsd-arm-cgo), const SIGVTALRM = 26
pkg syscall (netbsd-arm-cgo), const SIGWINCH = 28
pkg syscall (netbsd-arm-cgo), const SIGXCPU = 24
pkg syscall (netbsd-arm-cgo), const SIGXFSZ = 25
pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI = 2156947761
pkg syscall (netbsd-arm-cgo), const SIOCADDRT = 2150658570
pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR = 2165860636
pkg syscall (netbsd-arm-cgo), const SIOCATMARK = 1074033415
pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI = 2156947762
pkg syscall (netbsd-arm-cgo), const SIOCDELRT = 2150658571
pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR = 2156947737
pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR = 2156947785
pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR = 2165860638
pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC = 3230689784
pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT = 3222566196
pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT = 3222566195
pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR = 3230689569
pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF = 3230951712
pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS = 3225446683
pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR = 3230689571
pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP = 3223349622
pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF = 3221776678
pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA = 3230951813
pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT = 3230689655
pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR = 3230689570
pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS = 3230689553
pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC = 3230689594
pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA = 3223873846
pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC = 3230689559
pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU = 3230689662
pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK = 3230689573
pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR = 3230689608
pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR = 3230689607
pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR = 3239602461
pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR = 3223087495
pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (netbsd-arm-cgo), const SIOCGPGRP = 1074033417
pkg syscall (netbsd-arm-cgo), const SIOCGVH = 3230689667
pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE = 2156947834
pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY = 2156947833
pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR = 3225708932
pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC = 2156947959
pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR = 2156947724
pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF = 2157209887
pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR = 2156947731
pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP = 2149607797
pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR = 2156947726
pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS = 2156947728
pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC = 2156947769
pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA = 3230689589
pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC = 2156947736
pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU = 2156947839
pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK = 2156947734
pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR = 2149345672
pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (netbsd-arm-cgo), const SIOCSPGRP = 2147775240
pkg syscall (netbsd-arm-cgo), const SIOCSVH = 3230689666
pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA = 3230951814
pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC = 268435456
pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK = 4026531840
pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK = 536870912
pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE = 1073741824
pkg syscall (netbsd-arm-cgo), const SOCK_RDM = 4
pkg syscall (netbsd-arm-cgo), const SOL_SOCKET = 65535
pkg syscall (netbsd-arm-cgo), const SOMAXCONN = 128
pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN = 2
pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER = 4096
pkg syscall (netbsd-arm-cgo), const SO_BROADCAST = 32
pkg syscall (netbsd-arm-cgo), const SO_DEBUG = 1
pkg syscall (netbsd-arm-cgo), const SO_DONTROUTE = 16
pkg syscall (netbsd-arm-cgo), const SO_ERROR = 4103
pkg syscall (netbsd-arm-cgo), const SO_KEEPALIVE = 8
pkg syscall (netbsd-arm-cgo), const SO_LINGER = 128
pkg syscall (netbsd-arm-cgo), const SO_NOHEADER = 4106
pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE = 2048
pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE = 256
pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED = 4105
pkg syscall (netbsd-arm-cgo), const SO_RCVBUF = 4098
pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT = 4100
pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO = 4108
pkg syscall (netbsd-arm-cgo), const SO_REUSEADDR = 4
pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT = 512
pkg syscall (netbsd-arm-cgo), const SO_SNDBUF = 4097
pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT = 4099
pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO = 4107
pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP = 8192
pkg syscall (netbsd-arm-cgo), const SO_TYPE = 4104
pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK = 64
pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION = 16777216
pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 = 0
pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 = 16777216
pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK = 4278190080
pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT = 30
pkg syscall (netbsd-arm-cgo), const SYS_ACCESS = 33
pkg syscall (netbsd-arm-cgo), const SYS_ACCT = 51
pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME = 421
pkg syscall (netbsd-arm-cgo), const SYS_BIND = 104
pkg syscall (netbsd-arm-cgo), const SYS_BREAK = 17
pkg syscall (netbsd-arm-cgo), const SYS_CHDIR = 12
pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS = 34
pkg syscall (netbsd-arm-cgo), const SYS_CHMOD = 15
pkg syscall (netbsd-arm-cgo), const SYS_CHOWN = 16
pkg syscall (netbsd-arm-cgo), const SYS_CHROOT = 61
pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES = 429
pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME = 427
pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME = 428
pkg syscall (netbsd-arm-cgo), const SYS_CLOSE = 6
pkg syscall (netbsd-arm-cgo), const SYS_CONNECT = 98
pkg syscall (netbsd-arm-cgo), const SYS_DUP = 41
pkg syscall (netbsd-arm-cgo), const SYS_DUP2 = 90
pkg syscall (netbsd-arm-cgo), const SYS_DUP3 = 454
pkg syscall (netbsd-arm-cgo), const SYS_EXECVE = 59
pkg syscall (netbsd-arm-cgo), const SYS_EXIT = 1
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL = 360
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 366
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 363
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 369
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD = 365
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 362
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 368
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 370
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 371
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 372
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD = 364
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 361
pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 367
pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT = 462
pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR = 13
pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS = 35
pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD = 124
pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT = 463
pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN = 123
pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT = 464
pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT = 297
pkg syscall (netbsd-arm-cgo), const SYS_FCNTL = 92
pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC = 241
pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE = 465
pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR = 380
pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT = 451
pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE = 288
pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR = 383
pkg syscall (netbsd-arm-cgo), const SYS_FLOCK = 131
pkg syscall (netbsd-arm-cgo), const SYS_FORK = 2
pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF = 192
pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR = 386
pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR = 377
pkg syscall (netbsd-arm-cgo), const SYS_FSTAT = 440
pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT = 466
pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 = 358
pkg syscall (netbsd-arm-cgo), const SYS_FSYNC = 95
pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE = 354
pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE = 201
pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS = 472
pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES = 423
pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT = 307
pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS = 390
pkg syscall (netbsd-arm-cgo), const SYS_GETEGID = 43
pkg syscall (netbsd-arm-cgo), const SYS_GETEUID = 25
pkg syscall (netbsd-arm-cgo), const SYS_GETFH = 395
pkg syscall (netbsd-arm-cgo), const SYS_GETGID = 47
pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS = 79
pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER = 426
pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME = 31
pkg syscall (netbsd-arm-cgo), const SYS_GETPGID = 207
pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP = 81
pkg syscall (netbsd-arm-cgo), const SYS_GETPID = 20
pkg syscall (netbsd-arm-cgo), const SYS_GETPPID = 39
pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY = 100
pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT = 194
pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE = 445
pkg syscall (netbsd-arm-cgo), const SYS_GETSID = 286
pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY = 418
pkg syscall (netbsd-arm-cgo), const SYS_GETUID = 24
pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT = 356
pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR = 378
pkg syscall (netbsd-arm-cgo), const SYS_IOCTL = 54
pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID = 305
pkg syscall (netbsd-arm-cgo), const SYS_KEVENT = 435
pkg syscall (netbsd-arm-cgo), const SYS_KILL = 37
pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE = 344
pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 = 455
pkg syscall (netbsd-arm-cgo), const SYS_KTRACE = 45
pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS = 304
pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD = 274
pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN = 275
pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR = 379
pkg syscall (netbsd-arm-cgo), const SYS_LINK = 9
pkg syscall (netbsd-arm-cgo), const SYS_LINKAT = 457
pkg syscall (netbsd-arm-cgo), const SYS_LISTEN = 106
pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR = 381
pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR = 382
pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR = 385
pkg syscall (netbsd-arm-cgo), const SYS_LSEEK = 199
pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR = 376
pkg syscall (netbsd-arm-cgo), const SYS_LSTAT = 441
pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES = 424
pkg syscall (netbsd-arm-cgo), const SYS_MADVISE = 75
pkg syscall (netbsd-arm-cgo), const SYS_MINCORE = 78
pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT = 273
pkg syscall (netbsd-arm-cgo), const SYS_MKDIR = 136
pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT = 461
pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO = 132
pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT = 459
pkg syscall (netbsd-arm-cgo), const SYS_MKNOD = 450
pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT = 460
pkg syscall (netbsd-arm-cgo), const SYS_MLOCK = 203
pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL = 242
pkg syscall (netbsd-arm-cgo), const SYS_MMAP = 197
pkg syscall (netbsd-arm-cgo), const SYS_MODCTL = 246
pkg syscall (netbsd-arm-cgo), const SYS_MOUNT = 410
pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT = 74
pkg syscall (netbsd-arm-cgo), const SYS_MREMAP = 411
pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL = 444
pkg syscall (netbsd-arm-cgo), const SYS_MSGGET = 225
pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV = 227
pkg syscall (netbsd-arm-cgo), const SYS_MSGSND = 226
pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK = 204
pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL = 243
pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP = 73
pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP = 430
pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME = 176
pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME = 448
pkg syscall (netbsd-arm-cgo), const SYS_OPEN = 5
pkg syscall (netbsd-arm-cgo), const SYS_OPENAT = 468
pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT = 456
pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF = 191
pkg syscall (netbsd-arm-cgo), const SYS_PIPE = 42
pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 = 453
pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL = 342
pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO = 341
pkg syscall (netbsd-arm-cgo), const SYS_POLL = 209
pkg syscall (netbsd-arm-cgo), const SYS_POLLTS = 437
pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE = 416
pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN = 474
pkg syscall (netbsd-arm-cgo), const SYS_PREAD = 173
pkg syscall (netbsd-arm-cgo), const SYS_PREADV = 289
pkg syscall (netbsd-arm-cgo), const SYS_PROFIL = 44
pkg syscall (netbsd-arm-cgo), const SYS_PSELECT = 436
pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN = 414
pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE = 412
pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY = 413
pkg syscall (netbsd-arm-cgo), const SYS_PTRACE = 26
pkg syscall (netbsd-arm-cgo), const SYS_PWRITE = 174
pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV = 290
pkg syscall (netbsd-arm-cgo), const SYS_RASCTL = 343
pkg syscall (netbsd-arm-cgo), const SYS_READ = 3
pkg syscall (netbsd-arm-cgo), const SYS_READLINK = 58
pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT = 469
pkg syscall (netbsd-arm-cgo), const SYS_READV = 120
pkg syscall (netbsd-arm-cgo), const SYS_REBOOT = 208
pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM = 29
pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG = 475
pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG = 27
pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR = 384
pkg syscall (netbsd-arm-cgo), const SYS_RENAME = 128
pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT = 458
pkg syscall (netbsd-arm-cgo), const SYS_REVOKE = 56
pkg syscall (netbsd-arm-cgo), const SYS_RMDIR = 137
pkg syscall (netbsd-arm-cgo), const SYS_SBRK = 69
pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD = 350
pkg syscall (netbsd-arm-cgo), const SYS_SELECT = 417
pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG = 223
pkg syscall (netbsd-arm-cgo), const SYS_SEMGET = 221
pkg syscall (netbsd-arm-cgo), const SYS_SEMOP = 222
pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG = 476
pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG = 28
pkg syscall (netbsd-arm-cgo), const SYS_SENDTO = 133
pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT = 308
pkg syscall (netbsd-arm-cgo), const SYS_SETEGID = 182
pkg syscall (netbsd-arm-cgo), const SYS_SETEUID = 183
pkg syscall (netbsd-arm-cgo), const SYS_SETGID = 181
pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS = 80
pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER = 425
pkg syscall (netbsd-arm-cgo), const SYS_SETPGID = 82
pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY = 96
pkg syscall (netbsd-arm-cgo), const SYS_SETREGID = 127
pkg syscall (netbsd-arm-cgo), const SYS_SETREUID = 126
pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT = 195
pkg syscall (netbsd-arm-cgo), const SYS_SETSID = 147
pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY = 419
pkg syscall (netbsd-arm-cgo), const SYS_SETUID = 23
pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR = 375
pkg syscall (netbsd-arm-cgo), const SYS_SHMAT = 228
pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL = 443
pkg syscall (netbsd-arm-cgo), const SYS_SHMDT = 230
pkg syscall (netbsd-arm-cgo), const SYS_SHMGET = 231
pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN = 134
pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO = 245
pkg syscall (netbsd-arm-cgo), const SYS_SOCKET = 394
pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (netbsd-arm-cgo), const SYS_SSTK = 70
pkg syscall (netbsd-arm-cgo), const SYS_STAT = 439
pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 = 357
pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL = 271
pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK = 57
pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT = 470
pkg syscall (netbsd-arm-cgo), const SYS_SYNC = 36
pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH = 165
pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE = 235
pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE = 236
pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN = 239
pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME = 447
pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME = 446
pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE = 200
pkg syscall (netbsd-arm-cgo), const SYS_UMASK = 60
pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE = 205
pkg syscall (netbsd-arm-cgo), const SYS_UNLINK = 10
pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT = 471
pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT = 22
pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT = 467
pkg syscall (netbsd-arm-cgo), const SYS_UTIMES = 420
pkg syscall (netbsd-arm-cgo), const SYS_UTRACE = 306
pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN = 355
pkg syscall (netbsd-arm-cgo), const SYS_VADVISE = 72
pkg syscall (netbsd-arm-cgo), const SYS_VFORK = 66
pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 = 449
pkg syscall (netbsd-arm-cgo), const SYS_WRITE = 4
pkg syscall (netbsd-arm-cgo), const SYS_WRITEV = 121
pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE = 314
pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE = 309
pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL = 325
pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH = 319
pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT = 310
pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME = 324
pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE = 316
pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL = 318
pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK = 434
pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF = 311
pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME = 323
pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE = 317
pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND = 313
pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK = 321
pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL = 322
pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT = 312
pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP = 315
pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND = 415
pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY = 349
pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM = 347
pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY = 348
pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM = 346
pkg syscall (netbsd-arm-cgo), const SYS___CLONE = 287
pkg syscall (netbsd-arm-cgo), const SYS___GETCWD = 296
pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN = 49
pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN = 283
pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN = 284
pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN = 285
pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME = 270
pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL = 473
pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL = 442
pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN = 50
pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP = 340
pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT = 431
pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL = 202
pkg syscall (netbsd-arm-cgo), const S_ARCH1 = 65536
pkg syscall (netbsd-arm-cgo), const S_ARCH2 = 131072
pkg syscall (netbsd-arm-cgo), const S_BLKSIZE = 512
pkg syscall (netbsd-arm-cgo), const S_IEXEC = 64
pkg syscall (netbsd-arm-cgo), const S_IFMT = 61440
pkg syscall (netbsd-arm-cgo), const S_IFWHT = 57344
pkg syscall (netbsd-arm-cgo), const S_IREAD = 256
pkg syscall (netbsd-arm-cgo), const S_IRGRP = 32
pkg syscall (netbsd-arm-cgo), const S_IROTH = 4
pkg syscall (netbsd-arm-cgo), const S_IRWXG = 56
pkg syscall (netbsd-arm-cgo), const S_IRWXO = 7
pkg syscall (netbsd-arm-cgo), const S_IRWXU = 448
pkg syscall (netbsd-arm-cgo), const S_ISTXT = 512
pkg syscall (netbsd-arm-cgo), const S_IWGRP = 16
pkg syscall (netbsd-arm-cgo), const S_IWOTH = 2
pkg syscall (netbsd-arm-cgo), const S_IWRITE = 128
pkg syscall (netbsd-arm-cgo), const S_IXGRP = 8
pkg syscall (netbsd-arm-cgo), const S_IXOTH = 1
pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr = 20
pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn = 8
pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram = 8
pkg syscall (netbsd-arm-cgo), const SizeofBpfStat = 128
pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion = 4
pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr = 12
pkg syscall (netbsd-arm-cgo), const SizeofIPMreq = 8
pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq = 20
pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr = 152
pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr = 24
pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (netbsd-arm-cgo), const SizeofLinger = 8
pkg syscall (netbsd-arm-cgo), const SizeofMsghdr = 28
pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics = 80
pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr = 120
pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny = 108
pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink = 20
pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix = 106
pkg syscall (netbsd-arm-cgo), const TCIFLUSH = 1
pkg syscall (netbsd-arm-cgo), const TCIOFLUSH = 3
pkg syscall (netbsd-arm-cgo), const TCOFLUSH = 2
pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL = 32
pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT = 6
pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE = 3
pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT = 7
pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL = 5
pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST = 4
pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG = 2
pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN = 65535
pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG = 16
pkg syscall (netbsd-arm-cgo), const TCP_MINMSS = 216
pkg syscall (netbsd-arm-cgo), const TCP_MSS = 536
pkg syscall (netbsd-arm-cgo), const TCSAFLUSH = 2
pkg syscall (netbsd-arm-cgo), const TIOCCBRK = 536900730
pkg syscall (netbsd-arm-cgo), const TIOCCDTR = 536900728
pkg syscall (netbsd-arm-cgo), const TIOCCONS = 2147775586
pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP = 1074558040
pkg syscall (netbsd-arm-cgo), const TIOCDRAIN = 536900702
pkg syscall (netbsd-arm-cgo), const TIOCEXCL = 536900621
pkg syscall (netbsd-arm-cgo), const TIOCEXT = 2147775584
pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS = 16
pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL = 2
pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS = 4
pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF = 8
pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR = 1
pkg syscall (netbsd-arm-cgo), const TIOCFLUSH = 2147775504
pkg syscall (netbsd-arm-cgo), const TIOCGETA = 1076655123
pkg syscall (netbsd-arm-cgo), const TIOCGETD = 1074033690
pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS = 1074033757
pkg syscall (netbsd-arm-cgo), const TIOCGLINED = 1075868738
pkg syscall (netbsd-arm-cgo), const TIOCGPGRP = 1074033783
pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE = 1074033793
pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT = 536900679
pkg syscall (netbsd-arm-cgo), const TIOCGSID = 1074033763
pkg syscall (netbsd-arm-cgo), const TIOCGSIZE = 1074295912
pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (netbsd-arm-cgo), const TIOCMBIC = 2147775595
pkg syscall (netbsd-arm-cgo), const TIOCMBIS = 2147775596
pkg syscall (netbsd-arm-cgo), const TIOCMGET = 1074033770
pkg syscall (netbsd-arm-cgo), const TIOCMSET = 2147775597
pkg syscall (netbsd-arm-cgo), const TIOCM_CAR = 64
pkg syscall (netbsd-arm-cgo), const TIOCM_CD = 64
pkg syscall (netbsd-arm-cgo), const TIOCM_CTS = 32
pkg syscall (netbsd-arm-cgo), const TIOCM_DSR = 256
pkg syscall (netbsd-arm-cgo), const TIOCM_DTR = 2
pkg syscall (netbsd-arm-cgo), const TIOCM_LE = 1
pkg syscall (netbsd-arm-cgo), const TIOCM_RI = 128
pkg syscall (netbsd-arm-cgo), const TIOCM_RNG = 128
pkg syscall (netbsd-arm-cgo), const TIOCM_RTS = 4
pkg syscall (netbsd-arm-cgo), const TIOCM_SR = 16
pkg syscall (netbsd-arm-cgo), const TIOCM_ST = 8
pkg syscall (netbsd-arm-cgo), const TIOCNOTTY = 536900721
pkg syscall (netbsd-arm-cgo), const TIOCNXCL = 536900622
pkg syscall (netbsd-arm-cgo), const TIOCOUTQ = 1074033779
pkg syscall (netbsd-arm-cgo), const TIOCPKT = 2147775600
pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA = 0
pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (netbsd-arm-cgo), const TIOCPKT_START = 8
pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP = 4
pkg syscall (netbsd-arm-cgo), const TIOCPTMGET = 1208513606
pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME = 1208513608
pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME = 2147775557
pkg syscall (netbsd-arm-cgo), const TIOCREMOTE = 2147775593
pkg syscall (netbsd-arm-cgo), const TIOCSBRK = 536900731
pkg syscall (netbsd-arm-cgo), const TIOCSCTTY = 536900705
pkg syscall (netbsd-arm-cgo), const TIOCSDTR = 536900729
pkg syscall (netbsd-arm-cgo), const TIOCSETA = 2150396948
pkg syscall (netbsd-arm-cgo), const TIOCSETAF = 2150396950
pkg syscall (netbsd-arm-cgo), const TIOCSETAW = 2150396949
pkg syscall (netbsd-arm-cgo), const TIOCSETD = 2147775515
pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS = 2147775580
pkg syscall (netbsd-arm-cgo), const TIOCSIG = 536900703
pkg syscall (netbsd-arm-cgo), const TIOCSLINED = 2149610563
pkg syscall (netbsd-arm-cgo), const TIOCSPGRP = 2147775606
pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE = 2147775616
pkg syscall (netbsd-arm-cgo), const TIOCSSIZE = 2148037735
pkg syscall (netbsd-arm-cgo), const TIOCSTART = 536900718
pkg syscall (netbsd-arm-cgo), const TIOCSTAT = 2147775589
pkg syscall (netbsd-arm-cgo), const TIOCSTI = 2147578994
pkg syscall (netbsd-arm-cgo), const TIOCSTOP = 536900719
pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (netbsd-arm-cgo), const TIOCUCNTL = 2147775590
pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME = 2147775556
pkg syscall (netbsd-arm-cgo), const TOSTOP = 4194304
pkg syscall (netbsd-arm-cgo), const VDISCARD = 15
pkg syscall (netbsd-arm-cgo), const VDSUSP = 11
pkg syscall (netbsd-arm-cgo), const VEOF = 0
pkg syscall (netbsd-arm-cgo), const VEOL = 1
pkg syscall (netbsd-arm-cgo), const VEOL2 = 2
pkg syscall (netbsd-arm-cgo), const VERASE = 3
pkg syscall (netbsd-arm-cgo), const VINTR = 8
pkg syscall (netbsd-arm-cgo), const VKILL = 5
pkg syscall (netbsd-arm-cgo), const VLNEXT = 14
pkg syscall (netbsd-arm-cgo), const VMIN = 16
pkg syscall (netbsd-arm-cgo), const VQUIT = 9
pkg syscall (netbsd-arm-cgo), const VREPRINT = 6
pkg syscall (netbsd-arm-cgo), const VSTART = 12
pkg syscall (netbsd-arm-cgo), const VSTATUS = 18
pkg syscall (netbsd-arm-cgo), const VSTOP = 13
pkg syscall (netbsd-arm-cgo), const VSUSP = 10
pkg syscall (netbsd-arm-cgo), const VTIME = 17
pkg syscall (netbsd-arm-cgo), const VWERASE = 4
pkg syscall (netbsd-arm-cgo), const WALL = 8
pkg syscall (netbsd-arm-cgo), const WALLSIG = 8
pkg syscall (netbsd-arm-cgo), const WALTSIG = 4
pkg syscall (netbsd-arm-cgo), const WCLONE = 4
pkg syscall (netbsd-arm-cgo), const WCOREFLAG = 128
pkg syscall (netbsd-arm-cgo), const WNOHANG = 1
pkg syscall (netbsd-arm-cgo), const WNOWAIT = 65536
pkg syscall (netbsd-arm-cgo), const WNOZOMBIE = 131072
pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED = 262144
pkg syscall (netbsd-arm-cgo), const WSTOPPED = 127
pkg syscall (netbsd-arm-cgo), const WUNTRACED = 2
pkg syscall (openbsd-386), const AF_APPLETALK = 16
pkg syscall (openbsd-386), const AF_BLUETOOTH = 32
pkg syscall (openbsd-386), const AF_CCITT = 10
pkg syscall (openbsd-386), const AF_CHAOS = 5
pkg syscall (openbsd-386), const AF_CNT = 21
pkg syscall (openbsd-386), const AF_COIP = 20
pkg syscall (openbsd-386), const AF_DATAKIT = 9
pkg syscall (openbsd-386), const AF_DECnet = 12
pkg syscall (openbsd-386), const AF_DLI = 13
pkg syscall (openbsd-386), const AF_E164 = 26
pkg syscall (openbsd-386), const AF_ECMA = 8
pkg syscall (openbsd-386), const AF_ENCAP = 28
pkg syscall (openbsd-386), const AF_HYLINK = 15
pkg syscall (openbsd-386), const AF_IMPLINK = 3
pkg syscall (openbsd-386), const AF_INET6 = 24
pkg syscall (openbsd-386), const AF_IPX = 23
pkg syscall (openbsd-386), const AF_ISDN = 26
pkg syscall (openbsd-386), const AF_ISO = 7
pkg syscall (openbsd-386), const AF_KEY = 30
pkg syscall (openbsd-386), const AF_LAT = 14
pkg syscall (openbsd-386), const AF_LINK = 18
pkg syscall (openbsd-386), const AF_LOCAL = 1
pkg syscall (openbsd-386), const AF_MAX = 36
pkg syscall (openbsd-386), const AF_MPLS = 33
pkg syscall (openbsd-386), const AF_NATM = 27
pkg syscall (openbsd-386), const AF_NS = 6
pkg syscall (openbsd-386), const AF_OSI = 7
pkg syscall (openbsd-386), const AF_PUP = 4
pkg syscall (openbsd-386), const AF_ROUTE = 17
pkg syscall (openbsd-386), const AF_SIP = 29
pkg syscall (openbsd-386), const AF_SNA = 11
pkg syscall (openbsd-386), const ARPHRD_ETHER = 1
pkg syscall (openbsd-386), const ARPHRD_FRELAY = 15
pkg syscall (openbsd-386), const ARPHRD_IEEE1394 = 24
pkg syscall (openbsd-386), const ARPHRD_IEEE802 = 6
pkg syscall (openbsd-386), const B0 = 0
pkg syscall (openbsd-386), const B110 = 110
pkg syscall (openbsd-386), const B115200 = 115200
pkg syscall (openbsd-386), const B1200 = 1200
pkg syscall (openbsd-386), const B134 = 134
pkg syscall (openbsd-386), const B14400 = 14400
pkg syscall (openbsd-386), const B150 = 150
pkg syscall (openbsd-386), const B1800 = 1800
pkg syscall (openbsd-386), const B19200 = 19200
pkg syscall (openbsd-386), const B200 = 200
pkg syscall (openbsd-386), const B230400 = 230400
pkg syscall (openbsd-386), const B2400 = 2400
pkg syscall (openbsd-386), const B28800 = 28800
pkg syscall (openbsd-386), const B300 = 300
pkg syscall (openbsd-386), const B38400 = 38400
pkg syscall (openbsd-386), const B4800 = 4800
pkg syscall (openbsd-386), const B50 = 50
pkg syscall (openbsd-386), const B57600 = 57600
pkg syscall (openbsd-386), const B600 = 600
pkg syscall (openbsd-386), const B7200 = 7200
pkg syscall (openbsd-386), const B75 = 75
pkg syscall (openbsd-386), const B76800 = 76800
pkg syscall (openbsd-386), const B9600 = 9600
pkg syscall (openbsd-386), const BIOCFLUSH = 536887912
pkg syscall (openbsd-386), const BIOCGBLEN = 1074020966
pkg syscall (openbsd-386), const BIOCGDIRFILT = 1074020988
pkg syscall (openbsd-386), const BIOCGDLT = 1074020970
pkg syscall (openbsd-386), const BIOCGDLTLIST = 3221766779
pkg syscall (openbsd-386), const BIOCGETIF = 1075855979
pkg syscall (openbsd-386), const BIOCGFILDROP = 1074020984
pkg syscall (openbsd-386), const BIOCGHDRCMPLT = 1074020980
pkg syscall (openbsd-386), const BIOCGRSIG = 1074020979
pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118
pkg syscall (openbsd-386), const BIOCGSTATS = 1074283119
pkg syscall (openbsd-386), const BIOCIMMEDIATE = 2147762800
pkg syscall (openbsd-386), const BIOCLOCK = 536887926
pkg syscall (openbsd-386), const BIOCPROMISC = 536887913
pkg syscall (openbsd-386), const BIOCSBLEN = 3221504614
pkg syscall (openbsd-386), const BIOCSDIRFILT = 2147762813
pkg syscall (openbsd-386), const BIOCSDLT = 2147762810
pkg syscall (openbsd-386), const BIOCSETF = 2148024935
pkg syscall (openbsd-386), const BIOCSETIF = 2149597804
pkg syscall (openbsd-386), const BIOCSETWF = 2148024951
pkg syscall (openbsd-386), const BIOCSFILDROP = 2147762809
pkg syscall (openbsd-386), const BIOCSHDRCMPLT = 2147762805
pkg syscall (openbsd-386), const BIOCSRSIG = 2147762802
pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941
pkg syscall (openbsd-386), const BIOCVERSION = 1074020977
pkg syscall (openbsd-386), const BPF_A = 16
pkg syscall (openbsd-386), const BPF_ABS = 32
pkg syscall (openbsd-386), const BPF_ADD = 0
pkg syscall (openbsd-386), const BPF_ALIGNMENT = 4
pkg syscall (openbsd-386), const BPF_ALU = 4
pkg syscall (openbsd-386), const BPF_AND = 80
pkg syscall (openbsd-386), const BPF_B = 16
pkg syscall (openbsd-386), const BPF_DIRECTION_IN = 1
pkg syscall (openbsd-386), const BPF_DIRECTION_OUT = 2
pkg syscall (openbsd-386), const BPF_DIV = 48
pkg syscall (openbsd-386), const BPF_H = 8
pkg syscall (openbsd-386), const BPF_IMM = 0
pkg syscall (openbsd-386), const BPF_IND = 64
pkg syscall (openbsd-386), const BPF_JA = 0
pkg syscall (openbsd-386), const BPF_JEQ = 16
pkg syscall (openbsd-386), const BPF_JGE = 48
pkg syscall (openbsd-386), const BPF_JGT = 32
pkg syscall (openbsd-386), const BPF_JMP = 5
pkg syscall (openbsd-386), const BPF_JSET = 64
pkg syscall (openbsd-386), const BPF_K = 0
pkg syscall (openbsd-386), const BPF_LD = 0
pkg syscall (openbsd-386), const BPF_LDX = 1
pkg syscall (openbsd-386), const BPF_LEN = 128
pkg syscall (openbsd-386), const BPF_LSH = 96
pkg syscall (openbsd-386), const BPF_MAJOR_VERSION = 1
pkg syscall (openbsd-386), const BPF_MAXBUFSIZE = 2097152
pkg syscall (openbsd-386), const BPF_MAXINSNS = 512
pkg syscall (openbsd-386), const BPF_MEM = 96
pkg syscall (openbsd-386), const BPF_MEMWORDS = 16
pkg syscall (openbsd-386), const BPF_MINBUFSIZE = 32
pkg syscall (openbsd-386), const BPF_MINOR_VERSION = 1
pkg syscall (openbsd-386), const BPF_MISC = 7
pkg syscall (openbsd-386), const BPF_MSH = 160
pkg syscall (openbsd-386), const BPF_MUL = 32
pkg syscall (openbsd-386), const BPF_NEG = 128
pkg syscall (openbsd-386), const BPF_OR = 64
pkg syscall (openbsd-386), const BPF_RELEASE = 199606
pkg syscall (openbsd-386), const BPF_RET = 6
pkg syscall (openbsd-386), const BPF_RSH = 112
pkg syscall (openbsd-386), const BPF_ST = 2
pkg syscall (openbsd-386), const BPF_STX = 3
pkg syscall (openbsd-386), const BPF_SUB = 16
pkg syscall (openbsd-386), const BPF_TAX = 0
pkg syscall (openbsd-386), const BPF_TXA = 128
pkg syscall (openbsd-386), const BPF_W = 0
pkg syscall (openbsd-386), const BPF_X = 8
pkg syscall (openbsd-386), const BRKINT = 2
pkg syscall (openbsd-386), const CFLUSH = 15
pkg syscall (openbsd-386), const CLOCAL = 32768
pkg syscall (openbsd-386), const CREAD = 2048
pkg syscall (openbsd-386), const CS5 = 0
pkg syscall (openbsd-386), const CS6 = 256
pkg syscall (openbsd-386), const CS7 = 512
pkg syscall (openbsd-386), const CS8 = 768
pkg syscall (openbsd-386), const CSIZE = 768
pkg syscall (openbsd-386), const CSTART = 17
pkg syscall (openbsd-386), const CSTATUS = 255
pkg syscall (openbsd-386), const CSTOP = 19
pkg syscall (openbsd-386), const CSTOPB = 1024
pkg syscall (openbsd-386), const CSUSP = 26
pkg syscall (openbsd-386), const CTL_MAXNAME = 12
pkg syscall (openbsd-386), const CTL_NET = 4
pkg syscall (openbsd-386), const DIOCOSFPFLUSH = 536888398
pkg syscall (openbsd-386), const DLT_ARCNET = 7
pkg syscall (openbsd-386), const DLT_ATM_RFC1483 = 11
pkg syscall (openbsd-386), const DLT_AX25 = 3
pkg syscall (openbsd-386), const DLT_CHAOS = 5
pkg syscall (openbsd-386), const DLT_C_HDLC = 104
pkg syscall (openbsd-386), const DLT_EN10MB = 1
pkg syscall (openbsd-386), const DLT_EN3MB = 2
pkg syscall (openbsd-386), const DLT_ENC = 13
pkg syscall (openbsd-386), const DLT_FDDI = 10
pkg syscall (openbsd-386), const DLT_IEEE802 = 6
pkg syscall (openbsd-386), const DLT_IEEE802_11 = 105
pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO = 127
pkg syscall (openbsd-386), const DLT_LOOP = 12
pkg syscall (openbsd-386), const DLT_MPLS = 219
pkg syscall (openbsd-386), const DLT_NULL = 0
pkg syscall (openbsd-386), const DLT_PFLOG = 117
pkg syscall (openbsd-386), const DLT_PFSYNC = 18
pkg syscall (openbsd-386), const DLT_PPP = 9
pkg syscall (openbsd-386), const DLT_PPP_BSDOS = 16
pkg syscall (openbsd-386), const DLT_PPP_ETHER = 51
pkg syscall (openbsd-386), const DLT_PPP_SERIAL = 50
pkg syscall (openbsd-386), const DLT_PRONET = 4
pkg syscall (openbsd-386), const DLT_RAW = 14
pkg syscall (openbsd-386), const DLT_SLIP = 8
pkg syscall (openbsd-386), const DLT_SLIP_BSDOS = 15
pkg syscall (openbsd-386), const DT_BLK = 6
pkg syscall (openbsd-386), const DT_CHR = 2
pkg syscall (openbsd-386), const DT_DIR = 4
pkg syscall (openbsd-386), const DT_FIFO = 1
pkg syscall (openbsd-386), const DT_LNK = 10
pkg syscall (openbsd-386), const DT_REG = 8
pkg syscall (openbsd-386), const DT_SOCK = 12
pkg syscall (openbsd-386), const DT_UNKNOWN = 0
pkg syscall (openbsd-386), const E2BIG = 7
pkg syscall (openbsd-386), const EACCES = 13
pkg syscall (openbsd-386), const EADDRINUSE = 48
pkg syscall (openbsd-386), const EADDRNOTAVAIL = 49
pkg syscall (openbsd-386), const EAFNOSUPPORT = 47
pkg syscall (openbsd-386), const EAGAIN = 35
pkg syscall (openbsd-386), const EALREADY = 37
pkg syscall (openbsd-386), const EAUTH = 80
pkg syscall (openbsd-386), const EBADF = 9
pkg syscall (openbsd-386), const EBADRPC = 72
pkg syscall (openbsd-386), const EBUSY = 16
pkg syscall (openbsd-386), const ECANCELED = 88
pkg syscall (openbsd-386), const ECHILD = 10
pkg syscall (openbsd-386), const ECHO = 8
pkg syscall (openbsd-386), const ECHOCTL = 64
pkg syscall (openbsd-386), const ECHOE = 2
pkg syscall (openbsd-386), const ECHOK = 4
pkg syscall (openbsd-386), const ECHOKE = 1
pkg syscall (openbsd-386), const ECHONL = 16
pkg syscall (openbsd-386), const ECHOPRT = 32
pkg syscall (openbsd-386), const ECONNABORTED = 53
pkg syscall (openbsd-386), const ECONNREFUSED = 61
pkg syscall (openbsd-386), const ECONNRESET = 54
pkg syscall (openbsd-386), const EDEADLK = 11
pkg syscall (openbsd-386), const EDESTADDRREQ = 39
pkg syscall (openbsd-386), const EDOM = 33
pkg syscall (openbsd-386), const EDQUOT = 69
pkg syscall (openbsd-386), const EEXIST = 17
pkg syscall (openbsd-386), const EFAULT = 14
pkg syscall (openbsd-386), const EFBIG = 27
pkg syscall (openbsd-386), const EFTYPE = 79
pkg syscall (openbsd-386), const EHOSTDOWN = 64
pkg syscall (openbsd-386), const EHOSTUNREACH = 65
pkg syscall (openbsd-386), const EIDRM = 89
pkg syscall (openbsd-386), const EILSEQ = 84
pkg syscall (openbsd-386), const EINPROGRESS = 36
pkg syscall (openbsd-386), const EINTR = 4
pkg syscall (openbsd-386), const EINVAL = 22
pkg syscall (openbsd-386), const EIO = 5
pkg syscall (openbsd-386), const EIPSEC = 82
pkg syscall (openbsd-386), const EISCONN = 56
pkg syscall (openbsd-386), const EISDIR = 21
pkg syscall (openbsd-386), const ELAST = 91
pkg syscall (openbsd-386), const ELOOP = 62
pkg syscall (openbsd-386), const EMEDIUMTYPE = 86
pkg syscall (openbsd-386), const EMFILE = 24
pkg syscall (openbsd-386), const EMLINK = 31
pkg syscall (openbsd-386), const EMSGSIZE = 40
pkg syscall (openbsd-386), const EMT_TAGOVF = 1
pkg syscall (openbsd-386), const EMUL_ENABLED = 1
pkg syscall (openbsd-386), const EMUL_NATIVE = 2
pkg syscall (openbsd-386), const ENAMETOOLONG = 63
pkg syscall (openbsd-386), const ENDRUNDISC = 9
pkg syscall (openbsd-386), const ENEEDAUTH = 81
pkg syscall (openbsd-386), const ENETDOWN = 50
pkg syscall (openbsd-386), const ENETRESET = 52
pkg syscall (openbsd-386), const ENETUNREACH = 51
pkg syscall (openbsd-386), const ENFILE = 23
pkg syscall (openbsd-386), const ENOATTR = 83
pkg syscall (openbsd-386), const ENOBUFS = 55
pkg syscall (openbsd-386), const ENODEV = 19
pkg syscall (openbsd-386), const ENOEXEC = 8
pkg syscall (openbsd-386), const ENOLCK = 77
pkg syscall (openbsd-386), const ENOMEDIUM = 85
pkg syscall (openbsd-386), const ENOMEM = 12
pkg syscall (openbsd-386), const ENOMSG = 90
pkg syscall (openbsd-386), const ENOPROTOOPT = 42
pkg syscall (openbsd-386), const ENOSPC = 28
pkg syscall (openbsd-386), const ENOSYS = 78
pkg syscall (openbsd-386), const ENOTBLK = 15
pkg syscall (openbsd-386), const ENOTCONN = 57
pkg syscall (openbsd-386), const ENOTDIR = 20
pkg syscall (openbsd-386), const ENOTEMPTY = 66
pkg syscall (openbsd-386), const ENOTSOCK = 38
pkg syscall (openbsd-386), const ENOTSUP = 91
pkg syscall (openbsd-386), const ENOTTY = 25
pkg syscall (openbsd-386), const ENXIO = 6
pkg syscall (openbsd-386), const EOPNOTSUPP = 45
pkg syscall (openbsd-386), const EOVERFLOW = 87
pkg syscall (openbsd-386), const EPERM = 1
pkg syscall (openbsd-386), const EPFNOSUPPORT = 46
pkg syscall (openbsd-386), const EPIPE = 32
pkg syscall (openbsd-386), const EPROCLIM = 67
pkg syscall (openbsd-386), const EPROCUNAVAIL = 76
pkg syscall (openbsd-386), const EPROGMISMATCH = 75
pkg syscall (openbsd-386), const EPROGUNAVAIL = 74
pkg syscall (openbsd-386), const EPROTONOSUPPORT = 43
pkg syscall (openbsd-386), const EPROTOTYPE = 41
pkg syscall (openbsd-386), const ERANGE = 34
pkg syscall (openbsd-386), const EREMOTE = 71
pkg syscall (openbsd-386), const EROFS = 30
pkg syscall (openbsd-386), const ERPCMISMATCH = 73
pkg syscall (openbsd-386), const ESHUTDOWN = 58
pkg syscall (openbsd-386), const ESOCKTNOSUPPORT = 44
pkg syscall (openbsd-386), const ESPIPE = 29
pkg syscall (openbsd-386), const ESRCH = 3
pkg syscall (openbsd-386), const ESTALE = 70
pkg syscall (openbsd-386), const ETHERMIN = 46
pkg syscall (openbsd-386), const ETHERMTU = 1500
pkg syscall (openbsd-386), const ETHERTYPE_8023 = 4
pkg syscall (openbsd-386), const ETHERTYPE_AARP = 33011
pkg syscall (openbsd-386), const ETHERTYPE_ACCTON = 33680
pkg syscall (openbsd-386), const ETHERTYPE_AEONIC = 32822
pkg syscall (openbsd-386), const ETHERTYPE_ALPHA = 33098
pkg syscall (openbsd-386), const ETHERTYPE_AMBER = 24584
pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA = 33093
pkg syscall (openbsd-386), const ETHERTYPE_AOE = 34978
pkg syscall (openbsd-386), const ETHERTYPE_APOLLO = 33015
pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK = 32923
pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK = 32967
pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (openbsd-386), const ETHERTYPE_ARP = 2054
pkg syscall (openbsd-386), const ETHERTYPE_AT = 32923
pkg syscall (openbsd-386), const ETHERTYPE_ATALK = 32923
pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC = 34527
pkg syscall (openbsd-386), const ETHERTYPE_ATT = 32873
pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (openbsd-386), const ETHERTYPE_AXIS = 34902
pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP = 36867
pkg syscall (openbsd-386), const ETHERTYPE_BOFL = 33026
pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON = 28724
pkg syscall (openbsd-386), const ETHERTYPE_CHAOS = 2052
pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (openbsd-386), const ETHERTYPE_CRONUS = 32772
pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (openbsd-386), const ETHERTYPE_DCA = 4660
pkg syscall (openbsd-386), const ETHERTYPE_DDE = 32891
pkg syscall (openbsd-386), const ETHERTYPE_DEBNI = 43690
pkg syscall (openbsd-386), const ETHERTYPE_DECAM = 32840
pkg syscall (openbsd-386), const ETHERTYPE_DECCUST = 24582
pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG = 24581
pkg syscall (openbsd-386), const ETHERTYPE_DECDNS = 32828
pkg syscall (openbsd-386), const ETHERTYPE_DECDTS = 32830
pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER = 24576
pkg syscall (openbsd-386), const ETHERTYPE_DECLAST = 32833
pkg syscall (openbsd-386), const ETHERTYPE_DECLTM = 32831
pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (openbsd-386), const ETHERTYPE_DELTACON = 34526
pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE = 17185
pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 = 1632
pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 = 1633
pkg syscall (openbsd-386), const ETHERTYPE_DN = 24579
pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (openbsd-386), const ETHERTYPE_DSMD = 32825
pkg syscall (openbsd-386), const ETHERTYPE_ECMA = 2051
pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (openbsd-386), const ETHERTYPE_ES = 32861
pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN = 32784
pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (openbsd-386), const ETHERTYPE_FLIP = 33094
pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (openbsd-386), const ETHERTYPE_FRARP = 2056
pkg syscall (openbsd-386), const ETHERTYPE_GENDYN = 32872
pkg syscall (openbsd-386), const ETHERTYPE_HAYES = 33072
pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (openbsd-386), const ETHERTYPE_HITACHI = 34848
pkg syscall (openbsd-386), const ETHERTYPE_HP = 32773
pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (openbsd-386), const ETHERTYPE_IMLBL = 19522
pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (openbsd-386), const ETHERTYPE_IP = 2048
pkg syscall (openbsd-386), const ETHERTYPE_IPAS = 34668
pkg syscall (openbsd-386), const ETHERTYPE_IPV6 = 34525
pkg syscall (openbsd-386), const ETHERTYPE_IPX = 33079
pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW = 32823
pkg syscall (openbsd-386), const ETHERTYPE_KALPANA = 34178
pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE = 34952
pkg syscall (openbsd-386), const ETHERTYPE_LAT = 24580
pkg syscall (openbsd-386), const ETHERTYPE_LBACK = 36864
pkg syscall (openbsd-386), const ETHERTYPE_LITTLE = 32864
pkg syscall (openbsd-386), const ETHERTYPE_LLDP = 35020
pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (openbsd-386), const ETHERTYPE_MATRA = 32890
pkg syscall (openbsd-386), const ETHERTYPE_MAX = 65535
pkg syscall (openbsd-386), const ETHERTYPE_MERIT = 32892
pkg syscall (openbsd-386), const ETHERTYPE_MICP = 34618
pkg syscall (openbsd-386), const ETHERTYPE_MOPDL = 24577
pkg syscall (openbsd-386), const ETHERTYPE_MOPRC = 24578
pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (openbsd-386), const ETHERTYPE_MPLS = 34887
pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (openbsd-386), const ETHERTYPE_MUMPS = 33087
pkg syscall (openbsd-386), const ETHERTYPE_NBPCC = 15364
pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (openbsd-386), const ETHERTYPE_NBPDG = 15367
pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB = 15368
pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR = 15372
pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS = 15371
pkg syscall (openbsd-386), const ETHERTYPE_NBPRST = 15373
pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD = 15361
pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD = 15360
pkg syscall (openbsd-386), const ETHERTYPE_NBS = 2050
pkg syscall (openbsd-386), const ETHERTYPE_NCD = 33097
pkg syscall (openbsd-386), const ETHERTYPE_NESTAR = 32774
pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI = 33169
pkg syscall (openbsd-386), const ETHERTYPE_NOVELL = 33080
pkg syscall (openbsd-386), const ETHERTYPE_NS = 1536
pkg syscall (openbsd-386), const ETHERTYPE_NSAT = 1537
pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER = 16
pkg syscall (openbsd-386), const ETHERTYPE_OS9 = 28679
pkg syscall (openbsd-386), const ETHERTYPE_OS9NET = 28681
pkg syscall (openbsd-386), const ETHERTYPE_PACER = 32966
pkg syscall (openbsd-386), const ETHERTYPE_PAE = 34958
pkg syscall (openbsd-386), const ETHERTYPE_PCS = 16962
pkg syscall (openbsd-386), const ETHERTYPE_PLANNING = 32836
pkg syscall (openbsd-386), const ETHERTYPE_PPP = 34827
pkg syscall (openbsd-386), const ETHERTYPE_PPPOE = 34916
pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (openbsd-386), const ETHERTYPE_PUP = 512
pkg syscall (openbsd-386), const ETHERTYPE_PUPAT = 512
pkg syscall (openbsd-386), const ETHERTYPE_QINQ = 34984
pkg syscall (openbsd-386), const ETHERTYPE_RACAL = 28720
pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL = 33104
pkg syscall (openbsd-386), const ETHERTYPE_RAWFR = 25945
pkg syscall (openbsd-386), const ETHERTYPE_RCL = 6549
pkg syscall (openbsd-386), const ETHERTYPE_RDP = 34617
pkg syscall (openbsd-386), const ETHERTYPE_RETIX = 33010
pkg syscall (openbsd-386), const ETHERTYPE_REVARP = 32821
pkg syscall (openbsd-386), const ETHERTYPE_SCA = 24583
pkg syscall (openbsd-386), const ETHERTYPE_SECTRA = 34523
pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (openbsd-386), const ETHERTYPE_SGITW = 33150
pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV = 32789
pkg syscall (openbsd-386), const ETHERTYPE_SIMNET = 21000
pkg syscall (openbsd-386), const ETHERTYPE_SLOW = 34825
pkg syscall (openbsd-386), const ETHERTYPE_SNA = 32981
pkg syscall (openbsd-386), const ETHERTYPE_SNMP = 33100
pkg syscall (openbsd-386), const ETHERTYPE_SONIX = 64245
pkg syscall (openbsd-386), const ETHERTYPE_SPIDER = 32927
pkg syscall (openbsd-386), const ETHERTYPE_SPRITE = 1280
pkg syscall (openbsd-386), const ETHERTYPE_STP = 33153
pkg syscall (openbsd-386), const ETHERTYPE_TALARIS = 33067
pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC = 34091
pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (openbsd-386), const ETHERTYPE_TCPSM = 36866
pkg syscall (openbsd-386), const ETHERTYPE_TEC = 33103
pkg syscall (openbsd-386), const ETHERTYPE_TIGAN = 32815
pkg syscall (openbsd-386), const ETHERTYPE_TRAIL = 4096
pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (openbsd-386), const ETHERTYPE_UBBST = 28677
pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (openbsd-386), const ETHERTYPE_UBDL = 28672
pkg syscall (openbsd-386), const ETHERTYPE_UBNIU = 28673
pkg syscall (openbsd-386), const ETHERTYPE_UBNMC = 28675
pkg syscall (openbsd-386), const ETHERTYPE_VALID = 5632
pkg syscall (openbsd-386), const ETHERTYPE_VARIAN = 32989
pkg syscall (openbsd-386), const ETHERTYPE_VAXELN = 32827
pkg syscall (openbsd-386), const ETHERTYPE_VEECO = 32871
pkg syscall (openbsd-386), const ETHERTYPE_VEXP = 32859
pkg syscall (openbsd-386), const ETHERTYPE_VGLAB = 33073
pkg syscall (openbsd-386), const ETHERTYPE_VINES = 2989
pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO = 2991
pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (openbsd-386), const ETHERTYPE_VITAL = 65280
pkg syscall (openbsd-386), const ETHERTYPE_VLAN = 33024
pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (openbsd-386), const ETHERTYPE_VPROD = 32860
pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED = 33095
pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO = 33072
pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (openbsd-386), const ETHERTYPE_X25 = 2053
pkg syscall (openbsd-386), const ETHERTYPE_X75 = 2049
pkg syscall (openbsd-386), const ETHERTYPE_XNSSM = 36865
pkg syscall (openbsd-386), const ETHERTYPE_XTP = 33149
pkg syscall (openbsd-386), const ETHER_ADDR_LEN = 6
pkg syscall (openbsd-386), const ETHER_ALIGN = 2
pkg syscall (openbsd-386), const ETHER_CRC_LEN = 4
pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (openbsd-386), const ETHER_HDR_LEN = 14
pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN = 1536
pkg syscall (openbsd-386), const ETHER_MAX_LEN = 1518
pkg syscall (openbsd-386), const ETHER_MIN_LEN = 64
pkg syscall (openbsd-386), const ETHER_TYPE_LEN = 2
pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (openbsd-386), const ETIMEDOUT = 60
pkg syscall (openbsd-386), const ETOOMANYREFS = 59
pkg syscall (openbsd-386), const ETXTBSY = 26
pkg syscall (openbsd-386), const EUSERS = 68
pkg syscall (openbsd-386), const EVFILT_AIO = -3
pkg syscall (openbsd-386), const EVFILT_PROC = -5
pkg syscall (openbsd-386), const EVFILT_READ = -1
pkg syscall (openbsd-386), const EVFILT_SIGNAL = -6
pkg syscall (openbsd-386), const EVFILT_SYSCOUNT = 7
pkg syscall (openbsd-386), const EVFILT_TIMER = -7
pkg syscall (openbsd-386), const EVFILT_VNODE = -4
pkg syscall (openbsd-386), const EVFILT_WRITE = -2
pkg syscall (openbsd-386), const EV_ADD = 1
pkg syscall (openbsd-386), const EV_CLEAR = 32
pkg syscall (openbsd-386), const EV_DELETE = 2
pkg syscall (openbsd-386), const EV_DISABLE = 8
pkg syscall (openbsd-386), const EV_ENABLE = 4
pkg syscall (openbsd-386), const EV_EOF = 32768
pkg syscall (openbsd-386), const EV_ERROR = 16384
pkg syscall (openbsd-386), const EV_FLAG1 = 8192
pkg syscall (openbsd-386), const EV_ONESHOT = 16
pkg syscall (openbsd-386), const EV_SYSFLAGS = 61440
pkg syscall (openbsd-386), const EWOULDBLOCK = 35
pkg syscall (openbsd-386), const EXDEV = 18
pkg syscall (openbsd-386), const EXTA = 19200
pkg syscall (openbsd-386), const EXTB = 38400
pkg syscall (openbsd-386), const EXTPROC = 2048
pkg syscall (openbsd-386), const FD_CLOEXEC = 1
pkg syscall (openbsd-386), const FD_SETSIZE = 1024
pkg syscall (openbsd-386), const FLUSHO = 8388608
pkg syscall (openbsd-386), const F_DUPFD = 0
pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC = 10
pkg syscall (openbsd-386), const F_GETFD = 1
pkg syscall (openbsd-386), const F_GETFL = 3
pkg syscall (openbsd-386), const F_GETLK = 7
pkg syscall (openbsd-386), const F_GETOWN = 5
pkg syscall (openbsd-386), const F_OK = 0
pkg syscall (openbsd-386), const F_RDLCK = 1
pkg syscall (openbsd-386), const F_SETFD = 2
pkg syscall (openbsd-386), const F_SETFL = 4
pkg syscall (openbsd-386), const F_SETLK = 8
pkg syscall (openbsd-386), const F_SETLKW = 9
pkg syscall (openbsd-386), const F_SETOWN = 6
pkg syscall (openbsd-386), const F_UNLCK = 2
pkg syscall (openbsd-386), const F_WRLCK = 3
pkg syscall (openbsd-386), const HUPCL = 16384
pkg syscall (openbsd-386), const ICANON = 256
pkg syscall (openbsd-386), const ICRNL = 256
pkg syscall (openbsd-386), const IEXTEN = 1024
pkg syscall (openbsd-386), const IFAN_ARRIVAL = 0
pkg syscall (openbsd-386), const IFAN_DEPARTURE = 1
pkg syscall (openbsd-386), const IFA_ROUTE = 1
pkg syscall (openbsd-386), const IFF_ALLMULTI = 512
pkg syscall (openbsd-386), const IFF_CANTCHANGE = 36434
pkg syscall (openbsd-386), const IFF_DEBUG = 4
pkg syscall (openbsd-386), const IFF_LINK0 = 4096
pkg syscall (openbsd-386), const IFF_LINK1 = 8192
pkg syscall (openbsd-386), const IFF_LINK2 = 16384
pkg syscall (openbsd-386), const IFF_LOOPBACK = 8
pkg syscall (openbsd-386), const IFF_MULTICAST = 32768
pkg syscall (openbsd-386), const IFF_NOARP = 128
pkg syscall (openbsd-386), const IFF_NOTRAILERS = 32
pkg syscall (openbsd-386), const IFF_OACTIVE = 1024
pkg syscall (openbsd-386), const IFF_POINTOPOINT = 16
pkg syscall (openbsd-386), const IFF_PROMISC = 256
pkg syscall (openbsd-386), const IFF_RUNNING = 64
pkg syscall (openbsd-386), const IFF_SIMPLEX = 2048
pkg syscall (openbsd-386), const IFNAMSIZ = 16
pkg syscall (openbsd-386), const IFT_1822 = 2
pkg syscall (openbsd-386), const IFT_A12MPPSWITCH = 130
pkg syscall (openbsd-386), const IFT_AAL2 = 187
pkg syscall (openbsd-386), const IFT_AAL5 = 49
pkg syscall (openbsd-386), const IFT_ADSL = 94
pkg syscall (openbsd-386), const IFT_AFLANE8023 = 59
pkg syscall (openbsd-386), const IFT_AFLANE8025 = 60
pkg syscall (openbsd-386), const IFT_ARAP = 88
pkg syscall (openbsd-386), const IFT_ARCNET = 35
pkg syscall (openbsd-386), const IFT_ARCNETPLUS = 36
pkg syscall (openbsd-386), const IFT_ASYNC = 84
pkg syscall (openbsd-386), const IFT_ATM = 37
pkg syscall (openbsd-386), const IFT_ATMDXI = 105
pkg syscall (openbsd-386), const IFT_ATMFUNI = 106
pkg syscall (openbsd-386), const IFT_ATMIMA = 107
pkg syscall (openbsd-386), const IFT_ATMLOGICAL = 80
pkg syscall (openbsd-386), const IFT_ATMRADIO = 189
pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE = 134
pkg syscall (openbsd-386), const IFT_ATMVCIENDPT = 194
pkg syscall (openbsd-386), const IFT_ATMVIRTUAL = 149
pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (openbsd-386), const IFT_BLUETOOTH = 248
pkg syscall (openbsd-386), const IFT_BRIDGE = 209
pkg syscall (openbsd-386), const IFT_BSC = 83
pkg syscall (openbsd-386), const IFT_CARP = 247
pkg syscall (openbsd-386), const IFT_CCTEMUL = 61
pkg syscall (openbsd-386), const IFT_CEPT = 19
pkg syscall (openbsd-386), const IFT_CES = 133
pkg syscall (openbsd-386), const IFT_CHANNEL = 70
pkg syscall (openbsd-386), const IFT_CNR = 85
pkg syscall (openbsd-386), const IFT_COFFEE = 132
pkg syscall (openbsd-386), const IFT_COMPOSITELINK = 155
pkg syscall (openbsd-386), const IFT_DCN = 141
pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE = 138
pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (openbsd-386), const IFT_DLSW = 74
pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (openbsd-386), const IFT_DS0 = 81
pkg syscall (openbsd-386), const IFT_DS0BUNDLE = 82
pkg syscall (openbsd-386), const IFT_DS1FDL = 170
pkg syscall (openbsd-386), const IFT_DS3 = 30
pkg syscall (openbsd-386), const IFT_DTM = 140
pkg syscall (openbsd-386), const IFT_DUMMY = 241
pkg syscall (openbsd-386), const IFT_DVBASILN = 172
pkg syscall (openbsd-386), const IFT_DVBASIOUT = 173
pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER = 146
pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (openbsd-386), const IFT_ECONET = 206
pkg syscall (openbsd-386), const IFT_ENC = 244
pkg syscall (openbsd-386), const IFT_EON = 25
pkg syscall (openbsd-386), const IFT_EPLRS = 87
pkg syscall (openbsd-386), const IFT_ESCON = 73
pkg syscall (openbsd-386), const IFT_ETHER = 6
pkg syscall (openbsd-386), const IFT_FAITH = 243
pkg syscall (openbsd-386), const IFT_FAST = 125
pkg syscall (openbsd-386), const IFT_FASTETHER = 62
pkg syscall (openbsd-386), const IFT_FASTETHERFX = 69
pkg syscall (openbsd-386), const IFT_FDDI = 15
pkg syscall (openbsd-386), const IFT_FIBRECHANNEL = 56
pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI = 92
pkg syscall (openbsd-386), const IFT_FRDLCIENDPT = 193
pkg syscall (openbsd-386), const IFT_FRELAY = 32
pkg syscall (openbsd-386), const IFT_FRELAYDCE = 44
pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (openbsd-386), const IFT_FRFORWARD = 158
pkg syscall (openbsd-386), const IFT_G703AT2MB = 67
pkg syscall (openbsd-386), const IFT_G703AT64K = 66
pkg syscall (openbsd-386), const IFT_GIF = 240
pkg syscall (openbsd-386), const IFT_GIGABITETHERNET = 117
pkg syscall (openbsd-386), const IFT_GR303IDT = 178
pkg syscall (openbsd-386), const IFT_GR303RDT = 177
pkg syscall (openbsd-386), const IFT_H323GATEKEEPER = 164
pkg syscall (openbsd-386), const IFT_H323PROXY = 165
pkg syscall (openbsd-386), const IFT_HDH1822 = 3
pkg syscall (openbsd-386), const IFT_HDLC = 118
pkg syscall (openbsd-386), const IFT_HDSL2 = 168
pkg syscall (openbsd-386), const IFT_HIPERLAN2 = 183
pkg syscall (openbsd-386), const IFT_HIPPI = 47
pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE = 57
pkg syscall (openbsd-386), const IFT_HOSTPAD = 90
pkg syscall (openbsd-386), const IFT_HSSI = 46
pkg syscall (openbsd-386), const IFT_HY = 14
pkg syscall (openbsd-386), const IFT_IBM370PARCHAN = 72
pkg syscall (openbsd-386), const IFT_IDSL = 154
pkg syscall (openbsd-386), const IFT_IEEE1394 = 144
pkg syscall (openbsd-386), const IFT_IEEE80211 = 71
pkg syscall (openbsd-386), const IFT_IEEE80212 = 55
pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG = 161
pkg syscall (openbsd-386), const IFT_IFGSN = 145
pkg syscall (openbsd-386), const IFT_IMT = 190
pkg syscall (openbsd-386), const IFT_INFINIBAND = 199
pkg syscall (openbsd-386), const IFT_INTERLEAVE = 124
pkg syscall (openbsd-386), const IFT_IP = 126
pkg syscall (openbsd-386), const IFT_IPFORWARD = 142
pkg syscall (openbsd-386), const IFT_IPOVERATM = 114
pkg syscall (openbsd-386), const IFT_IPOVERCDLC = 109
pkg syscall (openbsd-386), const IFT_IPOVERCLAW = 110
pkg syscall (openbsd-386), const IFT_IPSWITCH = 78
pkg syscall (openbsd-386), const IFT_ISDN = 63
pkg syscall (openbsd-386), const IFT_ISDNBASIC = 20
pkg syscall (openbsd-386), const IFT_ISDNPRIMARY = 21
pkg syscall (openbsd-386), const IFT_ISDNS = 75
pkg syscall (openbsd-386), const IFT_ISDNU = 76
pkg syscall (openbsd-386), const IFT_ISO88022LLC = 41
pkg syscall (openbsd-386), const IFT_ISO88023 = 7
pkg syscall (openbsd-386), const IFT_ISO88024 = 8
pkg syscall (openbsd-386), const IFT_ISO88025 = 9
pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT = 98
pkg syscall (openbsd-386), const IFT_ISO88025DTR = 86
pkg syscall (openbsd-386), const IFT_ISO88025FIBER = 115
pkg syscall (openbsd-386), const IFT_ISO88026 = 10
pkg syscall (openbsd-386), const IFT_ISUP = 179
pkg syscall (openbsd-386), const IFT_L2VLAN = 135
pkg syscall (openbsd-386), const IFT_L3IPVLAN = 136
pkg syscall (openbsd-386), const IFT_L3IPXVLAN = 137
pkg syscall (openbsd-386), const IFT_LAPB = 16
pkg syscall (openbsd-386), const IFT_LAPD = 77
pkg syscall (openbsd-386), const IFT_LAPF = 119
pkg syscall (openbsd-386), const IFT_LINEGROUP = 210
pkg syscall (openbsd-386), const IFT_LOCALTALK = 42
pkg syscall (openbsd-386), const IFT_LOOP = 24
pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (openbsd-386), const IFT_MFSIGLINK = 167
pkg syscall (openbsd-386), const IFT_MIOX25 = 38
pkg syscall (openbsd-386), const IFT_MODEM = 48
pkg syscall (openbsd-386), const IFT_MPC = 113
pkg syscall (openbsd-386), const IFT_MPLS = 166
pkg syscall (openbsd-386), const IFT_MPLSTUNNEL = 150
pkg syscall (openbsd-386), const IFT_MSDSL = 143
pkg syscall (openbsd-386), const IFT_MVL = 191
pkg syscall (openbsd-386), const IFT_MYRINET = 99
pkg syscall (openbsd-386), const IFT_NFAS = 175
pkg syscall (openbsd-386), const IFT_NSIP = 27
pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL = 195
pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT = 196
pkg syscall (openbsd-386), const IFT_OTHER = 1
pkg syscall (openbsd-386), const IFT_P10 = 12
pkg syscall (openbsd-386), const IFT_P80 = 13
pkg syscall (openbsd-386), const IFT_PARA = 34
pkg syscall (openbsd-386), const IFT_PFLOG = 245
pkg syscall (openbsd-386), const IFT_PFLOW = 249
pkg syscall (openbsd-386), const IFT_PFSYNC = 246
pkg syscall (openbsd-386), const IFT_PLC = 174
pkg syscall (openbsd-386), const IFT_PON155 = 207
pkg syscall (openbsd-386), const IFT_PON622 = 208
pkg syscall (openbsd-386), const IFT_POS = 171
pkg syscall (openbsd-386), const IFT_PPP = 23
pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (openbsd-386), const IFT_PROPATM = 197
pkg syscall (openbsd-386), const IFT_PROPBWAP2MP = 184
pkg syscall (openbsd-386), const IFT_PROPCNLS = 89
pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (openbsd-386), const IFT_PROPMUX = 54
pkg syscall (openbsd-386), const IFT_PROPVIRTUAL = 53
pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P = 157
pkg syscall (openbsd-386), const IFT_PTPSERIAL = 22
pkg syscall (openbsd-386), const IFT_PVC = 242
pkg syscall (openbsd-386), const IFT_Q2931 = 201
pkg syscall (openbsd-386), const IFT_QLLC = 68
pkg syscall (openbsd-386), const IFT_RADIOMAC = 188
pkg syscall (openbsd-386), const IFT_RADSL = 95
pkg syscall (openbsd-386), const IFT_REACHDSL = 192
pkg syscall (openbsd-386), const IFT_RFC1483 = 159
pkg syscall (openbsd-386), const IFT_RS232 = 33
pkg syscall (openbsd-386), const IFT_RSRB = 79
pkg syscall (openbsd-386), const IFT_SDLC = 17
pkg syscall (openbsd-386), const IFT_SDSL = 96
pkg syscall (openbsd-386), const IFT_SHDSL = 169
pkg syscall (openbsd-386), const IFT_SIP = 31
pkg syscall (openbsd-386), const IFT_SIPSIG = 204
pkg syscall (openbsd-386), const IFT_SIPTG = 203
pkg syscall (openbsd-386), const IFT_SLIP = 28
pkg syscall (openbsd-386), const IFT_SMDSDXI = 43
pkg syscall (openbsd-386), const IFT_SMDSICIP = 52
pkg syscall (openbsd-386), const IFT_SONET = 39
pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (openbsd-386), const IFT_SONETPATH = 50
pkg syscall (openbsd-386), const IFT_SONETVT = 51
pkg syscall (openbsd-386), const IFT_SRP = 151
pkg syscall (openbsd-386), const IFT_SS7SIGLINK = 156
pkg syscall (openbsd-386), const IFT_STACKTOSTACK = 111
pkg syscall (openbsd-386), const IFT_STARLAN = 11
pkg syscall (openbsd-386), const IFT_T1 = 18
pkg syscall (openbsd-386), const IFT_TDLC = 116
pkg syscall (openbsd-386), const IFT_TELINK = 200
pkg syscall (openbsd-386), const IFT_TERMPAD = 91
pkg syscall (openbsd-386), const IFT_TR008 = 176
pkg syscall (openbsd-386), const IFT_TRANSPHDLC = 123
pkg syscall (openbsd-386), const IFT_TUNNEL = 131
pkg syscall (openbsd-386), const IFT_ULTRA = 29
pkg syscall (openbsd-386), const IFT_USB = 160
pkg syscall (openbsd-386), const IFT_V11 = 64
pkg syscall (openbsd-386), const IFT_V35 = 45
pkg syscall (openbsd-386), const IFT_V36 = 65
pkg syscall (openbsd-386), const IFT_V37 = 120
pkg syscall (openbsd-386), const IFT_VDSL = 97
pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (openbsd-386), const IFT_VIRTUALTG = 202
pkg syscall (openbsd-386), const IFT_VOICEDID = 213
pkg syscall (openbsd-386), const IFT_VOICEEM = 100
pkg syscall (openbsd-386), const IFT_VOICEEMFGD = 211
pkg syscall (openbsd-386), const IFT_VOICEENCAP = 103
pkg syscall (openbsd-386), const IFT_VOICEFGDEANA = 212
pkg syscall (openbsd-386), const IFT_VOICEFXO = 101
pkg syscall (openbsd-386), const IFT_VOICEFXS = 102
pkg syscall (openbsd-386), const IFT_VOICEOVERATM = 152
pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE = 198
pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (openbsd-386), const IFT_VOICEOVERIP = 104
pkg syscall (openbsd-386), const IFT_X213 = 93
pkg syscall (openbsd-386), const IFT_X25 = 5
pkg syscall (openbsd-386), const IFT_X25DDN = 4
pkg syscall (openbsd-386), const IFT_X25HUNTGROUP = 122
pkg syscall (openbsd-386), const IFT_X25MLP = 121
pkg syscall (openbsd-386), const IFT_X25PLE = 40
pkg syscall (openbsd-386), const IFT_XETHER = 26
pkg syscall (openbsd-386), const IGNBRK = 1
pkg syscall (openbsd-386), const IGNCR = 128
pkg syscall (openbsd-386), const IGNPAR = 4
pkg syscall (openbsd-386), const IMAXBEL = 8192
pkg syscall (openbsd-386), const INLCR = 64
pkg syscall (openbsd-386), const INPCK = 16
pkg syscall (openbsd-386), const IN_CLASSA_HOST = 16777215
pkg syscall (openbsd-386), const IN_CLASSA_MAX = 128
pkg syscall (openbsd-386), const IN_CLASSA_NET = 4278190080
pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT = 24
pkg syscall (openbsd-386), const IN_CLASSB_HOST = 65535
pkg syscall (openbsd-386), const IN_CLASSB_MAX = 65536
pkg syscall (openbsd-386), const IN_CLASSB_NET = 4294901760
pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT = 16
pkg syscall (openbsd-386), const IN_CLASSC_HOST = 255
pkg syscall (openbsd-386), const IN_CLASSC_NET = 4294967040
pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT = 8
pkg syscall (openbsd-386), const IN_CLASSD_HOST = 268435455
pkg syscall (openbsd-386), const IN_CLASSD_NET = 4026531840
pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT = 28
pkg syscall (openbsd-386), const IN_LOOPBACKNET = 127
pkg syscall (openbsd-386), const IN_RFC3021_HOST = 1
pkg syscall (openbsd-386), const IN_RFC3021_NET = 4294967294
pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT = 31
pkg syscall (openbsd-386), const IPPROTO_AH = 51
pkg syscall (openbsd-386), const IPPROTO_CARP = 112
pkg syscall (openbsd-386), const IPPROTO_DIVERT = 258
pkg syscall (openbsd-386), const IPPROTO_DONE = 257
pkg syscall (openbsd-386), const IPPROTO_DSTOPTS = 60
pkg syscall (openbsd-386), const IPPROTO_EGP = 8
pkg syscall (openbsd-386), const IPPROTO_ENCAP = 98
pkg syscall (openbsd-386), const IPPROTO_EON = 80
pkg syscall (openbsd-386), const IPPROTO_ESP = 50
pkg syscall (openbsd-386), const IPPROTO_ETHERIP = 97
pkg syscall (openbsd-386), const IPPROTO_FRAGMENT = 44
pkg syscall (openbsd-386), const IPPROTO_GGP = 3
pkg syscall (openbsd-386), const IPPROTO_GRE = 47
pkg syscall (openbsd-386), const IPPROTO_HOPOPTS = 0
pkg syscall (openbsd-386), const IPPROTO_ICMP = 1
pkg syscall (openbsd-386), const IPPROTO_ICMPV6 = 58
pkg syscall (openbsd-386), const IPPROTO_IDP = 22
pkg syscall (openbsd-386), const IPPROTO_IGMP = 2
pkg syscall (openbsd-386), const IPPROTO_IPCOMP = 108
pkg syscall (openbsd-386), const IPPROTO_IPIP = 4
pkg syscall (openbsd-386), const IPPROTO_IPV4 = 4
pkg syscall (openbsd-386), const IPPROTO_MAX = 256
pkg syscall (openbsd-386), const IPPROTO_MAXID = 259
pkg syscall (openbsd-386), const IPPROTO_MOBILE = 55
pkg syscall (openbsd-386), const IPPROTO_MPLS = 137
pkg syscall (openbsd-386), const IPPROTO_NONE = 59
pkg syscall (openbsd-386), const IPPROTO_PFSYNC = 240
pkg syscall (openbsd-386), const IPPROTO_PIM = 103
pkg syscall (openbsd-386), const IPPROTO_PUP = 12
pkg syscall (openbsd-386), const IPPROTO_RAW = 255
pkg syscall (openbsd-386), const IPPROTO_ROUTING = 43
pkg syscall (openbsd-386), const IPPROTO_RSVP = 46
pkg syscall (openbsd-386), const IPPROTO_TP = 29
pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL = 53
pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (openbsd-386), const IPV6_CHECKSUM = 26
pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-386), const IPV6_DEFHLIM = 64
pkg syscall (openbsd-386), const IPV6_DONTFRAG = 62
pkg syscall (openbsd-386), const IPV6_DSTOPTS = 50
pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL = 55
pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL = 54
pkg syscall (openbsd-386), const IPV6_FAITH = 29
pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (openbsd-386), const IPV6_FRAGTTL = 120
pkg syscall (openbsd-386), const IPV6_HLIMDEC = 1
pkg syscall (openbsd-386), const IPV6_HOPLIMIT = 47
pkg syscall (openbsd-386), const IPV6_HOPOPTS = 49
pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL = 60
pkg syscall (openbsd-386), const IPV6_JOIN_GROUP = 12
pkg syscall (openbsd-386), const IPV6_LEAVE_GROUP = 13
pkg syscall (openbsd-386), const IPV6_MAXHLIM = 255
pkg syscall (openbsd-386), const IPV6_MAXPACKET = 65535
pkg syscall (openbsd-386), const IPV6_MMTU = 1280
pkg syscall (openbsd-386), const IPV6_MULTICAST_HOPS = 10
pkg syscall (openbsd-386), const IPV6_MULTICAST_IF = 9
pkg syscall (openbsd-386), const IPV6_MULTICAST_LOOP = 11
pkg syscall (openbsd-386), const IPV6_NEXTHOP = 48
pkg syscall (openbsd-386), const IPV6_OPTIONS = 1
pkg syscall (openbsd-386), const IPV6_PATHMTU = 44
pkg syscall (openbsd-386), const IPV6_PIPEX = 63
pkg syscall (openbsd-386), const IPV6_PKTINFO = 46
pkg syscall (openbsd-386), const IPV6_PORTRANGE = 14
pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW = 2
pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS = 40
pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT = 37
pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS = 39
pkg syscall (openbsd-386), const IPV6_RECVPATHMTU = 43
pkg syscall (openbsd-386), const IPV6_RECVPKTINFO = 36
pkg syscall (openbsd-386), const IPV6_RECVRTHDR = 38
pkg syscall (openbsd-386), const IPV6_RECVTCLASS = 57
pkg syscall (openbsd-386), const IPV6_RTABLE = 4129
pkg syscall (openbsd-386), const IPV6_RTHDR = 51
pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE = 0
pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT = 1
pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (openbsd-386), const IPV6_TCLASS = 61
pkg syscall (openbsd-386), const IPV6_UNICAST_HOPS = 4
pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU = 42
pkg syscall (openbsd-386), const IPV6_V6ONLY = 27
pkg syscall (openbsd-386), const IPV6_VERSION = 96
pkg syscall (openbsd-386), const IPV6_VERSION_MASK = 240
pkg syscall (openbsd-386), const IP_ADD_MEMBERSHIP = 12
pkg syscall (openbsd-386), const IP_AUTH_LEVEL = 20
pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (openbsd-386), const IP_DF = 16384
pkg syscall (openbsd-386), const IP_DROP_MEMBERSHIP = 13
pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL = 22
pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL = 21
pkg syscall (openbsd-386), const IP_HDRINCL = 2
pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL = 29
pkg syscall (openbsd-386), const IP_IPSECFLOWINFO = 36
pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH = 27
pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED = 25
pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID = 23
pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH = 28
pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED = 26
pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID = 24
pkg syscall (openbsd-386), const IP_MAXPACKET = 65535
pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (openbsd-386), const IP_MF = 8192
pkg syscall (openbsd-386), const IP_MINTTL = 32
pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS = 15
pkg syscall (openbsd-386), const IP_MSS = 576
pkg syscall (openbsd-386), const IP_MULTICAST_IF = 9
pkg syscall (openbsd-386), const IP_MULTICAST_LOOP = 11
pkg syscall (openbsd-386), const IP_MULTICAST_TTL = 10
pkg syscall (openbsd-386), const IP_OFFMASK = 8191
pkg syscall (openbsd-386), const IP_OPTIONS = 1
pkg syscall (openbsd-386), const IP_PIPEX = 34
pkg syscall (openbsd-386), const IP_PORTRANGE = 19
pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH = 1
pkg syscall (openbsd-386), const IP_PORTRANGE_LOW = 2
pkg syscall (openbsd-386), const IP_RECVDSTADDR = 7
pkg syscall (openbsd-386), const IP_RECVDSTPORT = 33
pkg syscall (openbsd-386), const IP_RECVIF = 30
pkg syscall (openbsd-386), const IP_RECVOPTS = 5
pkg syscall (openbsd-386), const IP_RECVRETOPTS = 6
pkg syscall (openbsd-386), const IP_RECVRTABLE = 35
pkg syscall (openbsd-386), const IP_RECVTTL = 31
pkg syscall (openbsd-386), const IP_RETOPTS = 8
pkg syscall (openbsd-386), const IP_RF = 32768
pkg syscall (openbsd-386), const IP_RTABLE = 4129
pkg syscall (openbsd-386), const IP_TOS = 3
pkg syscall (openbsd-386), const IP_TTL = 4
pkg syscall (openbsd-386), const ISIG = 128
pkg syscall (openbsd-386), const ISTRIP = 32
pkg syscall (openbsd-386), const IXANY = 2048
pkg syscall (openbsd-386), const IXOFF = 1024
pkg syscall (openbsd-386), const IXON = 512
pkg syscall (openbsd-386), const ImplementsGetwd = false
pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH = 6
pkg syscall (openbsd-386), const LOCK_EX = 2
pkg syscall (openbsd-386), const LOCK_NB = 4
pkg syscall (openbsd-386), const LOCK_SH = 1
pkg syscall (openbsd-386), const LOCK_UN = 8
pkg syscall (openbsd-386), const MSG_BCAST = 256
pkg syscall (openbsd-386), const MSG_CTRUNC = 32
pkg syscall (openbsd-386), const MSG_DONTROUTE = 4
pkg syscall (openbsd-386), const MSG_DONTWAIT = 128
pkg syscall (openbsd-386), const MSG_EOR = 8
pkg syscall (openbsd-386), const MSG_MCAST = 512
pkg syscall (openbsd-386), const MSG_NOSIGNAL = 1024
pkg syscall (openbsd-386), const MSG_OOB = 1
pkg syscall (openbsd-386), const MSG_PEEK = 2
pkg syscall (openbsd-386), const MSG_TRUNC = 16
pkg syscall (openbsd-386), const MSG_WAITALL = 64
pkg syscall (openbsd-386), const NAME_MAX = 255
pkg syscall (openbsd-386), const NET_RT_DUMP = 1
pkg syscall (openbsd-386), const NET_RT_FLAGS = 2
pkg syscall (openbsd-386), const NET_RT_IFLIST = 3
pkg syscall (openbsd-386), const NET_RT_MAXID = 6
pkg syscall (openbsd-386), const NET_RT_STATS = 4
pkg syscall (openbsd-386), const NET_RT_TABLE = 5
pkg syscall (openbsd-386), const NOFLSH = 2147483648
pkg syscall (openbsd-386), const NOTE_ATTRIB = 8
pkg syscall (openbsd-386), const NOTE_CHILD = 4
pkg syscall (openbsd-386), const NOTE_DELETE = 1
pkg syscall (openbsd-386), const NOTE_EOF = 2
pkg syscall (openbsd-386), const NOTE_EXEC = 536870912
pkg syscall (openbsd-386), const NOTE_EXIT = 2147483648
pkg syscall (openbsd-386), const NOTE_EXTEND = 4
pkg syscall (openbsd-386), const NOTE_FORK = 1073741824
pkg syscall (openbsd-386), const NOTE_LINK = 16
pkg syscall (openbsd-386), const NOTE_LOWAT = 1
pkg syscall (openbsd-386), const NOTE_PCTRLMASK = 4026531840
pkg syscall (openbsd-386), const NOTE_PDATAMASK = 1048575
pkg syscall (openbsd-386), const NOTE_RENAME = 32
pkg syscall (openbsd-386), const NOTE_REVOKE = 64
pkg syscall (openbsd-386), const NOTE_TRACK = 1
pkg syscall (openbsd-386), const NOTE_TRACKERR = 2
pkg syscall (openbsd-386), const NOTE_TRUNCATE = 128
pkg syscall (openbsd-386), const NOTE_WRITE = 2
pkg syscall (openbsd-386), const OCRNL = 16
pkg syscall (openbsd-386), const ONLCR = 2
pkg syscall (openbsd-386), const ONLRET = 128
pkg syscall (openbsd-386), const ONOCR = 64
pkg syscall (openbsd-386), const ONOEOT = 8
pkg syscall (openbsd-386), const OPOST = 1
pkg syscall (openbsd-386), const O_ACCMODE = 3
pkg syscall (openbsd-386), const O_APPEND = 8
pkg syscall (openbsd-386), const O_ASYNC = 64
pkg syscall (openbsd-386), const O_CLOEXEC = 65536
pkg syscall (openbsd-386), const O_CREAT = 512
pkg syscall (openbsd-386), const O_DIRECTORY = 131072
pkg syscall (openbsd-386), const O_DSYNC = 128
pkg syscall (openbsd-386), const O_EXCL = 2048
pkg syscall (openbsd-386), const O_EXLOCK = 32
pkg syscall (openbsd-386), const O_FSYNC = 128
pkg syscall (openbsd-386), const O_NDELAY = 4
pkg syscall (openbsd-386), const O_NOCTTY = 32768
pkg syscall (openbsd-386), const O_NOFOLLOW = 256
pkg syscall (openbsd-386), const O_NONBLOCK = 4
pkg syscall (openbsd-386), const O_RSYNC = 128
pkg syscall (openbsd-386), const O_SHLOCK = 16
pkg syscall (openbsd-386), const O_SYNC = 128
pkg syscall (openbsd-386), const O_TRUNC = 1024
pkg syscall (openbsd-386), const PARENB = 4096
pkg syscall (openbsd-386), const PARMRK = 8
pkg syscall (openbsd-386), const PARODD = 8192
pkg syscall (openbsd-386), const PENDIN = 536870912
pkg syscall (openbsd-386), const PF_FLUSH = 1
pkg syscall (openbsd-386), const PTRACE_CONT = 7
pkg syscall (openbsd-386), const PTRACE_KILL = 8
pkg syscall (openbsd-386), const PTRACE_TRACEME = 0
pkg syscall (openbsd-386), const PT_MASK = 4190208
pkg syscall (openbsd-386), const RLIMIT_CORE = 4
pkg syscall (openbsd-386), const RLIMIT_CPU = 0
pkg syscall (openbsd-386), const RLIMIT_DATA = 2
pkg syscall (openbsd-386), const RLIMIT_FSIZE = 1
pkg syscall (openbsd-386), const RLIMIT_NOFILE = 8
pkg syscall (openbsd-386), const RLIMIT_STACK = 3
pkg syscall (openbsd-386), const RLIM_INFINITY = 9223372036854775807
pkg syscall (openbsd-386), const RTAX_AUTHOR = 6
pkg syscall (openbsd-386), const RTAX_BRD = 7
pkg syscall (openbsd-386), const RTAX_DST = 0
pkg syscall (openbsd-386), const RTAX_GATEWAY = 1
pkg syscall (openbsd-386), const RTAX_GENMASK = 3
pkg syscall (openbsd-386), const RTAX_IFA = 5
pkg syscall (openbsd-386), const RTAX_IFP = 4
pkg syscall (openbsd-386), const RTAX_LABEL = 10
pkg syscall (openbsd-386), const RTAX_MAX = 11
pkg syscall (openbsd-386), const RTAX_NETMASK = 2
pkg syscall (openbsd-386), const RTAX_SRC = 8
pkg syscall (openbsd-386), const RTAX_SRCMASK = 9
pkg syscall (openbsd-386), const RTA_AUTHOR = 64
pkg syscall (openbsd-386), const RTA_BRD = 128
pkg syscall (openbsd-386), const RTA_DST = 1
pkg syscall (openbsd-386), const RTA_GATEWAY = 2
pkg syscall (openbsd-386), const RTA_GENMASK = 8
pkg syscall (openbsd-386), const RTA_IFA = 32
pkg syscall (openbsd-386), const RTA_IFP = 16
pkg syscall (openbsd-386), const RTA_LABEL = 1024
pkg syscall (openbsd-386), const RTA_NETMASK = 4
pkg syscall (openbsd-386), const RTA_SRC = 256
pkg syscall (openbsd-386), const RTA_SRCMASK = 512
pkg syscall (openbsd-386), const RTF_ANNOUNCE = 16384
pkg syscall (openbsd-386), const RTF_BLACKHOLE = 4096
pkg syscall (openbsd-386), const RTF_CLONED = 65536
pkg syscall (openbsd-386), const RTF_CLONING = 256
pkg syscall (openbsd-386), const RTF_DONE = 64
pkg syscall (openbsd-386), const RTF_DYNAMIC = 16
pkg syscall (openbsd-386), const RTF_FMASK = 63496
pkg syscall (openbsd-386), const RTF_GATEWAY = 2
pkg syscall (openbsd-386), const RTF_HOST = 4
pkg syscall (openbsd-386), const RTF_LLINFO = 1024
pkg syscall (openbsd-386), const RTF_MASK = 128
pkg syscall (openbsd-386), const RTF_MODIFIED = 32
pkg syscall (openbsd-386), const RTF_MPATH = 262144
pkg syscall (openbsd-386), const RTF_MPLS = 1048576
pkg syscall (openbsd-386), const RTF_PERMANENT_ARP = 8192
pkg syscall (openbsd-386), const RTF_PROTO1 = 32768
pkg syscall (openbsd-386), const RTF_PROTO2 = 16384
pkg syscall (openbsd-386), const RTF_PROTO3 = 8192
pkg syscall (openbsd-386), const RTF_REJECT = 8
pkg syscall (openbsd-386), const RTF_SOURCE = 131072
pkg syscall (openbsd-386), const RTF_STATIC = 2048
pkg syscall (openbsd-386), const RTF_TUNNEL = 1048576
pkg syscall (openbsd-386), const RTF_UP = 1
pkg syscall (openbsd-386), const RTF_USETRAILERS = 32768
pkg syscall (openbsd-386), const RTF_XRESOLVE = 512
pkg syscall (openbsd-386), const RTM_ADD = 1
pkg syscall (openbsd-386), const RTM_CHANGE = 3
pkg syscall (openbsd-386), const RTM_DELADDR = 13
pkg syscall (openbsd-386), const RTM_DELETE = 2
pkg syscall (openbsd-386), const RTM_DESYNC = 16
pkg syscall (openbsd-386), const RTM_GET = 4
pkg syscall (openbsd-386), const RTM_IFANNOUNCE = 15
pkg syscall (openbsd-386), const RTM_IFINFO = 14
pkg syscall (openbsd-386), const RTM_LOCK = 8
pkg syscall (openbsd-386), const RTM_LOSING = 5
pkg syscall (openbsd-386), const RTM_MAXSIZE = 2048
pkg syscall (openbsd-386), const RTM_MISS = 7
pkg syscall (openbsd-386), const RTM_NEWADDR = 12
pkg syscall (openbsd-386), const RTM_REDIRECT = 6
pkg syscall (openbsd-386), const RTM_RESOLVE = 11
pkg syscall (openbsd-386), const RTM_RTTUNIT = 1000000
pkg syscall (openbsd-386), const RTM_VERSION = 4
pkg syscall (openbsd-386), const RTV_EXPIRE = 4
pkg syscall (openbsd-386), const RTV_HOPCOUNT = 2
pkg syscall (openbsd-386), const RTV_MTU = 1
pkg syscall (openbsd-386), const RTV_RPIPE = 8
pkg syscall (openbsd-386), const RTV_RTT = 64
pkg syscall (openbsd-386), const RTV_RTTVAR = 128
pkg syscall (openbsd-386), const RTV_SPIPE = 16
pkg syscall (openbsd-386), const RTV_SSTHRESH = 32
pkg syscall (openbsd-386), const RT_TABLEID_MAX = 255
pkg syscall (openbsd-386), const RUSAGE_CHILDREN = -1
pkg syscall (openbsd-386), const RUSAGE_SELF = 0
pkg syscall (openbsd-386), const RUSAGE_THREAD = 1
pkg syscall (openbsd-386), const SCM_RIGHTS = 1
pkg syscall (openbsd-386), const SCM_TIMESTAMP = 4
pkg syscall (openbsd-386), const SIGBUS = 10
pkg syscall (openbsd-386), const SIGCHLD = 20
pkg syscall (openbsd-386), const SIGCONT = 19
pkg syscall (openbsd-386), const SIGEMT = 7
pkg syscall (openbsd-386), const SIGINFO = 29
pkg syscall (openbsd-386), const SIGIO = 23
pkg syscall (openbsd-386), const SIGIOT = 6
pkg syscall (openbsd-386), const SIGPROF = 27
pkg syscall (openbsd-386), const SIGSTOP = 17
pkg syscall (openbsd-386), const SIGSYS = 12
pkg syscall (openbsd-386), const SIGTHR = 32
pkg syscall (openbsd-386), const SIGTSTP = 18
pkg syscall (openbsd-386), const SIGTTIN = 21
pkg syscall (openbsd-386), const SIGTTOU = 22
pkg syscall (openbsd-386), const SIGURG = 16
pkg syscall (openbsd-386), const SIGUSR1 = 30
pkg syscall (openbsd-386), const SIGUSR2 = 31
pkg syscall (openbsd-386), const SIGVTALRM = 26
pkg syscall (openbsd-386), const SIGWINCH = 28
pkg syscall (openbsd-386), const SIGXCPU = 24
pkg syscall (openbsd-386), const SIGXFSZ = 25
pkg syscall (openbsd-386), const SIOCADDMULTI = 2149607729
pkg syscall (openbsd-386), const SIOCAIFADDR = 2151704858
pkg syscall (openbsd-386), const SIOCAIFGROUP = 2149869959
pkg syscall (openbsd-386), const SIOCALIFADDR = 2182637852
pkg syscall (openbsd-386), const SIOCATMARK = 1074033415
pkg syscall (openbsd-386), const SIOCBRDGADD = 2153015612
pkg syscall (openbsd-386), const SIOCBRDGADDS = 2153015617
pkg syscall (openbsd-386), const SIOCBRDGARL = 2154719565
pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
pkg syscall (openbsd-386), const SIOCBRDGDEL = 2153015613
pkg syscall (openbsd-386), const SIOCBRDGDELS = 2153015618
pkg syscall (openbsd-386), const SIOCBRDGFLUSH = 2153015624
pkg syscall (openbsd-386), const SIOCBRDGFRL = 2154719566
pkg syscall (openbsd-386), const SIOCBRDGGCACHE = 3222563137
pkg syscall (openbsd-386), const SIOCBRDGGFD = 3222563154
pkg syscall (openbsd-386), const SIOCBRDGGHT = 3222563153
pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS = 3226757438
pkg syscall (openbsd-386), const SIOCBRDGGMA = 3222563155
pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
pkg syscall (openbsd-386), const SIOCBRDGGPRI = 3222563152
pkg syscall (openbsd-386), const SIOCBRDGGRL = 3223873871
pkg syscall (openbsd-386), const SIOCBRDGGSIFS = 3226757436
pkg syscall (openbsd-386), const SIOCBRDGGTO = 3222563142
pkg syscall (openbsd-386), const SIOCBRDGIFS = 3226757442
pkg syscall (openbsd-386), const SIOCBRDGRTS = 3222825283
pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
pkg syscall (openbsd-386), const SIOCBRDGSCACHE = 2148821312
pkg syscall (openbsd-386), const SIOCBRDGSFD = 2148821330
pkg syscall (openbsd-386), const SIOCBRDGSHT = 2148821329
pkg syscall (openbsd-386), const SIOCBRDGSIFCOST = 2153015637
pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS = 2153015615
pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO = 2153015636
pkg syscall (openbsd-386), const SIOCBRDGSMA = 2148821331
pkg syscall (openbsd-386), const SIOCBRDGSPRI = 2148821328
pkg syscall (openbsd-386), const SIOCBRDGSPROTO = 2148821338
pkg syscall (openbsd-386), const SIOCBRDGSTO = 2148821317
pkg syscall (openbsd-386), const SIOCBRDGSTXHC = 2148821337
pkg syscall (openbsd-386), const SIOCDELMULTI = 2149607730
pkg syscall (openbsd-386), const SIOCDIFADDR = 2149607705
pkg syscall (openbsd-386), const SIOCDIFGROUP = 2149869961
pkg syscall (openbsd-386), const SIOCDIFPHYADDR = 2149607753
pkg syscall (openbsd-386), const SIOCDLIFADDR = 2182637854
pkg syscall (openbsd-386), const SIOCGETKALIVE = 3222825380
pkg syscall (openbsd-386), const SIOCGETLABEL = 2149607834
pkg syscall (openbsd-386), const SIOCGETPFLOW = 3223349758
pkg syscall (openbsd-386), const SIOCGETPFSYNC = 3223349752
pkg syscall (openbsd-386), const SIOCGETSGCNT = 3222566196
pkg syscall (openbsd-386), const SIOCGETVIFCNT = 3222566195
pkg syscall (openbsd-386), const SIOCGHIWAT = 1074033409
pkg syscall (openbsd-386), const SIOCGIFADDR = 3223349537
pkg syscall (openbsd-386), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (openbsd-386), const SIOCGIFBRDADDR = 3223349539
pkg syscall (openbsd-386), const SIOCGIFCONF = 3221776676
pkg syscall (openbsd-386), const SIOCGIFDATA = 3223349531
pkg syscall (openbsd-386), const SIOCGIFDESCR = 3223349633
pkg syscall (openbsd-386), const SIOCGIFDSTADDR = 3223349538
pkg syscall (openbsd-386), const SIOCGIFFLAGS = 3223349521
pkg syscall (openbsd-386), const SIOCGIFGATTR = 3223611787
pkg syscall (openbsd-386), const SIOCGIFGENERIC = 3223349562
pkg syscall (openbsd-386), const SIOCGIFGMEMB = 3223611786
pkg syscall (openbsd-386), const SIOCGIFGROUP = 3223611784
pkg syscall (openbsd-386), const SIOCGIFMEDIA = 3223873846
pkg syscall (openbsd-386), const SIOCGIFMETRIC = 3223349527
pkg syscall (openbsd-386), const SIOCGIFMTU = 3223349630
pkg syscall (openbsd-386), const SIOCGIFNETMASK = 3223349541
pkg syscall (openbsd-386), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (openbsd-386), const SIOCGIFPRIORITY = 3223349660
pkg syscall (openbsd-386), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (openbsd-386), const SIOCGIFRDOMAIN = 3223349664
pkg syscall (openbsd-386), const SIOCGIFRTLABEL = 3223349635
pkg syscall (openbsd-386), const SIOCGIFTIMESLOT = 3223349638
pkg syscall (openbsd-386), const SIOCGIFXFLAGS = 3223349662
pkg syscall (openbsd-386), const SIOCGLIFADDR = 3256379677
pkg syscall (openbsd-386), const SIOCGLIFPHYADDR = 3256379723
pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE = 3223349666
pkg syscall (openbsd-386), const SIOCGLOWAT = 1074033411
pkg syscall (openbsd-386), const SIOCGPGRP = 1074033417
pkg syscall (openbsd-386), const SIOCGVH = 3223349750
pkg syscall (openbsd-386), const SIOCIFCREATE = 2149607802
pkg syscall (openbsd-386), const SIOCIFDESTROY = 2149607801
pkg syscall (openbsd-386), const SIOCIFGCLONERS = 3222038904
pkg syscall (openbsd-386), const SIOCSETKALIVE = 2149083555
pkg syscall (openbsd-386), const SIOCSETLABEL = 2149607833
pkg syscall (openbsd-386), const SIOCSETPFLOW = 2149607933
pkg syscall (openbsd-386), const SIOCSETPFSYNC = 2149607927
pkg syscall (openbsd-386), const SIOCSHIWAT = 2147775232
pkg syscall (openbsd-386), const SIOCSIFADDR = 2149607692
pkg syscall (openbsd-386), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (openbsd-386), const SIOCSIFBRDADDR = 2149607699
pkg syscall (openbsd-386), const SIOCSIFDESCR = 2149607808
pkg syscall (openbsd-386), const SIOCSIFDSTADDR = 2149607694
pkg syscall (openbsd-386), const SIOCSIFFLAGS = 2149607696
pkg syscall (openbsd-386), const SIOCSIFGATTR = 2149869964
pkg syscall (openbsd-386), const SIOCSIFGENERIC = 2149607737
pkg syscall (openbsd-386), const SIOCSIFLLADDR = 2149607711
pkg syscall (openbsd-386), const SIOCSIFMEDIA = 3223349557
pkg syscall (openbsd-386), const SIOCSIFMETRIC = 2149607704
pkg syscall (openbsd-386), const SIOCSIFMTU = 2149607807
pkg syscall (openbsd-386), const SIOCSIFNETMASK = 2149607702
pkg syscall (openbsd-386), const SIOCSIFPHYADDR = 2151704902
pkg syscall (openbsd-386), const SIOCSIFPRIORITY = 2149607835
pkg syscall (openbsd-386), const SIOCSIFRDOMAIN = 2149607839
pkg syscall (openbsd-386), const SIOCSIFRTLABEL = 2149607810
pkg syscall (openbsd-386), const SIOCSIFTIMESLOT = 2149607813
pkg syscall (openbsd-386), const SIOCSIFXFLAGS = 2149607837
pkg syscall (openbsd-386), const SIOCSLIFPHYADDR = 2182637898
pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE = 2149607841
pkg syscall (openbsd-386), const SIOCSLOWAT = 2147775234
pkg syscall (openbsd-386), const SIOCSPGRP = 2147775240
pkg syscall (openbsd-386), const SIOCSVH = 3223349749
pkg syscall (openbsd-386), const SOCK_RDM = 4
pkg syscall (openbsd-386), const SOL_SOCKET = 65535
pkg syscall (openbsd-386), const SOMAXCONN = 128
pkg syscall (openbsd-386), const SO_ACCEPTCONN = 2
pkg syscall (openbsd-386), const SO_BINDANY = 4096
pkg syscall (openbsd-386), const SO_BROADCAST = 32
pkg syscall (openbsd-386), const SO_DEBUG = 1
pkg syscall (openbsd-386), const SO_DONTROUTE = 16
pkg syscall (openbsd-386), const SO_ERROR = 4103
pkg syscall (openbsd-386), const SO_KEEPALIVE = 8
pkg syscall (openbsd-386), const SO_LINGER = 128
pkg syscall (openbsd-386), const SO_NETPROC = 4128
pkg syscall (openbsd-386), const SO_OOBINLINE = 256
pkg syscall (openbsd-386), const SO_PEERCRED = 4130
pkg syscall (openbsd-386), const SO_RCVBUF = 4098
pkg syscall (openbsd-386), const SO_RCVLOWAT = 4100
pkg syscall (openbsd-386), const SO_RCVTIMEO = 4102
pkg syscall (openbsd-386), const SO_REUSEADDR = 4
pkg syscall (openbsd-386), const SO_REUSEPORT = 512
pkg syscall (openbsd-386), const SO_RTABLE = 4129
pkg syscall (openbsd-386), const SO_SNDBUF = 4097
pkg syscall (openbsd-386), const SO_SNDLOWAT = 4099
pkg syscall (openbsd-386), const SO_SNDTIMEO = 4101
pkg syscall (openbsd-386), const SO_SPLICE = 4131
pkg syscall (openbsd-386), const SO_TIMESTAMP = 2048
pkg syscall (openbsd-386), const SO_TYPE = 4104
pkg syscall (openbsd-386), const SO_USELOOPBACK = 64
pkg syscall (openbsd-386), const SYS_ACCEPT = 30
pkg syscall (openbsd-386), const SYS_ACCESS = 33
pkg syscall (openbsd-386), const SYS_ACCT = 51
pkg syscall (openbsd-386), const SYS_ADJFREQ = 305
pkg syscall (openbsd-386), const SYS_ADJTIME = 140
pkg syscall (openbsd-386), const SYS_BIND = 104
pkg syscall (openbsd-386), const SYS_CHDIR = 12
pkg syscall (openbsd-386), const SYS_CHFLAGS = 34
pkg syscall (openbsd-386), const SYS_CHMOD = 15
pkg syscall (openbsd-386), const SYS_CHOWN = 16
pkg syscall (openbsd-386), const SYS_CHROOT = 61
pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
pkg syscall (openbsd-386), const SYS_CLOSE = 6
pkg syscall (openbsd-386), const SYS_CLOSEFROM = 287
pkg syscall (openbsd-386), const SYS_CONNECT = 98
pkg syscall (openbsd-386), const SYS_DUP = 41
pkg syscall (openbsd-386), const SYS_DUP2 = 90
pkg syscall (openbsd-386), const SYS_EXECVE = 59
pkg syscall (openbsd-386), const SYS_EXIT = 1
pkg syscall (openbsd-386), const SYS_FACCESSAT = 313
pkg syscall (openbsd-386), const SYS_FCHDIR = 13
pkg syscall (openbsd-386), const SYS_FCHFLAGS = 35
pkg syscall (openbsd-386), const SYS_FCHMOD = 124
pkg syscall (openbsd-386), const SYS_FCHMODAT = 314
pkg syscall (openbsd-386), const SYS_FCHOWN = 123
pkg syscall (openbsd-386), const SYS_FCHOWNAT = 315
pkg syscall (openbsd-386), const SYS_FCNTL = 92
pkg syscall (openbsd-386), const SYS_FHOPEN = 264
pkg syscall (openbsd-386), const SYS_FHSTAT = 294
pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
pkg syscall (openbsd-386), const SYS_FLOCK = 131
pkg syscall (openbsd-386), const SYS_FORK = 2
pkg syscall (openbsd-386), const SYS_FPATHCONF = 192
pkg syscall (openbsd-386), const SYS_FSTAT = 292
pkg syscall (openbsd-386), const SYS_FSTATAT = 316
pkg syscall (openbsd-386), const SYS_FSTATFS = 308
pkg syscall (openbsd-386), const SYS_FSYNC = 95
pkg syscall (openbsd-386), const SYS_FTRUNCATE = 201
pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
pkg syscall (openbsd-386), const SYS_FUTIMES = 206
pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT = 18
pkg syscall (openbsd-386), const SYS_GETEGID = 43
pkg syscall (openbsd-386), const SYS_GETEUID = 25
pkg syscall (openbsd-386), const SYS_GETFH = 161
pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
pkg syscall (openbsd-386), const SYS_GETGID = 47
pkg syscall (openbsd-386), const SYS_GETGROUPS = 79
pkg syscall (openbsd-386), const SYS_GETITIMER = 86
pkg syscall (openbsd-386), const SYS_GETLOGIN = 49
pkg syscall (openbsd-386), const SYS_GETPEERNAME = 31
pkg syscall (openbsd-386), const SYS_GETPGID = 207
pkg syscall (openbsd-386), const SYS_GETPGRP = 81
pkg syscall (openbsd-386), const SYS_GETPID = 20
pkg syscall (openbsd-386), const SYS_GETPPID = 39
pkg syscall (openbsd-386), const SYS_GETPRIORITY = 100
pkg syscall (openbsd-386), const SYS_GETRESGID = 283
pkg syscall (openbsd-386), const SYS_GETRESUID = 281
pkg syscall (openbsd-386), const SYS_GETRLIMIT = 194
pkg syscall (openbsd-386), const SYS_GETRTABLE = 311
pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
pkg syscall (openbsd-386), const SYS_GETSID = 255
pkg syscall (openbsd-386), const SYS_GETSOCKNAME = 32
pkg syscall (openbsd-386), const SYS_GETSOCKOPT = 118
pkg syscall (openbsd-386), const SYS_GETTHRID = 299
pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
pkg syscall (openbsd-386), const SYS_GETUID = 24
pkg syscall (openbsd-386), const SYS_IOCTL = 54
pkg syscall (openbsd-386), const SYS_ISSETUGID = 253
pkg syscall (openbsd-386), const SYS_KEVENT = 270
pkg syscall (openbsd-386), const SYS_KILL = 37
pkg syscall (openbsd-386), const SYS_KQUEUE = 269
pkg syscall (openbsd-386), const SYS_KTRACE = 45
pkg syscall (openbsd-386), const SYS_LCHOWN = 254
pkg syscall (openbsd-386), const SYS_LINK = 9
pkg syscall (openbsd-386), const SYS_LINKAT = 317
pkg syscall (openbsd-386), const SYS_LISTEN = 106
pkg syscall (openbsd-386), const SYS_LSEEK = 199
pkg syscall (openbsd-386), const SYS_LSTAT = 293
pkg syscall (openbsd-386), const SYS_MADVISE = 75
pkg syscall (openbsd-386), const SYS_MINCORE = 78
pkg syscall (openbsd-386), const SYS_MINHERIT = 250
pkg syscall (openbsd-386), const SYS_MKDIR = 136
pkg syscall (openbsd-386), const SYS_MKDIRAT = 318
pkg syscall (openbsd-386), const SYS_MKFIFO = 132
pkg syscall (openbsd-386), const SYS_MKFIFOAT = 319
pkg syscall (openbsd-386), const SYS_MKNOD = 14
pkg syscall (openbsd-386), const SYS_MKNODAT = 320
pkg syscall (openbsd-386), const SYS_MLOCK = 203
pkg syscall (openbsd-386), const SYS_MLOCKALL = 271
pkg syscall (openbsd-386), const SYS_MMAP = 197
pkg syscall (openbsd-386), const SYS_MOUNT = 21
pkg syscall (openbsd-386), const SYS_MPROTECT = 74
pkg syscall (openbsd-386), const SYS_MQUERY = 286
pkg syscall (openbsd-386), const SYS_MSGCTL = 297
pkg syscall (openbsd-386), const SYS_MSGGET = 225
pkg syscall (openbsd-386), const SYS_MSGRCV = 227
pkg syscall (openbsd-386), const SYS_MSGSND = 226
pkg syscall (openbsd-386), const SYS_MSYNC = 256
pkg syscall (openbsd-386), const SYS_MUNLOCK = 204
pkg syscall (openbsd-386), const SYS_MUNLOCKALL = 272
pkg syscall (openbsd-386), const SYS_MUNMAP = 73
pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
pkg syscall (openbsd-386), const SYS_NFSSVC = 155
pkg syscall (openbsd-386), const SYS_OBREAK = 17
pkg syscall (openbsd-386), const SYS_OPEN = 5
pkg syscall (openbsd-386), const SYS_OPENAT = 321
pkg syscall (openbsd-386), const SYS_PATHCONF = 191
pkg syscall (openbsd-386), const SYS_PIPE = 263
pkg syscall (openbsd-386), const SYS_POLL = 252
pkg syscall (openbsd-386), const SYS_PREAD = 173
pkg syscall (openbsd-386), const SYS_PREADV = 267
pkg syscall (openbsd-386), const SYS_PROFIL = 44
pkg syscall (openbsd-386), const SYS_PTRACE = 26
pkg syscall (openbsd-386), const SYS_PWRITE = 174
pkg syscall (openbsd-386), const SYS_PWRITEV = 268
pkg syscall (openbsd-386), const SYS_QUOTACTL = 148
pkg syscall (openbsd-386), const SYS_READ = 3
pkg syscall (openbsd-386), const SYS_READLINK = 58
pkg syscall (openbsd-386), const SYS_READLINKAT = 322
pkg syscall (openbsd-386), const SYS_READV = 120
pkg syscall (openbsd-386), const SYS_REBOOT = 55
pkg syscall (openbsd-386), const SYS_RECVFROM = 29
pkg syscall (openbsd-386), const SYS_RECVMSG = 27
pkg syscall (openbsd-386), const SYS_RENAME = 128
pkg syscall (openbsd-386), const SYS_RENAMEAT = 323
pkg syscall (openbsd-386), const SYS_REVOKE = 56
pkg syscall (openbsd-386), const SYS_RMDIR = 137
pkg syscall (openbsd-386), const SYS_SCHED_YIELD = 298
pkg syscall (openbsd-386), const SYS_SELECT = 93
pkg syscall (openbsd-386), const SYS_SEMGET = 221
pkg syscall (openbsd-386), const SYS_SEMOP = 290
pkg syscall (openbsd-386), const SYS_SENDMSG = 28
pkg syscall (openbsd-386), const SYS_SENDTO = 133
pkg syscall (openbsd-386), const SYS_SETEGID = 182
pkg syscall (openbsd-386), const SYS_SETEUID = 183
pkg syscall (openbsd-386), const SYS_SETGID = 181
pkg syscall (openbsd-386), const SYS_SETGROUPS = 80
pkg syscall (openbsd-386), const SYS_SETITIMER = 83
pkg syscall (openbsd-386), const SYS_SETLOGIN = 50
pkg syscall (openbsd-386), const SYS_SETPGID = 82
pkg syscall (openbsd-386), const SYS_SETPRIORITY = 96
pkg syscall (openbsd-386), const SYS_SETREGID = 127
pkg syscall (openbsd-386), const SYS_SETRESGID = 284
pkg syscall (openbsd-386), const SYS_SETRESUID = 282
pkg syscall (openbsd-386), const SYS_SETREUID = 126
pkg syscall (openbsd-386), const SYS_SETRLIMIT = 195
pkg syscall (openbsd-386), const SYS_SETRTABLE = 310
pkg syscall (openbsd-386), const SYS_SETSID = 147
pkg syscall (openbsd-386), const SYS_SETSOCKOPT = 105
pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
pkg syscall (openbsd-386), const SYS_SETUID = 23
pkg syscall (openbsd-386), const SYS_SHMAT = 228
pkg syscall (openbsd-386), const SYS_SHMCTL = 296
pkg syscall (openbsd-386), const SYS_SHMDT = 230
pkg syscall (openbsd-386), const SYS_SHMGET = 289
pkg syscall (openbsd-386), const SYS_SHUTDOWN = 134
pkg syscall (openbsd-386), const SYS_SIGACTION = 46
pkg syscall (openbsd-386), const SYS_SIGALTSTACK = 288
pkg syscall (openbsd-386), const SYS_SIGPENDING = 52
pkg syscall (openbsd-386), const SYS_SIGPROCMASK = 48
pkg syscall (openbsd-386), const SYS_SIGRETURN = 103
pkg syscall (openbsd-386), const SYS_SIGSUSPEND = 111
pkg syscall (openbsd-386), const SYS_SOCKET = 97
pkg syscall (openbsd-386), const SYS_SOCKETPAIR = 135
pkg syscall (openbsd-386), const SYS_STAT = 291
pkg syscall (openbsd-386), const SYS_STATFS = 307
pkg syscall (openbsd-386), const SYS_SWAPCTL = 193
pkg syscall (openbsd-386), const SYS_SYMLINK = 57
pkg syscall (openbsd-386), const SYS_SYMLINKAT = 324
pkg syscall (openbsd-386), const SYS_SYNC = 36
pkg syscall (openbsd-386), const SYS_SYSARCH = 165
pkg syscall (openbsd-386), const SYS_TRUNCATE = 200
pkg syscall (openbsd-386), const SYS_UMASK = 60
pkg syscall (openbsd-386), const SYS_UNLINK = 10
pkg syscall (openbsd-386), const SYS_UNLINKAT = 325
pkg syscall (openbsd-386), const SYS_UNMOUNT = 22
pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
pkg syscall (openbsd-386), const SYS_UTIMES = 138
pkg syscall (openbsd-386), const SYS_VFORK = 66
pkg syscall (openbsd-386), const SYS_WAIT4 = 7
pkg syscall (openbsd-386), const SYS_WRITE = 4
pkg syscall (openbsd-386), const SYS_WRITEV = 121
pkg syscall (openbsd-386), const SYS___GETCWD = 304
pkg syscall (openbsd-386), const SYS___GET_TCB = 330
pkg syscall (openbsd-386), const SYS___SEMCTL = 295
pkg syscall (openbsd-386), const SYS___SET_TCB = 329
pkg syscall (openbsd-386), const SYS___SYSCTL = 202
pkg syscall (openbsd-386), const SYS___TFORK = 8
pkg syscall (openbsd-386), const SYS___THREXIT = 302
pkg syscall (openbsd-386), const SYS___THRSIGDIVERT = 303
pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
pkg syscall (openbsd-386), const SYS___THRWAKEUP = 301
pkg syscall (openbsd-386), const S_IFMT = 61440
pkg syscall (openbsd-386), const SizeofBpfHdr = 20
pkg syscall (openbsd-386), const SizeofBpfInsn = 8
pkg syscall (openbsd-386), const SizeofBpfProgram = 8
pkg syscall (openbsd-386), const SizeofBpfStat = 8
pkg syscall (openbsd-386), const SizeofBpfVersion = 4
pkg syscall (openbsd-386), const SizeofCmsghdr = 12
pkg syscall (openbsd-386), const SizeofIPMreq = 8
pkg syscall (openbsd-386), const SizeofIPv6Mreq = 20
pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr = 26
pkg syscall (openbsd-386), const SizeofIfData = 208
pkg syscall (openbsd-386), const SizeofIfMsghdr = 232
pkg syscall (openbsd-386), const SizeofIfaMsghdr = 24
pkg syscall (openbsd-386), const SizeofInet6Pktinfo = 20
pkg syscall (openbsd-386), const SizeofLinger = 8
pkg syscall (openbsd-386), const SizeofMsghdr = 28
pkg syscall (openbsd-386), const SizeofRtMetrics = 48
pkg syscall (openbsd-386), const SizeofRtMsghdr = 88
pkg syscall (openbsd-386), const SizeofSockaddrAny = 108
pkg syscall (openbsd-386), const SizeofSockaddrDatalink = 32
pkg syscall (openbsd-386), const SizeofSockaddrInet4 = 16
pkg syscall (openbsd-386), const SizeofSockaddrInet6 = 28
pkg syscall (openbsd-386), const SizeofSockaddrUnix = 106
pkg syscall (openbsd-386), const TCIFLUSH = 1
pkg syscall (openbsd-386), const TCIOFLUSH = 3
pkg syscall (openbsd-386), const TCOFLUSH = 2
pkg syscall (openbsd-386), const TCP_MAXBURST = 4
pkg syscall (openbsd-386), const TCP_MAXSEG = 2
pkg syscall (openbsd-386), const TCP_MAXWIN = 65535
pkg syscall (openbsd-386), const TCP_MAX_SACK = 3
pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT = 14
pkg syscall (openbsd-386), const TCP_MD5SIG = 4
pkg syscall (openbsd-386), const TCP_MSS = 512
pkg syscall (openbsd-386), const TCP_NSTATES = 11
pkg syscall (openbsd-386), const TCP_SACK_ENABLE = 8
pkg syscall (openbsd-386), const TCSAFLUSH = 2
pkg syscall (openbsd-386), const TIOCCBRK = 536900730
pkg syscall (openbsd-386), const TIOCCDTR = 536900728
pkg syscall (openbsd-386), const TIOCCONS = 2147775586
pkg syscall (openbsd-386), const TIOCDRAIN = 536900702
pkg syscall (openbsd-386), const TIOCEXCL = 536900621
pkg syscall (openbsd-386), const TIOCEXT = 2147775584
pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL = 2
pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS = 4
pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF = 8
pkg syscall (openbsd-386), const TIOCFLAG_PPS = 16
pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR = 1
pkg syscall (openbsd-386), const TIOCFLUSH = 2147775504
pkg syscall (openbsd-386), const TIOCGETA = 1076655123
pkg syscall (openbsd-386), const TIOCGETD = 1074033690
pkg syscall (openbsd-386), const TIOCGFLAGS = 1074033757
pkg syscall (openbsd-386), const TIOCGPGRP = 1074033783
pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899
pkg syscall (openbsd-386), const TIOCGWINSZ = 1074295912
pkg syscall (openbsd-386), const TIOCMBIC = 2147775595
pkg syscall (openbsd-386), const TIOCMBIS = 2147775596
pkg syscall (openbsd-386), const TIOCMGET = 1074033770
pkg syscall (openbsd-386), const TIOCMODG = 1074033770
pkg syscall (openbsd-386), const TIOCMODS = 2147775597
pkg syscall (openbsd-386), const TIOCMSET = 2147775597
pkg syscall (openbsd-386), const TIOCM_CAR = 64
pkg syscall (openbsd-386), const TIOCM_CD = 64
pkg syscall (openbsd-386), const TIOCM_CTS = 32
pkg syscall (openbsd-386), const TIOCM_DSR = 256
pkg syscall (openbsd-386), const TIOCM_DTR = 2
pkg syscall (openbsd-386), const TIOCM_LE = 1
pkg syscall (openbsd-386), const TIOCM_RI = 128
pkg syscall (openbsd-386), const TIOCM_RNG = 128
pkg syscall (openbsd-386), const TIOCM_RTS = 4
pkg syscall (openbsd-386), const TIOCM_SR = 16
pkg syscall (openbsd-386), const TIOCM_ST = 8
pkg syscall (openbsd-386), const TIOCNOTTY = 536900721
pkg syscall (openbsd-386), const TIOCNXCL = 536900622
pkg syscall (openbsd-386), const TIOCOUTQ = 1074033779
pkg syscall (openbsd-386), const TIOCPKT = 2147775600
pkg syscall (openbsd-386), const TIOCPKT_DATA = 0
pkg syscall (openbsd-386), const TIOCPKT_DOSTOP = 32
pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD = 1
pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (openbsd-386), const TIOCPKT_IOCTL = 64
pkg syscall (openbsd-386), const TIOCPKT_NOSTOP = 16
pkg syscall (openbsd-386), const TIOCPKT_START = 8
pkg syscall (openbsd-386), const TIOCPKT_STOP = 4
pkg syscall (openbsd-386), const TIOCREMOTE = 2147775593
pkg syscall (openbsd-386), const TIOCSBRK = 536900731
pkg syscall (openbsd-386), const TIOCSCTTY = 536900705
pkg syscall (openbsd-386), const TIOCSDTR = 536900729
pkg syscall (openbsd-386), const TIOCSETA = 2150396948
pkg syscall (openbsd-386), const TIOCSETAF = 2150396950
pkg syscall (openbsd-386), const TIOCSETAW = 2150396949
pkg syscall (openbsd-386), const TIOCSETD = 2147775515
pkg syscall (openbsd-386), const TIOCSFLAGS = 2147775580
pkg syscall (openbsd-386), const TIOCSIG = 2147775583
pkg syscall (openbsd-386), const TIOCSPGRP = 2147775606
pkg syscall (openbsd-386), const TIOCSTART = 536900718
pkg syscall (openbsd-386), const TIOCSTAT = 2147775589
pkg syscall (openbsd-386), const TIOCSTI = 2147578994
pkg syscall (openbsd-386), const TIOCSTOP = 536900719
pkg syscall (openbsd-386), const TIOCSTSTAMP = 2148037722
pkg syscall (openbsd-386), const TIOCSWINSZ = 2148037735
pkg syscall (openbsd-386), const TIOCUCNTL = 2147775590
pkg syscall (openbsd-386), const TOSTOP = 4194304
pkg syscall (openbsd-386), const VDISCARD = 15
pkg syscall (openbsd-386), const VDSUSP = 11
pkg syscall (openbsd-386), const VEOF = 0
pkg syscall (openbsd-386), const VEOL = 1
pkg syscall (openbsd-386), const VEOL2 = 2
pkg syscall (openbsd-386), const VERASE = 3
pkg syscall (openbsd-386), const VINTR = 8
pkg syscall (openbsd-386), const VKILL = 5
pkg syscall (openbsd-386), const VLNEXT = 14
pkg syscall (openbsd-386), const VMIN = 16
pkg syscall (openbsd-386), const VQUIT = 9
pkg syscall (openbsd-386), const VREPRINT = 6
pkg syscall (openbsd-386), const VSTART = 12
pkg syscall (openbsd-386), const VSTATUS = 18
pkg syscall (openbsd-386), const VSTOP = 13
pkg syscall (openbsd-386), const VSUSP = 10
pkg syscall (openbsd-386), const VTIME = 17
pkg syscall (openbsd-386), const VWERASE = 4
pkg syscall (openbsd-386), const WALTSIG = 4
pkg syscall (openbsd-386), const WCONTINUED = 8
pkg syscall (openbsd-386), const WCOREFLAG = 128
pkg syscall (openbsd-386), const WNOHANG = 1
pkg syscall (openbsd-386), const WSTOPPED = 127
pkg syscall (openbsd-386), const WUNTRACED = 2
pkg syscall (openbsd-386-cgo), const AF_APPLETALK = 16
pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH = 32
pkg syscall (openbsd-386-cgo), const AF_CCITT = 10
pkg syscall (openbsd-386-cgo), const AF_CHAOS = 5
pkg syscall (openbsd-386-cgo), const AF_CNT = 21
pkg syscall (openbsd-386-cgo), const AF_COIP = 20
pkg syscall (openbsd-386-cgo), const AF_DATAKIT = 9
pkg syscall (openbsd-386-cgo), const AF_DECnet = 12
pkg syscall (openbsd-386-cgo), const AF_DLI = 13
pkg syscall (openbsd-386-cgo), const AF_E164 = 26
pkg syscall (openbsd-386-cgo), const AF_ECMA = 8
pkg syscall (openbsd-386-cgo), const AF_ENCAP = 28
pkg syscall (openbsd-386-cgo), const AF_HYLINK = 15
pkg syscall (openbsd-386-cgo), const AF_IMPLINK = 3
pkg syscall (openbsd-386-cgo), const AF_INET6 = 24
pkg syscall (openbsd-386-cgo), const AF_IPX = 23
pkg syscall (openbsd-386-cgo), const AF_ISDN = 26
pkg syscall (openbsd-386-cgo), const AF_ISO = 7
pkg syscall (openbsd-386-cgo), const AF_KEY = 30
pkg syscall (openbsd-386-cgo), const AF_LAT = 14
pkg syscall (openbsd-386-cgo), const AF_LINK = 18
pkg syscall (openbsd-386-cgo), const AF_LOCAL = 1
pkg syscall (openbsd-386-cgo), const AF_MAX = 36
pkg syscall (openbsd-386-cgo), const AF_MPLS = 33
pkg syscall (openbsd-386-cgo), const AF_NATM = 27
pkg syscall (openbsd-386-cgo), const AF_NS = 6
pkg syscall (openbsd-386-cgo), const AF_OSI = 7
pkg syscall (openbsd-386-cgo), const AF_PUP = 4
pkg syscall (openbsd-386-cgo), const AF_ROUTE = 17
pkg syscall (openbsd-386-cgo), const AF_SIP = 29
pkg syscall (openbsd-386-cgo), const AF_SNA = 11
pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER = 1
pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY = 15
pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (openbsd-386-cgo), const B0 = 0
pkg syscall (openbsd-386-cgo), const B110 = 110
pkg syscall (openbsd-386-cgo), const B115200 = 115200
pkg syscall (openbsd-386-cgo), const B1200 = 1200
pkg syscall (openbsd-386-cgo), const B134 = 134
pkg syscall (openbsd-386-cgo), const B14400 = 14400
pkg syscall (openbsd-386-cgo), const B150 = 150
pkg syscall (openbsd-386-cgo), const B1800 = 1800
pkg syscall (openbsd-386-cgo), const B19200 = 19200
pkg syscall (openbsd-386-cgo), const B200 = 200
pkg syscall (openbsd-386-cgo), const B230400 = 230400
pkg syscall (openbsd-386-cgo), const B2400 = 2400
pkg syscall (openbsd-386-cgo), const B28800 = 28800
pkg syscall (openbsd-386-cgo), const B300 = 300
pkg syscall (openbsd-386-cgo), const B38400 = 38400
pkg syscall (openbsd-386-cgo), const B4800 = 4800
pkg syscall (openbsd-386-cgo), const B50 = 50
pkg syscall (openbsd-386-cgo), const B57600 = 57600
pkg syscall (openbsd-386-cgo), const B600 = 600
pkg syscall (openbsd-386-cgo), const B7200 = 7200
pkg syscall (openbsd-386-cgo), const B75 = 75
pkg syscall (openbsd-386-cgo), const B76800 = 76800
pkg syscall (openbsd-386-cgo), const B9600 = 9600
pkg syscall (openbsd-386-cgo), const BIOCFLUSH = 536887912
pkg syscall (openbsd-386-cgo), const BIOCGBLEN = 1074020966
pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT = 1074020988
pkg syscall (openbsd-386-cgo), const BIOCGDLT = 1074020970
pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST = 3221766779
pkg syscall (openbsd-386-cgo), const BIOCGETIF = 1075855979
pkg syscall (openbsd-386-cgo), const BIOCGFILDROP = 1074020984
pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (openbsd-386-cgo), const BIOCGRSIG = 1074020979
pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
pkg syscall (openbsd-386-cgo), const BIOCGSTATS = 1074283119
pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (openbsd-386-cgo), const BIOCLOCK = 536887926
pkg syscall (openbsd-386-cgo), const BIOCPROMISC = 536887913
pkg syscall (openbsd-386-cgo), const BIOCSBLEN = 3221504614
pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT = 2147762813
pkg syscall (openbsd-386-cgo), const BIOCSDLT = 2147762810
pkg syscall (openbsd-386-cgo), const BIOCSETF = 2148024935
pkg syscall (openbsd-386-cgo), const BIOCSETIF = 2149597804
pkg syscall (openbsd-386-cgo), const BIOCSETWF = 2148024951
pkg syscall (openbsd-386-cgo), const BIOCSFILDROP = 2147762809
pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (openbsd-386-cgo), const BIOCSRSIG = 2147762802
pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
pkg syscall (openbsd-386-cgo), const BIOCVERSION = 1074020977
pkg syscall (openbsd-386-cgo), const BPF_A = 16
pkg syscall (openbsd-386-cgo), const BPF_ABS = 32
pkg syscall (openbsd-386-cgo), const BPF_ADD = 0
pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT = 4
pkg syscall (openbsd-386-cgo), const BPF_ALU = 4
pkg syscall (openbsd-386-cgo), const BPF_AND = 80
pkg syscall (openbsd-386-cgo), const BPF_B = 16
pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN = 1
pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT = 2
pkg syscall (openbsd-386-cgo), const BPF_DIV = 48
pkg syscall (openbsd-386-cgo), const BPF_H = 8
pkg syscall (openbsd-386-cgo), const BPF_IMM = 0
pkg syscall (openbsd-386-cgo), const BPF_IND = 64
pkg syscall (openbsd-386-cgo), const BPF_JA = 0
pkg syscall (openbsd-386-cgo), const BPF_JEQ = 16
pkg syscall (openbsd-386-cgo), const BPF_JGE = 48
pkg syscall (openbsd-386-cgo), const BPF_JGT = 32
pkg syscall (openbsd-386-cgo), const BPF_JMP = 5
pkg syscall (openbsd-386-cgo), const BPF_JSET = 64
pkg syscall (openbsd-386-cgo), const BPF_K = 0
pkg syscall (openbsd-386-cgo), const BPF_LD = 0
pkg syscall (openbsd-386-cgo), const BPF_LDX = 1
pkg syscall (openbsd-386-cgo), const BPF_LEN = 128
pkg syscall (openbsd-386-cgo), const BPF_LSH = 96
pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE = 2097152
pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS = 512
pkg syscall (openbsd-386-cgo), const BPF_MEM = 96
pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS = 16
pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (openbsd-386-cgo), const BPF_MISC = 7
pkg syscall (openbsd-386-cgo), const BPF_MSH = 160
pkg syscall (openbsd-386-cgo), const BPF_MUL = 32
pkg syscall (openbsd-386-cgo), const BPF_NEG = 128
pkg syscall (openbsd-386-cgo), const BPF_OR = 64
pkg syscall (openbsd-386-cgo), const BPF_RELEASE = 199606
pkg syscall (openbsd-386-cgo), const BPF_RET = 6
pkg syscall (openbsd-386-cgo), const BPF_RSH = 112
pkg syscall (openbsd-386-cgo), const BPF_ST = 2
pkg syscall (openbsd-386-cgo), const BPF_STX = 3
pkg syscall (openbsd-386-cgo), const BPF_SUB = 16
pkg syscall (openbsd-386-cgo), const BPF_TAX = 0
pkg syscall (openbsd-386-cgo), const BPF_TXA = 128
pkg syscall (openbsd-386-cgo), const BPF_W = 0
pkg syscall (openbsd-386-cgo), const BPF_X = 8
pkg syscall (openbsd-386-cgo), const BRKINT = 2
pkg syscall (openbsd-386-cgo), const CFLUSH = 15
pkg syscall (openbsd-386-cgo), const CLOCAL = 32768
pkg syscall (openbsd-386-cgo), const CREAD = 2048
pkg syscall (openbsd-386-cgo), const CS5 = 0
pkg syscall (openbsd-386-cgo), const CS6 = 256
pkg syscall (openbsd-386-cgo), const CS7 = 512
pkg syscall (openbsd-386-cgo), const CS8 = 768
pkg syscall (openbsd-386-cgo), const CSIZE = 768
pkg syscall (openbsd-386-cgo), const CSTART = 17
pkg syscall (openbsd-386-cgo), const CSTATUS = 255
pkg syscall (openbsd-386-cgo), const CSTOP = 19
pkg syscall (openbsd-386-cgo), const CSTOPB = 1024
pkg syscall (openbsd-386-cgo), const CSUSP = 26
pkg syscall (openbsd-386-cgo), const CTL_MAXNAME = 12
pkg syscall (openbsd-386-cgo), const CTL_NET = 4
pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH = 536888398
pkg syscall (openbsd-386-cgo), const DLT_ARCNET = 7
pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (openbsd-386-cgo), const DLT_AX25 = 3
pkg syscall (openbsd-386-cgo), const DLT_CHAOS = 5
pkg syscall (openbsd-386-cgo), const DLT_C_HDLC = 104
pkg syscall (openbsd-386-cgo), const DLT_EN10MB = 1
pkg syscall (openbsd-386-cgo), const DLT_EN3MB = 2
pkg syscall (openbsd-386-cgo), const DLT_ENC = 13
pkg syscall (openbsd-386-cgo), const DLT_FDDI = 10
pkg syscall (openbsd-386-cgo), const DLT_IEEE802 = 6
pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 = 105
pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (openbsd-386-cgo), const DLT_LOOP = 12
pkg syscall (openbsd-386-cgo), const DLT_MPLS = 219
pkg syscall (openbsd-386-cgo), const DLT_NULL = 0
pkg syscall (openbsd-386-cgo), const DLT_PFLOG = 117
pkg syscall (openbsd-386-cgo), const DLT_PFSYNC = 18
pkg syscall (openbsd-386-cgo), const DLT_PPP = 9
pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER = 51
pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (openbsd-386-cgo), const DLT_PRONET = 4
pkg syscall (openbsd-386-cgo), const DLT_RAW = 14
pkg syscall (openbsd-386-cgo), const DLT_SLIP = 8
pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (openbsd-386-cgo), const DT_BLK = 6
pkg syscall (openbsd-386-cgo), const DT_CHR = 2
pkg syscall (openbsd-386-cgo), const DT_DIR = 4
pkg syscall (openbsd-386-cgo), const DT_FIFO = 1
pkg syscall (openbsd-386-cgo), const DT_LNK = 10
pkg syscall (openbsd-386-cgo), const DT_REG = 8
pkg syscall (openbsd-386-cgo), const DT_SOCK = 12
pkg syscall (openbsd-386-cgo), const DT_UNKNOWN = 0
pkg syscall (openbsd-386-cgo), const E2BIG = 7
pkg syscall (openbsd-386-cgo), const EACCES = 13
pkg syscall (openbsd-386-cgo), const EADDRINUSE = 48
pkg syscall (openbsd-386-cgo), const EADDRNOTAVAIL = 49
pkg syscall (openbsd-386-cgo), const EAFNOSUPPORT = 47
pkg syscall (openbsd-386-cgo), const EAGAIN = 35
pkg syscall (openbsd-386-cgo), const EALREADY = 37
pkg syscall (openbsd-386-cgo), const EAUTH = 80
pkg syscall (openbsd-386-cgo), const EBADF = 9
pkg syscall (openbsd-386-cgo), const EBADRPC = 72
pkg syscall (openbsd-386-cgo), const EBUSY = 16
pkg syscall (openbsd-386-cgo), const ECANCELED = 88
pkg syscall (openbsd-386-cgo), const ECHILD = 10
pkg syscall (openbsd-386-cgo), const ECHO = 8
pkg syscall (openbsd-386-cgo), const ECHOCTL = 64
pkg syscall (openbsd-386-cgo), const ECHOE = 2
pkg syscall (openbsd-386-cgo), const ECHOK = 4
pkg syscall (openbsd-386-cgo), const ECHOKE = 1
pkg syscall (openbsd-386-cgo), const ECHONL = 16
pkg syscall (openbsd-386-cgo), const ECHOPRT = 32
pkg syscall (openbsd-386-cgo), const ECONNABORTED = 53
pkg syscall (openbsd-386-cgo), const ECONNREFUSED = 61
pkg syscall (openbsd-386-cgo), const ECONNRESET = 54
pkg syscall (openbsd-386-cgo), const EDEADLK = 11
pkg syscall (openbsd-386-cgo), const EDESTADDRREQ = 39
pkg syscall (openbsd-386-cgo), const EDOM = 33
pkg syscall (openbsd-386-cgo), const EDQUOT = 69
pkg syscall (openbsd-386-cgo), const EEXIST = 17
pkg syscall (openbsd-386-cgo), const EFAULT = 14
pkg syscall (openbsd-386-cgo), const EFBIG = 27
pkg syscall (openbsd-386-cgo), const EFTYPE = 79
pkg syscall (openbsd-386-cgo), const EHOSTDOWN = 64
pkg syscall (openbsd-386-cgo), const EHOSTUNREACH = 65
pkg syscall (openbsd-386-cgo), const EIDRM = 89
pkg syscall (openbsd-386-cgo), const EILSEQ = 84
pkg syscall (openbsd-386-cgo), const EINPROGRESS = 36
pkg syscall (openbsd-386-cgo), const EINTR = 4
pkg syscall (openbsd-386-cgo), const EINVAL = 22
pkg syscall (openbsd-386-cgo), const EIO = 5
pkg syscall (openbsd-386-cgo), const EIPSEC = 82
pkg syscall (openbsd-386-cgo), const EISCONN = 56
pkg syscall (openbsd-386-cgo), const EISDIR = 21
pkg syscall (openbsd-386-cgo), const ELAST = 91
pkg syscall (openbsd-386-cgo), const ELOOP = 62
pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE = 86
pkg syscall (openbsd-386-cgo), const EMFILE = 24
pkg syscall (openbsd-386-cgo), const EMLINK = 31
pkg syscall (openbsd-386-cgo), const EMSGSIZE = 40
pkg syscall (openbsd-386-cgo), const EMT_TAGOVF = 1
pkg syscall (openbsd-386-cgo), const EMUL_ENABLED = 1
pkg syscall (openbsd-386-cgo), const EMUL_NATIVE = 2
pkg syscall (openbsd-386-cgo), const ENAMETOOLONG = 63
pkg syscall (openbsd-386-cgo), const ENDRUNDISC = 9
pkg syscall (openbsd-386-cgo), const ENEEDAUTH = 81
pkg syscall (openbsd-386-cgo), const ENETDOWN = 50
pkg syscall (openbsd-386-cgo), const ENETRESET = 52
pkg syscall (openbsd-386-cgo), const ENETUNREACH = 51
pkg syscall (openbsd-386-cgo), const ENFILE = 23
pkg syscall (openbsd-386-cgo), const ENOATTR = 83
pkg syscall (openbsd-386-cgo), const ENOBUFS = 55
pkg syscall (openbsd-386-cgo), const ENODEV = 19
pkg syscall (openbsd-386-cgo), const ENOEXEC = 8
pkg syscall (openbsd-386-cgo), const ENOLCK = 77
pkg syscall (openbsd-386-cgo), const ENOMEDIUM = 85
pkg syscall (openbsd-386-cgo), const ENOMEM = 12
pkg syscall (openbsd-386-cgo), const ENOMSG = 90
pkg syscall (openbsd-386-cgo), const ENOPROTOOPT = 42
pkg syscall (openbsd-386-cgo), const ENOSPC = 28
pkg syscall (openbsd-386-cgo), const ENOSYS = 78
pkg syscall (openbsd-386-cgo), const ENOTBLK = 15
pkg syscall (openbsd-386-cgo), const ENOTCONN = 57
pkg syscall (openbsd-386-cgo), const ENOTDIR = 20
pkg syscall (openbsd-386-cgo), const ENOTEMPTY = 66
pkg syscall (openbsd-386-cgo), const ENOTSOCK = 38
pkg syscall (openbsd-386-cgo), const ENOTSUP = 91
pkg syscall (openbsd-386-cgo), const ENOTTY = 25
pkg syscall (openbsd-386-cgo), const ENXIO = 6
pkg syscall (openbsd-386-cgo), const EOPNOTSUPP = 45
pkg syscall (openbsd-386-cgo), const EOVERFLOW = 87
pkg syscall (openbsd-386-cgo), const EPERM = 1
pkg syscall (openbsd-386-cgo), const EPFNOSUPPORT = 46
pkg syscall (openbsd-386-cgo), const EPIPE = 32
pkg syscall (openbsd-386-cgo), const EPROCLIM = 67
pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL = 76
pkg syscall (openbsd-386-cgo), const EPROGMISMATCH = 75
pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL = 74
pkg syscall (openbsd-386-cgo), const EPROTONOSUPPORT = 43
pkg syscall (openbsd-386-cgo), const EPROTOTYPE = 41
pkg syscall (openbsd-386-cgo), const ERANGE = 34
pkg syscall (openbsd-386-cgo), const EREMOTE = 71
pkg syscall (openbsd-386-cgo), const EROFS = 30
pkg syscall (openbsd-386-cgo), const ERPCMISMATCH = 73
pkg syscall (openbsd-386-cgo), const ESHUTDOWN = 58
pkg syscall (openbsd-386-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (openbsd-386-cgo), const ESPIPE = 29
pkg syscall (openbsd-386-cgo), const ESRCH = 3
pkg syscall (openbsd-386-cgo), const ESTALE = 70
pkg syscall (openbsd-386-cgo), const ETHERMIN = 46
pkg syscall (openbsd-386-cgo), const ETHERMTU = 1500
pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 = 4
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP = 33011
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER = 24584
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE = 34978
pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP = 2054
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT = 32923
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK = 32923
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT = 32873
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS = 34902
pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL = 33026
pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA = 4660
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE = 32891
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM = 32840
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN = 24579
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD = 32825
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA = 2051
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES = 32861
pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP = 33094
pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP = 2056
pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES = 33072
pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP = 32773
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP = 2048
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS = 34668
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX = 33079
pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT = 24580
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK = 36864
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP = 35020
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA = 32890
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX = 65535
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT = 32892
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP = 34618
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS = 34887
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS = 2050
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD = 33097
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS = 1536
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT = 1537
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 = 28679
pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER = 32966
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE = 34958
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS = 16962
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP = 34827
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP = 512
pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT = 512
pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ = 34984
pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL = 28720
pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL = 6549
pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP = 34617
pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX = 33010
pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP = 32821
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA = 24583
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW = 33150
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW = 34825
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA = 32981
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP = 33100
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX = 64245
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP = 33153
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC = 33103
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST = 28677
pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL = 28672
pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID = 5632
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO = 32871
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP = 32859
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES = 2989
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL = 65280
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN = 33024
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD = 32860
pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 = 2053
pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 = 2049
pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP = 33149
pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN = 6
pkg syscall (openbsd-386-cgo), const ETHER_ALIGN = 2
pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN = 4
pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN = 14
pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN = 1536
pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN = 1518
pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN = 64
pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN = 2
pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (openbsd-386-cgo), const ETIMEDOUT = 60
pkg syscall (openbsd-386-cgo), const ETOOMANYREFS = 59
pkg syscall (openbsd-386-cgo), const ETXTBSY = 26
pkg syscall (openbsd-386-cgo), const EUSERS = 68
pkg syscall (openbsd-386-cgo), const EVFILT_AIO = -3
pkg syscall (openbsd-386-cgo), const EVFILT_PROC = -5
pkg syscall (openbsd-386-cgo), const EVFILT_READ = -1
pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL = -6
pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT = 7
pkg syscall (openbsd-386-cgo), const EVFILT_TIMER = -7
pkg syscall (openbsd-386-cgo), const EVFILT_VNODE = -4
pkg syscall (openbsd-386-cgo), const EVFILT_WRITE = -2
pkg syscall (openbsd-386-cgo), const EV_ADD = 1
pkg syscall (openbsd-386-cgo), const EV_CLEAR = 32
pkg syscall (openbsd-386-cgo), const EV_DELETE = 2
pkg syscall (openbsd-386-cgo), const EV_DISABLE = 8
pkg syscall (openbsd-386-cgo), const EV_ENABLE = 4
pkg syscall (openbsd-386-cgo), const EV_EOF = 32768
pkg syscall (openbsd-386-cgo), const EV_ERROR = 16384
pkg syscall (openbsd-386-cgo), const EV_FLAG1 = 8192
pkg syscall (openbsd-386-cgo), const EV_ONESHOT = 16
pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS = 61440
pkg syscall (openbsd-386-cgo), const EWOULDBLOCK = 35
pkg syscall (openbsd-386-cgo), const EXDEV = 18
pkg syscall (openbsd-386-cgo), const EXTA = 19200
pkg syscall (openbsd-386-cgo), const EXTB = 38400
pkg syscall (openbsd-386-cgo), const EXTPROC = 2048
pkg syscall (openbsd-386-cgo), const FD_CLOEXEC = 1
pkg syscall (openbsd-386-cgo), const FD_SETSIZE = 1024
pkg syscall (openbsd-386-cgo), const FLUSHO = 8388608
pkg syscall (openbsd-386-cgo), const F_DUPFD = 0
pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC = 10
pkg syscall (openbsd-386-cgo), const F_GETFD = 1
pkg syscall (openbsd-386-cgo), const F_GETFL = 3
pkg syscall (openbsd-386-cgo), const F_GETLK = 7
pkg syscall (openbsd-386-cgo), const F_GETOWN = 5
pkg syscall (openbsd-386-cgo), const F_OK = 0
pkg syscall (openbsd-386-cgo), const F_RDLCK = 1
pkg syscall (openbsd-386-cgo), const F_SETFD = 2
pkg syscall (openbsd-386-cgo), const F_SETFL = 4
pkg syscall (openbsd-386-cgo), const F_SETLK = 8
pkg syscall (openbsd-386-cgo), const F_SETLKW = 9
pkg syscall (openbsd-386-cgo), const F_SETOWN = 6
pkg syscall (openbsd-386-cgo), const F_UNLCK = 2
pkg syscall (openbsd-386-cgo), const F_WRLCK = 3
pkg syscall (openbsd-386-cgo), const HUPCL = 16384
pkg syscall (openbsd-386-cgo), const ICANON = 256
pkg syscall (openbsd-386-cgo), const ICRNL = 256
pkg syscall (openbsd-386-cgo), const IEXTEN = 1024
pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL = 0
pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE = 1
pkg syscall (openbsd-386-cgo), const IFA_ROUTE = 1
pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI = 512
pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE = 36434
pkg syscall (openbsd-386-cgo), const IFF_DEBUG = 4
pkg syscall (openbsd-386-cgo), const IFF_LINK0 = 4096
pkg syscall (openbsd-386-cgo), const IFF_LINK1 = 8192
pkg syscall (openbsd-386-cgo), const IFF_LINK2 = 16384
pkg syscall (openbsd-386-cgo), const IFF_LOOPBACK = 8
pkg syscall (openbsd-386-cgo), const IFF_MULTICAST = 32768
pkg syscall (openbsd-386-cgo), const IFF_NOARP = 128
pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS = 32
pkg syscall (openbsd-386-cgo), const IFF_OACTIVE = 1024
pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT = 16
pkg syscall (openbsd-386-cgo), const IFF_PROMISC = 256
pkg syscall (openbsd-386-cgo), const IFF_RUNNING = 64
pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX = 2048
pkg syscall (openbsd-386-cgo), const IFNAMSIZ = 16
pkg syscall (openbsd-386-cgo), const IFT_1822 = 2
pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (openbsd-386-cgo), const IFT_AAL2 = 187
pkg syscall (openbsd-386-cgo), const IFT_AAL5 = 49
pkg syscall (openbsd-386-cgo), const IFT_ADSL = 94
pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 = 59
pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 = 60
pkg syscall (openbsd-386-cgo), const IFT_ARAP = 88
pkg syscall (openbsd-386-cgo), const IFT_ARCNET = 35
pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (openbsd-386-cgo), const IFT_ASYNC = 84
pkg syscall (openbsd-386-cgo), const IFT_ATM = 37
pkg syscall (openbsd-386-cgo), const IFT_ATMDXI = 105
pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI = 106
pkg syscall (openbsd-386-cgo), const IFT_ATMIMA = 107
pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO = 189
pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH = 248
pkg syscall (openbsd-386-cgo), const IFT_BRIDGE = 209
pkg syscall (openbsd-386-cgo), const IFT_BSC = 83
pkg syscall (openbsd-386-cgo), const IFT_CARP = 247
pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL = 61
pkg syscall (openbsd-386-cgo), const IFT_CEPT = 19
pkg syscall (openbsd-386-cgo), const IFT_CES = 133
pkg syscall (openbsd-386-cgo), const IFT_CHANNEL = 70
pkg syscall (openbsd-386-cgo), const IFT_CNR = 85
pkg syscall (openbsd-386-cgo), const IFT_COFFEE = 132
pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (openbsd-386-cgo), const IFT_DCN = 141
pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (openbsd-386-cgo), const IFT_DLSW = 74
pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (openbsd-386-cgo), const IFT_DS0 = 81
pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (openbsd-386-cgo), const IFT_DS1FDL = 170
pkg syscall (openbsd-386-cgo), const IFT_DS3 = 30
pkg syscall (openbsd-386-cgo), const IFT_DTM = 140
pkg syscall (openbsd-386-cgo), const IFT_DUMMY = 241
pkg syscall (openbsd-386-cgo), const IFT_DVBASILN = 172
pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT = 173
pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (openbsd-386-cgo), const IFT_ECONET = 206
pkg syscall (openbsd-386-cgo), const IFT_ENC = 244
pkg syscall (openbsd-386-cgo), const IFT_EON = 25
pkg syscall (openbsd-386-cgo), const IFT_EPLRS = 87
pkg syscall (openbsd-386-cgo), const IFT_ESCON = 73
pkg syscall (openbsd-386-cgo), const IFT_ETHER = 6
pkg syscall (openbsd-386-cgo), const IFT_FAITH = 243
pkg syscall (openbsd-386-cgo), const IFT_FAST = 125
pkg syscall (openbsd-386-cgo), const IFT_FASTETHER = 62
pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX = 69
pkg syscall (openbsd-386-cgo), const IFT_FDDI = 15
pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (openbsd-386-cgo), const IFT_FRELAY = 32
pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE = 44
pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD = 158
pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB = 67
pkg syscall (openbsd-386-cgo), const IFT_G703AT64K = 66
pkg syscall (openbsd-386-cgo), const IFT_GIF = 240
pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (openbsd-386-cgo), const IFT_GR303IDT = 178
pkg syscall (openbsd-386-cgo), const IFT_GR303RDT = 177
pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (openbsd-386-cgo), const IFT_H323PROXY = 165
pkg syscall (openbsd-386-cgo), const IFT_HDH1822 = 3
pkg syscall (openbsd-386-cgo), const IFT_HDLC = 118
pkg syscall (openbsd-386-cgo), const IFT_HDSL2 = 168
pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (openbsd-386-cgo), const IFT_HIPPI = 47
pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD = 90
pkg syscall (openbsd-386-cgo), const IFT_HSSI = 46
pkg syscall (openbsd-386-cgo), const IFT_HY = 14
pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (openbsd-386-cgo), const IFT_IDSL = 154
pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 = 144
pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 = 71
pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 = 55
pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (openbsd-386-cgo), const IFT_IFGSN = 145
pkg syscall (openbsd-386-cgo), const IFT_IMT = 190
pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND = 199
pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE = 124
pkg syscall (openbsd-386-cgo), const IFT_IP = 126
pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD = 142
pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM = 114
pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH = 78
pkg syscall (openbsd-386-cgo), const IFT_ISDN = 63
pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC = 20
pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (openbsd-386-cgo), const IFT_ISDNS = 75
pkg syscall (openbsd-386-cgo), const IFT_ISDNU = 76
pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC = 41
pkg syscall (openbsd-386-cgo), const IFT_ISO88023 = 7
pkg syscall (openbsd-386-cgo), const IFT_ISO88024 = 8
pkg syscall (openbsd-386-cgo), const IFT_ISO88025 = 9
pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR = 86
pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (openbsd-386-cgo), const IFT_ISO88026 = 10
pkg syscall (openbsd-386-cgo), const IFT_ISUP = 179
pkg syscall (openbsd-386-cgo), const IFT_L2VLAN = 135
pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN = 136
pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (openbsd-386-cgo), const IFT_LAPB = 16
pkg syscall (openbsd-386-cgo), const IFT_LAPD = 77
pkg syscall (openbsd-386-cgo), const IFT_LAPF = 119
pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP = 210
pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK = 42
pkg syscall (openbsd-386-cgo), const IFT_LOOP = 24
pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK = 167
pkg syscall (openbsd-386-cgo), const IFT_MIOX25 = 38
pkg syscall (openbsd-386-cgo), const IFT_MODEM = 48
pkg syscall (openbsd-386-cgo), const IFT_MPC = 113
pkg syscall (openbsd-386-cgo), const IFT_MPLS = 166
pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (openbsd-386-cgo), const IFT_MSDSL = 143
pkg syscall (openbsd-386-cgo), const IFT_MVL = 191
pkg syscall (openbsd-386-cgo), const IFT_MYRINET = 99
pkg syscall (openbsd-386-cgo), const IFT_NFAS = 175
pkg syscall (openbsd-386-cgo), const IFT_NSIP = 27
pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (openbsd-386-cgo), const IFT_OTHER = 1
pkg syscall (openbsd-386-cgo), const IFT_P10 = 12
pkg syscall (openbsd-386-cgo), const IFT_P80 = 13
pkg syscall (openbsd-386-cgo), const IFT_PARA = 34
pkg syscall (openbsd-386-cgo), const IFT_PFLOG = 245
pkg syscall (openbsd-386-cgo), const IFT_PFLOW = 249
pkg syscall (openbsd-386-cgo), const IFT_PFSYNC = 246
pkg syscall (openbsd-386-cgo), const IFT_PLC = 174
pkg syscall (openbsd-386-cgo), const IFT_PON155 = 207
pkg syscall (openbsd-386-cgo), const IFT_PON622 = 208
pkg syscall (openbsd-386-cgo), const IFT_POS = 171
pkg syscall (openbsd-386-cgo), const IFT_PPP = 23
pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (openbsd-386-cgo), const IFT_PROPATM = 197
pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS = 89
pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (openbsd-386-cgo), const IFT_PROPMUX = 54
pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL = 22
pkg syscall (openbsd-386-cgo), const IFT_PVC = 242
pkg syscall (openbsd-386-cgo), const IFT_Q2931 = 201
pkg syscall (openbsd-386-cgo), const IFT_QLLC = 68
pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC = 188
pkg syscall (openbsd-386-cgo), const IFT_RADSL = 95
pkg syscall (openbsd-386-cgo), const IFT_REACHDSL = 192
pkg syscall (openbsd-386-cgo), const IFT_RFC1483 = 159
pkg syscall (openbsd-386-cgo), const IFT_RS232 = 33
pkg syscall (openbsd-386-cgo), const IFT_RSRB = 79
pkg syscall (openbsd-386-cgo), const IFT_SDLC = 17
pkg syscall (openbsd-386-cgo), const IFT_SDSL = 96
pkg syscall (openbsd-386-cgo), const IFT_SHDSL = 169
pkg syscall (openbsd-386-cgo), const IFT_SIP = 31
pkg syscall (openbsd-386-cgo), const IFT_SIPSIG = 204
pkg syscall (openbsd-386-cgo), const IFT_SIPTG = 203
pkg syscall (openbsd-386-cgo), const IFT_SLIP = 28
pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI = 43
pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP = 52
pkg syscall (openbsd-386-cgo), const IFT_SONET = 39
pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (openbsd-386-cgo), const IFT_SONETPATH = 50
pkg syscall (openbsd-386-cgo), const IFT_SONETVT = 51
pkg syscall (openbsd-386-cgo), const IFT_SRP = 151
pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (openbsd-386-cgo), const IFT_STARLAN = 11
pkg syscall (openbsd-386-cgo), const IFT_T1 = 18
pkg syscall (openbsd-386-cgo), const IFT_TDLC = 116
pkg syscall (openbsd-386-cgo), const IFT_TELINK = 200
pkg syscall (openbsd-386-cgo), const IFT_TERMPAD = 91
pkg syscall (openbsd-386-cgo), const IFT_TR008 = 176
pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (openbsd-386-cgo), const IFT_TUNNEL = 131
pkg syscall (openbsd-386-cgo), const IFT_ULTRA = 29
pkg syscall (openbsd-386-cgo), const IFT_USB = 160
pkg syscall (openbsd-386-cgo), const IFT_V11 = 64
pkg syscall (openbsd-386-cgo), const IFT_V35 = 45
pkg syscall (openbsd-386-cgo), const IFT_V36 = 65
pkg syscall (openbsd-386-cgo), const IFT_V37 = 120
pkg syscall (openbsd-386-cgo), const IFT_VDSL = 97
pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG = 202
pkg syscall (openbsd-386-cgo), const IFT_VOICEDID = 213
pkg syscall (openbsd-386-cgo), const IFT_VOICEEM = 100
pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD = 211
pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP = 103
pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA = 212
pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO = 101
pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS = 102
pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (openbsd-386-cgo), const IFT_X213 = 93
pkg syscall (openbsd-386-cgo), const IFT_X25 = 5
pkg syscall (openbsd-386-cgo), const IFT_X25DDN = 4
pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (openbsd-386-cgo), const IFT_X25MLP = 121
pkg syscall (openbsd-386-cgo), const IFT_X25PLE = 40
pkg syscall (openbsd-386-cgo), const IFT_XETHER = 26
pkg syscall (openbsd-386-cgo), const IGNBRK = 1
pkg syscall (openbsd-386-cgo), const IGNCR = 128
pkg syscall (openbsd-386-cgo), const IGNPAR = 4
pkg syscall (openbsd-386-cgo), const IMAXBEL = 8192
pkg syscall (openbsd-386-cgo), const INLCR = 64
pkg syscall (openbsd-386-cgo), const INPCK = 16
pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX = 128
pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST = 255
pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET = 127
pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST = 1
pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET = 4294967294
pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT = 31
pkg syscall (openbsd-386-cgo), const IPPROTO_AH = 51
pkg syscall (openbsd-386-cgo), const IPPROTO_CARP = 112
pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT = 258
pkg syscall (openbsd-386-cgo), const IPPROTO_DONE = 257
pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (openbsd-386-cgo), const IPPROTO_EGP = 8
pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP = 98
pkg syscall (openbsd-386-cgo), const IPPROTO_EON = 80
pkg syscall (openbsd-386-cgo), const IPPROTO_ESP = 50
pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (openbsd-386-cgo), const IPPROTO_GGP = 3
pkg syscall (openbsd-386-cgo), const IPPROTO_GRE = 47
pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP = 1
pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (openbsd-386-cgo), const IPPROTO_IDP = 22
pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP = 2
pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP = 4
pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 = 4
pkg syscall (openbsd-386-cgo), const IPPROTO_MAX = 256
pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID = 259
pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE = 55
pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS = 137
pkg syscall (openbsd-386-cgo), const IPPROTO_NONE = 59
pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (openbsd-386-cgo), const IPPROTO_PIM = 103
pkg syscall (openbsd-386-cgo), const IPPROTO_PUP = 12
pkg syscall (openbsd-386-cgo), const IPPROTO_RAW = 255
pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING = 43
pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP = 46
pkg syscall (openbsd-386-cgo), const IPPROTO_TP = 29
pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL = 53
pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM = 26
pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM = 64
pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG = 62
pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS = 50
pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL = 54
pkg syscall (openbsd-386-cgo), const IPV6_FAITH = 29
pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL = 120
pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC = 1
pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS = 49
pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL = 60
pkg syscall (openbsd-386-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (openbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM = 255
pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (openbsd-386-cgo), const IPV6_MMTU = 1280
pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP = 48
pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS = 1
pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU = 44
pkg syscall (openbsd-386-cgo), const IPV6_PIPEX = 63
pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO = 46
pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE = 14
pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (openbsd-386-cgo), const IPV6_RTABLE = 4129
pkg syscall (openbsd-386-cgo), const IPV6_RTHDR = 51
pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (openbsd-386-cgo), const IPV6_TCLASS = 61
pkg syscall (openbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (openbsd-386-cgo), const IPV6_V6ONLY = 27
pkg syscall (openbsd-386-cgo), const IPV6_VERSION = 96
pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (openbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL = 20
pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (openbsd-386-cgo), const IP_DF = 16384
pkg syscall (openbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL = 22
pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL = 21
pkg syscall (openbsd-386-cgo), const IP_HDRINCL = 2
pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL = 29
pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO = 36
pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH = 27
pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED = 25
pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID = 23
pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH = 28
pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED = 26
pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID = 24
pkg syscall (openbsd-386-cgo), const IP_MAXPACKET = 65535
pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (openbsd-386-cgo), const IP_MF = 8192
pkg syscall (openbsd-386-cgo), const IP_MINTTL = 32
pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS = 15
pkg syscall (openbsd-386-cgo), const IP_MSS = 576
pkg syscall (openbsd-386-cgo), const IP_MULTICAST_IF = 9
pkg syscall (openbsd-386-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (openbsd-386-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (openbsd-386-cgo), const IP_OFFMASK = 8191
pkg syscall (openbsd-386-cgo), const IP_OPTIONS = 1
pkg syscall (openbsd-386-cgo), const IP_PIPEX = 34
pkg syscall (openbsd-386-cgo), const IP_PORTRANGE = 19
pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR = 7
pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT = 33
pkg syscall (openbsd-386-cgo), const IP_RECVIF = 30
pkg syscall (openbsd-386-cgo), const IP_RECVOPTS = 5
pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS = 6
pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE = 35
pkg syscall (openbsd-386-cgo), const IP_RECVTTL = 31
pkg syscall (openbsd-386-cgo), const IP_RETOPTS = 8
pkg syscall (openbsd-386-cgo), const IP_RF = 32768
pkg syscall (openbsd-386-cgo), const IP_RTABLE = 4129
pkg syscall (openbsd-386-cgo), const IP_TOS = 3
pkg syscall (openbsd-386-cgo), const IP_TTL = 4
pkg syscall (openbsd-386-cgo), const ISIG = 128
pkg syscall (openbsd-386-cgo), const ISTRIP = 32
pkg syscall (openbsd-386-cgo), const IXANY = 2048
pkg syscall (openbsd-386-cgo), const IXOFF = 1024
pkg syscall (openbsd-386-cgo), const IXON = 512
pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH = 6
pkg syscall (openbsd-386-cgo), const LOCK_EX = 2
pkg syscall (openbsd-386-cgo), const LOCK_NB = 4
pkg syscall (openbsd-386-cgo), const LOCK_SH = 1
pkg syscall (openbsd-386-cgo), const LOCK_UN = 8
pkg syscall (openbsd-386-cgo), const MSG_BCAST = 256
pkg syscall (openbsd-386-cgo), const MSG_CTRUNC = 32
pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE = 4
pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT = 128
pkg syscall (openbsd-386-cgo), const MSG_EOR = 8
pkg syscall (openbsd-386-cgo), const MSG_MCAST = 512
pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL = 1024
pkg syscall (openbsd-386-cgo), const MSG_OOB = 1
pkg syscall (openbsd-386-cgo), const MSG_PEEK = 2
pkg syscall (openbsd-386-cgo), const MSG_TRUNC = 16
pkg syscall (openbsd-386-cgo), const MSG_WAITALL = 64
pkg syscall (openbsd-386-cgo), const NAME_MAX = 255
pkg syscall (openbsd-386-cgo), const NET_RT_DUMP = 1
pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS = 2
pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST = 3
pkg syscall (openbsd-386-cgo), const NET_RT_MAXID = 6
pkg syscall (openbsd-386-cgo), const NET_RT_STATS = 4
pkg syscall (openbsd-386-cgo), const NET_RT_TABLE = 5
pkg syscall (openbsd-386-cgo), const NOFLSH = 2147483648
pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB = 8
pkg syscall (openbsd-386-cgo), const NOTE_CHILD = 4
pkg syscall (openbsd-386-cgo), const NOTE_DELETE = 1
pkg syscall (openbsd-386-cgo), const NOTE_EOF = 2
pkg syscall (openbsd-386-cgo), const NOTE_EXEC = 536870912
pkg syscall (openbsd-386-cgo), const NOTE_EXIT = 2147483648
pkg syscall (openbsd-386-cgo), const NOTE_EXTEND = 4
pkg syscall (openbsd-386-cgo), const NOTE_FORK = 1073741824
pkg syscall (openbsd-386-cgo), const NOTE_LINK = 16
pkg syscall (openbsd-386-cgo), const NOTE_LOWAT = 1
pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (openbsd-386-cgo), const NOTE_RENAME = 32
pkg syscall (openbsd-386-cgo), const NOTE_REVOKE = 64
pkg syscall (openbsd-386-cgo), const NOTE_TRACK = 1
pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR = 2
pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE = 128
pkg syscall (openbsd-386-cgo), const NOTE_WRITE = 2
pkg syscall (openbsd-386-cgo), const OCRNL = 16
pkg syscall (openbsd-386-cgo), const ONLCR = 2
pkg syscall (openbsd-386-cgo), const ONLRET = 128
pkg syscall (openbsd-386-cgo), const ONOCR = 64
pkg syscall (openbsd-386-cgo), const ONOEOT = 8
pkg syscall (openbsd-386-cgo), const OPOST = 1
pkg syscall (openbsd-386-cgo), const O_ACCMODE = 3
pkg syscall (openbsd-386-cgo), const O_APPEND = 8
pkg syscall (openbsd-386-cgo), const O_ASYNC = 64
pkg syscall (openbsd-386-cgo), const O_CLOEXEC = 65536
pkg syscall (openbsd-386-cgo), const O_CREAT = 512
pkg syscall (openbsd-386-cgo), const O_DIRECTORY = 131072
pkg syscall (openbsd-386-cgo), const O_DSYNC = 128
pkg syscall (openbsd-386-cgo), const O_EXCL = 2048
pkg syscall (openbsd-386-cgo), const O_EXLOCK = 32
pkg syscall (openbsd-386-cgo), const O_FSYNC = 128
pkg syscall (openbsd-386-cgo), const O_NDELAY = 4
pkg syscall (openbsd-386-cgo), const O_NOCTTY = 32768
pkg syscall (openbsd-386-cgo), const O_NOFOLLOW = 256
pkg syscall (openbsd-386-cgo), const O_NONBLOCK = 4
pkg syscall (openbsd-386-cgo), const O_RSYNC = 128
pkg syscall (openbsd-386-cgo), const O_SHLOCK = 16
pkg syscall (openbsd-386-cgo), const O_SYNC = 128
pkg syscall (openbsd-386-cgo), const O_TRUNC = 1024
pkg syscall (openbsd-386-cgo), const PARENB = 4096
pkg syscall (openbsd-386-cgo), const PARMRK = 8
pkg syscall (openbsd-386-cgo), const PARODD = 8192
pkg syscall (openbsd-386-cgo), const PENDIN = 536870912
pkg syscall (openbsd-386-cgo), const PF_FLUSH = 1
pkg syscall (openbsd-386-cgo), const PTRACE_CONT = 7
pkg syscall (openbsd-386-cgo), const PTRACE_KILL = 8
pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME = 0
pkg syscall (openbsd-386-cgo), const PT_MASK = 4190208
pkg syscall (openbsd-386-cgo), const RLIMIT_CORE = 4
pkg syscall (openbsd-386-cgo), const RLIMIT_CPU = 0
pkg syscall (openbsd-386-cgo), const RLIMIT_DATA = 2
pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE = 1
pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE = 8
pkg syscall (openbsd-386-cgo), const RLIMIT_STACK = 3
pkg syscall (openbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR = 6
pkg syscall (openbsd-386-cgo), const RTAX_BRD = 7
pkg syscall (openbsd-386-cgo), const RTAX_DST = 0
pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY = 1
pkg syscall (openbsd-386-cgo), const RTAX_GENMASK = 3
pkg syscall (openbsd-386-cgo), const RTAX_IFA = 5
pkg syscall (openbsd-386-cgo), const RTAX_IFP = 4
pkg syscall (openbsd-386-cgo), const RTAX_LABEL = 10
pkg syscall (openbsd-386-cgo), const RTAX_MAX = 11
pkg syscall (openbsd-386-cgo), const RTAX_NETMASK = 2
pkg syscall (openbsd-386-cgo), const RTAX_SRC = 8
pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK = 9
pkg syscall (openbsd-386-cgo), const RTA_AUTHOR = 64
pkg syscall (openbsd-386-cgo), const RTA_BRD = 128
pkg syscall (openbsd-386-cgo), const RTA_DST = 1
pkg syscall (openbsd-386-cgo), const RTA_GATEWAY = 2
pkg syscall (openbsd-386-cgo), const RTA_GENMASK = 8
pkg syscall (openbsd-386-cgo), const RTA_IFA = 32
pkg syscall (openbsd-386-cgo), const RTA_IFP = 16
pkg syscall (openbsd-386-cgo), const RTA_LABEL = 1024
pkg syscall (openbsd-386-cgo), const RTA_NETMASK = 4
pkg syscall (openbsd-386-cgo), const RTA_SRC = 256
pkg syscall (openbsd-386-cgo), const RTA_SRCMASK = 512
pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE = 16384
pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (openbsd-386-cgo), const RTF_CLONED = 65536
pkg syscall (openbsd-386-cgo), const RTF_CLONING = 256
pkg syscall (openbsd-386-cgo), const RTF_DONE = 64
pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC = 16
pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496
pkg syscall (openbsd-386-cgo), const RTF_GATEWAY = 2
pkg syscall (openbsd-386-cgo), const RTF_HOST = 4
pkg syscall (openbsd-386-cgo), const RTF_LLINFO = 1024
pkg syscall (openbsd-386-cgo), const RTF_MASK = 128
pkg syscall (openbsd-386-cgo), const RTF_MODIFIED = 32
pkg syscall (openbsd-386-cgo), const RTF_MPATH = 262144
pkg syscall (openbsd-386-cgo), const RTF_MPLS = 1048576
pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP = 8192
pkg syscall (openbsd-386-cgo), const RTF_PROTO1 = 32768
pkg syscall (openbsd-386-cgo), const RTF_PROTO2 = 16384
pkg syscall (openbsd-386-cgo), const RTF_PROTO3 = 8192
pkg syscall (openbsd-386-cgo), const RTF_REJECT = 8
pkg syscall (openbsd-386-cgo), const RTF_SOURCE = 131072
pkg syscall (openbsd-386-cgo), const RTF_STATIC = 2048
pkg syscall (openbsd-386-cgo), const RTF_TUNNEL = 1048576
pkg syscall (openbsd-386-cgo), const RTF_UP = 1
pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS = 32768
pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE = 512
pkg syscall (openbsd-386-cgo), const RTM_ADD = 1
pkg syscall (openbsd-386-cgo), const RTM_CHANGE = 3
pkg syscall (openbsd-386-cgo), const RTM_DELADDR = 13
pkg syscall (openbsd-386-cgo), const RTM_DELETE = 2
pkg syscall (openbsd-386-cgo), const RTM_DESYNC = 16
pkg syscall (openbsd-386-cgo), const RTM_GET = 4
pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE = 15
pkg syscall (openbsd-386-cgo), const RTM_IFINFO = 14
pkg syscall (openbsd-386-cgo), const RTM_LOCK = 8
pkg syscall (openbsd-386-cgo), const RTM_LOSING = 5
pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE = 2048
pkg syscall (openbsd-386-cgo), const RTM_MISS = 7
pkg syscall (openbsd-386-cgo), const RTM_NEWADDR = 12
pkg syscall (openbsd-386-cgo), const RTM_REDIRECT = 6
pkg syscall (openbsd-386-cgo), const RTM_RESOLVE = 11
pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4
pkg syscall (openbsd-386-cgo), const RTV_EXPIRE = 4
pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT = 2
pkg syscall (openbsd-386-cgo), const RTV_MTU = 1
pkg syscall (openbsd-386-cgo), const RTV_RPIPE = 8
pkg syscall (openbsd-386-cgo), const RTV_RTT = 64
pkg syscall (openbsd-386-cgo), const RTV_RTTVAR = 128
pkg syscall (openbsd-386-cgo), const RTV_SPIPE = 16
pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH = 32
pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX = 255
pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (openbsd-386-cgo), const RUSAGE_SELF = 0
pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD = 1
pkg syscall (openbsd-386-cgo), const SCM_RIGHTS = 1
pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP = 4
pkg syscall (openbsd-386-cgo), const SIGBUS = 10
pkg syscall (openbsd-386-cgo), const SIGCHLD = 20
pkg syscall (openbsd-386-cgo), const SIGCONT = 19
pkg syscall (openbsd-386-cgo), const SIGEMT = 7
pkg syscall (openbsd-386-cgo), const SIGINFO = 29
pkg syscall (openbsd-386-cgo), const SIGIO = 23
pkg syscall (openbsd-386-cgo), const SIGIOT = 6
pkg syscall (openbsd-386-cgo), const SIGPROF = 27
pkg syscall (openbsd-386-cgo), const SIGSTOP = 17
pkg syscall (openbsd-386-cgo), const SIGSYS = 12
pkg syscall (openbsd-386-cgo), const SIGTHR = 32
pkg syscall (openbsd-386-cgo), const SIGTSTP = 18
pkg syscall (openbsd-386-cgo), const SIGTTIN = 21
pkg syscall (openbsd-386-cgo), const SIGTTOU = 22
pkg syscall (openbsd-386-cgo), const SIGURG = 16
pkg syscall (openbsd-386-cgo), const SIGUSR1 = 30
pkg syscall (openbsd-386-cgo), const SIGUSR2 = 31
pkg syscall (openbsd-386-cgo), const SIGVTALRM = 26
pkg syscall (openbsd-386-cgo), const SIGWINCH = 28
pkg syscall (openbsd-386-cgo), const SIGXCPU = 24
pkg syscall (openbsd-386-cgo), const SIGXFSZ = 25
pkg syscall (openbsd-386-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (openbsd-386-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP = 2149869959
pkg syscall (openbsd-386-cgo), const SIOCALIFADDR = 2182637852
pkg syscall (openbsd-386-cgo), const SIOCATMARK = 1074033415
pkg syscall (openbsd-386-cgo), const SIOCBRDGADD = 2153015612
pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS = 2153015617
pkg syscall (openbsd-386-cgo), const SIOCBRDGARL = 2154719565
pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039
pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL = 2153015613
pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS = 2153015618
pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH = 2153015624
pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL = 2154719566
pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE = 3222563137
pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD = 3222563154
pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT = 3222563153
pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS = 3226757438
pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA = 3222563155
pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456
pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI = 3222563152
pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL = 3223873871
pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS = 3226757436
pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO = 3222563142
pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS = 3226757442
pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS = 3222825283
pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860
pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE = 2148821312
pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD = 2148821330
pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT = 2148821329
pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST = 2153015637
pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS = 2153015615
pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO = 2153015636
pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA = 2148821331
pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI = 2148821328
pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO = 2148821338
pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO = 2148821317
pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC = 2148821337
pkg syscall (openbsd-386-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (openbsd-386-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP = 2149869961
pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR = 2182637854
pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE = 3222825380
pkg syscall (openbsd-386-cgo), const SIOCGETLABEL = 2149607834
pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW = 3223349758
pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC = 3223349752
pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT = 3222566196
pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
pkg syscall (openbsd-386-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (openbsd-386-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (openbsd-386-cgo), const SIOCGIFCONF = 3221776676
pkg syscall (openbsd-386-cgo), const SIOCGIFDATA = 3223349531
pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR = 3223349633
pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR = 3223611787
pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB = 3223611786
pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP = 3223611784
pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (openbsd-386-cgo), const SIOCGIFMTU = 3223349630
pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY = 3223349660
pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN = 3223349664
pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL = 3223349635
pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT = 3223349638
pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS = 3223349662
pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR = 3256379677
pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR = 3256379723
pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE = 3223349666
pkg syscall (openbsd-386-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (openbsd-386-cgo), const SIOCGPGRP = 1074033417
pkg syscall (openbsd-386-cgo), const SIOCGVH = 3223349750
pkg syscall (openbsd-386-cgo), const SIOCIFCREATE = 2149607802
pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE = 2149083555
pkg syscall (openbsd-386-cgo), const SIOCSETLABEL = 2149607833
pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW = 2149607933
pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC = 2149607927
pkg syscall (openbsd-386-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (openbsd-386-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR = 2149607808
pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR = 2149869964
pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR = 2149607711
pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA = 3223349557
pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (openbsd-386-cgo), const SIOCSIFMTU = 2149607807
pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY = 2149607835
pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN = 2149607839
pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL = 2149607810
pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT = 2149607813
pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS = 2149607837
pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR = 2182637898
pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE = 2149607841
pkg syscall (openbsd-386-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (openbsd-386-cgo), const SIOCSPGRP = 2147775240
pkg syscall (openbsd-386-cgo), const SIOCSVH = 3223349749
pkg syscall (openbsd-386-cgo), const SOCK_RDM = 4
pkg syscall (openbsd-386-cgo), const SOL_SOCKET = 65535
pkg syscall (openbsd-386-cgo), const SOMAXCONN = 128
pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN = 2
pkg syscall (openbsd-386-cgo), const SO_BINDANY = 4096
pkg syscall (openbsd-386-cgo), const SO_BROADCAST = 32
pkg syscall (openbsd-386-cgo), const SO_DEBUG = 1
pkg syscall (openbsd-386-cgo), const SO_DONTROUTE = 16
pkg syscall (openbsd-386-cgo), const SO_ERROR = 4103
pkg syscall (openbsd-386-cgo), const SO_KEEPALIVE = 8
pkg syscall (openbsd-386-cgo), const SO_LINGER = 128
pkg syscall (openbsd-386-cgo), const SO_NETPROC = 4128
pkg syscall (openbsd-386-cgo), const SO_OOBINLINE = 256
pkg syscall (openbsd-386-cgo), const SO_PEERCRED = 4130
pkg syscall (openbsd-386-cgo), const SO_RCVBUF = 4098
pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT = 4100
pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO = 4102
pkg syscall (openbsd-386-cgo), const SO_REUSEADDR = 4
pkg syscall (openbsd-386-cgo), const SO_REUSEPORT = 512
pkg syscall (openbsd-386-cgo), const SO_RTABLE = 4129
pkg syscall (openbsd-386-cgo), const SO_SNDBUF = 4097
pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT = 4099
pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO = 4101
pkg syscall (openbsd-386-cgo), const SO_SPLICE = 4131
pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP = 2048
pkg syscall (openbsd-386-cgo), const SO_TYPE = 4104
pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK = 64
pkg syscall (openbsd-386-cgo), const SYS_ACCEPT = 30
pkg syscall (openbsd-386-cgo), const SYS_ACCESS = 33
pkg syscall (openbsd-386-cgo), const SYS_ACCT = 51
pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ = 305
pkg syscall (openbsd-386-cgo), const SYS_ADJTIME = 140
pkg syscall (openbsd-386-cgo), const SYS_BIND = 104
pkg syscall (openbsd-386-cgo), const SYS_CHDIR = 12
pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS = 34
pkg syscall (openbsd-386-cgo), const SYS_CHMOD = 15
pkg syscall (openbsd-386-cgo), const SYS_CHOWN = 16
pkg syscall (openbsd-386-cgo), const SYS_CHROOT = 61
pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234
pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232
pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233
pkg syscall (openbsd-386-cgo), const SYS_CLOSE = 6
pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM = 287
pkg syscall (openbsd-386-cgo), const SYS_CONNECT = 98
pkg syscall (openbsd-386-cgo), const SYS_DUP = 41
pkg syscall (openbsd-386-cgo), const SYS_DUP2 = 90
pkg syscall (openbsd-386-cgo), const SYS_EXECVE = 59
pkg syscall (openbsd-386-cgo), const SYS_EXIT = 1
pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT = 313
pkg syscall (openbsd-386-cgo), const SYS_FCHDIR = 13
pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS = 35
pkg syscall (openbsd-386-cgo), const SYS_FCHMOD = 124
pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT = 314
pkg syscall (openbsd-386-cgo), const SYS_FCHOWN = 123
pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT = 315
pkg syscall (openbsd-386-cgo), const SYS_FCNTL = 92
pkg syscall (openbsd-386-cgo), const SYS_FHOPEN = 264
pkg syscall (openbsd-386-cgo), const SYS_FHSTAT = 294
pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309
pkg syscall (openbsd-386-cgo), const SYS_FLOCK = 131
pkg syscall (openbsd-386-cgo), const SYS_FORK = 2
pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF = 192
pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292
pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316
pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308
pkg syscall (openbsd-386-cgo), const SYS_FSYNC = 95
pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE = 201
pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327
pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206
pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312
pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT = 18
pkg syscall (openbsd-386-cgo), const SYS_GETEGID = 43
pkg syscall (openbsd-386-cgo), const SYS_GETEUID = 25
pkg syscall (openbsd-386-cgo), const SYS_GETFH = 161
pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306
pkg syscall (openbsd-386-cgo), const SYS_GETGID = 47
pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS = 79
pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN = 49
pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME = 31
pkg syscall (openbsd-386-cgo), const SYS_GETPGID = 207
pkg syscall (openbsd-386-cgo), const SYS_GETPGRP = 81
pkg syscall (openbsd-386-cgo), const SYS_GETPID = 20
pkg syscall (openbsd-386-cgo), const SYS_GETPPID = 39
pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY = 100
pkg syscall (openbsd-386-cgo), const SYS_GETRESGID = 283
pkg syscall (openbsd-386-cgo), const SYS_GETRESUID = 281
pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT = 194
pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE = 311
pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
pkg syscall (openbsd-386-cgo), const SYS_GETSID = 255
pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (openbsd-386-cgo), const SYS_GETTHRID = 299
pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (openbsd-386-cgo), const SYS_GETUID = 24
pkg syscall (openbsd-386-cgo), const SYS_IOCTL = 54
pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID = 253
pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
pkg syscall (openbsd-386-cgo), const SYS_KQUEUE = 269
pkg syscall (openbsd-386-cgo), const SYS_KTRACE = 45
pkg syscall (openbsd-386-cgo), const SYS_LCHOWN = 254
pkg syscall (openbsd-386-cgo), const SYS_LINK = 9
pkg syscall (openbsd-386-cgo), const SYS_LINKAT = 317
pkg syscall (openbsd-386-cgo), const SYS_LISTEN = 106
pkg syscall (openbsd-386-cgo), const SYS_LSEEK = 199
pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
pkg syscall (openbsd-386-cgo), const SYS_MADVISE = 75
pkg syscall (openbsd-386-cgo), const SYS_MINCORE = 78
pkg syscall (openbsd-386-cgo), const SYS_MINHERIT = 250
pkg syscall (openbsd-386-cgo), const SYS_MKDIR = 136
pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT = 318
pkg syscall (openbsd-386-cgo), const SYS_MKFIFO = 132
pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT = 319
pkg syscall (openbsd-386-cgo), const SYS_MKNOD = 14
pkg syscall (openbsd-386-cgo), const SYS_MKNODAT = 320
pkg syscall (openbsd-386-cgo), const SYS_MLOCK = 203
pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL = 271
pkg syscall (openbsd-386-cgo), const SYS_MMAP = 197
pkg syscall (openbsd-386-cgo), const SYS_MOUNT = 21
pkg syscall (openbsd-386-cgo), const SYS_MPROTECT = 74
pkg syscall (openbsd-386-cgo), const SYS_MQUERY = 286
pkg syscall (openbsd-386-cgo), const SYS_MSGCTL = 297
pkg syscall (openbsd-386-cgo), const SYS_MSGGET = 225
pkg syscall (openbsd-386-cgo), const SYS_MSGRCV = 227
pkg syscall (openbsd-386-cgo), const SYS_MSGSND = 226
pkg syscall (openbsd-386-cgo), const SYS_MSYNC = 256
pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK = 204
pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL = 272
pkg syscall (openbsd-386-cgo), const SYS_MUNMAP = 73
pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
pkg syscall (openbsd-386-cgo), const SYS_NFSSVC = 155
pkg syscall (openbsd-386-cgo), const SYS_OBREAK = 17
pkg syscall (openbsd-386-cgo), const SYS_OPEN = 5
pkg syscall (openbsd-386-cgo), const SYS_OPENAT = 321
pkg syscall (openbsd-386-cgo), const SYS_PATHCONF = 191
pkg syscall (openbsd-386-cgo), const SYS_PIPE = 263
pkg syscall (openbsd-386-cgo), const SYS_POLL = 252
pkg syscall (openbsd-386-cgo), const SYS_PREAD = 173
pkg syscall (openbsd-386-cgo), const SYS_PREADV = 267
pkg syscall (openbsd-386-cgo), const SYS_PROFIL = 44
pkg syscall (openbsd-386-cgo), const SYS_PTRACE = 26
pkg syscall (openbsd-386-cgo), const SYS_PWRITE = 174
pkg syscall (openbsd-386-cgo), const SYS_PWRITEV = 268
pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL = 148
pkg syscall (openbsd-386-cgo), const SYS_READ = 3
pkg syscall (openbsd-386-cgo), const SYS_READLINK = 58
pkg syscall (openbsd-386-cgo), const SYS_READLINKAT = 322
pkg syscall (openbsd-386-cgo), const SYS_READV = 120
pkg syscall (openbsd-386-cgo), const SYS_REBOOT = 55
pkg syscall (openbsd-386-cgo), const SYS_RECVFROM = 29
pkg syscall (openbsd-386-cgo), const SYS_RECVMSG = 27
pkg syscall (openbsd-386-cgo), const SYS_RENAME = 128
pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT = 323
pkg syscall (openbsd-386-cgo), const SYS_REVOKE = 56
pkg syscall (openbsd-386-cgo), const SYS_RMDIR = 137
pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD = 298
pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
pkg syscall (openbsd-386-cgo), const SYS_SEMGET = 221
pkg syscall (openbsd-386-cgo), const SYS_SEMOP = 290
pkg syscall (openbsd-386-cgo), const SYS_SENDMSG = 28
pkg syscall (openbsd-386-cgo), const SYS_SENDTO = 133
pkg syscall (openbsd-386-cgo), const SYS_SETEGID = 182
pkg syscall (openbsd-386-cgo), const SYS_SETEUID = 183
pkg syscall (openbsd-386-cgo), const SYS_SETGID = 181
pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS = 80
pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83
pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN = 50
pkg syscall (openbsd-386-cgo), const SYS_SETPGID = 82
pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY = 96
pkg syscall (openbsd-386-cgo), const SYS_SETREGID = 127
pkg syscall (openbsd-386-cgo), const SYS_SETRESGID = 284
pkg syscall (openbsd-386-cgo), const SYS_SETRESUID = 282
pkg syscall (openbsd-386-cgo), const SYS_SETREUID = 126
pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT = 195
pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE = 310
pkg syscall (openbsd-386-cgo), const SYS_SETSID = 147
pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (openbsd-386-cgo), const SYS_SETUID = 23
pkg syscall (openbsd-386-cgo), const SYS_SHMAT = 228
pkg syscall (openbsd-386-cgo), const SYS_SHMCTL = 296
pkg syscall (openbsd-386-cgo), const SYS_SHMDT = 230
pkg syscall (openbsd-386-cgo), const SYS_SHMGET = 289
pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN = 134
pkg syscall (openbsd-386-cgo), const SYS_SIGACTION = 46
pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK = 288
pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING = 52
pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK = 48
pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN = 103
pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND = 111
pkg syscall (openbsd-386-cgo), const SYS_SOCKET = 97
pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (openbsd-386-cgo), const SYS_STAT = 291
pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307
pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL = 193
pkg syscall (openbsd-386-cgo), const SYS_SYMLINK = 57
pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT = 324
pkg syscall (openbsd-386-cgo), const SYS_SYNC = 36
pkg syscall (openbsd-386-cgo), const SYS_SYSARCH = 165
pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE = 200
pkg syscall (openbsd-386-cgo), const SYS_UMASK = 60
pkg syscall (openbsd-386-cgo), const SYS_UNLINK = 10
pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT = 325
pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT = 22
pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
pkg syscall (openbsd-386-cgo), const SYS_VFORK = 66
pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
pkg syscall (openbsd-386-cgo), const SYS_WRITE = 4
pkg syscall (openbsd-386-cgo), const SYS_WRITEV = 121
pkg syscall (openbsd-386-cgo), const SYS___GETCWD = 304
pkg syscall (openbsd-386-cgo), const SYS___GET_TCB = 330
pkg syscall (openbsd-386-cgo), const SYS___SEMCTL = 295
pkg syscall (openbsd-386-cgo), const SYS___SET_TCB = 329
pkg syscall (openbsd-386-cgo), const SYS___SYSCTL = 202
pkg syscall (openbsd-386-cgo), const SYS___TFORK = 8
pkg syscall (openbsd-386-cgo), const SYS___THREXIT = 302
pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT = 303
pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP = 301
pkg syscall (openbsd-386-cgo), const S_IFMT = 61440
pkg syscall (openbsd-386-cgo), const SizeofBpfHdr = 20
pkg syscall (openbsd-386-cgo), const SizeofBpfInsn = 8
pkg syscall (openbsd-386-cgo), const SizeofBpfProgram = 8
pkg syscall (openbsd-386-cgo), const SizeofBpfStat = 8
pkg syscall (openbsd-386-cgo), const SizeofBpfVersion = 4
pkg syscall (openbsd-386-cgo), const SizeofCmsghdr = 12
pkg syscall (openbsd-386-cgo), const SizeofIPMreq = 8
pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq = 20
pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr = 26
pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr = 24
pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (openbsd-386-cgo), const SizeofLinger = 8
pkg syscall (openbsd-386-cgo), const SizeofMsghdr = 28
pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88
pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny = 108
pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink = 32
pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix = 106
pkg syscall (openbsd-386-cgo), const TCIFLUSH = 1
pkg syscall (openbsd-386-cgo), const TCIOFLUSH = 3
pkg syscall (openbsd-386-cgo), const TCOFLUSH = 2
pkg syscall (openbsd-386-cgo), const TCP_MAXBURST = 4
pkg syscall (openbsd-386-cgo), const TCP_MAXSEG = 2
pkg syscall (openbsd-386-cgo), const TCP_MAXWIN = 65535
pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK = 3
pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (openbsd-386-cgo), const TCP_MD5SIG = 4
pkg syscall (openbsd-386-cgo), const TCP_MSS = 512
pkg syscall (openbsd-386-cgo), const TCP_NSTATES = 11
pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE = 8
pkg syscall (openbsd-386-cgo), const TCSAFLUSH = 2
pkg syscall (openbsd-386-cgo), const TIOCCBRK = 536900730
pkg syscall (openbsd-386-cgo), const TIOCCDTR = 536900728
pkg syscall (openbsd-386-cgo), const TIOCCONS = 2147775586
pkg syscall (openbsd-386-cgo), const TIOCDRAIN = 536900702
pkg syscall (openbsd-386-cgo), const TIOCEXCL = 536900621
pkg syscall (openbsd-386-cgo), const TIOCEXT = 2147775584
pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS = 16
pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
pkg syscall (openbsd-386-cgo), const TIOCFLUSH = 2147775504
pkg syscall (openbsd-386-cgo), const TIOCGETA = 1076655123
pkg syscall (openbsd-386-cgo), const TIOCGETD = 1074033690
pkg syscall (openbsd-386-cgo), const TIOCGFLAGS = 1074033757
pkg syscall (openbsd-386-cgo), const TIOCGPGRP = 1074033783
pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899
pkg syscall (openbsd-386-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (openbsd-386-cgo), const TIOCMBIC = 2147775595
pkg syscall (openbsd-386-cgo), const TIOCMBIS = 2147775596
pkg syscall (openbsd-386-cgo), const TIOCMGET = 1074033770
pkg syscall (openbsd-386-cgo), const TIOCMODG = 1074033770
pkg syscall (openbsd-386-cgo), const TIOCMODS = 2147775597
pkg syscall (openbsd-386-cgo), const TIOCMSET = 2147775597
pkg syscall (openbsd-386-cgo), const TIOCM_CAR = 64
pkg syscall (openbsd-386-cgo), const TIOCM_CD = 64
pkg syscall (openbsd-386-cgo), const TIOCM_CTS = 32
pkg syscall (openbsd-386-cgo), const TIOCM_DSR = 256
pkg syscall (openbsd-386-cgo), const TIOCM_DTR = 2
pkg syscall (openbsd-386-cgo), const TIOCM_LE = 1
pkg syscall (openbsd-386-cgo), const TIOCM_RI = 128
pkg syscall (openbsd-386-cgo), const TIOCM_RNG = 128
pkg syscall (openbsd-386-cgo), const TIOCM_RTS = 4
pkg syscall (openbsd-386-cgo), const TIOCM_SR = 16
pkg syscall (openbsd-386-cgo), const TIOCM_ST = 8
pkg syscall (openbsd-386-cgo), const TIOCNOTTY = 536900721
pkg syscall (openbsd-386-cgo), const TIOCNXCL = 536900622
pkg syscall (openbsd-386-cgo), const TIOCOUTQ = 1074033779
pkg syscall (openbsd-386-cgo), const TIOCPKT = 2147775600
pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA = 0
pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (openbsd-386-cgo), const TIOCPKT_START = 8
pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP = 4
pkg syscall (openbsd-386-cgo), const TIOCREMOTE = 2147775593
pkg syscall (openbsd-386-cgo), const TIOCSBRK = 536900731
pkg syscall (openbsd-386-cgo), const TIOCSCTTY = 536900705
pkg syscall (openbsd-386-cgo), const TIOCSDTR = 536900729
pkg syscall (openbsd-386-cgo), const TIOCSETA = 2150396948
pkg syscall (openbsd-386-cgo), const TIOCSETAF = 2150396950
pkg syscall (openbsd-386-cgo), const TIOCSETAW = 2150396949
pkg syscall (openbsd-386-cgo), const TIOCSETD = 2147775515
pkg syscall (openbsd-386-cgo), const TIOCSFLAGS = 2147775580
pkg syscall (openbsd-386-cgo), const TIOCSIG = 2147775583
pkg syscall (openbsd-386-cgo), const TIOCSPGRP = 2147775606
pkg syscall (openbsd-386-cgo), const TIOCSTART = 536900718
pkg syscall (openbsd-386-cgo), const TIOCSTAT = 2147775589
pkg syscall (openbsd-386-cgo), const TIOCSTI = 2147578994
pkg syscall (openbsd-386-cgo), const TIOCSTOP = 536900719
pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP = 2148037722
pkg syscall (openbsd-386-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (openbsd-386-cgo), const TIOCUCNTL = 2147775590
pkg syscall (openbsd-386-cgo), const TOSTOP = 4194304
pkg syscall (openbsd-386-cgo), const VDISCARD = 15
pkg syscall (openbsd-386-cgo), const VDSUSP = 11
pkg syscall (openbsd-386-cgo), const VEOF = 0
pkg syscall (openbsd-386-cgo), const VEOL = 1
pkg syscall (openbsd-386-cgo), const VEOL2 = 2
pkg syscall (openbsd-386-cgo), const VERASE = 3
pkg syscall (openbsd-386-cgo), const VINTR = 8
pkg syscall (openbsd-386-cgo), const VKILL = 5
pkg syscall (openbsd-386-cgo), const VLNEXT = 14
pkg syscall (openbsd-386-cgo), const VMIN = 16
pkg syscall (openbsd-386-cgo), const VQUIT = 9
pkg syscall (openbsd-386-cgo), const VREPRINT = 6
pkg syscall (openbsd-386-cgo), const VSTART = 12
pkg syscall (openbsd-386-cgo), const VSTATUS = 18
pkg syscall (openbsd-386-cgo), const VSTOP = 13
pkg syscall (openbsd-386-cgo), const VSUSP = 10
pkg syscall (openbsd-386-cgo), const VTIME = 17
pkg syscall (openbsd-386-cgo), const VWERASE = 4
pkg syscall (openbsd-386-cgo), const WALTSIG = 4
pkg syscall (openbsd-386-cgo), const WCONTINUED = 8
pkg syscall (openbsd-386-cgo), const WCOREFLAG = 128
pkg syscall (openbsd-386-cgo), const WNOHANG = 1
pkg syscall (openbsd-386-cgo), const WSTOPPED = 127
pkg syscall (openbsd-386-cgo), const WUNTRACED = 2
pkg syscall (openbsd-amd64), const AF_APPLETALK = 16
pkg syscall (openbsd-amd64), const AF_BLUETOOTH = 32
pkg syscall (openbsd-amd64), const AF_CCITT = 10
pkg syscall (openbsd-amd64), const AF_CHAOS = 5
pkg syscall (openbsd-amd64), const AF_CNT = 21
pkg syscall (openbsd-amd64), const AF_COIP = 20
pkg syscall (openbsd-amd64), const AF_DATAKIT = 9
pkg syscall (openbsd-amd64), const AF_DECnet = 12
pkg syscall (openbsd-amd64), const AF_DLI = 13
pkg syscall (openbsd-amd64), const AF_E164 = 26
pkg syscall (openbsd-amd64), const AF_ECMA = 8
pkg syscall (openbsd-amd64), const AF_ENCAP = 28
pkg syscall (openbsd-amd64), const AF_HYLINK = 15
pkg syscall (openbsd-amd64), const AF_IMPLINK = 3
pkg syscall (openbsd-amd64), const AF_INET6 = 24
pkg syscall (openbsd-amd64), const AF_IPX = 23
pkg syscall (openbsd-amd64), const AF_ISDN = 26
pkg syscall (openbsd-amd64), const AF_ISO = 7
pkg syscall (openbsd-amd64), const AF_KEY = 30
pkg syscall (openbsd-amd64), const AF_LAT = 14
pkg syscall (openbsd-amd64), const AF_LINK = 18
pkg syscall (openbsd-amd64), const AF_LOCAL = 1
pkg syscall (openbsd-amd64), const AF_MAX = 36
pkg syscall (openbsd-amd64), const AF_MPLS = 33
pkg syscall (openbsd-amd64), const AF_NATM = 27
pkg syscall (openbsd-amd64), const AF_NS = 6
pkg syscall (openbsd-amd64), const AF_OSI = 7
pkg syscall (openbsd-amd64), const AF_PUP = 4
pkg syscall (openbsd-amd64), const AF_ROUTE = 17
pkg syscall (openbsd-amd64), const AF_SIP = 29
pkg syscall (openbsd-amd64), const AF_SNA = 11
pkg syscall (openbsd-amd64), const ARPHRD_ETHER = 1
pkg syscall (openbsd-amd64), const ARPHRD_FRELAY = 15
pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 = 24
pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 = 6
pkg syscall (openbsd-amd64), const B0 = 0
pkg syscall (openbsd-amd64), const B110 = 110
pkg syscall (openbsd-amd64), const B115200 = 115200
pkg syscall (openbsd-amd64), const B1200 = 1200
pkg syscall (openbsd-amd64), const B134 = 134
pkg syscall (openbsd-amd64), const B14400 = 14400
pkg syscall (openbsd-amd64), const B150 = 150
pkg syscall (openbsd-amd64), const B1800 = 1800
pkg syscall (openbsd-amd64), const B19200 = 19200
pkg syscall (openbsd-amd64), const B200 = 200
pkg syscall (openbsd-amd64), const B230400 = 230400
pkg syscall (openbsd-amd64), const B2400 = 2400
pkg syscall (openbsd-amd64), const B28800 = 28800
pkg syscall (openbsd-amd64), const B300 = 300
pkg syscall (openbsd-amd64), const B38400 = 38400
pkg syscall (openbsd-amd64), const B4800 = 4800
pkg syscall (openbsd-amd64), const B50 = 50
pkg syscall (openbsd-amd64), const B57600 = 57600
pkg syscall (openbsd-amd64), const B600 = 600
pkg syscall (openbsd-amd64), const B7200 = 7200
pkg syscall (openbsd-amd64), const B75 = 75
pkg syscall (openbsd-amd64), const B76800 = 76800
pkg syscall (openbsd-amd64), const B9600 = 9600
pkg syscall (openbsd-amd64), const BIOCFLUSH = 536887912
pkg syscall (openbsd-amd64), const BIOCGBLEN = 1074020966
pkg syscall (openbsd-amd64), const BIOCGDIRFILT = 1074020988
pkg syscall (openbsd-amd64), const BIOCGDLT = 1074020970
pkg syscall (openbsd-amd64), const BIOCGDLTLIST = 3222291067
pkg syscall (openbsd-amd64), const BIOCGETIF = 1075855979
pkg syscall (openbsd-amd64), const BIOCGFILDROP = 1074020984
pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT = 1074020980
pkg syscall (openbsd-amd64), const BIOCGRSIG = 1074020979
pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT = 1074807406
pkg syscall (openbsd-amd64), const BIOCGSTATS = 1074283119
pkg syscall (openbsd-amd64), const BIOCIMMEDIATE = 2147762800
pkg syscall (openbsd-amd64), const BIOCLOCK = 536887926
pkg syscall (openbsd-amd64), const BIOCPROMISC = 536887913
pkg syscall (openbsd-amd64), const BIOCSBLEN = 3221504614
pkg syscall (openbsd-amd64), const BIOCSDIRFILT = 2147762813
pkg syscall (openbsd-amd64), const BIOCSDLT = 2147762810
pkg syscall (openbsd-amd64), const BIOCSETF = 2148549223
pkg syscall (openbsd-amd64), const BIOCSETIF = 2149597804
pkg syscall (openbsd-amd64), const BIOCSETWF = 2148549239
pkg syscall (openbsd-amd64), const BIOCSFILDROP = 2147762809
pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT = 2147762805
pkg syscall (openbsd-amd64), const BIOCSRSIG = 2147762802
pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT = 2148549229
pkg syscall (openbsd-amd64), const BIOCVERSION = 1074020977
pkg syscall (openbsd-amd64), const BPF_A = 16
pkg syscall (openbsd-amd64), const BPF_ABS = 32
pkg syscall (openbsd-amd64), const BPF_ADD = 0
pkg syscall (openbsd-amd64), const BPF_ALIGNMENT = 4
pkg syscall (openbsd-amd64), const BPF_ALU = 4
pkg syscall (openbsd-amd64), const BPF_AND = 80
pkg syscall (openbsd-amd64), const BPF_B = 16
pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN = 1
pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT = 2
pkg syscall (openbsd-amd64), const BPF_DIV = 48
pkg syscall (openbsd-amd64), const BPF_H = 8
pkg syscall (openbsd-amd64), const BPF_IMM = 0
pkg syscall (openbsd-amd64), const BPF_IND = 64
pkg syscall (openbsd-amd64), const BPF_JA = 0
pkg syscall (openbsd-amd64), const BPF_JEQ = 16
pkg syscall (openbsd-amd64), const BPF_JGE = 48
pkg syscall (openbsd-amd64), const BPF_JGT = 32
pkg syscall (openbsd-amd64), const BPF_JMP = 5
pkg syscall (openbsd-amd64), const BPF_JSET = 64
pkg syscall (openbsd-amd64), const BPF_K = 0
pkg syscall (openbsd-amd64), const BPF_LD = 0
pkg syscall (openbsd-amd64), const BPF_LDX = 1
pkg syscall (openbsd-amd64), const BPF_LEN = 128
pkg syscall (openbsd-amd64), const BPF_LSH = 96
pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION = 1
pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE = 2097152
pkg syscall (openbsd-amd64), const BPF_MAXINSNS = 512
pkg syscall (openbsd-amd64), const BPF_MEM = 96
pkg syscall (openbsd-amd64), const BPF_MEMWORDS = 16
pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE = 32
pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION = 1
pkg syscall (openbsd-amd64), const BPF_MISC = 7
pkg syscall (openbsd-amd64), const BPF_MSH = 160
pkg syscall (openbsd-amd64), const BPF_MUL = 32
pkg syscall (openbsd-amd64), const BPF_NEG = 128
pkg syscall (openbsd-amd64), const BPF_OR = 64
pkg syscall (openbsd-amd64), const BPF_RELEASE = 199606
pkg syscall (openbsd-amd64), const BPF_RET = 6
pkg syscall (openbsd-amd64), const BPF_RSH = 112
pkg syscall (openbsd-amd64), const BPF_ST = 2
pkg syscall (openbsd-amd64), const BPF_STX = 3
pkg syscall (openbsd-amd64), const BPF_SUB = 16
pkg syscall (openbsd-amd64), const BPF_TAX = 0
pkg syscall (openbsd-amd64), const BPF_TXA = 128
pkg syscall (openbsd-amd64), const BPF_W = 0
pkg syscall (openbsd-amd64), const BPF_X = 8
pkg syscall (openbsd-amd64), const BRKINT = 2
pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16
pkg syscall (openbsd-amd64), const CFLUSH = 15
pkg syscall (openbsd-amd64), const CLOCAL = 32768
pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288
pkg syscall (openbsd-amd64), const CREAD = 2048
pkg syscall (openbsd-amd64), const CS5 = 0
pkg syscall (openbsd-amd64), const CS6 = 256
pkg syscall (openbsd-amd64), const CS7 = 512
pkg syscall (openbsd-amd64), const CS8 = 768
pkg syscall (openbsd-amd64), const CSIZE = 768
pkg syscall (openbsd-amd64), const CSTART = 17
pkg syscall (openbsd-amd64), const CSTATUS = 255
pkg syscall (openbsd-amd64), const CSTOP = 19
pkg syscall (openbsd-amd64), const CSTOPB = 1024
pkg syscall (openbsd-amd64), const CSUSP = 26
pkg syscall (openbsd-amd64), const CTL_MAXNAME = 12
pkg syscall (openbsd-amd64), const CTL_NET = 4
pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH = 536888398
pkg syscall (openbsd-amd64), const DLT_ARCNET = 7
pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 = 11
pkg syscall (openbsd-amd64), const DLT_AX25 = 3
pkg syscall (openbsd-amd64), const DLT_CHAOS = 5
pkg syscall (openbsd-amd64), const DLT_C_HDLC = 104
pkg syscall (openbsd-amd64), const DLT_EN10MB = 1
pkg syscall (openbsd-amd64), const DLT_EN3MB = 2
pkg syscall (openbsd-amd64), const DLT_ENC = 13
pkg syscall (openbsd-amd64), const DLT_FDDI = 10
pkg syscall (openbsd-amd64), const DLT_IEEE802 = 6
pkg syscall (openbsd-amd64), const DLT_IEEE802_11 = 105
pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO = 127
pkg syscall (openbsd-amd64), const DLT_LOOP = 12
pkg syscall (openbsd-amd64), const DLT_MPLS = 219
pkg syscall (openbsd-amd64), const DLT_NULL = 0
pkg syscall (openbsd-amd64), const DLT_PFLOG = 117
pkg syscall (openbsd-amd64), const DLT_PFSYNC = 18
pkg syscall (openbsd-amd64), const DLT_PPP = 9
pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS = 16
pkg syscall (openbsd-amd64), const DLT_PPP_ETHER = 51
pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL = 50
pkg syscall (openbsd-amd64), const DLT_PRONET = 4
pkg syscall (openbsd-amd64), const DLT_RAW = 14
pkg syscall (openbsd-amd64), const DLT_SLIP = 8
pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS = 15
pkg syscall (openbsd-amd64), const DT_BLK = 6
pkg syscall (openbsd-amd64), const DT_CHR = 2
pkg syscall (openbsd-amd64), const DT_DIR = 4
pkg syscall (openbsd-amd64), const DT_FIFO = 1
pkg syscall (openbsd-amd64), const DT_LNK = 10
pkg syscall (openbsd-amd64), const DT_REG = 8
pkg syscall (openbsd-amd64), const DT_SOCK = 12
pkg syscall (openbsd-amd64), const DT_UNKNOWN = 0
pkg syscall (openbsd-amd64), const E2BIG = 7
pkg syscall (openbsd-amd64), const EACCES = 13
pkg syscall (openbsd-amd64), const EADDRINUSE = 48
pkg syscall (openbsd-amd64), const EADDRNOTAVAIL = 49
pkg syscall (openbsd-amd64), const EAFNOSUPPORT = 47
pkg syscall (openbsd-amd64), const EAGAIN = 35
pkg syscall (openbsd-amd64), const EALREADY = 37
pkg syscall (openbsd-amd64), const EAUTH = 80
pkg syscall (openbsd-amd64), const EBADF = 9
pkg syscall (openbsd-amd64), const EBADRPC = 72
pkg syscall (openbsd-amd64), const EBUSY = 16
pkg syscall (openbsd-amd64), const ECANCELED = 88
pkg syscall (openbsd-amd64), const ECHILD = 10
pkg syscall (openbsd-amd64), const ECHO = 8
pkg syscall (openbsd-amd64), const ECHOCTL = 64
pkg syscall (openbsd-amd64), const ECHOE = 2
pkg syscall (openbsd-amd64), const ECHOK = 4
pkg syscall (openbsd-amd64), const ECHOKE = 1
pkg syscall (openbsd-amd64), const ECHONL = 16
pkg syscall (openbsd-amd64), const ECHOPRT = 32
pkg syscall (openbsd-amd64), const ECONNABORTED = 53
pkg syscall (openbsd-amd64), const ECONNREFUSED = 61
pkg syscall (openbsd-amd64), const ECONNRESET = 54
pkg syscall (openbsd-amd64), const EDEADLK = 11
pkg syscall (openbsd-amd64), const EDESTADDRREQ = 39
pkg syscall (openbsd-amd64), const EDOM = 33
pkg syscall (openbsd-amd64), const EDQUOT = 69
pkg syscall (openbsd-amd64), const EEXIST = 17
pkg syscall (openbsd-amd64), const EFAULT = 14
pkg syscall (openbsd-amd64), const EFBIG = 27
pkg syscall (openbsd-amd64), const EFER_LMA = 1024
pkg syscall (openbsd-amd64), const EFER_LME = 256
pkg syscall (openbsd-amd64), const EFER_NXE = 2048
pkg syscall (openbsd-amd64), const EFER_SCE = 1
pkg syscall (openbsd-amd64), const EFTYPE = 79
pkg syscall (openbsd-amd64), const EHOSTDOWN = 64
pkg syscall (openbsd-amd64), const EHOSTUNREACH = 65
pkg syscall (openbsd-amd64), const EIDRM = 89
pkg syscall (openbsd-amd64), const EILSEQ = 84
pkg syscall (openbsd-amd64), const EINPROGRESS = 36
pkg syscall (openbsd-amd64), const EINTR = 4
pkg syscall (openbsd-amd64), const EINVAL = 22
pkg syscall (openbsd-amd64), const EIO = 5
pkg syscall (openbsd-amd64), const EIPSEC = 82
pkg syscall (openbsd-amd64), const EISCONN = 56
pkg syscall (openbsd-amd64), const EISDIR = 21
pkg syscall (openbsd-amd64), const ELAST = 91
pkg syscall (openbsd-amd64), const ELOOP = 62
pkg syscall (openbsd-amd64), const EMEDIUMTYPE = 86
pkg syscall (openbsd-amd64), const EMFILE = 24
pkg syscall (openbsd-amd64), const EMLINK = 31
pkg syscall (openbsd-amd64), const EMSGSIZE = 40
pkg syscall (openbsd-amd64), const EMT_TAGOVF = 1
pkg syscall (openbsd-amd64), const EMUL_ENABLED = 1
pkg syscall (openbsd-amd64), const EMUL_NATIVE = 2
pkg syscall (openbsd-amd64), const ENAMETOOLONG = 63
pkg syscall (openbsd-amd64), const ENDRUNDISC = 9
pkg syscall (openbsd-amd64), const ENEEDAUTH = 81
pkg syscall (openbsd-amd64), const ENETDOWN = 50
pkg syscall (openbsd-amd64), const ENETRESET = 52
pkg syscall (openbsd-amd64), const ENETUNREACH = 51
pkg syscall (openbsd-amd64), const ENFILE = 23
pkg syscall (openbsd-amd64), const ENOATTR = 83
pkg syscall (openbsd-amd64), const ENOBUFS = 55
pkg syscall (openbsd-amd64), const ENODEV = 19
pkg syscall (openbsd-amd64), const ENOEXEC = 8
pkg syscall (openbsd-amd64), const ENOLCK = 77
pkg syscall (openbsd-amd64), const ENOMEDIUM = 85
pkg syscall (openbsd-amd64), const ENOMEM = 12
pkg syscall (openbsd-amd64), const ENOMSG = 90
pkg syscall (openbsd-amd64), const ENOPROTOOPT = 42
pkg syscall (openbsd-amd64), const ENOSPC = 28
pkg syscall (openbsd-amd64), const ENOSYS = 78
pkg syscall (openbsd-amd64), const ENOTBLK = 15
pkg syscall (openbsd-amd64), const ENOTCONN = 57
pkg syscall (openbsd-amd64), const ENOTDIR = 20
pkg syscall (openbsd-amd64), const ENOTEMPTY = 66
pkg syscall (openbsd-amd64), const ENOTSOCK = 38
pkg syscall (openbsd-amd64), const ENOTSUP = 91
pkg syscall (openbsd-amd64), const ENOTTY = 25
pkg syscall (openbsd-amd64), const ENXIO = 6
pkg syscall (openbsd-amd64), const EOPNOTSUPP = 45
pkg syscall (openbsd-amd64), const EOVERFLOW = 87
pkg syscall (openbsd-amd64), const EPERM = 1
pkg syscall (openbsd-amd64), const EPFNOSUPPORT = 46
pkg syscall (openbsd-amd64), const EPIPE = 32
pkg syscall (openbsd-amd64), const EPROCLIM = 67
pkg syscall (openbsd-amd64), const EPROCUNAVAIL = 76
pkg syscall (openbsd-amd64), const EPROGMISMATCH = 75
pkg syscall (openbsd-amd64), const EPROGUNAVAIL = 74
pkg syscall (openbsd-amd64), const EPROTONOSUPPORT = 43
pkg syscall (openbsd-amd64), const EPROTOTYPE = 41
pkg syscall (openbsd-amd64), const ERANGE = 34
pkg syscall (openbsd-amd64), const EREMOTE = 71
pkg syscall (openbsd-amd64), const EROFS = 30
pkg syscall (openbsd-amd64), const ERPCMISMATCH = 73
pkg syscall (openbsd-amd64), const ESHUTDOWN = 58
pkg syscall (openbsd-amd64), const ESOCKTNOSUPPORT = 44
pkg syscall (openbsd-amd64), const ESPIPE = 29
pkg syscall (openbsd-amd64), const ESRCH = 3
pkg syscall (openbsd-amd64), const ESTALE = 70
pkg syscall (openbsd-amd64), const ETHERMIN = 46
pkg syscall (openbsd-amd64), const ETHERMTU = 1500
pkg syscall (openbsd-amd64), const ETHERTYPE_8023 = 4
pkg syscall (openbsd-amd64), const ETHERTYPE_AARP = 33011
pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON = 33680
pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC = 32822
pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA = 33098
pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER = 24584
pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA = 33093
pkg syscall (openbsd-amd64), const ETHERTYPE_AOE = 34978
pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO = 33015
pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK = 32923
pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK = 32967
pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (openbsd-amd64), const ETHERTYPE_ARP = 2054
pkg syscall (openbsd-amd64), const ETHERTYPE_AT = 32923
pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK = 32923
pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC = 34527
pkg syscall (openbsd-amd64), const ETHERTYPE_ATT = 32873
pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS = 34902
pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP = 36867
pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL = 33026
pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON = 28724
pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS = 2052
pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS = 32772
pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (openbsd-amd64), const ETHERTYPE_DCA = 4660
pkg syscall (openbsd-amd64), const ETHERTYPE_DDE = 32891
pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI = 43690
pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM = 32840
pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST = 24582
pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG = 24581
pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS = 32828
pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS = 32830
pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER = 24576
pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST = 32833
pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM = 32831
pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON = 34526
pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE = 17185
pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 = 1632
pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 = 1633
pkg syscall (openbsd-amd64), const ETHERTYPE_DN = 24579
pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD = 32825
pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA = 2051
pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (openbsd-amd64), const ETHERTYPE_ES = 32861
pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN = 32784
pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP = 33094
pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP = 2056
pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN = 32872
pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES = 33072
pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI = 34848
pkg syscall (openbsd-amd64), const ETHERTYPE_HP = 32773
pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL = 19522
pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (openbsd-amd64), const ETHERTYPE_IP = 2048
pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS = 34668
pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 = 34525
pkg syscall (openbsd-amd64), const ETHERTYPE_IPX = 33079
pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW = 32823
pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA = 34178
pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE = 34952
pkg syscall (openbsd-amd64), const ETHERTYPE_LAT = 24580
pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK = 36864
pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE = 32864
pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP = 35020
pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA = 32890
pkg syscall (openbsd-amd64), const ETHERTYPE_MAX = 65535
pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT = 32892
pkg syscall (openbsd-amd64), const ETHERTYPE_MICP = 34618
pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL = 24577
pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC = 24578
pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS = 34887
pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS = 33087
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC = 15364
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG = 15367
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB = 15368
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR = 15372
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS = 15371
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST = 15373
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD = 15361
pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD = 15360
pkg syscall (openbsd-amd64), const ETHERTYPE_NBS = 2050
pkg syscall (openbsd-amd64), const ETHERTYPE_NCD = 33097
pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR = 32774
pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI = 33169
pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL = 33080
pkg syscall (openbsd-amd64), const ETHERTYPE_NS = 1536
pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT = 1537
pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER = 16
pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 = 28679
pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET = 28681
pkg syscall (openbsd-amd64), const ETHERTYPE_PACER = 32966
pkg syscall (openbsd-amd64), const ETHERTYPE_PAE = 34958
pkg syscall (openbsd-amd64), const ETHERTYPE_PCS = 16962
pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING = 32836
pkg syscall (openbsd-amd64), const ETHERTYPE_PPP = 34827
pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE = 34916
pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (openbsd-amd64), const ETHERTYPE_PUP = 512
pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT = 512
pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ = 34984
pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL = 28720
pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL = 33104
pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR = 25945
pkg syscall (openbsd-amd64), const ETHERTYPE_RCL = 6549
pkg syscall (openbsd-amd64), const ETHERTYPE_RDP = 34617
pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX = 33010
pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP = 32821
pkg syscall (openbsd-amd64), const ETHERTYPE_SCA = 24583
pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA = 34523
pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW = 33150
pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV = 32789
pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET = 21000
pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW = 34825
pkg syscall (openbsd-amd64), const ETHERTYPE_SNA = 32981
pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP = 33100
pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX = 64245
pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER = 32927
pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE = 1280
pkg syscall (openbsd-amd64), const ETHERTYPE_STP = 33153
pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS = 33067
pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC = 34091
pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM = 36866
pkg syscall (openbsd-amd64), const ETHERTYPE_TEC = 33103
pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN = 32815
pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL = 4096
pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST = 28677
pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL = 28672
pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU = 28673
pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC = 28675
pkg syscall (openbsd-amd64), const ETHERTYPE_VALID = 5632
pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN = 32989
pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN = 32827
pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO = 32871
pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP = 32859
pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB = 33073
pkg syscall (openbsd-amd64), const ETHERTYPE_VINES = 2989
pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO = 2991
pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL = 65280
pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN = 33024
pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD = 32860
pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED = 33095
pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO = 33072
pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (openbsd-amd64), const ETHERTYPE_X25 = 2053
pkg syscall (openbsd-amd64), const ETHERTYPE_X75 = 2049
pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM = 36865
pkg syscall (openbsd-amd64), const ETHERTYPE_XTP = 33149
pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN = 6
pkg syscall (openbsd-amd64), const ETHER_ALIGN = 2
pkg syscall (openbsd-amd64), const ETHER_CRC_LEN = 4
pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (openbsd-amd64), const ETHER_HDR_LEN = 14
pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN = 1536
pkg syscall (openbsd-amd64), const ETHER_MAX_LEN = 1518
pkg syscall (openbsd-amd64), const ETHER_MIN_LEN = 64
pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN = 2
pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (openbsd-amd64), const ETIMEDOUT = 60
pkg syscall (openbsd-amd64), const ETOOMANYREFS = 59
pkg syscall (openbsd-amd64), const ETXTBSY = 26
pkg syscall (openbsd-amd64), const EUSERS = 68
pkg syscall (openbsd-amd64), const EVFILT_AIO = -3
pkg syscall (openbsd-amd64), const EVFILT_PROC = -5
pkg syscall (openbsd-amd64), const EVFILT_READ = -1
pkg syscall (openbsd-amd64), const EVFILT_SIGNAL = -6
pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT = 7
pkg syscall (openbsd-amd64), const EVFILT_TIMER = -7
pkg syscall (openbsd-amd64), const EVFILT_VNODE = -4
pkg syscall (openbsd-amd64), const EVFILT_WRITE = -2
pkg syscall (openbsd-amd64), const EV_ADD = 1
pkg syscall (openbsd-amd64), const EV_CLEAR = 32
pkg syscall (openbsd-amd64), const EV_DELETE = 2
pkg syscall (openbsd-amd64), const EV_DISABLE = 8
pkg syscall (openbsd-amd64), const EV_ENABLE = 4
pkg syscall (openbsd-amd64), const EV_EOF = 32768
pkg syscall (openbsd-amd64), const EV_ERROR = 16384
pkg syscall (openbsd-amd64), const EV_FLAG1 = 8192
pkg syscall (openbsd-amd64), const EV_ONESHOT = 16
pkg syscall (openbsd-amd64), const EV_SYSFLAGS = 61440
pkg syscall (openbsd-amd64), const EWOULDBLOCK = 35
pkg syscall (openbsd-amd64), const EXDEV = 18
pkg syscall (openbsd-amd64), const EXTA = 19200
pkg syscall (openbsd-amd64), const EXTB = 38400
pkg syscall (openbsd-amd64), const EXTPROC = 2048
pkg syscall (openbsd-amd64), const FD_CLOEXEC = 1
pkg syscall (openbsd-amd64), const FD_SETSIZE = 1024
pkg syscall (openbsd-amd64), const FLUSHO = 8388608
pkg syscall (openbsd-amd64), const F_DUPFD = 0
pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC = 10
pkg syscall (openbsd-amd64), const F_GETFD = 1
pkg syscall (openbsd-amd64), const F_GETFL = 3
pkg syscall (openbsd-amd64), const F_GETLK = 7
pkg syscall (openbsd-amd64), const F_GETOWN = 5
pkg syscall (openbsd-amd64), const F_OK = 0
pkg syscall (openbsd-amd64), const F_RDLCK = 1
pkg syscall (openbsd-amd64), const F_SETFD = 2
pkg syscall (openbsd-amd64), const F_SETFL = 4
pkg syscall (openbsd-amd64), const F_SETLK = 8
pkg syscall (openbsd-amd64), const F_SETLKW = 9
pkg syscall (openbsd-amd64), const F_SETOWN = 6
pkg syscall (openbsd-amd64), const F_UNLCK = 2
pkg syscall (openbsd-amd64), const F_WRLCK = 3
pkg syscall (openbsd-amd64), const HUPCL = 16384
pkg syscall (openbsd-amd64), const ICANON = 256
pkg syscall (openbsd-amd64), const ICRNL = 256
pkg syscall (openbsd-amd64), const IEXTEN = 1024
pkg syscall (openbsd-amd64), const IFAN_ARRIVAL = 0
pkg syscall (openbsd-amd64), const IFAN_DEPARTURE = 1
pkg syscall (openbsd-amd64), const IFA_ROUTE = 1
pkg syscall (openbsd-amd64), const IFF_ALLMULTI = 512
pkg syscall (openbsd-amd64), const IFF_CANTCHANGE = 36434
pkg syscall (openbsd-amd64), const IFF_DEBUG = 4
pkg syscall (openbsd-amd64), const IFF_LINK0 = 4096
pkg syscall (openbsd-amd64), const IFF_LINK1 = 8192
pkg syscall (openbsd-amd64), const IFF_LINK2 = 16384
pkg syscall (openbsd-amd64), const IFF_LOOPBACK = 8
pkg syscall (openbsd-amd64), const IFF_MULTICAST = 32768
pkg syscall (openbsd-amd64), const IFF_NOARP = 128
pkg syscall (openbsd-amd64), const IFF_NOTRAILERS = 32
pkg syscall (openbsd-amd64), const IFF_OACTIVE = 1024
pkg syscall (openbsd-amd64), const IFF_POINTOPOINT = 16
pkg syscall (openbsd-amd64), const IFF_PROMISC = 256
pkg syscall (openbsd-amd64), const IFF_RUNNING = 64
pkg syscall (openbsd-amd64), const IFF_SIMPLEX = 2048
pkg syscall (openbsd-amd64), const IFNAMSIZ = 16
pkg syscall (openbsd-amd64), const IFT_1822 = 2
pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH = 130
pkg syscall (openbsd-amd64), const IFT_AAL2 = 187
pkg syscall (openbsd-amd64), const IFT_AAL5 = 49
pkg syscall (openbsd-amd64), const IFT_ADSL = 94
pkg syscall (openbsd-amd64), const IFT_AFLANE8023 = 59
pkg syscall (openbsd-amd64), const IFT_AFLANE8025 = 60
pkg syscall (openbsd-amd64), const IFT_ARAP = 88
pkg syscall (openbsd-amd64), const IFT_ARCNET = 35
pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS = 36
pkg syscall (openbsd-amd64), const IFT_ASYNC = 84
pkg syscall (openbsd-amd64), const IFT_ATM = 37
pkg syscall (openbsd-amd64), const IFT_ATMDXI = 105
pkg syscall (openbsd-amd64), const IFT_ATMFUNI = 106
pkg syscall (openbsd-amd64), const IFT_ATMIMA = 107
pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL = 80
pkg syscall (openbsd-amd64), const IFT_ATMRADIO = 189
pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE = 134
pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT = 194
pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL = 149
pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (openbsd-amd64), const IFT_BLUETOOTH = 248
pkg syscall (openbsd-amd64), const IFT_BRIDGE = 209
pkg syscall (openbsd-amd64), const IFT_BSC = 83
pkg syscall (openbsd-amd64), const IFT_CARP = 247
pkg syscall (openbsd-amd64), const IFT_CCTEMUL = 61
pkg syscall (openbsd-amd64), const IFT_CEPT = 19
pkg syscall (openbsd-amd64), const IFT_CES = 133
pkg syscall (openbsd-amd64), const IFT_CHANNEL = 70
pkg syscall (openbsd-amd64), const IFT_CNR = 85
pkg syscall (openbsd-amd64), const IFT_COFFEE = 132
pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK = 155
pkg syscall (openbsd-amd64), const IFT_DCN = 141
pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE = 138
pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (openbsd-amd64), const IFT_DLSW = 74
pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (openbsd-amd64), const IFT_DS0 = 81
pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE = 82
pkg syscall (openbsd-amd64), const IFT_DS1FDL = 170
pkg syscall (openbsd-amd64), const IFT_DS3 = 30
pkg syscall (openbsd-amd64), const IFT_DTM = 140
pkg syscall (openbsd-amd64), const IFT_DUMMY = 241
pkg syscall (openbsd-amd64), const IFT_DVBASILN = 172
pkg syscall (openbsd-amd64), const IFT_DVBASIOUT = 173
pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER = 146
pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (openbsd-amd64), const IFT_ECONET = 206
pkg syscall (openbsd-amd64), const IFT_ENC = 244
pkg syscall (openbsd-amd64), const IFT_EON = 25
pkg syscall (openbsd-amd64), const IFT_EPLRS = 87
pkg syscall (openbsd-amd64), const IFT_ESCON = 73
pkg syscall (openbsd-amd64), const IFT_ETHER = 6
pkg syscall (openbsd-amd64), const IFT_FAITH = 243
pkg syscall (openbsd-amd64), const IFT_FAST = 125
pkg syscall (openbsd-amd64), const IFT_FASTETHER = 62
pkg syscall (openbsd-amd64), const IFT_FASTETHERFX = 69
pkg syscall (openbsd-amd64), const IFT_FDDI = 15
pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL = 56
pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI = 92
pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT = 193
pkg syscall (openbsd-amd64), const IFT_FRELAY = 32
pkg syscall (openbsd-amd64), const IFT_FRELAYDCE = 44
pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (openbsd-amd64), const IFT_FRFORWARD = 158
pkg syscall (openbsd-amd64), const IFT_G703AT2MB = 67
pkg syscall (openbsd-amd64), const IFT_G703AT64K = 66
pkg syscall (openbsd-amd64), const IFT_GIF = 240
pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET = 117
pkg syscall (openbsd-amd64), const IFT_GR303IDT = 178
pkg syscall (openbsd-amd64), const IFT_GR303RDT = 177
pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER = 164
pkg syscall (openbsd-amd64), const IFT_H323PROXY = 165
pkg syscall (openbsd-amd64), const IFT_HDH1822 = 3
pkg syscall (openbsd-amd64), const IFT_HDLC = 118
pkg syscall (openbsd-amd64), const IFT_HDSL2 = 168
pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 = 183
pkg syscall (openbsd-amd64), const IFT_HIPPI = 47
pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE = 57
pkg syscall (openbsd-amd64), const IFT_HOSTPAD = 90
pkg syscall (openbsd-amd64), const IFT_HSSI = 46
pkg syscall (openbsd-amd64), const IFT_HY = 14
pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN = 72
pkg syscall (openbsd-amd64), const IFT_IDSL = 154
pkg syscall (openbsd-amd64), const IFT_IEEE1394 = 144
pkg syscall (openbsd-amd64), const IFT_IEEE80211 = 71
pkg syscall (openbsd-amd64), const IFT_IEEE80212 = 55
pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG = 161
pkg syscall (openbsd-amd64), const IFT_IFGSN = 145
pkg syscall (openbsd-amd64), const IFT_IMT = 190
pkg syscall (openbsd-amd64), const IFT_INFINIBAND = 199
pkg syscall (openbsd-amd64), const IFT_INTERLEAVE = 124
pkg syscall (openbsd-amd64), const IFT_IP = 126
pkg syscall (openbsd-amd64), const IFT_IPFORWARD = 142
pkg syscall (openbsd-amd64), const IFT_IPOVERATM = 114
pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC = 109
pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW = 110
pkg syscall (openbsd-amd64), const IFT_IPSWITCH = 78
pkg syscall (openbsd-amd64), const IFT_ISDN = 63
pkg syscall (openbsd-amd64), const IFT_ISDNBASIC = 20
pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY = 21
pkg syscall (openbsd-amd64), const IFT_ISDNS = 75
pkg syscall (openbsd-amd64), const IFT_ISDNU = 76
pkg syscall (openbsd-amd64), const IFT_ISO88022LLC = 41
pkg syscall (openbsd-amd64), const IFT_ISO88023 = 7
pkg syscall (openbsd-amd64), const IFT_ISO88024 = 8
pkg syscall (openbsd-amd64), const IFT_ISO88025 = 9
pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT = 98
pkg syscall (openbsd-amd64), const IFT_ISO88025DTR = 86
pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER = 115
pkg syscall (openbsd-amd64), const IFT_ISO88026 = 10
pkg syscall (openbsd-amd64), const IFT_ISUP = 179
pkg syscall (openbsd-amd64), const IFT_L2VLAN = 135
pkg syscall (openbsd-amd64), const IFT_L3IPVLAN = 136
pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN = 137
pkg syscall (openbsd-amd64), const IFT_LAPB = 16
pkg syscall (openbsd-amd64), const IFT_LAPD = 77
pkg syscall (openbsd-amd64), const IFT_LAPF = 119
pkg syscall (openbsd-amd64), const IFT_LINEGROUP = 210
pkg syscall (openbsd-amd64), const IFT_LOCALTALK = 42
pkg syscall (openbsd-amd64), const IFT_LOOP = 24
pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (openbsd-amd64), const IFT_MFSIGLINK = 167
pkg syscall (openbsd-amd64), const IFT_MIOX25 = 38
pkg syscall (openbsd-amd64), const IFT_MODEM = 48
pkg syscall (openbsd-amd64), const IFT_MPC = 113
pkg syscall (openbsd-amd64), const IFT_MPLS = 166
pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL = 150
pkg syscall (openbsd-amd64), const IFT_MSDSL = 143
pkg syscall (openbsd-amd64), const IFT_MVL = 191
pkg syscall (openbsd-amd64), const IFT_MYRINET = 99
pkg syscall (openbsd-amd64), const IFT_NFAS = 175
pkg syscall (openbsd-amd64), const IFT_NSIP = 27
pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL = 195
pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT = 196
pkg syscall (openbsd-amd64), const IFT_OTHER = 1
pkg syscall (openbsd-amd64), const IFT_P10 = 12
pkg syscall (openbsd-amd64), const IFT_P80 = 13
pkg syscall (openbsd-amd64), const IFT_PARA = 34
pkg syscall (openbsd-amd64), const IFT_PFLOG = 245
pkg syscall (openbsd-amd64), const IFT_PFLOW = 249
pkg syscall (openbsd-amd64), const IFT_PFSYNC = 246
pkg syscall (openbsd-amd64), const IFT_PLC = 174
pkg syscall (openbsd-amd64), const IFT_PON155 = 207
pkg syscall (openbsd-amd64), const IFT_PON622 = 208
pkg syscall (openbsd-amd64), const IFT_POS = 171
pkg syscall (openbsd-amd64), const IFT_PPP = 23
pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (openbsd-amd64), const IFT_PROPATM = 197
pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP = 184
pkg syscall (openbsd-amd64), const IFT_PROPCNLS = 89
pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (openbsd-amd64), const IFT_PROPMUX = 54
pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL = 53
pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P = 157
pkg syscall (openbsd-amd64), const IFT_PTPSERIAL = 22
pkg syscall (openbsd-amd64), const IFT_PVC = 242
pkg syscall (openbsd-amd64), const IFT_Q2931 = 201
pkg syscall (openbsd-amd64), const IFT_QLLC = 68
pkg syscall (openbsd-amd64), const IFT_RADIOMAC = 188
pkg syscall (openbsd-amd64), const IFT_RADSL = 95
pkg syscall (openbsd-amd64), const IFT_REACHDSL = 192
pkg syscall (openbsd-amd64), const IFT_RFC1483 = 159
pkg syscall (openbsd-amd64), const IFT_RS232 = 33
pkg syscall (openbsd-amd64), const IFT_RSRB = 79
pkg syscall (openbsd-amd64), const IFT_SDLC = 17
pkg syscall (openbsd-amd64), const IFT_SDSL = 96
pkg syscall (openbsd-amd64), const IFT_SHDSL = 169
pkg syscall (openbsd-amd64), const IFT_SIP = 31
pkg syscall (openbsd-amd64), const IFT_SIPSIG = 204
pkg syscall (openbsd-amd64), const IFT_SIPTG = 203
pkg syscall (openbsd-amd64), const IFT_SLIP = 28
pkg syscall (openbsd-amd64), const IFT_SMDSDXI = 43
pkg syscall (openbsd-amd64), const IFT_SMDSICIP = 52
pkg syscall (openbsd-amd64), const IFT_SONET = 39
pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (openbsd-amd64), const IFT_SONETPATH = 50
pkg syscall (openbsd-amd64), const IFT_SONETVT = 51
pkg syscall (openbsd-amd64), const IFT_SRP = 151
pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK = 156
pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK = 111
pkg syscall (openbsd-amd64), const IFT_STARLAN = 11
pkg syscall (openbsd-amd64), const IFT_T1 = 18
pkg syscall (openbsd-amd64), const IFT_TDLC = 116
pkg syscall (openbsd-amd64), const IFT_TELINK = 200
pkg syscall (openbsd-amd64), const IFT_TERMPAD = 91
pkg syscall (openbsd-amd64), const IFT_TR008 = 176
pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC = 123
pkg syscall (openbsd-amd64), const IFT_TUNNEL = 131
pkg syscall (openbsd-amd64), const IFT_ULTRA = 29
pkg syscall (openbsd-amd64), const IFT_USB = 160
pkg syscall (openbsd-amd64), const IFT_V11 = 64
pkg syscall (openbsd-amd64), const IFT_V35 = 45
pkg syscall (openbsd-amd64), const IFT_V36 = 65
pkg syscall (openbsd-amd64), const IFT_V37 = 120
pkg syscall (openbsd-amd64), const IFT_VDSL = 97
pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (openbsd-amd64), const IFT_VIRTUALTG = 202
pkg syscall (openbsd-amd64), const IFT_VOICEDID = 213
pkg syscall (openbsd-amd64), const IFT_VOICEEM = 100
pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD = 211
pkg syscall (openbsd-amd64), const IFT_VOICEENCAP = 103
pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA = 212
pkg syscall (openbsd-amd64), const IFT_VOICEFXO = 101
pkg syscall (openbsd-amd64), const IFT_VOICEFXS = 102
pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM = 152
pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE = 198
pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP = 104
pkg syscall (openbsd-amd64), const IFT_X213 = 93
pkg syscall (openbsd-amd64), const IFT_X25 = 5
pkg syscall (openbsd-amd64), const IFT_X25DDN = 4
pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP = 122
pkg syscall (openbsd-amd64), const IFT_X25MLP = 121
pkg syscall (openbsd-amd64), const IFT_X25PLE = 40
pkg syscall (openbsd-amd64), const IFT_XETHER = 26
pkg syscall (openbsd-amd64), const IGNBRK = 1
pkg syscall (openbsd-amd64), const IGNCR = 128
pkg syscall (openbsd-amd64), const IGNPAR = 4
pkg syscall (openbsd-amd64), const IMAXBEL = 8192
pkg syscall (openbsd-amd64), const INLCR = 64
pkg syscall (openbsd-amd64), const INPCK = 16
pkg syscall (openbsd-amd64), const IN_CLASSA_HOST = 16777215
pkg syscall (openbsd-amd64), const IN_CLASSA_MAX = 128
pkg syscall (openbsd-amd64), const IN_CLASSA_NET = 4278190080
pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT = 24
pkg syscall (openbsd-amd64), const IN_CLASSB_HOST = 65535
pkg syscall (openbsd-amd64), const IN_CLASSB_MAX = 65536
pkg syscall (openbsd-amd64), const IN_CLASSB_NET = 4294901760
pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT = 16
pkg syscall (openbsd-amd64), const IN_CLASSC_HOST = 255
pkg syscall (openbsd-amd64), const IN_CLASSC_NET = 4294967040
pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT = 8
pkg syscall (openbsd-amd64), const IN_CLASSD_HOST = 268435455
pkg syscall (openbsd-amd64), const IN_CLASSD_NET = 4026531840
pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT = 28
pkg syscall (openbsd-amd64), const IN_LOOPBACKNET = 127
pkg syscall (openbsd-amd64), const IN_RFC3021_HOST = 1
pkg syscall (openbsd-amd64), const IN_RFC3021_NET = 4294967294
pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT = 31
pkg syscall (openbsd-amd64), const IPPROTO_AH = 51
pkg syscall (openbsd-amd64), const IPPROTO_CARP = 112
pkg syscall (openbsd-amd64), const IPPROTO_DIVERT = 258
pkg syscall (openbsd-amd64), const IPPROTO_DONE = 257
pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS = 60
pkg syscall (openbsd-amd64), const IPPROTO_EGP = 8
pkg syscall (openbsd-amd64), const IPPROTO_ENCAP = 98
pkg syscall (openbsd-amd64), const IPPROTO_EON = 80
pkg syscall (openbsd-amd64), const IPPROTO_ESP = 50
pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP = 97
pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT = 44
pkg syscall (openbsd-amd64), const IPPROTO_GGP = 3
pkg syscall (openbsd-amd64), const IPPROTO_GRE = 47
pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS = 0
pkg syscall (openbsd-amd64), const IPPROTO_ICMP = 1
pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 = 58
pkg syscall (openbsd-amd64), const IPPROTO_IDP = 22
pkg syscall (openbsd-amd64), const IPPROTO_IGMP = 2
pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP = 108
pkg syscall (openbsd-amd64), const IPPROTO_IPIP = 4
pkg syscall (openbsd-amd64), const IPPROTO_IPV4 = 4
pkg syscall (openbsd-amd64), const IPPROTO_MAX = 256
pkg syscall (openbsd-amd64), const IPPROTO_MAXID = 259
pkg syscall (openbsd-amd64), const IPPROTO_MOBILE = 55
pkg syscall (openbsd-amd64), const IPPROTO_MPLS = 137
pkg syscall (openbsd-amd64), const IPPROTO_NONE = 59
pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC = 240
pkg syscall (openbsd-amd64), const IPPROTO_PIM = 103
pkg syscall (openbsd-amd64), const IPPROTO_PUP = 12
pkg syscall (openbsd-amd64), const IPPROTO_RAW = 255
pkg syscall (openbsd-amd64), const IPPROTO_ROUTING = 43
pkg syscall (openbsd-amd64), const IPPROTO_RSVP = 46
pkg syscall (openbsd-amd64), const IPPROTO_TP = 29
pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL = 53
pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (openbsd-amd64), const IPV6_CHECKSUM = 26
pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-amd64), const IPV6_DEFHLIM = 64
pkg syscall (openbsd-amd64), const IPV6_DONTFRAG = 62
pkg syscall (openbsd-amd64), const IPV6_DSTOPTS = 50
pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL = 55
pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL = 54
pkg syscall (openbsd-amd64), const IPV6_FAITH = 29
pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (openbsd-amd64), const IPV6_FRAGTTL = 120
pkg syscall (openbsd-amd64), const IPV6_HLIMDEC = 1
pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT = 47
pkg syscall (openbsd-amd64), const IPV6_HOPOPTS = 49
pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL = 60
pkg syscall (openbsd-amd64), const IPV6_JOIN_GROUP = 12
pkg syscall (openbsd-amd64), const IPV6_LEAVE_GROUP = 13
pkg syscall (openbsd-amd64), const IPV6_MAXHLIM = 255
pkg syscall (openbsd-amd64), const IPV6_MAXPACKET = 65535
pkg syscall (openbsd-amd64), const IPV6_MMTU = 1280
pkg syscall (openbsd-amd64), const IPV6_MULTICAST_HOPS = 10
pkg syscall (openbsd-amd64), const IPV6_MULTICAST_IF = 9
pkg syscall (openbsd-amd64), const IPV6_MULTICAST_LOOP = 11
pkg syscall (openbsd-amd64), const IPV6_NEXTHOP = 48
pkg syscall (openbsd-amd64), const IPV6_OPTIONS = 1
pkg syscall (openbsd-amd64), const IPV6_PATHMTU = 44
pkg syscall (openbsd-amd64), const IPV6_PIPEX = 63
pkg syscall (openbsd-amd64), const IPV6_PKTINFO = 46
pkg syscall (openbsd-amd64), const IPV6_PORTRANGE = 14
pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW = 2
pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS = 40
pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT = 37
pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS = 39
pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU = 43
pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO = 36
pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR = 38
pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS = 57
pkg syscall (openbsd-amd64), const IPV6_RTABLE = 4129
pkg syscall (openbsd-amd64), const IPV6_RTHDR = 51
pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE = 0
pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT = 1
pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (openbsd-amd64), const IPV6_TCLASS = 61
pkg syscall (openbsd-amd64), const IPV6_UNICAST_HOPS = 4
pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU = 42
pkg syscall (openbsd-amd64), const IPV6_V6ONLY = 27
pkg syscall (openbsd-amd64), const IPV6_VERSION = 96
pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK = 240
pkg syscall (openbsd-amd64), const IP_ADD_MEMBERSHIP = 12
pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL = 20
pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (openbsd-amd64), const IP_DF = 16384
pkg syscall (openbsd-amd64), const IP_DROP_MEMBERSHIP = 13
pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL = 22
pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL = 21
pkg syscall (openbsd-amd64), const IP_HDRINCL = 2
pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL = 29
pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO = 36
pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH = 27
pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED = 25
pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID = 23
pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH = 28
pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED = 26
pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID = 24
pkg syscall (openbsd-amd64), const IP_MAXPACKET = 65535
pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (openbsd-amd64), const IP_MF = 8192
pkg syscall (openbsd-amd64), const IP_MINTTL = 32
pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS = 15
pkg syscall (openbsd-amd64), const IP_MSS = 576
pkg syscall (openbsd-amd64), const IP_MULTICAST_IF = 9
pkg syscall (openbsd-amd64), const IP_MULTICAST_LOOP = 11
pkg syscall (openbsd-amd64), const IP_MULTICAST_TTL = 10
pkg syscall (openbsd-amd64), const IP_OFFMASK = 8191
pkg syscall (openbsd-amd64), const IP_OPTIONS = 1
pkg syscall (openbsd-amd64), const IP_PIPEX = 34
pkg syscall (openbsd-amd64), const IP_PORTRANGE = 19
pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH = 1
pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW = 2
pkg syscall (openbsd-amd64), const IP_RECVDSTADDR = 7
pkg syscall (openbsd-amd64), const IP_RECVDSTPORT = 33
pkg syscall (openbsd-amd64), const IP_RECVIF = 30
pkg syscall (openbsd-amd64), const IP_RECVOPTS = 5
pkg syscall (openbsd-amd64), const IP_RECVRETOPTS = 6
pkg syscall (openbsd-amd64), const IP_RECVRTABLE = 35
pkg syscall (openbsd-amd64), const IP_RECVTTL = 31
pkg syscall (openbsd-amd64), const IP_RETOPTS = 8
pkg syscall (openbsd-amd64), const IP_RF = 32768
pkg syscall (openbsd-amd64), const IP_RTABLE = 4129
pkg syscall (openbsd-amd64), const IP_TOS = 3
pkg syscall (openbsd-amd64), const IP_TTL = 4
pkg syscall (openbsd-amd64), const ISIG = 128
pkg syscall (openbsd-amd64), const ISTRIP = 32
pkg syscall (openbsd-amd64), const IXANY = 2048
pkg syscall (openbsd-amd64), const IXOFF = 1024
pkg syscall (openbsd-amd64), const IXON = 512
pkg syscall (openbsd-amd64), const ImplementsGetwd = false
pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH = 6
pkg syscall (openbsd-amd64), const LOCK_EX = 2
pkg syscall (openbsd-amd64), const LOCK_NB = 4
pkg syscall (openbsd-amd64), const LOCK_SH = 1
pkg syscall (openbsd-amd64), const LOCK_UN = 8
pkg syscall (openbsd-amd64), const MSG_BCAST = 256
pkg syscall (openbsd-amd64), const MSG_CTRUNC = 32
pkg syscall (openbsd-amd64), const MSG_DONTROUTE = 4
pkg syscall (openbsd-amd64), const MSG_DONTWAIT = 128
pkg syscall (openbsd-amd64), const MSG_EOR = 8
pkg syscall (openbsd-amd64), const MSG_MCAST = 512
pkg syscall (openbsd-amd64), const MSG_NOSIGNAL = 1024
pkg syscall (openbsd-amd64), const MSG_OOB = 1
pkg syscall (openbsd-amd64), const MSG_PEEK = 2
pkg syscall (openbsd-amd64), const MSG_TRUNC = 16
pkg syscall (openbsd-amd64), const MSG_WAITALL = 64
pkg syscall (openbsd-amd64), const NAME_MAX = 255
pkg syscall (openbsd-amd64), const NET_RT_DUMP = 1
pkg syscall (openbsd-amd64), const NET_RT_FLAGS = 2
pkg syscall (openbsd-amd64), const NET_RT_IFLIST = 3
pkg syscall (openbsd-amd64), const NET_RT_MAXID = 6
pkg syscall (openbsd-amd64), const NET_RT_STATS = 4
pkg syscall (openbsd-amd64), const NET_RT_TABLE = 5
pkg syscall (openbsd-amd64), const NOFLSH = 2147483648
pkg syscall (openbsd-amd64), const NOTE_ATTRIB = 8
pkg syscall (openbsd-amd64), const NOTE_CHILD = 4
pkg syscall (openbsd-amd64), const NOTE_DELETE = 1
pkg syscall (openbsd-amd64), const NOTE_EOF = 2
pkg syscall (openbsd-amd64), const NOTE_EXEC = 536870912
pkg syscall (openbsd-amd64), const NOTE_EXIT = 2147483648
pkg syscall (openbsd-amd64), const NOTE_EXTEND = 4
pkg syscall (openbsd-amd64), const NOTE_FORK = 1073741824
pkg syscall (openbsd-amd64), const NOTE_LINK = 16
pkg syscall (openbsd-amd64), const NOTE_LOWAT = 1
pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK = 4026531840
pkg syscall (openbsd-amd64), const NOTE_PDATAMASK = 1048575
pkg syscall (openbsd-amd64), const NOTE_RENAME = 32
pkg syscall (openbsd-amd64), const NOTE_REVOKE = 64
pkg syscall (openbsd-amd64), const NOTE_TRACK = 1
pkg syscall (openbsd-amd64), const NOTE_TRACKERR = 2
pkg syscall (openbsd-amd64), const NOTE_TRUNCATE = 128
pkg syscall (openbsd-amd64), const NOTE_WRITE = 2
pkg syscall (openbsd-amd64), const OCRNL = 16
pkg syscall (openbsd-amd64), const ONLCR = 2
pkg syscall (openbsd-amd64), const ONLRET = 128
pkg syscall (openbsd-amd64), const ONOCR = 64
pkg syscall (openbsd-amd64), const ONOEOT = 8
pkg syscall (openbsd-amd64), const OPOST = 1
pkg syscall (openbsd-amd64), const O_ACCMODE = 3
pkg syscall (openbsd-amd64), const O_APPEND = 8
pkg syscall (openbsd-amd64), const O_ASYNC = 64
pkg syscall (openbsd-amd64), const O_CLOEXEC = 65536
pkg syscall (openbsd-amd64), const O_CREAT = 512
pkg syscall (openbsd-amd64), const O_DIRECTORY = 131072
pkg syscall (openbsd-amd64), const O_DSYNC = 128
pkg syscall (openbsd-amd64), const O_EXCL = 2048
pkg syscall (openbsd-amd64), const O_EXLOCK = 32
pkg syscall (openbsd-amd64), const O_FSYNC = 128
pkg syscall (openbsd-amd64), const O_NDELAY = 4
pkg syscall (openbsd-amd64), const O_NOCTTY = 32768
pkg syscall (openbsd-amd64), const O_NOFOLLOW = 256
pkg syscall (openbsd-amd64), const O_NONBLOCK = 4
pkg syscall (openbsd-amd64), const O_RSYNC = 128
pkg syscall (openbsd-amd64), const O_SHLOCK = 16
pkg syscall (openbsd-amd64), const O_SYNC = 128
pkg syscall (openbsd-amd64), const O_TRUNC = 1024
pkg syscall (openbsd-amd64), const PARENB = 4096
pkg syscall (openbsd-amd64), const PARMRK = 8
pkg syscall (openbsd-amd64), const PARODD = 8192
pkg syscall (openbsd-amd64), const PENDIN = 536870912
pkg syscall (openbsd-amd64), const PF_FLUSH = 1
pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21
pkg syscall (openbsd-amd64), const PTRACE_CONT = 7
pkg syscall (openbsd-amd64), const PTRACE_KILL = 8
pkg syscall (openbsd-amd64), const PTRACE_TRACEME = 0
pkg syscall (openbsd-amd64), const RLIMIT_CORE = 4
pkg syscall (openbsd-amd64), const RLIMIT_CPU = 0
pkg syscall (openbsd-amd64), const RLIMIT_DATA = 2
pkg syscall (openbsd-amd64), const RLIMIT_FSIZE = 1
pkg syscall (openbsd-amd64), const RLIMIT_NOFILE = 8
pkg syscall (openbsd-amd64), const RLIMIT_STACK = 3
pkg syscall (openbsd-amd64), const RLIM_INFINITY = 9223372036854775807
pkg syscall (openbsd-amd64), const RTAX_AUTHOR = 6
pkg syscall (openbsd-amd64), const RTAX_BRD = 7
pkg syscall (openbsd-amd64), const RTAX_DST = 0
pkg syscall (openbsd-amd64), const RTAX_GATEWAY = 1
pkg syscall (openbsd-amd64), const RTAX_GENMASK = 3
pkg syscall (openbsd-amd64), const RTAX_IFA = 5
pkg syscall (openbsd-amd64), const RTAX_IFP = 4
pkg syscall (openbsd-amd64), const RTAX_LABEL = 10
pkg syscall (openbsd-amd64), const RTAX_MAX = 11
pkg syscall (openbsd-amd64), const RTAX_NETMASK = 2
pkg syscall (openbsd-amd64), const RTAX_SRC = 8
pkg syscall (openbsd-amd64), const RTAX_SRCMASK = 9
pkg syscall (openbsd-amd64), const RTA_AUTHOR = 64
pkg syscall (openbsd-amd64), const RTA_BRD = 128
pkg syscall (openbsd-amd64), const RTA_DST = 1
pkg syscall (openbsd-amd64), const RTA_GATEWAY = 2
pkg syscall (openbsd-amd64), const RTA_GENMASK = 8
pkg syscall (openbsd-amd64), const RTA_IFA = 32
pkg syscall (openbsd-amd64), const RTA_IFP = 16
pkg syscall (openbsd-amd64), const RTA_LABEL = 1024
pkg syscall (openbsd-amd64), const RTA_NETMASK = 4
pkg syscall (openbsd-amd64), const RTA_SRC = 256
pkg syscall (openbsd-amd64), const RTA_SRCMASK = 512
pkg syscall (openbsd-amd64), const RTF_ANNOUNCE = 16384
pkg syscall (openbsd-amd64), const RTF_BLACKHOLE = 4096
pkg syscall (openbsd-amd64), const RTF_CLONED = 65536
pkg syscall (openbsd-amd64), const RTF_CLONING = 256
pkg syscall (openbsd-amd64), const RTF_DONE = 64
pkg syscall (openbsd-amd64), const RTF_DYNAMIC = 16
pkg syscall (openbsd-amd64), const RTF_FMASK = 63496
pkg syscall (openbsd-amd64), const RTF_GATEWAY = 2
pkg syscall (openbsd-amd64), const RTF_HOST = 4
pkg syscall (openbsd-amd64), const RTF_LLINFO = 1024
pkg syscall (openbsd-amd64), const RTF_MASK = 128
pkg syscall (openbsd-amd64), const RTF_MODIFIED = 32
pkg syscall (openbsd-amd64), const RTF_MPATH = 262144
pkg syscall (openbsd-amd64), const RTF_MPLS = 1048576
pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP = 8192
pkg syscall (openbsd-amd64), const RTF_PROTO1 = 32768
pkg syscall (openbsd-amd64), const RTF_PROTO2 = 16384
pkg syscall (openbsd-amd64), const RTF_PROTO3 = 8192
pkg syscall (openbsd-amd64), const RTF_REJECT = 8
pkg syscall (openbsd-amd64), const RTF_SOURCE = 131072
pkg syscall (openbsd-amd64), const RTF_STATIC = 2048
pkg syscall (openbsd-amd64), const RTF_TUNNEL = 1048576
pkg syscall (openbsd-amd64), const RTF_UP = 1
pkg syscall (openbsd-amd64), const RTF_USETRAILERS = 32768
pkg syscall (openbsd-amd64), const RTF_XRESOLVE = 512
pkg syscall (openbsd-amd64), const RTM_ADD = 1
pkg syscall (openbsd-amd64), const RTM_CHANGE = 3
pkg syscall (openbsd-amd64), const RTM_DELADDR = 13
pkg syscall (openbsd-amd64), const RTM_DELETE = 2
pkg syscall (openbsd-amd64), const RTM_DESYNC = 16
pkg syscall (openbsd-amd64), const RTM_GET = 4
pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE = 15
pkg syscall (openbsd-amd64), const RTM_IFINFO = 14
pkg syscall (openbsd-amd64), const RTM_LOCK = 8
pkg syscall (openbsd-amd64), const RTM_LOSING = 5
pkg syscall (openbsd-amd64), const RTM_MAXSIZE = 2048
pkg syscall (openbsd-amd64), const RTM_MISS = 7
pkg syscall (openbsd-amd64), const RTM_NEWADDR = 12
pkg syscall (openbsd-amd64), const RTM_REDIRECT = 6
pkg syscall (openbsd-amd64), const RTM_RESOLVE = 11
pkg syscall (openbsd-amd64), const RTM_RTTUNIT = 1000000
pkg syscall (openbsd-amd64), const RTM_VERSION = 4
pkg syscall (openbsd-amd64), const RTV_EXPIRE = 4
pkg syscall (openbsd-amd64), const RTV_HOPCOUNT = 2
pkg syscall (openbsd-amd64), const RTV_MTU = 1
pkg syscall (openbsd-amd64), const RTV_RPIPE = 8
pkg syscall (openbsd-amd64), const RTV_RTT = 64
pkg syscall (openbsd-amd64), const RTV_RTTVAR = 128
pkg syscall (openbsd-amd64), const RTV_SPIPE = 16
pkg syscall (openbsd-amd64), const RTV_SSTHRESH = 32
pkg syscall (openbsd-amd64), const RT_TABLEID_MAX = 255
pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN = -1
pkg syscall (openbsd-amd64), const RUSAGE_SELF = 0
pkg syscall (openbsd-amd64), const RUSAGE_THREAD = 1
pkg syscall (openbsd-amd64), const SCM_RIGHTS = 1
pkg syscall (openbsd-amd64), const SCM_TIMESTAMP = 4
pkg syscall (openbsd-amd64), const SIGBUS = 10
pkg syscall (openbsd-amd64), const SIGCHLD = 20
pkg syscall (openbsd-amd64), const SIGCONT = 19
pkg syscall (openbsd-amd64), const SIGEMT = 7
pkg syscall (openbsd-amd64), const SIGINFO = 29
pkg syscall (openbsd-amd64), const SIGIO = 23
pkg syscall (openbsd-amd64), const SIGIOT = 6
pkg syscall (openbsd-amd64), const SIGPROF = 27
pkg syscall (openbsd-amd64), const SIGSTOP = 17
pkg syscall (openbsd-amd64), const SIGSYS = 12
pkg syscall (openbsd-amd64), const SIGTHR = 32
pkg syscall (openbsd-amd64), const SIGTSTP = 18
pkg syscall (openbsd-amd64), const SIGTTIN = 21
pkg syscall (openbsd-amd64), const SIGTTOU = 22
pkg syscall (openbsd-amd64), const SIGURG = 16
pkg syscall (openbsd-amd64), const SIGUSR1 = 30
pkg syscall (openbsd-amd64), const SIGUSR2 = 31
pkg syscall (openbsd-amd64), const SIGVTALRM = 26
pkg syscall (openbsd-amd64), const SIGWINCH = 28
pkg syscall (openbsd-amd64), const SIGXCPU = 24
pkg syscall (openbsd-amd64), const SIGXFSZ = 25
pkg syscall (openbsd-amd64), const SIOCADDMULTI = 2149607729
pkg syscall (openbsd-amd64), const SIOCAIFADDR = 2151704858
pkg syscall (openbsd-amd64), const SIOCAIFGROUP = 2150132103
pkg syscall (openbsd-amd64), const SIOCALIFADDR = 2182637852
pkg syscall (openbsd-amd64), const SIOCATMARK = 1074033415
pkg syscall (openbsd-amd64), const SIOCBRDGADD = 2153277756
pkg syscall (openbsd-amd64), const SIOCBRDGADDS = 2153277761
pkg syscall (openbsd-amd64), const SIOCBRDGARL = 2154719565
pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039
pkg syscall (openbsd-amd64), const SIOCBRDGDEL = 2153277757
pkg syscall (openbsd-amd64), const SIOCBRDGDELS = 2153277762
pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH = 2153277768
pkg syscall (openbsd-amd64), const SIOCBRDGFRL = 2154719566
pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE = 3222563137
pkg syscall (openbsd-amd64), const SIOCBRDGGFD = 3222563154
pkg syscall (openbsd-amd64), const SIOCBRDGGHT = 3222563153
pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS = 3227019582
pkg syscall (openbsd-amd64), const SIOCBRDGGMA = 3222563155
pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM = 3225446744
pkg syscall (openbsd-amd64), const SIOCBRDGGPRI = 3222563152
pkg syscall (openbsd-amd64), const SIOCBRDGGRL = 3224398159
pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS = 3227019580
pkg syscall (openbsd-amd64), const SIOCBRDGGTO = 3222563142
pkg syscall (openbsd-amd64), const SIOCBRDGIFS = 3227019586
pkg syscall (openbsd-amd64), const SIOCBRDGRTS = 3223349571
pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860
pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE = 2148821312
pkg syscall (openbsd-amd64), const SIOCBRDGSFD = 2148821330
pkg syscall (openbsd-amd64), const SIOCBRDGSHT = 2148821329
pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST = 2153277781
pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS = 2153277759
pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO = 2153277780
pkg syscall (openbsd-amd64), const SIOCBRDGSMA = 2148821331
pkg syscall (openbsd-amd64), const SIOCBRDGSPRI = 2148821328
pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO = 2148821338
pkg syscall (openbsd-amd64), const SIOCBRDGSTO = 2148821317
pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC = 2148821337
pkg syscall (openbsd-amd64), const SIOCDELMULTI = 2149607730
pkg syscall (openbsd-amd64), const SIOCDIFADDR = 2149607705
pkg syscall (openbsd-amd64), const SIOCDIFGROUP = 2150132105
pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR = 2149607753
pkg syscall (openbsd-amd64), const SIOCDLIFADDR = 2182637854
pkg syscall (openbsd-amd64), const SIOCGETKALIVE = 3222825380
pkg syscall (openbsd-amd64), const SIOCGETLABEL = 2149607834
pkg syscall (openbsd-amd64), const SIOCGETPFLOW = 3223349758
pkg syscall (openbsd-amd64), const SIOCGETPFSYNC = 3223349752
pkg syscall (openbsd-amd64), const SIOCGETSGCNT = 3223352628
pkg syscall (openbsd-amd64), const SIOCGETVIFCNT = 3223876915
pkg syscall (openbsd-amd64), const SIOCGHIWAT = 1074033409
pkg syscall (openbsd-amd64), const SIOCGIFADDR = 3223349537
pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR = 3223349539
pkg syscall (openbsd-amd64), const SIOCGIFCONF = 3222300964
pkg syscall (openbsd-amd64), const SIOCGIFDATA = 3223349531
pkg syscall (openbsd-amd64), const SIOCGIFDESCR = 3223349633
pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR = 3223349538
pkg syscall (openbsd-amd64), const SIOCGIFFLAGS = 3223349521
pkg syscall (openbsd-amd64), const SIOCGIFGATTR = 3223873931
pkg syscall (openbsd-amd64), const SIOCGIFGENERIC = 3223349562
pkg syscall (openbsd-amd64), const SIOCGIFGMEMB = 3223873930
pkg syscall (openbsd-amd64), const SIOCGIFGROUP = 3223873928
pkg syscall (openbsd-amd64), const SIOCGIFMEDIA = 3224398134
pkg syscall (openbsd-amd64), const SIOCGIFMETRIC = 3223349527
pkg syscall (openbsd-amd64), const SIOCGIFMTU = 3223349630
pkg syscall (openbsd-amd64), const SIOCGIFNETMASK = 3223349541
pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY = 3223349660
pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN = 3223349664
pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL = 3223349635
pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT = 3223349638
pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS = 3223349662
pkg syscall (openbsd-amd64), const SIOCGLIFADDR = 3256379677
pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR = 3256379723
pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE = 3223349666
pkg syscall (openbsd-amd64), const SIOCGLOWAT = 1074033411
pkg syscall (openbsd-amd64), const SIOCGPGRP = 1074033417
pkg syscall (openbsd-amd64), const SIOCGVH = 3223349750
pkg syscall (openbsd-amd64), const SIOCIFCREATE = 2149607802
pkg syscall (openbsd-amd64), const SIOCIFDESTROY = 2149607801
pkg syscall (openbsd-amd64), const SIOCIFGCLONERS = 3222301048
pkg syscall (openbsd-amd64), const SIOCSETKALIVE = 2149083555
pkg syscall (openbsd-amd64), const SIOCSETLABEL = 2149607833
pkg syscall (openbsd-amd64), const SIOCSETPFLOW = 2149607933
pkg syscall (openbsd-amd64), const SIOCSETPFSYNC = 2149607927
pkg syscall (openbsd-amd64), const SIOCSHIWAT = 2147775232
pkg syscall (openbsd-amd64), const SIOCSIFADDR = 2149607692
pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR = 2149607699
pkg syscall (openbsd-amd64), const SIOCSIFDESCR = 2149607808
pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR = 2149607694
pkg syscall (openbsd-amd64), const SIOCSIFFLAGS = 2149607696
pkg syscall (openbsd-amd64), const SIOCSIFGATTR = 2150132108
pkg syscall (openbsd-amd64), const SIOCSIFGENERIC = 2149607737
pkg syscall (openbsd-amd64), const SIOCSIFLLADDR = 2149607711
pkg syscall (openbsd-amd64), const SIOCSIFMEDIA = 3223349557
pkg syscall (openbsd-amd64), const SIOCSIFMETRIC = 2149607704
pkg syscall (openbsd-amd64), const SIOCSIFMTU = 2149607807
pkg syscall (openbsd-amd64), const SIOCSIFNETMASK = 2149607702
pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR = 2151704902
pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY = 2149607835
pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN = 2149607839
pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL = 2149607810
pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT = 2149607813
pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS = 2149607837
pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR = 2182637898
pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE = 2149607841
pkg syscall (openbsd-amd64), const SIOCSLOWAT = 2147775234
pkg syscall (openbsd-amd64), const SIOCSPGRP = 2147775240
pkg syscall (openbsd-amd64), const SIOCSVH = 3223349749
pkg syscall (openbsd-amd64), const SOCK_RDM = 4
pkg syscall (openbsd-amd64), const SOL_SOCKET = 65535
pkg syscall (openbsd-amd64), const SOMAXCONN = 128
pkg syscall (openbsd-amd64), const SO_ACCEPTCONN = 2
pkg syscall (openbsd-amd64), const SO_BINDANY = 4096
pkg syscall (openbsd-amd64), const SO_BROADCAST = 32
pkg syscall (openbsd-amd64), const SO_DEBUG = 1
pkg syscall (openbsd-amd64), const SO_DONTROUTE = 16
pkg syscall (openbsd-amd64), const SO_ERROR = 4103
pkg syscall (openbsd-amd64), const SO_KEEPALIVE = 8
pkg syscall (openbsd-amd64), const SO_LINGER = 128
pkg syscall (openbsd-amd64), const SO_NETPROC = 4128
pkg syscall (openbsd-amd64), const SO_OOBINLINE = 256
pkg syscall (openbsd-amd64), const SO_PEERCRED = 4130
pkg syscall (openbsd-amd64), const SO_RCVBUF = 4098
pkg syscall (openbsd-amd64), const SO_RCVLOWAT = 4100
pkg syscall (openbsd-amd64), const SO_RCVTIMEO = 4102
pkg syscall (openbsd-amd64), const SO_REUSEADDR = 4
pkg syscall (openbsd-amd64), const SO_REUSEPORT = 512
pkg syscall (openbsd-amd64), const SO_RTABLE = 4129
pkg syscall (openbsd-amd64), const SO_SNDBUF = 4097
pkg syscall (openbsd-amd64), const SO_SNDLOWAT = 4099
pkg syscall (openbsd-amd64), const SO_SNDTIMEO = 4101
pkg syscall (openbsd-amd64), const SO_SPLICE = 4131
pkg syscall (openbsd-amd64), const SO_TIMESTAMP = 2048
pkg syscall (openbsd-amd64), const SO_TYPE = 4104
pkg syscall (openbsd-amd64), const SO_USELOOPBACK = 64
pkg syscall (openbsd-amd64), const SYS_ACCEPT = 30
pkg syscall (openbsd-amd64), const SYS_ACCESS = 33
pkg syscall (openbsd-amd64), const SYS_ACCT = 51
pkg syscall (openbsd-amd64), const SYS_ADJFREQ = 305
pkg syscall (openbsd-amd64), const SYS_ADJTIME = 140
pkg syscall (openbsd-amd64), const SYS_BIND = 104
pkg syscall (openbsd-amd64), const SYS_CHDIR = 12
pkg syscall (openbsd-amd64), const SYS_CHFLAGS = 34
pkg syscall (openbsd-amd64), const SYS_CHMOD = 15
pkg syscall (openbsd-amd64), const SYS_CHOWN = 16
pkg syscall (openbsd-amd64), const SYS_CHROOT = 61
pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234
pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232
pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233
pkg syscall (openbsd-amd64), const SYS_CLOSE = 6
pkg syscall (openbsd-amd64), const SYS_CLOSEFROM = 287
pkg syscall (openbsd-amd64), const SYS_CONNECT = 98
pkg syscall (openbsd-amd64), const SYS_DUP = 41
pkg syscall (openbsd-amd64), const SYS_DUP2 = 90
pkg syscall (openbsd-amd64), const SYS_EXECVE = 59
pkg syscall (openbsd-amd64), const SYS_EXIT = 1
pkg syscall (openbsd-amd64), const SYS_FACCESSAT = 313
pkg syscall (openbsd-amd64), const SYS_FCHDIR = 13
pkg syscall (openbsd-amd64), const SYS_FCHFLAGS = 35
pkg syscall (openbsd-amd64), const SYS_FCHMOD = 124
pkg syscall (openbsd-amd64), const SYS_FCHMODAT = 314
pkg syscall (openbsd-amd64), const SYS_FCHOWN = 123
pkg syscall (openbsd-amd64), const SYS_FCHOWNAT = 315
pkg syscall (openbsd-amd64), const SYS_FCNTL = 92
pkg syscall (openbsd-amd64), const SYS_FHOPEN = 264
pkg syscall (openbsd-amd64), const SYS_FHSTAT = 294
pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309
pkg syscall (openbsd-amd64), const SYS_FLOCK = 131
pkg syscall (openbsd-amd64), const SYS_FORK = 2
pkg syscall (openbsd-amd64), const SYS_FPATHCONF = 192
pkg syscall (openbsd-amd64), const SYS_FSTAT = 292
pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316
pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308
pkg syscall (openbsd-amd64), const SYS_FSYNC = 95
pkg syscall (openbsd-amd64), const SYS_FTRUNCATE = 201
pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327
pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206
pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312
pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT = 18
pkg syscall (openbsd-amd64), const SYS_GETEGID = 43
pkg syscall (openbsd-amd64), const SYS_GETEUID = 25
pkg syscall (openbsd-amd64), const SYS_GETFH = 161
pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306
pkg syscall (openbsd-amd64), const SYS_GETGID = 47
pkg syscall (openbsd-amd64), const SYS_GETGROUPS = 79
pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
pkg syscall (openbsd-amd64), const SYS_GETLOGIN = 49
pkg syscall (openbsd-amd64), const SYS_GETPEERNAME = 31
pkg syscall (openbsd-amd64), const SYS_GETPGID = 207
pkg syscall (openbsd-amd64), const SYS_GETPGRP = 81
pkg syscall (openbsd-amd64), const SYS_GETPID = 20
pkg syscall (openbsd-amd64), const SYS_GETPPID = 39
pkg syscall (openbsd-amd64), const SYS_GETPRIORITY = 100
pkg syscall (openbsd-amd64), const SYS_GETRESGID = 283
pkg syscall (openbsd-amd64), const SYS_GETRESUID = 281
pkg syscall (openbsd-amd64), const SYS_GETRLIMIT = 194
pkg syscall (openbsd-amd64), const SYS_GETRTABLE = 311
pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
pkg syscall (openbsd-amd64), const SYS_GETSID = 255
pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME = 32
pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT = 118
pkg syscall (openbsd-amd64), const SYS_GETTHRID = 299
pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
pkg syscall (openbsd-amd64), const SYS_GETUID = 24
pkg syscall (openbsd-amd64), const SYS_IOCTL = 54
pkg syscall (openbsd-amd64), const SYS_ISSETUGID = 253
pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
pkg syscall (openbsd-amd64), const SYS_KILL = 37
pkg syscall (openbsd-amd64), const SYS_KQUEUE = 269
pkg syscall (openbsd-amd64), const SYS_KTRACE = 45
pkg syscall (openbsd-amd64), const SYS_LCHOWN = 254
pkg syscall (openbsd-amd64), const SYS_LINK = 9
pkg syscall (openbsd-amd64), const SYS_LINKAT = 317
pkg syscall (openbsd-amd64), const SYS_LISTEN = 106
pkg syscall (openbsd-amd64), const SYS_LSEEK = 199
pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
pkg syscall (openbsd-amd64), const SYS_MADVISE = 75
pkg syscall (openbsd-amd64), const SYS_MINCORE = 78
pkg syscall (openbsd-amd64), const SYS_MINHERIT = 250
pkg syscall (openbsd-amd64), const SYS_MKDIR = 136
pkg syscall (openbsd-amd64), const SYS_MKDIRAT = 318
pkg syscall (openbsd-amd64), const SYS_MKFIFO = 132
pkg syscall (openbsd-amd64), const SYS_MKFIFOAT = 319
pkg syscall (openbsd-amd64), const SYS_MKNOD = 14
pkg syscall (openbsd-amd64), const SYS_MKNODAT = 320
pkg syscall (openbsd-amd64), const SYS_MLOCK = 203
pkg syscall (openbsd-amd64), const SYS_MLOCKALL = 271
pkg syscall (openbsd-amd64), const SYS_MMAP = 197
pkg syscall (openbsd-amd64), const SYS_MOUNT = 21
pkg syscall (openbsd-amd64), const SYS_MPROTECT = 74
pkg syscall (openbsd-amd64), const SYS_MQUERY = 286
pkg syscall (openbsd-amd64), const SYS_MSGCTL = 297
pkg syscall (openbsd-amd64), const SYS_MSGGET = 225
pkg syscall (openbsd-amd64), const SYS_MSGRCV = 227
pkg syscall (openbsd-amd64), const SYS_MSGSND = 226
pkg syscall (openbsd-amd64), const SYS_MSYNC = 256
pkg syscall (openbsd-amd64), const SYS_MUNLOCK = 204
pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL = 272
pkg syscall (openbsd-amd64), const SYS_MUNMAP = 73
pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
pkg syscall (openbsd-amd64), const SYS_NFSSVC = 155
pkg syscall (openbsd-amd64), const SYS_OBREAK = 17
pkg syscall (openbsd-amd64), const SYS_OPEN = 5
pkg syscall (openbsd-amd64), const SYS_OPENAT = 321
pkg syscall (openbsd-amd64), const SYS_PATHCONF = 191
pkg syscall (openbsd-amd64), const SYS_PIPE = 263
pkg syscall (openbsd-amd64), const SYS_POLL = 252
pkg syscall (openbsd-amd64), const SYS_PREAD = 173
pkg syscall (openbsd-amd64), const SYS_PREADV = 267
pkg syscall (openbsd-amd64), const SYS_PROFIL = 44
pkg syscall (openbsd-amd64), const SYS_PTRACE = 26
pkg syscall (openbsd-amd64), const SYS_PWRITE = 174
pkg syscall (openbsd-amd64), const SYS_PWRITEV = 268
pkg syscall (openbsd-amd64), const SYS_QUOTACTL = 148
pkg syscall (openbsd-amd64), const SYS_READ = 3
pkg syscall (openbsd-amd64), const SYS_READLINK = 58
pkg syscall (openbsd-amd64), const SYS_READLINKAT = 322
pkg syscall (openbsd-amd64), const SYS_READV = 120
pkg syscall (openbsd-amd64), const SYS_REBOOT = 55
pkg syscall (openbsd-amd64), const SYS_RECVFROM = 29
pkg syscall (openbsd-amd64), const SYS_RECVMSG = 27
pkg syscall (openbsd-amd64), const SYS_RENAME = 128
pkg syscall (openbsd-amd64), const SYS_RENAMEAT = 323
pkg syscall (openbsd-amd64), const SYS_REVOKE = 56
pkg syscall (openbsd-amd64), const SYS_RMDIR = 137
pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD = 298
pkg syscall (openbsd-amd64), const SYS_SELECT = 93
pkg syscall (openbsd-amd64), const SYS_SEMGET = 221
pkg syscall (openbsd-amd64), const SYS_SEMOP = 290
pkg syscall (openbsd-amd64), const SYS_SENDMSG = 28
pkg syscall (openbsd-amd64), const SYS_SENDTO = 133
pkg syscall (openbsd-amd64), const SYS_SETEGID = 182
pkg syscall (openbsd-amd64), const SYS_SETEUID = 183
pkg syscall (openbsd-amd64), const SYS_SETGID = 181
pkg syscall (openbsd-amd64), const SYS_SETGROUPS = 80
pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83
pkg syscall (openbsd-amd64), const SYS_SETLOGIN = 50
pkg syscall (openbsd-amd64), const SYS_SETPGID = 82
pkg syscall (openbsd-amd64), const SYS_SETPRIORITY = 96
pkg syscall (openbsd-amd64), const SYS_SETREGID = 127
pkg syscall (openbsd-amd64), const SYS_SETRESGID = 284
pkg syscall (openbsd-amd64), const SYS_SETRESUID = 282
pkg syscall (openbsd-amd64), const SYS_SETREUID = 126
pkg syscall (openbsd-amd64), const SYS_SETRLIMIT = 195
pkg syscall (openbsd-amd64), const SYS_SETRTABLE = 310
pkg syscall (openbsd-amd64), const SYS_SETSID = 147
pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT = 105
pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122
pkg syscall (openbsd-amd64), const SYS_SETUID = 23
pkg syscall (openbsd-amd64), const SYS_SHMAT = 228
pkg syscall (openbsd-amd64), const SYS_SHMCTL = 296
pkg syscall (openbsd-amd64), const SYS_SHMDT = 230
pkg syscall (openbsd-amd64), const SYS_SHMGET = 289
pkg syscall (openbsd-amd64), const SYS_SHUTDOWN = 134
pkg syscall (openbsd-amd64), const SYS_SIGACTION = 46
pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK = 288
pkg syscall (openbsd-amd64), const SYS_SIGPENDING = 52
pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK = 48
pkg syscall (openbsd-amd64), const SYS_SIGRETURN = 103
pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND = 111
pkg syscall (openbsd-amd64), const SYS_SOCKET = 97
pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR = 135
pkg syscall (openbsd-amd64), const SYS_STAT = 291
pkg syscall (openbsd-amd64), const SYS_STATFS = 307
pkg syscall (openbsd-amd64), const SYS_SWAPCTL = 193
pkg syscall (openbsd-amd64), const SYS_SYMLINK = 57
pkg syscall (openbsd-amd64), const SYS_SYMLINKAT = 324
pkg syscall (openbsd-amd64), const SYS_SYNC = 36
pkg syscall (openbsd-amd64), const SYS_SYSARCH = 165
pkg syscall (openbsd-amd64), const SYS_TRUNCATE = 200
pkg syscall (openbsd-amd64), const SYS_UMASK = 60
pkg syscall (openbsd-amd64), const SYS_UNLINK = 10
pkg syscall (openbsd-amd64), const SYS_UNLINKAT = 325
pkg syscall (openbsd-amd64), const SYS_UNMOUNT = 22
pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326
pkg syscall (openbsd-amd64), const SYS_UTIMES = 138
pkg syscall (openbsd-amd64), const SYS_VFORK = 66
pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7
pkg syscall (openbsd-amd64), const SYS_WRITE = 4
pkg syscall (openbsd-amd64), const SYS_WRITEV = 121
pkg syscall (openbsd-amd64), const SYS___GETCWD = 304
pkg syscall (openbsd-amd64), const SYS___GET_TCB = 330
pkg syscall (openbsd-amd64), const SYS___SEMCTL = 295
pkg syscall (openbsd-amd64), const SYS___SET_TCB = 329
pkg syscall (openbsd-amd64), const SYS___SYSCTL = 202
pkg syscall (openbsd-amd64), const SYS___TFORK = 8
pkg syscall (openbsd-amd64), const SYS___THREXIT = 302
pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT = 303
pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300
pkg syscall (openbsd-amd64), const SYS___THRWAKEUP = 301
pkg syscall (openbsd-amd64), const S_IFMT = 61440
pkg syscall (openbsd-amd64), const SizeofBpfHdr = 20
pkg syscall (openbsd-amd64), const SizeofBpfInsn = 8
pkg syscall (openbsd-amd64), const SizeofBpfProgram = 16
pkg syscall (openbsd-amd64), const SizeofBpfStat = 8
pkg syscall (openbsd-amd64), const SizeofBpfVersion = 4
pkg syscall (openbsd-amd64), const SizeofCmsghdr = 12
pkg syscall (openbsd-amd64), const SizeofIPMreq = 8
pkg syscall (openbsd-amd64), const SizeofIPv6Mreq = 20
pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr = 26
pkg syscall (openbsd-amd64), const SizeofIfData = 224
pkg syscall (openbsd-amd64), const SizeofIfMsghdr = 248
pkg syscall (openbsd-amd64), const SizeofIfaMsghdr = 24
pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo = 20
pkg syscall (openbsd-amd64), const SizeofLinger = 8
pkg syscall (openbsd-amd64), const SizeofMsghdr = 48
pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48
pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
pkg syscall (openbsd-amd64), const SizeofSockaddrAny = 108
pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink = 32
pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 = 16
pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 = 28
pkg syscall (openbsd-amd64), const SizeofSockaddrUnix = 106
pkg syscall (openbsd-amd64), const TCIFLUSH = 1
pkg syscall (openbsd-amd64), const TCIOFLUSH = 3
pkg syscall (openbsd-amd64), const TCOFLUSH = 2
pkg syscall (openbsd-amd64), const TCP_MAXBURST = 4
pkg syscall (openbsd-amd64), const TCP_MAXSEG = 2
pkg syscall (openbsd-amd64), const TCP_MAXWIN = 65535
pkg syscall (openbsd-amd64), const TCP_MAX_SACK = 3
pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT = 14
pkg syscall (openbsd-amd64), const TCP_MD5SIG = 4
pkg syscall (openbsd-amd64), const TCP_MSS = 512
pkg syscall (openbsd-amd64), const TCP_NSTATES = 11
pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE = 8
pkg syscall (openbsd-amd64), const TCSAFLUSH = 2
pkg syscall (openbsd-amd64), const TIOCCBRK = 536900730
pkg syscall (openbsd-amd64), const TIOCCDTR = 536900728
pkg syscall (openbsd-amd64), const TIOCCONS = 2147775586
pkg syscall (openbsd-amd64), const TIOCDRAIN = 536900702
pkg syscall (openbsd-amd64), const TIOCEXCL = 536900621
pkg syscall (openbsd-amd64), const TIOCEXT = 2147775584
pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL = 2
pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS = 4
pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF = 8
pkg syscall (openbsd-amd64), const TIOCFLAG_PPS = 16
pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR = 1
pkg syscall (openbsd-amd64), const TIOCFLUSH = 2147775504
pkg syscall (openbsd-amd64), const TIOCGETA = 1076655123
pkg syscall (openbsd-amd64), const TIOCGETD = 1074033690
pkg syscall (openbsd-amd64), const TIOCGFLAGS = 1074033757
pkg syscall (openbsd-amd64), const TIOCGPGRP = 1074033783
pkg syscall (openbsd-amd64), const TIOCGTSTAMP = 1074820187
pkg syscall (openbsd-amd64), const TIOCGWINSZ = 1074295912
pkg syscall (openbsd-amd64), const TIOCMBIC = 2147775595
pkg syscall (openbsd-amd64), const TIOCMBIS = 2147775596
pkg syscall (openbsd-amd64), const TIOCMGET = 1074033770
pkg syscall (openbsd-amd64), const TIOCMODG = 1074033770
pkg syscall (openbsd-amd64), const TIOCMODS = 2147775597
pkg syscall (openbsd-amd64), const TIOCMSET = 2147775597
pkg syscall (openbsd-amd64), const TIOCM_CAR = 64
pkg syscall (openbsd-amd64), const TIOCM_CD = 64
pkg syscall (openbsd-amd64), const TIOCM_CTS = 32
pkg syscall (openbsd-amd64), const TIOCM_DSR = 256
pkg syscall (openbsd-amd64), const TIOCM_DTR = 2
pkg syscall (openbsd-amd64), const TIOCM_LE = 1
pkg syscall (openbsd-amd64), const TIOCM_RI = 128
pkg syscall (openbsd-amd64), const TIOCM_RNG = 128
pkg syscall (openbsd-amd64), const TIOCM_RTS = 4
pkg syscall (openbsd-amd64), const TIOCM_SR = 16
pkg syscall (openbsd-amd64), const TIOCM_ST = 8
pkg syscall (openbsd-amd64), const TIOCNOTTY = 536900721
pkg syscall (openbsd-amd64), const TIOCNXCL = 536900622
pkg syscall (openbsd-amd64), const TIOCOUTQ = 1074033779
pkg syscall (openbsd-amd64), const TIOCPKT = 2147775600
pkg syscall (openbsd-amd64), const TIOCPKT_DATA = 0
pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP = 32
pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD = 1
pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL = 64
pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP = 16
pkg syscall (openbsd-amd64), const TIOCPKT_START = 8
pkg syscall (openbsd-amd64), const TIOCPKT_STOP = 4
pkg syscall (openbsd-amd64), const TIOCREMOTE = 2147775593
pkg syscall (openbsd-amd64), const TIOCSBRK = 536900731
pkg syscall (openbsd-amd64), const TIOCSCTTY = 536900705
pkg syscall (openbsd-amd64), const TIOCSDTR = 536900729
pkg syscall (openbsd-amd64), const TIOCSETA = 2150396948
pkg syscall (openbsd-amd64), const TIOCSETAF = 2150396950
pkg syscall (openbsd-amd64), const TIOCSETAW = 2150396949
pkg syscall (openbsd-amd64), const TIOCSETD = 2147775515
pkg syscall (openbsd-amd64), const TIOCSFLAGS = 2147775580
pkg syscall (openbsd-amd64), const TIOCSIG = 2147775583
pkg syscall (openbsd-amd64), const TIOCSPGRP = 2147775606
pkg syscall (openbsd-amd64), const TIOCSTART = 536900718
pkg syscall (openbsd-amd64), const TIOCSTAT = 2147775589
pkg syscall (openbsd-amd64), const TIOCSTI = 2147578994
pkg syscall (openbsd-amd64), const TIOCSTOP = 536900719
pkg syscall (openbsd-amd64), const TIOCSTSTAMP = 2148037722
pkg syscall (openbsd-amd64), const TIOCSWINSZ = 2148037735
pkg syscall (openbsd-amd64), const TIOCUCNTL = 2147775590
pkg syscall (openbsd-amd64), const TOSTOP = 4194304
pkg syscall (openbsd-amd64), const VDISCARD = 15
pkg syscall (openbsd-amd64), const VDSUSP = 11
pkg syscall (openbsd-amd64), const VEOF = 0
pkg syscall (openbsd-amd64), const VEOL = 1
pkg syscall (openbsd-amd64), const VEOL2 = 2
pkg syscall (openbsd-amd64), const VERASE = 3
pkg syscall (openbsd-amd64), const VINTR = 8
pkg syscall (openbsd-amd64), const VKILL = 5
pkg syscall (openbsd-amd64), const VLNEXT = 14
pkg syscall (openbsd-amd64), const VMIN = 16
pkg syscall (openbsd-amd64), const VQUIT = 9
pkg syscall (openbsd-amd64), const VREPRINT = 6
pkg syscall (openbsd-amd64), const VSTART = 12
pkg syscall (openbsd-amd64), const VSTATUS = 18
pkg syscall (openbsd-amd64), const VSTOP = 13
pkg syscall (openbsd-amd64), const VSUSP = 10
pkg syscall (openbsd-amd64), const VTIME = 17
pkg syscall (openbsd-amd64), const VWERASE = 4
pkg syscall (openbsd-amd64), const WALTSIG = 4
pkg syscall (openbsd-amd64), const WCONTINUED = 8
pkg syscall (openbsd-amd64), const WCOREFLAG = 128
pkg syscall (openbsd-amd64), const WNOHANG = 1
pkg syscall (openbsd-amd64), const WSTOPPED = 127
pkg syscall (openbsd-amd64), const WUNTRACED = 2
pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK = 16
pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH = 32
pkg syscall (openbsd-amd64-cgo), const AF_CCITT = 10
pkg syscall (openbsd-amd64-cgo), const AF_CHAOS = 5
pkg syscall (openbsd-amd64-cgo), const AF_CNT = 21
pkg syscall (openbsd-amd64-cgo), const AF_COIP = 20
pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT = 9
pkg syscall (openbsd-amd64-cgo), const AF_DECnet = 12
pkg syscall (openbsd-amd64-cgo), const AF_DLI = 13
pkg syscall (openbsd-amd64-cgo), const AF_E164 = 26
pkg syscall (openbsd-amd64-cgo), const AF_ECMA = 8
pkg syscall (openbsd-amd64-cgo), const AF_ENCAP = 28
pkg syscall (openbsd-amd64-cgo), const AF_HYLINK = 15
pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK = 3
pkg syscall (openbsd-amd64-cgo), const AF_INET6 = 24
pkg syscall (openbsd-amd64-cgo), const AF_IPX = 23
pkg syscall (openbsd-amd64-cgo), const AF_ISDN = 26
pkg syscall (openbsd-amd64-cgo), const AF_ISO = 7
pkg syscall (openbsd-amd64-cgo), const AF_KEY = 30
pkg syscall (openbsd-amd64-cgo), const AF_LAT = 14
pkg syscall (openbsd-amd64-cgo), const AF_LINK = 18
pkg syscall (openbsd-amd64-cgo), const AF_LOCAL = 1
pkg syscall (openbsd-amd64-cgo), const AF_MAX = 36
pkg syscall (openbsd-amd64-cgo), const AF_MPLS = 33
pkg syscall (openbsd-amd64-cgo), const AF_NATM = 27
pkg syscall (openbsd-amd64-cgo), const AF_NS = 6
pkg syscall (openbsd-amd64-cgo), const AF_OSI = 7
pkg syscall (openbsd-amd64-cgo), const AF_PUP = 4
pkg syscall (openbsd-amd64-cgo), const AF_ROUTE = 17
pkg syscall (openbsd-amd64-cgo), const AF_SIP = 29
pkg syscall (openbsd-amd64-cgo), const AF_SNA = 11
pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER = 1
pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY = 15
pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
pkg syscall (openbsd-amd64-cgo), const B0 = 0
pkg syscall (openbsd-amd64-cgo), const B110 = 110
pkg syscall (openbsd-amd64-cgo), const B115200 = 115200
pkg syscall (openbsd-amd64-cgo), const B1200 = 1200
pkg syscall (openbsd-amd64-cgo), const B134 = 134
pkg syscall (openbsd-amd64-cgo), const B14400 = 14400
pkg syscall (openbsd-amd64-cgo), const B150 = 150
pkg syscall (openbsd-amd64-cgo), const B1800 = 1800
pkg syscall (openbsd-amd64-cgo), const B19200 = 19200
pkg syscall (openbsd-amd64-cgo), const B200 = 200
pkg syscall (openbsd-amd64-cgo), const B230400 = 230400
pkg syscall (openbsd-amd64-cgo), const B2400 = 2400
pkg syscall (openbsd-amd64-cgo), const B28800 = 28800
pkg syscall (openbsd-amd64-cgo), const B300 = 300
pkg syscall (openbsd-amd64-cgo), const B38400 = 38400
pkg syscall (openbsd-amd64-cgo), const B4800 = 4800
pkg syscall (openbsd-amd64-cgo), const B50 = 50
pkg syscall (openbsd-amd64-cgo), const B57600 = 57600
pkg syscall (openbsd-amd64-cgo), const B600 = 600
pkg syscall (openbsd-amd64-cgo), const B7200 = 7200
pkg syscall (openbsd-amd64-cgo), const B75 = 75
pkg syscall (openbsd-amd64-cgo), const B76800 = 76800
pkg syscall (openbsd-amd64-cgo), const B9600 = 9600
pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH = 536887912
pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN = 1074020966
pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT = 1074020988
pkg syscall (openbsd-amd64-cgo), const BIOCGDLT = 1074020970
pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST = 3222291067
pkg syscall (openbsd-amd64-cgo), const BIOCGETIF = 1075855979
pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP = 1074020984
pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG = 1074020979
pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS = 1074283119
pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
pkg syscall (openbsd-amd64-cgo), const BIOCLOCK = 536887926
pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC = 536887913
pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN = 3221504614
pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT = 2147762813
pkg syscall (openbsd-amd64-cgo), const BIOCSDLT = 2147762810
pkg syscall (openbsd-amd64-cgo), const BIOCSETF = 2148549223
pkg syscall (openbsd-amd64-cgo), const BIOCSETIF = 2149597804
pkg syscall (openbsd-amd64-cgo), const BIOCSETWF = 2148549239
pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP = 2147762809
pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG = 2147762802
pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
pkg syscall (openbsd-amd64-cgo), const BIOCVERSION = 1074020977
pkg syscall (openbsd-amd64-cgo), const BPF_A = 16
pkg syscall (openbsd-amd64-cgo), const BPF_ABS = 32
pkg syscall (openbsd-amd64-cgo), const BPF_ADD = 0
pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT = 4
pkg syscall (openbsd-amd64-cgo), const BPF_ALU = 4
pkg syscall (openbsd-amd64-cgo), const BPF_AND = 80
pkg syscall (openbsd-amd64-cgo), const BPF_B = 16
pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN = 1
pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT = 2
pkg syscall (openbsd-amd64-cgo), const BPF_DIV = 48
pkg syscall (openbsd-amd64-cgo), const BPF_H = 8
pkg syscall (openbsd-amd64-cgo), const BPF_IMM = 0
pkg syscall (openbsd-amd64-cgo), const BPF_IND = 64
pkg syscall (openbsd-amd64-cgo), const BPF_JA = 0
pkg syscall (openbsd-amd64-cgo), const BPF_JEQ = 16
pkg syscall (openbsd-amd64-cgo), const BPF_JGE = 48
pkg syscall (openbsd-amd64-cgo), const BPF_JGT = 32
pkg syscall (openbsd-amd64-cgo), const BPF_JMP = 5
pkg syscall (openbsd-amd64-cgo), const BPF_JSET = 64
pkg syscall (openbsd-amd64-cgo), const BPF_K = 0
pkg syscall (openbsd-amd64-cgo), const BPF_LD = 0
pkg syscall (openbsd-amd64-cgo), const BPF_LDX = 1
pkg syscall (openbsd-amd64-cgo), const BPF_LEN = 128
pkg syscall (openbsd-amd64-cgo), const BPF_LSH = 96
pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE = 2097152
pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS = 512
pkg syscall (openbsd-amd64-cgo), const BPF_MEM = 96
pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS = 16
pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
pkg syscall (openbsd-amd64-cgo), const BPF_MISC = 7
pkg syscall (openbsd-amd64-cgo), const BPF_MSH = 160
pkg syscall (openbsd-amd64-cgo), const BPF_MUL = 32
pkg syscall (openbsd-amd64-cgo), const BPF_NEG = 128
pkg syscall (openbsd-amd64-cgo), const BPF_OR = 64
pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE = 199606
pkg syscall (openbsd-amd64-cgo), const BPF_RET = 6
pkg syscall (openbsd-amd64-cgo), const BPF_RSH = 112
pkg syscall (openbsd-amd64-cgo), const BPF_ST = 2
pkg syscall (openbsd-amd64-cgo), const BPF_STX = 3
pkg syscall (openbsd-amd64-cgo), const BPF_SUB = 16
pkg syscall (openbsd-amd64-cgo), const BPF_TAX = 0
pkg syscall (openbsd-amd64-cgo), const BPF_TXA = 128
pkg syscall (openbsd-amd64-cgo), const BPF_W = 0
pkg syscall (openbsd-amd64-cgo), const BPF_X = 8
pkg syscall (openbsd-amd64-cgo), const BRKINT = 2
pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16
pkg syscall (openbsd-amd64-cgo), const CFLUSH = 15
pkg syscall (openbsd-amd64-cgo), const CLOCAL = 32768
pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288
pkg syscall (openbsd-amd64-cgo), const CREAD = 2048
pkg syscall (openbsd-amd64-cgo), const CS5 = 0
pkg syscall (openbsd-amd64-cgo), const CS6 = 256
pkg syscall (openbsd-amd64-cgo), const CS7 = 512
pkg syscall (openbsd-amd64-cgo), const CS8 = 768
pkg syscall (openbsd-amd64-cgo), const CSIZE = 768
pkg syscall (openbsd-amd64-cgo), const CSTART = 17
pkg syscall (openbsd-amd64-cgo), const CSTATUS = 255
pkg syscall (openbsd-amd64-cgo), const CSTOP = 19
pkg syscall (openbsd-amd64-cgo), const CSTOPB = 1024
pkg syscall (openbsd-amd64-cgo), const CSUSP = 26
pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME = 12
pkg syscall (openbsd-amd64-cgo), const CTL_NET = 4
pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH = 536888398
pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET = 7
pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
pkg syscall (openbsd-amd64-cgo), const DLT_AX25 = 3
pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS = 5
pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC = 104
pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB = 1
pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB = 2
pkg syscall (openbsd-amd64-cgo), const DLT_ENC = 13
pkg syscall (openbsd-amd64-cgo), const DLT_FDDI = 10
pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 = 6
pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 = 105
pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
pkg syscall (openbsd-amd64-cgo), const DLT_LOOP = 12
pkg syscall (openbsd-amd64-cgo), const DLT_MPLS = 219
pkg syscall (openbsd-amd64-cgo), const DLT_NULL = 0
pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG = 117
pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC = 18
pkg syscall (openbsd-amd64-cgo), const DLT_PPP = 9
pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS = 16
pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER = 51
pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
pkg syscall (openbsd-amd64-cgo), const DLT_PRONET = 4
pkg syscall (openbsd-amd64-cgo), const DLT_RAW = 14
pkg syscall (openbsd-amd64-cgo), const DLT_SLIP = 8
pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
pkg syscall (openbsd-amd64-cgo), const DT_BLK = 6
pkg syscall (openbsd-amd64-cgo), const DT_CHR = 2
pkg syscall (openbsd-amd64-cgo), const DT_DIR = 4
pkg syscall (openbsd-amd64-cgo), const DT_FIFO = 1
pkg syscall (openbsd-amd64-cgo), const DT_LNK = 10
pkg syscall (openbsd-amd64-cgo), const DT_REG = 8
pkg syscall (openbsd-amd64-cgo), const DT_SOCK = 12
pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN = 0
pkg syscall (openbsd-amd64-cgo), const E2BIG = 7
pkg syscall (openbsd-amd64-cgo), const EACCES = 13
pkg syscall (openbsd-amd64-cgo), const EADDRINUSE = 48
pkg syscall (openbsd-amd64-cgo), const EADDRNOTAVAIL = 49
pkg syscall (openbsd-amd64-cgo), const EAFNOSUPPORT = 47
pkg syscall (openbsd-amd64-cgo), const EAGAIN = 35
pkg syscall (openbsd-amd64-cgo), const EALREADY = 37
pkg syscall (openbsd-amd64-cgo), const EAUTH = 80
pkg syscall (openbsd-amd64-cgo), const EBADF = 9
pkg syscall (openbsd-amd64-cgo), const EBADRPC = 72
pkg syscall (openbsd-amd64-cgo), const EBUSY = 16
pkg syscall (openbsd-amd64-cgo), const ECANCELED = 88
pkg syscall (openbsd-amd64-cgo), const ECHILD = 10
pkg syscall (openbsd-amd64-cgo), const ECHO = 8
pkg syscall (openbsd-amd64-cgo), const ECHOCTL = 64
pkg syscall (openbsd-amd64-cgo), const ECHOE = 2
pkg syscall (openbsd-amd64-cgo), const ECHOK = 4
pkg syscall (openbsd-amd64-cgo), const ECHOKE = 1
pkg syscall (openbsd-amd64-cgo), const ECHONL = 16
pkg syscall (openbsd-amd64-cgo), const ECHOPRT = 32
pkg syscall (openbsd-amd64-cgo), const ECONNABORTED = 53
pkg syscall (openbsd-amd64-cgo), const ECONNREFUSED = 61
pkg syscall (openbsd-amd64-cgo), const ECONNRESET = 54
pkg syscall (openbsd-amd64-cgo), const EDEADLK = 11
pkg syscall (openbsd-amd64-cgo), const EDESTADDRREQ = 39
pkg syscall (openbsd-amd64-cgo), const EDOM = 33
pkg syscall (openbsd-amd64-cgo), const EDQUOT = 69
pkg syscall (openbsd-amd64-cgo), const EEXIST = 17
pkg syscall (openbsd-amd64-cgo), const EFAULT = 14
pkg syscall (openbsd-amd64-cgo), const EFBIG = 27
pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024
pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256
pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048
pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1
pkg syscall (openbsd-amd64-cgo), const EFTYPE = 79
pkg syscall (openbsd-amd64-cgo), const EHOSTDOWN = 64
pkg syscall (openbsd-amd64-cgo), const EHOSTUNREACH = 65
pkg syscall (openbsd-amd64-cgo), const EIDRM = 89
pkg syscall (openbsd-amd64-cgo), const EILSEQ = 84
pkg syscall (openbsd-amd64-cgo), const EINPROGRESS = 36
pkg syscall (openbsd-amd64-cgo), const EINTR = 4
pkg syscall (openbsd-amd64-cgo), const EINVAL = 22
pkg syscall (openbsd-amd64-cgo), const EIO = 5
pkg syscall (openbsd-amd64-cgo), const EIPSEC = 82
pkg syscall (openbsd-amd64-cgo), const EISCONN = 56
pkg syscall (openbsd-amd64-cgo), const EISDIR = 21
pkg syscall (openbsd-amd64-cgo), const ELAST = 91
pkg syscall (openbsd-amd64-cgo), const ELOOP = 62
pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE = 86
pkg syscall (openbsd-amd64-cgo), const EMFILE = 24
pkg syscall (openbsd-amd64-cgo), const EMLINK = 31
pkg syscall (openbsd-amd64-cgo), const EMSGSIZE = 40
pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF = 1
pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED = 1
pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE = 2
pkg syscall (openbsd-amd64-cgo), const ENAMETOOLONG = 63
pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC = 9
pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH = 81
pkg syscall (openbsd-amd64-cgo), const ENETDOWN = 50
pkg syscall (openbsd-amd64-cgo), const ENETRESET = 52
pkg syscall (openbsd-amd64-cgo), const ENETUNREACH = 51
pkg syscall (openbsd-amd64-cgo), const ENFILE = 23
pkg syscall (openbsd-amd64-cgo), const ENOATTR = 83
pkg syscall (openbsd-amd64-cgo), const ENOBUFS = 55
pkg syscall (openbsd-amd64-cgo), const ENODEV = 19
pkg syscall (openbsd-amd64-cgo), const ENOEXEC = 8
pkg syscall (openbsd-amd64-cgo), const ENOLCK = 77
pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM = 85
pkg syscall (openbsd-amd64-cgo), const ENOMEM = 12
pkg syscall (openbsd-amd64-cgo), const ENOMSG = 90
pkg syscall (openbsd-amd64-cgo), const ENOPROTOOPT = 42
pkg syscall (openbsd-amd64-cgo), const ENOSPC = 28
pkg syscall (openbsd-amd64-cgo), const ENOSYS = 78
pkg syscall (openbsd-amd64-cgo), const ENOTBLK = 15
pkg syscall (openbsd-amd64-cgo), const ENOTCONN = 57
pkg syscall (openbsd-amd64-cgo), const ENOTDIR = 20
pkg syscall (openbsd-amd64-cgo), const ENOTEMPTY = 66
pkg syscall (openbsd-amd64-cgo), const ENOTSOCK = 38
pkg syscall (openbsd-amd64-cgo), const ENOTSUP = 91
pkg syscall (openbsd-amd64-cgo), const ENOTTY = 25
pkg syscall (openbsd-amd64-cgo), const ENXIO = 6
pkg syscall (openbsd-amd64-cgo), const EOPNOTSUPP = 45
pkg syscall (openbsd-amd64-cgo), const EOVERFLOW = 87
pkg syscall (openbsd-amd64-cgo), const EPERM = 1
pkg syscall (openbsd-amd64-cgo), const EPFNOSUPPORT = 46
pkg syscall (openbsd-amd64-cgo), const EPIPE = 32
pkg syscall (openbsd-amd64-cgo), const EPROCLIM = 67
pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL = 76
pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH = 75
pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL = 74
pkg syscall (openbsd-amd64-cgo), const EPROTONOSUPPORT = 43
pkg syscall (openbsd-amd64-cgo), const EPROTOTYPE = 41
pkg syscall (openbsd-amd64-cgo), const ERANGE = 34
pkg syscall (openbsd-amd64-cgo), const EREMOTE = 71
pkg syscall (openbsd-amd64-cgo), const EROFS = 30
pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH = 73
pkg syscall (openbsd-amd64-cgo), const ESHUTDOWN = 58
pkg syscall (openbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
pkg syscall (openbsd-amd64-cgo), const ESPIPE = 29
pkg syscall (openbsd-amd64-cgo), const ESRCH = 3
pkg syscall (openbsd-amd64-cgo), const ESTALE = 70
pkg syscall (openbsd-amd64-cgo), const ETHERMIN = 46
pkg syscall (openbsd-amd64-cgo), const ETHERMTU = 1500
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 = 4
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE = 34978
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT = 32923
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN = 24579
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES = 32861
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP = 32773
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP = 2048
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP = 35020
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS = 1536
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP = 512
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ = 34984
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW = 34825
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP = 33153
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN = 2
pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN = 4
pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN = 14
pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN = 1536
pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN = 64
pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
pkg syscall (openbsd-amd64-cgo), const ETIMEDOUT = 60
pkg syscall (openbsd-amd64-cgo), const ETOOMANYREFS = 59
pkg syscall (openbsd-amd64-cgo), const ETXTBSY = 26
pkg syscall (openbsd-amd64-cgo), const EUSERS = 68
pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO = -3
pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC = -5
pkg syscall (openbsd-amd64-cgo), const EVFILT_READ = -1
pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL = -6
pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER = -7
pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE = -4
pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE = -2
pkg syscall (openbsd-amd64-cgo), const EV_ADD = 1
pkg syscall (openbsd-amd64-cgo), const EV_CLEAR = 32
pkg syscall (openbsd-amd64-cgo), const EV_DELETE = 2
pkg syscall (openbsd-amd64-cgo), const EV_DISABLE = 8
pkg syscall (openbsd-amd64-cgo), const EV_ENABLE = 4
pkg syscall (openbsd-amd64-cgo), const EV_EOF = 32768
pkg syscall (openbsd-amd64-cgo), const EV_ERROR = 16384
pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 = 8192
pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT = 16
pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS = 61440
pkg syscall (openbsd-amd64-cgo), const EWOULDBLOCK = 35
pkg syscall (openbsd-amd64-cgo), const EXDEV = 18
pkg syscall (openbsd-amd64-cgo), const EXTA = 19200
pkg syscall (openbsd-amd64-cgo), const EXTB = 38400
pkg syscall (openbsd-amd64-cgo), const EXTPROC = 2048
pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC = 1
pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE = 1024
pkg syscall (openbsd-amd64-cgo), const FLUSHO = 8388608
pkg syscall (openbsd-amd64-cgo), const F_DUPFD = 0
pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 10
pkg syscall (openbsd-amd64-cgo), const F_GETFD = 1
pkg syscall (openbsd-amd64-cgo), const F_GETFL = 3
pkg syscall (openbsd-amd64-cgo), const F_GETLK = 7
pkg syscall (openbsd-amd64-cgo), const F_GETOWN = 5
pkg syscall (openbsd-amd64-cgo), const F_OK = 0
pkg syscall (openbsd-amd64-cgo), const F_RDLCK = 1
pkg syscall (openbsd-amd64-cgo), const F_SETFD = 2
pkg syscall (openbsd-amd64-cgo), const F_SETFL = 4
pkg syscall (openbsd-amd64-cgo), const F_SETLK = 8
pkg syscall (openbsd-amd64-cgo), const F_SETLKW = 9
pkg syscall (openbsd-amd64-cgo), const F_SETOWN = 6
pkg syscall (openbsd-amd64-cgo), const F_UNLCK = 2
pkg syscall (openbsd-amd64-cgo), const F_WRLCK = 3
pkg syscall (openbsd-amd64-cgo), const HUPCL = 16384
pkg syscall (openbsd-amd64-cgo), const ICANON = 256
pkg syscall (openbsd-amd64-cgo), const ICRNL = 256
pkg syscall (openbsd-amd64-cgo), const IEXTEN = 1024
pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL = 0
pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE = 1
pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE = 1
pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI = 512
pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE = 36434
pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG = 4
pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 = 4096
pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 = 8192
pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 = 16384
pkg syscall (openbsd-amd64-cgo), const IFF_LOOPBACK = 8
pkg syscall (openbsd-amd64-cgo), const IFF_MULTICAST = 32768
pkg syscall (openbsd-amd64-cgo), const IFF_NOARP = 128
pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS = 32
pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE = 1024
pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT = 16
pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC = 256
pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING = 64
pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX = 2048
pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ = 16
pkg syscall (openbsd-amd64-cgo), const IFT_1822 = 2
pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 = 187
pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 = 49
pkg syscall (openbsd-amd64-cgo), const IFT_ADSL = 94
pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 = 59
pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 = 60
pkg syscall (openbsd-amd64-cgo), const IFT_ARAP = 88
pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET = 35
pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC = 84
pkg syscall (openbsd-amd64-cgo), const IFT_ATM = 37
pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI = 105
pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI = 106
pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA = 107
pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO = 189
pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH = 248
pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE = 209
pkg syscall (openbsd-amd64-cgo), const IFT_BSC = 83
pkg syscall (openbsd-amd64-cgo), const IFT_CARP = 247
pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL = 61
pkg syscall (openbsd-amd64-cgo), const IFT_CEPT = 19
pkg syscall (openbsd-amd64-cgo), const IFT_CES = 133
pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL = 70
pkg syscall (openbsd-amd64-cgo), const IFT_CNR = 85
pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE = 132
pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
pkg syscall (openbsd-amd64-cgo), const IFT_DCN = 141
pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
pkg syscall (openbsd-amd64-cgo), const IFT_DLSW = 74
pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
pkg syscall (openbsd-amd64-cgo), const IFT_DS0 = 81
pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL = 170
pkg syscall (openbsd-amd64-cgo), const IFT_DS3 = 30
pkg syscall (openbsd-amd64-cgo), const IFT_DTM = 140
pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY = 241
pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN = 172
pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT = 173
pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
pkg syscall (openbsd-amd64-cgo), const IFT_ECONET = 206
pkg syscall (openbsd-amd64-cgo), const IFT_ENC = 244
pkg syscall (openbsd-amd64-cgo), const IFT_EON = 25
pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS = 87
pkg syscall (openbsd-amd64-cgo), const IFT_ESCON = 73
pkg syscall (openbsd-amd64-cgo), const IFT_ETHER = 6
pkg syscall (openbsd-amd64-cgo), const IFT_FAITH = 243
pkg syscall (openbsd-amd64-cgo), const IFT_FAST = 125
pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER = 62
pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX = 69
pkg syscall (openbsd-amd64-cgo), const IFT_FDDI = 15
pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY = 32
pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE = 44
pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD = 158
pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB = 67
pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K = 66
pkg syscall (openbsd-amd64-cgo), const IFT_GIF = 240
pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT = 178
pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT = 177
pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY = 165
pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 = 3
pkg syscall (openbsd-amd64-cgo), const IFT_HDLC = 118
pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 = 168
pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI = 47
pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD = 90
pkg syscall (openbsd-amd64-cgo), const IFT_HSSI = 46
pkg syscall (openbsd-amd64-cgo), const IFT_HY = 14
pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
pkg syscall (openbsd-amd64-cgo), const IFT_IDSL = 154
pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 = 144
pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 = 71
pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 = 55
pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN = 145
pkg syscall (openbsd-amd64-cgo), const IFT_IMT = 190
pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND = 199
pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE = 124
pkg syscall (openbsd-amd64-cgo), const IFT_IP = 126
pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD = 142
pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM = 114
pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH = 78
pkg syscall (openbsd-amd64-cgo), const IFT_ISDN = 63
pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC = 20
pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS = 75
pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU = 76
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC = 41
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 = 7
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 = 8
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 = 9
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR = 86
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 = 10
pkg syscall (openbsd-amd64-cgo), const IFT_ISUP = 179
pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN = 135
pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN = 136
pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
pkg syscall (openbsd-amd64-cgo), const IFT_LAPB = 16
pkg syscall (openbsd-amd64-cgo), const IFT_LAPD = 77
pkg syscall (openbsd-amd64-cgo), const IFT_LAPF = 119
pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP = 210
pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK = 42
pkg syscall (openbsd-amd64-cgo), const IFT_LOOP = 24
pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK = 167
pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 = 38
pkg syscall (openbsd-amd64-cgo), const IFT_MODEM = 48
pkg syscall (openbsd-amd64-cgo), const IFT_MPC = 113
pkg syscall (openbsd-amd64-cgo), const IFT_MPLS = 166
pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL = 143
pkg syscall (openbsd-amd64-cgo), const IFT_MVL = 191
pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET = 99
pkg syscall (openbsd-amd64-cgo), const IFT_NFAS = 175
pkg syscall (openbsd-amd64-cgo), const IFT_NSIP = 27
pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
pkg syscall (openbsd-amd64-cgo), const IFT_OTHER = 1
pkg syscall (openbsd-amd64-cgo), const IFT_P10 = 12
pkg syscall (openbsd-amd64-cgo), const IFT_P80 = 13
pkg syscall (openbsd-amd64-cgo), const IFT_PARA = 34
pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG = 245
pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW = 249
pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC = 246
pkg syscall (openbsd-amd64-cgo), const IFT_PLC = 174
pkg syscall (openbsd-amd64-cgo), const IFT_PON155 = 207
pkg syscall (openbsd-amd64-cgo), const IFT_PON622 = 208
pkg syscall (openbsd-amd64-cgo), const IFT_POS = 171
pkg syscall (openbsd-amd64-cgo), const IFT_PPP = 23
pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM = 197
pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS = 89
pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX = 54
pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL = 22
pkg syscall (openbsd-amd64-cgo), const IFT_PVC = 242
pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 = 201
pkg syscall (openbsd-amd64-cgo), const IFT_QLLC = 68
pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC = 188
pkg syscall (openbsd-amd64-cgo), const IFT_RADSL = 95
pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL = 192
pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 = 159
pkg syscall (openbsd-amd64-cgo), const IFT_RS232 = 33
pkg syscall (openbsd-amd64-cgo), const IFT_RSRB = 79
pkg syscall (openbsd-amd64-cgo), const IFT_SDLC = 17
pkg syscall (openbsd-amd64-cgo), const IFT_SDSL = 96
pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL = 169
pkg syscall (openbsd-amd64-cgo), const IFT_SIP = 31
pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG = 204
pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG = 203
pkg syscall (openbsd-amd64-cgo), const IFT_SLIP = 28
pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI = 43
pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP = 52
pkg syscall (openbsd-amd64-cgo), const IFT_SONET = 39
pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH = 50
pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT = 51
pkg syscall (openbsd-amd64-cgo), const IFT_SRP = 151
pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN = 11
pkg syscall (openbsd-amd64-cgo), const IFT_T1 = 18
pkg syscall (openbsd-amd64-cgo), const IFT_TDLC = 116
pkg syscall (openbsd-amd64-cgo), const IFT_TELINK = 200
pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD = 91
pkg syscall (openbsd-amd64-cgo), const IFT_TR008 = 176
pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL = 131
pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA = 29
pkg syscall (openbsd-amd64-cgo), const IFT_USB = 160
pkg syscall (openbsd-amd64-cgo), const IFT_V11 = 64
pkg syscall (openbsd-amd64-cgo), const IFT_V35 = 45
pkg syscall (openbsd-amd64-cgo), const IFT_V36 = 65
pkg syscall (openbsd-amd64-cgo), const IFT_V37 = 120
pkg syscall (openbsd-amd64-cgo), const IFT_VDSL = 97
pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG = 202
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID = 213
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM = 100
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP = 103
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO = 101
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS = 102
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
pkg syscall (openbsd-amd64-cgo), const IFT_X213 = 93
pkg syscall (openbsd-amd64-cgo), const IFT_X25 = 5
pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN = 4
pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP = 121
pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE = 40
pkg syscall (openbsd-amd64-cgo), const IFT_XETHER = 26
pkg syscall (openbsd-amd64-cgo), const IGNBRK = 1
pkg syscall (openbsd-amd64-cgo), const IGNCR = 128
pkg syscall (openbsd-amd64-cgo), const IGNPAR = 4
pkg syscall (openbsd-amd64-cgo), const IMAXBEL = 8192
pkg syscall (openbsd-amd64-cgo), const INLCR = 64
pkg syscall (openbsd-amd64-cgo), const INPCK = 16
pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX = 128
pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST = 255
pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET = 127
pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST = 1
pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET = 4294967294
pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT = 31
pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH = 51
pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP = 112
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT = 258
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE = 257
pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP = 8
pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP = 98
pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON = 80
pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP = 50
pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP = 3
pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE = 47
pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP = 1
pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP = 22
pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP = 2
pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP = 4
pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 = 4
pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX = 256
pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID = 259
pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE = 55
pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS = 137
pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE = 59
pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM = 103
pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP = 12
pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW = 255
pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING = 43
pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP = 46
pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP = 29
pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL = 53
pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM = 26
pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM = 64
pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG = 62
pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS = 50
pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL = 54
pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH = 29
pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL = 120
pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC = 1
pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS = 49
pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL = 60
pkg syscall (openbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
pkg syscall (openbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM = 255
pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU = 1280
pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP = 48
pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS = 1
pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU = 44
pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX = 63
pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO = 46
pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE = 14
pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE = 4129
pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR = 51
pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS = 61
pkg syscall (openbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
pkg syscall (openbsd-amd64-cgo), const IPV6_V6ONLY = 27
pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION = 96
pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
pkg syscall (openbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL = 20
pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
pkg syscall (openbsd-amd64-cgo), const IP_DF = 16384
pkg syscall (openbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL = 22
pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL = 21
pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL = 2
pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL = 29
pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO = 36
pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH = 27
pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED = 25
pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID = 23
pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH = 28
pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED = 26
pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID = 24
pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET = 65535
pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
pkg syscall (openbsd-amd64-cgo), const IP_MF = 8192
pkg syscall (openbsd-amd64-cgo), const IP_MINTTL = 32
pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 15
pkg syscall (openbsd-amd64-cgo), const IP_MSS = 576
pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_IF = 9
pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK = 8191
pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS = 1
pkg syscall (openbsd-amd64-cgo), const IP_PIPEX = 34
pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE = 19
pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR = 7
pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT = 33
pkg syscall (openbsd-amd64-cgo), const IP_RECVIF = 30
pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS = 5
pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS = 6
pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE = 35
pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL = 31
pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS = 8
pkg syscall (openbsd-amd64-cgo), const IP_RF = 32768
pkg syscall (openbsd-amd64-cgo), const IP_RTABLE = 4129
pkg syscall (openbsd-amd64-cgo), const IP_TOS = 3
pkg syscall (openbsd-amd64-cgo), const IP_TTL = 4
pkg syscall (openbsd-amd64-cgo), const ISIG = 128
pkg syscall (openbsd-amd64-cgo), const ISTRIP = 32
pkg syscall (openbsd-amd64-cgo), const IXANY = 2048
pkg syscall (openbsd-amd64-cgo), const IXOFF = 1024
pkg syscall (openbsd-amd64-cgo), const IXON = 512
pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false
pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH = 6
pkg syscall (openbsd-amd64-cgo), const LOCK_EX = 2
pkg syscall (openbsd-amd64-cgo), const LOCK_NB = 4
pkg syscall (openbsd-amd64-cgo), const LOCK_SH = 1
pkg syscall (openbsd-amd64-cgo), const LOCK_UN = 8
pkg syscall (openbsd-amd64-cgo), const MSG_BCAST = 256
pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC = 32
pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE = 4
pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT = 128
pkg syscall (openbsd-amd64-cgo), const MSG_EOR = 8
pkg syscall (openbsd-amd64-cgo), const MSG_MCAST = 512
pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
pkg syscall (openbsd-amd64-cgo), const MSG_OOB = 1
pkg syscall (openbsd-amd64-cgo), const MSG_PEEK = 2
pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC = 16
pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL = 64
pkg syscall (openbsd-amd64-cgo), const NAME_MAX = 255
pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP = 1
pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS = 2
pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST = 3
pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID = 6
pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS = 4
pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE = 5
pkg syscall (openbsd-amd64-cgo), const NOFLSH = 2147483648
pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB = 8
pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD = 4
pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE = 1
pkg syscall (openbsd-amd64-cgo), const NOTE_EOF = 2
pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC = 536870912
pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT = 2147483648
pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND = 4
pkg syscall (openbsd-amd64-cgo), const NOTE_FORK = 1073741824
pkg syscall (openbsd-amd64-cgo), const NOTE_LINK = 16
pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT = 1
pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME = 32
pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE = 64
pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK = 1
pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR = 2
pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE = 128
pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE = 2
pkg syscall (openbsd-amd64-cgo), const OCRNL = 16
pkg syscall (openbsd-amd64-cgo), const ONLCR = 2
pkg syscall (openbsd-amd64-cgo), const ONLRET = 128
pkg syscall (openbsd-amd64-cgo), const ONOCR = 64
pkg syscall (openbsd-amd64-cgo), const ONOEOT = 8
pkg syscall (openbsd-amd64-cgo), const OPOST = 1
pkg syscall (openbsd-amd64-cgo), const O_ACCMODE = 3
pkg syscall (openbsd-amd64-cgo), const O_APPEND = 8
pkg syscall (openbsd-amd64-cgo), const O_ASYNC = 64
pkg syscall (openbsd-amd64-cgo), const O_CLOEXEC = 65536
pkg syscall (openbsd-amd64-cgo), const O_CREAT = 512
pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY = 131072
pkg syscall (openbsd-amd64-cgo), const O_DSYNC = 128
pkg syscall (openbsd-amd64-cgo), const O_EXCL = 2048
pkg syscall (openbsd-amd64-cgo), const O_EXLOCK = 32
pkg syscall (openbsd-amd64-cgo), const O_FSYNC = 128
pkg syscall (openbsd-amd64-cgo), const O_NDELAY = 4
pkg syscall (openbsd-amd64-cgo), const O_NOCTTY = 32768
pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW = 256
pkg syscall (openbsd-amd64-cgo), const O_NONBLOCK = 4
pkg syscall (openbsd-amd64-cgo), const O_RSYNC = 128
pkg syscall (openbsd-amd64-cgo), const O_SHLOCK = 16
pkg syscall (openbsd-amd64-cgo), const O_SYNC = 128
pkg syscall (openbsd-amd64-cgo), const O_TRUNC = 1024
pkg syscall (openbsd-amd64-cgo), const PARENB = 4096
pkg syscall (openbsd-amd64-cgo), const PARMRK = 8
pkg syscall (openbsd-amd64-cgo), const PARODD = 8192
pkg syscall (openbsd-amd64-cgo), const PENDIN = 536870912
pkg syscall (openbsd-amd64-cgo), const PF_FLUSH = 1
pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21
pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT = 7
pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL = 8
pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME = 0
pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE = 4
pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU = 0
pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA = 2
pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE = 1
pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE = 8
pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK = 3
pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR = 6
pkg syscall (openbsd-amd64-cgo), const RTAX_BRD = 7
pkg syscall (openbsd-amd64-cgo), const RTAX_DST = 0
pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY = 1
pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK = 3
pkg syscall (openbsd-amd64-cgo), const RTAX_IFA = 5
pkg syscall (openbsd-amd64-cgo), const RTAX_IFP = 4
pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL = 10
pkg syscall (openbsd-amd64-cgo), const RTAX_MAX = 11
pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK = 2
pkg syscall (openbsd-amd64-cgo), const RTAX_SRC = 8
pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK = 9
pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR = 64
pkg syscall (openbsd-amd64-cgo), const RTA_BRD = 128
pkg syscall (openbsd-amd64-cgo), const RTA_DST = 1
pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY = 2
pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK = 8
pkg syscall (openbsd-amd64-cgo), const RTA_IFA = 32
pkg syscall (openbsd-amd64-cgo), const RTA_IFP = 16
pkg syscall (openbsd-amd64-cgo), const RTA_LABEL = 1024
pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK = 4
pkg syscall (openbsd-amd64-cgo), const RTA_SRC = 256
pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK = 512
pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE = 16384
pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
pkg syscall (openbsd-amd64-cgo), const RTF_CLONED = 65536
pkg syscall (openbsd-amd64-cgo), const RTF_CLONING = 256
pkg syscall (openbsd-amd64-cgo), const RTF_DONE = 64
pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC = 16
pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496
pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY = 2
pkg syscall (openbsd-amd64-cgo), const RTF_HOST = 4
pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO = 1024
pkg syscall (openbsd-amd64-cgo), const RTF_MASK = 128
pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED = 32
pkg syscall (openbsd-amd64-cgo), const RTF_MPATH = 262144
pkg syscall (openbsd-amd64-cgo), const RTF_MPLS = 1048576
pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP = 8192
pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 = 32768
pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 = 16384
pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 = 8192
pkg syscall (openbsd-amd64-cgo), const RTF_REJECT = 8
pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE = 131072
pkg syscall (openbsd-amd64-cgo), const RTF_STATIC = 2048
pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL = 1048576
pkg syscall (openbsd-amd64-cgo), const RTF_UP = 1
pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS = 32768
pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE = 512
pkg syscall (openbsd-amd64-cgo), const RTM_ADD = 1
pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE = 3
pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR = 13
pkg syscall (openbsd-amd64-cgo), const RTM_DELETE = 2
pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC = 16
pkg syscall (openbsd-amd64-cgo), const RTM_GET = 4
pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE = 15
pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO = 14
pkg syscall (openbsd-amd64-cgo), const RTM_LOCK = 8
pkg syscall (openbsd-amd64-cgo), const RTM_LOSING = 5
pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE = 2048
pkg syscall (openbsd-amd64-cgo), const RTM_MISS = 7
pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR = 12
pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT = 6
pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE = 11
pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4
pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE = 4
pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT = 2
pkg syscall (openbsd-amd64-cgo), const RTV_MTU = 1
pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE = 8
pkg syscall (openbsd-amd64-cgo), const RTV_RTT = 64
pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR = 128
pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE = 16
pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH = 32
pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX = 255
pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF = 0
pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD = 1
pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS = 1
pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP = 4
pkg syscall (openbsd-amd64-cgo), const SIGBUS = 10
pkg syscall (openbsd-amd64-cgo), const SIGCHLD = 20
pkg syscall (openbsd-amd64-cgo), const SIGCONT = 19
pkg syscall (openbsd-amd64-cgo), const SIGEMT = 7
pkg syscall (openbsd-amd64-cgo), const SIGINFO = 29
pkg syscall (openbsd-amd64-cgo), const SIGIO = 23
pkg syscall (openbsd-amd64-cgo), const SIGIOT = 6
pkg syscall (openbsd-amd64-cgo), const SIGPROF = 27
pkg syscall (openbsd-amd64-cgo), const SIGSTOP = 17
pkg syscall (openbsd-amd64-cgo), const SIGSYS = 12
pkg syscall (openbsd-amd64-cgo), const SIGTHR = 32
pkg syscall (openbsd-amd64-cgo), const SIGTSTP = 18
pkg syscall (openbsd-amd64-cgo), const SIGTTIN = 21
pkg syscall (openbsd-amd64-cgo), const SIGTTOU = 22
pkg syscall (openbsd-amd64-cgo), const SIGURG = 16
pkg syscall (openbsd-amd64-cgo), const SIGUSR1 = 30
pkg syscall (openbsd-amd64-cgo), const SIGUSR2 = 31
pkg syscall (openbsd-amd64-cgo), const SIGVTALRM = 26
pkg syscall (openbsd-amd64-cgo), const SIGWINCH = 28
pkg syscall (openbsd-amd64-cgo), const SIGXCPU = 24
pkg syscall (openbsd-amd64-cgo), const SIGXFSZ = 25
pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI = 2149607729
pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR = 2182637852
pkg syscall (openbsd-amd64-cgo), const SIOCATMARK = 1074033415
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD = 2153277756
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS = 2153277761
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL = 2154719565
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL = 2153277757
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS = 2153277762
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH = 2153277768
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL = 2154719566
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE = 3222563137
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD = 3222563154
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT = 3222563153
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS = 3227019582
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA = 3222563155
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM = 3225446744
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI = 3222563152
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL = 3224398159
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS = 3227019580
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO = 3222563142
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS = 3227019586
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS = 3223349571
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE = 2148821312
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD = 2148821330
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT = 2148821329
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST = 2153277781
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS = 2153277759
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO = 2153277780
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA = 2148821331
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI = 2148821328
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO = 2148821338
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO = 2148821317
pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC = 2148821337
pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI = 2149607730
pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR = 2149607705
pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR = 2182637854
pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE = 3222825380
pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL = 2149607834
pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW = 3223349758
pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC = 3223349752
pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR = 3223349537
pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF = 3222300964
pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA = 3223349531
pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR = 3223349633
pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR = 3223873931
pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU = 3223349630
pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY = 3223349660
pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN = 3223349664
pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL = 3223349635
pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT = 3223349638
pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS = 3223349662
pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR = 3256379677
pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3256379723
pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE = 3223349666
pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP = 1074033417
pkg syscall (openbsd-amd64-cgo), const SIOCGVH = 3223349750
pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE = 2149607802
pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE = 2149083555
pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL = 2149607833
pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW = 2149607933
pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC = 2149607927
pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR = 2149607692
pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR = 2149607808
pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR = 2150132108
pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR = 2149607711
pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA = 3223349557
pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU = 2149607807
pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY = 2149607835
pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN = 2149607839
pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL = 2149607810
pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT = 2149607813
pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS = 2149607837
pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2182637898
pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE = 2149607841
pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP = 2147775240
pkg syscall (openbsd-amd64-cgo), const SIOCSVH = 3223349749
pkg syscall (openbsd-amd64-cgo), const SOCK_RDM = 4
pkg syscall (openbsd-amd64-cgo), const SOL_SOCKET = 65535
pkg syscall (openbsd-amd64-cgo), const SOMAXCONN = 128
pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN = 2
pkg syscall (openbsd-amd64-cgo), const SO_BINDANY = 4096
pkg syscall (openbsd-amd64-cgo), const SO_BROADCAST = 32
pkg syscall (openbsd-amd64-cgo), const SO_DEBUG = 1
pkg syscall (openbsd-amd64-cgo), const SO_DONTROUTE = 16
pkg syscall (openbsd-amd64-cgo), const SO_ERROR = 4103
pkg syscall (openbsd-amd64-cgo), const SO_KEEPALIVE = 8
pkg syscall (openbsd-amd64-cgo), const SO_LINGER = 128
pkg syscall (openbsd-amd64-cgo), const SO_NETPROC = 4128
pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE = 256
pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED = 4130
pkg syscall (openbsd-amd64-cgo), const SO_RCVBUF = 4098
pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT = 4100
pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO = 4102
pkg syscall (openbsd-amd64-cgo), const SO_REUSEADDR = 4
pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT = 512
pkg syscall (openbsd-amd64-cgo), const SO_RTABLE = 4129
pkg syscall (openbsd-amd64-cgo), const SO_SNDBUF = 4097
pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT = 4099
pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO = 4101
pkg syscall (openbsd-amd64-cgo), const SO_SPLICE = 4131
pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP = 2048
pkg syscall (openbsd-amd64-cgo), const SO_TYPE = 4104
pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK = 64
pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT = 30
pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS = 33
pkg syscall (openbsd-amd64-cgo), const SYS_ACCT = 51
pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ = 305
pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME = 140
pkg syscall (openbsd-amd64-cgo), const SYS_BIND = 104
pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR = 12
pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS = 34
pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD = 15
pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN = 16
pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT = 61
pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE = 6
pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM = 287
pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT = 98
pkg syscall (openbsd-amd64-cgo), const SYS_DUP = 41
pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 = 90
pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE = 59
pkg syscall (openbsd-amd64-cgo), const SYS_EXIT = 1
pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT = 313
pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR = 13
pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS = 35
pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD = 124
pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT = 314
pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN = 123
pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT = 315
pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL = 92
pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN = 264
pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT = 294
pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309
pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK = 131
pkg syscall (openbsd-amd64-cgo), const SYS_FORK = 2
pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF = 192
pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292
pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316
pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308
pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC = 95
pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE = 201
pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327
pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206
pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312
pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT = 18
pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID = 43
pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID = 25
pkg syscall (openbsd-amd64-cgo), const SYS_GETFH = 161
pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306
pkg syscall (openbsd-amd64-cgo), const SYS_GETGID = 47
pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS = 79
pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN = 49
pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME = 31
pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID = 207
pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP = 81
pkg syscall (openbsd-amd64-cgo), const SYS_GETPID = 20
pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID = 39
pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY = 100
pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID = 283
pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID = 281
pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT = 194
pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE = 311
pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
pkg syscall (openbsd-amd64-cgo), const SYS_GETSID = 255
pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID = 299
pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
pkg syscall (openbsd-amd64-cgo), const SYS_GETUID = 24
pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL = 54
pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID = 253
pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE = 269
pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE = 45
pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN = 254
pkg syscall (openbsd-amd64-cgo), const SYS_LINK = 9
pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT = 317
pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN = 106
pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK = 199
pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE = 75
pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE = 78
pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT = 250
pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR = 136
pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT = 318
pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO = 132
pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT = 319
pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD = 14
pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT = 320
pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK = 203
pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL = 271
pkg syscall (openbsd-amd64-cgo), const SYS_MMAP = 197
pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT = 21
pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT = 74
pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY = 286
pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL = 297
pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET = 225
pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV = 227
pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND = 226
pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC = 256
pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK = 204
pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL = 272
pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP = 73
pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC = 155
pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK = 17
pkg syscall (openbsd-amd64-cgo), const SYS_OPEN = 5
pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT = 321
pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF = 191
pkg syscall (openbsd-amd64-cgo), const SYS_PIPE = 263
pkg syscall (openbsd-amd64-cgo), const SYS_POLL = 252
pkg syscall (openbsd-amd64-cgo), const SYS_PREAD = 173
pkg syscall (openbsd-amd64-cgo), const SYS_PREADV = 267
pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL = 44
pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE = 26
pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE = 174
pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV = 268
pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL = 148
pkg syscall (openbsd-amd64-cgo), const SYS_READ = 3
pkg syscall (openbsd-amd64-cgo), const SYS_READLINK = 58
pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT = 322
pkg syscall (openbsd-amd64-cgo), const SYS_READV = 120
pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT = 55
pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM = 29
pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG = 27
pkg syscall (openbsd-amd64-cgo), const SYS_RENAME = 128
pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT = 323
pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE = 56
pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR = 137
pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD = 298
pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET = 221
pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP = 290
pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG = 28
pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO = 133
pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID = 182
pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID = 183
pkg syscall (openbsd-amd64-cgo), const SYS_SETGID = 181
pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS = 80
pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83
pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN = 50
pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID = 82
pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY = 96
pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID = 127
pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID = 284
pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID = 282
pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID = 126
pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT = 195
pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE = 310
pkg syscall (openbsd-amd64-cgo), const SYS_SETSID = 147
pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
pkg syscall (openbsd-amd64-cgo), const SYS_SETUID = 23
pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT = 228
pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL = 296
pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT = 230
pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET = 289
pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN = 134
pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION = 46
pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK = 288
pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING = 52
pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK = 48
pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN = 103
pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND = 111
pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET = 97
pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291
pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307
pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL = 193
pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK = 57
pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT = 324
pkg syscall (openbsd-amd64-cgo), const SYS_SYNC = 36
pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH = 165
pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE = 200
pkg syscall (openbsd-amd64-cgo), const SYS_UMASK = 60
pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK = 10
pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT = 325
pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT = 22
pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326
pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138
pkg syscall (openbsd-amd64-cgo), const SYS_VFORK = 66
pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7
pkg syscall (openbsd-amd64-cgo), const SYS_WRITE = 4
pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV = 121
pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD = 304
pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB = 330
pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL = 295
pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB = 329
pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL = 202
pkg syscall (openbsd-amd64-cgo), const SYS___TFORK = 8
pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT = 302
pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT = 303
pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300
pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP = 301
pkg syscall (openbsd-amd64-cgo), const S_IFMT = 61440
pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr = 20
pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn = 8
pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram = 16
pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat = 8
pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion = 4
pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr = 12
pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq = 8
pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq = 20
pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 26
pkg syscall (openbsd-amd64-cgo), const SizeofIfData = 224
pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr = 248
pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr = 24
pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
pkg syscall (openbsd-amd64-cgo), const SizeofLinger = 8
pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr = 48
pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48
pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88
pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny = 108
pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink = 32
pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix = 106
pkg syscall (openbsd-amd64-cgo), const TCIFLUSH = 1
pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH = 3
pkg syscall (openbsd-amd64-cgo), const TCOFLUSH = 2
pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST = 4
pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG = 2
pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN = 65535
pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK = 3
pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG = 4
pkg syscall (openbsd-amd64-cgo), const TCP_MSS = 512
pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES = 11
pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE = 8
pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH = 2
pkg syscall (openbsd-amd64-cgo), const TIOCCBRK = 536900730
pkg syscall (openbsd-amd64-cgo), const TIOCCDTR = 536900728
pkg syscall (openbsd-amd64-cgo), const TIOCCONS = 2147775586
pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN = 536900702
pkg syscall (openbsd-amd64-cgo), const TIOCEXCL = 536900621
pkg syscall (openbsd-amd64-cgo), const TIOCEXT = 2147775584
pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS = 16
pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH = 2147775504
pkg syscall (openbsd-amd64-cgo), const TIOCGETA = 1076655123
pkg syscall (openbsd-amd64-cgo), const TIOCGETD = 1074033690
pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP = 1074033783
pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP = 1074820187
pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
pkg syscall (openbsd-amd64-cgo), const TIOCMBIC = 2147775595
pkg syscall (openbsd-amd64-cgo), const TIOCMBIS = 2147775596
pkg syscall (openbsd-amd64-cgo), const TIOCMGET = 1074033770
pkg syscall (openbsd-amd64-cgo), const TIOCMODG = 1074033770
pkg syscall (openbsd-amd64-cgo), const TIOCMODS = 2147775597
pkg syscall (openbsd-amd64-cgo), const TIOCMSET = 2147775597
pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR = 64
pkg syscall (openbsd-amd64-cgo), const TIOCM_CD = 64
pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS = 32
pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR = 256
pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR = 2
pkg syscall (openbsd-amd64-cgo), const TIOCM_LE = 1
pkg syscall (openbsd-amd64-cgo), const TIOCM_RI = 128
pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG = 128
pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS = 4
pkg syscall (openbsd-amd64-cgo), const TIOCM_SR = 16
pkg syscall (openbsd-amd64-cgo), const TIOCM_ST = 8
pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY = 536900721
pkg syscall (openbsd-amd64-cgo), const TIOCNXCL = 536900622
pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ = 1074033779
pkg syscall (openbsd-amd64-cgo), const TIOCPKT = 2147775600
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA = 0
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START = 8
pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP = 4
pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE = 2147775593
pkg syscall (openbsd-amd64-cgo), const TIOCSBRK = 536900731
pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY = 536900705
pkg syscall (openbsd-amd64-cgo), const TIOCSDTR = 536900729
pkg syscall (openbsd-amd64-cgo), const TIOCSETA = 2150396948
pkg syscall (openbsd-amd64-cgo), const TIOCSETAF = 2150396950
pkg syscall (openbsd-amd64-cgo), const TIOCSETAW = 2150396949
pkg syscall (openbsd-amd64-cgo), const TIOCSETD = 2147775515
pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
pkg syscall (openbsd-amd64-cgo), const TIOCSIG = 2147775583
pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP = 2147775606
pkg syscall (openbsd-amd64-cgo), const TIOCSTART = 536900718
pkg syscall (openbsd-amd64-cgo), const TIOCSTAT = 2147775589
pkg syscall (openbsd-amd64-cgo), const TIOCSTI = 2147578994
pkg syscall (openbsd-amd64-cgo), const TIOCSTOP = 536900719
pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP = 2148037722
pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL = 2147775590
pkg syscall (openbsd-amd64-cgo), const TOSTOP = 4194304
pkg syscall (openbsd-amd64-cgo), const VDISCARD = 15
pkg syscall (openbsd-amd64-cgo), const VDSUSP = 11
pkg syscall (openbsd-amd64-cgo), const VEOF = 0
pkg syscall (openbsd-amd64-cgo), const VEOL = 1
pkg syscall (openbsd-amd64-cgo), const VEOL2 = 2
pkg syscall (openbsd-amd64-cgo), const VERASE = 3
pkg syscall (openbsd-amd64-cgo), const VINTR = 8
pkg syscall (openbsd-amd64-cgo), const VKILL = 5
pkg syscall (openbsd-amd64-cgo), const VLNEXT = 14
pkg syscall (openbsd-amd64-cgo), const VMIN = 16
pkg syscall (openbsd-amd64-cgo), const VQUIT = 9
pkg syscall (openbsd-amd64-cgo), const VREPRINT = 6
pkg syscall (openbsd-amd64-cgo), const VSTART = 12
pkg syscall (openbsd-amd64-cgo), const VSTATUS = 18
pkg syscall (openbsd-amd64-cgo), const VSTOP = 13
pkg syscall (openbsd-amd64-cgo), const VSUSP = 10
pkg syscall (openbsd-amd64-cgo), const VTIME = 17
pkg syscall (openbsd-amd64-cgo), const VWERASE = 4
pkg syscall (openbsd-amd64-cgo), const WALTSIG = 4
pkg syscall (openbsd-amd64-cgo), const WCONTINUED = 8
pkg syscall (openbsd-amd64-cgo), const WCOREFLAG = 128
pkg syscall (openbsd-amd64-cgo), const WNOHANG = 1
pkg syscall (openbsd-amd64-cgo), const WSTOPPED = 127
pkg syscall (openbsd-amd64-cgo), const WUNTRACED = 2
pkg syscall (windows-386), const AF_INET6 = 23
pkg syscall (windows-386), const AF_NETBIOS = 17
pkg syscall (windows-386), const AI_CANONNAME = 2
pkg syscall (windows-386), const AI_CANONNAME ideal-int
pkg syscall (windows-386), const AI_NUMERICHOST = 4
pkg syscall (windows-386), const AI_NUMERICHOST ideal-int
pkg syscall (windows-386), const AI_PASSIVE = 1
pkg syscall (windows-386), const AI_PASSIVE ideal-int
pkg syscall (windows-386), const APPLICATION_ERROR = 536870912
pkg syscall (windows-386), const AUTHTYPE_CLIENT = 1
pkg syscall (windows-386), const AUTHTYPE_SERVER = 2
pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1
pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8
pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
pkg syscall (windows-386), const CERT_CHAIN_POLICY_NT_AUTH = 6
pkg syscall (windows-386), const CERT_CHAIN_POLICY_SSL = 4
pkg syscall (windows-386), const CERT_E_CN_NO_MATCH = 2148204815
pkg syscall (windows-386), const CERT_E_EXPIRED = 2148204801
pkg syscall (windows-386), const CERT_E_PURPOSE = 2148204806
pkg syscall (windows-386), const CERT_E_ROLE = 2148204803
pkg syscall (windows-386), const CERT_E_UNTRUSTEDROOT = 2148204809
pkg syscall (windows-386), const CERT_STORE_ADD_ALWAYS = 4
pkg syscall (windows-386), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
pkg syscall (windows-386), const CERT_STORE_PROV_MEMORY = 2
pkg syscall (windows-386), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT =
16384
pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT =
134217728
pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT =
4096
pkg syscall (windows-386), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
pkg syscall (windows-386), const CERT_TRUST_INVALID_EXTENSION = 256
pkg syscall (windows-386), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
pkg syscall (windows-386), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
pkg syscall (windows-386), const CERT_TRUST_IS_CYCLIC = 128
pkg syscall (windows-386), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
pkg syscall (windows-386), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
pkg syscall (windows-386), const CERT_TRUST_IS_NOT_TIME_VALID = 1
pkg syscall (windows-386), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
pkg syscall (windows-386), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
pkg syscall (windows-386), const CERT_TRUST_IS_REVOKED = 4
pkg syscall (windows-386), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
pkg syscall (windows-386), const CERT_TRUST_NO_ERROR = 0
pkg syscall (windows-386), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
pkg syscall (windows-386), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
pkg syscall (windows-386), const CREATE_ALWAYS = 2
pkg syscall (windows-386), const CREATE_NEW = 1
pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP = 512
pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int
pkg syscall (windows-386), const CREATE_UNICODE_ENVIRONMENT = 1024
pkg syscall (windows-386), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
pkg syscall (windows-386), const CRYPT_DELETEKEYSET = 16
pkg syscall (windows-386), const CRYPT_MACHINE_KEYSET = 32
pkg syscall (windows-386), const CRYPT_NEWKEYSET = 8
pkg syscall (windows-386), const CRYPT_SILENT = 64
pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT = 4026531840
pkg syscall (windows-386), const CTRL_BREAK_EVENT = 1
pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
pkg syscall (windows-386), const CTRL_C_EVENT = 0
pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
pkg syscall (windows-386), const DNS_TYPE_A = 1
pkg syscall (windows-386), const DNS_TYPE_A6 = 38
pkg syscall (windows-386), const DNS_TYPE_AAAA = 28
pkg syscall (windows-386), const DNS_TYPE_ADDRS = 248
pkg syscall (windows-386), const DNS_TYPE_AFSDB = 18
pkg syscall (windows-386), const DNS_TYPE_ALL = 255
pkg syscall (windows-386), const DNS_TYPE_ANY = 255
pkg syscall (windows-386), const DNS_TYPE_ATMA = 34
pkg syscall (windows-386), const DNS_TYPE_AXFR = 252
pkg syscall (windows-386), const DNS_TYPE_CERT = 37
pkg syscall (windows-386), const DNS_TYPE_CNAME = 5
pkg syscall (windows-386), const DNS_TYPE_DHCID = 49
pkg syscall (windows-386), const DNS_TYPE_DNAME = 39
pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48
pkg syscall (windows-386), const DNS_TYPE_DS = 43
pkg syscall (windows-386), const DNS_TYPE_EID = 31
pkg syscall (windows-386), const DNS_TYPE_GID = 102
pkg syscall (windows-386), const DNS_TYPE_GPOS = 27
pkg syscall (windows-386), const DNS_TYPE_HINFO = 13
pkg syscall (windows-386), const DNS_TYPE_ISDN = 20
pkg syscall (windows-386), const DNS_TYPE_IXFR = 251
pkg syscall (windows-386), const DNS_TYPE_KEY = 25
pkg syscall (windows-386), const DNS_TYPE_KX = 36
pkg syscall (windows-386), const DNS_TYPE_LOC = 29
pkg syscall (windows-386), const DNS_TYPE_MAILA = 254
pkg syscall (windows-386), const DNS_TYPE_MAILB = 253
pkg syscall (windows-386), const DNS_TYPE_MB = 7
pkg syscall (windows-386), const DNS_TYPE_MD = 3
pkg syscall (windows-386), const DNS_TYPE_MF = 4
pkg syscall (windows-386), const DNS_TYPE_MG = 8
pkg syscall (windows-386), const DNS_TYPE_MINFO = 14
pkg syscall (windows-386), const DNS_TYPE_MR = 9
pkg syscall (windows-386), const DNS_TYPE_MX = 15
pkg syscall (windows-386), const DNS_TYPE_NAPTR = 35
pkg syscall (windows-386), const DNS_TYPE_NBSTAT = 65281
pkg syscall (windows-386), const DNS_TYPE_NIMLOC = 32
pkg syscall (windows-386), const DNS_TYPE_NS = 2
pkg syscall (windows-386), const DNS_TYPE_NSAP = 22
pkg syscall (windows-386), const DNS_TYPE_NSAPPTR = 23
pkg syscall (windows-386), const DNS_TYPE_NSEC = 47
pkg syscall (windows-386), const DNS_TYPE_NULL = 10
pkg syscall (windows-386), const DNS_TYPE_NXT = 30
pkg syscall (windows-386), const DNS_TYPE_OPT = 41
pkg syscall (windows-386), const DNS_TYPE_PTR = 12
pkg syscall (windows-386), const DNS_TYPE_PX = 26
pkg syscall (windows-386), const DNS_TYPE_RP = 17
pkg syscall (windows-386), const DNS_TYPE_RRSIG = 46
pkg syscall (windows-386), const DNS_TYPE_RT = 21
pkg syscall (windows-386), const DNS_TYPE_SIG = 24
pkg syscall (windows-386), const DNS_TYPE_SINK = 40
pkg syscall (windows-386), const DNS_TYPE_SOA = 6
pkg syscall (windows-386), const DNS_TYPE_SRV = 33
pkg syscall (windows-386), const DNS_TYPE_TEXT = 16
pkg syscall (windows-386), const DNS_TYPE_TKEY = 249
pkg syscall (windows-386), const DNS_TYPE_TSIG = 250
pkg syscall (windows-386), const DNS_TYPE_UID = 101
pkg syscall (windows-386), const DNS_TYPE_UINFO = 100
pkg syscall (windows-386), const DNS_TYPE_UNSPEC = 103
pkg syscall (windows-386), const DNS_TYPE_WINS = 65281
pkg syscall (windows-386), const DNS_TYPE_WINSR = 65282
pkg syscall (windows-386), const DNS_TYPE_WKS = 11
pkg syscall (windows-386), const DNS_TYPE_X25 = 19
pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE = 1
pkg syscall (windows-386), const DUPLICATE_SAME_ACCESS = 2
pkg syscall (windows-386), const E2BIG = 536870912
pkg syscall (windows-386), const EACCES = 536870913
pkg syscall (windows-386), const EADDRINUSE = 536870914
pkg syscall (windows-386), const EADDRNOTAVAIL = 536870915
pkg syscall (windows-386), const EADV = 536870916
pkg syscall (windows-386), const EAFNOSUPPORT = 536870917
pkg syscall (windows-386), const EAGAIN = 536870918
pkg syscall (windows-386), const EALREADY = 536870919
pkg syscall (windows-386), const EBADE = 536870920
pkg syscall (windows-386), const EBADF = 536870921
pkg syscall (windows-386), const EBADFD = 536870922
pkg syscall (windows-386), const EBADMSG = 536870923
pkg syscall (windows-386), const EBADR = 536870924
pkg syscall (windows-386), const EBADRQC = 536870925
pkg syscall (windows-386), const EBADSLT = 536870926
pkg syscall (windows-386), const EBFONT = 536870927
pkg syscall (windows-386), const EBUSY = 536870928
pkg syscall (windows-386), const ECANCELED = 536870929
pkg syscall (windows-386), const ECHILD = 536870930
pkg syscall (windows-386), const ECHRNG = 536870931
pkg syscall (windows-386), const ECOMM = 536870932
pkg syscall (windows-386), const ECONNABORTED = 536870933
pkg syscall (windows-386), const ECONNREFUSED = 536870934
pkg syscall (windows-386), const ECONNRESET = 536870935
pkg syscall (windows-386), const EDEADLK = 536870936
pkg syscall (windows-386), const EDEADLOCK = 536870937
pkg syscall (windows-386), const EDESTADDRREQ = 536870938
pkg syscall (windows-386), const EDOM = 536870939
pkg syscall (windows-386), const EDOTDOT = 536870940
pkg syscall (windows-386), const EDQUOT = 536870941
pkg syscall (windows-386), const EEXIST = 536870942
pkg syscall (windows-386), const EFAULT = 536870943
pkg syscall (windows-386), const EFBIG = 536870944
pkg syscall (windows-386), const EHOSTDOWN = 536870945
pkg syscall (windows-386), const EHOSTUNREACH = 536870946
pkg syscall (windows-386), const EIDRM = 536870947
pkg syscall (windows-386), const EILSEQ = 536870948
pkg syscall (windows-386), const EINPROGRESS = 536870949
pkg syscall (windows-386), const EINTR = 536870950
pkg syscall (windows-386), const EINVAL = 536870951
pkg syscall (windows-386), const EIO = 536870952
pkg syscall (windows-386), const EISCONN = 536870953
pkg syscall (windows-386), const EISDIR = 536870954
pkg syscall (windows-386), const EISNAM = 536870955
pkg syscall (windows-386), const EKEYEXPIRED = 536870956
pkg syscall (windows-386), const EKEYREJECTED = 536870957
pkg syscall (windows-386), const EKEYREVOKED = 536870958
pkg syscall (windows-386), const EL2HLT = 536870959
pkg syscall (windows-386), const EL2NSYNC = 536870960
pkg syscall (windows-386), const EL3HLT = 536870961
pkg syscall (windows-386), const EL3RST = 536870962
pkg syscall (windows-386), const ELIBACC = 536870963
pkg syscall (windows-386), const ELIBBAD = 536870964
pkg syscall (windows-386), const ELIBEXEC = 536870965
pkg syscall (windows-386), const ELIBMAX = 536870966
pkg syscall (windows-386), const ELIBSCN = 536870967
pkg syscall (windows-386), const ELNRNG = 536870968
pkg syscall (windows-386), const ELOOP = 536870969
pkg syscall (windows-386), const EMEDIUMTYPE = 536870970
pkg syscall (windows-386), const EMFILE = 536870971
pkg syscall (windows-386), const EMLINK = 536870972
pkg syscall (windows-386), const EMSGSIZE = 536870973
pkg syscall (windows-386), const EMULTIHOP = 536870974
pkg syscall (windows-386), const ENAMETOOLONG = 536870975
pkg syscall (windows-386), const ENAVAIL = 536870976
pkg syscall (windows-386), const ENETDOWN = 536870977
pkg syscall (windows-386), const ENETRESET = 536870978
pkg syscall (windows-386), const ENETUNREACH = 536870979
pkg syscall (windows-386), const ENFILE = 536870980
pkg syscall (windows-386), const ENOANO = 536870981
pkg syscall (windows-386), const ENOBUFS = 536870982
pkg syscall (windows-386), const ENOCSI = 536870983
pkg syscall (windows-386), const ENODATA = 536870984
pkg syscall (windows-386), const ENODEV = 536870985
pkg syscall (windows-386), const ENOEXEC = 536870986
pkg syscall (windows-386), const ENOKEY = 536870987
pkg syscall (windows-386), const ENOLCK = 536870988
pkg syscall (windows-386), const ENOLINK = 536870989
pkg syscall (windows-386), const ENOMEDIUM = 536870990
pkg syscall (windows-386), const ENOMEM = 536870991
pkg syscall (windows-386), const ENOMSG = 536870992
pkg syscall (windows-386), const ENONET = 536870993
pkg syscall (windows-386), const ENOPKG = 536870994
pkg syscall (windows-386), const ENOPROTOOPT = 536870995
pkg syscall (windows-386), const ENOSPC = 536870996
pkg syscall (windows-386), const ENOSR = 536870997
pkg syscall (windows-386), const ENOSTR = 536870998
pkg syscall (windows-386), const ENOSYS = 536870999
pkg syscall (windows-386), const ENOTBLK = 536871000
pkg syscall (windows-386), const ENOTCONN = 536871001
pkg syscall (windows-386), const ENOTDIR = 3
pkg syscall (windows-386), const ENOTEMPTY = 536871002
pkg syscall (windows-386), const ENOTNAM = 536871003
pkg syscall (windows-386), const ENOTRECOVERABLE = 536871004
pkg syscall (windows-386), const ENOTSOCK = 536871005
pkg syscall (windows-386), const ENOTSUP = 536871006
pkg syscall (windows-386), const ENOTTY = 536871007
pkg syscall (windows-386), const ENOTUNIQ = 536871008
pkg syscall (windows-386), const ENXIO = 536871009
pkg syscall (windows-386), const EOPNOTSUPP = 536871010
pkg syscall (windows-386), const EOVERFLOW = 536871011
pkg syscall (windows-386), const EOWNERDEAD = 536871012
pkg syscall (windows-386), const EPERM = 536871013
pkg syscall (windows-386), const EPFNOSUPPORT = 536871014
pkg syscall (windows-386), const EPIPE = 536871015
pkg syscall (windows-386), const EPROTO = 536871016
pkg syscall (windows-386), const EPROTONOSUPPORT = 536871017
pkg syscall (windows-386), const EPROTOTYPE = 536871018
pkg syscall (windows-386), const ERANGE = 536871019
pkg syscall (windows-386), const EREMCHG = 536871020
pkg syscall (windows-386), const EREMOTE = 536871021
pkg syscall (windows-386), const EREMOTEIO = 536871022
pkg syscall (windows-386), const ERESTART = 536871023
pkg syscall (windows-386), const EROFS = 536871024
pkg syscall (windows-386), const ERROR_ACCESS_DENIED = 5
pkg syscall (windows-386), const ERROR_ALREADY_EXISTS = 183
pkg syscall (windows-386), const ERROR_BROKEN_PIPE = 109
pkg syscall (windows-386), const ERROR_BUFFER_OVERFLOW = 111
pkg syscall (windows-386), const ERROR_ENVVAR_NOT_FOUND = 203
pkg syscall (windows-386), const ERROR_FILE_EXISTS = 80
pkg syscall (windows-386), const ERROR_FILE_NOT_FOUND = 2
pkg syscall (windows-386), const ERROR_INSUFFICIENT_BUFFER = 122
pkg syscall (windows-386), const ERROR_IO_PENDING = 997
pkg syscall (windows-386), const ERROR_MOD_NOT_FOUND = 126
pkg syscall (windows-386), const ERROR_NOT_FOUND = 1168
pkg syscall (windows-386), const ERROR_NOT_FOUND Errno
pkg syscall (windows-386), const ERROR_NO_MORE_FILES = 18
pkg syscall (windows-386), const ERROR_OPERATION_ABORTED = 995
pkg syscall (windows-386), const ERROR_PATH_NOT_FOUND = 3
pkg syscall (windows-386), const ERROR_PROC_NOT_FOUND = 127
pkg syscall (windows-386), const ESHUTDOWN = 536871025
pkg syscall (windows-386), const ESOCKTNOSUPPORT = 536871026
pkg syscall (windows-386), const ESPIPE = 536871027
pkg syscall (windows-386), const ESRCH = 536871028
pkg syscall (windows-386), const ESRMNT = 536871029
pkg syscall (windows-386), const ESTALE = 536871030
pkg syscall (windows-386), const ESTRPIPE = 536871031
pkg syscall (windows-386), const ETIME = 536871032
pkg syscall (windows-386), const ETIMEDOUT = 536871033
pkg syscall (windows-386), const ETOOMANYREFS = 536871034
pkg syscall (windows-386), const ETXTBSY = 536871035
pkg syscall (windows-386), const EUCLEAN = 536871036
pkg syscall (windows-386), const EUNATCH = 536871037
pkg syscall (windows-386), const EUSERS = 536871038
pkg syscall (windows-386), const EWINDOWS = 536871042
pkg syscall (windows-386), const EWOULDBLOCK = 536871039
pkg syscall (windows-386), const EXDEV = 536871040
pkg syscall (windows-386), const EXFULL = 536871041
pkg syscall (windows-386), const FILE_ACTION_ADDED = 1
pkg syscall (windows-386), const FILE_ACTION_MODIFIED = 3
pkg syscall (windows-386), const FILE_ACTION_REMOVED = 2
pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME = 5
pkg syscall (windows-386), const FILE_ACTION_RENAMED_OLD_NAME = 4
pkg syscall (windows-386), const FILE_APPEND_DATA = 4
pkg syscall (windows-386), const FILE_ATTRIBUTE_ARCHIVE = 32
pkg syscall (windows-386), const FILE_ATTRIBUTE_DIRECTORY = 16
pkg syscall (windows-386), const FILE_ATTRIBUTE_HIDDEN = 2
pkg syscall (windows-386), const FILE_ATTRIBUTE_NORMAL = 128
pkg syscall (windows-386), const FILE_ATTRIBUTE_READONLY = 1
pkg syscall (windows-386), const FILE_ATTRIBUTE_SYSTEM = 4
pkg syscall (windows-386), const FILE_BEGIN = 0
pkg syscall (windows-386), const FILE_CURRENT = 1
pkg syscall (windows-386), const FILE_END = 2
pkg syscall (windows-386), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
pkg syscall (windows-386), const FILE_FLAG_OVERLAPPED = 1073741824
pkg syscall (windows-386), const FILE_LIST_DIRECTORY = 1
pkg syscall (windows-386), const FILE_MAP_COPY = 1
pkg syscall (windows-386), const FILE_MAP_EXECUTE = 32
pkg syscall (windows-386), const FILE_MAP_READ = 4
pkg syscall (windows-386), const FILE_MAP_WRITE = 2
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION = 64
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8
pkg syscall (windows-386), const FILE_SHARE_DELETE = 4
pkg syscall (windows-386), const FILE_SHARE_READ = 1
pkg syscall (windows-386), const FILE_SHARE_WRITE = 2
pkg syscall (windows-386), const FILE_TYPE_CHAR = 2
pkg syscall (windows-386), const FILE_TYPE_DISK = 1
pkg syscall (windows-386), const FILE_TYPE_PIPE = 3
pkg syscall (windows-386), const FILE_TYPE_REMOTE = 32768
pkg syscall (windows-386), const FILE_TYPE_UNKNOWN = 0
pkg syscall (windows-386), const FILE_WRITE_ATTRIBUTES = 256
pkg syscall (windows-386), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
pkg syscall (windows-386), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_HMODULE = 2048
pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_STRING = 1024
pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
pkg syscall (windows-386), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
pkg syscall (windows-386), const GENERIC_ALL = 268435456
pkg syscall (windows-386), const GENERIC_EXECUTE = 536870912
pkg syscall (windows-386), const GENERIC_READ = 2147483648
pkg syscall (windows-386), const GENERIC_WRITE = 1073741824
pkg syscall (windows-386), const GetFileExInfoStandard = 0
pkg syscall (windows-386), const GetFileExMaxInfoLevel = 1
pkg syscall (windows-386), const HANDLE_FLAG_INHERIT = 1
pkg syscall (windows-386), const HKEY_CLASSES_ROOT = 2147483648
pkg syscall (windows-386), const HKEY_CURRENT_CONFIG = 2147483653
pkg syscall (windows-386), const HKEY_CURRENT_USER = 2147483649
pkg syscall (windows-386), const HKEY_DYN_DATA = 2147483654
pkg syscall (windows-386), const HKEY_LOCAL_MACHINE = 2147483650
pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA = 2147483652
pkg syscall (windows-386), const HKEY_USERS = 2147483651
pkg syscall (windows-386), const IFF_LOOPBACK = 4
pkg syscall (windows-386), const IFF_MULTICAST = 16
pkg syscall (windows-386), const IFF_POINTTOPOINT = 8
pkg syscall (windows-386), const IGNORE = 0
pkg syscall (windows-386), const INFINITE = 4294967295
pkg syscall (windows-386), const INVALID_FILE_ATTRIBUTES = 4294967295
pkg syscall (windows-386), const IOC_IN = 2147483648
pkg syscall (windows-386), const IOC_IN ideal-int
pkg syscall (windows-386), const IOC_INOUT = 3221225472
pkg syscall (windows-386), const IOC_INOUT ideal-int
pkg syscall (windows-386), const IOC_OUT = 1073741824
pkg syscall (windows-386), const IOC_OUT ideal-int
pkg syscall (windows-386), const IOC_WS2 = 134217728
pkg syscall (windows-386), const IOC_WS2 ideal-int
pkg syscall (windows-386), const IPV6_JOIN_GROUP = 12
pkg syscall (windows-386), const IPV6_LEAVE_GROUP = 13
pkg syscall (windows-386), const IPV6_MULTICAST_HOPS = 10
pkg syscall (windows-386), const IPV6_MULTICAST_IF = 9
pkg syscall (windows-386), const IPV6_MULTICAST_LOOP = 11
pkg syscall (windows-386), const IPV6_UNICAST_HOPS = 4
pkg syscall (windows-386), const IPV6_V6ONLY = 27
pkg syscall (windows-386), const IP_ADD_MEMBERSHIP = 12
pkg syscall (windows-386), const IP_DROP_MEMBERSHIP = 13
pkg syscall (windows-386), const IP_MULTICAST_IF = 9
pkg syscall (windows-386), const IP_MULTICAST_LOOP = 11
pkg syscall (windows-386), const IP_MULTICAST_TTL = 10
pkg syscall (windows-386), const IP_TOS = 3
pkg syscall (windows-386), const IP_TTL = 4
pkg syscall (windows-386), const ImplementsGetwd = true
pkg syscall (windows-386), const InvalidHandle = 18446744073709551615
pkg syscall (windows-386), const KEY_ALL_ACCESS = 983103
pkg syscall (windows-386), const KEY_CREATE_LINK = 32
pkg syscall (windows-386), const KEY_CREATE_SUB_KEY = 4
pkg syscall (windows-386), const KEY_ENUMERATE_SUB_KEYS = 8
pkg syscall (windows-386), const KEY_EXECUTE = 131097
pkg syscall (windows-386), const KEY_NOTIFY = 16
pkg syscall (windows-386), const KEY_QUERY_VALUE = 1
pkg syscall (windows-386), const KEY_READ = 131097
pkg syscall (windows-386), const KEY_SET_VALUE = 2
pkg syscall (windows-386), const KEY_WOW64_32KEY = 512
pkg syscall (windows-386), const KEY_WOW64_64KEY = 256
pkg syscall (windows-386), const KEY_WRITE = 131078
pkg syscall (windows-386), const LANG_ENGLISH = 9
pkg syscall (windows-386), const MAXLEN_IFDESCR = 256
pkg syscall (windows-386), const MAXLEN_PHYSADDR = 8
pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH = 8
pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH = 256
pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH = 15
pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256
pkg syscall (windows-386), const MAX_LONG_PATH = 32768
pkg syscall (windows-386), const MAX_PATH = 260
pkg syscall (windows-386), const MaxTokenInfoClass = 29
pkg syscall (windows-386), const NameCanonical = 7
pkg syscall (windows-386), const NameCanonicalEx = 9
pkg syscall (windows-386), const NameDisplay = 3
pkg syscall (windows-386), const NameDnsDomain = 12
pkg syscall (windows-386), const NameFullyQualifiedDN = 1
pkg syscall (windows-386), const NameSamCompatible = 2
pkg syscall (windows-386), const NameServicePrincipal = 10
pkg syscall (windows-386), const NameUniqueId = 6
pkg syscall (windows-386), const NameUnknown = 0
pkg syscall (windows-386), const NameUserPrincipal = 8
pkg syscall (windows-386), const OPEN_ALWAYS = 4
pkg syscall (windows-386), const OPEN_EXISTING = 3
pkg syscall (windows-386), const O_APPEND = 1024
pkg syscall (windows-386), const O_ASYNC = 8192
pkg syscall (windows-386), const O_CLOEXEC = 524288
pkg syscall (windows-386), const O_CREAT = 64
pkg syscall (windows-386), const O_EXCL = 128
pkg syscall (windows-386), const O_NOCTTY = 256
pkg syscall (windows-386), const O_NONBLOCK = 2048
pkg syscall (windows-386), const O_SYNC = 4096
pkg syscall (windows-386), const O_TRUNC = 512
pkg syscall (windows-386), const PAGE_EXECUTE_READ = 32
pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE = 64
pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY = 128
pkg syscall (windows-386), const PAGE_READONLY = 2
pkg syscall (windows-386), const PAGE_READWRITE = 4
pkg syscall (windows-386), const PAGE_WRITECOPY = 8
pkg syscall (windows-386), const PKCS_7_ASN_ENCODING = 65536
pkg syscall (windows-386), const PROCESS_QUERY_INFORMATION = 1024
pkg syscall (windows-386), const PROV_DH_SCHANNEL = 18
pkg syscall (windows-386), const PROV_DSS = 3
pkg syscall (windows-386), const PROV_DSS_DH = 13
pkg syscall (windows-386), const PROV_EC_ECDSA_FULL = 16
pkg syscall (windows-386), const PROV_EC_ECDSA_SIG = 14
pkg syscall (windows-386), const PROV_EC_ECNRA_FULL = 17
pkg syscall (windows-386), const PROV_EC_ECNRA_SIG = 15
pkg syscall (windows-386), const PROV_FORTEZZA = 4
pkg syscall (windows-386), const PROV_INTEL_SEC = 22
pkg syscall (windows-386), const PROV_MS_EXCHANGE = 5
pkg syscall (windows-386), const PROV_REPLACE_OWF = 23
pkg syscall (windows-386), const PROV_RNG = 21
pkg syscall (windows-386), const PROV_RSA_AES = 24
pkg syscall (windows-386), const PROV_RSA_FULL = 1
pkg syscall (windows-386), const PROV_RSA_SCHANNEL = 12
pkg syscall (windows-386), const PROV_RSA_SIG = 2
pkg syscall (windows-386), const PROV_SPYRUS_LYNKS = 20
pkg syscall (windows-386), const PROV_SSL = 6
pkg syscall (windows-386), const REG_BINARY = 3
pkg syscall (windows-386), const REG_DWORD = 4
pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5
pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
pkg syscall (windows-386), const REG_EXPAND_SZ = 2
pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
pkg syscall (windows-386), const REG_LINK = 6
pkg syscall (windows-386), const REG_MULTI_SZ = 7
pkg syscall (windows-386), const REG_NONE = 0
pkg syscall (windows-386), const REG_QWORD = 11
pkg syscall (windows-386), const REG_QWORD_LITTLE_ENDIAN = 11
pkg syscall (windows-386), const REG_RESOURCE_LIST = 8
pkg syscall (windows-386), const REG_RESOURCE_REQUIREMENTS_LIST = 10
pkg syscall (windows-386), const REG_SZ = 1
pkg syscall (windows-386), const SIGBUS = 7
pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
pkg syscall (windows-386), const SIO_GET_INTERFACE_LIST = 1074033791
pkg syscall (windows-386), const SOL_SOCKET = 65535
pkg syscall (windows-386), const SOMAXCONN = 2147483647
pkg syscall (windows-386), const SO_BROADCAST = 32
pkg syscall (windows-386), const SO_DONTROUTE = 16
pkg syscall (windows-386), const SO_KEEPALIVE = 8
pkg syscall (windows-386), const SO_LINGER = 128
pkg syscall (windows-386), const SO_RCVBUF = 4098
pkg syscall (windows-386), const SO_REUSEADDR = 4
pkg syscall (windows-386), const SO_SNDBUF = 4097
pkg syscall (windows-386), const SO_UPDATE_ACCEPT_CONTEXT = 28683
pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT = 28688
pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT ideal-int
pkg syscall (windows-386), const STANDARD_RIGHTS_ALL = 2031616
pkg syscall (windows-386), const STANDARD_RIGHTS_EXECUTE = 131072
pkg syscall (windows-386), const STANDARD_RIGHTS_READ = 131072
pkg syscall (windows-386), const STANDARD_RIGHTS_REQUIRED = 983040
pkg syscall (windows-386), const STANDARD_RIGHTS_WRITE = 131072
pkg syscall (windows-386), const STARTF_USESHOWWINDOW = 1
pkg syscall (windows-386), const STARTF_USESTDHANDLES = 256
pkg syscall (windows-386), const STD_ERROR_HANDLE = -12
pkg syscall (windows-386), const STD_INPUT_HANDLE = -10
pkg syscall (windows-386), const STD_OUTPUT_HANDLE = -11
pkg syscall (windows-386), const SUBLANG_ENGLISH_US = 1
pkg syscall (windows-386), const SW_FORCEMINIMIZE = 11
pkg syscall (windows-386), const SW_HIDE = 0
pkg syscall (windows-386), const SW_MAXIMIZE = 3
pkg syscall (windows-386), const SW_MINIMIZE = 6
pkg syscall (windows-386), const SW_NORMAL = 1
pkg syscall (windows-386), const SW_RESTORE = 9
pkg syscall (windows-386), const SW_SHOW = 5
pkg syscall (windows-386), const SW_SHOWDEFAULT = 10
pkg syscall (windows-386), const SW_SHOWMAXIMIZED = 3
pkg syscall (windows-386), const SW_SHOWMINIMIZED = 2
pkg syscall (windows-386), const SW_SHOWMINNOACTIVE = 7
pkg syscall (windows-386), const SW_SHOWNA = 8
pkg syscall (windows-386), const SW_SHOWNOACTIVATE = 4
pkg syscall (windows-386), const SW_SHOWNORMAL = 1
pkg syscall (windows-386), const SYNCHRONIZE = 1048576
pkg syscall (windows-386), const S_IFMT = 126976
pkg syscall (windows-386), const S_IWRITE = 128
pkg syscall (windows-386), const SidTypeAlias = 4
pkg syscall (windows-386), const SidTypeComputer = 9
pkg syscall (windows-386), const SidTypeDeletedAccount = 6
pkg syscall (windows-386), const SidTypeDomain = 3
pkg syscall (windows-386), const SidTypeGroup = 2
pkg syscall (windows-386), const SidTypeInvalid = 7
pkg syscall (windows-386), const SidTypeLabel = 10
pkg syscall (windows-386), const SidTypeUnknown = 8
pkg syscall (windows-386), const SidTypeUser = 1
pkg syscall (windows-386), const SidTypeWellKnownGroup = 5
pkg syscall (windows-386), const TF_DISCONNECT = 1
pkg syscall (windows-386), const TF_REUSE_SOCKET = 2
pkg syscall (windows-386), const TF_USE_DEFAULT_WORKER = 0
pkg syscall (windows-386), const TF_USE_KERNEL_APC = 32
pkg syscall (windows-386), const TF_USE_SYSTEM_THREAD = 16
pkg syscall (windows-386), const TF_WRITE_BEHIND = 4
pkg syscall (windows-386), const TIME_ZONE_ID_DAYLIGHT = 2
pkg syscall (windows-386), const TIME_ZONE_ID_STANDARD = 1
pkg syscall (windows-386), const TIME_ZONE_ID_UNKNOWN = 0
pkg syscall (windows-386), const TOKEN_ADJUST_DEFAULT = 128
pkg syscall (windows-386), const TOKEN_ADJUST_GROUPS = 64
pkg syscall (windows-386), const TOKEN_ADJUST_PRIVILEGES = 32
pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
pkg syscall (windows-386), const TOKEN_ASSIGN_PRIMARY = 1
pkg syscall (windows-386), const TOKEN_DUPLICATE = 2
pkg syscall (windows-386), const TOKEN_EXECUTE = 131072
pkg syscall (windows-386), const TOKEN_IMPERSONATE = 4
pkg syscall (windows-386), const TOKEN_QUERY = 8
pkg syscall (windows-386), const TOKEN_QUERY_SOURCE = 16
pkg syscall (windows-386), const TOKEN_READ = 131080
pkg syscall (windows-386), const TOKEN_WRITE = 131296
pkg syscall (windows-386), const TRUNCATE_EXISTING = 5
pkg syscall (windows-386), const TokenAccessInformation = 22
pkg syscall (windows-386), const TokenAuditPolicy = 16
pkg syscall (windows-386), const TokenDefaultDacl = 6
pkg syscall (windows-386), const TokenElevation = 20
pkg syscall (windows-386), const TokenElevationType = 18
pkg syscall (windows-386), const TokenGroups = 2
pkg syscall (windows-386), const TokenGroupsAndPrivileges = 13
pkg syscall (windows-386), const TokenHasRestrictions = 21
pkg syscall (windows-386), const TokenImpersonationLevel = 9
pkg syscall (windows-386), const TokenIntegrityLevel = 25
pkg syscall (windows-386), const TokenLinkedToken = 19
pkg syscall (windows-386), const TokenLogonSid = 28
pkg syscall (windows-386), const TokenMandatoryPolicy = 27
pkg syscall (windows-386), const TokenOrigin = 17
pkg syscall (windows-386), const TokenOwner = 4
pkg syscall (windows-386), const TokenPrimaryGroup = 5
pkg syscall (windows-386), const TokenPrivileges = 3
pkg syscall (windows-386), const TokenRestrictedSids = 11
pkg syscall (windows-386), const TokenSandBoxInert = 15
pkg syscall (windows-386), const TokenSessionId = 12
pkg syscall (windows-386), const TokenSessionReference = 14
pkg syscall (windows-386), const TokenSource = 7
pkg syscall (windows-386), const TokenStatistics = 10
pkg syscall (windows-386), const TokenType = 8
pkg syscall (windows-386), const TokenUIAccess = 26
pkg syscall (windows-386), const TokenUser = 1
pkg syscall (windows-386), const TokenVirtualizationAllowed = 23
pkg syscall (windows-386), const TokenVirtualizationEnabled = 24
pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND = 0
pkg syscall (windows-386), const USAGE_MATCH_TYPE_OR = 1
pkg syscall (windows-386), const WAIT_ABANDONED = 128
pkg syscall (windows-386), const WAIT_FAILED = 4294967295
pkg syscall (windows-386), const WAIT_OBJECT_0 = 0
pkg syscall (windows-386), const WAIT_TIMEOUT = 258
pkg syscall (windows-386), const WSADESCRIPTION_LEN = 256
pkg syscall (windows-386), const WSASYS_STATUS_LEN = 128
pkg syscall (windows-386), const X509_ASN_ENCODING = 1
pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error
pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32,
*uint32, *Overlapped) error
pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW)
pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW,
**AddrinfoW) error
pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error
pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32)
error
pkg syscall (windows-386), func LoadCancelIoEx() error
pkg syscall (windows-386), func LoadConnectEx() error
pkg syscall (windows-386), func LoadGetAddrInfo() error
pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32,
*uint8) error
pkg syscall (windows-386), func UTF16FromString(string) ([]uint16, error)
pkg syscall (windows-386), func UTF16PtrFromString(string) (*uint16, error)
pkg syscall (windows-386), func WriteConsole(Handle, *uint16, uint32, *uint32,
*uint8) error
pkg syscall (windows-386), type AddrinfoW struct
pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr
pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16
pkg syscall (windows-386), type AddrinfoW struct, Family int32
pkg syscall (windows-386), type AddrinfoW struct, Flags int32
pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW
pkg syscall (windows-386), type AddrinfoW struct, Protocol int32
pkg syscall (windows-386), type AddrinfoW struct, Socktype int32
pkg syscall (windows-386), type GUID struct
pkg syscall (windows-386), type GUID struct, Data1 uint32
pkg syscall (windows-386), type GUID struct, Data2 uint16
pkg syscall (windows-386), type GUID struct, Data3 uint16
pkg syscall (windows-386), type GUID struct, Data4 [8]uint8
pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16
pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
pkg syscall (windows-386), var WSAID_CONNECTEX GUID
pkg syscall (windows-amd64), const AF_INET6 = 23
pkg syscall (windows-amd64), const AF_NETBIOS = 17
pkg syscall (windows-amd64), const AI_CANONNAME = 2
pkg syscall (windows-amd64), const AI_CANONNAME ideal-int
pkg syscall (windows-amd64), const AI_NUMERICHOST = 4
pkg syscall (windows-amd64), const AI_NUMERICHOST ideal-int
pkg syscall (windows-amd64), const AI_PASSIVE = 1
pkg syscall (windows-amd64), const AI_PASSIVE ideal-int
pkg syscall (windows-amd64), const APPLICATION_ERROR = 536870912
pkg syscall (windows-amd64), const AUTHTYPE_CLIENT = 1
pkg syscall (windows-amd64), const AUTHTYPE_SERVER = 2
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASE = 1
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_EV = 8
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_NT_AUTH = 6
pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_SSL = 4
pkg syscall (windows-amd64), const CERT_E_CN_NO_MATCH = 2148204815
pkg syscall (windows-amd64), const CERT_E_EXPIRED = 2148204801
pkg syscall (windows-amd64), const CERT_E_PURPOSE = 2148204806
pkg syscall (windows-amd64), const CERT_E_ROLE = 2148204803
pkg syscall (windows-amd64), const CERT_E_UNTRUSTEDROOT = 2148204809
pkg syscall (windows-amd64), const CERT_STORE_ADD_ALWAYS = 4
pkg syscall (windows-amd64), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
pkg syscall (windows-amd64), const CERT_STORE_PROV_MEMORY = 2
pkg syscall (windows-amd64), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT =
8192
pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT =
16384
pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT =
134217728
pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT =
4096
pkg syscall (windows-amd64), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
pkg syscall (windows-amd64), const CERT_TRUST_INVALID_EXTENSION = 256
pkg syscall (windows-amd64), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
pkg syscall (windows-amd64), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
pkg syscall (windows-amd64), const CERT_TRUST_IS_CYCLIC = 128
pkg syscall (windows-amd64), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_TIME_VALID = 1
pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
pkg syscall (windows-amd64), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
pkg syscall (windows-amd64), const CERT_TRUST_IS_REVOKED = 4
pkg syscall (windows-amd64), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
pkg syscall (windows-amd64), const CERT_TRUST_NO_ERROR = 0
pkg syscall (windows-amd64), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
pkg syscall (windows-amd64), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
pkg syscall (windows-amd64), const CREATE_ALWAYS = 2
pkg syscall (windows-amd64), const CREATE_NEW = 1
pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP = 512
pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int
pkg syscall (windows-amd64), const CREATE_UNICODE_ENVIRONMENT = 1024
pkg syscall (windows-amd64), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
pkg syscall (windows-amd64), const CRYPT_DELETEKEYSET = 16
pkg syscall (windows-amd64), const CRYPT_MACHINE_KEYSET = 32
pkg syscall (windows-amd64), const CRYPT_NEWKEYSET = 8
pkg syscall (windows-amd64), const CRYPT_SILENT = 64
pkg syscall (windows-amd64), const CRYPT_VERIFYCONTEXT = 4026531840
pkg syscall (windows-amd64), const CTRL_BREAK_EVENT = 1
pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int
pkg syscall (windows-amd64), const CTRL_C_EVENT = 0
pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int
pkg syscall (windows-amd64), const DNS_TYPE_A = 1
pkg syscall (windows-amd64), const DNS_TYPE_A6 = 38
pkg syscall (windows-amd64), const DNS_TYPE_AAAA = 28
pkg syscall (windows-amd64), const DNS_TYPE_ADDRS = 248
pkg syscall (windows-amd64), const DNS_TYPE_AFSDB = 18
pkg syscall (windows-amd64), const DNS_TYPE_ALL = 255
pkg syscall (windows-amd64), const DNS_TYPE_ANY = 255
pkg syscall (windows-amd64), const DNS_TYPE_ATMA = 34
pkg syscall (windows-amd64), const DNS_TYPE_AXFR = 252
pkg syscall (windows-amd64), const DNS_TYPE_CERT = 37
pkg syscall (windows-amd64), const DNS_TYPE_CNAME = 5
pkg syscall (windows-amd64), const DNS_TYPE_DHCID = 49
pkg syscall (windows-amd64), const DNS_TYPE_DNAME = 39
pkg syscall (windows-amd64), const DNS_TYPE_DNSKEY = 48
pkg syscall (windows-amd64), const DNS_TYPE_DS = 43
pkg syscall (windows-amd64), const DNS_TYPE_EID = 31
pkg syscall (windows-amd64), const DNS_TYPE_GID = 102
pkg syscall (windows-amd64), const DNS_TYPE_GPOS = 27
pkg syscall (windows-amd64), const DNS_TYPE_HINFO = 13
pkg syscall (windows-amd64), const DNS_TYPE_ISDN = 20
pkg syscall (windows-amd64), const DNS_TYPE_IXFR = 251
pkg syscall (windows-amd64), const DNS_TYPE_KEY = 25
pkg syscall (windows-amd64), const DNS_TYPE_KX = 36
pkg syscall (windows-amd64), const DNS_TYPE_LOC = 29
pkg syscall (windows-amd64), const DNS_TYPE_MAILA = 254
pkg syscall (windows-amd64), const DNS_TYPE_MAILB = 253
pkg syscall (windows-amd64), const DNS_TYPE_MB = 7
pkg syscall (windows-amd64), const DNS_TYPE_MD = 3
pkg syscall (windows-amd64), const DNS_TYPE_MF = 4
pkg syscall (windows-amd64), const DNS_TYPE_MG = 8
pkg syscall (windows-amd64), const DNS_TYPE_MINFO = 14
pkg syscall (windows-amd64), const DNS_TYPE_MR = 9
pkg syscall (windows-amd64), const DNS_TYPE_MX = 15
pkg syscall (windows-amd64), const DNS_TYPE_NAPTR = 35
pkg syscall (windows-amd64), const DNS_TYPE_NBSTAT = 65281
pkg syscall (windows-amd64), const DNS_TYPE_NIMLOC = 32
pkg syscall (windows-amd64), const DNS_TYPE_NS = 2
pkg syscall (windows-amd64), const DNS_TYPE_NSAP = 22
pkg syscall (windows-amd64), const DNS_TYPE_NSAPPTR = 23
pkg syscall (windows-amd64), const DNS_TYPE_NSEC = 47
pkg syscall (windows-amd64), const DNS_TYPE_NULL = 10
pkg syscall (windows-amd64), const DNS_TYPE_NXT = 30
pkg syscall (windows-amd64), const DNS_TYPE_OPT = 41
pkg syscall (windows-amd64), const DNS_TYPE_PTR = 12
pkg syscall (windows-amd64), const DNS_TYPE_PX = 26
pkg syscall (windows-amd64), const DNS_TYPE_RP = 17
pkg syscall (windows-amd64), const DNS_TYPE_RRSIG = 46
pkg syscall (windows-amd64), const DNS_TYPE_RT = 21
pkg syscall (windows-amd64), const DNS_TYPE_SIG = 24
pkg syscall (windows-amd64), const DNS_TYPE_SINK = 40
pkg syscall (windows-amd64), const DNS_TYPE_SOA = 6
pkg syscall (windows-amd64), const DNS_TYPE_SRV = 33
pkg syscall (windows-amd64), const DNS_TYPE_TEXT = 16
pkg syscall (windows-amd64), const DNS_TYPE_TKEY = 249
pkg syscall (windows-amd64), const DNS_TYPE_TSIG = 250
pkg syscall (windows-amd64), const DNS_TYPE_UID = 101
pkg syscall (windows-amd64), const DNS_TYPE_UINFO = 100
pkg syscall (windows-amd64), const DNS_TYPE_UNSPEC = 103
pkg syscall (windows-amd64), const DNS_TYPE_WINS = 65281
pkg syscall (windows-amd64), const DNS_TYPE_WINSR = 65282
pkg syscall (windows-amd64), const DNS_TYPE_WKS = 11
pkg syscall (windows-amd64), const DNS_TYPE_X25 = 19
pkg syscall (windows-amd64), const DUPLICATE_CLOSE_SOURCE = 1
pkg syscall (windows-amd64), const DUPLICATE_SAME_ACCESS = 2
pkg syscall (windows-amd64), const E2BIG = 536870912
pkg syscall (windows-amd64), const EACCES = 536870913
pkg syscall (windows-amd64), const EADDRINUSE = 536870914
pkg syscall (windows-amd64), const EADDRNOTAVAIL = 536870915
pkg syscall (windows-amd64), const EADV = 536870916
pkg syscall (windows-amd64), const EAFNOSUPPORT = 536870917
pkg syscall (windows-amd64), const EAGAIN = 536870918
pkg syscall (windows-amd64), const EALREADY = 536870919
pkg syscall (windows-amd64), const EBADE = 536870920
pkg syscall (windows-amd64), const EBADF = 536870921
pkg syscall (windows-amd64), const EBADFD = 536870922
pkg syscall (windows-amd64), const EBADMSG = 536870923
pkg syscall (windows-amd64), const EBADR = 536870924
pkg syscall (windows-amd64), const EBADRQC = 536870925
pkg syscall (windows-amd64), const EBADSLT = 536870926
pkg syscall (windows-amd64), const EBFONT = 536870927
pkg syscall (windows-amd64), const EBUSY = 536870928
pkg syscall (windows-amd64), const ECANCELED = 536870929
pkg syscall (windows-amd64), const ECHILD = 536870930
pkg syscall (windows-amd64), const ECHRNG = 536870931
pkg syscall (windows-amd64), const ECOMM = 536870932
pkg syscall (windows-amd64), const ECONNABORTED = 536870933
pkg syscall (windows-amd64), const ECONNREFUSED = 536870934
pkg syscall (windows-amd64), const ECONNRESET = 536870935
pkg syscall (windows-amd64), const EDEADLK = 536870936
pkg syscall (windows-amd64), const EDEADLOCK = 536870937
pkg syscall (windows-amd64), const EDESTADDRREQ = 536870938
pkg syscall (windows-amd64), const EDOM = 536870939
pkg syscall (windows-amd64), const EDOTDOT = 536870940
pkg syscall (windows-amd64), const EDQUOT = 536870941
pkg syscall (windows-amd64), const EEXIST = 536870942
pkg syscall (windows-amd64), const EFAULT = 536870943
pkg syscall (windows-amd64), const EFBIG = 536870944
pkg syscall (windows-amd64), const EHOSTDOWN = 536870945
pkg syscall (windows-amd64), const EHOSTUNREACH = 536870946
pkg syscall (windows-amd64), const EIDRM = 536870947
pkg syscall (windows-amd64), const EILSEQ = 536870948
pkg syscall (windows-amd64), const EINPROGRESS = 536870949
pkg syscall (windows-amd64), const EINTR = 536870950
pkg syscall (windows-amd64), const EINVAL = 536870951
pkg syscall (windows-amd64), const EIO = 536870952
pkg syscall (windows-amd64), const EISCONN = 536870953
pkg syscall (windows-amd64), const EISDIR = 536870954
pkg syscall (windows-amd64), const EISNAM = 536870955
pkg syscall (windows-amd64), const EKEYEXPIRED = 536870956
pkg syscall (windows-amd64), const EKEYREJECTED = 536870957
pkg syscall (windows-amd64), const EKEYREVOKED = 536870958
pkg syscall (windows-amd64), const EL2HLT = 536870959
pkg syscall (windows-amd64), const EL2NSYNC = 536870960
pkg syscall (windows-amd64), const EL3HLT = 536870961
pkg syscall (windows-amd64), const EL3RST = 536870962
pkg syscall (windows-amd64), const ELIBACC = 536870963
pkg syscall (windows-amd64), const ELIBBAD = 536870964
pkg syscall (windows-amd64), const ELIBEXEC = 536870965
pkg syscall (windows-amd64), const ELIBMAX = 536870966
pkg syscall (windows-amd64), const ELIBSCN = 536870967
pkg syscall (windows-amd64), const ELNRNG = 536870968
pkg syscall (windows-amd64), const ELOOP = 536870969
pkg syscall (windows-amd64), const EMEDIUMTYPE = 536870970
pkg syscall (windows-amd64), const EMFILE = 536870971
pkg syscall (windows-amd64), const EMLINK = 536870972
pkg syscall (windows-amd64), const EMSGSIZE = 536870973
pkg syscall (windows-amd64), const EMULTIHOP = 536870974
pkg syscall (windows-amd64), const ENAMETOOLONG = 536870975
pkg syscall (windows-amd64), const ENAVAIL = 536870976
pkg syscall (windows-amd64), const ENETDOWN = 536870977
pkg syscall (windows-amd64), const ENETRESET = 536870978
pkg syscall (windows-amd64), const ENETUNREACH = 536870979
pkg syscall (windows-amd64), const ENFILE = 536870980
pkg syscall (windows-amd64), const ENOANO = 536870981
pkg syscall (windows-amd64), const ENOBUFS = 536870982
pkg syscall (windows-amd64), const ENOCSI = 536870983
pkg syscall (windows-amd64), const ENODATA = 536870984
pkg syscall (windows-amd64), const ENODEV = 536870985
pkg syscall (windows-amd64), const ENOEXEC = 536870986
pkg syscall (windows-amd64), const ENOKEY = 536870987
pkg syscall (windows-amd64), const ENOLCK = 536870988
pkg syscall (windows-amd64), const ENOLINK = 536870989
pkg syscall (windows-amd64), const ENOMEDIUM = 536870990
pkg syscall (windows-amd64), const ENOMEM = 536870991
pkg syscall (windows-amd64), const ENOMSG = 536870992
pkg syscall (windows-amd64), const ENONET = 536870993
pkg syscall (windows-amd64), const ENOPKG = 536870994
pkg syscall (windows-amd64), const ENOPROTOOPT = 536870995
pkg syscall (windows-amd64), const ENOSPC = 536870996
pkg syscall (windows-amd64), const ENOSR = 536870997
pkg syscall (windows-amd64), const ENOSTR = 536870998
pkg syscall (windows-amd64), const ENOSYS = 536870999
pkg syscall (windows-amd64), const ENOTBLK = 536871000
pkg syscall (windows-amd64), const ENOTCONN = 536871001
pkg syscall (windows-amd64), const ENOTDIR = 3
pkg syscall (windows-amd64), const ENOTEMPTY = 536871002
pkg syscall (windows-amd64), const ENOTNAM = 536871003
pkg syscall (windows-amd64), const ENOTRECOVERABLE = 536871004
pkg syscall (windows-amd64), const ENOTSOCK = 536871005
pkg syscall (windows-amd64), const ENOTSUP = 536871006
pkg syscall (windows-amd64), const ENOTTY = 536871007
pkg syscall (windows-amd64), const ENOTUNIQ = 536871008
pkg syscall (windows-amd64), const ENXIO = 536871009
pkg syscall (windows-amd64), const EOPNOTSUPP = 536871010
pkg syscall (windows-amd64), const EOVERFLOW = 536871011
pkg syscall (windows-amd64), const EOWNERDEAD = 536871012
pkg syscall (windows-amd64), const EPERM = 536871013
pkg syscall (windows-amd64), const EPFNOSUPPORT = 536871014
pkg syscall (windows-amd64), const EPIPE = 536871015
pkg syscall (windows-amd64), const EPROTO = 536871016
pkg syscall (windows-amd64), const EPROTONOSUPPORT = 536871017
pkg syscall (windows-amd64), const EPROTOTYPE = 536871018
pkg syscall (windows-amd64), const ERANGE = 536871019
pkg syscall (windows-amd64), const EREMCHG = 536871020
pkg syscall (windows-amd64), const EREMOTE = 536871021
pkg syscall (windows-amd64), const EREMOTEIO = 536871022
pkg syscall (windows-amd64), const ERESTART = 536871023
pkg syscall (windows-amd64), const EROFS = 536871024
pkg syscall (windows-amd64), const ERROR_ACCESS_DENIED = 5
pkg syscall (windows-amd64), const ERROR_ALREADY_EXISTS = 183
pkg syscall (windows-amd64), const ERROR_BROKEN_PIPE = 109
pkg syscall (windows-amd64), const ERROR_BUFFER_OVERFLOW = 111
pkg syscall (windows-amd64), const ERROR_ENVVAR_NOT_FOUND = 203
pkg syscall (windows-amd64), const ERROR_FILE_EXISTS = 80
pkg syscall (windows-amd64), const ERROR_FILE_NOT_FOUND = 2
pkg syscall (windows-amd64), const ERROR_INSUFFICIENT_BUFFER = 122
pkg syscall (windows-amd64), const ERROR_IO_PENDING = 997
pkg syscall (windows-amd64), const ERROR_MOD_NOT_FOUND = 126
pkg syscall (windows-amd64), const ERROR_NOT_FOUND = 1168
pkg syscall (windows-amd64), const ERROR_NOT_FOUND Errno
pkg syscall (windows-amd64), const ERROR_NO_MORE_FILES = 18
pkg syscall (windows-amd64), const ERROR_OPERATION_ABORTED = 995
pkg syscall (windows-amd64), const ERROR_PATH_NOT_FOUND = 3
pkg syscall (windows-amd64), const ERROR_PROC_NOT_FOUND = 127
pkg syscall (windows-amd64), const ESHUTDOWN = 536871025
pkg syscall (windows-amd64), const ESOCKTNOSUPPORT = 536871026
pkg syscall (windows-amd64), const ESPIPE = 536871027
pkg syscall (windows-amd64), const ESRCH = 536871028
pkg syscall (windows-amd64), const ESRMNT = 536871029
pkg syscall (windows-amd64), const ESTALE = 536871030
pkg syscall (windows-amd64), const ESTRPIPE = 536871031
pkg syscall (windows-amd64), const ETIME = 536871032
pkg syscall (windows-amd64), const ETIMEDOUT = 536871033
pkg syscall (windows-amd64), const ETOOMANYREFS = 536871034
pkg syscall (windows-amd64), const ETXTBSY = 536871035
pkg syscall (windows-amd64), const EUCLEAN = 536871036
pkg syscall (windows-amd64), const EUNATCH = 536871037
pkg syscall (windows-amd64), const EUSERS = 536871038
pkg syscall (windows-amd64), const EWINDOWS = 536871042
pkg syscall (windows-amd64), const EWOULDBLOCK = 536871039
pkg syscall (windows-amd64), const EXDEV = 536871040
pkg syscall (windows-amd64), const EXFULL = 536871041
pkg syscall (windows-amd64), const FILE_ACTION_ADDED = 1
pkg syscall (windows-amd64), const FILE_ACTION_MODIFIED = 3
pkg syscall (windows-amd64), const FILE_ACTION_REMOVED = 2
pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_NEW_NAME = 5
pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_OLD_NAME = 4
pkg syscall (windows-amd64), const FILE_APPEND_DATA = 4
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_ARCHIVE = 32
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_DIRECTORY = 16
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_HIDDEN = 2
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_NORMAL = 128
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_READONLY = 1
pkg syscall (windows-amd64), const FILE_ATTRIBUTE_SYSTEM = 4
pkg syscall (windows-amd64), const FILE_BEGIN = 0
pkg syscall (windows-amd64), const FILE_CURRENT = 1
pkg syscall (windows-amd64), const FILE_END = 2
pkg syscall (windows-amd64), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
pkg syscall (windows-amd64), const FILE_FLAG_OVERLAPPED = 1073741824
pkg syscall (windows-amd64), const FILE_LIST_DIRECTORY = 1
pkg syscall (windows-amd64), const FILE_MAP_COPY = 1
pkg syscall (windows-amd64), const FILE_MAP_EXECUTE = 32
pkg syscall (windows-amd64), const FILE_MAP_READ = 4
pkg syscall (windows-amd64), const FILE_MAP_WRITE = 2
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_CREATION = 64
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_SIZE = 8
pkg syscall (windows-amd64), const FILE_SHARE_DELETE = 4
pkg syscall (windows-amd64), const FILE_SHARE_READ = 1
pkg syscall (windows-amd64), const FILE_SHARE_WRITE = 2
pkg syscall (windows-amd64), const FILE_TYPE_CHAR = 2
pkg syscall (windows-amd64), const FILE_TYPE_DISK = 1
pkg syscall (windows-amd64), const FILE_TYPE_PIPE = 3
pkg syscall (windows-amd64), const FILE_TYPE_REMOTE = 32768
pkg syscall (windows-amd64), const FILE_TYPE_UNKNOWN = 0
pkg syscall (windows-amd64), const FILE_WRITE_ATTRIBUTES = 256
pkg syscall (windows-amd64), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
pkg syscall (windows-amd64), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_HMODULE = 2048
pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_STRING = 1024
pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
pkg syscall (windows-amd64), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
pkg syscall (windows-amd64), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
pkg syscall (windows-amd64), const GENERIC_ALL = 268435456
pkg syscall (windows-amd64), const GENERIC_EXECUTE = 536870912
pkg syscall (windows-amd64), const GENERIC_READ = 2147483648
pkg syscall (windows-amd64), const GENERIC_WRITE = 1073741824
pkg syscall (windows-amd64), const GetFileExInfoStandard = 0
pkg syscall (windows-amd64), const GetFileExMaxInfoLevel = 1
pkg syscall (windows-amd64), const HANDLE_FLAG_INHERIT = 1
pkg syscall (windows-amd64), const HKEY_CLASSES_ROOT = 2147483648
pkg syscall (windows-amd64), const HKEY_CURRENT_CONFIG = 2147483653
pkg syscall (windows-amd64), const HKEY_CURRENT_USER = 2147483649
pkg syscall (windows-amd64), const HKEY_DYN_DATA = 2147483654
pkg syscall (windows-amd64), const HKEY_LOCAL_MACHINE = 2147483650
pkg syscall (windows-amd64), const HKEY_PERFORMANCE_DATA = 2147483652
pkg syscall (windows-amd64), const HKEY_USERS = 2147483651
pkg syscall (windows-amd64), const IFF_LOOPBACK = 4
pkg syscall (windows-amd64), const IFF_MULTICAST = 16
pkg syscall (windows-amd64), const IFF_POINTTOPOINT = 8
pkg syscall (windows-amd64), const IGNORE = 0
pkg syscall (windows-amd64), const INFINITE = 4294967295
pkg syscall (windows-amd64), const INVALID_FILE_ATTRIBUTES = 4294967295
pkg syscall (windows-amd64), const IOC_IN = 2147483648
pkg syscall (windows-amd64), const IOC_IN ideal-int
pkg syscall (windows-amd64), const IOC_INOUT = 3221225472
pkg syscall (windows-amd64), const IOC_INOUT ideal-int
pkg syscall (windows-amd64), const IOC_OUT = 1073741824
pkg syscall (windows-amd64), const IOC_OUT ideal-int
pkg syscall (windows-amd64), const IOC_WS2 = 134217728
pkg syscall (windows-amd64), const IOC_WS2 ideal-int
pkg syscall (windows-amd64), const IPV6_JOIN_GROUP = 12
pkg syscall (windows-amd64), const IPV6_LEAVE_GROUP = 13
pkg syscall (windows-amd64), const IPV6_MULTICAST_HOPS = 10
pkg syscall (windows-amd64), const IPV6_MULTICAST_IF = 9
pkg syscall (windows-amd64), const IPV6_MULTICAST_LOOP = 11
pkg syscall (windows-amd64), const IPV6_UNICAST_HOPS = 4
pkg syscall (windows-amd64), const IPV6_V6ONLY = 27
pkg syscall (windows-amd64), const IP_ADD_MEMBERSHIP = 12
pkg syscall (windows-amd64), const IP_DROP_MEMBERSHIP = 13
pkg syscall (windows-amd64), const IP_MULTICAST_IF = 9
pkg syscall (windows-amd64), const IP_MULTICAST_LOOP = 11
pkg syscall (windows-amd64), const IP_MULTICAST_TTL = 10
pkg syscall (windows-amd64), const IP_TOS = 3
pkg syscall (windows-amd64), const IP_TTL = 4
pkg syscall (windows-amd64), const ImplementsGetwd = true
pkg syscall (windows-amd64), const InvalidHandle = 18446744073709551615
pkg syscall (windows-amd64), const KEY_ALL_ACCESS = 983103
pkg syscall (windows-amd64), const KEY_CREATE_LINK = 32
pkg syscall (windows-amd64), const KEY_CREATE_SUB_KEY = 4
pkg syscall (windows-amd64), const KEY_ENUMERATE_SUB_KEYS = 8
pkg syscall (windows-amd64), const KEY_EXECUTE = 131097
pkg syscall (windows-amd64), const KEY_NOTIFY = 16
pkg syscall (windows-amd64), const KEY_QUERY_VALUE = 1
pkg syscall (windows-amd64), const KEY_READ = 131097
pkg syscall (windows-amd64), const KEY_SET_VALUE = 2
pkg syscall (windows-amd64), const KEY_WOW64_32KEY = 512
pkg syscall (windows-amd64), const KEY_WOW64_64KEY = 256
pkg syscall (windows-amd64), const KEY_WRITE = 131078
pkg syscall (windows-amd64), const LANG_ENGLISH = 9
pkg syscall (windows-amd64), const MAXLEN_IFDESCR = 256
pkg syscall (windows-amd64), const MAXLEN_PHYSADDR = 8
pkg syscall (windows-amd64), const MAX_ADAPTER_ADDRESS_LENGTH = 8
pkg syscall (windows-amd64), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
pkg syscall (windows-amd64), const MAX_ADAPTER_NAME_LENGTH = 256
pkg syscall (windows-amd64), const MAX_COMPUTERNAME_LENGTH = 15
pkg syscall (windows-amd64), const MAX_INTERFACE_NAME_LEN = 256
pkg syscall (windows-amd64), const MAX_LONG_PATH = 32768
pkg syscall (windows-amd64), const MAX_PATH = 260
pkg syscall (windows-amd64), const MaxTokenInfoClass = 29
pkg syscall (windows-amd64), const NameCanonical = 7
pkg syscall (windows-amd64), const NameCanonicalEx = 9
pkg syscall (windows-amd64), const NameDisplay = 3
pkg syscall (windows-amd64), const NameDnsDomain = 12
pkg syscall (windows-amd64), const NameFullyQualifiedDN = 1
pkg syscall (windows-amd64), const NameSamCompatible = 2
pkg syscall (windows-amd64), const NameServicePrincipal = 10
pkg syscall (windows-amd64), const NameUniqueId = 6
pkg syscall (windows-amd64), const NameUnknown = 0
pkg syscall (windows-amd64), const NameUserPrincipal = 8
pkg syscall (windows-amd64), const OPEN_ALWAYS = 4
pkg syscall (windows-amd64), const OPEN_EXISTING = 3
pkg syscall (windows-amd64), const O_APPEND = 1024
pkg syscall (windows-amd64), const O_ASYNC = 8192
pkg syscall (windows-amd64), const O_CLOEXEC = 524288
pkg syscall (windows-amd64), const O_CREAT = 64
pkg syscall (windows-amd64), const O_EXCL = 128
pkg syscall (windows-amd64), const O_NOCTTY = 256
pkg syscall (windows-amd64), const O_NONBLOCK = 2048
pkg syscall (windows-amd64), const O_SYNC = 4096
pkg syscall (windows-amd64), const O_TRUNC = 512
pkg syscall (windows-amd64), const PAGE_EXECUTE_READ = 32
pkg syscall (windows-amd64), const PAGE_EXECUTE_READWRITE = 64
pkg syscall (windows-amd64), const PAGE_EXECUTE_WRITECOPY = 128
pkg syscall (windows-amd64), const PAGE_READONLY = 2
pkg syscall (windows-amd64), const PAGE_READWRITE = 4
pkg syscall (windows-amd64), const PAGE_WRITECOPY = 8
pkg syscall (windows-amd64), const PKCS_7_ASN_ENCODING = 65536
pkg syscall (windows-amd64), const PROCESS_QUERY_INFORMATION = 1024
pkg syscall (windows-amd64), const PROV_DH_SCHANNEL = 18
pkg syscall (windows-amd64), const PROV_DSS = 3
pkg syscall (windows-amd64), const PROV_DSS_DH = 13
pkg syscall (windows-amd64), const PROV_EC_ECDSA_FULL = 16
pkg syscall (windows-amd64), const PROV_EC_ECDSA_SIG = 14
pkg syscall (windows-amd64), const PROV_EC_ECNRA_FULL = 17
pkg syscall (windows-amd64), const PROV_EC_ECNRA_SIG = 15
pkg syscall (windows-amd64), const PROV_FORTEZZA = 4
pkg syscall (windows-amd64), const PROV_INTEL_SEC = 22
pkg syscall (windows-amd64), const PROV_MS_EXCHANGE = 5
pkg syscall (windows-amd64), const PROV_REPLACE_OWF = 23
pkg syscall (windows-amd64), const PROV_RNG = 21
pkg syscall (windows-amd64), const PROV_RSA_AES = 24
pkg syscall (windows-amd64), const PROV_RSA_FULL = 1
pkg syscall (windows-amd64), const PROV_RSA_SCHANNEL = 12
pkg syscall (windows-amd64), const PROV_RSA_SIG = 2
pkg syscall (windows-amd64), const PROV_SPYRUS_LYNKS = 20
pkg syscall (windows-amd64), const PROV_SSL = 6
pkg syscall (windows-amd64), const REG_BINARY = 3
pkg syscall (windows-amd64), const REG_DWORD = 4
pkg syscall (windows-amd64), const REG_DWORD_BIG_ENDIAN = 5
pkg syscall (windows-amd64), const REG_DWORD_LITTLE_ENDIAN = 4
pkg syscall (windows-amd64), const REG_EXPAND_SZ = 2
pkg syscall (windows-amd64), const REG_FULL_RESOURCE_DESCRIPTOR = 9
pkg syscall (windows-amd64), const REG_LINK = 6
pkg syscall (windows-amd64), const REG_MULTI_SZ = 7
pkg syscall (windows-amd64), const REG_NONE = 0
pkg syscall (windows-amd64), const REG_QWORD = 11
pkg syscall (windows-amd64), const REG_QWORD_LITTLE_ENDIAN = 11
pkg syscall (windows-amd64), const REG_RESOURCE_LIST = 8
pkg syscall (windows-amd64), const REG_RESOURCE_REQUIREMENTS_LIST = 10
pkg syscall (windows-amd64), const REG_SZ = 1
pkg syscall (windows-amd64), const SIGBUS = 7
pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
pkg syscall (windows-amd64), const SIO_GET_INTERFACE_LIST = 1074033791
pkg syscall (windows-amd64), const SOL_SOCKET = 65535
pkg syscall (windows-amd64), const SOMAXCONN = 2147483647
pkg syscall (windows-amd64), const SO_BROADCAST = 32
pkg syscall (windows-amd64), const SO_DONTROUTE = 16
pkg syscall (windows-amd64), const SO_KEEPALIVE = 8
pkg syscall (windows-amd64), const SO_LINGER = 128
pkg syscall (windows-amd64), const SO_RCVBUF = 4098
pkg syscall (windows-amd64), const SO_REUSEADDR = 4
pkg syscall (windows-amd64), const SO_SNDBUF = 4097
pkg syscall (windows-amd64), const SO_UPDATE_ACCEPT_CONTEXT = 28683
pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT = 28688
pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT ideal-int
pkg syscall (windows-amd64), const STANDARD_RIGHTS_ALL = 2031616
pkg syscall (windows-amd64), const STANDARD_RIGHTS_EXECUTE = 131072
pkg syscall (windows-amd64), const STANDARD_RIGHTS_READ = 131072
pkg syscall (windows-amd64), const STANDARD_RIGHTS_REQUIRED = 983040
pkg syscall (windows-amd64), const STANDARD_RIGHTS_WRITE = 131072
pkg syscall (windows-amd64), const STARTF_USESHOWWINDOW = 1
pkg syscall (windows-amd64), const STARTF_USESTDHANDLES = 256
pkg syscall (windows-amd64), const STD_ERROR_HANDLE = -12
pkg syscall (windows-amd64), const STD_INPUT_HANDLE = -10
pkg syscall (windows-amd64), const STD_OUTPUT_HANDLE = -11
pkg syscall (windows-amd64), const SUBLANG_ENGLISH_US = 1
pkg syscall (windows-amd64), const SW_FORCEMINIMIZE = 11
pkg syscall (windows-amd64), const SW_HIDE = 0
pkg syscall (windows-amd64), const SW_MAXIMIZE = 3
pkg syscall (windows-amd64), const SW_MINIMIZE = 6
pkg syscall (windows-amd64), const SW_NORMAL = 1
pkg syscall (windows-amd64), const SW_RESTORE = 9
pkg syscall (windows-amd64), const SW_SHOW = 5
pkg syscall (windows-amd64), const SW_SHOWDEFAULT = 10
pkg syscall (windows-amd64), const SW_SHOWMAXIMIZED = 3
pkg syscall (windows-amd64), const SW_SHOWMINIMIZED = 2
pkg syscall (windows-amd64), const SW_SHOWMINNOACTIVE = 7
pkg syscall (windows-amd64), const SW_SHOWNA = 8
pkg syscall (windows-amd64), const SW_SHOWNOACTIVATE = 4
pkg syscall (windows-amd64), const SW_SHOWNORMAL = 1
pkg syscall (windows-amd64), const SYNCHRONIZE = 1048576
pkg syscall (windows-amd64), const S_IFMT = 126976
pkg syscall (windows-amd64), const S_IWRITE = 128
pkg syscall (windows-amd64), const SidTypeAlias = 4
pkg syscall (windows-amd64), const SidTypeComputer = 9
pkg syscall (windows-amd64), const SidTypeDeletedAccount = 6
pkg syscall (windows-amd64), const SidTypeDomain = 3
pkg syscall (windows-amd64), const SidTypeGroup = 2
pkg syscall (windows-amd64), const SidTypeInvalid = 7
pkg syscall (windows-amd64), const SidTypeLabel = 10
pkg syscall (windows-amd64), const SidTypeUnknown = 8
pkg syscall (windows-amd64), const SidTypeUser = 1
pkg syscall (windows-amd64), const SidTypeWellKnownGroup = 5
pkg syscall (windows-amd64), const TF_DISCONNECT = 1
pkg syscall (windows-amd64), const TF_REUSE_SOCKET = 2
pkg syscall (windows-amd64), const TF_USE_DEFAULT_WORKER = 0
pkg syscall (windows-amd64), const TF_USE_KERNEL_APC = 32
pkg syscall (windows-amd64), const TF_USE_SYSTEM_THREAD = 16
pkg syscall (windows-amd64), const TF_WRITE_BEHIND = 4
pkg syscall (windows-amd64), const TIME_ZONE_ID_DAYLIGHT = 2
pkg syscall (windows-amd64), const TIME_ZONE_ID_STANDARD = 1
pkg syscall (windows-amd64), const TIME_ZONE_ID_UNKNOWN = 0
pkg syscall (windows-amd64), const TOKEN_ADJUST_DEFAULT = 128
pkg syscall (windows-amd64), const TOKEN_ADJUST_GROUPS = 64
pkg syscall (windows-amd64), const TOKEN_ADJUST_PRIVILEGES = 32
pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295
pkg syscall (windows-amd64), const TOKEN_ASSIGN_PRIMARY = 1
pkg syscall (windows-amd64), const TOKEN_DUPLICATE = 2
pkg syscall (windows-amd64), const TOKEN_EXECUTE = 131072
pkg syscall (windows-amd64), const TOKEN_IMPERSONATE = 4
pkg syscall (windows-amd64), const TOKEN_QUERY = 8
pkg syscall (windows-amd64), const TOKEN_QUERY_SOURCE = 16
pkg syscall (windows-amd64), const TOKEN_READ = 131080
pkg syscall (windows-amd64), const TOKEN_WRITE = 131296
pkg syscall (windows-amd64), const TRUNCATE_EXISTING = 5
pkg syscall (windows-amd64), const TokenAccessInformation = 22
pkg syscall (windows-amd64), const TokenAuditPolicy = 16
pkg syscall (windows-amd64), const TokenDefaultDacl = 6
pkg syscall (windows-amd64), const TokenElevation = 20
pkg syscall (windows-amd64), const TokenElevationType = 18
pkg syscall (windows-amd64), const TokenGroups = 2
pkg syscall (windows-amd64), const TokenGroupsAndPrivileges = 13
pkg syscall (windows-amd64), const TokenHasRestrictions = 21
pkg syscall (windows-amd64), const TokenImpersonationLevel = 9
pkg syscall (windows-amd64), const TokenIntegrityLevel = 25
pkg syscall (windows-amd64), const TokenLinkedToken = 19
pkg syscall (windows-amd64), const TokenLogonSid = 28
pkg syscall (windows-amd64), const TokenMandatoryPolicy = 27
pkg syscall (windows-amd64), const TokenOrigin = 17
pkg syscall (windows-amd64), const TokenOwner = 4
pkg syscall (windows-amd64), const TokenPrimaryGroup = 5
pkg syscall (windows-amd64), const TokenPrivileges = 3
pkg syscall (windows-amd64), const TokenRestrictedSids = 11
pkg syscall (windows-amd64), const TokenSandBoxInert = 15
pkg syscall (windows-amd64), const TokenSessionId = 12
pkg syscall (windows-amd64), const TokenSessionReference = 14
pkg syscall (windows-amd64), const TokenSource = 7
pkg syscall (windows-amd64), const TokenStatistics = 10
pkg syscall (windows-amd64), const TokenType = 8
pkg syscall (windows-amd64), const TokenUIAccess = 26
pkg syscall (windows-amd64), const TokenUser = 1
pkg syscall (windows-amd64), const TokenVirtualizationAllowed = 23
pkg syscall (windows-amd64), const TokenVirtualizationEnabled = 24
pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_AND = 0
pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_OR = 1
pkg syscall (windows-amd64), const WAIT_ABANDONED = 128
pkg syscall (windows-amd64), const WAIT_FAILED = 4294967295
pkg syscall (windows-amd64), const WAIT_OBJECT_0 = 0
pkg syscall (windows-amd64), const WAIT_TIMEOUT = 258
pkg syscall (windows-amd64), const WSADESCRIPTION_LEN = 256
pkg syscall (windows-amd64), const WSASYS_STATUS_LEN = 128
pkg syscall (windows-amd64), const X509_ASN_ENCODING = 1
pkg syscall (windows-amd64), func CancelIoEx(Handle, *Overlapped) error
pkg syscall (windows-amd64), func ConnectEx(Handle, Sockaddr, *uint8, uint32,
*uint32, *Overlapped) error
pkg syscall (windows-amd64), func FreeAddrInfoW(*AddrinfoW)
pkg syscall (windows-amd64), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW,
**AddrinfoW) error
pkg syscall (windows-amd64), func GetConsoleMode(Handle, *uint32) error
pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *uint8, *int32)
error
pkg syscall (windows-amd64), func LoadCancelIoEx() error
pkg syscall (windows-amd64), func LoadConnectEx() error
pkg syscall (windows-amd64), func LoadGetAddrInfo() error
pkg syscall (windows-amd64), func ReadConsole(Handle, *uint16, uint32, *uint32,
*uint8) error
pkg syscall (windows-amd64), func UTF16FromString(string) ([]uint16, error)
pkg syscall (windows-amd64), func UTF16PtrFromString(string) (*uint16, error)
pkg syscall (windows-amd64), func WriteConsole(Handle, *uint16, uint32, *uint32,
*uint8) error
pkg syscall (windows-amd64), type AddrinfoW struct
pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr
pkg syscall (windows-amd64), type AddrinfoW struct, Addrlen uintptr
pkg syscall (windows-amd64), type AddrinfoW struct, Canonname *uint16
pkg syscall (windows-amd64), type AddrinfoW struct, Family int32
pkg syscall (windows-amd64), type AddrinfoW struct, Flags int32
pkg syscall (windows-amd64), type AddrinfoW struct, Next *AddrinfoW
pkg syscall (windows-amd64), type AddrinfoW struct, Protocol int32
pkg syscall (windows-amd64), type AddrinfoW struct, Socktype int32
pkg syscall (windows-amd64), type GUID struct
pkg syscall (windows-amd64), type GUID struct, Data1 uint32
pkg syscall (windows-amd64), type GUID struct, Data2 uint16
pkg syscall (windows-amd64), type GUID struct, Data3 uint16
pkg syscall (windows-amd64), type GUID struct, Data4 [8]uint8
pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16
pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32
pkg syscall (windows-amd64), var WSAID_CONNECTEX GUID
pkg syscall, const AF_INET = 2
pkg syscall, const AF_UNIX = 1
pkg syscall, const AF_UNSPEC = 0
pkg syscall, const ENOENT = 2
pkg syscall, const IFF_BROADCAST = 2
pkg syscall, const IFF_UP = 1
pkg syscall, const IPPROTO_IP = 0
pkg syscall, const IPPROTO_IPV6 = 41
pkg syscall, const IPPROTO_TCP = 6
pkg syscall, const IPPROTO_UDP = 17
pkg syscall, const O_RDONLY = 0
pkg syscall, const O_RDWR = 2
pkg syscall, const O_WRONLY = 1
pkg syscall, const SHUT_RD = 0
pkg syscall, const SHUT_RDWR = 2
pkg syscall, const SHUT_WR = 1
pkg syscall, const SIGABRT = 6
pkg syscall, const SIGALRM = 14
pkg syscall, const SIGFPE = 8
pkg syscall, const SIGHUP = 1
pkg syscall, const SIGILL = 4
pkg syscall, const SIGINT = 2
pkg syscall, const SIGKILL = 9
pkg syscall, const SIGPIPE = 13
pkg syscall, const SIGQUIT = 3
pkg syscall, const SIGSEGV = 11
pkg syscall, const SIGTERM = 15
pkg syscall, const SIGTRAP = 5
pkg syscall, const SOCK_DGRAM = 2
pkg syscall, const SOCK_RAW = 3
pkg syscall, const SOCK_SEQPACKET = 5
pkg syscall, const SOCK_STREAM = 1
pkg syscall, const S_IFBLK = 24576
pkg syscall, const S_IFCHR = 8192
pkg syscall, const S_IFDIR = 16384
pkg syscall, const S_IFIFO = 4096
pkg syscall, const S_IFLNK = 40960
pkg syscall, const S_IFREG = 32768
pkg syscall, const S_IFSOCK = 49152
pkg syscall, const S_IRUSR = 256
pkg syscall, const S_ISGID = 1024
pkg syscall, const S_ISUID = 2048
pkg syscall, const S_ISVTX = 512
pkg syscall, const S_IWUSR = 128
pkg syscall, const S_IXUSR = 64
pkg syscall, const TCP_NODELAY = 1
pkg syscall, func BytePtrFromString(string) (*uint8, error)
pkg syscall, func ByteSliceFromString(string) ([]uint8, error)
pkg syscall, func NsecToTimespec(int64) Timespec
pkg syscall, func TimespecToNsec(Timespec) int64
pkg syscall, func UtimesNano(string, []Timespec) error
pkg syscall, type RawSockaddrInet6 struct
pkg syscall, type RawSockaddrInet6 struct, Addr [16]uint8
pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32
pkg syscall, type RawSockaddrInet6 struct, Port uint16
pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32
pkg testing, func AllocsPerRun(int, func()) float64
pkg testing, func Verbose() bool
pkg testing, method (*B) ReportAllocs()
pkg testing, method (*B) Skip(...interface{})
pkg testing, method (*B) SkipNow()
pkg testing, method (*B) Skipf(string, ...interface{})
pkg testing, method (*B) Skipped() bool
pkg testing, method (*T) Skip(...interface{})
pkg testing, method (*T) SkipNow()
pkg testing, method (*T) Skipf(string, ...interface{})
pkg testing, method (*T) Skipped() bool
pkg testing, method (BenchmarkResult) AllocedBytesPerOp() int64
pkg testing, method (BenchmarkResult) AllocsPerOp() int64
pkg testing, method (BenchmarkResult) MemString() string
pkg testing, type BenchmarkResult struct, MemAllocs uint64
pkg testing, type BenchmarkResult struct, MemBytes uint64
pkg text/scanner, const Char = -5
pkg text/scanner, const Comment = -8
pkg text/scanner, const EOF = -1
pkg text/scanner, const Float = -4
pkg text/scanner, const GoTokens = 1012
pkg text/scanner, const GoWhitespace = 4294977024
pkg text/scanner, const Ident = -2
pkg text/scanner, const Int = -3
pkg text/scanner, const RawString = -7
pkg text/scanner, const ScanChars = 32
pkg text/scanner, const ScanComments = 256
pkg text/scanner, const ScanFloats = 16
pkg text/scanner, const ScanIdents = 4
pkg text/scanner, const ScanInts = 8
pkg text/scanner, const ScanRawStrings = 128
pkg text/scanner, const ScanStrings = 64
pkg text/scanner, const SkipComments = 512
pkg text/scanner, const String = -6
pkg text/tabwriter, const AlignRight = 4
pkg text/tabwriter, const Debug = 32
pkg text/tabwriter, const DiscardEmptyColumns = 8
pkg text/tabwriter, const Escape = 255
pkg text/tabwriter, const FilterHTML = 1
pkg text/tabwriter, const StripEscape = 2
pkg text/tabwriter, const TabIndent = 16
pkg text/template, method (Template) ErrorContext(parse.Node) (string, string)
pkg text/template/parse, const NodeAction = 1
pkg text/template/parse, const NodeBool = 2
pkg text/template/parse, const NodeChain = 3
pkg text/template/parse, const NodeChain NodeType
pkg text/template/parse, const NodeCommand = 4
pkg text/template/parse, const NodeDot = 5
pkg text/template/parse, const NodeField = 8
pkg text/template/parse, const NodeIdentifier = 9
pkg text/template/parse, const NodeIf = 10
pkg text/template/parse, const NodeList = 11
pkg text/template/parse, const NodeNil = 12
pkg text/template/parse, const NodeNil NodeType
pkg text/template/parse, const NodeNumber = 13
pkg text/template/parse, const NodePipe = 14
pkg text/template/parse, const NodeRange = 15
pkg text/template/parse, const NodeString = 16
pkg text/template/parse, const NodeTemplate = 17
pkg text/template/parse, const NodeText = 0
pkg text/template/parse, const NodeVariable = 18
pkg text/template/parse, const NodeWith = 19
pkg text/template/parse, method (*ChainNode) Add(string)
pkg text/template/parse, method (*ChainNode) Copy() Node
pkg text/template/parse, method (*ChainNode) String() string
pkg text/template/parse, method (*IdentifierNode) SetPos(Pos) *IdentifierNode
pkg text/template/parse, method (*NilNode) Copy() Node
pkg text/template/parse, method (*NilNode) String() string
pkg text/template/parse, method (*NilNode) Type() NodeType
pkg text/template/parse, method (*Tree) ErrorContext(Node) (string, string)
pkg text/template/parse, method (ActionNode) Position() Pos
pkg text/template/parse, method (BoolNode) Position() Pos
pkg text/template/parse, method (BranchNode) Position() Pos
pkg text/template/parse, method (ChainNode) Position() Pos
pkg text/template/parse, method (ChainNode) Type() NodeType
pkg text/template/parse, method (CommandNode) Position() Pos
pkg text/template/parse, method (DotNode) Position() Pos
pkg text/template/parse, method (FieldNode) Position() Pos
pkg text/template/parse, method (IdentifierNode) Position() Pos
pkg text/template/parse, method (IfNode) Position() Pos
pkg text/template/parse, method (ListNode) Position() Pos
pkg text/template/parse, method (NilNode) Position() Pos
pkg text/template/parse, method (NumberNode) Position() Pos
pkg text/template/parse, method (PipeNode) Position() Pos
pkg text/template/parse, method (Pos) Position() Pos
pkg text/template/parse, method (RangeNode) Position() Pos
pkg text/template/parse, method (StringNode) Position() Pos
pkg text/template/parse, method (TemplateNode) Position() Pos
pkg text/template/parse, method (TextNode) Position() Pos
pkg text/template/parse, method (VariableNode) Position() Pos
pkg text/template/parse, method (WithNode) Position() Pos
pkg text/template/parse, type ActionNode struct, embedded Pos
pkg text/template/parse, type BoolNode struct, embedded Pos
pkg text/template/parse, type BranchNode struct, embedded Pos
pkg text/template/parse, type ChainNode struct
pkg text/template/parse, type ChainNode struct, Field []string
pkg text/template/parse, type ChainNode struct, Node Node
pkg text/template/parse, type ChainNode struct, embedded NodeType
pkg text/template/parse, type ChainNode struct, embedded Pos
pkg text/template/parse, type CommandNode struct, embedded Pos
pkg text/template/parse, type DotNode struct
pkg text/template/parse, type DotNode struct, embedded Pos
pkg text/template/parse, type FieldNode struct, embedded Pos
pkg text/template/parse, type IdentifierNode struct, embedded Pos
pkg text/template/parse, type ListNode struct, embedded Pos
pkg text/template/parse, type NilNode struct
pkg text/template/parse, type NilNode struct, embedded Pos
pkg text/template/parse, type Node interface, Position() Pos
pkg text/template/parse, type Node interface, unexported methods
pkg text/template/parse, type NumberNode struct, embedded Pos
pkg text/template/parse, type PipeNode struct, embedded Pos
pkg text/template/parse, type Pos int
pkg text/template/parse, type StringNode struct, embedded Pos
pkg text/template/parse, type TemplateNode struct, embedded Pos
pkg text/template/parse, type TextNode struct, embedded Pos
pkg text/template/parse, type Tree struct, ParseName string
pkg text/template/parse, type VariableNode struct, embedded Pos
pkg time, const ANSIC = "Mon Jan _2 15:04:05 2006"
pkg time, const April = 4
pkg time, const August = 8
pkg time, const December = 12
pkg time, const February = 2
pkg time, const Friday = 5
pkg time, const Hour = 3600000000000
pkg time, const January = 1
pkg time, const July = 7
pkg time, const June = 6
pkg time, const Kitchen = "3:04PM"
pkg time, const March = 3
pkg time, const May = 5
pkg time, const Microsecond = 1000
pkg time, const Millisecond = 1000000
pkg time, const Minute = 60000000000
pkg time, const Monday = 1
pkg time, const Nanosecond = 1
pkg time, const November = 11
pkg time, const October = 10
pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
pkg time, const RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700"
pkg time, const RFC3339 = "2006-01-02T15:04:05Z07:00"
pkg time, const RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00"
pkg time, const RFC822 = "02 Jan 06 15:04 MST"
pkg time, const RFC822Z = "02 Jan 06 15:04 -0700"
pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
pkg time, const Saturday = 6
pkg time, const Second = 1000000000
pkg time, const September = 9
pkg time, const Stamp = "Jan _2 15:04:05"
pkg time, const StampMicro = "Jan _2 15:04:05.000000"
pkg time, const StampMilli = "Jan _2 15:04:05.000"
pkg time, const StampNano = "Jan _2 15:04:05.000000000"
pkg time, const Sunday = 0
pkg time, const Thursday = 4
pkg time, const Tuesday = 2
pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006"
pkg time, const Wednesday = 3
pkg time, func ParseInLocation(string, string, *Location) (Time, error)
pkg time, method (*Timer) Reset(Duration) bool
pkg time, method (Time) Round(Duration) Time
pkg time, method (Time) Truncate(Duration) Time
pkg time, method (Time) YearDay() int
pkg unicode, const LowerCase = 1
pkg unicode, const MaxASCII = 127
pkg unicode, const MaxCase = 3
pkg unicode, const MaxLatin1 = 255
pkg unicode, const MaxRune = 1114111
pkg unicode, const ReplacementChar = 65533
pkg unicode, const TitleCase = 2
pkg unicode, const UpperCase = 0
pkg unicode, const UpperLower = 1114112
pkg unicode, const Version = "6.2.0"
pkg unicode, type RangeTable struct, LatinOffset int
pkg unicode, var Chakma *RangeTable
pkg unicode, var Meroitic_Cursive *RangeTable
pkg unicode, var Meroitic_Hieroglyphs *RangeTable
pkg unicode, var Miao *RangeTable
pkg unicode, var Sharada *RangeTable
pkg unicode, var Sora_Sompeng *RangeTable
pkg unicode, var Takri *RangeTable
pkg unicode/utf8, const MaxRune = 1114111
pkg unicode/utf8, const RuneError = 65533
pkg unicode/utf8, const RuneSelf = 128
pkg unicode/utf8, const UTFMax = 4
pkg unicode/utf8, func ValidRune(int32) bool