github.com/yanyiwu/go@v0.0.0-20150106053140-03d6637dbb7f/api/go1.1.txt (about)

     1  pkg archive/tar, const TypeBlock = 52
     2  pkg archive/tar, const TypeChar = 51
     3  pkg archive/tar, const TypeCont = 55
     4  pkg archive/tar, const TypeDir = 53
     5  pkg archive/tar, const TypeFifo = 54
     6  pkg archive/tar, const TypeGNULongLink = 75
     7  pkg archive/tar, const TypeGNULongLink ideal-char
     8  pkg archive/tar, const TypeGNULongName = 76
     9  pkg archive/tar, const TypeGNULongName ideal-char
    10  pkg archive/tar, const TypeLink = 49
    11  pkg archive/tar, const TypeReg = 48
    12  pkg archive/tar, const TypeRegA = 0
    13  pkg archive/tar, const TypeSymlink = 50
    14  pkg archive/tar, const TypeXGlobalHeader = 103
    15  pkg archive/tar, const TypeXHeader = 120
    16  pkg archive/tar, func FileInfoHeader(os.FileInfo, string) (*Header, error)
    17  pkg archive/tar, method (*Header) FileInfo() os.FileInfo
    18  pkg archive/zip, const Deflate = 8
    19  pkg archive/zip, const Store = 0
    20  pkg archive/zip, type FileHeader struct, CompressedSize64 uint64
    21  pkg archive/zip, type FileHeader struct, UncompressedSize64 uint64
    22  pkg bufio, const MaxScanTokenSize = 65536
    23  pkg bufio, const MaxScanTokenSize ideal-int
    24  pkg bufio, func NewScanner(io.Reader) *Scanner
    25  pkg bufio, func ScanBytes([]uint8, bool) (int, []uint8, error)
    26  pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error)
    27  pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error)
    28  pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error)
    29  pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error)
    30  pkg bufio, method (*Scanner) Bytes() []uint8
    31  pkg bufio, method (*Scanner) Err() error
    32  pkg bufio, method (*Scanner) Scan() bool
    33  pkg bufio, method (*Scanner) Split(SplitFunc)
    34  pkg bufio, method (*Scanner) Text() string
    35  pkg bufio, method (*Writer) ReadFrom(io.Reader) (int64, error)
    36  pkg bufio, method (ReadWriter) ReadFrom(io.Reader) (int64, error)
    37  pkg bufio, method (ReadWriter) WriteTo(io.Writer) (int64, error)
    38  pkg bufio, type Scanner struct
    39  pkg bufio, type SplitFunc func([]uint8, bool) (int, []uint8, error)
    40  pkg bufio, var ErrAdvanceTooFar error
    41  pkg bufio, var ErrNegativeAdvance error
    42  pkg bufio, var ErrTooLong error
    43  pkg bytes, const MinRead = 512
    44  pkg bytes, func TrimPrefix([]uint8, []uint8) []uint8
    45  pkg bytes, func TrimSuffix([]uint8, []uint8) []uint8
    46  pkg bytes, method (*Buffer) Grow(int)
    47  pkg bytes, method (*Reader) WriteTo(io.Writer) (int64, error)
    48  pkg compress/flate, const BestCompression = 9
    49  pkg compress/flate, const BestSpeed = 1
    50  pkg compress/flate, const DefaultCompression = -1
    51  pkg compress/flate, const NoCompression = 0
    52  pkg compress/gzip, const BestCompression = 9
    53  pkg compress/gzip, const BestSpeed = 1
    54  pkg compress/gzip, const DefaultCompression = -1
    55  pkg compress/gzip, const NoCompression = 0
    56  pkg compress/gzip, method (*Writer) Flush() error
    57  pkg compress/lzw, const LSB = 0
    58  pkg compress/lzw, const MSB = 1
    59  pkg compress/zlib, const BestCompression = 9
    60  pkg compress/zlib, const BestSpeed = 1
    61  pkg compress/zlib, const DefaultCompression = -1
    62  pkg compress/zlib, const NoCompression = 0
    63  pkg crypto, const MD4 = 1
    64  pkg crypto, const MD5 = 2
    65  pkg crypto, const MD5SHA1 = 8
    66  pkg crypto, const RIPEMD160 = 9
    67  pkg crypto, const SHA1 = 3
    68  pkg crypto, const SHA224 = 4
    69  pkg crypto, const SHA256 = 5
    70  pkg crypto, const SHA384 = 6
    71  pkg crypto, const SHA512 = 7
    72  pkg crypto/aes, const BlockSize = 16
    73  pkg crypto/des, const BlockSize = 8
    74  pkg crypto/dsa, const L1024N160 = 0
    75  pkg crypto/dsa, const L2048N224 = 1
    76  pkg crypto/dsa, const L2048N256 = 2
    77  pkg crypto/dsa, const L3072N256 = 3
    78  pkg crypto/hmac, func Equal([]uint8, []uint8) bool
    79  pkg crypto/md5, const BlockSize = 64
    80  pkg crypto/md5, const Size = 16
    81  pkg crypto/sha1, const BlockSize = 64
    82  pkg crypto/sha1, const Size = 20
    83  pkg crypto/sha256, const BlockSize = 64
    84  pkg crypto/sha256, const Size = 32
    85  pkg crypto/sha256, const Size224 = 28
    86  pkg crypto/sha512, const BlockSize = 128
    87  pkg crypto/sha512, const Size = 64
    88  pkg crypto/sha512, const Size384 = 48
    89  pkg crypto/tls, const NoClientCert = 0
    90  pkg crypto/tls, const RequestClientCert = 1
    91  pkg crypto/tls, const RequireAndVerifyClientCert = 4
    92  pkg crypto/tls, const RequireAnyClientCert = 2
    93  pkg crypto/tls, const TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA = 49170
    94  pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 49171
    95  pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 49172
    96  pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA uint16
    97  pkg crypto/tls, const TLS_ECDHE_RSA_WITH_RC4_128_SHA = 49169
    98  pkg crypto/tls, const TLS_RSA_WITH_3DES_EDE_CBC_SHA = 10
    99  pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA = 47
   100  pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA = 53
   101  pkg crypto/tls, const TLS_RSA_WITH_AES_256_CBC_SHA uint16
   102  pkg crypto/tls, const TLS_RSA_WITH_RC4_128_SHA = 5
   103  pkg crypto/tls, const VerifyClientCertIfGiven = 3
   104  pkg crypto/tls, type Config struct, PreferServerCipherSuites bool
   105  pkg crypto/tls, type Config struct, SessionTicketKey [32]uint8
   106  pkg crypto/tls, type Config struct, SessionTicketsDisabled bool
   107  pkg crypto/tls, type ConnectionState struct, DidResume bool
   108  pkg crypto/x509, const CANotAuthorizedForThisName = 2
   109  pkg crypto/x509, const DSA = 2
   110  pkg crypto/x509, const DSAWithSHA1 = 7
   111  pkg crypto/x509, const DSAWithSHA256 = 8
   112  pkg crypto/x509, const ECDSA = 3
   113  pkg crypto/x509, const ECDSA PublicKeyAlgorithm
   114  pkg crypto/x509, const ECDSAWithSHA1 = 9
   115  pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm
   116  pkg crypto/x509, const ECDSAWithSHA256 = 10
   117  pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm
   118  pkg crypto/x509, const ECDSAWithSHA384 = 11
   119  pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm
   120  pkg crypto/x509, const ECDSAWithSHA512 = 12
   121  pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm
   122  pkg crypto/x509, const Expired = 1
   123  pkg crypto/x509, const ExtKeyUsageAny = 0
   124  pkg crypto/x509, const ExtKeyUsageClientAuth = 2
   125  pkg crypto/x509, const ExtKeyUsageCodeSigning = 3
   126  pkg crypto/x509, const ExtKeyUsageEmailProtection = 4
   127  pkg crypto/x509, const ExtKeyUsageIPSECEndSystem = 5
   128  pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage
   129  pkg crypto/x509, const ExtKeyUsageIPSECTunnel = 6
   130  pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage
   131  pkg crypto/x509, const ExtKeyUsageIPSECUser = 7
   132  pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage
   133  pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto = 10
   134  pkg crypto/x509, const ExtKeyUsageMicrosoftServerGatedCrypto ExtKeyUsage
   135  pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto = 11
   136  pkg crypto/x509, const ExtKeyUsageNetscapeServerGatedCrypto ExtKeyUsage
   137  pkg crypto/x509, const ExtKeyUsageOCSPSigning = 9
   138  pkg crypto/x509, const ExtKeyUsageServerAuth = 1
   139  pkg crypto/x509, const ExtKeyUsageTimeStamping = 8
   140  pkg crypto/x509, const IncompatibleUsage = 4
   141  pkg crypto/x509, const IncompatibleUsage InvalidReason
   142  pkg crypto/x509, const KeyUsageCRLSign = 64
   143  pkg crypto/x509, const KeyUsageCertSign = 32
   144  pkg crypto/x509, const KeyUsageContentCommitment = 2
   145  pkg crypto/x509, const KeyUsageDataEncipherment = 8
   146  pkg crypto/x509, const KeyUsageDecipherOnly = 256
   147  pkg crypto/x509, const KeyUsageDigitalSignature = 1
   148  pkg crypto/x509, const KeyUsageEncipherOnly = 128
   149  pkg crypto/x509, const KeyUsageKeyAgreement = 16
   150  pkg crypto/x509, const KeyUsageKeyEncipherment = 4
   151  pkg crypto/x509, const MD2WithRSA = 1
   152  pkg crypto/x509, const MD5WithRSA = 2
   153  pkg crypto/x509, const NotAuthorizedToSign = 0
   154  pkg crypto/x509, const PEMCipher3DES = 2
   155  pkg crypto/x509, const PEMCipher3DES PEMCipher
   156  pkg crypto/x509, const PEMCipherAES128 = 3
   157  pkg crypto/x509, const PEMCipherAES128 PEMCipher
   158  pkg crypto/x509, const PEMCipherAES192 = 4
   159  pkg crypto/x509, const PEMCipherAES192 PEMCipher
   160  pkg crypto/x509, const PEMCipherAES256 = 5
   161  pkg crypto/x509, const PEMCipherAES256 PEMCipher
   162  pkg crypto/x509, const PEMCipherDES = 1
   163  pkg crypto/x509, const PEMCipherDES PEMCipher
   164  pkg crypto/x509, const RSA = 1
   165  pkg crypto/x509, const SHA1WithRSA = 3
   166  pkg crypto/x509, const SHA256WithRSA = 4
   167  pkg crypto/x509, const SHA384WithRSA = 5
   168  pkg crypto/x509, const SHA512WithRSA = 6
   169  pkg crypto/x509, const TooManyIntermediates = 3
   170  pkg crypto/x509, const UnknownPublicKeyAlgorithm = 0
   171  pkg crypto/x509, const UnknownSignatureAlgorithm = 0
   172  pkg crypto/x509, func DecryptPEMBlock(*pem.Block, []uint8) ([]uint8, error)
   173  pkg crypto/x509, func EncryptPEMBlock(io.Reader, string, []uint8, []uint8, PEMCipher) (*pem.Block, error)
   174  pkg crypto/x509, func IsEncryptedPEMBlock(*pem.Block) bool
   175  pkg crypto/x509, func ParseECPrivateKey([]uint8) (*ecdsa.PrivateKey, error)
   176  pkg crypto/x509, method (SystemRootsError) Error() string
   177  pkg crypto/x509, type Certificate struct, IPAddresses []net.IP
   178  pkg crypto/x509, type PEMCipher int
   179  pkg crypto/x509, type SystemRootsError struct
   180  pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage
   181  pkg crypto/x509, var IncorrectPasswordError error
   182  pkg database/sql, method (*DB) Ping() error
   183  pkg database/sql, method (*DB) SetMaxIdleConns(int)
   184  pkg database/sql/driver, type Queryer interface { Query }
   185  pkg database/sql/driver, type Queryer interface, Query(string, []Value) (Rows, error)
   186  pkg debug/dwarf, const AttrAbstractOrigin = 49
   187  pkg debug/dwarf, const AttrAccessibility = 50
   188  pkg debug/dwarf, const AttrAddrClass = 51
   189  pkg debug/dwarf, const AttrAllocated = 78
   190  pkg debug/dwarf, const AttrArtificial = 52
   191  pkg debug/dwarf, const AttrAssociated = 79
   192  pkg debug/dwarf, const AttrBaseTypes = 53
   193  pkg debug/dwarf, const AttrBitOffset = 12
   194  pkg debug/dwarf, const AttrBitSize = 13
   195  pkg debug/dwarf, const AttrByteSize = 11
   196  pkg debug/dwarf, const AttrCallColumn = 87
   197  pkg debug/dwarf, const AttrCallFile = 88
   198  pkg debug/dwarf, const AttrCallLine = 89
   199  pkg debug/dwarf, const AttrCalling = 54
   200  pkg debug/dwarf, const AttrCommonRef = 26
   201  pkg debug/dwarf, const AttrCompDir = 27
   202  pkg debug/dwarf, const AttrConstValue = 28
   203  pkg debug/dwarf, const AttrContainingType = 29
   204  pkg debug/dwarf, const AttrCount = 55
   205  pkg debug/dwarf, const AttrDataLocation = 80
   206  pkg debug/dwarf, const AttrDataMemberLoc = 56
   207  pkg debug/dwarf, const AttrDeclColumn = 57
   208  pkg debug/dwarf, const AttrDeclFile = 58
   209  pkg debug/dwarf, const AttrDeclLine = 59
   210  pkg debug/dwarf, const AttrDeclaration = 60
   211  pkg debug/dwarf, const AttrDefaultValue = 30
   212  pkg debug/dwarf, const AttrDescription = 90
   213  pkg debug/dwarf, const AttrDiscr = 21
   214  pkg debug/dwarf, const AttrDiscrList = 61
   215  pkg debug/dwarf, const AttrDiscrValue = 22
   216  pkg debug/dwarf, const AttrEncoding = 62
   217  pkg debug/dwarf, const AttrEntrypc = 82
   218  pkg debug/dwarf, const AttrExtension = 84
   219  pkg debug/dwarf, const AttrExternal = 63
   220  pkg debug/dwarf, const AttrFrameBase = 64
   221  pkg debug/dwarf, const AttrFriend = 65
   222  pkg debug/dwarf, const AttrHighpc = 18
   223  pkg debug/dwarf, const AttrIdentifierCase = 66
   224  pkg debug/dwarf, const AttrImport = 24
   225  pkg debug/dwarf, const AttrInline = 32
   226  pkg debug/dwarf, const AttrIsOptional = 33
   227  pkg debug/dwarf, const AttrLanguage = 19
   228  pkg debug/dwarf, const AttrLocation = 2
   229  pkg debug/dwarf, const AttrLowerBound = 34
   230  pkg debug/dwarf, const AttrLowpc = 17
   231  pkg debug/dwarf, const AttrMacroInfo = 67
   232  pkg debug/dwarf, const AttrName = 3
   233  pkg debug/dwarf, const AttrNamelistItem = 68
   234  pkg debug/dwarf, const AttrOrdering = 9
   235  pkg debug/dwarf, const AttrPriority = 69
   236  pkg debug/dwarf, const AttrProducer = 37
   237  pkg debug/dwarf, const AttrPrototyped = 39
   238  pkg debug/dwarf, const AttrRanges = 85
   239  pkg debug/dwarf, const AttrReturnAddr = 42
   240  pkg debug/dwarf, const AttrSegment = 70
   241  pkg debug/dwarf, const AttrSibling = 1
   242  pkg debug/dwarf, const AttrSpecification = 71
   243  pkg debug/dwarf, const AttrStartScope = 44
   244  pkg debug/dwarf, const AttrStaticLink = 72
   245  pkg debug/dwarf, const AttrStmtList = 16
   246  pkg debug/dwarf, const AttrStride = 81
   247  pkg debug/dwarf, const AttrStrideSize = 46
   248  pkg debug/dwarf, const AttrStringLength = 25
   249  pkg debug/dwarf, const AttrTrampoline = 86
   250  pkg debug/dwarf, const AttrType = 73
   251  pkg debug/dwarf, const AttrUpperBound = 47
   252  pkg debug/dwarf, const AttrUseLocation = 74
   253  pkg debug/dwarf, const AttrUseUTF8 = 83
   254  pkg debug/dwarf, const AttrVarParam = 75
   255  pkg debug/dwarf, const AttrVirtuality = 76
   256  pkg debug/dwarf, const AttrVisibility = 23
   257  pkg debug/dwarf, const AttrVtableElemLoc = 77
   258  pkg debug/dwarf, const TagAccessDeclaration = 35
   259  pkg debug/dwarf, const TagArrayType = 1
   260  pkg debug/dwarf, const TagBaseType = 36
   261  pkg debug/dwarf, const TagCatchDwarfBlock = 37
   262  pkg debug/dwarf, const TagClassType = 2
   263  pkg debug/dwarf, const TagCommonDwarfBlock = 26
   264  pkg debug/dwarf, const TagCommonInclusion = 27
   265  pkg debug/dwarf, const TagCompileUnit = 17
   266  pkg debug/dwarf, const TagConstType = 38
   267  pkg debug/dwarf, const TagConstant = 39
   268  pkg debug/dwarf, const TagDwarfProcedure = 54
   269  pkg debug/dwarf, const TagEntryPoint = 3
   270  pkg debug/dwarf, const TagEnumerationType = 4
   271  pkg debug/dwarf, const TagEnumerator = 40
   272  pkg debug/dwarf, const TagFileType = 41
   273  pkg debug/dwarf, const TagFormalParameter = 5
   274  pkg debug/dwarf, const TagFriend = 42
   275  pkg debug/dwarf, const TagImportedDeclaration = 8
   276  pkg debug/dwarf, const TagImportedModule = 58
   277  pkg debug/dwarf, const TagImportedUnit = 61
   278  pkg debug/dwarf, const TagInheritance = 28
   279  pkg debug/dwarf, const TagInlinedSubroutine = 29
   280  pkg debug/dwarf, const TagInterfaceType = 56
   281  pkg debug/dwarf, const TagLabel = 10
   282  pkg debug/dwarf, const TagLexDwarfBlock = 11
   283  pkg debug/dwarf, const TagMember = 13
   284  pkg debug/dwarf, const TagModule = 30
   285  pkg debug/dwarf, const TagMutableType = 62
   286  pkg debug/dwarf, const TagNamelist = 43
   287  pkg debug/dwarf, const TagNamelistItem = 44
   288  pkg debug/dwarf, const TagNamespace = 57
   289  pkg debug/dwarf, const TagPackedType = 45
   290  pkg debug/dwarf, const TagPartialUnit = 60
   291  pkg debug/dwarf, const TagPointerType = 15
   292  pkg debug/dwarf, const TagPtrToMemberType = 31
   293  pkg debug/dwarf, const TagReferenceType = 16
   294  pkg debug/dwarf, const TagRestrictType = 55
   295  pkg debug/dwarf, const TagSetType = 32
   296  pkg debug/dwarf, const TagStringType = 18
   297  pkg debug/dwarf, const TagStructType = 19
   298  pkg debug/dwarf, const TagSubprogram = 46
   299  pkg debug/dwarf, const TagSubrangeType = 33
   300  pkg debug/dwarf, const TagSubroutineType = 21
   301  pkg debug/dwarf, const TagTemplateTypeParameter = 47
   302  pkg debug/dwarf, const TagTemplateValueParameter = 48
   303  pkg debug/dwarf, const TagThrownType = 49
   304  pkg debug/dwarf, const TagTryDwarfBlock = 50
   305  pkg debug/dwarf, const TagTypedef = 22
   306  pkg debug/dwarf, const TagUnionType = 23
   307  pkg debug/dwarf, const TagUnspecifiedParameters = 24
   308  pkg debug/dwarf, const TagUnspecifiedType = 59
   309  pkg debug/dwarf, const TagVariable = 52
   310  pkg debug/dwarf, const TagVariant = 25
   311  pkg debug/dwarf, const TagVariantPart = 51
   312  pkg debug/dwarf, const TagVolatileType = 53
   313  pkg debug/dwarf, const TagWithStmt = 34
   314  pkg debug/elf, const ARM_MAGIC_TRAMP_NUMBER = 1543503875
   315  pkg debug/elf, const DF_BIND_NOW = 8
   316  pkg debug/elf, const DF_ORIGIN = 1
   317  pkg debug/elf, const DF_STATIC_TLS = 16
   318  pkg debug/elf, const DF_SYMBOLIC = 2
   319  pkg debug/elf, const DF_TEXTREL = 4
   320  pkg debug/elf, const DT_BIND_NOW = 24
   321  pkg debug/elf, const DT_DEBUG = 21
   322  pkg debug/elf, const DT_ENCODING = 32
   323  pkg debug/elf, const DT_FINI = 13
   324  pkg debug/elf, const DT_FINI_ARRAY = 26
   325  pkg debug/elf, const DT_FINI_ARRAYSZ = 28
   326  pkg debug/elf, const DT_FLAGS = 30
   327  pkg debug/elf, const DT_HASH = 4
   328  pkg debug/elf, const DT_HIOS = 1879044096
   329  pkg debug/elf, const DT_HIPROC = 2147483647
   330  pkg debug/elf, const DT_INIT = 12
   331  pkg debug/elf, const DT_INIT_ARRAY = 25
   332  pkg debug/elf, const DT_INIT_ARRAYSZ = 27
   333  pkg debug/elf, const DT_JMPREL = 23
   334  pkg debug/elf, const DT_LOOS = 1610612749
   335  pkg debug/elf, const DT_LOPROC = 1879048192
   336  pkg debug/elf, const DT_NEEDED = 1
   337  pkg debug/elf, const DT_NULL = 0
   338  pkg debug/elf, const DT_PLTGOT = 3
   339  pkg debug/elf, const DT_PLTREL = 20
   340  pkg debug/elf, const DT_PLTRELSZ = 2
   341  pkg debug/elf, const DT_PREINIT_ARRAY = 32
   342  pkg debug/elf, const DT_PREINIT_ARRAYSZ = 33
   343  pkg debug/elf, const DT_REL = 17
   344  pkg debug/elf, const DT_RELA = 7
   345  pkg debug/elf, const DT_RELAENT = 9
   346  pkg debug/elf, const DT_RELASZ = 8
   347  pkg debug/elf, const DT_RELENT = 19
   348  pkg debug/elf, const DT_RELSZ = 18
   349  pkg debug/elf, const DT_RPATH = 15
   350  pkg debug/elf, const DT_RUNPATH = 29
   351  pkg debug/elf, const DT_SONAME = 14
   352  pkg debug/elf, const DT_STRSZ = 10
   353  pkg debug/elf, const DT_STRTAB = 5
   354  pkg debug/elf, const DT_SYMBOLIC = 16
   355  pkg debug/elf, const DT_SYMENT = 11
   356  pkg debug/elf, const DT_SYMTAB = 6
   357  pkg debug/elf, const DT_TEXTREL = 22
   358  pkg debug/elf, const DT_VERNEED = 1879048190
   359  pkg debug/elf, const DT_VERNEEDNUM = 1879048191
   360  pkg debug/elf, const DT_VERSYM = 1879048176
   361  pkg debug/elf, const EI_ABIVERSION = 8
   362  pkg debug/elf, const EI_CLASS = 4
   363  pkg debug/elf, const EI_DATA = 5
   364  pkg debug/elf, const EI_NIDENT = 16
   365  pkg debug/elf, const EI_OSABI = 7
   366  pkg debug/elf, const EI_PAD = 9
   367  pkg debug/elf, const EI_VERSION = 6
   368  pkg debug/elf, const ELFCLASS32 = 1
   369  pkg debug/elf, const ELFCLASS64 = 2
   370  pkg debug/elf, const ELFCLASSNONE = 0
   371  pkg debug/elf, const ELFDATA2LSB = 1
   372  pkg debug/elf, const ELFDATA2MSB = 2
   373  pkg debug/elf, const ELFDATANONE = 0
   374  pkg debug/elf, const ELFMAG = "\u007fELF"
   375  pkg debug/elf, const ELFOSABI_86OPEN = 5
   376  pkg debug/elf, const ELFOSABI_AIX = 7
   377  pkg debug/elf, const ELFOSABI_ARM = 97
   378  pkg debug/elf, const ELFOSABI_FREEBSD = 9
   379  pkg debug/elf, const ELFOSABI_HPUX = 1
   380  pkg debug/elf, const ELFOSABI_HURD = 4
   381  pkg debug/elf, const ELFOSABI_IRIX = 8
   382  pkg debug/elf, const ELFOSABI_LINUX = 3
   383  pkg debug/elf, const ELFOSABI_MODESTO = 11
   384  pkg debug/elf, const ELFOSABI_NETBSD = 2
   385  pkg debug/elf, const ELFOSABI_NONE = 0
   386  pkg debug/elf, const ELFOSABI_NSK = 14
   387  pkg debug/elf, const ELFOSABI_OPENBSD = 12
   388  pkg debug/elf, const ELFOSABI_OPENVMS = 13
   389  pkg debug/elf, const ELFOSABI_SOLARIS = 6
   390  pkg debug/elf, const ELFOSABI_STANDALONE = 255
   391  pkg debug/elf, const ELFOSABI_TRU64 = 10
   392  pkg debug/elf, const EM_386 = 3
   393  pkg debug/elf, const EM_486 = 6
   394  pkg debug/elf, const EM_68HC12 = 53
   395  pkg debug/elf, const EM_68K = 4
   396  pkg debug/elf, const EM_860 = 7
   397  pkg debug/elf, const EM_88K = 5
   398  pkg debug/elf, const EM_960 = 19
   399  pkg debug/elf, const EM_ALPHA = 36902
   400  pkg debug/elf, const EM_ALPHA_STD = 41
   401  pkg debug/elf, const EM_ARC = 45
   402  pkg debug/elf, const EM_ARM = 40
   403  pkg debug/elf, const EM_COLDFIRE = 52
   404  pkg debug/elf, const EM_FR20 = 37
   405  pkg debug/elf, const EM_H8S = 48
   406  pkg debug/elf, const EM_H8_300 = 46
   407  pkg debug/elf, const EM_H8_300H = 47
   408  pkg debug/elf, const EM_H8_500 = 49
   409  pkg debug/elf, const EM_IA_64 = 50
   410  pkg debug/elf, const EM_M32 = 1
   411  pkg debug/elf, const EM_ME16 = 59
   412  pkg debug/elf, const EM_MIPS = 8
   413  pkg debug/elf, const EM_MIPS_RS3_LE = 10
   414  pkg debug/elf, const EM_MIPS_RS4_BE = 10
   415  pkg debug/elf, const EM_MIPS_X = 51
   416  pkg debug/elf, const EM_MMA = 54
   417  pkg debug/elf, const EM_NCPU = 56
   418  pkg debug/elf, const EM_NDR1 = 57
   419  pkg debug/elf, const EM_NONE = 0
   420  pkg debug/elf, const EM_PARISC = 15
   421  pkg debug/elf, const EM_PCP = 55
   422  pkg debug/elf, const EM_PPC = 20
   423  pkg debug/elf, const EM_PPC64 = 21
   424  pkg debug/elf, const EM_RCE = 39
   425  pkg debug/elf, const EM_RH32 = 38
   426  pkg debug/elf, const EM_S370 = 9
   427  pkg debug/elf, const EM_S390 = 22
   428  pkg debug/elf, const EM_SH = 42
   429  pkg debug/elf, const EM_SPARC = 2
   430  pkg debug/elf, const EM_SPARC32PLUS = 18
   431  pkg debug/elf, const EM_SPARCV9 = 43
   432  pkg debug/elf, const EM_ST100 = 60
   433  pkg debug/elf, const EM_STARCORE = 58
   434  pkg debug/elf, const EM_TINYJ = 61
   435  pkg debug/elf, const EM_TRICORE = 44
   436  pkg debug/elf, const EM_V800 = 36
   437  pkg debug/elf, const EM_VPP500 = 17
   438  pkg debug/elf, const EM_X86_64 = 62
   439  pkg debug/elf, const ET_CORE = 4
   440  pkg debug/elf, const ET_DYN = 3
   441  pkg debug/elf, const ET_EXEC = 2
   442  pkg debug/elf, const ET_HIOS = 65279
   443  pkg debug/elf, const ET_HIPROC = 65535
   444  pkg debug/elf, const ET_LOOS = 65024
   445  pkg debug/elf, const ET_LOPROC = 65280
   446  pkg debug/elf, const ET_NONE = 0
   447  pkg debug/elf, const ET_REL = 1
   448  pkg debug/elf, const EV_CURRENT = 1
   449  pkg debug/elf, const EV_NONE = 0
   450  pkg debug/elf, const NT_FPREGSET = 2
   451  pkg debug/elf, const NT_PRPSINFO = 3
   452  pkg debug/elf, const NT_PRSTATUS = 1
   453  pkg debug/elf, const PF_MASKOS = 267386880
   454  pkg debug/elf, const PF_MASKPROC = 4026531840
   455  pkg debug/elf, const PF_R = 4
   456  pkg debug/elf, const PF_W = 2
   457  pkg debug/elf, const PF_X = 1
   458  pkg debug/elf, const PT_DYNAMIC = 2
   459  pkg debug/elf, const PT_HIOS = 1879048191
   460  pkg debug/elf, const PT_HIPROC = 2147483647
   461  pkg debug/elf, const PT_INTERP = 3
   462  pkg debug/elf, const PT_LOAD = 1
   463  pkg debug/elf, const PT_LOOS = 1610612736
   464  pkg debug/elf, const PT_LOPROC = 1879048192
   465  pkg debug/elf, const PT_NOTE = 4
   466  pkg debug/elf, const PT_NULL = 0
   467  pkg debug/elf, const PT_PHDR = 6
   468  pkg debug/elf, const PT_SHLIB = 5
   469  pkg debug/elf, const PT_TLS = 7
   470  pkg debug/elf, const R_386_32 = 1
   471  pkg debug/elf, const R_386_COPY = 5
   472  pkg debug/elf, const R_386_GLOB_DAT = 6
   473  pkg debug/elf, const R_386_GOT32 = 3
   474  pkg debug/elf, const R_386_GOTOFF = 9
   475  pkg debug/elf, const R_386_GOTPC = 10
   476  pkg debug/elf, const R_386_JMP_SLOT = 7
   477  pkg debug/elf, const R_386_NONE = 0
   478  pkg debug/elf, const R_386_PC32 = 2
   479  pkg debug/elf, const R_386_PLT32 = 4
   480  pkg debug/elf, const R_386_RELATIVE = 8
   481  pkg debug/elf, const R_386_TLS_DTPMOD32 = 35
   482  pkg debug/elf, const R_386_TLS_DTPOFF32 = 36
   483  pkg debug/elf, const R_386_TLS_GD = 18
   484  pkg debug/elf, const R_386_TLS_GD_32 = 24
   485  pkg debug/elf, const R_386_TLS_GD_CALL = 26
   486  pkg debug/elf, const R_386_TLS_GD_POP = 27
   487  pkg debug/elf, const R_386_TLS_GD_PUSH = 25
   488  pkg debug/elf, const R_386_TLS_GOTIE = 16
   489  pkg debug/elf, const R_386_TLS_IE = 15
   490  pkg debug/elf, const R_386_TLS_IE_32 = 33
   491  pkg debug/elf, const R_386_TLS_LDM = 19
   492  pkg debug/elf, const R_386_TLS_LDM_32 = 28
   493  pkg debug/elf, const R_386_TLS_LDM_CALL = 30
   494  pkg debug/elf, const R_386_TLS_LDM_POP = 31
   495  pkg debug/elf, const R_386_TLS_LDM_PUSH = 29
   496  pkg debug/elf, const R_386_TLS_LDO_32 = 32
   497  pkg debug/elf, const R_386_TLS_LE = 17
   498  pkg debug/elf, const R_386_TLS_LE_32 = 34
   499  pkg debug/elf, const R_386_TLS_TPOFF = 14
   500  pkg debug/elf, const R_386_TLS_TPOFF32 = 37
   501  pkg debug/elf, const R_ALPHA_BRADDR = 7
   502  pkg debug/elf, const R_ALPHA_COPY = 24
   503  pkg debug/elf, const R_ALPHA_GLOB_DAT = 25
   504  pkg debug/elf, const R_ALPHA_GPDISP = 6
   505  pkg debug/elf, const R_ALPHA_GPREL32 = 3
   506  pkg debug/elf, const R_ALPHA_GPRELHIGH = 17
   507  pkg debug/elf, const R_ALPHA_GPRELLOW = 18
   508  pkg debug/elf, const R_ALPHA_GPVALUE = 16
   509  pkg debug/elf, const R_ALPHA_HINT = 8
   510  pkg debug/elf, const R_ALPHA_IMMED_BR_HI32 = 22
   511  pkg debug/elf, const R_ALPHA_IMMED_GP_16 = 19
   512  pkg debug/elf, const R_ALPHA_IMMED_GP_HI32 = 20
   513  pkg debug/elf, const R_ALPHA_IMMED_LO32 = 23
   514  pkg debug/elf, const R_ALPHA_IMMED_SCN_HI32 = 21
   515  pkg debug/elf, const R_ALPHA_JMP_SLOT = 26
   516  pkg debug/elf, const R_ALPHA_LITERAL = 4
   517  pkg debug/elf, const R_ALPHA_LITUSE = 5
   518  pkg debug/elf, const R_ALPHA_NONE = 0
   519  pkg debug/elf, const R_ALPHA_OP_PRSHIFT = 15
   520  pkg debug/elf, const R_ALPHA_OP_PSUB = 14
   521  pkg debug/elf, const R_ALPHA_OP_PUSH = 12
   522  pkg debug/elf, const R_ALPHA_OP_STORE = 13
   523  pkg debug/elf, const R_ALPHA_REFLONG = 1
   524  pkg debug/elf, const R_ALPHA_REFQUAD = 2
   525  pkg debug/elf, const R_ALPHA_RELATIVE = 27
   526  pkg debug/elf, const R_ALPHA_SREL16 = 9
   527  pkg debug/elf, const R_ALPHA_SREL32 = 10
   528  pkg debug/elf, const R_ALPHA_SREL64 = 11
   529  pkg debug/elf, const R_ARM_ABS12 = 6
   530  pkg debug/elf, const R_ARM_ABS16 = 5
   531  pkg debug/elf, const R_ARM_ABS32 = 2
   532  pkg debug/elf, const R_ARM_ABS8 = 8
   533  pkg debug/elf, const R_ARM_AMP_VCALL9 = 12
   534  pkg debug/elf, const R_ARM_COPY = 20
   535  pkg debug/elf, const R_ARM_GLOB_DAT = 21
   536  pkg debug/elf, const R_ARM_GNU_VTENTRY = 100
   537  pkg debug/elf, const R_ARM_GNU_VTINHERIT = 101
   538  pkg debug/elf, const R_ARM_GOT32 = 26
   539  pkg debug/elf, const R_ARM_GOTOFF = 24
   540  pkg debug/elf, const R_ARM_GOTPC = 25
   541  pkg debug/elf, const R_ARM_JUMP_SLOT = 22
   542  pkg debug/elf, const R_ARM_NONE = 0
   543  pkg debug/elf, const R_ARM_PC13 = 4
   544  pkg debug/elf, const R_ARM_PC24 = 1
   545  pkg debug/elf, const R_ARM_PLT32 = 27
   546  pkg debug/elf, const R_ARM_RABS32 = 253
   547  pkg debug/elf, const R_ARM_RBASE = 255
   548  pkg debug/elf, const R_ARM_REL32 = 3
   549  pkg debug/elf, const R_ARM_RELATIVE = 23
   550  pkg debug/elf, const R_ARM_RPC24 = 254
   551  pkg debug/elf, const R_ARM_RREL32 = 252
   552  pkg debug/elf, const R_ARM_RSBREL32 = 250
   553  pkg debug/elf, const R_ARM_SBREL32 = 9
   554  pkg debug/elf, const R_ARM_SWI24 = 13
   555  pkg debug/elf, const R_ARM_THM_ABS5 = 7
   556  pkg debug/elf, const R_ARM_THM_PC22 = 10
   557  pkg debug/elf, const R_ARM_THM_PC8 = 11
   558  pkg debug/elf, const R_ARM_THM_RPC22 = 251
   559  pkg debug/elf, const R_ARM_THM_SWI8 = 14
   560  pkg debug/elf, const R_ARM_THM_XPC22 = 16
   561  pkg debug/elf, const R_ARM_XPC25 = 15
   562  pkg debug/elf, const R_PPC_ADDR14 = 7
   563  pkg debug/elf, const R_PPC_ADDR14_BRNTAKEN = 9
   564  pkg debug/elf, const R_PPC_ADDR14_BRTAKEN = 8
   565  pkg debug/elf, const R_PPC_ADDR16 = 3
   566  pkg debug/elf, const R_PPC_ADDR16_HA = 6
   567  pkg debug/elf, const R_PPC_ADDR16_HI = 5
   568  pkg debug/elf, const R_PPC_ADDR16_LO = 4
   569  pkg debug/elf, const R_PPC_ADDR24 = 2
   570  pkg debug/elf, const R_PPC_ADDR32 = 1
   571  pkg debug/elf, const R_PPC_COPY = 19
   572  pkg debug/elf, const R_PPC_DTPMOD32 = 68
   573  pkg debug/elf, const R_PPC_DTPREL16 = 74
   574  pkg debug/elf, const R_PPC_DTPREL16_HA = 77
   575  pkg debug/elf, const R_PPC_DTPREL16_HI = 76
   576  pkg debug/elf, const R_PPC_DTPREL16_LO = 75
   577  pkg debug/elf, const R_PPC_DTPREL32 = 78
   578  pkg debug/elf, const R_PPC_EMB_BIT_FLD = 115
   579  pkg debug/elf, const R_PPC_EMB_MRKREF = 110
   580  pkg debug/elf, const R_PPC_EMB_NADDR16 = 102
   581  pkg debug/elf, const R_PPC_EMB_NADDR16_HA = 105
   582  pkg debug/elf, const R_PPC_EMB_NADDR16_HI = 104
   583  pkg debug/elf, const R_PPC_EMB_NADDR16_LO = 103
   584  pkg debug/elf, const R_PPC_EMB_NADDR32 = 101
   585  pkg debug/elf, const R_PPC_EMB_RELSDA = 116
   586  pkg debug/elf, const R_PPC_EMB_RELSEC16 = 111
   587  pkg debug/elf, const R_PPC_EMB_RELST_HA = 114
   588  pkg debug/elf, const R_PPC_EMB_RELST_HI = 113
   589  pkg debug/elf, const R_PPC_EMB_RELST_LO = 112
   590  pkg debug/elf, const R_PPC_EMB_SDA21 = 109
   591  pkg debug/elf, const R_PPC_EMB_SDA2I16 = 107
   592  pkg debug/elf, const R_PPC_EMB_SDA2REL = 108
   593  pkg debug/elf, const R_PPC_EMB_SDAI16 = 106
   594  pkg debug/elf, const R_PPC_GLOB_DAT = 20
   595  pkg debug/elf, const R_PPC_GOT16 = 14
   596  pkg debug/elf, const R_PPC_GOT16_HA = 17
   597  pkg debug/elf, const R_PPC_GOT16_HI = 16
   598  pkg debug/elf, const R_PPC_GOT16_LO = 15
   599  pkg debug/elf, const R_PPC_GOT_TLSGD16 = 79
   600  pkg debug/elf, const R_PPC_GOT_TLSGD16_HA = 82
   601  pkg debug/elf, const R_PPC_GOT_TLSGD16_HI = 81
   602  pkg debug/elf, const R_PPC_GOT_TLSGD16_LO = 80
   603  pkg debug/elf, const R_PPC_GOT_TLSLD16 = 83
   604  pkg debug/elf, const R_PPC_GOT_TLSLD16_HA = 86
   605  pkg debug/elf, const R_PPC_GOT_TLSLD16_HI = 85
   606  pkg debug/elf, const R_PPC_GOT_TLSLD16_LO = 84
   607  pkg debug/elf, const R_PPC_GOT_TPREL16 = 87
   608  pkg debug/elf, const R_PPC_GOT_TPREL16_HA = 90
   609  pkg debug/elf, const R_PPC_GOT_TPREL16_HI = 89
   610  pkg debug/elf, const R_PPC_GOT_TPREL16_LO = 88
   611  pkg debug/elf, const R_PPC_JMP_SLOT = 21
   612  pkg debug/elf, const R_PPC_LOCAL24PC = 23
   613  pkg debug/elf, const R_PPC_NONE = 0
   614  pkg debug/elf, const R_PPC_PLT16_HA = 31
   615  pkg debug/elf, const R_PPC_PLT16_HI = 30
   616  pkg debug/elf, const R_PPC_PLT16_LO = 29
   617  pkg debug/elf, const R_PPC_PLT32 = 27
   618  pkg debug/elf, const R_PPC_PLTREL24 = 18
   619  pkg debug/elf, const R_PPC_PLTREL32 = 28
   620  pkg debug/elf, const R_PPC_REL14 = 11
   621  pkg debug/elf, const R_PPC_REL14_BRNTAKEN = 13
   622  pkg debug/elf, const R_PPC_REL14_BRTAKEN = 12
   623  pkg debug/elf, const R_PPC_REL24 = 10
   624  pkg debug/elf, const R_PPC_REL32 = 26
   625  pkg debug/elf, const R_PPC_RELATIVE = 22
   626  pkg debug/elf, const R_PPC_SDAREL16 = 32
   627  pkg debug/elf, const R_PPC_SECTOFF = 33
   628  pkg debug/elf, const R_PPC_SECTOFF_HA = 36
   629  pkg debug/elf, const R_PPC_SECTOFF_HI = 35
   630  pkg debug/elf, const R_PPC_SECTOFF_LO = 34
   631  pkg debug/elf, const R_PPC_TLS = 67
   632  pkg debug/elf, const R_PPC_TPREL16 = 69
   633  pkg debug/elf, const R_PPC_TPREL16_HA = 72
   634  pkg debug/elf, const R_PPC_TPREL16_HI = 71
   635  pkg debug/elf, const R_PPC_TPREL16_LO = 70
   636  pkg debug/elf, const R_PPC_TPREL32 = 73
   637  pkg debug/elf, const R_PPC_UADDR16 = 25
   638  pkg debug/elf, const R_PPC_UADDR32 = 24
   639  pkg debug/elf, const R_SPARC_10 = 30
   640  pkg debug/elf, const R_SPARC_11 = 31
   641  pkg debug/elf, const R_SPARC_13 = 11
   642  pkg debug/elf, const R_SPARC_16 = 2
   643  pkg debug/elf, const R_SPARC_22 = 10
   644  pkg debug/elf, const R_SPARC_32 = 3
   645  pkg debug/elf, const R_SPARC_5 = 44
   646  pkg debug/elf, const R_SPARC_6 = 45
   647  pkg debug/elf, const R_SPARC_64 = 32
   648  pkg debug/elf, const R_SPARC_7 = 43
   649  pkg debug/elf, const R_SPARC_8 = 1
   650  pkg debug/elf, const R_SPARC_COPY = 19
   651  pkg debug/elf, const R_SPARC_DISP16 = 5
   652  pkg debug/elf, const R_SPARC_DISP32 = 6
   653  pkg debug/elf, const R_SPARC_DISP64 = 46
   654  pkg debug/elf, const R_SPARC_DISP8 = 4
   655  pkg debug/elf, const R_SPARC_GLOB_DAT = 20
   656  pkg debug/elf, const R_SPARC_GLOB_JMP = 42
   657  pkg debug/elf, const R_SPARC_GOT10 = 13
   658  pkg debug/elf, const R_SPARC_GOT13 = 14
   659  pkg debug/elf, const R_SPARC_GOT22 = 15
   660  pkg debug/elf, const R_SPARC_H44 = 50
   661  pkg debug/elf, const R_SPARC_HH22 = 34
   662  pkg debug/elf, const R_SPARC_HI22 = 9
   663  pkg debug/elf, const R_SPARC_HIPLT22 = 25
   664  pkg debug/elf, const R_SPARC_HIX22 = 48
   665  pkg debug/elf, const R_SPARC_HM10 = 35
   666  pkg debug/elf, const R_SPARC_JMP_SLOT = 21
   667  pkg debug/elf, const R_SPARC_L44 = 52
   668  pkg debug/elf, const R_SPARC_LM22 = 36
   669  pkg debug/elf, const R_SPARC_LO10 = 12
   670  pkg debug/elf, const R_SPARC_LOPLT10 = 26
   671  pkg debug/elf, const R_SPARC_LOX10 = 49
   672  pkg debug/elf, const R_SPARC_M44 = 51
   673  pkg debug/elf, const R_SPARC_NONE = 0
   674  pkg debug/elf, const R_SPARC_OLO10 = 33
   675  pkg debug/elf, const R_SPARC_PC10 = 16
   676  pkg debug/elf, const R_SPARC_PC22 = 17
   677  pkg debug/elf, const R_SPARC_PCPLT10 = 29
   678  pkg debug/elf, const R_SPARC_PCPLT22 = 28
   679  pkg debug/elf, const R_SPARC_PCPLT32 = 27
   680  pkg debug/elf, const R_SPARC_PC_HH22 = 37
   681  pkg debug/elf, const R_SPARC_PC_HM10 = 38
   682  pkg debug/elf, const R_SPARC_PC_LM22 = 39
   683  pkg debug/elf, const R_SPARC_PLT32 = 24
   684  pkg debug/elf, const R_SPARC_PLT64 = 47
   685  pkg debug/elf, const R_SPARC_REGISTER = 53
   686  pkg debug/elf, const R_SPARC_RELATIVE = 22
   687  pkg debug/elf, const R_SPARC_UA16 = 55
   688  pkg debug/elf, const R_SPARC_UA32 = 23
   689  pkg debug/elf, const R_SPARC_UA64 = 54
   690  pkg debug/elf, const R_SPARC_WDISP16 = 40
   691  pkg debug/elf, const R_SPARC_WDISP19 = 41
   692  pkg debug/elf, const R_SPARC_WDISP22 = 8
   693  pkg debug/elf, const R_SPARC_WDISP30 = 7
   694  pkg debug/elf, const R_SPARC_WPLT30 = 18
   695  pkg debug/elf, const R_X86_64_16 = 12
   696  pkg debug/elf, const R_X86_64_32 = 10
   697  pkg debug/elf, const R_X86_64_32S = 11
   698  pkg debug/elf, const R_X86_64_64 = 1
   699  pkg debug/elf, const R_X86_64_8 = 14
   700  pkg debug/elf, const R_X86_64_COPY = 5
   701  pkg debug/elf, const R_X86_64_DTPMOD64 = 16
   702  pkg debug/elf, const R_X86_64_DTPOFF32 = 21
   703  pkg debug/elf, const R_X86_64_DTPOFF64 = 17
   704  pkg debug/elf, const R_X86_64_GLOB_DAT = 6
   705  pkg debug/elf, const R_X86_64_GOT32 = 3
   706  pkg debug/elf, const R_X86_64_GOTPCREL = 9
   707  pkg debug/elf, const R_X86_64_GOTTPOFF = 22
   708  pkg debug/elf, const R_X86_64_JMP_SLOT = 7
   709  pkg debug/elf, const R_X86_64_NONE = 0
   710  pkg debug/elf, const R_X86_64_PC16 = 13
   711  pkg debug/elf, const R_X86_64_PC32 = 2
   712  pkg debug/elf, const R_X86_64_PC8 = 15
   713  pkg debug/elf, const R_X86_64_PLT32 = 4
   714  pkg debug/elf, const R_X86_64_RELATIVE = 8
   715  pkg debug/elf, const R_X86_64_TLSGD = 19
   716  pkg debug/elf, const R_X86_64_TLSLD = 20
   717  pkg debug/elf, const R_X86_64_TPOFF32 = 23
   718  pkg debug/elf, const R_X86_64_TPOFF64 = 18
   719  pkg debug/elf, const SHF_ALLOC = 2
   720  pkg debug/elf, const SHF_EXECINSTR = 4
   721  pkg debug/elf, const SHF_GROUP = 512
   722  pkg debug/elf, const SHF_INFO_LINK = 64
   723  pkg debug/elf, const SHF_LINK_ORDER = 128
   724  pkg debug/elf, const SHF_MASKOS = 267386880
   725  pkg debug/elf, const SHF_MASKPROC = 4026531840
   726  pkg debug/elf, const SHF_MERGE = 16
   727  pkg debug/elf, const SHF_OS_NONCONFORMING = 256
   728  pkg debug/elf, const SHF_STRINGS = 32
   729  pkg debug/elf, const SHF_TLS = 1024
   730  pkg debug/elf, const SHF_WRITE = 1
   731  pkg debug/elf, const SHN_ABS = 65521
   732  pkg debug/elf, const SHN_COMMON = 65522
   733  pkg debug/elf, const SHN_HIOS = 65343
   734  pkg debug/elf, const SHN_HIPROC = 65311
   735  pkg debug/elf, const SHN_HIRESERVE = 65535
   736  pkg debug/elf, const SHN_LOOS = 65312
   737  pkg debug/elf, const SHN_LOPROC = 65280
   738  pkg debug/elf, const SHN_LORESERVE = 65280
   739  pkg debug/elf, const SHN_UNDEF = 0
   740  pkg debug/elf, const SHN_XINDEX = 65535
   741  pkg debug/elf, const SHT_DYNAMIC = 6
   742  pkg debug/elf, const SHT_DYNSYM = 11
   743  pkg debug/elf, const SHT_FINI_ARRAY = 15
   744  pkg debug/elf, const SHT_GNU_ATTRIBUTES = 1879048181
   745  pkg debug/elf, const SHT_GNU_HASH = 1879048182
   746  pkg debug/elf, const SHT_GNU_LIBLIST = 1879048183
   747  pkg debug/elf, const SHT_GNU_VERDEF = 1879048189
   748  pkg debug/elf, const SHT_GNU_VERNEED = 1879048190
   749  pkg debug/elf, const SHT_GNU_VERSYM = 1879048191
   750  pkg debug/elf, const SHT_GROUP = 17
   751  pkg debug/elf, const SHT_HASH = 5
   752  pkg debug/elf, const SHT_HIOS = 1879048191
   753  pkg debug/elf, const SHT_HIPROC = 2147483647
   754  pkg debug/elf, const SHT_HIUSER = 4294967295
   755  pkg debug/elf, const SHT_INIT_ARRAY = 14
   756  pkg debug/elf, const SHT_LOOS = 1610612736
   757  pkg debug/elf, const SHT_LOPROC = 1879048192
   758  pkg debug/elf, const SHT_LOUSER = 2147483648
   759  pkg debug/elf, const SHT_NOBITS = 8
   760  pkg debug/elf, const SHT_NOTE = 7
   761  pkg debug/elf, const SHT_NULL = 0
   762  pkg debug/elf, const SHT_PREINIT_ARRAY = 16
   763  pkg debug/elf, const SHT_PROGBITS = 1
   764  pkg debug/elf, const SHT_REL = 9
   765  pkg debug/elf, const SHT_RELA = 4
   766  pkg debug/elf, const SHT_SHLIB = 10
   767  pkg debug/elf, const SHT_STRTAB = 3
   768  pkg debug/elf, const SHT_SYMTAB = 2
   769  pkg debug/elf, const SHT_SYMTAB_SHNDX = 18
   770  pkg debug/elf, const STB_GLOBAL = 1
   771  pkg debug/elf, const STB_HIOS = 12
   772  pkg debug/elf, const STB_HIPROC = 15
   773  pkg debug/elf, const STB_LOCAL = 0
   774  pkg debug/elf, const STB_LOOS = 10
   775  pkg debug/elf, const STB_LOPROC = 13
   776  pkg debug/elf, const STB_WEAK = 2
   777  pkg debug/elf, const STT_COMMON = 5
   778  pkg debug/elf, const STT_FILE = 4
   779  pkg debug/elf, const STT_FUNC = 2
   780  pkg debug/elf, const STT_HIOS = 12
   781  pkg debug/elf, const STT_HIPROC = 15
   782  pkg debug/elf, const STT_LOOS = 10
   783  pkg debug/elf, const STT_LOPROC = 13
   784  pkg debug/elf, const STT_NOTYPE = 0
   785  pkg debug/elf, const STT_OBJECT = 1
   786  pkg debug/elf, const STT_SECTION = 3
   787  pkg debug/elf, const STT_TLS = 6
   788  pkg debug/elf, const STV_DEFAULT = 0
   789  pkg debug/elf, const STV_HIDDEN = 2
   790  pkg debug/elf, const STV_INTERNAL = 1
   791  pkg debug/elf, const STV_PROTECTED = 3
   792  pkg debug/elf, const Sym32Size = 16
   793  pkg debug/elf, const Sym64Size = 24
   794  pkg debug/elf, method (*File) DynString(DynTag) ([]string, error)
   795  pkg debug/elf, type FileHeader struct, Entry uint64
   796  pkg debug/macho, const Cpu386 = 7
   797  pkg debug/macho, const CpuAmd64 = 16777223
   798  pkg debug/macho, const LoadCmdDylib = 12
   799  pkg debug/macho, const LoadCmdDylinker = 15
   800  pkg debug/macho, const LoadCmdDysymtab = 11
   801  pkg debug/macho, const LoadCmdSegment = 1
   802  pkg debug/macho, const LoadCmdSegment64 = 25
   803  pkg debug/macho, const LoadCmdSymtab = 2
   804  pkg debug/macho, const LoadCmdThread = 4
   805  pkg debug/macho, const LoadCmdUnixThread = 5
   806  pkg debug/macho, const Magic32 = 4277009102
   807  pkg debug/macho, const Magic64 = 4277009103
   808  pkg debug/macho, const TypeExec = 2
   809  pkg debug/macho, const TypeObj = 1
   810  pkg debug/pe, const COFFSymbolSize = 18
   811  pkg debug/pe, const COFFSymbolSize ideal-int
   812  pkg debug/pe, const IMAGE_FILE_MACHINE_AM33 = 467
   813  pkg debug/pe, const IMAGE_FILE_MACHINE_AMD64 = 34404
   814  pkg debug/pe, const IMAGE_FILE_MACHINE_ARM = 448
   815  pkg debug/pe, const IMAGE_FILE_MACHINE_EBC = 3772
   816  pkg debug/pe, const IMAGE_FILE_MACHINE_I386 = 332
   817  pkg debug/pe, const IMAGE_FILE_MACHINE_IA64 = 512
   818  pkg debug/pe, const IMAGE_FILE_MACHINE_M32R = 36929
   819  pkg debug/pe, const IMAGE_FILE_MACHINE_MIPS16 = 614
   820  pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU = 870
   821  pkg debug/pe, const IMAGE_FILE_MACHINE_MIPSFPU16 = 1126
   822  pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPC = 496
   823  pkg debug/pe, const IMAGE_FILE_MACHINE_POWERPCFP = 497
   824  pkg debug/pe, const IMAGE_FILE_MACHINE_R4000 = 358
   825  pkg debug/pe, const IMAGE_FILE_MACHINE_SH3 = 418
   826  pkg debug/pe, const IMAGE_FILE_MACHINE_SH3DSP = 419
   827  pkg debug/pe, const IMAGE_FILE_MACHINE_SH4 = 422
   828  pkg debug/pe, const IMAGE_FILE_MACHINE_SH5 = 424
   829  pkg debug/pe, const IMAGE_FILE_MACHINE_THUMB = 450
   830  pkg debug/pe, const IMAGE_FILE_MACHINE_UNKNOWN = 0
   831  pkg debug/pe, const IMAGE_FILE_MACHINE_WCEMIPSV2 = 361
   832  pkg debug/pe, type COFFSymbol struct
   833  pkg debug/pe, type COFFSymbol struct, Name [8]uint8
   834  pkg debug/pe, type COFFSymbol struct, NumberOfAuxSymbols uint8
   835  pkg debug/pe, type COFFSymbol struct, SectionNumber int16
   836  pkg debug/pe, type COFFSymbol struct, StorageClass uint8
   837  pkg debug/pe, type COFFSymbol struct, Type uint16
   838  pkg debug/pe, type COFFSymbol struct, Value uint32
   839  pkg debug/pe, type File struct, Symbols []*Symbol
   840  pkg debug/pe, type Symbol struct
   841  pkg debug/pe, type Symbol struct, Name string
   842  pkg debug/pe, type Symbol struct, SectionNumber int16
   843  pkg debug/pe, type Symbol struct, StorageClass uint8
   844  pkg debug/pe, type Symbol struct, Type uint16
   845  pkg debug/pe, type Symbol struct, Value uint32
   846  pkg encoding/binary, const MaxVarintLen16 = 3
   847  pkg encoding/binary, const MaxVarintLen32 = 5
   848  pkg encoding/binary, const MaxVarintLen64 = 10
   849  pkg encoding/csv, method (*Writer) Error() error
   850  pkg encoding/json, method (*Decoder) Buffered() io.Reader
   851  pkg encoding/json, method (*Decoder) UseNumber()
   852  pkg encoding/json, method (Number) Float64() (float64, error)
   853  pkg encoding/json, method (Number) Int64() (int64, error)
   854  pkg encoding/json, method (Number) String() string
   855  pkg encoding/json, type Number string
   856  pkg encoding/xml, const Header = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
   857  pkg encoding/xml, func EscapeText(io.Writer, []uint8) error
   858  pkg encoding/xml, method (*Encoder) Indent(string, string)
   859  pkg encoding/xml, type Decoder struct, DefaultSpace string
   860  pkg flag, const ContinueOnError = 0
   861  pkg flag, const ExitOnError = 1
   862  pkg flag, const PanicOnError = 2
   863  pkg go/ast, const Bad = 0
   864  pkg go/ast, const Con = 2
   865  pkg go/ast, const FilterFuncDuplicates = 1
   866  pkg go/ast, const FilterImportDuplicates = 4
   867  pkg go/ast, const FilterUnassociatedComments = 2
   868  pkg go/ast, const Fun = 5
   869  pkg go/ast, const Lbl = 6
   870  pkg go/ast, const Pkg = 1
   871  pkg go/ast, const RECV = 2
   872  pkg go/ast, const SEND = 1
   873  pkg go/ast, const Typ = 3
   874  pkg go/ast, const Var = 4
   875  pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap
   876  pkg go/ast, method (CommentMap) Comments() []*CommentGroup
   877  pkg go/ast, method (CommentMap) Filter(Node) CommentMap
   878  pkg go/ast, method (CommentMap) String() string
   879  pkg go/ast, method (CommentMap) Update(Node, Node) Node
   880  pkg go/ast, type ChanType struct, Arrow token.Pos
   881  pkg go/ast, type CommentMap map[Node][]*CommentGroup
   882  pkg go/build, const AllowBinary = 2
   883  pkg go/build, const FindOnly = 1
   884  pkg go/build, type Context struct, InstallSuffix string
   885  pkg go/build, type Context struct, ReleaseTags []string
   886  pkg go/build, type Package struct, IgnoredGoFiles []string
   887  pkg go/build, type Package struct, SwigCXXFiles []string
   888  pkg go/build, type Package struct, SwigFiles []string
   889  pkg go/doc, const AllDecls = 1
   890  pkg go/doc, const AllMethods = 2
   891  pkg go/doc, type Example struct, EmptyOutput bool
   892  pkg go/doc, type Example struct, Order int
   893  pkg go/doc, type Example struct, Play *ast.File
   894  pkg go/doc, type Note struct
   895  pkg go/doc, type Note struct, Body string
   896  pkg go/doc, type Note struct, End token.Pos
   897  pkg go/doc, type Note struct, Pos token.Pos
   898  pkg go/doc, type Note struct, UID string
   899  pkg go/doc, type Package struct, Notes map[string][]*Note
   900  pkg go/doc, var IllegalPrefixes []string
   901  pkg go/format, func Node(io.Writer, *token.FileSet, interface{}) error
   902  pkg go/format, func Source([]uint8) ([]uint8, error)
   903  pkg go/parser, const AllErrors = 32
   904  pkg go/parser, const AllErrors Mode
   905  pkg go/parser, const DeclarationErrors = 16
   906  pkg go/parser, const ImportsOnly = 2
   907  pkg go/parser, const PackageClauseOnly = 1
   908  pkg go/parser, const ParseComments = 4
   909  pkg go/parser, const SpuriousErrors = 32
   910  pkg go/parser, const Trace = 8
   911  pkg go/printer, const RawFormat = 1
   912  pkg go/printer, const SourcePos = 8
   913  pkg go/printer, const TabIndent = 2
   914  pkg go/printer, const UseSpaces = 4
   915  pkg go/printer, type Config struct, Indent int
   916  pkg go/scanner, const ScanComments = 1
   917  pkg go/token, const ADD = 12
   918  pkg go/token, const ADD_ASSIGN = 23
   919  pkg go/token, const AND = 17
   920  pkg go/token, const AND_ASSIGN = 28
   921  pkg go/token, const AND_NOT = 22
   922  pkg go/token, const AND_NOT_ASSIGN = 33
   923  pkg go/token, const ARROW = 36
   924  pkg go/token, const ASSIGN = 42
   925  pkg go/token, const BREAK = 61
   926  pkg go/token, const CASE = 62
   927  pkg go/token, const CHAN = 63
   928  pkg go/token, const CHAR = 8
   929  pkg go/token, const COLON = 58
   930  pkg go/token, const COMMA = 52
   931  pkg go/token, const COMMENT = 2
   932  pkg go/token, const CONST = 64
   933  pkg go/token, const CONTINUE = 65
   934  pkg go/token, const DEC = 38
   935  pkg go/token, const DEFAULT = 66
   936  pkg go/token, const DEFER = 67
   937  pkg go/token, const DEFINE = 47
   938  pkg go/token, const ELLIPSIS = 48
   939  pkg go/token, const ELSE = 68
   940  pkg go/token, const EOF = 1
   941  pkg go/token, const EQL = 39
   942  pkg go/token, const FALLTHROUGH = 69
   943  pkg go/token, const FLOAT = 6
   944  pkg go/token, const FOR = 70
   945  pkg go/token, const FUNC = 71
   946  pkg go/token, const GEQ = 46
   947  pkg go/token, const GO = 72
   948  pkg go/token, const GOTO = 73
   949  pkg go/token, const GTR = 41
   950  pkg go/token, const HighestPrec = 7
   951  pkg go/token, const IDENT = 4
   952  pkg go/token, const IF = 74
   953  pkg go/token, const ILLEGAL = 0
   954  pkg go/token, const IMAG = 7
   955  pkg go/token, const IMPORT = 75
   956  pkg go/token, const INC = 37
   957  pkg go/token, const INT = 5
   958  pkg go/token, const INTERFACE = 76
   959  pkg go/token, const LAND = 34
   960  pkg go/token, const LBRACE = 51
   961  pkg go/token, const LBRACK = 50
   962  pkg go/token, const LEQ = 45
   963  pkg go/token, const LOR = 35
   964  pkg go/token, const LPAREN = 49
   965  pkg go/token, const LSS = 40
   966  pkg go/token, const LowestPrec = 0
   967  pkg go/token, const MAP = 77
   968  pkg go/token, const MUL = 14
   969  pkg go/token, const MUL_ASSIGN = 25
   970  pkg go/token, const NEQ = 44
   971  pkg go/token, const NOT = 43
   972  pkg go/token, const NoPos = 0
   973  pkg go/token, const OR = 18
   974  pkg go/token, const OR_ASSIGN = 29
   975  pkg go/token, const PACKAGE = 78
   976  pkg go/token, const PERIOD = 53
   977  pkg go/token, const QUO = 15
   978  pkg go/token, const QUO_ASSIGN = 26
   979  pkg go/token, const RANGE = 79
   980  pkg go/token, const RBRACE = 56
   981  pkg go/token, const RBRACK = 55
   982  pkg go/token, const REM = 16
   983  pkg go/token, const REM_ASSIGN = 27
   984  pkg go/token, const RETURN = 80
   985  pkg go/token, const RPAREN = 54
   986  pkg go/token, const SELECT = 81
   987  pkg go/token, const SEMICOLON = 57
   988  pkg go/token, const SHL = 20
   989  pkg go/token, const SHL_ASSIGN = 31
   990  pkg go/token, const SHR = 21
   991  pkg go/token, const SHR_ASSIGN = 32
   992  pkg go/token, const STRING = 9
   993  pkg go/token, const STRUCT = 82
   994  pkg go/token, const SUB = 13
   995  pkg go/token, const SUB_ASSIGN = 24
   996  pkg go/token, const SWITCH = 83
   997  pkg go/token, const TYPE = 84
   998  pkg go/token, const UnaryPrec = 6
   999  pkg go/token, const VAR = 85
  1000  pkg go/token, const XOR = 19
  1001  pkg go/token, const XOR_ASSIGN = 30
  1002  pkg hash/adler32, const Size = 4
  1003  pkg hash/crc32, const Castagnoli = 2197175160
  1004  pkg hash/crc32, const IEEE = 3988292384
  1005  pkg hash/crc32, const Koopman = 3945912366
  1006  pkg hash/crc32, const Size = 4
  1007  pkg hash/crc64, const ECMA = 14514072000185962306
  1008  pkg hash/crc64, const ISO = 15564440312192434176
  1009  pkg hash/crc64, const Size = 8
  1010  pkg html/template, const ErrAmbigContext = 1
  1011  pkg html/template, const ErrBadHTML = 2
  1012  pkg html/template, const ErrBranchEnd = 3
  1013  pkg html/template, const ErrEndContext = 4
  1014  pkg html/template, const ErrNoSuchTemplate = 5
  1015  pkg html/template, const ErrOutputContext = 6
  1016  pkg html/template, const ErrPartialCharset = 7
  1017  pkg html/template, const ErrPartialEscape = 8
  1018  pkg html/template, const ErrRangeLoopReentry = 9
  1019  pkg html/template, const ErrSlashAmbig = 10
  1020  pkg html/template, const OK = 0
  1021  pkg image, const YCbCrSubsampleRatio420 = 2
  1022  pkg image, const YCbCrSubsampleRatio422 = 1
  1023  pkg image, const YCbCrSubsampleRatio440 = 3
  1024  pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
  1025  pkg image, const YCbCrSubsampleRatio444 = 0
  1026  pkg image/draw, const Over = 0
  1027  pkg image/draw, const Src = 1
  1028  pkg image/jpeg, const DefaultQuality = 75
  1029  pkg io, type ByteWriter interface { WriteByte }
  1030  pkg io, type ByteWriter interface, WriteByte(uint8) error
  1031  pkg io, var ErrNoProgress error
  1032  pkg log, const Ldate = 1
  1033  pkg log, const Llongfile = 8
  1034  pkg log, const Lmicroseconds = 4
  1035  pkg log, const Lshortfile = 16
  1036  pkg log, const LstdFlags = 3
  1037  pkg log, const Ltime = 2
  1038  pkg log/syslog (darwin-386), const LOG_ALERT = 1
  1039  pkg log/syslog (darwin-386), const LOG_AUTH = 32
  1040  pkg log/syslog (darwin-386), const LOG_AUTH Priority
  1041  pkg log/syslog (darwin-386), const LOG_AUTHPRIV = 80
  1042  pkg log/syslog (darwin-386), const LOG_AUTHPRIV Priority
  1043  pkg log/syslog (darwin-386), const LOG_CRIT = 2
  1044  pkg log/syslog (darwin-386), const LOG_CRON = 72
  1045  pkg log/syslog (darwin-386), const LOG_CRON Priority
  1046  pkg log/syslog (darwin-386), const LOG_DAEMON = 24
  1047  pkg log/syslog (darwin-386), const LOG_DAEMON Priority
  1048  pkg log/syslog (darwin-386), const LOG_DEBUG = 7
  1049  pkg log/syslog (darwin-386), const LOG_EMERG = 0
  1050  pkg log/syslog (darwin-386), const LOG_ERR = 3
  1051  pkg log/syslog (darwin-386), const LOG_FTP = 88
  1052  pkg log/syslog (darwin-386), const LOG_FTP Priority
  1053  pkg log/syslog (darwin-386), const LOG_INFO = 6
  1054  pkg log/syslog (darwin-386), const LOG_KERN = 0
  1055  pkg log/syslog (darwin-386), const LOG_KERN Priority
  1056  pkg log/syslog (darwin-386), const LOG_LOCAL0 = 128
  1057  pkg log/syslog (darwin-386), const LOG_LOCAL0 Priority
  1058  pkg log/syslog (darwin-386), const LOG_LOCAL1 = 136
  1059  pkg log/syslog (darwin-386), const LOG_LOCAL1 Priority
  1060  pkg log/syslog (darwin-386), const LOG_LOCAL2 = 144
  1061  pkg log/syslog (darwin-386), const LOG_LOCAL2 Priority
  1062  pkg log/syslog (darwin-386), const LOG_LOCAL3 = 152
  1063  pkg log/syslog (darwin-386), const LOG_LOCAL3 Priority
  1064  pkg log/syslog (darwin-386), const LOG_LOCAL4 = 160
  1065  pkg log/syslog (darwin-386), const LOG_LOCAL4 Priority
  1066  pkg log/syslog (darwin-386), const LOG_LOCAL5 = 168
  1067  pkg log/syslog (darwin-386), const LOG_LOCAL5 Priority
  1068  pkg log/syslog (darwin-386), const LOG_LOCAL6 = 176
  1069  pkg log/syslog (darwin-386), const LOG_LOCAL6 Priority
  1070  pkg log/syslog (darwin-386), const LOG_LOCAL7 = 184
  1071  pkg log/syslog (darwin-386), const LOG_LOCAL7 Priority
  1072  pkg log/syslog (darwin-386), const LOG_LPR = 48
  1073  pkg log/syslog (darwin-386), const LOG_LPR Priority
  1074  pkg log/syslog (darwin-386), const LOG_MAIL = 16
  1075  pkg log/syslog (darwin-386), const LOG_MAIL Priority
  1076  pkg log/syslog (darwin-386), const LOG_NEWS = 56
  1077  pkg log/syslog (darwin-386), const LOG_NEWS Priority
  1078  pkg log/syslog (darwin-386), const LOG_NOTICE = 5
  1079  pkg log/syslog (darwin-386), const LOG_SYSLOG = 40
  1080  pkg log/syslog (darwin-386), const LOG_SYSLOG Priority
  1081  pkg log/syslog (darwin-386), const LOG_USER = 8
  1082  pkg log/syslog (darwin-386), const LOG_USER Priority
  1083  pkg log/syslog (darwin-386), const LOG_UUCP = 64
  1084  pkg log/syslog (darwin-386), const LOG_UUCP Priority
  1085  pkg log/syslog (darwin-386), const LOG_WARNING = 4
  1086  pkg log/syslog (darwin-386-cgo), const LOG_ALERT = 1
  1087  pkg log/syslog (darwin-386-cgo), const LOG_AUTH = 32
  1088  pkg log/syslog (darwin-386-cgo), const LOG_AUTH Priority
  1089  pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV = 80
  1090  pkg log/syslog (darwin-386-cgo), const LOG_AUTHPRIV Priority
  1091  pkg log/syslog (darwin-386-cgo), const LOG_CRIT = 2
  1092  pkg log/syslog (darwin-386-cgo), const LOG_CRON = 72
  1093  pkg log/syslog (darwin-386-cgo), const LOG_CRON Priority
  1094  pkg log/syslog (darwin-386-cgo), const LOG_DAEMON = 24
  1095  pkg log/syslog (darwin-386-cgo), const LOG_DAEMON Priority
  1096  pkg log/syslog (darwin-386-cgo), const LOG_DEBUG = 7
  1097  pkg log/syslog (darwin-386-cgo), const LOG_EMERG = 0
  1098  pkg log/syslog (darwin-386-cgo), const LOG_ERR = 3
  1099  pkg log/syslog (darwin-386-cgo), const LOG_FTP = 88
  1100  pkg log/syslog (darwin-386-cgo), const LOG_FTP Priority
  1101  pkg log/syslog (darwin-386-cgo), const LOG_INFO = 6
  1102  pkg log/syslog (darwin-386-cgo), const LOG_KERN = 0
  1103  pkg log/syslog (darwin-386-cgo), const LOG_KERN Priority
  1104  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 = 128
  1105  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL0 Priority
  1106  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 = 136
  1107  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL1 Priority
  1108  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 = 144
  1109  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL2 Priority
  1110  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 = 152
  1111  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL3 Priority
  1112  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 = 160
  1113  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL4 Priority
  1114  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 = 168
  1115  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL5 Priority
  1116  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 = 176
  1117  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL6 Priority
  1118  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 = 184
  1119  pkg log/syslog (darwin-386-cgo), const LOG_LOCAL7 Priority
  1120  pkg log/syslog (darwin-386-cgo), const LOG_LPR = 48
  1121  pkg log/syslog (darwin-386-cgo), const LOG_LPR Priority
  1122  pkg log/syslog (darwin-386-cgo), const LOG_MAIL = 16
  1123  pkg log/syslog (darwin-386-cgo), const LOG_MAIL Priority
  1124  pkg log/syslog (darwin-386-cgo), const LOG_NEWS = 56
  1125  pkg log/syslog (darwin-386-cgo), const LOG_NEWS Priority
  1126  pkg log/syslog (darwin-386-cgo), const LOG_NOTICE = 5
  1127  pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG = 40
  1128  pkg log/syslog (darwin-386-cgo), const LOG_SYSLOG Priority
  1129  pkg log/syslog (darwin-386-cgo), const LOG_USER = 8
  1130  pkg log/syslog (darwin-386-cgo), const LOG_USER Priority
  1131  pkg log/syslog (darwin-386-cgo), const LOG_UUCP = 64
  1132  pkg log/syslog (darwin-386-cgo), const LOG_UUCP Priority
  1133  pkg log/syslog (darwin-386-cgo), const LOG_WARNING = 4
  1134  pkg log/syslog (darwin-amd64), const LOG_ALERT = 1
  1135  pkg log/syslog (darwin-amd64), const LOG_AUTH = 32
  1136  pkg log/syslog (darwin-amd64), const LOG_AUTH Priority
  1137  pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV = 80
  1138  pkg log/syslog (darwin-amd64), const LOG_AUTHPRIV Priority
  1139  pkg log/syslog (darwin-amd64), const LOG_CRIT = 2
  1140  pkg log/syslog (darwin-amd64), const LOG_CRON = 72
  1141  pkg log/syslog (darwin-amd64), const LOG_CRON Priority
  1142  pkg log/syslog (darwin-amd64), const LOG_DAEMON = 24
  1143  pkg log/syslog (darwin-amd64), const LOG_DAEMON Priority
  1144  pkg log/syslog (darwin-amd64), const LOG_DEBUG = 7
  1145  pkg log/syslog (darwin-amd64), const LOG_EMERG = 0
  1146  pkg log/syslog (darwin-amd64), const LOG_ERR = 3
  1147  pkg log/syslog (darwin-amd64), const LOG_FTP = 88
  1148  pkg log/syslog (darwin-amd64), const LOG_FTP Priority
  1149  pkg log/syslog (darwin-amd64), const LOG_INFO = 6
  1150  pkg log/syslog (darwin-amd64), const LOG_KERN = 0
  1151  pkg log/syslog (darwin-amd64), const LOG_KERN Priority
  1152  pkg log/syslog (darwin-amd64), const LOG_LOCAL0 = 128
  1153  pkg log/syslog (darwin-amd64), const LOG_LOCAL0 Priority
  1154  pkg log/syslog (darwin-amd64), const LOG_LOCAL1 = 136
  1155  pkg log/syslog (darwin-amd64), const LOG_LOCAL1 Priority
  1156  pkg log/syslog (darwin-amd64), const LOG_LOCAL2 = 144
  1157  pkg log/syslog (darwin-amd64), const LOG_LOCAL2 Priority
  1158  pkg log/syslog (darwin-amd64), const LOG_LOCAL3 = 152
  1159  pkg log/syslog (darwin-amd64), const LOG_LOCAL3 Priority
  1160  pkg log/syslog (darwin-amd64), const LOG_LOCAL4 = 160
  1161  pkg log/syslog (darwin-amd64), const LOG_LOCAL4 Priority
  1162  pkg log/syslog (darwin-amd64), const LOG_LOCAL5 = 168
  1163  pkg log/syslog (darwin-amd64), const LOG_LOCAL5 Priority
  1164  pkg log/syslog (darwin-amd64), const LOG_LOCAL6 = 176
  1165  pkg log/syslog (darwin-amd64), const LOG_LOCAL6 Priority
  1166  pkg log/syslog (darwin-amd64), const LOG_LOCAL7 = 184
  1167  pkg log/syslog (darwin-amd64), const LOG_LOCAL7 Priority
  1168  pkg log/syslog (darwin-amd64), const LOG_LPR = 48
  1169  pkg log/syslog (darwin-amd64), const LOG_LPR Priority
  1170  pkg log/syslog (darwin-amd64), const LOG_MAIL = 16
  1171  pkg log/syslog (darwin-amd64), const LOG_MAIL Priority
  1172  pkg log/syslog (darwin-amd64), const LOG_NEWS = 56
  1173  pkg log/syslog (darwin-amd64), const LOG_NEWS Priority
  1174  pkg log/syslog (darwin-amd64), const LOG_NOTICE = 5
  1175  pkg log/syslog (darwin-amd64), const LOG_SYSLOG = 40
  1176  pkg log/syslog (darwin-amd64), const LOG_SYSLOG Priority
  1177  pkg log/syslog (darwin-amd64), const LOG_USER = 8
  1178  pkg log/syslog (darwin-amd64), const LOG_USER Priority
  1179  pkg log/syslog (darwin-amd64), const LOG_UUCP = 64
  1180  pkg log/syslog (darwin-amd64), const LOG_UUCP Priority
  1181  pkg log/syslog (darwin-amd64), const LOG_WARNING = 4
  1182  pkg log/syslog (darwin-amd64-cgo), const LOG_ALERT = 1
  1183  pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH = 32
  1184  pkg log/syslog (darwin-amd64-cgo), const LOG_AUTH Priority
  1185  pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV = 80
  1186  pkg log/syslog (darwin-amd64-cgo), const LOG_AUTHPRIV Priority
  1187  pkg log/syslog (darwin-amd64-cgo), const LOG_CRIT = 2
  1188  pkg log/syslog (darwin-amd64-cgo), const LOG_CRON = 72
  1189  pkg log/syslog (darwin-amd64-cgo), const LOG_CRON Priority
  1190  pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON = 24
  1191  pkg log/syslog (darwin-amd64-cgo), const LOG_DAEMON Priority
  1192  pkg log/syslog (darwin-amd64-cgo), const LOG_DEBUG = 7
  1193  pkg log/syslog (darwin-amd64-cgo), const LOG_EMERG = 0
  1194  pkg log/syslog (darwin-amd64-cgo), const LOG_ERR = 3
  1195  pkg log/syslog (darwin-amd64-cgo), const LOG_FTP = 88
  1196  pkg log/syslog (darwin-amd64-cgo), const LOG_FTP Priority
  1197  pkg log/syslog (darwin-amd64-cgo), const LOG_INFO = 6
  1198  pkg log/syslog (darwin-amd64-cgo), const LOG_KERN = 0
  1199  pkg log/syslog (darwin-amd64-cgo), const LOG_KERN Priority
  1200  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 = 128
  1201  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL0 Priority
  1202  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 = 136
  1203  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL1 Priority
  1204  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 = 144
  1205  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL2 Priority
  1206  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 = 152
  1207  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL3 Priority
  1208  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 = 160
  1209  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL4 Priority
  1210  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 = 168
  1211  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL5 Priority
  1212  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 = 176
  1213  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL6 Priority
  1214  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 = 184
  1215  pkg log/syslog (darwin-amd64-cgo), const LOG_LOCAL7 Priority
  1216  pkg log/syslog (darwin-amd64-cgo), const LOG_LPR = 48
  1217  pkg log/syslog (darwin-amd64-cgo), const LOG_LPR Priority
  1218  pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL = 16
  1219  pkg log/syslog (darwin-amd64-cgo), const LOG_MAIL Priority
  1220  pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS = 56
  1221  pkg log/syslog (darwin-amd64-cgo), const LOG_NEWS Priority
  1222  pkg log/syslog (darwin-amd64-cgo), const LOG_NOTICE = 5
  1223  pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG = 40
  1224  pkg log/syslog (darwin-amd64-cgo), const LOG_SYSLOG Priority
  1225  pkg log/syslog (darwin-amd64-cgo), const LOG_USER = 8
  1226  pkg log/syslog (darwin-amd64-cgo), const LOG_USER Priority
  1227  pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP = 64
  1228  pkg log/syslog (darwin-amd64-cgo), const LOG_UUCP Priority
  1229  pkg log/syslog (darwin-amd64-cgo), const LOG_WARNING = 4
  1230  pkg log/syslog (freebsd-386), const LOG_ALERT = 1
  1231  pkg log/syslog (freebsd-386), const LOG_AUTH = 32
  1232  pkg log/syslog (freebsd-386), const LOG_AUTH Priority
  1233  pkg log/syslog (freebsd-386), const LOG_AUTHPRIV = 80
  1234  pkg log/syslog (freebsd-386), const LOG_AUTHPRIV Priority
  1235  pkg log/syslog (freebsd-386), const LOG_CRIT = 2
  1236  pkg log/syslog (freebsd-386), const LOG_CRON = 72
  1237  pkg log/syslog (freebsd-386), const LOG_CRON Priority
  1238  pkg log/syslog (freebsd-386), const LOG_DAEMON = 24
  1239  pkg log/syslog (freebsd-386), const LOG_DAEMON Priority
  1240  pkg log/syslog (freebsd-386), const LOG_DEBUG = 7
  1241  pkg log/syslog (freebsd-386), const LOG_EMERG = 0
  1242  pkg log/syslog (freebsd-386), const LOG_ERR = 3
  1243  pkg log/syslog (freebsd-386), const LOG_FTP = 88
  1244  pkg log/syslog (freebsd-386), const LOG_FTP Priority
  1245  pkg log/syslog (freebsd-386), const LOG_INFO = 6
  1246  pkg log/syslog (freebsd-386), const LOG_KERN = 0
  1247  pkg log/syslog (freebsd-386), const LOG_KERN Priority
  1248  pkg log/syslog (freebsd-386), const LOG_LOCAL0 = 128
  1249  pkg log/syslog (freebsd-386), const LOG_LOCAL0 Priority
  1250  pkg log/syslog (freebsd-386), const LOG_LOCAL1 = 136
  1251  pkg log/syslog (freebsd-386), const LOG_LOCAL1 Priority
  1252  pkg log/syslog (freebsd-386), const LOG_LOCAL2 = 144
  1253  pkg log/syslog (freebsd-386), const LOG_LOCAL2 Priority
  1254  pkg log/syslog (freebsd-386), const LOG_LOCAL3 = 152
  1255  pkg log/syslog (freebsd-386), const LOG_LOCAL3 Priority
  1256  pkg log/syslog (freebsd-386), const LOG_LOCAL4 = 160
  1257  pkg log/syslog (freebsd-386), const LOG_LOCAL4 Priority
  1258  pkg log/syslog (freebsd-386), const LOG_LOCAL5 = 168
  1259  pkg log/syslog (freebsd-386), const LOG_LOCAL5 Priority
  1260  pkg log/syslog (freebsd-386), const LOG_LOCAL6 = 176
  1261  pkg log/syslog (freebsd-386), const LOG_LOCAL6 Priority
  1262  pkg log/syslog (freebsd-386), const LOG_LOCAL7 = 184
  1263  pkg log/syslog (freebsd-386), const LOG_LOCAL7 Priority
  1264  pkg log/syslog (freebsd-386), const LOG_LPR = 48
  1265  pkg log/syslog (freebsd-386), const LOG_LPR Priority
  1266  pkg log/syslog (freebsd-386), const LOG_MAIL = 16
  1267  pkg log/syslog (freebsd-386), const LOG_MAIL Priority
  1268  pkg log/syslog (freebsd-386), const LOG_NEWS = 56
  1269  pkg log/syslog (freebsd-386), const LOG_NEWS Priority
  1270  pkg log/syslog (freebsd-386), const LOG_NOTICE = 5
  1271  pkg log/syslog (freebsd-386), const LOG_SYSLOG = 40
  1272  pkg log/syslog (freebsd-386), const LOG_SYSLOG Priority
  1273  pkg log/syslog (freebsd-386), const LOG_USER = 8
  1274  pkg log/syslog (freebsd-386), const LOG_USER Priority
  1275  pkg log/syslog (freebsd-386), const LOG_UUCP = 64
  1276  pkg log/syslog (freebsd-386), const LOG_UUCP Priority
  1277  pkg log/syslog (freebsd-386), const LOG_WARNING = 4
  1278  pkg log/syslog (freebsd-386-cgo), const LOG_ALERT = 1
  1279  pkg log/syslog (freebsd-386-cgo), const LOG_AUTH = 32
  1280  pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV = 80
  1281  pkg log/syslog (freebsd-386-cgo), const LOG_CRIT = 2
  1282  pkg log/syslog (freebsd-386-cgo), const LOG_CRON = 72
  1283  pkg log/syslog (freebsd-386-cgo), const LOG_DAEMON = 24
  1284  pkg log/syslog (freebsd-386-cgo), const LOG_DEBUG = 7
  1285  pkg log/syslog (freebsd-386-cgo), const LOG_EMERG = 0
  1286  pkg log/syslog (freebsd-386-cgo), const LOG_ERR = 3
  1287  pkg log/syslog (freebsd-386-cgo), const LOG_FTP = 88
  1288  pkg log/syslog (freebsd-386-cgo), const LOG_INFO = 6
  1289  pkg log/syslog (freebsd-386-cgo), const LOG_KERN = 0
  1290  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL0 = 128
  1291  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL1 = 136
  1292  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL2 = 144
  1293  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL3 = 152
  1294  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL4 = 160
  1295  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL5 = 168
  1296  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL6 = 176
  1297  pkg log/syslog (freebsd-386-cgo), const LOG_LOCAL7 = 184
  1298  pkg log/syslog (freebsd-386-cgo), const LOG_LPR = 48
  1299  pkg log/syslog (freebsd-386-cgo), const LOG_MAIL = 16
  1300  pkg log/syslog (freebsd-386-cgo), const LOG_NEWS = 56
  1301  pkg log/syslog (freebsd-386-cgo), const LOG_NOTICE = 5
  1302  pkg log/syslog (freebsd-386-cgo), const LOG_SYSLOG = 40
  1303  pkg log/syslog (freebsd-386-cgo), const LOG_USER = 8
  1304  pkg log/syslog (freebsd-386-cgo), const LOG_UUCP = 64
  1305  pkg log/syslog (freebsd-386-cgo), const LOG_WARNING = 4
  1306  pkg log/syslog (freebsd-amd64), const LOG_ALERT = 1
  1307  pkg log/syslog (freebsd-amd64), const LOG_AUTH = 32
  1308  pkg log/syslog (freebsd-amd64), const LOG_AUTH Priority
  1309  pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV = 80
  1310  pkg log/syslog (freebsd-amd64), const LOG_AUTHPRIV Priority
  1311  pkg log/syslog (freebsd-amd64), const LOG_CRIT = 2
  1312  pkg log/syslog (freebsd-amd64), const LOG_CRON = 72
  1313  pkg log/syslog (freebsd-amd64), const LOG_CRON Priority
  1314  pkg log/syslog (freebsd-amd64), const LOG_DAEMON = 24
  1315  pkg log/syslog (freebsd-amd64), const LOG_DAEMON Priority
  1316  pkg log/syslog (freebsd-amd64), const LOG_DEBUG = 7
  1317  pkg log/syslog (freebsd-amd64), const LOG_EMERG = 0
  1318  pkg log/syslog (freebsd-amd64), const LOG_ERR = 3
  1319  pkg log/syslog (freebsd-amd64), const LOG_FTP = 88
  1320  pkg log/syslog (freebsd-amd64), const LOG_FTP Priority
  1321  pkg log/syslog (freebsd-amd64), const LOG_INFO = 6
  1322  pkg log/syslog (freebsd-amd64), const LOG_KERN = 0
  1323  pkg log/syslog (freebsd-amd64), const LOG_KERN Priority
  1324  pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 = 128
  1325  pkg log/syslog (freebsd-amd64), const LOG_LOCAL0 Priority
  1326  pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 = 136
  1327  pkg log/syslog (freebsd-amd64), const LOG_LOCAL1 Priority
  1328  pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 = 144
  1329  pkg log/syslog (freebsd-amd64), const LOG_LOCAL2 Priority
  1330  pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 = 152
  1331  pkg log/syslog (freebsd-amd64), const LOG_LOCAL3 Priority
  1332  pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 = 160
  1333  pkg log/syslog (freebsd-amd64), const LOG_LOCAL4 Priority
  1334  pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 = 168
  1335  pkg log/syslog (freebsd-amd64), const LOG_LOCAL5 Priority
  1336  pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 = 176
  1337  pkg log/syslog (freebsd-amd64), const LOG_LOCAL6 Priority
  1338  pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 = 184
  1339  pkg log/syslog (freebsd-amd64), const LOG_LOCAL7 Priority
  1340  pkg log/syslog (freebsd-amd64), const LOG_LPR = 48
  1341  pkg log/syslog (freebsd-amd64), const LOG_LPR Priority
  1342  pkg log/syslog (freebsd-amd64), const LOG_MAIL = 16
  1343  pkg log/syslog (freebsd-amd64), const LOG_MAIL Priority
  1344  pkg log/syslog (freebsd-amd64), const LOG_NEWS = 56
  1345  pkg log/syslog (freebsd-amd64), const LOG_NEWS Priority
  1346  pkg log/syslog (freebsd-amd64), const LOG_NOTICE = 5
  1347  pkg log/syslog (freebsd-amd64), const LOG_SYSLOG = 40
  1348  pkg log/syslog (freebsd-amd64), const LOG_SYSLOG Priority
  1349  pkg log/syslog (freebsd-amd64), const LOG_USER = 8
  1350  pkg log/syslog (freebsd-amd64), const LOG_USER Priority
  1351  pkg log/syslog (freebsd-amd64), const LOG_UUCP = 64
  1352  pkg log/syslog (freebsd-amd64), const LOG_UUCP Priority
  1353  pkg log/syslog (freebsd-amd64), const LOG_WARNING = 4
  1354  pkg log/syslog (freebsd-amd64-cgo), const LOG_ALERT = 1
  1355  pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTH = 32
  1356  pkg log/syslog (freebsd-amd64-cgo), const LOG_AUTHPRIV = 80
  1357  pkg log/syslog (freebsd-amd64-cgo), const LOG_CRIT = 2
  1358  pkg log/syslog (freebsd-amd64-cgo), const LOG_CRON = 72
  1359  pkg log/syslog (freebsd-amd64-cgo), const LOG_DAEMON = 24
  1360  pkg log/syslog (freebsd-amd64-cgo), const LOG_DEBUG = 7
  1361  pkg log/syslog (freebsd-amd64-cgo), const LOG_EMERG = 0
  1362  pkg log/syslog (freebsd-amd64-cgo), const LOG_ERR = 3
  1363  pkg log/syslog (freebsd-amd64-cgo), const LOG_FTP = 88
  1364  pkg log/syslog (freebsd-amd64-cgo), const LOG_INFO = 6
  1365  pkg log/syslog (freebsd-amd64-cgo), const LOG_KERN = 0
  1366  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL0 = 128
  1367  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL1 = 136
  1368  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL2 = 144
  1369  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL3 = 152
  1370  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL4 = 160
  1371  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL5 = 168
  1372  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL6 = 176
  1373  pkg log/syslog (freebsd-amd64-cgo), const LOG_LOCAL7 = 184
  1374  pkg log/syslog (freebsd-amd64-cgo), const LOG_LPR = 48
  1375  pkg log/syslog (freebsd-amd64-cgo), const LOG_MAIL = 16
  1376  pkg log/syslog (freebsd-amd64-cgo), const LOG_NEWS = 56
  1377  pkg log/syslog (freebsd-amd64-cgo), const LOG_NOTICE = 5
  1378  pkg log/syslog (freebsd-amd64-cgo), const LOG_SYSLOG = 40
  1379  pkg log/syslog (freebsd-amd64-cgo), const LOG_USER = 8
  1380  pkg log/syslog (freebsd-amd64-cgo), const LOG_UUCP = 64
  1381  pkg log/syslog (freebsd-amd64-cgo), const LOG_WARNING = 4
  1382  pkg log/syslog (freebsd-arm), const LOG_ALERT = 1
  1383  pkg log/syslog (freebsd-arm), const LOG_AUTH = 32
  1384  pkg log/syslog (freebsd-arm), const LOG_AUTHPRIV = 80
  1385  pkg log/syslog (freebsd-arm), const LOG_CRIT = 2
  1386  pkg log/syslog (freebsd-arm), const LOG_CRON = 72
  1387  pkg log/syslog (freebsd-arm), const LOG_DAEMON = 24
  1388  pkg log/syslog (freebsd-arm), const LOG_DEBUG = 7
  1389  pkg log/syslog (freebsd-arm), const LOG_EMERG = 0
  1390  pkg log/syslog (freebsd-arm), const LOG_ERR = 3
  1391  pkg log/syslog (freebsd-arm), const LOG_FTP = 88
  1392  pkg log/syslog (freebsd-arm), const LOG_INFO = 6
  1393  pkg log/syslog (freebsd-arm), const LOG_KERN = 0
  1394  pkg log/syslog (freebsd-arm), const LOG_LOCAL0 = 128
  1395  pkg log/syslog (freebsd-arm), const LOG_LOCAL1 = 136
  1396  pkg log/syslog (freebsd-arm), const LOG_LOCAL2 = 144
  1397  pkg log/syslog (freebsd-arm), const LOG_LOCAL3 = 152
  1398  pkg log/syslog (freebsd-arm), const LOG_LOCAL4 = 160
  1399  pkg log/syslog (freebsd-arm), const LOG_LOCAL5 = 168
  1400  pkg log/syslog (freebsd-arm), const LOG_LOCAL6 = 176
  1401  pkg log/syslog (freebsd-arm), const LOG_LOCAL7 = 184
  1402  pkg log/syslog (freebsd-arm), const LOG_LPR = 48
  1403  pkg log/syslog (freebsd-arm), const LOG_MAIL = 16
  1404  pkg log/syslog (freebsd-arm), const LOG_NEWS = 56
  1405  pkg log/syslog (freebsd-arm), const LOG_NOTICE = 5
  1406  pkg log/syslog (freebsd-arm), const LOG_SYSLOG = 40
  1407  pkg log/syslog (freebsd-arm), const LOG_USER = 8
  1408  pkg log/syslog (freebsd-arm), const LOG_UUCP = 64
  1409  pkg log/syslog (freebsd-arm), const LOG_WARNING = 4
  1410  pkg log/syslog (freebsd-arm-cgo), const LOG_ALERT = 1
  1411  pkg log/syslog (freebsd-arm-cgo), const LOG_AUTH = 32
  1412  pkg log/syslog (freebsd-arm-cgo), const LOG_AUTHPRIV = 80
  1413  pkg log/syslog (freebsd-arm-cgo), const LOG_CRIT = 2
  1414  pkg log/syslog (freebsd-arm-cgo), const LOG_CRON = 72
  1415  pkg log/syslog (freebsd-arm-cgo), const LOG_DAEMON = 24
  1416  pkg log/syslog (freebsd-arm-cgo), const LOG_DEBUG = 7
  1417  pkg log/syslog (freebsd-arm-cgo), const LOG_EMERG = 0
  1418  pkg log/syslog (freebsd-arm-cgo), const LOG_ERR = 3
  1419  pkg log/syslog (freebsd-arm-cgo), const LOG_FTP = 88
  1420  pkg log/syslog (freebsd-arm-cgo), const LOG_INFO = 6
  1421  pkg log/syslog (freebsd-arm-cgo), const LOG_KERN = 0
  1422  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL0 = 128
  1423  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL1 = 136
  1424  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL2 = 144
  1425  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL3 = 152
  1426  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL4 = 160
  1427  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL5 = 168
  1428  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL6 = 176
  1429  pkg log/syslog (freebsd-arm-cgo), const LOG_LOCAL7 = 184
  1430  pkg log/syslog (freebsd-arm-cgo), const LOG_LPR = 48
  1431  pkg log/syslog (freebsd-arm-cgo), const LOG_MAIL = 16
  1432  pkg log/syslog (freebsd-arm-cgo), const LOG_NEWS = 56
  1433  pkg log/syslog (freebsd-arm-cgo), const LOG_NOTICE = 5
  1434  pkg log/syslog (freebsd-arm-cgo), const LOG_SYSLOG = 40
  1435  pkg log/syslog (freebsd-arm-cgo), const LOG_USER = 8
  1436  pkg log/syslog (freebsd-arm-cgo), const LOG_UUCP = 64
  1437  pkg log/syslog (freebsd-arm-cgo), const LOG_WARNING = 4
  1438  pkg log/syslog (linux-386), const LOG_ALERT = 1
  1439  pkg log/syslog (linux-386), const LOG_AUTH = 32
  1440  pkg log/syslog (linux-386), const LOG_AUTH Priority
  1441  pkg log/syslog (linux-386), const LOG_AUTHPRIV = 80
  1442  pkg log/syslog (linux-386), const LOG_AUTHPRIV Priority
  1443  pkg log/syslog (linux-386), const LOG_CRIT = 2
  1444  pkg log/syslog (linux-386), const LOG_CRON = 72
  1445  pkg log/syslog (linux-386), const LOG_CRON Priority
  1446  pkg log/syslog (linux-386), const LOG_DAEMON = 24
  1447  pkg log/syslog (linux-386), const LOG_DAEMON Priority
  1448  pkg log/syslog (linux-386), const LOG_DEBUG = 7
  1449  pkg log/syslog (linux-386), const LOG_EMERG = 0
  1450  pkg log/syslog (linux-386), const LOG_ERR = 3
  1451  pkg log/syslog (linux-386), const LOG_FTP = 88
  1452  pkg log/syslog (linux-386), const LOG_FTP Priority
  1453  pkg log/syslog (linux-386), const LOG_INFO = 6
  1454  pkg log/syslog (linux-386), const LOG_KERN = 0
  1455  pkg log/syslog (linux-386), const LOG_KERN Priority
  1456  pkg log/syslog (linux-386), const LOG_LOCAL0 = 128
  1457  pkg log/syslog (linux-386), const LOG_LOCAL0 Priority
  1458  pkg log/syslog (linux-386), const LOG_LOCAL1 = 136
  1459  pkg log/syslog (linux-386), const LOG_LOCAL1 Priority
  1460  pkg log/syslog (linux-386), const LOG_LOCAL2 = 144
  1461  pkg log/syslog (linux-386), const LOG_LOCAL2 Priority
  1462  pkg log/syslog (linux-386), const LOG_LOCAL3 = 152
  1463  pkg log/syslog (linux-386), const LOG_LOCAL3 Priority
  1464  pkg log/syslog (linux-386), const LOG_LOCAL4 = 160
  1465  pkg log/syslog (linux-386), const LOG_LOCAL4 Priority
  1466  pkg log/syslog (linux-386), const LOG_LOCAL5 = 168
  1467  pkg log/syslog (linux-386), const LOG_LOCAL5 Priority
  1468  pkg log/syslog (linux-386), const LOG_LOCAL6 = 176
  1469  pkg log/syslog (linux-386), const LOG_LOCAL6 Priority
  1470  pkg log/syslog (linux-386), const LOG_LOCAL7 = 184
  1471  pkg log/syslog (linux-386), const LOG_LOCAL7 Priority
  1472  pkg log/syslog (linux-386), const LOG_LPR = 48
  1473  pkg log/syslog (linux-386), const LOG_LPR Priority
  1474  pkg log/syslog (linux-386), const LOG_MAIL = 16
  1475  pkg log/syslog (linux-386), const LOG_MAIL Priority
  1476  pkg log/syslog (linux-386), const LOG_NEWS = 56
  1477  pkg log/syslog (linux-386), const LOG_NEWS Priority
  1478  pkg log/syslog (linux-386), const LOG_NOTICE = 5
  1479  pkg log/syslog (linux-386), const LOG_SYSLOG = 40
  1480  pkg log/syslog (linux-386), const LOG_SYSLOG Priority
  1481  pkg log/syslog (linux-386), const LOG_USER = 8
  1482  pkg log/syslog (linux-386), const LOG_USER Priority
  1483  pkg log/syslog (linux-386), const LOG_UUCP = 64
  1484  pkg log/syslog (linux-386), const LOG_UUCP Priority
  1485  pkg log/syslog (linux-386), const LOG_WARNING = 4
  1486  pkg log/syslog (linux-386-cgo), const LOG_ALERT = 1
  1487  pkg log/syslog (linux-386-cgo), const LOG_AUTH = 32
  1488  pkg log/syslog (linux-386-cgo), const LOG_AUTH Priority
  1489  pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV = 80
  1490  pkg log/syslog (linux-386-cgo), const LOG_AUTHPRIV Priority
  1491  pkg log/syslog (linux-386-cgo), const LOG_CRIT = 2
  1492  pkg log/syslog (linux-386-cgo), const LOG_CRON = 72
  1493  pkg log/syslog (linux-386-cgo), const LOG_CRON Priority
  1494  pkg log/syslog (linux-386-cgo), const LOG_DAEMON = 24
  1495  pkg log/syslog (linux-386-cgo), const LOG_DAEMON Priority
  1496  pkg log/syslog (linux-386-cgo), const LOG_DEBUG = 7
  1497  pkg log/syslog (linux-386-cgo), const LOG_EMERG = 0
  1498  pkg log/syslog (linux-386-cgo), const LOG_ERR = 3
  1499  pkg log/syslog (linux-386-cgo), const LOG_FTP = 88
  1500  pkg log/syslog (linux-386-cgo), const LOG_FTP Priority
  1501  pkg log/syslog (linux-386-cgo), const LOG_INFO = 6
  1502  pkg log/syslog (linux-386-cgo), const LOG_KERN = 0
  1503  pkg log/syslog (linux-386-cgo), const LOG_KERN Priority
  1504  pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 = 128
  1505  pkg log/syslog (linux-386-cgo), const LOG_LOCAL0 Priority
  1506  pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 = 136
  1507  pkg log/syslog (linux-386-cgo), const LOG_LOCAL1 Priority
  1508  pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 = 144
  1509  pkg log/syslog (linux-386-cgo), const LOG_LOCAL2 Priority
  1510  pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 = 152
  1511  pkg log/syslog (linux-386-cgo), const LOG_LOCAL3 Priority
  1512  pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 = 160
  1513  pkg log/syslog (linux-386-cgo), const LOG_LOCAL4 Priority
  1514  pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 = 168
  1515  pkg log/syslog (linux-386-cgo), const LOG_LOCAL5 Priority
  1516  pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 = 176
  1517  pkg log/syslog (linux-386-cgo), const LOG_LOCAL6 Priority
  1518  pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 = 184
  1519  pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 Priority
  1520  pkg log/syslog (linux-386-cgo), const LOG_LPR = 48
  1521  pkg log/syslog (linux-386-cgo), const LOG_LPR Priority
  1522  pkg log/syslog (linux-386-cgo), const LOG_MAIL = 16
  1523  pkg log/syslog (linux-386-cgo), const LOG_MAIL Priority
  1524  pkg log/syslog (linux-386-cgo), const LOG_NEWS = 56
  1525  pkg log/syslog (linux-386-cgo), const LOG_NEWS Priority
  1526  pkg log/syslog (linux-386-cgo), const LOG_NOTICE = 5
  1527  pkg log/syslog (linux-386-cgo), const LOG_SYSLOG = 40
  1528  pkg log/syslog (linux-386-cgo), const LOG_SYSLOG Priority
  1529  pkg log/syslog (linux-386-cgo), const LOG_USER = 8
  1530  pkg log/syslog (linux-386-cgo), const LOG_USER Priority
  1531  pkg log/syslog (linux-386-cgo), const LOG_UUCP = 64
  1532  pkg log/syslog (linux-386-cgo), const LOG_UUCP Priority
  1533  pkg log/syslog (linux-386-cgo), const LOG_WARNING = 4
  1534  pkg log/syslog (linux-amd64), const LOG_ALERT = 1
  1535  pkg log/syslog (linux-amd64), const LOG_AUTH = 32
  1536  pkg log/syslog (linux-amd64), const LOG_AUTH Priority
  1537  pkg log/syslog (linux-amd64), const LOG_AUTHPRIV = 80
  1538  pkg log/syslog (linux-amd64), const LOG_AUTHPRIV Priority
  1539  pkg log/syslog (linux-amd64), const LOG_CRIT = 2
  1540  pkg log/syslog (linux-amd64), const LOG_CRON = 72
  1541  pkg log/syslog (linux-amd64), const LOG_CRON Priority
  1542  pkg log/syslog (linux-amd64), const LOG_DAEMON = 24
  1543  pkg log/syslog (linux-amd64), const LOG_DAEMON Priority
  1544  pkg log/syslog (linux-amd64), const LOG_DEBUG = 7
  1545  pkg log/syslog (linux-amd64), const LOG_EMERG = 0
  1546  pkg log/syslog (linux-amd64), const LOG_ERR = 3
  1547  pkg log/syslog (linux-amd64), const LOG_FTP = 88
  1548  pkg log/syslog (linux-amd64), const LOG_FTP Priority
  1549  pkg log/syslog (linux-amd64), const LOG_INFO = 6
  1550  pkg log/syslog (linux-amd64), const LOG_KERN = 0
  1551  pkg log/syslog (linux-amd64), const LOG_KERN Priority
  1552  pkg log/syslog (linux-amd64), const LOG_LOCAL0 = 128
  1553  pkg log/syslog (linux-amd64), const LOG_LOCAL0 Priority
  1554  pkg log/syslog (linux-amd64), const LOG_LOCAL1 = 136
  1555  pkg log/syslog (linux-amd64), const LOG_LOCAL1 Priority
  1556  pkg log/syslog (linux-amd64), const LOG_LOCAL2 = 144
  1557  pkg log/syslog (linux-amd64), const LOG_LOCAL2 Priority
  1558  pkg log/syslog (linux-amd64), const LOG_LOCAL3 = 152
  1559  pkg log/syslog (linux-amd64), const LOG_LOCAL3 Priority
  1560  pkg log/syslog (linux-amd64), const LOG_LOCAL4 = 160
  1561  pkg log/syslog (linux-amd64), const LOG_LOCAL4 Priority
  1562  pkg log/syslog (linux-amd64), const LOG_LOCAL5 = 168
  1563  pkg log/syslog (linux-amd64), const LOG_LOCAL5 Priority
  1564  pkg log/syslog (linux-amd64), const LOG_LOCAL6 = 176
  1565  pkg log/syslog (linux-amd64), const LOG_LOCAL6 Priority
  1566  pkg log/syslog (linux-amd64), const LOG_LOCAL7 = 184
  1567  pkg log/syslog (linux-amd64), const LOG_LOCAL7 Priority
  1568  pkg log/syslog (linux-amd64), const LOG_LPR = 48
  1569  pkg log/syslog (linux-amd64), const LOG_LPR Priority
  1570  pkg log/syslog (linux-amd64), const LOG_MAIL = 16
  1571  pkg log/syslog (linux-amd64), const LOG_MAIL Priority
  1572  pkg log/syslog (linux-amd64), const LOG_NEWS = 56
  1573  pkg log/syslog (linux-amd64), const LOG_NEWS Priority
  1574  pkg log/syslog (linux-amd64), const LOG_NOTICE = 5
  1575  pkg log/syslog (linux-amd64), const LOG_SYSLOG = 40
  1576  pkg log/syslog (linux-amd64), const LOG_SYSLOG Priority
  1577  pkg log/syslog (linux-amd64), const LOG_USER = 8
  1578  pkg log/syslog (linux-amd64), const LOG_USER Priority
  1579  pkg log/syslog (linux-amd64), const LOG_UUCP = 64
  1580  pkg log/syslog (linux-amd64), const LOG_UUCP Priority
  1581  pkg log/syslog (linux-amd64), const LOG_WARNING = 4
  1582  pkg log/syslog (linux-amd64-cgo), const LOG_ALERT = 1
  1583  pkg log/syslog (linux-amd64-cgo), const LOG_AUTH = 32
  1584  pkg log/syslog (linux-amd64-cgo), const LOG_AUTH Priority
  1585  pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV = 80
  1586  pkg log/syslog (linux-amd64-cgo), const LOG_AUTHPRIV Priority
  1587  pkg log/syslog (linux-amd64-cgo), const LOG_CRIT = 2
  1588  pkg log/syslog (linux-amd64-cgo), const LOG_CRON = 72
  1589  pkg log/syslog (linux-amd64-cgo), const LOG_CRON Priority
  1590  pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON = 24
  1591  pkg log/syslog (linux-amd64-cgo), const LOG_DAEMON Priority
  1592  pkg log/syslog (linux-amd64-cgo), const LOG_DEBUG = 7
  1593  pkg log/syslog (linux-amd64-cgo), const LOG_EMERG = 0
  1594  pkg log/syslog (linux-amd64-cgo), const LOG_ERR = 3
  1595  pkg log/syslog (linux-amd64-cgo), const LOG_FTP = 88
  1596  pkg log/syslog (linux-amd64-cgo), const LOG_FTP Priority
  1597  pkg log/syslog (linux-amd64-cgo), const LOG_INFO = 6
  1598  pkg log/syslog (linux-amd64-cgo), const LOG_KERN = 0
  1599  pkg log/syslog (linux-amd64-cgo), const LOG_KERN Priority
  1600  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 = 128
  1601  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL0 Priority
  1602  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 = 136
  1603  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL1 Priority
  1604  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 = 144
  1605  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL2 Priority
  1606  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 = 152
  1607  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL3 Priority
  1608  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 = 160
  1609  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL4 Priority
  1610  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 = 168
  1611  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL5 Priority
  1612  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 = 176
  1613  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL6 Priority
  1614  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 = 184
  1615  pkg log/syslog (linux-amd64-cgo), const LOG_LOCAL7 Priority
  1616  pkg log/syslog (linux-amd64-cgo), const LOG_LPR = 48
  1617  pkg log/syslog (linux-amd64-cgo), const LOG_LPR Priority
  1618  pkg log/syslog (linux-amd64-cgo), const LOG_MAIL = 16
  1619  pkg log/syslog (linux-amd64-cgo), const LOG_MAIL Priority
  1620  pkg log/syslog (linux-amd64-cgo), const LOG_NEWS = 56
  1621  pkg log/syslog (linux-amd64-cgo), const LOG_NEWS Priority
  1622  pkg log/syslog (linux-amd64-cgo), const LOG_NOTICE = 5
  1623  pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG = 40
  1624  pkg log/syslog (linux-amd64-cgo), const LOG_SYSLOG Priority
  1625  pkg log/syslog (linux-amd64-cgo), const LOG_USER = 8
  1626  pkg log/syslog (linux-amd64-cgo), const LOG_USER Priority
  1627  pkg log/syslog (linux-amd64-cgo), const LOG_UUCP = 64
  1628  pkg log/syslog (linux-amd64-cgo), const LOG_UUCP Priority
  1629  pkg log/syslog (linux-amd64-cgo), const LOG_WARNING = 4
  1630  pkg log/syslog (linux-arm), const LOG_ALERT = 1
  1631  pkg log/syslog (linux-arm), const LOG_AUTH = 32
  1632  pkg log/syslog (linux-arm), const LOG_AUTH Priority
  1633  pkg log/syslog (linux-arm), const LOG_AUTHPRIV = 80
  1634  pkg log/syslog (linux-arm), const LOG_AUTHPRIV Priority
  1635  pkg log/syslog (linux-arm), const LOG_CRIT = 2
  1636  pkg log/syslog (linux-arm), const LOG_CRON = 72
  1637  pkg log/syslog (linux-arm), const LOG_CRON Priority
  1638  pkg log/syslog (linux-arm), const LOG_DAEMON = 24
  1639  pkg log/syslog (linux-arm), const LOG_DAEMON Priority
  1640  pkg log/syslog (linux-arm), const LOG_DEBUG = 7
  1641  pkg log/syslog (linux-arm), const LOG_EMERG = 0
  1642  pkg log/syslog (linux-arm), const LOG_ERR = 3
  1643  pkg log/syslog (linux-arm), const LOG_FTP = 88
  1644  pkg log/syslog (linux-arm), const LOG_FTP Priority
  1645  pkg log/syslog (linux-arm), const LOG_INFO = 6
  1646  pkg log/syslog (linux-arm), const LOG_KERN = 0
  1647  pkg log/syslog (linux-arm), const LOG_KERN Priority
  1648  pkg log/syslog (linux-arm), const LOG_LOCAL0 = 128
  1649  pkg log/syslog (linux-arm), const LOG_LOCAL0 Priority
  1650  pkg log/syslog (linux-arm), const LOG_LOCAL1 = 136
  1651  pkg log/syslog (linux-arm), const LOG_LOCAL1 Priority
  1652  pkg log/syslog (linux-arm), const LOG_LOCAL2 = 144
  1653  pkg log/syslog (linux-arm), const LOG_LOCAL2 Priority
  1654  pkg log/syslog (linux-arm), const LOG_LOCAL3 = 152
  1655  pkg log/syslog (linux-arm), const LOG_LOCAL3 Priority
  1656  pkg log/syslog (linux-arm), const LOG_LOCAL4 = 160
  1657  pkg log/syslog (linux-arm), const LOG_LOCAL4 Priority
  1658  pkg log/syslog (linux-arm), const LOG_LOCAL5 = 168
  1659  pkg log/syslog (linux-arm), const LOG_LOCAL5 Priority
  1660  pkg log/syslog (linux-arm), const LOG_LOCAL6 = 176
  1661  pkg log/syslog (linux-arm), const LOG_LOCAL6 Priority
  1662  pkg log/syslog (linux-arm), const LOG_LOCAL7 = 184
  1663  pkg log/syslog (linux-arm), const LOG_LOCAL7 Priority
  1664  pkg log/syslog (linux-arm), const LOG_LPR = 48
  1665  pkg log/syslog (linux-arm), const LOG_LPR Priority
  1666  pkg log/syslog (linux-arm), const LOG_MAIL = 16
  1667  pkg log/syslog (linux-arm), const LOG_MAIL Priority
  1668  pkg log/syslog (linux-arm), const LOG_NEWS = 56
  1669  pkg log/syslog (linux-arm), const LOG_NEWS Priority
  1670  pkg log/syslog (linux-arm), const LOG_NOTICE = 5
  1671  pkg log/syslog (linux-arm), const LOG_SYSLOG = 40
  1672  pkg log/syslog (linux-arm), const LOG_SYSLOG Priority
  1673  pkg log/syslog (linux-arm), const LOG_USER = 8
  1674  pkg log/syslog (linux-arm), const LOG_USER Priority
  1675  pkg log/syslog (linux-arm), const LOG_UUCP = 64
  1676  pkg log/syslog (linux-arm), const LOG_UUCP Priority
  1677  pkg log/syslog (linux-arm), const LOG_WARNING = 4
  1678  pkg log/syslog (linux-arm-cgo), const LOG_ALERT = 1
  1679  pkg log/syslog (linux-arm-cgo), const LOG_AUTH = 32
  1680  pkg log/syslog (linux-arm-cgo), const LOG_AUTHPRIV = 80
  1681  pkg log/syslog (linux-arm-cgo), const LOG_CRIT = 2
  1682  pkg log/syslog (linux-arm-cgo), const LOG_CRON = 72
  1683  pkg log/syslog (linux-arm-cgo), const LOG_DAEMON = 24
  1684  pkg log/syslog (linux-arm-cgo), const LOG_DEBUG = 7
  1685  pkg log/syslog (linux-arm-cgo), const LOG_EMERG = 0
  1686  pkg log/syslog (linux-arm-cgo), const LOG_ERR = 3
  1687  pkg log/syslog (linux-arm-cgo), const LOG_FTP = 88
  1688  pkg log/syslog (linux-arm-cgo), const LOG_INFO = 6
  1689  pkg log/syslog (linux-arm-cgo), const LOG_KERN = 0
  1690  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL0 = 128
  1691  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL1 = 136
  1692  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL2 = 144
  1693  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL3 = 152
  1694  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL4 = 160
  1695  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL5 = 168
  1696  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL6 = 176
  1697  pkg log/syslog (linux-arm-cgo), const LOG_LOCAL7 = 184
  1698  pkg log/syslog (linux-arm-cgo), const LOG_LPR = 48
  1699  pkg log/syslog (linux-arm-cgo), const LOG_MAIL = 16
  1700  pkg log/syslog (linux-arm-cgo), const LOG_NEWS = 56
  1701  pkg log/syslog (linux-arm-cgo), const LOG_NOTICE = 5
  1702  pkg log/syslog (linux-arm-cgo), const LOG_SYSLOG = 40
  1703  pkg log/syslog (linux-arm-cgo), const LOG_USER = 8
  1704  pkg log/syslog (linux-arm-cgo), const LOG_UUCP = 64
  1705  pkg log/syslog (linux-arm-cgo), const LOG_WARNING = 4
  1706  pkg log/syslog (netbsd-386), const LOG_ALERT = 1
  1707  pkg log/syslog (netbsd-386), const LOG_AUTH = 32
  1708  pkg log/syslog (netbsd-386), const LOG_AUTHPRIV = 80
  1709  pkg log/syslog (netbsd-386), const LOG_CRIT = 2
  1710  pkg log/syslog (netbsd-386), const LOG_CRON = 72
  1711  pkg log/syslog (netbsd-386), const LOG_DAEMON = 24
  1712  pkg log/syslog (netbsd-386), const LOG_DEBUG = 7
  1713  pkg log/syslog (netbsd-386), const LOG_EMERG = 0
  1714  pkg log/syslog (netbsd-386), const LOG_ERR = 3
  1715  pkg log/syslog (netbsd-386), const LOG_FTP = 88
  1716  pkg log/syslog (netbsd-386), const LOG_INFO = 6
  1717  pkg log/syslog (netbsd-386), const LOG_KERN = 0
  1718  pkg log/syslog (netbsd-386), const LOG_LOCAL0 = 128
  1719  pkg log/syslog (netbsd-386), const LOG_LOCAL1 = 136
  1720  pkg log/syslog (netbsd-386), const LOG_LOCAL2 = 144
  1721  pkg log/syslog (netbsd-386), const LOG_LOCAL3 = 152
  1722  pkg log/syslog (netbsd-386), const LOG_LOCAL4 = 160
  1723  pkg log/syslog (netbsd-386), const LOG_LOCAL5 = 168
  1724  pkg log/syslog (netbsd-386), const LOG_LOCAL6 = 176
  1725  pkg log/syslog (netbsd-386), const LOG_LOCAL7 = 184
  1726  pkg log/syslog (netbsd-386), const LOG_LPR = 48
  1727  pkg log/syslog (netbsd-386), const LOG_MAIL = 16
  1728  pkg log/syslog (netbsd-386), const LOG_NEWS = 56
  1729  pkg log/syslog (netbsd-386), const LOG_NOTICE = 5
  1730  pkg log/syslog (netbsd-386), const LOG_SYSLOG = 40
  1731  pkg log/syslog (netbsd-386), const LOG_USER = 8
  1732  pkg log/syslog (netbsd-386), const LOG_UUCP = 64
  1733  pkg log/syslog (netbsd-386), const LOG_WARNING = 4
  1734  pkg log/syslog (netbsd-386-cgo), const LOG_ALERT = 1
  1735  pkg log/syslog (netbsd-386-cgo), const LOG_AUTH = 32
  1736  pkg log/syslog (netbsd-386-cgo), const LOG_AUTHPRIV = 80
  1737  pkg log/syslog (netbsd-386-cgo), const LOG_CRIT = 2
  1738  pkg log/syslog (netbsd-386-cgo), const LOG_CRON = 72
  1739  pkg log/syslog (netbsd-386-cgo), const LOG_DAEMON = 24
  1740  pkg log/syslog (netbsd-386-cgo), const LOG_DEBUG = 7
  1741  pkg log/syslog (netbsd-386-cgo), const LOG_EMERG = 0
  1742  pkg log/syslog (netbsd-386-cgo), const LOG_ERR = 3
  1743  pkg log/syslog (netbsd-386-cgo), const LOG_FTP = 88
  1744  pkg log/syslog (netbsd-386-cgo), const LOG_INFO = 6
  1745  pkg log/syslog (netbsd-386-cgo), const LOG_KERN = 0
  1746  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL0 = 128
  1747  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL1 = 136
  1748  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL2 = 144
  1749  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL3 = 152
  1750  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL4 = 160
  1751  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL5 = 168
  1752  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL6 = 176
  1753  pkg log/syslog (netbsd-386-cgo), const LOG_LOCAL7 = 184
  1754  pkg log/syslog (netbsd-386-cgo), const LOG_LPR = 48
  1755  pkg log/syslog (netbsd-386-cgo), const LOG_MAIL = 16
  1756  pkg log/syslog (netbsd-386-cgo), const LOG_NEWS = 56
  1757  pkg log/syslog (netbsd-386-cgo), const LOG_NOTICE = 5
  1758  pkg log/syslog (netbsd-386-cgo), const LOG_SYSLOG = 40
  1759  pkg log/syslog (netbsd-386-cgo), const LOG_USER = 8
  1760  pkg log/syslog (netbsd-386-cgo), const LOG_UUCP = 64
  1761  pkg log/syslog (netbsd-386-cgo), const LOG_WARNING = 4
  1762  pkg log/syslog (netbsd-amd64), const LOG_ALERT = 1
  1763  pkg log/syslog (netbsd-amd64), const LOG_AUTH = 32
  1764  pkg log/syslog (netbsd-amd64), const LOG_AUTHPRIV = 80
  1765  pkg log/syslog (netbsd-amd64), const LOG_CRIT = 2
  1766  pkg log/syslog (netbsd-amd64), const LOG_CRON = 72
  1767  pkg log/syslog (netbsd-amd64), const LOG_DAEMON = 24
  1768  pkg log/syslog (netbsd-amd64), const LOG_DEBUG = 7
  1769  pkg log/syslog (netbsd-amd64), const LOG_EMERG = 0
  1770  pkg log/syslog (netbsd-amd64), const LOG_ERR = 3
  1771  pkg log/syslog (netbsd-amd64), const LOG_FTP = 88
  1772  pkg log/syslog (netbsd-amd64), const LOG_INFO = 6
  1773  pkg log/syslog (netbsd-amd64), const LOG_KERN = 0
  1774  pkg log/syslog (netbsd-amd64), const LOG_LOCAL0 = 128
  1775  pkg log/syslog (netbsd-amd64), const LOG_LOCAL1 = 136
  1776  pkg log/syslog (netbsd-amd64), const LOG_LOCAL2 = 144
  1777  pkg log/syslog (netbsd-amd64), const LOG_LOCAL3 = 152
  1778  pkg log/syslog (netbsd-amd64), const LOG_LOCAL4 = 160
  1779  pkg log/syslog (netbsd-amd64), const LOG_LOCAL5 = 168
  1780  pkg log/syslog (netbsd-amd64), const LOG_LOCAL6 = 176
  1781  pkg log/syslog (netbsd-amd64), const LOG_LOCAL7 = 184
  1782  pkg log/syslog (netbsd-amd64), const LOG_LPR = 48
  1783  pkg log/syslog (netbsd-amd64), const LOG_MAIL = 16
  1784  pkg log/syslog (netbsd-amd64), const LOG_NEWS = 56
  1785  pkg log/syslog (netbsd-amd64), const LOG_NOTICE = 5
  1786  pkg log/syslog (netbsd-amd64), const LOG_SYSLOG = 40
  1787  pkg log/syslog (netbsd-amd64), const LOG_USER = 8
  1788  pkg log/syslog (netbsd-amd64), const LOG_UUCP = 64
  1789  pkg log/syslog (netbsd-amd64), const LOG_WARNING = 4
  1790  pkg log/syslog (netbsd-amd64-cgo), const LOG_ALERT = 1
  1791  pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTH = 32
  1792  pkg log/syslog (netbsd-amd64-cgo), const LOG_AUTHPRIV = 80
  1793  pkg log/syslog (netbsd-amd64-cgo), const LOG_CRIT = 2
  1794  pkg log/syslog (netbsd-amd64-cgo), const LOG_CRON = 72
  1795  pkg log/syslog (netbsd-amd64-cgo), const LOG_DAEMON = 24
  1796  pkg log/syslog (netbsd-amd64-cgo), const LOG_DEBUG = 7
  1797  pkg log/syslog (netbsd-amd64-cgo), const LOG_EMERG = 0
  1798  pkg log/syslog (netbsd-amd64-cgo), const LOG_ERR = 3
  1799  pkg log/syslog (netbsd-amd64-cgo), const LOG_FTP = 88
  1800  pkg log/syslog (netbsd-amd64-cgo), const LOG_INFO = 6
  1801  pkg log/syslog (netbsd-amd64-cgo), const LOG_KERN = 0
  1802  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL0 = 128
  1803  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL1 = 136
  1804  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL2 = 144
  1805  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL3 = 152
  1806  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL4 = 160
  1807  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL5 = 168
  1808  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL6 = 176
  1809  pkg log/syslog (netbsd-amd64-cgo), const LOG_LOCAL7 = 184
  1810  pkg log/syslog (netbsd-amd64-cgo), const LOG_LPR = 48
  1811  pkg log/syslog (netbsd-amd64-cgo), const LOG_MAIL = 16
  1812  pkg log/syslog (netbsd-amd64-cgo), const LOG_NEWS = 56
  1813  pkg log/syslog (netbsd-amd64-cgo), const LOG_NOTICE = 5
  1814  pkg log/syslog (netbsd-amd64-cgo), const LOG_SYSLOG = 40
  1815  pkg log/syslog (netbsd-amd64-cgo), const LOG_USER = 8
  1816  pkg log/syslog (netbsd-amd64-cgo), const LOG_UUCP = 64
  1817  pkg log/syslog (netbsd-amd64-cgo), const LOG_WARNING = 4
  1818  pkg log/syslog (netbsd-arm), const LOG_ALERT = 1
  1819  pkg log/syslog (netbsd-arm), const LOG_AUTH = 32
  1820  pkg log/syslog (netbsd-arm), const LOG_AUTHPRIV = 80
  1821  pkg log/syslog (netbsd-arm), const LOG_CRIT = 2
  1822  pkg log/syslog (netbsd-arm), const LOG_CRON = 72
  1823  pkg log/syslog (netbsd-arm), const LOG_DAEMON = 24
  1824  pkg log/syslog (netbsd-arm), const LOG_DEBUG = 7
  1825  pkg log/syslog (netbsd-arm), const LOG_EMERG = 0
  1826  pkg log/syslog (netbsd-arm), const LOG_ERR = 3
  1827  pkg log/syslog (netbsd-arm), const LOG_FTP = 88
  1828  pkg log/syslog (netbsd-arm), const LOG_INFO = 6
  1829  pkg log/syslog (netbsd-arm), const LOG_KERN = 0
  1830  pkg log/syslog (netbsd-arm), const LOG_LOCAL0 = 128
  1831  pkg log/syslog (netbsd-arm), const LOG_LOCAL1 = 136
  1832  pkg log/syslog (netbsd-arm), const LOG_LOCAL2 = 144
  1833  pkg log/syslog (netbsd-arm), const LOG_LOCAL3 = 152
  1834  pkg log/syslog (netbsd-arm), const LOG_LOCAL4 = 160
  1835  pkg log/syslog (netbsd-arm), const LOG_LOCAL5 = 168
  1836  pkg log/syslog (netbsd-arm), const LOG_LOCAL6 = 176
  1837  pkg log/syslog (netbsd-arm), const LOG_LOCAL7 = 184
  1838  pkg log/syslog (netbsd-arm), const LOG_LPR = 48
  1839  pkg log/syslog (netbsd-arm), const LOG_MAIL = 16
  1840  pkg log/syslog (netbsd-arm), const LOG_NEWS = 56
  1841  pkg log/syslog (netbsd-arm), const LOG_NOTICE = 5
  1842  pkg log/syslog (netbsd-arm), const LOG_SYSLOG = 40
  1843  pkg log/syslog (netbsd-arm), const LOG_USER = 8
  1844  pkg log/syslog (netbsd-arm), const LOG_UUCP = 64
  1845  pkg log/syslog (netbsd-arm), const LOG_WARNING = 4
  1846  pkg log/syslog (netbsd-arm-cgo), const LOG_ALERT = 1
  1847  pkg log/syslog (netbsd-arm-cgo), const LOG_AUTH = 32
  1848  pkg log/syslog (netbsd-arm-cgo), const LOG_AUTHPRIV = 80
  1849  pkg log/syslog (netbsd-arm-cgo), const LOG_CRIT = 2
  1850  pkg log/syslog (netbsd-arm-cgo), const LOG_CRON = 72
  1851  pkg log/syslog (netbsd-arm-cgo), const LOG_DAEMON = 24
  1852  pkg log/syslog (netbsd-arm-cgo), const LOG_DEBUG = 7
  1853  pkg log/syslog (netbsd-arm-cgo), const LOG_EMERG = 0
  1854  pkg log/syslog (netbsd-arm-cgo), const LOG_ERR = 3
  1855  pkg log/syslog (netbsd-arm-cgo), const LOG_FTP = 88
  1856  pkg log/syslog (netbsd-arm-cgo), const LOG_INFO = 6
  1857  pkg log/syslog (netbsd-arm-cgo), const LOG_KERN = 0
  1858  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL0 = 128
  1859  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL1 = 136
  1860  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL2 = 144
  1861  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL3 = 152
  1862  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL4 = 160
  1863  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL5 = 168
  1864  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL6 = 176
  1865  pkg log/syslog (netbsd-arm-cgo), const LOG_LOCAL7 = 184
  1866  pkg log/syslog (netbsd-arm-cgo), const LOG_LPR = 48
  1867  pkg log/syslog (netbsd-arm-cgo), const LOG_MAIL = 16
  1868  pkg log/syslog (netbsd-arm-cgo), const LOG_NEWS = 56
  1869  pkg log/syslog (netbsd-arm-cgo), const LOG_NOTICE = 5
  1870  pkg log/syslog (netbsd-arm-cgo), const LOG_SYSLOG = 40
  1871  pkg log/syslog (netbsd-arm-cgo), const LOG_USER = 8
  1872  pkg log/syslog (netbsd-arm-cgo), const LOG_UUCP = 64
  1873  pkg log/syslog (netbsd-arm-cgo), const LOG_WARNING = 4
  1874  pkg log/syslog (openbsd-386), const LOG_ALERT = 1
  1875  pkg log/syslog (openbsd-386), const LOG_AUTH = 32
  1876  pkg log/syslog (openbsd-386), const LOG_AUTHPRIV = 80
  1877  pkg log/syslog (openbsd-386), const LOG_CRIT = 2
  1878  pkg log/syslog (openbsd-386), const LOG_CRON = 72
  1879  pkg log/syslog (openbsd-386), const LOG_DAEMON = 24
  1880  pkg log/syslog (openbsd-386), const LOG_DEBUG = 7
  1881  pkg log/syslog (openbsd-386), const LOG_EMERG = 0
  1882  pkg log/syslog (openbsd-386), const LOG_ERR = 3
  1883  pkg log/syslog (openbsd-386), const LOG_FTP = 88
  1884  pkg log/syslog (openbsd-386), const LOG_INFO = 6
  1885  pkg log/syslog (openbsd-386), const LOG_KERN = 0
  1886  pkg log/syslog (openbsd-386), const LOG_LOCAL0 = 128
  1887  pkg log/syslog (openbsd-386), const LOG_LOCAL1 = 136
  1888  pkg log/syslog (openbsd-386), const LOG_LOCAL2 = 144
  1889  pkg log/syslog (openbsd-386), const LOG_LOCAL3 = 152
  1890  pkg log/syslog (openbsd-386), const LOG_LOCAL4 = 160
  1891  pkg log/syslog (openbsd-386), const LOG_LOCAL5 = 168
  1892  pkg log/syslog (openbsd-386), const LOG_LOCAL6 = 176
  1893  pkg log/syslog (openbsd-386), const LOG_LOCAL7 = 184
  1894  pkg log/syslog (openbsd-386), const LOG_LPR = 48
  1895  pkg log/syslog (openbsd-386), const LOG_MAIL = 16
  1896  pkg log/syslog (openbsd-386), const LOG_NEWS = 56
  1897  pkg log/syslog (openbsd-386), const LOG_NOTICE = 5
  1898  pkg log/syslog (openbsd-386), const LOG_SYSLOG = 40
  1899  pkg log/syslog (openbsd-386), const LOG_USER = 8
  1900  pkg log/syslog (openbsd-386), const LOG_UUCP = 64
  1901  pkg log/syslog (openbsd-386), const LOG_WARNING = 4
  1902  pkg log/syslog (openbsd-386-cgo), const LOG_ALERT = 1
  1903  pkg log/syslog (openbsd-386-cgo), const LOG_AUTH = 32
  1904  pkg log/syslog (openbsd-386-cgo), const LOG_AUTHPRIV = 80
  1905  pkg log/syslog (openbsd-386-cgo), const LOG_CRIT = 2
  1906  pkg log/syslog (openbsd-386-cgo), const LOG_CRON = 72
  1907  pkg log/syslog (openbsd-386-cgo), const LOG_DAEMON = 24
  1908  pkg log/syslog (openbsd-386-cgo), const LOG_DEBUG = 7
  1909  pkg log/syslog (openbsd-386-cgo), const LOG_EMERG = 0
  1910  pkg log/syslog (openbsd-386-cgo), const LOG_ERR = 3
  1911  pkg log/syslog (openbsd-386-cgo), const LOG_FTP = 88
  1912  pkg log/syslog (openbsd-386-cgo), const LOG_INFO = 6
  1913  pkg log/syslog (openbsd-386-cgo), const LOG_KERN = 0
  1914  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL0 = 128
  1915  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL1 = 136
  1916  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL2 = 144
  1917  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL3 = 152
  1918  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL4 = 160
  1919  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL5 = 168
  1920  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL6 = 176
  1921  pkg log/syslog (openbsd-386-cgo), const LOG_LOCAL7 = 184
  1922  pkg log/syslog (openbsd-386-cgo), const LOG_LPR = 48
  1923  pkg log/syslog (openbsd-386-cgo), const LOG_MAIL = 16
  1924  pkg log/syslog (openbsd-386-cgo), const LOG_NEWS = 56
  1925  pkg log/syslog (openbsd-386-cgo), const LOG_NOTICE = 5
  1926  pkg log/syslog (openbsd-386-cgo), const LOG_SYSLOG = 40
  1927  pkg log/syslog (openbsd-386-cgo), const LOG_USER = 8
  1928  pkg log/syslog (openbsd-386-cgo), const LOG_UUCP = 64
  1929  pkg log/syslog (openbsd-386-cgo), const LOG_WARNING = 4
  1930  pkg log/syslog (openbsd-amd64), const LOG_ALERT = 1
  1931  pkg log/syslog (openbsd-amd64), const LOG_AUTH = 32
  1932  pkg log/syslog (openbsd-amd64), const LOG_AUTHPRIV = 80
  1933  pkg log/syslog (openbsd-amd64), const LOG_CRIT = 2
  1934  pkg log/syslog (openbsd-amd64), const LOG_CRON = 72
  1935  pkg log/syslog (openbsd-amd64), const LOG_DAEMON = 24
  1936  pkg log/syslog (openbsd-amd64), const LOG_DEBUG = 7
  1937  pkg log/syslog (openbsd-amd64), const LOG_EMERG = 0
  1938  pkg log/syslog (openbsd-amd64), const LOG_ERR = 3
  1939  pkg log/syslog (openbsd-amd64), const LOG_FTP = 88
  1940  pkg log/syslog (openbsd-amd64), const LOG_INFO = 6
  1941  pkg log/syslog (openbsd-amd64), const LOG_KERN = 0
  1942  pkg log/syslog (openbsd-amd64), const LOG_LOCAL0 = 128
  1943  pkg log/syslog (openbsd-amd64), const LOG_LOCAL1 = 136
  1944  pkg log/syslog (openbsd-amd64), const LOG_LOCAL2 = 144
  1945  pkg log/syslog (openbsd-amd64), const LOG_LOCAL3 = 152
  1946  pkg log/syslog (openbsd-amd64), const LOG_LOCAL4 = 160
  1947  pkg log/syslog (openbsd-amd64), const LOG_LOCAL5 = 168
  1948  pkg log/syslog (openbsd-amd64), const LOG_LOCAL6 = 176
  1949  pkg log/syslog (openbsd-amd64), const LOG_LOCAL7 = 184
  1950  pkg log/syslog (openbsd-amd64), const LOG_LPR = 48
  1951  pkg log/syslog (openbsd-amd64), const LOG_MAIL = 16
  1952  pkg log/syslog (openbsd-amd64), const LOG_NEWS = 56
  1953  pkg log/syslog (openbsd-amd64), const LOG_NOTICE = 5
  1954  pkg log/syslog (openbsd-amd64), const LOG_SYSLOG = 40
  1955  pkg log/syslog (openbsd-amd64), const LOG_USER = 8
  1956  pkg log/syslog (openbsd-amd64), const LOG_UUCP = 64
  1957  pkg log/syslog (openbsd-amd64), const LOG_WARNING = 4
  1958  pkg log/syslog (openbsd-amd64-cgo), const LOG_ALERT = 1
  1959  pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTH = 32
  1960  pkg log/syslog (openbsd-amd64-cgo), const LOG_AUTHPRIV = 80
  1961  pkg log/syslog (openbsd-amd64-cgo), const LOG_CRIT = 2
  1962  pkg log/syslog (openbsd-amd64-cgo), const LOG_CRON = 72
  1963  pkg log/syslog (openbsd-amd64-cgo), const LOG_DAEMON = 24
  1964  pkg log/syslog (openbsd-amd64-cgo), const LOG_DEBUG = 7
  1965  pkg log/syslog (openbsd-amd64-cgo), const LOG_EMERG = 0
  1966  pkg log/syslog (openbsd-amd64-cgo), const LOG_ERR = 3
  1967  pkg log/syslog (openbsd-amd64-cgo), const LOG_FTP = 88
  1968  pkg log/syslog (openbsd-amd64-cgo), const LOG_INFO = 6
  1969  pkg log/syslog (openbsd-amd64-cgo), const LOG_KERN = 0
  1970  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL0 = 128
  1971  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL1 = 136
  1972  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL2 = 144
  1973  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL3 = 152
  1974  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL4 = 160
  1975  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL5 = 168
  1976  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL6 = 176
  1977  pkg log/syslog (openbsd-amd64-cgo), const LOG_LOCAL7 = 184
  1978  pkg log/syslog (openbsd-amd64-cgo), const LOG_LPR = 48
  1979  pkg log/syslog (openbsd-amd64-cgo), const LOG_MAIL = 16
  1980  pkg log/syslog (openbsd-amd64-cgo), const LOG_NEWS = 56
  1981  pkg log/syslog (openbsd-amd64-cgo), const LOG_NOTICE = 5
  1982  pkg log/syslog (openbsd-amd64-cgo), const LOG_SYSLOG = 40
  1983  pkg log/syslog (openbsd-amd64-cgo), const LOG_USER = 8
  1984  pkg log/syslog (openbsd-amd64-cgo), const LOG_UUCP = 64
  1985  pkg log/syslog (openbsd-amd64-cgo), const LOG_WARNING = 4
  1986  pkg math, const E = 271828182845904523536028747135266249775724709369995957496696763/100000000000000000000000000000000000000000000000000000000000000
  1987  pkg math, const Ln10 = 23025850929940456840179914546843642076011014886287729760333279/10000000000000000000000000000000000000000000000000000000000000
  1988  pkg math, const Ln2 = 693147180559945309417232121458176568075500134360255254120680009/1000000000000000000000000000000000000000000000000000000000000000
  1989  pkg math, const Log10E = 10000000000000000000000000000000000000000000000000000000000000/23025850929940456840179914546843642076011014886287729760333279
  1990  pkg math, const Log2E = 1000000000000000000000000000000000000000000000000000000000000000/693147180559945309417232121458176568075500134360255254120680009
  1991  pkg math, const MaxFloat32 = 340282346638528859811704183484516925440
  1992  pkg math, const MaxFloat64 = 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  1993  pkg math, const MaxInt16 = 32767
  1994  pkg math, const MaxInt32 = 2147483647
  1995  pkg math, const MaxInt64 = 9223372036854775807
  1996  pkg math, const MaxInt8 = 127
  1997  pkg math, const MaxUint16 = 65535
  1998  pkg math, const MaxUint32 = 4294967295
  1999  pkg math, const MaxUint64 = 18446744073709551615
  2000  pkg math, const MaxUint8 = 255
  2001  pkg math, const MinInt16 = -32768
  2002  pkg math, const MinInt32 = -2147483648
  2003  pkg math, const MinInt64 = -9223372036854775808
  2004  pkg math, const MinInt8 = -128
  2005  pkg math, const Phi = 80901699437494742410229341718281905886015458990288143106772431/50000000000000000000000000000000000000000000000000000000000000
  2006  pkg math, const Pi = 314159265358979323846264338327950288419716939937510582097494459/100000000000000000000000000000000000000000000000000000000000000
  2007  pkg math, const SmallestNonzeroFloat32 = 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
  2008  pkg math, const SmallestNonzeroFloat64 = 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2009  pkg math, const Sqrt2 = 70710678118654752440084436210484903928483593768847403658833987/50000000000000000000000000000000000000000000000000000000000000
  2010  pkg math, const SqrtE = 164872127070012814684865078781416357165377610071014801157507931/100000000000000000000000000000000000000000000000000000000000000
  2011  pkg math, const SqrtPhi = 63600982475703448212621123086874574585780402092004812430832019/50000000000000000000000000000000000000000000000000000000000000
  2012  pkg math, const SqrtPi = 177245385090551602729816748334114518279754945612238712821380779/100000000000000000000000000000000000000000000000000000000000000
  2013  pkg math/big, const MaxBase = 36
  2014  pkg math/big, method (*Int) MarshalJSON() ([]uint8, error)
  2015  pkg math/big, method (*Int) SetUint64(uint64) *Int
  2016  pkg math/big, method (*Int) Uint64() uint64
  2017  pkg math/big, method (*Int) UnmarshalJSON([]uint8) error
  2018  pkg math/big, method (*Rat) Float64() (float64, bool)
  2019  pkg math/big, method (*Rat) SetFloat64(float64) *Rat
  2020  pkg mime/multipart, method (*Writer) SetBoundary(string) error
  2021  pkg net, const FlagBroadcast = 2
  2022  pkg net, const FlagLoopback = 4
  2023  pkg net, const FlagMulticast = 16
  2024  pkg net, const FlagPointToPoint = 8
  2025  pkg net, const FlagUp = 1
  2026  pkg net, const IPv4len = 4
  2027  pkg net, const IPv6len = 16
  2028  pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error)
  2029  pkg net, func LookupNS(string) ([]*NS, error)
  2030  pkg net, method (*Dialer) Dial(string, string) (Conn, error)
  2031  pkg net, method (*IPConn) ReadMsgIP([]uint8, []uint8) (int, int, int, *IPAddr, error)
  2032  pkg net, method (*IPConn) WriteMsgIP([]uint8, []uint8, *IPAddr) (int, int, error)
  2033  pkg net, method (*UDPConn) ReadMsgUDP([]uint8, []uint8) (int, int, int, *UDPAddr, error)
  2034  pkg net, method (*UDPConn) WriteMsgUDP([]uint8, []uint8, *UDPAddr) (int, int, error)
  2035  pkg net, method (*UnixConn) CloseRead() error
  2036  pkg net, method (*UnixConn) CloseWrite() error
  2037  pkg net, type Dialer struct
  2038  pkg net, type Dialer struct, Deadline time.Time
  2039  pkg net, type Dialer struct, LocalAddr Addr
  2040  pkg net, type Dialer struct, Timeout time.Duration
  2041  pkg net, type IPAddr struct, Zone string
  2042  pkg net, type NS struct
  2043  pkg net, type NS struct, Host string
  2044  pkg net, type TCPAddr struct, Zone string
  2045  pkg net, type UDPAddr struct, Zone string
  2046  pkg net/http, const DefaultMaxHeaderBytes = 1048576
  2047  pkg net/http, const DefaultMaxIdleConnsPerHost = 2
  2048  pkg net/http, const StatusAccepted = 202
  2049  pkg net/http, const StatusBadGateway = 502
  2050  pkg net/http, const StatusBadRequest = 400
  2051  pkg net/http, const StatusConflict = 409
  2052  pkg net/http, const StatusContinue = 100
  2053  pkg net/http, const StatusCreated = 201
  2054  pkg net/http, const StatusExpectationFailed = 417
  2055  pkg net/http, const StatusForbidden = 403
  2056  pkg net/http, const StatusFound = 302
  2057  pkg net/http, const StatusGatewayTimeout = 504
  2058  pkg net/http, const StatusGone = 410
  2059  pkg net/http, const StatusHTTPVersionNotSupported = 505
  2060  pkg net/http, const StatusInternalServerError = 500
  2061  pkg net/http, const StatusLengthRequired = 411
  2062  pkg net/http, const StatusMethodNotAllowed = 405
  2063  pkg net/http, const StatusMovedPermanently = 301
  2064  pkg net/http, const StatusMultipleChoices = 300
  2065  pkg net/http, const StatusNoContent = 204
  2066  pkg net/http, const StatusNonAuthoritativeInfo = 203
  2067  pkg net/http, const StatusNotAcceptable = 406
  2068  pkg net/http, const StatusNotFound = 404
  2069  pkg net/http, const StatusNotImplemented = 501
  2070  pkg net/http, const StatusNotModified = 304
  2071  pkg net/http, const StatusOK = 200
  2072  pkg net/http, const StatusPartialContent = 206
  2073  pkg net/http, const StatusPaymentRequired = 402
  2074  pkg net/http, const StatusPreconditionFailed = 412
  2075  pkg net/http, const StatusProxyAuthRequired = 407
  2076  pkg net/http, const StatusRequestEntityTooLarge = 413
  2077  pkg net/http, const StatusRequestTimeout = 408
  2078  pkg net/http, const StatusRequestURITooLong = 414
  2079  pkg net/http, const StatusRequestedRangeNotSatisfiable = 416
  2080  pkg net/http, const StatusResetContent = 205
  2081  pkg net/http, const StatusSeeOther = 303
  2082  pkg net/http, const StatusServiceUnavailable = 503
  2083  pkg net/http, const StatusSwitchingProtocols = 101
  2084  pkg net/http, const StatusTeapot = 418
  2085  pkg net/http, const StatusTemporaryRedirect = 307
  2086  pkg net/http, const StatusUnauthorized = 401
  2087  pkg net/http, const StatusUnsupportedMediaType = 415
  2088  pkg net/http, const StatusUseProxy = 305
  2089  pkg net/http, const TimeFormat = "Mon, 02 Jan 2006 15:04:05 GMT"
  2090  pkg net/http, func ParseTime(string) (time.Time, error)
  2091  pkg net/http, method (*Request) PostFormValue(string) string
  2092  pkg net/http, method (*ServeMux) Handler(*Request) (Handler, string)
  2093  pkg net/http, method (*Transport) CancelRequest(*Request)
  2094  pkg net/http, type CloseNotifier interface { CloseNotify }
  2095  pkg net/http, type CloseNotifier interface, CloseNotify() <-chan bool
  2096  pkg net/http, type Request struct, PostForm url.Values
  2097  pkg net/http, type Server struct, TLSNextProto map[string]func(*Server, *tls.Conn, Handler)
  2098  pkg net/http, type Transport struct, ResponseHeaderTimeout time.Duration
  2099  pkg net/http/cookiejar, func New(*Options) (*Jar, error)
  2100  pkg net/http/cookiejar, method (*Jar) Cookies(*url.URL) []*http.Cookie
  2101  pkg net/http/cookiejar, method (*Jar) SetCookies(*url.URL, []*http.Cookie)
  2102  pkg net/http/cookiejar, type Jar struct
  2103  pkg net/http/cookiejar, type Options struct
  2104  pkg net/http/cookiejar, type Options struct, PublicSuffixList PublicSuffixList
  2105  pkg net/http/cookiejar, type PublicSuffixList interface { PublicSuffix, String }
  2106  pkg net/http/cookiejar, type PublicSuffixList interface, PublicSuffix(string) string
  2107  pkg net/http/cookiejar, type PublicSuffixList interface, String() string
  2108  pkg net/http/httptest, const DefaultRemoteAddr = "1.2.3.4"
  2109  pkg net/mail, func ParseAddress(string) (*Address, error)
  2110  pkg net/mail, func ParseAddressList(string) ([]*Address, error)
  2111  pkg net/rpc, const DefaultDebugPath = "/debug/rpc"
  2112  pkg net/rpc, const DefaultRPCPath = "/_goRPC_"
  2113  pkg net/smtp, method (*Client) Hello(string) error
  2114  pkg net/textproto, func TrimBytes([]uint8) []uint8
  2115  pkg net/textproto, func TrimString(string) string
  2116  pkg os (darwin-386), const DevNull = "/dev/null"
  2117  pkg os (darwin-386), const O_APPEND = 8
  2118  pkg os (darwin-386), const O_CREATE = 512
  2119  pkg os (darwin-386), const O_EXCL = 2048
  2120  pkg os (darwin-386), const O_SYNC = 128
  2121  pkg os (darwin-386), const O_TRUNC = 1024
  2122  pkg os (darwin-386), const PathListSeparator = 58
  2123  pkg os (darwin-386), const PathSeparator = 47
  2124  pkg os (darwin-386-cgo), const DevNull = "/dev/null"
  2125  pkg os (darwin-386-cgo), const O_APPEND = 8
  2126  pkg os (darwin-386-cgo), const O_CREATE = 512
  2127  pkg os (darwin-386-cgo), const O_EXCL = 2048
  2128  pkg os (darwin-386-cgo), const O_SYNC = 128
  2129  pkg os (darwin-386-cgo), const O_TRUNC = 1024
  2130  pkg os (darwin-386-cgo), const PathListSeparator = 58
  2131  pkg os (darwin-386-cgo), const PathSeparator = 47
  2132  pkg os (darwin-amd64), const DevNull = "/dev/null"
  2133  pkg os (darwin-amd64), const O_APPEND = 8
  2134  pkg os (darwin-amd64), const O_CREATE = 512
  2135  pkg os (darwin-amd64), const O_EXCL = 2048
  2136  pkg os (darwin-amd64), const O_SYNC = 128
  2137  pkg os (darwin-amd64), const O_TRUNC = 1024
  2138  pkg os (darwin-amd64), const PathListSeparator = 58
  2139  pkg os (darwin-amd64), const PathSeparator = 47
  2140  pkg os (darwin-amd64-cgo), const DevNull = "/dev/null"
  2141  pkg os (darwin-amd64-cgo), const O_APPEND = 8
  2142  pkg os (darwin-amd64-cgo), const O_CREATE = 512
  2143  pkg os (darwin-amd64-cgo), const O_EXCL = 2048
  2144  pkg os (darwin-amd64-cgo), const O_SYNC = 128
  2145  pkg os (darwin-amd64-cgo), const O_TRUNC = 1024
  2146  pkg os (darwin-amd64-cgo), const PathListSeparator = 58
  2147  pkg os (darwin-amd64-cgo), const PathSeparator = 47
  2148  pkg os (freebsd-386), const DevNull = "/dev/null"
  2149  pkg os (freebsd-386), const O_APPEND = 8
  2150  pkg os (freebsd-386), const O_CREATE = 512
  2151  pkg os (freebsd-386), const O_EXCL = 2048
  2152  pkg os (freebsd-386), const O_SYNC = 128
  2153  pkg os (freebsd-386), const O_TRUNC = 1024
  2154  pkg os (freebsd-386), const PathListSeparator = 58
  2155  pkg os (freebsd-386), const PathSeparator = 47
  2156  pkg os (freebsd-386-cgo), const DevNull = "/dev/null"
  2157  pkg os (freebsd-386-cgo), const O_APPEND = 8
  2158  pkg os (freebsd-386-cgo), const O_CREATE = 512
  2159  pkg os (freebsd-386-cgo), const O_EXCL = 2048
  2160  pkg os (freebsd-386-cgo), const O_SYNC = 128
  2161  pkg os (freebsd-386-cgo), const O_TRUNC = 1024
  2162  pkg os (freebsd-386-cgo), const PathListSeparator = 58
  2163  pkg os (freebsd-386-cgo), const PathSeparator = 47
  2164  pkg os (freebsd-amd64), const DevNull = "/dev/null"
  2165  pkg os (freebsd-amd64), const O_APPEND = 8
  2166  pkg os (freebsd-amd64), const O_CREATE = 512
  2167  pkg os (freebsd-amd64), const O_EXCL = 2048
  2168  pkg os (freebsd-amd64), const O_SYNC = 128
  2169  pkg os (freebsd-amd64), const O_TRUNC = 1024
  2170  pkg os (freebsd-amd64), const PathListSeparator = 58
  2171  pkg os (freebsd-amd64), const PathSeparator = 47
  2172  pkg os (freebsd-amd64-cgo), const DevNull = "/dev/null"
  2173  pkg os (freebsd-amd64-cgo), const O_APPEND = 8
  2174  pkg os (freebsd-amd64-cgo), const O_CREATE = 512
  2175  pkg os (freebsd-amd64-cgo), const O_EXCL = 2048
  2176  pkg os (freebsd-amd64-cgo), const O_SYNC = 128
  2177  pkg os (freebsd-amd64-cgo), const O_TRUNC = 1024
  2178  pkg os (freebsd-amd64-cgo), const PathListSeparator = 58
  2179  pkg os (freebsd-amd64-cgo), const PathSeparator = 47
  2180  pkg os (freebsd-arm), const DevNull = "/dev/null"
  2181  pkg os (freebsd-arm), const O_APPEND = 8
  2182  pkg os (freebsd-arm), const O_CREATE = 512
  2183  pkg os (freebsd-arm), const O_EXCL = 2048
  2184  pkg os (freebsd-arm), const O_SYNC = 128
  2185  pkg os (freebsd-arm), const O_TRUNC = 1024
  2186  pkg os (freebsd-arm), const PathListSeparator = 58
  2187  pkg os (freebsd-arm), const PathSeparator = 47
  2188  pkg os (freebsd-arm-cgo), const DevNull = "/dev/null"
  2189  pkg os (freebsd-arm-cgo), const O_APPEND = 8
  2190  pkg os (freebsd-arm-cgo), const O_CREATE = 512
  2191  pkg os (freebsd-arm-cgo), const O_EXCL = 2048
  2192  pkg os (freebsd-arm-cgo), const O_SYNC = 128
  2193  pkg os (freebsd-arm-cgo), const O_TRUNC = 1024
  2194  pkg os (freebsd-arm-cgo), const PathListSeparator = 58
  2195  pkg os (freebsd-arm-cgo), const PathSeparator = 47
  2196  pkg os (linux-386), const DevNull = "/dev/null"
  2197  pkg os (linux-386), const O_APPEND = 1024
  2198  pkg os (linux-386), const O_CREATE = 64
  2199  pkg os (linux-386), const O_EXCL = 128
  2200  pkg os (linux-386), const O_SYNC = 1052672
  2201  pkg os (linux-386), const O_TRUNC = 512
  2202  pkg os (linux-386), const PathListSeparator = 58
  2203  pkg os (linux-386), const PathSeparator = 47
  2204  pkg os (linux-386-cgo), const DevNull = "/dev/null"
  2205  pkg os (linux-386-cgo), const O_APPEND = 1024
  2206  pkg os (linux-386-cgo), const O_CREATE = 64
  2207  pkg os (linux-386-cgo), const O_EXCL = 128
  2208  pkg os (linux-386-cgo), const O_SYNC = 1052672
  2209  pkg os (linux-386-cgo), const O_TRUNC = 512
  2210  pkg os (linux-386-cgo), const PathListSeparator = 58
  2211  pkg os (linux-386-cgo), const PathSeparator = 47
  2212  pkg os (linux-amd64), const DevNull = "/dev/null"
  2213  pkg os (linux-amd64), const O_APPEND = 1024
  2214  pkg os (linux-amd64), const O_CREATE = 64
  2215  pkg os (linux-amd64), const O_EXCL = 128
  2216  pkg os (linux-amd64), const O_SYNC = 1052672
  2217  pkg os (linux-amd64), const O_TRUNC = 512
  2218  pkg os (linux-amd64), const PathListSeparator = 58
  2219  pkg os (linux-amd64), const PathSeparator = 47
  2220  pkg os (linux-amd64-cgo), const DevNull = "/dev/null"
  2221  pkg os (linux-amd64-cgo), const O_APPEND = 1024
  2222  pkg os (linux-amd64-cgo), const O_CREATE = 64
  2223  pkg os (linux-amd64-cgo), const O_EXCL = 128
  2224  pkg os (linux-amd64-cgo), const O_SYNC = 1052672
  2225  pkg os (linux-amd64-cgo), const O_TRUNC = 512
  2226  pkg os (linux-amd64-cgo), const PathListSeparator = 58
  2227  pkg os (linux-amd64-cgo), const PathSeparator = 47
  2228  pkg os (linux-arm), const DevNull = "/dev/null"
  2229  pkg os (linux-arm), const O_APPEND = 1024
  2230  pkg os (linux-arm), const O_CREATE = 64
  2231  pkg os (linux-arm), const O_EXCL = 128
  2232  pkg os (linux-arm), const O_SYNC = 4096
  2233  pkg os (linux-arm), const O_TRUNC = 512
  2234  pkg os (linux-arm), const PathListSeparator = 58
  2235  pkg os (linux-arm), const PathSeparator = 47
  2236  pkg os (linux-arm-cgo), const DevNull = "/dev/null"
  2237  pkg os (linux-arm-cgo), const O_APPEND = 1024
  2238  pkg os (linux-arm-cgo), const O_CREATE = 64
  2239  pkg os (linux-arm-cgo), const O_EXCL = 128
  2240  pkg os (linux-arm-cgo), const O_SYNC = 4096
  2241  pkg os (linux-arm-cgo), const O_TRUNC = 512
  2242  pkg os (linux-arm-cgo), const PathListSeparator = 58
  2243  pkg os (linux-arm-cgo), const PathSeparator = 47
  2244  pkg os (netbsd-386), const DevNull = "/dev/null"
  2245  pkg os (netbsd-386), const O_APPEND = 8
  2246  pkg os (netbsd-386), const O_CREATE = 512
  2247  pkg os (netbsd-386), const O_EXCL = 2048
  2248  pkg os (netbsd-386), const O_SYNC = 128
  2249  pkg os (netbsd-386), const O_TRUNC = 1024
  2250  pkg os (netbsd-386), const PathListSeparator = 58
  2251  pkg os (netbsd-386), const PathSeparator = 47
  2252  pkg os (netbsd-386-cgo), const DevNull = "/dev/null"
  2253  pkg os (netbsd-386-cgo), const O_APPEND = 8
  2254  pkg os (netbsd-386-cgo), const O_CREATE = 512
  2255  pkg os (netbsd-386-cgo), const O_EXCL = 2048
  2256  pkg os (netbsd-386-cgo), const O_SYNC = 128
  2257  pkg os (netbsd-386-cgo), const O_TRUNC = 1024
  2258  pkg os (netbsd-386-cgo), const PathListSeparator = 58
  2259  pkg os (netbsd-386-cgo), const PathSeparator = 47
  2260  pkg os (netbsd-amd64), const DevNull = "/dev/null"
  2261  pkg os (netbsd-amd64), const O_APPEND = 8
  2262  pkg os (netbsd-amd64), const O_CREATE = 512
  2263  pkg os (netbsd-amd64), const O_EXCL = 2048
  2264  pkg os (netbsd-amd64), const O_SYNC = 128
  2265  pkg os (netbsd-amd64), const O_TRUNC = 1024
  2266  pkg os (netbsd-amd64), const PathListSeparator = 58
  2267  pkg os (netbsd-amd64), const PathSeparator = 47
  2268  pkg os (netbsd-amd64-cgo), const DevNull = "/dev/null"
  2269  pkg os (netbsd-amd64-cgo), const O_APPEND = 8
  2270  pkg os (netbsd-amd64-cgo), const O_CREATE = 512
  2271  pkg os (netbsd-amd64-cgo), const O_EXCL = 2048
  2272  pkg os (netbsd-amd64-cgo), const O_SYNC = 128
  2273  pkg os (netbsd-amd64-cgo), const O_TRUNC = 1024
  2274  pkg os (netbsd-amd64-cgo), const PathListSeparator = 58
  2275  pkg os (netbsd-amd64-cgo), const PathSeparator = 47
  2276  pkg os (netbsd-arm), const DevNull = "/dev/null"
  2277  pkg os (netbsd-arm), const O_APPEND = 8
  2278  pkg os (netbsd-arm), const O_CREATE = 512
  2279  pkg os (netbsd-arm), const O_EXCL = 2048
  2280  pkg os (netbsd-arm), const O_SYNC = 128
  2281  pkg os (netbsd-arm), const O_TRUNC = 1024
  2282  pkg os (netbsd-arm), const PathListSeparator = 58
  2283  pkg os (netbsd-arm), const PathSeparator = 47
  2284  pkg os (netbsd-arm-cgo), const DevNull = "/dev/null"
  2285  pkg os (netbsd-arm-cgo), const O_APPEND = 8
  2286  pkg os (netbsd-arm-cgo), const O_CREATE = 512
  2287  pkg os (netbsd-arm-cgo), const O_EXCL = 2048
  2288  pkg os (netbsd-arm-cgo), const O_SYNC = 128
  2289  pkg os (netbsd-arm-cgo), const O_TRUNC = 1024
  2290  pkg os (netbsd-arm-cgo), const PathListSeparator = 58
  2291  pkg os (netbsd-arm-cgo), const PathSeparator = 47
  2292  pkg os (openbsd-386), const DevNull = "/dev/null"
  2293  pkg os (openbsd-386), const O_APPEND = 8
  2294  pkg os (openbsd-386), const O_CREATE = 512
  2295  pkg os (openbsd-386), const O_EXCL = 2048
  2296  pkg os (openbsd-386), const O_SYNC = 128
  2297  pkg os (openbsd-386), const O_TRUNC = 1024
  2298  pkg os (openbsd-386), const PathListSeparator = 58
  2299  pkg os (openbsd-386), const PathSeparator = 47
  2300  pkg os (openbsd-386-cgo), const DevNull = "/dev/null"
  2301  pkg os (openbsd-386-cgo), const O_APPEND = 8
  2302  pkg os (openbsd-386-cgo), const O_CREATE = 512
  2303  pkg os (openbsd-386-cgo), const O_EXCL = 2048
  2304  pkg os (openbsd-386-cgo), const O_SYNC = 128
  2305  pkg os (openbsd-386-cgo), const O_TRUNC = 1024
  2306  pkg os (openbsd-386-cgo), const PathListSeparator = 58
  2307  pkg os (openbsd-386-cgo), const PathSeparator = 47
  2308  pkg os (openbsd-amd64), const DevNull = "/dev/null"
  2309  pkg os (openbsd-amd64), const O_APPEND = 8
  2310  pkg os (openbsd-amd64), const O_CREATE = 512
  2311  pkg os (openbsd-amd64), const O_EXCL = 2048
  2312  pkg os (openbsd-amd64), const O_SYNC = 128
  2313  pkg os (openbsd-amd64), const O_TRUNC = 1024
  2314  pkg os (openbsd-amd64), const PathListSeparator = 58
  2315  pkg os (openbsd-amd64), const PathSeparator = 47
  2316  pkg os (openbsd-amd64-cgo), const DevNull = "/dev/null"
  2317  pkg os (openbsd-amd64-cgo), const O_APPEND = 8
  2318  pkg os (openbsd-amd64-cgo), const O_CREATE = 512
  2319  pkg os (openbsd-amd64-cgo), const O_EXCL = 2048
  2320  pkg os (openbsd-amd64-cgo), const O_SYNC = 128
  2321  pkg os (openbsd-amd64-cgo), const O_TRUNC = 1024
  2322  pkg os (openbsd-amd64-cgo), const PathListSeparator = 58
  2323  pkg os (openbsd-amd64-cgo), const PathSeparator = 47
  2324  pkg os (windows-386), const DevNull = "NUL"
  2325  pkg os (windows-386), const O_APPEND = 1024
  2326  pkg os (windows-386), const O_CREATE = 64
  2327  pkg os (windows-386), const O_EXCL = 128
  2328  pkg os (windows-386), const O_SYNC = 4096
  2329  pkg os (windows-386), const O_TRUNC = 512
  2330  pkg os (windows-386), const PathListSeparator = 59
  2331  pkg os (windows-386), const PathSeparator = 92
  2332  pkg os (windows-amd64), const DevNull = "NUL"
  2333  pkg os (windows-amd64), const O_APPEND = 1024
  2334  pkg os (windows-amd64), const O_CREATE = 64
  2335  pkg os (windows-amd64), const O_EXCL = 128
  2336  pkg os (windows-amd64), const O_SYNC = 4096
  2337  pkg os (windows-amd64), const O_TRUNC = 512
  2338  pkg os (windows-amd64), const PathListSeparator = 59
  2339  pkg os (windows-amd64), const PathSeparator = 92
  2340  pkg os, const ModeAppend = 1073741824
  2341  pkg os, const ModeCharDevice = 2097152
  2342  pkg os, const ModeDevice = 67108864
  2343  pkg os, const ModeDir = 2147483648
  2344  pkg os, const ModeExclusive = 536870912
  2345  pkg os, const ModeNamedPipe = 33554432
  2346  pkg os, const ModePerm = 511
  2347  pkg os, const ModeSetgid = 4194304
  2348  pkg os, const ModeSetuid = 8388608
  2349  pkg os, const ModeSocket = 16777216
  2350  pkg os, const ModeSticky = 1048576
  2351  pkg os, const ModeSymlink = 134217728
  2352  pkg os, const ModeTemporary = 268435456
  2353  pkg os, const ModeType = 2399141888
  2354  pkg os, const O_RDONLY = 0
  2355  pkg os, const O_RDWR = 2
  2356  pkg os, const O_WRONLY = 1
  2357  pkg os, const SEEK_CUR = 1
  2358  pkg os, const SEEK_END = 2
  2359  pkg os, const SEEK_SET = 0
  2360  pkg os, method (FileMode) IsRegular() bool
  2361  pkg os/signal, func Stop(chan<- os.Signal)
  2362  pkg path/filepath (darwin-386), const ListSeparator = 58
  2363  pkg path/filepath (darwin-386), const Separator = 47
  2364  pkg path/filepath (darwin-386-cgo), const ListSeparator = 58
  2365  pkg path/filepath (darwin-386-cgo), const Separator = 47
  2366  pkg path/filepath (darwin-amd64), const ListSeparator = 58
  2367  pkg path/filepath (darwin-amd64), const Separator = 47
  2368  pkg path/filepath (darwin-amd64-cgo), const ListSeparator = 58
  2369  pkg path/filepath (darwin-amd64-cgo), const Separator = 47
  2370  pkg path/filepath (freebsd-386), const ListSeparator = 58
  2371  pkg path/filepath (freebsd-386), const Separator = 47
  2372  pkg path/filepath (freebsd-386-cgo), const ListSeparator = 58
  2373  pkg path/filepath (freebsd-386-cgo), const Separator = 47
  2374  pkg path/filepath (freebsd-amd64), const ListSeparator = 58
  2375  pkg path/filepath (freebsd-amd64), const Separator = 47
  2376  pkg path/filepath (freebsd-amd64-cgo), const ListSeparator = 58
  2377  pkg path/filepath (freebsd-amd64-cgo), const Separator = 47
  2378  pkg path/filepath (freebsd-arm), const ListSeparator = 58
  2379  pkg path/filepath (freebsd-arm), const Separator = 47
  2380  pkg path/filepath (freebsd-arm-cgo), const ListSeparator = 58
  2381  pkg path/filepath (freebsd-arm-cgo), const Separator = 47
  2382  pkg path/filepath (linux-386), const ListSeparator = 58
  2383  pkg path/filepath (linux-386), const Separator = 47
  2384  pkg path/filepath (linux-386-cgo), const ListSeparator = 58
  2385  pkg path/filepath (linux-386-cgo), const Separator = 47
  2386  pkg path/filepath (linux-amd64), const ListSeparator = 58
  2387  pkg path/filepath (linux-amd64), const Separator = 47
  2388  pkg path/filepath (linux-amd64-cgo), const ListSeparator = 58
  2389  pkg path/filepath (linux-amd64-cgo), const Separator = 47
  2390  pkg path/filepath (linux-arm), const ListSeparator = 58
  2391  pkg path/filepath (linux-arm), const Separator = 47
  2392  pkg path/filepath (linux-arm-cgo), const ListSeparator = 58
  2393  pkg path/filepath (linux-arm-cgo), const Separator = 47
  2394  pkg path/filepath (netbsd-386), const ListSeparator = 58
  2395  pkg path/filepath (netbsd-386), const Separator = 47
  2396  pkg path/filepath (netbsd-386-cgo), const ListSeparator = 58
  2397  pkg path/filepath (netbsd-386-cgo), const Separator = 47
  2398  pkg path/filepath (netbsd-amd64), const ListSeparator = 58
  2399  pkg path/filepath (netbsd-amd64), const Separator = 47
  2400  pkg path/filepath (netbsd-amd64-cgo), const ListSeparator = 58
  2401  pkg path/filepath (netbsd-amd64-cgo), const Separator = 47
  2402  pkg path/filepath (netbsd-arm), const ListSeparator = 58
  2403  pkg path/filepath (netbsd-arm), const Separator = 47
  2404  pkg path/filepath (netbsd-arm-cgo), const ListSeparator = 58
  2405  pkg path/filepath (netbsd-arm-cgo), const Separator = 47
  2406  pkg path/filepath (openbsd-386), const ListSeparator = 58
  2407  pkg path/filepath (openbsd-386), const Separator = 47
  2408  pkg path/filepath (openbsd-386-cgo), const ListSeparator = 58
  2409  pkg path/filepath (openbsd-386-cgo), const Separator = 47
  2410  pkg path/filepath (openbsd-amd64), const ListSeparator = 58
  2411  pkg path/filepath (openbsd-amd64), const Separator = 47
  2412  pkg path/filepath (openbsd-amd64-cgo), const ListSeparator = 58
  2413  pkg path/filepath (openbsd-amd64-cgo), const Separator = 47
  2414  pkg path/filepath (windows-386), const ListSeparator = 59
  2415  pkg path/filepath (windows-386), const Separator = 92
  2416  pkg path/filepath (windows-amd64), const ListSeparator = 59
  2417  pkg path/filepath (windows-amd64), const Separator = 92
  2418  pkg reflect, const Array = 17
  2419  pkg reflect, const Bool = 1
  2420  pkg reflect, const BothDir = 3
  2421  pkg reflect, const Chan = 18
  2422  pkg reflect, const Complex128 = 16
  2423  pkg reflect, const Complex64 = 15
  2424  pkg reflect, const Float32 = 13
  2425  pkg reflect, const Float64 = 14
  2426  pkg reflect, const Func = 19
  2427  pkg reflect, const Int = 2
  2428  pkg reflect, const Int16 = 4
  2429  pkg reflect, const Int32 = 5
  2430  pkg reflect, const Int64 = 6
  2431  pkg reflect, const Int8 = 3
  2432  pkg reflect, const Interface = 20
  2433  pkg reflect, const Invalid = 0
  2434  pkg reflect, const Map = 21
  2435  pkg reflect, const Ptr = 22
  2436  pkg reflect, const RecvDir = 1
  2437  pkg reflect, const SelectDefault = 3
  2438  pkg reflect, const SelectDefault SelectDir
  2439  pkg reflect, const SelectRecv = 2
  2440  pkg reflect, const SelectRecv SelectDir
  2441  pkg reflect, const SelectSend = 1
  2442  pkg reflect, const SelectSend SelectDir
  2443  pkg reflect, const SendDir = 2
  2444  pkg reflect, const Slice = 23
  2445  pkg reflect, const String = 24
  2446  pkg reflect, const Struct = 25
  2447  pkg reflect, const Uint = 7
  2448  pkg reflect, const Uint16 = 9
  2449  pkg reflect, const Uint32 = 10
  2450  pkg reflect, const Uint64 = 11
  2451  pkg reflect, const Uint8 = 8
  2452  pkg reflect, const Uintptr = 12
  2453  pkg reflect, const UnsafePointer = 26
  2454  pkg reflect, func ChanOf(ChanDir, Type) Type
  2455  pkg reflect, func MakeFunc(Type, func([]Value) []Value) Value
  2456  pkg reflect, func MapOf(Type, Type) Type
  2457  pkg reflect, func Select([]SelectCase) (int, Value, bool)
  2458  pkg reflect, func SliceOf(Type) Type
  2459  pkg reflect, method (Value) Convert(Type) Value
  2460  pkg reflect, type SelectCase struct
  2461  pkg reflect, type SelectCase struct, Chan Value
  2462  pkg reflect, type SelectCase struct, Dir SelectDir
  2463  pkg reflect, type SelectCase struct, Send Value
  2464  pkg reflect, type SelectDir int
  2465  pkg reflect, type Type interface, ConvertibleTo(Type) bool
  2466  pkg regexp, method (*Regexp) Longest()
  2467  pkg regexp, method (*Regexp) Split(string, int) []string
  2468  pkg regexp/syntax, const ClassNL = 4
  2469  pkg regexp/syntax, const DotNL = 8
  2470  pkg regexp/syntax, const EmptyBeginLine = 1
  2471  pkg regexp/syntax, const EmptyBeginText = 4
  2472  pkg regexp/syntax, const EmptyEndLine = 2
  2473  pkg regexp/syntax, const EmptyEndText = 8
  2474  pkg regexp/syntax, const EmptyNoWordBoundary = 32
  2475  pkg regexp/syntax, const EmptyWordBoundary = 16
  2476  pkg regexp/syntax, const ErrInternalError = "regexp/syntax: internal error"
  2477  pkg regexp/syntax, const ErrInvalidCharClass = "invalid character class"
  2478  pkg regexp/syntax, const ErrInvalidCharRange = "invalid character class range"
  2479  pkg regexp/syntax, const ErrInvalidEscape = "invalid escape sequence"
  2480  pkg regexp/syntax, const ErrInvalidNamedCapture = "invalid named capture"
  2481  pkg regexp/syntax, const ErrInvalidPerlOp = "invalid or unsupported Perl syntax"
  2482  pkg regexp/syntax, const ErrInvalidRepeatOp = "invalid nested repetition operator"
  2483  pkg regexp/syntax, const ErrInvalidRepeatSize = "invalid repeat count"
  2484  pkg regexp/syntax, const ErrInvalidUTF8 = "invalid UTF-8"
  2485  pkg regexp/syntax, const ErrMissingBracket = "missing closing ]"
  2486  pkg regexp/syntax, const ErrMissingParen = "missing closing )"
  2487  pkg regexp/syntax, const ErrMissingRepeatArgument = "missing argument to repetition operator"
  2488  pkg regexp/syntax, const ErrTrailingBackslash = "trailing backslash at end of expression"
  2489  pkg regexp/syntax, const ErrUnexpectedParen = "unexpected )"
  2490  pkg regexp/syntax, const ErrUnexpectedParen ErrorCode
  2491  pkg regexp/syntax, const FoldCase = 1
  2492  pkg regexp/syntax, const InstAlt = 0
  2493  pkg regexp/syntax, const InstAltMatch = 1
  2494  pkg regexp/syntax, const InstCapture = 2
  2495  pkg regexp/syntax, const InstEmptyWidth = 3
  2496  pkg regexp/syntax, const InstFail = 5
  2497  pkg regexp/syntax, const InstMatch = 4
  2498  pkg regexp/syntax, const InstNop = 6
  2499  pkg regexp/syntax, const InstRune = 7
  2500  pkg regexp/syntax, const InstRune1 = 8
  2501  pkg regexp/syntax, const InstRuneAny = 9
  2502  pkg regexp/syntax, const InstRuneAnyNotNL = 10
  2503  pkg regexp/syntax, const Literal = 2
  2504  pkg regexp/syntax, const MatchNL = 12
  2505  pkg regexp/syntax, const NonGreedy = 32
  2506  pkg regexp/syntax, const OneLine = 16
  2507  pkg regexp/syntax, const OpAlternate = 19
  2508  pkg regexp/syntax, const OpAnyChar = 6
  2509  pkg regexp/syntax, const OpAnyCharNotNL = 5
  2510  pkg regexp/syntax, const OpBeginLine = 7
  2511  pkg regexp/syntax, const OpBeginText = 9
  2512  pkg regexp/syntax, const OpCapture = 13
  2513  pkg regexp/syntax, const OpCharClass = 4
  2514  pkg regexp/syntax, const OpConcat = 18
  2515  pkg regexp/syntax, const OpEmptyMatch = 2
  2516  pkg regexp/syntax, const OpEndLine = 8
  2517  pkg regexp/syntax, const OpEndText = 10
  2518  pkg regexp/syntax, const OpLiteral = 3
  2519  pkg regexp/syntax, const OpNoMatch = 1
  2520  pkg regexp/syntax, const OpNoWordBoundary = 12
  2521  pkg regexp/syntax, const OpPlus = 15
  2522  pkg regexp/syntax, const OpQuest = 16
  2523  pkg regexp/syntax, const OpRepeat = 17
  2524  pkg regexp/syntax, const OpStar = 14
  2525  pkg regexp/syntax, const OpWordBoundary = 11
  2526  pkg regexp/syntax, const POSIX = 0
  2527  pkg regexp/syntax, const Perl = 212
  2528  pkg regexp/syntax, const PerlX = 64
  2529  pkg regexp/syntax, const Simple = 512
  2530  pkg regexp/syntax, const UnicodeGroups = 128
  2531  pkg regexp/syntax, const WasDollar = 256
  2532  pkg runtime (darwin-386), const GOARCH = "386"
  2533  pkg runtime (darwin-386), const GOOS = "darwin"
  2534  pkg runtime (darwin-386-cgo), const GOARCH = "386"
  2535  pkg runtime (darwin-386-cgo), const GOOS = "darwin"
  2536  pkg runtime (darwin-amd64), const GOARCH = "amd64"
  2537  pkg runtime (darwin-amd64), const GOOS = "darwin"
  2538  pkg runtime (darwin-amd64-cgo), const GOARCH = "amd64"
  2539  pkg runtime (darwin-amd64-cgo), const GOOS = "darwin"
  2540  pkg runtime (freebsd-386), const GOARCH = "386"
  2541  pkg runtime (freebsd-386), const GOOS = "freebsd"
  2542  pkg runtime (freebsd-386-cgo), const GOARCH = "386"
  2543  pkg runtime (freebsd-386-cgo), const GOOS = "freebsd"
  2544  pkg runtime (freebsd-amd64), const GOARCH = "amd64"
  2545  pkg runtime (freebsd-amd64), const GOOS = "freebsd"
  2546  pkg runtime (freebsd-amd64-cgo), const GOARCH = "amd64"
  2547  pkg runtime (freebsd-amd64-cgo), const GOOS = "freebsd"
  2548  pkg runtime (freebsd-arm), const GOARCH = "arm"
  2549  pkg runtime (freebsd-arm), const GOOS = "freebsd"
  2550  pkg runtime (freebsd-arm-cgo), const GOARCH = "arm"
  2551  pkg runtime (freebsd-arm-cgo), const GOOS = "freebsd"
  2552  pkg runtime (linux-386), const GOARCH = "386"
  2553  pkg runtime (linux-386), const GOOS = "linux"
  2554  pkg runtime (linux-386-cgo), const GOARCH = "386"
  2555  pkg runtime (linux-386-cgo), const GOOS = "linux"
  2556  pkg runtime (linux-amd64), const GOARCH = "amd64"
  2557  pkg runtime (linux-amd64), const GOOS = "linux"
  2558  pkg runtime (linux-amd64-cgo), const GOARCH = "amd64"
  2559  pkg runtime (linux-amd64-cgo), const GOOS = "linux"
  2560  pkg runtime (linux-arm), const GOARCH = "arm"
  2561  pkg runtime (linux-arm), const GOOS = "linux"
  2562  pkg runtime (linux-arm-cgo), const GOARCH = "arm"
  2563  pkg runtime (linux-arm-cgo), const GOOS = "linux"
  2564  pkg runtime (netbsd-386), const GOARCH = "386"
  2565  pkg runtime (netbsd-386), const GOOS = "netbsd"
  2566  pkg runtime (netbsd-386-cgo), const GOARCH = "386"
  2567  pkg runtime (netbsd-386-cgo), const GOOS = "netbsd"
  2568  pkg runtime (netbsd-amd64), const GOARCH = "amd64"
  2569  pkg runtime (netbsd-amd64), const GOOS = "netbsd"
  2570  pkg runtime (netbsd-amd64-cgo), const GOARCH = "amd64"
  2571  pkg runtime (netbsd-amd64-cgo), const GOOS = "netbsd"
  2572  pkg runtime (netbsd-arm), const GOARCH = "arm"
  2573  pkg runtime (netbsd-arm), const GOOS = "netbsd"
  2574  pkg runtime (netbsd-arm-cgo), const GOARCH = "arm"
  2575  pkg runtime (netbsd-arm-cgo), const GOOS = "netbsd"
  2576  pkg runtime (openbsd-386), const GOARCH = "386"
  2577  pkg runtime (openbsd-386), const GOOS = "openbsd"
  2578  pkg runtime (openbsd-386-cgo), const GOARCH = "386"
  2579  pkg runtime (openbsd-386-cgo), const GOOS = "openbsd"
  2580  pkg runtime (openbsd-amd64), const GOARCH = "amd64"
  2581  pkg runtime (openbsd-amd64), const GOOS = "openbsd"
  2582  pkg runtime (openbsd-amd64-cgo), const GOARCH = "amd64"
  2583  pkg runtime (openbsd-amd64-cgo), const GOOS = "openbsd"
  2584  pkg runtime (windows-386), const GOARCH = "386"
  2585  pkg runtime (windows-386), const GOOS = "windows"
  2586  pkg runtime (windows-amd64), const GOARCH = "amd64"
  2587  pkg runtime (windows-amd64), const GOOS = "windows"
  2588  pkg runtime, const Compiler = "gc"
  2589  pkg runtime, func BlockProfile([]BlockProfileRecord) (int, bool)
  2590  pkg runtime, func SetBlockProfileRate(int)
  2591  pkg runtime, method (*BlockProfileRecord) Stack() []uintptr
  2592  pkg runtime, type BlockProfileRecord struct
  2593  pkg runtime, type BlockProfileRecord struct, Count int64
  2594  pkg runtime, type BlockProfileRecord struct, Cycles int64
  2595  pkg runtime, type BlockProfileRecord struct, embedded StackRecord
  2596  pkg runtime/debug, func FreeOSMemory()
  2597  pkg runtime/debug, func ReadGCStats(*GCStats)
  2598  pkg runtime/debug, func SetGCPercent(int) int
  2599  pkg runtime/debug, type GCStats struct
  2600  pkg runtime/debug, type GCStats struct, LastGC time.Time
  2601  pkg runtime/debug, type GCStats struct, NumGC int64
  2602  pkg runtime/debug, type GCStats struct, Pause []time.Duration
  2603  pkg runtime/debug, type GCStats struct, PauseQuantiles []time.Duration
  2604  pkg runtime/debug, type GCStats struct, PauseTotal time.Duration
  2605  pkg sort, func Reverse(Interface) Interface
  2606  pkg strconv, const IntSize = 64
  2607  pkg strings, func TrimPrefix(string, string) string
  2608  pkg strings, func TrimSuffix(string, string) string
  2609  pkg strings, method (*Reader) WriteTo(io.Writer) (int64, error)
  2610  pkg syscall (darwin-386), const AF_APPLETALK = 16
  2611  pkg syscall (darwin-386), const AF_CCITT = 10
  2612  pkg syscall (darwin-386), const AF_CHAOS = 5
  2613  pkg syscall (darwin-386), const AF_CNT = 21
  2614  pkg syscall (darwin-386), const AF_COIP = 20
  2615  pkg syscall (darwin-386), const AF_DATAKIT = 9
  2616  pkg syscall (darwin-386), const AF_DECnet = 12
  2617  pkg syscall (darwin-386), const AF_DLI = 13
  2618  pkg syscall (darwin-386), const AF_E164 = 28
  2619  pkg syscall (darwin-386), const AF_ECMA = 8
  2620  pkg syscall (darwin-386), const AF_HYLINK = 15
  2621  pkg syscall (darwin-386), const AF_IEEE80211 = 37
  2622  pkg syscall (darwin-386), const AF_IMPLINK = 3
  2623  pkg syscall (darwin-386), const AF_INET6 = 30
  2624  pkg syscall (darwin-386), const AF_IPX = 23
  2625  pkg syscall (darwin-386), const AF_ISDN = 28
  2626  pkg syscall (darwin-386), const AF_ISO = 7
  2627  pkg syscall (darwin-386), const AF_LAT = 14
  2628  pkg syscall (darwin-386), const AF_LINK = 18
  2629  pkg syscall (darwin-386), const AF_LOCAL = 1
  2630  pkg syscall (darwin-386), const AF_MAX = 38
  2631  pkg syscall (darwin-386), const AF_NATM = 31
  2632  pkg syscall (darwin-386), const AF_NDRV = 27
  2633  pkg syscall (darwin-386), const AF_NETBIOS = 33
  2634  pkg syscall (darwin-386), const AF_NS = 6
  2635  pkg syscall (darwin-386), const AF_OSI = 7
  2636  pkg syscall (darwin-386), const AF_PPP = 34
  2637  pkg syscall (darwin-386), const AF_PUP = 4
  2638  pkg syscall (darwin-386), const AF_RESERVED_36 = 36
  2639  pkg syscall (darwin-386), const AF_ROUTE = 17
  2640  pkg syscall (darwin-386), const AF_SIP = 24
  2641  pkg syscall (darwin-386), const AF_SNA = 11
  2642  pkg syscall (darwin-386), const AF_SYSTEM = 32
  2643  pkg syscall (darwin-386), const B0 = 0
  2644  pkg syscall (darwin-386), const B0 ideal-int
  2645  pkg syscall (darwin-386), const B110 = 110
  2646  pkg syscall (darwin-386), const B110 ideal-int
  2647  pkg syscall (darwin-386), const B115200 = 115200
  2648  pkg syscall (darwin-386), const B115200 ideal-int
  2649  pkg syscall (darwin-386), const B1200 = 1200
  2650  pkg syscall (darwin-386), const B1200 ideal-int
  2651  pkg syscall (darwin-386), const B134 = 134
  2652  pkg syscall (darwin-386), const B134 ideal-int
  2653  pkg syscall (darwin-386), const B14400 = 14400
  2654  pkg syscall (darwin-386), const B14400 ideal-int
  2655  pkg syscall (darwin-386), const B150 = 150
  2656  pkg syscall (darwin-386), const B150 ideal-int
  2657  pkg syscall (darwin-386), const B1800 = 1800
  2658  pkg syscall (darwin-386), const B1800 ideal-int
  2659  pkg syscall (darwin-386), const B19200 = 19200
  2660  pkg syscall (darwin-386), const B19200 ideal-int
  2661  pkg syscall (darwin-386), const B200 = 200
  2662  pkg syscall (darwin-386), const B200 ideal-int
  2663  pkg syscall (darwin-386), const B230400 = 230400
  2664  pkg syscall (darwin-386), const B230400 ideal-int
  2665  pkg syscall (darwin-386), const B2400 = 2400
  2666  pkg syscall (darwin-386), const B2400 ideal-int
  2667  pkg syscall (darwin-386), const B28800 = 28800
  2668  pkg syscall (darwin-386), const B28800 ideal-int
  2669  pkg syscall (darwin-386), const B300 = 300
  2670  pkg syscall (darwin-386), const B300 ideal-int
  2671  pkg syscall (darwin-386), const B38400 = 38400
  2672  pkg syscall (darwin-386), const B38400 ideal-int
  2673  pkg syscall (darwin-386), const B4800 = 4800
  2674  pkg syscall (darwin-386), const B4800 ideal-int
  2675  pkg syscall (darwin-386), const B50 = 50
  2676  pkg syscall (darwin-386), const B50 ideal-int
  2677  pkg syscall (darwin-386), const B57600 = 57600
  2678  pkg syscall (darwin-386), const B57600 ideal-int
  2679  pkg syscall (darwin-386), const B600 = 600
  2680  pkg syscall (darwin-386), const B600 ideal-int
  2681  pkg syscall (darwin-386), const B7200 = 7200
  2682  pkg syscall (darwin-386), const B7200 ideal-int
  2683  pkg syscall (darwin-386), const B75 = 75
  2684  pkg syscall (darwin-386), const B75 ideal-int
  2685  pkg syscall (darwin-386), const B76800 = 76800
  2686  pkg syscall (darwin-386), const B76800 ideal-int
  2687  pkg syscall (darwin-386), const B9600 = 9600
  2688  pkg syscall (darwin-386), const B9600 ideal-int
  2689  pkg syscall (darwin-386), const BIOCFLUSH = 536887912
  2690  pkg syscall (darwin-386), const BIOCGBLEN = 1074020966
  2691  pkg syscall (darwin-386), const BIOCGDLT = 1074020970
  2692  pkg syscall (darwin-386), const BIOCGDLTLIST = 3222028921
  2693  pkg syscall (darwin-386), const BIOCGETIF = 1075855979
  2694  pkg syscall (darwin-386), const BIOCGHDRCMPLT = 1074020980
  2695  pkg syscall (darwin-386), const BIOCGRSIG = 1074020978
  2696  pkg syscall (darwin-386), const BIOCGRTIMEOUT = 1074283118
  2697  pkg syscall (darwin-386), const BIOCGSEESENT = 1074020982
  2698  pkg syscall (darwin-386), const BIOCGSTATS = 1074283119
  2699  pkg syscall (darwin-386), const BIOCIMMEDIATE = 2147762800
  2700  pkg syscall (darwin-386), const BIOCPROMISC = 536887913
  2701  pkg syscall (darwin-386), const BIOCSBLEN = 3221504614
  2702  pkg syscall (darwin-386), const BIOCSDLT = 2147762808
  2703  pkg syscall (darwin-386), const BIOCSETF = 2148024935
  2704  pkg syscall (darwin-386), const BIOCSETIF = 2149597804
  2705  pkg syscall (darwin-386), const BIOCSHDRCMPLT = 2147762805
  2706  pkg syscall (darwin-386), const BIOCSRSIG = 2147762803
  2707  pkg syscall (darwin-386), const BIOCSRTIMEOUT = 2148024941
  2708  pkg syscall (darwin-386), const BIOCSSEESENT = 2147762807
  2709  pkg syscall (darwin-386), const BIOCVERSION = 1074020977
  2710  pkg syscall (darwin-386), const BPF_A = 16
  2711  pkg syscall (darwin-386), const BPF_ABS = 32
  2712  pkg syscall (darwin-386), const BPF_ADD = 0
  2713  pkg syscall (darwin-386), const BPF_ALIGNMENT = 4
  2714  pkg syscall (darwin-386), const BPF_ALU = 4
  2715  pkg syscall (darwin-386), const BPF_AND = 80
  2716  pkg syscall (darwin-386), const BPF_B = 16
  2717  pkg syscall (darwin-386), const BPF_DIV = 48
  2718  pkg syscall (darwin-386), const BPF_H = 8
  2719  pkg syscall (darwin-386), const BPF_IMM = 0
  2720  pkg syscall (darwin-386), const BPF_IND = 64
  2721  pkg syscall (darwin-386), const BPF_JA = 0
  2722  pkg syscall (darwin-386), const BPF_JEQ = 16
  2723  pkg syscall (darwin-386), const BPF_JGE = 48
  2724  pkg syscall (darwin-386), const BPF_JGT = 32
  2725  pkg syscall (darwin-386), const BPF_JMP = 5
  2726  pkg syscall (darwin-386), const BPF_JSET = 64
  2727  pkg syscall (darwin-386), const BPF_K = 0
  2728  pkg syscall (darwin-386), const BPF_LD = 0
  2729  pkg syscall (darwin-386), const BPF_LDX = 1
  2730  pkg syscall (darwin-386), const BPF_LEN = 128
  2731  pkg syscall (darwin-386), const BPF_LSH = 96
  2732  pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
  2733  pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288
  2734  pkg syscall (darwin-386), const BPF_MAXINSNS = 512
  2735  pkg syscall (darwin-386), const BPF_MEM = 96
  2736  pkg syscall (darwin-386), const BPF_MEMWORDS = 16
  2737  pkg syscall (darwin-386), const BPF_MINBUFSIZE = 32
  2738  pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
  2739  pkg syscall (darwin-386), const BPF_MISC = 7
  2740  pkg syscall (darwin-386), const BPF_MSH = 160
  2741  pkg syscall (darwin-386), const BPF_MUL = 32
  2742  pkg syscall (darwin-386), const BPF_NEG = 128
  2743  pkg syscall (darwin-386), const BPF_OR = 64
  2744  pkg syscall (darwin-386), const BPF_RELEASE = 199606
  2745  pkg syscall (darwin-386), const BPF_RET = 6
  2746  pkg syscall (darwin-386), const BPF_RSH = 112
  2747  pkg syscall (darwin-386), const BPF_ST = 2
  2748  pkg syscall (darwin-386), const BPF_STX = 3
  2749  pkg syscall (darwin-386), const BPF_SUB = 16
  2750  pkg syscall (darwin-386), const BPF_TAX = 0
  2751  pkg syscall (darwin-386), const BPF_TXA = 128
  2752  pkg syscall (darwin-386), const BPF_W = 0
  2753  pkg syscall (darwin-386), const BPF_X = 8
  2754  pkg syscall (darwin-386), const BRKINT = 2
  2755  pkg syscall (darwin-386), const BRKINT ideal-int
  2756  pkg syscall (darwin-386), const CFLUSH = 15
  2757  pkg syscall (darwin-386), const CFLUSH ideal-int
  2758  pkg syscall (darwin-386), const CLOCAL = 32768
  2759  pkg syscall (darwin-386), const CLOCAL ideal-int
  2760  pkg syscall (darwin-386), const CREAD = 2048
  2761  pkg syscall (darwin-386), const CREAD ideal-int
  2762  pkg syscall (darwin-386), const CS5 = 0
  2763  pkg syscall (darwin-386), const CS5 ideal-int
  2764  pkg syscall (darwin-386), const CS6 = 256
  2765  pkg syscall (darwin-386), const CS6 ideal-int
  2766  pkg syscall (darwin-386), const CS7 = 512
  2767  pkg syscall (darwin-386), const CS7 ideal-int
  2768  pkg syscall (darwin-386), const CS8 = 768
  2769  pkg syscall (darwin-386), const CS8 ideal-int
  2770  pkg syscall (darwin-386), const CSIZE = 768
  2771  pkg syscall (darwin-386), const CSIZE ideal-int
  2772  pkg syscall (darwin-386), const CSTART = 17
  2773  pkg syscall (darwin-386), const CSTART ideal-int
  2774  pkg syscall (darwin-386), const CSTATUS = 20
  2775  pkg syscall (darwin-386), const CSTATUS ideal-int
  2776  pkg syscall (darwin-386), const CSTOP = 19
  2777  pkg syscall (darwin-386), const CSTOP ideal-int
  2778  pkg syscall (darwin-386), const CSTOPB = 1024
  2779  pkg syscall (darwin-386), const CSTOPB ideal-int
  2780  pkg syscall (darwin-386), const CSUSP = 26
  2781  pkg syscall (darwin-386), const CSUSP ideal-int
  2782  pkg syscall (darwin-386), const CTL_MAXNAME = 12
  2783  pkg syscall (darwin-386), const CTL_NET = 4
  2784  pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  2785  pkg syscall (darwin-386), const DLT_ARCNET = 7
  2786  pkg syscall (darwin-386), const DLT_ATM_CLIP = 19
  2787  pkg syscall (darwin-386), const DLT_ATM_RFC1483 = 11
  2788  pkg syscall (darwin-386), const DLT_AX25 = 3
  2789  pkg syscall (darwin-386), const DLT_CHAOS = 5
  2790  pkg syscall (darwin-386), const DLT_CHDLC = 104
  2791  pkg syscall (darwin-386), const DLT_C_HDLC = 104
  2792  pkg syscall (darwin-386), const DLT_EN10MB = 1
  2793  pkg syscall (darwin-386), const DLT_EN3MB = 2
  2794  pkg syscall (darwin-386), const DLT_FDDI = 10
  2795  pkg syscall (darwin-386), const DLT_IEEE802 = 6
  2796  pkg syscall (darwin-386), const DLT_IEEE802_11 = 105
  2797  pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO = 127
  2798  pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO_AVS = 163
  2799  pkg syscall (darwin-386), const DLT_LINUX_SLL = 113
  2800  pkg syscall (darwin-386), const DLT_LOOP = 108
  2801  pkg syscall (darwin-386), const DLT_NULL = 0
  2802  pkg syscall (darwin-386), const DLT_PFLOG = 117
  2803  pkg syscall (darwin-386), const DLT_PFSYNC = 18
  2804  pkg syscall (darwin-386), const DLT_PPP = 9
  2805  pkg syscall (darwin-386), const DLT_PPP_BSDOS = 16
  2806  pkg syscall (darwin-386), const DLT_PPP_SERIAL = 50
  2807  pkg syscall (darwin-386), const DLT_PRONET = 4
  2808  pkg syscall (darwin-386), const DLT_RAW = 12
  2809  pkg syscall (darwin-386), const DLT_SLIP = 8
  2810  pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
  2811  pkg syscall (darwin-386), const DT_BLK = 6
  2812  pkg syscall (darwin-386), const DT_CHR = 2
  2813  pkg syscall (darwin-386), const DT_DIR = 4
  2814  pkg syscall (darwin-386), const DT_FIFO = 1
  2815  pkg syscall (darwin-386), const DT_LNK = 10
  2816  pkg syscall (darwin-386), const DT_REG = 8
  2817  pkg syscall (darwin-386), const DT_SOCK = 12
  2818  pkg syscall (darwin-386), const DT_UNKNOWN = 0
  2819  pkg syscall (darwin-386), const DT_WHT = 14
  2820  pkg syscall (darwin-386), const E2BIG = 7
  2821  pkg syscall (darwin-386), const EACCES = 13
  2822  pkg syscall (darwin-386), const EADDRINUSE = 48
  2823  pkg syscall (darwin-386), const EADDRNOTAVAIL = 49
  2824  pkg syscall (darwin-386), const EAFNOSUPPORT = 47
  2825  pkg syscall (darwin-386), const EAGAIN = 35
  2826  pkg syscall (darwin-386), const EALREADY = 37
  2827  pkg syscall (darwin-386), const EAUTH = 80
  2828  pkg syscall (darwin-386), const EBADARCH = 86
  2829  pkg syscall (darwin-386), const EBADEXEC = 85
  2830  pkg syscall (darwin-386), const EBADF = 9
  2831  pkg syscall (darwin-386), const EBADMACHO = 88
  2832  pkg syscall (darwin-386), const EBADMSG = 94
  2833  pkg syscall (darwin-386), const EBADRPC = 72
  2834  pkg syscall (darwin-386), const EBUSY = 16
  2835  pkg syscall (darwin-386), const ECANCELED = 89
  2836  pkg syscall (darwin-386), const ECHILD = 10
  2837  pkg syscall (darwin-386), const ECHO = 8
  2838  pkg syscall (darwin-386), const ECHOCTL = 64
  2839  pkg syscall (darwin-386), const ECHOE = 2
  2840  pkg syscall (darwin-386), const ECHOK = 4
  2841  pkg syscall (darwin-386), const ECHOKE = 1
  2842  pkg syscall (darwin-386), const ECHONL = 16
  2843  pkg syscall (darwin-386), const ECHOPRT = 32
  2844  pkg syscall (darwin-386), const ECONNABORTED = 53
  2845  pkg syscall (darwin-386), const ECONNREFUSED = 61
  2846  pkg syscall (darwin-386), const ECONNRESET = 54
  2847  pkg syscall (darwin-386), const EDEADLK = 11
  2848  pkg syscall (darwin-386), const EDESTADDRREQ = 39
  2849  pkg syscall (darwin-386), const EDEVERR = 83
  2850  pkg syscall (darwin-386), const EDOM = 33
  2851  pkg syscall (darwin-386), const EDQUOT = 69
  2852  pkg syscall (darwin-386), const EEXIST = 17
  2853  pkg syscall (darwin-386), const EFAULT = 14
  2854  pkg syscall (darwin-386), const EFBIG = 27
  2855  pkg syscall (darwin-386), const EFTYPE = 79
  2856  pkg syscall (darwin-386), const EHOSTDOWN = 64
  2857  pkg syscall (darwin-386), const EHOSTUNREACH = 65
  2858  pkg syscall (darwin-386), const EIDRM = 90
  2859  pkg syscall (darwin-386), const EILSEQ = 92
  2860  pkg syscall (darwin-386), const EINPROGRESS = 36
  2861  pkg syscall (darwin-386), const EINTR = 4
  2862  pkg syscall (darwin-386), const EINVAL = 22
  2863  pkg syscall (darwin-386), const EIO = 5
  2864  pkg syscall (darwin-386), const EISCONN = 56
  2865  pkg syscall (darwin-386), const EISDIR = 21
  2866  pkg syscall (darwin-386), const ELAST = 105
  2867  pkg syscall (darwin-386), const ELOOP = 62
  2868  pkg syscall (darwin-386), const EMFILE = 24
  2869  pkg syscall (darwin-386), const EMLINK = 31
  2870  pkg syscall (darwin-386), const EMSGSIZE = 40
  2871  pkg syscall (darwin-386), const EMULTIHOP = 95
  2872  pkg syscall (darwin-386), const ENAMETOOLONG = 63
  2873  pkg syscall (darwin-386), const ENEEDAUTH = 81
  2874  pkg syscall (darwin-386), const ENETDOWN = 50
  2875  pkg syscall (darwin-386), const ENETRESET = 52
  2876  pkg syscall (darwin-386), const ENETUNREACH = 51
  2877  pkg syscall (darwin-386), const ENFILE = 23
  2878  pkg syscall (darwin-386), const ENOATTR = 93
  2879  pkg syscall (darwin-386), const ENOBUFS = 55
  2880  pkg syscall (darwin-386), const ENODATA = 96
  2881  pkg syscall (darwin-386), const ENODEV = 19
  2882  pkg syscall (darwin-386), const ENOEXEC = 8
  2883  pkg syscall (darwin-386), const ENOLCK = 77
  2884  pkg syscall (darwin-386), const ENOLINK = 97
  2885  pkg syscall (darwin-386), const ENOMEM = 12
  2886  pkg syscall (darwin-386), const ENOMSG = 91
  2887  pkg syscall (darwin-386), const ENOPOLICY = 103
  2888  pkg syscall (darwin-386), const ENOPROTOOPT = 42
  2889  pkg syscall (darwin-386), const ENOSPC = 28
  2890  pkg syscall (darwin-386), const ENOSR = 98
  2891  pkg syscall (darwin-386), const ENOSTR = 99
  2892  pkg syscall (darwin-386), const ENOSYS = 78
  2893  pkg syscall (darwin-386), const ENOTBLK = 15
  2894  pkg syscall (darwin-386), const ENOTCONN = 57
  2895  pkg syscall (darwin-386), const ENOTDIR = 20
  2896  pkg syscall (darwin-386), const ENOTEMPTY = 66
  2897  pkg syscall (darwin-386), const ENOTRECOVERABLE = 104
  2898  pkg syscall (darwin-386), const ENOTSOCK = 38
  2899  pkg syscall (darwin-386), const ENOTSUP = 45
  2900  pkg syscall (darwin-386), const ENOTTY = 25
  2901  pkg syscall (darwin-386), const ENXIO = 6
  2902  pkg syscall (darwin-386), const EOPNOTSUPP = 102
  2903  pkg syscall (darwin-386), const EOVERFLOW = 84
  2904  pkg syscall (darwin-386), const EOWNERDEAD = 105
  2905  pkg syscall (darwin-386), const EPERM = 1
  2906  pkg syscall (darwin-386), const EPFNOSUPPORT = 46
  2907  pkg syscall (darwin-386), const EPIPE = 32
  2908  pkg syscall (darwin-386), const EPROCLIM = 67
  2909  pkg syscall (darwin-386), const EPROCUNAVAIL = 76
  2910  pkg syscall (darwin-386), const EPROGMISMATCH = 75
  2911  pkg syscall (darwin-386), const EPROGUNAVAIL = 74
  2912  pkg syscall (darwin-386), const EPROTO = 100
  2913  pkg syscall (darwin-386), const EPROTONOSUPPORT = 43
  2914  pkg syscall (darwin-386), const EPROTOTYPE = 41
  2915  pkg syscall (darwin-386), const EPWROFF = 82
  2916  pkg syscall (darwin-386), const ERANGE = 34
  2917  pkg syscall (darwin-386), const EREMOTE = 71
  2918  pkg syscall (darwin-386), const EROFS = 30
  2919  pkg syscall (darwin-386), const ERPCMISMATCH = 73
  2920  pkg syscall (darwin-386), const ESHLIBVERS = 87
  2921  pkg syscall (darwin-386), const ESHUTDOWN = 58
  2922  pkg syscall (darwin-386), const ESOCKTNOSUPPORT = 44
  2923  pkg syscall (darwin-386), const ESPIPE = 29
  2924  pkg syscall (darwin-386), const ESRCH = 3
  2925  pkg syscall (darwin-386), const ESTALE = 70
  2926  pkg syscall (darwin-386), const ETIME = 101
  2927  pkg syscall (darwin-386), const ETIMEDOUT = 60
  2928  pkg syscall (darwin-386), const ETOOMANYREFS = 59
  2929  pkg syscall (darwin-386), const ETXTBSY = 26
  2930  pkg syscall (darwin-386), const EUSERS = 68
  2931  pkg syscall (darwin-386), const EVFILT_AIO = -3
  2932  pkg syscall (darwin-386), const EVFILT_FS = -9
  2933  pkg syscall (darwin-386), const EVFILT_MACHPORT = -8
  2934  pkg syscall (darwin-386), const EVFILT_PROC = -5
  2935  pkg syscall (darwin-386), const EVFILT_READ = -1
  2936  pkg syscall (darwin-386), const EVFILT_SIGNAL = -6
  2937  pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12
  2938  pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12
  2939  pkg syscall (darwin-386), const EVFILT_TIMER = -7
  2940  pkg syscall (darwin-386), const EVFILT_USER = -10
  2941  pkg syscall (darwin-386), const EVFILT_VM = -12
  2942  pkg syscall (darwin-386), const EVFILT_VNODE = -4
  2943  pkg syscall (darwin-386), const EVFILT_WRITE = -2
  2944  pkg syscall (darwin-386), const EV_ADD = 1
  2945  pkg syscall (darwin-386), const EV_CLEAR = 32
  2946  pkg syscall (darwin-386), const EV_DELETE = 2
  2947  pkg syscall (darwin-386), const EV_DISABLE = 8
  2948  pkg syscall (darwin-386), const EV_DISPATCH = 128
  2949  pkg syscall (darwin-386), const EV_ENABLE = 4
  2950  pkg syscall (darwin-386), const EV_EOF = 32768
  2951  pkg syscall (darwin-386), const EV_ERROR = 16384
  2952  pkg syscall (darwin-386), const EV_FLAG0 = 4096
  2953  pkg syscall (darwin-386), const EV_FLAG1 = 8192
  2954  pkg syscall (darwin-386), const EV_ONESHOT = 16
  2955  pkg syscall (darwin-386), const EV_OOBAND = 8192
  2956  pkg syscall (darwin-386), const EV_POLL = 4096
  2957  pkg syscall (darwin-386), const EV_RECEIPT = 64
  2958  pkg syscall (darwin-386), const EV_SYSFLAGS = 61440
  2959  pkg syscall (darwin-386), const EWOULDBLOCK = 35
  2960  pkg syscall (darwin-386), const EXDEV = 18
  2961  pkg syscall (darwin-386), const EXTA = 19200
  2962  pkg syscall (darwin-386), const EXTB = 38400
  2963  pkg syscall (darwin-386), const EXTPROC = 2048
  2964  pkg syscall (darwin-386), const FD_CLOEXEC = 1
  2965  pkg syscall (darwin-386), const FD_SETSIZE = 1024
  2966  pkg syscall (darwin-386), const FLUSHO = 8388608
  2967  pkg syscall (darwin-386), const FLUSHO ideal-int
  2968  pkg syscall (darwin-386), const F_ADDFILESIGS = 61
  2969  pkg syscall (darwin-386), const F_ADDSIGS = 59
  2970  pkg syscall (darwin-386), const F_ALLOCATEALL = 4
  2971  pkg syscall (darwin-386), const F_ALLOCATECONTIG = 2
  2972  pkg syscall (darwin-386), const F_CHKCLEAN = 41
  2973  pkg syscall (darwin-386), const F_DUPFD = 0
  2974  pkg syscall (darwin-386), const F_DUPFD_CLOEXEC = 67
  2975  pkg syscall (darwin-386), const F_FLUSH_DATA = 40
  2976  pkg syscall (darwin-386), const F_FREEZE_FS = 53
  2977  pkg syscall (darwin-386), const F_FULLFSYNC = 51
  2978  pkg syscall (darwin-386), const F_GETFD = 1
  2979  pkg syscall (darwin-386), const F_GETFL = 3
  2980  pkg syscall (darwin-386), const F_GETLK = 7
  2981  pkg syscall (darwin-386), const F_GETLKPID = 66
  2982  pkg syscall (darwin-386), const F_GETNOSIGPIPE = 74
  2983  pkg syscall (darwin-386), const F_GETOWN = 5
  2984  pkg syscall (darwin-386), const F_GETPATH = 50
  2985  pkg syscall (darwin-386), const F_GETPATH_MTMINFO = 71
  2986  pkg syscall (darwin-386), const F_GETPROTECTIONCLASS = 63
  2987  pkg syscall (darwin-386), const F_GLOBAL_NOCACHE = 55
  2988  pkg syscall (darwin-386), const F_LOG2PHYS = 49
  2989  pkg syscall (darwin-386), const F_LOG2PHYS_EXT = 65
  2990  pkg syscall (darwin-386), const F_MARKDEPENDENCY = 60
  2991  pkg syscall (darwin-386), const F_NOCACHE = 48
  2992  pkg syscall (darwin-386), const F_NODIRECT = 62
  2993  pkg syscall (darwin-386), const F_OK = 0
  2994  pkg syscall (darwin-386), const F_PATHPKG_CHECK = 52
  2995  pkg syscall (darwin-386), const F_PEOFPOSMODE = 3
  2996  pkg syscall (darwin-386), const F_PREALLOCATE = 42
  2997  pkg syscall (darwin-386), const F_RDADVISE = 44
  2998  pkg syscall (darwin-386), const F_RDAHEAD = 45
  2999  pkg syscall (darwin-386), const F_RDLCK = 1
  3000  pkg syscall (darwin-386), const F_READBOOTSTRAP = 46
  3001  pkg syscall (darwin-386), const F_SETBACKINGSTORE = 70
  3002  pkg syscall (darwin-386), const F_SETFD = 2
  3003  pkg syscall (darwin-386), const F_SETFL = 4
  3004  pkg syscall (darwin-386), const F_SETLK = 8
  3005  pkg syscall (darwin-386), const F_SETLKW = 9
  3006  pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73
  3007  pkg syscall (darwin-386), const F_SETOWN = 6
  3008  pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64
  3009  pkg syscall (darwin-386), const F_SETSIZE = 43
  3010  pkg syscall (darwin-386), const F_THAW_FS = 54
  3011  pkg syscall (darwin-386), const F_UNLCK = 2
  3012  pkg syscall (darwin-386), const F_VOLPOSMODE = 4
  3013  pkg syscall (darwin-386), const F_WRITEBOOTSTRAP = 47
  3014  pkg syscall (darwin-386), const F_WRLCK = 3
  3015  pkg syscall (darwin-386), const HUPCL = 16384
  3016  pkg syscall (darwin-386), const HUPCL ideal-int
  3017  pkg syscall (darwin-386), const ICANON = 256
  3018  pkg syscall (darwin-386), const ICANON ideal-int
  3019  pkg syscall (darwin-386), const ICRNL = 256
  3020  pkg syscall (darwin-386), const ICRNL ideal-int
  3021  pkg syscall (darwin-386), const IEXTEN = 1024
  3022  pkg syscall (darwin-386), const IEXTEN ideal-int
  3023  pkg syscall (darwin-386), const IFF_ALLMULTI = 512
  3024  pkg syscall (darwin-386), const IFF_ALTPHYS = 16384
  3025  pkg syscall (darwin-386), const IFF_DEBUG = 4
  3026  pkg syscall (darwin-386), const IFF_LINK0 = 4096
  3027  pkg syscall (darwin-386), const IFF_LINK1 = 8192
  3028  pkg syscall (darwin-386), const IFF_LINK2 = 16384
  3029  pkg syscall (darwin-386), const IFF_LOOPBACK = 8
  3030  pkg syscall (darwin-386), const IFF_MULTICAST = 32768
  3031  pkg syscall (darwin-386), const IFF_NOARP = 128
  3032  pkg syscall (darwin-386), const IFF_NOTRAILERS = 32
  3033  pkg syscall (darwin-386), const IFF_OACTIVE = 1024
  3034  pkg syscall (darwin-386), const IFF_POINTOPOINT = 16
  3035  pkg syscall (darwin-386), const IFF_PROMISC = 256
  3036  pkg syscall (darwin-386), const IFF_RUNNING = 64
  3037  pkg syscall (darwin-386), const IFF_SIMPLEX = 2048
  3038  pkg syscall (darwin-386), const IFNAMSIZ = 16
  3039  pkg syscall (darwin-386), const IFT_1822 = 2
  3040  pkg syscall (darwin-386), const IFT_AAL5 = 49
  3041  pkg syscall (darwin-386), const IFT_ARCNET = 35
  3042  pkg syscall (darwin-386), const IFT_ARCNETPLUS = 36
  3043  pkg syscall (darwin-386), const IFT_ATM = 37
  3044  pkg syscall (darwin-386), const IFT_BRIDGE = 209
  3045  pkg syscall (darwin-386), const IFT_CARP = 248
  3046  pkg syscall (darwin-386), const IFT_CELLULAR = 255
  3047  pkg syscall (darwin-386), const IFT_CEPT = 19
  3048  pkg syscall (darwin-386), const IFT_DS3 = 30
  3049  pkg syscall (darwin-386), const IFT_ENC = 244
  3050  pkg syscall (darwin-386), const IFT_EON = 25
  3051  pkg syscall (darwin-386), const IFT_ETHER = 6
  3052  pkg syscall (darwin-386), const IFT_FAITH = 56
  3053  pkg syscall (darwin-386), const IFT_FDDI = 15
  3054  pkg syscall (darwin-386), const IFT_FRELAY = 32
  3055  pkg syscall (darwin-386), const IFT_FRELAYDCE = 44
  3056  pkg syscall (darwin-386), const IFT_GIF = 55
  3057  pkg syscall (darwin-386), const IFT_HDH1822 = 3
  3058  pkg syscall (darwin-386), const IFT_HIPPI = 47
  3059  pkg syscall (darwin-386), const IFT_HSSI = 46
  3060  pkg syscall (darwin-386), const IFT_HY = 14
  3061  pkg syscall (darwin-386), const IFT_IEEE1394 = 144
  3062  pkg syscall (darwin-386), const IFT_IEEE8023ADLAG = 136
  3063  pkg syscall (darwin-386), const IFT_ISDNBASIC = 20
  3064  pkg syscall (darwin-386), const IFT_ISDNPRIMARY = 21
  3065  pkg syscall (darwin-386), const IFT_ISO88022LLC = 41
  3066  pkg syscall (darwin-386), const IFT_ISO88023 = 7
  3067  pkg syscall (darwin-386), const IFT_ISO88024 = 8
  3068  pkg syscall (darwin-386), const IFT_ISO88025 = 9
  3069  pkg syscall (darwin-386), const IFT_ISO88026 = 10
  3070  pkg syscall (darwin-386), const IFT_L2VLAN = 135
  3071  pkg syscall (darwin-386), const IFT_LAPB = 16
  3072  pkg syscall (darwin-386), const IFT_LOCALTALK = 42
  3073  pkg syscall (darwin-386), const IFT_LOOP = 24
  3074  pkg syscall (darwin-386), const IFT_MIOX25 = 38
  3075  pkg syscall (darwin-386), const IFT_MODEM = 48
  3076  pkg syscall (darwin-386), const IFT_NSIP = 27
  3077  pkg syscall (darwin-386), const IFT_OTHER = 1
  3078  pkg syscall (darwin-386), const IFT_P10 = 12
  3079  pkg syscall (darwin-386), const IFT_P80 = 13
  3080  pkg syscall (darwin-386), const IFT_PARA = 34
  3081  pkg syscall (darwin-386), const IFT_PDP = 255
  3082  pkg syscall (darwin-386), const IFT_PFLOG = 245
  3083  pkg syscall (darwin-386), const IFT_PFSYNC = 246
  3084  pkg syscall (darwin-386), const IFT_PPP = 23
  3085  pkg syscall (darwin-386), const IFT_PROPMUX = 54
  3086  pkg syscall (darwin-386), const IFT_PROPVIRTUAL = 53
  3087  pkg syscall (darwin-386), const IFT_PTPSERIAL = 22
  3088  pkg syscall (darwin-386), const IFT_RS232 = 33
  3089  pkg syscall (darwin-386), const IFT_SDLC = 17
  3090  pkg syscall (darwin-386), const IFT_SIP = 31
  3091  pkg syscall (darwin-386), const IFT_SLIP = 28
  3092  pkg syscall (darwin-386), const IFT_SMDSDXI = 43
  3093  pkg syscall (darwin-386), const IFT_SMDSICIP = 52
  3094  pkg syscall (darwin-386), const IFT_SONET = 39
  3095  pkg syscall (darwin-386), const IFT_SONETPATH = 50
  3096  pkg syscall (darwin-386), const IFT_SONETVT = 51
  3097  pkg syscall (darwin-386), const IFT_STARLAN = 11
  3098  pkg syscall (darwin-386), const IFT_STF = 57
  3099  pkg syscall (darwin-386), const IFT_T1 = 18
  3100  pkg syscall (darwin-386), const IFT_ULTRA = 29
  3101  pkg syscall (darwin-386), const IFT_V35 = 45
  3102  pkg syscall (darwin-386), const IFT_X25 = 5
  3103  pkg syscall (darwin-386), const IFT_X25DDN = 4
  3104  pkg syscall (darwin-386), const IFT_X25PLE = 40
  3105  pkg syscall (darwin-386), const IFT_XETHER = 26
  3106  pkg syscall (darwin-386), const IGNBRK = 1
  3107  pkg syscall (darwin-386), const IGNBRK ideal-int
  3108  pkg syscall (darwin-386), const IGNCR = 128
  3109  pkg syscall (darwin-386), const IGNCR ideal-int
  3110  pkg syscall (darwin-386), const IGNPAR = 4
  3111  pkg syscall (darwin-386), const IGNPAR ideal-int
  3112  pkg syscall (darwin-386), const IMAXBEL = 8192
  3113  pkg syscall (darwin-386), const IMAXBEL ideal-int
  3114  pkg syscall (darwin-386), const INLCR = 64
  3115  pkg syscall (darwin-386), const INLCR ideal-int
  3116  pkg syscall (darwin-386), const INPCK = 16
  3117  pkg syscall (darwin-386), const INPCK ideal-int
  3118  pkg syscall (darwin-386), const IN_CLASSA_HOST = 16777215
  3119  pkg syscall (darwin-386), const IN_CLASSA_MAX = 128
  3120  pkg syscall (darwin-386), const IN_CLASSA_NET = 4278190080
  3121  pkg syscall (darwin-386), const IN_CLASSA_NSHIFT = 24
  3122  pkg syscall (darwin-386), const IN_CLASSB_HOST = 65535
  3123  pkg syscall (darwin-386), const IN_CLASSB_MAX = 65536
  3124  pkg syscall (darwin-386), const IN_CLASSB_NET = 4294901760
  3125  pkg syscall (darwin-386), const IN_CLASSB_NSHIFT = 16
  3126  pkg syscall (darwin-386), const IN_CLASSC_HOST = 255
  3127  pkg syscall (darwin-386), const IN_CLASSC_NET = 4294967040
  3128  pkg syscall (darwin-386), const IN_CLASSC_NSHIFT = 8
  3129  pkg syscall (darwin-386), const IN_CLASSD_HOST = 268435455
  3130  pkg syscall (darwin-386), const IN_CLASSD_NET = 4026531840
  3131  pkg syscall (darwin-386), const IN_CLASSD_NSHIFT = 28
  3132  pkg syscall (darwin-386), const IN_LINKLOCALNETNUM = 2851995648
  3133  pkg syscall (darwin-386), const IN_LOOPBACKNET = 127
  3134  pkg syscall (darwin-386), const IPPROTO_3PC = 34
  3135  pkg syscall (darwin-386), const IPPROTO_ADFS = 68
  3136  pkg syscall (darwin-386), const IPPROTO_AH = 51
  3137  pkg syscall (darwin-386), const IPPROTO_AHIP = 61
  3138  pkg syscall (darwin-386), const IPPROTO_APES = 99
  3139  pkg syscall (darwin-386), const IPPROTO_ARGUS = 13
  3140  pkg syscall (darwin-386), const IPPROTO_AX25 = 93
  3141  pkg syscall (darwin-386), const IPPROTO_BHA = 49
  3142  pkg syscall (darwin-386), const IPPROTO_BLT = 30
  3143  pkg syscall (darwin-386), const IPPROTO_BRSATMON = 76
  3144  pkg syscall (darwin-386), const IPPROTO_CFTP = 62
  3145  pkg syscall (darwin-386), const IPPROTO_CHAOS = 16
  3146  pkg syscall (darwin-386), const IPPROTO_CMTP = 38
  3147  pkg syscall (darwin-386), const IPPROTO_CPHB = 73
  3148  pkg syscall (darwin-386), const IPPROTO_CPNX = 72
  3149  pkg syscall (darwin-386), const IPPROTO_DDP = 37
  3150  pkg syscall (darwin-386), const IPPROTO_DGP = 86
  3151  pkg syscall (darwin-386), const IPPROTO_DIVERT = 254
  3152  pkg syscall (darwin-386), const IPPROTO_DONE = 257
  3153  pkg syscall (darwin-386), const IPPROTO_DSTOPTS = 60
  3154  pkg syscall (darwin-386), const IPPROTO_EGP = 8
  3155  pkg syscall (darwin-386), const IPPROTO_EMCON = 14
  3156  pkg syscall (darwin-386), const IPPROTO_ENCAP = 98
  3157  pkg syscall (darwin-386), const IPPROTO_EON = 80
  3158  pkg syscall (darwin-386), const IPPROTO_ESP = 50
  3159  pkg syscall (darwin-386), const IPPROTO_ETHERIP = 97
  3160  pkg syscall (darwin-386), const IPPROTO_FRAGMENT = 44
  3161  pkg syscall (darwin-386), const IPPROTO_GGP = 3
  3162  pkg syscall (darwin-386), const IPPROTO_GMTP = 100
  3163  pkg syscall (darwin-386), const IPPROTO_GRE = 47
  3164  pkg syscall (darwin-386), const IPPROTO_HELLO = 63
  3165  pkg syscall (darwin-386), const IPPROTO_HMP = 20
  3166  pkg syscall (darwin-386), const IPPROTO_HOPOPTS = 0
  3167  pkg syscall (darwin-386), const IPPROTO_ICMP = 1
  3168  pkg syscall (darwin-386), const IPPROTO_ICMPV6 = 58
  3169  pkg syscall (darwin-386), const IPPROTO_IDP = 22
  3170  pkg syscall (darwin-386), const IPPROTO_IDPR = 35
  3171  pkg syscall (darwin-386), const IPPROTO_IDRP = 45
  3172  pkg syscall (darwin-386), const IPPROTO_IGMP = 2
  3173  pkg syscall (darwin-386), const IPPROTO_IGP = 85
  3174  pkg syscall (darwin-386), const IPPROTO_IGRP = 88
  3175  pkg syscall (darwin-386), const IPPROTO_IL = 40
  3176  pkg syscall (darwin-386), const IPPROTO_INLSP = 52
  3177  pkg syscall (darwin-386), const IPPROTO_INP = 32
  3178  pkg syscall (darwin-386), const IPPROTO_IPCOMP = 108
  3179  pkg syscall (darwin-386), const IPPROTO_IPCV = 71
  3180  pkg syscall (darwin-386), const IPPROTO_IPEIP = 94
  3181  pkg syscall (darwin-386), const IPPROTO_IPIP = 4
  3182  pkg syscall (darwin-386), const IPPROTO_IPPC = 67
  3183  pkg syscall (darwin-386), const IPPROTO_IPV4 = 4
  3184  pkg syscall (darwin-386), const IPPROTO_IRTP = 28
  3185  pkg syscall (darwin-386), const IPPROTO_KRYPTOLAN = 65
  3186  pkg syscall (darwin-386), const IPPROTO_LARP = 91
  3187  pkg syscall (darwin-386), const IPPROTO_LEAF1 = 25
  3188  pkg syscall (darwin-386), const IPPROTO_LEAF2 = 26
  3189  pkg syscall (darwin-386), const IPPROTO_MAX = 256
  3190  pkg syscall (darwin-386), const IPPROTO_MAXID = 52
  3191  pkg syscall (darwin-386), const IPPROTO_MEAS = 19
  3192  pkg syscall (darwin-386), const IPPROTO_MHRP = 48
  3193  pkg syscall (darwin-386), const IPPROTO_MICP = 95
  3194  pkg syscall (darwin-386), const IPPROTO_MTP = 92
  3195  pkg syscall (darwin-386), const IPPROTO_MUX = 18
  3196  pkg syscall (darwin-386), const IPPROTO_ND = 77
  3197  pkg syscall (darwin-386), const IPPROTO_NHRP = 54
  3198  pkg syscall (darwin-386), const IPPROTO_NONE = 59
  3199  pkg syscall (darwin-386), const IPPROTO_NSP = 31
  3200  pkg syscall (darwin-386), const IPPROTO_NVPII = 11
  3201  pkg syscall (darwin-386), const IPPROTO_OSPFIGP = 89
  3202  pkg syscall (darwin-386), const IPPROTO_PGM = 113
  3203  pkg syscall (darwin-386), const IPPROTO_PIGP = 9
  3204  pkg syscall (darwin-386), const IPPROTO_PIM = 103
  3205  pkg syscall (darwin-386), const IPPROTO_PRM = 21
  3206  pkg syscall (darwin-386), const IPPROTO_PUP = 12
  3207  pkg syscall (darwin-386), const IPPROTO_PVP = 75
  3208  pkg syscall (darwin-386), const IPPROTO_RAW = 255
  3209  pkg syscall (darwin-386), const IPPROTO_RCCMON = 10
  3210  pkg syscall (darwin-386), const IPPROTO_RDP = 27
  3211  pkg syscall (darwin-386), const IPPROTO_ROUTING = 43
  3212  pkg syscall (darwin-386), const IPPROTO_RSVP = 46
  3213  pkg syscall (darwin-386), const IPPROTO_RVD = 66
  3214  pkg syscall (darwin-386), const IPPROTO_SATEXPAK = 64
  3215  pkg syscall (darwin-386), const IPPROTO_SATMON = 69
  3216  pkg syscall (darwin-386), const IPPROTO_SCCSP = 96
  3217  pkg syscall (darwin-386), const IPPROTO_SCTP = 132
  3218  pkg syscall (darwin-386), const IPPROTO_SDRP = 42
  3219  pkg syscall (darwin-386), const IPPROTO_SEP = 33
  3220  pkg syscall (darwin-386), const IPPROTO_SRPC = 90
  3221  pkg syscall (darwin-386), const IPPROTO_ST = 7
  3222  pkg syscall (darwin-386), const IPPROTO_SVMTP = 82
  3223  pkg syscall (darwin-386), const IPPROTO_SWIPE = 53
  3224  pkg syscall (darwin-386), const IPPROTO_TCF = 87
  3225  pkg syscall (darwin-386), const IPPROTO_TP = 29
  3226  pkg syscall (darwin-386), const IPPROTO_TPXX = 39
  3227  pkg syscall (darwin-386), const IPPROTO_TRUNK1 = 23
  3228  pkg syscall (darwin-386), const IPPROTO_TRUNK2 = 24
  3229  pkg syscall (darwin-386), const IPPROTO_TTP = 84
  3230  pkg syscall (darwin-386), const IPPROTO_VINES = 83
  3231  pkg syscall (darwin-386), const IPPROTO_VISA = 70
  3232  pkg syscall (darwin-386), const IPPROTO_VMTP = 81
  3233  pkg syscall (darwin-386), const IPPROTO_WBEXPAK = 79
  3234  pkg syscall (darwin-386), const IPPROTO_WBMON = 78
  3235  pkg syscall (darwin-386), const IPPROTO_WSN = 74
  3236  pkg syscall (darwin-386), const IPPROTO_XNET = 15
  3237  pkg syscall (darwin-386), const IPPROTO_XTP = 36
  3238  pkg syscall (darwin-386), const IPV6_2292DSTOPTS = 23
  3239  pkg syscall (darwin-386), const IPV6_2292HOPLIMIT = 20
  3240  pkg syscall (darwin-386), const IPV6_2292HOPOPTS = 22
  3241  pkg syscall (darwin-386), const IPV6_2292NEXTHOP = 21
  3242  pkg syscall (darwin-386), const IPV6_2292PKTINFO = 19
  3243  pkg syscall (darwin-386), const IPV6_2292PKTOPTIONS = 25
  3244  pkg syscall (darwin-386), const IPV6_2292RTHDR = 24
  3245  pkg syscall (darwin-386), const IPV6_BINDV6ONLY = 27
  3246  pkg syscall (darwin-386), const IPV6_BOUND_IF = 125
  3247  pkg syscall (darwin-386), const IPV6_CHECKSUM = 26
  3248  pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  3249  pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  3250  pkg syscall (darwin-386), const IPV6_DEFHLIM = 64
  3251  pkg syscall (darwin-386), const IPV6_FAITH = 29
  3252  pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK = 4294967055
  3253  pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK = 4294905600
  3254  pkg syscall (darwin-386), const IPV6_FRAGTTL = 120
  3255  pkg syscall (darwin-386), const IPV6_FW_ADD = 30
  3256  pkg syscall (darwin-386), const IPV6_FW_DEL = 31
  3257  pkg syscall (darwin-386), const IPV6_FW_FLUSH = 32
  3258  pkg syscall (darwin-386), const IPV6_FW_GET = 34
  3259  pkg syscall (darwin-386), const IPV6_FW_ZERO = 33
  3260  pkg syscall (darwin-386), const IPV6_HLIMDEC = 1
  3261  pkg syscall (darwin-386), const IPV6_IPSEC_POLICY = 28
  3262  pkg syscall (darwin-386), const IPV6_JOIN_GROUP = 12
  3263  pkg syscall (darwin-386), const IPV6_LEAVE_GROUP = 13
  3264  pkg syscall (darwin-386), const IPV6_MAXHLIM = 255
  3265  pkg syscall (darwin-386), const IPV6_MAXOPTHDR = 2048
  3266  pkg syscall (darwin-386), const IPV6_MAXPACKET = 65535
  3267  pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
  3268  pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS = 4095
  3269  pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
  3270  pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS = 31
  3271  pkg syscall (darwin-386), const IPV6_MMTU = 1280
  3272  pkg syscall (darwin-386), const IPV6_MULTICAST_HOPS = 10
  3273  pkg syscall (darwin-386), const IPV6_MULTICAST_IF = 9
  3274  pkg syscall (darwin-386), const IPV6_MULTICAST_LOOP = 11
  3275  pkg syscall (darwin-386), const IPV6_PORTRANGE = 14
  3276  pkg syscall (darwin-386), const IPV6_PORTRANGE_DEFAULT = 0
  3277  pkg syscall (darwin-386), const IPV6_PORTRANGE_HIGH = 1
  3278  pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW = 2
  3279  pkg syscall (darwin-386), const IPV6_RECVTCLASS = 35
  3280  pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE = 0
  3281  pkg syscall (darwin-386), const IPV6_RTHDR_STRICT = 1
  3282  pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 = 0
  3283  pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 = 3
  3284  pkg syscall (darwin-386), const IPV6_TCLASS = 36
  3285  pkg syscall (darwin-386), const IPV6_UNICAST_HOPS = 4
  3286  pkg syscall (darwin-386), const IPV6_V6ONLY = 27
  3287  pkg syscall (darwin-386), const IPV6_VERSION = 96
  3288  pkg syscall (darwin-386), const IPV6_VERSION_MASK = 240
  3289  pkg syscall (darwin-386), const IP_ADD_MEMBERSHIP = 12
  3290  pkg syscall (darwin-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
  3291  pkg syscall (darwin-386), const IP_BLOCK_SOURCE = 72
  3292  pkg syscall (darwin-386), const IP_BOUND_IF = 25
  3293  pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_LOOP = 1
  3294  pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL = 1
  3295  pkg syscall (darwin-386), const IP_DF = 16384
  3296  pkg syscall (darwin-386), const IP_DROP_MEMBERSHIP = 13
  3297  pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
  3298  pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE = 60
  3299  pkg syscall (darwin-386), const IP_DUMMYNET_DEL = 61
  3300  pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH = 62
  3301  pkg syscall (darwin-386), const IP_DUMMYNET_GET = 64
  3302  pkg syscall (darwin-386), const IP_FAITH = 22
  3303  pkg syscall (darwin-386), const IP_FW_ADD = 40
  3304  pkg syscall (darwin-386), const IP_FW_DEL = 41
  3305  pkg syscall (darwin-386), const IP_FW_FLUSH = 42
  3306  pkg syscall (darwin-386), const IP_FW_GET = 44
  3307  pkg syscall (darwin-386), const IP_FW_RESETLOG = 45
  3308  pkg syscall (darwin-386), const IP_FW_ZERO = 43
  3309  pkg syscall (darwin-386), const IP_HDRINCL = 2
  3310  pkg syscall (darwin-386), const IP_IPSEC_POLICY = 21
  3311  pkg syscall (darwin-386), const IP_MAXPACKET = 65535
  3312  pkg syscall (darwin-386), const IP_MAX_GROUP_SRC_FILTER = 512
  3313  pkg syscall (darwin-386), const IP_MAX_MEMBERSHIPS = 4095
  3314  pkg syscall (darwin-386), const IP_MAX_SOCK_MUTE_FILTER = 128
  3315  pkg syscall (darwin-386), const IP_MAX_SOCK_SRC_FILTER = 128
  3316  pkg syscall (darwin-386), const IP_MF = 8192
  3317  pkg syscall (darwin-386), const IP_MIN_MEMBERSHIPS = 31
  3318  pkg syscall (darwin-386), const IP_MSFILTER = 74
  3319  pkg syscall (darwin-386), const IP_MSS = 576
  3320  pkg syscall (darwin-386), const IP_MULTICAST_IF = 9
  3321  pkg syscall (darwin-386), const IP_MULTICAST_IFINDEX = 66
  3322  pkg syscall (darwin-386), const IP_MULTICAST_LOOP = 11
  3323  pkg syscall (darwin-386), const IP_MULTICAST_TTL = 10
  3324  pkg syscall (darwin-386), const IP_MULTICAST_VIF = 14
  3325  pkg syscall (darwin-386), const IP_NAT__XXX = 55
  3326  pkg syscall (darwin-386), const IP_OFFMASK = 8191
  3327  pkg syscall (darwin-386), const IP_OLD_FW_ADD = 50
  3328  pkg syscall (darwin-386), const IP_OLD_FW_DEL = 51
  3329  pkg syscall (darwin-386), const IP_OLD_FW_FLUSH = 52
  3330  pkg syscall (darwin-386), const IP_OLD_FW_GET = 54
  3331  pkg syscall (darwin-386), const IP_OLD_FW_RESETLOG = 56
  3332  pkg syscall (darwin-386), const IP_OLD_FW_ZERO = 53
  3333  pkg syscall (darwin-386), const IP_OPTIONS = 1
  3334  pkg syscall (darwin-386), const IP_PKTINFO = 26
  3335  pkg syscall (darwin-386), const IP_PORTRANGE = 19
  3336  pkg syscall (darwin-386), const IP_PORTRANGE_DEFAULT = 0
  3337  pkg syscall (darwin-386), const IP_PORTRANGE_HIGH = 1
  3338  pkg syscall (darwin-386), const IP_PORTRANGE_LOW = 2
  3339  pkg syscall (darwin-386), const IP_RECVDSTADDR = 7
  3340  pkg syscall (darwin-386), const IP_RECVIF = 20
  3341  pkg syscall (darwin-386), const IP_RECVOPTS = 5
  3342  pkg syscall (darwin-386), const IP_RECVPKTINFO = 26
  3343  pkg syscall (darwin-386), const IP_RECVRETOPTS = 6
  3344  pkg syscall (darwin-386), const IP_RECVTTL = 24
  3345  pkg syscall (darwin-386), const IP_RETOPTS = 8
  3346  pkg syscall (darwin-386), const IP_RF = 32768
  3347  pkg syscall (darwin-386), const IP_RSVP_OFF = 16
  3348  pkg syscall (darwin-386), const IP_RSVP_ON = 15
  3349  pkg syscall (darwin-386), const IP_RSVP_VIF_OFF = 18
  3350  pkg syscall (darwin-386), const IP_RSVP_VIF_ON = 17
  3351  pkg syscall (darwin-386), const IP_STRIPHDR = 23
  3352  pkg syscall (darwin-386), const IP_TOS = 3
  3353  pkg syscall (darwin-386), const IP_TRAFFIC_MGT_BACKGROUND = 65
  3354  pkg syscall (darwin-386), const IP_TTL = 4
  3355  pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73
  3356  pkg syscall (darwin-386), const ISIG = 128
  3357  pkg syscall (darwin-386), const ISIG ideal-int
  3358  pkg syscall (darwin-386), const ISTRIP = 32
  3359  pkg syscall (darwin-386), const ISTRIP ideal-int
  3360  pkg syscall (darwin-386), const IUTF8 = 16384
  3361  pkg syscall (darwin-386), const IUTF8 ideal-int
  3362  pkg syscall (darwin-386), const IXANY = 2048
  3363  pkg syscall (darwin-386), const IXANY ideal-int
  3364  pkg syscall (darwin-386), const IXOFF = 1024
  3365  pkg syscall (darwin-386), const IXOFF ideal-int
  3366  pkg syscall (darwin-386), const IXON = 512
  3367  pkg syscall (darwin-386), const IXON ideal-int
  3368  pkg syscall (darwin-386), const ImplementsGetwd = false
  3369  pkg syscall (darwin-386), const LOCK_EX = 2
  3370  pkg syscall (darwin-386), const LOCK_NB = 4
  3371  pkg syscall (darwin-386), const LOCK_SH = 1
  3372  pkg syscall (darwin-386), const LOCK_UN = 8
  3373  pkg syscall (darwin-386), const MADV_CAN_REUSE = 9
  3374  pkg syscall (darwin-386), const MADV_DONTNEED = 4
  3375  pkg syscall (darwin-386), const MADV_FREE = 5
  3376  pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7
  3377  pkg syscall (darwin-386), const MADV_FREE_REUSE = 8
  3378  pkg syscall (darwin-386), const MADV_NORMAL = 0
  3379  pkg syscall (darwin-386), const MADV_RANDOM = 1
  3380  pkg syscall (darwin-386), const MADV_SEQUENTIAL = 2
  3381  pkg syscall (darwin-386), const MADV_WILLNEED = 3
  3382  pkg syscall (darwin-386), const MADV_ZERO_WIRED_PAGES = 6
  3383  pkg syscall (darwin-386), const MAP_ANON = 4096
  3384  pkg syscall (darwin-386), const MAP_COPY = 2
  3385  pkg syscall (darwin-386), const MAP_FILE = 0
  3386  pkg syscall (darwin-386), const MAP_FIXED = 16
  3387  pkg syscall (darwin-386), const MAP_HASSEMAPHORE = 512
  3388  pkg syscall (darwin-386), const MAP_JIT = 2048
  3389  pkg syscall (darwin-386), const MAP_NOCACHE = 1024
  3390  pkg syscall (darwin-386), const MAP_NOEXTEND = 256
  3391  pkg syscall (darwin-386), const MAP_NORESERVE = 64
  3392  pkg syscall (darwin-386), const MAP_PRIVATE = 2
  3393  pkg syscall (darwin-386), const MAP_RENAME = 32
  3394  pkg syscall (darwin-386), const MAP_RESERVED0080 = 128
  3395  pkg syscall (darwin-386), const MAP_SHARED = 1
  3396  pkg syscall (darwin-386), const MCL_CURRENT = 1
  3397  pkg syscall (darwin-386), const MCL_FUTURE = 2
  3398  pkg syscall (darwin-386), const MSG_CTRUNC = 32
  3399  pkg syscall (darwin-386), const MSG_DONTROUTE = 4
  3400  pkg syscall (darwin-386), const MSG_DONTWAIT = 128
  3401  pkg syscall (darwin-386), const MSG_EOF = 256
  3402  pkg syscall (darwin-386), const MSG_EOR = 8
  3403  pkg syscall (darwin-386), const MSG_FLUSH = 1024
  3404  pkg syscall (darwin-386), const MSG_HAVEMORE = 8192
  3405  pkg syscall (darwin-386), const MSG_HOLD = 2048
  3406  pkg syscall (darwin-386), const MSG_NEEDSA = 65536
  3407  pkg syscall (darwin-386), const MSG_OOB = 1
  3408  pkg syscall (darwin-386), const MSG_PEEK = 2
  3409  pkg syscall (darwin-386), const MSG_RCVMORE = 16384
  3410  pkg syscall (darwin-386), const MSG_SEND = 4096
  3411  pkg syscall (darwin-386), const MSG_TRUNC = 16
  3412  pkg syscall (darwin-386), const MSG_WAITALL = 64
  3413  pkg syscall (darwin-386), const MSG_WAITSTREAM = 512
  3414  pkg syscall (darwin-386), const MS_ASYNC = 1
  3415  pkg syscall (darwin-386), const MS_DEACTIVATE = 8
  3416  pkg syscall (darwin-386), const MS_INVALIDATE = 2
  3417  pkg syscall (darwin-386), const MS_KILLPAGES = 4
  3418  pkg syscall (darwin-386), const MS_SYNC = 16
  3419  pkg syscall (darwin-386), const NAME_MAX = 255
  3420  pkg syscall (darwin-386), const NET_RT_DUMP = 1
  3421  pkg syscall (darwin-386), const NET_RT_DUMP2 = 7
  3422  pkg syscall (darwin-386), const NET_RT_FLAGS = 2
  3423  pkg syscall (darwin-386), const NET_RT_IFLIST = 3
  3424  pkg syscall (darwin-386), const NET_RT_IFLIST2 = 6
  3425  pkg syscall (darwin-386), const NET_RT_MAXID = 10
  3426  pkg syscall (darwin-386), const NET_RT_STAT = 4
  3427  pkg syscall (darwin-386), const NET_RT_TRASH = 5
  3428  pkg syscall (darwin-386), const NOFLSH = 2147483648
  3429  pkg syscall (darwin-386), const NOFLSH ideal-int
  3430  pkg syscall (darwin-386), const NOTE_ABSOLUTE = 8
  3431  pkg syscall (darwin-386), const NOTE_ATTRIB = 8
  3432  pkg syscall (darwin-386), const NOTE_CHILD = 4
  3433  pkg syscall (darwin-386), const NOTE_DELETE = 1
  3434  pkg syscall (darwin-386), const NOTE_EXEC = 536870912
  3435  pkg syscall (darwin-386), const NOTE_EXIT = 2147483648
  3436  pkg syscall (darwin-386), const NOTE_EXITSTATUS = 67108864
  3437  pkg syscall (darwin-386), const NOTE_EXTEND = 4
  3438  pkg syscall (darwin-386), const NOTE_FFAND = 1073741824
  3439  pkg syscall (darwin-386), const NOTE_FFCOPY = 3221225472
  3440  pkg syscall (darwin-386), const NOTE_FFCTRLMASK = 3221225472
  3441  pkg syscall (darwin-386), const NOTE_FFLAGSMASK = 16777215
  3442  pkg syscall (darwin-386), const NOTE_FFNOP = 0
  3443  pkg syscall (darwin-386), const NOTE_FFOR = 2147483648
  3444  pkg syscall (darwin-386), const NOTE_FORK = 1073741824
  3445  pkg syscall (darwin-386), const NOTE_LINK = 16
  3446  pkg syscall (darwin-386), const NOTE_LOWAT = 1
  3447  pkg syscall (darwin-386), const NOTE_NONE = 128
  3448  pkg syscall (darwin-386), const NOTE_NSECONDS = 4
  3449  pkg syscall (darwin-386), const NOTE_PCTRLMASK = -1048576
  3450  pkg syscall (darwin-386), const NOTE_PDATAMASK = 1048575
  3451  pkg syscall (darwin-386), const NOTE_REAP = 268435456
  3452  pkg syscall (darwin-386), const NOTE_RENAME = 32
  3453  pkg syscall (darwin-386), const NOTE_RESOURCEEND = 33554432
  3454  pkg syscall (darwin-386), const NOTE_REVOKE = 64
  3455  pkg syscall (darwin-386), const NOTE_SECONDS = 1
  3456  pkg syscall (darwin-386), const NOTE_SIGNAL = 134217728
  3457  pkg syscall (darwin-386), const NOTE_TRACK = 1
  3458  pkg syscall (darwin-386), const NOTE_TRACKERR = 2
  3459  pkg syscall (darwin-386), const NOTE_TRIGGER = 16777216
  3460  pkg syscall (darwin-386), const NOTE_USECONDS = 2
  3461  pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456
  3462  pkg syscall (darwin-386), const NOTE_VM_PRESSURE = 2147483648
  3463  pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  3464  pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  3465  pkg syscall (darwin-386), const NOTE_WRITE = 2
  3466  pkg syscall (darwin-386), const OCRNL = 16
  3467  pkg syscall (darwin-386), const OCRNL ideal-int
  3468  pkg syscall (darwin-386), const OFDEL = 131072
  3469  pkg syscall (darwin-386), const OFDEL ideal-int
  3470  pkg syscall (darwin-386), const OFILL = 128
  3471  pkg syscall (darwin-386), const OFILL ideal-int
  3472  pkg syscall (darwin-386), const ONLCR = 2
  3473  pkg syscall (darwin-386), const ONLCR ideal-int
  3474  pkg syscall (darwin-386), const ONLRET = 64
  3475  pkg syscall (darwin-386), const ONLRET ideal-int
  3476  pkg syscall (darwin-386), const ONOCR = 32
  3477  pkg syscall (darwin-386), const ONOCR ideal-int
  3478  pkg syscall (darwin-386), const ONOEOT = 8
  3479  pkg syscall (darwin-386), const ONOEOT ideal-int
  3480  pkg syscall (darwin-386), const OPOST = 1
  3481  pkg syscall (darwin-386), const OPOST ideal-int
  3482  pkg syscall (darwin-386), const O_ACCMODE = 3
  3483  pkg syscall (darwin-386), const O_ALERT = 536870912
  3484  pkg syscall (darwin-386), const O_APPEND = 8
  3485  pkg syscall (darwin-386), const O_ASYNC = 64
  3486  pkg syscall (darwin-386), const O_CLOEXEC = 16777216
  3487  pkg syscall (darwin-386), const O_CREAT = 512
  3488  pkg syscall (darwin-386), const O_DIRECTORY = 1048576
  3489  pkg syscall (darwin-386), const O_DSYNC = 4194304
  3490  pkg syscall (darwin-386), const O_EVTONLY = 32768
  3491  pkg syscall (darwin-386), const O_EXCL = 2048
  3492  pkg syscall (darwin-386), const O_EXLOCK = 32
  3493  pkg syscall (darwin-386), const O_FSYNC = 128
  3494  pkg syscall (darwin-386), const O_NDELAY = 4
  3495  pkg syscall (darwin-386), const O_NOCTTY = 131072
  3496  pkg syscall (darwin-386), const O_NOFOLLOW = 256
  3497  pkg syscall (darwin-386), const O_NONBLOCK = 4
  3498  pkg syscall (darwin-386), const O_POPUP = 2147483648
  3499  pkg syscall (darwin-386), const O_SHLOCK = 16
  3500  pkg syscall (darwin-386), const O_SYMLINK = 2097152
  3501  pkg syscall (darwin-386), const O_SYNC = 128
  3502  pkg syscall (darwin-386), const O_TRUNC = 1024
  3503  pkg syscall (darwin-386), const PARENB = 4096
  3504  pkg syscall (darwin-386), const PARENB ideal-int
  3505  pkg syscall (darwin-386), const PARMRK = 8
  3506  pkg syscall (darwin-386), const PARMRK ideal-int
  3507  pkg syscall (darwin-386), const PARODD = 8192
  3508  pkg syscall (darwin-386), const PARODD ideal-int
  3509  pkg syscall (darwin-386), const PENDIN = 536870912
  3510  pkg syscall (darwin-386), const PENDIN ideal-int
  3511  pkg syscall (darwin-386), const PROT_EXEC = 4
  3512  pkg syscall (darwin-386), const PROT_NONE = 0
  3513  pkg syscall (darwin-386), const PROT_READ = 1
  3514  pkg syscall (darwin-386), const PROT_WRITE = 2
  3515  pkg syscall (darwin-386), const PTRACE_CONT = 7
  3516  pkg syscall (darwin-386), const PTRACE_KILL = 8
  3517  pkg syscall (darwin-386), const PTRACE_TRACEME = 0
  3518  pkg syscall (darwin-386), const PT_ATTACH = 10
  3519  pkg syscall (darwin-386), const PT_ATTACHEXC = 14
  3520  pkg syscall (darwin-386), const PT_CONTINUE = 7
  3521  pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
  3522  pkg syscall (darwin-386), const PT_DETACH = 11
  3523  pkg syscall (darwin-386), const PT_FIRSTMACH = 32
  3524  pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
  3525  pkg syscall (darwin-386), const PT_KILL = 8
  3526  pkg syscall (darwin-386), const PT_READ_D = 2
  3527  pkg syscall (darwin-386), const PT_READ_I = 1
  3528  pkg syscall (darwin-386), const PT_READ_U = 3
  3529  pkg syscall (darwin-386), const PT_SIGEXC = 12
  3530  pkg syscall (darwin-386), const PT_STEP = 9
  3531  pkg syscall (darwin-386), const PT_THUPDATE = 13
  3532  pkg syscall (darwin-386), const PT_TRACE_ME = 0
  3533  pkg syscall (darwin-386), const PT_WRITE_D = 5
  3534  pkg syscall (darwin-386), const PT_WRITE_I = 4
  3535  pkg syscall (darwin-386), const PT_WRITE_U = 6
  3536  pkg syscall (darwin-386), const RLIMIT_AS = 5
  3537  pkg syscall (darwin-386), const RLIMIT_CORE = 4
  3538  pkg syscall (darwin-386), const RLIMIT_CPU = 0
  3539  pkg syscall (darwin-386), const RLIMIT_DATA = 2
  3540  pkg syscall (darwin-386), const RLIMIT_FSIZE = 1
  3541  pkg syscall (darwin-386), const RLIMIT_NOFILE = 8
  3542  pkg syscall (darwin-386), const RLIMIT_STACK = 3
  3543  pkg syscall (darwin-386), const RLIM_INFINITY = 9223372036854775807
  3544  pkg syscall (darwin-386), const RTAX_AUTHOR = 6
  3545  pkg syscall (darwin-386), const RTAX_BRD = 7
  3546  pkg syscall (darwin-386), const RTAX_DST = 0
  3547  pkg syscall (darwin-386), const RTAX_GATEWAY = 1
  3548  pkg syscall (darwin-386), const RTAX_GENMASK = 3
  3549  pkg syscall (darwin-386), const RTAX_IFA = 5
  3550  pkg syscall (darwin-386), const RTAX_IFP = 4
  3551  pkg syscall (darwin-386), const RTAX_MAX = 8
  3552  pkg syscall (darwin-386), const RTAX_NETMASK = 2
  3553  pkg syscall (darwin-386), const RTA_AUTHOR = 64
  3554  pkg syscall (darwin-386), const RTA_BRD = 128
  3555  pkg syscall (darwin-386), const RTA_DST = 1
  3556  pkg syscall (darwin-386), const RTA_GATEWAY = 2
  3557  pkg syscall (darwin-386), const RTA_GENMASK = 8
  3558  pkg syscall (darwin-386), const RTA_IFA = 32
  3559  pkg syscall (darwin-386), const RTA_IFP = 16
  3560  pkg syscall (darwin-386), const RTA_NETMASK = 4
  3561  pkg syscall (darwin-386), const RTF_BLACKHOLE = 4096
  3562  pkg syscall (darwin-386), const RTF_BROADCAST = 4194304
  3563  pkg syscall (darwin-386), const RTF_CLONING = 256
  3564  pkg syscall (darwin-386), const RTF_CONDEMNED = 33554432
  3565  pkg syscall (darwin-386), const RTF_DELCLONE = 128
  3566  pkg syscall (darwin-386), const RTF_DONE = 64
  3567  pkg syscall (darwin-386), const RTF_DYNAMIC = 16
  3568  pkg syscall (darwin-386), const RTF_GATEWAY = 2
  3569  pkg syscall (darwin-386), const RTF_HOST = 4
  3570  pkg syscall (darwin-386), const RTF_IFREF = 67108864
  3571  pkg syscall (darwin-386), const RTF_IFSCOPE = 16777216
  3572  pkg syscall (darwin-386), const RTF_LLINFO = 1024
  3573  pkg syscall (darwin-386), const RTF_LOCAL = 2097152
  3574  pkg syscall (darwin-386), const RTF_MODIFIED = 32
  3575  pkg syscall (darwin-386), const RTF_MULTICAST = 8388608
  3576  pkg syscall (darwin-386), const RTF_PINNED = 1048576
  3577  pkg syscall (darwin-386), const RTF_PRCLONING = 65536
  3578  pkg syscall (darwin-386), const RTF_PROTO1 = 32768
  3579  pkg syscall (darwin-386), const RTF_PROTO2 = 16384
  3580  pkg syscall (darwin-386), const RTF_PROTO3 = 262144
  3581  pkg syscall (darwin-386), const RTF_REJECT = 8
  3582  pkg syscall (darwin-386), const RTF_STATIC = 2048
  3583  pkg syscall (darwin-386), const RTF_UP = 1
  3584  pkg syscall (darwin-386), const RTF_WASCLONED = 131072
  3585  pkg syscall (darwin-386), const RTF_XRESOLVE = 512
  3586  pkg syscall (darwin-386), const RTM_ADD = 1
  3587  pkg syscall (darwin-386), const RTM_CHANGE = 3
  3588  pkg syscall (darwin-386), const RTM_DELADDR = 13
  3589  pkg syscall (darwin-386), const RTM_DELETE = 2
  3590  pkg syscall (darwin-386), const RTM_DELMADDR = 16
  3591  pkg syscall (darwin-386), const RTM_GET = 4
  3592  pkg syscall (darwin-386), const RTM_GET2 = 20
  3593  pkg syscall (darwin-386), const RTM_IFINFO = 14
  3594  pkg syscall (darwin-386), const RTM_IFINFO2 = 18
  3595  pkg syscall (darwin-386), const RTM_LOCK = 8
  3596  pkg syscall (darwin-386), const RTM_LOSING = 5
  3597  pkg syscall (darwin-386), const RTM_MISS = 7
  3598  pkg syscall (darwin-386), const RTM_NEWADDR = 12
  3599  pkg syscall (darwin-386), const RTM_NEWMADDR = 15
  3600  pkg syscall (darwin-386), const RTM_NEWMADDR2 = 19
  3601  pkg syscall (darwin-386), const RTM_OLDADD = 9
  3602  pkg syscall (darwin-386), const RTM_OLDDEL = 10
  3603  pkg syscall (darwin-386), const RTM_REDIRECT = 6
  3604  pkg syscall (darwin-386), const RTM_RESOLVE = 11
  3605  pkg syscall (darwin-386), const RTM_RTTUNIT = 1000000
  3606  pkg syscall (darwin-386), const RTM_VERSION = 5
  3607  pkg syscall (darwin-386), const RTV_EXPIRE = 4
  3608  pkg syscall (darwin-386), const RTV_HOPCOUNT = 2
  3609  pkg syscall (darwin-386), const RTV_MTU = 1
  3610  pkg syscall (darwin-386), const RTV_RPIPE = 8
  3611  pkg syscall (darwin-386), const RTV_RTT = 64
  3612  pkg syscall (darwin-386), const RTV_RTTVAR = 128
  3613  pkg syscall (darwin-386), const RTV_SPIPE = 16
  3614  pkg syscall (darwin-386), const RTV_SSTHRESH = 32
  3615  pkg syscall (darwin-386), const RUSAGE_CHILDREN = -1
  3616  pkg syscall (darwin-386), const RUSAGE_SELF = 0
  3617  pkg syscall (darwin-386), const SCM_CREDS = 3
  3618  pkg syscall (darwin-386), const SCM_RIGHTS = 1
  3619  pkg syscall (darwin-386), const SCM_TIMESTAMP = 2
  3620  pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC = 4
  3621  pkg syscall (darwin-386), const SIGBUS = 10
  3622  pkg syscall (darwin-386), const SIGCHLD = 20
  3623  pkg syscall (darwin-386), const SIGCONT = 19
  3624  pkg syscall (darwin-386), const SIGEMT = 7
  3625  pkg syscall (darwin-386), const SIGINFO = 29
  3626  pkg syscall (darwin-386), const SIGIO = 23
  3627  pkg syscall (darwin-386), const SIGIOT = 6
  3628  pkg syscall (darwin-386), const SIGPROF = 27
  3629  pkg syscall (darwin-386), const SIGSTOP = 17
  3630  pkg syscall (darwin-386), const SIGSYS = 12
  3631  pkg syscall (darwin-386), const SIGTSTP = 18
  3632  pkg syscall (darwin-386), const SIGTTIN = 21
  3633  pkg syscall (darwin-386), const SIGTTOU = 22
  3634  pkg syscall (darwin-386), const SIGURG = 16
  3635  pkg syscall (darwin-386), const SIGUSR1 = 30
  3636  pkg syscall (darwin-386), const SIGUSR2 = 31
  3637  pkg syscall (darwin-386), const SIGVTALRM = 26
  3638  pkg syscall (darwin-386), const SIGWINCH = 28
  3639  pkg syscall (darwin-386), const SIGXCPU = 24
  3640  pkg syscall (darwin-386), const SIGXFSZ = 25
  3641  pkg syscall (darwin-386), const SIOCADDMULTI = 2149607729
  3642  pkg syscall (darwin-386), const SIOCAIFADDR = 2151704858
  3643  pkg syscall (darwin-386), const SIOCALIFADDR = 2165860637
  3644  pkg syscall (darwin-386), const SIOCARPIPLL = 3223349544
  3645  pkg syscall (darwin-386), const SIOCATMARK = 1074033415
  3646  pkg syscall (darwin-386), const SIOCAUTOADDR = 3223349542
  3647  pkg syscall (darwin-386), const SIOCAUTONETMASK = 2149607719
  3648  pkg syscall (darwin-386), const SIOCDELMULTI = 2149607730
  3649  pkg syscall (darwin-386), const SIOCDIFADDR = 2149607705
  3650  pkg syscall (darwin-386), const SIOCDIFPHYADDR = 2149607745
  3651  pkg syscall (darwin-386), const SIOCDLIFADDR = 2165860639
  3652  pkg syscall (darwin-386), const SIOCGDRVSPEC = 3223087483
  3653  pkg syscall (darwin-386), const SIOCGETSGCNT = 3222565404
  3654  pkg syscall (darwin-386), const SIOCGETVIFCNT = 3222565403
  3655  pkg syscall (darwin-386), const SIOCGETVLAN = 3223349631
  3656  pkg syscall (darwin-386), const SIOCGHIWAT = 1074033409
  3657  pkg syscall (darwin-386), const SIOCGIFADDR = 3223349537
  3658  pkg syscall (darwin-386), const SIOCGIFALTMTU = 3223349576
  3659  pkg syscall (darwin-386), const SIOCGIFASYNCMAP = 3223349628
  3660  pkg syscall (darwin-386), const SIOCGIFBOND = 3223349575
  3661  pkg syscall (darwin-386), const SIOCGIFBRDADDR = 3223349539
  3662  pkg syscall (darwin-386), const SIOCGIFCAP = 3223349595
  3663  pkg syscall (darwin-386), const SIOCGIFCONF = 3221776676
  3664  pkg syscall (darwin-386), const SIOCGIFDEVMTU = 3223349572
  3665  pkg syscall (darwin-386), const SIOCGIFDSTADDR = 3223349538
  3666  pkg syscall (darwin-386), const SIOCGIFFLAGS = 3223349521
  3667  pkg syscall (darwin-386), const SIOCGIFGENERIC = 3223349562
  3668  pkg syscall (darwin-386), const SIOCGIFKPI = 3223349639
  3669  pkg syscall (darwin-386), const SIOCGIFMAC = 3223349634
  3670  pkg syscall (darwin-386), const SIOCGIFMEDIA = 3223873848
  3671  pkg syscall (darwin-386), const SIOCGIFMETRIC = 3223349527
  3672  pkg syscall (darwin-386), const SIOCGIFMTU = 3223349555
  3673  pkg syscall (darwin-386), const SIOCGIFNETMASK = 3223349541
  3674  pkg syscall (darwin-386), const SIOCGIFPDSTADDR = 3223349568
  3675  pkg syscall (darwin-386), const SIOCGIFPHYS = 3223349557
  3676  pkg syscall (darwin-386), const SIOCGIFPSRCADDR = 3223349567
  3677  pkg syscall (darwin-386), const SIOCGIFSTATUS = 3274795325
  3678  pkg syscall (darwin-386), const SIOCGIFVLAN = 3223349631
  3679  pkg syscall (darwin-386), const SIOCGIFWAKEFLAGS = 3223349640
  3680  pkg syscall (darwin-386), const SIOCGLIFADDR = 3239602462
  3681  pkg syscall (darwin-386), const SIOCGLIFPHYADDR = 3239602499
  3682  pkg syscall (darwin-386), const SIOCGLOWAT = 1074033411
  3683  pkg syscall (darwin-386), const SIOCGPGRP = 1074033417
  3684  pkg syscall (darwin-386), const SIOCIFCREATE = 3223349624
  3685  pkg syscall (darwin-386), const SIOCIFCREATE2 = 3223349626
  3686  pkg syscall (darwin-386), const SIOCIFDESTROY = 2149607801
  3687  pkg syscall (darwin-386), const SIOCRSLVMULTI = 3221776699
  3688  pkg syscall (darwin-386), const SIOCSDRVSPEC = 2149345659
  3689  pkg syscall (darwin-386), const SIOCSETVLAN = 2149607806
  3690  pkg syscall (darwin-386), const SIOCSHIWAT = 2147775232
  3691  pkg syscall (darwin-386), const SIOCSIFADDR = 2149607692
  3692  pkg syscall (darwin-386), const SIOCSIFALTMTU = 2149607749
  3693  pkg syscall (darwin-386), const SIOCSIFASYNCMAP = 2149607805
  3694  pkg syscall (darwin-386), const SIOCSIFBOND = 2149607750
  3695  pkg syscall (darwin-386), const SIOCSIFBRDADDR = 2149607699
  3696  pkg syscall (darwin-386), const SIOCSIFCAP = 2149607770
  3697  pkg syscall (darwin-386), const SIOCSIFDSTADDR = 2149607694
  3698  pkg syscall (darwin-386), const SIOCSIFFLAGS = 2149607696
  3699  pkg syscall (darwin-386), const SIOCSIFGENERIC = 2149607737
  3700  pkg syscall (darwin-386), const SIOCSIFKPI = 2149607814
  3701  pkg syscall (darwin-386), const SIOCSIFLLADDR = 2149607740
  3702  pkg syscall (darwin-386), const SIOCSIFMAC = 2149607811
  3703  pkg syscall (darwin-386), const SIOCSIFMEDIA = 3223349559
  3704  pkg syscall (darwin-386), const SIOCSIFMETRIC = 2149607704
  3705  pkg syscall (darwin-386), const SIOCSIFMTU = 2149607732
  3706  pkg syscall (darwin-386), const SIOCSIFNETMASK = 2149607702
  3707  pkg syscall (darwin-386), const SIOCSIFPHYADDR = 2151704894
  3708  pkg syscall (darwin-386), const SIOCSIFPHYS = 2149607734
  3709  pkg syscall (darwin-386), const SIOCSIFVLAN = 2149607806
  3710  pkg syscall (darwin-386), const SIOCSLIFPHYADDR = 2165860674
  3711  pkg syscall (darwin-386), const SIOCSLOWAT = 2147775234
  3712  pkg syscall (darwin-386), const SIOCSPGRP = 2147775240
  3713  pkg syscall (darwin-386), const SOCK_MAXADDRLEN = 255
  3714  pkg syscall (darwin-386), const SOCK_RDM = 4
  3715  pkg syscall (darwin-386), const SOL_SOCKET = 65535
  3716  pkg syscall (darwin-386), const SOMAXCONN = 128
  3717  pkg syscall (darwin-386), const SO_ACCEPTCONN = 2
  3718  pkg syscall (darwin-386), const SO_BROADCAST = 32
  3719  pkg syscall (darwin-386), const SO_DEBUG = 1
  3720  pkg syscall (darwin-386), const SO_DONTROUTE = 16
  3721  pkg syscall (darwin-386), const SO_DONTTRUNC = 8192
  3722  pkg syscall (darwin-386), const SO_ERROR = 4103
  3723  pkg syscall (darwin-386), const SO_KEEPALIVE = 8
  3724  pkg syscall (darwin-386), const SO_LABEL = 4112
  3725  pkg syscall (darwin-386), const SO_LINGER = 128
  3726  pkg syscall (darwin-386), const SO_LINGER_SEC = 4224
  3727  pkg syscall (darwin-386), const SO_NKE = 4129
  3728  pkg syscall (darwin-386), const SO_NOADDRERR = 4131
  3729  pkg syscall (darwin-386), const SO_NOSIGPIPE = 4130
  3730  pkg syscall (darwin-386), const SO_NOTIFYCONFLICT = 4134
  3731  pkg syscall (darwin-386), const SO_NP_EXTENSIONS = 4227
  3732  pkg syscall (darwin-386), const SO_NREAD = 4128
  3733  pkg syscall (darwin-386), const SO_NWRITE = 4132
  3734  pkg syscall (darwin-386), const SO_OOBINLINE = 256
  3735  pkg syscall (darwin-386), const SO_PEERLABEL = 4113
  3736  pkg syscall (darwin-386), const SO_RANDOMPORT = 4226
  3737  pkg syscall (darwin-386), const SO_RCVBUF = 4098
  3738  pkg syscall (darwin-386), const SO_RCVLOWAT = 4100
  3739  pkg syscall (darwin-386), const SO_RCVTIMEO = 4102
  3740  pkg syscall (darwin-386), const SO_RESTRICTIONS = 4225
  3741  pkg syscall (darwin-386), const SO_RESTRICT_DENYIN = 1
  3742  pkg syscall (darwin-386), const SO_RESTRICT_DENYOUT = 2
  3743  pkg syscall (darwin-386), const SO_RESTRICT_DENYSET = 2147483648
  3744  pkg syscall (darwin-386), const SO_REUSEADDR = 4
  3745  pkg syscall (darwin-386), const SO_REUSEPORT = 512
  3746  pkg syscall (darwin-386), const SO_REUSESHAREUID = 4133
  3747  pkg syscall (darwin-386), const SO_SNDBUF = 4097
  3748  pkg syscall (darwin-386), const SO_SNDLOWAT = 4099
  3749  pkg syscall (darwin-386), const SO_SNDTIMEO = 4101
  3750  pkg syscall (darwin-386), const SO_TIMESTAMP = 1024
  3751  pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048
  3752  pkg syscall (darwin-386), const SO_TYPE = 4104
  3753  pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135
  3754  pkg syscall (darwin-386), const SO_USELOOPBACK = 64
  3755  pkg syscall (darwin-386), const SO_WANTMORE = 16384
  3756  pkg syscall (darwin-386), const SO_WANTOOBFLAG = 32768
  3757  pkg syscall (darwin-386), const SYS_ACCEPT = 30
  3758  pkg syscall (darwin-386), const SYS_ACCEPT_NOCANCEL = 404
  3759  pkg syscall (darwin-386), const SYS_ACCESS = 33
  3760  pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED = 284
  3761  pkg syscall (darwin-386), const SYS_ACCT = 51
  3762  pkg syscall (darwin-386), const SYS_ADD_PROFIL = 176
  3763  pkg syscall (darwin-386), const SYS_ADJTIME = 140
  3764  pkg syscall (darwin-386), const SYS_AIO_CANCEL = 316
  3765  pkg syscall (darwin-386), const SYS_AIO_ERROR = 317
  3766  pkg syscall (darwin-386), const SYS_AIO_FSYNC = 313
  3767  pkg syscall (darwin-386), const SYS_AIO_READ = 318
  3768  pkg syscall (darwin-386), const SYS_AIO_RETURN = 314
  3769  pkg syscall (darwin-386), const SYS_AIO_SUSPEND = 315
  3770  pkg syscall (darwin-386), const SYS_AIO_SUSPEND_NOCANCEL = 421
  3771  pkg syscall (darwin-386), const SYS_AIO_WRITE = 319
  3772  pkg syscall (darwin-386), const SYS_ATGETMSG = 207
  3773  pkg syscall (darwin-386), const SYS_ATPGETREQ = 211
  3774  pkg syscall (darwin-386), const SYS_ATPGETRSP = 212
  3775  pkg syscall (darwin-386), const SYS_ATPSNDREQ = 209
  3776  pkg syscall (darwin-386), const SYS_ATPSNDRSP = 210
  3777  pkg syscall (darwin-386), const SYS_ATPUTMSG = 208
  3778  pkg syscall (darwin-386), const SYS_ATSOCKET = 206
  3779  pkg syscall (darwin-386), const SYS_AUDIT = 350
  3780  pkg syscall (darwin-386), const SYS_AUDITCTL = 359
  3781  pkg syscall (darwin-386), const SYS_AUDITON = 351
  3782  pkg syscall (darwin-386), const SYS_AUDIT_SESSION_JOIN = 429
  3783  pkg syscall (darwin-386), const SYS_AUDIT_SESSION_PORT = 432
  3784  pkg syscall (darwin-386), const SYS_AUDIT_SESSION_SELF = 428
  3785  pkg syscall (darwin-386), const SYS_BIND = 104
  3786  pkg syscall (darwin-386), const SYS_BSDTHREAD_CREATE = 360
  3787  pkg syscall (darwin-386), const SYS_BSDTHREAD_REGISTER = 366
  3788  pkg syscall (darwin-386), const SYS_BSDTHREAD_TERMINATE = 361
  3789  pkg syscall (darwin-386), const SYS_CHDIR = 12
  3790  pkg syscall (darwin-386), const SYS_CHFLAGS = 34
  3791  pkg syscall (darwin-386), const SYS_CHMOD = 15
  3792  pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED = 282
  3793  pkg syscall (darwin-386), const SYS_CHOWN = 16
  3794  pkg syscall (darwin-386), const SYS_CHROOT = 61
  3795  pkg syscall (darwin-386), const SYS_CHUD = 185
  3796  pkg syscall (darwin-386), const SYS_CLOSE = 6
  3797  pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL = 399
  3798  pkg syscall (darwin-386), const SYS_CONNECT = 98
  3799  pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409
  3800  pkg syscall (darwin-386), const SYS_COPYFILE = 227
  3801  pkg syscall (darwin-386), const SYS_CSOPS = 169
  3802  pkg syscall (darwin-386), const SYS_DELETE = 226
  3803  pkg syscall (darwin-386), const SYS_DUP = 41
  3804  pkg syscall (darwin-386), const SYS_DUP2 = 90
  3805  pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223
  3806  pkg syscall (darwin-386), const SYS_EXECVE = 59
  3807  pkg syscall (darwin-386), const SYS_EXIT = 1
  3808  pkg syscall (darwin-386), const SYS_FCHDIR = 13
  3809  pkg syscall (darwin-386), const SYS_FCHFLAGS = 35
  3810  pkg syscall (darwin-386), const SYS_FCHMOD = 124
  3811  pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED = 283
  3812  pkg syscall (darwin-386), const SYS_FCHOWN = 123
  3813  pkg syscall (darwin-386), const SYS_FCNTL = 92
  3814  pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL = 406
  3815  pkg syscall (darwin-386), const SYS_FDATASYNC = 187
  3816  pkg syscall (darwin-386), const SYS_FFSCTL = 245
  3817  pkg syscall (darwin-386), const SYS_FGETATTRLIST = 228
  3818  pkg syscall (darwin-386), const SYS_FGETXATTR = 235
  3819  pkg syscall (darwin-386), const SYS_FHOPEN = 248
  3820  pkg syscall (darwin-386), const SYS_FILEPORT_MAKEFD = 431
  3821  pkg syscall (darwin-386), const SYS_FILEPORT_MAKEPORT = 430
  3822  pkg syscall (darwin-386), const SYS_FLISTXATTR = 241
  3823  pkg syscall (darwin-386), const SYS_FLOCK = 131
  3824  pkg syscall (darwin-386), const SYS_FORK = 2
  3825  pkg syscall (darwin-386), const SYS_FPATHCONF = 192
  3826  pkg syscall (darwin-386), const SYS_FREMOVEXATTR = 239
  3827  pkg syscall (darwin-386), const SYS_FSCTL = 242
  3828  pkg syscall (darwin-386), const SYS_FSETATTRLIST = 229
  3829  pkg syscall (darwin-386), const SYS_FSETXATTR = 237
  3830  pkg syscall (darwin-386), const SYS_FSGETPATH = 427
  3831  pkg syscall (darwin-386), const SYS_FSTAT = 189
  3832  pkg syscall (darwin-386), const SYS_FSTAT64 = 339
  3833  pkg syscall (darwin-386), const SYS_FSTAT64_EXTENDED = 343
  3834  pkg syscall (darwin-386), const SYS_FSTATFS = 158
  3835  pkg syscall (darwin-386), const SYS_FSTATFS64 = 346
  3836  pkg syscall (darwin-386), const SYS_FSTATV = 219
  3837  pkg syscall (darwin-386), const SYS_FSTAT_EXTENDED = 281
  3838  pkg syscall (darwin-386), const SYS_FSYNC = 95
  3839  pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL = 408
  3840  pkg syscall (darwin-386), const SYS_FTRUNCATE = 201
  3841  pkg syscall (darwin-386), const SYS_FUTIMES = 139
  3842  pkg syscall (darwin-386), const SYS_GETATTRLIST = 220
  3843  pkg syscall (darwin-386), const SYS_GETAUDIT = 355
  3844  pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR = 357
  3845  pkg syscall (darwin-386), const SYS_GETAUID = 353
  3846  pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196
  3847  pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 = 344
  3848  pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR = 222
  3849  pkg syscall (darwin-386), const SYS_GETDTABLESIZE = 89
  3850  pkg syscall (darwin-386), const SYS_GETEGID = 43
  3851  pkg syscall (darwin-386), const SYS_GETEUID = 25
  3852  pkg syscall (darwin-386), const SYS_GETFH = 161
  3853  pkg syscall (darwin-386), const SYS_GETFSSTAT = 18
  3854  pkg syscall (darwin-386), const SYS_GETFSSTAT64 = 347
  3855  pkg syscall (darwin-386), const SYS_GETGID = 47
  3856  pkg syscall (darwin-386), const SYS_GETGROUPS = 79
  3857  pkg syscall (darwin-386), const SYS_GETHOSTUUID = 142
  3858  pkg syscall (darwin-386), const SYS_GETITIMER = 86
  3859  pkg syscall (darwin-386), const SYS_GETLCID = 395
  3860  pkg syscall (darwin-386), const SYS_GETLOGIN = 49
  3861  pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
  3862  pkg syscall (darwin-386), const SYS_GETPGID = 151
  3863  pkg syscall (darwin-386), const SYS_GETPGRP = 81
  3864  pkg syscall (darwin-386), const SYS_GETPID = 20
  3865  pkg syscall (darwin-386), const SYS_GETPPID = 39
  3866  pkg syscall (darwin-386), const SYS_GETPRIORITY = 100
  3867  pkg syscall (darwin-386), const SYS_GETRLIMIT = 194
  3868  pkg syscall (darwin-386), const SYS_GETRUSAGE = 117
  3869  pkg syscall (darwin-386), const SYS_GETSGROUPS = 288
  3870  pkg syscall (darwin-386), const SYS_GETSID = 310
  3871  pkg syscall (darwin-386), const SYS_GETSOCKNAME = 32
  3872  pkg syscall (darwin-386), const SYS_GETSOCKOPT = 118
  3873  pkg syscall (darwin-386), const SYS_GETTID = 286
  3874  pkg syscall (darwin-386), const SYS_GETTIMEOFDAY = 116
  3875  pkg syscall (darwin-386), const SYS_GETUID = 24
  3876  pkg syscall (darwin-386), const SYS_GETWGROUPS = 290
  3877  pkg syscall (darwin-386), const SYS_GETXATTR = 234
  3878  pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293
  3879  pkg syscall (darwin-386), const SYS_INITGROUPS = 243
  3880  pkg syscall (darwin-386), const SYS_IOCTL = 54
  3881  pkg syscall (darwin-386), const SYS_IOPOLICYSYS = 322
  3882  pkg syscall (darwin-386), const SYS_ISSETUGID = 327
  3883  pkg syscall (darwin-386), const SYS_KDEBUG_TRACE = 180
  3884  pkg syscall (darwin-386), const SYS_KEVENT = 363
  3885  pkg syscall (darwin-386), const SYS_KEVENT64 = 369
  3886  pkg syscall (darwin-386), const SYS_KILL = 37
  3887  pkg syscall (darwin-386), const SYS_KQUEUE = 362
  3888  pkg syscall (darwin-386), const SYS_LCHOWN = 364
  3889  pkg syscall (darwin-386), const SYS_LINK = 9
  3890  pkg syscall (darwin-386), const SYS_LIO_LISTIO = 320
  3891  pkg syscall (darwin-386), const SYS_LISTEN = 106
  3892  pkg syscall (darwin-386), const SYS_LISTXATTR = 240
  3893  pkg syscall (darwin-386), const SYS_LSEEK = 199
  3894  pkg syscall (darwin-386), const SYS_LSTAT = 190
  3895  pkg syscall (darwin-386), const SYS_LSTAT64 = 340
  3896  pkg syscall (darwin-386), const SYS_LSTAT64_EXTENDED = 342
  3897  pkg syscall (darwin-386), const SYS_LSTATV = 218
  3898  pkg syscall (darwin-386), const SYS_LSTAT_EXTENDED = 280
  3899  pkg syscall (darwin-386), const SYS_MADVISE = 75
  3900  pkg syscall (darwin-386), const SYS_MAXSYSCALL = 439
  3901  pkg syscall (darwin-386), const SYS_MINCORE = 78
  3902  pkg syscall (darwin-386), const SYS_MINHERIT = 250
  3903  pkg syscall (darwin-386), const SYS_MKCOMPLEX = 216
  3904  pkg syscall (darwin-386), const SYS_MKDIR = 136
  3905  pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED = 292
  3906  pkg syscall (darwin-386), const SYS_MKFIFO = 132
  3907  pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED = 291
  3908  pkg syscall (darwin-386), const SYS_MKNOD = 14
  3909  pkg syscall (darwin-386), const SYS_MLOCK = 203
  3910  pkg syscall (darwin-386), const SYS_MLOCKALL = 324
  3911  pkg syscall (darwin-386), const SYS_MMAP = 197
  3912  pkg syscall (darwin-386), const SYS_MODWATCH = 233
  3913  pkg syscall (darwin-386), const SYS_MOUNT = 167
  3914  pkg syscall (darwin-386), const SYS_MPROTECT = 74
  3915  pkg syscall (darwin-386), const SYS_MSGCTL = 258
  3916  pkg syscall (darwin-386), const SYS_MSGGET = 259
  3917  pkg syscall (darwin-386), const SYS_MSGRCV = 261
  3918  pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL = 419
  3919  pkg syscall (darwin-386), const SYS_MSGSND = 260
  3920  pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL = 418
  3921  pkg syscall (darwin-386), const SYS_MSGSYS = 252
  3922  pkg syscall (darwin-386), const SYS_MSYNC = 65
  3923  pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL = 405
  3924  pkg syscall (darwin-386), const SYS_MUNLOCK = 204
  3925  pkg syscall (darwin-386), const SYS_MUNLOCKALL = 325
  3926  pkg syscall (darwin-386), const SYS_MUNMAP = 73
  3927  pkg syscall (darwin-386), const SYS_NFSCLNT = 247
  3928  pkg syscall (darwin-386), const SYS_NFSSVC = 155
  3929  pkg syscall (darwin-386), const SYS_OPEN = 5
  3930  pkg syscall (darwin-386), const SYS_OPEN_EXTENDED = 277
  3931  pkg syscall (darwin-386), const SYS_OPEN_NOCANCEL = 398
  3932  pkg syscall (darwin-386), const SYS_PATHCONF = 191
  3933  pkg syscall (darwin-386), const SYS_PID_HIBERNATE = 435
  3934  pkg syscall (darwin-386), const SYS_PID_RESUME = 434
  3935  pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436
  3936  pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433
  3937  pkg syscall (darwin-386), const SYS_PIPE = 42
  3938  pkg syscall (darwin-386), const SYS_POLL = 230
  3939  pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417
  3940  pkg syscall (darwin-386), const SYS_POSIX_SPAWN = 244
  3941  pkg syscall (darwin-386), const SYS_PREAD = 153
  3942  pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL = 414
  3943  pkg syscall (darwin-386), const SYS_PROCESS_POLICY = 323
  3944  pkg syscall (darwin-386), const SYS_PROC_INFO = 336
  3945  pkg syscall (darwin-386), const SYS_PROFIL = 44
  3946  pkg syscall (darwin-386), const SYS_PSYNCH_CVBROAD = 303
  3947  pkg syscall (darwin-386), const SYS_PSYNCH_CVCLRPREPOST = 312
  3948  pkg syscall (darwin-386), const SYS_PSYNCH_CVSIGNAL = 304
  3949  pkg syscall (darwin-386), const SYS_PSYNCH_CVWAIT = 305
  3950  pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXDROP = 302
  3951  pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXWAIT = 301
  3952  pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE = 299
  3953  pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  3954  pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK = 306
  3955  pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK = 308
  3956  pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 = 309
  3957  pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE = 300
  3958  pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307
  3959  pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  3960  pkg syscall (darwin-386), const SYS_PTRACE = 26
  3961  pkg syscall (darwin-386), const SYS_PWRITE = 154
  3962  pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL = 415
  3963  pkg syscall (darwin-386), const SYS_QUOTACTL = 165
  3964  pkg syscall (darwin-386), const SYS_READ = 3
  3965  pkg syscall (darwin-386), const SYS_READLINK = 58
  3966  pkg syscall (darwin-386), const SYS_READV = 120
  3967  pkg syscall (darwin-386), const SYS_READV_NOCANCEL = 411
  3968  pkg syscall (darwin-386), const SYS_READ_NOCANCEL = 396
  3969  pkg syscall (darwin-386), const SYS_REBOOT = 55
  3970  pkg syscall (darwin-386), const SYS_RECVFROM = 29
  3971  pkg syscall (darwin-386), const SYS_RECVFROM_NOCANCEL = 403
  3972  pkg syscall (darwin-386), const SYS_RECVMSG = 27
  3973  pkg syscall (darwin-386), const SYS_RECVMSG_NOCANCEL = 401
  3974  pkg syscall (darwin-386), const SYS_REMOVEXATTR = 238
  3975  pkg syscall (darwin-386), const SYS_RENAME = 128
  3976  pkg syscall (darwin-386), const SYS_REVOKE = 56
  3977  pkg syscall (darwin-386), const SYS_RMDIR = 137
  3978  pkg syscall (darwin-386), const SYS_SEARCHFS = 225
  3979  pkg syscall (darwin-386), const SYS_SELECT = 93
  3980  pkg syscall (darwin-386), const SYS_SELECT_NOCANCEL = 407
  3981  pkg syscall (darwin-386), const SYS_SEMCTL = 254
  3982  pkg syscall (darwin-386), const SYS_SEMGET = 255
  3983  pkg syscall (darwin-386), const SYS_SEMOP = 256
  3984  pkg syscall (darwin-386), const SYS_SEMSYS = 251
  3985  pkg syscall (darwin-386), const SYS_SEM_CLOSE = 269
  3986  pkg syscall (darwin-386), const SYS_SEM_DESTROY = 276
  3987  pkg syscall (darwin-386), const SYS_SEM_GETVALUE = 274
  3988  pkg syscall (darwin-386), const SYS_SEM_INIT = 275
  3989  pkg syscall (darwin-386), const SYS_SEM_OPEN = 268
  3990  pkg syscall (darwin-386), const SYS_SEM_POST = 273
  3991  pkg syscall (darwin-386), const SYS_SEM_TRYWAIT = 272
  3992  pkg syscall (darwin-386), const SYS_SEM_UNLINK = 270
  3993  pkg syscall (darwin-386), const SYS_SEM_WAIT = 271
  3994  pkg syscall (darwin-386), const SYS_SEM_WAIT_NOCANCEL = 420
  3995  pkg syscall (darwin-386), const SYS_SENDFILE = 337
  3996  pkg syscall (darwin-386), const SYS_SENDMSG = 28
  3997  pkg syscall (darwin-386), const SYS_SENDMSG_NOCANCEL = 402
  3998  pkg syscall (darwin-386), const SYS_SENDTO = 133
  3999  pkg syscall (darwin-386), const SYS_SENDTO_NOCANCEL = 413
  4000  pkg syscall (darwin-386), const SYS_SETATTRLIST = 221
  4001  pkg syscall (darwin-386), const SYS_SETAUDIT = 356
  4002  pkg syscall (darwin-386), const SYS_SETAUDIT_ADDR = 358
  4003  pkg syscall (darwin-386), const SYS_SETAUID = 354
  4004  pkg syscall (darwin-386), const SYS_SETEGID = 182
  4005  pkg syscall (darwin-386), const SYS_SETEUID = 183
  4006  pkg syscall (darwin-386), const SYS_SETGID = 181
  4007  pkg syscall (darwin-386), const SYS_SETGROUPS = 80
  4008  pkg syscall (darwin-386), const SYS_SETITIMER = 83
  4009  pkg syscall (darwin-386), const SYS_SETLCID = 394
  4010  pkg syscall (darwin-386), const SYS_SETLOGIN = 50
  4011  pkg syscall (darwin-386), const SYS_SETPGID = 82
  4012  pkg syscall (darwin-386), const SYS_SETPRIORITY = 96
  4013  pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152
  4014  pkg syscall (darwin-386), const SYS_SETREGID = 127
  4015  pkg syscall (darwin-386), const SYS_SETREUID = 126
  4016  pkg syscall (darwin-386), const SYS_SETRLIMIT = 195
  4017  pkg syscall (darwin-386), const SYS_SETSGROUPS = 287
  4018  pkg syscall (darwin-386), const SYS_SETSID = 147
  4019  pkg syscall (darwin-386), const SYS_SETSOCKOPT = 105
  4020  pkg syscall (darwin-386), const SYS_SETTID = 285
  4021  pkg syscall (darwin-386), const SYS_SETTID_WITH_PID = 311
  4022  pkg syscall (darwin-386), const SYS_SETTIMEOFDAY = 122
  4023  pkg syscall (darwin-386), const SYS_SETUID = 23
  4024  pkg syscall (darwin-386), const SYS_SETWGROUPS = 289
  4025  pkg syscall (darwin-386), const SYS_SETXATTR = 236
  4026  pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294
  4027  pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  4028  pkg syscall (darwin-386), const SYS_SHMAT = 262
  4029  pkg syscall (darwin-386), const SYS_SHMCTL = 263
  4030  pkg syscall (darwin-386), const SYS_SHMDT = 264
  4031  pkg syscall (darwin-386), const SYS_SHMGET = 265
  4032  pkg syscall (darwin-386), const SYS_SHMSYS = 253
  4033  pkg syscall (darwin-386), const SYS_SHM_OPEN = 266
  4034  pkg syscall (darwin-386), const SYS_SHM_UNLINK = 267
  4035  pkg syscall (darwin-386), const SYS_SHUTDOWN = 134
  4036  pkg syscall (darwin-386), const SYS_SIGACTION = 46
  4037  pkg syscall (darwin-386), const SYS_SIGALTSTACK = 53
  4038  pkg syscall (darwin-386), const SYS_SIGPENDING = 52
  4039  pkg syscall (darwin-386), const SYS_SIGPROCMASK = 48
  4040  pkg syscall (darwin-386), const SYS_SIGRETURN = 184
  4041  pkg syscall (darwin-386), const SYS_SIGSUSPEND = 111
  4042  pkg syscall (darwin-386), const SYS_SIGSUSPEND_NOCANCEL = 410
  4043  pkg syscall (darwin-386), const SYS_SOCKET = 97
  4044  pkg syscall (darwin-386), const SYS_SOCKETPAIR = 135
  4045  pkg syscall (darwin-386), const SYS_STACK_SNAPSHOT = 365
  4046  pkg syscall (darwin-386), const SYS_STAT = 188
  4047  pkg syscall (darwin-386), const SYS_STAT64 = 338
  4048  pkg syscall (darwin-386), const SYS_STAT64_EXTENDED = 341
  4049  pkg syscall (darwin-386), const SYS_STATFS = 157
  4050  pkg syscall (darwin-386), const SYS_STATFS64 = 345
  4051  pkg syscall (darwin-386), const SYS_STATV = 217
  4052  pkg syscall (darwin-386), const SYS_STAT_EXTENDED = 279
  4053  pkg syscall (darwin-386), const SYS_SWAPON = 85
  4054  pkg syscall (darwin-386), const SYS_SYMLINK = 57
  4055  pkg syscall (darwin-386), const SYS_SYNC = 36
  4056  pkg syscall (darwin-386), const SYS_SYSCALL = 0
  4057  pkg syscall (darwin-386), const SYS_THREAD_SELFID = 372
  4058  pkg syscall (darwin-386), const SYS_TRUNCATE = 200
  4059  pkg syscall (darwin-386), const SYS_UMASK = 60
  4060  pkg syscall (darwin-386), const SYS_UMASK_EXTENDED = 278
  4061  pkg syscall (darwin-386), const SYS_UNDELETE = 205
  4062  pkg syscall (darwin-386), const SYS_UNLINK = 10
  4063  pkg syscall (darwin-386), const SYS_UNMOUNT = 159
  4064  pkg syscall (darwin-386), const SYS_UTIMES = 138
  4065  pkg syscall (darwin-386), const SYS_VFORK = 66
  4066  pkg syscall (darwin-386), const SYS_VM_PRESSURE_MONITOR = 296
  4067  pkg syscall (darwin-386), const SYS_WAIT4 = 7
  4068  pkg syscall (darwin-386), const SYS_WAIT4_NOCANCEL = 400
  4069  pkg syscall (darwin-386), const SYS_WAITEVENT = 232
  4070  pkg syscall (darwin-386), const SYS_WAITID = 173
  4071  pkg syscall (darwin-386), const SYS_WAITID_NOCANCEL = 416
  4072  pkg syscall (darwin-386), const SYS_WATCHEVENT = 231
  4073  pkg syscall (darwin-386), const SYS_WORKQ_KERNRETURN = 368
  4074  pkg syscall (darwin-386), const SYS_WORKQ_OPEN = 367
  4075  pkg syscall (darwin-386), const SYS_WRITE = 4
  4076  pkg syscall (darwin-386), const SYS_WRITEV = 121
  4077  pkg syscall (darwin-386), const SYS_WRITEV_NOCANCEL = 412
  4078  pkg syscall (darwin-386), const SYS_WRITE_NOCANCEL = 397
  4079  pkg syscall (darwin-386), const SYS___DISABLE_THREADSIGNAL = 331
  4080  pkg syscall (darwin-386), const SYS___MAC_EXECVE = 380
  4081  pkg syscall (darwin-386), const SYS___MAC_GETFSSTAT = 426
  4082  pkg syscall (darwin-386), const SYS___MAC_GET_FD = 388
  4083  pkg syscall (darwin-386), const SYS___MAC_GET_FILE = 382
  4084  pkg syscall (darwin-386), const SYS___MAC_GET_LCID = 391
  4085  pkg syscall (darwin-386), const SYS___MAC_GET_LCTX = 392
  4086  pkg syscall (darwin-386), const SYS___MAC_GET_LINK = 384
  4087  pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT = 425
  4088  pkg syscall (darwin-386), const SYS___MAC_GET_PID = 390
  4089  pkg syscall (darwin-386), const SYS___MAC_GET_PROC = 386
  4090  pkg syscall (darwin-386), const SYS___MAC_MOUNT = 424
  4091  pkg syscall (darwin-386), const SYS___MAC_SET_FD = 389
  4092  pkg syscall (darwin-386), const SYS___MAC_SET_FILE = 383
  4093  pkg syscall (darwin-386), const SYS___MAC_SET_LCTX = 393
  4094  pkg syscall (darwin-386), const SYS___MAC_SET_LINK = 385
  4095  pkg syscall (darwin-386), const SYS___MAC_SET_PROC = 387
  4096  pkg syscall (darwin-386), const SYS___MAC_SYSCALL = 381
  4097  pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL = 370
  4098  pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  4099  pkg syscall (darwin-386), const SYS___PTHREAD_CANCELED = 333
  4100  pkg syscall (darwin-386), const SYS___PTHREAD_CHDIR = 348
  4101  pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR = 349
  4102  pkg syscall (darwin-386), const SYS___PTHREAD_KILL = 328
  4103  pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL = 332
  4104  pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK = 329
  4105  pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL = 334
  4106  pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  4107  pkg syscall (darwin-386), const SYS___SIGWAIT = 330
  4108  pkg syscall (darwin-386), const SYS___SIGWAIT_NOCANCEL = 422
  4109  pkg syscall (darwin-386), const SYS___SYSCTL = 202
  4110  pkg syscall (darwin-386), const S_IEXEC = 64
  4111  pkg syscall (darwin-386), const S_IFMT = 61440
  4112  pkg syscall (darwin-386), const S_IFWHT = 57344
  4113  pkg syscall (darwin-386), const S_IREAD = 256
  4114  pkg syscall (darwin-386), const S_IRGRP = 32
  4115  pkg syscall (darwin-386), const S_IROTH = 4
  4116  pkg syscall (darwin-386), const S_IRWXG = 56
  4117  pkg syscall (darwin-386), const S_IRWXO = 7
  4118  pkg syscall (darwin-386), const S_IRWXU = 448
  4119  pkg syscall (darwin-386), const S_ISTXT = 512
  4120  pkg syscall (darwin-386), const S_IWGRP = 16
  4121  pkg syscall (darwin-386), const S_IWOTH = 2
  4122  pkg syscall (darwin-386), const S_IWRITE = 128
  4123  pkg syscall (darwin-386), const S_IXGRP = 8
  4124  pkg syscall (darwin-386), const S_IXOTH = 1
  4125  pkg syscall (darwin-386), const SizeofBpfHdr = 20
  4126  pkg syscall (darwin-386), const SizeofBpfInsn = 8
  4127  pkg syscall (darwin-386), const SizeofBpfProgram = 8
  4128  pkg syscall (darwin-386), const SizeofBpfStat = 8
  4129  pkg syscall (darwin-386), const SizeofBpfVersion = 4
  4130  pkg syscall (darwin-386), const SizeofCmsghdr = 12
  4131  pkg syscall (darwin-386), const SizeofIPMreq = 8
  4132  pkg syscall (darwin-386), const SizeofIPv6Mreq = 20
  4133  pkg syscall (darwin-386), const SizeofIfData = 96
  4134  pkg syscall (darwin-386), const SizeofIfMsghdr = 112
  4135  pkg syscall (darwin-386), const SizeofIfaMsghdr = 20
  4136  pkg syscall (darwin-386), const SizeofIfmaMsghdr = 16
  4137  pkg syscall (darwin-386), const SizeofIfmaMsghdr2 = 20
  4138  pkg syscall (darwin-386), const SizeofInet4Pktinfo = 12
  4139  pkg syscall (darwin-386), const SizeofInet4Pktinfo ideal-int
  4140  pkg syscall (darwin-386), const SizeofInet6Pktinfo = 20
  4141  pkg syscall (darwin-386), const SizeofLinger = 8
  4142  pkg syscall (darwin-386), const SizeofMsghdr = 28
  4143  pkg syscall (darwin-386), const SizeofRtMetrics = 56
  4144  pkg syscall (darwin-386), const SizeofRtMsghdr = 92
  4145  pkg syscall (darwin-386), const SizeofSockaddrAny = 108
  4146  pkg syscall (darwin-386), const SizeofSockaddrDatalink = 20
  4147  pkg syscall (darwin-386), const SizeofSockaddrInet4 = 16
  4148  pkg syscall (darwin-386), const SizeofSockaddrInet6 = 28
  4149  pkg syscall (darwin-386), const SizeofSockaddrUnix = 106
  4150  pkg syscall (darwin-386), const TCIFLUSH = 1
  4151  pkg syscall (darwin-386), const TCIFLUSH ideal-int
  4152  pkg syscall (darwin-386), const TCIOFLUSH = 3
  4153  pkg syscall (darwin-386), const TCIOFLUSH ideal-int
  4154  pkg syscall (darwin-386), const TCOFLUSH = 2
  4155  pkg syscall (darwin-386), const TCOFLUSH ideal-int
  4156  pkg syscall (darwin-386), const TCP_CONNECTIONTIMEOUT = 32
  4157  pkg syscall (darwin-386), const TCP_KEEPALIVE = 16
  4158  pkg syscall (darwin-386), const TCP_MAXHLEN = 60
  4159  pkg syscall (darwin-386), const TCP_MAXOLEN = 40
  4160  pkg syscall (darwin-386), const TCP_MAXSEG = 2
  4161  pkg syscall (darwin-386), const TCP_MAXWIN = 65535
  4162  pkg syscall (darwin-386), const TCP_MAX_SACK = 3
  4163  pkg syscall (darwin-386), const TCP_MAX_WINSHIFT = 14
  4164  pkg syscall (darwin-386), const TCP_MINMSS = 216
  4165  pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD = 1000
  4166  pkg syscall (darwin-386), const TCP_MSS = 512
  4167  pkg syscall (darwin-386), const TCP_NOOPT = 8
  4168  pkg syscall (darwin-386), const TCP_NOPUSH = 4
  4169  pkg syscall (darwin-386), const TCP_RXT_CONNDROPTIME = 128
  4170  pkg syscall (darwin-386), const TCP_RXT_FINDROP = 256
  4171  pkg syscall (darwin-386), const TCSAFLUSH = 2
  4172  pkg syscall (darwin-386), const TCSAFLUSH ideal-int
  4173  pkg syscall (darwin-386), const TIOCCBRK = 536900730
  4174  pkg syscall (darwin-386), const TIOCCDTR = 536900728
  4175  pkg syscall (darwin-386), const TIOCCONS = 2147775586
  4176  pkg syscall (darwin-386), const TIOCDCDTIMESTAMP = 1074295896
  4177  pkg syscall (darwin-386), const TIOCDRAIN = 536900702
  4178  pkg syscall (darwin-386), const TIOCDSIMICROCODE = 536900693
  4179  pkg syscall (darwin-386), const TIOCEXCL = 536900621
  4180  pkg syscall (darwin-386), const TIOCEXT = 2147775584
  4181  pkg syscall (darwin-386), const TIOCFLUSH = 2147775504
  4182  pkg syscall (darwin-386), const TIOCGDRAINWAIT = 1074033750
  4183  pkg syscall (darwin-386), const TIOCGETA = 1076655123
  4184  pkg syscall (darwin-386), const TIOCGETD = 1074033690
  4185  pkg syscall (darwin-386), const TIOCGPGRP = 1074033783
  4186  pkg syscall (darwin-386), const TIOCGWINSZ = 1074295912
  4187  pkg syscall (darwin-386), const TIOCIXOFF = 536900736
  4188  pkg syscall (darwin-386), const TIOCIXON = 536900737
  4189  pkg syscall (darwin-386), const TIOCMBIC = 2147775595
  4190  pkg syscall (darwin-386), const TIOCMBIS = 2147775596
  4191  pkg syscall (darwin-386), const TIOCMGDTRWAIT = 1074033754
  4192  pkg syscall (darwin-386), const TIOCMGET = 1074033770
  4193  pkg syscall (darwin-386), const TIOCMODG = 1074033667
  4194  pkg syscall (darwin-386), const TIOCMODS = 2147775492
  4195  pkg syscall (darwin-386), const TIOCMSDTRWAIT = 2147775579
  4196  pkg syscall (darwin-386), const TIOCMSET = 2147775597
  4197  pkg syscall (darwin-386), const TIOCM_CAR = 64
  4198  pkg syscall (darwin-386), const TIOCM_CD = 64
  4199  pkg syscall (darwin-386), const TIOCM_CTS = 32
  4200  pkg syscall (darwin-386), const TIOCM_DSR = 256
  4201  pkg syscall (darwin-386), const TIOCM_DTR = 2
  4202  pkg syscall (darwin-386), const TIOCM_LE = 1
  4203  pkg syscall (darwin-386), const TIOCM_RI = 128
  4204  pkg syscall (darwin-386), const TIOCM_RNG = 128
  4205  pkg syscall (darwin-386), const TIOCM_RTS = 4
  4206  pkg syscall (darwin-386), const TIOCM_SR = 16
  4207  pkg syscall (darwin-386), const TIOCM_ST = 8
  4208  pkg syscall (darwin-386), const TIOCNOTTY = 536900721
  4209  pkg syscall (darwin-386), const TIOCNXCL = 536900622
  4210  pkg syscall (darwin-386), const TIOCOUTQ = 1074033779
  4211  pkg syscall (darwin-386), const TIOCPKT = 2147775600
  4212  pkg syscall (darwin-386), const TIOCPKT_DATA = 0
  4213  pkg syscall (darwin-386), const TIOCPKT_DOSTOP = 32
  4214  pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD = 1
  4215  pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE = 2
  4216  pkg syscall (darwin-386), const TIOCPKT_IOCTL = 64
  4217  pkg syscall (darwin-386), const TIOCPKT_NOSTOP = 16
  4218  pkg syscall (darwin-386), const TIOCPKT_START = 8
  4219  pkg syscall (darwin-386), const TIOCPKT_STOP = 4
  4220  pkg syscall (darwin-386), const TIOCPTYGNAME = 1082160211
  4221  pkg syscall (darwin-386), const TIOCPTYGRANT = 536900692
  4222  pkg syscall (darwin-386), const TIOCPTYUNLK = 536900690
  4223  pkg syscall (darwin-386), const TIOCREMOTE = 2147775593
  4224  pkg syscall (darwin-386), const TIOCSBRK = 536900731
  4225  pkg syscall (darwin-386), const TIOCSCONS = 536900707
  4226  pkg syscall (darwin-386), const TIOCSCTTY = 536900705
  4227  pkg syscall (darwin-386), const TIOCSDRAINWAIT = 2147775575
  4228  pkg syscall (darwin-386), const TIOCSDTR = 536900729
  4229  pkg syscall (darwin-386), const TIOCSETA = 2150396948
  4230  pkg syscall (darwin-386), const TIOCSETAF = 2150396950
  4231  pkg syscall (darwin-386), const TIOCSETAW = 2150396949
  4232  pkg syscall (darwin-386), const TIOCSETD = 2147775515
  4233  pkg syscall (darwin-386), const TIOCSIG = 536900703
  4234  pkg syscall (darwin-386), const TIOCSPGRP = 2147775606
  4235  pkg syscall (darwin-386), const TIOCSTART = 536900718
  4236  pkg syscall (darwin-386), const TIOCSTAT = 536900709
  4237  pkg syscall (darwin-386), const TIOCSTI = 2147578994
  4238  pkg syscall (darwin-386), const TIOCSTOP = 536900719
  4239  pkg syscall (darwin-386), const TIOCSWINSZ = 2148037735
  4240  pkg syscall (darwin-386), const TIOCTIMESTAMP = 1074295897
  4241  pkg syscall (darwin-386), const TIOCUCNTL = 2147775590
  4242  pkg syscall (darwin-386), const TOSTOP = 4194304
  4243  pkg syscall (darwin-386), const TOSTOP ideal-int
  4244  pkg syscall (darwin-386), const VDISCARD = 15
  4245  pkg syscall (darwin-386), const VDISCARD ideal-int
  4246  pkg syscall (darwin-386), const VDSUSP = 11
  4247  pkg syscall (darwin-386), const VDSUSP ideal-int
  4248  pkg syscall (darwin-386), const VEOF = 0
  4249  pkg syscall (darwin-386), const VEOF ideal-int
  4250  pkg syscall (darwin-386), const VEOL = 1
  4251  pkg syscall (darwin-386), const VEOL ideal-int
  4252  pkg syscall (darwin-386), const VEOL2 = 2
  4253  pkg syscall (darwin-386), const VEOL2 ideal-int
  4254  pkg syscall (darwin-386), const VERASE = 3
  4255  pkg syscall (darwin-386), const VERASE ideal-int
  4256  pkg syscall (darwin-386), const VINTR = 8
  4257  pkg syscall (darwin-386), const VINTR ideal-int
  4258  pkg syscall (darwin-386), const VKILL = 5
  4259  pkg syscall (darwin-386), const VKILL ideal-int
  4260  pkg syscall (darwin-386), const VLNEXT = 14
  4261  pkg syscall (darwin-386), const VLNEXT ideal-int
  4262  pkg syscall (darwin-386), const VMIN = 16
  4263  pkg syscall (darwin-386), const VMIN ideal-int
  4264  pkg syscall (darwin-386), const VQUIT = 9
  4265  pkg syscall (darwin-386), const VQUIT ideal-int
  4266  pkg syscall (darwin-386), const VREPRINT = 6
  4267  pkg syscall (darwin-386), const VREPRINT ideal-int
  4268  pkg syscall (darwin-386), const VSTART = 12
  4269  pkg syscall (darwin-386), const VSTART ideal-int
  4270  pkg syscall (darwin-386), const VSTATUS = 18
  4271  pkg syscall (darwin-386), const VSTATUS ideal-int
  4272  pkg syscall (darwin-386), const VSTOP = 13
  4273  pkg syscall (darwin-386), const VSTOP ideal-int
  4274  pkg syscall (darwin-386), const VSUSP = 10
  4275  pkg syscall (darwin-386), const VSUSP ideal-int
  4276  pkg syscall (darwin-386), const VT0 = 0
  4277  pkg syscall (darwin-386), const VT0 ideal-int
  4278  pkg syscall (darwin-386), const VT1 = 65536
  4279  pkg syscall (darwin-386), const VT1 ideal-int
  4280  pkg syscall (darwin-386), const VTDLY = 65536
  4281  pkg syscall (darwin-386), const VTDLY ideal-int
  4282  pkg syscall (darwin-386), const VTIME = 17
  4283  pkg syscall (darwin-386), const VTIME ideal-int
  4284  pkg syscall (darwin-386), const VWERASE = 4
  4285  pkg syscall (darwin-386), const VWERASE ideal-int
  4286  pkg syscall (darwin-386), const WCONTINUED = 16
  4287  pkg syscall (darwin-386), const WCOREFLAG = 128
  4288  pkg syscall (darwin-386), const WEXITED = 4
  4289  pkg syscall (darwin-386), const WNOHANG = 1
  4290  pkg syscall (darwin-386), const WNOWAIT = 32
  4291  pkg syscall (darwin-386), const WORDSIZE = 32
  4292  pkg syscall (darwin-386), const WSTOPPED = 8
  4293  pkg syscall (darwin-386), const WUNTRACED = 2
  4294  pkg syscall (darwin-386), func Fchflags(int, int) error
  4295  pkg syscall (darwin-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
  4296  pkg syscall (darwin-386), type Inet4Pktinfo struct
  4297  pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8
  4298  pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32
  4299  pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8
  4300  pkg syscall (darwin-386), type Termios struct
  4301  pkg syscall (darwin-386), type Termios struct, Cc [20]uint8
  4302  pkg syscall (darwin-386), type Termios struct, Cflag uint32
  4303  pkg syscall (darwin-386), type Termios struct, Iflag uint32
  4304  pkg syscall (darwin-386), type Termios struct, Ispeed uint32
  4305  pkg syscall (darwin-386), type Termios struct, Lflag uint32
  4306  pkg syscall (darwin-386), type Termios struct, Oflag uint32
  4307  pkg syscall (darwin-386), type Termios struct, Ospeed uint32
  4308  pkg syscall (darwin-386-cgo), const AF_APPLETALK = 16
  4309  pkg syscall (darwin-386-cgo), const AF_CCITT = 10
  4310  pkg syscall (darwin-386-cgo), const AF_CHAOS = 5
  4311  pkg syscall (darwin-386-cgo), const AF_CNT = 21
  4312  pkg syscall (darwin-386-cgo), const AF_COIP = 20
  4313  pkg syscall (darwin-386-cgo), const AF_DATAKIT = 9
  4314  pkg syscall (darwin-386-cgo), const AF_DECnet = 12
  4315  pkg syscall (darwin-386-cgo), const AF_DLI = 13
  4316  pkg syscall (darwin-386-cgo), const AF_E164 = 28
  4317  pkg syscall (darwin-386-cgo), const AF_ECMA = 8
  4318  pkg syscall (darwin-386-cgo), const AF_HYLINK = 15
  4319  pkg syscall (darwin-386-cgo), const AF_IEEE80211 = 37
  4320  pkg syscall (darwin-386-cgo), const AF_IMPLINK = 3
  4321  pkg syscall (darwin-386-cgo), const AF_INET6 = 30
  4322  pkg syscall (darwin-386-cgo), const AF_IPX = 23
  4323  pkg syscall (darwin-386-cgo), const AF_ISDN = 28
  4324  pkg syscall (darwin-386-cgo), const AF_ISO = 7
  4325  pkg syscall (darwin-386-cgo), const AF_LAT = 14
  4326  pkg syscall (darwin-386-cgo), const AF_LINK = 18
  4327  pkg syscall (darwin-386-cgo), const AF_LOCAL = 1
  4328  pkg syscall (darwin-386-cgo), const AF_MAX = 38
  4329  pkg syscall (darwin-386-cgo), const AF_NATM = 31
  4330  pkg syscall (darwin-386-cgo), const AF_NDRV = 27
  4331  pkg syscall (darwin-386-cgo), const AF_NETBIOS = 33
  4332  pkg syscall (darwin-386-cgo), const AF_NS = 6
  4333  pkg syscall (darwin-386-cgo), const AF_OSI = 7
  4334  pkg syscall (darwin-386-cgo), const AF_PPP = 34
  4335  pkg syscall (darwin-386-cgo), const AF_PUP = 4
  4336  pkg syscall (darwin-386-cgo), const AF_RESERVED_36 = 36
  4337  pkg syscall (darwin-386-cgo), const AF_ROUTE = 17
  4338  pkg syscall (darwin-386-cgo), const AF_SIP = 24
  4339  pkg syscall (darwin-386-cgo), const AF_SNA = 11
  4340  pkg syscall (darwin-386-cgo), const AF_SYSTEM = 32
  4341  pkg syscall (darwin-386-cgo), const B0 = 0
  4342  pkg syscall (darwin-386-cgo), const B0 ideal-int
  4343  pkg syscall (darwin-386-cgo), const B110 = 110
  4344  pkg syscall (darwin-386-cgo), const B110 ideal-int
  4345  pkg syscall (darwin-386-cgo), const B115200 = 115200
  4346  pkg syscall (darwin-386-cgo), const B115200 ideal-int
  4347  pkg syscall (darwin-386-cgo), const B1200 = 1200
  4348  pkg syscall (darwin-386-cgo), const B1200 ideal-int
  4349  pkg syscall (darwin-386-cgo), const B134 = 134
  4350  pkg syscall (darwin-386-cgo), const B134 ideal-int
  4351  pkg syscall (darwin-386-cgo), const B14400 = 14400
  4352  pkg syscall (darwin-386-cgo), const B14400 ideal-int
  4353  pkg syscall (darwin-386-cgo), const B150 = 150
  4354  pkg syscall (darwin-386-cgo), const B150 ideal-int
  4355  pkg syscall (darwin-386-cgo), const B1800 = 1800
  4356  pkg syscall (darwin-386-cgo), const B1800 ideal-int
  4357  pkg syscall (darwin-386-cgo), const B19200 = 19200
  4358  pkg syscall (darwin-386-cgo), const B19200 ideal-int
  4359  pkg syscall (darwin-386-cgo), const B200 = 200
  4360  pkg syscall (darwin-386-cgo), const B200 ideal-int
  4361  pkg syscall (darwin-386-cgo), const B230400 = 230400
  4362  pkg syscall (darwin-386-cgo), const B230400 ideal-int
  4363  pkg syscall (darwin-386-cgo), const B2400 = 2400
  4364  pkg syscall (darwin-386-cgo), const B2400 ideal-int
  4365  pkg syscall (darwin-386-cgo), const B28800 = 28800
  4366  pkg syscall (darwin-386-cgo), const B28800 ideal-int
  4367  pkg syscall (darwin-386-cgo), const B300 = 300
  4368  pkg syscall (darwin-386-cgo), const B300 ideal-int
  4369  pkg syscall (darwin-386-cgo), const B38400 = 38400
  4370  pkg syscall (darwin-386-cgo), const B38400 ideal-int
  4371  pkg syscall (darwin-386-cgo), const B4800 = 4800
  4372  pkg syscall (darwin-386-cgo), const B4800 ideal-int
  4373  pkg syscall (darwin-386-cgo), const B50 = 50
  4374  pkg syscall (darwin-386-cgo), const B50 ideal-int
  4375  pkg syscall (darwin-386-cgo), const B57600 = 57600
  4376  pkg syscall (darwin-386-cgo), const B57600 ideal-int
  4377  pkg syscall (darwin-386-cgo), const B600 = 600
  4378  pkg syscall (darwin-386-cgo), const B600 ideal-int
  4379  pkg syscall (darwin-386-cgo), const B7200 = 7200
  4380  pkg syscall (darwin-386-cgo), const B7200 ideal-int
  4381  pkg syscall (darwin-386-cgo), const B75 = 75
  4382  pkg syscall (darwin-386-cgo), const B75 ideal-int
  4383  pkg syscall (darwin-386-cgo), const B76800 = 76800
  4384  pkg syscall (darwin-386-cgo), const B76800 ideal-int
  4385  pkg syscall (darwin-386-cgo), const B9600 = 9600
  4386  pkg syscall (darwin-386-cgo), const B9600 ideal-int
  4387  pkg syscall (darwin-386-cgo), const BIOCFLUSH = 536887912
  4388  pkg syscall (darwin-386-cgo), const BIOCGBLEN = 1074020966
  4389  pkg syscall (darwin-386-cgo), const BIOCGDLT = 1074020970
  4390  pkg syscall (darwin-386-cgo), const BIOCGDLTLIST = 3222028921
  4391  pkg syscall (darwin-386-cgo), const BIOCGETIF = 1075855979
  4392  pkg syscall (darwin-386-cgo), const BIOCGHDRCMPLT = 1074020980
  4393  pkg syscall (darwin-386-cgo), const BIOCGRSIG = 1074020978
  4394  pkg syscall (darwin-386-cgo), const BIOCGRTIMEOUT = 1074283118
  4395  pkg syscall (darwin-386-cgo), const BIOCGSEESENT = 1074020982
  4396  pkg syscall (darwin-386-cgo), const BIOCGSTATS = 1074283119
  4397  pkg syscall (darwin-386-cgo), const BIOCIMMEDIATE = 2147762800
  4398  pkg syscall (darwin-386-cgo), const BIOCPROMISC = 536887913
  4399  pkg syscall (darwin-386-cgo), const BIOCSBLEN = 3221504614
  4400  pkg syscall (darwin-386-cgo), const BIOCSDLT = 2147762808
  4401  pkg syscall (darwin-386-cgo), const BIOCSETF = 2148024935
  4402  pkg syscall (darwin-386-cgo), const BIOCSETIF = 2149597804
  4403  pkg syscall (darwin-386-cgo), const BIOCSHDRCMPLT = 2147762805
  4404  pkg syscall (darwin-386-cgo), const BIOCSRSIG = 2147762803
  4405  pkg syscall (darwin-386-cgo), const BIOCSRTIMEOUT = 2148024941
  4406  pkg syscall (darwin-386-cgo), const BIOCSSEESENT = 2147762807
  4407  pkg syscall (darwin-386-cgo), const BIOCVERSION = 1074020977
  4408  pkg syscall (darwin-386-cgo), const BPF_A = 16
  4409  pkg syscall (darwin-386-cgo), const BPF_ABS = 32
  4410  pkg syscall (darwin-386-cgo), const BPF_ADD = 0
  4411  pkg syscall (darwin-386-cgo), const BPF_ALIGNMENT = 4
  4412  pkg syscall (darwin-386-cgo), const BPF_ALU = 4
  4413  pkg syscall (darwin-386-cgo), const BPF_AND = 80
  4414  pkg syscall (darwin-386-cgo), const BPF_B = 16
  4415  pkg syscall (darwin-386-cgo), const BPF_DIV = 48
  4416  pkg syscall (darwin-386-cgo), const BPF_H = 8
  4417  pkg syscall (darwin-386-cgo), const BPF_IMM = 0
  4418  pkg syscall (darwin-386-cgo), const BPF_IND = 64
  4419  pkg syscall (darwin-386-cgo), const BPF_JA = 0
  4420  pkg syscall (darwin-386-cgo), const BPF_JEQ = 16
  4421  pkg syscall (darwin-386-cgo), const BPF_JGE = 48
  4422  pkg syscall (darwin-386-cgo), const BPF_JGT = 32
  4423  pkg syscall (darwin-386-cgo), const BPF_JMP = 5
  4424  pkg syscall (darwin-386-cgo), const BPF_JSET = 64
  4425  pkg syscall (darwin-386-cgo), const BPF_K = 0
  4426  pkg syscall (darwin-386-cgo), const BPF_LD = 0
  4427  pkg syscall (darwin-386-cgo), const BPF_LDX = 1
  4428  pkg syscall (darwin-386-cgo), const BPF_LEN = 128
  4429  pkg syscall (darwin-386-cgo), const BPF_LSH = 96
  4430  pkg syscall (darwin-386-cgo), const BPF_MAJOR_VERSION = 1
  4431  pkg syscall (darwin-386-cgo), const BPF_MAXBUFSIZE = 524288
  4432  pkg syscall (darwin-386-cgo), const BPF_MAXINSNS = 512
  4433  pkg syscall (darwin-386-cgo), const BPF_MEM = 96
  4434  pkg syscall (darwin-386-cgo), const BPF_MEMWORDS = 16
  4435  pkg syscall (darwin-386-cgo), const BPF_MINBUFSIZE = 32
  4436  pkg syscall (darwin-386-cgo), const BPF_MINOR_VERSION = 1
  4437  pkg syscall (darwin-386-cgo), const BPF_MISC = 7
  4438  pkg syscall (darwin-386-cgo), const BPF_MSH = 160
  4439  pkg syscall (darwin-386-cgo), const BPF_MUL = 32
  4440  pkg syscall (darwin-386-cgo), const BPF_NEG = 128
  4441  pkg syscall (darwin-386-cgo), const BPF_OR = 64
  4442  pkg syscall (darwin-386-cgo), const BPF_RELEASE = 199606
  4443  pkg syscall (darwin-386-cgo), const BPF_RET = 6
  4444  pkg syscall (darwin-386-cgo), const BPF_RSH = 112
  4445  pkg syscall (darwin-386-cgo), const BPF_ST = 2
  4446  pkg syscall (darwin-386-cgo), const BPF_STX = 3
  4447  pkg syscall (darwin-386-cgo), const BPF_SUB = 16
  4448  pkg syscall (darwin-386-cgo), const BPF_TAX = 0
  4449  pkg syscall (darwin-386-cgo), const BPF_TXA = 128
  4450  pkg syscall (darwin-386-cgo), const BPF_W = 0
  4451  pkg syscall (darwin-386-cgo), const BPF_X = 8
  4452  pkg syscall (darwin-386-cgo), const BRKINT = 2
  4453  pkg syscall (darwin-386-cgo), const BRKINT ideal-int
  4454  pkg syscall (darwin-386-cgo), const CFLUSH = 15
  4455  pkg syscall (darwin-386-cgo), const CFLUSH ideal-int
  4456  pkg syscall (darwin-386-cgo), const CLOCAL = 32768
  4457  pkg syscall (darwin-386-cgo), const CLOCAL ideal-int
  4458  pkg syscall (darwin-386-cgo), const CREAD = 2048
  4459  pkg syscall (darwin-386-cgo), const CREAD ideal-int
  4460  pkg syscall (darwin-386-cgo), const CS5 = 0
  4461  pkg syscall (darwin-386-cgo), const CS5 ideal-int
  4462  pkg syscall (darwin-386-cgo), const CS6 = 256
  4463  pkg syscall (darwin-386-cgo), const CS6 ideal-int
  4464  pkg syscall (darwin-386-cgo), const CS7 = 512
  4465  pkg syscall (darwin-386-cgo), const CS7 ideal-int
  4466  pkg syscall (darwin-386-cgo), const CS8 = 768
  4467  pkg syscall (darwin-386-cgo), const CS8 ideal-int
  4468  pkg syscall (darwin-386-cgo), const CSIZE = 768
  4469  pkg syscall (darwin-386-cgo), const CSIZE ideal-int
  4470  pkg syscall (darwin-386-cgo), const CSTART = 17
  4471  pkg syscall (darwin-386-cgo), const CSTART ideal-int
  4472  pkg syscall (darwin-386-cgo), const CSTATUS = 20
  4473  pkg syscall (darwin-386-cgo), const CSTATUS ideal-int
  4474  pkg syscall (darwin-386-cgo), const CSTOP = 19
  4475  pkg syscall (darwin-386-cgo), const CSTOP ideal-int
  4476  pkg syscall (darwin-386-cgo), const CSTOPB = 1024
  4477  pkg syscall (darwin-386-cgo), const CSTOPB ideal-int
  4478  pkg syscall (darwin-386-cgo), const CSUSP = 26
  4479  pkg syscall (darwin-386-cgo), const CSUSP ideal-int
  4480  pkg syscall (darwin-386-cgo), const CTL_MAXNAME = 12
  4481  pkg syscall (darwin-386-cgo), const CTL_NET = 4
  4482  pkg syscall (darwin-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  4483  pkg syscall (darwin-386-cgo), const DLT_ARCNET = 7
  4484  pkg syscall (darwin-386-cgo), const DLT_ATM_CLIP = 19
  4485  pkg syscall (darwin-386-cgo), const DLT_ATM_RFC1483 = 11
  4486  pkg syscall (darwin-386-cgo), const DLT_AX25 = 3
  4487  pkg syscall (darwin-386-cgo), const DLT_CHAOS = 5
  4488  pkg syscall (darwin-386-cgo), const DLT_CHDLC = 104
  4489  pkg syscall (darwin-386-cgo), const DLT_C_HDLC = 104
  4490  pkg syscall (darwin-386-cgo), const DLT_EN10MB = 1
  4491  pkg syscall (darwin-386-cgo), const DLT_EN3MB = 2
  4492  pkg syscall (darwin-386-cgo), const DLT_FDDI = 10
  4493  pkg syscall (darwin-386-cgo), const DLT_IEEE802 = 6
  4494  pkg syscall (darwin-386-cgo), const DLT_IEEE802_11 = 105
  4495  pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO = 127
  4496  pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
  4497  pkg syscall (darwin-386-cgo), const DLT_LINUX_SLL = 113
  4498  pkg syscall (darwin-386-cgo), const DLT_LOOP = 108
  4499  pkg syscall (darwin-386-cgo), const DLT_NULL = 0
  4500  pkg syscall (darwin-386-cgo), const DLT_PFLOG = 117
  4501  pkg syscall (darwin-386-cgo), const DLT_PFSYNC = 18
  4502  pkg syscall (darwin-386-cgo), const DLT_PPP = 9
  4503  pkg syscall (darwin-386-cgo), const DLT_PPP_BSDOS = 16
  4504  pkg syscall (darwin-386-cgo), const DLT_PPP_SERIAL = 50
  4505  pkg syscall (darwin-386-cgo), const DLT_PRONET = 4
  4506  pkg syscall (darwin-386-cgo), const DLT_RAW = 12
  4507  pkg syscall (darwin-386-cgo), const DLT_SLIP = 8
  4508  pkg syscall (darwin-386-cgo), const DLT_SLIP_BSDOS = 15
  4509  pkg syscall (darwin-386-cgo), const DT_BLK = 6
  4510  pkg syscall (darwin-386-cgo), const DT_CHR = 2
  4511  pkg syscall (darwin-386-cgo), const DT_DIR = 4
  4512  pkg syscall (darwin-386-cgo), const DT_FIFO = 1
  4513  pkg syscall (darwin-386-cgo), const DT_LNK = 10
  4514  pkg syscall (darwin-386-cgo), const DT_REG = 8
  4515  pkg syscall (darwin-386-cgo), const DT_SOCK = 12
  4516  pkg syscall (darwin-386-cgo), const DT_UNKNOWN = 0
  4517  pkg syscall (darwin-386-cgo), const DT_WHT = 14
  4518  pkg syscall (darwin-386-cgo), const E2BIG = 7
  4519  pkg syscall (darwin-386-cgo), const EACCES = 13
  4520  pkg syscall (darwin-386-cgo), const EADDRINUSE = 48
  4521  pkg syscall (darwin-386-cgo), const EADDRNOTAVAIL = 49
  4522  pkg syscall (darwin-386-cgo), const EAFNOSUPPORT = 47
  4523  pkg syscall (darwin-386-cgo), const EAGAIN = 35
  4524  pkg syscall (darwin-386-cgo), const EALREADY = 37
  4525  pkg syscall (darwin-386-cgo), const EAUTH = 80
  4526  pkg syscall (darwin-386-cgo), const EBADARCH = 86
  4527  pkg syscall (darwin-386-cgo), const EBADEXEC = 85
  4528  pkg syscall (darwin-386-cgo), const EBADF = 9
  4529  pkg syscall (darwin-386-cgo), const EBADMACHO = 88
  4530  pkg syscall (darwin-386-cgo), const EBADMSG = 94
  4531  pkg syscall (darwin-386-cgo), const EBADRPC = 72
  4532  pkg syscall (darwin-386-cgo), const EBUSY = 16
  4533  pkg syscall (darwin-386-cgo), const ECANCELED = 89
  4534  pkg syscall (darwin-386-cgo), const ECHILD = 10
  4535  pkg syscall (darwin-386-cgo), const ECHO = 8
  4536  pkg syscall (darwin-386-cgo), const ECHOCTL = 64
  4537  pkg syscall (darwin-386-cgo), const ECHOE = 2
  4538  pkg syscall (darwin-386-cgo), const ECHOK = 4
  4539  pkg syscall (darwin-386-cgo), const ECHOKE = 1
  4540  pkg syscall (darwin-386-cgo), const ECHONL = 16
  4541  pkg syscall (darwin-386-cgo), const ECHOPRT = 32
  4542  pkg syscall (darwin-386-cgo), const ECONNABORTED = 53
  4543  pkg syscall (darwin-386-cgo), const ECONNREFUSED = 61
  4544  pkg syscall (darwin-386-cgo), const ECONNRESET = 54
  4545  pkg syscall (darwin-386-cgo), const EDEADLK = 11
  4546  pkg syscall (darwin-386-cgo), const EDESTADDRREQ = 39
  4547  pkg syscall (darwin-386-cgo), const EDEVERR = 83
  4548  pkg syscall (darwin-386-cgo), const EDOM = 33
  4549  pkg syscall (darwin-386-cgo), const EDQUOT = 69
  4550  pkg syscall (darwin-386-cgo), const EEXIST = 17
  4551  pkg syscall (darwin-386-cgo), const EFAULT = 14
  4552  pkg syscall (darwin-386-cgo), const EFBIG = 27
  4553  pkg syscall (darwin-386-cgo), const EFTYPE = 79
  4554  pkg syscall (darwin-386-cgo), const EHOSTDOWN = 64
  4555  pkg syscall (darwin-386-cgo), const EHOSTUNREACH = 65
  4556  pkg syscall (darwin-386-cgo), const EIDRM = 90
  4557  pkg syscall (darwin-386-cgo), const EILSEQ = 92
  4558  pkg syscall (darwin-386-cgo), const EINPROGRESS = 36
  4559  pkg syscall (darwin-386-cgo), const EINTR = 4
  4560  pkg syscall (darwin-386-cgo), const EINVAL = 22
  4561  pkg syscall (darwin-386-cgo), const EIO = 5
  4562  pkg syscall (darwin-386-cgo), const EISCONN = 56
  4563  pkg syscall (darwin-386-cgo), const EISDIR = 21
  4564  pkg syscall (darwin-386-cgo), const ELAST = 105
  4565  pkg syscall (darwin-386-cgo), const ELOOP = 62
  4566  pkg syscall (darwin-386-cgo), const EMFILE = 24
  4567  pkg syscall (darwin-386-cgo), const EMLINK = 31
  4568  pkg syscall (darwin-386-cgo), const EMSGSIZE = 40
  4569  pkg syscall (darwin-386-cgo), const EMULTIHOP = 95
  4570  pkg syscall (darwin-386-cgo), const ENAMETOOLONG = 63
  4571  pkg syscall (darwin-386-cgo), const ENEEDAUTH = 81
  4572  pkg syscall (darwin-386-cgo), const ENETDOWN = 50
  4573  pkg syscall (darwin-386-cgo), const ENETRESET = 52
  4574  pkg syscall (darwin-386-cgo), const ENETUNREACH = 51
  4575  pkg syscall (darwin-386-cgo), const ENFILE = 23
  4576  pkg syscall (darwin-386-cgo), const ENOATTR = 93
  4577  pkg syscall (darwin-386-cgo), const ENOBUFS = 55
  4578  pkg syscall (darwin-386-cgo), const ENODATA = 96
  4579  pkg syscall (darwin-386-cgo), const ENODEV = 19
  4580  pkg syscall (darwin-386-cgo), const ENOEXEC = 8
  4581  pkg syscall (darwin-386-cgo), const ENOLCK = 77
  4582  pkg syscall (darwin-386-cgo), const ENOLINK = 97
  4583  pkg syscall (darwin-386-cgo), const ENOMEM = 12
  4584  pkg syscall (darwin-386-cgo), const ENOMSG = 91
  4585  pkg syscall (darwin-386-cgo), const ENOPOLICY = 103
  4586  pkg syscall (darwin-386-cgo), const ENOPROTOOPT = 42
  4587  pkg syscall (darwin-386-cgo), const ENOSPC = 28
  4588  pkg syscall (darwin-386-cgo), const ENOSR = 98
  4589  pkg syscall (darwin-386-cgo), const ENOSTR = 99
  4590  pkg syscall (darwin-386-cgo), const ENOSYS = 78
  4591  pkg syscall (darwin-386-cgo), const ENOTBLK = 15
  4592  pkg syscall (darwin-386-cgo), const ENOTCONN = 57
  4593  pkg syscall (darwin-386-cgo), const ENOTDIR = 20
  4594  pkg syscall (darwin-386-cgo), const ENOTEMPTY = 66
  4595  pkg syscall (darwin-386-cgo), const ENOTRECOVERABLE = 104
  4596  pkg syscall (darwin-386-cgo), const ENOTSOCK = 38
  4597  pkg syscall (darwin-386-cgo), const ENOTSUP = 45
  4598  pkg syscall (darwin-386-cgo), const ENOTTY = 25
  4599  pkg syscall (darwin-386-cgo), const ENXIO = 6
  4600  pkg syscall (darwin-386-cgo), const EOPNOTSUPP = 102
  4601  pkg syscall (darwin-386-cgo), const EOVERFLOW = 84
  4602  pkg syscall (darwin-386-cgo), const EOWNERDEAD = 105
  4603  pkg syscall (darwin-386-cgo), const EPERM = 1
  4604  pkg syscall (darwin-386-cgo), const EPFNOSUPPORT = 46
  4605  pkg syscall (darwin-386-cgo), const EPIPE = 32
  4606  pkg syscall (darwin-386-cgo), const EPROCLIM = 67
  4607  pkg syscall (darwin-386-cgo), const EPROCUNAVAIL = 76
  4608  pkg syscall (darwin-386-cgo), const EPROGMISMATCH = 75
  4609  pkg syscall (darwin-386-cgo), const EPROGUNAVAIL = 74
  4610  pkg syscall (darwin-386-cgo), const EPROTO = 100
  4611  pkg syscall (darwin-386-cgo), const EPROTONOSUPPORT = 43
  4612  pkg syscall (darwin-386-cgo), const EPROTOTYPE = 41
  4613  pkg syscall (darwin-386-cgo), const EPWROFF = 82
  4614  pkg syscall (darwin-386-cgo), const ERANGE = 34
  4615  pkg syscall (darwin-386-cgo), const EREMOTE = 71
  4616  pkg syscall (darwin-386-cgo), const EROFS = 30
  4617  pkg syscall (darwin-386-cgo), const ERPCMISMATCH = 73
  4618  pkg syscall (darwin-386-cgo), const ESHLIBVERS = 87
  4619  pkg syscall (darwin-386-cgo), const ESHUTDOWN = 58
  4620  pkg syscall (darwin-386-cgo), const ESOCKTNOSUPPORT = 44
  4621  pkg syscall (darwin-386-cgo), const ESPIPE = 29
  4622  pkg syscall (darwin-386-cgo), const ESRCH = 3
  4623  pkg syscall (darwin-386-cgo), const ESTALE = 70
  4624  pkg syscall (darwin-386-cgo), const ETIME = 101
  4625  pkg syscall (darwin-386-cgo), const ETIMEDOUT = 60
  4626  pkg syscall (darwin-386-cgo), const ETOOMANYREFS = 59
  4627  pkg syscall (darwin-386-cgo), const ETXTBSY = 26
  4628  pkg syscall (darwin-386-cgo), const EUSERS = 68
  4629  pkg syscall (darwin-386-cgo), const EVFILT_AIO = -3
  4630  pkg syscall (darwin-386-cgo), const EVFILT_FS = -9
  4631  pkg syscall (darwin-386-cgo), const EVFILT_MACHPORT = -8
  4632  pkg syscall (darwin-386-cgo), const EVFILT_PROC = -5
  4633  pkg syscall (darwin-386-cgo), const EVFILT_READ = -1
  4634  pkg syscall (darwin-386-cgo), const EVFILT_SIGNAL = -6
  4635  pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT = 12
  4636  pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER = 12
  4637  pkg syscall (darwin-386-cgo), const EVFILT_TIMER = -7
  4638  pkg syscall (darwin-386-cgo), const EVFILT_USER = -10
  4639  pkg syscall (darwin-386-cgo), const EVFILT_VM = -12
  4640  pkg syscall (darwin-386-cgo), const EVFILT_VNODE = -4
  4641  pkg syscall (darwin-386-cgo), const EVFILT_WRITE = -2
  4642  pkg syscall (darwin-386-cgo), const EV_ADD = 1
  4643  pkg syscall (darwin-386-cgo), const EV_CLEAR = 32
  4644  pkg syscall (darwin-386-cgo), const EV_DELETE = 2
  4645  pkg syscall (darwin-386-cgo), const EV_DISABLE = 8
  4646  pkg syscall (darwin-386-cgo), const EV_DISPATCH = 128
  4647  pkg syscall (darwin-386-cgo), const EV_ENABLE = 4
  4648  pkg syscall (darwin-386-cgo), const EV_EOF = 32768
  4649  pkg syscall (darwin-386-cgo), const EV_ERROR = 16384
  4650  pkg syscall (darwin-386-cgo), const EV_FLAG0 = 4096
  4651  pkg syscall (darwin-386-cgo), const EV_FLAG1 = 8192
  4652  pkg syscall (darwin-386-cgo), const EV_ONESHOT = 16
  4653  pkg syscall (darwin-386-cgo), const EV_OOBAND = 8192
  4654  pkg syscall (darwin-386-cgo), const EV_POLL = 4096
  4655  pkg syscall (darwin-386-cgo), const EV_RECEIPT = 64
  4656  pkg syscall (darwin-386-cgo), const EV_SYSFLAGS = 61440
  4657  pkg syscall (darwin-386-cgo), const EWOULDBLOCK = 35
  4658  pkg syscall (darwin-386-cgo), const EXDEV = 18
  4659  pkg syscall (darwin-386-cgo), const EXTA = 19200
  4660  pkg syscall (darwin-386-cgo), const EXTB = 38400
  4661  pkg syscall (darwin-386-cgo), const EXTPROC = 2048
  4662  pkg syscall (darwin-386-cgo), const FD_CLOEXEC = 1
  4663  pkg syscall (darwin-386-cgo), const FD_SETSIZE = 1024
  4664  pkg syscall (darwin-386-cgo), const FLUSHO = 8388608
  4665  pkg syscall (darwin-386-cgo), const FLUSHO ideal-int
  4666  pkg syscall (darwin-386-cgo), const F_ADDFILESIGS = 61
  4667  pkg syscall (darwin-386-cgo), const F_ADDSIGS = 59
  4668  pkg syscall (darwin-386-cgo), const F_ALLOCATEALL = 4
  4669  pkg syscall (darwin-386-cgo), const F_ALLOCATECONTIG = 2
  4670  pkg syscall (darwin-386-cgo), const F_CHKCLEAN = 41
  4671  pkg syscall (darwin-386-cgo), const F_DUPFD = 0
  4672  pkg syscall (darwin-386-cgo), const F_DUPFD_CLOEXEC = 67
  4673  pkg syscall (darwin-386-cgo), const F_FLUSH_DATA = 40
  4674  pkg syscall (darwin-386-cgo), const F_FREEZE_FS = 53
  4675  pkg syscall (darwin-386-cgo), const F_FULLFSYNC = 51
  4676  pkg syscall (darwin-386-cgo), const F_GETFD = 1
  4677  pkg syscall (darwin-386-cgo), const F_GETFL = 3
  4678  pkg syscall (darwin-386-cgo), const F_GETLK = 7
  4679  pkg syscall (darwin-386-cgo), const F_GETLKPID = 66
  4680  pkg syscall (darwin-386-cgo), const F_GETNOSIGPIPE = 74
  4681  pkg syscall (darwin-386-cgo), const F_GETOWN = 5
  4682  pkg syscall (darwin-386-cgo), const F_GETPATH = 50
  4683  pkg syscall (darwin-386-cgo), const F_GETPATH_MTMINFO = 71
  4684  pkg syscall (darwin-386-cgo), const F_GETPROTECTIONCLASS = 63
  4685  pkg syscall (darwin-386-cgo), const F_GLOBAL_NOCACHE = 55
  4686  pkg syscall (darwin-386-cgo), const F_LOG2PHYS = 49
  4687  pkg syscall (darwin-386-cgo), const F_LOG2PHYS_EXT = 65
  4688  pkg syscall (darwin-386-cgo), const F_MARKDEPENDENCY = 60
  4689  pkg syscall (darwin-386-cgo), const F_NOCACHE = 48
  4690  pkg syscall (darwin-386-cgo), const F_NODIRECT = 62
  4691  pkg syscall (darwin-386-cgo), const F_OK = 0
  4692  pkg syscall (darwin-386-cgo), const F_PATHPKG_CHECK = 52
  4693  pkg syscall (darwin-386-cgo), const F_PEOFPOSMODE = 3
  4694  pkg syscall (darwin-386-cgo), const F_PREALLOCATE = 42
  4695  pkg syscall (darwin-386-cgo), const F_RDADVISE = 44
  4696  pkg syscall (darwin-386-cgo), const F_RDAHEAD = 45
  4697  pkg syscall (darwin-386-cgo), const F_RDLCK = 1
  4698  pkg syscall (darwin-386-cgo), const F_READBOOTSTRAP = 46
  4699  pkg syscall (darwin-386-cgo), const F_SETBACKINGSTORE = 70
  4700  pkg syscall (darwin-386-cgo), const F_SETFD = 2
  4701  pkg syscall (darwin-386-cgo), const F_SETFL = 4
  4702  pkg syscall (darwin-386-cgo), const F_SETLK = 8
  4703  pkg syscall (darwin-386-cgo), const F_SETLKW = 9
  4704  pkg syscall (darwin-386-cgo), const F_SETNOSIGPIPE = 73
  4705  pkg syscall (darwin-386-cgo), const F_SETOWN = 6
  4706  pkg syscall (darwin-386-cgo), const F_SETPROTECTIONCLASS = 64
  4707  pkg syscall (darwin-386-cgo), const F_SETSIZE = 43
  4708  pkg syscall (darwin-386-cgo), const F_THAW_FS = 54
  4709  pkg syscall (darwin-386-cgo), const F_UNLCK = 2
  4710  pkg syscall (darwin-386-cgo), const F_VOLPOSMODE = 4
  4711  pkg syscall (darwin-386-cgo), const F_WRITEBOOTSTRAP = 47
  4712  pkg syscall (darwin-386-cgo), const F_WRLCK = 3
  4713  pkg syscall (darwin-386-cgo), const HUPCL = 16384
  4714  pkg syscall (darwin-386-cgo), const HUPCL ideal-int
  4715  pkg syscall (darwin-386-cgo), const ICANON = 256
  4716  pkg syscall (darwin-386-cgo), const ICANON ideal-int
  4717  pkg syscall (darwin-386-cgo), const ICRNL = 256
  4718  pkg syscall (darwin-386-cgo), const ICRNL ideal-int
  4719  pkg syscall (darwin-386-cgo), const IEXTEN = 1024
  4720  pkg syscall (darwin-386-cgo), const IEXTEN ideal-int
  4721  pkg syscall (darwin-386-cgo), const IFF_ALLMULTI = 512
  4722  pkg syscall (darwin-386-cgo), const IFF_ALTPHYS = 16384
  4723  pkg syscall (darwin-386-cgo), const IFF_DEBUG = 4
  4724  pkg syscall (darwin-386-cgo), const IFF_LINK0 = 4096
  4725  pkg syscall (darwin-386-cgo), const IFF_LINK1 = 8192
  4726  pkg syscall (darwin-386-cgo), const IFF_LINK2 = 16384
  4727  pkg syscall (darwin-386-cgo), const IFF_LOOPBACK = 8
  4728  pkg syscall (darwin-386-cgo), const IFF_MULTICAST = 32768
  4729  pkg syscall (darwin-386-cgo), const IFF_NOARP = 128
  4730  pkg syscall (darwin-386-cgo), const IFF_NOTRAILERS = 32
  4731  pkg syscall (darwin-386-cgo), const IFF_OACTIVE = 1024
  4732  pkg syscall (darwin-386-cgo), const IFF_POINTOPOINT = 16
  4733  pkg syscall (darwin-386-cgo), const IFF_PROMISC = 256
  4734  pkg syscall (darwin-386-cgo), const IFF_RUNNING = 64
  4735  pkg syscall (darwin-386-cgo), const IFF_SIMPLEX = 2048
  4736  pkg syscall (darwin-386-cgo), const IFNAMSIZ = 16
  4737  pkg syscall (darwin-386-cgo), const IFT_1822 = 2
  4738  pkg syscall (darwin-386-cgo), const IFT_AAL5 = 49
  4739  pkg syscall (darwin-386-cgo), const IFT_ARCNET = 35
  4740  pkg syscall (darwin-386-cgo), const IFT_ARCNETPLUS = 36
  4741  pkg syscall (darwin-386-cgo), const IFT_ATM = 37
  4742  pkg syscall (darwin-386-cgo), const IFT_BRIDGE = 209
  4743  pkg syscall (darwin-386-cgo), const IFT_CARP = 248
  4744  pkg syscall (darwin-386-cgo), const IFT_CELLULAR = 255
  4745  pkg syscall (darwin-386-cgo), const IFT_CEPT = 19
  4746  pkg syscall (darwin-386-cgo), const IFT_DS3 = 30
  4747  pkg syscall (darwin-386-cgo), const IFT_ENC = 244
  4748  pkg syscall (darwin-386-cgo), const IFT_EON = 25
  4749  pkg syscall (darwin-386-cgo), const IFT_ETHER = 6
  4750  pkg syscall (darwin-386-cgo), const IFT_FAITH = 56
  4751  pkg syscall (darwin-386-cgo), const IFT_FDDI = 15
  4752  pkg syscall (darwin-386-cgo), const IFT_FRELAY = 32
  4753  pkg syscall (darwin-386-cgo), const IFT_FRELAYDCE = 44
  4754  pkg syscall (darwin-386-cgo), const IFT_GIF = 55
  4755  pkg syscall (darwin-386-cgo), const IFT_HDH1822 = 3
  4756  pkg syscall (darwin-386-cgo), const IFT_HIPPI = 47
  4757  pkg syscall (darwin-386-cgo), const IFT_HSSI = 46
  4758  pkg syscall (darwin-386-cgo), const IFT_HY = 14
  4759  pkg syscall (darwin-386-cgo), const IFT_IEEE1394 = 144
  4760  pkg syscall (darwin-386-cgo), const IFT_IEEE8023ADLAG = 136
  4761  pkg syscall (darwin-386-cgo), const IFT_ISDNBASIC = 20
  4762  pkg syscall (darwin-386-cgo), const IFT_ISDNPRIMARY = 21
  4763  pkg syscall (darwin-386-cgo), const IFT_ISO88022LLC = 41
  4764  pkg syscall (darwin-386-cgo), const IFT_ISO88023 = 7
  4765  pkg syscall (darwin-386-cgo), const IFT_ISO88024 = 8
  4766  pkg syscall (darwin-386-cgo), const IFT_ISO88025 = 9
  4767  pkg syscall (darwin-386-cgo), const IFT_ISO88026 = 10
  4768  pkg syscall (darwin-386-cgo), const IFT_L2VLAN = 135
  4769  pkg syscall (darwin-386-cgo), const IFT_LAPB = 16
  4770  pkg syscall (darwin-386-cgo), const IFT_LOCALTALK = 42
  4771  pkg syscall (darwin-386-cgo), const IFT_LOOP = 24
  4772  pkg syscall (darwin-386-cgo), const IFT_MIOX25 = 38
  4773  pkg syscall (darwin-386-cgo), const IFT_MODEM = 48
  4774  pkg syscall (darwin-386-cgo), const IFT_NSIP = 27
  4775  pkg syscall (darwin-386-cgo), const IFT_OTHER = 1
  4776  pkg syscall (darwin-386-cgo), const IFT_P10 = 12
  4777  pkg syscall (darwin-386-cgo), const IFT_P80 = 13
  4778  pkg syscall (darwin-386-cgo), const IFT_PARA = 34
  4779  pkg syscall (darwin-386-cgo), const IFT_PDP = 255
  4780  pkg syscall (darwin-386-cgo), const IFT_PFLOG = 245
  4781  pkg syscall (darwin-386-cgo), const IFT_PFSYNC = 246
  4782  pkg syscall (darwin-386-cgo), const IFT_PPP = 23
  4783  pkg syscall (darwin-386-cgo), const IFT_PROPMUX = 54
  4784  pkg syscall (darwin-386-cgo), const IFT_PROPVIRTUAL = 53
  4785  pkg syscall (darwin-386-cgo), const IFT_PTPSERIAL = 22
  4786  pkg syscall (darwin-386-cgo), const IFT_RS232 = 33
  4787  pkg syscall (darwin-386-cgo), const IFT_SDLC = 17
  4788  pkg syscall (darwin-386-cgo), const IFT_SIP = 31
  4789  pkg syscall (darwin-386-cgo), const IFT_SLIP = 28
  4790  pkg syscall (darwin-386-cgo), const IFT_SMDSDXI = 43
  4791  pkg syscall (darwin-386-cgo), const IFT_SMDSICIP = 52
  4792  pkg syscall (darwin-386-cgo), const IFT_SONET = 39
  4793  pkg syscall (darwin-386-cgo), const IFT_SONETPATH = 50
  4794  pkg syscall (darwin-386-cgo), const IFT_SONETVT = 51
  4795  pkg syscall (darwin-386-cgo), const IFT_STARLAN = 11
  4796  pkg syscall (darwin-386-cgo), const IFT_STF = 57
  4797  pkg syscall (darwin-386-cgo), const IFT_T1 = 18
  4798  pkg syscall (darwin-386-cgo), const IFT_ULTRA = 29
  4799  pkg syscall (darwin-386-cgo), const IFT_V35 = 45
  4800  pkg syscall (darwin-386-cgo), const IFT_X25 = 5
  4801  pkg syscall (darwin-386-cgo), const IFT_X25DDN = 4
  4802  pkg syscall (darwin-386-cgo), const IFT_X25PLE = 40
  4803  pkg syscall (darwin-386-cgo), const IFT_XETHER = 26
  4804  pkg syscall (darwin-386-cgo), const IGNBRK = 1
  4805  pkg syscall (darwin-386-cgo), const IGNBRK ideal-int
  4806  pkg syscall (darwin-386-cgo), const IGNCR = 128
  4807  pkg syscall (darwin-386-cgo), const IGNCR ideal-int
  4808  pkg syscall (darwin-386-cgo), const IGNPAR = 4
  4809  pkg syscall (darwin-386-cgo), const IGNPAR ideal-int
  4810  pkg syscall (darwin-386-cgo), const IMAXBEL = 8192
  4811  pkg syscall (darwin-386-cgo), const IMAXBEL ideal-int
  4812  pkg syscall (darwin-386-cgo), const INLCR = 64
  4813  pkg syscall (darwin-386-cgo), const INLCR ideal-int
  4814  pkg syscall (darwin-386-cgo), const INPCK = 16
  4815  pkg syscall (darwin-386-cgo), const INPCK ideal-int
  4816  pkg syscall (darwin-386-cgo), const IN_CLASSA_HOST = 16777215
  4817  pkg syscall (darwin-386-cgo), const IN_CLASSA_MAX = 128
  4818  pkg syscall (darwin-386-cgo), const IN_CLASSA_NET = 4278190080
  4819  pkg syscall (darwin-386-cgo), const IN_CLASSA_NSHIFT = 24
  4820  pkg syscall (darwin-386-cgo), const IN_CLASSB_HOST = 65535
  4821  pkg syscall (darwin-386-cgo), const IN_CLASSB_MAX = 65536
  4822  pkg syscall (darwin-386-cgo), const IN_CLASSB_NET = 4294901760
  4823  pkg syscall (darwin-386-cgo), const IN_CLASSB_NSHIFT = 16
  4824  pkg syscall (darwin-386-cgo), const IN_CLASSC_HOST = 255
  4825  pkg syscall (darwin-386-cgo), const IN_CLASSC_NET = 4294967040
  4826  pkg syscall (darwin-386-cgo), const IN_CLASSC_NSHIFT = 8
  4827  pkg syscall (darwin-386-cgo), const IN_CLASSD_HOST = 268435455
  4828  pkg syscall (darwin-386-cgo), const IN_CLASSD_NET = 4026531840
  4829  pkg syscall (darwin-386-cgo), const IN_CLASSD_NSHIFT = 28
  4830  pkg syscall (darwin-386-cgo), const IN_LINKLOCALNETNUM = 2851995648
  4831  pkg syscall (darwin-386-cgo), const IN_LOOPBACKNET = 127
  4832  pkg syscall (darwin-386-cgo), const IPPROTO_3PC = 34
  4833  pkg syscall (darwin-386-cgo), const IPPROTO_ADFS = 68
  4834  pkg syscall (darwin-386-cgo), const IPPROTO_AH = 51
  4835  pkg syscall (darwin-386-cgo), const IPPROTO_AHIP = 61
  4836  pkg syscall (darwin-386-cgo), const IPPROTO_APES = 99
  4837  pkg syscall (darwin-386-cgo), const IPPROTO_ARGUS = 13
  4838  pkg syscall (darwin-386-cgo), const IPPROTO_AX25 = 93
  4839  pkg syscall (darwin-386-cgo), const IPPROTO_BHA = 49
  4840  pkg syscall (darwin-386-cgo), const IPPROTO_BLT = 30
  4841  pkg syscall (darwin-386-cgo), const IPPROTO_BRSATMON = 76
  4842  pkg syscall (darwin-386-cgo), const IPPROTO_CFTP = 62
  4843  pkg syscall (darwin-386-cgo), const IPPROTO_CHAOS = 16
  4844  pkg syscall (darwin-386-cgo), const IPPROTO_CMTP = 38
  4845  pkg syscall (darwin-386-cgo), const IPPROTO_CPHB = 73
  4846  pkg syscall (darwin-386-cgo), const IPPROTO_CPNX = 72
  4847  pkg syscall (darwin-386-cgo), const IPPROTO_DDP = 37
  4848  pkg syscall (darwin-386-cgo), const IPPROTO_DGP = 86
  4849  pkg syscall (darwin-386-cgo), const IPPROTO_DIVERT = 254
  4850  pkg syscall (darwin-386-cgo), const IPPROTO_DONE = 257
  4851  pkg syscall (darwin-386-cgo), const IPPROTO_DSTOPTS = 60
  4852  pkg syscall (darwin-386-cgo), const IPPROTO_EGP = 8
  4853  pkg syscall (darwin-386-cgo), const IPPROTO_EMCON = 14
  4854  pkg syscall (darwin-386-cgo), const IPPROTO_ENCAP = 98
  4855  pkg syscall (darwin-386-cgo), const IPPROTO_EON = 80
  4856  pkg syscall (darwin-386-cgo), const IPPROTO_ESP = 50
  4857  pkg syscall (darwin-386-cgo), const IPPROTO_ETHERIP = 97
  4858  pkg syscall (darwin-386-cgo), const IPPROTO_FRAGMENT = 44
  4859  pkg syscall (darwin-386-cgo), const IPPROTO_GGP = 3
  4860  pkg syscall (darwin-386-cgo), const IPPROTO_GMTP = 100
  4861  pkg syscall (darwin-386-cgo), const IPPROTO_GRE = 47
  4862  pkg syscall (darwin-386-cgo), const IPPROTO_HELLO = 63
  4863  pkg syscall (darwin-386-cgo), const IPPROTO_HMP = 20
  4864  pkg syscall (darwin-386-cgo), const IPPROTO_HOPOPTS = 0
  4865  pkg syscall (darwin-386-cgo), const IPPROTO_ICMP = 1
  4866  pkg syscall (darwin-386-cgo), const IPPROTO_ICMPV6 = 58
  4867  pkg syscall (darwin-386-cgo), const IPPROTO_IDP = 22
  4868  pkg syscall (darwin-386-cgo), const IPPROTO_IDPR = 35
  4869  pkg syscall (darwin-386-cgo), const IPPROTO_IDRP = 45
  4870  pkg syscall (darwin-386-cgo), const IPPROTO_IGMP = 2
  4871  pkg syscall (darwin-386-cgo), const IPPROTO_IGP = 85
  4872  pkg syscall (darwin-386-cgo), const IPPROTO_IGRP = 88
  4873  pkg syscall (darwin-386-cgo), const IPPROTO_IL = 40
  4874  pkg syscall (darwin-386-cgo), const IPPROTO_INLSP = 52
  4875  pkg syscall (darwin-386-cgo), const IPPROTO_INP = 32
  4876  pkg syscall (darwin-386-cgo), const IPPROTO_IPCOMP = 108
  4877  pkg syscall (darwin-386-cgo), const IPPROTO_IPCV = 71
  4878  pkg syscall (darwin-386-cgo), const IPPROTO_IPEIP = 94
  4879  pkg syscall (darwin-386-cgo), const IPPROTO_IPIP = 4
  4880  pkg syscall (darwin-386-cgo), const IPPROTO_IPPC = 67
  4881  pkg syscall (darwin-386-cgo), const IPPROTO_IPV4 = 4
  4882  pkg syscall (darwin-386-cgo), const IPPROTO_IRTP = 28
  4883  pkg syscall (darwin-386-cgo), const IPPROTO_KRYPTOLAN = 65
  4884  pkg syscall (darwin-386-cgo), const IPPROTO_LARP = 91
  4885  pkg syscall (darwin-386-cgo), const IPPROTO_LEAF1 = 25
  4886  pkg syscall (darwin-386-cgo), const IPPROTO_LEAF2 = 26
  4887  pkg syscall (darwin-386-cgo), const IPPROTO_MAX = 256
  4888  pkg syscall (darwin-386-cgo), const IPPROTO_MAXID = 52
  4889  pkg syscall (darwin-386-cgo), const IPPROTO_MEAS = 19
  4890  pkg syscall (darwin-386-cgo), const IPPROTO_MHRP = 48
  4891  pkg syscall (darwin-386-cgo), const IPPROTO_MICP = 95
  4892  pkg syscall (darwin-386-cgo), const IPPROTO_MTP = 92
  4893  pkg syscall (darwin-386-cgo), const IPPROTO_MUX = 18
  4894  pkg syscall (darwin-386-cgo), const IPPROTO_ND = 77
  4895  pkg syscall (darwin-386-cgo), const IPPROTO_NHRP = 54
  4896  pkg syscall (darwin-386-cgo), const IPPROTO_NONE = 59
  4897  pkg syscall (darwin-386-cgo), const IPPROTO_NSP = 31
  4898  pkg syscall (darwin-386-cgo), const IPPROTO_NVPII = 11
  4899  pkg syscall (darwin-386-cgo), const IPPROTO_OSPFIGP = 89
  4900  pkg syscall (darwin-386-cgo), const IPPROTO_PGM = 113
  4901  pkg syscall (darwin-386-cgo), const IPPROTO_PIGP = 9
  4902  pkg syscall (darwin-386-cgo), const IPPROTO_PIM = 103
  4903  pkg syscall (darwin-386-cgo), const IPPROTO_PRM = 21
  4904  pkg syscall (darwin-386-cgo), const IPPROTO_PUP = 12
  4905  pkg syscall (darwin-386-cgo), const IPPROTO_PVP = 75
  4906  pkg syscall (darwin-386-cgo), const IPPROTO_RAW = 255
  4907  pkg syscall (darwin-386-cgo), const IPPROTO_RCCMON = 10
  4908  pkg syscall (darwin-386-cgo), const IPPROTO_RDP = 27
  4909  pkg syscall (darwin-386-cgo), const IPPROTO_ROUTING = 43
  4910  pkg syscall (darwin-386-cgo), const IPPROTO_RSVP = 46
  4911  pkg syscall (darwin-386-cgo), const IPPROTO_RVD = 66
  4912  pkg syscall (darwin-386-cgo), const IPPROTO_SATEXPAK = 64
  4913  pkg syscall (darwin-386-cgo), const IPPROTO_SATMON = 69
  4914  pkg syscall (darwin-386-cgo), const IPPROTO_SCCSP = 96
  4915  pkg syscall (darwin-386-cgo), const IPPROTO_SCTP = 132
  4916  pkg syscall (darwin-386-cgo), const IPPROTO_SDRP = 42
  4917  pkg syscall (darwin-386-cgo), const IPPROTO_SEP = 33
  4918  pkg syscall (darwin-386-cgo), const IPPROTO_SRPC = 90
  4919  pkg syscall (darwin-386-cgo), const IPPROTO_ST = 7
  4920  pkg syscall (darwin-386-cgo), const IPPROTO_SVMTP = 82
  4921  pkg syscall (darwin-386-cgo), const IPPROTO_SWIPE = 53
  4922  pkg syscall (darwin-386-cgo), const IPPROTO_TCF = 87
  4923  pkg syscall (darwin-386-cgo), const IPPROTO_TP = 29
  4924  pkg syscall (darwin-386-cgo), const IPPROTO_TPXX = 39
  4925  pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK1 = 23
  4926  pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK2 = 24
  4927  pkg syscall (darwin-386-cgo), const IPPROTO_TTP = 84
  4928  pkg syscall (darwin-386-cgo), const IPPROTO_VINES = 83
  4929  pkg syscall (darwin-386-cgo), const IPPROTO_VISA = 70
  4930  pkg syscall (darwin-386-cgo), const IPPROTO_VMTP = 81
  4931  pkg syscall (darwin-386-cgo), const IPPROTO_WBEXPAK = 79
  4932  pkg syscall (darwin-386-cgo), const IPPROTO_WBMON = 78
  4933  pkg syscall (darwin-386-cgo), const IPPROTO_WSN = 74
  4934  pkg syscall (darwin-386-cgo), const IPPROTO_XNET = 15
  4935  pkg syscall (darwin-386-cgo), const IPPROTO_XTP = 36
  4936  pkg syscall (darwin-386-cgo), const IPV6_2292DSTOPTS = 23
  4937  pkg syscall (darwin-386-cgo), const IPV6_2292HOPLIMIT = 20
  4938  pkg syscall (darwin-386-cgo), const IPV6_2292HOPOPTS = 22
  4939  pkg syscall (darwin-386-cgo), const IPV6_2292NEXTHOP = 21
  4940  pkg syscall (darwin-386-cgo), const IPV6_2292PKTINFO = 19
  4941  pkg syscall (darwin-386-cgo), const IPV6_2292PKTOPTIONS = 25
  4942  pkg syscall (darwin-386-cgo), const IPV6_2292RTHDR = 24
  4943  pkg syscall (darwin-386-cgo), const IPV6_BINDV6ONLY = 27
  4944  pkg syscall (darwin-386-cgo), const IPV6_BOUND_IF = 125
  4945  pkg syscall (darwin-386-cgo), const IPV6_CHECKSUM = 26
  4946  pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  4947  pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  4948  pkg syscall (darwin-386-cgo), const IPV6_DEFHLIM = 64
  4949  pkg syscall (darwin-386-cgo), const IPV6_FAITH = 29
  4950  pkg syscall (darwin-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
  4951  pkg syscall (darwin-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
  4952  pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL = 120
  4953  pkg syscall (darwin-386-cgo), const IPV6_FW_ADD = 30
  4954  pkg syscall (darwin-386-cgo), const IPV6_FW_DEL = 31
  4955  pkg syscall (darwin-386-cgo), const IPV6_FW_FLUSH = 32
  4956  pkg syscall (darwin-386-cgo), const IPV6_FW_GET = 34
  4957  pkg syscall (darwin-386-cgo), const IPV6_FW_ZERO = 33
  4958  pkg syscall (darwin-386-cgo), const IPV6_HLIMDEC = 1
  4959  pkg syscall (darwin-386-cgo), const IPV6_IPSEC_POLICY = 28
  4960  pkg syscall (darwin-386-cgo), const IPV6_JOIN_GROUP = 12
  4961  pkg syscall (darwin-386-cgo), const IPV6_LEAVE_GROUP = 13
  4962  pkg syscall (darwin-386-cgo), const IPV6_MAXHLIM = 255
  4963  pkg syscall (darwin-386-cgo), const IPV6_MAXOPTHDR = 2048
  4964  pkg syscall (darwin-386-cgo), const IPV6_MAXPACKET = 65535
  4965  pkg syscall (darwin-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
  4966  pkg syscall (darwin-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
  4967  pkg syscall (darwin-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
  4968  pkg syscall (darwin-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
  4969  pkg syscall (darwin-386-cgo), const IPV6_MMTU = 1280
  4970  pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_HOPS = 10
  4971  pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_IF = 9
  4972  pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_LOOP = 11
  4973  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE = 14
  4974  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
  4975  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_HIGH = 1
  4976  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_LOW = 2
  4977  pkg syscall (darwin-386-cgo), const IPV6_RECVTCLASS = 35
  4978  pkg syscall (darwin-386-cgo), const IPV6_RTHDR_LOOSE = 0
  4979  pkg syscall (darwin-386-cgo), const IPV6_RTHDR_STRICT = 1
  4980  pkg syscall (darwin-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
  4981  pkg syscall (darwin-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
  4982  pkg syscall (darwin-386-cgo), const IPV6_TCLASS = 36
  4983  pkg syscall (darwin-386-cgo), const IPV6_UNICAST_HOPS = 4
  4984  pkg syscall (darwin-386-cgo), const IPV6_V6ONLY = 27
  4985  pkg syscall (darwin-386-cgo), const IPV6_VERSION = 96
  4986  pkg syscall (darwin-386-cgo), const IPV6_VERSION_MASK = 240
  4987  pkg syscall (darwin-386-cgo), const IP_ADD_MEMBERSHIP = 12
  4988  pkg syscall (darwin-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
  4989  pkg syscall (darwin-386-cgo), const IP_BLOCK_SOURCE = 72
  4990  pkg syscall (darwin-386-cgo), const IP_BOUND_IF = 25
  4991  pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
  4992  pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
  4993  pkg syscall (darwin-386-cgo), const IP_DF = 16384
  4994  pkg syscall (darwin-386-cgo), const IP_DROP_MEMBERSHIP = 13
  4995  pkg syscall (darwin-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
  4996  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
  4997  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_DEL = 61
  4998  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_FLUSH = 62
  4999  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_GET = 64
  5000  pkg syscall (darwin-386-cgo), const IP_FAITH = 22
  5001  pkg syscall (darwin-386-cgo), const IP_FW_ADD = 40
  5002  pkg syscall (darwin-386-cgo), const IP_FW_DEL = 41
  5003  pkg syscall (darwin-386-cgo), const IP_FW_FLUSH = 42
  5004  pkg syscall (darwin-386-cgo), const IP_FW_GET = 44
  5005  pkg syscall (darwin-386-cgo), const IP_FW_RESETLOG = 45
  5006  pkg syscall (darwin-386-cgo), const IP_FW_ZERO = 43
  5007  pkg syscall (darwin-386-cgo), const IP_HDRINCL = 2
  5008  pkg syscall (darwin-386-cgo), const IP_IPSEC_POLICY = 21
  5009  pkg syscall (darwin-386-cgo), const IP_MAXPACKET = 65535
  5010  pkg syscall (darwin-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
  5011  pkg syscall (darwin-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
  5012  pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
  5013  pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
  5014  pkg syscall (darwin-386-cgo), const IP_MF = 8192
  5015  pkg syscall (darwin-386-cgo), const IP_MIN_MEMBERSHIPS = 31
  5016  pkg syscall (darwin-386-cgo), const IP_MSFILTER = 74
  5017  pkg syscall (darwin-386-cgo), const IP_MSS = 576
  5018  pkg syscall (darwin-386-cgo), const IP_MULTICAST_IF = 9
  5019  pkg syscall (darwin-386-cgo), const IP_MULTICAST_IFINDEX = 66
  5020  pkg syscall (darwin-386-cgo), const IP_MULTICAST_LOOP = 11
  5021  pkg syscall (darwin-386-cgo), const IP_MULTICAST_TTL = 10
  5022  pkg syscall (darwin-386-cgo), const IP_MULTICAST_VIF = 14
  5023  pkg syscall (darwin-386-cgo), const IP_NAT__XXX = 55
  5024  pkg syscall (darwin-386-cgo), const IP_OFFMASK = 8191
  5025  pkg syscall (darwin-386-cgo), const IP_OLD_FW_ADD = 50
  5026  pkg syscall (darwin-386-cgo), const IP_OLD_FW_DEL = 51
  5027  pkg syscall (darwin-386-cgo), const IP_OLD_FW_FLUSH = 52
  5028  pkg syscall (darwin-386-cgo), const IP_OLD_FW_GET = 54
  5029  pkg syscall (darwin-386-cgo), const IP_OLD_FW_RESETLOG = 56
  5030  pkg syscall (darwin-386-cgo), const IP_OLD_FW_ZERO = 53
  5031  pkg syscall (darwin-386-cgo), const IP_OPTIONS = 1
  5032  pkg syscall (darwin-386-cgo), const IP_PKTINFO = 26
  5033  pkg syscall (darwin-386-cgo), const IP_PORTRANGE = 19
  5034  pkg syscall (darwin-386-cgo), const IP_PORTRANGE_DEFAULT = 0
  5035  pkg syscall (darwin-386-cgo), const IP_PORTRANGE_HIGH = 1
  5036  pkg syscall (darwin-386-cgo), const IP_PORTRANGE_LOW = 2
  5037  pkg syscall (darwin-386-cgo), const IP_RECVDSTADDR = 7
  5038  pkg syscall (darwin-386-cgo), const IP_RECVIF = 20
  5039  pkg syscall (darwin-386-cgo), const IP_RECVOPTS = 5
  5040  pkg syscall (darwin-386-cgo), const IP_RECVPKTINFO = 26
  5041  pkg syscall (darwin-386-cgo), const IP_RECVRETOPTS = 6
  5042  pkg syscall (darwin-386-cgo), const IP_RECVTTL = 24
  5043  pkg syscall (darwin-386-cgo), const IP_RETOPTS = 8
  5044  pkg syscall (darwin-386-cgo), const IP_RF = 32768
  5045  pkg syscall (darwin-386-cgo), const IP_RSVP_OFF = 16
  5046  pkg syscall (darwin-386-cgo), const IP_RSVP_ON = 15
  5047  pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_OFF = 18
  5048  pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_ON = 17
  5049  pkg syscall (darwin-386-cgo), const IP_STRIPHDR = 23
  5050  pkg syscall (darwin-386-cgo), const IP_TOS = 3
  5051  pkg syscall (darwin-386-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
  5052  pkg syscall (darwin-386-cgo), const IP_TTL = 4
  5053  pkg syscall (darwin-386-cgo), const IP_UNBLOCK_SOURCE = 73
  5054  pkg syscall (darwin-386-cgo), const ISIG = 128
  5055  pkg syscall (darwin-386-cgo), const ISIG ideal-int
  5056  pkg syscall (darwin-386-cgo), const ISTRIP = 32
  5057  pkg syscall (darwin-386-cgo), const ISTRIP ideal-int
  5058  pkg syscall (darwin-386-cgo), const IUTF8 = 16384
  5059  pkg syscall (darwin-386-cgo), const IUTF8 ideal-int
  5060  pkg syscall (darwin-386-cgo), const IXANY = 2048
  5061  pkg syscall (darwin-386-cgo), const IXANY ideal-int
  5062  pkg syscall (darwin-386-cgo), const IXOFF = 1024
  5063  pkg syscall (darwin-386-cgo), const IXOFF ideal-int
  5064  pkg syscall (darwin-386-cgo), const IXON = 512
  5065  pkg syscall (darwin-386-cgo), const IXON ideal-int
  5066  pkg syscall (darwin-386-cgo), const ImplementsGetwd = false
  5067  pkg syscall (darwin-386-cgo), const LOCK_EX = 2
  5068  pkg syscall (darwin-386-cgo), const LOCK_NB = 4
  5069  pkg syscall (darwin-386-cgo), const LOCK_SH = 1
  5070  pkg syscall (darwin-386-cgo), const LOCK_UN = 8
  5071  pkg syscall (darwin-386-cgo), const MADV_CAN_REUSE = 9
  5072  pkg syscall (darwin-386-cgo), const MADV_DONTNEED = 4
  5073  pkg syscall (darwin-386-cgo), const MADV_FREE = 5
  5074  pkg syscall (darwin-386-cgo), const MADV_FREE_REUSABLE = 7
  5075  pkg syscall (darwin-386-cgo), const MADV_FREE_REUSE = 8
  5076  pkg syscall (darwin-386-cgo), const MADV_NORMAL = 0
  5077  pkg syscall (darwin-386-cgo), const MADV_RANDOM = 1
  5078  pkg syscall (darwin-386-cgo), const MADV_SEQUENTIAL = 2
  5079  pkg syscall (darwin-386-cgo), const MADV_WILLNEED = 3
  5080  pkg syscall (darwin-386-cgo), const MADV_ZERO_WIRED_PAGES = 6
  5081  pkg syscall (darwin-386-cgo), const MAP_ANON = 4096
  5082  pkg syscall (darwin-386-cgo), const MAP_COPY = 2
  5083  pkg syscall (darwin-386-cgo), const MAP_FILE = 0
  5084  pkg syscall (darwin-386-cgo), const MAP_FIXED = 16
  5085  pkg syscall (darwin-386-cgo), const MAP_HASSEMAPHORE = 512
  5086  pkg syscall (darwin-386-cgo), const MAP_JIT = 2048
  5087  pkg syscall (darwin-386-cgo), const MAP_NOCACHE = 1024
  5088  pkg syscall (darwin-386-cgo), const MAP_NOEXTEND = 256
  5089  pkg syscall (darwin-386-cgo), const MAP_NORESERVE = 64
  5090  pkg syscall (darwin-386-cgo), const MAP_PRIVATE = 2
  5091  pkg syscall (darwin-386-cgo), const MAP_RENAME = 32
  5092  pkg syscall (darwin-386-cgo), const MAP_RESERVED0080 = 128
  5093  pkg syscall (darwin-386-cgo), const MAP_SHARED = 1
  5094  pkg syscall (darwin-386-cgo), const MCL_CURRENT = 1
  5095  pkg syscall (darwin-386-cgo), const MCL_FUTURE = 2
  5096  pkg syscall (darwin-386-cgo), const MSG_CTRUNC = 32
  5097  pkg syscall (darwin-386-cgo), const MSG_DONTROUTE = 4
  5098  pkg syscall (darwin-386-cgo), const MSG_DONTWAIT = 128
  5099  pkg syscall (darwin-386-cgo), const MSG_EOF = 256
  5100  pkg syscall (darwin-386-cgo), const MSG_EOR = 8
  5101  pkg syscall (darwin-386-cgo), const MSG_FLUSH = 1024
  5102  pkg syscall (darwin-386-cgo), const MSG_HAVEMORE = 8192
  5103  pkg syscall (darwin-386-cgo), const MSG_HOLD = 2048
  5104  pkg syscall (darwin-386-cgo), const MSG_NEEDSA = 65536
  5105  pkg syscall (darwin-386-cgo), const MSG_OOB = 1
  5106  pkg syscall (darwin-386-cgo), const MSG_PEEK = 2
  5107  pkg syscall (darwin-386-cgo), const MSG_RCVMORE = 16384
  5108  pkg syscall (darwin-386-cgo), const MSG_SEND = 4096
  5109  pkg syscall (darwin-386-cgo), const MSG_TRUNC = 16
  5110  pkg syscall (darwin-386-cgo), const MSG_WAITALL = 64
  5111  pkg syscall (darwin-386-cgo), const MSG_WAITSTREAM = 512
  5112  pkg syscall (darwin-386-cgo), const MS_ASYNC = 1
  5113  pkg syscall (darwin-386-cgo), const MS_DEACTIVATE = 8
  5114  pkg syscall (darwin-386-cgo), const MS_INVALIDATE = 2
  5115  pkg syscall (darwin-386-cgo), const MS_KILLPAGES = 4
  5116  pkg syscall (darwin-386-cgo), const MS_SYNC = 16
  5117  pkg syscall (darwin-386-cgo), const NAME_MAX = 255
  5118  pkg syscall (darwin-386-cgo), const NET_RT_DUMP = 1
  5119  pkg syscall (darwin-386-cgo), const NET_RT_DUMP2 = 7
  5120  pkg syscall (darwin-386-cgo), const NET_RT_FLAGS = 2
  5121  pkg syscall (darwin-386-cgo), const NET_RT_IFLIST = 3
  5122  pkg syscall (darwin-386-cgo), const NET_RT_IFLIST2 = 6
  5123  pkg syscall (darwin-386-cgo), const NET_RT_MAXID = 10
  5124  pkg syscall (darwin-386-cgo), const NET_RT_STAT = 4
  5125  pkg syscall (darwin-386-cgo), const NET_RT_TRASH = 5
  5126  pkg syscall (darwin-386-cgo), const NOFLSH = 2147483648
  5127  pkg syscall (darwin-386-cgo), const NOFLSH ideal-int
  5128  pkg syscall (darwin-386-cgo), const NOTE_ABSOLUTE = 8
  5129  pkg syscall (darwin-386-cgo), const NOTE_ATTRIB = 8
  5130  pkg syscall (darwin-386-cgo), const NOTE_CHILD = 4
  5131  pkg syscall (darwin-386-cgo), const NOTE_DELETE = 1
  5132  pkg syscall (darwin-386-cgo), const NOTE_EXEC = 536870912
  5133  pkg syscall (darwin-386-cgo), const NOTE_EXIT = 2147483648
  5134  pkg syscall (darwin-386-cgo), const NOTE_EXITSTATUS = 67108864
  5135  pkg syscall (darwin-386-cgo), const NOTE_EXTEND = 4
  5136  pkg syscall (darwin-386-cgo), const NOTE_FFAND = 1073741824
  5137  pkg syscall (darwin-386-cgo), const NOTE_FFCOPY = 3221225472
  5138  pkg syscall (darwin-386-cgo), const NOTE_FFCTRLMASK = 3221225472
  5139  pkg syscall (darwin-386-cgo), const NOTE_FFLAGSMASK = 16777215
  5140  pkg syscall (darwin-386-cgo), const NOTE_FFNOP = 0
  5141  pkg syscall (darwin-386-cgo), const NOTE_FFOR = 2147483648
  5142  pkg syscall (darwin-386-cgo), const NOTE_FORK = 1073741824
  5143  pkg syscall (darwin-386-cgo), const NOTE_LINK = 16
  5144  pkg syscall (darwin-386-cgo), const NOTE_LOWAT = 1
  5145  pkg syscall (darwin-386-cgo), const NOTE_NONE = 128
  5146  pkg syscall (darwin-386-cgo), const NOTE_NSECONDS = 4
  5147  pkg syscall (darwin-386-cgo), const NOTE_PCTRLMASK = -1048576
  5148  pkg syscall (darwin-386-cgo), const NOTE_PDATAMASK = 1048575
  5149  pkg syscall (darwin-386-cgo), const NOTE_REAP = 268435456
  5150  pkg syscall (darwin-386-cgo), const NOTE_RENAME = 32
  5151  pkg syscall (darwin-386-cgo), const NOTE_RESOURCEEND = 33554432
  5152  pkg syscall (darwin-386-cgo), const NOTE_REVOKE = 64
  5153  pkg syscall (darwin-386-cgo), const NOTE_SECONDS = 1
  5154  pkg syscall (darwin-386-cgo), const NOTE_SIGNAL = 134217728
  5155  pkg syscall (darwin-386-cgo), const NOTE_TRACK = 1
  5156  pkg syscall (darwin-386-cgo), const NOTE_TRACKERR = 2
  5157  pkg syscall (darwin-386-cgo), const NOTE_TRIGGER = 16777216
  5158  pkg syscall (darwin-386-cgo), const NOTE_USECONDS = 2
  5159  pkg syscall (darwin-386-cgo), const NOTE_VM_ERROR = 268435456
  5160  pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE = 2147483648
  5161  pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  5162  pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  5163  pkg syscall (darwin-386-cgo), const NOTE_WRITE = 2
  5164  pkg syscall (darwin-386-cgo), const OCRNL = 16
  5165  pkg syscall (darwin-386-cgo), const OCRNL ideal-int
  5166  pkg syscall (darwin-386-cgo), const OFDEL = 131072
  5167  pkg syscall (darwin-386-cgo), const OFDEL ideal-int
  5168  pkg syscall (darwin-386-cgo), const OFILL = 128
  5169  pkg syscall (darwin-386-cgo), const OFILL ideal-int
  5170  pkg syscall (darwin-386-cgo), const ONLCR = 2
  5171  pkg syscall (darwin-386-cgo), const ONLCR ideal-int
  5172  pkg syscall (darwin-386-cgo), const ONLRET = 64
  5173  pkg syscall (darwin-386-cgo), const ONLRET ideal-int
  5174  pkg syscall (darwin-386-cgo), const ONOCR = 32
  5175  pkg syscall (darwin-386-cgo), const ONOCR ideal-int
  5176  pkg syscall (darwin-386-cgo), const ONOEOT = 8
  5177  pkg syscall (darwin-386-cgo), const ONOEOT ideal-int
  5178  pkg syscall (darwin-386-cgo), const OPOST = 1
  5179  pkg syscall (darwin-386-cgo), const OPOST ideal-int
  5180  pkg syscall (darwin-386-cgo), const O_ACCMODE = 3
  5181  pkg syscall (darwin-386-cgo), const O_ALERT = 536870912
  5182  pkg syscall (darwin-386-cgo), const O_APPEND = 8
  5183  pkg syscall (darwin-386-cgo), const O_ASYNC = 64
  5184  pkg syscall (darwin-386-cgo), const O_CLOEXEC = 16777216
  5185  pkg syscall (darwin-386-cgo), const O_CREAT = 512
  5186  pkg syscall (darwin-386-cgo), const O_DIRECTORY = 1048576
  5187  pkg syscall (darwin-386-cgo), const O_DSYNC = 4194304
  5188  pkg syscall (darwin-386-cgo), const O_EVTONLY = 32768
  5189  pkg syscall (darwin-386-cgo), const O_EXCL = 2048
  5190  pkg syscall (darwin-386-cgo), const O_EXLOCK = 32
  5191  pkg syscall (darwin-386-cgo), const O_FSYNC = 128
  5192  pkg syscall (darwin-386-cgo), const O_NDELAY = 4
  5193  pkg syscall (darwin-386-cgo), const O_NOCTTY = 131072
  5194  pkg syscall (darwin-386-cgo), const O_NOFOLLOW = 256
  5195  pkg syscall (darwin-386-cgo), const O_NONBLOCK = 4
  5196  pkg syscall (darwin-386-cgo), const O_POPUP = 2147483648
  5197  pkg syscall (darwin-386-cgo), const O_SHLOCK = 16
  5198  pkg syscall (darwin-386-cgo), const O_SYMLINK = 2097152
  5199  pkg syscall (darwin-386-cgo), const O_SYNC = 128
  5200  pkg syscall (darwin-386-cgo), const O_TRUNC = 1024
  5201  pkg syscall (darwin-386-cgo), const PARENB = 4096
  5202  pkg syscall (darwin-386-cgo), const PARENB ideal-int
  5203  pkg syscall (darwin-386-cgo), const PARMRK = 8
  5204  pkg syscall (darwin-386-cgo), const PARMRK ideal-int
  5205  pkg syscall (darwin-386-cgo), const PARODD = 8192
  5206  pkg syscall (darwin-386-cgo), const PARODD ideal-int
  5207  pkg syscall (darwin-386-cgo), const PENDIN = 536870912
  5208  pkg syscall (darwin-386-cgo), const PENDIN ideal-int
  5209  pkg syscall (darwin-386-cgo), const PROT_EXEC = 4
  5210  pkg syscall (darwin-386-cgo), const PROT_NONE = 0
  5211  pkg syscall (darwin-386-cgo), const PROT_READ = 1
  5212  pkg syscall (darwin-386-cgo), const PROT_WRITE = 2
  5213  pkg syscall (darwin-386-cgo), const PTRACE_CONT = 7
  5214  pkg syscall (darwin-386-cgo), const PTRACE_KILL = 8
  5215  pkg syscall (darwin-386-cgo), const PTRACE_TRACEME = 0
  5216  pkg syscall (darwin-386-cgo), const PT_ATTACH = 10
  5217  pkg syscall (darwin-386-cgo), const PT_ATTACHEXC = 14
  5218  pkg syscall (darwin-386-cgo), const PT_CONTINUE = 7
  5219  pkg syscall (darwin-386-cgo), const PT_DENY_ATTACH = 31
  5220  pkg syscall (darwin-386-cgo), const PT_DETACH = 11
  5221  pkg syscall (darwin-386-cgo), const PT_FIRSTMACH = 32
  5222  pkg syscall (darwin-386-cgo), const PT_FORCEQUOTA = 30
  5223  pkg syscall (darwin-386-cgo), const PT_KILL = 8
  5224  pkg syscall (darwin-386-cgo), const PT_READ_D = 2
  5225  pkg syscall (darwin-386-cgo), const PT_READ_I = 1
  5226  pkg syscall (darwin-386-cgo), const PT_READ_U = 3
  5227  pkg syscall (darwin-386-cgo), const PT_SIGEXC = 12
  5228  pkg syscall (darwin-386-cgo), const PT_STEP = 9
  5229  pkg syscall (darwin-386-cgo), const PT_THUPDATE = 13
  5230  pkg syscall (darwin-386-cgo), const PT_TRACE_ME = 0
  5231  pkg syscall (darwin-386-cgo), const PT_WRITE_D = 5
  5232  pkg syscall (darwin-386-cgo), const PT_WRITE_I = 4
  5233  pkg syscall (darwin-386-cgo), const PT_WRITE_U = 6
  5234  pkg syscall (darwin-386-cgo), const RLIMIT_AS = 5
  5235  pkg syscall (darwin-386-cgo), const RLIMIT_CORE = 4
  5236  pkg syscall (darwin-386-cgo), const RLIMIT_CPU = 0
  5237  pkg syscall (darwin-386-cgo), const RLIMIT_DATA = 2
  5238  pkg syscall (darwin-386-cgo), const RLIMIT_FSIZE = 1
  5239  pkg syscall (darwin-386-cgo), const RLIMIT_NOFILE = 8
  5240  pkg syscall (darwin-386-cgo), const RLIMIT_STACK = 3
  5241  pkg syscall (darwin-386-cgo), const RLIM_INFINITY = 9223372036854775807
  5242  pkg syscall (darwin-386-cgo), const RTAX_AUTHOR = 6
  5243  pkg syscall (darwin-386-cgo), const RTAX_BRD = 7
  5244  pkg syscall (darwin-386-cgo), const RTAX_DST = 0
  5245  pkg syscall (darwin-386-cgo), const RTAX_GATEWAY = 1
  5246  pkg syscall (darwin-386-cgo), const RTAX_GENMASK = 3
  5247  pkg syscall (darwin-386-cgo), const RTAX_IFA = 5
  5248  pkg syscall (darwin-386-cgo), const RTAX_IFP = 4
  5249  pkg syscall (darwin-386-cgo), const RTAX_MAX = 8
  5250  pkg syscall (darwin-386-cgo), const RTAX_NETMASK = 2
  5251  pkg syscall (darwin-386-cgo), const RTA_AUTHOR = 64
  5252  pkg syscall (darwin-386-cgo), const RTA_BRD = 128
  5253  pkg syscall (darwin-386-cgo), const RTA_DST = 1
  5254  pkg syscall (darwin-386-cgo), const RTA_GATEWAY = 2
  5255  pkg syscall (darwin-386-cgo), const RTA_GENMASK = 8
  5256  pkg syscall (darwin-386-cgo), const RTA_IFA = 32
  5257  pkg syscall (darwin-386-cgo), const RTA_IFP = 16
  5258  pkg syscall (darwin-386-cgo), const RTA_NETMASK = 4
  5259  pkg syscall (darwin-386-cgo), const RTF_BLACKHOLE = 4096
  5260  pkg syscall (darwin-386-cgo), const RTF_BROADCAST = 4194304
  5261  pkg syscall (darwin-386-cgo), const RTF_CLONING = 256
  5262  pkg syscall (darwin-386-cgo), const RTF_CONDEMNED = 33554432
  5263  pkg syscall (darwin-386-cgo), const RTF_DELCLONE = 128
  5264  pkg syscall (darwin-386-cgo), const RTF_DONE = 64
  5265  pkg syscall (darwin-386-cgo), const RTF_DYNAMIC = 16
  5266  pkg syscall (darwin-386-cgo), const RTF_GATEWAY = 2
  5267  pkg syscall (darwin-386-cgo), const RTF_HOST = 4
  5268  pkg syscall (darwin-386-cgo), const RTF_IFREF = 67108864
  5269  pkg syscall (darwin-386-cgo), const RTF_IFSCOPE = 16777216
  5270  pkg syscall (darwin-386-cgo), const RTF_LLINFO = 1024
  5271  pkg syscall (darwin-386-cgo), const RTF_LOCAL = 2097152
  5272  pkg syscall (darwin-386-cgo), const RTF_MODIFIED = 32
  5273  pkg syscall (darwin-386-cgo), const RTF_MULTICAST = 8388608
  5274  pkg syscall (darwin-386-cgo), const RTF_PINNED = 1048576
  5275  pkg syscall (darwin-386-cgo), const RTF_PRCLONING = 65536
  5276  pkg syscall (darwin-386-cgo), const RTF_PROTO1 = 32768
  5277  pkg syscall (darwin-386-cgo), const RTF_PROTO2 = 16384
  5278  pkg syscall (darwin-386-cgo), const RTF_PROTO3 = 262144
  5279  pkg syscall (darwin-386-cgo), const RTF_REJECT = 8
  5280  pkg syscall (darwin-386-cgo), const RTF_STATIC = 2048
  5281  pkg syscall (darwin-386-cgo), const RTF_UP = 1
  5282  pkg syscall (darwin-386-cgo), const RTF_WASCLONED = 131072
  5283  pkg syscall (darwin-386-cgo), const RTF_XRESOLVE = 512
  5284  pkg syscall (darwin-386-cgo), const RTM_ADD = 1
  5285  pkg syscall (darwin-386-cgo), const RTM_CHANGE = 3
  5286  pkg syscall (darwin-386-cgo), const RTM_DELADDR = 13
  5287  pkg syscall (darwin-386-cgo), const RTM_DELETE = 2
  5288  pkg syscall (darwin-386-cgo), const RTM_DELMADDR = 16
  5289  pkg syscall (darwin-386-cgo), const RTM_GET = 4
  5290  pkg syscall (darwin-386-cgo), const RTM_GET2 = 20
  5291  pkg syscall (darwin-386-cgo), const RTM_IFINFO = 14
  5292  pkg syscall (darwin-386-cgo), const RTM_IFINFO2 = 18
  5293  pkg syscall (darwin-386-cgo), const RTM_LOCK = 8
  5294  pkg syscall (darwin-386-cgo), const RTM_LOSING = 5
  5295  pkg syscall (darwin-386-cgo), const RTM_MISS = 7
  5296  pkg syscall (darwin-386-cgo), const RTM_NEWADDR = 12
  5297  pkg syscall (darwin-386-cgo), const RTM_NEWMADDR = 15
  5298  pkg syscall (darwin-386-cgo), const RTM_NEWMADDR2 = 19
  5299  pkg syscall (darwin-386-cgo), const RTM_OLDADD = 9
  5300  pkg syscall (darwin-386-cgo), const RTM_OLDDEL = 10
  5301  pkg syscall (darwin-386-cgo), const RTM_REDIRECT = 6
  5302  pkg syscall (darwin-386-cgo), const RTM_RESOLVE = 11
  5303  pkg syscall (darwin-386-cgo), const RTM_RTTUNIT = 1000000
  5304  pkg syscall (darwin-386-cgo), const RTM_VERSION = 5
  5305  pkg syscall (darwin-386-cgo), const RTV_EXPIRE = 4
  5306  pkg syscall (darwin-386-cgo), const RTV_HOPCOUNT = 2
  5307  pkg syscall (darwin-386-cgo), const RTV_MTU = 1
  5308  pkg syscall (darwin-386-cgo), const RTV_RPIPE = 8
  5309  pkg syscall (darwin-386-cgo), const RTV_RTT = 64
  5310  pkg syscall (darwin-386-cgo), const RTV_RTTVAR = 128
  5311  pkg syscall (darwin-386-cgo), const RTV_SPIPE = 16
  5312  pkg syscall (darwin-386-cgo), const RTV_SSTHRESH = 32
  5313  pkg syscall (darwin-386-cgo), const RUSAGE_CHILDREN = -1
  5314  pkg syscall (darwin-386-cgo), const RUSAGE_SELF = 0
  5315  pkg syscall (darwin-386-cgo), const SCM_CREDS = 3
  5316  pkg syscall (darwin-386-cgo), const SCM_RIGHTS = 1
  5317  pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP = 2
  5318  pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
  5319  pkg syscall (darwin-386-cgo), const SIGBUS = 10
  5320  pkg syscall (darwin-386-cgo), const SIGCHLD = 20
  5321  pkg syscall (darwin-386-cgo), const SIGCONT = 19
  5322  pkg syscall (darwin-386-cgo), const SIGEMT = 7
  5323  pkg syscall (darwin-386-cgo), const SIGINFO = 29
  5324  pkg syscall (darwin-386-cgo), const SIGIO = 23
  5325  pkg syscall (darwin-386-cgo), const SIGIOT = 6
  5326  pkg syscall (darwin-386-cgo), const SIGPROF = 27
  5327  pkg syscall (darwin-386-cgo), const SIGSTOP = 17
  5328  pkg syscall (darwin-386-cgo), const SIGSYS = 12
  5329  pkg syscall (darwin-386-cgo), const SIGTSTP = 18
  5330  pkg syscall (darwin-386-cgo), const SIGTTIN = 21
  5331  pkg syscall (darwin-386-cgo), const SIGTTOU = 22
  5332  pkg syscall (darwin-386-cgo), const SIGURG = 16
  5333  pkg syscall (darwin-386-cgo), const SIGUSR1 = 30
  5334  pkg syscall (darwin-386-cgo), const SIGUSR2 = 31
  5335  pkg syscall (darwin-386-cgo), const SIGVTALRM = 26
  5336  pkg syscall (darwin-386-cgo), const SIGWINCH = 28
  5337  pkg syscall (darwin-386-cgo), const SIGXCPU = 24
  5338  pkg syscall (darwin-386-cgo), const SIGXFSZ = 25
  5339  pkg syscall (darwin-386-cgo), const SIOCADDMULTI = 2149607729
  5340  pkg syscall (darwin-386-cgo), const SIOCAIFADDR = 2151704858
  5341  pkg syscall (darwin-386-cgo), const SIOCALIFADDR = 2165860637
  5342  pkg syscall (darwin-386-cgo), const SIOCARPIPLL = 3223349544
  5343  pkg syscall (darwin-386-cgo), const SIOCATMARK = 1074033415
  5344  pkg syscall (darwin-386-cgo), const SIOCAUTOADDR = 3223349542
  5345  pkg syscall (darwin-386-cgo), const SIOCAUTONETMASK = 2149607719
  5346  pkg syscall (darwin-386-cgo), const SIOCDELMULTI = 2149607730
  5347  pkg syscall (darwin-386-cgo), const SIOCDIFADDR = 2149607705
  5348  pkg syscall (darwin-386-cgo), const SIOCDIFPHYADDR = 2149607745
  5349  pkg syscall (darwin-386-cgo), const SIOCDLIFADDR = 2165860639
  5350  pkg syscall (darwin-386-cgo), const SIOCGDRVSPEC = 3223087483
  5351  pkg syscall (darwin-386-cgo), const SIOCGETSGCNT = 3222565404
  5352  pkg syscall (darwin-386-cgo), const SIOCGETVIFCNT = 3222565403
  5353  pkg syscall (darwin-386-cgo), const SIOCGETVLAN = 3223349631
  5354  pkg syscall (darwin-386-cgo), const SIOCGHIWAT = 1074033409
  5355  pkg syscall (darwin-386-cgo), const SIOCGIFADDR = 3223349537
  5356  pkg syscall (darwin-386-cgo), const SIOCGIFALTMTU = 3223349576
  5357  pkg syscall (darwin-386-cgo), const SIOCGIFASYNCMAP = 3223349628
  5358  pkg syscall (darwin-386-cgo), const SIOCGIFBOND = 3223349575
  5359  pkg syscall (darwin-386-cgo), const SIOCGIFBRDADDR = 3223349539
  5360  pkg syscall (darwin-386-cgo), const SIOCGIFCAP = 3223349595
  5361  pkg syscall (darwin-386-cgo), const SIOCGIFCONF = 3221776676
  5362  pkg syscall (darwin-386-cgo), const SIOCGIFDEVMTU = 3223349572
  5363  pkg syscall (darwin-386-cgo), const SIOCGIFDSTADDR = 3223349538
  5364  pkg syscall (darwin-386-cgo), const SIOCGIFFLAGS = 3223349521
  5365  pkg syscall (darwin-386-cgo), const SIOCGIFGENERIC = 3223349562
  5366  pkg syscall (darwin-386-cgo), const SIOCGIFKPI = 3223349639
  5367  pkg syscall (darwin-386-cgo), const SIOCGIFMAC = 3223349634
  5368  pkg syscall (darwin-386-cgo), const SIOCGIFMEDIA = 3223873848
  5369  pkg syscall (darwin-386-cgo), const SIOCGIFMETRIC = 3223349527
  5370  pkg syscall (darwin-386-cgo), const SIOCGIFMTU = 3223349555
  5371  pkg syscall (darwin-386-cgo), const SIOCGIFNETMASK = 3223349541
  5372  pkg syscall (darwin-386-cgo), const SIOCGIFPDSTADDR = 3223349568
  5373  pkg syscall (darwin-386-cgo), const SIOCGIFPHYS = 3223349557
  5374  pkg syscall (darwin-386-cgo), const SIOCGIFPSRCADDR = 3223349567
  5375  pkg syscall (darwin-386-cgo), const SIOCGIFSTATUS = 3274795325
  5376  pkg syscall (darwin-386-cgo), const SIOCGIFVLAN = 3223349631
  5377  pkg syscall (darwin-386-cgo), const SIOCGIFWAKEFLAGS = 3223349640
  5378  pkg syscall (darwin-386-cgo), const SIOCGLIFADDR = 3239602462
  5379  pkg syscall (darwin-386-cgo), const SIOCGLIFPHYADDR = 3239602499
  5380  pkg syscall (darwin-386-cgo), const SIOCGLOWAT = 1074033411
  5381  pkg syscall (darwin-386-cgo), const SIOCGPGRP = 1074033417
  5382  pkg syscall (darwin-386-cgo), const SIOCIFCREATE = 3223349624
  5383  pkg syscall (darwin-386-cgo), const SIOCIFCREATE2 = 3223349626
  5384  pkg syscall (darwin-386-cgo), const SIOCIFDESTROY = 2149607801
  5385  pkg syscall (darwin-386-cgo), const SIOCRSLVMULTI = 3221776699
  5386  pkg syscall (darwin-386-cgo), const SIOCSDRVSPEC = 2149345659
  5387  pkg syscall (darwin-386-cgo), const SIOCSETVLAN = 2149607806
  5388  pkg syscall (darwin-386-cgo), const SIOCSHIWAT = 2147775232
  5389  pkg syscall (darwin-386-cgo), const SIOCSIFADDR = 2149607692
  5390  pkg syscall (darwin-386-cgo), const SIOCSIFALTMTU = 2149607749
  5391  pkg syscall (darwin-386-cgo), const SIOCSIFASYNCMAP = 2149607805
  5392  pkg syscall (darwin-386-cgo), const SIOCSIFBOND = 2149607750
  5393  pkg syscall (darwin-386-cgo), const SIOCSIFBRDADDR = 2149607699
  5394  pkg syscall (darwin-386-cgo), const SIOCSIFCAP = 2149607770
  5395  pkg syscall (darwin-386-cgo), const SIOCSIFDSTADDR = 2149607694
  5396  pkg syscall (darwin-386-cgo), const SIOCSIFFLAGS = 2149607696
  5397  pkg syscall (darwin-386-cgo), const SIOCSIFGENERIC = 2149607737
  5398  pkg syscall (darwin-386-cgo), const SIOCSIFKPI = 2149607814
  5399  pkg syscall (darwin-386-cgo), const SIOCSIFLLADDR = 2149607740
  5400  pkg syscall (darwin-386-cgo), const SIOCSIFMAC = 2149607811
  5401  pkg syscall (darwin-386-cgo), const SIOCSIFMEDIA = 3223349559
  5402  pkg syscall (darwin-386-cgo), const SIOCSIFMETRIC = 2149607704
  5403  pkg syscall (darwin-386-cgo), const SIOCSIFMTU = 2149607732
  5404  pkg syscall (darwin-386-cgo), const SIOCSIFNETMASK = 2149607702
  5405  pkg syscall (darwin-386-cgo), const SIOCSIFPHYADDR = 2151704894
  5406  pkg syscall (darwin-386-cgo), const SIOCSIFPHYS = 2149607734
  5407  pkg syscall (darwin-386-cgo), const SIOCSIFVLAN = 2149607806
  5408  pkg syscall (darwin-386-cgo), const SIOCSLIFPHYADDR = 2165860674
  5409  pkg syscall (darwin-386-cgo), const SIOCSLOWAT = 2147775234
  5410  pkg syscall (darwin-386-cgo), const SIOCSPGRP = 2147775240
  5411  pkg syscall (darwin-386-cgo), const SOCK_MAXADDRLEN = 255
  5412  pkg syscall (darwin-386-cgo), const SOCK_RDM = 4
  5413  pkg syscall (darwin-386-cgo), const SOL_SOCKET = 65535
  5414  pkg syscall (darwin-386-cgo), const SOMAXCONN = 128
  5415  pkg syscall (darwin-386-cgo), const SO_ACCEPTCONN = 2
  5416  pkg syscall (darwin-386-cgo), const SO_BROADCAST = 32
  5417  pkg syscall (darwin-386-cgo), const SO_DEBUG = 1
  5418  pkg syscall (darwin-386-cgo), const SO_DONTROUTE = 16
  5419  pkg syscall (darwin-386-cgo), const SO_DONTTRUNC = 8192
  5420  pkg syscall (darwin-386-cgo), const SO_ERROR = 4103
  5421  pkg syscall (darwin-386-cgo), const SO_KEEPALIVE = 8
  5422  pkg syscall (darwin-386-cgo), const SO_LABEL = 4112
  5423  pkg syscall (darwin-386-cgo), const SO_LINGER = 128
  5424  pkg syscall (darwin-386-cgo), const SO_LINGER_SEC = 4224
  5425  pkg syscall (darwin-386-cgo), const SO_NKE = 4129
  5426  pkg syscall (darwin-386-cgo), const SO_NOADDRERR = 4131
  5427  pkg syscall (darwin-386-cgo), const SO_NOSIGPIPE = 4130
  5428  pkg syscall (darwin-386-cgo), const SO_NOTIFYCONFLICT = 4134
  5429  pkg syscall (darwin-386-cgo), const SO_NP_EXTENSIONS = 4227
  5430  pkg syscall (darwin-386-cgo), const SO_NREAD = 4128
  5431  pkg syscall (darwin-386-cgo), const SO_NWRITE = 4132
  5432  pkg syscall (darwin-386-cgo), const SO_OOBINLINE = 256
  5433  pkg syscall (darwin-386-cgo), const SO_PEERLABEL = 4113
  5434  pkg syscall (darwin-386-cgo), const SO_RANDOMPORT = 4226
  5435  pkg syscall (darwin-386-cgo), const SO_RCVBUF = 4098
  5436  pkg syscall (darwin-386-cgo), const SO_RCVLOWAT = 4100
  5437  pkg syscall (darwin-386-cgo), const SO_RCVTIMEO = 4102
  5438  pkg syscall (darwin-386-cgo), const SO_RESTRICTIONS = 4225
  5439  pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYIN = 1
  5440  pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYOUT = 2
  5441  pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYSET = 2147483648
  5442  pkg syscall (darwin-386-cgo), const SO_REUSEADDR = 4
  5443  pkg syscall (darwin-386-cgo), const SO_REUSEPORT = 512
  5444  pkg syscall (darwin-386-cgo), const SO_REUSESHAREUID = 4133
  5445  pkg syscall (darwin-386-cgo), const SO_SNDBUF = 4097
  5446  pkg syscall (darwin-386-cgo), const SO_SNDLOWAT = 4099
  5447  pkg syscall (darwin-386-cgo), const SO_SNDTIMEO = 4101
  5448  pkg syscall (darwin-386-cgo), const SO_TIMESTAMP = 1024
  5449  pkg syscall (darwin-386-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
  5450  pkg syscall (darwin-386-cgo), const SO_TYPE = 4104
  5451  pkg syscall (darwin-386-cgo), const SO_UPCALLCLOSEWAIT = 4135
  5452  pkg syscall (darwin-386-cgo), const SO_USELOOPBACK = 64
  5453  pkg syscall (darwin-386-cgo), const SO_WANTMORE = 16384
  5454  pkg syscall (darwin-386-cgo), const SO_WANTOOBFLAG = 32768
  5455  pkg syscall (darwin-386-cgo), const SYS_ACCEPT = 30
  5456  pkg syscall (darwin-386-cgo), const SYS_ACCEPT_NOCANCEL = 404
  5457  pkg syscall (darwin-386-cgo), const SYS_ACCESS = 33
  5458  pkg syscall (darwin-386-cgo), const SYS_ACCESS_EXTENDED = 284
  5459  pkg syscall (darwin-386-cgo), const SYS_ACCT = 51
  5460  pkg syscall (darwin-386-cgo), const SYS_ADD_PROFIL = 176
  5461  pkg syscall (darwin-386-cgo), const SYS_ADJTIME = 140
  5462  pkg syscall (darwin-386-cgo), const SYS_AIO_CANCEL = 316
  5463  pkg syscall (darwin-386-cgo), const SYS_AIO_ERROR = 317
  5464  pkg syscall (darwin-386-cgo), const SYS_AIO_FSYNC = 313
  5465  pkg syscall (darwin-386-cgo), const SYS_AIO_READ = 318
  5466  pkg syscall (darwin-386-cgo), const SYS_AIO_RETURN = 314
  5467  pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND = 315
  5468  pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
  5469  pkg syscall (darwin-386-cgo), const SYS_AIO_WRITE = 319
  5470  pkg syscall (darwin-386-cgo), const SYS_ATGETMSG = 207
  5471  pkg syscall (darwin-386-cgo), const SYS_ATPGETREQ = 211
  5472  pkg syscall (darwin-386-cgo), const SYS_ATPGETRSP = 212
  5473  pkg syscall (darwin-386-cgo), const SYS_ATPSNDREQ = 209
  5474  pkg syscall (darwin-386-cgo), const SYS_ATPSNDRSP = 210
  5475  pkg syscall (darwin-386-cgo), const SYS_ATPUTMSG = 208
  5476  pkg syscall (darwin-386-cgo), const SYS_ATSOCKET = 206
  5477  pkg syscall (darwin-386-cgo), const SYS_AUDIT = 350
  5478  pkg syscall (darwin-386-cgo), const SYS_AUDITCTL = 359
  5479  pkg syscall (darwin-386-cgo), const SYS_AUDITON = 351
  5480  pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_JOIN = 429
  5481  pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_PORT = 432
  5482  pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_SELF = 428
  5483  pkg syscall (darwin-386-cgo), const SYS_BIND = 104
  5484  pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_CREATE = 360
  5485  pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_REGISTER = 366
  5486  pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_TERMINATE = 361
  5487  pkg syscall (darwin-386-cgo), const SYS_CHDIR = 12
  5488  pkg syscall (darwin-386-cgo), const SYS_CHFLAGS = 34
  5489  pkg syscall (darwin-386-cgo), const SYS_CHMOD = 15
  5490  pkg syscall (darwin-386-cgo), const SYS_CHMOD_EXTENDED = 282
  5491  pkg syscall (darwin-386-cgo), const SYS_CHOWN = 16
  5492  pkg syscall (darwin-386-cgo), const SYS_CHROOT = 61
  5493  pkg syscall (darwin-386-cgo), const SYS_CHUD = 185
  5494  pkg syscall (darwin-386-cgo), const SYS_CLOSE = 6
  5495  pkg syscall (darwin-386-cgo), const SYS_CLOSE_NOCANCEL = 399
  5496  pkg syscall (darwin-386-cgo), const SYS_CONNECT = 98
  5497  pkg syscall (darwin-386-cgo), const SYS_CONNECT_NOCANCEL = 409
  5498  pkg syscall (darwin-386-cgo), const SYS_COPYFILE = 227
  5499  pkg syscall (darwin-386-cgo), const SYS_CSOPS = 169
  5500  pkg syscall (darwin-386-cgo), const SYS_DELETE = 226
  5501  pkg syscall (darwin-386-cgo), const SYS_DUP = 41
  5502  pkg syscall (darwin-386-cgo), const SYS_DUP2 = 90
  5503  pkg syscall (darwin-386-cgo), const SYS_EXCHANGEDATA = 223
  5504  pkg syscall (darwin-386-cgo), const SYS_EXECVE = 59
  5505  pkg syscall (darwin-386-cgo), const SYS_EXIT = 1
  5506  pkg syscall (darwin-386-cgo), const SYS_FCHDIR = 13
  5507  pkg syscall (darwin-386-cgo), const SYS_FCHFLAGS = 35
  5508  pkg syscall (darwin-386-cgo), const SYS_FCHMOD = 124
  5509  pkg syscall (darwin-386-cgo), const SYS_FCHMOD_EXTENDED = 283
  5510  pkg syscall (darwin-386-cgo), const SYS_FCHOWN = 123
  5511  pkg syscall (darwin-386-cgo), const SYS_FCNTL = 92
  5512  pkg syscall (darwin-386-cgo), const SYS_FCNTL_NOCANCEL = 406
  5513  pkg syscall (darwin-386-cgo), const SYS_FDATASYNC = 187
  5514  pkg syscall (darwin-386-cgo), const SYS_FFSCTL = 245
  5515  pkg syscall (darwin-386-cgo), const SYS_FGETATTRLIST = 228
  5516  pkg syscall (darwin-386-cgo), const SYS_FGETXATTR = 235
  5517  pkg syscall (darwin-386-cgo), const SYS_FHOPEN = 248
  5518  pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEFD = 431
  5519  pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEPORT = 430
  5520  pkg syscall (darwin-386-cgo), const SYS_FLISTXATTR = 241
  5521  pkg syscall (darwin-386-cgo), const SYS_FLOCK = 131
  5522  pkg syscall (darwin-386-cgo), const SYS_FORK = 2
  5523  pkg syscall (darwin-386-cgo), const SYS_FPATHCONF = 192
  5524  pkg syscall (darwin-386-cgo), const SYS_FREMOVEXATTR = 239
  5525  pkg syscall (darwin-386-cgo), const SYS_FSCTL = 242
  5526  pkg syscall (darwin-386-cgo), const SYS_FSETATTRLIST = 229
  5527  pkg syscall (darwin-386-cgo), const SYS_FSETXATTR = 237
  5528  pkg syscall (darwin-386-cgo), const SYS_FSGETPATH = 427
  5529  pkg syscall (darwin-386-cgo), const SYS_FSTAT = 189
  5530  pkg syscall (darwin-386-cgo), const SYS_FSTAT64 = 339
  5531  pkg syscall (darwin-386-cgo), const SYS_FSTAT64_EXTENDED = 343
  5532  pkg syscall (darwin-386-cgo), const SYS_FSTATFS = 158
  5533  pkg syscall (darwin-386-cgo), const SYS_FSTATFS64 = 346
  5534  pkg syscall (darwin-386-cgo), const SYS_FSTATV = 219
  5535  pkg syscall (darwin-386-cgo), const SYS_FSTAT_EXTENDED = 281
  5536  pkg syscall (darwin-386-cgo), const SYS_FSYNC = 95
  5537  pkg syscall (darwin-386-cgo), const SYS_FSYNC_NOCANCEL = 408
  5538  pkg syscall (darwin-386-cgo), const SYS_FTRUNCATE = 201
  5539  pkg syscall (darwin-386-cgo), const SYS_FUTIMES = 139
  5540  pkg syscall (darwin-386-cgo), const SYS_GETATTRLIST = 220
  5541  pkg syscall (darwin-386-cgo), const SYS_GETAUDIT = 355
  5542  pkg syscall (darwin-386-cgo), const SYS_GETAUDIT_ADDR = 357
  5543  pkg syscall (darwin-386-cgo), const SYS_GETAUID = 353
  5544  pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES = 196
  5545  pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES64 = 344
  5546  pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIESATTR = 222
  5547  pkg syscall (darwin-386-cgo), const SYS_GETDTABLESIZE = 89
  5548  pkg syscall (darwin-386-cgo), const SYS_GETEGID = 43
  5549  pkg syscall (darwin-386-cgo), const SYS_GETEUID = 25
  5550  pkg syscall (darwin-386-cgo), const SYS_GETFH = 161
  5551  pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT = 18
  5552  pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT64 = 347
  5553  pkg syscall (darwin-386-cgo), const SYS_GETGID = 47
  5554  pkg syscall (darwin-386-cgo), const SYS_GETGROUPS = 79
  5555  pkg syscall (darwin-386-cgo), const SYS_GETHOSTUUID = 142
  5556  pkg syscall (darwin-386-cgo), const SYS_GETITIMER = 86
  5557  pkg syscall (darwin-386-cgo), const SYS_GETLCID = 395
  5558  pkg syscall (darwin-386-cgo), const SYS_GETLOGIN = 49
  5559  pkg syscall (darwin-386-cgo), const SYS_GETPEERNAME = 31
  5560  pkg syscall (darwin-386-cgo), const SYS_GETPGID = 151
  5561  pkg syscall (darwin-386-cgo), const SYS_GETPGRP = 81
  5562  pkg syscall (darwin-386-cgo), const SYS_GETPID = 20
  5563  pkg syscall (darwin-386-cgo), const SYS_GETPPID = 39
  5564  pkg syscall (darwin-386-cgo), const SYS_GETPRIORITY = 100
  5565  pkg syscall (darwin-386-cgo), const SYS_GETRLIMIT = 194
  5566  pkg syscall (darwin-386-cgo), const SYS_GETRUSAGE = 117
  5567  pkg syscall (darwin-386-cgo), const SYS_GETSGROUPS = 288
  5568  pkg syscall (darwin-386-cgo), const SYS_GETSID = 310
  5569  pkg syscall (darwin-386-cgo), const SYS_GETSOCKNAME = 32
  5570  pkg syscall (darwin-386-cgo), const SYS_GETSOCKOPT = 118
  5571  pkg syscall (darwin-386-cgo), const SYS_GETTID = 286
  5572  pkg syscall (darwin-386-cgo), const SYS_GETTIMEOFDAY = 116
  5573  pkg syscall (darwin-386-cgo), const SYS_GETUID = 24
  5574  pkg syscall (darwin-386-cgo), const SYS_GETWGROUPS = 290
  5575  pkg syscall (darwin-386-cgo), const SYS_GETXATTR = 234
  5576  pkg syscall (darwin-386-cgo), const SYS_IDENTITYSVC = 293
  5577  pkg syscall (darwin-386-cgo), const SYS_INITGROUPS = 243
  5578  pkg syscall (darwin-386-cgo), const SYS_IOCTL = 54
  5579  pkg syscall (darwin-386-cgo), const SYS_IOPOLICYSYS = 322
  5580  pkg syscall (darwin-386-cgo), const SYS_ISSETUGID = 327
  5581  pkg syscall (darwin-386-cgo), const SYS_KDEBUG_TRACE = 180
  5582  pkg syscall (darwin-386-cgo), const SYS_KEVENT = 363
  5583  pkg syscall (darwin-386-cgo), const SYS_KEVENT64 = 369
  5584  pkg syscall (darwin-386-cgo), const SYS_KILL = 37
  5585  pkg syscall (darwin-386-cgo), const SYS_KQUEUE = 362
  5586  pkg syscall (darwin-386-cgo), const SYS_LCHOWN = 364
  5587  pkg syscall (darwin-386-cgo), const SYS_LINK = 9
  5588  pkg syscall (darwin-386-cgo), const SYS_LIO_LISTIO = 320
  5589  pkg syscall (darwin-386-cgo), const SYS_LISTEN = 106
  5590  pkg syscall (darwin-386-cgo), const SYS_LISTXATTR = 240
  5591  pkg syscall (darwin-386-cgo), const SYS_LSEEK = 199
  5592  pkg syscall (darwin-386-cgo), const SYS_LSTAT = 190
  5593  pkg syscall (darwin-386-cgo), const SYS_LSTAT64 = 340
  5594  pkg syscall (darwin-386-cgo), const SYS_LSTAT64_EXTENDED = 342
  5595  pkg syscall (darwin-386-cgo), const SYS_LSTATV = 218
  5596  pkg syscall (darwin-386-cgo), const SYS_LSTAT_EXTENDED = 280
  5597  pkg syscall (darwin-386-cgo), const SYS_MADVISE = 75
  5598  pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL = 439
  5599  pkg syscall (darwin-386-cgo), const SYS_MINCORE = 78
  5600  pkg syscall (darwin-386-cgo), const SYS_MINHERIT = 250
  5601  pkg syscall (darwin-386-cgo), const SYS_MKCOMPLEX = 216
  5602  pkg syscall (darwin-386-cgo), const SYS_MKDIR = 136
  5603  pkg syscall (darwin-386-cgo), const SYS_MKDIR_EXTENDED = 292
  5604  pkg syscall (darwin-386-cgo), const SYS_MKFIFO = 132
  5605  pkg syscall (darwin-386-cgo), const SYS_MKFIFO_EXTENDED = 291
  5606  pkg syscall (darwin-386-cgo), const SYS_MKNOD = 14
  5607  pkg syscall (darwin-386-cgo), const SYS_MLOCK = 203
  5608  pkg syscall (darwin-386-cgo), const SYS_MLOCKALL = 324
  5609  pkg syscall (darwin-386-cgo), const SYS_MMAP = 197
  5610  pkg syscall (darwin-386-cgo), const SYS_MODWATCH = 233
  5611  pkg syscall (darwin-386-cgo), const SYS_MOUNT = 167
  5612  pkg syscall (darwin-386-cgo), const SYS_MPROTECT = 74
  5613  pkg syscall (darwin-386-cgo), const SYS_MSGCTL = 258
  5614  pkg syscall (darwin-386-cgo), const SYS_MSGGET = 259
  5615  pkg syscall (darwin-386-cgo), const SYS_MSGRCV = 261
  5616  pkg syscall (darwin-386-cgo), const SYS_MSGRCV_NOCANCEL = 419
  5617  pkg syscall (darwin-386-cgo), const SYS_MSGSND = 260
  5618  pkg syscall (darwin-386-cgo), const SYS_MSGSND_NOCANCEL = 418
  5619  pkg syscall (darwin-386-cgo), const SYS_MSGSYS = 252
  5620  pkg syscall (darwin-386-cgo), const SYS_MSYNC = 65
  5621  pkg syscall (darwin-386-cgo), const SYS_MSYNC_NOCANCEL = 405
  5622  pkg syscall (darwin-386-cgo), const SYS_MUNLOCK = 204
  5623  pkg syscall (darwin-386-cgo), const SYS_MUNLOCKALL = 325
  5624  pkg syscall (darwin-386-cgo), const SYS_MUNMAP = 73
  5625  pkg syscall (darwin-386-cgo), const SYS_NFSCLNT = 247
  5626  pkg syscall (darwin-386-cgo), const SYS_NFSSVC = 155
  5627  pkg syscall (darwin-386-cgo), const SYS_OPEN = 5
  5628  pkg syscall (darwin-386-cgo), const SYS_OPEN_EXTENDED = 277
  5629  pkg syscall (darwin-386-cgo), const SYS_OPEN_NOCANCEL = 398
  5630  pkg syscall (darwin-386-cgo), const SYS_PATHCONF = 191
  5631  pkg syscall (darwin-386-cgo), const SYS_PID_HIBERNATE = 435
  5632  pkg syscall (darwin-386-cgo), const SYS_PID_RESUME = 434
  5633  pkg syscall (darwin-386-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
  5634  pkg syscall (darwin-386-cgo), const SYS_PID_SUSPEND = 433
  5635  pkg syscall (darwin-386-cgo), const SYS_PIPE = 42
  5636  pkg syscall (darwin-386-cgo), const SYS_POLL = 230
  5637  pkg syscall (darwin-386-cgo), const SYS_POLL_NOCANCEL = 417
  5638  pkg syscall (darwin-386-cgo), const SYS_POSIX_SPAWN = 244
  5639  pkg syscall (darwin-386-cgo), const SYS_PREAD = 153
  5640  pkg syscall (darwin-386-cgo), const SYS_PREAD_NOCANCEL = 414
  5641  pkg syscall (darwin-386-cgo), const SYS_PROCESS_POLICY = 323
  5642  pkg syscall (darwin-386-cgo), const SYS_PROC_INFO = 336
  5643  pkg syscall (darwin-386-cgo), const SYS_PROFIL = 44
  5644  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVBROAD = 303
  5645  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
  5646  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVSIGNAL = 304
  5647  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVWAIT = 305
  5648  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXDROP = 302
  5649  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
  5650  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
  5651  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  5652  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
  5653  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
  5654  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
  5655  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
  5656  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
  5657  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  5658  pkg syscall (darwin-386-cgo), const SYS_PTRACE = 26
  5659  pkg syscall (darwin-386-cgo), const SYS_PWRITE = 154
  5660  pkg syscall (darwin-386-cgo), const SYS_PWRITE_NOCANCEL = 415
  5661  pkg syscall (darwin-386-cgo), const SYS_QUOTACTL = 165
  5662  pkg syscall (darwin-386-cgo), const SYS_READ = 3
  5663  pkg syscall (darwin-386-cgo), const SYS_READLINK = 58
  5664  pkg syscall (darwin-386-cgo), const SYS_READV = 120
  5665  pkg syscall (darwin-386-cgo), const SYS_READV_NOCANCEL = 411
  5666  pkg syscall (darwin-386-cgo), const SYS_READ_NOCANCEL = 396
  5667  pkg syscall (darwin-386-cgo), const SYS_REBOOT = 55
  5668  pkg syscall (darwin-386-cgo), const SYS_RECVFROM = 29
  5669  pkg syscall (darwin-386-cgo), const SYS_RECVFROM_NOCANCEL = 403
  5670  pkg syscall (darwin-386-cgo), const SYS_RECVMSG = 27
  5671  pkg syscall (darwin-386-cgo), const SYS_RECVMSG_NOCANCEL = 401
  5672  pkg syscall (darwin-386-cgo), const SYS_REMOVEXATTR = 238
  5673  pkg syscall (darwin-386-cgo), const SYS_RENAME = 128
  5674  pkg syscall (darwin-386-cgo), const SYS_REVOKE = 56
  5675  pkg syscall (darwin-386-cgo), const SYS_RMDIR = 137
  5676  pkg syscall (darwin-386-cgo), const SYS_SEARCHFS = 225
  5677  pkg syscall (darwin-386-cgo), const SYS_SELECT = 93
  5678  pkg syscall (darwin-386-cgo), const SYS_SELECT_NOCANCEL = 407
  5679  pkg syscall (darwin-386-cgo), const SYS_SEMCTL = 254
  5680  pkg syscall (darwin-386-cgo), const SYS_SEMGET = 255
  5681  pkg syscall (darwin-386-cgo), const SYS_SEMOP = 256
  5682  pkg syscall (darwin-386-cgo), const SYS_SEMSYS = 251
  5683  pkg syscall (darwin-386-cgo), const SYS_SEM_CLOSE = 269
  5684  pkg syscall (darwin-386-cgo), const SYS_SEM_DESTROY = 276
  5685  pkg syscall (darwin-386-cgo), const SYS_SEM_GETVALUE = 274
  5686  pkg syscall (darwin-386-cgo), const SYS_SEM_INIT = 275
  5687  pkg syscall (darwin-386-cgo), const SYS_SEM_OPEN = 268
  5688  pkg syscall (darwin-386-cgo), const SYS_SEM_POST = 273
  5689  pkg syscall (darwin-386-cgo), const SYS_SEM_TRYWAIT = 272
  5690  pkg syscall (darwin-386-cgo), const SYS_SEM_UNLINK = 270
  5691  pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT = 271
  5692  pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
  5693  pkg syscall (darwin-386-cgo), const SYS_SENDFILE = 337
  5694  pkg syscall (darwin-386-cgo), const SYS_SENDMSG = 28
  5695  pkg syscall (darwin-386-cgo), const SYS_SENDMSG_NOCANCEL = 402
  5696  pkg syscall (darwin-386-cgo), const SYS_SENDTO = 133
  5697  pkg syscall (darwin-386-cgo), const SYS_SENDTO_NOCANCEL = 413
  5698  pkg syscall (darwin-386-cgo), const SYS_SETATTRLIST = 221
  5699  pkg syscall (darwin-386-cgo), const SYS_SETAUDIT = 356
  5700  pkg syscall (darwin-386-cgo), const SYS_SETAUDIT_ADDR = 358
  5701  pkg syscall (darwin-386-cgo), const SYS_SETAUID = 354
  5702  pkg syscall (darwin-386-cgo), const SYS_SETEGID = 182
  5703  pkg syscall (darwin-386-cgo), const SYS_SETEUID = 183
  5704  pkg syscall (darwin-386-cgo), const SYS_SETGID = 181
  5705  pkg syscall (darwin-386-cgo), const SYS_SETGROUPS = 80
  5706  pkg syscall (darwin-386-cgo), const SYS_SETITIMER = 83
  5707  pkg syscall (darwin-386-cgo), const SYS_SETLCID = 394
  5708  pkg syscall (darwin-386-cgo), const SYS_SETLOGIN = 50
  5709  pkg syscall (darwin-386-cgo), const SYS_SETPGID = 82
  5710  pkg syscall (darwin-386-cgo), const SYS_SETPRIORITY = 96
  5711  pkg syscall (darwin-386-cgo), const SYS_SETPRIVEXEC = 152
  5712  pkg syscall (darwin-386-cgo), const SYS_SETREGID = 127
  5713  pkg syscall (darwin-386-cgo), const SYS_SETREUID = 126
  5714  pkg syscall (darwin-386-cgo), const SYS_SETRLIMIT = 195
  5715  pkg syscall (darwin-386-cgo), const SYS_SETSGROUPS = 287
  5716  pkg syscall (darwin-386-cgo), const SYS_SETSID = 147
  5717  pkg syscall (darwin-386-cgo), const SYS_SETSOCKOPT = 105
  5718  pkg syscall (darwin-386-cgo), const SYS_SETTID = 285
  5719  pkg syscall (darwin-386-cgo), const SYS_SETTID_WITH_PID = 311
  5720  pkg syscall (darwin-386-cgo), const SYS_SETTIMEOFDAY = 122
  5721  pkg syscall (darwin-386-cgo), const SYS_SETUID = 23
  5722  pkg syscall (darwin-386-cgo), const SYS_SETWGROUPS = 289
  5723  pkg syscall (darwin-386-cgo), const SYS_SETXATTR = 236
  5724  pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
  5725  pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  5726  pkg syscall (darwin-386-cgo), const SYS_SHMAT = 262
  5727  pkg syscall (darwin-386-cgo), const SYS_SHMCTL = 263
  5728  pkg syscall (darwin-386-cgo), const SYS_SHMDT = 264
  5729  pkg syscall (darwin-386-cgo), const SYS_SHMGET = 265
  5730  pkg syscall (darwin-386-cgo), const SYS_SHMSYS = 253
  5731  pkg syscall (darwin-386-cgo), const SYS_SHM_OPEN = 266
  5732  pkg syscall (darwin-386-cgo), const SYS_SHM_UNLINK = 267
  5733  pkg syscall (darwin-386-cgo), const SYS_SHUTDOWN = 134
  5734  pkg syscall (darwin-386-cgo), const SYS_SIGACTION = 46
  5735  pkg syscall (darwin-386-cgo), const SYS_SIGALTSTACK = 53
  5736  pkg syscall (darwin-386-cgo), const SYS_SIGPENDING = 52
  5737  pkg syscall (darwin-386-cgo), const SYS_SIGPROCMASK = 48
  5738  pkg syscall (darwin-386-cgo), const SYS_SIGRETURN = 184
  5739  pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND = 111
  5740  pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
  5741  pkg syscall (darwin-386-cgo), const SYS_SOCKET = 97
  5742  pkg syscall (darwin-386-cgo), const SYS_SOCKETPAIR = 135
  5743  pkg syscall (darwin-386-cgo), const SYS_STACK_SNAPSHOT = 365
  5744  pkg syscall (darwin-386-cgo), const SYS_STAT = 188
  5745  pkg syscall (darwin-386-cgo), const SYS_STAT64 = 338
  5746  pkg syscall (darwin-386-cgo), const SYS_STAT64_EXTENDED = 341
  5747  pkg syscall (darwin-386-cgo), const SYS_STATFS = 157
  5748  pkg syscall (darwin-386-cgo), const SYS_STATFS64 = 345
  5749  pkg syscall (darwin-386-cgo), const SYS_STATV = 217
  5750  pkg syscall (darwin-386-cgo), const SYS_STAT_EXTENDED = 279
  5751  pkg syscall (darwin-386-cgo), const SYS_SWAPON = 85
  5752  pkg syscall (darwin-386-cgo), const SYS_SYMLINK = 57
  5753  pkg syscall (darwin-386-cgo), const SYS_SYNC = 36
  5754  pkg syscall (darwin-386-cgo), const SYS_SYSCALL = 0
  5755  pkg syscall (darwin-386-cgo), const SYS_THREAD_SELFID = 372
  5756  pkg syscall (darwin-386-cgo), const SYS_TRUNCATE = 200
  5757  pkg syscall (darwin-386-cgo), const SYS_UMASK = 60
  5758  pkg syscall (darwin-386-cgo), const SYS_UMASK_EXTENDED = 278
  5759  pkg syscall (darwin-386-cgo), const SYS_UNDELETE = 205
  5760  pkg syscall (darwin-386-cgo), const SYS_UNLINK = 10
  5761  pkg syscall (darwin-386-cgo), const SYS_UNMOUNT = 159
  5762  pkg syscall (darwin-386-cgo), const SYS_UTIMES = 138
  5763  pkg syscall (darwin-386-cgo), const SYS_VFORK = 66
  5764  pkg syscall (darwin-386-cgo), const SYS_VM_PRESSURE_MONITOR = 296
  5765  pkg syscall (darwin-386-cgo), const SYS_WAIT4 = 7
  5766  pkg syscall (darwin-386-cgo), const SYS_WAIT4_NOCANCEL = 400
  5767  pkg syscall (darwin-386-cgo), const SYS_WAITEVENT = 232
  5768  pkg syscall (darwin-386-cgo), const SYS_WAITID = 173
  5769  pkg syscall (darwin-386-cgo), const SYS_WAITID_NOCANCEL = 416
  5770  pkg syscall (darwin-386-cgo), const SYS_WATCHEVENT = 231
  5771  pkg syscall (darwin-386-cgo), const SYS_WORKQ_KERNRETURN = 368
  5772  pkg syscall (darwin-386-cgo), const SYS_WORKQ_OPEN = 367
  5773  pkg syscall (darwin-386-cgo), const SYS_WRITE = 4
  5774  pkg syscall (darwin-386-cgo), const SYS_WRITEV = 121
  5775  pkg syscall (darwin-386-cgo), const SYS_WRITEV_NOCANCEL = 412
  5776  pkg syscall (darwin-386-cgo), const SYS_WRITE_NOCANCEL = 397
  5777  pkg syscall (darwin-386-cgo), const SYS___DISABLE_THREADSIGNAL = 331
  5778  pkg syscall (darwin-386-cgo), const SYS___MAC_EXECVE = 380
  5779  pkg syscall (darwin-386-cgo), const SYS___MAC_GETFSSTAT = 426
  5780  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FD = 388
  5781  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FILE = 382
  5782  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCID = 391
  5783  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCTX = 392
  5784  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LINK = 384
  5785  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_MOUNT = 425
  5786  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PID = 390
  5787  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PROC = 386
  5788  pkg syscall (darwin-386-cgo), const SYS___MAC_MOUNT = 424
  5789  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FD = 389
  5790  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FILE = 383
  5791  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LCTX = 393
  5792  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LINK = 385
  5793  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_PROC = 387
  5794  pkg syscall (darwin-386-cgo), const SYS___MAC_SYSCALL = 381
  5795  pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
  5796  pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  5797  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CANCELED = 333
  5798  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CHDIR = 348
  5799  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_FCHDIR = 349
  5800  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_KILL = 328
  5801  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_MARKCANCEL = 332
  5802  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_SIGMASK = 329
  5803  pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL = 334
  5804  pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  5805  pkg syscall (darwin-386-cgo), const SYS___SIGWAIT = 330
  5806  pkg syscall (darwin-386-cgo), const SYS___SIGWAIT_NOCANCEL = 422
  5807  pkg syscall (darwin-386-cgo), const SYS___SYSCTL = 202
  5808  pkg syscall (darwin-386-cgo), const S_IEXEC = 64
  5809  pkg syscall (darwin-386-cgo), const S_IFMT = 61440
  5810  pkg syscall (darwin-386-cgo), const S_IFWHT = 57344
  5811  pkg syscall (darwin-386-cgo), const S_IREAD = 256
  5812  pkg syscall (darwin-386-cgo), const S_IRGRP = 32
  5813  pkg syscall (darwin-386-cgo), const S_IROTH = 4
  5814  pkg syscall (darwin-386-cgo), const S_IRWXG = 56
  5815  pkg syscall (darwin-386-cgo), const S_IRWXO = 7
  5816  pkg syscall (darwin-386-cgo), const S_IRWXU = 448
  5817  pkg syscall (darwin-386-cgo), const S_ISTXT = 512
  5818  pkg syscall (darwin-386-cgo), const S_IWGRP = 16
  5819  pkg syscall (darwin-386-cgo), const S_IWOTH = 2
  5820  pkg syscall (darwin-386-cgo), const S_IWRITE = 128
  5821  pkg syscall (darwin-386-cgo), const S_IXGRP = 8
  5822  pkg syscall (darwin-386-cgo), const S_IXOTH = 1
  5823  pkg syscall (darwin-386-cgo), const SizeofBpfHdr = 20
  5824  pkg syscall (darwin-386-cgo), const SizeofBpfInsn = 8
  5825  pkg syscall (darwin-386-cgo), const SizeofBpfProgram = 8
  5826  pkg syscall (darwin-386-cgo), const SizeofBpfStat = 8
  5827  pkg syscall (darwin-386-cgo), const SizeofBpfVersion = 4
  5828  pkg syscall (darwin-386-cgo), const SizeofCmsghdr = 12
  5829  pkg syscall (darwin-386-cgo), const SizeofIPMreq = 8
  5830  pkg syscall (darwin-386-cgo), const SizeofIPv6Mreq = 20
  5831  pkg syscall (darwin-386-cgo), const SizeofIfData = 96
  5832  pkg syscall (darwin-386-cgo), const SizeofIfMsghdr = 112
  5833  pkg syscall (darwin-386-cgo), const SizeofIfaMsghdr = 20
  5834  pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr = 16
  5835  pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr2 = 20
  5836  pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo = 12
  5837  pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo ideal-int
  5838  pkg syscall (darwin-386-cgo), const SizeofInet6Pktinfo = 20
  5839  pkg syscall (darwin-386-cgo), const SizeofLinger = 8
  5840  pkg syscall (darwin-386-cgo), const SizeofMsghdr = 28
  5841  pkg syscall (darwin-386-cgo), const SizeofRtMetrics = 56
  5842  pkg syscall (darwin-386-cgo), const SizeofRtMsghdr = 92
  5843  pkg syscall (darwin-386-cgo), const SizeofSockaddrAny = 108
  5844  pkg syscall (darwin-386-cgo), const SizeofSockaddrDatalink = 20
  5845  pkg syscall (darwin-386-cgo), const SizeofSockaddrInet4 = 16
  5846  pkg syscall (darwin-386-cgo), const SizeofSockaddrInet6 = 28
  5847  pkg syscall (darwin-386-cgo), const SizeofSockaddrUnix = 106
  5848  pkg syscall (darwin-386-cgo), const TCIFLUSH = 1
  5849  pkg syscall (darwin-386-cgo), const TCIFLUSH ideal-int
  5850  pkg syscall (darwin-386-cgo), const TCIOFLUSH = 3
  5851  pkg syscall (darwin-386-cgo), const TCIOFLUSH ideal-int
  5852  pkg syscall (darwin-386-cgo), const TCOFLUSH = 2
  5853  pkg syscall (darwin-386-cgo), const TCOFLUSH ideal-int
  5854  pkg syscall (darwin-386-cgo), const TCP_CONNECTIONTIMEOUT = 32
  5855  pkg syscall (darwin-386-cgo), const TCP_KEEPALIVE = 16
  5856  pkg syscall (darwin-386-cgo), const TCP_MAXHLEN = 60
  5857  pkg syscall (darwin-386-cgo), const TCP_MAXOLEN = 40
  5858  pkg syscall (darwin-386-cgo), const TCP_MAXSEG = 2
  5859  pkg syscall (darwin-386-cgo), const TCP_MAXWIN = 65535
  5860  pkg syscall (darwin-386-cgo), const TCP_MAX_SACK = 3
  5861  pkg syscall (darwin-386-cgo), const TCP_MAX_WINSHIFT = 14
  5862  pkg syscall (darwin-386-cgo), const TCP_MINMSS = 216
  5863  pkg syscall (darwin-386-cgo), const TCP_MINMSSOVERLOAD = 1000
  5864  pkg syscall (darwin-386-cgo), const TCP_MSS = 512
  5865  pkg syscall (darwin-386-cgo), const TCP_NOOPT = 8
  5866  pkg syscall (darwin-386-cgo), const TCP_NOPUSH = 4
  5867  pkg syscall (darwin-386-cgo), const TCP_RXT_CONNDROPTIME = 128
  5868  pkg syscall (darwin-386-cgo), const TCP_RXT_FINDROP = 256
  5869  pkg syscall (darwin-386-cgo), const TCSAFLUSH = 2
  5870  pkg syscall (darwin-386-cgo), const TCSAFLUSH ideal-int
  5871  pkg syscall (darwin-386-cgo), const TIOCCBRK = 536900730
  5872  pkg syscall (darwin-386-cgo), const TIOCCDTR = 536900728
  5873  pkg syscall (darwin-386-cgo), const TIOCCONS = 2147775586
  5874  pkg syscall (darwin-386-cgo), const TIOCDCDTIMESTAMP = 1074295896
  5875  pkg syscall (darwin-386-cgo), const TIOCDRAIN = 536900702
  5876  pkg syscall (darwin-386-cgo), const TIOCDSIMICROCODE = 536900693
  5877  pkg syscall (darwin-386-cgo), const TIOCEXCL = 536900621
  5878  pkg syscall (darwin-386-cgo), const TIOCEXT = 2147775584
  5879  pkg syscall (darwin-386-cgo), const TIOCFLUSH = 2147775504
  5880  pkg syscall (darwin-386-cgo), const TIOCGDRAINWAIT = 1074033750
  5881  pkg syscall (darwin-386-cgo), const TIOCGETA = 1076655123
  5882  pkg syscall (darwin-386-cgo), const TIOCGETD = 1074033690
  5883  pkg syscall (darwin-386-cgo), const TIOCGPGRP = 1074033783
  5884  pkg syscall (darwin-386-cgo), const TIOCGWINSZ = 1074295912
  5885  pkg syscall (darwin-386-cgo), const TIOCIXOFF = 536900736
  5886  pkg syscall (darwin-386-cgo), const TIOCIXON = 536900737
  5887  pkg syscall (darwin-386-cgo), const TIOCMBIC = 2147775595
  5888  pkg syscall (darwin-386-cgo), const TIOCMBIS = 2147775596
  5889  pkg syscall (darwin-386-cgo), const TIOCMGDTRWAIT = 1074033754
  5890  pkg syscall (darwin-386-cgo), const TIOCMGET = 1074033770
  5891  pkg syscall (darwin-386-cgo), const TIOCMODG = 1074033667
  5892  pkg syscall (darwin-386-cgo), const TIOCMODS = 2147775492
  5893  pkg syscall (darwin-386-cgo), const TIOCMSDTRWAIT = 2147775579
  5894  pkg syscall (darwin-386-cgo), const TIOCMSET = 2147775597
  5895  pkg syscall (darwin-386-cgo), const TIOCM_CAR = 64
  5896  pkg syscall (darwin-386-cgo), const TIOCM_CD = 64
  5897  pkg syscall (darwin-386-cgo), const TIOCM_CTS = 32
  5898  pkg syscall (darwin-386-cgo), const TIOCM_DSR = 256
  5899  pkg syscall (darwin-386-cgo), const TIOCM_DTR = 2
  5900  pkg syscall (darwin-386-cgo), const TIOCM_LE = 1
  5901  pkg syscall (darwin-386-cgo), const TIOCM_RI = 128
  5902  pkg syscall (darwin-386-cgo), const TIOCM_RNG = 128
  5903  pkg syscall (darwin-386-cgo), const TIOCM_RTS = 4
  5904  pkg syscall (darwin-386-cgo), const TIOCM_SR = 16
  5905  pkg syscall (darwin-386-cgo), const TIOCM_ST = 8
  5906  pkg syscall (darwin-386-cgo), const TIOCNOTTY = 536900721
  5907  pkg syscall (darwin-386-cgo), const TIOCNXCL = 536900622
  5908  pkg syscall (darwin-386-cgo), const TIOCOUTQ = 1074033779
  5909  pkg syscall (darwin-386-cgo), const TIOCPKT = 2147775600
  5910  pkg syscall (darwin-386-cgo), const TIOCPKT_DATA = 0
  5911  pkg syscall (darwin-386-cgo), const TIOCPKT_DOSTOP = 32
  5912  pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHREAD = 1
  5913  pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHWRITE = 2
  5914  pkg syscall (darwin-386-cgo), const TIOCPKT_IOCTL = 64
  5915  pkg syscall (darwin-386-cgo), const TIOCPKT_NOSTOP = 16
  5916  pkg syscall (darwin-386-cgo), const TIOCPKT_START = 8
  5917  pkg syscall (darwin-386-cgo), const TIOCPKT_STOP = 4
  5918  pkg syscall (darwin-386-cgo), const TIOCPTYGNAME = 1082160211
  5919  pkg syscall (darwin-386-cgo), const TIOCPTYGRANT = 536900692
  5920  pkg syscall (darwin-386-cgo), const TIOCPTYUNLK = 536900690
  5921  pkg syscall (darwin-386-cgo), const TIOCREMOTE = 2147775593
  5922  pkg syscall (darwin-386-cgo), const TIOCSBRK = 536900731
  5923  pkg syscall (darwin-386-cgo), const TIOCSCONS = 536900707
  5924  pkg syscall (darwin-386-cgo), const TIOCSCTTY = 536900705
  5925  pkg syscall (darwin-386-cgo), const TIOCSDRAINWAIT = 2147775575
  5926  pkg syscall (darwin-386-cgo), const TIOCSDTR = 536900729
  5927  pkg syscall (darwin-386-cgo), const TIOCSETA = 2150396948
  5928  pkg syscall (darwin-386-cgo), const TIOCSETAF = 2150396950
  5929  pkg syscall (darwin-386-cgo), const TIOCSETAW = 2150396949
  5930  pkg syscall (darwin-386-cgo), const TIOCSETD = 2147775515
  5931  pkg syscall (darwin-386-cgo), const TIOCSIG = 536900703
  5932  pkg syscall (darwin-386-cgo), const TIOCSPGRP = 2147775606
  5933  pkg syscall (darwin-386-cgo), const TIOCSTART = 536900718
  5934  pkg syscall (darwin-386-cgo), const TIOCSTAT = 536900709
  5935  pkg syscall (darwin-386-cgo), const TIOCSTI = 2147578994
  5936  pkg syscall (darwin-386-cgo), const TIOCSTOP = 536900719
  5937  pkg syscall (darwin-386-cgo), const TIOCSWINSZ = 2148037735
  5938  pkg syscall (darwin-386-cgo), const TIOCTIMESTAMP = 1074295897
  5939  pkg syscall (darwin-386-cgo), const TIOCUCNTL = 2147775590
  5940  pkg syscall (darwin-386-cgo), const TOSTOP = 4194304
  5941  pkg syscall (darwin-386-cgo), const TOSTOP ideal-int
  5942  pkg syscall (darwin-386-cgo), const VDISCARD = 15
  5943  pkg syscall (darwin-386-cgo), const VDISCARD ideal-int
  5944  pkg syscall (darwin-386-cgo), const VDSUSP = 11
  5945  pkg syscall (darwin-386-cgo), const VDSUSP ideal-int
  5946  pkg syscall (darwin-386-cgo), const VEOF = 0
  5947  pkg syscall (darwin-386-cgo), const VEOF ideal-int
  5948  pkg syscall (darwin-386-cgo), const VEOL = 1
  5949  pkg syscall (darwin-386-cgo), const VEOL ideal-int
  5950  pkg syscall (darwin-386-cgo), const VEOL2 = 2
  5951  pkg syscall (darwin-386-cgo), const VEOL2 ideal-int
  5952  pkg syscall (darwin-386-cgo), const VERASE = 3
  5953  pkg syscall (darwin-386-cgo), const VERASE ideal-int
  5954  pkg syscall (darwin-386-cgo), const VINTR = 8
  5955  pkg syscall (darwin-386-cgo), const VINTR ideal-int
  5956  pkg syscall (darwin-386-cgo), const VKILL = 5
  5957  pkg syscall (darwin-386-cgo), const VKILL ideal-int
  5958  pkg syscall (darwin-386-cgo), const VLNEXT = 14
  5959  pkg syscall (darwin-386-cgo), const VLNEXT ideal-int
  5960  pkg syscall (darwin-386-cgo), const VMIN = 16
  5961  pkg syscall (darwin-386-cgo), const VMIN ideal-int
  5962  pkg syscall (darwin-386-cgo), const VQUIT = 9
  5963  pkg syscall (darwin-386-cgo), const VQUIT ideal-int
  5964  pkg syscall (darwin-386-cgo), const VREPRINT = 6
  5965  pkg syscall (darwin-386-cgo), const VREPRINT ideal-int
  5966  pkg syscall (darwin-386-cgo), const VSTART = 12
  5967  pkg syscall (darwin-386-cgo), const VSTART ideal-int
  5968  pkg syscall (darwin-386-cgo), const VSTATUS = 18
  5969  pkg syscall (darwin-386-cgo), const VSTATUS ideal-int
  5970  pkg syscall (darwin-386-cgo), const VSTOP = 13
  5971  pkg syscall (darwin-386-cgo), const VSTOP ideal-int
  5972  pkg syscall (darwin-386-cgo), const VSUSP = 10
  5973  pkg syscall (darwin-386-cgo), const VSUSP ideal-int
  5974  pkg syscall (darwin-386-cgo), const VT0 = 0
  5975  pkg syscall (darwin-386-cgo), const VT0 ideal-int
  5976  pkg syscall (darwin-386-cgo), const VT1 = 65536
  5977  pkg syscall (darwin-386-cgo), const VT1 ideal-int
  5978  pkg syscall (darwin-386-cgo), const VTDLY = 65536
  5979  pkg syscall (darwin-386-cgo), const VTDLY ideal-int
  5980  pkg syscall (darwin-386-cgo), const VTIME = 17
  5981  pkg syscall (darwin-386-cgo), const VTIME ideal-int
  5982  pkg syscall (darwin-386-cgo), const VWERASE = 4
  5983  pkg syscall (darwin-386-cgo), const VWERASE ideal-int
  5984  pkg syscall (darwin-386-cgo), const WCONTINUED = 16
  5985  pkg syscall (darwin-386-cgo), const WCOREFLAG = 128
  5986  pkg syscall (darwin-386-cgo), const WEXITED = 4
  5987  pkg syscall (darwin-386-cgo), const WNOHANG = 1
  5988  pkg syscall (darwin-386-cgo), const WNOWAIT = 32
  5989  pkg syscall (darwin-386-cgo), const WORDSIZE = 32
  5990  pkg syscall (darwin-386-cgo), const WSTOPPED = 8
  5991  pkg syscall (darwin-386-cgo), const WUNTRACED = 2
  5992  pkg syscall (darwin-386-cgo), func Fchflags(int, int) error
  5993  pkg syscall (darwin-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
  5994  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct
  5995  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8
  5996  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Ifindex uint32
  5997  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
  5998  pkg syscall (darwin-386-cgo), type Termios struct
  5999  pkg syscall (darwin-386-cgo), type Termios struct, Cc [20]uint8
  6000  pkg syscall (darwin-386-cgo), type Termios struct, Cflag uint32
  6001  pkg syscall (darwin-386-cgo), type Termios struct, Iflag uint32
  6002  pkg syscall (darwin-386-cgo), type Termios struct, Ispeed uint32
  6003  pkg syscall (darwin-386-cgo), type Termios struct, Lflag uint32
  6004  pkg syscall (darwin-386-cgo), type Termios struct, Oflag uint32
  6005  pkg syscall (darwin-386-cgo), type Termios struct, Ospeed uint32
  6006  pkg syscall (darwin-amd64), const AF_APPLETALK = 16
  6007  pkg syscall (darwin-amd64), const AF_CCITT = 10
  6008  pkg syscall (darwin-amd64), const AF_CHAOS = 5
  6009  pkg syscall (darwin-amd64), const AF_CNT = 21
  6010  pkg syscall (darwin-amd64), const AF_COIP = 20
  6011  pkg syscall (darwin-amd64), const AF_DATAKIT = 9
  6012  pkg syscall (darwin-amd64), const AF_DECnet = 12
  6013  pkg syscall (darwin-amd64), const AF_DLI = 13
  6014  pkg syscall (darwin-amd64), const AF_E164 = 28
  6015  pkg syscall (darwin-amd64), const AF_ECMA = 8
  6016  pkg syscall (darwin-amd64), const AF_HYLINK = 15
  6017  pkg syscall (darwin-amd64), const AF_IEEE80211 = 37
  6018  pkg syscall (darwin-amd64), const AF_IMPLINK = 3
  6019  pkg syscall (darwin-amd64), const AF_INET6 = 30
  6020  pkg syscall (darwin-amd64), const AF_IPX = 23
  6021  pkg syscall (darwin-amd64), const AF_ISDN = 28
  6022  pkg syscall (darwin-amd64), const AF_ISO = 7
  6023  pkg syscall (darwin-amd64), const AF_LAT = 14
  6024  pkg syscall (darwin-amd64), const AF_LINK = 18
  6025  pkg syscall (darwin-amd64), const AF_LOCAL = 1
  6026  pkg syscall (darwin-amd64), const AF_MAX = 38
  6027  pkg syscall (darwin-amd64), const AF_NATM = 31
  6028  pkg syscall (darwin-amd64), const AF_NDRV = 27
  6029  pkg syscall (darwin-amd64), const AF_NETBIOS = 33
  6030  pkg syscall (darwin-amd64), const AF_NS = 6
  6031  pkg syscall (darwin-amd64), const AF_OSI = 7
  6032  pkg syscall (darwin-amd64), const AF_PPP = 34
  6033  pkg syscall (darwin-amd64), const AF_PUP = 4
  6034  pkg syscall (darwin-amd64), const AF_RESERVED_36 = 36
  6035  pkg syscall (darwin-amd64), const AF_ROUTE = 17
  6036  pkg syscall (darwin-amd64), const AF_SIP = 24
  6037  pkg syscall (darwin-amd64), const AF_SNA = 11
  6038  pkg syscall (darwin-amd64), const AF_SYSTEM = 32
  6039  pkg syscall (darwin-amd64), const B0 = 0
  6040  pkg syscall (darwin-amd64), const B0 ideal-int
  6041  pkg syscall (darwin-amd64), const B110 = 110
  6042  pkg syscall (darwin-amd64), const B110 ideal-int
  6043  pkg syscall (darwin-amd64), const B115200 = 115200
  6044  pkg syscall (darwin-amd64), const B115200 ideal-int
  6045  pkg syscall (darwin-amd64), const B1200 = 1200
  6046  pkg syscall (darwin-amd64), const B1200 ideal-int
  6047  pkg syscall (darwin-amd64), const B134 = 134
  6048  pkg syscall (darwin-amd64), const B134 ideal-int
  6049  pkg syscall (darwin-amd64), const B14400 = 14400
  6050  pkg syscall (darwin-amd64), const B14400 ideal-int
  6051  pkg syscall (darwin-amd64), const B150 = 150
  6052  pkg syscall (darwin-amd64), const B150 ideal-int
  6053  pkg syscall (darwin-amd64), const B1800 = 1800
  6054  pkg syscall (darwin-amd64), const B1800 ideal-int
  6055  pkg syscall (darwin-amd64), const B19200 = 19200
  6056  pkg syscall (darwin-amd64), const B19200 ideal-int
  6057  pkg syscall (darwin-amd64), const B200 = 200
  6058  pkg syscall (darwin-amd64), const B200 ideal-int
  6059  pkg syscall (darwin-amd64), const B230400 = 230400
  6060  pkg syscall (darwin-amd64), const B230400 ideal-int
  6061  pkg syscall (darwin-amd64), const B2400 = 2400
  6062  pkg syscall (darwin-amd64), const B2400 ideal-int
  6063  pkg syscall (darwin-amd64), const B28800 = 28800
  6064  pkg syscall (darwin-amd64), const B28800 ideal-int
  6065  pkg syscall (darwin-amd64), const B300 = 300
  6066  pkg syscall (darwin-amd64), const B300 ideal-int
  6067  pkg syscall (darwin-amd64), const B38400 = 38400
  6068  pkg syscall (darwin-amd64), const B38400 ideal-int
  6069  pkg syscall (darwin-amd64), const B4800 = 4800
  6070  pkg syscall (darwin-amd64), const B4800 ideal-int
  6071  pkg syscall (darwin-amd64), const B50 = 50
  6072  pkg syscall (darwin-amd64), const B50 ideal-int
  6073  pkg syscall (darwin-amd64), const B57600 = 57600
  6074  pkg syscall (darwin-amd64), const B57600 ideal-int
  6075  pkg syscall (darwin-amd64), const B600 = 600
  6076  pkg syscall (darwin-amd64), const B600 ideal-int
  6077  pkg syscall (darwin-amd64), const B7200 = 7200
  6078  pkg syscall (darwin-amd64), const B7200 ideal-int
  6079  pkg syscall (darwin-amd64), const B75 = 75
  6080  pkg syscall (darwin-amd64), const B75 ideal-int
  6081  pkg syscall (darwin-amd64), const B76800 = 76800
  6082  pkg syscall (darwin-amd64), const B76800 ideal-int
  6083  pkg syscall (darwin-amd64), const B9600 = 9600
  6084  pkg syscall (darwin-amd64), const B9600 ideal-int
  6085  pkg syscall (darwin-amd64), const BIOCFLUSH = 536887912
  6086  pkg syscall (darwin-amd64), const BIOCGBLEN = 1074020966
  6087  pkg syscall (darwin-amd64), const BIOCGDLT = 1074020970
  6088  pkg syscall (darwin-amd64), const BIOCGDLTLIST = 3222028921
  6089  pkg syscall (darwin-amd64), const BIOCGETIF = 1075855979
  6090  pkg syscall (darwin-amd64), const BIOCGHDRCMPLT = 1074020980
  6091  pkg syscall (darwin-amd64), const BIOCGRSIG = 1074020978
  6092  pkg syscall (darwin-amd64), const BIOCGRTIMEOUT = 1074807406
  6093  pkg syscall (darwin-amd64), const BIOCGSEESENT = 1074020982
  6094  pkg syscall (darwin-amd64), const BIOCGSTATS = 1074283119
  6095  pkg syscall (darwin-amd64), const BIOCIMMEDIATE = 2147762800
  6096  pkg syscall (darwin-amd64), const BIOCPROMISC = 536887913
  6097  pkg syscall (darwin-amd64), const BIOCSBLEN = 3221504614
  6098  pkg syscall (darwin-amd64), const BIOCSDLT = 2147762808
  6099  pkg syscall (darwin-amd64), const BIOCSETF = 2148549223
  6100  pkg syscall (darwin-amd64), const BIOCSETIF = 2149597804
  6101  pkg syscall (darwin-amd64), const BIOCSHDRCMPLT = 2147762805
  6102  pkg syscall (darwin-amd64), const BIOCSRSIG = 2147762803
  6103  pkg syscall (darwin-amd64), const BIOCSRTIMEOUT = 2148549229
  6104  pkg syscall (darwin-amd64), const BIOCSSEESENT = 2147762807
  6105  pkg syscall (darwin-amd64), const BIOCVERSION = 1074020977
  6106  pkg syscall (darwin-amd64), const BPF_A = 16
  6107  pkg syscall (darwin-amd64), const BPF_ABS = 32
  6108  pkg syscall (darwin-amd64), const BPF_ADD = 0
  6109  pkg syscall (darwin-amd64), const BPF_ALIGNMENT = 4
  6110  pkg syscall (darwin-amd64), const BPF_ALU = 4
  6111  pkg syscall (darwin-amd64), const BPF_AND = 80
  6112  pkg syscall (darwin-amd64), const BPF_B = 16
  6113  pkg syscall (darwin-amd64), const BPF_DIV = 48
  6114  pkg syscall (darwin-amd64), const BPF_H = 8
  6115  pkg syscall (darwin-amd64), const BPF_IMM = 0
  6116  pkg syscall (darwin-amd64), const BPF_IND = 64
  6117  pkg syscall (darwin-amd64), const BPF_JA = 0
  6118  pkg syscall (darwin-amd64), const BPF_JEQ = 16
  6119  pkg syscall (darwin-amd64), const BPF_JGE = 48
  6120  pkg syscall (darwin-amd64), const BPF_JGT = 32
  6121  pkg syscall (darwin-amd64), const BPF_JMP = 5
  6122  pkg syscall (darwin-amd64), const BPF_JSET = 64
  6123  pkg syscall (darwin-amd64), const BPF_K = 0
  6124  pkg syscall (darwin-amd64), const BPF_LD = 0
  6125  pkg syscall (darwin-amd64), const BPF_LDX = 1
  6126  pkg syscall (darwin-amd64), const BPF_LEN = 128
  6127  pkg syscall (darwin-amd64), const BPF_LSH = 96
  6128  pkg syscall (darwin-amd64), const BPF_MAJOR_VERSION = 1
  6129  pkg syscall (darwin-amd64), const BPF_MAXBUFSIZE = 524288
  6130  pkg syscall (darwin-amd64), const BPF_MAXINSNS = 512
  6131  pkg syscall (darwin-amd64), const BPF_MEM = 96
  6132  pkg syscall (darwin-amd64), const BPF_MEMWORDS = 16
  6133  pkg syscall (darwin-amd64), const BPF_MINBUFSIZE = 32
  6134  pkg syscall (darwin-amd64), const BPF_MINOR_VERSION = 1
  6135  pkg syscall (darwin-amd64), const BPF_MISC = 7
  6136  pkg syscall (darwin-amd64), const BPF_MSH = 160
  6137  pkg syscall (darwin-amd64), const BPF_MUL = 32
  6138  pkg syscall (darwin-amd64), const BPF_NEG = 128
  6139  pkg syscall (darwin-amd64), const BPF_OR = 64
  6140  pkg syscall (darwin-amd64), const BPF_RELEASE = 199606
  6141  pkg syscall (darwin-amd64), const BPF_RET = 6
  6142  pkg syscall (darwin-amd64), const BPF_RSH = 112
  6143  pkg syscall (darwin-amd64), const BPF_ST = 2
  6144  pkg syscall (darwin-amd64), const BPF_STX = 3
  6145  pkg syscall (darwin-amd64), const BPF_SUB = 16
  6146  pkg syscall (darwin-amd64), const BPF_TAX = 0
  6147  pkg syscall (darwin-amd64), const BPF_TXA = 128
  6148  pkg syscall (darwin-amd64), const BPF_W = 0
  6149  pkg syscall (darwin-amd64), const BPF_X = 8
  6150  pkg syscall (darwin-amd64), const BRKINT = 2
  6151  pkg syscall (darwin-amd64), const BRKINT ideal-int
  6152  pkg syscall (darwin-amd64), const CFLUSH = 15
  6153  pkg syscall (darwin-amd64), const CFLUSH ideal-int
  6154  pkg syscall (darwin-amd64), const CLOCAL = 32768
  6155  pkg syscall (darwin-amd64), const CLOCAL ideal-int
  6156  pkg syscall (darwin-amd64), const CREAD = 2048
  6157  pkg syscall (darwin-amd64), const CREAD ideal-int
  6158  pkg syscall (darwin-amd64), const CS5 = 0
  6159  pkg syscall (darwin-amd64), const CS5 ideal-int
  6160  pkg syscall (darwin-amd64), const CS6 = 256
  6161  pkg syscall (darwin-amd64), const CS6 ideal-int
  6162  pkg syscall (darwin-amd64), const CS7 = 512
  6163  pkg syscall (darwin-amd64), const CS7 ideal-int
  6164  pkg syscall (darwin-amd64), const CS8 = 768
  6165  pkg syscall (darwin-amd64), const CS8 ideal-int
  6166  pkg syscall (darwin-amd64), const CSIZE = 768
  6167  pkg syscall (darwin-amd64), const CSIZE ideal-int
  6168  pkg syscall (darwin-amd64), const CSTART = 17
  6169  pkg syscall (darwin-amd64), const CSTART ideal-int
  6170  pkg syscall (darwin-amd64), const CSTATUS = 20
  6171  pkg syscall (darwin-amd64), const CSTATUS ideal-int
  6172  pkg syscall (darwin-amd64), const CSTOP = 19
  6173  pkg syscall (darwin-amd64), const CSTOP ideal-int
  6174  pkg syscall (darwin-amd64), const CSTOPB = 1024
  6175  pkg syscall (darwin-amd64), const CSTOPB ideal-int
  6176  pkg syscall (darwin-amd64), const CSUSP = 26
  6177  pkg syscall (darwin-amd64), const CSUSP ideal-int
  6178  pkg syscall (darwin-amd64), const CTL_MAXNAME = 12
  6179  pkg syscall (darwin-amd64), const CTL_NET = 4
  6180  pkg syscall (darwin-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  6181  pkg syscall (darwin-amd64), const DLT_ARCNET = 7
  6182  pkg syscall (darwin-amd64), const DLT_ATM_CLIP = 19
  6183  pkg syscall (darwin-amd64), const DLT_ATM_RFC1483 = 11
  6184  pkg syscall (darwin-amd64), const DLT_AX25 = 3
  6185  pkg syscall (darwin-amd64), const DLT_CHAOS = 5
  6186  pkg syscall (darwin-amd64), const DLT_CHDLC = 104
  6187  pkg syscall (darwin-amd64), const DLT_C_HDLC = 104
  6188  pkg syscall (darwin-amd64), const DLT_EN10MB = 1
  6189  pkg syscall (darwin-amd64), const DLT_EN3MB = 2
  6190  pkg syscall (darwin-amd64), const DLT_FDDI = 10
  6191  pkg syscall (darwin-amd64), const DLT_IEEE802 = 6
  6192  pkg syscall (darwin-amd64), const DLT_IEEE802_11 = 105
  6193  pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO = 127
  6194  pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
  6195  pkg syscall (darwin-amd64), const DLT_LINUX_SLL = 113
  6196  pkg syscall (darwin-amd64), const DLT_LOOP = 108
  6197  pkg syscall (darwin-amd64), const DLT_NULL = 0
  6198  pkg syscall (darwin-amd64), const DLT_PFLOG = 117
  6199  pkg syscall (darwin-amd64), const DLT_PFSYNC = 18
  6200  pkg syscall (darwin-amd64), const DLT_PPP = 9
  6201  pkg syscall (darwin-amd64), const DLT_PPP_BSDOS = 16
  6202  pkg syscall (darwin-amd64), const DLT_PPP_SERIAL = 50
  6203  pkg syscall (darwin-amd64), const DLT_PRONET = 4
  6204  pkg syscall (darwin-amd64), const DLT_RAW = 12
  6205  pkg syscall (darwin-amd64), const DLT_SLIP = 8
  6206  pkg syscall (darwin-amd64), const DLT_SLIP_BSDOS = 15
  6207  pkg syscall (darwin-amd64), const DT_BLK = 6
  6208  pkg syscall (darwin-amd64), const DT_CHR = 2
  6209  pkg syscall (darwin-amd64), const DT_DIR = 4
  6210  pkg syscall (darwin-amd64), const DT_FIFO = 1
  6211  pkg syscall (darwin-amd64), const DT_LNK = 10
  6212  pkg syscall (darwin-amd64), const DT_REG = 8
  6213  pkg syscall (darwin-amd64), const DT_SOCK = 12
  6214  pkg syscall (darwin-amd64), const DT_UNKNOWN = 0
  6215  pkg syscall (darwin-amd64), const DT_WHT = 14
  6216  pkg syscall (darwin-amd64), const E2BIG = 7
  6217  pkg syscall (darwin-amd64), const EACCES = 13
  6218  pkg syscall (darwin-amd64), const EADDRINUSE = 48
  6219  pkg syscall (darwin-amd64), const EADDRNOTAVAIL = 49
  6220  pkg syscall (darwin-amd64), const EAFNOSUPPORT = 47
  6221  pkg syscall (darwin-amd64), const EAGAIN = 35
  6222  pkg syscall (darwin-amd64), const EALREADY = 37
  6223  pkg syscall (darwin-amd64), const EAUTH = 80
  6224  pkg syscall (darwin-amd64), const EBADARCH = 86
  6225  pkg syscall (darwin-amd64), const EBADEXEC = 85
  6226  pkg syscall (darwin-amd64), const EBADF = 9
  6227  pkg syscall (darwin-amd64), const EBADMACHO = 88
  6228  pkg syscall (darwin-amd64), const EBADMSG = 94
  6229  pkg syscall (darwin-amd64), const EBADRPC = 72
  6230  pkg syscall (darwin-amd64), const EBUSY = 16
  6231  pkg syscall (darwin-amd64), const ECANCELED = 89
  6232  pkg syscall (darwin-amd64), const ECHILD = 10
  6233  pkg syscall (darwin-amd64), const ECHO = 8
  6234  pkg syscall (darwin-amd64), const ECHOCTL = 64
  6235  pkg syscall (darwin-amd64), const ECHOE = 2
  6236  pkg syscall (darwin-amd64), const ECHOK = 4
  6237  pkg syscall (darwin-amd64), const ECHOKE = 1
  6238  pkg syscall (darwin-amd64), const ECHONL = 16
  6239  pkg syscall (darwin-amd64), const ECHOPRT = 32
  6240  pkg syscall (darwin-amd64), const ECONNABORTED = 53
  6241  pkg syscall (darwin-amd64), const ECONNREFUSED = 61
  6242  pkg syscall (darwin-amd64), const ECONNRESET = 54
  6243  pkg syscall (darwin-amd64), const EDEADLK = 11
  6244  pkg syscall (darwin-amd64), const EDESTADDRREQ = 39
  6245  pkg syscall (darwin-amd64), const EDEVERR = 83
  6246  pkg syscall (darwin-amd64), const EDOM = 33
  6247  pkg syscall (darwin-amd64), const EDQUOT = 69
  6248  pkg syscall (darwin-amd64), const EEXIST = 17
  6249  pkg syscall (darwin-amd64), const EFAULT = 14
  6250  pkg syscall (darwin-amd64), const EFBIG = 27
  6251  pkg syscall (darwin-amd64), const EFTYPE = 79
  6252  pkg syscall (darwin-amd64), const EHOSTDOWN = 64
  6253  pkg syscall (darwin-amd64), const EHOSTUNREACH = 65
  6254  pkg syscall (darwin-amd64), const EIDRM = 90
  6255  pkg syscall (darwin-amd64), const EILSEQ = 92
  6256  pkg syscall (darwin-amd64), const EINPROGRESS = 36
  6257  pkg syscall (darwin-amd64), const EINTR = 4
  6258  pkg syscall (darwin-amd64), const EINVAL = 22
  6259  pkg syscall (darwin-amd64), const EIO = 5
  6260  pkg syscall (darwin-amd64), const EISCONN = 56
  6261  pkg syscall (darwin-amd64), const EISDIR = 21
  6262  pkg syscall (darwin-amd64), const ELAST = 105
  6263  pkg syscall (darwin-amd64), const ELOOP = 62
  6264  pkg syscall (darwin-amd64), const EMFILE = 24
  6265  pkg syscall (darwin-amd64), const EMLINK = 31
  6266  pkg syscall (darwin-amd64), const EMSGSIZE = 40
  6267  pkg syscall (darwin-amd64), const EMULTIHOP = 95
  6268  pkg syscall (darwin-amd64), const ENAMETOOLONG = 63
  6269  pkg syscall (darwin-amd64), const ENEEDAUTH = 81
  6270  pkg syscall (darwin-amd64), const ENETDOWN = 50
  6271  pkg syscall (darwin-amd64), const ENETRESET = 52
  6272  pkg syscall (darwin-amd64), const ENETUNREACH = 51
  6273  pkg syscall (darwin-amd64), const ENFILE = 23
  6274  pkg syscall (darwin-amd64), const ENOATTR = 93
  6275  pkg syscall (darwin-amd64), const ENOBUFS = 55
  6276  pkg syscall (darwin-amd64), const ENODATA = 96
  6277  pkg syscall (darwin-amd64), const ENODEV = 19
  6278  pkg syscall (darwin-amd64), const ENOEXEC = 8
  6279  pkg syscall (darwin-amd64), const ENOLCK = 77
  6280  pkg syscall (darwin-amd64), const ENOLINK = 97
  6281  pkg syscall (darwin-amd64), const ENOMEM = 12
  6282  pkg syscall (darwin-amd64), const ENOMSG = 91
  6283  pkg syscall (darwin-amd64), const ENOPOLICY = 103
  6284  pkg syscall (darwin-amd64), const ENOPROTOOPT = 42
  6285  pkg syscall (darwin-amd64), const ENOSPC = 28
  6286  pkg syscall (darwin-amd64), const ENOSR = 98
  6287  pkg syscall (darwin-amd64), const ENOSTR = 99
  6288  pkg syscall (darwin-amd64), const ENOSYS = 78
  6289  pkg syscall (darwin-amd64), const ENOTBLK = 15
  6290  pkg syscall (darwin-amd64), const ENOTCONN = 57
  6291  pkg syscall (darwin-amd64), const ENOTDIR = 20
  6292  pkg syscall (darwin-amd64), const ENOTEMPTY = 66
  6293  pkg syscall (darwin-amd64), const ENOTRECOVERABLE = 104
  6294  pkg syscall (darwin-amd64), const ENOTSOCK = 38
  6295  pkg syscall (darwin-amd64), const ENOTSUP = 45
  6296  pkg syscall (darwin-amd64), const ENOTTY = 25
  6297  pkg syscall (darwin-amd64), const ENXIO = 6
  6298  pkg syscall (darwin-amd64), const EOPNOTSUPP = 102
  6299  pkg syscall (darwin-amd64), const EOVERFLOW = 84
  6300  pkg syscall (darwin-amd64), const EOWNERDEAD = 105
  6301  pkg syscall (darwin-amd64), const EPERM = 1
  6302  pkg syscall (darwin-amd64), const EPFNOSUPPORT = 46
  6303  pkg syscall (darwin-amd64), const EPIPE = 32
  6304  pkg syscall (darwin-amd64), const EPROCLIM = 67
  6305  pkg syscall (darwin-amd64), const EPROCUNAVAIL = 76
  6306  pkg syscall (darwin-amd64), const EPROGMISMATCH = 75
  6307  pkg syscall (darwin-amd64), const EPROGUNAVAIL = 74
  6308  pkg syscall (darwin-amd64), const EPROTO = 100
  6309  pkg syscall (darwin-amd64), const EPROTONOSUPPORT = 43
  6310  pkg syscall (darwin-amd64), const EPROTOTYPE = 41
  6311  pkg syscall (darwin-amd64), const EPWROFF = 82
  6312  pkg syscall (darwin-amd64), const ERANGE = 34
  6313  pkg syscall (darwin-amd64), const EREMOTE = 71
  6314  pkg syscall (darwin-amd64), const EROFS = 30
  6315  pkg syscall (darwin-amd64), const ERPCMISMATCH = 73
  6316  pkg syscall (darwin-amd64), const ESHLIBVERS = 87
  6317  pkg syscall (darwin-amd64), const ESHUTDOWN = 58
  6318  pkg syscall (darwin-amd64), const ESOCKTNOSUPPORT = 44
  6319  pkg syscall (darwin-amd64), const ESPIPE = 29
  6320  pkg syscall (darwin-amd64), const ESRCH = 3
  6321  pkg syscall (darwin-amd64), const ESTALE = 70
  6322  pkg syscall (darwin-amd64), const ETIME = 101
  6323  pkg syscall (darwin-amd64), const ETIMEDOUT = 60
  6324  pkg syscall (darwin-amd64), const ETOOMANYREFS = 59
  6325  pkg syscall (darwin-amd64), const ETXTBSY = 26
  6326  pkg syscall (darwin-amd64), const EUSERS = 68
  6327  pkg syscall (darwin-amd64), const EVFILT_AIO = -3
  6328  pkg syscall (darwin-amd64), const EVFILT_FS = -9
  6329  pkg syscall (darwin-amd64), const EVFILT_MACHPORT = -8
  6330  pkg syscall (darwin-amd64), const EVFILT_PROC = -5
  6331  pkg syscall (darwin-amd64), const EVFILT_READ = -1
  6332  pkg syscall (darwin-amd64), const EVFILT_SIGNAL = -6
  6333  pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT = 12
  6334  pkg syscall (darwin-amd64), const EVFILT_THREADMARKER = 12
  6335  pkg syscall (darwin-amd64), const EVFILT_TIMER = -7
  6336  pkg syscall (darwin-amd64), const EVFILT_USER = -10
  6337  pkg syscall (darwin-amd64), const EVFILT_VM = -12
  6338  pkg syscall (darwin-amd64), const EVFILT_VNODE = -4
  6339  pkg syscall (darwin-amd64), const EVFILT_WRITE = -2
  6340  pkg syscall (darwin-amd64), const EV_ADD = 1
  6341  pkg syscall (darwin-amd64), const EV_CLEAR = 32
  6342  pkg syscall (darwin-amd64), const EV_DELETE = 2
  6343  pkg syscall (darwin-amd64), const EV_DISABLE = 8
  6344  pkg syscall (darwin-amd64), const EV_DISPATCH = 128
  6345  pkg syscall (darwin-amd64), const EV_ENABLE = 4
  6346  pkg syscall (darwin-amd64), const EV_EOF = 32768
  6347  pkg syscall (darwin-amd64), const EV_ERROR = 16384
  6348  pkg syscall (darwin-amd64), const EV_FLAG0 = 4096
  6349  pkg syscall (darwin-amd64), const EV_FLAG1 = 8192
  6350  pkg syscall (darwin-amd64), const EV_ONESHOT = 16
  6351  pkg syscall (darwin-amd64), const EV_OOBAND = 8192
  6352  pkg syscall (darwin-amd64), const EV_POLL = 4096
  6353  pkg syscall (darwin-amd64), const EV_RECEIPT = 64
  6354  pkg syscall (darwin-amd64), const EV_SYSFLAGS = 61440
  6355  pkg syscall (darwin-amd64), const EWOULDBLOCK = 35
  6356  pkg syscall (darwin-amd64), const EXDEV = 18
  6357  pkg syscall (darwin-amd64), const EXTA = 19200
  6358  pkg syscall (darwin-amd64), const EXTB = 38400
  6359  pkg syscall (darwin-amd64), const EXTPROC = 2048
  6360  pkg syscall (darwin-amd64), const FD_CLOEXEC = 1
  6361  pkg syscall (darwin-amd64), const FD_SETSIZE = 1024
  6362  pkg syscall (darwin-amd64), const FLUSHO = 8388608
  6363  pkg syscall (darwin-amd64), const FLUSHO ideal-int
  6364  pkg syscall (darwin-amd64), const F_ADDFILESIGS = 61
  6365  pkg syscall (darwin-amd64), const F_ADDSIGS = 59
  6366  pkg syscall (darwin-amd64), const F_ALLOCATEALL = 4
  6367  pkg syscall (darwin-amd64), const F_ALLOCATECONTIG = 2
  6368  pkg syscall (darwin-amd64), const F_CHKCLEAN = 41
  6369  pkg syscall (darwin-amd64), const F_DUPFD = 0
  6370  pkg syscall (darwin-amd64), const F_DUPFD_CLOEXEC = 67
  6371  pkg syscall (darwin-amd64), const F_FLUSH_DATA = 40
  6372  pkg syscall (darwin-amd64), const F_FREEZE_FS = 53
  6373  pkg syscall (darwin-amd64), const F_FULLFSYNC = 51
  6374  pkg syscall (darwin-amd64), const F_GETFD = 1
  6375  pkg syscall (darwin-amd64), const F_GETFL = 3
  6376  pkg syscall (darwin-amd64), const F_GETLK = 7
  6377  pkg syscall (darwin-amd64), const F_GETLKPID = 66
  6378  pkg syscall (darwin-amd64), const F_GETNOSIGPIPE = 74
  6379  pkg syscall (darwin-amd64), const F_GETOWN = 5
  6380  pkg syscall (darwin-amd64), const F_GETPATH = 50
  6381  pkg syscall (darwin-amd64), const F_GETPATH_MTMINFO = 71
  6382  pkg syscall (darwin-amd64), const F_GETPROTECTIONCLASS = 63
  6383  pkg syscall (darwin-amd64), const F_GLOBAL_NOCACHE = 55
  6384  pkg syscall (darwin-amd64), const F_LOG2PHYS = 49
  6385  pkg syscall (darwin-amd64), const F_LOG2PHYS_EXT = 65
  6386  pkg syscall (darwin-amd64), const F_MARKDEPENDENCY = 60
  6387  pkg syscall (darwin-amd64), const F_NOCACHE = 48
  6388  pkg syscall (darwin-amd64), const F_NODIRECT = 62
  6389  pkg syscall (darwin-amd64), const F_OK = 0
  6390  pkg syscall (darwin-amd64), const F_PATHPKG_CHECK = 52
  6391  pkg syscall (darwin-amd64), const F_PEOFPOSMODE = 3
  6392  pkg syscall (darwin-amd64), const F_PREALLOCATE = 42
  6393  pkg syscall (darwin-amd64), const F_RDADVISE = 44
  6394  pkg syscall (darwin-amd64), const F_RDAHEAD = 45
  6395  pkg syscall (darwin-amd64), const F_RDLCK = 1
  6396  pkg syscall (darwin-amd64), const F_READBOOTSTRAP = 46
  6397  pkg syscall (darwin-amd64), const F_SETBACKINGSTORE = 70
  6398  pkg syscall (darwin-amd64), const F_SETFD = 2
  6399  pkg syscall (darwin-amd64), const F_SETFL = 4
  6400  pkg syscall (darwin-amd64), const F_SETLK = 8
  6401  pkg syscall (darwin-amd64), const F_SETLKW = 9
  6402  pkg syscall (darwin-amd64), const F_SETNOSIGPIPE = 73
  6403  pkg syscall (darwin-amd64), const F_SETOWN = 6
  6404  pkg syscall (darwin-amd64), const F_SETPROTECTIONCLASS = 64
  6405  pkg syscall (darwin-amd64), const F_SETSIZE = 43
  6406  pkg syscall (darwin-amd64), const F_THAW_FS = 54
  6407  pkg syscall (darwin-amd64), const F_UNLCK = 2
  6408  pkg syscall (darwin-amd64), const F_VOLPOSMODE = 4
  6409  pkg syscall (darwin-amd64), const F_WRITEBOOTSTRAP = 47
  6410  pkg syscall (darwin-amd64), const F_WRLCK = 3
  6411  pkg syscall (darwin-amd64), const HUPCL = 16384
  6412  pkg syscall (darwin-amd64), const HUPCL ideal-int
  6413  pkg syscall (darwin-amd64), const ICANON = 256
  6414  pkg syscall (darwin-amd64), const ICANON ideal-int
  6415  pkg syscall (darwin-amd64), const ICRNL = 256
  6416  pkg syscall (darwin-amd64), const ICRNL ideal-int
  6417  pkg syscall (darwin-amd64), const IEXTEN = 1024
  6418  pkg syscall (darwin-amd64), const IEXTEN ideal-int
  6419  pkg syscall (darwin-amd64), const IFF_ALLMULTI = 512
  6420  pkg syscall (darwin-amd64), const IFF_ALTPHYS = 16384
  6421  pkg syscall (darwin-amd64), const IFF_DEBUG = 4
  6422  pkg syscall (darwin-amd64), const IFF_LINK0 = 4096
  6423  pkg syscall (darwin-amd64), const IFF_LINK1 = 8192
  6424  pkg syscall (darwin-amd64), const IFF_LINK2 = 16384
  6425  pkg syscall (darwin-amd64), const IFF_LOOPBACK = 8
  6426  pkg syscall (darwin-amd64), const IFF_MULTICAST = 32768
  6427  pkg syscall (darwin-amd64), const IFF_NOARP = 128
  6428  pkg syscall (darwin-amd64), const IFF_NOTRAILERS = 32
  6429  pkg syscall (darwin-amd64), const IFF_OACTIVE = 1024
  6430  pkg syscall (darwin-amd64), const IFF_POINTOPOINT = 16
  6431  pkg syscall (darwin-amd64), const IFF_PROMISC = 256
  6432  pkg syscall (darwin-amd64), const IFF_RUNNING = 64
  6433  pkg syscall (darwin-amd64), const IFF_SIMPLEX = 2048
  6434  pkg syscall (darwin-amd64), const IFNAMSIZ = 16
  6435  pkg syscall (darwin-amd64), const IFT_1822 = 2
  6436  pkg syscall (darwin-amd64), const IFT_AAL5 = 49
  6437  pkg syscall (darwin-amd64), const IFT_ARCNET = 35
  6438  pkg syscall (darwin-amd64), const IFT_ARCNETPLUS = 36
  6439  pkg syscall (darwin-amd64), const IFT_ATM = 37
  6440  pkg syscall (darwin-amd64), const IFT_BRIDGE = 209
  6441  pkg syscall (darwin-amd64), const IFT_CARP = 248
  6442  pkg syscall (darwin-amd64), const IFT_CELLULAR = 255
  6443  pkg syscall (darwin-amd64), const IFT_CEPT = 19
  6444  pkg syscall (darwin-amd64), const IFT_DS3 = 30
  6445  pkg syscall (darwin-amd64), const IFT_ENC = 244
  6446  pkg syscall (darwin-amd64), const IFT_EON = 25
  6447  pkg syscall (darwin-amd64), const IFT_ETHER = 6
  6448  pkg syscall (darwin-amd64), const IFT_FAITH = 56
  6449  pkg syscall (darwin-amd64), const IFT_FDDI = 15
  6450  pkg syscall (darwin-amd64), const IFT_FRELAY = 32
  6451  pkg syscall (darwin-amd64), const IFT_FRELAYDCE = 44
  6452  pkg syscall (darwin-amd64), const IFT_GIF = 55
  6453  pkg syscall (darwin-amd64), const IFT_HDH1822 = 3
  6454  pkg syscall (darwin-amd64), const IFT_HIPPI = 47
  6455  pkg syscall (darwin-amd64), const IFT_HSSI = 46
  6456  pkg syscall (darwin-amd64), const IFT_HY = 14
  6457  pkg syscall (darwin-amd64), const IFT_IEEE1394 = 144
  6458  pkg syscall (darwin-amd64), const IFT_IEEE8023ADLAG = 136
  6459  pkg syscall (darwin-amd64), const IFT_ISDNBASIC = 20
  6460  pkg syscall (darwin-amd64), const IFT_ISDNPRIMARY = 21
  6461  pkg syscall (darwin-amd64), const IFT_ISO88022LLC = 41
  6462  pkg syscall (darwin-amd64), const IFT_ISO88023 = 7
  6463  pkg syscall (darwin-amd64), const IFT_ISO88024 = 8
  6464  pkg syscall (darwin-amd64), const IFT_ISO88025 = 9
  6465  pkg syscall (darwin-amd64), const IFT_ISO88026 = 10
  6466  pkg syscall (darwin-amd64), const IFT_L2VLAN = 135
  6467  pkg syscall (darwin-amd64), const IFT_LAPB = 16
  6468  pkg syscall (darwin-amd64), const IFT_LOCALTALK = 42
  6469  pkg syscall (darwin-amd64), const IFT_LOOP = 24
  6470  pkg syscall (darwin-amd64), const IFT_MIOX25 = 38
  6471  pkg syscall (darwin-amd64), const IFT_MODEM = 48
  6472  pkg syscall (darwin-amd64), const IFT_NSIP = 27
  6473  pkg syscall (darwin-amd64), const IFT_OTHER = 1
  6474  pkg syscall (darwin-amd64), const IFT_P10 = 12
  6475  pkg syscall (darwin-amd64), const IFT_P80 = 13
  6476  pkg syscall (darwin-amd64), const IFT_PARA = 34
  6477  pkg syscall (darwin-amd64), const IFT_PDP = 255
  6478  pkg syscall (darwin-amd64), const IFT_PFLOG = 245
  6479  pkg syscall (darwin-amd64), const IFT_PFSYNC = 246
  6480  pkg syscall (darwin-amd64), const IFT_PPP = 23
  6481  pkg syscall (darwin-amd64), const IFT_PROPMUX = 54
  6482  pkg syscall (darwin-amd64), const IFT_PROPVIRTUAL = 53
  6483  pkg syscall (darwin-amd64), const IFT_PTPSERIAL = 22
  6484  pkg syscall (darwin-amd64), const IFT_RS232 = 33
  6485  pkg syscall (darwin-amd64), const IFT_SDLC = 17
  6486  pkg syscall (darwin-amd64), const IFT_SIP = 31
  6487  pkg syscall (darwin-amd64), const IFT_SLIP = 28
  6488  pkg syscall (darwin-amd64), const IFT_SMDSDXI = 43
  6489  pkg syscall (darwin-amd64), const IFT_SMDSICIP = 52
  6490  pkg syscall (darwin-amd64), const IFT_SONET = 39
  6491  pkg syscall (darwin-amd64), const IFT_SONETPATH = 50
  6492  pkg syscall (darwin-amd64), const IFT_SONETVT = 51
  6493  pkg syscall (darwin-amd64), const IFT_STARLAN = 11
  6494  pkg syscall (darwin-amd64), const IFT_STF = 57
  6495  pkg syscall (darwin-amd64), const IFT_T1 = 18
  6496  pkg syscall (darwin-amd64), const IFT_ULTRA = 29
  6497  pkg syscall (darwin-amd64), const IFT_V35 = 45
  6498  pkg syscall (darwin-amd64), const IFT_X25 = 5
  6499  pkg syscall (darwin-amd64), const IFT_X25DDN = 4
  6500  pkg syscall (darwin-amd64), const IFT_X25PLE = 40
  6501  pkg syscall (darwin-amd64), const IFT_XETHER = 26
  6502  pkg syscall (darwin-amd64), const IGNBRK = 1
  6503  pkg syscall (darwin-amd64), const IGNBRK ideal-int
  6504  pkg syscall (darwin-amd64), const IGNCR = 128
  6505  pkg syscall (darwin-amd64), const IGNCR ideal-int
  6506  pkg syscall (darwin-amd64), const IGNPAR = 4
  6507  pkg syscall (darwin-amd64), const IGNPAR ideal-int
  6508  pkg syscall (darwin-amd64), const IMAXBEL = 8192
  6509  pkg syscall (darwin-amd64), const IMAXBEL ideal-int
  6510  pkg syscall (darwin-amd64), const INLCR = 64
  6511  pkg syscall (darwin-amd64), const INLCR ideal-int
  6512  pkg syscall (darwin-amd64), const INPCK = 16
  6513  pkg syscall (darwin-amd64), const INPCK ideal-int
  6514  pkg syscall (darwin-amd64), const IN_CLASSA_HOST = 16777215
  6515  pkg syscall (darwin-amd64), const IN_CLASSA_MAX = 128
  6516  pkg syscall (darwin-amd64), const IN_CLASSA_NET = 4278190080
  6517  pkg syscall (darwin-amd64), const IN_CLASSA_NSHIFT = 24
  6518  pkg syscall (darwin-amd64), const IN_CLASSB_HOST = 65535
  6519  pkg syscall (darwin-amd64), const IN_CLASSB_MAX = 65536
  6520  pkg syscall (darwin-amd64), const IN_CLASSB_NET = 4294901760
  6521  pkg syscall (darwin-amd64), const IN_CLASSB_NSHIFT = 16
  6522  pkg syscall (darwin-amd64), const IN_CLASSC_HOST = 255
  6523  pkg syscall (darwin-amd64), const IN_CLASSC_NET = 4294967040
  6524  pkg syscall (darwin-amd64), const IN_CLASSC_NSHIFT = 8
  6525  pkg syscall (darwin-amd64), const IN_CLASSD_HOST = 268435455
  6526  pkg syscall (darwin-amd64), const IN_CLASSD_NET = 4026531840
  6527  pkg syscall (darwin-amd64), const IN_CLASSD_NSHIFT = 28
  6528  pkg syscall (darwin-amd64), const IN_LINKLOCALNETNUM = 2851995648
  6529  pkg syscall (darwin-amd64), const IN_LOOPBACKNET = 127
  6530  pkg syscall (darwin-amd64), const IPPROTO_3PC = 34
  6531  pkg syscall (darwin-amd64), const IPPROTO_ADFS = 68
  6532  pkg syscall (darwin-amd64), const IPPROTO_AH = 51
  6533  pkg syscall (darwin-amd64), const IPPROTO_AHIP = 61
  6534  pkg syscall (darwin-amd64), const IPPROTO_APES = 99
  6535  pkg syscall (darwin-amd64), const IPPROTO_ARGUS = 13
  6536  pkg syscall (darwin-amd64), const IPPROTO_AX25 = 93
  6537  pkg syscall (darwin-amd64), const IPPROTO_BHA = 49
  6538  pkg syscall (darwin-amd64), const IPPROTO_BLT = 30
  6539  pkg syscall (darwin-amd64), const IPPROTO_BRSATMON = 76
  6540  pkg syscall (darwin-amd64), const IPPROTO_CFTP = 62
  6541  pkg syscall (darwin-amd64), const IPPROTO_CHAOS = 16
  6542  pkg syscall (darwin-amd64), const IPPROTO_CMTP = 38
  6543  pkg syscall (darwin-amd64), const IPPROTO_CPHB = 73
  6544  pkg syscall (darwin-amd64), const IPPROTO_CPNX = 72
  6545  pkg syscall (darwin-amd64), const IPPROTO_DDP = 37
  6546  pkg syscall (darwin-amd64), const IPPROTO_DGP = 86
  6547  pkg syscall (darwin-amd64), const IPPROTO_DIVERT = 254
  6548  pkg syscall (darwin-amd64), const IPPROTO_DONE = 257
  6549  pkg syscall (darwin-amd64), const IPPROTO_DSTOPTS = 60
  6550  pkg syscall (darwin-amd64), const IPPROTO_EGP = 8
  6551  pkg syscall (darwin-amd64), const IPPROTO_EMCON = 14
  6552  pkg syscall (darwin-amd64), const IPPROTO_ENCAP = 98
  6553  pkg syscall (darwin-amd64), const IPPROTO_EON = 80
  6554  pkg syscall (darwin-amd64), const IPPROTO_ESP = 50
  6555  pkg syscall (darwin-amd64), const IPPROTO_ETHERIP = 97
  6556  pkg syscall (darwin-amd64), const IPPROTO_FRAGMENT = 44
  6557  pkg syscall (darwin-amd64), const IPPROTO_GGP = 3
  6558  pkg syscall (darwin-amd64), const IPPROTO_GMTP = 100
  6559  pkg syscall (darwin-amd64), const IPPROTO_GRE = 47
  6560  pkg syscall (darwin-amd64), const IPPROTO_HELLO = 63
  6561  pkg syscall (darwin-amd64), const IPPROTO_HMP = 20
  6562  pkg syscall (darwin-amd64), const IPPROTO_HOPOPTS = 0
  6563  pkg syscall (darwin-amd64), const IPPROTO_ICMP = 1
  6564  pkg syscall (darwin-amd64), const IPPROTO_ICMPV6 = 58
  6565  pkg syscall (darwin-amd64), const IPPROTO_IDP = 22
  6566  pkg syscall (darwin-amd64), const IPPROTO_IDPR = 35
  6567  pkg syscall (darwin-amd64), const IPPROTO_IDRP = 45
  6568  pkg syscall (darwin-amd64), const IPPROTO_IGMP = 2
  6569  pkg syscall (darwin-amd64), const IPPROTO_IGP = 85
  6570  pkg syscall (darwin-amd64), const IPPROTO_IGRP = 88
  6571  pkg syscall (darwin-amd64), const IPPROTO_IL = 40
  6572  pkg syscall (darwin-amd64), const IPPROTO_INLSP = 52
  6573  pkg syscall (darwin-amd64), const IPPROTO_INP = 32
  6574  pkg syscall (darwin-amd64), const IPPROTO_IPCOMP = 108
  6575  pkg syscall (darwin-amd64), const IPPROTO_IPCV = 71
  6576  pkg syscall (darwin-amd64), const IPPROTO_IPEIP = 94
  6577  pkg syscall (darwin-amd64), const IPPROTO_IPIP = 4
  6578  pkg syscall (darwin-amd64), const IPPROTO_IPPC = 67
  6579  pkg syscall (darwin-amd64), const IPPROTO_IPV4 = 4
  6580  pkg syscall (darwin-amd64), const IPPROTO_IRTP = 28
  6581  pkg syscall (darwin-amd64), const IPPROTO_KRYPTOLAN = 65
  6582  pkg syscall (darwin-amd64), const IPPROTO_LARP = 91
  6583  pkg syscall (darwin-amd64), const IPPROTO_LEAF1 = 25
  6584  pkg syscall (darwin-amd64), const IPPROTO_LEAF2 = 26
  6585  pkg syscall (darwin-amd64), const IPPROTO_MAX = 256
  6586  pkg syscall (darwin-amd64), const IPPROTO_MAXID = 52
  6587  pkg syscall (darwin-amd64), const IPPROTO_MEAS = 19
  6588  pkg syscall (darwin-amd64), const IPPROTO_MHRP = 48
  6589  pkg syscall (darwin-amd64), const IPPROTO_MICP = 95
  6590  pkg syscall (darwin-amd64), const IPPROTO_MTP = 92
  6591  pkg syscall (darwin-amd64), const IPPROTO_MUX = 18
  6592  pkg syscall (darwin-amd64), const IPPROTO_ND = 77
  6593  pkg syscall (darwin-amd64), const IPPROTO_NHRP = 54
  6594  pkg syscall (darwin-amd64), const IPPROTO_NONE = 59
  6595  pkg syscall (darwin-amd64), const IPPROTO_NSP = 31
  6596  pkg syscall (darwin-amd64), const IPPROTO_NVPII = 11
  6597  pkg syscall (darwin-amd64), const IPPROTO_OSPFIGP = 89
  6598  pkg syscall (darwin-amd64), const IPPROTO_PGM = 113
  6599  pkg syscall (darwin-amd64), const IPPROTO_PIGP = 9
  6600  pkg syscall (darwin-amd64), const IPPROTO_PIM = 103
  6601  pkg syscall (darwin-amd64), const IPPROTO_PRM = 21
  6602  pkg syscall (darwin-amd64), const IPPROTO_PUP = 12
  6603  pkg syscall (darwin-amd64), const IPPROTO_PVP = 75
  6604  pkg syscall (darwin-amd64), const IPPROTO_RAW = 255
  6605  pkg syscall (darwin-amd64), const IPPROTO_RCCMON = 10
  6606  pkg syscall (darwin-amd64), const IPPROTO_RDP = 27
  6607  pkg syscall (darwin-amd64), const IPPROTO_ROUTING = 43
  6608  pkg syscall (darwin-amd64), const IPPROTO_RSVP = 46
  6609  pkg syscall (darwin-amd64), const IPPROTO_RVD = 66
  6610  pkg syscall (darwin-amd64), const IPPROTO_SATEXPAK = 64
  6611  pkg syscall (darwin-amd64), const IPPROTO_SATMON = 69
  6612  pkg syscall (darwin-amd64), const IPPROTO_SCCSP = 96
  6613  pkg syscall (darwin-amd64), const IPPROTO_SCTP = 132
  6614  pkg syscall (darwin-amd64), const IPPROTO_SDRP = 42
  6615  pkg syscall (darwin-amd64), const IPPROTO_SEP = 33
  6616  pkg syscall (darwin-amd64), const IPPROTO_SRPC = 90
  6617  pkg syscall (darwin-amd64), const IPPROTO_ST = 7
  6618  pkg syscall (darwin-amd64), const IPPROTO_SVMTP = 82
  6619  pkg syscall (darwin-amd64), const IPPROTO_SWIPE = 53
  6620  pkg syscall (darwin-amd64), const IPPROTO_TCF = 87
  6621  pkg syscall (darwin-amd64), const IPPROTO_TP = 29
  6622  pkg syscall (darwin-amd64), const IPPROTO_TPXX = 39
  6623  pkg syscall (darwin-amd64), const IPPROTO_TRUNK1 = 23
  6624  pkg syscall (darwin-amd64), const IPPROTO_TRUNK2 = 24
  6625  pkg syscall (darwin-amd64), const IPPROTO_TTP = 84
  6626  pkg syscall (darwin-amd64), const IPPROTO_VINES = 83
  6627  pkg syscall (darwin-amd64), const IPPROTO_VISA = 70
  6628  pkg syscall (darwin-amd64), const IPPROTO_VMTP = 81
  6629  pkg syscall (darwin-amd64), const IPPROTO_WBEXPAK = 79
  6630  pkg syscall (darwin-amd64), const IPPROTO_WBMON = 78
  6631  pkg syscall (darwin-amd64), const IPPROTO_WSN = 74
  6632  pkg syscall (darwin-amd64), const IPPROTO_XNET = 15
  6633  pkg syscall (darwin-amd64), const IPPROTO_XTP = 36
  6634  pkg syscall (darwin-amd64), const IPV6_2292DSTOPTS = 23
  6635  pkg syscall (darwin-amd64), const IPV6_2292HOPLIMIT = 20
  6636  pkg syscall (darwin-amd64), const IPV6_2292HOPOPTS = 22
  6637  pkg syscall (darwin-amd64), const IPV6_2292NEXTHOP = 21
  6638  pkg syscall (darwin-amd64), const IPV6_2292PKTINFO = 19
  6639  pkg syscall (darwin-amd64), const IPV6_2292PKTOPTIONS = 25
  6640  pkg syscall (darwin-amd64), const IPV6_2292RTHDR = 24
  6641  pkg syscall (darwin-amd64), const IPV6_BINDV6ONLY = 27
  6642  pkg syscall (darwin-amd64), const IPV6_BOUND_IF = 125
  6643  pkg syscall (darwin-amd64), const IPV6_CHECKSUM = 26
  6644  pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  6645  pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  6646  pkg syscall (darwin-amd64), const IPV6_DEFHLIM = 64
  6647  pkg syscall (darwin-amd64), const IPV6_FAITH = 29
  6648  pkg syscall (darwin-amd64), const IPV6_FLOWINFO_MASK = 4294967055
  6649  pkg syscall (darwin-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
  6650  pkg syscall (darwin-amd64), const IPV6_FRAGTTL = 120
  6651  pkg syscall (darwin-amd64), const IPV6_FW_ADD = 30
  6652  pkg syscall (darwin-amd64), const IPV6_FW_DEL = 31
  6653  pkg syscall (darwin-amd64), const IPV6_FW_FLUSH = 32
  6654  pkg syscall (darwin-amd64), const IPV6_FW_GET = 34
  6655  pkg syscall (darwin-amd64), const IPV6_FW_ZERO = 33
  6656  pkg syscall (darwin-amd64), const IPV6_HLIMDEC = 1
  6657  pkg syscall (darwin-amd64), const IPV6_IPSEC_POLICY = 28
  6658  pkg syscall (darwin-amd64), const IPV6_JOIN_GROUP = 12
  6659  pkg syscall (darwin-amd64), const IPV6_LEAVE_GROUP = 13
  6660  pkg syscall (darwin-amd64), const IPV6_MAXHLIM = 255
  6661  pkg syscall (darwin-amd64), const IPV6_MAXOPTHDR = 2048
  6662  pkg syscall (darwin-amd64), const IPV6_MAXPACKET = 65535
  6663  pkg syscall (darwin-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
  6664  pkg syscall (darwin-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
  6665  pkg syscall (darwin-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
  6666  pkg syscall (darwin-amd64), const IPV6_MIN_MEMBERSHIPS = 31
  6667  pkg syscall (darwin-amd64), const IPV6_MMTU = 1280
  6668  pkg syscall (darwin-amd64), const IPV6_MULTICAST_HOPS = 10
  6669  pkg syscall (darwin-amd64), const IPV6_MULTICAST_IF = 9
  6670  pkg syscall (darwin-amd64), const IPV6_MULTICAST_LOOP = 11
  6671  pkg syscall (darwin-amd64), const IPV6_PORTRANGE = 14
  6672  pkg syscall (darwin-amd64), const IPV6_PORTRANGE_DEFAULT = 0
  6673  pkg syscall (darwin-amd64), const IPV6_PORTRANGE_HIGH = 1
  6674  pkg syscall (darwin-amd64), const IPV6_PORTRANGE_LOW = 2
  6675  pkg syscall (darwin-amd64), const IPV6_RECVTCLASS = 35
  6676  pkg syscall (darwin-amd64), const IPV6_RTHDR_LOOSE = 0
  6677  pkg syscall (darwin-amd64), const IPV6_RTHDR_STRICT = 1
  6678  pkg syscall (darwin-amd64), const IPV6_RTHDR_TYPE_0 = 0
  6679  pkg syscall (darwin-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
  6680  pkg syscall (darwin-amd64), const IPV6_TCLASS = 36
  6681  pkg syscall (darwin-amd64), const IPV6_UNICAST_HOPS = 4
  6682  pkg syscall (darwin-amd64), const IPV6_V6ONLY = 27
  6683  pkg syscall (darwin-amd64), const IPV6_VERSION = 96
  6684  pkg syscall (darwin-amd64), const IPV6_VERSION_MASK = 240
  6685  pkg syscall (darwin-amd64), const IP_ADD_MEMBERSHIP = 12
  6686  pkg syscall (darwin-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
  6687  pkg syscall (darwin-amd64), const IP_BLOCK_SOURCE = 72
  6688  pkg syscall (darwin-amd64), const IP_BOUND_IF = 25
  6689  pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
  6690  pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
  6691  pkg syscall (darwin-amd64), const IP_DF = 16384
  6692  pkg syscall (darwin-amd64), const IP_DROP_MEMBERSHIP = 13
  6693  pkg syscall (darwin-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
  6694  pkg syscall (darwin-amd64), const IP_DUMMYNET_CONFIGURE = 60
  6695  pkg syscall (darwin-amd64), const IP_DUMMYNET_DEL = 61
  6696  pkg syscall (darwin-amd64), const IP_DUMMYNET_FLUSH = 62
  6697  pkg syscall (darwin-amd64), const IP_DUMMYNET_GET = 64
  6698  pkg syscall (darwin-amd64), const IP_FAITH = 22
  6699  pkg syscall (darwin-amd64), const IP_FW_ADD = 40
  6700  pkg syscall (darwin-amd64), const IP_FW_DEL = 41
  6701  pkg syscall (darwin-amd64), const IP_FW_FLUSH = 42
  6702  pkg syscall (darwin-amd64), const IP_FW_GET = 44
  6703  pkg syscall (darwin-amd64), const IP_FW_RESETLOG = 45
  6704  pkg syscall (darwin-amd64), const IP_FW_ZERO = 43
  6705  pkg syscall (darwin-amd64), const IP_HDRINCL = 2
  6706  pkg syscall (darwin-amd64), const IP_IPSEC_POLICY = 21
  6707  pkg syscall (darwin-amd64), const IP_MAXPACKET = 65535
  6708  pkg syscall (darwin-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
  6709  pkg syscall (darwin-amd64), const IP_MAX_MEMBERSHIPS = 4095
  6710  pkg syscall (darwin-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
  6711  pkg syscall (darwin-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
  6712  pkg syscall (darwin-amd64), const IP_MF = 8192
  6713  pkg syscall (darwin-amd64), const IP_MIN_MEMBERSHIPS = 31
  6714  pkg syscall (darwin-amd64), const IP_MSFILTER = 74
  6715  pkg syscall (darwin-amd64), const IP_MSS = 576
  6716  pkg syscall (darwin-amd64), const IP_MULTICAST_IF = 9
  6717  pkg syscall (darwin-amd64), const IP_MULTICAST_IFINDEX = 66
  6718  pkg syscall (darwin-amd64), const IP_MULTICAST_LOOP = 11
  6719  pkg syscall (darwin-amd64), const IP_MULTICAST_TTL = 10
  6720  pkg syscall (darwin-amd64), const IP_MULTICAST_VIF = 14
  6721  pkg syscall (darwin-amd64), const IP_NAT__XXX = 55
  6722  pkg syscall (darwin-amd64), const IP_OFFMASK = 8191
  6723  pkg syscall (darwin-amd64), const IP_OLD_FW_ADD = 50
  6724  pkg syscall (darwin-amd64), const IP_OLD_FW_DEL = 51
  6725  pkg syscall (darwin-amd64), const IP_OLD_FW_FLUSH = 52
  6726  pkg syscall (darwin-amd64), const IP_OLD_FW_GET = 54
  6727  pkg syscall (darwin-amd64), const IP_OLD_FW_RESETLOG = 56
  6728  pkg syscall (darwin-amd64), const IP_OLD_FW_ZERO = 53
  6729  pkg syscall (darwin-amd64), const IP_OPTIONS = 1
  6730  pkg syscall (darwin-amd64), const IP_PKTINFO = 26
  6731  pkg syscall (darwin-amd64), const IP_PORTRANGE = 19
  6732  pkg syscall (darwin-amd64), const IP_PORTRANGE_DEFAULT = 0
  6733  pkg syscall (darwin-amd64), const IP_PORTRANGE_HIGH = 1
  6734  pkg syscall (darwin-amd64), const IP_PORTRANGE_LOW = 2
  6735  pkg syscall (darwin-amd64), const IP_RECVDSTADDR = 7
  6736  pkg syscall (darwin-amd64), const IP_RECVIF = 20
  6737  pkg syscall (darwin-amd64), const IP_RECVOPTS = 5
  6738  pkg syscall (darwin-amd64), const IP_RECVPKTINFO = 26
  6739  pkg syscall (darwin-amd64), const IP_RECVRETOPTS = 6
  6740  pkg syscall (darwin-amd64), const IP_RECVTTL = 24
  6741  pkg syscall (darwin-amd64), const IP_RETOPTS = 8
  6742  pkg syscall (darwin-amd64), const IP_RF = 32768
  6743  pkg syscall (darwin-amd64), const IP_RSVP_OFF = 16
  6744  pkg syscall (darwin-amd64), const IP_RSVP_ON = 15
  6745  pkg syscall (darwin-amd64), const IP_RSVP_VIF_OFF = 18
  6746  pkg syscall (darwin-amd64), const IP_RSVP_VIF_ON = 17
  6747  pkg syscall (darwin-amd64), const IP_STRIPHDR = 23
  6748  pkg syscall (darwin-amd64), const IP_TOS = 3
  6749  pkg syscall (darwin-amd64), const IP_TRAFFIC_MGT_BACKGROUND = 65
  6750  pkg syscall (darwin-amd64), const IP_TTL = 4
  6751  pkg syscall (darwin-amd64), const IP_UNBLOCK_SOURCE = 73
  6752  pkg syscall (darwin-amd64), const ISIG = 128
  6753  pkg syscall (darwin-amd64), const ISIG ideal-int
  6754  pkg syscall (darwin-amd64), const ISTRIP = 32
  6755  pkg syscall (darwin-amd64), const ISTRIP ideal-int
  6756  pkg syscall (darwin-amd64), const IUTF8 = 16384
  6757  pkg syscall (darwin-amd64), const IUTF8 ideal-int
  6758  pkg syscall (darwin-amd64), const IXANY = 2048
  6759  pkg syscall (darwin-amd64), const IXANY ideal-int
  6760  pkg syscall (darwin-amd64), const IXOFF = 1024
  6761  pkg syscall (darwin-amd64), const IXOFF ideal-int
  6762  pkg syscall (darwin-amd64), const IXON = 512
  6763  pkg syscall (darwin-amd64), const IXON ideal-int
  6764  pkg syscall (darwin-amd64), const ImplementsGetwd = false
  6765  pkg syscall (darwin-amd64), const LOCK_EX = 2
  6766  pkg syscall (darwin-amd64), const LOCK_NB = 4
  6767  pkg syscall (darwin-amd64), const LOCK_SH = 1
  6768  pkg syscall (darwin-amd64), const LOCK_UN = 8
  6769  pkg syscall (darwin-amd64), const MADV_CAN_REUSE = 9
  6770  pkg syscall (darwin-amd64), const MADV_DONTNEED = 4
  6771  pkg syscall (darwin-amd64), const MADV_FREE = 5
  6772  pkg syscall (darwin-amd64), const MADV_FREE_REUSABLE = 7
  6773  pkg syscall (darwin-amd64), const MADV_FREE_REUSE = 8
  6774  pkg syscall (darwin-amd64), const MADV_NORMAL = 0
  6775  pkg syscall (darwin-amd64), const MADV_RANDOM = 1
  6776  pkg syscall (darwin-amd64), const MADV_SEQUENTIAL = 2
  6777  pkg syscall (darwin-amd64), const MADV_WILLNEED = 3
  6778  pkg syscall (darwin-amd64), const MADV_ZERO_WIRED_PAGES = 6
  6779  pkg syscall (darwin-amd64), const MAP_ANON = 4096
  6780  pkg syscall (darwin-amd64), const MAP_COPY = 2
  6781  pkg syscall (darwin-amd64), const MAP_FILE = 0
  6782  pkg syscall (darwin-amd64), const MAP_FIXED = 16
  6783  pkg syscall (darwin-amd64), const MAP_HASSEMAPHORE = 512
  6784  pkg syscall (darwin-amd64), const MAP_JIT = 2048
  6785  pkg syscall (darwin-amd64), const MAP_NOCACHE = 1024
  6786  pkg syscall (darwin-amd64), const MAP_NOEXTEND = 256
  6787  pkg syscall (darwin-amd64), const MAP_NORESERVE = 64
  6788  pkg syscall (darwin-amd64), const MAP_PRIVATE = 2
  6789  pkg syscall (darwin-amd64), const MAP_RENAME = 32
  6790  pkg syscall (darwin-amd64), const MAP_RESERVED0080 = 128
  6791  pkg syscall (darwin-amd64), const MAP_SHARED = 1
  6792  pkg syscall (darwin-amd64), const MCL_CURRENT = 1
  6793  pkg syscall (darwin-amd64), const MCL_FUTURE = 2
  6794  pkg syscall (darwin-amd64), const MSG_CTRUNC = 32
  6795  pkg syscall (darwin-amd64), const MSG_DONTROUTE = 4
  6796  pkg syscall (darwin-amd64), const MSG_DONTWAIT = 128
  6797  pkg syscall (darwin-amd64), const MSG_EOF = 256
  6798  pkg syscall (darwin-amd64), const MSG_EOR = 8
  6799  pkg syscall (darwin-amd64), const MSG_FLUSH = 1024
  6800  pkg syscall (darwin-amd64), const MSG_HAVEMORE = 8192
  6801  pkg syscall (darwin-amd64), const MSG_HOLD = 2048
  6802  pkg syscall (darwin-amd64), const MSG_NEEDSA = 65536
  6803  pkg syscall (darwin-amd64), const MSG_OOB = 1
  6804  pkg syscall (darwin-amd64), const MSG_PEEK = 2
  6805  pkg syscall (darwin-amd64), const MSG_RCVMORE = 16384
  6806  pkg syscall (darwin-amd64), const MSG_SEND = 4096
  6807  pkg syscall (darwin-amd64), const MSG_TRUNC = 16
  6808  pkg syscall (darwin-amd64), const MSG_WAITALL = 64
  6809  pkg syscall (darwin-amd64), const MSG_WAITSTREAM = 512
  6810  pkg syscall (darwin-amd64), const MS_ASYNC = 1
  6811  pkg syscall (darwin-amd64), const MS_DEACTIVATE = 8
  6812  pkg syscall (darwin-amd64), const MS_INVALIDATE = 2
  6813  pkg syscall (darwin-amd64), const MS_KILLPAGES = 4
  6814  pkg syscall (darwin-amd64), const MS_SYNC = 16
  6815  pkg syscall (darwin-amd64), const NAME_MAX = 255
  6816  pkg syscall (darwin-amd64), const NET_RT_DUMP = 1
  6817  pkg syscall (darwin-amd64), const NET_RT_DUMP2 = 7
  6818  pkg syscall (darwin-amd64), const NET_RT_FLAGS = 2
  6819  pkg syscall (darwin-amd64), const NET_RT_IFLIST = 3
  6820  pkg syscall (darwin-amd64), const NET_RT_IFLIST2 = 6
  6821  pkg syscall (darwin-amd64), const NET_RT_MAXID = 10
  6822  pkg syscall (darwin-amd64), const NET_RT_STAT = 4
  6823  pkg syscall (darwin-amd64), const NET_RT_TRASH = 5
  6824  pkg syscall (darwin-amd64), const NOFLSH = 2147483648
  6825  pkg syscall (darwin-amd64), const NOFLSH ideal-int
  6826  pkg syscall (darwin-amd64), const NOTE_ABSOLUTE = 8
  6827  pkg syscall (darwin-amd64), const NOTE_ATTRIB = 8
  6828  pkg syscall (darwin-amd64), const NOTE_CHILD = 4
  6829  pkg syscall (darwin-amd64), const NOTE_DELETE = 1
  6830  pkg syscall (darwin-amd64), const NOTE_EXEC = 536870912
  6831  pkg syscall (darwin-amd64), const NOTE_EXIT = 2147483648
  6832  pkg syscall (darwin-amd64), const NOTE_EXITSTATUS = 67108864
  6833  pkg syscall (darwin-amd64), const NOTE_EXTEND = 4
  6834  pkg syscall (darwin-amd64), const NOTE_FFAND = 1073741824
  6835  pkg syscall (darwin-amd64), const NOTE_FFCOPY = 3221225472
  6836  pkg syscall (darwin-amd64), const NOTE_FFCTRLMASK = 3221225472
  6837  pkg syscall (darwin-amd64), const NOTE_FFLAGSMASK = 16777215
  6838  pkg syscall (darwin-amd64), const NOTE_FFNOP = 0
  6839  pkg syscall (darwin-amd64), const NOTE_FFOR = 2147483648
  6840  pkg syscall (darwin-amd64), const NOTE_FORK = 1073741824
  6841  pkg syscall (darwin-amd64), const NOTE_LINK = 16
  6842  pkg syscall (darwin-amd64), const NOTE_LOWAT = 1
  6843  pkg syscall (darwin-amd64), const NOTE_NONE = 128
  6844  pkg syscall (darwin-amd64), const NOTE_NSECONDS = 4
  6845  pkg syscall (darwin-amd64), const NOTE_PCTRLMASK = -1048576
  6846  pkg syscall (darwin-amd64), const NOTE_PDATAMASK = 1048575
  6847  pkg syscall (darwin-amd64), const NOTE_REAP = 268435456
  6848  pkg syscall (darwin-amd64), const NOTE_RENAME = 32
  6849  pkg syscall (darwin-amd64), const NOTE_RESOURCEEND = 33554432
  6850  pkg syscall (darwin-amd64), const NOTE_REVOKE = 64
  6851  pkg syscall (darwin-amd64), const NOTE_SECONDS = 1
  6852  pkg syscall (darwin-amd64), const NOTE_SIGNAL = 134217728
  6853  pkg syscall (darwin-amd64), const NOTE_TRACK = 1
  6854  pkg syscall (darwin-amd64), const NOTE_TRACKERR = 2
  6855  pkg syscall (darwin-amd64), const NOTE_TRIGGER = 16777216
  6856  pkg syscall (darwin-amd64), const NOTE_USECONDS = 2
  6857  pkg syscall (darwin-amd64), const NOTE_VM_ERROR = 268435456
  6858  pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE = 2147483648
  6859  pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  6860  pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  6861  pkg syscall (darwin-amd64), const NOTE_WRITE = 2
  6862  pkg syscall (darwin-amd64), const OCRNL = 16
  6863  pkg syscall (darwin-amd64), const OCRNL ideal-int
  6864  pkg syscall (darwin-amd64), const OFDEL = 131072
  6865  pkg syscall (darwin-amd64), const OFDEL ideal-int
  6866  pkg syscall (darwin-amd64), const OFILL = 128
  6867  pkg syscall (darwin-amd64), const OFILL ideal-int
  6868  pkg syscall (darwin-amd64), const ONLCR = 2
  6869  pkg syscall (darwin-amd64), const ONLCR ideal-int
  6870  pkg syscall (darwin-amd64), const ONLRET = 64
  6871  pkg syscall (darwin-amd64), const ONLRET ideal-int
  6872  pkg syscall (darwin-amd64), const ONOCR = 32
  6873  pkg syscall (darwin-amd64), const ONOCR ideal-int
  6874  pkg syscall (darwin-amd64), const ONOEOT = 8
  6875  pkg syscall (darwin-amd64), const ONOEOT ideal-int
  6876  pkg syscall (darwin-amd64), const OPOST = 1
  6877  pkg syscall (darwin-amd64), const OPOST ideal-int
  6878  pkg syscall (darwin-amd64), const O_ACCMODE = 3
  6879  pkg syscall (darwin-amd64), const O_ALERT = 536870912
  6880  pkg syscall (darwin-amd64), const O_APPEND = 8
  6881  pkg syscall (darwin-amd64), const O_ASYNC = 64
  6882  pkg syscall (darwin-amd64), const O_CLOEXEC = 16777216
  6883  pkg syscall (darwin-amd64), const O_CREAT = 512
  6884  pkg syscall (darwin-amd64), const O_DIRECTORY = 1048576
  6885  pkg syscall (darwin-amd64), const O_DSYNC = 4194304
  6886  pkg syscall (darwin-amd64), const O_EVTONLY = 32768
  6887  pkg syscall (darwin-amd64), const O_EXCL = 2048
  6888  pkg syscall (darwin-amd64), const O_EXLOCK = 32
  6889  pkg syscall (darwin-amd64), const O_FSYNC = 128
  6890  pkg syscall (darwin-amd64), const O_NDELAY = 4
  6891  pkg syscall (darwin-amd64), const O_NOCTTY = 131072
  6892  pkg syscall (darwin-amd64), const O_NOFOLLOW = 256
  6893  pkg syscall (darwin-amd64), const O_NONBLOCK = 4
  6894  pkg syscall (darwin-amd64), const O_POPUP = 2147483648
  6895  pkg syscall (darwin-amd64), const O_SHLOCK = 16
  6896  pkg syscall (darwin-amd64), const O_SYMLINK = 2097152
  6897  pkg syscall (darwin-amd64), const O_SYNC = 128
  6898  pkg syscall (darwin-amd64), const O_TRUNC = 1024
  6899  pkg syscall (darwin-amd64), const PARENB = 4096
  6900  pkg syscall (darwin-amd64), const PARENB ideal-int
  6901  pkg syscall (darwin-amd64), const PARMRK = 8
  6902  pkg syscall (darwin-amd64), const PARMRK ideal-int
  6903  pkg syscall (darwin-amd64), const PARODD = 8192
  6904  pkg syscall (darwin-amd64), const PARODD ideal-int
  6905  pkg syscall (darwin-amd64), const PENDIN = 536870912
  6906  pkg syscall (darwin-amd64), const PENDIN ideal-int
  6907  pkg syscall (darwin-amd64), const PROT_EXEC = 4
  6908  pkg syscall (darwin-amd64), const PROT_NONE = 0
  6909  pkg syscall (darwin-amd64), const PROT_READ = 1
  6910  pkg syscall (darwin-amd64), const PROT_WRITE = 2
  6911  pkg syscall (darwin-amd64), const PTRACE_CONT = 7
  6912  pkg syscall (darwin-amd64), const PTRACE_KILL = 8
  6913  pkg syscall (darwin-amd64), const PTRACE_TRACEME = 0
  6914  pkg syscall (darwin-amd64), const PT_ATTACH = 10
  6915  pkg syscall (darwin-amd64), const PT_ATTACHEXC = 14
  6916  pkg syscall (darwin-amd64), const PT_CONTINUE = 7
  6917  pkg syscall (darwin-amd64), const PT_DENY_ATTACH = 31
  6918  pkg syscall (darwin-amd64), const PT_DETACH = 11
  6919  pkg syscall (darwin-amd64), const PT_FIRSTMACH = 32
  6920  pkg syscall (darwin-amd64), const PT_FORCEQUOTA = 30
  6921  pkg syscall (darwin-amd64), const PT_KILL = 8
  6922  pkg syscall (darwin-amd64), const PT_READ_D = 2
  6923  pkg syscall (darwin-amd64), const PT_READ_I = 1
  6924  pkg syscall (darwin-amd64), const PT_READ_U = 3
  6925  pkg syscall (darwin-amd64), const PT_SIGEXC = 12
  6926  pkg syscall (darwin-amd64), const PT_STEP = 9
  6927  pkg syscall (darwin-amd64), const PT_THUPDATE = 13
  6928  pkg syscall (darwin-amd64), const PT_TRACE_ME = 0
  6929  pkg syscall (darwin-amd64), const PT_WRITE_D = 5
  6930  pkg syscall (darwin-amd64), const PT_WRITE_I = 4
  6931  pkg syscall (darwin-amd64), const PT_WRITE_U = 6
  6932  pkg syscall (darwin-amd64), const RLIMIT_AS = 5
  6933  pkg syscall (darwin-amd64), const RLIMIT_CORE = 4
  6934  pkg syscall (darwin-amd64), const RLIMIT_CPU = 0
  6935  pkg syscall (darwin-amd64), const RLIMIT_DATA = 2
  6936  pkg syscall (darwin-amd64), const RLIMIT_FSIZE = 1
  6937  pkg syscall (darwin-amd64), const RLIMIT_NOFILE = 8
  6938  pkg syscall (darwin-amd64), const RLIMIT_STACK = 3
  6939  pkg syscall (darwin-amd64), const RLIM_INFINITY = 9223372036854775807
  6940  pkg syscall (darwin-amd64), const RTAX_AUTHOR = 6
  6941  pkg syscall (darwin-amd64), const RTAX_BRD = 7
  6942  pkg syscall (darwin-amd64), const RTAX_DST = 0
  6943  pkg syscall (darwin-amd64), const RTAX_GATEWAY = 1
  6944  pkg syscall (darwin-amd64), const RTAX_GENMASK = 3
  6945  pkg syscall (darwin-amd64), const RTAX_IFA = 5
  6946  pkg syscall (darwin-amd64), const RTAX_IFP = 4
  6947  pkg syscall (darwin-amd64), const RTAX_MAX = 8
  6948  pkg syscall (darwin-amd64), const RTAX_NETMASK = 2
  6949  pkg syscall (darwin-amd64), const RTA_AUTHOR = 64
  6950  pkg syscall (darwin-amd64), const RTA_BRD = 128
  6951  pkg syscall (darwin-amd64), const RTA_DST = 1
  6952  pkg syscall (darwin-amd64), const RTA_GATEWAY = 2
  6953  pkg syscall (darwin-amd64), const RTA_GENMASK = 8
  6954  pkg syscall (darwin-amd64), const RTA_IFA = 32
  6955  pkg syscall (darwin-amd64), const RTA_IFP = 16
  6956  pkg syscall (darwin-amd64), const RTA_NETMASK = 4
  6957  pkg syscall (darwin-amd64), const RTF_BLACKHOLE = 4096
  6958  pkg syscall (darwin-amd64), const RTF_BROADCAST = 4194304
  6959  pkg syscall (darwin-amd64), const RTF_CLONING = 256
  6960  pkg syscall (darwin-amd64), const RTF_CONDEMNED = 33554432
  6961  pkg syscall (darwin-amd64), const RTF_DELCLONE = 128
  6962  pkg syscall (darwin-amd64), const RTF_DONE = 64
  6963  pkg syscall (darwin-amd64), const RTF_DYNAMIC = 16
  6964  pkg syscall (darwin-amd64), const RTF_GATEWAY = 2
  6965  pkg syscall (darwin-amd64), const RTF_HOST = 4
  6966  pkg syscall (darwin-amd64), const RTF_IFREF = 67108864
  6967  pkg syscall (darwin-amd64), const RTF_IFSCOPE = 16777216
  6968  pkg syscall (darwin-amd64), const RTF_LLINFO = 1024
  6969  pkg syscall (darwin-amd64), const RTF_LOCAL = 2097152
  6970  pkg syscall (darwin-amd64), const RTF_MODIFIED = 32
  6971  pkg syscall (darwin-amd64), const RTF_MULTICAST = 8388608
  6972  pkg syscall (darwin-amd64), const RTF_PINNED = 1048576
  6973  pkg syscall (darwin-amd64), const RTF_PRCLONING = 65536
  6974  pkg syscall (darwin-amd64), const RTF_PROTO1 = 32768
  6975  pkg syscall (darwin-amd64), const RTF_PROTO2 = 16384
  6976  pkg syscall (darwin-amd64), const RTF_PROTO3 = 262144
  6977  pkg syscall (darwin-amd64), const RTF_REJECT = 8
  6978  pkg syscall (darwin-amd64), const RTF_STATIC = 2048
  6979  pkg syscall (darwin-amd64), const RTF_UP = 1
  6980  pkg syscall (darwin-amd64), const RTF_WASCLONED = 131072
  6981  pkg syscall (darwin-amd64), const RTF_XRESOLVE = 512
  6982  pkg syscall (darwin-amd64), const RTM_ADD = 1
  6983  pkg syscall (darwin-amd64), const RTM_CHANGE = 3
  6984  pkg syscall (darwin-amd64), const RTM_DELADDR = 13
  6985  pkg syscall (darwin-amd64), const RTM_DELETE = 2
  6986  pkg syscall (darwin-amd64), const RTM_DELMADDR = 16
  6987  pkg syscall (darwin-amd64), const RTM_GET = 4
  6988  pkg syscall (darwin-amd64), const RTM_GET2 = 20
  6989  pkg syscall (darwin-amd64), const RTM_IFINFO = 14
  6990  pkg syscall (darwin-amd64), const RTM_IFINFO2 = 18
  6991  pkg syscall (darwin-amd64), const RTM_LOCK = 8
  6992  pkg syscall (darwin-amd64), const RTM_LOSING = 5
  6993  pkg syscall (darwin-amd64), const RTM_MISS = 7
  6994  pkg syscall (darwin-amd64), const RTM_NEWADDR = 12
  6995  pkg syscall (darwin-amd64), const RTM_NEWMADDR = 15
  6996  pkg syscall (darwin-amd64), const RTM_NEWMADDR2 = 19
  6997  pkg syscall (darwin-amd64), const RTM_OLDADD = 9
  6998  pkg syscall (darwin-amd64), const RTM_OLDDEL = 10
  6999  pkg syscall (darwin-amd64), const RTM_REDIRECT = 6
  7000  pkg syscall (darwin-amd64), const RTM_RESOLVE = 11
  7001  pkg syscall (darwin-amd64), const RTM_RTTUNIT = 1000000
  7002  pkg syscall (darwin-amd64), const RTM_VERSION = 5
  7003  pkg syscall (darwin-amd64), const RTV_EXPIRE = 4
  7004  pkg syscall (darwin-amd64), const RTV_HOPCOUNT = 2
  7005  pkg syscall (darwin-amd64), const RTV_MTU = 1
  7006  pkg syscall (darwin-amd64), const RTV_RPIPE = 8
  7007  pkg syscall (darwin-amd64), const RTV_RTT = 64
  7008  pkg syscall (darwin-amd64), const RTV_RTTVAR = 128
  7009  pkg syscall (darwin-amd64), const RTV_SPIPE = 16
  7010  pkg syscall (darwin-amd64), const RTV_SSTHRESH = 32
  7011  pkg syscall (darwin-amd64), const RUSAGE_CHILDREN = -1
  7012  pkg syscall (darwin-amd64), const RUSAGE_SELF = 0
  7013  pkg syscall (darwin-amd64), const SCM_CREDS = 3
  7014  pkg syscall (darwin-amd64), const SCM_RIGHTS = 1
  7015  pkg syscall (darwin-amd64), const SCM_TIMESTAMP = 2
  7016  pkg syscall (darwin-amd64), const SCM_TIMESTAMP_MONOTONIC = 4
  7017  pkg syscall (darwin-amd64), const SIGBUS = 10
  7018  pkg syscall (darwin-amd64), const SIGCHLD = 20
  7019  pkg syscall (darwin-amd64), const SIGCONT = 19
  7020  pkg syscall (darwin-amd64), const SIGEMT = 7
  7021  pkg syscall (darwin-amd64), const SIGINFO = 29
  7022  pkg syscall (darwin-amd64), const SIGIO = 23
  7023  pkg syscall (darwin-amd64), const SIGIOT = 6
  7024  pkg syscall (darwin-amd64), const SIGPROF = 27
  7025  pkg syscall (darwin-amd64), const SIGSTOP = 17
  7026  pkg syscall (darwin-amd64), const SIGSYS = 12
  7027  pkg syscall (darwin-amd64), const SIGTSTP = 18
  7028  pkg syscall (darwin-amd64), const SIGTTIN = 21
  7029  pkg syscall (darwin-amd64), const SIGTTOU = 22
  7030  pkg syscall (darwin-amd64), const SIGURG = 16
  7031  pkg syscall (darwin-amd64), const SIGUSR1 = 30
  7032  pkg syscall (darwin-amd64), const SIGUSR2 = 31
  7033  pkg syscall (darwin-amd64), const SIGVTALRM = 26
  7034  pkg syscall (darwin-amd64), const SIGWINCH = 28
  7035  pkg syscall (darwin-amd64), const SIGXCPU = 24
  7036  pkg syscall (darwin-amd64), const SIGXFSZ = 25
  7037  pkg syscall (darwin-amd64), const SIOCADDMULTI = 2149607729
  7038  pkg syscall (darwin-amd64), const SIOCAIFADDR = 2151704858
  7039  pkg syscall (darwin-amd64), const SIOCALIFADDR = 2165860637
  7040  pkg syscall (darwin-amd64), const SIOCARPIPLL = 3223349544
  7041  pkg syscall (darwin-amd64), const SIOCATMARK = 1074033415
  7042  pkg syscall (darwin-amd64), const SIOCAUTOADDR = 3223349542
  7043  pkg syscall (darwin-amd64), const SIOCAUTONETMASK = 2149607719
  7044  pkg syscall (darwin-amd64), const SIOCDELMULTI = 2149607730
  7045  pkg syscall (darwin-amd64), const SIOCDIFADDR = 2149607705
  7046  pkg syscall (darwin-amd64), const SIOCDIFPHYADDR = 2149607745
  7047  pkg syscall (darwin-amd64), const SIOCDLIFADDR = 2165860639
  7048  pkg syscall (darwin-amd64), const SIOCGDRVSPEC = 3223873915
  7049  pkg syscall (darwin-amd64), const SIOCGETSGCNT = 3222565404
  7050  pkg syscall (darwin-amd64), const SIOCGETVIFCNT = 3222565403
  7051  pkg syscall (darwin-amd64), const SIOCGETVLAN = 3223349631
  7052  pkg syscall (darwin-amd64), const SIOCGHIWAT = 1074033409
  7053  pkg syscall (darwin-amd64), const SIOCGIFADDR = 3223349537
  7054  pkg syscall (darwin-amd64), const SIOCGIFALTMTU = 3223349576
  7055  pkg syscall (darwin-amd64), const SIOCGIFASYNCMAP = 3223349628
  7056  pkg syscall (darwin-amd64), const SIOCGIFBOND = 3223349575
  7057  pkg syscall (darwin-amd64), const SIOCGIFBRDADDR = 3223349539
  7058  pkg syscall (darwin-amd64), const SIOCGIFCAP = 3223349595
  7059  pkg syscall (darwin-amd64), const SIOCGIFCONF = 3222038820
  7060  pkg syscall (darwin-amd64), const SIOCGIFDEVMTU = 3223349572
  7061  pkg syscall (darwin-amd64), const SIOCGIFDSTADDR = 3223349538
  7062  pkg syscall (darwin-amd64), const SIOCGIFFLAGS = 3223349521
  7063  pkg syscall (darwin-amd64), const SIOCGIFGENERIC = 3223349562
  7064  pkg syscall (darwin-amd64), const SIOCGIFKPI = 3223349639
  7065  pkg syscall (darwin-amd64), const SIOCGIFMAC = 3223349634
  7066  pkg syscall (darwin-amd64), const SIOCGIFMEDIA = 3224135992
  7067  pkg syscall (darwin-amd64), const SIOCGIFMETRIC = 3223349527
  7068  pkg syscall (darwin-amd64), const SIOCGIFMTU = 3223349555
  7069  pkg syscall (darwin-amd64), const SIOCGIFNETMASK = 3223349541
  7070  pkg syscall (darwin-amd64), const SIOCGIFPDSTADDR = 3223349568
  7071  pkg syscall (darwin-amd64), const SIOCGIFPHYS = 3223349557
  7072  pkg syscall (darwin-amd64), const SIOCGIFPSRCADDR = 3223349567
  7073  pkg syscall (darwin-amd64), const SIOCGIFSTATUS = 3274795325
  7074  pkg syscall (darwin-amd64), const SIOCGIFVLAN = 3223349631
  7075  pkg syscall (darwin-amd64), const SIOCGIFWAKEFLAGS = 3223349640
  7076  pkg syscall (darwin-amd64), const SIOCGLIFADDR = 3239602462
  7077  pkg syscall (darwin-amd64), const SIOCGLIFPHYADDR = 3239602499
  7078  pkg syscall (darwin-amd64), const SIOCGLOWAT = 1074033411
  7079  pkg syscall (darwin-amd64), const SIOCGPGRP = 1074033417
  7080  pkg syscall (darwin-amd64), const SIOCIFCREATE = 3223349624
  7081  pkg syscall (darwin-amd64), const SIOCIFCREATE2 = 3223349626
  7082  pkg syscall (darwin-amd64), const SIOCIFDESTROY = 2149607801
  7083  pkg syscall (darwin-amd64), const SIOCRSLVMULTI = 3222300987
  7084  pkg syscall (darwin-amd64), const SIOCSDRVSPEC = 2150132091
  7085  pkg syscall (darwin-amd64), const SIOCSETVLAN = 2149607806
  7086  pkg syscall (darwin-amd64), const SIOCSHIWAT = 2147775232
  7087  pkg syscall (darwin-amd64), const SIOCSIFADDR = 2149607692
  7088  pkg syscall (darwin-amd64), const SIOCSIFALTMTU = 2149607749
  7089  pkg syscall (darwin-amd64), const SIOCSIFASYNCMAP = 2149607805
  7090  pkg syscall (darwin-amd64), const SIOCSIFBOND = 2149607750
  7091  pkg syscall (darwin-amd64), const SIOCSIFBRDADDR = 2149607699
  7092  pkg syscall (darwin-amd64), const SIOCSIFCAP = 2149607770
  7093  pkg syscall (darwin-amd64), const SIOCSIFDSTADDR = 2149607694
  7094  pkg syscall (darwin-amd64), const SIOCSIFFLAGS = 2149607696
  7095  pkg syscall (darwin-amd64), const SIOCSIFGENERIC = 2149607737
  7096  pkg syscall (darwin-amd64), const SIOCSIFKPI = 2149607814
  7097  pkg syscall (darwin-amd64), const SIOCSIFLLADDR = 2149607740
  7098  pkg syscall (darwin-amd64), const SIOCSIFMAC = 2149607811
  7099  pkg syscall (darwin-amd64), const SIOCSIFMEDIA = 3223349559
  7100  pkg syscall (darwin-amd64), const SIOCSIFMETRIC = 2149607704
  7101  pkg syscall (darwin-amd64), const SIOCSIFMTU = 2149607732
  7102  pkg syscall (darwin-amd64), const SIOCSIFNETMASK = 2149607702
  7103  pkg syscall (darwin-amd64), const SIOCSIFPHYADDR = 2151704894
  7104  pkg syscall (darwin-amd64), const SIOCSIFPHYS = 2149607734
  7105  pkg syscall (darwin-amd64), const SIOCSIFVLAN = 2149607806
  7106  pkg syscall (darwin-amd64), const SIOCSLIFPHYADDR = 2165860674
  7107  pkg syscall (darwin-amd64), const SIOCSLOWAT = 2147775234
  7108  pkg syscall (darwin-amd64), const SIOCSPGRP = 2147775240
  7109  pkg syscall (darwin-amd64), const SOCK_MAXADDRLEN = 255
  7110  pkg syscall (darwin-amd64), const SOCK_RDM = 4
  7111  pkg syscall (darwin-amd64), const SOL_SOCKET = 65535
  7112  pkg syscall (darwin-amd64), const SOMAXCONN = 128
  7113  pkg syscall (darwin-amd64), const SO_ACCEPTCONN = 2
  7114  pkg syscall (darwin-amd64), const SO_BROADCAST = 32
  7115  pkg syscall (darwin-amd64), const SO_DEBUG = 1
  7116  pkg syscall (darwin-amd64), const SO_DONTROUTE = 16
  7117  pkg syscall (darwin-amd64), const SO_DONTTRUNC = 8192
  7118  pkg syscall (darwin-amd64), const SO_ERROR = 4103
  7119  pkg syscall (darwin-amd64), const SO_KEEPALIVE = 8
  7120  pkg syscall (darwin-amd64), const SO_LABEL = 4112
  7121  pkg syscall (darwin-amd64), const SO_LINGER = 128
  7122  pkg syscall (darwin-amd64), const SO_LINGER_SEC = 4224
  7123  pkg syscall (darwin-amd64), const SO_NKE = 4129
  7124  pkg syscall (darwin-amd64), const SO_NOADDRERR = 4131
  7125  pkg syscall (darwin-amd64), const SO_NOSIGPIPE = 4130
  7126  pkg syscall (darwin-amd64), const SO_NOTIFYCONFLICT = 4134
  7127  pkg syscall (darwin-amd64), const SO_NP_EXTENSIONS = 4227
  7128  pkg syscall (darwin-amd64), const SO_NREAD = 4128
  7129  pkg syscall (darwin-amd64), const SO_NWRITE = 4132
  7130  pkg syscall (darwin-amd64), const SO_OOBINLINE = 256
  7131  pkg syscall (darwin-amd64), const SO_PEERLABEL = 4113
  7132  pkg syscall (darwin-amd64), const SO_RANDOMPORT = 4226
  7133  pkg syscall (darwin-amd64), const SO_RCVBUF = 4098
  7134  pkg syscall (darwin-amd64), const SO_RCVLOWAT = 4100
  7135  pkg syscall (darwin-amd64), const SO_RCVTIMEO = 4102
  7136  pkg syscall (darwin-amd64), const SO_RESTRICTIONS = 4225
  7137  pkg syscall (darwin-amd64), const SO_RESTRICT_DENYIN = 1
  7138  pkg syscall (darwin-amd64), const SO_RESTRICT_DENYOUT = 2
  7139  pkg syscall (darwin-amd64), const SO_RESTRICT_DENYSET = 2147483648
  7140  pkg syscall (darwin-amd64), const SO_REUSEADDR = 4
  7141  pkg syscall (darwin-amd64), const SO_REUSEPORT = 512
  7142  pkg syscall (darwin-amd64), const SO_REUSESHAREUID = 4133
  7143  pkg syscall (darwin-amd64), const SO_SNDBUF = 4097
  7144  pkg syscall (darwin-amd64), const SO_SNDLOWAT = 4099
  7145  pkg syscall (darwin-amd64), const SO_SNDTIMEO = 4101
  7146  pkg syscall (darwin-amd64), const SO_TIMESTAMP = 1024
  7147  pkg syscall (darwin-amd64), const SO_TIMESTAMP_MONOTONIC = 2048
  7148  pkg syscall (darwin-amd64), const SO_TYPE = 4104
  7149  pkg syscall (darwin-amd64), const SO_UPCALLCLOSEWAIT = 4135
  7150  pkg syscall (darwin-amd64), const SO_USELOOPBACK = 64
  7151  pkg syscall (darwin-amd64), const SO_WANTMORE = 16384
  7152  pkg syscall (darwin-amd64), const SO_WANTOOBFLAG = 32768
  7153  pkg syscall (darwin-amd64), const SYS_ACCEPT = 30
  7154  pkg syscall (darwin-amd64), const SYS_ACCEPT_NOCANCEL = 404
  7155  pkg syscall (darwin-amd64), const SYS_ACCESS = 33
  7156  pkg syscall (darwin-amd64), const SYS_ACCESS_EXTENDED = 284
  7157  pkg syscall (darwin-amd64), const SYS_ACCT = 51
  7158  pkg syscall (darwin-amd64), const SYS_ADD_PROFIL = 176
  7159  pkg syscall (darwin-amd64), const SYS_ADJTIME = 140
  7160  pkg syscall (darwin-amd64), const SYS_AIO_CANCEL = 316
  7161  pkg syscall (darwin-amd64), const SYS_AIO_ERROR = 317
  7162  pkg syscall (darwin-amd64), const SYS_AIO_FSYNC = 313
  7163  pkg syscall (darwin-amd64), const SYS_AIO_READ = 318
  7164  pkg syscall (darwin-amd64), const SYS_AIO_RETURN = 314
  7165  pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND = 315
  7166  pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND_NOCANCEL = 421
  7167  pkg syscall (darwin-amd64), const SYS_AIO_WRITE = 319
  7168  pkg syscall (darwin-amd64), const SYS_ATGETMSG = 207
  7169  pkg syscall (darwin-amd64), const SYS_ATPGETREQ = 211
  7170  pkg syscall (darwin-amd64), const SYS_ATPGETRSP = 212
  7171  pkg syscall (darwin-amd64), const SYS_ATPSNDREQ = 209
  7172  pkg syscall (darwin-amd64), const SYS_ATPSNDRSP = 210
  7173  pkg syscall (darwin-amd64), const SYS_ATPUTMSG = 208
  7174  pkg syscall (darwin-amd64), const SYS_ATSOCKET = 206
  7175  pkg syscall (darwin-amd64), const SYS_AUDIT = 350
  7176  pkg syscall (darwin-amd64), const SYS_AUDITCTL = 359
  7177  pkg syscall (darwin-amd64), const SYS_AUDITON = 351
  7178  pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_JOIN = 429
  7179  pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_PORT = 432
  7180  pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_SELF = 428
  7181  pkg syscall (darwin-amd64), const SYS_BIND = 104
  7182  pkg syscall (darwin-amd64), const SYS_BSDTHREAD_CREATE = 360
  7183  pkg syscall (darwin-amd64), const SYS_BSDTHREAD_REGISTER = 366
  7184  pkg syscall (darwin-amd64), const SYS_BSDTHREAD_TERMINATE = 361
  7185  pkg syscall (darwin-amd64), const SYS_CHDIR = 12
  7186  pkg syscall (darwin-amd64), const SYS_CHFLAGS = 34
  7187  pkg syscall (darwin-amd64), const SYS_CHMOD = 15
  7188  pkg syscall (darwin-amd64), const SYS_CHMOD_EXTENDED = 282
  7189  pkg syscall (darwin-amd64), const SYS_CHOWN = 16
  7190  pkg syscall (darwin-amd64), const SYS_CHROOT = 61
  7191  pkg syscall (darwin-amd64), const SYS_CHUD = 185
  7192  pkg syscall (darwin-amd64), const SYS_CLOSE = 6
  7193  pkg syscall (darwin-amd64), const SYS_CLOSE_NOCANCEL = 399
  7194  pkg syscall (darwin-amd64), const SYS_CONNECT = 98
  7195  pkg syscall (darwin-amd64), const SYS_CONNECT_NOCANCEL = 409
  7196  pkg syscall (darwin-amd64), const SYS_COPYFILE = 227
  7197  pkg syscall (darwin-amd64), const SYS_CSOPS = 169
  7198  pkg syscall (darwin-amd64), const SYS_DELETE = 226
  7199  pkg syscall (darwin-amd64), const SYS_DUP = 41
  7200  pkg syscall (darwin-amd64), const SYS_DUP2 = 90
  7201  pkg syscall (darwin-amd64), const SYS_EXCHANGEDATA = 223
  7202  pkg syscall (darwin-amd64), const SYS_EXECVE = 59
  7203  pkg syscall (darwin-amd64), const SYS_EXIT = 1
  7204  pkg syscall (darwin-amd64), const SYS_FCHDIR = 13
  7205  pkg syscall (darwin-amd64), const SYS_FCHFLAGS = 35
  7206  pkg syscall (darwin-amd64), const SYS_FCHMOD = 124
  7207  pkg syscall (darwin-amd64), const SYS_FCHMOD_EXTENDED = 283
  7208  pkg syscall (darwin-amd64), const SYS_FCHOWN = 123
  7209  pkg syscall (darwin-amd64), const SYS_FCNTL = 92
  7210  pkg syscall (darwin-amd64), const SYS_FCNTL_NOCANCEL = 406
  7211  pkg syscall (darwin-amd64), const SYS_FDATASYNC = 187
  7212  pkg syscall (darwin-amd64), const SYS_FFSCTL = 245
  7213  pkg syscall (darwin-amd64), const SYS_FGETATTRLIST = 228
  7214  pkg syscall (darwin-amd64), const SYS_FGETXATTR = 235
  7215  pkg syscall (darwin-amd64), const SYS_FHOPEN = 248
  7216  pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEFD = 431
  7217  pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEPORT = 430
  7218  pkg syscall (darwin-amd64), const SYS_FLISTXATTR = 241
  7219  pkg syscall (darwin-amd64), const SYS_FLOCK = 131
  7220  pkg syscall (darwin-amd64), const SYS_FORK = 2
  7221  pkg syscall (darwin-amd64), const SYS_FPATHCONF = 192
  7222  pkg syscall (darwin-amd64), const SYS_FREMOVEXATTR = 239
  7223  pkg syscall (darwin-amd64), const SYS_FSCTL = 242
  7224  pkg syscall (darwin-amd64), const SYS_FSETATTRLIST = 229
  7225  pkg syscall (darwin-amd64), const SYS_FSETXATTR = 237
  7226  pkg syscall (darwin-amd64), const SYS_FSGETPATH = 427
  7227  pkg syscall (darwin-amd64), const SYS_FSTAT = 189
  7228  pkg syscall (darwin-amd64), const SYS_FSTAT64 = 339
  7229  pkg syscall (darwin-amd64), const SYS_FSTAT64_EXTENDED = 343
  7230  pkg syscall (darwin-amd64), const SYS_FSTATFS = 158
  7231  pkg syscall (darwin-amd64), const SYS_FSTATFS64 = 346
  7232  pkg syscall (darwin-amd64), const SYS_FSTATV = 219
  7233  pkg syscall (darwin-amd64), const SYS_FSTAT_EXTENDED = 281
  7234  pkg syscall (darwin-amd64), const SYS_FSYNC = 95
  7235  pkg syscall (darwin-amd64), const SYS_FSYNC_NOCANCEL = 408
  7236  pkg syscall (darwin-amd64), const SYS_FTRUNCATE = 201
  7237  pkg syscall (darwin-amd64), const SYS_FUTIMES = 139
  7238  pkg syscall (darwin-amd64), const SYS_GETATTRLIST = 220
  7239  pkg syscall (darwin-amd64), const SYS_GETAUDIT = 355
  7240  pkg syscall (darwin-amd64), const SYS_GETAUDIT_ADDR = 357
  7241  pkg syscall (darwin-amd64), const SYS_GETAUID = 353
  7242  pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES = 196
  7243  pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES64 = 344
  7244  pkg syscall (darwin-amd64), const SYS_GETDIRENTRIESATTR = 222
  7245  pkg syscall (darwin-amd64), const SYS_GETDTABLESIZE = 89
  7246  pkg syscall (darwin-amd64), const SYS_GETEGID = 43
  7247  pkg syscall (darwin-amd64), const SYS_GETEUID = 25
  7248  pkg syscall (darwin-amd64), const SYS_GETFH = 161
  7249  pkg syscall (darwin-amd64), const SYS_GETFSSTAT = 18
  7250  pkg syscall (darwin-amd64), const SYS_GETFSSTAT64 = 347
  7251  pkg syscall (darwin-amd64), const SYS_GETGID = 47
  7252  pkg syscall (darwin-amd64), const SYS_GETGROUPS = 79
  7253  pkg syscall (darwin-amd64), const SYS_GETHOSTUUID = 142
  7254  pkg syscall (darwin-amd64), const SYS_GETITIMER = 86
  7255  pkg syscall (darwin-amd64), const SYS_GETLCID = 395
  7256  pkg syscall (darwin-amd64), const SYS_GETLOGIN = 49
  7257  pkg syscall (darwin-amd64), const SYS_GETPEERNAME = 31
  7258  pkg syscall (darwin-amd64), const SYS_GETPGID = 151
  7259  pkg syscall (darwin-amd64), const SYS_GETPGRP = 81
  7260  pkg syscall (darwin-amd64), const SYS_GETPID = 20
  7261  pkg syscall (darwin-amd64), const SYS_GETPPID = 39
  7262  pkg syscall (darwin-amd64), const SYS_GETPRIORITY = 100
  7263  pkg syscall (darwin-amd64), const SYS_GETRLIMIT = 194
  7264  pkg syscall (darwin-amd64), const SYS_GETRUSAGE = 117
  7265  pkg syscall (darwin-amd64), const SYS_GETSGROUPS = 288
  7266  pkg syscall (darwin-amd64), const SYS_GETSID = 310
  7267  pkg syscall (darwin-amd64), const SYS_GETSOCKNAME = 32
  7268  pkg syscall (darwin-amd64), const SYS_GETSOCKOPT = 118
  7269  pkg syscall (darwin-amd64), const SYS_GETTID = 286
  7270  pkg syscall (darwin-amd64), const SYS_GETTIMEOFDAY = 116
  7271  pkg syscall (darwin-amd64), const SYS_GETUID = 24
  7272  pkg syscall (darwin-amd64), const SYS_GETWGROUPS = 290
  7273  pkg syscall (darwin-amd64), const SYS_GETXATTR = 234
  7274  pkg syscall (darwin-amd64), const SYS_IDENTITYSVC = 293
  7275  pkg syscall (darwin-amd64), const SYS_INITGROUPS = 243
  7276  pkg syscall (darwin-amd64), const SYS_IOCTL = 54
  7277  pkg syscall (darwin-amd64), const SYS_IOPOLICYSYS = 322
  7278  pkg syscall (darwin-amd64), const SYS_ISSETUGID = 327
  7279  pkg syscall (darwin-amd64), const SYS_KDEBUG_TRACE = 180
  7280  pkg syscall (darwin-amd64), const SYS_KEVENT = 363
  7281  pkg syscall (darwin-amd64), const SYS_KEVENT64 = 369
  7282  pkg syscall (darwin-amd64), const SYS_KILL = 37
  7283  pkg syscall (darwin-amd64), const SYS_KQUEUE = 362
  7284  pkg syscall (darwin-amd64), const SYS_LCHOWN = 364
  7285  pkg syscall (darwin-amd64), const SYS_LINK = 9
  7286  pkg syscall (darwin-amd64), const SYS_LIO_LISTIO = 320
  7287  pkg syscall (darwin-amd64), const SYS_LISTEN = 106
  7288  pkg syscall (darwin-amd64), const SYS_LISTXATTR = 240
  7289  pkg syscall (darwin-amd64), const SYS_LSEEK = 199
  7290  pkg syscall (darwin-amd64), const SYS_LSTAT = 190
  7291  pkg syscall (darwin-amd64), const SYS_LSTAT64 = 340
  7292  pkg syscall (darwin-amd64), const SYS_LSTAT64_EXTENDED = 342
  7293  pkg syscall (darwin-amd64), const SYS_LSTATV = 218
  7294  pkg syscall (darwin-amd64), const SYS_LSTAT_EXTENDED = 280
  7295  pkg syscall (darwin-amd64), const SYS_MADVISE = 75
  7296  pkg syscall (darwin-amd64), const SYS_MAXSYSCALL = 439
  7297  pkg syscall (darwin-amd64), const SYS_MINCORE = 78
  7298  pkg syscall (darwin-amd64), const SYS_MINHERIT = 250
  7299  pkg syscall (darwin-amd64), const SYS_MKCOMPLEX = 216
  7300  pkg syscall (darwin-amd64), const SYS_MKDIR = 136
  7301  pkg syscall (darwin-amd64), const SYS_MKDIR_EXTENDED = 292
  7302  pkg syscall (darwin-amd64), const SYS_MKFIFO = 132
  7303  pkg syscall (darwin-amd64), const SYS_MKFIFO_EXTENDED = 291
  7304  pkg syscall (darwin-amd64), const SYS_MKNOD = 14
  7305  pkg syscall (darwin-amd64), const SYS_MLOCK = 203
  7306  pkg syscall (darwin-amd64), const SYS_MLOCKALL = 324
  7307  pkg syscall (darwin-amd64), const SYS_MMAP = 197
  7308  pkg syscall (darwin-amd64), const SYS_MODWATCH = 233
  7309  pkg syscall (darwin-amd64), const SYS_MOUNT = 167
  7310  pkg syscall (darwin-amd64), const SYS_MPROTECT = 74
  7311  pkg syscall (darwin-amd64), const SYS_MSGCTL = 258
  7312  pkg syscall (darwin-amd64), const SYS_MSGGET = 259
  7313  pkg syscall (darwin-amd64), const SYS_MSGRCV = 261
  7314  pkg syscall (darwin-amd64), const SYS_MSGRCV_NOCANCEL = 419
  7315  pkg syscall (darwin-amd64), const SYS_MSGSND = 260
  7316  pkg syscall (darwin-amd64), const SYS_MSGSND_NOCANCEL = 418
  7317  pkg syscall (darwin-amd64), const SYS_MSGSYS = 252
  7318  pkg syscall (darwin-amd64), const SYS_MSYNC = 65
  7319  pkg syscall (darwin-amd64), const SYS_MSYNC_NOCANCEL = 405
  7320  pkg syscall (darwin-amd64), const SYS_MUNLOCK = 204
  7321  pkg syscall (darwin-amd64), const SYS_MUNLOCKALL = 325
  7322  pkg syscall (darwin-amd64), const SYS_MUNMAP = 73
  7323  pkg syscall (darwin-amd64), const SYS_NFSCLNT = 247
  7324  pkg syscall (darwin-amd64), const SYS_NFSSVC = 155
  7325  pkg syscall (darwin-amd64), const SYS_OPEN = 5
  7326  pkg syscall (darwin-amd64), const SYS_OPEN_EXTENDED = 277
  7327  pkg syscall (darwin-amd64), const SYS_OPEN_NOCANCEL = 398
  7328  pkg syscall (darwin-amd64), const SYS_PATHCONF = 191
  7329  pkg syscall (darwin-amd64), const SYS_PID_HIBERNATE = 435
  7330  pkg syscall (darwin-amd64), const SYS_PID_RESUME = 434
  7331  pkg syscall (darwin-amd64), const SYS_PID_SHUTDOWN_SOCKETS = 436
  7332  pkg syscall (darwin-amd64), const SYS_PID_SUSPEND = 433
  7333  pkg syscall (darwin-amd64), const SYS_PIPE = 42
  7334  pkg syscall (darwin-amd64), const SYS_POLL = 230
  7335  pkg syscall (darwin-amd64), const SYS_POLL_NOCANCEL = 417
  7336  pkg syscall (darwin-amd64), const SYS_POSIX_SPAWN = 244
  7337  pkg syscall (darwin-amd64), const SYS_PREAD = 153
  7338  pkg syscall (darwin-amd64), const SYS_PREAD_NOCANCEL = 414
  7339  pkg syscall (darwin-amd64), const SYS_PROCESS_POLICY = 323
  7340  pkg syscall (darwin-amd64), const SYS_PROC_INFO = 336
  7341  pkg syscall (darwin-amd64), const SYS_PROFIL = 44
  7342  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVBROAD = 303
  7343  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVCLRPREPOST = 312
  7344  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVSIGNAL = 304
  7345  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVWAIT = 305
  7346  pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXDROP = 302
  7347  pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXWAIT = 301
  7348  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_DOWNGRADE = 299
  7349  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  7350  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_RDLOCK = 306
  7351  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK = 308
  7352  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK2 = 309
  7353  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UPGRADE = 300
  7354  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_WRLOCK = 307
  7355  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  7356  pkg syscall (darwin-amd64), const SYS_PTRACE = 26
  7357  pkg syscall (darwin-amd64), const SYS_PWRITE = 154
  7358  pkg syscall (darwin-amd64), const SYS_PWRITE_NOCANCEL = 415
  7359  pkg syscall (darwin-amd64), const SYS_QUOTACTL = 165
  7360  pkg syscall (darwin-amd64), const SYS_READ = 3
  7361  pkg syscall (darwin-amd64), const SYS_READLINK = 58
  7362  pkg syscall (darwin-amd64), const SYS_READV = 120
  7363  pkg syscall (darwin-amd64), const SYS_READV_NOCANCEL = 411
  7364  pkg syscall (darwin-amd64), const SYS_READ_NOCANCEL = 396
  7365  pkg syscall (darwin-amd64), const SYS_REBOOT = 55
  7366  pkg syscall (darwin-amd64), const SYS_RECVFROM = 29
  7367  pkg syscall (darwin-amd64), const SYS_RECVFROM_NOCANCEL = 403
  7368  pkg syscall (darwin-amd64), const SYS_RECVMSG = 27
  7369  pkg syscall (darwin-amd64), const SYS_RECVMSG_NOCANCEL = 401
  7370  pkg syscall (darwin-amd64), const SYS_REMOVEXATTR = 238
  7371  pkg syscall (darwin-amd64), const SYS_RENAME = 128
  7372  pkg syscall (darwin-amd64), const SYS_REVOKE = 56
  7373  pkg syscall (darwin-amd64), const SYS_RMDIR = 137
  7374  pkg syscall (darwin-amd64), const SYS_SEARCHFS = 225
  7375  pkg syscall (darwin-amd64), const SYS_SELECT = 93
  7376  pkg syscall (darwin-amd64), const SYS_SELECT_NOCANCEL = 407
  7377  pkg syscall (darwin-amd64), const SYS_SEMCTL = 254
  7378  pkg syscall (darwin-amd64), const SYS_SEMGET = 255
  7379  pkg syscall (darwin-amd64), const SYS_SEMOP = 256
  7380  pkg syscall (darwin-amd64), const SYS_SEMSYS = 251
  7381  pkg syscall (darwin-amd64), const SYS_SEM_CLOSE = 269
  7382  pkg syscall (darwin-amd64), const SYS_SEM_DESTROY = 276
  7383  pkg syscall (darwin-amd64), const SYS_SEM_GETVALUE = 274
  7384  pkg syscall (darwin-amd64), const SYS_SEM_INIT = 275
  7385  pkg syscall (darwin-amd64), const SYS_SEM_OPEN = 268
  7386  pkg syscall (darwin-amd64), const SYS_SEM_POST = 273
  7387  pkg syscall (darwin-amd64), const SYS_SEM_TRYWAIT = 272
  7388  pkg syscall (darwin-amd64), const SYS_SEM_UNLINK = 270
  7389  pkg syscall (darwin-amd64), const SYS_SEM_WAIT = 271
  7390  pkg syscall (darwin-amd64), const SYS_SEM_WAIT_NOCANCEL = 420
  7391  pkg syscall (darwin-amd64), const SYS_SENDFILE = 337
  7392  pkg syscall (darwin-amd64), const SYS_SENDMSG = 28
  7393  pkg syscall (darwin-amd64), const SYS_SENDMSG_NOCANCEL = 402
  7394  pkg syscall (darwin-amd64), const SYS_SENDTO = 133
  7395  pkg syscall (darwin-amd64), const SYS_SENDTO_NOCANCEL = 413
  7396  pkg syscall (darwin-amd64), const SYS_SETATTRLIST = 221
  7397  pkg syscall (darwin-amd64), const SYS_SETAUDIT = 356
  7398  pkg syscall (darwin-amd64), const SYS_SETAUDIT_ADDR = 358
  7399  pkg syscall (darwin-amd64), const SYS_SETAUID = 354
  7400  pkg syscall (darwin-amd64), const SYS_SETEGID = 182
  7401  pkg syscall (darwin-amd64), const SYS_SETEUID = 183
  7402  pkg syscall (darwin-amd64), const SYS_SETGID = 181
  7403  pkg syscall (darwin-amd64), const SYS_SETGROUPS = 80
  7404  pkg syscall (darwin-amd64), const SYS_SETITIMER = 83
  7405  pkg syscall (darwin-amd64), const SYS_SETLCID = 394
  7406  pkg syscall (darwin-amd64), const SYS_SETLOGIN = 50
  7407  pkg syscall (darwin-amd64), const SYS_SETPGID = 82
  7408  pkg syscall (darwin-amd64), const SYS_SETPRIORITY = 96
  7409  pkg syscall (darwin-amd64), const SYS_SETPRIVEXEC = 152
  7410  pkg syscall (darwin-amd64), const SYS_SETREGID = 127
  7411  pkg syscall (darwin-amd64), const SYS_SETREUID = 126
  7412  pkg syscall (darwin-amd64), const SYS_SETRLIMIT = 195
  7413  pkg syscall (darwin-amd64), const SYS_SETSGROUPS = 287
  7414  pkg syscall (darwin-amd64), const SYS_SETSID = 147
  7415  pkg syscall (darwin-amd64), const SYS_SETSOCKOPT = 105
  7416  pkg syscall (darwin-amd64), const SYS_SETTID = 285
  7417  pkg syscall (darwin-amd64), const SYS_SETTID_WITH_PID = 311
  7418  pkg syscall (darwin-amd64), const SYS_SETTIMEOFDAY = 122
  7419  pkg syscall (darwin-amd64), const SYS_SETUID = 23
  7420  pkg syscall (darwin-amd64), const SYS_SETWGROUPS = 289
  7421  pkg syscall (darwin-amd64), const SYS_SETXATTR = 236
  7422  pkg syscall (darwin-amd64), const SYS_SHARED_REGION_CHECK_NP = 294
  7423  pkg syscall (darwin-amd64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  7424  pkg syscall (darwin-amd64), const SYS_SHMAT = 262
  7425  pkg syscall (darwin-amd64), const SYS_SHMCTL = 263
  7426  pkg syscall (darwin-amd64), const SYS_SHMDT = 264
  7427  pkg syscall (darwin-amd64), const SYS_SHMGET = 265
  7428  pkg syscall (darwin-amd64), const SYS_SHMSYS = 253
  7429  pkg syscall (darwin-amd64), const SYS_SHM_OPEN = 266
  7430  pkg syscall (darwin-amd64), const SYS_SHM_UNLINK = 267
  7431  pkg syscall (darwin-amd64), const SYS_SHUTDOWN = 134
  7432  pkg syscall (darwin-amd64), const SYS_SIGACTION = 46
  7433  pkg syscall (darwin-amd64), const SYS_SIGALTSTACK = 53
  7434  pkg syscall (darwin-amd64), const SYS_SIGPENDING = 52
  7435  pkg syscall (darwin-amd64), const SYS_SIGPROCMASK = 48
  7436  pkg syscall (darwin-amd64), const SYS_SIGRETURN = 184
  7437  pkg syscall (darwin-amd64), const SYS_SIGSUSPEND = 111
  7438  pkg syscall (darwin-amd64), const SYS_SIGSUSPEND_NOCANCEL = 410
  7439  pkg syscall (darwin-amd64), const SYS_SOCKET = 97
  7440  pkg syscall (darwin-amd64), const SYS_SOCKETPAIR = 135
  7441  pkg syscall (darwin-amd64), const SYS_STACK_SNAPSHOT = 365
  7442  pkg syscall (darwin-amd64), const SYS_STAT = 188
  7443  pkg syscall (darwin-amd64), const SYS_STAT64 = 338
  7444  pkg syscall (darwin-amd64), const SYS_STAT64_EXTENDED = 341
  7445  pkg syscall (darwin-amd64), const SYS_STATFS = 157
  7446  pkg syscall (darwin-amd64), const SYS_STATFS64 = 345
  7447  pkg syscall (darwin-amd64), const SYS_STATV = 217
  7448  pkg syscall (darwin-amd64), const SYS_STAT_EXTENDED = 279
  7449  pkg syscall (darwin-amd64), const SYS_SWAPON = 85
  7450  pkg syscall (darwin-amd64), const SYS_SYMLINK = 57
  7451  pkg syscall (darwin-amd64), const SYS_SYNC = 36
  7452  pkg syscall (darwin-amd64), const SYS_SYSCALL = 0
  7453  pkg syscall (darwin-amd64), const SYS_THREAD_SELFID = 372
  7454  pkg syscall (darwin-amd64), const SYS_TRUNCATE = 200
  7455  pkg syscall (darwin-amd64), const SYS_UMASK = 60
  7456  pkg syscall (darwin-amd64), const SYS_UMASK_EXTENDED = 278
  7457  pkg syscall (darwin-amd64), const SYS_UNDELETE = 205
  7458  pkg syscall (darwin-amd64), const SYS_UNLINK = 10
  7459  pkg syscall (darwin-amd64), const SYS_UNMOUNT = 159
  7460  pkg syscall (darwin-amd64), const SYS_UTIMES = 138
  7461  pkg syscall (darwin-amd64), const SYS_VFORK = 66
  7462  pkg syscall (darwin-amd64), const SYS_VM_PRESSURE_MONITOR = 296
  7463  pkg syscall (darwin-amd64), const SYS_WAIT4 = 7
  7464  pkg syscall (darwin-amd64), const SYS_WAIT4_NOCANCEL = 400
  7465  pkg syscall (darwin-amd64), const SYS_WAITEVENT = 232
  7466  pkg syscall (darwin-amd64), const SYS_WAITID = 173
  7467  pkg syscall (darwin-amd64), const SYS_WAITID_NOCANCEL = 416
  7468  pkg syscall (darwin-amd64), const SYS_WATCHEVENT = 231
  7469  pkg syscall (darwin-amd64), const SYS_WORKQ_KERNRETURN = 368
  7470  pkg syscall (darwin-amd64), const SYS_WORKQ_OPEN = 367
  7471  pkg syscall (darwin-amd64), const SYS_WRITE = 4
  7472  pkg syscall (darwin-amd64), const SYS_WRITEV = 121
  7473  pkg syscall (darwin-amd64), const SYS_WRITEV_NOCANCEL = 412
  7474  pkg syscall (darwin-amd64), const SYS_WRITE_NOCANCEL = 397
  7475  pkg syscall (darwin-amd64), const SYS___DISABLE_THREADSIGNAL = 331
  7476  pkg syscall (darwin-amd64), const SYS___MAC_EXECVE = 380
  7477  pkg syscall (darwin-amd64), const SYS___MAC_GETFSSTAT = 426
  7478  pkg syscall (darwin-amd64), const SYS___MAC_GET_FD = 388
  7479  pkg syscall (darwin-amd64), const SYS___MAC_GET_FILE = 382
  7480  pkg syscall (darwin-amd64), const SYS___MAC_GET_LCID = 391
  7481  pkg syscall (darwin-amd64), const SYS___MAC_GET_LCTX = 392
  7482  pkg syscall (darwin-amd64), const SYS___MAC_GET_LINK = 384
  7483  pkg syscall (darwin-amd64), const SYS___MAC_GET_MOUNT = 425
  7484  pkg syscall (darwin-amd64), const SYS___MAC_GET_PID = 390
  7485  pkg syscall (darwin-amd64), const SYS___MAC_GET_PROC = 386
  7486  pkg syscall (darwin-amd64), const SYS___MAC_MOUNT = 424
  7487  pkg syscall (darwin-amd64), const SYS___MAC_SET_FD = 389
  7488  pkg syscall (darwin-amd64), const SYS___MAC_SET_FILE = 383
  7489  pkg syscall (darwin-amd64), const SYS___MAC_SET_LCTX = 393
  7490  pkg syscall (darwin-amd64), const SYS___MAC_SET_LINK = 385
  7491  pkg syscall (darwin-amd64), const SYS___MAC_SET_PROC = 387
  7492  pkg syscall (darwin-amd64), const SYS___MAC_SYSCALL = 381
  7493  pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL = 370
  7494  pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  7495  pkg syscall (darwin-amd64), const SYS___PTHREAD_CANCELED = 333
  7496  pkg syscall (darwin-amd64), const SYS___PTHREAD_CHDIR = 348
  7497  pkg syscall (darwin-amd64), const SYS___PTHREAD_FCHDIR = 349
  7498  pkg syscall (darwin-amd64), const SYS___PTHREAD_KILL = 328
  7499  pkg syscall (darwin-amd64), const SYS___PTHREAD_MARKCANCEL = 332
  7500  pkg syscall (darwin-amd64), const SYS___PTHREAD_SIGMASK = 329
  7501  pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL = 334
  7502  pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  7503  pkg syscall (darwin-amd64), const SYS___SIGWAIT = 330
  7504  pkg syscall (darwin-amd64), const SYS___SIGWAIT_NOCANCEL = 422
  7505  pkg syscall (darwin-amd64), const SYS___SYSCTL = 202
  7506  pkg syscall (darwin-amd64), const S_IEXEC = 64
  7507  pkg syscall (darwin-amd64), const S_IFMT = 61440
  7508  pkg syscall (darwin-amd64), const S_IFWHT = 57344
  7509  pkg syscall (darwin-amd64), const S_IREAD = 256
  7510  pkg syscall (darwin-amd64), const S_IRGRP = 32
  7511  pkg syscall (darwin-amd64), const S_IROTH = 4
  7512  pkg syscall (darwin-amd64), const S_IRWXG = 56
  7513  pkg syscall (darwin-amd64), const S_IRWXO = 7
  7514  pkg syscall (darwin-amd64), const S_IRWXU = 448
  7515  pkg syscall (darwin-amd64), const S_ISTXT = 512
  7516  pkg syscall (darwin-amd64), const S_IWGRP = 16
  7517  pkg syscall (darwin-amd64), const S_IWOTH = 2
  7518  pkg syscall (darwin-amd64), const S_IWRITE = 128
  7519  pkg syscall (darwin-amd64), const S_IXGRP = 8
  7520  pkg syscall (darwin-amd64), const S_IXOTH = 1
  7521  pkg syscall (darwin-amd64), const SizeofBpfHdr = 20
  7522  pkg syscall (darwin-amd64), const SizeofBpfInsn = 8
  7523  pkg syscall (darwin-amd64), const SizeofBpfProgram = 16
  7524  pkg syscall (darwin-amd64), const SizeofBpfStat = 8
  7525  pkg syscall (darwin-amd64), const SizeofBpfVersion = 4
  7526  pkg syscall (darwin-amd64), const SizeofCmsghdr = 12
  7527  pkg syscall (darwin-amd64), const SizeofIPMreq = 8
  7528  pkg syscall (darwin-amd64), const SizeofIPv6Mreq = 20
  7529  pkg syscall (darwin-amd64), const SizeofIfData = 96
  7530  pkg syscall (darwin-amd64), const SizeofIfMsghdr = 112
  7531  pkg syscall (darwin-amd64), const SizeofIfaMsghdr = 20
  7532  pkg syscall (darwin-amd64), const SizeofIfmaMsghdr = 16
  7533  pkg syscall (darwin-amd64), const SizeofIfmaMsghdr2 = 20
  7534  pkg syscall (darwin-amd64), const SizeofInet4Pktinfo = 12
  7535  pkg syscall (darwin-amd64), const SizeofInet4Pktinfo ideal-int
  7536  pkg syscall (darwin-amd64), const SizeofInet6Pktinfo = 20
  7537  pkg syscall (darwin-amd64), const SizeofLinger = 8
  7538  pkg syscall (darwin-amd64), const SizeofMsghdr = 48
  7539  pkg syscall (darwin-amd64), const SizeofRtMetrics = 56
  7540  pkg syscall (darwin-amd64), const SizeofRtMsghdr = 92
  7541  pkg syscall (darwin-amd64), const SizeofSockaddrAny = 108
  7542  pkg syscall (darwin-amd64), const SizeofSockaddrDatalink = 20
  7543  pkg syscall (darwin-amd64), const SizeofSockaddrInet4 = 16
  7544  pkg syscall (darwin-amd64), const SizeofSockaddrInet6 = 28
  7545  pkg syscall (darwin-amd64), const SizeofSockaddrUnix = 106
  7546  pkg syscall (darwin-amd64), const TCIFLUSH = 1
  7547  pkg syscall (darwin-amd64), const TCIFLUSH ideal-int
  7548  pkg syscall (darwin-amd64), const TCIOFLUSH = 3
  7549  pkg syscall (darwin-amd64), const TCIOFLUSH ideal-int
  7550  pkg syscall (darwin-amd64), const TCOFLUSH = 2
  7551  pkg syscall (darwin-amd64), const TCOFLUSH ideal-int
  7552  pkg syscall (darwin-amd64), const TCP_CONNECTIONTIMEOUT = 32
  7553  pkg syscall (darwin-amd64), const TCP_KEEPALIVE = 16
  7554  pkg syscall (darwin-amd64), const TCP_MAXHLEN = 60
  7555  pkg syscall (darwin-amd64), const TCP_MAXOLEN = 40
  7556  pkg syscall (darwin-amd64), const TCP_MAXSEG = 2
  7557  pkg syscall (darwin-amd64), const TCP_MAXWIN = 65535
  7558  pkg syscall (darwin-amd64), const TCP_MAX_SACK = 3
  7559  pkg syscall (darwin-amd64), const TCP_MAX_WINSHIFT = 14
  7560  pkg syscall (darwin-amd64), const TCP_MINMSS = 216
  7561  pkg syscall (darwin-amd64), const TCP_MINMSSOVERLOAD = 1000
  7562  pkg syscall (darwin-amd64), const TCP_MSS = 512
  7563  pkg syscall (darwin-amd64), const TCP_NOOPT = 8
  7564  pkg syscall (darwin-amd64), const TCP_NOPUSH = 4
  7565  pkg syscall (darwin-amd64), const TCP_RXT_CONNDROPTIME = 128
  7566  pkg syscall (darwin-amd64), const TCP_RXT_FINDROP = 256
  7567  pkg syscall (darwin-amd64), const TCSAFLUSH = 2
  7568  pkg syscall (darwin-amd64), const TCSAFLUSH ideal-int
  7569  pkg syscall (darwin-amd64), const TIOCCBRK = 536900730
  7570  pkg syscall (darwin-amd64), const TIOCCDTR = 536900728
  7571  pkg syscall (darwin-amd64), const TIOCCONS = 2147775586
  7572  pkg syscall (darwin-amd64), const TIOCDCDTIMESTAMP = 1074820184
  7573  pkg syscall (darwin-amd64), const TIOCDRAIN = 536900702
  7574  pkg syscall (darwin-amd64), const TIOCDSIMICROCODE = 536900693
  7575  pkg syscall (darwin-amd64), const TIOCEXCL = 536900621
  7576  pkg syscall (darwin-amd64), const TIOCEXT = 2147775584
  7577  pkg syscall (darwin-amd64), const TIOCFLUSH = 2147775504
  7578  pkg syscall (darwin-amd64), const TIOCGDRAINWAIT = 1074033750
  7579  pkg syscall (darwin-amd64), const TIOCGETA = 1078490131
  7580  pkg syscall (darwin-amd64), const TIOCGETD = 1074033690
  7581  pkg syscall (darwin-amd64), const TIOCGPGRP = 1074033783
  7582  pkg syscall (darwin-amd64), const TIOCGWINSZ = 1074295912
  7583  pkg syscall (darwin-amd64), const TIOCIXOFF = 536900736
  7584  pkg syscall (darwin-amd64), const TIOCIXON = 536900737
  7585  pkg syscall (darwin-amd64), const TIOCMBIC = 2147775595
  7586  pkg syscall (darwin-amd64), const TIOCMBIS = 2147775596
  7587  pkg syscall (darwin-amd64), const TIOCMGDTRWAIT = 1074033754
  7588  pkg syscall (darwin-amd64), const TIOCMGET = 1074033770
  7589  pkg syscall (darwin-amd64), const TIOCMODG = 1074033667
  7590  pkg syscall (darwin-amd64), const TIOCMODS = 2147775492
  7591  pkg syscall (darwin-amd64), const TIOCMSDTRWAIT = 2147775579
  7592  pkg syscall (darwin-amd64), const TIOCMSET = 2147775597
  7593  pkg syscall (darwin-amd64), const TIOCM_CAR = 64
  7594  pkg syscall (darwin-amd64), const TIOCM_CD = 64
  7595  pkg syscall (darwin-amd64), const TIOCM_CTS = 32
  7596  pkg syscall (darwin-amd64), const TIOCM_DSR = 256
  7597  pkg syscall (darwin-amd64), const TIOCM_DTR = 2
  7598  pkg syscall (darwin-amd64), const TIOCM_LE = 1
  7599  pkg syscall (darwin-amd64), const TIOCM_RI = 128
  7600  pkg syscall (darwin-amd64), const TIOCM_RNG = 128
  7601  pkg syscall (darwin-amd64), const TIOCM_RTS = 4
  7602  pkg syscall (darwin-amd64), const TIOCM_SR = 16
  7603  pkg syscall (darwin-amd64), const TIOCM_ST = 8
  7604  pkg syscall (darwin-amd64), const TIOCNOTTY = 536900721
  7605  pkg syscall (darwin-amd64), const TIOCNXCL = 536900622
  7606  pkg syscall (darwin-amd64), const TIOCOUTQ = 1074033779
  7607  pkg syscall (darwin-amd64), const TIOCPKT = 2147775600
  7608  pkg syscall (darwin-amd64), const TIOCPKT_DATA = 0
  7609  pkg syscall (darwin-amd64), const TIOCPKT_DOSTOP = 32
  7610  pkg syscall (darwin-amd64), const TIOCPKT_FLUSHREAD = 1
  7611  pkg syscall (darwin-amd64), const TIOCPKT_FLUSHWRITE = 2
  7612  pkg syscall (darwin-amd64), const TIOCPKT_IOCTL = 64
  7613  pkg syscall (darwin-amd64), const TIOCPKT_NOSTOP = 16
  7614  pkg syscall (darwin-amd64), const TIOCPKT_START = 8
  7615  pkg syscall (darwin-amd64), const TIOCPKT_STOP = 4
  7616  pkg syscall (darwin-amd64), const TIOCPTYGNAME = 1082160211
  7617  pkg syscall (darwin-amd64), const TIOCPTYGRANT = 536900692
  7618  pkg syscall (darwin-amd64), const TIOCPTYUNLK = 536900690
  7619  pkg syscall (darwin-amd64), const TIOCREMOTE = 2147775593
  7620  pkg syscall (darwin-amd64), const TIOCSBRK = 536900731
  7621  pkg syscall (darwin-amd64), const TIOCSCONS = 536900707
  7622  pkg syscall (darwin-amd64), const TIOCSCTTY = 536900705
  7623  pkg syscall (darwin-amd64), const TIOCSDRAINWAIT = 2147775575
  7624  pkg syscall (darwin-amd64), const TIOCSDTR = 536900729
  7625  pkg syscall (darwin-amd64), const TIOCSETA = 2152231956
  7626  pkg syscall (darwin-amd64), const TIOCSETAF = 2152231958
  7627  pkg syscall (darwin-amd64), const TIOCSETAW = 2152231957
  7628  pkg syscall (darwin-amd64), const TIOCSETD = 2147775515
  7629  pkg syscall (darwin-amd64), const TIOCSIG = 536900703
  7630  pkg syscall (darwin-amd64), const TIOCSPGRP = 2147775606
  7631  pkg syscall (darwin-amd64), const TIOCSTART = 536900718
  7632  pkg syscall (darwin-amd64), const TIOCSTAT = 536900709
  7633  pkg syscall (darwin-amd64), const TIOCSTI = 2147578994
  7634  pkg syscall (darwin-amd64), const TIOCSTOP = 536900719
  7635  pkg syscall (darwin-amd64), const TIOCSWINSZ = 2148037735
  7636  pkg syscall (darwin-amd64), const TIOCTIMESTAMP = 1074820185
  7637  pkg syscall (darwin-amd64), const TIOCUCNTL = 2147775590
  7638  pkg syscall (darwin-amd64), const TOSTOP = 4194304
  7639  pkg syscall (darwin-amd64), const TOSTOP ideal-int
  7640  pkg syscall (darwin-amd64), const VDISCARD = 15
  7641  pkg syscall (darwin-amd64), const VDISCARD ideal-int
  7642  pkg syscall (darwin-amd64), const VDSUSP = 11
  7643  pkg syscall (darwin-amd64), const VDSUSP ideal-int
  7644  pkg syscall (darwin-amd64), const VEOF = 0
  7645  pkg syscall (darwin-amd64), const VEOF ideal-int
  7646  pkg syscall (darwin-amd64), const VEOL = 1
  7647  pkg syscall (darwin-amd64), const VEOL ideal-int
  7648  pkg syscall (darwin-amd64), const VEOL2 = 2
  7649  pkg syscall (darwin-amd64), const VEOL2 ideal-int
  7650  pkg syscall (darwin-amd64), const VERASE = 3
  7651  pkg syscall (darwin-amd64), const VERASE ideal-int
  7652  pkg syscall (darwin-amd64), const VINTR = 8
  7653  pkg syscall (darwin-amd64), const VINTR ideal-int
  7654  pkg syscall (darwin-amd64), const VKILL = 5
  7655  pkg syscall (darwin-amd64), const VKILL ideal-int
  7656  pkg syscall (darwin-amd64), const VLNEXT = 14
  7657  pkg syscall (darwin-amd64), const VLNEXT ideal-int
  7658  pkg syscall (darwin-amd64), const VMIN = 16
  7659  pkg syscall (darwin-amd64), const VMIN ideal-int
  7660  pkg syscall (darwin-amd64), const VQUIT = 9
  7661  pkg syscall (darwin-amd64), const VQUIT ideal-int
  7662  pkg syscall (darwin-amd64), const VREPRINT = 6
  7663  pkg syscall (darwin-amd64), const VREPRINT ideal-int
  7664  pkg syscall (darwin-amd64), const VSTART = 12
  7665  pkg syscall (darwin-amd64), const VSTART ideal-int
  7666  pkg syscall (darwin-amd64), const VSTATUS = 18
  7667  pkg syscall (darwin-amd64), const VSTATUS ideal-int
  7668  pkg syscall (darwin-amd64), const VSTOP = 13
  7669  pkg syscall (darwin-amd64), const VSTOP ideal-int
  7670  pkg syscall (darwin-amd64), const VSUSP = 10
  7671  pkg syscall (darwin-amd64), const VSUSP ideal-int
  7672  pkg syscall (darwin-amd64), const VT0 = 0
  7673  pkg syscall (darwin-amd64), const VT0 ideal-int
  7674  pkg syscall (darwin-amd64), const VT1 = 65536
  7675  pkg syscall (darwin-amd64), const VT1 ideal-int
  7676  pkg syscall (darwin-amd64), const VTDLY = 65536
  7677  pkg syscall (darwin-amd64), const VTDLY ideal-int
  7678  pkg syscall (darwin-amd64), const VTIME = 17
  7679  pkg syscall (darwin-amd64), const VTIME ideal-int
  7680  pkg syscall (darwin-amd64), const VWERASE = 4
  7681  pkg syscall (darwin-amd64), const VWERASE ideal-int
  7682  pkg syscall (darwin-amd64), const WCONTINUED = 16
  7683  pkg syscall (darwin-amd64), const WCOREFLAG = 128
  7684  pkg syscall (darwin-amd64), const WEXITED = 4
  7685  pkg syscall (darwin-amd64), const WNOHANG = 1
  7686  pkg syscall (darwin-amd64), const WNOWAIT = 32
  7687  pkg syscall (darwin-amd64), const WORDSIZE = 64
  7688  pkg syscall (darwin-amd64), const WSTOPPED = 8
  7689  pkg syscall (darwin-amd64), const WUNTRACED = 2
  7690  pkg syscall (darwin-amd64), func Fchflags(int, int) error
  7691  pkg syscall (darwin-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
  7692  pkg syscall (darwin-amd64), type Inet4Pktinfo struct
  7693  pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Addr [4]uint8
  7694  pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Ifindex uint32
  7695  pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8
  7696  pkg syscall (darwin-amd64), type Termios struct
  7697  pkg syscall (darwin-amd64), type Termios struct, Cc [20]uint8
  7698  pkg syscall (darwin-amd64), type Termios struct, Cflag uint64
  7699  pkg syscall (darwin-amd64), type Termios struct, Iflag uint64
  7700  pkg syscall (darwin-amd64), type Termios struct, Ispeed uint64
  7701  pkg syscall (darwin-amd64), type Termios struct, Lflag uint64
  7702  pkg syscall (darwin-amd64), type Termios struct, Oflag uint64
  7703  pkg syscall (darwin-amd64), type Termios struct, Ospeed uint64
  7704  pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]uint8
  7705  pkg syscall (darwin-amd64-cgo), const AF_APPLETALK = 16
  7706  pkg syscall (darwin-amd64-cgo), const AF_CCITT = 10
  7707  pkg syscall (darwin-amd64-cgo), const AF_CHAOS = 5
  7708  pkg syscall (darwin-amd64-cgo), const AF_CNT = 21
  7709  pkg syscall (darwin-amd64-cgo), const AF_COIP = 20
  7710  pkg syscall (darwin-amd64-cgo), const AF_DATAKIT = 9
  7711  pkg syscall (darwin-amd64-cgo), const AF_DECnet = 12
  7712  pkg syscall (darwin-amd64-cgo), const AF_DLI = 13
  7713  pkg syscall (darwin-amd64-cgo), const AF_E164 = 28
  7714  pkg syscall (darwin-amd64-cgo), const AF_ECMA = 8
  7715  pkg syscall (darwin-amd64-cgo), const AF_HYLINK = 15
  7716  pkg syscall (darwin-amd64-cgo), const AF_IEEE80211 = 37
  7717  pkg syscall (darwin-amd64-cgo), const AF_IMPLINK = 3
  7718  pkg syscall (darwin-amd64-cgo), const AF_INET6 = 30
  7719  pkg syscall (darwin-amd64-cgo), const AF_IPX = 23
  7720  pkg syscall (darwin-amd64-cgo), const AF_ISDN = 28
  7721  pkg syscall (darwin-amd64-cgo), const AF_ISO = 7
  7722  pkg syscall (darwin-amd64-cgo), const AF_LAT = 14
  7723  pkg syscall (darwin-amd64-cgo), const AF_LINK = 18
  7724  pkg syscall (darwin-amd64-cgo), const AF_LOCAL = 1
  7725  pkg syscall (darwin-amd64-cgo), const AF_MAX = 38
  7726  pkg syscall (darwin-amd64-cgo), const AF_NATM = 31
  7727  pkg syscall (darwin-amd64-cgo), const AF_NDRV = 27
  7728  pkg syscall (darwin-amd64-cgo), const AF_NETBIOS = 33
  7729  pkg syscall (darwin-amd64-cgo), const AF_NS = 6
  7730  pkg syscall (darwin-amd64-cgo), const AF_OSI = 7
  7731  pkg syscall (darwin-amd64-cgo), const AF_PPP = 34
  7732  pkg syscall (darwin-amd64-cgo), const AF_PUP = 4
  7733  pkg syscall (darwin-amd64-cgo), const AF_RESERVED_36 = 36
  7734  pkg syscall (darwin-amd64-cgo), const AF_ROUTE = 17
  7735  pkg syscall (darwin-amd64-cgo), const AF_SIP = 24
  7736  pkg syscall (darwin-amd64-cgo), const AF_SNA = 11
  7737  pkg syscall (darwin-amd64-cgo), const AF_SYSTEM = 32
  7738  pkg syscall (darwin-amd64-cgo), const B0 = 0
  7739  pkg syscall (darwin-amd64-cgo), const B0 ideal-int
  7740  pkg syscall (darwin-amd64-cgo), const B110 = 110
  7741  pkg syscall (darwin-amd64-cgo), const B110 ideal-int
  7742  pkg syscall (darwin-amd64-cgo), const B115200 = 115200
  7743  pkg syscall (darwin-amd64-cgo), const B115200 ideal-int
  7744  pkg syscall (darwin-amd64-cgo), const B1200 = 1200
  7745  pkg syscall (darwin-amd64-cgo), const B1200 ideal-int
  7746  pkg syscall (darwin-amd64-cgo), const B134 = 134
  7747  pkg syscall (darwin-amd64-cgo), const B134 ideal-int
  7748  pkg syscall (darwin-amd64-cgo), const B14400 = 14400
  7749  pkg syscall (darwin-amd64-cgo), const B14400 ideal-int
  7750  pkg syscall (darwin-amd64-cgo), const B150 = 150
  7751  pkg syscall (darwin-amd64-cgo), const B150 ideal-int
  7752  pkg syscall (darwin-amd64-cgo), const B1800 = 1800
  7753  pkg syscall (darwin-amd64-cgo), const B1800 ideal-int
  7754  pkg syscall (darwin-amd64-cgo), const B19200 = 19200
  7755  pkg syscall (darwin-amd64-cgo), const B19200 ideal-int
  7756  pkg syscall (darwin-amd64-cgo), const B200 = 200
  7757  pkg syscall (darwin-amd64-cgo), const B200 ideal-int
  7758  pkg syscall (darwin-amd64-cgo), const B230400 = 230400
  7759  pkg syscall (darwin-amd64-cgo), const B230400 ideal-int
  7760  pkg syscall (darwin-amd64-cgo), const B2400 = 2400
  7761  pkg syscall (darwin-amd64-cgo), const B2400 ideal-int
  7762  pkg syscall (darwin-amd64-cgo), const B28800 = 28800
  7763  pkg syscall (darwin-amd64-cgo), const B28800 ideal-int
  7764  pkg syscall (darwin-amd64-cgo), const B300 = 300
  7765  pkg syscall (darwin-amd64-cgo), const B300 ideal-int
  7766  pkg syscall (darwin-amd64-cgo), const B38400 = 38400
  7767  pkg syscall (darwin-amd64-cgo), const B38400 ideal-int
  7768  pkg syscall (darwin-amd64-cgo), const B4800 = 4800
  7769  pkg syscall (darwin-amd64-cgo), const B4800 ideal-int
  7770  pkg syscall (darwin-amd64-cgo), const B50 = 50
  7771  pkg syscall (darwin-amd64-cgo), const B50 ideal-int
  7772  pkg syscall (darwin-amd64-cgo), const B57600 = 57600
  7773  pkg syscall (darwin-amd64-cgo), const B57600 ideal-int
  7774  pkg syscall (darwin-amd64-cgo), const B600 = 600
  7775  pkg syscall (darwin-amd64-cgo), const B600 ideal-int
  7776  pkg syscall (darwin-amd64-cgo), const B7200 = 7200
  7777  pkg syscall (darwin-amd64-cgo), const B7200 ideal-int
  7778  pkg syscall (darwin-amd64-cgo), const B75 = 75
  7779  pkg syscall (darwin-amd64-cgo), const B75 ideal-int
  7780  pkg syscall (darwin-amd64-cgo), const B76800 = 76800
  7781  pkg syscall (darwin-amd64-cgo), const B76800 ideal-int
  7782  pkg syscall (darwin-amd64-cgo), const B9600 = 9600
  7783  pkg syscall (darwin-amd64-cgo), const B9600 ideal-int
  7784  pkg syscall (darwin-amd64-cgo), const BIOCFLUSH = 536887912
  7785  pkg syscall (darwin-amd64-cgo), const BIOCGBLEN = 1074020966
  7786  pkg syscall (darwin-amd64-cgo), const BIOCGDLT = 1074020970
  7787  pkg syscall (darwin-amd64-cgo), const BIOCGDLTLIST = 3222028921
  7788  pkg syscall (darwin-amd64-cgo), const BIOCGETIF = 1075855979
  7789  pkg syscall (darwin-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
  7790  pkg syscall (darwin-amd64-cgo), const BIOCGRSIG = 1074020978
  7791  pkg syscall (darwin-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
  7792  pkg syscall (darwin-amd64-cgo), const BIOCGSEESENT = 1074020982
  7793  pkg syscall (darwin-amd64-cgo), const BIOCGSTATS = 1074283119
  7794  pkg syscall (darwin-amd64-cgo), const BIOCIMMEDIATE = 2147762800
  7795  pkg syscall (darwin-amd64-cgo), const BIOCPROMISC = 536887913
  7796  pkg syscall (darwin-amd64-cgo), const BIOCSBLEN = 3221504614
  7797  pkg syscall (darwin-amd64-cgo), const BIOCSDLT = 2147762808
  7798  pkg syscall (darwin-amd64-cgo), const BIOCSETF = 2148549223
  7799  pkg syscall (darwin-amd64-cgo), const BIOCSETIF = 2149597804
  7800  pkg syscall (darwin-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
  7801  pkg syscall (darwin-amd64-cgo), const BIOCSRSIG = 2147762803
  7802  pkg syscall (darwin-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
  7803  pkg syscall (darwin-amd64-cgo), const BIOCSSEESENT = 2147762807
  7804  pkg syscall (darwin-amd64-cgo), const BIOCVERSION = 1074020977
  7805  pkg syscall (darwin-amd64-cgo), const BPF_A = 16
  7806  pkg syscall (darwin-amd64-cgo), const BPF_ABS = 32
  7807  pkg syscall (darwin-amd64-cgo), const BPF_ADD = 0
  7808  pkg syscall (darwin-amd64-cgo), const BPF_ALIGNMENT = 4
  7809  pkg syscall (darwin-amd64-cgo), const BPF_ALU = 4
  7810  pkg syscall (darwin-amd64-cgo), const BPF_AND = 80
  7811  pkg syscall (darwin-amd64-cgo), const BPF_B = 16
  7812  pkg syscall (darwin-amd64-cgo), const BPF_DIV = 48
  7813  pkg syscall (darwin-amd64-cgo), const BPF_H = 8
  7814  pkg syscall (darwin-amd64-cgo), const BPF_IMM = 0
  7815  pkg syscall (darwin-amd64-cgo), const BPF_IND = 64
  7816  pkg syscall (darwin-amd64-cgo), const BPF_JA = 0
  7817  pkg syscall (darwin-amd64-cgo), const BPF_JEQ = 16
  7818  pkg syscall (darwin-amd64-cgo), const BPF_JGE = 48
  7819  pkg syscall (darwin-amd64-cgo), const BPF_JGT = 32
  7820  pkg syscall (darwin-amd64-cgo), const BPF_JMP = 5
  7821  pkg syscall (darwin-amd64-cgo), const BPF_JSET = 64
  7822  pkg syscall (darwin-amd64-cgo), const BPF_K = 0
  7823  pkg syscall (darwin-amd64-cgo), const BPF_LD = 0
  7824  pkg syscall (darwin-amd64-cgo), const BPF_LDX = 1
  7825  pkg syscall (darwin-amd64-cgo), const BPF_LEN = 128
  7826  pkg syscall (darwin-amd64-cgo), const BPF_LSH = 96
  7827  pkg syscall (darwin-amd64-cgo), const BPF_MAJOR_VERSION = 1
  7828  pkg syscall (darwin-amd64-cgo), const BPF_MAXBUFSIZE = 524288
  7829  pkg syscall (darwin-amd64-cgo), const BPF_MAXINSNS = 512
  7830  pkg syscall (darwin-amd64-cgo), const BPF_MEM = 96
  7831  pkg syscall (darwin-amd64-cgo), const BPF_MEMWORDS = 16
  7832  pkg syscall (darwin-amd64-cgo), const BPF_MINBUFSIZE = 32
  7833  pkg syscall (darwin-amd64-cgo), const BPF_MINOR_VERSION = 1
  7834  pkg syscall (darwin-amd64-cgo), const BPF_MISC = 7
  7835  pkg syscall (darwin-amd64-cgo), const BPF_MSH = 160
  7836  pkg syscall (darwin-amd64-cgo), const BPF_MUL = 32
  7837  pkg syscall (darwin-amd64-cgo), const BPF_NEG = 128
  7838  pkg syscall (darwin-amd64-cgo), const BPF_OR = 64
  7839  pkg syscall (darwin-amd64-cgo), const BPF_RELEASE = 199606
  7840  pkg syscall (darwin-amd64-cgo), const BPF_RET = 6
  7841  pkg syscall (darwin-amd64-cgo), const BPF_RSH = 112
  7842  pkg syscall (darwin-amd64-cgo), const BPF_ST = 2
  7843  pkg syscall (darwin-amd64-cgo), const BPF_STX = 3
  7844  pkg syscall (darwin-amd64-cgo), const BPF_SUB = 16
  7845  pkg syscall (darwin-amd64-cgo), const BPF_TAX = 0
  7846  pkg syscall (darwin-amd64-cgo), const BPF_TXA = 128
  7847  pkg syscall (darwin-amd64-cgo), const BPF_W = 0
  7848  pkg syscall (darwin-amd64-cgo), const BPF_X = 8
  7849  pkg syscall (darwin-amd64-cgo), const BRKINT = 2
  7850  pkg syscall (darwin-amd64-cgo), const BRKINT ideal-int
  7851  pkg syscall (darwin-amd64-cgo), const CFLUSH = 15
  7852  pkg syscall (darwin-amd64-cgo), const CFLUSH ideal-int
  7853  pkg syscall (darwin-amd64-cgo), const CLOCAL = 32768
  7854  pkg syscall (darwin-amd64-cgo), const CLOCAL ideal-int
  7855  pkg syscall (darwin-amd64-cgo), const CREAD = 2048
  7856  pkg syscall (darwin-amd64-cgo), const CREAD ideal-int
  7857  pkg syscall (darwin-amd64-cgo), const CS5 = 0
  7858  pkg syscall (darwin-amd64-cgo), const CS5 ideal-int
  7859  pkg syscall (darwin-amd64-cgo), const CS6 = 256
  7860  pkg syscall (darwin-amd64-cgo), const CS6 ideal-int
  7861  pkg syscall (darwin-amd64-cgo), const CS7 = 512
  7862  pkg syscall (darwin-amd64-cgo), const CS7 ideal-int
  7863  pkg syscall (darwin-amd64-cgo), const CS8 = 768
  7864  pkg syscall (darwin-amd64-cgo), const CS8 ideal-int
  7865  pkg syscall (darwin-amd64-cgo), const CSIZE = 768
  7866  pkg syscall (darwin-amd64-cgo), const CSIZE ideal-int
  7867  pkg syscall (darwin-amd64-cgo), const CSTART = 17
  7868  pkg syscall (darwin-amd64-cgo), const CSTART ideal-int
  7869  pkg syscall (darwin-amd64-cgo), const CSTATUS = 20
  7870  pkg syscall (darwin-amd64-cgo), const CSTATUS ideal-int
  7871  pkg syscall (darwin-amd64-cgo), const CSTOP = 19
  7872  pkg syscall (darwin-amd64-cgo), const CSTOP ideal-int
  7873  pkg syscall (darwin-amd64-cgo), const CSTOPB = 1024
  7874  pkg syscall (darwin-amd64-cgo), const CSTOPB ideal-int
  7875  pkg syscall (darwin-amd64-cgo), const CSUSP = 26
  7876  pkg syscall (darwin-amd64-cgo), const CSUSP ideal-int
  7877  pkg syscall (darwin-amd64-cgo), const CTL_MAXNAME = 12
  7878  pkg syscall (darwin-amd64-cgo), const CTL_NET = 4
  7879  pkg syscall (darwin-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  7880  pkg syscall (darwin-amd64-cgo), const DLT_ARCNET = 7
  7881  pkg syscall (darwin-amd64-cgo), const DLT_ATM_CLIP = 19
  7882  pkg syscall (darwin-amd64-cgo), const DLT_ATM_RFC1483 = 11
  7883  pkg syscall (darwin-amd64-cgo), const DLT_AX25 = 3
  7884  pkg syscall (darwin-amd64-cgo), const DLT_CHAOS = 5
  7885  pkg syscall (darwin-amd64-cgo), const DLT_CHDLC = 104
  7886  pkg syscall (darwin-amd64-cgo), const DLT_C_HDLC = 104
  7887  pkg syscall (darwin-amd64-cgo), const DLT_EN10MB = 1
  7888  pkg syscall (darwin-amd64-cgo), const DLT_EN3MB = 2
  7889  pkg syscall (darwin-amd64-cgo), const DLT_FDDI = 10
  7890  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802 = 6
  7891  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11 = 105
  7892  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
  7893  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
  7894  pkg syscall (darwin-amd64-cgo), const DLT_LINUX_SLL = 113
  7895  pkg syscall (darwin-amd64-cgo), const DLT_LOOP = 108
  7896  pkg syscall (darwin-amd64-cgo), const DLT_NULL = 0
  7897  pkg syscall (darwin-amd64-cgo), const DLT_PFLOG = 117
  7898  pkg syscall (darwin-amd64-cgo), const DLT_PFSYNC = 18
  7899  pkg syscall (darwin-amd64-cgo), const DLT_PPP = 9
  7900  pkg syscall (darwin-amd64-cgo), const DLT_PPP_BSDOS = 16
  7901  pkg syscall (darwin-amd64-cgo), const DLT_PPP_SERIAL = 50
  7902  pkg syscall (darwin-amd64-cgo), const DLT_PRONET = 4
  7903  pkg syscall (darwin-amd64-cgo), const DLT_RAW = 12
  7904  pkg syscall (darwin-amd64-cgo), const DLT_SLIP = 8
  7905  pkg syscall (darwin-amd64-cgo), const DLT_SLIP_BSDOS = 15
  7906  pkg syscall (darwin-amd64-cgo), const DT_BLK = 6
  7907  pkg syscall (darwin-amd64-cgo), const DT_CHR = 2
  7908  pkg syscall (darwin-amd64-cgo), const DT_DIR = 4
  7909  pkg syscall (darwin-amd64-cgo), const DT_FIFO = 1
  7910  pkg syscall (darwin-amd64-cgo), const DT_LNK = 10
  7911  pkg syscall (darwin-amd64-cgo), const DT_REG = 8
  7912  pkg syscall (darwin-amd64-cgo), const DT_SOCK = 12
  7913  pkg syscall (darwin-amd64-cgo), const DT_UNKNOWN = 0
  7914  pkg syscall (darwin-amd64-cgo), const DT_WHT = 14
  7915  pkg syscall (darwin-amd64-cgo), const E2BIG = 7
  7916  pkg syscall (darwin-amd64-cgo), const EACCES = 13
  7917  pkg syscall (darwin-amd64-cgo), const EADDRINUSE = 48
  7918  pkg syscall (darwin-amd64-cgo), const EADDRNOTAVAIL = 49
  7919  pkg syscall (darwin-amd64-cgo), const EAFNOSUPPORT = 47
  7920  pkg syscall (darwin-amd64-cgo), const EAGAIN = 35
  7921  pkg syscall (darwin-amd64-cgo), const EALREADY = 37
  7922  pkg syscall (darwin-amd64-cgo), const EAUTH = 80
  7923  pkg syscall (darwin-amd64-cgo), const EBADARCH = 86
  7924  pkg syscall (darwin-amd64-cgo), const EBADEXEC = 85
  7925  pkg syscall (darwin-amd64-cgo), const EBADF = 9
  7926  pkg syscall (darwin-amd64-cgo), const EBADMACHO = 88
  7927  pkg syscall (darwin-amd64-cgo), const EBADMSG = 94
  7928  pkg syscall (darwin-amd64-cgo), const EBADRPC = 72
  7929  pkg syscall (darwin-amd64-cgo), const EBUSY = 16
  7930  pkg syscall (darwin-amd64-cgo), const ECANCELED = 89
  7931  pkg syscall (darwin-amd64-cgo), const ECHILD = 10
  7932  pkg syscall (darwin-amd64-cgo), const ECHO = 8
  7933  pkg syscall (darwin-amd64-cgo), const ECHOCTL = 64
  7934  pkg syscall (darwin-amd64-cgo), const ECHOE = 2
  7935  pkg syscall (darwin-amd64-cgo), const ECHOK = 4
  7936  pkg syscall (darwin-amd64-cgo), const ECHOKE = 1
  7937  pkg syscall (darwin-amd64-cgo), const ECHONL = 16
  7938  pkg syscall (darwin-amd64-cgo), const ECHOPRT = 32
  7939  pkg syscall (darwin-amd64-cgo), const ECONNABORTED = 53
  7940  pkg syscall (darwin-amd64-cgo), const ECONNREFUSED = 61
  7941  pkg syscall (darwin-amd64-cgo), const ECONNRESET = 54
  7942  pkg syscall (darwin-amd64-cgo), const EDEADLK = 11
  7943  pkg syscall (darwin-amd64-cgo), const EDESTADDRREQ = 39
  7944  pkg syscall (darwin-amd64-cgo), const EDEVERR = 83
  7945  pkg syscall (darwin-amd64-cgo), const EDOM = 33
  7946  pkg syscall (darwin-amd64-cgo), const EDQUOT = 69
  7947  pkg syscall (darwin-amd64-cgo), const EEXIST = 17
  7948  pkg syscall (darwin-amd64-cgo), const EFAULT = 14
  7949  pkg syscall (darwin-amd64-cgo), const EFBIG = 27
  7950  pkg syscall (darwin-amd64-cgo), const EFTYPE = 79
  7951  pkg syscall (darwin-amd64-cgo), const EHOSTDOWN = 64
  7952  pkg syscall (darwin-amd64-cgo), const EHOSTUNREACH = 65
  7953  pkg syscall (darwin-amd64-cgo), const EIDRM = 90
  7954  pkg syscall (darwin-amd64-cgo), const EILSEQ = 92
  7955  pkg syscall (darwin-amd64-cgo), const EINPROGRESS = 36
  7956  pkg syscall (darwin-amd64-cgo), const EINTR = 4
  7957  pkg syscall (darwin-amd64-cgo), const EINVAL = 22
  7958  pkg syscall (darwin-amd64-cgo), const EIO = 5
  7959  pkg syscall (darwin-amd64-cgo), const EISCONN = 56
  7960  pkg syscall (darwin-amd64-cgo), const EISDIR = 21
  7961  pkg syscall (darwin-amd64-cgo), const ELAST = 105
  7962  pkg syscall (darwin-amd64-cgo), const ELOOP = 62
  7963  pkg syscall (darwin-amd64-cgo), const EMFILE = 24
  7964  pkg syscall (darwin-amd64-cgo), const EMLINK = 31
  7965  pkg syscall (darwin-amd64-cgo), const EMSGSIZE = 40
  7966  pkg syscall (darwin-amd64-cgo), const EMULTIHOP = 95
  7967  pkg syscall (darwin-amd64-cgo), const ENAMETOOLONG = 63
  7968  pkg syscall (darwin-amd64-cgo), const ENEEDAUTH = 81
  7969  pkg syscall (darwin-amd64-cgo), const ENETDOWN = 50
  7970  pkg syscall (darwin-amd64-cgo), const ENETRESET = 52
  7971  pkg syscall (darwin-amd64-cgo), const ENETUNREACH = 51
  7972  pkg syscall (darwin-amd64-cgo), const ENFILE = 23
  7973  pkg syscall (darwin-amd64-cgo), const ENOATTR = 93
  7974  pkg syscall (darwin-amd64-cgo), const ENOBUFS = 55
  7975  pkg syscall (darwin-amd64-cgo), const ENODATA = 96
  7976  pkg syscall (darwin-amd64-cgo), const ENODEV = 19
  7977  pkg syscall (darwin-amd64-cgo), const ENOEXEC = 8
  7978  pkg syscall (darwin-amd64-cgo), const ENOLCK = 77
  7979  pkg syscall (darwin-amd64-cgo), const ENOLINK = 97
  7980  pkg syscall (darwin-amd64-cgo), const ENOMEM = 12
  7981  pkg syscall (darwin-amd64-cgo), const ENOMSG = 91
  7982  pkg syscall (darwin-amd64-cgo), const ENOPOLICY = 103
  7983  pkg syscall (darwin-amd64-cgo), const ENOPROTOOPT = 42
  7984  pkg syscall (darwin-amd64-cgo), const ENOSPC = 28
  7985  pkg syscall (darwin-amd64-cgo), const ENOSR = 98
  7986  pkg syscall (darwin-amd64-cgo), const ENOSTR = 99
  7987  pkg syscall (darwin-amd64-cgo), const ENOSYS = 78
  7988  pkg syscall (darwin-amd64-cgo), const ENOTBLK = 15
  7989  pkg syscall (darwin-amd64-cgo), const ENOTCONN = 57
  7990  pkg syscall (darwin-amd64-cgo), const ENOTDIR = 20
  7991  pkg syscall (darwin-amd64-cgo), const ENOTEMPTY = 66
  7992  pkg syscall (darwin-amd64-cgo), const ENOTRECOVERABLE = 104
  7993  pkg syscall (darwin-amd64-cgo), const ENOTSOCK = 38
  7994  pkg syscall (darwin-amd64-cgo), const ENOTSUP = 45
  7995  pkg syscall (darwin-amd64-cgo), const ENOTTY = 25
  7996  pkg syscall (darwin-amd64-cgo), const ENXIO = 6
  7997  pkg syscall (darwin-amd64-cgo), const EOPNOTSUPP = 102
  7998  pkg syscall (darwin-amd64-cgo), const EOVERFLOW = 84
  7999  pkg syscall (darwin-amd64-cgo), const EOWNERDEAD = 105
  8000  pkg syscall (darwin-amd64-cgo), const EPERM = 1
  8001  pkg syscall (darwin-amd64-cgo), const EPFNOSUPPORT = 46
  8002  pkg syscall (darwin-amd64-cgo), const EPIPE = 32
  8003  pkg syscall (darwin-amd64-cgo), const EPROCLIM = 67
  8004  pkg syscall (darwin-amd64-cgo), const EPROCUNAVAIL = 76
  8005  pkg syscall (darwin-amd64-cgo), const EPROGMISMATCH = 75
  8006  pkg syscall (darwin-amd64-cgo), const EPROGUNAVAIL = 74
  8007  pkg syscall (darwin-amd64-cgo), const EPROTO = 100
  8008  pkg syscall (darwin-amd64-cgo), const EPROTONOSUPPORT = 43
  8009  pkg syscall (darwin-amd64-cgo), const EPROTOTYPE = 41
  8010  pkg syscall (darwin-amd64-cgo), const EPWROFF = 82
  8011  pkg syscall (darwin-amd64-cgo), const ERANGE = 34
  8012  pkg syscall (darwin-amd64-cgo), const EREMOTE = 71
  8013  pkg syscall (darwin-amd64-cgo), const EROFS = 30
  8014  pkg syscall (darwin-amd64-cgo), const ERPCMISMATCH = 73
  8015  pkg syscall (darwin-amd64-cgo), const ESHLIBVERS = 87
  8016  pkg syscall (darwin-amd64-cgo), const ESHUTDOWN = 58
  8017  pkg syscall (darwin-amd64-cgo), const ESOCKTNOSUPPORT = 44
  8018  pkg syscall (darwin-amd64-cgo), const ESPIPE = 29
  8019  pkg syscall (darwin-amd64-cgo), const ESRCH = 3
  8020  pkg syscall (darwin-amd64-cgo), const ESTALE = 70
  8021  pkg syscall (darwin-amd64-cgo), const ETIME = 101
  8022  pkg syscall (darwin-amd64-cgo), const ETIMEDOUT = 60
  8023  pkg syscall (darwin-amd64-cgo), const ETOOMANYREFS = 59
  8024  pkg syscall (darwin-amd64-cgo), const ETXTBSY = 26
  8025  pkg syscall (darwin-amd64-cgo), const EUSERS = 68
  8026  pkg syscall (darwin-amd64-cgo), const EVFILT_AIO = -3
  8027  pkg syscall (darwin-amd64-cgo), const EVFILT_FS = -9
  8028  pkg syscall (darwin-amd64-cgo), const EVFILT_MACHPORT = -8
  8029  pkg syscall (darwin-amd64-cgo), const EVFILT_PROC = -5
  8030  pkg syscall (darwin-amd64-cgo), const EVFILT_READ = -1
  8031  pkg syscall (darwin-amd64-cgo), const EVFILT_SIGNAL = -6
  8032  pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT = 12
  8033  pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER = 12
  8034  pkg syscall (darwin-amd64-cgo), const EVFILT_TIMER = -7
  8035  pkg syscall (darwin-amd64-cgo), const EVFILT_USER = -10
  8036  pkg syscall (darwin-amd64-cgo), const EVFILT_VM = -12
  8037  pkg syscall (darwin-amd64-cgo), const EVFILT_VNODE = -4
  8038  pkg syscall (darwin-amd64-cgo), const EVFILT_WRITE = -2
  8039  pkg syscall (darwin-amd64-cgo), const EV_ADD = 1
  8040  pkg syscall (darwin-amd64-cgo), const EV_CLEAR = 32
  8041  pkg syscall (darwin-amd64-cgo), const EV_DELETE = 2
  8042  pkg syscall (darwin-amd64-cgo), const EV_DISABLE = 8
  8043  pkg syscall (darwin-amd64-cgo), const EV_DISPATCH = 128
  8044  pkg syscall (darwin-amd64-cgo), const EV_ENABLE = 4
  8045  pkg syscall (darwin-amd64-cgo), const EV_EOF = 32768
  8046  pkg syscall (darwin-amd64-cgo), const EV_ERROR = 16384
  8047  pkg syscall (darwin-amd64-cgo), const EV_FLAG0 = 4096
  8048  pkg syscall (darwin-amd64-cgo), const EV_FLAG1 = 8192
  8049  pkg syscall (darwin-amd64-cgo), const EV_ONESHOT = 16
  8050  pkg syscall (darwin-amd64-cgo), const EV_OOBAND = 8192
  8051  pkg syscall (darwin-amd64-cgo), const EV_POLL = 4096
  8052  pkg syscall (darwin-amd64-cgo), const EV_RECEIPT = 64
  8053  pkg syscall (darwin-amd64-cgo), const EV_SYSFLAGS = 61440
  8054  pkg syscall (darwin-amd64-cgo), const EWOULDBLOCK = 35
  8055  pkg syscall (darwin-amd64-cgo), const EXDEV = 18
  8056  pkg syscall (darwin-amd64-cgo), const EXTA = 19200
  8057  pkg syscall (darwin-amd64-cgo), const EXTB = 38400
  8058  pkg syscall (darwin-amd64-cgo), const EXTPROC = 2048
  8059  pkg syscall (darwin-amd64-cgo), const FD_CLOEXEC = 1
  8060  pkg syscall (darwin-amd64-cgo), const FD_SETSIZE = 1024
  8061  pkg syscall (darwin-amd64-cgo), const FLUSHO = 8388608
  8062  pkg syscall (darwin-amd64-cgo), const FLUSHO ideal-int
  8063  pkg syscall (darwin-amd64-cgo), const F_ADDFILESIGS = 61
  8064  pkg syscall (darwin-amd64-cgo), const F_ADDSIGS = 59
  8065  pkg syscall (darwin-amd64-cgo), const F_ALLOCATEALL = 4
  8066  pkg syscall (darwin-amd64-cgo), const F_ALLOCATECONTIG = 2
  8067  pkg syscall (darwin-amd64-cgo), const F_CHKCLEAN = 41
  8068  pkg syscall (darwin-amd64-cgo), const F_DUPFD = 0
  8069  pkg syscall (darwin-amd64-cgo), const F_DUPFD_CLOEXEC = 67
  8070  pkg syscall (darwin-amd64-cgo), const F_FLUSH_DATA = 40
  8071  pkg syscall (darwin-amd64-cgo), const F_FREEZE_FS = 53
  8072  pkg syscall (darwin-amd64-cgo), const F_FULLFSYNC = 51
  8073  pkg syscall (darwin-amd64-cgo), const F_GETFD = 1
  8074  pkg syscall (darwin-amd64-cgo), const F_GETFL = 3
  8075  pkg syscall (darwin-amd64-cgo), const F_GETLK = 7
  8076  pkg syscall (darwin-amd64-cgo), const F_GETLKPID = 66
  8077  pkg syscall (darwin-amd64-cgo), const F_GETNOSIGPIPE = 74
  8078  pkg syscall (darwin-amd64-cgo), const F_GETOWN = 5
  8079  pkg syscall (darwin-amd64-cgo), const F_GETPATH = 50
  8080  pkg syscall (darwin-amd64-cgo), const F_GETPATH_MTMINFO = 71
  8081  pkg syscall (darwin-amd64-cgo), const F_GETPROTECTIONCLASS = 63
  8082  pkg syscall (darwin-amd64-cgo), const F_GLOBAL_NOCACHE = 55
  8083  pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS = 49
  8084  pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS_EXT = 65
  8085  pkg syscall (darwin-amd64-cgo), const F_MARKDEPENDENCY = 60
  8086  pkg syscall (darwin-amd64-cgo), const F_NOCACHE = 48
  8087  pkg syscall (darwin-amd64-cgo), const F_NODIRECT = 62
  8088  pkg syscall (darwin-amd64-cgo), const F_OK = 0
  8089  pkg syscall (darwin-amd64-cgo), const F_PATHPKG_CHECK = 52
  8090  pkg syscall (darwin-amd64-cgo), const F_PEOFPOSMODE = 3
  8091  pkg syscall (darwin-amd64-cgo), const F_PREALLOCATE = 42
  8092  pkg syscall (darwin-amd64-cgo), const F_RDADVISE = 44
  8093  pkg syscall (darwin-amd64-cgo), const F_RDAHEAD = 45
  8094  pkg syscall (darwin-amd64-cgo), const F_RDLCK = 1
  8095  pkg syscall (darwin-amd64-cgo), const F_READBOOTSTRAP = 46
  8096  pkg syscall (darwin-amd64-cgo), const F_SETBACKINGSTORE = 70
  8097  pkg syscall (darwin-amd64-cgo), const F_SETFD = 2
  8098  pkg syscall (darwin-amd64-cgo), const F_SETFL = 4
  8099  pkg syscall (darwin-amd64-cgo), const F_SETLK = 8
  8100  pkg syscall (darwin-amd64-cgo), const F_SETLKW = 9
  8101  pkg syscall (darwin-amd64-cgo), const F_SETNOSIGPIPE = 73
  8102  pkg syscall (darwin-amd64-cgo), const F_SETOWN = 6
  8103  pkg syscall (darwin-amd64-cgo), const F_SETPROTECTIONCLASS = 64
  8104  pkg syscall (darwin-amd64-cgo), const F_SETSIZE = 43
  8105  pkg syscall (darwin-amd64-cgo), const F_THAW_FS = 54
  8106  pkg syscall (darwin-amd64-cgo), const F_UNLCK = 2
  8107  pkg syscall (darwin-amd64-cgo), const F_VOLPOSMODE = 4
  8108  pkg syscall (darwin-amd64-cgo), const F_WRITEBOOTSTRAP = 47
  8109  pkg syscall (darwin-amd64-cgo), const F_WRLCK = 3
  8110  pkg syscall (darwin-amd64-cgo), const HUPCL = 16384
  8111  pkg syscall (darwin-amd64-cgo), const HUPCL ideal-int
  8112  pkg syscall (darwin-amd64-cgo), const ICANON = 256
  8113  pkg syscall (darwin-amd64-cgo), const ICANON ideal-int
  8114  pkg syscall (darwin-amd64-cgo), const ICRNL = 256
  8115  pkg syscall (darwin-amd64-cgo), const ICRNL ideal-int
  8116  pkg syscall (darwin-amd64-cgo), const IEXTEN = 1024
  8117  pkg syscall (darwin-amd64-cgo), const IEXTEN ideal-int
  8118  pkg syscall (darwin-amd64-cgo), const IFF_ALLMULTI = 512
  8119  pkg syscall (darwin-amd64-cgo), const IFF_ALTPHYS = 16384
  8120  pkg syscall (darwin-amd64-cgo), const IFF_DEBUG = 4
  8121  pkg syscall (darwin-amd64-cgo), const IFF_LINK0 = 4096
  8122  pkg syscall (darwin-amd64-cgo), const IFF_LINK1 = 8192
  8123  pkg syscall (darwin-amd64-cgo), const IFF_LINK2 = 16384
  8124  pkg syscall (darwin-amd64-cgo), const IFF_LOOPBACK = 8
  8125  pkg syscall (darwin-amd64-cgo), const IFF_MULTICAST = 32768
  8126  pkg syscall (darwin-amd64-cgo), const IFF_NOARP = 128
  8127  pkg syscall (darwin-amd64-cgo), const IFF_NOTRAILERS = 32
  8128  pkg syscall (darwin-amd64-cgo), const IFF_OACTIVE = 1024
  8129  pkg syscall (darwin-amd64-cgo), const IFF_POINTOPOINT = 16
  8130  pkg syscall (darwin-amd64-cgo), const IFF_PROMISC = 256
  8131  pkg syscall (darwin-amd64-cgo), const IFF_RUNNING = 64
  8132  pkg syscall (darwin-amd64-cgo), const IFF_SIMPLEX = 2048
  8133  pkg syscall (darwin-amd64-cgo), const IFNAMSIZ = 16
  8134  pkg syscall (darwin-amd64-cgo), const IFT_1822 = 2
  8135  pkg syscall (darwin-amd64-cgo), const IFT_AAL5 = 49
  8136  pkg syscall (darwin-amd64-cgo), const IFT_ARCNET = 35
  8137  pkg syscall (darwin-amd64-cgo), const IFT_ARCNETPLUS = 36
  8138  pkg syscall (darwin-amd64-cgo), const IFT_ATM = 37
  8139  pkg syscall (darwin-amd64-cgo), const IFT_BRIDGE = 209
  8140  pkg syscall (darwin-amd64-cgo), const IFT_CARP = 248
  8141  pkg syscall (darwin-amd64-cgo), const IFT_CELLULAR = 255
  8142  pkg syscall (darwin-amd64-cgo), const IFT_CEPT = 19
  8143  pkg syscall (darwin-amd64-cgo), const IFT_DS3 = 30
  8144  pkg syscall (darwin-amd64-cgo), const IFT_ENC = 244
  8145  pkg syscall (darwin-amd64-cgo), const IFT_EON = 25
  8146  pkg syscall (darwin-amd64-cgo), const IFT_ETHER = 6
  8147  pkg syscall (darwin-amd64-cgo), const IFT_FAITH = 56
  8148  pkg syscall (darwin-amd64-cgo), const IFT_FDDI = 15
  8149  pkg syscall (darwin-amd64-cgo), const IFT_FRELAY = 32
  8150  pkg syscall (darwin-amd64-cgo), const IFT_FRELAYDCE = 44
  8151  pkg syscall (darwin-amd64-cgo), const IFT_GIF = 55
  8152  pkg syscall (darwin-amd64-cgo), const IFT_HDH1822 = 3
  8153  pkg syscall (darwin-amd64-cgo), const IFT_HIPPI = 47
  8154  pkg syscall (darwin-amd64-cgo), const IFT_HSSI = 46
  8155  pkg syscall (darwin-amd64-cgo), const IFT_HY = 14
  8156  pkg syscall (darwin-amd64-cgo), const IFT_IEEE1394 = 144
  8157  pkg syscall (darwin-amd64-cgo), const IFT_IEEE8023ADLAG = 136
  8158  pkg syscall (darwin-amd64-cgo), const IFT_ISDNBASIC = 20
  8159  pkg syscall (darwin-amd64-cgo), const IFT_ISDNPRIMARY = 21
  8160  pkg syscall (darwin-amd64-cgo), const IFT_ISO88022LLC = 41
  8161  pkg syscall (darwin-amd64-cgo), const IFT_ISO88023 = 7
  8162  pkg syscall (darwin-amd64-cgo), const IFT_ISO88024 = 8
  8163  pkg syscall (darwin-amd64-cgo), const IFT_ISO88025 = 9
  8164  pkg syscall (darwin-amd64-cgo), const IFT_ISO88026 = 10
  8165  pkg syscall (darwin-amd64-cgo), const IFT_L2VLAN = 135
  8166  pkg syscall (darwin-amd64-cgo), const IFT_LAPB = 16
  8167  pkg syscall (darwin-amd64-cgo), const IFT_LOCALTALK = 42
  8168  pkg syscall (darwin-amd64-cgo), const IFT_LOOP = 24
  8169  pkg syscall (darwin-amd64-cgo), const IFT_MIOX25 = 38
  8170  pkg syscall (darwin-amd64-cgo), const IFT_MODEM = 48
  8171  pkg syscall (darwin-amd64-cgo), const IFT_NSIP = 27
  8172  pkg syscall (darwin-amd64-cgo), const IFT_OTHER = 1
  8173  pkg syscall (darwin-amd64-cgo), const IFT_P10 = 12
  8174  pkg syscall (darwin-amd64-cgo), const IFT_P80 = 13
  8175  pkg syscall (darwin-amd64-cgo), const IFT_PARA = 34
  8176  pkg syscall (darwin-amd64-cgo), const IFT_PDP = 255
  8177  pkg syscall (darwin-amd64-cgo), const IFT_PFLOG = 245
  8178  pkg syscall (darwin-amd64-cgo), const IFT_PFSYNC = 246
  8179  pkg syscall (darwin-amd64-cgo), const IFT_PPP = 23
  8180  pkg syscall (darwin-amd64-cgo), const IFT_PROPMUX = 54
  8181  pkg syscall (darwin-amd64-cgo), const IFT_PROPVIRTUAL = 53
  8182  pkg syscall (darwin-amd64-cgo), const IFT_PTPSERIAL = 22
  8183  pkg syscall (darwin-amd64-cgo), const IFT_RS232 = 33
  8184  pkg syscall (darwin-amd64-cgo), const IFT_SDLC = 17
  8185  pkg syscall (darwin-amd64-cgo), const IFT_SIP = 31
  8186  pkg syscall (darwin-amd64-cgo), const IFT_SLIP = 28
  8187  pkg syscall (darwin-amd64-cgo), const IFT_SMDSDXI = 43
  8188  pkg syscall (darwin-amd64-cgo), const IFT_SMDSICIP = 52
  8189  pkg syscall (darwin-amd64-cgo), const IFT_SONET = 39
  8190  pkg syscall (darwin-amd64-cgo), const IFT_SONETPATH = 50
  8191  pkg syscall (darwin-amd64-cgo), const IFT_SONETVT = 51
  8192  pkg syscall (darwin-amd64-cgo), const IFT_STARLAN = 11
  8193  pkg syscall (darwin-amd64-cgo), const IFT_STF = 57
  8194  pkg syscall (darwin-amd64-cgo), const IFT_T1 = 18
  8195  pkg syscall (darwin-amd64-cgo), const IFT_ULTRA = 29
  8196  pkg syscall (darwin-amd64-cgo), const IFT_V35 = 45
  8197  pkg syscall (darwin-amd64-cgo), const IFT_X25 = 5
  8198  pkg syscall (darwin-amd64-cgo), const IFT_X25DDN = 4
  8199  pkg syscall (darwin-amd64-cgo), const IFT_X25PLE = 40
  8200  pkg syscall (darwin-amd64-cgo), const IFT_XETHER = 26
  8201  pkg syscall (darwin-amd64-cgo), const IGNBRK = 1
  8202  pkg syscall (darwin-amd64-cgo), const IGNBRK ideal-int
  8203  pkg syscall (darwin-amd64-cgo), const IGNCR = 128
  8204  pkg syscall (darwin-amd64-cgo), const IGNCR ideal-int
  8205  pkg syscall (darwin-amd64-cgo), const IGNPAR = 4
  8206  pkg syscall (darwin-amd64-cgo), const IGNPAR ideal-int
  8207  pkg syscall (darwin-amd64-cgo), const IMAXBEL = 8192
  8208  pkg syscall (darwin-amd64-cgo), const IMAXBEL ideal-int
  8209  pkg syscall (darwin-amd64-cgo), const INLCR = 64
  8210  pkg syscall (darwin-amd64-cgo), const INLCR ideal-int
  8211  pkg syscall (darwin-amd64-cgo), const INPCK = 16
  8212  pkg syscall (darwin-amd64-cgo), const INPCK ideal-int
  8213  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_HOST = 16777215
  8214  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_MAX = 128
  8215  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NET = 4278190080
  8216  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NSHIFT = 24
  8217  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_HOST = 65535
  8218  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_MAX = 65536
  8219  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NET = 4294901760
  8220  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NSHIFT = 16
  8221  pkg syscall (darwin-amd64-cgo), const IN_CLASSC_HOST = 255
  8222  pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NET = 4294967040
  8223  pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NSHIFT = 8
  8224  pkg syscall (darwin-amd64-cgo), const IN_CLASSD_HOST = 268435455
  8225  pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NET = 4026531840
  8226  pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NSHIFT = 28
  8227  pkg syscall (darwin-amd64-cgo), const IN_LINKLOCALNETNUM = 2851995648
  8228  pkg syscall (darwin-amd64-cgo), const IN_LOOPBACKNET = 127
  8229  pkg syscall (darwin-amd64-cgo), const IPPROTO_3PC = 34
  8230  pkg syscall (darwin-amd64-cgo), const IPPROTO_ADFS = 68
  8231  pkg syscall (darwin-amd64-cgo), const IPPROTO_AH = 51
  8232  pkg syscall (darwin-amd64-cgo), const IPPROTO_AHIP = 61
  8233  pkg syscall (darwin-amd64-cgo), const IPPROTO_APES = 99
  8234  pkg syscall (darwin-amd64-cgo), const IPPROTO_ARGUS = 13
  8235  pkg syscall (darwin-amd64-cgo), const IPPROTO_AX25 = 93
  8236  pkg syscall (darwin-amd64-cgo), const IPPROTO_BHA = 49
  8237  pkg syscall (darwin-amd64-cgo), const IPPROTO_BLT = 30
  8238  pkg syscall (darwin-amd64-cgo), const IPPROTO_BRSATMON = 76
  8239  pkg syscall (darwin-amd64-cgo), const IPPROTO_CFTP = 62
  8240  pkg syscall (darwin-amd64-cgo), const IPPROTO_CHAOS = 16
  8241  pkg syscall (darwin-amd64-cgo), const IPPROTO_CMTP = 38
  8242  pkg syscall (darwin-amd64-cgo), const IPPROTO_CPHB = 73
  8243  pkg syscall (darwin-amd64-cgo), const IPPROTO_CPNX = 72
  8244  pkg syscall (darwin-amd64-cgo), const IPPROTO_DDP = 37
  8245  pkg syscall (darwin-amd64-cgo), const IPPROTO_DGP = 86
  8246  pkg syscall (darwin-amd64-cgo), const IPPROTO_DIVERT = 254
  8247  pkg syscall (darwin-amd64-cgo), const IPPROTO_DONE = 257
  8248  pkg syscall (darwin-amd64-cgo), const IPPROTO_DSTOPTS = 60
  8249  pkg syscall (darwin-amd64-cgo), const IPPROTO_EGP = 8
  8250  pkg syscall (darwin-amd64-cgo), const IPPROTO_EMCON = 14
  8251  pkg syscall (darwin-amd64-cgo), const IPPROTO_ENCAP = 98
  8252  pkg syscall (darwin-amd64-cgo), const IPPROTO_EON = 80
  8253  pkg syscall (darwin-amd64-cgo), const IPPROTO_ESP = 50
  8254  pkg syscall (darwin-amd64-cgo), const IPPROTO_ETHERIP = 97
  8255  pkg syscall (darwin-amd64-cgo), const IPPROTO_FRAGMENT = 44
  8256  pkg syscall (darwin-amd64-cgo), const IPPROTO_GGP = 3
  8257  pkg syscall (darwin-amd64-cgo), const IPPROTO_GMTP = 100
  8258  pkg syscall (darwin-amd64-cgo), const IPPROTO_GRE = 47
  8259  pkg syscall (darwin-amd64-cgo), const IPPROTO_HELLO = 63
  8260  pkg syscall (darwin-amd64-cgo), const IPPROTO_HMP = 20
  8261  pkg syscall (darwin-amd64-cgo), const IPPROTO_HOPOPTS = 0
  8262  pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMP = 1
  8263  pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMPV6 = 58
  8264  pkg syscall (darwin-amd64-cgo), const IPPROTO_IDP = 22
  8265  pkg syscall (darwin-amd64-cgo), const IPPROTO_IDPR = 35
  8266  pkg syscall (darwin-amd64-cgo), const IPPROTO_IDRP = 45
  8267  pkg syscall (darwin-amd64-cgo), const IPPROTO_IGMP = 2
  8268  pkg syscall (darwin-amd64-cgo), const IPPROTO_IGP = 85
  8269  pkg syscall (darwin-amd64-cgo), const IPPROTO_IGRP = 88
  8270  pkg syscall (darwin-amd64-cgo), const IPPROTO_IL = 40
  8271  pkg syscall (darwin-amd64-cgo), const IPPROTO_INLSP = 52
  8272  pkg syscall (darwin-amd64-cgo), const IPPROTO_INP = 32
  8273  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCOMP = 108
  8274  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCV = 71
  8275  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPEIP = 94
  8276  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPIP = 4
  8277  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPPC = 67
  8278  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPV4 = 4
  8279  pkg syscall (darwin-amd64-cgo), const IPPROTO_IRTP = 28
  8280  pkg syscall (darwin-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
  8281  pkg syscall (darwin-amd64-cgo), const IPPROTO_LARP = 91
  8282  pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF1 = 25
  8283  pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF2 = 26
  8284  pkg syscall (darwin-amd64-cgo), const IPPROTO_MAX = 256
  8285  pkg syscall (darwin-amd64-cgo), const IPPROTO_MAXID = 52
  8286  pkg syscall (darwin-amd64-cgo), const IPPROTO_MEAS = 19
  8287  pkg syscall (darwin-amd64-cgo), const IPPROTO_MHRP = 48
  8288  pkg syscall (darwin-amd64-cgo), const IPPROTO_MICP = 95
  8289  pkg syscall (darwin-amd64-cgo), const IPPROTO_MTP = 92
  8290  pkg syscall (darwin-amd64-cgo), const IPPROTO_MUX = 18
  8291  pkg syscall (darwin-amd64-cgo), const IPPROTO_ND = 77
  8292  pkg syscall (darwin-amd64-cgo), const IPPROTO_NHRP = 54
  8293  pkg syscall (darwin-amd64-cgo), const IPPROTO_NONE = 59
  8294  pkg syscall (darwin-amd64-cgo), const IPPROTO_NSP = 31
  8295  pkg syscall (darwin-amd64-cgo), const IPPROTO_NVPII = 11
  8296  pkg syscall (darwin-amd64-cgo), const IPPROTO_OSPFIGP = 89
  8297  pkg syscall (darwin-amd64-cgo), const IPPROTO_PGM = 113
  8298  pkg syscall (darwin-amd64-cgo), const IPPROTO_PIGP = 9
  8299  pkg syscall (darwin-amd64-cgo), const IPPROTO_PIM = 103
  8300  pkg syscall (darwin-amd64-cgo), const IPPROTO_PRM = 21
  8301  pkg syscall (darwin-amd64-cgo), const IPPROTO_PUP = 12
  8302  pkg syscall (darwin-amd64-cgo), const IPPROTO_PVP = 75
  8303  pkg syscall (darwin-amd64-cgo), const IPPROTO_RAW = 255
  8304  pkg syscall (darwin-amd64-cgo), const IPPROTO_RCCMON = 10
  8305  pkg syscall (darwin-amd64-cgo), const IPPROTO_RDP = 27
  8306  pkg syscall (darwin-amd64-cgo), const IPPROTO_ROUTING = 43
  8307  pkg syscall (darwin-amd64-cgo), const IPPROTO_RSVP = 46
  8308  pkg syscall (darwin-amd64-cgo), const IPPROTO_RVD = 66
  8309  pkg syscall (darwin-amd64-cgo), const IPPROTO_SATEXPAK = 64
  8310  pkg syscall (darwin-amd64-cgo), const IPPROTO_SATMON = 69
  8311  pkg syscall (darwin-amd64-cgo), const IPPROTO_SCCSP = 96
  8312  pkg syscall (darwin-amd64-cgo), const IPPROTO_SCTP = 132
  8313  pkg syscall (darwin-amd64-cgo), const IPPROTO_SDRP = 42
  8314  pkg syscall (darwin-amd64-cgo), const IPPROTO_SEP = 33
  8315  pkg syscall (darwin-amd64-cgo), const IPPROTO_SRPC = 90
  8316  pkg syscall (darwin-amd64-cgo), const IPPROTO_ST = 7
  8317  pkg syscall (darwin-amd64-cgo), const IPPROTO_SVMTP = 82
  8318  pkg syscall (darwin-amd64-cgo), const IPPROTO_SWIPE = 53
  8319  pkg syscall (darwin-amd64-cgo), const IPPROTO_TCF = 87
  8320  pkg syscall (darwin-amd64-cgo), const IPPROTO_TP = 29
  8321  pkg syscall (darwin-amd64-cgo), const IPPROTO_TPXX = 39
  8322  pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK1 = 23
  8323  pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK2 = 24
  8324  pkg syscall (darwin-amd64-cgo), const IPPROTO_TTP = 84
  8325  pkg syscall (darwin-amd64-cgo), const IPPROTO_VINES = 83
  8326  pkg syscall (darwin-amd64-cgo), const IPPROTO_VISA = 70
  8327  pkg syscall (darwin-amd64-cgo), const IPPROTO_VMTP = 81
  8328  pkg syscall (darwin-amd64-cgo), const IPPROTO_WBEXPAK = 79
  8329  pkg syscall (darwin-amd64-cgo), const IPPROTO_WBMON = 78
  8330  pkg syscall (darwin-amd64-cgo), const IPPROTO_WSN = 74
  8331  pkg syscall (darwin-amd64-cgo), const IPPROTO_XNET = 15
  8332  pkg syscall (darwin-amd64-cgo), const IPPROTO_XTP = 36
  8333  pkg syscall (darwin-amd64-cgo), const IPV6_2292DSTOPTS = 23
  8334  pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPLIMIT = 20
  8335  pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPOPTS = 22
  8336  pkg syscall (darwin-amd64-cgo), const IPV6_2292NEXTHOP = 21
  8337  pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTINFO = 19
  8338  pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTOPTIONS = 25
  8339  pkg syscall (darwin-amd64-cgo), const IPV6_2292RTHDR = 24
  8340  pkg syscall (darwin-amd64-cgo), const IPV6_BINDV6ONLY = 27
  8341  pkg syscall (darwin-amd64-cgo), const IPV6_BOUND_IF = 125
  8342  pkg syscall (darwin-amd64-cgo), const IPV6_CHECKSUM = 26
  8343  pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  8344  pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  8345  pkg syscall (darwin-amd64-cgo), const IPV6_DEFHLIM = 64
  8346  pkg syscall (darwin-amd64-cgo), const IPV6_FAITH = 29
  8347  pkg syscall (darwin-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
  8348  pkg syscall (darwin-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
  8349  pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL = 120
  8350  pkg syscall (darwin-amd64-cgo), const IPV6_FW_ADD = 30
  8351  pkg syscall (darwin-amd64-cgo), const IPV6_FW_DEL = 31
  8352  pkg syscall (darwin-amd64-cgo), const IPV6_FW_FLUSH = 32
  8353  pkg syscall (darwin-amd64-cgo), const IPV6_FW_GET = 34
  8354  pkg syscall (darwin-amd64-cgo), const IPV6_FW_ZERO = 33
  8355  pkg syscall (darwin-amd64-cgo), const IPV6_HLIMDEC = 1
  8356  pkg syscall (darwin-amd64-cgo), const IPV6_IPSEC_POLICY = 28
  8357  pkg syscall (darwin-amd64-cgo), const IPV6_JOIN_GROUP = 12
  8358  pkg syscall (darwin-amd64-cgo), const IPV6_LEAVE_GROUP = 13
  8359  pkg syscall (darwin-amd64-cgo), const IPV6_MAXHLIM = 255
  8360  pkg syscall (darwin-amd64-cgo), const IPV6_MAXOPTHDR = 2048
  8361  pkg syscall (darwin-amd64-cgo), const IPV6_MAXPACKET = 65535
  8362  pkg syscall (darwin-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
  8363  pkg syscall (darwin-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
  8364  pkg syscall (darwin-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
  8365  pkg syscall (darwin-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
  8366  pkg syscall (darwin-amd64-cgo), const IPV6_MMTU = 1280
  8367  pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
  8368  pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_IF = 9
  8369  pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
  8370  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE = 14
  8371  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
  8372  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
  8373  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
  8374  pkg syscall (darwin-amd64-cgo), const IPV6_RECVTCLASS = 35
  8375  pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
  8376  pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_STRICT = 1
  8377  pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
  8378  pkg syscall (darwin-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
  8379  pkg syscall (darwin-amd64-cgo), const IPV6_TCLASS = 36
  8380  pkg syscall (darwin-amd64-cgo), const IPV6_UNICAST_HOPS = 4
  8381  pkg syscall (darwin-amd64-cgo), const IPV6_V6ONLY = 27
  8382  pkg syscall (darwin-amd64-cgo), const IPV6_VERSION = 96
  8383  pkg syscall (darwin-amd64-cgo), const IPV6_VERSION_MASK = 240
  8384  pkg syscall (darwin-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
  8385  pkg syscall (darwin-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
  8386  pkg syscall (darwin-amd64-cgo), const IP_BLOCK_SOURCE = 72
  8387  pkg syscall (darwin-amd64-cgo), const IP_BOUND_IF = 25
  8388  pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
  8389  pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
  8390  pkg syscall (darwin-amd64-cgo), const IP_DF = 16384
  8391  pkg syscall (darwin-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
  8392  pkg syscall (darwin-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
  8393  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
  8394  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_DEL = 61
  8395  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
  8396  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_GET = 64
  8397  pkg syscall (darwin-amd64-cgo), const IP_FAITH = 22
  8398  pkg syscall (darwin-amd64-cgo), const IP_FW_ADD = 40
  8399  pkg syscall (darwin-amd64-cgo), const IP_FW_DEL = 41
  8400  pkg syscall (darwin-amd64-cgo), const IP_FW_FLUSH = 42
  8401  pkg syscall (darwin-amd64-cgo), const IP_FW_GET = 44
  8402  pkg syscall (darwin-amd64-cgo), const IP_FW_RESETLOG = 45
  8403  pkg syscall (darwin-amd64-cgo), const IP_FW_ZERO = 43
  8404  pkg syscall (darwin-amd64-cgo), const IP_HDRINCL = 2
  8405  pkg syscall (darwin-amd64-cgo), const IP_IPSEC_POLICY = 21
  8406  pkg syscall (darwin-amd64-cgo), const IP_MAXPACKET = 65535
  8407  pkg syscall (darwin-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
  8408  pkg syscall (darwin-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
  8409  pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
  8410  pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
  8411  pkg syscall (darwin-amd64-cgo), const IP_MF = 8192
  8412  pkg syscall (darwin-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
  8413  pkg syscall (darwin-amd64-cgo), const IP_MSFILTER = 74
  8414  pkg syscall (darwin-amd64-cgo), const IP_MSS = 576
  8415  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IF = 9
  8416  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IFINDEX = 66
  8417  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_LOOP = 11
  8418  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_TTL = 10
  8419  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_VIF = 14
  8420  pkg syscall (darwin-amd64-cgo), const IP_NAT__XXX = 55
  8421  pkg syscall (darwin-amd64-cgo), const IP_OFFMASK = 8191
  8422  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ADD = 50
  8423  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_DEL = 51
  8424  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_FLUSH = 52
  8425  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_GET = 54
  8426  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_RESETLOG = 56
  8427  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ZERO = 53
  8428  pkg syscall (darwin-amd64-cgo), const IP_OPTIONS = 1
  8429  pkg syscall (darwin-amd64-cgo), const IP_PKTINFO = 26
  8430  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE = 19
  8431  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
  8432  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_HIGH = 1
  8433  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_LOW = 2
  8434  pkg syscall (darwin-amd64-cgo), const IP_RECVDSTADDR = 7
  8435  pkg syscall (darwin-amd64-cgo), const IP_RECVIF = 20
  8436  pkg syscall (darwin-amd64-cgo), const IP_RECVOPTS = 5
  8437  pkg syscall (darwin-amd64-cgo), const IP_RECVPKTINFO = 26
  8438  pkg syscall (darwin-amd64-cgo), const IP_RECVRETOPTS = 6
  8439  pkg syscall (darwin-amd64-cgo), const IP_RECVTTL = 24
  8440  pkg syscall (darwin-amd64-cgo), const IP_RETOPTS = 8
  8441  pkg syscall (darwin-amd64-cgo), const IP_RF = 32768
  8442  pkg syscall (darwin-amd64-cgo), const IP_RSVP_OFF = 16
  8443  pkg syscall (darwin-amd64-cgo), const IP_RSVP_ON = 15
  8444  pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_OFF = 18
  8445  pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_ON = 17
  8446  pkg syscall (darwin-amd64-cgo), const IP_STRIPHDR = 23
  8447  pkg syscall (darwin-amd64-cgo), const IP_TOS = 3
  8448  pkg syscall (darwin-amd64-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
  8449  pkg syscall (darwin-amd64-cgo), const IP_TTL = 4
  8450  pkg syscall (darwin-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
  8451  pkg syscall (darwin-amd64-cgo), const ISIG = 128
  8452  pkg syscall (darwin-amd64-cgo), const ISIG ideal-int
  8453  pkg syscall (darwin-amd64-cgo), const ISTRIP = 32
  8454  pkg syscall (darwin-amd64-cgo), const ISTRIP ideal-int
  8455  pkg syscall (darwin-amd64-cgo), const IUTF8 = 16384
  8456  pkg syscall (darwin-amd64-cgo), const IUTF8 ideal-int
  8457  pkg syscall (darwin-amd64-cgo), const IXANY = 2048
  8458  pkg syscall (darwin-amd64-cgo), const IXANY ideal-int
  8459  pkg syscall (darwin-amd64-cgo), const IXOFF = 1024
  8460  pkg syscall (darwin-amd64-cgo), const IXOFF ideal-int
  8461  pkg syscall (darwin-amd64-cgo), const IXON = 512
  8462  pkg syscall (darwin-amd64-cgo), const IXON ideal-int
  8463  pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
  8464  pkg syscall (darwin-amd64-cgo), const LOCK_EX = 2
  8465  pkg syscall (darwin-amd64-cgo), const LOCK_NB = 4
  8466  pkg syscall (darwin-amd64-cgo), const LOCK_SH = 1
  8467  pkg syscall (darwin-amd64-cgo), const LOCK_UN = 8
  8468  pkg syscall (darwin-amd64-cgo), const MADV_CAN_REUSE = 9
  8469  pkg syscall (darwin-amd64-cgo), const MADV_DONTNEED = 4
  8470  pkg syscall (darwin-amd64-cgo), const MADV_FREE = 5
  8471  pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSABLE = 7
  8472  pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSE = 8
  8473  pkg syscall (darwin-amd64-cgo), const MADV_NORMAL = 0
  8474  pkg syscall (darwin-amd64-cgo), const MADV_RANDOM = 1
  8475  pkg syscall (darwin-amd64-cgo), const MADV_SEQUENTIAL = 2
  8476  pkg syscall (darwin-amd64-cgo), const MADV_WILLNEED = 3
  8477  pkg syscall (darwin-amd64-cgo), const MADV_ZERO_WIRED_PAGES = 6
  8478  pkg syscall (darwin-amd64-cgo), const MAP_ANON = 4096
  8479  pkg syscall (darwin-amd64-cgo), const MAP_COPY = 2
  8480  pkg syscall (darwin-amd64-cgo), const MAP_FILE = 0
  8481  pkg syscall (darwin-amd64-cgo), const MAP_FIXED = 16
  8482  pkg syscall (darwin-amd64-cgo), const MAP_HASSEMAPHORE = 512
  8483  pkg syscall (darwin-amd64-cgo), const MAP_JIT = 2048
  8484  pkg syscall (darwin-amd64-cgo), const MAP_NOCACHE = 1024
  8485  pkg syscall (darwin-amd64-cgo), const MAP_NOEXTEND = 256
  8486  pkg syscall (darwin-amd64-cgo), const MAP_NORESERVE = 64
  8487  pkg syscall (darwin-amd64-cgo), const MAP_PRIVATE = 2
  8488  pkg syscall (darwin-amd64-cgo), const MAP_RENAME = 32
  8489  pkg syscall (darwin-amd64-cgo), const MAP_RESERVED0080 = 128
  8490  pkg syscall (darwin-amd64-cgo), const MAP_SHARED = 1
  8491  pkg syscall (darwin-amd64-cgo), const MCL_CURRENT = 1
  8492  pkg syscall (darwin-amd64-cgo), const MCL_FUTURE = 2
  8493  pkg syscall (darwin-amd64-cgo), const MSG_CTRUNC = 32
  8494  pkg syscall (darwin-amd64-cgo), const MSG_DONTROUTE = 4
  8495  pkg syscall (darwin-amd64-cgo), const MSG_DONTWAIT = 128
  8496  pkg syscall (darwin-amd64-cgo), const MSG_EOF = 256
  8497  pkg syscall (darwin-amd64-cgo), const MSG_EOR = 8
  8498  pkg syscall (darwin-amd64-cgo), const MSG_FLUSH = 1024
  8499  pkg syscall (darwin-amd64-cgo), const MSG_HAVEMORE = 8192
  8500  pkg syscall (darwin-amd64-cgo), const MSG_HOLD = 2048
  8501  pkg syscall (darwin-amd64-cgo), const MSG_NEEDSA = 65536
  8502  pkg syscall (darwin-amd64-cgo), const MSG_OOB = 1
  8503  pkg syscall (darwin-amd64-cgo), const MSG_PEEK = 2
  8504  pkg syscall (darwin-amd64-cgo), const MSG_RCVMORE = 16384
  8505  pkg syscall (darwin-amd64-cgo), const MSG_SEND = 4096
  8506  pkg syscall (darwin-amd64-cgo), const MSG_TRUNC = 16
  8507  pkg syscall (darwin-amd64-cgo), const MSG_WAITALL = 64
  8508  pkg syscall (darwin-amd64-cgo), const MSG_WAITSTREAM = 512
  8509  pkg syscall (darwin-amd64-cgo), const MS_ASYNC = 1
  8510  pkg syscall (darwin-amd64-cgo), const MS_DEACTIVATE = 8
  8511  pkg syscall (darwin-amd64-cgo), const MS_INVALIDATE = 2
  8512  pkg syscall (darwin-amd64-cgo), const MS_KILLPAGES = 4
  8513  pkg syscall (darwin-amd64-cgo), const MS_SYNC = 16
  8514  pkg syscall (darwin-amd64-cgo), const NAME_MAX = 255
  8515  pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP = 1
  8516  pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP2 = 7
  8517  pkg syscall (darwin-amd64-cgo), const NET_RT_FLAGS = 2
  8518  pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST = 3
  8519  pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST2 = 6
  8520  pkg syscall (darwin-amd64-cgo), const NET_RT_MAXID = 10
  8521  pkg syscall (darwin-amd64-cgo), const NET_RT_STAT = 4
  8522  pkg syscall (darwin-amd64-cgo), const NET_RT_TRASH = 5
  8523  pkg syscall (darwin-amd64-cgo), const NOFLSH = 2147483648
  8524  pkg syscall (darwin-amd64-cgo), const NOFLSH ideal-int
  8525  pkg syscall (darwin-amd64-cgo), const NOTE_ABSOLUTE = 8
  8526  pkg syscall (darwin-amd64-cgo), const NOTE_ATTRIB = 8
  8527  pkg syscall (darwin-amd64-cgo), const NOTE_CHILD = 4
  8528  pkg syscall (darwin-amd64-cgo), const NOTE_DELETE = 1
  8529  pkg syscall (darwin-amd64-cgo), const NOTE_EXEC = 536870912
  8530  pkg syscall (darwin-amd64-cgo), const NOTE_EXIT = 2147483648
  8531  pkg syscall (darwin-amd64-cgo), const NOTE_EXITSTATUS = 67108864
  8532  pkg syscall (darwin-amd64-cgo), const NOTE_EXTEND = 4
  8533  pkg syscall (darwin-amd64-cgo), const NOTE_FFAND = 1073741824
  8534  pkg syscall (darwin-amd64-cgo), const NOTE_FFCOPY = 3221225472
  8535  pkg syscall (darwin-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
  8536  pkg syscall (darwin-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
  8537  pkg syscall (darwin-amd64-cgo), const NOTE_FFNOP = 0
  8538  pkg syscall (darwin-amd64-cgo), const NOTE_FFOR = 2147483648
  8539  pkg syscall (darwin-amd64-cgo), const NOTE_FORK = 1073741824
  8540  pkg syscall (darwin-amd64-cgo), const NOTE_LINK = 16
  8541  pkg syscall (darwin-amd64-cgo), const NOTE_LOWAT = 1
  8542  pkg syscall (darwin-amd64-cgo), const NOTE_NONE = 128
  8543  pkg syscall (darwin-amd64-cgo), const NOTE_NSECONDS = 4
  8544  pkg syscall (darwin-amd64-cgo), const NOTE_PCTRLMASK = -1048576
  8545  pkg syscall (darwin-amd64-cgo), const NOTE_PDATAMASK = 1048575
  8546  pkg syscall (darwin-amd64-cgo), const NOTE_REAP = 268435456
  8547  pkg syscall (darwin-amd64-cgo), const NOTE_RENAME = 32
  8548  pkg syscall (darwin-amd64-cgo), const NOTE_RESOURCEEND = 33554432
  8549  pkg syscall (darwin-amd64-cgo), const NOTE_REVOKE = 64
  8550  pkg syscall (darwin-amd64-cgo), const NOTE_SECONDS = 1
  8551  pkg syscall (darwin-amd64-cgo), const NOTE_SIGNAL = 134217728
  8552  pkg syscall (darwin-amd64-cgo), const NOTE_TRACK = 1
  8553  pkg syscall (darwin-amd64-cgo), const NOTE_TRACKERR = 2
  8554  pkg syscall (darwin-amd64-cgo), const NOTE_TRIGGER = 16777216
  8555  pkg syscall (darwin-amd64-cgo), const NOTE_USECONDS = 2
  8556  pkg syscall (darwin-amd64-cgo), const NOTE_VM_ERROR = 268435456
  8557  pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE = 2147483648
  8558  pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  8559  pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  8560  pkg syscall (darwin-amd64-cgo), const NOTE_WRITE = 2
  8561  pkg syscall (darwin-amd64-cgo), const OCRNL = 16
  8562  pkg syscall (darwin-amd64-cgo), const OCRNL ideal-int
  8563  pkg syscall (darwin-amd64-cgo), const OFDEL = 131072
  8564  pkg syscall (darwin-amd64-cgo), const OFDEL ideal-int
  8565  pkg syscall (darwin-amd64-cgo), const OFILL = 128
  8566  pkg syscall (darwin-amd64-cgo), const OFILL ideal-int
  8567  pkg syscall (darwin-amd64-cgo), const ONLCR = 2
  8568  pkg syscall (darwin-amd64-cgo), const ONLCR ideal-int
  8569  pkg syscall (darwin-amd64-cgo), const ONLRET = 64
  8570  pkg syscall (darwin-amd64-cgo), const ONLRET ideal-int
  8571  pkg syscall (darwin-amd64-cgo), const ONOCR = 32
  8572  pkg syscall (darwin-amd64-cgo), const ONOCR ideal-int
  8573  pkg syscall (darwin-amd64-cgo), const ONOEOT = 8
  8574  pkg syscall (darwin-amd64-cgo), const ONOEOT ideal-int
  8575  pkg syscall (darwin-amd64-cgo), const OPOST = 1
  8576  pkg syscall (darwin-amd64-cgo), const OPOST ideal-int
  8577  pkg syscall (darwin-amd64-cgo), const O_ACCMODE = 3
  8578  pkg syscall (darwin-amd64-cgo), const O_ALERT = 536870912
  8579  pkg syscall (darwin-amd64-cgo), const O_APPEND = 8
  8580  pkg syscall (darwin-amd64-cgo), const O_ASYNC = 64
  8581  pkg syscall (darwin-amd64-cgo), const O_CLOEXEC = 16777216
  8582  pkg syscall (darwin-amd64-cgo), const O_CREAT = 512
  8583  pkg syscall (darwin-amd64-cgo), const O_DIRECTORY = 1048576
  8584  pkg syscall (darwin-amd64-cgo), const O_DSYNC = 4194304
  8585  pkg syscall (darwin-amd64-cgo), const O_EVTONLY = 32768
  8586  pkg syscall (darwin-amd64-cgo), const O_EXCL = 2048
  8587  pkg syscall (darwin-amd64-cgo), const O_EXLOCK = 32
  8588  pkg syscall (darwin-amd64-cgo), const O_FSYNC = 128
  8589  pkg syscall (darwin-amd64-cgo), const O_NDELAY = 4
  8590  pkg syscall (darwin-amd64-cgo), const O_NOCTTY = 131072
  8591  pkg syscall (darwin-amd64-cgo), const O_NOFOLLOW = 256
  8592  pkg syscall (darwin-amd64-cgo), const O_NONBLOCK = 4
  8593  pkg syscall (darwin-amd64-cgo), const O_POPUP = 2147483648
  8594  pkg syscall (darwin-amd64-cgo), const O_SHLOCK = 16
  8595  pkg syscall (darwin-amd64-cgo), const O_SYMLINK = 2097152
  8596  pkg syscall (darwin-amd64-cgo), const O_SYNC = 128
  8597  pkg syscall (darwin-amd64-cgo), const O_TRUNC = 1024
  8598  pkg syscall (darwin-amd64-cgo), const PARENB = 4096
  8599  pkg syscall (darwin-amd64-cgo), const PARENB ideal-int
  8600  pkg syscall (darwin-amd64-cgo), const PARMRK = 8
  8601  pkg syscall (darwin-amd64-cgo), const PARMRK ideal-int
  8602  pkg syscall (darwin-amd64-cgo), const PARODD = 8192
  8603  pkg syscall (darwin-amd64-cgo), const PARODD ideal-int
  8604  pkg syscall (darwin-amd64-cgo), const PENDIN = 536870912
  8605  pkg syscall (darwin-amd64-cgo), const PENDIN ideal-int
  8606  pkg syscall (darwin-amd64-cgo), const PROT_EXEC = 4
  8607  pkg syscall (darwin-amd64-cgo), const PROT_NONE = 0
  8608  pkg syscall (darwin-amd64-cgo), const PROT_READ = 1
  8609  pkg syscall (darwin-amd64-cgo), const PROT_WRITE = 2
  8610  pkg syscall (darwin-amd64-cgo), const PTRACE_CONT = 7
  8611  pkg syscall (darwin-amd64-cgo), const PTRACE_KILL = 8
  8612  pkg syscall (darwin-amd64-cgo), const PTRACE_TRACEME = 0
  8613  pkg syscall (darwin-amd64-cgo), const PT_ATTACH = 10
  8614  pkg syscall (darwin-amd64-cgo), const PT_ATTACHEXC = 14
  8615  pkg syscall (darwin-amd64-cgo), const PT_CONTINUE = 7
  8616  pkg syscall (darwin-amd64-cgo), const PT_DENY_ATTACH = 31
  8617  pkg syscall (darwin-amd64-cgo), const PT_DETACH = 11
  8618  pkg syscall (darwin-amd64-cgo), const PT_FIRSTMACH = 32
  8619  pkg syscall (darwin-amd64-cgo), const PT_FORCEQUOTA = 30
  8620  pkg syscall (darwin-amd64-cgo), const PT_KILL = 8
  8621  pkg syscall (darwin-amd64-cgo), const PT_READ_D = 2
  8622  pkg syscall (darwin-amd64-cgo), const PT_READ_I = 1
  8623  pkg syscall (darwin-amd64-cgo), const PT_READ_U = 3
  8624  pkg syscall (darwin-amd64-cgo), const PT_SIGEXC = 12
  8625  pkg syscall (darwin-amd64-cgo), const PT_STEP = 9
  8626  pkg syscall (darwin-amd64-cgo), const PT_THUPDATE = 13
  8627  pkg syscall (darwin-amd64-cgo), const PT_TRACE_ME = 0
  8628  pkg syscall (darwin-amd64-cgo), const PT_WRITE_D = 5
  8629  pkg syscall (darwin-amd64-cgo), const PT_WRITE_I = 4
  8630  pkg syscall (darwin-amd64-cgo), const PT_WRITE_U = 6
  8631  pkg syscall (darwin-amd64-cgo), const RLIMIT_AS = 5
  8632  pkg syscall (darwin-amd64-cgo), const RLIMIT_CORE = 4
  8633  pkg syscall (darwin-amd64-cgo), const RLIMIT_CPU = 0
  8634  pkg syscall (darwin-amd64-cgo), const RLIMIT_DATA = 2
  8635  pkg syscall (darwin-amd64-cgo), const RLIMIT_FSIZE = 1
  8636  pkg syscall (darwin-amd64-cgo), const RLIMIT_NOFILE = 8
  8637  pkg syscall (darwin-amd64-cgo), const RLIMIT_STACK = 3
  8638  pkg syscall (darwin-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
  8639  pkg syscall (darwin-amd64-cgo), const RTAX_AUTHOR = 6
  8640  pkg syscall (darwin-amd64-cgo), const RTAX_BRD = 7
  8641  pkg syscall (darwin-amd64-cgo), const RTAX_DST = 0
  8642  pkg syscall (darwin-amd64-cgo), const RTAX_GATEWAY = 1
  8643  pkg syscall (darwin-amd64-cgo), const RTAX_GENMASK = 3
  8644  pkg syscall (darwin-amd64-cgo), const RTAX_IFA = 5
  8645  pkg syscall (darwin-amd64-cgo), const RTAX_IFP = 4
  8646  pkg syscall (darwin-amd64-cgo), const RTAX_MAX = 8
  8647  pkg syscall (darwin-amd64-cgo), const RTAX_NETMASK = 2
  8648  pkg syscall (darwin-amd64-cgo), const RTA_AUTHOR = 64
  8649  pkg syscall (darwin-amd64-cgo), const RTA_BRD = 128
  8650  pkg syscall (darwin-amd64-cgo), const RTA_DST = 1
  8651  pkg syscall (darwin-amd64-cgo), const RTA_GATEWAY = 2
  8652  pkg syscall (darwin-amd64-cgo), const RTA_GENMASK = 8
  8653  pkg syscall (darwin-amd64-cgo), const RTA_IFA = 32
  8654  pkg syscall (darwin-amd64-cgo), const RTA_IFP = 16
  8655  pkg syscall (darwin-amd64-cgo), const RTA_NETMASK = 4
  8656  pkg syscall (darwin-amd64-cgo), const RTF_BLACKHOLE = 4096
  8657  pkg syscall (darwin-amd64-cgo), const RTF_BROADCAST = 4194304
  8658  pkg syscall (darwin-amd64-cgo), const RTF_CLONING = 256
  8659  pkg syscall (darwin-amd64-cgo), const RTF_CONDEMNED = 33554432
  8660  pkg syscall (darwin-amd64-cgo), const RTF_DELCLONE = 128
  8661  pkg syscall (darwin-amd64-cgo), const RTF_DONE = 64
  8662  pkg syscall (darwin-amd64-cgo), const RTF_DYNAMIC = 16
  8663  pkg syscall (darwin-amd64-cgo), const RTF_GATEWAY = 2
  8664  pkg syscall (darwin-amd64-cgo), const RTF_HOST = 4
  8665  pkg syscall (darwin-amd64-cgo), const RTF_IFREF = 67108864
  8666  pkg syscall (darwin-amd64-cgo), const RTF_IFSCOPE = 16777216
  8667  pkg syscall (darwin-amd64-cgo), const RTF_LLINFO = 1024
  8668  pkg syscall (darwin-amd64-cgo), const RTF_LOCAL = 2097152
  8669  pkg syscall (darwin-amd64-cgo), const RTF_MODIFIED = 32
  8670  pkg syscall (darwin-amd64-cgo), const RTF_MULTICAST = 8388608
  8671  pkg syscall (darwin-amd64-cgo), const RTF_PINNED = 1048576
  8672  pkg syscall (darwin-amd64-cgo), const RTF_PRCLONING = 65536
  8673  pkg syscall (darwin-amd64-cgo), const RTF_PROTO1 = 32768
  8674  pkg syscall (darwin-amd64-cgo), const RTF_PROTO2 = 16384
  8675  pkg syscall (darwin-amd64-cgo), const RTF_PROTO3 = 262144
  8676  pkg syscall (darwin-amd64-cgo), const RTF_REJECT = 8
  8677  pkg syscall (darwin-amd64-cgo), const RTF_STATIC = 2048
  8678  pkg syscall (darwin-amd64-cgo), const RTF_UP = 1
  8679  pkg syscall (darwin-amd64-cgo), const RTF_WASCLONED = 131072
  8680  pkg syscall (darwin-amd64-cgo), const RTF_XRESOLVE = 512
  8681  pkg syscall (darwin-amd64-cgo), const RTM_ADD = 1
  8682  pkg syscall (darwin-amd64-cgo), const RTM_CHANGE = 3
  8683  pkg syscall (darwin-amd64-cgo), const RTM_DELADDR = 13
  8684  pkg syscall (darwin-amd64-cgo), const RTM_DELETE = 2
  8685  pkg syscall (darwin-amd64-cgo), const RTM_DELMADDR = 16
  8686  pkg syscall (darwin-amd64-cgo), const RTM_GET = 4
  8687  pkg syscall (darwin-amd64-cgo), const RTM_GET2 = 20
  8688  pkg syscall (darwin-amd64-cgo), const RTM_IFINFO = 14
  8689  pkg syscall (darwin-amd64-cgo), const RTM_IFINFO2 = 18
  8690  pkg syscall (darwin-amd64-cgo), const RTM_LOCK = 8
  8691  pkg syscall (darwin-amd64-cgo), const RTM_LOSING = 5
  8692  pkg syscall (darwin-amd64-cgo), const RTM_MISS = 7
  8693  pkg syscall (darwin-amd64-cgo), const RTM_NEWADDR = 12
  8694  pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR = 15
  8695  pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR2 = 19
  8696  pkg syscall (darwin-amd64-cgo), const RTM_OLDADD = 9
  8697  pkg syscall (darwin-amd64-cgo), const RTM_OLDDEL = 10
  8698  pkg syscall (darwin-amd64-cgo), const RTM_REDIRECT = 6
  8699  pkg syscall (darwin-amd64-cgo), const RTM_RESOLVE = 11
  8700  pkg syscall (darwin-amd64-cgo), const RTM_RTTUNIT = 1000000
  8701  pkg syscall (darwin-amd64-cgo), const RTM_VERSION = 5
  8702  pkg syscall (darwin-amd64-cgo), const RTV_EXPIRE = 4
  8703  pkg syscall (darwin-amd64-cgo), const RTV_HOPCOUNT = 2
  8704  pkg syscall (darwin-amd64-cgo), const RTV_MTU = 1
  8705  pkg syscall (darwin-amd64-cgo), const RTV_RPIPE = 8
  8706  pkg syscall (darwin-amd64-cgo), const RTV_RTT = 64
  8707  pkg syscall (darwin-amd64-cgo), const RTV_RTTVAR = 128
  8708  pkg syscall (darwin-amd64-cgo), const RTV_SPIPE = 16
  8709  pkg syscall (darwin-amd64-cgo), const RTV_SSTHRESH = 32
  8710  pkg syscall (darwin-amd64-cgo), const RUSAGE_CHILDREN = -1
  8711  pkg syscall (darwin-amd64-cgo), const RUSAGE_SELF = 0
  8712  pkg syscall (darwin-amd64-cgo), const SCM_CREDS = 3
  8713  pkg syscall (darwin-amd64-cgo), const SCM_RIGHTS = 1
  8714  pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP = 2
  8715  pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
  8716  pkg syscall (darwin-amd64-cgo), const SIGBUS = 10
  8717  pkg syscall (darwin-amd64-cgo), const SIGCHLD = 20
  8718  pkg syscall (darwin-amd64-cgo), const SIGCONT = 19
  8719  pkg syscall (darwin-amd64-cgo), const SIGEMT = 7
  8720  pkg syscall (darwin-amd64-cgo), const SIGINFO = 29
  8721  pkg syscall (darwin-amd64-cgo), const SIGIO = 23
  8722  pkg syscall (darwin-amd64-cgo), const SIGIOT = 6
  8723  pkg syscall (darwin-amd64-cgo), const SIGPROF = 27
  8724  pkg syscall (darwin-amd64-cgo), const SIGSTOP = 17
  8725  pkg syscall (darwin-amd64-cgo), const SIGSYS = 12
  8726  pkg syscall (darwin-amd64-cgo), const SIGTSTP = 18
  8727  pkg syscall (darwin-amd64-cgo), const SIGTTIN = 21
  8728  pkg syscall (darwin-amd64-cgo), const SIGTTOU = 22
  8729  pkg syscall (darwin-amd64-cgo), const SIGURG = 16
  8730  pkg syscall (darwin-amd64-cgo), const SIGUSR1 = 30
  8731  pkg syscall (darwin-amd64-cgo), const SIGUSR2 = 31
  8732  pkg syscall (darwin-amd64-cgo), const SIGVTALRM = 26
  8733  pkg syscall (darwin-amd64-cgo), const SIGWINCH = 28
  8734  pkg syscall (darwin-amd64-cgo), const SIGXCPU = 24
  8735  pkg syscall (darwin-amd64-cgo), const SIGXFSZ = 25
  8736  pkg syscall (darwin-amd64-cgo), const SIOCADDMULTI = 2149607729
  8737  pkg syscall (darwin-amd64-cgo), const SIOCAIFADDR = 2151704858
  8738  pkg syscall (darwin-amd64-cgo), const SIOCALIFADDR = 2165860637
  8739  pkg syscall (darwin-amd64-cgo), const SIOCARPIPLL = 3223349544
  8740  pkg syscall (darwin-amd64-cgo), const SIOCATMARK = 1074033415
  8741  pkg syscall (darwin-amd64-cgo), const SIOCAUTOADDR = 3223349542
  8742  pkg syscall (darwin-amd64-cgo), const SIOCAUTONETMASK = 2149607719
  8743  pkg syscall (darwin-amd64-cgo), const SIOCDELMULTI = 2149607730
  8744  pkg syscall (darwin-amd64-cgo), const SIOCDIFADDR = 2149607705
  8745  pkg syscall (darwin-amd64-cgo), const SIOCDIFPHYADDR = 2149607745
  8746  pkg syscall (darwin-amd64-cgo), const SIOCDLIFADDR = 2165860639
  8747  pkg syscall (darwin-amd64-cgo), const SIOCGDRVSPEC = 3223873915
  8748  pkg syscall (darwin-amd64-cgo), const SIOCGETSGCNT = 3222565404
  8749  pkg syscall (darwin-amd64-cgo), const SIOCGETVIFCNT = 3222565403
  8750  pkg syscall (darwin-amd64-cgo), const SIOCGETVLAN = 3223349631
  8751  pkg syscall (darwin-amd64-cgo), const SIOCGHIWAT = 1074033409
  8752  pkg syscall (darwin-amd64-cgo), const SIOCGIFADDR = 3223349537
  8753  pkg syscall (darwin-amd64-cgo), const SIOCGIFALTMTU = 3223349576
  8754  pkg syscall (darwin-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
  8755  pkg syscall (darwin-amd64-cgo), const SIOCGIFBOND = 3223349575
  8756  pkg syscall (darwin-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
  8757  pkg syscall (darwin-amd64-cgo), const SIOCGIFCAP = 3223349595
  8758  pkg syscall (darwin-amd64-cgo), const SIOCGIFCONF = 3222038820
  8759  pkg syscall (darwin-amd64-cgo), const SIOCGIFDEVMTU = 3223349572
  8760  pkg syscall (darwin-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
  8761  pkg syscall (darwin-amd64-cgo), const SIOCGIFFLAGS = 3223349521
  8762  pkg syscall (darwin-amd64-cgo), const SIOCGIFGENERIC = 3223349562
  8763  pkg syscall (darwin-amd64-cgo), const SIOCGIFKPI = 3223349639
  8764  pkg syscall (darwin-amd64-cgo), const SIOCGIFMAC = 3223349634
  8765  pkg syscall (darwin-amd64-cgo), const SIOCGIFMEDIA = 3224135992
  8766  pkg syscall (darwin-amd64-cgo), const SIOCGIFMETRIC = 3223349527
  8767  pkg syscall (darwin-amd64-cgo), const SIOCGIFMTU = 3223349555
  8768  pkg syscall (darwin-amd64-cgo), const SIOCGIFNETMASK = 3223349541
  8769  pkg syscall (darwin-amd64-cgo), const SIOCGIFPDSTADDR = 3223349568
  8770  pkg syscall (darwin-amd64-cgo), const SIOCGIFPHYS = 3223349557
  8771  pkg syscall (darwin-amd64-cgo), const SIOCGIFPSRCADDR = 3223349567
  8772  pkg syscall (darwin-amd64-cgo), const SIOCGIFSTATUS = 3274795325
  8773  pkg syscall (darwin-amd64-cgo), const SIOCGIFVLAN = 3223349631
  8774  pkg syscall (darwin-amd64-cgo), const SIOCGIFWAKEFLAGS = 3223349640
  8775  pkg syscall (darwin-amd64-cgo), const SIOCGLIFADDR = 3239602462
  8776  pkg syscall (darwin-amd64-cgo), const SIOCGLIFPHYADDR = 3239602499
  8777  pkg syscall (darwin-amd64-cgo), const SIOCGLOWAT = 1074033411
  8778  pkg syscall (darwin-amd64-cgo), const SIOCGPGRP = 1074033417
  8779  pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE = 3223349624
  8780  pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE2 = 3223349626
  8781  pkg syscall (darwin-amd64-cgo), const SIOCIFDESTROY = 2149607801
  8782  pkg syscall (darwin-amd64-cgo), const SIOCRSLVMULTI = 3222300987
  8783  pkg syscall (darwin-amd64-cgo), const SIOCSDRVSPEC = 2150132091
  8784  pkg syscall (darwin-amd64-cgo), const SIOCSETVLAN = 2149607806
  8785  pkg syscall (darwin-amd64-cgo), const SIOCSHIWAT = 2147775232
  8786  pkg syscall (darwin-amd64-cgo), const SIOCSIFADDR = 2149607692
  8787  pkg syscall (darwin-amd64-cgo), const SIOCSIFALTMTU = 2149607749
  8788  pkg syscall (darwin-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
  8789  pkg syscall (darwin-amd64-cgo), const SIOCSIFBOND = 2149607750
  8790  pkg syscall (darwin-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
  8791  pkg syscall (darwin-amd64-cgo), const SIOCSIFCAP = 2149607770
  8792  pkg syscall (darwin-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
  8793  pkg syscall (darwin-amd64-cgo), const SIOCSIFFLAGS = 2149607696
  8794  pkg syscall (darwin-amd64-cgo), const SIOCSIFGENERIC = 2149607737
  8795  pkg syscall (darwin-amd64-cgo), const SIOCSIFKPI = 2149607814
  8796  pkg syscall (darwin-amd64-cgo), const SIOCSIFLLADDR = 2149607740
  8797  pkg syscall (darwin-amd64-cgo), const SIOCSIFMAC = 2149607811
  8798  pkg syscall (darwin-amd64-cgo), const SIOCSIFMEDIA = 3223349559
  8799  pkg syscall (darwin-amd64-cgo), const SIOCSIFMETRIC = 2149607704
  8800  pkg syscall (darwin-amd64-cgo), const SIOCSIFMTU = 2149607732
  8801  pkg syscall (darwin-amd64-cgo), const SIOCSIFNETMASK = 2149607702
  8802  pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYADDR = 2151704894
  8803  pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYS = 2149607734
  8804  pkg syscall (darwin-amd64-cgo), const SIOCSIFVLAN = 2149607806
  8805  pkg syscall (darwin-amd64-cgo), const SIOCSLIFPHYADDR = 2165860674
  8806  pkg syscall (darwin-amd64-cgo), const SIOCSLOWAT = 2147775234
  8807  pkg syscall (darwin-amd64-cgo), const SIOCSPGRP = 2147775240
  8808  pkg syscall (darwin-amd64-cgo), const SOCK_MAXADDRLEN = 255
  8809  pkg syscall (darwin-amd64-cgo), const SOCK_RDM = 4
  8810  pkg syscall (darwin-amd64-cgo), const SOL_SOCKET = 65535
  8811  pkg syscall (darwin-amd64-cgo), const SOMAXCONN = 128
  8812  pkg syscall (darwin-amd64-cgo), const SO_ACCEPTCONN = 2
  8813  pkg syscall (darwin-amd64-cgo), const SO_BROADCAST = 32
  8814  pkg syscall (darwin-amd64-cgo), const SO_DEBUG = 1
  8815  pkg syscall (darwin-amd64-cgo), const SO_DONTROUTE = 16
  8816  pkg syscall (darwin-amd64-cgo), const SO_DONTTRUNC = 8192
  8817  pkg syscall (darwin-amd64-cgo), const SO_ERROR = 4103
  8818  pkg syscall (darwin-amd64-cgo), const SO_KEEPALIVE = 8
  8819  pkg syscall (darwin-amd64-cgo), const SO_LABEL = 4112
  8820  pkg syscall (darwin-amd64-cgo), const SO_LINGER = 128
  8821  pkg syscall (darwin-amd64-cgo), const SO_LINGER_SEC = 4224
  8822  pkg syscall (darwin-amd64-cgo), const SO_NKE = 4129
  8823  pkg syscall (darwin-amd64-cgo), const SO_NOADDRERR = 4131
  8824  pkg syscall (darwin-amd64-cgo), const SO_NOSIGPIPE = 4130
  8825  pkg syscall (darwin-amd64-cgo), const SO_NOTIFYCONFLICT = 4134
  8826  pkg syscall (darwin-amd64-cgo), const SO_NP_EXTENSIONS = 4227
  8827  pkg syscall (darwin-amd64-cgo), const SO_NREAD = 4128
  8828  pkg syscall (darwin-amd64-cgo), const SO_NWRITE = 4132
  8829  pkg syscall (darwin-amd64-cgo), const SO_OOBINLINE = 256
  8830  pkg syscall (darwin-amd64-cgo), const SO_PEERLABEL = 4113
  8831  pkg syscall (darwin-amd64-cgo), const SO_RANDOMPORT = 4226
  8832  pkg syscall (darwin-amd64-cgo), const SO_RCVBUF = 4098
  8833  pkg syscall (darwin-amd64-cgo), const SO_RCVLOWAT = 4100
  8834  pkg syscall (darwin-amd64-cgo), const SO_RCVTIMEO = 4102
  8835  pkg syscall (darwin-amd64-cgo), const SO_RESTRICTIONS = 4225
  8836  pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYIN = 1
  8837  pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYOUT = 2
  8838  pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYSET = 2147483648
  8839  pkg syscall (darwin-amd64-cgo), const SO_REUSEADDR = 4
  8840  pkg syscall (darwin-amd64-cgo), const SO_REUSEPORT = 512
  8841  pkg syscall (darwin-amd64-cgo), const SO_REUSESHAREUID = 4133
  8842  pkg syscall (darwin-amd64-cgo), const SO_SNDBUF = 4097
  8843  pkg syscall (darwin-amd64-cgo), const SO_SNDLOWAT = 4099
  8844  pkg syscall (darwin-amd64-cgo), const SO_SNDTIMEO = 4101
  8845  pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP = 1024
  8846  pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
  8847  pkg syscall (darwin-amd64-cgo), const SO_TYPE = 4104
  8848  pkg syscall (darwin-amd64-cgo), const SO_UPCALLCLOSEWAIT = 4135
  8849  pkg syscall (darwin-amd64-cgo), const SO_USELOOPBACK = 64
  8850  pkg syscall (darwin-amd64-cgo), const SO_WANTMORE = 16384
  8851  pkg syscall (darwin-amd64-cgo), const SO_WANTOOBFLAG = 32768
  8852  pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT = 30
  8853  pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT_NOCANCEL = 404
  8854  pkg syscall (darwin-amd64-cgo), const SYS_ACCESS = 33
  8855  pkg syscall (darwin-amd64-cgo), const SYS_ACCESS_EXTENDED = 284
  8856  pkg syscall (darwin-amd64-cgo), const SYS_ACCT = 51
  8857  pkg syscall (darwin-amd64-cgo), const SYS_ADD_PROFIL = 176
  8858  pkg syscall (darwin-amd64-cgo), const SYS_ADJTIME = 140
  8859  pkg syscall (darwin-amd64-cgo), const SYS_AIO_CANCEL = 316
  8860  pkg syscall (darwin-amd64-cgo), const SYS_AIO_ERROR = 317
  8861  pkg syscall (darwin-amd64-cgo), const SYS_AIO_FSYNC = 313
  8862  pkg syscall (darwin-amd64-cgo), const SYS_AIO_READ = 318
  8863  pkg syscall (darwin-amd64-cgo), const SYS_AIO_RETURN = 314
  8864  pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND = 315
  8865  pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
  8866  pkg syscall (darwin-amd64-cgo), const SYS_AIO_WRITE = 319
  8867  pkg syscall (darwin-amd64-cgo), const SYS_ATGETMSG = 207
  8868  pkg syscall (darwin-amd64-cgo), const SYS_ATPGETREQ = 211
  8869  pkg syscall (darwin-amd64-cgo), const SYS_ATPGETRSP = 212
  8870  pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDREQ = 209
  8871  pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDRSP = 210
  8872  pkg syscall (darwin-amd64-cgo), const SYS_ATPUTMSG = 208
  8873  pkg syscall (darwin-amd64-cgo), const SYS_ATSOCKET = 206
  8874  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT = 350
  8875  pkg syscall (darwin-amd64-cgo), const SYS_AUDITCTL = 359
  8876  pkg syscall (darwin-amd64-cgo), const SYS_AUDITON = 351
  8877  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_JOIN = 429
  8878  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_PORT = 432
  8879  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_SELF = 428
  8880  pkg syscall (darwin-amd64-cgo), const SYS_BIND = 104
  8881  pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_CREATE = 360
  8882  pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_REGISTER = 366
  8883  pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_TERMINATE = 361
  8884  pkg syscall (darwin-amd64-cgo), const SYS_CHDIR = 12
  8885  pkg syscall (darwin-amd64-cgo), const SYS_CHFLAGS = 34
  8886  pkg syscall (darwin-amd64-cgo), const SYS_CHMOD = 15
  8887  pkg syscall (darwin-amd64-cgo), const SYS_CHMOD_EXTENDED = 282
  8888  pkg syscall (darwin-amd64-cgo), const SYS_CHOWN = 16
  8889  pkg syscall (darwin-amd64-cgo), const SYS_CHROOT = 61
  8890  pkg syscall (darwin-amd64-cgo), const SYS_CHUD = 185
  8891  pkg syscall (darwin-amd64-cgo), const SYS_CLOSE = 6
  8892  pkg syscall (darwin-amd64-cgo), const SYS_CLOSE_NOCANCEL = 399
  8893  pkg syscall (darwin-amd64-cgo), const SYS_CONNECT = 98
  8894  pkg syscall (darwin-amd64-cgo), const SYS_CONNECT_NOCANCEL = 409
  8895  pkg syscall (darwin-amd64-cgo), const SYS_COPYFILE = 227
  8896  pkg syscall (darwin-amd64-cgo), const SYS_CSOPS = 169
  8897  pkg syscall (darwin-amd64-cgo), const SYS_DELETE = 226
  8898  pkg syscall (darwin-amd64-cgo), const SYS_DUP = 41
  8899  pkg syscall (darwin-amd64-cgo), const SYS_DUP2 = 90
  8900  pkg syscall (darwin-amd64-cgo), const SYS_EXCHANGEDATA = 223
  8901  pkg syscall (darwin-amd64-cgo), const SYS_EXECVE = 59
  8902  pkg syscall (darwin-amd64-cgo), const SYS_EXIT = 1
  8903  pkg syscall (darwin-amd64-cgo), const SYS_FCHDIR = 13
  8904  pkg syscall (darwin-amd64-cgo), const SYS_FCHFLAGS = 35
  8905  pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD = 124
  8906  pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD_EXTENDED = 283
  8907  pkg syscall (darwin-amd64-cgo), const SYS_FCHOWN = 123
  8908  pkg syscall (darwin-amd64-cgo), const SYS_FCNTL = 92
  8909  pkg syscall (darwin-amd64-cgo), const SYS_FCNTL_NOCANCEL = 406
  8910  pkg syscall (darwin-amd64-cgo), const SYS_FDATASYNC = 187
  8911  pkg syscall (darwin-amd64-cgo), const SYS_FFSCTL = 245
  8912  pkg syscall (darwin-amd64-cgo), const SYS_FGETATTRLIST = 228
  8913  pkg syscall (darwin-amd64-cgo), const SYS_FGETXATTR = 235
  8914  pkg syscall (darwin-amd64-cgo), const SYS_FHOPEN = 248
  8915  pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEFD = 431
  8916  pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEPORT = 430
  8917  pkg syscall (darwin-amd64-cgo), const SYS_FLISTXATTR = 241
  8918  pkg syscall (darwin-amd64-cgo), const SYS_FLOCK = 131
  8919  pkg syscall (darwin-amd64-cgo), const SYS_FORK = 2
  8920  pkg syscall (darwin-amd64-cgo), const SYS_FPATHCONF = 192
  8921  pkg syscall (darwin-amd64-cgo), const SYS_FREMOVEXATTR = 239
  8922  pkg syscall (darwin-amd64-cgo), const SYS_FSCTL = 242
  8923  pkg syscall (darwin-amd64-cgo), const SYS_FSETATTRLIST = 229
  8924  pkg syscall (darwin-amd64-cgo), const SYS_FSETXATTR = 237
  8925  pkg syscall (darwin-amd64-cgo), const SYS_FSGETPATH = 427
  8926  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT = 189
  8927  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64 = 339
  8928  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64_EXTENDED = 343
  8929  pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS = 158
  8930  pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS64 = 346
  8931  pkg syscall (darwin-amd64-cgo), const SYS_FSTATV = 219
  8932  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT_EXTENDED = 281
  8933  pkg syscall (darwin-amd64-cgo), const SYS_FSYNC = 95
  8934  pkg syscall (darwin-amd64-cgo), const SYS_FSYNC_NOCANCEL = 408
  8935  pkg syscall (darwin-amd64-cgo), const SYS_FTRUNCATE = 201
  8936  pkg syscall (darwin-amd64-cgo), const SYS_FUTIMES = 139
  8937  pkg syscall (darwin-amd64-cgo), const SYS_GETATTRLIST = 220
  8938  pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT = 355
  8939  pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT_ADDR = 357
  8940  pkg syscall (darwin-amd64-cgo), const SYS_GETAUID = 353
  8941  pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES = 196
  8942  pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES64 = 344
  8943  pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIESATTR = 222
  8944  pkg syscall (darwin-amd64-cgo), const SYS_GETDTABLESIZE = 89
  8945  pkg syscall (darwin-amd64-cgo), const SYS_GETEGID = 43
  8946  pkg syscall (darwin-amd64-cgo), const SYS_GETEUID = 25
  8947  pkg syscall (darwin-amd64-cgo), const SYS_GETFH = 161
  8948  pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT = 18
  8949  pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT64 = 347
  8950  pkg syscall (darwin-amd64-cgo), const SYS_GETGID = 47
  8951  pkg syscall (darwin-amd64-cgo), const SYS_GETGROUPS = 79
  8952  pkg syscall (darwin-amd64-cgo), const SYS_GETHOSTUUID = 142
  8953  pkg syscall (darwin-amd64-cgo), const SYS_GETITIMER = 86
  8954  pkg syscall (darwin-amd64-cgo), const SYS_GETLCID = 395
  8955  pkg syscall (darwin-amd64-cgo), const SYS_GETLOGIN = 49
  8956  pkg syscall (darwin-amd64-cgo), const SYS_GETPEERNAME = 31
  8957  pkg syscall (darwin-amd64-cgo), const SYS_GETPGID = 151
  8958  pkg syscall (darwin-amd64-cgo), const SYS_GETPGRP = 81
  8959  pkg syscall (darwin-amd64-cgo), const SYS_GETPID = 20
  8960  pkg syscall (darwin-amd64-cgo), const SYS_GETPPID = 39
  8961  pkg syscall (darwin-amd64-cgo), const SYS_GETPRIORITY = 100
  8962  pkg syscall (darwin-amd64-cgo), const SYS_GETRLIMIT = 194
  8963  pkg syscall (darwin-amd64-cgo), const SYS_GETRUSAGE = 117
  8964  pkg syscall (darwin-amd64-cgo), const SYS_GETSGROUPS = 288
  8965  pkg syscall (darwin-amd64-cgo), const SYS_GETSID = 310
  8966  pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKNAME = 32
  8967  pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKOPT = 118
  8968  pkg syscall (darwin-amd64-cgo), const SYS_GETTID = 286
  8969  pkg syscall (darwin-amd64-cgo), const SYS_GETTIMEOFDAY = 116
  8970  pkg syscall (darwin-amd64-cgo), const SYS_GETUID = 24
  8971  pkg syscall (darwin-amd64-cgo), const SYS_GETWGROUPS = 290
  8972  pkg syscall (darwin-amd64-cgo), const SYS_GETXATTR = 234
  8973  pkg syscall (darwin-amd64-cgo), const SYS_IDENTITYSVC = 293
  8974  pkg syscall (darwin-amd64-cgo), const SYS_INITGROUPS = 243
  8975  pkg syscall (darwin-amd64-cgo), const SYS_IOCTL = 54
  8976  pkg syscall (darwin-amd64-cgo), const SYS_IOPOLICYSYS = 322
  8977  pkg syscall (darwin-amd64-cgo), const SYS_ISSETUGID = 327
  8978  pkg syscall (darwin-amd64-cgo), const SYS_KDEBUG_TRACE = 180
  8979  pkg syscall (darwin-amd64-cgo), const SYS_KEVENT = 363
  8980  pkg syscall (darwin-amd64-cgo), const SYS_KEVENT64 = 369
  8981  pkg syscall (darwin-amd64-cgo), const SYS_KILL = 37
  8982  pkg syscall (darwin-amd64-cgo), const SYS_KQUEUE = 362
  8983  pkg syscall (darwin-amd64-cgo), const SYS_LCHOWN = 364
  8984  pkg syscall (darwin-amd64-cgo), const SYS_LINK = 9
  8985  pkg syscall (darwin-amd64-cgo), const SYS_LIO_LISTIO = 320
  8986  pkg syscall (darwin-amd64-cgo), const SYS_LISTEN = 106
  8987  pkg syscall (darwin-amd64-cgo), const SYS_LISTXATTR = 240
  8988  pkg syscall (darwin-amd64-cgo), const SYS_LSEEK = 199
  8989  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT = 190
  8990  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64 = 340
  8991  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64_EXTENDED = 342
  8992  pkg syscall (darwin-amd64-cgo), const SYS_LSTATV = 218
  8993  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT_EXTENDED = 280
  8994  pkg syscall (darwin-amd64-cgo), const SYS_MADVISE = 75
  8995  pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL = 439
  8996  pkg syscall (darwin-amd64-cgo), const SYS_MINCORE = 78
  8997  pkg syscall (darwin-amd64-cgo), const SYS_MINHERIT = 250
  8998  pkg syscall (darwin-amd64-cgo), const SYS_MKCOMPLEX = 216
  8999  pkg syscall (darwin-amd64-cgo), const SYS_MKDIR = 136
  9000  pkg syscall (darwin-amd64-cgo), const SYS_MKDIR_EXTENDED = 292
  9001  pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO = 132
  9002  pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO_EXTENDED = 291
  9003  pkg syscall (darwin-amd64-cgo), const SYS_MKNOD = 14
  9004  pkg syscall (darwin-amd64-cgo), const SYS_MLOCK = 203
  9005  pkg syscall (darwin-amd64-cgo), const SYS_MLOCKALL = 324
  9006  pkg syscall (darwin-amd64-cgo), const SYS_MMAP = 197
  9007  pkg syscall (darwin-amd64-cgo), const SYS_MODWATCH = 233
  9008  pkg syscall (darwin-amd64-cgo), const SYS_MOUNT = 167
  9009  pkg syscall (darwin-amd64-cgo), const SYS_MPROTECT = 74
  9010  pkg syscall (darwin-amd64-cgo), const SYS_MSGCTL = 258
  9011  pkg syscall (darwin-amd64-cgo), const SYS_MSGGET = 259
  9012  pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV = 261
  9013  pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV_NOCANCEL = 419
  9014  pkg syscall (darwin-amd64-cgo), const SYS_MSGSND = 260
  9015  pkg syscall (darwin-amd64-cgo), const SYS_MSGSND_NOCANCEL = 418
  9016  pkg syscall (darwin-amd64-cgo), const SYS_MSGSYS = 252
  9017  pkg syscall (darwin-amd64-cgo), const SYS_MSYNC = 65
  9018  pkg syscall (darwin-amd64-cgo), const SYS_MSYNC_NOCANCEL = 405
  9019  pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCK = 204
  9020  pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCKALL = 325
  9021  pkg syscall (darwin-amd64-cgo), const SYS_MUNMAP = 73
  9022  pkg syscall (darwin-amd64-cgo), const SYS_NFSCLNT = 247
  9023  pkg syscall (darwin-amd64-cgo), const SYS_NFSSVC = 155
  9024  pkg syscall (darwin-amd64-cgo), const SYS_OPEN = 5
  9025  pkg syscall (darwin-amd64-cgo), const SYS_OPEN_EXTENDED = 277
  9026  pkg syscall (darwin-amd64-cgo), const SYS_OPEN_NOCANCEL = 398
  9027  pkg syscall (darwin-amd64-cgo), const SYS_PATHCONF = 191
  9028  pkg syscall (darwin-amd64-cgo), const SYS_PID_HIBERNATE = 435
  9029  pkg syscall (darwin-amd64-cgo), const SYS_PID_RESUME = 434
  9030  pkg syscall (darwin-amd64-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
  9031  pkg syscall (darwin-amd64-cgo), const SYS_PID_SUSPEND = 433
  9032  pkg syscall (darwin-amd64-cgo), const SYS_PIPE = 42
  9033  pkg syscall (darwin-amd64-cgo), const SYS_POLL = 230
  9034  pkg syscall (darwin-amd64-cgo), const SYS_POLL_NOCANCEL = 417
  9035  pkg syscall (darwin-amd64-cgo), const SYS_POSIX_SPAWN = 244
  9036  pkg syscall (darwin-amd64-cgo), const SYS_PREAD = 153
  9037  pkg syscall (darwin-amd64-cgo), const SYS_PREAD_NOCANCEL = 414
  9038  pkg syscall (darwin-amd64-cgo), const SYS_PROCESS_POLICY = 323
  9039  pkg syscall (darwin-amd64-cgo), const SYS_PROC_INFO = 336
  9040  pkg syscall (darwin-amd64-cgo), const SYS_PROFIL = 44
  9041  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVBROAD = 303
  9042  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
  9043  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVSIGNAL = 304
  9044  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVWAIT = 305
  9045  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXDROP = 302
  9046  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
  9047  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
  9048  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  9049  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
  9050  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
  9051  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
  9052  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
  9053  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
  9054  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  9055  pkg syscall (darwin-amd64-cgo), const SYS_PTRACE = 26
  9056  pkg syscall (darwin-amd64-cgo), const SYS_PWRITE = 154
  9057  pkg syscall (darwin-amd64-cgo), const SYS_PWRITE_NOCANCEL = 415
  9058  pkg syscall (darwin-amd64-cgo), const SYS_QUOTACTL = 165
  9059  pkg syscall (darwin-amd64-cgo), const SYS_READ = 3
  9060  pkg syscall (darwin-amd64-cgo), const SYS_READLINK = 58
  9061  pkg syscall (darwin-amd64-cgo), const SYS_READV = 120
  9062  pkg syscall (darwin-amd64-cgo), const SYS_READV_NOCANCEL = 411
  9063  pkg syscall (darwin-amd64-cgo), const SYS_READ_NOCANCEL = 396
  9064  pkg syscall (darwin-amd64-cgo), const SYS_REBOOT = 55
  9065  pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM = 29
  9066  pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM_NOCANCEL = 403
  9067  pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG = 27
  9068  pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG_NOCANCEL = 401
  9069  pkg syscall (darwin-amd64-cgo), const SYS_REMOVEXATTR = 238
  9070  pkg syscall (darwin-amd64-cgo), const SYS_RENAME = 128
  9071  pkg syscall (darwin-amd64-cgo), const SYS_REVOKE = 56
  9072  pkg syscall (darwin-amd64-cgo), const SYS_RMDIR = 137
  9073  pkg syscall (darwin-amd64-cgo), const SYS_SEARCHFS = 225
  9074  pkg syscall (darwin-amd64-cgo), const SYS_SELECT = 93
  9075  pkg syscall (darwin-amd64-cgo), const SYS_SELECT_NOCANCEL = 407
  9076  pkg syscall (darwin-amd64-cgo), const SYS_SEMCTL = 254
  9077  pkg syscall (darwin-amd64-cgo), const SYS_SEMGET = 255
  9078  pkg syscall (darwin-amd64-cgo), const SYS_SEMOP = 256
  9079  pkg syscall (darwin-amd64-cgo), const SYS_SEMSYS = 251
  9080  pkg syscall (darwin-amd64-cgo), const SYS_SEM_CLOSE = 269
  9081  pkg syscall (darwin-amd64-cgo), const SYS_SEM_DESTROY = 276
  9082  pkg syscall (darwin-amd64-cgo), const SYS_SEM_GETVALUE = 274
  9083  pkg syscall (darwin-amd64-cgo), const SYS_SEM_INIT = 275
  9084  pkg syscall (darwin-amd64-cgo), const SYS_SEM_OPEN = 268
  9085  pkg syscall (darwin-amd64-cgo), const SYS_SEM_POST = 273
  9086  pkg syscall (darwin-amd64-cgo), const SYS_SEM_TRYWAIT = 272
  9087  pkg syscall (darwin-amd64-cgo), const SYS_SEM_UNLINK = 270
  9088  pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT = 271
  9089  pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
  9090  pkg syscall (darwin-amd64-cgo), const SYS_SENDFILE = 337
  9091  pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG = 28
  9092  pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG_NOCANCEL = 402
  9093  pkg syscall (darwin-amd64-cgo), const SYS_SENDTO = 133
  9094  pkg syscall (darwin-amd64-cgo), const SYS_SENDTO_NOCANCEL = 413
  9095  pkg syscall (darwin-amd64-cgo), const SYS_SETATTRLIST = 221
  9096  pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT = 356
  9097  pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT_ADDR = 358
  9098  pkg syscall (darwin-amd64-cgo), const SYS_SETAUID = 354
  9099  pkg syscall (darwin-amd64-cgo), const SYS_SETEGID = 182
  9100  pkg syscall (darwin-amd64-cgo), const SYS_SETEUID = 183
  9101  pkg syscall (darwin-amd64-cgo), const SYS_SETGID = 181
  9102  pkg syscall (darwin-amd64-cgo), const SYS_SETGROUPS = 80
  9103  pkg syscall (darwin-amd64-cgo), const SYS_SETITIMER = 83
  9104  pkg syscall (darwin-amd64-cgo), const SYS_SETLCID = 394
  9105  pkg syscall (darwin-amd64-cgo), const SYS_SETLOGIN = 50
  9106  pkg syscall (darwin-amd64-cgo), const SYS_SETPGID = 82
  9107  pkg syscall (darwin-amd64-cgo), const SYS_SETPRIORITY = 96
  9108  pkg syscall (darwin-amd64-cgo), const SYS_SETPRIVEXEC = 152
  9109  pkg syscall (darwin-amd64-cgo), const SYS_SETREGID = 127
  9110  pkg syscall (darwin-amd64-cgo), const SYS_SETREUID = 126
  9111  pkg syscall (darwin-amd64-cgo), const SYS_SETRLIMIT = 195
  9112  pkg syscall (darwin-amd64-cgo), const SYS_SETSGROUPS = 287
  9113  pkg syscall (darwin-amd64-cgo), const SYS_SETSID = 147
  9114  pkg syscall (darwin-amd64-cgo), const SYS_SETSOCKOPT = 105
  9115  pkg syscall (darwin-amd64-cgo), const SYS_SETTID = 285
  9116  pkg syscall (darwin-amd64-cgo), const SYS_SETTID_WITH_PID = 311
  9117  pkg syscall (darwin-amd64-cgo), const SYS_SETTIMEOFDAY = 122
  9118  pkg syscall (darwin-amd64-cgo), const SYS_SETUID = 23
  9119  pkg syscall (darwin-amd64-cgo), const SYS_SETWGROUPS = 289
  9120  pkg syscall (darwin-amd64-cgo), const SYS_SETXATTR = 236
  9121  pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
  9122  pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  9123  pkg syscall (darwin-amd64-cgo), const SYS_SHMAT = 262
  9124  pkg syscall (darwin-amd64-cgo), const SYS_SHMCTL = 263
  9125  pkg syscall (darwin-amd64-cgo), const SYS_SHMDT = 264
  9126  pkg syscall (darwin-amd64-cgo), const SYS_SHMGET = 265
  9127  pkg syscall (darwin-amd64-cgo), const SYS_SHMSYS = 253
  9128  pkg syscall (darwin-amd64-cgo), const SYS_SHM_OPEN = 266
  9129  pkg syscall (darwin-amd64-cgo), const SYS_SHM_UNLINK = 267
  9130  pkg syscall (darwin-amd64-cgo), const SYS_SHUTDOWN = 134
  9131  pkg syscall (darwin-amd64-cgo), const SYS_SIGACTION = 46
  9132  pkg syscall (darwin-amd64-cgo), const SYS_SIGALTSTACK = 53
  9133  pkg syscall (darwin-amd64-cgo), const SYS_SIGPENDING = 52
  9134  pkg syscall (darwin-amd64-cgo), const SYS_SIGPROCMASK = 48
  9135  pkg syscall (darwin-amd64-cgo), const SYS_SIGRETURN = 184
  9136  pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND = 111
  9137  pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
  9138  pkg syscall (darwin-amd64-cgo), const SYS_SOCKET = 97
  9139  pkg syscall (darwin-amd64-cgo), const SYS_SOCKETPAIR = 135
  9140  pkg syscall (darwin-amd64-cgo), const SYS_STACK_SNAPSHOT = 365
  9141  pkg syscall (darwin-amd64-cgo), const SYS_STAT = 188
  9142  pkg syscall (darwin-amd64-cgo), const SYS_STAT64 = 338
  9143  pkg syscall (darwin-amd64-cgo), const SYS_STAT64_EXTENDED = 341
  9144  pkg syscall (darwin-amd64-cgo), const SYS_STATFS = 157
  9145  pkg syscall (darwin-amd64-cgo), const SYS_STATFS64 = 345
  9146  pkg syscall (darwin-amd64-cgo), const SYS_STATV = 217
  9147  pkg syscall (darwin-amd64-cgo), const SYS_STAT_EXTENDED = 279
  9148  pkg syscall (darwin-amd64-cgo), const SYS_SWAPON = 85
  9149  pkg syscall (darwin-amd64-cgo), const SYS_SYMLINK = 57
  9150  pkg syscall (darwin-amd64-cgo), const SYS_SYNC = 36
  9151  pkg syscall (darwin-amd64-cgo), const SYS_SYSCALL = 0
  9152  pkg syscall (darwin-amd64-cgo), const SYS_THREAD_SELFID = 372
  9153  pkg syscall (darwin-amd64-cgo), const SYS_TRUNCATE = 200
  9154  pkg syscall (darwin-amd64-cgo), const SYS_UMASK = 60
  9155  pkg syscall (darwin-amd64-cgo), const SYS_UMASK_EXTENDED = 278
  9156  pkg syscall (darwin-amd64-cgo), const SYS_UNDELETE = 205
  9157  pkg syscall (darwin-amd64-cgo), const SYS_UNLINK = 10
  9158  pkg syscall (darwin-amd64-cgo), const SYS_UNMOUNT = 159
  9159  pkg syscall (darwin-amd64-cgo), const SYS_UTIMES = 138
  9160  pkg syscall (darwin-amd64-cgo), const SYS_VFORK = 66
  9161  pkg syscall (darwin-amd64-cgo), const SYS_VM_PRESSURE_MONITOR = 296
  9162  pkg syscall (darwin-amd64-cgo), const SYS_WAIT4 = 7
  9163  pkg syscall (darwin-amd64-cgo), const SYS_WAIT4_NOCANCEL = 400
  9164  pkg syscall (darwin-amd64-cgo), const SYS_WAITEVENT = 232
  9165  pkg syscall (darwin-amd64-cgo), const SYS_WAITID = 173
  9166  pkg syscall (darwin-amd64-cgo), const SYS_WAITID_NOCANCEL = 416
  9167  pkg syscall (darwin-amd64-cgo), const SYS_WATCHEVENT = 231
  9168  pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_KERNRETURN = 368
  9169  pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_OPEN = 367
  9170  pkg syscall (darwin-amd64-cgo), const SYS_WRITE = 4
  9171  pkg syscall (darwin-amd64-cgo), const SYS_WRITEV = 121
  9172  pkg syscall (darwin-amd64-cgo), const SYS_WRITEV_NOCANCEL = 412
  9173  pkg syscall (darwin-amd64-cgo), const SYS_WRITE_NOCANCEL = 397
  9174  pkg syscall (darwin-amd64-cgo), const SYS___DISABLE_THREADSIGNAL = 331
  9175  pkg syscall (darwin-amd64-cgo), const SYS___MAC_EXECVE = 380
  9176  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GETFSSTAT = 426
  9177  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FD = 388
  9178  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FILE = 382
  9179  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCID = 391
  9180  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCTX = 392
  9181  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LINK = 384
  9182  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_MOUNT = 425
  9183  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PID = 390
  9184  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PROC = 386
  9185  pkg syscall (darwin-amd64-cgo), const SYS___MAC_MOUNT = 424
  9186  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FD = 389
  9187  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FILE = 383
  9188  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LCTX = 393
  9189  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LINK = 385
  9190  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_PROC = 387
  9191  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SYSCALL = 381
  9192  pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
  9193  pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  9194  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CANCELED = 333
  9195  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CHDIR = 348
  9196  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_FCHDIR = 349
  9197  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_KILL = 328
  9198  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_MARKCANCEL = 332
  9199  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_SIGMASK = 329
  9200  pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL = 334
  9201  pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  9202  pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT = 330
  9203  pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT_NOCANCEL = 422
  9204  pkg syscall (darwin-amd64-cgo), const SYS___SYSCTL = 202
  9205  pkg syscall (darwin-amd64-cgo), const S_IEXEC = 64
  9206  pkg syscall (darwin-amd64-cgo), const S_IFMT = 61440
  9207  pkg syscall (darwin-amd64-cgo), const S_IFWHT = 57344
  9208  pkg syscall (darwin-amd64-cgo), const S_IREAD = 256
  9209  pkg syscall (darwin-amd64-cgo), const S_IRGRP = 32
  9210  pkg syscall (darwin-amd64-cgo), const S_IROTH = 4
  9211  pkg syscall (darwin-amd64-cgo), const S_IRWXG = 56
  9212  pkg syscall (darwin-amd64-cgo), const S_IRWXO = 7
  9213  pkg syscall (darwin-amd64-cgo), const S_IRWXU = 448
  9214  pkg syscall (darwin-amd64-cgo), const S_ISTXT = 512
  9215  pkg syscall (darwin-amd64-cgo), const S_IWGRP = 16
  9216  pkg syscall (darwin-amd64-cgo), const S_IWOTH = 2
  9217  pkg syscall (darwin-amd64-cgo), const S_IWRITE = 128
  9218  pkg syscall (darwin-amd64-cgo), const S_IXGRP = 8
  9219  pkg syscall (darwin-amd64-cgo), const S_IXOTH = 1
  9220  pkg syscall (darwin-amd64-cgo), const SizeofBpfHdr = 20
  9221  pkg syscall (darwin-amd64-cgo), const SizeofBpfInsn = 8
  9222  pkg syscall (darwin-amd64-cgo), const SizeofBpfProgram = 16
  9223  pkg syscall (darwin-amd64-cgo), const SizeofBpfStat = 8
  9224  pkg syscall (darwin-amd64-cgo), const SizeofBpfVersion = 4
  9225  pkg syscall (darwin-amd64-cgo), const SizeofCmsghdr = 12
  9226  pkg syscall (darwin-amd64-cgo), const SizeofIPMreq = 8
  9227  pkg syscall (darwin-amd64-cgo), const SizeofIPv6Mreq = 20
  9228  pkg syscall (darwin-amd64-cgo), const SizeofIfData = 96
  9229  pkg syscall (darwin-amd64-cgo), const SizeofIfMsghdr = 112
  9230  pkg syscall (darwin-amd64-cgo), const SizeofIfaMsghdr = 20
  9231  pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr = 16
  9232  pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr2 = 20
  9233  pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo = 12
  9234  pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo ideal-int
  9235  pkg syscall (darwin-amd64-cgo), const SizeofInet6Pktinfo = 20
  9236  pkg syscall (darwin-amd64-cgo), const SizeofLinger = 8
  9237  pkg syscall (darwin-amd64-cgo), const SizeofMsghdr = 48
  9238  pkg syscall (darwin-amd64-cgo), const SizeofRtMetrics = 56
  9239  pkg syscall (darwin-amd64-cgo), const SizeofRtMsghdr = 92
  9240  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrAny = 108
  9241  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrDatalink = 20
  9242  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet4 = 16
  9243  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet6 = 28
  9244  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrUnix = 106
  9245  pkg syscall (darwin-amd64-cgo), const TCIFLUSH = 1
  9246  pkg syscall (darwin-amd64-cgo), const TCIFLUSH ideal-int
  9247  pkg syscall (darwin-amd64-cgo), const TCIOFLUSH = 3
  9248  pkg syscall (darwin-amd64-cgo), const TCIOFLUSH ideal-int
  9249  pkg syscall (darwin-amd64-cgo), const TCOFLUSH = 2
  9250  pkg syscall (darwin-amd64-cgo), const TCOFLUSH ideal-int
  9251  pkg syscall (darwin-amd64-cgo), const TCP_CONNECTIONTIMEOUT = 32
  9252  pkg syscall (darwin-amd64-cgo), const TCP_KEEPALIVE = 16
  9253  pkg syscall (darwin-amd64-cgo), const TCP_MAXHLEN = 60
  9254  pkg syscall (darwin-amd64-cgo), const TCP_MAXOLEN = 40
  9255  pkg syscall (darwin-amd64-cgo), const TCP_MAXSEG = 2
  9256  pkg syscall (darwin-amd64-cgo), const TCP_MAXWIN = 65535
  9257  pkg syscall (darwin-amd64-cgo), const TCP_MAX_SACK = 3
  9258  pkg syscall (darwin-amd64-cgo), const TCP_MAX_WINSHIFT = 14
  9259  pkg syscall (darwin-amd64-cgo), const TCP_MINMSS = 216
  9260  pkg syscall (darwin-amd64-cgo), const TCP_MINMSSOVERLOAD = 1000
  9261  pkg syscall (darwin-amd64-cgo), const TCP_MSS = 512
  9262  pkg syscall (darwin-amd64-cgo), const TCP_NOOPT = 8
  9263  pkg syscall (darwin-amd64-cgo), const TCP_NOPUSH = 4
  9264  pkg syscall (darwin-amd64-cgo), const TCP_RXT_CONNDROPTIME = 128
  9265  pkg syscall (darwin-amd64-cgo), const TCP_RXT_FINDROP = 256
  9266  pkg syscall (darwin-amd64-cgo), const TCSAFLUSH = 2
  9267  pkg syscall (darwin-amd64-cgo), const TCSAFLUSH ideal-int
  9268  pkg syscall (darwin-amd64-cgo), const TIOCCBRK = 536900730
  9269  pkg syscall (darwin-amd64-cgo), const TIOCCDTR = 536900728
  9270  pkg syscall (darwin-amd64-cgo), const TIOCCONS = 2147775586
  9271  pkg syscall (darwin-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
  9272  pkg syscall (darwin-amd64-cgo), const TIOCDRAIN = 536900702
  9273  pkg syscall (darwin-amd64-cgo), const TIOCDSIMICROCODE = 536900693
  9274  pkg syscall (darwin-amd64-cgo), const TIOCEXCL = 536900621
  9275  pkg syscall (darwin-amd64-cgo), const TIOCEXT = 2147775584
  9276  pkg syscall (darwin-amd64-cgo), const TIOCFLUSH = 2147775504
  9277  pkg syscall (darwin-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
  9278  pkg syscall (darwin-amd64-cgo), const TIOCGETA = 1078490131
  9279  pkg syscall (darwin-amd64-cgo), const TIOCGETD = 1074033690
  9280  pkg syscall (darwin-amd64-cgo), const TIOCGPGRP = 1074033783
  9281  pkg syscall (darwin-amd64-cgo), const TIOCGWINSZ = 1074295912
  9282  pkg syscall (darwin-amd64-cgo), const TIOCIXOFF = 536900736
  9283  pkg syscall (darwin-amd64-cgo), const TIOCIXON = 536900737
  9284  pkg syscall (darwin-amd64-cgo), const TIOCMBIC = 2147775595
  9285  pkg syscall (darwin-amd64-cgo), const TIOCMBIS = 2147775596
  9286  pkg syscall (darwin-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
  9287  pkg syscall (darwin-amd64-cgo), const TIOCMGET = 1074033770
  9288  pkg syscall (darwin-amd64-cgo), const TIOCMODG = 1074033667
  9289  pkg syscall (darwin-amd64-cgo), const TIOCMODS = 2147775492
  9290  pkg syscall (darwin-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
  9291  pkg syscall (darwin-amd64-cgo), const TIOCMSET = 2147775597
  9292  pkg syscall (darwin-amd64-cgo), const TIOCM_CAR = 64
  9293  pkg syscall (darwin-amd64-cgo), const TIOCM_CD = 64
  9294  pkg syscall (darwin-amd64-cgo), const TIOCM_CTS = 32
  9295  pkg syscall (darwin-amd64-cgo), const TIOCM_DSR = 256
  9296  pkg syscall (darwin-amd64-cgo), const TIOCM_DTR = 2
  9297  pkg syscall (darwin-amd64-cgo), const TIOCM_LE = 1
  9298  pkg syscall (darwin-amd64-cgo), const TIOCM_RI = 128
  9299  pkg syscall (darwin-amd64-cgo), const TIOCM_RNG = 128
  9300  pkg syscall (darwin-amd64-cgo), const TIOCM_RTS = 4
  9301  pkg syscall (darwin-amd64-cgo), const TIOCM_SR = 16
  9302  pkg syscall (darwin-amd64-cgo), const TIOCM_ST = 8
  9303  pkg syscall (darwin-amd64-cgo), const TIOCNOTTY = 536900721
  9304  pkg syscall (darwin-amd64-cgo), const TIOCNXCL = 536900622
  9305  pkg syscall (darwin-amd64-cgo), const TIOCOUTQ = 1074033779
  9306  pkg syscall (darwin-amd64-cgo), const TIOCPKT = 2147775600
  9307  pkg syscall (darwin-amd64-cgo), const TIOCPKT_DATA = 0
  9308  pkg syscall (darwin-amd64-cgo), const TIOCPKT_DOSTOP = 32
  9309  pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
  9310  pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
  9311  pkg syscall (darwin-amd64-cgo), const TIOCPKT_IOCTL = 64
  9312  pkg syscall (darwin-amd64-cgo), const TIOCPKT_NOSTOP = 16
  9313  pkg syscall (darwin-amd64-cgo), const TIOCPKT_START = 8
  9314  pkg syscall (darwin-amd64-cgo), const TIOCPKT_STOP = 4
  9315  pkg syscall (darwin-amd64-cgo), const TIOCPTYGNAME = 1082160211
  9316  pkg syscall (darwin-amd64-cgo), const TIOCPTYGRANT = 536900692
  9317  pkg syscall (darwin-amd64-cgo), const TIOCPTYUNLK = 536900690
  9318  pkg syscall (darwin-amd64-cgo), const TIOCREMOTE = 2147775593
  9319  pkg syscall (darwin-amd64-cgo), const TIOCSBRK = 536900731
  9320  pkg syscall (darwin-amd64-cgo), const TIOCSCONS = 536900707
  9321  pkg syscall (darwin-amd64-cgo), const TIOCSCTTY = 536900705
  9322  pkg syscall (darwin-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
  9323  pkg syscall (darwin-amd64-cgo), const TIOCSDTR = 536900729
  9324  pkg syscall (darwin-amd64-cgo), const TIOCSETA = 2152231956
  9325  pkg syscall (darwin-amd64-cgo), const TIOCSETAF = 2152231958
  9326  pkg syscall (darwin-amd64-cgo), const TIOCSETAW = 2152231957
  9327  pkg syscall (darwin-amd64-cgo), const TIOCSETD = 2147775515
  9328  pkg syscall (darwin-amd64-cgo), const TIOCSIG = 536900703
  9329  pkg syscall (darwin-amd64-cgo), const TIOCSPGRP = 2147775606
  9330  pkg syscall (darwin-amd64-cgo), const TIOCSTART = 536900718
  9331  pkg syscall (darwin-amd64-cgo), const TIOCSTAT = 536900709
  9332  pkg syscall (darwin-amd64-cgo), const TIOCSTI = 2147578994
  9333  pkg syscall (darwin-amd64-cgo), const TIOCSTOP = 536900719
  9334  pkg syscall (darwin-amd64-cgo), const TIOCSWINSZ = 2148037735
  9335  pkg syscall (darwin-amd64-cgo), const TIOCTIMESTAMP = 1074820185
  9336  pkg syscall (darwin-amd64-cgo), const TIOCUCNTL = 2147775590
  9337  pkg syscall (darwin-amd64-cgo), const TOSTOP = 4194304
  9338  pkg syscall (darwin-amd64-cgo), const TOSTOP ideal-int
  9339  pkg syscall (darwin-amd64-cgo), const VDISCARD = 15
  9340  pkg syscall (darwin-amd64-cgo), const VDISCARD ideal-int
  9341  pkg syscall (darwin-amd64-cgo), const VDSUSP = 11
  9342  pkg syscall (darwin-amd64-cgo), const VDSUSP ideal-int
  9343  pkg syscall (darwin-amd64-cgo), const VEOF = 0
  9344  pkg syscall (darwin-amd64-cgo), const VEOF ideal-int
  9345  pkg syscall (darwin-amd64-cgo), const VEOL = 1
  9346  pkg syscall (darwin-amd64-cgo), const VEOL ideal-int
  9347  pkg syscall (darwin-amd64-cgo), const VEOL2 = 2
  9348  pkg syscall (darwin-amd64-cgo), const VEOL2 ideal-int
  9349  pkg syscall (darwin-amd64-cgo), const VERASE = 3
  9350  pkg syscall (darwin-amd64-cgo), const VERASE ideal-int
  9351  pkg syscall (darwin-amd64-cgo), const VINTR = 8
  9352  pkg syscall (darwin-amd64-cgo), const VINTR ideal-int
  9353  pkg syscall (darwin-amd64-cgo), const VKILL = 5
  9354  pkg syscall (darwin-amd64-cgo), const VKILL ideal-int
  9355  pkg syscall (darwin-amd64-cgo), const VLNEXT = 14
  9356  pkg syscall (darwin-amd64-cgo), const VLNEXT ideal-int
  9357  pkg syscall (darwin-amd64-cgo), const VMIN = 16
  9358  pkg syscall (darwin-amd64-cgo), const VMIN ideal-int
  9359  pkg syscall (darwin-amd64-cgo), const VQUIT = 9
  9360  pkg syscall (darwin-amd64-cgo), const VQUIT ideal-int
  9361  pkg syscall (darwin-amd64-cgo), const VREPRINT = 6
  9362  pkg syscall (darwin-amd64-cgo), const VREPRINT ideal-int
  9363  pkg syscall (darwin-amd64-cgo), const VSTART = 12
  9364  pkg syscall (darwin-amd64-cgo), const VSTART ideal-int
  9365  pkg syscall (darwin-amd64-cgo), const VSTATUS = 18
  9366  pkg syscall (darwin-amd64-cgo), const VSTATUS ideal-int
  9367  pkg syscall (darwin-amd64-cgo), const VSTOP = 13
  9368  pkg syscall (darwin-amd64-cgo), const VSTOP ideal-int
  9369  pkg syscall (darwin-amd64-cgo), const VSUSP = 10
  9370  pkg syscall (darwin-amd64-cgo), const VSUSP ideal-int
  9371  pkg syscall (darwin-amd64-cgo), const VT0 = 0
  9372  pkg syscall (darwin-amd64-cgo), const VT0 ideal-int
  9373  pkg syscall (darwin-amd64-cgo), const VT1 = 65536
  9374  pkg syscall (darwin-amd64-cgo), const VT1 ideal-int
  9375  pkg syscall (darwin-amd64-cgo), const VTDLY = 65536
  9376  pkg syscall (darwin-amd64-cgo), const VTDLY ideal-int
  9377  pkg syscall (darwin-amd64-cgo), const VTIME = 17
  9378  pkg syscall (darwin-amd64-cgo), const VTIME ideal-int
  9379  pkg syscall (darwin-amd64-cgo), const VWERASE = 4
  9380  pkg syscall (darwin-amd64-cgo), const VWERASE ideal-int
  9381  pkg syscall (darwin-amd64-cgo), const WCONTINUED = 16
  9382  pkg syscall (darwin-amd64-cgo), const WCOREFLAG = 128
  9383  pkg syscall (darwin-amd64-cgo), const WEXITED = 4
  9384  pkg syscall (darwin-amd64-cgo), const WNOHANG = 1
  9385  pkg syscall (darwin-amd64-cgo), const WNOWAIT = 32
  9386  pkg syscall (darwin-amd64-cgo), const WORDSIZE = 64
  9387  pkg syscall (darwin-amd64-cgo), const WSTOPPED = 8
  9388  pkg syscall (darwin-amd64-cgo), const WUNTRACED = 2
  9389  pkg syscall (darwin-amd64-cgo), func Fchflags(int, int) error
  9390  pkg syscall (darwin-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
  9391  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct
  9392  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8
  9393  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Ifindex uint32
  9394  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
  9395  pkg syscall (darwin-amd64-cgo), type Termios struct
  9396  pkg syscall (darwin-amd64-cgo), type Termios struct, Cc [20]uint8
  9397  pkg syscall (darwin-amd64-cgo), type Termios struct, Cflag uint64
  9398  pkg syscall (darwin-amd64-cgo), type Termios struct, Iflag uint64
  9399  pkg syscall (darwin-amd64-cgo), type Termios struct, Ispeed uint64
  9400  pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64
  9401  pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64
  9402  pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64
  9403  pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]uint8
  9404  pkg syscall (freebsd-386), const AF_APPLETALK = 16
  9405  pkg syscall (freebsd-386), const AF_ARP = 35
  9406  pkg syscall (freebsd-386), const AF_ATM = 30
  9407  pkg syscall (freebsd-386), const AF_BLUETOOTH = 36
  9408  pkg syscall (freebsd-386), const AF_CCITT = 10
  9409  pkg syscall (freebsd-386), const AF_CHAOS = 5
  9410  pkg syscall (freebsd-386), const AF_CNT = 21
  9411  pkg syscall (freebsd-386), const AF_COIP = 20
  9412  pkg syscall (freebsd-386), const AF_DATAKIT = 9
  9413  pkg syscall (freebsd-386), const AF_DECnet = 12
  9414  pkg syscall (freebsd-386), const AF_DLI = 13
  9415  pkg syscall (freebsd-386), const AF_E164 = 26
  9416  pkg syscall (freebsd-386), const AF_ECMA = 8
  9417  pkg syscall (freebsd-386), const AF_HYLINK = 15
  9418  pkg syscall (freebsd-386), const AF_IEEE80211 = 37
  9419  pkg syscall (freebsd-386), const AF_IMPLINK = 3
  9420  pkg syscall (freebsd-386), const AF_INET6 = 28
  9421  pkg syscall (freebsd-386), const AF_IPX = 23
  9422  pkg syscall (freebsd-386), const AF_ISDN = 26
  9423  pkg syscall (freebsd-386), const AF_ISO = 7
  9424  pkg syscall (freebsd-386), const AF_LAT = 14
  9425  pkg syscall (freebsd-386), const AF_LINK = 18
  9426  pkg syscall (freebsd-386), const AF_LOCAL = 1
  9427  pkg syscall (freebsd-386), const AF_MAX = 38
  9428  pkg syscall (freebsd-386), const AF_NATM = 29
  9429  pkg syscall (freebsd-386), const AF_NETBIOS = 6
  9430  pkg syscall (freebsd-386), const AF_NETGRAPH = 32
  9431  pkg syscall (freebsd-386), const AF_OSI = 7
  9432  pkg syscall (freebsd-386), const AF_PUP = 4
  9433  pkg syscall (freebsd-386), const AF_ROUTE = 17
  9434  pkg syscall (freebsd-386), const AF_SCLUSTER = 34
  9435  pkg syscall (freebsd-386), const AF_SIP = 24
  9436  pkg syscall (freebsd-386), const AF_SLOW = 33
  9437  pkg syscall (freebsd-386), const AF_SNA = 11
  9438  pkg syscall (freebsd-386), const AF_VENDOR00 = 39
  9439  pkg syscall (freebsd-386), const AF_VENDOR01 = 41
  9440  pkg syscall (freebsd-386), const AF_VENDOR02 = 43
  9441  pkg syscall (freebsd-386), const AF_VENDOR03 = 45
  9442  pkg syscall (freebsd-386), const AF_VENDOR04 = 47
  9443  pkg syscall (freebsd-386), const AF_VENDOR05 = 49
  9444  pkg syscall (freebsd-386), const AF_VENDOR06 = 51
  9445  pkg syscall (freebsd-386), const AF_VENDOR07 = 53
  9446  pkg syscall (freebsd-386), const AF_VENDOR08 = 55
  9447  pkg syscall (freebsd-386), const AF_VENDOR09 = 57
  9448  pkg syscall (freebsd-386), const AF_VENDOR10 = 59
  9449  pkg syscall (freebsd-386), const AF_VENDOR11 = 61
  9450  pkg syscall (freebsd-386), const AF_VENDOR12 = 63
  9451  pkg syscall (freebsd-386), const AF_VENDOR13 = 65
  9452  pkg syscall (freebsd-386), const AF_VENDOR14 = 67
  9453  pkg syscall (freebsd-386), const AF_VENDOR15 = 69
  9454  pkg syscall (freebsd-386), const AF_VENDOR16 = 71
  9455  pkg syscall (freebsd-386), const AF_VENDOR17 = 73
  9456  pkg syscall (freebsd-386), const AF_VENDOR18 = 75
  9457  pkg syscall (freebsd-386), const AF_VENDOR19 = 77
  9458  pkg syscall (freebsd-386), const AF_VENDOR20 = 79
  9459  pkg syscall (freebsd-386), const AF_VENDOR21 = 81
  9460  pkg syscall (freebsd-386), const AF_VENDOR22 = 83
  9461  pkg syscall (freebsd-386), const AF_VENDOR23 = 85
  9462  pkg syscall (freebsd-386), const AF_VENDOR24 = 87
  9463  pkg syscall (freebsd-386), const AF_VENDOR25 = 89
  9464  pkg syscall (freebsd-386), const AF_VENDOR26 = 91
  9465  pkg syscall (freebsd-386), const AF_VENDOR27 = 93
  9466  pkg syscall (freebsd-386), const AF_VENDOR28 = 95
  9467  pkg syscall (freebsd-386), const AF_VENDOR29 = 97
  9468  pkg syscall (freebsd-386), const AF_VENDOR30 = 99
  9469  pkg syscall (freebsd-386), const AF_VENDOR31 = 101
  9470  pkg syscall (freebsd-386), const AF_VENDOR32 = 103
  9471  pkg syscall (freebsd-386), const AF_VENDOR33 = 105
  9472  pkg syscall (freebsd-386), const AF_VENDOR34 = 107
  9473  pkg syscall (freebsd-386), const AF_VENDOR35 = 109
  9474  pkg syscall (freebsd-386), const AF_VENDOR36 = 111
  9475  pkg syscall (freebsd-386), const AF_VENDOR37 = 113
  9476  pkg syscall (freebsd-386), const AF_VENDOR38 = 115
  9477  pkg syscall (freebsd-386), const AF_VENDOR39 = 117
  9478  pkg syscall (freebsd-386), const AF_VENDOR40 = 119
  9479  pkg syscall (freebsd-386), const AF_VENDOR41 = 121
  9480  pkg syscall (freebsd-386), const AF_VENDOR42 = 123
  9481  pkg syscall (freebsd-386), const AF_VENDOR43 = 125
  9482  pkg syscall (freebsd-386), const AF_VENDOR44 = 127
  9483  pkg syscall (freebsd-386), const AF_VENDOR45 = 129
  9484  pkg syscall (freebsd-386), const AF_VENDOR46 = 131
  9485  pkg syscall (freebsd-386), const AF_VENDOR47 = 133
  9486  pkg syscall (freebsd-386), const B0 = 0
  9487  pkg syscall (freebsd-386), const B0 ideal-int
  9488  pkg syscall (freebsd-386), const B110 = 110
  9489  pkg syscall (freebsd-386), const B110 ideal-int
  9490  pkg syscall (freebsd-386), const B115200 = 115200
  9491  pkg syscall (freebsd-386), const B115200 ideal-int
  9492  pkg syscall (freebsd-386), const B1200 = 1200
  9493  pkg syscall (freebsd-386), const B1200 ideal-int
  9494  pkg syscall (freebsd-386), const B134 = 134
  9495  pkg syscall (freebsd-386), const B134 ideal-int
  9496  pkg syscall (freebsd-386), const B14400 = 14400
  9497  pkg syscall (freebsd-386), const B14400 ideal-int
  9498  pkg syscall (freebsd-386), const B150 = 150
  9499  pkg syscall (freebsd-386), const B150 ideal-int
  9500  pkg syscall (freebsd-386), const B1800 = 1800
  9501  pkg syscall (freebsd-386), const B1800 ideal-int
  9502  pkg syscall (freebsd-386), const B19200 = 19200
  9503  pkg syscall (freebsd-386), const B19200 ideal-int
  9504  pkg syscall (freebsd-386), const B200 = 200
  9505  pkg syscall (freebsd-386), const B200 ideal-int
  9506  pkg syscall (freebsd-386), const B230400 = 230400
  9507  pkg syscall (freebsd-386), const B230400 ideal-int
  9508  pkg syscall (freebsd-386), const B2400 = 2400
  9509  pkg syscall (freebsd-386), const B2400 ideal-int
  9510  pkg syscall (freebsd-386), const B28800 = 28800
  9511  pkg syscall (freebsd-386), const B28800 ideal-int
  9512  pkg syscall (freebsd-386), const B300 = 300
  9513  pkg syscall (freebsd-386), const B300 ideal-int
  9514  pkg syscall (freebsd-386), const B38400 = 38400
  9515  pkg syscall (freebsd-386), const B38400 ideal-int
  9516  pkg syscall (freebsd-386), const B460800 = 460800
  9517  pkg syscall (freebsd-386), const B460800 ideal-int
  9518  pkg syscall (freebsd-386), const B4800 = 4800
  9519  pkg syscall (freebsd-386), const B4800 ideal-int
  9520  pkg syscall (freebsd-386), const B50 = 50
  9521  pkg syscall (freebsd-386), const B50 ideal-int
  9522  pkg syscall (freebsd-386), const B57600 = 57600
  9523  pkg syscall (freebsd-386), const B57600 ideal-int
  9524  pkg syscall (freebsd-386), const B600 = 600
  9525  pkg syscall (freebsd-386), const B600 ideal-int
  9526  pkg syscall (freebsd-386), const B7200 = 7200
  9527  pkg syscall (freebsd-386), const B7200 ideal-int
  9528  pkg syscall (freebsd-386), const B75 = 75
  9529  pkg syscall (freebsd-386), const B75 ideal-int
  9530  pkg syscall (freebsd-386), const B76800 = 76800
  9531  pkg syscall (freebsd-386), const B76800 ideal-int
  9532  pkg syscall (freebsd-386), const B921600 = 921600
  9533  pkg syscall (freebsd-386), const B921600 ideal-int
  9534  pkg syscall (freebsd-386), const B9600 = 9600
  9535  pkg syscall (freebsd-386), const B9600 ideal-int
  9536  pkg syscall (freebsd-386), const BIOCFEEDBACK = 2147762812
  9537  pkg syscall (freebsd-386), const BIOCFLUSH = 536887912
  9538  pkg syscall (freebsd-386), const BIOCGBLEN = 1074020966
  9539  pkg syscall (freebsd-386), const BIOCGDIRECTION = 1074020982
  9540  pkg syscall (freebsd-386), const BIOCGDLT = 1074020970
  9541  pkg syscall (freebsd-386), const BIOCGDLTLIST = 3221766777
  9542  pkg syscall (freebsd-386), const BIOCGETBUFMODE = 1074020989
  9543  pkg syscall (freebsd-386), const BIOCGETIF = 1075855979
  9544  pkg syscall (freebsd-386), const BIOCGETZMAX = 1074020991
  9545  pkg syscall (freebsd-386), const BIOCGHDRCMPLT = 1074020980
  9546  pkg syscall (freebsd-386), const BIOCGRSIG = 1074020978
  9547  pkg syscall (freebsd-386), const BIOCGRTIMEOUT = 1074283118
  9548  pkg syscall (freebsd-386), const BIOCGSEESENT = 1074020982
  9549  pkg syscall (freebsd-386), const BIOCGSTATS = 1074283119
  9550  pkg syscall (freebsd-386), const BIOCGTSTAMP = 1074020995
  9551  pkg syscall (freebsd-386), const BIOCGTSTAMP ideal-int
  9552  pkg syscall (freebsd-386), const BIOCIMMEDIATE = 2147762800
  9553  pkg syscall (freebsd-386), const BIOCLOCK = 536887930
  9554  pkg syscall (freebsd-386), const BIOCPROMISC = 536887913
  9555  pkg syscall (freebsd-386), const BIOCROTZBUF = 1074545280
  9556  pkg syscall (freebsd-386), const BIOCSBLEN = 3221504614
  9557  pkg syscall (freebsd-386), const BIOCSDIRECTION = 2147762807
  9558  pkg syscall (freebsd-386), const BIOCSDLT = 2147762808
  9559  pkg syscall (freebsd-386), const BIOCSETBUFMODE = 2147762814
  9560  pkg syscall (freebsd-386), const BIOCSETF = 2148024935
  9561  pkg syscall (freebsd-386), const BIOCSETFNR = 2148024962
  9562  pkg syscall (freebsd-386), const BIOCSETIF = 2149597804
  9563  pkg syscall (freebsd-386), const BIOCSETWF = 2148024955
  9564  pkg syscall (freebsd-386), const BIOCSETZBUF = 2148287105
  9565  pkg syscall (freebsd-386), const BIOCSHDRCMPLT = 2147762805
  9566  pkg syscall (freebsd-386), const BIOCSRSIG = 2147762803
  9567  pkg syscall (freebsd-386), const BIOCSRTIMEOUT = 2148024941
  9568  pkg syscall (freebsd-386), const BIOCSSEESENT = 2147762807
  9569  pkg syscall (freebsd-386), const BIOCSTSTAMP = 2147762820
  9570  pkg syscall (freebsd-386), const BIOCSTSTAMP ideal-int
  9571  pkg syscall (freebsd-386), const BIOCVERSION = 1074020977
  9572  pkg syscall (freebsd-386), const BPF_A = 16
  9573  pkg syscall (freebsd-386), const BPF_ABS = 32
  9574  pkg syscall (freebsd-386), const BPF_ADD = 0
  9575  pkg syscall (freebsd-386), const BPF_ALIGNMENT = 4
  9576  pkg syscall (freebsd-386), const BPF_ALU = 4
  9577  pkg syscall (freebsd-386), const BPF_AND = 80
  9578  pkg syscall (freebsd-386), const BPF_B = 16
  9579  pkg syscall (freebsd-386), const BPF_BUFMODE_BUFFER = 1
  9580  pkg syscall (freebsd-386), const BPF_BUFMODE_ZBUF = 2
  9581  pkg syscall (freebsd-386), const BPF_DIV = 48
  9582  pkg syscall (freebsd-386), const BPF_H = 8
  9583  pkg syscall (freebsd-386), const BPF_IMM = 0
  9584  pkg syscall (freebsd-386), const BPF_IND = 64
  9585  pkg syscall (freebsd-386), const BPF_JA = 0
  9586  pkg syscall (freebsd-386), const BPF_JEQ = 16
  9587  pkg syscall (freebsd-386), const BPF_JGE = 48
  9588  pkg syscall (freebsd-386), const BPF_JGT = 32
  9589  pkg syscall (freebsd-386), const BPF_JMP = 5
  9590  pkg syscall (freebsd-386), const BPF_JSET = 64
  9591  pkg syscall (freebsd-386), const BPF_K = 0
  9592  pkg syscall (freebsd-386), const BPF_LD = 0
  9593  pkg syscall (freebsd-386), const BPF_LDX = 1
  9594  pkg syscall (freebsd-386), const BPF_LEN = 128
  9595  pkg syscall (freebsd-386), const BPF_LSH = 96
  9596  pkg syscall (freebsd-386), const BPF_MAJOR_VERSION = 1
  9597  pkg syscall (freebsd-386), const BPF_MAXBUFSIZE = 524288
  9598  pkg syscall (freebsd-386), const BPF_MAXINSNS = 512
  9599  pkg syscall (freebsd-386), const BPF_MEM = 96
  9600  pkg syscall (freebsd-386), const BPF_MEMWORDS = 16
  9601  pkg syscall (freebsd-386), const BPF_MINBUFSIZE = 32
  9602  pkg syscall (freebsd-386), const BPF_MINOR_VERSION = 1
  9603  pkg syscall (freebsd-386), const BPF_MISC = 7
  9604  pkg syscall (freebsd-386), const BPF_MSH = 160
  9605  pkg syscall (freebsd-386), const BPF_MUL = 32
  9606  pkg syscall (freebsd-386), const BPF_NEG = 128
  9607  pkg syscall (freebsd-386), const BPF_OR = 64
  9608  pkg syscall (freebsd-386), const BPF_RELEASE = 199606
  9609  pkg syscall (freebsd-386), const BPF_RET = 6
  9610  pkg syscall (freebsd-386), const BPF_RSH = 112
  9611  pkg syscall (freebsd-386), const BPF_ST = 2
  9612  pkg syscall (freebsd-386), const BPF_STX = 3
  9613  pkg syscall (freebsd-386), const BPF_SUB = 16
  9614  pkg syscall (freebsd-386), const BPF_TAX = 0
  9615  pkg syscall (freebsd-386), const BPF_TXA = 128
  9616  pkg syscall (freebsd-386), const BPF_T_BINTIME = 2
  9617  pkg syscall (freebsd-386), const BPF_T_BINTIME ideal-int
  9618  pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST = 258
  9619  pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST ideal-int
  9620  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC = 514
  9621  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC ideal-int
  9622  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST = 770
  9623  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
  9624  pkg syscall (freebsd-386), const BPF_T_FAST = 256
  9625  pkg syscall (freebsd-386), const BPF_T_FAST ideal-int
  9626  pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768
  9627  pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int
  9628  pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3
  9629  pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int
  9630  pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0
  9631  pkg syscall (freebsd-386), const BPF_T_MICROTIME ideal-int
  9632  pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST = 256
  9633  pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST ideal-int
  9634  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC = 512
  9635  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC ideal-int
  9636  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
  9637  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
  9638  pkg syscall (freebsd-386), const BPF_T_MONOTONIC = 512
  9639  pkg syscall (freebsd-386), const BPF_T_MONOTONIC ideal-int
  9640  pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST = 768
  9641  pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST ideal-int
  9642  pkg syscall (freebsd-386), const BPF_T_NANOTIME = 1
  9643  pkg syscall (freebsd-386), const BPF_T_NANOTIME ideal-int
  9644  pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST = 257
  9645  pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST ideal-int
  9646  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC = 513
  9647  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC ideal-int
  9648  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
  9649  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
  9650  pkg syscall (freebsd-386), const BPF_T_NONE = 3
  9651  pkg syscall (freebsd-386), const BPF_T_NONE ideal-int
  9652  pkg syscall (freebsd-386), const BPF_T_NORMAL = 0
  9653  pkg syscall (freebsd-386), const BPF_T_NORMAL ideal-int
  9654  pkg syscall (freebsd-386), const BPF_W = 0
  9655  pkg syscall (freebsd-386), const BPF_X = 8
  9656  pkg syscall (freebsd-386), const BRKINT = 2
  9657  pkg syscall (freebsd-386), const BRKINT ideal-int
  9658  pkg syscall (freebsd-386), const CFLUSH = 15
  9659  pkg syscall (freebsd-386), const CFLUSH ideal-int
  9660  pkg syscall (freebsd-386), const CLOCAL = 32768
  9661  pkg syscall (freebsd-386), const CLOCAL ideal-int
  9662  pkg syscall (freebsd-386), const CREAD = 2048
  9663  pkg syscall (freebsd-386), const CREAD ideal-int
  9664  pkg syscall (freebsd-386), const CS5 = 0
  9665  pkg syscall (freebsd-386), const CS5 ideal-int
  9666  pkg syscall (freebsd-386), const CS6 = 256
  9667  pkg syscall (freebsd-386), const CS6 ideal-int
  9668  pkg syscall (freebsd-386), const CS7 = 512
  9669  pkg syscall (freebsd-386), const CS7 ideal-int
  9670  pkg syscall (freebsd-386), const CS8 = 768
  9671  pkg syscall (freebsd-386), const CS8 ideal-int
  9672  pkg syscall (freebsd-386), const CSIZE = 768
  9673  pkg syscall (freebsd-386), const CSIZE ideal-int
  9674  pkg syscall (freebsd-386), const CSTART = 17
  9675  pkg syscall (freebsd-386), const CSTART ideal-int
  9676  pkg syscall (freebsd-386), const CSTATUS = 20
  9677  pkg syscall (freebsd-386), const CSTATUS ideal-int
  9678  pkg syscall (freebsd-386), const CSTOP = 19
  9679  pkg syscall (freebsd-386), const CSTOP ideal-int
  9680  pkg syscall (freebsd-386), const CSTOPB = 1024
  9681  pkg syscall (freebsd-386), const CSTOPB ideal-int
  9682  pkg syscall (freebsd-386), const CSUSP = 26
  9683  pkg syscall (freebsd-386), const CSUSP ideal-int
  9684  pkg syscall (freebsd-386), const CTL_MAXNAME = 24
  9685  pkg syscall (freebsd-386), const CTL_NET = 4
  9686  pkg syscall (freebsd-386), const DLT_A429 = 184
  9687  pkg syscall (freebsd-386), const DLT_A653_ICM = 185
  9688  pkg syscall (freebsd-386), const DLT_AIRONET_HEADER = 120
  9689  pkg syscall (freebsd-386), const DLT_AOS = 222
  9690  pkg syscall (freebsd-386), const DLT_AOS ideal-int
  9691  pkg syscall (freebsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  9692  pkg syscall (freebsd-386), const DLT_ARCNET = 7
  9693  pkg syscall (freebsd-386), const DLT_ARCNET_LINUX = 129
  9694  pkg syscall (freebsd-386), const DLT_ATM_CLIP = 19
  9695  pkg syscall (freebsd-386), const DLT_ATM_RFC1483 = 11
  9696  pkg syscall (freebsd-386), const DLT_AURORA = 126
  9697  pkg syscall (freebsd-386), const DLT_AX25 = 3
  9698  pkg syscall (freebsd-386), const DLT_AX25_KISS = 202
  9699  pkg syscall (freebsd-386), const DLT_BACNET_MS_TP = 165
  9700  pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
  9701  pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
  9702  pkg syscall (freebsd-386), const DLT_CAN20B = 190
  9703  pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN = 227
  9704  pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN ideal-int
  9705  pkg syscall (freebsd-386), const DLT_CHAOS = 5
  9706  pkg syscall (freebsd-386), const DLT_CHDLC = 104
  9707  pkg syscall (freebsd-386), const DLT_CISCO_IOS = 118
  9708  pkg syscall (freebsd-386), const DLT_C_HDLC = 104
  9709  pkg syscall (freebsd-386), const DLT_C_HDLC_WITH_DIR = 205
  9710  pkg syscall (freebsd-386), const DLT_DBUS = 231
  9711  pkg syscall (freebsd-386), const DLT_DBUS ideal-int
  9712  pkg syscall (freebsd-386), const DLT_DECT = 221
  9713  pkg syscall (freebsd-386), const DLT_DECT ideal-int
  9714  pkg syscall (freebsd-386), const DLT_DOCSIS = 143
  9715  pkg syscall (freebsd-386), const DLT_DVB_CI = 235
  9716  pkg syscall (freebsd-386), const DLT_DVB_CI ideal-int
  9717  pkg syscall (freebsd-386), const DLT_ECONET = 115
  9718  pkg syscall (freebsd-386), const DLT_EN10MB = 1
  9719  pkg syscall (freebsd-386), const DLT_EN3MB = 2
  9720  pkg syscall (freebsd-386), const DLT_ENC = 109
  9721  pkg syscall (freebsd-386), const DLT_ERF = 197
  9722  pkg syscall (freebsd-386), const DLT_ERF_ETH = 175
  9723  pkg syscall (freebsd-386), const DLT_ERF_POS = 176
  9724  pkg syscall (freebsd-386), const DLT_FC_2 = 224
  9725  pkg syscall (freebsd-386), const DLT_FC_2 ideal-int
  9726  pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
  9727  pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
  9728  pkg syscall (freebsd-386), const DLT_FDDI = 10
  9729  pkg syscall (freebsd-386), const DLT_FLEXRAY = 210
  9730  pkg syscall (freebsd-386), const DLT_FRELAY = 107
  9731  pkg syscall (freebsd-386), const DLT_FRELAY_WITH_DIR = 206
  9732  pkg syscall (freebsd-386), const DLT_GCOM_SERIAL = 173
  9733  pkg syscall (freebsd-386), const DLT_GCOM_T1E1 = 172
  9734  pkg syscall (freebsd-386), const DLT_GPF_F = 171
  9735  pkg syscall (freebsd-386), const DLT_GPF_T = 170
  9736  pkg syscall (freebsd-386), const DLT_GPRS_LLC = 169
  9737  pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS = 218
  9738  pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS ideal-int
  9739  pkg syscall (freebsd-386), const DLT_GSMTAP_UM = 217
  9740  pkg syscall (freebsd-386), const DLT_GSMTAP_UM ideal-int
  9741  pkg syscall (freebsd-386), const DLT_HHDLC = 121
  9742  pkg syscall (freebsd-386), const DLT_IBM_SN = 146
  9743  pkg syscall (freebsd-386), const DLT_IBM_SP = 145
  9744  pkg syscall (freebsd-386), const DLT_IEEE802 = 6
  9745  pkg syscall (freebsd-386), const DLT_IEEE802_11 = 105
  9746  pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO = 127
  9747  pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
  9748  pkg syscall (freebsd-386), const DLT_IEEE802_15_4 = 195
  9749  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_LINUX = 191
  9750  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS = 230
  9751  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS ideal-int
  9752  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
  9753  pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS = 188
  9754  pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
  9755  pkg syscall (freebsd-386), const DLT_IPFILTER = 116
  9756  pkg syscall (freebsd-386), const DLT_IPMB = 199
  9757  pkg syscall (freebsd-386), const DLT_IPMB_LINUX = 209
  9758  pkg syscall (freebsd-386), const DLT_IPNET = 226
  9759  pkg syscall (freebsd-386), const DLT_IPNET ideal-int
  9760  pkg syscall (freebsd-386), const DLT_IPOIB = 242
  9761  pkg syscall (freebsd-386), const DLT_IPOIB ideal-int
  9762  pkg syscall (freebsd-386), const DLT_IPV4 = 228
  9763  pkg syscall (freebsd-386), const DLT_IPV4 ideal-int
  9764  pkg syscall (freebsd-386), const DLT_IPV6 = 229
  9765  pkg syscall (freebsd-386), const DLT_IPV6 ideal-int
  9766  pkg syscall (freebsd-386), const DLT_IP_OVER_FC = 122
  9767  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM1 = 137
  9768  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM2 = 135
  9769  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC = 238
  9770  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC ideal-int
  9771  pkg syscall (freebsd-386), const DLT_JUNIPER_CHDLC = 181
  9772  pkg syscall (freebsd-386), const DLT_JUNIPER_ES = 132
  9773  pkg syscall (freebsd-386), const DLT_JUNIPER_ETHER = 178
  9774  pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL = 234
  9775  pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL ideal-int
  9776  pkg syscall (freebsd-386), const DLT_JUNIPER_FRELAY = 180
  9777  pkg syscall (freebsd-386), const DLT_JUNIPER_GGSN = 133
  9778  pkg syscall (freebsd-386), const DLT_JUNIPER_ISM = 194
  9779  pkg syscall (freebsd-386), const DLT_JUNIPER_MFR = 134
  9780  pkg syscall (freebsd-386), const DLT_JUNIPER_MLFR = 131
  9781  pkg syscall (freebsd-386), const DLT_JUNIPER_MLPPP = 130
  9782  pkg syscall (freebsd-386), const DLT_JUNIPER_MONITOR = 164
  9783  pkg syscall (freebsd-386), const DLT_JUNIPER_PIC_PEER = 174
  9784  pkg syscall (freebsd-386), const DLT_JUNIPER_PPP = 179
  9785  pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE = 167
  9786  pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
  9787  pkg syscall (freebsd-386), const DLT_JUNIPER_SERVICES = 136
  9788  pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E = 233
  9789  pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E ideal-int
  9790  pkg syscall (freebsd-386), const DLT_JUNIPER_ST = 200
  9791  pkg syscall (freebsd-386), const DLT_JUNIPER_VP = 183
  9792  pkg syscall (freebsd-386), const DLT_JUNIPER_VS = 232
  9793  pkg syscall (freebsd-386), const DLT_JUNIPER_VS ideal-int
  9794  pkg syscall (freebsd-386), const DLT_LAPB_WITH_DIR = 207
  9795  pkg syscall (freebsd-386), const DLT_LAPD = 203
  9796  pkg syscall (freebsd-386), const DLT_LIN = 212
  9797  pkg syscall (freebsd-386), const DLT_LINUX_EVDEV = 216
  9798  pkg syscall (freebsd-386), const DLT_LINUX_EVDEV ideal-int
  9799  pkg syscall (freebsd-386), const DLT_LINUX_IRDA = 144
  9800  pkg syscall (freebsd-386), const DLT_LINUX_LAPD = 177
  9801  pkg syscall (freebsd-386), const DLT_LINUX_PPP_WITHDIRECTION = 166
  9802  pkg syscall (freebsd-386), const DLT_LINUX_SLL = 113
  9803  pkg syscall (freebsd-386), const DLT_LOOP = 108
  9804  pkg syscall (freebsd-386), const DLT_LTALK = 114
  9805  pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
  9806  pkg syscall (freebsd-386), const DLT_MATCHING_MAX ideal-int
  9807  pkg syscall (freebsd-386), const DLT_MATCHING_MIN = 104
  9808  pkg syscall (freebsd-386), const DLT_MATCHING_MIN ideal-int
  9809  pkg syscall (freebsd-386), const DLT_MFR = 182
  9810  pkg syscall (freebsd-386), const DLT_MOST = 211
  9811  pkg syscall (freebsd-386), const DLT_MPLS = 219
  9812  pkg syscall (freebsd-386), const DLT_MPLS ideal-int
  9813  pkg syscall (freebsd-386), const DLT_MTP2 = 140
  9814  pkg syscall (freebsd-386), const DLT_MTP2_WITH_PHDR = 139
  9815  pkg syscall (freebsd-386), const DLT_MTP3 = 141
  9816  pkg syscall (freebsd-386), const DLT_MUX27010 = 236
  9817  pkg syscall (freebsd-386), const DLT_MUX27010 ideal-int
  9818  pkg syscall (freebsd-386), const DLT_NETANALYZER = 240
  9819  pkg syscall (freebsd-386), const DLT_NETANALYZER ideal-int
  9820  pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT = 241
  9821  pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT ideal-int
  9822  pkg syscall (freebsd-386), const DLT_NFLOG = 239
  9823  pkg syscall (freebsd-386), const DLT_NFLOG ideal-int
  9824  pkg syscall (freebsd-386), const DLT_NULL = 0
  9825  pkg syscall (freebsd-386), const DLT_PCI_EXP = 125
  9826  pkg syscall (freebsd-386), const DLT_PFLOG = 117
  9827  pkg syscall (freebsd-386), const DLT_PFSYNC = 121
  9828  pkg syscall (freebsd-386), const DLT_PPI = 192
  9829  pkg syscall (freebsd-386), const DLT_PPP = 9
  9830  pkg syscall (freebsd-386), const DLT_PPP_BSDOS = 16
  9831  pkg syscall (freebsd-386), const DLT_PPP_ETHER = 51
  9832  pkg syscall (freebsd-386), const DLT_PPP_PPPD = 166
  9833  pkg syscall (freebsd-386), const DLT_PPP_SERIAL = 50
  9834  pkg syscall (freebsd-386), const DLT_PPP_WITH_DIR = 204
  9835  pkg syscall (freebsd-386), const DLT_PPP_WITH_DIRECTION = 166
  9836  pkg syscall (freebsd-386), const DLT_PRISM_HEADER = 119
  9837  pkg syscall (freebsd-386), const DLT_PRONET = 4
  9838  pkg syscall (freebsd-386), const DLT_RAIF1 = 198
  9839  pkg syscall (freebsd-386), const DLT_RAW = 12
  9840  pkg syscall (freebsd-386), const DLT_RIO = 124
  9841  pkg syscall (freebsd-386), const DLT_SCCP = 142
  9842  pkg syscall (freebsd-386), const DLT_SITA = 196
  9843  pkg syscall (freebsd-386), const DLT_SLIP = 8
  9844  pkg syscall (freebsd-386), const DLT_SLIP_BSDOS = 15
  9845  pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU = 237
  9846  pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU ideal-int
  9847  pkg syscall (freebsd-386), const DLT_SUNATM = 123
  9848  pkg syscall (freebsd-386), const DLT_SYMANTEC_FIREWALL = 99
  9849  pkg syscall (freebsd-386), const DLT_TZSP = 128
  9850  pkg syscall (freebsd-386), const DLT_USB = 186
  9851  pkg syscall (freebsd-386), const DLT_USB_LINUX = 189
  9852  pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED = 220
  9853  pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED ideal-int
  9854  pkg syscall (freebsd-386), const DLT_USER0 = 147
  9855  pkg syscall (freebsd-386), const DLT_USER1 = 148
  9856  pkg syscall (freebsd-386), const DLT_USER10 = 157
  9857  pkg syscall (freebsd-386), const DLT_USER11 = 158
  9858  pkg syscall (freebsd-386), const DLT_USER12 = 159
  9859  pkg syscall (freebsd-386), const DLT_USER13 = 160
  9860  pkg syscall (freebsd-386), const DLT_USER14 = 161
  9861  pkg syscall (freebsd-386), const DLT_USER15 = 162
  9862  pkg syscall (freebsd-386), const DLT_USER2 = 149
  9863  pkg syscall (freebsd-386), const DLT_USER3 = 150
  9864  pkg syscall (freebsd-386), const DLT_USER4 = 151
  9865  pkg syscall (freebsd-386), const DLT_USER5 = 152
  9866  pkg syscall (freebsd-386), const DLT_USER6 = 153
  9867  pkg syscall (freebsd-386), const DLT_USER7 = 154
  9868  pkg syscall (freebsd-386), const DLT_USER8 = 155
  9869  pkg syscall (freebsd-386), const DLT_USER9 = 156
  9870  pkg syscall (freebsd-386), const DLT_WIHART = 223
  9871  pkg syscall (freebsd-386), const DLT_WIHART ideal-int
  9872  pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213
  9873  pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214
  9874  pkg syscall (freebsd-386), const DT_BLK = 6
  9875  pkg syscall (freebsd-386), const DT_CHR = 2
  9876  pkg syscall (freebsd-386), const DT_DIR = 4
  9877  pkg syscall (freebsd-386), const DT_FIFO = 1
  9878  pkg syscall (freebsd-386), const DT_LNK = 10
  9879  pkg syscall (freebsd-386), const DT_REG = 8
  9880  pkg syscall (freebsd-386), const DT_SOCK = 12
  9881  pkg syscall (freebsd-386), const DT_UNKNOWN = 0
  9882  pkg syscall (freebsd-386), const DT_WHT = 14
  9883  pkg syscall (freebsd-386), const E2BIG = 7
  9884  pkg syscall (freebsd-386), const EACCES = 13
  9885  pkg syscall (freebsd-386), const EADDRINUSE = 48
  9886  pkg syscall (freebsd-386), const EADDRNOTAVAIL = 49
  9887  pkg syscall (freebsd-386), const EAFNOSUPPORT = 47
  9888  pkg syscall (freebsd-386), const EAGAIN = 35
  9889  pkg syscall (freebsd-386), const EALREADY = 37
  9890  pkg syscall (freebsd-386), const EAUTH = 80
  9891  pkg syscall (freebsd-386), const EBADF = 9
  9892  pkg syscall (freebsd-386), const EBADMSG = 89
  9893  pkg syscall (freebsd-386), const EBADRPC = 72
  9894  pkg syscall (freebsd-386), const EBUSY = 16
  9895  pkg syscall (freebsd-386), const ECANCELED = 85
  9896  pkg syscall (freebsd-386), const ECAPMODE = 94
  9897  pkg syscall (freebsd-386), const ECAPMODE Errno
  9898  pkg syscall (freebsd-386), const ECHILD = 10
  9899  pkg syscall (freebsd-386), const ECHO = 8
  9900  pkg syscall (freebsd-386), const ECHOCTL = 64
  9901  pkg syscall (freebsd-386), const ECHOE = 2
  9902  pkg syscall (freebsd-386), const ECHOK = 4
  9903  pkg syscall (freebsd-386), const ECHOKE = 1
  9904  pkg syscall (freebsd-386), const ECHONL = 16
  9905  pkg syscall (freebsd-386), const ECHOPRT = 32
  9906  pkg syscall (freebsd-386), const ECONNABORTED = 53
  9907  pkg syscall (freebsd-386), const ECONNREFUSED = 61
  9908  pkg syscall (freebsd-386), const ECONNRESET = 54
  9909  pkg syscall (freebsd-386), const EDEADLK = 11
  9910  pkg syscall (freebsd-386), const EDESTADDRREQ = 39
  9911  pkg syscall (freebsd-386), const EDOM = 33
  9912  pkg syscall (freebsd-386), const EDOOFUS = 88
  9913  pkg syscall (freebsd-386), const EDQUOT = 69
  9914  pkg syscall (freebsd-386), const EEXIST = 17
  9915  pkg syscall (freebsd-386), const EFAULT = 14
  9916  pkg syscall (freebsd-386), const EFBIG = 27
  9917  pkg syscall (freebsd-386), const EFTYPE = 79
  9918  pkg syscall (freebsd-386), const EHOSTDOWN = 64
  9919  pkg syscall (freebsd-386), const EHOSTUNREACH = 65
  9920  pkg syscall (freebsd-386), const EIDRM = 82
  9921  pkg syscall (freebsd-386), const EILSEQ = 86
  9922  pkg syscall (freebsd-386), const EINPROGRESS = 36
  9923  pkg syscall (freebsd-386), const EINTR = 4
  9924  pkg syscall (freebsd-386), const EINVAL = 22
  9925  pkg syscall (freebsd-386), const EIO = 5
  9926  pkg syscall (freebsd-386), const EISCONN = 56
  9927  pkg syscall (freebsd-386), const EISDIR = 21
  9928  pkg syscall (freebsd-386), const ELAST = 94
  9929  pkg syscall (freebsd-386), const ELOOP = 62
  9930  pkg syscall (freebsd-386), const EMFILE = 24
  9931  pkg syscall (freebsd-386), const EMLINK = 31
  9932  pkg syscall (freebsd-386), const EMSGSIZE = 40
  9933  pkg syscall (freebsd-386), const EMULTIHOP = 90
  9934  pkg syscall (freebsd-386), const ENAMETOOLONG = 63
  9935  pkg syscall (freebsd-386), const ENEEDAUTH = 81
  9936  pkg syscall (freebsd-386), const ENETDOWN = 50
  9937  pkg syscall (freebsd-386), const ENETRESET = 52
  9938  pkg syscall (freebsd-386), const ENETUNREACH = 51
  9939  pkg syscall (freebsd-386), const ENFILE = 23
  9940  pkg syscall (freebsd-386), const ENOATTR = 87
  9941  pkg syscall (freebsd-386), const ENOBUFS = 55
  9942  pkg syscall (freebsd-386), const ENODEV = 19
  9943  pkg syscall (freebsd-386), const ENOEXEC = 8
  9944  pkg syscall (freebsd-386), const ENOLCK = 77
  9945  pkg syscall (freebsd-386), const ENOLINK = 91
  9946  pkg syscall (freebsd-386), const ENOMEM = 12
  9947  pkg syscall (freebsd-386), const ENOMSG = 83
  9948  pkg syscall (freebsd-386), const ENOPROTOOPT = 42
  9949  pkg syscall (freebsd-386), const ENOSPC = 28
  9950  pkg syscall (freebsd-386), const ENOSYS = 78
  9951  pkg syscall (freebsd-386), const ENOTBLK = 15
  9952  pkg syscall (freebsd-386), const ENOTCAPABLE = 93
  9953  pkg syscall (freebsd-386), const ENOTCONN = 57
  9954  pkg syscall (freebsd-386), const ENOTDIR = 20
  9955  pkg syscall (freebsd-386), const ENOTEMPTY = 66
  9956  pkg syscall (freebsd-386), const ENOTSOCK = 38
  9957  pkg syscall (freebsd-386), const ENOTSUP = 45
  9958  pkg syscall (freebsd-386), const ENOTTY = 25
  9959  pkg syscall (freebsd-386), const ENXIO = 6
  9960  pkg syscall (freebsd-386), const EOPNOTSUPP = 45
  9961  pkg syscall (freebsd-386), const EOVERFLOW = 84
  9962  pkg syscall (freebsd-386), const EPERM = 1
  9963  pkg syscall (freebsd-386), const EPFNOSUPPORT = 46
  9964  pkg syscall (freebsd-386), const EPIPE = 32
  9965  pkg syscall (freebsd-386), const EPROCLIM = 67
  9966  pkg syscall (freebsd-386), const EPROCUNAVAIL = 76
  9967  pkg syscall (freebsd-386), const EPROGMISMATCH = 75
  9968  pkg syscall (freebsd-386), const EPROGUNAVAIL = 74
  9969  pkg syscall (freebsd-386), const EPROTO = 92
  9970  pkg syscall (freebsd-386), const EPROTONOSUPPORT = 43
  9971  pkg syscall (freebsd-386), const EPROTOTYPE = 41
  9972  pkg syscall (freebsd-386), const ERANGE = 34
  9973  pkg syscall (freebsd-386), const EREMOTE = 71
  9974  pkg syscall (freebsd-386), const EROFS = 30
  9975  pkg syscall (freebsd-386), const ERPCMISMATCH = 73
  9976  pkg syscall (freebsd-386), const ESHUTDOWN = 58
  9977  pkg syscall (freebsd-386), const ESOCKTNOSUPPORT = 44
  9978  pkg syscall (freebsd-386), const ESPIPE = 29
  9979  pkg syscall (freebsd-386), const ESRCH = 3
  9980  pkg syscall (freebsd-386), const ESTALE = 70
  9981  pkg syscall (freebsd-386), const ETIMEDOUT = 60
  9982  pkg syscall (freebsd-386), const ETOOMANYREFS = 59
  9983  pkg syscall (freebsd-386), const ETXTBSY = 26
  9984  pkg syscall (freebsd-386), const EUSERS = 68
  9985  pkg syscall (freebsd-386), const EVFILT_AIO = -3
  9986  pkg syscall (freebsd-386), const EVFILT_FS = -9
  9987  pkg syscall (freebsd-386), const EVFILT_LIO = -10
  9988  pkg syscall (freebsd-386), const EVFILT_PROC = -5
  9989  pkg syscall (freebsd-386), const EVFILT_READ = -1
  9990  pkg syscall (freebsd-386), const EVFILT_SIGNAL = -6
  9991  pkg syscall (freebsd-386), const EVFILT_SYSCOUNT = 11
  9992  pkg syscall (freebsd-386), const EVFILT_TIMER = -7
  9993  pkg syscall (freebsd-386), const EVFILT_USER = -11
  9994  pkg syscall (freebsd-386), const EVFILT_VNODE = -4
  9995  pkg syscall (freebsd-386), const EVFILT_WRITE = -2
  9996  pkg syscall (freebsd-386), const EV_ADD = 1
  9997  pkg syscall (freebsd-386), const EV_CLEAR = 32
  9998  pkg syscall (freebsd-386), const EV_DELETE = 2
  9999  pkg syscall (freebsd-386), const EV_DISABLE = 8
 10000  pkg syscall (freebsd-386), const EV_DISPATCH = 128
 10001  pkg syscall (freebsd-386), const EV_ENABLE = 4
 10002  pkg syscall (freebsd-386), const EV_EOF = 32768
 10003  pkg syscall (freebsd-386), const EV_ERROR = 16384
 10004  pkg syscall (freebsd-386), const EV_FLAG1 = 8192
 10005  pkg syscall (freebsd-386), const EV_ONESHOT = 16
 10006  pkg syscall (freebsd-386), const EV_RECEIPT = 64
 10007  pkg syscall (freebsd-386), const EV_SYSFLAGS = 61440
 10008  pkg syscall (freebsd-386), const EWOULDBLOCK = 35
 10009  pkg syscall (freebsd-386), const EXDEV = 18
 10010  pkg syscall (freebsd-386), const EXTA = 19200
 10011  pkg syscall (freebsd-386), const EXTB = 38400
 10012  pkg syscall (freebsd-386), const EXTPROC = 2048
 10013  pkg syscall (freebsd-386), const FD_CLOEXEC = 1
 10014  pkg syscall (freebsd-386), const FD_SETSIZE = 1024
 10015  pkg syscall (freebsd-386), const FLUSHO = 8388608
 10016  pkg syscall (freebsd-386), const FLUSHO ideal-int
 10017  pkg syscall (freebsd-386), const F_CANCEL = 5
 10018  pkg syscall (freebsd-386), const F_DUP2FD = 10
 10019  pkg syscall (freebsd-386), const F_DUPFD = 0
 10020  pkg syscall (freebsd-386), const F_GETFD = 1
 10021  pkg syscall (freebsd-386), const F_GETFL = 3
 10022  pkg syscall (freebsd-386), const F_GETLK = 11
 10023  pkg syscall (freebsd-386), const F_GETOWN = 5
 10024  pkg syscall (freebsd-386), const F_OGETLK = 7
 10025  pkg syscall (freebsd-386), const F_OK = 0
 10026  pkg syscall (freebsd-386), const F_OSETLK = 8
 10027  pkg syscall (freebsd-386), const F_OSETLKW = 9
 10028  pkg syscall (freebsd-386), const F_RDAHEAD = 16
 10029  pkg syscall (freebsd-386), const F_RDLCK = 1
 10030  pkg syscall (freebsd-386), const F_READAHEAD = 15
 10031  pkg syscall (freebsd-386), const F_SETFD = 2
 10032  pkg syscall (freebsd-386), const F_SETFL = 4
 10033  pkg syscall (freebsd-386), const F_SETLK = 12
 10034  pkg syscall (freebsd-386), const F_SETLKW = 13
 10035  pkg syscall (freebsd-386), const F_SETLK_REMOTE = 14
 10036  pkg syscall (freebsd-386), const F_SETOWN = 6
 10037  pkg syscall (freebsd-386), const F_UNLCK = 2
 10038  pkg syscall (freebsd-386), const F_UNLCKSYS = 4
 10039  pkg syscall (freebsd-386), const F_WRLCK = 3
 10040  pkg syscall (freebsd-386), const HUPCL = 16384
 10041  pkg syscall (freebsd-386), const HUPCL ideal-int
 10042  pkg syscall (freebsd-386), const ICANON = 256
 10043  pkg syscall (freebsd-386), const ICANON ideal-int
 10044  pkg syscall (freebsd-386), const ICRNL = 256
 10045  pkg syscall (freebsd-386), const ICRNL ideal-int
 10046  pkg syscall (freebsd-386), const IEXTEN = 1024
 10047  pkg syscall (freebsd-386), const IEXTEN ideal-int
 10048  pkg syscall (freebsd-386), const IFAN_ARRIVAL = 0
 10049  pkg syscall (freebsd-386), const IFAN_ARRIVAL ideal-int
 10050  pkg syscall (freebsd-386), const IFAN_DEPARTURE = 1
 10051  pkg syscall (freebsd-386), const IFAN_DEPARTURE ideal-int
 10052  pkg syscall (freebsd-386), const IFF_ALLMULTI = 512
 10053  pkg syscall (freebsd-386), const IFF_ALTPHYS = 16384
 10054  pkg syscall (freebsd-386), const IFF_CANTCHANGE = 2199410
 10055  pkg syscall (freebsd-386), const IFF_CANTCONFIG = 65536
 10056  pkg syscall (freebsd-386), const IFF_CANTCONFIG ideal-int
 10057  pkg syscall (freebsd-386), const IFF_DEBUG = 4
 10058  pkg syscall (freebsd-386), const IFF_DRV_OACTIVE = 1024
 10059  pkg syscall (freebsd-386), const IFF_DRV_RUNNING = 64
 10060  pkg syscall (freebsd-386), const IFF_DYING = 2097152
 10061  pkg syscall (freebsd-386), const IFF_LINK0 = 4096
 10062  pkg syscall (freebsd-386), const IFF_LINK1 = 8192
 10063  pkg syscall (freebsd-386), const IFF_LINK2 = 16384
 10064  pkg syscall (freebsd-386), const IFF_LOOPBACK = 8
 10065  pkg syscall (freebsd-386), const IFF_MONITOR = 262144
 10066  pkg syscall (freebsd-386), const IFF_MULTICAST = 32768
 10067  pkg syscall (freebsd-386), const IFF_NOARP = 128
 10068  pkg syscall (freebsd-386), const IFF_OACTIVE = 1024
 10069  pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16
 10070  pkg syscall (freebsd-386), const IFF_PPROMISC = 131072
 10071  pkg syscall (freebsd-386), const IFF_PROMISC = 256
 10072  pkg syscall (freebsd-386), const IFF_RENAMING = 4194304
 10073  pkg syscall (freebsd-386), const IFF_RUNNING = 64
 10074  pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048
 10075  pkg syscall (freebsd-386), const IFF_SMART = 32
 10076  pkg syscall (freebsd-386), const IFF_STATICARP = 524288
 10077  pkg syscall (freebsd-386), const IFNAMSIZ = 16
 10078  pkg syscall (freebsd-386), const IFT_1822 = 2
 10079  pkg syscall (freebsd-386), const IFT_A12MPPSWITCH = 130
 10080  pkg syscall (freebsd-386), const IFT_AAL2 = 187
 10081  pkg syscall (freebsd-386), const IFT_AAL5 = 49
 10082  pkg syscall (freebsd-386), const IFT_ADSL = 94
 10083  pkg syscall (freebsd-386), const IFT_AFLANE8023 = 59
 10084  pkg syscall (freebsd-386), const IFT_AFLANE8025 = 60
 10085  pkg syscall (freebsd-386), const IFT_ARAP = 88
 10086  pkg syscall (freebsd-386), const IFT_ARCNET = 35
 10087  pkg syscall (freebsd-386), const IFT_ARCNETPLUS = 36
 10088  pkg syscall (freebsd-386), const IFT_ASYNC = 84
 10089  pkg syscall (freebsd-386), const IFT_ATM = 37
 10090  pkg syscall (freebsd-386), const IFT_ATMDXI = 105
 10091  pkg syscall (freebsd-386), const IFT_ATMFUNI = 106
 10092  pkg syscall (freebsd-386), const IFT_ATMIMA = 107
 10093  pkg syscall (freebsd-386), const IFT_ATMLOGICAL = 80
 10094  pkg syscall (freebsd-386), const IFT_ATMRADIO = 189
 10095  pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE = 134
 10096  pkg syscall (freebsd-386), const IFT_ATMVCIENDPT = 194
 10097  pkg syscall (freebsd-386), const IFT_ATMVIRTUAL = 149
 10098  pkg syscall (freebsd-386), const IFT_BGPPOLICYACCOUNTING = 162
 10099  pkg syscall (freebsd-386), const IFT_BRIDGE = 209
 10100  pkg syscall (freebsd-386), const IFT_BSC = 83
 10101  pkg syscall (freebsd-386), const IFT_CARP = 248
 10102  pkg syscall (freebsd-386), const IFT_CCTEMUL = 61
 10103  pkg syscall (freebsd-386), const IFT_CEPT = 19
 10104  pkg syscall (freebsd-386), const IFT_CES = 133
 10105  pkg syscall (freebsd-386), const IFT_CHANNEL = 70
 10106  pkg syscall (freebsd-386), const IFT_CNR = 85
 10107  pkg syscall (freebsd-386), const IFT_COFFEE = 132
 10108  pkg syscall (freebsd-386), const IFT_COMPOSITELINK = 155
 10109  pkg syscall (freebsd-386), const IFT_DCN = 141
 10110  pkg syscall (freebsd-386), const IFT_DIGITALPOWERLINE = 138
 10111  pkg syscall (freebsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 10112  pkg syscall (freebsd-386), const IFT_DLSW = 74
 10113  pkg syscall (freebsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
 10114  pkg syscall (freebsd-386), const IFT_DOCSCABLEMACLAYER = 127
 10115  pkg syscall (freebsd-386), const IFT_DOCSCABLEUPSTREAM = 129
 10116  pkg syscall (freebsd-386), const IFT_DS0 = 81
 10117  pkg syscall (freebsd-386), const IFT_DS0BUNDLE = 82
 10118  pkg syscall (freebsd-386), const IFT_DS1FDL = 170
 10119  pkg syscall (freebsd-386), const IFT_DS3 = 30
 10120  pkg syscall (freebsd-386), const IFT_DTM = 140
 10121  pkg syscall (freebsd-386), const IFT_DVBASILN = 172
 10122  pkg syscall (freebsd-386), const IFT_DVBASIOUT = 173
 10123  pkg syscall (freebsd-386), const IFT_DVBRCCDOWNSTREAM = 147
 10124  pkg syscall (freebsd-386), const IFT_DVBRCCMACLAYER = 146
 10125  pkg syscall (freebsd-386), const IFT_DVBRCCUPSTREAM = 148
 10126  pkg syscall (freebsd-386), const IFT_ENC = 244
 10127  pkg syscall (freebsd-386), const IFT_EON = 25
 10128  pkg syscall (freebsd-386), const IFT_EPLRS = 87
 10129  pkg syscall (freebsd-386), const IFT_ESCON = 73
 10130  pkg syscall (freebsd-386), const IFT_ETHER = 6
 10131  pkg syscall (freebsd-386), const IFT_FAITH = 242
 10132  pkg syscall (freebsd-386), const IFT_FAST = 125
 10133  pkg syscall (freebsd-386), const IFT_FASTETHER = 62
 10134  pkg syscall (freebsd-386), const IFT_FASTETHERFX = 69
 10135  pkg syscall (freebsd-386), const IFT_FDDI = 15
 10136  pkg syscall (freebsd-386), const IFT_FIBRECHANNEL = 56
 10137  pkg syscall (freebsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
 10138  pkg syscall (freebsd-386), const IFT_FRAMERELAYMPI = 92
 10139  pkg syscall (freebsd-386), const IFT_FRDLCIENDPT = 193
 10140  pkg syscall (freebsd-386), const IFT_FRELAY = 32
 10141  pkg syscall (freebsd-386), const IFT_FRELAYDCE = 44
 10142  pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE = 163
 10143  pkg syscall (freebsd-386), const IFT_FRFORWARD = 158
 10144  pkg syscall (freebsd-386), const IFT_G703AT2MB = 67
 10145  pkg syscall (freebsd-386), const IFT_G703AT64K = 66
 10146  pkg syscall (freebsd-386), const IFT_GIF = 240
 10147  pkg syscall (freebsd-386), const IFT_GIGABITETHERNET = 117
 10148  pkg syscall (freebsd-386), const IFT_GR303IDT = 178
 10149  pkg syscall (freebsd-386), const IFT_GR303RDT = 177
 10150  pkg syscall (freebsd-386), const IFT_H323GATEKEEPER = 164
 10151  pkg syscall (freebsd-386), const IFT_H323PROXY = 165
 10152  pkg syscall (freebsd-386), const IFT_HDH1822 = 3
 10153  pkg syscall (freebsd-386), const IFT_HDLC = 118
 10154  pkg syscall (freebsd-386), const IFT_HDSL2 = 168
 10155  pkg syscall (freebsd-386), const IFT_HIPERLAN2 = 183
 10156  pkg syscall (freebsd-386), const IFT_HIPPI = 47
 10157  pkg syscall (freebsd-386), const IFT_HIPPIINTERFACE = 57
 10158  pkg syscall (freebsd-386), const IFT_HOSTPAD = 90
 10159  pkg syscall (freebsd-386), const IFT_HSSI = 46
 10160  pkg syscall (freebsd-386), const IFT_HY = 14
 10161  pkg syscall (freebsd-386), const IFT_IBM370PARCHAN = 72
 10162  pkg syscall (freebsd-386), const IFT_IDSL = 154
 10163  pkg syscall (freebsd-386), const IFT_IEEE1394 = 144
 10164  pkg syscall (freebsd-386), const IFT_IEEE80211 = 71
 10165  pkg syscall (freebsd-386), const IFT_IEEE80212 = 55
 10166  pkg syscall (freebsd-386), const IFT_IEEE8023ADLAG = 161
 10167  pkg syscall (freebsd-386), const IFT_IFGSN = 145
 10168  pkg syscall (freebsd-386), const IFT_IMT = 190
 10169  pkg syscall (freebsd-386), const IFT_INFINIBAND = 199
 10170  pkg syscall (freebsd-386), const IFT_INFINIBAND ideal-int
 10171  pkg syscall (freebsd-386), const IFT_INTERLEAVE = 124
 10172  pkg syscall (freebsd-386), const IFT_IP = 126
 10173  pkg syscall (freebsd-386), const IFT_IPFORWARD = 142
 10174  pkg syscall (freebsd-386), const IFT_IPOVERATM = 114
 10175  pkg syscall (freebsd-386), const IFT_IPOVERCDLC = 109
 10176  pkg syscall (freebsd-386), const IFT_IPOVERCLAW = 110
 10177  pkg syscall (freebsd-386), const IFT_IPSWITCH = 78
 10178  pkg syscall (freebsd-386), const IFT_IPXIP = 249
 10179  pkg syscall (freebsd-386), const IFT_ISDN = 63
 10180  pkg syscall (freebsd-386), const IFT_ISDNBASIC = 20
 10181  pkg syscall (freebsd-386), const IFT_ISDNPRIMARY = 21
 10182  pkg syscall (freebsd-386), const IFT_ISDNS = 75
 10183  pkg syscall (freebsd-386), const IFT_ISDNU = 76
 10184  pkg syscall (freebsd-386), const IFT_ISO88022LLC = 41
 10185  pkg syscall (freebsd-386), const IFT_ISO88023 = 7
 10186  pkg syscall (freebsd-386), const IFT_ISO88024 = 8
 10187  pkg syscall (freebsd-386), const IFT_ISO88025 = 9
 10188  pkg syscall (freebsd-386), const IFT_ISO88025CRFPINT = 98
 10189  pkg syscall (freebsd-386), const IFT_ISO88025DTR = 86
 10190  pkg syscall (freebsd-386), const IFT_ISO88025FIBER = 115
 10191  pkg syscall (freebsd-386), const IFT_ISO88026 = 10
 10192  pkg syscall (freebsd-386), const IFT_ISUP = 179
 10193  pkg syscall (freebsd-386), const IFT_L2VLAN = 135
 10194  pkg syscall (freebsd-386), const IFT_L3IPVLAN = 136
 10195  pkg syscall (freebsd-386), const IFT_L3IPXVLAN = 137
 10196  pkg syscall (freebsd-386), const IFT_LAPB = 16
 10197  pkg syscall (freebsd-386), const IFT_LAPD = 77
 10198  pkg syscall (freebsd-386), const IFT_LAPF = 119
 10199  pkg syscall (freebsd-386), const IFT_LOCALTALK = 42
 10200  pkg syscall (freebsd-386), const IFT_LOOP = 24
 10201  pkg syscall (freebsd-386), const IFT_MEDIAMAILOVERIP = 139
 10202  pkg syscall (freebsd-386), const IFT_MFSIGLINK = 167
 10203  pkg syscall (freebsd-386), const IFT_MIOX25 = 38
 10204  pkg syscall (freebsd-386), const IFT_MODEM = 48
 10205  pkg syscall (freebsd-386), const IFT_MPC = 113
 10206  pkg syscall (freebsd-386), const IFT_MPLS = 166
 10207  pkg syscall (freebsd-386), const IFT_MPLSTUNNEL = 150
 10208  pkg syscall (freebsd-386), const IFT_MSDSL = 143
 10209  pkg syscall (freebsd-386), const IFT_MVL = 191
 10210  pkg syscall (freebsd-386), const IFT_MYRINET = 99
 10211  pkg syscall (freebsd-386), const IFT_NFAS = 175
 10212  pkg syscall (freebsd-386), const IFT_NSIP = 27
 10213  pkg syscall (freebsd-386), const IFT_OPTICALCHANNEL = 195
 10214  pkg syscall (freebsd-386), const IFT_OPTICALTRANSPORT = 196
 10215  pkg syscall (freebsd-386), const IFT_OTHER = 1
 10216  pkg syscall (freebsd-386), const IFT_P10 = 12
 10217  pkg syscall (freebsd-386), const IFT_P80 = 13
 10218  pkg syscall (freebsd-386), const IFT_PARA = 34
 10219  pkg syscall (freebsd-386), const IFT_PFLOG = 246
 10220  pkg syscall (freebsd-386), const IFT_PFSYNC = 247
 10221  pkg syscall (freebsd-386), const IFT_PLC = 174
 10222  pkg syscall (freebsd-386), const IFT_POS = 171
 10223  pkg syscall (freebsd-386), const IFT_PPP = 23
 10224  pkg syscall (freebsd-386), const IFT_PPPMULTILINKBUNDLE = 108
 10225  pkg syscall (freebsd-386), const IFT_PROPBWAP2MP = 184
 10226  pkg syscall (freebsd-386), const IFT_PROPCNLS = 89
 10227  pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 10228  pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 10229  pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 10230  pkg syscall (freebsd-386), const IFT_PROPMUX = 54
 10231  pkg syscall (freebsd-386), const IFT_PROPVIRTUAL = 53
 10232  pkg syscall (freebsd-386), const IFT_PROPWIRELESSP2P = 157
 10233  pkg syscall (freebsd-386), const IFT_PTPSERIAL = 22
 10234  pkg syscall (freebsd-386), const IFT_PVC = 241
 10235  pkg syscall (freebsd-386), const IFT_QLLC = 68
 10236  pkg syscall (freebsd-386), const IFT_RADIOMAC = 188
 10237  pkg syscall (freebsd-386), const IFT_RADSL = 95
 10238  pkg syscall (freebsd-386), const IFT_REACHDSL = 192
 10239  pkg syscall (freebsd-386), const IFT_RFC1483 = 159
 10240  pkg syscall (freebsd-386), const IFT_RS232 = 33
 10241  pkg syscall (freebsd-386), const IFT_RSRB = 79
 10242  pkg syscall (freebsd-386), const IFT_SDLC = 17
 10243  pkg syscall (freebsd-386), const IFT_SDSL = 96
 10244  pkg syscall (freebsd-386), const IFT_SHDSL = 169
 10245  pkg syscall (freebsd-386), const IFT_SIP = 31
 10246  pkg syscall (freebsd-386), const IFT_SLIP = 28
 10247  pkg syscall (freebsd-386), const IFT_SMDSDXI = 43
 10248  pkg syscall (freebsd-386), const IFT_SMDSICIP = 52
 10249  pkg syscall (freebsd-386), const IFT_SONET = 39
 10250  pkg syscall (freebsd-386), const IFT_SONETOVERHEADCHANNEL = 185
 10251  pkg syscall (freebsd-386), const IFT_SONETPATH = 50
 10252  pkg syscall (freebsd-386), const IFT_SONETVT = 51
 10253  pkg syscall (freebsd-386), const IFT_SRP = 151
 10254  pkg syscall (freebsd-386), const IFT_SS7SIGLINK = 156
 10255  pkg syscall (freebsd-386), const IFT_STACKTOSTACK = 111
 10256  pkg syscall (freebsd-386), const IFT_STARLAN = 11
 10257  pkg syscall (freebsd-386), const IFT_STF = 215
 10258  pkg syscall (freebsd-386), const IFT_T1 = 18
 10259  pkg syscall (freebsd-386), const IFT_TDLC = 116
 10260  pkg syscall (freebsd-386), const IFT_TERMPAD = 91
 10261  pkg syscall (freebsd-386), const IFT_TR008 = 176
 10262  pkg syscall (freebsd-386), const IFT_TRANSPHDLC = 123
 10263  pkg syscall (freebsd-386), const IFT_TUNNEL = 131
 10264  pkg syscall (freebsd-386), const IFT_ULTRA = 29
 10265  pkg syscall (freebsd-386), const IFT_USB = 160
 10266  pkg syscall (freebsd-386), const IFT_V11 = 64
 10267  pkg syscall (freebsd-386), const IFT_V35 = 45
 10268  pkg syscall (freebsd-386), const IFT_V36 = 65
 10269  pkg syscall (freebsd-386), const IFT_V37 = 120
 10270  pkg syscall (freebsd-386), const IFT_VDSL = 97
 10271  pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS = 112
 10272  pkg syscall (freebsd-386), const IFT_VOICEEM = 100
 10273  pkg syscall (freebsd-386), const IFT_VOICEENCAP = 103
 10274  pkg syscall (freebsd-386), const IFT_VOICEFXO = 101
 10275  pkg syscall (freebsd-386), const IFT_VOICEFXS = 102
 10276  pkg syscall (freebsd-386), const IFT_VOICEOVERATM = 152
 10277  pkg syscall (freebsd-386), const IFT_VOICEOVERFRAMERELAY = 153
 10278  pkg syscall (freebsd-386), const IFT_VOICEOVERIP = 104
 10279  pkg syscall (freebsd-386), const IFT_X213 = 93
 10280  pkg syscall (freebsd-386), const IFT_X25 = 5
 10281  pkg syscall (freebsd-386), const IFT_X25DDN = 4
 10282  pkg syscall (freebsd-386), const IFT_X25HUNTGROUP = 122
 10283  pkg syscall (freebsd-386), const IFT_X25MLP = 121
 10284  pkg syscall (freebsd-386), const IFT_X25PLE = 40
 10285  pkg syscall (freebsd-386), const IFT_XETHER = 26
 10286  pkg syscall (freebsd-386), const IGNBRK = 1
 10287  pkg syscall (freebsd-386), const IGNBRK ideal-int
 10288  pkg syscall (freebsd-386), const IGNCR = 128
 10289  pkg syscall (freebsd-386), const IGNCR ideal-int
 10290  pkg syscall (freebsd-386), const IGNPAR = 4
 10291  pkg syscall (freebsd-386), const IGNPAR ideal-int
 10292  pkg syscall (freebsd-386), const IMAXBEL = 8192
 10293  pkg syscall (freebsd-386), const IMAXBEL ideal-int
 10294  pkg syscall (freebsd-386), const INLCR = 64
 10295  pkg syscall (freebsd-386), const INLCR ideal-int
 10296  pkg syscall (freebsd-386), const INPCK = 16
 10297  pkg syscall (freebsd-386), const INPCK ideal-int
 10298  pkg syscall (freebsd-386), const IN_CLASSA_HOST = 16777215
 10299  pkg syscall (freebsd-386), const IN_CLASSA_MAX = 128
 10300  pkg syscall (freebsd-386), const IN_CLASSA_NET = 4278190080
 10301  pkg syscall (freebsd-386), const IN_CLASSA_NSHIFT = 24
 10302  pkg syscall (freebsd-386), const IN_CLASSB_HOST = 65535
 10303  pkg syscall (freebsd-386), const IN_CLASSB_MAX = 65536
 10304  pkg syscall (freebsd-386), const IN_CLASSB_NET = 4294901760
 10305  pkg syscall (freebsd-386), const IN_CLASSB_NSHIFT = 16
 10306  pkg syscall (freebsd-386), const IN_CLASSC_HOST = 255
 10307  pkg syscall (freebsd-386), const IN_CLASSC_NET = 4294967040
 10308  pkg syscall (freebsd-386), const IN_CLASSC_NSHIFT = 8
 10309  pkg syscall (freebsd-386), const IN_CLASSD_HOST = 268435455
 10310  pkg syscall (freebsd-386), const IN_CLASSD_NET = 4026531840
 10311  pkg syscall (freebsd-386), const IN_CLASSD_NSHIFT = 28
 10312  pkg syscall (freebsd-386), const IN_LOOPBACKNET = 127
 10313  pkg syscall (freebsd-386), const IN_RFC3021_MASK = 4294967294
 10314  pkg syscall (freebsd-386), const IN_RFC3021_MASK ideal-int
 10315  pkg syscall (freebsd-386), const IPPROTO_3PC = 34
 10316  pkg syscall (freebsd-386), const IPPROTO_ADFS = 68
 10317  pkg syscall (freebsd-386), const IPPROTO_AH = 51
 10318  pkg syscall (freebsd-386), const IPPROTO_AHIP = 61
 10319  pkg syscall (freebsd-386), const IPPROTO_APES = 99
 10320  pkg syscall (freebsd-386), const IPPROTO_ARGUS = 13
 10321  pkg syscall (freebsd-386), const IPPROTO_AX25 = 93
 10322  pkg syscall (freebsd-386), const IPPROTO_BHA = 49
 10323  pkg syscall (freebsd-386), const IPPROTO_BLT = 30
 10324  pkg syscall (freebsd-386), const IPPROTO_BRSATMON = 76
 10325  pkg syscall (freebsd-386), const IPPROTO_CARP = 112
 10326  pkg syscall (freebsd-386), const IPPROTO_CFTP = 62
 10327  pkg syscall (freebsd-386), const IPPROTO_CHAOS = 16
 10328  pkg syscall (freebsd-386), const IPPROTO_CMTP = 38
 10329  pkg syscall (freebsd-386), const IPPROTO_CPHB = 73
 10330  pkg syscall (freebsd-386), const IPPROTO_CPNX = 72
 10331  pkg syscall (freebsd-386), const IPPROTO_DDP = 37
 10332  pkg syscall (freebsd-386), const IPPROTO_DGP = 86
 10333  pkg syscall (freebsd-386), const IPPROTO_DIVERT = 258
 10334  pkg syscall (freebsd-386), const IPPROTO_DONE = 257
 10335  pkg syscall (freebsd-386), const IPPROTO_DSTOPTS = 60
 10336  pkg syscall (freebsd-386), const IPPROTO_EGP = 8
 10337  pkg syscall (freebsd-386), const IPPROTO_EMCON = 14
 10338  pkg syscall (freebsd-386), const IPPROTO_ENCAP = 98
 10339  pkg syscall (freebsd-386), const IPPROTO_EON = 80
 10340  pkg syscall (freebsd-386), const IPPROTO_ESP = 50
 10341  pkg syscall (freebsd-386), const IPPROTO_ETHERIP = 97
 10342  pkg syscall (freebsd-386), const IPPROTO_FRAGMENT = 44
 10343  pkg syscall (freebsd-386), const IPPROTO_GGP = 3
 10344  pkg syscall (freebsd-386), const IPPROTO_GMTP = 100
 10345  pkg syscall (freebsd-386), const IPPROTO_GRE = 47
 10346  pkg syscall (freebsd-386), const IPPROTO_HELLO = 63
 10347  pkg syscall (freebsd-386), const IPPROTO_HMP = 20
 10348  pkg syscall (freebsd-386), const IPPROTO_HOPOPTS = 0
 10349  pkg syscall (freebsd-386), const IPPROTO_ICMP = 1
 10350  pkg syscall (freebsd-386), const IPPROTO_ICMPV6 = 58
 10351  pkg syscall (freebsd-386), const IPPROTO_IDP = 22
 10352  pkg syscall (freebsd-386), const IPPROTO_IDPR = 35
 10353  pkg syscall (freebsd-386), const IPPROTO_IDRP = 45
 10354  pkg syscall (freebsd-386), const IPPROTO_IGMP = 2
 10355  pkg syscall (freebsd-386), const IPPROTO_IGP = 85
 10356  pkg syscall (freebsd-386), const IPPROTO_IGRP = 88
 10357  pkg syscall (freebsd-386), const IPPROTO_IL = 40
 10358  pkg syscall (freebsd-386), const IPPROTO_INLSP = 52
 10359  pkg syscall (freebsd-386), const IPPROTO_INP = 32
 10360  pkg syscall (freebsd-386), const IPPROTO_IPCOMP = 108
 10361  pkg syscall (freebsd-386), const IPPROTO_IPCV = 71
 10362  pkg syscall (freebsd-386), const IPPROTO_IPEIP = 94
 10363  pkg syscall (freebsd-386), const IPPROTO_IPIP = 4
 10364  pkg syscall (freebsd-386), const IPPROTO_IPPC = 67
 10365  pkg syscall (freebsd-386), const IPPROTO_IPV4 = 4
 10366  pkg syscall (freebsd-386), const IPPROTO_IRTP = 28
 10367  pkg syscall (freebsd-386), const IPPROTO_KRYPTOLAN = 65
 10368  pkg syscall (freebsd-386), const IPPROTO_LARP = 91
 10369  pkg syscall (freebsd-386), const IPPROTO_LEAF1 = 25
 10370  pkg syscall (freebsd-386), const IPPROTO_LEAF2 = 26
 10371  pkg syscall (freebsd-386), const IPPROTO_MAX = 256
 10372  pkg syscall (freebsd-386), const IPPROTO_MAXID = 52
 10373  pkg syscall (freebsd-386), const IPPROTO_MEAS = 19
 10374  pkg syscall (freebsd-386), const IPPROTO_MH = 135
 10375  pkg syscall (freebsd-386), const IPPROTO_MH ideal-int
 10376  pkg syscall (freebsd-386), const IPPROTO_MHRP = 48
 10377  pkg syscall (freebsd-386), const IPPROTO_MICP = 95
 10378  pkg syscall (freebsd-386), const IPPROTO_MOBILE = 55
 10379  pkg syscall (freebsd-386), const IPPROTO_MTP = 92
 10380  pkg syscall (freebsd-386), const IPPROTO_MUX = 18
 10381  pkg syscall (freebsd-386), const IPPROTO_ND = 77
 10382  pkg syscall (freebsd-386), const IPPROTO_NHRP = 54
 10383  pkg syscall (freebsd-386), const IPPROTO_NONE = 59
 10384  pkg syscall (freebsd-386), const IPPROTO_NSP = 31
 10385  pkg syscall (freebsd-386), const IPPROTO_NVPII = 11
 10386  pkg syscall (freebsd-386), const IPPROTO_OLD_DIVERT = 254
 10387  pkg syscall (freebsd-386), const IPPROTO_OSPFIGP = 89
 10388  pkg syscall (freebsd-386), const IPPROTO_PFSYNC = 240
 10389  pkg syscall (freebsd-386), const IPPROTO_PGM = 113
 10390  pkg syscall (freebsd-386), const IPPROTO_PIGP = 9
 10391  pkg syscall (freebsd-386), const IPPROTO_PIM = 103
 10392  pkg syscall (freebsd-386), const IPPROTO_PRM = 21
 10393  pkg syscall (freebsd-386), const IPPROTO_PUP = 12
 10394  pkg syscall (freebsd-386), const IPPROTO_PVP = 75
 10395  pkg syscall (freebsd-386), const IPPROTO_RAW = 255
 10396  pkg syscall (freebsd-386), const IPPROTO_RCCMON = 10
 10397  pkg syscall (freebsd-386), const IPPROTO_RDP = 27
 10398  pkg syscall (freebsd-386), const IPPROTO_ROUTING = 43
 10399  pkg syscall (freebsd-386), const IPPROTO_RSVP = 46
 10400  pkg syscall (freebsd-386), const IPPROTO_RVD = 66
 10401  pkg syscall (freebsd-386), const IPPROTO_SATEXPAK = 64
 10402  pkg syscall (freebsd-386), const IPPROTO_SATMON = 69
 10403  pkg syscall (freebsd-386), const IPPROTO_SCCSP = 96
 10404  pkg syscall (freebsd-386), const IPPROTO_SCTP = 132
 10405  pkg syscall (freebsd-386), const IPPROTO_SDRP = 42
 10406  pkg syscall (freebsd-386), const IPPROTO_SEND = 259
 10407  pkg syscall (freebsd-386), const IPPROTO_SEND ideal-int
 10408  pkg syscall (freebsd-386), const IPPROTO_SEP = 33
 10409  pkg syscall (freebsd-386), const IPPROTO_SKIP = 57
 10410  pkg syscall (freebsd-386), const IPPROTO_SPACER = 32767
 10411  pkg syscall (freebsd-386), const IPPROTO_SRPC = 90
 10412  pkg syscall (freebsd-386), const IPPROTO_ST = 7
 10413  pkg syscall (freebsd-386), const IPPROTO_SVMTP = 82
 10414  pkg syscall (freebsd-386), const IPPROTO_SWIPE = 53
 10415  pkg syscall (freebsd-386), const IPPROTO_TCF = 87
 10416  pkg syscall (freebsd-386), const IPPROTO_TLSP = 56
 10417  pkg syscall (freebsd-386), const IPPROTO_TP = 29
 10418  pkg syscall (freebsd-386), const IPPROTO_TPXX = 39
 10419  pkg syscall (freebsd-386), const IPPROTO_TRUNK1 = 23
 10420  pkg syscall (freebsd-386), const IPPROTO_TRUNK2 = 24
 10421  pkg syscall (freebsd-386), const IPPROTO_TTP = 84
 10422  pkg syscall (freebsd-386), const IPPROTO_VINES = 83
 10423  pkg syscall (freebsd-386), const IPPROTO_VISA = 70
 10424  pkg syscall (freebsd-386), const IPPROTO_VMTP = 81
 10425  pkg syscall (freebsd-386), const IPPROTO_WBEXPAK = 79
 10426  pkg syscall (freebsd-386), const IPPROTO_WBMON = 78
 10427  pkg syscall (freebsd-386), const IPPROTO_WSN = 74
 10428  pkg syscall (freebsd-386), const IPPROTO_XNET = 15
 10429  pkg syscall (freebsd-386), const IPPROTO_XTP = 36
 10430  pkg syscall (freebsd-386), const IPV6_AUTOFLOWLABEL = 59
 10431  pkg syscall (freebsd-386), const IPV6_BINDANY = 64
 10432  pkg syscall (freebsd-386), const IPV6_BINDV6ONLY = 27
 10433  pkg syscall (freebsd-386), const IPV6_CHECKSUM = 26
 10434  pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 10435  pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 10436  pkg syscall (freebsd-386), const IPV6_DEFHLIM = 64
 10437  pkg syscall (freebsd-386), const IPV6_DONTFRAG = 62
 10438  pkg syscall (freebsd-386), const IPV6_DSTOPTS = 50
 10439  pkg syscall (freebsd-386), const IPV6_FAITH = 29
 10440  pkg syscall (freebsd-386), const IPV6_FLOWINFO_MASK = 4294967055
 10441  pkg syscall (freebsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
 10442  pkg syscall (freebsd-386), const IPV6_FRAGTTL = 120
 10443  pkg syscall (freebsd-386), const IPV6_FW_ADD = 30
 10444  pkg syscall (freebsd-386), const IPV6_FW_DEL = 31
 10445  pkg syscall (freebsd-386), const IPV6_FW_FLUSH = 32
 10446  pkg syscall (freebsd-386), const IPV6_FW_GET = 34
 10447  pkg syscall (freebsd-386), const IPV6_FW_ZERO = 33
 10448  pkg syscall (freebsd-386), const IPV6_HLIMDEC = 1
 10449  pkg syscall (freebsd-386), const IPV6_HOPLIMIT = 47
 10450  pkg syscall (freebsd-386), const IPV6_HOPOPTS = 49
 10451  pkg syscall (freebsd-386), const IPV6_IPSEC_POLICY = 28
 10452  pkg syscall (freebsd-386), const IPV6_JOIN_GROUP = 12
 10453  pkg syscall (freebsd-386), const IPV6_LEAVE_GROUP = 13
 10454  pkg syscall (freebsd-386), const IPV6_MAXHLIM = 255
 10455  pkg syscall (freebsd-386), const IPV6_MAXOPTHDR = 2048
 10456  pkg syscall (freebsd-386), const IPV6_MAXPACKET = 65535
 10457  pkg syscall (freebsd-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
 10458  pkg syscall (freebsd-386), const IPV6_MAX_MEMBERSHIPS = 4095
 10459  pkg syscall (freebsd-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
 10460  pkg syscall (freebsd-386), const IPV6_MIN_MEMBERSHIPS = 31
 10461  pkg syscall (freebsd-386), const IPV6_MMTU = 1280
 10462  pkg syscall (freebsd-386), const IPV6_MSFILTER = 74
 10463  pkg syscall (freebsd-386), const IPV6_MULTICAST_HOPS = 10
 10464  pkg syscall (freebsd-386), const IPV6_MULTICAST_IF = 9
 10465  pkg syscall (freebsd-386), const IPV6_MULTICAST_LOOP = 11
 10466  pkg syscall (freebsd-386), const IPV6_NEXTHOP = 48
 10467  pkg syscall (freebsd-386), const IPV6_PATHMTU = 44
 10468  pkg syscall (freebsd-386), const IPV6_PKTINFO = 46
 10469  pkg syscall (freebsd-386), const IPV6_PORTRANGE = 14
 10470  pkg syscall (freebsd-386), const IPV6_PORTRANGE_DEFAULT = 0
 10471  pkg syscall (freebsd-386), const IPV6_PORTRANGE_HIGH = 1
 10472  pkg syscall (freebsd-386), const IPV6_PORTRANGE_LOW = 2
 10473  pkg syscall (freebsd-386), const IPV6_PREFER_TEMPADDR = 63
 10474  pkg syscall (freebsd-386), const IPV6_RECVDSTOPTS = 40
 10475  pkg syscall (freebsd-386), const IPV6_RECVHOPLIMIT = 37
 10476  pkg syscall (freebsd-386), const IPV6_RECVHOPOPTS = 39
 10477  pkg syscall (freebsd-386), const IPV6_RECVPATHMTU = 43
 10478  pkg syscall (freebsd-386), const IPV6_RECVPKTINFO = 36
 10479  pkg syscall (freebsd-386), const IPV6_RECVRTHDR = 38
 10480  pkg syscall (freebsd-386), const IPV6_RECVTCLASS = 57
 10481  pkg syscall (freebsd-386), const IPV6_RTHDR = 51
 10482  pkg syscall (freebsd-386), const IPV6_RTHDRDSTOPTS = 35
 10483  pkg syscall (freebsd-386), const IPV6_RTHDR_LOOSE = 0
 10484  pkg syscall (freebsd-386), const IPV6_RTHDR_STRICT = 1
 10485  pkg syscall (freebsd-386), const IPV6_RTHDR_TYPE_0 = 0
 10486  pkg syscall (freebsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
 10487  pkg syscall (freebsd-386), const IPV6_TCLASS = 61
 10488  pkg syscall (freebsd-386), const IPV6_UNICAST_HOPS = 4
 10489  pkg syscall (freebsd-386), const IPV6_USE_MIN_MTU = 42
 10490  pkg syscall (freebsd-386), const IPV6_V6ONLY = 27
 10491  pkg syscall (freebsd-386), const IPV6_VERSION = 96
 10492  pkg syscall (freebsd-386), const IPV6_VERSION_MASK = 240
 10493  pkg syscall (freebsd-386), const IP_ADD_MEMBERSHIP = 12
 10494  pkg syscall (freebsd-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
 10495  pkg syscall (freebsd-386), const IP_BINDANY = 24
 10496  pkg syscall (freebsd-386), const IP_BLOCK_SOURCE = 72
 10497  pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
 10498  pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
 10499  pkg syscall (freebsd-386), const IP_DF = 16384
 10500  pkg syscall (freebsd-386), const IP_DONTFRAG = 67
 10501  pkg syscall (freebsd-386), const IP_DROP_MEMBERSHIP = 13
 10502  pkg syscall (freebsd-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
 10503  pkg syscall (freebsd-386), const IP_DUMMYNET3 = 49
 10504  pkg syscall (freebsd-386), const IP_DUMMYNET_CONFIGURE = 60
 10505  pkg syscall (freebsd-386), const IP_DUMMYNET_DEL = 61
 10506  pkg syscall (freebsd-386), const IP_DUMMYNET_FLUSH = 62
 10507  pkg syscall (freebsd-386), const IP_DUMMYNET_GET = 64
 10508  pkg syscall (freebsd-386), const IP_FAITH = 22
 10509  pkg syscall (freebsd-386), const IP_FW3 = 48
 10510  pkg syscall (freebsd-386), const IP_FW_ADD = 50
 10511  pkg syscall (freebsd-386), const IP_FW_DEL = 51
 10512  pkg syscall (freebsd-386), const IP_FW_FLUSH = 52
 10513  pkg syscall (freebsd-386), const IP_FW_GET = 54
 10514  pkg syscall (freebsd-386), const IP_FW_NAT_CFG = 56
 10515  pkg syscall (freebsd-386), const IP_FW_NAT_DEL = 57
 10516  pkg syscall (freebsd-386), const IP_FW_NAT_GET_CONFIG = 58
 10517  pkg syscall (freebsd-386), const IP_FW_NAT_GET_LOG = 59
 10518  pkg syscall (freebsd-386), const IP_FW_RESETLOG = 55
 10519  pkg syscall (freebsd-386), const IP_FW_TABLE_ADD = 40
 10520  pkg syscall (freebsd-386), const IP_FW_TABLE_DEL = 41
 10521  pkg syscall (freebsd-386), const IP_FW_TABLE_FLUSH = 42
 10522  pkg syscall (freebsd-386), const IP_FW_TABLE_GETSIZE = 43
 10523  pkg syscall (freebsd-386), const IP_FW_TABLE_LIST = 44
 10524  pkg syscall (freebsd-386), const IP_FW_ZERO = 53
 10525  pkg syscall (freebsd-386), const IP_HDRINCL = 2
 10526  pkg syscall (freebsd-386), const IP_IPSEC_POLICY = 21
 10527  pkg syscall (freebsd-386), const IP_MAXPACKET = 65535
 10528  pkg syscall (freebsd-386), const IP_MAX_GROUP_SRC_FILTER = 512
 10529  pkg syscall (freebsd-386), const IP_MAX_MEMBERSHIPS = 4095
 10530  pkg syscall (freebsd-386), const IP_MAX_SOCK_MUTE_FILTER = 128
 10531  pkg syscall (freebsd-386), const IP_MAX_SOCK_SRC_FILTER = 128
 10532  pkg syscall (freebsd-386), const IP_MAX_SOURCE_FILTER = 1024
 10533  pkg syscall (freebsd-386), const IP_MF = 8192
 10534  pkg syscall (freebsd-386), const IP_MINTTL = 66
 10535  pkg syscall (freebsd-386), const IP_MIN_MEMBERSHIPS = 31
 10536  pkg syscall (freebsd-386), const IP_MSFILTER = 74
 10537  pkg syscall (freebsd-386), const IP_MSS = 576
 10538  pkg syscall (freebsd-386), const IP_MULTICAST_IF = 9
 10539  pkg syscall (freebsd-386), const IP_MULTICAST_LOOP = 11
 10540  pkg syscall (freebsd-386), const IP_MULTICAST_TTL = 10
 10541  pkg syscall (freebsd-386), const IP_MULTICAST_VIF = 14
 10542  pkg syscall (freebsd-386), const IP_OFFMASK = 8191
 10543  pkg syscall (freebsd-386), const IP_ONESBCAST = 23
 10544  pkg syscall (freebsd-386), const IP_OPTIONS = 1
 10545  pkg syscall (freebsd-386), const IP_PORTRANGE = 19
 10546  pkg syscall (freebsd-386), const IP_PORTRANGE_DEFAULT = 0
 10547  pkg syscall (freebsd-386), const IP_PORTRANGE_HIGH = 1
 10548  pkg syscall (freebsd-386), const IP_PORTRANGE_LOW = 2
 10549  pkg syscall (freebsd-386), const IP_RECVDSTADDR = 7
 10550  pkg syscall (freebsd-386), const IP_RECVIF = 20
 10551  pkg syscall (freebsd-386), const IP_RECVOPTS = 5
 10552  pkg syscall (freebsd-386), const IP_RECVRETOPTS = 6
 10553  pkg syscall (freebsd-386), const IP_RECVTOS = 68
 10554  pkg syscall (freebsd-386), const IP_RECVTOS ideal-int
 10555  pkg syscall (freebsd-386), const IP_RECVTTL = 65
 10556  pkg syscall (freebsd-386), const IP_RETOPTS = 8
 10557  pkg syscall (freebsd-386), const IP_RF = 32768
 10558  pkg syscall (freebsd-386), const IP_RSVP_OFF = 16
 10559  pkg syscall (freebsd-386), const IP_RSVP_ON = 15
 10560  pkg syscall (freebsd-386), const IP_RSVP_VIF_OFF = 18
 10561  pkg syscall (freebsd-386), const IP_RSVP_VIF_ON = 17
 10562  pkg syscall (freebsd-386), const IP_SENDSRCADDR = 7
 10563  pkg syscall (freebsd-386), const IP_TOS = 3
 10564  pkg syscall (freebsd-386), const IP_TTL = 4
 10565  pkg syscall (freebsd-386), const IP_UNBLOCK_SOURCE = 73
 10566  pkg syscall (freebsd-386), const ISIG = 128
 10567  pkg syscall (freebsd-386), const ISIG ideal-int
 10568  pkg syscall (freebsd-386), const ISTRIP = 32
 10569  pkg syscall (freebsd-386), const ISTRIP ideal-int
 10570  pkg syscall (freebsd-386), const IXANY = 2048
 10571  pkg syscall (freebsd-386), const IXANY ideal-int
 10572  pkg syscall (freebsd-386), const IXOFF = 1024
 10573  pkg syscall (freebsd-386), const IXOFF ideal-int
 10574  pkg syscall (freebsd-386), const IXON = 512
 10575  pkg syscall (freebsd-386), const IXON ideal-int
 10576  pkg syscall (freebsd-386), const ImplementsGetwd = false
 10577  pkg syscall (freebsd-386), const LOCK_EX = 2
 10578  pkg syscall (freebsd-386), const LOCK_NB = 4
 10579  pkg syscall (freebsd-386), const LOCK_SH = 1
 10580  pkg syscall (freebsd-386), const LOCK_UN = 8
 10581  pkg syscall (freebsd-386), const MADV_AUTOSYNC = 7
 10582  pkg syscall (freebsd-386), const MADV_AUTOSYNC ideal-int
 10583  pkg syscall (freebsd-386), const MADV_CORE = 9
 10584  pkg syscall (freebsd-386), const MADV_CORE ideal-int
 10585  pkg syscall (freebsd-386), const MADV_DONTNEED = 4
 10586  pkg syscall (freebsd-386), const MADV_DONTNEED ideal-int
 10587  pkg syscall (freebsd-386), const MADV_FREE = 5
 10588  pkg syscall (freebsd-386), const MADV_FREE ideal-int
 10589  pkg syscall (freebsd-386), const MADV_NOCORE = 8
 10590  pkg syscall (freebsd-386), const MADV_NOCORE ideal-int
 10591  pkg syscall (freebsd-386), const MADV_NORMAL = 0
 10592  pkg syscall (freebsd-386), const MADV_NORMAL ideal-int
 10593  pkg syscall (freebsd-386), const MADV_NOSYNC = 6
 10594  pkg syscall (freebsd-386), const MADV_NOSYNC ideal-int
 10595  pkg syscall (freebsd-386), const MADV_PROTECT = 10
 10596  pkg syscall (freebsd-386), const MADV_PROTECT ideal-int
 10597  pkg syscall (freebsd-386), const MADV_RANDOM = 1
 10598  pkg syscall (freebsd-386), const MADV_RANDOM ideal-int
 10599  pkg syscall (freebsd-386), const MADV_SEQUENTIAL = 2
 10600  pkg syscall (freebsd-386), const MADV_SEQUENTIAL ideal-int
 10601  pkg syscall (freebsd-386), const MADV_WILLNEED = 3
 10602  pkg syscall (freebsd-386), const MADV_WILLNEED ideal-int
 10603  pkg syscall (freebsd-386), const MAP_ANON = 4096
 10604  pkg syscall (freebsd-386), const MAP_ANON ideal-int
 10605  pkg syscall (freebsd-386), const MAP_ANONYMOUS = 4096
 10606  pkg syscall (freebsd-386), const MAP_ANONYMOUS ideal-int
 10607  pkg syscall (freebsd-386), const MAP_COPY = 2
 10608  pkg syscall (freebsd-386), const MAP_COPY ideal-int
 10609  pkg syscall (freebsd-386), const MAP_FILE = 0
 10610  pkg syscall (freebsd-386), const MAP_FILE ideal-int
 10611  pkg syscall (freebsd-386), const MAP_FIXED = 16
 10612  pkg syscall (freebsd-386), const MAP_FIXED ideal-int
 10613  pkg syscall (freebsd-386), const MAP_HASSEMAPHORE = 512
 10614  pkg syscall (freebsd-386), const MAP_HASSEMAPHORE ideal-int
 10615  pkg syscall (freebsd-386), const MAP_NOCORE = 131072
 10616  pkg syscall (freebsd-386), const MAP_NOCORE ideal-int
 10617  pkg syscall (freebsd-386), const MAP_NORESERVE = 64
 10618  pkg syscall (freebsd-386), const MAP_NORESERVE ideal-int
 10619  pkg syscall (freebsd-386), const MAP_NOSYNC = 2048
 10620  pkg syscall (freebsd-386), const MAP_NOSYNC ideal-int
 10621  pkg syscall (freebsd-386), const MAP_PREFAULT_READ = 262144
 10622  pkg syscall (freebsd-386), const MAP_PREFAULT_READ ideal-int
 10623  pkg syscall (freebsd-386), const MAP_PRIVATE = 2
 10624  pkg syscall (freebsd-386), const MAP_PRIVATE ideal-int
 10625  pkg syscall (freebsd-386), const MAP_RENAME = 32
 10626  pkg syscall (freebsd-386), const MAP_RENAME ideal-int
 10627  pkg syscall (freebsd-386), const MAP_RESERVED0080 = 128
 10628  pkg syscall (freebsd-386), const MAP_RESERVED0080 ideal-int
 10629  pkg syscall (freebsd-386), const MAP_RESERVED0100 = 256
 10630  pkg syscall (freebsd-386), const MAP_RESERVED0100 ideal-int
 10631  pkg syscall (freebsd-386), const MAP_SHARED = 1
 10632  pkg syscall (freebsd-386), const MAP_SHARED ideal-int
 10633  pkg syscall (freebsd-386), const MAP_STACK = 1024
 10634  pkg syscall (freebsd-386), const MAP_STACK ideal-int
 10635  pkg syscall (freebsd-386), const MCL_CURRENT = 1
 10636  pkg syscall (freebsd-386), const MCL_CURRENT ideal-int
 10637  pkg syscall (freebsd-386), const MCL_FUTURE = 2
 10638  pkg syscall (freebsd-386), const MCL_FUTURE ideal-int
 10639  pkg syscall (freebsd-386), const MSG_COMPAT = 32768
 10640  pkg syscall (freebsd-386), const MSG_CTRUNC = 32
 10641  pkg syscall (freebsd-386), const MSG_DONTROUTE = 4
 10642  pkg syscall (freebsd-386), const MSG_DONTWAIT = 128
 10643  pkg syscall (freebsd-386), const MSG_EOF = 256
 10644  pkg syscall (freebsd-386), const MSG_EOR = 8
 10645  pkg syscall (freebsd-386), const MSG_NBIO = 16384
 10646  pkg syscall (freebsd-386), const MSG_NOSIGNAL = 131072
 10647  pkg syscall (freebsd-386), const MSG_NOTIFICATION = 8192
 10648  pkg syscall (freebsd-386), const MSG_OOB = 1
 10649  pkg syscall (freebsd-386), const MSG_PEEK = 2
 10650  pkg syscall (freebsd-386), const MSG_TRUNC = 16
 10651  pkg syscall (freebsd-386), const MSG_WAITALL = 64
 10652  pkg syscall (freebsd-386), const MS_ASYNC = 1
 10653  pkg syscall (freebsd-386), const MS_ASYNC ideal-int
 10654  pkg syscall (freebsd-386), const MS_INVALIDATE = 2
 10655  pkg syscall (freebsd-386), const MS_INVALIDATE ideal-int
 10656  pkg syscall (freebsd-386), const MS_SYNC = 0
 10657  pkg syscall (freebsd-386), const MS_SYNC ideal-int
 10658  pkg syscall (freebsd-386), const NET_RT_DUMP = 1
 10659  pkg syscall (freebsd-386), const NET_RT_FLAGS = 2
 10660  pkg syscall (freebsd-386), const NET_RT_IFLIST = 3
 10661  pkg syscall (freebsd-386), const NET_RT_IFLISTL = 5
 10662  pkg syscall (freebsd-386), const NET_RT_IFLISTL ideal-int
 10663  pkg syscall (freebsd-386), const NET_RT_IFMALIST = 4
 10664  pkg syscall (freebsd-386), const NET_RT_MAXID = 6
 10665  pkg syscall (freebsd-386), const NOFLSH = 2147483648
 10666  pkg syscall (freebsd-386), const NOFLSH ideal-int
 10667  pkg syscall (freebsd-386), const NOTE_ATTRIB = 8
 10668  pkg syscall (freebsd-386), const NOTE_CHILD = 4
 10669  pkg syscall (freebsd-386), const NOTE_DELETE = 1
 10670  pkg syscall (freebsd-386), const NOTE_EXEC = 536870912
 10671  pkg syscall (freebsd-386), const NOTE_EXIT = 2147483648
 10672  pkg syscall (freebsd-386), const NOTE_EXTEND = 4
 10673  pkg syscall (freebsd-386), const NOTE_FFAND = 1073741824
 10674  pkg syscall (freebsd-386), const NOTE_FFCOPY = 3221225472
 10675  pkg syscall (freebsd-386), const NOTE_FFCTRLMASK = 3221225472
 10676  pkg syscall (freebsd-386), const NOTE_FFLAGSMASK = 16777215
 10677  pkg syscall (freebsd-386), const NOTE_FFNOP = 0
 10678  pkg syscall (freebsd-386), const NOTE_FFOR = 2147483648
 10679  pkg syscall (freebsd-386), const NOTE_FORK = 1073741824
 10680  pkg syscall (freebsd-386), const NOTE_LINK = 16
 10681  pkg syscall (freebsd-386), const NOTE_LOWAT = 1
 10682  pkg syscall (freebsd-386), const NOTE_PCTRLMASK = 4026531840
 10683  pkg syscall (freebsd-386), const NOTE_PDATAMASK = 1048575
 10684  pkg syscall (freebsd-386), const NOTE_RENAME = 32
 10685  pkg syscall (freebsd-386), const NOTE_REVOKE = 64
 10686  pkg syscall (freebsd-386), const NOTE_TRACK = 1
 10687  pkg syscall (freebsd-386), const NOTE_TRACKERR = 2
 10688  pkg syscall (freebsd-386), const NOTE_TRIGGER = 16777216
 10689  pkg syscall (freebsd-386), const NOTE_WRITE = 2
 10690  pkg syscall (freebsd-386), const OCRNL = 16
 10691  pkg syscall (freebsd-386), const OCRNL ideal-int
 10692  pkg syscall (freebsd-386), const ONLCR = 2
 10693  pkg syscall (freebsd-386), const ONLCR ideal-int
 10694  pkg syscall (freebsd-386), const ONLRET = 64
 10695  pkg syscall (freebsd-386), const ONLRET ideal-int
 10696  pkg syscall (freebsd-386), const ONOCR = 32
 10697  pkg syscall (freebsd-386), const ONOCR ideal-int
 10698  pkg syscall (freebsd-386), const ONOEOT = 8
 10699  pkg syscall (freebsd-386), const ONOEOT ideal-int
 10700  pkg syscall (freebsd-386), const OPOST = 1
 10701  pkg syscall (freebsd-386), const OPOST ideal-int
 10702  pkg syscall (freebsd-386), const O_ACCMODE = 3
 10703  pkg syscall (freebsd-386), const O_APPEND = 8
 10704  pkg syscall (freebsd-386), const O_ASYNC = 64
 10705  pkg syscall (freebsd-386), const O_CLOEXEC = 0
 10706  pkg syscall (freebsd-386), const O_CREAT = 512
 10707  pkg syscall (freebsd-386), const O_DIRECT = 65536
 10708  pkg syscall (freebsd-386), const O_DIRECTORY = 131072
 10709  pkg syscall (freebsd-386), const O_EXCL = 2048
 10710  pkg syscall (freebsd-386), const O_EXEC = 262144
 10711  pkg syscall (freebsd-386), const O_EXLOCK = 32
 10712  pkg syscall (freebsd-386), const O_FSYNC = 128
 10713  pkg syscall (freebsd-386), const O_NDELAY = 4
 10714  pkg syscall (freebsd-386), const O_NOCTTY = 32768
 10715  pkg syscall (freebsd-386), const O_NOFOLLOW = 256
 10716  pkg syscall (freebsd-386), const O_NONBLOCK = 4
 10717  pkg syscall (freebsd-386), const O_SHLOCK = 16
 10718  pkg syscall (freebsd-386), const O_SYNC = 128
 10719  pkg syscall (freebsd-386), const O_TRUNC = 1024
 10720  pkg syscall (freebsd-386), const O_TTY_INIT = 524288
 10721  pkg syscall (freebsd-386), const PARENB = 4096
 10722  pkg syscall (freebsd-386), const PARENB ideal-int
 10723  pkg syscall (freebsd-386), const PARMRK = 8
 10724  pkg syscall (freebsd-386), const PARMRK ideal-int
 10725  pkg syscall (freebsd-386), const PARODD = 8192
 10726  pkg syscall (freebsd-386), const PARODD ideal-int
 10727  pkg syscall (freebsd-386), const PENDIN = 536870912
 10728  pkg syscall (freebsd-386), const PENDIN ideal-int
 10729  pkg syscall (freebsd-386), const PROT_EXEC = 4
 10730  pkg syscall (freebsd-386), const PROT_EXEC ideal-int
 10731  pkg syscall (freebsd-386), const PROT_NONE = 0
 10732  pkg syscall (freebsd-386), const PROT_NONE ideal-int
 10733  pkg syscall (freebsd-386), const PROT_READ = 1
 10734  pkg syscall (freebsd-386), const PROT_READ ideal-int
 10735  pkg syscall (freebsd-386), const PROT_WRITE = 2
 10736  pkg syscall (freebsd-386), const PROT_WRITE ideal-int
 10737  pkg syscall (freebsd-386), const PTRACE_CONT = 7
 10738  pkg syscall (freebsd-386), const PTRACE_KILL = 8
 10739  pkg syscall (freebsd-386), const PTRACE_TRACEME = 0
 10740  pkg syscall (freebsd-386), const RLIMIT_AS = 10
 10741  pkg syscall (freebsd-386), const RLIMIT_CORE = 4
 10742  pkg syscall (freebsd-386), const RLIMIT_CPU = 0
 10743  pkg syscall (freebsd-386), const RLIMIT_DATA = 2
 10744  pkg syscall (freebsd-386), const RLIMIT_FSIZE = 1
 10745  pkg syscall (freebsd-386), const RLIMIT_NOFILE = 8
 10746  pkg syscall (freebsd-386), const RLIMIT_STACK = 3
 10747  pkg syscall (freebsd-386), const RLIM_INFINITY = 9223372036854775807
 10748  pkg syscall (freebsd-386), const RTAX_AUTHOR = 6
 10749  pkg syscall (freebsd-386), const RTAX_BRD = 7
 10750  pkg syscall (freebsd-386), const RTAX_DST = 0
 10751  pkg syscall (freebsd-386), const RTAX_GATEWAY = 1
 10752  pkg syscall (freebsd-386), const RTAX_GENMASK = 3
 10753  pkg syscall (freebsd-386), const RTAX_IFA = 5
 10754  pkg syscall (freebsd-386), const RTAX_IFP = 4
 10755  pkg syscall (freebsd-386), const RTAX_MAX = 8
 10756  pkg syscall (freebsd-386), const RTAX_NETMASK = 2
 10757  pkg syscall (freebsd-386), const RTA_AUTHOR = 64
 10758  pkg syscall (freebsd-386), const RTA_BRD = 128
 10759  pkg syscall (freebsd-386), const RTA_DST = 1
 10760  pkg syscall (freebsd-386), const RTA_GATEWAY = 2
 10761  pkg syscall (freebsd-386), const RTA_GENMASK = 8
 10762  pkg syscall (freebsd-386), const RTA_IFA = 32
 10763  pkg syscall (freebsd-386), const RTA_IFP = 16
 10764  pkg syscall (freebsd-386), const RTA_NETMASK = 4
 10765  pkg syscall (freebsd-386), const RTF_BLACKHOLE = 4096
 10766  pkg syscall (freebsd-386), const RTF_BROADCAST = 4194304
 10767  pkg syscall (freebsd-386), const RTF_DONE = 64
 10768  pkg syscall (freebsd-386), const RTF_DYNAMIC = 16
 10769  pkg syscall (freebsd-386), const RTF_FMASK = 268752904
 10770  pkg syscall (freebsd-386), const RTF_GATEWAY = 2
 10771  pkg syscall (freebsd-386), const RTF_HOST = 4
 10772  pkg syscall (freebsd-386), const RTF_LLDATA = 1024
 10773  pkg syscall (freebsd-386), const RTF_LLINFO = 1024
 10774  pkg syscall (freebsd-386), const RTF_LOCAL = 2097152
 10775  pkg syscall (freebsd-386), const RTF_MODIFIED = 32
 10776  pkg syscall (freebsd-386), const RTF_MULTICAST = 8388608
 10777  pkg syscall (freebsd-386), const RTF_PINNED = 1048576
 10778  pkg syscall (freebsd-386), const RTF_PRCLONING = 65536
 10779  pkg syscall (freebsd-386), const RTF_PROTO1 = 32768
 10780  pkg syscall (freebsd-386), const RTF_PROTO2 = 16384
 10781  pkg syscall (freebsd-386), const RTF_PROTO3 = 262144
 10782  pkg syscall (freebsd-386), const RTF_REJECT = 8
 10783  pkg syscall (freebsd-386), const RTF_RNH_LOCKED = 1073741824
 10784  pkg syscall (freebsd-386), const RTF_STATIC = 2048
 10785  pkg syscall (freebsd-386), const RTF_STICKY = 268435456
 10786  pkg syscall (freebsd-386), const RTF_UP = 1
 10787  pkg syscall (freebsd-386), const RTF_XRESOLVE = 512
 10788  pkg syscall (freebsd-386), const RTM_ADD = 1
 10789  pkg syscall (freebsd-386), const RTM_CHANGE = 3
 10790  pkg syscall (freebsd-386), const RTM_DELADDR = 13
 10791  pkg syscall (freebsd-386), const RTM_DELETE = 2
 10792  pkg syscall (freebsd-386), const RTM_DELMADDR = 16
 10793  pkg syscall (freebsd-386), const RTM_GET = 4
 10794  pkg syscall (freebsd-386), const RTM_IEEE80211 = 18
 10795  pkg syscall (freebsd-386), const RTM_IFANNOUNCE = 17
 10796  pkg syscall (freebsd-386), const RTM_IFINFO = 14
 10797  pkg syscall (freebsd-386), const RTM_LOCK = 8
 10798  pkg syscall (freebsd-386), const RTM_LOSING = 5
 10799  pkg syscall (freebsd-386), const RTM_MISS = 7
 10800  pkg syscall (freebsd-386), const RTM_NEWADDR = 12
 10801  pkg syscall (freebsd-386), const RTM_NEWMADDR = 15
 10802  pkg syscall (freebsd-386), const RTM_OLDADD = 9
 10803  pkg syscall (freebsd-386), const RTM_OLDDEL = 10
 10804  pkg syscall (freebsd-386), const RTM_REDIRECT = 6
 10805  pkg syscall (freebsd-386), const RTM_RESOLVE = 11
 10806  pkg syscall (freebsd-386), const RTM_RTTUNIT = 1000000
 10807  pkg syscall (freebsd-386), const RTM_VERSION = 5
 10808  pkg syscall (freebsd-386), const RTV_EXPIRE = 4
 10809  pkg syscall (freebsd-386), const RTV_HOPCOUNT = 2
 10810  pkg syscall (freebsd-386), const RTV_MTU = 1
 10811  pkg syscall (freebsd-386), const RTV_RPIPE = 8
 10812  pkg syscall (freebsd-386), const RTV_RTT = 64
 10813  pkg syscall (freebsd-386), const RTV_RTTVAR = 128
 10814  pkg syscall (freebsd-386), const RTV_SPIPE = 16
 10815  pkg syscall (freebsd-386), const RTV_SSTHRESH = 32
 10816  pkg syscall (freebsd-386), const RTV_WEIGHT = 256
 10817  pkg syscall (freebsd-386), const RT_CACHING_CONTEXT = 1
 10818  pkg syscall (freebsd-386), const RT_CACHING_CONTEXT ideal-int
 10819  pkg syscall (freebsd-386), const RT_DEFAULT_FIB = 0
 10820  pkg syscall (freebsd-386), const RT_DEFAULT_FIB ideal-int
 10821  pkg syscall (freebsd-386), const RUSAGE_CHILDREN = -1
 10822  pkg syscall (freebsd-386), const RUSAGE_SELF = 0
 10823  pkg syscall (freebsd-386), const RUSAGE_THREAD = 1
 10824  pkg syscall (freebsd-386), const SCM_BINTIME = 4
 10825  pkg syscall (freebsd-386), const SCM_CREDS = 3
 10826  pkg syscall (freebsd-386), const SCM_RIGHTS = 1
 10827  pkg syscall (freebsd-386), const SCM_TIMESTAMP = 2
 10828  pkg syscall (freebsd-386), const SIGBUS = 10
 10829  pkg syscall (freebsd-386), const SIGCHLD = 20
 10830  pkg syscall (freebsd-386), const SIGCONT = 19
 10831  pkg syscall (freebsd-386), const SIGEMT = 7
 10832  pkg syscall (freebsd-386), const SIGINFO = 29
 10833  pkg syscall (freebsd-386), const SIGIO = 23
 10834  pkg syscall (freebsd-386), const SIGIOT = 6
 10835  pkg syscall (freebsd-386), const SIGLWP = 32
 10836  pkg syscall (freebsd-386), const SIGPROF = 27
 10837  pkg syscall (freebsd-386), const SIGSTOP = 17
 10838  pkg syscall (freebsd-386), const SIGSYS = 12
 10839  pkg syscall (freebsd-386), const SIGTHR = 32
 10840  pkg syscall (freebsd-386), const SIGTSTP = 18
 10841  pkg syscall (freebsd-386), const SIGTTIN = 21
 10842  pkg syscall (freebsd-386), const SIGTTOU = 22
 10843  pkg syscall (freebsd-386), const SIGURG = 16
 10844  pkg syscall (freebsd-386), const SIGUSR1 = 30
 10845  pkg syscall (freebsd-386), const SIGUSR2 = 31
 10846  pkg syscall (freebsd-386), const SIGVTALRM = 26
 10847  pkg syscall (freebsd-386), const SIGWINCH = 28
 10848  pkg syscall (freebsd-386), const SIGXCPU = 24
 10849  pkg syscall (freebsd-386), const SIGXFSZ = 25
 10850  pkg syscall (freebsd-386), const SIOCADDMULTI = 2149607729
 10851  pkg syscall (freebsd-386), const SIOCADDRT = 2150658570
 10852  pkg syscall (freebsd-386), const SIOCAIFADDR = 2151704858
 10853  pkg syscall (freebsd-386), const SIOCAIFGROUP = 2149869959
 10854  pkg syscall (freebsd-386), const SIOCALIFADDR = 2165860635
 10855  pkg syscall (freebsd-386), const SIOCATMARK = 1074033415
 10856  pkg syscall (freebsd-386), const SIOCDELMULTI = 2149607730
 10857  pkg syscall (freebsd-386), const SIOCDELRT = 2150658571
 10858  pkg syscall (freebsd-386), const SIOCDIFADDR = 2149607705
 10859  pkg syscall (freebsd-386), const SIOCDIFGROUP = 2149869961
 10860  pkg syscall (freebsd-386), const SIOCDIFPHYADDR = 2149607753
 10861  pkg syscall (freebsd-386), const SIOCDLIFADDR = 2165860637
 10862  pkg syscall (freebsd-386), const SIOCGDRVSPEC = 3223087483
 10863  pkg syscall (freebsd-386), const SIOCGETSGCNT = 3222565392
 10864  pkg syscall (freebsd-386), const SIOCGETVIFCNT = 3222565391
 10865  pkg syscall (freebsd-386), const SIOCGHIWAT = 1074033409
 10866  pkg syscall (freebsd-386), const SIOCGIFADDR = 3223349537
 10867  pkg syscall (freebsd-386), const SIOCGIFBRDADDR = 3223349539
 10868  pkg syscall (freebsd-386), const SIOCGIFCAP = 3223349535
 10869  pkg syscall (freebsd-386), const SIOCGIFCONF = 3221776676
 10870  pkg syscall (freebsd-386), const SIOCGIFDESCR = 3223349546
 10871  pkg syscall (freebsd-386), const SIOCGIFDSTADDR = 3223349538
 10872  pkg syscall (freebsd-386), const SIOCGIFFIB = 3223349596
 10873  pkg syscall (freebsd-386), const SIOCGIFFIB ideal-int
 10874  pkg syscall (freebsd-386), const SIOCGIFFLAGS = 3223349521
 10875  pkg syscall (freebsd-386), const SIOCGIFGENERIC = 3223349562
 10876  pkg syscall (freebsd-386), const SIOCGIFGMEMB = 3223611786
 10877  pkg syscall (freebsd-386), const SIOCGIFGROUP = 3223611784
 10878  pkg syscall (freebsd-386), const SIOCGIFINDEX = 3223349536
 10879  pkg syscall (freebsd-386), const SIOCGIFMAC = 3223349542
 10880  pkg syscall (freebsd-386), const SIOCGIFMEDIA = 3223873848
 10881  pkg syscall (freebsd-386), const SIOCGIFMETRIC = 3223349527
 10882  pkg syscall (freebsd-386), const SIOCGIFMTU = 3223349555
 10883  pkg syscall (freebsd-386), const SIOCGIFNETMASK = 3223349541
 10884  pkg syscall (freebsd-386), const SIOCGIFPDSTADDR = 3223349576
 10885  pkg syscall (freebsd-386), const SIOCGIFPHYS = 3223349557
 10886  pkg syscall (freebsd-386), const SIOCGIFPSRCADDR = 3223349575
 10887  pkg syscall (freebsd-386), const SIOCGIFSTATUS = 3274795323
 10888  pkg syscall (freebsd-386), const SIOCGLIFADDR = 3239602460
 10889  pkg syscall (freebsd-386), const SIOCGLIFPHYADDR = 3239602507
 10890  pkg syscall (freebsd-386), const SIOCGLOWAT = 1074033411
 10891  pkg syscall (freebsd-386), const SIOCGPGRP = 1074033417
 10892  pkg syscall (freebsd-386), const SIOCGPRIVATE_0 = 3223349584
 10893  pkg syscall (freebsd-386), const SIOCGPRIVATE_1 = 3223349585
 10894  pkg syscall (freebsd-386), const SIOCIFCREATE = 3223349626
 10895  pkg syscall (freebsd-386), const SIOCIFCREATE2 = 3223349628
 10896  pkg syscall (freebsd-386), const SIOCIFDESTROY = 2149607801
 10897  pkg syscall (freebsd-386), const SIOCIFGCLONERS = 3222038904
 10898  pkg syscall (freebsd-386), const SIOCSDRVSPEC = 2149345659
 10899  pkg syscall (freebsd-386), const SIOCSHIWAT = 2147775232
 10900  pkg syscall (freebsd-386), const SIOCSIFADDR = 2149607692
 10901  pkg syscall (freebsd-386), const SIOCSIFBRDADDR = 2149607699
 10902  pkg syscall (freebsd-386), const SIOCSIFCAP = 2149607710
 10903  pkg syscall (freebsd-386), const SIOCSIFDESCR = 2149607721
 10904  pkg syscall (freebsd-386), const SIOCSIFDSTADDR = 2149607694
 10905  pkg syscall (freebsd-386), const SIOCSIFFIB = 2149607773
 10906  pkg syscall (freebsd-386), const SIOCSIFFIB ideal-int
 10907  pkg syscall (freebsd-386), const SIOCSIFFLAGS = 2149607696
 10908  pkg syscall (freebsd-386), const SIOCSIFGENERIC = 2149607737
 10909  pkg syscall (freebsd-386), const SIOCSIFLLADDR = 2149607740
 10910  pkg syscall (freebsd-386), const SIOCSIFMAC = 2149607719
 10911  pkg syscall (freebsd-386), const SIOCSIFMEDIA = 3223349559
 10912  pkg syscall (freebsd-386), const SIOCSIFMETRIC = 2149607704
 10913  pkg syscall (freebsd-386), const SIOCSIFMTU = 2149607732
 10914  pkg syscall (freebsd-386), const SIOCSIFNAME = 2149607720
 10915  pkg syscall (freebsd-386), const SIOCSIFNETMASK = 2149607702
 10916  pkg syscall (freebsd-386), const SIOCSIFPHYADDR = 2151704902
 10917  pkg syscall (freebsd-386), const SIOCSIFPHYS = 2149607734
 10918  pkg syscall (freebsd-386), const SIOCSIFRVNET = 3223349595
 10919  pkg syscall (freebsd-386), const SIOCSIFVNET = 3223349594
 10920  pkg syscall (freebsd-386), const SIOCSLIFPHYADDR = 2165860682
 10921  pkg syscall (freebsd-386), const SIOCSLOWAT = 2147775234
 10922  pkg syscall (freebsd-386), const SIOCSPGRP = 2147775240
 10923  pkg syscall (freebsd-386), const SOCK_MAXADDRLEN = 255
 10924  pkg syscall (freebsd-386), const SOCK_RDM = 4
 10925  pkg syscall (freebsd-386), const SOL_SOCKET = 65535
 10926  pkg syscall (freebsd-386), const SOMAXCONN = 128
 10927  pkg syscall (freebsd-386), const SO_ACCEPTCONN = 2
 10928  pkg syscall (freebsd-386), const SO_ACCEPTFILTER = 4096
 10929  pkg syscall (freebsd-386), const SO_BINTIME = 8192
 10930  pkg syscall (freebsd-386), const SO_BROADCAST = 32
 10931  pkg syscall (freebsd-386), const SO_DEBUG = 1
 10932  pkg syscall (freebsd-386), const SO_DONTROUTE = 16
 10933  pkg syscall (freebsd-386), const SO_ERROR = 4103
 10934  pkg syscall (freebsd-386), const SO_KEEPALIVE = 8
 10935  pkg syscall (freebsd-386), const SO_LABEL = 4105
 10936  pkg syscall (freebsd-386), const SO_LINGER = 128
 10937  pkg syscall (freebsd-386), const SO_LISTENINCQLEN = 4115
 10938  pkg syscall (freebsd-386), const SO_LISTENQLEN = 4114
 10939  pkg syscall (freebsd-386), const SO_LISTENQLIMIT = 4113
 10940  pkg syscall (freebsd-386), const SO_NOSIGPIPE = 2048
 10941  pkg syscall (freebsd-386), const SO_NO_DDP = 32768
 10942  pkg syscall (freebsd-386), const SO_NO_OFFLOAD = 16384
 10943  pkg syscall (freebsd-386), const SO_OOBINLINE = 256
 10944  pkg syscall (freebsd-386), const SO_PEERLABEL = 4112
 10945  pkg syscall (freebsd-386), const SO_PROTOCOL = 4118
 10946  pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int
 10947  pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118
 10948  pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int
 10949  pkg syscall (freebsd-386), const SO_RCVBUF = 4098
 10950  pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100
 10951  pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102
 10952  pkg syscall (freebsd-386), const SO_REUSEADDR = 4
 10953  pkg syscall (freebsd-386), const SO_REUSEPORT = 512
 10954  pkg syscall (freebsd-386), const SO_SETFIB = 4116
 10955  pkg syscall (freebsd-386), const SO_SNDBUF = 4097
 10956  pkg syscall (freebsd-386), const SO_SNDLOWAT = 4099
 10957  pkg syscall (freebsd-386), const SO_SNDTIMEO = 4101
 10958  pkg syscall (freebsd-386), const SO_TIMESTAMP = 1024
 10959  pkg syscall (freebsd-386), const SO_TYPE = 4104
 10960  pkg syscall (freebsd-386), const SO_USELOOPBACK = 64
 10961  pkg syscall (freebsd-386), const SO_USER_COOKIE = 4117
 10962  pkg syscall (freebsd-386), const SO_USER_COOKIE ideal-int
 10963  pkg syscall (freebsd-386), const SYS_ABORT2 = 463
 10964  pkg syscall (freebsd-386), const SYS_ACCEPT = 30
 10965  pkg syscall (freebsd-386), const SYS_ACCESS = 33
 10966  pkg syscall (freebsd-386), const SYS_ACCT = 51
 10967  pkg syscall (freebsd-386), const SYS_ADJTIME = 140
 10968  pkg syscall (freebsd-386), const SYS_AUDIT = 445
 10969  pkg syscall (freebsd-386), const SYS_AUDITCTL = 453
 10970  pkg syscall (freebsd-386), const SYS_AUDITON = 446
 10971  pkg syscall (freebsd-386), const SYS_BIND = 104
 10972  pkg syscall (freebsd-386), const SYS_CAP_ENTER = 516
 10973  pkg syscall (freebsd-386), const SYS_CAP_GETMODE = 517
 10974  pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS = 515
 10975  pkg syscall (freebsd-386), const SYS_CAP_NEW = 514
 10976  pkg syscall (freebsd-386), const SYS_CHDIR = 12
 10977  pkg syscall (freebsd-386), const SYS_CHFLAGS = 34
 10978  pkg syscall (freebsd-386), const SYS_CHMOD = 15
 10979  pkg syscall (freebsd-386), const SYS_CHOWN = 16
 10980  pkg syscall (freebsd-386), const SYS_CHROOT = 61
 10981  pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 = 247
 10982  pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
 10983  pkg syscall (freebsd-386), const SYS_CLOCK_GETRES = 234
 10984  pkg syscall (freebsd-386), const SYS_CLOCK_GETTIME = 232
 10985  pkg syscall (freebsd-386), const SYS_CLOCK_SETTIME = 233
 10986  pkg syscall (freebsd-386), const SYS_CLOSE = 6
 10987  pkg syscall (freebsd-386), const SYS_CLOSEFROM = 509
 10988  pkg syscall (freebsd-386), const SYS_CONNECT = 98
 10989  pkg syscall (freebsd-386), const SYS_CPUSET = 484
 10990  pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487
 10991  pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486
 10992  pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488
 10993  pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485
 10994  pkg syscall (freebsd-386), const SYS_DUP = 41
 10995  pkg syscall (freebsd-386), const SYS_DUP2 = 90
 10996  pkg syscall (freebsd-386), const SYS_EACCESS = 376
 10997  pkg syscall (freebsd-386), const SYS_EXECVE = 59
 10998  pkg syscall (freebsd-386), const SYS_EXIT = 1
 10999  pkg syscall (freebsd-386), const SYS_EXTATTRCTL = 355
 11000  pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FD = 373
 11001  pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FILE = 358
 11002  pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_LINK = 414
 11003  pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FD = 372
 11004  pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FILE = 357
 11005  pkg syscall (freebsd-386), const SYS_EXTATTR_GET_LINK = 413
 11006  pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FD = 437
 11007  pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FILE = 438
 11008  pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_LINK = 439
 11009  pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FD = 371
 11010  pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FILE = 356
 11011  pkg syscall (freebsd-386), const SYS_EXTATTR_SET_LINK = 412
 11012  pkg syscall (freebsd-386), const SYS_FACCESSAT = 489
 11013  pkg syscall (freebsd-386), const SYS_FCHDIR = 13
 11014  pkg syscall (freebsd-386), const SYS_FCHFLAGS = 35
 11015  pkg syscall (freebsd-386), const SYS_FCHMOD = 124
 11016  pkg syscall (freebsd-386), const SYS_FCHMODAT = 490
 11017  pkg syscall (freebsd-386), const SYS_FCHOWN = 123
 11018  pkg syscall (freebsd-386), const SYS_FCHOWNAT = 491
 11019  pkg syscall (freebsd-386), const SYS_FCNTL = 92
 11020  pkg syscall (freebsd-386), const SYS_FEXECVE = 492
 11021  pkg syscall (freebsd-386), const SYS_FFCLOCK_GETCOUNTER = 241
 11022  pkg syscall (freebsd-386), const SYS_FFCLOCK_GETESTIMATE = 243
 11023  pkg syscall (freebsd-386), const SYS_FFCLOCK_SETESTIMATE = 242
 11024  pkg syscall (freebsd-386), const SYS_FHOPEN = 298
 11025  pkg syscall (freebsd-386), const SYS_FHSTAT = 299
 11026  pkg syscall (freebsd-386), const SYS_FHSTATFS = 398
 11027  pkg syscall (freebsd-386), const SYS_FLOCK = 131
 11028  pkg syscall (freebsd-386), const SYS_FORK = 2
 11029  pkg syscall (freebsd-386), const SYS_FPATHCONF = 192
 11030  pkg syscall (freebsd-386), const SYS_FREEBSD6_FTRUNCATE = 201
 11031  pkg syscall (freebsd-386), const SYS_FREEBSD6_LSEEK = 199
 11032  pkg syscall (freebsd-386), const SYS_FREEBSD6_MMAP = 197
 11033  pkg syscall (freebsd-386), const SYS_FREEBSD6_PREAD = 173
 11034  pkg syscall (freebsd-386), const SYS_FREEBSD6_PWRITE = 174
 11035  pkg syscall (freebsd-386), const SYS_FREEBSD6_TRUNCATE = 200
 11036  pkg syscall (freebsd-386), const SYS_FSTAT = 189
 11037  pkg syscall (freebsd-386), const SYS_FSTATAT = 493
 11038  pkg syscall (freebsd-386), const SYS_FSTATFS = 397
 11039  pkg syscall (freebsd-386), const SYS_FSYNC = 95
 11040  pkg syscall (freebsd-386), const SYS_FTRUNCATE = 480
 11041  pkg syscall (freebsd-386), const SYS_FUTIMES = 206
 11042  pkg syscall (freebsd-386), const SYS_FUTIMESAT = 494
 11043  pkg syscall (freebsd-386), const SYS_GETAUDIT = 449
 11044  pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR = 451
 11045  pkg syscall (freebsd-386), const SYS_GETAUID = 447
 11046  pkg syscall (freebsd-386), const SYS_GETCONTEXT = 421
 11047  pkg syscall (freebsd-386), const SYS_GETDENTS = 272
 11048  pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
 11049  pkg syscall (freebsd-386), const SYS_GETDTABLESIZE = 89
 11050  pkg syscall (freebsd-386), const SYS_GETEGID = 43
 11051  pkg syscall (freebsd-386), const SYS_GETEUID = 25
 11052  pkg syscall (freebsd-386), const SYS_GETFH = 161
 11053  pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
 11054  pkg syscall (freebsd-386), const SYS_GETGID = 47
 11055  pkg syscall (freebsd-386), const SYS_GETGROUPS = 79
 11056  pkg syscall (freebsd-386), const SYS_GETITIMER = 86
 11057  pkg syscall (freebsd-386), const SYS_GETLOGIN = 49
 11058  pkg syscall (freebsd-386), const SYS_GETLOGINCLASS = 523
 11059  pkg syscall (freebsd-386), const SYS_GETPEERNAME = 31
 11060  pkg syscall (freebsd-386), const SYS_GETPGID = 207
 11061  pkg syscall (freebsd-386), const SYS_GETPGRP = 81
 11062  pkg syscall (freebsd-386), const SYS_GETPID = 20
 11063  pkg syscall (freebsd-386), const SYS_GETPPID = 39
 11064  pkg syscall (freebsd-386), const SYS_GETPRIORITY = 100
 11065  pkg syscall (freebsd-386), const SYS_GETRESGID = 361
 11066  pkg syscall (freebsd-386), const SYS_GETRESUID = 360
 11067  pkg syscall (freebsd-386), const SYS_GETRLIMIT = 194
 11068  pkg syscall (freebsd-386), const SYS_GETRUSAGE = 117
 11069  pkg syscall (freebsd-386), const SYS_GETSID = 310
 11070  pkg syscall (freebsd-386), const SYS_GETSOCKNAME = 32
 11071  pkg syscall (freebsd-386), const SYS_GETSOCKOPT = 118
 11072  pkg syscall (freebsd-386), const SYS_GETTIMEOFDAY = 116
 11073  pkg syscall (freebsd-386), const SYS_GETUID = 24
 11074  pkg syscall (freebsd-386), const SYS_IOCTL = 54
 11075  pkg syscall (freebsd-386), const SYS_ISSETUGID = 253
 11076  pkg syscall (freebsd-386), const SYS_JAIL = 338
 11077  pkg syscall (freebsd-386), const SYS_JAIL_ATTACH = 436
 11078  pkg syscall (freebsd-386), const SYS_JAIL_GET = 506
 11079  pkg syscall (freebsd-386), const SYS_JAIL_REMOVE = 508
 11080  pkg syscall (freebsd-386), const SYS_JAIL_SET = 507
 11081  pkg syscall (freebsd-386), const SYS_KENV = 390
 11082  pkg syscall (freebsd-386), const SYS_KEVENT = 363
 11083  pkg syscall (freebsd-386), const SYS_KILL = 37
 11084  pkg syscall (freebsd-386), const SYS_KLDFIND = 306
 11085  pkg syscall (freebsd-386), const SYS_KLDFIRSTMOD = 309
 11086  pkg syscall (freebsd-386), const SYS_KLDLOAD = 304
 11087  pkg syscall (freebsd-386), const SYS_KLDNEXT = 307
 11088  pkg syscall (freebsd-386), const SYS_KLDSTAT = 308
 11089  pkg syscall (freebsd-386), const SYS_KLDSYM = 337
 11090  pkg syscall (freebsd-386), const SYS_KLDUNLOAD = 305
 11091  pkg syscall (freebsd-386), const SYS_KLDUNLOADF = 444
 11092  pkg syscall (freebsd-386), const SYS_KQUEUE = 362
 11093  pkg syscall (freebsd-386), const SYS_KTIMER_CREATE = 235
 11094  pkg syscall (freebsd-386), const SYS_KTIMER_DELETE = 236
 11095  pkg syscall (freebsd-386), const SYS_KTIMER_GETOVERRUN = 239
 11096  pkg syscall (freebsd-386), const SYS_KTIMER_GETTIME = 238
 11097  pkg syscall (freebsd-386), const SYS_KTIMER_SETTIME = 237
 11098  pkg syscall (freebsd-386), const SYS_KTRACE = 45
 11099  pkg syscall (freebsd-386), const SYS_LCHFLAGS = 391
 11100  pkg syscall (freebsd-386), const SYS_LCHMOD = 274
 11101  pkg syscall (freebsd-386), const SYS_LCHOWN = 254
 11102  pkg syscall (freebsd-386), const SYS_LGETFH = 160
 11103  pkg syscall (freebsd-386), const SYS_LINK = 9
 11104  pkg syscall (freebsd-386), const SYS_LINKAT = 495
 11105  pkg syscall (freebsd-386), const SYS_LISTEN = 106
 11106  pkg syscall (freebsd-386), const SYS_LPATHCONF = 513
 11107  pkg syscall (freebsd-386), const SYS_LSEEK = 478
 11108  pkg syscall (freebsd-386), const SYS_LSTAT = 190
 11109  pkg syscall (freebsd-386), const SYS_LUTIMES = 276
 11110  pkg syscall (freebsd-386), const SYS_MAC_SYSCALL = 394
 11111  pkg syscall (freebsd-386), const SYS_MADVISE = 75
 11112  pkg syscall (freebsd-386), const SYS_MINCORE = 78
 11113  pkg syscall (freebsd-386), const SYS_MINHERIT = 250
 11114  pkg syscall (freebsd-386), const SYS_MKDIR = 136
 11115  pkg syscall (freebsd-386), const SYS_MKDIRAT = 496
 11116  pkg syscall (freebsd-386), const SYS_MKFIFO = 132
 11117  pkg syscall (freebsd-386), const SYS_MKFIFOAT = 497
 11118  pkg syscall (freebsd-386), const SYS_MKNOD = 14
 11119  pkg syscall (freebsd-386), const SYS_MKNODAT = 498
 11120  pkg syscall (freebsd-386), const SYS_MLOCK = 203
 11121  pkg syscall (freebsd-386), const SYS_MLOCKALL = 324
 11122  pkg syscall (freebsd-386), const SYS_MMAP = 477
 11123  pkg syscall (freebsd-386), const SYS_MODFIND = 303
 11124  pkg syscall (freebsd-386), const SYS_MODFNEXT = 302
 11125  pkg syscall (freebsd-386), const SYS_MODNEXT = 300
 11126  pkg syscall (freebsd-386), const SYS_MODSTAT = 301
 11127  pkg syscall (freebsd-386), const SYS_MOUNT = 21
 11128  pkg syscall (freebsd-386), const SYS_MPROTECT = 74
 11129  pkg syscall (freebsd-386), const SYS_MSYNC = 65
 11130  pkg syscall (freebsd-386), const SYS_MUNLOCK = 204
 11131  pkg syscall (freebsd-386), const SYS_MUNLOCKALL = 325
 11132  pkg syscall (freebsd-386), const SYS_MUNMAP = 73
 11133  pkg syscall (freebsd-386), const SYS_NANOSLEEP = 240
 11134  pkg syscall (freebsd-386), const SYS_NFSTAT = 279
 11135  pkg syscall (freebsd-386), const SYS_NLSTAT = 280
 11136  pkg syscall (freebsd-386), const SYS_NMOUNT = 378
 11137  pkg syscall (freebsd-386), const SYS_NSTAT = 278
 11138  pkg syscall (freebsd-386), const SYS_NTP_ADJTIME = 176
 11139  pkg syscall (freebsd-386), const SYS_NTP_GETTIME = 248
 11140  pkg syscall (freebsd-386), const SYS_OBREAK = 17
 11141  pkg syscall (freebsd-386), const SYS_OPEN = 5
 11142  pkg syscall (freebsd-386), const SYS_OPENAT = 499
 11143  pkg syscall (freebsd-386), const SYS_OPENBSD_POLL = 252
 11144  pkg syscall (freebsd-386), const SYS_OVADVISE = 72
 11145  pkg syscall (freebsd-386), const SYS_PATHCONF = 191
 11146  pkg syscall (freebsd-386), const SYS_PDFORK = 518
 11147  pkg syscall (freebsd-386), const SYS_PDGETPID = 520
 11148  pkg syscall (freebsd-386), const SYS_PDKILL = 519
 11149  pkg syscall (freebsd-386), const SYS_PIPE = 42
 11150  pkg syscall (freebsd-386), const SYS_POLL = 209
 11151  pkg syscall (freebsd-386), const SYS_POSIX_FADVISE = 531
 11152  pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE = 530
 11153  pkg syscall (freebsd-386), const SYS_POSIX_OPENPT = 504
 11154  pkg syscall (freebsd-386), const SYS_PREAD = 475
 11155  pkg syscall (freebsd-386), const SYS_PREADV = 289
 11156  pkg syscall (freebsd-386), const SYS_PROFIL = 44
 11157  pkg syscall (freebsd-386), const SYS_PSELECT = 522
 11158  pkg syscall (freebsd-386), const SYS_PTRACE = 26
 11159  pkg syscall (freebsd-386), const SYS_PWRITE = 476
 11160  pkg syscall (freebsd-386), const SYS_PWRITEV = 290
 11161  pkg syscall (freebsd-386), const SYS_QUOTACTL = 148
 11162  pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE = 528
 11163  pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS = 527
 11164  pkg syscall (freebsd-386), const SYS_RCTL_GET_RACCT = 525
 11165  pkg syscall (freebsd-386), const SYS_RCTL_GET_RULES = 526
 11166  pkg syscall (freebsd-386), const SYS_RCTL_REMOVE_RULE = 529
 11167  pkg syscall (freebsd-386), const SYS_READ = 3
 11168  pkg syscall (freebsd-386), const SYS_READLINK = 58
 11169  pkg syscall (freebsd-386), const SYS_READLINKAT = 500
 11170  pkg syscall (freebsd-386), const SYS_READV = 120
 11171  pkg syscall (freebsd-386), const SYS_REBOOT = 55
 11172  pkg syscall (freebsd-386), const SYS_RECVFROM = 29
 11173  pkg syscall (freebsd-386), const SYS_RECVMSG = 27
 11174  pkg syscall (freebsd-386), const SYS_RENAME = 128
 11175  pkg syscall (freebsd-386), const SYS_RENAMEAT = 501
 11176  pkg syscall (freebsd-386), const SYS_REVOKE = 56
 11177  pkg syscall (freebsd-386), const SYS_RFORK = 251
 11178  pkg syscall (freebsd-386), const SYS_RMDIR = 137
 11179  pkg syscall (freebsd-386), const SYS_RTPRIO = 166
 11180  pkg syscall (freebsd-386), const SYS_RTPRIO_THREAD = 466
 11181  pkg syscall (freebsd-386), const SYS_SBRK = 69
 11182  pkg syscall (freebsd-386), const SYS_SCHED_GETPARAM = 328
 11183  pkg syscall (freebsd-386), const SYS_SCHED_GETSCHEDULER = 330
 11184  pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MAX = 332
 11185  pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MIN = 333
 11186  pkg syscall (freebsd-386), const SYS_SCHED_RR_GET_INTERVAL = 334
 11187  pkg syscall (freebsd-386), const SYS_SCHED_SETPARAM = 327
 11188  pkg syscall (freebsd-386), const SYS_SCHED_SETSCHEDULER = 329
 11189  pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331
 11190  pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474
 11191  pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472
 11192  pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
 11193  pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471
 11194  pkg syscall (freebsd-386), const SYS_SELECT = 93
 11195  pkg syscall (freebsd-386), const SYS_SENDFILE = 393
 11196  pkg syscall (freebsd-386), const SYS_SENDMSG = 28
 11197  pkg syscall (freebsd-386), const SYS_SENDTO = 133
 11198  pkg syscall (freebsd-386), const SYS_SETAUDIT = 450
 11199  pkg syscall (freebsd-386), const SYS_SETAUDIT_ADDR = 452
 11200  pkg syscall (freebsd-386), const SYS_SETAUID = 448
 11201  pkg syscall (freebsd-386), const SYS_SETCONTEXT = 422
 11202  pkg syscall (freebsd-386), const SYS_SETEGID = 182
 11203  pkg syscall (freebsd-386), const SYS_SETEUID = 183
 11204  pkg syscall (freebsd-386), const SYS_SETFIB = 175
 11205  pkg syscall (freebsd-386), const SYS_SETGID = 181
 11206  pkg syscall (freebsd-386), const SYS_SETGROUPS = 80
 11207  pkg syscall (freebsd-386), const SYS_SETITIMER = 83
 11208  pkg syscall (freebsd-386), const SYS_SETLOGIN = 50
 11209  pkg syscall (freebsd-386), const SYS_SETLOGINCLASS = 524
 11210  pkg syscall (freebsd-386), const SYS_SETPGID = 82
 11211  pkg syscall (freebsd-386), const SYS_SETPRIORITY = 96
 11212  pkg syscall (freebsd-386), const SYS_SETREGID = 127
 11213  pkg syscall (freebsd-386), const SYS_SETRESGID = 312
 11214  pkg syscall (freebsd-386), const SYS_SETRESUID = 311
 11215  pkg syscall (freebsd-386), const SYS_SETREUID = 126
 11216  pkg syscall (freebsd-386), const SYS_SETRLIMIT = 195
 11217  pkg syscall (freebsd-386), const SYS_SETSID = 147
 11218  pkg syscall (freebsd-386), const SYS_SETSOCKOPT = 105
 11219  pkg syscall (freebsd-386), const SYS_SETTIMEOFDAY = 122
 11220  pkg syscall (freebsd-386), const SYS_SETUID = 23
 11221  pkg syscall (freebsd-386), const SYS_SHM_OPEN = 482
 11222  pkg syscall (freebsd-386), const SYS_SHM_UNLINK = 483
 11223  pkg syscall (freebsd-386), const SYS_SHUTDOWN = 134
 11224  pkg syscall (freebsd-386), const SYS_SIGACTION = 416
 11225  pkg syscall (freebsd-386), const SYS_SIGALTSTACK = 53
 11226  pkg syscall (freebsd-386), const SYS_SIGPENDING = 343
 11227  pkg syscall (freebsd-386), const SYS_SIGPROCMASK = 340
 11228  pkg syscall (freebsd-386), const SYS_SIGQUEUE = 456
 11229  pkg syscall (freebsd-386), const SYS_SIGRETURN = 417
 11230  pkg syscall (freebsd-386), const SYS_SIGSUSPEND = 341
 11231  pkg syscall (freebsd-386), const SYS_SIGTIMEDWAIT = 345
 11232  pkg syscall (freebsd-386), const SYS_SIGWAIT = 429
 11233  pkg syscall (freebsd-386), const SYS_SIGWAITINFO = 346
 11234  pkg syscall (freebsd-386), const SYS_SOCKET = 97
 11235  pkg syscall (freebsd-386), const SYS_SOCKETPAIR = 135
 11236  pkg syscall (freebsd-386), const SYS_SSTK = 70
 11237  pkg syscall (freebsd-386), const SYS_STAT = 188
 11238  pkg syscall (freebsd-386), const SYS_STATFS = 396
 11239  pkg syscall (freebsd-386), const SYS_SWAPCONTEXT = 423
 11240  pkg syscall (freebsd-386), const SYS_SWAPOFF = 424
 11241  pkg syscall (freebsd-386), const SYS_SWAPON = 85
 11242  pkg syscall (freebsd-386), const SYS_SYMLINK = 57
 11243  pkg syscall (freebsd-386), const SYS_SYMLINKAT = 502
 11244  pkg syscall (freebsd-386), const SYS_SYNC = 36
 11245  pkg syscall (freebsd-386), const SYS_SYSARCH = 165
 11246  pkg syscall (freebsd-386), const SYS_THR_CREATE = 430
 11247  pkg syscall (freebsd-386), const SYS_THR_EXIT = 431
 11248  pkg syscall (freebsd-386), const SYS_THR_KILL = 433
 11249  pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481
 11250  pkg syscall (freebsd-386), const SYS_THR_NEW = 455
 11251  pkg syscall (freebsd-386), const SYS_THR_SELF = 432
 11252  pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464
 11253  pkg syscall (freebsd-386), const SYS_THR_SUSPEND = 442
 11254  pkg syscall (freebsd-386), const SYS_THR_WAKE = 443
 11255  pkg syscall (freebsd-386), const SYS_TRUNCATE = 479
 11256  pkg syscall (freebsd-386), const SYS_UMASK = 60
 11257  pkg syscall (freebsd-386), const SYS_UNDELETE = 205
 11258  pkg syscall (freebsd-386), const SYS_UNLINK = 10
 11259  pkg syscall (freebsd-386), const SYS_UNLINKAT = 503
 11260  pkg syscall (freebsd-386), const SYS_UNMOUNT = 22
 11261  pkg syscall (freebsd-386), const SYS_UTIMES = 138
 11262  pkg syscall (freebsd-386), const SYS_UTRACE = 335
 11263  pkg syscall (freebsd-386), const SYS_UUIDGEN = 392
 11264  pkg syscall (freebsd-386), const SYS_VFORK = 66
 11265  pkg syscall (freebsd-386), const SYS_WAIT4 = 7
 11266  pkg syscall (freebsd-386), const SYS_WAIT6 = 532
 11267  pkg syscall (freebsd-386), const SYS_WAIT6 ideal-int
 11268  pkg syscall (freebsd-386), const SYS_WRITE = 4
 11269  pkg syscall (freebsd-386), const SYS_WRITEV = 121
 11270  pkg syscall (freebsd-386), const SYS_YIELD = 321
 11271  pkg syscall (freebsd-386), const SYS__UMTX_LOCK = 434
 11272  pkg syscall (freebsd-386), const SYS__UMTX_OP = 454
 11273  pkg syscall (freebsd-386), const SYS__UMTX_UNLOCK = 435
 11274  pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD = 354
 11275  pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE = 353
 11276  pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK = 428
 11277  pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD = 352
 11278  pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE = 351
 11279  pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK = 427
 11280  pkg syscall (freebsd-386), const SYS___ACL_GET_FD = 349
 11281  pkg syscall (freebsd-386), const SYS___ACL_GET_FILE = 347
 11282  pkg syscall (freebsd-386), const SYS___ACL_GET_LINK = 425
 11283  pkg syscall (freebsd-386), const SYS___ACL_SET_FD = 350
 11284  pkg syscall (freebsd-386), const SYS___ACL_SET_FILE = 348
 11285  pkg syscall (freebsd-386), const SYS___ACL_SET_LINK = 426
 11286  pkg syscall (freebsd-386), const SYS___GETCWD = 326
 11287  pkg syscall (freebsd-386), const SYS___MAC_EXECVE = 415
 11288  pkg syscall (freebsd-386), const SYS___MAC_GET_FD = 386
 11289  pkg syscall (freebsd-386), const SYS___MAC_GET_FILE = 387
 11290  pkg syscall (freebsd-386), const SYS___MAC_GET_LINK = 410
 11291  pkg syscall (freebsd-386), const SYS___MAC_GET_PID = 409
 11292  pkg syscall (freebsd-386), const SYS___MAC_GET_PROC = 384
 11293  pkg syscall (freebsd-386), const SYS___MAC_SET_FD = 388
 11294  pkg syscall (freebsd-386), const SYS___MAC_SET_FILE = 389
 11295  pkg syscall (freebsd-386), const SYS___MAC_SET_LINK = 411
 11296  pkg syscall (freebsd-386), const SYS___MAC_SET_PROC = 385
 11297  pkg syscall (freebsd-386), const SYS___SETUGID = 374
 11298  pkg syscall (freebsd-386), const SYS___SYSCTL = 202
 11299  pkg syscall (freebsd-386), const S_IFMT = 61440
 11300  pkg syscall (freebsd-386), const SizeofBpfHdr = 20
 11301  pkg syscall (freebsd-386), const SizeofBpfInsn = 8
 11302  pkg syscall (freebsd-386), const SizeofBpfProgram = 8
 11303  pkg syscall (freebsd-386), const SizeofBpfStat = 8
 11304  pkg syscall (freebsd-386), const SizeofBpfVersion = 4
 11305  pkg syscall (freebsd-386), const SizeofBpfZbuf = 12
 11306  pkg syscall (freebsd-386), const SizeofBpfZbufHeader = 32
 11307  pkg syscall (freebsd-386), const SizeofCmsghdr = 12
 11308  pkg syscall (freebsd-386), const SizeofIPMreq = 8
 11309  pkg syscall (freebsd-386), const SizeofIPMreqn = 12
 11310  pkg syscall (freebsd-386), const SizeofIPv6Mreq = 20
 11311  pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr = 24
 11312  pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr ideal-int
 11313  pkg syscall (freebsd-386), const SizeofIfData = 80
 11314  pkg syscall (freebsd-386), const SizeofIfMsghdr = 96
 11315  pkg syscall (freebsd-386), const SizeofIfaMsghdr = 20
 11316  pkg syscall (freebsd-386), const SizeofIfmaMsghdr = 16
 11317  pkg syscall (freebsd-386), const SizeofInet6Pktinfo = 20
 11318  pkg syscall (freebsd-386), const SizeofLinger = 8
 11319  pkg syscall (freebsd-386), const SizeofMsghdr = 28
 11320  pkg syscall (freebsd-386), const SizeofRtMetrics = 56
 11321  pkg syscall (freebsd-386), const SizeofRtMsghdr = 92
 11322  pkg syscall (freebsd-386), const SizeofSockaddrAny = 108
 11323  pkg syscall (freebsd-386), const SizeofSockaddrDatalink = 54
 11324  pkg syscall (freebsd-386), const SizeofSockaddrInet4 = 16
 11325  pkg syscall (freebsd-386), const SizeofSockaddrInet6 = 28
 11326  pkg syscall (freebsd-386), const SizeofSockaddrUnix = 106
 11327  pkg syscall (freebsd-386), const TCIFLUSH = 1
 11328  pkg syscall (freebsd-386), const TCIFLUSH ideal-int
 11329  pkg syscall (freebsd-386), const TCIOFLUSH = 3
 11330  pkg syscall (freebsd-386), const TCIOFLUSH ideal-int
 11331  pkg syscall (freebsd-386), const TCOFLUSH = 2
 11332  pkg syscall (freebsd-386), const TCOFLUSH ideal-int
 11333  pkg syscall (freebsd-386), const TCP_CA_NAME_MAX = 16
 11334  pkg syscall (freebsd-386), const TCP_CONGESTION = 64
 11335  pkg syscall (freebsd-386), const TCP_INFO = 32
 11336  pkg syscall (freebsd-386), const TCP_KEEPCNT = 1024
 11337  pkg syscall (freebsd-386), const TCP_KEEPCNT ideal-int
 11338  pkg syscall (freebsd-386), const TCP_KEEPIDLE = 256
 11339  pkg syscall (freebsd-386), const TCP_KEEPIDLE ideal-int
 11340  pkg syscall (freebsd-386), const TCP_KEEPINIT = 128
 11341  pkg syscall (freebsd-386), const TCP_KEEPINIT ideal-int
 11342  pkg syscall (freebsd-386), const TCP_KEEPINTVL = 512
 11343  pkg syscall (freebsd-386), const TCP_KEEPINTVL ideal-int
 11344  pkg syscall (freebsd-386), const TCP_MAXBURST = 4
 11345  pkg syscall (freebsd-386), const TCP_MAXHLEN = 60
 11346  pkg syscall (freebsd-386), const TCP_MAXOLEN = 40
 11347  pkg syscall (freebsd-386), const TCP_MAXSEG = 2
 11348  pkg syscall (freebsd-386), const TCP_MAXWIN = 65535
 11349  pkg syscall (freebsd-386), const TCP_MAX_SACK = 4
 11350  pkg syscall (freebsd-386), const TCP_MAX_WINSHIFT = 14
 11351  pkg syscall (freebsd-386), const TCP_MD5SIG = 16
 11352  pkg syscall (freebsd-386), const TCP_MINMSS = 216
 11353  pkg syscall (freebsd-386), const TCP_MSS = 536
 11354  pkg syscall (freebsd-386), const TCP_NOOPT = 8
 11355  pkg syscall (freebsd-386), const TCP_NOPUSH = 4
 11356  pkg syscall (freebsd-386), const TCSAFLUSH = 2
 11357  pkg syscall (freebsd-386), const TCSAFLUSH ideal-int
 11358  pkg syscall (freebsd-386), const TIOCCBRK = 536900730
 11359  pkg syscall (freebsd-386), const TIOCCDTR = 536900728
 11360  pkg syscall (freebsd-386), const TIOCCONS = 2147775586
 11361  pkg syscall (freebsd-386), const TIOCDRAIN = 536900702
 11362  pkg syscall (freebsd-386), const TIOCEXCL = 536900621
 11363  pkg syscall (freebsd-386), const TIOCEXT = 2147775584
 11364  pkg syscall (freebsd-386), const TIOCFLUSH = 2147775504
 11365  pkg syscall (freebsd-386), const TIOCGDRAINWAIT = 1074033750
 11366  pkg syscall (freebsd-386), const TIOCGETA = 1076655123
 11367  pkg syscall (freebsd-386), const TIOCGETD = 1074033690
 11368  pkg syscall (freebsd-386), const TIOCGPGRP = 1074033783
 11369  pkg syscall (freebsd-386), const TIOCGPTN = 1074033679
 11370  pkg syscall (freebsd-386), const TIOCGSID = 1074033763
 11371  pkg syscall (freebsd-386), const TIOCGWINSZ = 1074295912
 11372  pkg syscall (freebsd-386), const TIOCMBIC = 2147775595
 11373  pkg syscall (freebsd-386), const TIOCMBIS = 2147775596
 11374  pkg syscall (freebsd-386), const TIOCMGDTRWAIT = 1074033754
 11375  pkg syscall (freebsd-386), const TIOCMGET = 1074033770
 11376  pkg syscall (freebsd-386), const TIOCMSDTRWAIT = 2147775579
 11377  pkg syscall (freebsd-386), const TIOCMSET = 2147775597
 11378  pkg syscall (freebsd-386), const TIOCM_CAR = 64
 11379  pkg syscall (freebsd-386), const TIOCM_CD = 64
 11380  pkg syscall (freebsd-386), const TIOCM_CTS = 32
 11381  pkg syscall (freebsd-386), const TIOCM_DCD = 64
 11382  pkg syscall (freebsd-386), const TIOCM_DSR = 256
 11383  pkg syscall (freebsd-386), const TIOCM_DTR = 2
 11384  pkg syscall (freebsd-386), const TIOCM_LE = 1
 11385  pkg syscall (freebsd-386), const TIOCM_RI = 128
 11386  pkg syscall (freebsd-386), const TIOCM_RNG = 128
 11387  pkg syscall (freebsd-386), const TIOCM_RTS = 4
 11388  pkg syscall (freebsd-386), const TIOCM_SR = 16
 11389  pkg syscall (freebsd-386), const TIOCM_ST = 8
 11390  pkg syscall (freebsd-386), const TIOCNOTTY = 536900721
 11391  pkg syscall (freebsd-386), const TIOCNXCL = 536900622
 11392  pkg syscall (freebsd-386), const TIOCOUTQ = 1074033779
 11393  pkg syscall (freebsd-386), const TIOCPKT = 2147775600
 11394  pkg syscall (freebsd-386), const TIOCPKT_DATA = 0
 11395  pkg syscall (freebsd-386), const TIOCPKT_DOSTOP = 32
 11396  pkg syscall (freebsd-386), const TIOCPKT_FLUSHREAD = 1
 11397  pkg syscall (freebsd-386), const TIOCPKT_FLUSHWRITE = 2
 11398  pkg syscall (freebsd-386), const TIOCPKT_IOCTL = 64
 11399  pkg syscall (freebsd-386), const TIOCPKT_NOSTOP = 16
 11400  pkg syscall (freebsd-386), const TIOCPKT_START = 8
 11401  pkg syscall (freebsd-386), const TIOCPKT_STOP = 4
 11402  pkg syscall (freebsd-386), const TIOCPTMASTER = 536900636
 11403  pkg syscall (freebsd-386), const TIOCSBRK = 536900731
 11404  pkg syscall (freebsd-386), const TIOCSCTTY = 536900705
 11405  pkg syscall (freebsd-386), const TIOCSDRAINWAIT = 2147775575
 11406  pkg syscall (freebsd-386), const TIOCSDTR = 536900729
 11407  pkg syscall (freebsd-386), const TIOCSETA = 2150396948
 11408  pkg syscall (freebsd-386), const TIOCSETAF = 2150396950
 11409  pkg syscall (freebsd-386), const TIOCSETAW = 2150396949
 11410  pkg syscall (freebsd-386), const TIOCSETD = 2147775515
 11411  pkg syscall (freebsd-386), const TIOCSIG = 537162847
 11412  pkg syscall (freebsd-386), const TIOCSPGRP = 2147775606
 11413  pkg syscall (freebsd-386), const TIOCSTART = 536900718
 11414  pkg syscall (freebsd-386), const TIOCSTAT = 536900709
 11415  pkg syscall (freebsd-386), const TIOCSTI = 2147578994
 11416  pkg syscall (freebsd-386), const TIOCSTOP = 536900719
 11417  pkg syscall (freebsd-386), const TIOCSWINSZ = 2148037735
 11418  pkg syscall (freebsd-386), const TIOCTIMESTAMP = 1074295897
 11419  pkg syscall (freebsd-386), const TIOCUCNTL = 2147775590
 11420  pkg syscall (freebsd-386), const TOSTOP = 4194304
 11421  pkg syscall (freebsd-386), const TOSTOP ideal-int
 11422  pkg syscall (freebsd-386), const VDISCARD = 15
 11423  pkg syscall (freebsd-386), const VDISCARD ideal-int
 11424  pkg syscall (freebsd-386), const VDSUSP = 11
 11425  pkg syscall (freebsd-386), const VDSUSP ideal-int
 11426  pkg syscall (freebsd-386), const VEOF = 0
 11427  pkg syscall (freebsd-386), const VEOF ideal-int
 11428  pkg syscall (freebsd-386), const VEOL = 1
 11429  pkg syscall (freebsd-386), const VEOL ideal-int
 11430  pkg syscall (freebsd-386), const VEOL2 = 2
 11431  pkg syscall (freebsd-386), const VEOL2 ideal-int
 11432  pkg syscall (freebsd-386), const VERASE = 3
 11433  pkg syscall (freebsd-386), const VERASE ideal-int
 11434  pkg syscall (freebsd-386), const VERASE2 = 7
 11435  pkg syscall (freebsd-386), const VERASE2 ideal-int
 11436  pkg syscall (freebsd-386), const VINTR = 8
 11437  pkg syscall (freebsd-386), const VINTR ideal-int
 11438  pkg syscall (freebsd-386), const VKILL = 5
 11439  pkg syscall (freebsd-386), const VKILL ideal-int
 11440  pkg syscall (freebsd-386), const VLNEXT = 14
 11441  pkg syscall (freebsd-386), const VLNEXT ideal-int
 11442  pkg syscall (freebsd-386), const VMIN = 16
 11443  pkg syscall (freebsd-386), const VMIN ideal-int
 11444  pkg syscall (freebsd-386), const VQUIT = 9
 11445  pkg syscall (freebsd-386), const VQUIT ideal-int
 11446  pkg syscall (freebsd-386), const VREPRINT = 6
 11447  pkg syscall (freebsd-386), const VREPRINT ideal-int
 11448  pkg syscall (freebsd-386), const VSTART = 12
 11449  pkg syscall (freebsd-386), const VSTART ideal-int
 11450  pkg syscall (freebsd-386), const VSTATUS = 18
 11451  pkg syscall (freebsd-386), const VSTATUS ideal-int
 11452  pkg syscall (freebsd-386), const VSTOP = 13
 11453  pkg syscall (freebsd-386), const VSTOP ideal-int
 11454  pkg syscall (freebsd-386), const VSUSP = 10
 11455  pkg syscall (freebsd-386), const VSUSP ideal-int
 11456  pkg syscall (freebsd-386), const VTIME = 17
 11457  pkg syscall (freebsd-386), const VTIME ideal-int
 11458  pkg syscall (freebsd-386), const VWERASE = 4
 11459  pkg syscall (freebsd-386), const VWERASE ideal-int
 11460  pkg syscall (freebsd-386), const WCONTINUED = 4
 11461  pkg syscall (freebsd-386), const WCOREFLAG = 128
 11462  pkg syscall (freebsd-386), const WLINUXCLONE = 2147483648
 11463  pkg syscall (freebsd-386), const WNOHANG = 1
 11464  pkg syscall (freebsd-386), const WNOWAIT = 8
 11465  pkg syscall (freebsd-386), const WSTOPPED = 2
 11466  pkg syscall (freebsd-386), const WUNTRACED = 2
 11467  pkg syscall (freebsd-386), func Fchflags(int, int) error
 11468  pkg syscall (freebsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
 11469  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct
 11470  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Index uint16
 11471  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Msglen uint16
 11472  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Name [16]int8
 11473  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Type uint8
 11474  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Version uint8
 11475  pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, What uint16
 11476  pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct
 11477  pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
 11478  pkg syscall (freebsd-386-cgo), const AF_APPLETALK = 16
 11479  pkg syscall (freebsd-386-cgo), const AF_ARP = 35
 11480  pkg syscall (freebsd-386-cgo), const AF_ATM = 30
 11481  pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH = 36
 11482  pkg syscall (freebsd-386-cgo), const AF_CCITT = 10
 11483  pkg syscall (freebsd-386-cgo), const AF_CHAOS = 5
 11484  pkg syscall (freebsd-386-cgo), const AF_CNT = 21
 11485  pkg syscall (freebsd-386-cgo), const AF_COIP = 20
 11486  pkg syscall (freebsd-386-cgo), const AF_DATAKIT = 9
 11487  pkg syscall (freebsd-386-cgo), const AF_DECnet = 12
 11488  pkg syscall (freebsd-386-cgo), const AF_DLI = 13
 11489  pkg syscall (freebsd-386-cgo), const AF_E164 = 26
 11490  pkg syscall (freebsd-386-cgo), const AF_ECMA = 8
 11491  pkg syscall (freebsd-386-cgo), const AF_HYLINK = 15
 11492  pkg syscall (freebsd-386-cgo), const AF_IEEE80211 = 37
 11493  pkg syscall (freebsd-386-cgo), const AF_IMPLINK = 3
 11494  pkg syscall (freebsd-386-cgo), const AF_INET6 = 28
 11495  pkg syscall (freebsd-386-cgo), const AF_IPX = 23
 11496  pkg syscall (freebsd-386-cgo), const AF_ISDN = 26
 11497  pkg syscall (freebsd-386-cgo), const AF_ISO = 7
 11498  pkg syscall (freebsd-386-cgo), const AF_LAT = 14
 11499  pkg syscall (freebsd-386-cgo), const AF_LINK = 18
 11500  pkg syscall (freebsd-386-cgo), const AF_LOCAL = 1
 11501  pkg syscall (freebsd-386-cgo), const AF_MAX = 38
 11502  pkg syscall (freebsd-386-cgo), const AF_NATM = 29
 11503  pkg syscall (freebsd-386-cgo), const AF_NETBIOS = 6
 11504  pkg syscall (freebsd-386-cgo), const AF_NETGRAPH = 32
 11505  pkg syscall (freebsd-386-cgo), const AF_OSI = 7
 11506  pkg syscall (freebsd-386-cgo), const AF_PUP = 4
 11507  pkg syscall (freebsd-386-cgo), const AF_ROUTE = 17
 11508  pkg syscall (freebsd-386-cgo), const AF_SCLUSTER = 34
 11509  pkg syscall (freebsd-386-cgo), const AF_SIP = 24
 11510  pkg syscall (freebsd-386-cgo), const AF_SLOW = 33
 11511  pkg syscall (freebsd-386-cgo), const AF_SNA = 11
 11512  pkg syscall (freebsd-386-cgo), const AF_VENDOR00 = 39
 11513  pkg syscall (freebsd-386-cgo), const AF_VENDOR01 = 41
 11514  pkg syscall (freebsd-386-cgo), const AF_VENDOR02 = 43
 11515  pkg syscall (freebsd-386-cgo), const AF_VENDOR03 = 45
 11516  pkg syscall (freebsd-386-cgo), const AF_VENDOR04 = 47
 11517  pkg syscall (freebsd-386-cgo), const AF_VENDOR05 = 49
 11518  pkg syscall (freebsd-386-cgo), const AF_VENDOR06 = 51
 11519  pkg syscall (freebsd-386-cgo), const AF_VENDOR07 = 53
 11520  pkg syscall (freebsd-386-cgo), const AF_VENDOR08 = 55
 11521  pkg syscall (freebsd-386-cgo), const AF_VENDOR09 = 57
 11522  pkg syscall (freebsd-386-cgo), const AF_VENDOR10 = 59
 11523  pkg syscall (freebsd-386-cgo), const AF_VENDOR11 = 61
 11524  pkg syscall (freebsd-386-cgo), const AF_VENDOR12 = 63
 11525  pkg syscall (freebsd-386-cgo), const AF_VENDOR13 = 65
 11526  pkg syscall (freebsd-386-cgo), const AF_VENDOR14 = 67
 11527  pkg syscall (freebsd-386-cgo), const AF_VENDOR15 = 69
 11528  pkg syscall (freebsd-386-cgo), const AF_VENDOR16 = 71
 11529  pkg syscall (freebsd-386-cgo), const AF_VENDOR17 = 73
 11530  pkg syscall (freebsd-386-cgo), const AF_VENDOR18 = 75
 11531  pkg syscall (freebsd-386-cgo), const AF_VENDOR19 = 77
 11532  pkg syscall (freebsd-386-cgo), const AF_VENDOR20 = 79
 11533  pkg syscall (freebsd-386-cgo), const AF_VENDOR21 = 81
 11534  pkg syscall (freebsd-386-cgo), const AF_VENDOR22 = 83
 11535  pkg syscall (freebsd-386-cgo), const AF_VENDOR23 = 85
 11536  pkg syscall (freebsd-386-cgo), const AF_VENDOR24 = 87
 11537  pkg syscall (freebsd-386-cgo), const AF_VENDOR25 = 89
 11538  pkg syscall (freebsd-386-cgo), const AF_VENDOR26 = 91
 11539  pkg syscall (freebsd-386-cgo), const AF_VENDOR27 = 93
 11540  pkg syscall (freebsd-386-cgo), const AF_VENDOR28 = 95
 11541  pkg syscall (freebsd-386-cgo), const AF_VENDOR29 = 97
 11542  pkg syscall (freebsd-386-cgo), const AF_VENDOR30 = 99
 11543  pkg syscall (freebsd-386-cgo), const AF_VENDOR31 = 101
 11544  pkg syscall (freebsd-386-cgo), const AF_VENDOR32 = 103
 11545  pkg syscall (freebsd-386-cgo), const AF_VENDOR33 = 105
 11546  pkg syscall (freebsd-386-cgo), const AF_VENDOR34 = 107
 11547  pkg syscall (freebsd-386-cgo), const AF_VENDOR35 = 109
 11548  pkg syscall (freebsd-386-cgo), const AF_VENDOR36 = 111
 11549  pkg syscall (freebsd-386-cgo), const AF_VENDOR37 = 113
 11550  pkg syscall (freebsd-386-cgo), const AF_VENDOR38 = 115
 11551  pkg syscall (freebsd-386-cgo), const AF_VENDOR39 = 117
 11552  pkg syscall (freebsd-386-cgo), const AF_VENDOR40 = 119
 11553  pkg syscall (freebsd-386-cgo), const AF_VENDOR41 = 121
 11554  pkg syscall (freebsd-386-cgo), const AF_VENDOR42 = 123
 11555  pkg syscall (freebsd-386-cgo), const AF_VENDOR43 = 125
 11556  pkg syscall (freebsd-386-cgo), const AF_VENDOR44 = 127
 11557  pkg syscall (freebsd-386-cgo), const AF_VENDOR45 = 129
 11558  pkg syscall (freebsd-386-cgo), const AF_VENDOR46 = 131
 11559  pkg syscall (freebsd-386-cgo), const AF_VENDOR47 = 133
 11560  pkg syscall (freebsd-386-cgo), const B0 = 0
 11561  pkg syscall (freebsd-386-cgo), const B110 = 110
 11562  pkg syscall (freebsd-386-cgo), const B115200 = 115200
 11563  pkg syscall (freebsd-386-cgo), const B1200 = 1200
 11564  pkg syscall (freebsd-386-cgo), const B134 = 134
 11565  pkg syscall (freebsd-386-cgo), const B14400 = 14400
 11566  pkg syscall (freebsd-386-cgo), const B150 = 150
 11567  pkg syscall (freebsd-386-cgo), const B1800 = 1800
 11568  pkg syscall (freebsd-386-cgo), const B19200 = 19200
 11569  pkg syscall (freebsd-386-cgo), const B200 = 200
 11570  pkg syscall (freebsd-386-cgo), const B230400 = 230400
 11571  pkg syscall (freebsd-386-cgo), const B2400 = 2400
 11572  pkg syscall (freebsd-386-cgo), const B28800 = 28800
 11573  pkg syscall (freebsd-386-cgo), const B300 = 300
 11574  pkg syscall (freebsd-386-cgo), const B38400 = 38400
 11575  pkg syscall (freebsd-386-cgo), const B460800 = 460800
 11576  pkg syscall (freebsd-386-cgo), const B4800 = 4800
 11577  pkg syscall (freebsd-386-cgo), const B50 = 50
 11578  pkg syscall (freebsd-386-cgo), const B57600 = 57600
 11579  pkg syscall (freebsd-386-cgo), const B600 = 600
 11580  pkg syscall (freebsd-386-cgo), const B7200 = 7200
 11581  pkg syscall (freebsd-386-cgo), const B75 = 75
 11582  pkg syscall (freebsd-386-cgo), const B76800 = 76800
 11583  pkg syscall (freebsd-386-cgo), const B921600 = 921600
 11584  pkg syscall (freebsd-386-cgo), const B9600 = 9600
 11585  pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK = 2147762812
 11586  pkg syscall (freebsd-386-cgo), const BIOCFLUSH = 536887912
 11587  pkg syscall (freebsd-386-cgo), const BIOCGBLEN = 1074020966
 11588  pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION = 1074020982
 11589  pkg syscall (freebsd-386-cgo), const BIOCGDLT = 1074020970
 11590  pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST = 3221766777
 11591  pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE = 1074020989
 11592  pkg syscall (freebsd-386-cgo), const BIOCGETIF = 1075855979
 11593  pkg syscall (freebsd-386-cgo), const BIOCGETZMAX = 1074020991
 11594  pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
 11595  pkg syscall (freebsd-386-cgo), const BIOCGRSIG = 1074020978
 11596  pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
 11597  pkg syscall (freebsd-386-cgo), const BIOCGSEESENT = 1074020982
 11598  pkg syscall (freebsd-386-cgo), const BIOCGSTATS = 1074283119
 11599  pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP = 1074020995
 11600  pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE = 2147762800
 11601  pkg syscall (freebsd-386-cgo), const BIOCLOCK = 536887930
 11602  pkg syscall (freebsd-386-cgo), const BIOCPROMISC = 536887913
 11603  pkg syscall (freebsd-386-cgo), const BIOCROTZBUF = 1074545280
 11604  pkg syscall (freebsd-386-cgo), const BIOCSBLEN = 3221504614
 11605  pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION = 2147762807
 11606  pkg syscall (freebsd-386-cgo), const BIOCSDLT = 2147762808
 11607  pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE = 2147762814
 11608  pkg syscall (freebsd-386-cgo), const BIOCSETF = 2148024935
 11609  pkg syscall (freebsd-386-cgo), const BIOCSETFNR = 2148024962
 11610  pkg syscall (freebsd-386-cgo), const BIOCSETIF = 2149597804
 11611  pkg syscall (freebsd-386-cgo), const BIOCSETWF = 2148024955
 11612  pkg syscall (freebsd-386-cgo), const BIOCSETZBUF = 2148287105
 11613  pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
 11614  pkg syscall (freebsd-386-cgo), const BIOCSRSIG = 2147762803
 11615  pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
 11616  pkg syscall (freebsd-386-cgo), const BIOCSSEESENT = 2147762807
 11617  pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP = 2147762820
 11618  pkg syscall (freebsd-386-cgo), const BIOCVERSION = 1074020977
 11619  pkg syscall (freebsd-386-cgo), const BPF_A = 16
 11620  pkg syscall (freebsd-386-cgo), const BPF_ABS = 32
 11621  pkg syscall (freebsd-386-cgo), const BPF_ADD = 0
 11622  pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT = 4
 11623  pkg syscall (freebsd-386-cgo), const BPF_ALU = 4
 11624  pkg syscall (freebsd-386-cgo), const BPF_AND = 80
 11625  pkg syscall (freebsd-386-cgo), const BPF_B = 16
 11626  pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER = 1
 11627  pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF = 2
 11628  pkg syscall (freebsd-386-cgo), const BPF_DIV = 48
 11629  pkg syscall (freebsd-386-cgo), const BPF_H = 8
 11630  pkg syscall (freebsd-386-cgo), const BPF_IMM = 0
 11631  pkg syscall (freebsd-386-cgo), const BPF_IND = 64
 11632  pkg syscall (freebsd-386-cgo), const BPF_JA = 0
 11633  pkg syscall (freebsd-386-cgo), const BPF_JEQ = 16
 11634  pkg syscall (freebsd-386-cgo), const BPF_JGE = 48
 11635  pkg syscall (freebsd-386-cgo), const BPF_JGT = 32
 11636  pkg syscall (freebsd-386-cgo), const BPF_JMP = 5
 11637  pkg syscall (freebsd-386-cgo), const BPF_JSET = 64
 11638  pkg syscall (freebsd-386-cgo), const BPF_K = 0
 11639  pkg syscall (freebsd-386-cgo), const BPF_LD = 0
 11640  pkg syscall (freebsd-386-cgo), const BPF_LDX = 1
 11641  pkg syscall (freebsd-386-cgo), const BPF_LEN = 128
 11642  pkg syscall (freebsd-386-cgo), const BPF_LSH = 96
 11643  pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION = 1
 11644  pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE = 524288
 11645  pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS = 512
 11646  pkg syscall (freebsd-386-cgo), const BPF_MEM = 96
 11647  pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS = 16
 11648  pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE = 32
 11649  pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION = 1
 11650  pkg syscall (freebsd-386-cgo), const BPF_MISC = 7
 11651  pkg syscall (freebsd-386-cgo), const BPF_MSH = 160
 11652  pkg syscall (freebsd-386-cgo), const BPF_MUL = 32
 11653  pkg syscall (freebsd-386-cgo), const BPF_NEG = 128
 11654  pkg syscall (freebsd-386-cgo), const BPF_OR = 64
 11655  pkg syscall (freebsd-386-cgo), const BPF_RELEASE = 199606
 11656  pkg syscall (freebsd-386-cgo), const BPF_RET = 6
 11657  pkg syscall (freebsd-386-cgo), const BPF_RSH = 112
 11658  pkg syscall (freebsd-386-cgo), const BPF_ST = 2
 11659  pkg syscall (freebsd-386-cgo), const BPF_STX = 3
 11660  pkg syscall (freebsd-386-cgo), const BPF_SUB = 16
 11661  pkg syscall (freebsd-386-cgo), const BPF_TAX = 0
 11662  pkg syscall (freebsd-386-cgo), const BPF_TXA = 128
 11663  pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME = 2
 11664  pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST = 258
 11665  pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC = 514
 11666  pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
 11667  pkg syscall (freebsd-386-cgo), const BPF_T_FAST = 256
 11668  pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK = 768
 11669  pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK = 3
 11670  pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME = 0
 11671  pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST = 256
 11672  pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
 11673  pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
 11674  pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC = 512
 11675  pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST = 768
 11676  pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME = 1
 11677  pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST = 257
 11678  pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
 11679  pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
 11680  pkg syscall (freebsd-386-cgo), const BPF_T_NONE = 3
 11681  pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL = 0
 11682  pkg syscall (freebsd-386-cgo), const BPF_W = 0
 11683  pkg syscall (freebsd-386-cgo), const BPF_X = 8
 11684  pkg syscall (freebsd-386-cgo), const BRKINT = 2
 11685  pkg syscall (freebsd-386-cgo), const CFLUSH = 15
 11686  pkg syscall (freebsd-386-cgo), const CLOCAL = 32768
 11687  pkg syscall (freebsd-386-cgo), const CREAD = 2048
 11688  pkg syscall (freebsd-386-cgo), const CS5 = 0
 11689  pkg syscall (freebsd-386-cgo), const CS6 = 256
 11690  pkg syscall (freebsd-386-cgo), const CS7 = 512
 11691  pkg syscall (freebsd-386-cgo), const CS8 = 768
 11692  pkg syscall (freebsd-386-cgo), const CSIZE = 768
 11693  pkg syscall (freebsd-386-cgo), const CSTART = 17
 11694  pkg syscall (freebsd-386-cgo), const CSTATUS = 20
 11695  pkg syscall (freebsd-386-cgo), const CSTOP = 19
 11696  pkg syscall (freebsd-386-cgo), const CSTOPB = 1024
 11697  pkg syscall (freebsd-386-cgo), const CSUSP = 26
 11698  pkg syscall (freebsd-386-cgo), const CTL_MAXNAME = 24
 11699  pkg syscall (freebsd-386-cgo), const CTL_NET = 4
 11700  pkg syscall (freebsd-386-cgo), const DLT_A429 = 184
 11701  pkg syscall (freebsd-386-cgo), const DLT_A653_ICM = 185
 11702  pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER = 120
 11703  pkg syscall (freebsd-386-cgo), const DLT_AOS = 222
 11704  pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 11705  pkg syscall (freebsd-386-cgo), const DLT_ARCNET = 7
 11706  pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX = 129
 11707  pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP = 19
 11708  pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 = 11
 11709  pkg syscall (freebsd-386-cgo), const DLT_AURORA = 126
 11710  pkg syscall (freebsd-386-cgo), const DLT_AX25 = 3
 11711  pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS = 202
 11712  pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP = 165
 11713  pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
 11714  pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 11715  pkg syscall (freebsd-386-cgo), const DLT_CAN20B = 190
 11716  pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
 11717  pkg syscall (freebsd-386-cgo), const DLT_CHAOS = 5
 11718  pkg syscall (freebsd-386-cgo), const DLT_CHDLC = 104
 11719  pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS = 118
 11720  pkg syscall (freebsd-386-cgo), const DLT_C_HDLC = 104
 11721  pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
 11722  pkg syscall (freebsd-386-cgo), const DLT_DBUS = 231
 11723  pkg syscall (freebsd-386-cgo), const DLT_DECT = 221
 11724  pkg syscall (freebsd-386-cgo), const DLT_DOCSIS = 143
 11725  pkg syscall (freebsd-386-cgo), const DLT_DVB_CI = 235
 11726  pkg syscall (freebsd-386-cgo), const DLT_ECONET = 115
 11727  pkg syscall (freebsd-386-cgo), const DLT_EN10MB = 1
 11728  pkg syscall (freebsd-386-cgo), const DLT_EN3MB = 2
 11729  pkg syscall (freebsd-386-cgo), const DLT_ENC = 109
 11730  pkg syscall (freebsd-386-cgo), const DLT_ERF = 197
 11731  pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH = 175
 11732  pkg syscall (freebsd-386-cgo), const DLT_ERF_POS = 176
 11733  pkg syscall (freebsd-386-cgo), const DLT_FC_2 = 224
 11734  pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 11735  pkg syscall (freebsd-386-cgo), const DLT_FDDI = 10
 11736  pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY = 210
 11737  pkg syscall (freebsd-386-cgo), const DLT_FRELAY = 107
 11738  pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
 11739  pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL = 173
 11740  pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 = 172
 11741  pkg syscall (freebsd-386-cgo), const DLT_GPF_F = 171
 11742  pkg syscall (freebsd-386-cgo), const DLT_GPF_T = 170
 11743  pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC = 169
 11744  pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS = 218
 11745  pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM = 217
 11746  pkg syscall (freebsd-386-cgo), const DLT_HHDLC = 121
 11747  pkg syscall (freebsd-386-cgo), const DLT_IBM_SN = 146
 11748  pkg syscall (freebsd-386-cgo), const DLT_IBM_SP = 145
 11749  pkg syscall (freebsd-386-cgo), const DLT_IEEE802 = 6
 11750  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 = 105
 11751  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
 11752  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
 11753  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 = 195
 11754  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
 11755  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS = 230
 11756  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
 11757  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
 11758  pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 11759  pkg syscall (freebsd-386-cgo), const DLT_IPFILTER = 116
 11760  pkg syscall (freebsd-386-cgo), const DLT_IPMB = 199
 11761  pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX = 209
 11762  pkg syscall (freebsd-386-cgo), const DLT_IPNET = 226
 11763  pkg syscall (freebsd-386-cgo), const DLT_IPOIB = 242
 11764  pkg syscall (freebsd-386-cgo), const DLT_IPV4 = 228
 11765  pkg syscall (freebsd-386-cgo), const DLT_IPV6 = 229
 11766  pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC = 122
 11767  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
 11768  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
 11769  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
 11770  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
 11771  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES = 132
 11772  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER = 178
 11773  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
 11774  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
 11775  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN = 133
 11776  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM = 194
 11777  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR = 134
 11778  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR = 131
 11779  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
 11780  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
 11781  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
 11782  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP = 179
 11783  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
 11784  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
 11785  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
 11786  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E = 233
 11787  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST = 200
 11788  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP = 183
 11789  pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS = 232
 11790  pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
 11791  pkg syscall (freebsd-386-cgo), const DLT_LAPD = 203
 11792  pkg syscall (freebsd-386-cgo), const DLT_LIN = 212
 11793  pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV = 216
 11794  pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA = 144
 11795  pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD = 177
 11796  pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
 11797  pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL = 113
 11798  pkg syscall (freebsd-386-cgo), const DLT_LOOP = 108
 11799  pkg syscall (freebsd-386-cgo), const DLT_LTALK = 114
 11800  pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
 11801  pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN = 104
 11802  pkg syscall (freebsd-386-cgo), const DLT_MFR = 182
 11803  pkg syscall (freebsd-386-cgo), const DLT_MOST = 211
 11804  pkg syscall (freebsd-386-cgo), const DLT_MPLS = 219
 11805  pkg syscall (freebsd-386-cgo), const DLT_MTP2 = 140
 11806  pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
 11807  pkg syscall (freebsd-386-cgo), const DLT_MTP3 = 141
 11808  pkg syscall (freebsd-386-cgo), const DLT_MUX27010 = 236
 11809  pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER = 240
 11810  pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
 11811  pkg syscall (freebsd-386-cgo), const DLT_NFLOG = 239
 11812  pkg syscall (freebsd-386-cgo), const DLT_NULL = 0
 11813  pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP = 125
 11814  pkg syscall (freebsd-386-cgo), const DLT_PFLOG = 117
 11815  pkg syscall (freebsd-386-cgo), const DLT_PFSYNC = 121
 11816  pkg syscall (freebsd-386-cgo), const DLT_PPI = 192
 11817  pkg syscall (freebsd-386-cgo), const DLT_PPP = 9
 11818  pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS = 16
 11819  pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER = 51
 11820  pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD = 166
 11821  pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL = 50
 11822  pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR = 204
 11823  pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION = 166
 11824  pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER = 119
 11825  pkg syscall (freebsd-386-cgo), const DLT_PRONET = 4
 11826  pkg syscall (freebsd-386-cgo), const DLT_RAIF1 = 198
 11827  pkg syscall (freebsd-386-cgo), const DLT_RAW = 12
 11828  pkg syscall (freebsd-386-cgo), const DLT_RIO = 124
 11829  pkg syscall (freebsd-386-cgo), const DLT_SCCP = 142
 11830  pkg syscall (freebsd-386-cgo), const DLT_SITA = 196
 11831  pkg syscall (freebsd-386-cgo), const DLT_SLIP = 8
 11832  pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS = 15
 11833  pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU = 237
 11834  pkg syscall (freebsd-386-cgo), const DLT_SUNATM = 123
 11835  pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
 11836  pkg syscall (freebsd-386-cgo), const DLT_TZSP = 128
 11837  pkg syscall (freebsd-386-cgo), const DLT_USB = 186
 11838  pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX = 189
 11839  pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
 11840  pkg syscall (freebsd-386-cgo), const DLT_USER0 = 147
 11841  pkg syscall (freebsd-386-cgo), const DLT_USER1 = 148
 11842  pkg syscall (freebsd-386-cgo), const DLT_USER10 = 157
 11843  pkg syscall (freebsd-386-cgo), const DLT_USER11 = 158
 11844  pkg syscall (freebsd-386-cgo), const DLT_USER12 = 159
 11845  pkg syscall (freebsd-386-cgo), const DLT_USER13 = 160
 11846  pkg syscall (freebsd-386-cgo), const DLT_USER14 = 161
 11847  pkg syscall (freebsd-386-cgo), const DLT_USER15 = 162
 11848  pkg syscall (freebsd-386-cgo), const DLT_USER2 = 149
 11849  pkg syscall (freebsd-386-cgo), const DLT_USER3 = 150
 11850  pkg syscall (freebsd-386-cgo), const DLT_USER4 = 151
 11851  pkg syscall (freebsd-386-cgo), const DLT_USER5 = 152
 11852  pkg syscall (freebsd-386-cgo), const DLT_USER6 = 153
 11853  pkg syscall (freebsd-386-cgo), const DLT_USER7 = 154
 11854  pkg syscall (freebsd-386-cgo), const DLT_USER8 = 155
 11855  pkg syscall (freebsd-386-cgo), const DLT_USER9 = 156
 11856  pkg syscall (freebsd-386-cgo), const DLT_WIHART = 223
 11857  pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL = 213
 11858  pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA = 214
 11859  pkg syscall (freebsd-386-cgo), const DT_BLK = 6
 11860  pkg syscall (freebsd-386-cgo), const DT_CHR = 2
 11861  pkg syscall (freebsd-386-cgo), const DT_DIR = 4
 11862  pkg syscall (freebsd-386-cgo), const DT_FIFO = 1
 11863  pkg syscall (freebsd-386-cgo), const DT_LNK = 10
 11864  pkg syscall (freebsd-386-cgo), const DT_REG = 8
 11865  pkg syscall (freebsd-386-cgo), const DT_SOCK = 12
 11866  pkg syscall (freebsd-386-cgo), const DT_UNKNOWN = 0
 11867  pkg syscall (freebsd-386-cgo), const DT_WHT = 14
 11868  pkg syscall (freebsd-386-cgo), const E2BIG = 7
 11869  pkg syscall (freebsd-386-cgo), const EACCES = 13
 11870  pkg syscall (freebsd-386-cgo), const EADDRINUSE = 48
 11871  pkg syscall (freebsd-386-cgo), const EADDRNOTAVAIL = 49
 11872  pkg syscall (freebsd-386-cgo), const EAFNOSUPPORT = 47
 11873  pkg syscall (freebsd-386-cgo), const EAGAIN = 35
 11874  pkg syscall (freebsd-386-cgo), const EALREADY = 37
 11875  pkg syscall (freebsd-386-cgo), const EAUTH = 80
 11876  pkg syscall (freebsd-386-cgo), const EBADF = 9
 11877  pkg syscall (freebsd-386-cgo), const EBADMSG = 89
 11878  pkg syscall (freebsd-386-cgo), const EBADRPC = 72
 11879  pkg syscall (freebsd-386-cgo), const EBUSY = 16
 11880  pkg syscall (freebsd-386-cgo), const ECANCELED = 85
 11881  pkg syscall (freebsd-386-cgo), const ECAPMODE = 94
 11882  pkg syscall (freebsd-386-cgo), const ECHILD = 10
 11883  pkg syscall (freebsd-386-cgo), const ECHO = 8
 11884  pkg syscall (freebsd-386-cgo), const ECHOCTL = 64
 11885  pkg syscall (freebsd-386-cgo), const ECHOE = 2
 11886  pkg syscall (freebsd-386-cgo), const ECHOK = 4
 11887  pkg syscall (freebsd-386-cgo), const ECHOKE = 1
 11888  pkg syscall (freebsd-386-cgo), const ECHONL = 16
 11889  pkg syscall (freebsd-386-cgo), const ECHOPRT = 32
 11890  pkg syscall (freebsd-386-cgo), const ECONNABORTED = 53
 11891  pkg syscall (freebsd-386-cgo), const ECONNREFUSED = 61
 11892  pkg syscall (freebsd-386-cgo), const ECONNRESET = 54
 11893  pkg syscall (freebsd-386-cgo), const EDEADLK = 11
 11894  pkg syscall (freebsd-386-cgo), const EDESTADDRREQ = 39
 11895  pkg syscall (freebsd-386-cgo), const EDOM = 33
 11896  pkg syscall (freebsd-386-cgo), const EDOOFUS = 88
 11897  pkg syscall (freebsd-386-cgo), const EDQUOT = 69
 11898  pkg syscall (freebsd-386-cgo), const EEXIST = 17
 11899  pkg syscall (freebsd-386-cgo), const EFAULT = 14
 11900  pkg syscall (freebsd-386-cgo), const EFBIG = 27
 11901  pkg syscall (freebsd-386-cgo), const EFTYPE = 79
 11902  pkg syscall (freebsd-386-cgo), const EHOSTDOWN = 64
 11903  pkg syscall (freebsd-386-cgo), const EHOSTUNREACH = 65
 11904  pkg syscall (freebsd-386-cgo), const EIDRM = 82
 11905  pkg syscall (freebsd-386-cgo), const EILSEQ = 86
 11906  pkg syscall (freebsd-386-cgo), const EINPROGRESS = 36
 11907  pkg syscall (freebsd-386-cgo), const EINTR = 4
 11908  pkg syscall (freebsd-386-cgo), const EINVAL = 22
 11909  pkg syscall (freebsd-386-cgo), const EIO = 5
 11910  pkg syscall (freebsd-386-cgo), const EISCONN = 56
 11911  pkg syscall (freebsd-386-cgo), const EISDIR = 21
 11912  pkg syscall (freebsd-386-cgo), const ELAST = 94
 11913  pkg syscall (freebsd-386-cgo), const ELOOP = 62
 11914  pkg syscall (freebsd-386-cgo), const EMFILE = 24
 11915  pkg syscall (freebsd-386-cgo), const EMLINK = 31
 11916  pkg syscall (freebsd-386-cgo), const EMSGSIZE = 40
 11917  pkg syscall (freebsd-386-cgo), const EMULTIHOP = 90
 11918  pkg syscall (freebsd-386-cgo), const ENAMETOOLONG = 63
 11919  pkg syscall (freebsd-386-cgo), const ENEEDAUTH = 81
 11920  pkg syscall (freebsd-386-cgo), const ENETDOWN = 50
 11921  pkg syscall (freebsd-386-cgo), const ENETRESET = 52
 11922  pkg syscall (freebsd-386-cgo), const ENETUNREACH = 51
 11923  pkg syscall (freebsd-386-cgo), const ENFILE = 23
 11924  pkg syscall (freebsd-386-cgo), const ENOATTR = 87
 11925  pkg syscall (freebsd-386-cgo), const ENOBUFS = 55
 11926  pkg syscall (freebsd-386-cgo), const ENODEV = 19
 11927  pkg syscall (freebsd-386-cgo), const ENOEXEC = 8
 11928  pkg syscall (freebsd-386-cgo), const ENOLCK = 77
 11929  pkg syscall (freebsd-386-cgo), const ENOLINK = 91
 11930  pkg syscall (freebsd-386-cgo), const ENOMEM = 12
 11931  pkg syscall (freebsd-386-cgo), const ENOMSG = 83
 11932  pkg syscall (freebsd-386-cgo), const ENOPROTOOPT = 42
 11933  pkg syscall (freebsd-386-cgo), const ENOSPC = 28
 11934  pkg syscall (freebsd-386-cgo), const ENOSYS = 78
 11935  pkg syscall (freebsd-386-cgo), const ENOTBLK = 15
 11936  pkg syscall (freebsd-386-cgo), const ENOTCAPABLE = 93
 11937  pkg syscall (freebsd-386-cgo), const ENOTCONN = 57
 11938  pkg syscall (freebsd-386-cgo), const ENOTDIR = 20
 11939  pkg syscall (freebsd-386-cgo), const ENOTEMPTY = 66
 11940  pkg syscall (freebsd-386-cgo), const ENOTSOCK = 38
 11941  pkg syscall (freebsd-386-cgo), const ENOTSUP = 45
 11942  pkg syscall (freebsd-386-cgo), const ENOTTY = 25
 11943  pkg syscall (freebsd-386-cgo), const ENXIO = 6
 11944  pkg syscall (freebsd-386-cgo), const EOPNOTSUPP = 45
 11945  pkg syscall (freebsd-386-cgo), const EOVERFLOW = 84
 11946  pkg syscall (freebsd-386-cgo), const EPERM = 1
 11947  pkg syscall (freebsd-386-cgo), const EPFNOSUPPORT = 46
 11948  pkg syscall (freebsd-386-cgo), const EPIPE = 32
 11949  pkg syscall (freebsd-386-cgo), const EPROCLIM = 67
 11950  pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL = 76
 11951  pkg syscall (freebsd-386-cgo), const EPROGMISMATCH = 75
 11952  pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL = 74
 11953  pkg syscall (freebsd-386-cgo), const EPROTO = 92
 11954  pkg syscall (freebsd-386-cgo), const EPROTONOSUPPORT = 43
 11955  pkg syscall (freebsd-386-cgo), const EPROTOTYPE = 41
 11956  pkg syscall (freebsd-386-cgo), const ERANGE = 34
 11957  pkg syscall (freebsd-386-cgo), const EREMOTE = 71
 11958  pkg syscall (freebsd-386-cgo), const EROFS = 30
 11959  pkg syscall (freebsd-386-cgo), const ERPCMISMATCH = 73
 11960  pkg syscall (freebsd-386-cgo), const ESHUTDOWN = 58
 11961  pkg syscall (freebsd-386-cgo), const ESOCKTNOSUPPORT = 44
 11962  pkg syscall (freebsd-386-cgo), const ESPIPE = 29
 11963  pkg syscall (freebsd-386-cgo), const ESRCH = 3
 11964  pkg syscall (freebsd-386-cgo), const ESTALE = 70
 11965  pkg syscall (freebsd-386-cgo), const ETIMEDOUT = 60
 11966  pkg syscall (freebsd-386-cgo), const ETOOMANYREFS = 59
 11967  pkg syscall (freebsd-386-cgo), const ETXTBSY = 26
 11968  pkg syscall (freebsd-386-cgo), const EUSERS = 68
 11969  pkg syscall (freebsd-386-cgo), const EVFILT_AIO = -3
 11970  pkg syscall (freebsd-386-cgo), const EVFILT_FS = -9
 11971  pkg syscall (freebsd-386-cgo), const EVFILT_LIO = -10
 11972  pkg syscall (freebsd-386-cgo), const EVFILT_PROC = -5
 11973  pkg syscall (freebsd-386-cgo), const EVFILT_READ = -1
 11974  pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL = -6
 11975  pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT = 11
 11976  pkg syscall (freebsd-386-cgo), const EVFILT_TIMER = -7
 11977  pkg syscall (freebsd-386-cgo), const EVFILT_USER = -11
 11978  pkg syscall (freebsd-386-cgo), const EVFILT_VNODE = -4
 11979  pkg syscall (freebsd-386-cgo), const EVFILT_WRITE = -2
 11980  pkg syscall (freebsd-386-cgo), const EV_ADD = 1
 11981  pkg syscall (freebsd-386-cgo), const EV_CLEAR = 32
 11982  pkg syscall (freebsd-386-cgo), const EV_DELETE = 2
 11983  pkg syscall (freebsd-386-cgo), const EV_DISABLE = 8
 11984  pkg syscall (freebsd-386-cgo), const EV_DISPATCH = 128
 11985  pkg syscall (freebsd-386-cgo), const EV_ENABLE = 4
 11986  pkg syscall (freebsd-386-cgo), const EV_EOF = 32768
 11987  pkg syscall (freebsd-386-cgo), const EV_ERROR = 16384
 11988  pkg syscall (freebsd-386-cgo), const EV_FLAG1 = 8192
 11989  pkg syscall (freebsd-386-cgo), const EV_ONESHOT = 16
 11990  pkg syscall (freebsd-386-cgo), const EV_RECEIPT = 64
 11991  pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS = 61440
 11992  pkg syscall (freebsd-386-cgo), const EWOULDBLOCK = 35
 11993  pkg syscall (freebsd-386-cgo), const EXDEV = 18
 11994  pkg syscall (freebsd-386-cgo), const EXTA = 19200
 11995  pkg syscall (freebsd-386-cgo), const EXTB = 38400
 11996  pkg syscall (freebsd-386-cgo), const EXTPROC = 2048
 11997  pkg syscall (freebsd-386-cgo), const FD_CLOEXEC = 1
 11998  pkg syscall (freebsd-386-cgo), const FD_SETSIZE = 1024
 11999  pkg syscall (freebsd-386-cgo), const FLUSHO = 8388608
 12000  pkg syscall (freebsd-386-cgo), const F_CANCEL = 5
 12001  pkg syscall (freebsd-386-cgo), const F_DUP2FD = 10
 12002  pkg syscall (freebsd-386-cgo), const F_DUPFD = 0
 12003  pkg syscall (freebsd-386-cgo), const F_GETFD = 1
 12004  pkg syscall (freebsd-386-cgo), const F_GETFL = 3
 12005  pkg syscall (freebsd-386-cgo), const F_GETLK = 11
 12006  pkg syscall (freebsd-386-cgo), const F_GETOWN = 5
 12007  pkg syscall (freebsd-386-cgo), const F_OGETLK = 7
 12008  pkg syscall (freebsd-386-cgo), const F_OK = 0
 12009  pkg syscall (freebsd-386-cgo), const F_OSETLK = 8
 12010  pkg syscall (freebsd-386-cgo), const F_OSETLKW = 9
 12011  pkg syscall (freebsd-386-cgo), const F_RDAHEAD = 16
 12012  pkg syscall (freebsd-386-cgo), const F_RDLCK = 1
 12013  pkg syscall (freebsd-386-cgo), const F_READAHEAD = 15
 12014  pkg syscall (freebsd-386-cgo), const F_SETFD = 2
 12015  pkg syscall (freebsd-386-cgo), const F_SETFL = 4
 12016  pkg syscall (freebsd-386-cgo), const F_SETLK = 12
 12017  pkg syscall (freebsd-386-cgo), const F_SETLKW = 13
 12018  pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE = 14
 12019  pkg syscall (freebsd-386-cgo), const F_SETOWN = 6
 12020  pkg syscall (freebsd-386-cgo), const F_UNLCK = 2
 12021  pkg syscall (freebsd-386-cgo), const F_UNLCKSYS = 4
 12022  pkg syscall (freebsd-386-cgo), const F_WRLCK = 3
 12023  pkg syscall (freebsd-386-cgo), const HUPCL = 16384
 12024  pkg syscall (freebsd-386-cgo), const ICANON = 256
 12025  pkg syscall (freebsd-386-cgo), const ICRNL = 256
 12026  pkg syscall (freebsd-386-cgo), const IEXTEN = 1024
 12027  pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL = 0
 12028  pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE = 1
 12029  pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI = 512
 12030  pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS = 16384
 12031  pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE = 2199410
 12032  pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG = 65536
 12033  pkg syscall (freebsd-386-cgo), const IFF_DEBUG = 4
 12034  pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE = 1024
 12035  pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING = 64
 12036  pkg syscall (freebsd-386-cgo), const IFF_DYING = 2097152
 12037  pkg syscall (freebsd-386-cgo), const IFF_LINK0 = 4096
 12038  pkg syscall (freebsd-386-cgo), const IFF_LINK1 = 8192
 12039  pkg syscall (freebsd-386-cgo), const IFF_LINK2 = 16384
 12040  pkg syscall (freebsd-386-cgo), const IFF_LOOPBACK = 8
 12041  pkg syscall (freebsd-386-cgo), const IFF_MONITOR = 262144
 12042  pkg syscall (freebsd-386-cgo), const IFF_MULTICAST = 32768
 12043  pkg syscall (freebsd-386-cgo), const IFF_NOARP = 128
 12044  pkg syscall (freebsd-386-cgo), const IFF_OACTIVE = 1024
 12045  pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT = 16
 12046  pkg syscall (freebsd-386-cgo), const IFF_PPROMISC = 131072
 12047  pkg syscall (freebsd-386-cgo), const IFF_PROMISC = 256
 12048  pkg syscall (freebsd-386-cgo), const IFF_RENAMING = 4194304
 12049  pkg syscall (freebsd-386-cgo), const IFF_RUNNING = 64
 12050  pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX = 2048
 12051  pkg syscall (freebsd-386-cgo), const IFF_SMART = 32
 12052  pkg syscall (freebsd-386-cgo), const IFF_STATICARP = 524288
 12053  pkg syscall (freebsd-386-cgo), const IFNAMSIZ = 16
 12054  pkg syscall (freebsd-386-cgo), const IFT_1822 = 2
 12055  pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH = 130
 12056  pkg syscall (freebsd-386-cgo), const IFT_AAL2 = 187
 12057  pkg syscall (freebsd-386-cgo), const IFT_AAL5 = 49
 12058  pkg syscall (freebsd-386-cgo), const IFT_ADSL = 94
 12059  pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 = 59
 12060  pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 = 60
 12061  pkg syscall (freebsd-386-cgo), const IFT_ARAP = 88
 12062  pkg syscall (freebsd-386-cgo), const IFT_ARCNET = 35
 12063  pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS = 36
 12064  pkg syscall (freebsd-386-cgo), const IFT_ASYNC = 84
 12065  pkg syscall (freebsd-386-cgo), const IFT_ATM = 37
 12066  pkg syscall (freebsd-386-cgo), const IFT_ATMDXI = 105
 12067  pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI = 106
 12068  pkg syscall (freebsd-386-cgo), const IFT_ATMIMA = 107
 12069  pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL = 80
 12070  pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO = 189
 12071  pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
 12072  pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT = 194
 12073  pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL = 149
 12074  pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 12075  pkg syscall (freebsd-386-cgo), const IFT_BRIDGE = 209
 12076  pkg syscall (freebsd-386-cgo), const IFT_BSC = 83
 12077  pkg syscall (freebsd-386-cgo), const IFT_CARP = 248
 12078  pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL = 61
 12079  pkg syscall (freebsd-386-cgo), const IFT_CEPT = 19
 12080  pkg syscall (freebsd-386-cgo), const IFT_CES = 133
 12081  pkg syscall (freebsd-386-cgo), const IFT_CHANNEL = 70
 12082  pkg syscall (freebsd-386-cgo), const IFT_CNR = 85
 12083  pkg syscall (freebsd-386-cgo), const IFT_COFFEE = 132
 12084  pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK = 155
 12085  pkg syscall (freebsd-386-cgo), const IFT_DCN = 141
 12086  pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
 12087  pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 12088  pkg syscall (freebsd-386-cgo), const IFT_DLSW = 74
 12089  pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 12090  pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
 12091  pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 12092  pkg syscall (freebsd-386-cgo), const IFT_DS0 = 81
 12093  pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE = 82
 12094  pkg syscall (freebsd-386-cgo), const IFT_DS1FDL = 170
 12095  pkg syscall (freebsd-386-cgo), const IFT_DS3 = 30
 12096  pkg syscall (freebsd-386-cgo), const IFT_DTM = 140
 12097  pkg syscall (freebsd-386-cgo), const IFT_DVBASILN = 172
 12098  pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT = 173
 12099  pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 12100  pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
 12101  pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
 12102  pkg syscall (freebsd-386-cgo), const IFT_ENC = 244
 12103  pkg syscall (freebsd-386-cgo), const IFT_EON = 25
 12104  pkg syscall (freebsd-386-cgo), const IFT_EPLRS = 87
 12105  pkg syscall (freebsd-386-cgo), const IFT_ESCON = 73
 12106  pkg syscall (freebsd-386-cgo), const IFT_ETHER = 6
 12107  pkg syscall (freebsd-386-cgo), const IFT_FAITH = 242
 12108  pkg syscall (freebsd-386-cgo), const IFT_FAST = 125
 12109  pkg syscall (freebsd-386-cgo), const IFT_FASTETHER = 62
 12110  pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX = 69
 12111  pkg syscall (freebsd-386-cgo), const IFT_FDDI = 15
 12112  pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL = 56
 12113  pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 12114  pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI = 92
 12115  pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT = 193
 12116  pkg syscall (freebsd-386-cgo), const IFT_FRELAY = 32
 12117  pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE = 44
 12118  pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
 12119  pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD = 158
 12120  pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB = 67
 12121  pkg syscall (freebsd-386-cgo), const IFT_G703AT64K = 66
 12122  pkg syscall (freebsd-386-cgo), const IFT_GIF = 240
 12123  pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET = 117
 12124  pkg syscall (freebsd-386-cgo), const IFT_GR303IDT = 178
 12125  pkg syscall (freebsd-386-cgo), const IFT_GR303RDT = 177
 12126  pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER = 164
 12127  pkg syscall (freebsd-386-cgo), const IFT_H323PROXY = 165
 12128  pkg syscall (freebsd-386-cgo), const IFT_HDH1822 = 3
 12129  pkg syscall (freebsd-386-cgo), const IFT_HDLC = 118
 12130  pkg syscall (freebsd-386-cgo), const IFT_HDSL2 = 168
 12131  pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 = 183
 12132  pkg syscall (freebsd-386-cgo), const IFT_HIPPI = 47
 12133  pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE = 57
 12134  pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD = 90
 12135  pkg syscall (freebsd-386-cgo), const IFT_HSSI = 46
 12136  pkg syscall (freebsd-386-cgo), const IFT_HY = 14
 12137  pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN = 72
 12138  pkg syscall (freebsd-386-cgo), const IFT_IDSL = 154
 12139  pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 = 144
 12140  pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 = 71
 12141  pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 = 55
 12142  pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG = 161
 12143  pkg syscall (freebsd-386-cgo), const IFT_IFGSN = 145
 12144  pkg syscall (freebsd-386-cgo), const IFT_IMT = 190
 12145  pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND = 199
 12146  pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE = 124
 12147  pkg syscall (freebsd-386-cgo), const IFT_IP = 126
 12148  pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD = 142
 12149  pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM = 114
 12150  pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC = 109
 12151  pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW = 110
 12152  pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH = 78
 12153  pkg syscall (freebsd-386-cgo), const IFT_IPXIP = 249
 12154  pkg syscall (freebsd-386-cgo), const IFT_ISDN = 63
 12155  pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC = 20
 12156  pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY = 21
 12157  pkg syscall (freebsd-386-cgo), const IFT_ISDNS = 75
 12158  pkg syscall (freebsd-386-cgo), const IFT_ISDNU = 76
 12159  pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC = 41
 12160  pkg syscall (freebsd-386-cgo), const IFT_ISO88023 = 7
 12161  pkg syscall (freebsd-386-cgo), const IFT_ISO88024 = 8
 12162  pkg syscall (freebsd-386-cgo), const IFT_ISO88025 = 9
 12163  pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT = 98
 12164  pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR = 86
 12165  pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER = 115
 12166  pkg syscall (freebsd-386-cgo), const IFT_ISO88026 = 10
 12167  pkg syscall (freebsd-386-cgo), const IFT_ISUP = 179
 12168  pkg syscall (freebsd-386-cgo), const IFT_L2VLAN = 135
 12169  pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN = 136
 12170  pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN = 137
 12171  pkg syscall (freebsd-386-cgo), const IFT_LAPB = 16
 12172  pkg syscall (freebsd-386-cgo), const IFT_LAPD = 77
 12173  pkg syscall (freebsd-386-cgo), const IFT_LAPF = 119
 12174  pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK = 42
 12175  pkg syscall (freebsd-386-cgo), const IFT_LOOP = 24
 12176  pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
 12177  pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK = 167
 12178  pkg syscall (freebsd-386-cgo), const IFT_MIOX25 = 38
 12179  pkg syscall (freebsd-386-cgo), const IFT_MODEM = 48
 12180  pkg syscall (freebsd-386-cgo), const IFT_MPC = 113
 12181  pkg syscall (freebsd-386-cgo), const IFT_MPLS = 166
 12182  pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL = 150
 12183  pkg syscall (freebsd-386-cgo), const IFT_MSDSL = 143
 12184  pkg syscall (freebsd-386-cgo), const IFT_MVL = 191
 12185  pkg syscall (freebsd-386-cgo), const IFT_MYRINET = 99
 12186  pkg syscall (freebsd-386-cgo), const IFT_NFAS = 175
 12187  pkg syscall (freebsd-386-cgo), const IFT_NSIP = 27
 12188  pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL = 195
 12189  pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
 12190  pkg syscall (freebsd-386-cgo), const IFT_OTHER = 1
 12191  pkg syscall (freebsd-386-cgo), const IFT_P10 = 12
 12192  pkg syscall (freebsd-386-cgo), const IFT_P80 = 13
 12193  pkg syscall (freebsd-386-cgo), const IFT_PARA = 34
 12194  pkg syscall (freebsd-386-cgo), const IFT_PFLOG = 246
 12195  pkg syscall (freebsd-386-cgo), const IFT_PFSYNC = 247
 12196  pkg syscall (freebsd-386-cgo), const IFT_PLC = 174
 12197  pkg syscall (freebsd-386-cgo), const IFT_POS = 171
 12198  pkg syscall (freebsd-386-cgo), const IFT_PPP = 23
 12199  pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 12200  pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP = 184
 12201  pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS = 89
 12202  pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 12203  pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 12204  pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 12205  pkg syscall (freebsd-386-cgo), const IFT_PROPMUX = 54
 12206  pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL = 53
 12207  pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
 12208  pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL = 22
 12209  pkg syscall (freebsd-386-cgo), const IFT_PVC = 241
 12210  pkg syscall (freebsd-386-cgo), const IFT_QLLC = 68
 12211  pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC = 188
 12212  pkg syscall (freebsd-386-cgo), const IFT_RADSL = 95
 12213  pkg syscall (freebsd-386-cgo), const IFT_REACHDSL = 192
 12214  pkg syscall (freebsd-386-cgo), const IFT_RFC1483 = 159
 12215  pkg syscall (freebsd-386-cgo), const IFT_RS232 = 33
 12216  pkg syscall (freebsd-386-cgo), const IFT_RSRB = 79
 12217  pkg syscall (freebsd-386-cgo), const IFT_SDLC = 17
 12218  pkg syscall (freebsd-386-cgo), const IFT_SDSL = 96
 12219  pkg syscall (freebsd-386-cgo), const IFT_SHDSL = 169
 12220  pkg syscall (freebsd-386-cgo), const IFT_SIP = 31
 12221  pkg syscall (freebsd-386-cgo), const IFT_SLIP = 28
 12222  pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI = 43
 12223  pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP = 52
 12224  pkg syscall (freebsd-386-cgo), const IFT_SONET = 39
 12225  pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 12226  pkg syscall (freebsd-386-cgo), const IFT_SONETPATH = 50
 12227  pkg syscall (freebsd-386-cgo), const IFT_SONETVT = 51
 12228  pkg syscall (freebsd-386-cgo), const IFT_SRP = 151
 12229  pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK = 156
 12230  pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK = 111
 12231  pkg syscall (freebsd-386-cgo), const IFT_STARLAN = 11
 12232  pkg syscall (freebsd-386-cgo), const IFT_STF = 215
 12233  pkg syscall (freebsd-386-cgo), const IFT_T1 = 18
 12234  pkg syscall (freebsd-386-cgo), const IFT_TDLC = 116
 12235  pkg syscall (freebsd-386-cgo), const IFT_TERMPAD = 91
 12236  pkg syscall (freebsd-386-cgo), const IFT_TR008 = 176
 12237  pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC = 123
 12238  pkg syscall (freebsd-386-cgo), const IFT_TUNNEL = 131
 12239  pkg syscall (freebsd-386-cgo), const IFT_ULTRA = 29
 12240  pkg syscall (freebsd-386-cgo), const IFT_USB = 160
 12241  pkg syscall (freebsd-386-cgo), const IFT_V11 = 64
 12242  pkg syscall (freebsd-386-cgo), const IFT_V35 = 45
 12243  pkg syscall (freebsd-386-cgo), const IFT_V36 = 65
 12244  pkg syscall (freebsd-386-cgo), const IFT_V37 = 120
 12245  pkg syscall (freebsd-386-cgo), const IFT_VDSL = 97
 12246  pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
 12247  pkg syscall (freebsd-386-cgo), const IFT_VOICEEM = 100
 12248  pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP = 103
 12249  pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO = 101
 12250  pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS = 102
 12251  pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM = 152
 12252  pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 12253  pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP = 104
 12254  pkg syscall (freebsd-386-cgo), const IFT_X213 = 93
 12255  pkg syscall (freebsd-386-cgo), const IFT_X25 = 5
 12256  pkg syscall (freebsd-386-cgo), const IFT_X25DDN = 4
 12257  pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP = 122
 12258  pkg syscall (freebsd-386-cgo), const IFT_X25MLP = 121
 12259  pkg syscall (freebsd-386-cgo), const IFT_X25PLE = 40
 12260  pkg syscall (freebsd-386-cgo), const IFT_XETHER = 26
 12261  pkg syscall (freebsd-386-cgo), const IGNBRK = 1
 12262  pkg syscall (freebsd-386-cgo), const IGNCR = 128
 12263  pkg syscall (freebsd-386-cgo), const IGNPAR = 4
 12264  pkg syscall (freebsd-386-cgo), const IMAXBEL = 8192
 12265  pkg syscall (freebsd-386-cgo), const INLCR = 64
 12266  pkg syscall (freebsd-386-cgo), const INPCK = 16
 12267  pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST = 16777215
 12268  pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX = 128
 12269  pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET = 4278190080
 12270  pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT = 24
 12271  pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST = 65535
 12272  pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX = 65536
 12273  pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET = 4294901760
 12274  pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT = 16
 12275  pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST = 255
 12276  pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET = 4294967040
 12277  pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT = 8
 12278  pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST = 268435455
 12279  pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET = 4026531840
 12280  pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT = 28
 12281  pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET = 127
 12282  pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK = 4294967294
 12283  pkg syscall (freebsd-386-cgo), const IPPROTO_3PC = 34
 12284  pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS = 68
 12285  pkg syscall (freebsd-386-cgo), const IPPROTO_AH = 51
 12286  pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP = 61
 12287  pkg syscall (freebsd-386-cgo), const IPPROTO_APES = 99
 12288  pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS = 13
 12289  pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 = 93
 12290  pkg syscall (freebsd-386-cgo), const IPPROTO_BHA = 49
 12291  pkg syscall (freebsd-386-cgo), const IPPROTO_BLT = 30
 12292  pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON = 76
 12293  pkg syscall (freebsd-386-cgo), const IPPROTO_CARP = 112
 12294  pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP = 62
 12295  pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS = 16
 12296  pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP = 38
 12297  pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB = 73
 12298  pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX = 72
 12299  pkg syscall (freebsd-386-cgo), const IPPROTO_DDP = 37
 12300  pkg syscall (freebsd-386-cgo), const IPPROTO_DGP = 86
 12301  pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT = 258
 12302  pkg syscall (freebsd-386-cgo), const IPPROTO_DONE = 257
 12303  pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS = 60
 12304  pkg syscall (freebsd-386-cgo), const IPPROTO_EGP = 8
 12305  pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON = 14
 12306  pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP = 98
 12307  pkg syscall (freebsd-386-cgo), const IPPROTO_EON = 80
 12308  pkg syscall (freebsd-386-cgo), const IPPROTO_ESP = 50
 12309  pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP = 97
 12310  pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT = 44
 12311  pkg syscall (freebsd-386-cgo), const IPPROTO_GGP = 3
 12312  pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP = 100
 12313  pkg syscall (freebsd-386-cgo), const IPPROTO_GRE = 47
 12314  pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO = 63
 12315  pkg syscall (freebsd-386-cgo), const IPPROTO_HMP = 20
 12316  pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS = 0
 12317  pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP = 1
 12318  pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 = 58
 12319  pkg syscall (freebsd-386-cgo), const IPPROTO_IDP = 22
 12320  pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR = 35
 12321  pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP = 45
 12322  pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP = 2
 12323  pkg syscall (freebsd-386-cgo), const IPPROTO_IGP = 85
 12324  pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP = 88
 12325  pkg syscall (freebsd-386-cgo), const IPPROTO_IL = 40
 12326  pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP = 52
 12327  pkg syscall (freebsd-386-cgo), const IPPROTO_INP = 32
 12328  pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP = 108
 12329  pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV = 71
 12330  pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP = 94
 12331  pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP = 4
 12332  pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC = 67
 12333  pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 = 4
 12334  pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP = 28
 12335  pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN = 65
 12336  pkg syscall (freebsd-386-cgo), const IPPROTO_LARP = 91
 12337  pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 = 25
 12338  pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 = 26
 12339  pkg syscall (freebsd-386-cgo), const IPPROTO_MAX = 256
 12340  pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID = 52
 12341  pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS = 19
 12342  pkg syscall (freebsd-386-cgo), const IPPROTO_MH = 135
 12343  pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP = 48
 12344  pkg syscall (freebsd-386-cgo), const IPPROTO_MICP = 95
 12345  pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE = 55
 12346  pkg syscall (freebsd-386-cgo), const IPPROTO_MTP = 92
 12347  pkg syscall (freebsd-386-cgo), const IPPROTO_MUX = 18
 12348  pkg syscall (freebsd-386-cgo), const IPPROTO_ND = 77
 12349  pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP = 54
 12350  pkg syscall (freebsd-386-cgo), const IPPROTO_NONE = 59
 12351  pkg syscall (freebsd-386-cgo), const IPPROTO_NSP = 31
 12352  pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII = 11
 12353  pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT = 254
 12354  pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP = 89
 12355  pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC = 240
 12356  pkg syscall (freebsd-386-cgo), const IPPROTO_PGM = 113
 12357  pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP = 9
 12358  pkg syscall (freebsd-386-cgo), const IPPROTO_PIM = 103
 12359  pkg syscall (freebsd-386-cgo), const IPPROTO_PRM = 21
 12360  pkg syscall (freebsd-386-cgo), const IPPROTO_PUP = 12
 12361  pkg syscall (freebsd-386-cgo), const IPPROTO_PVP = 75
 12362  pkg syscall (freebsd-386-cgo), const IPPROTO_RAW = 255
 12363  pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON = 10
 12364  pkg syscall (freebsd-386-cgo), const IPPROTO_RDP = 27
 12365  pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING = 43
 12366  pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP = 46
 12367  pkg syscall (freebsd-386-cgo), const IPPROTO_RVD = 66
 12368  pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK = 64
 12369  pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON = 69
 12370  pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP = 96
 12371  pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP = 132
 12372  pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP = 42
 12373  pkg syscall (freebsd-386-cgo), const IPPROTO_SEND = 259
 12374  pkg syscall (freebsd-386-cgo), const IPPROTO_SEP = 33
 12375  pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP = 57
 12376  pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER = 32767
 12377  pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC = 90
 12378  pkg syscall (freebsd-386-cgo), const IPPROTO_ST = 7
 12379  pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP = 82
 12380  pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE = 53
 12381  pkg syscall (freebsd-386-cgo), const IPPROTO_TCF = 87
 12382  pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP = 56
 12383  pkg syscall (freebsd-386-cgo), const IPPROTO_TP = 29
 12384  pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX = 39
 12385  pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 = 23
 12386  pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 = 24
 12387  pkg syscall (freebsd-386-cgo), const IPPROTO_TTP = 84
 12388  pkg syscall (freebsd-386-cgo), const IPPROTO_VINES = 83
 12389  pkg syscall (freebsd-386-cgo), const IPPROTO_VISA = 70
 12390  pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP = 81
 12391  pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK = 79
 12392  pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON = 78
 12393  pkg syscall (freebsd-386-cgo), const IPPROTO_WSN = 74
 12394  pkg syscall (freebsd-386-cgo), const IPPROTO_XNET = 15
 12395  pkg syscall (freebsd-386-cgo), const IPPROTO_XTP = 36
 12396  pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
 12397  pkg syscall (freebsd-386-cgo), const IPV6_BINDANY = 64
 12398  pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY = 27
 12399  pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM = 26
 12400  pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 12401  pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 12402  pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM = 64
 12403  pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG = 62
 12404  pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS = 50
 12405  pkg syscall (freebsd-386-cgo), const IPV6_FAITH = 29
 12406  pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 12407  pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 12408  pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL = 120
 12409  pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD = 30
 12410  pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL = 31
 12411  pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH = 32
 12412  pkg syscall (freebsd-386-cgo), const IPV6_FW_GET = 34
 12413  pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO = 33
 12414  pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC = 1
 12415  pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT = 47
 12416  pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS = 49
 12417  pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY = 28
 12418  pkg syscall (freebsd-386-cgo), const IPV6_JOIN_GROUP = 12
 12419  pkg syscall (freebsd-386-cgo), const IPV6_LEAVE_GROUP = 13
 12420  pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM = 255
 12421  pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR = 2048
 12422  pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET = 65535
 12423  pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
 12424  pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
 12425  pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
 12426  pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
 12427  pkg syscall (freebsd-386-cgo), const IPV6_MMTU = 1280
 12428  pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER = 74
 12429  pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
 12430  pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_IF = 9
 12431  pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
 12432  pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP = 48
 12433  pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU = 44
 12434  pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO = 46
 12435  pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE = 14
 12436  pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 12437  pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
 12438  pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
 12439  pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR = 63
 12440  pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS = 40
 12441  pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
 12442  pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS = 39
 12443  pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU = 43
 12444  pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO = 36
 12445  pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR = 38
 12446  pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS = 57
 12447  pkg syscall (freebsd-386-cgo), const IPV6_RTHDR = 51
 12448  pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
 12449  pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
 12450  pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT = 1
 12451  pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
 12452  pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 12453  pkg syscall (freebsd-386-cgo), const IPV6_TCLASS = 61
 12454  pkg syscall (freebsd-386-cgo), const IPV6_UNICAST_HOPS = 4
 12455  pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU = 42
 12456  pkg syscall (freebsd-386-cgo), const IPV6_V6ONLY = 27
 12457  pkg syscall (freebsd-386-cgo), const IPV6_VERSION = 96
 12458  pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK = 240
 12459  pkg syscall (freebsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
 12460  pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
 12461  pkg syscall (freebsd-386-cgo), const IP_BINDANY = 24
 12462  pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE = 72
 12463  pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 12464  pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 12465  pkg syscall (freebsd-386-cgo), const IP_DF = 16384
 12466  pkg syscall (freebsd-386-cgo), const IP_DONTFRAG = 67
 12467  pkg syscall (freebsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
 12468  pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
 12469  pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 = 49
 12470  pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
 12471  pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL = 61
 12472  pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH = 62
 12473  pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET = 64
 12474  pkg syscall (freebsd-386-cgo), const IP_FAITH = 22
 12475  pkg syscall (freebsd-386-cgo), const IP_FW3 = 48
 12476  pkg syscall (freebsd-386-cgo), const IP_FW_ADD = 50
 12477  pkg syscall (freebsd-386-cgo), const IP_FW_DEL = 51
 12478  pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH = 52
 12479  pkg syscall (freebsd-386-cgo), const IP_FW_GET = 54
 12480  pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG = 56
 12481  pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL = 57
 12482  pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG = 58
 12483  pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG = 59
 12484  pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG = 55
 12485  pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD = 40
 12486  pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL = 41
 12487  pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH = 42
 12488  pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE = 43
 12489  pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST = 44
 12490  pkg syscall (freebsd-386-cgo), const IP_FW_ZERO = 53
 12491  pkg syscall (freebsd-386-cgo), const IP_HDRINCL = 2
 12492  pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY = 21
 12493  pkg syscall (freebsd-386-cgo), const IP_MAXPACKET = 65535
 12494  pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
 12495  pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
 12496  pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
 12497  pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
 12498  pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER = 1024
 12499  pkg syscall (freebsd-386-cgo), const IP_MF = 8192
 12500  pkg syscall (freebsd-386-cgo), const IP_MINTTL = 66
 12501  pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS = 31
 12502  pkg syscall (freebsd-386-cgo), const IP_MSFILTER = 74
 12503  pkg syscall (freebsd-386-cgo), const IP_MSS = 576
 12504  pkg syscall (freebsd-386-cgo), const IP_MULTICAST_IF = 9
 12505  pkg syscall (freebsd-386-cgo), const IP_MULTICAST_LOOP = 11
 12506  pkg syscall (freebsd-386-cgo), const IP_MULTICAST_TTL = 10
 12507  pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF = 14
 12508  pkg syscall (freebsd-386-cgo), const IP_OFFMASK = 8191
 12509  pkg syscall (freebsd-386-cgo), const IP_ONESBCAST = 23
 12510  pkg syscall (freebsd-386-cgo), const IP_OPTIONS = 1
 12511  pkg syscall (freebsd-386-cgo), const IP_PORTRANGE = 19
 12512  pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
 12513  pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH = 1
 12514  pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW = 2
 12515  pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR = 7
 12516  pkg syscall (freebsd-386-cgo), const IP_RECVIF = 20
 12517  pkg syscall (freebsd-386-cgo), const IP_RECVOPTS = 5
 12518  pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS = 6
 12519  pkg syscall (freebsd-386-cgo), const IP_RECVTOS = 68
 12520  pkg syscall (freebsd-386-cgo), const IP_RECVTTL = 65
 12521  pkg syscall (freebsd-386-cgo), const IP_RETOPTS = 8
 12522  pkg syscall (freebsd-386-cgo), const IP_RF = 32768
 12523  pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF = 16
 12524  pkg syscall (freebsd-386-cgo), const IP_RSVP_ON = 15
 12525  pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF = 18
 12526  pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON = 17
 12527  pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR = 7
 12528  pkg syscall (freebsd-386-cgo), const IP_TOS = 3
 12529  pkg syscall (freebsd-386-cgo), const IP_TTL = 4
 12530  pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE = 73
 12531  pkg syscall (freebsd-386-cgo), const ISIG = 128
 12532  pkg syscall (freebsd-386-cgo), const ISTRIP = 32
 12533  pkg syscall (freebsd-386-cgo), const IXANY = 2048
 12534  pkg syscall (freebsd-386-cgo), const IXOFF = 1024
 12535  pkg syscall (freebsd-386-cgo), const IXON = 512
 12536  pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
 12537  pkg syscall (freebsd-386-cgo), const LOCK_EX = 2
 12538  pkg syscall (freebsd-386-cgo), const LOCK_NB = 4
 12539  pkg syscall (freebsd-386-cgo), const LOCK_SH = 1
 12540  pkg syscall (freebsd-386-cgo), const LOCK_UN = 8
 12541  pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC = 7
 12542  pkg syscall (freebsd-386-cgo), const MADV_CORE = 9
 12543  pkg syscall (freebsd-386-cgo), const MADV_DONTNEED = 4
 12544  pkg syscall (freebsd-386-cgo), const MADV_FREE = 5
 12545  pkg syscall (freebsd-386-cgo), const MADV_NOCORE = 8
 12546  pkg syscall (freebsd-386-cgo), const MADV_NORMAL = 0
 12547  pkg syscall (freebsd-386-cgo), const MADV_NOSYNC = 6
 12548  pkg syscall (freebsd-386-cgo), const MADV_PROTECT = 10
 12549  pkg syscall (freebsd-386-cgo), const MADV_RANDOM = 1
 12550  pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL = 2
 12551  pkg syscall (freebsd-386-cgo), const MADV_WILLNEED = 3
 12552  pkg syscall (freebsd-386-cgo), const MAP_ANON = 4096
 12553  pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS = 4096
 12554  pkg syscall (freebsd-386-cgo), const MAP_COPY = 2
 12555  pkg syscall (freebsd-386-cgo), const MAP_FILE = 0
 12556  pkg syscall (freebsd-386-cgo), const MAP_FIXED = 16
 12557  pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE = 512
 12558  pkg syscall (freebsd-386-cgo), const MAP_NOCORE = 131072
 12559  pkg syscall (freebsd-386-cgo), const MAP_NORESERVE = 64
 12560  pkg syscall (freebsd-386-cgo), const MAP_NOSYNC = 2048
 12561  pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ = 262144
 12562  pkg syscall (freebsd-386-cgo), const MAP_PRIVATE = 2
 12563  pkg syscall (freebsd-386-cgo), const MAP_RENAME = 32
 12564  pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 = 128
 12565  pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 = 256
 12566  pkg syscall (freebsd-386-cgo), const MAP_SHARED = 1
 12567  pkg syscall (freebsd-386-cgo), const MAP_STACK = 1024
 12568  pkg syscall (freebsd-386-cgo), const MCL_CURRENT = 1
 12569  pkg syscall (freebsd-386-cgo), const MCL_FUTURE = 2
 12570  pkg syscall (freebsd-386-cgo), const MSG_COMPAT = 32768
 12571  pkg syscall (freebsd-386-cgo), const MSG_CTRUNC = 32
 12572  pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE = 4
 12573  pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT = 128
 12574  pkg syscall (freebsd-386-cgo), const MSG_EOF = 256
 12575  pkg syscall (freebsd-386-cgo), const MSG_EOR = 8
 12576  pkg syscall (freebsd-386-cgo), const MSG_NBIO = 16384
 12577  pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL = 131072
 12578  pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION = 8192
 12579  pkg syscall (freebsd-386-cgo), const MSG_OOB = 1
 12580  pkg syscall (freebsd-386-cgo), const MSG_PEEK = 2
 12581  pkg syscall (freebsd-386-cgo), const MSG_TRUNC = 16
 12582  pkg syscall (freebsd-386-cgo), const MSG_WAITALL = 64
 12583  pkg syscall (freebsd-386-cgo), const MS_ASYNC = 1
 12584  pkg syscall (freebsd-386-cgo), const MS_INVALIDATE = 2
 12585  pkg syscall (freebsd-386-cgo), const MS_SYNC = 0
 12586  pkg syscall (freebsd-386-cgo), const NET_RT_DUMP = 1
 12587  pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS = 2
 12588  pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST = 3
 12589  pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL = 5
 12590  pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST = 4
 12591  pkg syscall (freebsd-386-cgo), const NET_RT_MAXID = 6
 12592  pkg syscall (freebsd-386-cgo), const NOFLSH = 2147483648
 12593  pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB = 8
 12594  pkg syscall (freebsd-386-cgo), const NOTE_CHILD = 4
 12595  pkg syscall (freebsd-386-cgo), const NOTE_DELETE = 1
 12596  pkg syscall (freebsd-386-cgo), const NOTE_EXEC = 536870912
 12597  pkg syscall (freebsd-386-cgo), const NOTE_EXIT = 2147483648
 12598  pkg syscall (freebsd-386-cgo), const NOTE_EXTEND = 4
 12599  pkg syscall (freebsd-386-cgo), const NOTE_FFAND = 1073741824
 12600  pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY = 3221225472
 12601  pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK = 3221225472
 12602  pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK = 16777215
 12603  pkg syscall (freebsd-386-cgo), const NOTE_FFNOP = 0
 12604  pkg syscall (freebsd-386-cgo), const NOTE_FFOR = 2147483648
 12605  pkg syscall (freebsd-386-cgo), const NOTE_FORK = 1073741824
 12606  pkg syscall (freebsd-386-cgo), const NOTE_LINK = 16
 12607  pkg syscall (freebsd-386-cgo), const NOTE_LOWAT = 1
 12608  pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
 12609  pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK = 1048575
 12610  pkg syscall (freebsd-386-cgo), const NOTE_RENAME = 32
 12611  pkg syscall (freebsd-386-cgo), const NOTE_REVOKE = 64
 12612  pkg syscall (freebsd-386-cgo), const NOTE_TRACK = 1
 12613  pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR = 2
 12614  pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER = 16777216
 12615  pkg syscall (freebsd-386-cgo), const NOTE_WRITE = 2
 12616  pkg syscall (freebsd-386-cgo), const OCRNL = 16
 12617  pkg syscall (freebsd-386-cgo), const ONLCR = 2
 12618  pkg syscall (freebsd-386-cgo), const ONLRET = 64
 12619  pkg syscall (freebsd-386-cgo), const ONOCR = 32
 12620  pkg syscall (freebsd-386-cgo), const ONOEOT = 8
 12621  pkg syscall (freebsd-386-cgo), const OPOST = 1
 12622  pkg syscall (freebsd-386-cgo), const O_ACCMODE = 3
 12623  pkg syscall (freebsd-386-cgo), const O_APPEND = 8
 12624  pkg syscall (freebsd-386-cgo), const O_ASYNC = 64
 12625  pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
 12626  pkg syscall (freebsd-386-cgo), const O_CREAT = 512
 12627  pkg syscall (freebsd-386-cgo), const O_DIRECT = 65536
 12628  pkg syscall (freebsd-386-cgo), const O_DIRECTORY = 131072
 12629  pkg syscall (freebsd-386-cgo), const O_EXCL = 2048
 12630  pkg syscall (freebsd-386-cgo), const O_EXEC = 262144
 12631  pkg syscall (freebsd-386-cgo), const O_EXLOCK = 32
 12632  pkg syscall (freebsd-386-cgo), const O_FSYNC = 128
 12633  pkg syscall (freebsd-386-cgo), const O_NDELAY = 4
 12634  pkg syscall (freebsd-386-cgo), const O_NOCTTY = 32768
 12635  pkg syscall (freebsd-386-cgo), const O_NOFOLLOW = 256
 12636  pkg syscall (freebsd-386-cgo), const O_NONBLOCK = 4
 12637  pkg syscall (freebsd-386-cgo), const O_SHLOCK = 16
 12638  pkg syscall (freebsd-386-cgo), const O_SYNC = 128
 12639  pkg syscall (freebsd-386-cgo), const O_TRUNC = 1024
 12640  pkg syscall (freebsd-386-cgo), const O_TTY_INIT = 524288
 12641  pkg syscall (freebsd-386-cgo), const PARENB = 4096
 12642  pkg syscall (freebsd-386-cgo), const PARMRK = 8
 12643  pkg syscall (freebsd-386-cgo), const PARODD = 8192
 12644  pkg syscall (freebsd-386-cgo), const PENDIN = 536870912
 12645  pkg syscall (freebsd-386-cgo), const PROT_EXEC = 4
 12646  pkg syscall (freebsd-386-cgo), const PROT_NONE = 0
 12647  pkg syscall (freebsd-386-cgo), const PROT_READ = 1
 12648  pkg syscall (freebsd-386-cgo), const PROT_WRITE = 2
 12649  pkg syscall (freebsd-386-cgo), const PTRACE_CONT = 7
 12650  pkg syscall (freebsd-386-cgo), const PTRACE_KILL = 8
 12651  pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME = 0
 12652  pkg syscall (freebsd-386-cgo), const RLIMIT_AS = 10
 12653  pkg syscall (freebsd-386-cgo), const RLIMIT_CORE = 4
 12654  pkg syscall (freebsd-386-cgo), const RLIMIT_CPU = 0
 12655  pkg syscall (freebsd-386-cgo), const RLIMIT_DATA = 2
 12656  pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE = 1
 12657  pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE = 8
 12658  pkg syscall (freebsd-386-cgo), const RLIMIT_STACK = 3
 12659  pkg syscall (freebsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
 12660  pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR = 6
 12661  pkg syscall (freebsd-386-cgo), const RTAX_BRD = 7
 12662  pkg syscall (freebsd-386-cgo), const RTAX_DST = 0
 12663  pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY = 1
 12664  pkg syscall (freebsd-386-cgo), const RTAX_GENMASK = 3
 12665  pkg syscall (freebsd-386-cgo), const RTAX_IFA = 5
 12666  pkg syscall (freebsd-386-cgo), const RTAX_IFP = 4
 12667  pkg syscall (freebsd-386-cgo), const RTAX_MAX = 8
 12668  pkg syscall (freebsd-386-cgo), const RTAX_NETMASK = 2
 12669  pkg syscall (freebsd-386-cgo), const RTA_AUTHOR = 64
 12670  pkg syscall (freebsd-386-cgo), const RTA_BRD = 128
 12671  pkg syscall (freebsd-386-cgo), const RTA_DST = 1
 12672  pkg syscall (freebsd-386-cgo), const RTA_GATEWAY = 2
 12673  pkg syscall (freebsd-386-cgo), const RTA_GENMASK = 8
 12674  pkg syscall (freebsd-386-cgo), const RTA_IFA = 32
 12675  pkg syscall (freebsd-386-cgo), const RTA_IFP = 16
 12676  pkg syscall (freebsd-386-cgo), const RTA_NETMASK = 4
 12677  pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE = 4096
 12678  pkg syscall (freebsd-386-cgo), const RTF_BROADCAST = 4194304
 12679  pkg syscall (freebsd-386-cgo), const RTF_DONE = 64
 12680  pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC = 16
 12681  pkg syscall (freebsd-386-cgo), const RTF_FMASK = 268752904
 12682  pkg syscall (freebsd-386-cgo), const RTF_GATEWAY = 2
 12683  pkg syscall (freebsd-386-cgo), const RTF_HOST = 4
 12684  pkg syscall (freebsd-386-cgo), const RTF_LLDATA = 1024
 12685  pkg syscall (freebsd-386-cgo), const RTF_LLINFO = 1024
 12686  pkg syscall (freebsd-386-cgo), const RTF_LOCAL = 2097152
 12687  pkg syscall (freebsd-386-cgo), const RTF_MODIFIED = 32
 12688  pkg syscall (freebsd-386-cgo), const RTF_MULTICAST = 8388608
 12689  pkg syscall (freebsd-386-cgo), const RTF_PINNED = 1048576
 12690  pkg syscall (freebsd-386-cgo), const RTF_PRCLONING = 65536
 12691  pkg syscall (freebsd-386-cgo), const RTF_PROTO1 = 32768
 12692  pkg syscall (freebsd-386-cgo), const RTF_PROTO2 = 16384
 12693  pkg syscall (freebsd-386-cgo), const RTF_PROTO3 = 262144
 12694  pkg syscall (freebsd-386-cgo), const RTF_REJECT = 8
 12695  pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED = 1073741824
 12696  pkg syscall (freebsd-386-cgo), const RTF_STATIC = 2048
 12697  pkg syscall (freebsd-386-cgo), const RTF_STICKY = 268435456
 12698  pkg syscall (freebsd-386-cgo), const RTF_UP = 1
 12699  pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE = 512
 12700  pkg syscall (freebsd-386-cgo), const RTM_ADD = 1
 12701  pkg syscall (freebsd-386-cgo), const RTM_CHANGE = 3
 12702  pkg syscall (freebsd-386-cgo), const RTM_DELADDR = 13
 12703  pkg syscall (freebsd-386-cgo), const RTM_DELETE = 2
 12704  pkg syscall (freebsd-386-cgo), const RTM_DELMADDR = 16
 12705  pkg syscall (freebsd-386-cgo), const RTM_GET = 4
 12706  pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 = 18
 12707  pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE = 17
 12708  pkg syscall (freebsd-386-cgo), const RTM_IFINFO = 14
 12709  pkg syscall (freebsd-386-cgo), const RTM_LOCK = 8
 12710  pkg syscall (freebsd-386-cgo), const RTM_LOSING = 5
 12711  pkg syscall (freebsd-386-cgo), const RTM_MISS = 7
 12712  pkg syscall (freebsd-386-cgo), const RTM_NEWADDR = 12
 12713  pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR = 15
 12714  pkg syscall (freebsd-386-cgo), const RTM_OLDADD = 9
 12715  pkg syscall (freebsd-386-cgo), const RTM_OLDDEL = 10
 12716  pkg syscall (freebsd-386-cgo), const RTM_REDIRECT = 6
 12717  pkg syscall (freebsd-386-cgo), const RTM_RESOLVE = 11
 12718  pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT = 1000000
 12719  pkg syscall (freebsd-386-cgo), const RTM_VERSION = 5
 12720  pkg syscall (freebsd-386-cgo), const RTV_EXPIRE = 4
 12721  pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT = 2
 12722  pkg syscall (freebsd-386-cgo), const RTV_MTU = 1
 12723  pkg syscall (freebsd-386-cgo), const RTV_RPIPE = 8
 12724  pkg syscall (freebsd-386-cgo), const RTV_RTT = 64
 12725  pkg syscall (freebsd-386-cgo), const RTV_RTTVAR = 128
 12726  pkg syscall (freebsd-386-cgo), const RTV_SPIPE = 16
 12727  pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH = 32
 12728  pkg syscall (freebsd-386-cgo), const RTV_WEIGHT = 256
 12729  pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT = 1
 12730  pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB = 0
 12731  pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN = -1
 12732  pkg syscall (freebsd-386-cgo), const RUSAGE_SELF = 0
 12733  pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD = 1
 12734  pkg syscall (freebsd-386-cgo), const SCM_BINTIME = 4
 12735  pkg syscall (freebsd-386-cgo), const SCM_CREDS = 3
 12736  pkg syscall (freebsd-386-cgo), const SCM_RIGHTS = 1
 12737  pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP = 2
 12738  pkg syscall (freebsd-386-cgo), const SIGBUS = 10
 12739  pkg syscall (freebsd-386-cgo), const SIGCHLD = 20
 12740  pkg syscall (freebsd-386-cgo), const SIGCONT = 19
 12741  pkg syscall (freebsd-386-cgo), const SIGEMT = 7
 12742  pkg syscall (freebsd-386-cgo), const SIGINFO = 29
 12743  pkg syscall (freebsd-386-cgo), const SIGIO = 23
 12744  pkg syscall (freebsd-386-cgo), const SIGIOT = 6
 12745  pkg syscall (freebsd-386-cgo), const SIGLWP = 32
 12746  pkg syscall (freebsd-386-cgo), const SIGPROF = 27
 12747  pkg syscall (freebsd-386-cgo), const SIGSTOP = 17
 12748  pkg syscall (freebsd-386-cgo), const SIGSYS = 12
 12749  pkg syscall (freebsd-386-cgo), const SIGTHR = 32
 12750  pkg syscall (freebsd-386-cgo), const SIGTSTP = 18
 12751  pkg syscall (freebsd-386-cgo), const SIGTTIN = 21
 12752  pkg syscall (freebsd-386-cgo), const SIGTTOU = 22
 12753  pkg syscall (freebsd-386-cgo), const SIGURG = 16
 12754  pkg syscall (freebsd-386-cgo), const SIGUSR1 = 30
 12755  pkg syscall (freebsd-386-cgo), const SIGUSR2 = 31
 12756  pkg syscall (freebsd-386-cgo), const SIGVTALRM = 26
 12757  pkg syscall (freebsd-386-cgo), const SIGWINCH = 28
 12758  pkg syscall (freebsd-386-cgo), const SIGXCPU = 24
 12759  pkg syscall (freebsd-386-cgo), const SIGXFSZ = 25
 12760  pkg syscall (freebsd-386-cgo), const SIOCADDMULTI = 2149607729
 12761  pkg syscall (freebsd-386-cgo), const SIOCADDRT = 2150658570
 12762  pkg syscall (freebsd-386-cgo), const SIOCAIFADDR = 2151704858
 12763  pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP = 2149869959
 12764  pkg syscall (freebsd-386-cgo), const SIOCALIFADDR = 2165860635
 12765  pkg syscall (freebsd-386-cgo), const SIOCATMARK = 1074033415
 12766  pkg syscall (freebsd-386-cgo), const SIOCDELMULTI = 2149607730
 12767  pkg syscall (freebsd-386-cgo), const SIOCDELRT = 2150658571
 12768  pkg syscall (freebsd-386-cgo), const SIOCDIFADDR = 2149607705
 12769  pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP = 2149869961
 12770  pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
 12771  pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR = 2165860637
 12772  pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC = 3223087483
 12773  pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT = 3222565392
 12774  pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT = 3222565391
 12775  pkg syscall (freebsd-386-cgo), const SIOCGHIWAT = 1074033409
 12776  pkg syscall (freebsd-386-cgo), const SIOCGIFADDR = 3223349537
 12777  pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
 12778  pkg syscall (freebsd-386-cgo), const SIOCGIFCAP = 3223349535
 12779  pkg syscall (freebsd-386-cgo), const SIOCGIFCONF = 3221776676
 12780  pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR = 3223349546
 12781  pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
 12782  pkg syscall (freebsd-386-cgo), const SIOCGIFFIB = 3223349596
 12783  pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS = 3223349521
 12784  pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC = 3223349562
 12785  pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB = 3223611786
 12786  pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP = 3223611784
 12787  pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX = 3223349536
 12788  pkg syscall (freebsd-386-cgo), const SIOCGIFMAC = 3223349542
 12789  pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA = 3223873848
 12790  pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC = 3223349527
 12791  pkg syscall (freebsd-386-cgo), const SIOCGIFMTU = 3223349555
 12792  pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK = 3223349541
 12793  pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
 12794  pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS = 3223349557
 12795  pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
 12796  pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS = 3274795323
 12797  pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR = 3239602460
 12798  pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
 12799  pkg syscall (freebsd-386-cgo), const SIOCGLOWAT = 1074033411
 12800  pkg syscall (freebsd-386-cgo), const SIOCGPGRP = 1074033417
 12801  pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 = 3223349584
 12802  pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 = 3223349585
 12803  pkg syscall (freebsd-386-cgo), const SIOCIFCREATE = 3223349626
 12804  pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 = 3223349628
 12805  pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY = 2149607801
 12806  pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS = 3222038904
 12807  pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC = 2149345659
 12808  pkg syscall (freebsd-386-cgo), const SIOCSHIWAT = 2147775232
 12809  pkg syscall (freebsd-386-cgo), const SIOCSIFADDR = 2149607692
 12810  pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
 12811  pkg syscall (freebsd-386-cgo), const SIOCSIFCAP = 2149607710
 12812  pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR = 2149607721
 12813  pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
 12814  pkg syscall (freebsd-386-cgo), const SIOCSIFFIB = 2149607773
 12815  pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS = 2149607696
 12816  pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC = 2149607737
 12817  pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR = 2149607740
 12818  pkg syscall (freebsd-386-cgo), const SIOCSIFMAC = 2149607719
 12819  pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA = 3223349559
 12820  pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC = 2149607704
 12821  pkg syscall (freebsd-386-cgo), const SIOCSIFMTU = 2149607732
 12822  pkg syscall (freebsd-386-cgo), const SIOCSIFNAME = 2149607720
 12823  pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK = 2149607702
 12824  pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
 12825  pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS = 2149607734
 12826  pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET = 3223349595
 12827  pkg syscall (freebsd-386-cgo), const SIOCSIFVNET = 3223349594
 12828  pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
 12829  pkg syscall (freebsd-386-cgo), const SIOCSLOWAT = 2147775234
 12830  pkg syscall (freebsd-386-cgo), const SIOCSPGRP = 2147775240
 12831  pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN = 255
 12832  pkg syscall (freebsd-386-cgo), const SOCK_RDM = 4
 12833  pkg syscall (freebsd-386-cgo), const SOL_SOCKET = 65535
 12834  pkg syscall (freebsd-386-cgo), const SOMAXCONN = 128
 12835  pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN = 2
 12836  pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER = 4096
 12837  pkg syscall (freebsd-386-cgo), const SO_BINTIME = 8192
 12838  pkg syscall (freebsd-386-cgo), const SO_BROADCAST = 32
 12839  pkg syscall (freebsd-386-cgo), const SO_DEBUG = 1
 12840  pkg syscall (freebsd-386-cgo), const SO_DONTROUTE = 16
 12841  pkg syscall (freebsd-386-cgo), const SO_ERROR = 4103
 12842  pkg syscall (freebsd-386-cgo), const SO_KEEPALIVE = 8
 12843  pkg syscall (freebsd-386-cgo), const SO_LABEL = 4105
 12844  pkg syscall (freebsd-386-cgo), const SO_LINGER = 128
 12845  pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN = 4115
 12846  pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN = 4114
 12847  pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT = 4113
 12848  pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE = 2048
 12849  pkg syscall (freebsd-386-cgo), const SO_NO_DDP = 32768
 12850  pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD = 16384
 12851  pkg syscall (freebsd-386-cgo), const SO_OOBINLINE = 256
 12852  pkg syscall (freebsd-386-cgo), const SO_PEERLABEL = 4112
 12853  pkg syscall (freebsd-386-cgo), const SO_PROTOCOL = 4118
 12854  pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE = 4118
 12855  pkg syscall (freebsd-386-cgo), const SO_RCVBUF = 4098
 12856  pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT = 4100
 12857  pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO = 4102
 12858  pkg syscall (freebsd-386-cgo), const SO_REUSEADDR = 4
 12859  pkg syscall (freebsd-386-cgo), const SO_REUSEPORT = 512
 12860  pkg syscall (freebsd-386-cgo), const SO_SETFIB = 4116
 12861  pkg syscall (freebsd-386-cgo), const SO_SNDBUF = 4097
 12862  pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT = 4099
 12863  pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO = 4101
 12864  pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP = 1024
 12865  pkg syscall (freebsd-386-cgo), const SO_TYPE = 4104
 12866  pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK = 64
 12867  pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE = 4117
 12868  pkg syscall (freebsd-386-cgo), const SYS_ABORT2 = 463
 12869  pkg syscall (freebsd-386-cgo), const SYS_ACCEPT = 30
 12870  pkg syscall (freebsd-386-cgo), const SYS_ACCESS = 33
 12871  pkg syscall (freebsd-386-cgo), const SYS_ACCT = 51
 12872  pkg syscall (freebsd-386-cgo), const SYS_ADJTIME = 140
 12873  pkg syscall (freebsd-386-cgo), const SYS_AUDIT = 445
 12874  pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL = 453
 12875  pkg syscall (freebsd-386-cgo), const SYS_AUDITON = 446
 12876  pkg syscall (freebsd-386-cgo), const SYS_BIND = 104
 12877  pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER = 516
 12878  pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE = 517
 12879  pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS = 515
 12880  pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW = 514
 12881  pkg syscall (freebsd-386-cgo), const SYS_CHDIR = 12
 12882  pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS = 34
 12883  pkg syscall (freebsd-386-cgo), const SYS_CHMOD = 15
 12884  pkg syscall (freebsd-386-cgo), const SYS_CHOWN = 16
 12885  pkg syscall (freebsd-386-cgo), const SYS_CHROOT = 61
 12886  pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
 12887  pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES = 234
 12888  pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME = 232
 12889  pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME = 233
 12890  pkg syscall (freebsd-386-cgo), const SYS_CLOSE = 6
 12891  pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM = 509
 12892  pkg syscall (freebsd-386-cgo), const SYS_CONNECT = 98
 12893  pkg syscall (freebsd-386-cgo), const SYS_CPUSET = 484
 12894  pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY = 487
 12895  pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID = 486
 12896  pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY = 488
 12897  pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID = 485
 12898  pkg syscall (freebsd-386-cgo), const SYS_DUP = 41
 12899  pkg syscall (freebsd-386-cgo), const SYS_DUP2 = 90
 12900  pkg syscall (freebsd-386-cgo), const SYS_EACCESS = 376
 12901  pkg syscall (freebsd-386-cgo), const SYS_EXECVE = 59
 12902  pkg syscall (freebsd-386-cgo), const SYS_EXIT = 1
 12903  pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL = 355
 12904  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 373
 12905  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 358
 12906  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 414
 12907  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD = 372
 12908  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE = 357
 12909  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK = 413
 12910  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD = 437
 12911  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 438
 12912  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 439
 12913  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD = 371
 12914  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE = 356
 12915  pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK = 412
 12916  pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT = 489
 12917  pkg syscall (freebsd-386-cgo), const SYS_FCHDIR = 13
 12918  pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS = 35
 12919  pkg syscall (freebsd-386-cgo), const SYS_FCHMOD = 124
 12920  pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT = 490
 12921  pkg syscall (freebsd-386-cgo), const SYS_FCHOWN = 123
 12922  pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT = 491
 12923  pkg syscall (freebsd-386-cgo), const SYS_FCNTL = 92
 12924  pkg syscall (freebsd-386-cgo), const SYS_FEXECVE = 492
 12925  pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
 12926  pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
 12927  pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
 12928  pkg syscall (freebsd-386-cgo), const SYS_FHOPEN = 298
 12929  pkg syscall (freebsd-386-cgo), const SYS_FHSTAT = 299
 12930  pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS = 398
 12931  pkg syscall (freebsd-386-cgo), const SYS_FLOCK = 131
 12932  pkg syscall (freebsd-386-cgo), const SYS_FORK = 2
 12933  pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF = 192
 12934  pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
 12935  pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK = 199
 12936  pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP = 197
 12937  pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD = 173
 12938  pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE = 174
 12939  pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE = 200
 12940  pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189
 12941  pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
 12942  pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397
 12943  pkg syscall (freebsd-386-cgo), const SYS_FSYNC = 95
 12944  pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE = 480
 12945  pkg syscall (freebsd-386-cgo), const SYS_FUTIMES = 206
 12946  pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT = 494
 12947  pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT = 449
 12948  pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR = 451
 12949  pkg syscall (freebsd-386-cgo), const SYS_GETAUID = 447
 12950  pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT = 421
 12951  pkg syscall (freebsd-386-cgo), const SYS_GETDENTS = 272
 12952  pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196
 12953  pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE = 89
 12954  pkg syscall (freebsd-386-cgo), const SYS_GETEGID = 43
 12955  pkg syscall (freebsd-386-cgo), const SYS_GETEUID = 25
 12956  pkg syscall (freebsd-386-cgo), const SYS_GETFH = 161
 12957  pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395
 12958  pkg syscall (freebsd-386-cgo), const SYS_GETGID = 47
 12959  pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS = 79
 12960  pkg syscall (freebsd-386-cgo), const SYS_GETITIMER = 86
 12961  pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN = 49
 12962  pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS = 523
 12963  pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME = 31
 12964  pkg syscall (freebsd-386-cgo), const SYS_GETPGID = 207
 12965  pkg syscall (freebsd-386-cgo), const SYS_GETPGRP = 81
 12966  pkg syscall (freebsd-386-cgo), const SYS_GETPID = 20
 12967  pkg syscall (freebsd-386-cgo), const SYS_GETPPID = 39
 12968  pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY = 100
 12969  pkg syscall (freebsd-386-cgo), const SYS_GETRESGID = 361
 12970  pkg syscall (freebsd-386-cgo), const SYS_GETRESUID = 360
 12971  pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT = 194
 12972  pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE = 117
 12973  pkg syscall (freebsd-386-cgo), const SYS_GETSID = 310
 12974  pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME = 32
 12975  pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT = 118
 12976  pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY = 116
 12977  pkg syscall (freebsd-386-cgo), const SYS_GETUID = 24
 12978  pkg syscall (freebsd-386-cgo), const SYS_IOCTL = 54
 12979  pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID = 253
 12980  pkg syscall (freebsd-386-cgo), const SYS_JAIL = 338
 12981  pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH = 436
 12982  pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET = 506
 12983  pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE = 508
 12984  pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET = 507
 12985  pkg syscall (freebsd-386-cgo), const SYS_KENV = 390
 12986  pkg syscall (freebsd-386-cgo), const SYS_KEVENT = 363
 12987  pkg syscall (freebsd-386-cgo), const SYS_KILL = 37
 12988  pkg syscall (freebsd-386-cgo), const SYS_KLDFIND = 306
 12989  pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD = 309
 12990  pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD = 304
 12991  pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT = 307
 12992  pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT = 308
 12993  pkg syscall (freebsd-386-cgo), const SYS_KLDSYM = 337
 12994  pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD = 305
 12995  pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF = 444
 12996  pkg syscall (freebsd-386-cgo), const SYS_KQUEUE = 362
 12997  pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE = 235
 12998  pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE = 236
 12999  pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN = 239
 13000  pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME = 238
 13001  pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME = 237
 13002  pkg syscall (freebsd-386-cgo), const SYS_KTRACE = 45
 13003  pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS = 391
 13004  pkg syscall (freebsd-386-cgo), const SYS_LCHMOD = 274
 13005  pkg syscall (freebsd-386-cgo), const SYS_LCHOWN = 254
 13006  pkg syscall (freebsd-386-cgo), const SYS_LGETFH = 160
 13007  pkg syscall (freebsd-386-cgo), const SYS_LINK = 9
 13008  pkg syscall (freebsd-386-cgo), const SYS_LINKAT = 495
 13009  pkg syscall (freebsd-386-cgo), const SYS_LISTEN = 106
 13010  pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF = 513
 13011  pkg syscall (freebsd-386-cgo), const SYS_LSEEK = 478
 13012  pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190
 13013  pkg syscall (freebsd-386-cgo), const SYS_LUTIMES = 276
 13014  pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL = 394
 13015  pkg syscall (freebsd-386-cgo), const SYS_MADVISE = 75
 13016  pkg syscall (freebsd-386-cgo), const SYS_MINCORE = 78
 13017  pkg syscall (freebsd-386-cgo), const SYS_MINHERIT = 250
 13018  pkg syscall (freebsd-386-cgo), const SYS_MKDIR = 136
 13019  pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT = 496
 13020  pkg syscall (freebsd-386-cgo), const SYS_MKFIFO = 132
 13021  pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT = 497
 13022  pkg syscall (freebsd-386-cgo), const SYS_MKNOD = 14
 13023  pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
 13024  pkg syscall (freebsd-386-cgo), const SYS_MLOCK = 203
 13025  pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL = 324
 13026  pkg syscall (freebsd-386-cgo), const SYS_MMAP = 477
 13027  pkg syscall (freebsd-386-cgo), const SYS_MODFIND = 303
 13028  pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT = 302
 13029  pkg syscall (freebsd-386-cgo), const SYS_MODNEXT = 300
 13030  pkg syscall (freebsd-386-cgo), const SYS_MODSTAT = 301
 13031  pkg syscall (freebsd-386-cgo), const SYS_MOUNT = 21
 13032  pkg syscall (freebsd-386-cgo), const SYS_MPROTECT = 74
 13033  pkg syscall (freebsd-386-cgo), const SYS_MSYNC = 65
 13034  pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK = 204
 13035  pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL = 325
 13036  pkg syscall (freebsd-386-cgo), const SYS_MUNMAP = 73
 13037  pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP = 240
 13038  pkg syscall (freebsd-386-cgo), const SYS_NFSTAT = 279
 13039  pkg syscall (freebsd-386-cgo), const SYS_NLSTAT = 280
 13040  pkg syscall (freebsd-386-cgo), const SYS_NMOUNT = 378
 13041  pkg syscall (freebsd-386-cgo), const SYS_NSTAT = 278
 13042  pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME = 176
 13043  pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME = 248
 13044  pkg syscall (freebsd-386-cgo), const SYS_OBREAK = 17
 13045  pkg syscall (freebsd-386-cgo), const SYS_OPEN = 5
 13046  pkg syscall (freebsd-386-cgo), const SYS_OPENAT = 499
 13047  pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL = 252
 13048  pkg syscall (freebsd-386-cgo), const SYS_OVADVISE = 72
 13049  pkg syscall (freebsd-386-cgo), const SYS_PATHCONF = 191
 13050  pkg syscall (freebsd-386-cgo), const SYS_PDFORK = 518
 13051  pkg syscall (freebsd-386-cgo), const SYS_PDGETPID = 520
 13052  pkg syscall (freebsd-386-cgo), const SYS_PDKILL = 519
 13053  pkg syscall (freebsd-386-cgo), const SYS_PIPE = 42
 13054  pkg syscall (freebsd-386-cgo), const SYS_POLL = 209
 13055  pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE = 531
 13056  pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE = 530
 13057  pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT = 504
 13058  pkg syscall (freebsd-386-cgo), const SYS_PREAD = 475
 13059  pkg syscall (freebsd-386-cgo), const SYS_PREADV = 289
 13060  pkg syscall (freebsd-386-cgo), const SYS_PROFIL = 44
 13061  pkg syscall (freebsd-386-cgo), const SYS_PSELECT = 522
 13062  pkg syscall (freebsd-386-cgo), const SYS_PTRACE = 26
 13063  pkg syscall (freebsd-386-cgo), const SYS_PWRITE = 476
 13064  pkg syscall (freebsd-386-cgo), const SYS_PWRITEV = 290
 13065  pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL = 148
 13066  pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE = 528
 13067  pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS = 527
 13068  pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT = 525
 13069  pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES = 526
 13070  pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE = 529
 13071  pkg syscall (freebsd-386-cgo), const SYS_READ = 3
 13072  pkg syscall (freebsd-386-cgo), const SYS_READLINK = 58
 13073  pkg syscall (freebsd-386-cgo), const SYS_READLINKAT = 500
 13074  pkg syscall (freebsd-386-cgo), const SYS_READV = 120
 13075  pkg syscall (freebsd-386-cgo), const SYS_REBOOT = 55
 13076  pkg syscall (freebsd-386-cgo), const SYS_RECVFROM = 29
 13077  pkg syscall (freebsd-386-cgo), const SYS_RECVMSG = 27
 13078  pkg syscall (freebsd-386-cgo), const SYS_RENAME = 128
 13079  pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT = 501
 13080  pkg syscall (freebsd-386-cgo), const SYS_REVOKE = 56
 13081  pkg syscall (freebsd-386-cgo), const SYS_RFORK = 251
 13082  pkg syscall (freebsd-386-cgo), const SYS_RMDIR = 137
 13083  pkg syscall (freebsd-386-cgo), const SYS_RTPRIO = 166
 13084  pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD = 466
 13085  pkg syscall (freebsd-386-cgo), const SYS_SBRK = 69
 13086  pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM = 328
 13087  pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER = 330
 13088  pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
 13089  pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
 13090  pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
 13091  pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM = 327
 13092  pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER = 329
 13093  pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD = 331
 13094  pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
 13095  pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
 13096  pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
 13097  pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF = 471
 13098  pkg syscall (freebsd-386-cgo), const SYS_SELECT = 93
 13099  pkg syscall (freebsd-386-cgo), const SYS_SENDFILE = 393
 13100  pkg syscall (freebsd-386-cgo), const SYS_SENDMSG = 28
 13101  pkg syscall (freebsd-386-cgo), const SYS_SENDTO = 133
 13102  pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT = 450
 13103  pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR = 452
 13104  pkg syscall (freebsd-386-cgo), const SYS_SETAUID = 448
 13105  pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT = 422
 13106  pkg syscall (freebsd-386-cgo), const SYS_SETEGID = 182
 13107  pkg syscall (freebsd-386-cgo), const SYS_SETEUID = 183
 13108  pkg syscall (freebsd-386-cgo), const SYS_SETFIB = 175
 13109  pkg syscall (freebsd-386-cgo), const SYS_SETGID = 181
 13110  pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS = 80
 13111  pkg syscall (freebsd-386-cgo), const SYS_SETITIMER = 83
 13112  pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN = 50
 13113  pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS = 524
 13114  pkg syscall (freebsd-386-cgo), const SYS_SETPGID = 82
 13115  pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY = 96
 13116  pkg syscall (freebsd-386-cgo), const SYS_SETREGID = 127
 13117  pkg syscall (freebsd-386-cgo), const SYS_SETRESGID = 312
 13118  pkg syscall (freebsd-386-cgo), const SYS_SETRESUID = 311
 13119  pkg syscall (freebsd-386-cgo), const SYS_SETREUID = 126
 13120  pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT = 195
 13121  pkg syscall (freebsd-386-cgo), const SYS_SETSID = 147
 13122  pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT = 105
 13123  pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY = 122
 13124  pkg syscall (freebsd-386-cgo), const SYS_SETUID = 23
 13125  pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN = 482
 13126  pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK = 483
 13127  pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN = 134
 13128  pkg syscall (freebsd-386-cgo), const SYS_SIGACTION = 416
 13129  pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK = 53
 13130  pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING = 343
 13131  pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK = 340
 13132  pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE = 456
 13133  pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN = 417
 13134  pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND = 341
 13135  pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT = 345
 13136  pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT = 429
 13137  pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO = 346
 13138  pkg syscall (freebsd-386-cgo), const SYS_SOCKET = 97
 13139  pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR = 135
 13140  pkg syscall (freebsd-386-cgo), const SYS_SSTK = 70
 13141  pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
 13142  pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
 13143  pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT = 423
 13144  pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF = 424
 13145  pkg syscall (freebsd-386-cgo), const SYS_SWAPON = 85
 13146  pkg syscall (freebsd-386-cgo), const SYS_SYMLINK = 57
 13147  pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT = 502
 13148  pkg syscall (freebsd-386-cgo), const SYS_SYNC = 36
 13149  pkg syscall (freebsd-386-cgo), const SYS_SYSARCH = 165
 13150  pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE = 430
 13151  pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT = 431
 13152  pkg syscall (freebsd-386-cgo), const SYS_THR_KILL = 433
 13153  pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 = 481
 13154  pkg syscall (freebsd-386-cgo), const SYS_THR_NEW = 455
 13155  pkg syscall (freebsd-386-cgo), const SYS_THR_SELF = 432
 13156  pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME = 464
 13157  pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND = 442
 13158  pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE = 443
 13159  pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE = 479
 13160  pkg syscall (freebsd-386-cgo), const SYS_UMASK = 60
 13161  pkg syscall (freebsd-386-cgo), const SYS_UNDELETE = 205
 13162  pkg syscall (freebsd-386-cgo), const SYS_UNLINK = 10
 13163  pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT = 503
 13164  pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT = 22
 13165  pkg syscall (freebsd-386-cgo), const SYS_UTIMES = 138
 13166  pkg syscall (freebsd-386-cgo), const SYS_UTRACE = 335
 13167  pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN = 392
 13168  pkg syscall (freebsd-386-cgo), const SYS_VFORK = 66
 13169  pkg syscall (freebsd-386-cgo), const SYS_WAIT4 = 7
 13170  pkg syscall (freebsd-386-cgo), const SYS_WAIT6 = 532
 13171  pkg syscall (freebsd-386-cgo), const SYS_WRITE = 4
 13172  pkg syscall (freebsd-386-cgo), const SYS_WRITEV = 121
 13173  pkg syscall (freebsd-386-cgo), const SYS_YIELD = 321
 13174  pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK = 434
 13175  pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP = 454
 13176  pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK = 435
 13177  pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD = 354
 13178  pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE = 353
 13179  pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK = 428
 13180  pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD = 352
 13181  pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE = 351
 13182  pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK = 427
 13183  pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD = 349
 13184  pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE = 347
 13185  pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK = 425
 13186  pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD = 350
 13187  pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE = 348
 13188  pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK = 426
 13189  pkg syscall (freebsd-386-cgo), const SYS___GETCWD = 326
 13190  pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE = 415
 13191  pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD = 386
 13192  pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE = 387
 13193  pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK = 410
 13194  pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID = 409
 13195  pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC = 384
 13196  pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD = 388
 13197  pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE = 389
 13198  pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK = 411
 13199  pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC = 385
 13200  pkg syscall (freebsd-386-cgo), const SYS___SETUGID = 374
 13201  pkg syscall (freebsd-386-cgo), const SYS___SYSCTL = 202
 13202  pkg syscall (freebsd-386-cgo), const S_IFMT = 61440
 13203  pkg syscall (freebsd-386-cgo), const SizeofBpfHdr = 20
 13204  pkg syscall (freebsd-386-cgo), const SizeofBpfInsn = 8
 13205  pkg syscall (freebsd-386-cgo), const SizeofBpfProgram = 8
 13206  pkg syscall (freebsd-386-cgo), const SizeofBpfStat = 8
 13207  pkg syscall (freebsd-386-cgo), const SizeofBpfVersion = 4
 13208  pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf = 12
 13209  pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader = 32
 13210  pkg syscall (freebsd-386-cgo), const SizeofCmsghdr = 12
 13211  pkg syscall (freebsd-386-cgo), const SizeofIPMreq = 8
 13212  pkg syscall (freebsd-386-cgo), const SizeofIPMreqn = 12
 13213  pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq = 20
 13214  pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
 13215  pkg syscall (freebsd-386-cgo), const SizeofIfData = 80
 13216  pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr = 96
 13217  pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr = 20
 13218  pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr = 16
 13219  pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo = 20
 13220  pkg syscall (freebsd-386-cgo), const SizeofLinger = 8
 13221  pkg syscall (freebsd-386-cgo), const SizeofMsghdr = 28
 13222  pkg syscall (freebsd-386-cgo), const SizeofRtMetrics = 56
 13223  pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr = 92
 13224  pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny = 108
 13225  pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink = 54
 13226  pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 = 16
 13227  pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 = 28
 13228  pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix = 106
 13229  pkg syscall (freebsd-386-cgo), const TCIFLUSH = 1
 13230  pkg syscall (freebsd-386-cgo), const TCIOFLUSH = 3
 13231  pkg syscall (freebsd-386-cgo), const TCOFLUSH = 2
 13232  pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX = 16
 13233  pkg syscall (freebsd-386-cgo), const TCP_CONGESTION = 64
 13234  pkg syscall (freebsd-386-cgo), const TCP_INFO = 32
 13235  pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT = 1024
 13236  pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE = 256
 13237  pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT = 128
 13238  pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL = 512
 13239  pkg syscall (freebsd-386-cgo), const TCP_MAXBURST = 4
 13240  pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN = 60
 13241  pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN = 40
 13242  pkg syscall (freebsd-386-cgo), const TCP_MAXSEG = 2
 13243  pkg syscall (freebsd-386-cgo), const TCP_MAXWIN = 65535
 13244  pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK = 4
 13245  pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT = 14
 13246  pkg syscall (freebsd-386-cgo), const TCP_MD5SIG = 16
 13247  pkg syscall (freebsd-386-cgo), const TCP_MINMSS = 216
 13248  pkg syscall (freebsd-386-cgo), const TCP_MSS = 536
 13249  pkg syscall (freebsd-386-cgo), const TCP_NOOPT = 8
 13250  pkg syscall (freebsd-386-cgo), const TCP_NOPUSH = 4
 13251  pkg syscall (freebsd-386-cgo), const TCSAFLUSH = 2
 13252  pkg syscall (freebsd-386-cgo), const TIOCCBRK = 536900730
 13253  pkg syscall (freebsd-386-cgo), const TIOCCDTR = 536900728
 13254  pkg syscall (freebsd-386-cgo), const TIOCCONS = 2147775586
 13255  pkg syscall (freebsd-386-cgo), const TIOCDRAIN = 536900702
 13256  pkg syscall (freebsd-386-cgo), const TIOCEXCL = 536900621
 13257  pkg syscall (freebsd-386-cgo), const TIOCEXT = 2147775584
 13258  pkg syscall (freebsd-386-cgo), const TIOCFLUSH = 2147775504
 13259  pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT = 1074033750
 13260  pkg syscall (freebsd-386-cgo), const TIOCGETA = 1076655123
 13261  pkg syscall (freebsd-386-cgo), const TIOCGETD = 1074033690
 13262  pkg syscall (freebsd-386-cgo), const TIOCGPGRP = 1074033783
 13263  pkg syscall (freebsd-386-cgo), const TIOCGPTN = 1074033679
 13264  pkg syscall (freebsd-386-cgo), const TIOCGSID = 1074033763
 13265  pkg syscall (freebsd-386-cgo), const TIOCGWINSZ = 1074295912
 13266  pkg syscall (freebsd-386-cgo), const TIOCMBIC = 2147775595
 13267  pkg syscall (freebsd-386-cgo), const TIOCMBIS = 2147775596
 13268  pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT = 1074033754
 13269  pkg syscall (freebsd-386-cgo), const TIOCMGET = 1074033770
 13270  pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT = 2147775579
 13271  pkg syscall (freebsd-386-cgo), const TIOCMSET = 2147775597
 13272  pkg syscall (freebsd-386-cgo), const TIOCM_CAR = 64
 13273  pkg syscall (freebsd-386-cgo), const TIOCM_CD = 64
 13274  pkg syscall (freebsd-386-cgo), const TIOCM_CTS = 32
 13275  pkg syscall (freebsd-386-cgo), const TIOCM_DCD = 64
 13276  pkg syscall (freebsd-386-cgo), const TIOCM_DSR = 256
 13277  pkg syscall (freebsd-386-cgo), const TIOCM_DTR = 2
 13278  pkg syscall (freebsd-386-cgo), const TIOCM_LE = 1
 13279  pkg syscall (freebsd-386-cgo), const TIOCM_RI = 128
 13280  pkg syscall (freebsd-386-cgo), const TIOCM_RNG = 128
 13281  pkg syscall (freebsd-386-cgo), const TIOCM_RTS = 4
 13282  pkg syscall (freebsd-386-cgo), const TIOCM_SR = 16
 13283  pkg syscall (freebsd-386-cgo), const TIOCM_ST = 8
 13284  pkg syscall (freebsd-386-cgo), const TIOCNOTTY = 536900721
 13285  pkg syscall (freebsd-386-cgo), const TIOCNXCL = 536900622
 13286  pkg syscall (freebsd-386-cgo), const TIOCOUTQ = 1074033779
 13287  pkg syscall (freebsd-386-cgo), const TIOCPKT = 2147775600
 13288  pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA = 0
 13289  pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP = 32
 13290  pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
 13291  pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
 13292  pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL = 64
 13293  pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP = 16
 13294  pkg syscall (freebsd-386-cgo), const TIOCPKT_START = 8
 13295  pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP = 4
 13296  pkg syscall (freebsd-386-cgo), const TIOCPTMASTER = 536900636
 13297  pkg syscall (freebsd-386-cgo), const TIOCSBRK = 536900731
 13298  pkg syscall (freebsd-386-cgo), const TIOCSCTTY = 536900705
 13299  pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT = 2147775575
 13300  pkg syscall (freebsd-386-cgo), const TIOCSDTR = 536900729
 13301  pkg syscall (freebsd-386-cgo), const TIOCSETA = 2150396948
 13302  pkg syscall (freebsd-386-cgo), const TIOCSETAF = 2150396950
 13303  pkg syscall (freebsd-386-cgo), const TIOCSETAW = 2150396949
 13304  pkg syscall (freebsd-386-cgo), const TIOCSETD = 2147775515
 13305  pkg syscall (freebsd-386-cgo), const TIOCSIG = 537162847
 13306  pkg syscall (freebsd-386-cgo), const TIOCSPGRP = 2147775606
 13307  pkg syscall (freebsd-386-cgo), const TIOCSTART = 536900718
 13308  pkg syscall (freebsd-386-cgo), const TIOCSTAT = 536900709
 13309  pkg syscall (freebsd-386-cgo), const TIOCSTI = 2147578994
 13310  pkg syscall (freebsd-386-cgo), const TIOCSTOP = 536900719
 13311  pkg syscall (freebsd-386-cgo), const TIOCSWINSZ = 2148037735
 13312  pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP = 1074295897
 13313  pkg syscall (freebsd-386-cgo), const TIOCUCNTL = 2147775590
 13314  pkg syscall (freebsd-386-cgo), const TOSTOP = 4194304
 13315  pkg syscall (freebsd-386-cgo), const VDISCARD = 15
 13316  pkg syscall (freebsd-386-cgo), const VDSUSP = 11
 13317  pkg syscall (freebsd-386-cgo), const VEOF = 0
 13318  pkg syscall (freebsd-386-cgo), const VEOL = 1
 13319  pkg syscall (freebsd-386-cgo), const VEOL2 = 2
 13320  pkg syscall (freebsd-386-cgo), const VERASE = 3
 13321  pkg syscall (freebsd-386-cgo), const VERASE2 = 7
 13322  pkg syscall (freebsd-386-cgo), const VINTR = 8
 13323  pkg syscall (freebsd-386-cgo), const VKILL = 5
 13324  pkg syscall (freebsd-386-cgo), const VLNEXT = 14
 13325  pkg syscall (freebsd-386-cgo), const VMIN = 16
 13326  pkg syscall (freebsd-386-cgo), const VQUIT = 9
 13327  pkg syscall (freebsd-386-cgo), const VREPRINT = 6
 13328  pkg syscall (freebsd-386-cgo), const VSTART = 12
 13329  pkg syscall (freebsd-386-cgo), const VSTATUS = 18
 13330  pkg syscall (freebsd-386-cgo), const VSTOP = 13
 13331  pkg syscall (freebsd-386-cgo), const VSUSP = 10
 13332  pkg syscall (freebsd-386-cgo), const VTIME = 17
 13333  pkg syscall (freebsd-386-cgo), const VWERASE = 4
 13334  pkg syscall (freebsd-386-cgo), const WCONTINUED = 4
 13335  pkg syscall (freebsd-386-cgo), const WCOREFLAG = 128
 13336  pkg syscall (freebsd-386-cgo), const WLINUXCLONE = 2147483648
 13337  pkg syscall (freebsd-386-cgo), const WNOHANG = 1
 13338  pkg syscall (freebsd-386-cgo), const WNOWAIT = 8
 13339  pkg syscall (freebsd-386-cgo), const WSTOPPED = 2
 13340  pkg syscall (freebsd-386-cgo), const WUNTRACED = 2
 13341  pkg syscall (freebsd-amd64), const AF_APPLETALK = 16
 13342  pkg syscall (freebsd-amd64), const AF_ARP = 35
 13343  pkg syscall (freebsd-amd64), const AF_ATM = 30
 13344  pkg syscall (freebsd-amd64), const AF_BLUETOOTH = 36
 13345  pkg syscall (freebsd-amd64), const AF_CCITT = 10
 13346  pkg syscall (freebsd-amd64), const AF_CHAOS = 5
 13347  pkg syscall (freebsd-amd64), const AF_CNT = 21
 13348  pkg syscall (freebsd-amd64), const AF_COIP = 20
 13349  pkg syscall (freebsd-amd64), const AF_DATAKIT = 9
 13350  pkg syscall (freebsd-amd64), const AF_DECnet = 12
 13351  pkg syscall (freebsd-amd64), const AF_DLI = 13
 13352  pkg syscall (freebsd-amd64), const AF_E164 = 26
 13353  pkg syscall (freebsd-amd64), const AF_ECMA = 8
 13354  pkg syscall (freebsd-amd64), const AF_HYLINK = 15
 13355  pkg syscall (freebsd-amd64), const AF_IEEE80211 = 37
 13356  pkg syscall (freebsd-amd64), const AF_IMPLINK = 3
 13357  pkg syscall (freebsd-amd64), const AF_INET6 = 28
 13358  pkg syscall (freebsd-amd64), const AF_IPX = 23
 13359  pkg syscall (freebsd-amd64), const AF_ISDN = 26
 13360  pkg syscall (freebsd-amd64), const AF_ISO = 7
 13361  pkg syscall (freebsd-amd64), const AF_LAT = 14
 13362  pkg syscall (freebsd-amd64), const AF_LINK = 18
 13363  pkg syscall (freebsd-amd64), const AF_LOCAL = 1
 13364  pkg syscall (freebsd-amd64), const AF_MAX = 38
 13365  pkg syscall (freebsd-amd64), const AF_NATM = 29
 13366  pkg syscall (freebsd-amd64), const AF_NETBIOS = 6
 13367  pkg syscall (freebsd-amd64), const AF_NETGRAPH = 32
 13368  pkg syscall (freebsd-amd64), const AF_OSI = 7
 13369  pkg syscall (freebsd-amd64), const AF_PUP = 4
 13370  pkg syscall (freebsd-amd64), const AF_ROUTE = 17
 13371  pkg syscall (freebsd-amd64), const AF_SCLUSTER = 34
 13372  pkg syscall (freebsd-amd64), const AF_SIP = 24
 13373  pkg syscall (freebsd-amd64), const AF_SLOW = 33
 13374  pkg syscall (freebsd-amd64), const AF_SNA = 11
 13375  pkg syscall (freebsd-amd64), const AF_VENDOR00 = 39
 13376  pkg syscall (freebsd-amd64), const AF_VENDOR01 = 41
 13377  pkg syscall (freebsd-amd64), const AF_VENDOR02 = 43
 13378  pkg syscall (freebsd-amd64), const AF_VENDOR03 = 45
 13379  pkg syscall (freebsd-amd64), const AF_VENDOR04 = 47
 13380  pkg syscall (freebsd-amd64), const AF_VENDOR05 = 49
 13381  pkg syscall (freebsd-amd64), const AF_VENDOR06 = 51
 13382  pkg syscall (freebsd-amd64), const AF_VENDOR07 = 53
 13383  pkg syscall (freebsd-amd64), const AF_VENDOR08 = 55
 13384  pkg syscall (freebsd-amd64), const AF_VENDOR09 = 57
 13385  pkg syscall (freebsd-amd64), const AF_VENDOR10 = 59
 13386  pkg syscall (freebsd-amd64), const AF_VENDOR11 = 61
 13387  pkg syscall (freebsd-amd64), const AF_VENDOR12 = 63
 13388  pkg syscall (freebsd-amd64), const AF_VENDOR13 = 65
 13389  pkg syscall (freebsd-amd64), const AF_VENDOR14 = 67
 13390  pkg syscall (freebsd-amd64), const AF_VENDOR15 = 69
 13391  pkg syscall (freebsd-amd64), const AF_VENDOR16 = 71
 13392  pkg syscall (freebsd-amd64), const AF_VENDOR17 = 73
 13393  pkg syscall (freebsd-amd64), const AF_VENDOR18 = 75
 13394  pkg syscall (freebsd-amd64), const AF_VENDOR19 = 77
 13395  pkg syscall (freebsd-amd64), const AF_VENDOR20 = 79
 13396  pkg syscall (freebsd-amd64), const AF_VENDOR21 = 81
 13397  pkg syscall (freebsd-amd64), const AF_VENDOR22 = 83
 13398  pkg syscall (freebsd-amd64), const AF_VENDOR23 = 85
 13399  pkg syscall (freebsd-amd64), const AF_VENDOR24 = 87
 13400  pkg syscall (freebsd-amd64), const AF_VENDOR25 = 89
 13401  pkg syscall (freebsd-amd64), const AF_VENDOR26 = 91
 13402  pkg syscall (freebsd-amd64), const AF_VENDOR27 = 93
 13403  pkg syscall (freebsd-amd64), const AF_VENDOR28 = 95
 13404  pkg syscall (freebsd-amd64), const AF_VENDOR29 = 97
 13405  pkg syscall (freebsd-amd64), const AF_VENDOR30 = 99
 13406  pkg syscall (freebsd-amd64), const AF_VENDOR31 = 101
 13407  pkg syscall (freebsd-amd64), const AF_VENDOR32 = 103
 13408  pkg syscall (freebsd-amd64), const AF_VENDOR33 = 105
 13409  pkg syscall (freebsd-amd64), const AF_VENDOR34 = 107
 13410  pkg syscall (freebsd-amd64), const AF_VENDOR35 = 109
 13411  pkg syscall (freebsd-amd64), const AF_VENDOR36 = 111
 13412  pkg syscall (freebsd-amd64), const AF_VENDOR37 = 113
 13413  pkg syscall (freebsd-amd64), const AF_VENDOR38 = 115
 13414  pkg syscall (freebsd-amd64), const AF_VENDOR39 = 117
 13415  pkg syscall (freebsd-amd64), const AF_VENDOR40 = 119
 13416  pkg syscall (freebsd-amd64), const AF_VENDOR41 = 121
 13417  pkg syscall (freebsd-amd64), const AF_VENDOR42 = 123
 13418  pkg syscall (freebsd-amd64), const AF_VENDOR43 = 125
 13419  pkg syscall (freebsd-amd64), const AF_VENDOR44 = 127
 13420  pkg syscall (freebsd-amd64), const AF_VENDOR45 = 129
 13421  pkg syscall (freebsd-amd64), const AF_VENDOR46 = 131
 13422  pkg syscall (freebsd-amd64), const AF_VENDOR47 = 133
 13423  pkg syscall (freebsd-amd64), const B0 = 0
 13424  pkg syscall (freebsd-amd64), const B0 ideal-int
 13425  pkg syscall (freebsd-amd64), const B110 = 110
 13426  pkg syscall (freebsd-amd64), const B110 ideal-int
 13427  pkg syscall (freebsd-amd64), const B115200 = 115200
 13428  pkg syscall (freebsd-amd64), const B115200 ideal-int
 13429  pkg syscall (freebsd-amd64), const B1200 = 1200
 13430  pkg syscall (freebsd-amd64), const B1200 ideal-int
 13431  pkg syscall (freebsd-amd64), const B134 = 134
 13432  pkg syscall (freebsd-amd64), const B134 ideal-int
 13433  pkg syscall (freebsd-amd64), const B14400 = 14400
 13434  pkg syscall (freebsd-amd64), const B14400 ideal-int
 13435  pkg syscall (freebsd-amd64), const B150 = 150
 13436  pkg syscall (freebsd-amd64), const B150 ideal-int
 13437  pkg syscall (freebsd-amd64), const B1800 = 1800
 13438  pkg syscall (freebsd-amd64), const B1800 ideal-int
 13439  pkg syscall (freebsd-amd64), const B19200 = 19200
 13440  pkg syscall (freebsd-amd64), const B19200 ideal-int
 13441  pkg syscall (freebsd-amd64), const B200 = 200
 13442  pkg syscall (freebsd-amd64), const B200 ideal-int
 13443  pkg syscall (freebsd-amd64), const B230400 = 230400
 13444  pkg syscall (freebsd-amd64), const B230400 ideal-int
 13445  pkg syscall (freebsd-amd64), const B2400 = 2400
 13446  pkg syscall (freebsd-amd64), const B2400 ideal-int
 13447  pkg syscall (freebsd-amd64), const B28800 = 28800
 13448  pkg syscall (freebsd-amd64), const B28800 ideal-int
 13449  pkg syscall (freebsd-amd64), const B300 = 300
 13450  pkg syscall (freebsd-amd64), const B300 ideal-int
 13451  pkg syscall (freebsd-amd64), const B38400 = 38400
 13452  pkg syscall (freebsd-amd64), const B38400 ideal-int
 13453  pkg syscall (freebsd-amd64), const B460800 = 460800
 13454  pkg syscall (freebsd-amd64), const B460800 ideal-int
 13455  pkg syscall (freebsd-amd64), const B4800 = 4800
 13456  pkg syscall (freebsd-amd64), const B4800 ideal-int
 13457  pkg syscall (freebsd-amd64), const B50 = 50
 13458  pkg syscall (freebsd-amd64), const B50 ideal-int
 13459  pkg syscall (freebsd-amd64), const B57600 = 57600
 13460  pkg syscall (freebsd-amd64), const B57600 ideal-int
 13461  pkg syscall (freebsd-amd64), const B600 = 600
 13462  pkg syscall (freebsd-amd64), const B600 ideal-int
 13463  pkg syscall (freebsd-amd64), const B7200 = 7200
 13464  pkg syscall (freebsd-amd64), const B7200 ideal-int
 13465  pkg syscall (freebsd-amd64), const B75 = 75
 13466  pkg syscall (freebsd-amd64), const B75 ideal-int
 13467  pkg syscall (freebsd-amd64), const B76800 = 76800
 13468  pkg syscall (freebsd-amd64), const B76800 ideal-int
 13469  pkg syscall (freebsd-amd64), const B921600 = 921600
 13470  pkg syscall (freebsd-amd64), const B921600 ideal-int
 13471  pkg syscall (freebsd-amd64), const B9600 = 9600
 13472  pkg syscall (freebsd-amd64), const B9600 ideal-int
 13473  pkg syscall (freebsd-amd64), const BIOCFEEDBACK = 2147762812
 13474  pkg syscall (freebsd-amd64), const BIOCFLUSH = 536887912
 13475  pkg syscall (freebsd-amd64), const BIOCGBLEN = 1074020966
 13476  pkg syscall (freebsd-amd64), const BIOCGDIRECTION = 1074020982
 13477  pkg syscall (freebsd-amd64), const BIOCGDLT = 1074020970
 13478  pkg syscall (freebsd-amd64), const BIOCGDLTLIST = 3222291065
 13479  pkg syscall (freebsd-amd64), const BIOCGETBUFMODE = 1074020989
 13480  pkg syscall (freebsd-amd64), const BIOCGETIF = 1075855979
 13481  pkg syscall (freebsd-amd64), const BIOCGETZMAX = 1074283135
 13482  pkg syscall (freebsd-amd64), const BIOCGHDRCMPLT = 1074020980
 13483  pkg syscall (freebsd-amd64), const BIOCGRSIG = 1074020978
 13484  pkg syscall (freebsd-amd64), const BIOCGRTIMEOUT = 1074807406
 13485  pkg syscall (freebsd-amd64), const BIOCGSEESENT = 1074020982
 13486  pkg syscall (freebsd-amd64), const BIOCGSTATS = 1074283119
 13487  pkg syscall (freebsd-amd64), const BIOCGTSTAMP = 1074020995
 13488  pkg syscall (freebsd-amd64), const BIOCGTSTAMP ideal-int
 13489  pkg syscall (freebsd-amd64), const BIOCIMMEDIATE = 2147762800
 13490  pkg syscall (freebsd-amd64), const BIOCLOCK = 536887930
 13491  pkg syscall (freebsd-amd64), const BIOCPROMISC = 536887913
 13492  pkg syscall (freebsd-amd64), const BIOCROTZBUF = 1075331712
 13493  pkg syscall (freebsd-amd64), const BIOCSBLEN = 3221504614
 13494  pkg syscall (freebsd-amd64), const BIOCSDIRECTION = 2147762807
 13495  pkg syscall (freebsd-amd64), const BIOCSDLT = 2147762808
 13496  pkg syscall (freebsd-amd64), const BIOCSETBUFMODE = 2147762814
 13497  pkg syscall (freebsd-amd64), const BIOCSETF = 2148549223
 13498  pkg syscall (freebsd-amd64), const BIOCSETFNR = 2148549250
 13499  pkg syscall (freebsd-amd64), const BIOCSETIF = 2149597804
 13500  pkg syscall (freebsd-amd64), const BIOCSETWF = 2148549243
 13501  pkg syscall (freebsd-amd64), const BIOCSETZBUF = 2149073537
 13502  pkg syscall (freebsd-amd64), const BIOCSHDRCMPLT = 2147762805
 13503  pkg syscall (freebsd-amd64), const BIOCSRSIG = 2147762803
 13504  pkg syscall (freebsd-amd64), const BIOCSRTIMEOUT = 2148549229
 13505  pkg syscall (freebsd-amd64), const BIOCSSEESENT = 2147762807
 13506  pkg syscall (freebsd-amd64), const BIOCSTSTAMP = 2147762820
 13507  pkg syscall (freebsd-amd64), const BIOCSTSTAMP ideal-int
 13508  pkg syscall (freebsd-amd64), const BIOCVERSION = 1074020977
 13509  pkg syscall (freebsd-amd64), const BPF_A = 16
 13510  pkg syscall (freebsd-amd64), const BPF_ABS = 32
 13511  pkg syscall (freebsd-amd64), const BPF_ADD = 0
 13512  pkg syscall (freebsd-amd64), const BPF_ALIGNMENT = 8
 13513  pkg syscall (freebsd-amd64), const BPF_ALU = 4
 13514  pkg syscall (freebsd-amd64), const BPF_AND = 80
 13515  pkg syscall (freebsd-amd64), const BPF_B = 16
 13516  pkg syscall (freebsd-amd64), const BPF_BUFMODE_BUFFER = 1
 13517  pkg syscall (freebsd-amd64), const BPF_BUFMODE_ZBUF = 2
 13518  pkg syscall (freebsd-amd64), const BPF_DIV = 48
 13519  pkg syscall (freebsd-amd64), const BPF_H = 8
 13520  pkg syscall (freebsd-amd64), const BPF_IMM = 0
 13521  pkg syscall (freebsd-amd64), const BPF_IND = 64
 13522  pkg syscall (freebsd-amd64), const BPF_JA = 0
 13523  pkg syscall (freebsd-amd64), const BPF_JEQ = 16
 13524  pkg syscall (freebsd-amd64), const BPF_JGE = 48
 13525  pkg syscall (freebsd-amd64), const BPF_JGT = 32
 13526  pkg syscall (freebsd-amd64), const BPF_JMP = 5
 13527  pkg syscall (freebsd-amd64), const BPF_JSET = 64
 13528  pkg syscall (freebsd-amd64), const BPF_K = 0
 13529  pkg syscall (freebsd-amd64), const BPF_LD = 0
 13530  pkg syscall (freebsd-amd64), const BPF_LDX = 1
 13531  pkg syscall (freebsd-amd64), const BPF_LEN = 128
 13532  pkg syscall (freebsd-amd64), const BPF_LSH = 96
 13533  pkg syscall (freebsd-amd64), const BPF_MAJOR_VERSION = 1
 13534  pkg syscall (freebsd-amd64), const BPF_MAXBUFSIZE = 524288
 13535  pkg syscall (freebsd-amd64), const BPF_MAXINSNS = 512
 13536  pkg syscall (freebsd-amd64), const BPF_MEM = 96
 13537  pkg syscall (freebsd-amd64), const BPF_MEMWORDS = 16
 13538  pkg syscall (freebsd-amd64), const BPF_MINBUFSIZE = 32
 13539  pkg syscall (freebsd-amd64), const BPF_MINOR_VERSION = 1
 13540  pkg syscall (freebsd-amd64), const BPF_MISC = 7
 13541  pkg syscall (freebsd-amd64), const BPF_MSH = 160
 13542  pkg syscall (freebsd-amd64), const BPF_MUL = 32
 13543  pkg syscall (freebsd-amd64), const BPF_NEG = 128
 13544  pkg syscall (freebsd-amd64), const BPF_OR = 64
 13545  pkg syscall (freebsd-amd64), const BPF_RELEASE = 199606
 13546  pkg syscall (freebsd-amd64), const BPF_RET = 6
 13547  pkg syscall (freebsd-amd64), const BPF_RSH = 112
 13548  pkg syscall (freebsd-amd64), const BPF_ST = 2
 13549  pkg syscall (freebsd-amd64), const BPF_STX = 3
 13550  pkg syscall (freebsd-amd64), const BPF_SUB = 16
 13551  pkg syscall (freebsd-amd64), const BPF_TAX = 0
 13552  pkg syscall (freebsd-amd64), const BPF_TXA = 128
 13553  pkg syscall (freebsd-amd64), const BPF_T_BINTIME = 2
 13554  pkg syscall (freebsd-amd64), const BPF_T_BINTIME ideal-int
 13555  pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST = 258
 13556  pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST ideal-int
 13557  pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC = 514
 13558  pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC ideal-int
 13559  pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST = 770
 13560  pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
 13561  pkg syscall (freebsd-amd64), const BPF_T_FAST = 256
 13562  pkg syscall (freebsd-amd64), const BPF_T_FAST ideal-int
 13563  pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK = 768
 13564  pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK ideal-int
 13565  pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK = 3
 13566  pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK ideal-int
 13567  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME = 0
 13568  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME ideal-int
 13569  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST = 256
 13570  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST ideal-int
 13571  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC = 512
 13572  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC ideal-int
 13573  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
 13574  pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
 13575  pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC = 512
 13576  pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC ideal-int
 13577  pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST = 768
 13578  pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST ideal-int
 13579  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME = 1
 13580  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME ideal-int
 13581  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST = 257
 13582  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST ideal-int
 13583  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC = 513
 13584  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC ideal-int
 13585  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
 13586  pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
 13587  pkg syscall (freebsd-amd64), const BPF_T_NONE = 3
 13588  pkg syscall (freebsd-amd64), const BPF_T_NONE ideal-int
 13589  pkg syscall (freebsd-amd64), const BPF_T_NORMAL = 0
 13590  pkg syscall (freebsd-amd64), const BPF_T_NORMAL ideal-int
 13591  pkg syscall (freebsd-amd64), const BPF_W = 0
 13592  pkg syscall (freebsd-amd64), const BPF_X = 8
 13593  pkg syscall (freebsd-amd64), const BRKINT = 2
 13594  pkg syscall (freebsd-amd64), const BRKINT ideal-int
 13595  pkg syscall (freebsd-amd64), const CFLUSH = 15
 13596  pkg syscall (freebsd-amd64), const CFLUSH ideal-int
 13597  pkg syscall (freebsd-amd64), const CLOCAL = 32768
 13598  pkg syscall (freebsd-amd64), const CLOCAL ideal-int
 13599  pkg syscall (freebsd-amd64), const CREAD = 2048
 13600  pkg syscall (freebsd-amd64), const CREAD ideal-int
 13601  pkg syscall (freebsd-amd64), const CS5 = 0
 13602  pkg syscall (freebsd-amd64), const CS5 ideal-int
 13603  pkg syscall (freebsd-amd64), const CS6 = 256
 13604  pkg syscall (freebsd-amd64), const CS6 ideal-int
 13605  pkg syscall (freebsd-amd64), const CS7 = 512
 13606  pkg syscall (freebsd-amd64), const CS7 ideal-int
 13607  pkg syscall (freebsd-amd64), const CS8 = 768
 13608  pkg syscall (freebsd-amd64), const CS8 ideal-int
 13609  pkg syscall (freebsd-amd64), const CSIZE = 768
 13610  pkg syscall (freebsd-amd64), const CSIZE ideal-int
 13611  pkg syscall (freebsd-amd64), const CSTART = 17
 13612  pkg syscall (freebsd-amd64), const CSTART ideal-int
 13613  pkg syscall (freebsd-amd64), const CSTATUS = 20
 13614  pkg syscall (freebsd-amd64), const CSTATUS ideal-int
 13615  pkg syscall (freebsd-amd64), const CSTOP = 19
 13616  pkg syscall (freebsd-amd64), const CSTOP ideal-int
 13617  pkg syscall (freebsd-amd64), const CSTOPB = 1024
 13618  pkg syscall (freebsd-amd64), const CSTOPB ideal-int
 13619  pkg syscall (freebsd-amd64), const CSUSP = 26
 13620  pkg syscall (freebsd-amd64), const CSUSP ideal-int
 13621  pkg syscall (freebsd-amd64), const CTL_MAXNAME = 24
 13622  pkg syscall (freebsd-amd64), const CTL_NET = 4
 13623  pkg syscall (freebsd-amd64), const DLT_A429 = 184
 13624  pkg syscall (freebsd-amd64), const DLT_A653_ICM = 185
 13625  pkg syscall (freebsd-amd64), const DLT_AIRONET_HEADER = 120
 13626  pkg syscall (freebsd-amd64), const DLT_AOS = 222
 13627  pkg syscall (freebsd-amd64), const DLT_AOS ideal-int
 13628  pkg syscall (freebsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 13629  pkg syscall (freebsd-amd64), const DLT_ARCNET = 7
 13630  pkg syscall (freebsd-amd64), const DLT_ARCNET_LINUX = 129
 13631  pkg syscall (freebsd-amd64), const DLT_ATM_CLIP = 19
 13632  pkg syscall (freebsd-amd64), const DLT_ATM_RFC1483 = 11
 13633  pkg syscall (freebsd-amd64), const DLT_AURORA = 126
 13634  pkg syscall (freebsd-amd64), const DLT_AX25 = 3
 13635  pkg syscall (freebsd-amd64), const DLT_AX25_KISS = 202
 13636  pkg syscall (freebsd-amd64), const DLT_BACNET_MS_TP = 165
 13637  pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
 13638  pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 13639  pkg syscall (freebsd-amd64), const DLT_CAN20B = 190
 13640  pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN = 227
 13641  pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN ideal-int
 13642  pkg syscall (freebsd-amd64), const DLT_CHAOS = 5
 13643  pkg syscall (freebsd-amd64), const DLT_CHDLC = 104
 13644  pkg syscall (freebsd-amd64), const DLT_CISCO_IOS = 118
 13645  pkg syscall (freebsd-amd64), const DLT_C_HDLC = 104
 13646  pkg syscall (freebsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
 13647  pkg syscall (freebsd-amd64), const DLT_DBUS = 231
 13648  pkg syscall (freebsd-amd64), const DLT_DBUS ideal-int
 13649  pkg syscall (freebsd-amd64), const DLT_DECT = 221
 13650  pkg syscall (freebsd-amd64), const DLT_DECT ideal-int
 13651  pkg syscall (freebsd-amd64), const DLT_DOCSIS = 143
 13652  pkg syscall (freebsd-amd64), const DLT_DVB_CI = 235
 13653  pkg syscall (freebsd-amd64), const DLT_DVB_CI ideal-int
 13654  pkg syscall (freebsd-amd64), const DLT_ECONET = 115
 13655  pkg syscall (freebsd-amd64), const DLT_EN10MB = 1
 13656  pkg syscall (freebsd-amd64), const DLT_EN3MB = 2
 13657  pkg syscall (freebsd-amd64), const DLT_ENC = 109
 13658  pkg syscall (freebsd-amd64), const DLT_ERF = 197
 13659  pkg syscall (freebsd-amd64), const DLT_ERF_ETH = 175
 13660  pkg syscall (freebsd-amd64), const DLT_ERF_POS = 176
 13661  pkg syscall (freebsd-amd64), const DLT_FC_2 = 224
 13662  pkg syscall (freebsd-amd64), const DLT_FC_2 ideal-int
 13663  pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 13664  pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
 13665  pkg syscall (freebsd-amd64), const DLT_FDDI = 10
 13666  pkg syscall (freebsd-amd64), const DLT_FLEXRAY = 210
 13667  pkg syscall (freebsd-amd64), const DLT_FRELAY = 107
 13668  pkg syscall (freebsd-amd64), const DLT_FRELAY_WITH_DIR = 206
 13669  pkg syscall (freebsd-amd64), const DLT_GCOM_SERIAL = 173
 13670  pkg syscall (freebsd-amd64), const DLT_GCOM_T1E1 = 172
 13671  pkg syscall (freebsd-amd64), const DLT_GPF_F = 171
 13672  pkg syscall (freebsd-amd64), const DLT_GPF_T = 170
 13673  pkg syscall (freebsd-amd64), const DLT_GPRS_LLC = 169
 13674  pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS = 218
 13675  pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS ideal-int
 13676  pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM = 217
 13677  pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM ideal-int
 13678  pkg syscall (freebsd-amd64), const DLT_HHDLC = 121
 13679  pkg syscall (freebsd-amd64), const DLT_IBM_SN = 146
 13680  pkg syscall (freebsd-amd64), const DLT_IBM_SP = 145
 13681  pkg syscall (freebsd-amd64), const DLT_IEEE802 = 6
 13682  pkg syscall (freebsd-amd64), const DLT_IEEE802_11 = 105
 13683  pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO = 127
 13684  pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
 13685  pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4 = 195
 13686  pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
 13687  pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS = 230
 13688  pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS ideal-int
 13689  pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
 13690  pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
 13691  pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 13692  pkg syscall (freebsd-amd64), const DLT_IPFILTER = 116
 13693  pkg syscall (freebsd-amd64), const DLT_IPMB = 199
 13694  pkg syscall (freebsd-amd64), const DLT_IPMB_LINUX = 209
 13695  pkg syscall (freebsd-amd64), const DLT_IPNET = 226
 13696  pkg syscall (freebsd-amd64), const DLT_IPNET ideal-int
 13697  pkg syscall (freebsd-amd64), const DLT_IPOIB = 242
 13698  pkg syscall (freebsd-amd64), const DLT_IPOIB ideal-int
 13699  pkg syscall (freebsd-amd64), const DLT_IPV4 = 228
 13700  pkg syscall (freebsd-amd64), const DLT_IPV4 ideal-int
 13701  pkg syscall (freebsd-amd64), const DLT_IPV6 = 229
 13702  pkg syscall (freebsd-amd64), const DLT_IPV6 ideal-int
 13703  pkg syscall (freebsd-amd64), const DLT_IP_OVER_FC = 122
 13704  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM1 = 137
 13705  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM2 = 135
 13706  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC = 238
 13707  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC ideal-int
 13708  pkg syscall (freebsd-amd64), const DLT_JUNIPER_CHDLC = 181
 13709  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ES = 132
 13710  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ETHER = 178
 13711  pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL = 234
 13712  pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL ideal-int
 13713  pkg syscall (freebsd-amd64), const DLT_JUNIPER_FRELAY = 180
 13714  pkg syscall (freebsd-amd64), const DLT_JUNIPER_GGSN = 133
 13715  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ISM = 194
 13716  pkg syscall (freebsd-amd64), const DLT_JUNIPER_MFR = 134
 13717  pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLFR = 131
 13718  pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLPPP = 130
 13719  pkg syscall (freebsd-amd64), const DLT_JUNIPER_MONITOR = 164
 13720  pkg syscall (freebsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
 13721  pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPP = 179
 13722  pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE = 167
 13723  pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
 13724  pkg syscall (freebsd-amd64), const DLT_JUNIPER_SERVICES = 136
 13725  pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E = 233
 13726  pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E ideal-int
 13727  pkg syscall (freebsd-amd64), const DLT_JUNIPER_ST = 200
 13728  pkg syscall (freebsd-amd64), const DLT_JUNIPER_VP = 183
 13729  pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS = 232
 13730  pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS ideal-int
 13731  pkg syscall (freebsd-amd64), const DLT_LAPB_WITH_DIR = 207
 13732  pkg syscall (freebsd-amd64), const DLT_LAPD = 203
 13733  pkg syscall (freebsd-amd64), const DLT_LIN = 212
 13734  pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV = 216
 13735  pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV ideal-int
 13736  pkg syscall (freebsd-amd64), const DLT_LINUX_IRDA = 144
 13737  pkg syscall (freebsd-amd64), const DLT_LINUX_LAPD = 177
 13738  pkg syscall (freebsd-amd64), const DLT_LINUX_PPP_WITHDIRECTION = 166
 13739  pkg syscall (freebsd-amd64), const DLT_LINUX_SLL = 113
 13740  pkg syscall (freebsd-amd64), const DLT_LOOP = 108
 13741  pkg syscall (freebsd-amd64), const DLT_LTALK = 114
 13742  pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
 13743  pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX ideal-int
 13744  pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN = 104
 13745  pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN ideal-int
 13746  pkg syscall (freebsd-amd64), const DLT_MFR = 182
 13747  pkg syscall (freebsd-amd64), const DLT_MOST = 211
 13748  pkg syscall (freebsd-amd64), const DLT_MPLS = 219
 13749  pkg syscall (freebsd-amd64), const DLT_MPLS ideal-int
 13750  pkg syscall (freebsd-amd64), const DLT_MTP2 = 140
 13751  pkg syscall (freebsd-amd64), const DLT_MTP2_WITH_PHDR = 139
 13752  pkg syscall (freebsd-amd64), const DLT_MTP3 = 141
 13753  pkg syscall (freebsd-amd64), const DLT_MUX27010 = 236
 13754  pkg syscall (freebsd-amd64), const DLT_MUX27010 ideal-int
 13755  pkg syscall (freebsd-amd64), const DLT_NETANALYZER = 240
 13756  pkg syscall (freebsd-amd64), const DLT_NETANALYZER ideal-int
 13757  pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT = 241
 13758  pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT ideal-int
 13759  pkg syscall (freebsd-amd64), const DLT_NFLOG = 239
 13760  pkg syscall (freebsd-amd64), const DLT_NFLOG ideal-int
 13761  pkg syscall (freebsd-amd64), const DLT_NULL = 0
 13762  pkg syscall (freebsd-amd64), const DLT_PCI_EXP = 125
 13763  pkg syscall (freebsd-amd64), const DLT_PFLOG = 117
 13764  pkg syscall (freebsd-amd64), const DLT_PFSYNC = 121
 13765  pkg syscall (freebsd-amd64), const DLT_PPI = 192
 13766  pkg syscall (freebsd-amd64), const DLT_PPP = 9
 13767  pkg syscall (freebsd-amd64), const DLT_PPP_BSDOS = 16
 13768  pkg syscall (freebsd-amd64), const DLT_PPP_ETHER = 51
 13769  pkg syscall (freebsd-amd64), const DLT_PPP_PPPD = 166
 13770  pkg syscall (freebsd-amd64), const DLT_PPP_SERIAL = 50
 13771  pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIR = 204
 13772  pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIRECTION = 166
 13773  pkg syscall (freebsd-amd64), const DLT_PRISM_HEADER = 119
 13774  pkg syscall (freebsd-amd64), const DLT_PRONET = 4
 13775  pkg syscall (freebsd-amd64), const DLT_RAIF1 = 198
 13776  pkg syscall (freebsd-amd64), const DLT_RAW = 12
 13777  pkg syscall (freebsd-amd64), const DLT_RIO = 124
 13778  pkg syscall (freebsd-amd64), const DLT_SCCP = 142
 13779  pkg syscall (freebsd-amd64), const DLT_SITA = 196
 13780  pkg syscall (freebsd-amd64), const DLT_SLIP = 8
 13781  pkg syscall (freebsd-amd64), const DLT_SLIP_BSDOS = 15
 13782  pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU = 237
 13783  pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU ideal-int
 13784  pkg syscall (freebsd-amd64), const DLT_SUNATM = 123
 13785  pkg syscall (freebsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
 13786  pkg syscall (freebsd-amd64), const DLT_TZSP = 128
 13787  pkg syscall (freebsd-amd64), const DLT_USB = 186
 13788  pkg syscall (freebsd-amd64), const DLT_USB_LINUX = 189
 13789  pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
 13790  pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int
 13791  pkg syscall (freebsd-amd64), const DLT_USER0 = 147
 13792  pkg syscall (freebsd-amd64), const DLT_USER1 = 148
 13793  pkg syscall (freebsd-amd64), const DLT_USER10 = 157
 13794  pkg syscall (freebsd-amd64), const DLT_USER11 = 158
 13795  pkg syscall (freebsd-amd64), const DLT_USER12 = 159
 13796  pkg syscall (freebsd-amd64), const DLT_USER13 = 160
 13797  pkg syscall (freebsd-amd64), const DLT_USER14 = 161
 13798  pkg syscall (freebsd-amd64), const DLT_USER15 = 162
 13799  pkg syscall (freebsd-amd64), const DLT_USER2 = 149
 13800  pkg syscall (freebsd-amd64), const DLT_USER3 = 150
 13801  pkg syscall (freebsd-amd64), const DLT_USER4 = 151
 13802  pkg syscall (freebsd-amd64), const DLT_USER5 = 152
 13803  pkg syscall (freebsd-amd64), const DLT_USER6 = 153
 13804  pkg syscall (freebsd-amd64), const DLT_USER7 = 154
 13805  pkg syscall (freebsd-amd64), const DLT_USER8 = 155
 13806  pkg syscall (freebsd-amd64), const DLT_USER9 = 156
 13807  pkg syscall (freebsd-amd64), const DLT_WIHART = 223
 13808  pkg syscall (freebsd-amd64), const DLT_WIHART ideal-int
 13809  pkg syscall (freebsd-amd64), const DLT_X2E_SERIAL = 213
 13810  pkg syscall (freebsd-amd64), const DLT_X2E_XORAYA = 214
 13811  pkg syscall (freebsd-amd64), const DT_BLK = 6
 13812  pkg syscall (freebsd-amd64), const DT_CHR = 2
 13813  pkg syscall (freebsd-amd64), const DT_DIR = 4
 13814  pkg syscall (freebsd-amd64), const DT_FIFO = 1
 13815  pkg syscall (freebsd-amd64), const DT_LNK = 10
 13816  pkg syscall (freebsd-amd64), const DT_REG = 8
 13817  pkg syscall (freebsd-amd64), const DT_SOCK = 12
 13818  pkg syscall (freebsd-amd64), const DT_UNKNOWN = 0
 13819  pkg syscall (freebsd-amd64), const DT_WHT = 14
 13820  pkg syscall (freebsd-amd64), const E2BIG = 7
 13821  pkg syscall (freebsd-amd64), const EACCES = 13
 13822  pkg syscall (freebsd-amd64), const EADDRINUSE = 48
 13823  pkg syscall (freebsd-amd64), const EADDRNOTAVAIL = 49
 13824  pkg syscall (freebsd-amd64), const EAFNOSUPPORT = 47
 13825  pkg syscall (freebsd-amd64), const EAGAIN = 35
 13826  pkg syscall (freebsd-amd64), const EALREADY = 37
 13827  pkg syscall (freebsd-amd64), const EAUTH = 80
 13828  pkg syscall (freebsd-amd64), const EBADF = 9
 13829  pkg syscall (freebsd-amd64), const EBADMSG = 89
 13830  pkg syscall (freebsd-amd64), const EBADRPC = 72
 13831  pkg syscall (freebsd-amd64), const EBUSY = 16
 13832  pkg syscall (freebsd-amd64), const ECANCELED = 85
 13833  pkg syscall (freebsd-amd64), const ECAPMODE = 94
 13834  pkg syscall (freebsd-amd64), const ECAPMODE Errno
 13835  pkg syscall (freebsd-amd64), const ECHILD = 10
 13836  pkg syscall (freebsd-amd64), const ECHO = 8
 13837  pkg syscall (freebsd-amd64), const ECHOCTL = 64
 13838  pkg syscall (freebsd-amd64), const ECHOE = 2
 13839  pkg syscall (freebsd-amd64), const ECHOK = 4
 13840  pkg syscall (freebsd-amd64), const ECHOKE = 1
 13841  pkg syscall (freebsd-amd64), const ECHONL = 16
 13842  pkg syscall (freebsd-amd64), const ECHOPRT = 32
 13843  pkg syscall (freebsd-amd64), const ECONNABORTED = 53
 13844  pkg syscall (freebsd-amd64), const ECONNREFUSED = 61
 13845  pkg syscall (freebsd-amd64), const ECONNRESET = 54
 13846  pkg syscall (freebsd-amd64), const EDEADLK = 11
 13847  pkg syscall (freebsd-amd64), const EDESTADDRREQ = 39
 13848  pkg syscall (freebsd-amd64), const EDOM = 33
 13849  pkg syscall (freebsd-amd64), const EDOOFUS = 88
 13850  pkg syscall (freebsd-amd64), const EDQUOT = 69
 13851  pkg syscall (freebsd-amd64), const EEXIST = 17
 13852  pkg syscall (freebsd-amd64), const EFAULT = 14
 13853  pkg syscall (freebsd-amd64), const EFBIG = 27
 13854  pkg syscall (freebsd-amd64), const EFTYPE = 79
 13855  pkg syscall (freebsd-amd64), const EHOSTDOWN = 64
 13856  pkg syscall (freebsd-amd64), const EHOSTUNREACH = 65
 13857  pkg syscall (freebsd-amd64), const EIDRM = 82
 13858  pkg syscall (freebsd-amd64), const EILSEQ = 86
 13859  pkg syscall (freebsd-amd64), const EINPROGRESS = 36
 13860  pkg syscall (freebsd-amd64), const EINTR = 4
 13861  pkg syscall (freebsd-amd64), const EINVAL = 22
 13862  pkg syscall (freebsd-amd64), const EIO = 5
 13863  pkg syscall (freebsd-amd64), const EISCONN = 56
 13864  pkg syscall (freebsd-amd64), const EISDIR = 21
 13865  pkg syscall (freebsd-amd64), const ELAST = 94
 13866  pkg syscall (freebsd-amd64), const ELOOP = 62
 13867  pkg syscall (freebsd-amd64), const EMFILE = 24
 13868  pkg syscall (freebsd-amd64), const EMLINK = 31
 13869  pkg syscall (freebsd-amd64), const EMSGSIZE = 40
 13870  pkg syscall (freebsd-amd64), const EMULTIHOP = 90
 13871  pkg syscall (freebsd-amd64), const ENAMETOOLONG = 63
 13872  pkg syscall (freebsd-amd64), const ENEEDAUTH = 81
 13873  pkg syscall (freebsd-amd64), const ENETDOWN = 50
 13874  pkg syscall (freebsd-amd64), const ENETRESET = 52
 13875  pkg syscall (freebsd-amd64), const ENETUNREACH = 51
 13876  pkg syscall (freebsd-amd64), const ENFILE = 23
 13877  pkg syscall (freebsd-amd64), const ENOATTR = 87
 13878  pkg syscall (freebsd-amd64), const ENOBUFS = 55
 13879  pkg syscall (freebsd-amd64), const ENODEV = 19
 13880  pkg syscall (freebsd-amd64), const ENOEXEC = 8
 13881  pkg syscall (freebsd-amd64), const ENOLCK = 77
 13882  pkg syscall (freebsd-amd64), const ENOLINK = 91
 13883  pkg syscall (freebsd-amd64), const ENOMEM = 12
 13884  pkg syscall (freebsd-amd64), const ENOMSG = 83
 13885  pkg syscall (freebsd-amd64), const ENOPROTOOPT = 42
 13886  pkg syscall (freebsd-amd64), const ENOSPC = 28
 13887  pkg syscall (freebsd-amd64), const ENOSYS = 78
 13888  pkg syscall (freebsd-amd64), const ENOTBLK = 15
 13889  pkg syscall (freebsd-amd64), const ENOTCAPABLE = 93
 13890  pkg syscall (freebsd-amd64), const ENOTCONN = 57
 13891  pkg syscall (freebsd-amd64), const ENOTDIR = 20
 13892  pkg syscall (freebsd-amd64), const ENOTEMPTY = 66
 13893  pkg syscall (freebsd-amd64), const ENOTSOCK = 38
 13894  pkg syscall (freebsd-amd64), const ENOTSUP = 45
 13895  pkg syscall (freebsd-amd64), const ENOTTY = 25
 13896  pkg syscall (freebsd-amd64), const ENXIO = 6
 13897  pkg syscall (freebsd-amd64), const EOPNOTSUPP = 45
 13898  pkg syscall (freebsd-amd64), const EOVERFLOW = 84
 13899  pkg syscall (freebsd-amd64), const EPERM = 1
 13900  pkg syscall (freebsd-amd64), const EPFNOSUPPORT = 46
 13901  pkg syscall (freebsd-amd64), const EPIPE = 32
 13902  pkg syscall (freebsd-amd64), const EPROCLIM = 67
 13903  pkg syscall (freebsd-amd64), const EPROCUNAVAIL = 76
 13904  pkg syscall (freebsd-amd64), const EPROGMISMATCH = 75
 13905  pkg syscall (freebsd-amd64), const EPROGUNAVAIL = 74
 13906  pkg syscall (freebsd-amd64), const EPROTO = 92
 13907  pkg syscall (freebsd-amd64), const EPROTONOSUPPORT = 43
 13908  pkg syscall (freebsd-amd64), const EPROTOTYPE = 41
 13909  pkg syscall (freebsd-amd64), const ERANGE = 34
 13910  pkg syscall (freebsd-amd64), const EREMOTE = 71
 13911  pkg syscall (freebsd-amd64), const EROFS = 30
 13912  pkg syscall (freebsd-amd64), const ERPCMISMATCH = 73
 13913  pkg syscall (freebsd-amd64), const ESHUTDOWN = 58
 13914  pkg syscall (freebsd-amd64), const ESOCKTNOSUPPORT = 44
 13915  pkg syscall (freebsd-amd64), const ESPIPE = 29
 13916  pkg syscall (freebsd-amd64), const ESRCH = 3
 13917  pkg syscall (freebsd-amd64), const ESTALE = 70
 13918  pkg syscall (freebsd-amd64), const ETIMEDOUT = 60
 13919  pkg syscall (freebsd-amd64), const ETOOMANYREFS = 59
 13920  pkg syscall (freebsd-amd64), const ETXTBSY = 26
 13921  pkg syscall (freebsd-amd64), const EUSERS = 68
 13922  pkg syscall (freebsd-amd64), const EVFILT_AIO = -3
 13923  pkg syscall (freebsd-amd64), const EVFILT_FS = -9
 13924  pkg syscall (freebsd-amd64), const EVFILT_LIO = -10
 13925  pkg syscall (freebsd-amd64), const EVFILT_PROC = -5
 13926  pkg syscall (freebsd-amd64), const EVFILT_READ = -1
 13927  pkg syscall (freebsd-amd64), const EVFILT_SIGNAL = -6
 13928  pkg syscall (freebsd-amd64), const EVFILT_SYSCOUNT = 11
 13929  pkg syscall (freebsd-amd64), const EVFILT_TIMER = -7
 13930  pkg syscall (freebsd-amd64), const EVFILT_USER = -11
 13931  pkg syscall (freebsd-amd64), const EVFILT_VNODE = -4
 13932  pkg syscall (freebsd-amd64), const EVFILT_WRITE = -2
 13933  pkg syscall (freebsd-amd64), const EV_ADD = 1
 13934  pkg syscall (freebsd-amd64), const EV_CLEAR = 32
 13935  pkg syscall (freebsd-amd64), const EV_DELETE = 2
 13936  pkg syscall (freebsd-amd64), const EV_DISABLE = 8
 13937  pkg syscall (freebsd-amd64), const EV_DISPATCH = 128
 13938  pkg syscall (freebsd-amd64), const EV_ENABLE = 4
 13939  pkg syscall (freebsd-amd64), const EV_EOF = 32768
 13940  pkg syscall (freebsd-amd64), const EV_ERROR = 16384
 13941  pkg syscall (freebsd-amd64), const EV_FLAG1 = 8192
 13942  pkg syscall (freebsd-amd64), const EV_ONESHOT = 16
 13943  pkg syscall (freebsd-amd64), const EV_RECEIPT = 64
 13944  pkg syscall (freebsd-amd64), const EV_SYSFLAGS = 61440
 13945  pkg syscall (freebsd-amd64), const EWOULDBLOCK = 35
 13946  pkg syscall (freebsd-amd64), const EXDEV = 18
 13947  pkg syscall (freebsd-amd64), const EXTA = 19200
 13948  pkg syscall (freebsd-amd64), const EXTB = 38400
 13949  pkg syscall (freebsd-amd64), const EXTPROC = 2048
 13950  pkg syscall (freebsd-amd64), const FD_CLOEXEC = 1
 13951  pkg syscall (freebsd-amd64), const FD_SETSIZE = 1024
 13952  pkg syscall (freebsd-amd64), const FLUSHO = 8388608
 13953  pkg syscall (freebsd-amd64), const FLUSHO ideal-int
 13954  pkg syscall (freebsd-amd64), const F_CANCEL = 5
 13955  pkg syscall (freebsd-amd64), const F_DUP2FD = 10
 13956  pkg syscall (freebsd-amd64), const F_DUPFD = 0
 13957  pkg syscall (freebsd-amd64), const F_GETFD = 1
 13958  pkg syscall (freebsd-amd64), const F_GETFL = 3
 13959  pkg syscall (freebsd-amd64), const F_GETLK = 11
 13960  pkg syscall (freebsd-amd64), const F_GETOWN = 5
 13961  pkg syscall (freebsd-amd64), const F_OGETLK = 7
 13962  pkg syscall (freebsd-amd64), const F_OK = 0
 13963  pkg syscall (freebsd-amd64), const F_OSETLK = 8
 13964  pkg syscall (freebsd-amd64), const F_OSETLKW = 9
 13965  pkg syscall (freebsd-amd64), const F_RDAHEAD = 16
 13966  pkg syscall (freebsd-amd64), const F_RDLCK = 1
 13967  pkg syscall (freebsd-amd64), const F_READAHEAD = 15
 13968  pkg syscall (freebsd-amd64), const F_SETFD = 2
 13969  pkg syscall (freebsd-amd64), const F_SETFL = 4
 13970  pkg syscall (freebsd-amd64), const F_SETLK = 12
 13971  pkg syscall (freebsd-amd64), const F_SETLKW = 13
 13972  pkg syscall (freebsd-amd64), const F_SETLK_REMOTE = 14
 13973  pkg syscall (freebsd-amd64), const F_SETOWN = 6
 13974  pkg syscall (freebsd-amd64), const F_UNLCK = 2
 13975  pkg syscall (freebsd-amd64), const F_UNLCKSYS = 4
 13976  pkg syscall (freebsd-amd64), const F_WRLCK = 3
 13977  pkg syscall (freebsd-amd64), const HUPCL = 16384
 13978  pkg syscall (freebsd-amd64), const HUPCL ideal-int
 13979  pkg syscall (freebsd-amd64), const ICANON = 256
 13980  pkg syscall (freebsd-amd64), const ICANON ideal-int
 13981  pkg syscall (freebsd-amd64), const ICRNL = 256
 13982  pkg syscall (freebsd-amd64), const ICRNL ideal-int
 13983  pkg syscall (freebsd-amd64), const IEXTEN = 1024
 13984  pkg syscall (freebsd-amd64), const IEXTEN ideal-int
 13985  pkg syscall (freebsd-amd64), const IFAN_ARRIVAL = 0
 13986  pkg syscall (freebsd-amd64), const IFAN_ARRIVAL ideal-int
 13987  pkg syscall (freebsd-amd64), const IFAN_DEPARTURE = 1
 13988  pkg syscall (freebsd-amd64), const IFAN_DEPARTURE ideal-int
 13989  pkg syscall (freebsd-amd64), const IFF_ALLMULTI = 512
 13990  pkg syscall (freebsd-amd64), const IFF_ALTPHYS = 16384
 13991  pkg syscall (freebsd-amd64), const IFF_CANTCHANGE = 2199410
 13992  pkg syscall (freebsd-amd64), const IFF_CANTCONFIG = 65536
 13993  pkg syscall (freebsd-amd64), const IFF_CANTCONFIG ideal-int
 13994  pkg syscall (freebsd-amd64), const IFF_DEBUG = 4
 13995  pkg syscall (freebsd-amd64), const IFF_DRV_OACTIVE = 1024
 13996  pkg syscall (freebsd-amd64), const IFF_DRV_RUNNING = 64
 13997  pkg syscall (freebsd-amd64), const IFF_DYING = 2097152
 13998  pkg syscall (freebsd-amd64), const IFF_LINK0 = 4096
 13999  pkg syscall (freebsd-amd64), const IFF_LINK1 = 8192
 14000  pkg syscall (freebsd-amd64), const IFF_LINK2 = 16384
 14001  pkg syscall (freebsd-amd64), const IFF_LOOPBACK = 8
 14002  pkg syscall (freebsd-amd64), const IFF_MONITOR = 262144
 14003  pkg syscall (freebsd-amd64), const IFF_MULTICAST = 32768
 14004  pkg syscall (freebsd-amd64), const IFF_NOARP = 128
 14005  pkg syscall (freebsd-amd64), const IFF_OACTIVE = 1024
 14006  pkg syscall (freebsd-amd64), const IFF_POINTOPOINT = 16
 14007  pkg syscall (freebsd-amd64), const IFF_PPROMISC = 131072
 14008  pkg syscall (freebsd-amd64), const IFF_PROMISC = 256
 14009  pkg syscall (freebsd-amd64), const IFF_RENAMING = 4194304
 14010  pkg syscall (freebsd-amd64), const IFF_RUNNING = 64
 14011  pkg syscall (freebsd-amd64), const IFF_SIMPLEX = 2048
 14012  pkg syscall (freebsd-amd64), const IFF_SMART = 32
 14013  pkg syscall (freebsd-amd64), const IFF_STATICARP = 524288
 14014  pkg syscall (freebsd-amd64), const IFNAMSIZ = 16
 14015  pkg syscall (freebsd-amd64), const IFT_1822 = 2
 14016  pkg syscall (freebsd-amd64), const IFT_A12MPPSWITCH = 130
 14017  pkg syscall (freebsd-amd64), const IFT_AAL2 = 187
 14018  pkg syscall (freebsd-amd64), const IFT_AAL5 = 49
 14019  pkg syscall (freebsd-amd64), const IFT_ADSL = 94
 14020  pkg syscall (freebsd-amd64), const IFT_AFLANE8023 = 59
 14021  pkg syscall (freebsd-amd64), const IFT_AFLANE8025 = 60
 14022  pkg syscall (freebsd-amd64), const IFT_ARAP = 88
 14023  pkg syscall (freebsd-amd64), const IFT_ARCNET = 35
 14024  pkg syscall (freebsd-amd64), const IFT_ARCNETPLUS = 36
 14025  pkg syscall (freebsd-amd64), const IFT_ASYNC = 84
 14026  pkg syscall (freebsd-amd64), const IFT_ATM = 37
 14027  pkg syscall (freebsd-amd64), const IFT_ATMDXI = 105
 14028  pkg syscall (freebsd-amd64), const IFT_ATMFUNI = 106
 14029  pkg syscall (freebsd-amd64), const IFT_ATMIMA = 107
 14030  pkg syscall (freebsd-amd64), const IFT_ATMLOGICAL = 80
 14031  pkg syscall (freebsd-amd64), const IFT_ATMRADIO = 189
 14032  pkg syscall (freebsd-amd64), const IFT_ATMSUBINTERFACE = 134
 14033  pkg syscall (freebsd-amd64), const IFT_ATMVCIENDPT = 194
 14034  pkg syscall (freebsd-amd64), const IFT_ATMVIRTUAL = 149
 14035  pkg syscall (freebsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
 14036  pkg syscall (freebsd-amd64), const IFT_BRIDGE = 209
 14037  pkg syscall (freebsd-amd64), const IFT_BSC = 83
 14038  pkg syscall (freebsd-amd64), const IFT_CARP = 248
 14039  pkg syscall (freebsd-amd64), const IFT_CCTEMUL = 61
 14040  pkg syscall (freebsd-amd64), const IFT_CEPT = 19
 14041  pkg syscall (freebsd-amd64), const IFT_CES = 133
 14042  pkg syscall (freebsd-amd64), const IFT_CHANNEL = 70
 14043  pkg syscall (freebsd-amd64), const IFT_CNR = 85
 14044  pkg syscall (freebsd-amd64), const IFT_COFFEE = 132
 14045  pkg syscall (freebsd-amd64), const IFT_COMPOSITELINK = 155
 14046  pkg syscall (freebsd-amd64), const IFT_DCN = 141
 14047  pkg syscall (freebsd-amd64), const IFT_DIGITALPOWERLINE = 138
 14048  pkg syscall (freebsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 14049  pkg syscall (freebsd-amd64), const IFT_DLSW = 74
 14050  pkg syscall (freebsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
 14051  pkg syscall (freebsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
 14052  pkg syscall (freebsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
 14053  pkg syscall (freebsd-amd64), const IFT_DS0 = 81
 14054  pkg syscall (freebsd-amd64), const IFT_DS0BUNDLE = 82
 14055  pkg syscall (freebsd-amd64), const IFT_DS1FDL = 170
 14056  pkg syscall (freebsd-amd64), const IFT_DS3 = 30
 14057  pkg syscall (freebsd-amd64), const IFT_DTM = 140
 14058  pkg syscall (freebsd-amd64), const IFT_DVBASILN = 172
 14059  pkg syscall (freebsd-amd64), const IFT_DVBASIOUT = 173
 14060  pkg syscall (freebsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
 14061  pkg syscall (freebsd-amd64), const IFT_DVBRCCMACLAYER = 146
 14062  pkg syscall (freebsd-amd64), const IFT_DVBRCCUPSTREAM = 148
 14063  pkg syscall (freebsd-amd64), const IFT_ENC = 244
 14064  pkg syscall (freebsd-amd64), const IFT_EON = 25
 14065  pkg syscall (freebsd-amd64), const IFT_EPLRS = 87
 14066  pkg syscall (freebsd-amd64), const IFT_ESCON = 73
 14067  pkg syscall (freebsd-amd64), const IFT_ETHER = 6
 14068  pkg syscall (freebsd-amd64), const IFT_FAITH = 242
 14069  pkg syscall (freebsd-amd64), const IFT_FAST = 125
 14070  pkg syscall (freebsd-amd64), const IFT_FASTETHER = 62
 14071  pkg syscall (freebsd-amd64), const IFT_FASTETHERFX = 69
 14072  pkg syscall (freebsd-amd64), const IFT_FDDI = 15
 14073  pkg syscall (freebsd-amd64), const IFT_FIBRECHANNEL = 56
 14074  pkg syscall (freebsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
 14075  pkg syscall (freebsd-amd64), const IFT_FRAMERELAYMPI = 92
 14076  pkg syscall (freebsd-amd64), const IFT_FRDLCIENDPT = 193
 14077  pkg syscall (freebsd-amd64), const IFT_FRELAY = 32
 14078  pkg syscall (freebsd-amd64), const IFT_FRELAYDCE = 44
 14079  pkg syscall (freebsd-amd64), const IFT_FRF16MFRBUNDLE = 163
 14080  pkg syscall (freebsd-amd64), const IFT_FRFORWARD = 158
 14081  pkg syscall (freebsd-amd64), const IFT_G703AT2MB = 67
 14082  pkg syscall (freebsd-amd64), const IFT_G703AT64K = 66
 14083  pkg syscall (freebsd-amd64), const IFT_GIF = 240
 14084  pkg syscall (freebsd-amd64), const IFT_GIGABITETHERNET = 117
 14085  pkg syscall (freebsd-amd64), const IFT_GR303IDT = 178
 14086  pkg syscall (freebsd-amd64), const IFT_GR303RDT = 177
 14087  pkg syscall (freebsd-amd64), const IFT_H323GATEKEEPER = 164
 14088  pkg syscall (freebsd-amd64), const IFT_H323PROXY = 165
 14089  pkg syscall (freebsd-amd64), const IFT_HDH1822 = 3
 14090  pkg syscall (freebsd-amd64), const IFT_HDLC = 118
 14091  pkg syscall (freebsd-amd64), const IFT_HDSL2 = 168
 14092  pkg syscall (freebsd-amd64), const IFT_HIPERLAN2 = 183
 14093  pkg syscall (freebsd-amd64), const IFT_HIPPI = 47
 14094  pkg syscall (freebsd-amd64), const IFT_HIPPIINTERFACE = 57
 14095  pkg syscall (freebsd-amd64), const IFT_HOSTPAD = 90
 14096  pkg syscall (freebsd-amd64), const IFT_HSSI = 46
 14097  pkg syscall (freebsd-amd64), const IFT_HY = 14
 14098  pkg syscall (freebsd-amd64), const IFT_IBM370PARCHAN = 72
 14099  pkg syscall (freebsd-amd64), const IFT_IDSL = 154
 14100  pkg syscall (freebsd-amd64), const IFT_IEEE1394 = 144
 14101  pkg syscall (freebsd-amd64), const IFT_IEEE80211 = 71
 14102  pkg syscall (freebsd-amd64), const IFT_IEEE80212 = 55
 14103  pkg syscall (freebsd-amd64), const IFT_IEEE8023ADLAG = 161
 14104  pkg syscall (freebsd-amd64), const IFT_IFGSN = 145
 14105  pkg syscall (freebsd-amd64), const IFT_IMT = 190
 14106  pkg syscall (freebsd-amd64), const IFT_INFINIBAND = 199
 14107  pkg syscall (freebsd-amd64), const IFT_INFINIBAND ideal-int
 14108  pkg syscall (freebsd-amd64), const IFT_INTERLEAVE = 124
 14109  pkg syscall (freebsd-amd64), const IFT_IP = 126
 14110  pkg syscall (freebsd-amd64), const IFT_IPFORWARD = 142
 14111  pkg syscall (freebsd-amd64), const IFT_IPOVERATM = 114
 14112  pkg syscall (freebsd-amd64), const IFT_IPOVERCDLC = 109
 14113  pkg syscall (freebsd-amd64), const IFT_IPOVERCLAW = 110
 14114  pkg syscall (freebsd-amd64), const IFT_IPSWITCH = 78
 14115  pkg syscall (freebsd-amd64), const IFT_IPXIP = 249
 14116  pkg syscall (freebsd-amd64), const IFT_ISDN = 63
 14117  pkg syscall (freebsd-amd64), const IFT_ISDNBASIC = 20
 14118  pkg syscall (freebsd-amd64), const IFT_ISDNPRIMARY = 21
 14119  pkg syscall (freebsd-amd64), const IFT_ISDNS = 75
 14120  pkg syscall (freebsd-amd64), const IFT_ISDNU = 76
 14121  pkg syscall (freebsd-amd64), const IFT_ISO88022LLC = 41
 14122  pkg syscall (freebsd-amd64), const IFT_ISO88023 = 7
 14123  pkg syscall (freebsd-amd64), const IFT_ISO88024 = 8
 14124  pkg syscall (freebsd-amd64), const IFT_ISO88025 = 9
 14125  pkg syscall (freebsd-amd64), const IFT_ISO88025CRFPINT = 98
 14126  pkg syscall (freebsd-amd64), const IFT_ISO88025DTR = 86
 14127  pkg syscall (freebsd-amd64), const IFT_ISO88025FIBER = 115
 14128  pkg syscall (freebsd-amd64), const IFT_ISO88026 = 10
 14129  pkg syscall (freebsd-amd64), const IFT_ISUP = 179
 14130  pkg syscall (freebsd-amd64), const IFT_L2VLAN = 135
 14131  pkg syscall (freebsd-amd64), const IFT_L3IPVLAN = 136
 14132  pkg syscall (freebsd-amd64), const IFT_L3IPXVLAN = 137
 14133  pkg syscall (freebsd-amd64), const IFT_LAPB = 16
 14134  pkg syscall (freebsd-amd64), const IFT_LAPD = 77
 14135  pkg syscall (freebsd-amd64), const IFT_LAPF = 119
 14136  pkg syscall (freebsd-amd64), const IFT_LOCALTALK = 42
 14137  pkg syscall (freebsd-amd64), const IFT_LOOP = 24
 14138  pkg syscall (freebsd-amd64), const IFT_MEDIAMAILOVERIP = 139
 14139  pkg syscall (freebsd-amd64), const IFT_MFSIGLINK = 167
 14140  pkg syscall (freebsd-amd64), const IFT_MIOX25 = 38
 14141  pkg syscall (freebsd-amd64), const IFT_MODEM = 48
 14142  pkg syscall (freebsd-amd64), const IFT_MPC = 113
 14143  pkg syscall (freebsd-amd64), const IFT_MPLS = 166
 14144  pkg syscall (freebsd-amd64), const IFT_MPLSTUNNEL = 150
 14145  pkg syscall (freebsd-amd64), const IFT_MSDSL = 143
 14146  pkg syscall (freebsd-amd64), const IFT_MVL = 191
 14147  pkg syscall (freebsd-amd64), const IFT_MYRINET = 99
 14148  pkg syscall (freebsd-amd64), const IFT_NFAS = 175
 14149  pkg syscall (freebsd-amd64), const IFT_NSIP = 27
 14150  pkg syscall (freebsd-amd64), const IFT_OPTICALCHANNEL = 195
 14151  pkg syscall (freebsd-amd64), const IFT_OPTICALTRANSPORT = 196
 14152  pkg syscall (freebsd-amd64), const IFT_OTHER = 1
 14153  pkg syscall (freebsd-amd64), const IFT_P10 = 12
 14154  pkg syscall (freebsd-amd64), const IFT_P80 = 13
 14155  pkg syscall (freebsd-amd64), const IFT_PARA = 34
 14156  pkg syscall (freebsd-amd64), const IFT_PFLOG = 246
 14157  pkg syscall (freebsd-amd64), const IFT_PFSYNC = 247
 14158  pkg syscall (freebsd-amd64), const IFT_PLC = 174
 14159  pkg syscall (freebsd-amd64), const IFT_POS = 171
 14160  pkg syscall (freebsd-amd64), const IFT_PPP = 23
 14161  pkg syscall (freebsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
 14162  pkg syscall (freebsd-amd64), const IFT_PROPBWAP2MP = 184
 14163  pkg syscall (freebsd-amd64), const IFT_PROPCNLS = 89
 14164  pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 14165  pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 14166  pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 14167  pkg syscall (freebsd-amd64), const IFT_PROPMUX = 54
 14168  pkg syscall (freebsd-amd64), const IFT_PROPVIRTUAL = 53
 14169  pkg syscall (freebsd-amd64), const IFT_PROPWIRELESSP2P = 157
 14170  pkg syscall (freebsd-amd64), const IFT_PTPSERIAL = 22
 14171  pkg syscall (freebsd-amd64), const IFT_PVC = 241
 14172  pkg syscall (freebsd-amd64), const IFT_QLLC = 68
 14173  pkg syscall (freebsd-amd64), const IFT_RADIOMAC = 188
 14174  pkg syscall (freebsd-amd64), const IFT_RADSL = 95
 14175  pkg syscall (freebsd-amd64), const IFT_REACHDSL = 192
 14176  pkg syscall (freebsd-amd64), const IFT_RFC1483 = 159
 14177  pkg syscall (freebsd-amd64), const IFT_RS232 = 33
 14178  pkg syscall (freebsd-amd64), const IFT_RSRB = 79
 14179  pkg syscall (freebsd-amd64), const IFT_SDLC = 17
 14180  pkg syscall (freebsd-amd64), const IFT_SDSL = 96
 14181  pkg syscall (freebsd-amd64), const IFT_SHDSL = 169
 14182  pkg syscall (freebsd-amd64), const IFT_SIP = 31
 14183  pkg syscall (freebsd-amd64), const IFT_SLIP = 28
 14184  pkg syscall (freebsd-amd64), const IFT_SMDSDXI = 43
 14185  pkg syscall (freebsd-amd64), const IFT_SMDSICIP = 52
 14186  pkg syscall (freebsd-amd64), const IFT_SONET = 39
 14187  pkg syscall (freebsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
 14188  pkg syscall (freebsd-amd64), const IFT_SONETPATH = 50
 14189  pkg syscall (freebsd-amd64), const IFT_SONETVT = 51
 14190  pkg syscall (freebsd-amd64), const IFT_SRP = 151
 14191  pkg syscall (freebsd-amd64), const IFT_SS7SIGLINK = 156
 14192  pkg syscall (freebsd-amd64), const IFT_STACKTOSTACK = 111
 14193  pkg syscall (freebsd-amd64), const IFT_STARLAN = 11
 14194  pkg syscall (freebsd-amd64), const IFT_STF = 215
 14195  pkg syscall (freebsd-amd64), const IFT_T1 = 18
 14196  pkg syscall (freebsd-amd64), const IFT_TDLC = 116
 14197  pkg syscall (freebsd-amd64), const IFT_TERMPAD = 91
 14198  pkg syscall (freebsd-amd64), const IFT_TR008 = 176
 14199  pkg syscall (freebsd-amd64), const IFT_TRANSPHDLC = 123
 14200  pkg syscall (freebsd-amd64), const IFT_TUNNEL = 131
 14201  pkg syscall (freebsd-amd64), const IFT_ULTRA = 29
 14202  pkg syscall (freebsd-amd64), const IFT_USB = 160
 14203  pkg syscall (freebsd-amd64), const IFT_V11 = 64
 14204  pkg syscall (freebsd-amd64), const IFT_V35 = 45
 14205  pkg syscall (freebsd-amd64), const IFT_V36 = 65
 14206  pkg syscall (freebsd-amd64), const IFT_V37 = 120
 14207  pkg syscall (freebsd-amd64), const IFT_VDSL = 97
 14208  pkg syscall (freebsd-amd64), const IFT_VIRTUALIPADDRESS = 112
 14209  pkg syscall (freebsd-amd64), const IFT_VOICEEM = 100
 14210  pkg syscall (freebsd-amd64), const IFT_VOICEENCAP = 103
 14211  pkg syscall (freebsd-amd64), const IFT_VOICEFXO = 101
 14212  pkg syscall (freebsd-amd64), const IFT_VOICEFXS = 102
 14213  pkg syscall (freebsd-amd64), const IFT_VOICEOVERATM = 152
 14214  pkg syscall (freebsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
 14215  pkg syscall (freebsd-amd64), const IFT_VOICEOVERIP = 104
 14216  pkg syscall (freebsd-amd64), const IFT_X213 = 93
 14217  pkg syscall (freebsd-amd64), const IFT_X25 = 5
 14218  pkg syscall (freebsd-amd64), const IFT_X25DDN = 4
 14219  pkg syscall (freebsd-amd64), const IFT_X25HUNTGROUP = 122
 14220  pkg syscall (freebsd-amd64), const IFT_X25MLP = 121
 14221  pkg syscall (freebsd-amd64), const IFT_X25PLE = 40
 14222  pkg syscall (freebsd-amd64), const IFT_XETHER = 26
 14223  pkg syscall (freebsd-amd64), const IGNBRK = 1
 14224  pkg syscall (freebsd-amd64), const IGNBRK ideal-int
 14225  pkg syscall (freebsd-amd64), const IGNCR = 128
 14226  pkg syscall (freebsd-amd64), const IGNCR ideal-int
 14227  pkg syscall (freebsd-amd64), const IGNPAR = 4
 14228  pkg syscall (freebsd-amd64), const IGNPAR ideal-int
 14229  pkg syscall (freebsd-amd64), const IMAXBEL = 8192
 14230  pkg syscall (freebsd-amd64), const IMAXBEL ideal-int
 14231  pkg syscall (freebsd-amd64), const INLCR = 64
 14232  pkg syscall (freebsd-amd64), const INLCR ideal-int
 14233  pkg syscall (freebsd-amd64), const INPCK = 16
 14234  pkg syscall (freebsd-amd64), const INPCK ideal-int
 14235  pkg syscall (freebsd-amd64), const IN_CLASSA_HOST = 16777215
 14236  pkg syscall (freebsd-amd64), const IN_CLASSA_MAX = 128
 14237  pkg syscall (freebsd-amd64), const IN_CLASSA_NET = 4278190080
 14238  pkg syscall (freebsd-amd64), const IN_CLASSA_NSHIFT = 24
 14239  pkg syscall (freebsd-amd64), const IN_CLASSB_HOST = 65535
 14240  pkg syscall (freebsd-amd64), const IN_CLASSB_MAX = 65536
 14241  pkg syscall (freebsd-amd64), const IN_CLASSB_NET = 4294901760
 14242  pkg syscall (freebsd-amd64), const IN_CLASSB_NSHIFT = 16
 14243  pkg syscall (freebsd-amd64), const IN_CLASSC_HOST = 255
 14244  pkg syscall (freebsd-amd64), const IN_CLASSC_NET = 4294967040
 14245  pkg syscall (freebsd-amd64), const IN_CLASSC_NSHIFT = 8
 14246  pkg syscall (freebsd-amd64), const IN_CLASSD_HOST = 268435455
 14247  pkg syscall (freebsd-amd64), const IN_CLASSD_NET = 4026531840
 14248  pkg syscall (freebsd-amd64), const IN_CLASSD_NSHIFT = 28
 14249  pkg syscall (freebsd-amd64), const IN_LOOPBACKNET = 127
 14250  pkg syscall (freebsd-amd64), const IN_RFC3021_MASK = 4294967294
 14251  pkg syscall (freebsd-amd64), const IN_RFC3021_MASK ideal-int
 14252  pkg syscall (freebsd-amd64), const IPPROTO_3PC = 34
 14253  pkg syscall (freebsd-amd64), const IPPROTO_ADFS = 68
 14254  pkg syscall (freebsd-amd64), const IPPROTO_AH = 51
 14255  pkg syscall (freebsd-amd64), const IPPROTO_AHIP = 61
 14256  pkg syscall (freebsd-amd64), const IPPROTO_APES = 99
 14257  pkg syscall (freebsd-amd64), const IPPROTO_ARGUS = 13
 14258  pkg syscall (freebsd-amd64), const IPPROTO_AX25 = 93
 14259  pkg syscall (freebsd-amd64), const IPPROTO_BHA = 49
 14260  pkg syscall (freebsd-amd64), const IPPROTO_BLT = 30
 14261  pkg syscall (freebsd-amd64), const IPPROTO_BRSATMON = 76
 14262  pkg syscall (freebsd-amd64), const IPPROTO_CARP = 112
 14263  pkg syscall (freebsd-amd64), const IPPROTO_CFTP = 62
 14264  pkg syscall (freebsd-amd64), const IPPROTO_CHAOS = 16
 14265  pkg syscall (freebsd-amd64), const IPPROTO_CMTP = 38
 14266  pkg syscall (freebsd-amd64), const IPPROTO_CPHB = 73
 14267  pkg syscall (freebsd-amd64), const IPPROTO_CPNX = 72
 14268  pkg syscall (freebsd-amd64), const IPPROTO_DDP = 37
 14269  pkg syscall (freebsd-amd64), const IPPROTO_DGP = 86
 14270  pkg syscall (freebsd-amd64), const IPPROTO_DIVERT = 258
 14271  pkg syscall (freebsd-amd64), const IPPROTO_DONE = 257
 14272  pkg syscall (freebsd-amd64), const IPPROTO_DSTOPTS = 60
 14273  pkg syscall (freebsd-amd64), const IPPROTO_EGP = 8
 14274  pkg syscall (freebsd-amd64), const IPPROTO_EMCON = 14
 14275  pkg syscall (freebsd-amd64), const IPPROTO_ENCAP = 98
 14276  pkg syscall (freebsd-amd64), const IPPROTO_EON = 80
 14277  pkg syscall (freebsd-amd64), const IPPROTO_ESP = 50
 14278  pkg syscall (freebsd-amd64), const IPPROTO_ETHERIP = 97
 14279  pkg syscall (freebsd-amd64), const IPPROTO_FRAGMENT = 44
 14280  pkg syscall (freebsd-amd64), const IPPROTO_GGP = 3
 14281  pkg syscall (freebsd-amd64), const IPPROTO_GMTP = 100
 14282  pkg syscall (freebsd-amd64), const IPPROTO_GRE = 47
 14283  pkg syscall (freebsd-amd64), const IPPROTO_HELLO = 63
 14284  pkg syscall (freebsd-amd64), const IPPROTO_HMP = 20
 14285  pkg syscall (freebsd-amd64), const IPPROTO_HOPOPTS = 0
 14286  pkg syscall (freebsd-amd64), const IPPROTO_ICMP = 1
 14287  pkg syscall (freebsd-amd64), const IPPROTO_ICMPV6 = 58
 14288  pkg syscall (freebsd-amd64), const IPPROTO_IDP = 22
 14289  pkg syscall (freebsd-amd64), const IPPROTO_IDPR = 35
 14290  pkg syscall (freebsd-amd64), const IPPROTO_IDRP = 45
 14291  pkg syscall (freebsd-amd64), const IPPROTO_IGMP = 2
 14292  pkg syscall (freebsd-amd64), const IPPROTO_IGP = 85
 14293  pkg syscall (freebsd-amd64), const IPPROTO_IGRP = 88
 14294  pkg syscall (freebsd-amd64), const IPPROTO_IL = 40
 14295  pkg syscall (freebsd-amd64), const IPPROTO_INLSP = 52
 14296  pkg syscall (freebsd-amd64), const IPPROTO_INP = 32
 14297  pkg syscall (freebsd-amd64), const IPPROTO_IPCOMP = 108
 14298  pkg syscall (freebsd-amd64), const IPPROTO_IPCV = 71
 14299  pkg syscall (freebsd-amd64), const IPPROTO_IPEIP = 94
 14300  pkg syscall (freebsd-amd64), const IPPROTO_IPIP = 4
 14301  pkg syscall (freebsd-amd64), const IPPROTO_IPPC = 67
 14302  pkg syscall (freebsd-amd64), const IPPROTO_IPV4 = 4
 14303  pkg syscall (freebsd-amd64), const IPPROTO_IRTP = 28
 14304  pkg syscall (freebsd-amd64), const IPPROTO_KRYPTOLAN = 65
 14305  pkg syscall (freebsd-amd64), const IPPROTO_LARP = 91
 14306  pkg syscall (freebsd-amd64), const IPPROTO_LEAF1 = 25
 14307  pkg syscall (freebsd-amd64), const IPPROTO_LEAF2 = 26
 14308  pkg syscall (freebsd-amd64), const IPPROTO_MAX = 256
 14309  pkg syscall (freebsd-amd64), const IPPROTO_MAXID = 52
 14310  pkg syscall (freebsd-amd64), const IPPROTO_MEAS = 19
 14311  pkg syscall (freebsd-amd64), const IPPROTO_MH = 135
 14312  pkg syscall (freebsd-amd64), const IPPROTO_MH ideal-int
 14313  pkg syscall (freebsd-amd64), const IPPROTO_MHRP = 48
 14314  pkg syscall (freebsd-amd64), const IPPROTO_MICP = 95
 14315  pkg syscall (freebsd-amd64), const IPPROTO_MOBILE = 55
 14316  pkg syscall (freebsd-amd64), const IPPROTO_MTP = 92
 14317  pkg syscall (freebsd-amd64), const IPPROTO_MUX = 18
 14318  pkg syscall (freebsd-amd64), const IPPROTO_ND = 77
 14319  pkg syscall (freebsd-amd64), const IPPROTO_NHRP = 54
 14320  pkg syscall (freebsd-amd64), const IPPROTO_NONE = 59
 14321  pkg syscall (freebsd-amd64), const IPPROTO_NSP = 31
 14322  pkg syscall (freebsd-amd64), const IPPROTO_NVPII = 11
 14323  pkg syscall (freebsd-amd64), const IPPROTO_OLD_DIVERT = 254
 14324  pkg syscall (freebsd-amd64), const IPPROTO_OSPFIGP = 89
 14325  pkg syscall (freebsd-amd64), const IPPROTO_PFSYNC = 240
 14326  pkg syscall (freebsd-amd64), const IPPROTO_PGM = 113
 14327  pkg syscall (freebsd-amd64), const IPPROTO_PIGP = 9
 14328  pkg syscall (freebsd-amd64), const IPPROTO_PIM = 103
 14329  pkg syscall (freebsd-amd64), const IPPROTO_PRM = 21
 14330  pkg syscall (freebsd-amd64), const IPPROTO_PUP = 12
 14331  pkg syscall (freebsd-amd64), const IPPROTO_PVP = 75
 14332  pkg syscall (freebsd-amd64), const IPPROTO_RAW = 255
 14333  pkg syscall (freebsd-amd64), const IPPROTO_RCCMON = 10
 14334  pkg syscall (freebsd-amd64), const IPPROTO_RDP = 27
 14335  pkg syscall (freebsd-amd64), const IPPROTO_ROUTING = 43
 14336  pkg syscall (freebsd-amd64), const IPPROTO_RSVP = 46
 14337  pkg syscall (freebsd-amd64), const IPPROTO_RVD = 66
 14338  pkg syscall (freebsd-amd64), const IPPROTO_SATEXPAK = 64
 14339  pkg syscall (freebsd-amd64), const IPPROTO_SATMON = 69
 14340  pkg syscall (freebsd-amd64), const IPPROTO_SCCSP = 96
 14341  pkg syscall (freebsd-amd64), const IPPROTO_SCTP = 132
 14342  pkg syscall (freebsd-amd64), const IPPROTO_SDRP = 42
 14343  pkg syscall (freebsd-amd64), const IPPROTO_SEND = 259
 14344  pkg syscall (freebsd-amd64), const IPPROTO_SEND ideal-int
 14345  pkg syscall (freebsd-amd64), const IPPROTO_SEP = 33
 14346  pkg syscall (freebsd-amd64), const IPPROTO_SKIP = 57
 14347  pkg syscall (freebsd-amd64), const IPPROTO_SPACER = 32767
 14348  pkg syscall (freebsd-amd64), const IPPROTO_SRPC = 90
 14349  pkg syscall (freebsd-amd64), const IPPROTO_ST = 7
 14350  pkg syscall (freebsd-amd64), const IPPROTO_SVMTP = 82
 14351  pkg syscall (freebsd-amd64), const IPPROTO_SWIPE = 53
 14352  pkg syscall (freebsd-amd64), const IPPROTO_TCF = 87
 14353  pkg syscall (freebsd-amd64), const IPPROTO_TLSP = 56
 14354  pkg syscall (freebsd-amd64), const IPPROTO_TP = 29
 14355  pkg syscall (freebsd-amd64), const IPPROTO_TPXX = 39
 14356  pkg syscall (freebsd-amd64), const IPPROTO_TRUNK1 = 23
 14357  pkg syscall (freebsd-amd64), const IPPROTO_TRUNK2 = 24
 14358  pkg syscall (freebsd-amd64), const IPPROTO_TTP = 84
 14359  pkg syscall (freebsd-amd64), const IPPROTO_VINES = 83
 14360  pkg syscall (freebsd-amd64), const IPPROTO_VISA = 70
 14361  pkg syscall (freebsd-amd64), const IPPROTO_VMTP = 81
 14362  pkg syscall (freebsd-amd64), const IPPROTO_WBEXPAK = 79
 14363  pkg syscall (freebsd-amd64), const IPPROTO_WBMON = 78
 14364  pkg syscall (freebsd-amd64), const IPPROTO_WSN = 74
 14365  pkg syscall (freebsd-amd64), const IPPROTO_XNET = 15
 14366  pkg syscall (freebsd-amd64), const IPPROTO_XTP = 36
 14367  pkg syscall (freebsd-amd64), const IPV6_AUTOFLOWLABEL = 59
 14368  pkg syscall (freebsd-amd64), const IPV6_BINDANY = 64
 14369  pkg syscall (freebsd-amd64), const IPV6_BINDV6ONLY = 27
 14370  pkg syscall (freebsd-amd64), const IPV6_CHECKSUM = 26
 14371  pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 14372  pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 14373  pkg syscall (freebsd-amd64), const IPV6_DEFHLIM = 64
 14374  pkg syscall (freebsd-amd64), const IPV6_DONTFRAG = 62
 14375  pkg syscall (freebsd-amd64), const IPV6_DSTOPTS = 50
 14376  pkg syscall (freebsd-amd64), const IPV6_FAITH = 29
 14377  pkg syscall (freebsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
 14378  pkg syscall (freebsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
 14379  pkg syscall (freebsd-amd64), const IPV6_FRAGTTL = 120
 14380  pkg syscall (freebsd-amd64), const IPV6_FW_ADD = 30
 14381  pkg syscall (freebsd-amd64), const IPV6_FW_DEL = 31
 14382  pkg syscall (freebsd-amd64), const IPV6_FW_FLUSH = 32
 14383  pkg syscall (freebsd-amd64), const IPV6_FW_GET = 34
 14384  pkg syscall (freebsd-amd64), const IPV6_FW_ZERO = 33
 14385  pkg syscall (freebsd-amd64), const IPV6_HLIMDEC = 1
 14386  pkg syscall (freebsd-amd64), const IPV6_HOPLIMIT = 47
 14387  pkg syscall (freebsd-amd64), const IPV6_HOPOPTS = 49
 14388  pkg syscall (freebsd-amd64), const IPV6_IPSEC_POLICY = 28
 14389  pkg syscall (freebsd-amd64), const IPV6_JOIN_GROUP = 12
 14390  pkg syscall (freebsd-amd64), const IPV6_LEAVE_GROUP = 13
 14391  pkg syscall (freebsd-amd64), const IPV6_MAXHLIM = 255
 14392  pkg syscall (freebsd-amd64), const IPV6_MAXOPTHDR = 2048
 14393  pkg syscall (freebsd-amd64), const IPV6_MAXPACKET = 65535
 14394  pkg syscall (freebsd-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
 14395  pkg syscall (freebsd-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
 14396  pkg syscall (freebsd-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
 14397  pkg syscall (freebsd-amd64), const IPV6_MIN_MEMBERSHIPS = 31
 14398  pkg syscall (freebsd-amd64), const IPV6_MMTU = 1280
 14399  pkg syscall (freebsd-amd64), const IPV6_MSFILTER = 74
 14400  pkg syscall (freebsd-amd64), const IPV6_MULTICAST_HOPS = 10
 14401  pkg syscall (freebsd-amd64), const IPV6_MULTICAST_IF = 9
 14402  pkg syscall (freebsd-amd64), const IPV6_MULTICAST_LOOP = 11
 14403  pkg syscall (freebsd-amd64), const IPV6_NEXTHOP = 48
 14404  pkg syscall (freebsd-amd64), const IPV6_PATHMTU = 44
 14405  pkg syscall (freebsd-amd64), const IPV6_PKTINFO = 46
 14406  pkg syscall (freebsd-amd64), const IPV6_PORTRANGE = 14
 14407  pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
 14408  pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_HIGH = 1
 14409  pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_LOW = 2
 14410  pkg syscall (freebsd-amd64), const IPV6_PREFER_TEMPADDR = 63
 14411  pkg syscall (freebsd-amd64), const IPV6_RECVDSTOPTS = 40
 14412  pkg syscall (freebsd-amd64), const IPV6_RECVHOPLIMIT = 37
 14413  pkg syscall (freebsd-amd64), const IPV6_RECVHOPOPTS = 39
 14414  pkg syscall (freebsd-amd64), const IPV6_RECVPATHMTU = 43
 14415  pkg syscall (freebsd-amd64), const IPV6_RECVPKTINFO = 36
 14416  pkg syscall (freebsd-amd64), const IPV6_RECVRTHDR = 38
 14417  pkg syscall (freebsd-amd64), const IPV6_RECVTCLASS = 57
 14418  pkg syscall (freebsd-amd64), const IPV6_RTHDR = 51
 14419  pkg syscall (freebsd-amd64), const IPV6_RTHDRDSTOPTS = 35
 14420  pkg syscall (freebsd-amd64), const IPV6_RTHDR_LOOSE = 0
 14421  pkg syscall (freebsd-amd64), const IPV6_RTHDR_STRICT = 1
 14422  pkg syscall (freebsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
 14423  pkg syscall (freebsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
 14424  pkg syscall (freebsd-amd64), const IPV6_TCLASS = 61
 14425  pkg syscall (freebsd-amd64), const IPV6_UNICAST_HOPS = 4
 14426  pkg syscall (freebsd-amd64), const IPV6_USE_MIN_MTU = 42
 14427  pkg syscall (freebsd-amd64), const IPV6_V6ONLY = 27
 14428  pkg syscall (freebsd-amd64), const IPV6_VERSION = 96
 14429  pkg syscall (freebsd-amd64), const IPV6_VERSION_MASK = 240
 14430  pkg syscall (freebsd-amd64), const IP_ADD_MEMBERSHIP = 12
 14431  pkg syscall (freebsd-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
 14432  pkg syscall (freebsd-amd64), const IP_BINDANY = 24
 14433  pkg syscall (freebsd-amd64), const IP_BLOCK_SOURCE = 72
 14434  pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
 14435  pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
 14436  pkg syscall (freebsd-amd64), const IP_DF = 16384
 14437  pkg syscall (freebsd-amd64), const IP_DONTFRAG = 67
 14438  pkg syscall (freebsd-amd64), const IP_DROP_MEMBERSHIP = 13
 14439  pkg syscall (freebsd-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
 14440  pkg syscall (freebsd-amd64), const IP_DUMMYNET3 = 49
 14441  pkg syscall (freebsd-amd64), const IP_DUMMYNET_CONFIGURE = 60
 14442  pkg syscall (freebsd-amd64), const IP_DUMMYNET_DEL = 61
 14443  pkg syscall (freebsd-amd64), const IP_DUMMYNET_FLUSH = 62
 14444  pkg syscall (freebsd-amd64), const IP_DUMMYNET_GET = 64
 14445  pkg syscall (freebsd-amd64), const IP_FAITH = 22
 14446  pkg syscall (freebsd-amd64), const IP_FW3 = 48
 14447  pkg syscall (freebsd-amd64), const IP_FW_ADD = 50
 14448  pkg syscall (freebsd-amd64), const IP_FW_DEL = 51
 14449  pkg syscall (freebsd-amd64), const IP_FW_FLUSH = 52
 14450  pkg syscall (freebsd-amd64), const IP_FW_GET = 54
 14451  pkg syscall (freebsd-amd64), const IP_FW_NAT_CFG = 56
 14452  pkg syscall (freebsd-amd64), const IP_FW_NAT_DEL = 57
 14453  pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_CONFIG = 58
 14454  pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_LOG = 59
 14455  pkg syscall (freebsd-amd64), const IP_FW_RESETLOG = 55
 14456  pkg syscall (freebsd-amd64), const IP_FW_TABLE_ADD = 40
 14457  pkg syscall (freebsd-amd64), const IP_FW_TABLE_DEL = 41
 14458  pkg syscall (freebsd-amd64), const IP_FW_TABLE_FLUSH = 42
 14459  pkg syscall (freebsd-amd64), const IP_FW_TABLE_GETSIZE = 43
 14460  pkg syscall (freebsd-amd64), const IP_FW_TABLE_LIST = 44
 14461  pkg syscall (freebsd-amd64), const IP_FW_ZERO = 53
 14462  pkg syscall (freebsd-amd64), const IP_HDRINCL = 2
 14463  pkg syscall (freebsd-amd64), const IP_IPSEC_POLICY = 21
 14464  pkg syscall (freebsd-amd64), const IP_MAXPACKET = 65535
 14465  pkg syscall (freebsd-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
 14466  pkg syscall (freebsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
 14467  pkg syscall (freebsd-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
 14468  pkg syscall (freebsd-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
 14469  pkg syscall (freebsd-amd64), const IP_MAX_SOURCE_FILTER = 1024
 14470  pkg syscall (freebsd-amd64), const IP_MF = 8192
 14471  pkg syscall (freebsd-amd64), const IP_MINTTL = 66
 14472  pkg syscall (freebsd-amd64), const IP_MIN_MEMBERSHIPS = 31
 14473  pkg syscall (freebsd-amd64), const IP_MSFILTER = 74
 14474  pkg syscall (freebsd-amd64), const IP_MSS = 576
 14475  pkg syscall (freebsd-amd64), const IP_MULTICAST_IF = 9
 14476  pkg syscall (freebsd-amd64), const IP_MULTICAST_LOOP = 11
 14477  pkg syscall (freebsd-amd64), const IP_MULTICAST_TTL = 10
 14478  pkg syscall (freebsd-amd64), const IP_MULTICAST_VIF = 14
 14479  pkg syscall (freebsd-amd64), const IP_OFFMASK = 8191
 14480  pkg syscall (freebsd-amd64), const IP_ONESBCAST = 23
 14481  pkg syscall (freebsd-amd64), const IP_OPTIONS = 1
 14482  pkg syscall (freebsd-amd64), const IP_PORTRANGE = 19
 14483  pkg syscall (freebsd-amd64), const IP_PORTRANGE_DEFAULT = 0
 14484  pkg syscall (freebsd-amd64), const IP_PORTRANGE_HIGH = 1
 14485  pkg syscall (freebsd-amd64), const IP_PORTRANGE_LOW = 2
 14486  pkg syscall (freebsd-amd64), const IP_RECVDSTADDR = 7
 14487  pkg syscall (freebsd-amd64), const IP_RECVIF = 20
 14488  pkg syscall (freebsd-amd64), const IP_RECVOPTS = 5
 14489  pkg syscall (freebsd-amd64), const IP_RECVRETOPTS = 6
 14490  pkg syscall (freebsd-amd64), const IP_RECVTOS = 68
 14491  pkg syscall (freebsd-amd64), const IP_RECVTOS ideal-int
 14492  pkg syscall (freebsd-amd64), const IP_RECVTTL = 65
 14493  pkg syscall (freebsd-amd64), const IP_RETOPTS = 8
 14494  pkg syscall (freebsd-amd64), const IP_RF = 32768
 14495  pkg syscall (freebsd-amd64), const IP_RSVP_OFF = 16
 14496  pkg syscall (freebsd-amd64), const IP_RSVP_ON = 15
 14497  pkg syscall (freebsd-amd64), const IP_RSVP_VIF_OFF = 18
 14498  pkg syscall (freebsd-amd64), const IP_RSVP_VIF_ON = 17
 14499  pkg syscall (freebsd-amd64), const IP_SENDSRCADDR = 7
 14500  pkg syscall (freebsd-amd64), const IP_TOS = 3
 14501  pkg syscall (freebsd-amd64), const IP_TTL = 4
 14502  pkg syscall (freebsd-amd64), const IP_UNBLOCK_SOURCE = 73
 14503  pkg syscall (freebsd-amd64), const ISIG = 128
 14504  pkg syscall (freebsd-amd64), const ISIG ideal-int
 14505  pkg syscall (freebsd-amd64), const ISTRIP = 32
 14506  pkg syscall (freebsd-amd64), const ISTRIP ideal-int
 14507  pkg syscall (freebsd-amd64), const IXANY = 2048
 14508  pkg syscall (freebsd-amd64), const IXANY ideal-int
 14509  pkg syscall (freebsd-amd64), const IXOFF = 1024
 14510  pkg syscall (freebsd-amd64), const IXOFF ideal-int
 14511  pkg syscall (freebsd-amd64), const IXON = 512
 14512  pkg syscall (freebsd-amd64), const IXON ideal-int
 14513  pkg syscall (freebsd-amd64), const ImplementsGetwd = false
 14514  pkg syscall (freebsd-amd64), const LOCK_EX = 2
 14515  pkg syscall (freebsd-amd64), const LOCK_NB = 4
 14516  pkg syscall (freebsd-amd64), const LOCK_SH = 1
 14517  pkg syscall (freebsd-amd64), const LOCK_UN = 8
 14518  pkg syscall (freebsd-amd64), const MADV_AUTOSYNC = 7
 14519  pkg syscall (freebsd-amd64), const MADV_AUTOSYNC ideal-int
 14520  pkg syscall (freebsd-amd64), const MADV_CORE = 9
 14521  pkg syscall (freebsd-amd64), const MADV_CORE ideal-int
 14522  pkg syscall (freebsd-amd64), const MADV_DONTNEED = 4
 14523  pkg syscall (freebsd-amd64), const MADV_DONTNEED ideal-int
 14524  pkg syscall (freebsd-amd64), const MADV_FREE = 5
 14525  pkg syscall (freebsd-amd64), const MADV_FREE ideal-int
 14526  pkg syscall (freebsd-amd64), const MADV_NOCORE = 8
 14527  pkg syscall (freebsd-amd64), const MADV_NOCORE ideal-int
 14528  pkg syscall (freebsd-amd64), const MADV_NORMAL = 0
 14529  pkg syscall (freebsd-amd64), const MADV_NORMAL ideal-int
 14530  pkg syscall (freebsd-amd64), const MADV_NOSYNC = 6
 14531  pkg syscall (freebsd-amd64), const MADV_NOSYNC ideal-int
 14532  pkg syscall (freebsd-amd64), const MADV_PROTECT = 10
 14533  pkg syscall (freebsd-amd64), const MADV_PROTECT ideal-int
 14534  pkg syscall (freebsd-amd64), const MADV_RANDOM = 1
 14535  pkg syscall (freebsd-amd64), const MADV_RANDOM ideal-int
 14536  pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL = 2
 14537  pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL ideal-int
 14538  pkg syscall (freebsd-amd64), const MADV_WILLNEED = 3
 14539  pkg syscall (freebsd-amd64), const MADV_WILLNEED ideal-int
 14540  pkg syscall (freebsd-amd64), const MAP_ANON = 4096
 14541  pkg syscall (freebsd-amd64), const MAP_ANON ideal-int
 14542  pkg syscall (freebsd-amd64), const MAP_ANONYMOUS = 4096
 14543  pkg syscall (freebsd-amd64), const MAP_ANONYMOUS ideal-int
 14544  pkg syscall (freebsd-amd64), const MAP_COPY = 2
 14545  pkg syscall (freebsd-amd64), const MAP_COPY ideal-int
 14546  pkg syscall (freebsd-amd64), const MAP_FILE = 0
 14547  pkg syscall (freebsd-amd64), const MAP_FILE ideal-int
 14548  pkg syscall (freebsd-amd64), const MAP_FIXED = 16
 14549  pkg syscall (freebsd-amd64), const MAP_FIXED ideal-int
 14550  pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE = 512
 14551  pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE ideal-int
 14552  pkg syscall (freebsd-amd64), const MAP_NOCORE = 131072
 14553  pkg syscall (freebsd-amd64), const MAP_NOCORE ideal-int
 14554  pkg syscall (freebsd-amd64), const MAP_NORESERVE = 64
 14555  pkg syscall (freebsd-amd64), const MAP_NORESERVE ideal-int
 14556  pkg syscall (freebsd-amd64), const MAP_NOSYNC = 2048
 14557  pkg syscall (freebsd-amd64), const MAP_NOSYNC ideal-int
 14558  pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ = 262144
 14559  pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ ideal-int
 14560  pkg syscall (freebsd-amd64), const MAP_PRIVATE = 2
 14561  pkg syscall (freebsd-amd64), const MAP_PRIVATE ideal-int
 14562  pkg syscall (freebsd-amd64), const MAP_RENAME = 32
 14563  pkg syscall (freebsd-amd64), const MAP_RENAME ideal-int
 14564  pkg syscall (freebsd-amd64), const MAP_RESERVED0080 = 128
 14565  pkg syscall (freebsd-amd64), const MAP_RESERVED0080 ideal-int
 14566  pkg syscall (freebsd-amd64), const MAP_RESERVED0100 = 256
 14567  pkg syscall (freebsd-amd64), const MAP_RESERVED0100 ideal-int
 14568  pkg syscall (freebsd-amd64), const MAP_SHARED = 1
 14569  pkg syscall (freebsd-amd64), const MAP_SHARED ideal-int
 14570  pkg syscall (freebsd-amd64), const MAP_STACK = 1024
 14571  pkg syscall (freebsd-amd64), const MAP_STACK ideal-int
 14572  pkg syscall (freebsd-amd64), const MCL_CURRENT = 1
 14573  pkg syscall (freebsd-amd64), const MCL_CURRENT ideal-int
 14574  pkg syscall (freebsd-amd64), const MCL_FUTURE = 2
 14575  pkg syscall (freebsd-amd64), const MCL_FUTURE ideal-int
 14576  pkg syscall (freebsd-amd64), const MSG_COMPAT = 32768
 14577  pkg syscall (freebsd-amd64), const MSG_CTRUNC = 32
 14578  pkg syscall (freebsd-amd64), const MSG_DONTROUTE = 4
 14579  pkg syscall (freebsd-amd64), const MSG_DONTWAIT = 128
 14580  pkg syscall (freebsd-amd64), const MSG_EOF = 256
 14581  pkg syscall (freebsd-amd64), const MSG_EOR = 8
 14582  pkg syscall (freebsd-amd64), const MSG_NBIO = 16384
 14583  pkg syscall (freebsd-amd64), const MSG_NOSIGNAL = 131072
 14584  pkg syscall (freebsd-amd64), const MSG_NOTIFICATION = 8192
 14585  pkg syscall (freebsd-amd64), const MSG_OOB = 1
 14586  pkg syscall (freebsd-amd64), const MSG_PEEK = 2
 14587  pkg syscall (freebsd-amd64), const MSG_TRUNC = 16
 14588  pkg syscall (freebsd-amd64), const MSG_WAITALL = 64
 14589  pkg syscall (freebsd-amd64), const MS_ASYNC = 1
 14590  pkg syscall (freebsd-amd64), const MS_ASYNC ideal-int
 14591  pkg syscall (freebsd-amd64), const MS_INVALIDATE = 2
 14592  pkg syscall (freebsd-amd64), const MS_INVALIDATE ideal-int
 14593  pkg syscall (freebsd-amd64), const MS_SYNC = 0
 14594  pkg syscall (freebsd-amd64), const MS_SYNC ideal-int
 14595  pkg syscall (freebsd-amd64), const NET_RT_DUMP = 1
 14596  pkg syscall (freebsd-amd64), const NET_RT_FLAGS = 2
 14597  pkg syscall (freebsd-amd64), const NET_RT_IFLIST = 3
 14598  pkg syscall (freebsd-amd64), const NET_RT_IFLISTL = 5
 14599  pkg syscall (freebsd-amd64), const NET_RT_IFLISTL ideal-int
 14600  pkg syscall (freebsd-amd64), const NET_RT_IFMALIST = 4
 14601  pkg syscall (freebsd-amd64), const NET_RT_MAXID = 6
 14602  pkg syscall (freebsd-amd64), const NOFLSH = 2147483648
 14603  pkg syscall (freebsd-amd64), const NOFLSH ideal-int
 14604  pkg syscall (freebsd-amd64), const NOTE_ATTRIB = 8
 14605  pkg syscall (freebsd-amd64), const NOTE_CHILD = 4
 14606  pkg syscall (freebsd-amd64), const NOTE_DELETE = 1
 14607  pkg syscall (freebsd-amd64), const NOTE_EXEC = 536870912
 14608  pkg syscall (freebsd-amd64), const NOTE_EXIT = 2147483648
 14609  pkg syscall (freebsd-amd64), const NOTE_EXTEND = 4
 14610  pkg syscall (freebsd-amd64), const NOTE_FFAND = 1073741824
 14611  pkg syscall (freebsd-amd64), const NOTE_FFCOPY = 3221225472
 14612  pkg syscall (freebsd-amd64), const NOTE_FFCTRLMASK = 3221225472
 14613  pkg syscall (freebsd-amd64), const NOTE_FFLAGSMASK = 16777215
 14614  pkg syscall (freebsd-amd64), const NOTE_FFNOP = 0
 14615  pkg syscall (freebsd-amd64), const NOTE_FFOR = 2147483648
 14616  pkg syscall (freebsd-amd64), const NOTE_FORK = 1073741824
 14617  pkg syscall (freebsd-amd64), const NOTE_LINK = 16
 14618  pkg syscall (freebsd-amd64), const NOTE_LOWAT = 1
 14619  pkg syscall (freebsd-amd64), const NOTE_PCTRLMASK = 4026531840
 14620  pkg syscall (freebsd-amd64), const NOTE_PDATAMASK = 1048575
 14621  pkg syscall (freebsd-amd64), const NOTE_RENAME = 32
 14622  pkg syscall (freebsd-amd64), const NOTE_REVOKE = 64
 14623  pkg syscall (freebsd-amd64), const NOTE_TRACK = 1
 14624  pkg syscall (freebsd-amd64), const NOTE_TRACKERR = 2
 14625  pkg syscall (freebsd-amd64), const NOTE_TRIGGER = 16777216
 14626  pkg syscall (freebsd-amd64), const NOTE_WRITE = 2
 14627  pkg syscall (freebsd-amd64), const OCRNL = 16
 14628  pkg syscall (freebsd-amd64), const OCRNL ideal-int
 14629  pkg syscall (freebsd-amd64), const ONLCR = 2
 14630  pkg syscall (freebsd-amd64), const ONLCR ideal-int
 14631  pkg syscall (freebsd-amd64), const ONLRET = 64
 14632  pkg syscall (freebsd-amd64), const ONLRET ideal-int
 14633  pkg syscall (freebsd-amd64), const ONOCR = 32
 14634  pkg syscall (freebsd-amd64), const ONOCR ideal-int
 14635  pkg syscall (freebsd-amd64), const ONOEOT = 8
 14636  pkg syscall (freebsd-amd64), const ONOEOT ideal-int
 14637  pkg syscall (freebsd-amd64), const OPOST = 1
 14638  pkg syscall (freebsd-amd64), const OPOST ideal-int
 14639  pkg syscall (freebsd-amd64), const O_ACCMODE = 3
 14640  pkg syscall (freebsd-amd64), const O_APPEND = 8
 14641  pkg syscall (freebsd-amd64), const O_ASYNC = 64
 14642  pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
 14643  pkg syscall (freebsd-amd64), const O_CREAT = 512
 14644  pkg syscall (freebsd-amd64), const O_DIRECT = 65536
 14645  pkg syscall (freebsd-amd64), const O_DIRECTORY = 131072
 14646  pkg syscall (freebsd-amd64), const O_EXCL = 2048
 14647  pkg syscall (freebsd-amd64), const O_EXEC = 262144
 14648  pkg syscall (freebsd-amd64), const O_EXLOCK = 32
 14649  pkg syscall (freebsd-amd64), const O_FSYNC = 128
 14650  pkg syscall (freebsd-amd64), const O_NDELAY = 4
 14651  pkg syscall (freebsd-amd64), const O_NOCTTY = 32768
 14652  pkg syscall (freebsd-amd64), const O_NOFOLLOW = 256
 14653  pkg syscall (freebsd-amd64), const O_NONBLOCK = 4
 14654  pkg syscall (freebsd-amd64), const O_SHLOCK = 16
 14655  pkg syscall (freebsd-amd64), const O_SYNC = 128
 14656  pkg syscall (freebsd-amd64), const O_TRUNC = 1024
 14657  pkg syscall (freebsd-amd64), const O_TTY_INIT = 524288
 14658  pkg syscall (freebsd-amd64), const PARENB = 4096
 14659  pkg syscall (freebsd-amd64), const PARENB ideal-int
 14660  pkg syscall (freebsd-amd64), const PARMRK = 8
 14661  pkg syscall (freebsd-amd64), const PARMRK ideal-int
 14662  pkg syscall (freebsd-amd64), const PARODD = 8192
 14663  pkg syscall (freebsd-amd64), const PARODD ideal-int
 14664  pkg syscall (freebsd-amd64), const PENDIN = 536870912
 14665  pkg syscall (freebsd-amd64), const PENDIN ideal-int
 14666  pkg syscall (freebsd-amd64), const PROT_EXEC = 4
 14667  pkg syscall (freebsd-amd64), const PROT_EXEC ideal-int
 14668  pkg syscall (freebsd-amd64), const PROT_NONE = 0
 14669  pkg syscall (freebsd-amd64), const PROT_NONE ideal-int
 14670  pkg syscall (freebsd-amd64), const PROT_READ = 1
 14671  pkg syscall (freebsd-amd64), const PROT_READ ideal-int
 14672  pkg syscall (freebsd-amd64), const PROT_WRITE = 2
 14673  pkg syscall (freebsd-amd64), const PROT_WRITE ideal-int
 14674  pkg syscall (freebsd-amd64), const PTRACE_CONT = 7
 14675  pkg syscall (freebsd-amd64), const PTRACE_KILL = 8
 14676  pkg syscall (freebsd-amd64), const PTRACE_TRACEME = 0
 14677  pkg syscall (freebsd-amd64), const RLIMIT_AS = 10
 14678  pkg syscall (freebsd-amd64), const RLIMIT_CORE = 4
 14679  pkg syscall (freebsd-amd64), const RLIMIT_CPU = 0
 14680  pkg syscall (freebsd-amd64), const RLIMIT_DATA = 2
 14681  pkg syscall (freebsd-amd64), const RLIMIT_FSIZE = 1
 14682  pkg syscall (freebsd-amd64), const RLIMIT_NOFILE = 8
 14683  pkg syscall (freebsd-amd64), const RLIMIT_STACK = 3
 14684  pkg syscall (freebsd-amd64), const RLIM_INFINITY = 9223372036854775807
 14685  pkg syscall (freebsd-amd64), const RTAX_AUTHOR = 6
 14686  pkg syscall (freebsd-amd64), const RTAX_BRD = 7
 14687  pkg syscall (freebsd-amd64), const RTAX_DST = 0
 14688  pkg syscall (freebsd-amd64), const RTAX_GATEWAY = 1
 14689  pkg syscall (freebsd-amd64), const RTAX_GENMASK = 3
 14690  pkg syscall (freebsd-amd64), const RTAX_IFA = 5
 14691  pkg syscall (freebsd-amd64), const RTAX_IFP = 4
 14692  pkg syscall (freebsd-amd64), const RTAX_MAX = 8
 14693  pkg syscall (freebsd-amd64), const RTAX_NETMASK = 2
 14694  pkg syscall (freebsd-amd64), const RTA_AUTHOR = 64
 14695  pkg syscall (freebsd-amd64), const RTA_BRD = 128
 14696  pkg syscall (freebsd-amd64), const RTA_DST = 1
 14697  pkg syscall (freebsd-amd64), const RTA_GATEWAY = 2
 14698  pkg syscall (freebsd-amd64), const RTA_GENMASK = 8
 14699  pkg syscall (freebsd-amd64), const RTA_IFA = 32
 14700  pkg syscall (freebsd-amd64), const RTA_IFP = 16
 14701  pkg syscall (freebsd-amd64), const RTA_NETMASK = 4
 14702  pkg syscall (freebsd-amd64), const RTF_BLACKHOLE = 4096
 14703  pkg syscall (freebsd-amd64), const RTF_BROADCAST = 4194304
 14704  pkg syscall (freebsd-amd64), const RTF_DONE = 64
 14705  pkg syscall (freebsd-amd64), const RTF_DYNAMIC = 16
 14706  pkg syscall (freebsd-amd64), const RTF_FMASK = 268752904
 14707  pkg syscall (freebsd-amd64), const RTF_GATEWAY = 2
 14708  pkg syscall (freebsd-amd64), const RTF_HOST = 4
 14709  pkg syscall (freebsd-amd64), const RTF_LLDATA = 1024
 14710  pkg syscall (freebsd-amd64), const RTF_LLINFO = 1024
 14711  pkg syscall (freebsd-amd64), const RTF_LOCAL = 2097152
 14712  pkg syscall (freebsd-amd64), const RTF_MODIFIED = 32
 14713  pkg syscall (freebsd-amd64), const RTF_MULTICAST = 8388608
 14714  pkg syscall (freebsd-amd64), const RTF_PINNED = 1048576
 14715  pkg syscall (freebsd-amd64), const RTF_PRCLONING = 65536
 14716  pkg syscall (freebsd-amd64), const RTF_PROTO1 = 32768
 14717  pkg syscall (freebsd-amd64), const RTF_PROTO2 = 16384
 14718  pkg syscall (freebsd-amd64), const RTF_PROTO3 = 262144
 14719  pkg syscall (freebsd-amd64), const RTF_REJECT = 8
 14720  pkg syscall (freebsd-amd64), const RTF_RNH_LOCKED = 1073741824
 14721  pkg syscall (freebsd-amd64), const RTF_STATIC = 2048
 14722  pkg syscall (freebsd-amd64), const RTF_STICKY = 268435456
 14723  pkg syscall (freebsd-amd64), const RTF_UP = 1
 14724  pkg syscall (freebsd-amd64), const RTF_XRESOLVE = 512
 14725  pkg syscall (freebsd-amd64), const RTM_ADD = 1
 14726  pkg syscall (freebsd-amd64), const RTM_CHANGE = 3
 14727  pkg syscall (freebsd-amd64), const RTM_DELADDR = 13
 14728  pkg syscall (freebsd-amd64), const RTM_DELETE = 2
 14729  pkg syscall (freebsd-amd64), const RTM_DELMADDR = 16
 14730  pkg syscall (freebsd-amd64), const RTM_GET = 4
 14731  pkg syscall (freebsd-amd64), const RTM_IEEE80211 = 18
 14732  pkg syscall (freebsd-amd64), const RTM_IFANNOUNCE = 17
 14733  pkg syscall (freebsd-amd64), const RTM_IFINFO = 14
 14734  pkg syscall (freebsd-amd64), const RTM_LOCK = 8
 14735  pkg syscall (freebsd-amd64), const RTM_LOSING = 5
 14736  pkg syscall (freebsd-amd64), const RTM_MISS = 7
 14737  pkg syscall (freebsd-amd64), const RTM_NEWADDR = 12
 14738  pkg syscall (freebsd-amd64), const RTM_NEWMADDR = 15
 14739  pkg syscall (freebsd-amd64), const RTM_OLDADD = 9
 14740  pkg syscall (freebsd-amd64), const RTM_OLDDEL = 10
 14741  pkg syscall (freebsd-amd64), const RTM_REDIRECT = 6
 14742  pkg syscall (freebsd-amd64), const RTM_RESOLVE = 11
 14743  pkg syscall (freebsd-amd64), const RTM_RTTUNIT = 1000000
 14744  pkg syscall (freebsd-amd64), const RTM_VERSION = 5
 14745  pkg syscall (freebsd-amd64), const RTV_EXPIRE = 4
 14746  pkg syscall (freebsd-amd64), const RTV_HOPCOUNT = 2
 14747  pkg syscall (freebsd-amd64), const RTV_MTU = 1
 14748  pkg syscall (freebsd-amd64), const RTV_RPIPE = 8
 14749  pkg syscall (freebsd-amd64), const RTV_RTT = 64
 14750  pkg syscall (freebsd-amd64), const RTV_RTTVAR = 128
 14751  pkg syscall (freebsd-amd64), const RTV_SPIPE = 16
 14752  pkg syscall (freebsd-amd64), const RTV_SSTHRESH = 32
 14753  pkg syscall (freebsd-amd64), const RTV_WEIGHT = 256
 14754  pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT = 1
 14755  pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT ideal-int
 14756  pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB = 0
 14757  pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB ideal-int
 14758  pkg syscall (freebsd-amd64), const RUSAGE_CHILDREN = -1
 14759  pkg syscall (freebsd-amd64), const RUSAGE_SELF = 0
 14760  pkg syscall (freebsd-amd64), const RUSAGE_THREAD = 1
 14761  pkg syscall (freebsd-amd64), const SCM_BINTIME = 4
 14762  pkg syscall (freebsd-amd64), const SCM_CREDS = 3
 14763  pkg syscall (freebsd-amd64), const SCM_RIGHTS = 1
 14764  pkg syscall (freebsd-amd64), const SCM_TIMESTAMP = 2
 14765  pkg syscall (freebsd-amd64), const SIGBUS = 10
 14766  pkg syscall (freebsd-amd64), const SIGCHLD = 20
 14767  pkg syscall (freebsd-amd64), const SIGCONT = 19
 14768  pkg syscall (freebsd-amd64), const SIGEMT = 7
 14769  pkg syscall (freebsd-amd64), const SIGINFO = 29
 14770  pkg syscall (freebsd-amd64), const SIGIO = 23
 14771  pkg syscall (freebsd-amd64), const SIGIOT = 6
 14772  pkg syscall (freebsd-amd64), const SIGLWP = 32
 14773  pkg syscall (freebsd-amd64), const SIGPROF = 27
 14774  pkg syscall (freebsd-amd64), const SIGSTOP = 17
 14775  pkg syscall (freebsd-amd64), const SIGSYS = 12
 14776  pkg syscall (freebsd-amd64), const SIGTHR = 32
 14777  pkg syscall (freebsd-amd64), const SIGTSTP = 18
 14778  pkg syscall (freebsd-amd64), const SIGTTIN = 21
 14779  pkg syscall (freebsd-amd64), const SIGTTOU = 22
 14780  pkg syscall (freebsd-amd64), const SIGURG = 16
 14781  pkg syscall (freebsd-amd64), const SIGUSR1 = 30
 14782  pkg syscall (freebsd-amd64), const SIGUSR2 = 31
 14783  pkg syscall (freebsd-amd64), const SIGVTALRM = 26
 14784  pkg syscall (freebsd-amd64), const SIGWINCH = 28
 14785  pkg syscall (freebsd-amd64), const SIGXCPU = 24
 14786  pkg syscall (freebsd-amd64), const SIGXFSZ = 25
 14787  pkg syscall (freebsd-amd64), const SIOCADDMULTI = 2149607729
 14788  pkg syscall (freebsd-amd64), const SIOCADDRT = 2151707146
 14789  pkg syscall (freebsd-amd64), const SIOCAIFADDR = 2151704858
 14790  pkg syscall (freebsd-amd64), const SIOCAIFGROUP = 2150132103
 14791  pkg syscall (freebsd-amd64), const SIOCALIFADDR = 2165860635
 14792  pkg syscall (freebsd-amd64), const SIOCATMARK = 1074033415
 14793  pkg syscall (freebsd-amd64), const SIOCDELMULTI = 2149607730
 14794  pkg syscall (freebsd-amd64), const SIOCDELRT = 2151707147
 14795  pkg syscall (freebsd-amd64), const SIOCDIFADDR = 2149607705
 14796  pkg syscall (freebsd-amd64), const SIOCDIFGROUP = 2150132105
 14797  pkg syscall (freebsd-amd64), const SIOCDIFPHYADDR = 2149607753
 14798  pkg syscall (freebsd-amd64), const SIOCDLIFADDR = 2165860637
 14799  pkg syscall (freebsd-amd64), const SIOCGDRVSPEC = 3223873915
 14800  pkg syscall (freebsd-amd64), const SIOCGETSGCNT = 3223351824
 14801  pkg syscall (freebsd-amd64), const SIOCGETVIFCNT = 3223876111
 14802  pkg syscall (freebsd-amd64), const SIOCGHIWAT = 1074033409
 14803  pkg syscall (freebsd-amd64), const SIOCGIFADDR = 3223349537
 14804  pkg syscall (freebsd-amd64), const SIOCGIFBRDADDR = 3223349539
 14805  pkg syscall (freebsd-amd64), const SIOCGIFCAP = 3223349535
 14806  pkg syscall (freebsd-amd64), const SIOCGIFCONF = 3222300964
 14807  pkg syscall (freebsd-amd64), const SIOCGIFDESCR = 3223349546
 14808  pkg syscall (freebsd-amd64), const SIOCGIFDSTADDR = 3223349538
 14809  pkg syscall (freebsd-amd64), const SIOCGIFFIB = 3223349596
 14810  pkg syscall (freebsd-amd64), const SIOCGIFFIB ideal-int
 14811  pkg syscall (freebsd-amd64), const SIOCGIFFLAGS = 3223349521
 14812  pkg syscall (freebsd-amd64), const SIOCGIFGENERIC = 3223349562
 14813  pkg syscall (freebsd-amd64), const SIOCGIFGMEMB = 3223873930
 14814  pkg syscall (freebsd-amd64), const SIOCGIFGROUP = 3223873928
 14815  pkg syscall (freebsd-amd64), const SIOCGIFINDEX = 3223349536
 14816  pkg syscall (freebsd-amd64), const SIOCGIFMAC = 3223349542
 14817  pkg syscall (freebsd-amd64), const SIOCGIFMEDIA = 3224398136
 14818  pkg syscall (freebsd-amd64), const SIOCGIFMETRIC = 3223349527
 14819  pkg syscall (freebsd-amd64), const SIOCGIFMTU = 3223349555
 14820  pkg syscall (freebsd-amd64), const SIOCGIFNETMASK = 3223349541
 14821  pkg syscall (freebsd-amd64), const SIOCGIFPDSTADDR = 3223349576
 14822  pkg syscall (freebsd-amd64), const SIOCGIFPHYS = 3223349557
 14823  pkg syscall (freebsd-amd64), const SIOCGIFPSRCADDR = 3223349575
 14824  pkg syscall (freebsd-amd64), const SIOCGIFSTATUS = 3274795323
 14825  pkg syscall (freebsd-amd64), const SIOCGLIFADDR = 3239602460
 14826  pkg syscall (freebsd-amd64), const SIOCGLIFPHYADDR = 3239602507
 14827  pkg syscall (freebsd-amd64), const SIOCGLOWAT = 1074033411
 14828  pkg syscall (freebsd-amd64), const SIOCGPGRP = 1074033417
 14829  pkg syscall (freebsd-amd64), const SIOCGPRIVATE_0 = 3223349584
 14830  pkg syscall (freebsd-amd64), const SIOCGPRIVATE_1 = 3223349585
 14831  pkg syscall (freebsd-amd64), const SIOCIFCREATE = 3223349626
 14832  pkg syscall (freebsd-amd64), const SIOCIFCREATE2 = 3223349628
 14833  pkg syscall (freebsd-amd64), const SIOCIFDESTROY = 2149607801
 14834  pkg syscall (freebsd-amd64), const SIOCIFGCLONERS = 3222301048
 14835  pkg syscall (freebsd-amd64), const SIOCSDRVSPEC = 2150132091
 14836  pkg syscall (freebsd-amd64), const SIOCSHIWAT = 2147775232
 14837  pkg syscall (freebsd-amd64), const SIOCSIFADDR = 2149607692
 14838  pkg syscall (freebsd-amd64), const SIOCSIFBRDADDR = 2149607699
 14839  pkg syscall (freebsd-amd64), const SIOCSIFCAP = 2149607710
 14840  pkg syscall (freebsd-amd64), const SIOCSIFDESCR = 2149607721
 14841  pkg syscall (freebsd-amd64), const SIOCSIFDSTADDR = 2149607694
 14842  pkg syscall (freebsd-amd64), const SIOCSIFFIB = 2149607773
 14843  pkg syscall (freebsd-amd64), const SIOCSIFFIB ideal-int
 14844  pkg syscall (freebsd-amd64), const SIOCSIFFLAGS = 2149607696
 14845  pkg syscall (freebsd-amd64), const SIOCSIFGENERIC = 2149607737
 14846  pkg syscall (freebsd-amd64), const SIOCSIFLLADDR = 2149607740
 14847  pkg syscall (freebsd-amd64), const SIOCSIFMAC = 2149607719
 14848  pkg syscall (freebsd-amd64), const SIOCSIFMEDIA = 3223349559
 14849  pkg syscall (freebsd-amd64), const SIOCSIFMETRIC = 2149607704
 14850  pkg syscall (freebsd-amd64), const SIOCSIFMTU = 2149607732
 14851  pkg syscall (freebsd-amd64), const SIOCSIFNAME = 2149607720
 14852  pkg syscall (freebsd-amd64), const SIOCSIFNETMASK = 2149607702
 14853  pkg syscall (freebsd-amd64), const SIOCSIFPHYADDR = 2151704902
 14854  pkg syscall (freebsd-amd64), const SIOCSIFPHYS = 2149607734
 14855  pkg syscall (freebsd-amd64), const SIOCSIFRVNET = 3223349595
 14856  pkg syscall (freebsd-amd64), const SIOCSIFVNET = 3223349594
 14857  pkg syscall (freebsd-amd64), const SIOCSLIFPHYADDR = 2165860682
 14858  pkg syscall (freebsd-amd64), const SIOCSLOWAT = 2147775234
 14859  pkg syscall (freebsd-amd64), const SIOCSPGRP = 2147775240
 14860  pkg syscall (freebsd-amd64), const SOCK_MAXADDRLEN = 255
 14861  pkg syscall (freebsd-amd64), const SOCK_RDM = 4
 14862  pkg syscall (freebsd-amd64), const SOL_SOCKET = 65535
 14863  pkg syscall (freebsd-amd64), const SOMAXCONN = 128
 14864  pkg syscall (freebsd-amd64), const SO_ACCEPTCONN = 2
 14865  pkg syscall (freebsd-amd64), const SO_ACCEPTFILTER = 4096
 14866  pkg syscall (freebsd-amd64), const SO_BINTIME = 8192
 14867  pkg syscall (freebsd-amd64), const SO_BROADCAST = 32
 14868  pkg syscall (freebsd-amd64), const SO_DEBUG = 1
 14869  pkg syscall (freebsd-amd64), const SO_DONTROUTE = 16
 14870  pkg syscall (freebsd-amd64), const SO_ERROR = 4103
 14871  pkg syscall (freebsd-amd64), const SO_KEEPALIVE = 8
 14872  pkg syscall (freebsd-amd64), const SO_LABEL = 4105
 14873  pkg syscall (freebsd-amd64), const SO_LINGER = 128
 14874  pkg syscall (freebsd-amd64), const SO_LISTENINCQLEN = 4115
 14875  pkg syscall (freebsd-amd64), const SO_LISTENQLEN = 4114
 14876  pkg syscall (freebsd-amd64), const SO_LISTENQLIMIT = 4113
 14877  pkg syscall (freebsd-amd64), const SO_NOSIGPIPE = 2048
 14878  pkg syscall (freebsd-amd64), const SO_NO_DDP = 32768
 14879  pkg syscall (freebsd-amd64), const SO_NO_OFFLOAD = 16384
 14880  pkg syscall (freebsd-amd64), const SO_OOBINLINE = 256
 14881  pkg syscall (freebsd-amd64), const SO_PEERLABEL = 4112
 14882  pkg syscall (freebsd-amd64), const SO_PROTOCOL = 4118
 14883  pkg syscall (freebsd-amd64), const SO_PROTOCOL ideal-int
 14884  pkg syscall (freebsd-amd64), const SO_PROTOTYPE = 4118
 14885  pkg syscall (freebsd-amd64), const SO_PROTOTYPE ideal-int
 14886  pkg syscall (freebsd-amd64), const SO_RCVBUF = 4098
 14887  pkg syscall (freebsd-amd64), const SO_RCVLOWAT = 4100
 14888  pkg syscall (freebsd-amd64), const SO_RCVTIMEO = 4102
 14889  pkg syscall (freebsd-amd64), const SO_REUSEADDR = 4
 14890  pkg syscall (freebsd-amd64), const SO_REUSEPORT = 512
 14891  pkg syscall (freebsd-amd64), const SO_SETFIB = 4116
 14892  pkg syscall (freebsd-amd64), const SO_SNDBUF = 4097
 14893  pkg syscall (freebsd-amd64), const SO_SNDLOWAT = 4099
 14894  pkg syscall (freebsd-amd64), const SO_SNDTIMEO = 4101
 14895  pkg syscall (freebsd-amd64), const SO_TIMESTAMP = 1024
 14896  pkg syscall (freebsd-amd64), const SO_TYPE = 4104
 14897  pkg syscall (freebsd-amd64), const SO_USELOOPBACK = 64
 14898  pkg syscall (freebsd-amd64), const SO_USER_COOKIE = 4117
 14899  pkg syscall (freebsd-amd64), const SO_USER_COOKIE ideal-int
 14900  pkg syscall (freebsd-amd64), const SYS_ABORT2 = 463
 14901  pkg syscall (freebsd-amd64), const SYS_ACCEPT = 30
 14902  pkg syscall (freebsd-amd64), const SYS_ACCESS = 33
 14903  pkg syscall (freebsd-amd64), const SYS_ACCT = 51
 14904  pkg syscall (freebsd-amd64), const SYS_ADJTIME = 140
 14905  pkg syscall (freebsd-amd64), const SYS_AUDIT = 445
 14906  pkg syscall (freebsd-amd64), const SYS_AUDITCTL = 453
 14907  pkg syscall (freebsd-amd64), const SYS_AUDITON = 446
 14908  pkg syscall (freebsd-amd64), const SYS_BIND = 104
 14909  pkg syscall (freebsd-amd64), const SYS_CAP_ENTER = 516
 14910  pkg syscall (freebsd-amd64), const SYS_CAP_GETMODE = 517
 14911  pkg syscall (freebsd-amd64), const SYS_CAP_GETRIGHTS = 515
 14912  pkg syscall (freebsd-amd64), const SYS_CAP_NEW = 514
 14913  pkg syscall (freebsd-amd64), const SYS_CHDIR = 12
 14914  pkg syscall (freebsd-amd64), const SYS_CHFLAGS = 34
 14915  pkg syscall (freebsd-amd64), const SYS_CHMOD = 15
 14916  pkg syscall (freebsd-amd64), const SYS_CHOWN = 16
 14917  pkg syscall (freebsd-amd64), const SYS_CHROOT = 61
 14918  pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 = 247
 14919  pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
 14920  pkg syscall (freebsd-amd64), const SYS_CLOCK_GETRES = 234
 14921  pkg syscall (freebsd-amd64), const SYS_CLOCK_GETTIME = 232
 14922  pkg syscall (freebsd-amd64), const SYS_CLOCK_SETTIME = 233
 14923  pkg syscall (freebsd-amd64), const SYS_CLOSE = 6
 14924  pkg syscall (freebsd-amd64), const SYS_CLOSEFROM = 509
 14925  pkg syscall (freebsd-amd64), const SYS_CONNECT = 98
 14926  pkg syscall (freebsd-amd64), const SYS_CPUSET = 484
 14927  pkg syscall (freebsd-amd64), const SYS_CPUSET_GETAFFINITY = 487
 14928  pkg syscall (freebsd-amd64), const SYS_CPUSET_GETID = 486
 14929  pkg syscall (freebsd-amd64), const SYS_CPUSET_SETAFFINITY = 488
 14930  pkg syscall (freebsd-amd64), const SYS_CPUSET_SETID = 485
 14931  pkg syscall (freebsd-amd64), const SYS_DUP = 41
 14932  pkg syscall (freebsd-amd64), const SYS_DUP2 = 90
 14933  pkg syscall (freebsd-amd64), const SYS_EACCESS = 376
 14934  pkg syscall (freebsd-amd64), const SYS_EXECVE = 59
 14935  pkg syscall (freebsd-amd64), const SYS_EXIT = 1
 14936  pkg syscall (freebsd-amd64), const SYS_EXTATTRCTL = 355
 14937  pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FD = 373
 14938  pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FILE = 358
 14939  pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_LINK = 414
 14940  pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FD = 372
 14941  pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FILE = 357
 14942  pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_LINK = 413
 14943  pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FD = 437
 14944  pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FILE = 438
 14945  pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_LINK = 439
 14946  pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FD = 371
 14947  pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FILE = 356
 14948  pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_LINK = 412
 14949  pkg syscall (freebsd-amd64), const SYS_FACCESSAT = 489
 14950  pkg syscall (freebsd-amd64), const SYS_FCHDIR = 13
 14951  pkg syscall (freebsd-amd64), const SYS_FCHFLAGS = 35
 14952  pkg syscall (freebsd-amd64), const SYS_FCHMOD = 124
 14953  pkg syscall (freebsd-amd64), const SYS_FCHMODAT = 490
 14954  pkg syscall (freebsd-amd64), const SYS_FCHOWN = 123
 14955  pkg syscall (freebsd-amd64), const SYS_FCHOWNAT = 491
 14956  pkg syscall (freebsd-amd64), const SYS_FCNTL = 92
 14957  pkg syscall (freebsd-amd64), const SYS_FEXECVE = 492
 14958  pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETCOUNTER = 241
 14959  pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETESTIMATE = 243
 14960  pkg syscall (freebsd-amd64), const SYS_FFCLOCK_SETESTIMATE = 242
 14961  pkg syscall (freebsd-amd64), const SYS_FHOPEN = 298
 14962  pkg syscall (freebsd-amd64), const SYS_FHSTAT = 299
 14963  pkg syscall (freebsd-amd64), const SYS_FHSTATFS = 398
 14964  pkg syscall (freebsd-amd64), const SYS_FLOCK = 131
 14965  pkg syscall (freebsd-amd64), const SYS_FORK = 2
 14966  pkg syscall (freebsd-amd64), const SYS_FPATHCONF = 192
 14967  pkg syscall (freebsd-amd64), const SYS_FREEBSD6_FTRUNCATE = 201
 14968  pkg syscall (freebsd-amd64), const SYS_FREEBSD6_LSEEK = 199
 14969  pkg syscall (freebsd-amd64), const SYS_FREEBSD6_MMAP = 197
 14970  pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PREAD = 173
 14971  pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PWRITE = 174
 14972  pkg syscall (freebsd-amd64), const SYS_FREEBSD6_TRUNCATE = 200
 14973  pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
 14974  pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
 14975  pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397
 14976  pkg syscall (freebsd-amd64), const SYS_FSYNC = 95
 14977  pkg syscall (freebsd-amd64), const SYS_FTRUNCATE = 480
 14978  pkg syscall (freebsd-amd64), const SYS_FUTIMES = 206
 14979  pkg syscall (freebsd-amd64), const SYS_FUTIMESAT = 494
 14980  pkg syscall (freebsd-amd64), const SYS_GETAUDIT = 449
 14981  pkg syscall (freebsd-amd64), const SYS_GETAUDIT_ADDR = 451
 14982  pkg syscall (freebsd-amd64), const SYS_GETAUID = 447
 14983  pkg syscall (freebsd-amd64), const SYS_GETCONTEXT = 421
 14984  pkg syscall (freebsd-amd64), const SYS_GETDENTS = 272
 14985  pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196
 14986  pkg syscall (freebsd-amd64), const SYS_GETDTABLESIZE = 89
 14987  pkg syscall (freebsd-amd64), const SYS_GETEGID = 43
 14988  pkg syscall (freebsd-amd64), const SYS_GETEUID = 25
 14989  pkg syscall (freebsd-amd64), const SYS_GETFH = 161
 14990  pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395
 14991  pkg syscall (freebsd-amd64), const SYS_GETGID = 47
 14992  pkg syscall (freebsd-amd64), const SYS_GETGROUPS = 79
 14993  pkg syscall (freebsd-amd64), const SYS_GETITIMER = 86
 14994  pkg syscall (freebsd-amd64), const SYS_GETLOGIN = 49
 14995  pkg syscall (freebsd-amd64), const SYS_GETLOGINCLASS = 523
 14996  pkg syscall (freebsd-amd64), const SYS_GETPEERNAME = 31
 14997  pkg syscall (freebsd-amd64), const SYS_GETPGID = 207
 14998  pkg syscall (freebsd-amd64), const SYS_GETPGRP = 81
 14999  pkg syscall (freebsd-amd64), const SYS_GETPID = 20
 15000  pkg syscall (freebsd-amd64), const SYS_GETPPID = 39
 15001  pkg syscall (freebsd-amd64), const SYS_GETPRIORITY = 100
 15002  pkg syscall (freebsd-amd64), const SYS_GETRESGID = 361
 15003  pkg syscall (freebsd-amd64), const SYS_GETRESUID = 360
 15004  pkg syscall (freebsd-amd64), const SYS_GETRLIMIT = 194
 15005  pkg syscall (freebsd-amd64), const SYS_GETRUSAGE = 117
 15006  pkg syscall (freebsd-amd64), const SYS_GETSID = 310
 15007  pkg syscall (freebsd-amd64), const SYS_GETSOCKNAME = 32
 15008  pkg syscall (freebsd-amd64), const SYS_GETSOCKOPT = 118
 15009  pkg syscall (freebsd-amd64), const SYS_GETTIMEOFDAY = 116
 15010  pkg syscall (freebsd-amd64), const SYS_GETUID = 24
 15011  pkg syscall (freebsd-amd64), const SYS_IOCTL = 54
 15012  pkg syscall (freebsd-amd64), const SYS_ISSETUGID = 253
 15013  pkg syscall (freebsd-amd64), const SYS_JAIL = 338
 15014  pkg syscall (freebsd-amd64), const SYS_JAIL_ATTACH = 436
 15015  pkg syscall (freebsd-amd64), const SYS_JAIL_GET = 506
 15016  pkg syscall (freebsd-amd64), const SYS_JAIL_REMOVE = 508
 15017  pkg syscall (freebsd-amd64), const SYS_JAIL_SET = 507
 15018  pkg syscall (freebsd-amd64), const SYS_KENV = 390
 15019  pkg syscall (freebsd-amd64), const SYS_KEVENT = 363
 15020  pkg syscall (freebsd-amd64), const SYS_KILL = 37
 15021  pkg syscall (freebsd-amd64), const SYS_KLDFIND = 306
 15022  pkg syscall (freebsd-amd64), const SYS_KLDFIRSTMOD = 309
 15023  pkg syscall (freebsd-amd64), const SYS_KLDLOAD = 304
 15024  pkg syscall (freebsd-amd64), const SYS_KLDNEXT = 307
 15025  pkg syscall (freebsd-amd64), const SYS_KLDSTAT = 308
 15026  pkg syscall (freebsd-amd64), const SYS_KLDSYM = 337
 15027  pkg syscall (freebsd-amd64), const SYS_KLDUNLOAD = 305
 15028  pkg syscall (freebsd-amd64), const SYS_KLDUNLOADF = 444
 15029  pkg syscall (freebsd-amd64), const SYS_KQUEUE = 362
 15030  pkg syscall (freebsd-amd64), const SYS_KTIMER_CREATE = 235
 15031  pkg syscall (freebsd-amd64), const SYS_KTIMER_DELETE = 236
 15032  pkg syscall (freebsd-amd64), const SYS_KTIMER_GETOVERRUN = 239
 15033  pkg syscall (freebsd-amd64), const SYS_KTIMER_GETTIME = 238
 15034  pkg syscall (freebsd-amd64), const SYS_KTIMER_SETTIME = 237
 15035  pkg syscall (freebsd-amd64), const SYS_KTRACE = 45
 15036  pkg syscall (freebsd-amd64), const SYS_LCHFLAGS = 391
 15037  pkg syscall (freebsd-amd64), const SYS_LCHMOD = 274
 15038  pkg syscall (freebsd-amd64), const SYS_LCHOWN = 254
 15039  pkg syscall (freebsd-amd64), const SYS_LGETFH = 160
 15040  pkg syscall (freebsd-amd64), const SYS_LINK = 9
 15041  pkg syscall (freebsd-amd64), const SYS_LINKAT = 495
 15042  pkg syscall (freebsd-amd64), const SYS_LISTEN = 106
 15043  pkg syscall (freebsd-amd64), const SYS_LPATHCONF = 513
 15044  pkg syscall (freebsd-amd64), const SYS_LSEEK = 478
 15045  pkg syscall (freebsd-amd64), const SYS_LSTAT = 190
 15046  pkg syscall (freebsd-amd64), const SYS_LUTIMES = 276
 15047  pkg syscall (freebsd-amd64), const SYS_MAC_SYSCALL = 394
 15048  pkg syscall (freebsd-amd64), const SYS_MADVISE = 75
 15049  pkg syscall (freebsd-amd64), const SYS_MINCORE = 78
 15050  pkg syscall (freebsd-amd64), const SYS_MINHERIT = 250
 15051  pkg syscall (freebsd-amd64), const SYS_MKDIR = 136
 15052  pkg syscall (freebsd-amd64), const SYS_MKDIRAT = 496
 15053  pkg syscall (freebsd-amd64), const SYS_MKFIFO = 132
 15054  pkg syscall (freebsd-amd64), const SYS_MKFIFOAT = 497
 15055  pkg syscall (freebsd-amd64), const SYS_MKNOD = 14
 15056  pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498
 15057  pkg syscall (freebsd-amd64), const SYS_MLOCK = 203
 15058  pkg syscall (freebsd-amd64), const SYS_MLOCKALL = 324
 15059  pkg syscall (freebsd-amd64), const SYS_MMAP = 477
 15060  pkg syscall (freebsd-amd64), const SYS_MODFIND = 303
 15061  pkg syscall (freebsd-amd64), const SYS_MODFNEXT = 302
 15062  pkg syscall (freebsd-amd64), const SYS_MODNEXT = 300
 15063  pkg syscall (freebsd-amd64), const SYS_MODSTAT = 301
 15064  pkg syscall (freebsd-amd64), const SYS_MOUNT = 21
 15065  pkg syscall (freebsd-amd64), const SYS_MPROTECT = 74
 15066  pkg syscall (freebsd-amd64), const SYS_MSYNC = 65
 15067  pkg syscall (freebsd-amd64), const SYS_MUNLOCK = 204
 15068  pkg syscall (freebsd-amd64), const SYS_MUNLOCKALL = 325
 15069  pkg syscall (freebsd-amd64), const SYS_MUNMAP = 73
 15070  pkg syscall (freebsd-amd64), const SYS_NANOSLEEP = 240
 15071  pkg syscall (freebsd-amd64), const SYS_NFSTAT = 279
 15072  pkg syscall (freebsd-amd64), const SYS_NLSTAT = 280
 15073  pkg syscall (freebsd-amd64), const SYS_NMOUNT = 378
 15074  pkg syscall (freebsd-amd64), const SYS_NSTAT = 278
 15075  pkg syscall (freebsd-amd64), const SYS_NTP_ADJTIME = 176
 15076  pkg syscall (freebsd-amd64), const SYS_NTP_GETTIME = 248
 15077  pkg syscall (freebsd-amd64), const SYS_OBREAK = 17
 15078  pkg syscall (freebsd-amd64), const SYS_OPEN = 5
 15079  pkg syscall (freebsd-amd64), const SYS_OPENAT = 499
 15080  pkg syscall (freebsd-amd64), const SYS_OPENBSD_POLL = 252
 15081  pkg syscall (freebsd-amd64), const SYS_OVADVISE = 72
 15082  pkg syscall (freebsd-amd64), const SYS_PATHCONF = 191
 15083  pkg syscall (freebsd-amd64), const SYS_PDFORK = 518
 15084  pkg syscall (freebsd-amd64), const SYS_PDGETPID = 520
 15085  pkg syscall (freebsd-amd64), const SYS_PDKILL = 519
 15086  pkg syscall (freebsd-amd64), const SYS_PIPE = 42
 15087  pkg syscall (freebsd-amd64), const SYS_POLL = 209
 15088  pkg syscall (freebsd-amd64), const SYS_POSIX_FADVISE = 531
 15089  pkg syscall (freebsd-amd64), const SYS_POSIX_FALLOCATE = 530
 15090  pkg syscall (freebsd-amd64), const SYS_POSIX_OPENPT = 504
 15091  pkg syscall (freebsd-amd64), const SYS_PREAD = 475
 15092  pkg syscall (freebsd-amd64), const SYS_PREADV = 289
 15093  pkg syscall (freebsd-amd64), const SYS_PROFIL = 44
 15094  pkg syscall (freebsd-amd64), const SYS_PSELECT = 522
 15095  pkg syscall (freebsd-amd64), const SYS_PTRACE = 26
 15096  pkg syscall (freebsd-amd64), const SYS_PWRITE = 476
 15097  pkg syscall (freebsd-amd64), const SYS_PWRITEV = 290
 15098  pkg syscall (freebsd-amd64), const SYS_QUOTACTL = 148
 15099  pkg syscall (freebsd-amd64), const SYS_RCTL_ADD_RULE = 528
 15100  pkg syscall (freebsd-amd64), const SYS_RCTL_GET_LIMITS = 527
 15101  pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RACCT = 525
 15102  pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RULES = 526
 15103  pkg syscall (freebsd-amd64), const SYS_RCTL_REMOVE_RULE = 529
 15104  pkg syscall (freebsd-amd64), const SYS_READ = 3
 15105  pkg syscall (freebsd-amd64), const SYS_READLINK = 58
 15106  pkg syscall (freebsd-amd64), const SYS_READLINKAT = 500
 15107  pkg syscall (freebsd-amd64), const SYS_READV = 120
 15108  pkg syscall (freebsd-amd64), const SYS_REBOOT = 55
 15109  pkg syscall (freebsd-amd64), const SYS_RECVFROM = 29
 15110  pkg syscall (freebsd-amd64), const SYS_RECVMSG = 27
 15111  pkg syscall (freebsd-amd64), const SYS_RENAME = 128
 15112  pkg syscall (freebsd-amd64), const SYS_RENAMEAT = 501
 15113  pkg syscall (freebsd-amd64), const SYS_REVOKE = 56
 15114  pkg syscall (freebsd-amd64), const SYS_RFORK = 251
 15115  pkg syscall (freebsd-amd64), const SYS_RMDIR = 137
 15116  pkg syscall (freebsd-amd64), const SYS_RTPRIO = 166
 15117  pkg syscall (freebsd-amd64), const SYS_RTPRIO_THREAD = 466
 15118  pkg syscall (freebsd-amd64), const SYS_SBRK = 69
 15119  pkg syscall (freebsd-amd64), const SYS_SCHED_GETPARAM = 328
 15120  pkg syscall (freebsd-amd64), const SYS_SCHED_GETSCHEDULER = 330
 15121  pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 332
 15122  pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 333
 15123  pkg syscall (freebsd-amd64), const SYS_SCHED_RR_GET_INTERVAL = 334
 15124  pkg syscall (freebsd-amd64), const SYS_SCHED_SETPARAM = 327
 15125  pkg syscall (freebsd-amd64), const SYS_SCHED_SETSCHEDULER = 329
 15126  pkg syscall (freebsd-amd64), const SYS_SCHED_YIELD = 331
 15127  pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_RECVMSG = 474
 15128  pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG = 472
 15129  pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
 15130  pkg syscall (freebsd-amd64), const SYS_SCTP_PEELOFF = 471
 15131  pkg syscall (freebsd-amd64), const SYS_SELECT = 93
 15132  pkg syscall (freebsd-amd64), const SYS_SENDFILE = 393
 15133  pkg syscall (freebsd-amd64), const SYS_SENDMSG = 28
 15134  pkg syscall (freebsd-amd64), const SYS_SENDTO = 133
 15135  pkg syscall (freebsd-amd64), const SYS_SETAUDIT = 450
 15136  pkg syscall (freebsd-amd64), const SYS_SETAUDIT_ADDR = 452
 15137  pkg syscall (freebsd-amd64), const SYS_SETAUID = 448
 15138  pkg syscall (freebsd-amd64), const SYS_SETCONTEXT = 422
 15139  pkg syscall (freebsd-amd64), const SYS_SETEGID = 182
 15140  pkg syscall (freebsd-amd64), const SYS_SETEUID = 183
 15141  pkg syscall (freebsd-amd64), const SYS_SETFIB = 175
 15142  pkg syscall (freebsd-amd64), const SYS_SETGID = 181
 15143  pkg syscall (freebsd-amd64), const SYS_SETGROUPS = 80
 15144  pkg syscall (freebsd-amd64), const SYS_SETITIMER = 83
 15145  pkg syscall (freebsd-amd64), const SYS_SETLOGIN = 50
 15146  pkg syscall (freebsd-amd64), const SYS_SETLOGINCLASS = 524
 15147  pkg syscall (freebsd-amd64), const SYS_SETPGID = 82
 15148  pkg syscall (freebsd-amd64), const SYS_SETPRIORITY = 96
 15149  pkg syscall (freebsd-amd64), const SYS_SETREGID = 127
 15150  pkg syscall (freebsd-amd64), const SYS_SETRESGID = 312
 15151  pkg syscall (freebsd-amd64), const SYS_SETRESUID = 311
 15152  pkg syscall (freebsd-amd64), const SYS_SETREUID = 126
 15153  pkg syscall (freebsd-amd64), const SYS_SETRLIMIT = 195
 15154  pkg syscall (freebsd-amd64), const SYS_SETSID = 147
 15155  pkg syscall (freebsd-amd64), const SYS_SETSOCKOPT = 105
 15156  pkg syscall (freebsd-amd64), const SYS_SETTIMEOFDAY = 122
 15157  pkg syscall (freebsd-amd64), const SYS_SETUID = 23
 15158  pkg syscall (freebsd-amd64), const SYS_SHM_OPEN = 482
 15159  pkg syscall (freebsd-amd64), const SYS_SHM_UNLINK = 483
 15160  pkg syscall (freebsd-amd64), const SYS_SHUTDOWN = 134
 15161  pkg syscall (freebsd-amd64), const SYS_SIGACTION = 416
 15162  pkg syscall (freebsd-amd64), const SYS_SIGALTSTACK = 53
 15163  pkg syscall (freebsd-amd64), const SYS_SIGPENDING = 343
 15164  pkg syscall (freebsd-amd64), const SYS_SIGPROCMASK = 340
 15165  pkg syscall (freebsd-amd64), const SYS_SIGQUEUE = 456
 15166  pkg syscall (freebsd-amd64), const SYS_SIGRETURN = 417
 15167  pkg syscall (freebsd-amd64), const SYS_SIGSUSPEND = 341
 15168  pkg syscall (freebsd-amd64), const SYS_SIGTIMEDWAIT = 345
 15169  pkg syscall (freebsd-amd64), const SYS_SIGWAIT = 429
 15170  pkg syscall (freebsd-amd64), const SYS_SIGWAITINFO = 346
 15171  pkg syscall (freebsd-amd64), const SYS_SOCKET = 97
 15172  pkg syscall (freebsd-amd64), const SYS_SOCKETPAIR = 135
 15173  pkg syscall (freebsd-amd64), const SYS_SSTK = 70
 15174  pkg syscall (freebsd-amd64), const SYS_STAT = 188
 15175  pkg syscall (freebsd-amd64), const SYS_STATFS = 396
 15176  pkg syscall (freebsd-amd64), const SYS_SWAPCONTEXT = 423
 15177  pkg syscall (freebsd-amd64), const SYS_SWAPOFF = 424
 15178  pkg syscall (freebsd-amd64), const SYS_SWAPON = 85
 15179  pkg syscall (freebsd-amd64), const SYS_SYMLINK = 57
 15180  pkg syscall (freebsd-amd64), const SYS_SYMLINKAT = 502
 15181  pkg syscall (freebsd-amd64), const SYS_SYNC = 36
 15182  pkg syscall (freebsd-amd64), const SYS_SYSARCH = 165
 15183  pkg syscall (freebsd-amd64), const SYS_THR_CREATE = 430
 15184  pkg syscall (freebsd-amd64), const SYS_THR_EXIT = 431
 15185  pkg syscall (freebsd-amd64), const SYS_THR_KILL = 433
 15186  pkg syscall (freebsd-amd64), const SYS_THR_KILL2 = 481
 15187  pkg syscall (freebsd-amd64), const SYS_THR_NEW = 455
 15188  pkg syscall (freebsd-amd64), const SYS_THR_SELF = 432
 15189  pkg syscall (freebsd-amd64), const SYS_THR_SET_NAME = 464
 15190  pkg syscall (freebsd-amd64), const SYS_THR_SUSPEND = 442
 15191  pkg syscall (freebsd-amd64), const SYS_THR_WAKE = 443
 15192  pkg syscall (freebsd-amd64), const SYS_TRUNCATE = 479
 15193  pkg syscall (freebsd-amd64), const SYS_UMASK = 60
 15194  pkg syscall (freebsd-amd64), const SYS_UNDELETE = 205
 15195  pkg syscall (freebsd-amd64), const SYS_UNLINK = 10
 15196  pkg syscall (freebsd-amd64), const SYS_UNLINKAT = 503
 15197  pkg syscall (freebsd-amd64), const SYS_UNMOUNT = 22
 15198  pkg syscall (freebsd-amd64), const SYS_UTIMES = 138
 15199  pkg syscall (freebsd-amd64), const SYS_UTRACE = 335
 15200  pkg syscall (freebsd-amd64), const SYS_UUIDGEN = 392
 15201  pkg syscall (freebsd-amd64), const SYS_VFORK = 66
 15202  pkg syscall (freebsd-amd64), const SYS_WAIT4 = 7
 15203  pkg syscall (freebsd-amd64), const SYS_WAIT6 = 532
 15204  pkg syscall (freebsd-amd64), const SYS_WAIT6 ideal-int
 15205  pkg syscall (freebsd-amd64), const SYS_WRITE = 4
 15206  pkg syscall (freebsd-amd64), const SYS_WRITEV = 121
 15207  pkg syscall (freebsd-amd64), const SYS_YIELD = 321
 15208  pkg syscall (freebsd-amd64), const SYS__UMTX_LOCK = 434
 15209  pkg syscall (freebsd-amd64), const SYS__UMTX_OP = 454
 15210  pkg syscall (freebsd-amd64), const SYS__UMTX_UNLOCK = 435
 15211  pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FD = 354
 15212  pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FILE = 353
 15213  pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_LINK = 428
 15214  pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FD = 352
 15215  pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FILE = 351
 15216  pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_LINK = 427
 15217  pkg syscall (freebsd-amd64), const SYS___ACL_GET_FD = 349
 15218  pkg syscall (freebsd-amd64), const SYS___ACL_GET_FILE = 347
 15219  pkg syscall (freebsd-amd64), const SYS___ACL_GET_LINK = 425
 15220  pkg syscall (freebsd-amd64), const SYS___ACL_SET_FD = 350
 15221  pkg syscall (freebsd-amd64), const SYS___ACL_SET_FILE = 348
 15222  pkg syscall (freebsd-amd64), const SYS___ACL_SET_LINK = 426
 15223  pkg syscall (freebsd-amd64), const SYS___GETCWD = 326
 15224  pkg syscall (freebsd-amd64), const SYS___MAC_EXECVE = 415
 15225  pkg syscall (freebsd-amd64), const SYS___MAC_GET_FD = 386
 15226  pkg syscall (freebsd-amd64), const SYS___MAC_GET_FILE = 387
 15227  pkg syscall (freebsd-amd64), const SYS___MAC_GET_LINK = 410
 15228  pkg syscall (freebsd-amd64), const SYS___MAC_GET_PID = 409
 15229  pkg syscall (freebsd-amd64), const SYS___MAC_GET_PROC = 384
 15230  pkg syscall (freebsd-amd64), const SYS___MAC_SET_FD = 388
 15231  pkg syscall (freebsd-amd64), const SYS___MAC_SET_FILE = 389
 15232  pkg syscall (freebsd-amd64), const SYS___MAC_SET_LINK = 411
 15233  pkg syscall (freebsd-amd64), const SYS___MAC_SET_PROC = 385
 15234  pkg syscall (freebsd-amd64), const SYS___SETUGID = 374
 15235  pkg syscall (freebsd-amd64), const SYS___SYSCTL = 202
 15236  pkg syscall (freebsd-amd64), const S_IFMT = 61440
 15237  pkg syscall (freebsd-amd64), const SizeofBpfHdr = 32
 15238  pkg syscall (freebsd-amd64), const SizeofBpfInsn = 8
 15239  pkg syscall (freebsd-amd64), const SizeofBpfProgram = 16
 15240  pkg syscall (freebsd-amd64), const SizeofBpfStat = 8
 15241  pkg syscall (freebsd-amd64), const SizeofBpfVersion = 4
 15242  pkg syscall (freebsd-amd64), const SizeofBpfZbuf = 24
 15243  pkg syscall (freebsd-amd64), const SizeofBpfZbufHeader = 32
 15244  pkg syscall (freebsd-amd64), const SizeofCmsghdr = 12
 15245  pkg syscall (freebsd-amd64), const SizeofIPMreq = 8
 15246  pkg syscall (freebsd-amd64), const SizeofIPMreqn = 12
 15247  pkg syscall (freebsd-amd64), const SizeofIPv6Mreq = 20
 15248  pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr = 24
 15249  pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr ideal-int
 15250  pkg syscall (freebsd-amd64), const SizeofIfData = 152
 15251  pkg syscall (freebsd-amd64), const SizeofIfMsghdr = 168
 15252  pkg syscall (freebsd-amd64), const SizeofIfaMsghdr = 20
 15253  pkg syscall (freebsd-amd64), const SizeofIfmaMsghdr = 16
 15254  pkg syscall (freebsd-amd64), const SizeofInet6Pktinfo = 20
 15255  pkg syscall (freebsd-amd64), const SizeofLinger = 8
 15256  pkg syscall (freebsd-amd64), const SizeofMsghdr = 48
 15257  pkg syscall (freebsd-amd64), const SizeofRtMetrics = 112
 15258  pkg syscall (freebsd-amd64), const SizeofRtMsghdr = 152
 15259  pkg syscall (freebsd-amd64), const SizeofSockaddrAny = 108
 15260  pkg syscall (freebsd-amd64), const SizeofSockaddrDatalink = 54
 15261  pkg syscall (freebsd-amd64), const SizeofSockaddrInet4 = 16
 15262  pkg syscall (freebsd-amd64), const SizeofSockaddrInet6 = 28
 15263  pkg syscall (freebsd-amd64), const SizeofSockaddrUnix = 106
 15264  pkg syscall (freebsd-amd64), const TCIFLUSH = 1
 15265  pkg syscall (freebsd-amd64), const TCIFLUSH ideal-int
 15266  pkg syscall (freebsd-amd64), const TCIOFLUSH = 3
 15267  pkg syscall (freebsd-amd64), const TCIOFLUSH ideal-int
 15268  pkg syscall (freebsd-amd64), const TCOFLUSH = 2
 15269  pkg syscall (freebsd-amd64), const TCOFLUSH ideal-int
 15270  pkg syscall (freebsd-amd64), const TCP_CA_NAME_MAX = 16
 15271  pkg syscall (freebsd-amd64), const TCP_CONGESTION = 64
 15272  pkg syscall (freebsd-amd64), const TCP_INFO = 32
 15273  pkg syscall (freebsd-amd64), const TCP_KEEPCNT = 1024
 15274  pkg syscall (freebsd-amd64), const TCP_KEEPCNT ideal-int
 15275  pkg syscall (freebsd-amd64), const TCP_KEEPIDLE = 256
 15276  pkg syscall (freebsd-amd64), const TCP_KEEPIDLE ideal-int
 15277  pkg syscall (freebsd-amd64), const TCP_KEEPINIT = 128
 15278  pkg syscall (freebsd-amd64), const TCP_KEEPINIT ideal-int
 15279  pkg syscall (freebsd-amd64), const TCP_KEEPINTVL = 512
 15280  pkg syscall (freebsd-amd64), const TCP_KEEPINTVL ideal-int
 15281  pkg syscall (freebsd-amd64), const TCP_MAXBURST = 4
 15282  pkg syscall (freebsd-amd64), const TCP_MAXHLEN = 60
 15283  pkg syscall (freebsd-amd64), const TCP_MAXOLEN = 40
 15284  pkg syscall (freebsd-amd64), const TCP_MAXSEG = 2
 15285  pkg syscall (freebsd-amd64), const TCP_MAXWIN = 65535
 15286  pkg syscall (freebsd-amd64), const TCP_MAX_SACK = 4
 15287  pkg syscall (freebsd-amd64), const TCP_MAX_WINSHIFT = 14
 15288  pkg syscall (freebsd-amd64), const TCP_MD5SIG = 16
 15289  pkg syscall (freebsd-amd64), const TCP_MINMSS = 216
 15290  pkg syscall (freebsd-amd64), const TCP_MSS = 536
 15291  pkg syscall (freebsd-amd64), const TCP_NOOPT = 8
 15292  pkg syscall (freebsd-amd64), const TCP_NOPUSH = 4
 15293  pkg syscall (freebsd-amd64), const TCSAFLUSH = 2
 15294  pkg syscall (freebsd-amd64), const TCSAFLUSH ideal-int
 15295  pkg syscall (freebsd-amd64), const TIOCCBRK = 536900730
 15296  pkg syscall (freebsd-amd64), const TIOCCDTR = 536900728
 15297  pkg syscall (freebsd-amd64), const TIOCCONS = 2147775586
 15298  pkg syscall (freebsd-amd64), const TIOCDRAIN = 536900702
 15299  pkg syscall (freebsd-amd64), const TIOCEXCL = 536900621
 15300  pkg syscall (freebsd-amd64), const TIOCEXT = 2147775584
 15301  pkg syscall (freebsd-amd64), const TIOCFLUSH = 2147775504
 15302  pkg syscall (freebsd-amd64), const TIOCGDRAINWAIT = 1074033750
 15303  pkg syscall (freebsd-amd64), const TIOCGETA = 1076655123
 15304  pkg syscall (freebsd-amd64), const TIOCGETD = 1074033690
 15305  pkg syscall (freebsd-amd64), const TIOCGPGRP = 1074033783
 15306  pkg syscall (freebsd-amd64), const TIOCGPTN = 1074033679
 15307  pkg syscall (freebsd-amd64), const TIOCGSID = 1074033763
 15308  pkg syscall (freebsd-amd64), const TIOCGWINSZ = 1074295912
 15309  pkg syscall (freebsd-amd64), const TIOCMBIC = 2147775595
 15310  pkg syscall (freebsd-amd64), const TIOCMBIS = 2147775596
 15311  pkg syscall (freebsd-amd64), const TIOCMGDTRWAIT = 1074033754
 15312  pkg syscall (freebsd-amd64), const TIOCMGET = 1074033770
 15313  pkg syscall (freebsd-amd64), const TIOCMSDTRWAIT = 2147775579
 15314  pkg syscall (freebsd-amd64), const TIOCMSET = 2147775597
 15315  pkg syscall (freebsd-amd64), const TIOCM_CAR = 64
 15316  pkg syscall (freebsd-amd64), const TIOCM_CD = 64
 15317  pkg syscall (freebsd-amd64), const TIOCM_CTS = 32
 15318  pkg syscall (freebsd-amd64), const TIOCM_DCD = 64
 15319  pkg syscall (freebsd-amd64), const TIOCM_DSR = 256
 15320  pkg syscall (freebsd-amd64), const TIOCM_DTR = 2
 15321  pkg syscall (freebsd-amd64), const TIOCM_LE = 1
 15322  pkg syscall (freebsd-amd64), const TIOCM_RI = 128
 15323  pkg syscall (freebsd-amd64), const TIOCM_RNG = 128
 15324  pkg syscall (freebsd-amd64), const TIOCM_RTS = 4
 15325  pkg syscall (freebsd-amd64), const TIOCM_SR = 16
 15326  pkg syscall (freebsd-amd64), const TIOCM_ST = 8
 15327  pkg syscall (freebsd-amd64), const TIOCNOTTY = 536900721
 15328  pkg syscall (freebsd-amd64), const TIOCNXCL = 536900622
 15329  pkg syscall (freebsd-amd64), const TIOCOUTQ = 1074033779
 15330  pkg syscall (freebsd-amd64), const TIOCPKT = 2147775600
 15331  pkg syscall (freebsd-amd64), const TIOCPKT_DATA = 0
 15332  pkg syscall (freebsd-amd64), const TIOCPKT_DOSTOP = 32
 15333  pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHREAD = 1
 15334  pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHWRITE = 2
 15335  pkg syscall (freebsd-amd64), const TIOCPKT_IOCTL = 64
 15336  pkg syscall (freebsd-amd64), const TIOCPKT_NOSTOP = 16
 15337  pkg syscall (freebsd-amd64), const TIOCPKT_START = 8
 15338  pkg syscall (freebsd-amd64), const TIOCPKT_STOP = 4
 15339  pkg syscall (freebsd-amd64), const TIOCPTMASTER = 536900636
 15340  pkg syscall (freebsd-amd64), const TIOCSBRK = 536900731
 15341  pkg syscall (freebsd-amd64), const TIOCSCTTY = 536900705
 15342  pkg syscall (freebsd-amd64), const TIOCSDRAINWAIT = 2147775575
 15343  pkg syscall (freebsd-amd64), const TIOCSDTR = 536900729
 15344  pkg syscall (freebsd-amd64), const TIOCSETA = 2150396948
 15345  pkg syscall (freebsd-amd64), const TIOCSETAF = 2150396950
 15346  pkg syscall (freebsd-amd64), const TIOCSETAW = 2150396949
 15347  pkg syscall (freebsd-amd64), const TIOCSETD = 2147775515
 15348  pkg syscall (freebsd-amd64), const TIOCSIG = 537162847
 15349  pkg syscall (freebsd-amd64), const TIOCSPGRP = 2147775606
 15350  pkg syscall (freebsd-amd64), const TIOCSTART = 536900718
 15351  pkg syscall (freebsd-amd64), const TIOCSTAT = 536900709
 15352  pkg syscall (freebsd-amd64), const TIOCSTI = 2147578994
 15353  pkg syscall (freebsd-amd64), const TIOCSTOP = 536900719
 15354  pkg syscall (freebsd-amd64), const TIOCSWINSZ = 2148037735
 15355  pkg syscall (freebsd-amd64), const TIOCTIMESTAMP = 1074820185
 15356  pkg syscall (freebsd-amd64), const TIOCUCNTL = 2147775590
 15357  pkg syscall (freebsd-amd64), const TOSTOP = 4194304
 15358  pkg syscall (freebsd-amd64), const TOSTOP ideal-int
 15359  pkg syscall (freebsd-amd64), const VDISCARD = 15
 15360  pkg syscall (freebsd-amd64), const VDISCARD ideal-int
 15361  pkg syscall (freebsd-amd64), const VDSUSP = 11
 15362  pkg syscall (freebsd-amd64), const VDSUSP ideal-int
 15363  pkg syscall (freebsd-amd64), const VEOF = 0
 15364  pkg syscall (freebsd-amd64), const VEOF ideal-int
 15365  pkg syscall (freebsd-amd64), const VEOL = 1
 15366  pkg syscall (freebsd-amd64), const VEOL ideal-int
 15367  pkg syscall (freebsd-amd64), const VEOL2 = 2
 15368  pkg syscall (freebsd-amd64), const VEOL2 ideal-int
 15369  pkg syscall (freebsd-amd64), const VERASE = 3
 15370  pkg syscall (freebsd-amd64), const VERASE ideal-int
 15371  pkg syscall (freebsd-amd64), const VERASE2 = 7
 15372  pkg syscall (freebsd-amd64), const VERASE2 ideal-int
 15373  pkg syscall (freebsd-amd64), const VINTR = 8
 15374  pkg syscall (freebsd-amd64), const VINTR ideal-int
 15375  pkg syscall (freebsd-amd64), const VKILL = 5
 15376  pkg syscall (freebsd-amd64), const VKILL ideal-int
 15377  pkg syscall (freebsd-amd64), const VLNEXT = 14
 15378  pkg syscall (freebsd-amd64), const VLNEXT ideal-int
 15379  pkg syscall (freebsd-amd64), const VMIN = 16
 15380  pkg syscall (freebsd-amd64), const VMIN ideal-int
 15381  pkg syscall (freebsd-amd64), const VQUIT = 9
 15382  pkg syscall (freebsd-amd64), const VQUIT ideal-int
 15383  pkg syscall (freebsd-amd64), const VREPRINT = 6
 15384  pkg syscall (freebsd-amd64), const VREPRINT ideal-int
 15385  pkg syscall (freebsd-amd64), const VSTART = 12
 15386  pkg syscall (freebsd-amd64), const VSTART ideal-int
 15387  pkg syscall (freebsd-amd64), const VSTATUS = 18
 15388  pkg syscall (freebsd-amd64), const VSTATUS ideal-int
 15389  pkg syscall (freebsd-amd64), const VSTOP = 13
 15390  pkg syscall (freebsd-amd64), const VSTOP ideal-int
 15391  pkg syscall (freebsd-amd64), const VSUSP = 10
 15392  pkg syscall (freebsd-amd64), const VSUSP ideal-int
 15393  pkg syscall (freebsd-amd64), const VTIME = 17
 15394  pkg syscall (freebsd-amd64), const VTIME ideal-int
 15395  pkg syscall (freebsd-amd64), const VWERASE = 4
 15396  pkg syscall (freebsd-amd64), const VWERASE ideal-int
 15397  pkg syscall (freebsd-amd64), const WCONTINUED = 4
 15398  pkg syscall (freebsd-amd64), const WCOREFLAG = 128
 15399  pkg syscall (freebsd-amd64), const WLINUXCLONE = 2147483648
 15400  pkg syscall (freebsd-amd64), const WNOHANG = 1
 15401  pkg syscall (freebsd-amd64), const WNOWAIT = 8
 15402  pkg syscall (freebsd-amd64), const WSTOPPED = 2
 15403  pkg syscall (freebsd-amd64), const WUNTRACED = 2
 15404  pkg syscall (freebsd-amd64), func Fchflags(int, int) error
 15405  pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
 15406  pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
 15407  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct
 15408  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16
 15409  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16
 15410  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8
 15411  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Type uint8
 15412  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8
 15413  pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16
 15414  pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct
 15415  pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
 15416  pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK = 16
 15417  pkg syscall (freebsd-amd64-cgo), const AF_ARP = 35
 15418  pkg syscall (freebsd-amd64-cgo), const AF_ATM = 30
 15419  pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH = 36
 15420  pkg syscall (freebsd-amd64-cgo), const AF_CCITT = 10
 15421  pkg syscall (freebsd-amd64-cgo), const AF_CHAOS = 5
 15422  pkg syscall (freebsd-amd64-cgo), const AF_CNT = 21
 15423  pkg syscall (freebsd-amd64-cgo), const AF_COIP = 20
 15424  pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT = 9
 15425  pkg syscall (freebsd-amd64-cgo), const AF_DECnet = 12
 15426  pkg syscall (freebsd-amd64-cgo), const AF_DLI = 13
 15427  pkg syscall (freebsd-amd64-cgo), const AF_E164 = 26
 15428  pkg syscall (freebsd-amd64-cgo), const AF_ECMA = 8
 15429  pkg syscall (freebsd-amd64-cgo), const AF_HYLINK = 15
 15430  pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 = 37
 15431  pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK = 3
 15432  pkg syscall (freebsd-amd64-cgo), const AF_INET6 = 28
 15433  pkg syscall (freebsd-amd64-cgo), const AF_IPX = 23
 15434  pkg syscall (freebsd-amd64-cgo), const AF_ISDN = 26
 15435  pkg syscall (freebsd-amd64-cgo), const AF_ISO = 7
 15436  pkg syscall (freebsd-amd64-cgo), const AF_LAT = 14
 15437  pkg syscall (freebsd-amd64-cgo), const AF_LINK = 18
 15438  pkg syscall (freebsd-amd64-cgo), const AF_LOCAL = 1
 15439  pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
 15440  pkg syscall (freebsd-amd64-cgo), const AF_NATM = 29
 15441  pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS = 6
 15442  pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH = 32
 15443  pkg syscall (freebsd-amd64-cgo), const AF_OSI = 7
 15444  pkg syscall (freebsd-amd64-cgo), const AF_PUP = 4
 15445  pkg syscall (freebsd-amd64-cgo), const AF_ROUTE = 17
 15446  pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER = 34
 15447  pkg syscall (freebsd-amd64-cgo), const AF_SIP = 24
 15448  pkg syscall (freebsd-amd64-cgo), const AF_SLOW = 33
 15449  pkg syscall (freebsd-amd64-cgo), const AF_SNA = 11
 15450  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 = 39
 15451  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 = 41
 15452  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 = 43
 15453  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 = 45
 15454  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 = 47
 15455  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 = 49
 15456  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 = 51
 15457  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 = 53
 15458  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 = 55
 15459  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 = 57
 15460  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 = 59
 15461  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 = 61
 15462  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 = 63
 15463  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 = 65
 15464  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 = 67
 15465  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 = 69
 15466  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 = 71
 15467  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 = 73
 15468  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 = 75
 15469  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 = 77
 15470  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 = 79
 15471  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 = 81
 15472  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 = 83
 15473  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 = 85
 15474  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 = 87
 15475  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 = 89
 15476  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 = 91
 15477  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 = 93
 15478  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 = 95
 15479  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 = 97
 15480  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 = 99
 15481  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 = 101
 15482  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 = 103
 15483  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 = 105
 15484  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 = 107
 15485  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 = 109
 15486  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 = 111
 15487  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 = 113
 15488  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 = 115
 15489  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 = 117
 15490  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 = 119
 15491  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 = 121
 15492  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 = 123
 15493  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 = 125
 15494  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 = 127
 15495  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 = 129
 15496  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 = 131
 15497  pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 = 133
 15498  pkg syscall (freebsd-amd64-cgo), const B0 = 0
 15499  pkg syscall (freebsd-amd64-cgo), const B110 = 110
 15500  pkg syscall (freebsd-amd64-cgo), const B115200 = 115200
 15501  pkg syscall (freebsd-amd64-cgo), const B1200 = 1200
 15502  pkg syscall (freebsd-amd64-cgo), const B134 = 134
 15503  pkg syscall (freebsd-amd64-cgo), const B14400 = 14400
 15504  pkg syscall (freebsd-amd64-cgo), const B150 = 150
 15505  pkg syscall (freebsd-amd64-cgo), const B1800 = 1800
 15506  pkg syscall (freebsd-amd64-cgo), const B19200 = 19200
 15507  pkg syscall (freebsd-amd64-cgo), const B200 = 200
 15508  pkg syscall (freebsd-amd64-cgo), const B230400 = 230400
 15509  pkg syscall (freebsd-amd64-cgo), const B2400 = 2400
 15510  pkg syscall (freebsd-amd64-cgo), const B28800 = 28800
 15511  pkg syscall (freebsd-amd64-cgo), const B300 = 300
 15512  pkg syscall (freebsd-amd64-cgo), const B38400 = 38400
 15513  pkg syscall (freebsd-amd64-cgo), const B460800 = 460800
 15514  pkg syscall (freebsd-amd64-cgo), const B4800 = 4800
 15515  pkg syscall (freebsd-amd64-cgo), const B50 = 50
 15516  pkg syscall (freebsd-amd64-cgo), const B57600 = 57600
 15517  pkg syscall (freebsd-amd64-cgo), const B600 = 600
 15518  pkg syscall (freebsd-amd64-cgo), const B7200 = 7200
 15519  pkg syscall (freebsd-amd64-cgo), const B75 = 75
 15520  pkg syscall (freebsd-amd64-cgo), const B76800 = 76800
 15521  pkg syscall (freebsd-amd64-cgo), const B921600 = 921600
 15522  pkg syscall (freebsd-amd64-cgo), const B9600 = 9600
 15523  pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK = 2147762812
 15524  pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH = 536887912
 15525  pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN = 1074020966
 15526  pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION = 1074020982
 15527  pkg syscall (freebsd-amd64-cgo), const BIOCGDLT = 1074020970
 15528  pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST = 3222291065
 15529  pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE = 1074020989
 15530  pkg syscall (freebsd-amd64-cgo), const BIOCGETIF = 1075855979
 15531  pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX = 1074283135
 15532  pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
 15533  pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG = 1074020978
 15534  pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
 15535  pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT = 1074020982
 15536  pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS = 1074283119
 15537  pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP = 1074020995
 15538  pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
 15539  pkg syscall (freebsd-amd64-cgo), const BIOCLOCK = 536887930
 15540  pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC = 536887913
 15541  pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF = 1075331712
 15542  pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN = 3221504614
 15543  pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION = 2147762807
 15544  pkg syscall (freebsd-amd64-cgo), const BIOCSDLT = 2147762808
 15545  pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE = 2147762814
 15546  pkg syscall (freebsd-amd64-cgo), const BIOCSETF = 2148549223
 15547  pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR = 2148549250
 15548  pkg syscall (freebsd-amd64-cgo), const BIOCSETIF = 2149597804
 15549  pkg syscall (freebsd-amd64-cgo), const BIOCSETWF = 2148549243
 15550  pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF = 2149073537
 15551  pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
 15552  pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG = 2147762803
 15553  pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
 15554  pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT = 2147762807
 15555  pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP = 2147762820
 15556  pkg syscall (freebsd-amd64-cgo), const BIOCVERSION = 1074020977
 15557  pkg syscall (freebsd-amd64-cgo), const BPF_A = 16
 15558  pkg syscall (freebsd-amd64-cgo), const BPF_ABS = 32
 15559  pkg syscall (freebsd-amd64-cgo), const BPF_ADD = 0
 15560  pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT = 8
 15561  pkg syscall (freebsd-amd64-cgo), const BPF_ALU = 4
 15562  pkg syscall (freebsd-amd64-cgo), const BPF_AND = 80
 15563  pkg syscall (freebsd-amd64-cgo), const BPF_B = 16
 15564  pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER = 1
 15565  pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF = 2
 15566  pkg syscall (freebsd-amd64-cgo), const BPF_DIV = 48
 15567  pkg syscall (freebsd-amd64-cgo), const BPF_H = 8
 15568  pkg syscall (freebsd-amd64-cgo), const BPF_IMM = 0
 15569  pkg syscall (freebsd-amd64-cgo), const BPF_IND = 64
 15570  pkg syscall (freebsd-amd64-cgo), const BPF_JA = 0
 15571  pkg syscall (freebsd-amd64-cgo), const BPF_JEQ = 16
 15572  pkg syscall (freebsd-amd64-cgo), const BPF_JGE = 48
 15573  pkg syscall (freebsd-amd64-cgo), const BPF_JGT = 32
 15574  pkg syscall (freebsd-amd64-cgo), const BPF_JMP = 5
 15575  pkg syscall (freebsd-amd64-cgo), const BPF_JSET = 64
 15576  pkg syscall (freebsd-amd64-cgo), const BPF_K = 0
 15577  pkg syscall (freebsd-amd64-cgo), const BPF_LD = 0
 15578  pkg syscall (freebsd-amd64-cgo), const BPF_LDX = 1
 15579  pkg syscall (freebsd-amd64-cgo), const BPF_LEN = 128
 15580  pkg syscall (freebsd-amd64-cgo), const BPF_LSH = 96
 15581  pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
 15582  pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE = 524288
 15583  pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS = 512
 15584  pkg syscall (freebsd-amd64-cgo), const BPF_MEM = 96
 15585  pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS = 16
 15586  pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE = 32
 15587  pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION = 1
 15588  pkg syscall (freebsd-amd64-cgo), const BPF_MISC = 7
 15589  pkg syscall (freebsd-amd64-cgo), const BPF_MSH = 160
 15590  pkg syscall (freebsd-amd64-cgo), const BPF_MUL = 32
 15591  pkg syscall (freebsd-amd64-cgo), const BPF_NEG = 128
 15592  pkg syscall (freebsd-amd64-cgo), const BPF_OR = 64
 15593  pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE = 199606
 15594  pkg syscall (freebsd-amd64-cgo), const BPF_RET = 6
 15595  pkg syscall (freebsd-amd64-cgo), const BPF_RSH = 112
 15596  pkg syscall (freebsd-amd64-cgo), const BPF_ST = 2
 15597  pkg syscall (freebsd-amd64-cgo), const BPF_STX = 3
 15598  pkg syscall (freebsd-amd64-cgo), const BPF_SUB = 16
 15599  pkg syscall (freebsd-amd64-cgo), const BPF_TAX = 0
 15600  pkg syscall (freebsd-amd64-cgo), const BPF_TXA = 128
 15601  pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME = 2
 15602  pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST = 258
 15603  pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC = 514
 15604  pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
 15605  pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST = 256
 15606  pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK = 768
 15607  pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK = 3
 15608  pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME = 0
 15609  pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST = 256
 15610  pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
 15611  pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
 15612  pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC = 512
 15613  pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST = 768
 15614  pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME = 1
 15615  pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST = 257
 15616  pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
 15617  pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
 15618  pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE = 3
 15619  pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL = 0
 15620  pkg syscall (freebsd-amd64-cgo), const BPF_W = 0
 15621  pkg syscall (freebsd-amd64-cgo), const BPF_X = 8
 15622  pkg syscall (freebsd-amd64-cgo), const BRKINT = 2
 15623  pkg syscall (freebsd-amd64-cgo), const CFLUSH = 15
 15624  pkg syscall (freebsd-amd64-cgo), const CLOCAL = 32768
 15625  pkg syscall (freebsd-amd64-cgo), const CREAD = 2048
 15626  pkg syscall (freebsd-amd64-cgo), const CS5 = 0
 15627  pkg syscall (freebsd-amd64-cgo), const CS6 = 256
 15628  pkg syscall (freebsd-amd64-cgo), const CS7 = 512
 15629  pkg syscall (freebsd-amd64-cgo), const CS8 = 768
 15630  pkg syscall (freebsd-amd64-cgo), const CSIZE = 768
 15631  pkg syscall (freebsd-amd64-cgo), const CSTART = 17
 15632  pkg syscall (freebsd-amd64-cgo), const CSTATUS = 20
 15633  pkg syscall (freebsd-amd64-cgo), const CSTOP = 19
 15634  pkg syscall (freebsd-amd64-cgo), const CSTOPB = 1024
 15635  pkg syscall (freebsd-amd64-cgo), const CSUSP = 26
 15636  pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME = 24
 15637  pkg syscall (freebsd-amd64-cgo), const CTL_NET = 4
 15638  pkg syscall (freebsd-amd64-cgo), const DLT_A429 = 184
 15639  pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM = 185
 15640  pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
 15641  pkg syscall (freebsd-amd64-cgo), const DLT_AOS = 222
 15642  pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 15643  pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET = 7
 15644  pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
 15645  pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP = 19
 15646  pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
 15647  pkg syscall (freebsd-amd64-cgo), const DLT_AURORA = 126
 15648  pkg syscall (freebsd-amd64-cgo), const DLT_AX25 = 3
 15649  pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS = 202
 15650  pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
 15651  pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
 15652  pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 15653  pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B = 190
 15654  pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
 15655  pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS = 5
 15656  pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC = 104
 15657  pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS = 118
 15658  pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC = 104
 15659  pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
 15660  pkg syscall (freebsd-amd64-cgo), const DLT_DBUS = 231
 15661  pkg syscall (freebsd-amd64-cgo), const DLT_DECT = 221
 15662  pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS = 143
 15663  pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI = 235
 15664  pkg syscall (freebsd-amd64-cgo), const DLT_ECONET = 115
 15665  pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB = 1
 15666  pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB = 2
 15667  pkg syscall (freebsd-amd64-cgo), const DLT_ENC = 109
 15668  pkg syscall (freebsd-amd64-cgo), const DLT_ERF = 197
 15669  pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH = 175
 15670  pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS = 176
 15671  pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 = 224
 15672  pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 15673  pkg syscall (freebsd-amd64-cgo), const DLT_FDDI = 10
 15674  pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY = 210
 15675  pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY = 107
 15676  pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
 15677  pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
 15678  pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
 15679  pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F = 171
 15680  pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T = 170
 15681  pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC = 169
 15682  pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
 15683  pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM = 217
 15684  pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC = 121
 15685  pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN = 146
 15686  pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP = 145
 15687  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 = 6
 15688  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 = 105
 15689  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
 15690  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
 15691  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
 15692  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
 15693  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS = 230
 15694  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
 15695  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
 15696  pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 15697  pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER = 116
 15698  pkg syscall (freebsd-amd64-cgo), const DLT_IPMB = 199
 15699  pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX = 209
 15700  pkg syscall (freebsd-amd64-cgo), const DLT_IPNET = 226
 15701  pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB = 242
 15702  pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 = 228
 15703  pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 = 229
 15704  pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC = 122
 15705  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
 15706  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
 15707  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
 15708  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
 15709  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES = 132
 15710  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
 15711  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
 15712  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
 15713  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
 15714  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
 15715  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
 15716  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
 15717  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
 15718  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
 15719  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
 15720  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
 15721  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
 15722  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
 15723  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
 15724  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E = 233
 15725  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST = 200
 15726  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP = 183
 15727  pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS = 232
 15728  pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
 15729  pkg syscall (freebsd-amd64-cgo), const DLT_LAPD = 203
 15730  pkg syscall (freebsd-amd64-cgo), const DLT_LIN = 212
 15731  pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
 15732  pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA = 144
 15733  pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD = 177
 15734  pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
 15735  pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL = 113
 15736  pkg syscall (freebsd-amd64-cgo), const DLT_LOOP = 108
 15737  pkg syscall (freebsd-amd64-cgo), const DLT_LTALK = 114
 15738  pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
 15739  pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN = 104
 15740  pkg syscall (freebsd-amd64-cgo), const DLT_MFR = 182
 15741  pkg syscall (freebsd-amd64-cgo), const DLT_MOST = 211
 15742  pkg syscall (freebsd-amd64-cgo), const DLT_MPLS = 219
 15743  pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 = 140
 15744  pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
 15745  pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 = 141
 15746  pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 = 236
 15747  pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER = 240
 15748  pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
 15749  pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG = 239
 15750  pkg syscall (freebsd-amd64-cgo), const DLT_NULL = 0
 15751  pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP = 125
 15752  pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG = 117
 15753  pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC = 121
 15754  pkg syscall (freebsd-amd64-cgo), const DLT_PPI = 192
 15755  pkg syscall (freebsd-amd64-cgo), const DLT_PPP = 9
 15756  pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS = 16
 15757  pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER = 51
 15758  pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD = 166
 15759  pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL = 50
 15760  pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
 15761  pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION = 166
 15762  pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER = 119
 15763  pkg syscall (freebsd-amd64-cgo), const DLT_PRONET = 4
 15764  pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 = 198
 15765  pkg syscall (freebsd-amd64-cgo), const DLT_RAW = 12
 15766  pkg syscall (freebsd-amd64-cgo), const DLT_RIO = 124
 15767  pkg syscall (freebsd-amd64-cgo), const DLT_SCCP = 142
 15768  pkg syscall (freebsd-amd64-cgo), const DLT_SITA = 196
 15769  pkg syscall (freebsd-amd64-cgo), const DLT_SLIP = 8
 15770  pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
 15771  pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU = 237
 15772  pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM = 123
 15773  pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
 15774  pkg syscall (freebsd-amd64-cgo), const DLT_TZSP = 128
 15775  pkg syscall (freebsd-amd64-cgo), const DLT_USB = 186
 15776  pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX = 189
 15777  pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
 15778  pkg syscall (freebsd-amd64-cgo), const DLT_USER0 = 147
 15779  pkg syscall (freebsd-amd64-cgo), const DLT_USER1 = 148
 15780  pkg syscall (freebsd-amd64-cgo), const DLT_USER10 = 157
 15781  pkg syscall (freebsd-amd64-cgo), const DLT_USER11 = 158
 15782  pkg syscall (freebsd-amd64-cgo), const DLT_USER12 = 159
 15783  pkg syscall (freebsd-amd64-cgo), const DLT_USER13 = 160
 15784  pkg syscall (freebsd-amd64-cgo), const DLT_USER14 = 161
 15785  pkg syscall (freebsd-amd64-cgo), const DLT_USER15 = 162
 15786  pkg syscall (freebsd-amd64-cgo), const DLT_USER2 = 149
 15787  pkg syscall (freebsd-amd64-cgo), const DLT_USER3 = 150
 15788  pkg syscall (freebsd-amd64-cgo), const DLT_USER4 = 151
 15789  pkg syscall (freebsd-amd64-cgo), const DLT_USER5 = 152
 15790  pkg syscall (freebsd-amd64-cgo), const DLT_USER6 = 153
 15791  pkg syscall (freebsd-amd64-cgo), const DLT_USER7 = 154
 15792  pkg syscall (freebsd-amd64-cgo), const DLT_USER8 = 155
 15793  pkg syscall (freebsd-amd64-cgo), const DLT_USER9 = 156
 15794  pkg syscall (freebsd-amd64-cgo), const DLT_WIHART = 223
 15795  pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL = 213
 15796  pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA = 214
 15797  pkg syscall (freebsd-amd64-cgo), const DT_BLK = 6
 15798  pkg syscall (freebsd-amd64-cgo), const DT_CHR = 2
 15799  pkg syscall (freebsd-amd64-cgo), const DT_DIR = 4
 15800  pkg syscall (freebsd-amd64-cgo), const DT_FIFO = 1
 15801  pkg syscall (freebsd-amd64-cgo), const DT_LNK = 10
 15802  pkg syscall (freebsd-amd64-cgo), const DT_REG = 8
 15803  pkg syscall (freebsd-amd64-cgo), const DT_SOCK = 12
 15804  pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN = 0
 15805  pkg syscall (freebsd-amd64-cgo), const DT_WHT = 14
 15806  pkg syscall (freebsd-amd64-cgo), const E2BIG = 7
 15807  pkg syscall (freebsd-amd64-cgo), const EACCES = 13
 15808  pkg syscall (freebsd-amd64-cgo), const EADDRINUSE = 48
 15809  pkg syscall (freebsd-amd64-cgo), const EADDRNOTAVAIL = 49
 15810  pkg syscall (freebsd-amd64-cgo), const EAFNOSUPPORT = 47
 15811  pkg syscall (freebsd-amd64-cgo), const EAGAIN = 35
 15812  pkg syscall (freebsd-amd64-cgo), const EALREADY = 37
 15813  pkg syscall (freebsd-amd64-cgo), const EAUTH = 80
 15814  pkg syscall (freebsd-amd64-cgo), const EBADF = 9
 15815  pkg syscall (freebsd-amd64-cgo), const EBADMSG = 89
 15816  pkg syscall (freebsd-amd64-cgo), const EBADRPC = 72
 15817  pkg syscall (freebsd-amd64-cgo), const EBUSY = 16
 15818  pkg syscall (freebsd-amd64-cgo), const ECANCELED = 85
 15819  pkg syscall (freebsd-amd64-cgo), const ECAPMODE = 94
 15820  pkg syscall (freebsd-amd64-cgo), const ECHILD = 10
 15821  pkg syscall (freebsd-amd64-cgo), const ECHO = 8
 15822  pkg syscall (freebsd-amd64-cgo), const ECHOCTL = 64
 15823  pkg syscall (freebsd-amd64-cgo), const ECHOE = 2
 15824  pkg syscall (freebsd-amd64-cgo), const ECHOK = 4
 15825  pkg syscall (freebsd-amd64-cgo), const ECHOKE = 1
 15826  pkg syscall (freebsd-amd64-cgo), const ECHONL = 16
 15827  pkg syscall (freebsd-amd64-cgo), const ECHOPRT = 32
 15828  pkg syscall (freebsd-amd64-cgo), const ECONNABORTED = 53
 15829  pkg syscall (freebsd-amd64-cgo), const ECONNREFUSED = 61
 15830  pkg syscall (freebsd-amd64-cgo), const ECONNRESET = 54
 15831  pkg syscall (freebsd-amd64-cgo), const EDEADLK = 11
 15832  pkg syscall (freebsd-amd64-cgo), const EDESTADDRREQ = 39
 15833  pkg syscall (freebsd-amd64-cgo), const EDOM = 33
 15834  pkg syscall (freebsd-amd64-cgo), const EDOOFUS = 88
 15835  pkg syscall (freebsd-amd64-cgo), const EDQUOT = 69
 15836  pkg syscall (freebsd-amd64-cgo), const EEXIST = 17
 15837  pkg syscall (freebsd-amd64-cgo), const EFAULT = 14
 15838  pkg syscall (freebsd-amd64-cgo), const EFBIG = 27
 15839  pkg syscall (freebsd-amd64-cgo), const EFTYPE = 79
 15840  pkg syscall (freebsd-amd64-cgo), const EHOSTDOWN = 64
 15841  pkg syscall (freebsd-amd64-cgo), const EHOSTUNREACH = 65
 15842  pkg syscall (freebsd-amd64-cgo), const EIDRM = 82
 15843  pkg syscall (freebsd-amd64-cgo), const EILSEQ = 86
 15844  pkg syscall (freebsd-amd64-cgo), const EINPROGRESS = 36
 15845  pkg syscall (freebsd-amd64-cgo), const EINTR = 4
 15846  pkg syscall (freebsd-amd64-cgo), const EINVAL = 22
 15847  pkg syscall (freebsd-amd64-cgo), const EIO = 5
 15848  pkg syscall (freebsd-amd64-cgo), const EISCONN = 56
 15849  pkg syscall (freebsd-amd64-cgo), const EISDIR = 21
 15850  pkg syscall (freebsd-amd64-cgo), const ELAST = 94
 15851  pkg syscall (freebsd-amd64-cgo), const ELOOP = 62
 15852  pkg syscall (freebsd-amd64-cgo), const EMFILE = 24
 15853  pkg syscall (freebsd-amd64-cgo), const EMLINK = 31
 15854  pkg syscall (freebsd-amd64-cgo), const EMSGSIZE = 40
 15855  pkg syscall (freebsd-amd64-cgo), const EMULTIHOP = 90
 15856  pkg syscall (freebsd-amd64-cgo), const ENAMETOOLONG = 63
 15857  pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH = 81
 15858  pkg syscall (freebsd-amd64-cgo), const ENETDOWN = 50
 15859  pkg syscall (freebsd-amd64-cgo), const ENETRESET = 52
 15860  pkg syscall (freebsd-amd64-cgo), const ENETUNREACH = 51
 15861  pkg syscall (freebsd-amd64-cgo), const ENFILE = 23
 15862  pkg syscall (freebsd-amd64-cgo), const ENOATTR = 87
 15863  pkg syscall (freebsd-amd64-cgo), const ENOBUFS = 55
 15864  pkg syscall (freebsd-amd64-cgo), const ENODEV = 19
 15865  pkg syscall (freebsd-amd64-cgo), const ENOEXEC = 8
 15866  pkg syscall (freebsd-amd64-cgo), const ENOLCK = 77
 15867  pkg syscall (freebsd-amd64-cgo), const ENOLINK = 91
 15868  pkg syscall (freebsd-amd64-cgo), const ENOMEM = 12
 15869  pkg syscall (freebsd-amd64-cgo), const ENOMSG = 83
 15870  pkg syscall (freebsd-amd64-cgo), const ENOPROTOOPT = 42
 15871  pkg syscall (freebsd-amd64-cgo), const ENOSPC = 28
 15872  pkg syscall (freebsd-amd64-cgo), const ENOSYS = 78
 15873  pkg syscall (freebsd-amd64-cgo), const ENOTBLK = 15
 15874  pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE = 93
 15875  pkg syscall (freebsd-amd64-cgo), const ENOTCONN = 57
 15876  pkg syscall (freebsd-amd64-cgo), const ENOTDIR = 20
 15877  pkg syscall (freebsd-amd64-cgo), const ENOTEMPTY = 66
 15878  pkg syscall (freebsd-amd64-cgo), const ENOTSOCK = 38
 15879  pkg syscall (freebsd-amd64-cgo), const ENOTSUP = 45
 15880  pkg syscall (freebsd-amd64-cgo), const ENOTTY = 25
 15881  pkg syscall (freebsd-amd64-cgo), const ENXIO = 6
 15882  pkg syscall (freebsd-amd64-cgo), const EOPNOTSUPP = 45
 15883  pkg syscall (freebsd-amd64-cgo), const EOVERFLOW = 84
 15884  pkg syscall (freebsd-amd64-cgo), const EPERM = 1
 15885  pkg syscall (freebsd-amd64-cgo), const EPFNOSUPPORT = 46
 15886  pkg syscall (freebsd-amd64-cgo), const EPIPE = 32
 15887  pkg syscall (freebsd-amd64-cgo), const EPROCLIM = 67
 15888  pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL = 76
 15889  pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH = 75
 15890  pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL = 74
 15891  pkg syscall (freebsd-amd64-cgo), const EPROTO = 92
 15892  pkg syscall (freebsd-amd64-cgo), const EPROTONOSUPPORT = 43
 15893  pkg syscall (freebsd-amd64-cgo), const EPROTOTYPE = 41
 15894  pkg syscall (freebsd-amd64-cgo), const ERANGE = 34
 15895  pkg syscall (freebsd-amd64-cgo), const EREMOTE = 71
 15896  pkg syscall (freebsd-amd64-cgo), const EROFS = 30
 15897  pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH = 73
 15898  pkg syscall (freebsd-amd64-cgo), const ESHUTDOWN = 58
 15899  pkg syscall (freebsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
 15900  pkg syscall (freebsd-amd64-cgo), const ESPIPE = 29
 15901  pkg syscall (freebsd-amd64-cgo), const ESRCH = 3
 15902  pkg syscall (freebsd-amd64-cgo), const ESTALE = 70
 15903  pkg syscall (freebsd-amd64-cgo), const ETIMEDOUT = 60
 15904  pkg syscall (freebsd-amd64-cgo), const ETOOMANYREFS = 59
 15905  pkg syscall (freebsd-amd64-cgo), const ETXTBSY = 26
 15906  pkg syscall (freebsd-amd64-cgo), const EUSERS = 68
 15907  pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO = -3
 15908  pkg syscall (freebsd-amd64-cgo), const EVFILT_FS = -9
 15909  pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO = -10
 15910  pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC = -5
 15911  pkg syscall (freebsd-amd64-cgo), const EVFILT_READ = -1
 15912  pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL = -6
 15913  pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT = 11
 15914  pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER = -7
 15915  pkg syscall (freebsd-amd64-cgo), const EVFILT_USER = -11
 15916  pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE = -4
 15917  pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE = -2
 15918  pkg syscall (freebsd-amd64-cgo), const EV_ADD = 1
 15919  pkg syscall (freebsd-amd64-cgo), const EV_CLEAR = 32
 15920  pkg syscall (freebsd-amd64-cgo), const EV_DELETE = 2
 15921  pkg syscall (freebsd-amd64-cgo), const EV_DISABLE = 8
 15922  pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH = 128
 15923  pkg syscall (freebsd-amd64-cgo), const EV_ENABLE = 4
 15924  pkg syscall (freebsd-amd64-cgo), const EV_EOF = 32768
 15925  pkg syscall (freebsd-amd64-cgo), const EV_ERROR = 16384
 15926  pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 = 8192
 15927  pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT = 16
 15928  pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT = 64
 15929  pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS = 61440
 15930  pkg syscall (freebsd-amd64-cgo), const EWOULDBLOCK = 35
 15931  pkg syscall (freebsd-amd64-cgo), const EXDEV = 18
 15932  pkg syscall (freebsd-amd64-cgo), const EXTA = 19200
 15933  pkg syscall (freebsd-amd64-cgo), const EXTB = 38400
 15934  pkg syscall (freebsd-amd64-cgo), const EXTPROC = 2048
 15935  pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC = 1
 15936  pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE = 1024
 15937  pkg syscall (freebsd-amd64-cgo), const FLUSHO = 8388608
 15938  pkg syscall (freebsd-amd64-cgo), const F_CANCEL = 5
 15939  pkg syscall (freebsd-amd64-cgo), const F_DUP2FD = 10
 15940  pkg syscall (freebsd-amd64-cgo), const F_DUPFD = 0
 15941  pkg syscall (freebsd-amd64-cgo), const F_GETFD = 1
 15942  pkg syscall (freebsd-amd64-cgo), const F_GETFL = 3
 15943  pkg syscall (freebsd-amd64-cgo), const F_GETLK = 11
 15944  pkg syscall (freebsd-amd64-cgo), const F_GETOWN = 5
 15945  pkg syscall (freebsd-amd64-cgo), const F_OGETLK = 7
 15946  pkg syscall (freebsd-amd64-cgo), const F_OK = 0
 15947  pkg syscall (freebsd-amd64-cgo), const F_OSETLK = 8
 15948  pkg syscall (freebsd-amd64-cgo), const F_OSETLKW = 9
 15949  pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD = 16
 15950  pkg syscall (freebsd-amd64-cgo), const F_RDLCK = 1
 15951  pkg syscall (freebsd-amd64-cgo), const F_READAHEAD = 15
 15952  pkg syscall (freebsd-amd64-cgo), const F_SETFD = 2
 15953  pkg syscall (freebsd-amd64-cgo), const F_SETFL = 4
 15954  pkg syscall (freebsd-amd64-cgo), const F_SETLK = 12
 15955  pkg syscall (freebsd-amd64-cgo), const F_SETLKW = 13
 15956  pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE = 14
 15957  pkg syscall (freebsd-amd64-cgo), const F_SETOWN = 6
 15958  pkg syscall (freebsd-amd64-cgo), const F_UNLCK = 2
 15959  pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS = 4
 15960  pkg syscall (freebsd-amd64-cgo), const F_WRLCK = 3
 15961  pkg syscall (freebsd-amd64-cgo), const HUPCL = 16384
 15962  pkg syscall (freebsd-amd64-cgo), const ICANON = 256
 15963  pkg syscall (freebsd-amd64-cgo), const ICRNL = 256
 15964  pkg syscall (freebsd-amd64-cgo), const IEXTEN = 1024
 15965  pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL = 0
 15966  pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE = 1
 15967  pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI = 512
 15968  pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS = 16384
 15969  pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE = 2199410
 15970  pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG = 65536
 15971  pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG = 4
 15972  pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE = 1024
 15973  pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING = 64
 15974  pkg syscall (freebsd-amd64-cgo), const IFF_DYING = 2097152
 15975  pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 = 4096
 15976  pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 = 8192
 15977  pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 = 16384
 15978  pkg syscall (freebsd-amd64-cgo), const IFF_LOOPBACK = 8
 15979  pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR = 262144
 15980  pkg syscall (freebsd-amd64-cgo), const IFF_MULTICAST = 32768
 15981  pkg syscall (freebsd-amd64-cgo), const IFF_NOARP = 128
 15982  pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE = 1024
 15983  pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT = 16
 15984  pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC = 131072
 15985  pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC = 256
 15986  pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING = 4194304
 15987  pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING = 64
 15988  pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX = 2048
 15989  pkg syscall (freebsd-amd64-cgo), const IFF_SMART = 32
 15990  pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP = 524288
 15991  pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ = 16
 15992  pkg syscall (freebsd-amd64-cgo), const IFT_1822 = 2
 15993  pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
 15994  pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 = 187
 15995  pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 = 49
 15996  pkg syscall (freebsd-amd64-cgo), const IFT_ADSL = 94
 15997  pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 = 59
 15998  pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 = 60
 15999  pkg syscall (freebsd-amd64-cgo), const IFT_ARAP = 88
 16000  pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET = 35
 16001  pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS = 36
 16002  pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC = 84
 16003  pkg syscall (freebsd-amd64-cgo), const IFT_ATM = 37
 16004  pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI = 105
 16005  pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI = 106
 16006  pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA = 107
 16007  pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL = 80
 16008  pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO = 189
 16009  pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
 16010  pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
 16011  pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
 16012  pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 16013  pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE = 209
 16014  pkg syscall (freebsd-amd64-cgo), const IFT_BSC = 83
 16015  pkg syscall (freebsd-amd64-cgo), const IFT_CARP = 248
 16016  pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL = 61
 16017  pkg syscall (freebsd-amd64-cgo), const IFT_CEPT = 19
 16018  pkg syscall (freebsd-amd64-cgo), const IFT_CES = 133
 16019  pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL = 70
 16020  pkg syscall (freebsd-amd64-cgo), const IFT_CNR = 85
 16021  pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE = 132
 16022  pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK = 155
 16023  pkg syscall (freebsd-amd64-cgo), const IFT_DCN = 141
 16024  pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
 16025  pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 16026  pkg syscall (freebsd-amd64-cgo), const IFT_DLSW = 74
 16027  pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 16028  pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
 16029  pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 16030  pkg syscall (freebsd-amd64-cgo), const IFT_DS0 = 81
 16031  pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE = 82
 16032  pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL = 170
 16033  pkg syscall (freebsd-amd64-cgo), const IFT_DS3 = 30
 16034  pkg syscall (freebsd-amd64-cgo), const IFT_DTM = 140
 16035  pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN = 172
 16036  pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT = 173
 16037  pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 16038  pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
 16039  pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
 16040  pkg syscall (freebsd-amd64-cgo), const IFT_ENC = 244
 16041  pkg syscall (freebsd-amd64-cgo), const IFT_EON = 25
 16042  pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS = 87
 16043  pkg syscall (freebsd-amd64-cgo), const IFT_ESCON = 73
 16044  pkg syscall (freebsd-amd64-cgo), const IFT_ETHER = 6
 16045  pkg syscall (freebsd-amd64-cgo), const IFT_FAITH = 242
 16046  pkg syscall (freebsd-amd64-cgo), const IFT_FAST = 125
 16047  pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER = 62
 16048  pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX = 69
 16049  pkg syscall (freebsd-amd64-cgo), const IFT_FDDI = 15
 16050  pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
 16051  pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 16052  pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
 16053  pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
 16054  pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY = 32
 16055  pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE = 44
 16056  pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
 16057  pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD = 158
 16058  pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB = 67
 16059  pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K = 66
 16060  pkg syscall (freebsd-amd64-cgo), const IFT_GIF = 240
 16061  pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
 16062  pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT = 178
 16063  pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT = 177
 16064  pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
 16065  pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY = 165
 16066  pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 = 3
 16067  pkg syscall (freebsd-amd64-cgo), const IFT_HDLC = 118
 16068  pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 = 168
 16069  pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 = 183
 16070  pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI = 47
 16071  pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
 16072  pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD = 90
 16073  pkg syscall (freebsd-amd64-cgo), const IFT_HSSI = 46
 16074  pkg syscall (freebsd-amd64-cgo), const IFT_HY = 14
 16075  pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
 16076  pkg syscall (freebsd-amd64-cgo), const IFT_IDSL = 154
 16077  pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 = 144
 16078  pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 = 71
 16079  pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 = 55
 16080  pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
 16081  pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN = 145
 16082  pkg syscall (freebsd-amd64-cgo), const IFT_IMT = 190
 16083  pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND = 199
 16084  pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE = 124
 16085  pkg syscall (freebsd-amd64-cgo), const IFT_IP = 126
 16086  pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD = 142
 16087  pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM = 114
 16088  pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC = 109
 16089  pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW = 110
 16090  pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH = 78
 16091  pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP = 249
 16092  pkg syscall (freebsd-amd64-cgo), const IFT_ISDN = 63
 16093  pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC = 20
 16094  pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
 16095  pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS = 75
 16096  pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU = 76
 16097  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC = 41
 16098  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 = 7
 16099  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 = 8
 16100  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 = 9
 16101  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
 16102  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR = 86
 16103  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER = 115
 16104  pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 = 10
 16105  pkg syscall (freebsd-amd64-cgo), const IFT_ISUP = 179
 16106  pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN = 135
 16107  pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN = 136
 16108  pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN = 137
 16109  pkg syscall (freebsd-amd64-cgo), const IFT_LAPB = 16
 16110  pkg syscall (freebsd-amd64-cgo), const IFT_LAPD = 77
 16111  pkg syscall (freebsd-amd64-cgo), const IFT_LAPF = 119
 16112  pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK = 42
 16113  pkg syscall (freebsd-amd64-cgo), const IFT_LOOP = 24
 16114  pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
 16115  pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK = 167
 16116  pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 = 38
 16117  pkg syscall (freebsd-amd64-cgo), const IFT_MODEM = 48
 16118  pkg syscall (freebsd-amd64-cgo), const IFT_MPC = 113
 16119  pkg syscall (freebsd-amd64-cgo), const IFT_MPLS = 166
 16120  pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
 16121  pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL = 143
 16122  pkg syscall (freebsd-amd64-cgo), const IFT_MVL = 191
 16123  pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET = 99
 16124  pkg syscall (freebsd-amd64-cgo), const IFT_NFAS = 175
 16125  pkg syscall (freebsd-amd64-cgo), const IFT_NSIP = 27
 16126  pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
 16127  pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
 16128  pkg syscall (freebsd-amd64-cgo), const IFT_OTHER = 1
 16129  pkg syscall (freebsd-amd64-cgo), const IFT_P10 = 12
 16130  pkg syscall (freebsd-amd64-cgo), const IFT_P80 = 13
 16131  pkg syscall (freebsd-amd64-cgo), const IFT_PARA = 34
 16132  pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG = 246
 16133  pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC = 247
 16134  pkg syscall (freebsd-amd64-cgo), const IFT_PLC = 174
 16135  pkg syscall (freebsd-amd64-cgo), const IFT_POS = 171
 16136  pkg syscall (freebsd-amd64-cgo), const IFT_PPP = 23
 16137  pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 16138  pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
 16139  pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS = 89
 16140  pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 16141  pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 16142  pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 16143  pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX = 54
 16144  pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
 16145  pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
 16146  pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL = 22
 16147  pkg syscall (freebsd-amd64-cgo), const IFT_PVC = 241
 16148  pkg syscall (freebsd-amd64-cgo), const IFT_QLLC = 68
 16149  pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC = 188
 16150  pkg syscall (freebsd-amd64-cgo), const IFT_RADSL = 95
 16151  pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL = 192
 16152  pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 = 159
 16153  pkg syscall (freebsd-amd64-cgo), const IFT_RS232 = 33
 16154  pkg syscall (freebsd-amd64-cgo), const IFT_RSRB = 79
 16155  pkg syscall (freebsd-amd64-cgo), const IFT_SDLC = 17
 16156  pkg syscall (freebsd-amd64-cgo), const IFT_SDSL = 96
 16157  pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL = 169
 16158  pkg syscall (freebsd-amd64-cgo), const IFT_SIP = 31
 16159  pkg syscall (freebsd-amd64-cgo), const IFT_SLIP = 28
 16160  pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI = 43
 16161  pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP = 52
 16162  pkg syscall (freebsd-amd64-cgo), const IFT_SONET = 39
 16163  pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 16164  pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH = 50
 16165  pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT = 51
 16166  pkg syscall (freebsd-amd64-cgo), const IFT_SRP = 151
 16167  pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK = 156
 16168  pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK = 111
 16169  pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN = 11
 16170  pkg syscall (freebsd-amd64-cgo), const IFT_STF = 215
 16171  pkg syscall (freebsd-amd64-cgo), const IFT_T1 = 18
 16172  pkg syscall (freebsd-amd64-cgo), const IFT_TDLC = 116
 16173  pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD = 91
 16174  pkg syscall (freebsd-amd64-cgo), const IFT_TR008 = 176
 16175  pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC = 123
 16176  pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL = 131
 16177  pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA = 29
 16178  pkg syscall (freebsd-amd64-cgo), const IFT_USB = 160
 16179  pkg syscall (freebsd-amd64-cgo), const IFT_V11 = 64
 16180  pkg syscall (freebsd-amd64-cgo), const IFT_V35 = 45
 16181  pkg syscall (freebsd-amd64-cgo), const IFT_V36 = 65
 16182  pkg syscall (freebsd-amd64-cgo), const IFT_V37 = 120
 16183  pkg syscall (freebsd-amd64-cgo), const IFT_VDSL = 97
 16184  pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
 16185  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM = 100
 16186  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP = 103
 16187  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO = 101
 16188  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS = 102
 16189  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM = 152
 16190  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 16191  pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP = 104
 16192  pkg syscall (freebsd-amd64-cgo), const IFT_X213 = 93
 16193  pkg syscall (freebsd-amd64-cgo), const IFT_X25 = 5
 16194  pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN = 4
 16195  pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
 16196  pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP = 121
 16197  pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE = 40
 16198  pkg syscall (freebsd-amd64-cgo), const IFT_XETHER = 26
 16199  pkg syscall (freebsd-amd64-cgo), const IGNBRK = 1
 16200  pkg syscall (freebsd-amd64-cgo), const IGNCR = 128
 16201  pkg syscall (freebsd-amd64-cgo), const IGNPAR = 4
 16202  pkg syscall (freebsd-amd64-cgo), const IMAXBEL = 8192
 16203  pkg syscall (freebsd-amd64-cgo), const INLCR = 64
 16204  pkg syscall (freebsd-amd64-cgo), const INPCK = 16
 16205  pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
 16206  pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX = 128
 16207  pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
 16208  pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
 16209  pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST = 65535
 16210  pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX = 65536
 16211  pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
 16212  pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
 16213  pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST = 255
 16214  pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
 16215  pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
 16216  pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
 16217  pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
 16218  pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
 16219  pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET = 127
 16220  pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK = 4294967294
 16221  pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC = 34
 16222  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS = 68
 16223  pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH = 51
 16224  pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP = 61
 16225  pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES = 99
 16226  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS = 13
 16227  pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 = 93
 16228  pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA = 49
 16229  pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT = 30
 16230  pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON = 76
 16231  pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP = 112
 16232  pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP = 62
 16233  pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS = 16
 16234  pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP = 38
 16235  pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB = 73
 16236  pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX = 72
 16237  pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP = 37
 16238  pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP = 86
 16239  pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT = 258
 16240  pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE = 257
 16241  pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
 16242  pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP = 8
 16243  pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON = 14
 16244  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP = 98
 16245  pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON = 80
 16246  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP = 50
 16247  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP = 97
 16248  pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
 16249  pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP = 3
 16250  pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP = 100
 16251  pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE = 47
 16252  pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO = 63
 16253  pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP = 20
 16254  pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
 16255  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP = 1
 16256  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
 16257  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP = 22
 16258  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR = 35
 16259  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP = 45
 16260  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP = 2
 16261  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP = 85
 16262  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP = 88
 16263  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL = 40
 16264  pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP = 52
 16265  pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP = 32
 16266  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP = 108
 16267  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV = 71
 16268  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP = 94
 16269  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP = 4
 16270  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC = 67
 16271  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 = 4
 16272  pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP = 28
 16273  pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
 16274  pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP = 91
 16275  pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 = 25
 16276  pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 = 26
 16277  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX = 256
 16278  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID = 52
 16279  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS = 19
 16280  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH = 135
 16281  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP = 48
 16282  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP = 95
 16283  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE = 55
 16284  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP = 92
 16285  pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX = 18
 16286  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND = 77
 16287  pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP = 54
 16288  pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE = 59
 16289  pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP = 31
 16290  pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII = 11
 16291  pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT = 254
 16292  pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP = 89
 16293  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC = 240
 16294  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM = 113
 16295  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP = 9
 16296  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM = 103
 16297  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM = 21
 16298  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP = 12
 16299  pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP = 75
 16300  pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW = 255
 16301  pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON = 10
 16302  pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP = 27
 16303  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING = 43
 16304  pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP = 46
 16305  pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD = 66
 16306  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK = 64
 16307  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON = 69
 16308  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP = 96
 16309  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP = 132
 16310  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP = 42
 16311  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND = 259
 16312  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP = 33
 16313  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP = 57
 16314  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER = 32767
 16315  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC = 90
 16316  pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST = 7
 16317  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP = 82
 16318  pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE = 53
 16319  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF = 87
 16320  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP = 56
 16321  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP = 29
 16322  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX = 39
 16323  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 = 23
 16324  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 = 24
 16325  pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP = 84
 16326  pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES = 83
 16327  pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA = 70
 16328  pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP = 81
 16329  pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK = 79
 16330  pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON = 78
 16331  pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN = 74
 16332  pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET = 15
 16333  pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP = 36
 16334  pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
 16335  pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY = 64
 16336  pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY = 27
 16337  pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM = 26
 16338  pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 16339  pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 16340  pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM = 64
 16341  pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG = 62
 16342  pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS = 50
 16343  pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH = 29
 16344  pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 16345  pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 16346  pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL = 120
 16347  pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD = 30
 16348  pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL = 31
 16349  pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH = 32
 16350  pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET = 34
 16351  pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO = 33
 16352  pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC = 1
 16353  pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT = 47
 16354  pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS = 49
 16355  pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
 16356  pkg syscall (freebsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
 16357  pkg syscall (freebsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
 16358  pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM = 255
 16359  pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR = 2048
 16360  pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET = 65535
 16361  pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
 16362  pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
 16363  pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
 16364  pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
 16365  pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU = 1280
 16366  pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER = 74
 16367  pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
 16368  pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
 16369  pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
 16370  pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP = 48
 16371  pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU = 44
 16372  pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO = 46
 16373  pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE = 14
 16374  pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 16375  pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
 16376  pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
 16377  pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR = 63
 16378  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
 16379  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
 16380  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
 16381  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
 16382  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
 16383  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR = 38
 16384  pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS = 57
 16385  pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR = 51
 16386  pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
 16387  pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
 16388  pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
 16389  pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
 16390  pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 16391  pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS = 61
 16392  pkg syscall (freebsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
 16393  pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
 16394  pkg syscall (freebsd-amd64-cgo), const IPV6_V6ONLY = 27
 16395  pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION = 96
 16396  pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK = 240
 16397  pkg syscall (freebsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
 16398  pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
 16399  pkg syscall (freebsd-amd64-cgo), const IP_BINDANY = 24
 16400  pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE = 72
 16401  pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 16402  pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 16403  pkg syscall (freebsd-amd64-cgo), const IP_DF = 16384
 16404  pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG = 67
 16405  pkg syscall (freebsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
 16406  pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
 16407  pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 = 49
 16408  pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
 16409  pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL = 61
 16410  pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
 16411  pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET = 64
 16412  pkg syscall (freebsd-amd64-cgo), const IP_FAITH = 22
 16413  pkg syscall (freebsd-amd64-cgo), const IP_FW3 = 48
 16414  pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD = 50
 16415  pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL = 51
 16416  pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH = 52
 16417  pkg syscall (freebsd-amd64-cgo), const IP_FW_GET = 54
 16418  pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG = 56
 16419  pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL = 57
 16420  pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG = 58
 16421  pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG = 59
 16422  pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG = 55
 16423  pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD = 40
 16424  pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL = 41
 16425  pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH = 42
 16426  pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE = 43
 16427  pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST = 44
 16428  pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO = 53
 16429  pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL = 2
 16430  pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY = 21
 16431  pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET = 65535
 16432  pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
 16433  pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
 16434  pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
 16435  pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
 16436  pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER = 1024
 16437  pkg syscall (freebsd-amd64-cgo), const IP_MF = 8192
 16438  pkg syscall (freebsd-amd64-cgo), const IP_MINTTL = 66
 16439  pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
 16440  pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER = 74
 16441  pkg syscall (freebsd-amd64-cgo), const IP_MSS = 576
 16442  pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_IF = 9
 16443  pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
 16444  pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_TTL = 10
 16445  pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF = 14
 16446  pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK = 8191
 16447  pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST = 23
 16448  pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS = 1
 16449  pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE = 19
 16450  pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
 16451  pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
 16452  pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
 16453  pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR = 7
 16454  pkg syscall (freebsd-amd64-cgo), const IP_RECVIF = 20
 16455  pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS = 5
 16456  pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS = 6
 16457  pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS = 68
 16458  pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL = 65
 16459  pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS = 8
 16460  pkg syscall (freebsd-amd64-cgo), const IP_RF = 32768
 16461  pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF = 16
 16462  pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON = 15
 16463  pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF = 18
 16464  pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON = 17
 16465  pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR = 7
 16466  pkg syscall (freebsd-amd64-cgo), const IP_TOS = 3
 16467  pkg syscall (freebsd-amd64-cgo), const IP_TTL = 4
 16468  pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
 16469  pkg syscall (freebsd-amd64-cgo), const ISIG = 128
 16470  pkg syscall (freebsd-amd64-cgo), const ISTRIP = 32
 16471  pkg syscall (freebsd-amd64-cgo), const IXANY = 2048
 16472  pkg syscall (freebsd-amd64-cgo), const IXOFF = 1024
 16473  pkg syscall (freebsd-amd64-cgo), const IXON = 512
 16474  pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
 16475  pkg syscall (freebsd-amd64-cgo), const LOCK_EX = 2
 16476  pkg syscall (freebsd-amd64-cgo), const LOCK_NB = 4
 16477  pkg syscall (freebsd-amd64-cgo), const LOCK_SH = 1
 16478  pkg syscall (freebsd-amd64-cgo), const LOCK_UN = 8
 16479  pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC = 7
 16480  pkg syscall (freebsd-amd64-cgo), const MADV_CORE = 9
 16481  pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED = 4
 16482  pkg syscall (freebsd-amd64-cgo), const MADV_FREE = 5
 16483  pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE = 8
 16484  pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL = 0
 16485  pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC = 6
 16486  pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT = 10
 16487  pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM = 1
 16488  pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL = 2
 16489  pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED = 3
 16490  pkg syscall (freebsd-amd64-cgo), const MAP_ANON = 4096
 16491  pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS = 4096
 16492  pkg syscall (freebsd-amd64-cgo), const MAP_COPY = 2
 16493  pkg syscall (freebsd-amd64-cgo), const MAP_FILE = 0
 16494  pkg syscall (freebsd-amd64-cgo), const MAP_FIXED = 16
 16495  pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
 16496  pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE = 131072
 16497  pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE = 64
 16498  pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC = 2048
 16499  pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ = 262144
 16500  pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE = 2
 16501  pkg syscall (freebsd-amd64-cgo), const MAP_RENAME = 32
 16502  pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 = 128
 16503  pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 = 256
 16504  pkg syscall (freebsd-amd64-cgo), const MAP_SHARED = 1
 16505  pkg syscall (freebsd-amd64-cgo), const MAP_STACK = 1024
 16506  pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT = 1
 16507  pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE = 2
 16508  pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT = 32768
 16509  pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC = 32
 16510  pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE = 4
 16511  pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT = 128
 16512  pkg syscall (freebsd-amd64-cgo), const MSG_EOF = 256
 16513  pkg syscall (freebsd-amd64-cgo), const MSG_EOR = 8
 16514  pkg syscall (freebsd-amd64-cgo), const MSG_NBIO = 16384
 16515  pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL = 131072
 16516  pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION = 8192
 16517  pkg syscall (freebsd-amd64-cgo), const MSG_OOB = 1
 16518  pkg syscall (freebsd-amd64-cgo), const MSG_PEEK = 2
 16519  pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC = 16
 16520  pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL = 64
 16521  pkg syscall (freebsd-amd64-cgo), const MS_ASYNC = 1
 16522  pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE = 2
 16523  pkg syscall (freebsd-amd64-cgo), const MS_SYNC = 0
 16524  pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP = 1
 16525  pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS = 2
 16526  pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST = 3
 16527  pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL = 5
 16528  pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST = 4
 16529  pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID = 6
 16530  pkg syscall (freebsd-amd64-cgo), const NOFLSH = 2147483648
 16531  pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB = 8
 16532  pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD = 4
 16533  pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE = 1
 16534  pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC = 536870912
 16535  pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT = 2147483648
 16536  pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND = 4
 16537  pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND = 1073741824
 16538  pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY = 3221225472
 16539  pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
 16540  pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
 16541  pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP = 0
 16542  pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR = 2147483648
 16543  pkg syscall (freebsd-amd64-cgo), const NOTE_FORK = 1073741824
 16544  pkg syscall (freebsd-amd64-cgo), const NOTE_LINK = 16
 16545  pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT = 1
 16546  pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
 16547  pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
 16548  pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME = 32
 16549  pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE = 64
 16550  pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK = 1
 16551  pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR = 2
 16552  pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER = 16777216
 16553  pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE = 2
 16554  pkg syscall (freebsd-amd64-cgo), const OCRNL = 16
 16555  pkg syscall (freebsd-amd64-cgo), const ONLCR = 2
 16556  pkg syscall (freebsd-amd64-cgo), const ONLRET = 64
 16557  pkg syscall (freebsd-amd64-cgo), const ONOCR = 32
 16558  pkg syscall (freebsd-amd64-cgo), const ONOEOT = 8
 16559  pkg syscall (freebsd-amd64-cgo), const OPOST = 1
 16560  pkg syscall (freebsd-amd64-cgo), const O_ACCMODE = 3
 16561  pkg syscall (freebsd-amd64-cgo), const O_APPEND = 8
 16562  pkg syscall (freebsd-amd64-cgo), const O_ASYNC = 64
 16563  pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
 16564  pkg syscall (freebsd-amd64-cgo), const O_CREAT = 512
 16565  pkg syscall (freebsd-amd64-cgo), const O_DIRECT = 65536
 16566  pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY = 131072
 16567  pkg syscall (freebsd-amd64-cgo), const O_EXCL = 2048
 16568  pkg syscall (freebsd-amd64-cgo), const O_EXEC = 262144
 16569  pkg syscall (freebsd-amd64-cgo), const O_EXLOCK = 32
 16570  pkg syscall (freebsd-amd64-cgo), const O_FSYNC = 128
 16571  pkg syscall (freebsd-amd64-cgo), const O_NDELAY = 4
 16572  pkg syscall (freebsd-amd64-cgo), const O_NOCTTY = 32768
 16573  pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW = 256
 16574  pkg syscall (freebsd-amd64-cgo), const O_NONBLOCK = 4
 16575  pkg syscall (freebsd-amd64-cgo), const O_SHLOCK = 16
 16576  pkg syscall (freebsd-amd64-cgo), const O_SYNC = 128
 16577  pkg syscall (freebsd-amd64-cgo), const O_TRUNC = 1024
 16578  pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT = 524288
 16579  pkg syscall (freebsd-amd64-cgo), const PARENB = 4096
 16580  pkg syscall (freebsd-amd64-cgo), const PARMRK = 8
 16581  pkg syscall (freebsd-amd64-cgo), const PARODD = 8192
 16582  pkg syscall (freebsd-amd64-cgo), const PENDIN = 536870912
 16583  pkg syscall (freebsd-amd64-cgo), const PROT_EXEC = 4
 16584  pkg syscall (freebsd-amd64-cgo), const PROT_NONE = 0
 16585  pkg syscall (freebsd-amd64-cgo), const PROT_READ = 1
 16586  pkg syscall (freebsd-amd64-cgo), const PROT_WRITE = 2
 16587  pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT = 7
 16588  pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL = 8
 16589  pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME = 0
 16590  pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS = 10
 16591  pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE = 4
 16592  pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU = 0
 16593  pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA = 2
 16594  pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE = 1
 16595  pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE = 8
 16596  pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK = 3
 16597  pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
 16598  pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR = 6
 16599  pkg syscall (freebsd-amd64-cgo), const RTAX_BRD = 7
 16600  pkg syscall (freebsd-amd64-cgo), const RTAX_DST = 0
 16601  pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY = 1
 16602  pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK = 3
 16603  pkg syscall (freebsd-amd64-cgo), const RTAX_IFA = 5
 16604  pkg syscall (freebsd-amd64-cgo), const RTAX_IFP = 4
 16605  pkg syscall (freebsd-amd64-cgo), const RTAX_MAX = 8
 16606  pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK = 2
 16607  pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR = 64
 16608  pkg syscall (freebsd-amd64-cgo), const RTA_BRD = 128
 16609  pkg syscall (freebsd-amd64-cgo), const RTA_DST = 1
 16610  pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY = 2
 16611  pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK = 8
 16612  pkg syscall (freebsd-amd64-cgo), const RTA_IFA = 32
 16613  pkg syscall (freebsd-amd64-cgo), const RTA_IFP = 16
 16614  pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK = 4
 16615  pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE = 4096
 16616  pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST = 4194304
 16617  pkg syscall (freebsd-amd64-cgo), const RTF_DONE = 64
 16618  pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC = 16
 16619  pkg syscall (freebsd-amd64-cgo), const RTF_FMASK = 268752904
 16620  pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY = 2
 16621  pkg syscall (freebsd-amd64-cgo), const RTF_HOST = 4
 16622  pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA = 1024
 16623  pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO = 1024
 16624  pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL = 2097152
 16625  pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED = 32
 16626  pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST = 8388608
 16627  pkg syscall (freebsd-amd64-cgo), const RTF_PINNED = 1048576
 16628  pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING = 65536
 16629  pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 = 32768
 16630  pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 = 16384
 16631  pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 = 262144
 16632  pkg syscall (freebsd-amd64-cgo), const RTF_REJECT = 8
 16633  pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED = 1073741824
 16634  pkg syscall (freebsd-amd64-cgo), const RTF_STATIC = 2048
 16635  pkg syscall (freebsd-amd64-cgo), const RTF_STICKY = 268435456
 16636  pkg syscall (freebsd-amd64-cgo), const RTF_UP = 1
 16637  pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE = 512
 16638  pkg syscall (freebsd-amd64-cgo), const RTM_ADD = 1
 16639  pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE = 3
 16640  pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR = 13
 16641  pkg syscall (freebsd-amd64-cgo), const RTM_DELETE = 2
 16642  pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR = 16
 16643  pkg syscall (freebsd-amd64-cgo), const RTM_GET = 4
 16644  pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 = 18
 16645  pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE = 17
 16646  pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO = 14
 16647  pkg syscall (freebsd-amd64-cgo), const RTM_LOCK = 8
 16648  pkg syscall (freebsd-amd64-cgo), const RTM_LOSING = 5
 16649  pkg syscall (freebsd-amd64-cgo), const RTM_MISS = 7
 16650  pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR = 12
 16651  pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR = 15
 16652  pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD = 9
 16653  pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL = 10
 16654  pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT = 6
 16655  pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE = 11
 16656  pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT = 1000000
 16657  pkg syscall (freebsd-amd64-cgo), const RTM_VERSION = 5
 16658  pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE = 4
 16659  pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT = 2
 16660  pkg syscall (freebsd-amd64-cgo), const RTV_MTU = 1
 16661  pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE = 8
 16662  pkg syscall (freebsd-amd64-cgo), const RTV_RTT = 64
 16663  pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR = 128
 16664  pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE = 16
 16665  pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH = 32
 16666  pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT = 256
 16667  pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT = 1
 16668  pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB = 0
 16669  pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN = -1
 16670  pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF = 0
 16671  pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD = 1
 16672  pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME = 4
 16673  pkg syscall (freebsd-amd64-cgo), const SCM_CREDS = 3
 16674  pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS = 1
 16675  pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP = 2
 16676  pkg syscall (freebsd-amd64-cgo), const SIGBUS = 10
 16677  pkg syscall (freebsd-amd64-cgo), const SIGCHLD = 20
 16678  pkg syscall (freebsd-amd64-cgo), const SIGCONT = 19
 16679  pkg syscall (freebsd-amd64-cgo), const SIGEMT = 7
 16680  pkg syscall (freebsd-amd64-cgo), const SIGINFO = 29
 16681  pkg syscall (freebsd-amd64-cgo), const SIGIO = 23
 16682  pkg syscall (freebsd-amd64-cgo), const SIGIOT = 6
 16683  pkg syscall (freebsd-amd64-cgo), const SIGLWP = 32
 16684  pkg syscall (freebsd-amd64-cgo), const SIGPROF = 27
 16685  pkg syscall (freebsd-amd64-cgo), const SIGSTOP = 17
 16686  pkg syscall (freebsd-amd64-cgo), const SIGSYS = 12
 16687  pkg syscall (freebsd-amd64-cgo), const SIGTHR = 32
 16688  pkg syscall (freebsd-amd64-cgo), const SIGTSTP = 18
 16689  pkg syscall (freebsd-amd64-cgo), const SIGTTIN = 21
 16690  pkg syscall (freebsd-amd64-cgo), const SIGTTOU = 22
 16691  pkg syscall (freebsd-amd64-cgo), const SIGURG = 16
 16692  pkg syscall (freebsd-amd64-cgo), const SIGUSR1 = 30
 16693  pkg syscall (freebsd-amd64-cgo), const SIGUSR2 = 31
 16694  pkg syscall (freebsd-amd64-cgo), const SIGVTALRM = 26
 16695  pkg syscall (freebsd-amd64-cgo), const SIGWINCH = 28
 16696  pkg syscall (freebsd-amd64-cgo), const SIGXCPU = 24
 16697  pkg syscall (freebsd-amd64-cgo), const SIGXFSZ = 25
 16698  pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI = 2149607729
 16699  pkg syscall (freebsd-amd64-cgo), const SIOCADDRT = 2151707146
 16700  pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR = 2151704858
 16701  pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
 16702  pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR = 2165860635
 16703  pkg syscall (freebsd-amd64-cgo), const SIOCATMARK = 1074033415
 16704  pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI = 2149607730
 16705  pkg syscall (freebsd-amd64-cgo), const SIOCDELRT = 2151707147
 16706  pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR = 2149607705
 16707  pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
 16708  pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
 16709  pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR = 2165860637
 16710  pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
 16711  pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT = 3223351824
 16712  pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT = 3223876111
 16713  pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT = 1074033409
 16714  pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR = 3223349537
 16715  pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
 16716  pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP = 3223349535
 16717  pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF = 3222300964
 16718  pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR = 3223349546
 16719  pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
 16720  pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB = 3223349596
 16721  pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
 16722  pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
 16723  pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
 16724  pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
 16725  pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX = 3223349536
 16726  pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC = 3223349542
 16727  pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA = 3224398136
 16728  pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
 16729  pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU = 3223349555
 16730  pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
 16731  pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
 16732  pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS = 3223349557
 16733  pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
 16734  pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS = 3274795323
 16735  pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR = 3239602460
 16736  pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
 16737  pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT = 1074033411
 16738  pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP = 1074033417
 16739  pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 = 3223349584
 16740  pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 = 3223349585
 16741  pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE = 3223349626
 16742  pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 = 3223349628
 16743  pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
 16744  pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
 16745  pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
 16746  pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT = 2147775232
 16747  pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR = 2149607692
 16748  pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
 16749  pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP = 2149607710
 16750  pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR = 2149607721
 16751  pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
 16752  pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB = 2149607773
 16753  pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
 16754  pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
 16755  pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR = 2149607740
 16756  pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC = 2149607719
 16757  pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA = 3223349559
 16758  pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
 16759  pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU = 2149607732
 16760  pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME = 2149607720
 16761  pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
 16762  pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
 16763  pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS = 2149607734
 16764  pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET = 3223349595
 16765  pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET = 3223349594
 16766  pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
 16767  pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT = 2147775234
 16768  pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP = 2147775240
 16769  pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN = 255
 16770  pkg syscall (freebsd-amd64-cgo), const SOCK_RDM = 4
 16771  pkg syscall (freebsd-amd64-cgo), const SOL_SOCKET = 65535
 16772  pkg syscall (freebsd-amd64-cgo), const SOMAXCONN = 128
 16773  pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN = 2
 16774  pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
 16775  pkg syscall (freebsd-amd64-cgo), const SO_BINTIME = 8192
 16776  pkg syscall (freebsd-amd64-cgo), const SO_BROADCAST = 32
 16777  pkg syscall (freebsd-amd64-cgo), const SO_DEBUG = 1
 16778  pkg syscall (freebsd-amd64-cgo), const SO_DONTROUTE = 16
 16779  pkg syscall (freebsd-amd64-cgo), const SO_ERROR = 4103
 16780  pkg syscall (freebsd-amd64-cgo), const SO_KEEPALIVE = 8
 16781  pkg syscall (freebsd-amd64-cgo), const SO_LABEL = 4105
 16782  pkg syscall (freebsd-amd64-cgo), const SO_LINGER = 128
 16783  pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN = 4115
 16784  pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN = 4114
 16785  pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT = 4113
 16786  pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE = 2048
 16787  pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP = 32768
 16788  pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD = 16384
 16789  pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE = 256
 16790  pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL = 4112
 16791  pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL = 4118
 16792  pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE = 4118
 16793  pkg syscall (freebsd-amd64-cgo), const SO_RCVBUF = 4098
 16794  pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT = 4100
 16795  pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO = 4102
 16796  pkg syscall (freebsd-amd64-cgo), const SO_REUSEADDR = 4
 16797  pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT = 512
 16798  pkg syscall (freebsd-amd64-cgo), const SO_SETFIB = 4116
 16799  pkg syscall (freebsd-amd64-cgo), const SO_SNDBUF = 4097
 16800  pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT = 4099
 16801  pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO = 4101
 16802  pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP = 1024
 16803  pkg syscall (freebsd-amd64-cgo), const SO_TYPE = 4104
 16804  pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK = 64
 16805  pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE = 4117
 16806  pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 = 463
 16807  pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT = 30
 16808  pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS = 33
 16809  pkg syscall (freebsd-amd64-cgo), const SYS_ACCT = 51
 16810  pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME = 140
 16811  pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT = 445
 16812  pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL = 453
 16813  pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON = 446
 16814  pkg syscall (freebsd-amd64-cgo), const SYS_BIND = 104
 16815  pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER = 516
 16816  pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE = 517
 16817  pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS = 515
 16818  pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW = 514
 16819  pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR = 12
 16820  pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS = 34
 16821  pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD = 15
 16822  pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN = 16
 16823  pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT = 61
 16824  pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
 16825  pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
 16826  pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
 16827  pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
 16828  pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE = 6
 16829  pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM = 509
 16830  pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT = 98
 16831  pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET = 484
 16832  pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY = 487
 16833  pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID = 486
 16834  pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY = 488
 16835  pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID = 485
 16836  pkg syscall (freebsd-amd64-cgo), const SYS_DUP = 41
 16837  pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 = 90
 16838  pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS = 376
 16839  pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE = 59
 16840  pkg syscall (freebsd-amd64-cgo), const SYS_EXIT = 1
 16841  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL = 355
 16842  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 373
 16843  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 358
 16844  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 414
 16845  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 372
 16846  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 357
 16847  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 413
 16848  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 437
 16849  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 438
 16850  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 439
 16851  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 371
 16852  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 356
 16853  pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 412
 16854  pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT = 489
 16855  pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR = 13
 16856  pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS = 35
 16857  pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD = 124
 16858  pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT = 490
 16859  pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN = 123
 16860  pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT = 491
 16861  pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL = 92
 16862  pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE = 492
 16863  pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
 16864  pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
 16865  pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
 16866  pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN = 298
 16867  pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT = 299
 16868  pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS = 398
 16869  pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK = 131
 16870  pkg syscall (freebsd-amd64-cgo), const SYS_FORK = 2
 16871  pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF = 192
 16872  pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
 16873  pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK = 199
 16874  pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP = 197
 16875  pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD = 173
 16876  pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE = 174
 16877  pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE = 200
 16878  pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189
 16879  pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493
 16880  pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397
 16881  pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC = 95
 16882  pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE = 480
 16883  pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES = 206
 16884  pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT = 494
 16885  pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT = 449
 16886  pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR = 451
 16887  pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID = 447
 16888  pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT = 421
 16889  pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS = 272
 16890  pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196
 16891  pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE = 89
 16892  pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID = 43
 16893  pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID = 25
 16894  pkg syscall (freebsd-amd64-cgo), const SYS_GETFH = 161
 16895  pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395
 16896  pkg syscall (freebsd-amd64-cgo), const SYS_GETGID = 47
 16897  pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS = 79
 16898  pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER = 86
 16899  pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN = 49
 16900  pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS = 523
 16901  pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME = 31
 16902  pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID = 207
 16903  pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP = 81
 16904  pkg syscall (freebsd-amd64-cgo), const SYS_GETPID = 20
 16905  pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID = 39
 16906  pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY = 100
 16907  pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID = 361
 16908  pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID = 360
 16909  pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT = 194
 16910  pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE = 117
 16911  pkg syscall (freebsd-amd64-cgo), const SYS_GETSID = 310
 16912  pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME = 32
 16913  pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT = 118
 16914  pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
 16915  pkg syscall (freebsd-amd64-cgo), const SYS_GETUID = 24
 16916  pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL = 54
 16917  pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID = 253
 16918  pkg syscall (freebsd-amd64-cgo), const SYS_JAIL = 338
 16919  pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH = 436
 16920  pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET = 506
 16921  pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE = 508
 16922  pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET = 507
 16923  pkg syscall (freebsd-amd64-cgo), const SYS_KENV = 390
 16924  pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 363
 16925  pkg syscall (freebsd-amd64-cgo), const SYS_KILL = 37
 16926  pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND = 306
 16927  pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD = 309
 16928  pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD = 304
 16929  pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT = 307
 16930  pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT = 308
 16931  pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM = 337
 16932  pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD = 305
 16933  pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF = 444
 16934  pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE = 362
 16935  pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE = 235
 16936  pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE = 236
 16937  pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN = 239
 16938  pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME = 238
 16939  pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME = 237
 16940  pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE = 45
 16941  pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS = 391
 16942  pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD = 274
 16943  pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN = 254
 16944  pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH = 160
 16945  pkg syscall (freebsd-amd64-cgo), const SYS_LINK = 9
 16946  pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT = 495
 16947  pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN = 106
 16948  pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF = 513
 16949  pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK = 478
 16950  pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190
 16951  pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES = 276
 16952  pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL = 394
 16953  pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE = 75
 16954  pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE = 78
 16955  pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT = 250
 16956  pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR = 136
 16957  pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT = 496
 16958  pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO = 132
 16959  pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT = 497
 16960  pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD = 14
 16961  pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498
 16962  pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK = 203
 16963  pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL = 324
 16964  pkg syscall (freebsd-amd64-cgo), const SYS_MMAP = 477
 16965  pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND = 303
 16966  pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT = 302
 16967  pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT = 300
 16968  pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT = 301
 16969  pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT = 21
 16970  pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT = 74
 16971  pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC = 65
 16972  pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK = 204
 16973  pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL = 325
 16974  pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP = 73
 16975  pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP = 240
 16976  pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT = 279
 16977  pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT = 280
 16978  pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT = 378
 16979  pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT = 278
 16980  pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
 16981  pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME = 248
 16982  pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK = 17
 16983  pkg syscall (freebsd-amd64-cgo), const SYS_OPEN = 5
 16984  pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT = 499
 16985  pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL = 252
 16986  pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE = 72
 16987  pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF = 191
 16988  pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK = 518
 16989  pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID = 520
 16990  pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL = 519
 16991  pkg syscall (freebsd-amd64-cgo), const SYS_PIPE = 42
 16992  pkg syscall (freebsd-amd64-cgo), const SYS_POLL = 209
 16993  pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE = 531
 16994  pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE = 530
 16995  pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT = 504
 16996  pkg syscall (freebsd-amd64-cgo), const SYS_PREAD = 475
 16997  pkg syscall (freebsd-amd64-cgo), const SYS_PREADV = 289
 16998  pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL = 44
 16999  pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT = 522
 17000  pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE = 26
 17001  pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE = 476
 17002  pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV = 290
 17003  pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL = 148
 17004  pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE = 528
 17005  pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS = 527
 17006  pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT = 525
 17007  pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES = 526
 17008  pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE = 529
 17009  pkg syscall (freebsd-amd64-cgo), const SYS_READ = 3
 17010  pkg syscall (freebsd-amd64-cgo), const SYS_READLINK = 58
 17011  pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT = 500
 17012  pkg syscall (freebsd-amd64-cgo), const SYS_READV = 120
 17013  pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT = 55
 17014  pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM = 29
 17015  pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG = 27
 17016  pkg syscall (freebsd-amd64-cgo), const SYS_RENAME = 128
 17017  pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT = 501
 17018  pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE = 56
 17019  pkg syscall (freebsd-amd64-cgo), const SYS_RFORK = 251
 17020  pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR = 137
 17021  pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO = 166
 17022  pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD = 466
 17023  pkg syscall (freebsd-amd64-cgo), const SYS_SBRK = 69
 17024  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM = 328
 17025  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 330
 17026  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
 17027  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
 17028  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
 17029  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM = 327
 17030  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 329
 17031  pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD = 331
 17032  pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
 17033  pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
 17034  pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
 17035  pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF = 471
 17036  pkg syscall (freebsd-amd64-cgo), const SYS_SELECT = 93
 17037  pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE = 393
 17038  pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG = 28
 17039  pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO = 133
 17040  pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT = 450
 17041  pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR = 452
 17042  pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID = 448
 17043  pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT = 422
 17044  pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID = 182
 17045  pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID = 183
 17046  pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB = 175
 17047  pkg syscall (freebsd-amd64-cgo), const SYS_SETGID = 181
 17048  pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS = 80
 17049  pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER = 83
 17050  pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN = 50
 17051  pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS = 524
 17052  pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID = 82
 17053  pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY = 96
 17054  pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID = 127
 17055  pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID = 312
 17056  pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID = 311
 17057  pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID = 126
 17058  pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT = 195
 17059  pkg syscall (freebsd-amd64-cgo), const SYS_SETSID = 147
 17060  pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT = 105
 17061  pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
 17062  pkg syscall (freebsd-amd64-cgo), const SYS_SETUID = 23
 17063  pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN = 482
 17064  pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK = 483
 17065  pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN = 134
 17066  pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION = 416
 17067  pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK = 53
 17068  pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING = 343
 17069  pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK = 340
 17070  pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE = 456
 17071  pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN = 417
 17072  pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND = 341
 17073  pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT = 345
 17074  pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT = 429
 17075  pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO = 346
 17076  pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET = 97
 17077  pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR = 135
 17078  pkg syscall (freebsd-amd64-cgo), const SYS_SSTK = 70
 17079  pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188
 17080  pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396
 17081  pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT = 423
 17082  pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF = 424
 17083  pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON = 85
 17084  pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK = 57
 17085  pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT = 502
 17086  pkg syscall (freebsd-amd64-cgo), const SYS_SYNC = 36
 17087  pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH = 165
 17088  pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE = 430
 17089  pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT = 431
 17090  pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL = 433
 17091  pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 = 481
 17092  pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW = 455
 17093  pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF = 432
 17094  pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME = 464
 17095  pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND = 442
 17096  pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE = 443
 17097  pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE = 479
 17098  pkg syscall (freebsd-amd64-cgo), const SYS_UMASK = 60
 17099  pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE = 205
 17100  pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK = 10
 17101  pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT = 503
 17102  pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT = 22
 17103  pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES = 138
 17104  pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE = 335
 17105  pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN = 392
 17106  pkg syscall (freebsd-amd64-cgo), const SYS_VFORK = 66
 17107  pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 = 7
 17108  pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 = 532
 17109  pkg syscall (freebsd-amd64-cgo), const SYS_WRITE = 4
 17110  pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV = 121
 17111  pkg syscall (freebsd-amd64-cgo), const SYS_YIELD = 321
 17112  pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK = 434
 17113  pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP = 454
 17114  pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK = 435
 17115  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD = 354
 17116  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE = 353
 17117  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK = 428
 17118  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD = 352
 17119  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE = 351
 17120  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK = 427
 17121  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD = 349
 17122  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE = 347
 17123  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK = 425
 17124  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD = 350
 17125  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE = 348
 17126  pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK = 426
 17127  pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD = 326
 17128  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE = 415
 17129  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD = 386
 17130  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE = 387
 17131  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK = 410
 17132  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID = 409
 17133  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC = 384
 17134  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD = 388
 17135  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE = 389
 17136  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK = 411
 17137  pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC = 385
 17138  pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID = 374
 17139  pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL = 202
 17140  pkg syscall (freebsd-amd64-cgo), const S_IFMT = 61440
 17141  pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr = 32
 17142  pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn = 8
 17143  pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram = 16
 17144  pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat = 8
 17145  pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion = 4
 17146  pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf = 24
 17147  pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader = 32
 17148  pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr = 12
 17149  pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq = 8
 17150  pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn = 12
 17151  pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq = 20
 17152  pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
 17153  pkg syscall (freebsd-amd64-cgo), const SizeofIfData = 152
 17154  pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr = 168
 17155  pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr = 20
 17156  pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr = 16
 17157  pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo = 20
 17158  pkg syscall (freebsd-amd64-cgo), const SizeofLinger = 8
 17159  pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr = 48
 17160  pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics = 112
 17161  pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr = 152
 17162  pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny = 108
 17163  pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink = 54
 17164  pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 = 16
 17165  pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 = 28
 17166  pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix = 106
 17167  pkg syscall (freebsd-amd64-cgo), const TCIFLUSH = 1
 17168  pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH = 3
 17169  pkg syscall (freebsd-amd64-cgo), const TCOFLUSH = 2
 17170  pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX = 16
 17171  pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION = 64
 17172  pkg syscall (freebsd-amd64-cgo), const TCP_INFO = 32
 17173  pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT = 1024
 17174  pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE = 256
 17175  pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT = 128
 17176  pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL = 512
 17177  pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST = 4
 17178  pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN = 60
 17179  pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN = 40
 17180  pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG = 2
 17181  pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN = 65535
 17182  pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK = 4
 17183  pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
 17184  pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG = 16
 17185  pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS = 216
 17186  pkg syscall (freebsd-amd64-cgo), const TCP_MSS = 536
 17187  pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT = 8
 17188  pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH = 4
 17189  pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH = 2
 17190  pkg syscall (freebsd-amd64-cgo), const TIOCCBRK = 536900730
 17191  pkg syscall (freebsd-amd64-cgo), const TIOCCDTR = 536900728
 17192  pkg syscall (freebsd-amd64-cgo), const TIOCCONS = 2147775586
 17193  pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN = 536900702
 17194  pkg syscall (freebsd-amd64-cgo), const TIOCEXCL = 536900621
 17195  pkg syscall (freebsd-amd64-cgo), const TIOCEXT = 2147775584
 17196  pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH = 2147775504
 17197  pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
 17198  pkg syscall (freebsd-amd64-cgo), const TIOCGETA = 1076655123
 17199  pkg syscall (freebsd-amd64-cgo), const TIOCGETD = 1074033690
 17200  pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP = 1074033783
 17201  pkg syscall (freebsd-amd64-cgo), const TIOCGPTN = 1074033679
 17202  pkg syscall (freebsd-amd64-cgo), const TIOCGSID = 1074033763
 17203  pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ = 1074295912
 17204  pkg syscall (freebsd-amd64-cgo), const TIOCMBIC = 2147775595
 17205  pkg syscall (freebsd-amd64-cgo), const TIOCMBIS = 2147775596
 17206  pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
 17207  pkg syscall (freebsd-amd64-cgo), const TIOCMGET = 1074033770
 17208  pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
 17209  pkg syscall (freebsd-amd64-cgo), const TIOCMSET = 2147775597
 17210  pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR = 64
 17211  pkg syscall (freebsd-amd64-cgo), const TIOCM_CD = 64
 17212  pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS = 32
 17213  pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD = 64
 17214  pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR = 256
 17215  pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR = 2
 17216  pkg syscall (freebsd-amd64-cgo), const TIOCM_LE = 1
 17217  pkg syscall (freebsd-amd64-cgo), const TIOCM_RI = 128
 17218  pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG = 128
 17219  pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS = 4
 17220  pkg syscall (freebsd-amd64-cgo), const TIOCM_SR = 16
 17221  pkg syscall (freebsd-amd64-cgo), const TIOCM_ST = 8
 17222  pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY = 536900721
 17223  pkg syscall (freebsd-amd64-cgo), const TIOCNXCL = 536900622
 17224  pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ = 1074033779
 17225  pkg syscall (freebsd-amd64-cgo), const TIOCPKT = 2147775600
 17226  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA = 0
 17227  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
 17228  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
 17229  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
 17230  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL = 64
 17231  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
 17232  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START = 8
 17233  pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP = 4
 17234  pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER = 536900636
 17235  pkg syscall (freebsd-amd64-cgo), const TIOCSBRK = 536900731
 17236  pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY = 536900705
 17237  pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
 17238  pkg syscall (freebsd-amd64-cgo), const TIOCSDTR = 536900729
 17239  pkg syscall (freebsd-amd64-cgo), const TIOCSETA = 2150396948
 17240  pkg syscall (freebsd-amd64-cgo), const TIOCSETAF = 2150396950
 17241  pkg syscall (freebsd-amd64-cgo), const TIOCSETAW = 2150396949
 17242  pkg syscall (freebsd-amd64-cgo), const TIOCSETD = 2147775515
 17243  pkg syscall (freebsd-amd64-cgo), const TIOCSIG = 537162847
 17244  pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP = 2147775606
 17245  pkg syscall (freebsd-amd64-cgo), const TIOCSTART = 536900718
 17246  pkg syscall (freebsd-amd64-cgo), const TIOCSTAT = 536900709
 17247  pkg syscall (freebsd-amd64-cgo), const TIOCSTI = 2147578994
 17248  pkg syscall (freebsd-amd64-cgo), const TIOCSTOP = 536900719
 17249  pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ = 2148037735
 17250  pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP = 1074820185
 17251  pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL = 2147775590
 17252  pkg syscall (freebsd-amd64-cgo), const TOSTOP = 4194304
 17253  pkg syscall (freebsd-amd64-cgo), const VDISCARD = 15
 17254  pkg syscall (freebsd-amd64-cgo), const VDSUSP = 11
 17255  pkg syscall (freebsd-amd64-cgo), const VEOF = 0
 17256  pkg syscall (freebsd-amd64-cgo), const VEOL = 1
 17257  pkg syscall (freebsd-amd64-cgo), const VEOL2 = 2
 17258  pkg syscall (freebsd-amd64-cgo), const VERASE = 3
 17259  pkg syscall (freebsd-amd64-cgo), const VERASE2 = 7
 17260  pkg syscall (freebsd-amd64-cgo), const VINTR = 8
 17261  pkg syscall (freebsd-amd64-cgo), const VKILL = 5
 17262  pkg syscall (freebsd-amd64-cgo), const VLNEXT = 14
 17263  pkg syscall (freebsd-amd64-cgo), const VMIN = 16
 17264  pkg syscall (freebsd-amd64-cgo), const VQUIT = 9
 17265  pkg syscall (freebsd-amd64-cgo), const VREPRINT = 6
 17266  pkg syscall (freebsd-amd64-cgo), const VSTART = 12
 17267  pkg syscall (freebsd-amd64-cgo), const VSTATUS = 18
 17268  pkg syscall (freebsd-amd64-cgo), const VSTOP = 13
 17269  pkg syscall (freebsd-amd64-cgo), const VSUSP = 10
 17270  pkg syscall (freebsd-amd64-cgo), const VTIME = 17
 17271  pkg syscall (freebsd-amd64-cgo), const VWERASE = 4
 17272  pkg syscall (freebsd-amd64-cgo), const WCONTINUED = 4
 17273  pkg syscall (freebsd-amd64-cgo), const WCOREFLAG = 128
 17274  pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE = 2147483648
 17275  pkg syscall (freebsd-amd64-cgo), const WNOHANG = 1
 17276  pkg syscall (freebsd-amd64-cgo), const WNOWAIT = 8
 17277  pkg syscall (freebsd-amd64-cgo), const WSTOPPED = 2
 17278  pkg syscall (freebsd-amd64-cgo), const WUNTRACED = 2
 17279  pkg syscall (freebsd-arm), const AF_APPLETALK = 16
 17280  pkg syscall (freebsd-arm), const AF_ARP = 35
 17281  pkg syscall (freebsd-arm), const AF_ATM = 30
 17282  pkg syscall (freebsd-arm), const AF_BLUETOOTH = 36
 17283  pkg syscall (freebsd-arm), const AF_CCITT = 10
 17284  pkg syscall (freebsd-arm), const AF_CHAOS = 5
 17285  pkg syscall (freebsd-arm), const AF_CNT = 21
 17286  pkg syscall (freebsd-arm), const AF_COIP = 20
 17287  pkg syscall (freebsd-arm), const AF_DATAKIT = 9
 17288  pkg syscall (freebsd-arm), const AF_DECnet = 12
 17289  pkg syscall (freebsd-arm), const AF_DLI = 13
 17290  pkg syscall (freebsd-arm), const AF_E164 = 26
 17291  pkg syscall (freebsd-arm), const AF_ECMA = 8
 17292  pkg syscall (freebsd-arm), const AF_HYLINK = 15
 17293  pkg syscall (freebsd-arm), const AF_IEEE80211 = 37
 17294  pkg syscall (freebsd-arm), const AF_IMPLINK = 3
 17295  pkg syscall (freebsd-arm), const AF_INET6 = 28
 17296  pkg syscall (freebsd-arm), const AF_IPX = 23
 17297  pkg syscall (freebsd-arm), const AF_ISDN = 26
 17298  pkg syscall (freebsd-arm), const AF_ISO = 7
 17299  pkg syscall (freebsd-arm), const AF_LAT = 14
 17300  pkg syscall (freebsd-arm), const AF_LINK = 18
 17301  pkg syscall (freebsd-arm), const AF_LOCAL = 1
 17302  pkg syscall (freebsd-arm), const AF_MAX = 38
 17303  pkg syscall (freebsd-arm), const AF_NATM = 29
 17304  pkg syscall (freebsd-arm), const AF_NETBIOS = 6
 17305  pkg syscall (freebsd-arm), const AF_NETGRAPH = 32
 17306  pkg syscall (freebsd-arm), const AF_OSI = 7
 17307  pkg syscall (freebsd-arm), const AF_PUP = 4
 17308  pkg syscall (freebsd-arm), const AF_ROUTE = 17
 17309  pkg syscall (freebsd-arm), const AF_SCLUSTER = 34
 17310  pkg syscall (freebsd-arm), const AF_SIP = 24
 17311  pkg syscall (freebsd-arm), const AF_SLOW = 33
 17312  pkg syscall (freebsd-arm), const AF_SNA = 11
 17313  pkg syscall (freebsd-arm), const AF_VENDOR00 = 39
 17314  pkg syscall (freebsd-arm), const AF_VENDOR01 = 41
 17315  pkg syscall (freebsd-arm), const AF_VENDOR02 = 43
 17316  pkg syscall (freebsd-arm), const AF_VENDOR03 = 45
 17317  pkg syscall (freebsd-arm), const AF_VENDOR04 = 47
 17318  pkg syscall (freebsd-arm), const AF_VENDOR05 = 49
 17319  pkg syscall (freebsd-arm), const AF_VENDOR06 = 51
 17320  pkg syscall (freebsd-arm), const AF_VENDOR07 = 53
 17321  pkg syscall (freebsd-arm), const AF_VENDOR08 = 55
 17322  pkg syscall (freebsd-arm), const AF_VENDOR09 = 57
 17323  pkg syscall (freebsd-arm), const AF_VENDOR10 = 59
 17324  pkg syscall (freebsd-arm), const AF_VENDOR11 = 61
 17325  pkg syscall (freebsd-arm), const AF_VENDOR12 = 63
 17326  pkg syscall (freebsd-arm), const AF_VENDOR13 = 65
 17327  pkg syscall (freebsd-arm), const AF_VENDOR14 = 67
 17328  pkg syscall (freebsd-arm), const AF_VENDOR15 = 69
 17329  pkg syscall (freebsd-arm), const AF_VENDOR16 = 71
 17330  pkg syscall (freebsd-arm), const AF_VENDOR17 = 73
 17331  pkg syscall (freebsd-arm), const AF_VENDOR18 = 75
 17332  pkg syscall (freebsd-arm), const AF_VENDOR19 = 77
 17333  pkg syscall (freebsd-arm), const AF_VENDOR20 = 79
 17334  pkg syscall (freebsd-arm), const AF_VENDOR21 = 81
 17335  pkg syscall (freebsd-arm), const AF_VENDOR22 = 83
 17336  pkg syscall (freebsd-arm), const AF_VENDOR23 = 85
 17337  pkg syscall (freebsd-arm), const AF_VENDOR24 = 87
 17338  pkg syscall (freebsd-arm), const AF_VENDOR25 = 89
 17339  pkg syscall (freebsd-arm), const AF_VENDOR26 = 91
 17340  pkg syscall (freebsd-arm), const AF_VENDOR27 = 93
 17341  pkg syscall (freebsd-arm), const AF_VENDOR28 = 95
 17342  pkg syscall (freebsd-arm), const AF_VENDOR29 = 97
 17343  pkg syscall (freebsd-arm), const AF_VENDOR30 = 99
 17344  pkg syscall (freebsd-arm), const AF_VENDOR31 = 101
 17345  pkg syscall (freebsd-arm), const AF_VENDOR32 = 103
 17346  pkg syscall (freebsd-arm), const AF_VENDOR33 = 105
 17347  pkg syscall (freebsd-arm), const AF_VENDOR34 = 107
 17348  pkg syscall (freebsd-arm), const AF_VENDOR35 = 109
 17349  pkg syscall (freebsd-arm), const AF_VENDOR36 = 111
 17350  pkg syscall (freebsd-arm), const AF_VENDOR37 = 113
 17351  pkg syscall (freebsd-arm), const AF_VENDOR38 = 115
 17352  pkg syscall (freebsd-arm), const AF_VENDOR39 = 117
 17353  pkg syscall (freebsd-arm), const AF_VENDOR40 = 119
 17354  pkg syscall (freebsd-arm), const AF_VENDOR41 = 121
 17355  pkg syscall (freebsd-arm), const AF_VENDOR42 = 123
 17356  pkg syscall (freebsd-arm), const AF_VENDOR43 = 125
 17357  pkg syscall (freebsd-arm), const AF_VENDOR44 = 127
 17358  pkg syscall (freebsd-arm), const AF_VENDOR45 = 129
 17359  pkg syscall (freebsd-arm), const AF_VENDOR46 = 131
 17360  pkg syscall (freebsd-arm), const AF_VENDOR47 = 133
 17361  pkg syscall (freebsd-arm), const B0 = 0
 17362  pkg syscall (freebsd-arm), const B110 = 110
 17363  pkg syscall (freebsd-arm), const B115200 = 115200
 17364  pkg syscall (freebsd-arm), const B1200 = 1200
 17365  pkg syscall (freebsd-arm), const B134 = 134
 17366  pkg syscall (freebsd-arm), const B14400 = 14400
 17367  pkg syscall (freebsd-arm), const B150 = 150
 17368  pkg syscall (freebsd-arm), const B1800 = 1800
 17369  pkg syscall (freebsd-arm), const B19200 = 19200
 17370  pkg syscall (freebsd-arm), const B200 = 200
 17371  pkg syscall (freebsd-arm), const B230400 = 230400
 17372  pkg syscall (freebsd-arm), const B2400 = 2400
 17373  pkg syscall (freebsd-arm), const B28800 = 28800
 17374  pkg syscall (freebsd-arm), const B300 = 300
 17375  pkg syscall (freebsd-arm), const B38400 = 38400
 17376  pkg syscall (freebsd-arm), const B460800 = 460800
 17377  pkg syscall (freebsd-arm), const B4800 = 4800
 17378  pkg syscall (freebsd-arm), const B50 = 50
 17379  pkg syscall (freebsd-arm), const B57600 = 57600
 17380  pkg syscall (freebsd-arm), const B600 = 600
 17381  pkg syscall (freebsd-arm), const B7200 = 7200
 17382  pkg syscall (freebsd-arm), const B75 = 75
 17383  pkg syscall (freebsd-arm), const B76800 = 76800
 17384  pkg syscall (freebsd-arm), const B921600 = 921600
 17385  pkg syscall (freebsd-arm), const B9600 = 9600
 17386  pkg syscall (freebsd-arm), const BIOCFEEDBACK = 2147762812
 17387  pkg syscall (freebsd-arm), const BIOCFLUSH = 536887912
 17388  pkg syscall (freebsd-arm), const BIOCGBLEN = 1074020966
 17389  pkg syscall (freebsd-arm), const BIOCGDIRECTION = 1074020982
 17390  pkg syscall (freebsd-arm), const BIOCGDLT = 1074020970
 17391  pkg syscall (freebsd-arm), const BIOCGDLTLIST = 3221766777
 17392  pkg syscall (freebsd-arm), const BIOCGETBUFMODE = 1074020989
 17393  pkg syscall (freebsd-arm), const BIOCGETIF = 1075855979
 17394  pkg syscall (freebsd-arm), const BIOCGETZMAX = 1074020991
 17395  pkg syscall (freebsd-arm), const BIOCGHDRCMPLT = 1074020980
 17396  pkg syscall (freebsd-arm), const BIOCGRSIG = 1074020978
 17397  pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
 17398  pkg syscall (freebsd-arm), const BIOCGSEESENT = 1074020982
 17399  pkg syscall (freebsd-arm), const BIOCGSTATS = 1074283119
 17400  pkg syscall (freebsd-arm), const BIOCGTSTAMP = 1074020995
 17401  pkg syscall (freebsd-arm), const BIOCIMMEDIATE = 2147762800
 17402  pkg syscall (freebsd-arm), const BIOCLOCK = 536887930
 17403  pkg syscall (freebsd-arm), const BIOCPROMISC = 536887913
 17404  pkg syscall (freebsd-arm), const BIOCROTZBUF = 1074545280
 17405  pkg syscall (freebsd-arm), const BIOCSBLEN = 3221504614
 17406  pkg syscall (freebsd-arm), const BIOCSDIRECTION = 2147762807
 17407  pkg syscall (freebsd-arm), const BIOCSDLT = 2147762808
 17408  pkg syscall (freebsd-arm), const BIOCSETBUFMODE = 2147762814
 17409  pkg syscall (freebsd-arm), const BIOCSETF = 2148024935
 17410  pkg syscall (freebsd-arm), const BIOCSETFNR = 2148024962
 17411  pkg syscall (freebsd-arm), const BIOCSETIF = 2149597804
 17412  pkg syscall (freebsd-arm), const BIOCSETWF = 2148024955
 17413  pkg syscall (freebsd-arm), const BIOCSETZBUF = 2148287105
 17414  pkg syscall (freebsd-arm), const BIOCSHDRCMPLT = 2147762805
 17415  pkg syscall (freebsd-arm), const BIOCSRSIG = 2147762803
 17416  pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
 17417  pkg syscall (freebsd-arm), const BIOCSSEESENT = 2147762807
 17418  pkg syscall (freebsd-arm), const BIOCSTSTAMP = 2147762820
 17419  pkg syscall (freebsd-arm), const BIOCVERSION = 1074020977
 17420  pkg syscall (freebsd-arm), const BPF_A = 16
 17421  pkg syscall (freebsd-arm), const BPF_ABS = 32
 17422  pkg syscall (freebsd-arm), const BPF_ADD = 0
 17423  pkg syscall (freebsd-arm), const BPF_ALIGNMENT = 4
 17424  pkg syscall (freebsd-arm), const BPF_ALU = 4
 17425  pkg syscall (freebsd-arm), const BPF_AND = 80
 17426  pkg syscall (freebsd-arm), const BPF_B = 16
 17427  pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER = 1
 17428  pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF = 2
 17429  pkg syscall (freebsd-arm), const BPF_DIV = 48
 17430  pkg syscall (freebsd-arm), const BPF_H = 8
 17431  pkg syscall (freebsd-arm), const BPF_IMM = 0
 17432  pkg syscall (freebsd-arm), const BPF_IND = 64
 17433  pkg syscall (freebsd-arm), const BPF_JA = 0
 17434  pkg syscall (freebsd-arm), const BPF_JEQ = 16
 17435  pkg syscall (freebsd-arm), const BPF_JGE = 48
 17436  pkg syscall (freebsd-arm), const BPF_JGT = 32
 17437  pkg syscall (freebsd-arm), const BPF_JMP = 5
 17438  pkg syscall (freebsd-arm), const BPF_JSET = 64
 17439  pkg syscall (freebsd-arm), const BPF_K = 0
 17440  pkg syscall (freebsd-arm), const BPF_LD = 0
 17441  pkg syscall (freebsd-arm), const BPF_LDX = 1
 17442  pkg syscall (freebsd-arm), const BPF_LEN = 128
 17443  pkg syscall (freebsd-arm), const BPF_LSH = 96
 17444  pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION = 1
 17445  pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE = 524288
 17446  pkg syscall (freebsd-arm), const BPF_MAXINSNS = 512
 17447  pkg syscall (freebsd-arm), const BPF_MEM = 96
 17448  pkg syscall (freebsd-arm), const BPF_MEMWORDS = 16
 17449  pkg syscall (freebsd-arm), const BPF_MINBUFSIZE = 32
 17450  pkg syscall (freebsd-arm), const BPF_MINOR_VERSION = 1
 17451  pkg syscall (freebsd-arm), const BPF_MISC = 7
 17452  pkg syscall (freebsd-arm), const BPF_MSH = 160
 17453  pkg syscall (freebsd-arm), const BPF_MUL = 32
 17454  pkg syscall (freebsd-arm), const BPF_NEG = 128
 17455  pkg syscall (freebsd-arm), const BPF_OR = 64
 17456  pkg syscall (freebsd-arm), const BPF_RELEASE = 199606
 17457  pkg syscall (freebsd-arm), const BPF_RET = 6
 17458  pkg syscall (freebsd-arm), const BPF_RSH = 112
 17459  pkg syscall (freebsd-arm), const BPF_ST = 2
 17460  pkg syscall (freebsd-arm), const BPF_STX = 3
 17461  pkg syscall (freebsd-arm), const BPF_SUB = 16
 17462  pkg syscall (freebsd-arm), const BPF_TAX = 0
 17463  pkg syscall (freebsd-arm), const BPF_TXA = 128
 17464  pkg syscall (freebsd-arm), const BPF_T_BINTIME = 2
 17465  pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST = 258
 17466  pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC = 514
 17467  pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST = 770
 17468  pkg syscall (freebsd-arm), const BPF_T_FAST = 256
 17469  pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK = 768
 17470  pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK = 3
 17471  pkg syscall (freebsd-arm), const BPF_T_MICROTIME = 0
 17472  pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST = 256
 17473  pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC = 512
 17474  pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
 17475  pkg syscall (freebsd-arm), const BPF_T_MONOTONIC = 512
 17476  pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST = 768
 17477  pkg syscall (freebsd-arm), const BPF_T_NANOTIME = 1
 17478  pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST = 257
 17479  pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC = 513
 17480  pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
 17481  pkg syscall (freebsd-arm), const BPF_T_NONE = 3
 17482  pkg syscall (freebsd-arm), const BPF_T_NORMAL = 0
 17483  pkg syscall (freebsd-arm), const BPF_W = 0
 17484  pkg syscall (freebsd-arm), const BPF_X = 8
 17485  pkg syscall (freebsd-arm), const BRKINT = 2
 17486  pkg syscall (freebsd-arm), const CFLUSH = 15
 17487  pkg syscall (freebsd-arm), const CLOCAL = 32768
 17488  pkg syscall (freebsd-arm), const CREAD = 2048
 17489  pkg syscall (freebsd-arm), const CS5 = 0
 17490  pkg syscall (freebsd-arm), const CS6 = 256
 17491  pkg syscall (freebsd-arm), const CS7 = 512
 17492  pkg syscall (freebsd-arm), const CS8 = 768
 17493  pkg syscall (freebsd-arm), const CSIZE = 768
 17494  pkg syscall (freebsd-arm), const CSTART = 17
 17495  pkg syscall (freebsd-arm), const CSTATUS = 20
 17496  pkg syscall (freebsd-arm), const CSTOP = 19
 17497  pkg syscall (freebsd-arm), const CSTOPB = 1024
 17498  pkg syscall (freebsd-arm), const CSUSP = 26
 17499  pkg syscall (freebsd-arm), const CTL_MAXNAME = 24
 17500  pkg syscall (freebsd-arm), const CTL_NET = 4
 17501  pkg syscall (freebsd-arm), const DLT_A429 = 184
 17502  pkg syscall (freebsd-arm), const DLT_A653_ICM = 185
 17503  pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER = 120
 17504  pkg syscall (freebsd-arm), const DLT_AOS = 222
 17505  pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 17506  pkg syscall (freebsd-arm), const DLT_ARCNET = 7
 17507  pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX = 129
 17508  pkg syscall (freebsd-arm), const DLT_ATM_CLIP = 19
 17509  pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 = 11
 17510  pkg syscall (freebsd-arm), const DLT_AURORA = 126
 17511  pkg syscall (freebsd-arm), const DLT_AX25 = 3
 17512  pkg syscall (freebsd-arm), const DLT_AX25_KISS = 202
 17513  pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP = 165
 17514  pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
 17515  pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 17516  pkg syscall (freebsd-arm), const DLT_CAN20B = 190
 17517  pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN = 227
 17518  pkg syscall (freebsd-arm), const DLT_CHAOS = 5
 17519  pkg syscall (freebsd-arm), const DLT_CHDLC = 104
 17520  pkg syscall (freebsd-arm), const DLT_CISCO_IOS = 118
 17521  pkg syscall (freebsd-arm), const DLT_C_HDLC = 104
 17522  pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR = 205
 17523  pkg syscall (freebsd-arm), const DLT_DBUS = 231
 17524  pkg syscall (freebsd-arm), const DLT_DECT = 221
 17525  pkg syscall (freebsd-arm), const DLT_DOCSIS = 143
 17526  pkg syscall (freebsd-arm), const DLT_DVB_CI = 235
 17527  pkg syscall (freebsd-arm), const DLT_ECONET = 115
 17528  pkg syscall (freebsd-arm), const DLT_EN10MB = 1
 17529  pkg syscall (freebsd-arm), const DLT_EN3MB = 2
 17530  pkg syscall (freebsd-arm), const DLT_ENC = 109
 17531  pkg syscall (freebsd-arm), const DLT_ERF = 197
 17532  pkg syscall (freebsd-arm), const DLT_ERF_ETH = 175
 17533  pkg syscall (freebsd-arm), const DLT_ERF_POS = 176
 17534  pkg syscall (freebsd-arm), const DLT_FC_2 = 224
 17535  pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 17536  pkg syscall (freebsd-arm), const DLT_FDDI = 10
 17537  pkg syscall (freebsd-arm), const DLT_FLEXRAY = 210
 17538  pkg syscall (freebsd-arm), const DLT_FRELAY = 107
 17539  pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR = 206
 17540  pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL = 173
 17541  pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 = 172
 17542  pkg syscall (freebsd-arm), const DLT_GPF_F = 171
 17543  pkg syscall (freebsd-arm), const DLT_GPF_T = 170
 17544  pkg syscall (freebsd-arm), const DLT_GPRS_LLC = 169
 17545  pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS = 218
 17546  pkg syscall (freebsd-arm), const DLT_GSMTAP_UM = 217
 17547  pkg syscall (freebsd-arm), const DLT_HHDLC = 121
 17548  pkg syscall (freebsd-arm), const DLT_IBM_SN = 146
 17549  pkg syscall (freebsd-arm), const DLT_IBM_SP = 145
 17550  pkg syscall (freebsd-arm), const DLT_IEEE802 = 6
 17551  pkg syscall (freebsd-arm), const DLT_IEEE802_11 = 105
 17552  pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO = 127
 17553  pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
 17554  pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 = 195
 17555  pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX = 191
 17556  pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS = 230
 17557  pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
 17558  pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
 17559  pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 17560  pkg syscall (freebsd-arm), const DLT_IPFILTER = 116
 17561  pkg syscall (freebsd-arm), const DLT_IPMB = 199
 17562  pkg syscall (freebsd-arm), const DLT_IPMB_LINUX = 209
 17563  pkg syscall (freebsd-arm), const DLT_IPNET = 226
 17564  pkg syscall (freebsd-arm), const DLT_IPOIB = 242
 17565  pkg syscall (freebsd-arm), const DLT_IPV4 = 228
 17566  pkg syscall (freebsd-arm), const DLT_IPV6 = 229
 17567  pkg syscall (freebsd-arm), const DLT_IP_OVER_FC = 122
 17568  pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 = 137
 17569  pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 = 135
 17570  pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC = 238
 17571  pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC = 181
 17572  pkg syscall (freebsd-arm), const DLT_JUNIPER_ES = 132
 17573  pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER = 178
 17574  pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL = 234
 17575  pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY = 180
 17576  pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN = 133
 17577  pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM = 194
 17578  pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR = 134
 17579  pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR = 131
 17580  pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP = 130
 17581  pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR = 164
 17582  pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER = 174
 17583  pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP = 179
 17584  pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE = 167
 17585  pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
 17586  pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES = 136
 17587  pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E = 233
 17588  pkg syscall (freebsd-arm), const DLT_JUNIPER_ST = 200
 17589  pkg syscall (freebsd-arm), const DLT_JUNIPER_VP = 183
 17590  pkg syscall (freebsd-arm), const DLT_JUNIPER_VS = 232
 17591  pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR = 207
 17592  pkg syscall (freebsd-arm), const DLT_LAPD = 203
 17593  pkg syscall (freebsd-arm), const DLT_LIN = 212
 17594  pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV = 216
 17595  pkg syscall (freebsd-arm), const DLT_LINUX_IRDA = 144
 17596  pkg syscall (freebsd-arm), const DLT_LINUX_LAPD = 177
 17597  pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION = 166
 17598  pkg syscall (freebsd-arm), const DLT_LINUX_SLL = 113
 17599  pkg syscall (freebsd-arm), const DLT_LOOP = 108
 17600  pkg syscall (freebsd-arm), const DLT_LTALK = 114
 17601  pkg syscall (freebsd-arm), const DLT_MATCHING_MAX = 246
 17602  pkg syscall (freebsd-arm), const DLT_MATCHING_MIN = 104
 17603  pkg syscall (freebsd-arm), const DLT_MFR = 182
 17604  pkg syscall (freebsd-arm), const DLT_MOST = 211
 17605  pkg syscall (freebsd-arm), const DLT_MPEG_2_TS = 243
 17606  pkg syscall (freebsd-arm), const DLT_MPLS = 219
 17607  pkg syscall (freebsd-arm), const DLT_MTP2 = 140
 17608  pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR = 139
 17609  pkg syscall (freebsd-arm), const DLT_MTP3 = 141
 17610  pkg syscall (freebsd-arm), const DLT_MUX27010 = 236
 17611  pkg syscall (freebsd-arm), const DLT_NETANALYZER = 240
 17612  pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT = 241
 17613  pkg syscall (freebsd-arm), const DLT_NFC_LLCP = 245
 17614  pkg syscall (freebsd-arm), const DLT_NFLOG = 239
 17615  pkg syscall (freebsd-arm), const DLT_NG40 = 244
 17616  pkg syscall (freebsd-arm), const DLT_NULL = 0
 17617  pkg syscall (freebsd-arm), const DLT_PCI_EXP = 125
 17618  pkg syscall (freebsd-arm), const DLT_PFLOG = 117
 17619  pkg syscall (freebsd-arm), const DLT_PFSYNC = 121
 17620  pkg syscall (freebsd-arm), const DLT_PPI = 192
 17621  pkg syscall (freebsd-arm), const DLT_PPP = 9
 17622  pkg syscall (freebsd-arm), const DLT_PPP_BSDOS = 16
 17623  pkg syscall (freebsd-arm), const DLT_PPP_ETHER = 51
 17624  pkg syscall (freebsd-arm), const DLT_PPP_PPPD = 166
 17625  pkg syscall (freebsd-arm), const DLT_PPP_SERIAL = 50
 17626  pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR = 204
 17627  pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION = 166
 17628  pkg syscall (freebsd-arm), const DLT_PRISM_HEADER = 119
 17629  pkg syscall (freebsd-arm), const DLT_PRONET = 4
 17630  pkg syscall (freebsd-arm), const DLT_RAIF1 = 198
 17631  pkg syscall (freebsd-arm), const DLT_RAW = 12
 17632  pkg syscall (freebsd-arm), const DLT_RIO = 124
 17633  pkg syscall (freebsd-arm), const DLT_SCCP = 142
 17634  pkg syscall (freebsd-arm), const DLT_SITA = 196
 17635  pkg syscall (freebsd-arm), const DLT_SLIP = 8
 17636  pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS = 15
 17637  pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU = 237
 17638  pkg syscall (freebsd-arm), const DLT_SUNATM = 123
 17639  pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL = 99
 17640  pkg syscall (freebsd-arm), const DLT_TZSP = 128
 17641  pkg syscall (freebsd-arm), const DLT_USB = 186
 17642  pkg syscall (freebsd-arm), const DLT_USB_LINUX = 189
 17643  pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED = 220
 17644  pkg syscall (freebsd-arm), const DLT_USER0 = 147
 17645  pkg syscall (freebsd-arm), const DLT_USER1 = 148
 17646  pkg syscall (freebsd-arm), const DLT_USER10 = 157
 17647  pkg syscall (freebsd-arm), const DLT_USER11 = 158
 17648  pkg syscall (freebsd-arm), const DLT_USER12 = 159
 17649  pkg syscall (freebsd-arm), const DLT_USER13 = 160
 17650  pkg syscall (freebsd-arm), const DLT_USER14 = 161
 17651  pkg syscall (freebsd-arm), const DLT_USER15 = 162
 17652  pkg syscall (freebsd-arm), const DLT_USER2 = 149
 17653  pkg syscall (freebsd-arm), const DLT_USER3 = 150
 17654  pkg syscall (freebsd-arm), const DLT_USER4 = 151
 17655  pkg syscall (freebsd-arm), const DLT_USER5 = 152
 17656  pkg syscall (freebsd-arm), const DLT_USER6 = 153
 17657  pkg syscall (freebsd-arm), const DLT_USER7 = 154
 17658  pkg syscall (freebsd-arm), const DLT_USER8 = 155
 17659  pkg syscall (freebsd-arm), const DLT_USER9 = 156
 17660  pkg syscall (freebsd-arm), const DLT_WIHART = 223
 17661  pkg syscall (freebsd-arm), const DLT_X2E_SERIAL = 213
 17662  pkg syscall (freebsd-arm), const DLT_X2E_XORAYA = 214
 17663  pkg syscall (freebsd-arm), const DT_BLK = 6
 17664  pkg syscall (freebsd-arm), const DT_CHR = 2
 17665  pkg syscall (freebsd-arm), const DT_DIR = 4
 17666  pkg syscall (freebsd-arm), const DT_FIFO = 1
 17667  pkg syscall (freebsd-arm), const DT_LNK = 10
 17668  pkg syscall (freebsd-arm), const DT_REG = 8
 17669  pkg syscall (freebsd-arm), const DT_SOCK = 12
 17670  pkg syscall (freebsd-arm), const DT_UNKNOWN = 0
 17671  pkg syscall (freebsd-arm), const DT_WHT = 14
 17672  pkg syscall (freebsd-arm), const E2BIG = 7
 17673  pkg syscall (freebsd-arm), const EACCES = 13
 17674  pkg syscall (freebsd-arm), const EADDRINUSE = 48
 17675  pkg syscall (freebsd-arm), const EADDRNOTAVAIL = 49
 17676  pkg syscall (freebsd-arm), const EAFNOSUPPORT = 47
 17677  pkg syscall (freebsd-arm), const EAGAIN = 35
 17678  pkg syscall (freebsd-arm), const EALREADY = 37
 17679  pkg syscall (freebsd-arm), const EAUTH = 80
 17680  pkg syscall (freebsd-arm), const EBADF = 9
 17681  pkg syscall (freebsd-arm), const EBADMSG = 89
 17682  pkg syscall (freebsd-arm), const EBADRPC = 72
 17683  pkg syscall (freebsd-arm), const EBUSY = 16
 17684  pkg syscall (freebsd-arm), const ECANCELED = 85
 17685  pkg syscall (freebsd-arm), const ECAPMODE = 94
 17686  pkg syscall (freebsd-arm), const ECHILD = 10
 17687  pkg syscall (freebsd-arm), const ECHO = 8
 17688  pkg syscall (freebsd-arm), const ECHOCTL = 64
 17689  pkg syscall (freebsd-arm), const ECHOE = 2
 17690  pkg syscall (freebsd-arm), const ECHOK = 4
 17691  pkg syscall (freebsd-arm), const ECHOKE = 1
 17692  pkg syscall (freebsd-arm), const ECHONL = 16
 17693  pkg syscall (freebsd-arm), const ECHOPRT = 32
 17694  pkg syscall (freebsd-arm), const ECONNABORTED = 53
 17695  pkg syscall (freebsd-arm), const ECONNREFUSED = 61
 17696  pkg syscall (freebsd-arm), const ECONNRESET = 54
 17697  pkg syscall (freebsd-arm), const EDEADLK = 11
 17698  pkg syscall (freebsd-arm), const EDESTADDRREQ = 39
 17699  pkg syscall (freebsd-arm), const EDOM = 33
 17700  pkg syscall (freebsd-arm), const EDOOFUS = 88
 17701  pkg syscall (freebsd-arm), const EDQUOT = 69
 17702  pkg syscall (freebsd-arm), const EEXIST = 17
 17703  pkg syscall (freebsd-arm), const EFAULT = 14
 17704  pkg syscall (freebsd-arm), const EFBIG = 27
 17705  pkg syscall (freebsd-arm), const EFTYPE = 79
 17706  pkg syscall (freebsd-arm), const EHOSTDOWN = 64
 17707  pkg syscall (freebsd-arm), const EHOSTUNREACH = 65
 17708  pkg syscall (freebsd-arm), const EIDRM = 82
 17709  pkg syscall (freebsd-arm), const EILSEQ = 86
 17710  pkg syscall (freebsd-arm), const EINPROGRESS = 36
 17711  pkg syscall (freebsd-arm), const EINTR = 4
 17712  pkg syscall (freebsd-arm), const EINVAL = 22
 17713  pkg syscall (freebsd-arm), const EIO = 5
 17714  pkg syscall (freebsd-arm), const EISCONN = 56
 17715  pkg syscall (freebsd-arm), const EISDIR = 21
 17716  pkg syscall (freebsd-arm), const ELAST = 94
 17717  pkg syscall (freebsd-arm), const ELOOP = 62
 17718  pkg syscall (freebsd-arm), const EMFILE = 24
 17719  pkg syscall (freebsd-arm), const EMLINK = 31
 17720  pkg syscall (freebsd-arm), const EMSGSIZE = 40
 17721  pkg syscall (freebsd-arm), const EMULTIHOP = 90
 17722  pkg syscall (freebsd-arm), const ENAMETOOLONG = 63
 17723  pkg syscall (freebsd-arm), const ENEEDAUTH = 81
 17724  pkg syscall (freebsd-arm), const ENETDOWN = 50
 17725  pkg syscall (freebsd-arm), const ENETRESET = 52
 17726  pkg syscall (freebsd-arm), const ENETUNREACH = 51
 17727  pkg syscall (freebsd-arm), const ENFILE = 23
 17728  pkg syscall (freebsd-arm), const ENOATTR = 87
 17729  pkg syscall (freebsd-arm), const ENOBUFS = 55
 17730  pkg syscall (freebsd-arm), const ENODEV = 19
 17731  pkg syscall (freebsd-arm), const ENOEXEC = 8
 17732  pkg syscall (freebsd-arm), const ENOLCK = 77
 17733  pkg syscall (freebsd-arm), const ENOLINK = 91
 17734  pkg syscall (freebsd-arm), const ENOMEM = 12
 17735  pkg syscall (freebsd-arm), const ENOMSG = 83
 17736  pkg syscall (freebsd-arm), const ENOPROTOOPT = 42
 17737  pkg syscall (freebsd-arm), const ENOSPC = 28
 17738  pkg syscall (freebsd-arm), const ENOSYS = 78
 17739  pkg syscall (freebsd-arm), const ENOTBLK = 15
 17740  pkg syscall (freebsd-arm), const ENOTCAPABLE = 93
 17741  pkg syscall (freebsd-arm), const ENOTCONN = 57
 17742  pkg syscall (freebsd-arm), const ENOTDIR = 20
 17743  pkg syscall (freebsd-arm), const ENOTEMPTY = 66
 17744  pkg syscall (freebsd-arm), const ENOTSOCK = 38
 17745  pkg syscall (freebsd-arm), const ENOTSUP = 45
 17746  pkg syscall (freebsd-arm), const ENOTTY = 25
 17747  pkg syscall (freebsd-arm), const ENXIO = 6
 17748  pkg syscall (freebsd-arm), const EOPNOTSUPP = 45
 17749  pkg syscall (freebsd-arm), const EOVERFLOW = 84
 17750  pkg syscall (freebsd-arm), const EPERM = 1
 17751  pkg syscall (freebsd-arm), const EPFNOSUPPORT = 46
 17752  pkg syscall (freebsd-arm), const EPIPE = 32
 17753  pkg syscall (freebsd-arm), const EPROCLIM = 67
 17754  pkg syscall (freebsd-arm), const EPROCUNAVAIL = 76
 17755  pkg syscall (freebsd-arm), const EPROGMISMATCH = 75
 17756  pkg syscall (freebsd-arm), const EPROGUNAVAIL = 74
 17757  pkg syscall (freebsd-arm), const EPROTO = 92
 17758  pkg syscall (freebsd-arm), const EPROTONOSUPPORT = 43
 17759  pkg syscall (freebsd-arm), const EPROTOTYPE = 41
 17760  pkg syscall (freebsd-arm), const ERANGE = 34
 17761  pkg syscall (freebsd-arm), const EREMOTE = 71
 17762  pkg syscall (freebsd-arm), const EROFS = 30
 17763  pkg syscall (freebsd-arm), const ERPCMISMATCH = 73
 17764  pkg syscall (freebsd-arm), const ESHUTDOWN = 58
 17765  pkg syscall (freebsd-arm), const ESOCKTNOSUPPORT = 44
 17766  pkg syscall (freebsd-arm), const ESPIPE = 29
 17767  pkg syscall (freebsd-arm), const ESRCH = 3
 17768  pkg syscall (freebsd-arm), const ESTALE = 70
 17769  pkg syscall (freebsd-arm), const ETIMEDOUT = 60
 17770  pkg syscall (freebsd-arm), const ETOOMANYREFS = 59
 17771  pkg syscall (freebsd-arm), const ETXTBSY = 26
 17772  pkg syscall (freebsd-arm), const EUSERS = 68
 17773  pkg syscall (freebsd-arm), const EVFILT_AIO = -3
 17774  pkg syscall (freebsd-arm), const EVFILT_FS = -9
 17775  pkg syscall (freebsd-arm), const EVFILT_LIO = -10
 17776  pkg syscall (freebsd-arm), const EVFILT_PROC = -5
 17777  pkg syscall (freebsd-arm), const EVFILT_READ = -1
 17778  pkg syscall (freebsd-arm), const EVFILT_SIGNAL = -6
 17779  pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT = 11
 17780  pkg syscall (freebsd-arm), const EVFILT_TIMER = -7
 17781  pkg syscall (freebsd-arm), const EVFILT_USER = -11
 17782  pkg syscall (freebsd-arm), const EVFILT_VNODE = -4
 17783  pkg syscall (freebsd-arm), const EVFILT_WRITE = -2
 17784  pkg syscall (freebsd-arm), const EV_ADD = 1
 17785  pkg syscall (freebsd-arm), const EV_CLEAR = 32
 17786  pkg syscall (freebsd-arm), const EV_DELETE = 2
 17787  pkg syscall (freebsd-arm), const EV_DISABLE = 8
 17788  pkg syscall (freebsd-arm), const EV_DISPATCH = 128
 17789  pkg syscall (freebsd-arm), const EV_ENABLE = 4
 17790  pkg syscall (freebsd-arm), const EV_EOF = 32768
 17791  pkg syscall (freebsd-arm), const EV_ERROR = 16384
 17792  pkg syscall (freebsd-arm), const EV_FLAG1 = 8192
 17793  pkg syscall (freebsd-arm), const EV_ONESHOT = 16
 17794  pkg syscall (freebsd-arm), const EV_RECEIPT = 64
 17795  pkg syscall (freebsd-arm), const EV_SYSFLAGS = 61440
 17796  pkg syscall (freebsd-arm), const EWOULDBLOCK = 35
 17797  pkg syscall (freebsd-arm), const EXDEV = 18
 17798  pkg syscall (freebsd-arm), const EXTA = 19200
 17799  pkg syscall (freebsd-arm), const EXTB = 38400
 17800  pkg syscall (freebsd-arm), const EXTPROC = 2048
 17801  pkg syscall (freebsd-arm), const FD_CLOEXEC = 1
 17802  pkg syscall (freebsd-arm), const FD_SETSIZE = 1024
 17803  pkg syscall (freebsd-arm), const FLUSHO = 8388608
 17804  pkg syscall (freebsd-arm), const F_CANCEL = 5
 17805  pkg syscall (freebsd-arm), const F_DUP2FD = 10
 17806  pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC = 18
 17807  pkg syscall (freebsd-arm), const F_DUPFD = 0
 17808  pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC = 17
 17809  pkg syscall (freebsd-arm), const F_GETFD = 1
 17810  pkg syscall (freebsd-arm), const F_GETFL = 3
 17811  pkg syscall (freebsd-arm), const F_GETLK = 11
 17812  pkg syscall (freebsd-arm), const F_GETOWN = 5
 17813  pkg syscall (freebsd-arm), const F_OGETLK = 7
 17814  pkg syscall (freebsd-arm), const F_OK = 0
 17815  pkg syscall (freebsd-arm), const F_OSETLK = 8
 17816  pkg syscall (freebsd-arm), const F_OSETLKW = 9
 17817  pkg syscall (freebsd-arm), const F_RDAHEAD = 16
 17818  pkg syscall (freebsd-arm), const F_RDLCK = 1
 17819  pkg syscall (freebsd-arm), const F_READAHEAD = 15
 17820  pkg syscall (freebsd-arm), const F_SETFD = 2
 17821  pkg syscall (freebsd-arm), const F_SETFL = 4
 17822  pkg syscall (freebsd-arm), const F_SETLK = 12
 17823  pkg syscall (freebsd-arm), const F_SETLKW = 13
 17824  pkg syscall (freebsd-arm), const F_SETLK_REMOTE = 14
 17825  pkg syscall (freebsd-arm), const F_SETOWN = 6
 17826  pkg syscall (freebsd-arm), const F_UNLCK = 2
 17827  pkg syscall (freebsd-arm), const F_UNLCKSYS = 4
 17828  pkg syscall (freebsd-arm), const F_WRLCK = 3
 17829  pkg syscall (freebsd-arm), const HUPCL = 16384
 17830  pkg syscall (freebsd-arm), const ICANON = 256
 17831  pkg syscall (freebsd-arm), const ICRNL = 256
 17832  pkg syscall (freebsd-arm), const IEXTEN = 1024
 17833  pkg syscall (freebsd-arm), const IFAN_ARRIVAL = 0
 17834  pkg syscall (freebsd-arm), const IFAN_DEPARTURE = 1
 17835  pkg syscall (freebsd-arm), const IFF_ALLMULTI = 512
 17836  pkg syscall (freebsd-arm), const IFF_ALTPHYS = 16384
 17837  pkg syscall (freebsd-arm), const IFF_CANTCHANGE = 2199410
 17838  pkg syscall (freebsd-arm), const IFF_CANTCONFIG = 65536
 17839  pkg syscall (freebsd-arm), const IFF_DEBUG = 4
 17840  pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE = 1024
 17841  pkg syscall (freebsd-arm), const IFF_DRV_RUNNING = 64
 17842  pkg syscall (freebsd-arm), const IFF_DYING = 2097152
 17843  pkg syscall (freebsd-arm), const IFF_LINK0 = 4096
 17844  pkg syscall (freebsd-arm), const IFF_LINK1 = 8192
 17845  pkg syscall (freebsd-arm), const IFF_LINK2 = 16384
 17846  pkg syscall (freebsd-arm), const IFF_LOOPBACK = 8
 17847  pkg syscall (freebsd-arm), const IFF_MONITOR = 262144
 17848  pkg syscall (freebsd-arm), const IFF_MULTICAST = 32768
 17849  pkg syscall (freebsd-arm), const IFF_NOARP = 128
 17850  pkg syscall (freebsd-arm), const IFF_OACTIVE = 1024
 17851  pkg syscall (freebsd-arm), const IFF_POINTOPOINT = 16
 17852  pkg syscall (freebsd-arm), const IFF_PPROMISC = 131072
 17853  pkg syscall (freebsd-arm), const IFF_PROMISC = 256
 17854  pkg syscall (freebsd-arm), const IFF_RENAMING = 4194304
 17855  pkg syscall (freebsd-arm), const IFF_RUNNING = 64
 17856  pkg syscall (freebsd-arm), const IFF_SIMPLEX = 2048
 17857  pkg syscall (freebsd-arm), const IFF_SMART = 32
 17858  pkg syscall (freebsd-arm), const IFF_STATICARP = 524288
 17859  pkg syscall (freebsd-arm), const IFNAMSIZ = 16
 17860  pkg syscall (freebsd-arm), const IFT_1822 = 2
 17861  pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH = 130
 17862  pkg syscall (freebsd-arm), const IFT_AAL2 = 187
 17863  pkg syscall (freebsd-arm), const IFT_AAL5 = 49
 17864  pkg syscall (freebsd-arm), const IFT_ADSL = 94
 17865  pkg syscall (freebsd-arm), const IFT_AFLANE8023 = 59
 17866  pkg syscall (freebsd-arm), const IFT_AFLANE8025 = 60
 17867  pkg syscall (freebsd-arm), const IFT_ARAP = 88
 17868  pkg syscall (freebsd-arm), const IFT_ARCNET = 35
 17869  pkg syscall (freebsd-arm), const IFT_ARCNETPLUS = 36
 17870  pkg syscall (freebsd-arm), const IFT_ASYNC = 84
 17871  pkg syscall (freebsd-arm), const IFT_ATM = 37
 17872  pkg syscall (freebsd-arm), const IFT_ATMDXI = 105
 17873  pkg syscall (freebsd-arm), const IFT_ATMFUNI = 106
 17874  pkg syscall (freebsd-arm), const IFT_ATMIMA = 107
 17875  pkg syscall (freebsd-arm), const IFT_ATMLOGICAL = 80
 17876  pkg syscall (freebsd-arm), const IFT_ATMRADIO = 189
 17877  pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE = 134
 17878  pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT = 194
 17879  pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL = 149
 17880  pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
 17881  pkg syscall (freebsd-arm), const IFT_BRIDGE = 209
 17882  pkg syscall (freebsd-arm), const IFT_BSC = 83
 17883  pkg syscall (freebsd-arm), const IFT_CCTEMUL = 61
 17884  pkg syscall (freebsd-arm), const IFT_CEPT = 19
 17885  pkg syscall (freebsd-arm), const IFT_CES = 133
 17886  pkg syscall (freebsd-arm), const IFT_CHANNEL = 70
 17887  pkg syscall (freebsd-arm), const IFT_CNR = 85
 17888  pkg syscall (freebsd-arm), const IFT_COFFEE = 132
 17889  pkg syscall (freebsd-arm), const IFT_COMPOSITELINK = 155
 17890  pkg syscall (freebsd-arm), const IFT_DCN = 141
 17891  pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE = 138
 17892  pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 17893  pkg syscall (freebsd-arm), const IFT_DLSW = 74
 17894  pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
 17895  pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER = 127
 17896  pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
 17897  pkg syscall (freebsd-arm), const IFT_DS0 = 81
 17898  pkg syscall (freebsd-arm), const IFT_DS0BUNDLE = 82
 17899  pkg syscall (freebsd-arm), const IFT_DS1FDL = 170
 17900  pkg syscall (freebsd-arm), const IFT_DS3 = 30
 17901  pkg syscall (freebsd-arm), const IFT_DTM = 140
 17902  pkg syscall (freebsd-arm), const IFT_DVBASILN = 172
 17903  pkg syscall (freebsd-arm), const IFT_DVBASIOUT = 173
 17904  pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
 17905  pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER = 146
 17906  pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM = 148
 17907  pkg syscall (freebsd-arm), const IFT_ENC = 244
 17908  pkg syscall (freebsd-arm), const IFT_EON = 25
 17909  pkg syscall (freebsd-arm), const IFT_EPLRS = 87
 17910  pkg syscall (freebsd-arm), const IFT_ESCON = 73
 17911  pkg syscall (freebsd-arm), const IFT_ETHER = 6
 17912  pkg syscall (freebsd-arm), const IFT_FAITH = 242
 17913  pkg syscall (freebsd-arm), const IFT_FAST = 125
 17914  pkg syscall (freebsd-arm), const IFT_FASTETHER = 62
 17915  pkg syscall (freebsd-arm), const IFT_FASTETHERFX = 69
 17916  pkg syscall (freebsd-arm), const IFT_FDDI = 15
 17917  pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL = 56
 17918  pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
 17919  pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI = 92
 17920  pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT = 193
 17921  pkg syscall (freebsd-arm), const IFT_FRELAY = 32
 17922  pkg syscall (freebsd-arm), const IFT_FRELAYDCE = 44
 17923  pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE = 163
 17924  pkg syscall (freebsd-arm), const IFT_FRFORWARD = 158
 17925  pkg syscall (freebsd-arm), const IFT_G703AT2MB = 67
 17926  pkg syscall (freebsd-arm), const IFT_G703AT64K = 66
 17927  pkg syscall (freebsd-arm), const IFT_GIF = 240
 17928  pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET = 117
 17929  pkg syscall (freebsd-arm), const IFT_GR303IDT = 178
 17930  pkg syscall (freebsd-arm), const IFT_GR303RDT = 177
 17931  pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER = 164
 17932  pkg syscall (freebsd-arm), const IFT_H323PROXY = 165
 17933  pkg syscall (freebsd-arm), const IFT_HDH1822 = 3
 17934  pkg syscall (freebsd-arm), const IFT_HDLC = 118
 17935  pkg syscall (freebsd-arm), const IFT_HDSL2 = 168
 17936  pkg syscall (freebsd-arm), const IFT_HIPERLAN2 = 183
 17937  pkg syscall (freebsd-arm), const IFT_HIPPI = 47
 17938  pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE = 57
 17939  pkg syscall (freebsd-arm), const IFT_HOSTPAD = 90
 17940  pkg syscall (freebsd-arm), const IFT_HSSI = 46
 17941  pkg syscall (freebsd-arm), const IFT_HY = 14
 17942  pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN = 72
 17943  pkg syscall (freebsd-arm), const IFT_IDSL = 154
 17944  pkg syscall (freebsd-arm), const IFT_IEEE1394 = 144
 17945  pkg syscall (freebsd-arm), const IFT_IEEE80211 = 71
 17946  pkg syscall (freebsd-arm), const IFT_IEEE80212 = 55
 17947  pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG = 161
 17948  pkg syscall (freebsd-arm), const IFT_IFGSN = 145
 17949  pkg syscall (freebsd-arm), const IFT_IMT = 190
 17950  pkg syscall (freebsd-arm), const IFT_INFINIBAND = 199
 17951  pkg syscall (freebsd-arm), const IFT_INTERLEAVE = 124
 17952  pkg syscall (freebsd-arm), const IFT_IP = 126
 17953  pkg syscall (freebsd-arm), const IFT_IPFORWARD = 142
 17954  pkg syscall (freebsd-arm), const IFT_IPOVERATM = 114
 17955  pkg syscall (freebsd-arm), const IFT_IPOVERCDLC = 109
 17956  pkg syscall (freebsd-arm), const IFT_IPOVERCLAW = 110
 17957  pkg syscall (freebsd-arm), const IFT_IPSWITCH = 78
 17958  pkg syscall (freebsd-arm), const IFT_IPXIP = 249
 17959  pkg syscall (freebsd-arm), const IFT_ISDN = 63
 17960  pkg syscall (freebsd-arm), const IFT_ISDNBASIC = 20
 17961  pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY = 21
 17962  pkg syscall (freebsd-arm), const IFT_ISDNS = 75
 17963  pkg syscall (freebsd-arm), const IFT_ISDNU = 76
 17964  pkg syscall (freebsd-arm), const IFT_ISO88022LLC = 41
 17965  pkg syscall (freebsd-arm), const IFT_ISO88023 = 7
 17966  pkg syscall (freebsd-arm), const IFT_ISO88024 = 8
 17967  pkg syscall (freebsd-arm), const IFT_ISO88025 = 9
 17968  pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT = 98
 17969  pkg syscall (freebsd-arm), const IFT_ISO88025DTR = 86
 17970  pkg syscall (freebsd-arm), const IFT_ISO88025FIBER = 115
 17971  pkg syscall (freebsd-arm), const IFT_ISO88026 = 10
 17972  pkg syscall (freebsd-arm), const IFT_ISUP = 179
 17973  pkg syscall (freebsd-arm), const IFT_L2VLAN = 135
 17974  pkg syscall (freebsd-arm), const IFT_L3IPVLAN = 136
 17975  pkg syscall (freebsd-arm), const IFT_L3IPXVLAN = 137
 17976  pkg syscall (freebsd-arm), const IFT_LAPB = 16
 17977  pkg syscall (freebsd-arm), const IFT_LAPD = 77
 17978  pkg syscall (freebsd-arm), const IFT_LAPF = 119
 17979  pkg syscall (freebsd-arm), const IFT_LOCALTALK = 42
 17980  pkg syscall (freebsd-arm), const IFT_LOOP = 24
 17981  pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP = 139
 17982  pkg syscall (freebsd-arm), const IFT_MFSIGLINK = 167
 17983  pkg syscall (freebsd-arm), const IFT_MIOX25 = 38
 17984  pkg syscall (freebsd-arm), const IFT_MODEM = 48
 17985  pkg syscall (freebsd-arm), const IFT_MPC = 113
 17986  pkg syscall (freebsd-arm), const IFT_MPLS = 166
 17987  pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL = 150
 17988  pkg syscall (freebsd-arm), const IFT_MSDSL = 143
 17989  pkg syscall (freebsd-arm), const IFT_MVL = 191
 17990  pkg syscall (freebsd-arm), const IFT_MYRINET = 99
 17991  pkg syscall (freebsd-arm), const IFT_NFAS = 175
 17992  pkg syscall (freebsd-arm), const IFT_NSIP = 27
 17993  pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL = 195
 17994  pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT = 196
 17995  pkg syscall (freebsd-arm), const IFT_OTHER = 1
 17996  pkg syscall (freebsd-arm), const IFT_P10 = 12
 17997  pkg syscall (freebsd-arm), const IFT_P80 = 13
 17998  pkg syscall (freebsd-arm), const IFT_PARA = 34
 17999  pkg syscall (freebsd-arm), const IFT_PFLOG = 246
 18000  pkg syscall (freebsd-arm), const IFT_PFSYNC = 247
 18001  pkg syscall (freebsd-arm), const IFT_PLC = 174
 18002  pkg syscall (freebsd-arm), const IFT_POS = 171
 18003  pkg syscall (freebsd-arm), const IFT_PPP = 23
 18004  pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
 18005  pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP = 184
 18006  pkg syscall (freebsd-arm), const IFT_PROPCNLS = 89
 18007  pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 18008  pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 18009  pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 18010  pkg syscall (freebsd-arm), const IFT_PROPMUX = 54
 18011  pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL = 53
 18012  pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P = 157
 18013  pkg syscall (freebsd-arm), const IFT_PTPSERIAL = 22
 18014  pkg syscall (freebsd-arm), const IFT_PVC = 241
 18015  pkg syscall (freebsd-arm), const IFT_QLLC = 68
 18016  pkg syscall (freebsd-arm), const IFT_RADIOMAC = 188
 18017  pkg syscall (freebsd-arm), const IFT_RADSL = 95
 18018  pkg syscall (freebsd-arm), const IFT_REACHDSL = 192
 18019  pkg syscall (freebsd-arm), const IFT_RFC1483 = 159
 18020  pkg syscall (freebsd-arm), const IFT_RS232 = 33
 18021  pkg syscall (freebsd-arm), const IFT_RSRB = 79
 18022  pkg syscall (freebsd-arm), const IFT_SDLC = 17
 18023  pkg syscall (freebsd-arm), const IFT_SDSL = 96
 18024  pkg syscall (freebsd-arm), const IFT_SHDSL = 169
 18025  pkg syscall (freebsd-arm), const IFT_SIP = 31
 18026  pkg syscall (freebsd-arm), const IFT_SLIP = 28
 18027  pkg syscall (freebsd-arm), const IFT_SMDSDXI = 43
 18028  pkg syscall (freebsd-arm), const IFT_SMDSICIP = 52
 18029  pkg syscall (freebsd-arm), const IFT_SONET = 39
 18030  pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
 18031  pkg syscall (freebsd-arm), const IFT_SONETPATH = 50
 18032  pkg syscall (freebsd-arm), const IFT_SONETVT = 51
 18033  pkg syscall (freebsd-arm), const IFT_SRP = 151
 18034  pkg syscall (freebsd-arm), const IFT_SS7SIGLINK = 156
 18035  pkg syscall (freebsd-arm), const IFT_STACKTOSTACK = 111
 18036  pkg syscall (freebsd-arm), const IFT_STARLAN = 11
 18037  pkg syscall (freebsd-arm), const IFT_STF = 215
 18038  pkg syscall (freebsd-arm), const IFT_T1 = 18
 18039  pkg syscall (freebsd-arm), const IFT_TDLC = 116
 18040  pkg syscall (freebsd-arm), const IFT_TERMPAD = 91
 18041  pkg syscall (freebsd-arm), const IFT_TR008 = 176
 18042  pkg syscall (freebsd-arm), const IFT_TRANSPHDLC = 123
 18043  pkg syscall (freebsd-arm), const IFT_TUNNEL = 131
 18044  pkg syscall (freebsd-arm), const IFT_ULTRA = 29
 18045  pkg syscall (freebsd-arm), const IFT_USB = 160
 18046  pkg syscall (freebsd-arm), const IFT_V11 = 64
 18047  pkg syscall (freebsd-arm), const IFT_V35 = 45
 18048  pkg syscall (freebsd-arm), const IFT_V36 = 65
 18049  pkg syscall (freebsd-arm), const IFT_V37 = 120
 18050  pkg syscall (freebsd-arm), const IFT_VDSL = 97
 18051  pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS = 112
 18052  pkg syscall (freebsd-arm), const IFT_VOICEEM = 100
 18053  pkg syscall (freebsd-arm), const IFT_VOICEENCAP = 103
 18054  pkg syscall (freebsd-arm), const IFT_VOICEFXO = 101
 18055  pkg syscall (freebsd-arm), const IFT_VOICEFXS = 102
 18056  pkg syscall (freebsd-arm), const IFT_VOICEOVERATM = 152
 18057  pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
 18058  pkg syscall (freebsd-arm), const IFT_VOICEOVERIP = 104
 18059  pkg syscall (freebsd-arm), const IFT_X213 = 93
 18060  pkg syscall (freebsd-arm), const IFT_X25 = 5
 18061  pkg syscall (freebsd-arm), const IFT_X25DDN = 4
 18062  pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP = 122
 18063  pkg syscall (freebsd-arm), const IFT_X25MLP = 121
 18064  pkg syscall (freebsd-arm), const IFT_X25PLE = 40
 18065  pkg syscall (freebsd-arm), const IFT_XETHER = 26
 18066  pkg syscall (freebsd-arm), const IGNBRK = 1
 18067  pkg syscall (freebsd-arm), const IGNCR = 128
 18068  pkg syscall (freebsd-arm), const IGNPAR = 4
 18069  pkg syscall (freebsd-arm), const IMAXBEL = 8192
 18070  pkg syscall (freebsd-arm), const INLCR = 64
 18071  pkg syscall (freebsd-arm), const INPCK = 16
 18072  pkg syscall (freebsd-arm), const IN_CLASSA_HOST = 16777215
 18073  pkg syscall (freebsd-arm), const IN_CLASSA_MAX = 128
 18074  pkg syscall (freebsd-arm), const IN_CLASSA_NET = 4278190080
 18075  pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT = 24
 18076  pkg syscall (freebsd-arm), const IN_CLASSB_HOST = 65535
 18077  pkg syscall (freebsd-arm), const IN_CLASSB_MAX = 65536
 18078  pkg syscall (freebsd-arm), const IN_CLASSB_NET = 4294901760
 18079  pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT = 16
 18080  pkg syscall (freebsd-arm), const IN_CLASSC_HOST = 255
 18081  pkg syscall (freebsd-arm), const IN_CLASSC_NET = 4294967040
 18082  pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT = 8
 18083  pkg syscall (freebsd-arm), const IN_CLASSD_HOST = 268435455
 18084  pkg syscall (freebsd-arm), const IN_CLASSD_NET = 4026531840
 18085  pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT = 28
 18086  pkg syscall (freebsd-arm), const IN_LOOPBACKNET = 127
 18087  pkg syscall (freebsd-arm), const IN_RFC3021_MASK = 4294967294
 18088  pkg syscall (freebsd-arm), const IPPROTO_3PC = 34
 18089  pkg syscall (freebsd-arm), const IPPROTO_ADFS = 68
 18090  pkg syscall (freebsd-arm), const IPPROTO_AH = 51
 18091  pkg syscall (freebsd-arm), const IPPROTO_AHIP = 61
 18092  pkg syscall (freebsd-arm), const IPPROTO_APES = 99
 18093  pkg syscall (freebsd-arm), const IPPROTO_ARGUS = 13
 18094  pkg syscall (freebsd-arm), const IPPROTO_AX25 = 93
 18095  pkg syscall (freebsd-arm), const IPPROTO_BHA = 49
 18096  pkg syscall (freebsd-arm), const IPPROTO_BLT = 30
 18097  pkg syscall (freebsd-arm), const IPPROTO_BRSATMON = 76
 18098  pkg syscall (freebsd-arm), const IPPROTO_CARP = 112
 18099  pkg syscall (freebsd-arm), const IPPROTO_CFTP = 62
 18100  pkg syscall (freebsd-arm), const IPPROTO_CHAOS = 16
 18101  pkg syscall (freebsd-arm), const IPPROTO_CMTP = 38
 18102  pkg syscall (freebsd-arm), const IPPROTO_CPHB = 73
 18103  pkg syscall (freebsd-arm), const IPPROTO_CPNX = 72
 18104  pkg syscall (freebsd-arm), const IPPROTO_DDP = 37
 18105  pkg syscall (freebsd-arm), const IPPROTO_DGP = 86
 18106  pkg syscall (freebsd-arm), const IPPROTO_DIVERT = 258
 18107  pkg syscall (freebsd-arm), const IPPROTO_DONE = 257
 18108  pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS = 60
 18109  pkg syscall (freebsd-arm), const IPPROTO_EGP = 8
 18110  pkg syscall (freebsd-arm), const IPPROTO_EMCON = 14
 18111  pkg syscall (freebsd-arm), const IPPROTO_ENCAP = 98
 18112  pkg syscall (freebsd-arm), const IPPROTO_EON = 80
 18113  pkg syscall (freebsd-arm), const IPPROTO_ESP = 50
 18114  pkg syscall (freebsd-arm), const IPPROTO_ETHERIP = 97
 18115  pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT = 44
 18116  pkg syscall (freebsd-arm), const IPPROTO_GGP = 3
 18117  pkg syscall (freebsd-arm), const IPPROTO_GMTP = 100
 18118  pkg syscall (freebsd-arm), const IPPROTO_GRE = 47
 18119  pkg syscall (freebsd-arm), const IPPROTO_HELLO = 63
 18120  pkg syscall (freebsd-arm), const IPPROTO_HMP = 20
 18121  pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS = 0
 18122  pkg syscall (freebsd-arm), const IPPROTO_ICMP = 1
 18123  pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 = 58
 18124  pkg syscall (freebsd-arm), const IPPROTO_IDP = 22
 18125  pkg syscall (freebsd-arm), const IPPROTO_IDPR = 35
 18126  pkg syscall (freebsd-arm), const IPPROTO_IDRP = 45
 18127  pkg syscall (freebsd-arm), const IPPROTO_IGMP = 2
 18128  pkg syscall (freebsd-arm), const IPPROTO_IGP = 85
 18129  pkg syscall (freebsd-arm), const IPPROTO_IGRP = 88
 18130  pkg syscall (freebsd-arm), const IPPROTO_IL = 40
 18131  pkg syscall (freebsd-arm), const IPPROTO_INLSP = 52
 18132  pkg syscall (freebsd-arm), const IPPROTO_INP = 32
 18133  pkg syscall (freebsd-arm), const IPPROTO_IPCOMP = 108
 18134  pkg syscall (freebsd-arm), const IPPROTO_IPCV = 71
 18135  pkg syscall (freebsd-arm), const IPPROTO_IPEIP = 94
 18136  pkg syscall (freebsd-arm), const IPPROTO_IPIP = 4
 18137  pkg syscall (freebsd-arm), const IPPROTO_IPPC = 67
 18138  pkg syscall (freebsd-arm), const IPPROTO_IPV4 = 4
 18139  pkg syscall (freebsd-arm), const IPPROTO_IRTP = 28
 18140  pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN = 65
 18141  pkg syscall (freebsd-arm), const IPPROTO_LARP = 91
 18142  pkg syscall (freebsd-arm), const IPPROTO_LEAF1 = 25
 18143  pkg syscall (freebsd-arm), const IPPROTO_LEAF2 = 26
 18144  pkg syscall (freebsd-arm), const IPPROTO_MAX = 256
 18145  pkg syscall (freebsd-arm), const IPPROTO_MAXID = 52
 18146  pkg syscall (freebsd-arm), const IPPROTO_MEAS = 19
 18147  pkg syscall (freebsd-arm), const IPPROTO_MH = 135
 18148  pkg syscall (freebsd-arm), const IPPROTO_MHRP = 48
 18149  pkg syscall (freebsd-arm), const IPPROTO_MICP = 95
 18150  pkg syscall (freebsd-arm), const IPPROTO_MOBILE = 55
 18151  pkg syscall (freebsd-arm), const IPPROTO_MPLS = 137
 18152  pkg syscall (freebsd-arm), const IPPROTO_MTP = 92
 18153  pkg syscall (freebsd-arm), const IPPROTO_MUX = 18
 18154  pkg syscall (freebsd-arm), const IPPROTO_ND = 77
 18155  pkg syscall (freebsd-arm), const IPPROTO_NHRP = 54
 18156  pkg syscall (freebsd-arm), const IPPROTO_NONE = 59
 18157  pkg syscall (freebsd-arm), const IPPROTO_NSP = 31
 18158  pkg syscall (freebsd-arm), const IPPROTO_NVPII = 11
 18159  pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT = 254
 18160  pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP = 89
 18161  pkg syscall (freebsd-arm), const IPPROTO_PFSYNC = 240
 18162  pkg syscall (freebsd-arm), const IPPROTO_PGM = 113
 18163  pkg syscall (freebsd-arm), const IPPROTO_PIGP = 9
 18164  pkg syscall (freebsd-arm), const IPPROTO_PIM = 103
 18165  pkg syscall (freebsd-arm), const IPPROTO_PRM = 21
 18166  pkg syscall (freebsd-arm), const IPPROTO_PUP = 12
 18167  pkg syscall (freebsd-arm), const IPPROTO_PVP = 75
 18168  pkg syscall (freebsd-arm), const IPPROTO_RAW = 255
 18169  pkg syscall (freebsd-arm), const IPPROTO_RCCMON = 10
 18170  pkg syscall (freebsd-arm), const IPPROTO_RDP = 27
 18171  pkg syscall (freebsd-arm), const IPPROTO_ROUTING = 43
 18172  pkg syscall (freebsd-arm), const IPPROTO_RSVP = 46
 18173  pkg syscall (freebsd-arm), const IPPROTO_RVD = 66
 18174  pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK = 64
 18175  pkg syscall (freebsd-arm), const IPPROTO_SATMON = 69
 18176  pkg syscall (freebsd-arm), const IPPROTO_SCCSP = 96
 18177  pkg syscall (freebsd-arm), const IPPROTO_SCTP = 132
 18178  pkg syscall (freebsd-arm), const IPPROTO_SDRP = 42
 18179  pkg syscall (freebsd-arm), const IPPROTO_SEND = 259
 18180  pkg syscall (freebsd-arm), const IPPROTO_SEP = 33
 18181  pkg syscall (freebsd-arm), const IPPROTO_SKIP = 57
 18182  pkg syscall (freebsd-arm), const IPPROTO_SPACER = 32767
 18183  pkg syscall (freebsd-arm), const IPPROTO_SRPC = 90
 18184  pkg syscall (freebsd-arm), const IPPROTO_ST = 7
 18185  pkg syscall (freebsd-arm), const IPPROTO_SVMTP = 82
 18186  pkg syscall (freebsd-arm), const IPPROTO_SWIPE = 53
 18187  pkg syscall (freebsd-arm), const IPPROTO_TCF = 87
 18188  pkg syscall (freebsd-arm), const IPPROTO_TLSP = 56
 18189  pkg syscall (freebsd-arm), const IPPROTO_TP = 29
 18190  pkg syscall (freebsd-arm), const IPPROTO_TPXX = 39
 18191  pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 = 23
 18192  pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 = 24
 18193  pkg syscall (freebsd-arm), const IPPROTO_TTP = 84
 18194  pkg syscall (freebsd-arm), const IPPROTO_VINES = 83
 18195  pkg syscall (freebsd-arm), const IPPROTO_VISA = 70
 18196  pkg syscall (freebsd-arm), const IPPROTO_VMTP = 81
 18197  pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK = 79
 18198  pkg syscall (freebsd-arm), const IPPROTO_WBMON = 78
 18199  pkg syscall (freebsd-arm), const IPPROTO_WSN = 74
 18200  pkg syscall (freebsd-arm), const IPPROTO_XNET = 15
 18201  pkg syscall (freebsd-arm), const IPPROTO_XTP = 36
 18202  pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL = 59
 18203  pkg syscall (freebsd-arm), const IPV6_BINDANY = 64
 18204  pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY = 27
 18205  pkg syscall (freebsd-arm), const IPV6_CHECKSUM = 26
 18206  pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 18207  pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 18208  pkg syscall (freebsd-arm), const IPV6_DEFHLIM = 64
 18209  pkg syscall (freebsd-arm), const IPV6_DONTFRAG = 62
 18210  pkg syscall (freebsd-arm), const IPV6_DSTOPTS = 50
 18211  pkg syscall (freebsd-arm), const IPV6_FAITH = 29
 18212  pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
 18213  pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
 18214  pkg syscall (freebsd-arm), const IPV6_FRAGTTL = 120
 18215  pkg syscall (freebsd-arm), const IPV6_FW_ADD = 30
 18216  pkg syscall (freebsd-arm), const IPV6_FW_DEL = 31
 18217  pkg syscall (freebsd-arm), const IPV6_FW_FLUSH = 32
 18218  pkg syscall (freebsd-arm), const IPV6_FW_GET = 34
 18219  pkg syscall (freebsd-arm), const IPV6_FW_ZERO = 33
 18220  pkg syscall (freebsd-arm), const IPV6_HLIMDEC = 1
 18221  pkg syscall (freebsd-arm), const IPV6_HOPLIMIT = 47
 18222  pkg syscall (freebsd-arm), const IPV6_HOPOPTS = 49
 18223  pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY = 28
 18224  pkg syscall (freebsd-arm), const IPV6_JOIN_GROUP = 12
 18225  pkg syscall (freebsd-arm), const IPV6_LEAVE_GROUP = 13
 18226  pkg syscall (freebsd-arm), const IPV6_MAXHLIM = 255
 18227  pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR = 2048
 18228  pkg syscall (freebsd-arm), const IPV6_MAXPACKET = 65535
 18229  pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER = 512
 18230  pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS = 4095
 18231  pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER = 128
 18232  pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS = 31
 18233  pkg syscall (freebsd-arm), const IPV6_MMTU = 1280
 18234  pkg syscall (freebsd-arm), const IPV6_MSFILTER = 74
 18235  pkg syscall (freebsd-arm), const IPV6_MULTICAST_HOPS = 10
 18236  pkg syscall (freebsd-arm), const IPV6_MULTICAST_IF = 9
 18237  pkg syscall (freebsd-arm), const IPV6_MULTICAST_LOOP = 11
 18238  pkg syscall (freebsd-arm), const IPV6_NEXTHOP = 48
 18239  pkg syscall (freebsd-arm), const IPV6_PATHMTU = 44
 18240  pkg syscall (freebsd-arm), const IPV6_PKTINFO = 46
 18241  pkg syscall (freebsd-arm), const IPV6_PORTRANGE = 14
 18242  pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
 18243  pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH = 1
 18244  pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW = 2
 18245  pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR = 63
 18246  pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS = 40
 18247  pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT = 37
 18248  pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS = 39
 18249  pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU = 43
 18250  pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO = 36
 18251  pkg syscall (freebsd-arm), const IPV6_RECVRTHDR = 38
 18252  pkg syscall (freebsd-arm), const IPV6_RECVTCLASS = 57
 18253  pkg syscall (freebsd-arm), const IPV6_RTHDR = 51
 18254  pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS = 35
 18255  pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE = 0
 18256  pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT = 1
 18257  pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 = 0
 18258  pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
 18259  pkg syscall (freebsd-arm), const IPV6_TCLASS = 61
 18260  pkg syscall (freebsd-arm), const IPV6_UNICAST_HOPS = 4
 18261  pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU = 42
 18262  pkg syscall (freebsd-arm), const IPV6_V6ONLY = 27
 18263  pkg syscall (freebsd-arm), const IPV6_VERSION = 96
 18264  pkg syscall (freebsd-arm), const IPV6_VERSION_MASK = 240
 18265  pkg syscall (freebsd-arm), const IP_ADD_MEMBERSHIP = 12
 18266  pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP = 70
 18267  pkg syscall (freebsd-arm), const IP_BINDANY = 24
 18268  pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE = 72
 18269  pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
 18270  pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
 18271  pkg syscall (freebsd-arm), const IP_DF = 16384
 18272  pkg syscall (freebsd-arm), const IP_DONTFRAG = 67
 18273  pkg syscall (freebsd-arm), const IP_DROP_MEMBERSHIP = 13
 18274  pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP = 71
 18275  pkg syscall (freebsd-arm), const IP_DUMMYNET3 = 49
 18276  pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE = 60
 18277  pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL = 61
 18278  pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH = 62
 18279  pkg syscall (freebsd-arm), const IP_DUMMYNET_GET = 64
 18280  pkg syscall (freebsd-arm), const IP_FAITH = 22
 18281  pkg syscall (freebsd-arm), const IP_FW3 = 48
 18282  pkg syscall (freebsd-arm), const IP_FW_ADD = 50
 18283  pkg syscall (freebsd-arm), const IP_FW_DEL = 51
 18284  pkg syscall (freebsd-arm), const IP_FW_FLUSH = 52
 18285  pkg syscall (freebsd-arm), const IP_FW_GET = 54
 18286  pkg syscall (freebsd-arm), const IP_FW_NAT_CFG = 56
 18287  pkg syscall (freebsd-arm), const IP_FW_NAT_DEL = 57
 18288  pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG = 58
 18289  pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG = 59
 18290  pkg syscall (freebsd-arm), const IP_FW_RESETLOG = 55
 18291  pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD = 40
 18292  pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL = 41
 18293  pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH = 42
 18294  pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE = 43
 18295  pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST = 44
 18296  pkg syscall (freebsd-arm), const IP_FW_ZERO = 53
 18297  pkg syscall (freebsd-arm), const IP_HDRINCL = 2
 18298  pkg syscall (freebsd-arm), const IP_IPSEC_POLICY = 21
 18299  pkg syscall (freebsd-arm), const IP_MAXPACKET = 65535
 18300  pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER = 512
 18301  pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS = 4095
 18302  pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER = 128
 18303  pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER = 128
 18304  pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER = 1024
 18305  pkg syscall (freebsd-arm), const IP_MF = 8192
 18306  pkg syscall (freebsd-arm), const IP_MINTTL = 66
 18307  pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS = 31
 18308  pkg syscall (freebsd-arm), const IP_MSFILTER = 74
 18309  pkg syscall (freebsd-arm), const IP_MSS = 576
 18310  pkg syscall (freebsd-arm), const IP_MULTICAST_IF = 9
 18311  pkg syscall (freebsd-arm), const IP_MULTICAST_LOOP = 11
 18312  pkg syscall (freebsd-arm), const IP_MULTICAST_TTL = 10
 18313  pkg syscall (freebsd-arm), const IP_MULTICAST_VIF = 14
 18314  pkg syscall (freebsd-arm), const IP_OFFMASK = 8191
 18315  pkg syscall (freebsd-arm), const IP_ONESBCAST = 23
 18316  pkg syscall (freebsd-arm), const IP_OPTIONS = 1
 18317  pkg syscall (freebsd-arm), const IP_PORTRANGE = 19
 18318  pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT = 0
 18319  pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH = 1
 18320  pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW = 2
 18321  pkg syscall (freebsd-arm), const IP_RECVDSTADDR = 7
 18322  pkg syscall (freebsd-arm), const IP_RECVIF = 20
 18323  pkg syscall (freebsd-arm), const IP_RECVOPTS = 5
 18324  pkg syscall (freebsd-arm), const IP_RECVRETOPTS = 6
 18325  pkg syscall (freebsd-arm), const IP_RECVTOS = 68
 18326  pkg syscall (freebsd-arm), const IP_RECVTTL = 65
 18327  pkg syscall (freebsd-arm), const IP_RETOPTS = 8
 18328  pkg syscall (freebsd-arm), const IP_RF = 32768
 18329  pkg syscall (freebsd-arm), const IP_RSVP_OFF = 16
 18330  pkg syscall (freebsd-arm), const IP_RSVP_ON = 15
 18331  pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF = 18
 18332  pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON = 17
 18333  pkg syscall (freebsd-arm), const IP_SENDSRCADDR = 7
 18334  pkg syscall (freebsd-arm), const IP_TOS = 3
 18335  pkg syscall (freebsd-arm), const IP_TTL = 4
 18336  pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE = 73
 18337  pkg syscall (freebsd-arm), const ISIG = 128
 18338  pkg syscall (freebsd-arm), const ISTRIP = 32
 18339  pkg syscall (freebsd-arm), const IXANY = 2048
 18340  pkg syscall (freebsd-arm), const IXOFF = 1024
 18341  pkg syscall (freebsd-arm), const IXON = 512
 18342  pkg syscall (freebsd-arm), const ImplementsGetwd = false
 18343  pkg syscall (freebsd-arm), const LOCK_EX = 2
 18344  pkg syscall (freebsd-arm), const LOCK_NB = 4
 18345  pkg syscall (freebsd-arm), const LOCK_SH = 1
 18346  pkg syscall (freebsd-arm), const LOCK_UN = 8
 18347  pkg syscall (freebsd-arm), const MADV_AUTOSYNC = 7
 18348  pkg syscall (freebsd-arm), const MADV_CORE = 9
 18349  pkg syscall (freebsd-arm), const MADV_DONTNEED = 4
 18350  pkg syscall (freebsd-arm), const MADV_FREE = 5
 18351  pkg syscall (freebsd-arm), const MADV_NOCORE = 8
 18352  pkg syscall (freebsd-arm), const MADV_NORMAL = 0
 18353  pkg syscall (freebsd-arm), const MADV_NOSYNC = 6
 18354  pkg syscall (freebsd-arm), const MADV_PROTECT = 10
 18355  pkg syscall (freebsd-arm), const MADV_RANDOM = 1
 18356  pkg syscall (freebsd-arm), const MADV_SEQUENTIAL = 2
 18357  pkg syscall (freebsd-arm), const MADV_WILLNEED = 3
 18358  pkg syscall (freebsd-arm), const MAP_ANON = 4096
 18359  pkg syscall (freebsd-arm), const MAP_ANONYMOUS = 4096
 18360  pkg syscall (freebsd-arm), const MAP_COPY = 2
 18361  pkg syscall (freebsd-arm), const MAP_FILE = 0
 18362  pkg syscall (freebsd-arm), const MAP_FIXED = 16
 18363  pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE = 512
 18364  pkg syscall (freebsd-arm), const MAP_NOCORE = 131072
 18365  pkg syscall (freebsd-arm), const MAP_NORESERVE = 64
 18366  pkg syscall (freebsd-arm), const MAP_NOSYNC = 2048
 18367  pkg syscall (freebsd-arm), const MAP_PREFAULT_READ = 262144
 18368  pkg syscall (freebsd-arm), const MAP_PRIVATE = 2
 18369  pkg syscall (freebsd-arm), const MAP_RENAME = 32
 18370  pkg syscall (freebsd-arm), const MAP_RESERVED0080 = 128
 18371  pkg syscall (freebsd-arm), const MAP_RESERVED0100 = 256
 18372  pkg syscall (freebsd-arm), const MAP_SHARED = 1
 18373  pkg syscall (freebsd-arm), const MAP_STACK = 1024
 18374  pkg syscall (freebsd-arm), const MCL_CURRENT = 1
 18375  pkg syscall (freebsd-arm), const MCL_FUTURE = 2
 18376  pkg syscall (freebsd-arm), const MSG_COMPAT = 32768
 18377  pkg syscall (freebsd-arm), const MSG_CTRUNC = 32
 18378  pkg syscall (freebsd-arm), const MSG_DONTROUTE = 4
 18379  pkg syscall (freebsd-arm), const MSG_DONTWAIT = 128
 18380  pkg syscall (freebsd-arm), const MSG_EOF = 256
 18381  pkg syscall (freebsd-arm), const MSG_EOR = 8
 18382  pkg syscall (freebsd-arm), const MSG_NBIO = 16384
 18383  pkg syscall (freebsd-arm), const MSG_NOSIGNAL = 131072
 18384  pkg syscall (freebsd-arm), const MSG_NOTIFICATION = 8192
 18385  pkg syscall (freebsd-arm), const MSG_OOB = 1
 18386  pkg syscall (freebsd-arm), const MSG_PEEK = 2
 18387  pkg syscall (freebsd-arm), const MSG_TRUNC = 16
 18388  pkg syscall (freebsd-arm), const MSG_WAITALL = 64
 18389  pkg syscall (freebsd-arm), const MS_ASYNC = 1
 18390  pkg syscall (freebsd-arm), const MS_INVALIDATE = 2
 18391  pkg syscall (freebsd-arm), const MS_SYNC = 0
 18392  pkg syscall (freebsd-arm), const NET_RT_DUMP = 1
 18393  pkg syscall (freebsd-arm), const NET_RT_FLAGS = 2
 18394  pkg syscall (freebsd-arm), const NET_RT_IFLIST = 3
 18395  pkg syscall (freebsd-arm), const NET_RT_IFLISTL = 5
 18396  pkg syscall (freebsd-arm), const NET_RT_IFMALIST = 4
 18397  pkg syscall (freebsd-arm), const NET_RT_MAXID = 6
 18398  pkg syscall (freebsd-arm), const NOFLSH = 2147483648
 18399  pkg syscall (freebsd-arm), const NOTE_ATTRIB = 8
 18400  pkg syscall (freebsd-arm), const NOTE_CHILD = 4
 18401  pkg syscall (freebsd-arm), const NOTE_DELETE = 1
 18402  pkg syscall (freebsd-arm), const NOTE_EXEC = 536870912
 18403  pkg syscall (freebsd-arm), const NOTE_EXIT = 2147483648
 18404  pkg syscall (freebsd-arm), const NOTE_EXTEND = 4
 18405  pkg syscall (freebsd-arm), const NOTE_FFAND = 1073741824
 18406  pkg syscall (freebsd-arm), const NOTE_FFCOPY = 3221225472
 18407  pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK = 3221225472
 18408  pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK = 16777215
 18409  pkg syscall (freebsd-arm), const NOTE_FFNOP = 0
 18410  pkg syscall (freebsd-arm), const NOTE_FFOR = 2147483648
 18411  pkg syscall (freebsd-arm), const NOTE_FORK = 1073741824
 18412  pkg syscall (freebsd-arm), const NOTE_LINK = 16
 18413  pkg syscall (freebsd-arm), const NOTE_LOWAT = 1
 18414  pkg syscall (freebsd-arm), const NOTE_PCTRLMASK = 4026531840
 18415  pkg syscall (freebsd-arm), const NOTE_PDATAMASK = 1048575
 18416  pkg syscall (freebsd-arm), const NOTE_RENAME = 32
 18417  pkg syscall (freebsd-arm), const NOTE_REVOKE = 64
 18418  pkg syscall (freebsd-arm), const NOTE_TRACK = 1
 18419  pkg syscall (freebsd-arm), const NOTE_TRACKERR = 2
 18420  pkg syscall (freebsd-arm), const NOTE_TRIGGER = 16777216
 18421  pkg syscall (freebsd-arm), const NOTE_WRITE = 2
 18422  pkg syscall (freebsd-arm), const OCRNL = 16
 18423  pkg syscall (freebsd-arm), const ONLCR = 2
 18424  pkg syscall (freebsd-arm), const ONLRET = 64
 18425  pkg syscall (freebsd-arm), const ONOCR = 32
 18426  pkg syscall (freebsd-arm), const ONOEOT = 8
 18427  pkg syscall (freebsd-arm), const OPOST = 1
 18428  pkg syscall (freebsd-arm), const O_ACCMODE = 3
 18429  pkg syscall (freebsd-arm), const O_APPEND = 8
 18430  pkg syscall (freebsd-arm), const O_ASYNC = 64
 18431  pkg syscall (freebsd-arm), const O_CLOEXEC = 0
 18432  pkg syscall (freebsd-arm), const O_CREAT = 512
 18433  pkg syscall (freebsd-arm), const O_DIRECT = 65536
 18434  pkg syscall (freebsd-arm), const O_DIRECTORY = 131072
 18435  pkg syscall (freebsd-arm), const O_EXCL = 2048
 18436  pkg syscall (freebsd-arm), const O_EXEC = 262144
 18437  pkg syscall (freebsd-arm), const O_EXLOCK = 32
 18438  pkg syscall (freebsd-arm), const O_FSYNC = 128
 18439  pkg syscall (freebsd-arm), const O_NDELAY = 4
 18440  pkg syscall (freebsd-arm), const O_NOCTTY = 32768
 18441  pkg syscall (freebsd-arm), const O_NOFOLLOW = 256
 18442  pkg syscall (freebsd-arm), const O_NONBLOCK = 4
 18443  pkg syscall (freebsd-arm), const O_SHLOCK = 16
 18444  pkg syscall (freebsd-arm), const O_SYNC = 128
 18445  pkg syscall (freebsd-arm), const O_TRUNC = 1024
 18446  pkg syscall (freebsd-arm), const O_TTY_INIT = 524288
 18447  pkg syscall (freebsd-arm), const PARENB = 4096
 18448  pkg syscall (freebsd-arm), const PARMRK = 8
 18449  pkg syscall (freebsd-arm), const PARODD = 8192
 18450  pkg syscall (freebsd-arm), const PENDIN = 536870912
 18451  pkg syscall (freebsd-arm), const PROT_EXEC = 4
 18452  pkg syscall (freebsd-arm), const PROT_NONE = 0
 18453  pkg syscall (freebsd-arm), const PROT_READ = 1
 18454  pkg syscall (freebsd-arm), const PROT_WRITE = 2
 18455  pkg syscall (freebsd-arm), const PTRACE_CONT = 7
 18456  pkg syscall (freebsd-arm), const PTRACE_KILL = 8
 18457  pkg syscall (freebsd-arm), const PTRACE_TRACEME = 0
 18458  pkg syscall (freebsd-arm), const RLIMIT_AS = 10
 18459  pkg syscall (freebsd-arm), const RLIMIT_CORE = 4
 18460  pkg syscall (freebsd-arm), const RLIMIT_CPU = 0
 18461  pkg syscall (freebsd-arm), const RLIMIT_DATA = 2
 18462  pkg syscall (freebsd-arm), const RLIMIT_FSIZE = 1
 18463  pkg syscall (freebsd-arm), const RLIMIT_NOFILE = 8
 18464  pkg syscall (freebsd-arm), const RLIMIT_STACK = 3
 18465  pkg syscall (freebsd-arm), const RLIM_INFINITY = 9223372036854775807
 18466  pkg syscall (freebsd-arm), const RTAX_AUTHOR = 6
 18467  pkg syscall (freebsd-arm), const RTAX_BRD = 7
 18468  pkg syscall (freebsd-arm), const RTAX_DST = 0
 18469  pkg syscall (freebsd-arm), const RTAX_GATEWAY = 1
 18470  pkg syscall (freebsd-arm), const RTAX_GENMASK = 3
 18471  pkg syscall (freebsd-arm), const RTAX_IFA = 5
 18472  pkg syscall (freebsd-arm), const RTAX_IFP = 4
 18473  pkg syscall (freebsd-arm), const RTAX_MAX = 8
 18474  pkg syscall (freebsd-arm), const RTAX_NETMASK = 2
 18475  pkg syscall (freebsd-arm), const RTA_AUTHOR = 64
 18476  pkg syscall (freebsd-arm), const RTA_BRD = 128
 18477  pkg syscall (freebsd-arm), const RTA_DST = 1
 18478  pkg syscall (freebsd-arm), const RTA_GATEWAY = 2
 18479  pkg syscall (freebsd-arm), const RTA_GENMASK = 8
 18480  pkg syscall (freebsd-arm), const RTA_IFA = 32
 18481  pkg syscall (freebsd-arm), const RTA_IFP = 16
 18482  pkg syscall (freebsd-arm), const RTA_NETMASK = 4
 18483  pkg syscall (freebsd-arm), const RTF_BLACKHOLE = 4096
 18484  pkg syscall (freebsd-arm), const RTF_BROADCAST = 4194304
 18485  pkg syscall (freebsd-arm), const RTF_DONE = 64
 18486  pkg syscall (freebsd-arm), const RTF_DYNAMIC = 16
 18487  pkg syscall (freebsd-arm), const RTF_FMASK = 268752904
 18488  pkg syscall (freebsd-arm), const RTF_GATEWAY = 2
 18489  pkg syscall (freebsd-arm), const RTF_HOST = 4
 18490  pkg syscall (freebsd-arm), const RTF_LLDATA = 1024
 18491  pkg syscall (freebsd-arm), const RTF_LLINFO = 1024
 18492  pkg syscall (freebsd-arm), const RTF_LOCAL = 2097152
 18493  pkg syscall (freebsd-arm), const RTF_MODIFIED = 32
 18494  pkg syscall (freebsd-arm), const RTF_MULTICAST = 8388608
 18495  pkg syscall (freebsd-arm), const RTF_PINNED = 1048576
 18496  pkg syscall (freebsd-arm), const RTF_PRCLONING = 65536
 18497  pkg syscall (freebsd-arm), const RTF_PROTO1 = 32768
 18498  pkg syscall (freebsd-arm), const RTF_PROTO2 = 16384
 18499  pkg syscall (freebsd-arm), const RTF_PROTO3 = 262144
 18500  pkg syscall (freebsd-arm), const RTF_REJECT = 8
 18501  pkg syscall (freebsd-arm), const RTF_RNH_LOCKED = 1073741824
 18502  pkg syscall (freebsd-arm), const RTF_STATIC = 2048
 18503  pkg syscall (freebsd-arm), const RTF_STICKY = 268435456
 18504  pkg syscall (freebsd-arm), const RTF_UP = 1
 18505  pkg syscall (freebsd-arm), const RTF_XRESOLVE = 512
 18506  pkg syscall (freebsd-arm), const RTM_ADD = 1
 18507  pkg syscall (freebsd-arm), const RTM_CHANGE = 3
 18508  pkg syscall (freebsd-arm), const RTM_DELADDR = 13
 18509  pkg syscall (freebsd-arm), const RTM_DELETE = 2
 18510  pkg syscall (freebsd-arm), const RTM_DELMADDR = 16
 18511  pkg syscall (freebsd-arm), const RTM_GET = 4
 18512  pkg syscall (freebsd-arm), const RTM_IEEE80211 = 18
 18513  pkg syscall (freebsd-arm), const RTM_IFANNOUNCE = 17
 18514  pkg syscall (freebsd-arm), const RTM_IFINFO = 14
 18515  pkg syscall (freebsd-arm), const RTM_LOCK = 8
 18516  pkg syscall (freebsd-arm), const RTM_LOSING = 5
 18517  pkg syscall (freebsd-arm), const RTM_MISS = 7
 18518  pkg syscall (freebsd-arm), const RTM_NEWADDR = 12
 18519  pkg syscall (freebsd-arm), const RTM_NEWMADDR = 15
 18520  pkg syscall (freebsd-arm), const RTM_OLDADD = 9
 18521  pkg syscall (freebsd-arm), const RTM_OLDDEL = 10
 18522  pkg syscall (freebsd-arm), const RTM_REDIRECT = 6
 18523  pkg syscall (freebsd-arm), const RTM_RESOLVE = 11
 18524  pkg syscall (freebsd-arm), const RTM_RTTUNIT = 1000000
 18525  pkg syscall (freebsd-arm), const RTM_VERSION = 5
 18526  pkg syscall (freebsd-arm), const RTV_EXPIRE = 4
 18527  pkg syscall (freebsd-arm), const RTV_HOPCOUNT = 2
 18528  pkg syscall (freebsd-arm), const RTV_MTU = 1
 18529  pkg syscall (freebsd-arm), const RTV_RPIPE = 8
 18530  pkg syscall (freebsd-arm), const RTV_RTT = 64
 18531  pkg syscall (freebsd-arm), const RTV_RTTVAR = 128
 18532  pkg syscall (freebsd-arm), const RTV_SPIPE = 16
 18533  pkg syscall (freebsd-arm), const RTV_SSTHRESH = 32
 18534  pkg syscall (freebsd-arm), const RTV_WEIGHT = 256
 18535  pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT = 1
 18536  pkg syscall (freebsd-arm), const RT_DEFAULT_FIB = 0
 18537  pkg syscall (freebsd-arm), const RT_NORTREF = 2
 18538  pkg syscall (freebsd-arm), const RUSAGE_CHILDREN = -1
 18539  pkg syscall (freebsd-arm), const RUSAGE_SELF = 0
 18540  pkg syscall (freebsd-arm), const RUSAGE_THREAD = 1
 18541  pkg syscall (freebsd-arm), const SCM_BINTIME = 4
 18542  pkg syscall (freebsd-arm), const SCM_CREDS = 3
 18543  pkg syscall (freebsd-arm), const SCM_RIGHTS = 1
 18544  pkg syscall (freebsd-arm), const SCM_TIMESTAMP = 2
 18545  pkg syscall (freebsd-arm), const SIGBUS = 10
 18546  pkg syscall (freebsd-arm), const SIGCHLD = 20
 18547  pkg syscall (freebsd-arm), const SIGCONT = 19
 18548  pkg syscall (freebsd-arm), const SIGEMT = 7
 18549  pkg syscall (freebsd-arm), const SIGINFO = 29
 18550  pkg syscall (freebsd-arm), const SIGIO = 23
 18551  pkg syscall (freebsd-arm), const SIGIOT = 6
 18552  pkg syscall (freebsd-arm), const SIGLIBRT = 33
 18553  pkg syscall (freebsd-arm), const SIGLWP = 32
 18554  pkg syscall (freebsd-arm), const SIGPROF = 27
 18555  pkg syscall (freebsd-arm), const SIGSTOP = 17
 18556  pkg syscall (freebsd-arm), const SIGSYS = 12
 18557  pkg syscall (freebsd-arm), const SIGTHR = 32
 18558  pkg syscall (freebsd-arm), const SIGTSTP = 18
 18559  pkg syscall (freebsd-arm), const SIGTTIN = 21
 18560  pkg syscall (freebsd-arm), const SIGTTOU = 22
 18561  pkg syscall (freebsd-arm), const SIGURG = 16
 18562  pkg syscall (freebsd-arm), const SIGUSR1 = 30
 18563  pkg syscall (freebsd-arm), const SIGUSR2 = 31
 18564  pkg syscall (freebsd-arm), const SIGVTALRM = 26
 18565  pkg syscall (freebsd-arm), const SIGWINCH = 28
 18566  pkg syscall (freebsd-arm), const SIGXCPU = 24
 18567  pkg syscall (freebsd-arm), const SIGXFSZ = 25
 18568  pkg syscall (freebsd-arm), const SIOCADDMULTI = 2149607729
 18569  pkg syscall (freebsd-arm), const SIOCADDRT = 2150658570
 18570  pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019
 18571  pkg syscall (freebsd-arm), const SIOCAIFGROUP = 2149869959
 18572  pkg syscall (freebsd-arm), const SIOCALIFADDR = 2165860635
 18573  pkg syscall (freebsd-arm), const SIOCATMARK = 1074033415
 18574  pkg syscall (freebsd-arm), const SIOCDELMULTI = 2149607730
 18575  pkg syscall (freebsd-arm), const SIOCDELRT = 2150658571
 18576  pkg syscall (freebsd-arm), const SIOCDIFADDR = 2149607705
 18577  pkg syscall (freebsd-arm), const SIOCDIFGROUP = 2149869961
 18578  pkg syscall (freebsd-arm), const SIOCDIFPHYADDR = 2149607753
 18579  pkg syscall (freebsd-arm), const SIOCDLIFADDR = 2165860637
 18580  pkg syscall (freebsd-arm), const SIOCGDRVSPEC = 3223087483
 18581  pkg syscall (freebsd-arm), const SIOCGETSGCNT = 3222565392
 18582  pkg syscall (freebsd-arm), const SIOCGETVIFCNT = 3222565391
 18583  pkg syscall (freebsd-arm), const SIOCGHIWAT = 1074033409
 18584  pkg syscall (freebsd-arm), const SIOCGIFADDR = 3223349537
 18585  pkg syscall (freebsd-arm), const SIOCGIFBRDADDR = 3223349539
 18586  pkg syscall (freebsd-arm), const SIOCGIFCAP = 3223349535
 18587  pkg syscall (freebsd-arm), const SIOCGIFCONF = 3221776676
 18588  pkg syscall (freebsd-arm), const SIOCGIFDESCR = 3223349546
 18589  pkg syscall (freebsd-arm), const SIOCGIFDSTADDR = 3223349538
 18590  pkg syscall (freebsd-arm), const SIOCGIFFIB = 3223349596
 18591  pkg syscall (freebsd-arm), const SIOCGIFFLAGS = 3223349521
 18592  pkg syscall (freebsd-arm), const SIOCGIFGENERIC = 3223349562
 18593  pkg syscall (freebsd-arm), const SIOCGIFGMEMB = 3223611786
 18594  pkg syscall (freebsd-arm), const SIOCGIFGROUP = 3223611784
 18595  pkg syscall (freebsd-arm), const SIOCGIFINDEX = 3223349536
 18596  pkg syscall (freebsd-arm), const SIOCGIFMAC = 3223349542
 18597  pkg syscall (freebsd-arm), const SIOCGIFMEDIA = 3223873848
 18598  pkg syscall (freebsd-arm), const SIOCGIFMETRIC = 3223349527
 18599  pkg syscall (freebsd-arm), const SIOCGIFMTU = 3223349555
 18600  pkg syscall (freebsd-arm), const SIOCGIFNETMASK = 3223349541
 18601  pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR = 3223349576
 18602  pkg syscall (freebsd-arm), const SIOCGIFPHYS = 3223349557
 18603  pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR = 3223349575
 18604  pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931
 18605  pkg syscall (freebsd-arm), const SIOCGLIFADDR = 3239602460
 18606  pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR = 3239602507
 18607  pkg syscall (freebsd-arm), const SIOCGLOWAT = 1074033411
 18608  pkg syscall (freebsd-arm), const SIOCGPGRP = 1074033417
 18609  pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 = 3223349584
 18610  pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 = 3223349585
 18611  pkg syscall (freebsd-arm), const SIOCIFCREATE = 3223349626
 18612  pkg syscall (freebsd-arm), const SIOCIFCREATE2 = 3223349628
 18613  pkg syscall (freebsd-arm), const SIOCIFDESTROY = 2149607801
 18614  pkg syscall (freebsd-arm), const SIOCIFGCLONERS = 3222038904
 18615  pkg syscall (freebsd-arm), const SIOCSDRVSPEC = 2149345659
 18616  pkg syscall (freebsd-arm), const SIOCSHIWAT = 2147775232
 18617  pkg syscall (freebsd-arm), const SIOCSIFADDR = 2149607692
 18618  pkg syscall (freebsd-arm), const SIOCSIFBRDADDR = 2149607699
 18619  pkg syscall (freebsd-arm), const SIOCSIFCAP = 2149607710
 18620  pkg syscall (freebsd-arm), const SIOCSIFDESCR = 2149607721
 18621  pkg syscall (freebsd-arm), const SIOCSIFDSTADDR = 2149607694
 18622  pkg syscall (freebsd-arm), const SIOCSIFFIB = 2149607773
 18623  pkg syscall (freebsd-arm), const SIOCSIFFLAGS = 2149607696
 18624  pkg syscall (freebsd-arm), const SIOCSIFGENERIC = 2149607737
 18625  pkg syscall (freebsd-arm), const SIOCSIFLLADDR = 2149607740
 18626  pkg syscall (freebsd-arm), const SIOCSIFMAC = 2149607719
 18627  pkg syscall (freebsd-arm), const SIOCSIFMEDIA = 3223349559
 18628  pkg syscall (freebsd-arm), const SIOCSIFMETRIC = 2149607704
 18629  pkg syscall (freebsd-arm), const SIOCSIFMTU = 2149607732
 18630  pkg syscall (freebsd-arm), const SIOCSIFNAME = 2149607720
 18631  pkg syscall (freebsd-arm), const SIOCSIFNETMASK = 2149607702
 18632  pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046
 18633  pkg syscall (freebsd-arm), const SIOCSIFPHYS = 2149607734
 18634  pkg syscall (freebsd-arm), const SIOCSIFRVNET = 3223349595
 18635  pkg syscall (freebsd-arm), const SIOCSIFVNET = 3223349594
 18636  pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR = 2165860682
 18637  pkg syscall (freebsd-arm), const SIOCSLOWAT = 2147775234
 18638  pkg syscall (freebsd-arm), const SIOCSPGRP = 2147775240
 18639  pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN = 255
 18640  pkg syscall (freebsd-arm), const SOCK_RDM = 4
 18641  pkg syscall (freebsd-arm), const SOL_SOCKET = 65535
 18642  pkg syscall (freebsd-arm), const SOMAXCONN = 128
 18643  pkg syscall (freebsd-arm), const SO_ACCEPTCONN = 2
 18644  pkg syscall (freebsd-arm), const SO_ACCEPTFILTER = 4096
 18645  pkg syscall (freebsd-arm), const SO_BINTIME = 8192
 18646  pkg syscall (freebsd-arm), const SO_BROADCAST = 32
 18647  pkg syscall (freebsd-arm), const SO_DEBUG = 1
 18648  pkg syscall (freebsd-arm), const SO_DONTROUTE = 16
 18649  pkg syscall (freebsd-arm), const SO_ERROR = 4103
 18650  pkg syscall (freebsd-arm), const SO_KEEPALIVE = 8
 18651  pkg syscall (freebsd-arm), const SO_LABEL = 4105
 18652  pkg syscall (freebsd-arm), const SO_LINGER = 128
 18653  pkg syscall (freebsd-arm), const SO_LISTENINCQLEN = 4115
 18654  pkg syscall (freebsd-arm), const SO_LISTENQLEN = 4114
 18655  pkg syscall (freebsd-arm), const SO_LISTENQLIMIT = 4113
 18656  pkg syscall (freebsd-arm), const SO_NOSIGPIPE = 2048
 18657  pkg syscall (freebsd-arm), const SO_NO_DDP = 32768
 18658  pkg syscall (freebsd-arm), const SO_NO_OFFLOAD = 16384
 18659  pkg syscall (freebsd-arm), const SO_OOBINLINE = 256
 18660  pkg syscall (freebsd-arm), const SO_PEERLABEL = 4112
 18661  pkg syscall (freebsd-arm), const SO_PROTOCOL = 4118
 18662  pkg syscall (freebsd-arm), const SO_PROTOTYPE = 4118
 18663  pkg syscall (freebsd-arm), const SO_RCVBUF = 4098
 18664  pkg syscall (freebsd-arm), const SO_RCVLOWAT = 4100
 18665  pkg syscall (freebsd-arm), const SO_RCVTIMEO = 4102
 18666  pkg syscall (freebsd-arm), const SO_REUSEADDR = 4
 18667  pkg syscall (freebsd-arm), const SO_REUSEPORT = 512
 18668  pkg syscall (freebsd-arm), const SO_SETFIB = 4116
 18669  pkg syscall (freebsd-arm), const SO_SNDBUF = 4097
 18670  pkg syscall (freebsd-arm), const SO_SNDLOWAT = 4099
 18671  pkg syscall (freebsd-arm), const SO_SNDTIMEO = 4101
 18672  pkg syscall (freebsd-arm), const SO_TIMESTAMP = 1024
 18673  pkg syscall (freebsd-arm), const SO_TYPE = 4104
 18674  pkg syscall (freebsd-arm), const SO_USELOOPBACK = 64
 18675  pkg syscall (freebsd-arm), const SO_USER_COOKIE = 4117
 18676  pkg syscall (freebsd-arm), const SYS_ABORT2 = 463
 18677  pkg syscall (freebsd-arm), const SYS_ACCEPT = 30
 18678  pkg syscall (freebsd-arm), const SYS_ACCESS = 33
 18679  pkg syscall (freebsd-arm), const SYS_ACCT = 51
 18680  pkg syscall (freebsd-arm), const SYS_ADJTIME = 140
 18681  pkg syscall (freebsd-arm), const SYS_AUDIT = 445
 18682  pkg syscall (freebsd-arm), const SYS_AUDITCTL = 453
 18683  pkg syscall (freebsd-arm), const SYS_AUDITON = 446
 18684  pkg syscall (freebsd-arm), const SYS_BIND = 104
 18685  pkg syscall (freebsd-arm), const SYS_CAP_ENTER = 516
 18686  pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
 18687  pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
 18688  pkg syscall (freebsd-arm), const SYS_CAP_GETMODE = 517
 18689  pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
 18690  pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
 18691  pkg syscall (freebsd-arm), const SYS_CAP_NEW = 514
 18692  pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
 18693  pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
 18694  pkg syscall (freebsd-arm), const SYS_CHDIR = 12
 18695  pkg syscall (freebsd-arm), const SYS_CHFLAGS = 34
 18696  pkg syscall (freebsd-arm), const SYS_CHMOD = 15
 18697  pkg syscall (freebsd-arm), const SYS_CHOWN = 16
 18698  pkg syscall (freebsd-arm), const SYS_CHROOT = 61
 18699  pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 = 247
 18700  pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES = 234
 18701  pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME = 232
 18702  pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME = 233
 18703  pkg syscall (freebsd-arm), const SYS_CLOSE = 6
 18704  pkg syscall (freebsd-arm), const SYS_CLOSEFROM = 509
 18705  pkg syscall (freebsd-arm), const SYS_CONNECT = 98
 18706  pkg syscall (freebsd-arm), const SYS_CPUSET = 484
 18707  pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY = 487
 18708  pkg syscall (freebsd-arm), const SYS_CPUSET_GETID = 486
 18709  pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY = 488
 18710  pkg syscall (freebsd-arm), const SYS_CPUSET_SETID = 485
 18711  pkg syscall (freebsd-arm), const SYS_DUP = 41
 18712  pkg syscall (freebsd-arm), const SYS_DUP2 = 90
 18713  pkg syscall (freebsd-arm), const SYS_EACCESS = 376
 18714  pkg syscall (freebsd-arm), const SYS_EXECVE = 59
 18715  pkg syscall (freebsd-arm), const SYS_EXIT = 1
 18716  pkg syscall (freebsd-arm), const SYS_EXTATTRCTL = 355
 18717  pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD = 373
 18718  pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE = 358
 18719  pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK = 414
 18720  pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD = 372
 18721  pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE = 357
 18722  pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK = 413
 18723  pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD = 437
 18724  pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE = 438
 18725  pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK = 439
 18726  pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD = 371
 18727  pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE = 356
 18728  pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK = 412
 18729  pkg syscall (freebsd-arm), const SYS_FACCESSAT = 489
 18730  pkg syscall (freebsd-arm), const SYS_FCHDIR = 13
 18731  pkg syscall (freebsd-arm), const SYS_FCHFLAGS = 35
 18732  pkg syscall (freebsd-arm), const SYS_FCHMOD = 124
 18733  pkg syscall (freebsd-arm), const SYS_FCHMODAT = 490
 18734  pkg syscall (freebsd-arm), const SYS_FCHOWN = 123
 18735  pkg syscall (freebsd-arm), const SYS_FCHOWNAT = 491
 18736  pkg syscall (freebsd-arm), const SYS_FCNTL = 92
 18737  pkg syscall (freebsd-arm), const SYS_FEXECVE = 492
 18738  pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER = 241
 18739  pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE = 243
 18740  pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE = 242
 18741  pkg syscall (freebsd-arm), const SYS_FHOPEN = 298
 18742  pkg syscall (freebsd-arm), const SYS_FHSTAT = 299
 18743  pkg syscall (freebsd-arm), const SYS_FHSTATFS = 398
 18744  pkg syscall (freebsd-arm), const SYS_FLOCK = 131
 18745  pkg syscall (freebsd-arm), const SYS_FORK = 2
 18746  pkg syscall (freebsd-arm), const SYS_FPATHCONF = 192
 18747  pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE = 201
 18748  pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK = 199
 18749  pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP = 197
 18750  pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD = 173
 18751  pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE = 174
 18752  pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE = 200
 18753  pkg syscall (freebsd-arm), const SYS_FSTAT = 189
 18754  pkg syscall (freebsd-arm), const SYS_FSTATAT = 493
 18755  pkg syscall (freebsd-arm), const SYS_FSTATFS = 397
 18756  pkg syscall (freebsd-arm), const SYS_FSYNC = 95
 18757  pkg syscall (freebsd-arm), const SYS_FTRUNCATE = 480
 18758  pkg syscall (freebsd-arm), const SYS_FUTIMES = 206
 18759  pkg syscall (freebsd-arm), const SYS_FUTIMESAT = 494
 18760  pkg syscall (freebsd-arm), const SYS_GETAUDIT = 449
 18761  pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR = 451
 18762  pkg syscall (freebsd-arm), const SYS_GETAUID = 447
 18763  pkg syscall (freebsd-arm), const SYS_GETCONTEXT = 421
 18764  pkg syscall (freebsd-arm), const SYS_GETDENTS = 272
 18765  pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196
 18766  pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE = 89
 18767  pkg syscall (freebsd-arm), const SYS_GETEGID = 43
 18768  pkg syscall (freebsd-arm), const SYS_GETEUID = 25
 18769  pkg syscall (freebsd-arm), const SYS_GETFH = 161
 18770  pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395
 18771  pkg syscall (freebsd-arm), const SYS_GETGID = 47
 18772  pkg syscall (freebsd-arm), const SYS_GETGROUPS = 79
 18773  pkg syscall (freebsd-arm), const SYS_GETITIMER = 86
 18774  pkg syscall (freebsd-arm), const SYS_GETLOGIN = 49
 18775  pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS = 523
 18776  pkg syscall (freebsd-arm), const SYS_GETPEERNAME = 31
 18777  pkg syscall (freebsd-arm), const SYS_GETPGID = 207
 18778  pkg syscall (freebsd-arm), const SYS_GETPGRP = 81
 18779  pkg syscall (freebsd-arm), const SYS_GETPID = 20
 18780  pkg syscall (freebsd-arm), const SYS_GETPPID = 39
 18781  pkg syscall (freebsd-arm), const SYS_GETPRIORITY = 100
 18782  pkg syscall (freebsd-arm), const SYS_GETRESGID = 361
 18783  pkg syscall (freebsd-arm), const SYS_GETRESUID = 360
 18784  pkg syscall (freebsd-arm), const SYS_GETRLIMIT = 194
 18785  pkg syscall (freebsd-arm), const SYS_GETRUSAGE = 117
 18786  pkg syscall (freebsd-arm), const SYS_GETSID = 310
 18787  pkg syscall (freebsd-arm), const SYS_GETSOCKNAME = 32
 18788  pkg syscall (freebsd-arm), const SYS_GETSOCKOPT = 118
 18789  pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY = 116
 18790  pkg syscall (freebsd-arm), const SYS_GETUID = 24
 18791  pkg syscall (freebsd-arm), const SYS_IOCTL = 54
 18792  pkg syscall (freebsd-arm), const SYS_ISSETUGID = 253
 18793  pkg syscall (freebsd-arm), const SYS_JAIL = 338
 18794  pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH = 436
 18795  pkg syscall (freebsd-arm), const SYS_JAIL_GET = 506
 18796  pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE = 508
 18797  pkg syscall (freebsd-arm), const SYS_JAIL_SET = 507
 18798  pkg syscall (freebsd-arm), const SYS_KENV = 390
 18799  pkg syscall (freebsd-arm), const SYS_KEVENT = 363
 18800  pkg syscall (freebsd-arm), const SYS_KILL = 37
 18801  pkg syscall (freebsd-arm), const SYS_KLDFIND = 306
 18802  pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD = 309
 18803  pkg syscall (freebsd-arm), const SYS_KLDLOAD = 304
 18804  pkg syscall (freebsd-arm), const SYS_KLDNEXT = 307
 18805  pkg syscall (freebsd-arm), const SYS_KLDSTAT = 308
 18806  pkg syscall (freebsd-arm), const SYS_KLDSYM = 337
 18807  pkg syscall (freebsd-arm), const SYS_KLDUNLOAD = 305
 18808  pkg syscall (freebsd-arm), const SYS_KLDUNLOADF = 444
 18809  pkg syscall (freebsd-arm), const SYS_KQUEUE = 362
 18810  pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE = 235
 18811  pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE = 236
 18812  pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN = 239
 18813  pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME = 238
 18814  pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME = 237
 18815  pkg syscall (freebsd-arm), const SYS_KTRACE = 45
 18816  pkg syscall (freebsd-arm), const SYS_LCHFLAGS = 391
 18817  pkg syscall (freebsd-arm), const SYS_LCHMOD = 274
 18818  pkg syscall (freebsd-arm), const SYS_LCHOWN = 254
 18819  pkg syscall (freebsd-arm), const SYS_LGETFH = 160
 18820  pkg syscall (freebsd-arm), const SYS_LINK = 9
 18821  pkg syscall (freebsd-arm), const SYS_LINKAT = 495
 18822  pkg syscall (freebsd-arm), const SYS_LISTEN = 106
 18823  pkg syscall (freebsd-arm), const SYS_LPATHCONF = 513
 18824  pkg syscall (freebsd-arm), const SYS_LSEEK = 478
 18825  pkg syscall (freebsd-arm), const SYS_LSTAT = 190
 18826  pkg syscall (freebsd-arm), const SYS_LUTIMES = 276
 18827  pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL = 394
 18828  pkg syscall (freebsd-arm), const SYS_MADVISE = 75
 18829  pkg syscall (freebsd-arm), const SYS_MINCORE = 78
 18830  pkg syscall (freebsd-arm), const SYS_MINHERIT = 250
 18831  pkg syscall (freebsd-arm), const SYS_MKDIR = 136
 18832  pkg syscall (freebsd-arm), const SYS_MKDIRAT = 496
 18833  pkg syscall (freebsd-arm), const SYS_MKFIFO = 132
 18834  pkg syscall (freebsd-arm), const SYS_MKFIFOAT = 497
 18835  pkg syscall (freebsd-arm), const SYS_MKNOD = 14
 18836  pkg syscall (freebsd-arm), const SYS_MKNODAT = 498
 18837  pkg syscall (freebsd-arm), const SYS_MLOCK = 203
 18838  pkg syscall (freebsd-arm), const SYS_MLOCKALL = 324
 18839  pkg syscall (freebsd-arm), const SYS_MMAP = 477
 18840  pkg syscall (freebsd-arm), const SYS_MODFIND = 303
 18841  pkg syscall (freebsd-arm), const SYS_MODFNEXT = 302
 18842  pkg syscall (freebsd-arm), const SYS_MODNEXT = 300
 18843  pkg syscall (freebsd-arm), const SYS_MODSTAT = 301
 18844  pkg syscall (freebsd-arm), const SYS_MOUNT = 21
 18845  pkg syscall (freebsd-arm), const SYS_MPROTECT = 74
 18846  pkg syscall (freebsd-arm), const SYS_MSYNC = 65
 18847  pkg syscall (freebsd-arm), const SYS_MUNLOCK = 204
 18848  pkg syscall (freebsd-arm), const SYS_MUNLOCKALL = 325
 18849  pkg syscall (freebsd-arm), const SYS_MUNMAP = 73
 18850  pkg syscall (freebsd-arm), const SYS_NANOSLEEP = 240
 18851  pkg syscall (freebsd-arm), const SYS_NFSTAT = 279
 18852  pkg syscall (freebsd-arm), const SYS_NLSTAT = 280
 18853  pkg syscall (freebsd-arm), const SYS_NMOUNT = 378
 18854  pkg syscall (freebsd-arm), const SYS_NSTAT = 278
 18855  pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME = 176
 18856  pkg syscall (freebsd-arm), const SYS_NTP_GETTIME = 248
 18857  pkg syscall (freebsd-arm), const SYS_OBREAK = 17
 18858  pkg syscall (freebsd-arm), const SYS_OPEN = 5
 18859  pkg syscall (freebsd-arm), const SYS_OPENAT = 499
 18860  pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL = 252
 18861  pkg syscall (freebsd-arm), const SYS_OVADVISE = 72
 18862  pkg syscall (freebsd-arm), const SYS_PATHCONF = 191
 18863  pkg syscall (freebsd-arm), const SYS_PDFORK = 518
 18864  pkg syscall (freebsd-arm), const SYS_PDGETPID = 520
 18865  pkg syscall (freebsd-arm), const SYS_PDKILL = 519
 18866  pkg syscall (freebsd-arm), const SYS_PIPE = 42
 18867  pkg syscall (freebsd-arm), const SYS_POLL = 209
 18868  pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE = 531
 18869  pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE = 530
 18870  pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT = 504
 18871  pkg syscall (freebsd-arm), const SYS_PREAD = 475
 18872  pkg syscall (freebsd-arm), const SYS_PREADV = 289
 18873  pkg syscall (freebsd-arm), const SYS_PROFIL = 44
 18874  pkg syscall (freebsd-arm), const SYS_PSELECT = 522
 18875  pkg syscall (freebsd-arm), const SYS_PTRACE = 26
 18876  pkg syscall (freebsd-arm), const SYS_PWRITE = 476
 18877  pkg syscall (freebsd-arm), const SYS_PWRITEV = 290
 18878  pkg syscall (freebsd-arm), const SYS_QUOTACTL = 148
 18879  pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE = 528
 18880  pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS = 527
 18881  pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT = 525
 18882  pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES = 526
 18883  pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE = 529
 18884  pkg syscall (freebsd-arm), const SYS_READ = 3
 18885  pkg syscall (freebsd-arm), const SYS_READLINK = 58
 18886  pkg syscall (freebsd-arm), const SYS_READLINKAT = 500
 18887  pkg syscall (freebsd-arm), const SYS_READV = 120
 18888  pkg syscall (freebsd-arm), const SYS_REBOOT = 55
 18889  pkg syscall (freebsd-arm), const SYS_RECVFROM = 29
 18890  pkg syscall (freebsd-arm), const SYS_RECVMSG = 27
 18891  pkg syscall (freebsd-arm), const SYS_RENAME = 128
 18892  pkg syscall (freebsd-arm), const SYS_RENAMEAT = 501
 18893  pkg syscall (freebsd-arm), const SYS_REVOKE = 56
 18894  pkg syscall (freebsd-arm), const SYS_RFORK = 251
 18895  pkg syscall (freebsd-arm), const SYS_RMDIR = 137
 18896  pkg syscall (freebsd-arm), const SYS_RTPRIO = 166
 18897  pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD = 466
 18898  pkg syscall (freebsd-arm), const SYS_SBRK = 69
 18899  pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM = 328
 18900  pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER = 330
 18901  pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX = 332
 18902  pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN = 333
 18903  pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL = 334
 18904  pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM = 327
 18905  pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER = 329
 18906  pkg syscall (freebsd-arm), const SYS_SCHED_YIELD = 331
 18907  pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG = 474
 18908  pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG = 472
 18909  pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
 18910  pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF = 471
 18911  pkg syscall (freebsd-arm), const SYS_SELECT = 93
 18912  pkg syscall (freebsd-arm), const SYS_SENDFILE = 393
 18913  pkg syscall (freebsd-arm), const SYS_SENDMSG = 28
 18914  pkg syscall (freebsd-arm), const SYS_SENDTO = 133
 18915  pkg syscall (freebsd-arm), const SYS_SETAUDIT = 450
 18916  pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR = 452
 18917  pkg syscall (freebsd-arm), const SYS_SETAUID = 448
 18918  pkg syscall (freebsd-arm), const SYS_SETCONTEXT = 422
 18919  pkg syscall (freebsd-arm), const SYS_SETEGID = 182
 18920  pkg syscall (freebsd-arm), const SYS_SETEUID = 183
 18921  pkg syscall (freebsd-arm), const SYS_SETFIB = 175
 18922  pkg syscall (freebsd-arm), const SYS_SETGID = 181
 18923  pkg syscall (freebsd-arm), const SYS_SETGROUPS = 80
 18924  pkg syscall (freebsd-arm), const SYS_SETITIMER = 83
 18925  pkg syscall (freebsd-arm), const SYS_SETLOGIN = 50
 18926  pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS = 524
 18927  pkg syscall (freebsd-arm), const SYS_SETPGID = 82
 18928  pkg syscall (freebsd-arm), const SYS_SETPRIORITY = 96
 18929  pkg syscall (freebsd-arm), const SYS_SETREGID = 127
 18930  pkg syscall (freebsd-arm), const SYS_SETRESGID = 312
 18931  pkg syscall (freebsd-arm), const SYS_SETRESUID = 311
 18932  pkg syscall (freebsd-arm), const SYS_SETREUID = 126
 18933  pkg syscall (freebsd-arm), const SYS_SETRLIMIT = 195
 18934  pkg syscall (freebsd-arm), const SYS_SETSID = 147
 18935  pkg syscall (freebsd-arm), const SYS_SETSOCKOPT = 105
 18936  pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY = 122
 18937  pkg syscall (freebsd-arm), const SYS_SETUID = 23
 18938  pkg syscall (freebsd-arm), const SYS_SHM_OPEN = 482
 18939  pkg syscall (freebsd-arm), const SYS_SHM_UNLINK = 483
 18940  pkg syscall (freebsd-arm), const SYS_SHUTDOWN = 134
 18941  pkg syscall (freebsd-arm), const SYS_SIGACTION = 416
 18942  pkg syscall (freebsd-arm), const SYS_SIGALTSTACK = 53
 18943  pkg syscall (freebsd-arm), const SYS_SIGPENDING = 343
 18944  pkg syscall (freebsd-arm), const SYS_SIGPROCMASK = 340
 18945  pkg syscall (freebsd-arm), const SYS_SIGQUEUE = 456
 18946  pkg syscall (freebsd-arm), const SYS_SIGRETURN = 417
 18947  pkg syscall (freebsd-arm), const SYS_SIGSUSPEND = 341
 18948  pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT = 345
 18949  pkg syscall (freebsd-arm), const SYS_SIGWAIT = 429
 18950  pkg syscall (freebsd-arm), const SYS_SIGWAITINFO = 346
 18951  pkg syscall (freebsd-arm), const SYS_SOCKET = 97
 18952  pkg syscall (freebsd-arm), const SYS_SOCKETPAIR = 135
 18953  pkg syscall (freebsd-arm), const SYS_SSTK = 70
 18954  pkg syscall (freebsd-arm), const SYS_STAT = 188
 18955  pkg syscall (freebsd-arm), const SYS_STATFS = 396
 18956  pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT = 423
 18957  pkg syscall (freebsd-arm), const SYS_SWAPOFF = 424
 18958  pkg syscall (freebsd-arm), const SYS_SWAPON = 85
 18959  pkg syscall (freebsd-arm), const SYS_SYMLINK = 57
 18960  pkg syscall (freebsd-arm), const SYS_SYMLINKAT = 502
 18961  pkg syscall (freebsd-arm), const SYS_SYNC = 36
 18962  pkg syscall (freebsd-arm), const SYS_SYSARCH = 165
 18963  pkg syscall (freebsd-arm), const SYS_THR_CREATE = 430
 18964  pkg syscall (freebsd-arm), const SYS_THR_EXIT = 431
 18965  pkg syscall (freebsd-arm), const SYS_THR_KILL = 433
 18966  pkg syscall (freebsd-arm), const SYS_THR_KILL2 = 481
 18967  pkg syscall (freebsd-arm), const SYS_THR_NEW = 455
 18968  pkg syscall (freebsd-arm), const SYS_THR_SELF = 432
 18969  pkg syscall (freebsd-arm), const SYS_THR_SET_NAME = 464
 18970  pkg syscall (freebsd-arm), const SYS_THR_SUSPEND = 442
 18971  pkg syscall (freebsd-arm), const SYS_THR_WAKE = 443
 18972  pkg syscall (freebsd-arm), const SYS_TRUNCATE = 479
 18973  pkg syscall (freebsd-arm), const SYS_UMASK = 60
 18974  pkg syscall (freebsd-arm), const SYS_UNDELETE = 205
 18975  pkg syscall (freebsd-arm), const SYS_UNLINK = 10
 18976  pkg syscall (freebsd-arm), const SYS_UNLINKAT = 503
 18977  pkg syscall (freebsd-arm), const SYS_UNMOUNT = 22
 18978  pkg syscall (freebsd-arm), const SYS_UTIMES = 138
 18979  pkg syscall (freebsd-arm), const SYS_UTRACE = 335
 18980  pkg syscall (freebsd-arm), const SYS_UUIDGEN = 392
 18981  pkg syscall (freebsd-arm), const SYS_VFORK = 66
 18982  pkg syscall (freebsd-arm), const SYS_WAIT4 = 7
 18983  pkg syscall (freebsd-arm), const SYS_WAIT6 = 532
 18984  pkg syscall (freebsd-arm), const SYS_WRITE = 4
 18985  pkg syscall (freebsd-arm), const SYS_WRITEV = 121
 18986  pkg syscall (freebsd-arm), const SYS_YIELD = 321
 18987  pkg syscall (freebsd-arm), const SYS__UMTX_LOCK = 434
 18988  pkg syscall (freebsd-arm), const SYS__UMTX_OP = 454
 18989  pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK = 435
 18990  pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD = 354
 18991  pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE = 353
 18992  pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK = 428
 18993  pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD = 352
 18994  pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE = 351
 18995  pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK = 427
 18996  pkg syscall (freebsd-arm), const SYS___ACL_GET_FD = 349
 18997  pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE = 347
 18998  pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK = 425
 18999  pkg syscall (freebsd-arm), const SYS___ACL_SET_FD = 350
 19000  pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE = 348
 19001  pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK = 426
 19002  pkg syscall (freebsd-arm), const SYS___GETCWD = 326
 19003  pkg syscall (freebsd-arm), const SYS___MAC_EXECVE = 415
 19004  pkg syscall (freebsd-arm), const SYS___MAC_GET_FD = 386
 19005  pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE = 387
 19006  pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK = 410
 19007  pkg syscall (freebsd-arm), const SYS___MAC_GET_PID = 409
 19008  pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC = 384
 19009  pkg syscall (freebsd-arm), const SYS___MAC_SET_FD = 388
 19010  pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE = 389
 19011  pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK = 411
 19012  pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC = 385
 19013  pkg syscall (freebsd-arm), const SYS___SETUGID = 374
 19014  pkg syscall (freebsd-arm), const SYS___SYSCTL = 202
 19015  pkg syscall (freebsd-arm), const S_IFMT = 61440
 19016  pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
 19017  pkg syscall (freebsd-arm), const SizeofBpfInsn = 8
 19018  pkg syscall (freebsd-arm), const SizeofBpfProgram = 8
 19019  pkg syscall (freebsd-arm), const SizeofBpfStat = 8
 19020  pkg syscall (freebsd-arm), const SizeofBpfVersion = 4
 19021  pkg syscall (freebsd-arm), const SizeofBpfZbuf = 12
 19022  pkg syscall (freebsd-arm), const SizeofBpfZbufHeader = 32
 19023  pkg syscall (freebsd-arm), const SizeofCmsghdr = 12
 19024  pkg syscall (freebsd-arm), const SizeofIPMreq = 8
 19025  pkg syscall (freebsd-arm), const SizeofIPMreqn = 12
 19026  pkg syscall (freebsd-arm), const SizeofIPv6Mreq = 20
 19027  pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr = 24
 19028  pkg syscall (freebsd-arm), const SizeofIfData = 88
 19029  pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104
 19030  pkg syscall (freebsd-arm), const SizeofIfaMsghdr = 20
 19031  pkg syscall (freebsd-arm), const SizeofIfmaMsghdr = 16
 19032  pkg syscall (freebsd-arm), const SizeofInet6Pktinfo = 20
 19033  pkg syscall (freebsd-arm), const SizeofLinger = 8
 19034  pkg syscall (freebsd-arm), const SizeofMsghdr = 28
 19035  pkg syscall (freebsd-arm), const SizeofRtMetrics = 56
 19036  pkg syscall (freebsd-arm), const SizeofRtMsghdr = 92
 19037  pkg syscall (freebsd-arm), const SizeofSockaddrAny = 108
 19038  pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
 19039  pkg syscall (freebsd-arm), const SizeofSockaddrInet4 = 16
 19040  pkg syscall (freebsd-arm), const SizeofSockaddrInet6 = 28
 19041  pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
 19042  pkg syscall (freebsd-arm), const TCIFLUSH = 1
 19043  pkg syscall (freebsd-arm), const TCIOFLUSH = 3
 19044  pkg syscall (freebsd-arm), const TCOFLUSH = 2
 19045  pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX = 16
 19046  pkg syscall (freebsd-arm), const TCP_CONGESTION = 64
 19047  pkg syscall (freebsd-arm), const TCP_INFO = 32
 19048  pkg syscall (freebsd-arm), const TCP_KEEPCNT = 1024
 19049  pkg syscall (freebsd-arm), const TCP_KEEPIDLE = 256
 19050  pkg syscall (freebsd-arm), const TCP_KEEPINIT = 128
 19051  pkg syscall (freebsd-arm), const TCP_KEEPINTVL = 512
 19052  pkg syscall (freebsd-arm), const TCP_MAXBURST = 4
 19053  pkg syscall (freebsd-arm), const TCP_MAXHLEN = 60
 19054  pkg syscall (freebsd-arm), const TCP_MAXOLEN = 40
 19055  pkg syscall (freebsd-arm), const TCP_MAXSEG = 2
 19056  pkg syscall (freebsd-arm), const TCP_MAXWIN = 65535
 19057  pkg syscall (freebsd-arm), const TCP_MAX_SACK = 4
 19058  pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT = 14
 19059  pkg syscall (freebsd-arm), const TCP_MD5SIG = 16
 19060  pkg syscall (freebsd-arm), const TCP_MINMSS = 216
 19061  pkg syscall (freebsd-arm), const TCP_MSS = 536
 19062  pkg syscall (freebsd-arm), const TCP_NOOPT = 8
 19063  pkg syscall (freebsd-arm), const TCP_NOPUSH = 4
 19064  pkg syscall (freebsd-arm), const TCSAFLUSH = 2
 19065  pkg syscall (freebsd-arm), const TIOCCBRK = 536900730
 19066  pkg syscall (freebsd-arm), const TIOCCDTR = 536900728
 19067  pkg syscall (freebsd-arm), const TIOCCONS = 2147775586
 19068  pkg syscall (freebsd-arm), const TIOCDRAIN = 536900702
 19069  pkg syscall (freebsd-arm), const TIOCEXCL = 536900621
 19070  pkg syscall (freebsd-arm), const TIOCEXT = 2147775584
 19071  pkg syscall (freebsd-arm), const TIOCFLUSH = 2147775504
 19072  pkg syscall (freebsd-arm), const TIOCGDRAINWAIT = 1074033750
 19073  pkg syscall (freebsd-arm), const TIOCGETA = 1076655123
 19074  pkg syscall (freebsd-arm), const TIOCGETD = 1074033690
 19075  pkg syscall (freebsd-arm), const TIOCGPGRP = 1074033783
 19076  pkg syscall (freebsd-arm), const TIOCGPTN = 1074033679
 19077  pkg syscall (freebsd-arm), const TIOCGSID = 1074033763
 19078  pkg syscall (freebsd-arm), const TIOCGWINSZ = 1074295912
 19079  pkg syscall (freebsd-arm), const TIOCMBIC = 2147775595
 19080  pkg syscall (freebsd-arm), const TIOCMBIS = 2147775596
 19081  pkg syscall (freebsd-arm), const TIOCMGDTRWAIT = 1074033754
 19082  pkg syscall (freebsd-arm), const TIOCMGET = 1074033770
 19083  pkg syscall (freebsd-arm), const TIOCMSDTRWAIT = 2147775579
 19084  pkg syscall (freebsd-arm), const TIOCMSET = 2147775597
 19085  pkg syscall (freebsd-arm), const TIOCM_CAR = 64
 19086  pkg syscall (freebsd-arm), const TIOCM_CD = 64
 19087  pkg syscall (freebsd-arm), const TIOCM_CTS = 32
 19088  pkg syscall (freebsd-arm), const TIOCM_DCD = 64
 19089  pkg syscall (freebsd-arm), const TIOCM_DSR = 256
 19090  pkg syscall (freebsd-arm), const TIOCM_DTR = 2
 19091  pkg syscall (freebsd-arm), const TIOCM_LE = 1
 19092  pkg syscall (freebsd-arm), const TIOCM_RI = 128
 19093  pkg syscall (freebsd-arm), const TIOCM_RNG = 128
 19094  pkg syscall (freebsd-arm), const TIOCM_RTS = 4
 19095  pkg syscall (freebsd-arm), const TIOCM_SR = 16
 19096  pkg syscall (freebsd-arm), const TIOCM_ST = 8
 19097  pkg syscall (freebsd-arm), const TIOCNOTTY = 536900721
 19098  pkg syscall (freebsd-arm), const TIOCNXCL = 536900622
 19099  pkg syscall (freebsd-arm), const TIOCOUTQ = 1074033779
 19100  pkg syscall (freebsd-arm), const TIOCPKT = 2147775600
 19101  pkg syscall (freebsd-arm), const TIOCPKT_DATA = 0
 19102  pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP = 32
 19103  pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD = 1
 19104  pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE = 2
 19105  pkg syscall (freebsd-arm), const TIOCPKT_IOCTL = 64
 19106  pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP = 16
 19107  pkg syscall (freebsd-arm), const TIOCPKT_START = 8
 19108  pkg syscall (freebsd-arm), const TIOCPKT_STOP = 4
 19109  pkg syscall (freebsd-arm), const TIOCPTMASTER = 536900636
 19110  pkg syscall (freebsd-arm), const TIOCSBRK = 536900731
 19111  pkg syscall (freebsd-arm), const TIOCSCTTY = 536900705
 19112  pkg syscall (freebsd-arm), const TIOCSDRAINWAIT = 2147775575
 19113  pkg syscall (freebsd-arm), const TIOCSDTR = 536900729
 19114  pkg syscall (freebsd-arm), const TIOCSETA = 2150396948
 19115  pkg syscall (freebsd-arm), const TIOCSETAF = 2150396950
 19116  pkg syscall (freebsd-arm), const TIOCSETAW = 2150396949
 19117  pkg syscall (freebsd-arm), const TIOCSETD = 2147775515
 19118  pkg syscall (freebsd-arm), const TIOCSIG = 537162847
 19119  pkg syscall (freebsd-arm), const TIOCSPGRP = 2147775606
 19120  pkg syscall (freebsd-arm), const TIOCSTART = 536900718
 19121  pkg syscall (freebsd-arm), const TIOCSTAT = 536900709
 19122  pkg syscall (freebsd-arm), const TIOCSTI = 2147578994
 19123  pkg syscall (freebsd-arm), const TIOCSTOP = 536900719
 19124  pkg syscall (freebsd-arm), const TIOCSWINSZ = 2148037735
 19125  pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
 19126  pkg syscall (freebsd-arm), const TIOCUCNTL = 2147775590
 19127  pkg syscall (freebsd-arm), const TOSTOP = 4194304
 19128  pkg syscall (freebsd-arm), const VDISCARD = 15
 19129  pkg syscall (freebsd-arm), const VDSUSP = 11
 19130  pkg syscall (freebsd-arm), const VEOF = 0
 19131  pkg syscall (freebsd-arm), const VEOL = 1
 19132  pkg syscall (freebsd-arm), const VEOL2 = 2
 19133  pkg syscall (freebsd-arm), const VERASE = 3
 19134  pkg syscall (freebsd-arm), const VERASE2 = 7
 19135  pkg syscall (freebsd-arm), const VINTR = 8
 19136  pkg syscall (freebsd-arm), const VKILL = 5
 19137  pkg syscall (freebsd-arm), const VLNEXT = 14
 19138  pkg syscall (freebsd-arm), const VMIN = 16
 19139  pkg syscall (freebsd-arm), const VQUIT = 9
 19140  pkg syscall (freebsd-arm), const VREPRINT = 6
 19141  pkg syscall (freebsd-arm), const VSTART = 12
 19142  pkg syscall (freebsd-arm), const VSTATUS = 18
 19143  pkg syscall (freebsd-arm), const VSTOP = 13
 19144  pkg syscall (freebsd-arm), const VSUSP = 10
 19145  pkg syscall (freebsd-arm), const VTIME = 17
 19146  pkg syscall (freebsd-arm), const VWERASE = 4
 19147  pkg syscall (freebsd-arm), const WCONTINUED = 4
 19148  pkg syscall (freebsd-arm), const WCOREFLAG = 128
 19149  pkg syscall (freebsd-arm), const WEXITED = 16
 19150  pkg syscall (freebsd-arm), const WLINUXCLONE = 2147483648
 19151  pkg syscall (freebsd-arm), const WNOHANG = 1
 19152  pkg syscall (freebsd-arm), const WNOWAIT = 8
 19153  pkg syscall (freebsd-arm), const WSTOPPED = 2
 19154  pkg syscall (freebsd-arm), const WTRAPPED = 32
 19155  pkg syscall (freebsd-arm), const WUNTRACED = 2
 19156  pkg syscall (freebsd-arm-cgo), const AF_APPLETALK = 16
 19157  pkg syscall (freebsd-arm-cgo), const AF_ARP = 35
 19158  pkg syscall (freebsd-arm-cgo), const AF_ATM = 30
 19159  pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH = 36
 19160  pkg syscall (freebsd-arm-cgo), const AF_CCITT = 10
 19161  pkg syscall (freebsd-arm-cgo), const AF_CHAOS = 5
 19162  pkg syscall (freebsd-arm-cgo), const AF_CNT = 21
 19163  pkg syscall (freebsd-arm-cgo), const AF_COIP = 20
 19164  pkg syscall (freebsd-arm-cgo), const AF_DATAKIT = 9
 19165  pkg syscall (freebsd-arm-cgo), const AF_DECnet = 12
 19166  pkg syscall (freebsd-arm-cgo), const AF_DLI = 13
 19167  pkg syscall (freebsd-arm-cgo), const AF_E164 = 26
 19168  pkg syscall (freebsd-arm-cgo), const AF_ECMA = 8
 19169  pkg syscall (freebsd-arm-cgo), const AF_HYLINK = 15
 19170  pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 = 37
 19171  pkg syscall (freebsd-arm-cgo), const AF_IMPLINK = 3
 19172  pkg syscall (freebsd-arm-cgo), const AF_INET6 = 28
 19173  pkg syscall (freebsd-arm-cgo), const AF_IPX = 23
 19174  pkg syscall (freebsd-arm-cgo), const AF_ISDN = 26
 19175  pkg syscall (freebsd-arm-cgo), const AF_ISO = 7
 19176  pkg syscall (freebsd-arm-cgo), const AF_LAT = 14
 19177  pkg syscall (freebsd-arm-cgo), const AF_LINK = 18
 19178  pkg syscall (freebsd-arm-cgo), const AF_LOCAL = 1
 19179  pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
 19180  pkg syscall (freebsd-arm-cgo), const AF_NATM = 29
 19181  pkg syscall (freebsd-arm-cgo), const AF_NETBIOS = 6
 19182  pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH = 32
 19183  pkg syscall (freebsd-arm-cgo), const AF_OSI = 7
 19184  pkg syscall (freebsd-arm-cgo), const AF_PUP = 4
 19185  pkg syscall (freebsd-arm-cgo), const AF_ROUTE = 17
 19186  pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER = 34
 19187  pkg syscall (freebsd-arm-cgo), const AF_SIP = 24
 19188  pkg syscall (freebsd-arm-cgo), const AF_SLOW = 33
 19189  pkg syscall (freebsd-arm-cgo), const AF_SNA = 11
 19190  pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 = 39
 19191  pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 = 41
 19192  pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 = 43
 19193  pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 = 45
 19194  pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 = 47
 19195  pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 = 49
 19196  pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 = 51
 19197  pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 = 53
 19198  pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 = 55
 19199  pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 = 57
 19200  pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 = 59
 19201  pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 = 61
 19202  pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 = 63
 19203  pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 = 65
 19204  pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 = 67
 19205  pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 = 69
 19206  pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 = 71
 19207  pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 = 73
 19208  pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 = 75
 19209  pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 = 77
 19210  pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 = 79
 19211  pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 = 81
 19212  pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 = 83
 19213  pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 = 85
 19214  pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 = 87
 19215  pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 = 89
 19216  pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 = 91
 19217  pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 = 93
 19218  pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 = 95
 19219  pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 = 97
 19220  pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 = 99
 19221  pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 = 101
 19222  pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 = 103
 19223  pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 = 105
 19224  pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 = 107
 19225  pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 = 109
 19226  pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 = 111
 19227  pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 = 113
 19228  pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 = 115
 19229  pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 = 117
 19230  pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 = 119
 19231  pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 = 121
 19232  pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 = 123
 19233  pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 = 125
 19234  pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 = 127
 19235  pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 = 129
 19236  pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 = 131
 19237  pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 = 133
 19238  pkg syscall (freebsd-arm-cgo), const B0 = 0
 19239  pkg syscall (freebsd-arm-cgo), const B110 = 110
 19240  pkg syscall (freebsd-arm-cgo), const B115200 = 115200
 19241  pkg syscall (freebsd-arm-cgo), const B1200 = 1200
 19242  pkg syscall (freebsd-arm-cgo), const B134 = 134
 19243  pkg syscall (freebsd-arm-cgo), const B14400 = 14400
 19244  pkg syscall (freebsd-arm-cgo), const B150 = 150
 19245  pkg syscall (freebsd-arm-cgo), const B1800 = 1800
 19246  pkg syscall (freebsd-arm-cgo), const B19200 = 19200
 19247  pkg syscall (freebsd-arm-cgo), const B200 = 200
 19248  pkg syscall (freebsd-arm-cgo), const B230400 = 230400
 19249  pkg syscall (freebsd-arm-cgo), const B2400 = 2400
 19250  pkg syscall (freebsd-arm-cgo), const B28800 = 28800
 19251  pkg syscall (freebsd-arm-cgo), const B300 = 300
 19252  pkg syscall (freebsd-arm-cgo), const B38400 = 38400
 19253  pkg syscall (freebsd-arm-cgo), const B460800 = 460800
 19254  pkg syscall (freebsd-arm-cgo), const B4800 = 4800
 19255  pkg syscall (freebsd-arm-cgo), const B50 = 50
 19256  pkg syscall (freebsd-arm-cgo), const B57600 = 57600
 19257  pkg syscall (freebsd-arm-cgo), const B600 = 600
 19258  pkg syscall (freebsd-arm-cgo), const B7200 = 7200
 19259  pkg syscall (freebsd-arm-cgo), const B75 = 75
 19260  pkg syscall (freebsd-arm-cgo), const B76800 = 76800
 19261  pkg syscall (freebsd-arm-cgo), const B921600 = 921600
 19262  pkg syscall (freebsd-arm-cgo), const B9600 = 9600
 19263  pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK = 2147762812
 19264  pkg syscall (freebsd-arm-cgo), const BIOCFLUSH = 536887912
 19265  pkg syscall (freebsd-arm-cgo), const BIOCGBLEN = 1074020966
 19266  pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION = 1074020982
 19267  pkg syscall (freebsd-arm-cgo), const BIOCGDLT = 1074020970
 19268  pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST = 3221766777
 19269  pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE = 1074020989
 19270  pkg syscall (freebsd-arm-cgo), const BIOCGETIF = 1075855979
 19271  pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX = 1074020991
 19272  pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
 19273  pkg syscall (freebsd-arm-cgo), const BIOCGRSIG = 1074020978
 19274  pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
 19275  pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT = 1074020982
 19276  pkg syscall (freebsd-arm-cgo), const BIOCGSTATS = 1074283119
 19277  pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP = 1074020995
 19278  pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
 19279  pkg syscall (freebsd-arm-cgo), const BIOCLOCK = 536887930
 19280  pkg syscall (freebsd-arm-cgo), const BIOCPROMISC = 536887913
 19281  pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF = 1074545280
 19282  pkg syscall (freebsd-arm-cgo), const BIOCSBLEN = 3221504614
 19283  pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION = 2147762807
 19284  pkg syscall (freebsd-arm-cgo), const BIOCSDLT = 2147762808
 19285  pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE = 2147762814
 19286  pkg syscall (freebsd-arm-cgo), const BIOCSETF = 2148024935
 19287  pkg syscall (freebsd-arm-cgo), const BIOCSETFNR = 2148024962
 19288  pkg syscall (freebsd-arm-cgo), const BIOCSETIF = 2149597804
 19289  pkg syscall (freebsd-arm-cgo), const BIOCSETWF = 2148024955
 19290  pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF = 2148287105
 19291  pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
 19292  pkg syscall (freebsd-arm-cgo), const BIOCSRSIG = 2147762803
 19293  pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
 19294  pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT = 2147762807
 19295  pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP = 2147762820
 19296  pkg syscall (freebsd-arm-cgo), const BIOCVERSION = 1074020977
 19297  pkg syscall (freebsd-arm-cgo), const BPF_A = 16
 19298  pkg syscall (freebsd-arm-cgo), const BPF_ABS = 32
 19299  pkg syscall (freebsd-arm-cgo), const BPF_ADD = 0
 19300  pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT = 4
 19301  pkg syscall (freebsd-arm-cgo), const BPF_ALU = 4
 19302  pkg syscall (freebsd-arm-cgo), const BPF_AND = 80
 19303  pkg syscall (freebsd-arm-cgo), const BPF_B = 16
 19304  pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER = 1
 19305  pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF = 2
 19306  pkg syscall (freebsd-arm-cgo), const BPF_DIV = 48
 19307  pkg syscall (freebsd-arm-cgo), const BPF_H = 8
 19308  pkg syscall (freebsd-arm-cgo), const BPF_IMM = 0
 19309  pkg syscall (freebsd-arm-cgo), const BPF_IND = 64
 19310  pkg syscall (freebsd-arm-cgo), const BPF_JA = 0
 19311  pkg syscall (freebsd-arm-cgo), const BPF_JEQ = 16
 19312  pkg syscall (freebsd-arm-cgo), const BPF_JGE = 48
 19313  pkg syscall (freebsd-arm-cgo), const BPF_JGT = 32
 19314  pkg syscall (freebsd-arm-cgo), const BPF_JMP = 5
 19315  pkg syscall (freebsd-arm-cgo), const BPF_JSET = 64
 19316  pkg syscall (freebsd-arm-cgo), const BPF_K = 0
 19317  pkg syscall (freebsd-arm-cgo), const BPF_LD = 0
 19318  pkg syscall (freebsd-arm-cgo), const BPF_LDX = 1
 19319  pkg syscall (freebsd-arm-cgo), const BPF_LEN = 128
 19320  pkg syscall (freebsd-arm-cgo), const BPF_LSH = 96
 19321  pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION = 1
 19322  pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE = 524288
 19323  pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS = 512
 19324  pkg syscall (freebsd-arm-cgo), const BPF_MEM = 96
 19325  pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS = 16
 19326  pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE = 32
 19327  pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION = 1
 19328  pkg syscall (freebsd-arm-cgo), const BPF_MISC = 7
 19329  pkg syscall (freebsd-arm-cgo), const BPF_MSH = 160
 19330  pkg syscall (freebsd-arm-cgo), const BPF_MUL = 32
 19331  pkg syscall (freebsd-arm-cgo), const BPF_NEG = 128
 19332  pkg syscall (freebsd-arm-cgo), const BPF_OR = 64
 19333  pkg syscall (freebsd-arm-cgo), const BPF_RELEASE = 199606
 19334  pkg syscall (freebsd-arm-cgo), const BPF_RET = 6
 19335  pkg syscall (freebsd-arm-cgo), const BPF_RSH = 112
 19336  pkg syscall (freebsd-arm-cgo), const BPF_ST = 2
 19337  pkg syscall (freebsd-arm-cgo), const BPF_STX = 3
 19338  pkg syscall (freebsd-arm-cgo), const BPF_SUB = 16
 19339  pkg syscall (freebsd-arm-cgo), const BPF_TAX = 0
 19340  pkg syscall (freebsd-arm-cgo), const BPF_TXA = 128
 19341  pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME = 2
 19342  pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST = 258
 19343  pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC = 514
 19344  pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
 19345  pkg syscall (freebsd-arm-cgo), const BPF_T_FAST = 256
 19346  pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK = 768
 19347  pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK = 3
 19348  pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME = 0
 19349  pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST = 256
 19350  pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
 19351  pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
 19352  pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC = 512
 19353  pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST = 768
 19354  pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME = 1
 19355  pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST = 257
 19356  pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
 19357  pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
 19358  pkg syscall (freebsd-arm-cgo), const BPF_T_NONE = 3
 19359  pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL = 0
 19360  pkg syscall (freebsd-arm-cgo), const BPF_W = 0
 19361  pkg syscall (freebsd-arm-cgo), const BPF_X = 8
 19362  pkg syscall (freebsd-arm-cgo), const BRKINT = 2
 19363  pkg syscall (freebsd-arm-cgo), const CFLUSH = 15
 19364  pkg syscall (freebsd-arm-cgo), const CLOCAL = 32768
 19365  pkg syscall (freebsd-arm-cgo), const CREAD = 2048
 19366  pkg syscall (freebsd-arm-cgo), const CS5 = 0
 19367  pkg syscall (freebsd-arm-cgo), const CS6 = 256
 19368  pkg syscall (freebsd-arm-cgo), const CS7 = 512
 19369  pkg syscall (freebsd-arm-cgo), const CS8 = 768
 19370  pkg syscall (freebsd-arm-cgo), const CSIZE = 768
 19371  pkg syscall (freebsd-arm-cgo), const CSTART = 17
 19372  pkg syscall (freebsd-arm-cgo), const CSTATUS = 20
 19373  pkg syscall (freebsd-arm-cgo), const CSTOP = 19
 19374  pkg syscall (freebsd-arm-cgo), const CSTOPB = 1024
 19375  pkg syscall (freebsd-arm-cgo), const CSUSP = 26
 19376  pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME = 24
 19377  pkg syscall (freebsd-arm-cgo), const CTL_NET = 4
 19378  pkg syscall (freebsd-arm-cgo), const DLT_A429 = 184
 19379  pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM = 185
 19380  pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER = 120
 19381  pkg syscall (freebsd-arm-cgo), const DLT_AOS = 222
 19382  pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 19383  pkg syscall (freebsd-arm-cgo), const DLT_ARCNET = 7
 19384  pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX = 129
 19385  pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP = 19
 19386  pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 = 11
 19387  pkg syscall (freebsd-arm-cgo), const DLT_AURORA = 126
 19388  pkg syscall (freebsd-arm-cgo), const DLT_AX25 = 3
 19389  pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS = 202
 19390  pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP = 165
 19391  pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
 19392  pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 19393  pkg syscall (freebsd-arm-cgo), const DLT_CAN20B = 190
 19394  pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
 19395  pkg syscall (freebsd-arm-cgo), const DLT_CHAOS = 5
 19396  pkg syscall (freebsd-arm-cgo), const DLT_CHDLC = 104
 19397  pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS = 118
 19398  pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC = 104
 19399  pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
 19400  pkg syscall (freebsd-arm-cgo), const DLT_DBUS = 231
 19401  pkg syscall (freebsd-arm-cgo), const DLT_DECT = 221
 19402  pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS = 143
 19403  pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI = 235
 19404  pkg syscall (freebsd-arm-cgo), const DLT_ECONET = 115
 19405  pkg syscall (freebsd-arm-cgo), const DLT_EN10MB = 1
 19406  pkg syscall (freebsd-arm-cgo), const DLT_EN3MB = 2
 19407  pkg syscall (freebsd-arm-cgo), const DLT_ENC = 109
 19408  pkg syscall (freebsd-arm-cgo), const DLT_ERF = 197
 19409  pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH = 175
 19410  pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS = 176
 19411  pkg syscall (freebsd-arm-cgo), const DLT_FC_2 = 224
 19412  pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 19413  pkg syscall (freebsd-arm-cgo), const DLT_FDDI = 10
 19414  pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY = 210
 19415  pkg syscall (freebsd-arm-cgo), const DLT_FRELAY = 107
 19416  pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
 19417  pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL = 173
 19418  pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 = 172
 19419  pkg syscall (freebsd-arm-cgo), const DLT_GPF_F = 171
 19420  pkg syscall (freebsd-arm-cgo), const DLT_GPF_T = 170
 19421  pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC = 169
 19422  pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
 19423  pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM = 217
 19424  pkg syscall (freebsd-arm-cgo), const DLT_HHDLC = 121
 19425  pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN = 146
 19426  pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP = 145
 19427  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 = 6
 19428  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 = 105
 19429  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
 19430  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
 19431  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 = 195
 19432  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
 19433  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS = 230
 19434  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
 19435  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
 19436  pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 19437  pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER = 116
 19438  pkg syscall (freebsd-arm-cgo), const DLT_IPMB = 199
 19439  pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX = 209
 19440  pkg syscall (freebsd-arm-cgo), const DLT_IPNET = 226
 19441  pkg syscall (freebsd-arm-cgo), const DLT_IPOIB = 242
 19442  pkg syscall (freebsd-arm-cgo), const DLT_IPV4 = 228
 19443  pkg syscall (freebsd-arm-cgo), const DLT_IPV6 = 229
 19444  pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC = 122
 19445  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
 19446  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
 19447  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
 19448  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
 19449  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES = 132
 19450  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
 19451  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
 19452  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
 19453  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
 19454  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM = 194
 19455  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR = 134
 19456  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
 19457  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
 19458  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
 19459  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
 19460  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP = 179
 19461  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
 19462  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
 19463  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
 19464  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E = 233
 19465  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST = 200
 19466  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP = 183
 19467  pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS = 232
 19468  pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
 19469  pkg syscall (freebsd-arm-cgo), const DLT_LAPD = 203
 19470  pkg syscall (freebsd-arm-cgo), const DLT_LIN = 212
 19471  pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV = 216
 19472  pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA = 144
 19473  pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD = 177
 19474  pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
 19475  pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL = 113
 19476  pkg syscall (freebsd-arm-cgo), const DLT_LOOP = 108
 19477  pkg syscall (freebsd-arm-cgo), const DLT_LTALK = 114
 19478  pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX = 246
 19479  pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN = 104
 19480  pkg syscall (freebsd-arm-cgo), const DLT_MFR = 182
 19481  pkg syscall (freebsd-arm-cgo), const DLT_MOST = 211
 19482  pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS = 243
 19483  pkg syscall (freebsd-arm-cgo), const DLT_MPLS = 219
 19484  pkg syscall (freebsd-arm-cgo), const DLT_MTP2 = 140
 19485  pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
 19486  pkg syscall (freebsd-arm-cgo), const DLT_MTP3 = 141
 19487  pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 = 236
 19488  pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER = 240
 19489  pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
 19490  pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP = 245
 19491  pkg syscall (freebsd-arm-cgo), const DLT_NFLOG = 239
 19492  pkg syscall (freebsd-arm-cgo), const DLT_NG40 = 244
 19493  pkg syscall (freebsd-arm-cgo), const DLT_NULL = 0
 19494  pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP = 125
 19495  pkg syscall (freebsd-arm-cgo), const DLT_PFLOG = 117
 19496  pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC = 121
 19497  pkg syscall (freebsd-arm-cgo), const DLT_PPI = 192
 19498  pkg syscall (freebsd-arm-cgo), const DLT_PPP = 9
 19499  pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS = 16
 19500  pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER = 51
 19501  pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD = 166
 19502  pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL = 50
 19503  pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
 19504  pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION = 166
 19505  pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER = 119
 19506  pkg syscall (freebsd-arm-cgo), const DLT_PRONET = 4
 19507  pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 = 198
 19508  pkg syscall (freebsd-arm-cgo), const DLT_RAW = 12
 19509  pkg syscall (freebsd-arm-cgo), const DLT_RIO = 124
 19510  pkg syscall (freebsd-arm-cgo), const DLT_SCCP = 142
 19511  pkg syscall (freebsd-arm-cgo), const DLT_SITA = 196
 19512  pkg syscall (freebsd-arm-cgo), const DLT_SLIP = 8
 19513  pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS = 15
 19514  pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU = 237
 19515  pkg syscall (freebsd-arm-cgo), const DLT_SUNATM = 123
 19516  pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
 19517  pkg syscall (freebsd-arm-cgo), const DLT_TZSP = 128
 19518  pkg syscall (freebsd-arm-cgo), const DLT_USB = 186
 19519  pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX = 189
 19520  pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
 19521  pkg syscall (freebsd-arm-cgo), const DLT_USER0 = 147
 19522  pkg syscall (freebsd-arm-cgo), const DLT_USER1 = 148
 19523  pkg syscall (freebsd-arm-cgo), const DLT_USER10 = 157
 19524  pkg syscall (freebsd-arm-cgo), const DLT_USER11 = 158
 19525  pkg syscall (freebsd-arm-cgo), const DLT_USER12 = 159
 19526  pkg syscall (freebsd-arm-cgo), const DLT_USER13 = 160
 19527  pkg syscall (freebsd-arm-cgo), const DLT_USER14 = 161
 19528  pkg syscall (freebsd-arm-cgo), const DLT_USER15 = 162
 19529  pkg syscall (freebsd-arm-cgo), const DLT_USER2 = 149
 19530  pkg syscall (freebsd-arm-cgo), const DLT_USER3 = 150
 19531  pkg syscall (freebsd-arm-cgo), const DLT_USER4 = 151
 19532  pkg syscall (freebsd-arm-cgo), const DLT_USER5 = 152
 19533  pkg syscall (freebsd-arm-cgo), const DLT_USER6 = 153
 19534  pkg syscall (freebsd-arm-cgo), const DLT_USER7 = 154
 19535  pkg syscall (freebsd-arm-cgo), const DLT_USER8 = 155
 19536  pkg syscall (freebsd-arm-cgo), const DLT_USER9 = 156
 19537  pkg syscall (freebsd-arm-cgo), const DLT_WIHART = 223
 19538  pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL = 213
 19539  pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA = 214
 19540  pkg syscall (freebsd-arm-cgo), const DT_BLK = 6
 19541  pkg syscall (freebsd-arm-cgo), const DT_CHR = 2
 19542  pkg syscall (freebsd-arm-cgo), const DT_DIR = 4
 19543  pkg syscall (freebsd-arm-cgo), const DT_FIFO = 1
 19544  pkg syscall (freebsd-arm-cgo), const DT_LNK = 10
 19545  pkg syscall (freebsd-arm-cgo), const DT_REG = 8
 19546  pkg syscall (freebsd-arm-cgo), const DT_SOCK = 12
 19547  pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN = 0
 19548  pkg syscall (freebsd-arm-cgo), const DT_WHT = 14
 19549  pkg syscall (freebsd-arm-cgo), const E2BIG = 7
 19550  pkg syscall (freebsd-arm-cgo), const EACCES = 13
 19551  pkg syscall (freebsd-arm-cgo), const EADDRINUSE = 48
 19552  pkg syscall (freebsd-arm-cgo), const EADDRNOTAVAIL = 49
 19553  pkg syscall (freebsd-arm-cgo), const EAFNOSUPPORT = 47
 19554  pkg syscall (freebsd-arm-cgo), const EAGAIN = 35
 19555  pkg syscall (freebsd-arm-cgo), const EALREADY = 37
 19556  pkg syscall (freebsd-arm-cgo), const EAUTH = 80
 19557  pkg syscall (freebsd-arm-cgo), const EBADF = 9
 19558  pkg syscall (freebsd-arm-cgo), const EBADMSG = 89
 19559  pkg syscall (freebsd-arm-cgo), const EBADRPC = 72
 19560  pkg syscall (freebsd-arm-cgo), const EBUSY = 16
 19561  pkg syscall (freebsd-arm-cgo), const ECANCELED = 85
 19562  pkg syscall (freebsd-arm-cgo), const ECAPMODE = 94
 19563  pkg syscall (freebsd-arm-cgo), const ECHILD = 10
 19564  pkg syscall (freebsd-arm-cgo), const ECHO = 8
 19565  pkg syscall (freebsd-arm-cgo), const ECHOCTL = 64
 19566  pkg syscall (freebsd-arm-cgo), const ECHOE = 2
 19567  pkg syscall (freebsd-arm-cgo), const ECHOK = 4
 19568  pkg syscall (freebsd-arm-cgo), const ECHOKE = 1
 19569  pkg syscall (freebsd-arm-cgo), const ECHONL = 16
 19570  pkg syscall (freebsd-arm-cgo), const ECHOPRT = 32
 19571  pkg syscall (freebsd-arm-cgo), const ECONNABORTED = 53
 19572  pkg syscall (freebsd-arm-cgo), const ECONNREFUSED = 61
 19573  pkg syscall (freebsd-arm-cgo), const ECONNRESET = 54
 19574  pkg syscall (freebsd-arm-cgo), const EDEADLK = 11
 19575  pkg syscall (freebsd-arm-cgo), const EDESTADDRREQ = 39
 19576  pkg syscall (freebsd-arm-cgo), const EDOM = 33
 19577  pkg syscall (freebsd-arm-cgo), const EDOOFUS = 88
 19578  pkg syscall (freebsd-arm-cgo), const EDQUOT = 69
 19579  pkg syscall (freebsd-arm-cgo), const EEXIST = 17
 19580  pkg syscall (freebsd-arm-cgo), const EFAULT = 14
 19581  pkg syscall (freebsd-arm-cgo), const EFBIG = 27
 19582  pkg syscall (freebsd-arm-cgo), const EFTYPE = 79
 19583  pkg syscall (freebsd-arm-cgo), const EHOSTDOWN = 64
 19584  pkg syscall (freebsd-arm-cgo), const EHOSTUNREACH = 65
 19585  pkg syscall (freebsd-arm-cgo), const EIDRM = 82
 19586  pkg syscall (freebsd-arm-cgo), const EILSEQ = 86
 19587  pkg syscall (freebsd-arm-cgo), const EINPROGRESS = 36
 19588  pkg syscall (freebsd-arm-cgo), const EINTR = 4
 19589  pkg syscall (freebsd-arm-cgo), const EINVAL = 22
 19590  pkg syscall (freebsd-arm-cgo), const EIO = 5
 19591  pkg syscall (freebsd-arm-cgo), const EISCONN = 56
 19592  pkg syscall (freebsd-arm-cgo), const EISDIR = 21
 19593  pkg syscall (freebsd-arm-cgo), const ELAST = 94
 19594  pkg syscall (freebsd-arm-cgo), const ELOOP = 62
 19595  pkg syscall (freebsd-arm-cgo), const EMFILE = 24
 19596  pkg syscall (freebsd-arm-cgo), const EMLINK = 31
 19597  pkg syscall (freebsd-arm-cgo), const EMSGSIZE = 40
 19598  pkg syscall (freebsd-arm-cgo), const EMULTIHOP = 90
 19599  pkg syscall (freebsd-arm-cgo), const ENAMETOOLONG = 63
 19600  pkg syscall (freebsd-arm-cgo), const ENEEDAUTH = 81
 19601  pkg syscall (freebsd-arm-cgo), const ENETDOWN = 50
 19602  pkg syscall (freebsd-arm-cgo), const ENETRESET = 52
 19603  pkg syscall (freebsd-arm-cgo), const ENETUNREACH = 51
 19604  pkg syscall (freebsd-arm-cgo), const ENFILE = 23
 19605  pkg syscall (freebsd-arm-cgo), const ENOATTR = 87
 19606  pkg syscall (freebsd-arm-cgo), const ENOBUFS = 55
 19607  pkg syscall (freebsd-arm-cgo), const ENODEV = 19
 19608  pkg syscall (freebsd-arm-cgo), const ENOEXEC = 8
 19609  pkg syscall (freebsd-arm-cgo), const ENOLCK = 77
 19610  pkg syscall (freebsd-arm-cgo), const ENOLINK = 91
 19611  pkg syscall (freebsd-arm-cgo), const ENOMEM = 12
 19612  pkg syscall (freebsd-arm-cgo), const ENOMSG = 83
 19613  pkg syscall (freebsd-arm-cgo), const ENOPROTOOPT = 42
 19614  pkg syscall (freebsd-arm-cgo), const ENOSPC = 28
 19615  pkg syscall (freebsd-arm-cgo), const ENOSYS = 78
 19616  pkg syscall (freebsd-arm-cgo), const ENOTBLK = 15
 19617  pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE = 93
 19618  pkg syscall (freebsd-arm-cgo), const ENOTCONN = 57
 19619  pkg syscall (freebsd-arm-cgo), const ENOTDIR = 20
 19620  pkg syscall (freebsd-arm-cgo), const ENOTEMPTY = 66
 19621  pkg syscall (freebsd-arm-cgo), const ENOTSOCK = 38
 19622  pkg syscall (freebsd-arm-cgo), const ENOTSUP = 45
 19623  pkg syscall (freebsd-arm-cgo), const ENOTTY = 25
 19624  pkg syscall (freebsd-arm-cgo), const ENXIO = 6
 19625  pkg syscall (freebsd-arm-cgo), const EOPNOTSUPP = 45
 19626  pkg syscall (freebsd-arm-cgo), const EOVERFLOW = 84
 19627  pkg syscall (freebsd-arm-cgo), const EPERM = 1
 19628  pkg syscall (freebsd-arm-cgo), const EPFNOSUPPORT = 46
 19629  pkg syscall (freebsd-arm-cgo), const EPIPE = 32
 19630  pkg syscall (freebsd-arm-cgo), const EPROCLIM = 67
 19631  pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL = 76
 19632  pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH = 75
 19633  pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL = 74
 19634  pkg syscall (freebsd-arm-cgo), const EPROTO = 92
 19635  pkg syscall (freebsd-arm-cgo), const EPROTONOSUPPORT = 43
 19636  pkg syscall (freebsd-arm-cgo), const EPROTOTYPE = 41
 19637  pkg syscall (freebsd-arm-cgo), const ERANGE = 34
 19638  pkg syscall (freebsd-arm-cgo), const EREMOTE = 71
 19639  pkg syscall (freebsd-arm-cgo), const EROFS = 30
 19640  pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH = 73
 19641  pkg syscall (freebsd-arm-cgo), const ESHUTDOWN = 58
 19642  pkg syscall (freebsd-arm-cgo), const ESOCKTNOSUPPORT = 44
 19643  pkg syscall (freebsd-arm-cgo), const ESPIPE = 29
 19644  pkg syscall (freebsd-arm-cgo), const ESRCH = 3
 19645  pkg syscall (freebsd-arm-cgo), const ESTALE = 70
 19646  pkg syscall (freebsd-arm-cgo), const ETIMEDOUT = 60
 19647  pkg syscall (freebsd-arm-cgo), const ETOOMANYREFS = 59
 19648  pkg syscall (freebsd-arm-cgo), const ETXTBSY = 26
 19649  pkg syscall (freebsd-arm-cgo), const EUSERS = 68
 19650  pkg syscall (freebsd-arm-cgo), const EVFILT_AIO = -3
 19651  pkg syscall (freebsd-arm-cgo), const EVFILT_FS = -9
 19652  pkg syscall (freebsd-arm-cgo), const EVFILT_LIO = -10
 19653  pkg syscall (freebsd-arm-cgo), const EVFILT_PROC = -5
 19654  pkg syscall (freebsd-arm-cgo), const EVFILT_READ = -1
 19655  pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL = -6
 19656  pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT = 11
 19657  pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER = -7
 19658  pkg syscall (freebsd-arm-cgo), const EVFILT_USER = -11
 19659  pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE = -4
 19660  pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE = -2
 19661  pkg syscall (freebsd-arm-cgo), const EV_ADD = 1
 19662  pkg syscall (freebsd-arm-cgo), const EV_CLEAR = 32
 19663  pkg syscall (freebsd-arm-cgo), const EV_DELETE = 2
 19664  pkg syscall (freebsd-arm-cgo), const EV_DISABLE = 8
 19665  pkg syscall (freebsd-arm-cgo), const EV_DISPATCH = 128
 19666  pkg syscall (freebsd-arm-cgo), const EV_ENABLE = 4
 19667  pkg syscall (freebsd-arm-cgo), const EV_EOF = 32768
 19668  pkg syscall (freebsd-arm-cgo), const EV_ERROR = 16384
 19669  pkg syscall (freebsd-arm-cgo), const EV_FLAG1 = 8192
 19670  pkg syscall (freebsd-arm-cgo), const EV_ONESHOT = 16
 19671  pkg syscall (freebsd-arm-cgo), const EV_RECEIPT = 64
 19672  pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS = 61440
 19673  pkg syscall (freebsd-arm-cgo), const EWOULDBLOCK = 35
 19674  pkg syscall (freebsd-arm-cgo), const EXDEV = 18
 19675  pkg syscall (freebsd-arm-cgo), const EXTA = 19200
 19676  pkg syscall (freebsd-arm-cgo), const EXTB = 38400
 19677  pkg syscall (freebsd-arm-cgo), const EXTPROC = 2048
 19678  pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC = 1
 19679  pkg syscall (freebsd-arm-cgo), const FD_SETSIZE = 1024
 19680  pkg syscall (freebsd-arm-cgo), const FLUSHO = 8388608
 19681  pkg syscall (freebsd-arm-cgo), const F_CANCEL = 5
 19682  pkg syscall (freebsd-arm-cgo), const F_DUP2FD = 10
 19683  pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC = 18
 19684  pkg syscall (freebsd-arm-cgo), const F_DUPFD = 0
 19685  pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC = 17
 19686  pkg syscall (freebsd-arm-cgo), const F_GETFD = 1
 19687  pkg syscall (freebsd-arm-cgo), const F_GETFL = 3
 19688  pkg syscall (freebsd-arm-cgo), const F_GETLK = 11
 19689  pkg syscall (freebsd-arm-cgo), const F_GETOWN = 5
 19690  pkg syscall (freebsd-arm-cgo), const F_OGETLK = 7
 19691  pkg syscall (freebsd-arm-cgo), const F_OK = 0
 19692  pkg syscall (freebsd-arm-cgo), const F_OSETLK = 8
 19693  pkg syscall (freebsd-arm-cgo), const F_OSETLKW = 9
 19694  pkg syscall (freebsd-arm-cgo), const F_RDAHEAD = 16
 19695  pkg syscall (freebsd-arm-cgo), const F_RDLCK = 1
 19696  pkg syscall (freebsd-arm-cgo), const F_READAHEAD = 15
 19697  pkg syscall (freebsd-arm-cgo), const F_SETFD = 2
 19698  pkg syscall (freebsd-arm-cgo), const F_SETFL = 4
 19699  pkg syscall (freebsd-arm-cgo), const F_SETLK = 12
 19700  pkg syscall (freebsd-arm-cgo), const F_SETLKW = 13
 19701  pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE = 14
 19702  pkg syscall (freebsd-arm-cgo), const F_SETOWN = 6
 19703  pkg syscall (freebsd-arm-cgo), const F_UNLCK = 2
 19704  pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS = 4
 19705  pkg syscall (freebsd-arm-cgo), const F_WRLCK = 3
 19706  pkg syscall (freebsd-arm-cgo), const HUPCL = 16384
 19707  pkg syscall (freebsd-arm-cgo), const ICANON = 256
 19708  pkg syscall (freebsd-arm-cgo), const ICRNL = 256
 19709  pkg syscall (freebsd-arm-cgo), const IEXTEN = 1024
 19710  pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL = 0
 19711  pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE = 1
 19712  pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI = 512
 19713  pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS = 16384
 19714  pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE = 2199410
 19715  pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG = 65536
 19716  pkg syscall (freebsd-arm-cgo), const IFF_DEBUG = 4
 19717  pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE = 1024
 19718  pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING = 64
 19719  pkg syscall (freebsd-arm-cgo), const IFF_DYING = 2097152
 19720  pkg syscall (freebsd-arm-cgo), const IFF_LINK0 = 4096
 19721  pkg syscall (freebsd-arm-cgo), const IFF_LINK1 = 8192
 19722  pkg syscall (freebsd-arm-cgo), const IFF_LINK2 = 16384
 19723  pkg syscall (freebsd-arm-cgo), const IFF_LOOPBACK = 8
 19724  pkg syscall (freebsd-arm-cgo), const IFF_MONITOR = 262144
 19725  pkg syscall (freebsd-arm-cgo), const IFF_MULTICAST = 32768
 19726  pkg syscall (freebsd-arm-cgo), const IFF_NOARP = 128
 19727  pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE = 1024
 19728  pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT = 16
 19729  pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC = 131072
 19730  pkg syscall (freebsd-arm-cgo), const IFF_PROMISC = 256
 19731  pkg syscall (freebsd-arm-cgo), const IFF_RENAMING = 4194304
 19732  pkg syscall (freebsd-arm-cgo), const IFF_RUNNING = 64
 19733  pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX = 2048
 19734  pkg syscall (freebsd-arm-cgo), const IFF_SMART = 32
 19735  pkg syscall (freebsd-arm-cgo), const IFF_STATICARP = 524288
 19736  pkg syscall (freebsd-arm-cgo), const IFNAMSIZ = 16
 19737  pkg syscall (freebsd-arm-cgo), const IFT_1822 = 2
 19738  pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH = 130
 19739  pkg syscall (freebsd-arm-cgo), const IFT_AAL2 = 187
 19740  pkg syscall (freebsd-arm-cgo), const IFT_AAL5 = 49
 19741  pkg syscall (freebsd-arm-cgo), const IFT_ADSL = 94
 19742  pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 = 59
 19743  pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 = 60
 19744  pkg syscall (freebsd-arm-cgo), const IFT_ARAP = 88
 19745  pkg syscall (freebsd-arm-cgo), const IFT_ARCNET = 35
 19746  pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS = 36
 19747  pkg syscall (freebsd-arm-cgo), const IFT_ASYNC = 84
 19748  pkg syscall (freebsd-arm-cgo), const IFT_ATM = 37
 19749  pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI = 105
 19750  pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI = 106
 19751  pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA = 107
 19752  pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL = 80
 19753  pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO = 189
 19754  pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
 19755  pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT = 194
 19756  pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL = 149
 19757  pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 19758  pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE = 209
 19759  pkg syscall (freebsd-arm-cgo), const IFT_BSC = 83
 19760  pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL = 61
 19761  pkg syscall (freebsd-arm-cgo), const IFT_CEPT = 19
 19762  pkg syscall (freebsd-arm-cgo), const IFT_CES = 133
 19763  pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL = 70
 19764  pkg syscall (freebsd-arm-cgo), const IFT_CNR = 85
 19765  pkg syscall (freebsd-arm-cgo), const IFT_COFFEE = 132
 19766  pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK = 155
 19767  pkg syscall (freebsd-arm-cgo), const IFT_DCN = 141
 19768  pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
 19769  pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 19770  pkg syscall (freebsd-arm-cgo), const IFT_DLSW = 74
 19771  pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 19772  pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
 19773  pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 19774  pkg syscall (freebsd-arm-cgo), const IFT_DS0 = 81
 19775  pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE = 82
 19776  pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL = 170
 19777  pkg syscall (freebsd-arm-cgo), const IFT_DS3 = 30
 19778  pkg syscall (freebsd-arm-cgo), const IFT_DTM = 140
 19779  pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN = 172
 19780  pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT = 173
 19781  pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 19782  pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
 19783  pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
 19784  pkg syscall (freebsd-arm-cgo), const IFT_ENC = 244
 19785  pkg syscall (freebsd-arm-cgo), const IFT_EON = 25
 19786  pkg syscall (freebsd-arm-cgo), const IFT_EPLRS = 87
 19787  pkg syscall (freebsd-arm-cgo), const IFT_ESCON = 73
 19788  pkg syscall (freebsd-arm-cgo), const IFT_ETHER = 6
 19789  pkg syscall (freebsd-arm-cgo), const IFT_FAITH = 242
 19790  pkg syscall (freebsd-arm-cgo), const IFT_FAST = 125
 19791  pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER = 62
 19792  pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX = 69
 19793  pkg syscall (freebsd-arm-cgo), const IFT_FDDI = 15
 19794  pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL = 56
 19795  pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 19796  pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
 19797  pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT = 193
 19798  pkg syscall (freebsd-arm-cgo), const IFT_FRELAY = 32
 19799  pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE = 44
 19800  pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
 19801  pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD = 158
 19802  pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB = 67
 19803  pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K = 66
 19804  pkg syscall (freebsd-arm-cgo), const IFT_GIF = 240
 19805  pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET = 117
 19806  pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT = 178
 19807  pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT = 177
 19808  pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER = 164
 19809  pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY = 165
 19810  pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 = 3
 19811  pkg syscall (freebsd-arm-cgo), const IFT_HDLC = 118
 19812  pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 = 168
 19813  pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 = 183
 19814  pkg syscall (freebsd-arm-cgo), const IFT_HIPPI = 47
 19815  pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
 19816  pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD = 90
 19817  pkg syscall (freebsd-arm-cgo), const IFT_HSSI = 46
 19818  pkg syscall (freebsd-arm-cgo), const IFT_HY = 14
 19819  pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN = 72
 19820  pkg syscall (freebsd-arm-cgo), const IFT_IDSL = 154
 19821  pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 = 144
 19822  pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 = 71
 19823  pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 = 55
 19824  pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
 19825  pkg syscall (freebsd-arm-cgo), const IFT_IFGSN = 145
 19826  pkg syscall (freebsd-arm-cgo), const IFT_IMT = 190
 19827  pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND = 199
 19828  pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE = 124
 19829  pkg syscall (freebsd-arm-cgo), const IFT_IP = 126
 19830  pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD = 142
 19831  pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM = 114
 19832  pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC = 109
 19833  pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW = 110
 19834  pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH = 78
 19835  pkg syscall (freebsd-arm-cgo), const IFT_IPXIP = 249
 19836  pkg syscall (freebsd-arm-cgo), const IFT_ISDN = 63
 19837  pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC = 20
 19838  pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY = 21
 19839  pkg syscall (freebsd-arm-cgo), const IFT_ISDNS = 75
 19840  pkg syscall (freebsd-arm-cgo), const IFT_ISDNU = 76
 19841  pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC = 41
 19842  pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 = 7
 19843  pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 = 8
 19844  pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 = 9
 19845  pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
 19846  pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR = 86
 19847  pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER = 115
 19848  pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 = 10
 19849  pkg syscall (freebsd-arm-cgo), const IFT_ISUP = 179
 19850  pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN = 135
 19851  pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN = 136
 19852  pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN = 137
 19853  pkg syscall (freebsd-arm-cgo), const IFT_LAPB = 16
 19854  pkg syscall (freebsd-arm-cgo), const IFT_LAPD = 77
 19855  pkg syscall (freebsd-arm-cgo), const IFT_LAPF = 119
 19856  pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK = 42
 19857  pkg syscall (freebsd-arm-cgo), const IFT_LOOP = 24
 19858  pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
 19859  pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK = 167
 19860  pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 = 38
 19861  pkg syscall (freebsd-arm-cgo), const IFT_MODEM = 48
 19862  pkg syscall (freebsd-arm-cgo), const IFT_MPC = 113
 19863  pkg syscall (freebsd-arm-cgo), const IFT_MPLS = 166
 19864  pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL = 150
 19865  pkg syscall (freebsd-arm-cgo), const IFT_MSDSL = 143
 19866  pkg syscall (freebsd-arm-cgo), const IFT_MVL = 191
 19867  pkg syscall (freebsd-arm-cgo), const IFT_MYRINET = 99
 19868  pkg syscall (freebsd-arm-cgo), const IFT_NFAS = 175
 19869  pkg syscall (freebsd-arm-cgo), const IFT_NSIP = 27
 19870  pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
 19871  pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
 19872  pkg syscall (freebsd-arm-cgo), const IFT_OTHER = 1
 19873  pkg syscall (freebsd-arm-cgo), const IFT_P10 = 12
 19874  pkg syscall (freebsd-arm-cgo), const IFT_P80 = 13
 19875  pkg syscall (freebsd-arm-cgo), const IFT_PARA = 34
 19876  pkg syscall (freebsd-arm-cgo), const IFT_PFLOG = 246
 19877  pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC = 247
 19878  pkg syscall (freebsd-arm-cgo), const IFT_PLC = 174
 19879  pkg syscall (freebsd-arm-cgo), const IFT_POS = 171
 19880  pkg syscall (freebsd-arm-cgo), const IFT_PPP = 23
 19881  pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 19882  pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP = 184
 19883  pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS = 89
 19884  pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 19885  pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 19886  pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 19887  pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX = 54
 19888  pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL = 53
 19889  pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
 19890  pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL = 22
 19891  pkg syscall (freebsd-arm-cgo), const IFT_PVC = 241
 19892  pkg syscall (freebsd-arm-cgo), const IFT_QLLC = 68
 19893  pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC = 188
 19894  pkg syscall (freebsd-arm-cgo), const IFT_RADSL = 95
 19895  pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL = 192
 19896  pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 = 159
 19897  pkg syscall (freebsd-arm-cgo), const IFT_RS232 = 33
 19898  pkg syscall (freebsd-arm-cgo), const IFT_RSRB = 79
 19899  pkg syscall (freebsd-arm-cgo), const IFT_SDLC = 17
 19900  pkg syscall (freebsd-arm-cgo), const IFT_SDSL = 96
 19901  pkg syscall (freebsd-arm-cgo), const IFT_SHDSL = 169
 19902  pkg syscall (freebsd-arm-cgo), const IFT_SIP = 31
 19903  pkg syscall (freebsd-arm-cgo), const IFT_SLIP = 28
 19904  pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI = 43
 19905  pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP = 52
 19906  pkg syscall (freebsd-arm-cgo), const IFT_SONET = 39
 19907  pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 19908  pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH = 50
 19909  pkg syscall (freebsd-arm-cgo), const IFT_SONETVT = 51
 19910  pkg syscall (freebsd-arm-cgo), const IFT_SRP = 151
 19911  pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK = 156
 19912  pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK = 111
 19913  pkg syscall (freebsd-arm-cgo), const IFT_STARLAN = 11
 19914  pkg syscall (freebsd-arm-cgo), const IFT_STF = 215
 19915  pkg syscall (freebsd-arm-cgo), const IFT_T1 = 18
 19916  pkg syscall (freebsd-arm-cgo), const IFT_TDLC = 116
 19917  pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD = 91
 19918  pkg syscall (freebsd-arm-cgo), const IFT_TR008 = 176
 19919  pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC = 123
 19920  pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL = 131
 19921  pkg syscall (freebsd-arm-cgo), const IFT_ULTRA = 29
 19922  pkg syscall (freebsd-arm-cgo), const IFT_USB = 160
 19923  pkg syscall (freebsd-arm-cgo), const IFT_V11 = 64
 19924  pkg syscall (freebsd-arm-cgo), const IFT_V35 = 45
 19925  pkg syscall (freebsd-arm-cgo), const IFT_V36 = 65
 19926  pkg syscall (freebsd-arm-cgo), const IFT_V37 = 120
 19927  pkg syscall (freebsd-arm-cgo), const IFT_VDSL = 97
 19928  pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
 19929  pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM = 100
 19930  pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP = 103
 19931  pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO = 101
 19932  pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS = 102
 19933  pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM = 152
 19934  pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 19935  pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP = 104
 19936  pkg syscall (freebsd-arm-cgo), const IFT_X213 = 93
 19937  pkg syscall (freebsd-arm-cgo), const IFT_X25 = 5
 19938  pkg syscall (freebsd-arm-cgo), const IFT_X25DDN = 4
 19939  pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP = 122
 19940  pkg syscall (freebsd-arm-cgo), const IFT_X25MLP = 121
 19941  pkg syscall (freebsd-arm-cgo), const IFT_X25PLE = 40
 19942  pkg syscall (freebsd-arm-cgo), const IFT_XETHER = 26
 19943  pkg syscall (freebsd-arm-cgo), const IGNBRK = 1
 19944  pkg syscall (freebsd-arm-cgo), const IGNCR = 128
 19945  pkg syscall (freebsd-arm-cgo), const IGNPAR = 4
 19946  pkg syscall (freebsd-arm-cgo), const IMAXBEL = 8192
 19947  pkg syscall (freebsd-arm-cgo), const INLCR = 64
 19948  pkg syscall (freebsd-arm-cgo), const INPCK = 16
 19949  pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST = 16777215
 19950  pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX = 128
 19951  pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET = 4278190080
 19952  pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
 19953  pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST = 65535
 19954  pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX = 65536
 19955  pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET = 4294901760
 19956  pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
 19957  pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST = 255
 19958  pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET = 4294967040
 19959  pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
 19960  pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST = 268435455
 19961  pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET = 4026531840
 19962  pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
 19963  pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET = 127
 19964  pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK = 4294967294
 19965  pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC = 34
 19966  pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS = 68
 19967  pkg syscall (freebsd-arm-cgo), const IPPROTO_AH = 51
 19968  pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP = 61
 19969  pkg syscall (freebsd-arm-cgo), const IPPROTO_APES = 99
 19970  pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS = 13
 19971  pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 = 93
 19972  pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA = 49
 19973  pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT = 30
 19974  pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON = 76
 19975  pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP = 112
 19976  pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP = 62
 19977  pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS = 16
 19978  pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP = 38
 19979  pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB = 73
 19980  pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX = 72
 19981  pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP = 37
 19982  pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP = 86
 19983  pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT = 258
 19984  pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE = 257
 19985  pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS = 60
 19986  pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP = 8
 19987  pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON = 14
 19988  pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP = 98
 19989  pkg syscall (freebsd-arm-cgo), const IPPROTO_EON = 80
 19990  pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP = 50
 19991  pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP = 97
 19992  pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT = 44
 19993  pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP = 3
 19994  pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP = 100
 19995  pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE = 47
 19996  pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO = 63
 19997  pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP = 20
 19998  pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS = 0
 19999  pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP = 1
 20000  pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 = 58
 20001  pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP = 22
 20002  pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR = 35
 20003  pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP = 45
 20004  pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP = 2
 20005  pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP = 85
 20006  pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP = 88
 20007  pkg syscall (freebsd-arm-cgo), const IPPROTO_IL = 40
 20008  pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP = 52
 20009  pkg syscall (freebsd-arm-cgo), const IPPROTO_INP = 32
 20010  pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP = 108
 20011  pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV = 71
 20012  pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP = 94
 20013  pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP = 4
 20014  pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC = 67
 20015  pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 = 4
 20016  pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP = 28
 20017  pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN = 65
 20018  pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP = 91
 20019  pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 = 25
 20020  pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 = 26
 20021  pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX = 256
 20022  pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID = 52
 20023  pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS = 19
 20024  pkg syscall (freebsd-arm-cgo), const IPPROTO_MH = 135
 20025  pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP = 48
 20026  pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP = 95
 20027  pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE = 55
 20028  pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS = 137
 20029  pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP = 92
 20030  pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX = 18
 20031  pkg syscall (freebsd-arm-cgo), const IPPROTO_ND = 77
 20032  pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP = 54
 20033  pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE = 59
 20034  pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP = 31
 20035  pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII = 11
 20036  pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT = 254
 20037  pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP = 89
 20038  pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC = 240
 20039  pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM = 113
 20040  pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP = 9
 20041  pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM = 103
 20042  pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM = 21
 20043  pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP = 12
 20044  pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP = 75
 20045  pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW = 255
 20046  pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON = 10
 20047  pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP = 27
 20048  pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING = 43
 20049  pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP = 46
 20050  pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD = 66
 20051  pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK = 64
 20052  pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON = 69
 20053  pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP = 96
 20054  pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP = 132
 20055  pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP = 42
 20056  pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND = 259
 20057  pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP = 33
 20058  pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP = 57
 20059  pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER = 32767
 20060  pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC = 90
 20061  pkg syscall (freebsd-arm-cgo), const IPPROTO_ST = 7
 20062  pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP = 82
 20063  pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE = 53
 20064  pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF = 87
 20065  pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP = 56
 20066  pkg syscall (freebsd-arm-cgo), const IPPROTO_TP = 29
 20067  pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX = 39
 20068  pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 = 23
 20069  pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 = 24
 20070  pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP = 84
 20071  pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES = 83
 20072  pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA = 70
 20073  pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP = 81
 20074  pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK = 79
 20075  pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON = 78
 20076  pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN = 74
 20077  pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET = 15
 20078  pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP = 36
 20079  pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL = 59
 20080  pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY = 64
 20081  pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY = 27
 20082  pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM = 26
 20083  pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 20084  pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 20085  pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM = 64
 20086  pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG = 62
 20087  pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS = 50
 20088  pkg syscall (freebsd-arm-cgo), const IPV6_FAITH = 29
 20089  pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 20090  pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 20091  pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL = 120
 20092  pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD = 30
 20093  pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL = 31
 20094  pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH = 32
 20095  pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET = 34
 20096  pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO = 33
 20097  pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC = 1
 20098  pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT = 47
 20099  pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS = 49
 20100  pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
 20101  pkg syscall (freebsd-arm-cgo), const IPV6_JOIN_GROUP = 12
 20102  pkg syscall (freebsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
 20103  pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM = 255
 20104  pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR = 2048
 20105  pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET = 65535
 20106  pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
 20107  pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
 20108  pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
 20109  pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS = 31
 20110  pkg syscall (freebsd-arm-cgo), const IPV6_MMTU = 1280
 20111  pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER = 74
 20112  pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
 20113  pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_IF = 9
 20114  pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
 20115  pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP = 48
 20116  pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU = 44
 20117  pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO = 46
 20118  pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE = 14
 20119  pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 20120  pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
 20121  pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
 20122  pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR = 63
 20123  pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
 20124  pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
 20125  pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
 20126  pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU = 43
 20127  pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO = 36
 20128  pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR = 38
 20129  pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS = 57
 20130  pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR = 51
 20131  pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
 20132  pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
 20133  pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
 20134  pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
 20135  pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 20136  pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS = 61
 20137  pkg syscall (freebsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
 20138  pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
 20139  pkg syscall (freebsd-arm-cgo), const IPV6_V6ONLY = 27
 20140  pkg syscall (freebsd-arm-cgo), const IPV6_VERSION = 96
 20141  pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK = 240
 20142  pkg syscall (freebsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
 20143  pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
 20144  pkg syscall (freebsd-arm-cgo), const IP_BINDANY = 24
 20145  pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE = 72
 20146  pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 20147  pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 20148  pkg syscall (freebsd-arm-cgo), const IP_DF = 16384
 20149  pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG = 67
 20150  pkg syscall (freebsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
 20151  pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
 20152  pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 = 49
 20153  pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE = 60
 20154  pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL = 61
 20155  pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH = 62
 20156  pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET = 64
 20157  pkg syscall (freebsd-arm-cgo), const IP_FAITH = 22
 20158  pkg syscall (freebsd-arm-cgo), const IP_FW3 = 48
 20159  pkg syscall (freebsd-arm-cgo), const IP_FW_ADD = 50
 20160  pkg syscall (freebsd-arm-cgo), const IP_FW_DEL = 51
 20161  pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH = 52
 20162  pkg syscall (freebsd-arm-cgo), const IP_FW_GET = 54
 20163  pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG = 56
 20164  pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL = 57
 20165  pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG = 58
 20166  pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG = 59
 20167  pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG = 55
 20168  pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD = 40
 20169  pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL = 41
 20170  pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH = 42
 20171  pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE = 43
 20172  pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST = 44
 20173  pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO = 53
 20174  pkg syscall (freebsd-arm-cgo), const IP_HDRINCL = 2
 20175  pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY = 21
 20176  pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET = 65535
 20177  pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
 20178  pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 4095
 20179  pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
 20180  pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
 20181  pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER = 1024
 20182  pkg syscall (freebsd-arm-cgo), const IP_MF = 8192
 20183  pkg syscall (freebsd-arm-cgo), const IP_MINTTL = 66
 20184  pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS = 31
 20185  pkg syscall (freebsd-arm-cgo), const IP_MSFILTER = 74
 20186  pkg syscall (freebsd-arm-cgo), const IP_MSS = 576
 20187  pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_IF = 9
 20188  pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_LOOP = 11
 20189  pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_TTL = 10
 20190  pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF = 14
 20191  pkg syscall (freebsd-arm-cgo), const IP_OFFMASK = 8191
 20192  pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST = 23
 20193  pkg syscall (freebsd-arm-cgo), const IP_OPTIONS = 1
 20194  pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE = 19
 20195  pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
 20196  pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
 20197  pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW = 2
 20198  pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR = 7
 20199  pkg syscall (freebsd-arm-cgo), const IP_RECVIF = 20
 20200  pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS = 5
 20201  pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS = 6
 20202  pkg syscall (freebsd-arm-cgo), const IP_RECVTOS = 68
 20203  pkg syscall (freebsd-arm-cgo), const IP_RECVTTL = 65
 20204  pkg syscall (freebsd-arm-cgo), const IP_RETOPTS = 8
 20205  pkg syscall (freebsd-arm-cgo), const IP_RF = 32768
 20206  pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF = 16
 20207  pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON = 15
 20208  pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF = 18
 20209  pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON = 17
 20210  pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR = 7
 20211  pkg syscall (freebsd-arm-cgo), const IP_TOS = 3
 20212  pkg syscall (freebsd-arm-cgo), const IP_TTL = 4
 20213  pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE = 73
 20214  pkg syscall (freebsd-arm-cgo), const ISIG = 128
 20215  pkg syscall (freebsd-arm-cgo), const ISTRIP = 32
 20216  pkg syscall (freebsd-arm-cgo), const IXANY = 2048
 20217  pkg syscall (freebsd-arm-cgo), const IXOFF = 1024
 20218  pkg syscall (freebsd-arm-cgo), const IXON = 512
 20219  pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false
 20220  pkg syscall (freebsd-arm-cgo), const LOCK_EX = 2
 20221  pkg syscall (freebsd-arm-cgo), const LOCK_NB = 4
 20222  pkg syscall (freebsd-arm-cgo), const LOCK_SH = 1
 20223  pkg syscall (freebsd-arm-cgo), const LOCK_UN = 8
 20224  pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC = 7
 20225  pkg syscall (freebsd-arm-cgo), const MADV_CORE = 9
 20226  pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED = 4
 20227  pkg syscall (freebsd-arm-cgo), const MADV_FREE = 5
 20228  pkg syscall (freebsd-arm-cgo), const MADV_NOCORE = 8
 20229  pkg syscall (freebsd-arm-cgo), const MADV_NORMAL = 0
 20230  pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC = 6
 20231  pkg syscall (freebsd-arm-cgo), const MADV_PROTECT = 10
 20232  pkg syscall (freebsd-arm-cgo), const MADV_RANDOM = 1
 20233  pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL = 2
 20234  pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED = 3
 20235  pkg syscall (freebsd-arm-cgo), const MAP_ANON = 4096
 20236  pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS = 4096
 20237  pkg syscall (freebsd-arm-cgo), const MAP_COPY = 2
 20238  pkg syscall (freebsd-arm-cgo), const MAP_FILE = 0
 20239  pkg syscall (freebsd-arm-cgo), const MAP_FIXED = 16
 20240  pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE = 512
 20241  pkg syscall (freebsd-arm-cgo), const MAP_NOCORE = 131072
 20242  pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE = 64
 20243  pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC = 2048
 20244  pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ = 262144
 20245  pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE = 2
 20246  pkg syscall (freebsd-arm-cgo), const MAP_RENAME = 32
 20247  pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 = 128
 20248  pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 = 256
 20249  pkg syscall (freebsd-arm-cgo), const MAP_SHARED = 1
 20250  pkg syscall (freebsd-arm-cgo), const MAP_STACK = 1024
 20251  pkg syscall (freebsd-arm-cgo), const MCL_CURRENT = 1
 20252  pkg syscall (freebsd-arm-cgo), const MCL_FUTURE = 2
 20253  pkg syscall (freebsd-arm-cgo), const MSG_COMPAT = 32768
 20254  pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC = 32
 20255  pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE = 4
 20256  pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT = 128
 20257  pkg syscall (freebsd-arm-cgo), const MSG_EOF = 256
 20258  pkg syscall (freebsd-arm-cgo), const MSG_EOR = 8
 20259  pkg syscall (freebsd-arm-cgo), const MSG_NBIO = 16384
 20260  pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL = 131072
 20261  pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION = 8192
 20262  pkg syscall (freebsd-arm-cgo), const MSG_OOB = 1
 20263  pkg syscall (freebsd-arm-cgo), const MSG_PEEK = 2
 20264  pkg syscall (freebsd-arm-cgo), const MSG_TRUNC = 16
 20265  pkg syscall (freebsd-arm-cgo), const MSG_WAITALL = 64
 20266  pkg syscall (freebsd-arm-cgo), const MS_ASYNC = 1
 20267  pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE = 2
 20268  pkg syscall (freebsd-arm-cgo), const MS_SYNC = 0
 20269  pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP = 1
 20270  pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS = 2
 20271  pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST = 3
 20272  pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL = 5
 20273  pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST = 4
 20274  pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID = 6
 20275  pkg syscall (freebsd-arm-cgo), const NOFLSH = 2147483648
 20276  pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB = 8
 20277  pkg syscall (freebsd-arm-cgo), const NOTE_CHILD = 4
 20278  pkg syscall (freebsd-arm-cgo), const NOTE_DELETE = 1
 20279  pkg syscall (freebsd-arm-cgo), const NOTE_EXEC = 536870912
 20280  pkg syscall (freebsd-arm-cgo), const NOTE_EXIT = 2147483648
 20281  pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND = 4
 20282  pkg syscall (freebsd-arm-cgo), const NOTE_FFAND = 1073741824
 20283  pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY = 3221225472
 20284  pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK = 3221225472
 20285  pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK = 16777215
 20286  pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP = 0
 20287  pkg syscall (freebsd-arm-cgo), const NOTE_FFOR = 2147483648
 20288  pkg syscall (freebsd-arm-cgo), const NOTE_FORK = 1073741824
 20289  pkg syscall (freebsd-arm-cgo), const NOTE_LINK = 16
 20290  pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT = 1
 20291  pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
 20292  pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK = 1048575
 20293  pkg syscall (freebsd-arm-cgo), const NOTE_RENAME = 32
 20294  pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE = 64
 20295  pkg syscall (freebsd-arm-cgo), const NOTE_TRACK = 1
 20296  pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR = 2
 20297  pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER = 16777216
 20298  pkg syscall (freebsd-arm-cgo), const NOTE_WRITE = 2
 20299  pkg syscall (freebsd-arm-cgo), const OCRNL = 16
 20300  pkg syscall (freebsd-arm-cgo), const ONLCR = 2
 20301  pkg syscall (freebsd-arm-cgo), const ONLRET = 64
 20302  pkg syscall (freebsd-arm-cgo), const ONOCR = 32
 20303  pkg syscall (freebsd-arm-cgo), const ONOEOT = 8
 20304  pkg syscall (freebsd-arm-cgo), const OPOST = 1
 20305  pkg syscall (freebsd-arm-cgo), const O_ACCMODE = 3
 20306  pkg syscall (freebsd-arm-cgo), const O_APPEND = 8
 20307  pkg syscall (freebsd-arm-cgo), const O_ASYNC = 64
 20308  pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0
 20309  pkg syscall (freebsd-arm-cgo), const O_CREAT = 512
 20310  pkg syscall (freebsd-arm-cgo), const O_DIRECT = 65536
 20311  pkg syscall (freebsd-arm-cgo), const O_DIRECTORY = 131072
 20312  pkg syscall (freebsd-arm-cgo), const O_EXCL = 2048
 20313  pkg syscall (freebsd-arm-cgo), const O_EXEC = 262144
 20314  pkg syscall (freebsd-arm-cgo), const O_EXLOCK = 32
 20315  pkg syscall (freebsd-arm-cgo), const O_FSYNC = 128
 20316  pkg syscall (freebsd-arm-cgo), const O_NDELAY = 4
 20317  pkg syscall (freebsd-arm-cgo), const O_NOCTTY = 32768
 20318  pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW = 256
 20319  pkg syscall (freebsd-arm-cgo), const O_NONBLOCK = 4
 20320  pkg syscall (freebsd-arm-cgo), const O_SHLOCK = 16
 20321  pkg syscall (freebsd-arm-cgo), const O_SYNC = 128
 20322  pkg syscall (freebsd-arm-cgo), const O_TRUNC = 1024
 20323  pkg syscall (freebsd-arm-cgo), const O_TTY_INIT = 524288
 20324  pkg syscall (freebsd-arm-cgo), const PARENB = 4096
 20325  pkg syscall (freebsd-arm-cgo), const PARMRK = 8
 20326  pkg syscall (freebsd-arm-cgo), const PARODD = 8192
 20327  pkg syscall (freebsd-arm-cgo), const PENDIN = 536870912
 20328  pkg syscall (freebsd-arm-cgo), const PROT_EXEC = 4
 20329  pkg syscall (freebsd-arm-cgo), const PROT_NONE = 0
 20330  pkg syscall (freebsd-arm-cgo), const PROT_READ = 1
 20331  pkg syscall (freebsd-arm-cgo), const PROT_WRITE = 2
 20332  pkg syscall (freebsd-arm-cgo), const PTRACE_CONT = 7
 20333  pkg syscall (freebsd-arm-cgo), const PTRACE_KILL = 8
 20334  pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME = 0
 20335  pkg syscall (freebsd-arm-cgo), const RLIMIT_AS = 10
 20336  pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE = 4
 20337  pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU = 0
 20338  pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA = 2
 20339  pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE = 1
 20340  pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE = 8
 20341  pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK = 3
 20342  pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
 20343  pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR = 6
 20344  pkg syscall (freebsd-arm-cgo), const RTAX_BRD = 7
 20345  pkg syscall (freebsd-arm-cgo), const RTAX_DST = 0
 20346  pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY = 1
 20347  pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK = 3
 20348  pkg syscall (freebsd-arm-cgo), const RTAX_IFA = 5
 20349  pkg syscall (freebsd-arm-cgo), const RTAX_IFP = 4
 20350  pkg syscall (freebsd-arm-cgo), const RTAX_MAX = 8
 20351  pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK = 2
 20352  pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR = 64
 20353  pkg syscall (freebsd-arm-cgo), const RTA_BRD = 128
 20354  pkg syscall (freebsd-arm-cgo), const RTA_DST = 1
 20355  pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY = 2
 20356  pkg syscall (freebsd-arm-cgo), const RTA_GENMASK = 8
 20357  pkg syscall (freebsd-arm-cgo), const RTA_IFA = 32
 20358  pkg syscall (freebsd-arm-cgo), const RTA_IFP = 16
 20359  pkg syscall (freebsd-arm-cgo), const RTA_NETMASK = 4
 20360  pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE = 4096
 20361  pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST = 4194304
 20362  pkg syscall (freebsd-arm-cgo), const RTF_DONE = 64
 20363  pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC = 16
 20364  pkg syscall (freebsd-arm-cgo), const RTF_FMASK = 268752904
 20365  pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY = 2
 20366  pkg syscall (freebsd-arm-cgo), const RTF_HOST = 4
 20367  pkg syscall (freebsd-arm-cgo), const RTF_LLDATA = 1024
 20368  pkg syscall (freebsd-arm-cgo), const RTF_LLINFO = 1024
 20369  pkg syscall (freebsd-arm-cgo), const RTF_LOCAL = 2097152
 20370  pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED = 32
 20371  pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST = 8388608
 20372  pkg syscall (freebsd-arm-cgo), const RTF_PINNED = 1048576
 20373  pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING = 65536
 20374  pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 = 32768
 20375  pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 = 16384
 20376  pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 = 262144
 20377  pkg syscall (freebsd-arm-cgo), const RTF_REJECT = 8
 20378  pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED = 1073741824
 20379  pkg syscall (freebsd-arm-cgo), const RTF_STATIC = 2048
 20380  pkg syscall (freebsd-arm-cgo), const RTF_STICKY = 268435456
 20381  pkg syscall (freebsd-arm-cgo), const RTF_UP = 1
 20382  pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE = 512
 20383  pkg syscall (freebsd-arm-cgo), const RTM_ADD = 1
 20384  pkg syscall (freebsd-arm-cgo), const RTM_CHANGE = 3
 20385  pkg syscall (freebsd-arm-cgo), const RTM_DELADDR = 13
 20386  pkg syscall (freebsd-arm-cgo), const RTM_DELETE = 2
 20387  pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR = 16
 20388  pkg syscall (freebsd-arm-cgo), const RTM_GET = 4
 20389  pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 = 18
 20390  pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE = 17
 20391  pkg syscall (freebsd-arm-cgo), const RTM_IFINFO = 14
 20392  pkg syscall (freebsd-arm-cgo), const RTM_LOCK = 8
 20393  pkg syscall (freebsd-arm-cgo), const RTM_LOSING = 5
 20394  pkg syscall (freebsd-arm-cgo), const RTM_MISS = 7
 20395  pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR = 12
 20396  pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR = 15
 20397  pkg syscall (freebsd-arm-cgo), const RTM_OLDADD = 9
 20398  pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL = 10
 20399  pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT = 6
 20400  pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE = 11
 20401  pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT = 1000000
 20402  pkg syscall (freebsd-arm-cgo), const RTM_VERSION = 5
 20403  pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE = 4
 20404  pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT = 2
 20405  pkg syscall (freebsd-arm-cgo), const RTV_MTU = 1
 20406  pkg syscall (freebsd-arm-cgo), const RTV_RPIPE = 8
 20407  pkg syscall (freebsd-arm-cgo), const RTV_RTT = 64
 20408  pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR = 128
 20409  pkg syscall (freebsd-arm-cgo), const RTV_SPIPE = 16
 20410  pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH = 32
 20411  pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT = 256
 20412  pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT = 1
 20413  pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB = 0
 20414  pkg syscall (freebsd-arm-cgo), const RT_NORTREF = 2
 20415  pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN = -1
 20416  pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF = 0
 20417  pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD = 1
 20418  pkg syscall (freebsd-arm-cgo), const SCM_BINTIME = 4
 20419  pkg syscall (freebsd-arm-cgo), const SCM_CREDS = 3
 20420  pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS = 1
 20421  pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP = 2
 20422  pkg syscall (freebsd-arm-cgo), const SIGBUS = 10
 20423  pkg syscall (freebsd-arm-cgo), const SIGCHLD = 20
 20424  pkg syscall (freebsd-arm-cgo), const SIGCONT = 19
 20425  pkg syscall (freebsd-arm-cgo), const SIGEMT = 7
 20426  pkg syscall (freebsd-arm-cgo), const SIGINFO = 29
 20427  pkg syscall (freebsd-arm-cgo), const SIGIO = 23
 20428  pkg syscall (freebsd-arm-cgo), const SIGIOT = 6
 20429  pkg syscall (freebsd-arm-cgo), const SIGLIBRT = 33
 20430  pkg syscall (freebsd-arm-cgo), const SIGLWP = 32
 20431  pkg syscall (freebsd-arm-cgo), const SIGPROF = 27
 20432  pkg syscall (freebsd-arm-cgo), const SIGSTOP = 17
 20433  pkg syscall (freebsd-arm-cgo), const SIGSYS = 12
 20434  pkg syscall (freebsd-arm-cgo), const SIGTHR = 32
 20435  pkg syscall (freebsd-arm-cgo), const SIGTSTP = 18
 20436  pkg syscall (freebsd-arm-cgo), const SIGTTIN = 21
 20437  pkg syscall (freebsd-arm-cgo), const SIGTTOU = 22
 20438  pkg syscall (freebsd-arm-cgo), const SIGURG = 16
 20439  pkg syscall (freebsd-arm-cgo), const SIGUSR1 = 30
 20440  pkg syscall (freebsd-arm-cgo), const SIGUSR2 = 31
 20441  pkg syscall (freebsd-arm-cgo), const SIGVTALRM = 26
 20442  pkg syscall (freebsd-arm-cgo), const SIGWINCH = 28
 20443  pkg syscall (freebsd-arm-cgo), const SIGXCPU = 24
 20444  pkg syscall (freebsd-arm-cgo), const SIGXFSZ = 25
 20445  pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI = 2149607729
 20446  pkg syscall (freebsd-arm-cgo), const SIOCADDRT = 2150658570
 20447  pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019
 20448  pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP = 2149869959
 20449  pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR = 2165860635
 20450  pkg syscall (freebsd-arm-cgo), const SIOCATMARK = 1074033415
 20451  pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI = 2149607730
 20452  pkg syscall (freebsd-arm-cgo), const SIOCDELRT = 2150658571
 20453  pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR = 2149607705
 20454  pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP = 2149869961
 20455  pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR = 2149607753
 20456  pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR = 2165860637
 20457  pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
 20458  pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT = 3222565392
 20459  pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT = 3222565391
 20460  pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT = 1074033409
 20461  pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR = 3223349537
 20462  pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR = 3223349539
 20463  pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP = 3223349535
 20464  pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF = 3221776676
 20465  pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR = 3223349546
 20466  pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR = 3223349538
 20467  pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB = 3223349596
 20468  pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS = 3223349521
 20469  pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC = 3223349562
 20470  pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB = 3223611786
 20471  pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP = 3223611784
 20472  pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX = 3223349536
 20473  pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC = 3223349542
 20474  pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA = 3223873848
 20475  pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC = 3223349527
 20476  pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU = 3223349555
 20477  pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK = 3223349541
 20478  pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR = 3223349576
 20479  pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS = 3223349557
 20480  pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR = 3223349575
 20481  pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931
 20482  pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR = 3239602460
 20483  pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
 20484  pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT = 1074033411
 20485  pkg syscall (freebsd-arm-cgo), const SIOCGPGRP = 1074033417
 20486  pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 = 3223349584
 20487  pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 = 3223349585
 20488  pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE = 3223349626
 20489  pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 = 3223349628
 20490  pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY = 2149607801
 20491  pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
 20492  pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
 20493  pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT = 2147775232
 20494  pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR = 2149607692
 20495  pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR = 2149607699
 20496  pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP = 2149607710
 20497  pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR = 2149607721
 20498  pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR = 2149607694
 20499  pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB = 2149607773
 20500  pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS = 2149607696
 20501  pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC = 2149607737
 20502  pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR = 2149607740
 20503  pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC = 2149607719
 20504  pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA = 3223349559
 20505  pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC = 2149607704
 20506  pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU = 2149607732
 20507  pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME = 2149607720
 20508  pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK = 2149607702
 20509  pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046
 20510  pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS = 2149607734
 20511  pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET = 3223349595
 20512  pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET = 3223349594
 20513  pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
 20514  pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT = 2147775234
 20515  pkg syscall (freebsd-arm-cgo), const SIOCSPGRP = 2147775240
 20516  pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN = 255
 20517  pkg syscall (freebsd-arm-cgo), const SOCK_RDM = 4
 20518  pkg syscall (freebsd-arm-cgo), const SOL_SOCKET = 65535
 20519  pkg syscall (freebsd-arm-cgo), const SOMAXCONN = 128
 20520  pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN = 2
 20521  pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER = 4096
 20522  pkg syscall (freebsd-arm-cgo), const SO_BINTIME = 8192
 20523  pkg syscall (freebsd-arm-cgo), const SO_BROADCAST = 32
 20524  pkg syscall (freebsd-arm-cgo), const SO_DEBUG = 1
 20525  pkg syscall (freebsd-arm-cgo), const SO_DONTROUTE = 16
 20526  pkg syscall (freebsd-arm-cgo), const SO_ERROR = 4103
 20527  pkg syscall (freebsd-arm-cgo), const SO_KEEPALIVE = 8
 20528  pkg syscall (freebsd-arm-cgo), const SO_LABEL = 4105
 20529  pkg syscall (freebsd-arm-cgo), const SO_LINGER = 128
 20530  pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN = 4115
 20531  pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN = 4114
 20532  pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT = 4113
 20533  pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE = 2048
 20534  pkg syscall (freebsd-arm-cgo), const SO_NO_DDP = 32768
 20535  pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD = 16384
 20536  pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE = 256
 20537  pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL = 4112
 20538  pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL = 4118
 20539  pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE = 4118
 20540  pkg syscall (freebsd-arm-cgo), const SO_RCVBUF = 4098
 20541  pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT = 4100
 20542  pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO = 4102
 20543  pkg syscall (freebsd-arm-cgo), const SO_REUSEADDR = 4
 20544  pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT = 512
 20545  pkg syscall (freebsd-arm-cgo), const SO_SETFIB = 4116
 20546  pkg syscall (freebsd-arm-cgo), const SO_SNDBUF = 4097
 20547  pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT = 4099
 20548  pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO = 4101
 20549  pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP = 1024
 20550  pkg syscall (freebsd-arm-cgo), const SO_TYPE = 4104
 20551  pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK = 64
 20552  pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE = 4117
 20553  pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 = 463
 20554  pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT = 30
 20555  pkg syscall (freebsd-arm-cgo), const SYS_ACCESS = 33
 20556  pkg syscall (freebsd-arm-cgo), const SYS_ACCT = 51
 20557  pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME = 140
 20558  pkg syscall (freebsd-arm-cgo), const SYS_AUDIT = 445
 20559  pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL = 453
 20560  pkg syscall (freebsd-arm-cgo), const SYS_AUDITON = 446
 20561  pkg syscall (freebsd-arm-cgo), const SYS_BIND = 104
 20562  pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER = 516
 20563  pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537
 20564  pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536
 20565  pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE = 517
 20566  pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535
 20567  pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534
 20568  pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW = 514
 20569  pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515
 20570  pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533
 20571  pkg syscall (freebsd-arm-cgo), const SYS_CHDIR = 12
 20572  pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS = 34
 20573  pkg syscall (freebsd-arm-cgo), const SYS_CHMOD = 15
 20574  pkg syscall (freebsd-arm-cgo), const SYS_CHOWN = 16
 20575  pkg syscall (freebsd-arm-cgo), const SYS_CHROOT = 61
 20576  pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
 20577  pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES = 234
 20578  pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME = 232
 20579  pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME = 233
 20580  pkg syscall (freebsd-arm-cgo), const SYS_CLOSE = 6
 20581  pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM = 509
 20582  pkg syscall (freebsd-arm-cgo), const SYS_CONNECT = 98
 20583  pkg syscall (freebsd-arm-cgo), const SYS_CPUSET = 484
 20584  pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY = 487
 20585  pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID = 486
 20586  pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY = 488
 20587  pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID = 485
 20588  pkg syscall (freebsd-arm-cgo), const SYS_DUP = 41
 20589  pkg syscall (freebsd-arm-cgo), const SYS_DUP2 = 90
 20590  pkg syscall (freebsd-arm-cgo), const SYS_EACCESS = 376
 20591  pkg syscall (freebsd-arm-cgo), const SYS_EXECVE = 59
 20592  pkg syscall (freebsd-arm-cgo), const SYS_EXIT = 1
 20593  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL = 355
 20594  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 373
 20595  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 358
 20596  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 414
 20597  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD = 372
 20598  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 357
 20599  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 413
 20600  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 437
 20601  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 438
 20602  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 439
 20603  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD = 371
 20604  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 356
 20605  pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 412
 20606  pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT = 489
 20607  pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR = 13
 20608  pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS = 35
 20609  pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD = 124
 20610  pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT = 490
 20611  pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN = 123
 20612  pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT = 491
 20613  pkg syscall (freebsd-arm-cgo), const SYS_FCNTL = 92
 20614  pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE = 492
 20615  pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
 20616  pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
 20617  pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
 20618  pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN = 298
 20619  pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT = 299
 20620  pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS = 398
 20621  pkg syscall (freebsd-arm-cgo), const SYS_FLOCK = 131
 20622  pkg syscall (freebsd-arm-cgo), const SYS_FORK = 2
 20623  pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF = 192
 20624  pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
 20625  pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK = 199
 20626  pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP = 197
 20627  pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD = 173
 20628  pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE = 174
 20629  pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE = 200
 20630  pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189
 20631  pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493
 20632  pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397
 20633  pkg syscall (freebsd-arm-cgo), const SYS_FSYNC = 95
 20634  pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE = 480
 20635  pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES = 206
 20636  pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT = 494
 20637  pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT = 449
 20638  pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR = 451
 20639  pkg syscall (freebsd-arm-cgo), const SYS_GETAUID = 447
 20640  pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT = 421
 20641  pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS = 272
 20642  pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196
 20643  pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE = 89
 20644  pkg syscall (freebsd-arm-cgo), const SYS_GETEGID = 43
 20645  pkg syscall (freebsd-arm-cgo), const SYS_GETEUID = 25
 20646  pkg syscall (freebsd-arm-cgo), const SYS_GETFH = 161
 20647  pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395
 20648  pkg syscall (freebsd-arm-cgo), const SYS_GETGID = 47
 20649  pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS = 79
 20650  pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER = 86
 20651  pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN = 49
 20652  pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS = 523
 20653  pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME = 31
 20654  pkg syscall (freebsd-arm-cgo), const SYS_GETPGID = 207
 20655  pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP = 81
 20656  pkg syscall (freebsd-arm-cgo), const SYS_GETPID = 20
 20657  pkg syscall (freebsd-arm-cgo), const SYS_GETPPID = 39
 20658  pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY = 100
 20659  pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID = 361
 20660  pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID = 360
 20661  pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT = 194
 20662  pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE = 117
 20663  pkg syscall (freebsd-arm-cgo), const SYS_GETSID = 310
 20664  pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME = 32
 20665  pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT = 118
 20666  pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY = 116
 20667  pkg syscall (freebsd-arm-cgo), const SYS_GETUID = 24
 20668  pkg syscall (freebsd-arm-cgo), const SYS_IOCTL = 54
 20669  pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID = 253
 20670  pkg syscall (freebsd-arm-cgo), const SYS_JAIL = 338
 20671  pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH = 436
 20672  pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET = 506
 20673  pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE = 508
 20674  pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET = 507
 20675  pkg syscall (freebsd-arm-cgo), const SYS_KENV = 390
 20676  pkg syscall (freebsd-arm-cgo), const SYS_KEVENT = 363
 20677  pkg syscall (freebsd-arm-cgo), const SYS_KILL = 37
 20678  pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND = 306
 20679  pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD = 309
 20680  pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD = 304
 20681  pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT = 307
 20682  pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT = 308
 20683  pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM = 337
 20684  pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD = 305
 20685  pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF = 444
 20686  pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE = 362
 20687  pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE = 235
 20688  pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE = 236
 20689  pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN = 239
 20690  pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME = 238
 20691  pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME = 237
 20692  pkg syscall (freebsd-arm-cgo), const SYS_KTRACE = 45
 20693  pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS = 391
 20694  pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD = 274
 20695  pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN = 254
 20696  pkg syscall (freebsd-arm-cgo), const SYS_LGETFH = 160
 20697  pkg syscall (freebsd-arm-cgo), const SYS_LINK = 9
 20698  pkg syscall (freebsd-arm-cgo), const SYS_LINKAT = 495
 20699  pkg syscall (freebsd-arm-cgo), const SYS_LISTEN = 106
 20700  pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF = 513
 20701  pkg syscall (freebsd-arm-cgo), const SYS_LSEEK = 478
 20702  pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190
 20703  pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES = 276
 20704  pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL = 394
 20705  pkg syscall (freebsd-arm-cgo), const SYS_MADVISE = 75
 20706  pkg syscall (freebsd-arm-cgo), const SYS_MINCORE = 78
 20707  pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT = 250
 20708  pkg syscall (freebsd-arm-cgo), const SYS_MKDIR = 136
 20709  pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT = 496
 20710  pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO = 132
 20711  pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT = 497
 20712  pkg syscall (freebsd-arm-cgo), const SYS_MKNOD = 14
 20713  pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
 20714  pkg syscall (freebsd-arm-cgo), const SYS_MLOCK = 203
 20715  pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL = 324
 20716  pkg syscall (freebsd-arm-cgo), const SYS_MMAP = 477
 20717  pkg syscall (freebsd-arm-cgo), const SYS_MODFIND = 303
 20718  pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT = 302
 20719  pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT = 300
 20720  pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT = 301
 20721  pkg syscall (freebsd-arm-cgo), const SYS_MOUNT = 21
 20722  pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT = 74
 20723  pkg syscall (freebsd-arm-cgo), const SYS_MSYNC = 65
 20724  pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK = 204
 20725  pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL = 325
 20726  pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP = 73
 20727  pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP = 240
 20728  pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT = 279
 20729  pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT = 280
 20730  pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT = 378
 20731  pkg syscall (freebsd-arm-cgo), const SYS_NSTAT = 278
 20732  pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME = 176
 20733  pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME = 248
 20734  pkg syscall (freebsd-arm-cgo), const SYS_OBREAK = 17
 20735  pkg syscall (freebsd-arm-cgo), const SYS_OPEN = 5
 20736  pkg syscall (freebsd-arm-cgo), const SYS_OPENAT = 499
 20737  pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL = 252
 20738  pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE = 72
 20739  pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF = 191
 20740  pkg syscall (freebsd-arm-cgo), const SYS_PDFORK = 518
 20741  pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID = 520
 20742  pkg syscall (freebsd-arm-cgo), const SYS_PDKILL = 519
 20743  pkg syscall (freebsd-arm-cgo), const SYS_PIPE = 42
 20744  pkg syscall (freebsd-arm-cgo), const SYS_POLL = 209
 20745  pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE = 531
 20746  pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE = 530
 20747  pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT = 504
 20748  pkg syscall (freebsd-arm-cgo), const SYS_PREAD = 475
 20749  pkg syscall (freebsd-arm-cgo), const SYS_PREADV = 289
 20750  pkg syscall (freebsd-arm-cgo), const SYS_PROFIL = 44
 20751  pkg syscall (freebsd-arm-cgo), const SYS_PSELECT = 522
 20752  pkg syscall (freebsd-arm-cgo), const SYS_PTRACE = 26
 20753  pkg syscall (freebsd-arm-cgo), const SYS_PWRITE = 476
 20754  pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV = 290
 20755  pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL = 148
 20756  pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE = 528
 20757  pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS = 527
 20758  pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT = 525
 20759  pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES = 526
 20760  pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE = 529
 20761  pkg syscall (freebsd-arm-cgo), const SYS_READ = 3
 20762  pkg syscall (freebsd-arm-cgo), const SYS_READLINK = 58
 20763  pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT = 500
 20764  pkg syscall (freebsd-arm-cgo), const SYS_READV = 120
 20765  pkg syscall (freebsd-arm-cgo), const SYS_REBOOT = 55
 20766  pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM = 29
 20767  pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG = 27
 20768  pkg syscall (freebsd-arm-cgo), const SYS_RENAME = 128
 20769  pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT = 501
 20770  pkg syscall (freebsd-arm-cgo), const SYS_REVOKE = 56
 20771  pkg syscall (freebsd-arm-cgo), const SYS_RFORK = 251
 20772  pkg syscall (freebsd-arm-cgo), const SYS_RMDIR = 137
 20773  pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO = 166
 20774  pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD = 466
 20775  pkg syscall (freebsd-arm-cgo), const SYS_SBRK = 69
 20776  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM = 328
 20777  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER = 330
 20778  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
 20779  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
 20780  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
 20781  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM = 327
 20782  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER = 329
 20783  pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD = 331
 20784  pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
 20785  pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
 20786  pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
 20787  pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF = 471
 20788  pkg syscall (freebsd-arm-cgo), const SYS_SELECT = 93
 20789  pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE = 393
 20790  pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG = 28
 20791  pkg syscall (freebsd-arm-cgo), const SYS_SENDTO = 133
 20792  pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT = 450
 20793  pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR = 452
 20794  pkg syscall (freebsd-arm-cgo), const SYS_SETAUID = 448
 20795  pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT = 422
 20796  pkg syscall (freebsd-arm-cgo), const SYS_SETEGID = 182
 20797  pkg syscall (freebsd-arm-cgo), const SYS_SETEUID = 183
 20798  pkg syscall (freebsd-arm-cgo), const SYS_SETFIB = 175
 20799  pkg syscall (freebsd-arm-cgo), const SYS_SETGID = 181
 20800  pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS = 80
 20801  pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER = 83
 20802  pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN = 50
 20803  pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS = 524
 20804  pkg syscall (freebsd-arm-cgo), const SYS_SETPGID = 82
 20805  pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY = 96
 20806  pkg syscall (freebsd-arm-cgo), const SYS_SETREGID = 127
 20807  pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID = 312
 20808  pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID = 311
 20809  pkg syscall (freebsd-arm-cgo), const SYS_SETREUID = 126
 20810  pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT = 195
 20811  pkg syscall (freebsd-arm-cgo), const SYS_SETSID = 147
 20812  pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT = 105
 20813  pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY = 122
 20814  pkg syscall (freebsd-arm-cgo), const SYS_SETUID = 23
 20815  pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN = 482
 20816  pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK = 483
 20817  pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN = 134
 20818  pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION = 416
 20819  pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK = 53
 20820  pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING = 343
 20821  pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK = 340
 20822  pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE = 456
 20823  pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN = 417
 20824  pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND = 341
 20825  pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT = 345
 20826  pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT = 429
 20827  pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO = 346
 20828  pkg syscall (freebsd-arm-cgo), const SYS_SOCKET = 97
 20829  pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR = 135
 20830  pkg syscall (freebsd-arm-cgo), const SYS_SSTK = 70
 20831  pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
 20832  pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
 20833  pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT = 423
 20834  pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF = 424
 20835  pkg syscall (freebsd-arm-cgo), const SYS_SWAPON = 85
 20836  pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK = 57
 20837  pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT = 502
 20838  pkg syscall (freebsd-arm-cgo), const SYS_SYNC = 36
 20839  pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH = 165
 20840  pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE = 430
 20841  pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT = 431
 20842  pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL = 433
 20843  pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 = 481
 20844  pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW = 455
 20845  pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF = 432
 20846  pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME = 464
 20847  pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND = 442
 20848  pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE = 443
 20849  pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE = 479
 20850  pkg syscall (freebsd-arm-cgo), const SYS_UMASK = 60
 20851  pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE = 205
 20852  pkg syscall (freebsd-arm-cgo), const SYS_UNLINK = 10
 20853  pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT = 503
 20854  pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT = 22
 20855  pkg syscall (freebsd-arm-cgo), const SYS_UTIMES = 138
 20856  pkg syscall (freebsd-arm-cgo), const SYS_UTRACE = 335
 20857  pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN = 392
 20858  pkg syscall (freebsd-arm-cgo), const SYS_VFORK = 66
 20859  pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 = 7
 20860  pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 = 532
 20861  pkg syscall (freebsd-arm-cgo), const SYS_WRITE = 4
 20862  pkg syscall (freebsd-arm-cgo), const SYS_WRITEV = 121
 20863  pkg syscall (freebsd-arm-cgo), const SYS_YIELD = 321
 20864  pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK = 434
 20865  pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP = 454
 20866  pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK = 435
 20867  pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD = 354
 20868  pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE = 353
 20869  pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK = 428
 20870  pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD = 352
 20871  pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE = 351
 20872  pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK = 427
 20873  pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD = 349
 20874  pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE = 347
 20875  pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK = 425
 20876  pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD = 350
 20877  pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE = 348
 20878  pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK = 426
 20879  pkg syscall (freebsd-arm-cgo), const SYS___GETCWD = 326
 20880  pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE = 415
 20881  pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD = 386
 20882  pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE = 387
 20883  pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK = 410
 20884  pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID = 409
 20885  pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC = 384
 20886  pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD = 388
 20887  pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE = 389
 20888  pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK = 411
 20889  pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC = 385
 20890  pkg syscall (freebsd-arm-cgo), const SYS___SETUGID = 374
 20891  pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL = 202
 20892  pkg syscall (freebsd-arm-cgo), const S_IFMT = 61440
 20893  pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24
 20894  pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn = 8
 20895  pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram = 8
 20896  pkg syscall (freebsd-arm-cgo), const SizeofBpfStat = 8
 20897  pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion = 4
 20898  pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf = 12
 20899  pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader = 32
 20900  pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr = 12
 20901  pkg syscall (freebsd-arm-cgo), const SizeofIPMreq = 8
 20902  pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn = 12
 20903  pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq = 20
 20904  pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
 20905  pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88
 20906  pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104
 20907  pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr = 20
 20908  pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr = 16
 20909  pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo = 20
 20910  pkg syscall (freebsd-arm-cgo), const SizeofLinger = 8
 20911  pkg syscall (freebsd-arm-cgo), const SizeofMsghdr = 28
 20912  pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics = 56
 20913  pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr = 92
 20914  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny = 108
 20915  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
 20916  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 = 16
 20917  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 = 28
 20918  pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
 20919  pkg syscall (freebsd-arm-cgo), const TCIFLUSH = 1
 20920  pkg syscall (freebsd-arm-cgo), const TCIOFLUSH = 3
 20921  pkg syscall (freebsd-arm-cgo), const TCOFLUSH = 2
 20922  pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX = 16
 20923  pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION = 64
 20924  pkg syscall (freebsd-arm-cgo), const TCP_INFO = 32
 20925  pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT = 1024
 20926  pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE = 256
 20927  pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT = 128
 20928  pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL = 512
 20929  pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST = 4
 20930  pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN = 60
 20931  pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN = 40
 20932  pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG = 2
 20933  pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN = 65535
 20934  pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK = 4
 20935  pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
 20936  pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG = 16
 20937  pkg syscall (freebsd-arm-cgo), const TCP_MINMSS = 216
 20938  pkg syscall (freebsd-arm-cgo), const TCP_MSS = 536
 20939  pkg syscall (freebsd-arm-cgo), const TCP_NOOPT = 8
 20940  pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH = 4
 20941  pkg syscall (freebsd-arm-cgo), const TCSAFLUSH = 2
 20942  pkg syscall (freebsd-arm-cgo), const TIOCCBRK = 536900730
 20943  pkg syscall (freebsd-arm-cgo), const TIOCCDTR = 536900728
 20944  pkg syscall (freebsd-arm-cgo), const TIOCCONS = 2147775586
 20945  pkg syscall (freebsd-arm-cgo), const TIOCDRAIN = 536900702
 20946  pkg syscall (freebsd-arm-cgo), const TIOCEXCL = 536900621
 20947  pkg syscall (freebsd-arm-cgo), const TIOCEXT = 2147775584
 20948  pkg syscall (freebsd-arm-cgo), const TIOCFLUSH = 2147775504
 20949  pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT = 1074033750
 20950  pkg syscall (freebsd-arm-cgo), const TIOCGETA = 1076655123
 20951  pkg syscall (freebsd-arm-cgo), const TIOCGETD = 1074033690
 20952  pkg syscall (freebsd-arm-cgo), const TIOCGPGRP = 1074033783
 20953  pkg syscall (freebsd-arm-cgo), const TIOCGPTN = 1074033679
 20954  pkg syscall (freebsd-arm-cgo), const TIOCGSID = 1074033763
 20955  pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ = 1074295912
 20956  pkg syscall (freebsd-arm-cgo), const TIOCMBIC = 2147775595
 20957  pkg syscall (freebsd-arm-cgo), const TIOCMBIS = 2147775596
 20958  pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT = 1074033754
 20959  pkg syscall (freebsd-arm-cgo), const TIOCMGET = 1074033770
 20960  pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT = 2147775579
 20961  pkg syscall (freebsd-arm-cgo), const TIOCMSET = 2147775597
 20962  pkg syscall (freebsd-arm-cgo), const TIOCM_CAR = 64
 20963  pkg syscall (freebsd-arm-cgo), const TIOCM_CD = 64
 20964  pkg syscall (freebsd-arm-cgo), const TIOCM_CTS = 32
 20965  pkg syscall (freebsd-arm-cgo), const TIOCM_DCD = 64
 20966  pkg syscall (freebsd-arm-cgo), const TIOCM_DSR = 256
 20967  pkg syscall (freebsd-arm-cgo), const TIOCM_DTR = 2
 20968  pkg syscall (freebsd-arm-cgo), const TIOCM_LE = 1
 20969  pkg syscall (freebsd-arm-cgo), const TIOCM_RI = 128
 20970  pkg syscall (freebsd-arm-cgo), const TIOCM_RNG = 128
 20971  pkg syscall (freebsd-arm-cgo), const TIOCM_RTS = 4
 20972  pkg syscall (freebsd-arm-cgo), const TIOCM_SR = 16
 20973  pkg syscall (freebsd-arm-cgo), const TIOCM_ST = 8
 20974  pkg syscall (freebsd-arm-cgo), const TIOCNOTTY = 536900721
 20975  pkg syscall (freebsd-arm-cgo), const TIOCNXCL = 536900622
 20976  pkg syscall (freebsd-arm-cgo), const TIOCOUTQ = 1074033779
 20977  pkg syscall (freebsd-arm-cgo), const TIOCPKT = 2147775600
 20978  pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA = 0
 20979  pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP = 32
 20980  pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
 20981  pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
 20982  pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL = 64
 20983  pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP = 16
 20984  pkg syscall (freebsd-arm-cgo), const TIOCPKT_START = 8
 20985  pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP = 4
 20986  pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER = 536900636
 20987  pkg syscall (freebsd-arm-cgo), const TIOCSBRK = 536900731
 20988  pkg syscall (freebsd-arm-cgo), const TIOCSCTTY = 536900705
 20989  pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT = 2147775575
 20990  pkg syscall (freebsd-arm-cgo), const TIOCSDTR = 536900729
 20991  pkg syscall (freebsd-arm-cgo), const TIOCSETA = 2150396948
 20992  pkg syscall (freebsd-arm-cgo), const TIOCSETAF = 2150396950
 20993  pkg syscall (freebsd-arm-cgo), const TIOCSETAW = 2150396949
 20994  pkg syscall (freebsd-arm-cgo), const TIOCSETD = 2147775515
 20995  pkg syscall (freebsd-arm-cgo), const TIOCSIG = 537162847
 20996  pkg syscall (freebsd-arm-cgo), const TIOCSPGRP = 2147775606
 20997  pkg syscall (freebsd-arm-cgo), const TIOCSTART = 536900718
 20998  pkg syscall (freebsd-arm-cgo), const TIOCSTAT = 536900709
 20999  pkg syscall (freebsd-arm-cgo), const TIOCSTI = 2147578994
 21000  pkg syscall (freebsd-arm-cgo), const TIOCSTOP = 536900719
 21001  pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ = 2148037735
 21002  pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
 21003  pkg syscall (freebsd-arm-cgo), const TIOCUCNTL = 2147775590
 21004  pkg syscall (freebsd-arm-cgo), const TOSTOP = 4194304
 21005  pkg syscall (freebsd-arm-cgo), const VDISCARD = 15
 21006  pkg syscall (freebsd-arm-cgo), const VDSUSP = 11
 21007  pkg syscall (freebsd-arm-cgo), const VEOF = 0
 21008  pkg syscall (freebsd-arm-cgo), const VEOL = 1
 21009  pkg syscall (freebsd-arm-cgo), const VEOL2 = 2
 21010  pkg syscall (freebsd-arm-cgo), const VERASE = 3
 21011  pkg syscall (freebsd-arm-cgo), const VERASE2 = 7
 21012  pkg syscall (freebsd-arm-cgo), const VINTR = 8
 21013  pkg syscall (freebsd-arm-cgo), const VKILL = 5
 21014  pkg syscall (freebsd-arm-cgo), const VLNEXT = 14
 21015  pkg syscall (freebsd-arm-cgo), const VMIN = 16
 21016  pkg syscall (freebsd-arm-cgo), const VQUIT = 9
 21017  pkg syscall (freebsd-arm-cgo), const VREPRINT = 6
 21018  pkg syscall (freebsd-arm-cgo), const VSTART = 12
 21019  pkg syscall (freebsd-arm-cgo), const VSTATUS = 18
 21020  pkg syscall (freebsd-arm-cgo), const VSTOP = 13
 21021  pkg syscall (freebsd-arm-cgo), const VSUSP = 10
 21022  pkg syscall (freebsd-arm-cgo), const VTIME = 17
 21023  pkg syscall (freebsd-arm-cgo), const VWERASE = 4
 21024  pkg syscall (freebsd-arm-cgo), const WCONTINUED = 4
 21025  pkg syscall (freebsd-arm-cgo), const WCOREFLAG = 128
 21026  pkg syscall (freebsd-arm-cgo), const WEXITED = 16
 21027  pkg syscall (freebsd-arm-cgo), const WLINUXCLONE = 2147483648
 21028  pkg syscall (freebsd-arm-cgo), const WNOHANG = 1
 21029  pkg syscall (freebsd-arm-cgo), const WNOWAIT = 8
 21030  pkg syscall (freebsd-arm-cgo), const WSTOPPED = 2
 21031  pkg syscall (freebsd-arm-cgo), const WTRAPPED = 32
 21032  pkg syscall (freebsd-arm-cgo), const WUNTRACED = 2
 21033  pkg syscall (linux-386), const AF_ALG = 38
 21034  pkg syscall (linux-386), const AF_APPLETALK = 5
 21035  pkg syscall (linux-386), const AF_ASH = 18
 21036  pkg syscall (linux-386), const AF_ATMPVC = 8
 21037  pkg syscall (linux-386), const AF_ATMSVC = 20
 21038  pkg syscall (linux-386), const AF_AX25 = 3
 21039  pkg syscall (linux-386), const AF_BLUETOOTH = 31
 21040  pkg syscall (linux-386), const AF_BRIDGE = 7
 21041  pkg syscall (linux-386), const AF_CAIF = 37
 21042  pkg syscall (linux-386), const AF_CAN = 29
 21043  pkg syscall (linux-386), const AF_DECnet = 12
 21044  pkg syscall (linux-386), const AF_ECONET = 19
 21045  pkg syscall (linux-386), const AF_FILE = 1
 21046  pkg syscall (linux-386), const AF_IEEE802154 = 36
 21047  pkg syscall (linux-386), const AF_INET6 = 10
 21048  pkg syscall (linux-386), const AF_IPX = 4
 21049  pkg syscall (linux-386), const AF_IRDA = 23
 21050  pkg syscall (linux-386), const AF_ISDN = 34
 21051  pkg syscall (linux-386), const AF_IUCV = 32
 21052  pkg syscall (linux-386), const AF_KEY = 15
 21053  pkg syscall (linux-386), const AF_LLC = 26
 21054  pkg syscall (linux-386), const AF_LOCAL = 1
 21055  pkg syscall (linux-386), const AF_MAX = 39
 21056  pkg syscall (linux-386), const AF_NETBEUI = 13
 21057  pkg syscall (linux-386), const AF_NETLINK = 16
 21058  pkg syscall (linux-386), const AF_NETROM = 6
 21059  pkg syscall (linux-386), const AF_PACKET = 17
 21060  pkg syscall (linux-386), const AF_PHONET = 35
 21061  pkg syscall (linux-386), const AF_PPPOX = 24
 21062  pkg syscall (linux-386), const AF_RDS = 21
 21063  pkg syscall (linux-386), const AF_ROSE = 11
 21064  pkg syscall (linux-386), const AF_ROUTE = 16
 21065  pkg syscall (linux-386), const AF_RXRPC = 33
 21066  pkg syscall (linux-386), const AF_SECURITY = 14
 21067  pkg syscall (linux-386), const AF_SNA = 22
 21068  pkg syscall (linux-386), const AF_TIPC = 30
 21069  pkg syscall (linux-386), const AF_WANPIPE = 25
 21070  pkg syscall (linux-386), const AF_X25 = 9
 21071  pkg syscall (linux-386), const ARPHRD_ADAPT = 264
 21072  pkg syscall (linux-386), const ARPHRD_APPLETLK = 8
 21073  pkg syscall (linux-386), const ARPHRD_ARCNET = 7
 21074  pkg syscall (linux-386), const ARPHRD_ASH = 781
 21075  pkg syscall (linux-386), const ARPHRD_ATM = 19
 21076  pkg syscall (linux-386), const ARPHRD_AX25 = 3
 21077  pkg syscall (linux-386), const ARPHRD_BIF = 775
 21078  pkg syscall (linux-386), const ARPHRD_CHAOS = 5
 21079  pkg syscall (linux-386), const ARPHRD_CISCO = 513
 21080  pkg syscall (linux-386), const ARPHRD_CSLIP = 257
 21081  pkg syscall (linux-386), const ARPHRD_CSLIP6 = 259
 21082  pkg syscall (linux-386), const ARPHRD_DDCMP = 517
 21083  pkg syscall (linux-386), const ARPHRD_DLCI = 15
 21084  pkg syscall (linux-386), const ARPHRD_ECONET = 782
 21085  pkg syscall (linux-386), const ARPHRD_EETHER = 2
 21086  pkg syscall (linux-386), const ARPHRD_ETHER = 1
 21087  pkg syscall (linux-386), const ARPHRD_EUI64 = 27
 21088  pkg syscall (linux-386), const ARPHRD_FCAL = 785
 21089  pkg syscall (linux-386), const ARPHRD_FCFABRIC = 787
 21090  pkg syscall (linux-386), const ARPHRD_FCPL = 786
 21091  pkg syscall (linux-386), const ARPHRD_FCPP = 784
 21092  pkg syscall (linux-386), const ARPHRD_FDDI = 774
 21093  pkg syscall (linux-386), const ARPHRD_FRAD = 770
 21094  pkg syscall (linux-386), const ARPHRD_HDLC = 513
 21095  pkg syscall (linux-386), const ARPHRD_HIPPI = 780
 21096  pkg syscall (linux-386), const ARPHRD_HWX25 = 272
 21097  pkg syscall (linux-386), const ARPHRD_IEEE1394 = 24
 21098  pkg syscall (linux-386), const ARPHRD_IEEE802 = 6
 21099  pkg syscall (linux-386), const ARPHRD_IEEE80211 = 801
 21100  pkg syscall (linux-386), const ARPHRD_IEEE80211_PRISM = 802
 21101  pkg syscall (linux-386), const ARPHRD_IEEE80211_RADIOTAP = 803
 21102  pkg syscall (linux-386), const ARPHRD_IEEE802154 = 804
 21103  pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY = 805
 21104  pkg syscall (linux-386), const ARPHRD_IEEE802_TR = 800
 21105  pkg syscall (linux-386), const ARPHRD_INFINIBAND = 32
 21106  pkg syscall (linux-386), const ARPHRD_IPDDP = 777
 21107  pkg syscall (linux-386), const ARPHRD_IPGRE = 778
 21108  pkg syscall (linux-386), const ARPHRD_IRDA = 783
 21109  pkg syscall (linux-386), const ARPHRD_LAPB = 516
 21110  pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773
 21111  pkg syscall (linux-386), const ARPHRD_LOOPBACK = 772
 21112  pkg syscall (linux-386), const ARPHRD_METRICOM = 23
 21113  pkg syscall (linux-386), const ARPHRD_NETROM = 0
 21114  pkg syscall (linux-386), const ARPHRD_NONE = 65534
 21115  pkg syscall (linux-386), const ARPHRD_PIMREG = 779
 21116  pkg syscall (linux-386), const ARPHRD_PPP = 512
 21117  pkg syscall (linux-386), const ARPHRD_PRONET = 4
 21118  pkg syscall (linux-386), const ARPHRD_RAWHDLC = 518
 21119  pkg syscall (linux-386), const ARPHRD_ROSE = 270
 21120  pkg syscall (linux-386), const ARPHRD_RSRVD = 260
 21121  pkg syscall (linux-386), const ARPHRD_SIT = 776
 21122  pkg syscall (linux-386), const ARPHRD_SKIP = 771
 21123  pkg syscall (linux-386), const ARPHRD_SLIP = 256
 21124  pkg syscall (linux-386), const ARPHRD_SLIP6 = 258
 21125  pkg syscall (linux-386), const ARPHRD_TUNNEL = 768
 21126  pkg syscall (linux-386), const ARPHRD_TUNNEL6 = 769
 21127  pkg syscall (linux-386), const ARPHRD_VOID = 65535
 21128  pkg syscall (linux-386), const ARPHRD_X25 = 271
 21129  pkg syscall (linux-386), const B0 = 0
 21130  pkg syscall (linux-386), const B1000000 = 4104
 21131  pkg syscall (linux-386), const B110 = 3
 21132  pkg syscall (linux-386), const B115200 = 4098
 21133  pkg syscall (linux-386), const B1152000 = 4105
 21134  pkg syscall (linux-386), const B1200 = 9
 21135  pkg syscall (linux-386), const B134 = 4
 21136  pkg syscall (linux-386), const B150 = 5
 21137  pkg syscall (linux-386), const B1500000 = 4106
 21138  pkg syscall (linux-386), const B1800 = 10
 21139  pkg syscall (linux-386), const B19200 = 14
 21140  pkg syscall (linux-386), const B200 = 6
 21141  pkg syscall (linux-386), const B2000000 = 4107
 21142  pkg syscall (linux-386), const B230400 = 4099
 21143  pkg syscall (linux-386), const B2400 = 11
 21144  pkg syscall (linux-386), const B2500000 = 4108
 21145  pkg syscall (linux-386), const B300 = 7
 21146  pkg syscall (linux-386), const B3000000 = 4109
 21147  pkg syscall (linux-386), const B3500000 = 4110
 21148  pkg syscall (linux-386), const B38400 = 15
 21149  pkg syscall (linux-386), const B4000000 = 4111
 21150  pkg syscall (linux-386), const B460800 = 4100
 21151  pkg syscall (linux-386), const B4800 = 12
 21152  pkg syscall (linux-386), const B50 = 1
 21153  pkg syscall (linux-386), const B500000 = 4101
 21154  pkg syscall (linux-386), const B57600 = 4097
 21155  pkg syscall (linux-386), const B576000 = 4102
 21156  pkg syscall (linux-386), const B600 = 8
 21157  pkg syscall (linux-386), const B75 = 2
 21158  pkg syscall (linux-386), const B921600 = 4103
 21159  pkg syscall (linux-386), const B9600 = 13
 21160  pkg syscall (linux-386), const BPF_A = 16
 21161  pkg syscall (linux-386), const BPF_ABS = 32
 21162  pkg syscall (linux-386), const BPF_ADD = 0
 21163  pkg syscall (linux-386), const BPF_ALU = 4
 21164  pkg syscall (linux-386), const BPF_AND = 80
 21165  pkg syscall (linux-386), const BPF_B = 16
 21166  pkg syscall (linux-386), const BPF_DIV = 48
 21167  pkg syscall (linux-386), const BPF_H = 8
 21168  pkg syscall (linux-386), const BPF_IMM = 0
 21169  pkg syscall (linux-386), const BPF_IND = 64
 21170  pkg syscall (linux-386), const BPF_JA = 0
 21171  pkg syscall (linux-386), const BPF_JEQ = 16
 21172  pkg syscall (linux-386), const BPF_JGE = 48
 21173  pkg syscall (linux-386), const BPF_JGT = 32
 21174  pkg syscall (linux-386), const BPF_JMP = 5
 21175  pkg syscall (linux-386), const BPF_JSET = 64
 21176  pkg syscall (linux-386), const BPF_K = 0
 21177  pkg syscall (linux-386), const BPF_LD = 0
 21178  pkg syscall (linux-386), const BPF_LDX = 1
 21179  pkg syscall (linux-386), const BPF_LEN = 128
 21180  pkg syscall (linux-386), const BPF_LSH = 96
 21181  pkg syscall (linux-386), const BPF_MAJOR_VERSION = 1
 21182  pkg syscall (linux-386), const BPF_MAXINSNS = 4096
 21183  pkg syscall (linux-386), const BPF_MEM = 96
 21184  pkg syscall (linux-386), const BPF_MEMWORDS = 16
 21185  pkg syscall (linux-386), const BPF_MINOR_VERSION = 1
 21186  pkg syscall (linux-386), const BPF_MISC = 7
 21187  pkg syscall (linux-386), const BPF_MSH = 160
 21188  pkg syscall (linux-386), const BPF_MUL = 32
 21189  pkg syscall (linux-386), const BPF_NEG = 128
 21190  pkg syscall (linux-386), const BPF_OR = 64
 21191  pkg syscall (linux-386), const BPF_RET = 6
 21192  pkg syscall (linux-386), const BPF_RSH = 112
 21193  pkg syscall (linux-386), const BPF_ST = 2
 21194  pkg syscall (linux-386), const BPF_STX = 3
 21195  pkg syscall (linux-386), const BPF_SUB = 16
 21196  pkg syscall (linux-386), const BPF_TAX = 0
 21197  pkg syscall (linux-386), const BPF_TXA = 128
 21198  pkg syscall (linux-386), const BPF_W = 0
 21199  pkg syscall (linux-386), const BPF_X = 8
 21200  pkg syscall (linux-386), const BRKINT = 2
 21201  pkg syscall (linux-386), const CLOCAL = 2048
 21202  pkg syscall (linux-386), const CREAD = 128
 21203  pkg syscall (linux-386), const CS5 = 0
 21204  pkg syscall (linux-386), const CS6 = 16
 21205  pkg syscall (linux-386), const CS7 = 32
 21206  pkg syscall (linux-386), const CS8 = 48
 21207  pkg syscall (linux-386), const CSIZE = 48
 21208  pkg syscall (linux-386), const CSTOPB = 64
 21209  pkg syscall (linux-386), const DT_BLK = 6
 21210  pkg syscall (linux-386), const DT_CHR = 2
 21211  pkg syscall (linux-386), const DT_DIR = 4
 21212  pkg syscall (linux-386), const DT_FIFO = 1
 21213  pkg syscall (linux-386), const DT_LNK = 10
 21214  pkg syscall (linux-386), const DT_REG = 8
 21215  pkg syscall (linux-386), const DT_SOCK = 12
 21216  pkg syscall (linux-386), const DT_UNKNOWN = 0
 21217  pkg syscall (linux-386), const DT_WHT = 14
 21218  pkg syscall (linux-386), const E2BIG = 7
 21219  pkg syscall (linux-386), const EACCES = 13
 21220  pkg syscall (linux-386), const EADDRINUSE = 98
 21221  pkg syscall (linux-386), const EADDRNOTAVAIL = 99
 21222  pkg syscall (linux-386), const EADV = 68
 21223  pkg syscall (linux-386), const EAFNOSUPPORT = 97
 21224  pkg syscall (linux-386), const EAGAIN = 11
 21225  pkg syscall (linux-386), const EALREADY = 114
 21226  pkg syscall (linux-386), const EBADE = 52
 21227  pkg syscall (linux-386), const EBADF = 9
 21228  pkg syscall (linux-386), const EBADFD = 77
 21229  pkg syscall (linux-386), const EBADMSG = 74
 21230  pkg syscall (linux-386), const EBADR = 53
 21231  pkg syscall (linux-386), const EBADRQC = 56
 21232  pkg syscall (linux-386), const EBADSLT = 57
 21233  pkg syscall (linux-386), const EBFONT = 59
 21234  pkg syscall (linux-386), const EBUSY = 16
 21235  pkg syscall (linux-386), const ECANCELED = 125
 21236  pkg syscall (linux-386), const ECHILD = 10
 21237  pkg syscall (linux-386), const ECHO = 8
 21238  pkg syscall (linux-386), const ECHOCTL = 512
 21239  pkg syscall (linux-386), const ECHOE = 16
 21240  pkg syscall (linux-386), const ECHOK = 32
 21241  pkg syscall (linux-386), const ECHOKE = 2048
 21242  pkg syscall (linux-386), const ECHONL = 64
 21243  pkg syscall (linux-386), const ECHOPRT = 1024
 21244  pkg syscall (linux-386), const ECHRNG = 44
 21245  pkg syscall (linux-386), const ECOMM = 70
 21246  pkg syscall (linux-386), const ECONNABORTED = 103
 21247  pkg syscall (linux-386), const ECONNREFUSED = 111
 21248  pkg syscall (linux-386), const ECONNRESET = 104
 21249  pkg syscall (linux-386), const EDEADLK = 35
 21250  pkg syscall (linux-386), const EDEADLOCK = 35
 21251  pkg syscall (linux-386), const EDESTADDRREQ = 89
 21252  pkg syscall (linux-386), const EDOM = 33
 21253  pkg syscall (linux-386), const EDOTDOT = 73
 21254  pkg syscall (linux-386), const EDQUOT = 122
 21255  pkg syscall (linux-386), const EEXIST = 17
 21256  pkg syscall (linux-386), const EFAULT = 14
 21257  pkg syscall (linux-386), const EFBIG = 27
 21258  pkg syscall (linux-386), const EHOSTDOWN = 112
 21259  pkg syscall (linux-386), const EHOSTUNREACH = 113
 21260  pkg syscall (linux-386), const EIDRM = 43
 21261  pkg syscall (linux-386), const EILSEQ = 84
 21262  pkg syscall (linux-386), const EINPROGRESS = 115
 21263  pkg syscall (linux-386), const EINTR = 4
 21264  pkg syscall (linux-386), const EINVAL = 22
 21265  pkg syscall (linux-386), const EIO = 5
 21266  pkg syscall (linux-386), const EISCONN = 106
 21267  pkg syscall (linux-386), const EISDIR = 21
 21268  pkg syscall (linux-386), const EISNAM = 120
 21269  pkg syscall (linux-386), const EKEYEXPIRED = 127
 21270  pkg syscall (linux-386), const EKEYREJECTED = 129
 21271  pkg syscall (linux-386), const EKEYREVOKED = 128
 21272  pkg syscall (linux-386), const EL2HLT = 51
 21273  pkg syscall (linux-386), const EL2NSYNC = 45
 21274  pkg syscall (linux-386), const EL3HLT = 46
 21275  pkg syscall (linux-386), const EL3RST = 47
 21276  pkg syscall (linux-386), const ELIBACC = 79
 21277  pkg syscall (linux-386), const ELIBBAD = 80
 21278  pkg syscall (linux-386), const ELIBEXEC = 83
 21279  pkg syscall (linux-386), const ELIBMAX = 82
 21280  pkg syscall (linux-386), const ELIBSCN = 81
 21281  pkg syscall (linux-386), const ELNRNG = 48
 21282  pkg syscall (linux-386), const ELOOP = 40
 21283  pkg syscall (linux-386), const EMEDIUMTYPE = 124
 21284  pkg syscall (linux-386), const EMFILE = 24
 21285  pkg syscall (linux-386), const EMLINK = 31
 21286  pkg syscall (linux-386), const EMSGSIZE = 90
 21287  pkg syscall (linux-386), const EMULTIHOP = 72
 21288  pkg syscall (linux-386), const ENAMETOOLONG = 36
 21289  pkg syscall (linux-386), const ENAVAIL = 119
 21290  pkg syscall (linux-386), const ENETDOWN = 100
 21291  pkg syscall (linux-386), const ENETRESET = 102
 21292  pkg syscall (linux-386), const ENETUNREACH = 101
 21293  pkg syscall (linux-386), const ENFILE = 23
 21294  pkg syscall (linux-386), const ENOANO = 55
 21295  pkg syscall (linux-386), const ENOBUFS = 105
 21296  pkg syscall (linux-386), const ENOCSI = 50
 21297  pkg syscall (linux-386), const ENODATA = 61
 21298  pkg syscall (linux-386), const ENODEV = 19
 21299  pkg syscall (linux-386), const ENOEXEC = 8
 21300  pkg syscall (linux-386), const ENOKEY = 126
 21301  pkg syscall (linux-386), const ENOLCK = 37
 21302  pkg syscall (linux-386), const ENOLINK = 67
 21303  pkg syscall (linux-386), const ENOMEDIUM = 123
 21304  pkg syscall (linux-386), const ENOMEM = 12
 21305  pkg syscall (linux-386), const ENOMSG = 42
 21306  pkg syscall (linux-386), const ENONET = 64
 21307  pkg syscall (linux-386), const ENOPKG = 65
 21308  pkg syscall (linux-386), const ENOPROTOOPT = 92
 21309  pkg syscall (linux-386), const ENOSPC = 28
 21310  pkg syscall (linux-386), const ENOSR = 63
 21311  pkg syscall (linux-386), const ENOSTR = 60
 21312  pkg syscall (linux-386), const ENOSYS = 38
 21313  pkg syscall (linux-386), const ENOTBLK = 15
 21314  pkg syscall (linux-386), const ENOTCONN = 107
 21315  pkg syscall (linux-386), const ENOTDIR = 20
 21316  pkg syscall (linux-386), const ENOTEMPTY = 39
 21317  pkg syscall (linux-386), const ENOTNAM = 118
 21318  pkg syscall (linux-386), const ENOTRECOVERABLE = 131
 21319  pkg syscall (linux-386), const ENOTSOCK = 88
 21320  pkg syscall (linux-386), const ENOTSUP = 95
 21321  pkg syscall (linux-386), const ENOTTY = 25
 21322  pkg syscall (linux-386), const ENOTUNIQ = 76
 21323  pkg syscall (linux-386), const ENXIO = 6
 21324  pkg syscall (linux-386), const EOPNOTSUPP = 95
 21325  pkg syscall (linux-386), const EOVERFLOW = 75
 21326  pkg syscall (linux-386), const EOWNERDEAD = 130
 21327  pkg syscall (linux-386), const EPERM = 1
 21328  pkg syscall (linux-386), const EPFNOSUPPORT = 96
 21329  pkg syscall (linux-386), const EPIPE = 32
 21330  pkg syscall (linux-386), const EPOLLERR = 8
 21331  pkg syscall (linux-386), const EPOLLET = -2147483648
 21332  pkg syscall (linux-386), const EPOLLHUP = 16
 21333  pkg syscall (linux-386), const EPOLLIN = 1
 21334  pkg syscall (linux-386), const EPOLLMSG = 1024
 21335  pkg syscall (linux-386), const EPOLLONESHOT = 1073741824
 21336  pkg syscall (linux-386), const EPOLLOUT = 4
 21337  pkg syscall (linux-386), const EPOLLPRI = 2
 21338  pkg syscall (linux-386), const EPOLLRDBAND = 128
 21339  pkg syscall (linux-386), const EPOLLRDHUP = 8192
 21340  pkg syscall (linux-386), const EPOLLRDNORM = 64
 21341  pkg syscall (linux-386), const EPOLLWRBAND = 512
 21342  pkg syscall (linux-386), const EPOLLWRNORM = 256
 21343  pkg syscall (linux-386), const EPOLL_CLOEXEC = 524288
 21344  pkg syscall (linux-386), const EPOLL_CTL_ADD = 1
 21345  pkg syscall (linux-386), const EPOLL_CTL_DEL = 2
 21346  pkg syscall (linux-386), const EPOLL_CTL_MOD = 3
 21347  pkg syscall (linux-386), const EPOLL_NONBLOCK = 2048
 21348  pkg syscall (linux-386), const EPROTO = 71
 21349  pkg syscall (linux-386), const EPROTONOSUPPORT = 93
 21350  pkg syscall (linux-386), const EPROTOTYPE = 91
 21351  pkg syscall (linux-386), const ERANGE = 34
 21352  pkg syscall (linux-386), const EREMCHG = 78
 21353  pkg syscall (linux-386), const EREMOTE = 66
 21354  pkg syscall (linux-386), const EREMOTEIO = 121
 21355  pkg syscall (linux-386), const ERESTART = 85
 21356  pkg syscall (linux-386), const ERFKILL = 132
 21357  pkg syscall (linux-386), const EROFS = 30
 21358  pkg syscall (linux-386), const ESHUTDOWN = 108
 21359  pkg syscall (linux-386), const ESOCKTNOSUPPORT = 94
 21360  pkg syscall (linux-386), const ESPIPE = 29
 21361  pkg syscall (linux-386), const ESRCH = 3
 21362  pkg syscall (linux-386), const ESRMNT = 69
 21363  pkg syscall (linux-386), const ESTALE = 116
 21364  pkg syscall (linux-386), const ESTRPIPE = 86
 21365  pkg syscall (linux-386), const ETH_P_1588 = 35063
 21366  pkg syscall (linux-386), const ETH_P_8021Q = 33024
 21367  pkg syscall (linux-386), const ETH_P_802_2 = 4
 21368  pkg syscall (linux-386), const ETH_P_802_3 = 1
 21369  pkg syscall (linux-386), const ETH_P_AARP = 33011
 21370  pkg syscall (linux-386), const ETH_P_ALL = 3
 21371  pkg syscall (linux-386), const ETH_P_AOE = 34978
 21372  pkg syscall (linux-386), const ETH_P_ARCNET = 26
 21373  pkg syscall (linux-386), const ETH_P_ARP = 2054
 21374  pkg syscall (linux-386), const ETH_P_ATALK = 32923
 21375  pkg syscall (linux-386), const ETH_P_ATMFATE = 34948
 21376  pkg syscall (linux-386), const ETH_P_ATMMPOA = 34892
 21377  pkg syscall (linux-386), const ETH_P_AX25 = 2
 21378  pkg syscall (linux-386), const ETH_P_BPQ = 2303
 21379  pkg syscall (linux-386), const ETH_P_CAIF = 247
 21380  pkg syscall (linux-386), const ETH_P_CAN = 12
 21381  pkg syscall (linux-386), const ETH_P_CONTROL = 22
 21382  pkg syscall (linux-386), const ETH_P_CUST = 24582
 21383  pkg syscall (linux-386), const ETH_P_DDCMP = 6
 21384  pkg syscall (linux-386), const ETH_P_DEC = 24576
 21385  pkg syscall (linux-386), const ETH_P_DIAG = 24581
 21386  pkg syscall (linux-386), const ETH_P_DNA_DL = 24577
 21387  pkg syscall (linux-386), const ETH_P_DNA_RC = 24578
 21388  pkg syscall (linux-386), const ETH_P_DNA_RT = 24579
 21389  pkg syscall (linux-386), const ETH_P_DSA = 27
 21390  pkg syscall (linux-386), const ETH_P_ECONET = 24
 21391  pkg syscall (linux-386), const ETH_P_EDSA = 56026
 21392  pkg syscall (linux-386), const ETH_P_FCOE = 35078
 21393  pkg syscall (linux-386), const ETH_P_FIP = 35092
 21394  pkg syscall (linux-386), const ETH_P_HDLC = 25
 21395  pkg syscall (linux-386), const ETH_P_IEEE802154 = 246
 21396  pkg syscall (linux-386), const ETH_P_IEEEPUP = 2560
 21397  pkg syscall (linux-386), const ETH_P_IEEEPUPAT = 2561
 21398  pkg syscall (linux-386), const ETH_P_IP = 2048
 21399  pkg syscall (linux-386), const ETH_P_IPV6 = 34525
 21400  pkg syscall (linux-386), const ETH_P_IPX = 33079
 21401  pkg syscall (linux-386), const ETH_P_IRDA = 23
 21402  pkg syscall (linux-386), const ETH_P_LAT = 24580
 21403  pkg syscall (linux-386), const ETH_P_LINK_CTL = 34924
 21404  pkg syscall (linux-386), const ETH_P_LOCALTALK = 9
 21405  pkg syscall (linux-386), const ETH_P_LOOP = 96
 21406  pkg syscall (linux-386), const ETH_P_MOBITEX = 21
 21407  pkg syscall (linux-386), const ETH_P_MPLS_MC = 34888
 21408  pkg syscall (linux-386), const ETH_P_MPLS_UC = 34887
 21409  pkg syscall (linux-386), const ETH_P_PAE = 34958
 21410  pkg syscall (linux-386), const ETH_P_PAUSE = 34824
 21411  pkg syscall (linux-386), const ETH_P_PHONET = 245
 21412  pkg syscall (linux-386), const ETH_P_PPPTALK = 16
 21413  pkg syscall (linux-386), const ETH_P_PPP_DISC = 34915
 21414  pkg syscall (linux-386), const ETH_P_PPP_MP = 8
 21415  pkg syscall (linux-386), const ETH_P_PPP_SES = 34916
 21416  pkg syscall (linux-386), const ETH_P_PUP = 512
 21417  pkg syscall (linux-386), const ETH_P_PUPAT = 513
 21418  pkg syscall (linux-386), const ETH_P_RARP = 32821
 21419  pkg syscall (linux-386), const ETH_P_SCA = 24583
 21420  pkg syscall (linux-386), const ETH_P_SLOW = 34825
 21421  pkg syscall (linux-386), const ETH_P_SNAP = 5
 21422  pkg syscall (linux-386), const ETH_P_TEB = 25944
 21423  pkg syscall (linux-386), const ETH_P_TIPC = 35018
 21424  pkg syscall (linux-386), const ETH_P_TRAILER = 28
 21425  pkg syscall (linux-386), const ETH_P_TR_802_2 = 17
 21426  pkg syscall (linux-386), const ETH_P_WAN_PPP = 7
 21427  pkg syscall (linux-386), const ETH_P_WCCP = 34878
 21428  pkg syscall (linux-386), const ETH_P_X25 = 2053
 21429  pkg syscall (linux-386), const ETIME = 62
 21430  pkg syscall (linux-386), const ETIMEDOUT = 110
 21431  pkg syscall (linux-386), const ETOOMANYREFS = 109
 21432  pkg syscall (linux-386), const ETXTBSY = 26
 21433  pkg syscall (linux-386), const EUCLEAN = 117
 21434  pkg syscall (linux-386), const EUNATCH = 49
 21435  pkg syscall (linux-386), const EUSERS = 87
 21436  pkg syscall (linux-386), const EWOULDBLOCK = 11
 21437  pkg syscall (linux-386), const EXDEV = 18
 21438  pkg syscall (linux-386), const EXFULL = 54
 21439  pkg syscall (linux-386), const FD_CLOEXEC = 1
 21440  pkg syscall (linux-386), const FD_SETSIZE = 1024
 21441  pkg syscall (linux-386), const FLUSHO = 4096
 21442  pkg syscall (linux-386), const F_DUPFD = 0
 21443  pkg syscall (linux-386), const F_DUPFD_CLOEXEC = 1030
 21444  pkg syscall (linux-386), const F_EXLCK = 4
 21445  pkg syscall (linux-386), const F_GETFD = 1
 21446  pkg syscall (linux-386), const F_GETFL = 3
 21447  pkg syscall (linux-386), const F_GETLEASE = 1025
 21448  pkg syscall (linux-386), const F_GETLK = 12
 21449  pkg syscall (linux-386), const F_GETLK64 = 12
 21450  pkg syscall (linux-386), const F_GETOWN = 9
 21451  pkg syscall (linux-386), const F_GETOWN_EX = 16
 21452  pkg syscall (linux-386), const F_GETPIPE_SZ = 1032
 21453  pkg syscall (linux-386), const F_GETSIG = 11
 21454  pkg syscall (linux-386), const F_LOCK = 1
 21455  pkg syscall (linux-386), const F_NOTIFY = 1026
 21456  pkg syscall (linux-386), const F_OK = 0
 21457  pkg syscall (linux-386), const F_RDLCK = 0
 21458  pkg syscall (linux-386), const F_SETFD = 2
 21459  pkg syscall (linux-386), const F_SETFL = 4
 21460  pkg syscall (linux-386), const F_SETLEASE = 1024
 21461  pkg syscall (linux-386), const F_SETLK = 13
 21462  pkg syscall (linux-386), const F_SETLK64 = 13
 21463  pkg syscall (linux-386), const F_SETLKW = 14
 21464  pkg syscall (linux-386), const F_SETLKW64 = 14
 21465  pkg syscall (linux-386), const F_SETOWN = 8
 21466  pkg syscall (linux-386), const F_SETOWN_EX = 15
 21467  pkg syscall (linux-386), const F_SETPIPE_SZ = 1031
 21468  pkg syscall (linux-386), const F_SETSIG = 10
 21469  pkg syscall (linux-386), const F_SHLCK = 8
 21470  pkg syscall (linux-386), const F_TEST = 3
 21471  pkg syscall (linux-386), const F_TLOCK = 2
 21472  pkg syscall (linux-386), const F_ULOCK = 0
 21473  pkg syscall (linux-386), const F_UNLCK = 2
 21474  pkg syscall (linux-386), const F_WRLCK = 1
 21475  pkg syscall (linux-386), const HUPCL = 1024
 21476  pkg syscall (linux-386), const ICANON = 2
 21477  pkg syscall (linux-386), const ICRNL = 256
 21478  pkg syscall (linux-386), const IEXTEN = 32768
 21479  pkg syscall (linux-386), const IFA_ADDRESS = 1
 21480  pkg syscall (linux-386), const IFA_ANYCAST = 5
 21481  pkg syscall (linux-386), const IFA_BROADCAST = 4
 21482  pkg syscall (linux-386), const IFA_CACHEINFO = 6
 21483  pkg syscall (linux-386), const IFA_F_DADFAILED = 8
 21484  pkg syscall (linux-386), const IFA_F_DEPRECATED = 32
 21485  pkg syscall (linux-386), const IFA_F_HOMEADDRESS = 16
 21486  pkg syscall (linux-386), const IFA_F_NODAD = 2
 21487  pkg syscall (linux-386), const IFA_F_OPTIMISTIC = 4
 21488  pkg syscall (linux-386), const IFA_F_PERMANENT = 128
 21489  pkg syscall (linux-386), const IFA_F_SECONDARY = 1
 21490  pkg syscall (linux-386), const IFA_F_TEMPORARY = 1
 21491  pkg syscall (linux-386), const IFA_F_TENTATIVE = 64
 21492  pkg syscall (linux-386), const IFA_LABEL = 3
 21493  pkg syscall (linux-386), const IFA_LOCAL = 2
 21494  pkg syscall (linux-386), const IFA_MAX = 7
 21495  pkg syscall (linux-386), const IFA_MULTICAST = 7
 21496  pkg syscall (linux-386), const IFA_UNSPEC = 0
 21497  pkg syscall (linux-386), const IFF_ALLMULTI = 512
 21498  pkg syscall (linux-386), const IFF_AUTOMEDIA = 16384
 21499  pkg syscall (linux-386), const IFF_DEBUG = 4
 21500  pkg syscall (linux-386), const IFF_DYNAMIC = 32768
 21501  pkg syscall (linux-386), const IFF_LOOPBACK = 8
 21502  pkg syscall (linux-386), const IFF_MASTER = 1024
 21503  pkg syscall (linux-386), const IFF_MULTICAST = 4096
 21504  pkg syscall (linux-386), const IFF_NOARP = 128
 21505  pkg syscall (linux-386), const IFF_NOTRAILERS = 32
 21506  pkg syscall (linux-386), const IFF_NO_PI = 4096
 21507  pkg syscall (linux-386), const IFF_ONE_QUEUE = 8192
 21508  pkg syscall (linux-386), const IFF_POINTOPOINT = 16
 21509  pkg syscall (linux-386), const IFF_PORTSEL = 8192
 21510  pkg syscall (linux-386), const IFF_PROMISC = 256
 21511  pkg syscall (linux-386), const IFF_RUNNING = 64
 21512  pkg syscall (linux-386), const IFF_SLAVE = 2048
 21513  pkg syscall (linux-386), const IFF_TAP = 2
 21514  pkg syscall (linux-386), const IFF_TUN = 1
 21515  pkg syscall (linux-386), const IFF_TUN_EXCL = 32768
 21516  pkg syscall (linux-386), const IFF_VNET_HDR = 16384
 21517  pkg syscall (linux-386), const IFLA_ADDRESS = 1
 21518  pkg syscall (linux-386), const IFLA_BROADCAST = 2
 21519  pkg syscall (linux-386), const IFLA_COST = 8
 21520  pkg syscall (linux-386), const IFLA_IFALIAS = 20
 21521  pkg syscall (linux-386), const IFLA_IFNAME = 3
 21522  pkg syscall (linux-386), const IFLA_LINK = 5
 21523  pkg syscall (linux-386), const IFLA_LINKINFO = 18
 21524  pkg syscall (linux-386), const IFLA_LINKMODE = 17
 21525  pkg syscall (linux-386), const IFLA_MAP = 14
 21526  pkg syscall (linux-386), const IFLA_MASTER = 10
 21527  pkg syscall (linux-386), const IFLA_MAX = 29
 21528  pkg syscall (linux-386), const IFLA_MTU = 4
 21529  pkg syscall (linux-386), const IFLA_NET_NS_PID = 19
 21530  pkg syscall (linux-386), const IFLA_OPERSTATE = 16
 21531  pkg syscall (linux-386), const IFLA_PRIORITY = 9
 21532  pkg syscall (linux-386), const IFLA_PROTINFO = 12
 21533  pkg syscall (linux-386), const IFLA_QDISC = 6
 21534  pkg syscall (linux-386), const IFLA_STATS = 7
 21535  pkg syscall (linux-386), const IFLA_TXQLEN = 13
 21536  pkg syscall (linux-386), const IFLA_UNSPEC = 0
 21537  pkg syscall (linux-386), const IFLA_WEIGHT = 15
 21538  pkg syscall (linux-386), const IFLA_WIRELESS = 11
 21539  pkg syscall (linux-386), const IFNAMSIZ = 16
 21540  pkg syscall (linux-386), const IGNBRK = 1
 21541  pkg syscall (linux-386), const IGNCR = 128
 21542  pkg syscall (linux-386), const IGNPAR = 4
 21543  pkg syscall (linux-386), const IMAXBEL = 8192
 21544  pkg syscall (linux-386), const INLCR = 64
 21545  pkg syscall (linux-386), const INPCK = 16
 21546  pkg syscall (linux-386), const IN_ACCESS = 1
 21547  pkg syscall (linux-386), const IN_ALL_EVENTS = 4095
 21548  pkg syscall (linux-386), const IN_ATTRIB = 4
 21549  pkg syscall (linux-386), const IN_CLASSA_HOST = 16777215
 21550  pkg syscall (linux-386), const IN_CLASSA_MAX = 128
 21551  pkg syscall (linux-386), const IN_CLASSA_NET = 4278190080
 21552  pkg syscall (linux-386), const IN_CLASSA_NSHIFT = 24
 21553  pkg syscall (linux-386), const IN_CLASSB_HOST = 65535
 21554  pkg syscall (linux-386), const IN_CLASSB_MAX = 65536
 21555  pkg syscall (linux-386), const IN_CLASSB_NET = 4294901760
 21556  pkg syscall (linux-386), const IN_CLASSB_NSHIFT = 16
 21557  pkg syscall (linux-386), const IN_CLASSC_HOST = 255
 21558  pkg syscall (linux-386), const IN_CLASSC_NET = 4294967040
 21559  pkg syscall (linux-386), const IN_CLASSC_NSHIFT = 8
 21560  pkg syscall (linux-386), const IN_CLOEXEC = 524288
 21561  pkg syscall (linux-386), const IN_CLOSE = 24
 21562  pkg syscall (linux-386), const IN_CLOSE_NOWRITE = 16
 21563  pkg syscall (linux-386), const IN_CLOSE_WRITE = 8
 21564  pkg syscall (linux-386), const IN_CREATE = 256
 21565  pkg syscall (linux-386), const IN_DELETE = 512
 21566  pkg syscall (linux-386), const IN_DELETE_SELF = 1024
 21567  pkg syscall (linux-386), const IN_DONT_FOLLOW = 33554432
 21568  pkg syscall (linux-386), const IN_EXCL_UNLINK = 67108864
 21569  pkg syscall (linux-386), const IN_IGNORED = 32768
 21570  pkg syscall (linux-386), const IN_ISDIR = 1073741824
 21571  pkg syscall (linux-386), const IN_LOOPBACKNET = 127
 21572  pkg syscall (linux-386), const IN_MASK_ADD = 536870912
 21573  pkg syscall (linux-386), const IN_MODIFY = 2
 21574  pkg syscall (linux-386), const IN_MOVE = 192
 21575  pkg syscall (linux-386), const IN_MOVED_FROM = 64
 21576  pkg syscall (linux-386), const IN_MOVED_TO = 128
 21577  pkg syscall (linux-386), const IN_MOVE_SELF = 2048
 21578  pkg syscall (linux-386), const IN_NONBLOCK = 2048
 21579  pkg syscall (linux-386), const IN_ONESHOT = 2147483648
 21580  pkg syscall (linux-386), const IN_ONLYDIR = 16777216
 21581  pkg syscall (linux-386), const IN_OPEN = 32
 21582  pkg syscall (linux-386), const IN_Q_OVERFLOW = 16384
 21583  pkg syscall (linux-386), const IN_UNMOUNT = 8192
 21584  pkg syscall (linux-386), const IPPROTO_AH = 51
 21585  pkg syscall (linux-386), const IPPROTO_COMP = 108
 21586  pkg syscall (linux-386), const IPPROTO_DCCP = 33
 21587  pkg syscall (linux-386), const IPPROTO_DSTOPTS = 60
 21588  pkg syscall (linux-386), const IPPROTO_EGP = 8
 21589  pkg syscall (linux-386), const IPPROTO_ENCAP = 98
 21590  pkg syscall (linux-386), const IPPROTO_ESP = 50
 21591  pkg syscall (linux-386), const IPPROTO_FRAGMENT = 44
 21592  pkg syscall (linux-386), const IPPROTO_GRE = 47
 21593  pkg syscall (linux-386), const IPPROTO_HOPOPTS = 0
 21594  pkg syscall (linux-386), const IPPROTO_ICMP = 1
 21595  pkg syscall (linux-386), const IPPROTO_ICMPV6 = 58
 21596  pkg syscall (linux-386), const IPPROTO_IDP = 22
 21597  pkg syscall (linux-386), const IPPROTO_IGMP = 2
 21598  pkg syscall (linux-386), const IPPROTO_IPIP = 4
 21599  pkg syscall (linux-386), const IPPROTO_MTP = 92
 21600  pkg syscall (linux-386), const IPPROTO_NONE = 59
 21601  pkg syscall (linux-386), const IPPROTO_PIM = 103
 21602  pkg syscall (linux-386), const IPPROTO_PUP = 12
 21603  pkg syscall (linux-386), const IPPROTO_RAW = 255
 21604  pkg syscall (linux-386), const IPPROTO_ROUTING = 43
 21605  pkg syscall (linux-386), const IPPROTO_RSVP = 46
 21606  pkg syscall (linux-386), const IPPROTO_SCTP = 132
 21607  pkg syscall (linux-386), const IPPROTO_TP = 29
 21608  pkg syscall (linux-386), const IPPROTO_UDPLITE = 136
 21609  pkg syscall (linux-386), const IPV6_2292DSTOPTS = 4
 21610  pkg syscall (linux-386), const IPV6_2292HOPLIMIT = 8
 21611  pkg syscall (linux-386), const IPV6_2292HOPOPTS = 3
 21612  pkg syscall (linux-386), const IPV6_2292PKTINFO = 2
 21613  pkg syscall (linux-386), const IPV6_2292PKTOPTIONS = 6
 21614  pkg syscall (linux-386), const IPV6_2292RTHDR = 5
 21615  pkg syscall (linux-386), const IPV6_ADDRFORM = 1
 21616  pkg syscall (linux-386), const IPV6_ADD_MEMBERSHIP = 20
 21617  pkg syscall (linux-386), const IPV6_AUTHHDR = 10
 21618  pkg syscall (linux-386), const IPV6_CHECKSUM = 7
 21619  pkg syscall (linux-386), const IPV6_DROP_MEMBERSHIP = 21
 21620  pkg syscall (linux-386), const IPV6_DSTOPTS = 59
 21621  pkg syscall (linux-386), const IPV6_HOPLIMIT = 52
 21622  pkg syscall (linux-386), const IPV6_HOPOPTS = 54
 21623  pkg syscall (linux-386), const IPV6_IPSEC_POLICY = 34
 21624  pkg syscall (linux-386), const IPV6_JOIN_ANYCAST = 27
 21625  pkg syscall (linux-386), const IPV6_JOIN_GROUP = 20
 21626  pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST = 28
 21627  pkg syscall (linux-386), const IPV6_LEAVE_GROUP = 21
 21628  pkg syscall (linux-386), const IPV6_MTU = 24
 21629  pkg syscall (linux-386), const IPV6_MTU_DISCOVER = 23
 21630  pkg syscall (linux-386), const IPV6_MULTICAST_HOPS = 18
 21631  pkg syscall (linux-386), const IPV6_MULTICAST_IF = 17
 21632  pkg syscall (linux-386), const IPV6_MULTICAST_LOOP = 19
 21633  pkg syscall (linux-386), const IPV6_NEXTHOP = 9
 21634  pkg syscall (linux-386), const IPV6_PKTINFO = 50
 21635  pkg syscall (linux-386), const IPV6_PMTUDISC_DO = 2
 21636  pkg syscall (linux-386), const IPV6_PMTUDISC_DONT = 0
 21637  pkg syscall (linux-386), const IPV6_PMTUDISC_PROBE = 3
 21638  pkg syscall (linux-386), const IPV6_PMTUDISC_WANT = 1
 21639  pkg syscall (linux-386), const IPV6_RECVDSTOPTS = 58
 21640  pkg syscall (linux-386), const IPV6_RECVERR = 25
 21641  pkg syscall (linux-386), const IPV6_RECVHOPLIMIT = 51
 21642  pkg syscall (linux-386), const IPV6_RECVHOPOPTS = 53
 21643  pkg syscall (linux-386), const IPV6_RECVPKTINFO = 49
 21644  pkg syscall (linux-386), const IPV6_RECVRTHDR = 56
 21645  pkg syscall (linux-386), const IPV6_RECVTCLASS = 66
 21646  pkg syscall (linux-386), const IPV6_ROUTER_ALERT = 22
 21647  pkg syscall (linux-386), const IPV6_RTHDR = 57
 21648  pkg syscall (linux-386), const IPV6_RTHDRDSTOPTS = 55
 21649  pkg syscall (linux-386), const IPV6_RTHDR_LOOSE = 0
 21650  pkg syscall (linux-386), const IPV6_RTHDR_STRICT = 1
 21651  pkg syscall (linux-386), const IPV6_RTHDR_TYPE_0 = 0
 21652  pkg syscall (linux-386), const IPV6_RXDSTOPTS = 59
 21653  pkg syscall (linux-386), const IPV6_RXHOPOPTS = 54
 21654  pkg syscall (linux-386), const IPV6_TCLASS = 67
 21655  pkg syscall (linux-386), const IPV6_UNICAST_HOPS = 16
 21656  pkg syscall (linux-386), const IPV6_V6ONLY = 26
 21657  pkg syscall (linux-386), const IPV6_XFRM_POLICY = 35
 21658  pkg syscall (linux-386), const IP_ADD_MEMBERSHIP = 35
 21659  pkg syscall (linux-386), const IP_ADD_SOURCE_MEMBERSHIP = 39
 21660  pkg syscall (linux-386), const IP_BLOCK_SOURCE = 38
 21661  pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_LOOP = 1
 21662  pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_TTL = 1
 21663  pkg syscall (linux-386), const IP_DF = 16384
 21664  pkg syscall (linux-386), const IP_DROP_MEMBERSHIP = 36
 21665  pkg syscall (linux-386), const IP_DROP_SOURCE_MEMBERSHIP = 40
 21666  pkg syscall (linux-386), const IP_FREEBIND = 15
 21667  pkg syscall (linux-386), const IP_HDRINCL = 3
 21668  pkg syscall (linux-386), const IP_IPSEC_POLICY = 16
 21669  pkg syscall (linux-386), const IP_MAXPACKET = 65535
 21670  pkg syscall (linux-386), const IP_MAX_MEMBERSHIPS = 20
 21671  pkg syscall (linux-386), const IP_MF = 8192
 21672  pkg syscall (linux-386), const IP_MINTTL = 21
 21673  pkg syscall (linux-386), const IP_MSFILTER = 41
 21674  pkg syscall (linux-386), const IP_MSS = 576
 21675  pkg syscall (linux-386), const IP_MTU = 14
 21676  pkg syscall (linux-386), const IP_MTU_DISCOVER = 10
 21677  pkg syscall (linux-386), const IP_MULTICAST_IF = 32
 21678  pkg syscall (linux-386), const IP_MULTICAST_LOOP = 34
 21679  pkg syscall (linux-386), const IP_MULTICAST_TTL = 33
 21680  pkg syscall (linux-386), const IP_OFFMASK = 8191
 21681  pkg syscall (linux-386), const IP_OPTIONS = 4
 21682  pkg syscall (linux-386), const IP_ORIGDSTADDR = 20
 21683  pkg syscall (linux-386), const IP_PASSSEC = 18
 21684  pkg syscall (linux-386), const IP_PKTINFO = 8
 21685  pkg syscall (linux-386), const IP_PKTOPTIONS = 9
 21686  pkg syscall (linux-386), const IP_PMTUDISC = 10
 21687  pkg syscall (linux-386), const IP_PMTUDISC_DO = 2
 21688  pkg syscall (linux-386), const IP_PMTUDISC_DONT = 0
 21689  pkg syscall (linux-386), const IP_PMTUDISC_PROBE = 3
 21690  pkg syscall (linux-386), const IP_PMTUDISC_WANT = 1
 21691  pkg syscall (linux-386), const IP_RECVERR = 11
 21692  pkg syscall (linux-386), const IP_RECVOPTS = 6
 21693  pkg syscall (linux-386), const IP_RECVORIGDSTADDR = 20
 21694  pkg syscall (linux-386), const IP_RECVRETOPTS = 7
 21695  pkg syscall (linux-386), const IP_RECVTOS = 13
 21696  pkg syscall (linux-386), const IP_RECVTTL = 12
 21697  pkg syscall (linux-386), const IP_RETOPTS = 7
 21698  pkg syscall (linux-386), const IP_RF = 32768
 21699  pkg syscall (linux-386), const IP_ROUTER_ALERT = 5
 21700  pkg syscall (linux-386), const IP_TOS = 1
 21701  pkg syscall (linux-386), const IP_TRANSPARENT = 19
 21702  pkg syscall (linux-386), const IP_TTL = 2
 21703  pkg syscall (linux-386), const IP_UNBLOCK_SOURCE = 37
 21704  pkg syscall (linux-386), const IP_XFRM_POLICY = 17
 21705  pkg syscall (linux-386), const ISIG = 1
 21706  pkg syscall (linux-386), const ISTRIP = 32
 21707  pkg syscall (linux-386), const IUCLC = 512
 21708  pkg syscall (linux-386), const IUTF8 = 16384
 21709  pkg syscall (linux-386), const IXANY = 2048
 21710  pkg syscall (linux-386), const IXOFF = 4096
 21711  pkg syscall (linux-386), const IXON = 1024
 21712  pkg syscall (linux-386), const ImplementsGetwd = true
 21713  pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF = 0
 21714  pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
 21715  pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT = 3454992675
 21716  pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC = 1163412803
 21717  pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
 21718  pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART = 19088743
 21719  pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
 21720  pkg syscall (linux-386), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
 21721  pkg syscall (linux-386), const LINUX_REBOOT_MAGIC1 = 4276215469
 21722  pkg syscall (linux-386), const LINUX_REBOOT_MAGIC2 = 672274793
 21723  pkg syscall (linux-386), const LOCK_EX = 2
 21724  pkg syscall (linux-386), const LOCK_NB = 4
 21725  pkg syscall (linux-386), const LOCK_SH = 1
 21726  pkg syscall (linux-386), const LOCK_UN = 8
 21727  pkg syscall (linux-386), const MADV_DOFORK = 11
 21728  pkg syscall (linux-386), const MADV_DONTFORK = 10
 21729  pkg syscall (linux-386), const MADV_DONTNEED = 4
 21730  pkg syscall (linux-386), const MADV_HUGEPAGE = 14
 21731  pkg syscall (linux-386), const MADV_HWPOISON = 100
 21732  pkg syscall (linux-386), const MADV_MERGEABLE = 12
 21733  pkg syscall (linux-386), const MADV_NOHUGEPAGE = 15
 21734  pkg syscall (linux-386), const MADV_NORMAL = 0
 21735  pkg syscall (linux-386), const MADV_RANDOM = 1
 21736  pkg syscall (linux-386), const MADV_REMOVE = 9
 21737  pkg syscall (linux-386), const MADV_SEQUENTIAL = 2
 21738  pkg syscall (linux-386), const MADV_UNMERGEABLE = 13
 21739  pkg syscall (linux-386), const MADV_WILLNEED = 3
 21740  pkg syscall (linux-386), const MAP_32BIT = 64
 21741  pkg syscall (linux-386), const MAP_ANON = 32
 21742  pkg syscall (linux-386), const MAP_ANONYMOUS = 32
 21743  pkg syscall (linux-386), const MAP_DENYWRITE = 2048
 21744  pkg syscall (linux-386), const MAP_EXECUTABLE = 4096
 21745  pkg syscall (linux-386), const MAP_FILE = 0
 21746  pkg syscall (linux-386), const MAP_FIXED = 16
 21747  pkg syscall (linux-386), const MAP_GROWSDOWN = 256
 21748  pkg syscall (linux-386), const MAP_HUGETLB = 262144
 21749  pkg syscall (linux-386), const MAP_LOCKED = 8192
 21750  pkg syscall (linux-386), const MAP_NONBLOCK = 65536
 21751  pkg syscall (linux-386), const MAP_NORESERVE = 16384
 21752  pkg syscall (linux-386), const MAP_POPULATE = 32768
 21753  pkg syscall (linux-386), const MAP_PRIVATE = 2
 21754  pkg syscall (linux-386), const MAP_SHARED = 1
 21755  pkg syscall (linux-386), const MAP_STACK = 131072
 21756  pkg syscall (linux-386), const MAP_TYPE = 15
 21757  pkg syscall (linux-386), const MCL_CURRENT = 1
 21758  pkg syscall (linux-386), const MCL_FUTURE = 2
 21759  pkg syscall (linux-386), const MNT_DETACH = 2
 21760  pkg syscall (linux-386), const MNT_EXPIRE = 4
 21761  pkg syscall (linux-386), const MNT_FORCE = 1
 21762  pkg syscall (linux-386), const MSG_CMSG_CLOEXEC = 1073741824
 21763  pkg syscall (linux-386), const MSG_CONFIRM = 2048
 21764  pkg syscall (linux-386), const MSG_CTRUNC = 8
 21765  pkg syscall (linux-386), const MSG_DONTROUTE = 4
 21766  pkg syscall (linux-386), const MSG_DONTWAIT = 64
 21767  pkg syscall (linux-386), const MSG_EOR = 128
 21768  pkg syscall (linux-386), const MSG_ERRQUEUE = 8192
 21769  pkg syscall (linux-386), const MSG_FASTOPEN = 536870912
 21770  pkg syscall (linux-386), const MSG_FASTOPEN ideal-int
 21771  pkg syscall (linux-386), const MSG_FIN = 512
 21772  pkg syscall (linux-386), const MSG_MORE = 32768
 21773  pkg syscall (linux-386), const MSG_NOSIGNAL = 16384
 21774  pkg syscall (linux-386), const MSG_OOB = 1
 21775  pkg syscall (linux-386), const MSG_PEEK = 2
 21776  pkg syscall (linux-386), const MSG_PROXY = 16
 21777  pkg syscall (linux-386), const MSG_RST = 4096
 21778  pkg syscall (linux-386), const MSG_SYN = 1024
 21779  pkg syscall (linux-386), const MSG_TRUNC = 32
 21780  pkg syscall (linux-386), const MSG_TRYHARD = 4
 21781  pkg syscall (linux-386), const MSG_WAITALL = 256
 21782  pkg syscall (linux-386), const MSG_WAITFORONE = 65536
 21783  pkg syscall (linux-386), const MS_ACTIVE = 1073741824
 21784  pkg syscall (linux-386), const MS_ASYNC = 1
 21785  pkg syscall (linux-386), const MS_BIND = 4096
 21786  pkg syscall (linux-386), const MS_DIRSYNC = 128
 21787  pkg syscall (linux-386), const MS_INVALIDATE = 2
 21788  pkg syscall (linux-386), const MS_I_VERSION = 8388608
 21789  pkg syscall (linux-386), const MS_KERNMOUNT = 4194304
 21790  pkg syscall (linux-386), const MS_MANDLOCK = 64
 21791  pkg syscall (linux-386), const MS_MGC_MSK = 4294901760
 21792  pkg syscall (linux-386), const MS_MGC_VAL = 3236757504
 21793  pkg syscall (linux-386), const MS_MOVE = 8192
 21794  pkg syscall (linux-386), const MS_NOATIME = 1024
 21795  pkg syscall (linux-386), const MS_NODEV = 4
 21796  pkg syscall (linux-386), const MS_NODIRATIME = 2048
 21797  pkg syscall (linux-386), const MS_NOEXEC = 8
 21798  pkg syscall (linux-386), const MS_NOSUID = 2
 21799  pkg syscall (linux-386), const MS_NOUSER = -2147483648
 21800  pkg syscall (linux-386), const MS_POSIXACL = 65536
 21801  pkg syscall (linux-386), const MS_PRIVATE = 262144
 21802  pkg syscall (linux-386), const MS_RDONLY = 1
 21803  pkg syscall (linux-386), const MS_REC = 16384
 21804  pkg syscall (linux-386), const MS_RELATIME = 2097152
 21805  pkg syscall (linux-386), const MS_REMOUNT = 32
 21806  pkg syscall (linux-386), const MS_RMT_MASK = 8388689
 21807  pkg syscall (linux-386), const MS_SHARED = 1048576
 21808  pkg syscall (linux-386), const MS_SILENT = 32768
 21809  pkg syscall (linux-386), const MS_SLAVE = 524288
 21810  pkg syscall (linux-386), const MS_STRICTATIME = 16777216
 21811  pkg syscall (linux-386), const MS_SYNC = 4
 21812  pkg syscall (linux-386), const MS_SYNCHRONOUS = 16
 21813  pkg syscall (linux-386), const MS_UNBINDABLE = 131072
 21814  pkg syscall (linux-386), const NAME_MAX = 255
 21815  pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP = 1
 21816  pkg syscall (linux-386), const NETLINK_AUDIT = 9
 21817  pkg syscall (linux-386), const NETLINK_BROADCAST_ERROR = 4
 21818  pkg syscall (linux-386), const NETLINK_CONNECTOR = 11
 21819  pkg syscall (linux-386), const NETLINK_DNRTMSG = 14
 21820  pkg syscall (linux-386), const NETLINK_DROP_MEMBERSHIP = 2
 21821  pkg syscall (linux-386), const NETLINK_ECRYPTFS = 19
 21822  pkg syscall (linux-386), const NETLINK_FIB_LOOKUP = 10
 21823  pkg syscall (linux-386), const NETLINK_FIREWALL = 3
 21824  pkg syscall (linux-386), const NETLINK_GENERIC = 16
 21825  pkg syscall (linux-386), const NETLINK_INET_DIAG = 4
 21826  pkg syscall (linux-386), const NETLINK_IP6_FW = 13
 21827  pkg syscall (linux-386), const NETLINK_ISCSI = 8
 21828  pkg syscall (linux-386), const NETLINK_KOBJECT_UEVENT = 15
 21829  pkg syscall (linux-386), const NETLINK_NETFILTER = 12
 21830  pkg syscall (linux-386), const NETLINK_NFLOG = 5
 21831  pkg syscall (linux-386), const NETLINK_NO_ENOBUFS = 5
 21832  pkg syscall (linux-386), const NETLINK_PKTINFO = 3
 21833  pkg syscall (linux-386), const NETLINK_ROUTE = 0
 21834  pkg syscall (linux-386), const NETLINK_SCSITRANSPORT = 18
 21835  pkg syscall (linux-386), const NETLINK_SELINUX = 7
 21836  pkg syscall (linux-386), const NETLINK_UNUSED = 1
 21837  pkg syscall (linux-386), const NETLINK_USERSOCK = 2
 21838  pkg syscall (linux-386), const NETLINK_XFRM = 6
 21839  pkg syscall (linux-386), const NLA_ALIGNTO = 4
 21840  pkg syscall (linux-386), const NLA_F_NESTED = 32768
 21841  pkg syscall (linux-386), const NLA_F_NET_BYTEORDER = 16384
 21842  pkg syscall (linux-386), const NLA_HDRLEN = 4
 21843  pkg syscall (linux-386), const NLMSG_ALIGNTO = 4
 21844  pkg syscall (linux-386), const NLMSG_DONE = 3
 21845  pkg syscall (linux-386), const NLMSG_ERROR = 2
 21846  pkg syscall (linux-386), const NLMSG_HDRLEN = 16
 21847  pkg syscall (linux-386), const NLMSG_MIN_TYPE = 16
 21848  pkg syscall (linux-386), const NLMSG_NOOP = 1
 21849  pkg syscall (linux-386), const NLMSG_OVERRUN = 4
 21850  pkg syscall (linux-386), const NLM_F_ACK = 4
 21851  pkg syscall (linux-386), const NLM_F_APPEND = 2048
 21852  pkg syscall (linux-386), const NLM_F_ATOMIC = 1024
 21853  pkg syscall (linux-386), const NLM_F_CREATE = 1024
 21854  pkg syscall (linux-386), const NLM_F_DUMP = 768
 21855  pkg syscall (linux-386), const NLM_F_ECHO = 8
 21856  pkg syscall (linux-386), const NLM_F_EXCL = 512
 21857  pkg syscall (linux-386), const NLM_F_MATCH = 512
 21858  pkg syscall (linux-386), const NLM_F_MULTI = 2
 21859  pkg syscall (linux-386), const NLM_F_REPLACE = 256
 21860  pkg syscall (linux-386), const NLM_F_REQUEST = 1
 21861  pkg syscall (linux-386), const NLM_F_ROOT = 256
 21862  pkg syscall (linux-386), const NOFLSH = 128
 21863  pkg syscall (linux-386), const OCRNL = 8
 21864  pkg syscall (linux-386), const OFDEL = 128
 21865  pkg syscall (linux-386), const OFILL = 64
 21866  pkg syscall (linux-386), const OLCUC = 2
 21867  pkg syscall (linux-386), const ONLCR = 4
 21868  pkg syscall (linux-386), const ONLRET = 32
 21869  pkg syscall (linux-386), const ONOCR = 16
 21870  pkg syscall (linux-386), const OPOST = 1
 21871  pkg syscall (linux-386), const O_ACCMODE = 3
 21872  pkg syscall (linux-386), const O_APPEND = 1024
 21873  pkg syscall (linux-386), const O_ASYNC = 8192
 21874  pkg syscall (linux-386), const O_CLOEXEC = 524288
 21875  pkg syscall (linux-386), const O_CREAT = 64
 21876  pkg syscall (linux-386), const O_DIRECT = 16384
 21877  pkg syscall (linux-386), const O_DIRECTORY = 65536
 21878  pkg syscall (linux-386), const O_DSYNC = 4096
 21879  pkg syscall (linux-386), const O_EXCL = 128
 21880  pkg syscall (linux-386), const O_FSYNC = 1052672
 21881  pkg syscall (linux-386), const O_LARGEFILE = 32768
 21882  pkg syscall (linux-386), const O_NDELAY = 2048
 21883  pkg syscall (linux-386), const O_NOATIME = 262144
 21884  pkg syscall (linux-386), const O_NOCTTY = 256
 21885  pkg syscall (linux-386), const O_NOFOLLOW = 131072
 21886  pkg syscall (linux-386), const O_NONBLOCK = 2048
 21887  pkg syscall (linux-386), const O_RSYNC = 1052672
 21888  pkg syscall (linux-386), const O_SYNC = 1052672
 21889  pkg syscall (linux-386), const O_TRUNC = 512
 21890  pkg syscall (linux-386), const PACKET_ADD_MEMBERSHIP = 1
 21891  pkg syscall (linux-386), const PACKET_BROADCAST = 1
 21892  pkg syscall (linux-386), const PACKET_DROP_MEMBERSHIP = 2
 21893  pkg syscall (linux-386), const PACKET_FASTROUTE = 6
 21894  pkg syscall (linux-386), const PACKET_HOST = 0
 21895  pkg syscall (linux-386), const PACKET_LOOPBACK = 5
 21896  pkg syscall (linux-386), const PACKET_MR_ALLMULTI = 2
 21897  pkg syscall (linux-386), const PACKET_MR_MULTICAST = 0
 21898  pkg syscall (linux-386), const PACKET_MR_PROMISC = 1
 21899  pkg syscall (linux-386), const PACKET_MULTICAST = 2
 21900  pkg syscall (linux-386), const PACKET_OTHERHOST = 3
 21901  pkg syscall (linux-386), const PACKET_OUTGOING = 4
 21902  pkg syscall (linux-386), const PACKET_RECV_OUTPUT = 3
 21903  pkg syscall (linux-386), const PACKET_RX_RING = 5
 21904  pkg syscall (linux-386), const PACKET_STATISTICS = 6
 21905  pkg syscall (linux-386), const PARENB = 256
 21906  pkg syscall (linux-386), const PARMRK = 8
 21907  pkg syscall (linux-386), const PARODD = 512
 21908  pkg syscall (linux-386), const PENDIN = 16384
 21909  pkg syscall (linux-386), const PROT_EXEC = 4
 21910  pkg syscall (linux-386), const PROT_GROWSDOWN = 16777216
 21911  pkg syscall (linux-386), const PROT_GROWSUP = 33554432
 21912  pkg syscall (linux-386), const PROT_NONE = 0
 21913  pkg syscall (linux-386), const PROT_READ = 1
 21914  pkg syscall (linux-386), const PROT_WRITE = 2
 21915  pkg syscall (linux-386), const PR_CAPBSET_DROP = 24
 21916  pkg syscall (linux-386), const PR_CAPBSET_READ = 23
 21917  pkg syscall (linux-386), const PR_ENDIAN_BIG = 0
 21918  pkg syscall (linux-386), const PR_ENDIAN_LITTLE = 1
 21919  pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE = 2
 21920  pkg syscall (linux-386), const PR_FPEMU_NOPRINT = 1
 21921  pkg syscall (linux-386), const PR_FPEMU_SIGFPE = 2
 21922  pkg syscall (linux-386), const PR_FP_EXC_ASYNC = 2
 21923  pkg syscall (linux-386), const PR_FP_EXC_DISABLED = 0
 21924  pkg syscall (linux-386), const PR_FP_EXC_DIV = 65536
 21925  pkg syscall (linux-386), const PR_FP_EXC_INV = 1048576
 21926  pkg syscall (linux-386), const PR_FP_EXC_NONRECOV = 1
 21927  pkg syscall (linux-386), const PR_FP_EXC_OVF = 131072
 21928  pkg syscall (linux-386), const PR_FP_EXC_PRECISE = 3
 21929  pkg syscall (linux-386), const PR_FP_EXC_RES = 524288
 21930  pkg syscall (linux-386), const PR_FP_EXC_SW_ENABLE = 128
 21931  pkg syscall (linux-386), const PR_FP_EXC_UND = 262144
 21932  pkg syscall (linux-386), const PR_GET_DUMPABLE = 3
 21933  pkg syscall (linux-386), const PR_GET_ENDIAN = 19
 21934  pkg syscall (linux-386), const PR_GET_FPEMU = 9
 21935  pkg syscall (linux-386), const PR_GET_FPEXC = 11
 21936  pkg syscall (linux-386), const PR_GET_KEEPCAPS = 7
 21937  pkg syscall (linux-386), const PR_GET_NAME = 16
 21938  pkg syscall (linux-386), const PR_GET_PDEATHSIG = 2
 21939  pkg syscall (linux-386), const PR_GET_SECCOMP = 21
 21940  pkg syscall (linux-386), const PR_GET_SECUREBITS = 27
 21941  pkg syscall (linux-386), const PR_GET_TIMERSLACK = 30
 21942  pkg syscall (linux-386), const PR_GET_TIMING = 13
 21943  pkg syscall (linux-386), const PR_GET_TSC = 25
 21944  pkg syscall (linux-386), const PR_GET_UNALIGN = 5
 21945  pkg syscall (linux-386), const PR_MCE_KILL = 33
 21946  pkg syscall (linux-386), const PR_MCE_KILL_CLEAR = 0
 21947  pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT = 2
 21948  pkg syscall (linux-386), const PR_MCE_KILL_EARLY = 1
 21949  pkg syscall (linux-386), const PR_MCE_KILL_GET = 34
 21950  pkg syscall (linux-386), const PR_MCE_KILL_LATE = 0
 21951  pkg syscall (linux-386), const PR_MCE_KILL_SET = 1
 21952  pkg syscall (linux-386), const PR_SET_DUMPABLE = 4
 21953  pkg syscall (linux-386), const PR_SET_ENDIAN = 20
 21954  pkg syscall (linux-386), const PR_SET_FPEMU = 10
 21955  pkg syscall (linux-386), const PR_SET_FPEXC = 12
 21956  pkg syscall (linux-386), const PR_SET_KEEPCAPS = 8
 21957  pkg syscall (linux-386), const PR_SET_NAME = 15
 21958  pkg syscall (linux-386), const PR_SET_PDEATHSIG = 1
 21959  pkg syscall (linux-386), const PR_SET_PTRACER = 1499557217
 21960  pkg syscall (linux-386), const PR_SET_SECCOMP = 22
 21961  pkg syscall (linux-386), const PR_SET_SECUREBITS = 28
 21962  pkg syscall (linux-386), const PR_SET_TIMERSLACK = 29
 21963  pkg syscall (linux-386), const PR_SET_TIMING = 14
 21964  pkg syscall (linux-386), const PR_SET_TSC = 26
 21965  pkg syscall (linux-386), const PR_SET_UNALIGN = 6
 21966  pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_DISABLE = 31
 21967  pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_ENABLE = 32
 21968  pkg syscall (linux-386), const PR_TIMING_STATISTICAL = 0
 21969  pkg syscall (linux-386), const PR_TIMING_TIMESTAMP = 1
 21970  pkg syscall (linux-386), const PR_TSC_ENABLE = 1
 21971  pkg syscall (linux-386), const PR_TSC_SIGSEGV = 2
 21972  pkg syscall (linux-386), const PR_UNALIGN_NOPRINT = 1
 21973  pkg syscall (linux-386), const PR_UNALIGN_SIGBUS = 2
 21974  pkg syscall (linux-386), const PTRACE_ATTACH = 16
 21975  pkg syscall (linux-386), const PTRACE_CONT = 7
 21976  pkg syscall (linux-386), const PTRACE_DETACH = 17
 21977  pkg syscall (linux-386), const PTRACE_EVENT_CLONE = 3
 21978  pkg syscall (linux-386), const PTRACE_EVENT_EXEC = 4
 21979  pkg syscall (linux-386), const PTRACE_EVENT_EXIT = 6
 21980  pkg syscall (linux-386), const PTRACE_EVENT_FORK = 1
 21981  pkg syscall (linux-386), const PTRACE_EVENT_VFORK = 2
 21982  pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE = 5
 21983  pkg syscall (linux-386), const PTRACE_GETEVENTMSG = 16897
 21984  pkg syscall (linux-386), const PTRACE_GETFPREGS = 14
 21985  pkg syscall (linux-386), const PTRACE_GETFPXREGS = 18
 21986  pkg syscall (linux-386), const PTRACE_GETREGS = 12
 21987  pkg syscall (linux-386), const PTRACE_GETREGSET = 16900
 21988  pkg syscall (linux-386), const PTRACE_GETSIGINFO = 16898
 21989  pkg syscall (linux-386), const PTRACE_GET_THREAD_AREA = 25
 21990  pkg syscall (linux-386), const PTRACE_KILL = 8
 21991  pkg syscall (linux-386), const PTRACE_OLDSETOPTIONS = 21
 21992  pkg syscall (linux-386), const PTRACE_O_MASK = 127
 21993  pkg syscall (linux-386), const PTRACE_O_TRACECLONE = 8
 21994  pkg syscall (linux-386), const PTRACE_O_TRACEEXEC = 16
 21995  pkg syscall (linux-386), const PTRACE_O_TRACEEXIT = 64
 21996  pkg syscall (linux-386), const PTRACE_O_TRACEFORK = 2
 21997  pkg syscall (linux-386), const PTRACE_O_TRACESYSGOOD = 1
 21998  pkg syscall (linux-386), const PTRACE_O_TRACEVFORK = 4
 21999  pkg syscall (linux-386), const PTRACE_O_TRACEVFORKDONE = 32
 22000  pkg syscall (linux-386), const PTRACE_PEEKDATA = 2
 22001  pkg syscall (linux-386), const PTRACE_PEEKTEXT = 1
 22002  pkg syscall (linux-386), const PTRACE_PEEKUSR = 3
 22003  pkg syscall (linux-386), const PTRACE_POKEDATA = 5
 22004  pkg syscall (linux-386), const PTRACE_POKETEXT = 4
 22005  pkg syscall (linux-386), const PTRACE_POKEUSR = 6
 22006  pkg syscall (linux-386), const PTRACE_SETFPREGS = 15
 22007  pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19
 22008  pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896
 22009  pkg syscall (linux-386), const PTRACE_SETREGS = 13
 22010  pkg syscall (linux-386), const PTRACE_SETREGSET = 16901
 22011  pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899
 22012  pkg syscall (linux-386), const PTRACE_SET_THREAD_AREA = 26
 22013  pkg syscall (linux-386), const PTRACE_SINGLEBLOCK = 33
 22014  pkg syscall (linux-386), const PTRACE_SINGLESTEP = 9
 22015  pkg syscall (linux-386), const PTRACE_SYSCALL = 24
 22016  pkg syscall (linux-386), const PTRACE_SYSEMU = 31
 22017  pkg syscall (linux-386), const PTRACE_SYSEMU_SINGLESTEP = 32
 22018  pkg syscall (linux-386), const PTRACE_TRACEME = 0
 22019  pkg syscall (linux-386), const PathMax = 4096
 22020  pkg syscall (linux-386), const RLIMIT_AS = 9
 22021  pkg syscall (linux-386), const RLIMIT_CORE = 4
 22022  pkg syscall (linux-386), const RLIMIT_CPU = 0
 22023  pkg syscall (linux-386), const RLIMIT_DATA = 2
 22024  pkg syscall (linux-386), const RLIMIT_FSIZE = 1
 22025  pkg syscall (linux-386), const RLIMIT_NOFILE = 7
 22026  pkg syscall (linux-386), const RLIMIT_STACK = 3
 22027  pkg syscall (linux-386), const RLIM_INFINITY = -1
 22028  pkg syscall (linux-386), const RTAX_ADVMSS = 8
 22029  pkg syscall (linux-386), const RTAX_CWND = 7
 22030  pkg syscall (linux-386), const RTAX_FEATURES = 12
 22031  pkg syscall (linux-386), const RTAX_FEATURE_ALLFRAG = 8
 22032  pkg syscall (linux-386), const RTAX_FEATURE_ECN = 1
 22033  pkg syscall (linux-386), const RTAX_FEATURE_SACK = 2
 22034  pkg syscall (linux-386), const RTAX_FEATURE_TIMESTAMP = 4
 22035  pkg syscall (linux-386), const RTAX_HOPLIMIT = 10
 22036  pkg syscall (linux-386), const RTAX_INITCWND = 11
 22037  pkg syscall (linux-386), const RTAX_INITRWND = 14
 22038  pkg syscall (linux-386), const RTAX_LOCK = 1
 22039  pkg syscall (linux-386), const RTAX_MAX = 14
 22040  pkg syscall (linux-386), const RTAX_MTU = 2
 22041  pkg syscall (linux-386), const RTAX_REORDERING = 9
 22042  pkg syscall (linux-386), const RTAX_RTO_MIN = 13
 22043  pkg syscall (linux-386), const RTAX_RTT = 4
 22044  pkg syscall (linux-386), const RTAX_RTTVAR = 5
 22045  pkg syscall (linux-386), const RTAX_SSTHRESH = 6
 22046  pkg syscall (linux-386), const RTAX_UNSPEC = 0
 22047  pkg syscall (linux-386), const RTAX_WINDOW = 3
 22048  pkg syscall (linux-386), const RTA_ALIGNTO = 4
 22049  pkg syscall (linux-386), const RTA_CACHEINFO = 12
 22050  pkg syscall (linux-386), const RTA_DST = 1
 22051  pkg syscall (linux-386), const RTA_FLOW = 11
 22052  pkg syscall (linux-386), const RTA_GATEWAY = 5
 22053  pkg syscall (linux-386), const RTA_IIF = 3
 22054  pkg syscall (linux-386), const RTA_MAX = 16
 22055  pkg syscall (linux-386), const RTA_METRICS = 8
 22056  pkg syscall (linux-386), const RTA_MULTIPATH = 9
 22057  pkg syscall (linux-386), const RTA_OIF = 4
 22058  pkg syscall (linux-386), const RTA_PREFSRC = 7
 22059  pkg syscall (linux-386), const RTA_PRIORITY = 6
 22060  pkg syscall (linux-386), const RTA_SRC = 2
 22061  pkg syscall (linux-386), const RTA_TABLE = 15
 22062  pkg syscall (linux-386), const RTA_UNSPEC = 0
 22063  pkg syscall (linux-386), const RTCF_DIRECTSRC = 67108864
 22064  pkg syscall (linux-386), const RTCF_DOREDIRECT = 16777216
 22065  pkg syscall (linux-386), const RTCF_LOG = 33554432
 22066  pkg syscall (linux-386), const RTCF_MASQ = 4194304
 22067  pkg syscall (linux-386), const RTCF_NAT = 8388608
 22068  pkg syscall (linux-386), const RTCF_VALVE = 2097152
 22069  pkg syscall (linux-386), const RTF_ADDRCLASSMASK = 4160749568
 22070  pkg syscall (linux-386), const RTF_ADDRCONF = 262144
 22071  pkg syscall (linux-386), const RTF_ALLONLINK = 131072
 22072  pkg syscall (linux-386), const RTF_BROADCAST = 268435456
 22073  pkg syscall (linux-386), const RTF_CACHE = 16777216
 22074  pkg syscall (linux-386), const RTF_DEFAULT = 65536
 22075  pkg syscall (linux-386), const RTF_DYNAMIC = 16
 22076  pkg syscall (linux-386), const RTF_FLOW = 33554432
 22077  pkg syscall (linux-386), const RTF_GATEWAY = 2
 22078  pkg syscall (linux-386), const RTF_HOST = 4
 22079  pkg syscall (linux-386), const RTF_INTERFACE = 1073741824
 22080  pkg syscall (linux-386), const RTF_IRTT = 256
 22081  pkg syscall (linux-386), const RTF_LINKRT = 1048576
 22082  pkg syscall (linux-386), const RTF_LOCAL = 2147483648
 22083  pkg syscall (linux-386), const RTF_MODIFIED = 32
 22084  pkg syscall (linux-386), const RTF_MSS = 64
 22085  pkg syscall (linux-386), const RTF_MTU = 64
 22086  pkg syscall (linux-386), const RTF_MULTICAST = 536870912
 22087  pkg syscall (linux-386), const RTF_NAT = 134217728
 22088  pkg syscall (linux-386), const RTF_NOFORWARD = 4096
 22089  pkg syscall (linux-386), const RTF_NONEXTHOP = 2097152
 22090  pkg syscall (linux-386), const RTF_NOPMTUDISC = 16384
 22091  pkg syscall (linux-386), const RTF_POLICY = 67108864
 22092  pkg syscall (linux-386), const RTF_REINSTATE = 8
 22093  pkg syscall (linux-386), const RTF_REJECT = 512
 22094  pkg syscall (linux-386), const RTF_STATIC = 1024
 22095  pkg syscall (linux-386), const RTF_THROW = 8192
 22096  pkg syscall (linux-386), const RTF_UP = 1
 22097  pkg syscall (linux-386), const RTF_WINDOW = 128
 22098  pkg syscall (linux-386), const RTF_XRESOLVE = 2048
 22099  pkg syscall (linux-386), const RTM_BASE = 16
 22100  pkg syscall (linux-386), const RTM_DELACTION = 49
 22101  pkg syscall (linux-386), const RTM_DELADDR = 21
 22102  pkg syscall (linux-386), const RTM_DELADDRLABEL = 73
 22103  pkg syscall (linux-386), const RTM_DELLINK = 17
 22104  pkg syscall (linux-386), const RTM_DELNEIGH = 29
 22105  pkg syscall (linux-386), const RTM_DELQDISC = 37
 22106  pkg syscall (linux-386), const RTM_DELROUTE = 25
 22107  pkg syscall (linux-386), const RTM_DELRULE = 33
 22108  pkg syscall (linux-386), const RTM_DELTCLASS = 41
 22109  pkg syscall (linux-386), const RTM_DELTFILTER = 45
 22110  pkg syscall (linux-386), const RTM_F_CLONED = 512
 22111  pkg syscall (linux-386), const RTM_F_EQUALIZE = 1024
 22112  pkg syscall (linux-386), const RTM_F_NOTIFY = 256
 22113  pkg syscall (linux-386), const RTM_F_PREFIX = 2048
 22114  pkg syscall (linux-386), const RTM_GETACTION = 50
 22115  pkg syscall (linux-386), const RTM_GETADDR = 22
 22116  pkg syscall (linux-386), const RTM_GETADDRLABEL = 74
 22117  pkg syscall (linux-386), const RTM_GETANYCAST = 62
 22118  pkg syscall (linux-386), const RTM_GETDCB = 78
 22119  pkg syscall (linux-386), const RTM_GETLINK = 18
 22120  pkg syscall (linux-386), const RTM_GETMULTICAST = 58
 22121  pkg syscall (linux-386), const RTM_GETNEIGH = 30
 22122  pkg syscall (linux-386), const RTM_GETNEIGHTBL = 66
 22123  pkg syscall (linux-386), const RTM_GETQDISC = 38
 22124  pkg syscall (linux-386), const RTM_GETROUTE = 26
 22125  pkg syscall (linux-386), const RTM_GETRULE = 34
 22126  pkg syscall (linux-386), const RTM_GETTCLASS = 42
 22127  pkg syscall (linux-386), const RTM_GETTFILTER = 46
 22128  pkg syscall (linux-386), const RTM_MAX = 79
 22129  pkg syscall (linux-386), const RTM_NEWACTION = 48
 22130  pkg syscall (linux-386), const RTM_NEWADDR = 20
 22131  pkg syscall (linux-386), const RTM_NEWADDRLABEL = 72
 22132  pkg syscall (linux-386), const RTM_NEWLINK = 16
 22133  pkg syscall (linux-386), const RTM_NEWNDUSEROPT = 68
 22134  pkg syscall (linux-386), const RTM_NEWNEIGH = 28
 22135  pkg syscall (linux-386), const RTM_NEWNEIGHTBL = 64
 22136  pkg syscall (linux-386), const RTM_NEWPREFIX = 52
 22137  pkg syscall (linux-386), const RTM_NEWQDISC = 36
 22138  pkg syscall (linux-386), const RTM_NEWROUTE = 24
 22139  pkg syscall (linux-386), const RTM_NEWRULE = 32
 22140  pkg syscall (linux-386), const RTM_NEWTCLASS = 40
 22141  pkg syscall (linux-386), const RTM_NEWTFILTER = 44
 22142  pkg syscall (linux-386), const RTM_NR_FAMILIES = 16
 22143  pkg syscall (linux-386), const RTM_NR_MSGTYPES = 64
 22144  pkg syscall (linux-386), const RTM_SETDCB = 79
 22145  pkg syscall (linux-386), const RTM_SETLINK = 19
 22146  pkg syscall (linux-386), const RTM_SETNEIGHTBL = 67
 22147  pkg syscall (linux-386), const RTNH_ALIGNTO = 4
 22148  pkg syscall (linux-386), const RTNH_F_DEAD = 1
 22149  pkg syscall (linux-386), const RTNH_F_ONLINK = 4
 22150  pkg syscall (linux-386), const RTNH_F_PERVASIVE = 2
 22151  pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR = 5
 22152  pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int
 22153  pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE = 6
 22154  pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int
 22155  pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE = 7
 22156  pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int
 22157  pkg syscall (linux-386), const RTNLGRP_IPV4_RULE = 8
 22158  pkg syscall (linux-386), const RTNLGRP_IPV4_RULE ideal-int
 22159  pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR = 9
 22160  pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR ideal-int
 22161  pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO = 12
 22162  pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO ideal-int
 22163  pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE = 10
 22164  pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE ideal-int
 22165  pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX = 18
 22166  pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX ideal-int
 22167  pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE = 11
 22168  pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE ideal-int
 22169  pkg syscall (linux-386), const RTNLGRP_IPV6_RULE = 19
 22170  pkg syscall (linux-386), const RTNLGRP_IPV6_RULE ideal-int
 22171  pkg syscall (linux-386), const RTNLGRP_LINK = 1
 22172  pkg syscall (linux-386), const RTNLGRP_LINK ideal-int
 22173  pkg syscall (linux-386), const RTNLGRP_ND_USEROPT = 20
 22174  pkg syscall (linux-386), const RTNLGRP_ND_USEROPT ideal-int
 22175  pkg syscall (linux-386), const RTNLGRP_NEIGH = 3
 22176  pkg syscall (linux-386), const RTNLGRP_NEIGH ideal-int
 22177  pkg syscall (linux-386), const RTNLGRP_NONE = 0
 22178  pkg syscall (linux-386), const RTNLGRP_NONE ideal-int
 22179  pkg syscall (linux-386), const RTNLGRP_NOTIFY = 2
 22180  pkg syscall (linux-386), const RTNLGRP_NOTIFY ideal-int
 22181  pkg syscall (linux-386), const RTNLGRP_TC = 4
 22182  pkg syscall (linux-386), const RTNLGRP_TC ideal-int
 22183  pkg syscall (linux-386), const RTN_ANYCAST = 4
 22184  pkg syscall (linux-386), const RTN_BLACKHOLE = 6
 22185  pkg syscall (linux-386), const RTN_BROADCAST = 3
 22186  pkg syscall (linux-386), const RTN_LOCAL = 2
 22187  pkg syscall (linux-386), const RTN_MAX = 11
 22188  pkg syscall (linux-386), const RTN_MULTICAST = 5
 22189  pkg syscall (linux-386), const RTN_NAT = 10
 22190  pkg syscall (linux-386), const RTN_PROHIBIT = 8
 22191  pkg syscall (linux-386), const RTN_THROW = 9
 22192  pkg syscall (linux-386), const RTN_UNICAST = 1
 22193  pkg syscall (linux-386), const RTN_UNREACHABLE = 7
 22194  pkg syscall (linux-386), const RTN_UNSPEC = 0
 22195  pkg syscall (linux-386), const RTN_XRESOLVE = 11
 22196  pkg syscall (linux-386), const RTPROT_BIRD = 12
 22197  pkg syscall (linux-386), const RTPROT_BOOT = 3
 22198  pkg syscall (linux-386), const RTPROT_DHCP = 16
 22199  pkg syscall (linux-386), const RTPROT_DNROUTED = 13
 22200  pkg syscall (linux-386), const RTPROT_GATED = 8
 22201  pkg syscall (linux-386), const RTPROT_KERNEL = 2
 22202  pkg syscall (linux-386), const RTPROT_MRT = 10
 22203  pkg syscall (linux-386), const RTPROT_NTK = 15
 22204  pkg syscall (linux-386), const RTPROT_RA = 9
 22205  pkg syscall (linux-386), const RTPROT_REDIRECT = 1
 22206  pkg syscall (linux-386), const RTPROT_STATIC = 4
 22207  pkg syscall (linux-386), const RTPROT_UNSPEC = 0
 22208  pkg syscall (linux-386), const RTPROT_XORP = 14
 22209  pkg syscall (linux-386), const RTPROT_ZEBRA = 11
 22210  pkg syscall (linux-386), const RT_CLASS_DEFAULT = 253
 22211  pkg syscall (linux-386), const RT_CLASS_LOCAL = 255
 22212  pkg syscall (linux-386), const RT_CLASS_MAIN = 254
 22213  pkg syscall (linux-386), const RT_CLASS_MAX = 255
 22214  pkg syscall (linux-386), const RT_CLASS_UNSPEC = 0
 22215  pkg syscall (linux-386), const RT_SCOPE_HOST = 254
 22216  pkg syscall (linux-386), const RT_SCOPE_LINK = 253
 22217  pkg syscall (linux-386), const RT_SCOPE_NOWHERE = 255
 22218  pkg syscall (linux-386), const RT_SCOPE_SITE = 200
 22219  pkg syscall (linux-386), const RT_SCOPE_UNIVERSE = 0
 22220  pkg syscall (linux-386), const RT_TABLE_COMPAT = 252
 22221  pkg syscall (linux-386), const RT_TABLE_DEFAULT = 253
 22222  pkg syscall (linux-386), const RT_TABLE_LOCAL = 255
 22223  pkg syscall (linux-386), const RT_TABLE_MAIN = 254
 22224  pkg syscall (linux-386), const RT_TABLE_MAX = 4294967295
 22225  pkg syscall (linux-386), const RT_TABLE_UNSPEC = 0
 22226  pkg syscall (linux-386), const RUSAGE_CHILDREN = -1
 22227  pkg syscall (linux-386), const RUSAGE_SELF = 0
 22228  pkg syscall (linux-386), const RUSAGE_THREAD = 1
 22229  pkg syscall (linux-386), const SCM_CREDENTIALS = 2
 22230  pkg syscall (linux-386), const SCM_RIGHTS = 1
 22231  pkg syscall (linux-386), const SCM_TIMESTAMP = 29
 22232  pkg syscall (linux-386), const SCM_TIMESTAMPING = 37
 22233  pkg syscall (linux-386), const SCM_TIMESTAMPNS = 35
 22234  pkg syscall (linux-386), const SIGBUS = 7
 22235  pkg syscall (linux-386), const SIGCHLD = 17
 22236  pkg syscall (linux-386), const SIGCLD = 17
 22237  pkg syscall (linux-386), const SIGCONT = 18
 22238  pkg syscall (linux-386), const SIGIO = 29
 22239  pkg syscall (linux-386), const SIGIOT = 6
 22240  pkg syscall (linux-386), const SIGPOLL = 29
 22241  pkg syscall (linux-386), const SIGPROF = 27
 22242  pkg syscall (linux-386), const SIGPWR = 30
 22243  pkg syscall (linux-386), const SIGSTKFLT = 16
 22244  pkg syscall (linux-386), const SIGSTOP = 19
 22245  pkg syscall (linux-386), const SIGSYS = 31
 22246  pkg syscall (linux-386), const SIGTSTP = 20
 22247  pkg syscall (linux-386), const SIGTTIN = 21
 22248  pkg syscall (linux-386), const SIGTTOU = 22
 22249  pkg syscall (linux-386), const SIGUNUSED = 31
 22250  pkg syscall (linux-386), const SIGURG = 23
 22251  pkg syscall (linux-386), const SIGUSR1 = 10
 22252  pkg syscall (linux-386), const SIGUSR2 = 12
 22253  pkg syscall (linux-386), const SIGVTALRM = 26
 22254  pkg syscall (linux-386), const SIGWINCH = 28
 22255  pkg syscall (linux-386), const SIGXCPU = 24
 22256  pkg syscall (linux-386), const SIGXFSZ = 25
 22257  pkg syscall (linux-386), const SIOCADDDLCI = 35200
 22258  pkg syscall (linux-386), const SIOCADDMULTI = 35121
 22259  pkg syscall (linux-386), const SIOCADDRT = 35083
 22260  pkg syscall (linux-386), const SIOCATMARK = 35077
 22261  pkg syscall (linux-386), const SIOCDARP = 35155
 22262  pkg syscall (linux-386), const SIOCDELDLCI = 35201
 22263  pkg syscall (linux-386), const SIOCDELMULTI = 35122
 22264  pkg syscall (linux-386), const SIOCDELRT = 35084
 22265  pkg syscall (linux-386), const SIOCDEVPRIVATE = 35312
 22266  pkg syscall (linux-386), const SIOCDIFADDR = 35126
 22267  pkg syscall (linux-386), const SIOCDRARP = 35168
 22268  pkg syscall (linux-386), const SIOCGARP = 35156
 22269  pkg syscall (linux-386), const SIOCGIFADDR = 35093
 22270  pkg syscall (linux-386), const SIOCGIFBR = 35136
 22271  pkg syscall (linux-386), const SIOCGIFBRDADDR = 35097
 22272  pkg syscall (linux-386), const SIOCGIFCONF = 35090
 22273  pkg syscall (linux-386), const SIOCGIFCOUNT = 35128
 22274  pkg syscall (linux-386), const SIOCGIFDSTADDR = 35095
 22275  pkg syscall (linux-386), const SIOCGIFENCAP = 35109
 22276  pkg syscall (linux-386), const SIOCGIFFLAGS = 35091
 22277  pkg syscall (linux-386), const SIOCGIFHWADDR = 35111
 22278  pkg syscall (linux-386), const SIOCGIFINDEX = 35123
 22279  pkg syscall (linux-386), const SIOCGIFMAP = 35184
 22280  pkg syscall (linux-386), const SIOCGIFMEM = 35103
 22281  pkg syscall (linux-386), const SIOCGIFMETRIC = 35101
 22282  pkg syscall (linux-386), const SIOCGIFMTU = 35105
 22283  pkg syscall (linux-386), const SIOCGIFNAME = 35088
 22284  pkg syscall (linux-386), const SIOCGIFNETMASK = 35099
 22285  pkg syscall (linux-386), const SIOCGIFPFLAGS = 35125
 22286  pkg syscall (linux-386), const SIOCGIFSLAVE = 35113
 22287  pkg syscall (linux-386), const SIOCGIFTXQLEN = 35138
 22288  pkg syscall (linux-386), const SIOCGPGRP = 35076
 22289  pkg syscall (linux-386), const SIOCGRARP = 35169
 22290  pkg syscall (linux-386), const SIOCGSTAMP = 35078
 22291  pkg syscall (linux-386), const SIOCGSTAMPNS = 35079
 22292  pkg syscall (linux-386), const SIOCPROTOPRIVATE = 35296
 22293  pkg syscall (linux-386), const SIOCRTMSG = 35085
 22294  pkg syscall (linux-386), const SIOCSARP = 35157
 22295  pkg syscall (linux-386), const SIOCSIFADDR = 35094
 22296  pkg syscall (linux-386), const SIOCSIFBR = 35137
 22297  pkg syscall (linux-386), const SIOCSIFBRDADDR = 35098
 22298  pkg syscall (linux-386), const SIOCSIFDSTADDR = 35096
 22299  pkg syscall (linux-386), const SIOCSIFENCAP = 35110
 22300  pkg syscall (linux-386), const SIOCSIFFLAGS = 35092
 22301  pkg syscall (linux-386), const SIOCSIFHWADDR = 35108
 22302  pkg syscall (linux-386), const SIOCSIFHWBROADCAST = 35127
 22303  pkg syscall (linux-386), const SIOCSIFLINK = 35089
 22304  pkg syscall (linux-386), const SIOCSIFMAP = 35185
 22305  pkg syscall (linux-386), const SIOCSIFMEM = 35104
 22306  pkg syscall (linux-386), const SIOCSIFMETRIC = 35102
 22307  pkg syscall (linux-386), const SIOCSIFMTU = 35106
 22308  pkg syscall (linux-386), const SIOCSIFNAME = 35107
 22309  pkg syscall (linux-386), const SIOCSIFNETMASK = 35100
 22310  pkg syscall (linux-386), const SIOCSIFPFLAGS = 35124
 22311  pkg syscall (linux-386), const SIOCSIFSLAVE = 35120
 22312  pkg syscall (linux-386), const SIOCSIFTXQLEN = 35139
 22313  pkg syscall (linux-386), const SIOCSPGRP = 35074
 22314  pkg syscall (linux-386), const SIOCSRARP = 35170
 22315  pkg syscall (linux-386), const SOCK_CLOEXEC = 524288
 22316  pkg syscall (linux-386), const SOCK_DCCP = 6
 22317  pkg syscall (linux-386), const SOCK_NONBLOCK = 2048
 22318  pkg syscall (linux-386), const SOCK_PACKET = 10
 22319  pkg syscall (linux-386), const SOCK_RDM = 4
 22320  pkg syscall (linux-386), const SOL_AAL = 265
 22321  pkg syscall (linux-386), const SOL_ATM = 264
 22322  pkg syscall (linux-386), const SOL_DECNET = 261
 22323  pkg syscall (linux-386), const SOL_ICMPV6 = 58
 22324  pkg syscall (linux-386), const SOL_IP = 0
 22325  pkg syscall (linux-386), const SOL_IPV6 = 41
 22326  pkg syscall (linux-386), const SOL_IRDA = 266
 22327  pkg syscall (linux-386), const SOL_PACKET = 263
 22328  pkg syscall (linux-386), const SOL_RAW = 255
 22329  pkg syscall (linux-386), const SOL_SOCKET = 1
 22330  pkg syscall (linux-386), const SOL_TCP = 6
 22331  pkg syscall (linux-386), const SOL_X25 = 262
 22332  pkg syscall (linux-386), const SOMAXCONN = 128
 22333  pkg syscall (linux-386), const SO_ACCEPTCONN = 30
 22334  pkg syscall (linux-386), const SO_ATTACH_FILTER = 26
 22335  pkg syscall (linux-386), const SO_BINDTODEVICE = 25
 22336  pkg syscall (linux-386), const SO_BROADCAST = 6
 22337  pkg syscall (linux-386), const SO_BSDCOMPAT = 14
 22338  pkg syscall (linux-386), const SO_DEBUG = 1
 22339  pkg syscall (linux-386), const SO_DETACH_FILTER = 27
 22340  pkg syscall (linux-386), const SO_DOMAIN = 39
 22341  pkg syscall (linux-386), const SO_DONTROUTE = 5
 22342  pkg syscall (linux-386), const SO_ERROR = 4
 22343  pkg syscall (linux-386), const SO_KEEPALIVE = 9
 22344  pkg syscall (linux-386), const SO_LINGER = 13
 22345  pkg syscall (linux-386), const SO_MARK = 36
 22346  pkg syscall (linux-386), const SO_NO_CHECK = 11
 22347  pkg syscall (linux-386), const SO_OOBINLINE = 10
 22348  pkg syscall (linux-386), const SO_PASSCRED = 16
 22349  pkg syscall (linux-386), const SO_PASSSEC = 34
 22350  pkg syscall (linux-386), const SO_PEERCRED = 17
 22351  pkg syscall (linux-386), const SO_PEERNAME = 28
 22352  pkg syscall (linux-386), const SO_PEERSEC = 31
 22353  pkg syscall (linux-386), const SO_PRIORITY = 12
 22354  pkg syscall (linux-386), const SO_PROTOCOL = 38
 22355  pkg syscall (linux-386), const SO_RCVBUF = 8
 22356  pkg syscall (linux-386), const SO_RCVBUFFORCE = 33
 22357  pkg syscall (linux-386), const SO_RCVLOWAT = 18
 22358  pkg syscall (linux-386), const SO_RCVTIMEO = 20
 22359  pkg syscall (linux-386), const SO_REUSEADDR = 2
 22360  pkg syscall (linux-386), const SO_RXQ_OVFL = 40
 22361  pkg syscall (linux-386), const SO_SECURITY_AUTHENTICATION = 22
 22362  pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_NETWORK = 24
 22363  pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
 22364  pkg syscall (linux-386), const SO_SNDBUF = 7
 22365  pkg syscall (linux-386), const SO_SNDBUFFORCE = 32
 22366  pkg syscall (linux-386), const SO_SNDLOWAT = 19
 22367  pkg syscall (linux-386), const SO_SNDTIMEO = 21
 22368  pkg syscall (linux-386), const SO_TIMESTAMP = 29
 22369  pkg syscall (linux-386), const SO_TIMESTAMPING = 37
 22370  pkg syscall (linux-386), const SO_TIMESTAMPNS = 35
 22371  pkg syscall (linux-386), const SO_TYPE = 3
 22372  pkg syscall (linux-386), const SYS_ACCESS = 33
 22373  pkg syscall (linux-386), const SYS_ACCT = 51
 22374  pkg syscall (linux-386), const SYS_ADD_KEY = 286
 22375  pkg syscall (linux-386), const SYS_ADJTIMEX = 124
 22376  pkg syscall (linux-386), const SYS_AFS_SYSCALL = 137
 22377  pkg syscall (linux-386), const SYS_ALARM = 27
 22378  pkg syscall (linux-386), const SYS_BDFLUSH = 134
 22379  pkg syscall (linux-386), const SYS_BREAK = 17
 22380  pkg syscall (linux-386), const SYS_BRK = 45
 22381  pkg syscall (linux-386), const SYS_CAPGET = 184
 22382  pkg syscall (linux-386), const SYS_CAPSET = 185
 22383  pkg syscall (linux-386), const SYS_CHDIR = 12
 22384  pkg syscall (linux-386), const SYS_CHMOD = 15
 22385  pkg syscall (linux-386), const SYS_CHOWN = 182
 22386  pkg syscall (linux-386), const SYS_CHOWN32 = 212
 22387  pkg syscall (linux-386), const SYS_CHROOT = 61
 22388  pkg syscall (linux-386), const SYS_CLOCK_GETRES = 266
 22389  pkg syscall (linux-386), const SYS_CLOCK_GETTIME = 265
 22390  pkg syscall (linux-386), const SYS_CLOCK_NANOSLEEP = 267
 22391  pkg syscall (linux-386), const SYS_CLOCK_SETTIME = 264
 22392  pkg syscall (linux-386), const SYS_CLONE = 120
 22393  pkg syscall (linux-386), const SYS_CLOSE = 6
 22394  pkg syscall (linux-386), const SYS_CREAT = 8
 22395  pkg syscall (linux-386), const SYS_CREATE_MODULE = 127
 22396  pkg syscall (linux-386), const SYS_DELETE_MODULE = 129
 22397  pkg syscall (linux-386), const SYS_DUP = 41
 22398  pkg syscall (linux-386), const SYS_DUP2 = 63
 22399  pkg syscall (linux-386), const SYS_DUP3 = 330
 22400  pkg syscall (linux-386), const SYS_EPOLL_CREATE = 254
 22401  pkg syscall (linux-386), const SYS_EPOLL_CREATE1 = 329
 22402  pkg syscall (linux-386), const SYS_EPOLL_CTL = 255
 22403  pkg syscall (linux-386), const SYS_EPOLL_PWAIT = 319
 22404  pkg syscall (linux-386), const SYS_EPOLL_WAIT = 256
 22405  pkg syscall (linux-386), const SYS_EVENTFD = 323
 22406  pkg syscall (linux-386), const SYS_EVENTFD2 = 328
 22407  pkg syscall (linux-386), const SYS_EXECVE = 11
 22408  pkg syscall (linux-386), const SYS_EXIT = 1
 22409  pkg syscall (linux-386), const SYS_EXIT_GROUP = 252
 22410  pkg syscall (linux-386), const SYS_FACCESSAT = 307
 22411  pkg syscall (linux-386), const SYS_FADVISE64 = 250
 22412  pkg syscall (linux-386), const SYS_FADVISE64_64 = 272
 22413  pkg syscall (linux-386), const SYS_FALLOCATE = 324
 22414  pkg syscall (linux-386), const SYS_FANOTIFY_INIT = 338
 22415  pkg syscall (linux-386), const SYS_FANOTIFY_MARK = 339
 22416  pkg syscall (linux-386), const SYS_FCHDIR = 133
 22417  pkg syscall (linux-386), const SYS_FCHMOD = 94
 22418  pkg syscall (linux-386), const SYS_FCHMODAT = 306
 22419  pkg syscall (linux-386), const SYS_FCHOWN = 95
 22420  pkg syscall (linux-386), const SYS_FCHOWN32 = 207
 22421  pkg syscall (linux-386), const SYS_FCHOWNAT = 298
 22422  pkg syscall (linux-386), const SYS_FCNTL = 55
 22423  pkg syscall (linux-386), const SYS_FCNTL64 = 221
 22424  pkg syscall (linux-386), const SYS_FDATASYNC = 148
 22425  pkg syscall (linux-386), const SYS_FGETXATTR = 231
 22426  pkg syscall (linux-386), const SYS_FLISTXATTR = 234
 22427  pkg syscall (linux-386), const SYS_FLOCK = 143
 22428  pkg syscall (linux-386), const SYS_FORK = 2
 22429  pkg syscall (linux-386), const SYS_FREMOVEXATTR = 237
 22430  pkg syscall (linux-386), const SYS_FSETXATTR = 228
 22431  pkg syscall (linux-386), const SYS_FSTAT = 108
 22432  pkg syscall (linux-386), const SYS_FSTAT64 = 197
 22433  pkg syscall (linux-386), const SYS_FSTATAT64 = 300
 22434  pkg syscall (linux-386), const SYS_FSTATFS = 100
 22435  pkg syscall (linux-386), const SYS_FSTATFS64 = 269
 22436  pkg syscall (linux-386), const SYS_FSYNC = 118
 22437  pkg syscall (linux-386), const SYS_FTIME = 35
 22438  pkg syscall (linux-386), const SYS_FTRUNCATE = 93
 22439  pkg syscall (linux-386), const SYS_FTRUNCATE64 = 194
 22440  pkg syscall (linux-386), const SYS_FUTEX = 240
 22441  pkg syscall (linux-386), const SYS_FUTIMESAT = 299
 22442  pkg syscall (linux-386), const SYS_GETCPU = 318
 22443  pkg syscall (linux-386), const SYS_GETCWD = 183
 22444  pkg syscall (linux-386), const SYS_GETDENTS = 141
 22445  pkg syscall (linux-386), const SYS_GETDENTS64 = 220
 22446  pkg syscall (linux-386), const SYS_GETEGID = 50
 22447  pkg syscall (linux-386), const SYS_GETEGID32 = 202
 22448  pkg syscall (linux-386), const SYS_GETEUID = 49
 22449  pkg syscall (linux-386), const SYS_GETEUID32 = 201
 22450  pkg syscall (linux-386), const SYS_GETGID = 47
 22451  pkg syscall (linux-386), const SYS_GETGID32 = 200
 22452  pkg syscall (linux-386), const SYS_GETGROUPS = 80
 22453  pkg syscall (linux-386), const SYS_GETGROUPS32 = 205
 22454  pkg syscall (linux-386), const SYS_GETITIMER = 105
 22455  pkg syscall (linux-386), const SYS_GETPGID = 132
 22456  pkg syscall (linux-386), const SYS_GETPGRP = 65
 22457  pkg syscall (linux-386), const SYS_GETPID = 20
 22458  pkg syscall (linux-386), const SYS_GETPMSG = 188
 22459  pkg syscall (linux-386), const SYS_GETPPID = 64
 22460  pkg syscall (linux-386), const SYS_GETPRIORITY = 96
 22461  pkg syscall (linux-386), const SYS_GETRESGID = 171
 22462  pkg syscall (linux-386), const SYS_GETRESGID32 = 211
 22463  pkg syscall (linux-386), const SYS_GETRESUID = 165
 22464  pkg syscall (linux-386), const SYS_GETRESUID32 = 209
 22465  pkg syscall (linux-386), const SYS_GETRLIMIT = 76
 22466  pkg syscall (linux-386), const SYS_GETRUSAGE = 77
 22467  pkg syscall (linux-386), const SYS_GETSID = 147
 22468  pkg syscall (linux-386), const SYS_GETTID = 224
 22469  pkg syscall (linux-386), const SYS_GETTIMEOFDAY = 78
 22470  pkg syscall (linux-386), const SYS_GETUID = 24
 22471  pkg syscall (linux-386), const SYS_GETUID32 = 199
 22472  pkg syscall (linux-386), const SYS_GETXATTR = 229
 22473  pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS = 130
 22474  pkg syscall (linux-386), const SYS_GET_MEMPOLICY = 275
 22475  pkg syscall (linux-386), const SYS_GET_ROBUST_LIST = 312
 22476  pkg syscall (linux-386), const SYS_GET_THREAD_AREA = 244
 22477  pkg syscall (linux-386), const SYS_GTTY = 32
 22478  pkg syscall (linux-386), const SYS_IDLE = 112
 22479  pkg syscall (linux-386), const SYS_INIT_MODULE = 128
 22480  pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH = 292
 22481  pkg syscall (linux-386), const SYS_INOTIFY_INIT = 291
 22482  pkg syscall (linux-386), const SYS_INOTIFY_INIT1 = 332
 22483  pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH = 293
 22484  pkg syscall (linux-386), const SYS_IOCTL = 54
 22485  pkg syscall (linux-386), const SYS_IOPERM = 101
 22486  pkg syscall (linux-386), const SYS_IOPL = 110
 22487  pkg syscall (linux-386), const SYS_IOPRIO_GET = 290
 22488  pkg syscall (linux-386), const SYS_IOPRIO_SET = 289
 22489  pkg syscall (linux-386), const SYS_IO_CANCEL = 249
 22490  pkg syscall (linux-386), const SYS_IO_DESTROY = 246
 22491  pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247
 22492  pkg syscall (linux-386), const SYS_IO_SETUP = 245
 22493  pkg syscall (linux-386), const SYS_IO_SUBMIT = 248
 22494  pkg syscall (linux-386), const SYS_IPC = 117
 22495  pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283
 22496  pkg syscall (linux-386), const SYS_KEYCTL = 288
 22497  pkg syscall (linux-386), const SYS_KILL = 37
 22498  pkg syscall (linux-386), const SYS_LCHOWN = 16
 22499  pkg syscall (linux-386), const SYS_LCHOWN32 = 198
 22500  pkg syscall (linux-386), const SYS_LGETXATTR = 230
 22501  pkg syscall (linux-386), const SYS_LINK = 9
 22502  pkg syscall (linux-386), const SYS_LINKAT = 303
 22503  pkg syscall (linux-386), const SYS_LISTXATTR = 232
 22504  pkg syscall (linux-386), const SYS_LLISTXATTR = 233
 22505  pkg syscall (linux-386), const SYS_LOCK = 53
 22506  pkg syscall (linux-386), const SYS_LOOKUP_DCOOKIE = 253
 22507  pkg syscall (linux-386), const SYS_LREMOVEXATTR = 236
 22508  pkg syscall (linux-386), const SYS_LSEEK = 19
 22509  pkg syscall (linux-386), const SYS_LSETXATTR = 227
 22510  pkg syscall (linux-386), const SYS_LSTAT = 107
 22511  pkg syscall (linux-386), const SYS_LSTAT64 = 196
 22512  pkg syscall (linux-386), const SYS_MADVISE = 219
 22513  pkg syscall (linux-386), const SYS_MADVISE1 = 219
 22514  pkg syscall (linux-386), const SYS_MBIND = 274
 22515  pkg syscall (linux-386), const SYS_MIGRATE_PAGES = 294
 22516  pkg syscall (linux-386), const SYS_MINCORE = 218
 22517  pkg syscall (linux-386), const SYS_MKDIR = 39
 22518  pkg syscall (linux-386), const SYS_MKDIRAT = 296
 22519  pkg syscall (linux-386), const SYS_MKNOD = 14
 22520  pkg syscall (linux-386), const SYS_MKNODAT = 297
 22521  pkg syscall (linux-386), const SYS_MLOCK = 150
 22522  pkg syscall (linux-386), const SYS_MLOCKALL = 152
 22523  pkg syscall (linux-386), const SYS_MMAP = 90
 22524  pkg syscall (linux-386), const SYS_MMAP2 = 192
 22525  pkg syscall (linux-386), const SYS_MODIFY_LDT = 123
 22526  pkg syscall (linux-386), const SYS_MOUNT = 21
 22527  pkg syscall (linux-386), const SYS_MOVE_PAGES = 317
 22528  pkg syscall (linux-386), const SYS_MPROTECT = 125
 22529  pkg syscall (linux-386), const SYS_MPX = 56
 22530  pkg syscall (linux-386), const SYS_MQ_GETSETATTR = 282
 22531  pkg syscall (linux-386), const SYS_MQ_NOTIFY = 281
 22532  pkg syscall (linux-386), const SYS_MQ_OPEN = 277
 22533  pkg syscall (linux-386), const SYS_MQ_TIMEDRECEIVE = 280
 22534  pkg syscall (linux-386), const SYS_MQ_TIMEDSEND = 279
 22535  pkg syscall (linux-386), const SYS_MQ_UNLINK = 278
 22536  pkg syscall (linux-386), const SYS_MREMAP = 163
 22537  pkg syscall (linux-386), const SYS_MSYNC = 144
 22538  pkg syscall (linux-386), const SYS_MUNLOCK = 151
 22539  pkg syscall (linux-386), const SYS_MUNLOCKALL = 153
 22540  pkg syscall (linux-386), const SYS_MUNMAP = 91
 22541  pkg syscall (linux-386), const SYS_NANOSLEEP = 162
 22542  pkg syscall (linux-386), const SYS_NFSSERVCTL = 169
 22543  pkg syscall (linux-386), const SYS_NICE = 34
 22544  pkg syscall (linux-386), const SYS_OLDFSTAT = 28
 22545  pkg syscall (linux-386), const SYS_OLDLSTAT = 84
 22546  pkg syscall (linux-386), const SYS_OLDOLDUNAME = 59
 22547  pkg syscall (linux-386), const SYS_OLDSTAT = 18
 22548  pkg syscall (linux-386), const SYS_OLDUNAME = 109
 22549  pkg syscall (linux-386), const SYS_OPEN = 5
 22550  pkg syscall (linux-386), const SYS_OPENAT = 295
 22551  pkg syscall (linux-386), const SYS_PAUSE = 29
 22552  pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN = 336
 22553  pkg syscall (linux-386), const SYS_PERSONALITY = 136
 22554  pkg syscall (linux-386), const SYS_PIPE = 42
 22555  pkg syscall (linux-386), const SYS_PIPE2 = 331
 22556  pkg syscall (linux-386), const SYS_PIVOT_ROOT = 217
 22557  pkg syscall (linux-386), const SYS_POLL = 168
 22558  pkg syscall (linux-386), const SYS_PPOLL = 309
 22559  pkg syscall (linux-386), const SYS_PRCTL = 172
 22560  pkg syscall (linux-386), const SYS_PREAD64 = 180
 22561  pkg syscall (linux-386), const SYS_PREADV = 333
 22562  pkg syscall (linux-386), const SYS_PRLIMIT64 = 340
 22563  pkg syscall (linux-386), const SYS_PROF = 44
 22564  pkg syscall (linux-386), const SYS_PROFIL = 98
 22565  pkg syscall (linux-386), const SYS_PSELECT6 = 308
 22566  pkg syscall (linux-386), const SYS_PTRACE = 26
 22567  pkg syscall (linux-386), const SYS_PUTPMSG = 189
 22568  pkg syscall (linux-386), const SYS_PWRITE64 = 181
 22569  pkg syscall (linux-386), const SYS_PWRITEV = 334
 22570  pkg syscall (linux-386), const SYS_QUERY_MODULE = 167
 22571  pkg syscall (linux-386), const SYS_QUOTACTL = 131
 22572  pkg syscall (linux-386), const SYS_READ = 3
 22573  pkg syscall (linux-386), const SYS_READAHEAD = 225
 22574  pkg syscall (linux-386), const SYS_READDIR = 89
 22575  pkg syscall (linux-386), const SYS_READLINK = 85
 22576  pkg syscall (linux-386), const SYS_READLINKAT = 305
 22577  pkg syscall (linux-386), const SYS_READV = 145
 22578  pkg syscall (linux-386), const SYS_REBOOT = 88
 22579  pkg syscall (linux-386), const SYS_RECVMMSG = 337
 22580  pkg syscall (linux-386), const SYS_REMAP_FILE_PAGES = 257
 22581  pkg syscall (linux-386), const SYS_REMOVEXATTR = 235
 22582  pkg syscall (linux-386), const SYS_RENAME = 38
 22583  pkg syscall (linux-386), const SYS_RENAMEAT = 302
 22584  pkg syscall (linux-386), const SYS_REQUEST_KEY = 287
 22585  pkg syscall (linux-386), const SYS_RESTART_SYSCALL = 0
 22586  pkg syscall (linux-386), const SYS_RMDIR = 40
 22587  pkg syscall (linux-386), const SYS_RT_SIGACTION = 174
 22588  pkg syscall (linux-386), const SYS_RT_SIGPENDING = 176
 22589  pkg syscall (linux-386), const SYS_RT_SIGPROCMASK = 175
 22590  pkg syscall (linux-386), const SYS_RT_SIGQUEUEINFO = 178
 22591  pkg syscall (linux-386), const SYS_RT_SIGRETURN = 173
 22592  pkg syscall (linux-386), const SYS_RT_SIGSUSPEND = 179
 22593  pkg syscall (linux-386), const SYS_RT_SIGTIMEDWAIT = 177
 22594  pkg syscall (linux-386), const SYS_RT_TGSIGQUEUEINFO = 335
 22595  pkg syscall (linux-386), const SYS_SCHED_GETAFFINITY = 242
 22596  pkg syscall (linux-386), const SYS_SCHED_GETPARAM = 155
 22597  pkg syscall (linux-386), const SYS_SCHED_GETSCHEDULER = 157
 22598  pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MAX = 159
 22599  pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MIN = 160
 22600  pkg syscall (linux-386), const SYS_SCHED_RR_GET_INTERVAL = 161
 22601  pkg syscall (linux-386), const SYS_SCHED_SETAFFINITY = 241
 22602  pkg syscall (linux-386), const SYS_SCHED_SETPARAM = 154
 22603  pkg syscall (linux-386), const SYS_SCHED_SETSCHEDULER = 156
 22604  pkg syscall (linux-386), const SYS_SCHED_YIELD = 158
 22605  pkg syscall (linux-386), const SYS_SELECT = 82
 22606  pkg syscall (linux-386), const SYS_SENDFILE = 187
 22607  pkg syscall (linux-386), const SYS_SENDFILE64 = 239
 22608  pkg syscall (linux-386), const SYS_SETDOMAINNAME = 121
 22609  pkg syscall (linux-386), const SYS_SETFSGID = 139
 22610  pkg syscall (linux-386), const SYS_SETFSGID32 = 216
 22611  pkg syscall (linux-386), const SYS_SETFSUID = 138
 22612  pkg syscall (linux-386), const SYS_SETFSUID32 = 215
 22613  pkg syscall (linux-386), const SYS_SETGID = 46
 22614  pkg syscall (linux-386), const SYS_SETGID32 = 214
 22615  pkg syscall (linux-386), const SYS_SETGROUPS = 81
 22616  pkg syscall (linux-386), const SYS_SETGROUPS32 = 206
 22617  pkg syscall (linux-386), const SYS_SETHOSTNAME = 74
 22618  pkg syscall (linux-386), const SYS_SETITIMER = 104
 22619  pkg syscall (linux-386), const SYS_SETPGID = 57
 22620  pkg syscall (linux-386), const SYS_SETPRIORITY = 97
 22621  pkg syscall (linux-386), const SYS_SETREGID = 71
 22622  pkg syscall (linux-386), const SYS_SETREGID32 = 204
 22623  pkg syscall (linux-386), const SYS_SETRESGID = 170
 22624  pkg syscall (linux-386), const SYS_SETRESGID32 = 210
 22625  pkg syscall (linux-386), const SYS_SETRESUID = 164
 22626  pkg syscall (linux-386), const SYS_SETRESUID32 = 208
 22627  pkg syscall (linux-386), const SYS_SETREUID = 70
 22628  pkg syscall (linux-386), const SYS_SETREUID32 = 203
 22629  pkg syscall (linux-386), const SYS_SETRLIMIT = 75
 22630  pkg syscall (linux-386), const SYS_SETSID = 66
 22631  pkg syscall (linux-386), const SYS_SETTIMEOFDAY = 79
 22632  pkg syscall (linux-386), const SYS_SETUID = 23
 22633  pkg syscall (linux-386), const SYS_SETUID32 = 213
 22634  pkg syscall (linux-386), const SYS_SETXATTR = 226
 22635  pkg syscall (linux-386), const SYS_SET_MEMPOLICY = 276
 22636  pkg syscall (linux-386), const SYS_SET_ROBUST_LIST = 311
 22637  pkg syscall (linux-386), const SYS_SET_THREAD_AREA = 243
 22638  pkg syscall (linux-386), const SYS_SET_TID_ADDRESS = 258
 22639  pkg syscall (linux-386), const SYS_SGETMASK = 68
 22640  pkg syscall (linux-386), const SYS_SIGACTION = 67
 22641  pkg syscall (linux-386), const SYS_SIGALTSTACK = 186
 22642  pkg syscall (linux-386), const SYS_SIGNAL = 48
 22643  pkg syscall (linux-386), const SYS_SIGNALFD = 321
 22644  pkg syscall (linux-386), const SYS_SIGNALFD4 = 327
 22645  pkg syscall (linux-386), const SYS_SIGPENDING = 73
 22646  pkg syscall (linux-386), const SYS_SIGPROCMASK = 126
 22647  pkg syscall (linux-386), const SYS_SIGRETURN = 119
 22648  pkg syscall (linux-386), const SYS_SIGSUSPEND = 72
 22649  pkg syscall (linux-386), const SYS_SOCKETCALL = 102
 22650  pkg syscall (linux-386), const SYS_SPLICE = 313
 22651  pkg syscall (linux-386), const SYS_SSETMASK = 69
 22652  pkg syscall (linux-386), const SYS_STAT = 106
 22653  pkg syscall (linux-386), const SYS_STAT64 = 195
 22654  pkg syscall (linux-386), const SYS_STATFS = 99
 22655  pkg syscall (linux-386), const SYS_STATFS64 = 268
 22656  pkg syscall (linux-386), const SYS_STIME = 25
 22657  pkg syscall (linux-386), const SYS_STTY = 31
 22658  pkg syscall (linux-386), const SYS_SWAPOFF = 115
 22659  pkg syscall (linux-386), const SYS_SWAPON = 87
 22660  pkg syscall (linux-386), const SYS_SYMLINK = 83
 22661  pkg syscall (linux-386), const SYS_SYMLINKAT = 304
 22662  pkg syscall (linux-386), const SYS_SYNC = 36
 22663  pkg syscall (linux-386), const SYS_SYNC_FILE_RANGE = 314
 22664  pkg syscall (linux-386), const SYS_SYSFS = 135
 22665  pkg syscall (linux-386), const SYS_SYSINFO = 116
 22666  pkg syscall (linux-386), const SYS_SYSLOG = 103
 22667  pkg syscall (linux-386), const SYS_TEE = 315
 22668  pkg syscall (linux-386), const SYS_TGKILL = 270
 22669  pkg syscall (linux-386), const SYS_TIME = 13
 22670  pkg syscall (linux-386), const SYS_TIMERFD_CREATE = 322
 22671  pkg syscall (linux-386), const SYS_TIMERFD_GETTIME = 326
 22672  pkg syscall (linux-386), const SYS_TIMERFD_SETTIME = 325
 22673  pkg syscall (linux-386), const SYS_TIMER_CREATE = 259
 22674  pkg syscall (linux-386), const SYS_TIMER_DELETE = 263
 22675  pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN = 262
 22676  pkg syscall (linux-386), const SYS_TIMER_GETTIME = 261
 22677  pkg syscall (linux-386), const SYS_TIMER_SETTIME = 260
 22678  pkg syscall (linux-386), const SYS_TIMES = 43
 22679  pkg syscall (linux-386), const SYS_TKILL = 238
 22680  pkg syscall (linux-386), const SYS_TRUNCATE = 92
 22681  pkg syscall (linux-386), const SYS_TRUNCATE64 = 193
 22682  pkg syscall (linux-386), const SYS_UGETRLIMIT = 191
 22683  pkg syscall (linux-386), const SYS_ULIMIT = 58
 22684  pkg syscall (linux-386), const SYS_UMASK = 60
 22685  pkg syscall (linux-386), const SYS_UMOUNT = 22
 22686  pkg syscall (linux-386), const SYS_UMOUNT2 = 52
 22687  pkg syscall (linux-386), const SYS_UNAME = 122
 22688  pkg syscall (linux-386), const SYS_UNLINK = 10
 22689  pkg syscall (linux-386), const SYS_UNLINKAT = 301
 22690  pkg syscall (linux-386), const SYS_UNSHARE = 310
 22691  pkg syscall (linux-386), const SYS_USELIB = 86
 22692  pkg syscall (linux-386), const SYS_USTAT = 62
 22693  pkg syscall (linux-386), const SYS_UTIME = 30
 22694  pkg syscall (linux-386), const SYS_UTIMENSAT = 320
 22695  pkg syscall (linux-386), const SYS_UTIMES = 271
 22696  pkg syscall (linux-386), const SYS_VFORK = 190
 22697  pkg syscall (linux-386), const SYS_VHANGUP = 111
 22698  pkg syscall (linux-386), const SYS_VM86 = 166
 22699  pkg syscall (linux-386), const SYS_VM86OLD = 113
 22700  pkg syscall (linux-386), const SYS_VMSPLICE = 316
 22701  pkg syscall (linux-386), const SYS_VSERVER = 273
 22702  pkg syscall (linux-386), const SYS_WAIT4 = 114
 22703  pkg syscall (linux-386), const SYS_WAITID = 284
 22704  pkg syscall (linux-386), const SYS_WAITPID = 7
 22705  pkg syscall (linux-386), const SYS_WRITE = 4
 22706  pkg syscall (linux-386), const SYS_WRITEV = 146
 22707  pkg syscall (linux-386), const SYS__LLSEEK = 140
 22708  pkg syscall (linux-386), const SYS__NEWSELECT = 142
 22709  pkg syscall (linux-386), const SYS__SYSCTL = 149
 22710  pkg syscall (linux-386), const S_BLKSIZE = 512
 22711  pkg syscall (linux-386), const S_IEXEC = 64
 22712  pkg syscall (linux-386), const S_IFMT = 61440
 22713  pkg syscall (linux-386), const S_IREAD = 256
 22714  pkg syscall (linux-386), const S_IRGRP = 32
 22715  pkg syscall (linux-386), const S_IROTH = 4
 22716  pkg syscall (linux-386), const S_IRWXG = 56
 22717  pkg syscall (linux-386), const S_IRWXO = 7
 22718  pkg syscall (linux-386), const S_IRWXU = 448
 22719  pkg syscall (linux-386), const S_IWGRP = 16
 22720  pkg syscall (linux-386), const S_IWOTH = 2
 22721  pkg syscall (linux-386), const S_IWRITE = 128
 22722  pkg syscall (linux-386), const S_IXGRP = 8
 22723  pkg syscall (linux-386), const S_IXOTH = 1
 22724  pkg syscall (linux-386), const SizeofCmsghdr = 12
 22725  pkg syscall (linux-386), const SizeofIPMreq = 8
 22726  pkg syscall (linux-386), const SizeofIPMreqn = 12
 22727  pkg syscall (linux-386), const SizeofIPv6Mreq = 20
 22728  pkg syscall (linux-386), const SizeofIfAddrmsg = 8
 22729  pkg syscall (linux-386), const SizeofIfInfomsg = 16
 22730  pkg syscall (linux-386), const SizeofInet4Pktinfo = 12
 22731  pkg syscall (linux-386), const SizeofInet6Pktinfo = 20
 22732  pkg syscall (linux-386), const SizeofInotifyEvent = 16
 22733  pkg syscall (linux-386), const SizeofLinger = 8
 22734  pkg syscall (linux-386), const SizeofMsghdr = 28
 22735  pkg syscall (linux-386), const SizeofNlAttr = 4
 22736  pkg syscall (linux-386), const SizeofNlMsgerr = 20
 22737  pkg syscall (linux-386), const SizeofNlMsghdr = 16
 22738  pkg syscall (linux-386), const SizeofRtAttr = 4
 22739  pkg syscall (linux-386), const SizeofRtGenmsg = 1
 22740  pkg syscall (linux-386), const SizeofRtMsg = 12
 22741  pkg syscall (linux-386), const SizeofRtNexthop = 8
 22742  pkg syscall (linux-386), const SizeofSockFilter = 8
 22743  pkg syscall (linux-386), const SizeofSockFprog = 8
 22744  pkg syscall (linux-386), const SizeofSockaddrAny = 112
 22745  pkg syscall (linux-386), const SizeofSockaddrInet4 = 16
 22746  pkg syscall (linux-386), const SizeofSockaddrInet6 = 28
 22747  pkg syscall (linux-386), const SizeofSockaddrLinklayer = 20
 22748  pkg syscall (linux-386), const SizeofSockaddrNetlink = 12
 22749  pkg syscall (linux-386), const SizeofSockaddrUnix = 110
 22750  pkg syscall (linux-386), const SizeofTCPInfo = 104
 22751  pkg syscall (linux-386), const SizeofTCPInfo ideal-int
 22752  pkg syscall (linux-386), const SizeofUcred = 12
 22753  pkg syscall (linux-386), const TCGETS = 21505
 22754  pkg syscall (linux-386), const TCP_CONGESTION = 13
 22755  pkg syscall (linux-386), const TCP_CORK = 3
 22756  pkg syscall (linux-386), const TCP_DEFER_ACCEPT = 9
 22757  pkg syscall (linux-386), const TCP_INFO = 11
 22758  pkg syscall (linux-386), const TCP_KEEPCNT = 6
 22759  pkg syscall (linux-386), const TCP_KEEPIDLE = 4
 22760  pkg syscall (linux-386), const TCP_KEEPINTVL = 5
 22761  pkg syscall (linux-386), const TCP_LINGER2 = 8
 22762  pkg syscall (linux-386), const TCP_MAXSEG = 2
 22763  pkg syscall (linux-386), const TCP_MAXWIN = 65535
 22764  pkg syscall (linux-386), const TCP_MAX_WINSHIFT = 14
 22765  pkg syscall (linux-386), const TCP_MD5SIG = 14
 22766  pkg syscall (linux-386), const TCP_MD5SIG_MAXKEYLEN = 80
 22767  pkg syscall (linux-386), const TCP_MSS = 512
 22768  pkg syscall (linux-386), const TCP_QUICKACK = 12
 22769  pkg syscall (linux-386), const TCP_SYNCNT = 7
 22770  pkg syscall (linux-386), const TCP_WINDOW_CLAMP = 10
 22771  pkg syscall (linux-386), const TCSETS = 21506
 22772  pkg syscall (linux-386), const TIOCCBRK = 21544
 22773  pkg syscall (linux-386), const TIOCCONS = 21533
 22774  pkg syscall (linux-386), const TIOCEXCL = 21516
 22775  pkg syscall (linux-386), const TIOCGDEV = 2147767346
 22776  pkg syscall (linux-386), const TIOCGETD = 21540
 22777  pkg syscall (linux-386), const TIOCGICOUNT = 21597
 22778  pkg syscall (linux-386), const TIOCGLCKTRMIOS = 21590
 22779  pkg syscall (linux-386), const TIOCGPGRP = 21519
 22780  pkg syscall (linux-386), const TIOCGPTN = 2147767344
 22781  pkg syscall (linux-386), const TIOCGRS485 = 21550
 22782  pkg syscall (linux-386), const TIOCGSERIAL = 21534
 22783  pkg syscall (linux-386), const TIOCGSID = 21545
 22784  pkg syscall (linux-386), const TIOCGSOFTCAR = 21529
 22785  pkg syscall (linux-386), const TIOCGWINSZ = 21523
 22786  pkg syscall (linux-386), const TIOCINQ = 21531
 22787  pkg syscall (linux-386), const TIOCLINUX = 21532
 22788  pkg syscall (linux-386), const TIOCMBIC = 21527
 22789  pkg syscall (linux-386), const TIOCMBIS = 21526
 22790  pkg syscall (linux-386), const TIOCMGET = 21525
 22791  pkg syscall (linux-386), const TIOCMIWAIT = 21596
 22792  pkg syscall (linux-386), const TIOCMSET = 21528
 22793  pkg syscall (linux-386), const TIOCM_CAR = 64
 22794  pkg syscall (linux-386), const TIOCM_CD = 64
 22795  pkg syscall (linux-386), const TIOCM_CTS = 32
 22796  pkg syscall (linux-386), const TIOCM_DSR = 256
 22797  pkg syscall (linux-386), const TIOCM_DTR = 2
 22798  pkg syscall (linux-386), const TIOCM_LE = 1
 22799  pkg syscall (linux-386), const TIOCM_RI = 128
 22800  pkg syscall (linux-386), const TIOCM_RNG = 128
 22801  pkg syscall (linux-386), const TIOCM_RTS = 4
 22802  pkg syscall (linux-386), const TIOCM_SR = 16
 22803  pkg syscall (linux-386), const TIOCM_ST = 8
 22804  pkg syscall (linux-386), const TIOCNOTTY = 21538
 22805  pkg syscall (linux-386), const TIOCNXCL = 21517
 22806  pkg syscall (linux-386), const TIOCOUTQ = 21521
 22807  pkg syscall (linux-386), const TIOCPKT = 21536
 22808  pkg syscall (linux-386), const TIOCPKT_DATA = 0
 22809  pkg syscall (linux-386), const TIOCPKT_DOSTOP = 32
 22810  pkg syscall (linux-386), const TIOCPKT_FLUSHREAD = 1
 22811  pkg syscall (linux-386), const TIOCPKT_FLUSHWRITE = 2
 22812  pkg syscall (linux-386), const TIOCPKT_IOCTL = 64
 22813  pkg syscall (linux-386), const TIOCPKT_NOSTOP = 16
 22814  pkg syscall (linux-386), const TIOCPKT_START = 8
 22815  pkg syscall (linux-386), const TIOCPKT_STOP = 4
 22816  pkg syscall (linux-386), const TIOCSBRK = 21543
 22817  pkg syscall (linux-386), const TIOCSCTTY = 21518
 22818  pkg syscall (linux-386), const TIOCSERCONFIG = 21587
 22819  pkg syscall (linux-386), const TIOCSERGETLSR = 21593
 22820  pkg syscall (linux-386), const TIOCSERGETMULTI = 21594
 22821  pkg syscall (linux-386), const TIOCSERGSTRUCT = 21592
 22822  pkg syscall (linux-386), const TIOCSERGWILD = 21588
 22823  pkg syscall (linux-386), const TIOCSERSETMULTI = 21595
 22824  pkg syscall (linux-386), const TIOCSERSWILD = 21589
 22825  pkg syscall (linux-386), const TIOCSER_TEMT = 1
 22826  pkg syscall (linux-386), const TIOCSETD = 21539
 22827  pkg syscall (linux-386), const TIOCSIG = 1074025526
 22828  pkg syscall (linux-386), const TIOCSLCKTRMIOS = 21591
 22829  pkg syscall (linux-386), const TIOCSPGRP = 21520
 22830  pkg syscall (linux-386), const TIOCSPTLCK = 1074025521
 22831  pkg syscall (linux-386), const TIOCSRS485 = 21551
 22832  pkg syscall (linux-386), const TIOCSSERIAL = 21535
 22833  pkg syscall (linux-386), const TIOCSSOFTCAR = 21530
 22834  pkg syscall (linux-386), const TIOCSTI = 21522
 22835  pkg syscall (linux-386), const TIOCSWINSZ = 21524
 22836  pkg syscall (linux-386), const TOSTOP = 256
 22837  pkg syscall (linux-386), const TUNATTACHFILTER = 1074287829
 22838  pkg syscall (linux-386), const TUNDETACHFILTER = 1074287830
 22839  pkg syscall (linux-386), const TUNGETFEATURES = 2147767503
 22840  pkg syscall (linux-386), const TUNGETIFF = 2147767506
 22841  pkg syscall (linux-386), const TUNGETSNDBUF = 2147767507
 22842  pkg syscall (linux-386), const TUNGETVNETHDRSZ = 2147767511
 22843  pkg syscall (linux-386), const TUNSETDEBUG = 1074025673
 22844  pkg syscall (linux-386), const TUNSETGROUP = 1074025678
 22845  pkg syscall (linux-386), const TUNSETIFF = 1074025674
 22846  pkg syscall (linux-386), const TUNSETLINK = 1074025677
 22847  pkg syscall (linux-386), const TUNSETNOCSUM = 1074025672
 22848  pkg syscall (linux-386), const TUNSETOFFLOAD = 1074025680
 22849  pkg syscall (linux-386), const TUNSETOWNER = 1074025676
 22850  pkg syscall (linux-386), const TUNSETPERSIST = 1074025675
 22851  pkg syscall (linux-386), const TUNSETSNDBUF = 1074025684
 22852  pkg syscall (linux-386), const TUNSETTXFILTER = 1074025681
 22853  pkg syscall (linux-386), const TUNSETVNETHDRSZ = 1074025688
 22854  pkg syscall (linux-386), const VDISCARD = 13
 22855  pkg syscall (linux-386), const VEOF = 4
 22856  pkg syscall (linux-386), const VEOL = 11
 22857  pkg syscall (linux-386), const VEOL2 = 16
 22858  pkg syscall (linux-386), const VERASE = 2
 22859  pkg syscall (linux-386), const VINTR = 0
 22860  pkg syscall (linux-386), const VKILL = 3
 22861  pkg syscall (linux-386), const VLNEXT = 15
 22862  pkg syscall (linux-386), const VMIN = 6
 22863  pkg syscall (linux-386), const VQUIT = 1
 22864  pkg syscall (linux-386), const VREPRINT = 12
 22865  pkg syscall (linux-386), const VSTART = 8
 22866  pkg syscall (linux-386), const VSTOP = 9
 22867  pkg syscall (linux-386), const VSUSP = 10
 22868  pkg syscall (linux-386), const VSWTC = 7
 22869  pkg syscall (linux-386), const VTIME = 5
 22870  pkg syscall (linux-386), const VWERASE = 14
 22871  pkg syscall (linux-386), const WALL = 1073741824
 22872  pkg syscall (linux-386), const WCLONE = 2147483648
 22873  pkg syscall (linux-386), const WCONTINUED = 8
 22874  pkg syscall (linux-386), const WEXITED = 4
 22875  pkg syscall (linux-386), const WNOHANG = 1
 22876  pkg syscall (linux-386), const WNOTHREAD = 536870912
 22877  pkg syscall (linux-386), const WNOWAIT = 16777216
 22878  pkg syscall (linux-386), const WORDSIZE = 32
 22879  pkg syscall (linux-386), const WSTOPPED = 2
 22880  pkg syscall (linux-386), const WUNTRACED = 2
 22881  pkg syscall (linux-386), const XCASE = 4
 22882  pkg syscall (linux-386), func Accept4(int, int) (int, Sockaddr, error)
 22883  pkg syscall (linux-386), func GetsockoptUcred(int, int, int) (*Ucred, error)
 22884  pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error)
 22885  pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error)
 22886  pkg syscall (linux-386), func Pipe2([]int, int) error
 22887  pkg syscall (linux-386), func PtraceSyscall(int, int) error
 22888  pkg syscall (linux-386), func Removexattr(string, string) error
 22889  pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error
 22890  pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
 22891  pkg syscall (linux-386), type SysProcAttr struct, Ctty int
 22892  pkg syscall (linux-386), type TCPInfo struct
 22893  pkg syscall (linux-386), type TCPInfo struct, Advmss uint32
 22894  pkg syscall (linux-386), type TCPInfo struct, Ato uint32
 22895  pkg syscall (linux-386), type TCPInfo struct, Backoff uint8
 22896  pkg syscall (linux-386), type TCPInfo struct, Ca_state uint8
 22897  pkg syscall (linux-386), type TCPInfo struct, Fackets uint32
 22898  pkg syscall (linux-386), type TCPInfo struct, Last_ack_recv uint32
 22899  pkg syscall (linux-386), type TCPInfo struct, Last_ack_sent uint32
 22900  pkg syscall (linux-386), type TCPInfo struct, Last_data_recv uint32
 22901  pkg syscall (linux-386), type TCPInfo struct, Last_data_sent uint32
 22902  pkg syscall (linux-386), type TCPInfo struct, Lost uint32
 22903  pkg syscall (linux-386), type TCPInfo struct, Options uint8
 22904  pkg syscall (linux-386), type TCPInfo struct, Pad_cgo_0 [2]uint8
 22905  pkg syscall (linux-386), type TCPInfo struct, Pmtu uint32
 22906  pkg syscall (linux-386), type TCPInfo struct, Probes uint8
 22907  pkg syscall (linux-386), type TCPInfo struct, Rcv_mss uint32
 22908  pkg syscall (linux-386), type TCPInfo struct, Rcv_rtt uint32
 22909  pkg syscall (linux-386), type TCPInfo struct, Rcv_space uint32
 22910  pkg syscall (linux-386), type TCPInfo struct, Rcv_ssthresh uint32
 22911  pkg syscall (linux-386), type TCPInfo struct, Reordering uint32
 22912  pkg syscall (linux-386), type TCPInfo struct, Retrans uint32
 22913  pkg syscall (linux-386), type TCPInfo struct, Retransmits uint8
 22914  pkg syscall (linux-386), type TCPInfo struct, Rto uint32
 22915  pkg syscall (linux-386), type TCPInfo struct, Rtt uint32
 22916  pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32
 22917  pkg syscall (linux-386), type TCPInfo struct, Sacked uint32
 22918  pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32
 22919  pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32
 22920  pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
 22921  pkg syscall (linux-386), type TCPInfo struct, State uint8
 22922  pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32
 22923  pkg syscall (linux-386), type TCPInfo struct, Unacked uint32
 22924  pkg syscall (linux-386-cgo), const AF_ALG = 38
 22925  pkg syscall (linux-386-cgo), const AF_APPLETALK = 5
 22926  pkg syscall (linux-386-cgo), const AF_ASH = 18
 22927  pkg syscall (linux-386-cgo), const AF_ATMPVC = 8
 22928  pkg syscall (linux-386-cgo), const AF_ATMSVC = 20
 22929  pkg syscall (linux-386-cgo), const AF_AX25 = 3
 22930  pkg syscall (linux-386-cgo), const AF_BLUETOOTH = 31
 22931  pkg syscall (linux-386-cgo), const AF_BRIDGE = 7
 22932  pkg syscall (linux-386-cgo), const AF_CAIF = 37
 22933  pkg syscall (linux-386-cgo), const AF_CAN = 29
 22934  pkg syscall (linux-386-cgo), const AF_DECnet = 12
 22935  pkg syscall (linux-386-cgo), const AF_ECONET = 19
 22936  pkg syscall (linux-386-cgo), const AF_FILE = 1
 22937  pkg syscall (linux-386-cgo), const AF_IEEE802154 = 36
 22938  pkg syscall (linux-386-cgo), const AF_INET6 = 10
 22939  pkg syscall (linux-386-cgo), const AF_IPX = 4
 22940  pkg syscall (linux-386-cgo), const AF_IRDA = 23
 22941  pkg syscall (linux-386-cgo), const AF_ISDN = 34
 22942  pkg syscall (linux-386-cgo), const AF_IUCV = 32
 22943  pkg syscall (linux-386-cgo), const AF_KEY = 15
 22944  pkg syscall (linux-386-cgo), const AF_LLC = 26
 22945  pkg syscall (linux-386-cgo), const AF_LOCAL = 1
 22946  pkg syscall (linux-386-cgo), const AF_MAX = 39
 22947  pkg syscall (linux-386-cgo), const AF_NETBEUI = 13
 22948  pkg syscall (linux-386-cgo), const AF_NETLINK = 16
 22949  pkg syscall (linux-386-cgo), const AF_NETROM = 6
 22950  pkg syscall (linux-386-cgo), const AF_PACKET = 17
 22951  pkg syscall (linux-386-cgo), const AF_PHONET = 35
 22952  pkg syscall (linux-386-cgo), const AF_PPPOX = 24
 22953  pkg syscall (linux-386-cgo), const AF_RDS = 21
 22954  pkg syscall (linux-386-cgo), const AF_ROSE = 11
 22955  pkg syscall (linux-386-cgo), const AF_ROUTE = 16
 22956  pkg syscall (linux-386-cgo), const AF_RXRPC = 33
 22957  pkg syscall (linux-386-cgo), const AF_SECURITY = 14
 22958  pkg syscall (linux-386-cgo), const AF_SNA = 22
 22959  pkg syscall (linux-386-cgo), const AF_TIPC = 30
 22960  pkg syscall (linux-386-cgo), const AF_WANPIPE = 25
 22961  pkg syscall (linux-386-cgo), const AF_X25 = 9
 22962  pkg syscall (linux-386-cgo), const ARPHRD_ADAPT = 264
 22963  pkg syscall (linux-386-cgo), const ARPHRD_APPLETLK = 8
 22964  pkg syscall (linux-386-cgo), const ARPHRD_ARCNET = 7
 22965  pkg syscall (linux-386-cgo), const ARPHRD_ASH = 781
 22966  pkg syscall (linux-386-cgo), const ARPHRD_ATM = 19
 22967  pkg syscall (linux-386-cgo), const ARPHRD_AX25 = 3
 22968  pkg syscall (linux-386-cgo), const ARPHRD_BIF = 775
 22969  pkg syscall (linux-386-cgo), const ARPHRD_CHAOS = 5
 22970  pkg syscall (linux-386-cgo), const ARPHRD_CISCO = 513
 22971  pkg syscall (linux-386-cgo), const ARPHRD_CSLIP = 257
 22972  pkg syscall (linux-386-cgo), const ARPHRD_CSLIP6 = 259
 22973  pkg syscall (linux-386-cgo), const ARPHRD_DDCMP = 517
 22974  pkg syscall (linux-386-cgo), const ARPHRD_DLCI = 15
 22975  pkg syscall (linux-386-cgo), const ARPHRD_ECONET = 782
 22976  pkg syscall (linux-386-cgo), const ARPHRD_EETHER = 2
 22977  pkg syscall (linux-386-cgo), const ARPHRD_ETHER = 1
 22978  pkg syscall (linux-386-cgo), const ARPHRD_EUI64 = 27
 22979  pkg syscall (linux-386-cgo), const ARPHRD_FCAL = 785
 22980  pkg syscall (linux-386-cgo), const ARPHRD_FCFABRIC = 787
 22981  pkg syscall (linux-386-cgo), const ARPHRD_FCPL = 786
 22982  pkg syscall (linux-386-cgo), const ARPHRD_FCPP = 784
 22983  pkg syscall (linux-386-cgo), const ARPHRD_FDDI = 774
 22984  pkg syscall (linux-386-cgo), const ARPHRD_FRAD = 770
 22985  pkg syscall (linux-386-cgo), const ARPHRD_HDLC = 513
 22986  pkg syscall (linux-386-cgo), const ARPHRD_HIPPI = 780
 22987  pkg syscall (linux-386-cgo), const ARPHRD_HWX25 = 272
 22988  pkg syscall (linux-386-cgo), const ARPHRD_IEEE1394 = 24
 22989  pkg syscall (linux-386-cgo), const ARPHRD_IEEE802 = 6
 22990  pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211 = 801
 22991  pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_PRISM = 802
 22992  pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
 22993  pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154 = 804
 22994  pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154_PHY = 805
 22995  pkg syscall (linux-386-cgo), const ARPHRD_IEEE802_TR = 800
 22996  pkg syscall (linux-386-cgo), const ARPHRD_INFINIBAND = 32
 22997  pkg syscall (linux-386-cgo), const ARPHRD_IPDDP = 777
 22998  pkg syscall (linux-386-cgo), const ARPHRD_IPGRE = 778
 22999  pkg syscall (linux-386-cgo), const ARPHRD_IRDA = 783
 23000  pkg syscall (linux-386-cgo), const ARPHRD_LAPB = 516
 23001  pkg syscall (linux-386-cgo), const ARPHRD_LOCALTLK = 773
 23002  pkg syscall (linux-386-cgo), const ARPHRD_LOOPBACK = 772
 23003  pkg syscall (linux-386-cgo), const ARPHRD_METRICOM = 23
 23004  pkg syscall (linux-386-cgo), const ARPHRD_NETROM = 0
 23005  pkg syscall (linux-386-cgo), const ARPHRD_NONE = 65534
 23006  pkg syscall (linux-386-cgo), const ARPHRD_PIMREG = 779
 23007  pkg syscall (linux-386-cgo), const ARPHRD_PPP = 512
 23008  pkg syscall (linux-386-cgo), const ARPHRD_PRONET = 4
 23009  pkg syscall (linux-386-cgo), const ARPHRD_RAWHDLC = 518
 23010  pkg syscall (linux-386-cgo), const ARPHRD_ROSE = 270
 23011  pkg syscall (linux-386-cgo), const ARPHRD_RSRVD = 260
 23012  pkg syscall (linux-386-cgo), const ARPHRD_SIT = 776
 23013  pkg syscall (linux-386-cgo), const ARPHRD_SKIP = 771
 23014  pkg syscall (linux-386-cgo), const ARPHRD_SLIP = 256
 23015  pkg syscall (linux-386-cgo), const ARPHRD_SLIP6 = 258
 23016  pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL = 768
 23017  pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL6 = 769
 23018  pkg syscall (linux-386-cgo), const ARPHRD_VOID = 65535
 23019  pkg syscall (linux-386-cgo), const ARPHRD_X25 = 271
 23020  pkg syscall (linux-386-cgo), const B0 = 0
 23021  pkg syscall (linux-386-cgo), const B1000000 = 4104
 23022  pkg syscall (linux-386-cgo), const B110 = 3
 23023  pkg syscall (linux-386-cgo), const B115200 = 4098
 23024  pkg syscall (linux-386-cgo), const B1152000 = 4105
 23025  pkg syscall (linux-386-cgo), const B1200 = 9
 23026  pkg syscall (linux-386-cgo), const B134 = 4
 23027  pkg syscall (linux-386-cgo), const B150 = 5
 23028  pkg syscall (linux-386-cgo), const B1500000 = 4106
 23029  pkg syscall (linux-386-cgo), const B1800 = 10
 23030  pkg syscall (linux-386-cgo), const B19200 = 14
 23031  pkg syscall (linux-386-cgo), const B200 = 6
 23032  pkg syscall (linux-386-cgo), const B2000000 = 4107
 23033  pkg syscall (linux-386-cgo), const B230400 = 4099
 23034  pkg syscall (linux-386-cgo), const B2400 = 11
 23035  pkg syscall (linux-386-cgo), const B2500000 = 4108
 23036  pkg syscall (linux-386-cgo), const B300 = 7
 23037  pkg syscall (linux-386-cgo), const B3000000 = 4109
 23038  pkg syscall (linux-386-cgo), const B3500000 = 4110
 23039  pkg syscall (linux-386-cgo), const B38400 = 15
 23040  pkg syscall (linux-386-cgo), const B4000000 = 4111
 23041  pkg syscall (linux-386-cgo), const B460800 = 4100
 23042  pkg syscall (linux-386-cgo), const B4800 = 12
 23043  pkg syscall (linux-386-cgo), const B50 = 1
 23044  pkg syscall (linux-386-cgo), const B500000 = 4101
 23045  pkg syscall (linux-386-cgo), const B57600 = 4097
 23046  pkg syscall (linux-386-cgo), const B576000 = 4102
 23047  pkg syscall (linux-386-cgo), const B600 = 8
 23048  pkg syscall (linux-386-cgo), const B75 = 2
 23049  pkg syscall (linux-386-cgo), const B921600 = 4103
 23050  pkg syscall (linux-386-cgo), const B9600 = 13
 23051  pkg syscall (linux-386-cgo), const BPF_A = 16
 23052  pkg syscall (linux-386-cgo), const BPF_ABS = 32
 23053  pkg syscall (linux-386-cgo), const BPF_ADD = 0
 23054  pkg syscall (linux-386-cgo), const BPF_ALU = 4
 23055  pkg syscall (linux-386-cgo), const BPF_AND = 80
 23056  pkg syscall (linux-386-cgo), const BPF_B = 16
 23057  pkg syscall (linux-386-cgo), const BPF_DIV = 48
 23058  pkg syscall (linux-386-cgo), const BPF_H = 8
 23059  pkg syscall (linux-386-cgo), const BPF_IMM = 0
 23060  pkg syscall (linux-386-cgo), const BPF_IND = 64
 23061  pkg syscall (linux-386-cgo), const BPF_JA = 0
 23062  pkg syscall (linux-386-cgo), const BPF_JEQ = 16
 23063  pkg syscall (linux-386-cgo), const BPF_JGE = 48
 23064  pkg syscall (linux-386-cgo), const BPF_JGT = 32
 23065  pkg syscall (linux-386-cgo), const BPF_JMP = 5
 23066  pkg syscall (linux-386-cgo), const BPF_JSET = 64
 23067  pkg syscall (linux-386-cgo), const BPF_K = 0
 23068  pkg syscall (linux-386-cgo), const BPF_LD = 0
 23069  pkg syscall (linux-386-cgo), const BPF_LDX = 1
 23070  pkg syscall (linux-386-cgo), const BPF_LEN = 128
 23071  pkg syscall (linux-386-cgo), const BPF_LSH = 96
 23072  pkg syscall (linux-386-cgo), const BPF_MAJOR_VERSION = 1
 23073  pkg syscall (linux-386-cgo), const BPF_MAXINSNS = 4096
 23074  pkg syscall (linux-386-cgo), const BPF_MEM = 96
 23075  pkg syscall (linux-386-cgo), const BPF_MEMWORDS = 16
 23076  pkg syscall (linux-386-cgo), const BPF_MINOR_VERSION = 1
 23077  pkg syscall (linux-386-cgo), const BPF_MISC = 7
 23078  pkg syscall (linux-386-cgo), const BPF_MSH = 160
 23079  pkg syscall (linux-386-cgo), const BPF_MUL = 32
 23080  pkg syscall (linux-386-cgo), const BPF_NEG = 128
 23081  pkg syscall (linux-386-cgo), const BPF_OR = 64
 23082  pkg syscall (linux-386-cgo), const BPF_RET = 6
 23083  pkg syscall (linux-386-cgo), const BPF_RSH = 112
 23084  pkg syscall (linux-386-cgo), const BPF_ST = 2
 23085  pkg syscall (linux-386-cgo), const BPF_STX = 3
 23086  pkg syscall (linux-386-cgo), const BPF_SUB = 16
 23087  pkg syscall (linux-386-cgo), const BPF_TAX = 0
 23088  pkg syscall (linux-386-cgo), const BPF_TXA = 128
 23089  pkg syscall (linux-386-cgo), const BPF_W = 0
 23090  pkg syscall (linux-386-cgo), const BPF_X = 8
 23091  pkg syscall (linux-386-cgo), const BRKINT = 2
 23092  pkg syscall (linux-386-cgo), const CLOCAL = 2048
 23093  pkg syscall (linux-386-cgo), const CREAD = 128
 23094  pkg syscall (linux-386-cgo), const CS5 = 0
 23095  pkg syscall (linux-386-cgo), const CS6 = 16
 23096  pkg syscall (linux-386-cgo), const CS7 = 32
 23097  pkg syscall (linux-386-cgo), const CS8 = 48
 23098  pkg syscall (linux-386-cgo), const CSIZE = 48
 23099  pkg syscall (linux-386-cgo), const CSTOPB = 64
 23100  pkg syscall (linux-386-cgo), const DT_BLK = 6
 23101  pkg syscall (linux-386-cgo), const DT_CHR = 2
 23102  pkg syscall (linux-386-cgo), const DT_DIR = 4
 23103  pkg syscall (linux-386-cgo), const DT_FIFO = 1
 23104  pkg syscall (linux-386-cgo), const DT_LNK = 10
 23105  pkg syscall (linux-386-cgo), const DT_REG = 8
 23106  pkg syscall (linux-386-cgo), const DT_SOCK = 12
 23107  pkg syscall (linux-386-cgo), const DT_UNKNOWN = 0
 23108  pkg syscall (linux-386-cgo), const DT_WHT = 14
 23109  pkg syscall (linux-386-cgo), const E2BIG = 7
 23110  pkg syscall (linux-386-cgo), const EACCES = 13
 23111  pkg syscall (linux-386-cgo), const EADDRINUSE = 98
 23112  pkg syscall (linux-386-cgo), const EADDRNOTAVAIL = 99
 23113  pkg syscall (linux-386-cgo), const EADV = 68
 23114  pkg syscall (linux-386-cgo), const EAFNOSUPPORT = 97
 23115  pkg syscall (linux-386-cgo), const EAGAIN = 11
 23116  pkg syscall (linux-386-cgo), const EALREADY = 114
 23117  pkg syscall (linux-386-cgo), const EBADE = 52
 23118  pkg syscall (linux-386-cgo), const EBADF = 9
 23119  pkg syscall (linux-386-cgo), const EBADFD = 77
 23120  pkg syscall (linux-386-cgo), const EBADMSG = 74
 23121  pkg syscall (linux-386-cgo), const EBADR = 53
 23122  pkg syscall (linux-386-cgo), const EBADRQC = 56
 23123  pkg syscall (linux-386-cgo), const EBADSLT = 57
 23124  pkg syscall (linux-386-cgo), const EBFONT = 59
 23125  pkg syscall (linux-386-cgo), const EBUSY = 16
 23126  pkg syscall (linux-386-cgo), const ECANCELED = 125
 23127  pkg syscall (linux-386-cgo), const ECHILD = 10
 23128  pkg syscall (linux-386-cgo), const ECHO = 8
 23129  pkg syscall (linux-386-cgo), const ECHOCTL = 512
 23130  pkg syscall (linux-386-cgo), const ECHOE = 16
 23131  pkg syscall (linux-386-cgo), const ECHOK = 32
 23132  pkg syscall (linux-386-cgo), const ECHOKE = 2048
 23133  pkg syscall (linux-386-cgo), const ECHONL = 64
 23134  pkg syscall (linux-386-cgo), const ECHOPRT = 1024
 23135  pkg syscall (linux-386-cgo), const ECHRNG = 44
 23136  pkg syscall (linux-386-cgo), const ECOMM = 70
 23137  pkg syscall (linux-386-cgo), const ECONNABORTED = 103
 23138  pkg syscall (linux-386-cgo), const ECONNREFUSED = 111
 23139  pkg syscall (linux-386-cgo), const ECONNRESET = 104
 23140  pkg syscall (linux-386-cgo), const EDEADLK = 35
 23141  pkg syscall (linux-386-cgo), const EDEADLOCK = 35
 23142  pkg syscall (linux-386-cgo), const EDESTADDRREQ = 89
 23143  pkg syscall (linux-386-cgo), const EDOM = 33
 23144  pkg syscall (linux-386-cgo), const EDOTDOT = 73
 23145  pkg syscall (linux-386-cgo), const EDQUOT = 122
 23146  pkg syscall (linux-386-cgo), const EEXIST = 17
 23147  pkg syscall (linux-386-cgo), const EFAULT = 14
 23148  pkg syscall (linux-386-cgo), const EFBIG = 27
 23149  pkg syscall (linux-386-cgo), const EHOSTDOWN = 112
 23150  pkg syscall (linux-386-cgo), const EHOSTUNREACH = 113
 23151  pkg syscall (linux-386-cgo), const EIDRM = 43
 23152  pkg syscall (linux-386-cgo), const EILSEQ = 84
 23153  pkg syscall (linux-386-cgo), const EINPROGRESS = 115
 23154  pkg syscall (linux-386-cgo), const EINTR = 4
 23155  pkg syscall (linux-386-cgo), const EINVAL = 22
 23156  pkg syscall (linux-386-cgo), const EIO = 5
 23157  pkg syscall (linux-386-cgo), const EISCONN = 106
 23158  pkg syscall (linux-386-cgo), const EISDIR = 21
 23159  pkg syscall (linux-386-cgo), const EISNAM = 120
 23160  pkg syscall (linux-386-cgo), const EKEYEXPIRED = 127
 23161  pkg syscall (linux-386-cgo), const EKEYREJECTED = 129
 23162  pkg syscall (linux-386-cgo), const EKEYREVOKED = 128
 23163  pkg syscall (linux-386-cgo), const EL2HLT = 51
 23164  pkg syscall (linux-386-cgo), const EL2NSYNC = 45
 23165  pkg syscall (linux-386-cgo), const EL3HLT = 46
 23166  pkg syscall (linux-386-cgo), const EL3RST = 47
 23167  pkg syscall (linux-386-cgo), const ELIBACC = 79
 23168  pkg syscall (linux-386-cgo), const ELIBBAD = 80
 23169  pkg syscall (linux-386-cgo), const ELIBEXEC = 83
 23170  pkg syscall (linux-386-cgo), const ELIBMAX = 82
 23171  pkg syscall (linux-386-cgo), const ELIBSCN = 81
 23172  pkg syscall (linux-386-cgo), const ELNRNG = 48
 23173  pkg syscall (linux-386-cgo), const ELOOP = 40
 23174  pkg syscall (linux-386-cgo), const EMEDIUMTYPE = 124
 23175  pkg syscall (linux-386-cgo), const EMFILE = 24
 23176  pkg syscall (linux-386-cgo), const EMLINK = 31
 23177  pkg syscall (linux-386-cgo), const EMSGSIZE = 90
 23178  pkg syscall (linux-386-cgo), const EMULTIHOP = 72
 23179  pkg syscall (linux-386-cgo), const ENAMETOOLONG = 36
 23180  pkg syscall (linux-386-cgo), const ENAVAIL = 119
 23181  pkg syscall (linux-386-cgo), const ENETDOWN = 100
 23182  pkg syscall (linux-386-cgo), const ENETRESET = 102
 23183  pkg syscall (linux-386-cgo), const ENETUNREACH = 101
 23184  pkg syscall (linux-386-cgo), const ENFILE = 23
 23185  pkg syscall (linux-386-cgo), const ENOANO = 55
 23186  pkg syscall (linux-386-cgo), const ENOBUFS = 105
 23187  pkg syscall (linux-386-cgo), const ENOCSI = 50
 23188  pkg syscall (linux-386-cgo), const ENODATA = 61
 23189  pkg syscall (linux-386-cgo), const ENODEV = 19
 23190  pkg syscall (linux-386-cgo), const ENOEXEC = 8
 23191  pkg syscall (linux-386-cgo), const ENOKEY = 126
 23192  pkg syscall (linux-386-cgo), const ENOLCK = 37
 23193  pkg syscall (linux-386-cgo), const ENOLINK = 67
 23194  pkg syscall (linux-386-cgo), const ENOMEDIUM = 123
 23195  pkg syscall (linux-386-cgo), const ENOMEM = 12
 23196  pkg syscall (linux-386-cgo), const ENOMSG = 42
 23197  pkg syscall (linux-386-cgo), const ENONET = 64
 23198  pkg syscall (linux-386-cgo), const ENOPKG = 65
 23199  pkg syscall (linux-386-cgo), const ENOPROTOOPT = 92
 23200  pkg syscall (linux-386-cgo), const ENOSPC = 28
 23201  pkg syscall (linux-386-cgo), const ENOSR = 63
 23202  pkg syscall (linux-386-cgo), const ENOSTR = 60
 23203  pkg syscall (linux-386-cgo), const ENOSYS = 38
 23204  pkg syscall (linux-386-cgo), const ENOTBLK = 15
 23205  pkg syscall (linux-386-cgo), const ENOTCONN = 107
 23206  pkg syscall (linux-386-cgo), const ENOTDIR = 20
 23207  pkg syscall (linux-386-cgo), const ENOTEMPTY = 39
 23208  pkg syscall (linux-386-cgo), const ENOTNAM = 118
 23209  pkg syscall (linux-386-cgo), const ENOTRECOVERABLE = 131
 23210  pkg syscall (linux-386-cgo), const ENOTSOCK = 88
 23211  pkg syscall (linux-386-cgo), const ENOTSUP = 95
 23212  pkg syscall (linux-386-cgo), const ENOTTY = 25
 23213  pkg syscall (linux-386-cgo), const ENOTUNIQ = 76
 23214  pkg syscall (linux-386-cgo), const ENXIO = 6
 23215  pkg syscall (linux-386-cgo), const EOPNOTSUPP = 95
 23216  pkg syscall (linux-386-cgo), const EOVERFLOW = 75
 23217  pkg syscall (linux-386-cgo), const EOWNERDEAD = 130
 23218  pkg syscall (linux-386-cgo), const EPERM = 1
 23219  pkg syscall (linux-386-cgo), const EPFNOSUPPORT = 96
 23220  pkg syscall (linux-386-cgo), const EPIPE = 32
 23221  pkg syscall (linux-386-cgo), const EPOLLERR = 8
 23222  pkg syscall (linux-386-cgo), const EPOLLET = -2147483648
 23223  pkg syscall (linux-386-cgo), const EPOLLHUP = 16
 23224  pkg syscall (linux-386-cgo), const EPOLLIN = 1
 23225  pkg syscall (linux-386-cgo), const EPOLLMSG = 1024
 23226  pkg syscall (linux-386-cgo), const EPOLLONESHOT = 1073741824
 23227  pkg syscall (linux-386-cgo), const EPOLLOUT = 4
 23228  pkg syscall (linux-386-cgo), const EPOLLPRI = 2
 23229  pkg syscall (linux-386-cgo), const EPOLLRDBAND = 128
 23230  pkg syscall (linux-386-cgo), const EPOLLRDHUP = 8192
 23231  pkg syscall (linux-386-cgo), const EPOLLRDNORM = 64
 23232  pkg syscall (linux-386-cgo), const EPOLLWRBAND = 512
 23233  pkg syscall (linux-386-cgo), const EPOLLWRNORM = 256
 23234  pkg syscall (linux-386-cgo), const EPOLL_CLOEXEC = 524288
 23235  pkg syscall (linux-386-cgo), const EPOLL_CTL_ADD = 1
 23236  pkg syscall (linux-386-cgo), const EPOLL_CTL_DEL = 2
 23237  pkg syscall (linux-386-cgo), const EPOLL_CTL_MOD = 3
 23238  pkg syscall (linux-386-cgo), const EPOLL_NONBLOCK = 2048
 23239  pkg syscall (linux-386-cgo), const EPROTO = 71
 23240  pkg syscall (linux-386-cgo), const EPROTONOSUPPORT = 93
 23241  pkg syscall (linux-386-cgo), const EPROTOTYPE = 91
 23242  pkg syscall (linux-386-cgo), const ERANGE = 34
 23243  pkg syscall (linux-386-cgo), const EREMCHG = 78
 23244  pkg syscall (linux-386-cgo), const EREMOTE = 66
 23245  pkg syscall (linux-386-cgo), const EREMOTEIO = 121
 23246  pkg syscall (linux-386-cgo), const ERESTART = 85
 23247  pkg syscall (linux-386-cgo), const ERFKILL = 132
 23248  pkg syscall (linux-386-cgo), const EROFS = 30
 23249  pkg syscall (linux-386-cgo), const ESHUTDOWN = 108
 23250  pkg syscall (linux-386-cgo), const ESOCKTNOSUPPORT = 94
 23251  pkg syscall (linux-386-cgo), const ESPIPE = 29
 23252  pkg syscall (linux-386-cgo), const ESRCH = 3
 23253  pkg syscall (linux-386-cgo), const ESRMNT = 69
 23254  pkg syscall (linux-386-cgo), const ESTALE = 116
 23255  pkg syscall (linux-386-cgo), const ESTRPIPE = 86
 23256  pkg syscall (linux-386-cgo), const ETH_P_1588 = 35063
 23257  pkg syscall (linux-386-cgo), const ETH_P_8021Q = 33024
 23258  pkg syscall (linux-386-cgo), const ETH_P_802_2 = 4
 23259  pkg syscall (linux-386-cgo), const ETH_P_802_3 = 1
 23260  pkg syscall (linux-386-cgo), const ETH_P_AARP = 33011
 23261  pkg syscall (linux-386-cgo), const ETH_P_ALL = 3
 23262  pkg syscall (linux-386-cgo), const ETH_P_AOE = 34978
 23263  pkg syscall (linux-386-cgo), const ETH_P_ARCNET = 26
 23264  pkg syscall (linux-386-cgo), const ETH_P_ARP = 2054
 23265  pkg syscall (linux-386-cgo), const ETH_P_ATALK = 32923
 23266  pkg syscall (linux-386-cgo), const ETH_P_ATMFATE = 34948
 23267  pkg syscall (linux-386-cgo), const ETH_P_ATMMPOA = 34892
 23268  pkg syscall (linux-386-cgo), const ETH_P_AX25 = 2
 23269  pkg syscall (linux-386-cgo), const ETH_P_BPQ = 2303
 23270  pkg syscall (linux-386-cgo), const ETH_P_CAIF = 247
 23271  pkg syscall (linux-386-cgo), const ETH_P_CAN = 12
 23272  pkg syscall (linux-386-cgo), const ETH_P_CONTROL = 22
 23273  pkg syscall (linux-386-cgo), const ETH_P_CUST = 24582
 23274  pkg syscall (linux-386-cgo), const ETH_P_DDCMP = 6
 23275  pkg syscall (linux-386-cgo), const ETH_P_DEC = 24576
 23276  pkg syscall (linux-386-cgo), const ETH_P_DIAG = 24581
 23277  pkg syscall (linux-386-cgo), const ETH_P_DNA_DL = 24577
 23278  pkg syscall (linux-386-cgo), const ETH_P_DNA_RC = 24578
 23279  pkg syscall (linux-386-cgo), const ETH_P_DNA_RT = 24579
 23280  pkg syscall (linux-386-cgo), const ETH_P_DSA = 27
 23281  pkg syscall (linux-386-cgo), const ETH_P_ECONET = 24
 23282  pkg syscall (linux-386-cgo), const ETH_P_EDSA = 56026
 23283  pkg syscall (linux-386-cgo), const ETH_P_FCOE = 35078
 23284  pkg syscall (linux-386-cgo), const ETH_P_FIP = 35092
 23285  pkg syscall (linux-386-cgo), const ETH_P_HDLC = 25
 23286  pkg syscall (linux-386-cgo), const ETH_P_IEEE802154 = 246
 23287  pkg syscall (linux-386-cgo), const ETH_P_IEEEPUP = 2560
 23288  pkg syscall (linux-386-cgo), const ETH_P_IEEEPUPAT = 2561
 23289  pkg syscall (linux-386-cgo), const ETH_P_IP = 2048
 23290  pkg syscall (linux-386-cgo), const ETH_P_IPV6 = 34525
 23291  pkg syscall (linux-386-cgo), const ETH_P_IPX = 33079
 23292  pkg syscall (linux-386-cgo), const ETH_P_IRDA = 23
 23293  pkg syscall (linux-386-cgo), const ETH_P_LAT = 24580
 23294  pkg syscall (linux-386-cgo), const ETH_P_LINK_CTL = 34924
 23295  pkg syscall (linux-386-cgo), const ETH_P_LOCALTALK = 9
 23296  pkg syscall (linux-386-cgo), const ETH_P_LOOP = 96
 23297  pkg syscall (linux-386-cgo), const ETH_P_MOBITEX = 21
 23298  pkg syscall (linux-386-cgo), const ETH_P_MPLS_MC = 34888
 23299  pkg syscall (linux-386-cgo), const ETH_P_MPLS_UC = 34887
 23300  pkg syscall (linux-386-cgo), const ETH_P_PAE = 34958
 23301  pkg syscall (linux-386-cgo), const ETH_P_PAUSE = 34824
 23302  pkg syscall (linux-386-cgo), const ETH_P_PHONET = 245
 23303  pkg syscall (linux-386-cgo), const ETH_P_PPPTALK = 16
 23304  pkg syscall (linux-386-cgo), const ETH_P_PPP_DISC = 34915
 23305  pkg syscall (linux-386-cgo), const ETH_P_PPP_MP = 8
 23306  pkg syscall (linux-386-cgo), const ETH_P_PPP_SES = 34916
 23307  pkg syscall (linux-386-cgo), const ETH_P_PUP = 512
 23308  pkg syscall (linux-386-cgo), const ETH_P_PUPAT = 513
 23309  pkg syscall (linux-386-cgo), const ETH_P_RARP = 32821
 23310  pkg syscall (linux-386-cgo), const ETH_P_SCA = 24583
 23311  pkg syscall (linux-386-cgo), const ETH_P_SLOW = 34825
 23312  pkg syscall (linux-386-cgo), const ETH_P_SNAP = 5
 23313  pkg syscall (linux-386-cgo), const ETH_P_TEB = 25944
 23314  pkg syscall (linux-386-cgo), const ETH_P_TIPC = 35018
 23315  pkg syscall (linux-386-cgo), const ETH_P_TRAILER = 28
 23316  pkg syscall (linux-386-cgo), const ETH_P_TR_802_2 = 17
 23317  pkg syscall (linux-386-cgo), const ETH_P_WAN_PPP = 7
 23318  pkg syscall (linux-386-cgo), const ETH_P_WCCP = 34878
 23319  pkg syscall (linux-386-cgo), const ETH_P_X25 = 2053
 23320  pkg syscall (linux-386-cgo), const ETIME = 62
 23321  pkg syscall (linux-386-cgo), const ETIMEDOUT = 110
 23322  pkg syscall (linux-386-cgo), const ETOOMANYREFS = 109
 23323  pkg syscall (linux-386-cgo), const ETXTBSY = 26
 23324  pkg syscall (linux-386-cgo), const EUCLEAN = 117
 23325  pkg syscall (linux-386-cgo), const EUNATCH = 49
 23326  pkg syscall (linux-386-cgo), const EUSERS = 87
 23327  pkg syscall (linux-386-cgo), const EWOULDBLOCK = 11
 23328  pkg syscall (linux-386-cgo), const EXDEV = 18
 23329  pkg syscall (linux-386-cgo), const EXFULL = 54
 23330  pkg syscall (linux-386-cgo), const FD_CLOEXEC = 1
 23331  pkg syscall (linux-386-cgo), const FD_SETSIZE = 1024
 23332  pkg syscall (linux-386-cgo), const FLUSHO = 4096
 23333  pkg syscall (linux-386-cgo), const F_DUPFD = 0
 23334  pkg syscall (linux-386-cgo), const F_DUPFD_CLOEXEC = 1030
 23335  pkg syscall (linux-386-cgo), const F_EXLCK = 4
 23336  pkg syscall (linux-386-cgo), const F_GETFD = 1
 23337  pkg syscall (linux-386-cgo), const F_GETFL = 3
 23338  pkg syscall (linux-386-cgo), const F_GETLEASE = 1025
 23339  pkg syscall (linux-386-cgo), const F_GETLK = 12
 23340  pkg syscall (linux-386-cgo), const F_GETLK64 = 12
 23341  pkg syscall (linux-386-cgo), const F_GETOWN = 9
 23342  pkg syscall (linux-386-cgo), const F_GETOWN_EX = 16
 23343  pkg syscall (linux-386-cgo), const F_GETPIPE_SZ = 1032
 23344  pkg syscall (linux-386-cgo), const F_GETSIG = 11
 23345  pkg syscall (linux-386-cgo), const F_LOCK = 1
 23346  pkg syscall (linux-386-cgo), const F_NOTIFY = 1026
 23347  pkg syscall (linux-386-cgo), const F_OK = 0
 23348  pkg syscall (linux-386-cgo), const F_RDLCK = 0
 23349  pkg syscall (linux-386-cgo), const F_SETFD = 2
 23350  pkg syscall (linux-386-cgo), const F_SETFL = 4
 23351  pkg syscall (linux-386-cgo), const F_SETLEASE = 1024
 23352  pkg syscall (linux-386-cgo), const F_SETLK = 13
 23353  pkg syscall (linux-386-cgo), const F_SETLK64 = 13
 23354  pkg syscall (linux-386-cgo), const F_SETLKW = 14
 23355  pkg syscall (linux-386-cgo), const F_SETLKW64 = 14
 23356  pkg syscall (linux-386-cgo), const F_SETOWN = 8
 23357  pkg syscall (linux-386-cgo), const F_SETOWN_EX = 15
 23358  pkg syscall (linux-386-cgo), const F_SETPIPE_SZ = 1031
 23359  pkg syscall (linux-386-cgo), const F_SETSIG = 10
 23360  pkg syscall (linux-386-cgo), const F_SHLCK = 8
 23361  pkg syscall (linux-386-cgo), const F_TEST = 3
 23362  pkg syscall (linux-386-cgo), const F_TLOCK = 2
 23363  pkg syscall (linux-386-cgo), const F_ULOCK = 0
 23364  pkg syscall (linux-386-cgo), const F_UNLCK = 2
 23365  pkg syscall (linux-386-cgo), const F_WRLCK = 1
 23366  pkg syscall (linux-386-cgo), const HUPCL = 1024
 23367  pkg syscall (linux-386-cgo), const ICANON = 2
 23368  pkg syscall (linux-386-cgo), const ICRNL = 256
 23369  pkg syscall (linux-386-cgo), const IEXTEN = 32768
 23370  pkg syscall (linux-386-cgo), const IFA_ADDRESS = 1
 23371  pkg syscall (linux-386-cgo), const IFA_ANYCAST = 5
 23372  pkg syscall (linux-386-cgo), const IFA_BROADCAST = 4
 23373  pkg syscall (linux-386-cgo), const IFA_CACHEINFO = 6
 23374  pkg syscall (linux-386-cgo), const IFA_F_DADFAILED = 8
 23375  pkg syscall (linux-386-cgo), const IFA_F_DEPRECATED = 32
 23376  pkg syscall (linux-386-cgo), const IFA_F_HOMEADDRESS = 16
 23377  pkg syscall (linux-386-cgo), const IFA_F_NODAD = 2
 23378  pkg syscall (linux-386-cgo), const IFA_F_OPTIMISTIC = 4
 23379  pkg syscall (linux-386-cgo), const IFA_F_PERMANENT = 128
 23380  pkg syscall (linux-386-cgo), const IFA_F_SECONDARY = 1
 23381  pkg syscall (linux-386-cgo), const IFA_F_TEMPORARY = 1
 23382  pkg syscall (linux-386-cgo), const IFA_F_TENTATIVE = 64
 23383  pkg syscall (linux-386-cgo), const IFA_LABEL = 3
 23384  pkg syscall (linux-386-cgo), const IFA_LOCAL = 2
 23385  pkg syscall (linux-386-cgo), const IFA_MAX = 7
 23386  pkg syscall (linux-386-cgo), const IFA_MULTICAST = 7
 23387  pkg syscall (linux-386-cgo), const IFA_UNSPEC = 0
 23388  pkg syscall (linux-386-cgo), const IFF_ALLMULTI = 512
 23389  pkg syscall (linux-386-cgo), const IFF_AUTOMEDIA = 16384
 23390  pkg syscall (linux-386-cgo), const IFF_DEBUG = 4
 23391  pkg syscall (linux-386-cgo), const IFF_DYNAMIC = 32768
 23392  pkg syscall (linux-386-cgo), const IFF_LOOPBACK = 8
 23393  pkg syscall (linux-386-cgo), const IFF_MASTER = 1024
 23394  pkg syscall (linux-386-cgo), const IFF_MULTICAST = 4096
 23395  pkg syscall (linux-386-cgo), const IFF_NOARP = 128
 23396  pkg syscall (linux-386-cgo), const IFF_NOTRAILERS = 32
 23397  pkg syscall (linux-386-cgo), const IFF_NO_PI = 4096
 23398  pkg syscall (linux-386-cgo), const IFF_ONE_QUEUE = 8192
 23399  pkg syscall (linux-386-cgo), const IFF_POINTOPOINT = 16
 23400  pkg syscall (linux-386-cgo), const IFF_PORTSEL = 8192
 23401  pkg syscall (linux-386-cgo), const IFF_PROMISC = 256
 23402  pkg syscall (linux-386-cgo), const IFF_RUNNING = 64
 23403  pkg syscall (linux-386-cgo), const IFF_SLAVE = 2048
 23404  pkg syscall (linux-386-cgo), const IFF_TAP = 2
 23405  pkg syscall (linux-386-cgo), const IFF_TUN = 1
 23406  pkg syscall (linux-386-cgo), const IFF_TUN_EXCL = 32768
 23407  pkg syscall (linux-386-cgo), const IFF_VNET_HDR = 16384
 23408  pkg syscall (linux-386-cgo), const IFLA_ADDRESS = 1
 23409  pkg syscall (linux-386-cgo), const IFLA_BROADCAST = 2
 23410  pkg syscall (linux-386-cgo), const IFLA_COST = 8
 23411  pkg syscall (linux-386-cgo), const IFLA_IFALIAS = 20
 23412  pkg syscall (linux-386-cgo), const IFLA_IFNAME = 3
 23413  pkg syscall (linux-386-cgo), const IFLA_LINK = 5
 23414  pkg syscall (linux-386-cgo), const IFLA_LINKINFO = 18
 23415  pkg syscall (linux-386-cgo), const IFLA_LINKMODE = 17
 23416  pkg syscall (linux-386-cgo), const IFLA_MAP = 14
 23417  pkg syscall (linux-386-cgo), const IFLA_MASTER = 10
 23418  pkg syscall (linux-386-cgo), const IFLA_MAX = 29
 23419  pkg syscall (linux-386-cgo), const IFLA_MTU = 4
 23420  pkg syscall (linux-386-cgo), const IFLA_NET_NS_PID = 19
 23421  pkg syscall (linux-386-cgo), const IFLA_OPERSTATE = 16
 23422  pkg syscall (linux-386-cgo), const IFLA_PRIORITY = 9
 23423  pkg syscall (linux-386-cgo), const IFLA_PROTINFO = 12
 23424  pkg syscall (linux-386-cgo), const IFLA_QDISC = 6
 23425  pkg syscall (linux-386-cgo), const IFLA_STATS = 7
 23426  pkg syscall (linux-386-cgo), const IFLA_TXQLEN = 13
 23427  pkg syscall (linux-386-cgo), const IFLA_UNSPEC = 0
 23428  pkg syscall (linux-386-cgo), const IFLA_WEIGHT = 15
 23429  pkg syscall (linux-386-cgo), const IFLA_WIRELESS = 11
 23430  pkg syscall (linux-386-cgo), const IFNAMSIZ = 16
 23431  pkg syscall (linux-386-cgo), const IGNBRK = 1
 23432  pkg syscall (linux-386-cgo), const IGNCR = 128
 23433  pkg syscall (linux-386-cgo), const IGNPAR = 4
 23434  pkg syscall (linux-386-cgo), const IMAXBEL = 8192
 23435  pkg syscall (linux-386-cgo), const INLCR = 64
 23436  pkg syscall (linux-386-cgo), const INPCK = 16
 23437  pkg syscall (linux-386-cgo), const IN_ACCESS = 1
 23438  pkg syscall (linux-386-cgo), const IN_ALL_EVENTS = 4095
 23439  pkg syscall (linux-386-cgo), const IN_ATTRIB = 4
 23440  pkg syscall (linux-386-cgo), const IN_CLASSA_HOST = 16777215
 23441  pkg syscall (linux-386-cgo), const IN_CLASSA_MAX = 128
 23442  pkg syscall (linux-386-cgo), const IN_CLASSA_NET = 4278190080
 23443  pkg syscall (linux-386-cgo), const IN_CLASSA_NSHIFT = 24
 23444  pkg syscall (linux-386-cgo), const IN_CLASSB_HOST = 65535
 23445  pkg syscall (linux-386-cgo), const IN_CLASSB_MAX = 65536
 23446  pkg syscall (linux-386-cgo), const IN_CLASSB_NET = 4294901760
 23447  pkg syscall (linux-386-cgo), const IN_CLASSB_NSHIFT = 16
 23448  pkg syscall (linux-386-cgo), const IN_CLASSC_HOST = 255
 23449  pkg syscall (linux-386-cgo), const IN_CLASSC_NET = 4294967040
 23450  pkg syscall (linux-386-cgo), const IN_CLASSC_NSHIFT = 8
 23451  pkg syscall (linux-386-cgo), const IN_CLOEXEC = 524288
 23452  pkg syscall (linux-386-cgo), const IN_CLOSE = 24
 23453  pkg syscall (linux-386-cgo), const IN_CLOSE_NOWRITE = 16
 23454  pkg syscall (linux-386-cgo), const IN_CLOSE_WRITE = 8
 23455  pkg syscall (linux-386-cgo), const IN_CREATE = 256
 23456  pkg syscall (linux-386-cgo), const IN_DELETE = 512
 23457  pkg syscall (linux-386-cgo), const IN_DELETE_SELF = 1024
 23458  pkg syscall (linux-386-cgo), const IN_DONT_FOLLOW = 33554432
 23459  pkg syscall (linux-386-cgo), const IN_EXCL_UNLINK = 67108864
 23460  pkg syscall (linux-386-cgo), const IN_IGNORED = 32768
 23461  pkg syscall (linux-386-cgo), const IN_ISDIR = 1073741824
 23462  pkg syscall (linux-386-cgo), const IN_LOOPBACKNET = 127
 23463  pkg syscall (linux-386-cgo), const IN_MASK_ADD = 536870912
 23464  pkg syscall (linux-386-cgo), const IN_MODIFY = 2
 23465  pkg syscall (linux-386-cgo), const IN_MOVE = 192
 23466  pkg syscall (linux-386-cgo), const IN_MOVED_FROM = 64
 23467  pkg syscall (linux-386-cgo), const IN_MOVED_TO = 128
 23468  pkg syscall (linux-386-cgo), const IN_MOVE_SELF = 2048
 23469  pkg syscall (linux-386-cgo), const IN_NONBLOCK = 2048
 23470  pkg syscall (linux-386-cgo), const IN_ONESHOT = 2147483648
 23471  pkg syscall (linux-386-cgo), const IN_ONLYDIR = 16777216
 23472  pkg syscall (linux-386-cgo), const IN_OPEN = 32
 23473  pkg syscall (linux-386-cgo), const IN_Q_OVERFLOW = 16384
 23474  pkg syscall (linux-386-cgo), const IN_UNMOUNT = 8192
 23475  pkg syscall (linux-386-cgo), const IPPROTO_AH = 51
 23476  pkg syscall (linux-386-cgo), const IPPROTO_COMP = 108
 23477  pkg syscall (linux-386-cgo), const IPPROTO_DCCP = 33
 23478  pkg syscall (linux-386-cgo), const IPPROTO_DSTOPTS = 60
 23479  pkg syscall (linux-386-cgo), const IPPROTO_EGP = 8
 23480  pkg syscall (linux-386-cgo), const IPPROTO_ENCAP = 98
 23481  pkg syscall (linux-386-cgo), const IPPROTO_ESP = 50
 23482  pkg syscall (linux-386-cgo), const IPPROTO_FRAGMENT = 44
 23483  pkg syscall (linux-386-cgo), const IPPROTO_GRE = 47
 23484  pkg syscall (linux-386-cgo), const IPPROTO_HOPOPTS = 0
 23485  pkg syscall (linux-386-cgo), const IPPROTO_ICMP = 1
 23486  pkg syscall (linux-386-cgo), const IPPROTO_ICMPV6 = 58
 23487  pkg syscall (linux-386-cgo), const IPPROTO_IDP = 22
 23488  pkg syscall (linux-386-cgo), const IPPROTO_IGMP = 2
 23489  pkg syscall (linux-386-cgo), const IPPROTO_IPIP = 4
 23490  pkg syscall (linux-386-cgo), const IPPROTO_MTP = 92
 23491  pkg syscall (linux-386-cgo), const IPPROTO_NONE = 59
 23492  pkg syscall (linux-386-cgo), const IPPROTO_PIM = 103
 23493  pkg syscall (linux-386-cgo), const IPPROTO_PUP = 12
 23494  pkg syscall (linux-386-cgo), const IPPROTO_RAW = 255
 23495  pkg syscall (linux-386-cgo), const IPPROTO_ROUTING = 43
 23496  pkg syscall (linux-386-cgo), const IPPROTO_RSVP = 46
 23497  pkg syscall (linux-386-cgo), const IPPROTO_SCTP = 132
 23498  pkg syscall (linux-386-cgo), const IPPROTO_TP = 29
 23499  pkg syscall (linux-386-cgo), const IPPROTO_UDPLITE = 136
 23500  pkg syscall (linux-386-cgo), const IPV6_2292DSTOPTS = 4
 23501  pkg syscall (linux-386-cgo), const IPV6_2292HOPLIMIT = 8
 23502  pkg syscall (linux-386-cgo), const IPV6_2292HOPOPTS = 3
 23503  pkg syscall (linux-386-cgo), const IPV6_2292PKTINFO = 2
 23504  pkg syscall (linux-386-cgo), const IPV6_2292PKTOPTIONS = 6
 23505  pkg syscall (linux-386-cgo), const IPV6_2292RTHDR = 5
 23506  pkg syscall (linux-386-cgo), const IPV6_ADDRFORM = 1
 23507  pkg syscall (linux-386-cgo), const IPV6_ADD_MEMBERSHIP = 20
 23508  pkg syscall (linux-386-cgo), const IPV6_AUTHHDR = 10
 23509  pkg syscall (linux-386-cgo), const IPV6_CHECKSUM = 7
 23510  pkg syscall (linux-386-cgo), const IPV6_DROP_MEMBERSHIP = 21
 23511  pkg syscall (linux-386-cgo), const IPV6_DSTOPTS = 59
 23512  pkg syscall (linux-386-cgo), const IPV6_HOPLIMIT = 52
 23513  pkg syscall (linux-386-cgo), const IPV6_HOPOPTS = 54
 23514  pkg syscall (linux-386-cgo), const IPV6_IPSEC_POLICY = 34
 23515  pkg syscall (linux-386-cgo), const IPV6_JOIN_ANYCAST = 27
 23516  pkg syscall (linux-386-cgo), const IPV6_JOIN_GROUP = 20
 23517  pkg syscall (linux-386-cgo), const IPV6_LEAVE_ANYCAST = 28
 23518  pkg syscall (linux-386-cgo), const IPV6_LEAVE_GROUP = 21
 23519  pkg syscall (linux-386-cgo), const IPV6_MTU = 24
 23520  pkg syscall (linux-386-cgo), const IPV6_MTU_DISCOVER = 23
 23521  pkg syscall (linux-386-cgo), const IPV6_MULTICAST_HOPS = 18
 23522  pkg syscall (linux-386-cgo), const IPV6_MULTICAST_IF = 17
 23523  pkg syscall (linux-386-cgo), const IPV6_MULTICAST_LOOP = 19
 23524  pkg syscall (linux-386-cgo), const IPV6_NEXTHOP = 9
 23525  pkg syscall (linux-386-cgo), const IPV6_PKTINFO = 50
 23526  pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DO = 2
 23527  pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DONT = 0
 23528  pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_PROBE = 3
 23529  pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_WANT = 1
 23530  pkg syscall (linux-386-cgo), const IPV6_RECVDSTOPTS = 58
 23531  pkg syscall (linux-386-cgo), const IPV6_RECVERR = 25
 23532  pkg syscall (linux-386-cgo), const IPV6_RECVHOPLIMIT = 51
 23533  pkg syscall (linux-386-cgo), const IPV6_RECVHOPOPTS = 53
 23534  pkg syscall (linux-386-cgo), const IPV6_RECVPKTINFO = 49
 23535  pkg syscall (linux-386-cgo), const IPV6_RECVRTHDR = 56
 23536  pkg syscall (linux-386-cgo), const IPV6_RECVTCLASS = 66
 23537  pkg syscall (linux-386-cgo), const IPV6_ROUTER_ALERT = 22
 23538  pkg syscall (linux-386-cgo), const IPV6_RTHDR = 57
 23539  pkg syscall (linux-386-cgo), const IPV6_RTHDRDSTOPTS = 55
 23540  pkg syscall (linux-386-cgo), const IPV6_RTHDR_LOOSE = 0
 23541  pkg syscall (linux-386-cgo), const IPV6_RTHDR_STRICT = 1
 23542  pkg syscall (linux-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
 23543  pkg syscall (linux-386-cgo), const IPV6_RXDSTOPTS = 59
 23544  pkg syscall (linux-386-cgo), const IPV6_RXHOPOPTS = 54
 23545  pkg syscall (linux-386-cgo), const IPV6_TCLASS = 67
 23546  pkg syscall (linux-386-cgo), const IPV6_UNICAST_HOPS = 16
 23547  pkg syscall (linux-386-cgo), const IPV6_V6ONLY = 26
 23548  pkg syscall (linux-386-cgo), const IPV6_XFRM_POLICY = 35
 23549  pkg syscall (linux-386-cgo), const IP_ADD_MEMBERSHIP = 35
 23550  pkg syscall (linux-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
 23551  pkg syscall (linux-386-cgo), const IP_BLOCK_SOURCE = 38
 23552  pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 23553  pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 23554  pkg syscall (linux-386-cgo), const IP_DF = 16384
 23555  pkg syscall (linux-386-cgo), const IP_DROP_MEMBERSHIP = 36
 23556  pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
 23557  pkg syscall (linux-386-cgo), const IP_FREEBIND = 15
 23558  pkg syscall (linux-386-cgo), const IP_HDRINCL = 3
 23559  pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY = 16
 23560  pkg syscall (linux-386-cgo), const IP_MAXPACKET = 65535
 23561  pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS = 20
 23562  pkg syscall (linux-386-cgo), const IP_MF = 8192
 23563  pkg syscall (linux-386-cgo), const IP_MINTTL = 21
 23564  pkg syscall (linux-386-cgo), const IP_MSFILTER = 41
 23565  pkg syscall (linux-386-cgo), const IP_MSS = 576
 23566  pkg syscall (linux-386-cgo), const IP_MTU = 14
 23567  pkg syscall (linux-386-cgo), const IP_MTU_DISCOVER = 10
 23568  pkg syscall (linux-386-cgo), const IP_MULTICAST_IF = 32
 23569  pkg syscall (linux-386-cgo), const IP_MULTICAST_LOOP = 34
 23570  pkg syscall (linux-386-cgo), const IP_MULTICAST_TTL = 33
 23571  pkg syscall (linux-386-cgo), const IP_OFFMASK = 8191
 23572  pkg syscall (linux-386-cgo), const IP_OPTIONS = 4
 23573  pkg syscall (linux-386-cgo), const IP_ORIGDSTADDR = 20
 23574  pkg syscall (linux-386-cgo), const IP_PASSSEC = 18
 23575  pkg syscall (linux-386-cgo), const IP_PKTINFO = 8
 23576  pkg syscall (linux-386-cgo), const IP_PKTOPTIONS = 9
 23577  pkg syscall (linux-386-cgo), const IP_PMTUDISC = 10
 23578  pkg syscall (linux-386-cgo), const IP_PMTUDISC_DO = 2
 23579  pkg syscall (linux-386-cgo), const IP_PMTUDISC_DONT = 0
 23580  pkg syscall (linux-386-cgo), const IP_PMTUDISC_PROBE = 3
 23581  pkg syscall (linux-386-cgo), const IP_PMTUDISC_WANT = 1
 23582  pkg syscall (linux-386-cgo), const IP_RECVERR = 11
 23583  pkg syscall (linux-386-cgo), const IP_RECVOPTS = 6
 23584  pkg syscall (linux-386-cgo), const IP_RECVORIGDSTADDR = 20
 23585  pkg syscall (linux-386-cgo), const IP_RECVRETOPTS = 7
 23586  pkg syscall (linux-386-cgo), const IP_RECVTOS = 13
 23587  pkg syscall (linux-386-cgo), const IP_RECVTTL = 12
 23588  pkg syscall (linux-386-cgo), const IP_RETOPTS = 7
 23589  pkg syscall (linux-386-cgo), const IP_RF = 32768
 23590  pkg syscall (linux-386-cgo), const IP_ROUTER_ALERT = 5
 23591  pkg syscall (linux-386-cgo), const IP_TOS = 1
 23592  pkg syscall (linux-386-cgo), const IP_TRANSPARENT = 19
 23593  pkg syscall (linux-386-cgo), const IP_TTL = 2
 23594  pkg syscall (linux-386-cgo), const IP_UNBLOCK_SOURCE = 37
 23595  pkg syscall (linux-386-cgo), const IP_XFRM_POLICY = 17
 23596  pkg syscall (linux-386-cgo), const ISIG = 1
 23597  pkg syscall (linux-386-cgo), const ISTRIP = 32
 23598  pkg syscall (linux-386-cgo), const IUCLC = 512
 23599  pkg syscall (linux-386-cgo), const IUTF8 = 16384
 23600  pkg syscall (linux-386-cgo), const IXANY = 2048
 23601  pkg syscall (linux-386-cgo), const IXOFF = 4096
 23602  pkg syscall (linux-386-cgo), const IXON = 1024
 23603  pkg syscall (linux-386-cgo), const ImplementsGetwd = true
 23604  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
 23605  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
 23606  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
 23607  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
 23608  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
 23609  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
 23610  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
 23611  pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
 23612  pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
 23613  pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
 23614  pkg syscall (linux-386-cgo), const LOCK_EX = 2
 23615  pkg syscall (linux-386-cgo), const LOCK_NB = 4
 23616  pkg syscall (linux-386-cgo), const LOCK_SH = 1
 23617  pkg syscall (linux-386-cgo), const LOCK_UN = 8
 23618  pkg syscall (linux-386-cgo), const MADV_DOFORK = 11
 23619  pkg syscall (linux-386-cgo), const MADV_DONTFORK = 10
 23620  pkg syscall (linux-386-cgo), const MADV_DONTNEED = 4
 23621  pkg syscall (linux-386-cgo), const MADV_HUGEPAGE = 14
 23622  pkg syscall (linux-386-cgo), const MADV_HWPOISON = 100
 23623  pkg syscall (linux-386-cgo), const MADV_MERGEABLE = 12
 23624  pkg syscall (linux-386-cgo), const MADV_NOHUGEPAGE = 15
 23625  pkg syscall (linux-386-cgo), const MADV_NORMAL = 0
 23626  pkg syscall (linux-386-cgo), const MADV_RANDOM = 1
 23627  pkg syscall (linux-386-cgo), const MADV_REMOVE = 9
 23628  pkg syscall (linux-386-cgo), const MADV_SEQUENTIAL = 2
 23629  pkg syscall (linux-386-cgo), const MADV_UNMERGEABLE = 13
 23630  pkg syscall (linux-386-cgo), const MADV_WILLNEED = 3
 23631  pkg syscall (linux-386-cgo), const MAP_32BIT = 64
 23632  pkg syscall (linux-386-cgo), const MAP_ANON = 32
 23633  pkg syscall (linux-386-cgo), const MAP_ANONYMOUS = 32
 23634  pkg syscall (linux-386-cgo), const MAP_DENYWRITE = 2048
 23635  pkg syscall (linux-386-cgo), const MAP_EXECUTABLE = 4096
 23636  pkg syscall (linux-386-cgo), const MAP_FILE = 0
 23637  pkg syscall (linux-386-cgo), const MAP_FIXED = 16
 23638  pkg syscall (linux-386-cgo), const MAP_GROWSDOWN = 256
 23639  pkg syscall (linux-386-cgo), const MAP_HUGETLB = 262144
 23640  pkg syscall (linux-386-cgo), const MAP_LOCKED = 8192
 23641  pkg syscall (linux-386-cgo), const MAP_NONBLOCK = 65536
 23642  pkg syscall (linux-386-cgo), const MAP_NORESERVE = 16384
 23643  pkg syscall (linux-386-cgo), const MAP_POPULATE = 32768
 23644  pkg syscall (linux-386-cgo), const MAP_PRIVATE = 2
 23645  pkg syscall (linux-386-cgo), const MAP_SHARED = 1
 23646  pkg syscall (linux-386-cgo), const MAP_STACK = 131072
 23647  pkg syscall (linux-386-cgo), const MAP_TYPE = 15
 23648  pkg syscall (linux-386-cgo), const MCL_CURRENT = 1
 23649  pkg syscall (linux-386-cgo), const MCL_FUTURE = 2
 23650  pkg syscall (linux-386-cgo), const MNT_DETACH = 2
 23651  pkg syscall (linux-386-cgo), const MNT_EXPIRE = 4
 23652  pkg syscall (linux-386-cgo), const MNT_FORCE = 1
 23653  pkg syscall (linux-386-cgo), const MSG_CMSG_CLOEXEC = 1073741824
 23654  pkg syscall (linux-386-cgo), const MSG_CONFIRM = 2048
 23655  pkg syscall (linux-386-cgo), const MSG_CTRUNC = 8
 23656  pkg syscall (linux-386-cgo), const MSG_DONTROUTE = 4
 23657  pkg syscall (linux-386-cgo), const MSG_DONTWAIT = 64
 23658  pkg syscall (linux-386-cgo), const MSG_EOR = 128
 23659  pkg syscall (linux-386-cgo), const MSG_ERRQUEUE = 8192
 23660  pkg syscall (linux-386-cgo), const MSG_FASTOPEN = 536870912
 23661  pkg syscall (linux-386-cgo), const MSG_FASTOPEN ideal-int
 23662  pkg syscall (linux-386-cgo), const MSG_FIN = 512
 23663  pkg syscall (linux-386-cgo), const MSG_MORE = 32768
 23664  pkg syscall (linux-386-cgo), const MSG_NOSIGNAL = 16384
 23665  pkg syscall (linux-386-cgo), const MSG_OOB = 1
 23666  pkg syscall (linux-386-cgo), const MSG_PEEK = 2
 23667  pkg syscall (linux-386-cgo), const MSG_PROXY = 16
 23668  pkg syscall (linux-386-cgo), const MSG_RST = 4096
 23669  pkg syscall (linux-386-cgo), const MSG_SYN = 1024
 23670  pkg syscall (linux-386-cgo), const MSG_TRUNC = 32
 23671  pkg syscall (linux-386-cgo), const MSG_TRYHARD = 4
 23672  pkg syscall (linux-386-cgo), const MSG_WAITALL = 256
 23673  pkg syscall (linux-386-cgo), const MSG_WAITFORONE = 65536
 23674  pkg syscall (linux-386-cgo), const MS_ACTIVE = 1073741824
 23675  pkg syscall (linux-386-cgo), const MS_ASYNC = 1
 23676  pkg syscall (linux-386-cgo), const MS_BIND = 4096
 23677  pkg syscall (linux-386-cgo), const MS_DIRSYNC = 128
 23678  pkg syscall (linux-386-cgo), const MS_INVALIDATE = 2
 23679  pkg syscall (linux-386-cgo), const MS_I_VERSION = 8388608
 23680  pkg syscall (linux-386-cgo), const MS_KERNMOUNT = 4194304
 23681  pkg syscall (linux-386-cgo), const MS_MANDLOCK = 64
 23682  pkg syscall (linux-386-cgo), const MS_MGC_MSK = 4294901760
 23683  pkg syscall (linux-386-cgo), const MS_MGC_VAL = 3236757504
 23684  pkg syscall (linux-386-cgo), const MS_MOVE = 8192
 23685  pkg syscall (linux-386-cgo), const MS_NOATIME = 1024
 23686  pkg syscall (linux-386-cgo), const MS_NODEV = 4
 23687  pkg syscall (linux-386-cgo), const MS_NODIRATIME = 2048
 23688  pkg syscall (linux-386-cgo), const MS_NOEXEC = 8
 23689  pkg syscall (linux-386-cgo), const MS_NOSUID = 2
 23690  pkg syscall (linux-386-cgo), const MS_NOUSER = -2147483648
 23691  pkg syscall (linux-386-cgo), const MS_POSIXACL = 65536
 23692  pkg syscall (linux-386-cgo), const MS_PRIVATE = 262144
 23693  pkg syscall (linux-386-cgo), const MS_RDONLY = 1
 23694  pkg syscall (linux-386-cgo), const MS_REC = 16384
 23695  pkg syscall (linux-386-cgo), const MS_RELATIME = 2097152
 23696  pkg syscall (linux-386-cgo), const MS_REMOUNT = 32
 23697  pkg syscall (linux-386-cgo), const MS_RMT_MASK = 8388689
 23698  pkg syscall (linux-386-cgo), const MS_SHARED = 1048576
 23699  pkg syscall (linux-386-cgo), const MS_SILENT = 32768
 23700  pkg syscall (linux-386-cgo), const MS_SLAVE = 524288
 23701  pkg syscall (linux-386-cgo), const MS_STRICTATIME = 16777216
 23702  pkg syscall (linux-386-cgo), const MS_SYNC = 4
 23703  pkg syscall (linux-386-cgo), const MS_SYNCHRONOUS = 16
 23704  pkg syscall (linux-386-cgo), const MS_UNBINDABLE = 131072
 23705  pkg syscall (linux-386-cgo), const NAME_MAX = 255
 23706  pkg syscall (linux-386-cgo), const NETLINK_ADD_MEMBERSHIP = 1
 23707  pkg syscall (linux-386-cgo), const NETLINK_AUDIT = 9
 23708  pkg syscall (linux-386-cgo), const NETLINK_BROADCAST_ERROR = 4
 23709  pkg syscall (linux-386-cgo), const NETLINK_CONNECTOR = 11
 23710  pkg syscall (linux-386-cgo), const NETLINK_DNRTMSG = 14
 23711  pkg syscall (linux-386-cgo), const NETLINK_DROP_MEMBERSHIP = 2
 23712  pkg syscall (linux-386-cgo), const NETLINK_ECRYPTFS = 19
 23713  pkg syscall (linux-386-cgo), const NETLINK_FIB_LOOKUP = 10
 23714  pkg syscall (linux-386-cgo), const NETLINK_FIREWALL = 3
 23715  pkg syscall (linux-386-cgo), const NETLINK_GENERIC = 16
 23716  pkg syscall (linux-386-cgo), const NETLINK_INET_DIAG = 4
 23717  pkg syscall (linux-386-cgo), const NETLINK_IP6_FW = 13
 23718  pkg syscall (linux-386-cgo), const NETLINK_ISCSI = 8
 23719  pkg syscall (linux-386-cgo), const NETLINK_KOBJECT_UEVENT = 15
 23720  pkg syscall (linux-386-cgo), const NETLINK_NETFILTER = 12
 23721  pkg syscall (linux-386-cgo), const NETLINK_NFLOG = 5
 23722  pkg syscall (linux-386-cgo), const NETLINK_NO_ENOBUFS = 5
 23723  pkg syscall (linux-386-cgo), const NETLINK_PKTINFO = 3
 23724  pkg syscall (linux-386-cgo), const NETLINK_ROUTE = 0
 23725  pkg syscall (linux-386-cgo), const NETLINK_SCSITRANSPORT = 18
 23726  pkg syscall (linux-386-cgo), const NETLINK_SELINUX = 7
 23727  pkg syscall (linux-386-cgo), const NETLINK_UNUSED = 1
 23728  pkg syscall (linux-386-cgo), const NETLINK_USERSOCK = 2
 23729  pkg syscall (linux-386-cgo), const NETLINK_XFRM = 6
 23730  pkg syscall (linux-386-cgo), const NLA_ALIGNTO = 4
 23731  pkg syscall (linux-386-cgo), const NLA_F_NESTED = 32768
 23732  pkg syscall (linux-386-cgo), const NLA_F_NET_BYTEORDER = 16384
 23733  pkg syscall (linux-386-cgo), const NLA_HDRLEN = 4
 23734  pkg syscall (linux-386-cgo), const NLMSG_ALIGNTO = 4
 23735  pkg syscall (linux-386-cgo), const NLMSG_DONE = 3
 23736  pkg syscall (linux-386-cgo), const NLMSG_ERROR = 2
 23737  pkg syscall (linux-386-cgo), const NLMSG_HDRLEN = 16
 23738  pkg syscall (linux-386-cgo), const NLMSG_MIN_TYPE = 16
 23739  pkg syscall (linux-386-cgo), const NLMSG_NOOP = 1
 23740  pkg syscall (linux-386-cgo), const NLMSG_OVERRUN = 4
 23741  pkg syscall (linux-386-cgo), const NLM_F_ACK = 4
 23742  pkg syscall (linux-386-cgo), const NLM_F_APPEND = 2048
 23743  pkg syscall (linux-386-cgo), const NLM_F_ATOMIC = 1024
 23744  pkg syscall (linux-386-cgo), const NLM_F_CREATE = 1024
 23745  pkg syscall (linux-386-cgo), const NLM_F_DUMP = 768
 23746  pkg syscall (linux-386-cgo), const NLM_F_ECHO = 8
 23747  pkg syscall (linux-386-cgo), const NLM_F_EXCL = 512
 23748  pkg syscall (linux-386-cgo), const NLM_F_MATCH = 512
 23749  pkg syscall (linux-386-cgo), const NLM_F_MULTI = 2
 23750  pkg syscall (linux-386-cgo), const NLM_F_REPLACE = 256
 23751  pkg syscall (linux-386-cgo), const NLM_F_REQUEST = 1
 23752  pkg syscall (linux-386-cgo), const NLM_F_ROOT = 256
 23753  pkg syscall (linux-386-cgo), const NOFLSH = 128
 23754  pkg syscall (linux-386-cgo), const OCRNL = 8
 23755  pkg syscall (linux-386-cgo), const OFDEL = 128
 23756  pkg syscall (linux-386-cgo), const OFILL = 64
 23757  pkg syscall (linux-386-cgo), const OLCUC = 2
 23758  pkg syscall (linux-386-cgo), const ONLCR = 4
 23759  pkg syscall (linux-386-cgo), const ONLRET = 32
 23760  pkg syscall (linux-386-cgo), const ONOCR = 16
 23761  pkg syscall (linux-386-cgo), const OPOST = 1
 23762  pkg syscall (linux-386-cgo), const O_ACCMODE = 3
 23763  pkg syscall (linux-386-cgo), const O_APPEND = 1024
 23764  pkg syscall (linux-386-cgo), const O_ASYNC = 8192
 23765  pkg syscall (linux-386-cgo), const O_CLOEXEC = 524288
 23766  pkg syscall (linux-386-cgo), const O_CREAT = 64
 23767  pkg syscall (linux-386-cgo), const O_DIRECT = 16384
 23768  pkg syscall (linux-386-cgo), const O_DIRECTORY = 65536
 23769  pkg syscall (linux-386-cgo), const O_DSYNC = 4096
 23770  pkg syscall (linux-386-cgo), const O_EXCL = 128
 23771  pkg syscall (linux-386-cgo), const O_FSYNC = 1052672
 23772  pkg syscall (linux-386-cgo), const O_LARGEFILE = 32768
 23773  pkg syscall (linux-386-cgo), const O_NDELAY = 2048
 23774  pkg syscall (linux-386-cgo), const O_NOATIME = 262144
 23775  pkg syscall (linux-386-cgo), const O_NOCTTY = 256
 23776  pkg syscall (linux-386-cgo), const O_NOFOLLOW = 131072
 23777  pkg syscall (linux-386-cgo), const O_NONBLOCK = 2048
 23778  pkg syscall (linux-386-cgo), const O_RSYNC = 1052672
 23779  pkg syscall (linux-386-cgo), const O_SYNC = 1052672
 23780  pkg syscall (linux-386-cgo), const O_TRUNC = 512
 23781  pkg syscall (linux-386-cgo), const PACKET_ADD_MEMBERSHIP = 1
 23782  pkg syscall (linux-386-cgo), const PACKET_BROADCAST = 1
 23783  pkg syscall (linux-386-cgo), const PACKET_DROP_MEMBERSHIP = 2
 23784  pkg syscall (linux-386-cgo), const PACKET_FASTROUTE = 6
 23785  pkg syscall (linux-386-cgo), const PACKET_HOST = 0
 23786  pkg syscall (linux-386-cgo), const PACKET_LOOPBACK = 5
 23787  pkg syscall (linux-386-cgo), const PACKET_MR_ALLMULTI = 2
 23788  pkg syscall (linux-386-cgo), const PACKET_MR_MULTICAST = 0
 23789  pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC = 1
 23790  pkg syscall (linux-386-cgo), const PACKET_MULTICAST = 2
 23791  pkg syscall (linux-386-cgo), const PACKET_OTHERHOST = 3
 23792  pkg syscall (linux-386-cgo), const PACKET_OUTGOING = 4
 23793  pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT = 3
 23794  pkg syscall (linux-386-cgo), const PACKET_RX_RING = 5
 23795  pkg syscall (linux-386-cgo), const PACKET_STATISTICS = 6
 23796  pkg syscall (linux-386-cgo), const PARENB = 256
 23797  pkg syscall (linux-386-cgo), const PARMRK = 8
 23798  pkg syscall (linux-386-cgo), const PARODD = 512
 23799  pkg syscall (linux-386-cgo), const PENDIN = 16384
 23800  pkg syscall (linux-386-cgo), const PROT_EXEC = 4
 23801  pkg syscall (linux-386-cgo), const PROT_GROWSDOWN = 16777216
 23802  pkg syscall (linux-386-cgo), const PROT_GROWSUP = 33554432
 23803  pkg syscall (linux-386-cgo), const PROT_NONE = 0
 23804  pkg syscall (linux-386-cgo), const PROT_READ = 1
 23805  pkg syscall (linux-386-cgo), const PROT_WRITE = 2
 23806  pkg syscall (linux-386-cgo), const PR_CAPBSET_DROP = 24
 23807  pkg syscall (linux-386-cgo), const PR_CAPBSET_READ = 23
 23808  pkg syscall (linux-386-cgo), const PR_ENDIAN_BIG = 0
 23809  pkg syscall (linux-386-cgo), const PR_ENDIAN_LITTLE = 1
 23810  pkg syscall (linux-386-cgo), const PR_ENDIAN_PPC_LITTLE = 2
 23811  pkg syscall (linux-386-cgo), const PR_FPEMU_NOPRINT = 1
 23812  pkg syscall (linux-386-cgo), const PR_FPEMU_SIGFPE = 2
 23813  pkg syscall (linux-386-cgo), const PR_FP_EXC_ASYNC = 2
 23814  pkg syscall (linux-386-cgo), const PR_FP_EXC_DISABLED = 0
 23815  pkg syscall (linux-386-cgo), const PR_FP_EXC_DIV = 65536
 23816  pkg syscall (linux-386-cgo), const PR_FP_EXC_INV = 1048576
 23817  pkg syscall (linux-386-cgo), const PR_FP_EXC_NONRECOV = 1
 23818  pkg syscall (linux-386-cgo), const PR_FP_EXC_OVF = 131072
 23819  pkg syscall (linux-386-cgo), const PR_FP_EXC_PRECISE = 3
 23820  pkg syscall (linux-386-cgo), const PR_FP_EXC_RES = 524288
 23821  pkg syscall (linux-386-cgo), const PR_FP_EXC_SW_ENABLE = 128
 23822  pkg syscall (linux-386-cgo), const PR_FP_EXC_UND = 262144
 23823  pkg syscall (linux-386-cgo), const PR_GET_DUMPABLE = 3
 23824  pkg syscall (linux-386-cgo), const PR_GET_ENDIAN = 19
 23825  pkg syscall (linux-386-cgo), const PR_GET_FPEMU = 9
 23826  pkg syscall (linux-386-cgo), const PR_GET_FPEXC = 11
 23827  pkg syscall (linux-386-cgo), const PR_GET_KEEPCAPS = 7
 23828  pkg syscall (linux-386-cgo), const PR_GET_NAME = 16
 23829  pkg syscall (linux-386-cgo), const PR_GET_PDEATHSIG = 2
 23830  pkg syscall (linux-386-cgo), const PR_GET_SECCOMP = 21
 23831  pkg syscall (linux-386-cgo), const PR_GET_SECUREBITS = 27
 23832  pkg syscall (linux-386-cgo), const PR_GET_TIMERSLACK = 30
 23833  pkg syscall (linux-386-cgo), const PR_GET_TIMING = 13
 23834  pkg syscall (linux-386-cgo), const PR_GET_TSC = 25
 23835  pkg syscall (linux-386-cgo), const PR_GET_UNALIGN = 5
 23836  pkg syscall (linux-386-cgo), const PR_MCE_KILL = 33
 23837  pkg syscall (linux-386-cgo), const PR_MCE_KILL_CLEAR = 0
 23838  pkg syscall (linux-386-cgo), const PR_MCE_KILL_DEFAULT = 2
 23839  pkg syscall (linux-386-cgo), const PR_MCE_KILL_EARLY = 1
 23840  pkg syscall (linux-386-cgo), const PR_MCE_KILL_GET = 34
 23841  pkg syscall (linux-386-cgo), const PR_MCE_KILL_LATE = 0
 23842  pkg syscall (linux-386-cgo), const PR_MCE_KILL_SET = 1
 23843  pkg syscall (linux-386-cgo), const PR_SET_DUMPABLE = 4
 23844  pkg syscall (linux-386-cgo), const PR_SET_ENDIAN = 20
 23845  pkg syscall (linux-386-cgo), const PR_SET_FPEMU = 10
 23846  pkg syscall (linux-386-cgo), const PR_SET_FPEXC = 12
 23847  pkg syscall (linux-386-cgo), const PR_SET_KEEPCAPS = 8
 23848  pkg syscall (linux-386-cgo), const PR_SET_NAME = 15
 23849  pkg syscall (linux-386-cgo), const PR_SET_PDEATHSIG = 1
 23850  pkg syscall (linux-386-cgo), const PR_SET_PTRACER = 1499557217
 23851  pkg syscall (linux-386-cgo), const PR_SET_SECCOMP = 22
 23852  pkg syscall (linux-386-cgo), const PR_SET_SECUREBITS = 28
 23853  pkg syscall (linux-386-cgo), const PR_SET_TIMERSLACK = 29
 23854  pkg syscall (linux-386-cgo), const PR_SET_TIMING = 14
 23855  pkg syscall (linux-386-cgo), const PR_SET_TSC = 26
 23856  pkg syscall (linux-386-cgo), const PR_SET_UNALIGN = 6
 23857  pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
 23858  pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
 23859  pkg syscall (linux-386-cgo), const PR_TIMING_STATISTICAL = 0
 23860  pkg syscall (linux-386-cgo), const PR_TIMING_TIMESTAMP = 1
 23861  pkg syscall (linux-386-cgo), const PR_TSC_ENABLE = 1
 23862  pkg syscall (linux-386-cgo), const PR_TSC_SIGSEGV = 2
 23863  pkg syscall (linux-386-cgo), const PR_UNALIGN_NOPRINT = 1
 23864  pkg syscall (linux-386-cgo), const PR_UNALIGN_SIGBUS = 2
 23865  pkg syscall (linux-386-cgo), const PTRACE_ATTACH = 16
 23866  pkg syscall (linux-386-cgo), const PTRACE_CONT = 7
 23867  pkg syscall (linux-386-cgo), const PTRACE_DETACH = 17
 23868  pkg syscall (linux-386-cgo), const PTRACE_EVENT_CLONE = 3
 23869  pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXEC = 4
 23870  pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXIT = 6
 23871  pkg syscall (linux-386-cgo), const PTRACE_EVENT_FORK = 1
 23872  pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK = 2
 23873  pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK_DONE = 5
 23874  pkg syscall (linux-386-cgo), const PTRACE_GETEVENTMSG = 16897
 23875  pkg syscall (linux-386-cgo), const PTRACE_GETFPREGS = 14
 23876  pkg syscall (linux-386-cgo), const PTRACE_GETFPXREGS = 18
 23877  pkg syscall (linux-386-cgo), const PTRACE_GETREGS = 12
 23878  pkg syscall (linux-386-cgo), const PTRACE_GETREGSET = 16900
 23879  pkg syscall (linux-386-cgo), const PTRACE_GETSIGINFO = 16898
 23880  pkg syscall (linux-386-cgo), const PTRACE_GET_THREAD_AREA = 25
 23881  pkg syscall (linux-386-cgo), const PTRACE_KILL = 8
 23882  pkg syscall (linux-386-cgo), const PTRACE_OLDSETOPTIONS = 21
 23883  pkg syscall (linux-386-cgo), const PTRACE_O_MASK = 127
 23884  pkg syscall (linux-386-cgo), const PTRACE_O_TRACECLONE = 8
 23885  pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXEC = 16
 23886  pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXIT = 64
 23887  pkg syscall (linux-386-cgo), const PTRACE_O_TRACEFORK = 2
 23888  pkg syscall (linux-386-cgo), const PTRACE_O_TRACESYSGOOD = 1
 23889  pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORK = 4
 23890  pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORKDONE = 32
 23891  pkg syscall (linux-386-cgo), const PTRACE_PEEKDATA = 2
 23892  pkg syscall (linux-386-cgo), const PTRACE_PEEKTEXT = 1
 23893  pkg syscall (linux-386-cgo), const PTRACE_PEEKUSR = 3
 23894  pkg syscall (linux-386-cgo), const PTRACE_POKEDATA = 5
 23895  pkg syscall (linux-386-cgo), const PTRACE_POKETEXT = 4
 23896  pkg syscall (linux-386-cgo), const PTRACE_POKEUSR = 6
 23897  pkg syscall (linux-386-cgo), const PTRACE_SETFPREGS = 15
 23898  pkg syscall (linux-386-cgo), const PTRACE_SETFPXREGS = 19
 23899  pkg syscall (linux-386-cgo), const PTRACE_SETOPTIONS = 16896
 23900  pkg syscall (linux-386-cgo), const PTRACE_SETREGS = 13
 23901  pkg syscall (linux-386-cgo), const PTRACE_SETREGSET = 16901
 23902  pkg syscall (linux-386-cgo), const PTRACE_SETSIGINFO = 16899
 23903  pkg syscall (linux-386-cgo), const PTRACE_SET_THREAD_AREA = 26
 23904  pkg syscall (linux-386-cgo), const PTRACE_SINGLEBLOCK = 33
 23905  pkg syscall (linux-386-cgo), const PTRACE_SINGLESTEP = 9
 23906  pkg syscall (linux-386-cgo), const PTRACE_SYSCALL = 24
 23907  pkg syscall (linux-386-cgo), const PTRACE_SYSEMU = 31
 23908  pkg syscall (linux-386-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
 23909  pkg syscall (linux-386-cgo), const PTRACE_TRACEME = 0
 23910  pkg syscall (linux-386-cgo), const PathMax = 4096
 23911  pkg syscall (linux-386-cgo), const RLIMIT_AS = 9
 23912  pkg syscall (linux-386-cgo), const RLIMIT_CORE = 4
 23913  pkg syscall (linux-386-cgo), const RLIMIT_CPU = 0
 23914  pkg syscall (linux-386-cgo), const RLIMIT_DATA = 2
 23915  pkg syscall (linux-386-cgo), const RLIMIT_FSIZE = 1
 23916  pkg syscall (linux-386-cgo), const RLIMIT_NOFILE = 7
 23917  pkg syscall (linux-386-cgo), const RLIMIT_STACK = 3
 23918  pkg syscall (linux-386-cgo), const RLIM_INFINITY = -1
 23919  pkg syscall (linux-386-cgo), const RTAX_ADVMSS = 8
 23920  pkg syscall (linux-386-cgo), const RTAX_CWND = 7
 23921  pkg syscall (linux-386-cgo), const RTAX_FEATURES = 12
 23922  pkg syscall (linux-386-cgo), const RTAX_FEATURE_ALLFRAG = 8
 23923  pkg syscall (linux-386-cgo), const RTAX_FEATURE_ECN = 1
 23924  pkg syscall (linux-386-cgo), const RTAX_FEATURE_SACK = 2
 23925  pkg syscall (linux-386-cgo), const RTAX_FEATURE_TIMESTAMP = 4
 23926  pkg syscall (linux-386-cgo), const RTAX_HOPLIMIT = 10
 23927  pkg syscall (linux-386-cgo), const RTAX_INITCWND = 11
 23928  pkg syscall (linux-386-cgo), const RTAX_INITRWND = 14
 23929  pkg syscall (linux-386-cgo), const RTAX_LOCK = 1
 23930  pkg syscall (linux-386-cgo), const RTAX_MAX = 14
 23931  pkg syscall (linux-386-cgo), const RTAX_MTU = 2
 23932  pkg syscall (linux-386-cgo), const RTAX_REORDERING = 9
 23933  pkg syscall (linux-386-cgo), const RTAX_RTO_MIN = 13
 23934  pkg syscall (linux-386-cgo), const RTAX_RTT = 4
 23935  pkg syscall (linux-386-cgo), const RTAX_RTTVAR = 5
 23936  pkg syscall (linux-386-cgo), const RTAX_SSTHRESH = 6
 23937  pkg syscall (linux-386-cgo), const RTAX_UNSPEC = 0
 23938  pkg syscall (linux-386-cgo), const RTAX_WINDOW = 3
 23939  pkg syscall (linux-386-cgo), const RTA_ALIGNTO = 4
 23940  pkg syscall (linux-386-cgo), const RTA_CACHEINFO = 12
 23941  pkg syscall (linux-386-cgo), const RTA_DST = 1
 23942  pkg syscall (linux-386-cgo), const RTA_FLOW = 11
 23943  pkg syscall (linux-386-cgo), const RTA_GATEWAY = 5
 23944  pkg syscall (linux-386-cgo), const RTA_IIF = 3
 23945  pkg syscall (linux-386-cgo), const RTA_MAX = 16
 23946  pkg syscall (linux-386-cgo), const RTA_METRICS = 8
 23947  pkg syscall (linux-386-cgo), const RTA_MULTIPATH = 9
 23948  pkg syscall (linux-386-cgo), const RTA_OIF = 4
 23949  pkg syscall (linux-386-cgo), const RTA_PREFSRC = 7
 23950  pkg syscall (linux-386-cgo), const RTA_PRIORITY = 6
 23951  pkg syscall (linux-386-cgo), const RTA_SRC = 2
 23952  pkg syscall (linux-386-cgo), const RTA_TABLE = 15
 23953  pkg syscall (linux-386-cgo), const RTA_UNSPEC = 0
 23954  pkg syscall (linux-386-cgo), const RTCF_DIRECTSRC = 67108864
 23955  pkg syscall (linux-386-cgo), const RTCF_DOREDIRECT = 16777216
 23956  pkg syscall (linux-386-cgo), const RTCF_LOG = 33554432
 23957  pkg syscall (linux-386-cgo), const RTCF_MASQ = 4194304
 23958  pkg syscall (linux-386-cgo), const RTCF_NAT = 8388608
 23959  pkg syscall (linux-386-cgo), const RTCF_VALVE = 2097152
 23960  pkg syscall (linux-386-cgo), const RTF_ADDRCLASSMASK = 4160749568
 23961  pkg syscall (linux-386-cgo), const RTF_ADDRCONF = 262144
 23962  pkg syscall (linux-386-cgo), const RTF_ALLONLINK = 131072
 23963  pkg syscall (linux-386-cgo), const RTF_BROADCAST = 268435456
 23964  pkg syscall (linux-386-cgo), const RTF_CACHE = 16777216
 23965  pkg syscall (linux-386-cgo), const RTF_DEFAULT = 65536
 23966  pkg syscall (linux-386-cgo), const RTF_DYNAMIC = 16
 23967  pkg syscall (linux-386-cgo), const RTF_FLOW = 33554432
 23968  pkg syscall (linux-386-cgo), const RTF_GATEWAY = 2
 23969  pkg syscall (linux-386-cgo), const RTF_HOST = 4
 23970  pkg syscall (linux-386-cgo), const RTF_INTERFACE = 1073741824
 23971  pkg syscall (linux-386-cgo), const RTF_IRTT = 256
 23972  pkg syscall (linux-386-cgo), const RTF_LINKRT = 1048576
 23973  pkg syscall (linux-386-cgo), const RTF_LOCAL = 2147483648
 23974  pkg syscall (linux-386-cgo), const RTF_MODIFIED = 32
 23975  pkg syscall (linux-386-cgo), const RTF_MSS = 64
 23976  pkg syscall (linux-386-cgo), const RTF_MTU = 64
 23977  pkg syscall (linux-386-cgo), const RTF_MULTICAST = 536870912
 23978  pkg syscall (linux-386-cgo), const RTF_NAT = 134217728
 23979  pkg syscall (linux-386-cgo), const RTF_NOFORWARD = 4096
 23980  pkg syscall (linux-386-cgo), const RTF_NONEXTHOP = 2097152
 23981  pkg syscall (linux-386-cgo), const RTF_NOPMTUDISC = 16384
 23982  pkg syscall (linux-386-cgo), const RTF_POLICY = 67108864
 23983  pkg syscall (linux-386-cgo), const RTF_REINSTATE = 8
 23984  pkg syscall (linux-386-cgo), const RTF_REJECT = 512
 23985  pkg syscall (linux-386-cgo), const RTF_STATIC = 1024
 23986  pkg syscall (linux-386-cgo), const RTF_THROW = 8192
 23987  pkg syscall (linux-386-cgo), const RTF_UP = 1
 23988  pkg syscall (linux-386-cgo), const RTF_WINDOW = 128
 23989  pkg syscall (linux-386-cgo), const RTF_XRESOLVE = 2048
 23990  pkg syscall (linux-386-cgo), const RTM_BASE = 16
 23991  pkg syscall (linux-386-cgo), const RTM_DELACTION = 49
 23992  pkg syscall (linux-386-cgo), const RTM_DELADDR = 21
 23993  pkg syscall (linux-386-cgo), const RTM_DELADDRLABEL = 73
 23994  pkg syscall (linux-386-cgo), const RTM_DELLINK = 17
 23995  pkg syscall (linux-386-cgo), const RTM_DELNEIGH = 29
 23996  pkg syscall (linux-386-cgo), const RTM_DELQDISC = 37
 23997  pkg syscall (linux-386-cgo), const RTM_DELROUTE = 25
 23998  pkg syscall (linux-386-cgo), const RTM_DELRULE = 33
 23999  pkg syscall (linux-386-cgo), const RTM_DELTCLASS = 41
 24000  pkg syscall (linux-386-cgo), const RTM_DELTFILTER = 45
 24001  pkg syscall (linux-386-cgo), const RTM_F_CLONED = 512
 24002  pkg syscall (linux-386-cgo), const RTM_F_EQUALIZE = 1024
 24003  pkg syscall (linux-386-cgo), const RTM_F_NOTIFY = 256
 24004  pkg syscall (linux-386-cgo), const RTM_F_PREFIX = 2048
 24005  pkg syscall (linux-386-cgo), const RTM_GETACTION = 50
 24006  pkg syscall (linux-386-cgo), const RTM_GETADDR = 22
 24007  pkg syscall (linux-386-cgo), const RTM_GETADDRLABEL = 74
 24008  pkg syscall (linux-386-cgo), const RTM_GETANYCAST = 62
 24009  pkg syscall (linux-386-cgo), const RTM_GETDCB = 78
 24010  pkg syscall (linux-386-cgo), const RTM_GETLINK = 18
 24011  pkg syscall (linux-386-cgo), const RTM_GETMULTICAST = 58
 24012  pkg syscall (linux-386-cgo), const RTM_GETNEIGH = 30
 24013  pkg syscall (linux-386-cgo), const RTM_GETNEIGHTBL = 66
 24014  pkg syscall (linux-386-cgo), const RTM_GETQDISC = 38
 24015  pkg syscall (linux-386-cgo), const RTM_GETROUTE = 26
 24016  pkg syscall (linux-386-cgo), const RTM_GETRULE = 34
 24017  pkg syscall (linux-386-cgo), const RTM_GETTCLASS = 42
 24018  pkg syscall (linux-386-cgo), const RTM_GETTFILTER = 46
 24019  pkg syscall (linux-386-cgo), const RTM_MAX = 79
 24020  pkg syscall (linux-386-cgo), const RTM_NEWACTION = 48
 24021  pkg syscall (linux-386-cgo), const RTM_NEWADDR = 20
 24022  pkg syscall (linux-386-cgo), const RTM_NEWADDRLABEL = 72
 24023  pkg syscall (linux-386-cgo), const RTM_NEWLINK = 16
 24024  pkg syscall (linux-386-cgo), const RTM_NEWNDUSEROPT = 68
 24025  pkg syscall (linux-386-cgo), const RTM_NEWNEIGH = 28
 24026  pkg syscall (linux-386-cgo), const RTM_NEWNEIGHTBL = 64
 24027  pkg syscall (linux-386-cgo), const RTM_NEWPREFIX = 52
 24028  pkg syscall (linux-386-cgo), const RTM_NEWQDISC = 36
 24029  pkg syscall (linux-386-cgo), const RTM_NEWROUTE = 24
 24030  pkg syscall (linux-386-cgo), const RTM_NEWRULE = 32
 24031  pkg syscall (linux-386-cgo), const RTM_NEWTCLASS = 40
 24032  pkg syscall (linux-386-cgo), const RTM_NEWTFILTER = 44
 24033  pkg syscall (linux-386-cgo), const RTM_NR_FAMILIES = 16
 24034  pkg syscall (linux-386-cgo), const RTM_NR_MSGTYPES = 64
 24035  pkg syscall (linux-386-cgo), const RTM_SETDCB = 79
 24036  pkg syscall (linux-386-cgo), const RTM_SETLINK = 19
 24037  pkg syscall (linux-386-cgo), const RTM_SETNEIGHTBL = 67
 24038  pkg syscall (linux-386-cgo), const RTNH_ALIGNTO = 4
 24039  pkg syscall (linux-386-cgo), const RTNH_F_DEAD = 1
 24040  pkg syscall (linux-386-cgo), const RTNH_F_ONLINK = 4
 24041  pkg syscall (linux-386-cgo), const RTNH_F_PERVASIVE = 2
 24042  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR = 5
 24043  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
 24044  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE = 6
 24045  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
 24046  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE = 7
 24047  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
 24048  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE = 8
 24049  pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE ideal-int
 24050  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR = 9
 24051  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
 24052  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO = 12
 24053  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
 24054  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE = 10
 24055  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
 24056  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX = 18
 24057  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
 24058  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE = 11
 24059  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
 24060  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE = 19
 24061  pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE ideal-int
 24062  pkg syscall (linux-386-cgo), const RTNLGRP_LINK = 1
 24063  pkg syscall (linux-386-cgo), const RTNLGRP_LINK ideal-int
 24064  pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT = 20
 24065  pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT ideal-int
 24066  pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH = 3
 24067  pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH ideal-int
 24068  pkg syscall (linux-386-cgo), const RTNLGRP_NONE = 0
 24069  pkg syscall (linux-386-cgo), const RTNLGRP_NONE ideal-int
 24070  pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY = 2
 24071  pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY ideal-int
 24072  pkg syscall (linux-386-cgo), const RTNLGRP_TC = 4
 24073  pkg syscall (linux-386-cgo), const RTNLGRP_TC ideal-int
 24074  pkg syscall (linux-386-cgo), const RTN_ANYCAST = 4
 24075  pkg syscall (linux-386-cgo), const RTN_BLACKHOLE = 6
 24076  pkg syscall (linux-386-cgo), const RTN_BROADCAST = 3
 24077  pkg syscall (linux-386-cgo), const RTN_LOCAL = 2
 24078  pkg syscall (linux-386-cgo), const RTN_MAX = 11
 24079  pkg syscall (linux-386-cgo), const RTN_MULTICAST = 5
 24080  pkg syscall (linux-386-cgo), const RTN_NAT = 10
 24081  pkg syscall (linux-386-cgo), const RTN_PROHIBIT = 8
 24082  pkg syscall (linux-386-cgo), const RTN_THROW = 9
 24083  pkg syscall (linux-386-cgo), const RTN_UNICAST = 1
 24084  pkg syscall (linux-386-cgo), const RTN_UNREACHABLE = 7
 24085  pkg syscall (linux-386-cgo), const RTN_UNSPEC = 0
 24086  pkg syscall (linux-386-cgo), const RTN_XRESOLVE = 11
 24087  pkg syscall (linux-386-cgo), const RTPROT_BIRD = 12
 24088  pkg syscall (linux-386-cgo), const RTPROT_BOOT = 3
 24089  pkg syscall (linux-386-cgo), const RTPROT_DHCP = 16
 24090  pkg syscall (linux-386-cgo), const RTPROT_DNROUTED = 13
 24091  pkg syscall (linux-386-cgo), const RTPROT_GATED = 8
 24092  pkg syscall (linux-386-cgo), const RTPROT_KERNEL = 2
 24093  pkg syscall (linux-386-cgo), const RTPROT_MRT = 10
 24094  pkg syscall (linux-386-cgo), const RTPROT_NTK = 15
 24095  pkg syscall (linux-386-cgo), const RTPROT_RA = 9
 24096  pkg syscall (linux-386-cgo), const RTPROT_REDIRECT = 1
 24097  pkg syscall (linux-386-cgo), const RTPROT_STATIC = 4
 24098  pkg syscall (linux-386-cgo), const RTPROT_UNSPEC = 0
 24099  pkg syscall (linux-386-cgo), const RTPROT_XORP = 14
 24100  pkg syscall (linux-386-cgo), const RTPROT_ZEBRA = 11
 24101  pkg syscall (linux-386-cgo), const RT_CLASS_DEFAULT = 253
 24102  pkg syscall (linux-386-cgo), const RT_CLASS_LOCAL = 255
 24103  pkg syscall (linux-386-cgo), const RT_CLASS_MAIN = 254
 24104  pkg syscall (linux-386-cgo), const RT_CLASS_MAX = 255
 24105  pkg syscall (linux-386-cgo), const RT_CLASS_UNSPEC = 0
 24106  pkg syscall (linux-386-cgo), const RT_SCOPE_HOST = 254
 24107  pkg syscall (linux-386-cgo), const RT_SCOPE_LINK = 253
 24108  pkg syscall (linux-386-cgo), const RT_SCOPE_NOWHERE = 255
 24109  pkg syscall (linux-386-cgo), const RT_SCOPE_SITE = 200
 24110  pkg syscall (linux-386-cgo), const RT_SCOPE_UNIVERSE = 0
 24111  pkg syscall (linux-386-cgo), const RT_TABLE_COMPAT = 252
 24112  pkg syscall (linux-386-cgo), const RT_TABLE_DEFAULT = 253
 24113  pkg syscall (linux-386-cgo), const RT_TABLE_LOCAL = 255
 24114  pkg syscall (linux-386-cgo), const RT_TABLE_MAIN = 254
 24115  pkg syscall (linux-386-cgo), const RT_TABLE_MAX = 4294967295
 24116  pkg syscall (linux-386-cgo), const RT_TABLE_UNSPEC = 0
 24117  pkg syscall (linux-386-cgo), const RUSAGE_CHILDREN = -1
 24118  pkg syscall (linux-386-cgo), const RUSAGE_SELF = 0
 24119  pkg syscall (linux-386-cgo), const RUSAGE_THREAD = 1
 24120  pkg syscall (linux-386-cgo), const SCM_CREDENTIALS = 2
 24121  pkg syscall (linux-386-cgo), const SCM_RIGHTS = 1
 24122  pkg syscall (linux-386-cgo), const SCM_TIMESTAMP = 29
 24123  pkg syscall (linux-386-cgo), const SCM_TIMESTAMPING = 37
 24124  pkg syscall (linux-386-cgo), const SCM_TIMESTAMPNS = 35
 24125  pkg syscall (linux-386-cgo), const SIGBUS = 7
 24126  pkg syscall (linux-386-cgo), const SIGCHLD = 17
 24127  pkg syscall (linux-386-cgo), const SIGCLD = 17
 24128  pkg syscall (linux-386-cgo), const SIGCONT = 18
 24129  pkg syscall (linux-386-cgo), const SIGIO = 29
 24130  pkg syscall (linux-386-cgo), const SIGIOT = 6
 24131  pkg syscall (linux-386-cgo), const SIGPOLL = 29
 24132  pkg syscall (linux-386-cgo), const SIGPROF = 27
 24133  pkg syscall (linux-386-cgo), const SIGPWR = 30
 24134  pkg syscall (linux-386-cgo), const SIGSTKFLT = 16
 24135  pkg syscall (linux-386-cgo), const SIGSTOP = 19
 24136  pkg syscall (linux-386-cgo), const SIGSYS = 31
 24137  pkg syscall (linux-386-cgo), const SIGTSTP = 20
 24138  pkg syscall (linux-386-cgo), const SIGTTIN = 21
 24139  pkg syscall (linux-386-cgo), const SIGTTOU = 22
 24140  pkg syscall (linux-386-cgo), const SIGUNUSED = 31
 24141  pkg syscall (linux-386-cgo), const SIGURG = 23
 24142  pkg syscall (linux-386-cgo), const SIGUSR1 = 10
 24143  pkg syscall (linux-386-cgo), const SIGUSR2 = 12
 24144  pkg syscall (linux-386-cgo), const SIGVTALRM = 26
 24145  pkg syscall (linux-386-cgo), const SIGWINCH = 28
 24146  pkg syscall (linux-386-cgo), const SIGXCPU = 24
 24147  pkg syscall (linux-386-cgo), const SIGXFSZ = 25
 24148  pkg syscall (linux-386-cgo), const SIOCADDDLCI = 35200
 24149  pkg syscall (linux-386-cgo), const SIOCADDMULTI = 35121
 24150  pkg syscall (linux-386-cgo), const SIOCADDRT = 35083
 24151  pkg syscall (linux-386-cgo), const SIOCATMARK = 35077
 24152  pkg syscall (linux-386-cgo), const SIOCDARP = 35155
 24153  pkg syscall (linux-386-cgo), const SIOCDELDLCI = 35201
 24154  pkg syscall (linux-386-cgo), const SIOCDELMULTI = 35122
 24155  pkg syscall (linux-386-cgo), const SIOCDELRT = 35084
 24156  pkg syscall (linux-386-cgo), const SIOCDEVPRIVATE = 35312
 24157  pkg syscall (linux-386-cgo), const SIOCDIFADDR = 35126
 24158  pkg syscall (linux-386-cgo), const SIOCDRARP = 35168
 24159  pkg syscall (linux-386-cgo), const SIOCGARP = 35156
 24160  pkg syscall (linux-386-cgo), const SIOCGIFADDR = 35093
 24161  pkg syscall (linux-386-cgo), const SIOCGIFBR = 35136
 24162  pkg syscall (linux-386-cgo), const SIOCGIFBRDADDR = 35097
 24163  pkg syscall (linux-386-cgo), const SIOCGIFCONF = 35090
 24164  pkg syscall (linux-386-cgo), const SIOCGIFCOUNT = 35128
 24165  pkg syscall (linux-386-cgo), const SIOCGIFDSTADDR = 35095
 24166  pkg syscall (linux-386-cgo), const SIOCGIFENCAP = 35109
 24167  pkg syscall (linux-386-cgo), const SIOCGIFFLAGS = 35091
 24168  pkg syscall (linux-386-cgo), const SIOCGIFHWADDR = 35111
 24169  pkg syscall (linux-386-cgo), const SIOCGIFINDEX = 35123
 24170  pkg syscall (linux-386-cgo), const SIOCGIFMAP = 35184
 24171  pkg syscall (linux-386-cgo), const SIOCGIFMEM = 35103
 24172  pkg syscall (linux-386-cgo), const SIOCGIFMETRIC = 35101
 24173  pkg syscall (linux-386-cgo), const SIOCGIFMTU = 35105
 24174  pkg syscall (linux-386-cgo), const SIOCGIFNAME = 35088
 24175  pkg syscall (linux-386-cgo), const SIOCGIFNETMASK = 35099
 24176  pkg syscall (linux-386-cgo), const SIOCGIFPFLAGS = 35125
 24177  pkg syscall (linux-386-cgo), const SIOCGIFSLAVE = 35113
 24178  pkg syscall (linux-386-cgo), const SIOCGIFTXQLEN = 35138
 24179  pkg syscall (linux-386-cgo), const SIOCGPGRP = 35076
 24180  pkg syscall (linux-386-cgo), const SIOCGRARP = 35169
 24181  pkg syscall (linux-386-cgo), const SIOCGSTAMP = 35078
 24182  pkg syscall (linux-386-cgo), const SIOCGSTAMPNS = 35079
 24183  pkg syscall (linux-386-cgo), const SIOCPROTOPRIVATE = 35296
 24184  pkg syscall (linux-386-cgo), const SIOCRTMSG = 35085
 24185  pkg syscall (linux-386-cgo), const SIOCSARP = 35157
 24186  pkg syscall (linux-386-cgo), const SIOCSIFADDR = 35094
 24187  pkg syscall (linux-386-cgo), const SIOCSIFBR = 35137
 24188  pkg syscall (linux-386-cgo), const SIOCSIFBRDADDR = 35098
 24189  pkg syscall (linux-386-cgo), const SIOCSIFDSTADDR = 35096
 24190  pkg syscall (linux-386-cgo), const SIOCSIFENCAP = 35110
 24191  pkg syscall (linux-386-cgo), const SIOCSIFFLAGS = 35092
 24192  pkg syscall (linux-386-cgo), const SIOCSIFHWADDR = 35108
 24193  pkg syscall (linux-386-cgo), const SIOCSIFHWBROADCAST = 35127
 24194  pkg syscall (linux-386-cgo), const SIOCSIFLINK = 35089
 24195  pkg syscall (linux-386-cgo), const SIOCSIFMAP = 35185
 24196  pkg syscall (linux-386-cgo), const SIOCSIFMEM = 35104
 24197  pkg syscall (linux-386-cgo), const SIOCSIFMETRIC = 35102
 24198  pkg syscall (linux-386-cgo), const SIOCSIFMTU = 35106
 24199  pkg syscall (linux-386-cgo), const SIOCSIFNAME = 35107
 24200  pkg syscall (linux-386-cgo), const SIOCSIFNETMASK = 35100
 24201  pkg syscall (linux-386-cgo), const SIOCSIFPFLAGS = 35124
 24202  pkg syscall (linux-386-cgo), const SIOCSIFSLAVE = 35120
 24203  pkg syscall (linux-386-cgo), const SIOCSIFTXQLEN = 35139
 24204  pkg syscall (linux-386-cgo), const SIOCSPGRP = 35074
 24205  pkg syscall (linux-386-cgo), const SIOCSRARP = 35170
 24206  pkg syscall (linux-386-cgo), const SOCK_CLOEXEC = 524288
 24207  pkg syscall (linux-386-cgo), const SOCK_DCCP = 6
 24208  pkg syscall (linux-386-cgo), const SOCK_NONBLOCK = 2048
 24209  pkg syscall (linux-386-cgo), const SOCK_PACKET = 10
 24210  pkg syscall (linux-386-cgo), const SOCK_RDM = 4
 24211  pkg syscall (linux-386-cgo), const SOL_AAL = 265
 24212  pkg syscall (linux-386-cgo), const SOL_ATM = 264
 24213  pkg syscall (linux-386-cgo), const SOL_DECNET = 261
 24214  pkg syscall (linux-386-cgo), const SOL_ICMPV6 = 58
 24215  pkg syscall (linux-386-cgo), const SOL_IP = 0
 24216  pkg syscall (linux-386-cgo), const SOL_IPV6 = 41
 24217  pkg syscall (linux-386-cgo), const SOL_IRDA = 266
 24218  pkg syscall (linux-386-cgo), const SOL_PACKET = 263
 24219  pkg syscall (linux-386-cgo), const SOL_RAW = 255
 24220  pkg syscall (linux-386-cgo), const SOL_SOCKET = 1
 24221  pkg syscall (linux-386-cgo), const SOL_TCP = 6
 24222  pkg syscall (linux-386-cgo), const SOL_X25 = 262
 24223  pkg syscall (linux-386-cgo), const SOMAXCONN = 128
 24224  pkg syscall (linux-386-cgo), const SO_ACCEPTCONN = 30
 24225  pkg syscall (linux-386-cgo), const SO_ATTACH_FILTER = 26
 24226  pkg syscall (linux-386-cgo), const SO_BINDTODEVICE = 25
 24227  pkg syscall (linux-386-cgo), const SO_BROADCAST = 6
 24228  pkg syscall (linux-386-cgo), const SO_BSDCOMPAT = 14
 24229  pkg syscall (linux-386-cgo), const SO_DEBUG = 1
 24230  pkg syscall (linux-386-cgo), const SO_DETACH_FILTER = 27
 24231  pkg syscall (linux-386-cgo), const SO_DOMAIN = 39
 24232  pkg syscall (linux-386-cgo), const SO_DONTROUTE = 5
 24233  pkg syscall (linux-386-cgo), const SO_ERROR = 4
 24234  pkg syscall (linux-386-cgo), const SO_KEEPALIVE = 9
 24235  pkg syscall (linux-386-cgo), const SO_LINGER = 13
 24236  pkg syscall (linux-386-cgo), const SO_MARK = 36
 24237  pkg syscall (linux-386-cgo), const SO_NO_CHECK = 11
 24238  pkg syscall (linux-386-cgo), const SO_OOBINLINE = 10
 24239  pkg syscall (linux-386-cgo), const SO_PASSCRED = 16
 24240  pkg syscall (linux-386-cgo), const SO_PASSSEC = 34
 24241  pkg syscall (linux-386-cgo), const SO_PEERCRED = 17
 24242  pkg syscall (linux-386-cgo), const SO_PEERNAME = 28
 24243  pkg syscall (linux-386-cgo), const SO_PEERSEC = 31
 24244  pkg syscall (linux-386-cgo), const SO_PRIORITY = 12
 24245  pkg syscall (linux-386-cgo), const SO_PROTOCOL = 38
 24246  pkg syscall (linux-386-cgo), const SO_RCVBUF = 8
 24247  pkg syscall (linux-386-cgo), const SO_RCVBUFFORCE = 33
 24248  pkg syscall (linux-386-cgo), const SO_RCVLOWAT = 18
 24249  pkg syscall (linux-386-cgo), const SO_RCVTIMEO = 20
 24250  pkg syscall (linux-386-cgo), const SO_REUSEADDR = 2
 24251  pkg syscall (linux-386-cgo), const SO_RXQ_OVFL = 40
 24252  pkg syscall (linux-386-cgo), const SO_SECURITY_AUTHENTICATION = 22
 24253  pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
 24254  pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
 24255  pkg syscall (linux-386-cgo), const SO_SNDBUF = 7
 24256  pkg syscall (linux-386-cgo), const SO_SNDBUFFORCE = 32
 24257  pkg syscall (linux-386-cgo), const SO_SNDLOWAT = 19
 24258  pkg syscall (linux-386-cgo), const SO_SNDTIMEO = 21
 24259  pkg syscall (linux-386-cgo), const SO_TIMESTAMP = 29
 24260  pkg syscall (linux-386-cgo), const SO_TIMESTAMPING = 37
 24261  pkg syscall (linux-386-cgo), const SO_TIMESTAMPNS = 35
 24262  pkg syscall (linux-386-cgo), const SO_TYPE = 3
 24263  pkg syscall (linux-386-cgo), const SYS_ACCESS = 33
 24264  pkg syscall (linux-386-cgo), const SYS_ACCT = 51
 24265  pkg syscall (linux-386-cgo), const SYS_ADD_KEY = 286
 24266  pkg syscall (linux-386-cgo), const SYS_ADJTIMEX = 124
 24267  pkg syscall (linux-386-cgo), const SYS_AFS_SYSCALL = 137
 24268  pkg syscall (linux-386-cgo), const SYS_ALARM = 27
 24269  pkg syscall (linux-386-cgo), const SYS_BDFLUSH = 134
 24270  pkg syscall (linux-386-cgo), const SYS_BREAK = 17
 24271  pkg syscall (linux-386-cgo), const SYS_BRK = 45
 24272  pkg syscall (linux-386-cgo), const SYS_CAPGET = 184
 24273  pkg syscall (linux-386-cgo), const SYS_CAPSET = 185
 24274  pkg syscall (linux-386-cgo), const SYS_CHDIR = 12
 24275  pkg syscall (linux-386-cgo), const SYS_CHMOD = 15
 24276  pkg syscall (linux-386-cgo), const SYS_CHOWN = 182
 24277  pkg syscall (linux-386-cgo), const SYS_CHOWN32 = 212
 24278  pkg syscall (linux-386-cgo), const SYS_CHROOT = 61
 24279  pkg syscall (linux-386-cgo), const SYS_CLOCK_GETRES = 266
 24280  pkg syscall (linux-386-cgo), const SYS_CLOCK_GETTIME = 265
 24281  pkg syscall (linux-386-cgo), const SYS_CLOCK_NANOSLEEP = 267
 24282  pkg syscall (linux-386-cgo), const SYS_CLOCK_SETTIME = 264
 24283  pkg syscall (linux-386-cgo), const SYS_CLONE = 120
 24284  pkg syscall (linux-386-cgo), const SYS_CLOSE = 6
 24285  pkg syscall (linux-386-cgo), const SYS_CREAT = 8
 24286  pkg syscall (linux-386-cgo), const SYS_CREATE_MODULE = 127
 24287  pkg syscall (linux-386-cgo), const SYS_DELETE_MODULE = 129
 24288  pkg syscall (linux-386-cgo), const SYS_DUP = 41
 24289  pkg syscall (linux-386-cgo), const SYS_DUP2 = 63
 24290  pkg syscall (linux-386-cgo), const SYS_DUP3 = 330
 24291  pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE = 254
 24292  pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE1 = 329
 24293  pkg syscall (linux-386-cgo), const SYS_EPOLL_CTL = 255
 24294  pkg syscall (linux-386-cgo), const SYS_EPOLL_PWAIT = 319
 24295  pkg syscall (linux-386-cgo), const SYS_EPOLL_WAIT = 256
 24296  pkg syscall (linux-386-cgo), const SYS_EVENTFD = 323
 24297  pkg syscall (linux-386-cgo), const SYS_EVENTFD2 = 328
 24298  pkg syscall (linux-386-cgo), const SYS_EXECVE = 11
 24299  pkg syscall (linux-386-cgo), const SYS_EXIT = 1
 24300  pkg syscall (linux-386-cgo), const SYS_EXIT_GROUP = 252
 24301  pkg syscall (linux-386-cgo), const SYS_FACCESSAT = 307
 24302  pkg syscall (linux-386-cgo), const SYS_FADVISE64 = 250
 24303  pkg syscall (linux-386-cgo), const SYS_FADVISE64_64 = 272
 24304  pkg syscall (linux-386-cgo), const SYS_FALLOCATE = 324
 24305  pkg syscall (linux-386-cgo), const SYS_FANOTIFY_INIT = 338
 24306  pkg syscall (linux-386-cgo), const SYS_FANOTIFY_MARK = 339
 24307  pkg syscall (linux-386-cgo), const SYS_FCHDIR = 133
 24308  pkg syscall (linux-386-cgo), const SYS_FCHMOD = 94
 24309  pkg syscall (linux-386-cgo), const SYS_FCHMODAT = 306
 24310  pkg syscall (linux-386-cgo), const SYS_FCHOWN = 95
 24311  pkg syscall (linux-386-cgo), const SYS_FCHOWN32 = 207
 24312  pkg syscall (linux-386-cgo), const SYS_FCHOWNAT = 298
 24313  pkg syscall (linux-386-cgo), const SYS_FCNTL = 55
 24314  pkg syscall (linux-386-cgo), const SYS_FCNTL64 = 221
 24315  pkg syscall (linux-386-cgo), const SYS_FDATASYNC = 148
 24316  pkg syscall (linux-386-cgo), const SYS_FGETXATTR = 231
 24317  pkg syscall (linux-386-cgo), const SYS_FLISTXATTR = 234
 24318  pkg syscall (linux-386-cgo), const SYS_FLOCK = 143
 24319  pkg syscall (linux-386-cgo), const SYS_FORK = 2
 24320  pkg syscall (linux-386-cgo), const SYS_FREMOVEXATTR = 237
 24321  pkg syscall (linux-386-cgo), const SYS_FSETXATTR = 228
 24322  pkg syscall (linux-386-cgo), const SYS_FSTAT = 108
 24323  pkg syscall (linux-386-cgo), const SYS_FSTAT64 = 197
 24324  pkg syscall (linux-386-cgo), const SYS_FSTATAT64 = 300
 24325  pkg syscall (linux-386-cgo), const SYS_FSTATFS = 100
 24326  pkg syscall (linux-386-cgo), const SYS_FSTATFS64 = 269
 24327  pkg syscall (linux-386-cgo), const SYS_FSYNC = 118
 24328  pkg syscall (linux-386-cgo), const SYS_FTIME = 35
 24329  pkg syscall (linux-386-cgo), const SYS_FTRUNCATE = 93
 24330  pkg syscall (linux-386-cgo), const SYS_FTRUNCATE64 = 194
 24331  pkg syscall (linux-386-cgo), const SYS_FUTEX = 240
 24332  pkg syscall (linux-386-cgo), const SYS_FUTIMESAT = 299
 24333  pkg syscall (linux-386-cgo), const SYS_GETCPU = 318
 24334  pkg syscall (linux-386-cgo), const SYS_GETCWD = 183
 24335  pkg syscall (linux-386-cgo), const SYS_GETDENTS = 141
 24336  pkg syscall (linux-386-cgo), const SYS_GETDENTS64 = 220
 24337  pkg syscall (linux-386-cgo), const SYS_GETEGID = 50
 24338  pkg syscall (linux-386-cgo), const SYS_GETEGID32 = 202
 24339  pkg syscall (linux-386-cgo), const SYS_GETEUID = 49
 24340  pkg syscall (linux-386-cgo), const SYS_GETEUID32 = 201
 24341  pkg syscall (linux-386-cgo), const SYS_GETGID = 47
 24342  pkg syscall (linux-386-cgo), const SYS_GETGID32 = 200
 24343  pkg syscall (linux-386-cgo), const SYS_GETGROUPS = 80
 24344  pkg syscall (linux-386-cgo), const SYS_GETGROUPS32 = 205
 24345  pkg syscall (linux-386-cgo), const SYS_GETITIMER = 105
 24346  pkg syscall (linux-386-cgo), const SYS_GETPGID = 132
 24347  pkg syscall (linux-386-cgo), const SYS_GETPGRP = 65
 24348  pkg syscall (linux-386-cgo), const SYS_GETPID = 20
 24349  pkg syscall (linux-386-cgo), const SYS_GETPMSG = 188
 24350  pkg syscall (linux-386-cgo), const SYS_GETPPID = 64
 24351  pkg syscall (linux-386-cgo), const SYS_GETPRIORITY = 96
 24352  pkg syscall (linux-386-cgo), const SYS_GETRESGID = 171
 24353  pkg syscall (linux-386-cgo), const SYS_GETRESGID32 = 211
 24354  pkg syscall (linux-386-cgo), const SYS_GETRESUID = 165
 24355  pkg syscall (linux-386-cgo), const SYS_GETRESUID32 = 209
 24356  pkg syscall (linux-386-cgo), const SYS_GETRLIMIT = 76
 24357  pkg syscall (linux-386-cgo), const SYS_GETRUSAGE = 77
 24358  pkg syscall (linux-386-cgo), const SYS_GETSID = 147
 24359  pkg syscall (linux-386-cgo), const SYS_GETTID = 224
 24360  pkg syscall (linux-386-cgo), const SYS_GETTIMEOFDAY = 78
 24361  pkg syscall (linux-386-cgo), const SYS_GETUID = 24
 24362  pkg syscall (linux-386-cgo), const SYS_GETUID32 = 199
 24363  pkg syscall (linux-386-cgo), const SYS_GETXATTR = 229
 24364  pkg syscall (linux-386-cgo), const SYS_GET_KERNEL_SYMS = 130
 24365  pkg syscall (linux-386-cgo), const SYS_GET_MEMPOLICY = 275
 24366  pkg syscall (linux-386-cgo), const SYS_GET_ROBUST_LIST = 312
 24367  pkg syscall (linux-386-cgo), const SYS_GET_THREAD_AREA = 244
 24368  pkg syscall (linux-386-cgo), const SYS_GTTY = 32
 24369  pkg syscall (linux-386-cgo), const SYS_IDLE = 112
 24370  pkg syscall (linux-386-cgo), const SYS_INIT_MODULE = 128
 24371  pkg syscall (linux-386-cgo), const SYS_INOTIFY_ADD_WATCH = 292
 24372  pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT = 291
 24373  pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT1 = 332
 24374  pkg syscall (linux-386-cgo), const SYS_INOTIFY_RM_WATCH = 293
 24375  pkg syscall (linux-386-cgo), const SYS_IOCTL = 54
 24376  pkg syscall (linux-386-cgo), const SYS_IOPERM = 101
 24377  pkg syscall (linux-386-cgo), const SYS_IOPL = 110
 24378  pkg syscall (linux-386-cgo), const SYS_IOPRIO_GET = 290
 24379  pkg syscall (linux-386-cgo), const SYS_IOPRIO_SET = 289
 24380  pkg syscall (linux-386-cgo), const SYS_IO_CANCEL = 249
 24381  pkg syscall (linux-386-cgo), const SYS_IO_DESTROY = 246
 24382  pkg syscall (linux-386-cgo), const SYS_IO_GETEVENTS = 247
 24383  pkg syscall (linux-386-cgo), const SYS_IO_SETUP = 245
 24384  pkg syscall (linux-386-cgo), const SYS_IO_SUBMIT = 248
 24385  pkg syscall (linux-386-cgo), const SYS_IPC = 117
 24386  pkg syscall (linux-386-cgo), const SYS_KEXEC_LOAD = 283
 24387  pkg syscall (linux-386-cgo), const SYS_KEYCTL = 288
 24388  pkg syscall (linux-386-cgo), const SYS_KILL = 37
 24389  pkg syscall (linux-386-cgo), const SYS_LCHOWN = 16
 24390  pkg syscall (linux-386-cgo), const SYS_LCHOWN32 = 198
 24391  pkg syscall (linux-386-cgo), const SYS_LGETXATTR = 230
 24392  pkg syscall (linux-386-cgo), const SYS_LINK = 9
 24393  pkg syscall (linux-386-cgo), const SYS_LINKAT = 303
 24394  pkg syscall (linux-386-cgo), const SYS_LISTXATTR = 232
 24395  pkg syscall (linux-386-cgo), const SYS_LLISTXATTR = 233
 24396  pkg syscall (linux-386-cgo), const SYS_LOCK = 53
 24397  pkg syscall (linux-386-cgo), const SYS_LOOKUP_DCOOKIE = 253
 24398  pkg syscall (linux-386-cgo), const SYS_LREMOVEXATTR = 236
 24399  pkg syscall (linux-386-cgo), const SYS_LSEEK = 19
 24400  pkg syscall (linux-386-cgo), const SYS_LSETXATTR = 227
 24401  pkg syscall (linux-386-cgo), const SYS_LSTAT = 107
 24402  pkg syscall (linux-386-cgo), const SYS_LSTAT64 = 196
 24403  pkg syscall (linux-386-cgo), const SYS_MADVISE = 219
 24404  pkg syscall (linux-386-cgo), const SYS_MADVISE1 = 219
 24405  pkg syscall (linux-386-cgo), const SYS_MBIND = 274
 24406  pkg syscall (linux-386-cgo), const SYS_MIGRATE_PAGES = 294
 24407  pkg syscall (linux-386-cgo), const SYS_MINCORE = 218
 24408  pkg syscall (linux-386-cgo), const SYS_MKDIR = 39
 24409  pkg syscall (linux-386-cgo), const SYS_MKDIRAT = 296
 24410  pkg syscall (linux-386-cgo), const SYS_MKNOD = 14
 24411  pkg syscall (linux-386-cgo), const SYS_MKNODAT = 297
 24412  pkg syscall (linux-386-cgo), const SYS_MLOCK = 150
 24413  pkg syscall (linux-386-cgo), const SYS_MLOCKALL = 152
 24414  pkg syscall (linux-386-cgo), const SYS_MMAP = 90
 24415  pkg syscall (linux-386-cgo), const SYS_MMAP2 = 192
 24416  pkg syscall (linux-386-cgo), const SYS_MODIFY_LDT = 123
 24417  pkg syscall (linux-386-cgo), const SYS_MOUNT = 21
 24418  pkg syscall (linux-386-cgo), const SYS_MOVE_PAGES = 317
 24419  pkg syscall (linux-386-cgo), const SYS_MPROTECT = 125
 24420  pkg syscall (linux-386-cgo), const SYS_MPX = 56
 24421  pkg syscall (linux-386-cgo), const SYS_MQ_GETSETATTR = 282
 24422  pkg syscall (linux-386-cgo), const SYS_MQ_NOTIFY = 281
 24423  pkg syscall (linux-386-cgo), const SYS_MQ_OPEN = 277
 24424  pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDRECEIVE = 280
 24425  pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDSEND = 279
 24426  pkg syscall (linux-386-cgo), const SYS_MQ_UNLINK = 278
 24427  pkg syscall (linux-386-cgo), const SYS_MREMAP = 163
 24428  pkg syscall (linux-386-cgo), const SYS_MSYNC = 144
 24429  pkg syscall (linux-386-cgo), const SYS_MUNLOCK = 151
 24430  pkg syscall (linux-386-cgo), const SYS_MUNLOCKALL = 153
 24431  pkg syscall (linux-386-cgo), const SYS_MUNMAP = 91
 24432  pkg syscall (linux-386-cgo), const SYS_NANOSLEEP = 162
 24433  pkg syscall (linux-386-cgo), const SYS_NFSSERVCTL = 169
 24434  pkg syscall (linux-386-cgo), const SYS_NICE = 34
 24435  pkg syscall (linux-386-cgo), const SYS_OLDFSTAT = 28
 24436  pkg syscall (linux-386-cgo), const SYS_OLDLSTAT = 84
 24437  pkg syscall (linux-386-cgo), const SYS_OLDOLDUNAME = 59
 24438  pkg syscall (linux-386-cgo), const SYS_OLDSTAT = 18
 24439  pkg syscall (linux-386-cgo), const SYS_OLDUNAME = 109
 24440  pkg syscall (linux-386-cgo), const SYS_OPEN = 5
 24441  pkg syscall (linux-386-cgo), const SYS_OPENAT = 295
 24442  pkg syscall (linux-386-cgo), const SYS_PAUSE = 29
 24443  pkg syscall (linux-386-cgo), const SYS_PERF_EVENT_OPEN = 336
 24444  pkg syscall (linux-386-cgo), const SYS_PERSONALITY = 136
 24445  pkg syscall (linux-386-cgo), const SYS_PIPE = 42
 24446  pkg syscall (linux-386-cgo), const SYS_PIPE2 = 331
 24447  pkg syscall (linux-386-cgo), const SYS_PIVOT_ROOT = 217
 24448  pkg syscall (linux-386-cgo), const SYS_POLL = 168
 24449  pkg syscall (linux-386-cgo), const SYS_PPOLL = 309
 24450  pkg syscall (linux-386-cgo), const SYS_PRCTL = 172
 24451  pkg syscall (linux-386-cgo), const SYS_PREAD64 = 180
 24452  pkg syscall (linux-386-cgo), const SYS_PREADV = 333
 24453  pkg syscall (linux-386-cgo), const SYS_PRLIMIT64 = 340
 24454  pkg syscall (linux-386-cgo), const SYS_PROF = 44
 24455  pkg syscall (linux-386-cgo), const SYS_PROFIL = 98
 24456  pkg syscall (linux-386-cgo), const SYS_PSELECT6 = 308
 24457  pkg syscall (linux-386-cgo), const SYS_PTRACE = 26
 24458  pkg syscall (linux-386-cgo), const SYS_PUTPMSG = 189
 24459  pkg syscall (linux-386-cgo), const SYS_PWRITE64 = 181
 24460  pkg syscall (linux-386-cgo), const SYS_PWRITEV = 334
 24461  pkg syscall (linux-386-cgo), const SYS_QUERY_MODULE = 167
 24462  pkg syscall (linux-386-cgo), const SYS_QUOTACTL = 131
 24463  pkg syscall (linux-386-cgo), const SYS_READ = 3
 24464  pkg syscall (linux-386-cgo), const SYS_READAHEAD = 225
 24465  pkg syscall (linux-386-cgo), const SYS_READDIR = 89
 24466  pkg syscall (linux-386-cgo), const SYS_READLINK = 85
 24467  pkg syscall (linux-386-cgo), const SYS_READLINKAT = 305
 24468  pkg syscall (linux-386-cgo), const SYS_READV = 145
 24469  pkg syscall (linux-386-cgo), const SYS_REBOOT = 88
 24470  pkg syscall (linux-386-cgo), const SYS_RECVMMSG = 337
 24471  pkg syscall (linux-386-cgo), const SYS_REMAP_FILE_PAGES = 257
 24472  pkg syscall (linux-386-cgo), const SYS_REMOVEXATTR = 235
 24473  pkg syscall (linux-386-cgo), const SYS_RENAME = 38
 24474  pkg syscall (linux-386-cgo), const SYS_RENAMEAT = 302
 24475  pkg syscall (linux-386-cgo), const SYS_REQUEST_KEY = 287
 24476  pkg syscall (linux-386-cgo), const SYS_RESTART_SYSCALL = 0
 24477  pkg syscall (linux-386-cgo), const SYS_RMDIR = 40
 24478  pkg syscall (linux-386-cgo), const SYS_RT_SIGACTION = 174
 24479  pkg syscall (linux-386-cgo), const SYS_RT_SIGPENDING = 176
 24480  pkg syscall (linux-386-cgo), const SYS_RT_SIGPROCMASK = 175
 24481  pkg syscall (linux-386-cgo), const SYS_RT_SIGQUEUEINFO = 178
 24482  pkg syscall (linux-386-cgo), const SYS_RT_SIGRETURN = 173
 24483  pkg syscall (linux-386-cgo), const SYS_RT_SIGSUSPEND = 179
 24484  pkg syscall (linux-386-cgo), const SYS_RT_SIGTIMEDWAIT = 177
 24485  pkg syscall (linux-386-cgo), const SYS_RT_TGSIGQUEUEINFO = 335
 24486  pkg syscall (linux-386-cgo), const SYS_SCHED_GETAFFINITY = 242
 24487  pkg syscall (linux-386-cgo), const SYS_SCHED_GETPARAM = 155
 24488  pkg syscall (linux-386-cgo), const SYS_SCHED_GETSCHEDULER = 157
 24489  pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
 24490  pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
 24491  pkg syscall (linux-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
 24492  pkg syscall (linux-386-cgo), const SYS_SCHED_SETAFFINITY = 241
 24493  pkg syscall (linux-386-cgo), const SYS_SCHED_SETPARAM = 154
 24494  pkg syscall (linux-386-cgo), const SYS_SCHED_SETSCHEDULER = 156
 24495  pkg syscall (linux-386-cgo), const SYS_SCHED_YIELD = 158
 24496  pkg syscall (linux-386-cgo), const SYS_SELECT = 82
 24497  pkg syscall (linux-386-cgo), const SYS_SENDFILE = 187
 24498  pkg syscall (linux-386-cgo), const SYS_SENDFILE64 = 239
 24499  pkg syscall (linux-386-cgo), const SYS_SETDOMAINNAME = 121
 24500  pkg syscall (linux-386-cgo), const SYS_SETFSGID = 139
 24501  pkg syscall (linux-386-cgo), const SYS_SETFSGID32 = 216
 24502  pkg syscall (linux-386-cgo), const SYS_SETFSUID = 138
 24503  pkg syscall (linux-386-cgo), const SYS_SETFSUID32 = 215
 24504  pkg syscall (linux-386-cgo), const SYS_SETGID = 46
 24505  pkg syscall (linux-386-cgo), const SYS_SETGID32 = 214
 24506  pkg syscall (linux-386-cgo), const SYS_SETGROUPS = 81
 24507  pkg syscall (linux-386-cgo), const SYS_SETGROUPS32 = 206
 24508  pkg syscall (linux-386-cgo), const SYS_SETHOSTNAME = 74
 24509  pkg syscall (linux-386-cgo), const SYS_SETITIMER = 104
 24510  pkg syscall (linux-386-cgo), const SYS_SETPGID = 57
 24511  pkg syscall (linux-386-cgo), const SYS_SETPRIORITY = 97
 24512  pkg syscall (linux-386-cgo), const SYS_SETREGID = 71
 24513  pkg syscall (linux-386-cgo), const SYS_SETREGID32 = 204
 24514  pkg syscall (linux-386-cgo), const SYS_SETRESGID = 170
 24515  pkg syscall (linux-386-cgo), const SYS_SETRESGID32 = 210
 24516  pkg syscall (linux-386-cgo), const SYS_SETRESUID = 164
 24517  pkg syscall (linux-386-cgo), const SYS_SETRESUID32 = 208
 24518  pkg syscall (linux-386-cgo), const SYS_SETREUID = 70
 24519  pkg syscall (linux-386-cgo), const SYS_SETREUID32 = 203
 24520  pkg syscall (linux-386-cgo), const SYS_SETRLIMIT = 75
 24521  pkg syscall (linux-386-cgo), const SYS_SETSID = 66
 24522  pkg syscall (linux-386-cgo), const SYS_SETTIMEOFDAY = 79
 24523  pkg syscall (linux-386-cgo), const SYS_SETUID = 23
 24524  pkg syscall (linux-386-cgo), const SYS_SETUID32 = 213
 24525  pkg syscall (linux-386-cgo), const SYS_SETXATTR = 226
 24526  pkg syscall (linux-386-cgo), const SYS_SET_MEMPOLICY = 276
 24527  pkg syscall (linux-386-cgo), const SYS_SET_ROBUST_LIST = 311
 24528  pkg syscall (linux-386-cgo), const SYS_SET_THREAD_AREA = 243
 24529  pkg syscall (linux-386-cgo), const SYS_SET_TID_ADDRESS = 258
 24530  pkg syscall (linux-386-cgo), const SYS_SGETMASK = 68
 24531  pkg syscall (linux-386-cgo), const SYS_SIGACTION = 67
 24532  pkg syscall (linux-386-cgo), const SYS_SIGALTSTACK = 186
 24533  pkg syscall (linux-386-cgo), const SYS_SIGNAL = 48
 24534  pkg syscall (linux-386-cgo), const SYS_SIGNALFD = 321
 24535  pkg syscall (linux-386-cgo), const SYS_SIGNALFD4 = 327
 24536  pkg syscall (linux-386-cgo), const SYS_SIGPENDING = 73
 24537  pkg syscall (linux-386-cgo), const SYS_SIGPROCMASK = 126
 24538  pkg syscall (linux-386-cgo), const SYS_SIGRETURN = 119
 24539  pkg syscall (linux-386-cgo), const SYS_SIGSUSPEND = 72
 24540  pkg syscall (linux-386-cgo), const SYS_SOCKETCALL = 102
 24541  pkg syscall (linux-386-cgo), const SYS_SPLICE = 313
 24542  pkg syscall (linux-386-cgo), const SYS_SSETMASK = 69
 24543  pkg syscall (linux-386-cgo), const SYS_STAT = 106
 24544  pkg syscall (linux-386-cgo), const SYS_STAT64 = 195
 24545  pkg syscall (linux-386-cgo), const SYS_STATFS = 99
 24546  pkg syscall (linux-386-cgo), const SYS_STATFS64 = 268
 24547  pkg syscall (linux-386-cgo), const SYS_STIME = 25
 24548  pkg syscall (linux-386-cgo), const SYS_STTY = 31
 24549  pkg syscall (linux-386-cgo), const SYS_SWAPOFF = 115
 24550  pkg syscall (linux-386-cgo), const SYS_SWAPON = 87
 24551  pkg syscall (linux-386-cgo), const SYS_SYMLINK = 83
 24552  pkg syscall (linux-386-cgo), const SYS_SYMLINKAT = 304
 24553  pkg syscall (linux-386-cgo), const SYS_SYNC = 36
 24554  pkg syscall (linux-386-cgo), const SYS_SYNC_FILE_RANGE = 314
 24555  pkg syscall (linux-386-cgo), const SYS_SYSFS = 135
 24556  pkg syscall (linux-386-cgo), const SYS_SYSINFO = 116
 24557  pkg syscall (linux-386-cgo), const SYS_SYSLOG = 103
 24558  pkg syscall (linux-386-cgo), const SYS_TEE = 315
 24559  pkg syscall (linux-386-cgo), const SYS_TGKILL = 270
 24560  pkg syscall (linux-386-cgo), const SYS_TIME = 13
 24561  pkg syscall (linux-386-cgo), const SYS_TIMERFD_CREATE = 322
 24562  pkg syscall (linux-386-cgo), const SYS_TIMERFD_GETTIME = 326
 24563  pkg syscall (linux-386-cgo), const SYS_TIMERFD_SETTIME = 325
 24564  pkg syscall (linux-386-cgo), const SYS_TIMER_CREATE = 259
 24565  pkg syscall (linux-386-cgo), const SYS_TIMER_DELETE = 263
 24566  pkg syscall (linux-386-cgo), const SYS_TIMER_GETOVERRUN = 262
 24567  pkg syscall (linux-386-cgo), const SYS_TIMER_GETTIME = 261
 24568  pkg syscall (linux-386-cgo), const SYS_TIMER_SETTIME = 260
 24569  pkg syscall (linux-386-cgo), const SYS_TIMES = 43
 24570  pkg syscall (linux-386-cgo), const SYS_TKILL = 238
 24571  pkg syscall (linux-386-cgo), const SYS_TRUNCATE = 92
 24572  pkg syscall (linux-386-cgo), const SYS_TRUNCATE64 = 193
 24573  pkg syscall (linux-386-cgo), const SYS_UGETRLIMIT = 191
 24574  pkg syscall (linux-386-cgo), const SYS_ULIMIT = 58
 24575  pkg syscall (linux-386-cgo), const SYS_UMASK = 60
 24576  pkg syscall (linux-386-cgo), const SYS_UMOUNT = 22
 24577  pkg syscall (linux-386-cgo), const SYS_UMOUNT2 = 52
 24578  pkg syscall (linux-386-cgo), const SYS_UNAME = 122
 24579  pkg syscall (linux-386-cgo), const SYS_UNLINK = 10
 24580  pkg syscall (linux-386-cgo), const SYS_UNLINKAT = 301
 24581  pkg syscall (linux-386-cgo), const SYS_UNSHARE = 310
 24582  pkg syscall (linux-386-cgo), const SYS_USELIB = 86
 24583  pkg syscall (linux-386-cgo), const SYS_USTAT = 62
 24584  pkg syscall (linux-386-cgo), const SYS_UTIME = 30
 24585  pkg syscall (linux-386-cgo), const SYS_UTIMENSAT = 320
 24586  pkg syscall (linux-386-cgo), const SYS_UTIMES = 271
 24587  pkg syscall (linux-386-cgo), const SYS_VFORK = 190
 24588  pkg syscall (linux-386-cgo), const SYS_VHANGUP = 111
 24589  pkg syscall (linux-386-cgo), const SYS_VM86 = 166
 24590  pkg syscall (linux-386-cgo), const SYS_VM86OLD = 113
 24591  pkg syscall (linux-386-cgo), const SYS_VMSPLICE = 316
 24592  pkg syscall (linux-386-cgo), const SYS_VSERVER = 273
 24593  pkg syscall (linux-386-cgo), const SYS_WAIT4 = 114
 24594  pkg syscall (linux-386-cgo), const SYS_WAITID = 284
 24595  pkg syscall (linux-386-cgo), const SYS_WAITPID = 7
 24596  pkg syscall (linux-386-cgo), const SYS_WRITE = 4
 24597  pkg syscall (linux-386-cgo), const SYS_WRITEV = 146
 24598  pkg syscall (linux-386-cgo), const SYS__LLSEEK = 140
 24599  pkg syscall (linux-386-cgo), const SYS__NEWSELECT = 142
 24600  pkg syscall (linux-386-cgo), const SYS__SYSCTL = 149
 24601  pkg syscall (linux-386-cgo), const S_BLKSIZE = 512
 24602  pkg syscall (linux-386-cgo), const S_IEXEC = 64
 24603  pkg syscall (linux-386-cgo), const S_IFMT = 61440
 24604  pkg syscall (linux-386-cgo), const S_IREAD = 256
 24605  pkg syscall (linux-386-cgo), const S_IRGRP = 32
 24606  pkg syscall (linux-386-cgo), const S_IROTH = 4
 24607  pkg syscall (linux-386-cgo), const S_IRWXG = 56
 24608  pkg syscall (linux-386-cgo), const S_IRWXO = 7
 24609  pkg syscall (linux-386-cgo), const S_IRWXU = 448
 24610  pkg syscall (linux-386-cgo), const S_IWGRP = 16
 24611  pkg syscall (linux-386-cgo), const S_IWOTH = 2
 24612  pkg syscall (linux-386-cgo), const S_IWRITE = 128
 24613  pkg syscall (linux-386-cgo), const S_IXGRP = 8
 24614  pkg syscall (linux-386-cgo), const S_IXOTH = 1
 24615  pkg syscall (linux-386-cgo), const SizeofCmsghdr = 12
 24616  pkg syscall (linux-386-cgo), const SizeofIPMreq = 8
 24617  pkg syscall (linux-386-cgo), const SizeofIPMreqn = 12
 24618  pkg syscall (linux-386-cgo), const SizeofIPv6Mreq = 20
 24619  pkg syscall (linux-386-cgo), const SizeofIfAddrmsg = 8
 24620  pkg syscall (linux-386-cgo), const SizeofIfInfomsg = 16
 24621  pkg syscall (linux-386-cgo), const SizeofInet4Pktinfo = 12
 24622  pkg syscall (linux-386-cgo), const SizeofInet6Pktinfo = 20
 24623  pkg syscall (linux-386-cgo), const SizeofInotifyEvent = 16
 24624  pkg syscall (linux-386-cgo), const SizeofLinger = 8
 24625  pkg syscall (linux-386-cgo), const SizeofMsghdr = 28
 24626  pkg syscall (linux-386-cgo), const SizeofNlAttr = 4
 24627  pkg syscall (linux-386-cgo), const SizeofNlMsgerr = 20
 24628  pkg syscall (linux-386-cgo), const SizeofNlMsghdr = 16
 24629  pkg syscall (linux-386-cgo), const SizeofRtAttr = 4
 24630  pkg syscall (linux-386-cgo), const SizeofRtGenmsg = 1
 24631  pkg syscall (linux-386-cgo), const SizeofRtMsg = 12
 24632  pkg syscall (linux-386-cgo), const SizeofRtNexthop = 8
 24633  pkg syscall (linux-386-cgo), const SizeofSockFilter = 8
 24634  pkg syscall (linux-386-cgo), const SizeofSockFprog = 8
 24635  pkg syscall (linux-386-cgo), const SizeofSockaddrAny = 112
 24636  pkg syscall (linux-386-cgo), const SizeofSockaddrInet4 = 16
 24637  pkg syscall (linux-386-cgo), const SizeofSockaddrInet6 = 28
 24638  pkg syscall (linux-386-cgo), const SizeofSockaddrLinklayer = 20
 24639  pkg syscall (linux-386-cgo), const SizeofSockaddrNetlink = 12
 24640  pkg syscall (linux-386-cgo), const SizeofSockaddrUnix = 110
 24641  pkg syscall (linux-386-cgo), const SizeofTCPInfo = 104
 24642  pkg syscall (linux-386-cgo), const SizeofTCPInfo ideal-int
 24643  pkg syscall (linux-386-cgo), const SizeofUcred = 12
 24644  pkg syscall (linux-386-cgo), const TCGETS = 21505
 24645  pkg syscall (linux-386-cgo), const TCP_CONGESTION = 13
 24646  pkg syscall (linux-386-cgo), const TCP_CORK = 3
 24647  pkg syscall (linux-386-cgo), const TCP_DEFER_ACCEPT = 9
 24648  pkg syscall (linux-386-cgo), const TCP_INFO = 11
 24649  pkg syscall (linux-386-cgo), const TCP_KEEPCNT = 6
 24650  pkg syscall (linux-386-cgo), const TCP_KEEPIDLE = 4
 24651  pkg syscall (linux-386-cgo), const TCP_KEEPINTVL = 5
 24652  pkg syscall (linux-386-cgo), const TCP_LINGER2 = 8
 24653  pkg syscall (linux-386-cgo), const TCP_MAXSEG = 2
 24654  pkg syscall (linux-386-cgo), const TCP_MAXWIN = 65535
 24655  pkg syscall (linux-386-cgo), const TCP_MAX_WINSHIFT = 14
 24656  pkg syscall (linux-386-cgo), const TCP_MD5SIG = 14
 24657  pkg syscall (linux-386-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
 24658  pkg syscall (linux-386-cgo), const TCP_MSS = 512
 24659  pkg syscall (linux-386-cgo), const TCP_QUICKACK = 12
 24660  pkg syscall (linux-386-cgo), const TCP_SYNCNT = 7
 24661  pkg syscall (linux-386-cgo), const TCP_WINDOW_CLAMP = 10
 24662  pkg syscall (linux-386-cgo), const TCSETS = 21506
 24663  pkg syscall (linux-386-cgo), const TIOCCBRK = 21544
 24664  pkg syscall (linux-386-cgo), const TIOCCONS = 21533
 24665  pkg syscall (linux-386-cgo), const TIOCEXCL = 21516
 24666  pkg syscall (linux-386-cgo), const TIOCGDEV = 2147767346
 24667  pkg syscall (linux-386-cgo), const TIOCGETD = 21540
 24668  pkg syscall (linux-386-cgo), const TIOCGICOUNT = 21597
 24669  pkg syscall (linux-386-cgo), const TIOCGLCKTRMIOS = 21590
 24670  pkg syscall (linux-386-cgo), const TIOCGPGRP = 21519
 24671  pkg syscall (linux-386-cgo), const TIOCGPTN = 2147767344
 24672  pkg syscall (linux-386-cgo), const TIOCGRS485 = 21550
 24673  pkg syscall (linux-386-cgo), const TIOCGSERIAL = 21534
 24674  pkg syscall (linux-386-cgo), const TIOCGSID = 21545
 24675  pkg syscall (linux-386-cgo), const TIOCGSOFTCAR = 21529
 24676  pkg syscall (linux-386-cgo), const TIOCGWINSZ = 21523
 24677  pkg syscall (linux-386-cgo), const TIOCINQ = 21531
 24678  pkg syscall (linux-386-cgo), const TIOCLINUX = 21532
 24679  pkg syscall (linux-386-cgo), const TIOCMBIC = 21527
 24680  pkg syscall (linux-386-cgo), const TIOCMBIS = 21526
 24681  pkg syscall (linux-386-cgo), const TIOCMGET = 21525
 24682  pkg syscall (linux-386-cgo), const TIOCMIWAIT = 21596
 24683  pkg syscall (linux-386-cgo), const TIOCMSET = 21528
 24684  pkg syscall (linux-386-cgo), const TIOCM_CAR = 64
 24685  pkg syscall (linux-386-cgo), const TIOCM_CD = 64
 24686  pkg syscall (linux-386-cgo), const TIOCM_CTS = 32
 24687  pkg syscall (linux-386-cgo), const TIOCM_DSR = 256
 24688  pkg syscall (linux-386-cgo), const TIOCM_DTR = 2
 24689  pkg syscall (linux-386-cgo), const TIOCM_LE = 1
 24690  pkg syscall (linux-386-cgo), const TIOCM_RI = 128
 24691  pkg syscall (linux-386-cgo), const TIOCM_RNG = 128
 24692  pkg syscall (linux-386-cgo), const TIOCM_RTS = 4
 24693  pkg syscall (linux-386-cgo), const TIOCM_SR = 16
 24694  pkg syscall (linux-386-cgo), const TIOCM_ST = 8
 24695  pkg syscall (linux-386-cgo), const TIOCNOTTY = 21538
 24696  pkg syscall (linux-386-cgo), const TIOCNXCL = 21517
 24697  pkg syscall (linux-386-cgo), const TIOCOUTQ = 21521
 24698  pkg syscall (linux-386-cgo), const TIOCPKT = 21536
 24699  pkg syscall (linux-386-cgo), const TIOCPKT_DATA = 0
 24700  pkg syscall (linux-386-cgo), const TIOCPKT_DOSTOP = 32
 24701  pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHREAD = 1
 24702  pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHWRITE = 2
 24703  pkg syscall (linux-386-cgo), const TIOCPKT_IOCTL = 64
 24704  pkg syscall (linux-386-cgo), const TIOCPKT_NOSTOP = 16
 24705  pkg syscall (linux-386-cgo), const TIOCPKT_START = 8
 24706  pkg syscall (linux-386-cgo), const TIOCPKT_STOP = 4
 24707  pkg syscall (linux-386-cgo), const TIOCSBRK = 21543
 24708  pkg syscall (linux-386-cgo), const TIOCSCTTY = 21518
 24709  pkg syscall (linux-386-cgo), const TIOCSERCONFIG = 21587
 24710  pkg syscall (linux-386-cgo), const TIOCSERGETLSR = 21593
 24711  pkg syscall (linux-386-cgo), const TIOCSERGETMULTI = 21594
 24712  pkg syscall (linux-386-cgo), const TIOCSERGSTRUCT = 21592
 24713  pkg syscall (linux-386-cgo), const TIOCSERGWILD = 21588
 24714  pkg syscall (linux-386-cgo), const TIOCSERSETMULTI = 21595
 24715  pkg syscall (linux-386-cgo), const TIOCSERSWILD = 21589
 24716  pkg syscall (linux-386-cgo), const TIOCSER_TEMT = 1
 24717  pkg syscall (linux-386-cgo), const TIOCSETD = 21539
 24718  pkg syscall (linux-386-cgo), const TIOCSIG = 1074025526
 24719  pkg syscall (linux-386-cgo), const TIOCSLCKTRMIOS = 21591
 24720  pkg syscall (linux-386-cgo), const TIOCSPGRP = 21520
 24721  pkg syscall (linux-386-cgo), const TIOCSPTLCK = 1074025521
 24722  pkg syscall (linux-386-cgo), const TIOCSRS485 = 21551
 24723  pkg syscall (linux-386-cgo), const TIOCSSERIAL = 21535
 24724  pkg syscall (linux-386-cgo), const TIOCSSOFTCAR = 21530
 24725  pkg syscall (linux-386-cgo), const TIOCSTI = 21522
 24726  pkg syscall (linux-386-cgo), const TIOCSWINSZ = 21524
 24727  pkg syscall (linux-386-cgo), const TOSTOP = 256
 24728  pkg syscall (linux-386-cgo), const TUNATTACHFILTER = 1074287829
 24729  pkg syscall (linux-386-cgo), const TUNDETACHFILTER = 1074287830
 24730  pkg syscall (linux-386-cgo), const TUNGETFEATURES = 2147767503
 24731  pkg syscall (linux-386-cgo), const TUNGETIFF = 2147767506
 24732  pkg syscall (linux-386-cgo), const TUNGETSNDBUF = 2147767507
 24733  pkg syscall (linux-386-cgo), const TUNGETVNETHDRSZ = 2147767511
 24734  pkg syscall (linux-386-cgo), const TUNSETDEBUG = 1074025673
 24735  pkg syscall (linux-386-cgo), const TUNSETGROUP = 1074025678
 24736  pkg syscall (linux-386-cgo), const TUNSETIFF = 1074025674
 24737  pkg syscall (linux-386-cgo), const TUNSETLINK = 1074025677
 24738  pkg syscall (linux-386-cgo), const TUNSETNOCSUM = 1074025672
 24739  pkg syscall (linux-386-cgo), const TUNSETOFFLOAD = 1074025680
 24740  pkg syscall (linux-386-cgo), const TUNSETOWNER = 1074025676
 24741  pkg syscall (linux-386-cgo), const TUNSETPERSIST = 1074025675
 24742  pkg syscall (linux-386-cgo), const TUNSETSNDBUF = 1074025684
 24743  pkg syscall (linux-386-cgo), const TUNSETTXFILTER = 1074025681
 24744  pkg syscall (linux-386-cgo), const TUNSETVNETHDRSZ = 1074025688
 24745  pkg syscall (linux-386-cgo), const VDISCARD = 13
 24746  pkg syscall (linux-386-cgo), const VEOF = 4
 24747  pkg syscall (linux-386-cgo), const VEOL = 11
 24748  pkg syscall (linux-386-cgo), const VEOL2 = 16
 24749  pkg syscall (linux-386-cgo), const VERASE = 2
 24750  pkg syscall (linux-386-cgo), const VINTR = 0
 24751  pkg syscall (linux-386-cgo), const VKILL = 3
 24752  pkg syscall (linux-386-cgo), const VLNEXT = 15
 24753  pkg syscall (linux-386-cgo), const VMIN = 6
 24754  pkg syscall (linux-386-cgo), const VQUIT = 1
 24755  pkg syscall (linux-386-cgo), const VREPRINT = 12
 24756  pkg syscall (linux-386-cgo), const VSTART = 8
 24757  pkg syscall (linux-386-cgo), const VSTOP = 9
 24758  pkg syscall (linux-386-cgo), const VSUSP = 10
 24759  pkg syscall (linux-386-cgo), const VSWTC = 7
 24760  pkg syscall (linux-386-cgo), const VTIME = 5
 24761  pkg syscall (linux-386-cgo), const VWERASE = 14
 24762  pkg syscall (linux-386-cgo), const WALL = 1073741824
 24763  pkg syscall (linux-386-cgo), const WCLONE = 2147483648
 24764  pkg syscall (linux-386-cgo), const WCONTINUED = 8
 24765  pkg syscall (linux-386-cgo), const WEXITED = 4
 24766  pkg syscall (linux-386-cgo), const WNOHANG = 1
 24767  pkg syscall (linux-386-cgo), const WNOTHREAD = 536870912
 24768  pkg syscall (linux-386-cgo), const WNOWAIT = 16777216
 24769  pkg syscall (linux-386-cgo), const WORDSIZE = 32
 24770  pkg syscall (linux-386-cgo), const WSTOPPED = 2
 24771  pkg syscall (linux-386-cgo), const WUNTRACED = 2
 24772  pkg syscall (linux-386-cgo), const XCASE = 4
 24773  pkg syscall (linux-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
 24774  pkg syscall (linux-386-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
 24775  pkg syscall (linux-386-cgo), func Getxattr(string, string, []uint8) (int, error)
 24776  pkg syscall (linux-386-cgo), func Listxattr(string, []uint8) (int, error)
 24777  pkg syscall (linux-386-cgo), func Pipe2([]int, int) error
 24778  pkg syscall (linux-386-cgo), func PtraceSyscall(int, int) error
 24779  pkg syscall (linux-386-cgo), func Removexattr(string, string) error
 24780  pkg syscall (linux-386-cgo), func Setxattr(string, string, []uint8, int) error
 24781  pkg syscall (linux-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
 24782  pkg syscall (linux-386-cgo), type SysProcAttr struct, Ctty int
 24783  pkg syscall (linux-386-cgo), type TCPInfo struct
 24784  pkg syscall (linux-386-cgo), type TCPInfo struct, Advmss uint32
 24785  pkg syscall (linux-386-cgo), type TCPInfo struct, Ato uint32
 24786  pkg syscall (linux-386-cgo), type TCPInfo struct, Backoff uint8
 24787  pkg syscall (linux-386-cgo), type TCPInfo struct, Ca_state uint8
 24788  pkg syscall (linux-386-cgo), type TCPInfo struct, Fackets uint32
 24789  pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_recv uint32
 24790  pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_sent uint32
 24791  pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_recv uint32
 24792  pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_sent uint32
 24793  pkg syscall (linux-386-cgo), type TCPInfo struct, Lost uint32
 24794  pkg syscall (linux-386-cgo), type TCPInfo struct, Options uint8
 24795  pkg syscall (linux-386-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
 24796  pkg syscall (linux-386-cgo), type TCPInfo struct, Pmtu uint32
 24797  pkg syscall (linux-386-cgo), type TCPInfo struct, Probes uint8
 24798  pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_mss uint32
 24799  pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_rtt uint32
 24800  pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_space uint32
 24801  pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_ssthresh uint32
 24802  pkg syscall (linux-386-cgo), type TCPInfo struct, Reordering uint32
 24803  pkg syscall (linux-386-cgo), type TCPInfo struct, Retrans uint32
 24804  pkg syscall (linux-386-cgo), type TCPInfo struct, Retransmits uint8
 24805  pkg syscall (linux-386-cgo), type TCPInfo struct, Rto uint32
 24806  pkg syscall (linux-386-cgo), type TCPInfo struct, Rtt uint32
 24807  pkg syscall (linux-386-cgo), type TCPInfo struct, Rttvar uint32
 24808  pkg syscall (linux-386-cgo), type TCPInfo struct, Sacked uint32
 24809  pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_cwnd uint32
 24810  pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_mss uint32
 24811  pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32
 24812  pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8
 24813  pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32
 24814  pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32
 24815  pkg syscall (linux-amd64), const AF_ALG = 38
 24816  pkg syscall (linux-amd64), const AF_APPLETALK = 5
 24817  pkg syscall (linux-amd64), const AF_ASH = 18
 24818  pkg syscall (linux-amd64), const AF_ATMPVC = 8
 24819  pkg syscall (linux-amd64), const AF_ATMSVC = 20
 24820  pkg syscall (linux-amd64), const AF_AX25 = 3
 24821  pkg syscall (linux-amd64), const AF_BLUETOOTH = 31
 24822  pkg syscall (linux-amd64), const AF_BRIDGE = 7
 24823  pkg syscall (linux-amd64), const AF_CAIF = 37
 24824  pkg syscall (linux-amd64), const AF_CAN = 29
 24825  pkg syscall (linux-amd64), const AF_DECnet = 12
 24826  pkg syscall (linux-amd64), const AF_ECONET = 19
 24827  pkg syscall (linux-amd64), const AF_FILE = 1
 24828  pkg syscall (linux-amd64), const AF_IEEE802154 = 36
 24829  pkg syscall (linux-amd64), const AF_INET6 = 10
 24830  pkg syscall (linux-amd64), const AF_IPX = 4
 24831  pkg syscall (linux-amd64), const AF_IRDA = 23
 24832  pkg syscall (linux-amd64), const AF_ISDN = 34
 24833  pkg syscall (linux-amd64), const AF_IUCV = 32
 24834  pkg syscall (linux-amd64), const AF_KEY = 15
 24835  pkg syscall (linux-amd64), const AF_LLC = 26
 24836  pkg syscall (linux-amd64), const AF_LOCAL = 1
 24837  pkg syscall (linux-amd64), const AF_MAX = 39
 24838  pkg syscall (linux-amd64), const AF_NETBEUI = 13
 24839  pkg syscall (linux-amd64), const AF_NETLINK = 16
 24840  pkg syscall (linux-amd64), const AF_NETROM = 6
 24841  pkg syscall (linux-amd64), const AF_PACKET = 17
 24842  pkg syscall (linux-amd64), const AF_PHONET = 35
 24843  pkg syscall (linux-amd64), const AF_PPPOX = 24
 24844  pkg syscall (linux-amd64), const AF_RDS = 21
 24845  pkg syscall (linux-amd64), const AF_ROSE = 11
 24846  pkg syscall (linux-amd64), const AF_ROUTE = 16
 24847  pkg syscall (linux-amd64), const AF_RXRPC = 33
 24848  pkg syscall (linux-amd64), const AF_SECURITY = 14
 24849  pkg syscall (linux-amd64), const AF_SNA = 22
 24850  pkg syscall (linux-amd64), const AF_TIPC = 30
 24851  pkg syscall (linux-amd64), const AF_WANPIPE = 25
 24852  pkg syscall (linux-amd64), const AF_X25 = 9
 24853  pkg syscall (linux-amd64), const ARPHRD_ADAPT = 264
 24854  pkg syscall (linux-amd64), const ARPHRD_APPLETLK = 8
 24855  pkg syscall (linux-amd64), const ARPHRD_ARCNET = 7
 24856  pkg syscall (linux-amd64), const ARPHRD_ASH = 781
 24857  pkg syscall (linux-amd64), const ARPHRD_ATM = 19
 24858  pkg syscall (linux-amd64), const ARPHRD_AX25 = 3
 24859  pkg syscall (linux-amd64), const ARPHRD_BIF = 775
 24860  pkg syscall (linux-amd64), const ARPHRD_CHAOS = 5
 24861  pkg syscall (linux-amd64), const ARPHRD_CISCO = 513
 24862  pkg syscall (linux-amd64), const ARPHRD_CSLIP = 257
 24863  pkg syscall (linux-amd64), const ARPHRD_CSLIP6 = 259
 24864  pkg syscall (linux-amd64), const ARPHRD_DDCMP = 517
 24865  pkg syscall (linux-amd64), const ARPHRD_DLCI = 15
 24866  pkg syscall (linux-amd64), const ARPHRD_ECONET = 782
 24867  pkg syscall (linux-amd64), const ARPHRD_EETHER = 2
 24868  pkg syscall (linux-amd64), const ARPHRD_ETHER = 1
 24869  pkg syscall (linux-amd64), const ARPHRD_EUI64 = 27
 24870  pkg syscall (linux-amd64), const ARPHRD_FCAL = 785
 24871  pkg syscall (linux-amd64), const ARPHRD_FCFABRIC = 787
 24872  pkg syscall (linux-amd64), const ARPHRD_FCPL = 786
 24873  pkg syscall (linux-amd64), const ARPHRD_FCPP = 784
 24874  pkg syscall (linux-amd64), const ARPHRD_FDDI = 774
 24875  pkg syscall (linux-amd64), const ARPHRD_FRAD = 770
 24876  pkg syscall (linux-amd64), const ARPHRD_HDLC = 513
 24877  pkg syscall (linux-amd64), const ARPHRD_HIPPI = 780
 24878  pkg syscall (linux-amd64), const ARPHRD_HWX25 = 272
 24879  pkg syscall (linux-amd64), const ARPHRD_IEEE1394 = 24
 24880  pkg syscall (linux-amd64), const ARPHRD_IEEE802 = 6
 24881  pkg syscall (linux-amd64), const ARPHRD_IEEE80211 = 801
 24882  pkg syscall (linux-amd64), const ARPHRD_IEEE80211_PRISM = 802
 24883  pkg syscall (linux-amd64), const ARPHRD_IEEE80211_RADIOTAP = 803
 24884  pkg syscall (linux-amd64), const ARPHRD_IEEE802154 = 804
 24885  pkg syscall (linux-amd64), const ARPHRD_IEEE802154_PHY = 805
 24886  pkg syscall (linux-amd64), const ARPHRD_IEEE802_TR = 800
 24887  pkg syscall (linux-amd64), const ARPHRD_INFINIBAND = 32
 24888  pkg syscall (linux-amd64), const ARPHRD_IPDDP = 777
 24889  pkg syscall (linux-amd64), const ARPHRD_IPGRE = 778
 24890  pkg syscall (linux-amd64), const ARPHRD_IRDA = 783
 24891  pkg syscall (linux-amd64), const ARPHRD_LAPB = 516
 24892  pkg syscall (linux-amd64), const ARPHRD_LOCALTLK = 773
 24893  pkg syscall (linux-amd64), const ARPHRD_LOOPBACK = 772
 24894  pkg syscall (linux-amd64), const ARPHRD_METRICOM = 23
 24895  pkg syscall (linux-amd64), const ARPHRD_NETROM = 0
 24896  pkg syscall (linux-amd64), const ARPHRD_NONE = 65534
 24897  pkg syscall (linux-amd64), const ARPHRD_PIMREG = 779
 24898  pkg syscall (linux-amd64), const ARPHRD_PPP = 512
 24899  pkg syscall (linux-amd64), const ARPHRD_PRONET = 4
 24900  pkg syscall (linux-amd64), const ARPHRD_RAWHDLC = 518
 24901  pkg syscall (linux-amd64), const ARPHRD_ROSE = 270
 24902  pkg syscall (linux-amd64), const ARPHRD_RSRVD = 260
 24903  pkg syscall (linux-amd64), const ARPHRD_SIT = 776
 24904  pkg syscall (linux-amd64), const ARPHRD_SKIP = 771
 24905  pkg syscall (linux-amd64), const ARPHRD_SLIP = 256
 24906  pkg syscall (linux-amd64), const ARPHRD_SLIP6 = 258
 24907  pkg syscall (linux-amd64), const ARPHRD_TUNNEL = 768
 24908  pkg syscall (linux-amd64), const ARPHRD_TUNNEL6 = 769
 24909  pkg syscall (linux-amd64), const ARPHRD_VOID = 65535
 24910  pkg syscall (linux-amd64), const ARPHRD_X25 = 271
 24911  pkg syscall (linux-amd64), const B0 = 0
 24912  pkg syscall (linux-amd64), const B1000000 = 4104
 24913  pkg syscall (linux-amd64), const B110 = 3
 24914  pkg syscall (linux-amd64), const B115200 = 4098
 24915  pkg syscall (linux-amd64), const B1152000 = 4105
 24916  pkg syscall (linux-amd64), const B1200 = 9
 24917  pkg syscall (linux-amd64), const B134 = 4
 24918  pkg syscall (linux-amd64), const B150 = 5
 24919  pkg syscall (linux-amd64), const B1500000 = 4106
 24920  pkg syscall (linux-amd64), const B1800 = 10
 24921  pkg syscall (linux-amd64), const B19200 = 14
 24922  pkg syscall (linux-amd64), const B200 = 6
 24923  pkg syscall (linux-amd64), const B2000000 = 4107
 24924  pkg syscall (linux-amd64), const B230400 = 4099
 24925  pkg syscall (linux-amd64), const B2400 = 11
 24926  pkg syscall (linux-amd64), const B2500000 = 4108
 24927  pkg syscall (linux-amd64), const B300 = 7
 24928  pkg syscall (linux-amd64), const B3000000 = 4109
 24929  pkg syscall (linux-amd64), const B3500000 = 4110
 24930  pkg syscall (linux-amd64), const B38400 = 15
 24931  pkg syscall (linux-amd64), const B4000000 = 4111
 24932  pkg syscall (linux-amd64), const B460800 = 4100
 24933  pkg syscall (linux-amd64), const B4800 = 12
 24934  pkg syscall (linux-amd64), const B50 = 1
 24935  pkg syscall (linux-amd64), const B500000 = 4101
 24936  pkg syscall (linux-amd64), const B57600 = 4097
 24937  pkg syscall (linux-amd64), const B576000 = 4102
 24938  pkg syscall (linux-amd64), const B600 = 8
 24939  pkg syscall (linux-amd64), const B75 = 2
 24940  pkg syscall (linux-amd64), const B921600 = 4103
 24941  pkg syscall (linux-amd64), const B9600 = 13
 24942  pkg syscall (linux-amd64), const BPF_A = 16
 24943  pkg syscall (linux-amd64), const BPF_ABS = 32
 24944  pkg syscall (linux-amd64), const BPF_ADD = 0
 24945  pkg syscall (linux-amd64), const BPF_ALU = 4
 24946  pkg syscall (linux-amd64), const BPF_AND = 80
 24947  pkg syscall (linux-amd64), const BPF_B = 16
 24948  pkg syscall (linux-amd64), const BPF_DIV = 48
 24949  pkg syscall (linux-amd64), const BPF_H = 8
 24950  pkg syscall (linux-amd64), const BPF_IMM = 0
 24951  pkg syscall (linux-amd64), const BPF_IND = 64
 24952  pkg syscall (linux-amd64), const BPF_JA = 0
 24953  pkg syscall (linux-amd64), const BPF_JEQ = 16
 24954  pkg syscall (linux-amd64), const BPF_JGE = 48
 24955  pkg syscall (linux-amd64), const BPF_JGT = 32
 24956  pkg syscall (linux-amd64), const BPF_JMP = 5
 24957  pkg syscall (linux-amd64), const BPF_JSET = 64
 24958  pkg syscall (linux-amd64), const BPF_K = 0
 24959  pkg syscall (linux-amd64), const BPF_LD = 0
 24960  pkg syscall (linux-amd64), const BPF_LDX = 1
 24961  pkg syscall (linux-amd64), const BPF_LEN = 128
 24962  pkg syscall (linux-amd64), const BPF_LSH = 96
 24963  pkg syscall (linux-amd64), const BPF_MAJOR_VERSION = 1
 24964  pkg syscall (linux-amd64), const BPF_MAXINSNS = 4096
 24965  pkg syscall (linux-amd64), const BPF_MEM = 96
 24966  pkg syscall (linux-amd64), const BPF_MEMWORDS = 16
 24967  pkg syscall (linux-amd64), const BPF_MINOR_VERSION = 1
 24968  pkg syscall (linux-amd64), const BPF_MISC = 7
 24969  pkg syscall (linux-amd64), const BPF_MSH = 160
 24970  pkg syscall (linux-amd64), const BPF_MUL = 32
 24971  pkg syscall (linux-amd64), const BPF_NEG = 128
 24972  pkg syscall (linux-amd64), const BPF_OR = 64
 24973  pkg syscall (linux-amd64), const BPF_RET = 6
 24974  pkg syscall (linux-amd64), const BPF_RSH = 112
 24975  pkg syscall (linux-amd64), const BPF_ST = 2
 24976  pkg syscall (linux-amd64), const BPF_STX = 3
 24977  pkg syscall (linux-amd64), const BPF_SUB = 16
 24978  pkg syscall (linux-amd64), const BPF_TAX = 0
 24979  pkg syscall (linux-amd64), const BPF_TXA = 128
 24980  pkg syscall (linux-amd64), const BPF_W = 0
 24981  pkg syscall (linux-amd64), const BPF_X = 8
 24982  pkg syscall (linux-amd64), const BRKINT = 2
 24983  pkg syscall (linux-amd64), const CLOCAL = 2048
 24984  pkg syscall (linux-amd64), const CREAD = 128
 24985  pkg syscall (linux-amd64), const CS5 = 0
 24986  pkg syscall (linux-amd64), const CS6 = 16
 24987  pkg syscall (linux-amd64), const CS7 = 32
 24988  pkg syscall (linux-amd64), const CS8 = 48
 24989  pkg syscall (linux-amd64), const CSIZE = 48
 24990  pkg syscall (linux-amd64), const CSTOPB = 64
 24991  pkg syscall (linux-amd64), const DT_BLK = 6
 24992  pkg syscall (linux-amd64), const DT_CHR = 2
 24993  pkg syscall (linux-amd64), const DT_DIR = 4
 24994  pkg syscall (linux-amd64), const DT_FIFO = 1
 24995  pkg syscall (linux-amd64), const DT_LNK = 10
 24996  pkg syscall (linux-amd64), const DT_REG = 8
 24997  pkg syscall (linux-amd64), const DT_SOCK = 12
 24998  pkg syscall (linux-amd64), const DT_UNKNOWN = 0
 24999  pkg syscall (linux-amd64), const DT_WHT = 14
 25000  pkg syscall (linux-amd64), const E2BIG = 7
 25001  pkg syscall (linux-amd64), const EACCES = 13
 25002  pkg syscall (linux-amd64), const EADDRINUSE = 98
 25003  pkg syscall (linux-amd64), const EADDRNOTAVAIL = 99
 25004  pkg syscall (linux-amd64), const EADV = 68
 25005  pkg syscall (linux-amd64), const EAFNOSUPPORT = 97
 25006  pkg syscall (linux-amd64), const EAGAIN = 11
 25007  pkg syscall (linux-amd64), const EALREADY = 114
 25008  pkg syscall (linux-amd64), const EBADE = 52
 25009  pkg syscall (linux-amd64), const EBADF = 9
 25010  pkg syscall (linux-amd64), const EBADFD = 77
 25011  pkg syscall (linux-amd64), const EBADMSG = 74
 25012  pkg syscall (linux-amd64), const EBADR = 53
 25013  pkg syscall (linux-amd64), const EBADRQC = 56
 25014  pkg syscall (linux-amd64), const EBADSLT = 57
 25015  pkg syscall (linux-amd64), const EBFONT = 59
 25016  pkg syscall (linux-amd64), const EBUSY = 16
 25017  pkg syscall (linux-amd64), const ECANCELED = 125
 25018  pkg syscall (linux-amd64), const ECHILD = 10
 25019  pkg syscall (linux-amd64), const ECHO = 8
 25020  pkg syscall (linux-amd64), const ECHOCTL = 512
 25021  pkg syscall (linux-amd64), const ECHOE = 16
 25022  pkg syscall (linux-amd64), const ECHOK = 32
 25023  pkg syscall (linux-amd64), const ECHOKE = 2048
 25024  pkg syscall (linux-amd64), const ECHONL = 64
 25025  pkg syscall (linux-amd64), const ECHOPRT = 1024
 25026  pkg syscall (linux-amd64), const ECHRNG = 44
 25027  pkg syscall (linux-amd64), const ECOMM = 70
 25028  pkg syscall (linux-amd64), const ECONNABORTED = 103
 25029  pkg syscall (linux-amd64), const ECONNREFUSED = 111
 25030  pkg syscall (linux-amd64), const ECONNRESET = 104
 25031  pkg syscall (linux-amd64), const EDEADLK = 35
 25032  pkg syscall (linux-amd64), const EDEADLOCK = 35
 25033  pkg syscall (linux-amd64), const EDESTADDRREQ = 89
 25034  pkg syscall (linux-amd64), const EDOM = 33
 25035  pkg syscall (linux-amd64), const EDOTDOT = 73
 25036  pkg syscall (linux-amd64), const EDQUOT = 122
 25037  pkg syscall (linux-amd64), const EEXIST = 17
 25038  pkg syscall (linux-amd64), const EFAULT = 14
 25039  pkg syscall (linux-amd64), const EFBIG = 27
 25040  pkg syscall (linux-amd64), const EHOSTDOWN = 112
 25041  pkg syscall (linux-amd64), const EHOSTUNREACH = 113
 25042  pkg syscall (linux-amd64), const EIDRM = 43
 25043  pkg syscall (linux-amd64), const EILSEQ = 84
 25044  pkg syscall (linux-amd64), const EINPROGRESS = 115
 25045  pkg syscall (linux-amd64), const EINTR = 4
 25046  pkg syscall (linux-amd64), const EINVAL = 22
 25047  pkg syscall (linux-amd64), const EIO = 5
 25048  pkg syscall (linux-amd64), const EISCONN = 106
 25049  pkg syscall (linux-amd64), const EISDIR = 21
 25050  pkg syscall (linux-amd64), const EISNAM = 120
 25051  pkg syscall (linux-amd64), const EKEYEXPIRED = 127
 25052  pkg syscall (linux-amd64), const EKEYREJECTED = 129
 25053  pkg syscall (linux-amd64), const EKEYREVOKED = 128
 25054  pkg syscall (linux-amd64), const EL2HLT = 51
 25055  pkg syscall (linux-amd64), const EL2NSYNC = 45
 25056  pkg syscall (linux-amd64), const EL3HLT = 46
 25057  pkg syscall (linux-amd64), const EL3RST = 47
 25058  pkg syscall (linux-amd64), const ELIBACC = 79
 25059  pkg syscall (linux-amd64), const ELIBBAD = 80
 25060  pkg syscall (linux-amd64), const ELIBEXEC = 83
 25061  pkg syscall (linux-amd64), const ELIBMAX = 82
 25062  pkg syscall (linux-amd64), const ELIBSCN = 81
 25063  pkg syscall (linux-amd64), const ELNRNG = 48
 25064  pkg syscall (linux-amd64), const ELOOP = 40
 25065  pkg syscall (linux-amd64), const EMEDIUMTYPE = 124
 25066  pkg syscall (linux-amd64), const EMFILE = 24
 25067  pkg syscall (linux-amd64), const EMLINK = 31
 25068  pkg syscall (linux-amd64), const EMSGSIZE = 90
 25069  pkg syscall (linux-amd64), const EMULTIHOP = 72
 25070  pkg syscall (linux-amd64), const ENAMETOOLONG = 36
 25071  pkg syscall (linux-amd64), const ENAVAIL = 119
 25072  pkg syscall (linux-amd64), const ENETDOWN = 100
 25073  pkg syscall (linux-amd64), const ENETRESET = 102
 25074  pkg syscall (linux-amd64), const ENETUNREACH = 101
 25075  pkg syscall (linux-amd64), const ENFILE = 23
 25076  pkg syscall (linux-amd64), const ENOANO = 55
 25077  pkg syscall (linux-amd64), const ENOBUFS = 105
 25078  pkg syscall (linux-amd64), const ENOCSI = 50
 25079  pkg syscall (linux-amd64), const ENODATA = 61
 25080  pkg syscall (linux-amd64), const ENODEV = 19
 25081  pkg syscall (linux-amd64), const ENOEXEC = 8
 25082  pkg syscall (linux-amd64), const ENOKEY = 126
 25083  pkg syscall (linux-amd64), const ENOLCK = 37
 25084  pkg syscall (linux-amd64), const ENOLINK = 67
 25085  pkg syscall (linux-amd64), const ENOMEDIUM = 123
 25086  pkg syscall (linux-amd64), const ENOMEM = 12
 25087  pkg syscall (linux-amd64), const ENOMSG = 42
 25088  pkg syscall (linux-amd64), const ENONET = 64
 25089  pkg syscall (linux-amd64), const ENOPKG = 65
 25090  pkg syscall (linux-amd64), const ENOPROTOOPT = 92
 25091  pkg syscall (linux-amd64), const ENOSPC = 28
 25092  pkg syscall (linux-amd64), const ENOSR = 63
 25093  pkg syscall (linux-amd64), const ENOSTR = 60
 25094  pkg syscall (linux-amd64), const ENOSYS = 38
 25095  pkg syscall (linux-amd64), const ENOTBLK = 15
 25096  pkg syscall (linux-amd64), const ENOTCONN = 107
 25097  pkg syscall (linux-amd64), const ENOTDIR = 20
 25098  pkg syscall (linux-amd64), const ENOTEMPTY = 39
 25099  pkg syscall (linux-amd64), const ENOTNAM = 118
 25100  pkg syscall (linux-amd64), const ENOTRECOVERABLE = 131
 25101  pkg syscall (linux-amd64), const ENOTSOCK = 88
 25102  pkg syscall (linux-amd64), const ENOTSUP = 95
 25103  pkg syscall (linux-amd64), const ENOTTY = 25
 25104  pkg syscall (linux-amd64), const ENOTUNIQ = 76
 25105  pkg syscall (linux-amd64), const ENXIO = 6
 25106  pkg syscall (linux-amd64), const EOPNOTSUPP = 95
 25107  pkg syscall (linux-amd64), const EOVERFLOW = 75
 25108  pkg syscall (linux-amd64), const EOWNERDEAD = 130
 25109  pkg syscall (linux-amd64), const EPERM = 1
 25110  pkg syscall (linux-amd64), const EPFNOSUPPORT = 96
 25111  pkg syscall (linux-amd64), const EPIPE = 32
 25112  pkg syscall (linux-amd64), const EPOLLERR = 8
 25113  pkg syscall (linux-amd64), const EPOLLET = -2147483648
 25114  pkg syscall (linux-amd64), const EPOLLHUP = 16
 25115  pkg syscall (linux-amd64), const EPOLLIN = 1
 25116  pkg syscall (linux-amd64), const EPOLLMSG = 1024
 25117  pkg syscall (linux-amd64), const EPOLLONESHOT = 1073741824
 25118  pkg syscall (linux-amd64), const EPOLLOUT = 4
 25119  pkg syscall (linux-amd64), const EPOLLPRI = 2
 25120  pkg syscall (linux-amd64), const EPOLLRDBAND = 128
 25121  pkg syscall (linux-amd64), const EPOLLRDHUP = 8192
 25122  pkg syscall (linux-amd64), const EPOLLRDNORM = 64
 25123  pkg syscall (linux-amd64), const EPOLLWRBAND = 512
 25124  pkg syscall (linux-amd64), const EPOLLWRNORM = 256
 25125  pkg syscall (linux-amd64), const EPOLL_CLOEXEC = 524288
 25126  pkg syscall (linux-amd64), const EPOLL_CTL_ADD = 1
 25127  pkg syscall (linux-amd64), const EPOLL_CTL_DEL = 2
 25128  pkg syscall (linux-amd64), const EPOLL_CTL_MOD = 3
 25129  pkg syscall (linux-amd64), const EPOLL_NONBLOCK = 2048
 25130  pkg syscall (linux-amd64), const EPROTO = 71
 25131  pkg syscall (linux-amd64), const EPROTONOSUPPORT = 93
 25132  pkg syscall (linux-amd64), const EPROTOTYPE = 91
 25133  pkg syscall (linux-amd64), const ERANGE = 34
 25134  pkg syscall (linux-amd64), const EREMCHG = 78
 25135  pkg syscall (linux-amd64), const EREMOTE = 66
 25136  pkg syscall (linux-amd64), const EREMOTEIO = 121
 25137  pkg syscall (linux-amd64), const ERESTART = 85
 25138  pkg syscall (linux-amd64), const ERFKILL = 132
 25139  pkg syscall (linux-amd64), const EROFS = 30
 25140  pkg syscall (linux-amd64), const ESHUTDOWN = 108
 25141  pkg syscall (linux-amd64), const ESOCKTNOSUPPORT = 94
 25142  pkg syscall (linux-amd64), const ESPIPE = 29
 25143  pkg syscall (linux-amd64), const ESRCH = 3
 25144  pkg syscall (linux-amd64), const ESRMNT = 69
 25145  pkg syscall (linux-amd64), const ESTALE = 116
 25146  pkg syscall (linux-amd64), const ESTRPIPE = 86
 25147  pkg syscall (linux-amd64), const ETH_P_1588 = 35063
 25148  pkg syscall (linux-amd64), const ETH_P_8021Q = 33024
 25149  pkg syscall (linux-amd64), const ETH_P_802_2 = 4
 25150  pkg syscall (linux-amd64), const ETH_P_802_3 = 1
 25151  pkg syscall (linux-amd64), const ETH_P_AARP = 33011
 25152  pkg syscall (linux-amd64), const ETH_P_ALL = 3
 25153  pkg syscall (linux-amd64), const ETH_P_AOE = 34978
 25154  pkg syscall (linux-amd64), const ETH_P_ARCNET = 26
 25155  pkg syscall (linux-amd64), const ETH_P_ARP = 2054
 25156  pkg syscall (linux-amd64), const ETH_P_ATALK = 32923
 25157  pkg syscall (linux-amd64), const ETH_P_ATMFATE = 34948
 25158  pkg syscall (linux-amd64), const ETH_P_ATMMPOA = 34892
 25159  pkg syscall (linux-amd64), const ETH_P_AX25 = 2
 25160  pkg syscall (linux-amd64), const ETH_P_BPQ = 2303
 25161  pkg syscall (linux-amd64), const ETH_P_CAIF = 247
 25162  pkg syscall (linux-amd64), const ETH_P_CAN = 12
 25163  pkg syscall (linux-amd64), const ETH_P_CONTROL = 22
 25164  pkg syscall (linux-amd64), const ETH_P_CUST = 24582
 25165  pkg syscall (linux-amd64), const ETH_P_DDCMP = 6
 25166  pkg syscall (linux-amd64), const ETH_P_DEC = 24576
 25167  pkg syscall (linux-amd64), const ETH_P_DIAG = 24581
 25168  pkg syscall (linux-amd64), const ETH_P_DNA_DL = 24577
 25169  pkg syscall (linux-amd64), const ETH_P_DNA_RC = 24578
 25170  pkg syscall (linux-amd64), const ETH_P_DNA_RT = 24579
 25171  pkg syscall (linux-amd64), const ETH_P_DSA = 27
 25172  pkg syscall (linux-amd64), const ETH_P_ECONET = 24
 25173  pkg syscall (linux-amd64), const ETH_P_EDSA = 56026
 25174  pkg syscall (linux-amd64), const ETH_P_FCOE = 35078
 25175  pkg syscall (linux-amd64), const ETH_P_FIP = 35092
 25176  pkg syscall (linux-amd64), const ETH_P_HDLC = 25
 25177  pkg syscall (linux-amd64), const ETH_P_IEEE802154 = 246
 25178  pkg syscall (linux-amd64), const ETH_P_IEEEPUP = 2560
 25179  pkg syscall (linux-amd64), const ETH_P_IEEEPUPAT = 2561
 25180  pkg syscall (linux-amd64), const ETH_P_IP = 2048
 25181  pkg syscall (linux-amd64), const ETH_P_IPV6 = 34525
 25182  pkg syscall (linux-amd64), const ETH_P_IPX = 33079
 25183  pkg syscall (linux-amd64), const ETH_P_IRDA = 23
 25184  pkg syscall (linux-amd64), const ETH_P_LAT = 24580
 25185  pkg syscall (linux-amd64), const ETH_P_LINK_CTL = 34924
 25186  pkg syscall (linux-amd64), const ETH_P_LOCALTALK = 9
 25187  pkg syscall (linux-amd64), const ETH_P_LOOP = 96
 25188  pkg syscall (linux-amd64), const ETH_P_MOBITEX = 21
 25189  pkg syscall (linux-amd64), const ETH_P_MPLS_MC = 34888
 25190  pkg syscall (linux-amd64), const ETH_P_MPLS_UC = 34887
 25191  pkg syscall (linux-amd64), const ETH_P_PAE = 34958
 25192  pkg syscall (linux-amd64), const ETH_P_PAUSE = 34824
 25193  pkg syscall (linux-amd64), const ETH_P_PHONET = 245
 25194  pkg syscall (linux-amd64), const ETH_P_PPPTALK = 16
 25195  pkg syscall (linux-amd64), const ETH_P_PPP_DISC = 34915
 25196  pkg syscall (linux-amd64), const ETH_P_PPP_MP = 8
 25197  pkg syscall (linux-amd64), const ETH_P_PPP_SES = 34916
 25198  pkg syscall (linux-amd64), const ETH_P_PUP = 512
 25199  pkg syscall (linux-amd64), const ETH_P_PUPAT = 513
 25200  pkg syscall (linux-amd64), const ETH_P_RARP = 32821
 25201  pkg syscall (linux-amd64), const ETH_P_SCA = 24583
 25202  pkg syscall (linux-amd64), const ETH_P_SLOW = 34825
 25203  pkg syscall (linux-amd64), const ETH_P_SNAP = 5
 25204  pkg syscall (linux-amd64), const ETH_P_TEB = 25944
 25205  pkg syscall (linux-amd64), const ETH_P_TIPC = 35018
 25206  pkg syscall (linux-amd64), const ETH_P_TRAILER = 28
 25207  pkg syscall (linux-amd64), const ETH_P_TR_802_2 = 17
 25208  pkg syscall (linux-amd64), const ETH_P_WAN_PPP = 7
 25209  pkg syscall (linux-amd64), const ETH_P_WCCP = 34878
 25210  pkg syscall (linux-amd64), const ETH_P_X25 = 2053
 25211  pkg syscall (linux-amd64), const ETIME = 62
 25212  pkg syscall (linux-amd64), const ETIMEDOUT = 110
 25213  pkg syscall (linux-amd64), const ETOOMANYREFS = 109
 25214  pkg syscall (linux-amd64), const ETXTBSY = 26
 25215  pkg syscall (linux-amd64), const EUCLEAN = 117
 25216  pkg syscall (linux-amd64), const EUNATCH = 49
 25217  pkg syscall (linux-amd64), const EUSERS = 87
 25218  pkg syscall (linux-amd64), const EWOULDBLOCK = 11
 25219  pkg syscall (linux-amd64), const EXDEV = 18
 25220  pkg syscall (linux-amd64), const EXFULL = 54
 25221  pkg syscall (linux-amd64), const FD_CLOEXEC = 1
 25222  pkg syscall (linux-amd64), const FD_SETSIZE = 1024
 25223  pkg syscall (linux-amd64), const FLUSHO = 4096
 25224  pkg syscall (linux-amd64), const F_DUPFD = 0
 25225  pkg syscall (linux-amd64), const F_DUPFD_CLOEXEC = 1030
 25226  pkg syscall (linux-amd64), const F_EXLCK = 4
 25227  pkg syscall (linux-amd64), const F_GETFD = 1
 25228  pkg syscall (linux-amd64), const F_GETFL = 3
 25229  pkg syscall (linux-amd64), const F_GETLEASE = 1025
 25230  pkg syscall (linux-amd64), const F_GETLK = 5
 25231  pkg syscall (linux-amd64), const F_GETLK64 = 5
 25232  pkg syscall (linux-amd64), const F_GETOWN = 9
 25233  pkg syscall (linux-amd64), const F_GETOWN_EX = 16
 25234  pkg syscall (linux-amd64), const F_GETPIPE_SZ = 1032
 25235  pkg syscall (linux-amd64), const F_GETSIG = 11
 25236  pkg syscall (linux-amd64), const F_LOCK = 1
 25237  pkg syscall (linux-amd64), const F_NOTIFY = 1026
 25238  pkg syscall (linux-amd64), const F_OK = 0
 25239  pkg syscall (linux-amd64), const F_RDLCK = 0
 25240  pkg syscall (linux-amd64), const F_SETFD = 2
 25241  pkg syscall (linux-amd64), const F_SETFL = 4
 25242  pkg syscall (linux-amd64), const F_SETLEASE = 1024
 25243  pkg syscall (linux-amd64), const F_SETLK = 6
 25244  pkg syscall (linux-amd64), const F_SETLK64 = 6
 25245  pkg syscall (linux-amd64), const F_SETLKW = 7
 25246  pkg syscall (linux-amd64), const F_SETLKW64 = 7
 25247  pkg syscall (linux-amd64), const F_SETOWN = 8
 25248  pkg syscall (linux-amd64), const F_SETOWN_EX = 15
 25249  pkg syscall (linux-amd64), const F_SETPIPE_SZ = 1031
 25250  pkg syscall (linux-amd64), const F_SETSIG = 10
 25251  pkg syscall (linux-amd64), const F_SHLCK = 8
 25252  pkg syscall (linux-amd64), const F_TEST = 3
 25253  pkg syscall (linux-amd64), const F_TLOCK = 2
 25254  pkg syscall (linux-amd64), const F_ULOCK = 0
 25255  pkg syscall (linux-amd64), const F_UNLCK = 2
 25256  pkg syscall (linux-amd64), const F_WRLCK = 1
 25257  pkg syscall (linux-amd64), const HUPCL = 1024
 25258  pkg syscall (linux-amd64), const ICANON = 2
 25259  pkg syscall (linux-amd64), const ICRNL = 256
 25260  pkg syscall (linux-amd64), const IEXTEN = 32768
 25261  pkg syscall (linux-amd64), const IFA_ADDRESS = 1
 25262  pkg syscall (linux-amd64), const IFA_ANYCAST = 5
 25263  pkg syscall (linux-amd64), const IFA_BROADCAST = 4
 25264  pkg syscall (linux-amd64), const IFA_CACHEINFO = 6
 25265  pkg syscall (linux-amd64), const IFA_F_DADFAILED = 8
 25266  pkg syscall (linux-amd64), const IFA_F_DEPRECATED = 32
 25267  pkg syscall (linux-amd64), const IFA_F_HOMEADDRESS = 16
 25268  pkg syscall (linux-amd64), const IFA_F_NODAD = 2
 25269  pkg syscall (linux-amd64), const IFA_F_OPTIMISTIC = 4
 25270  pkg syscall (linux-amd64), const IFA_F_PERMANENT = 128
 25271  pkg syscall (linux-amd64), const IFA_F_SECONDARY = 1
 25272  pkg syscall (linux-amd64), const IFA_F_TEMPORARY = 1
 25273  pkg syscall (linux-amd64), const IFA_F_TENTATIVE = 64
 25274  pkg syscall (linux-amd64), const IFA_LABEL = 3
 25275  pkg syscall (linux-amd64), const IFA_LOCAL = 2
 25276  pkg syscall (linux-amd64), const IFA_MAX = 7
 25277  pkg syscall (linux-amd64), const IFA_MULTICAST = 7
 25278  pkg syscall (linux-amd64), const IFA_UNSPEC = 0
 25279  pkg syscall (linux-amd64), const IFF_ALLMULTI = 512
 25280  pkg syscall (linux-amd64), const IFF_AUTOMEDIA = 16384
 25281  pkg syscall (linux-amd64), const IFF_DEBUG = 4
 25282  pkg syscall (linux-amd64), const IFF_DYNAMIC = 32768
 25283  pkg syscall (linux-amd64), const IFF_LOOPBACK = 8
 25284  pkg syscall (linux-amd64), const IFF_MASTER = 1024
 25285  pkg syscall (linux-amd64), const IFF_MULTICAST = 4096
 25286  pkg syscall (linux-amd64), const IFF_NOARP = 128
 25287  pkg syscall (linux-amd64), const IFF_NOTRAILERS = 32
 25288  pkg syscall (linux-amd64), const IFF_NO_PI = 4096
 25289  pkg syscall (linux-amd64), const IFF_ONE_QUEUE = 8192
 25290  pkg syscall (linux-amd64), const IFF_POINTOPOINT = 16
 25291  pkg syscall (linux-amd64), const IFF_PORTSEL = 8192
 25292  pkg syscall (linux-amd64), const IFF_PROMISC = 256
 25293  pkg syscall (linux-amd64), const IFF_RUNNING = 64
 25294  pkg syscall (linux-amd64), const IFF_SLAVE = 2048
 25295  pkg syscall (linux-amd64), const IFF_TAP = 2
 25296  pkg syscall (linux-amd64), const IFF_TUN = 1
 25297  pkg syscall (linux-amd64), const IFF_TUN_EXCL = 32768
 25298  pkg syscall (linux-amd64), const IFF_VNET_HDR = 16384
 25299  pkg syscall (linux-amd64), const IFLA_ADDRESS = 1
 25300  pkg syscall (linux-amd64), const IFLA_BROADCAST = 2
 25301  pkg syscall (linux-amd64), const IFLA_COST = 8
 25302  pkg syscall (linux-amd64), const IFLA_IFALIAS = 20
 25303  pkg syscall (linux-amd64), const IFLA_IFNAME = 3
 25304  pkg syscall (linux-amd64), const IFLA_LINK = 5
 25305  pkg syscall (linux-amd64), const IFLA_LINKINFO = 18
 25306  pkg syscall (linux-amd64), const IFLA_LINKMODE = 17
 25307  pkg syscall (linux-amd64), const IFLA_MAP = 14
 25308  pkg syscall (linux-amd64), const IFLA_MASTER = 10
 25309  pkg syscall (linux-amd64), const IFLA_MAX = 29
 25310  pkg syscall (linux-amd64), const IFLA_MTU = 4
 25311  pkg syscall (linux-amd64), const IFLA_NET_NS_PID = 19
 25312  pkg syscall (linux-amd64), const IFLA_OPERSTATE = 16
 25313  pkg syscall (linux-amd64), const IFLA_PRIORITY = 9
 25314  pkg syscall (linux-amd64), const IFLA_PROTINFO = 12
 25315  pkg syscall (linux-amd64), const IFLA_QDISC = 6
 25316  pkg syscall (linux-amd64), const IFLA_STATS = 7
 25317  pkg syscall (linux-amd64), const IFLA_TXQLEN = 13
 25318  pkg syscall (linux-amd64), const IFLA_UNSPEC = 0
 25319  pkg syscall (linux-amd64), const IFLA_WEIGHT = 15
 25320  pkg syscall (linux-amd64), const IFLA_WIRELESS = 11
 25321  pkg syscall (linux-amd64), const IFNAMSIZ = 16
 25322  pkg syscall (linux-amd64), const IGNBRK = 1
 25323  pkg syscall (linux-amd64), const IGNCR = 128
 25324  pkg syscall (linux-amd64), const IGNPAR = 4
 25325  pkg syscall (linux-amd64), const IMAXBEL = 8192
 25326  pkg syscall (linux-amd64), const INLCR = 64
 25327  pkg syscall (linux-amd64), const INPCK = 16
 25328  pkg syscall (linux-amd64), const IN_ACCESS = 1
 25329  pkg syscall (linux-amd64), const IN_ALL_EVENTS = 4095
 25330  pkg syscall (linux-amd64), const IN_ATTRIB = 4
 25331  pkg syscall (linux-amd64), const IN_CLASSA_HOST = 16777215
 25332  pkg syscall (linux-amd64), const IN_CLASSA_MAX = 128
 25333  pkg syscall (linux-amd64), const IN_CLASSA_NET = 4278190080
 25334  pkg syscall (linux-amd64), const IN_CLASSA_NSHIFT = 24
 25335  pkg syscall (linux-amd64), const IN_CLASSB_HOST = 65535
 25336  pkg syscall (linux-amd64), const IN_CLASSB_MAX = 65536
 25337  pkg syscall (linux-amd64), const IN_CLASSB_NET = 4294901760
 25338  pkg syscall (linux-amd64), const IN_CLASSB_NSHIFT = 16
 25339  pkg syscall (linux-amd64), const IN_CLASSC_HOST = 255
 25340  pkg syscall (linux-amd64), const IN_CLASSC_NET = 4294967040
 25341  pkg syscall (linux-amd64), const IN_CLASSC_NSHIFT = 8
 25342  pkg syscall (linux-amd64), const IN_CLOEXEC = 524288
 25343  pkg syscall (linux-amd64), const IN_CLOSE = 24
 25344  pkg syscall (linux-amd64), const IN_CLOSE_NOWRITE = 16
 25345  pkg syscall (linux-amd64), const IN_CLOSE_WRITE = 8
 25346  pkg syscall (linux-amd64), const IN_CREATE = 256
 25347  pkg syscall (linux-amd64), const IN_DELETE = 512
 25348  pkg syscall (linux-amd64), const IN_DELETE_SELF = 1024
 25349  pkg syscall (linux-amd64), const IN_DONT_FOLLOW = 33554432
 25350  pkg syscall (linux-amd64), const IN_EXCL_UNLINK = 67108864
 25351  pkg syscall (linux-amd64), const IN_IGNORED = 32768
 25352  pkg syscall (linux-amd64), const IN_ISDIR = 1073741824
 25353  pkg syscall (linux-amd64), const IN_LOOPBACKNET = 127
 25354  pkg syscall (linux-amd64), const IN_MASK_ADD = 536870912
 25355  pkg syscall (linux-amd64), const IN_MODIFY = 2
 25356  pkg syscall (linux-amd64), const IN_MOVE = 192
 25357  pkg syscall (linux-amd64), const IN_MOVED_FROM = 64
 25358  pkg syscall (linux-amd64), const IN_MOVED_TO = 128
 25359  pkg syscall (linux-amd64), const IN_MOVE_SELF = 2048
 25360  pkg syscall (linux-amd64), const IN_NONBLOCK = 2048
 25361  pkg syscall (linux-amd64), const IN_ONESHOT = 2147483648
 25362  pkg syscall (linux-amd64), const IN_ONLYDIR = 16777216
 25363  pkg syscall (linux-amd64), const IN_OPEN = 32
 25364  pkg syscall (linux-amd64), const IN_Q_OVERFLOW = 16384
 25365  pkg syscall (linux-amd64), const IN_UNMOUNT = 8192
 25366  pkg syscall (linux-amd64), const IPPROTO_AH = 51
 25367  pkg syscall (linux-amd64), const IPPROTO_COMP = 108
 25368  pkg syscall (linux-amd64), const IPPROTO_DCCP = 33
 25369  pkg syscall (linux-amd64), const IPPROTO_DSTOPTS = 60
 25370  pkg syscall (linux-amd64), const IPPROTO_EGP = 8
 25371  pkg syscall (linux-amd64), const IPPROTO_ENCAP = 98
 25372  pkg syscall (linux-amd64), const IPPROTO_ESP = 50
 25373  pkg syscall (linux-amd64), const IPPROTO_FRAGMENT = 44
 25374  pkg syscall (linux-amd64), const IPPROTO_GRE = 47
 25375  pkg syscall (linux-amd64), const IPPROTO_HOPOPTS = 0
 25376  pkg syscall (linux-amd64), const IPPROTO_ICMP = 1
 25377  pkg syscall (linux-amd64), const IPPROTO_ICMPV6 = 58
 25378  pkg syscall (linux-amd64), const IPPROTO_IDP = 22
 25379  pkg syscall (linux-amd64), const IPPROTO_IGMP = 2
 25380  pkg syscall (linux-amd64), const IPPROTO_IPIP = 4
 25381  pkg syscall (linux-amd64), const IPPROTO_MTP = 92
 25382  pkg syscall (linux-amd64), const IPPROTO_NONE = 59
 25383  pkg syscall (linux-amd64), const IPPROTO_PIM = 103
 25384  pkg syscall (linux-amd64), const IPPROTO_PUP = 12
 25385  pkg syscall (linux-amd64), const IPPROTO_RAW = 255
 25386  pkg syscall (linux-amd64), const IPPROTO_ROUTING = 43
 25387  pkg syscall (linux-amd64), const IPPROTO_RSVP = 46
 25388  pkg syscall (linux-amd64), const IPPROTO_SCTP = 132
 25389  pkg syscall (linux-amd64), const IPPROTO_TP = 29
 25390  pkg syscall (linux-amd64), const IPPROTO_UDPLITE = 136
 25391  pkg syscall (linux-amd64), const IPV6_2292DSTOPTS = 4
 25392  pkg syscall (linux-amd64), const IPV6_2292HOPLIMIT = 8
 25393  pkg syscall (linux-amd64), const IPV6_2292HOPOPTS = 3
 25394  pkg syscall (linux-amd64), const IPV6_2292PKTINFO = 2
 25395  pkg syscall (linux-amd64), const IPV6_2292PKTOPTIONS = 6
 25396  pkg syscall (linux-amd64), const IPV6_2292RTHDR = 5
 25397  pkg syscall (linux-amd64), const IPV6_ADDRFORM = 1
 25398  pkg syscall (linux-amd64), const IPV6_ADD_MEMBERSHIP = 20
 25399  pkg syscall (linux-amd64), const IPV6_AUTHHDR = 10
 25400  pkg syscall (linux-amd64), const IPV6_CHECKSUM = 7
 25401  pkg syscall (linux-amd64), const IPV6_DROP_MEMBERSHIP = 21
 25402  pkg syscall (linux-amd64), const IPV6_DSTOPTS = 59
 25403  pkg syscall (linux-amd64), const IPV6_HOPLIMIT = 52
 25404  pkg syscall (linux-amd64), const IPV6_HOPOPTS = 54
 25405  pkg syscall (linux-amd64), const IPV6_IPSEC_POLICY = 34
 25406  pkg syscall (linux-amd64), const IPV6_JOIN_ANYCAST = 27
 25407  pkg syscall (linux-amd64), const IPV6_JOIN_GROUP = 20
 25408  pkg syscall (linux-amd64), const IPV6_LEAVE_ANYCAST = 28
 25409  pkg syscall (linux-amd64), const IPV6_LEAVE_GROUP = 21
 25410  pkg syscall (linux-amd64), const IPV6_MTU = 24
 25411  pkg syscall (linux-amd64), const IPV6_MTU_DISCOVER = 23
 25412  pkg syscall (linux-amd64), const IPV6_MULTICAST_HOPS = 18
 25413  pkg syscall (linux-amd64), const IPV6_MULTICAST_IF = 17
 25414  pkg syscall (linux-amd64), const IPV6_MULTICAST_LOOP = 19
 25415  pkg syscall (linux-amd64), const IPV6_NEXTHOP = 9
 25416  pkg syscall (linux-amd64), const IPV6_PKTINFO = 50
 25417  pkg syscall (linux-amd64), const IPV6_PMTUDISC_DO = 2
 25418  pkg syscall (linux-amd64), const IPV6_PMTUDISC_DONT = 0
 25419  pkg syscall (linux-amd64), const IPV6_PMTUDISC_PROBE = 3
 25420  pkg syscall (linux-amd64), const IPV6_PMTUDISC_WANT = 1
 25421  pkg syscall (linux-amd64), const IPV6_RECVDSTOPTS = 58
 25422  pkg syscall (linux-amd64), const IPV6_RECVERR = 25
 25423  pkg syscall (linux-amd64), const IPV6_RECVHOPLIMIT = 51
 25424  pkg syscall (linux-amd64), const IPV6_RECVHOPOPTS = 53
 25425  pkg syscall (linux-amd64), const IPV6_RECVPKTINFO = 49
 25426  pkg syscall (linux-amd64), const IPV6_RECVRTHDR = 56
 25427  pkg syscall (linux-amd64), const IPV6_RECVTCLASS = 66
 25428  pkg syscall (linux-amd64), const IPV6_ROUTER_ALERT = 22
 25429  pkg syscall (linux-amd64), const IPV6_RTHDR = 57
 25430  pkg syscall (linux-amd64), const IPV6_RTHDRDSTOPTS = 55
 25431  pkg syscall (linux-amd64), const IPV6_RTHDR_LOOSE = 0
 25432  pkg syscall (linux-amd64), const IPV6_RTHDR_STRICT = 1
 25433  pkg syscall (linux-amd64), const IPV6_RTHDR_TYPE_0 = 0
 25434  pkg syscall (linux-amd64), const IPV6_RXDSTOPTS = 59
 25435  pkg syscall (linux-amd64), const IPV6_RXHOPOPTS = 54
 25436  pkg syscall (linux-amd64), const IPV6_TCLASS = 67
 25437  pkg syscall (linux-amd64), const IPV6_UNICAST_HOPS = 16
 25438  pkg syscall (linux-amd64), const IPV6_V6ONLY = 26
 25439  pkg syscall (linux-amd64), const IPV6_XFRM_POLICY = 35
 25440  pkg syscall (linux-amd64), const IP_ADD_MEMBERSHIP = 35
 25441  pkg syscall (linux-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 39
 25442  pkg syscall (linux-amd64), const IP_BLOCK_SOURCE = 38
 25443  pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
 25444  pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
 25445  pkg syscall (linux-amd64), const IP_DF = 16384
 25446  pkg syscall (linux-amd64), const IP_DROP_MEMBERSHIP = 36
 25447  pkg syscall (linux-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 40
 25448  pkg syscall (linux-amd64), const IP_FREEBIND = 15
 25449  pkg syscall (linux-amd64), const IP_HDRINCL = 3
 25450  pkg syscall (linux-amd64), const IP_IPSEC_POLICY = 16
 25451  pkg syscall (linux-amd64), const IP_MAXPACKET = 65535
 25452  pkg syscall (linux-amd64), const IP_MAX_MEMBERSHIPS = 20
 25453  pkg syscall (linux-amd64), const IP_MF = 8192
 25454  pkg syscall (linux-amd64), const IP_MINTTL = 21
 25455  pkg syscall (linux-amd64), const IP_MSFILTER = 41
 25456  pkg syscall (linux-amd64), const IP_MSS = 576
 25457  pkg syscall (linux-amd64), const IP_MTU = 14
 25458  pkg syscall (linux-amd64), const IP_MTU_DISCOVER = 10
 25459  pkg syscall (linux-amd64), const IP_MULTICAST_IF = 32
 25460  pkg syscall (linux-amd64), const IP_MULTICAST_LOOP = 34
 25461  pkg syscall (linux-amd64), const IP_MULTICAST_TTL = 33
 25462  pkg syscall (linux-amd64), const IP_OFFMASK = 8191
 25463  pkg syscall (linux-amd64), const IP_OPTIONS = 4
 25464  pkg syscall (linux-amd64), const IP_ORIGDSTADDR = 20
 25465  pkg syscall (linux-amd64), const IP_PASSSEC = 18
 25466  pkg syscall (linux-amd64), const IP_PKTINFO = 8
 25467  pkg syscall (linux-amd64), const IP_PKTOPTIONS = 9
 25468  pkg syscall (linux-amd64), const IP_PMTUDISC = 10
 25469  pkg syscall (linux-amd64), const IP_PMTUDISC_DO = 2
 25470  pkg syscall (linux-amd64), const IP_PMTUDISC_DONT = 0
 25471  pkg syscall (linux-amd64), const IP_PMTUDISC_PROBE = 3
 25472  pkg syscall (linux-amd64), const IP_PMTUDISC_WANT = 1
 25473  pkg syscall (linux-amd64), const IP_RECVERR = 11
 25474  pkg syscall (linux-amd64), const IP_RECVOPTS = 6
 25475  pkg syscall (linux-amd64), const IP_RECVORIGDSTADDR = 20
 25476  pkg syscall (linux-amd64), const IP_RECVRETOPTS = 7
 25477  pkg syscall (linux-amd64), const IP_RECVTOS = 13
 25478  pkg syscall (linux-amd64), const IP_RECVTTL = 12
 25479  pkg syscall (linux-amd64), const IP_RETOPTS = 7
 25480  pkg syscall (linux-amd64), const IP_RF = 32768
 25481  pkg syscall (linux-amd64), const IP_ROUTER_ALERT = 5
 25482  pkg syscall (linux-amd64), const IP_TOS = 1
 25483  pkg syscall (linux-amd64), const IP_TRANSPARENT = 19
 25484  pkg syscall (linux-amd64), const IP_TTL = 2
 25485  pkg syscall (linux-amd64), const IP_UNBLOCK_SOURCE = 37
 25486  pkg syscall (linux-amd64), const IP_XFRM_POLICY = 17
 25487  pkg syscall (linux-amd64), const ISIG = 1
 25488  pkg syscall (linux-amd64), const ISTRIP = 32
 25489  pkg syscall (linux-amd64), const IUCLC = 512
 25490  pkg syscall (linux-amd64), const IUTF8 = 16384
 25491  pkg syscall (linux-amd64), const IXANY = 2048
 25492  pkg syscall (linux-amd64), const IXOFF = 4096
 25493  pkg syscall (linux-amd64), const IXON = 1024
 25494  pkg syscall (linux-amd64), const ImplementsGetwd = true
 25495  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_OFF = 0
 25496  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
 25497  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_HALT = 3454992675
 25498  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_KEXEC = 1163412803
 25499  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
 25500  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART = 19088743
 25501  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
 25502  pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
 25503  pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC1 = 4276215469
 25504  pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC2 = 672274793
 25505  pkg syscall (linux-amd64), const LOCK_EX = 2
 25506  pkg syscall (linux-amd64), const LOCK_NB = 4
 25507  pkg syscall (linux-amd64), const LOCK_SH = 1
 25508  pkg syscall (linux-amd64), const LOCK_UN = 8
 25509  pkg syscall (linux-amd64), const MADV_DOFORK = 11
 25510  pkg syscall (linux-amd64), const MADV_DONTFORK = 10
 25511  pkg syscall (linux-amd64), const MADV_DONTNEED = 4
 25512  pkg syscall (linux-amd64), const MADV_HUGEPAGE = 14
 25513  pkg syscall (linux-amd64), const MADV_HWPOISON = 100
 25514  pkg syscall (linux-amd64), const MADV_MERGEABLE = 12
 25515  pkg syscall (linux-amd64), const MADV_NOHUGEPAGE = 15
 25516  pkg syscall (linux-amd64), const MADV_NORMAL = 0
 25517  pkg syscall (linux-amd64), const MADV_RANDOM = 1
 25518  pkg syscall (linux-amd64), const MADV_REMOVE = 9
 25519  pkg syscall (linux-amd64), const MADV_SEQUENTIAL = 2
 25520  pkg syscall (linux-amd64), const MADV_UNMERGEABLE = 13
 25521  pkg syscall (linux-amd64), const MADV_WILLNEED = 3
 25522  pkg syscall (linux-amd64), const MAP_32BIT = 64
 25523  pkg syscall (linux-amd64), const MAP_ANON = 32
 25524  pkg syscall (linux-amd64), const MAP_ANONYMOUS = 32
 25525  pkg syscall (linux-amd64), const MAP_DENYWRITE = 2048
 25526  pkg syscall (linux-amd64), const MAP_EXECUTABLE = 4096
 25527  pkg syscall (linux-amd64), const MAP_FILE = 0
 25528  pkg syscall (linux-amd64), const MAP_FIXED = 16
 25529  pkg syscall (linux-amd64), const MAP_GROWSDOWN = 256
 25530  pkg syscall (linux-amd64), const MAP_HUGETLB = 262144
 25531  pkg syscall (linux-amd64), const MAP_LOCKED = 8192
 25532  pkg syscall (linux-amd64), const MAP_NONBLOCK = 65536
 25533  pkg syscall (linux-amd64), const MAP_NORESERVE = 16384
 25534  pkg syscall (linux-amd64), const MAP_POPULATE = 32768
 25535  pkg syscall (linux-amd64), const MAP_PRIVATE = 2
 25536  pkg syscall (linux-amd64), const MAP_SHARED = 1
 25537  pkg syscall (linux-amd64), const MAP_STACK = 131072
 25538  pkg syscall (linux-amd64), const MAP_TYPE = 15
 25539  pkg syscall (linux-amd64), const MCL_CURRENT = 1
 25540  pkg syscall (linux-amd64), const MCL_FUTURE = 2
 25541  pkg syscall (linux-amd64), const MNT_DETACH = 2
 25542  pkg syscall (linux-amd64), const MNT_EXPIRE = 4
 25543  pkg syscall (linux-amd64), const MNT_FORCE = 1
 25544  pkg syscall (linux-amd64), const MSG_CMSG_CLOEXEC = 1073741824
 25545  pkg syscall (linux-amd64), const MSG_CONFIRM = 2048
 25546  pkg syscall (linux-amd64), const MSG_CTRUNC = 8
 25547  pkg syscall (linux-amd64), const MSG_DONTROUTE = 4
 25548  pkg syscall (linux-amd64), const MSG_DONTWAIT = 64
 25549  pkg syscall (linux-amd64), const MSG_EOR = 128
 25550  pkg syscall (linux-amd64), const MSG_ERRQUEUE = 8192
 25551  pkg syscall (linux-amd64), const MSG_FASTOPEN = 536870912
 25552  pkg syscall (linux-amd64), const MSG_FASTOPEN ideal-int
 25553  pkg syscall (linux-amd64), const MSG_FIN = 512
 25554  pkg syscall (linux-amd64), const MSG_MORE = 32768
 25555  pkg syscall (linux-amd64), const MSG_NOSIGNAL = 16384
 25556  pkg syscall (linux-amd64), const MSG_OOB = 1
 25557  pkg syscall (linux-amd64), const MSG_PEEK = 2
 25558  pkg syscall (linux-amd64), const MSG_PROXY = 16
 25559  pkg syscall (linux-amd64), const MSG_RST = 4096
 25560  pkg syscall (linux-amd64), const MSG_SYN = 1024
 25561  pkg syscall (linux-amd64), const MSG_TRUNC = 32
 25562  pkg syscall (linux-amd64), const MSG_TRYHARD = 4
 25563  pkg syscall (linux-amd64), const MSG_WAITALL = 256
 25564  pkg syscall (linux-amd64), const MSG_WAITFORONE = 65536
 25565  pkg syscall (linux-amd64), const MS_ACTIVE = 1073741824
 25566  pkg syscall (linux-amd64), const MS_ASYNC = 1
 25567  pkg syscall (linux-amd64), const MS_BIND = 4096
 25568  pkg syscall (linux-amd64), const MS_DIRSYNC = 128
 25569  pkg syscall (linux-amd64), const MS_INVALIDATE = 2
 25570  pkg syscall (linux-amd64), const MS_I_VERSION = 8388608
 25571  pkg syscall (linux-amd64), const MS_KERNMOUNT = 4194304
 25572  pkg syscall (linux-amd64), const MS_MANDLOCK = 64
 25573  pkg syscall (linux-amd64), const MS_MGC_MSK = 4294901760
 25574  pkg syscall (linux-amd64), const MS_MGC_VAL = 3236757504
 25575  pkg syscall (linux-amd64), const MS_MOVE = 8192
 25576  pkg syscall (linux-amd64), const MS_NOATIME = 1024
 25577  pkg syscall (linux-amd64), const MS_NODEV = 4
 25578  pkg syscall (linux-amd64), const MS_NODIRATIME = 2048
 25579  pkg syscall (linux-amd64), const MS_NOEXEC = 8
 25580  pkg syscall (linux-amd64), const MS_NOSUID = 2
 25581  pkg syscall (linux-amd64), const MS_NOUSER = -2147483648
 25582  pkg syscall (linux-amd64), const MS_POSIXACL = 65536
 25583  pkg syscall (linux-amd64), const MS_PRIVATE = 262144
 25584  pkg syscall (linux-amd64), const MS_RDONLY = 1
 25585  pkg syscall (linux-amd64), const MS_REC = 16384
 25586  pkg syscall (linux-amd64), const MS_RELATIME = 2097152
 25587  pkg syscall (linux-amd64), const MS_REMOUNT = 32
 25588  pkg syscall (linux-amd64), const MS_RMT_MASK = 8388689
 25589  pkg syscall (linux-amd64), const MS_SHARED = 1048576
 25590  pkg syscall (linux-amd64), const MS_SILENT = 32768
 25591  pkg syscall (linux-amd64), const MS_SLAVE = 524288
 25592  pkg syscall (linux-amd64), const MS_STRICTATIME = 16777216
 25593  pkg syscall (linux-amd64), const MS_SYNC = 4
 25594  pkg syscall (linux-amd64), const MS_SYNCHRONOUS = 16
 25595  pkg syscall (linux-amd64), const MS_UNBINDABLE = 131072
 25596  pkg syscall (linux-amd64), const NAME_MAX = 255
 25597  pkg syscall (linux-amd64), const NETLINK_ADD_MEMBERSHIP = 1
 25598  pkg syscall (linux-amd64), const NETLINK_AUDIT = 9
 25599  pkg syscall (linux-amd64), const NETLINK_BROADCAST_ERROR = 4
 25600  pkg syscall (linux-amd64), const NETLINK_CONNECTOR = 11
 25601  pkg syscall (linux-amd64), const NETLINK_DNRTMSG = 14
 25602  pkg syscall (linux-amd64), const NETLINK_DROP_MEMBERSHIP = 2
 25603  pkg syscall (linux-amd64), const NETLINK_ECRYPTFS = 19
 25604  pkg syscall (linux-amd64), const NETLINK_FIB_LOOKUP = 10
 25605  pkg syscall (linux-amd64), const NETLINK_FIREWALL = 3
 25606  pkg syscall (linux-amd64), const NETLINK_GENERIC = 16
 25607  pkg syscall (linux-amd64), const NETLINK_INET_DIAG = 4
 25608  pkg syscall (linux-amd64), const NETLINK_IP6_FW = 13
 25609  pkg syscall (linux-amd64), const NETLINK_ISCSI = 8
 25610  pkg syscall (linux-amd64), const NETLINK_KOBJECT_UEVENT = 15
 25611  pkg syscall (linux-amd64), const NETLINK_NETFILTER = 12
 25612  pkg syscall (linux-amd64), const NETLINK_NFLOG = 5
 25613  pkg syscall (linux-amd64), const NETLINK_NO_ENOBUFS = 5
 25614  pkg syscall (linux-amd64), const NETLINK_PKTINFO = 3
 25615  pkg syscall (linux-amd64), const NETLINK_ROUTE = 0
 25616  pkg syscall (linux-amd64), const NETLINK_SCSITRANSPORT = 18
 25617  pkg syscall (linux-amd64), const NETLINK_SELINUX = 7
 25618  pkg syscall (linux-amd64), const NETLINK_UNUSED = 1
 25619  pkg syscall (linux-amd64), const NETLINK_USERSOCK = 2
 25620  pkg syscall (linux-amd64), const NETLINK_XFRM = 6
 25621  pkg syscall (linux-amd64), const NLA_ALIGNTO = 4
 25622  pkg syscall (linux-amd64), const NLA_F_NESTED = 32768
 25623  pkg syscall (linux-amd64), const NLA_F_NET_BYTEORDER = 16384
 25624  pkg syscall (linux-amd64), const NLA_HDRLEN = 4
 25625  pkg syscall (linux-amd64), const NLMSG_ALIGNTO = 4
 25626  pkg syscall (linux-amd64), const NLMSG_DONE = 3
 25627  pkg syscall (linux-amd64), const NLMSG_ERROR = 2
 25628  pkg syscall (linux-amd64), const NLMSG_HDRLEN = 16
 25629  pkg syscall (linux-amd64), const NLMSG_MIN_TYPE = 16
 25630  pkg syscall (linux-amd64), const NLMSG_NOOP = 1
 25631  pkg syscall (linux-amd64), const NLMSG_OVERRUN = 4
 25632  pkg syscall (linux-amd64), const NLM_F_ACK = 4
 25633  pkg syscall (linux-amd64), const NLM_F_APPEND = 2048
 25634  pkg syscall (linux-amd64), const NLM_F_ATOMIC = 1024
 25635  pkg syscall (linux-amd64), const NLM_F_CREATE = 1024
 25636  pkg syscall (linux-amd64), const NLM_F_DUMP = 768
 25637  pkg syscall (linux-amd64), const NLM_F_ECHO = 8
 25638  pkg syscall (linux-amd64), const NLM_F_EXCL = 512
 25639  pkg syscall (linux-amd64), const NLM_F_MATCH = 512
 25640  pkg syscall (linux-amd64), const NLM_F_MULTI = 2
 25641  pkg syscall (linux-amd64), const NLM_F_REPLACE = 256
 25642  pkg syscall (linux-amd64), const NLM_F_REQUEST = 1
 25643  pkg syscall (linux-amd64), const NLM_F_ROOT = 256
 25644  pkg syscall (linux-amd64), const NOFLSH = 128
 25645  pkg syscall (linux-amd64), const OCRNL = 8
 25646  pkg syscall (linux-amd64), const OFDEL = 128
 25647  pkg syscall (linux-amd64), const OFILL = 64
 25648  pkg syscall (linux-amd64), const OLCUC = 2
 25649  pkg syscall (linux-amd64), const ONLCR = 4
 25650  pkg syscall (linux-amd64), const ONLRET = 32
 25651  pkg syscall (linux-amd64), const ONOCR = 16
 25652  pkg syscall (linux-amd64), const OPOST = 1
 25653  pkg syscall (linux-amd64), const O_ACCMODE = 3
 25654  pkg syscall (linux-amd64), const O_APPEND = 1024
 25655  pkg syscall (linux-amd64), const O_ASYNC = 8192
 25656  pkg syscall (linux-amd64), const O_CLOEXEC = 524288
 25657  pkg syscall (linux-amd64), const O_CREAT = 64
 25658  pkg syscall (linux-amd64), const O_DIRECT = 16384
 25659  pkg syscall (linux-amd64), const O_DIRECTORY = 65536
 25660  pkg syscall (linux-amd64), const O_DSYNC = 4096
 25661  pkg syscall (linux-amd64), const O_EXCL = 128
 25662  pkg syscall (linux-amd64), const O_FSYNC = 1052672
 25663  pkg syscall (linux-amd64), const O_LARGEFILE = 0
 25664  pkg syscall (linux-amd64), const O_NDELAY = 2048
 25665  pkg syscall (linux-amd64), const O_NOATIME = 262144
 25666  pkg syscall (linux-amd64), const O_NOCTTY = 256
 25667  pkg syscall (linux-amd64), const O_NOFOLLOW = 131072
 25668  pkg syscall (linux-amd64), const O_NONBLOCK = 2048
 25669  pkg syscall (linux-amd64), const O_RSYNC = 1052672
 25670  pkg syscall (linux-amd64), const O_SYNC = 1052672
 25671  pkg syscall (linux-amd64), const O_TRUNC = 512
 25672  pkg syscall (linux-amd64), const PACKET_ADD_MEMBERSHIP = 1
 25673  pkg syscall (linux-amd64), const PACKET_BROADCAST = 1
 25674  pkg syscall (linux-amd64), const PACKET_DROP_MEMBERSHIP = 2
 25675  pkg syscall (linux-amd64), const PACKET_FASTROUTE = 6
 25676  pkg syscall (linux-amd64), const PACKET_HOST = 0
 25677  pkg syscall (linux-amd64), const PACKET_LOOPBACK = 5
 25678  pkg syscall (linux-amd64), const PACKET_MR_ALLMULTI = 2
 25679  pkg syscall (linux-amd64), const PACKET_MR_MULTICAST = 0
 25680  pkg syscall (linux-amd64), const PACKET_MR_PROMISC = 1
 25681  pkg syscall (linux-amd64), const PACKET_MULTICAST = 2
 25682  pkg syscall (linux-amd64), const PACKET_OTHERHOST = 3
 25683  pkg syscall (linux-amd64), const PACKET_OUTGOING = 4
 25684  pkg syscall (linux-amd64), const PACKET_RECV_OUTPUT = 3
 25685  pkg syscall (linux-amd64), const PACKET_RX_RING = 5
 25686  pkg syscall (linux-amd64), const PACKET_STATISTICS = 6
 25687  pkg syscall (linux-amd64), const PARENB = 256
 25688  pkg syscall (linux-amd64), const PARMRK = 8
 25689  pkg syscall (linux-amd64), const PARODD = 512
 25690  pkg syscall (linux-amd64), const PENDIN = 16384
 25691  pkg syscall (linux-amd64), const PROT_EXEC = 4
 25692  pkg syscall (linux-amd64), const PROT_GROWSDOWN = 16777216
 25693  pkg syscall (linux-amd64), const PROT_GROWSUP = 33554432
 25694  pkg syscall (linux-amd64), const PROT_NONE = 0
 25695  pkg syscall (linux-amd64), const PROT_READ = 1
 25696  pkg syscall (linux-amd64), const PROT_WRITE = 2
 25697  pkg syscall (linux-amd64), const PR_CAPBSET_DROP = 24
 25698  pkg syscall (linux-amd64), const PR_CAPBSET_READ = 23
 25699  pkg syscall (linux-amd64), const PR_ENDIAN_BIG = 0
 25700  pkg syscall (linux-amd64), const PR_ENDIAN_LITTLE = 1
 25701  pkg syscall (linux-amd64), const PR_ENDIAN_PPC_LITTLE = 2
 25702  pkg syscall (linux-amd64), const PR_FPEMU_NOPRINT = 1
 25703  pkg syscall (linux-amd64), const PR_FPEMU_SIGFPE = 2
 25704  pkg syscall (linux-amd64), const PR_FP_EXC_ASYNC = 2
 25705  pkg syscall (linux-amd64), const PR_FP_EXC_DISABLED = 0
 25706  pkg syscall (linux-amd64), const PR_FP_EXC_DIV = 65536
 25707  pkg syscall (linux-amd64), const PR_FP_EXC_INV = 1048576
 25708  pkg syscall (linux-amd64), const PR_FP_EXC_NONRECOV = 1
 25709  pkg syscall (linux-amd64), const PR_FP_EXC_OVF = 131072
 25710  pkg syscall (linux-amd64), const PR_FP_EXC_PRECISE = 3
 25711  pkg syscall (linux-amd64), const PR_FP_EXC_RES = 524288
 25712  pkg syscall (linux-amd64), const PR_FP_EXC_SW_ENABLE = 128
 25713  pkg syscall (linux-amd64), const PR_FP_EXC_UND = 262144
 25714  pkg syscall (linux-amd64), const PR_GET_DUMPABLE = 3
 25715  pkg syscall (linux-amd64), const PR_GET_ENDIAN = 19
 25716  pkg syscall (linux-amd64), const PR_GET_FPEMU = 9
 25717  pkg syscall (linux-amd64), const PR_GET_FPEXC = 11
 25718  pkg syscall (linux-amd64), const PR_GET_KEEPCAPS = 7
 25719  pkg syscall (linux-amd64), const PR_GET_NAME = 16
 25720  pkg syscall (linux-amd64), const PR_GET_PDEATHSIG = 2
 25721  pkg syscall (linux-amd64), const PR_GET_SECCOMP = 21
 25722  pkg syscall (linux-amd64), const PR_GET_SECUREBITS = 27
 25723  pkg syscall (linux-amd64), const PR_GET_TIMERSLACK = 30
 25724  pkg syscall (linux-amd64), const PR_GET_TIMING = 13
 25725  pkg syscall (linux-amd64), const PR_GET_TSC = 25
 25726  pkg syscall (linux-amd64), const PR_GET_UNALIGN = 5
 25727  pkg syscall (linux-amd64), const PR_MCE_KILL = 33
 25728  pkg syscall (linux-amd64), const PR_MCE_KILL_CLEAR = 0
 25729  pkg syscall (linux-amd64), const PR_MCE_KILL_DEFAULT = 2
 25730  pkg syscall (linux-amd64), const PR_MCE_KILL_EARLY = 1
 25731  pkg syscall (linux-amd64), const PR_MCE_KILL_GET = 34
 25732  pkg syscall (linux-amd64), const PR_MCE_KILL_LATE = 0
 25733  pkg syscall (linux-amd64), const PR_MCE_KILL_SET = 1
 25734  pkg syscall (linux-amd64), const PR_SET_DUMPABLE = 4
 25735  pkg syscall (linux-amd64), const PR_SET_ENDIAN = 20
 25736  pkg syscall (linux-amd64), const PR_SET_FPEMU = 10
 25737  pkg syscall (linux-amd64), const PR_SET_FPEXC = 12
 25738  pkg syscall (linux-amd64), const PR_SET_KEEPCAPS = 8
 25739  pkg syscall (linux-amd64), const PR_SET_NAME = 15
 25740  pkg syscall (linux-amd64), const PR_SET_PDEATHSIG = 1
 25741  pkg syscall (linux-amd64), const PR_SET_PTRACER = 1499557217
 25742  pkg syscall (linux-amd64), const PR_SET_SECCOMP = 22
 25743  pkg syscall (linux-amd64), const PR_SET_SECUREBITS = 28
 25744  pkg syscall (linux-amd64), const PR_SET_TIMERSLACK = 29
 25745  pkg syscall (linux-amd64), const PR_SET_TIMING = 14
 25746  pkg syscall (linux-amd64), const PR_SET_TSC = 26
 25747  pkg syscall (linux-amd64), const PR_SET_UNALIGN = 6
 25748  pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_DISABLE = 31
 25749  pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_ENABLE = 32
 25750  pkg syscall (linux-amd64), const PR_TIMING_STATISTICAL = 0
 25751  pkg syscall (linux-amd64), const PR_TIMING_TIMESTAMP = 1
 25752  pkg syscall (linux-amd64), const PR_TSC_ENABLE = 1
 25753  pkg syscall (linux-amd64), const PR_TSC_SIGSEGV = 2
 25754  pkg syscall (linux-amd64), const PR_UNALIGN_NOPRINT = 1
 25755  pkg syscall (linux-amd64), const PR_UNALIGN_SIGBUS = 2
 25756  pkg syscall (linux-amd64), const PTRACE_ARCH_PRCTL = 30
 25757  pkg syscall (linux-amd64), const PTRACE_ATTACH = 16
 25758  pkg syscall (linux-amd64), const PTRACE_CONT = 7
 25759  pkg syscall (linux-amd64), const PTRACE_DETACH = 17
 25760  pkg syscall (linux-amd64), const PTRACE_EVENT_CLONE = 3
 25761  pkg syscall (linux-amd64), const PTRACE_EVENT_EXEC = 4
 25762  pkg syscall (linux-amd64), const PTRACE_EVENT_EXIT = 6
 25763  pkg syscall (linux-amd64), const PTRACE_EVENT_FORK = 1
 25764  pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK = 2
 25765  pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK_DONE = 5
 25766  pkg syscall (linux-amd64), const PTRACE_GETEVENTMSG = 16897
 25767  pkg syscall (linux-amd64), const PTRACE_GETFPREGS = 14
 25768  pkg syscall (linux-amd64), const PTRACE_GETFPXREGS = 18
 25769  pkg syscall (linux-amd64), const PTRACE_GETREGS = 12
 25770  pkg syscall (linux-amd64), const PTRACE_GETREGSET = 16900
 25771  pkg syscall (linux-amd64), const PTRACE_GETSIGINFO = 16898
 25772  pkg syscall (linux-amd64), const PTRACE_GET_THREAD_AREA = 25
 25773  pkg syscall (linux-amd64), const PTRACE_KILL = 8
 25774  pkg syscall (linux-amd64), const PTRACE_OLDSETOPTIONS = 21
 25775  pkg syscall (linux-amd64), const PTRACE_O_MASK = 127
 25776  pkg syscall (linux-amd64), const PTRACE_O_TRACECLONE = 8
 25777  pkg syscall (linux-amd64), const PTRACE_O_TRACEEXEC = 16
 25778  pkg syscall (linux-amd64), const PTRACE_O_TRACEEXIT = 64
 25779  pkg syscall (linux-amd64), const PTRACE_O_TRACEFORK = 2
 25780  pkg syscall (linux-amd64), const PTRACE_O_TRACESYSGOOD = 1
 25781  pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORK = 4
 25782  pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORKDONE = 32
 25783  pkg syscall (linux-amd64), const PTRACE_PEEKDATA = 2
 25784  pkg syscall (linux-amd64), const PTRACE_PEEKTEXT = 1
 25785  pkg syscall (linux-amd64), const PTRACE_PEEKUSR = 3
 25786  pkg syscall (linux-amd64), const PTRACE_POKEDATA = 5
 25787  pkg syscall (linux-amd64), const PTRACE_POKETEXT = 4
 25788  pkg syscall (linux-amd64), const PTRACE_POKEUSR = 6
 25789  pkg syscall (linux-amd64), const PTRACE_SETFPREGS = 15
 25790  pkg syscall (linux-amd64), const PTRACE_SETFPXREGS = 19
 25791  pkg syscall (linux-amd64), const PTRACE_SETOPTIONS = 16896
 25792  pkg syscall (linux-amd64), const PTRACE_SETREGS = 13
 25793  pkg syscall (linux-amd64), const PTRACE_SETREGSET = 16901
 25794  pkg syscall (linux-amd64), const PTRACE_SETSIGINFO = 16899
 25795  pkg syscall (linux-amd64), const PTRACE_SET_THREAD_AREA = 26
 25796  pkg syscall (linux-amd64), const PTRACE_SINGLEBLOCK = 33
 25797  pkg syscall (linux-amd64), const PTRACE_SINGLESTEP = 9
 25798  pkg syscall (linux-amd64), const PTRACE_SYSCALL = 24
 25799  pkg syscall (linux-amd64), const PTRACE_SYSEMU = 31
 25800  pkg syscall (linux-amd64), const PTRACE_SYSEMU_SINGLESTEP = 32
 25801  pkg syscall (linux-amd64), const PTRACE_TRACEME = 0
 25802  pkg syscall (linux-amd64), const PathMax = 4096
 25803  pkg syscall (linux-amd64), const RLIMIT_AS = 9
 25804  pkg syscall (linux-amd64), const RLIMIT_CORE = 4
 25805  pkg syscall (linux-amd64), const RLIMIT_CPU = 0
 25806  pkg syscall (linux-amd64), const RLIMIT_DATA = 2
 25807  pkg syscall (linux-amd64), const RLIMIT_FSIZE = 1
 25808  pkg syscall (linux-amd64), const RLIMIT_NOFILE = 7
 25809  pkg syscall (linux-amd64), const RLIMIT_STACK = 3
 25810  pkg syscall (linux-amd64), const RLIM_INFINITY = -1
 25811  pkg syscall (linux-amd64), const RTAX_ADVMSS = 8
 25812  pkg syscall (linux-amd64), const RTAX_CWND = 7
 25813  pkg syscall (linux-amd64), const RTAX_FEATURES = 12
 25814  pkg syscall (linux-amd64), const RTAX_FEATURE_ALLFRAG = 8
 25815  pkg syscall (linux-amd64), const RTAX_FEATURE_ECN = 1
 25816  pkg syscall (linux-amd64), const RTAX_FEATURE_SACK = 2
 25817  pkg syscall (linux-amd64), const RTAX_FEATURE_TIMESTAMP = 4
 25818  pkg syscall (linux-amd64), const RTAX_HOPLIMIT = 10
 25819  pkg syscall (linux-amd64), const RTAX_INITCWND = 11
 25820  pkg syscall (linux-amd64), const RTAX_INITRWND = 14
 25821  pkg syscall (linux-amd64), const RTAX_LOCK = 1
 25822  pkg syscall (linux-amd64), const RTAX_MAX = 14
 25823  pkg syscall (linux-amd64), const RTAX_MTU = 2
 25824  pkg syscall (linux-amd64), const RTAX_REORDERING = 9
 25825  pkg syscall (linux-amd64), const RTAX_RTO_MIN = 13
 25826  pkg syscall (linux-amd64), const RTAX_RTT = 4
 25827  pkg syscall (linux-amd64), const RTAX_RTTVAR = 5
 25828  pkg syscall (linux-amd64), const RTAX_SSTHRESH = 6
 25829  pkg syscall (linux-amd64), const RTAX_UNSPEC = 0
 25830  pkg syscall (linux-amd64), const RTAX_WINDOW = 3
 25831  pkg syscall (linux-amd64), const RTA_ALIGNTO = 4
 25832  pkg syscall (linux-amd64), const RTA_CACHEINFO = 12
 25833  pkg syscall (linux-amd64), const RTA_DST = 1
 25834  pkg syscall (linux-amd64), const RTA_FLOW = 11
 25835  pkg syscall (linux-amd64), const RTA_GATEWAY = 5
 25836  pkg syscall (linux-amd64), const RTA_IIF = 3
 25837  pkg syscall (linux-amd64), const RTA_MAX = 16
 25838  pkg syscall (linux-amd64), const RTA_METRICS = 8
 25839  pkg syscall (linux-amd64), const RTA_MULTIPATH = 9
 25840  pkg syscall (linux-amd64), const RTA_OIF = 4
 25841  pkg syscall (linux-amd64), const RTA_PREFSRC = 7
 25842  pkg syscall (linux-amd64), const RTA_PRIORITY = 6
 25843  pkg syscall (linux-amd64), const RTA_SRC = 2
 25844  pkg syscall (linux-amd64), const RTA_TABLE = 15
 25845  pkg syscall (linux-amd64), const RTA_UNSPEC = 0
 25846  pkg syscall (linux-amd64), const RTCF_DIRECTSRC = 67108864
 25847  pkg syscall (linux-amd64), const RTCF_DOREDIRECT = 16777216
 25848  pkg syscall (linux-amd64), const RTCF_LOG = 33554432
 25849  pkg syscall (linux-amd64), const RTCF_MASQ = 4194304
 25850  pkg syscall (linux-amd64), const RTCF_NAT = 8388608
 25851  pkg syscall (linux-amd64), const RTCF_VALVE = 2097152
 25852  pkg syscall (linux-amd64), const RTF_ADDRCLASSMASK = 4160749568
 25853  pkg syscall (linux-amd64), const RTF_ADDRCONF = 262144
 25854  pkg syscall (linux-amd64), const RTF_ALLONLINK = 131072
 25855  pkg syscall (linux-amd64), const RTF_BROADCAST = 268435456
 25856  pkg syscall (linux-amd64), const RTF_CACHE = 16777216
 25857  pkg syscall (linux-amd64), const RTF_DEFAULT = 65536
 25858  pkg syscall (linux-amd64), const RTF_DYNAMIC = 16
 25859  pkg syscall (linux-amd64), const RTF_FLOW = 33554432
 25860  pkg syscall (linux-amd64), const RTF_GATEWAY = 2
 25861  pkg syscall (linux-amd64), const RTF_HOST = 4
 25862  pkg syscall (linux-amd64), const RTF_INTERFACE = 1073741824
 25863  pkg syscall (linux-amd64), const RTF_IRTT = 256
 25864  pkg syscall (linux-amd64), const RTF_LINKRT = 1048576
 25865  pkg syscall (linux-amd64), const RTF_LOCAL = 2147483648
 25866  pkg syscall (linux-amd64), const RTF_MODIFIED = 32
 25867  pkg syscall (linux-amd64), const RTF_MSS = 64
 25868  pkg syscall (linux-amd64), const RTF_MTU = 64
 25869  pkg syscall (linux-amd64), const RTF_MULTICAST = 536870912
 25870  pkg syscall (linux-amd64), const RTF_NAT = 134217728
 25871  pkg syscall (linux-amd64), const RTF_NOFORWARD = 4096
 25872  pkg syscall (linux-amd64), const RTF_NONEXTHOP = 2097152
 25873  pkg syscall (linux-amd64), const RTF_NOPMTUDISC = 16384
 25874  pkg syscall (linux-amd64), const RTF_POLICY = 67108864
 25875  pkg syscall (linux-amd64), const RTF_REINSTATE = 8
 25876  pkg syscall (linux-amd64), const RTF_REJECT = 512
 25877  pkg syscall (linux-amd64), const RTF_STATIC = 1024
 25878  pkg syscall (linux-amd64), const RTF_THROW = 8192
 25879  pkg syscall (linux-amd64), const RTF_UP = 1
 25880  pkg syscall (linux-amd64), const RTF_WINDOW = 128
 25881  pkg syscall (linux-amd64), const RTF_XRESOLVE = 2048
 25882  pkg syscall (linux-amd64), const RTM_BASE = 16
 25883  pkg syscall (linux-amd64), const RTM_DELACTION = 49
 25884  pkg syscall (linux-amd64), const RTM_DELADDR = 21
 25885  pkg syscall (linux-amd64), const RTM_DELADDRLABEL = 73
 25886  pkg syscall (linux-amd64), const RTM_DELLINK = 17
 25887  pkg syscall (linux-amd64), const RTM_DELNEIGH = 29
 25888  pkg syscall (linux-amd64), const RTM_DELQDISC = 37
 25889  pkg syscall (linux-amd64), const RTM_DELROUTE = 25
 25890  pkg syscall (linux-amd64), const RTM_DELRULE = 33
 25891  pkg syscall (linux-amd64), const RTM_DELTCLASS = 41
 25892  pkg syscall (linux-amd64), const RTM_DELTFILTER = 45
 25893  pkg syscall (linux-amd64), const RTM_F_CLONED = 512
 25894  pkg syscall (linux-amd64), const RTM_F_EQUALIZE = 1024
 25895  pkg syscall (linux-amd64), const RTM_F_NOTIFY = 256
 25896  pkg syscall (linux-amd64), const RTM_F_PREFIX = 2048
 25897  pkg syscall (linux-amd64), const RTM_GETACTION = 50
 25898  pkg syscall (linux-amd64), const RTM_GETADDR = 22
 25899  pkg syscall (linux-amd64), const RTM_GETADDRLABEL = 74
 25900  pkg syscall (linux-amd64), const RTM_GETANYCAST = 62
 25901  pkg syscall (linux-amd64), const RTM_GETDCB = 78
 25902  pkg syscall (linux-amd64), const RTM_GETLINK = 18
 25903  pkg syscall (linux-amd64), const RTM_GETMULTICAST = 58
 25904  pkg syscall (linux-amd64), const RTM_GETNEIGH = 30
 25905  pkg syscall (linux-amd64), const RTM_GETNEIGHTBL = 66
 25906  pkg syscall (linux-amd64), const RTM_GETQDISC = 38
 25907  pkg syscall (linux-amd64), const RTM_GETROUTE = 26
 25908  pkg syscall (linux-amd64), const RTM_GETRULE = 34
 25909  pkg syscall (linux-amd64), const RTM_GETTCLASS = 42
 25910  pkg syscall (linux-amd64), const RTM_GETTFILTER = 46
 25911  pkg syscall (linux-amd64), const RTM_MAX = 79
 25912  pkg syscall (linux-amd64), const RTM_NEWACTION = 48
 25913  pkg syscall (linux-amd64), const RTM_NEWADDR = 20
 25914  pkg syscall (linux-amd64), const RTM_NEWADDRLABEL = 72
 25915  pkg syscall (linux-amd64), const RTM_NEWLINK = 16
 25916  pkg syscall (linux-amd64), const RTM_NEWNDUSEROPT = 68
 25917  pkg syscall (linux-amd64), const RTM_NEWNEIGH = 28
 25918  pkg syscall (linux-amd64), const RTM_NEWNEIGHTBL = 64
 25919  pkg syscall (linux-amd64), const RTM_NEWPREFIX = 52
 25920  pkg syscall (linux-amd64), const RTM_NEWQDISC = 36
 25921  pkg syscall (linux-amd64), const RTM_NEWROUTE = 24
 25922  pkg syscall (linux-amd64), const RTM_NEWRULE = 32
 25923  pkg syscall (linux-amd64), const RTM_NEWTCLASS = 40
 25924  pkg syscall (linux-amd64), const RTM_NEWTFILTER = 44
 25925  pkg syscall (linux-amd64), const RTM_NR_FAMILIES = 16
 25926  pkg syscall (linux-amd64), const RTM_NR_MSGTYPES = 64
 25927  pkg syscall (linux-amd64), const RTM_SETDCB = 79
 25928  pkg syscall (linux-amd64), const RTM_SETLINK = 19
 25929  pkg syscall (linux-amd64), const RTM_SETNEIGHTBL = 67
 25930  pkg syscall (linux-amd64), const RTNH_ALIGNTO = 4
 25931  pkg syscall (linux-amd64), const RTNH_F_DEAD = 1
 25932  pkg syscall (linux-amd64), const RTNH_F_ONLINK = 4
 25933  pkg syscall (linux-amd64), const RTNH_F_PERVASIVE = 2
 25934  pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR = 5
 25935  pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int
 25936  pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE = 6
 25937  pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int
 25938  pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE = 7
 25939  pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int
 25940  pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE = 8
 25941  pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE ideal-int
 25942  pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR = 9
 25943  pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR ideal-int
 25944  pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO = 12
 25945  pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO ideal-int
 25946  pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE = 10
 25947  pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE ideal-int
 25948  pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX = 18
 25949  pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX ideal-int
 25950  pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE = 11
 25951  pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE ideal-int
 25952  pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE = 19
 25953  pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE ideal-int
 25954  pkg syscall (linux-amd64), const RTNLGRP_LINK = 1
 25955  pkg syscall (linux-amd64), const RTNLGRP_LINK ideal-int
 25956  pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT = 20
 25957  pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT ideal-int
 25958  pkg syscall (linux-amd64), const RTNLGRP_NEIGH = 3
 25959  pkg syscall (linux-amd64), const RTNLGRP_NEIGH ideal-int
 25960  pkg syscall (linux-amd64), const RTNLGRP_NONE = 0
 25961  pkg syscall (linux-amd64), const RTNLGRP_NONE ideal-int
 25962  pkg syscall (linux-amd64), const RTNLGRP_NOTIFY = 2
 25963  pkg syscall (linux-amd64), const RTNLGRP_NOTIFY ideal-int
 25964  pkg syscall (linux-amd64), const RTNLGRP_TC = 4
 25965  pkg syscall (linux-amd64), const RTNLGRP_TC ideal-int
 25966  pkg syscall (linux-amd64), const RTN_ANYCAST = 4
 25967  pkg syscall (linux-amd64), const RTN_BLACKHOLE = 6
 25968  pkg syscall (linux-amd64), const RTN_BROADCAST = 3
 25969  pkg syscall (linux-amd64), const RTN_LOCAL = 2
 25970  pkg syscall (linux-amd64), const RTN_MAX = 11
 25971  pkg syscall (linux-amd64), const RTN_MULTICAST = 5
 25972  pkg syscall (linux-amd64), const RTN_NAT = 10
 25973  pkg syscall (linux-amd64), const RTN_PROHIBIT = 8
 25974  pkg syscall (linux-amd64), const RTN_THROW = 9
 25975  pkg syscall (linux-amd64), const RTN_UNICAST = 1
 25976  pkg syscall (linux-amd64), const RTN_UNREACHABLE = 7
 25977  pkg syscall (linux-amd64), const RTN_UNSPEC = 0
 25978  pkg syscall (linux-amd64), const RTN_XRESOLVE = 11
 25979  pkg syscall (linux-amd64), const RTPROT_BIRD = 12
 25980  pkg syscall (linux-amd64), const RTPROT_BOOT = 3
 25981  pkg syscall (linux-amd64), const RTPROT_DHCP = 16
 25982  pkg syscall (linux-amd64), const RTPROT_DNROUTED = 13
 25983  pkg syscall (linux-amd64), const RTPROT_GATED = 8
 25984  pkg syscall (linux-amd64), const RTPROT_KERNEL = 2
 25985  pkg syscall (linux-amd64), const RTPROT_MRT = 10
 25986  pkg syscall (linux-amd64), const RTPROT_NTK = 15
 25987  pkg syscall (linux-amd64), const RTPROT_RA = 9
 25988  pkg syscall (linux-amd64), const RTPROT_REDIRECT = 1
 25989  pkg syscall (linux-amd64), const RTPROT_STATIC = 4
 25990  pkg syscall (linux-amd64), const RTPROT_UNSPEC = 0
 25991  pkg syscall (linux-amd64), const RTPROT_XORP = 14
 25992  pkg syscall (linux-amd64), const RTPROT_ZEBRA = 11
 25993  pkg syscall (linux-amd64), const RT_CLASS_DEFAULT = 253
 25994  pkg syscall (linux-amd64), const RT_CLASS_LOCAL = 255
 25995  pkg syscall (linux-amd64), const RT_CLASS_MAIN = 254
 25996  pkg syscall (linux-amd64), const RT_CLASS_MAX = 255
 25997  pkg syscall (linux-amd64), const RT_CLASS_UNSPEC = 0
 25998  pkg syscall (linux-amd64), const RT_SCOPE_HOST = 254
 25999  pkg syscall (linux-amd64), const RT_SCOPE_LINK = 253
 26000  pkg syscall (linux-amd64), const RT_SCOPE_NOWHERE = 255
 26001  pkg syscall (linux-amd64), const RT_SCOPE_SITE = 200
 26002  pkg syscall (linux-amd64), const RT_SCOPE_UNIVERSE = 0
 26003  pkg syscall (linux-amd64), const RT_TABLE_COMPAT = 252
 26004  pkg syscall (linux-amd64), const RT_TABLE_DEFAULT = 253
 26005  pkg syscall (linux-amd64), const RT_TABLE_LOCAL = 255
 26006  pkg syscall (linux-amd64), const RT_TABLE_MAIN = 254
 26007  pkg syscall (linux-amd64), const RT_TABLE_MAX = 4294967295
 26008  pkg syscall (linux-amd64), const RT_TABLE_UNSPEC = 0
 26009  pkg syscall (linux-amd64), const RUSAGE_CHILDREN = -1
 26010  pkg syscall (linux-amd64), const RUSAGE_SELF = 0
 26011  pkg syscall (linux-amd64), const RUSAGE_THREAD = 1
 26012  pkg syscall (linux-amd64), const SCM_CREDENTIALS = 2
 26013  pkg syscall (linux-amd64), const SCM_RIGHTS = 1
 26014  pkg syscall (linux-amd64), const SCM_TIMESTAMP = 29
 26015  pkg syscall (linux-amd64), const SCM_TIMESTAMPING = 37
 26016  pkg syscall (linux-amd64), const SCM_TIMESTAMPNS = 35
 26017  pkg syscall (linux-amd64), const SIGBUS = 7
 26018  pkg syscall (linux-amd64), const SIGCHLD = 17
 26019  pkg syscall (linux-amd64), const SIGCLD = 17
 26020  pkg syscall (linux-amd64), const SIGCONT = 18
 26021  pkg syscall (linux-amd64), const SIGIO = 29
 26022  pkg syscall (linux-amd64), const SIGIOT = 6
 26023  pkg syscall (linux-amd64), const SIGPOLL = 29
 26024  pkg syscall (linux-amd64), const SIGPROF = 27
 26025  pkg syscall (linux-amd64), const SIGPWR = 30
 26026  pkg syscall (linux-amd64), const SIGSTKFLT = 16
 26027  pkg syscall (linux-amd64), const SIGSTOP = 19
 26028  pkg syscall (linux-amd64), const SIGSYS = 31
 26029  pkg syscall (linux-amd64), const SIGTSTP = 20
 26030  pkg syscall (linux-amd64), const SIGTTIN = 21
 26031  pkg syscall (linux-amd64), const SIGTTOU = 22
 26032  pkg syscall (linux-amd64), const SIGUNUSED = 31
 26033  pkg syscall (linux-amd64), const SIGURG = 23
 26034  pkg syscall (linux-amd64), const SIGUSR1 = 10
 26035  pkg syscall (linux-amd64), const SIGUSR2 = 12
 26036  pkg syscall (linux-amd64), const SIGVTALRM = 26
 26037  pkg syscall (linux-amd64), const SIGWINCH = 28
 26038  pkg syscall (linux-amd64), const SIGXCPU = 24
 26039  pkg syscall (linux-amd64), const SIGXFSZ = 25
 26040  pkg syscall (linux-amd64), const SIOCADDDLCI = 35200
 26041  pkg syscall (linux-amd64), const SIOCADDMULTI = 35121
 26042  pkg syscall (linux-amd64), const SIOCADDRT = 35083
 26043  pkg syscall (linux-amd64), const SIOCATMARK = 35077
 26044  pkg syscall (linux-amd64), const SIOCDARP = 35155
 26045  pkg syscall (linux-amd64), const SIOCDELDLCI = 35201
 26046  pkg syscall (linux-amd64), const SIOCDELMULTI = 35122
 26047  pkg syscall (linux-amd64), const SIOCDELRT = 35084
 26048  pkg syscall (linux-amd64), const SIOCDEVPRIVATE = 35312
 26049  pkg syscall (linux-amd64), const SIOCDIFADDR = 35126
 26050  pkg syscall (linux-amd64), const SIOCDRARP = 35168
 26051  pkg syscall (linux-amd64), const SIOCGARP = 35156
 26052  pkg syscall (linux-amd64), const SIOCGIFADDR = 35093
 26053  pkg syscall (linux-amd64), const SIOCGIFBR = 35136
 26054  pkg syscall (linux-amd64), const SIOCGIFBRDADDR = 35097
 26055  pkg syscall (linux-amd64), const SIOCGIFCONF = 35090
 26056  pkg syscall (linux-amd64), const SIOCGIFCOUNT = 35128
 26057  pkg syscall (linux-amd64), const SIOCGIFDSTADDR = 35095
 26058  pkg syscall (linux-amd64), const SIOCGIFENCAP = 35109
 26059  pkg syscall (linux-amd64), const SIOCGIFFLAGS = 35091
 26060  pkg syscall (linux-amd64), const SIOCGIFHWADDR = 35111
 26061  pkg syscall (linux-amd64), const SIOCGIFINDEX = 35123
 26062  pkg syscall (linux-amd64), const SIOCGIFMAP = 35184
 26063  pkg syscall (linux-amd64), const SIOCGIFMEM = 35103
 26064  pkg syscall (linux-amd64), const SIOCGIFMETRIC = 35101
 26065  pkg syscall (linux-amd64), const SIOCGIFMTU = 35105
 26066  pkg syscall (linux-amd64), const SIOCGIFNAME = 35088
 26067  pkg syscall (linux-amd64), const SIOCGIFNETMASK = 35099
 26068  pkg syscall (linux-amd64), const SIOCGIFPFLAGS = 35125
 26069  pkg syscall (linux-amd64), const SIOCGIFSLAVE = 35113
 26070  pkg syscall (linux-amd64), const SIOCGIFTXQLEN = 35138
 26071  pkg syscall (linux-amd64), const SIOCGPGRP = 35076
 26072  pkg syscall (linux-amd64), const SIOCGRARP = 35169
 26073  pkg syscall (linux-amd64), const SIOCGSTAMP = 35078
 26074  pkg syscall (linux-amd64), const SIOCGSTAMPNS = 35079
 26075  pkg syscall (linux-amd64), const SIOCPROTOPRIVATE = 35296
 26076  pkg syscall (linux-amd64), const SIOCRTMSG = 35085
 26077  pkg syscall (linux-amd64), const SIOCSARP = 35157
 26078  pkg syscall (linux-amd64), const SIOCSIFADDR = 35094
 26079  pkg syscall (linux-amd64), const SIOCSIFBR = 35137
 26080  pkg syscall (linux-amd64), const SIOCSIFBRDADDR = 35098
 26081  pkg syscall (linux-amd64), const SIOCSIFDSTADDR = 35096
 26082  pkg syscall (linux-amd64), const SIOCSIFENCAP = 35110
 26083  pkg syscall (linux-amd64), const SIOCSIFFLAGS = 35092
 26084  pkg syscall (linux-amd64), const SIOCSIFHWADDR = 35108
 26085  pkg syscall (linux-amd64), const SIOCSIFHWBROADCAST = 35127
 26086  pkg syscall (linux-amd64), const SIOCSIFLINK = 35089
 26087  pkg syscall (linux-amd64), const SIOCSIFMAP = 35185
 26088  pkg syscall (linux-amd64), const SIOCSIFMEM = 35104
 26089  pkg syscall (linux-amd64), const SIOCSIFMETRIC = 35102
 26090  pkg syscall (linux-amd64), const SIOCSIFMTU = 35106
 26091  pkg syscall (linux-amd64), const SIOCSIFNAME = 35107
 26092  pkg syscall (linux-amd64), const SIOCSIFNETMASK = 35100
 26093  pkg syscall (linux-amd64), const SIOCSIFPFLAGS = 35124
 26094  pkg syscall (linux-amd64), const SIOCSIFSLAVE = 35120
 26095  pkg syscall (linux-amd64), const SIOCSIFTXQLEN = 35139
 26096  pkg syscall (linux-amd64), const SIOCSPGRP = 35074
 26097  pkg syscall (linux-amd64), const SIOCSRARP = 35170
 26098  pkg syscall (linux-amd64), const SOCK_CLOEXEC = 524288
 26099  pkg syscall (linux-amd64), const SOCK_DCCP = 6
 26100  pkg syscall (linux-amd64), const SOCK_NONBLOCK = 2048
 26101  pkg syscall (linux-amd64), const SOCK_PACKET = 10
 26102  pkg syscall (linux-amd64), const SOCK_RDM = 4
 26103  pkg syscall (linux-amd64), const SOL_AAL = 265
 26104  pkg syscall (linux-amd64), const SOL_ATM = 264
 26105  pkg syscall (linux-amd64), const SOL_DECNET = 261
 26106  pkg syscall (linux-amd64), const SOL_ICMPV6 = 58
 26107  pkg syscall (linux-amd64), const SOL_IP = 0
 26108  pkg syscall (linux-amd64), const SOL_IPV6 = 41
 26109  pkg syscall (linux-amd64), const SOL_IRDA = 266
 26110  pkg syscall (linux-amd64), const SOL_PACKET = 263
 26111  pkg syscall (linux-amd64), const SOL_RAW = 255
 26112  pkg syscall (linux-amd64), const SOL_SOCKET = 1
 26113  pkg syscall (linux-amd64), const SOL_TCP = 6
 26114  pkg syscall (linux-amd64), const SOL_X25 = 262
 26115  pkg syscall (linux-amd64), const SOMAXCONN = 128
 26116  pkg syscall (linux-amd64), const SO_ACCEPTCONN = 30
 26117  pkg syscall (linux-amd64), const SO_ATTACH_FILTER = 26
 26118  pkg syscall (linux-amd64), const SO_BINDTODEVICE = 25
 26119  pkg syscall (linux-amd64), const SO_BROADCAST = 6
 26120  pkg syscall (linux-amd64), const SO_BSDCOMPAT = 14
 26121  pkg syscall (linux-amd64), const SO_DEBUG = 1
 26122  pkg syscall (linux-amd64), const SO_DETACH_FILTER = 27
 26123  pkg syscall (linux-amd64), const SO_DOMAIN = 39
 26124  pkg syscall (linux-amd64), const SO_DONTROUTE = 5
 26125  pkg syscall (linux-amd64), const SO_ERROR = 4
 26126  pkg syscall (linux-amd64), const SO_KEEPALIVE = 9
 26127  pkg syscall (linux-amd64), const SO_LINGER = 13
 26128  pkg syscall (linux-amd64), const SO_MARK = 36
 26129  pkg syscall (linux-amd64), const SO_NO_CHECK = 11
 26130  pkg syscall (linux-amd64), const SO_OOBINLINE = 10
 26131  pkg syscall (linux-amd64), const SO_PASSCRED = 16
 26132  pkg syscall (linux-amd64), const SO_PASSSEC = 34
 26133  pkg syscall (linux-amd64), const SO_PEERCRED = 17
 26134  pkg syscall (linux-amd64), const SO_PEERNAME = 28
 26135  pkg syscall (linux-amd64), const SO_PEERSEC = 31
 26136  pkg syscall (linux-amd64), const SO_PRIORITY = 12
 26137  pkg syscall (linux-amd64), const SO_PROTOCOL = 38
 26138  pkg syscall (linux-amd64), const SO_RCVBUF = 8
 26139  pkg syscall (linux-amd64), const SO_RCVBUFFORCE = 33
 26140  pkg syscall (linux-amd64), const SO_RCVLOWAT = 18
 26141  pkg syscall (linux-amd64), const SO_RCVTIMEO = 20
 26142  pkg syscall (linux-amd64), const SO_REUSEADDR = 2
 26143  pkg syscall (linux-amd64), const SO_RXQ_OVFL = 40
 26144  pkg syscall (linux-amd64), const SO_SECURITY_AUTHENTICATION = 22
 26145  pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_NETWORK = 24
 26146  pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
 26147  pkg syscall (linux-amd64), const SO_SNDBUF = 7
 26148  pkg syscall (linux-amd64), const SO_SNDBUFFORCE = 32
 26149  pkg syscall (linux-amd64), const SO_SNDLOWAT = 19
 26150  pkg syscall (linux-amd64), const SO_SNDTIMEO = 21
 26151  pkg syscall (linux-amd64), const SO_TIMESTAMP = 29
 26152  pkg syscall (linux-amd64), const SO_TIMESTAMPING = 37
 26153  pkg syscall (linux-amd64), const SO_TIMESTAMPNS = 35
 26154  pkg syscall (linux-amd64), const SO_TYPE = 3
 26155  pkg syscall (linux-amd64), const SYS_ACCEPT = 43
 26156  pkg syscall (linux-amd64), const SYS_ACCEPT4 = 288
 26157  pkg syscall (linux-amd64), const SYS_ACCESS = 21
 26158  pkg syscall (linux-amd64), const SYS_ACCT = 163
 26159  pkg syscall (linux-amd64), const SYS_ADD_KEY = 248
 26160  pkg syscall (linux-amd64), const SYS_ADJTIMEX = 159
 26161  pkg syscall (linux-amd64), const SYS_AFS_SYSCALL = 183
 26162  pkg syscall (linux-amd64), const SYS_ALARM = 37
 26163  pkg syscall (linux-amd64), const SYS_ARCH_PRCTL = 158
 26164  pkg syscall (linux-amd64), const SYS_BIND = 49
 26165  pkg syscall (linux-amd64), const SYS_BRK = 12
 26166  pkg syscall (linux-amd64), const SYS_CAPGET = 125
 26167  pkg syscall (linux-amd64), const SYS_CAPSET = 126
 26168  pkg syscall (linux-amd64), const SYS_CHDIR = 80
 26169  pkg syscall (linux-amd64), const SYS_CHMOD = 90
 26170  pkg syscall (linux-amd64), const SYS_CHOWN = 92
 26171  pkg syscall (linux-amd64), const SYS_CHROOT = 161
 26172  pkg syscall (linux-amd64), const SYS_CLOCK_GETRES = 229
 26173  pkg syscall (linux-amd64), const SYS_CLOCK_GETTIME = 228
 26174  pkg syscall (linux-amd64), const SYS_CLOCK_NANOSLEEP = 230
 26175  pkg syscall (linux-amd64), const SYS_CLOCK_SETTIME = 227
 26176  pkg syscall (linux-amd64), const SYS_CLONE = 56
 26177  pkg syscall (linux-amd64), const SYS_CLOSE = 3
 26178  pkg syscall (linux-amd64), const SYS_CONNECT = 42
 26179  pkg syscall (linux-amd64), const SYS_CREAT = 85
 26180  pkg syscall (linux-amd64), const SYS_CREATE_MODULE = 174
 26181  pkg syscall (linux-amd64), const SYS_DELETE_MODULE = 176
 26182  pkg syscall (linux-amd64), const SYS_DUP = 32
 26183  pkg syscall (linux-amd64), const SYS_DUP2 = 33
 26184  pkg syscall (linux-amd64), const SYS_DUP3 = 292
 26185  pkg syscall (linux-amd64), const SYS_EPOLL_CREATE = 213
 26186  pkg syscall (linux-amd64), const SYS_EPOLL_CREATE1 = 291
 26187  pkg syscall (linux-amd64), const SYS_EPOLL_CTL = 233
 26188  pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD = 214
 26189  pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT = 281
 26190  pkg syscall (linux-amd64), const SYS_EPOLL_WAIT = 232
 26191  pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD = 215
 26192  pkg syscall (linux-amd64), const SYS_EVENTFD = 284
 26193  pkg syscall (linux-amd64), const SYS_EVENTFD2 = 290
 26194  pkg syscall (linux-amd64), const SYS_EXECVE = 59
 26195  pkg syscall (linux-amd64), const SYS_EXIT = 60
 26196  pkg syscall (linux-amd64), const SYS_EXIT_GROUP = 231
 26197  pkg syscall (linux-amd64), const SYS_FACCESSAT = 269
 26198  pkg syscall (linux-amd64), const SYS_FADVISE64 = 221
 26199  pkg syscall (linux-amd64), const SYS_FALLOCATE = 285
 26200  pkg syscall (linux-amd64), const SYS_FANOTIFY_INIT = 300
 26201  pkg syscall (linux-amd64), const SYS_FANOTIFY_MARK = 301
 26202  pkg syscall (linux-amd64), const SYS_FCHDIR = 81
 26203  pkg syscall (linux-amd64), const SYS_FCHMOD = 91
 26204  pkg syscall (linux-amd64), const SYS_FCHMODAT = 268
 26205  pkg syscall (linux-amd64), const SYS_FCHOWN = 93
 26206  pkg syscall (linux-amd64), const SYS_FCHOWNAT = 260
 26207  pkg syscall (linux-amd64), const SYS_FCNTL = 72
 26208  pkg syscall (linux-amd64), const SYS_FDATASYNC = 75
 26209  pkg syscall (linux-amd64), const SYS_FGETXATTR = 193
 26210  pkg syscall (linux-amd64), const SYS_FLISTXATTR = 196
 26211  pkg syscall (linux-amd64), const SYS_FLOCK = 73
 26212  pkg syscall (linux-amd64), const SYS_FORK = 57
 26213  pkg syscall (linux-amd64), const SYS_FREMOVEXATTR = 199
 26214  pkg syscall (linux-amd64), const SYS_FSETXATTR = 190
 26215  pkg syscall (linux-amd64), const SYS_FSTAT = 5
 26216  pkg syscall (linux-amd64), const SYS_FSTATFS = 138
 26217  pkg syscall (linux-amd64), const SYS_FSYNC = 74
 26218  pkg syscall (linux-amd64), const SYS_FTRUNCATE = 77
 26219  pkg syscall (linux-amd64), const SYS_FUTEX = 202
 26220  pkg syscall (linux-amd64), const SYS_FUTIMESAT = 261
 26221  pkg syscall (linux-amd64), const SYS_GETCWD = 79
 26222  pkg syscall (linux-amd64), const SYS_GETDENTS = 78
 26223  pkg syscall (linux-amd64), const SYS_GETDENTS64 = 217
 26224  pkg syscall (linux-amd64), const SYS_GETEGID = 108
 26225  pkg syscall (linux-amd64), const SYS_GETEUID = 107
 26226  pkg syscall (linux-amd64), const SYS_GETGID = 104
 26227  pkg syscall (linux-amd64), const SYS_GETGROUPS = 115
 26228  pkg syscall (linux-amd64), const SYS_GETITIMER = 36
 26229  pkg syscall (linux-amd64), const SYS_GETPEERNAME = 52
 26230  pkg syscall (linux-amd64), const SYS_GETPGID = 121
 26231  pkg syscall (linux-amd64), const SYS_GETPGRP = 111
 26232  pkg syscall (linux-amd64), const SYS_GETPID = 39
 26233  pkg syscall (linux-amd64), const SYS_GETPMSG = 181
 26234  pkg syscall (linux-amd64), const SYS_GETPPID = 110
 26235  pkg syscall (linux-amd64), const SYS_GETPRIORITY = 140
 26236  pkg syscall (linux-amd64), const SYS_GETRESGID = 120
 26237  pkg syscall (linux-amd64), const SYS_GETRESUID = 118
 26238  pkg syscall (linux-amd64), const SYS_GETRLIMIT = 97
 26239  pkg syscall (linux-amd64), const SYS_GETRUSAGE = 98
 26240  pkg syscall (linux-amd64), const SYS_GETSID = 124
 26241  pkg syscall (linux-amd64), const SYS_GETSOCKNAME = 51
 26242  pkg syscall (linux-amd64), const SYS_GETSOCKOPT = 55
 26243  pkg syscall (linux-amd64), const SYS_GETTID = 186
 26244  pkg syscall (linux-amd64), const SYS_GETTIMEOFDAY = 96
 26245  pkg syscall (linux-amd64), const SYS_GETUID = 102
 26246  pkg syscall (linux-amd64), const SYS_GETXATTR = 191
 26247  pkg syscall (linux-amd64), const SYS_GET_KERNEL_SYMS = 177
 26248  pkg syscall (linux-amd64), const SYS_GET_MEMPOLICY = 239
 26249  pkg syscall (linux-amd64), const SYS_GET_ROBUST_LIST = 274
 26250  pkg syscall (linux-amd64), const SYS_GET_THREAD_AREA = 211
 26251  pkg syscall (linux-amd64), const SYS_INIT_MODULE = 175
 26252  pkg syscall (linux-amd64), const SYS_INOTIFY_ADD_WATCH = 254
 26253  pkg syscall (linux-amd64), const SYS_INOTIFY_INIT = 253
 26254  pkg syscall (linux-amd64), const SYS_INOTIFY_INIT1 = 294
 26255  pkg syscall (linux-amd64), const SYS_INOTIFY_RM_WATCH = 255
 26256  pkg syscall (linux-amd64), const SYS_IOCTL = 16
 26257  pkg syscall (linux-amd64), const SYS_IOPERM = 173
 26258  pkg syscall (linux-amd64), const SYS_IOPL = 172
 26259  pkg syscall (linux-amd64), const SYS_IOPRIO_GET = 252
 26260  pkg syscall (linux-amd64), const SYS_IOPRIO_SET = 251
 26261  pkg syscall (linux-amd64), const SYS_IO_CANCEL = 210
 26262  pkg syscall (linux-amd64), const SYS_IO_DESTROY = 207
 26263  pkg syscall (linux-amd64), const SYS_IO_GETEVENTS = 208
 26264  pkg syscall (linux-amd64), const SYS_IO_SETUP = 206
 26265  pkg syscall (linux-amd64), const SYS_IO_SUBMIT = 209
 26266  pkg syscall (linux-amd64), const SYS_KEXEC_LOAD = 246
 26267  pkg syscall (linux-amd64), const SYS_KEYCTL = 250
 26268  pkg syscall (linux-amd64), const SYS_KILL = 62
 26269  pkg syscall (linux-amd64), const SYS_LCHOWN = 94
 26270  pkg syscall (linux-amd64), const SYS_LGETXATTR = 192
 26271  pkg syscall (linux-amd64), const SYS_LINK = 86
 26272  pkg syscall (linux-amd64), const SYS_LINKAT = 265
 26273  pkg syscall (linux-amd64), const SYS_LISTEN = 50
 26274  pkg syscall (linux-amd64), const SYS_LISTXATTR = 194
 26275  pkg syscall (linux-amd64), const SYS_LLISTXATTR = 195
 26276  pkg syscall (linux-amd64), const SYS_LOOKUP_DCOOKIE = 212
 26277  pkg syscall (linux-amd64), const SYS_LREMOVEXATTR = 198
 26278  pkg syscall (linux-amd64), const SYS_LSEEK = 8
 26279  pkg syscall (linux-amd64), const SYS_LSETXATTR = 189
 26280  pkg syscall (linux-amd64), const SYS_LSTAT = 6
 26281  pkg syscall (linux-amd64), const SYS_MADVISE = 28
 26282  pkg syscall (linux-amd64), const SYS_MBIND = 237
 26283  pkg syscall (linux-amd64), const SYS_MIGRATE_PAGES = 256
 26284  pkg syscall (linux-amd64), const SYS_MINCORE = 27
 26285  pkg syscall (linux-amd64), const SYS_MKDIR = 83
 26286  pkg syscall (linux-amd64), const SYS_MKDIRAT = 258
 26287  pkg syscall (linux-amd64), const SYS_MKNOD = 133
 26288  pkg syscall (linux-amd64), const SYS_MKNODAT = 259
 26289  pkg syscall (linux-amd64), const SYS_MLOCK = 149
 26290  pkg syscall (linux-amd64), const SYS_MLOCKALL = 151
 26291  pkg syscall (linux-amd64), const SYS_MMAP = 9
 26292  pkg syscall (linux-amd64), const SYS_MODIFY_LDT = 154
 26293  pkg syscall (linux-amd64), const SYS_MOUNT = 165
 26294  pkg syscall (linux-amd64), const SYS_MOVE_PAGES = 279
 26295  pkg syscall (linux-amd64), const SYS_MPROTECT = 10
 26296  pkg syscall (linux-amd64), const SYS_MQ_GETSETATTR = 245
 26297  pkg syscall (linux-amd64), const SYS_MQ_NOTIFY = 244
 26298  pkg syscall (linux-amd64), const SYS_MQ_OPEN = 240
 26299  pkg syscall (linux-amd64), const SYS_MQ_TIMEDRECEIVE = 243
 26300  pkg syscall (linux-amd64), const SYS_MQ_TIMEDSEND = 242
 26301  pkg syscall (linux-amd64), const SYS_MQ_UNLINK = 241
 26302  pkg syscall (linux-amd64), const SYS_MREMAP = 25
 26303  pkg syscall (linux-amd64), const SYS_MSGCTL = 71
 26304  pkg syscall (linux-amd64), const SYS_MSGGET = 68
 26305  pkg syscall (linux-amd64), const SYS_MSGRCV = 70
 26306  pkg syscall (linux-amd64), const SYS_MSGSND = 69
 26307  pkg syscall (linux-amd64), const SYS_MSYNC = 26
 26308  pkg syscall (linux-amd64), const SYS_MUNLOCK = 150
 26309  pkg syscall (linux-amd64), const SYS_MUNLOCKALL = 152
 26310  pkg syscall (linux-amd64), const SYS_MUNMAP = 11
 26311  pkg syscall (linux-amd64), const SYS_NANOSLEEP = 35
 26312  pkg syscall (linux-amd64), const SYS_NEWFSTATAT = 262
 26313  pkg syscall (linux-amd64), const SYS_NFSSERVCTL = 180
 26314  pkg syscall (linux-amd64), const SYS_OPEN = 2
 26315  pkg syscall (linux-amd64), const SYS_OPENAT = 257
 26316  pkg syscall (linux-amd64), const SYS_PAUSE = 34
 26317  pkg syscall (linux-amd64), const SYS_PERF_EVENT_OPEN = 298
 26318  pkg syscall (linux-amd64), const SYS_PERSONALITY = 135
 26319  pkg syscall (linux-amd64), const SYS_PIPE = 22
 26320  pkg syscall (linux-amd64), const SYS_PIPE2 = 293
 26321  pkg syscall (linux-amd64), const SYS_PIVOT_ROOT = 155
 26322  pkg syscall (linux-amd64), const SYS_POLL = 7
 26323  pkg syscall (linux-amd64), const SYS_PPOLL = 271
 26324  pkg syscall (linux-amd64), const SYS_PRCTL = 157
 26325  pkg syscall (linux-amd64), const SYS_PREAD64 = 17
 26326  pkg syscall (linux-amd64), const SYS_PREADV = 295
 26327  pkg syscall (linux-amd64), const SYS_PRLIMIT64 = 302
 26328  pkg syscall (linux-amd64), const SYS_PSELECT6 = 270
 26329  pkg syscall (linux-amd64), const SYS_PTRACE = 101
 26330  pkg syscall (linux-amd64), const SYS_PUTPMSG = 182
 26331  pkg syscall (linux-amd64), const SYS_PWRITE64 = 18
 26332  pkg syscall (linux-amd64), const SYS_PWRITEV = 296
 26333  pkg syscall (linux-amd64), const SYS_QUERY_MODULE = 178
 26334  pkg syscall (linux-amd64), const SYS_QUOTACTL = 179
 26335  pkg syscall (linux-amd64), const SYS_READ = 0
 26336  pkg syscall (linux-amd64), const SYS_READAHEAD = 187
 26337  pkg syscall (linux-amd64), const SYS_READLINK = 89
 26338  pkg syscall (linux-amd64), const SYS_READLINKAT = 267
 26339  pkg syscall (linux-amd64), const SYS_READV = 19
 26340  pkg syscall (linux-amd64), const SYS_REBOOT = 169
 26341  pkg syscall (linux-amd64), const SYS_RECVFROM = 45
 26342  pkg syscall (linux-amd64), const SYS_RECVMMSG = 299
 26343  pkg syscall (linux-amd64), const SYS_RECVMSG = 47
 26344  pkg syscall (linux-amd64), const SYS_REMAP_FILE_PAGES = 216
 26345  pkg syscall (linux-amd64), const SYS_REMOVEXATTR = 197
 26346  pkg syscall (linux-amd64), const SYS_RENAME = 82
 26347  pkg syscall (linux-amd64), const SYS_RENAMEAT = 264
 26348  pkg syscall (linux-amd64), const SYS_REQUEST_KEY = 249
 26349  pkg syscall (linux-amd64), const SYS_RESTART_SYSCALL = 219
 26350  pkg syscall (linux-amd64), const SYS_RMDIR = 84
 26351  pkg syscall (linux-amd64), const SYS_RT_SIGACTION = 13
 26352  pkg syscall (linux-amd64), const SYS_RT_SIGPENDING = 127
 26353  pkg syscall (linux-amd64), const SYS_RT_SIGPROCMASK = 14
 26354  pkg syscall (linux-amd64), const SYS_RT_SIGQUEUEINFO = 129
 26355  pkg syscall (linux-amd64), const SYS_RT_SIGRETURN = 15
 26356  pkg syscall (linux-amd64), const SYS_RT_SIGSUSPEND = 130
 26357  pkg syscall (linux-amd64), const SYS_RT_SIGTIMEDWAIT = 128
 26358  pkg syscall (linux-amd64), const SYS_RT_TGSIGQUEUEINFO = 297
 26359  pkg syscall (linux-amd64), const SYS_SCHED_GETAFFINITY = 204
 26360  pkg syscall (linux-amd64), const SYS_SCHED_GETPARAM = 143
 26361  pkg syscall (linux-amd64), const SYS_SCHED_GETSCHEDULER = 145
 26362  pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 146
 26363  pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 147
 26364  pkg syscall (linux-amd64), const SYS_SCHED_RR_GET_INTERVAL = 148
 26365  pkg syscall (linux-amd64), const SYS_SCHED_SETAFFINITY = 203
 26366  pkg syscall (linux-amd64), const SYS_SCHED_SETPARAM = 142
 26367  pkg syscall (linux-amd64), const SYS_SCHED_SETSCHEDULER = 144
 26368  pkg syscall (linux-amd64), const SYS_SCHED_YIELD = 24
 26369  pkg syscall (linux-amd64), const SYS_SECURITY = 185
 26370  pkg syscall (linux-amd64), const SYS_SELECT = 23
 26371  pkg syscall (linux-amd64), const SYS_SEMCTL = 66
 26372  pkg syscall (linux-amd64), const SYS_SEMGET = 64
 26373  pkg syscall (linux-amd64), const SYS_SEMOP = 65
 26374  pkg syscall (linux-amd64), const SYS_SEMTIMEDOP = 220
 26375  pkg syscall (linux-amd64), const SYS_SENDFILE = 40
 26376  pkg syscall (linux-amd64), const SYS_SENDMSG = 46
 26377  pkg syscall (linux-amd64), const SYS_SENDTO = 44
 26378  pkg syscall (linux-amd64), const SYS_SETDOMAINNAME = 171
 26379  pkg syscall (linux-amd64), const SYS_SETFSGID = 123
 26380  pkg syscall (linux-amd64), const SYS_SETFSUID = 122
 26381  pkg syscall (linux-amd64), const SYS_SETGID = 106
 26382  pkg syscall (linux-amd64), const SYS_SETGROUPS = 116
 26383  pkg syscall (linux-amd64), const SYS_SETHOSTNAME = 170
 26384  pkg syscall (linux-amd64), const SYS_SETITIMER = 38
 26385  pkg syscall (linux-amd64), const SYS_SETPGID = 109
 26386  pkg syscall (linux-amd64), const SYS_SETPRIORITY = 141
 26387  pkg syscall (linux-amd64), const SYS_SETREGID = 114
 26388  pkg syscall (linux-amd64), const SYS_SETRESGID = 119
 26389  pkg syscall (linux-amd64), const SYS_SETRESUID = 117
 26390  pkg syscall (linux-amd64), const SYS_SETREUID = 113
 26391  pkg syscall (linux-amd64), const SYS_SETRLIMIT = 160
 26392  pkg syscall (linux-amd64), const SYS_SETSID = 112
 26393  pkg syscall (linux-amd64), const SYS_SETSOCKOPT = 54
 26394  pkg syscall (linux-amd64), const SYS_SETTIMEOFDAY = 164
 26395  pkg syscall (linux-amd64), const SYS_SETUID = 105
 26396  pkg syscall (linux-amd64), const SYS_SETXATTR = 188
 26397  pkg syscall (linux-amd64), const SYS_SET_MEMPOLICY = 238
 26398  pkg syscall (linux-amd64), const SYS_SET_ROBUST_LIST = 273
 26399  pkg syscall (linux-amd64), const SYS_SET_THREAD_AREA = 205
 26400  pkg syscall (linux-amd64), const SYS_SET_TID_ADDRESS = 218
 26401  pkg syscall (linux-amd64), const SYS_SHMAT = 30
 26402  pkg syscall (linux-amd64), const SYS_SHMCTL = 31
 26403  pkg syscall (linux-amd64), const SYS_SHMDT = 67
 26404  pkg syscall (linux-amd64), const SYS_SHMGET = 29
 26405  pkg syscall (linux-amd64), const SYS_SHUTDOWN = 48
 26406  pkg syscall (linux-amd64), const SYS_SIGALTSTACK = 131
 26407  pkg syscall (linux-amd64), const SYS_SIGNALFD = 282
 26408  pkg syscall (linux-amd64), const SYS_SIGNALFD4 = 289
 26409  pkg syscall (linux-amd64), const SYS_SOCKET = 41
 26410  pkg syscall (linux-amd64), const SYS_SOCKETPAIR = 53
 26411  pkg syscall (linux-amd64), const SYS_SPLICE = 275
 26412  pkg syscall (linux-amd64), const SYS_STAT = 4
 26413  pkg syscall (linux-amd64), const SYS_STATFS = 137
 26414  pkg syscall (linux-amd64), const SYS_SWAPOFF = 168
 26415  pkg syscall (linux-amd64), const SYS_SWAPON = 167
 26416  pkg syscall (linux-amd64), const SYS_SYMLINK = 88
 26417  pkg syscall (linux-amd64), const SYS_SYMLINKAT = 266
 26418  pkg syscall (linux-amd64), const SYS_SYNC = 162
 26419  pkg syscall (linux-amd64), const SYS_SYNC_FILE_RANGE = 277
 26420  pkg syscall (linux-amd64), const SYS_SYSFS = 139
 26421  pkg syscall (linux-amd64), const SYS_SYSINFO = 99
 26422  pkg syscall (linux-amd64), const SYS_SYSLOG = 103
 26423  pkg syscall (linux-amd64), const SYS_TEE = 276
 26424  pkg syscall (linux-amd64), const SYS_TGKILL = 234
 26425  pkg syscall (linux-amd64), const SYS_TIME = 201
 26426  pkg syscall (linux-amd64), const SYS_TIMERFD_CREATE = 283
 26427  pkg syscall (linux-amd64), const SYS_TIMERFD_GETTIME = 287
 26428  pkg syscall (linux-amd64), const SYS_TIMERFD_SETTIME = 286
 26429  pkg syscall (linux-amd64), const SYS_TIMER_CREATE = 222
 26430  pkg syscall (linux-amd64), const SYS_TIMER_DELETE = 226
 26431  pkg syscall (linux-amd64), const SYS_TIMER_GETOVERRUN = 225
 26432  pkg syscall (linux-amd64), const SYS_TIMER_GETTIME = 224
 26433  pkg syscall (linux-amd64), const SYS_TIMER_SETTIME = 223
 26434  pkg syscall (linux-amd64), const SYS_TIMES = 100
 26435  pkg syscall (linux-amd64), const SYS_TKILL = 200
 26436  pkg syscall (linux-amd64), const SYS_TRUNCATE = 76
 26437  pkg syscall (linux-amd64), const SYS_TUXCALL = 184
 26438  pkg syscall (linux-amd64), const SYS_UMASK = 95
 26439  pkg syscall (linux-amd64), const SYS_UMOUNT2 = 166
 26440  pkg syscall (linux-amd64), const SYS_UNAME = 63
 26441  pkg syscall (linux-amd64), const SYS_UNLINK = 87
 26442  pkg syscall (linux-amd64), const SYS_UNLINKAT = 263
 26443  pkg syscall (linux-amd64), const SYS_UNSHARE = 272
 26444  pkg syscall (linux-amd64), const SYS_USELIB = 134
 26445  pkg syscall (linux-amd64), const SYS_USTAT = 136
 26446  pkg syscall (linux-amd64), const SYS_UTIME = 132
 26447  pkg syscall (linux-amd64), const SYS_UTIMENSAT = 280
 26448  pkg syscall (linux-amd64), const SYS_UTIMES = 235
 26449  pkg syscall (linux-amd64), const SYS_VFORK = 58
 26450  pkg syscall (linux-amd64), const SYS_VHANGUP = 153
 26451  pkg syscall (linux-amd64), const SYS_VMSPLICE = 278
 26452  pkg syscall (linux-amd64), const SYS_VSERVER = 236
 26453  pkg syscall (linux-amd64), const SYS_WAIT4 = 61
 26454  pkg syscall (linux-amd64), const SYS_WAITID = 247
 26455  pkg syscall (linux-amd64), const SYS_WRITE = 1
 26456  pkg syscall (linux-amd64), const SYS_WRITEV = 20
 26457  pkg syscall (linux-amd64), const SYS__SYSCTL = 156
 26458  pkg syscall (linux-amd64), const S_BLKSIZE = 512
 26459  pkg syscall (linux-amd64), const S_IEXEC = 64
 26460  pkg syscall (linux-amd64), const S_IFMT = 61440
 26461  pkg syscall (linux-amd64), const S_IREAD = 256
 26462  pkg syscall (linux-amd64), const S_IRGRP = 32
 26463  pkg syscall (linux-amd64), const S_IROTH = 4
 26464  pkg syscall (linux-amd64), const S_IRWXG = 56
 26465  pkg syscall (linux-amd64), const S_IRWXO = 7
 26466  pkg syscall (linux-amd64), const S_IRWXU = 448
 26467  pkg syscall (linux-amd64), const S_IWGRP = 16
 26468  pkg syscall (linux-amd64), const S_IWOTH = 2
 26469  pkg syscall (linux-amd64), const S_IWRITE = 128
 26470  pkg syscall (linux-amd64), const S_IXGRP = 8
 26471  pkg syscall (linux-amd64), const S_IXOTH = 1
 26472  pkg syscall (linux-amd64), const SizeofCmsghdr = 16
 26473  pkg syscall (linux-amd64), const SizeofIPMreq = 8
 26474  pkg syscall (linux-amd64), const SizeofIPMreqn = 12
 26475  pkg syscall (linux-amd64), const SizeofIPv6Mreq = 20
 26476  pkg syscall (linux-amd64), const SizeofIfAddrmsg = 8
 26477  pkg syscall (linux-amd64), const SizeofIfInfomsg = 16
 26478  pkg syscall (linux-amd64), const SizeofInet4Pktinfo = 12
 26479  pkg syscall (linux-amd64), const SizeofInet6Pktinfo = 20
 26480  pkg syscall (linux-amd64), const SizeofInotifyEvent = 16
 26481  pkg syscall (linux-amd64), const SizeofLinger = 8
 26482  pkg syscall (linux-amd64), const SizeofMsghdr = 56
 26483  pkg syscall (linux-amd64), const SizeofNlAttr = 4
 26484  pkg syscall (linux-amd64), const SizeofNlMsgerr = 20
 26485  pkg syscall (linux-amd64), const SizeofNlMsghdr = 16
 26486  pkg syscall (linux-amd64), const SizeofRtAttr = 4
 26487  pkg syscall (linux-amd64), const SizeofRtGenmsg = 1
 26488  pkg syscall (linux-amd64), const SizeofRtMsg = 12
 26489  pkg syscall (linux-amd64), const SizeofRtNexthop = 8
 26490  pkg syscall (linux-amd64), const SizeofSockFilter = 8
 26491  pkg syscall (linux-amd64), const SizeofSockFprog = 16
 26492  pkg syscall (linux-amd64), const SizeofSockaddrAny = 112
 26493  pkg syscall (linux-amd64), const SizeofSockaddrInet4 = 16
 26494  pkg syscall (linux-amd64), const SizeofSockaddrInet6 = 28
 26495  pkg syscall (linux-amd64), const SizeofSockaddrLinklayer = 20
 26496  pkg syscall (linux-amd64), const SizeofSockaddrNetlink = 12
 26497  pkg syscall (linux-amd64), const SizeofSockaddrUnix = 110
 26498  pkg syscall (linux-amd64), const SizeofTCPInfo = 104
 26499  pkg syscall (linux-amd64), const SizeofTCPInfo ideal-int
 26500  pkg syscall (linux-amd64), const SizeofUcred = 12
 26501  pkg syscall (linux-amd64), const TCGETS = 21505
 26502  pkg syscall (linux-amd64), const TCP_CONGESTION = 13
 26503  pkg syscall (linux-amd64), const TCP_CORK = 3
 26504  pkg syscall (linux-amd64), const TCP_DEFER_ACCEPT = 9
 26505  pkg syscall (linux-amd64), const TCP_INFO = 11
 26506  pkg syscall (linux-amd64), const TCP_KEEPCNT = 6
 26507  pkg syscall (linux-amd64), const TCP_KEEPIDLE = 4
 26508  pkg syscall (linux-amd64), const TCP_KEEPINTVL = 5
 26509  pkg syscall (linux-amd64), const TCP_LINGER2 = 8
 26510  pkg syscall (linux-amd64), const TCP_MAXSEG = 2
 26511  pkg syscall (linux-amd64), const TCP_MAXWIN = 65535
 26512  pkg syscall (linux-amd64), const TCP_MAX_WINSHIFT = 14
 26513  pkg syscall (linux-amd64), const TCP_MD5SIG = 14
 26514  pkg syscall (linux-amd64), const TCP_MD5SIG_MAXKEYLEN = 80
 26515  pkg syscall (linux-amd64), const TCP_MSS = 512
 26516  pkg syscall (linux-amd64), const TCP_QUICKACK = 12
 26517  pkg syscall (linux-amd64), const TCP_SYNCNT = 7
 26518  pkg syscall (linux-amd64), const TCP_WINDOW_CLAMP = 10
 26519  pkg syscall (linux-amd64), const TCSETS = 21506
 26520  pkg syscall (linux-amd64), const TIOCCBRK = 21544
 26521  pkg syscall (linux-amd64), const TIOCCONS = 21533
 26522  pkg syscall (linux-amd64), const TIOCEXCL = 21516
 26523  pkg syscall (linux-amd64), const TIOCGDEV = 2147767346
 26524  pkg syscall (linux-amd64), const TIOCGETD = 21540
 26525  pkg syscall (linux-amd64), const TIOCGICOUNT = 21597
 26526  pkg syscall (linux-amd64), const TIOCGLCKTRMIOS = 21590
 26527  pkg syscall (linux-amd64), const TIOCGPGRP = 21519
 26528  pkg syscall (linux-amd64), const TIOCGPTN = 2147767344
 26529  pkg syscall (linux-amd64), const TIOCGRS485 = 21550
 26530  pkg syscall (linux-amd64), const TIOCGSERIAL = 21534
 26531  pkg syscall (linux-amd64), const TIOCGSID = 21545
 26532  pkg syscall (linux-amd64), const TIOCGSOFTCAR = 21529
 26533  pkg syscall (linux-amd64), const TIOCGWINSZ = 21523
 26534  pkg syscall (linux-amd64), const TIOCINQ = 21531
 26535  pkg syscall (linux-amd64), const TIOCLINUX = 21532
 26536  pkg syscall (linux-amd64), const TIOCMBIC = 21527
 26537  pkg syscall (linux-amd64), const TIOCMBIS = 21526
 26538  pkg syscall (linux-amd64), const TIOCMGET = 21525
 26539  pkg syscall (linux-amd64), const TIOCMIWAIT = 21596
 26540  pkg syscall (linux-amd64), const TIOCMSET = 21528
 26541  pkg syscall (linux-amd64), const TIOCM_CAR = 64
 26542  pkg syscall (linux-amd64), const TIOCM_CD = 64
 26543  pkg syscall (linux-amd64), const TIOCM_CTS = 32
 26544  pkg syscall (linux-amd64), const TIOCM_DSR = 256
 26545  pkg syscall (linux-amd64), const TIOCM_DTR = 2
 26546  pkg syscall (linux-amd64), const TIOCM_LE = 1
 26547  pkg syscall (linux-amd64), const TIOCM_RI = 128
 26548  pkg syscall (linux-amd64), const TIOCM_RNG = 128
 26549  pkg syscall (linux-amd64), const TIOCM_RTS = 4
 26550  pkg syscall (linux-amd64), const TIOCM_SR = 16
 26551  pkg syscall (linux-amd64), const TIOCM_ST = 8
 26552  pkg syscall (linux-amd64), const TIOCNOTTY = 21538
 26553  pkg syscall (linux-amd64), const TIOCNXCL = 21517
 26554  pkg syscall (linux-amd64), const TIOCOUTQ = 21521
 26555  pkg syscall (linux-amd64), const TIOCPKT = 21536
 26556  pkg syscall (linux-amd64), const TIOCPKT_DATA = 0
 26557  pkg syscall (linux-amd64), const TIOCPKT_DOSTOP = 32
 26558  pkg syscall (linux-amd64), const TIOCPKT_FLUSHREAD = 1
 26559  pkg syscall (linux-amd64), const TIOCPKT_FLUSHWRITE = 2
 26560  pkg syscall (linux-amd64), const TIOCPKT_IOCTL = 64
 26561  pkg syscall (linux-amd64), const TIOCPKT_NOSTOP = 16
 26562  pkg syscall (linux-amd64), const TIOCPKT_START = 8
 26563  pkg syscall (linux-amd64), const TIOCPKT_STOP = 4
 26564  pkg syscall (linux-amd64), const TIOCSBRK = 21543
 26565  pkg syscall (linux-amd64), const TIOCSCTTY = 21518
 26566  pkg syscall (linux-amd64), const TIOCSERCONFIG = 21587
 26567  pkg syscall (linux-amd64), const TIOCSERGETLSR = 21593
 26568  pkg syscall (linux-amd64), const TIOCSERGETMULTI = 21594
 26569  pkg syscall (linux-amd64), const TIOCSERGSTRUCT = 21592
 26570  pkg syscall (linux-amd64), const TIOCSERGWILD = 21588
 26571  pkg syscall (linux-amd64), const TIOCSERSETMULTI = 21595
 26572  pkg syscall (linux-amd64), const TIOCSERSWILD = 21589
 26573  pkg syscall (linux-amd64), const TIOCSER_TEMT = 1
 26574  pkg syscall (linux-amd64), const TIOCSETD = 21539
 26575  pkg syscall (linux-amd64), const TIOCSIG = 1074025526
 26576  pkg syscall (linux-amd64), const TIOCSLCKTRMIOS = 21591
 26577  pkg syscall (linux-amd64), const TIOCSPGRP = 21520
 26578  pkg syscall (linux-amd64), const TIOCSPTLCK = 1074025521
 26579  pkg syscall (linux-amd64), const TIOCSRS485 = 21551
 26580  pkg syscall (linux-amd64), const TIOCSSERIAL = 21535
 26581  pkg syscall (linux-amd64), const TIOCSSOFTCAR = 21530
 26582  pkg syscall (linux-amd64), const TIOCSTI = 21522
 26583  pkg syscall (linux-amd64), const TIOCSWINSZ = 21524
 26584  pkg syscall (linux-amd64), const TOSTOP = 256
 26585  pkg syscall (linux-amd64), const TUNATTACHFILTER = 1074812117
 26586  pkg syscall (linux-amd64), const TUNDETACHFILTER = 1074812118
 26587  pkg syscall (linux-amd64), const TUNGETFEATURES = 2147767503
 26588  pkg syscall (linux-amd64), const TUNGETIFF = 2147767506
 26589  pkg syscall (linux-amd64), const TUNGETSNDBUF = 2147767507
 26590  pkg syscall (linux-amd64), const TUNGETVNETHDRSZ = 2147767511
 26591  pkg syscall (linux-amd64), const TUNSETDEBUG = 1074025673
 26592  pkg syscall (linux-amd64), const TUNSETGROUP = 1074025678
 26593  pkg syscall (linux-amd64), const TUNSETIFF = 1074025674
 26594  pkg syscall (linux-amd64), const TUNSETLINK = 1074025677
 26595  pkg syscall (linux-amd64), const TUNSETNOCSUM = 1074025672
 26596  pkg syscall (linux-amd64), const TUNSETOFFLOAD = 1074025680
 26597  pkg syscall (linux-amd64), const TUNSETOWNER = 1074025676
 26598  pkg syscall (linux-amd64), const TUNSETPERSIST = 1074025675
 26599  pkg syscall (linux-amd64), const TUNSETSNDBUF = 1074025684
 26600  pkg syscall (linux-amd64), const TUNSETTXFILTER = 1074025681
 26601  pkg syscall (linux-amd64), const TUNSETVNETHDRSZ = 1074025688
 26602  pkg syscall (linux-amd64), const VDISCARD = 13
 26603  pkg syscall (linux-amd64), const VEOF = 4
 26604  pkg syscall (linux-amd64), const VEOL = 11
 26605  pkg syscall (linux-amd64), const VEOL2 = 16
 26606  pkg syscall (linux-amd64), const VERASE = 2
 26607  pkg syscall (linux-amd64), const VINTR = 0
 26608  pkg syscall (linux-amd64), const VKILL = 3
 26609  pkg syscall (linux-amd64), const VLNEXT = 15
 26610  pkg syscall (linux-amd64), const VMIN = 6
 26611  pkg syscall (linux-amd64), const VQUIT = 1
 26612  pkg syscall (linux-amd64), const VREPRINT = 12
 26613  pkg syscall (linux-amd64), const VSTART = 8
 26614  pkg syscall (linux-amd64), const VSTOP = 9
 26615  pkg syscall (linux-amd64), const VSUSP = 10
 26616  pkg syscall (linux-amd64), const VSWTC = 7
 26617  pkg syscall (linux-amd64), const VTIME = 5
 26618  pkg syscall (linux-amd64), const VWERASE = 14
 26619  pkg syscall (linux-amd64), const WALL = 1073741824
 26620  pkg syscall (linux-amd64), const WCLONE = 2147483648
 26621  pkg syscall (linux-amd64), const WCONTINUED = 8
 26622  pkg syscall (linux-amd64), const WEXITED = 4
 26623  pkg syscall (linux-amd64), const WNOHANG = 1
 26624  pkg syscall (linux-amd64), const WNOTHREAD = 536870912
 26625  pkg syscall (linux-amd64), const WNOWAIT = 16777216
 26626  pkg syscall (linux-amd64), const WORDSIZE = 64
 26627  pkg syscall (linux-amd64), const WSTOPPED = 2
 26628  pkg syscall (linux-amd64), const WUNTRACED = 2
 26629  pkg syscall (linux-amd64), const XCASE = 4
 26630  pkg syscall (linux-amd64), func Accept4(int, int) (int, Sockaddr, error)
 26631  pkg syscall (linux-amd64), func GetsockoptUcred(int, int, int) (*Ucred, error)
 26632  pkg syscall (linux-amd64), func Getxattr(string, string, []uint8) (int, error)
 26633  pkg syscall (linux-amd64), func Listxattr(string, []uint8) (int, error)
 26634  pkg syscall (linux-amd64), func Pipe2([]int, int) error
 26635  pkg syscall (linux-amd64), func PtraceSyscall(int, int) error
 26636  pkg syscall (linux-amd64), func Removexattr(string, string) error
 26637  pkg syscall (linux-amd64), func Setxattr(string, string, []uint8, int) error
 26638  pkg syscall (linux-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
 26639  pkg syscall (linux-amd64), type SysProcAttr struct, Ctty int
 26640  pkg syscall (linux-amd64), type TCPInfo struct
 26641  pkg syscall (linux-amd64), type TCPInfo struct, Advmss uint32
 26642  pkg syscall (linux-amd64), type TCPInfo struct, Ato uint32
 26643  pkg syscall (linux-amd64), type TCPInfo struct, Backoff uint8
 26644  pkg syscall (linux-amd64), type TCPInfo struct, Ca_state uint8
 26645  pkg syscall (linux-amd64), type TCPInfo struct, Fackets uint32
 26646  pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_recv uint32
 26647  pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_sent uint32
 26648  pkg syscall (linux-amd64), type TCPInfo struct, Last_data_recv uint32
 26649  pkg syscall (linux-amd64), type TCPInfo struct, Last_data_sent uint32
 26650  pkg syscall (linux-amd64), type TCPInfo struct, Lost uint32
 26651  pkg syscall (linux-amd64), type TCPInfo struct, Options uint8
 26652  pkg syscall (linux-amd64), type TCPInfo struct, Pad_cgo_0 [2]uint8
 26653  pkg syscall (linux-amd64), type TCPInfo struct, Pmtu uint32
 26654  pkg syscall (linux-amd64), type TCPInfo struct, Probes uint8
 26655  pkg syscall (linux-amd64), type TCPInfo struct, Rcv_mss uint32
 26656  pkg syscall (linux-amd64), type TCPInfo struct, Rcv_rtt uint32
 26657  pkg syscall (linux-amd64), type TCPInfo struct, Rcv_space uint32
 26658  pkg syscall (linux-amd64), type TCPInfo struct, Rcv_ssthresh uint32
 26659  pkg syscall (linux-amd64), type TCPInfo struct, Reordering uint32
 26660  pkg syscall (linux-amd64), type TCPInfo struct, Retrans uint32
 26661  pkg syscall (linux-amd64), type TCPInfo struct, Retransmits uint8
 26662  pkg syscall (linux-amd64), type TCPInfo struct, Rto uint32
 26663  pkg syscall (linux-amd64), type TCPInfo struct, Rtt uint32
 26664  pkg syscall (linux-amd64), type TCPInfo struct, Rttvar uint32
 26665  pkg syscall (linux-amd64), type TCPInfo struct, Sacked uint32
 26666  pkg syscall (linux-amd64), type TCPInfo struct, Snd_cwnd uint32
 26667  pkg syscall (linux-amd64), type TCPInfo struct, Snd_mss uint32
 26668  pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32
 26669  pkg syscall (linux-amd64), type TCPInfo struct, State uint8
 26670  pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32
 26671  pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32
 26672  pkg syscall (linux-amd64-cgo), const AF_ALG = 38
 26673  pkg syscall (linux-amd64-cgo), const AF_APPLETALK = 5
 26674  pkg syscall (linux-amd64-cgo), const AF_ASH = 18
 26675  pkg syscall (linux-amd64-cgo), const AF_ATMPVC = 8
 26676  pkg syscall (linux-amd64-cgo), const AF_ATMSVC = 20
 26677  pkg syscall (linux-amd64-cgo), const AF_AX25 = 3
 26678  pkg syscall (linux-amd64-cgo), const AF_BLUETOOTH = 31
 26679  pkg syscall (linux-amd64-cgo), const AF_BRIDGE = 7
 26680  pkg syscall (linux-amd64-cgo), const AF_CAIF = 37
 26681  pkg syscall (linux-amd64-cgo), const AF_CAN = 29
 26682  pkg syscall (linux-amd64-cgo), const AF_DECnet = 12
 26683  pkg syscall (linux-amd64-cgo), const AF_ECONET = 19
 26684  pkg syscall (linux-amd64-cgo), const AF_FILE = 1
 26685  pkg syscall (linux-amd64-cgo), const AF_IEEE802154 = 36
 26686  pkg syscall (linux-amd64-cgo), const AF_INET6 = 10
 26687  pkg syscall (linux-amd64-cgo), const AF_IPX = 4
 26688  pkg syscall (linux-amd64-cgo), const AF_IRDA = 23
 26689  pkg syscall (linux-amd64-cgo), const AF_ISDN = 34
 26690  pkg syscall (linux-amd64-cgo), const AF_IUCV = 32
 26691  pkg syscall (linux-amd64-cgo), const AF_KEY = 15
 26692  pkg syscall (linux-amd64-cgo), const AF_LLC = 26
 26693  pkg syscall (linux-amd64-cgo), const AF_LOCAL = 1
 26694  pkg syscall (linux-amd64-cgo), const AF_MAX = 39
 26695  pkg syscall (linux-amd64-cgo), const AF_NETBEUI = 13
 26696  pkg syscall (linux-amd64-cgo), const AF_NETLINK = 16
 26697  pkg syscall (linux-amd64-cgo), const AF_NETROM = 6
 26698  pkg syscall (linux-amd64-cgo), const AF_PACKET = 17
 26699  pkg syscall (linux-amd64-cgo), const AF_PHONET = 35
 26700  pkg syscall (linux-amd64-cgo), const AF_PPPOX = 24
 26701  pkg syscall (linux-amd64-cgo), const AF_RDS = 21
 26702  pkg syscall (linux-amd64-cgo), const AF_ROSE = 11
 26703  pkg syscall (linux-amd64-cgo), const AF_ROUTE = 16
 26704  pkg syscall (linux-amd64-cgo), const AF_RXRPC = 33
 26705  pkg syscall (linux-amd64-cgo), const AF_SECURITY = 14
 26706  pkg syscall (linux-amd64-cgo), const AF_SNA = 22
 26707  pkg syscall (linux-amd64-cgo), const AF_TIPC = 30
 26708  pkg syscall (linux-amd64-cgo), const AF_WANPIPE = 25
 26709  pkg syscall (linux-amd64-cgo), const AF_X25 = 9
 26710  pkg syscall (linux-amd64-cgo), const ARPHRD_ADAPT = 264
 26711  pkg syscall (linux-amd64-cgo), const ARPHRD_APPLETLK = 8
 26712  pkg syscall (linux-amd64-cgo), const ARPHRD_ARCNET = 7
 26713  pkg syscall (linux-amd64-cgo), const ARPHRD_ASH = 781
 26714  pkg syscall (linux-amd64-cgo), const ARPHRD_ATM = 19
 26715  pkg syscall (linux-amd64-cgo), const ARPHRD_AX25 = 3
 26716  pkg syscall (linux-amd64-cgo), const ARPHRD_BIF = 775
 26717  pkg syscall (linux-amd64-cgo), const ARPHRD_CHAOS = 5
 26718  pkg syscall (linux-amd64-cgo), const ARPHRD_CISCO = 513
 26719  pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP = 257
 26720  pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP6 = 259
 26721  pkg syscall (linux-amd64-cgo), const ARPHRD_DDCMP = 517
 26722  pkg syscall (linux-amd64-cgo), const ARPHRD_DLCI = 15
 26723  pkg syscall (linux-amd64-cgo), const ARPHRD_ECONET = 782
 26724  pkg syscall (linux-amd64-cgo), const ARPHRD_EETHER = 2
 26725  pkg syscall (linux-amd64-cgo), const ARPHRD_ETHER = 1
 26726  pkg syscall (linux-amd64-cgo), const ARPHRD_EUI64 = 27
 26727  pkg syscall (linux-amd64-cgo), const ARPHRD_FCAL = 785
 26728  pkg syscall (linux-amd64-cgo), const ARPHRD_FCFABRIC = 787
 26729  pkg syscall (linux-amd64-cgo), const ARPHRD_FCPL = 786
 26730  pkg syscall (linux-amd64-cgo), const ARPHRD_FCPP = 784
 26731  pkg syscall (linux-amd64-cgo), const ARPHRD_FDDI = 774
 26732  pkg syscall (linux-amd64-cgo), const ARPHRD_FRAD = 770
 26733  pkg syscall (linux-amd64-cgo), const ARPHRD_HDLC = 513
 26734  pkg syscall (linux-amd64-cgo), const ARPHRD_HIPPI = 780
 26735  pkg syscall (linux-amd64-cgo), const ARPHRD_HWX25 = 272
 26736  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE1394 = 24
 26737  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802 = 6
 26738  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211 = 801
 26739  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_PRISM = 802
 26740  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
 26741  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154 = 804
 26742  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154_PHY = 805
 26743  pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802_TR = 800
 26744  pkg syscall (linux-amd64-cgo), const ARPHRD_INFINIBAND = 32
 26745  pkg syscall (linux-amd64-cgo), const ARPHRD_IPDDP = 777
 26746  pkg syscall (linux-amd64-cgo), const ARPHRD_IPGRE = 778
 26747  pkg syscall (linux-amd64-cgo), const ARPHRD_IRDA = 783
 26748  pkg syscall (linux-amd64-cgo), const ARPHRD_LAPB = 516
 26749  pkg syscall (linux-amd64-cgo), const ARPHRD_LOCALTLK = 773
 26750  pkg syscall (linux-amd64-cgo), const ARPHRD_LOOPBACK = 772
 26751  pkg syscall (linux-amd64-cgo), const ARPHRD_METRICOM = 23
 26752  pkg syscall (linux-amd64-cgo), const ARPHRD_NETROM = 0
 26753  pkg syscall (linux-amd64-cgo), const ARPHRD_NONE = 65534
 26754  pkg syscall (linux-amd64-cgo), const ARPHRD_PIMREG = 779
 26755  pkg syscall (linux-amd64-cgo), const ARPHRD_PPP = 512
 26756  pkg syscall (linux-amd64-cgo), const ARPHRD_PRONET = 4
 26757  pkg syscall (linux-amd64-cgo), const ARPHRD_RAWHDLC = 518
 26758  pkg syscall (linux-amd64-cgo), const ARPHRD_ROSE = 270
 26759  pkg syscall (linux-amd64-cgo), const ARPHRD_RSRVD = 260
 26760  pkg syscall (linux-amd64-cgo), const ARPHRD_SIT = 776
 26761  pkg syscall (linux-amd64-cgo), const ARPHRD_SKIP = 771
 26762  pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP = 256
 26763  pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP6 = 258
 26764  pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL = 768
 26765  pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL6 = 769
 26766  pkg syscall (linux-amd64-cgo), const ARPHRD_VOID = 65535
 26767  pkg syscall (linux-amd64-cgo), const ARPHRD_X25 = 271
 26768  pkg syscall (linux-amd64-cgo), const B0 = 0
 26769  pkg syscall (linux-amd64-cgo), const B1000000 = 4104
 26770  pkg syscall (linux-amd64-cgo), const B110 = 3
 26771  pkg syscall (linux-amd64-cgo), const B115200 = 4098
 26772  pkg syscall (linux-amd64-cgo), const B1152000 = 4105
 26773  pkg syscall (linux-amd64-cgo), const B1200 = 9
 26774  pkg syscall (linux-amd64-cgo), const B134 = 4
 26775  pkg syscall (linux-amd64-cgo), const B150 = 5
 26776  pkg syscall (linux-amd64-cgo), const B1500000 = 4106
 26777  pkg syscall (linux-amd64-cgo), const B1800 = 10
 26778  pkg syscall (linux-amd64-cgo), const B19200 = 14
 26779  pkg syscall (linux-amd64-cgo), const B200 = 6
 26780  pkg syscall (linux-amd64-cgo), const B2000000 = 4107
 26781  pkg syscall (linux-amd64-cgo), const B230400 = 4099
 26782  pkg syscall (linux-amd64-cgo), const B2400 = 11
 26783  pkg syscall (linux-amd64-cgo), const B2500000 = 4108
 26784  pkg syscall (linux-amd64-cgo), const B300 = 7
 26785  pkg syscall (linux-amd64-cgo), const B3000000 = 4109
 26786  pkg syscall (linux-amd64-cgo), const B3500000 = 4110
 26787  pkg syscall (linux-amd64-cgo), const B38400 = 15
 26788  pkg syscall (linux-amd64-cgo), const B4000000 = 4111
 26789  pkg syscall (linux-amd64-cgo), const B460800 = 4100
 26790  pkg syscall (linux-amd64-cgo), const B4800 = 12
 26791  pkg syscall (linux-amd64-cgo), const B50 = 1
 26792  pkg syscall (linux-amd64-cgo), const B500000 = 4101
 26793  pkg syscall (linux-amd64-cgo), const B57600 = 4097
 26794  pkg syscall (linux-amd64-cgo), const B576000 = 4102
 26795  pkg syscall (linux-amd64-cgo), const B600 = 8
 26796  pkg syscall (linux-amd64-cgo), const B75 = 2
 26797  pkg syscall (linux-amd64-cgo), const B921600 = 4103
 26798  pkg syscall (linux-amd64-cgo), const B9600 = 13
 26799  pkg syscall (linux-amd64-cgo), const BPF_A = 16
 26800  pkg syscall (linux-amd64-cgo), const BPF_ABS = 32
 26801  pkg syscall (linux-amd64-cgo), const BPF_ADD = 0
 26802  pkg syscall (linux-amd64-cgo), const BPF_ALU = 4
 26803  pkg syscall (linux-amd64-cgo), const BPF_AND = 80
 26804  pkg syscall (linux-amd64-cgo), const BPF_B = 16
 26805  pkg syscall (linux-amd64-cgo), const BPF_DIV = 48
 26806  pkg syscall (linux-amd64-cgo), const BPF_H = 8
 26807  pkg syscall (linux-amd64-cgo), const BPF_IMM = 0
 26808  pkg syscall (linux-amd64-cgo), const BPF_IND = 64
 26809  pkg syscall (linux-amd64-cgo), const BPF_JA = 0
 26810  pkg syscall (linux-amd64-cgo), const BPF_JEQ = 16
 26811  pkg syscall (linux-amd64-cgo), const BPF_JGE = 48
 26812  pkg syscall (linux-amd64-cgo), const BPF_JGT = 32
 26813  pkg syscall (linux-amd64-cgo), const BPF_JMP = 5
 26814  pkg syscall (linux-amd64-cgo), const BPF_JSET = 64
 26815  pkg syscall (linux-amd64-cgo), const BPF_K = 0
 26816  pkg syscall (linux-amd64-cgo), const BPF_LD = 0
 26817  pkg syscall (linux-amd64-cgo), const BPF_LDX = 1
 26818  pkg syscall (linux-amd64-cgo), const BPF_LEN = 128
 26819  pkg syscall (linux-amd64-cgo), const BPF_LSH = 96
 26820  pkg syscall (linux-amd64-cgo), const BPF_MAJOR_VERSION = 1
 26821  pkg syscall (linux-amd64-cgo), const BPF_MAXINSNS = 4096
 26822  pkg syscall (linux-amd64-cgo), const BPF_MEM = 96
 26823  pkg syscall (linux-amd64-cgo), const BPF_MEMWORDS = 16
 26824  pkg syscall (linux-amd64-cgo), const BPF_MINOR_VERSION = 1
 26825  pkg syscall (linux-amd64-cgo), const BPF_MISC = 7
 26826  pkg syscall (linux-amd64-cgo), const BPF_MSH = 160
 26827  pkg syscall (linux-amd64-cgo), const BPF_MUL = 32
 26828  pkg syscall (linux-amd64-cgo), const BPF_NEG = 128
 26829  pkg syscall (linux-amd64-cgo), const BPF_OR = 64
 26830  pkg syscall (linux-amd64-cgo), const BPF_RET = 6
 26831  pkg syscall (linux-amd64-cgo), const BPF_RSH = 112
 26832  pkg syscall (linux-amd64-cgo), const BPF_ST = 2
 26833  pkg syscall (linux-amd64-cgo), const BPF_STX = 3
 26834  pkg syscall (linux-amd64-cgo), const BPF_SUB = 16
 26835  pkg syscall (linux-amd64-cgo), const BPF_TAX = 0
 26836  pkg syscall (linux-amd64-cgo), const BPF_TXA = 128
 26837  pkg syscall (linux-amd64-cgo), const BPF_W = 0
 26838  pkg syscall (linux-amd64-cgo), const BPF_X = 8
 26839  pkg syscall (linux-amd64-cgo), const BRKINT = 2
 26840  pkg syscall (linux-amd64-cgo), const CLOCAL = 2048
 26841  pkg syscall (linux-amd64-cgo), const CREAD = 128
 26842  pkg syscall (linux-amd64-cgo), const CS5 = 0
 26843  pkg syscall (linux-amd64-cgo), const CS6 = 16
 26844  pkg syscall (linux-amd64-cgo), const CS7 = 32
 26845  pkg syscall (linux-amd64-cgo), const CS8 = 48
 26846  pkg syscall (linux-amd64-cgo), const CSIZE = 48
 26847  pkg syscall (linux-amd64-cgo), const CSTOPB = 64
 26848  pkg syscall (linux-amd64-cgo), const DT_BLK = 6
 26849  pkg syscall (linux-amd64-cgo), const DT_CHR = 2
 26850  pkg syscall (linux-amd64-cgo), const DT_DIR = 4
 26851  pkg syscall (linux-amd64-cgo), const DT_FIFO = 1
 26852  pkg syscall (linux-amd64-cgo), const DT_LNK = 10
 26853  pkg syscall (linux-amd64-cgo), const DT_REG = 8
 26854  pkg syscall (linux-amd64-cgo), const DT_SOCK = 12
 26855  pkg syscall (linux-amd64-cgo), const DT_UNKNOWN = 0
 26856  pkg syscall (linux-amd64-cgo), const DT_WHT = 14
 26857  pkg syscall (linux-amd64-cgo), const E2BIG = 7
 26858  pkg syscall (linux-amd64-cgo), const EACCES = 13
 26859  pkg syscall (linux-amd64-cgo), const EADDRINUSE = 98
 26860  pkg syscall (linux-amd64-cgo), const EADDRNOTAVAIL = 99
 26861  pkg syscall (linux-amd64-cgo), const EADV = 68
 26862  pkg syscall (linux-amd64-cgo), const EAFNOSUPPORT = 97
 26863  pkg syscall (linux-amd64-cgo), const EAGAIN = 11
 26864  pkg syscall (linux-amd64-cgo), const EALREADY = 114
 26865  pkg syscall (linux-amd64-cgo), const EBADE = 52
 26866  pkg syscall (linux-amd64-cgo), const EBADF = 9
 26867  pkg syscall (linux-amd64-cgo), const EBADFD = 77
 26868  pkg syscall (linux-amd64-cgo), const EBADMSG = 74
 26869  pkg syscall (linux-amd64-cgo), const EBADR = 53
 26870  pkg syscall (linux-amd64-cgo), const EBADRQC = 56
 26871  pkg syscall (linux-amd64-cgo), const EBADSLT = 57
 26872  pkg syscall (linux-amd64-cgo), const EBFONT = 59
 26873  pkg syscall (linux-amd64-cgo), const EBUSY = 16
 26874  pkg syscall (linux-amd64-cgo), const ECANCELED = 125
 26875  pkg syscall (linux-amd64-cgo), const ECHILD = 10
 26876  pkg syscall (linux-amd64-cgo), const ECHO = 8
 26877  pkg syscall (linux-amd64-cgo), const ECHOCTL = 512
 26878  pkg syscall (linux-amd64-cgo), const ECHOE = 16
 26879  pkg syscall (linux-amd64-cgo), const ECHOK = 32
 26880  pkg syscall (linux-amd64-cgo), const ECHOKE = 2048
 26881  pkg syscall (linux-amd64-cgo), const ECHONL = 64
 26882  pkg syscall (linux-amd64-cgo), const ECHOPRT = 1024
 26883  pkg syscall (linux-amd64-cgo), const ECHRNG = 44
 26884  pkg syscall (linux-amd64-cgo), const ECOMM = 70
 26885  pkg syscall (linux-amd64-cgo), const ECONNABORTED = 103
 26886  pkg syscall (linux-amd64-cgo), const ECONNREFUSED = 111
 26887  pkg syscall (linux-amd64-cgo), const ECONNRESET = 104
 26888  pkg syscall (linux-amd64-cgo), const EDEADLK = 35
 26889  pkg syscall (linux-amd64-cgo), const EDEADLOCK = 35
 26890  pkg syscall (linux-amd64-cgo), const EDESTADDRREQ = 89
 26891  pkg syscall (linux-amd64-cgo), const EDOM = 33
 26892  pkg syscall (linux-amd64-cgo), const EDOTDOT = 73
 26893  pkg syscall (linux-amd64-cgo), const EDQUOT = 122
 26894  pkg syscall (linux-amd64-cgo), const EEXIST = 17
 26895  pkg syscall (linux-amd64-cgo), const EFAULT = 14
 26896  pkg syscall (linux-amd64-cgo), const EFBIG = 27
 26897  pkg syscall (linux-amd64-cgo), const EHOSTDOWN = 112
 26898  pkg syscall (linux-amd64-cgo), const EHOSTUNREACH = 113
 26899  pkg syscall (linux-amd64-cgo), const EIDRM = 43
 26900  pkg syscall (linux-amd64-cgo), const EILSEQ = 84
 26901  pkg syscall (linux-amd64-cgo), const EINPROGRESS = 115
 26902  pkg syscall (linux-amd64-cgo), const EINTR = 4
 26903  pkg syscall (linux-amd64-cgo), const EINVAL = 22
 26904  pkg syscall (linux-amd64-cgo), const EIO = 5
 26905  pkg syscall (linux-amd64-cgo), const EISCONN = 106
 26906  pkg syscall (linux-amd64-cgo), const EISDIR = 21
 26907  pkg syscall (linux-amd64-cgo), const EISNAM = 120
 26908  pkg syscall (linux-amd64-cgo), const EKEYEXPIRED = 127
 26909  pkg syscall (linux-amd64-cgo), const EKEYREJECTED = 129
 26910  pkg syscall (linux-amd64-cgo), const EKEYREVOKED = 128
 26911  pkg syscall (linux-amd64-cgo), const EL2HLT = 51
 26912  pkg syscall (linux-amd64-cgo), const EL2NSYNC = 45
 26913  pkg syscall (linux-amd64-cgo), const EL3HLT = 46
 26914  pkg syscall (linux-amd64-cgo), const EL3RST = 47
 26915  pkg syscall (linux-amd64-cgo), const ELIBACC = 79
 26916  pkg syscall (linux-amd64-cgo), const ELIBBAD = 80
 26917  pkg syscall (linux-amd64-cgo), const ELIBEXEC = 83
 26918  pkg syscall (linux-amd64-cgo), const ELIBMAX = 82
 26919  pkg syscall (linux-amd64-cgo), const ELIBSCN = 81
 26920  pkg syscall (linux-amd64-cgo), const ELNRNG = 48
 26921  pkg syscall (linux-amd64-cgo), const ELOOP = 40
 26922  pkg syscall (linux-amd64-cgo), const EMEDIUMTYPE = 124
 26923  pkg syscall (linux-amd64-cgo), const EMFILE = 24
 26924  pkg syscall (linux-amd64-cgo), const EMLINK = 31
 26925  pkg syscall (linux-amd64-cgo), const EMSGSIZE = 90
 26926  pkg syscall (linux-amd64-cgo), const EMULTIHOP = 72
 26927  pkg syscall (linux-amd64-cgo), const ENAMETOOLONG = 36
 26928  pkg syscall (linux-amd64-cgo), const ENAVAIL = 119
 26929  pkg syscall (linux-amd64-cgo), const ENETDOWN = 100
 26930  pkg syscall (linux-amd64-cgo), const ENETRESET = 102
 26931  pkg syscall (linux-amd64-cgo), const ENETUNREACH = 101
 26932  pkg syscall (linux-amd64-cgo), const ENFILE = 23
 26933  pkg syscall (linux-amd64-cgo), const ENOANO = 55
 26934  pkg syscall (linux-amd64-cgo), const ENOBUFS = 105
 26935  pkg syscall (linux-amd64-cgo), const ENOCSI = 50
 26936  pkg syscall (linux-amd64-cgo), const ENODATA = 61
 26937  pkg syscall (linux-amd64-cgo), const ENODEV = 19
 26938  pkg syscall (linux-amd64-cgo), const ENOEXEC = 8
 26939  pkg syscall (linux-amd64-cgo), const ENOKEY = 126
 26940  pkg syscall (linux-amd64-cgo), const ENOLCK = 37
 26941  pkg syscall (linux-amd64-cgo), const ENOLINK = 67
 26942  pkg syscall (linux-amd64-cgo), const ENOMEDIUM = 123
 26943  pkg syscall (linux-amd64-cgo), const ENOMEM = 12
 26944  pkg syscall (linux-amd64-cgo), const ENOMSG = 42
 26945  pkg syscall (linux-amd64-cgo), const ENONET = 64
 26946  pkg syscall (linux-amd64-cgo), const ENOPKG = 65
 26947  pkg syscall (linux-amd64-cgo), const ENOPROTOOPT = 92
 26948  pkg syscall (linux-amd64-cgo), const ENOSPC = 28
 26949  pkg syscall (linux-amd64-cgo), const ENOSR = 63
 26950  pkg syscall (linux-amd64-cgo), const ENOSTR = 60
 26951  pkg syscall (linux-amd64-cgo), const ENOSYS = 38
 26952  pkg syscall (linux-amd64-cgo), const ENOTBLK = 15
 26953  pkg syscall (linux-amd64-cgo), const ENOTCONN = 107
 26954  pkg syscall (linux-amd64-cgo), const ENOTDIR = 20
 26955  pkg syscall (linux-amd64-cgo), const ENOTEMPTY = 39
 26956  pkg syscall (linux-amd64-cgo), const ENOTNAM = 118
 26957  pkg syscall (linux-amd64-cgo), const ENOTRECOVERABLE = 131
 26958  pkg syscall (linux-amd64-cgo), const ENOTSOCK = 88
 26959  pkg syscall (linux-amd64-cgo), const ENOTSUP = 95
 26960  pkg syscall (linux-amd64-cgo), const ENOTTY = 25
 26961  pkg syscall (linux-amd64-cgo), const ENOTUNIQ = 76
 26962  pkg syscall (linux-amd64-cgo), const ENXIO = 6
 26963  pkg syscall (linux-amd64-cgo), const EOPNOTSUPP = 95
 26964  pkg syscall (linux-amd64-cgo), const EOVERFLOW = 75
 26965  pkg syscall (linux-amd64-cgo), const EOWNERDEAD = 130
 26966  pkg syscall (linux-amd64-cgo), const EPERM = 1
 26967  pkg syscall (linux-amd64-cgo), const EPFNOSUPPORT = 96
 26968  pkg syscall (linux-amd64-cgo), const EPIPE = 32
 26969  pkg syscall (linux-amd64-cgo), const EPOLLERR = 8
 26970  pkg syscall (linux-amd64-cgo), const EPOLLET = -2147483648
 26971  pkg syscall (linux-amd64-cgo), const EPOLLHUP = 16
 26972  pkg syscall (linux-amd64-cgo), const EPOLLIN = 1
 26973  pkg syscall (linux-amd64-cgo), const EPOLLMSG = 1024
 26974  pkg syscall (linux-amd64-cgo), const EPOLLONESHOT = 1073741824
 26975  pkg syscall (linux-amd64-cgo), const EPOLLOUT = 4
 26976  pkg syscall (linux-amd64-cgo), const EPOLLPRI = 2
 26977  pkg syscall (linux-amd64-cgo), const EPOLLRDBAND = 128
 26978  pkg syscall (linux-amd64-cgo), const EPOLLRDHUP = 8192
 26979  pkg syscall (linux-amd64-cgo), const EPOLLRDNORM = 64
 26980  pkg syscall (linux-amd64-cgo), const EPOLLWRBAND = 512
 26981  pkg syscall (linux-amd64-cgo), const EPOLLWRNORM = 256
 26982  pkg syscall (linux-amd64-cgo), const EPOLL_CLOEXEC = 524288
 26983  pkg syscall (linux-amd64-cgo), const EPOLL_CTL_ADD = 1
 26984  pkg syscall (linux-amd64-cgo), const EPOLL_CTL_DEL = 2
 26985  pkg syscall (linux-amd64-cgo), const EPOLL_CTL_MOD = 3
 26986  pkg syscall (linux-amd64-cgo), const EPOLL_NONBLOCK = 2048
 26987  pkg syscall (linux-amd64-cgo), const EPROTO = 71
 26988  pkg syscall (linux-amd64-cgo), const EPROTONOSUPPORT = 93
 26989  pkg syscall (linux-amd64-cgo), const EPROTOTYPE = 91
 26990  pkg syscall (linux-amd64-cgo), const ERANGE = 34
 26991  pkg syscall (linux-amd64-cgo), const EREMCHG = 78
 26992  pkg syscall (linux-amd64-cgo), const EREMOTE = 66
 26993  pkg syscall (linux-amd64-cgo), const EREMOTEIO = 121
 26994  pkg syscall (linux-amd64-cgo), const ERESTART = 85
 26995  pkg syscall (linux-amd64-cgo), const ERFKILL = 132
 26996  pkg syscall (linux-amd64-cgo), const EROFS = 30
 26997  pkg syscall (linux-amd64-cgo), const ESHUTDOWN = 108
 26998  pkg syscall (linux-amd64-cgo), const ESOCKTNOSUPPORT = 94
 26999  pkg syscall (linux-amd64-cgo), const ESPIPE = 29
 27000  pkg syscall (linux-amd64-cgo), const ESRCH = 3
 27001  pkg syscall (linux-amd64-cgo), const ESRMNT = 69
 27002  pkg syscall (linux-amd64-cgo), const ESTALE = 116
 27003  pkg syscall (linux-amd64-cgo), const ESTRPIPE = 86
 27004  pkg syscall (linux-amd64-cgo), const ETH_P_1588 = 35063
 27005  pkg syscall (linux-amd64-cgo), const ETH_P_8021Q = 33024
 27006  pkg syscall (linux-amd64-cgo), const ETH_P_802_2 = 4
 27007  pkg syscall (linux-amd64-cgo), const ETH_P_802_3 = 1
 27008  pkg syscall (linux-amd64-cgo), const ETH_P_AARP = 33011
 27009  pkg syscall (linux-amd64-cgo), const ETH_P_ALL = 3
 27010  pkg syscall (linux-amd64-cgo), const ETH_P_AOE = 34978
 27011  pkg syscall (linux-amd64-cgo), const ETH_P_ARCNET = 26
 27012  pkg syscall (linux-amd64-cgo), const ETH_P_ARP = 2054
 27013  pkg syscall (linux-amd64-cgo), const ETH_P_ATALK = 32923
 27014  pkg syscall (linux-amd64-cgo), const ETH_P_ATMFATE = 34948
 27015  pkg syscall (linux-amd64-cgo), const ETH_P_ATMMPOA = 34892
 27016  pkg syscall (linux-amd64-cgo), const ETH_P_AX25 = 2
 27017  pkg syscall (linux-amd64-cgo), const ETH_P_BPQ = 2303
 27018  pkg syscall (linux-amd64-cgo), const ETH_P_CAIF = 247
 27019  pkg syscall (linux-amd64-cgo), const ETH_P_CAN = 12
 27020  pkg syscall (linux-amd64-cgo), const ETH_P_CONTROL = 22
 27021  pkg syscall (linux-amd64-cgo), const ETH_P_CUST = 24582
 27022  pkg syscall (linux-amd64-cgo), const ETH_P_DDCMP = 6
 27023  pkg syscall (linux-amd64-cgo), const ETH_P_DEC = 24576
 27024  pkg syscall (linux-amd64-cgo), const ETH_P_DIAG = 24581
 27025  pkg syscall (linux-amd64-cgo), const ETH_P_DNA_DL = 24577
 27026  pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RC = 24578
 27027  pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RT = 24579
 27028  pkg syscall (linux-amd64-cgo), const ETH_P_DSA = 27
 27029  pkg syscall (linux-amd64-cgo), const ETH_P_ECONET = 24
 27030  pkg syscall (linux-amd64-cgo), const ETH_P_EDSA = 56026
 27031  pkg syscall (linux-amd64-cgo), const ETH_P_FCOE = 35078
 27032  pkg syscall (linux-amd64-cgo), const ETH_P_FIP = 35092
 27033  pkg syscall (linux-amd64-cgo), const ETH_P_HDLC = 25
 27034  pkg syscall (linux-amd64-cgo), const ETH_P_IEEE802154 = 246
 27035  pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUP = 2560
 27036  pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUPAT = 2561
 27037  pkg syscall (linux-amd64-cgo), const ETH_P_IP = 2048
 27038  pkg syscall (linux-amd64-cgo), const ETH_P_IPV6 = 34525
 27039  pkg syscall (linux-amd64-cgo), const ETH_P_IPX = 33079
 27040  pkg syscall (linux-amd64-cgo), const ETH_P_IRDA = 23
 27041  pkg syscall (linux-amd64-cgo), const ETH_P_LAT = 24580
 27042  pkg syscall (linux-amd64-cgo), const ETH_P_LINK_CTL = 34924
 27043  pkg syscall (linux-amd64-cgo), const ETH_P_LOCALTALK = 9
 27044  pkg syscall (linux-amd64-cgo), const ETH_P_LOOP = 96
 27045  pkg syscall (linux-amd64-cgo), const ETH_P_MOBITEX = 21
 27046  pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_MC = 34888
 27047  pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_UC = 34887
 27048  pkg syscall (linux-amd64-cgo), const ETH_P_PAE = 34958
 27049  pkg syscall (linux-amd64-cgo), const ETH_P_PAUSE = 34824
 27050  pkg syscall (linux-amd64-cgo), const ETH_P_PHONET = 245
 27051  pkg syscall (linux-amd64-cgo), const ETH_P_PPPTALK = 16
 27052  pkg syscall (linux-amd64-cgo), const ETH_P_PPP_DISC = 34915
 27053  pkg syscall (linux-amd64-cgo), const ETH_P_PPP_MP = 8
 27054  pkg syscall (linux-amd64-cgo), const ETH_P_PPP_SES = 34916
 27055  pkg syscall (linux-amd64-cgo), const ETH_P_PUP = 512
 27056  pkg syscall (linux-amd64-cgo), const ETH_P_PUPAT = 513
 27057  pkg syscall (linux-amd64-cgo), const ETH_P_RARP = 32821
 27058  pkg syscall (linux-amd64-cgo), const ETH_P_SCA = 24583
 27059  pkg syscall (linux-amd64-cgo), const ETH_P_SLOW = 34825
 27060  pkg syscall (linux-amd64-cgo), const ETH_P_SNAP = 5
 27061  pkg syscall (linux-amd64-cgo), const ETH_P_TEB = 25944
 27062  pkg syscall (linux-amd64-cgo), const ETH_P_TIPC = 35018
 27063  pkg syscall (linux-amd64-cgo), const ETH_P_TRAILER = 28
 27064  pkg syscall (linux-amd64-cgo), const ETH_P_TR_802_2 = 17
 27065  pkg syscall (linux-amd64-cgo), const ETH_P_WAN_PPP = 7
 27066  pkg syscall (linux-amd64-cgo), const ETH_P_WCCP = 34878
 27067  pkg syscall (linux-amd64-cgo), const ETH_P_X25 = 2053
 27068  pkg syscall (linux-amd64-cgo), const ETIME = 62
 27069  pkg syscall (linux-amd64-cgo), const ETIMEDOUT = 110
 27070  pkg syscall (linux-amd64-cgo), const ETOOMANYREFS = 109
 27071  pkg syscall (linux-amd64-cgo), const ETXTBSY = 26
 27072  pkg syscall (linux-amd64-cgo), const EUCLEAN = 117
 27073  pkg syscall (linux-amd64-cgo), const EUNATCH = 49
 27074  pkg syscall (linux-amd64-cgo), const EUSERS = 87
 27075  pkg syscall (linux-amd64-cgo), const EWOULDBLOCK = 11
 27076  pkg syscall (linux-amd64-cgo), const EXDEV = 18
 27077  pkg syscall (linux-amd64-cgo), const EXFULL = 54
 27078  pkg syscall (linux-amd64-cgo), const FD_CLOEXEC = 1
 27079  pkg syscall (linux-amd64-cgo), const FD_SETSIZE = 1024
 27080  pkg syscall (linux-amd64-cgo), const FLUSHO = 4096
 27081  pkg syscall (linux-amd64-cgo), const F_DUPFD = 0
 27082  pkg syscall (linux-amd64-cgo), const F_DUPFD_CLOEXEC = 1030
 27083  pkg syscall (linux-amd64-cgo), const F_EXLCK = 4
 27084  pkg syscall (linux-amd64-cgo), const F_GETFD = 1
 27085  pkg syscall (linux-amd64-cgo), const F_GETFL = 3
 27086  pkg syscall (linux-amd64-cgo), const F_GETLEASE = 1025
 27087  pkg syscall (linux-amd64-cgo), const F_GETLK = 5
 27088  pkg syscall (linux-amd64-cgo), const F_GETLK64 = 5
 27089  pkg syscall (linux-amd64-cgo), const F_GETOWN = 9
 27090  pkg syscall (linux-amd64-cgo), const F_GETOWN_EX = 16
 27091  pkg syscall (linux-amd64-cgo), const F_GETPIPE_SZ = 1032
 27092  pkg syscall (linux-amd64-cgo), const F_GETSIG = 11
 27093  pkg syscall (linux-amd64-cgo), const F_LOCK = 1
 27094  pkg syscall (linux-amd64-cgo), const F_NOTIFY = 1026
 27095  pkg syscall (linux-amd64-cgo), const F_OK = 0
 27096  pkg syscall (linux-amd64-cgo), const F_RDLCK = 0
 27097  pkg syscall (linux-amd64-cgo), const F_SETFD = 2
 27098  pkg syscall (linux-amd64-cgo), const F_SETFL = 4
 27099  pkg syscall (linux-amd64-cgo), const F_SETLEASE = 1024
 27100  pkg syscall (linux-amd64-cgo), const F_SETLK = 6
 27101  pkg syscall (linux-amd64-cgo), const F_SETLK64 = 6
 27102  pkg syscall (linux-amd64-cgo), const F_SETLKW = 7
 27103  pkg syscall (linux-amd64-cgo), const F_SETLKW64 = 7
 27104  pkg syscall (linux-amd64-cgo), const F_SETOWN = 8
 27105  pkg syscall (linux-amd64-cgo), const F_SETOWN_EX = 15
 27106  pkg syscall (linux-amd64-cgo), const F_SETPIPE_SZ = 1031
 27107  pkg syscall (linux-amd64-cgo), const F_SETSIG = 10
 27108  pkg syscall (linux-amd64-cgo), const F_SHLCK = 8
 27109  pkg syscall (linux-amd64-cgo), const F_TEST = 3
 27110  pkg syscall (linux-amd64-cgo), const F_TLOCK = 2
 27111  pkg syscall (linux-amd64-cgo), const F_ULOCK = 0
 27112  pkg syscall (linux-amd64-cgo), const F_UNLCK = 2
 27113  pkg syscall (linux-amd64-cgo), const F_WRLCK = 1
 27114  pkg syscall (linux-amd64-cgo), const HUPCL = 1024
 27115  pkg syscall (linux-amd64-cgo), const ICANON = 2
 27116  pkg syscall (linux-amd64-cgo), const ICRNL = 256
 27117  pkg syscall (linux-amd64-cgo), const IEXTEN = 32768
 27118  pkg syscall (linux-amd64-cgo), const IFA_ADDRESS = 1
 27119  pkg syscall (linux-amd64-cgo), const IFA_ANYCAST = 5
 27120  pkg syscall (linux-amd64-cgo), const IFA_BROADCAST = 4
 27121  pkg syscall (linux-amd64-cgo), const IFA_CACHEINFO = 6
 27122  pkg syscall (linux-amd64-cgo), const IFA_F_DADFAILED = 8
 27123  pkg syscall (linux-amd64-cgo), const IFA_F_DEPRECATED = 32
 27124  pkg syscall (linux-amd64-cgo), const IFA_F_HOMEADDRESS = 16
 27125  pkg syscall (linux-amd64-cgo), const IFA_F_NODAD = 2
 27126  pkg syscall (linux-amd64-cgo), const IFA_F_OPTIMISTIC = 4
 27127  pkg syscall (linux-amd64-cgo), const IFA_F_PERMANENT = 128
 27128  pkg syscall (linux-amd64-cgo), const IFA_F_SECONDARY = 1
 27129  pkg syscall (linux-amd64-cgo), const IFA_F_TEMPORARY = 1
 27130  pkg syscall (linux-amd64-cgo), const IFA_F_TENTATIVE = 64
 27131  pkg syscall (linux-amd64-cgo), const IFA_LABEL = 3
 27132  pkg syscall (linux-amd64-cgo), const IFA_LOCAL = 2
 27133  pkg syscall (linux-amd64-cgo), const IFA_MAX = 7
 27134  pkg syscall (linux-amd64-cgo), const IFA_MULTICAST = 7
 27135  pkg syscall (linux-amd64-cgo), const IFA_UNSPEC = 0
 27136  pkg syscall (linux-amd64-cgo), const IFF_ALLMULTI = 512
 27137  pkg syscall (linux-amd64-cgo), const IFF_AUTOMEDIA = 16384
 27138  pkg syscall (linux-amd64-cgo), const IFF_DEBUG = 4
 27139  pkg syscall (linux-amd64-cgo), const IFF_DYNAMIC = 32768
 27140  pkg syscall (linux-amd64-cgo), const IFF_LOOPBACK = 8
 27141  pkg syscall (linux-amd64-cgo), const IFF_MASTER = 1024
 27142  pkg syscall (linux-amd64-cgo), const IFF_MULTICAST = 4096
 27143  pkg syscall (linux-amd64-cgo), const IFF_NOARP = 128
 27144  pkg syscall (linux-amd64-cgo), const IFF_NOTRAILERS = 32
 27145  pkg syscall (linux-amd64-cgo), const IFF_NO_PI = 4096
 27146  pkg syscall (linux-amd64-cgo), const IFF_ONE_QUEUE = 8192
 27147  pkg syscall (linux-amd64-cgo), const IFF_POINTOPOINT = 16
 27148  pkg syscall (linux-amd64-cgo), const IFF_PORTSEL = 8192
 27149  pkg syscall (linux-amd64-cgo), const IFF_PROMISC = 256
 27150  pkg syscall (linux-amd64-cgo), const IFF_RUNNING = 64
 27151  pkg syscall (linux-amd64-cgo), const IFF_SLAVE = 2048
 27152  pkg syscall (linux-amd64-cgo), const IFF_TAP = 2
 27153  pkg syscall (linux-amd64-cgo), const IFF_TUN = 1
 27154  pkg syscall (linux-amd64-cgo), const IFF_TUN_EXCL = 32768
 27155  pkg syscall (linux-amd64-cgo), const IFF_VNET_HDR = 16384
 27156  pkg syscall (linux-amd64-cgo), const IFLA_ADDRESS = 1
 27157  pkg syscall (linux-amd64-cgo), const IFLA_BROADCAST = 2
 27158  pkg syscall (linux-amd64-cgo), const IFLA_COST = 8
 27159  pkg syscall (linux-amd64-cgo), const IFLA_IFALIAS = 20
 27160  pkg syscall (linux-amd64-cgo), const IFLA_IFNAME = 3
 27161  pkg syscall (linux-amd64-cgo), const IFLA_LINK = 5
 27162  pkg syscall (linux-amd64-cgo), const IFLA_LINKINFO = 18
 27163  pkg syscall (linux-amd64-cgo), const IFLA_LINKMODE = 17
 27164  pkg syscall (linux-amd64-cgo), const IFLA_MAP = 14
 27165  pkg syscall (linux-amd64-cgo), const IFLA_MASTER = 10
 27166  pkg syscall (linux-amd64-cgo), const IFLA_MAX = 29
 27167  pkg syscall (linux-amd64-cgo), const IFLA_MTU = 4
 27168  pkg syscall (linux-amd64-cgo), const IFLA_NET_NS_PID = 19
 27169  pkg syscall (linux-amd64-cgo), const IFLA_OPERSTATE = 16
 27170  pkg syscall (linux-amd64-cgo), const IFLA_PRIORITY = 9
 27171  pkg syscall (linux-amd64-cgo), const IFLA_PROTINFO = 12
 27172  pkg syscall (linux-amd64-cgo), const IFLA_QDISC = 6
 27173  pkg syscall (linux-amd64-cgo), const IFLA_STATS = 7
 27174  pkg syscall (linux-amd64-cgo), const IFLA_TXQLEN = 13
 27175  pkg syscall (linux-amd64-cgo), const IFLA_UNSPEC = 0
 27176  pkg syscall (linux-amd64-cgo), const IFLA_WEIGHT = 15
 27177  pkg syscall (linux-amd64-cgo), const IFLA_WIRELESS = 11
 27178  pkg syscall (linux-amd64-cgo), const IFNAMSIZ = 16
 27179  pkg syscall (linux-amd64-cgo), const IGNBRK = 1
 27180  pkg syscall (linux-amd64-cgo), const IGNCR = 128
 27181  pkg syscall (linux-amd64-cgo), const IGNPAR = 4
 27182  pkg syscall (linux-amd64-cgo), const IMAXBEL = 8192
 27183  pkg syscall (linux-amd64-cgo), const INLCR = 64
 27184  pkg syscall (linux-amd64-cgo), const INPCK = 16
 27185  pkg syscall (linux-amd64-cgo), const IN_ACCESS = 1
 27186  pkg syscall (linux-amd64-cgo), const IN_ALL_EVENTS = 4095
 27187  pkg syscall (linux-amd64-cgo), const IN_ATTRIB = 4
 27188  pkg syscall (linux-amd64-cgo), const IN_CLASSA_HOST = 16777215
 27189  pkg syscall (linux-amd64-cgo), const IN_CLASSA_MAX = 128
 27190  pkg syscall (linux-amd64-cgo), const IN_CLASSA_NET = 4278190080
 27191  pkg syscall (linux-amd64-cgo), const IN_CLASSA_NSHIFT = 24
 27192  pkg syscall (linux-amd64-cgo), const IN_CLASSB_HOST = 65535
 27193  pkg syscall (linux-amd64-cgo), const IN_CLASSB_MAX = 65536
 27194  pkg syscall (linux-amd64-cgo), const IN_CLASSB_NET = 4294901760
 27195  pkg syscall (linux-amd64-cgo), const IN_CLASSB_NSHIFT = 16
 27196  pkg syscall (linux-amd64-cgo), const IN_CLASSC_HOST = 255
 27197  pkg syscall (linux-amd64-cgo), const IN_CLASSC_NET = 4294967040
 27198  pkg syscall (linux-amd64-cgo), const IN_CLASSC_NSHIFT = 8
 27199  pkg syscall (linux-amd64-cgo), const IN_CLOEXEC = 524288
 27200  pkg syscall (linux-amd64-cgo), const IN_CLOSE = 24
 27201  pkg syscall (linux-amd64-cgo), const IN_CLOSE_NOWRITE = 16
 27202  pkg syscall (linux-amd64-cgo), const IN_CLOSE_WRITE = 8
 27203  pkg syscall (linux-amd64-cgo), const IN_CREATE = 256
 27204  pkg syscall (linux-amd64-cgo), const IN_DELETE = 512
 27205  pkg syscall (linux-amd64-cgo), const IN_DELETE_SELF = 1024
 27206  pkg syscall (linux-amd64-cgo), const IN_DONT_FOLLOW = 33554432
 27207  pkg syscall (linux-amd64-cgo), const IN_EXCL_UNLINK = 67108864
 27208  pkg syscall (linux-amd64-cgo), const IN_IGNORED = 32768
 27209  pkg syscall (linux-amd64-cgo), const IN_ISDIR = 1073741824
 27210  pkg syscall (linux-amd64-cgo), const IN_LOOPBACKNET = 127
 27211  pkg syscall (linux-amd64-cgo), const IN_MASK_ADD = 536870912
 27212  pkg syscall (linux-amd64-cgo), const IN_MODIFY = 2
 27213  pkg syscall (linux-amd64-cgo), const IN_MOVE = 192
 27214  pkg syscall (linux-amd64-cgo), const IN_MOVED_FROM = 64
 27215  pkg syscall (linux-amd64-cgo), const IN_MOVED_TO = 128
 27216  pkg syscall (linux-amd64-cgo), const IN_MOVE_SELF = 2048
 27217  pkg syscall (linux-amd64-cgo), const IN_NONBLOCK = 2048
 27218  pkg syscall (linux-amd64-cgo), const IN_ONESHOT = 2147483648
 27219  pkg syscall (linux-amd64-cgo), const IN_ONLYDIR = 16777216
 27220  pkg syscall (linux-amd64-cgo), const IN_OPEN = 32
 27221  pkg syscall (linux-amd64-cgo), const IN_Q_OVERFLOW = 16384
 27222  pkg syscall (linux-amd64-cgo), const IN_UNMOUNT = 8192
 27223  pkg syscall (linux-amd64-cgo), const IPPROTO_AH = 51
 27224  pkg syscall (linux-amd64-cgo), const IPPROTO_COMP = 108
 27225  pkg syscall (linux-amd64-cgo), const IPPROTO_DCCP = 33
 27226  pkg syscall (linux-amd64-cgo), const IPPROTO_DSTOPTS = 60
 27227  pkg syscall (linux-amd64-cgo), const IPPROTO_EGP = 8
 27228  pkg syscall (linux-amd64-cgo), const IPPROTO_ENCAP = 98
 27229  pkg syscall (linux-amd64-cgo), const IPPROTO_ESP = 50
 27230  pkg syscall (linux-amd64-cgo), const IPPROTO_FRAGMENT = 44
 27231  pkg syscall (linux-amd64-cgo), const IPPROTO_GRE = 47
 27232  pkg syscall (linux-amd64-cgo), const IPPROTO_HOPOPTS = 0
 27233  pkg syscall (linux-amd64-cgo), const IPPROTO_ICMP = 1
 27234  pkg syscall (linux-amd64-cgo), const IPPROTO_ICMPV6 = 58
 27235  pkg syscall (linux-amd64-cgo), const IPPROTO_IDP = 22
 27236  pkg syscall (linux-amd64-cgo), const IPPROTO_IGMP = 2
 27237  pkg syscall (linux-amd64-cgo), const IPPROTO_IPIP = 4
 27238  pkg syscall (linux-amd64-cgo), const IPPROTO_MTP = 92
 27239  pkg syscall (linux-amd64-cgo), const IPPROTO_NONE = 59
 27240  pkg syscall (linux-amd64-cgo), const IPPROTO_PIM = 103
 27241  pkg syscall (linux-amd64-cgo), const IPPROTO_PUP = 12
 27242  pkg syscall (linux-amd64-cgo), const IPPROTO_RAW = 255
 27243  pkg syscall (linux-amd64-cgo), const IPPROTO_ROUTING = 43
 27244  pkg syscall (linux-amd64-cgo), const IPPROTO_RSVP = 46
 27245  pkg syscall (linux-amd64-cgo), const IPPROTO_SCTP = 132
 27246  pkg syscall (linux-amd64-cgo), const IPPROTO_TP = 29
 27247  pkg syscall (linux-amd64-cgo), const IPPROTO_UDPLITE = 136
 27248  pkg syscall (linux-amd64-cgo), const IPV6_2292DSTOPTS = 4
 27249  pkg syscall (linux-amd64-cgo), const IPV6_2292HOPLIMIT = 8
 27250  pkg syscall (linux-amd64-cgo), const IPV6_2292HOPOPTS = 3
 27251  pkg syscall (linux-amd64-cgo), const IPV6_2292PKTINFO = 2
 27252  pkg syscall (linux-amd64-cgo), const IPV6_2292PKTOPTIONS = 6
 27253  pkg syscall (linux-amd64-cgo), const IPV6_2292RTHDR = 5
 27254  pkg syscall (linux-amd64-cgo), const IPV6_ADDRFORM = 1
 27255  pkg syscall (linux-amd64-cgo), const IPV6_ADD_MEMBERSHIP = 20
 27256  pkg syscall (linux-amd64-cgo), const IPV6_AUTHHDR = 10
 27257  pkg syscall (linux-amd64-cgo), const IPV6_CHECKSUM = 7
 27258  pkg syscall (linux-amd64-cgo), const IPV6_DROP_MEMBERSHIP = 21
 27259  pkg syscall (linux-amd64-cgo), const IPV6_DSTOPTS = 59
 27260  pkg syscall (linux-amd64-cgo), const IPV6_HOPLIMIT = 52
 27261  pkg syscall (linux-amd64-cgo), const IPV6_HOPOPTS = 54
 27262  pkg syscall (linux-amd64-cgo), const IPV6_IPSEC_POLICY = 34
 27263  pkg syscall (linux-amd64-cgo), const IPV6_JOIN_ANYCAST = 27
 27264  pkg syscall (linux-amd64-cgo), const IPV6_JOIN_GROUP = 20
 27265  pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_ANYCAST = 28
 27266  pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_GROUP = 21
 27267  pkg syscall (linux-amd64-cgo), const IPV6_MTU = 24
 27268  pkg syscall (linux-amd64-cgo), const IPV6_MTU_DISCOVER = 23
 27269  pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_HOPS = 18
 27270  pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_IF = 17
 27271  pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_LOOP = 19
 27272  pkg syscall (linux-amd64-cgo), const IPV6_NEXTHOP = 9
 27273  pkg syscall (linux-amd64-cgo), const IPV6_PKTINFO = 50
 27274  pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DO = 2
 27275  pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DONT = 0
 27276  pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_PROBE = 3
 27277  pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_WANT = 1
 27278  pkg syscall (linux-amd64-cgo), const IPV6_RECVDSTOPTS = 58
 27279  pkg syscall (linux-amd64-cgo), const IPV6_RECVERR = 25
 27280  pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPLIMIT = 51
 27281  pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPOPTS = 53
 27282  pkg syscall (linux-amd64-cgo), const IPV6_RECVPKTINFO = 49
 27283  pkg syscall (linux-amd64-cgo), const IPV6_RECVRTHDR = 56
 27284  pkg syscall (linux-amd64-cgo), const IPV6_RECVTCLASS = 66
 27285  pkg syscall (linux-amd64-cgo), const IPV6_ROUTER_ALERT = 22
 27286  pkg syscall (linux-amd64-cgo), const IPV6_RTHDR = 57
 27287  pkg syscall (linux-amd64-cgo), const IPV6_RTHDRDSTOPTS = 55
 27288  pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
 27289  pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_STRICT = 1
 27290  pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
 27291  pkg syscall (linux-amd64-cgo), const IPV6_RXDSTOPTS = 59
 27292  pkg syscall (linux-amd64-cgo), const IPV6_RXHOPOPTS = 54
 27293  pkg syscall (linux-amd64-cgo), const IPV6_TCLASS = 67
 27294  pkg syscall (linux-amd64-cgo), const IPV6_UNICAST_HOPS = 16
 27295  pkg syscall (linux-amd64-cgo), const IPV6_V6ONLY = 26
 27296  pkg syscall (linux-amd64-cgo), const IPV6_XFRM_POLICY = 35
 27297  pkg syscall (linux-amd64-cgo), const IP_ADD_MEMBERSHIP = 35
 27298  pkg syscall (linux-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
 27299  pkg syscall (linux-amd64-cgo), const IP_BLOCK_SOURCE = 38
 27300  pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 27301  pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 27302  pkg syscall (linux-amd64-cgo), const IP_DF = 16384
 27303  pkg syscall (linux-amd64-cgo), const IP_DROP_MEMBERSHIP = 36
 27304  pkg syscall (linux-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
 27305  pkg syscall (linux-amd64-cgo), const IP_FREEBIND = 15
 27306  pkg syscall (linux-amd64-cgo), const IP_HDRINCL = 3
 27307  pkg syscall (linux-amd64-cgo), const IP_IPSEC_POLICY = 16
 27308  pkg syscall (linux-amd64-cgo), const IP_MAXPACKET = 65535
 27309  pkg syscall (linux-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
 27310  pkg syscall (linux-amd64-cgo), const IP_MF = 8192
 27311  pkg syscall (linux-amd64-cgo), const IP_MINTTL = 21
 27312  pkg syscall (linux-amd64-cgo), const IP_MSFILTER = 41
 27313  pkg syscall (linux-amd64-cgo), const IP_MSS = 576
 27314  pkg syscall (linux-amd64-cgo), const IP_MTU = 14
 27315  pkg syscall (linux-amd64-cgo), const IP_MTU_DISCOVER = 10
 27316  pkg syscall (linux-amd64-cgo), const IP_MULTICAST_IF = 32
 27317  pkg syscall (linux-amd64-cgo), const IP_MULTICAST_LOOP = 34
 27318  pkg syscall (linux-amd64-cgo), const IP_MULTICAST_TTL = 33
 27319  pkg syscall (linux-amd64-cgo), const IP_OFFMASK = 8191
 27320  pkg syscall (linux-amd64-cgo), const IP_OPTIONS = 4
 27321  pkg syscall (linux-amd64-cgo), const IP_ORIGDSTADDR = 20
 27322  pkg syscall (linux-amd64-cgo), const IP_PASSSEC = 18
 27323  pkg syscall (linux-amd64-cgo), const IP_PKTINFO = 8
 27324  pkg syscall (linux-amd64-cgo), const IP_PKTOPTIONS = 9
 27325  pkg syscall (linux-amd64-cgo), const IP_PMTUDISC = 10
 27326  pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DO = 2
 27327  pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DONT = 0
 27328  pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_PROBE = 3
 27329  pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_WANT = 1
 27330  pkg syscall (linux-amd64-cgo), const IP_RECVERR = 11
 27331  pkg syscall (linux-amd64-cgo), const IP_RECVOPTS = 6
 27332  pkg syscall (linux-amd64-cgo), const IP_RECVORIGDSTADDR = 20
 27333  pkg syscall (linux-amd64-cgo), const IP_RECVRETOPTS = 7
 27334  pkg syscall (linux-amd64-cgo), const IP_RECVTOS = 13
 27335  pkg syscall (linux-amd64-cgo), const IP_RECVTTL = 12
 27336  pkg syscall (linux-amd64-cgo), const IP_RETOPTS = 7
 27337  pkg syscall (linux-amd64-cgo), const IP_RF = 32768
 27338  pkg syscall (linux-amd64-cgo), const IP_ROUTER_ALERT = 5
 27339  pkg syscall (linux-amd64-cgo), const IP_TOS = 1
 27340  pkg syscall (linux-amd64-cgo), const IP_TRANSPARENT = 19
 27341  pkg syscall (linux-amd64-cgo), const IP_TTL = 2
 27342  pkg syscall (linux-amd64-cgo), const IP_UNBLOCK_SOURCE = 37
 27343  pkg syscall (linux-amd64-cgo), const IP_XFRM_POLICY = 17
 27344  pkg syscall (linux-amd64-cgo), const ISIG = 1
 27345  pkg syscall (linux-amd64-cgo), const ISTRIP = 32
 27346  pkg syscall (linux-amd64-cgo), const IUCLC = 512
 27347  pkg syscall (linux-amd64-cgo), const IUTF8 = 16384
 27348  pkg syscall (linux-amd64-cgo), const IXANY = 2048
 27349  pkg syscall (linux-amd64-cgo), const IXOFF = 4096
 27350  pkg syscall (linux-amd64-cgo), const IXON = 1024
 27351  pkg syscall (linux-amd64-cgo), const ImplementsGetwd = true
 27352  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
 27353  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
 27354  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
 27355  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
 27356  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
 27357  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
 27358  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
 27359  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
 27360  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
 27361  pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
 27362  pkg syscall (linux-amd64-cgo), const LOCK_EX = 2
 27363  pkg syscall (linux-amd64-cgo), const LOCK_NB = 4
 27364  pkg syscall (linux-amd64-cgo), const LOCK_SH = 1
 27365  pkg syscall (linux-amd64-cgo), const LOCK_UN = 8
 27366  pkg syscall (linux-amd64-cgo), const MADV_DOFORK = 11
 27367  pkg syscall (linux-amd64-cgo), const MADV_DONTFORK = 10
 27368  pkg syscall (linux-amd64-cgo), const MADV_DONTNEED = 4
 27369  pkg syscall (linux-amd64-cgo), const MADV_HUGEPAGE = 14
 27370  pkg syscall (linux-amd64-cgo), const MADV_HWPOISON = 100
 27371  pkg syscall (linux-amd64-cgo), const MADV_MERGEABLE = 12
 27372  pkg syscall (linux-amd64-cgo), const MADV_NOHUGEPAGE = 15
 27373  pkg syscall (linux-amd64-cgo), const MADV_NORMAL = 0
 27374  pkg syscall (linux-amd64-cgo), const MADV_RANDOM = 1
 27375  pkg syscall (linux-amd64-cgo), const MADV_REMOVE = 9
 27376  pkg syscall (linux-amd64-cgo), const MADV_SEQUENTIAL = 2
 27377  pkg syscall (linux-amd64-cgo), const MADV_UNMERGEABLE = 13
 27378  pkg syscall (linux-amd64-cgo), const MADV_WILLNEED = 3
 27379  pkg syscall (linux-amd64-cgo), const MAP_32BIT = 64
 27380  pkg syscall (linux-amd64-cgo), const MAP_ANON = 32
 27381  pkg syscall (linux-amd64-cgo), const MAP_ANONYMOUS = 32
 27382  pkg syscall (linux-amd64-cgo), const MAP_DENYWRITE = 2048
 27383  pkg syscall (linux-amd64-cgo), const MAP_EXECUTABLE = 4096
 27384  pkg syscall (linux-amd64-cgo), const MAP_FILE = 0
 27385  pkg syscall (linux-amd64-cgo), const MAP_FIXED = 16
 27386  pkg syscall (linux-amd64-cgo), const MAP_GROWSDOWN = 256
 27387  pkg syscall (linux-amd64-cgo), const MAP_HUGETLB = 262144
 27388  pkg syscall (linux-amd64-cgo), const MAP_LOCKED = 8192
 27389  pkg syscall (linux-amd64-cgo), const MAP_NONBLOCK = 65536
 27390  pkg syscall (linux-amd64-cgo), const MAP_NORESERVE = 16384
 27391  pkg syscall (linux-amd64-cgo), const MAP_POPULATE = 32768
 27392  pkg syscall (linux-amd64-cgo), const MAP_PRIVATE = 2
 27393  pkg syscall (linux-amd64-cgo), const MAP_SHARED = 1
 27394  pkg syscall (linux-amd64-cgo), const MAP_STACK = 131072
 27395  pkg syscall (linux-amd64-cgo), const MAP_TYPE = 15
 27396  pkg syscall (linux-amd64-cgo), const MCL_CURRENT = 1
 27397  pkg syscall (linux-amd64-cgo), const MCL_FUTURE = 2
 27398  pkg syscall (linux-amd64-cgo), const MNT_DETACH = 2
 27399  pkg syscall (linux-amd64-cgo), const MNT_EXPIRE = 4
 27400  pkg syscall (linux-amd64-cgo), const MNT_FORCE = 1
 27401  pkg syscall (linux-amd64-cgo), const MSG_CMSG_CLOEXEC = 1073741824
 27402  pkg syscall (linux-amd64-cgo), const MSG_CONFIRM = 2048
 27403  pkg syscall (linux-amd64-cgo), const MSG_CTRUNC = 8
 27404  pkg syscall (linux-amd64-cgo), const MSG_DONTROUTE = 4
 27405  pkg syscall (linux-amd64-cgo), const MSG_DONTWAIT = 64
 27406  pkg syscall (linux-amd64-cgo), const MSG_EOR = 128
 27407  pkg syscall (linux-amd64-cgo), const MSG_ERRQUEUE = 8192
 27408  pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN = 536870912
 27409  pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN ideal-int
 27410  pkg syscall (linux-amd64-cgo), const MSG_FIN = 512
 27411  pkg syscall (linux-amd64-cgo), const MSG_MORE = 32768
 27412  pkg syscall (linux-amd64-cgo), const MSG_NOSIGNAL = 16384
 27413  pkg syscall (linux-amd64-cgo), const MSG_OOB = 1
 27414  pkg syscall (linux-amd64-cgo), const MSG_PEEK = 2
 27415  pkg syscall (linux-amd64-cgo), const MSG_PROXY = 16
 27416  pkg syscall (linux-amd64-cgo), const MSG_RST = 4096
 27417  pkg syscall (linux-amd64-cgo), const MSG_SYN = 1024
 27418  pkg syscall (linux-amd64-cgo), const MSG_TRUNC = 32
 27419  pkg syscall (linux-amd64-cgo), const MSG_TRYHARD = 4
 27420  pkg syscall (linux-amd64-cgo), const MSG_WAITALL = 256
 27421  pkg syscall (linux-amd64-cgo), const MSG_WAITFORONE = 65536
 27422  pkg syscall (linux-amd64-cgo), const MS_ACTIVE = 1073741824
 27423  pkg syscall (linux-amd64-cgo), const MS_ASYNC = 1
 27424  pkg syscall (linux-amd64-cgo), const MS_BIND = 4096
 27425  pkg syscall (linux-amd64-cgo), const MS_DIRSYNC = 128
 27426  pkg syscall (linux-amd64-cgo), const MS_INVALIDATE = 2
 27427  pkg syscall (linux-amd64-cgo), const MS_I_VERSION = 8388608
 27428  pkg syscall (linux-amd64-cgo), const MS_KERNMOUNT = 4194304
 27429  pkg syscall (linux-amd64-cgo), const MS_MANDLOCK = 64
 27430  pkg syscall (linux-amd64-cgo), const MS_MGC_MSK = 4294901760
 27431  pkg syscall (linux-amd64-cgo), const MS_MGC_VAL = 3236757504
 27432  pkg syscall (linux-amd64-cgo), const MS_MOVE = 8192
 27433  pkg syscall (linux-amd64-cgo), const MS_NOATIME = 1024
 27434  pkg syscall (linux-amd64-cgo), const MS_NODEV = 4
 27435  pkg syscall (linux-amd64-cgo), const MS_NODIRATIME = 2048
 27436  pkg syscall (linux-amd64-cgo), const MS_NOEXEC = 8
 27437  pkg syscall (linux-amd64-cgo), const MS_NOSUID = 2
 27438  pkg syscall (linux-amd64-cgo), const MS_NOUSER = -2147483648
 27439  pkg syscall (linux-amd64-cgo), const MS_POSIXACL = 65536
 27440  pkg syscall (linux-amd64-cgo), const MS_PRIVATE = 262144
 27441  pkg syscall (linux-amd64-cgo), const MS_RDONLY = 1
 27442  pkg syscall (linux-amd64-cgo), const MS_REC = 16384
 27443  pkg syscall (linux-amd64-cgo), const MS_RELATIME = 2097152
 27444  pkg syscall (linux-amd64-cgo), const MS_REMOUNT = 32
 27445  pkg syscall (linux-amd64-cgo), const MS_RMT_MASK = 8388689
 27446  pkg syscall (linux-amd64-cgo), const MS_SHARED = 1048576
 27447  pkg syscall (linux-amd64-cgo), const MS_SILENT = 32768
 27448  pkg syscall (linux-amd64-cgo), const MS_SLAVE = 524288
 27449  pkg syscall (linux-amd64-cgo), const MS_STRICTATIME = 16777216
 27450  pkg syscall (linux-amd64-cgo), const MS_SYNC = 4
 27451  pkg syscall (linux-amd64-cgo), const MS_SYNCHRONOUS = 16
 27452  pkg syscall (linux-amd64-cgo), const MS_UNBINDABLE = 131072
 27453  pkg syscall (linux-amd64-cgo), const NAME_MAX = 255
 27454  pkg syscall (linux-amd64-cgo), const NETLINK_ADD_MEMBERSHIP = 1
 27455  pkg syscall (linux-amd64-cgo), const NETLINK_AUDIT = 9
 27456  pkg syscall (linux-amd64-cgo), const NETLINK_BROADCAST_ERROR = 4
 27457  pkg syscall (linux-amd64-cgo), const NETLINK_CONNECTOR = 11
 27458  pkg syscall (linux-amd64-cgo), const NETLINK_DNRTMSG = 14
 27459  pkg syscall (linux-amd64-cgo), const NETLINK_DROP_MEMBERSHIP = 2
 27460  pkg syscall (linux-amd64-cgo), const NETLINK_ECRYPTFS = 19
 27461  pkg syscall (linux-amd64-cgo), const NETLINK_FIB_LOOKUP = 10
 27462  pkg syscall (linux-amd64-cgo), const NETLINK_FIREWALL = 3
 27463  pkg syscall (linux-amd64-cgo), const NETLINK_GENERIC = 16
 27464  pkg syscall (linux-amd64-cgo), const NETLINK_INET_DIAG = 4
 27465  pkg syscall (linux-amd64-cgo), const NETLINK_IP6_FW = 13
 27466  pkg syscall (linux-amd64-cgo), const NETLINK_ISCSI = 8
 27467  pkg syscall (linux-amd64-cgo), const NETLINK_KOBJECT_UEVENT = 15
 27468  pkg syscall (linux-amd64-cgo), const NETLINK_NETFILTER = 12
 27469  pkg syscall (linux-amd64-cgo), const NETLINK_NFLOG = 5
 27470  pkg syscall (linux-amd64-cgo), const NETLINK_NO_ENOBUFS = 5
 27471  pkg syscall (linux-amd64-cgo), const NETLINK_PKTINFO = 3
 27472  pkg syscall (linux-amd64-cgo), const NETLINK_ROUTE = 0
 27473  pkg syscall (linux-amd64-cgo), const NETLINK_SCSITRANSPORT = 18
 27474  pkg syscall (linux-amd64-cgo), const NETLINK_SELINUX = 7
 27475  pkg syscall (linux-amd64-cgo), const NETLINK_UNUSED = 1
 27476  pkg syscall (linux-amd64-cgo), const NETLINK_USERSOCK = 2
 27477  pkg syscall (linux-amd64-cgo), const NETLINK_XFRM = 6
 27478  pkg syscall (linux-amd64-cgo), const NLA_ALIGNTO = 4
 27479  pkg syscall (linux-amd64-cgo), const NLA_F_NESTED = 32768
 27480  pkg syscall (linux-amd64-cgo), const NLA_F_NET_BYTEORDER = 16384
 27481  pkg syscall (linux-amd64-cgo), const NLA_HDRLEN = 4
 27482  pkg syscall (linux-amd64-cgo), const NLMSG_ALIGNTO = 4
 27483  pkg syscall (linux-amd64-cgo), const NLMSG_DONE = 3
 27484  pkg syscall (linux-amd64-cgo), const NLMSG_ERROR = 2
 27485  pkg syscall (linux-amd64-cgo), const NLMSG_HDRLEN = 16
 27486  pkg syscall (linux-amd64-cgo), const NLMSG_MIN_TYPE = 16
 27487  pkg syscall (linux-amd64-cgo), const NLMSG_NOOP = 1
 27488  pkg syscall (linux-amd64-cgo), const NLMSG_OVERRUN = 4
 27489  pkg syscall (linux-amd64-cgo), const NLM_F_ACK = 4
 27490  pkg syscall (linux-amd64-cgo), const NLM_F_APPEND = 2048
 27491  pkg syscall (linux-amd64-cgo), const NLM_F_ATOMIC = 1024
 27492  pkg syscall (linux-amd64-cgo), const NLM_F_CREATE = 1024
 27493  pkg syscall (linux-amd64-cgo), const NLM_F_DUMP = 768
 27494  pkg syscall (linux-amd64-cgo), const NLM_F_ECHO = 8
 27495  pkg syscall (linux-amd64-cgo), const NLM_F_EXCL = 512
 27496  pkg syscall (linux-amd64-cgo), const NLM_F_MATCH = 512
 27497  pkg syscall (linux-amd64-cgo), const NLM_F_MULTI = 2
 27498  pkg syscall (linux-amd64-cgo), const NLM_F_REPLACE = 256
 27499  pkg syscall (linux-amd64-cgo), const NLM_F_REQUEST = 1
 27500  pkg syscall (linux-amd64-cgo), const NLM_F_ROOT = 256
 27501  pkg syscall (linux-amd64-cgo), const NOFLSH = 128
 27502  pkg syscall (linux-amd64-cgo), const OCRNL = 8
 27503  pkg syscall (linux-amd64-cgo), const OFDEL = 128
 27504  pkg syscall (linux-amd64-cgo), const OFILL = 64
 27505  pkg syscall (linux-amd64-cgo), const OLCUC = 2
 27506  pkg syscall (linux-amd64-cgo), const ONLCR = 4
 27507  pkg syscall (linux-amd64-cgo), const ONLRET = 32
 27508  pkg syscall (linux-amd64-cgo), const ONOCR = 16
 27509  pkg syscall (linux-amd64-cgo), const OPOST = 1
 27510  pkg syscall (linux-amd64-cgo), const O_ACCMODE = 3
 27511  pkg syscall (linux-amd64-cgo), const O_APPEND = 1024
 27512  pkg syscall (linux-amd64-cgo), const O_ASYNC = 8192
 27513  pkg syscall (linux-amd64-cgo), const O_CLOEXEC = 524288
 27514  pkg syscall (linux-amd64-cgo), const O_CREAT = 64
 27515  pkg syscall (linux-amd64-cgo), const O_DIRECT = 16384
 27516  pkg syscall (linux-amd64-cgo), const O_DIRECTORY = 65536
 27517  pkg syscall (linux-amd64-cgo), const O_DSYNC = 4096
 27518  pkg syscall (linux-amd64-cgo), const O_EXCL = 128
 27519  pkg syscall (linux-amd64-cgo), const O_FSYNC = 1052672
 27520  pkg syscall (linux-amd64-cgo), const O_LARGEFILE = 0
 27521  pkg syscall (linux-amd64-cgo), const O_NDELAY = 2048
 27522  pkg syscall (linux-amd64-cgo), const O_NOATIME = 262144
 27523  pkg syscall (linux-amd64-cgo), const O_NOCTTY = 256
 27524  pkg syscall (linux-amd64-cgo), const O_NOFOLLOW = 131072
 27525  pkg syscall (linux-amd64-cgo), const O_NONBLOCK = 2048
 27526  pkg syscall (linux-amd64-cgo), const O_RSYNC = 1052672
 27527  pkg syscall (linux-amd64-cgo), const O_SYNC = 1052672
 27528  pkg syscall (linux-amd64-cgo), const O_TRUNC = 512
 27529  pkg syscall (linux-amd64-cgo), const PACKET_ADD_MEMBERSHIP = 1
 27530  pkg syscall (linux-amd64-cgo), const PACKET_BROADCAST = 1
 27531  pkg syscall (linux-amd64-cgo), const PACKET_DROP_MEMBERSHIP = 2
 27532  pkg syscall (linux-amd64-cgo), const PACKET_FASTROUTE = 6
 27533  pkg syscall (linux-amd64-cgo), const PACKET_HOST = 0
 27534  pkg syscall (linux-amd64-cgo), const PACKET_LOOPBACK = 5
 27535  pkg syscall (linux-amd64-cgo), const PACKET_MR_ALLMULTI = 2
 27536  pkg syscall (linux-amd64-cgo), const PACKET_MR_MULTICAST = 0
 27537  pkg syscall (linux-amd64-cgo), const PACKET_MR_PROMISC = 1
 27538  pkg syscall (linux-amd64-cgo), const PACKET_MULTICAST = 2
 27539  pkg syscall (linux-amd64-cgo), const PACKET_OTHERHOST = 3
 27540  pkg syscall (linux-amd64-cgo), const PACKET_OUTGOING = 4
 27541  pkg syscall (linux-amd64-cgo), const PACKET_RECV_OUTPUT = 3
 27542  pkg syscall (linux-amd64-cgo), const PACKET_RX_RING = 5
 27543  pkg syscall (linux-amd64-cgo), const PACKET_STATISTICS = 6
 27544  pkg syscall (linux-amd64-cgo), const PARENB = 256
 27545  pkg syscall (linux-amd64-cgo), const PARMRK = 8
 27546  pkg syscall (linux-amd64-cgo), const PARODD = 512
 27547  pkg syscall (linux-amd64-cgo), const PENDIN = 16384
 27548  pkg syscall (linux-amd64-cgo), const PROT_EXEC = 4
 27549  pkg syscall (linux-amd64-cgo), const PROT_GROWSDOWN = 16777216
 27550  pkg syscall (linux-amd64-cgo), const PROT_GROWSUP = 33554432
 27551  pkg syscall (linux-amd64-cgo), const PROT_NONE = 0
 27552  pkg syscall (linux-amd64-cgo), const PROT_READ = 1
 27553  pkg syscall (linux-amd64-cgo), const PROT_WRITE = 2
 27554  pkg syscall (linux-amd64-cgo), const PR_CAPBSET_DROP = 24
 27555  pkg syscall (linux-amd64-cgo), const PR_CAPBSET_READ = 23
 27556  pkg syscall (linux-amd64-cgo), const PR_ENDIAN_BIG = 0
 27557  pkg syscall (linux-amd64-cgo), const PR_ENDIAN_LITTLE = 1
 27558  pkg syscall (linux-amd64-cgo), const PR_ENDIAN_PPC_LITTLE = 2
 27559  pkg syscall (linux-amd64-cgo), const PR_FPEMU_NOPRINT = 1
 27560  pkg syscall (linux-amd64-cgo), const PR_FPEMU_SIGFPE = 2
 27561  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_ASYNC = 2
 27562  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DISABLED = 0
 27563  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DIV = 65536
 27564  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_INV = 1048576
 27565  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_NONRECOV = 1
 27566  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_OVF = 131072
 27567  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_PRECISE = 3
 27568  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_RES = 524288
 27569  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_SW_ENABLE = 128
 27570  pkg syscall (linux-amd64-cgo), const PR_FP_EXC_UND = 262144
 27571  pkg syscall (linux-amd64-cgo), const PR_GET_DUMPABLE = 3
 27572  pkg syscall (linux-amd64-cgo), const PR_GET_ENDIAN = 19
 27573  pkg syscall (linux-amd64-cgo), const PR_GET_FPEMU = 9
 27574  pkg syscall (linux-amd64-cgo), const PR_GET_FPEXC = 11
 27575  pkg syscall (linux-amd64-cgo), const PR_GET_KEEPCAPS = 7
 27576  pkg syscall (linux-amd64-cgo), const PR_GET_NAME = 16
 27577  pkg syscall (linux-amd64-cgo), const PR_GET_PDEATHSIG = 2
 27578  pkg syscall (linux-amd64-cgo), const PR_GET_SECCOMP = 21
 27579  pkg syscall (linux-amd64-cgo), const PR_GET_SECUREBITS = 27
 27580  pkg syscall (linux-amd64-cgo), const PR_GET_TIMERSLACK = 30
 27581  pkg syscall (linux-amd64-cgo), const PR_GET_TIMING = 13
 27582  pkg syscall (linux-amd64-cgo), const PR_GET_TSC = 25
 27583  pkg syscall (linux-amd64-cgo), const PR_GET_UNALIGN = 5
 27584  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL = 33
 27585  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_CLEAR = 0
 27586  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_DEFAULT = 2
 27587  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_EARLY = 1
 27588  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_GET = 34
 27589  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_LATE = 0
 27590  pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_SET = 1
 27591  pkg syscall (linux-amd64-cgo), const PR_SET_DUMPABLE = 4
 27592  pkg syscall (linux-amd64-cgo), const PR_SET_ENDIAN = 20
 27593  pkg syscall (linux-amd64-cgo), const PR_SET_FPEMU = 10
 27594  pkg syscall (linux-amd64-cgo), const PR_SET_FPEXC = 12
 27595  pkg syscall (linux-amd64-cgo), const PR_SET_KEEPCAPS = 8
 27596  pkg syscall (linux-amd64-cgo), const PR_SET_NAME = 15
 27597  pkg syscall (linux-amd64-cgo), const PR_SET_PDEATHSIG = 1
 27598  pkg syscall (linux-amd64-cgo), const PR_SET_PTRACER = 1499557217
 27599  pkg syscall (linux-amd64-cgo), const PR_SET_SECCOMP = 22
 27600  pkg syscall (linux-amd64-cgo), const PR_SET_SECUREBITS = 28
 27601  pkg syscall (linux-amd64-cgo), const PR_SET_TIMERSLACK = 29
 27602  pkg syscall (linux-amd64-cgo), const PR_SET_TIMING = 14
 27603  pkg syscall (linux-amd64-cgo), const PR_SET_TSC = 26
 27604  pkg syscall (linux-amd64-cgo), const PR_SET_UNALIGN = 6
 27605  pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
 27606  pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
 27607  pkg syscall (linux-amd64-cgo), const PR_TIMING_STATISTICAL = 0
 27608  pkg syscall (linux-amd64-cgo), const PR_TIMING_TIMESTAMP = 1
 27609  pkg syscall (linux-amd64-cgo), const PR_TSC_ENABLE = 1
 27610  pkg syscall (linux-amd64-cgo), const PR_TSC_SIGSEGV = 2
 27611  pkg syscall (linux-amd64-cgo), const PR_UNALIGN_NOPRINT = 1
 27612  pkg syscall (linux-amd64-cgo), const PR_UNALIGN_SIGBUS = 2
 27613  pkg syscall (linux-amd64-cgo), const PTRACE_ARCH_PRCTL = 30
 27614  pkg syscall (linux-amd64-cgo), const PTRACE_ATTACH = 16
 27615  pkg syscall (linux-amd64-cgo), const PTRACE_CONT = 7
 27616  pkg syscall (linux-amd64-cgo), const PTRACE_DETACH = 17
 27617  pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_CLONE = 3
 27618  pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXEC = 4
 27619  pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXIT = 6
 27620  pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_FORK = 1
 27621  pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK = 2
 27622  pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK_DONE = 5
 27623  pkg syscall (linux-amd64-cgo), const PTRACE_GETEVENTMSG = 16897
 27624  pkg syscall (linux-amd64-cgo), const PTRACE_GETFPREGS = 14
 27625  pkg syscall (linux-amd64-cgo), const PTRACE_GETFPXREGS = 18
 27626  pkg syscall (linux-amd64-cgo), const PTRACE_GETREGS = 12
 27627  pkg syscall (linux-amd64-cgo), const PTRACE_GETREGSET = 16900
 27628  pkg syscall (linux-amd64-cgo), const PTRACE_GETSIGINFO = 16898
 27629  pkg syscall (linux-amd64-cgo), const PTRACE_GET_THREAD_AREA = 25
 27630  pkg syscall (linux-amd64-cgo), const PTRACE_KILL = 8
 27631  pkg syscall (linux-amd64-cgo), const PTRACE_OLDSETOPTIONS = 21
 27632  pkg syscall (linux-amd64-cgo), const PTRACE_O_MASK = 127
 27633  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACECLONE = 8
 27634  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXEC = 16
 27635  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXIT = 64
 27636  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEFORK = 2
 27637  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACESYSGOOD = 1
 27638  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORK = 4
 27639  pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORKDONE = 32
 27640  pkg syscall (linux-amd64-cgo), const PTRACE_PEEKDATA = 2
 27641  pkg syscall (linux-amd64-cgo), const PTRACE_PEEKTEXT = 1
 27642  pkg syscall (linux-amd64-cgo), const PTRACE_PEEKUSR = 3
 27643  pkg syscall (linux-amd64-cgo), const PTRACE_POKEDATA = 5
 27644  pkg syscall (linux-amd64-cgo), const PTRACE_POKETEXT = 4
 27645  pkg syscall (linux-amd64-cgo), const PTRACE_POKEUSR = 6
 27646  pkg syscall (linux-amd64-cgo), const PTRACE_SETFPREGS = 15
 27647  pkg syscall (linux-amd64-cgo), const PTRACE_SETFPXREGS = 19
 27648  pkg syscall (linux-amd64-cgo), const PTRACE_SETOPTIONS = 16896
 27649  pkg syscall (linux-amd64-cgo), const PTRACE_SETREGS = 13
 27650  pkg syscall (linux-amd64-cgo), const PTRACE_SETREGSET = 16901
 27651  pkg syscall (linux-amd64-cgo), const PTRACE_SETSIGINFO = 16899
 27652  pkg syscall (linux-amd64-cgo), const PTRACE_SET_THREAD_AREA = 26
 27653  pkg syscall (linux-amd64-cgo), const PTRACE_SINGLEBLOCK = 33
 27654  pkg syscall (linux-amd64-cgo), const PTRACE_SINGLESTEP = 9
 27655  pkg syscall (linux-amd64-cgo), const PTRACE_SYSCALL = 24
 27656  pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU = 31
 27657  pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
 27658  pkg syscall (linux-amd64-cgo), const PTRACE_TRACEME = 0
 27659  pkg syscall (linux-amd64-cgo), const PathMax = 4096
 27660  pkg syscall (linux-amd64-cgo), const RLIMIT_AS = 9
 27661  pkg syscall (linux-amd64-cgo), const RLIMIT_CORE = 4
 27662  pkg syscall (linux-amd64-cgo), const RLIMIT_CPU = 0
 27663  pkg syscall (linux-amd64-cgo), const RLIMIT_DATA = 2
 27664  pkg syscall (linux-amd64-cgo), const RLIMIT_FSIZE = 1
 27665  pkg syscall (linux-amd64-cgo), const RLIMIT_NOFILE = 7
 27666  pkg syscall (linux-amd64-cgo), const RLIMIT_STACK = 3
 27667  pkg syscall (linux-amd64-cgo), const RLIM_INFINITY = -1
 27668  pkg syscall (linux-amd64-cgo), const RTAX_ADVMSS = 8
 27669  pkg syscall (linux-amd64-cgo), const RTAX_CWND = 7
 27670  pkg syscall (linux-amd64-cgo), const RTAX_FEATURES = 12
 27671  pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ALLFRAG = 8
 27672  pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ECN = 1
 27673  pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_SACK = 2
 27674  pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_TIMESTAMP = 4
 27675  pkg syscall (linux-amd64-cgo), const RTAX_HOPLIMIT = 10
 27676  pkg syscall (linux-amd64-cgo), const RTAX_INITCWND = 11
 27677  pkg syscall (linux-amd64-cgo), const RTAX_INITRWND = 14
 27678  pkg syscall (linux-amd64-cgo), const RTAX_LOCK = 1
 27679  pkg syscall (linux-amd64-cgo), const RTAX_MAX = 14
 27680  pkg syscall (linux-amd64-cgo), const RTAX_MTU = 2
 27681  pkg syscall (linux-amd64-cgo), const RTAX_REORDERING = 9
 27682  pkg syscall (linux-amd64-cgo), const RTAX_RTO_MIN = 13
 27683  pkg syscall (linux-amd64-cgo), const RTAX_RTT = 4
 27684  pkg syscall (linux-amd64-cgo), const RTAX_RTTVAR = 5
 27685  pkg syscall (linux-amd64-cgo), const RTAX_SSTHRESH = 6
 27686  pkg syscall (linux-amd64-cgo), const RTAX_UNSPEC = 0
 27687  pkg syscall (linux-amd64-cgo), const RTAX_WINDOW = 3
 27688  pkg syscall (linux-amd64-cgo), const RTA_ALIGNTO = 4
 27689  pkg syscall (linux-amd64-cgo), const RTA_CACHEINFO = 12
 27690  pkg syscall (linux-amd64-cgo), const RTA_DST = 1
 27691  pkg syscall (linux-amd64-cgo), const RTA_FLOW = 11
 27692  pkg syscall (linux-amd64-cgo), const RTA_GATEWAY = 5
 27693  pkg syscall (linux-amd64-cgo), const RTA_IIF = 3
 27694  pkg syscall (linux-amd64-cgo), const RTA_MAX = 16
 27695  pkg syscall (linux-amd64-cgo), const RTA_METRICS = 8
 27696  pkg syscall (linux-amd64-cgo), const RTA_MULTIPATH = 9
 27697  pkg syscall (linux-amd64-cgo), const RTA_OIF = 4
 27698  pkg syscall (linux-amd64-cgo), const RTA_PREFSRC = 7
 27699  pkg syscall (linux-amd64-cgo), const RTA_PRIORITY = 6
 27700  pkg syscall (linux-amd64-cgo), const RTA_SRC = 2
 27701  pkg syscall (linux-amd64-cgo), const RTA_TABLE = 15
 27702  pkg syscall (linux-amd64-cgo), const RTA_UNSPEC = 0
 27703  pkg syscall (linux-amd64-cgo), const RTCF_DIRECTSRC = 67108864
 27704  pkg syscall (linux-amd64-cgo), const RTCF_DOREDIRECT = 16777216
 27705  pkg syscall (linux-amd64-cgo), const RTCF_LOG = 33554432
 27706  pkg syscall (linux-amd64-cgo), const RTCF_MASQ = 4194304
 27707  pkg syscall (linux-amd64-cgo), const RTCF_NAT = 8388608
 27708  pkg syscall (linux-amd64-cgo), const RTCF_VALVE = 2097152
 27709  pkg syscall (linux-amd64-cgo), const RTF_ADDRCLASSMASK = 4160749568
 27710  pkg syscall (linux-amd64-cgo), const RTF_ADDRCONF = 262144
 27711  pkg syscall (linux-amd64-cgo), const RTF_ALLONLINK = 131072
 27712  pkg syscall (linux-amd64-cgo), const RTF_BROADCAST = 268435456
 27713  pkg syscall (linux-amd64-cgo), const RTF_CACHE = 16777216
 27714  pkg syscall (linux-amd64-cgo), const RTF_DEFAULT = 65536
 27715  pkg syscall (linux-amd64-cgo), const RTF_DYNAMIC = 16
 27716  pkg syscall (linux-amd64-cgo), const RTF_FLOW = 33554432
 27717  pkg syscall (linux-amd64-cgo), const RTF_GATEWAY = 2
 27718  pkg syscall (linux-amd64-cgo), const RTF_HOST = 4
 27719  pkg syscall (linux-amd64-cgo), const RTF_INTERFACE = 1073741824
 27720  pkg syscall (linux-amd64-cgo), const RTF_IRTT = 256
 27721  pkg syscall (linux-amd64-cgo), const RTF_LINKRT = 1048576
 27722  pkg syscall (linux-amd64-cgo), const RTF_LOCAL = 2147483648
 27723  pkg syscall (linux-amd64-cgo), const RTF_MODIFIED = 32
 27724  pkg syscall (linux-amd64-cgo), const RTF_MSS = 64
 27725  pkg syscall (linux-amd64-cgo), const RTF_MTU = 64
 27726  pkg syscall (linux-amd64-cgo), const RTF_MULTICAST = 536870912
 27727  pkg syscall (linux-amd64-cgo), const RTF_NAT = 134217728
 27728  pkg syscall (linux-amd64-cgo), const RTF_NOFORWARD = 4096
 27729  pkg syscall (linux-amd64-cgo), const RTF_NONEXTHOP = 2097152
 27730  pkg syscall (linux-amd64-cgo), const RTF_NOPMTUDISC = 16384
 27731  pkg syscall (linux-amd64-cgo), const RTF_POLICY = 67108864
 27732  pkg syscall (linux-amd64-cgo), const RTF_REINSTATE = 8
 27733  pkg syscall (linux-amd64-cgo), const RTF_REJECT = 512
 27734  pkg syscall (linux-amd64-cgo), const RTF_STATIC = 1024
 27735  pkg syscall (linux-amd64-cgo), const RTF_THROW = 8192
 27736  pkg syscall (linux-amd64-cgo), const RTF_UP = 1
 27737  pkg syscall (linux-amd64-cgo), const RTF_WINDOW = 128
 27738  pkg syscall (linux-amd64-cgo), const RTF_XRESOLVE = 2048
 27739  pkg syscall (linux-amd64-cgo), const RTM_BASE = 16
 27740  pkg syscall (linux-amd64-cgo), const RTM_DELACTION = 49
 27741  pkg syscall (linux-amd64-cgo), const RTM_DELADDR = 21
 27742  pkg syscall (linux-amd64-cgo), const RTM_DELADDRLABEL = 73
 27743  pkg syscall (linux-amd64-cgo), const RTM_DELLINK = 17
 27744  pkg syscall (linux-amd64-cgo), const RTM_DELNEIGH = 29
 27745  pkg syscall (linux-amd64-cgo), const RTM_DELQDISC = 37
 27746  pkg syscall (linux-amd64-cgo), const RTM_DELROUTE = 25
 27747  pkg syscall (linux-amd64-cgo), const RTM_DELRULE = 33
 27748  pkg syscall (linux-amd64-cgo), const RTM_DELTCLASS = 41
 27749  pkg syscall (linux-amd64-cgo), const RTM_DELTFILTER = 45
 27750  pkg syscall (linux-amd64-cgo), const RTM_F_CLONED = 512
 27751  pkg syscall (linux-amd64-cgo), const RTM_F_EQUALIZE = 1024
 27752  pkg syscall (linux-amd64-cgo), const RTM_F_NOTIFY = 256
 27753  pkg syscall (linux-amd64-cgo), const RTM_F_PREFIX = 2048
 27754  pkg syscall (linux-amd64-cgo), const RTM_GETACTION = 50
 27755  pkg syscall (linux-amd64-cgo), const RTM_GETADDR = 22
 27756  pkg syscall (linux-amd64-cgo), const RTM_GETADDRLABEL = 74
 27757  pkg syscall (linux-amd64-cgo), const RTM_GETANYCAST = 62
 27758  pkg syscall (linux-amd64-cgo), const RTM_GETDCB = 78
 27759  pkg syscall (linux-amd64-cgo), const RTM_GETLINK = 18
 27760  pkg syscall (linux-amd64-cgo), const RTM_GETMULTICAST = 58
 27761  pkg syscall (linux-amd64-cgo), const RTM_GETNEIGH = 30
 27762  pkg syscall (linux-amd64-cgo), const RTM_GETNEIGHTBL = 66
 27763  pkg syscall (linux-amd64-cgo), const RTM_GETQDISC = 38
 27764  pkg syscall (linux-amd64-cgo), const RTM_GETROUTE = 26
 27765  pkg syscall (linux-amd64-cgo), const RTM_GETRULE = 34
 27766  pkg syscall (linux-amd64-cgo), const RTM_GETTCLASS = 42
 27767  pkg syscall (linux-amd64-cgo), const RTM_GETTFILTER = 46
 27768  pkg syscall (linux-amd64-cgo), const RTM_MAX = 79
 27769  pkg syscall (linux-amd64-cgo), const RTM_NEWACTION = 48
 27770  pkg syscall (linux-amd64-cgo), const RTM_NEWADDR = 20
 27771  pkg syscall (linux-amd64-cgo), const RTM_NEWADDRLABEL = 72
 27772  pkg syscall (linux-amd64-cgo), const RTM_NEWLINK = 16
 27773  pkg syscall (linux-amd64-cgo), const RTM_NEWNDUSEROPT = 68
 27774  pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGH = 28
 27775  pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGHTBL = 64
 27776  pkg syscall (linux-amd64-cgo), const RTM_NEWPREFIX = 52
 27777  pkg syscall (linux-amd64-cgo), const RTM_NEWQDISC = 36
 27778  pkg syscall (linux-amd64-cgo), const RTM_NEWROUTE = 24
 27779  pkg syscall (linux-amd64-cgo), const RTM_NEWRULE = 32
 27780  pkg syscall (linux-amd64-cgo), const RTM_NEWTCLASS = 40
 27781  pkg syscall (linux-amd64-cgo), const RTM_NEWTFILTER = 44
 27782  pkg syscall (linux-amd64-cgo), const RTM_NR_FAMILIES = 16
 27783  pkg syscall (linux-amd64-cgo), const RTM_NR_MSGTYPES = 64
 27784  pkg syscall (linux-amd64-cgo), const RTM_SETDCB = 79
 27785  pkg syscall (linux-amd64-cgo), const RTM_SETLINK = 19
 27786  pkg syscall (linux-amd64-cgo), const RTM_SETNEIGHTBL = 67
 27787  pkg syscall (linux-amd64-cgo), const RTNH_ALIGNTO = 4
 27788  pkg syscall (linux-amd64-cgo), const RTNH_F_DEAD = 1
 27789  pkg syscall (linux-amd64-cgo), const RTNH_F_ONLINK = 4
 27790  pkg syscall (linux-amd64-cgo), const RTNH_F_PERVASIVE = 2
 27791  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR = 5
 27792  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
 27793  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE = 6
 27794  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
 27795  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE = 7
 27796  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
 27797  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE = 8
 27798  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE ideal-int
 27799  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR = 9
 27800  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
 27801  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO = 12
 27802  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
 27803  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE = 10
 27804  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
 27805  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX = 18
 27806  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
 27807  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE = 11
 27808  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
 27809  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE = 19
 27810  pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE ideal-int
 27811  pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK = 1
 27812  pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK ideal-int
 27813  pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT = 20
 27814  pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT ideal-int
 27815  pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH = 3
 27816  pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH ideal-int
 27817  pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE = 0
 27818  pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE ideal-int
 27819  pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY = 2
 27820  pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY ideal-int
 27821  pkg syscall (linux-amd64-cgo), const RTNLGRP_TC = 4
 27822  pkg syscall (linux-amd64-cgo), const RTNLGRP_TC ideal-int
 27823  pkg syscall (linux-amd64-cgo), const RTN_ANYCAST = 4
 27824  pkg syscall (linux-amd64-cgo), const RTN_BLACKHOLE = 6
 27825  pkg syscall (linux-amd64-cgo), const RTN_BROADCAST = 3
 27826  pkg syscall (linux-amd64-cgo), const RTN_LOCAL = 2
 27827  pkg syscall (linux-amd64-cgo), const RTN_MAX = 11
 27828  pkg syscall (linux-amd64-cgo), const RTN_MULTICAST = 5
 27829  pkg syscall (linux-amd64-cgo), const RTN_NAT = 10
 27830  pkg syscall (linux-amd64-cgo), const RTN_PROHIBIT = 8
 27831  pkg syscall (linux-amd64-cgo), const RTN_THROW = 9
 27832  pkg syscall (linux-amd64-cgo), const RTN_UNICAST = 1
 27833  pkg syscall (linux-amd64-cgo), const RTN_UNREACHABLE = 7
 27834  pkg syscall (linux-amd64-cgo), const RTN_UNSPEC = 0
 27835  pkg syscall (linux-amd64-cgo), const RTN_XRESOLVE = 11
 27836  pkg syscall (linux-amd64-cgo), const RTPROT_BIRD = 12
 27837  pkg syscall (linux-amd64-cgo), const RTPROT_BOOT = 3
 27838  pkg syscall (linux-amd64-cgo), const RTPROT_DHCP = 16
 27839  pkg syscall (linux-amd64-cgo), const RTPROT_DNROUTED = 13
 27840  pkg syscall (linux-amd64-cgo), const RTPROT_GATED = 8
 27841  pkg syscall (linux-amd64-cgo), const RTPROT_KERNEL = 2
 27842  pkg syscall (linux-amd64-cgo), const RTPROT_MRT = 10
 27843  pkg syscall (linux-amd64-cgo), const RTPROT_NTK = 15
 27844  pkg syscall (linux-amd64-cgo), const RTPROT_RA = 9
 27845  pkg syscall (linux-amd64-cgo), const RTPROT_REDIRECT = 1
 27846  pkg syscall (linux-amd64-cgo), const RTPROT_STATIC = 4
 27847  pkg syscall (linux-amd64-cgo), const RTPROT_UNSPEC = 0
 27848  pkg syscall (linux-amd64-cgo), const RTPROT_XORP = 14
 27849  pkg syscall (linux-amd64-cgo), const RTPROT_ZEBRA = 11
 27850  pkg syscall (linux-amd64-cgo), const RT_CLASS_DEFAULT = 253
 27851  pkg syscall (linux-amd64-cgo), const RT_CLASS_LOCAL = 255
 27852  pkg syscall (linux-amd64-cgo), const RT_CLASS_MAIN = 254
 27853  pkg syscall (linux-amd64-cgo), const RT_CLASS_MAX = 255
 27854  pkg syscall (linux-amd64-cgo), const RT_CLASS_UNSPEC = 0
 27855  pkg syscall (linux-amd64-cgo), const RT_SCOPE_HOST = 254
 27856  pkg syscall (linux-amd64-cgo), const RT_SCOPE_LINK = 253
 27857  pkg syscall (linux-amd64-cgo), const RT_SCOPE_NOWHERE = 255
 27858  pkg syscall (linux-amd64-cgo), const RT_SCOPE_SITE = 200
 27859  pkg syscall (linux-amd64-cgo), const RT_SCOPE_UNIVERSE = 0
 27860  pkg syscall (linux-amd64-cgo), const RT_TABLE_COMPAT = 252
 27861  pkg syscall (linux-amd64-cgo), const RT_TABLE_DEFAULT = 253
 27862  pkg syscall (linux-amd64-cgo), const RT_TABLE_LOCAL = 255
 27863  pkg syscall (linux-amd64-cgo), const RT_TABLE_MAIN = 254
 27864  pkg syscall (linux-amd64-cgo), const RT_TABLE_MAX = 4294967295
 27865  pkg syscall (linux-amd64-cgo), const RT_TABLE_UNSPEC = 0
 27866  pkg syscall (linux-amd64-cgo), const RUSAGE_CHILDREN = -1
 27867  pkg syscall (linux-amd64-cgo), const RUSAGE_SELF = 0
 27868  pkg syscall (linux-amd64-cgo), const RUSAGE_THREAD = 1
 27869  pkg syscall (linux-amd64-cgo), const SCM_CREDENTIALS = 2
 27870  pkg syscall (linux-amd64-cgo), const SCM_RIGHTS = 1
 27871  pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMP = 29
 27872  pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPING = 37
 27873  pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPNS = 35
 27874  pkg syscall (linux-amd64-cgo), const SIGBUS = 7
 27875  pkg syscall (linux-amd64-cgo), const SIGCHLD = 17
 27876  pkg syscall (linux-amd64-cgo), const SIGCLD = 17
 27877  pkg syscall (linux-amd64-cgo), const SIGCONT = 18
 27878  pkg syscall (linux-amd64-cgo), const SIGIO = 29
 27879  pkg syscall (linux-amd64-cgo), const SIGIOT = 6
 27880  pkg syscall (linux-amd64-cgo), const SIGPOLL = 29
 27881  pkg syscall (linux-amd64-cgo), const SIGPROF = 27
 27882  pkg syscall (linux-amd64-cgo), const SIGPWR = 30
 27883  pkg syscall (linux-amd64-cgo), const SIGSTKFLT = 16
 27884  pkg syscall (linux-amd64-cgo), const SIGSTOP = 19
 27885  pkg syscall (linux-amd64-cgo), const SIGSYS = 31
 27886  pkg syscall (linux-amd64-cgo), const SIGTSTP = 20
 27887  pkg syscall (linux-amd64-cgo), const SIGTTIN = 21
 27888  pkg syscall (linux-amd64-cgo), const SIGTTOU = 22
 27889  pkg syscall (linux-amd64-cgo), const SIGUNUSED = 31
 27890  pkg syscall (linux-amd64-cgo), const SIGURG = 23
 27891  pkg syscall (linux-amd64-cgo), const SIGUSR1 = 10
 27892  pkg syscall (linux-amd64-cgo), const SIGUSR2 = 12
 27893  pkg syscall (linux-amd64-cgo), const SIGVTALRM = 26
 27894  pkg syscall (linux-amd64-cgo), const SIGWINCH = 28
 27895  pkg syscall (linux-amd64-cgo), const SIGXCPU = 24
 27896  pkg syscall (linux-amd64-cgo), const SIGXFSZ = 25
 27897  pkg syscall (linux-amd64-cgo), const SIOCADDDLCI = 35200
 27898  pkg syscall (linux-amd64-cgo), const SIOCADDMULTI = 35121
 27899  pkg syscall (linux-amd64-cgo), const SIOCADDRT = 35083
 27900  pkg syscall (linux-amd64-cgo), const SIOCATMARK = 35077
 27901  pkg syscall (linux-amd64-cgo), const SIOCDARP = 35155
 27902  pkg syscall (linux-amd64-cgo), const SIOCDELDLCI = 35201
 27903  pkg syscall (linux-amd64-cgo), const SIOCDELMULTI = 35122
 27904  pkg syscall (linux-amd64-cgo), const SIOCDELRT = 35084
 27905  pkg syscall (linux-amd64-cgo), const SIOCDEVPRIVATE = 35312
 27906  pkg syscall (linux-amd64-cgo), const SIOCDIFADDR = 35126
 27907  pkg syscall (linux-amd64-cgo), const SIOCDRARP = 35168
 27908  pkg syscall (linux-amd64-cgo), const SIOCGARP = 35156
 27909  pkg syscall (linux-amd64-cgo), const SIOCGIFADDR = 35093
 27910  pkg syscall (linux-amd64-cgo), const SIOCGIFBR = 35136
 27911  pkg syscall (linux-amd64-cgo), const SIOCGIFBRDADDR = 35097
 27912  pkg syscall (linux-amd64-cgo), const SIOCGIFCONF = 35090
 27913  pkg syscall (linux-amd64-cgo), const SIOCGIFCOUNT = 35128
 27914  pkg syscall (linux-amd64-cgo), const SIOCGIFDSTADDR = 35095
 27915  pkg syscall (linux-amd64-cgo), const SIOCGIFENCAP = 35109
 27916  pkg syscall (linux-amd64-cgo), const SIOCGIFFLAGS = 35091
 27917  pkg syscall (linux-amd64-cgo), const SIOCGIFHWADDR = 35111
 27918  pkg syscall (linux-amd64-cgo), const SIOCGIFINDEX = 35123
 27919  pkg syscall (linux-amd64-cgo), const SIOCGIFMAP = 35184
 27920  pkg syscall (linux-amd64-cgo), const SIOCGIFMEM = 35103
 27921  pkg syscall (linux-amd64-cgo), const SIOCGIFMETRIC = 35101
 27922  pkg syscall (linux-amd64-cgo), const SIOCGIFMTU = 35105
 27923  pkg syscall (linux-amd64-cgo), const SIOCGIFNAME = 35088
 27924  pkg syscall (linux-amd64-cgo), const SIOCGIFNETMASK = 35099
 27925  pkg syscall (linux-amd64-cgo), const SIOCGIFPFLAGS = 35125
 27926  pkg syscall (linux-amd64-cgo), const SIOCGIFSLAVE = 35113
 27927  pkg syscall (linux-amd64-cgo), const SIOCGIFTXQLEN = 35138
 27928  pkg syscall (linux-amd64-cgo), const SIOCGPGRP = 35076
 27929  pkg syscall (linux-amd64-cgo), const SIOCGRARP = 35169
 27930  pkg syscall (linux-amd64-cgo), const SIOCGSTAMP = 35078
 27931  pkg syscall (linux-amd64-cgo), const SIOCGSTAMPNS = 35079
 27932  pkg syscall (linux-amd64-cgo), const SIOCPROTOPRIVATE = 35296
 27933  pkg syscall (linux-amd64-cgo), const SIOCRTMSG = 35085
 27934  pkg syscall (linux-amd64-cgo), const SIOCSARP = 35157
 27935  pkg syscall (linux-amd64-cgo), const SIOCSIFADDR = 35094
 27936  pkg syscall (linux-amd64-cgo), const SIOCSIFBR = 35137
 27937  pkg syscall (linux-amd64-cgo), const SIOCSIFBRDADDR = 35098
 27938  pkg syscall (linux-amd64-cgo), const SIOCSIFDSTADDR = 35096
 27939  pkg syscall (linux-amd64-cgo), const SIOCSIFENCAP = 35110
 27940  pkg syscall (linux-amd64-cgo), const SIOCSIFFLAGS = 35092
 27941  pkg syscall (linux-amd64-cgo), const SIOCSIFHWADDR = 35108
 27942  pkg syscall (linux-amd64-cgo), const SIOCSIFHWBROADCAST = 35127
 27943  pkg syscall (linux-amd64-cgo), const SIOCSIFLINK = 35089
 27944  pkg syscall (linux-amd64-cgo), const SIOCSIFMAP = 35185
 27945  pkg syscall (linux-amd64-cgo), const SIOCSIFMEM = 35104
 27946  pkg syscall (linux-amd64-cgo), const SIOCSIFMETRIC = 35102
 27947  pkg syscall (linux-amd64-cgo), const SIOCSIFMTU = 35106
 27948  pkg syscall (linux-amd64-cgo), const SIOCSIFNAME = 35107
 27949  pkg syscall (linux-amd64-cgo), const SIOCSIFNETMASK = 35100
 27950  pkg syscall (linux-amd64-cgo), const SIOCSIFPFLAGS = 35124
 27951  pkg syscall (linux-amd64-cgo), const SIOCSIFSLAVE = 35120
 27952  pkg syscall (linux-amd64-cgo), const SIOCSIFTXQLEN = 35139
 27953  pkg syscall (linux-amd64-cgo), const SIOCSPGRP = 35074
 27954  pkg syscall (linux-amd64-cgo), const SIOCSRARP = 35170
 27955  pkg syscall (linux-amd64-cgo), const SOCK_CLOEXEC = 524288
 27956  pkg syscall (linux-amd64-cgo), const SOCK_DCCP = 6
 27957  pkg syscall (linux-amd64-cgo), const SOCK_NONBLOCK = 2048
 27958  pkg syscall (linux-amd64-cgo), const SOCK_PACKET = 10
 27959  pkg syscall (linux-amd64-cgo), const SOCK_RDM = 4
 27960  pkg syscall (linux-amd64-cgo), const SOL_AAL = 265
 27961  pkg syscall (linux-amd64-cgo), const SOL_ATM = 264
 27962  pkg syscall (linux-amd64-cgo), const SOL_DECNET = 261
 27963  pkg syscall (linux-amd64-cgo), const SOL_ICMPV6 = 58
 27964  pkg syscall (linux-amd64-cgo), const SOL_IP = 0
 27965  pkg syscall (linux-amd64-cgo), const SOL_IPV6 = 41
 27966  pkg syscall (linux-amd64-cgo), const SOL_IRDA = 266
 27967  pkg syscall (linux-amd64-cgo), const SOL_PACKET = 263
 27968  pkg syscall (linux-amd64-cgo), const SOL_RAW = 255
 27969  pkg syscall (linux-amd64-cgo), const SOL_SOCKET = 1
 27970  pkg syscall (linux-amd64-cgo), const SOL_TCP = 6
 27971  pkg syscall (linux-amd64-cgo), const SOL_X25 = 262
 27972  pkg syscall (linux-amd64-cgo), const SOMAXCONN = 128
 27973  pkg syscall (linux-amd64-cgo), const SO_ACCEPTCONN = 30
 27974  pkg syscall (linux-amd64-cgo), const SO_ATTACH_FILTER = 26
 27975  pkg syscall (linux-amd64-cgo), const SO_BINDTODEVICE = 25
 27976  pkg syscall (linux-amd64-cgo), const SO_BROADCAST = 6
 27977  pkg syscall (linux-amd64-cgo), const SO_BSDCOMPAT = 14
 27978  pkg syscall (linux-amd64-cgo), const SO_DEBUG = 1
 27979  pkg syscall (linux-amd64-cgo), const SO_DETACH_FILTER = 27
 27980  pkg syscall (linux-amd64-cgo), const SO_DOMAIN = 39
 27981  pkg syscall (linux-amd64-cgo), const SO_DONTROUTE = 5
 27982  pkg syscall (linux-amd64-cgo), const SO_ERROR = 4
 27983  pkg syscall (linux-amd64-cgo), const SO_KEEPALIVE = 9
 27984  pkg syscall (linux-amd64-cgo), const SO_LINGER = 13
 27985  pkg syscall (linux-amd64-cgo), const SO_MARK = 36
 27986  pkg syscall (linux-amd64-cgo), const SO_NO_CHECK = 11
 27987  pkg syscall (linux-amd64-cgo), const SO_OOBINLINE = 10
 27988  pkg syscall (linux-amd64-cgo), const SO_PASSCRED = 16
 27989  pkg syscall (linux-amd64-cgo), const SO_PASSSEC = 34
 27990  pkg syscall (linux-amd64-cgo), const SO_PEERCRED = 17
 27991  pkg syscall (linux-amd64-cgo), const SO_PEERNAME = 28
 27992  pkg syscall (linux-amd64-cgo), const SO_PEERSEC = 31
 27993  pkg syscall (linux-amd64-cgo), const SO_PRIORITY = 12
 27994  pkg syscall (linux-amd64-cgo), const SO_PROTOCOL = 38
 27995  pkg syscall (linux-amd64-cgo), const SO_RCVBUF = 8
 27996  pkg syscall (linux-amd64-cgo), const SO_RCVBUFFORCE = 33
 27997  pkg syscall (linux-amd64-cgo), const SO_RCVLOWAT = 18
 27998  pkg syscall (linux-amd64-cgo), const SO_RCVTIMEO = 20
 27999  pkg syscall (linux-amd64-cgo), const SO_REUSEADDR = 2
 28000  pkg syscall (linux-amd64-cgo), const SO_RXQ_OVFL = 40
 28001  pkg syscall (linux-amd64-cgo), const SO_SECURITY_AUTHENTICATION = 22
 28002  pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
 28003  pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
 28004  pkg syscall (linux-amd64-cgo), const SO_SNDBUF = 7
 28005  pkg syscall (linux-amd64-cgo), const SO_SNDBUFFORCE = 32
 28006  pkg syscall (linux-amd64-cgo), const SO_SNDLOWAT = 19
 28007  pkg syscall (linux-amd64-cgo), const SO_SNDTIMEO = 21
 28008  pkg syscall (linux-amd64-cgo), const SO_TIMESTAMP = 29
 28009  pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPING = 37
 28010  pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPNS = 35
 28011  pkg syscall (linux-amd64-cgo), const SO_TYPE = 3
 28012  pkg syscall (linux-amd64-cgo), const SYS_ACCEPT = 43
 28013  pkg syscall (linux-amd64-cgo), const SYS_ACCEPT4 = 288
 28014  pkg syscall (linux-amd64-cgo), const SYS_ACCESS = 21
 28015  pkg syscall (linux-amd64-cgo), const SYS_ACCT = 163
 28016  pkg syscall (linux-amd64-cgo), const SYS_ADD_KEY = 248
 28017  pkg syscall (linux-amd64-cgo), const SYS_ADJTIMEX = 159
 28018  pkg syscall (linux-amd64-cgo), const SYS_AFS_SYSCALL = 183
 28019  pkg syscall (linux-amd64-cgo), const SYS_ALARM = 37
 28020  pkg syscall (linux-amd64-cgo), const SYS_ARCH_PRCTL = 158
 28021  pkg syscall (linux-amd64-cgo), const SYS_BIND = 49
 28022  pkg syscall (linux-amd64-cgo), const SYS_BRK = 12
 28023  pkg syscall (linux-amd64-cgo), const SYS_CAPGET = 125
 28024  pkg syscall (linux-amd64-cgo), const SYS_CAPSET = 126
 28025  pkg syscall (linux-amd64-cgo), const SYS_CHDIR = 80
 28026  pkg syscall (linux-amd64-cgo), const SYS_CHMOD = 90
 28027  pkg syscall (linux-amd64-cgo), const SYS_CHOWN = 92
 28028  pkg syscall (linux-amd64-cgo), const SYS_CHROOT = 161
 28029  pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETRES = 229
 28030  pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETTIME = 228
 28031  pkg syscall (linux-amd64-cgo), const SYS_CLOCK_NANOSLEEP = 230
 28032  pkg syscall (linux-amd64-cgo), const SYS_CLOCK_SETTIME = 227
 28033  pkg syscall (linux-amd64-cgo), const SYS_CLONE = 56
 28034  pkg syscall (linux-amd64-cgo), const SYS_CLOSE = 3
 28035  pkg syscall (linux-amd64-cgo), const SYS_CONNECT = 42
 28036  pkg syscall (linux-amd64-cgo), const SYS_CREAT = 85
 28037  pkg syscall (linux-amd64-cgo), const SYS_CREATE_MODULE = 174
 28038  pkg syscall (linux-amd64-cgo), const SYS_DELETE_MODULE = 176
 28039  pkg syscall (linux-amd64-cgo), const SYS_DUP = 32
 28040  pkg syscall (linux-amd64-cgo), const SYS_DUP2 = 33
 28041  pkg syscall (linux-amd64-cgo), const SYS_DUP3 = 292
 28042  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE = 213
 28043  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE1 = 291
 28044  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL = 233
 28045  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL_OLD = 214
 28046  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_PWAIT = 281
 28047  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT = 232
 28048  pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT_OLD = 215
 28049  pkg syscall (linux-amd64-cgo), const SYS_EVENTFD = 284
 28050  pkg syscall (linux-amd64-cgo), const SYS_EVENTFD2 = 290
 28051  pkg syscall (linux-amd64-cgo), const SYS_EXECVE = 59
 28052  pkg syscall (linux-amd64-cgo), const SYS_EXIT = 60
 28053  pkg syscall (linux-amd64-cgo), const SYS_EXIT_GROUP = 231
 28054  pkg syscall (linux-amd64-cgo), const SYS_FACCESSAT = 269
 28055  pkg syscall (linux-amd64-cgo), const SYS_FADVISE64 = 221
 28056  pkg syscall (linux-amd64-cgo), const SYS_FALLOCATE = 285
 28057  pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_INIT = 300
 28058  pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_MARK = 301
 28059  pkg syscall (linux-amd64-cgo), const SYS_FCHDIR = 81
 28060  pkg syscall (linux-amd64-cgo), const SYS_FCHMOD = 91
 28061  pkg syscall (linux-amd64-cgo), const SYS_FCHMODAT = 268
 28062  pkg syscall (linux-amd64-cgo), const SYS_FCHOWN = 93
 28063  pkg syscall (linux-amd64-cgo), const SYS_FCHOWNAT = 260
 28064  pkg syscall (linux-amd64-cgo), const SYS_FCNTL = 72
 28065  pkg syscall (linux-amd64-cgo), const SYS_FDATASYNC = 75
 28066  pkg syscall (linux-amd64-cgo), const SYS_FGETXATTR = 193
 28067  pkg syscall (linux-amd64-cgo), const SYS_FLISTXATTR = 196
 28068  pkg syscall (linux-amd64-cgo), const SYS_FLOCK = 73
 28069  pkg syscall (linux-amd64-cgo), const SYS_FORK = 57
 28070  pkg syscall (linux-amd64-cgo), const SYS_FREMOVEXATTR = 199
 28071  pkg syscall (linux-amd64-cgo), const SYS_FSETXATTR = 190
 28072  pkg syscall (linux-amd64-cgo), const SYS_FSTAT = 5
 28073  pkg syscall (linux-amd64-cgo), const SYS_FSTATFS = 138
 28074  pkg syscall (linux-amd64-cgo), const SYS_FSYNC = 74
 28075  pkg syscall (linux-amd64-cgo), const SYS_FTRUNCATE = 77
 28076  pkg syscall (linux-amd64-cgo), const SYS_FUTEX = 202
 28077  pkg syscall (linux-amd64-cgo), const SYS_FUTIMESAT = 261
 28078  pkg syscall (linux-amd64-cgo), const SYS_GETCWD = 79
 28079  pkg syscall (linux-amd64-cgo), const SYS_GETDENTS = 78
 28080  pkg syscall (linux-amd64-cgo), const SYS_GETDENTS64 = 217
 28081  pkg syscall (linux-amd64-cgo), const SYS_GETEGID = 108
 28082  pkg syscall (linux-amd64-cgo), const SYS_GETEUID = 107
 28083  pkg syscall (linux-amd64-cgo), const SYS_GETGID = 104
 28084  pkg syscall (linux-amd64-cgo), const SYS_GETGROUPS = 115
 28085  pkg syscall (linux-amd64-cgo), const SYS_GETITIMER = 36
 28086  pkg syscall (linux-amd64-cgo), const SYS_GETPEERNAME = 52
 28087  pkg syscall (linux-amd64-cgo), const SYS_GETPGID = 121
 28088  pkg syscall (linux-amd64-cgo), const SYS_GETPGRP = 111
 28089  pkg syscall (linux-amd64-cgo), const SYS_GETPID = 39
 28090  pkg syscall (linux-amd64-cgo), const SYS_GETPMSG = 181
 28091  pkg syscall (linux-amd64-cgo), const SYS_GETPPID = 110
 28092  pkg syscall (linux-amd64-cgo), const SYS_GETPRIORITY = 140
 28093  pkg syscall (linux-amd64-cgo), const SYS_GETRESGID = 120
 28094  pkg syscall (linux-amd64-cgo), const SYS_GETRESUID = 118
 28095  pkg syscall (linux-amd64-cgo), const SYS_GETRLIMIT = 97
 28096  pkg syscall (linux-amd64-cgo), const SYS_GETRUSAGE = 98
 28097  pkg syscall (linux-amd64-cgo), const SYS_GETSID = 124
 28098  pkg syscall (linux-amd64-cgo), const SYS_GETSOCKNAME = 51
 28099  pkg syscall (linux-amd64-cgo), const SYS_GETSOCKOPT = 55
 28100  pkg syscall (linux-amd64-cgo), const SYS_GETTID = 186
 28101  pkg syscall (linux-amd64-cgo), const SYS_GETTIMEOFDAY = 96
 28102  pkg syscall (linux-amd64-cgo), const SYS_GETUID = 102
 28103  pkg syscall (linux-amd64-cgo), const SYS_GETXATTR = 191
 28104  pkg syscall (linux-amd64-cgo), const SYS_GET_KERNEL_SYMS = 177
 28105  pkg syscall (linux-amd64-cgo), const SYS_GET_MEMPOLICY = 239
 28106  pkg syscall (linux-amd64-cgo), const SYS_GET_ROBUST_LIST = 274
 28107  pkg syscall (linux-amd64-cgo), const SYS_GET_THREAD_AREA = 211
 28108  pkg syscall (linux-amd64-cgo), const SYS_INIT_MODULE = 175
 28109  pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_ADD_WATCH = 254
 28110  pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT = 253
 28111  pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT1 = 294
 28112  pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_RM_WATCH = 255
 28113  pkg syscall (linux-amd64-cgo), const SYS_IOCTL = 16
 28114  pkg syscall (linux-amd64-cgo), const SYS_IOPERM = 173
 28115  pkg syscall (linux-amd64-cgo), const SYS_IOPL = 172
 28116  pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_GET = 252
 28117  pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_SET = 251
 28118  pkg syscall (linux-amd64-cgo), const SYS_IO_CANCEL = 210
 28119  pkg syscall (linux-amd64-cgo), const SYS_IO_DESTROY = 207
 28120  pkg syscall (linux-amd64-cgo), const SYS_IO_GETEVENTS = 208
 28121  pkg syscall (linux-amd64-cgo), const SYS_IO_SETUP = 206
 28122  pkg syscall (linux-amd64-cgo), const SYS_IO_SUBMIT = 209
 28123  pkg syscall (linux-amd64-cgo), const SYS_KEXEC_LOAD = 246
 28124  pkg syscall (linux-amd64-cgo), const SYS_KEYCTL = 250
 28125  pkg syscall (linux-amd64-cgo), const SYS_KILL = 62
 28126  pkg syscall (linux-amd64-cgo), const SYS_LCHOWN = 94
 28127  pkg syscall (linux-amd64-cgo), const SYS_LGETXATTR = 192
 28128  pkg syscall (linux-amd64-cgo), const SYS_LINK = 86
 28129  pkg syscall (linux-amd64-cgo), const SYS_LINKAT = 265
 28130  pkg syscall (linux-amd64-cgo), const SYS_LISTEN = 50
 28131  pkg syscall (linux-amd64-cgo), const SYS_LISTXATTR = 194
 28132  pkg syscall (linux-amd64-cgo), const SYS_LLISTXATTR = 195
 28133  pkg syscall (linux-amd64-cgo), const SYS_LOOKUP_DCOOKIE = 212
 28134  pkg syscall (linux-amd64-cgo), const SYS_LREMOVEXATTR = 198
 28135  pkg syscall (linux-amd64-cgo), const SYS_LSEEK = 8
 28136  pkg syscall (linux-amd64-cgo), const SYS_LSETXATTR = 189
 28137  pkg syscall (linux-amd64-cgo), const SYS_LSTAT = 6
 28138  pkg syscall (linux-amd64-cgo), const SYS_MADVISE = 28
 28139  pkg syscall (linux-amd64-cgo), const SYS_MBIND = 237
 28140  pkg syscall (linux-amd64-cgo), const SYS_MIGRATE_PAGES = 256
 28141  pkg syscall (linux-amd64-cgo), const SYS_MINCORE = 27
 28142  pkg syscall (linux-amd64-cgo), const SYS_MKDIR = 83
 28143  pkg syscall (linux-amd64-cgo), const SYS_MKDIRAT = 258
 28144  pkg syscall (linux-amd64-cgo), const SYS_MKNOD = 133
 28145  pkg syscall (linux-amd64-cgo), const SYS_MKNODAT = 259
 28146  pkg syscall (linux-amd64-cgo), const SYS_MLOCK = 149
 28147  pkg syscall (linux-amd64-cgo), const SYS_MLOCKALL = 151
 28148  pkg syscall (linux-amd64-cgo), const SYS_MMAP = 9
 28149  pkg syscall (linux-amd64-cgo), const SYS_MODIFY_LDT = 154
 28150  pkg syscall (linux-amd64-cgo), const SYS_MOUNT = 165
 28151  pkg syscall (linux-amd64-cgo), const SYS_MOVE_PAGES = 279
 28152  pkg syscall (linux-amd64-cgo), const SYS_MPROTECT = 10
 28153  pkg syscall (linux-amd64-cgo), const SYS_MQ_GETSETATTR = 245
 28154  pkg syscall (linux-amd64-cgo), const SYS_MQ_NOTIFY = 244
 28155  pkg syscall (linux-amd64-cgo), const SYS_MQ_OPEN = 240
 28156  pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDRECEIVE = 243
 28157  pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDSEND = 242
 28158  pkg syscall (linux-amd64-cgo), const SYS_MQ_UNLINK = 241
 28159  pkg syscall (linux-amd64-cgo), const SYS_MREMAP = 25
 28160  pkg syscall (linux-amd64-cgo), const SYS_MSGCTL = 71
 28161  pkg syscall (linux-amd64-cgo), const SYS_MSGGET = 68
 28162  pkg syscall (linux-amd64-cgo), const SYS_MSGRCV = 70
 28163  pkg syscall (linux-amd64-cgo), const SYS_MSGSND = 69
 28164  pkg syscall (linux-amd64-cgo), const SYS_MSYNC = 26
 28165  pkg syscall (linux-amd64-cgo), const SYS_MUNLOCK = 150
 28166  pkg syscall (linux-amd64-cgo), const SYS_MUNLOCKALL = 152
 28167  pkg syscall (linux-amd64-cgo), const SYS_MUNMAP = 11
 28168  pkg syscall (linux-amd64-cgo), const SYS_NANOSLEEP = 35
 28169  pkg syscall (linux-amd64-cgo), const SYS_NEWFSTATAT = 262
 28170  pkg syscall (linux-amd64-cgo), const SYS_NFSSERVCTL = 180
 28171  pkg syscall (linux-amd64-cgo), const SYS_OPEN = 2
 28172  pkg syscall (linux-amd64-cgo), const SYS_OPENAT = 257
 28173  pkg syscall (linux-amd64-cgo), const SYS_PAUSE = 34
 28174  pkg syscall (linux-amd64-cgo), const SYS_PERF_EVENT_OPEN = 298
 28175  pkg syscall (linux-amd64-cgo), const SYS_PERSONALITY = 135
 28176  pkg syscall (linux-amd64-cgo), const SYS_PIPE = 22
 28177  pkg syscall (linux-amd64-cgo), const SYS_PIPE2 = 293
 28178  pkg syscall (linux-amd64-cgo), const SYS_PIVOT_ROOT = 155
 28179  pkg syscall (linux-amd64-cgo), const SYS_POLL = 7
 28180  pkg syscall (linux-amd64-cgo), const SYS_PPOLL = 271
 28181  pkg syscall (linux-amd64-cgo), const SYS_PRCTL = 157
 28182  pkg syscall (linux-amd64-cgo), const SYS_PREAD64 = 17
 28183  pkg syscall (linux-amd64-cgo), const SYS_PREADV = 295
 28184  pkg syscall (linux-amd64-cgo), const SYS_PRLIMIT64 = 302
 28185  pkg syscall (linux-amd64-cgo), const SYS_PSELECT6 = 270
 28186  pkg syscall (linux-amd64-cgo), const SYS_PTRACE = 101
 28187  pkg syscall (linux-amd64-cgo), const SYS_PUTPMSG = 182
 28188  pkg syscall (linux-amd64-cgo), const SYS_PWRITE64 = 18
 28189  pkg syscall (linux-amd64-cgo), const SYS_PWRITEV = 296
 28190  pkg syscall (linux-amd64-cgo), const SYS_QUERY_MODULE = 178
 28191  pkg syscall (linux-amd64-cgo), const SYS_QUOTACTL = 179
 28192  pkg syscall (linux-amd64-cgo), const SYS_READ = 0
 28193  pkg syscall (linux-amd64-cgo), const SYS_READAHEAD = 187
 28194  pkg syscall (linux-amd64-cgo), const SYS_READLINK = 89
 28195  pkg syscall (linux-amd64-cgo), const SYS_READLINKAT = 267
 28196  pkg syscall (linux-amd64-cgo), const SYS_READV = 19
 28197  pkg syscall (linux-amd64-cgo), const SYS_REBOOT = 169
 28198  pkg syscall (linux-amd64-cgo), const SYS_RECVFROM = 45
 28199  pkg syscall (linux-amd64-cgo), const SYS_RECVMMSG = 299
 28200  pkg syscall (linux-amd64-cgo), const SYS_RECVMSG = 47
 28201  pkg syscall (linux-amd64-cgo), const SYS_REMAP_FILE_PAGES = 216
 28202  pkg syscall (linux-amd64-cgo), const SYS_REMOVEXATTR = 197
 28203  pkg syscall (linux-amd64-cgo), const SYS_RENAME = 82
 28204  pkg syscall (linux-amd64-cgo), const SYS_RENAMEAT = 264
 28205  pkg syscall (linux-amd64-cgo), const SYS_REQUEST_KEY = 249
 28206  pkg syscall (linux-amd64-cgo), const SYS_RESTART_SYSCALL = 219
 28207  pkg syscall (linux-amd64-cgo), const SYS_RMDIR = 84
 28208  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGACTION = 13
 28209  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPENDING = 127
 28210  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPROCMASK = 14
 28211  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGQUEUEINFO = 129
 28212  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGRETURN = 15
 28213  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGSUSPEND = 130
 28214  pkg syscall (linux-amd64-cgo), const SYS_RT_SIGTIMEDWAIT = 128
 28215  pkg syscall (linux-amd64-cgo), const SYS_RT_TGSIGQUEUEINFO = 297
 28216  pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETAFFINITY = 204
 28217  pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETPARAM = 143
 28218  pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 145
 28219  pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 146
 28220  pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 147
 28221  pkg syscall (linux-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 148
 28222  pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETAFFINITY = 203
 28223  pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETPARAM = 142
 28224  pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 144
 28225  pkg syscall (linux-amd64-cgo), const SYS_SCHED_YIELD = 24
 28226  pkg syscall (linux-amd64-cgo), const SYS_SECURITY = 185
 28227  pkg syscall (linux-amd64-cgo), const SYS_SELECT = 23
 28228  pkg syscall (linux-amd64-cgo), const SYS_SEMCTL = 66
 28229  pkg syscall (linux-amd64-cgo), const SYS_SEMGET = 64
 28230  pkg syscall (linux-amd64-cgo), const SYS_SEMOP = 65
 28231  pkg syscall (linux-amd64-cgo), const SYS_SEMTIMEDOP = 220
 28232  pkg syscall (linux-amd64-cgo), const SYS_SENDFILE = 40
 28233  pkg syscall (linux-amd64-cgo), const SYS_SENDMSG = 46
 28234  pkg syscall (linux-amd64-cgo), const SYS_SENDTO = 44
 28235  pkg syscall (linux-amd64-cgo), const SYS_SETDOMAINNAME = 171
 28236  pkg syscall (linux-amd64-cgo), const SYS_SETFSGID = 123
 28237  pkg syscall (linux-amd64-cgo), const SYS_SETFSUID = 122
 28238  pkg syscall (linux-amd64-cgo), const SYS_SETGID = 106
 28239  pkg syscall (linux-amd64-cgo), const SYS_SETGROUPS = 116
 28240  pkg syscall (linux-amd64-cgo), const SYS_SETHOSTNAME = 170
 28241  pkg syscall (linux-amd64-cgo), const SYS_SETITIMER = 38
 28242  pkg syscall (linux-amd64-cgo), const SYS_SETPGID = 109
 28243  pkg syscall (linux-amd64-cgo), const SYS_SETPRIORITY = 141
 28244  pkg syscall (linux-amd64-cgo), const SYS_SETREGID = 114
 28245  pkg syscall (linux-amd64-cgo), const SYS_SETRESGID = 119
 28246  pkg syscall (linux-amd64-cgo), const SYS_SETRESUID = 117
 28247  pkg syscall (linux-amd64-cgo), const SYS_SETREUID = 113
 28248  pkg syscall (linux-amd64-cgo), const SYS_SETRLIMIT = 160
 28249  pkg syscall (linux-amd64-cgo), const SYS_SETSID = 112
 28250  pkg syscall (linux-amd64-cgo), const SYS_SETSOCKOPT = 54
 28251  pkg syscall (linux-amd64-cgo), const SYS_SETTIMEOFDAY = 164
 28252  pkg syscall (linux-amd64-cgo), const SYS_SETUID = 105
 28253  pkg syscall (linux-amd64-cgo), const SYS_SETXATTR = 188
 28254  pkg syscall (linux-amd64-cgo), const SYS_SET_MEMPOLICY = 238
 28255  pkg syscall (linux-amd64-cgo), const SYS_SET_ROBUST_LIST = 273
 28256  pkg syscall (linux-amd64-cgo), const SYS_SET_THREAD_AREA = 205
 28257  pkg syscall (linux-amd64-cgo), const SYS_SET_TID_ADDRESS = 218
 28258  pkg syscall (linux-amd64-cgo), const SYS_SHMAT = 30
 28259  pkg syscall (linux-amd64-cgo), const SYS_SHMCTL = 31
 28260  pkg syscall (linux-amd64-cgo), const SYS_SHMDT = 67
 28261  pkg syscall (linux-amd64-cgo), const SYS_SHMGET = 29
 28262  pkg syscall (linux-amd64-cgo), const SYS_SHUTDOWN = 48
 28263  pkg syscall (linux-amd64-cgo), const SYS_SIGALTSTACK = 131
 28264  pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD = 282
 28265  pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD4 = 289
 28266  pkg syscall (linux-amd64-cgo), const SYS_SOCKET = 41
 28267  pkg syscall (linux-amd64-cgo), const SYS_SOCKETPAIR = 53
 28268  pkg syscall (linux-amd64-cgo), const SYS_SPLICE = 275
 28269  pkg syscall (linux-amd64-cgo), const SYS_STAT = 4
 28270  pkg syscall (linux-amd64-cgo), const SYS_STATFS = 137
 28271  pkg syscall (linux-amd64-cgo), const SYS_SWAPOFF = 168
 28272  pkg syscall (linux-amd64-cgo), const SYS_SWAPON = 167
 28273  pkg syscall (linux-amd64-cgo), const SYS_SYMLINK = 88
 28274  pkg syscall (linux-amd64-cgo), const SYS_SYMLINKAT = 266
 28275  pkg syscall (linux-amd64-cgo), const SYS_SYNC = 162
 28276  pkg syscall (linux-amd64-cgo), const SYS_SYNC_FILE_RANGE = 277
 28277  pkg syscall (linux-amd64-cgo), const SYS_SYSFS = 139
 28278  pkg syscall (linux-amd64-cgo), const SYS_SYSINFO = 99
 28279  pkg syscall (linux-amd64-cgo), const SYS_SYSLOG = 103
 28280  pkg syscall (linux-amd64-cgo), const SYS_TEE = 276
 28281  pkg syscall (linux-amd64-cgo), const SYS_TGKILL = 234
 28282  pkg syscall (linux-amd64-cgo), const SYS_TIME = 201
 28283  pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_CREATE = 283
 28284  pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_GETTIME = 287
 28285  pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_SETTIME = 286
 28286  pkg syscall (linux-amd64-cgo), const SYS_TIMER_CREATE = 222
 28287  pkg syscall (linux-amd64-cgo), const SYS_TIMER_DELETE = 226
 28288  pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETOVERRUN = 225
 28289  pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETTIME = 224
 28290  pkg syscall (linux-amd64-cgo), const SYS_TIMER_SETTIME = 223
 28291  pkg syscall (linux-amd64-cgo), const SYS_TIMES = 100
 28292  pkg syscall (linux-amd64-cgo), const SYS_TKILL = 200
 28293  pkg syscall (linux-amd64-cgo), const SYS_TRUNCATE = 76
 28294  pkg syscall (linux-amd64-cgo), const SYS_TUXCALL = 184
 28295  pkg syscall (linux-amd64-cgo), const SYS_UMASK = 95
 28296  pkg syscall (linux-amd64-cgo), const SYS_UMOUNT2 = 166
 28297  pkg syscall (linux-amd64-cgo), const SYS_UNAME = 63
 28298  pkg syscall (linux-amd64-cgo), const SYS_UNLINK = 87
 28299  pkg syscall (linux-amd64-cgo), const SYS_UNLINKAT = 263
 28300  pkg syscall (linux-amd64-cgo), const SYS_UNSHARE = 272
 28301  pkg syscall (linux-amd64-cgo), const SYS_USELIB = 134
 28302  pkg syscall (linux-amd64-cgo), const SYS_USTAT = 136
 28303  pkg syscall (linux-amd64-cgo), const SYS_UTIME = 132
 28304  pkg syscall (linux-amd64-cgo), const SYS_UTIMENSAT = 280
 28305  pkg syscall (linux-amd64-cgo), const SYS_UTIMES = 235
 28306  pkg syscall (linux-amd64-cgo), const SYS_VFORK = 58
 28307  pkg syscall (linux-amd64-cgo), const SYS_VHANGUP = 153
 28308  pkg syscall (linux-amd64-cgo), const SYS_VMSPLICE = 278
 28309  pkg syscall (linux-amd64-cgo), const SYS_VSERVER = 236
 28310  pkg syscall (linux-amd64-cgo), const SYS_WAIT4 = 61
 28311  pkg syscall (linux-amd64-cgo), const SYS_WAITID = 247
 28312  pkg syscall (linux-amd64-cgo), const SYS_WRITE = 1
 28313  pkg syscall (linux-amd64-cgo), const SYS_WRITEV = 20
 28314  pkg syscall (linux-amd64-cgo), const SYS__SYSCTL = 156
 28315  pkg syscall (linux-amd64-cgo), const S_BLKSIZE = 512
 28316  pkg syscall (linux-amd64-cgo), const S_IEXEC = 64
 28317  pkg syscall (linux-amd64-cgo), const S_IFMT = 61440
 28318  pkg syscall (linux-amd64-cgo), const S_IREAD = 256
 28319  pkg syscall (linux-amd64-cgo), const S_IRGRP = 32
 28320  pkg syscall (linux-amd64-cgo), const S_IROTH = 4
 28321  pkg syscall (linux-amd64-cgo), const S_IRWXG = 56
 28322  pkg syscall (linux-amd64-cgo), const S_IRWXO = 7
 28323  pkg syscall (linux-amd64-cgo), const S_IRWXU = 448
 28324  pkg syscall (linux-amd64-cgo), const S_IWGRP = 16
 28325  pkg syscall (linux-amd64-cgo), const S_IWOTH = 2
 28326  pkg syscall (linux-amd64-cgo), const S_IWRITE = 128
 28327  pkg syscall (linux-amd64-cgo), const S_IXGRP = 8
 28328  pkg syscall (linux-amd64-cgo), const S_IXOTH = 1
 28329  pkg syscall (linux-amd64-cgo), const SizeofCmsghdr = 16
 28330  pkg syscall (linux-amd64-cgo), const SizeofIPMreq = 8
 28331  pkg syscall (linux-amd64-cgo), const SizeofIPMreqn = 12
 28332  pkg syscall (linux-amd64-cgo), const SizeofIPv6Mreq = 20
 28333  pkg syscall (linux-amd64-cgo), const SizeofIfAddrmsg = 8
 28334  pkg syscall (linux-amd64-cgo), const SizeofIfInfomsg = 16
 28335  pkg syscall (linux-amd64-cgo), const SizeofInet4Pktinfo = 12
 28336  pkg syscall (linux-amd64-cgo), const SizeofInet6Pktinfo = 20
 28337  pkg syscall (linux-amd64-cgo), const SizeofInotifyEvent = 16
 28338  pkg syscall (linux-amd64-cgo), const SizeofLinger = 8
 28339  pkg syscall (linux-amd64-cgo), const SizeofMsghdr = 56
 28340  pkg syscall (linux-amd64-cgo), const SizeofNlAttr = 4
 28341  pkg syscall (linux-amd64-cgo), const SizeofNlMsgerr = 20
 28342  pkg syscall (linux-amd64-cgo), const SizeofNlMsghdr = 16
 28343  pkg syscall (linux-amd64-cgo), const SizeofRtAttr = 4
 28344  pkg syscall (linux-amd64-cgo), const SizeofRtGenmsg = 1
 28345  pkg syscall (linux-amd64-cgo), const SizeofRtMsg = 12
 28346  pkg syscall (linux-amd64-cgo), const SizeofRtNexthop = 8
 28347  pkg syscall (linux-amd64-cgo), const SizeofSockFilter = 8
 28348  pkg syscall (linux-amd64-cgo), const SizeofSockFprog = 16
 28349  pkg syscall (linux-amd64-cgo), const SizeofSockaddrAny = 112
 28350  pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet4 = 16
 28351  pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet6 = 28
 28352  pkg syscall (linux-amd64-cgo), const SizeofSockaddrLinklayer = 20
 28353  pkg syscall (linux-amd64-cgo), const SizeofSockaddrNetlink = 12
 28354  pkg syscall (linux-amd64-cgo), const SizeofSockaddrUnix = 110
 28355  pkg syscall (linux-amd64-cgo), const SizeofTCPInfo = 104
 28356  pkg syscall (linux-amd64-cgo), const SizeofTCPInfo ideal-int
 28357  pkg syscall (linux-amd64-cgo), const SizeofUcred = 12
 28358  pkg syscall (linux-amd64-cgo), const TCGETS = 21505
 28359  pkg syscall (linux-amd64-cgo), const TCP_CONGESTION = 13
 28360  pkg syscall (linux-amd64-cgo), const TCP_CORK = 3
 28361  pkg syscall (linux-amd64-cgo), const TCP_DEFER_ACCEPT = 9
 28362  pkg syscall (linux-amd64-cgo), const TCP_INFO = 11
 28363  pkg syscall (linux-amd64-cgo), const TCP_KEEPCNT = 6
 28364  pkg syscall (linux-amd64-cgo), const TCP_KEEPIDLE = 4
 28365  pkg syscall (linux-amd64-cgo), const TCP_KEEPINTVL = 5
 28366  pkg syscall (linux-amd64-cgo), const TCP_LINGER2 = 8
 28367  pkg syscall (linux-amd64-cgo), const TCP_MAXSEG = 2
 28368  pkg syscall (linux-amd64-cgo), const TCP_MAXWIN = 65535
 28369  pkg syscall (linux-amd64-cgo), const TCP_MAX_WINSHIFT = 14
 28370  pkg syscall (linux-amd64-cgo), const TCP_MD5SIG = 14
 28371  pkg syscall (linux-amd64-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
 28372  pkg syscall (linux-amd64-cgo), const TCP_MSS = 512
 28373  pkg syscall (linux-amd64-cgo), const TCP_QUICKACK = 12
 28374  pkg syscall (linux-amd64-cgo), const TCP_SYNCNT = 7
 28375  pkg syscall (linux-amd64-cgo), const TCP_WINDOW_CLAMP = 10
 28376  pkg syscall (linux-amd64-cgo), const TCSETS = 21506
 28377  pkg syscall (linux-amd64-cgo), const TIOCCBRK = 21544
 28378  pkg syscall (linux-amd64-cgo), const TIOCCONS = 21533
 28379  pkg syscall (linux-amd64-cgo), const TIOCEXCL = 21516
 28380  pkg syscall (linux-amd64-cgo), const TIOCGDEV = 2147767346
 28381  pkg syscall (linux-amd64-cgo), const TIOCGETD = 21540
 28382  pkg syscall (linux-amd64-cgo), const TIOCGICOUNT = 21597
 28383  pkg syscall (linux-amd64-cgo), const TIOCGLCKTRMIOS = 21590
 28384  pkg syscall (linux-amd64-cgo), const TIOCGPGRP = 21519
 28385  pkg syscall (linux-amd64-cgo), const TIOCGPTN = 2147767344
 28386  pkg syscall (linux-amd64-cgo), const TIOCGRS485 = 21550
 28387  pkg syscall (linux-amd64-cgo), const TIOCGSERIAL = 21534
 28388  pkg syscall (linux-amd64-cgo), const TIOCGSID = 21545
 28389  pkg syscall (linux-amd64-cgo), const TIOCGSOFTCAR = 21529
 28390  pkg syscall (linux-amd64-cgo), const TIOCGWINSZ = 21523
 28391  pkg syscall (linux-amd64-cgo), const TIOCINQ = 21531
 28392  pkg syscall (linux-amd64-cgo), const TIOCLINUX = 21532
 28393  pkg syscall (linux-amd64-cgo), const TIOCMBIC = 21527
 28394  pkg syscall (linux-amd64-cgo), const TIOCMBIS = 21526
 28395  pkg syscall (linux-amd64-cgo), const TIOCMGET = 21525
 28396  pkg syscall (linux-amd64-cgo), const TIOCMIWAIT = 21596
 28397  pkg syscall (linux-amd64-cgo), const TIOCMSET = 21528
 28398  pkg syscall (linux-amd64-cgo), const TIOCM_CAR = 64
 28399  pkg syscall (linux-amd64-cgo), const TIOCM_CD = 64
 28400  pkg syscall (linux-amd64-cgo), const TIOCM_CTS = 32
 28401  pkg syscall (linux-amd64-cgo), const TIOCM_DSR = 256
 28402  pkg syscall (linux-amd64-cgo), const TIOCM_DTR = 2
 28403  pkg syscall (linux-amd64-cgo), const TIOCM_LE = 1
 28404  pkg syscall (linux-amd64-cgo), const TIOCM_RI = 128
 28405  pkg syscall (linux-amd64-cgo), const TIOCM_RNG = 128
 28406  pkg syscall (linux-amd64-cgo), const TIOCM_RTS = 4
 28407  pkg syscall (linux-amd64-cgo), const TIOCM_SR = 16
 28408  pkg syscall (linux-amd64-cgo), const TIOCM_ST = 8
 28409  pkg syscall (linux-amd64-cgo), const TIOCNOTTY = 21538
 28410  pkg syscall (linux-amd64-cgo), const TIOCNXCL = 21517
 28411  pkg syscall (linux-amd64-cgo), const TIOCOUTQ = 21521
 28412  pkg syscall (linux-amd64-cgo), const TIOCPKT = 21536
 28413  pkg syscall (linux-amd64-cgo), const TIOCPKT_DATA = 0
 28414  pkg syscall (linux-amd64-cgo), const TIOCPKT_DOSTOP = 32
 28415  pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
 28416  pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
 28417  pkg syscall (linux-amd64-cgo), const TIOCPKT_IOCTL = 64
 28418  pkg syscall (linux-amd64-cgo), const TIOCPKT_NOSTOP = 16
 28419  pkg syscall (linux-amd64-cgo), const TIOCPKT_START = 8
 28420  pkg syscall (linux-amd64-cgo), const TIOCPKT_STOP = 4
 28421  pkg syscall (linux-amd64-cgo), const TIOCSBRK = 21543
 28422  pkg syscall (linux-amd64-cgo), const TIOCSCTTY = 21518
 28423  pkg syscall (linux-amd64-cgo), const TIOCSERCONFIG = 21587
 28424  pkg syscall (linux-amd64-cgo), const TIOCSERGETLSR = 21593
 28425  pkg syscall (linux-amd64-cgo), const TIOCSERGETMULTI = 21594
 28426  pkg syscall (linux-amd64-cgo), const TIOCSERGSTRUCT = 21592
 28427  pkg syscall (linux-amd64-cgo), const TIOCSERGWILD = 21588
 28428  pkg syscall (linux-amd64-cgo), const TIOCSERSETMULTI = 21595
 28429  pkg syscall (linux-amd64-cgo), const TIOCSERSWILD = 21589
 28430  pkg syscall (linux-amd64-cgo), const TIOCSER_TEMT = 1
 28431  pkg syscall (linux-amd64-cgo), const TIOCSETD = 21539
 28432  pkg syscall (linux-amd64-cgo), const TIOCSIG = 1074025526
 28433  pkg syscall (linux-amd64-cgo), const TIOCSLCKTRMIOS = 21591
 28434  pkg syscall (linux-amd64-cgo), const TIOCSPGRP = 21520
 28435  pkg syscall (linux-amd64-cgo), const TIOCSPTLCK = 1074025521
 28436  pkg syscall (linux-amd64-cgo), const TIOCSRS485 = 21551
 28437  pkg syscall (linux-amd64-cgo), const TIOCSSERIAL = 21535
 28438  pkg syscall (linux-amd64-cgo), const TIOCSSOFTCAR = 21530
 28439  pkg syscall (linux-amd64-cgo), const TIOCSTI = 21522
 28440  pkg syscall (linux-amd64-cgo), const TIOCSWINSZ = 21524
 28441  pkg syscall (linux-amd64-cgo), const TOSTOP = 256
 28442  pkg syscall (linux-amd64-cgo), const TUNATTACHFILTER = 1074812117
 28443  pkg syscall (linux-amd64-cgo), const TUNDETACHFILTER = 1074812118
 28444  pkg syscall (linux-amd64-cgo), const TUNGETFEATURES = 2147767503
 28445  pkg syscall (linux-amd64-cgo), const TUNGETIFF = 2147767506
 28446  pkg syscall (linux-amd64-cgo), const TUNGETSNDBUF = 2147767507
 28447  pkg syscall (linux-amd64-cgo), const TUNGETVNETHDRSZ = 2147767511
 28448  pkg syscall (linux-amd64-cgo), const TUNSETDEBUG = 1074025673
 28449  pkg syscall (linux-amd64-cgo), const TUNSETGROUP = 1074025678
 28450  pkg syscall (linux-amd64-cgo), const TUNSETIFF = 1074025674
 28451  pkg syscall (linux-amd64-cgo), const TUNSETLINK = 1074025677
 28452  pkg syscall (linux-amd64-cgo), const TUNSETNOCSUM = 1074025672
 28453  pkg syscall (linux-amd64-cgo), const TUNSETOFFLOAD = 1074025680
 28454  pkg syscall (linux-amd64-cgo), const TUNSETOWNER = 1074025676
 28455  pkg syscall (linux-amd64-cgo), const TUNSETPERSIST = 1074025675
 28456  pkg syscall (linux-amd64-cgo), const TUNSETSNDBUF = 1074025684
 28457  pkg syscall (linux-amd64-cgo), const TUNSETTXFILTER = 1074025681
 28458  pkg syscall (linux-amd64-cgo), const TUNSETVNETHDRSZ = 1074025688
 28459  pkg syscall (linux-amd64-cgo), const VDISCARD = 13
 28460  pkg syscall (linux-amd64-cgo), const VEOF = 4
 28461  pkg syscall (linux-amd64-cgo), const VEOL = 11
 28462  pkg syscall (linux-amd64-cgo), const VEOL2 = 16
 28463  pkg syscall (linux-amd64-cgo), const VERASE = 2
 28464  pkg syscall (linux-amd64-cgo), const VINTR = 0
 28465  pkg syscall (linux-amd64-cgo), const VKILL = 3
 28466  pkg syscall (linux-amd64-cgo), const VLNEXT = 15
 28467  pkg syscall (linux-amd64-cgo), const VMIN = 6
 28468  pkg syscall (linux-amd64-cgo), const VQUIT = 1
 28469  pkg syscall (linux-amd64-cgo), const VREPRINT = 12
 28470  pkg syscall (linux-amd64-cgo), const VSTART = 8
 28471  pkg syscall (linux-amd64-cgo), const VSTOP = 9
 28472  pkg syscall (linux-amd64-cgo), const VSUSP = 10
 28473  pkg syscall (linux-amd64-cgo), const VSWTC = 7
 28474  pkg syscall (linux-amd64-cgo), const VTIME = 5
 28475  pkg syscall (linux-amd64-cgo), const VWERASE = 14
 28476  pkg syscall (linux-amd64-cgo), const WALL = 1073741824
 28477  pkg syscall (linux-amd64-cgo), const WCLONE = 2147483648
 28478  pkg syscall (linux-amd64-cgo), const WCONTINUED = 8
 28479  pkg syscall (linux-amd64-cgo), const WEXITED = 4
 28480  pkg syscall (linux-amd64-cgo), const WNOHANG = 1
 28481  pkg syscall (linux-amd64-cgo), const WNOTHREAD = 536870912
 28482  pkg syscall (linux-amd64-cgo), const WNOWAIT = 16777216
 28483  pkg syscall (linux-amd64-cgo), const WORDSIZE = 64
 28484  pkg syscall (linux-amd64-cgo), const WSTOPPED = 2
 28485  pkg syscall (linux-amd64-cgo), const WUNTRACED = 2
 28486  pkg syscall (linux-amd64-cgo), const XCASE = 4
 28487  pkg syscall (linux-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
 28488  pkg syscall (linux-amd64-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
 28489  pkg syscall (linux-amd64-cgo), func Getxattr(string, string, []uint8) (int, error)
 28490  pkg syscall (linux-amd64-cgo), func Listxattr(string, []uint8) (int, error)
 28491  pkg syscall (linux-amd64-cgo), func Pipe2([]int, int) error
 28492  pkg syscall (linux-amd64-cgo), func PtraceSyscall(int, int) error
 28493  pkg syscall (linux-amd64-cgo), func Removexattr(string, string) error
 28494  pkg syscall (linux-amd64-cgo), func Setxattr(string, string, []uint8, int) error
 28495  pkg syscall (linux-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
 28496  pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ctty int
 28497  pkg syscall (linux-amd64-cgo), type TCPInfo struct
 28498  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Advmss uint32
 28499  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ato uint32
 28500  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Backoff uint8
 28501  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ca_state uint8
 28502  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Fackets uint32
 28503  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_recv uint32
 28504  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_sent uint32
 28505  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_recv uint32
 28506  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_sent uint32
 28507  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Lost uint32
 28508  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Options uint8
 28509  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
 28510  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pmtu uint32
 28511  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Probes uint8
 28512  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_mss uint32
 28513  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_rtt uint32
 28514  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_space uint32
 28515  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_ssthresh uint32
 28516  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Reordering uint32
 28517  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retrans uint32
 28518  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retransmits uint8
 28519  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rto uint32
 28520  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rtt uint32
 28521  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rttvar uint32
 28522  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Sacked uint32
 28523  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_cwnd uint32
 28524  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_mss uint32
 28525  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32
 28526  pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8
 28527  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32
 28528  pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32
 28529  pkg syscall (linux-arm), const AF_ALG = 38
 28530  pkg syscall (linux-arm), const AF_APPLETALK = 5
 28531  pkg syscall (linux-arm), const AF_ASH = 18
 28532  pkg syscall (linux-arm), const AF_ATMPVC = 8
 28533  pkg syscall (linux-arm), const AF_ATMSVC = 20
 28534  pkg syscall (linux-arm), const AF_AX25 = 3
 28535  pkg syscall (linux-arm), const AF_BLUETOOTH = 31
 28536  pkg syscall (linux-arm), const AF_BRIDGE = 7
 28537  pkg syscall (linux-arm), const AF_CAIF = 37
 28538  pkg syscall (linux-arm), const AF_CAN = 29
 28539  pkg syscall (linux-arm), const AF_DECnet = 12
 28540  pkg syscall (linux-arm), const AF_ECONET = 19
 28541  pkg syscall (linux-arm), const AF_FILE = 1
 28542  pkg syscall (linux-arm), const AF_IEEE802154 = 36
 28543  pkg syscall (linux-arm), const AF_INET6 = 10
 28544  pkg syscall (linux-arm), const AF_IPX = 4
 28545  pkg syscall (linux-arm), const AF_IRDA = 23
 28546  pkg syscall (linux-arm), const AF_ISDN = 34
 28547  pkg syscall (linux-arm), const AF_IUCV = 32
 28548  pkg syscall (linux-arm), const AF_KEY = 15
 28549  pkg syscall (linux-arm), const AF_LLC = 26
 28550  pkg syscall (linux-arm), const AF_LOCAL = 1
 28551  pkg syscall (linux-arm), const AF_MAX = 39
 28552  pkg syscall (linux-arm), const AF_NETBEUI = 13
 28553  pkg syscall (linux-arm), const AF_NETLINK = 16
 28554  pkg syscall (linux-arm), const AF_NETROM = 6
 28555  pkg syscall (linux-arm), const AF_PACKET = 17
 28556  pkg syscall (linux-arm), const AF_PHONET = 35
 28557  pkg syscall (linux-arm), const AF_PPPOX = 24
 28558  pkg syscall (linux-arm), const AF_RDS = 21
 28559  pkg syscall (linux-arm), const AF_ROSE = 11
 28560  pkg syscall (linux-arm), const AF_ROUTE = 16
 28561  pkg syscall (linux-arm), const AF_RXRPC = 33
 28562  pkg syscall (linux-arm), const AF_SECURITY = 14
 28563  pkg syscall (linux-arm), const AF_SNA = 22
 28564  pkg syscall (linux-arm), const AF_TIPC = 30
 28565  pkg syscall (linux-arm), const AF_WANPIPE = 25
 28566  pkg syscall (linux-arm), const AF_X25 = 9
 28567  pkg syscall (linux-arm), const ARPHRD_ADAPT = 264
 28568  pkg syscall (linux-arm), const ARPHRD_APPLETLK = 8
 28569  pkg syscall (linux-arm), const ARPHRD_ARCNET = 7
 28570  pkg syscall (linux-arm), const ARPHRD_ASH = 781
 28571  pkg syscall (linux-arm), const ARPHRD_ATM = 19
 28572  pkg syscall (linux-arm), const ARPHRD_AX25 = 3
 28573  pkg syscall (linux-arm), const ARPHRD_BIF = 775
 28574  pkg syscall (linux-arm), const ARPHRD_CHAOS = 5
 28575  pkg syscall (linux-arm), const ARPHRD_CISCO = 513
 28576  pkg syscall (linux-arm), const ARPHRD_CSLIP = 257
 28577  pkg syscall (linux-arm), const ARPHRD_CSLIP6 = 259
 28578  pkg syscall (linux-arm), const ARPHRD_DDCMP = 517
 28579  pkg syscall (linux-arm), const ARPHRD_DLCI = 15
 28580  pkg syscall (linux-arm), const ARPHRD_ECONET = 782
 28581  pkg syscall (linux-arm), const ARPHRD_EETHER = 2
 28582  pkg syscall (linux-arm), const ARPHRD_ETHER = 1
 28583  pkg syscall (linux-arm), const ARPHRD_EUI64 = 27
 28584  pkg syscall (linux-arm), const ARPHRD_FCAL = 785
 28585  pkg syscall (linux-arm), const ARPHRD_FCFABRIC = 787
 28586  pkg syscall (linux-arm), const ARPHRD_FCPL = 786
 28587  pkg syscall (linux-arm), const ARPHRD_FCPP = 784
 28588  pkg syscall (linux-arm), const ARPHRD_FDDI = 774
 28589  pkg syscall (linux-arm), const ARPHRD_FRAD = 770
 28590  pkg syscall (linux-arm), const ARPHRD_HDLC = 513
 28591  pkg syscall (linux-arm), const ARPHRD_HIPPI = 780
 28592  pkg syscall (linux-arm), const ARPHRD_HWX25 = 272
 28593  pkg syscall (linux-arm), const ARPHRD_IEEE1394 = 24
 28594  pkg syscall (linux-arm), const ARPHRD_IEEE802 = 6
 28595  pkg syscall (linux-arm), const ARPHRD_IEEE80211 = 801
 28596  pkg syscall (linux-arm), const ARPHRD_IEEE80211_PRISM = 802
 28597  pkg syscall (linux-arm), const ARPHRD_IEEE80211_RADIOTAP = 803
 28598  pkg syscall (linux-arm), const ARPHRD_IEEE802154 = 804
 28599  pkg syscall (linux-arm), const ARPHRD_IEEE802154_PHY = 805
 28600  pkg syscall (linux-arm), const ARPHRD_IEEE802_TR = 800
 28601  pkg syscall (linux-arm), const ARPHRD_INFINIBAND = 32
 28602  pkg syscall (linux-arm), const ARPHRD_IPDDP = 777
 28603  pkg syscall (linux-arm), const ARPHRD_IPGRE = 778
 28604  pkg syscall (linux-arm), const ARPHRD_IRDA = 783
 28605  pkg syscall (linux-arm), const ARPHRD_LAPB = 516
 28606  pkg syscall (linux-arm), const ARPHRD_LOCALTLK = 773
 28607  pkg syscall (linux-arm), const ARPHRD_LOOPBACK = 772
 28608  pkg syscall (linux-arm), const ARPHRD_METRICOM = 23
 28609  pkg syscall (linux-arm), const ARPHRD_NETROM = 0
 28610  pkg syscall (linux-arm), const ARPHRD_NONE = 65534
 28611  pkg syscall (linux-arm), const ARPHRD_PIMREG = 779
 28612  pkg syscall (linux-arm), const ARPHRD_PPP = 512
 28613  pkg syscall (linux-arm), const ARPHRD_PRONET = 4
 28614  pkg syscall (linux-arm), const ARPHRD_RAWHDLC = 518
 28615  pkg syscall (linux-arm), const ARPHRD_ROSE = 270
 28616  pkg syscall (linux-arm), const ARPHRD_RSRVD = 260
 28617  pkg syscall (linux-arm), const ARPHRD_SIT = 776
 28618  pkg syscall (linux-arm), const ARPHRD_SKIP = 771
 28619  pkg syscall (linux-arm), const ARPHRD_SLIP = 256
 28620  pkg syscall (linux-arm), const ARPHRD_SLIP6 = 258
 28621  pkg syscall (linux-arm), const ARPHRD_TUNNEL = 768
 28622  pkg syscall (linux-arm), const ARPHRD_TUNNEL6 = 769
 28623  pkg syscall (linux-arm), const ARPHRD_VOID = 65535
 28624  pkg syscall (linux-arm), const ARPHRD_X25 = 271
 28625  pkg syscall (linux-arm), const B0 = 0
 28626  pkg syscall (linux-arm), const B1000000 = 4104
 28627  pkg syscall (linux-arm), const B110 = 3
 28628  pkg syscall (linux-arm), const B115200 = 4098
 28629  pkg syscall (linux-arm), const B1152000 = 4105
 28630  pkg syscall (linux-arm), const B1200 = 9
 28631  pkg syscall (linux-arm), const B134 = 4
 28632  pkg syscall (linux-arm), const B150 = 5
 28633  pkg syscall (linux-arm), const B1500000 = 4106
 28634  pkg syscall (linux-arm), const B1800 = 10
 28635  pkg syscall (linux-arm), const B19200 = 14
 28636  pkg syscall (linux-arm), const B200 = 6
 28637  pkg syscall (linux-arm), const B2000000 = 4107
 28638  pkg syscall (linux-arm), const B230400 = 4099
 28639  pkg syscall (linux-arm), const B2400 = 11
 28640  pkg syscall (linux-arm), const B2500000 = 4108
 28641  pkg syscall (linux-arm), const B300 = 7
 28642  pkg syscall (linux-arm), const B3000000 = 4109
 28643  pkg syscall (linux-arm), const B3500000 = 4110
 28644  pkg syscall (linux-arm), const B38400 = 15
 28645  pkg syscall (linux-arm), const B4000000 = 4111
 28646  pkg syscall (linux-arm), const B460800 = 4100
 28647  pkg syscall (linux-arm), const B4800 = 12
 28648  pkg syscall (linux-arm), const B50 = 1
 28649  pkg syscall (linux-arm), const B500000 = 4101
 28650  pkg syscall (linux-arm), const B57600 = 4097
 28651  pkg syscall (linux-arm), const B576000 = 4102
 28652  pkg syscall (linux-arm), const B600 = 8
 28653  pkg syscall (linux-arm), const B75 = 2
 28654  pkg syscall (linux-arm), const B921600 = 4103
 28655  pkg syscall (linux-arm), const B9600 = 13
 28656  pkg syscall (linux-arm), const BPF_A = 16
 28657  pkg syscall (linux-arm), const BPF_ABS = 32
 28658  pkg syscall (linux-arm), const BPF_ADD = 0
 28659  pkg syscall (linux-arm), const BPF_ALU = 4
 28660  pkg syscall (linux-arm), const BPF_AND = 80
 28661  pkg syscall (linux-arm), const BPF_B = 16
 28662  pkg syscall (linux-arm), const BPF_DIV = 48
 28663  pkg syscall (linux-arm), const BPF_H = 8
 28664  pkg syscall (linux-arm), const BPF_IMM = 0
 28665  pkg syscall (linux-arm), const BPF_IND = 64
 28666  pkg syscall (linux-arm), const BPF_JA = 0
 28667  pkg syscall (linux-arm), const BPF_JEQ = 16
 28668  pkg syscall (linux-arm), const BPF_JGE = 48
 28669  pkg syscall (linux-arm), const BPF_JGT = 32
 28670  pkg syscall (linux-arm), const BPF_JMP = 5
 28671  pkg syscall (linux-arm), const BPF_JSET = 64
 28672  pkg syscall (linux-arm), const BPF_K = 0
 28673  pkg syscall (linux-arm), const BPF_LD = 0
 28674  pkg syscall (linux-arm), const BPF_LDX = 1
 28675  pkg syscall (linux-arm), const BPF_LEN = 128
 28676  pkg syscall (linux-arm), const BPF_LSH = 96
 28677  pkg syscall (linux-arm), const BPF_MAJOR_VERSION = 1
 28678  pkg syscall (linux-arm), const BPF_MAXINSNS = 4096
 28679  pkg syscall (linux-arm), const BPF_MEM = 96
 28680  pkg syscall (linux-arm), const BPF_MEMWORDS = 16
 28681  pkg syscall (linux-arm), const BPF_MINOR_VERSION = 1
 28682  pkg syscall (linux-arm), const BPF_MISC = 7
 28683  pkg syscall (linux-arm), const BPF_MSH = 160
 28684  pkg syscall (linux-arm), const BPF_MUL = 32
 28685  pkg syscall (linux-arm), const BPF_NEG = 128
 28686  pkg syscall (linux-arm), const BPF_OR = 64
 28687  pkg syscall (linux-arm), const BPF_RET = 6
 28688  pkg syscall (linux-arm), const BPF_RSH = 112
 28689  pkg syscall (linux-arm), const BPF_ST = 2
 28690  pkg syscall (linux-arm), const BPF_STX = 3
 28691  pkg syscall (linux-arm), const BPF_SUB = 16
 28692  pkg syscall (linux-arm), const BPF_TAX = 0
 28693  pkg syscall (linux-arm), const BPF_TXA = 128
 28694  pkg syscall (linux-arm), const BPF_W = 0
 28695  pkg syscall (linux-arm), const BPF_X = 8
 28696  pkg syscall (linux-arm), const BRKINT = 2
 28697  pkg syscall (linux-arm), const CLOCAL = 2048
 28698  pkg syscall (linux-arm), const CREAD = 128
 28699  pkg syscall (linux-arm), const CS5 = 0
 28700  pkg syscall (linux-arm), const CS6 = 16
 28701  pkg syscall (linux-arm), const CS7 = 32
 28702  pkg syscall (linux-arm), const CS8 = 48
 28703  pkg syscall (linux-arm), const CSIZE = 48
 28704  pkg syscall (linux-arm), const CSTOPB = 64
 28705  pkg syscall (linux-arm), const DT_BLK = 6
 28706  pkg syscall (linux-arm), const DT_CHR = 2
 28707  pkg syscall (linux-arm), const DT_DIR = 4
 28708  pkg syscall (linux-arm), const DT_FIFO = 1
 28709  pkg syscall (linux-arm), const DT_LNK = 10
 28710  pkg syscall (linux-arm), const DT_REG = 8
 28711  pkg syscall (linux-arm), const DT_SOCK = 12
 28712  pkg syscall (linux-arm), const DT_UNKNOWN = 0
 28713  pkg syscall (linux-arm), const DT_WHT = 14
 28714  pkg syscall (linux-arm), const E2BIG = 7
 28715  pkg syscall (linux-arm), const EACCES = 13
 28716  pkg syscall (linux-arm), const EADDRINUSE = 98
 28717  pkg syscall (linux-arm), const EADDRNOTAVAIL = 99
 28718  pkg syscall (linux-arm), const EADV = 68
 28719  pkg syscall (linux-arm), const EAFNOSUPPORT = 97
 28720  pkg syscall (linux-arm), const EAGAIN = 11
 28721  pkg syscall (linux-arm), const EALREADY = 114
 28722  pkg syscall (linux-arm), const EBADE = 52
 28723  pkg syscall (linux-arm), const EBADF = 9
 28724  pkg syscall (linux-arm), const EBADFD = 77
 28725  pkg syscall (linux-arm), const EBADMSG = 74
 28726  pkg syscall (linux-arm), const EBADR = 53
 28727  pkg syscall (linux-arm), const EBADRQC = 56
 28728  pkg syscall (linux-arm), const EBADSLT = 57
 28729  pkg syscall (linux-arm), const EBFONT = 59
 28730  pkg syscall (linux-arm), const EBUSY = 16
 28731  pkg syscall (linux-arm), const ECANCELED = 125
 28732  pkg syscall (linux-arm), const ECHILD = 10
 28733  pkg syscall (linux-arm), const ECHO = 8
 28734  pkg syscall (linux-arm), const ECHOCTL = 512
 28735  pkg syscall (linux-arm), const ECHOE = 16
 28736  pkg syscall (linux-arm), const ECHOK = 32
 28737  pkg syscall (linux-arm), const ECHOKE = 2048
 28738  pkg syscall (linux-arm), const ECHONL = 64
 28739  pkg syscall (linux-arm), const ECHOPRT = 1024
 28740  pkg syscall (linux-arm), const ECHRNG = 44
 28741  pkg syscall (linux-arm), const ECOMM = 70
 28742  pkg syscall (linux-arm), const ECONNABORTED = 103
 28743  pkg syscall (linux-arm), const ECONNREFUSED = 111
 28744  pkg syscall (linux-arm), const ECONNRESET = 104
 28745  pkg syscall (linux-arm), const EDEADLK = 35
 28746  pkg syscall (linux-arm), const EDEADLOCK = 35
 28747  pkg syscall (linux-arm), const EDESTADDRREQ = 89
 28748  pkg syscall (linux-arm), const EDOM = 33
 28749  pkg syscall (linux-arm), const EDOTDOT = 73
 28750  pkg syscall (linux-arm), const EDQUOT = 122
 28751  pkg syscall (linux-arm), const EEXIST = 17
 28752  pkg syscall (linux-arm), const EFAULT = 14
 28753  pkg syscall (linux-arm), const EFBIG = 27
 28754  pkg syscall (linux-arm), const EHOSTDOWN = 112
 28755  pkg syscall (linux-arm), const EHOSTUNREACH = 113
 28756  pkg syscall (linux-arm), const EHWPOISON = 133
 28757  pkg syscall (linux-arm), const EIDRM = 43
 28758  pkg syscall (linux-arm), const EILSEQ = 84
 28759  pkg syscall (linux-arm), const EINPROGRESS = 115
 28760  pkg syscall (linux-arm), const EINTR = 4
 28761  pkg syscall (linux-arm), const EINVAL = 22
 28762  pkg syscall (linux-arm), const EIO = 5
 28763  pkg syscall (linux-arm), const EISCONN = 106
 28764  pkg syscall (linux-arm), const EISDIR = 21
 28765  pkg syscall (linux-arm), const EISNAM = 120
 28766  pkg syscall (linux-arm), const EKEYEXPIRED = 127
 28767  pkg syscall (linux-arm), const EKEYREJECTED = 129
 28768  pkg syscall (linux-arm), const EKEYREVOKED = 128
 28769  pkg syscall (linux-arm), const EL2HLT = 51
 28770  pkg syscall (linux-arm), const EL2NSYNC = 45
 28771  pkg syscall (linux-arm), const EL3HLT = 46
 28772  pkg syscall (linux-arm), const EL3RST = 47
 28773  pkg syscall (linux-arm), const ELF_NGREG = 18
 28774  pkg syscall (linux-arm), const ELF_PRARGSZ = 80
 28775  pkg syscall (linux-arm), const ELIBACC = 79
 28776  pkg syscall (linux-arm), const ELIBBAD = 80
 28777  pkg syscall (linux-arm), const ELIBEXEC = 83
 28778  pkg syscall (linux-arm), const ELIBMAX = 82
 28779  pkg syscall (linux-arm), const ELIBSCN = 81
 28780  pkg syscall (linux-arm), const ELNRNG = 48
 28781  pkg syscall (linux-arm), const ELOOP = 40
 28782  pkg syscall (linux-arm), const EMEDIUMTYPE = 124
 28783  pkg syscall (linux-arm), const EMFILE = 24
 28784  pkg syscall (linux-arm), const EMLINK = 31
 28785  pkg syscall (linux-arm), const EMSGSIZE = 90
 28786  pkg syscall (linux-arm), const EMULTIHOP = 72
 28787  pkg syscall (linux-arm), const ENAMETOOLONG = 36
 28788  pkg syscall (linux-arm), const ENAVAIL = 119
 28789  pkg syscall (linux-arm), const ENETDOWN = 100
 28790  pkg syscall (linux-arm), const ENETRESET = 102
 28791  pkg syscall (linux-arm), const ENETUNREACH = 101
 28792  pkg syscall (linux-arm), const ENFILE = 23
 28793  pkg syscall (linux-arm), const ENOANO = 55
 28794  pkg syscall (linux-arm), const ENOBUFS = 105
 28795  pkg syscall (linux-arm), const ENOCSI = 50
 28796  pkg syscall (linux-arm), const ENODATA = 61
 28797  pkg syscall (linux-arm), const ENODEV = 19
 28798  pkg syscall (linux-arm), const ENOEXEC = 8
 28799  pkg syscall (linux-arm), const ENOKEY = 126
 28800  pkg syscall (linux-arm), const ENOLCK = 37
 28801  pkg syscall (linux-arm), const ENOLINK = 67
 28802  pkg syscall (linux-arm), const ENOMEDIUM = 123
 28803  pkg syscall (linux-arm), const ENOMEM = 12
 28804  pkg syscall (linux-arm), const ENOMSG = 42
 28805  pkg syscall (linux-arm), const ENONET = 64
 28806  pkg syscall (linux-arm), const ENOPKG = 65
 28807  pkg syscall (linux-arm), const ENOPROTOOPT = 92
 28808  pkg syscall (linux-arm), const ENOSPC = 28
 28809  pkg syscall (linux-arm), const ENOSR = 63
 28810  pkg syscall (linux-arm), const ENOSTR = 60
 28811  pkg syscall (linux-arm), const ENOSYS = 38
 28812  pkg syscall (linux-arm), const ENOTBLK = 15
 28813  pkg syscall (linux-arm), const ENOTCONN = 107
 28814  pkg syscall (linux-arm), const ENOTDIR = 20
 28815  pkg syscall (linux-arm), const ENOTEMPTY = 39
 28816  pkg syscall (linux-arm), const ENOTNAM = 118
 28817  pkg syscall (linux-arm), const ENOTRECOVERABLE = 131
 28818  pkg syscall (linux-arm), const ENOTSOCK = 88
 28819  pkg syscall (linux-arm), const ENOTSUP = 95
 28820  pkg syscall (linux-arm), const ENOTTY = 25
 28821  pkg syscall (linux-arm), const ENOTUNIQ = 76
 28822  pkg syscall (linux-arm), const ENXIO = 6
 28823  pkg syscall (linux-arm), const EOPNOTSUPP = 95
 28824  pkg syscall (linux-arm), const EOVERFLOW = 75
 28825  pkg syscall (linux-arm), const EOWNERDEAD = 130
 28826  pkg syscall (linux-arm), const EPERM = 1
 28827  pkg syscall (linux-arm), const EPFNOSUPPORT = 96
 28828  pkg syscall (linux-arm), const EPIPE = 32
 28829  pkg syscall (linux-arm), const EPOLLERR = 8
 28830  pkg syscall (linux-arm), const EPOLLET = -2147483648
 28831  pkg syscall (linux-arm), const EPOLLHUP = 16
 28832  pkg syscall (linux-arm), const EPOLLIN = 1
 28833  pkg syscall (linux-arm), const EPOLLMSG = 1024
 28834  pkg syscall (linux-arm), const EPOLLONESHOT = 1073741824
 28835  pkg syscall (linux-arm), const EPOLLOUT = 4
 28836  pkg syscall (linux-arm), const EPOLLPRI = 2
 28837  pkg syscall (linux-arm), const EPOLLRDBAND = 128
 28838  pkg syscall (linux-arm), const EPOLLRDHUP = 8192
 28839  pkg syscall (linux-arm), const EPOLLRDNORM = 64
 28840  pkg syscall (linux-arm), const EPOLLWRBAND = 512
 28841  pkg syscall (linux-arm), const EPOLLWRNORM = 256
 28842  pkg syscall (linux-arm), const EPOLL_CLOEXEC = 524288
 28843  pkg syscall (linux-arm), const EPOLL_CTL_ADD = 1
 28844  pkg syscall (linux-arm), const EPOLL_CTL_DEL = 2
 28845  pkg syscall (linux-arm), const EPOLL_CTL_MOD = 3
 28846  pkg syscall (linux-arm), const EPOLL_NONBLOCK = 2048
 28847  pkg syscall (linux-arm), const EPROTO = 71
 28848  pkg syscall (linux-arm), const EPROTONOSUPPORT = 93
 28849  pkg syscall (linux-arm), const EPROTOTYPE = 91
 28850  pkg syscall (linux-arm), const ERANGE = 34
 28851  pkg syscall (linux-arm), const EREMCHG = 78
 28852  pkg syscall (linux-arm), const EREMOTE = 66
 28853  pkg syscall (linux-arm), const EREMOTEIO = 121
 28854  pkg syscall (linux-arm), const ERESTART = 85
 28855  pkg syscall (linux-arm), const ERFKILL = 132
 28856  pkg syscall (linux-arm), const EROFS = 30
 28857  pkg syscall (linux-arm), const ESHUTDOWN = 108
 28858  pkg syscall (linux-arm), const ESOCKTNOSUPPORT = 94
 28859  pkg syscall (linux-arm), const ESPIPE = 29
 28860  pkg syscall (linux-arm), const ESRCH = 3
 28861  pkg syscall (linux-arm), const ESRMNT = 69
 28862  pkg syscall (linux-arm), const ESTALE = 116
 28863  pkg syscall (linux-arm), const ESTRPIPE = 86
 28864  pkg syscall (linux-arm), const ETH_P_1588 = 35063
 28865  pkg syscall (linux-arm), const ETH_P_8021Q = 33024
 28866  pkg syscall (linux-arm), const ETH_P_802_2 = 4
 28867  pkg syscall (linux-arm), const ETH_P_802_3 = 1
 28868  pkg syscall (linux-arm), const ETH_P_AARP = 33011
 28869  pkg syscall (linux-arm), const ETH_P_ALL = 3
 28870  pkg syscall (linux-arm), const ETH_P_AOE = 34978
 28871  pkg syscall (linux-arm), const ETH_P_ARCNET = 26
 28872  pkg syscall (linux-arm), const ETH_P_ARP = 2054
 28873  pkg syscall (linux-arm), const ETH_P_ATALK = 32923
 28874  pkg syscall (linux-arm), const ETH_P_ATMFATE = 34948
 28875  pkg syscall (linux-arm), const ETH_P_ATMMPOA = 34892
 28876  pkg syscall (linux-arm), const ETH_P_AX25 = 2
 28877  pkg syscall (linux-arm), const ETH_P_BPQ = 2303
 28878  pkg syscall (linux-arm), const ETH_P_CAIF = 247
 28879  pkg syscall (linux-arm), const ETH_P_CAN = 12
 28880  pkg syscall (linux-arm), const ETH_P_CONTROL = 22
 28881  pkg syscall (linux-arm), const ETH_P_CUST = 24582
 28882  pkg syscall (linux-arm), const ETH_P_DDCMP = 6
 28883  pkg syscall (linux-arm), const ETH_P_DEC = 24576
 28884  pkg syscall (linux-arm), const ETH_P_DIAG = 24581
 28885  pkg syscall (linux-arm), const ETH_P_DNA_DL = 24577
 28886  pkg syscall (linux-arm), const ETH_P_DNA_RC = 24578
 28887  pkg syscall (linux-arm), const ETH_P_DNA_RT = 24579
 28888  pkg syscall (linux-arm), const ETH_P_DSA = 27
 28889  pkg syscall (linux-arm), const ETH_P_ECONET = 24
 28890  pkg syscall (linux-arm), const ETH_P_EDSA = 56026
 28891  pkg syscall (linux-arm), const ETH_P_FCOE = 35078
 28892  pkg syscall (linux-arm), const ETH_P_FIP = 35092
 28893  pkg syscall (linux-arm), const ETH_P_HDLC = 25
 28894  pkg syscall (linux-arm), const ETH_P_IEEE802154 = 246
 28895  pkg syscall (linux-arm), const ETH_P_IEEEPUP = 2560
 28896  pkg syscall (linux-arm), const ETH_P_IEEEPUPAT = 2561
 28897  pkg syscall (linux-arm), const ETH_P_IP = 2048
 28898  pkg syscall (linux-arm), const ETH_P_IPV6 = 34525
 28899  pkg syscall (linux-arm), const ETH_P_IPX = 33079
 28900  pkg syscall (linux-arm), const ETH_P_IRDA = 23
 28901  pkg syscall (linux-arm), const ETH_P_LAT = 24580
 28902  pkg syscall (linux-arm), const ETH_P_LINK_CTL = 34924
 28903  pkg syscall (linux-arm), const ETH_P_LOCALTALK = 9
 28904  pkg syscall (linux-arm), const ETH_P_LOOP = 96
 28905  pkg syscall (linux-arm), const ETH_P_MOBITEX = 21
 28906  pkg syscall (linux-arm), const ETH_P_MPLS_MC = 34888
 28907  pkg syscall (linux-arm), const ETH_P_MPLS_UC = 34887
 28908  pkg syscall (linux-arm), const ETH_P_PAE = 34958
 28909  pkg syscall (linux-arm), const ETH_P_PAUSE = 34824
 28910  pkg syscall (linux-arm), const ETH_P_PHONET = 245
 28911  pkg syscall (linux-arm), const ETH_P_PPPTALK = 16
 28912  pkg syscall (linux-arm), const ETH_P_PPP_DISC = 34915
 28913  pkg syscall (linux-arm), const ETH_P_PPP_MP = 8
 28914  pkg syscall (linux-arm), const ETH_P_PPP_SES = 34916
 28915  pkg syscall (linux-arm), const ETH_P_PUP = 512
 28916  pkg syscall (linux-arm), const ETH_P_PUPAT = 513
 28917  pkg syscall (linux-arm), const ETH_P_RARP = 32821
 28918  pkg syscall (linux-arm), const ETH_P_SCA = 24583
 28919  pkg syscall (linux-arm), const ETH_P_SLOW = 34825
 28920  pkg syscall (linux-arm), const ETH_P_SNAP = 5
 28921  pkg syscall (linux-arm), const ETH_P_TEB = 25944
 28922  pkg syscall (linux-arm), const ETH_P_TIPC = 35018
 28923  pkg syscall (linux-arm), const ETH_P_TRAILER = 28
 28924  pkg syscall (linux-arm), const ETH_P_TR_802_2 = 17
 28925  pkg syscall (linux-arm), const ETH_P_WAN_PPP = 7
 28926  pkg syscall (linux-arm), const ETH_P_WCCP = 34878
 28927  pkg syscall (linux-arm), const ETH_P_X25 = 2053
 28928  pkg syscall (linux-arm), const ETIME = 62
 28929  pkg syscall (linux-arm), const ETIMEDOUT = 110
 28930  pkg syscall (linux-arm), const ETOOMANYREFS = 109
 28931  pkg syscall (linux-arm), const ETXTBSY = 26
 28932  pkg syscall (linux-arm), const EUCLEAN = 117
 28933  pkg syscall (linux-arm), const EUNATCH = 49
 28934  pkg syscall (linux-arm), const EUSERS = 87
 28935  pkg syscall (linux-arm), const EWOULDBLOCK = 11
 28936  pkg syscall (linux-arm), const EXDEV = 18
 28937  pkg syscall (linux-arm), const EXFULL = 54
 28938  pkg syscall (linux-arm), const FD_CLOEXEC = 1
 28939  pkg syscall (linux-arm), const FD_SETSIZE = 1024
 28940  pkg syscall (linux-arm), const FLUSHO = 4096
 28941  pkg syscall (linux-arm), const F_DUPFD = 0
 28942  pkg syscall (linux-arm), const F_DUPFD_CLOEXEC = 1030
 28943  pkg syscall (linux-arm), const F_EXLCK = 4
 28944  pkg syscall (linux-arm), const F_GETFD = 1
 28945  pkg syscall (linux-arm), const F_GETFL = 3
 28946  pkg syscall (linux-arm), const F_GETLEASE = 1025
 28947  pkg syscall (linux-arm), const F_GETLK = 12
 28948  pkg syscall (linux-arm), const F_GETLK64 = 12
 28949  pkg syscall (linux-arm), const F_GETOWN = 9
 28950  pkg syscall (linux-arm), const F_GETOWN_EX = 16
 28951  pkg syscall (linux-arm), const F_GETPIPE_SZ = 1032
 28952  pkg syscall (linux-arm), const F_GETSIG = 11
 28953  pkg syscall (linux-arm), const F_LOCK = 1
 28954  pkg syscall (linux-arm), const F_NOTIFY = 1026
 28955  pkg syscall (linux-arm), const F_OK = 0
 28956  pkg syscall (linux-arm), const F_RDLCK = 0
 28957  pkg syscall (linux-arm), const F_SETFD = 2
 28958  pkg syscall (linux-arm), const F_SETFL = 4
 28959  pkg syscall (linux-arm), const F_SETLEASE = 1024
 28960  pkg syscall (linux-arm), const F_SETLK = 13
 28961  pkg syscall (linux-arm), const F_SETLK64 = 13
 28962  pkg syscall (linux-arm), const F_SETLKW = 14
 28963  pkg syscall (linux-arm), const F_SETLKW64 = 14
 28964  pkg syscall (linux-arm), const F_SETOWN = 8
 28965  pkg syscall (linux-arm), const F_SETOWN_EX = 15
 28966  pkg syscall (linux-arm), const F_SETPIPE_SZ = 1031
 28967  pkg syscall (linux-arm), const F_SETSIG = 10
 28968  pkg syscall (linux-arm), const F_SHLCK = 8
 28969  pkg syscall (linux-arm), const F_TEST = 3
 28970  pkg syscall (linux-arm), const F_TLOCK = 2
 28971  pkg syscall (linux-arm), const F_ULOCK = 0
 28972  pkg syscall (linux-arm), const F_UNLCK = 2
 28973  pkg syscall (linux-arm), const F_WRLCK = 1
 28974  pkg syscall (linux-arm), const HUPCL = 1024
 28975  pkg syscall (linux-arm), const ICANON = 2
 28976  pkg syscall (linux-arm), const ICRNL = 256
 28977  pkg syscall (linux-arm), const IEXTEN = 32768
 28978  pkg syscall (linux-arm), const IFA_ADDRESS = 1
 28979  pkg syscall (linux-arm), const IFA_ANYCAST = 5
 28980  pkg syscall (linux-arm), const IFA_BROADCAST = 4
 28981  pkg syscall (linux-arm), const IFA_CACHEINFO = 6
 28982  pkg syscall (linux-arm), const IFA_F_DADFAILED = 8
 28983  pkg syscall (linux-arm), const IFA_F_DEPRECATED = 32
 28984  pkg syscall (linux-arm), const IFA_F_HOMEADDRESS = 16
 28985  pkg syscall (linux-arm), const IFA_F_NODAD = 2
 28986  pkg syscall (linux-arm), const IFA_F_OPTIMISTIC = 4
 28987  pkg syscall (linux-arm), const IFA_F_PERMANENT = 128
 28988  pkg syscall (linux-arm), const IFA_F_SECONDARY = 1
 28989  pkg syscall (linux-arm), const IFA_F_TEMPORARY = 1
 28990  pkg syscall (linux-arm), const IFA_F_TENTATIVE = 64
 28991  pkg syscall (linux-arm), const IFA_LABEL = 3
 28992  pkg syscall (linux-arm), const IFA_LOCAL = 2
 28993  pkg syscall (linux-arm), const IFA_MAX = 7
 28994  pkg syscall (linux-arm), const IFA_MULTICAST = 7
 28995  pkg syscall (linux-arm), const IFA_UNSPEC = 0
 28996  pkg syscall (linux-arm), const IFF_ALLMULTI = 512
 28997  pkg syscall (linux-arm), const IFF_AUTOMEDIA = 16384
 28998  pkg syscall (linux-arm), const IFF_DEBUG = 4
 28999  pkg syscall (linux-arm), const IFF_DYNAMIC = 32768
 29000  pkg syscall (linux-arm), const IFF_LOOPBACK = 8
 29001  pkg syscall (linux-arm), const IFF_MASTER = 1024
 29002  pkg syscall (linux-arm), const IFF_MULTICAST = 4096
 29003  pkg syscall (linux-arm), const IFF_NOARP = 128
 29004  pkg syscall (linux-arm), const IFF_NOTRAILERS = 32
 29005  pkg syscall (linux-arm), const IFF_NO_PI = 4096
 29006  pkg syscall (linux-arm), const IFF_ONE_QUEUE = 8192
 29007  pkg syscall (linux-arm), const IFF_POINTOPOINT = 16
 29008  pkg syscall (linux-arm), const IFF_PORTSEL = 8192
 29009  pkg syscall (linux-arm), const IFF_PROMISC = 256
 29010  pkg syscall (linux-arm), const IFF_RUNNING = 64
 29011  pkg syscall (linux-arm), const IFF_SLAVE = 2048
 29012  pkg syscall (linux-arm), const IFF_TAP = 2
 29013  pkg syscall (linux-arm), const IFF_TUN = 1
 29014  pkg syscall (linux-arm), const IFF_TUN_EXCL = 32768
 29015  pkg syscall (linux-arm), const IFF_VNET_HDR = 16384
 29016  pkg syscall (linux-arm), const IFLA_ADDRESS = 1
 29017  pkg syscall (linux-arm), const IFLA_BROADCAST = 2
 29018  pkg syscall (linux-arm), const IFLA_COST = 8
 29019  pkg syscall (linux-arm), const IFLA_IFALIAS = 20
 29020  pkg syscall (linux-arm), const IFLA_IFNAME = 3
 29021  pkg syscall (linux-arm), const IFLA_LINK = 5
 29022  pkg syscall (linux-arm), const IFLA_LINKINFO = 18
 29023  pkg syscall (linux-arm), const IFLA_LINKMODE = 17
 29024  pkg syscall (linux-arm), const IFLA_MAP = 14
 29025  pkg syscall (linux-arm), const IFLA_MASTER = 10
 29026  pkg syscall (linux-arm), const IFLA_MAX = 29
 29027  pkg syscall (linux-arm), const IFLA_MTU = 4
 29028  pkg syscall (linux-arm), const IFLA_NET_NS_PID = 19
 29029  pkg syscall (linux-arm), const IFLA_OPERSTATE = 16
 29030  pkg syscall (linux-arm), const IFLA_PRIORITY = 9
 29031  pkg syscall (linux-arm), const IFLA_PROTINFO = 12
 29032  pkg syscall (linux-arm), const IFLA_QDISC = 6
 29033  pkg syscall (linux-arm), const IFLA_STATS = 7
 29034  pkg syscall (linux-arm), const IFLA_TXQLEN = 13
 29035  pkg syscall (linux-arm), const IFLA_UNSPEC = 0
 29036  pkg syscall (linux-arm), const IFLA_WEIGHT = 15
 29037  pkg syscall (linux-arm), const IFLA_WIRELESS = 11
 29038  pkg syscall (linux-arm), const IFNAMSIZ = 16
 29039  pkg syscall (linux-arm), const IGNBRK = 1
 29040  pkg syscall (linux-arm), const IGNCR = 128
 29041  pkg syscall (linux-arm), const IGNPAR = 4
 29042  pkg syscall (linux-arm), const IMAXBEL = 8192
 29043  pkg syscall (linux-arm), const INLCR = 64
 29044  pkg syscall (linux-arm), const INPCK = 16
 29045  pkg syscall (linux-arm), const IN_ACCESS = 1
 29046  pkg syscall (linux-arm), const IN_ALL_EVENTS = 4095
 29047  pkg syscall (linux-arm), const IN_ATTRIB = 4
 29048  pkg syscall (linux-arm), const IN_CLASSA_HOST = 16777215
 29049  pkg syscall (linux-arm), const IN_CLASSA_MAX = 128
 29050  pkg syscall (linux-arm), const IN_CLASSA_NET = 4278190080
 29051  pkg syscall (linux-arm), const IN_CLASSA_NSHIFT = 24
 29052  pkg syscall (linux-arm), const IN_CLASSB_HOST = 65535
 29053  pkg syscall (linux-arm), const IN_CLASSB_MAX = 65536
 29054  pkg syscall (linux-arm), const IN_CLASSB_NET = 4294901760
 29055  pkg syscall (linux-arm), const IN_CLASSB_NSHIFT = 16
 29056  pkg syscall (linux-arm), const IN_CLASSC_HOST = 255
 29057  pkg syscall (linux-arm), const IN_CLASSC_NET = 4294967040
 29058  pkg syscall (linux-arm), const IN_CLASSC_NSHIFT = 8
 29059  pkg syscall (linux-arm), const IN_CLOEXEC = 524288
 29060  pkg syscall (linux-arm), const IN_CLOSE = 24
 29061  pkg syscall (linux-arm), const IN_CLOSE_NOWRITE = 16
 29062  pkg syscall (linux-arm), const IN_CLOSE_WRITE = 8
 29063  pkg syscall (linux-arm), const IN_CREATE = 256
 29064  pkg syscall (linux-arm), const IN_DELETE = 512
 29065  pkg syscall (linux-arm), const IN_DELETE_SELF = 1024
 29066  pkg syscall (linux-arm), const IN_DONT_FOLLOW = 33554432
 29067  pkg syscall (linux-arm), const IN_EXCL_UNLINK = 67108864
 29068  pkg syscall (linux-arm), const IN_IGNORED = 32768
 29069  pkg syscall (linux-arm), const IN_ISDIR = 1073741824
 29070  pkg syscall (linux-arm), const IN_LOOPBACKNET = 127
 29071  pkg syscall (linux-arm), const IN_MASK_ADD = 536870912
 29072  pkg syscall (linux-arm), const IN_MODIFY = 2
 29073  pkg syscall (linux-arm), const IN_MOVE = 192
 29074  pkg syscall (linux-arm), const IN_MOVED_FROM = 64
 29075  pkg syscall (linux-arm), const IN_MOVED_TO = 128
 29076  pkg syscall (linux-arm), const IN_MOVE_SELF = 2048
 29077  pkg syscall (linux-arm), const IN_NONBLOCK = 2048
 29078  pkg syscall (linux-arm), const IN_ONESHOT = 2147483648
 29079  pkg syscall (linux-arm), const IN_ONLYDIR = 16777216
 29080  pkg syscall (linux-arm), const IN_OPEN = 32
 29081  pkg syscall (linux-arm), const IN_Q_OVERFLOW = 16384
 29082  pkg syscall (linux-arm), const IN_UNMOUNT = 8192
 29083  pkg syscall (linux-arm), const IPPROTO_AH = 51
 29084  pkg syscall (linux-arm), const IPPROTO_COMP = 108
 29085  pkg syscall (linux-arm), const IPPROTO_DCCP = 33
 29086  pkg syscall (linux-arm), const IPPROTO_DSTOPTS = 60
 29087  pkg syscall (linux-arm), const IPPROTO_EGP = 8
 29088  pkg syscall (linux-arm), const IPPROTO_ENCAP = 98
 29089  pkg syscall (linux-arm), const IPPROTO_ESP = 50
 29090  pkg syscall (linux-arm), const IPPROTO_FRAGMENT = 44
 29091  pkg syscall (linux-arm), const IPPROTO_GRE = 47
 29092  pkg syscall (linux-arm), const IPPROTO_HOPOPTS = 0
 29093  pkg syscall (linux-arm), const IPPROTO_ICMP = 1
 29094  pkg syscall (linux-arm), const IPPROTO_ICMPV6 = 58
 29095  pkg syscall (linux-arm), const IPPROTO_IDP = 22
 29096  pkg syscall (linux-arm), const IPPROTO_IGMP = 2
 29097  pkg syscall (linux-arm), const IPPROTO_IPIP = 4
 29098  pkg syscall (linux-arm), const IPPROTO_MTP = 92
 29099  pkg syscall (linux-arm), const IPPROTO_NONE = 59
 29100  pkg syscall (linux-arm), const IPPROTO_PIM = 103
 29101  pkg syscall (linux-arm), const IPPROTO_PUP = 12
 29102  pkg syscall (linux-arm), const IPPROTO_RAW = 255
 29103  pkg syscall (linux-arm), const IPPROTO_ROUTING = 43
 29104  pkg syscall (linux-arm), const IPPROTO_RSVP = 46
 29105  pkg syscall (linux-arm), const IPPROTO_SCTP = 132
 29106  pkg syscall (linux-arm), const IPPROTO_TP = 29
 29107  pkg syscall (linux-arm), const IPPROTO_UDPLITE = 136
 29108  pkg syscall (linux-arm), const IPV6_2292DSTOPTS = 4
 29109  pkg syscall (linux-arm), const IPV6_2292HOPLIMIT = 8
 29110  pkg syscall (linux-arm), const IPV6_2292HOPOPTS = 3
 29111  pkg syscall (linux-arm), const IPV6_2292PKTINFO = 2
 29112  pkg syscall (linux-arm), const IPV6_2292PKTOPTIONS = 6
 29113  pkg syscall (linux-arm), const IPV6_2292RTHDR = 5
 29114  pkg syscall (linux-arm), const IPV6_ADDRFORM = 1
 29115  pkg syscall (linux-arm), const IPV6_ADD_MEMBERSHIP = 20
 29116  pkg syscall (linux-arm), const IPV6_AUTHHDR = 10
 29117  pkg syscall (linux-arm), const IPV6_CHECKSUM = 7
 29118  pkg syscall (linux-arm), const IPV6_DROP_MEMBERSHIP = 21
 29119  pkg syscall (linux-arm), const IPV6_DSTOPTS = 59
 29120  pkg syscall (linux-arm), const IPV6_HOPLIMIT = 52
 29121  pkg syscall (linux-arm), const IPV6_HOPOPTS = 54
 29122  pkg syscall (linux-arm), const IPV6_IPSEC_POLICY = 34
 29123  pkg syscall (linux-arm), const IPV6_JOIN_ANYCAST = 27
 29124  pkg syscall (linux-arm), const IPV6_JOIN_GROUP = 20
 29125  pkg syscall (linux-arm), const IPV6_LEAVE_ANYCAST = 28
 29126  pkg syscall (linux-arm), const IPV6_LEAVE_GROUP = 21
 29127  pkg syscall (linux-arm), const IPV6_MTU = 24
 29128  pkg syscall (linux-arm), const IPV6_MTU_DISCOVER = 23
 29129  pkg syscall (linux-arm), const IPV6_MULTICAST_HOPS = 18
 29130  pkg syscall (linux-arm), const IPV6_MULTICAST_IF = 17
 29131  pkg syscall (linux-arm), const IPV6_MULTICAST_LOOP = 19
 29132  pkg syscall (linux-arm), const IPV6_NEXTHOP = 9
 29133  pkg syscall (linux-arm), const IPV6_PKTINFO = 50
 29134  pkg syscall (linux-arm), const IPV6_PMTUDISC_DO = 2
 29135  pkg syscall (linux-arm), const IPV6_PMTUDISC_DONT = 0
 29136  pkg syscall (linux-arm), const IPV6_PMTUDISC_PROBE = 3
 29137  pkg syscall (linux-arm), const IPV6_PMTUDISC_WANT = 1
 29138  pkg syscall (linux-arm), const IPV6_RECVDSTOPTS = 58
 29139  pkg syscall (linux-arm), const IPV6_RECVERR = 25
 29140  pkg syscall (linux-arm), const IPV6_RECVHOPLIMIT = 51
 29141  pkg syscall (linux-arm), const IPV6_RECVHOPOPTS = 53
 29142  pkg syscall (linux-arm), const IPV6_RECVPKTINFO = 49
 29143  pkg syscall (linux-arm), const IPV6_RECVRTHDR = 56
 29144  pkg syscall (linux-arm), const IPV6_RECVTCLASS = 66
 29145  pkg syscall (linux-arm), const IPV6_ROUTER_ALERT = 22
 29146  pkg syscall (linux-arm), const IPV6_RTHDR = 57
 29147  pkg syscall (linux-arm), const IPV6_RTHDRDSTOPTS = 55
 29148  pkg syscall (linux-arm), const IPV6_RTHDR_LOOSE = 0
 29149  pkg syscall (linux-arm), const IPV6_RTHDR_STRICT = 1
 29150  pkg syscall (linux-arm), const IPV6_RTHDR_TYPE_0 = 0
 29151  pkg syscall (linux-arm), const IPV6_RXDSTOPTS = 59
 29152  pkg syscall (linux-arm), const IPV6_RXHOPOPTS = 54
 29153  pkg syscall (linux-arm), const IPV6_TCLASS = 67
 29154  pkg syscall (linux-arm), const IPV6_UNICAST_HOPS = 16
 29155  pkg syscall (linux-arm), const IPV6_V6ONLY = 26
 29156  pkg syscall (linux-arm), const IPV6_XFRM_POLICY = 35
 29157  pkg syscall (linux-arm), const IP_ADD_MEMBERSHIP = 35
 29158  pkg syscall (linux-arm), const IP_ADD_SOURCE_MEMBERSHIP = 39
 29159  pkg syscall (linux-arm), const IP_BLOCK_SOURCE = 38
 29160  pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
 29161  pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_TTL = 1
 29162  pkg syscall (linux-arm), const IP_DF = 16384
 29163  pkg syscall (linux-arm), const IP_DROP_MEMBERSHIP = 36
 29164  pkg syscall (linux-arm), const IP_DROP_SOURCE_MEMBERSHIP = 40
 29165  pkg syscall (linux-arm), const IP_FREEBIND = 15
 29166  pkg syscall (linux-arm), const IP_HDRINCL = 3
 29167  pkg syscall (linux-arm), const IP_IPSEC_POLICY = 16
 29168  pkg syscall (linux-arm), const IP_MAXPACKET = 65535
 29169  pkg syscall (linux-arm), const IP_MAX_MEMBERSHIPS = 20
 29170  pkg syscall (linux-arm), const IP_MF = 8192
 29171  pkg syscall (linux-arm), const IP_MINTTL = 21
 29172  pkg syscall (linux-arm), const IP_MSFILTER = 41
 29173  pkg syscall (linux-arm), const IP_MSS = 576
 29174  pkg syscall (linux-arm), const IP_MTU = 14
 29175  pkg syscall (linux-arm), const IP_MTU_DISCOVER = 10
 29176  pkg syscall (linux-arm), const IP_MULTICAST_IF = 32
 29177  pkg syscall (linux-arm), const IP_MULTICAST_LOOP = 34
 29178  pkg syscall (linux-arm), const IP_MULTICAST_TTL = 33
 29179  pkg syscall (linux-arm), const IP_OFFMASK = 8191
 29180  pkg syscall (linux-arm), const IP_OPTIONS = 4
 29181  pkg syscall (linux-arm), const IP_ORIGDSTADDR = 20
 29182  pkg syscall (linux-arm), const IP_PASSSEC = 18
 29183  pkg syscall (linux-arm), const IP_PKTINFO = 8
 29184  pkg syscall (linux-arm), const IP_PKTOPTIONS = 9
 29185  pkg syscall (linux-arm), const IP_PMTUDISC = 10
 29186  pkg syscall (linux-arm), const IP_PMTUDISC_DO = 2
 29187  pkg syscall (linux-arm), const IP_PMTUDISC_DONT = 0
 29188  pkg syscall (linux-arm), const IP_PMTUDISC_PROBE = 3
 29189  pkg syscall (linux-arm), const IP_PMTUDISC_WANT = 1
 29190  pkg syscall (linux-arm), const IP_RECVERR = 11
 29191  pkg syscall (linux-arm), const IP_RECVOPTS = 6
 29192  pkg syscall (linux-arm), const IP_RECVORIGDSTADDR = 20
 29193  pkg syscall (linux-arm), const IP_RECVRETOPTS = 7
 29194  pkg syscall (linux-arm), const IP_RECVTOS = 13
 29195  pkg syscall (linux-arm), const IP_RECVTTL = 12
 29196  pkg syscall (linux-arm), const IP_RETOPTS = 7
 29197  pkg syscall (linux-arm), const IP_RF = 32768
 29198  pkg syscall (linux-arm), const IP_ROUTER_ALERT = 5
 29199  pkg syscall (linux-arm), const IP_TOS = 1
 29200  pkg syscall (linux-arm), const IP_TRANSPARENT = 19
 29201  pkg syscall (linux-arm), const IP_TTL = 2
 29202  pkg syscall (linux-arm), const IP_UNBLOCK_SOURCE = 37
 29203  pkg syscall (linux-arm), const IP_XFRM_POLICY = 17
 29204  pkg syscall (linux-arm), const ISIG = 1
 29205  pkg syscall (linux-arm), const ISTRIP = 32
 29206  pkg syscall (linux-arm), const IUCLC = 512
 29207  pkg syscall (linux-arm), const IUTF8 = 16384
 29208  pkg syscall (linux-arm), const IXANY = 2048
 29209  pkg syscall (linux-arm), const IXOFF = 4096
 29210  pkg syscall (linux-arm), const IXON = 1024
 29211  pkg syscall (linux-arm), const ImplementsGetwd = true
 29212  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_OFF = 0
 29213  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
 29214  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_HALT = 3454992675
 29215  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_KEXEC = 1163412803
 29216  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
 29217  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART = 19088743
 29218  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
 29219  pkg syscall (linux-arm), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
 29220  pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC1 = 4276215469
 29221  pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC2 = 672274793
 29222  pkg syscall (linux-arm), const LOCK_EX = 2
 29223  pkg syscall (linux-arm), const LOCK_NB = 4
 29224  pkg syscall (linux-arm), const LOCK_SH = 1
 29225  pkg syscall (linux-arm), const LOCK_UN = 8
 29226  pkg syscall (linux-arm), const MADV_DOFORK = 11
 29227  pkg syscall (linux-arm), const MADV_DONTFORK = 10
 29228  pkg syscall (linux-arm), const MADV_DONTNEED = 4
 29229  pkg syscall (linux-arm), const MADV_HUGEPAGE = 14
 29230  pkg syscall (linux-arm), const MADV_HWPOISON = 100
 29231  pkg syscall (linux-arm), const MADV_MERGEABLE = 12
 29232  pkg syscall (linux-arm), const MADV_NOHUGEPAGE = 15
 29233  pkg syscall (linux-arm), const MADV_NORMAL = 0
 29234  pkg syscall (linux-arm), const MADV_RANDOM = 1
 29235  pkg syscall (linux-arm), const MADV_REMOVE = 9
 29236  pkg syscall (linux-arm), const MADV_SEQUENTIAL = 2
 29237  pkg syscall (linux-arm), const MADV_UNMERGEABLE = 13
 29238  pkg syscall (linux-arm), const MADV_WILLNEED = 3
 29239  pkg syscall (linux-arm), const MAP_ANON = 32
 29240  pkg syscall (linux-arm), const MAP_ANONYMOUS = 32
 29241  pkg syscall (linux-arm), const MAP_DENYWRITE = 2048
 29242  pkg syscall (linux-arm), const MAP_EXECUTABLE = 4096
 29243  pkg syscall (linux-arm), const MAP_FILE = 0
 29244  pkg syscall (linux-arm), const MAP_FIXED = 16
 29245  pkg syscall (linux-arm), const MAP_GROWSDOWN = 256
 29246  pkg syscall (linux-arm), const MAP_LOCKED = 8192
 29247  pkg syscall (linux-arm), const MAP_NONBLOCK = 65536
 29248  pkg syscall (linux-arm), const MAP_NORESERVE = 16384
 29249  pkg syscall (linux-arm), const MAP_POPULATE = 32768
 29250  pkg syscall (linux-arm), const MAP_PRIVATE = 2
 29251  pkg syscall (linux-arm), const MAP_SHARED = 1
 29252  pkg syscall (linux-arm), const MAP_TYPE = 15
 29253  pkg syscall (linux-arm), const MCL_CURRENT = 1
 29254  pkg syscall (linux-arm), const MCL_FUTURE = 2
 29255  pkg syscall (linux-arm), const MNT_DETACH = 2
 29256  pkg syscall (linux-arm), const MNT_EXPIRE = 4
 29257  pkg syscall (linux-arm), const MNT_FORCE = 1
 29258  pkg syscall (linux-arm), const MSG_CMSG_CLOEXEC = 1073741824
 29259  pkg syscall (linux-arm), const MSG_CONFIRM = 2048
 29260  pkg syscall (linux-arm), const MSG_CTRUNC = 8
 29261  pkg syscall (linux-arm), const MSG_DONTROUTE = 4
 29262  pkg syscall (linux-arm), const MSG_DONTWAIT = 64
 29263  pkg syscall (linux-arm), const MSG_EOR = 128
 29264  pkg syscall (linux-arm), const MSG_ERRQUEUE = 8192
 29265  pkg syscall (linux-arm), const MSG_FASTOPEN = 536870912
 29266  pkg syscall (linux-arm), const MSG_FASTOPEN ideal-int
 29267  pkg syscall (linux-arm), const MSG_FIN = 512
 29268  pkg syscall (linux-arm), const MSG_MORE = 32768
 29269  pkg syscall (linux-arm), const MSG_NOSIGNAL = 16384
 29270  pkg syscall (linux-arm), const MSG_OOB = 1
 29271  pkg syscall (linux-arm), const MSG_PEEK = 2
 29272  pkg syscall (linux-arm), const MSG_PROXY = 16
 29273  pkg syscall (linux-arm), const MSG_RST = 4096
 29274  pkg syscall (linux-arm), const MSG_SYN = 1024
 29275  pkg syscall (linux-arm), const MSG_TRUNC = 32
 29276  pkg syscall (linux-arm), const MSG_TRYHARD = 4
 29277  pkg syscall (linux-arm), const MSG_WAITALL = 256
 29278  pkg syscall (linux-arm), const MSG_WAITFORONE = 65536
 29279  pkg syscall (linux-arm), const MS_ACTIVE = 1073741824
 29280  pkg syscall (linux-arm), const MS_ASYNC = 1
 29281  pkg syscall (linux-arm), const MS_BIND = 4096
 29282  pkg syscall (linux-arm), const MS_DIRSYNC = 128
 29283  pkg syscall (linux-arm), const MS_INVALIDATE = 2
 29284  pkg syscall (linux-arm), const MS_I_VERSION = 8388608
 29285  pkg syscall (linux-arm), const MS_KERNMOUNT = 4194304
 29286  pkg syscall (linux-arm), const MS_MANDLOCK = 64
 29287  pkg syscall (linux-arm), const MS_MGC_MSK = 4294901760
 29288  pkg syscall (linux-arm), const MS_MGC_VAL = 3236757504
 29289  pkg syscall (linux-arm), const MS_MOVE = 8192
 29290  pkg syscall (linux-arm), const MS_NOATIME = 1024
 29291  pkg syscall (linux-arm), const MS_NODEV = 4
 29292  pkg syscall (linux-arm), const MS_NODIRATIME = 2048
 29293  pkg syscall (linux-arm), const MS_NOEXEC = 8
 29294  pkg syscall (linux-arm), const MS_NOSUID = 2
 29295  pkg syscall (linux-arm), const MS_NOUSER = -2147483648
 29296  pkg syscall (linux-arm), const MS_POSIXACL = 65536
 29297  pkg syscall (linux-arm), const MS_PRIVATE = 262144
 29298  pkg syscall (linux-arm), const MS_RDONLY = 1
 29299  pkg syscall (linux-arm), const MS_REC = 16384
 29300  pkg syscall (linux-arm), const MS_RELATIME = 2097152
 29301  pkg syscall (linux-arm), const MS_REMOUNT = 32
 29302  pkg syscall (linux-arm), const MS_RMT_MASK = 8388689
 29303  pkg syscall (linux-arm), const MS_SHARED = 1048576
 29304  pkg syscall (linux-arm), const MS_SILENT = 32768
 29305  pkg syscall (linux-arm), const MS_SLAVE = 524288
 29306  pkg syscall (linux-arm), const MS_STRICTATIME = 16777216
 29307  pkg syscall (linux-arm), const MS_SYNC = 4
 29308  pkg syscall (linux-arm), const MS_SYNCHRONOUS = 16
 29309  pkg syscall (linux-arm), const MS_UNBINDABLE = 131072
 29310  pkg syscall (linux-arm), const NAME_MAX = 255
 29311  pkg syscall (linux-arm), const NETLINK_ADD_MEMBERSHIP = 1
 29312  pkg syscall (linux-arm), const NETLINK_AUDIT = 9
 29313  pkg syscall (linux-arm), const NETLINK_BROADCAST_ERROR = 4
 29314  pkg syscall (linux-arm), const NETLINK_CONNECTOR = 11
 29315  pkg syscall (linux-arm), const NETLINK_DNRTMSG = 14
 29316  pkg syscall (linux-arm), const NETLINK_DROP_MEMBERSHIP = 2
 29317  pkg syscall (linux-arm), const NETLINK_ECRYPTFS = 19
 29318  pkg syscall (linux-arm), const NETLINK_FIB_LOOKUP = 10
 29319  pkg syscall (linux-arm), const NETLINK_FIREWALL = 3
 29320  pkg syscall (linux-arm), const NETLINK_GENERIC = 16
 29321  pkg syscall (linux-arm), const NETLINK_INET_DIAG = 4
 29322  pkg syscall (linux-arm), const NETLINK_IP6_FW = 13
 29323  pkg syscall (linux-arm), const NETLINK_ISCSI = 8
 29324  pkg syscall (linux-arm), const NETLINK_KOBJECT_UEVENT = 15
 29325  pkg syscall (linux-arm), const NETLINK_NETFILTER = 12
 29326  pkg syscall (linux-arm), const NETLINK_NFLOG = 5
 29327  pkg syscall (linux-arm), const NETLINK_NO_ENOBUFS = 5
 29328  pkg syscall (linux-arm), const NETLINK_PKTINFO = 3
 29329  pkg syscall (linux-arm), const NETLINK_RDMA = 20
 29330  pkg syscall (linux-arm), const NETLINK_ROUTE = 0
 29331  pkg syscall (linux-arm), const NETLINK_SCSITRANSPORT = 18
 29332  pkg syscall (linux-arm), const NETLINK_SELINUX = 7
 29333  pkg syscall (linux-arm), const NETLINK_UNUSED = 1
 29334  pkg syscall (linux-arm), const NETLINK_USERSOCK = 2
 29335  pkg syscall (linux-arm), const NETLINK_XFRM = 6
 29336  pkg syscall (linux-arm), const NLA_ALIGNTO = 4
 29337  pkg syscall (linux-arm), const NLA_F_NESTED = 32768
 29338  pkg syscall (linux-arm), const NLA_F_NET_BYTEORDER = 16384
 29339  pkg syscall (linux-arm), const NLA_HDRLEN = 4
 29340  pkg syscall (linux-arm), const NLMSG_ALIGNTO = 4
 29341  pkg syscall (linux-arm), const NLMSG_DONE = 3
 29342  pkg syscall (linux-arm), const NLMSG_ERROR = 2
 29343  pkg syscall (linux-arm), const NLMSG_HDRLEN = 16
 29344  pkg syscall (linux-arm), const NLMSG_MIN_TYPE = 16
 29345  pkg syscall (linux-arm), const NLMSG_NOOP = 1
 29346  pkg syscall (linux-arm), const NLMSG_OVERRUN = 4
 29347  pkg syscall (linux-arm), const NLM_F_ACK = 4
 29348  pkg syscall (linux-arm), const NLM_F_APPEND = 2048
 29349  pkg syscall (linux-arm), const NLM_F_ATOMIC = 1024
 29350  pkg syscall (linux-arm), const NLM_F_CREATE = 1024
 29351  pkg syscall (linux-arm), const NLM_F_DUMP = 768
 29352  pkg syscall (linux-arm), const NLM_F_ECHO = 8
 29353  pkg syscall (linux-arm), const NLM_F_EXCL = 512
 29354  pkg syscall (linux-arm), const NLM_F_MATCH = 512
 29355  pkg syscall (linux-arm), const NLM_F_MULTI = 2
 29356  pkg syscall (linux-arm), const NLM_F_REPLACE = 256
 29357  pkg syscall (linux-arm), const NLM_F_REQUEST = 1
 29358  pkg syscall (linux-arm), const NLM_F_ROOT = 256
 29359  pkg syscall (linux-arm), const NOFLSH = 128
 29360  pkg syscall (linux-arm), const OCRNL = 8
 29361  pkg syscall (linux-arm), const OFDEL = 128
 29362  pkg syscall (linux-arm), const OFILL = 64
 29363  pkg syscall (linux-arm), const OLCUC = 2
 29364  pkg syscall (linux-arm), const ONLCR = 4
 29365  pkg syscall (linux-arm), const ONLRET = 32
 29366  pkg syscall (linux-arm), const ONOCR = 16
 29367  pkg syscall (linux-arm), const OPOST = 1
 29368  pkg syscall (linux-arm), const O_ACCMODE = 3
 29369  pkg syscall (linux-arm), const O_APPEND = 1024
 29370  pkg syscall (linux-arm), const O_ASYNC = 8192
 29371  pkg syscall (linux-arm), const O_CLOEXEC = 524288
 29372  pkg syscall (linux-arm), const O_CREAT = 64
 29373  pkg syscall (linux-arm), const O_DIRECT = 65536
 29374  pkg syscall (linux-arm), const O_DIRECTORY = 16384
 29375  pkg syscall (linux-arm), const O_DSYNC = 4096
 29376  pkg syscall (linux-arm), const O_EXCL = 128
 29377  pkg syscall (linux-arm), const O_FSYNC = 4096
 29378  pkg syscall (linux-arm), const O_LARGEFILE = 131072
 29379  pkg syscall (linux-arm), const O_NDELAY = 2048
 29380  pkg syscall (linux-arm), const O_NOATIME = 262144
 29381  pkg syscall (linux-arm), const O_NOCTTY = 256
 29382  pkg syscall (linux-arm), const O_NOFOLLOW = 32768
 29383  pkg syscall (linux-arm), const O_NONBLOCK = 2048
 29384  pkg syscall (linux-arm), const O_RSYNC = 4096
 29385  pkg syscall (linux-arm), const O_SYNC = 4096
 29386  pkg syscall (linux-arm), const O_TRUNC = 512
 29387  pkg syscall (linux-arm), const PACKET_ADD_MEMBERSHIP = 1
 29388  pkg syscall (linux-arm), const PACKET_BROADCAST = 1
 29389  pkg syscall (linux-arm), const PACKET_DROP_MEMBERSHIP = 2
 29390  pkg syscall (linux-arm), const PACKET_FASTROUTE = 6
 29391  pkg syscall (linux-arm), const PACKET_HOST = 0
 29392  pkg syscall (linux-arm), const PACKET_LOOPBACK = 5
 29393  pkg syscall (linux-arm), const PACKET_MR_ALLMULTI = 2
 29394  pkg syscall (linux-arm), const PACKET_MR_MULTICAST = 0
 29395  pkg syscall (linux-arm), const PACKET_MR_PROMISC = 1
 29396  pkg syscall (linux-arm), const PACKET_MULTICAST = 2
 29397  pkg syscall (linux-arm), const PACKET_OTHERHOST = 3
 29398  pkg syscall (linux-arm), const PACKET_OUTGOING = 4
 29399  pkg syscall (linux-arm), const PACKET_RECV_OUTPUT = 3
 29400  pkg syscall (linux-arm), const PACKET_RX_RING = 5
 29401  pkg syscall (linux-arm), const PACKET_STATISTICS = 6
 29402  pkg syscall (linux-arm), const PARENB = 256
 29403  pkg syscall (linux-arm), const PARMRK = 8
 29404  pkg syscall (linux-arm), const PARODD = 512
 29405  pkg syscall (linux-arm), const PENDIN = 16384
 29406  pkg syscall (linux-arm), const PROT_EXEC = 4
 29407  pkg syscall (linux-arm), const PROT_GROWSDOWN = 16777216
 29408  pkg syscall (linux-arm), const PROT_GROWSUP = 33554432
 29409  pkg syscall (linux-arm), const PROT_NONE = 0
 29410  pkg syscall (linux-arm), const PROT_READ = 1
 29411  pkg syscall (linux-arm), const PROT_WRITE = 2
 29412  pkg syscall (linux-arm), const PR_CAPBSET_DROP = 24
 29413  pkg syscall (linux-arm), const PR_CAPBSET_READ = 23
 29414  pkg syscall (linux-arm), const PR_CLEAR_SECCOMP_FILTER = 37
 29415  pkg syscall (linux-arm), const PR_ENDIAN_BIG = 0
 29416  pkg syscall (linux-arm), const PR_ENDIAN_LITTLE = 1
 29417  pkg syscall (linux-arm), const PR_ENDIAN_PPC_LITTLE = 2
 29418  pkg syscall (linux-arm), const PR_FPEMU_NOPRINT = 1
 29419  pkg syscall (linux-arm), const PR_FPEMU_SIGFPE = 2
 29420  pkg syscall (linux-arm), const PR_FP_EXC_ASYNC = 2
 29421  pkg syscall (linux-arm), const PR_FP_EXC_DISABLED = 0
 29422  pkg syscall (linux-arm), const PR_FP_EXC_DIV = 65536
 29423  pkg syscall (linux-arm), const PR_FP_EXC_INV = 1048576
 29424  pkg syscall (linux-arm), const PR_FP_EXC_NONRECOV = 1
 29425  pkg syscall (linux-arm), const PR_FP_EXC_OVF = 131072
 29426  pkg syscall (linux-arm), const PR_FP_EXC_PRECISE = 3
 29427  pkg syscall (linux-arm), const PR_FP_EXC_RES = 524288
 29428  pkg syscall (linux-arm), const PR_FP_EXC_SW_ENABLE = 128
 29429  pkg syscall (linux-arm), const PR_FP_EXC_UND = 262144
 29430  pkg syscall (linux-arm), const PR_GET_DUMPABLE = 3
 29431  pkg syscall (linux-arm), const PR_GET_ENDIAN = 19
 29432  pkg syscall (linux-arm), const PR_GET_FPEMU = 9
 29433  pkg syscall (linux-arm), const PR_GET_FPEXC = 11
 29434  pkg syscall (linux-arm), const PR_GET_KEEPCAPS = 7
 29435  pkg syscall (linux-arm), const PR_GET_NAME = 16
 29436  pkg syscall (linux-arm), const PR_GET_PDEATHSIG = 2
 29437  pkg syscall (linux-arm), const PR_GET_SECCOMP = 21
 29438  pkg syscall (linux-arm), const PR_GET_SECCOMP_FILTER = 35
 29439  pkg syscall (linux-arm), const PR_GET_SECUREBITS = 27
 29440  pkg syscall (linux-arm), const PR_GET_TIMERSLACK = 30
 29441  pkg syscall (linux-arm), const PR_GET_TIMING = 13
 29442  pkg syscall (linux-arm), const PR_GET_TSC = 25
 29443  pkg syscall (linux-arm), const PR_GET_UNALIGN = 5
 29444  pkg syscall (linux-arm), const PR_MCE_KILL = 33
 29445  pkg syscall (linux-arm), const PR_MCE_KILL_CLEAR = 0
 29446  pkg syscall (linux-arm), const PR_MCE_KILL_DEFAULT = 2
 29447  pkg syscall (linux-arm), const PR_MCE_KILL_EARLY = 1
 29448  pkg syscall (linux-arm), const PR_MCE_KILL_GET = 34
 29449  pkg syscall (linux-arm), const PR_MCE_KILL_LATE = 0
 29450  pkg syscall (linux-arm), const PR_MCE_KILL_SET = 1
 29451  pkg syscall (linux-arm), const PR_SECCOMP_FILTER_EVENT = 1
 29452  pkg syscall (linux-arm), const PR_SECCOMP_FILTER_SYSCALL = 0
 29453  pkg syscall (linux-arm), const PR_SET_DUMPABLE = 4
 29454  pkg syscall (linux-arm), const PR_SET_ENDIAN = 20
 29455  pkg syscall (linux-arm), const PR_SET_FPEMU = 10
 29456  pkg syscall (linux-arm), const PR_SET_FPEXC = 12
 29457  pkg syscall (linux-arm), const PR_SET_KEEPCAPS = 8
 29458  pkg syscall (linux-arm), const PR_SET_NAME = 15
 29459  pkg syscall (linux-arm), const PR_SET_PDEATHSIG = 1
 29460  pkg syscall (linux-arm), const PR_SET_PTRACER = 1499557217
 29461  pkg syscall (linux-arm), const PR_SET_SECCOMP = 22
 29462  pkg syscall (linux-arm), const PR_SET_SECCOMP_FILTER = 36
 29463  pkg syscall (linux-arm), const PR_SET_SECUREBITS = 28
 29464  pkg syscall (linux-arm), const PR_SET_TIMERSLACK = 29
 29465  pkg syscall (linux-arm), const PR_SET_TIMING = 14
 29466  pkg syscall (linux-arm), const PR_SET_TSC = 26
 29467  pkg syscall (linux-arm), const PR_SET_UNALIGN = 6
 29468  pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_DISABLE = 31
 29469  pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_ENABLE = 32
 29470  pkg syscall (linux-arm), const PR_TIMING_STATISTICAL = 0
 29471  pkg syscall (linux-arm), const PR_TIMING_TIMESTAMP = 1
 29472  pkg syscall (linux-arm), const PR_TSC_ENABLE = 1
 29473  pkg syscall (linux-arm), const PR_TSC_SIGSEGV = 2
 29474  pkg syscall (linux-arm), const PR_UNALIGN_NOPRINT = 1
 29475  pkg syscall (linux-arm), const PR_UNALIGN_SIGBUS = 2
 29476  pkg syscall (linux-arm), const PTRACE_ATTACH = 16
 29477  pkg syscall (linux-arm), const PTRACE_CONT = 7
 29478  pkg syscall (linux-arm), const PTRACE_DETACH = 17
 29479  pkg syscall (linux-arm), const PTRACE_EVENT_CLONE = 3
 29480  pkg syscall (linux-arm), const PTRACE_EVENT_EXEC = 4
 29481  pkg syscall (linux-arm), const PTRACE_EVENT_EXIT = 6
 29482  pkg syscall (linux-arm), const PTRACE_EVENT_FORK = 1
 29483  pkg syscall (linux-arm), const PTRACE_EVENT_VFORK = 2
 29484  pkg syscall (linux-arm), const PTRACE_EVENT_VFORK_DONE = 5
 29485  pkg syscall (linux-arm), const PTRACE_GETCRUNCHREGS = 25
 29486  pkg syscall (linux-arm), const PTRACE_GETEVENTMSG = 16897
 29487  pkg syscall (linux-arm), const PTRACE_GETFPREGS = 14
 29488  pkg syscall (linux-arm), const PTRACE_GETHBPREGS = 29
 29489  pkg syscall (linux-arm), const PTRACE_GETREGS = 12
 29490  pkg syscall (linux-arm), const PTRACE_GETREGSET = 16900
 29491  pkg syscall (linux-arm), const PTRACE_GETSIGINFO = 16898
 29492  pkg syscall (linux-arm), const PTRACE_GETVFPREGS = 27
 29493  pkg syscall (linux-arm), const PTRACE_GETWMMXREGS = 18
 29494  pkg syscall (linux-arm), const PTRACE_GET_THREAD_AREA = 22
 29495  pkg syscall (linux-arm), const PTRACE_KILL = 8
 29496  pkg syscall (linux-arm), const PTRACE_OLDSETOPTIONS = 21
 29497  pkg syscall (linux-arm), const PTRACE_O_MASK = 127
 29498  pkg syscall (linux-arm), const PTRACE_O_TRACECLONE = 8
 29499  pkg syscall (linux-arm), const PTRACE_O_TRACEEXEC = 16
 29500  pkg syscall (linux-arm), const PTRACE_O_TRACEEXIT = 64
 29501  pkg syscall (linux-arm), const PTRACE_O_TRACEFORK = 2
 29502  pkg syscall (linux-arm), const PTRACE_O_TRACESYSGOOD = 1
 29503  pkg syscall (linux-arm), const PTRACE_O_TRACEVFORK = 4
 29504  pkg syscall (linux-arm), const PTRACE_O_TRACEVFORKDONE = 32
 29505  pkg syscall (linux-arm), const PTRACE_PEEKDATA = 2
 29506  pkg syscall (linux-arm), const PTRACE_PEEKTEXT = 1
 29507  pkg syscall (linux-arm), const PTRACE_PEEKUSR = 3
 29508  pkg syscall (linux-arm), const PTRACE_POKEDATA = 5
 29509  pkg syscall (linux-arm), const PTRACE_POKETEXT = 4
 29510  pkg syscall (linux-arm), const PTRACE_POKEUSR = 6
 29511  pkg syscall (linux-arm), const PTRACE_SETCRUNCHREGS = 26
 29512  pkg syscall (linux-arm), const PTRACE_SETFPREGS = 15
 29513  pkg syscall (linux-arm), const PTRACE_SETHBPREGS = 30
 29514  pkg syscall (linux-arm), const PTRACE_SETOPTIONS = 16896
 29515  pkg syscall (linux-arm), const PTRACE_SETREGS = 13
 29516  pkg syscall (linux-arm), const PTRACE_SETREGSET = 16901
 29517  pkg syscall (linux-arm), const PTRACE_SETSIGINFO = 16899
 29518  pkg syscall (linux-arm), const PTRACE_SETVFPREGS = 28
 29519  pkg syscall (linux-arm), const PTRACE_SETWMMXREGS = 19
 29520  pkg syscall (linux-arm), const PTRACE_SET_SYSCALL = 23
 29521  pkg syscall (linux-arm), const PTRACE_SINGLESTEP = 9
 29522  pkg syscall (linux-arm), const PTRACE_SYSCALL = 24
 29523  pkg syscall (linux-arm), const PTRACE_TRACEME = 0
 29524  pkg syscall (linux-arm), const PT_DATA_ADDR = 65540
 29525  pkg syscall (linux-arm), const PT_TEXT_ADDR = 65536
 29526  pkg syscall (linux-arm), const PT_TEXT_END_ADDR = 65544
 29527  pkg syscall (linux-arm), const PathMax = 4096
 29528  pkg syscall (linux-arm), const RLIMIT_AS = 9
 29529  pkg syscall (linux-arm), const RLIMIT_CORE = 4
 29530  pkg syscall (linux-arm), const RLIMIT_CPU = 0
 29531  pkg syscall (linux-arm), const RLIMIT_DATA = 2
 29532  pkg syscall (linux-arm), const RLIMIT_FSIZE = 1
 29533  pkg syscall (linux-arm), const RLIMIT_NOFILE = 7
 29534  pkg syscall (linux-arm), const RLIMIT_STACK = 3
 29535  pkg syscall (linux-arm), const RLIM_INFINITY = -1
 29536  pkg syscall (linux-arm), const RTAX_ADVMSS = 8
 29537  pkg syscall (linux-arm), const RTAX_CWND = 7
 29538  pkg syscall (linux-arm), const RTAX_FEATURES = 12
 29539  pkg syscall (linux-arm), const RTAX_FEATURE_ALLFRAG = 8
 29540  pkg syscall (linux-arm), const RTAX_FEATURE_ECN = 1
 29541  pkg syscall (linux-arm), const RTAX_FEATURE_SACK = 2
 29542  pkg syscall (linux-arm), const RTAX_FEATURE_TIMESTAMP = 4
 29543  pkg syscall (linux-arm), const RTAX_HOPLIMIT = 10
 29544  pkg syscall (linux-arm), const RTAX_INITCWND = 11
 29545  pkg syscall (linux-arm), const RTAX_INITRWND = 14
 29546  pkg syscall (linux-arm), const RTAX_LOCK = 1
 29547  pkg syscall (linux-arm), const RTAX_MAX = 14
 29548  pkg syscall (linux-arm), const RTAX_MTU = 2
 29549  pkg syscall (linux-arm), const RTAX_REORDERING = 9
 29550  pkg syscall (linux-arm), const RTAX_RTO_MIN = 13
 29551  pkg syscall (linux-arm), const RTAX_RTT = 4
 29552  pkg syscall (linux-arm), const RTAX_RTTVAR = 5
 29553  pkg syscall (linux-arm), const RTAX_SSTHRESH = 6
 29554  pkg syscall (linux-arm), const RTAX_UNSPEC = 0
 29555  pkg syscall (linux-arm), const RTAX_WINDOW = 3
 29556  pkg syscall (linux-arm), const RTA_ALIGNTO = 4
 29557  pkg syscall (linux-arm), const RTA_CACHEINFO = 12
 29558  pkg syscall (linux-arm), const RTA_DST = 1
 29559  pkg syscall (linux-arm), const RTA_FLOW = 11
 29560  pkg syscall (linux-arm), const RTA_GATEWAY = 5
 29561  pkg syscall (linux-arm), const RTA_IIF = 3
 29562  pkg syscall (linux-arm), const RTA_MAX = 16
 29563  pkg syscall (linux-arm), const RTA_METRICS = 8
 29564  pkg syscall (linux-arm), const RTA_MULTIPATH = 9
 29565  pkg syscall (linux-arm), const RTA_OIF = 4
 29566  pkg syscall (linux-arm), const RTA_PREFSRC = 7
 29567  pkg syscall (linux-arm), const RTA_PRIORITY = 6
 29568  pkg syscall (linux-arm), const RTA_SRC = 2
 29569  pkg syscall (linux-arm), const RTA_TABLE = 15
 29570  pkg syscall (linux-arm), const RTA_UNSPEC = 0
 29571  pkg syscall (linux-arm), const RTCF_DIRECTSRC = 67108864
 29572  pkg syscall (linux-arm), const RTCF_DOREDIRECT = 16777216
 29573  pkg syscall (linux-arm), const RTCF_LOG = 33554432
 29574  pkg syscall (linux-arm), const RTCF_MASQ = 4194304
 29575  pkg syscall (linux-arm), const RTCF_NAT = 8388608
 29576  pkg syscall (linux-arm), const RTCF_VALVE = 2097152
 29577  pkg syscall (linux-arm), const RTF_ADDRCLASSMASK = 4160749568
 29578  pkg syscall (linux-arm), const RTF_ADDRCONF = 262144
 29579  pkg syscall (linux-arm), const RTF_ALLONLINK = 131072
 29580  pkg syscall (linux-arm), const RTF_BROADCAST = 268435456
 29581  pkg syscall (linux-arm), const RTF_CACHE = 16777216
 29582  pkg syscall (linux-arm), const RTF_DEFAULT = 65536
 29583  pkg syscall (linux-arm), const RTF_DYNAMIC = 16
 29584  pkg syscall (linux-arm), const RTF_FLOW = 33554432
 29585  pkg syscall (linux-arm), const RTF_GATEWAY = 2
 29586  pkg syscall (linux-arm), const RTF_HOST = 4
 29587  pkg syscall (linux-arm), const RTF_INTERFACE = 1073741824
 29588  pkg syscall (linux-arm), const RTF_IRTT = 256
 29589  pkg syscall (linux-arm), const RTF_LINKRT = 1048576
 29590  pkg syscall (linux-arm), const RTF_LOCAL = 2147483648
 29591  pkg syscall (linux-arm), const RTF_MODIFIED = 32
 29592  pkg syscall (linux-arm), const RTF_MSS = 64
 29593  pkg syscall (linux-arm), const RTF_MTU = 64
 29594  pkg syscall (linux-arm), const RTF_MULTICAST = 536870912
 29595  pkg syscall (linux-arm), const RTF_NAT = 134217728
 29596  pkg syscall (linux-arm), const RTF_NOFORWARD = 4096
 29597  pkg syscall (linux-arm), const RTF_NONEXTHOP = 2097152
 29598  pkg syscall (linux-arm), const RTF_NOPMTUDISC = 16384
 29599  pkg syscall (linux-arm), const RTF_POLICY = 67108864
 29600  pkg syscall (linux-arm), const RTF_REINSTATE = 8
 29601  pkg syscall (linux-arm), const RTF_REJECT = 512
 29602  pkg syscall (linux-arm), const RTF_STATIC = 1024
 29603  pkg syscall (linux-arm), const RTF_THROW = 8192
 29604  pkg syscall (linux-arm), const RTF_UP = 1
 29605  pkg syscall (linux-arm), const RTF_WINDOW = 128
 29606  pkg syscall (linux-arm), const RTF_XRESOLVE = 2048
 29607  pkg syscall (linux-arm), const RTM_BASE = 16
 29608  pkg syscall (linux-arm), const RTM_DELACTION = 49
 29609  pkg syscall (linux-arm), const RTM_DELADDR = 21
 29610  pkg syscall (linux-arm), const RTM_DELADDRLABEL = 73
 29611  pkg syscall (linux-arm), const RTM_DELLINK = 17
 29612  pkg syscall (linux-arm), const RTM_DELNEIGH = 29
 29613  pkg syscall (linux-arm), const RTM_DELQDISC = 37
 29614  pkg syscall (linux-arm), const RTM_DELROUTE = 25
 29615  pkg syscall (linux-arm), const RTM_DELRULE = 33
 29616  pkg syscall (linux-arm), const RTM_DELTCLASS = 41
 29617  pkg syscall (linux-arm), const RTM_DELTFILTER = 45
 29618  pkg syscall (linux-arm), const RTM_F_CLONED = 512
 29619  pkg syscall (linux-arm), const RTM_F_EQUALIZE = 1024
 29620  pkg syscall (linux-arm), const RTM_F_NOTIFY = 256
 29621  pkg syscall (linux-arm), const RTM_F_PREFIX = 2048
 29622  pkg syscall (linux-arm), const RTM_GETACTION = 50
 29623  pkg syscall (linux-arm), const RTM_GETADDR = 22
 29624  pkg syscall (linux-arm), const RTM_GETADDRLABEL = 74
 29625  pkg syscall (linux-arm), const RTM_GETANYCAST = 62
 29626  pkg syscall (linux-arm), const RTM_GETDCB = 78
 29627  pkg syscall (linux-arm), const RTM_GETLINK = 18
 29628  pkg syscall (linux-arm), const RTM_GETMULTICAST = 58
 29629  pkg syscall (linux-arm), const RTM_GETNEIGH = 30
 29630  pkg syscall (linux-arm), const RTM_GETNEIGHTBL = 66
 29631  pkg syscall (linux-arm), const RTM_GETQDISC = 38
 29632  pkg syscall (linux-arm), const RTM_GETROUTE = 26
 29633  pkg syscall (linux-arm), const RTM_GETRULE = 34
 29634  pkg syscall (linux-arm), const RTM_GETTCLASS = 42
 29635  pkg syscall (linux-arm), const RTM_GETTFILTER = 46
 29636  pkg syscall (linux-arm), const RTM_MAX = 79
 29637  pkg syscall (linux-arm), const RTM_NEWACTION = 48
 29638  pkg syscall (linux-arm), const RTM_NEWADDR = 20
 29639  pkg syscall (linux-arm), const RTM_NEWADDRLABEL = 72
 29640  pkg syscall (linux-arm), const RTM_NEWLINK = 16
 29641  pkg syscall (linux-arm), const RTM_NEWNDUSEROPT = 68
 29642  pkg syscall (linux-arm), const RTM_NEWNEIGH = 28
 29643  pkg syscall (linux-arm), const RTM_NEWNEIGHTBL = 64
 29644  pkg syscall (linux-arm), const RTM_NEWPREFIX = 52
 29645  pkg syscall (linux-arm), const RTM_NEWQDISC = 36
 29646  pkg syscall (linux-arm), const RTM_NEWROUTE = 24
 29647  pkg syscall (linux-arm), const RTM_NEWRULE = 32
 29648  pkg syscall (linux-arm), const RTM_NEWTCLASS = 40
 29649  pkg syscall (linux-arm), const RTM_NEWTFILTER = 44
 29650  pkg syscall (linux-arm), const RTM_NR_FAMILIES = 16
 29651  pkg syscall (linux-arm), const RTM_NR_MSGTYPES = 64
 29652  pkg syscall (linux-arm), const RTM_SETDCB = 79
 29653  pkg syscall (linux-arm), const RTM_SETLINK = 19
 29654  pkg syscall (linux-arm), const RTM_SETNEIGHTBL = 67
 29655  pkg syscall (linux-arm), const RTNH_ALIGNTO = 4
 29656  pkg syscall (linux-arm), const RTNH_F_DEAD = 1
 29657  pkg syscall (linux-arm), const RTNH_F_ONLINK = 4
 29658  pkg syscall (linux-arm), const RTNH_F_PERVASIVE = 2
 29659  pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR = 5
 29660  pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int
 29661  pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE = 6
 29662  pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int
 29663  pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE = 7
 29664  pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int
 29665  pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE = 8
 29666  pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE ideal-int
 29667  pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR = 9
 29668  pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR ideal-int
 29669  pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO = 12
 29670  pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO ideal-int
 29671  pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE = 10
 29672  pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE ideal-int
 29673  pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX = 18
 29674  pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX ideal-int
 29675  pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE = 11
 29676  pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE ideal-int
 29677  pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE = 19
 29678  pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE ideal-int
 29679  pkg syscall (linux-arm), const RTNLGRP_LINK = 1
 29680  pkg syscall (linux-arm), const RTNLGRP_LINK ideal-int
 29681  pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT = 20
 29682  pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT ideal-int
 29683  pkg syscall (linux-arm), const RTNLGRP_NEIGH = 3
 29684  pkg syscall (linux-arm), const RTNLGRP_NEIGH ideal-int
 29685  pkg syscall (linux-arm), const RTNLGRP_NONE = 0
 29686  pkg syscall (linux-arm), const RTNLGRP_NONE ideal-int
 29687  pkg syscall (linux-arm), const RTNLGRP_NOTIFY = 2
 29688  pkg syscall (linux-arm), const RTNLGRP_NOTIFY ideal-int
 29689  pkg syscall (linux-arm), const RTNLGRP_TC = 4
 29690  pkg syscall (linux-arm), const RTNLGRP_TC ideal-int
 29691  pkg syscall (linux-arm), const RTN_ANYCAST = 4
 29692  pkg syscall (linux-arm), const RTN_BLACKHOLE = 6
 29693  pkg syscall (linux-arm), const RTN_BROADCAST = 3
 29694  pkg syscall (linux-arm), const RTN_LOCAL = 2
 29695  pkg syscall (linux-arm), const RTN_MAX = 11
 29696  pkg syscall (linux-arm), const RTN_MULTICAST = 5
 29697  pkg syscall (linux-arm), const RTN_NAT = 10
 29698  pkg syscall (linux-arm), const RTN_PROHIBIT = 8
 29699  pkg syscall (linux-arm), const RTN_THROW = 9
 29700  pkg syscall (linux-arm), const RTN_UNICAST = 1
 29701  pkg syscall (linux-arm), const RTN_UNREACHABLE = 7
 29702  pkg syscall (linux-arm), const RTN_UNSPEC = 0
 29703  pkg syscall (linux-arm), const RTN_XRESOLVE = 11
 29704  pkg syscall (linux-arm), const RTPROT_BIRD = 12
 29705  pkg syscall (linux-arm), const RTPROT_BOOT = 3
 29706  pkg syscall (linux-arm), const RTPROT_DHCP = 16
 29707  pkg syscall (linux-arm), const RTPROT_DNROUTED = 13
 29708  pkg syscall (linux-arm), const RTPROT_GATED = 8
 29709  pkg syscall (linux-arm), const RTPROT_KERNEL = 2
 29710  pkg syscall (linux-arm), const RTPROT_MRT = 10
 29711  pkg syscall (linux-arm), const RTPROT_NTK = 15
 29712  pkg syscall (linux-arm), const RTPROT_RA = 9
 29713  pkg syscall (linux-arm), const RTPROT_REDIRECT = 1
 29714  pkg syscall (linux-arm), const RTPROT_STATIC = 4
 29715  pkg syscall (linux-arm), const RTPROT_UNSPEC = 0
 29716  pkg syscall (linux-arm), const RTPROT_XORP = 14
 29717  pkg syscall (linux-arm), const RTPROT_ZEBRA = 11
 29718  pkg syscall (linux-arm), const RT_CLASS_DEFAULT = 253
 29719  pkg syscall (linux-arm), const RT_CLASS_LOCAL = 255
 29720  pkg syscall (linux-arm), const RT_CLASS_MAIN = 254
 29721  pkg syscall (linux-arm), const RT_CLASS_MAX = 255
 29722  pkg syscall (linux-arm), const RT_CLASS_UNSPEC = 0
 29723  pkg syscall (linux-arm), const RT_SCOPE_HOST = 254
 29724  pkg syscall (linux-arm), const RT_SCOPE_LINK = 253
 29725  pkg syscall (linux-arm), const RT_SCOPE_NOWHERE = 255
 29726  pkg syscall (linux-arm), const RT_SCOPE_SITE = 200
 29727  pkg syscall (linux-arm), const RT_SCOPE_UNIVERSE = 0
 29728  pkg syscall (linux-arm), const RT_TABLE_COMPAT = 252
 29729  pkg syscall (linux-arm), const RT_TABLE_DEFAULT = 253
 29730  pkg syscall (linux-arm), const RT_TABLE_LOCAL = 255
 29731  pkg syscall (linux-arm), const RT_TABLE_MAIN = 254
 29732  pkg syscall (linux-arm), const RT_TABLE_MAX = 4294967295
 29733  pkg syscall (linux-arm), const RT_TABLE_UNSPEC = 0
 29734  pkg syscall (linux-arm), const RUSAGE_CHILDREN = -1
 29735  pkg syscall (linux-arm), const RUSAGE_SELF = 0
 29736  pkg syscall (linux-arm), const RUSAGE_THREAD = 1
 29737  pkg syscall (linux-arm), const SCM_CREDENTIALS = 2
 29738  pkg syscall (linux-arm), const SCM_RIGHTS = 1
 29739  pkg syscall (linux-arm), const SCM_TIMESTAMP = 29
 29740  pkg syscall (linux-arm), const SCM_TIMESTAMPING = 37
 29741  pkg syscall (linux-arm), const SCM_TIMESTAMPNS = 35
 29742  pkg syscall (linux-arm), const SIGBUS = 7
 29743  pkg syscall (linux-arm), const SIGCHLD = 17
 29744  pkg syscall (linux-arm), const SIGCLD = 17
 29745  pkg syscall (linux-arm), const SIGCONT = 18
 29746  pkg syscall (linux-arm), const SIGIO = 29
 29747  pkg syscall (linux-arm), const SIGIOT = 6
 29748  pkg syscall (linux-arm), const SIGPOLL = 29
 29749  pkg syscall (linux-arm), const SIGPROF = 27
 29750  pkg syscall (linux-arm), const SIGPWR = 30
 29751  pkg syscall (linux-arm), const SIGSTKFLT = 16
 29752  pkg syscall (linux-arm), const SIGSTOP = 19
 29753  pkg syscall (linux-arm), const SIGSYS = 31
 29754  pkg syscall (linux-arm), const SIGTSTP = 20
 29755  pkg syscall (linux-arm), const SIGTTIN = 21
 29756  pkg syscall (linux-arm), const SIGTTOU = 22
 29757  pkg syscall (linux-arm), const SIGUNUSED = 31
 29758  pkg syscall (linux-arm), const SIGURG = 23
 29759  pkg syscall (linux-arm), const SIGUSR1 = 10
 29760  pkg syscall (linux-arm), const SIGUSR2 = 12
 29761  pkg syscall (linux-arm), const SIGVTALRM = 26
 29762  pkg syscall (linux-arm), const SIGWINCH = 28
 29763  pkg syscall (linux-arm), const SIGXCPU = 24
 29764  pkg syscall (linux-arm), const SIGXFSZ = 25
 29765  pkg syscall (linux-arm), const SIOCADDDLCI = 35200
 29766  pkg syscall (linux-arm), const SIOCADDMULTI = 35121
 29767  pkg syscall (linux-arm), const SIOCADDRT = 35083
 29768  pkg syscall (linux-arm), const SIOCATMARK = 35077
 29769  pkg syscall (linux-arm), const SIOCDARP = 35155
 29770  pkg syscall (linux-arm), const SIOCDELDLCI = 35201
 29771  pkg syscall (linux-arm), const SIOCDELMULTI = 35122
 29772  pkg syscall (linux-arm), const SIOCDELRT = 35084
 29773  pkg syscall (linux-arm), const SIOCDEVPRIVATE = 35312
 29774  pkg syscall (linux-arm), const SIOCDIFADDR = 35126
 29775  pkg syscall (linux-arm), const SIOCDRARP = 35168
 29776  pkg syscall (linux-arm), const SIOCGARP = 35156
 29777  pkg syscall (linux-arm), const SIOCGIFADDR = 35093
 29778  pkg syscall (linux-arm), const SIOCGIFBR = 35136
 29779  pkg syscall (linux-arm), const SIOCGIFBRDADDR = 35097
 29780  pkg syscall (linux-arm), const SIOCGIFCONF = 35090
 29781  pkg syscall (linux-arm), const SIOCGIFCOUNT = 35128
 29782  pkg syscall (linux-arm), const SIOCGIFDSTADDR = 35095
 29783  pkg syscall (linux-arm), const SIOCGIFENCAP = 35109
 29784  pkg syscall (linux-arm), const SIOCGIFFLAGS = 35091
 29785  pkg syscall (linux-arm), const SIOCGIFHWADDR = 35111
 29786  pkg syscall (linux-arm), const SIOCGIFINDEX = 35123
 29787  pkg syscall (linux-arm), const SIOCGIFMAP = 35184
 29788  pkg syscall (linux-arm), const SIOCGIFMEM = 35103
 29789  pkg syscall (linux-arm), const SIOCGIFMETRIC = 35101
 29790  pkg syscall (linux-arm), const SIOCGIFMTU = 35105
 29791  pkg syscall (linux-arm), const SIOCGIFNAME = 35088
 29792  pkg syscall (linux-arm), const SIOCGIFNETMASK = 35099
 29793  pkg syscall (linux-arm), const SIOCGIFPFLAGS = 35125
 29794  pkg syscall (linux-arm), const SIOCGIFSLAVE = 35113
 29795  pkg syscall (linux-arm), const SIOCGIFTXQLEN = 35138
 29796  pkg syscall (linux-arm), const SIOCGPGRP = 35076
 29797  pkg syscall (linux-arm), const SIOCGRARP = 35169
 29798  pkg syscall (linux-arm), const SIOCGSTAMP = 35078
 29799  pkg syscall (linux-arm), const SIOCGSTAMPNS = 35079
 29800  pkg syscall (linux-arm), const SIOCPROTOPRIVATE = 35296
 29801  pkg syscall (linux-arm), const SIOCRTMSG = 35085
 29802  pkg syscall (linux-arm), const SIOCSARP = 35157
 29803  pkg syscall (linux-arm), const SIOCSIFADDR = 35094
 29804  pkg syscall (linux-arm), const SIOCSIFBR = 35137
 29805  pkg syscall (linux-arm), const SIOCSIFBRDADDR = 35098
 29806  pkg syscall (linux-arm), const SIOCSIFDSTADDR = 35096
 29807  pkg syscall (linux-arm), const SIOCSIFENCAP = 35110
 29808  pkg syscall (linux-arm), const SIOCSIFFLAGS = 35092
 29809  pkg syscall (linux-arm), const SIOCSIFHWADDR = 35108
 29810  pkg syscall (linux-arm), const SIOCSIFHWBROADCAST = 35127
 29811  pkg syscall (linux-arm), const SIOCSIFLINK = 35089
 29812  pkg syscall (linux-arm), const SIOCSIFMAP = 35185
 29813  pkg syscall (linux-arm), const SIOCSIFMEM = 35104
 29814  pkg syscall (linux-arm), const SIOCSIFMETRIC = 35102
 29815  pkg syscall (linux-arm), const SIOCSIFMTU = 35106
 29816  pkg syscall (linux-arm), const SIOCSIFNAME = 35107
 29817  pkg syscall (linux-arm), const SIOCSIFNETMASK = 35100
 29818  pkg syscall (linux-arm), const SIOCSIFPFLAGS = 35124
 29819  pkg syscall (linux-arm), const SIOCSIFSLAVE = 35120
 29820  pkg syscall (linux-arm), const SIOCSIFTXQLEN = 35139
 29821  pkg syscall (linux-arm), const SIOCSPGRP = 35074
 29822  pkg syscall (linux-arm), const SIOCSRARP = 35170
 29823  pkg syscall (linux-arm), const SOCK_CLOEXEC = 524288
 29824  pkg syscall (linux-arm), const SOCK_DCCP = 6
 29825  pkg syscall (linux-arm), const SOCK_NONBLOCK = 2048
 29826  pkg syscall (linux-arm), const SOCK_PACKET = 10
 29827  pkg syscall (linux-arm), const SOCK_RDM = 4
 29828  pkg syscall (linux-arm), const SOL_AAL = 265
 29829  pkg syscall (linux-arm), const SOL_ATM = 264
 29830  pkg syscall (linux-arm), const SOL_DECNET = 261
 29831  pkg syscall (linux-arm), const SOL_ICMPV6 = 58
 29832  pkg syscall (linux-arm), const SOL_IP = 0
 29833  pkg syscall (linux-arm), const SOL_IPV6 = 41
 29834  pkg syscall (linux-arm), const SOL_IRDA = 266
 29835  pkg syscall (linux-arm), const SOL_PACKET = 263
 29836  pkg syscall (linux-arm), const SOL_RAW = 255
 29837  pkg syscall (linux-arm), const SOL_SOCKET = 1
 29838  pkg syscall (linux-arm), const SOL_TCP = 6
 29839  pkg syscall (linux-arm), const SOL_X25 = 262
 29840  pkg syscall (linux-arm), const SOMAXCONN = 128
 29841  pkg syscall (linux-arm), const SO_ACCEPTCONN = 30
 29842  pkg syscall (linux-arm), const SO_ATTACH_FILTER = 26
 29843  pkg syscall (linux-arm), const SO_BINDTODEVICE = 25
 29844  pkg syscall (linux-arm), const SO_BROADCAST = 6
 29845  pkg syscall (linux-arm), const SO_BSDCOMPAT = 14
 29846  pkg syscall (linux-arm), const SO_DEBUG = 1
 29847  pkg syscall (linux-arm), const SO_DETACH_FILTER = 27
 29848  pkg syscall (linux-arm), const SO_DOMAIN = 39
 29849  pkg syscall (linux-arm), const SO_DONTROUTE = 5
 29850  pkg syscall (linux-arm), const SO_ERROR = 4
 29851  pkg syscall (linux-arm), const SO_KEEPALIVE = 9
 29852  pkg syscall (linux-arm), const SO_LINGER = 13
 29853  pkg syscall (linux-arm), const SO_MARK = 36
 29854  pkg syscall (linux-arm), const SO_NO_CHECK = 11
 29855  pkg syscall (linux-arm), const SO_OOBINLINE = 10
 29856  pkg syscall (linux-arm), const SO_PASSCRED = 16
 29857  pkg syscall (linux-arm), const SO_PASSSEC = 34
 29858  pkg syscall (linux-arm), const SO_PEERCRED = 17
 29859  pkg syscall (linux-arm), const SO_PEERNAME = 28
 29860  pkg syscall (linux-arm), const SO_PEERSEC = 31
 29861  pkg syscall (linux-arm), const SO_PRIORITY = 12
 29862  pkg syscall (linux-arm), const SO_PROTOCOL = 38
 29863  pkg syscall (linux-arm), const SO_RCVBUF = 8
 29864  pkg syscall (linux-arm), const SO_RCVBUFFORCE = 33
 29865  pkg syscall (linux-arm), const SO_RCVLOWAT = 18
 29866  pkg syscall (linux-arm), const SO_RCVTIMEO = 20
 29867  pkg syscall (linux-arm), const SO_REUSEADDR = 2
 29868  pkg syscall (linux-arm), const SO_RXQ_OVFL = 40
 29869  pkg syscall (linux-arm), const SO_SECURITY_AUTHENTICATION = 22
 29870  pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_NETWORK = 24
 29871  pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
 29872  pkg syscall (linux-arm), const SO_SNDBUF = 7
 29873  pkg syscall (linux-arm), const SO_SNDBUFFORCE = 32
 29874  pkg syscall (linux-arm), const SO_SNDLOWAT = 19
 29875  pkg syscall (linux-arm), const SO_SNDTIMEO = 21
 29876  pkg syscall (linux-arm), const SO_TIMESTAMP = 29
 29877  pkg syscall (linux-arm), const SO_TIMESTAMPING = 37
 29878  pkg syscall (linux-arm), const SO_TIMESTAMPNS = 35
 29879  pkg syscall (linux-arm), const SO_TYPE = 3
 29880  pkg syscall (linux-arm), const SYS_ACCEPT = 285
 29881  pkg syscall (linux-arm), const SYS_ACCEPT4 = 366
 29882  pkg syscall (linux-arm), const SYS_ACCESS = 33
 29883  pkg syscall (linux-arm), const SYS_ACCT = 51
 29884  pkg syscall (linux-arm), const SYS_ADD_KEY = 309
 29885  pkg syscall (linux-arm), const SYS_ADJTIMEX = 124
 29886  pkg syscall (linux-arm), const SYS_ALARM = 27
 29887  pkg syscall (linux-arm), const SYS_ARM_FADVISE64_64 = 270
 29888  pkg syscall (linux-arm), const SYS_ARM_SYNC_FILE_RANGE = 341
 29889  pkg syscall (linux-arm), const SYS_BDFLUSH = 134
 29890  pkg syscall (linux-arm), const SYS_BIND = 282
 29891  pkg syscall (linux-arm), const SYS_BRK = 45
 29892  pkg syscall (linux-arm), const SYS_CAPGET = 184
 29893  pkg syscall (linux-arm), const SYS_CAPSET = 185
 29894  pkg syscall (linux-arm), const SYS_CHDIR = 12
 29895  pkg syscall (linux-arm), const SYS_CHMOD = 15
 29896  pkg syscall (linux-arm), const SYS_CHOWN = 182
 29897  pkg syscall (linux-arm), const SYS_CHOWN32 = 212
 29898  pkg syscall (linux-arm), const SYS_CHROOT = 61
 29899  pkg syscall (linux-arm), const SYS_CLOCK_ADJTIME = 372
 29900  pkg syscall (linux-arm), const SYS_CLOCK_GETRES = 264
 29901  pkg syscall (linux-arm), const SYS_CLOCK_GETTIME = 263
 29902  pkg syscall (linux-arm), const SYS_CLOCK_NANOSLEEP = 265
 29903  pkg syscall (linux-arm), const SYS_CLOCK_SETTIME = 262
 29904  pkg syscall (linux-arm), const SYS_CLONE = 120
 29905  pkg syscall (linux-arm), const SYS_CLOSE = 6
 29906  pkg syscall (linux-arm), const SYS_CONNECT = 283
 29907  pkg syscall (linux-arm), const SYS_CREAT = 8
 29908  pkg syscall (linux-arm), const SYS_DELETE_MODULE = 129
 29909  pkg syscall (linux-arm), const SYS_DUP = 41
 29910  pkg syscall (linux-arm), const SYS_DUP2 = 63
 29911  pkg syscall (linux-arm), const SYS_DUP3 = 358
 29912  pkg syscall (linux-arm), const SYS_EPOLL_CREATE = 250
 29913  pkg syscall (linux-arm), const SYS_EPOLL_CREATE1 = 357
 29914  pkg syscall (linux-arm), const SYS_EPOLL_CTL = 251
 29915  pkg syscall (linux-arm), const SYS_EPOLL_PWAIT = 346
 29916  pkg syscall (linux-arm), const SYS_EPOLL_WAIT = 252
 29917  pkg syscall (linux-arm), const SYS_EVENTFD = 351
 29918  pkg syscall (linux-arm), const SYS_EVENTFD2 = 356
 29919  pkg syscall (linux-arm), const SYS_EXECVE = 11
 29920  pkg syscall (linux-arm), const SYS_EXIT = 1
 29921  pkg syscall (linux-arm), const SYS_EXIT_GROUP = 248
 29922  pkg syscall (linux-arm), const SYS_FACCESSAT = 334
 29923  pkg syscall (linux-arm), const SYS_FALLOCATE = 352
 29924  pkg syscall (linux-arm), const SYS_FANOTIFY_INIT = 367
 29925  pkg syscall (linux-arm), const SYS_FANOTIFY_MARK = 368
 29926  pkg syscall (linux-arm), const SYS_FCHDIR = 133
 29927  pkg syscall (linux-arm), const SYS_FCHMOD = 94
 29928  pkg syscall (linux-arm), const SYS_FCHMODAT = 333
 29929  pkg syscall (linux-arm), const SYS_FCHOWN = 95
 29930  pkg syscall (linux-arm), const SYS_FCHOWN32 = 207
 29931  pkg syscall (linux-arm), const SYS_FCHOWNAT = 325
 29932  pkg syscall (linux-arm), const SYS_FCNTL = 55
 29933  pkg syscall (linux-arm), const SYS_FCNTL64 = 221
 29934  pkg syscall (linux-arm), const SYS_FDATASYNC = 148
 29935  pkg syscall (linux-arm), const SYS_FGETXATTR = 231
 29936  pkg syscall (linux-arm), const SYS_FLISTXATTR = 234
 29937  pkg syscall (linux-arm), const SYS_FLOCK = 143
 29938  pkg syscall (linux-arm), const SYS_FORK = 2
 29939  pkg syscall (linux-arm), const SYS_FREMOVEXATTR = 237
 29940  pkg syscall (linux-arm), const SYS_FSETXATTR = 228
 29941  pkg syscall (linux-arm), const SYS_FSTAT = 108
 29942  pkg syscall (linux-arm), const SYS_FSTAT64 = 197
 29943  pkg syscall (linux-arm), const SYS_FSTATAT64 = 327
 29944  pkg syscall (linux-arm), const SYS_FSTATFS = 100
 29945  pkg syscall (linux-arm), const SYS_FSTATFS64 = 267
 29946  pkg syscall (linux-arm), const SYS_FSYNC = 118
 29947  pkg syscall (linux-arm), const SYS_FTRUNCATE = 93
 29948  pkg syscall (linux-arm), const SYS_FTRUNCATE64 = 194
 29949  pkg syscall (linux-arm), const SYS_FUTEX = 240
 29950  pkg syscall (linux-arm), const SYS_FUTIMESAT = 326
 29951  pkg syscall (linux-arm), const SYS_GETCPU = 345
 29952  pkg syscall (linux-arm), const SYS_GETCWD = 183
 29953  pkg syscall (linux-arm), const SYS_GETDENTS = 141
 29954  pkg syscall (linux-arm), const SYS_GETDENTS64 = 217
 29955  pkg syscall (linux-arm), const SYS_GETEGID = 50
 29956  pkg syscall (linux-arm), const SYS_GETEGID32 = 202
 29957  pkg syscall (linux-arm), const SYS_GETEUID = 49
 29958  pkg syscall (linux-arm), const SYS_GETEUID32 = 201
 29959  pkg syscall (linux-arm), const SYS_GETGID = 47
 29960  pkg syscall (linux-arm), const SYS_GETGID32 = 200
 29961  pkg syscall (linux-arm), const SYS_GETGROUPS = 80
 29962  pkg syscall (linux-arm), const SYS_GETGROUPS32 = 205
 29963  pkg syscall (linux-arm), const SYS_GETITIMER = 105
 29964  pkg syscall (linux-arm), const SYS_GETPEERNAME = 287
 29965  pkg syscall (linux-arm), const SYS_GETPGID = 132
 29966  pkg syscall (linux-arm), const SYS_GETPGRP = 65
 29967  pkg syscall (linux-arm), const SYS_GETPID = 20
 29968  pkg syscall (linux-arm), const SYS_GETPPID = 64
 29969  pkg syscall (linux-arm), const SYS_GETPRIORITY = 96
 29970  pkg syscall (linux-arm), const SYS_GETRESGID = 171
 29971  pkg syscall (linux-arm), const SYS_GETRESGID32 = 211
 29972  pkg syscall (linux-arm), const SYS_GETRESUID = 165
 29973  pkg syscall (linux-arm), const SYS_GETRESUID32 = 209
 29974  pkg syscall (linux-arm), const SYS_GETRLIMIT = 76
 29975  pkg syscall (linux-arm), const SYS_GETRUSAGE = 77
 29976  pkg syscall (linux-arm), const SYS_GETSID = 147
 29977  pkg syscall (linux-arm), const SYS_GETSOCKNAME = 286
 29978  pkg syscall (linux-arm), const SYS_GETSOCKOPT = 295
 29979  pkg syscall (linux-arm), const SYS_GETTID = 224
 29980  pkg syscall (linux-arm), const SYS_GETTIMEOFDAY = 78
 29981  pkg syscall (linux-arm), const SYS_GETUID = 24
 29982  pkg syscall (linux-arm), const SYS_GETUID32 = 199
 29983  pkg syscall (linux-arm), const SYS_GETXATTR = 229
 29984  pkg syscall (linux-arm), const SYS_GET_MEMPOLICY = 320
 29985  pkg syscall (linux-arm), const SYS_GET_ROBUST_LIST = 339
 29986  pkg syscall (linux-arm), const SYS_INIT_MODULE = 128
 29987  pkg syscall (linux-arm), const SYS_INOTIFY_ADD_WATCH = 317
 29988  pkg syscall (linux-arm), const SYS_INOTIFY_INIT = 316
 29989  pkg syscall (linux-arm), const SYS_INOTIFY_INIT1 = 360
 29990  pkg syscall (linux-arm), const SYS_INOTIFY_RM_WATCH = 318
 29991  pkg syscall (linux-arm), const SYS_IOCTL = 54
 29992  pkg syscall (linux-arm), const SYS_IOPRIO_GET = 315
 29993  pkg syscall (linux-arm), const SYS_IOPRIO_SET = 314
 29994  pkg syscall (linux-arm), const SYS_IO_CANCEL = 247
 29995  pkg syscall (linux-arm), const SYS_IO_DESTROY = 244
 29996  pkg syscall (linux-arm), const SYS_IO_GETEVENTS = 245
 29997  pkg syscall (linux-arm), const SYS_IO_SETUP = 243
 29998  pkg syscall (linux-arm), const SYS_IO_SUBMIT = 246
 29999  pkg syscall (linux-arm), const SYS_IPC = 117
 30000  pkg syscall (linux-arm), const SYS_KEXEC_LOAD = 347
 30001  pkg syscall (linux-arm), const SYS_KEYCTL = 311
 30002  pkg syscall (linux-arm), const SYS_KILL = 37
 30003  pkg syscall (linux-arm), const SYS_LCHOWN = 16
 30004  pkg syscall (linux-arm), const SYS_LCHOWN32 = 198
 30005  pkg syscall (linux-arm), const SYS_LGETXATTR = 230
 30006  pkg syscall (linux-arm), const SYS_LINK = 9
 30007  pkg syscall (linux-arm), const SYS_LINKAT = 330
 30008  pkg syscall (linux-arm), const SYS_LISTEN = 284
 30009  pkg syscall (linux-arm), const SYS_LISTXATTR = 232
 30010  pkg syscall (linux-arm), const SYS_LLISTXATTR = 233
 30011  pkg syscall (linux-arm), const SYS_LOOKUP_DCOOKIE = 249
 30012  pkg syscall (linux-arm), const SYS_LREMOVEXATTR = 236
 30013  pkg syscall (linux-arm), const SYS_LSEEK = 19
 30014  pkg syscall (linux-arm), const SYS_LSETXATTR = 227
 30015  pkg syscall (linux-arm), const SYS_LSTAT = 107
 30016  pkg syscall (linux-arm), const SYS_LSTAT64 = 196
 30017  pkg syscall (linux-arm), const SYS_MADVISE = 220
 30018  pkg syscall (linux-arm), const SYS_MBIND = 319
 30019  pkg syscall (linux-arm), const SYS_MINCORE = 219
 30020  pkg syscall (linux-arm), const SYS_MKDIR = 39
 30021  pkg syscall (linux-arm), const SYS_MKDIRAT = 323
 30022  pkg syscall (linux-arm), const SYS_MKNOD = 14
 30023  pkg syscall (linux-arm), const SYS_MKNODAT = 324
 30024  pkg syscall (linux-arm), const SYS_MLOCK = 150
 30025  pkg syscall (linux-arm), const SYS_MLOCKALL = 152
 30026  pkg syscall (linux-arm), const SYS_MMAP = 90
 30027  pkg syscall (linux-arm), const SYS_MMAP2 = 192
 30028  pkg syscall (linux-arm), const SYS_MOUNT = 21
 30029  pkg syscall (linux-arm), const SYS_MOVE_PAGES = 344
 30030  pkg syscall (linux-arm), const SYS_MPROTECT = 125
 30031  pkg syscall (linux-arm), const SYS_MQ_GETSETATTR = 279
 30032  pkg syscall (linux-arm), const SYS_MQ_NOTIFY = 278
 30033  pkg syscall (linux-arm), const SYS_MQ_OPEN = 274
 30034  pkg syscall (linux-arm), const SYS_MQ_TIMEDRECEIVE = 277
 30035  pkg syscall (linux-arm), const SYS_MQ_TIMEDSEND = 276
 30036  pkg syscall (linux-arm), const SYS_MQ_UNLINK = 275
 30037  pkg syscall (linux-arm), const SYS_MREMAP = 163
 30038  pkg syscall (linux-arm), const SYS_MSGCTL = 304
 30039  pkg syscall (linux-arm), const SYS_MSGGET = 303
 30040  pkg syscall (linux-arm), const SYS_MSGRCV = 302
 30041  pkg syscall (linux-arm), const SYS_MSGSND = 301
 30042  pkg syscall (linux-arm), const SYS_MSYNC = 144
 30043  pkg syscall (linux-arm), const SYS_MUNLOCK = 151
 30044  pkg syscall (linux-arm), const SYS_MUNLOCKALL = 153
 30045  pkg syscall (linux-arm), const SYS_MUNMAP = 91
 30046  pkg syscall (linux-arm), const SYS_NAME_TO_HANDLE_AT = 370
 30047  pkg syscall (linux-arm), const SYS_NANOSLEEP = 162
 30048  pkg syscall (linux-arm), const SYS_NFSSERVCTL = 169
 30049  pkg syscall (linux-arm), const SYS_NICE = 34
 30050  pkg syscall (linux-arm), const SYS_OABI_SYSCALL_BASE = 0
 30051  pkg syscall (linux-arm), const SYS_OPEN = 5
 30052  pkg syscall (linux-arm), const SYS_OPENAT = 322
 30053  pkg syscall (linux-arm), const SYS_OPEN_BY_HANDLE_AT = 371
 30054  pkg syscall (linux-arm), const SYS_PAUSE = 29
 30055  pkg syscall (linux-arm), const SYS_PCICONFIG_IOBASE = 271
 30056  pkg syscall (linux-arm), const SYS_PCICONFIG_READ = 272
 30057  pkg syscall (linux-arm), const SYS_PCICONFIG_WRITE = 273
 30058  pkg syscall (linux-arm), const SYS_PERF_EVENT_OPEN = 364
 30059  pkg syscall (linux-arm), const SYS_PERSONALITY = 136
 30060  pkg syscall (linux-arm), const SYS_PIPE = 42
 30061  pkg syscall (linux-arm), const SYS_PIPE2 = 359
 30062  pkg syscall (linux-arm), const SYS_PIVOT_ROOT = 218
 30063  pkg syscall (linux-arm), const SYS_POLL = 168
 30064  pkg syscall (linux-arm), const SYS_PPOLL = 336
 30065  pkg syscall (linux-arm), const SYS_PRCTL = 172
 30066  pkg syscall (linux-arm), const SYS_PREAD64 = 180
 30067  pkg syscall (linux-arm), const SYS_PREADV = 361
 30068  pkg syscall (linux-arm), const SYS_PRLIMIT64 = 369
 30069  pkg syscall (linux-arm), const SYS_PROCESS_VM_READV = 376
 30070  pkg syscall (linux-arm), const SYS_PROCESS_VM_WRITEV = 377
 30071  pkg syscall (linux-arm), const SYS_PSELECT6 = 335
 30072  pkg syscall (linux-arm), const SYS_PTRACE = 26
 30073  pkg syscall (linux-arm), const SYS_PWRITE64 = 181
 30074  pkg syscall (linux-arm), const SYS_PWRITEV = 362
 30075  pkg syscall (linux-arm), const SYS_QUOTACTL = 131
 30076  pkg syscall (linux-arm), const SYS_READ = 3
 30077  pkg syscall (linux-arm), const SYS_READAHEAD = 225
 30078  pkg syscall (linux-arm), const SYS_READDIR = 89
 30079  pkg syscall (linux-arm), const SYS_READLINK = 85
 30080  pkg syscall (linux-arm), const SYS_READLINKAT = 332
 30081  pkg syscall (linux-arm), const SYS_READV = 145
 30082  pkg syscall (linux-arm), const SYS_REBOOT = 88
 30083  pkg syscall (linux-arm), const SYS_RECV = 291
 30084  pkg syscall (linux-arm), const SYS_RECVFROM = 292
 30085  pkg syscall (linux-arm), const SYS_RECVMMSG = 365
 30086  pkg syscall (linux-arm), const SYS_RECVMSG = 297
 30087  pkg syscall (linux-arm), const SYS_REMAP_FILE_PAGES = 253
 30088  pkg syscall (linux-arm), const SYS_REMOVEXATTR = 235
 30089  pkg syscall (linux-arm), const SYS_RENAME = 38
 30090  pkg syscall (linux-arm), const SYS_RENAMEAT = 329
 30091  pkg syscall (linux-arm), const SYS_REQUEST_KEY = 310
 30092  pkg syscall (linux-arm), const SYS_RESTART_SYSCALL = 0
 30093  pkg syscall (linux-arm), const SYS_RMDIR = 40
 30094  pkg syscall (linux-arm), const SYS_RT_SIGACTION = 174
 30095  pkg syscall (linux-arm), const SYS_RT_SIGPENDING = 176
 30096  pkg syscall (linux-arm), const SYS_RT_SIGPROCMASK = 175
 30097  pkg syscall (linux-arm), const SYS_RT_SIGQUEUEINFO = 178
 30098  pkg syscall (linux-arm), const SYS_RT_SIGRETURN = 173
 30099  pkg syscall (linux-arm), const SYS_RT_SIGSUSPEND = 179
 30100  pkg syscall (linux-arm), const SYS_RT_SIGTIMEDWAIT = 177
 30101  pkg syscall (linux-arm), const SYS_RT_TGSIGQUEUEINFO = 363
 30102  pkg syscall (linux-arm), const SYS_SCHED_GETAFFINITY = 242
 30103  pkg syscall (linux-arm), const SYS_SCHED_GETPARAM = 155
 30104  pkg syscall (linux-arm), const SYS_SCHED_GETSCHEDULER = 157
 30105  pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MAX = 159
 30106  pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MIN = 160
 30107  pkg syscall (linux-arm), const SYS_SCHED_RR_GET_INTERVAL = 161
 30108  pkg syscall (linux-arm), const SYS_SCHED_SETAFFINITY = 241
 30109  pkg syscall (linux-arm), const SYS_SCHED_SETPARAM = 154
 30110  pkg syscall (linux-arm), const SYS_SCHED_SETSCHEDULER = 156
 30111  pkg syscall (linux-arm), const SYS_SCHED_YIELD = 158
 30112  pkg syscall (linux-arm), const SYS_SELECT = 82
 30113  pkg syscall (linux-arm), const SYS_SEMCTL = 300
 30114  pkg syscall (linux-arm), const SYS_SEMGET = 299
 30115  pkg syscall (linux-arm), const SYS_SEMOP = 298
 30116  pkg syscall (linux-arm), const SYS_SEMTIMEDOP = 312
 30117  pkg syscall (linux-arm), const SYS_SEND = 289
 30118  pkg syscall (linux-arm), const SYS_SENDFILE = 187
 30119  pkg syscall (linux-arm), const SYS_SENDFILE64 = 239
 30120  pkg syscall (linux-arm), const SYS_SENDMMSG = 374
 30121  pkg syscall (linux-arm), const SYS_SENDMSG = 296
 30122  pkg syscall (linux-arm), const SYS_SENDTO = 290
 30123  pkg syscall (linux-arm), const SYS_SETDOMAINNAME = 121
 30124  pkg syscall (linux-arm), const SYS_SETFSGID = 139
 30125  pkg syscall (linux-arm), const SYS_SETFSGID32 = 216
 30126  pkg syscall (linux-arm), const SYS_SETFSUID = 138
 30127  pkg syscall (linux-arm), const SYS_SETFSUID32 = 215
 30128  pkg syscall (linux-arm), const SYS_SETGID = 46
 30129  pkg syscall (linux-arm), const SYS_SETGID32 = 214
 30130  pkg syscall (linux-arm), const SYS_SETGROUPS = 81
 30131  pkg syscall (linux-arm), const SYS_SETGROUPS32 = 206
 30132  pkg syscall (linux-arm), const SYS_SETHOSTNAME = 74
 30133  pkg syscall (linux-arm), const SYS_SETITIMER = 104
 30134  pkg syscall (linux-arm), const SYS_SETNS = 375
 30135  pkg syscall (linux-arm), const SYS_SETPGID = 57
 30136  pkg syscall (linux-arm), const SYS_SETPRIORITY = 97
 30137  pkg syscall (linux-arm), const SYS_SETREGID = 71
 30138  pkg syscall (linux-arm), const SYS_SETREGID32 = 204
 30139  pkg syscall (linux-arm), const SYS_SETRESGID = 170
 30140  pkg syscall (linux-arm), const SYS_SETRESGID32 = 210
 30141  pkg syscall (linux-arm), const SYS_SETRESUID = 164
 30142  pkg syscall (linux-arm), const SYS_SETRESUID32 = 208
 30143  pkg syscall (linux-arm), const SYS_SETREUID = 70
 30144  pkg syscall (linux-arm), const SYS_SETREUID32 = 203
 30145  pkg syscall (linux-arm), const SYS_SETRLIMIT = 75
 30146  pkg syscall (linux-arm), const SYS_SETSID = 66
 30147  pkg syscall (linux-arm), const SYS_SETSOCKOPT = 294
 30148  pkg syscall (linux-arm), const SYS_SETTIMEOFDAY = 79
 30149  pkg syscall (linux-arm), const SYS_SETUID = 23
 30150  pkg syscall (linux-arm), const SYS_SETUID32 = 213
 30151  pkg syscall (linux-arm), const SYS_SETXATTR = 226
 30152  pkg syscall (linux-arm), const SYS_SET_MEMPOLICY = 321
 30153  pkg syscall (linux-arm), const SYS_SET_ROBUST_LIST = 338
 30154  pkg syscall (linux-arm), const SYS_SET_TID_ADDRESS = 256
 30155  pkg syscall (linux-arm), const SYS_SHMAT = 305
 30156  pkg syscall (linux-arm), const SYS_SHMCTL = 308
 30157  pkg syscall (linux-arm), const SYS_SHMDT = 306
 30158  pkg syscall (linux-arm), const SYS_SHMGET = 307
 30159  pkg syscall (linux-arm), const SYS_SHUTDOWN = 293
 30160  pkg syscall (linux-arm), const SYS_SIGACTION = 67
 30161  pkg syscall (linux-arm), const SYS_SIGALTSTACK = 186
 30162  pkg syscall (linux-arm), const SYS_SIGNALFD = 349
 30163  pkg syscall (linux-arm), const SYS_SIGNALFD4 = 355
 30164  pkg syscall (linux-arm), const SYS_SIGPENDING = 73
 30165  pkg syscall (linux-arm), const SYS_SIGPROCMASK = 126
 30166  pkg syscall (linux-arm), const SYS_SIGRETURN = 119
 30167  pkg syscall (linux-arm), const SYS_SIGSUSPEND = 72
 30168  pkg syscall (linux-arm), const SYS_SOCKET = 281
 30169  pkg syscall (linux-arm), const SYS_SOCKETCALL = 102
 30170  pkg syscall (linux-arm), const SYS_SOCKETPAIR = 288
 30171  pkg syscall (linux-arm), const SYS_SPLICE = 340
 30172  pkg syscall (linux-arm), const SYS_STAT = 106
 30173  pkg syscall (linux-arm), const SYS_STAT64 = 195
 30174  pkg syscall (linux-arm), const SYS_STATFS = 99
 30175  pkg syscall (linux-arm), const SYS_STATFS64 = 266
 30176  pkg syscall (linux-arm), const SYS_STIME = 25
 30177  pkg syscall (linux-arm), const SYS_SWAPOFF = 115
 30178  pkg syscall (linux-arm), const SYS_SWAPON = 87
 30179  pkg syscall (linux-arm), const SYS_SYMLINK = 83
 30180  pkg syscall (linux-arm), const SYS_SYMLINKAT = 331
 30181  pkg syscall (linux-arm), const SYS_SYNC = 36
 30182  pkg syscall (linux-arm), const SYS_SYNCFS = 373
 30183  pkg syscall (linux-arm), const SYS_SYSCALL = 113
 30184  pkg syscall (linux-arm), const SYS_SYSCALL_BASE = 0
 30185  pkg syscall (linux-arm), const SYS_SYSFS = 135
 30186  pkg syscall (linux-arm), const SYS_SYSINFO = 116
 30187  pkg syscall (linux-arm), const SYS_SYSLOG = 103
 30188  pkg syscall (linux-arm), const SYS_TEE = 342
 30189  pkg syscall (linux-arm), const SYS_TGKILL = 268
 30190  pkg syscall (linux-arm), const SYS_TIME = 13
 30191  pkg syscall (linux-arm), const SYS_TIMERFD_CREATE = 350
 30192  pkg syscall (linux-arm), const SYS_TIMERFD_GETTIME = 354
 30193  pkg syscall (linux-arm), const SYS_TIMERFD_SETTIME = 353
 30194  pkg syscall (linux-arm), const SYS_TIMER_CREATE = 257
 30195  pkg syscall (linux-arm), const SYS_TIMER_DELETE = 261
 30196  pkg syscall (linux-arm), const SYS_TIMER_GETOVERRUN = 260
 30197  pkg syscall (linux-arm), const SYS_TIMER_GETTIME = 259
 30198  pkg syscall (linux-arm), const SYS_TIMER_SETTIME = 258
 30199  pkg syscall (linux-arm), const SYS_TIMES = 43
 30200  pkg syscall (linux-arm), const SYS_TKILL = 238
 30201  pkg syscall (linux-arm), const SYS_TRUNCATE = 92
 30202  pkg syscall (linux-arm), const SYS_TRUNCATE64 = 193
 30203  pkg syscall (linux-arm), const SYS_UGETRLIMIT = 191
 30204  pkg syscall (linux-arm), const SYS_UMASK = 60
 30205  pkg syscall (linux-arm), const SYS_UMOUNT = 22
 30206  pkg syscall (linux-arm), const SYS_UMOUNT2 = 52
 30207  pkg syscall (linux-arm), const SYS_UNAME = 122
 30208  pkg syscall (linux-arm), const SYS_UNLINK = 10
 30209  pkg syscall (linux-arm), const SYS_UNLINKAT = 328
 30210  pkg syscall (linux-arm), const SYS_UNSHARE = 337
 30211  pkg syscall (linux-arm), const SYS_USELIB = 86
 30212  pkg syscall (linux-arm), const SYS_USTAT = 62
 30213  pkg syscall (linux-arm), const SYS_UTIME = 30
 30214  pkg syscall (linux-arm), const SYS_UTIMENSAT = 348
 30215  pkg syscall (linux-arm), const SYS_UTIMES = 269
 30216  pkg syscall (linux-arm), const SYS_VFORK = 190
 30217  pkg syscall (linux-arm), const SYS_VHANGUP = 111
 30218  pkg syscall (linux-arm), const SYS_VMSPLICE = 343
 30219  pkg syscall (linux-arm), const SYS_VSERVER = 313
 30220  pkg syscall (linux-arm), const SYS_WAIT4 = 114
 30221  pkg syscall (linux-arm), const SYS_WAITID = 280
 30222  pkg syscall (linux-arm), const SYS_WRITE = 4
 30223  pkg syscall (linux-arm), const SYS_WRITEV = 146
 30224  pkg syscall (linux-arm), const SYS__LLSEEK = 140
 30225  pkg syscall (linux-arm), const SYS__NEWSELECT = 142
 30226  pkg syscall (linux-arm), const SYS__SYSCTL = 149
 30227  pkg syscall (linux-arm), const S_BLKSIZE = 512
 30228  pkg syscall (linux-arm), const S_IEXEC = 64
 30229  pkg syscall (linux-arm), const S_IFMT = 61440
 30230  pkg syscall (linux-arm), const S_IREAD = 256
 30231  pkg syscall (linux-arm), const S_IRGRP = 32
 30232  pkg syscall (linux-arm), const S_IROTH = 4
 30233  pkg syscall (linux-arm), const S_IRWXG = 56
 30234  pkg syscall (linux-arm), const S_IRWXO = 7
 30235  pkg syscall (linux-arm), const S_IRWXU = 448
 30236  pkg syscall (linux-arm), const S_IWGRP = 16
 30237  pkg syscall (linux-arm), const S_IWOTH = 2
 30238  pkg syscall (linux-arm), const S_IWRITE = 128
 30239  pkg syscall (linux-arm), const S_IXGRP = 8
 30240  pkg syscall (linux-arm), const S_IXOTH = 1
 30241  pkg syscall (linux-arm), const SizeofCmsghdr = 12
 30242  pkg syscall (linux-arm), const SizeofIPMreq = 8
 30243  pkg syscall (linux-arm), const SizeofIPMreqn = 12
 30244  pkg syscall (linux-arm), const SizeofIPv6Mreq = 20
 30245  pkg syscall (linux-arm), const SizeofIfAddrmsg = 8
 30246  pkg syscall (linux-arm), const SizeofIfInfomsg = 16
 30247  pkg syscall (linux-arm), const SizeofInet4Pktinfo = 12
 30248  pkg syscall (linux-arm), const SizeofInet6Pktinfo = 20
 30249  pkg syscall (linux-arm), const SizeofInotifyEvent = 16
 30250  pkg syscall (linux-arm), const SizeofLinger = 8
 30251  pkg syscall (linux-arm), const SizeofMsghdr = 28
 30252  pkg syscall (linux-arm), const SizeofNlAttr = 4
 30253  pkg syscall (linux-arm), const SizeofNlMsgerr = 20
 30254  pkg syscall (linux-arm), const SizeofNlMsghdr = 16
 30255  pkg syscall (linux-arm), const SizeofRtAttr = 4
 30256  pkg syscall (linux-arm), const SizeofRtGenmsg = 1
 30257  pkg syscall (linux-arm), const SizeofRtMsg = 12
 30258  pkg syscall (linux-arm), const SizeofRtNexthop = 8
 30259  pkg syscall (linux-arm), const SizeofSockFilter = 8
 30260  pkg syscall (linux-arm), const SizeofSockFprog = 8
 30261  pkg syscall (linux-arm), const SizeofSockaddrAny = 112
 30262  pkg syscall (linux-arm), const SizeofSockaddrInet4 = 16
 30263  pkg syscall (linux-arm), const SizeofSockaddrInet6 = 28
 30264  pkg syscall (linux-arm), const SizeofSockaddrLinklayer = 20
 30265  pkg syscall (linux-arm), const SizeofSockaddrNetlink = 12
 30266  pkg syscall (linux-arm), const SizeofSockaddrUnix = 110
 30267  pkg syscall (linux-arm), const SizeofTCPInfo = 104
 30268  pkg syscall (linux-arm), const SizeofTCPInfo ideal-int
 30269  pkg syscall (linux-arm), const SizeofUcred = 12
 30270  pkg syscall (linux-arm), const TCGETS = 21505
 30271  pkg syscall (linux-arm), const TCP_CONGESTION = 13
 30272  pkg syscall (linux-arm), const TCP_CORK = 3
 30273  pkg syscall (linux-arm), const TCP_DEFER_ACCEPT = 9
 30274  pkg syscall (linux-arm), const TCP_INFO = 11
 30275  pkg syscall (linux-arm), const TCP_KEEPCNT = 6
 30276  pkg syscall (linux-arm), const TCP_KEEPIDLE = 4
 30277  pkg syscall (linux-arm), const TCP_KEEPINTVL = 5
 30278  pkg syscall (linux-arm), const TCP_LINGER2 = 8
 30279  pkg syscall (linux-arm), const TCP_MAXSEG = 2
 30280  pkg syscall (linux-arm), const TCP_MAXWIN = 65535
 30281  pkg syscall (linux-arm), const TCP_MAX_WINSHIFT = 14
 30282  pkg syscall (linux-arm), const TCP_MD5SIG = 14
 30283  pkg syscall (linux-arm), const TCP_MD5SIG_MAXKEYLEN = 80
 30284  pkg syscall (linux-arm), const TCP_MSS = 512
 30285  pkg syscall (linux-arm), const TCP_QUICKACK = 12
 30286  pkg syscall (linux-arm), const TCP_SYNCNT = 7
 30287  pkg syscall (linux-arm), const TCP_WINDOW_CLAMP = 10
 30288  pkg syscall (linux-arm), const TCSETS = 21506
 30289  pkg syscall (linux-arm), const TIOCCBRK = 21544
 30290  pkg syscall (linux-arm), const TIOCCONS = 21533
 30291  pkg syscall (linux-arm), const TIOCEXCL = 21516
 30292  pkg syscall (linux-arm), const TIOCGDEV = 2147767346
 30293  pkg syscall (linux-arm), const TIOCGETD = 21540
 30294  pkg syscall (linux-arm), const TIOCGICOUNT = 21597
 30295  pkg syscall (linux-arm), const TIOCGLCKTRMIOS = 21590
 30296  pkg syscall (linux-arm), const TIOCGPGRP = 21519
 30297  pkg syscall (linux-arm), const TIOCGPTN = 2147767344
 30298  pkg syscall (linux-arm), const TIOCGRS485 = 21550
 30299  pkg syscall (linux-arm), const TIOCGSERIAL = 21534
 30300  pkg syscall (linux-arm), const TIOCGSID = 21545
 30301  pkg syscall (linux-arm), const TIOCGSOFTCAR = 21529
 30302  pkg syscall (linux-arm), const TIOCGWINSZ = 21523
 30303  pkg syscall (linux-arm), const TIOCINQ = 21531
 30304  pkg syscall (linux-arm), const TIOCLINUX = 21532
 30305  pkg syscall (linux-arm), const TIOCMBIC = 21527
 30306  pkg syscall (linux-arm), const TIOCMBIS = 21526
 30307  pkg syscall (linux-arm), const TIOCMGET = 21525
 30308  pkg syscall (linux-arm), const TIOCMIWAIT = 21596
 30309  pkg syscall (linux-arm), const TIOCMSET = 21528
 30310  pkg syscall (linux-arm), const TIOCM_CAR = 64
 30311  pkg syscall (linux-arm), const TIOCM_CD = 64
 30312  pkg syscall (linux-arm), const TIOCM_CTS = 32
 30313  pkg syscall (linux-arm), const TIOCM_DSR = 256
 30314  pkg syscall (linux-arm), const TIOCM_DTR = 2
 30315  pkg syscall (linux-arm), const TIOCM_LE = 1
 30316  pkg syscall (linux-arm), const TIOCM_RI = 128
 30317  pkg syscall (linux-arm), const TIOCM_RNG = 128
 30318  pkg syscall (linux-arm), const TIOCM_RTS = 4
 30319  pkg syscall (linux-arm), const TIOCM_SR = 16
 30320  pkg syscall (linux-arm), const TIOCM_ST = 8
 30321  pkg syscall (linux-arm), const TIOCNOTTY = 21538
 30322  pkg syscall (linux-arm), const TIOCNXCL = 21517
 30323  pkg syscall (linux-arm), const TIOCOUTQ = 21521
 30324  pkg syscall (linux-arm), const TIOCPKT = 21536
 30325  pkg syscall (linux-arm), const TIOCPKT_DATA = 0
 30326  pkg syscall (linux-arm), const TIOCPKT_DOSTOP = 32
 30327  pkg syscall (linux-arm), const TIOCPKT_FLUSHREAD = 1
 30328  pkg syscall (linux-arm), const TIOCPKT_FLUSHWRITE = 2
 30329  pkg syscall (linux-arm), const TIOCPKT_IOCTL = 64
 30330  pkg syscall (linux-arm), const TIOCPKT_NOSTOP = 16
 30331  pkg syscall (linux-arm), const TIOCPKT_START = 8
 30332  pkg syscall (linux-arm), const TIOCPKT_STOP = 4
 30333  pkg syscall (linux-arm), const TIOCSBRK = 21543
 30334  pkg syscall (linux-arm), const TIOCSCTTY = 21518
 30335  pkg syscall (linux-arm), const TIOCSERCONFIG = 21587
 30336  pkg syscall (linux-arm), const TIOCSERGETLSR = 21593
 30337  pkg syscall (linux-arm), const TIOCSERGETMULTI = 21594
 30338  pkg syscall (linux-arm), const TIOCSERGSTRUCT = 21592
 30339  pkg syscall (linux-arm), const TIOCSERGWILD = 21588
 30340  pkg syscall (linux-arm), const TIOCSERSETMULTI = 21595
 30341  pkg syscall (linux-arm), const TIOCSERSWILD = 21589
 30342  pkg syscall (linux-arm), const TIOCSER_TEMT = 1
 30343  pkg syscall (linux-arm), const TIOCSETD = 21539
 30344  pkg syscall (linux-arm), const TIOCSIG = 1074025526
 30345  pkg syscall (linux-arm), const TIOCSLCKTRMIOS = 21591
 30346  pkg syscall (linux-arm), const TIOCSPGRP = 21520
 30347  pkg syscall (linux-arm), const TIOCSPTLCK = 1074025521
 30348  pkg syscall (linux-arm), const TIOCSRS485 = 21551
 30349  pkg syscall (linux-arm), const TIOCSSERIAL = 21535
 30350  pkg syscall (linux-arm), const TIOCSSOFTCAR = 21530
 30351  pkg syscall (linux-arm), const TIOCSTI = 21522
 30352  pkg syscall (linux-arm), const TIOCSWINSZ = 21524
 30353  pkg syscall (linux-arm), const TIOCVHANGUP = 21559
 30354  pkg syscall (linux-arm), const TOSTOP = 256
 30355  pkg syscall (linux-arm), const TUNATTACHFILTER = 1074287829
 30356  pkg syscall (linux-arm), const TUNDETACHFILTER = 1074287830
 30357  pkg syscall (linux-arm), const TUNGETFEATURES = 2147767503
 30358  pkg syscall (linux-arm), const TUNGETIFF = 2147767506
 30359  pkg syscall (linux-arm), const TUNGETSNDBUF = 2147767507
 30360  pkg syscall (linux-arm), const TUNGETVNETHDRSZ = 2147767511
 30361  pkg syscall (linux-arm), const TUNSETDEBUG = 1074025673
 30362  pkg syscall (linux-arm), const TUNSETGROUP = 1074025678
 30363  pkg syscall (linux-arm), const TUNSETIFF = 1074025674
 30364  pkg syscall (linux-arm), const TUNSETLINK = 1074025677
 30365  pkg syscall (linux-arm), const TUNSETNOCSUM = 1074025672
 30366  pkg syscall (linux-arm), const TUNSETOFFLOAD = 1074025680
 30367  pkg syscall (linux-arm), const TUNSETOWNER = 1074025676
 30368  pkg syscall (linux-arm), const TUNSETPERSIST = 1074025675
 30369  pkg syscall (linux-arm), const TUNSETSNDBUF = 1074025684
 30370  pkg syscall (linux-arm), const TUNSETTXFILTER = 1074025681
 30371  pkg syscall (linux-arm), const TUNSETVNETHDRSZ = 1074025688
 30372  pkg syscall (linux-arm), const VDISCARD = 13
 30373  pkg syscall (linux-arm), const VEOF = 4
 30374  pkg syscall (linux-arm), const VEOL = 11
 30375  pkg syscall (linux-arm), const VEOL2 = 16
 30376  pkg syscall (linux-arm), const VERASE = 2
 30377  pkg syscall (linux-arm), const VINTR = 0
 30378  pkg syscall (linux-arm), const VKILL = 3
 30379  pkg syscall (linux-arm), const VLNEXT = 15
 30380  pkg syscall (linux-arm), const VMIN = 6
 30381  pkg syscall (linux-arm), const VQUIT = 1
 30382  pkg syscall (linux-arm), const VREPRINT = 12
 30383  pkg syscall (linux-arm), const VSTART = 8
 30384  pkg syscall (linux-arm), const VSTOP = 9
 30385  pkg syscall (linux-arm), const VSUSP = 10
 30386  pkg syscall (linux-arm), const VSWTC = 7
 30387  pkg syscall (linux-arm), const VTIME = 5
 30388  pkg syscall (linux-arm), const VWERASE = 14
 30389  pkg syscall (linux-arm), const WALL = 1073741824
 30390  pkg syscall (linux-arm), const WCLONE = 2147483648
 30391  pkg syscall (linux-arm), const WCONTINUED = 8
 30392  pkg syscall (linux-arm), const WEXITED = 4
 30393  pkg syscall (linux-arm), const WNOHANG = 1
 30394  pkg syscall (linux-arm), const WNOTHREAD = 536870912
 30395  pkg syscall (linux-arm), const WNOWAIT = 16777216
 30396  pkg syscall (linux-arm), const WORDSIZE = 32
 30397  pkg syscall (linux-arm), const WSTOPPED = 2
 30398  pkg syscall (linux-arm), const WUNTRACED = 2
 30399  pkg syscall (linux-arm), const XCASE = 4
 30400  pkg syscall (linux-arm), func Accept4(int, int) (int, Sockaddr, error)
 30401  pkg syscall (linux-arm), func GetsockoptUcred(int, int, int) (*Ucred, error)
 30402  pkg syscall (linux-arm), func Getxattr(string, string, []uint8) (int, error)
 30403  pkg syscall (linux-arm), func Listxattr(string, []uint8) (int, error)
 30404  pkg syscall (linux-arm), func Pipe2([]int, int) error
 30405  pkg syscall (linux-arm), func PtraceSyscall(int, int) error
 30406  pkg syscall (linux-arm), func Removexattr(string, string) error
 30407  pkg syscall (linux-arm), func Setxattr(string, string, []uint8, int) error
 30408  pkg syscall (linux-arm), func SlicePtrFromStrings([]string) ([]*uint8, error)
 30409  pkg syscall (linux-arm), type SysProcAttr struct, Ctty int
 30410  pkg syscall (linux-arm), type TCPInfo struct
 30411  pkg syscall (linux-arm), type TCPInfo struct, Advmss uint32
 30412  pkg syscall (linux-arm), type TCPInfo struct, Ato uint32
 30413  pkg syscall (linux-arm), type TCPInfo struct, Backoff uint8
 30414  pkg syscall (linux-arm), type TCPInfo struct, Ca_state uint8
 30415  pkg syscall (linux-arm), type TCPInfo struct, Fackets uint32
 30416  pkg syscall (linux-arm), type TCPInfo struct, Last_ack_recv uint32
 30417  pkg syscall (linux-arm), type TCPInfo struct, Last_ack_sent uint32
 30418  pkg syscall (linux-arm), type TCPInfo struct, Last_data_recv uint32
 30419  pkg syscall (linux-arm), type TCPInfo struct, Last_data_sent uint32
 30420  pkg syscall (linux-arm), type TCPInfo struct, Lost uint32
 30421  pkg syscall (linux-arm), type TCPInfo struct, Options uint8
 30422  pkg syscall (linux-arm), type TCPInfo struct, Pad_cgo_0 [2]uint8
 30423  pkg syscall (linux-arm), type TCPInfo struct, Pmtu uint32
 30424  pkg syscall (linux-arm), type TCPInfo struct, Probes uint8
 30425  pkg syscall (linux-arm), type TCPInfo struct, Rcv_mss uint32
 30426  pkg syscall (linux-arm), type TCPInfo struct, Rcv_rtt uint32
 30427  pkg syscall (linux-arm), type TCPInfo struct, Rcv_space uint32
 30428  pkg syscall (linux-arm), type TCPInfo struct, Rcv_ssthresh uint32
 30429  pkg syscall (linux-arm), type TCPInfo struct, Reordering uint32
 30430  pkg syscall (linux-arm), type TCPInfo struct, Retrans uint32
 30431  pkg syscall (linux-arm), type TCPInfo struct, Retransmits uint8
 30432  pkg syscall (linux-arm), type TCPInfo struct, Rto uint32
 30433  pkg syscall (linux-arm), type TCPInfo struct, Rtt uint32
 30434  pkg syscall (linux-arm), type TCPInfo struct, Rttvar uint32
 30435  pkg syscall (linux-arm), type TCPInfo struct, Sacked uint32
 30436  pkg syscall (linux-arm), type TCPInfo struct, Snd_cwnd uint32
 30437  pkg syscall (linux-arm), type TCPInfo struct, Snd_mss uint32
 30438  pkg syscall (linux-arm), type TCPInfo struct, Snd_ssthresh uint32
 30439  pkg syscall (linux-arm), type TCPInfo struct, State uint8
 30440  pkg syscall (linux-arm), type TCPInfo struct, Total_retrans uint32
 30441  pkg syscall (linux-arm), type TCPInfo struct, Unacked uint32
 30442  pkg syscall (linux-arm-cgo), const AF_ALG = 38
 30443  pkg syscall (linux-arm-cgo), const AF_APPLETALK = 5
 30444  pkg syscall (linux-arm-cgo), const AF_ASH = 18
 30445  pkg syscall (linux-arm-cgo), const AF_ATMPVC = 8
 30446  pkg syscall (linux-arm-cgo), const AF_ATMSVC = 20
 30447  pkg syscall (linux-arm-cgo), const AF_AX25 = 3
 30448  pkg syscall (linux-arm-cgo), const AF_BLUETOOTH = 31
 30449  pkg syscall (linux-arm-cgo), const AF_BRIDGE = 7
 30450  pkg syscall (linux-arm-cgo), const AF_CAIF = 37
 30451  pkg syscall (linux-arm-cgo), const AF_CAN = 29
 30452  pkg syscall (linux-arm-cgo), const AF_DECnet = 12
 30453  pkg syscall (linux-arm-cgo), const AF_ECONET = 19
 30454  pkg syscall (linux-arm-cgo), const AF_FILE = 1
 30455  pkg syscall (linux-arm-cgo), const AF_IEEE802154 = 36
 30456  pkg syscall (linux-arm-cgo), const AF_INET6 = 10
 30457  pkg syscall (linux-arm-cgo), const AF_IPX = 4
 30458  pkg syscall (linux-arm-cgo), const AF_IRDA = 23
 30459  pkg syscall (linux-arm-cgo), const AF_ISDN = 34
 30460  pkg syscall (linux-arm-cgo), const AF_IUCV = 32
 30461  pkg syscall (linux-arm-cgo), const AF_KEY = 15
 30462  pkg syscall (linux-arm-cgo), const AF_LLC = 26
 30463  pkg syscall (linux-arm-cgo), const AF_LOCAL = 1
 30464  pkg syscall (linux-arm-cgo), const AF_MAX = 39
 30465  pkg syscall (linux-arm-cgo), const AF_NETBEUI = 13
 30466  pkg syscall (linux-arm-cgo), const AF_NETLINK = 16
 30467  pkg syscall (linux-arm-cgo), const AF_NETROM = 6
 30468  pkg syscall (linux-arm-cgo), const AF_PACKET = 17
 30469  pkg syscall (linux-arm-cgo), const AF_PHONET = 35
 30470  pkg syscall (linux-arm-cgo), const AF_PPPOX = 24
 30471  pkg syscall (linux-arm-cgo), const AF_RDS = 21
 30472  pkg syscall (linux-arm-cgo), const AF_ROSE = 11
 30473  pkg syscall (linux-arm-cgo), const AF_ROUTE = 16
 30474  pkg syscall (linux-arm-cgo), const AF_RXRPC = 33
 30475  pkg syscall (linux-arm-cgo), const AF_SECURITY = 14
 30476  pkg syscall (linux-arm-cgo), const AF_SNA = 22
 30477  pkg syscall (linux-arm-cgo), const AF_TIPC = 30
 30478  pkg syscall (linux-arm-cgo), const AF_WANPIPE = 25
 30479  pkg syscall (linux-arm-cgo), const AF_X25 = 9
 30480  pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT = 264
 30481  pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK = 8
 30482  pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET = 7
 30483  pkg syscall (linux-arm-cgo), const ARPHRD_ASH = 781
 30484  pkg syscall (linux-arm-cgo), const ARPHRD_ATM = 19
 30485  pkg syscall (linux-arm-cgo), const ARPHRD_AX25 = 3
 30486  pkg syscall (linux-arm-cgo), const ARPHRD_BIF = 775
 30487  pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS = 5
 30488  pkg syscall (linux-arm-cgo), const ARPHRD_CISCO = 513
 30489  pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP = 257
 30490  pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 = 259
 30491  pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP = 517
 30492  pkg syscall (linux-arm-cgo), const ARPHRD_DLCI = 15
 30493  pkg syscall (linux-arm-cgo), const ARPHRD_ECONET = 782
 30494  pkg syscall (linux-arm-cgo), const ARPHRD_EETHER = 2
 30495  pkg syscall (linux-arm-cgo), const ARPHRD_ETHER = 1
 30496  pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 = 27
 30497  pkg syscall (linux-arm-cgo), const ARPHRD_FCAL = 785
 30498  pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC = 787
 30499  pkg syscall (linux-arm-cgo), const ARPHRD_FCPL = 786
 30500  pkg syscall (linux-arm-cgo), const ARPHRD_FCPP = 784
 30501  pkg syscall (linux-arm-cgo), const ARPHRD_FDDI = 774
 30502  pkg syscall (linux-arm-cgo), const ARPHRD_FRAD = 770
 30503  pkg syscall (linux-arm-cgo), const ARPHRD_HDLC = 513
 30504  pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI = 780
 30505  pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 = 272
 30506  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 = 24
 30507  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 = 6
 30508  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 = 801
 30509  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM = 802
 30510  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
 30511  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 = 804
 30512  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY = 805
 30513  pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR = 800
 30514  pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND = 32
 30515  pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP = 777
 30516  pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE = 778
 30517  pkg syscall (linux-arm-cgo), const ARPHRD_IRDA = 783
 30518  pkg syscall (linux-arm-cgo), const ARPHRD_LAPB = 516
 30519  pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK = 773
 30520  pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK = 772
 30521  pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM = 23
 30522  pkg syscall (linux-arm-cgo), const ARPHRD_NETROM = 0
 30523  pkg syscall (linux-arm-cgo), const ARPHRD_NONE = 65534
 30524  pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG = 779
 30525  pkg syscall (linux-arm-cgo), const ARPHRD_PPP = 512
 30526  pkg syscall (linux-arm-cgo), const ARPHRD_PRONET = 4
 30527  pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC = 518
 30528  pkg syscall (linux-arm-cgo), const ARPHRD_ROSE = 270
 30529  pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD = 260
 30530  pkg syscall (linux-arm-cgo), const ARPHRD_SIT = 776
 30531  pkg syscall (linux-arm-cgo), const ARPHRD_SKIP = 771
 30532  pkg syscall (linux-arm-cgo), const ARPHRD_SLIP = 256
 30533  pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 = 258
 30534  pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL = 768
 30535  pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 = 769
 30536  pkg syscall (linux-arm-cgo), const ARPHRD_VOID = 65535
 30537  pkg syscall (linux-arm-cgo), const ARPHRD_X25 = 271
 30538  pkg syscall (linux-arm-cgo), const B0 = 0
 30539  pkg syscall (linux-arm-cgo), const B1000000 = 4104
 30540  pkg syscall (linux-arm-cgo), const B110 = 3
 30541  pkg syscall (linux-arm-cgo), const B115200 = 4098
 30542  pkg syscall (linux-arm-cgo), const B1152000 = 4105
 30543  pkg syscall (linux-arm-cgo), const B1200 = 9
 30544  pkg syscall (linux-arm-cgo), const B134 = 4
 30545  pkg syscall (linux-arm-cgo), const B150 = 5
 30546  pkg syscall (linux-arm-cgo), const B1500000 = 4106
 30547  pkg syscall (linux-arm-cgo), const B1800 = 10
 30548  pkg syscall (linux-arm-cgo), const B19200 = 14
 30549  pkg syscall (linux-arm-cgo), const B200 = 6
 30550  pkg syscall (linux-arm-cgo), const B2000000 = 4107
 30551  pkg syscall (linux-arm-cgo), const B230400 = 4099
 30552  pkg syscall (linux-arm-cgo), const B2400 = 11
 30553  pkg syscall (linux-arm-cgo), const B2500000 = 4108
 30554  pkg syscall (linux-arm-cgo), const B300 = 7
 30555  pkg syscall (linux-arm-cgo), const B3000000 = 4109
 30556  pkg syscall (linux-arm-cgo), const B3500000 = 4110
 30557  pkg syscall (linux-arm-cgo), const B38400 = 15
 30558  pkg syscall (linux-arm-cgo), const B4000000 = 4111
 30559  pkg syscall (linux-arm-cgo), const B460800 = 4100
 30560  pkg syscall (linux-arm-cgo), const B4800 = 12
 30561  pkg syscall (linux-arm-cgo), const B50 = 1
 30562  pkg syscall (linux-arm-cgo), const B500000 = 4101
 30563  pkg syscall (linux-arm-cgo), const B57600 = 4097
 30564  pkg syscall (linux-arm-cgo), const B576000 = 4102
 30565  pkg syscall (linux-arm-cgo), const B600 = 8
 30566  pkg syscall (linux-arm-cgo), const B75 = 2
 30567  pkg syscall (linux-arm-cgo), const B921600 = 4103
 30568  pkg syscall (linux-arm-cgo), const B9600 = 13
 30569  pkg syscall (linux-arm-cgo), const BPF_A = 16
 30570  pkg syscall (linux-arm-cgo), const BPF_ABS = 32
 30571  pkg syscall (linux-arm-cgo), const BPF_ADD = 0
 30572  pkg syscall (linux-arm-cgo), const BPF_ALU = 4
 30573  pkg syscall (linux-arm-cgo), const BPF_AND = 80
 30574  pkg syscall (linux-arm-cgo), const BPF_B = 16
 30575  pkg syscall (linux-arm-cgo), const BPF_DIV = 48
 30576  pkg syscall (linux-arm-cgo), const BPF_H = 8
 30577  pkg syscall (linux-arm-cgo), const BPF_IMM = 0
 30578  pkg syscall (linux-arm-cgo), const BPF_IND = 64
 30579  pkg syscall (linux-arm-cgo), const BPF_JA = 0
 30580  pkg syscall (linux-arm-cgo), const BPF_JEQ = 16
 30581  pkg syscall (linux-arm-cgo), const BPF_JGE = 48
 30582  pkg syscall (linux-arm-cgo), const BPF_JGT = 32
 30583  pkg syscall (linux-arm-cgo), const BPF_JMP = 5
 30584  pkg syscall (linux-arm-cgo), const BPF_JSET = 64
 30585  pkg syscall (linux-arm-cgo), const BPF_K = 0
 30586  pkg syscall (linux-arm-cgo), const BPF_LD = 0
 30587  pkg syscall (linux-arm-cgo), const BPF_LDX = 1
 30588  pkg syscall (linux-arm-cgo), const BPF_LEN = 128
 30589  pkg syscall (linux-arm-cgo), const BPF_LSH = 96
 30590  pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION = 1
 30591  pkg syscall (linux-arm-cgo), const BPF_MAXINSNS = 4096
 30592  pkg syscall (linux-arm-cgo), const BPF_MEM = 96
 30593  pkg syscall (linux-arm-cgo), const BPF_MEMWORDS = 16
 30594  pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION = 1
 30595  pkg syscall (linux-arm-cgo), const BPF_MISC = 7
 30596  pkg syscall (linux-arm-cgo), const BPF_MSH = 160
 30597  pkg syscall (linux-arm-cgo), const BPF_MUL = 32
 30598  pkg syscall (linux-arm-cgo), const BPF_NEG = 128
 30599  pkg syscall (linux-arm-cgo), const BPF_OR = 64
 30600  pkg syscall (linux-arm-cgo), const BPF_RET = 6
 30601  pkg syscall (linux-arm-cgo), const BPF_RSH = 112
 30602  pkg syscall (linux-arm-cgo), const BPF_ST = 2
 30603  pkg syscall (linux-arm-cgo), const BPF_STX = 3
 30604  pkg syscall (linux-arm-cgo), const BPF_SUB = 16
 30605  pkg syscall (linux-arm-cgo), const BPF_TAX = 0
 30606  pkg syscall (linux-arm-cgo), const BPF_TXA = 128
 30607  pkg syscall (linux-arm-cgo), const BPF_W = 0
 30608  pkg syscall (linux-arm-cgo), const BPF_X = 8
 30609  pkg syscall (linux-arm-cgo), const BRKINT = 2
 30610  pkg syscall (linux-arm-cgo), const CLOCAL = 2048
 30611  pkg syscall (linux-arm-cgo), const CREAD = 128
 30612  pkg syscall (linux-arm-cgo), const CS5 = 0
 30613  pkg syscall (linux-arm-cgo), const CS6 = 16
 30614  pkg syscall (linux-arm-cgo), const CS7 = 32
 30615  pkg syscall (linux-arm-cgo), const CS8 = 48
 30616  pkg syscall (linux-arm-cgo), const CSIZE = 48
 30617  pkg syscall (linux-arm-cgo), const CSTOPB = 64
 30618  pkg syscall (linux-arm-cgo), const DT_BLK = 6
 30619  pkg syscall (linux-arm-cgo), const DT_CHR = 2
 30620  pkg syscall (linux-arm-cgo), const DT_DIR = 4
 30621  pkg syscall (linux-arm-cgo), const DT_FIFO = 1
 30622  pkg syscall (linux-arm-cgo), const DT_LNK = 10
 30623  pkg syscall (linux-arm-cgo), const DT_REG = 8
 30624  pkg syscall (linux-arm-cgo), const DT_SOCK = 12
 30625  pkg syscall (linux-arm-cgo), const DT_UNKNOWN = 0
 30626  pkg syscall (linux-arm-cgo), const DT_WHT = 14
 30627  pkg syscall (linux-arm-cgo), const E2BIG = 7
 30628  pkg syscall (linux-arm-cgo), const EACCES = 13
 30629  pkg syscall (linux-arm-cgo), const EADDRINUSE = 98
 30630  pkg syscall (linux-arm-cgo), const EADDRNOTAVAIL = 99
 30631  pkg syscall (linux-arm-cgo), const EADV = 68
 30632  pkg syscall (linux-arm-cgo), const EAFNOSUPPORT = 97
 30633  pkg syscall (linux-arm-cgo), const EAGAIN = 11
 30634  pkg syscall (linux-arm-cgo), const EALREADY = 114
 30635  pkg syscall (linux-arm-cgo), const EBADE = 52
 30636  pkg syscall (linux-arm-cgo), const EBADF = 9
 30637  pkg syscall (linux-arm-cgo), const EBADFD = 77
 30638  pkg syscall (linux-arm-cgo), const EBADMSG = 74
 30639  pkg syscall (linux-arm-cgo), const EBADR = 53
 30640  pkg syscall (linux-arm-cgo), const EBADRQC = 56
 30641  pkg syscall (linux-arm-cgo), const EBADSLT = 57
 30642  pkg syscall (linux-arm-cgo), const EBFONT = 59
 30643  pkg syscall (linux-arm-cgo), const EBUSY = 16
 30644  pkg syscall (linux-arm-cgo), const ECANCELED = 125
 30645  pkg syscall (linux-arm-cgo), const ECHILD = 10
 30646  pkg syscall (linux-arm-cgo), const ECHO = 8
 30647  pkg syscall (linux-arm-cgo), const ECHOCTL = 512
 30648  pkg syscall (linux-arm-cgo), const ECHOE = 16
 30649  pkg syscall (linux-arm-cgo), const ECHOK = 32
 30650  pkg syscall (linux-arm-cgo), const ECHOKE = 2048
 30651  pkg syscall (linux-arm-cgo), const ECHONL = 64
 30652  pkg syscall (linux-arm-cgo), const ECHOPRT = 1024
 30653  pkg syscall (linux-arm-cgo), const ECHRNG = 44
 30654  pkg syscall (linux-arm-cgo), const ECOMM = 70
 30655  pkg syscall (linux-arm-cgo), const ECONNABORTED = 103
 30656  pkg syscall (linux-arm-cgo), const ECONNREFUSED = 111
 30657  pkg syscall (linux-arm-cgo), const ECONNRESET = 104
 30658  pkg syscall (linux-arm-cgo), const EDEADLK = 35
 30659  pkg syscall (linux-arm-cgo), const EDEADLOCK = 35
 30660  pkg syscall (linux-arm-cgo), const EDESTADDRREQ = 89
 30661  pkg syscall (linux-arm-cgo), const EDOM = 33
 30662  pkg syscall (linux-arm-cgo), const EDOTDOT = 73
 30663  pkg syscall (linux-arm-cgo), const EDQUOT = 122
 30664  pkg syscall (linux-arm-cgo), const EEXIST = 17
 30665  pkg syscall (linux-arm-cgo), const EFAULT = 14
 30666  pkg syscall (linux-arm-cgo), const EFBIG = 27
 30667  pkg syscall (linux-arm-cgo), const EHOSTDOWN = 112
 30668  pkg syscall (linux-arm-cgo), const EHOSTUNREACH = 113
 30669  pkg syscall (linux-arm-cgo), const EHWPOISON = 133
 30670  pkg syscall (linux-arm-cgo), const EIDRM = 43
 30671  pkg syscall (linux-arm-cgo), const EILSEQ = 84
 30672  pkg syscall (linux-arm-cgo), const EINPROGRESS = 115
 30673  pkg syscall (linux-arm-cgo), const EINTR = 4
 30674  pkg syscall (linux-arm-cgo), const EINVAL = 22
 30675  pkg syscall (linux-arm-cgo), const EIO = 5
 30676  pkg syscall (linux-arm-cgo), const EISCONN = 106
 30677  pkg syscall (linux-arm-cgo), const EISDIR = 21
 30678  pkg syscall (linux-arm-cgo), const EISNAM = 120
 30679  pkg syscall (linux-arm-cgo), const EKEYEXPIRED = 127
 30680  pkg syscall (linux-arm-cgo), const EKEYREJECTED = 129
 30681  pkg syscall (linux-arm-cgo), const EKEYREVOKED = 128
 30682  pkg syscall (linux-arm-cgo), const EL2HLT = 51
 30683  pkg syscall (linux-arm-cgo), const EL2NSYNC = 45
 30684  pkg syscall (linux-arm-cgo), const EL3HLT = 46
 30685  pkg syscall (linux-arm-cgo), const EL3RST = 47
 30686  pkg syscall (linux-arm-cgo), const ELF_NGREG = 18
 30687  pkg syscall (linux-arm-cgo), const ELF_PRARGSZ = 80
 30688  pkg syscall (linux-arm-cgo), const ELIBACC = 79
 30689  pkg syscall (linux-arm-cgo), const ELIBBAD = 80
 30690  pkg syscall (linux-arm-cgo), const ELIBEXEC = 83
 30691  pkg syscall (linux-arm-cgo), const ELIBMAX = 82
 30692  pkg syscall (linux-arm-cgo), const ELIBSCN = 81
 30693  pkg syscall (linux-arm-cgo), const ELNRNG = 48
 30694  pkg syscall (linux-arm-cgo), const ELOOP = 40
 30695  pkg syscall (linux-arm-cgo), const EMEDIUMTYPE = 124
 30696  pkg syscall (linux-arm-cgo), const EMFILE = 24
 30697  pkg syscall (linux-arm-cgo), const EMLINK = 31
 30698  pkg syscall (linux-arm-cgo), const EMSGSIZE = 90
 30699  pkg syscall (linux-arm-cgo), const EMULTIHOP = 72
 30700  pkg syscall (linux-arm-cgo), const ENAMETOOLONG = 36
 30701  pkg syscall (linux-arm-cgo), const ENAVAIL = 119
 30702  pkg syscall (linux-arm-cgo), const ENETDOWN = 100
 30703  pkg syscall (linux-arm-cgo), const ENETRESET = 102
 30704  pkg syscall (linux-arm-cgo), const ENETUNREACH = 101
 30705  pkg syscall (linux-arm-cgo), const ENFILE = 23
 30706  pkg syscall (linux-arm-cgo), const ENOANO = 55
 30707  pkg syscall (linux-arm-cgo), const ENOBUFS = 105
 30708  pkg syscall (linux-arm-cgo), const ENOCSI = 50
 30709  pkg syscall (linux-arm-cgo), const ENODATA = 61
 30710  pkg syscall (linux-arm-cgo), const ENODEV = 19
 30711  pkg syscall (linux-arm-cgo), const ENOEXEC = 8
 30712  pkg syscall (linux-arm-cgo), const ENOKEY = 126
 30713  pkg syscall (linux-arm-cgo), const ENOLCK = 37
 30714  pkg syscall (linux-arm-cgo), const ENOLINK = 67
 30715  pkg syscall (linux-arm-cgo), const ENOMEDIUM = 123
 30716  pkg syscall (linux-arm-cgo), const ENOMEM = 12
 30717  pkg syscall (linux-arm-cgo), const ENOMSG = 42
 30718  pkg syscall (linux-arm-cgo), const ENONET = 64
 30719  pkg syscall (linux-arm-cgo), const ENOPKG = 65
 30720  pkg syscall (linux-arm-cgo), const ENOPROTOOPT = 92
 30721  pkg syscall (linux-arm-cgo), const ENOSPC = 28
 30722  pkg syscall (linux-arm-cgo), const ENOSR = 63
 30723  pkg syscall (linux-arm-cgo), const ENOSTR = 60
 30724  pkg syscall (linux-arm-cgo), const ENOSYS = 38
 30725  pkg syscall (linux-arm-cgo), const ENOTBLK = 15
 30726  pkg syscall (linux-arm-cgo), const ENOTCONN = 107
 30727  pkg syscall (linux-arm-cgo), const ENOTDIR = 20
 30728  pkg syscall (linux-arm-cgo), const ENOTEMPTY = 39
 30729  pkg syscall (linux-arm-cgo), const ENOTNAM = 118
 30730  pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE = 131
 30731  pkg syscall (linux-arm-cgo), const ENOTSOCK = 88
 30732  pkg syscall (linux-arm-cgo), const ENOTSUP = 95
 30733  pkg syscall (linux-arm-cgo), const ENOTTY = 25
 30734  pkg syscall (linux-arm-cgo), const ENOTUNIQ = 76
 30735  pkg syscall (linux-arm-cgo), const ENXIO = 6
 30736  pkg syscall (linux-arm-cgo), const EOPNOTSUPP = 95
 30737  pkg syscall (linux-arm-cgo), const EOVERFLOW = 75
 30738  pkg syscall (linux-arm-cgo), const EOWNERDEAD = 130
 30739  pkg syscall (linux-arm-cgo), const EPERM = 1
 30740  pkg syscall (linux-arm-cgo), const EPFNOSUPPORT = 96
 30741  pkg syscall (linux-arm-cgo), const EPIPE = 32
 30742  pkg syscall (linux-arm-cgo), const EPOLLERR = 8
 30743  pkg syscall (linux-arm-cgo), const EPOLLET = -2147483648
 30744  pkg syscall (linux-arm-cgo), const EPOLLHUP = 16
 30745  pkg syscall (linux-arm-cgo), const EPOLLIN = 1
 30746  pkg syscall (linux-arm-cgo), const EPOLLMSG = 1024
 30747  pkg syscall (linux-arm-cgo), const EPOLLONESHOT = 1073741824
 30748  pkg syscall (linux-arm-cgo), const EPOLLOUT = 4
 30749  pkg syscall (linux-arm-cgo), const EPOLLPRI = 2
 30750  pkg syscall (linux-arm-cgo), const EPOLLRDBAND = 128
 30751  pkg syscall (linux-arm-cgo), const EPOLLRDHUP = 8192
 30752  pkg syscall (linux-arm-cgo), const EPOLLRDNORM = 64
 30753  pkg syscall (linux-arm-cgo), const EPOLLWRBAND = 512
 30754  pkg syscall (linux-arm-cgo), const EPOLLWRNORM = 256
 30755  pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC = 524288
 30756  pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD = 1
 30757  pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL = 2
 30758  pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD = 3
 30759  pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK = 2048
 30760  pkg syscall (linux-arm-cgo), const EPROTO = 71
 30761  pkg syscall (linux-arm-cgo), const EPROTONOSUPPORT = 93
 30762  pkg syscall (linux-arm-cgo), const EPROTOTYPE = 91
 30763  pkg syscall (linux-arm-cgo), const ERANGE = 34
 30764  pkg syscall (linux-arm-cgo), const EREMCHG = 78
 30765  pkg syscall (linux-arm-cgo), const EREMOTE = 66
 30766  pkg syscall (linux-arm-cgo), const EREMOTEIO = 121
 30767  pkg syscall (linux-arm-cgo), const ERESTART = 85
 30768  pkg syscall (linux-arm-cgo), const ERFKILL = 132
 30769  pkg syscall (linux-arm-cgo), const EROFS = 30
 30770  pkg syscall (linux-arm-cgo), const ESHUTDOWN = 108
 30771  pkg syscall (linux-arm-cgo), const ESOCKTNOSUPPORT = 94
 30772  pkg syscall (linux-arm-cgo), const ESPIPE = 29
 30773  pkg syscall (linux-arm-cgo), const ESRCH = 3
 30774  pkg syscall (linux-arm-cgo), const ESRMNT = 69
 30775  pkg syscall (linux-arm-cgo), const ESTALE = 116
 30776  pkg syscall (linux-arm-cgo), const ESTRPIPE = 86
 30777  pkg syscall (linux-arm-cgo), const ETH_P_1588 = 35063
 30778  pkg syscall (linux-arm-cgo), const ETH_P_8021Q = 33024
 30779  pkg syscall (linux-arm-cgo), const ETH_P_802_2 = 4
 30780  pkg syscall (linux-arm-cgo), const ETH_P_802_3 = 1
 30781  pkg syscall (linux-arm-cgo), const ETH_P_AARP = 33011
 30782  pkg syscall (linux-arm-cgo), const ETH_P_ALL = 3
 30783  pkg syscall (linux-arm-cgo), const ETH_P_AOE = 34978
 30784  pkg syscall (linux-arm-cgo), const ETH_P_ARCNET = 26
 30785  pkg syscall (linux-arm-cgo), const ETH_P_ARP = 2054
 30786  pkg syscall (linux-arm-cgo), const ETH_P_ATALK = 32923
 30787  pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE = 34948
 30788  pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA = 34892
 30789  pkg syscall (linux-arm-cgo), const ETH_P_AX25 = 2
 30790  pkg syscall (linux-arm-cgo), const ETH_P_BPQ = 2303
 30791  pkg syscall (linux-arm-cgo), const ETH_P_CAIF = 247
 30792  pkg syscall (linux-arm-cgo), const ETH_P_CAN = 12
 30793  pkg syscall (linux-arm-cgo), const ETH_P_CONTROL = 22
 30794  pkg syscall (linux-arm-cgo), const ETH_P_CUST = 24582
 30795  pkg syscall (linux-arm-cgo), const ETH_P_DDCMP = 6
 30796  pkg syscall (linux-arm-cgo), const ETH_P_DEC = 24576
 30797  pkg syscall (linux-arm-cgo), const ETH_P_DIAG = 24581
 30798  pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL = 24577
 30799  pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC = 24578
 30800  pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT = 24579
 30801  pkg syscall (linux-arm-cgo), const ETH_P_DSA = 27
 30802  pkg syscall (linux-arm-cgo), const ETH_P_ECONET = 24
 30803  pkg syscall (linux-arm-cgo), const ETH_P_EDSA = 56026
 30804  pkg syscall (linux-arm-cgo), const ETH_P_FCOE = 35078
 30805  pkg syscall (linux-arm-cgo), const ETH_P_FIP = 35092
 30806  pkg syscall (linux-arm-cgo), const ETH_P_HDLC = 25
 30807  pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 = 246
 30808  pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP = 2560
 30809  pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT = 2561
 30810  pkg syscall (linux-arm-cgo), const ETH_P_IP = 2048
 30811  pkg syscall (linux-arm-cgo), const ETH_P_IPV6 = 34525
 30812  pkg syscall (linux-arm-cgo), const ETH_P_IPX = 33079
 30813  pkg syscall (linux-arm-cgo), const ETH_P_IRDA = 23
 30814  pkg syscall (linux-arm-cgo), const ETH_P_LAT = 24580
 30815  pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL = 34924
 30816  pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK = 9
 30817  pkg syscall (linux-arm-cgo), const ETH_P_LOOP = 96
 30818  pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX = 21
 30819  pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC = 34888
 30820  pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC = 34887
 30821  pkg syscall (linux-arm-cgo), const ETH_P_PAE = 34958
 30822  pkg syscall (linux-arm-cgo), const ETH_P_PAUSE = 34824
 30823  pkg syscall (linux-arm-cgo), const ETH_P_PHONET = 245
 30824  pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK = 16
 30825  pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC = 34915
 30826  pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP = 8
 30827  pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES = 34916
 30828  pkg syscall (linux-arm-cgo), const ETH_P_PUP = 512
 30829  pkg syscall (linux-arm-cgo), const ETH_P_PUPAT = 513
 30830  pkg syscall (linux-arm-cgo), const ETH_P_RARP = 32821
 30831  pkg syscall (linux-arm-cgo), const ETH_P_SCA = 24583
 30832  pkg syscall (linux-arm-cgo), const ETH_P_SLOW = 34825
 30833  pkg syscall (linux-arm-cgo), const ETH_P_SNAP = 5
 30834  pkg syscall (linux-arm-cgo), const ETH_P_TEB = 25944
 30835  pkg syscall (linux-arm-cgo), const ETH_P_TIPC = 35018
 30836  pkg syscall (linux-arm-cgo), const ETH_P_TRAILER = 28
 30837  pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 = 17
 30838  pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP = 7
 30839  pkg syscall (linux-arm-cgo), const ETH_P_WCCP = 34878
 30840  pkg syscall (linux-arm-cgo), const ETH_P_X25 = 2053
 30841  pkg syscall (linux-arm-cgo), const ETIME = 62
 30842  pkg syscall (linux-arm-cgo), const ETIMEDOUT = 110
 30843  pkg syscall (linux-arm-cgo), const ETOOMANYREFS = 109
 30844  pkg syscall (linux-arm-cgo), const ETXTBSY = 26
 30845  pkg syscall (linux-arm-cgo), const EUCLEAN = 117
 30846  pkg syscall (linux-arm-cgo), const EUNATCH = 49
 30847  pkg syscall (linux-arm-cgo), const EUSERS = 87
 30848  pkg syscall (linux-arm-cgo), const EWOULDBLOCK = 11
 30849  pkg syscall (linux-arm-cgo), const EXDEV = 18
 30850  pkg syscall (linux-arm-cgo), const EXFULL = 54
 30851  pkg syscall (linux-arm-cgo), const FD_CLOEXEC = 1
 30852  pkg syscall (linux-arm-cgo), const FD_SETSIZE = 1024
 30853  pkg syscall (linux-arm-cgo), const FLUSHO = 4096
 30854  pkg syscall (linux-arm-cgo), const F_DUPFD = 0
 30855  pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC = 1030
 30856  pkg syscall (linux-arm-cgo), const F_EXLCK = 4
 30857  pkg syscall (linux-arm-cgo), const F_GETFD = 1
 30858  pkg syscall (linux-arm-cgo), const F_GETFL = 3
 30859  pkg syscall (linux-arm-cgo), const F_GETLEASE = 1025
 30860  pkg syscall (linux-arm-cgo), const F_GETLK = 12
 30861  pkg syscall (linux-arm-cgo), const F_GETLK64 = 12
 30862  pkg syscall (linux-arm-cgo), const F_GETOWN = 9
 30863  pkg syscall (linux-arm-cgo), const F_GETOWN_EX = 16
 30864  pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ = 1032
 30865  pkg syscall (linux-arm-cgo), const F_GETSIG = 11
 30866  pkg syscall (linux-arm-cgo), const F_LOCK = 1
 30867  pkg syscall (linux-arm-cgo), const F_NOTIFY = 1026
 30868  pkg syscall (linux-arm-cgo), const F_OK = 0
 30869  pkg syscall (linux-arm-cgo), const F_RDLCK = 0
 30870  pkg syscall (linux-arm-cgo), const F_SETFD = 2
 30871  pkg syscall (linux-arm-cgo), const F_SETFL = 4
 30872  pkg syscall (linux-arm-cgo), const F_SETLEASE = 1024
 30873  pkg syscall (linux-arm-cgo), const F_SETLK = 13
 30874  pkg syscall (linux-arm-cgo), const F_SETLK64 = 13
 30875  pkg syscall (linux-arm-cgo), const F_SETLKW = 14
 30876  pkg syscall (linux-arm-cgo), const F_SETLKW64 = 14
 30877  pkg syscall (linux-arm-cgo), const F_SETOWN = 8
 30878  pkg syscall (linux-arm-cgo), const F_SETOWN_EX = 15
 30879  pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ = 1031
 30880  pkg syscall (linux-arm-cgo), const F_SETSIG = 10
 30881  pkg syscall (linux-arm-cgo), const F_SHLCK = 8
 30882  pkg syscall (linux-arm-cgo), const F_TEST = 3
 30883  pkg syscall (linux-arm-cgo), const F_TLOCK = 2
 30884  pkg syscall (linux-arm-cgo), const F_ULOCK = 0
 30885  pkg syscall (linux-arm-cgo), const F_UNLCK = 2
 30886  pkg syscall (linux-arm-cgo), const F_WRLCK = 1
 30887  pkg syscall (linux-arm-cgo), const HUPCL = 1024
 30888  pkg syscall (linux-arm-cgo), const ICANON = 2
 30889  pkg syscall (linux-arm-cgo), const ICRNL = 256
 30890  pkg syscall (linux-arm-cgo), const IEXTEN = 32768
 30891  pkg syscall (linux-arm-cgo), const IFA_ADDRESS = 1
 30892  pkg syscall (linux-arm-cgo), const IFA_ANYCAST = 5
 30893  pkg syscall (linux-arm-cgo), const IFA_BROADCAST = 4
 30894  pkg syscall (linux-arm-cgo), const IFA_CACHEINFO = 6
 30895  pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED = 8
 30896  pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED = 32
 30897  pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS = 16
 30898  pkg syscall (linux-arm-cgo), const IFA_F_NODAD = 2
 30899  pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC = 4
 30900  pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT = 128
 30901  pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY = 1
 30902  pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY = 1
 30903  pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE = 64
 30904  pkg syscall (linux-arm-cgo), const IFA_LABEL = 3
 30905  pkg syscall (linux-arm-cgo), const IFA_LOCAL = 2
 30906  pkg syscall (linux-arm-cgo), const IFA_MAX = 7
 30907  pkg syscall (linux-arm-cgo), const IFA_MULTICAST = 7
 30908  pkg syscall (linux-arm-cgo), const IFA_UNSPEC = 0
 30909  pkg syscall (linux-arm-cgo), const IFF_ALLMULTI = 512
 30910  pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA = 16384
 30911  pkg syscall (linux-arm-cgo), const IFF_DEBUG = 4
 30912  pkg syscall (linux-arm-cgo), const IFF_DYNAMIC = 32768
 30913  pkg syscall (linux-arm-cgo), const IFF_LOOPBACK = 8
 30914  pkg syscall (linux-arm-cgo), const IFF_MASTER = 1024
 30915  pkg syscall (linux-arm-cgo), const IFF_MULTICAST = 4096
 30916  pkg syscall (linux-arm-cgo), const IFF_NOARP = 128
 30917  pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS = 32
 30918  pkg syscall (linux-arm-cgo), const IFF_NO_PI = 4096
 30919  pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE = 8192
 30920  pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT = 16
 30921  pkg syscall (linux-arm-cgo), const IFF_PORTSEL = 8192
 30922  pkg syscall (linux-arm-cgo), const IFF_PROMISC = 256
 30923  pkg syscall (linux-arm-cgo), const IFF_RUNNING = 64
 30924  pkg syscall (linux-arm-cgo), const IFF_SLAVE = 2048
 30925  pkg syscall (linux-arm-cgo), const IFF_TAP = 2
 30926  pkg syscall (linux-arm-cgo), const IFF_TUN = 1
 30927  pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL = 32768
 30928  pkg syscall (linux-arm-cgo), const IFF_VNET_HDR = 16384
 30929  pkg syscall (linux-arm-cgo), const IFLA_ADDRESS = 1
 30930  pkg syscall (linux-arm-cgo), const IFLA_BROADCAST = 2
 30931  pkg syscall (linux-arm-cgo), const IFLA_COST = 8
 30932  pkg syscall (linux-arm-cgo), const IFLA_IFALIAS = 20
 30933  pkg syscall (linux-arm-cgo), const IFLA_IFNAME = 3
 30934  pkg syscall (linux-arm-cgo), const IFLA_LINK = 5
 30935  pkg syscall (linux-arm-cgo), const IFLA_LINKINFO = 18
 30936  pkg syscall (linux-arm-cgo), const IFLA_LINKMODE = 17
 30937  pkg syscall (linux-arm-cgo), const IFLA_MAP = 14
 30938  pkg syscall (linux-arm-cgo), const IFLA_MASTER = 10
 30939  pkg syscall (linux-arm-cgo), const IFLA_MAX = 29
 30940  pkg syscall (linux-arm-cgo), const IFLA_MTU = 4
 30941  pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID = 19
 30942  pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE = 16
 30943  pkg syscall (linux-arm-cgo), const IFLA_PRIORITY = 9
 30944  pkg syscall (linux-arm-cgo), const IFLA_PROTINFO = 12
 30945  pkg syscall (linux-arm-cgo), const IFLA_QDISC = 6
 30946  pkg syscall (linux-arm-cgo), const IFLA_STATS = 7
 30947  pkg syscall (linux-arm-cgo), const IFLA_TXQLEN = 13
 30948  pkg syscall (linux-arm-cgo), const IFLA_UNSPEC = 0
 30949  pkg syscall (linux-arm-cgo), const IFLA_WEIGHT = 15
 30950  pkg syscall (linux-arm-cgo), const IFLA_WIRELESS = 11
 30951  pkg syscall (linux-arm-cgo), const IFNAMSIZ = 16
 30952  pkg syscall (linux-arm-cgo), const IGNBRK = 1
 30953  pkg syscall (linux-arm-cgo), const IGNCR = 128
 30954  pkg syscall (linux-arm-cgo), const IGNPAR = 4
 30955  pkg syscall (linux-arm-cgo), const IMAXBEL = 8192
 30956  pkg syscall (linux-arm-cgo), const INLCR = 64
 30957  pkg syscall (linux-arm-cgo), const INPCK = 16
 30958  pkg syscall (linux-arm-cgo), const IN_ACCESS = 1
 30959  pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS = 4095
 30960  pkg syscall (linux-arm-cgo), const IN_ATTRIB = 4
 30961  pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST = 16777215
 30962  pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX = 128
 30963  pkg syscall (linux-arm-cgo), const IN_CLASSA_NET = 4278190080
 30964  pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT = 24
 30965  pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST = 65535
 30966  pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX = 65536
 30967  pkg syscall (linux-arm-cgo), const IN_CLASSB_NET = 4294901760
 30968  pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT = 16
 30969  pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST = 255
 30970  pkg syscall (linux-arm-cgo), const IN_CLASSC_NET = 4294967040
 30971  pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT = 8
 30972  pkg syscall (linux-arm-cgo), const IN_CLOEXEC = 524288
 30973  pkg syscall (linux-arm-cgo), const IN_CLOSE = 24
 30974  pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE = 16
 30975  pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE = 8
 30976  pkg syscall (linux-arm-cgo), const IN_CREATE = 256
 30977  pkg syscall (linux-arm-cgo), const IN_DELETE = 512
 30978  pkg syscall (linux-arm-cgo), const IN_DELETE_SELF = 1024
 30979  pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW = 33554432
 30980  pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK = 67108864
 30981  pkg syscall (linux-arm-cgo), const IN_IGNORED = 32768
 30982  pkg syscall (linux-arm-cgo), const IN_ISDIR = 1073741824
 30983  pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET = 127
 30984  pkg syscall (linux-arm-cgo), const IN_MASK_ADD = 536870912
 30985  pkg syscall (linux-arm-cgo), const IN_MODIFY = 2
 30986  pkg syscall (linux-arm-cgo), const IN_MOVE = 192
 30987  pkg syscall (linux-arm-cgo), const IN_MOVED_FROM = 64
 30988  pkg syscall (linux-arm-cgo), const IN_MOVED_TO = 128
 30989  pkg syscall (linux-arm-cgo), const IN_MOVE_SELF = 2048
 30990  pkg syscall (linux-arm-cgo), const IN_NONBLOCK = 2048
 30991  pkg syscall (linux-arm-cgo), const IN_ONESHOT = 2147483648
 30992  pkg syscall (linux-arm-cgo), const IN_ONLYDIR = 16777216
 30993  pkg syscall (linux-arm-cgo), const IN_OPEN = 32
 30994  pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW = 16384
 30995  pkg syscall (linux-arm-cgo), const IN_UNMOUNT = 8192
 30996  pkg syscall (linux-arm-cgo), const IPPROTO_AH = 51
 30997  pkg syscall (linux-arm-cgo), const IPPROTO_COMP = 108
 30998  pkg syscall (linux-arm-cgo), const IPPROTO_DCCP = 33
 30999  pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS = 60
 31000  pkg syscall (linux-arm-cgo), const IPPROTO_EGP = 8
 31001  pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP = 98
 31002  pkg syscall (linux-arm-cgo), const IPPROTO_ESP = 50
 31003  pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT = 44
 31004  pkg syscall (linux-arm-cgo), const IPPROTO_GRE = 47
 31005  pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS = 0
 31006  pkg syscall (linux-arm-cgo), const IPPROTO_ICMP = 1
 31007  pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 = 58
 31008  pkg syscall (linux-arm-cgo), const IPPROTO_IDP = 22
 31009  pkg syscall (linux-arm-cgo), const IPPROTO_IGMP = 2
 31010  pkg syscall (linux-arm-cgo), const IPPROTO_IPIP = 4
 31011  pkg syscall (linux-arm-cgo), const IPPROTO_MTP = 92
 31012  pkg syscall (linux-arm-cgo), const IPPROTO_NONE = 59
 31013  pkg syscall (linux-arm-cgo), const IPPROTO_PIM = 103
 31014  pkg syscall (linux-arm-cgo), const IPPROTO_PUP = 12
 31015  pkg syscall (linux-arm-cgo), const IPPROTO_RAW = 255
 31016  pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING = 43
 31017  pkg syscall (linux-arm-cgo), const IPPROTO_RSVP = 46
 31018  pkg syscall (linux-arm-cgo), const IPPROTO_SCTP = 132
 31019  pkg syscall (linux-arm-cgo), const IPPROTO_TP = 29
 31020  pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE = 136
 31021  pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS = 4
 31022  pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT = 8
 31023  pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS = 3
 31024  pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO = 2
 31025  pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS = 6
 31026  pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR = 5
 31027  pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM = 1
 31028  pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP = 20
 31029  pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR = 10
 31030  pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM = 7
 31031  pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP = 21
 31032  pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS = 59
 31033  pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT = 52
 31034  pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS = 54
 31035  pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY = 34
 31036  pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST = 27
 31037  pkg syscall (linux-arm-cgo), const IPV6_JOIN_GROUP = 20
 31038  pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST = 28
 31039  pkg syscall (linux-arm-cgo), const IPV6_LEAVE_GROUP = 21
 31040  pkg syscall (linux-arm-cgo), const IPV6_MTU = 24
 31041  pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER = 23
 31042  pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_HOPS = 18
 31043  pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_IF = 17
 31044  pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_LOOP = 19
 31045  pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP = 9
 31046  pkg syscall (linux-arm-cgo), const IPV6_PKTINFO = 50
 31047  pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO = 2
 31048  pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT = 0
 31049  pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE = 3
 31050  pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT = 1
 31051  pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS = 58
 31052  pkg syscall (linux-arm-cgo), const IPV6_RECVERR = 25
 31053  pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT = 51
 31054  pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS = 53
 31055  pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO = 49
 31056  pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR = 56
 31057  pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS = 66
 31058  pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT = 22
 31059  pkg syscall (linux-arm-cgo), const IPV6_RTHDR = 57
 31060  pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS = 55
 31061  pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE = 0
 31062  pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT = 1
 31063  pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
 31064  pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS = 59
 31065  pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS = 54
 31066  pkg syscall (linux-arm-cgo), const IPV6_TCLASS = 67
 31067  pkg syscall (linux-arm-cgo), const IPV6_UNICAST_HOPS = 16
 31068  pkg syscall (linux-arm-cgo), const IPV6_V6ONLY = 26
 31069  pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY = 35
 31070  pkg syscall (linux-arm-cgo), const IP_ADD_MEMBERSHIP = 35
 31071  pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
 31072  pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE = 38
 31073  pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 31074  pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 31075  pkg syscall (linux-arm-cgo), const IP_DF = 16384
 31076  pkg syscall (linux-arm-cgo), const IP_DROP_MEMBERSHIP = 36
 31077  pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
 31078  pkg syscall (linux-arm-cgo), const IP_FREEBIND = 15
 31079  pkg syscall (linux-arm-cgo), const IP_HDRINCL = 3
 31080  pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY = 16
 31081  pkg syscall (linux-arm-cgo), const IP_MAXPACKET = 65535
 31082  pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
 31083  pkg syscall (linux-arm-cgo), const IP_MF = 8192
 31084  pkg syscall (linux-arm-cgo), const IP_MINTTL = 21
 31085  pkg syscall (linux-arm-cgo), const IP_MSFILTER = 41
 31086  pkg syscall (linux-arm-cgo), const IP_MSS = 576
 31087  pkg syscall (linux-arm-cgo), const IP_MTU = 14
 31088  pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER = 10
 31089  pkg syscall (linux-arm-cgo), const IP_MULTICAST_IF = 32
 31090  pkg syscall (linux-arm-cgo), const IP_MULTICAST_LOOP = 34
 31091  pkg syscall (linux-arm-cgo), const IP_MULTICAST_TTL = 33
 31092  pkg syscall (linux-arm-cgo), const IP_OFFMASK = 8191
 31093  pkg syscall (linux-arm-cgo), const IP_OPTIONS = 4
 31094  pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR = 20
 31095  pkg syscall (linux-arm-cgo), const IP_PASSSEC = 18
 31096  pkg syscall (linux-arm-cgo), const IP_PKTINFO = 8
 31097  pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS = 9
 31098  pkg syscall (linux-arm-cgo), const IP_PMTUDISC = 10
 31099  pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO = 2
 31100  pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT = 0
 31101  pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE = 3
 31102  pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT = 1
 31103  pkg syscall (linux-arm-cgo), const IP_RECVERR = 11
 31104  pkg syscall (linux-arm-cgo), const IP_RECVOPTS = 6
 31105  pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR = 20
 31106  pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS = 7
 31107  pkg syscall (linux-arm-cgo), const IP_RECVTOS = 13
 31108  pkg syscall (linux-arm-cgo), const IP_RECVTTL = 12
 31109  pkg syscall (linux-arm-cgo), const IP_RETOPTS = 7
 31110  pkg syscall (linux-arm-cgo), const IP_RF = 32768
 31111  pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT = 5
 31112  pkg syscall (linux-arm-cgo), const IP_TOS = 1
 31113  pkg syscall (linux-arm-cgo), const IP_TRANSPARENT = 19
 31114  pkg syscall (linux-arm-cgo), const IP_TTL = 2
 31115  pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE = 37
 31116  pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY = 17
 31117  pkg syscall (linux-arm-cgo), const ISIG = 1
 31118  pkg syscall (linux-arm-cgo), const ISTRIP = 32
 31119  pkg syscall (linux-arm-cgo), const IUCLC = 512
 31120  pkg syscall (linux-arm-cgo), const IUTF8 = 16384
 31121  pkg syscall (linux-arm-cgo), const IXANY = 2048
 31122  pkg syscall (linux-arm-cgo), const IXOFF = 4096
 31123  pkg syscall (linux-arm-cgo), const IXON = 1024
 31124  pkg syscall (linux-arm-cgo), const ImplementsGetwd = true
 31125  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
 31126  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
 31127  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
 31128  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
 31129  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
 31130  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
 31131  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
 31132  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
 31133  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
 31134  pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
 31135  pkg syscall (linux-arm-cgo), const LOCK_EX = 2
 31136  pkg syscall (linux-arm-cgo), const LOCK_NB = 4
 31137  pkg syscall (linux-arm-cgo), const LOCK_SH = 1
 31138  pkg syscall (linux-arm-cgo), const LOCK_UN = 8
 31139  pkg syscall (linux-arm-cgo), const MADV_DOFORK = 11
 31140  pkg syscall (linux-arm-cgo), const MADV_DONTFORK = 10
 31141  pkg syscall (linux-arm-cgo), const MADV_DONTNEED = 4
 31142  pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE = 14
 31143  pkg syscall (linux-arm-cgo), const MADV_HWPOISON = 100
 31144  pkg syscall (linux-arm-cgo), const MADV_MERGEABLE = 12
 31145  pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE = 15
 31146  pkg syscall (linux-arm-cgo), const MADV_NORMAL = 0
 31147  pkg syscall (linux-arm-cgo), const MADV_RANDOM = 1
 31148  pkg syscall (linux-arm-cgo), const MADV_REMOVE = 9
 31149  pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL = 2
 31150  pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE = 13
 31151  pkg syscall (linux-arm-cgo), const MADV_WILLNEED = 3
 31152  pkg syscall (linux-arm-cgo), const MAP_ANON = 32
 31153  pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS = 32
 31154  pkg syscall (linux-arm-cgo), const MAP_DENYWRITE = 2048
 31155  pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE = 4096
 31156  pkg syscall (linux-arm-cgo), const MAP_FILE = 0
 31157  pkg syscall (linux-arm-cgo), const MAP_FIXED = 16
 31158  pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN = 256
 31159  pkg syscall (linux-arm-cgo), const MAP_LOCKED = 8192
 31160  pkg syscall (linux-arm-cgo), const MAP_NONBLOCK = 65536
 31161  pkg syscall (linux-arm-cgo), const MAP_NORESERVE = 16384
 31162  pkg syscall (linux-arm-cgo), const MAP_POPULATE = 32768
 31163  pkg syscall (linux-arm-cgo), const MAP_PRIVATE = 2
 31164  pkg syscall (linux-arm-cgo), const MAP_SHARED = 1
 31165  pkg syscall (linux-arm-cgo), const MAP_TYPE = 15
 31166  pkg syscall (linux-arm-cgo), const MCL_CURRENT = 1
 31167  pkg syscall (linux-arm-cgo), const MCL_FUTURE = 2
 31168  pkg syscall (linux-arm-cgo), const MNT_DETACH = 2
 31169  pkg syscall (linux-arm-cgo), const MNT_EXPIRE = 4
 31170  pkg syscall (linux-arm-cgo), const MNT_FORCE = 1
 31171  pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC = 1073741824
 31172  pkg syscall (linux-arm-cgo), const MSG_CONFIRM = 2048
 31173  pkg syscall (linux-arm-cgo), const MSG_CTRUNC = 8
 31174  pkg syscall (linux-arm-cgo), const MSG_DONTROUTE = 4
 31175  pkg syscall (linux-arm-cgo), const MSG_DONTWAIT = 64
 31176  pkg syscall (linux-arm-cgo), const MSG_EOR = 128
 31177  pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE = 8192
 31178  pkg syscall (linux-arm-cgo), const MSG_FASTOPEN = 536870912
 31179  pkg syscall (linux-arm-cgo), const MSG_FIN = 512
 31180  pkg syscall (linux-arm-cgo), const MSG_MORE = 32768
 31181  pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL = 16384
 31182  pkg syscall (linux-arm-cgo), const MSG_OOB = 1
 31183  pkg syscall (linux-arm-cgo), const MSG_PEEK = 2
 31184  pkg syscall (linux-arm-cgo), const MSG_PROXY = 16
 31185  pkg syscall (linux-arm-cgo), const MSG_RST = 4096
 31186  pkg syscall (linux-arm-cgo), const MSG_SYN = 1024
 31187  pkg syscall (linux-arm-cgo), const MSG_TRUNC = 32
 31188  pkg syscall (linux-arm-cgo), const MSG_TRYHARD = 4
 31189  pkg syscall (linux-arm-cgo), const MSG_WAITALL = 256
 31190  pkg syscall (linux-arm-cgo), const MSG_WAITFORONE = 65536
 31191  pkg syscall (linux-arm-cgo), const MS_ACTIVE = 1073741824
 31192  pkg syscall (linux-arm-cgo), const MS_ASYNC = 1
 31193  pkg syscall (linux-arm-cgo), const MS_BIND = 4096
 31194  pkg syscall (linux-arm-cgo), const MS_DIRSYNC = 128
 31195  pkg syscall (linux-arm-cgo), const MS_INVALIDATE = 2
 31196  pkg syscall (linux-arm-cgo), const MS_I_VERSION = 8388608
 31197  pkg syscall (linux-arm-cgo), const MS_KERNMOUNT = 4194304
 31198  pkg syscall (linux-arm-cgo), const MS_MANDLOCK = 64
 31199  pkg syscall (linux-arm-cgo), const MS_MGC_MSK = 4294901760
 31200  pkg syscall (linux-arm-cgo), const MS_MGC_VAL = 3236757504
 31201  pkg syscall (linux-arm-cgo), const MS_MOVE = 8192
 31202  pkg syscall (linux-arm-cgo), const MS_NOATIME = 1024
 31203  pkg syscall (linux-arm-cgo), const MS_NODEV = 4
 31204  pkg syscall (linux-arm-cgo), const MS_NODIRATIME = 2048
 31205  pkg syscall (linux-arm-cgo), const MS_NOEXEC = 8
 31206  pkg syscall (linux-arm-cgo), const MS_NOSUID = 2
 31207  pkg syscall (linux-arm-cgo), const MS_NOUSER = -2147483648
 31208  pkg syscall (linux-arm-cgo), const MS_POSIXACL = 65536
 31209  pkg syscall (linux-arm-cgo), const MS_PRIVATE = 262144
 31210  pkg syscall (linux-arm-cgo), const MS_RDONLY = 1
 31211  pkg syscall (linux-arm-cgo), const MS_REC = 16384
 31212  pkg syscall (linux-arm-cgo), const MS_RELATIME = 2097152
 31213  pkg syscall (linux-arm-cgo), const MS_REMOUNT = 32
 31214  pkg syscall (linux-arm-cgo), const MS_RMT_MASK = 8388689
 31215  pkg syscall (linux-arm-cgo), const MS_SHARED = 1048576
 31216  pkg syscall (linux-arm-cgo), const MS_SILENT = 32768
 31217  pkg syscall (linux-arm-cgo), const MS_SLAVE = 524288
 31218  pkg syscall (linux-arm-cgo), const MS_STRICTATIME = 16777216
 31219  pkg syscall (linux-arm-cgo), const MS_SYNC = 4
 31220  pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS = 16
 31221  pkg syscall (linux-arm-cgo), const MS_UNBINDABLE = 131072
 31222  pkg syscall (linux-arm-cgo), const NAME_MAX = 255
 31223  pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP = 1
 31224  pkg syscall (linux-arm-cgo), const NETLINK_AUDIT = 9
 31225  pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR = 4
 31226  pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR = 11
 31227  pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG = 14
 31228  pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP = 2
 31229  pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS = 19
 31230  pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP = 10
 31231  pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL = 3
 31232  pkg syscall (linux-arm-cgo), const NETLINK_GENERIC = 16
 31233  pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG = 4
 31234  pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW = 13
 31235  pkg syscall (linux-arm-cgo), const NETLINK_ISCSI = 8
 31236  pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT = 15
 31237  pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER = 12
 31238  pkg syscall (linux-arm-cgo), const NETLINK_NFLOG = 5
 31239  pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS = 5
 31240  pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO = 3
 31241  pkg syscall (linux-arm-cgo), const NETLINK_RDMA = 20
 31242  pkg syscall (linux-arm-cgo), const NETLINK_ROUTE = 0
 31243  pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT = 18
 31244  pkg syscall (linux-arm-cgo), const NETLINK_SELINUX = 7
 31245  pkg syscall (linux-arm-cgo), const NETLINK_UNUSED = 1
 31246  pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK = 2
 31247  pkg syscall (linux-arm-cgo), const NETLINK_XFRM = 6
 31248  pkg syscall (linux-arm-cgo), const NLA_ALIGNTO = 4
 31249  pkg syscall (linux-arm-cgo), const NLA_F_NESTED = 32768
 31250  pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER = 16384
 31251  pkg syscall (linux-arm-cgo), const NLA_HDRLEN = 4
 31252  pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO = 4
 31253  pkg syscall (linux-arm-cgo), const NLMSG_DONE = 3
 31254  pkg syscall (linux-arm-cgo), const NLMSG_ERROR = 2
 31255  pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN = 16
 31256  pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE = 16
 31257  pkg syscall (linux-arm-cgo), const NLMSG_NOOP = 1
 31258  pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN = 4
 31259  pkg syscall (linux-arm-cgo), const NLM_F_ACK = 4
 31260  pkg syscall (linux-arm-cgo), const NLM_F_APPEND = 2048
 31261  pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC = 1024
 31262  pkg syscall (linux-arm-cgo), const NLM_F_CREATE = 1024
 31263  pkg syscall (linux-arm-cgo), const NLM_F_DUMP = 768
 31264  pkg syscall (linux-arm-cgo), const NLM_F_ECHO = 8
 31265  pkg syscall (linux-arm-cgo), const NLM_F_EXCL = 512
 31266  pkg syscall (linux-arm-cgo), const NLM_F_MATCH = 512
 31267  pkg syscall (linux-arm-cgo), const NLM_F_MULTI = 2
 31268  pkg syscall (linux-arm-cgo), const NLM_F_REPLACE = 256
 31269  pkg syscall (linux-arm-cgo), const NLM_F_REQUEST = 1
 31270  pkg syscall (linux-arm-cgo), const NLM_F_ROOT = 256
 31271  pkg syscall (linux-arm-cgo), const NOFLSH = 128
 31272  pkg syscall (linux-arm-cgo), const OCRNL = 8
 31273  pkg syscall (linux-arm-cgo), const OFDEL = 128
 31274  pkg syscall (linux-arm-cgo), const OFILL = 64
 31275  pkg syscall (linux-arm-cgo), const OLCUC = 2
 31276  pkg syscall (linux-arm-cgo), const ONLCR = 4
 31277  pkg syscall (linux-arm-cgo), const ONLRET = 32
 31278  pkg syscall (linux-arm-cgo), const ONOCR = 16
 31279  pkg syscall (linux-arm-cgo), const OPOST = 1
 31280  pkg syscall (linux-arm-cgo), const O_ACCMODE = 3
 31281  pkg syscall (linux-arm-cgo), const O_APPEND = 1024
 31282  pkg syscall (linux-arm-cgo), const O_ASYNC = 8192
 31283  pkg syscall (linux-arm-cgo), const O_CLOEXEC = 524288
 31284  pkg syscall (linux-arm-cgo), const O_CREAT = 64
 31285  pkg syscall (linux-arm-cgo), const O_DIRECT = 65536
 31286  pkg syscall (linux-arm-cgo), const O_DIRECTORY = 16384
 31287  pkg syscall (linux-arm-cgo), const O_DSYNC = 4096
 31288  pkg syscall (linux-arm-cgo), const O_EXCL = 128
 31289  pkg syscall (linux-arm-cgo), const O_FSYNC = 4096
 31290  pkg syscall (linux-arm-cgo), const O_LARGEFILE = 131072
 31291  pkg syscall (linux-arm-cgo), const O_NDELAY = 2048
 31292  pkg syscall (linux-arm-cgo), const O_NOATIME = 262144
 31293  pkg syscall (linux-arm-cgo), const O_NOCTTY = 256
 31294  pkg syscall (linux-arm-cgo), const O_NOFOLLOW = 32768
 31295  pkg syscall (linux-arm-cgo), const O_NONBLOCK = 2048
 31296  pkg syscall (linux-arm-cgo), const O_RSYNC = 4096
 31297  pkg syscall (linux-arm-cgo), const O_SYNC = 4096
 31298  pkg syscall (linux-arm-cgo), const O_TRUNC = 512
 31299  pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP = 1
 31300  pkg syscall (linux-arm-cgo), const PACKET_BROADCAST = 1
 31301  pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP = 2
 31302  pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE = 6
 31303  pkg syscall (linux-arm-cgo), const PACKET_HOST = 0
 31304  pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK = 5
 31305  pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI = 2
 31306  pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST = 0
 31307  pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC = 1
 31308  pkg syscall (linux-arm-cgo), const PACKET_MULTICAST = 2
 31309  pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST = 3
 31310  pkg syscall (linux-arm-cgo), const PACKET_OUTGOING = 4
 31311  pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT = 3
 31312  pkg syscall (linux-arm-cgo), const PACKET_RX_RING = 5
 31313  pkg syscall (linux-arm-cgo), const PACKET_STATISTICS = 6
 31314  pkg syscall (linux-arm-cgo), const PARENB = 256
 31315  pkg syscall (linux-arm-cgo), const PARMRK = 8
 31316  pkg syscall (linux-arm-cgo), const PARODD = 512
 31317  pkg syscall (linux-arm-cgo), const PENDIN = 16384
 31318  pkg syscall (linux-arm-cgo), const PROT_EXEC = 4
 31319  pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN = 16777216
 31320  pkg syscall (linux-arm-cgo), const PROT_GROWSUP = 33554432
 31321  pkg syscall (linux-arm-cgo), const PROT_NONE = 0
 31322  pkg syscall (linux-arm-cgo), const PROT_READ = 1
 31323  pkg syscall (linux-arm-cgo), const PROT_WRITE = 2
 31324  pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP = 24
 31325  pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ = 23
 31326  pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER = 37
 31327  pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG = 0
 31328  pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE = 1
 31329  pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE = 2
 31330  pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT = 1
 31331  pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE = 2
 31332  pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC = 2
 31333  pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED = 0
 31334  pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV = 65536
 31335  pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV = 1048576
 31336  pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV = 1
 31337  pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF = 131072
 31338  pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE = 3
 31339  pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES = 524288
 31340  pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE = 128
 31341  pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND = 262144
 31342  pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE = 3
 31343  pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN = 19
 31344  pkg syscall (linux-arm-cgo), const PR_GET_FPEMU = 9
 31345  pkg syscall (linux-arm-cgo), const PR_GET_FPEXC = 11
 31346  pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS = 7
 31347  pkg syscall (linux-arm-cgo), const PR_GET_NAME = 16
 31348  pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG = 2
 31349  pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP = 21
 31350  pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER = 35
 31351  pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS = 27
 31352  pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK = 30
 31353  pkg syscall (linux-arm-cgo), const PR_GET_TIMING = 13
 31354  pkg syscall (linux-arm-cgo), const PR_GET_TSC = 25
 31355  pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN = 5
 31356  pkg syscall (linux-arm-cgo), const PR_MCE_KILL = 33
 31357  pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR = 0
 31358  pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT = 2
 31359  pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY = 1
 31360  pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET = 34
 31361  pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE = 0
 31362  pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET = 1
 31363  pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT = 1
 31364  pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL = 0
 31365  pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE = 4
 31366  pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN = 20
 31367  pkg syscall (linux-arm-cgo), const PR_SET_FPEMU = 10
 31368  pkg syscall (linux-arm-cgo), const PR_SET_FPEXC = 12
 31369  pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS = 8
 31370  pkg syscall (linux-arm-cgo), const PR_SET_NAME = 15
 31371  pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG = 1
 31372  pkg syscall (linux-arm-cgo), const PR_SET_PTRACER = 1499557217
 31373  pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP = 22
 31374  pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER = 36
 31375  pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS = 28
 31376  pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK = 29
 31377  pkg syscall (linux-arm-cgo), const PR_SET_TIMING = 14
 31378  pkg syscall (linux-arm-cgo), const PR_SET_TSC = 26
 31379  pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN = 6
 31380  pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
 31381  pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
 31382  pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL = 0
 31383  pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP = 1
 31384  pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE = 1
 31385  pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV = 2
 31386  pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT = 1
 31387  pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS = 2
 31388  pkg syscall (linux-arm-cgo), const PTRACE_ATTACH = 16
 31389  pkg syscall (linux-arm-cgo), const PTRACE_CONT = 7
 31390  pkg syscall (linux-arm-cgo), const PTRACE_DETACH = 17
 31391  pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE = 3
 31392  pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC = 4
 31393  pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT = 6
 31394  pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK = 1
 31395  pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK = 2
 31396  pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE = 5
 31397  pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS = 25
 31398  pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG = 16897
 31399  pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS = 14
 31400  pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS = 29
 31401  pkg syscall (linux-arm-cgo), const PTRACE_GETREGS = 12
 31402  pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET = 16900
 31403  pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO = 16898
 31404  pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS = 27
 31405  pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS = 18
 31406  pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA = 22
 31407  pkg syscall (linux-arm-cgo), const PTRACE_KILL = 8
 31408  pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS = 21
 31409  pkg syscall (linux-arm-cgo), const PTRACE_O_MASK = 127
 31410  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE = 8
 31411  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC = 16
 31412  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT = 64
 31413  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK = 2
 31414  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD = 1
 31415  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK = 4
 31416  pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE = 32
 31417  pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA = 2
 31418  pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT = 1
 31419  pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR = 3
 31420  pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA = 5
 31421  pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT = 4
 31422  pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR = 6
 31423  pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS = 26
 31424  pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS = 15
 31425  pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS = 30
 31426  pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS = 16896
 31427  pkg syscall (linux-arm-cgo), const PTRACE_SETREGS = 13
 31428  pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET = 16901
 31429  pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO = 16899
 31430  pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS = 28
 31431  pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS = 19
 31432  pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL = 23
 31433  pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP = 9
 31434  pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL = 24
 31435  pkg syscall (linux-arm-cgo), const PTRACE_TRACEME = 0
 31436  pkg syscall (linux-arm-cgo), const PT_DATA_ADDR = 65540
 31437  pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR = 65536
 31438  pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR = 65544
 31439  pkg syscall (linux-arm-cgo), const PathMax = 4096
 31440  pkg syscall (linux-arm-cgo), const RLIMIT_AS = 9
 31441  pkg syscall (linux-arm-cgo), const RLIMIT_CORE = 4
 31442  pkg syscall (linux-arm-cgo), const RLIMIT_CPU = 0
 31443  pkg syscall (linux-arm-cgo), const RLIMIT_DATA = 2
 31444  pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE = 1
 31445  pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE = 7
 31446  pkg syscall (linux-arm-cgo), const RLIMIT_STACK = 3
 31447  pkg syscall (linux-arm-cgo), const RLIM_INFINITY = -1
 31448  pkg syscall (linux-arm-cgo), const RTAX_ADVMSS = 8
 31449  pkg syscall (linux-arm-cgo), const RTAX_CWND = 7
 31450  pkg syscall (linux-arm-cgo), const RTAX_FEATURES = 12
 31451  pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG = 8
 31452  pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN = 1
 31453  pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK = 2
 31454  pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP = 4
 31455  pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT = 10
 31456  pkg syscall (linux-arm-cgo), const RTAX_INITCWND = 11
 31457  pkg syscall (linux-arm-cgo), const RTAX_INITRWND = 14
 31458  pkg syscall (linux-arm-cgo), const RTAX_LOCK = 1
 31459  pkg syscall (linux-arm-cgo), const RTAX_MAX = 14
 31460  pkg syscall (linux-arm-cgo), const RTAX_MTU = 2
 31461  pkg syscall (linux-arm-cgo), const RTAX_REORDERING = 9
 31462  pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN = 13
 31463  pkg syscall (linux-arm-cgo), const RTAX_RTT = 4
 31464  pkg syscall (linux-arm-cgo), const RTAX_RTTVAR = 5
 31465  pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH = 6
 31466  pkg syscall (linux-arm-cgo), const RTAX_UNSPEC = 0
 31467  pkg syscall (linux-arm-cgo), const RTAX_WINDOW = 3
 31468  pkg syscall (linux-arm-cgo), const RTA_ALIGNTO = 4
 31469  pkg syscall (linux-arm-cgo), const RTA_CACHEINFO = 12
 31470  pkg syscall (linux-arm-cgo), const RTA_DST = 1
 31471  pkg syscall (linux-arm-cgo), const RTA_FLOW = 11
 31472  pkg syscall (linux-arm-cgo), const RTA_GATEWAY = 5
 31473  pkg syscall (linux-arm-cgo), const RTA_IIF = 3
 31474  pkg syscall (linux-arm-cgo), const RTA_MAX = 16
 31475  pkg syscall (linux-arm-cgo), const RTA_METRICS = 8
 31476  pkg syscall (linux-arm-cgo), const RTA_MULTIPATH = 9
 31477  pkg syscall (linux-arm-cgo), const RTA_OIF = 4
 31478  pkg syscall (linux-arm-cgo), const RTA_PREFSRC = 7
 31479  pkg syscall (linux-arm-cgo), const RTA_PRIORITY = 6
 31480  pkg syscall (linux-arm-cgo), const RTA_SRC = 2
 31481  pkg syscall (linux-arm-cgo), const RTA_TABLE = 15
 31482  pkg syscall (linux-arm-cgo), const RTA_UNSPEC = 0
 31483  pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC = 67108864
 31484  pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT = 16777216
 31485  pkg syscall (linux-arm-cgo), const RTCF_LOG = 33554432
 31486  pkg syscall (linux-arm-cgo), const RTCF_MASQ = 4194304
 31487  pkg syscall (linux-arm-cgo), const RTCF_NAT = 8388608
 31488  pkg syscall (linux-arm-cgo), const RTCF_VALVE = 2097152
 31489  pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK = 4160749568
 31490  pkg syscall (linux-arm-cgo), const RTF_ADDRCONF = 262144
 31491  pkg syscall (linux-arm-cgo), const RTF_ALLONLINK = 131072
 31492  pkg syscall (linux-arm-cgo), const RTF_BROADCAST = 268435456
 31493  pkg syscall (linux-arm-cgo), const RTF_CACHE = 16777216
 31494  pkg syscall (linux-arm-cgo), const RTF_DEFAULT = 65536
 31495  pkg syscall (linux-arm-cgo), const RTF_DYNAMIC = 16
 31496  pkg syscall (linux-arm-cgo), const RTF_FLOW = 33554432
 31497  pkg syscall (linux-arm-cgo), const RTF_GATEWAY = 2
 31498  pkg syscall (linux-arm-cgo), const RTF_HOST = 4
 31499  pkg syscall (linux-arm-cgo), const RTF_INTERFACE = 1073741824
 31500  pkg syscall (linux-arm-cgo), const RTF_IRTT = 256
 31501  pkg syscall (linux-arm-cgo), const RTF_LINKRT = 1048576
 31502  pkg syscall (linux-arm-cgo), const RTF_LOCAL = 2147483648
 31503  pkg syscall (linux-arm-cgo), const RTF_MODIFIED = 32
 31504  pkg syscall (linux-arm-cgo), const RTF_MSS = 64
 31505  pkg syscall (linux-arm-cgo), const RTF_MTU = 64
 31506  pkg syscall (linux-arm-cgo), const RTF_MULTICAST = 536870912
 31507  pkg syscall (linux-arm-cgo), const RTF_NAT = 134217728
 31508  pkg syscall (linux-arm-cgo), const RTF_NOFORWARD = 4096
 31509  pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP = 2097152
 31510  pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC = 16384
 31511  pkg syscall (linux-arm-cgo), const RTF_POLICY = 67108864
 31512  pkg syscall (linux-arm-cgo), const RTF_REINSTATE = 8
 31513  pkg syscall (linux-arm-cgo), const RTF_REJECT = 512
 31514  pkg syscall (linux-arm-cgo), const RTF_STATIC = 1024
 31515  pkg syscall (linux-arm-cgo), const RTF_THROW = 8192
 31516  pkg syscall (linux-arm-cgo), const RTF_UP = 1
 31517  pkg syscall (linux-arm-cgo), const RTF_WINDOW = 128
 31518  pkg syscall (linux-arm-cgo), const RTF_XRESOLVE = 2048
 31519  pkg syscall (linux-arm-cgo), const RTM_BASE = 16
 31520  pkg syscall (linux-arm-cgo), const RTM_DELACTION = 49
 31521  pkg syscall (linux-arm-cgo), const RTM_DELADDR = 21
 31522  pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL = 73
 31523  pkg syscall (linux-arm-cgo), const RTM_DELLINK = 17
 31524  pkg syscall (linux-arm-cgo), const RTM_DELNEIGH = 29
 31525  pkg syscall (linux-arm-cgo), const RTM_DELQDISC = 37
 31526  pkg syscall (linux-arm-cgo), const RTM_DELROUTE = 25
 31527  pkg syscall (linux-arm-cgo), const RTM_DELRULE = 33
 31528  pkg syscall (linux-arm-cgo), const RTM_DELTCLASS = 41
 31529  pkg syscall (linux-arm-cgo), const RTM_DELTFILTER = 45
 31530  pkg syscall (linux-arm-cgo), const RTM_F_CLONED = 512
 31531  pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE = 1024
 31532  pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY = 256
 31533  pkg syscall (linux-arm-cgo), const RTM_F_PREFIX = 2048
 31534  pkg syscall (linux-arm-cgo), const RTM_GETACTION = 50
 31535  pkg syscall (linux-arm-cgo), const RTM_GETADDR = 22
 31536  pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL = 74
 31537  pkg syscall (linux-arm-cgo), const RTM_GETANYCAST = 62
 31538  pkg syscall (linux-arm-cgo), const RTM_GETDCB = 78
 31539  pkg syscall (linux-arm-cgo), const RTM_GETLINK = 18
 31540  pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST = 58
 31541  pkg syscall (linux-arm-cgo), const RTM_GETNEIGH = 30
 31542  pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL = 66
 31543  pkg syscall (linux-arm-cgo), const RTM_GETQDISC = 38
 31544  pkg syscall (linux-arm-cgo), const RTM_GETROUTE = 26
 31545  pkg syscall (linux-arm-cgo), const RTM_GETRULE = 34
 31546  pkg syscall (linux-arm-cgo), const RTM_GETTCLASS = 42
 31547  pkg syscall (linux-arm-cgo), const RTM_GETTFILTER = 46
 31548  pkg syscall (linux-arm-cgo), const RTM_MAX = 79
 31549  pkg syscall (linux-arm-cgo), const RTM_NEWACTION = 48
 31550  pkg syscall (linux-arm-cgo), const RTM_NEWADDR = 20
 31551  pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL = 72
 31552  pkg syscall (linux-arm-cgo), const RTM_NEWLINK = 16
 31553  pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT = 68
 31554  pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH = 28
 31555  pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL = 64
 31556  pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX = 52
 31557  pkg syscall (linux-arm-cgo), const RTM_NEWQDISC = 36
 31558  pkg syscall (linux-arm-cgo), const RTM_NEWROUTE = 24
 31559  pkg syscall (linux-arm-cgo), const RTM_NEWRULE = 32
 31560  pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS = 40
 31561  pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER = 44
 31562  pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES = 16
 31563  pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES = 64
 31564  pkg syscall (linux-arm-cgo), const RTM_SETDCB = 79
 31565  pkg syscall (linux-arm-cgo), const RTM_SETLINK = 19
 31566  pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL = 67
 31567  pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO = 4
 31568  pkg syscall (linux-arm-cgo), const RTNH_F_DEAD = 1
 31569  pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK = 4
 31570  pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE = 2
 31571  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR = 5
 31572  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE = 6
 31573  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE = 7
 31574  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE = 8
 31575  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR = 9
 31576  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO = 12
 31577  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE = 10
 31578  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX = 18
 31579  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE = 11
 31580  pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE = 19
 31581  pkg syscall (linux-arm-cgo), const RTNLGRP_LINK = 1
 31582  pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT = 20
 31583  pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH = 3
 31584  pkg syscall (linux-arm-cgo), const RTNLGRP_NONE = 0
 31585  pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY = 2
 31586  pkg syscall (linux-arm-cgo), const RTNLGRP_TC = 4
 31587  pkg syscall (linux-arm-cgo), const RTN_ANYCAST = 4
 31588  pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE = 6
 31589  pkg syscall (linux-arm-cgo), const RTN_BROADCAST = 3
 31590  pkg syscall (linux-arm-cgo), const RTN_LOCAL = 2
 31591  pkg syscall (linux-arm-cgo), const RTN_MAX = 11
 31592  pkg syscall (linux-arm-cgo), const RTN_MULTICAST = 5
 31593  pkg syscall (linux-arm-cgo), const RTN_NAT = 10
 31594  pkg syscall (linux-arm-cgo), const RTN_PROHIBIT = 8
 31595  pkg syscall (linux-arm-cgo), const RTN_THROW = 9
 31596  pkg syscall (linux-arm-cgo), const RTN_UNICAST = 1
 31597  pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE = 7
 31598  pkg syscall (linux-arm-cgo), const RTN_UNSPEC = 0
 31599  pkg syscall (linux-arm-cgo), const RTN_XRESOLVE = 11
 31600  pkg syscall (linux-arm-cgo), const RTPROT_BIRD = 12
 31601  pkg syscall (linux-arm-cgo), const RTPROT_BOOT = 3
 31602  pkg syscall (linux-arm-cgo), const RTPROT_DHCP = 16
 31603  pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED = 13
 31604  pkg syscall (linux-arm-cgo), const RTPROT_GATED = 8
 31605  pkg syscall (linux-arm-cgo), const RTPROT_KERNEL = 2
 31606  pkg syscall (linux-arm-cgo), const RTPROT_MRT = 10
 31607  pkg syscall (linux-arm-cgo), const RTPROT_NTK = 15
 31608  pkg syscall (linux-arm-cgo), const RTPROT_RA = 9
 31609  pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT = 1
 31610  pkg syscall (linux-arm-cgo), const RTPROT_STATIC = 4
 31611  pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC = 0
 31612  pkg syscall (linux-arm-cgo), const RTPROT_XORP = 14
 31613  pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA = 11
 31614  pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT = 253
 31615  pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL = 255
 31616  pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN = 254
 31617  pkg syscall (linux-arm-cgo), const RT_CLASS_MAX = 255
 31618  pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC = 0
 31619  pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST = 254
 31620  pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK = 253
 31621  pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE = 255
 31622  pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE = 200
 31623  pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE = 0
 31624  pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT = 252
 31625  pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT = 253
 31626  pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL = 255
 31627  pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN = 254
 31628  pkg syscall (linux-arm-cgo), const RT_TABLE_MAX = 4294967295
 31629  pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC = 0
 31630  pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN = -1
 31631  pkg syscall (linux-arm-cgo), const RUSAGE_SELF = 0
 31632  pkg syscall (linux-arm-cgo), const RUSAGE_THREAD = 1
 31633  pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS = 2
 31634  pkg syscall (linux-arm-cgo), const SCM_RIGHTS = 1
 31635  pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP = 29
 31636  pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING = 37
 31637  pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS = 35
 31638  pkg syscall (linux-arm-cgo), const SIGBUS = 7
 31639  pkg syscall (linux-arm-cgo), const SIGCHLD = 17
 31640  pkg syscall (linux-arm-cgo), const SIGCLD = 17
 31641  pkg syscall (linux-arm-cgo), const SIGCONT = 18
 31642  pkg syscall (linux-arm-cgo), const SIGIO = 29
 31643  pkg syscall (linux-arm-cgo), const SIGIOT = 6
 31644  pkg syscall (linux-arm-cgo), const SIGPOLL = 29
 31645  pkg syscall (linux-arm-cgo), const SIGPROF = 27
 31646  pkg syscall (linux-arm-cgo), const SIGPWR = 30
 31647  pkg syscall (linux-arm-cgo), const SIGSTKFLT = 16
 31648  pkg syscall (linux-arm-cgo), const SIGSTOP = 19
 31649  pkg syscall (linux-arm-cgo), const SIGSYS = 31
 31650  pkg syscall (linux-arm-cgo), const SIGTSTP = 20
 31651  pkg syscall (linux-arm-cgo), const SIGTTIN = 21
 31652  pkg syscall (linux-arm-cgo), const SIGTTOU = 22
 31653  pkg syscall (linux-arm-cgo), const SIGUNUSED = 31
 31654  pkg syscall (linux-arm-cgo), const SIGURG = 23
 31655  pkg syscall (linux-arm-cgo), const SIGUSR1 = 10
 31656  pkg syscall (linux-arm-cgo), const SIGUSR2 = 12
 31657  pkg syscall (linux-arm-cgo), const SIGVTALRM = 26
 31658  pkg syscall (linux-arm-cgo), const SIGWINCH = 28
 31659  pkg syscall (linux-arm-cgo), const SIGXCPU = 24
 31660  pkg syscall (linux-arm-cgo), const SIGXFSZ = 25
 31661  pkg syscall (linux-arm-cgo), const SIOCADDDLCI = 35200
 31662  pkg syscall (linux-arm-cgo), const SIOCADDMULTI = 35121
 31663  pkg syscall (linux-arm-cgo), const SIOCADDRT = 35083
 31664  pkg syscall (linux-arm-cgo), const SIOCATMARK = 35077
 31665  pkg syscall (linux-arm-cgo), const SIOCDARP = 35155
 31666  pkg syscall (linux-arm-cgo), const SIOCDELDLCI = 35201
 31667  pkg syscall (linux-arm-cgo), const SIOCDELMULTI = 35122
 31668  pkg syscall (linux-arm-cgo), const SIOCDELRT = 35084
 31669  pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE = 35312
 31670  pkg syscall (linux-arm-cgo), const SIOCDIFADDR = 35126
 31671  pkg syscall (linux-arm-cgo), const SIOCDRARP = 35168
 31672  pkg syscall (linux-arm-cgo), const SIOCGARP = 35156
 31673  pkg syscall (linux-arm-cgo), const SIOCGIFADDR = 35093
 31674  pkg syscall (linux-arm-cgo), const SIOCGIFBR = 35136
 31675  pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR = 35097
 31676  pkg syscall (linux-arm-cgo), const SIOCGIFCONF = 35090
 31677  pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT = 35128
 31678  pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR = 35095
 31679  pkg syscall (linux-arm-cgo), const SIOCGIFENCAP = 35109
 31680  pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS = 35091
 31681  pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR = 35111
 31682  pkg syscall (linux-arm-cgo), const SIOCGIFINDEX = 35123
 31683  pkg syscall (linux-arm-cgo), const SIOCGIFMAP = 35184
 31684  pkg syscall (linux-arm-cgo), const SIOCGIFMEM = 35103
 31685  pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC = 35101
 31686  pkg syscall (linux-arm-cgo), const SIOCGIFMTU = 35105
 31687  pkg syscall (linux-arm-cgo), const SIOCGIFNAME = 35088
 31688  pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK = 35099
 31689  pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS = 35125
 31690  pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE = 35113
 31691  pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN = 35138
 31692  pkg syscall (linux-arm-cgo), const SIOCGPGRP = 35076
 31693  pkg syscall (linux-arm-cgo), const SIOCGRARP = 35169
 31694  pkg syscall (linux-arm-cgo), const SIOCGSTAMP = 35078
 31695  pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS = 35079
 31696  pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE = 35296
 31697  pkg syscall (linux-arm-cgo), const SIOCRTMSG = 35085
 31698  pkg syscall (linux-arm-cgo), const SIOCSARP = 35157
 31699  pkg syscall (linux-arm-cgo), const SIOCSIFADDR = 35094
 31700  pkg syscall (linux-arm-cgo), const SIOCSIFBR = 35137
 31701  pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR = 35098
 31702  pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR = 35096
 31703  pkg syscall (linux-arm-cgo), const SIOCSIFENCAP = 35110
 31704  pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS = 35092
 31705  pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR = 35108
 31706  pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST = 35127
 31707  pkg syscall (linux-arm-cgo), const SIOCSIFLINK = 35089
 31708  pkg syscall (linux-arm-cgo), const SIOCSIFMAP = 35185
 31709  pkg syscall (linux-arm-cgo), const SIOCSIFMEM = 35104
 31710  pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC = 35102
 31711  pkg syscall (linux-arm-cgo), const SIOCSIFMTU = 35106
 31712  pkg syscall (linux-arm-cgo), const SIOCSIFNAME = 35107
 31713  pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK = 35100
 31714  pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS = 35124
 31715  pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE = 35120
 31716  pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN = 35139
 31717  pkg syscall (linux-arm-cgo), const SIOCSPGRP = 35074
 31718  pkg syscall (linux-arm-cgo), const SIOCSRARP = 35170
 31719  pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC = 524288
 31720  pkg syscall (linux-arm-cgo), const SOCK_DCCP = 6
 31721  pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK = 2048
 31722  pkg syscall (linux-arm-cgo), const SOCK_PACKET = 10
 31723  pkg syscall (linux-arm-cgo), const SOCK_RDM = 4
 31724  pkg syscall (linux-arm-cgo), const SOL_AAL = 265
 31725  pkg syscall (linux-arm-cgo), const SOL_ATM = 264
 31726  pkg syscall (linux-arm-cgo), const SOL_DECNET = 261
 31727  pkg syscall (linux-arm-cgo), const SOL_ICMPV6 = 58
 31728  pkg syscall (linux-arm-cgo), const SOL_IP = 0
 31729  pkg syscall (linux-arm-cgo), const SOL_IPV6 = 41
 31730  pkg syscall (linux-arm-cgo), const SOL_IRDA = 266
 31731  pkg syscall (linux-arm-cgo), const SOL_PACKET = 263
 31732  pkg syscall (linux-arm-cgo), const SOL_RAW = 255
 31733  pkg syscall (linux-arm-cgo), const SOL_SOCKET = 1
 31734  pkg syscall (linux-arm-cgo), const SOL_TCP = 6
 31735  pkg syscall (linux-arm-cgo), const SOL_X25 = 262
 31736  pkg syscall (linux-arm-cgo), const SOMAXCONN = 128
 31737  pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN = 30
 31738  pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER = 26
 31739  pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE = 25
 31740  pkg syscall (linux-arm-cgo), const SO_BROADCAST = 6
 31741  pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT = 14
 31742  pkg syscall (linux-arm-cgo), const SO_DEBUG = 1
 31743  pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER = 27
 31744  pkg syscall (linux-arm-cgo), const SO_DOMAIN = 39
 31745  pkg syscall (linux-arm-cgo), const SO_DONTROUTE = 5
 31746  pkg syscall (linux-arm-cgo), const SO_ERROR = 4
 31747  pkg syscall (linux-arm-cgo), const SO_KEEPALIVE = 9
 31748  pkg syscall (linux-arm-cgo), const SO_LINGER = 13
 31749  pkg syscall (linux-arm-cgo), const SO_MARK = 36
 31750  pkg syscall (linux-arm-cgo), const SO_NO_CHECK = 11
 31751  pkg syscall (linux-arm-cgo), const SO_OOBINLINE = 10
 31752  pkg syscall (linux-arm-cgo), const SO_PASSCRED = 16
 31753  pkg syscall (linux-arm-cgo), const SO_PASSSEC = 34
 31754  pkg syscall (linux-arm-cgo), const SO_PEERCRED = 17
 31755  pkg syscall (linux-arm-cgo), const SO_PEERNAME = 28
 31756  pkg syscall (linux-arm-cgo), const SO_PEERSEC = 31
 31757  pkg syscall (linux-arm-cgo), const SO_PRIORITY = 12
 31758  pkg syscall (linux-arm-cgo), const SO_PROTOCOL = 38
 31759  pkg syscall (linux-arm-cgo), const SO_RCVBUF = 8
 31760  pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE = 33
 31761  pkg syscall (linux-arm-cgo), const SO_RCVLOWAT = 18
 31762  pkg syscall (linux-arm-cgo), const SO_RCVTIMEO = 20
 31763  pkg syscall (linux-arm-cgo), const SO_REUSEADDR = 2
 31764  pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL = 40
 31765  pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION = 22
 31766  pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
 31767  pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
 31768  pkg syscall (linux-arm-cgo), const SO_SNDBUF = 7
 31769  pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE = 32
 31770  pkg syscall (linux-arm-cgo), const SO_SNDLOWAT = 19
 31771  pkg syscall (linux-arm-cgo), const SO_SNDTIMEO = 21
 31772  pkg syscall (linux-arm-cgo), const SO_TIMESTAMP = 29
 31773  pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING = 37
 31774  pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS = 35
 31775  pkg syscall (linux-arm-cgo), const SO_TYPE = 3
 31776  pkg syscall (linux-arm-cgo), const SYS_ACCEPT = 285
 31777  pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 = 366
 31778  pkg syscall (linux-arm-cgo), const SYS_ACCESS = 33
 31779  pkg syscall (linux-arm-cgo), const SYS_ACCT = 51
 31780  pkg syscall (linux-arm-cgo), const SYS_ADD_KEY = 309
 31781  pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX = 124
 31782  pkg syscall (linux-arm-cgo), const SYS_ALARM = 27
 31783  pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 = 270
 31784  pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE = 341
 31785  pkg syscall (linux-arm-cgo), const SYS_BDFLUSH = 134
 31786  pkg syscall (linux-arm-cgo), const SYS_BIND = 282
 31787  pkg syscall (linux-arm-cgo), const SYS_BRK = 45
 31788  pkg syscall (linux-arm-cgo), const SYS_CAPGET = 184
 31789  pkg syscall (linux-arm-cgo), const SYS_CAPSET = 185
 31790  pkg syscall (linux-arm-cgo), const SYS_CHDIR = 12
 31791  pkg syscall (linux-arm-cgo), const SYS_CHMOD = 15
 31792  pkg syscall (linux-arm-cgo), const SYS_CHOWN = 182
 31793  pkg syscall (linux-arm-cgo), const SYS_CHOWN32 = 212
 31794  pkg syscall (linux-arm-cgo), const SYS_CHROOT = 61
 31795  pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME = 372
 31796  pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES = 264
 31797  pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME = 263
 31798  pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP = 265
 31799  pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME = 262
 31800  pkg syscall (linux-arm-cgo), const SYS_CLONE = 120
 31801  pkg syscall (linux-arm-cgo), const SYS_CLOSE = 6
 31802  pkg syscall (linux-arm-cgo), const SYS_CONNECT = 283
 31803  pkg syscall (linux-arm-cgo), const SYS_CREAT = 8
 31804  pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE = 129
 31805  pkg syscall (linux-arm-cgo), const SYS_DUP = 41
 31806  pkg syscall (linux-arm-cgo), const SYS_DUP2 = 63
 31807  pkg syscall (linux-arm-cgo), const SYS_DUP3 = 358
 31808  pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE = 250
 31809  pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 = 357
 31810  pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL = 251
 31811  pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT = 346
 31812  pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT = 252
 31813  pkg syscall (linux-arm-cgo), const SYS_EVENTFD = 351
 31814  pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 = 356
 31815  pkg syscall (linux-arm-cgo), const SYS_EXECVE = 11
 31816  pkg syscall (linux-arm-cgo), const SYS_EXIT = 1
 31817  pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP = 248
 31818  pkg syscall (linux-arm-cgo), const SYS_FACCESSAT = 334
 31819  pkg syscall (linux-arm-cgo), const SYS_FALLOCATE = 352
 31820  pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT = 367
 31821  pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK = 368
 31822  pkg syscall (linux-arm-cgo), const SYS_FCHDIR = 133
 31823  pkg syscall (linux-arm-cgo), const SYS_FCHMOD = 94
 31824  pkg syscall (linux-arm-cgo), const SYS_FCHMODAT = 333
 31825  pkg syscall (linux-arm-cgo), const SYS_FCHOWN = 95
 31826  pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 = 207
 31827  pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT = 325
 31828  pkg syscall (linux-arm-cgo), const SYS_FCNTL = 55
 31829  pkg syscall (linux-arm-cgo), const SYS_FCNTL64 = 221
 31830  pkg syscall (linux-arm-cgo), const SYS_FDATASYNC = 148
 31831  pkg syscall (linux-arm-cgo), const SYS_FGETXATTR = 231
 31832  pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR = 234
 31833  pkg syscall (linux-arm-cgo), const SYS_FLOCK = 143
 31834  pkg syscall (linux-arm-cgo), const SYS_FORK = 2
 31835  pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR = 237
 31836  pkg syscall (linux-arm-cgo), const SYS_FSETXATTR = 228
 31837  pkg syscall (linux-arm-cgo), const SYS_FSTAT = 108
 31838  pkg syscall (linux-arm-cgo), const SYS_FSTAT64 = 197
 31839  pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 = 327
 31840  pkg syscall (linux-arm-cgo), const SYS_FSTATFS = 100
 31841  pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 = 267
 31842  pkg syscall (linux-arm-cgo), const SYS_FSYNC = 118
 31843  pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE = 93
 31844  pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 = 194
 31845  pkg syscall (linux-arm-cgo), const SYS_FUTEX = 240
 31846  pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT = 326
 31847  pkg syscall (linux-arm-cgo), const SYS_GETCPU = 345
 31848  pkg syscall (linux-arm-cgo), const SYS_GETCWD = 183
 31849  pkg syscall (linux-arm-cgo), const SYS_GETDENTS = 141
 31850  pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 = 217
 31851  pkg syscall (linux-arm-cgo), const SYS_GETEGID = 50
 31852  pkg syscall (linux-arm-cgo), const SYS_GETEGID32 = 202
 31853  pkg syscall (linux-arm-cgo), const SYS_GETEUID = 49
 31854  pkg syscall (linux-arm-cgo), const SYS_GETEUID32 = 201
 31855  pkg syscall (linux-arm-cgo), const SYS_GETGID = 47
 31856  pkg syscall (linux-arm-cgo), const SYS_GETGID32 = 200
 31857  pkg syscall (linux-arm-cgo), const SYS_GETGROUPS = 80
 31858  pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 = 205
 31859  pkg syscall (linux-arm-cgo), const SYS_GETITIMER = 105
 31860  pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME = 287
 31861  pkg syscall (linux-arm-cgo), const SYS_GETPGID = 132
 31862  pkg syscall (linux-arm-cgo), const SYS_GETPGRP = 65
 31863  pkg syscall (linux-arm-cgo), const SYS_GETPID = 20
 31864  pkg syscall (linux-arm-cgo), const SYS_GETPPID = 64
 31865  pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY = 96
 31866  pkg syscall (linux-arm-cgo), const SYS_GETRESGID = 171
 31867  pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 = 211
 31868  pkg syscall (linux-arm-cgo), const SYS_GETRESUID = 165
 31869  pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 = 209
 31870  pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT = 76
 31871  pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE = 77
 31872  pkg syscall (linux-arm-cgo), const SYS_GETSID = 147
 31873  pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME = 286
 31874  pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT = 295
 31875  pkg syscall (linux-arm-cgo), const SYS_GETTID = 224
 31876  pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY = 78
 31877  pkg syscall (linux-arm-cgo), const SYS_GETUID = 24
 31878  pkg syscall (linux-arm-cgo), const SYS_GETUID32 = 199
 31879  pkg syscall (linux-arm-cgo), const SYS_GETXATTR = 229
 31880  pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY = 320
 31881  pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST = 339
 31882  pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE = 128
 31883  pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH = 317
 31884  pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT = 316
 31885  pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 = 360
 31886  pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH = 318
 31887  pkg syscall (linux-arm-cgo), const SYS_IOCTL = 54
 31888  pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET = 315
 31889  pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET = 314
 31890  pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL = 247
 31891  pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY = 244
 31892  pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS = 245
 31893  pkg syscall (linux-arm-cgo), const SYS_IO_SETUP = 243
 31894  pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT = 246
 31895  pkg syscall (linux-arm-cgo), const SYS_IPC = 117
 31896  pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD = 347
 31897  pkg syscall (linux-arm-cgo), const SYS_KEYCTL = 311
 31898  pkg syscall (linux-arm-cgo), const SYS_KILL = 37
 31899  pkg syscall (linux-arm-cgo), const SYS_LCHOWN = 16
 31900  pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 = 198
 31901  pkg syscall (linux-arm-cgo), const SYS_LGETXATTR = 230
 31902  pkg syscall (linux-arm-cgo), const SYS_LINK = 9
 31903  pkg syscall (linux-arm-cgo), const SYS_LINKAT = 330
 31904  pkg syscall (linux-arm-cgo), const SYS_LISTEN = 284
 31905  pkg syscall (linux-arm-cgo), const SYS_LISTXATTR = 232
 31906  pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR = 233
 31907  pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE = 249
 31908  pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR = 236
 31909  pkg syscall (linux-arm-cgo), const SYS_LSEEK = 19
 31910  pkg syscall (linux-arm-cgo), const SYS_LSETXATTR = 227
 31911  pkg syscall (linux-arm-cgo), const SYS_LSTAT = 107
 31912  pkg syscall (linux-arm-cgo), const SYS_LSTAT64 = 196
 31913  pkg syscall (linux-arm-cgo), const SYS_MADVISE = 220
 31914  pkg syscall (linux-arm-cgo), const SYS_MBIND = 319
 31915  pkg syscall (linux-arm-cgo), const SYS_MINCORE = 219
 31916  pkg syscall (linux-arm-cgo), const SYS_MKDIR = 39
 31917  pkg syscall (linux-arm-cgo), const SYS_MKDIRAT = 323
 31918  pkg syscall (linux-arm-cgo), const SYS_MKNOD = 14
 31919  pkg syscall (linux-arm-cgo), const SYS_MKNODAT = 324
 31920  pkg syscall (linux-arm-cgo), const SYS_MLOCK = 150
 31921  pkg syscall (linux-arm-cgo), const SYS_MLOCKALL = 152
 31922  pkg syscall (linux-arm-cgo), const SYS_MMAP = 90
 31923  pkg syscall (linux-arm-cgo), const SYS_MMAP2 = 192
 31924  pkg syscall (linux-arm-cgo), const SYS_MOUNT = 21
 31925  pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES = 344
 31926  pkg syscall (linux-arm-cgo), const SYS_MPROTECT = 125
 31927  pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR = 279
 31928  pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY = 278
 31929  pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN = 274
 31930  pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE = 277
 31931  pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND = 276
 31932  pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK = 275
 31933  pkg syscall (linux-arm-cgo), const SYS_MREMAP = 163
 31934  pkg syscall (linux-arm-cgo), const SYS_MSGCTL = 304
 31935  pkg syscall (linux-arm-cgo), const SYS_MSGGET = 303
 31936  pkg syscall (linux-arm-cgo), const SYS_MSGRCV = 302
 31937  pkg syscall (linux-arm-cgo), const SYS_MSGSND = 301
 31938  pkg syscall (linux-arm-cgo), const SYS_MSYNC = 144
 31939  pkg syscall (linux-arm-cgo), const SYS_MUNLOCK = 151
 31940  pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL = 153
 31941  pkg syscall (linux-arm-cgo), const SYS_MUNMAP = 91
 31942  pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT = 370
 31943  pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP = 162
 31944  pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL = 169
 31945  pkg syscall (linux-arm-cgo), const SYS_NICE = 34
 31946  pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE = 0
 31947  pkg syscall (linux-arm-cgo), const SYS_OPEN = 5
 31948  pkg syscall (linux-arm-cgo), const SYS_OPENAT = 322
 31949  pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT = 371
 31950  pkg syscall (linux-arm-cgo), const SYS_PAUSE = 29
 31951  pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE = 271
 31952  pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ = 272
 31953  pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE = 273
 31954  pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN = 364
 31955  pkg syscall (linux-arm-cgo), const SYS_PERSONALITY = 136
 31956  pkg syscall (linux-arm-cgo), const SYS_PIPE = 42
 31957  pkg syscall (linux-arm-cgo), const SYS_PIPE2 = 359
 31958  pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT = 218
 31959  pkg syscall (linux-arm-cgo), const SYS_POLL = 168
 31960  pkg syscall (linux-arm-cgo), const SYS_PPOLL = 336
 31961  pkg syscall (linux-arm-cgo), const SYS_PRCTL = 172
 31962  pkg syscall (linux-arm-cgo), const SYS_PREAD64 = 180
 31963  pkg syscall (linux-arm-cgo), const SYS_PREADV = 361
 31964  pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 = 369
 31965  pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV = 376
 31966  pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV = 377
 31967  pkg syscall (linux-arm-cgo), const SYS_PSELECT6 = 335
 31968  pkg syscall (linux-arm-cgo), const SYS_PTRACE = 26
 31969  pkg syscall (linux-arm-cgo), const SYS_PWRITE64 = 181
 31970  pkg syscall (linux-arm-cgo), const SYS_PWRITEV = 362
 31971  pkg syscall (linux-arm-cgo), const SYS_QUOTACTL = 131
 31972  pkg syscall (linux-arm-cgo), const SYS_READ = 3
 31973  pkg syscall (linux-arm-cgo), const SYS_READAHEAD = 225
 31974  pkg syscall (linux-arm-cgo), const SYS_READDIR = 89
 31975  pkg syscall (linux-arm-cgo), const SYS_READLINK = 85
 31976  pkg syscall (linux-arm-cgo), const SYS_READLINKAT = 332
 31977  pkg syscall (linux-arm-cgo), const SYS_READV = 145
 31978  pkg syscall (linux-arm-cgo), const SYS_REBOOT = 88
 31979  pkg syscall (linux-arm-cgo), const SYS_RECV = 291
 31980  pkg syscall (linux-arm-cgo), const SYS_RECVFROM = 292
 31981  pkg syscall (linux-arm-cgo), const SYS_RECVMMSG = 365
 31982  pkg syscall (linux-arm-cgo), const SYS_RECVMSG = 297
 31983  pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES = 253
 31984  pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR = 235
 31985  pkg syscall (linux-arm-cgo), const SYS_RENAME = 38
 31986  pkg syscall (linux-arm-cgo), const SYS_RENAMEAT = 329
 31987  pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY = 310
 31988  pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL = 0
 31989  pkg syscall (linux-arm-cgo), const SYS_RMDIR = 40
 31990  pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION = 174
 31991  pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING = 176
 31992  pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK = 175
 31993  pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO = 178
 31994  pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN = 173
 31995  pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND = 179
 31996  pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT = 177
 31997  pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO = 363
 31998  pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY = 242
 31999  pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM = 155
 32000  pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER = 157
 32001  pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
 32002  pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
 32003  pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
 32004  pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY = 241
 32005  pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM = 154
 32006  pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER = 156
 32007  pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD = 158
 32008  pkg syscall (linux-arm-cgo), const SYS_SELECT = 82
 32009  pkg syscall (linux-arm-cgo), const SYS_SEMCTL = 300
 32010  pkg syscall (linux-arm-cgo), const SYS_SEMGET = 299
 32011  pkg syscall (linux-arm-cgo), const SYS_SEMOP = 298
 32012  pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP = 312
 32013  pkg syscall (linux-arm-cgo), const SYS_SEND = 289
 32014  pkg syscall (linux-arm-cgo), const SYS_SENDFILE = 187
 32015  pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 = 239
 32016  pkg syscall (linux-arm-cgo), const SYS_SENDMMSG = 374
 32017  pkg syscall (linux-arm-cgo), const SYS_SENDMSG = 296
 32018  pkg syscall (linux-arm-cgo), const SYS_SENDTO = 290
 32019  pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME = 121
 32020  pkg syscall (linux-arm-cgo), const SYS_SETFSGID = 139
 32021  pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 = 216
 32022  pkg syscall (linux-arm-cgo), const SYS_SETFSUID = 138
 32023  pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 = 215
 32024  pkg syscall (linux-arm-cgo), const SYS_SETGID = 46
 32025  pkg syscall (linux-arm-cgo), const SYS_SETGID32 = 214
 32026  pkg syscall (linux-arm-cgo), const SYS_SETGROUPS = 81
 32027  pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 = 206
 32028  pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME = 74
 32029  pkg syscall (linux-arm-cgo), const SYS_SETITIMER = 104
 32030  pkg syscall (linux-arm-cgo), const SYS_SETNS = 375
 32031  pkg syscall (linux-arm-cgo), const SYS_SETPGID = 57
 32032  pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY = 97
 32033  pkg syscall (linux-arm-cgo), const SYS_SETREGID = 71
 32034  pkg syscall (linux-arm-cgo), const SYS_SETREGID32 = 204
 32035  pkg syscall (linux-arm-cgo), const SYS_SETRESGID = 170
 32036  pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 = 210
 32037  pkg syscall (linux-arm-cgo), const SYS_SETRESUID = 164
 32038  pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 = 208
 32039  pkg syscall (linux-arm-cgo), const SYS_SETREUID = 70
 32040  pkg syscall (linux-arm-cgo), const SYS_SETREUID32 = 203
 32041  pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT = 75
 32042  pkg syscall (linux-arm-cgo), const SYS_SETSID = 66
 32043  pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT = 294
 32044  pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY = 79
 32045  pkg syscall (linux-arm-cgo), const SYS_SETUID = 23
 32046  pkg syscall (linux-arm-cgo), const SYS_SETUID32 = 213
 32047  pkg syscall (linux-arm-cgo), const SYS_SETXATTR = 226
 32048  pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY = 321
 32049  pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST = 338
 32050  pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS = 256
 32051  pkg syscall (linux-arm-cgo), const SYS_SHMAT = 305
 32052  pkg syscall (linux-arm-cgo), const SYS_SHMCTL = 308
 32053  pkg syscall (linux-arm-cgo), const SYS_SHMDT = 306
 32054  pkg syscall (linux-arm-cgo), const SYS_SHMGET = 307
 32055  pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN = 293
 32056  pkg syscall (linux-arm-cgo), const SYS_SIGACTION = 67
 32057  pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK = 186
 32058  pkg syscall (linux-arm-cgo), const SYS_SIGNALFD = 349
 32059  pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 = 355
 32060  pkg syscall (linux-arm-cgo), const SYS_SIGPENDING = 73
 32061  pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK = 126
 32062  pkg syscall (linux-arm-cgo), const SYS_SIGRETURN = 119
 32063  pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND = 72
 32064  pkg syscall (linux-arm-cgo), const SYS_SOCKET = 281
 32065  pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL = 102
 32066  pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR = 288
 32067  pkg syscall (linux-arm-cgo), const SYS_SPLICE = 340
 32068  pkg syscall (linux-arm-cgo), const SYS_STAT = 106
 32069  pkg syscall (linux-arm-cgo), const SYS_STAT64 = 195
 32070  pkg syscall (linux-arm-cgo), const SYS_STATFS = 99
 32071  pkg syscall (linux-arm-cgo), const SYS_STATFS64 = 266
 32072  pkg syscall (linux-arm-cgo), const SYS_STIME = 25
 32073  pkg syscall (linux-arm-cgo), const SYS_SWAPOFF = 115
 32074  pkg syscall (linux-arm-cgo), const SYS_SWAPON = 87
 32075  pkg syscall (linux-arm-cgo), const SYS_SYMLINK = 83
 32076  pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT = 331
 32077  pkg syscall (linux-arm-cgo), const SYS_SYNC = 36
 32078  pkg syscall (linux-arm-cgo), const SYS_SYNCFS = 373
 32079  pkg syscall (linux-arm-cgo), const SYS_SYSCALL = 113
 32080  pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE = 0
 32081  pkg syscall (linux-arm-cgo), const SYS_SYSFS = 135
 32082  pkg syscall (linux-arm-cgo), const SYS_SYSINFO = 116
 32083  pkg syscall (linux-arm-cgo), const SYS_SYSLOG = 103
 32084  pkg syscall (linux-arm-cgo), const SYS_TEE = 342
 32085  pkg syscall (linux-arm-cgo), const SYS_TGKILL = 268
 32086  pkg syscall (linux-arm-cgo), const SYS_TIME = 13
 32087  pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE = 350
 32088  pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME = 354
 32089  pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME = 353
 32090  pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE = 257
 32091  pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE = 261
 32092  pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN = 260
 32093  pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME = 259
 32094  pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME = 258
 32095  pkg syscall (linux-arm-cgo), const SYS_TIMES = 43
 32096  pkg syscall (linux-arm-cgo), const SYS_TKILL = 238
 32097  pkg syscall (linux-arm-cgo), const SYS_TRUNCATE = 92
 32098  pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 = 193
 32099  pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT = 191
 32100  pkg syscall (linux-arm-cgo), const SYS_UMASK = 60
 32101  pkg syscall (linux-arm-cgo), const SYS_UMOUNT = 22
 32102  pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 = 52
 32103  pkg syscall (linux-arm-cgo), const SYS_UNAME = 122
 32104  pkg syscall (linux-arm-cgo), const SYS_UNLINK = 10
 32105  pkg syscall (linux-arm-cgo), const SYS_UNLINKAT = 328
 32106  pkg syscall (linux-arm-cgo), const SYS_UNSHARE = 337
 32107  pkg syscall (linux-arm-cgo), const SYS_USELIB = 86
 32108  pkg syscall (linux-arm-cgo), const SYS_USTAT = 62
 32109  pkg syscall (linux-arm-cgo), const SYS_UTIME = 30
 32110  pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT = 348
 32111  pkg syscall (linux-arm-cgo), const SYS_UTIMES = 269
 32112  pkg syscall (linux-arm-cgo), const SYS_VFORK = 190
 32113  pkg syscall (linux-arm-cgo), const SYS_VHANGUP = 111
 32114  pkg syscall (linux-arm-cgo), const SYS_VMSPLICE = 343
 32115  pkg syscall (linux-arm-cgo), const SYS_VSERVER = 313
 32116  pkg syscall (linux-arm-cgo), const SYS_WAIT4 = 114
 32117  pkg syscall (linux-arm-cgo), const SYS_WAITID = 280
 32118  pkg syscall (linux-arm-cgo), const SYS_WRITE = 4
 32119  pkg syscall (linux-arm-cgo), const SYS_WRITEV = 146
 32120  pkg syscall (linux-arm-cgo), const SYS__LLSEEK = 140
 32121  pkg syscall (linux-arm-cgo), const SYS__NEWSELECT = 142
 32122  pkg syscall (linux-arm-cgo), const SYS__SYSCTL = 149
 32123  pkg syscall (linux-arm-cgo), const S_BLKSIZE = 512
 32124  pkg syscall (linux-arm-cgo), const S_IEXEC = 64
 32125  pkg syscall (linux-arm-cgo), const S_IFMT = 61440
 32126  pkg syscall (linux-arm-cgo), const S_IREAD = 256
 32127  pkg syscall (linux-arm-cgo), const S_IRGRP = 32
 32128  pkg syscall (linux-arm-cgo), const S_IROTH = 4
 32129  pkg syscall (linux-arm-cgo), const S_IRWXG = 56
 32130  pkg syscall (linux-arm-cgo), const S_IRWXO = 7
 32131  pkg syscall (linux-arm-cgo), const S_IRWXU = 448
 32132  pkg syscall (linux-arm-cgo), const S_IWGRP = 16
 32133  pkg syscall (linux-arm-cgo), const S_IWOTH = 2
 32134  pkg syscall (linux-arm-cgo), const S_IWRITE = 128
 32135  pkg syscall (linux-arm-cgo), const S_IXGRP = 8
 32136  pkg syscall (linux-arm-cgo), const S_IXOTH = 1
 32137  pkg syscall (linux-arm-cgo), const SizeofCmsghdr = 12
 32138  pkg syscall (linux-arm-cgo), const SizeofIPMreq = 8
 32139  pkg syscall (linux-arm-cgo), const SizeofIPMreqn = 12
 32140  pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq = 20
 32141  pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg = 8
 32142  pkg syscall (linux-arm-cgo), const SizeofIfInfomsg = 16
 32143  pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo = 12
 32144  pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo = 20
 32145  pkg syscall (linux-arm-cgo), const SizeofInotifyEvent = 16
 32146  pkg syscall (linux-arm-cgo), const SizeofLinger = 8
 32147  pkg syscall (linux-arm-cgo), const SizeofMsghdr = 28
 32148  pkg syscall (linux-arm-cgo), const SizeofNlAttr = 4
 32149  pkg syscall (linux-arm-cgo), const SizeofNlMsgerr = 20
 32150  pkg syscall (linux-arm-cgo), const SizeofNlMsghdr = 16
 32151  pkg syscall (linux-arm-cgo), const SizeofRtAttr = 4
 32152  pkg syscall (linux-arm-cgo), const SizeofRtGenmsg = 1
 32153  pkg syscall (linux-arm-cgo), const SizeofRtMsg = 12
 32154  pkg syscall (linux-arm-cgo), const SizeofRtNexthop = 8
 32155  pkg syscall (linux-arm-cgo), const SizeofSockFilter = 8
 32156  pkg syscall (linux-arm-cgo), const SizeofSockFprog = 8
 32157  pkg syscall (linux-arm-cgo), const SizeofSockaddrAny = 112
 32158  pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 = 16
 32159  pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 = 28
 32160  pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer = 20
 32161  pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink = 12
 32162  pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix = 110
 32163  pkg syscall (linux-arm-cgo), const SizeofTCPInfo = 104
 32164  pkg syscall (linux-arm-cgo), const SizeofUcred = 12
 32165  pkg syscall (linux-arm-cgo), const TCGETS = 21505
 32166  pkg syscall (linux-arm-cgo), const TCP_CONGESTION = 13
 32167  pkg syscall (linux-arm-cgo), const TCP_CORK = 3
 32168  pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT = 9
 32169  pkg syscall (linux-arm-cgo), const TCP_INFO = 11
 32170  pkg syscall (linux-arm-cgo), const TCP_KEEPCNT = 6
 32171  pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE = 4
 32172  pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL = 5
 32173  pkg syscall (linux-arm-cgo), const TCP_LINGER2 = 8
 32174  pkg syscall (linux-arm-cgo), const TCP_MAXSEG = 2
 32175  pkg syscall (linux-arm-cgo), const TCP_MAXWIN = 65535
 32176  pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT = 14
 32177  pkg syscall (linux-arm-cgo), const TCP_MD5SIG = 14
 32178  pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
 32179  pkg syscall (linux-arm-cgo), const TCP_MSS = 512
 32180  pkg syscall (linux-arm-cgo), const TCP_QUICKACK = 12
 32181  pkg syscall (linux-arm-cgo), const TCP_SYNCNT = 7
 32182  pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP = 10
 32183  pkg syscall (linux-arm-cgo), const TCSETS = 21506
 32184  pkg syscall (linux-arm-cgo), const TIOCCBRK = 21544
 32185  pkg syscall (linux-arm-cgo), const TIOCCONS = 21533
 32186  pkg syscall (linux-arm-cgo), const TIOCEXCL = 21516
 32187  pkg syscall (linux-arm-cgo), const TIOCGDEV = 2147767346
 32188  pkg syscall (linux-arm-cgo), const TIOCGETD = 21540
 32189  pkg syscall (linux-arm-cgo), const TIOCGICOUNT = 21597
 32190  pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS = 21590
 32191  pkg syscall (linux-arm-cgo), const TIOCGPGRP = 21519
 32192  pkg syscall (linux-arm-cgo), const TIOCGPTN = 2147767344
 32193  pkg syscall (linux-arm-cgo), const TIOCGRS485 = 21550
 32194  pkg syscall (linux-arm-cgo), const TIOCGSERIAL = 21534
 32195  pkg syscall (linux-arm-cgo), const TIOCGSID = 21545
 32196  pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR = 21529
 32197  pkg syscall (linux-arm-cgo), const TIOCGWINSZ = 21523
 32198  pkg syscall (linux-arm-cgo), const TIOCINQ = 21531
 32199  pkg syscall (linux-arm-cgo), const TIOCLINUX = 21532
 32200  pkg syscall (linux-arm-cgo), const TIOCMBIC = 21527
 32201  pkg syscall (linux-arm-cgo), const TIOCMBIS = 21526
 32202  pkg syscall (linux-arm-cgo), const TIOCMGET = 21525
 32203  pkg syscall (linux-arm-cgo), const TIOCMIWAIT = 21596
 32204  pkg syscall (linux-arm-cgo), const TIOCMSET = 21528
 32205  pkg syscall (linux-arm-cgo), const TIOCM_CAR = 64
 32206  pkg syscall (linux-arm-cgo), const TIOCM_CD = 64
 32207  pkg syscall (linux-arm-cgo), const TIOCM_CTS = 32
 32208  pkg syscall (linux-arm-cgo), const TIOCM_DSR = 256
 32209  pkg syscall (linux-arm-cgo), const TIOCM_DTR = 2
 32210  pkg syscall (linux-arm-cgo), const TIOCM_LE = 1
 32211  pkg syscall (linux-arm-cgo), const TIOCM_RI = 128
 32212  pkg syscall (linux-arm-cgo), const TIOCM_RNG = 128
 32213  pkg syscall (linux-arm-cgo), const TIOCM_RTS = 4
 32214  pkg syscall (linux-arm-cgo), const TIOCM_SR = 16
 32215  pkg syscall (linux-arm-cgo), const TIOCM_ST = 8
 32216  pkg syscall (linux-arm-cgo), const TIOCNOTTY = 21538
 32217  pkg syscall (linux-arm-cgo), const TIOCNXCL = 21517
 32218  pkg syscall (linux-arm-cgo), const TIOCOUTQ = 21521
 32219  pkg syscall (linux-arm-cgo), const TIOCPKT = 21536
 32220  pkg syscall (linux-arm-cgo), const TIOCPKT_DATA = 0
 32221  pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP = 32
 32222  pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD = 1
 32223  pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
 32224  pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL = 64
 32225  pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP = 16
 32226  pkg syscall (linux-arm-cgo), const TIOCPKT_START = 8
 32227  pkg syscall (linux-arm-cgo), const TIOCPKT_STOP = 4
 32228  pkg syscall (linux-arm-cgo), const TIOCSBRK = 21543
 32229  pkg syscall (linux-arm-cgo), const TIOCSCTTY = 21518
 32230  pkg syscall (linux-arm-cgo), const TIOCSERCONFIG = 21587
 32231  pkg syscall (linux-arm-cgo), const TIOCSERGETLSR = 21593
 32232  pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI = 21594
 32233  pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT = 21592
 32234  pkg syscall (linux-arm-cgo), const TIOCSERGWILD = 21588
 32235  pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI = 21595
 32236  pkg syscall (linux-arm-cgo), const TIOCSERSWILD = 21589
 32237  pkg syscall (linux-arm-cgo), const TIOCSER_TEMT = 1
 32238  pkg syscall (linux-arm-cgo), const TIOCSETD = 21539
 32239  pkg syscall (linux-arm-cgo), const TIOCSIG = 1074025526
 32240  pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS = 21591
 32241  pkg syscall (linux-arm-cgo), const TIOCSPGRP = 21520
 32242  pkg syscall (linux-arm-cgo), const TIOCSPTLCK = 1074025521
 32243  pkg syscall (linux-arm-cgo), const TIOCSRS485 = 21551
 32244  pkg syscall (linux-arm-cgo), const TIOCSSERIAL = 21535
 32245  pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR = 21530
 32246  pkg syscall (linux-arm-cgo), const TIOCSTI = 21522
 32247  pkg syscall (linux-arm-cgo), const TIOCSWINSZ = 21524
 32248  pkg syscall (linux-arm-cgo), const TIOCVHANGUP = 21559
 32249  pkg syscall (linux-arm-cgo), const TOSTOP = 256
 32250  pkg syscall (linux-arm-cgo), const TUNATTACHFILTER = 1074287829
 32251  pkg syscall (linux-arm-cgo), const TUNDETACHFILTER = 1074287830
 32252  pkg syscall (linux-arm-cgo), const TUNGETFEATURES = 2147767503
 32253  pkg syscall (linux-arm-cgo), const TUNGETIFF = 2147767506
 32254  pkg syscall (linux-arm-cgo), const TUNGETSNDBUF = 2147767507
 32255  pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ = 2147767511
 32256  pkg syscall (linux-arm-cgo), const TUNSETDEBUG = 1074025673
 32257  pkg syscall (linux-arm-cgo), const TUNSETGROUP = 1074025678
 32258  pkg syscall (linux-arm-cgo), const TUNSETIFF = 1074025674
 32259  pkg syscall (linux-arm-cgo), const TUNSETLINK = 1074025677
 32260  pkg syscall (linux-arm-cgo), const TUNSETNOCSUM = 1074025672
 32261  pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD = 1074025680
 32262  pkg syscall (linux-arm-cgo), const TUNSETOWNER = 1074025676
 32263  pkg syscall (linux-arm-cgo), const TUNSETPERSIST = 1074025675
 32264  pkg syscall (linux-arm-cgo), const TUNSETSNDBUF = 1074025684
 32265  pkg syscall (linux-arm-cgo), const TUNSETTXFILTER = 1074025681
 32266  pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ = 1074025688
 32267  pkg syscall (linux-arm-cgo), const VDISCARD = 13
 32268  pkg syscall (linux-arm-cgo), const VEOF = 4
 32269  pkg syscall (linux-arm-cgo), const VEOL = 11
 32270  pkg syscall (linux-arm-cgo), const VEOL2 = 16
 32271  pkg syscall (linux-arm-cgo), const VERASE = 2
 32272  pkg syscall (linux-arm-cgo), const VINTR = 0
 32273  pkg syscall (linux-arm-cgo), const VKILL = 3
 32274  pkg syscall (linux-arm-cgo), const VLNEXT = 15
 32275  pkg syscall (linux-arm-cgo), const VMIN = 6
 32276  pkg syscall (linux-arm-cgo), const VQUIT = 1
 32277  pkg syscall (linux-arm-cgo), const VREPRINT = 12
 32278  pkg syscall (linux-arm-cgo), const VSTART = 8
 32279  pkg syscall (linux-arm-cgo), const VSTOP = 9
 32280  pkg syscall (linux-arm-cgo), const VSUSP = 10
 32281  pkg syscall (linux-arm-cgo), const VSWTC = 7
 32282  pkg syscall (linux-arm-cgo), const VTIME = 5
 32283  pkg syscall (linux-arm-cgo), const VWERASE = 14
 32284  pkg syscall (linux-arm-cgo), const WALL = 1073741824
 32285  pkg syscall (linux-arm-cgo), const WCLONE = 2147483648
 32286  pkg syscall (linux-arm-cgo), const WCONTINUED = 8
 32287  pkg syscall (linux-arm-cgo), const WEXITED = 4
 32288  pkg syscall (linux-arm-cgo), const WNOHANG = 1
 32289  pkg syscall (linux-arm-cgo), const WNOTHREAD = 536870912
 32290  pkg syscall (linux-arm-cgo), const WNOWAIT = 16777216
 32291  pkg syscall (linux-arm-cgo), const WORDSIZE = 32
 32292  pkg syscall (linux-arm-cgo), const WSTOPPED = 2
 32293  pkg syscall (linux-arm-cgo), const WUNTRACED = 2
 32294  pkg syscall (linux-arm-cgo), const XCASE = 4
 32295  pkg syscall (netbsd-386), const AF_APPLETALK = 16
 32296  pkg syscall (netbsd-386), const AF_ARP = 28
 32297  pkg syscall (netbsd-386), const AF_BLUETOOTH = 31
 32298  pkg syscall (netbsd-386), const AF_CCITT = 10
 32299  pkg syscall (netbsd-386), const AF_CHAOS = 5
 32300  pkg syscall (netbsd-386), const AF_CNT = 21
 32301  pkg syscall (netbsd-386), const AF_COIP = 20
 32302  pkg syscall (netbsd-386), const AF_DATAKIT = 9
 32303  pkg syscall (netbsd-386), const AF_DECnet = 12
 32304  pkg syscall (netbsd-386), const AF_DLI = 13
 32305  pkg syscall (netbsd-386), const AF_E164 = 26
 32306  pkg syscall (netbsd-386), const AF_ECMA = 8
 32307  pkg syscall (netbsd-386), const AF_HYLINK = 15
 32308  pkg syscall (netbsd-386), const AF_IEEE80211 = 32
 32309  pkg syscall (netbsd-386), const AF_IMPLINK = 3
 32310  pkg syscall (netbsd-386), const AF_INET6 = 24
 32311  pkg syscall (netbsd-386), const AF_IPX = 23
 32312  pkg syscall (netbsd-386), const AF_ISDN = 26
 32313  pkg syscall (netbsd-386), const AF_ISO = 7
 32314  pkg syscall (netbsd-386), const AF_LAT = 14
 32315  pkg syscall (netbsd-386), const AF_LINK = 18
 32316  pkg syscall (netbsd-386), const AF_LOCAL = 1
 32317  pkg syscall (netbsd-386), const AF_MAX = 35
 32318  pkg syscall (netbsd-386), const AF_MPLS = 33
 32319  pkg syscall (netbsd-386), const AF_NATM = 27
 32320  pkg syscall (netbsd-386), const AF_NS = 6
 32321  pkg syscall (netbsd-386), const AF_OROUTE = 17
 32322  pkg syscall (netbsd-386), const AF_OSI = 7
 32323  pkg syscall (netbsd-386), const AF_PUP = 4
 32324  pkg syscall (netbsd-386), const AF_ROUTE = 34
 32325  pkg syscall (netbsd-386), const AF_SNA = 11
 32326  pkg syscall (netbsd-386), const ARPHRD_ARCNET = 7
 32327  pkg syscall (netbsd-386), const ARPHRD_ETHER = 1
 32328  pkg syscall (netbsd-386), const ARPHRD_FRELAY = 15
 32329  pkg syscall (netbsd-386), const ARPHRD_IEEE1394 = 24
 32330  pkg syscall (netbsd-386), const ARPHRD_IEEE802 = 6
 32331  pkg syscall (netbsd-386), const ARPHRD_STRIP = 23
 32332  pkg syscall (netbsd-386), const B0 = 0
 32333  pkg syscall (netbsd-386), const B110 = 110
 32334  pkg syscall (netbsd-386), const B115200 = 115200
 32335  pkg syscall (netbsd-386), const B1200 = 1200
 32336  pkg syscall (netbsd-386), const B134 = 134
 32337  pkg syscall (netbsd-386), const B14400 = 14400
 32338  pkg syscall (netbsd-386), const B150 = 150
 32339  pkg syscall (netbsd-386), const B1800 = 1800
 32340  pkg syscall (netbsd-386), const B19200 = 19200
 32341  pkg syscall (netbsd-386), const B200 = 200
 32342  pkg syscall (netbsd-386), const B230400 = 230400
 32343  pkg syscall (netbsd-386), const B2400 = 2400
 32344  pkg syscall (netbsd-386), const B28800 = 28800
 32345  pkg syscall (netbsd-386), const B300 = 300
 32346  pkg syscall (netbsd-386), const B38400 = 38400
 32347  pkg syscall (netbsd-386), const B460800 = 460800
 32348  pkg syscall (netbsd-386), const B4800 = 4800
 32349  pkg syscall (netbsd-386), const B50 = 50
 32350  pkg syscall (netbsd-386), const B57600 = 57600
 32351  pkg syscall (netbsd-386), const B600 = 600
 32352  pkg syscall (netbsd-386), const B7200 = 7200
 32353  pkg syscall (netbsd-386), const B75 = 75
 32354  pkg syscall (netbsd-386), const B76800 = 76800
 32355  pkg syscall (netbsd-386), const B921600 = 921600
 32356  pkg syscall (netbsd-386), const B9600 = 9600
 32357  pkg syscall (netbsd-386), const BIOCFEEDBACK = 2147762813
 32358  pkg syscall (netbsd-386), const BIOCFLUSH = 536887912
 32359  pkg syscall (netbsd-386), const BIOCGBLEN = 1074020966
 32360  pkg syscall (netbsd-386), const BIOCGDLT = 1074020970
 32361  pkg syscall (netbsd-386), const BIOCGDLTLIST = 3221766775
 32362  pkg syscall (netbsd-386), const BIOCGETIF = 1083196011
 32363  pkg syscall (netbsd-386), const BIOCGFEEDBACK = 1074020988
 32364  pkg syscall (netbsd-386), const BIOCGHDRCMPLT = 1074020980
 32365  pkg syscall (netbsd-386), const BIOCGRTIMEOUT = 1074545275
 32366  pkg syscall (netbsd-386), const BIOCGSEESENT = 1074020984
 32367  pkg syscall (netbsd-386), const BIOCGSTATS = 1082147439
 32368  pkg syscall (netbsd-386), const BIOCGSTATSOLD = 1074283119
 32369  pkg syscall (netbsd-386), const BIOCIMMEDIATE = 2147762800
 32370  pkg syscall (netbsd-386), const BIOCPROMISC = 536887913
 32371  pkg syscall (netbsd-386), const BIOCSBLEN = 3221504614
 32372  pkg syscall (netbsd-386), const BIOCSDLT = 2147762806
 32373  pkg syscall (netbsd-386), const BIOCSETF = 2148024935
 32374  pkg syscall (netbsd-386), const BIOCSETIF = 2156937836
 32375  pkg syscall (netbsd-386), const BIOCSFEEDBACK = 2147762813
 32376  pkg syscall (netbsd-386), const BIOCSHDRCMPLT = 2147762805
 32377  pkg syscall (netbsd-386), const BIOCSRTIMEOUT = 2148287098
 32378  pkg syscall (netbsd-386), const BIOCSSEESENT = 2147762809
 32379  pkg syscall (netbsd-386), const BIOCSTCPF = 2148024946
 32380  pkg syscall (netbsd-386), const BIOCSUDPF = 2148024947
 32381  pkg syscall (netbsd-386), const BIOCVERSION = 1074020977
 32382  pkg syscall (netbsd-386), const BPF_A = 16
 32383  pkg syscall (netbsd-386), const BPF_ABS = 32
 32384  pkg syscall (netbsd-386), const BPF_ADD = 0
 32385  pkg syscall (netbsd-386), const BPF_ALIGNMENT = 4
 32386  pkg syscall (netbsd-386), const BPF_ALIGNMENT32 = 4
 32387  pkg syscall (netbsd-386), const BPF_ALU = 4
 32388  pkg syscall (netbsd-386), const BPF_AND = 80
 32389  pkg syscall (netbsd-386), const BPF_B = 16
 32390  pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE = 1048576
 32391  pkg syscall (netbsd-386), const BPF_DIV = 48
 32392  pkg syscall (netbsd-386), const BPF_H = 8
 32393  pkg syscall (netbsd-386), const BPF_IMM = 0
 32394  pkg syscall (netbsd-386), const BPF_IND = 64
 32395  pkg syscall (netbsd-386), const BPF_JA = 0
 32396  pkg syscall (netbsd-386), const BPF_JEQ = 16
 32397  pkg syscall (netbsd-386), const BPF_JGE = 48
 32398  pkg syscall (netbsd-386), const BPF_JGT = 32
 32399  pkg syscall (netbsd-386), const BPF_JMP = 5
 32400  pkg syscall (netbsd-386), const BPF_JSET = 64
 32401  pkg syscall (netbsd-386), const BPF_K = 0
 32402  pkg syscall (netbsd-386), const BPF_LD = 0
 32403  pkg syscall (netbsd-386), const BPF_LDX = 1
 32404  pkg syscall (netbsd-386), const BPF_LEN = 128
 32405  pkg syscall (netbsd-386), const BPF_LSH = 96
 32406  pkg syscall (netbsd-386), const BPF_MAJOR_VERSION = 1
 32407  pkg syscall (netbsd-386), const BPF_MAXBUFSIZE = 16777216
 32408  pkg syscall (netbsd-386), const BPF_MAXINSNS = 512
 32409  pkg syscall (netbsd-386), const BPF_MEM = 96
 32410  pkg syscall (netbsd-386), const BPF_MEMWORDS = 16
 32411  pkg syscall (netbsd-386), const BPF_MINBUFSIZE = 32
 32412  pkg syscall (netbsd-386), const BPF_MINOR_VERSION = 1
 32413  pkg syscall (netbsd-386), const BPF_MISC = 7
 32414  pkg syscall (netbsd-386), const BPF_MSH = 160
 32415  pkg syscall (netbsd-386), const BPF_MUL = 32
 32416  pkg syscall (netbsd-386), const BPF_NEG = 128
 32417  pkg syscall (netbsd-386), const BPF_OR = 64
 32418  pkg syscall (netbsd-386), const BPF_RELEASE = 199606
 32419  pkg syscall (netbsd-386), const BPF_RET = 6
 32420  pkg syscall (netbsd-386), const BPF_RSH = 112
 32421  pkg syscall (netbsd-386), const BPF_ST = 2
 32422  pkg syscall (netbsd-386), const BPF_STX = 3
 32423  pkg syscall (netbsd-386), const BPF_SUB = 16
 32424  pkg syscall (netbsd-386), const BPF_TAX = 0
 32425  pkg syscall (netbsd-386), const BPF_TXA = 128
 32426  pkg syscall (netbsd-386), const BPF_W = 0
 32427  pkg syscall (netbsd-386), const BPF_X = 8
 32428  pkg syscall (netbsd-386), const BRKINT = 2
 32429  pkg syscall (netbsd-386), const CFLUSH = 15
 32430  pkg syscall (netbsd-386), const CLOCAL = 32768
 32431  pkg syscall (netbsd-386), const CREAD = 2048
 32432  pkg syscall (netbsd-386), const CS5 = 0
 32433  pkg syscall (netbsd-386), const CS6 = 256
 32434  pkg syscall (netbsd-386), const CS7 = 512
 32435  pkg syscall (netbsd-386), const CS8 = 768
 32436  pkg syscall (netbsd-386), const CSIZE = 768
 32437  pkg syscall (netbsd-386), const CSTART = 17
 32438  pkg syscall (netbsd-386), const CSTATUS = 20
 32439  pkg syscall (netbsd-386), const CSTOP = 19
 32440  pkg syscall (netbsd-386), const CSTOPB = 1024
 32441  pkg syscall (netbsd-386), const CSUSP = 26
 32442  pkg syscall (netbsd-386), const CTL_MAXNAME = 12
 32443  pkg syscall (netbsd-386), const CTL_NET = 4
 32444  pkg syscall (netbsd-386), const CTL_QUERY = -2
 32445  pkg syscall (netbsd-386), const DIOCBSFLUSH = 536896632
 32446  pkg syscall (netbsd-386), const DLT_A429 = 184
 32447  pkg syscall (netbsd-386), const DLT_A653_ICM = 185
 32448  pkg syscall (netbsd-386), const DLT_AIRONET_HEADER = 120
 32449  pkg syscall (netbsd-386), const DLT_AOS = 222
 32450  pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 32451  pkg syscall (netbsd-386), const DLT_ARCNET = 7
 32452  pkg syscall (netbsd-386), const DLT_ARCNET_LINUX = 129
 32453  pkg syscall (netbsd-386), const DLT_ATM_CLIP = 19
 32454  pkg syscall (netbsd-386), const DLT_ATM_RFC1483 = 11
 32455  pkg syscall (netbsd-386), const DLT_AURORA = 126
 32456  pkg syscall (netbsd-386), const DLT_AX25 = 3
 32457  pkg syscall (netbsd-386), const DLT_AX25_KISS = 202
 32458  pkg syscall (netbsd-386), const DLT_BACNET_MS_TP = 165
 32459  pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
 32460  pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 32461  pkg syscall (netbsd-386), const DLT_CAN20B = 190
 32462  pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN = 227
 32463  pkg syscall (netbsd-386), const DLT_CHAOS = 5
 32464  pkg syscall (netbsd-386), const DLT_CISCO_IOS = 118
 32465  pkg syscall (netbsd-386), const DLT_C_HDLC = 104
 32466  pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR = 205
 32467  pkg syscall (netbsd-386), const DLT_DECT = 221
 32468  pkg syscall (netbsd-386), const DLT_DOCSIS = 143
 32469  pkg syscall (netbsd-386), const DLT_ECONET = 115
 32470  pkg syscall (netbsd-386), const DLT_EN10MB = 1
 32471  pkg syscall (netbsd-386), const DLT_EN3MB = 2
 32472  pkg syscall (netbsd-386), const DLT_ENC = 109
 32473  pkg syscall (netbsd-386), const DLT_ERF = 197
 32474  pkg syscall (netbsd-386), const DLT_ERF_ETH = 175
 32475  pkg syscall (netbsd-386), const DLT_ERF_POS = 176
 32476  pkg syscall (netbsd-386), const DLT_FC_2 = 224
 32477  pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 32478  pkg syscall (netbsd-386), const DLT_FDDI = 10
 32479  pkg syscall (netbsd-386), const DLT_FLEXRAY = 210
 32480  pkg syscall (netbsd-386), const DLT_FRELAY = 107
 32481  pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR = 206
 32482  pkg syscall (netbsd-386), const DLT_GCOM_SERIAL = 173
 32483  pkg syscall (netbsd-386), const DLT_GCOM_T1E1 = 172
 32484  pkg syscall (netbsd-386), const DLT_GPF_F = 171
 32485  pkg syscall (netbsd-386), const DLT_GPF_T = 170
 32486  pkg syscall (netbsd-386), const DLT_GPRS_LLC = 169
 32487  pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS = 218
 32488  pkg syscall (netbsd-386), const DLT_GSMTAP_UM = 217
 32489  pkg syscall (netbsd-386), const DLT_HDLC = 16
 32490  pkg syscall (netbsd-386), const DLT_HHDLC = 121
 32491  pkg syscall (netbsd-386), const DLT_HIPPI = 15
 32492  pkg syscall (netbsd-386), const DLT_IBM_SN = 146
 32493  pkg syscall (netbsd-386), const DLT_IBM_SP = 145
 32494  pkg syscall (netbsd-386), const DLT_IEEE802 = 6
 32495  pkg syscall (netbsd-386), const DLT_IEEE802_11 = 105
 32496  pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO = 127
 32497  pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
 32498  pkg syscall (netbsd-386), const DLT_IEEE802_15_4 = 195
 32499  pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX = 191
 32500  pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
 32501  pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS = 188
 32502  pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 32503  pkg syscall (netbsd-386), const DLT_IPMB = 199
 32504  pkg syscall (netbsd-386), const DLT_IPMB_LINUX = 209
 32505  pkg syscall (netbsd-386), const DLT_IPNET = 226
 32506  pkg syscall (netbsd-386), const DLT_IPV4 = 228
 32507  pkg syscall (netbsd-386), const DLT_IPV6 = 229
 32508  pkg syscall (netbsd-386), const DLT_IP_OVER_FC = 122
 32509  pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 = 137
 32510  pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 = 135
 32511  pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC = 181
 32512  pkg syscall (netbsd-386), const DLT_JUNIPER_ES = 132
 32513  pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER = 178
 32514  pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY = 180
 32515  pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN = 133
 32516  pkg syscall (netbsd-386), const DLT_JUNIPER_ISM = 194
 32517  pkg syscall (netbsd-386), const DLT_JUNIPER_MFR = 134
 32518  pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR = 131
 32519  pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP = 130
 32520  pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR = 164
 32521  pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER = 174
 32522  pkg syscall (netbsd-386), const DLT_JUNIPER_PPP = 179
 32523  pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE = 167
 32524  pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
 32525  pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES = 136
 32526  pkg syscall (netbsd-386), const DLT_JUNIPER_ST = 200
 32527  pkg syscall (netbsd-386), const DLT_JUNIPER_VP = 183
 32528  pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR = 207
 32529  pkg syscall (netbsd-386), const DLT_LAPD = 203
 32530  pkg syscall (netbsd-386), const DLT_LIN = 212
 32531  pkg syscall (netbsd-386), const DLT_LINUX_EVDEV = 216
 32532  pkg syscall (netbsd-386), const DLT_LINUX_IRDA = 144
 32533  pkg syscall (netbsd-386), const DLT_LINUX_LAPD = 177
 32534  pkg syscall (netbsd-386), const DLT_LINUX_SLL = 113
 32535  pkg syscall (netbsd-386), const DLT_LOOP = 108
 32536  pkg syscall (netbsd-386), const DLT_LTALK = 114
 32537  pkg syscall (netbsd-386), const DLT_MFR = 182
 32538  pkg syscall (netbsd-386), const DLT_MOST = 211
 32539  pkg syscall (netbsd-386), const DLT_MPLS = 219
 32540  pkg syscall (netbsd-386), const DLT_MTP2 = 140
 32541  pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR = 139
 32542  pkg syscall (netbsd-386), const DLT_MTP3 = 141
 32543  pkg syscall (netbsd-386), const DLT_NULL = 0
 32544  pkg syscall (netbsd-386), const DLT_PCI_EXP = 125
 32545  pkg syscall (netbsd-386), const DLT_PFLOG = 117
 32546  pkg syscall (netbsd-386), const DLT_PFSYNC = 18
 32547  pkg syscall (netbsd-386), const DLT_PPI = 192
 32548  pkg syscall (netbsd-386), const DLT_PPP = 9
 32549  pkg syscall (netbsd-386), const DLT_PPP_BSDOS = 14
 32550  pkg syscall (netbsd-386), const DLT_PPP_ETHER = 51
 32551  pkg syscall (netbsd-386), const DLT_PPP_PPPD = 166
 32552  pkg syscall (netbsd-386), const DLT_PPP_SERIAL = 50
 32553  pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR = 204
 32554  pkg syscall (netbsd-386), const DLT_PRISM_HEADER = 119
 32555  pkg syscall (netbsd-386), const DLT_PRONET = 4
 32556  pkg syscall (netbsd-386), const DLT_RAIF1 = 198
 32557  pkg syscall (netbsd-386), const DLT_RAW = 12
 32558  pkg syscall (netbsd-386), const DLT_RAWAF_MASK = 35913728
 32559  pkg syscall (netbsd-386), const DLT_RIO = 124
 32560  pkg syscall (netbsd-386), const DLT_SCCP = 142
 32561  pkg syscall (netbsd-386), const DLT_SITA = 196
 32562  pkg syscall (netbsd-386), const DLT_SLIP = 8
 32563  pkg syscall (netbsd-386), const DLT_SLIP_BSDOS = 13
 32564  pkg syscall (netbsd-386), const DLT_SUNATM = 123
 32565  pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL = 99
 32566  pkg syscall (netbsd-386), const DLT_TZSP = 128
 32567  pkg syscall (netbsd-386), const DLT_USB = 186
 32568  pkg syscall (netbsd-386), const DLT_USB_LINUX = 189
 32569  pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED = 220
 32570  pkg syscall (netbsd-386), const DLT_WIHART = 223
 32571  pkg syscall (netbsd-386), const DLT_X2E_SERIAL = 213
 32572  pkg syscall (netbsd-386), const DLT_X2E_XORAYA = 214
 32573  pkg syscall (netbsd-386), const DT_BLK = 6
 32574  pkg syscall (netbsd-386), const DT_CHR = 2
 32575  pkg syscall (netbsd-386), const DT_DIR = 4
 32576  pkg syscall (netbsd-386), const DT_FIFO = 1
 32577  pkg syscall (netbsd-386), const DT_LNK = 10
 32578  pkg syscall (netbsd-386), const DT_REG = 8
 32579  pkg syscall (netbsd-386), const DT_SOCK = 12
 32580  pkg syscall (netbsd-386), const DT_UNKNOWN = 0
 32581  pkg syscall (netbsd-386), const DT_WHT = 14
 32582  pkg syscall (netbsd-386), const E2BIG = 7
 32583  pkg syscall (netbsd-386), const EACCES = 13
 32584  pkg syscall (netbsd-386), const EADDRINUSE = 48
 32585  pkg syscall (netbsd-386), const EADDRNOTAVAIL = 49
 32586  pkg syscall (netbsd-386), const EAFNOSUPPORT = 47
 32587  pkg syscall (netbsd-386), const EAGAIN = 35
 32588  pkg syscall (netbsd-386), const EALREADY = 37
 32589  pkg syscall (netbsd-386), const EAUTH = 80
 32590  pkg syscall (netbsd-386), const EBADF = 9
 32591  pkg syscall (netbsd-386), const EBADMSG = 88
 32592  pkg syscall (netbsd-386), const EBADRPC = 72
 32593  pkg syscall (netbsd-386), const EBUSY = 16
 32594  pkg syscall (netbsd-386), const ECANCELED = 87
 32595  pkg syscall (netbsd-386), const ECHILD = 10
 32596  pkg syscall (netbsd-386), const ECHO = 8
 32597  pkg syscall (netbsd-386), const ECHOCTL = 64
 32598  pkg syscall (netbsd-386), const ECHOE = 2
 32599  pkg syscall (netbsd-386), const ECHOK = 4
 32600  pkg syscall (netbsd-386), const ECHOKE = 1
 32601  pkg syscall (netbsd-386), const ECHONL = 16
 32602  pkg syscall (netbsd-386), const ECHOPRT = 32
 32603  pkg syscall (netbsd-386), const ECONNABORTED = 53
 32604  pkg syscall (netbsd-386), const ECONNREFUSED = 61
 32605  pkg syscall (netbsd-386), const ECONNRESET = 54
 32606  pkg syscall (netbsd-386), const EDEADLK = 11
 32607  pkg syscall (netbsd-386), const EDESTADDRREQ = 39
 32608  pkg syscall (netbsd-386), const EDOM = 33
 32609  pkg syscall (netbsd-386), const EDQUOT = 69
 32610  pkg syscall (netbsd-386), const EEXIST = 17
 32611  pkg syscall (netbsd-386), const EFAULT = 14
 32612  pkg syscall (netbsd-386), const EFBIG = 27
 32613  pkg syscall (netbsd-386), const EFTYPE = 79
 32614  pkg syscall (netbsd-386), const EHOSTDOWN = 64
 32615  pkg syscall (netbsd-386), const EHOSTUNREACH = 65
 32616  pkg syscall (netbsd-386), const EIDRM = 82
 32617  pkg syscall (netbsd-386), const EILSEQ = 85
 32618  pkg syscall (netbsd-386), const EINPROGRESS = 36
 32619  pkg syscall (netbsd-386), const EINTR = 4
 32620  pkg syscall (netbsd-386), const EINVAL = 22
 32621  pkg syscall (netbsd-386), const EIO = 5
 32622  pkg syscall (netbsd-386), const EISCONN = 56
 32623  pkg syscall (netbsd-386), const EISDIR = 21
 32624  pkg syscall (netbsd-386), const ELAST = 96
 32625  pkg syscall (netbsd-386), const ELOOP = 62
 32626  pkg syscall (netbsd-386), const EMFILE = 24
 32627  pkg syscall (netbsd-386), const EMLINK = 31
 32628  pkg syscall (netbsd-386), const EMSGSIZE = 40
 32629  pkg syscall (netbsd-386), const EMULTIHOP = 94
 32630  pkg syscall (netbsd-386), const EMUL_LINUX = 1
 32631  pkg syscall (netbsd-386), const EMUL_LINUX32 = 5
 32632  pkg syscall (netbsd-386), const EMUL_MAXID = 6
 32633  pkg syscall (netbsd-386), const ENAMETOOLONG = 63
 32634  pkg syscall (netbsd-386), const ENEEDAUTH = 81
 32635  pkg syscall (netbsd-386), const ENETDOWN = 50
 32636  pkg syscall (netbsd-386), const ENETRESET = 52
 32637  pkg syscall (netbsd-386), const ENETUNREACH = 51
 32638  pkg syscall (netbsd-386), const ENFILE = 23
 32639  pkg syscall (netbsd-386), const ENOATTR = 93
 32640  pkg syscall (netbsd-386), const ENOBUFS = 55
 32641  pkg syscall (netbsd-386), const ENODATA = 89
 32642  pkg syscall (netbsd-386), const ENODEV = 19
 32643  pkg syscall (netbsd-386), const ENOEXEC = 8
 32644  pkg syscall (netbsd-386), const ENOLCK = 77
 32645  pkg syscall (netbsd-386), const ENOLINK = 95
 32646  pkg syscall (netbsd-386), const ENOMEM = 12
 32647  pkg syscall (netbsd-386), const ENOMSG = 83
 32648  pkg syscall (netbsd-386), const ENOPROTOOPT = 42
 32649  pkg syscall (netbsd-386), const ENOSPC = 28
 32650  pkg syscall (netbsd-386), const ENOSR = 90
 32651  pkg syscall (netbsd-386), const ENOSTR = 91
 32652  pkg syscall (netbsd-386), const ENOSYS = 78
 32653  pkg syscall (netbsd-386), const ENOTBLK = 15
 32654  pkg syscall (netbsd-386), const ENOTCONN = 57
 32655  pkg syscall (netbsd-386), const ENOTDIR = 20
 32656  pkg syscall (netbsd-386), const ENOTEMPTY = 66
 32657  pkg syscall (netbsd-386), const ENOTSOCK = 38
 32658  pkg syscall (netbsd-386), const ENOTSUP = 86
 32659  pkg syscall (netbsd-386), const ENOTTY = 25
 32660  pkg syscall (netbsd-386), const ENXIO = 6
 32661  pkg syscall (netbsd-386), const EN_SW_CTL_INF = 4096
 32662  pkg syscall (netbsd-386), const EN_SW_CTL_PREC = 768
 32663  pkg syscall (netbsd-386), const EN_SW_CTL_ROUND = 3072
 32664  pkg syscall (netbsd-386), const EN_SW_DATACHAIN = 128
 32665  pkg syscall (netbsd-386), const EN_SW_DENORM = 2
 32666  pkg syscall (netbsd-386), const EN_SW_INVOP = 1
 32667  pkg syscall (netbsd-386), const EN_SW_OVERFLOW = 8
 32668  pkg syscall (netbsd-386), const EN_SW_PRECLOSS = 32
 32669  pkg syscall (netbsd-386), const EN_SW_UNDERFLOW = 16
 32670  pkg syscall (netbsd-386), const EN_SW_ZERODIV = 4
 32671  pkg syscall (netbsd-386), const EOPNOTSUPP = 45
 32672  pkg syscall (netbsd-386), const EOVERFLOW = 84
 32673  pkg syscall (netbsd-386), const EPERM = 1
 32674  pkg syscall (netbsd-386), const EPFNOSUPPORT = 46
 32675  pkg syscall (netbsd-386), const EPIPE = 32
 32676  pkg syscall (netbsd-386), const EPROCLIM = 67
 32677  pkg syscall (netbsd-386), const EPROCUNAVAIL = 76
 32678  pkg syscall (netbsd-386), const EPROGMISMATCH = 75
 32679  pkg syscall (netbsd-386), const EPROGUNAVAIL = 74
 32680  pkg syscall (netbsd-386), const EPROTO = 96
 32681  pkg syscall (netbsd-386), const EPROTONOSUPPORT = 43
 32682  pkg syscall (netbsd-386), const EPROTOTYPE = 41
 32683  pkg syscall (netbsd-386), const ERANGE = 34
 32684  pkg syscall (netbsd-386), const EREMOTE = 71
 32685  pkg syscall (netbsd-386), const EROFS = 30
 32686  pkg syscall (netbsd-386), const ERPCMISMATCH = 73
 32687  pkg syscall (netbsd-386), const ESHUTDOWN = 58
 32688  pkg syscall (netbsd-386), const ESOCKTNOSUPPORT = 44
 32689  pkg syscall (netbsd-386), const ESPIPE = 29
 32690  pkg syscall (netbsd-386), const ESRCH = 3
 32691  pkg syscall (netbsd-386), const ESTALE = 70
 32692  pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU = 4
 32693  pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING = 2
 32694  pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU = 1
 32695  pkg syscall (netbsd-386), const ETHERMIN = 46
 32696  pkg syscall (netbsd-386), const ETHERMTU = 1500
 32697  pkg syscall (netbsd-386), const ETHERMTU_JUMBO = 9000
 32698  pkg syscall (netbsd-386), const ETHERTYPE_8023 = 4
 32699  pkg syscall (netbsd-386), const ETHERTYPE_AARP = 33011
 32700  pkg syscall (netbsd-386), const ETHERTYPE_ACCTON = 33680
 32701  pkg syscall (netbsd-386), const ETHERTYPE_AEONIC = 32822
 32702  pkg syscall (netbsd-386), const ETHERTYPE_ALPHA = 33098
 32703  pkg syscall (netbsd-386), const ETHERTYPE_AMBER = 24584
 32704  pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA = 33093
 32705  pkg syscall (netbsd-386), const ETHERTYPE_APOLLO = 33015
 32706  pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
 32707  pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK = 32923
 32708  pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK = 32967
 32709  pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT = 32826
 32710  pkg syscall (netbsd-386), const ETHERTYPE_ARP = 2054
 32711  pkg syscall (netbsd-386), const ETHERTYPE_AT = 32923
 32712  pkg syscall (netbsd-386), const ETHERTYPE_ATALK = 32923
 32713  pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC = 34527
 32714  pkg syscall (netbsd-386), const ETHERTYPE_ATT = 32873
 32715  pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
 32716  pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON = 32874
 32717  pkg syscall (netbsd-386), const ETHERTYPE_AXIS = 34902
 32718  pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP = 36867
 32719  pkg syscall (netbsd-386), const ETHERTYPE_BOFL = 33026
 32720  pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON = 28724
 32721  pkg syscall (netbsd-386), const ETHERTYPE_CHAOS = 2052
 32722  pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN = 32876
 32723  pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
 32724  pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
 32725  pkg syscall (netbsd-386), const ETHERTYPE_CRONUS = 32772
 32726  pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN = 32771
 32727  pkg syscall (netbsd-386), const ETHERTYPE_DCA = 4660
 32728  pkg syscall (netbsd-386), const ETHERTYPE_DDE = 32891
 32729  pkg syscall (netbsd-386), const ETHERTYPE_DEBNI = 43690
 32730  pkg syscall (netbsd-386), const ETHERTYPE_DECAM = 32840
 32731  pkg syscall (netbsd-386), const ETHERTYPE_DECCUST = 24582
 32732  pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG = 24581
 32733  pkg syscall (netbsd-386), const ETHERTYPE_DECDNS = 32828
 32734  pkg syscall (netbsd-386), const ETHERTYPE_DECDTS = 32830
 32735  pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER = 24576
 32736  pkg syscall (netbsd-386), const ETHERTYPE_DECLAST = 32833
 32737  pkg syscall (netbsd-386), const ETHERTYPE_DECLTM = 32831
 32738  pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS = 24585
 32739  pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS = 32832
 32740  pkg syscall (netbsd-386), const ETHERTYPE_DELTACON = 34526
 32741  pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE = 17185
 32742  pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 = 1632
 32743  pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 = 1633
 32744  pkg syscall (netbsd-386), const ETHERTYPE_DN = 24579
 32745  pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT = 6537
 32746  pkg syscall (netbsd-386), const ETHERTYPE_DSMD = 32825
 32747  pkg syscall (netbsd-386), const ETHERTYPE_ECMA = 2051
 32748  pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT = 32829
 32749  pkg syscall (netbsd-386), const ETHERTYPE_ES = 32861
 32750  pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN = 32784
 32751  pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA = 32841
 32752  pkg syscall (netbsd-386), const ETHERTYPE_FLIP = 33094
 32753  pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
 32754  pkg syscall (netbsd-386), const ETHERTYPE_FRARP = 2056
 32755  pkg syscall (netbsd-386), const ETHERTYPE_GENDYN = 32872
 32756  pkg syscall (netbsd-386), const ETHERTYPE_HAYES = 33072
 32757  pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP = 33152
 32758  pkg syscall (netbsd-386), const ETHERTYPE_HITACHI = 34848
 32759  pkg syscall (netbsd-386), const ETHERTYPE_HP = 32773
 32760  pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP = 2560
 32761  pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
 32762  pkg syscall (netbsd-386), const ETHERTYPE_IMLBL = 19522
 32763  pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
 32764  pkg syscall (netbsd-386), const ETHERTYPE_IP = 2048
 32765  pkg syscall (netbsd-386), const ETHERTYPE_IPAS = 34668
 32766  pkg syscall (netbsd-386), const ETHERTYPE_IPV6 = 34525
 32767  pkg syscall (netbsd-386), const ETHERTYPE_IPX = 33079
 32768  pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW = 32823
 32769  pkg syscall (netbsd-386), const ETHERTYPE_KALPANA = 34178
 32770  pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE = 32824
 32771  pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE = 34952
 32772  pkg syscall (netbsd-386), const ETHERTYPE_LAT = 24580
 32773  pkg syscall (netbsd-386), const ETHERTYPE_LBACK = 36864
 32774  pkg syscall (netbsd-386), const ETHERTYPE_LITTLE = 32864
 32775  pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT = 33096
 32776  pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK = 36864
 32777  pkg syscall (netbsd-386), const ETHERTYPE_MATRA = 32890
 32778  pkg syscall (netbsd-386), const ETHERTYPE_MAX = 65535
 32779  pkg syscall (netbsd-386), const ETHERTYPE_MERIT = 32892
 32780  pkg syscall (netbsd-386), const ETHERTYPE_MICP = 34618
 32781  pkg syscall (netbsd-386), const ETHERTYPE_MOPDL = 24577
 32782  pkg syscall (netbsd-386), const ETHERTYPE_MOPRC = 24578
 32783  pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA = 33165
 32784  pkg syscall (netbsd-386), const ETHERTYPE_MPLS = 34887
 32785  pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
 32786  pkg syscall (netbsd-386), const ETHERTYPE_MUMPS = 33087
 32787  pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
 32788  pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
 32789  pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
 32790  pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
 32791  pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
 32792  pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
 32793  pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
 32794  pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB = 15368
 32795  pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE = 15370
 32796  pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR = 15372
 32797  pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS = 15371
 32798  pkg syscall (netbsd-386), const ETHERTYPE_NBPRST = 15373
 32799  pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD = 15361
 32800  pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD = 15360
 32801  pkg syscall (netbsd-386), const ETHERTYPE_NBS = 2050
 32802  pkg syscall (netbsd-386), const ETHERTYPE_NCD = 33097
 32803  pkg syscall (netbsd-386), const ETHERTYPE_NESTAR = 32774
 32804  pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI = 33169
 32805  pkg syscall (netbsd-386), const ETHERTYPE_NOVELL = 33080
 32806  pkg syscall (netbsd-386), const ETHERTYPE_NS = 1536
 32807  pkg syscall (netbsd-386), const ETHERTYPE_NSAT = 1537
 32808  pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT = 2055
 32809  pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER = 16
 32810  pkg syscall (netbsd-386), const ETHERTYPE_OS9 = 28679
 32811  pkg syscall (netbsd-386), const ETHERTYPE_OS9NET = 28681
 32812  pkg syscall (netbsd-386), const ETHERTYPE_PACER = 32966
 32813  pkg syscall (netbsd-386), const ETHERTYPE_PAE = 34958
 32814  pkg syscall (netbsd-386), const ETHERTYPE_PCS = 16962
 32815  pkg syscall (netbsd-386), const ETHERTYPE_PLANNING = 32836
 32816  pkg syscall (netbsd-386), const ETHERTYPE_PPP = 34827
 32817  pkg syscall (netbsd-386), const ETHERTYPE_PPPOE = 34916
 32818  pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC = 34915
 32819  pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS = 28721
 32820  pkg syscall (netbsd-386), const ETHERTYPE_PUP = 512
 32821  pkg syscall (netbsd-386), const ETHERTYPE_PUPAT = 512
 32822  pkg syscall (netbsd-386), const ETHERTYPE_RACAL = 28720
 32823  pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL = 33104
 32824  pkg syscall (netbsd-386), const ETHERTYPE_RAWFR = 25945
 32825  pkg syscall (netbsd-386), const ETHERTYPE_RCL = 6549
 32826  pkg syscall (netbsd-386), const ETHERTYPE_RDP = 34617
 32827  pkg syscall (netbsd-386), const ETHERTYPE_RETIX = 33010
 32828  pkg syscall (netbsd-386), const ETHERTYPE_REVARP = 32821
 32829  pkg syscall (netbsd-386), const ETHERTYPE_SCA = 24583
 32830  pkg syscall (netbsd-386), const ETHERTYPE_SECTRA = 34523
 32831  pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA = 34669
 32832  pkg syscall (netbsd-386), const ETHERTYPE_SGITW = 33150
 32833  pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
 32834  pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG = 32787
 32835  pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
 32836  pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV = 32789
 32837  pkg syscall (netbsd-386), const ETHERTYPE_SIMNET = 21000
 32838  pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS = 34825
 32839  pkg syscall (netbsd-386), const ETHERTYPE_SNA = 32981
 32840  pkg syscall (netbsd-386), const ETHERTYPE_SNMP = 33100
 32841  pkg syscall (netbsd-386), const ETHERTYPE_SONIX = 64245
 32842  pkg syscall (netbsd-386), const ETHERTYPE_SPIDER = 32927
 32843  pkg syscall (netbsd-386), const ETHERTYPE_SPRITE = 1280
 32844  pkg syscall (netbsd-386), const ETHERTYPE_STP = 33153
 32845  pkg syscall (netbsd-386), const ETHERTYPE_TALARIS = 33067
 32846  pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC = 34091
 32847  pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP = 34667
 32848  pkg syscall (netbsd-386), const ETHERTYPE_TCPSM = 36866
 32849  pkg syscall (netbsd-386), const ETHERTYPE_TEC = 33103
 32850  pkg syscall (netbsd-386), const ETHERTYPE_TIGAN = 32815
 32851  pkg syscall (netbsd-386), const ETHERTYPE_TRAIL = 4096
 32852  pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER = 25944
 32853  pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE = 32814
 32854  pkg syscall (netbsd-386), const ETHERTYPE_UBBST = 28677
 32855  pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG = 2304
 32856  pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
 32857  pkg syscall (netbsd-386), const ETHERTYPE_UBDL = 28672
 32858  pkg syscall (netbsd-386), const ETHERTYPE_UBNIU = 28673
 32859  pkg syscall (netbsd-386), const ETHERTYPE_UBNMC = 28675
 32860  pkg syscall (netbsd-386), const ETHERTYPE_VALID = 5632
 32861  pkg syscall (netbsd-386), const ETHERTYPE_VARIAN = 32989
 32862  pkg syscall (netbsd-386), const ETHERTYPE_VAXELN = 32827
 32863  pkg syscall (netbsd-386), const ETHERTYPE_VEECO = 32871
 32864  pkg syscall (netbsd-386), const ETHERTYPE_VEXP = 32859
 32865  pkg syscall (netbsd-386), const ETHERTYPE_VGLAB = 33073
 32866  pkg syscall (netbsd-386), const ETHERTYPE_VINES = 2989
 32867  pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO = 2991
 32868  pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP = 2990
 32869  pkg syscall (netbsd-386), const ETHERTYPE_VITAL = 65280
 32870  pkg syscall (netbsd-386), const ETHERTYPE_VLAN = 33024
 32871  pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN = 32896
 32872  pkg syscall (netbsd-386), const ETHERTYPE_VPROD = 32860
 32873  pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED = 33095
 32874  pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO = 33072
 32875  pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET = 33027
 32876  pkg syscall (netbsd-386), const ETHERTYPE_X25 = 2053
 32877  pkg syscall (netbsd-386), const ETHERTYPE_X75 = 2049
 32878  pkg syscall (netbsd-386), const ETHERTYPE_XNSSM = 36865
 32879  pkg syscall (netbsd-386), const ETHERTYPE_XTP = 33149
 32880  pkg syscall (netbsd-386), const ETHER_ADDR_LEN = 6
 32881  pkg syscall (netbsd-386), const ETHER_CRC_LEN = 4
 32882  pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE = 79764918
 32883  pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE = 3988292384
 32884  pkg syscall (netbsd-386), const ETHER_HDR_LEN = 14
 32885  pkg syscall (netbsd-386), const ETHER_MAX_LEN = 1518
 32886  pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO = 9018
 32887  pkg syscall (netbsd-386), const ETHER_MIN_LEN = 64
 32888  pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN = 8
 32889  pkg syscall (netbsd-386), const ETHER_TYPE_LEN = 2
 32890  pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
 32891  pkg syscall (netbsd-386), const ETIME = 92
 32892  pkg syscall (netbsd-386), const ETIMEDOUT = 60
 32893  pkg syscall (netbsd-386), const ETOOMANYREFS = 59
 32894  pkg syscall (netbsd-386), const ETXTBSY = 26
 32895  pkg syscall (netbsd-386), const EUSERS = 68
 32896  pkg syscall (netbsd-386), const EVFILT_AIO = 2
 32897  pkg syscall (netbsd-386), const EVFILT_PROC = 4
 32898  pkg syscall (netbsd-386), const EVFILT_READ = 0
 32899  pkg syscall (netbsd-386), const EVFILT_SIGNAL = 5
 32900  pkg syscall (netbsd-386), const EVFILT_SYSCOUNT = 7
 32901  pkg syscall (netbsd-386), const EVFILT_TIMER = 6
 32902  pkg syscall (netbsd-386), const EVFILT_VNODE = 3
 32903  pkg syscall (netbsd-386), const EVFILT_WRITE = 1
 32904  pkg syscall (netbsd-386), const EV_ADD = 1
 32905  pkg syscall (netbsd-386), const EV_CLEAR = 32
 32906  pkg syscall (netbsd-386), const EV_DELETE = 2
 32907  pkg syscall (netbsd-386), const EV_DISABLE = 8
 32908  pkg syscall (netbsd-386), const EV_ENABLE = 4
 32909  pkg syscall (netbsd-386), const EV_EOF = 32768
 32910  pkg syscall (netbsd-386), const EV_ERROR = 16384
 32911  pkg syscall (netbsd-386), const EV_FLAG1 = 8192
 32912  pkg syscall (netbsd-386), const EV_ONESHOT = 16
 32913  pkg syscall (netbsd-386), const EV_SYSFLAGS = 61440
 32914  pkg syscall (netbsd-386), const EWOULDBLOCK = 35
 32915  pkg syscall (netbsd-386), const EXDEV = 18
 32916  pkg syscall (netbsd-386), const EXTA = 19200
 32917  pkg syscall (netbsd-386), const EXTB = 38400
 32918  pkg syscall (netbsd-386), const EXTPROC = 2048
 32919  pkg syscall (netbsd-386), const FD_CLOEXEC = 1
 32920  pkg syscall (netbsd-386), const FD_SETSIZE = 256
 32921  pkg syscall (netbsd-386), const FLUSHO = 8388608
 32922  pkg syscall (netbsd-386), const F_CLOSEM = 10
 32923  pkg syscall (netbsd-386), const F_DUPFD = 0
 32924  pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC = 12
 32925  pkg syscall (netbsd-386), const F_FSCTL = -2147483648
 32926  pkg syscall (netbsd-386), const F_FSDIRMASK = 1879048192
 32927  pkg syscall (netbsd-386), const F_FSIN = 268435456
 32928  pkg syscall (netbsd-386), const F_FSINOUT = 805306368
 32929  pkg syscall (netbsd-386), const F_FSOUT = 536870912
 32930  pkg syscall (netbsd-386), const F_FSPRIV = 32768
 32931  pkg syscall (netbsd-386), const F_FSVOID = 1073741824
 32932  pkg syscall (netbsd-386), const F_GETFD = 1
 32933  pkg syscall (netbsd-386), const F_GETFL = 3
 32934  pkg syscall (netbsd-386), const F_GETLK = 7
 32935  pkg syscall (netbsd-386), const F_GETNOSIGPIPE = 13
 32936  pkg syscall (netbsd-386), const F_GETOWN = 5
 32937  pkg syscall (netbsd-386), const F_MAXFD = 11
 32938  pkg syscall (netbsd-386), const F_OK = 0
 32939  pkg syscall (netbsd-386), const F_PARAM_MASK = 4095
 32940  pkg syscall (netbsd-386), const F_PARAM_MAX = 4095
 32941  pkg syscall (netbsd-386), const F_RDLCK = 1
 32942  pkg syscall (netbsd-386), const F_SETFD = 2
 32943  pkg syscall (netbsd-386), const F_SETFL = 4
 32944  pkg syscall (netbsd-386), const F_SETLK = 8
 32945  pkg syscall (netbsd-386), const F_SETLKW = 9
 32946  pkg syscall (netbsd-386), const F_SETNOSIGPIPE = 14
 32947  pkg syscall (netbsd-386), const F_SETOWN = 6
 32948  pkg syscall (netbsd-386), const F_UNLCK = 2
 32949  pkg syscall (netbsd-386), const F_WRLCK = 3
 32950  pkg syscall (netbsd-386), const HUPCL = 16384
 32951  pkg syscall (netbsd-386), const ICANON = 256
 32952  pkg syscall (netbsd-386), const ICRNL = 256
 32953  pkg syscall (netbsd-386), const IEXTEN = 1024
 32954  pkg syscall (netbsd-386), const IFAN_ARRIVAL = 0
 32955  pkg syscall (netbsd-386), const IFAN_DEPARTURE = 1
 32956  pkg syscall (netbsd-386), const IFA_ROUTE = 1
 32957  pkg syscall (netbsd-386), const IFF_ALLMULTI = 512
 32958  pkg syscall (netbsd-386), const IFF_CANTCHANGE = 36690
 32959  pkg syscall (netbsd-386), const IFF_DEBUG = 4
 32960  pkg syscall (netbsd-386), const IFF_LINK0 = 4096
 32961  pkg syscall (netbsd-386), const IFF_LINK1 = 8192
 32962  pkg syscall (netbsd-386), const IFF_LINK2 = 16384
 32963  pkg syscall (netbsd-386), const IFF_LOOPBACK = 8
 32964  pkg syscall (netbsd-386), const IFF_MULTICAST = 32768
 32965  pkg syscall (netbsd-386), const IFF_NOARP = 128
 32966  pkg syscall (netbsd-386), const IFF_NOTRAILERS = 32
 32967  pkg syscall (netbsd-386), const IFF_OACTIVE = 1024
 32968  pkg syscall (netbsd-386), const IFF_POINTOPOINT = 16
 32969  pkg syscall (netbsd-386), const IFF_PROMISC = 256
 32970  pkg syscall (netbsd-386), const IFF_RUNNING = 64
 32971  pkg syscall (netbsd-386), const IFF_SIMPLEX = 2048
 32972  pkg syscall (netbsd-386), const IFNAMSIZ = 16
 32973  pkg syscall (netbsd-386), const IFT_1822 = 2
 32974  pkg syscall (netbsd-386), const IFT_A12MPPSWITCH = 130
 32975  pkg syscall (netbsd-386), const IFT_AAL2 = 187
 32976  pkg syscall (netbsd-386), const IFT_AAL5 = 49
 32977  pkg syscall (netbsd-386), const IFT_ADSL = 94
 32978  pkg syscall (netbsd-386), const IFT_AFLANE8023 = 59
 32979  pkg syscall (netbsd-386), const IFT_AFLANE8025 = 60
 32980  pkg syscall (netbsd-386), const IFT_ARAP = 88
 32981  pkg syscall (netbsd-386), const IFT_ARCNET = 35
 32982  pkg syscall (netbsd-386), const IFT_ARCNETPLUS = 36
 32983  pkg syscall (netbsd-386), const IFT_ASYNC = 84
 32984  pkg syscall (netbsd-386), const IFT_ATM = 37
 32985  pkg syscall (netbsd-386), const IFT_ATMDXI = 105
 32986  pkg syscall (netbsd-386), const IFT_ATMFUNI = 106
 32987  pkg syscall (netbsd-386), const IFT_ATMIMA = 107
 32988  pkg syscall (netbsd-386), const IFT_ATMLOGICAL = 80
 32989  pkg syscall (netbsd-386), const IFT_ATMRADIO = 189
 32990  pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE = 134
 32991  pkg syscall (netbsd-386), const IFT_ATMVCIENDPT = 194
 32992  pkg syscall (netbsd-386), const IFT_ATMVIRTUAL = 149
 32993  pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
 32994  pkg syscall (netbsd-386), const IFT_BRIDGE = 209
 32995  pkg syscall (netbsd-386), const IFT_BSC = 83
 32996  pkg syscall (netbsd-386), const IFT_CARP = 248
 32997  pkg syscall (netbsd-386), const IFT_CCTEMUL = 61
 32998  pkg syscall (netbsd-386), const IFT_CEPT = 19
 32999  pkg syscall (netbsd-386), const IFT_CES = 133
 33000  pkg syscall (netbsd-386), const IFT_CHANNEL = 70
 33001  pkg syscall (netbsd-386), const IFT_CNR = 85
 33002  pkg syscall (netbsd-386), const IFT_COFFEE = 132
 33003  pkg syscall (netbsd-386), const IFT_COMPOSITELINK = 155
 33004  pkg syscall (netbsd-386), const IFT_DCN = 141
 33005  pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE = 138
 33006  pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 33007  pkg syscall (netbsd-386), const IFT_DLSW = 74
 33008  pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
 33009  pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER = 127
 33010  pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
 33011  pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 33012  pkg syscall (netbsd-386), const IFT_DS0 = 81
 33013  pkg syscall (netbsd-386), const IFT_DS0BUNDLE = 82
 33014  pkg syscall (netbsd-386), const IFT_DS1FDL = 170
 33015  pkg syscall (netbsd-386), const IFT_DS3 = 30
 33016  pkg syscall (netbsd-386), const IFT_DTM = 140
 33017  pkg syscall (netbsd-386), const IFT_DVBASILN = 172
 33018  pkg syscall (netbsd-386), const IFT_DVBASIOUT = 173
 33019  pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
 33020  pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER = 146
 33021  pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM = 148
 33022  pkg syscall (netbsd-386), const IFT_ECONET = 206
 33023  pkg syscall (netbsd-386), const IFT_EON = 25
 33024  pkg syscall (netbsd-386), const IFT_EPLRS = 87
 33025  pkg syscall (netbsd-386), const IFT_ESCON = 73
 33026  pkg syscall (netbsd-386), const IFT_ETHER = 6
 33027  pkg syscall (netbsd-386), const IFT_FAITH = 242
 33028  pkg syscall (netbsd-386), const IFT_FAST = 125
 33029  pkg syscall (netbsd-386), const IFT_FASTETHER = 62
 33030  pkg syscall (netbsd-386), const IFT_FASTETHERFX = 69
 33031  pkg syscall (netbsd-386), const IFT_FDDI = 15
 33032  pkg syscall (netbsd-386), const IFT_FIBRECHANNEL = 56
 33033  pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
 33034  pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI = 92
 33035  pkg syscall (netbsd-386), const IFT_FRDLCIENDPT = 193
 33036  pkg syscall (netbsd-386), const IFT_FRELAY = 32
 33037  pkg syscall (netbsd-386), const IFT_FRELAYDCE = 44
 33038  pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE = 163
 33039  pkg syscall (netbsd-386), const IFT_FRFORWARD = 158
 33040  pkg syscall (netbsd-386), const IFT_G703AT2MB = 67
 33041  pkg syscall (netbsd-386), const IFT_G703AT64K = 66
 33042  pkg syscall (netbsd-386), const IFT_GIF = 240
 33043  pkg syscall (netbsd-386), const IFT_GIGABITETHERNET = 117
 33044  pkg syscall (netbsd-386), const IFT_GR303IDT = 178
 33045  pkg syscall (netbsd-386), const IFT_GR303RDT = 177
 33046  pkg syscall (netbsd-386), const IFT_H323GATEKEEPER = 164
 33047  pkg syscall (netbsd-386), const IFT_H323PROXY = 165
 33048  pkg syscall (netbsd-386), const IFT_HDH1822 = 3
 33049  pkg syscall (netbsd-386), const IFT_HDLC = 118
 33050  pkg syscall (netbsd-386), const IFT_HDSL2 = 168
 33051  pkg syscall (netbsd-386), const IFT_HIPERLAN2 = 183
 33052  pkg syscall (netbsd-386), const IFT_HIPPI = 47
 33053  pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE = 57
 33054  pkg syscall (netbsd-386), const IFT_HOSTPAD = 90
 33055  pkg syscall (netbsd-386), const IFT_HSSI = 46
 33056  pkg syscall (netbsd-386), const IFT_HY = 14
 33057  pkg syscall (netbsd-386), const IFT_IBM370PARCHAN = 72
 33058  pkg syscall (netbsd-386), const IFT_IDSL = 154
 33059  pkg syscall (netbsd-386), const IFT_IEEE1394 = 144
 33060  pkg syscall (netbsd-386), const IFT_IEEE80211 = 71
 33061  pkg syscall (netbsd-386), const IFT_IEEE80212 = 55
 33062  pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG = 161
 33063  pkg syscall (netbsd-386), const IFT_IFGSN = 145
 33064  pkg syscall (netbsd-386), const IFT_IMT = 190
 33065  pkg syscall (netbsd-386), const IFT_INFINIBAND = 199
 33066  pkg syscall (netbsd-386), const IFT_INTERLEAVE = 124
 33067  pkg syscall (netbsd-386), const IFT_IP = 126
 33068  pkg syscall (netbsd-386), const IFT_IPFORWARD = 142
 33069  pkg syscall (netbsd-386), const IFT_IPOVERATM = 114
 33070  pkg syscall (netbsd-386), const IFT_IPOVERCDLC = 109
 33071  pkg syscall (netbsd-386), const IFT_IPOVERCLAW = 110
 33072  pkg syscall (netbsd-386), const IFT_IPSWITCH = 78
 33073  pkg syscall (netbsd-386), const IFT_ISDN = 63
 33074  pkg syscall (netbsd-386), const IFT_ISDNBASIC = 20
 33075  pkg syscall (netbsd-386), const IFT_ISDNPRIMARY = 21
 33076  pkg syscall (netbsd-386), const IFT_ISDNS = 75
 33077  pkg syscall (netbsd-386), const IFT_ISDNU = 76
 33078  pkg syscall (netbsd-386), const IFT_ISO88022LLC = 41
 33079  pkg syscall (netbsd-386), const IFT_ISO88023 = 7
 33080  pkg syscall (netbsd-386), const IFT_ISO88024 = 8
 33081  pkg syscall (netbsd-386), const IFT_ISO88025 = 9
 33082  pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT = 98
 33083  pkg syscall (netbsd-386), const IFT_ISO88025DTR = 86
 33084  pkg syscall (netbsd-386), const IFT_ISO88025FIBER = 115
 33085  pkg syscall (netbsd-386), const IFT_ISO88026 = 10
 33086  pkg syscall (netbsd-386), const IFT_ISUP = 179
 33087  pkg syscall (netbsd-386), const IFT_L2VLAN = 135
 33088  pkg syscall (netbsd-386), const IFT_L3IPVLAN = 136
 33089  pkg syscall (netbsd-386), const IFT_L3IPXVLAN = 137
 33090  pkg syscall (netbsd-386), const IFT_LAPB = 16
 33091  pkg syscall (netbsd-386), const IFT_LAPD = 77
 33092  pkg syscall (netbsd-386), const IFT_LAPF = 119
 33093  pkg syscall (netbsd-386), const IFT_LINEGROUP = 210
 33094  pkg syscall (netbsd-386), const IFT_LOCALTALK = 42
 33095  pkg syscall (netbsd-386), const IFT_LOOP = 24
 33096  pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP = 139
 33097  pkg syscall (netbsd-386), const IFT_MFSIGLINK = 167
 33098  pkg syscall (netbsd-386), const IFT_MIOX25 = 38
 33099  pkg syscall (netbsd-386), const IFT_MODEM = 48
 33100  pkg syscall (netbsd-386), const IFT_MPC = 113
 33101  pkg syscall (netbsd-386), const IFT_MPLS = 166
 33102  pkg syscall (netbsd-386), const IFT_MPLSTUNNEL = 150
 33103  pkg syscall (netbsd-386), const IFT_MSDSL = 143
 33104  pkg syscall (netbsd-386), const IFT_MVL = 191
 33105  pkg syscall (netbsd-386), const IFT_MYRINET = 99
 33106  pkg syscall (netbsd-386), const IFT_NFAS = 175
 33107  pkg syscall (netbsd-386), const IFT_NSIP = 27
 33108  pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL = 195
 33109  pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT = 196
 33110  pkg syscall (netbsd-386), const IFT_OTHER = 1
 33111  pkg syscall (netbsd-386), const IFT_P10 = 12
 33112  pkg syscall (netbsd-386), const IFT_P80 = 13
 33113  pkg syscall (netbsd-386), const IFT_PARA = 34
 33114  pkg syscall (netbsd-386), const IFT_PFLOG = 245
 33115  pkg syscall (netbsd-386), const IFT_PFSYNC = 246
 33116  pkg syscall (netbsd-386), const IFT_PLC = 174
 33117  pkg syscall (netbsd-386), const IFT_PON155 = 207
 33118  pkg syscall (netbsd-386), const IFT_PON622 = 208
 33119  pkg syscall (netbsd-386), const IFT_POS = 171
 33120  pkg syscall (netbsd-386), const IFT_PPP = 23
 33121  pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
 33122  pkg syscall (netbsd-386), const IFT_PROPATM = 197
 33123  pkg syscall (netbsd-386), const IFT_PROPBWAP2MP = 184
 33124  pkg syscall (netbsd-386), const IFT_PROPCNLS = 89
 33125  pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 33126  pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 33127  pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 33128  pkg syscall (netbsd-386), const IFT_PROPMUX = 54
 33129  pkg syscall (netbsd-386), const IFT_PROPVIRTUAL = 53
 33130  pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P = 157
 33131  pkg syscall (netbsd-386), const IFT_PTPSERIAL = 22
 33132  pkg syscall (netbsd-386), const IFT_PVC = 241
 33133  pkg syscall (netbsd-386), const IFT_Q2931 = 201
 33134  pkg syscall (netbsd-386), const IFT_QLLC = 68
 33135  pkg syscall (netbsd-386), const IFT_RADIOMAC = 188
 33136  pkg syscall (netbsd-386), const IFT_RADSL = 95
 33137  pkg syscall (netbsd-386), const IFT_REACHDSL = 192
 33138  pkg syscall (netbsd-386), const IFT_RFC1483 = 159
 33139  pkg syscall (netbsd-386), const IFT_RS232 = 33
 33140  pkg syscall (netbsd-386), const IFT_RSRB = 79
 33141  pkg syscall (netbsd-386), const IFT_SDLC = 17
 33142  pkg syscall (netbsd-386), const IFT_SDSL = 96
 33143  pkg syscall (netbsd-386), const IFT_SHDSL = 169
 33144  pkg syscall (netbsd-386), const IFT_SIP = 31
 33145  pkg syscall (netbsd-386), const IFT_SIPSIG = 204
 33146  pkg syscall (netbsd-386), const IFT_SIPTG = 203
 33147  pkg syscall (netbsd-386), const IFT_SLIP = 28
 33148  pkg syscall (netbsd-386), const IFT_SMDSDXI = 43
 33149  pkg syscall (netbsd-386), const IFT_SMDSICIP = 52
 33150  pkg syscall (netbsd-386), const IFT_SONET = 39
 33151  pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
 33152  pkg syscall (netbsd-386), const IFT_SONETPATH = 50
 33153  pkg syscall (netbsd-386), const IFT_SONETVT = 51
 33154  pkg syscall (netbsd-386), const IFT_SRP = 151
 33155  pkg syscall (netbsd-386), const IFT_SS7SIGLINK = 156
 33156  pkg syscall (netbsd-386), const IFT_STACKTOSTACK = 111
 33157  pkg syscall (netbsd-386), const IFT_STARLAN = 11
 33158  pkg syscall (netbsd-386), const IFT_STF = 215
 33159  pkg syscall (netbsd-386), const IFT_T1 = 18
 33160  pkg syscall (netbsd-386), const IFT_TDLC = 116
 33161  pkg syscall (netbsd-386), const IFT_TELINK = 200
 33162  pkg syscall (netbsd-386), const IFT_TERMPAD = 91
 33163  pkg syscall (netbsd-386), const IFT_TR008 = 176
 33164  pkg syscall (netbsd-386), const IFT_TRANSPHDLC = 123
 33165  pkg syscall (netbsd-386), const IFT_TUNNEL = 131
 33166  pkg syscall (netbsd-386), const IFT_ULTRA = 29
 33167  pkg syscall (netbsd-386), const IFT_USB = 160
 33168  pkg syscall (netbsd-386), const IFT_V11 = 64
 33169  pkg syscall (netbsd-386), const IFT_V35 = 45
 33170  pkg syscall (netbsd-386), const IFT_V36 = 65
 33171  pkg syscall (netbsd-386), const IFT_V37 = 120
 33172  pkg syscall (netbsd-386), const IFT_VDSL = 97
 33173  pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS = 112
 33174  pkg syscall (netbsd-386), const IFT_VIRTUALTG = 202
 33175  pkg syscall (netbsd-386), const IFT_VOICEDID = 213
 33176  pkg syscall (netbsd-386), const IFT_VOICEEM = 100
 33177  pkg syscall (netbsd-386), const IFT_VOICEEMFGD = 211
 33178  pkg syscall (netbsd-386), const IFT_VOICEENCAP = 103
 33179  pkg syscall (netbsd-386), const IFT_VOICEFGDEANA = 212
 33180  pkg syscall (netbsd-386), const IFT_VOICEFXO = 101
 33181  pkg syscall (netbsd-386), const IFT_VOICEFXS = 102
 33182  pkg syscall (netbsd-386), const IFT_VOICEOVERATM = 152
 33183  pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE = 198
 33184  pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
 33185  pkg syscall (netbsd-386), const IFT_VOICEOVERIP = 104
 33186  pkg syscall (netbsd-386), const IFT_X213 = 93
 33187  pkg syscall (netbsd-386), const IFT_X25 = 5
 33188  pkg syscall (netbsd-386), const IFT_X25DDN = 4
 33189  pkg syscall (netbsd-386), const IFT_X25HUNTGROUP = 122
 33190  pkg syscall (netbsd-386), const IFT_X25MLP = 121
 33191  pkg syscall (netbsd-386), const IFT_X25PLE = 40
 33192  pkg syscall (netbsd-386), const IFT_XETHER = 26
 33193  pkg syscall (netbsd-386), const IGNBRK = 1
 33194  pkg syscall (netbsd-386), const IGNCR = 128
 33195  pkg syscall (netbsd-386), const IGNPAR = 4
 33196  pkg syscall (netbsd-386), const IMAXBEL = 8192
 33197  pkg syscall (netbsd-386), const INLCR = 64
 33198  pkg syscall (netbsd-386), const INPCK = 16
 33199  pkg syscall (netbsd-386), const IN_CLASSA_HOST = 16777215
 33200  pkg syscall (netbsd-386), const IN_CLASSA_MAX = 128
 33201  pkg syscall (netbsd-386), const IN_CLASSA_NET = 4278190080
 33202  pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT = 24
 33203  pkg syscall (netbsd-386), const IN_CLASSB_HOST = 65535
 33204  pkg syscall (netbsd-386), const IN_CLASSB_MAX = 65536
 33205  pkg syscall (netbsd-386), const IN_CLASSB_NET = 4294901760
 33206  pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT = 16
 33207  pkg syscall (netbsd-386), const IN_CLASSC_HOST = 255
 33208  pkg syscall (netbsd-386), const IN_CLASSC_NET = 4294967040
 33209  pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT = 8
 33210  pkg syscall (netbsd-386), const IN_CLASSD_HOST = 268435455
 33211  pkg syscall (netbsd-386), const IN_CLASSD_NET = 4026531840
 33212  pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT = 28
 33213  pkg syscall (netbsd-386), const IN_LOOPBACKNET = 127
 33214  pkg syscall (netbsd-386), const IPPROTO_AH = 51
 33215  pkg syscall (netbsd-386), const IPPROTO_CARP = 112
 33216  pkg syscall (netbsd-386), const IPPROTO_DONE = 257
 33217  pkg syscall (netbsd-386), const IPPROTO_DSTOPTS = 60
 33218  pkg syscall (netbsd-386), const IPPROTO_EGP = 8
 33219  pkg syscall (netbsd-386), const IPPROTO_ENCAP = 98
 33220  pkg syscall (netbsd-386), const IPPROTO_EON = 80
 33221  pkg syscall (netbsd-386), const IPPROTO_ESP = 50
 33222  pkg syscall (netbsd-386), const IPPROTO_ETHERIP = 97
 33223  pkg syscall (netbsd-386), const IPPROTO_FRAGMENT = 44
 33224  pkg syscall (netbsd-386), const IPPROTO_GGP = 3
 33225  pkg syscall (netbsd-386), const IPPROTO_GRE = 47
 33226  pkg syscall (netbsd-386), const IPPROTO_HOPOPTS = 0
 33227  pkg syscall (netbsd-386), const IPPROTO_ICMP = 1
 33228  pkg syscall (netbsd-386), const IPPROTO_ICMPV6 = 58
 33229  pkg syscall (netbsd-386), const IPPROTO_IDP = 22
 33230  pkg syscall (netbsd-386), const IPPROTO_IGMP = 2
 33231  pkg syscall (netbsd-386), const IPPROTO_IPCOMP = 108
 33232  pkg syscall (netbsd-386), const IPPROTO_IPIP = 4
 33233  pkg syscall (netbsd-386), const IPPROTO_IPV4 = 4
 33234  pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP = 58
 33235  pkg syscall (netbsd-386), const IPPROTO_MAX = 256
 33236  pkg syscall (netbsd-386), const IPPROTO_MAXID = 52
 33237  pkg syscall (netbsd-386), const IPPROTO_MOBILE = 55
 33238  pkg syscall (netbsd-386), const IPPROTO_NONE = 59
 33239  pkg syscall (netbsd-386), const IPPROTO_PFSYNC = 240
 33240  pkg syscall (netbsd-386), const IPPROTO_PIM = 103
 33241  pkg syscall (netbsd-386), const IPPROTO_PUP = 12
 33242  pkg syscall (netbsd-386), const IPPROTO_RAW = 255
 33243  pkg syscall (netbsd-386), const IPPROTO_ROUTING = 43
 33244  pkg syscall (netbsd-386), const IPPROTO_RSVP = 46
 33245  pkg syscall (netbsd-386), const IPPROTO_TP = 29
 33246  pkg syscall (netbsd-386), const IPPROTO_VRRP = 112
 33247  pkg syscall (netbsd-386), const IPV6_CHECKSUM = 26
 33248  pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 33249  pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 33250  pkg syscall (netbsd-386), const IPV6_DEFHLIM = 64
 33251  pkg syscall (netbsd-386), const IPV6_DONTFRAG = 62
 33252  pkg syscall (netbsd-386), const IPV6_DSTOPTS = 50
 33253  pkg syscall (netbsd-386), const IPV6_FAITH = 29
 33254  pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
 33255  pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
 33256  pkg syscall (netbsd-386), const IPV6_FRAGTTL = 120
 33257  pkg syscall (netbsd-386), const IPV6_HLIMDEC = 1
 33258  pkg syscall (netbsd-386), const IPV6_HOPLIMIT = 47
 33259  pkg syscall (netbsd-386), const IPV6_HOPOPTS = 49
 33260  pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY = 28
 33261  pkg syscall (netbsd-386), const IPV6_JOIN_GROUP = 12
 33262  pkg syscall (netbsd-386), const IPV6_LEAVE_GROUP = 13
 33263  pkg syscall (netbsd-386), const IPV6_MAXHLIM = 255
 33264  pkg syscall (netbsd-386), const IPV6_MAXPACKET = 65535
 33265  pkg syscall (netbsd-386), const IPV6_MMTU = 1280
 33266  pkg syscall (netbsd-386), const IPV6_MULTICAST_HOPS = 10
 33267  pkg syscall (netbsd-386), const IPV6_MULTICAST_IF = 9
 33268  pkg syscall (netbsd-386), const IPV6_MULTICAST_LOOP = 11
 33269  pkg syscall (netbsd-386), const IPV6_NEXTHOP = 48
 33270  pkg syscall (netbsd-386), const IPV6_PATHMTU = 44
 33271  pkg syscall (netbsd-386), const IPV6_PKTINFO = 46
 33272  pkg syscall (netbsd-386), const IPV6_PORTRANGE = 14
 33273  pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
 33274  pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH = 1
 33275  pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW = 2
 33276  pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS = 40
 33277  pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT = 37
 33278  pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS = 39
 33279  pkg syscall (netbsd-386), const IPV6_RECVPATHMTU = 43
 33280  pkg syscall (netbsd-386), const IPV6_RECVPKTINFO = 36
 33281  pkg syscall (netbsd-386), const IPV6_RECVRTHDR = 38
 33282  pkg syscall (netbsd-386), const IPV6_RECVTCLASS = 57
 33283  pkg syscall (netbsd-386), const IPV6_RTHDR = 51
 33284  pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS = 35
 33285  pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE = 0
 33286  pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT = 1
 33287  pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 = 0
 33288  pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
 33289  pkg syscall (netbsd-386), const IPV6_TCLASS = 61
 33290  pkg syscall (netbsd-386), const IPV6_UNICAST_HOPS = 4
 33291  pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU = 42
 33292  pkg syscall (netbsd-386), const IPV6_V6ONLY = 27
 33293  pkg syscall (netbsd-386), const IPV6_VERSION = 96
 33294  pkg syscall (netbsd-386), const IPV6_VERSION_MASK = 240
 33295  pkg syscall (netbsd-386), const IP_ADD_MEMBERSHIP = 12
 33296  pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
 33297  pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
 33298  pkg syscall (netbsd-386), const IP_DF = 16384
 33299  pkg syscall (netbsd-386), const IP_DROP_MEMBERSHIP = 13
 33300  pkg syscall (netbsd-386), const IP_EF = 32768
 33301  pkg syscall (netbsd-386), const IP_ERRORMTU = 21
 33302  pkg syscall (netbsd-386), const IP_HDRINCL = 2
 33303  pkg syscall (netbsd-386), const IP_IPSEC_POLICY = 22
 33304  pkg syscall (netbsd-386), const IP_MAXPACKET = 65535
 33305  pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS = 20
 33306  pkg syscall (netbsd-386), const IP_MF = 8192
 33307  pkg syscall (netbsd-386), const IP_MINFRAGSIZE = 69
 33308  pkg syscall (netbsd-386), const IP_MINTTL = 24
 33309  pkg syscall (netbsd-386), const IP_MSS = 576
 33310  pkg syscall (netbsd-386), const IP_MULTICAST_IF = 9
 33311  pkg syscall (netbsd-386), const IP_MULTICAST_LOOP = 11
 33312  pkg syscall (netbsd-386), const IP_MULTICAST_TTL = 10
 33313  pkg syscall (netbsd-386), const IP_OFFMASK = 8191
 33314  pkg syscall (netbsd-386), const IP_OPTIONS = 1
 33315  pkg syscall (netbsd-386), const IP_PORTRANGE = 19
 33316  pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT = 0
 33317  pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH = 1
 33318  pkg syscall (netbsd-386), const IP_PORTRANGE_LOW = 2
 33319  pkg syscall (netbsd-386), const IP_RECVDSTADDR = 7
 33320  pkg syscall (netbsd-386), const IP_RECVIF = 20
 33321  pkg syscall (netbsd-386), const IP_RECVOPTS = 5
 33322  pkg syscall (netbsd-386), const IP_RECVRETOPTS = 6
 33323  pkg syscall (netbsd-386), const IP_RECVTTL = 23
 33324  pkg syscall (netbsd-386), const IP_RETOPTS = 8
 33325  pkg syscall (netbsd-386), const IP_RF = 32768
 33326  pkg syscall (netbsd-386), const IP_TOS = 3
 33327  pkg syscall (netbsd-386), const IP_TTL = 4
 33328  pkg syscall (netbsd-386), const ISIG = 128
 33329  pkg syscall (netbsd-386), const ISTRIP = 32
 33330  pkg syscall (netbsd-386), const IXANY = 2048
 33331  pkg syscall (netbsd-386), const IXOFF = 1024
 33332  pkg syscall (netbsd-386), const IXON = 512
 33333  pkg syscall (netbsd-386), const ImplementsGetwd = false
 33334  pkg syscall (netbsd-386), const LOCK_EX = 2
 33335  pkg syscall (netbsd-386), const LOCK_NB = 4
 33336  pkg syscall (netbsd-386), const LOCK_SH = 1
 33337  pkg syscall (netbsd-386), const LOCK_UN = 8
 33338  pkg syscall (netbsd-386), const MSG_BCAST = 256
 33339  pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC = 2048
 33340  pkg syscall (netbsd-386), const MSG_CONTROLMBUF = 33554432
 33341  pkg syscall (netbsd-386), const MSG_CTRUNC = 32
 33342  pkg syscall (netbsd-386), const MSG_DONTROUTE = 4
 33343  pkg syscall (netbsd-386), const MSG_DONTWAIT = 128
 33344  pkg syscall (netbsd-386), const MSG_EOR = 8
 33345  pkg syscall (netbsd-386), const MSG_IOVUSRSPACE = 67108864
 33346  pkg syscall (netbsd-386), const MSG_LENUSRSPACE = 134217728
 33347  pkg syscall (netbsd-386), const MSG_MCAST = 512
 33348  pkg syscall (netbsd-386), const MSG_NAMEMBUF = 16777216
 33349  pkg syscall (netbsd-386), const MSG_NBIO = 4096
 33350  pkg syscall (netbsd-386), const MSG_NOSIGNAL = 1024
 33351  pkg syscall (netbsd-386), const MSG_OOB = 1
 33352  pkg syscall (netbsd-386), const MSG_PEEK = 2
 33353  pkg syscall (netbsd-386), const MSG_TRUNC = 16
 33354  pkg syscall (netbsd-386), const MSG_USERFLAGS = 16777215
 33355  pkg syscall (netbsd-386), const MSG_WAITALL = 64
 33356  pkg syscall (netbsd-386), const NAME_MAX = 511
 33357  pkg syscall (netbsd-386), const NET_RT_DUMP = 1
 33358  pkg syscall (netbsd-386), const NET_RT_FLAGS = 2
 33359  pkg syscall (netbsd-386), const NET_RT_IFLIST = 5
 33360  pkg syscall (netbsd-386), const NET_RT_MAXID = 6
 33361  pkg syscall (netbsd-386), const NET_RT_OIFLIST = 4
 33362  pkg syscall (netbsd-386), const NET_RT_OOIFLIST = 3
 33363  pkg syscall (netbsd-386), const NOFLSH = 2147483648
 33364  pkg syscall (netbsd-386), const NOTE_ATTRIB = 8
 33365  pkg syscall (netbsd-386), const NOTE_CHILD = 4
 33366  pkg syscall (netbsd-386), const NOTE_DELETE = 1
 33367  pkg syscall (netbsd-386), const NOTE_EXEC = 536870912
 33368  pkg syscall (netbsd-386), const NOTE_EXIT = 2147483648
 33369  pkg syscall (netbsd-386), const NOTE_EXTEND = 4
 33370  pkg syscall (netbsd-386), const NOTE_FORK = 1073741824
 33371  pkg syscall (netbsd-386), const NOTE_LINK = 16
 33372  pkg syscall (netbsd-386), const NOTE_LOWAT = 1
 33373  pkg syscall (netbsd-386), const NOTE_PCTRLMASK = 4026531840
 33374  pkg syscall (netbsd-386), const NOTE_PDATAMASK = 1048575
 33375  pkg syscall (netbsd-386), const NOTE_RENAME = 32
 33376  pkg syscall (netbsd-386), const NOTE_REVOKE = 64
 33377  pkg syscall (netbsd-386), const NOTE_TRACK = 1
 33378  pkg syscall (netbsd-386), const NOTE_TRACKERR = 2
 33379  pkg syscall (netbsd-386), const NOTE_WRITE = 2
 33380  pkg syscall (netbsd-386), const OCRNL = 16
 33381  pkg syscall (netbsd-386), const OFIOGETBMAP = 3221513850
 33382  pkg syscall (netbsd-386), const ONLCR = 2
 33383  pkg syscall (netbsd-386), const ONLRET = 64
 33384  pkg syscall (netbsd-386), const ONOCR = 32
 33385  pkg syscall (netbsd-386), const ONOEOT = 8
 33386  pkg syscall (netbsd-386), const OPOST = 1
 33387  pkg syscall (netbsd-386), const O_ACCMODE = 3
 33388  pkg syscall (netbsd-386), const O_ALT_IO = 262144
 33389  pkg syscall (netbsd-386), const O_APPEND = 8
 33390  pkg syscall (netbsd-386), const O_ASYNC = 64
 33391  pkg syscall (netbsd-386), const O_CLOEXEC = 4194304
 33392  pkg syscall (netbsd-386), const O_CREAT = 512
 33393  pkg syscall (netbsd-386), const O_DIRECT = 524288
 33394  pkg syscall (netbsd-386), const O_DIRECTORY = 2097152
 33395  pkg syscall (netbsd-386), const O_DSYNC = 65536
 33396  pkg syscall (netbsd-386), const O_EXCL = 2048
 33397  pkg syscall (netbsd-386), const O_EXLOCK = 32
 33398  pkg syscall (netbsd-386), const O_FSYNC = 128
 33399  pkg syscall (netbsd-386), const O_NDELAY = 4
 33400  pkg syscall (netbsd-386), const O_NOCTTY = 32768
 33401  pkg syscall (netbsd-386), const O_NOFOLLOW = 256
 33402  pkg syscall (netbsd-386), const O_NONBLOCK = 4
 33403  pkg syscall (netbsd-386), const O_NOSIGPIPE = 16777216
 33404  pkg syscall (netbsd-386), const O_RSYNC = 131072
 33405  pkg syscall (netbsd-386), const O_SHLOCK = 16
 33406  pkg syscall (netbsd-386), const O_SYNC = 128
 33407  pkg syscall (netbsd-386), const O_TRUNC = 1024
 33408  pkg syscall (netbsd-386), const PARENB = 4096
 33409  pkg syscall (netbsd-386), const PARMRK = 8
 33410  pkg syscall (netbsd-386), const PARODD = 8192
 33411  pkg syscall (netbsd-386), const PENDIN = 536870912
 33412  pkg syscall (netbsd-386), const PRI_IOFLUSH = 124
 33413  pkg syscall (netbsd-386), const PTRACE_CONT = 7
 33414  pkg syscall (netbsd-386), const PTRACE_KILL = 8
 33415  pkg syscall (netbsd-386), const PTRACE_TRACEME = 0
 33416  pkg syscall (netbsd-386), const RLIMIT_AS = 10
 33417  pkg syscall (netbsd-386), const RLIMIT_CORE = 4
 33418  pkg syscall (netbsd-386), const RLIMIT_CPU = 0
 33419  pkg syscall (netbsd-386), const RLIMIT_DATA = 2
 33420  pkg syscall (netbsd-386), const RLIMIT_FSIZE = 1
 33421  pkg syscall (netbsd-386), const RLIMIT_NOFILE = 8
 33422  pkg syscall (netbsd-386), const RLIMIT_STACK = 3
 33423  pkg syscall (netbsd-386), const RLIM_INFINITY = 9223372036854775807
 33424  pkg syscall (netbsd-386), const RTAX_AUTHOR = 6
 33425  pkg syscall (netbsd-386), const RTAX_BRD = 7
 33426  pkg syscall (netbsd-386), const RTAX_DST = 0
 33427  pkg syscall (netbsd-386), const RTAX_GATEWAY = 1
 33428  pkg syscall (netbsd-386), const RTAX_GENMASK = 3
 33429  pkg syscall (netbsd-386), const RTAX_IFA = 5
 33430  pkg syscall (netbsd-386), const RTAX_IFP = 4
 33431  pkg syscall (netbsd-386), const RTAX_MAX = 9
 33432  pkg syscall (netbsd-386), const RTAX_NETMASK = 2
 33433  pkg syscall (netbsd-386), const RTAX_TAG = 8
 33434  pkg syscall (netbsd-386), const RTA_AUTHOR = 64
 33435  pkg syscall (netbsd-386), const RTA_BRD = 128
 33436  pkg syscall (netbsd-386), const RTA_DST = 1
 33437  pkg syscall (netbsd-386), const RTA_GATEWAY = 2
 33438  pkg syscall (netbsd-386), const RTA_GENMASK = 8
 33439  pkg syscall (netbsd-386), const RTA_IFA = 32
 33440  pkg syscall (netbsd-386), const RTA_IFP = 16
 33441  pkg syscall (netbsd-386), const RTA_NETMASK = 4
 33442  pkg syscall (netbsd-386), const RTA_TAG = 256
 33443  pkg syscall (netbsd-386), const RTF_ANNOUNCE = 131072
 33444  pkg syscall (netbsd-386), const RTF_BLACKHOLE = 4096
 33445  pkg syscall (netbsd-386), const RTF_CLONED = 8192
 33446  pkg syscall (netbsd-386), const RTF_CLONING = 256
 33447  pkg syscall (netbsd-386), const RTF_DONE = 64
 33448  pkg syscall (netbsd-386), const RTF_DYNAMIC = 16
 33449  pkg syscall (netbsd-386), const RTF_GATEWAY = 2
 33450  pkg syscall (netbsd-386), const RTF_HOST = 4
 33451  pkg syscall (netbsd-386), const RTF_LLINFO = 1024
 33452  pkg syscall (netbsd-386), const RTF_MASK = 128
 33453  pkg syscall (netbsd-386), const RTF_MODIFIED = 32
 33454  pkg syscall (netbsd-386), const RTF_PROTO1 = 32768
 33455  pkg syscall (netbsd-386), const RTF_PROTO2 = 16384
 33456  pkg syscall (netbsd-386), const RTF_REJECT = 8
 33457  pkg syscall (netbsd-386), const RTF_SRC = 65536
 33458  pkg syscall (netbsd-386), const RTF_STATIC = 2048
 33459  pkg syscall (netbsd-386), const RTF_UP = 1
 33460  pkg syscall (netbsd-386), const RTF_XRESOLVE = 512
 33461  pkg syscall (netbsd-386), const RTM_ADD = 1
 33462  pkg syscall (netbsd-386), const RTM_CHANGE = 3
 33463  pkg syscall (netbsd-386), const RTM_CHGADDR = 21
 33464  pkg syscall (netbsd-386), const RTM_DELADDR = 13
 33465  pkg syscall (netbsd-386), const RTM_DELETE = 2
 33466  pkg syscall (netbsd-386), const RTM_GET = 4
 33467  pkg syscall (netbsd-386), const RTM_IEEE80211 = 17
 33468  pkg syscall (netbsd-386), const RTM_IFANNOUNCE = 16
 33469  pkg syscall (netbsd-386), const RTM_IFINFO = 20
 33470  pkg syscall (netbsd-386), const RTM_LLINFO_UPD = 19
 33471  pkg syscall (netbsd-386), const RTM_LOCK = 8
 33472  pkg syscall (netbsd-386), const RTM_LOSING = 5
 33473  pkg syscall (netbsd-386), const RTM_MISS = 7
 33474  pkg syscall (netbsd-386), const RTM_NEWADDR = 12
 33475  pkg syscall (netbsd-386), const RTM_OIFINFO = 15
 33476  pkg syscall (netbsd-386), const RTM_OLDADD = 9
 33477  pkg syscall (netbsd-386), const RTM_OLDDEL = 10
 33478  pkg syscall (netbsd-386), const RTM_OOIFINFO = 14
 33479  pkg syscall (netbsd-386), const RTM_REDIRECT = 6
 33480  pkg syscall (netbsd-386), const RTM_RESOLVE = 11
 33481  pkg syscall (netbsd-386), const RTM_RTTUNIT = 1000000
 33482  pkg syscall (netbsd-386), const RTM_SETGATE = 18
 33483  pkg syscall (netbsd-386), const RTM_VERSION = 4
 33484  pkg syscall (netbsd-386), const RTV_EXPIRE = 4
 33485  pkg syscall (netbsd-386), const RTV_HOPCOUNT = 2
 33486  pkg syscall (netbsd-386), const RTV_MTU = 1
 33487  pkg syscall (netbsd-386), const RTV_RPIPE = 8
 33488  pkg syscall (netbsd-386), const RTV_RTT = 64
 33489  pkg syscall (netbsd-386), const RTV_RTTVAR = 128
 33490  pkg syscall (netbsd-386), const RTV_SPIPE = 16
 33491  pkg syscall (netbsd-386), const RTV_SSTHRESH = 32
 33492  pkg syscall (netbsd-386), const RUSAGE_CHILDREN = -1
 33493  pkg syscall (netbsd-386), const RUSAGE_SELF = 0
 33494  pkg syscall (netbsd-386), const SCM_CREDS = 4
 33495  pkg syscall (netbsd-386), const SCM_RIGHTS = 1
 33496  pkg syscall (netbsd-386), const SCM_TIMESTAMP = 8
 33497  pkg syscall (netbsd-386), const SIGBUS = 10
 33498  pkg syscall (netbsd-386), const SIGCHLD = 20
 33499  pkg syscall (netbsd-386), const SIGCONT = 19
 33500  pkg syscall (netbsd-386), const SIGEMT = 7
 33501  pkg syscall (netbsd-386), const SIGINFO = 29
 33502  pkg syscall (netbsd-386), const SIGIO = 23
 33503  pkg syscall (netbsd-386), const SIGIOT = 6
 33504  pkg syscall (netbsd-386), const SIGPROF = 27
 33505  pkg syscall (netbsd-386), const SIGPWR = 32
 33506  pkg syscall (netbsd-386), const SIGSTOP = 17
 33507  pkg syscall (netbsd-386), const SIGSYS = 12
 33508  pkg syscall (netbsd-386), const SIGTSTP = 18
 33509  pkg syscall (netbsd-386), const SIGTTIN = 21
 33510  pkg syscall (netbsd-386), const SIGTTOU = 22
 33511  pkg syscall (netbsd-386), const SIGURG = 16
 33512  pkg syscall (netbsd-386), const SIGUSR1 = 30
 33513  pkg syscall (netbsd-386), const SIGUSR2 = 31
 33514  pkg syscall (netbsd-386), const SIGVTALRM = 26
 33515  pkg syscall (netbsd-386), const SIGWINCH = 28
 33516  pkg syscall (netbsd-386), const SIGXCPU = 24
 33517  pkg syscall (netbsd-386), const SIGXFSZ = 25
 33518  pkg syscall (netbsd-386), const SIOCADDMULTI = 2156947761
 33519  pkg syscall (netbsd-386), const SIOCADDRT = 2150658570
 33520  pkg syscall (netbsd-386), const SIOCAIFADDR = 2151704858
 33521  pkg syscall (netbsd-386), const SIOCALIFADDR = 2165860636
 33522  pkg syscall (netbsd-386), const SIOCATMARK = 1074033415
 33523  pkg syscall (netbsd-386), const SIOCDELMULTI = 2156947762
 33524  pkg syscall (netbsd-386), const SIOCDELRT = 2150658571
 33525  pkg syscall (netbsd-386), const SIOCDIFADDR = 2156947737
 33526  pkg syscall (netbsd-386), const SIOCDIFPHYADDR = 2156947785
 33527  pkg syscall (netbsd-386), const SIOCDLIFADDR = 2165860638
 33528  pkg syscall (netbsd-386), const SIOCGDRVSPEC = 3223087483
 33529  pkg syscall (netbsd-386), const SIOCGETPFSYNC = 3230689784
 33530  pkg syscall (netbsd-386), const SIOCGETSGCNT = 3222566196
 33531  pkg syscall (netbsd-386), const SIOCGETVIFCNT = 3222566195
 33532  pkg syscall (netbsd-386), const SIOCGHIWAT = 1074033409
 33533  pkg syscall (netbsd-386), const SIOCGIFADDR = 3230689569
 33534  pkg syscall (netbsd-386), const SIOCGIFADDRPREF = 3230951712
 33535  pkg syscall (netbsd-386), const SIOCGIFALIAS = 3225446683
 33536  pkg syscall (netbsd-386), const SIOCGIFBRDADDR = 3230689571
 33537  pkg syscall (netbsd-386), const SIOCGIFCAP = 3223349622
 33538  pkg syscall (netbsd-386), const SIOCGIFCONF = 3221776678
 33539  pkg syscall (netbsd-386), const SIOCGIFDATA = 3230951813
 33540  pkg syscall (netbsd-386), const SIOCGIFDLT = 3230689655
 33541  pkg syscall (netbsd-386), const SIOCGIFDSTADDR = 3230689570
 33542  pkg syscall (netbsd-386), const SIOCGIFFLAGS = 3230689553
 33543  pkg syscall (netbsd-386), const SIOCGIFGENERIC = 3230689594
 33544  pkg syscall (netbsd-386), const SIOCGIFMEDIA = 3223873846
 33545  pkg syscall (netbsd-386), const SIOCGIFMETRIC = 3230689559
 33546  pkg syscall (netbsd-386), const SIOCGIFMTU = 3230689662
 33547  pkg syscall (netbsd-386), const SIOCGIFNETMASK = 3230689573
 33548  pkg syscall (netbsd-386), const SIOCGIFPDSTADDR = 3230689608
 33549  pkg syscall (netbsd-386), const SIOCGIFPSRCADDR = 3230689607
 33550  pkg syscall (netbsd-386), const SIOCGLIFADDR = 3239602461
 33551  pkg syscall (netbsd-386), const SIOCGLIFPHYADDR = 3239602507
 33552  pkg syscall (netbsd-386), const SIOCGLINKSTR = 3223087495
 33553  pkg syscall (netbsd-386), const SIOCGLOWAT = 1074033411
 33554  pkg syscall (netbsd-386), const SIOCGPGRP = 1074033417
 33555  pkg syscall (netbsd-386), const SIOCGVH = 3230689667
 33556  pkg syscall (netbsd-386), const SIOCIFCREATE = 2156947834
 33557  pkg syscall (netbsd-386), const SIOCIFDESTROY = 2156947833
 33558  pkg syscall (netbsd-386), const SIOCIFGCLONERS = 3222038904
 33559  pkg syscall (netbsd-386), const SIOCINITIFADDR = 3225708932
 33560  pkg syscall (netbsd-386), const SIOCSDRVSPEC = 2149345659
 33561  pkg syscall (netbsd-386), const SIOCSETPFSYNC = 2156947959
 33562  pkg syscall (netbsd-386), const SIOCSHIWAT = 2147775232
 33563  pkg syscall (netbsd-386), const SIOCSIFADDR = 2156947724
 33564  pkg syscall (netbsd-386), const SIOCSIFADDRPREF = 2157209887
 33565  pkg syscall (netbsd-386), const SIOCSIFBRDADDR = 2156947731
 33566  pkg syscall (netbsd-386), const SIOCSIFCAP = 2149607797
 33567  pkg syscall (netbsd-386), const SIOCSIFDSTADDR = 2156947726
 33568  pkg syscall (netbsd-386), const SIOCSIFFLAGS = 2156947728
 33569  pkg syscall (netbsd-386), const SIOCSIFGENERIC = 2156947769
 33570  pkg syscall (netbsd-386), const SIOCSIFMEDIA = 3230689589
 33571  pkg syscall (netbsd-386), const SIOCSIFMETRIC = 2156947736
 33572  pkg syscall (netbsd-386), const SIOCSIFMTU = 2156947839
 33573  pkg syscall (netbsd-386), const SIOCSIFNETMASK = 2156947734
 33574  pkg syscall (netbsd-386), const SIOCSIFPHYADDR = 2151704902
 33575  pkg syscall (netbsd-386), const SIOCSLIFPHYADDR = 2165860682
 33576  pkg syscall (netbsd-386), const SIOCSLINKSTR = 2149345672
 33577  pkg syscall (netbsd-386), const SIOCSLOWAT = 2147775234
 33578  pkg syscall (netbsd-386), const SIOCSPGRP = 2147775240
 33579  pkg syscall (netbsd-386), const SIOCSVH = 3230689666
 33580  pkg syscall (netbsd-386), const SIOCZIFDATA = 3230951814
 33581  pkg syscall (netbsd-386), const SOCK_CLOEXEC = 268435456
 33582  pkg syscall (netbsd-386), const SOCK_FLAGS_MASK = 4026531840
 33583  pkg syscall (netbsd-386), const SOCK_NONBLOCK = 536870912
 33584  pkg syscall (netbsd-386), const SOCK_NOSIGPIPE = 1073741824
 33585  pkg syscall (netbsd-386), const SOCK_RDM = 4
 33586  pkg syscall (netbsd-386), const SOL_SOCKET = 65535
 33587  pkg syscall (netbsd-386), const SOMAXCONN = 128
 33588  pkg syscall (netbsd-386), const SO_ACCEPTCONN = 2
 33589  pkg syscall (netbsd-386), const SO_ACCEPTFILTER = 4096
 33590  pkg syscall (netbsd-386), const SO_BROADCAST = 32
 33591  pkg syscall (netbsd-386), const SO_DEBUG = 1
 33592  pkg syscall (netbsd-386), const SO_DONTROUTE = 16
 33593  pkg syscall (netbsd-386), const SO_ERROR = 4103
 33594  pkg syscall (netbsd-386), const SO_KEEPALIVE = 8
 33595  pkg syscall (netbsd-386), const SO_LINGER = 128
 33596  pkg syscall (netbsd-386), const SO_NOHEADER = 4106
 33597  pkg syscall (netbsd-386), const SO_NOSIGPIPE = 2048
 33598  pkg syscall (netbsd-386), const SO_OOBINLINE = 256
 33599  pkg syscall (netbsd-386), const SO_OVERFLOWED = 4105
 33600  pkg syscall (netbsd-386), const SO_RCVBUF = 4098
 33601  pkg syscall (netbsd-386), const SO_RCVLOWAT = 4100
 33602  pkg syscall (netbsd-386), const SO_RCVTIMEO = 4108
 33603  pkg syscall (netbsd-386), const SO_REUSEADDR = 4
 33604  pkg syscall (netbsd-386), const SO_REUSEPORT = 512
 33605  pkg syscall (netbsd-386), const SO_SNDBUF = 4097
 33606  pkg syscall (netbsd-386), const SO_SNDLOWAT = 4099
 33607  pkg syscall (netbsd-386), const SO_SNDTIMEO = 4107
 33608  pkg syscall (netbsd-386), const SO_TIMESTAMP = 8192
 33609  pkg syscall (netbsd-386), const SO_TYPE = 4104
 33610  pkg syscall (netbsd-386), const SO_USELOOPBACK = 64
 33611  pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216
 33612  pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0
 33613  pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216
 33614  pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080
 33615  pkg syscall (netbsd-386), const SYS_ACCEPT = 30
 33616  pkg syscall (netbsd-386), const SYS_ACCESS = 33
 33617  pkg syscall (netbsd-386), const SYS_ACCT = 51
 33618  pkg syscall (netbsd-386), const SYS_ADJTIME = 421
 33619  pkg syscall (netbsd-386), const SYS_BIND = 104
 33620  pkg syscall (netbsd-386), const SYS_BREAK = 17
 33621  pkg syscall (netbsd-386), const SYS_CHDIR = 12
 33622  pkg syscall (netbsd-386), const SYS_CHFLAGS = 34
 33623  pkg syscall (netbsd-386), const SYS_CHMOD = 15
 33624  pkg syscall (netbsd-386), const SYS_CHOWN = 16
 33625  pkg syscall (netbsd-386), const SYS_CHROOT = 61
 33626  pkg syscall (netbsd-386), const SYS_CLOCK_GETRES = 429
 33627  pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME = 427
 33628  pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME = 428
 33629  pkg syscall (netbsd-386), const SYS_CLOSE = 6
 33630  pkg syscall (netbsd-386), const SYS_CONNECT = 98
 33631  pkg syscall (netbsd-386), const SYS_DUP = 41
 33632  pkg syscall (netbsd-386), const SYS_DUP2 = 90
 33633  pkg syscall (netbsd-386), const SYS_DUP3 = 454
 33634  pkg syscall (netbsd-386), const SYS_EXECVE = 59
 33635  pkg syscall (netbsd-386), const SYS_EXIT = 1
 33636  pkg syscall (netbsd-386), const SYS_EXTATTRCTL = 360
 33637  pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD = 366
 33638  pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE = 363
 33639  pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK = 369
 33640  pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD = 365
 33641  pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE = 362
 33642  pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK = 368
 33643  pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD = 370
 33644  pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE = 371
 33645  pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK = 372
 33646  pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD = 364
 33647  pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE = 361
 33648  pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK = 367
 33649  pkg syscall (netbsd-386), const SYS_FACCESSAT = 462
 33650  pkg syscall (netbsd-386), const SYS_FCHDIR = 13
 33651  pkg syscall (netbsd-386), const SYS_FCHFLAGS = 35
 33652  pkg syscall (netbsd-386), const SYS_FCHMOD = 124
 33653  pkg syscall (netbsd-386), const SYS_FCHMODAT = 463
 33654  pkg syscall (netbsd-386), const SYS_FCHOWN = 123
 33655  pkg syscall (netbsd-386), const SYS_FCHOWNAT = 464
 33656  pkg syscall (netbsd-386), const SYS_FCHROOT = 297
 33657  pkg syscall (netbsd-386), const SYS_FCNTL = 92
 33658  pkg syscall (netbsd-386), const SYS_FDATASYNC = 241
 33659  pkg syscall (netbsd-386), const SYS_FEXECVE = 465
 33660  pkg syscall (netbsd-386), const SYS_FGETXATTR = 380
 33661  pkg syscall (netbsd-386), const SYS_FHSTAT = 451
 33662  pkg syscall (netbsd-386), const SYS_FKTRACE = 288
 33663  pkg syscall (netbsd-386), const SYS_FLISTXATTR = 383
 33664  pkg syscall (netbsd-386), const SYS_FLOCK = 131
 33665  pkg syscall (netbsd-386), const SYS_FORK = 2
 33666  pkg syscall (netbsd-386), const SYS_FPATHCONF = 192
 33667  pkg syscall (netbsd-386), const SYS_FREMOVEXATTR = 386
 33668  pkg syscall (netbsd-386), const SYS_FSETXATTR = 377
 33669  pkg syscall (netbsd-386), const SYS_FSTAT = 440
 33670  pkg syscall (netbsd-386), const SYS_FSTATAT = 466
 33671  pkg syscall (netbsd-386), const SYS_FSTATVFS1 = 358
 33672  pkg syscall (netbsd-386), const SYS_FSYNC = 95
 33673  pkg syscall (netbsd-386), const SYS_FSYNC_RANGE = 354
 33674  pkg syscall (netbsd-386), const SYS_FTRUNCATE = 201
 33675  pkg syscall (netbsd-386), const SYS_FUTIMENS = 472
 33676  pkg syscall (netbsd-386), const SYS_FUTIMES = 423
 33677  pkg syscall (netbsd-386), const SYS_GETCONTEXT = 307
 33678  pkg syscall (netbsd-386), const SYS_GETDENTS = 390
 33679  pkg syscall (netbsd-386), const SYS_GETEGID = 43
 33680  pkg syscall (netbsd-386), const SYS_GETEUID = 25
 33681  pkg syscall (netbsd-386), const SYS_GETFH = 395
 33682  pkg syscall (netbsd-386), const SYS_GETGID = 47
 33683  pkg syscall (netbsd-386), const SYS_GETGROUPS = 79
 33684  pkg syscall (netbsd-386), const SYS_GETITIMER = 426
 33685  pkg syscall (netbsd-386), const SYS_GETPEERNAME = 31
 33686  pkg syscall (netbsd-386), const SYS_GETPGID = 207
 33687  pkg syscall (netbsd-386), const SYS_GETPGRP = 81
 33688  pkg syscall (netbsd-386), const SYS_GETPID = 20
 33689  pkg syscall (netbsd-386), const SYS_GETPPID = 39
 33690  pkg syscall (netbsd-386), const SYS_GETPRIORITY = 100
 33691  pkg syscall (netbsd-386), const SYS_GETRLIMIT = 194
 33692  pkg syscall (netbsd-386), const SYS_GETRUSAGE = 445
 33693  pkg syscall (netbsd-386), const SYS_GETSID = 286
 33694  pkg syscall (netbsd-386), const SYS_GETSOCKNAME = 32
 33695  pkg syscall (netbsd-386), const SYS_GETSOCKOPT = 118
 33696  pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY = 418
 33697  pkg syscall (netbsd-386), const SYS_GETUID = 24
 33698  pkg syscall (netbsd-386), const SYS_GETVFSSTAT = 356
 33699  pkg syscall (netbsd-386), const SYS_GETXATTR = 378
 33700  pkg syscall (netbsd-386), const SYS_IOCTL = 54
 33701  pkg syscall (netbsd-386), const SYS_ISSETUGID = 305
 33702  pkg syscall (netbsd-386), const SYS_KEVENT = 435
 33703  pkg syscall (netbsd-386), const SYS_KILL = 37
 33704  pkg syscall (netbsd-386), const SYS_KQUEUE = 344
 33705  pkg syscall (netbsd-386), const SYS_KQUEUE1 = 455
 33706  pkg syscall (netbsd-386), const SYS_KTRACE = 45
 33707  pkg syscall (netbsd-386), const SYS_LCHFLAGS = 304
 33708  pkg syscall (netbsd-386), const SYS_LCHMOD = 274
 33709  pkg syscall (netbsd-386), const SYS_LCHOWN = 275
 33710  pkg syscall (netbsd-386), const SYS_LGETXATTR = 379
 33711  pkg syscall (netbsd-386), const SYS_LINK = 9
 33712  pkg syscall (netbsd-386), const SYS_LINKAT = 457
 33713  pkg syscall (netbsd-386), const SYS_LISTEN = 106
 33714  pkg syscall (netbsd-386), const SYS_LISTXATTR = 381
 33715  pkg syscall (netbsd-386), const SYS_LLISTXATTR = 382
 33716  pkg syscall (netbsd-386), const SYS_LREMOVEXATTR = 385
 33717  pkg syscall (netbsd-386), const SYS_LSEEK = 199
 33718  pkg syscall (netbsd-386), const SYS_LSETXATTR = 376
 33719  pkg syscall (netbsd-386), const SYS_LSTAT = 441
 33720  pkg syscall (netbsd-386), const SYS_LUTIMES = 424
 33721  pkg syscall (netbsd-386), const SYS_MADVISE = 75
 33722  pkg syscall (netbsd-386), const SYS_MINCORE = 78
 33723  pkg syscall (netbsd-386), const SYS_MINHERIT = 273
 33724  pkg syscall (netbsd-386), const SYS_MKDIR = 136
 33725  pkg syscall (netbsd-386), const SYS_MKDIRAT = 461
 33726  pkg syscall (netbsd-386), const SYS_MKFIFO = 132
 33727  pkg syscall (netbsd-386), const SYS_MKFIFOAT = 459
 33728  pkg syscall (netbsd-386), const SYS_MKNOD = 450
 33729  pkg syscall (netbsd-386), const SYS_MKNODAT = 460
 33730  pkg syscall (netbsd-386), const SYS_MLOCK = 203
 33731  pkg syscall (netbsd-386), const SYS_MLOCKALL = 242
 33732  pkg syscall (netbsd-386), const SYS_MMAP = 197
 33733  pkg syscall (netbsd-386), const SYS_MODCTL = 246
 33734  pkg syscall (netbsd-386), const SYS_MOUNT = 410
 33735  pkg syscall (netbsd-386), const SYS_MPROTECT = 74
 33736  pkg syscall (netbsd-386), const SYS_MREMAP = 411
 33737  pkg syscall (netbsd-386), const SYS_MSGCTL = 444
 33738  pkg syscall (netbsd-386), const SYS_MSGGET = 225
 33739  pkg syscall (netbsd-386), const SYS_MSGRCV = 227
 33740  pkg syscall (netbsd-386), const SYS_MSGSND = 226
 33741  pkg syscall (netbsd-386), const SYS_MUNLOCK = 204
 33742  pkg syscall (netbsd-386), const SYS_MUNLOCKALL = 243
 33743  pkg syscall (netbsd-386), const SYS_MUNMAP = 73
 33744  pkg syscall (netbsd-386), const SYS_NANOSLEEP = 430
 33745  pkg syscall (netbsd-386), const SYS_NTP_ADJTIME = 176
 33746  pkg syscall (netbsd-386), const SYS_NTP_GETTIME = 448
 33747  pkg syscall (netbsd-386), const SYS_OPEN = 5
 33748  pkg syscall (netbsd-386), const SYS_OPENAT = 468
 33749  pkg syscall (netbsd-386), const SYS_PACCEPT = 456
 33750  pkg syscall (netbsd-386), const SYS_PATHCONF = 191
 33751  pkg syscall (netbsd-386), const SYS_PIPE = 42
 33752  pkg syscall (netbsd-386), const SYS_PIPE2 = 453
 33753  pkg syscall (netbsd-386), const SYS_PMC_CONTROL = 342
 33754  pkg syscall (netbsd-386), const SYS_PMC_GET_INFO = 341
 33755  pkg syscall (netbsd-386), const SYS_POLL = 209
 33756  pkg syscall (netbsd-386), const SYS_POLLTS = 437
 33757  pkg syscall (netbsd-386), const SYS_POSIX_FADVISE = 416
 33758  pkg syscall (netbsd-386), const SYS_POSIX_SPAWN = 474
 33759  pkg syscall (netbsd-386), const SYS_PREAD = 173
 33760  pkg syscall (netbsd-386), const SYS_PREADV = 289
 33761  pkg syscall (netbsd-386), const SYS_PROFIL = 44
 33762  pkg syscall (netbsd-386), const SYS_PSELECT = 436
 33763  pkg syscall (netbsd-386), const SYS_PSET_ASSIGN = 414
 33764  pkg syscall (netbsd-386), const SYS_PSET_CREATE = 412
 33765  pkg syscall (netbsd-386), const SYS_PSET_DESTROY = 413
 33766  pkg syscall (netbsd-386), const SYS_PTRACE = 26
 33767  pkg syscall (netbsd-386), const SYS_PWRITE = 174
 33768  pkg syscall (netbsd-386), const SYS_PWRITEV = 290
 33769  pkg syscall (netbsd-386), const SYS_RASCTL = 343
 33770  pkg syscall (netbsd-386), const SYS_READ = 3
 33771  pkg syscall (netbsd-386), const SYS_READLINK = 58
 33772  pkg syscall (netbsd-386), const SYS_READLINKAT = 469
 33773  pkg syscall (netbsd-386), const SYS_READV = 120
 33774  pkg syscall (netbsd-386), const SYS_REBOOT = 208
 33775  pkg syscall (netbsd-386), const SYS_RECVFROM = 29
 33776  pkg syscall (netbsd-386), const SYS_RECVMMSG = 475
 33777  pkg syscall (netbsd-386), const SYS_RECVMSG = 27
 33778  pkg syscall (netbsd-386), const SYS_REMOVEXATTR = 384
 33779  pkg syscall (netbsd-386), const SYS_RENAME = 128
 33780  pkg syscall (netbsd-386), const SYS_RENAMEAT = 458
 33781  pkg syscall (netbsd-386), const SYS_REVOKE = 56
 33782  pkg syscall (netbsd-386), const SYS_RMDIR = 137
 33783  pkg syscall (netbsd-386), const SYS_SBRK = 69
 33784  pkg syscall (netbsd-386), const SYS_SCHED_YIELD = 350
 33785  pkg syscall (netbsd-386), const SYS_SELECT = 417
 33786  pkg syscall (netbsd-386), const SYS_SEMCONFIG = 223
 33787  pkg syscall (netbsd-386), const SYS_SEMGET = 221
 33788  pkg syscall (netbsd-386), const SYS_SEMOP = 222
 33789  pkg syscall (netbsd-386), const SYS_SENDMMSG = 476
 33790  pkg syscall (netbsd-386), const SYS_SENDMSG = 28
 33791  pkg syscall (netbsd-386), const SYS_SENDTO = 133
 33792  pkg syscall (netbsd-386), const SYS_SETCONTEXT = 308
 33793  pkg syscall (netbsd-386), const SYS_SETEGID = 182
 33794  pkg syscall (netbsd-386), const SYS_SETEUID = 183
 33795  pkg syscall (netbsd-386), const SYS_SETGID = 181
 33796  pkg syscall (netbsd-386), const SYS_SETGROUPS = 80
 33797  pkg syscall (netbsd-386), const SYS_SETITIMER = 425
 33798  pkg syscall (netbsd-386), const SYS_SETPGID = 82
 33799  pkg syscall (netbsd-386), const SYS_SETPRIORITY = 96
 33800  pkg syscall (netbsd-386), const SYS_SETREGID = 127
 33801  pkg syscall (netbsd-386), const SYS_SETREUID = 126
 33802  pkg syscall (netbsd-386), const SYS_SETRLIMIT = 195
 33803  pkg syscall (netbsd-386), const SYS_SETSID = 147
 33804  pkg syscall (netbsd-386), const SYS_SETSOCKOPT = 105
 33805  pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY = 419
 33806  pkg syscall (netbsd-386), const SYS_SETUID = 23
 33807  pkg syscall (netbsd-386), const SYS_SETXATTR = 375
 33808  pkg syscall (netbsd-386), const SYS_SHMAT = 228
 33809  pkg syscall (netbsd-386), const SYS_SHMCTL = 443
 33810  pkg syscall (netbsd-386), const SYS_SHMDT = 230
 33811  pkg syscall (netbsd-386), const SYS_SHMGET = 231
 33812  pkg syscall (netbsd-386), const SYS_SHUTDOWN = 134
 33813  pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO = 245
 33814  pkg syscall (netbsd-386), const SYS_SOCKET = 394
 33815  pkg syscall (netbsd-386), const SYS_SOCKETPAIR = 135
 33816  pkg syscall (netbsd-386), const SYS_SSTK = 70
 33817  pkg syscall (netbsd-386), const SYS_STAT = 439
 33818  pkg syscall (netbsd-386), const SYS_STATVFS1 = 357
 33819  pkg syscall (netbsd-386), const SYS_SWAPCTL = 271
 33820  pkg syscall (netbsd-386), const SYS_SYMLINK = 57
 33821  pkg syscall (netbsd-386), const SYS_SYMLINKAT = 470
 33822  pkg syscall (netbsd-386), const SYS_SYNC = 36
 33823  pkg syscall (netbsd-386), const SYS_SYSARCH = 165
 33824  pkg syscall (netbsd-386), const SYS_TIMER_CREATE = 235
 33825  pkg syscall (netbsd-386), const SYS_TIMER_DELETE = 236
 33826  pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN = 239
 33827  pkg syscall (netbsd-386), const SYS_TIMER_GETTIME = 447
 33828  pkg syscall (netbsd-386), const SYS_TIMER_SETTIME = 446
 33829  pkg syscall (netbsd-386), const SYS_TRUNCATE = 200
 33830  pkg syscall (netbsd-386), const SYS_UMASK = 60
 33831  pkg syscall (netbsd-386), const SYS_UNDELETE = 205
 33832  pkg syscall (netbsd-386), const SYS_UNLINK = 10
 33833  pkg syscall (netbsd-386), const SYS_UNLINKAT = 471
 33834  pkg syscall (netbsd-386), const SYS_UNMOUNT = 22
 33835  pkg syscall (netbsd-386), const SYS_UTIMENSAT = 467
 33836  pkg syscall (netbsd-386), const SYS_UTIMES = 420
 33837  pkg syscall (netbsd-386), const SYS_UTRACE = 306
 33838  pkg syscall (netbsd-386), const SYS_UUIDGEN = 355
 33839  pkg syscall (netbsd-386), const SYS_VADVISE = 72
 33840  pkg syscall (netbsd-386), const SYS_VFORK = 66
 33841  pkg syscall (netbsd-386), const SYS_WAIT4 = 449
 33842  pkg syscall (netbsd-386), const SYS_WRITE = 4
 33843  pkg syscall (netbsd-386), const SYS_WRITEV = 121
 33844  pkg syscall (netbsd-386), const SYS__LWP_CONTINUE = 314
 33845  pkg syscall (netbsd-386), const SYS__LWP_CREATE = 309
 33846  pkg syscall (netbsd-386), const SYS__LWP_CTL = 325
 33847  pkg syscall (netbsd-386), const SYS__LWP_DETACH = 319
 33848  pkg syscall (netbsd-386), const SYS__LWP_EXIT = 310
 33849  pkg syscall (netbsd-386), const SYS__LWP_GETNAME = 324
 33850  pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE = 316
 33851  pkg syscall (netbsd-386), const SYS__LWP_KILL = 318
 33852  pkg syscall (netbsd-386), const SYS__LWP_PARK = 434
 33853  pkg syscall (netbsd-386), const SYS__LWP_SELF = 311
 33854  pkg syscall (netbsd-386), const SYS__LWP_SETNAME = 323
 33855  pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE = 317
 33856  pkg syscall (netbsd-386), const SYS__LWP_SUSPEND = 313
 33857  pkg syscall (netbsd-386), const SYS__LWP_UNPARK = 321
 33858  pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL = 322
 33859  pkg syscall (netbsd-386), const SYS__LWP_WAIT = 312
 33860  pkg syscall (netbsd-386), const SYS__LWP_WAKEUP = 315
 33861  pkg syscall (netbsd-386), const SYS__PSET_BIND = 415
 33862  pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY = 349
 33863  pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM = 347
 33864  pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY = 348
 33865  pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM = 346
 33866  pkg syscall (netbsd-386), const SYS___CLONE = 287
 33867  pkg syscall (netbsd-386), const SYS___GETCWD = 296
 33868  pkg syscall (netbsd-386), const SYS___GETLOGIN = 49
 33869  pkg syscall (netbsd-386), const SYS___POSIX_CHOWN = 283
 33870  pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN = 284
 33871  pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN = 285
 33872  pkg syscall (netbsd-386), const SYS___POSIX_RENAME = 270
 33873  pkg syscall (netbsd-386), const SYS___QUOTACTL = 473
 33874  pkg syscall (netbsd-386), const SYS___SEMCTL = 442
 33875  pkg syscall (netbsd-386), const SYS___SETLOGIN = 50
 33876  pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP = 340
 33877  pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT = 431
 33878  pkg syscall (netbsd-386), const SYS___SYSCTL = 202
 33879  pkg syscall (netbsd-386), const S_ARCH1 = 65536
 33880  pkg syscall (netbsd-386), const S_ARCH2 = 131072
 33881  pkg syscall (netbsd-386), const S_BLKSIZE = 512
 33882  pkg syscall (netbsd-386), const S_IEXEC = 64
 33883  pkg syscall (netbsd-386), const S_IFMT = 61440
 33884  pkg syscall (netbsd-386), const S_IFWHT = 57344
 33885  pkg syscall (netbsd-386), const S_IREAD = 256
 33886  pkg syscall (netbsd-386), const S_IRGRP = 32
 33887  pkg syscall (netbsd-386), const S_IROTH = 4
 33888  pkg syscall (netbsd-386), const S_IRWXG = 56
 33889  pkg syscall (netbsd-386), const S_IRWXO = 7
 33890  pkg syscall (netbsd-386), const S_IRWXU = 448
 33891  pkg syscall (netbsd-386), const S_ISTXT = 512
 33892  pkg syscall (netbsd-386), const S_IWGRP = 16
 33893  pkg syscall (netbsd-386), const S_IWOTH = 2
 33894  pkg syscall (netbsd-386), const S_IWRITE = 128
 33895  pkg syscall (netbsd-386), const S_IXGRP = 8
 33896  pkg syscall (netbsd-386), const S_IXOTH = 1
 33897  pkg syscall (netbsd-386), const S_LOGIN_SET = 1
 33898  pkg syscall (netbsd-386), const SizeofBpfHdr = 20
 33899  pkg syscall (netbsd-386), const SizeofBpfInsn = 8
 33900  pkg syscall (netbsd-386), const SizeofBpfProgram = 8
 33901  pkg syscall (netbsd-386), const SizeofBpfStat = 128
 33902  pkg syscall (netbsd-386), const SizeofBpfVersion = 4
 33903  pkg syscall (netbsd-386), const SizeofCmsghdr = 12
 33904  pkg syscall (netbsd-386), const SizeofIPMreq = 8
 33905  pkg syscall (netbsd-386), const SizeofIPv6Mreq = 20
 33906  pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr = 24
 33907  pkg syscall (netbsd-386), const SizeofIfData = 132
 33908  pkg syscall (netbsd-386), const SizeofIfMsghdr = 152
 33909  pkg syscall (netbsd-386), const SizeofIfaMsghdr = 24
 33910  pkg syscall (netbsd-386), const SizeofInet6Pktinfo = 20
 33911  pkg syscall (netbsd-386), const SizeofLinger = 8
 33912  pkg syscall (netbsd-386), const SizeofMsghdr = 28
 33913  pkg syscall (netbsd-386), const SizeofRtMetrics = 80
 33914  pkg syscall (netbsd-386), const SizeofRtMsghdr = 120
 33915  pkg syscall (netbsd-386), const SizeofSockaddrAny = 108
 33916  pkg syscall (netbsd-386), const SizeofSockaddrDatalink = 20
 33917  pkg syscall (netbsd-386), const SizeofSockaddrInet4 = 16
 33918  pkg syscall (netbsd-386), const SizeofSockaddrInet6 = 28
 33919  pkg syscall (netbsd-386), const SizeofSockaddrUnix = 106
 33920  pkg syscall (netbsd-386), const TCIFLUSH = 1
 33921  pkg syscall (netbsd-386), const TCIOFLUSH = 3
 33922  pkg syscall (netbsd-386), const TCOFLUSH = 2
 33923  pkg syscall (netbsd-386), const TCP_CONGCTL = 32
 33924  pkg syscall (netbsd-386), const TCP_KEEPCNT = 6
 33925  pkg syscall (netbsd-386), const TCP_KEEPIDLE = 3
 33926  pkg syscall (netbsd-386), const TCP_KEEPINIT = 7
 33927  pkg syscall (netbsd-386), const TCP_KEEPINTVL = 5
 33928  pkg syscall (netbsd-386), const TCP_MAXBURST = 4
 33929  pkg syscall (netbsd-386), const TCP_MAXSEG = 2
 33930  pkg syscall (netbsd-386), const TCP_MAXWIN = 65535
 33931  pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT = 14
 33932  pkg syscall (netbsd-386), const TCP_MD5SIG = 16
 33933  pkg syscall (netbsd-386), const TCP_MINMSS = 216
 33934  pkg syscall (netbsd-386), const TCP_MSS = 536
 33935  pkg syscall (netbsd-386), const TCSAFLUSH = 2
 33936  pkg syscall (netbsd-386), const TIOCCBRK = 536900730
 33937  pkg syscall (netbsd-386), const TIOCCDTR = 536900728
 33938  pkg syscall (netbsd-386), const TIOCCONS = 2147775586
 33939  pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP = 1074558040
 33940  pkg syscall (netbsd-386), const TIOCDRAIN = 536900702
 33941  pkg syscall (netbsd-386), const TIOCEXCL = 536900621
 33942  pkg syscall (netbsd-386), const TIOCEXT = 2147775584
 33943  pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS = 16
 33944  pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL = 2
 33945  pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS = 4
 33946  pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF = 8
 33947  pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR = 1
 33948  pkg syscall (netbsd-386), const TIOCFLUSH = 2147775504
 33949  pkg syscall (netbsd-386), const TIOCGETA = 1076655123
 33950  pkg syscall (netbsd-386), const TIOCGETD = 1074033690
 33951  pkg syscall (netbsd-386), const TIOCGFLAGS = 1074033757
 33952  pkg syscall (netbsd-386), const TIOCGLINED = 1075868738
 33953  pkg syscall (netbsd-386), const TIOCGPGRP = 1074033783
 33954  pkg syscall (netbsd-386), const TIOCGQSIZE = 1074033793
 33955  pkg syscall (netbsd-386), const TIOCGRANTPT = 536900679
 33956  pkg syscall (netbsd-386), const TIOCGSID = 1074033763
 33957  pkg syscall (netbsd-386), const TIOCGSIZE = 1074295912
 33958  pkg syscall (netbsd-386), const TIOCGWINSZ = 1074295912
 33959  pkg syscall (netbsd-386), const TIOCMBIC = 2147775595
 33960  pkg syscall (netbsd-386), const TIOCMBIS = 2147775596
 33961  pkg syscall (netbsd-386), const TIOCMGET = 1074033770
 33962  pkg syscall (netbsd-386), const TIOCMSET = 2147775597
 33963  pkg syscall (netbsd-386), const TIOCM_CAR = 64
 33964  pkg syscall (netbsd-386), const TIOCM_CD = 64
 33965  pkg syscall (netbsd-386), const TIOCM_CTS = 32
 33966  pkg syscall (netbsd-386), const TIOCM_DSR = 256
 33967  pkg syscall (netbsd-386), const TIOCM_DTR = 2
 33968  pkg syscall (netbsd-386), const TIOCM_LE = 1
 33969  pkg syscall (netbsd-386), const TIOCM_RI = 128
 33970  pkg syscall (netbsd-386), const TIOCM_RNG = 128
 33971  pkg syscall (netbsd-386), const TIOCM_RTS = 4
 33972  pkg syscall (netbsd-386), const TIOCM_SR = 16
 33973  pkg syscall (netbsd-386), const TIOCM_ST = 8
 33974  pkg syscall (netbsd-386), const TIOCNOTTY = 536900721
 33975  pkg syscall (netbsd-386), const TIOCNXCL = 536900622
 33976  pkg syscall (netbsd-386), const TIOCOUTQ = 1074033779
 33977  pkg syscall (netbsd-386), const TIOCPKT = 2147775600
 33978  pkg syscall (netbsd-386), const TIOCPKT_DATA = 0
 33979  pkg syscall (netbsd-386), const TIOCPKT_DOSTOP = 32
 33980  pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD = 1
 33981  pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE = 2
 33982  pkg syscall (netbsd-386), const TIOCPKT_IOCTL = 64
 33983  pkg syscall (netbsd-386), const TIOCPKT_NOSTOP = 16
 33984  pkg syscall (netbsd-386), const TIOCPKT_START = 8
 33985  pkg syscall (netbsd-386), const TIOCPKT_STOP = 4
 33986  pkg syscall (netbsd-386), const TIOCPTMGET = 1076393030
 33987  pkg syscall (netbsd-386), const TIOCPTSNAME = 1076393032
 33988  pkg syscall (netbsd-386), const TIOCRCVFRAME = 2147775557
 33989  pkg syscall (netbsd-386), const TIOCREMOTE = 2147775593
 33990  pkg syscall (netbsd-386), const TIOCSBRK = 536900731
 33991  pkg syscall (netbsd-386), const TIOCSCTTY = 536900705
 33992  pkg syscall (netbsd-386), const TIOCSDTR = 536900729
 33993  pkg syscall (netbsd-386), const TIOCSETA = 2150396948
 33994  pkg syscall (netbsd-386), const TIOCSETAF = 2150396950
 33995  pkg syscall (netbsd-386), const TIOCSETAW = 2150396949
 33996  pkg syscall (netbsd-386), const TIOCSETD = 2147775515
 33997  pkg syscall (netbsd-386), const TIOCSFLAGS = 2147775580
 33998  pkg syscall (netbsd-386), const TIOCSIG = 536900703
 33999  pkg syscall (netbsd-386), const TIOCSLINED = 2149610563
 34000  pkg syscall (netbsd-386), const TIOCSPGRP = 2147775606
 34001  pkg syscall (netbsd-386), const TIOCSQSIZE = 2147775616
 34002  pkg syscall (netbsd-386), const TIOCSSIZE = 2148037735
 34003  pkg syscall (netbsd-386), const TIOCSTART = 536900718
 34004  pkg syscall (netbsd-386), const TIOCSTAT = 2147775589
 34005  pkg syscall (netbsd-386), const TIOCSTI = 2147578994
 34006  pkg syscall (netbsd-386), const TIOCSTOP = 536900719
 34007  pkg syscall (netbsd-386), const TIOCSWINSZ = 2148037735
 34008  pkg syscall (netbsd-386), const TIOCUCNTL = 2147775590
 34009  pkg syscall (netbsd-386), const TIOCXMTFRAME = 2147775556
 34010  pkg syscall (netbsd-386), const TOSTOP = 4194304
 34011  pkg syscall (netbsd-386), const VDISCARD = 15
 34012  pkg syscall (netbsd-386), const VDSUSP = 11
 34013  pkg syscall (netbsd-386), const VEOF = 0
 34014  pkg syscall (netbsd-386), const VEOL = 1
 34015  pkg syscall (netbsd-386), const VEOL2 = 2
 34016  pkg syscall (netbsd-386), const VERASE = 3
 34017  pkg syscall (netbsd-386), const VINTR = 8
 34018  pkg syscall (netbsd-386), const VKILL = 5
 34019  pkg syscall (netbsd-386), const VLNEXT = 14
 34020  pkg syscall (netbsd-386), const VMIN = 16
 34021  pkg syscall (netbsd-386), const VQUIT = 9
 34022  pkg syscall (netbsd-386), const VREPRINT = 6
 34023  pkg syscall (netbsd-386), const VSTART = 12
 34024  pkg syscall (netbsd-386), const VSTATUS = 18
 34025  pkg syscall (netbsd-386), const VSTOP = 13
 34026  pkg syscall (netbsd-386), const VSUSP = 10
 34027  pkg syscall (netbsd-386), const VTIME = 17
 34028  pkg syscall (netbsd-386), const VWERASE = 4
 34029  pkg syscall (netbsd-386), const WALL = 8
 34030  pkg syscall (netbsd-386), const WALLSIG = 8
 34031  pkg syscall (netbsd-386), const WALTSIG = 4
 34032  pkg syscall (netbsd-386), const WCLONE = 4
 34033  pkg syscall (netbsd-386), const WCOREFLAG = 128
 34034  pkg syscall (netbsd-386), const WNOHANG = 1
 34035  pkg syscall (netbsd-386), const WNOWAIT = 65536
 34036  pkg syscall (netbsd-386), const WNOZOMBIE = 131072
 34037  pkg syscall (netbsd-386), const WOPTSCHECKED = 262144
 34038  pkg syscall (netbsd-386), const WSTOPPED = 127
 34039  pkg syscall (netbsd-386), const WUNTRACED = 2
 34040  pkg syscall (netbsd-386-cgo), const AF_APPLETALK = 16
 34041  pkg syscall (netbsd-386-cgo), const AF_ARP = 28
 34042  pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH = 31
 34043  pkg syscall (netbsd-386-cgo), const AF_CCITT = 10
 34044  pkg syscall (netbsd-386-cgo), const AF_CHAOS = 5
 34045  pkg syscall (netbsd-386-cgo), const AF_CNT = 21
 34046  pkg syscall (netbsd-386-cgo), const AF_COIP = 20
 34047  pkg syscall (netbsd-386-cgo), const AF_DATAKIT = 9
 34048  pkg syscall (netbsd-386-cgo), const AF_DECnet = 12
 34049  pkg syscall (netbsd-386-cgo), const AF_DLI = 13
 34050  pkg syscall (netbsd-386-cgo), const AF_E164 = 26
 34051  pkg syscall (netbsd-386-cgo), const AF_ECMA = 8
 34052  pkg syscall (netbsd-386-cgo), const AF_HYLINK = 15
 34053  pkg syscall (netbsd-386-cgo), const AF_IEEE80211 = 32
 34054  pkg syscall (netbsd-386-cgo), const AF_IMPLINK = 3
 34055  pkg syscall (netbsd-386-cgo), const AF_INET6 = 24
 34056  pkg syscall (netbsd-386-cgo), const AF_IPX = 23
 34057  pkg syscall (netbsd-386-cgo), const AF_ISDN = 26
 34058  pkg syscall (netbsd-386-cgo), const AF_ISO = 7
 34059  pkg syscall (netbsd-386-cgo), const AF_LAT = 14
 34060  pkg syscall (netbsd-386-cgo), const AF_LINK = 18
 34061  pkg syscall (netbsd-386-cgo), const AF_LOCAL = 1
 34062  pkg syscall (netbsd-386-cgo), const AF_MAX = 35
 34063  pkg syscall (netbsd-386-cgo), const AF_MPLS = 33
 34064  pkg syscall (netbsd-386-cgo), const AF_NATM = 27
 34065  pkg syscall (netbsd-386-cgo), const AF_NS = 6
 34066  pkg syscall (netbsd-386-cgo), const AF_OROUTE = 17
 34067  pkg syscall (netbsd-386-cgo), const AF_OSI = 7
 34068  pkg syscall (netbsd-386-cgo), const AF_PUP = 4
 34069  pkg syscall (netbsd-386-cgo), const AF_ROUTE = 34
 34070  pkg syscall (netbsd-386-cgo), const AF_SNA = 11
 34071  pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET = 7
 34072  pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER = 1
 34073  pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY = 15
 34074  pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 = 24
 34075  pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 = 6
 34076  pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP = 23
 34077  pkg syscall (netbsd-386-cgo), const B0 = 0
 34078  pkg syscall (netbsd-386-cgo), const B110 = 110
 34079  pkg syscall (netbsd-386-cgo), const B115200 = 115200
 34080  pkg syscall (netbsd-386-cgo), const B1200 = 1200
 34081  pkg syscall (netbsd-386-cgo), const B134 = 134
 34082  pkg syscall (netbsd-386-cgo), const B14400 = 14400
 34083  pkg syscall (netbsd-386-cgo), const B150 = 150
 34084  pkg syscall (netbsd-386-cgo), const B1800 = 1800
 34085  pkg syscall (netbsd-386-cgo), const B19200 = 19200
 34086  pkg syscall (netbsd-386-cgo), const B200 = 200
 34087  pkg syscall (netbsd-386-cgo), const B230400 = 230400
 34088  pkg syscall (netbsd-386-cgo), const B2400 = 2400
 34089  pkg syscall (netbsd-386-cgo), const B28800 = 28800
 34090  pkg syscall (netbsd-386-cgo), const B300 = 300
 34091  pkg syscall (netbsd-386-cgo), const B38400 = 38400
 34092  pkg syscall (netbsd-386-cgo), const B460800 = 460800
 34093  pkg syscall (netbsd-386-cgo), const B4800 = 4800
 34094  pkg syscall (netbsd-386-cgo), const B50 = 50
 34095  pkg syscall (netbsd-386-cgo), const B57600 = 57600
 34096  pkg syscall (netbsd-386-cgo), const B600 = 600
 34097  pkg syscall (netbsd-386-cgo), const B7200 = 7200
 34098  pkg syscall (netbsd-386-cgo), const B75 = 75
 34099  pkg syscall (netbsd-386-cgo), const B76800 = 76800
 34100  pkg syscall (netbsd-386-cgo), const B921600 = 921600
 34101  pkg syscall (netbsd-386-cgo), const B9600 = 9600
 34102  pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK = 2147762813
 34103  pkg syscall (netbsd-386-cgo), const BIOCFLUSH = 536887912
 34104  pkg syscall (netbsd-386-cgo), const BIOCGBLEN = 1074020966
 34105  pkg syscall (netbsd-386-cgo), const BIOCGDLT = 1074020970
 34106  pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST = 3221766775
 34107  pkg syscall (netbsd-386-cgo), const BIOCGETIF = 1083196011
 34108  pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK = 1074020988
 34109  pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
 34110  pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT = 1074545275
 34111  pkg syscall (netbsd-386-cgo), const BIOCGSEESENT = 1074020984
 34112  pkg syscall (netbsd-386-cgo), const BIOCGSTATS = 1082147439
 34113  pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD = 1074283119
 34114  pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
 34115  pkg syscall (netbsd-386-cgo), const BIOCPROMISC = 536887913
 34116  pkg syscall (netbsd-386-cgo), const BIOCSBLEN = 3221504614
 34117  pkg syscall (netbsd-386-cgo), const BIOCSDLT = 2147762806
 34118  pkg syscall (netbsd-386-cgo), const BIOCSETF = 2148024935
 34119  pkg syscall (netbsd-386-cgo), const BIOCSETIF = 2156937836
 34120  pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK = 2147762813
 34121  pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
 34122  pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT = 2148287098
 34123  pkg syscall (netbsd-386-cgo), const BIOCSSEESENT = 2147762809
 34124  pkg syscall (netbsd-386-cgo), const BIOCSTCPF = 2148024946
 34125  pkg syscall (netbsd-386-cgo), const BIOCSUDPF = 2148024947
 34126  pkg syscall (netbsd-386-cgo), const BIOCVERSION = 1074020977
 34127  pkg syscall (netbsd-386-cgo), const BPF_A = 16
 34128  pkg syscall (netbsd-386-cgo), const BPF_ABS = 32
 34129  pkg syscall (netbsd-386-cgo), const BPF_ADD = 0
 34130  pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT = 4
 34131  pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 = 4
 34132  pkg syscall (netbsd-386-cgo), const BPF_ALU = 4
 34133  pkg syscall (netbsd-386-cgo), const BPF_AND = 80
 34134  pkg syscall (netbsd-386-cgo), const BPF_B = 16
 34135  pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE = 1048576
 34136  pkg syscall (netbsd-386-cgo), const BPF_DIV = 48
 34137  pkg syscall (netbsd-386-cgo), const BPF_H = 8
 34138  pkg syscall (netbsd-386-cgo), const BPF_IMM = 0
 34139  pkg syscall (netbsd-386-cgo), const BPF_IND = 64
 34140  pkg syscall (netbsd-386-cgo), const BPF_JA = 0
 34141  pkg syscall (netbsd-386-cgo), const BPF_JEQ = 16
 34142  pkg syscall (netbsd-386-cgo), const BPF_JGE = 48
 34143  pkg syscall (netbsd-386-cgo), const BPF_JGT = 32
 34144  pkg syscall (netbsd-386-cgo), const BPF_JMP = 5
 34145  pkg syscall (netbsd-386-cgo), const BPF_JSET = 64
 34146  pkg syscall (netbsd-386-cgo), const BPF_K = 0
 34147  pkg syscall (netbsd-386-cgo), const BPF_LD = 0
 34148  pkg syscall (netbsd-386-cgo), const BPF_LDX = 1
 34149  pkg syscall (netbsd-386-cgo), const BPF_LEN = 128
 34150  pkg syscall (netbsd-386-cgo), const BPF_LSH = 96
 34151  pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION = 1
 34152  pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE = 16777216
 34153  pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS = 512
 34154  pkg syscall (netbsd-386-cgo), const BPF_MEM = 96
 34155  pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS = 16
 34156  pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE = 32
 34157  pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION = 1
 34158  pkg syscall (netbsd-386-cgo), const BPF_MISC = 7
 34159  pkg syscall (netbsd-386-cgo), const BPF_MSH = 160
 34160  pkg syscall (netbsd-386-cgo), const BPF_MUL = 32
 34161  pkg syscall (netbsd-386-cgo), const BPF_NEG = 128
 34162  pkg syscall (netbsd-386-cgo), const BPF_OR = 64
 34163  pkg syscall (netbsd-386-cgo), const BPF_RELEASE = 199606
 34164  pkg syscall (netbsd-386-cgo), const BPF_RET = 6
 34165  pkg syscall (netbsd-386-cgo), const BPF_RSH = 112
 34166  pkg syscall (netbsd-386-cgo), const BPF_ST = 2
 34167  pkg syscall (netbsd-386-cgo), const BPF_STX = 3
 34168  pkg syscall (netbsd-386-cgo), const BPF_SUB = 16
 34169  pkg syscall (netbsd-386-cgo), const BPF_TAX = 0
 34170  pkg syscall (netbsd-386-cgo), const BPF_TXA = 128
 34171  pkg syscall (netbsd-386-cgo), const BPF_W = 0
 34172  pkg syscall (netbsd-386-cgo), const BPF_X = 8
 34173  pkg syscall (netbsd-386-cgo), const BRKINT = 2
 34174  pkg syscall (netbsd-386-cgo), const CFLUSH = 15
 34175  pkg syscall (netbsd-386-cgo), const CLOCAL = 32768
 34176  pkg syscall (netbsd-386-cgo), const CREAD = 2048
 34177  pkg syscall (netbsd-386-cgo), const CS5 = 0
 34178  pkg syscall (netbsd-386-cgo), const CS6 = 256
 34179  pkg syscall (netbsd-386-cgo), const CS7 = 512
 34180  pkg syscall (netbsd-386-cgo), const CS8 = 768
 34181  pkg syscall (netbsd-386-cgo), const CSIZE = 768
 34182  pkg syscall (netbsd-386-cgo), const CSTART = 17
 34183  pkg syscall (netbsd-386-cgo), const CSTATUS = 20
 34184  pkg syscall (netbsd-386-cgo), const CSTOP = 19
 34185  pkg syscall (netbsd-386-cgo), const CSTOPB = 1024
 34186  pkg syscall (netbsd-386-cgo), const CSUSP = 26
 34187  pkg syscall (netbsd-386-cgo), const CTL_MAXNAME = 12
 34188  pkg syscall (netbsd-386-cgo), const CTL_NET = 4
 34189  pkg syscall (netbsd-386-cgo), const CTL_QUERY = -2
 34190  pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH = 536896632
 34191  pkg syscall (netbsd-386-cgo), const DLT_A429 = 184
 34192  pkg syscall (netbsd-386-cgo), const DLT_A653_ICM = 185
 34193  pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER = 120
 34194  pkg syscall (netbsd-386-cgo), const DLT_AOS = 222
 34195  pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 34196  pkg syscall (netbsd-386-cgo), const DLT_ARCNET = 7
 34197  pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX = 129
 34198  pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP = 19
 34199  pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 = 11
 34200  pkg syscall (netbsd-386-cgo), const DLT_AURORA = 126
 34201  pkg syscall (netbsd-386-cgo), const DLT_AX25 = 3
 34202  pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS = 202
 34203  pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP = 165
 34204  pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
 34205  pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 34206  pkg syscall (netbsd-386-cgo), const DLT_CAN20B = 190
 34207  pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
 34208  pkg syscall (netbsd-386-cgo), const DLT_CHAOS = 5
 34209  pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS = 118
 34210  pkg syscall (netbsd-386-cgo), const DLT_C_HDLC = 104
 34211  pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
 34212  pkg syscall (netbsd-386-cgo), const DLT_DECT = 221
 34213  pkg syscall (netbsd-386-cgo), const DLT_DOCSIS = 143
 34214  pkg syscall (netbsd-386-cgo), const DLT_ECONET = 115
 34215  pkg syscall (netbsd-386-cgo), const DLT_EN10MB = 1
 34216  pkg syscall (netbsd-386-cgo), const DLT_EN3MB = 2
 34217  pkg syscall (netbsd-386-cgo), const DLT_ENC = 109
 34218  pkg syscall (netbsd-386-cgo), const DLT_ERF = 197
 34219  pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH = 175
 34220  pkg syscall (netbsd-386-cgo), const DLT_ERF_POS = 176
 34221  pkg syscall (netbsd-386-cgo), const DLT_FC_2 = 224
 34222  pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 34223  pkg syscall (netbsd-386-cgo), const DLT_FDDI = 10
 34224  pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY = 210
 34225  pkg syscall (netbsd-386-cgo), const DLT_FRELAY = 107
 34226  pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
 34227  pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL = 173
 34228  pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 = 172
 34229  pkg syscall (netbsd-386-cgo), const DLT_GPF_F = 171
 34230  pkg syscall (netbsd-386-cgo), const DLT_GPF_T = 170
 34231  pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC = 169
 34232  pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS = 218
 34233  pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM = 217
 34234  pkg syscall (netbsd-386-cgo), const DLT_HDLC = 16
 34235  pkg syscall (netbsd-386-cgo), const DLT_HHDLC = 121
 34236  pkg syscall (netbsd-386-cgo), const DLT_HIPPI = 15
 34237  pkg syscall (netbsd-386-cgo), const DLT_IBM_SN = 146
 34238  pkg syscall (netbsd-386-cgo), const DLT_IBM_SP = 145
 34239  pkg syscall (netbsd-386-cgo), const DLT_IEEE802 = 6
 34240  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 = 105
 34241  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
 34242  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
 34243  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 = 195
 34244  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
 34245  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
 34246  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
 34247  pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 34248  pkg syscall (netbsd-386-cgo), const DLT_IPMB = 199
 34249  pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX = 209
 34250  pkg syscall (netbsd-386-cgo), const DLT_IPNET = 226
 34251  pkg syscall (netbsd-386-cgo), const DLT_IPV4 = 228
 34252  pkg syscall (netbsd-386-cgo), const DLT_IPV6 = 229
 34253  pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC = 122
 34254  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
 34255  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
 34256  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
 34257  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES = 132
 34258  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER = 178
 34259  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
 34260  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN = 133
 34261  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM = 194
 34262  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR = 134
 34263  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR = 131
 34264  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
 34265  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
 34266  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
 34267  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP = 179
 34268  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
 34269  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
 34270  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
 34271  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST = 200
 34272  pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP = 183
 34273  pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
 34274  pkg syscall (netbsd-386-cgo), const DLT_LAPD = 203
 34275  pkg syscall (netbsd-386-cgo), const DLT_LIN = 212
 34276  pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV = 216
 34277  pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA = 144
 34278  pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD = 177
 34279  pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL = 113
 34280  pkg syscall (netbsd-386-cgo), const DLT_LOOP = 108
 34281  pkg syscall (netbsd-386-cgo), const DLT_LTALK = 114
 34282  pkg syscall (netbsd-386-cgo), const DLT_MFR = 182
 34283  pkg syscall (netbsd-386-cgo), const DLT_MOST = 211
 34284  pkg syscall (netbsd-386-cgo), const DLT_MPLS = 219
 34285  pkg syscall (netbsd-386-cgo), const DLT_MTP2 = 140
 34286  pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
 34287  pkg syscall (netbsd-386-cgo), const DLT_MTP3 = 141
 34288  pkg syscall (netbsd-386-cgo), const DLT_NULL = 0
 34289  pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP = 125
 34290  pkg syscall (netbsd-386-cgo), const DLT_PFLOG = 117
 34291  pkg syscall (netbsd-386-cgo), const DLT_PFSYNC = 18
 34292  pkg syscall (netbsd-386-cgo), const DLT_PPI = 192
 34293  pkg syscall (netbsd-386-cgo), const DLT_PPP = 9
 34294  pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS = 14
 34295  pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER = 51
 34296  pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD = 166
 34297  pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL = 50
 34298  pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR = 204
 34299  pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER = 119
 34300  pkg syscall (netbsd-386-cgo), const DLT_PRONET = 4
 34301  pkg syscall (netbsd-386-cgo), const DLT_RAIF1 = 198
 34302  pkg syscall (netbsd-386-cgo), const DLT_RAW = 12
 34303  pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK = 35913728
 34304  pkg syscall (netbsd-386-cgo), const DLT_RIO = 124
 34305  pkg syscall (netbsd-386-cgo), const DLT_SCCP = 142
 34306  pkg syscall (netbsd-386-cgo), const DLT_SITA = 196
 34307  pkg syscall (netbsd-386-cgo), const DLT_SLIP = 8
 34308  pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS = 13
 34309  pkg syscall (netbsd-386-cgo), const DLT_SUNATM = 123
 34310  pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
 34311  pkg syscall (netbsd-386-cgo), const DLT_TZSP = 128
 34312  pkg syscall (netbsd-386-cgo), const DLT_USB = 186
 34313  pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX = 189
 34314  pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
 34315  pkg syscall (netbsd-386-cgo), const DLT_WIHART = 223
 34316  pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL = 213
 34317  pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA = 214
 34318  pkg syscall (netbsd-386-cgo), const DT_BLK = 6
 34319  pkg syscall (netbsd-386-cgo), const DT_CHR = 2
 34320  pkg syscall (netbsd-386-cgo), const DT_DIR = 4
 34321  pkg syscall (netbsd-386-cgo), const DT_FIFO = 1
 34322  pkg syscall (netbsd-386-cgo), const DT_LNK = 10
 34323  pkg syscall (netbsd-386-cgo), const DT_REG = 8
 34324  pkg syscall (netbsd-386-cgo), const DT_SOCK = 12
 34325  pkg syscall (netbsd-386-cgo), const DT_UNKNOWN = 0
 34326  pkg syscall (netbsd-386-cgo), const DT_WHT = 14
 34327  pkg syscall (netbsd-386-cgo), const E2BIG = 7
 34328  pkg syscall (netbsd-386-cgo), const EACCES = 13
 34329  pkg syscall (netbsd-386-cgo), const EADDRINUSE = 48
 34330  pkg syscall (netbsd-386-cgo), const EADDRNOTAVAIL = 49
 34331  pkg syscall (netbsd-386-cgo), const EAFNOSUPPORT = 47
 34332  pkg syscall (netbsd-386-cgo), const EAGAIN = 35
 34333  pkg syscall (netbsd-386-cgo), const EALREADY = 37
 34334  pkg syscall (netbsd-386-cgo), const EAUTH = 80
 34335  pkg syscall (netbsd-386-cgo), const EBADF = 9
 34336  pkg syscall (netbsd-386-cgo), const EBADMSG = 88
 34337  pkg syscall (netbsd-386-cgo), const EBADRPC = 72
 34338  pkg syscall (netbsd-386-cgo), const EBUSY = 16
 34339  pkg syscall (netbsd-386-cgo), const ECANCELED = 87
 34340  pkg syscall (netbsd-386-cgo), const ECHILD = 10
 34341  pkg syscall (netbsd-386-cgo), const ECHO = 8
 34342  pkg syscall (netbsd-386-cgo), const ECHOCTL = 64
 34343  pkg syscall (netbsd-386-cgo), const ECHOE = 2
 34344  pkg syscall (netbsd-386-cgo), const ECHOK = 4
 34345  pkg syscall (netbsd-386-cgo), const ECHOKE = 1
 34346  pkg syscall (netbsd-386-cgo), const ECHONL = 16
 34347  pkg syscall (netbsd-386-cgo), const ECHOPRT = 32
 34348  pkg syscall (netbsd-386-cgo), const ECONNABORTED = 53
 34349  pkg syscall (netbsd-386-cgo), const ECONNREFUSED = 61
 34350  pkg syscall (netbsd-386-cgo), const ECONNRESET = 54
 34351  pkg syscall (netbsd-386-cgo), const EDEADLK = 11
 34352  pkg syscall (netbsd-386-cgo), const EDESTADDRREQ = 39
 34353  pkg syscall (netbsd-386-cgo), const EDOM = 33
 34354  pkg syscall (netbsd-386-cgo), const EDQUOT = 69
 34355  pkg syscall (netbsd-386-cgo), const EEXIST = 17
 34356  pkg syscall (netbsd-386-cgo), const EFAULT = 14
 34357  pkg syscall (netbsd-386-cgo), const EFBIG = 27
 34358  pkg syscall (netbsd-386-cgo), const EFTYPE = 79
 34359  pkg syscall (netbsd-386-cgo), const EHOSTDOWN = 64
 34360  pkg syscall (netbsd-386-cgo), const EHOSTUNREACH = 65
 34361  pkg syscall (netbsd-386-cgo), const EIDRM = 82
 34362  pkg syscall (netbsd-386-cgo), const EILSEQ = 85
 34363  pkg syscall (netbsd-386-cgo), const EINPROGRESS = 36
 34364  pkg syscall (netbsd-386-cgo), const EINTR = 4
 34365  pkg syscall (netbsd-386-cgo), const EINVAL = 22
 34366  pkg syscall (netbsd-386-cgo), const EIO = 5
 34367  pkg syscall (netbsd-386-cgo), const EISCONN = 56
 34368  pkg syscall (netbsd-386-cgo), const EISDIR = 21
 34369  pkg syscall (netbsd-386-cgo), const ELAST = 96
 34370  pkg syscall (netbsd-386-cgo), const ELOOP = 62
 34371  pkg syscall (netbsd-386-cgo), const EMFILE = 24
 34372  pkg syscall (netbsd-386-cgo), const EMLINK = 31
 34373  pkg syscall (netbsd-386-cgo), const EMSGSIZE = 40
 34374  pkg syscall (netbsd-386-cgo), const EMULTIHOP = 94
 34375  pkg syscall (netbsd-386-cgo), const EMUL_LINUX = 1
 34376  pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 = 5
 34377  pkg syscall (netbsd-386-cgo), const EMUL_MAXID = 6
 34378  pkg syscall (netbsd-386-cgo), const ENAMETOOLONG = 63
 34379  pkg syscall (netbsd-386-cgo), const ENEEDAUTH = 81
 34380  pkg syscall (netbsd-386-cgo), const ENETDOWN = 50
 34381  pkg syscall (netbsd-386-cgo), const ENETRESET = 52
 34382  pkg syscall (netbsd-386-cgo), const ENETUNREACH = 51
 34383  pkg syscall (netbsd-386-cgo), const ENFILE = 23
 34384  pkg syscall (netbsd-386-cgo), const ENOATTR = 93
 34385  pkg syscall (netbsd-386-cgo), const ENOBUFS = 55
 34386  pkg syscall (netbsd-386-cgo), const ENODATA = 89
 34387  pkg syscall (netbsd-386-cgo), const ENODEV = 19
 34388  pkg syscall (netbsd-386-cgo), const ENOEXEC = 8
 34389  pkg syscall (netbsd-386-cgo), const ENOLCK = 77
 34390  pkg syscall (netbsd-386-cgo), const ENOLINK = 95
 34391  pkg syscall (netbsd-386-cgo), const ENOMEM = 12
 34392  pkg syscall (netbsd-386-cgo), const ENOMSG = 83
 34393  pkg syscall (netbsd-386-cgo), const ENOPROTOOPT = 42
 34394  pkg syscall (netbsd-386-cgo), const ENOSPC = 28
 34395  pkg syscall (netbsd-386-cgo), const ENOSR = 90
 34396  pkg syscall (netbsd-386-cgo), const ENOSTR = 91
 34397  pkg syscall (netbsd-386-cgo), const ENOSYS = 78
 34398  pkg syscall (netbsd-386-cgo), const ENOTBLK = 15
 34399  pkg syscall (netbsd-386-cgo), const ENOTCONN = 57
 34400  pkg syscall (netbsd-386-cgo), const ENOTDIR = 20
 34401  pkg syscall (netbsd-386-cgo), const ENOTEMPTY = 66
 34402  pkg syscall (netbsd-386-cgo), const ENOTSOCK = 38
 34403  pkg syscall (netbsd-386-cgo), const ENOTSUP = 86
 34404  pkg syscall (netbsd-386-cgo), const ENOTTY = 25
 34405  pkg syscall (netbsd-386-cgo), const ENXIO = 6
 34406  pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF = 4096
 34407  pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC = 768
 34408  pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND = 3072
 34409  pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN = 128
 34410  pkg syscall (netbsd-386-cgo), const EN_SW_DENORM = 2
 34411  pkg syscall (netbsd-386-cgo), const EN_SW_INVOP = 1
 34412  pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW = 8
 34413  pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS = 32
 34414  pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW = 16
 34415  pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV = 4
 34416  pkg syscall (netbsd-386-cgo), const EOPNOTSUPP = 45
 34417  pkg syscall (netbsd-386-cgo), const EOVERFLOW = 84
 34418  pkg syscall (netbsd-386-cgo), const EPERM = 1
 34419  pkg syscall (netbsd-386-cgo), const EPFNOSUPPORT = 46
 34420  pkg syscall (netbsd-386-cgo), const EPIPE = 32
 34421  pkg syscall (netbsd-386-cgo), const EPROCLIM = 67
 34422  pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL = 76
 34423  pkg syscall (netbsd-386-cgo), const EPROGMISMATCH = 75
 34424  pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL = 74
 34425  pkg syscall (netbsd-386-cgo), const EPROTO = 96
 34426  pkg syscall (netbsd-386-cgo), const EPROTONOSUPPORT = 43
 34427  pkg syscall (netbsd-386-cgo), const EPROTOTYPE = 41
 34428  pkg syscall (netbsd-386-cgo), const ERANGE = 34
 34429  pkg syscall (netbsd-386-cgo), const EREMOTE = 71
 34430  pkg syscall (netbsd-386-cgo), const EROFS = 30
 34431  pkg syscall (netbsd-386-cgo), const ERPCMISMATCH = 73
 34432  pkg syscall (netbsd-386-cgo), const ESHUTDOWN = 58
 34433  pkg syscall (netbsd-386-cgo), const ESOCKTNOSUPPORT = 44
 34434  pkg syscall (netbsd-386-cgo), const ESPIPE = 29
 34435  pkg syscall (netbsd-386-cgo), const ESRCH = 3
 34436  pkg syscall (netbsd-386-cgo), const ESTALE = 70
 34437  pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU = 4
 34438  pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
 34439  pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU = 1
 34440  pkg syscall (netbsd-386-cgo), const ETHERMIN = 46
 34441  pkg syscall (netbsd-386-cgo), const ETHERMTU = 1500
 34442  pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO = 9000
 34443  pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 = 4
 34444  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP = 33011
 34445  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
 34446  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
 34447  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
 34448  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER = 24584
 34449  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
 34450  pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
 34451  pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
 34452  pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
 34453  pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
 34454  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
 34455  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP = 2054
 34456  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT = 32923
 34457  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK = 32923
 34458  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
 34459  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT = 32873
 34460  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
 34461  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
 34462  pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS = 34902
 34463  pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
 34464  pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL = 33026
 34465  pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
 34466  pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
 34467  pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
 34468  pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
 34469  pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
 34470  pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
 34471  pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
 34472  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA = 4660
 34473  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE = 32891
 34474  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
 34475  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM = 32840
 34476  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
 34477  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
 34478  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
 34479  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
 34480  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
 34481  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
 34482  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
 34483  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
 34484  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
 34485  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
 34486  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
 34487  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
 34488  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
 34489  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN = 24579
 34490  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
 34491  pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD = 32825
 34492  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA = 2051
 34493  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
 34494  pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES = 32861
 34495  pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
 34496  pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
 34497  pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP = 33094
 34498  pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
 34499  pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP = 2056
 34500  pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
 34501  pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES = 33072
 34502  pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
 34503  pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
 34504  pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP = 32773
 34505  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
 34506  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
 34507  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
 34508  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
 34509  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP = 2048
 34510  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS = 34668
 34511  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
 34512  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX = 33079
 34513  pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
 34514  pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
 34515  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
 34516  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
 34517  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT = 24580
 34518  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK = 36864
 34519  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
 34520  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
 34521  pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
 34522  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA = 32890
 34523  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX = 65535
 34524  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT = 32892
 34525  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP = 34618
 34526  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
 34527  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
 34528  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
 34529  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS = 34887
 34530  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
 34531  pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
 34532  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
 34533  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
 34534  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
 34535  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
 34536  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
 34537  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
 34538  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
 34539  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
 34540  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
 34541  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
 34542  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
 34543  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
 34544  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
 34545  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
 34546  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS = 2050
 34547  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD = 33097
 34548  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
 34549  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
 34550  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
 34551  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS = 1536
 34552  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT = 1537
 34553  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
 34554  pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
 34555  pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 = 28679
 34556  pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
 34557  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER = 32966
 34558  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE = 34958
 34559  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS = 16962
 34560  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
 34561  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP = 34827
 34562  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
 34563  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
 34564  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
 34565  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP = 512
 34566  pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT = 512
 34567  pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL = 28720
 34568  pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
 34569  pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
 34570  pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL = 6549
 34571  pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP = 34617
 34572  pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX = 33010
 34573  pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP = 32821
 34574  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA = 24583
 34575  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
 34576  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
 34577  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW = 33150
 34578  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
 34579  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
 34580  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
 34581  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
 34582  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
 34583  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
 34584  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA = 32981
 34585  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP = 33100
 34586  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX = 64245
 34587  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
 34588  pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
 34589  pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP = 33153
 34590  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
 34591  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
 34592  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
 34593  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
 34594  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC = 33103
 34595  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
 34596  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
 34597  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
 34598  pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
 34599  pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST = 28677
 34600  pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
 34601  pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
 34602  pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL = 28672
 34603  pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
 34604  pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
 34605  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID = 5632
 34606  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
 34607  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
 34608  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO = 32871
 34609  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP = 32859
 34610  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
 34611  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES = 2989
 34612  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
 34613  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
 34614  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL = 65280
 34615  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN = 33024
 34616  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
 34617  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD = 32860
 34618  pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
 34619  pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
 34620  pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
 34621  pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 = 2053
 34622  pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 = 2049
 34623  pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
 34624  pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP = 33149
 34625  pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN = 6
 34626  pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN = 4
 34627  pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
 34628  pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
 34629  pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN = 14
 34630  pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN = 1518
 34631  pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO = 9018
 34632  pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN = 64
 34633  pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
 34634  pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN = 2
 34635  pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
 34636  pkg syscall (netbsd-386-cgo), const ETIME = 92
 34637  pkg syscall (netbsd-386-cgo), const ETIMEDOUT = 60
 34638  pkg syscall (netbsd-386-cgo), const ETOOMANYREFS = 59
 34639  pkg syscall (netbsd-386-cgo), const ETXTBSY = 26
 34640  pkg syscall (netbsd-386-cgo), const EUSERS = 68
 34641  pkg syscall (netbsd-386-cgo), const EVFILT_AIO = 2
 34642  pkg syscall (netbsd-386-cgo), const EVFILT_PROC = 4
 34643  pkg syscall (netbsd-386-cgo), const EVFILT_READ = 0
 34644  pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL = 5
 34645  pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT = 7
 34646  pkg syscall (netbsd-386-cgo), const EVFILT_TIMER = 6
 34647  pkg syscall (netbsd-386-cgo), const EVFILT_VNODE = 3
 34648  pkg syscall (netbsd-386-cgo), const EVFILT_WRITE = 1
 34649  pkg syscall (netbsd-386-cgo), const EV_ADD = 1
 34650  pkg syscall (netbsd-386-cgo), const EV_CLEAR = 32
 34651  pkg syscall (netbsd-386-cgo), const EV_DELETE = 2
 34652  pkg syscall (netbsd-386-cgo), const EV_DISABLE = 8
 34653  pkg syscall (netbsd-386-cgo), const EV_ENABLE = 4
 34654  pkg syscall (netbsd-386-cgo), const EV_EOF = 32768
 34655  pkg syscall (netbsd-386-cgo), const EV_ERROR = 16384
 34656  pkg syscall (netbsd-386-cgo), const EV_FLAG1 = 8192
 34657  pkg syscall (netbsd-386-cgo), const EV_ONESHOT = 16
 34658  pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS = 61440
 34659  pkg syscall (netbsd-386-cgo), const EWOULDBLOCK = 35
 34660  pkg syscall (netbsd-386-cgo), const EXDEV = 18
 34661  pkg syscall (netbsd-386-cgo), const EXTA = 19200
 34662  pkg syscall (netbsd-386-cgo), const EXTB = 38400
 34663  pkg syscall (netbsd-386-cgo), const EXTPROC = 2048
 34664  pkg syscall (netbsd-386-cgo), const FD_CLOEXEC = 1
 34665  pkg syscall (netbsd-386-cgo), const FD_SETSIZE = 256
 34666  pkg syscall (netbsd-386-cgo), const FLUSHO = 8388608
 34667  pkg syscall (netbsd-386-cgo), const F_CLOSEM = 10
 34668  pkg syscall (netbsd-386-cgo), const F_DUPFD = 0
 34669  pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC = 12
 34670  pkg syscall (netbsd-386-cgo), const F_FSCTL = -2147483648
 34671  pkg syscall (netbsd-386-cgo), const F_FSDIRMASK = 1879048192
 34672  pkg syscall (netbsd-386-cgo), const F_FSIN = 268435456
 34673  pkg syscall (netbsd-386-cgo), const F_FSINOUT = 805306368
 34674  pkg syscall (netbsd-386-cgo), const F_FSOUT = 536870912
 34675  pkg syscall (netbsd-386-cgo), const F_FSPRIV = 32768
 34676  pkg syscall (netbsd-386-cgo), const F_FSVOID = 1073741824
 34677  pkg syscall (netbsd-386-cgo), const F_GETFD = 1
 34678  pkg syscall (netbsd-386-cgo), const F_GETFL = 3
 34679  pkg syscall (netbsd-386-cgo), const F_GETLK = 7
 34680  pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE = 13
 34681  pkg syscall (netbsd-386-cgo), const F_GETOWN = 5
 34682  pkg syscall (netbsd-386-cgo), const F_MAXFD = 11
 34683  pkg syscall (netbsd-386-cgo), const F_OK = 0
 34684  pkg syscall (netbsd-386-cgo), const F_PARAM_MASK = 4095
 34685  pkg syscall (netbsd-386-cgo), const F_PARAM_MAX = 4095
 34686  pkg syscall (netbsd-386-cgo), const F_RDLCK = 1
 34687  pkg syscall (netbsd-386-cgo), const F_SETFD = 2
 34688  pkg syscall (netbsd-386-cgo), const F_SETFL = 4
 34689  pkg syscall (netbsd-386-cgo), const F_SETLK = 8
 34690  pkg syscall (netbsd-386-cgo), const F_SETLKW = 9
 34691  pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE = 14
 34692  pkg syscall (netbsd-386-cgo), const F_SETOWN = 6
 34693  pkg syscall (netbsd-386-cgo), const F_UNLCK = 2
 34694  pkg syscall (netbsd-386-cgo), const F_WRLCK = 3
 34695  pkg syscall (netbsd-386-cgo), const HUPCL = 16384
 34696  pkg syscall (netbsd-386-cgo), const ICANON = 256
 34697  pkg syscall (netbsd-386-cgo), const ICRNL = 256
 34698  pkg syscall (netbsd-386-cgo), const IEXTEN = 1024
 34699  pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL = 0
 34700  pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE = 1
 34701  pkg syscall (netbsd-386-cgo), const IFA_ROUTE = 1
 34702  pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI = 512
 34703  pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE = 36690
 34704  pkg syscall (netbsd-386-cgo), const IFF_DEBUG = 4
 34705  pkg syscall (netbsd-386-cgo), const IFF_LINK0 = 4096
 34706  pkg syscall (netbsd-386-cgo), const IFF_LINK1 = 8192
 34707  pkg syscall (netbsd-386-cgo), const IFF_LINK2 = 16384
 34708  pkg syscall (netbsd-386-cgo), const IFF_LOOPBACK = 8
 34709  pkg syscall (netbsd-386-cgo), const IFF_MULTICAST = 32768
 34710  pkg syscall (netbsd-386-cgo), const IFF_NOARP = 128
 34711  pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS = 32
 34712  pkg syscall (netbsd-386-cgo), const IFF_OACTIVE = 1024
 34713  pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT = 16
 34714  pkg syscall (netbsd-386-cgo), const IFF_PROMISC = 256
 34715  pkg syscall (netbsd-386-cgo), const IFF_RUNNING = 64
 34716  pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX = 2048
 34717  pkg syscall (netbsd-386-cgo), const IFNAMSIZ = 16
 34718  pkg syscall (netbsd-386-cgo), const IFT_1822 = 2
 34719  pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH = 130
 34720  pkg syscall (netbsd-386-cgo), const IFT_AAL2 = 187
 34721  pkg syscall (netbsd-386-cgo), const IFT_AAL5 = 49
 34722  pkg syscall (netbsd-386-cgo), const IFT_ADSL = 94
 34723  pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 = 59
 34724  pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 = 60
 34725  pkg syscall (netbsd-386-cgo), const IFT_ARAP = 88
 34726  pkg syscall (netbsd-386-cgo), const IFT_ARCNET = 35
 34727  pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS = 36
 34728  pkg syscall (netbsd-386-cgo), const IFT_ASYNC = 84
 34729  pkg syscall (netbsd-386-cgo), const IFT_ATM = 37
 34730  pkg syscall (netbsd-386-cgo), const IFT_ATMDXI = 105
 34731  pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI = 106
 34732  pkg syscall (netbsd-386-cgo), const IFT_ATMIMA = 107
 34733  pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL = 80
 34734  pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO = 189
 34735  pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
 34736  pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT = 194
 34737  pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL = 149
 34738  pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 34739  pkg syscall (netbsd-386-cgo), const IFT_BRIDGE = 209
 34740  pkg syscall (netbsd-386-cgo), const IFT_BSC = 83
 34741  pkg syscall (netbsd-386-cgo), const IFT_CARP = 248
 34742  pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL = 61
 34743  pkg syscall (netbsd-386-cgo), const IFT_CEPT = 19
 34744  pkg syscall (netbsd-386-cgo), const IFT_CES = 133
 34745  pkg syscall (netbsd-386-cgo), const IFT_CHANNEL = 70
 34746  pkg syscall (netbsd-386-cgo), const IFT_CNR = 85
 34747  pkg syscall (netbsd-386-cgo), const IFT_COFFEE = 132
 34748  pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK = 155
 34749  pkg syscall (netbsd-386-cgo), const IFT_DCN = 141
 34750  pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
 34751  pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 34752  pkg syscall (netbsd-386-cgo), const IFT_DLSW = 74
 34753  pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 34754  pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
 34755  pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 34756  pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 34757  pkg syscall (netbsd-386-cgo), const IFT_DS0 = 81
 34758  pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE = 82
 34759  pkg syscall (netbsd-386-cgo), const IFT_DS1FDL = 170
 34760  pkg syscall (netbsd-386-cgo), const IFT_DS3 = 30
 34761  pkg syscall (netbsd-386-cgo), const IFT_DTM = 140
 34762  pkg syscall (netbsd-386-cgo), const IFT_DVBASILN = 172
 34763  pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT = 173
 34764  pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 34765  pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
 34766  pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
 34767  pkg syscall (netbsd-386-cgo), const IFT_ECONET = 206
 34768  pkg syscall (netbsd-386-cgo), const IFT_EON = 25
 34769  pkg syscall (netbsd-386-cgo), const IFT_EPLRS = 87
 34770  pkg syscall (netbsd-386-cgo), const IFT_ESCON = 73
 34771  pkg syscall (netbsd-386-cgo), const IFT_ETHER = 6
 34772  pkg syscall (netbsd-386-cgo), const IFT_FAITH = 242
 34773  pkg syscall (netbsd-386-cgo), const IFT_FAST = 125
 34774  pkg syscall (netbsd-386-cgo), const IFT_FASTETHER = 62
 34775  pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX = 69
 34776  pkg syscall (netbsd-386-cgo), const IFT_FDDI = 15
 34777  pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL = 56
 34778  pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 34779  pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
 34780  pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT = 193
 34781  pkg syscall (netbsd-386-cgo), const IFT_FRELAY = 32
 34782  pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE = 44
 34783  pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
 34784  pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD = 158
 34785  pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB = 67
 34786  pkg syscall (netbsd-386-cgo), const IFT_G703AT64K = 66
 34787  pkg syscall (netbsd-386-cgo), const IFT_GIF = 240
 34788  pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET = 117
 34789  pkg syscall (netbsd-386-cgo), const IFT_GR303IDT = 178
 34790  pkg syscall (netbsd-386-cgo), const IFT_GR303RDT = 177
 34791  pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER = 164
 34792  pkg syscall (netbsd-386-cgo), const IFT_H323PROXY = 165
 34793  pkg syscall (netbsd-386-cgo), const IFT_HDH1822 = 3
 34794  pkg syscall (netbsd-386-cgo), const IFT_HDLC = 118
 34795  pkg syscall (netbsd-386-cgo), const IFT_HDSL2 = 168
 34796  pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 = 183
 34797  pkg syscall (netbsd-386-cgo), const IFT_HIPPI = 47
 34798  pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
 34799  pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD = 90
 34800  pkg syscall (netbsd-386-cgo), const IFT_HSSI = 46
 34801  pkg syscall (netbsd-386-cgo), const IFT_HY = 14
 34802  pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN = 72
 34803  pkg syscall (netbsd-386-cgo), const IFT_IDSL = 154
 34804  pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 = 144
 34805  pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 = 71
 34806  pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 = 55
 34807  pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
 34808  pkg syscall (netbsd-386-cgo), const IFT_IFGSN = 145
 34809  pkg syscall (netbsd-386-cgo), const IFT_IMT = 190
 34810  pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND = 199
 34811  pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE = 124
 34812  pkg syscall (netbsd-386-cgo), const IFT_IP = 126
 34813  pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD = 142
 34814  pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM = 114
 34815  pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC = 109
 34816  pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW = 110
 34817  pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH = 78
 34818  pkg syscall (netbsd-386-cgo), const IFT_ISDN = 63
 34819  pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC = 20
 34820  pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY = 21
 34821  pkg syscall (netbsd-386-cgo), const IFT_ISDNS = 75
 34822  pkg syscall (netbsd-386-cgo), const IFT_ISDNU = 76
 34823  pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC = 41
 34824  pkg syscall (netbsd-386-cgo), const IFT_ISO88023 = 7
 34825  pkg syscall (netbsd-386-cgo), const IFT_ISO88024 = 8
 34826  pkg syscall (netbsd-386-cgo), const IFT_ISO88025 = 9
 34827  pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
 34828  pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR = 86
 34829  pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER = 115
 34830  pkg syscall (netbsd-386-cgo), const IFT_ISO88026 = 10
 34831  pkg syscall (netbsd-386-cgo), const IFT_ISUP = 179
 34832  pkg syscall (netbsd-386-cgo), const IFT_L2VLAN = 135
 34833  pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN = 136
 34834  pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN = 137
 34835  pkg syscall (netbsd-386-cgo), const IFT_LAPB = 16
 34836  pkg syscall (netbsd-386-cgo), const IFT_LAPD = 77
 34837  pkg syscall (netbsd-386-cgo), const IFT_LAPF = 119
 34838  pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP = 210
 34839  pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK = 42
 34840  pkg syscall (netbsd-386-cgo), const IFT_LOOP = 24
 34841  pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
 34842  pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK = 167
 34843  pkg syscall (netbsd-386-cgo), const IFT_MIOX25 = 38
 34844  pkg syscall (netbsd-386-cgo), const IFT_MODEM = 48
 34845  pkg syscall (netbsd-386-cgo), const IFT_MPC = 113
 34846  pkg syscall (netbsd-386-cgo), const IFT_MPLS = 166
 34847  pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL = 150
 34848  pkg syscall (netbsd-386-cgo), const IFT_MSDSL = 143
 34849  pkg syscall (netbsd-386-cgo), const IFT_MVL = 191
 34850  pkg syscall (netbsd-386-cgo), const IFT_MYRINET = 99
 34851  pkg syscall (netbsd-386-cgo), const IFT_NFAS = 175
 34852  pkg syscall (netbsd-386-cgo), const IFT_NSIP = 27
 34853  pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
 34854  pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
 34855  pkg syscall (netbsd-386-cgo), const IFT_OTHER = 1
 34856  pkg syscall (netbsd-386-cgo), const IFT_P10 = 12
 34857  pkg syscall (netbsd-386-cgo), const IFT_P80 = 13
 34858  pkg syscall (netbsd-386-cgo), const IFT_PARA = 34
 34859  pkg syscall (netbsd-386-cgo), const IFT_PFLOG = 245
 34860  pkg syscall (netbsd-386-cgo), const IFT_PFSYNC = 246
 34861  pkg syscall (netbsd-386-cgo), const IFT_PLC = 174
 34862  pkg syscall (netbsd-386-cgo), const IFT_PON155 = 207
 34863  pkg syscall (netbsd-386-cgo), const IFT_PON622 = 208
 34864  pkg syscall (netbsd-386-cgo), const IFT_POS = 171
 34865  pkg syscall (netbsd-386-cgo), const IFT_PPP = 23
 34866  pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 34867  pkg syscall (netbsd-386-cgo), const IFT_PROPATM = 197
 34868  pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP = 184
 34869  pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS = 89
 34870  pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 34871  pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 34872  pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 34873  pkg syscall (netbsd-386-cgo), const IFT_PROPMUX = 54
 34874  pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL = 53
 34875  pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
 34876  pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL = 22
 34877  pkg syscall (netbsd-386-cgo), const IFT_PVC = 241
 34878  pkg syscall (netbsd-386-cgo), const IFT_Q2931 = 201
 34879  pkg syscall (netbsd-386-cgo), const IFT_QLLC = 68
 34880  pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC = 188
 34881  pkg syscall (netbsd-386-cgo), const IFT_RADSL = 95
 34882  pkg syscall (netbsd-386-cgo), const IFT_REACHDSL = 192
 34883  pkg syscall (netbsd-386-cgo), const IFT_RFC1483 = 159
 34884  pkg syscall (netbsd-386-cgo), const IFT_RS232 = 33
 34885  pkg syscall (netbsd-386-cgo), const IFT_RSRB = 79
 34886  pkg syscall (netbsd-386-cgo), const IFT_SDLC = 17
 34887  pkg syscall (netbsd-386-cgo), const IFT_SDSL = 96
 34888  pkg syscall (netbsd-386-cgo), const IFT_SHDSL = 169
 34889  pkg syscall (netbsd-386-cgo), const IFT_SIP = 31
 34890  pkg syscall (netbsd-386-cgo), const IFT_SIPSIG = 204
 34891  pkg syscall (netbsd-386-cgo), const IFT_SIPTG = 203
 34892  pkg syscall (netbsd-386-cgo), const IFT_SLIP = 28
 34893  pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI = 43
 34894  pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP = 52
 34895  pkg syscall (netbsd-386-cgo), const IFT_SONET = 39
 34896  pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 34897  pkg syscall (netbsd-386-cgo), const IFT_SONETPATH = 50
 34898  pkg syscall (netbsd-386-cgo), const IFT_SONETVT = 51
 34899  pkg syscall (netbsd-386-cgo), const IFT_SRP = 151
 34900  pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK = 156
 34901  pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK = 111
 34902  pkg syscall (netbsd-386-cgo), const IFT_STARLAN = 11
 34903  pkg syscall (netbsd-386-cgo), const IFT_STF = 215
 34904  pkg syscall (netbsd-386-cgo), const IFT_T1 = 18
 34905  pkg syscall (netbsd-386-cgo), const IFT_TDLC = 116
 34906  pkg syscall (netbsd-386-cgo), const IFT_TELINK = 200
 34907  pkg syscall (netbsd-386-cgo), const IFT_TERMPAD = 91
 34908  pkg syscall (netbsd-386-cgo), const IFT_TR008 = 176
 34909  pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC = 123
 34910  pkg syscall (netbsd-386-cgo), const IFT_TUNNEL = 131
 34911  pkg syscall (netbsd-386-cgo), const IFT_ULTRA = 29
 34912  pkg syscall (netbsd-386-cgo), const IFT_USB = 160
 34913  pkg syscall (netbsd-386-cgo), const IFT_V11 = 64
 34914  pkg syscall (netbsd-386-cgo), const IFT_V35 = 45
 34915  pkg syscall (netbsd-386-cgo), const IFT_V36 = 65
 34916  pkg syscall (netbsd-386-cgo), const IFT_V37 = 120
 34917  pkg syscall (netbsd-386-cgo), const IFT_VDSL = 97
 34918  pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
 34919  pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG = 202
 34920  pkg syscall (netbsd-386-cgo), const IFT_VOICEDID = 213
 34921  pkg syscall (netbsd-386-cgo), const IFT_VOICEEM = 100
 34922  pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD = 211
 34923  pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP = 103
 34924  pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA = 212
 34925  pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO = 101
 34926  pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS = 102
 34927  pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM = 152
 34928  pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
 34929  pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 34930  pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP = 104
 34931  pkg syscall (netbsd-386-cgo), const IFT_X213 = 93
 34932  pkg syscall (netbsd-386-cgo), const IFT_X25 = 5
 34933  pkg syscall (netbsd-386-cgo), const IFT_X25DDN = 4
 34934  pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP = 122
 34935  pkg syscall (netbsd-386-cgo), const IFT_X25MLP = 121
 34936  pkg syscall (netbsd-386-cgo), const IFT_X25PLE = 40
 34937  pkg syscall (netbsd-386-cgo), const IFT_XETHER = 26
 34938  pkg syscall (netbsd-386-cgo), const IGNBRK = 1
 34939  pkg syscall (netbsd-386-cgo), const IGNCR = 128
 34940  pkg syscall (netbsd-386-cgo), const IGNPAR = 4
 34941  pkg syscall (netbsd-386-cgo), const IMAXBEL = 8192
 34942  pkg syscall (netbsd-386-cgo), const INLCR = 64
 34943  pkg syscall (netbsd-386-cgo), const INPCK = 16
 34944  pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST = 16777215
 34945  pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX = 128
 34946  pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET = 4278190080
 34947  pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
 34948  pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST = 65535
 34949  pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX = 65536
 34950  pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET = 4294901760
 34951  pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
 34952  pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST = 255
 34953  pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET = 4294967040
 34954  pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
 34955  pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST = 268435455
 34956  pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET = 4026531840
 34957  pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
 34958  pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET = 127
 34959  pkg syscall (netbsd-386-cgo), const IPPROTO_AH = 51
 34960  pkg syscall (netbsd-386-cgo), const IPPROTO_CARP = 112
 34961  pkg syscall (netbsd-386-cgo), const IPPROTO_DONE = 257
 34962  pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS = 60
 34963  pkg syscall (netbsd-386-cgo), const IPPROTO_EGP = 8
 34964  pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP = 98
 34965  pkg syscall (netbsd-386-cgo), const IPPROTO_EON = 80
 34966  pkg syscall (netbsd-386-cgo), const IPPROTO_ESP = 50
 34967  pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP = 97
 34968  pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT = 44
 34969  pkg syscall (netbsd-386-cgo), const IPPROTO_GGP = 3
 34970  pkg syscall (netbsd-386-cgo), const IPPROTO_GRE = 47
 34971  pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS = 0
 34972  pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP = 1
 34973  pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 = 58
 34974  pkg syscall (netbsd-386-cgo), const IPPROTO_IDP = 22
 34975  pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP = 2
 34976  pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP = 108
 34977  pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP = 4
 34978  pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 = 4
 34979  pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP = 58
 34980  pkg syscall (netbsd-386-cgo), const IPPROTO_MAX = 256
 34981  pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID = 52
 34982  pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE = 55
 34983  pkg syscall (netbsd-386-cgo), const IPPROTO_NONE = 59
 34984  pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC = 240
 34985  pkg syscall (netbsd-386-cgo), const IPPROTO_PIM = 103
 34986  pkg syscall (netbsd-386-cgo), const IPPROTO_PUP = 12
 34987  pkg syscall (netbsd-386-cgo), const IPPROTO_RAW = 255
 34988  pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING = 43
 34989  pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP = 46
 34990  pkg syscall (netbsd-386-cgo), const IPPROTO_TP = 29
 34991  pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP = 112
 34992  pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM = 26
 34993  pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 34994  pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 34995  pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM = 64
 34996  pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG = 62
 34997  pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS = 50
 34998  pkg syscall (netbsd-386-cgo), const IPV6_FAITH = 29
 34999  pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 35000  pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 35001  pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL = 120
 35002  pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC = 1
 35003  pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT = 47
 35004  pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS = 49
 35005  pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY = 28
 35006  pkg syscall (netbsd-386-cgo), const IPV6_JOIN_GROUP = 12
 35007  pkg syscall (netbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
 35008  pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM = 255
 35009  pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET = 65535
 35010  pkg syscall (netbsd-386-cgo), const IPV6_MMTU = 1280
 35011  pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
 35012  pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_IF = 9
 35013  pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
 35014  pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP = 48
 35015  pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU = 44
 35016  pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO = 46
 35017  pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE = 14
 35018  pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 35019  pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
 35020  pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
 35021  pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
 35022  pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
 35023  pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
 35024  pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU = 43
 35025  pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO = 36
 35026  pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR = 38
 35027  pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS = 57
 35028  pkg syscall (netbsd-386-cgo), const IPV6_RTHDR = 51
 35029  pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
 35030  pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
 35031  pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
 35032  pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
 35033  pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 35034  pkg syscall (netbsd-386-cgo), const IPV6_TCLASS = 61
 35035  pkg syscall (netbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
 35036  pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
 35037  pkg syscall (netbsd-386-cgo), const IPV6_V6ONLY = 27
 35038  pkg syscall (netbsd-386-cgo), const IPV6_VERSION = 96
 35039  pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK = 240
 35040  pkg syscall (netbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
 35041  pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 35042  pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 35043  pkg syscall (netbsd-386-cgo), const IP_DF = 16384
 35044  pkg syscall (netbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
 35045  pkg syscall (netbsd-386-cgo), const IP_EF = 32768
 35046  pkg syscall (netbsd-386-cgo), const IP_ERRORMTU = 21
 35047  pkg syscall (netbsd-386-cgo), const IP_HDRINCL = 2
 35048  pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY = 22
 35049  pkg syscall (netbsd-386-cgo), const IP_MAXPACKET = 65535
 35050  pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 20
 35051  pkg syscall (netbsd-386-cgo), const IP_MF = 8192
 35052  pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE = 69
 35053  pkg syscall (netbsd-386-cgo), const IP_MINTTL = 24
 35054  pkg syscall (netbsd-386-cgo), const IP_MSS = 576
 35055  pkg syscall (netbsd-386-cgo), const IP_MULTICAST_IF = 9
 35056  pkg syscall (netbsd-386-cgo), const IP_MULTICAST_LOOP = 11
 35057  pkg syscall (netbsd-386-cgo), const IP_MULTICAST_TTL = 10
 35058  pkg syscall (netbsd-386-cgo), const IP_OFFMASK = 8191
 35059  pkg syscall (netbsd-386-cgo), const IP_OPTIONS = 1
 35060  pkg syscall (netbsd-386-cgo), const IP_PORTRANGE = 19
 35061  pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
 35062  pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
 35063  pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW = 2
 35064  pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR = 7
 35065  pkg syscall (netbsd-386-cgo), const IP_RECVIF = 20
 35066  pkg syscall (netbsd-386-cgo), const IP_RECVOPTS = 5
 35067  pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS = 6
 35068  pkg syscall (netbsd-386-cgo), const IP_RECVTTL = 23
 35069  pkg syscall (netbsd-386-cgo), const IP_RETOPTS = 8
 35070  pkg syscall (netbsd-386-cgo), const IP_RF = 32768
 35071  pkg syscall (netbsd-386-cgo), const IP_TOS = 3
 35072  pkg syscall (netbsd-386-cgo), const IP_TTL = 4
 35073  pkg syscall (netbsd-386-cgo), const ISIG = 128
 35074  pkg syscall (netbsd-386-cgo), const ISTRIP = 32
 35075  pkg syscall (netbsd-386-cgo), const IXANY = 2048
 35076  pkg syscall (netbsd-386-cgo), const IXOFF = 1024
 35077  pkg syscall (netbsd-386-cgo), const IXON = 512
 35078  pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
 35079  pkg syscall (netbsd-386-cgo), const LOCK_EX = 2
 35080  pkg syscall (netbsd-386-cgo), const LOCK_NB = 4
 35081  pkg syscall (netbsd-386-cgo), const LOCK_SH = 1
 35082  pkg syscall (netbsd-386-cgo), const LOCK_UN = 8
 35083  pkg syscall (netbsd-386-cgo), const MSG_BCAST = 256
 35084  pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
 35085  pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF = 33554432
 35086  pkg syscall (netbsd-386-cgo), const MSG_CTRUNC = 32
 35087  pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE = 4
 35088  pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT = 128
 35089  pkg syscall (netbsd-386-cgo), const MSG_EOR = 8
 35090  pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE = 67108864
 35091  pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE = 134217728
 35092  pkg syscall (netbsd-386-cgo), const MSG_MCAST = 512
 35093  pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF = 16777216
 35094  pkg syscall (netbsd-386-cgo), const MSG_NBIO = 4096
 35095  pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL = 1024
 35096  pkg syscall (netbsd-386-cgo), const MSG_OOB = 1
 35097  pkg syscall (netbsd-386-cgo), const MSG_PEEK = 2
 35098  pkg syscall (netbsd-386-cgo), const MSG_TRUNC = 16
 35099  pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS = 16777215
 35100  pkg syscall (netbsd-386-cgo), const MSG_WAITALL = 64
 35101  pkg syscall (netbsd-386-cgo), const NAME_MAX = 511
 35102  pkg syscall (netbsd-386-cgo), const NET_RT_DUMP = 1
 35103  pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS = 2
 35104  pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST = 5
 35105  pkg syscall (netbsd-386-cgo), const NET_RT_MAXID = 6
 35106  pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST = 4
 35107  pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST = 3
 35108  pkg syscall (netbsd-386-cgo), const NOFLSH = 2147483648
 35109  pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB = 8
 35110  pkg syscall (netbsd-386-cgo), const NOTE_CHILD = 4
 35111  pkg syscall (netbsd-386-cgo), const NOTE_DELETE = 1
 35112  pkg syscall (netbsd-386-cgo), const NOTE_EXEC = 536870912
 35113  pkg syscall (netbsd-386-cgo), const NOTE_EXIT = 2147483648
 35114  pkg syscall (netbsd-386-cgo), const NOTE_EXTEND = 4
 35115  pkg syscall (netbsd-386-cgo), const NOTE_FORK = 1073741824
 35116  pkg syscall (netbsd-386-cgo), const NOTE_LINK = 16
 35117  pkg syscall (netbsd-386-cgo), const NOTE_LOWAT = 1
 35118  pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
 35119  pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK = 1048575
 35120  pkg syscall (netbsd-386-cgo), const NOTE_RENAME = 32
 35121  pkg syscall (netbsd-386-cgo), const NOTE_REVOKE = 64
 35122  pkg syscall (netbsd-386-cgo), const NOTE_TRACK = 1
 35123  pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR = 2
 35124  pkg syscall (netbsd-386-cgo), const NOTE_WRITE = 2
 35125  pkg syscall (netbsd-386-cgo), const OCRNL = 16
 35126  pkg syscall (netbsd-386-cgo), const OFIOGETBMAP = 3221513850
 35127  pkg syscall (netbsd-386-cgo), const ONLCR = 2
 35128  pkg syscall (netbsd-386-cgo), const ONLRET = 64
 35129  pkg syscall (netbsd-386-cgo), const ONOCR = 32
 35130  pkg syscall (netbsd-386-cgo), const ONOEOT = 8
 35131  pkg syscall (netbsd-386-cgo), const OPOST = 1
 35132  pkg syscall (netbsd-386-cgo), const O_ACCMODE = 3
 35133  pkg syscall (netbsd-386-cgo), const O_ALT_IO = 262144
 35134  pkg syscall (netbsd-386-cgo), const O_APPEND = 8
 35135  pkg syscall (netbsd-386-cgo), const O_ASYNC = 64
 35136  pkg syscall (netbsd-386-cgo), const O_CLOEXEC = 4194304
 35137  pkg syscall (netbsd-386-cgo), const O_CREAT = 512
 35138  pkg syscall (netbsd-386-cgo), const O_DIRECT = 524288
 35139  pkg syscall (netbsd-386-cgo), const O_DIRECTORY = 2097152
 35140  pkg syscall (netbsd-386-cgo), const O_DSYNC = 65536
 35141  pkg syscall (netbsd-386-cgo), const O_EXCL = 2048
 35142  pkg syscall (netbsd-386-cgo), const O_EXLOCK = 32
 35143  pkg syscall (netbsd-386-cgo), const O_FSYNC = 128
 35144  pkg syscall (netbsd-386-cgo), const O_NDELAY = 4
 35145  pkg syscall (netbsd-386-cgo), const O_NOCTTY = 32768
 35146  pkg syscall (netbsd-386-cgo), const O_NOFOLLOW = 256
 35147  pkg syscall (netbsd-386-cgo), const O_NONBLOCK = 4
 35148  pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE = 16777216
 35149  pkg syscall (netbsd-386-cgo), const O_RSYNC = 131072
 35150  pkg syscall (netbsd-386-cgo), const O_SHLOCK = 16
 35151  pkg syscall (netbsd-386-cgo), const O_SYNC = 128
 35152  pkg syscall (netbsd-386-cgo), const O_TRUNC = 1024
 35153  pkg syscall (netbsd-386-cgo), const PARENB = 4096
 35154  pkg syscall (netbsd-386-cgo), const PARMRK = 8
 35155  pkg syscall (netbsd-386-cgo), const PARODD = 8192
 35156  pkg syscall (netbsd-386-cgo), const PENDIN = 536870912
 35157  pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH = 124
 35158  pkg syscall (netbsd-386-cgo), const PTRACE_CONT = 7
 35159  pkg syscall (netbsd-386-cgo), const PTRACE_KILL = 8
 35160  pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME = 0
 35161  pkg syscall (netbsd-386-cgo), const RLIMIT_AS = 10
 35162  pkg syscall (netbsd-386-cgo), const RLIMIT_CORE = 4
 35163  pkg syscall (netbsd-386-cgo), const RLIMIT_CPU = 0
 35164  pkg syscall (netbsd-386-cgo), const RLIMIT_DATA = 2
 35165  pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE = 1
 35166  pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE = 8
 35167  pkg syscall (netbsd-386-cgo), const RLIMIT_STACK = 3
 35168  pkg syscall (netbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
 35169  pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR = 6
 35170  pkg syscall (netbsd-386-cgo), const RTAX_BRD = 7
 35171  pkg syscall (netbsd-386-cgo), const RTAX_DST = 0
 35172  pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY = 1
 35173  pkg syscall (netbsd-386-cgo), const RTAX_GENMASK = 3
 35174  pkg syscall (netbsd-386-cgo), const RTAX_IFA = 5
 35175  pkg syscall (netbsd-386-cgo), const RTAX_IFP = 4
 35176  pkg syscall (netbsd-386-cgo), const RTAX_MAX = 9
 35177  pkg syscall (netbsd-386-cgo), const RTAX_NETMASK = 2
 35178  pkg syscall (netbsd-386-cgo), const RTAX_TAG = 8
 35179  pkg syscall (netbsd-386-cgo), const RTA_AUTHOR = 64
 35180  pkg syscall (netbsd-386-cgo), const RTA_BRD = 128
 35181  pkg syscall (netbsd-386-cgo), const RTA_DST = 1
 35182  pkg syscall (netbsd-386-cgo), const RTA_GATEWAY = 2
 35183  pkg syscall (netbsd-386-cgo), const RTA_GENMASK = 8
 35184  pkg syscall (netbsd-386-cgo), const RTA_IFA = 32
 35185  pkg syscall (netbsd-386-cgo), const RTA_IFP = 16
 35186  pkg syscall (netbsd-386-cgo), const RTA_NETMASK = 4
 35187  pkg syscall (netbsd-386-cgo), const RTA_TAG = 256
 35188  pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE = 131072
 35189  pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE = 4096
 35190  pkg syscall (netbsd-386-cgo), const RTF_CLONED = 8192
 35191  pkg syscall (netbsd-386-cgo), const RTF_CLONING = 256
 35192  pkg syscall (netbsd-386-cgo), const RTF_DONE = 64
 35193  pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC = 16
 35194  pkg syscall (netbsd-386-cgo), const RTF_GATEWAY = 2
 35195  pkg syscall (netbsd-386-cgo), const RTF_HOST = 4
 35196  pkg syscall (netbsd-386-cgo), const RTF_LLINFO = 1024
 35197  pkg syscall (netbsd-386-cgo), const RTF_MASK = 128
 35198  pkg syscall (netbsd-386-cgo), const RTF_MODIFIED = 32
 35199  pkg syscall (netbsd-386-cgo), const RTF_PROTO1 = 32768
 35200  pkg syscall (netbsd-386-cgo), const RTF_PROTO2 = 16384
 35201  pkg syscall (netbsd-386-cgo), const RTF_REJECT = 8
 35202  pkg syscall (netbsd-386-cgo), const RTF_SRC = 65536
 35203  pkg syscall (netbsd-386-cgo), const RTF_STATIC = 2048
 35204  pkg syscall (netbsd-386-cgo), const RTF_UP = 1
 35205  pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE = 512
 35206  pkg syscall (netbsd-386-cgo), const RTM_ADD = 1
 35207  pkg syscall (netbsd-386-cgo), const RTM_CHANGE = 3
 35208  pkg syscall (netbsd-386-cgo), const RTM_CHGADDR = 21
 35209  pkg syscall (netbsd-386-cgo), const RTM_DELADDR = 13
 35210  pkg syscall (netbsd-386-cgo), const RTM_DELETE = 2
 35211  pkg syscall (netbsd-386-cgo), const RTM_GET = 4
 35212  pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 = 17
 35213  pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE = 16
 35214  pkg syscall (netbsd-386-cgo), const RTM_IFINFO = 20
 35215  pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD = 19
 35216  pkg syscall (netbsd-386-cgo), const RTM_LOCK = 8
 35217  pkg syscall (netbsd-386-cgo), const RTM_LOSING = 5
 35218  pkg syscall (netbsd-386-cgo), const RTM_MISS = 7
 35219  pkg syscall (netbsd-386-cgo), const RTM_NEWADDR = 12
 35220  pkg syscall (netbsd-386-cgo), const RTM_OIFINFO = 15
 35221  pkg syscall (netbsd-386-cgo), const RTM_OLDADD = 9
 35222  pkg syscall (netbsd-386-cgo), const RTM_OLDDEL = 10
 35223  pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO = 14
 35224  pkg syscall (netbsd-386-cgo), const RTM_REDIRECT = 6
 35225  pkg syscall (netbsd-386-cgo), const RTM_RESOLVE = 11
 35226  pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT = 1000000
 35227  pkg syscall (netbsd-386-cgo), const RTM_SETGATE = 18
 35228  pkg syscall (netbsd-386-cgo), const RTM_VERSION = 4
 35229  pkg syscall (netbsd-386-cgo), const RTV_EXPIRE = 4
 35230  pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT = 2
 35231  pkg syscall (netbsd-386-cgo), const RTV_MTU = 1
 35232  pkg syscall (netbsd-386-cgo), const RTV_RPIPE = 8
 35233  pkg syscall (netbsd-386-cgo), const RTV_RTT = 64
 35234  pkg syscall (netbsd-386-cgo), const RTV_RTTVAR = 128
 35235  pkg syscall (netbsd-386-cgo), const RTV_SPIPE = 16
 35236  pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH = 32
 35237  pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN = -1
 35238  pkg syscall (netbsd-386-cgo), const RUSAGE_SELF = 0
 35239  pkg syscall (netbsd-386-cgo), const SCM_CREDS = 4
 35240  pkg syscall (netbsd-386-cgo), const SCM_RIGHTS = 1
 35241  pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP = 8
 35242  pkg syscall (netbsd-386-cgo), const SIGBUS = 10
 35243  pkg syscall (netbsd-386-cgo), const SIGCHLD = 20
 35244  pkg syscall (netbsd-386-cgo), const SIGCONT = 19
 35245  pkg syscall (netbsd-386-cgo), const SIGEMT = 7
 35246  pkg syscall (netbsd-386-cgo), const SIGINFO = 29
 35247  pkg syscall (netbsd-386-cgo), const SIGIO = 23
 35248  pkg syscall (netbsd-386-cgo), const SIGIOT = 6
 35249  pkg syscall (netbsd-386-cgo), const SIGPROF = 27
 35250  pkg syscall (netbsd-386-cgo), const SIGPWR = 32
 35251  pkg syscall (netbsd-386-cgo), const SIGSTOP = 17
 35252  pkg syscall (netbsd-386-cgo), const SIGSYS = 12
 35253  pkg syscall (netbsd-386-cgo), const SIGTSTP = 18
 35254  pkg syscall (netbsd-386-cgo), const SIGTTIN = 21
 35255  pkg syscall (netbsd-386-cgo), const SIGTTOU = 22
 35256  pkg syscall (netbsd-386-cgo), const SIGURG = 16
 35257  pkg syscall (netbsd-386-cgo), const SIGUSR1 = 30
 35258  pkg syscall (netbsd-386-cgo), const SIGUSR2 = 31
 35259  pkg syscall (netbsd-386-cgo), const SIGVTALRM = 26
 35260  pkg syscall (netbsd-386-cgo), const SIGWINCH = 28
 35261  pkg syscall (netbsd-386-cgo), const SIGXCPU = 24
 35262  pkg syscall (netbsd-386-cgo), const SIGXFSZ = 25
 35263  pkg syscall (netbsd-386-cgo), const SIOCADDMULTI = 2156947761
 35264  pkg syscall (netbsd-386-cgo), const SIOCADDRT = 2150658570
 35265  pkg syscall (netbsd-386-cgo), const SIOCAIFADDR = 2151704858
 35266  pkg syscall (netbsd-386-cgo), const SIOCALIFADDR = 2165860636
 35267  pkg syscall (netbsd-386-cgo), const SIOCATMARK = 1074033415
 35268  pkg syscall (netbsd-386-cgo), const SIOCDELMULTI = 2156947762
 35269  pkg syscall (netbsd-386-cgo), const SIOCDELRT = 2150658571
 35270  pkg syscall (netbsd-386-cgo), const SIOCDIFADDR = 2156947737
 35271  pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR = 2156947785
 35272  pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR = 2165860638
 35273  pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC = 3223087483
 35274  pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC = 3230689784
 35275  pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT = 3222566196
 35276  pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
 35277  pkg syscall (netbsd-386-cgo), const SIOCGHIWAT = 1074033409
 35278  pkg syscall (netbsd-386-cgo), const SIOCGIFADDR = 3230689569
 35279  pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF = 3230951712
 35280  pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS = 3225446683
 35281  pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR = 3230689571
 35282  pkg syscall (netbsd-386-cgo), const SIOCGIFCAP = 3223349622
 35283  pkg syscall (netbsd-386-cgo), const SIOCGIFCONF = 3221776678
 35284  pkg syscall (netbsd-386-cgo), const SIOCGIFDATA = 3230951813
 35285  pkg syscall (netbsd-386-cgo), const SIOCGIFDLT = 3230689655
 35286  pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR = 3230689570
 35287  pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS = 3230689553
 35288  pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC = 3230689594
 35289  pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
 35290  pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC = 3230689559
 35291  pkg syscall (netbsd-386-cgo), const SIOCGIFMTU = 3230689662
 35292  pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK = 3230689573
 35293  pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR = 3230689608
 35294  pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR = 3230689607
 35295  pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR = 3239602461
 35296  pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
 35297  pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR = 3223087495
 35298  pkg syscall (netbsd-386-cgo), const SIOCGLOWAT = 1074033411
 35299  pkg syscall (netbsd-386-cgo), const SIOCGPGRP = 1074033417
 35300  pkg syscall (netbsd-386-cgo), const SIOCGVH = 3230689667
 35301  pkg syscall (netbsd-386-cgo), const SIOCIFCREATE = 2156947834
 35302  pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY = 2156947833
 35303  pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
 35304  pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR = 3225708932
 35305  pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC = 2149345659
 35306  pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC = 2156947959
 35307  pkg syscall (netbsd-386-cgo), const SIOCSHIWAT = 2147775232
 35308  pkg syscall (netbsd-386-cgo), const SIOCSIFADDR = 2156947724
 35309  pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF = 2157209887
 35310  pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR = 2156947731
 35311  pkg syscall (netbsd-386-cgo), const SIOCSIFCAP = 2149607797
 35312  pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR = 2156947726
 35313  pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS = 2156947728
 35314  pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC = 2156947769
 35315  pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA = 3230689589
 35316  pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC = 2156947736
 35317  pkg syscall (netbsd-386-cgo), const SIOCSIFMTU = 2156947839
 35318  pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK = 2156947734
 35319  pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
 35320  pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
 35321  pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR = 2149345672
 35322  pkg syscall (netbsd-386-cgo), const SIOCSLOWAT = 2147775234
 35323  pkg syscall (netbsd-386-cgo), const SIOCSPGRP = 2147775240
 35324  pkg syscall (netbsd-386-cgo), const SIOCSVH = 3230689666
 35325  pkg syscall (netbsd-386-cgo), const SIOCZIFDATA = 3230951814
 35326  pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC = 268435456
 35327  pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK = 4026531840
 35328  pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK = 536870912
 35329  pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE = 1073741824
 35330  pkg syscall (netbsd-386-cgo), const SOCK_RDM = 4
 35331  pkg syscall (netbsd-386-cgo), const SOL_SOCKET = 65535
 35332  pkg syscall (netbsd-386-cgo), const SOMAXCONN = 128
 35333  pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN = 2
 35334  pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER = 4096
 35335  pkg syscall (netbsd-386-cgo), const SO_BROADCAST = 32
 35336  pkg syscall (netbsd-386-cgo), const SO_DEBUG = 1
 35337  pkg syscall (netbsd-386-cgo), const SO_DONTROUTE = 16
 35338  pkg syscall (netbsd-386-cgo), const SO_ERROR = 4103
 35339  pkg syscall (netbsd-386-cgo), const SO_KEEPALIVE = 8
 35340  pkg syscall (netbsd-386-cgo), const SO_LINGER = 128
 35341  pkg syscall (netbsd-386-cgo), const SO_NOHEADER = 4106
 35342  pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE = 2048
 35343  pkg syscall (netbsd-386-cgo), const SO_OOBINLINE = 256
 35344  pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED = 4105
 35345  pkg syscall (netbsd-386-cgo), const SO_RCVBUF = 4098
 35346  pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT = 4100
 35347  pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO = 4108
 35348  pkg syscall (netbsd-386-cgo), const SO_REUSEADDR = 4
 35349  pkg syscall (netbsd-386-cgo), const SO_REUSEPORT = 512
 35350  pkg syscall (netbsd-386-cgo), const SO_SNDBUF = 4097
 35351  pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT = 4099
 35352  pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO = 4107
 35353  pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP = 8192
 35354  pkg syscall (netbsd-386-cgo), const SO_TYPE = 4104
 35355  pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK = 64
 35356  pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION = 16777216
 35357  pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 = 0
 35358  pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 = 16777216
 35359  pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK = 4278190080
 35360  pkg syscall (netbsd-386-cgo), const SYS_ACCEPT = 30
 35361  pkg syscall (netbsd-386-cgo), const SYS_ACCESS = 33
 35362  pkg syscall (netbsd-386-cgo), const SYS_ACCT = 51
 35363  pkg syscall (netbsd-386-cgo), const SYS_ADJTIME = 421
 35364  pkg syscall (netbsd-386-cgo), const SYS_BIND = 104
 35365  pkg syscall (netbsd-386-cgo), const SYS_BREAK = 17
 35366  pkg syscall (netbsd-386-cgo), const SYS_CHDIR = 12
 35367  pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS = 34
 35368  pkg syscall (netbsd-386-cgo), const SYS_CHMOD = 15
 35369  pkg syscall (netbsd-386-cgo), const SYS_CHOWN = 16
 35370  pkg syscall (netbsd-386-cgo), const SYS_CHROOT = 61
 35371  pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES = 429
 35372  pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME = 427
 35373  pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME = 428
 35374  pkg syscall (netbsd-386-cgo), const SYS_CLOSE = 6
 35375  pkg syscall (netbsd-386-cgo), const SYS_CONNECT = 98
 35376  pkg syscall (netbsd-386-cgo), const SYS_DUP = 41
 35377  pkg syscall (netbsd-386-cgo), const SYS_DUP2 = 90
 35378  pkg syscall (netbsd-386-cgo), const SYS_DUP3 = 454
 35379  pkg syscall (netbsd-386-cgo), const SYS_EXECVE = 59
 35380  pkg syscall (netbsd-386-cgo), const SYS_EXIT = 1
 35381  pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL = 360
 35382  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 366
 35383  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 363
 35384  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 369
 35385  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD = 365
 35386  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE = 362
 35387  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK = 368
 35388  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD = 370
 35389  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 371
 35390  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 372
 35391  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD = 364
 35392  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE = 361
 35393  pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK = 367
 35394  pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT = 462
 35395  pkg syscall (netbsd-386-cgo), const SYS_FCHDIR = 13
 35396  pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS = 35
 35397  pkg syscall (netbsd-386-cgo), const SYS_FCHMOD = 124
 35398  pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT = 463
 35399  pkg syscall (netbsd-386-cgo), const SYS_FCHOWN = 123
 35400  pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT = 464
 35401  pkg syscall (netbsd-386-cgo), const SYS_FCHROOT = 297
 35402  pkg syscall (netbsd-386-cgo), const SYS_FCNTL = 92
 35403  pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC = 241
 35404  pkg syscall (netbsd-386-cgo), const SYS_FEXECVE = 465
 35405  pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR = 380
 35406  pkg syscall (netbsd-386-cgo), const SYS_FHSTAT = 451
 35407  pkg syscall (netbsd-386-cgo), const SYS_FKTRACE = 288
 35408  pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR = 383
 35409  pkg syscall (netbsd-386-cgo), const SYS_FLOCK = 131
 35410  pkg syscall (netbsd-386-cgo), const SYS_FORK = 2
 35411  pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF = 192
 35412  pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR = 386
 35413  pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR = 377
 35414  pkg syscall (netbsd-386-cgo), const SYS_FSTAT = 440
 35415  pkg syscall (netbsd-386-cgo), const SYS_FSTATAT = 466
 35416  pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 = 358
 35417  pkg syscall (netbsd-386-cgo), const SYS_FSYNC = 95
 35418  pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE = 354
 35419  pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE = 201
 35420  pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS = 472
 35421  pkg syscall (netbsd-386-cgo), const SYS_FUTIMES = 423
 35422  pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT = 307
 35423  pkg syscall (netbsd-386-cgo), const SYS_GETDENTS = 390
 35424  pkg syscall (netbsd-386-cgo), const SYS_GETEGID = 43
 35425  pkg syscall (netbsd-386-cgo), const SYS_GETEUID = 25
 35426  pkg syscall (netbsd-386-cgo), const SYS_GETFH = 395
 35427  pkg syscall (netbsd-386-cgo), const SYS_GETGID = 47
 35428  pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS = 79
 35429  pkg syscall (netbsd-386-cgo), const SYS_GETITIMER = 426
 35430  pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME = 31
 35431  pkg syscall (netbsd-386-cgo), const SYS_GETPGID = 207
 35432  pkg syscall (netbsd-386-cgo), const SYS_GETPGRP = 81
 35433  pkg syscall (netbsd-386-cgo), const SYS_GETPID = 20
 35434  pkg syscall (netbsd-386-cgo), const SYS_GETPPID = 39
 35435  pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY = 100
 35436  pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT = 194
 35437  pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE = 445
 35438  pkg syscall (netbsd-386-cgo), const SYS_GETSID = 286
 35439  pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME = 32
 35440  pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT = 118
 35441  pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY = 418
 35442  pkg syscall (netbsd-386-cgo), const SYS_GETUID = 24
 35443  pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT = 356
 35444  pkg syscall (netbsd-386-cgo), const SYS_GETXATTR = 378
 35445  pkg syscall (netbsd-386-cgo), const SYS_IOCTL = 54
 35446  pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID = 305
 35447  pkg syscall (netbsd-386-cgo), const SYS_KEVENT = 435
 35448  pkg syscall (netbsd-386-cgo), const SYS_KILL = 37
 35449  pkg syscall (netbsd-386-cgo), const SYS_KQUEUE = 344
 35450  pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 = 455
 35451  pkg syscall (netbsd-386-cgo), const SYS_KTRACE = 45
 35452  pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS = 304
 35453  pkg syscall (netbsd-386-cgo), const SYS_LCHMOD = 274
 35454  pkg syscall (netbsd-386-cgo), const SYS_LCHOWN = 275
 35455  pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR = 379
 35456  pkg syscall (netbsd-386-cgo), const SYS_LINK = 9
 35457  pkg syscall (netbsd-386-cgo), const SYS_LINKAT = 457
 35458  pkg syscall (netbsd-386-cgo), const SYS_LISTEN = 106
 35459  pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR = 381
 35460  pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR = 382
 35461  pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR = 385
 35462  pkg syscall (netbsd-386-cgo), const SYS_LSEEK = 199
 35463  pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR = 376
 35464  pkg syscall (netbsd-386-cgo), const SYS_LSTAT = 441
 35465  pkg syscall (netbsd-386-cgo), const SYS_LUTIMES = 424
 35466  pkg syscall (netbsd-386-cgo), const SYS_MADVISE = 75
 35467  pkg syscall (netbsd-386-cgo), const SYS_MINCORE = 78
 35468  pkg syscall (netbsd-386-cgo), const SYS_MINHERIT = 273
 35469  pkg syscall (netbsd-386-cgo), const SYS_MKDIR = 136
 35470  pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT = 461
 35471  pkg syscall (netbsd-386-cgo), const SYS_MKFIFO = 132
 35472  pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT = 459
 35473  pkg syscall (netbsd-386-cgo), const SYS_MKNOD = 450
 35474  pkg syscall (netbsd-386-cgo), const SYS_MKNODAT = 460
 35475  pkg syscall (netbsd-386-cgo), const SYS_MLOCK = 203
 35476  pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL = 242
 35477  pkg syscall (netbsd-386-cgo), const SYS_MMAP = 197
 35478  pkg syscall (netbsd-386-cgo), const SYS_MODCTL = 246
 35479  pkg syscall (netbsd-386-cgo), const SYS_MOUNT = 410
 35480  pkg syscall (netbsd-386-cgo), const SYS_MPROTECT = 74
 35481  pkg syscall (netbsd-386-cgo), const SYS_MREMAP = 411
 35482  pkg syscall (netbsd-386-cgo), const SYS_MSGCTL = 444
 35483  pkg syscall (netbsd-386-cgo), const SYS_MSGGET = 225
 35484  pkg syscall (netbsd-386-cgo), const SYS_MSGRCV = 227
 35485  pkg syscall (netbsd-386-cgo), const SYS_MSGSND = 226
 35486  pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK = 204
 35487  pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL = 243
 35488  pkg syscall (netbsd-386-cgo), const SYS_MUNMAP = 73
 35489  pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP = 430
 35490  pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME = 176
 35491  pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME = 448
 35492  pkg syscall (netbsd-386-cgo), const SYS_OPEN = 5
 35493  pkg syscall (netbsd-386-cgo), const SYS_OPENAT = 468
 35494  pkg syscall (netbsd-386-cgo), const SYS_PACCEPT = 456
 35495  pkg syscall (netbsd-386-cgo), const SYS_PATHCONF = 191
 35496  pkg syscall (netbsd-386-cgo), const SYS_PIPE = 42
 35497  pkg syscall (netbsd-386-cgo), const SYS_PIPE2 = 453
 35498  pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL = 342
 35499  pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO = 341
 35500  pkg syscall (netbsd-386-cgo), const SYS_POLL = 209
 35501  pkg syscall (netbsd-386-cgo), const SYS_POLLTS = 437
 35502  pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE = 416
 35503  pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN = 474
 35504  pkg syscall (netbsd-386-cgo), const SYS_PREAD = 173
 35505  pkg syscall (netbsd-386-cgo), const SYS_PREADV = 289
 35506  pkg syscall (netbsd-386-cgo), const SYS_PROFIL = 44
 35507  pkg syscall (netbsd-386-cgo), const SYS_PSELECT = 436
 35508  pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN = 414
 35509  pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE = 412
 35510  pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY = 413
 35511  pkg syscall (netbsd-386-cgo), const SYS_PTRACE = 26
 35512  pkg syscall (netbsd-386-cgo), const SYS_PWRITE = 174
 35513  pkg syscall (netbsd-386-cgo), const SYS_PWRITEV = 290
 35514  pkg syscall (netbsd-386-cgo), const SYS_RASCTL = 343
 35515  pkg syscall (netbsd-386-cgo), const SYS_READ = 3
 35516  pkg syscall (netbsd-386-cgo), const SYS_READLINK = 58
 35517  pkg syscall (netbsd-386-cgo), const SYS_READLINKAT = 469
 35518  pkg syscall (netbsd-386-cgo), const SYS_READV = 120
 35519  pkg syscall (netbsd-386-cgo), const SYS_REBOOT = 208
 35520  pkg syscall (netbsd-386-cgo), const SYS_RECVFROM = 29
 35521  pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG = 475
 35522  pkg syscall (netbsd-386-cgo), const SYS_RECVMSG = 27
 35523  pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR = 384
 35524  pkg syscall (netbsd-386-cgo), const SYS_RENAME = 128
 35525  pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT = 458
 35526  pkg syscall (netbsd-386-cgo), const SYS_REVOKE = 56
 35527  pkg syscall (netbsd-386-cgo), const SYS_RMDIR = 137
 35528  pkg syscall (netbsd-386-cgo), const SYS_SBRK = 69
 35529  pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD = 350
 35530  pkg syscall (netbsd-386-cgo), const SYS_SELECT = 417
 35531  pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG = 223
 35532  pkg syscall (netbsd-386-cgo), const SYS_SEMGET = 221
 35533  pkg syscall (netbsd-386-cgo), const SYS_SEMOP = 222
 35534  pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG = 476
 35535  pkg syscall (netbsd-386-cgo), const SYS_SENDMSG = 28
 35536  pkg syscall (netbsd-386-cgo), const SYS_SENDTO = 133
 35537  pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT = 308
 35538  pkg syscall (netbsd-386-cgo), const SYS_SETEGID = 182
 35539  pkg syscall (netbsd-386-cgo), const SYS_SETEUID = 183
 35540  pkg syscall (netbsd-386-cgo), const SYS_SETGID = 181
 35541  pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS = 80
 35542  pkg syscall (netbsd-386-cgo), const SYS_SETITIMER = 425
 35543  pkg syscall (netbsd-386-cgo), const SYS_SETPGID = 82
 35544  pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY = 96
 35545  pkg syscall (netbsd-386-cgo), const SYS_SETREGID = 127
 35546  pkg syscall (netbsd-386-cgo), const SYS_SETREUID = 126
 35547  pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT = 195
 35548  pkg syscall (netbsd-386-cgo), const SYS_SETSID = 147
 35549  pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT = 105
 35550  pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY = 419
 35551  pkg syscall (netbsd-386-cgo), const SYS_SETUID = 23
 35552  pkg syscall (netbsd-386-cgo), const SYS_SETXATTR = 375
 35553  pkg syscall (netbsd-386-cgo), const SYS_SHMAT = 228
 35554  pkg syscall (netbsd-386-cgo), const SYS_SHMCTL = 443
 35555  pkg syscall (netbsd-386-cgo), const SYS_SHMDT = 230
 35556  pkg syscall (netbsd-386-cgo), const SYS_SHMGET = 231
 35557  pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN = 134
 35558  pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO = 245
 35559  pkg syscall (netbsd-386-cgo), const SYS_SOCKET = 394
 35560  pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR = 135
 35561  pkg syscall (netbsd-386-cgo), const SYS_SSTK = 70
 35562  pkg syscall (netbsd-386-cgo), const SYS_STAT = 439
 35563  pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 = 357
 35564  pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL = 271
 35565  pkg syscall (netbsd-386-cgo), const SYS_SYMLINK = 57
 35566  pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT = 470
 35567  pkg syscall (netbsd-386-cgo), const SYS_SYNC = 36
 35568  pkg syscall (netbsd-386-cgo), const SYS_SYSARCH = 165
 35569  pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE = 235
 35570  pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE = 236
 35571  pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN = 239
 35572  pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME = 447
 35573  pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME = 446
 35574  pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE = 200
 35575  pkg syscall (netbsd-386-cgo), const SYS_UMASK = 60
 35576  pkg syscall (netbsd-386-cgo), const SYS_UNDELETE = 205
 35577  pkg syscall (netbsd-386-cgo), const SYS_UNLINK = 10
 35578  pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT = 471
 35579  pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT = 22
 35580  pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT = 467
 35581  pkg syscall (netbsd-386-cgo), const SYS_UTIMES = 420
 35582  pkg syscall (netbsd-386-cgo), const SYS_UTRACE = 306
 35583  pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN = 355
 35584  pkg syscall (netbsd-386-cgo), const SYS_VADVISE = 72
 35585  pkg syscall (netbsd-386-cgo), const SYS_VFORK = 66
 35586  pkg syscall (netbsd-386-cgo), const SYS_WAIT4 = 449
 35587  pkg syscall (netbsd-386-cgo), const SYS_WRITE = 4
 35588  pkg syscall (netbsd-386-cgo), const SYS_WRITEV = 121
 35589  pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE = 314
 35590  pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE = 309
 35591  pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL = 325
 35592  pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH = 319
 35593  pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT = 310
 35594  pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME = 324
 35595  pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE = 316
 35596  pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL = 318
 35597  pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK = 434
 35598  pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF = 311
 35599  pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME = 323
 35600  pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE = 317
 35601  pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND = 313
 35602  pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK = 321
 35603  pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL = 322
 35604  pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT = 312
 35605  pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP = 315
 35606  pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND = 415
 35607  pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY = 349
 35608  pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM = 347
 35609  pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY = 348
 35610  pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM = 346
 35611  pkg syscall (netbsd-386-cgo), const SYS___CLONE = 287
 35612  pkg syscall (netbsd-386-cgo), const SYS___GETCWD = 296
 35613  pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN = 49
 35614  pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN = 283
 35615  pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN = 284
 35616  pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN = 285
 35617  pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME = 270
 35618  pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL = 473
 35619  pkg syscall (netbsd-386-cgo), const SYS___SEMCTL = 442
 35620  pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN = 50
 35621  pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP = 340
 35622  pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT = 431
 35623  pkg syscall (netbsd-386-cgo), const SYS___SYSCTL = 202
 35624  pkg syscall (netbsd-386-cgo), const S_ARCH1 = 65536
 35625  pkg syscall (netbsd-386-cgo), const S_ARCH2 = 131072
 35626  pkg syscall (netbsd-386-cgo), const S_BLKSIZE = 512
 35627  pkg syscall (netbsd-386-cgo), const S_IEXEC = 64
 35628  pkg syscall (netbsd-386-cgo), const S_IFMT = 61440
 35629  pkg syscall (netbsd-386-cgo), const S_IFWHT = 57344
 35630  pkg syscall (netbsd-386-cgo), const S_IREAD = 256
 35631  pkg syscall (netbsd-386-cgo), const S_IRGRP = 32
 35632  pkg syscall (netbsd-386-cgo), const S_IROTH = 4
 35633  pkg syscall (netbsd-386-cgo), const S_IRWXG = 56
 35634  pkg syscall (netbsd-386-cgo), const S_IRWXO = 7
 35635  pkg syscall (netbsd-386-cgo), const S_IRWXU = 448
 35636  pkg syscall (netbsd-386-cgo), const S_ISTXT = 512
 35637  pkg syscall (netbsd-386-cgo), const S_IWGRP = 16
 35638  pkg syscall (netbsd-386-cgo), const S_IWOTH = 2
 35639  pkg syscall (netbsd-386-cgo), const S_IWRITE = 128
 35640  pkg syscall (netbsd-386-cgo), const S_IXGRP = 8
 35641  pkg syscall (netbsd-386-cgo), const S_IXOTH = 1
 35642  pkg syscall (netbsd-386-cgo), const S_LOGIN_SET = 1
 35643  pkg syscall (netbsd-386-cgo), const SizeofBpfHdr = 20
 35644  pkg syscall (netbsd-386-cgo), const SizeofBpfInsn = 8
 35645  pkg syscall (netbsd-386-cgo), const SizeofBpfProgram = 8
 35646  pkg syscall (netbsd-386-cgo), const SizeofBpfStat = 128
 35647  pkg syscall (netbsd-386-cgo), const SizeofBpfVersion = 4
 35648  pkg syscall (netbsd-386-cgo), const SizeofCmsghdr = 12
 35649  pkg syscall (netbsd-386-cgo), const SizeofIPMreq = 8
 35650  pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq = 20
 35651  pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
 35652  pkg syscall (netbsd-386-cgo), const SizeofIfData = 132
 35653  pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr = 152
 35654  pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr = 24
 35655  pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo = 20
 35656  pkg syscall (netbsd-386-cgo), const SizeofLinger = 8
 35657  pkg syscall (netbsd-386-cgo), const SizeofMsghdr = 28
 35658  pkg syscall (netbsd-386-cgo), const SizeofRtMetrics = 80
 35659  pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr = 120
 35660  pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny = 108
 35661  pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink = 20
 35662  pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 = 16
 35663  pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 = 28
 35664  pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix = 106
 35665  pkg syscall (netbsd-386-cgo), const TCIFLUSH = 1
 35666  pkg syscall (netbsd-386-cgo), const TCIOFLUSH = 3
 35667  pkg syscall (netbsd-386-cgo), const TCOFLUSH = 2
 35668  pkg syscall (netbsd-386-cgo), const TCP_CONGCTL = 32
 35669  pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT = 6
 35670  pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE = 3
 35671  pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT = 7
 35672  pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL = 5
 35673  pkg syscall (netbsd-386-cgo), const TCP_MAXBURST = 4
 35674  pkg syscall (netbsd-386-cgo), const TCP_MAXSEG = 2
 35675  pkg syscall (netbsd-386-cgo), const TCP_MAXWIN = 65535
 35676  pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
 35677  pkg syscall (netbsd-386-cgo), const TCP_MD5SIG = 16
 35678  pkg syscall (netbsd-386-cgo), const TCP_MINMSS = 216
 35679  pkg syscall (netbsd-386-cgo), const TCP_MSS = 536
 35680  pkg syscall (netbsd-386-cgo), const TCSAFLUSH = 2
 35681  pkg syscall (netbsd-386-cgo), const TIOCCBRK = 536900730
 35682  pkg syscall (netbsd-386-cgo), const TIOCCDTR = 536900728
 35683  pkg syscall (netbsd-386-cgo), const TIOCCONS = 2147775586
 35684  pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP = 1074558040
 35685  pkg syscall (netbsd-386-cgo), const TIOCDRAIN = 536900702
 35686  pkg syscall (netbsd-386-cgo), const TIOCEXCL = 536900621
 35687  pkg syscall (netbsd-386-cgo), const TIOCEXT = 2147775584
 35688  pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS = 16
 35689  pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
 35690  pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
 35691  pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
 35692  pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
 35693  pkg syscall (netbsd-386-cgo), const TIOCFLUSH = 2147775504
 35694  pkg syscall (netbsd-386-cgo), const TIOCGETA = 1076655123
 35695  pkg syscall (netbsd-386-cgo), const TIOCGETD = 1074033690
 35696  pkg syscall (netbsd-386-cgo), const TIOCGFLAGS = 1074033757
 35697  pkg syscall (netbsd-386-cgo), const TIOCGLINED = 1075868738
 35698  pkg syscall (netbsd-386-cgo), const TIOCGPGRP = 1074033783
 35699  pkg syscall (netbsd-386-cgo), const TIOCGQSIZE = 1074033793
 35700  pkg syscall (netbsd-386-cgo), const TIOCGRANTPT = 536900679
 35701  pkg syscall (netbsd-386-cgo), const TIOCGSID = 1074033763
 35702  pkg syscall (netbsd-386-cgo), const TIOCGSIZE = 1074295912
 35703  pkg syscall (netbsd-386-cgo), const TIOCGWINSZ = 1074295912
 35704  pkg syscall (netbsd-386-cgo), const TIOCMBIC = 2147775595
 35705  pkg syscall (netbsd-386-cgo), const TIOCMBIS = 2147775596
 35706  pkg syscall (netbsd-386-cgo), const TIOCMGET = 1074033770
 35707  pkg syscall (netbsd-386-cgo), const TIOCMSET = 2147775597
 35708  pkg syscall (netbsd-386-cgo), const TIOCM_CAR = 64
 35709  pkg syscall (netbsd-386-cgo), const TIOCM_CD = 64
 35710  pkg syscall (netbsd-386-cgo), const TIOCM_CTS = 32
 35711  pkg syscall (netbsd-386-cgo), const TIOCM_DSR = 256
 35712  pkg syscall (netbsd-386-cgo), const TIOCM_DTR = 2
 35713  pkg syscall (netbsd-386-cgo), const TIOCM_LE = 1
 35714  pkg syscall (netbsd-386-cgo), const TIOCM_RI = 128
 35715  pkg syscall (netbsd-386-cgo), const TIOCM_RNG = 128
 35716  pkg syscall (netbsd-386-cgo), const TIOCM_RTS = 4
 35717  pkg syscall (netbsd-386-cgo), const TIOCM_SR = 16
 35718  pkg syscall (netbsd-386-cgo), const TIOCM_ST = 8
 35719  pkg syscall (netbsd-386-cgo), const TIOCNOTTY = 536900721
 35720  pkg syscall (netbsd-386-cgo), const TIOCNXCL = 536900622
 35721  pkg syscall (netbsd-386-cgo), const TIOCOUTQ = 1074033779
 35722  pkg syscall (netbsd-386-cgo), const TIOCPKT = 2147775600
 35723  pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA = 0
 35724  pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP = 32
 35725  pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
 35726  pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
 35727  pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL = 64
 35728  pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP = 16
 35729  pkg syscall (netbsd-386-cgo), const TIOCPKT_START = 8
 35730  pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP = 4
 35731  pkg syscall (netbsd-386-cgo), const TIOCPTMGET = 1076393030
 35732  pkg syscall (netbsd-386-cgo), const TIOCPTSNAME = 1076393032
 35733  pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME = 2147775557
 35734  pkg syscall (netbsd-386-cgo), const TIOCREMOTE = 2147775593
 35735  pkg syscall (netbsd-386-cgo), const TIOCSBRK = 536900731
 35736  pkg syscall (netbsd-386-cgo), const TIOCSCTTY = 536900705
 35737  pkg syscall (netbsd-386-cgo), const TIOCSDTR = 536900729
 35738  pkg syscall (netbsd-386-cgo), const TIOCSETA = 2150396948
 35739  pkg syscall (netbsd-386-cgo), const TIOCSETAF = 2150396950
 35740  pkg syscall (netbsd-386-cgo), const TIOCSETAW = 2150396949
 35741  pkg syscall (netbsd-386-cgo), const TIOCSETD = 2147775515
 35742  pkg syscall (netbsd-386-cgo), const TIOCSFLAGS = 2147775580
 35743  pkg syscall (netbsd-386-cgo), const TIOCSIG = 536900703
 35744  pkg syscall (netbsd-386-cgo), const TIOCSLINED = 2149610563
 35745  pkg syscall (netbsd-386-cgo), const TIOCSPGRP = 2147775606
 35746  pkg syscall (netbsd-386-cgo), const TIOCSQSIZE = 2147775616
 35747  pkg syscall (netbsd-386-cgo), const TIOCSSIZE = 2148037735
 35748  pkg syscall (netbsd-386-cgo), const TIOCSTART = 536900718
 35749  pkg syscall (netbsd-386-cgo), const TIOCSTAT = 2147775589
 35750  pkg syscall (netbsd-386-cgo), const TIOCSTI = 2147578994
 35751  pkg syscall (netbsd-386-cgo), const TIOCSTOP = 536900719
 35752  pkg syscall (netbsd-386-cgo), const TIOCSWINSZ = 2148037735
 35753  pkg syscall (netbsd-386-cgo), const TIOCUCNTL = 2147775590
 35754  pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME = 2147775556
 35755  pkg syscall (netbsd-386-cgo), const TOSTOP = 4194304
 35756  pkg syscall (netbsd-386-cgo), const VDISCARD = 15
 35757  pkg syscall (netbsd-386-cgo), const VDSUSP = 11
 35758  pkg syscall (netbsd-386-cgo), const VEOF = 0
 35759  pkg syscall (netbsd-386-cgo), const VEOL = 1
 35760  pkg syscall (netbsd-386-cgo), const VEOL2 = 2
 35761  pkg syscall (netbsd-386-cgo), const VERASE = 3
 35762  pkg syscall (netbsd-386-cgo), const VINTR = 8
 35763  pkg syscall (netbsd-386-cgo), const VKILL = 5
 35764  pkg syscall (netbsd-386-cgo), const VLNEXT = 14
 35765  pkg syscall (netbsd-386-cgo), const VMIN = 16
 35766  pkg syscall (netbsd-386-cgo), const VQUIT = 9
 35767  pkg syscall (netbsd-386-cgo), const VREPRINT = 6
 35768  pkg syscall (netbsd-386-cgo), const VSTART = 12
 35769  pkg syscall (netbsd-386-cgo), const VSTATUS = 18
 35770  pkg syscall (netbsd-386-cgo), const VSTOP = 13
 35771  pkg syscall (netbsd-386-cgo), const VSUSP = 10
 35772  pkg syscall (netbsd-386-cgo), const VTIME = 17
 35773  pkg syscall (netbsd-386-cgo), const VWERASE = 4
 35774  pkg syscall (netbsd-386-cgo), const WALL = 8
 35775  pkg syscall (netbsd-386-cgo), const WALLSIG = 8
 35776  pkg syscall (netbsd-386-cgo), const WALTSIG = 4
 35777  pkg syscall (netbsd-386-cgo), const WCLONE = 4
 35778  pkg syscall (netbsd-386-cgo), const WCOREFLAG = 128
 35779  pkg syscall (netbsd-386-cgo), const WNOHANG = 1
 35780  pkg syscall (netbsd-386-cgo), const WNOWAIT = 65536
 35781  pkg syscall (netbsd-386-cgo), const WNOZOMBIE = 131072
 35782  pkg syscall (netbsd-386-cgo), const WOPTSCHECKED = 262144
 35783  pkg syscall (netbsd-386-cgo), const WSTOPPED = 127
 35784  pkg syscall (netbsd-386-cgo), const WUNTRACED = 2
 35785  pkg syscall (netbsd-amd64), const AF_APPLETALK = 16
 35786  pkg syscall (netbsd-amd64), const AF_ARP = 28
 35787  pkg syscall (netbsd-amd64), const AF_BLUETOOTH = 31
 35788  pkg syscall (netbsd-amd64), const AF_CCITT = 10
 35789  pkg syscall (netbsd-amd64), const AF_CHAOS = 5
 35790  pkg syscall (netbsd-amd64), const AF_CNT = 21
 35791  pkg syscall (netbsd-amd64), const AF_COIP = 20
 35792  pkg syscall (netbsd-amd64), const AF_DATAKIT = 9
 35793  pkg syscall (netbsd-amd64), const AF_DECnet = 12
 35794  pkg syscall (netbsd-amd64), const AF_DLI = 13
 35795  pkg syscall (netbsd-amd64), const AF_E164 = 26
 35796  pkg syscall (netbsd-amd64), const AF_ECMA = 8
 35797  pkg syscall (netbsd-amd64), const AF_HYLINK = 15
 35798  pkg syscall (netbsd-amd64), const AF_IEEE80211 = 32
 35799  pkg syscall (netbsd-amd64), const AF_IMPLINK = 3
 35800  pkg syscall (netbsd-amd64), const AF_INET6 = 24
 35801  pkg syscall (netbsd-amd64), const AF_IPX = 23
 35802  pkg syscall (netbsd-amd64), const AF_ISDN = 26
 35803  pkg syscall (netbsd-amd64), const AF_ISO = 7
 35804  pkg syscall (netbsd-amd64), const AF_LAT = 14
 35805  pkg syscall (netbsd-amd64), const AF_LINK = 18
 35806  pkg syscall (netbsd-amd64), const AF_LOCAL = 1
 35807  pkg syscall (netbsd-amd64), const AF_MAX = 35
 35808  pkg syscall (netbsd-amd64), const AF_MPLS = 33
 35809  pkg syscall (netbsd-amd64), const AF_NATM = 27
 35810  pkg syscall (netbsd-amd64), const AF_NS = 6
 35811  pkg syscall (netbsd-amd64), const AF_OROUTE = 17
 35812  pkg syscall (netbsd-amd64), const AF_OSI = 7
 35813  pkg syscall (netbsd-amd64), const AF_PUP = 4
 35814  pkg syscall (netbsd-amd64), const AF_ROUTE = 34
 35815  pkg syscall (netbsd-amd64), const AF_SNA = 11
 35816  pkg syscall (netbsd-amd64), const ARPHRD_ARCNET = 7
 35817  pkg syscall (netbsd-amd64), const ARPHRD_ETHER = 1
 35818  pkg syscall (netbsd-amd64), const ARPHRD_FRELAY = 15
 35819  pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 = 24
 35820  pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 = 6
 35821  pkg syscall (netbsd-amd64), const ARPHRD_STRIP = 23
 35822  pkg syscall (netbsd-amd64), const B0 = 0
 35823  pkg syscall (netbsd-amd64), const B110 = 110
 35824  pkg syscall (netbsd-amd64), const B115200 = 115200
 35825  pkg syscall (netbsd-amd64), const B1200 = 1200
 35826  pkg syscall (netbsd-amd64), const B134 = 134
 35827  pkg syscall (netbsd-amd64), const B14400 = 14400
 35828  pkg syscall (netbsd-amd64), const B150 = 150
 35829  pkg syscall (netbsd-amd64), const B1800 = 1800
 35830  pkg syscall (netbsd-amd64), const B19200 = 19200
 35831  pkg syscall (netbsd-amd64), const B200 = 200
 35832  pkg syscall (netbsd-amd64), const B230400 = 230400
 35833  pkg syscall (netbsd-amd64), const B2400 = 2400
 35834  pkg syscall (netbsd-amd64), const B28800 = 28800
 35835  pkg syscall (netbsd-amd64), const B300 = 300
 35836  pkg syscall (netbsd-amd64), const B38400 = 38400
 35837  pkg syscall (netbsd-amd64), const B460800 = 460800
 35838  pkg syscall (netbsd-amd64), const B4800 = 4800
 35839  pkg syscall (netbsd-amd64), const B50 = 50
 35840  pkg syscall (netbsd-amd64), const B57600 = 57600
 35841  pkg syscall (netbsd-amd64), const B600 = 600
 35842  pkg syscall (netbsd-amd64), const B7200 = 7200
 35843  pkg syscall (netbsd-amd64), const B75 = 75
 35844  pkg syscall (netbsd-amd64), const B76800 = 76800
 35845  pkg syscall (netbsd-amd64), const B921600 = 921600
 35846  pkg syscall (netbsd-amd64), const B9600 = 9600
 35847  pkg syscall (netbsd-amd64), const BIOCFEEDBACK = 2147762813
 35848  pkg syscall (netbsd-amd64), const BIOCFLUSH = 536887912
 35849  pkg syscall (netbsd-amd64), const BIOCGBLEN = 1074020966
 35850  pkg syscall (netbsd-amd64), const BIOCGDLT = 1074020970
 35851  pkg syscall (netbsd-amd64), const BIOCGDLTLIST = 3222291063
 35852  pkg syscall (netbsd-amd64), const BIOCGETIF = 1083196011
 35853  pkg syscall (netbsd-amd64), const BIOCGFEEDBACK = 1074020988
 35854  pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT = 1074020980
 35855  pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT = 1074807419
 35856  pkg syscall (netbsd-amd64), const BIOCGSEESENT = 1074020984
 35857  pkg syscall (netbsd-amd64), const BIOCGSTATS = 1082147439
 35858  pkg syscall (netbsd-amd64), const BIOCGSTATSOLD = 1074283119
 35859  pkg syscall (netbsd-amd64), const BIOCIMMEDIATE = 2147762800
 35860  pkg syscall (netbsd-amd64), const BIOCPROMISC = 536887913
 35861  pkg syscall (netbsd-amd64), const BIOCSBLEN = 3221504614
 35862  pkg syscall (netbsd-amd64), const BIOCSDLT = 2147762806
 35863  pkg syscall (netbsd-amd64), const BIOCSETF = 2148549223
 35864  pkg syscall (netbsd-amd64), const BIOCSETIF = 2156937836
 35865  pkg syscall (netbsd-amd64), const BIOCSFEEDBACK = 2147762813
 35866  pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT = 2147762805
 35867  pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT = 2148549242
 35868  pkg syscall (netbsd-amd64), const BIOCSSEESENT = 2147762809
 35869  pkg syscall (netbsd-amd64), const BIOCSTCPF = 2148549234
 35870  pkg syscall (netbsd-amd64), const BIOCSUDPF = 2148549235
 35871  pkg syscall (netbsd-amd64), const BIOCVERSION = 1074020977
 35872  pkg syscall (netbsd-amd64), const BPF_A = 16
 35873  pkg syscall (netbsd-amd64), const BPF_ABS = 32
 35874  pkg syscall (netbsd-amd64), const BPF_ADD = 0
 35875  pkg syscall (netbsd-amd64), const BPF_ALIGNMENT = 8
 35876  pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 = 4
 35877  pkg syscall (netbsd-amd64), const BPF_ALU = 4
 35878  pkg syscall (netbsd-amd64), const BPF_AND = 80
 35879  pkg syscall (netbsd-amd64), const BPF_B = 16
 35880  pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE = 1048576
 35881  pkg syscall (netbsd-amd64), const BPF_DIV = 48
 35882  pkg syscall (netbsd-amd64), const BPF_H = 8
 35883  pkg syscall (netbsd-amd64), const BPF_IMM = 0
 35884  pkg syscall (netbsd-amd64), const BPF_IND = 64
 35885  pkg syscall (netbsd-amd64), const BPF_JA = 0
 35886  pkg syscall (netbsd-amd64), const BPF_JEQ = 16
 35887  pkg syscall (netbsd-amd64), const BPF_JGE = 48
 35888  pkg syscall (netbsd-amd64), const BPF_JGT = 32
 35889  pkg syscall (netbsd-amd64), const BPF_JMP = 5
 35890  pkg syscall (netbsd-amd64), const BPF_JSET = 64
 35891  pkg syscall (netbsd-amd64), const BPF_K = 0
 35892  pkg syscall (netbsd-amd64), const BPF_LD = 0
 35893  pkg syscall (netbsd-amd64), const BPF_LDX = 1
 35894  pkg syscall (netbsd-amd64), const BPF_LEN = 128
 35895  pkg syscall (netbsd-amd64), const BPF_LSH = 96
 35896  pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION = 1
 35897  pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE = 16777216
 35898  pkg syscall (netbsd-amd64), const BPF_MAXINSNS = 512
 35899  pkg syscall (netbsd-amd64), const BPF_MEM = 96
 35900  pkg syscall (netbsd-amd64), const BPF_MEMWORDS = 16
 35901  pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE = 32
 35902  pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION = 1
 35903  pkg syscall (netbsd-amd64), const BPF_MISC = 7
 35904  pkg syscall (netbsd-amd64), const BPF_MSH = 160
 35905  pkg syscall (netbsd-amd64), const BPF_MUL = 32
 35906  pkg syscall (netbsd-amd64), const BPF_NEG = 128
 35907  pkg syscall (netbsd-amd64), const BPF_OR = 64
 35908  pkg syscall (netbsd-amd64), const BPF_RELEASE = 199606
 35909  pkg syscall (netbsd-amd64), const BPF_RET = 6
 35910  pkg syscall (netbsd-amd64), const BPF_RSH = 112
 35911  pkg syscall (netbsd-amd64), const BPF_ST = 2
 35912  pkg syscall (netbsd-amd64), const BPF_STX = 3
 35913  pkg syscall (netbsd-amd64), const BPF_SUB = 16
 35914  pkg syscall (netbsd-amd64), const BPF_TAX = 0
 35915  pkg syscall (netbsd-amd64), const BPF_TXA = 128
 35916  pkg syscall (netbsd-amd64), const BPF_W = 0
 35917  pkg syscall (netbsd-amd64), const BPF_X = 8
 35918  pkg syscall (netbsd-amd64), const BRKINT = 2
 35919  pkg syscall (netbsd-amd64), const CFLUSH = 15
 35920  pkg syscall (netbsd-amd64), const CLOCAL = 32768
 35921  pkg syscall (netbsd-amd64), const CREAD = 2048
 35922  pkg syscall (netbsd-amd64), const CS5 = 0
 35923  pkg syscall (netbsd-amd64), const CS6 = 256
 35924  pkg syscall (netbsd-amd64), const CS7 = 512
 35925  pkg syscall (netbsd-amd64), const CS8 = 768
 35926  pkg syscall (netbsd-amd64), const CSIZE = 768
 35927  pkg syscall (netbsd-amd64), const CSTART = 17
 35928  pkg syscall (netbsd-amd64), const CSTATUS = 20
 35929  pkg syscall (netbsd-amd64), const CSTOP = 19
 35930  pkg syscall (netbsd-amd64), const CSTOPB = 1024
 35931  pkg syscall (netbsd-amd64), const CSUSP = 26
 35932  pkg syscall (netbsd-amd64), const CTL_MAXNAME = 12
 35933  pkg syscall (netbsd-amd64), const CTL_NET = 4
 35934  pkg syscall (netbsd-amd64), const CTL_QUERY = -2
 35935  pkg syscall (netbsd-amd64), const DIOCBSFLUSH = 536896632
 35936  pkg syscall (netbsd-amd64), const DLT_A429 = 184
 35937  pkg syscall (netbsd-amd64), const DLT_A653_ICM = 185
 35938  pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER = 120
 35939  pkg syscall (netbsd-amd64), const DLT_AOS = 222
 35940  pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 35941  pkg syscall (netbsd-amd64), const DLT_ARCNET = 7
 35942  pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX = 129
 35943  pkg syscall (netbsd-amd64), const DLT_ATM_CLIP = 19
 35944  pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 = 11
 35945  pkg syscall (netbsd-amd64), const DLT_AURORA = 126
 35946  pkg syscall (netbsd-amd64), const DLT_AX25 = 3
 35947  pkg syscall (netbsd-amd64), const DLT_AX25_KISS = 202
 35948  pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP = 165
 35949  pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
 35950  pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 35951  pkg syscall (netbsd-amd64), const DLT_CAN20B = 190
 35952  pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN = 227
 35953  pkg syscall (netbsd-amd64), const DLT_CHAOS = 5
 35954  pkg syscall (netbsd-amd64), const DLT_CISCO_IOS = 118
 35955  pkg syscall (netbsd-amd64), const DLT_C_HDLC = 104
 35956  pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
 35957  pkg syscall (netbsd-amd64), const DLT_DECT = 221
 35958  pkg syscall (netbsd-amd64), const DLT_DOCSIS = 143
 35959  pkg syscall (netbsd-amd64), const DLT_ECONET = 115
 35960  pkg syscall (netbsd-amd64), const DLT_EN10MB = 1
 35961  pkg syscall (netbsd-amd64), const DLT_EN3MB = 2
 35962  pkg syscall (netbsd-amd64), const DLT_ENC = 109
 35963  pkg syscall (netbsd-amd64), const DLT_ERF = 197
 35964  pkg syscall (netbsd-amd64), const DLT_ERF_ETH = 175
 35965  pkg syscall (netbsd-amd64), const DLT_ERF_POS = 176
 35966  pkg syscall (netbsd-amd64), const DLT_FC_2 = 224
 35967  pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 35968  pkg syscall (netbsd-amd64), const DLT_FDDI = 10
 35969  pkg syscall (netbsd-amd64), const DLT_FLEXRAY = 210
 35970  pkg syscall (netbsd-amd64), const DLT_FRELAY = 107
 35971  pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR = 206
 35972  pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL = 173
 35973  pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 = 172
 35974  pkg syscall (netbsd-amd64), const DLT_GPF_F = 171
 35975  pkg syscall (netbsd-amd64), const DLT_GPF_T = 170
 35976  pkg syscall (netbsd-amd64), const DLT_GPRS_LLC = 169
 35977  pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS = 218
 35978  pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM = 217
 35979  pkg syscall (netbsd-amd64), const DLT_HDLC = 16
 35980  pkg syscall (netbsd-amd64), const DLT_HHDLC = 121
 35981  pkg syscall (netbsd-amd64), const DLT_HIPPI = 15
 35982  pkg syscall (netbsd-amd64), const DLT_IBM_SN = 146
 35983  pkg syscall (netbsd-amd64), const DLT_IBM_SP = 145
 35984  pkg syscall (netbsd-amd64), const DLT_IEEE802 = 6
 35985  pkg syscall (netbsd-amd64), const DLT_IEEE802_11 = 105
 35986  pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO = 127
 35987  pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
 35988  pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 = 195
 35989  pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
 35990  pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
 35991  pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
 35992  pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 35993  pkg syscall (netbsd-amd64), const DLT_IPMB = 199
 35994  pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX = 209
 35995  pkg syscall (netbsd-amd64), const DLT_IPNET = 226
 35996  pkg syscall (netbsd-amd64), const DLT_IPV4 = 228
 35997  pkg syscall (netbsd-amd64), const DLT_IPV6 = 229
 35998  pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC = 122
 35999  pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 = 137
 36000  pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 = 135
 36001  pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC = 181
 36002  pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES = 132
 36003  pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER = 178
 36004  pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY = 180
 36005  pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN = 133
 36006  pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM = 194
 36007  pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR = 134
 36008  pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR = 131
 36009  pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP = 130
 36010  pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR = 164
 36011  pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
 36012  pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP = 179
 36013  pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE = 167
 36014  pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
 36015  pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES = 136
 36016  pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST = 200
 36017  pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP = 183
 36018  pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR = 207
 36019  pkg syscall (netbsd-amd64), const DLT_LAPD = 203
 36020  pkg syscall (netbsd-amd64), const DLT_LIN = 212
 36021  pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV = 216
 36022  pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA = 144
 36023  pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD = 177
 36024  pkg syscall (netbsd-amd64), const DLT_LINUX_SLL = 113
 36025  pkg syscall (netbsd-amd64), const DLT_LOOP = 108
 36026  pkg syscall (netbsd-amd64), const DLT_LTALK = 114
 36027  pkg syscall (netbsd-amd64), const DLT_MFR = 182
 36028  pkg syscall (netbsd-amd64), const DLT_MOST = 211
 36029  pkg syscall (netbsd-amd64), const DLT_MPLS = 219
 36030  pkg syscall (netbsd-amd64), const DLT_MTP2 = 140
 36031  pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR = 139
 36032  pkg syscall (netbsd-amd64), const DLT_MTP3 = 141
 36033  pkg syscall (netbsd-amd64), const DLT_NULL = 0
 36034  pkg syscall (netbsd-amd64), const DLT_PCI_EXP = 125
 36035  pkg syscall (netbsd-amd64), const DLT_PFLOG = 117
 36036  pkg syscall (netbsd-amd64), const DLT_PFSYNC = 18
 36037  pkg syscall (netbsd-amd64), const DLT_PPI = 192
 36038  pkg syscall (netbsd-amd64), const DLT_PPP = 9
 36039  pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS = 14
 36040  pkg syscall (netbsd-amd64), const DLT_PPP_ETHER = 51
 36041  pkg syscall (netbsd-amd64), const DLT_PPP_PPPD = 166
 36042  pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL = 50
 36043  pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR = 204
 36044  pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER = 119
 36045  pkg syscall (netbsd-amd64), const DLT_PRONET = 4
 36046  pkg syscall (netbsd-amd64), const DLT_RAIF1 = 198
 36047  pkg syscall (netbsd-amd64), const DLT_RAW = 12
 36048  pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK = 35913728
 36049  pkg syscall (netbsd-amd64), const DLT_RIO = 124
 36050  pkg syscall (netbsd-amd64), const DLT_SCCP = 142
 36051  pkg syscall (netbsd-amd64), const DLT_SITA = 196
 36052  pkg syscall (netbsd-amd64), const DLT_SLIP = 8
 36053  pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS = 13
 36054  pkg syscall (netbsd-amd64), const DLT_SUNATM = 123
 36055  pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
 36056  pkg syscall (netbsd-amd64), const DLT_TZSP = 128
 36057  pkg syscall (netbsd-amd64), const DLT_USB = 186
 36058  pkg syscall (netbsd-amd64), const DLT_USB_LINUX = 189
 36059  pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
 36060  pkg syscall (netbsd-amd64), const DLT_WIHART = 223
 36061  pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL = 213
 36062  pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA = 214
 36063  pkg syscall (netbsd-amd64), const DT_BLK = 6
 36064  pkg syscall (netbsd-amd64), const DT_CHR = 2
 36065  pkg syscall (netbsd-amd64), const DT_DIR = 4
 36066  pkg syscall (netbsd-amd64), const DT_FIFO = 1
 36067  pkg syscall (netbsd-amd64), const DT_LNK = 10
 36068  pkg syscall (netbsd-amd64), const DT_REG = 8
 36069  pkg syscall (netbsd-amd64), const DT_SOCK = 12
 36070  pkg syscall (netbsd-amd64), const DT_UNKNOWN = 0
 36071  pkg syscall (netbsd-amd64), const DT_WHT = 14
 36072  pkg syscall (netbsd-amd64), const E2BIG = 7
 36073  pkg syscall (netbsd-amd64), const EACCES = 13
 36074  pkg syscall (netbsd-amd64), const EADDRINUSE = 48
 36075  pkg syscall (netbsd-amd64), const EADDRNOTAVAIL = 49
 36076  pkg syscall (netbsd-amd64), const EAFNOSUPPORT = 47
 36077  pkg syscall (netbsd-amd64), const EAGAIN = 35
 36078  pkg syscall (netbsd-amd64), const EALREADY = 37
 36079  pkg syscall (netbsd-amd64), const EAUTH = 80
 36080  pkg syscall (netbsd-amd64), const EBADF = 9
 36081  pkg syscall (netbsd-amd64), const EBADMSG = 88
 36082  pkg syscall (netbsd-amd64), const EBADRPC = 72
 36083  pkg syscall (netbsd-amd64), const EBUSY = 16
 36084  pkg syscall (netbsd-amd64), const ECANCELED = 87
 36085  pkg syscall (netbsd-amd64), const ECHILD = 10
 36086  pkg syscall (netbsd-amd64), const ECHO = 8
 36087  pkg syscall (netbsd-amd64), const ECHOCTL = 64
 36088  pkg syscall (netbsd-amd64), const ECHOE = 2
 36089  pkg syscall (netbsd-amd64), const ECHOK = 4
 36090  pkg syscall (netbsd-amd64), const ECHOKE = 1
 36091  pkg syscall (netbsd-amd64), const ECHONL = 16
 36092  pkg syscall (netbsd-amd64), const ECHOPRT = 32
 36093  pkg syscall (netbsd-amd64), const ECONNABORTED = 53
 36094  pkg syscall (netbsd-amd64), const ECONNREFUSED = 61
 36095  pkg syscall (netbsd-amd64), const ECONNRESET = 54
 36096  pkg syscall (netbsd-amd64), const EDEADLK = 11
 36097  pkg syscall (netbsd-amd64), const EDESTADDRREQ = 39
 36098  pkg syscall (netbsd-amd64), const EDOM = 33
 36099  pkg syscall (netbsd-amd64), const EDQUOT = 69
 36100  pkg syscall (netbsd-amd64), const EEXIST = 17
 36101  pkg syscall (netbsd-amd64), const EFAULT = 14
 36102  pkg syscall (netbsd-amd64), const EFBIG = 27
 36103  pkg syscall (netbsd-amd64), const EFTYPE = 79
 36104  pkg syscall (netbsd-amd64), const EHOSTDOWN = 64
 36105  pkg syscall (netbsd-amd64), const EHOSTUNREACH = 65
 36106  pkg syscall (netbsd-amd64), const EIDRM = 82
 36107  pkg syscall (netbsd-amd64), const EILSEQ = 85
 36108  pkg syscall (netbsd-amd64), const EINPROGRESS = 36
 36109  pkg syscall (netbsd-amd64), const EINTR = 4
 36110  pkg syscall (netbsd-amd64), const EINVAL = 22
 36111  pkg syscall (netbsd-amd64), const EIO = 5
 36112  pkg syscall (netbsd-amd64), const EISCONN = 56
 36113  pkg syscall (netbsd-amd64), const EISDIR = 21
 36114  pkg syscall (netbsd-amd64), const ELAST = 96
 36115  pkg syscall (netbsd-amd64), const ELOOP = 62
 36116  pkg syscall (netbsd-amd64), const EMFILE = 24
 36117  pkg syscall (netbsd-amd64), const EMLINK = 31
 36118  pkg syscall (netbsd-amd64), const EMSGSIZE = 40
 36119  pkg syscall (netbsd-amd64), const EMULTIHOP = 94
 36120  pkg syscall (netbsd-amd64), const EMUL_LINUX = 1
 36121  pkg syscall (netbsd-amd64), const EMUL_LINUX32 = 5
 36122  pkg syscall (netbsd-amd64), const EMUL_MAXID = 6
 36123  pkg syscall (netbsd-amd64), const ENAMETOOLONG = 63
 36124  pkg syscall (netbsd-amd64), const ENEEDAUTH = 81
 36125  pkg syscall (netbsd-amd64), const ENETDOWN = 50
 36126  pkg syscall (netbsd-amd64), const ENETRESET = 52
 36127  pkg syscall (netbsd-amd64), const ENETUNREACH = 51
 36128  pkg syscall (netbsd-amd64), const ENFILE = 23
 36129  pkg syscall (netbsd-amd64), const ENOATTR = 93
 36130  pkg syscall (netbsd-amd64), const ENOBUFS = 55
 36131  pkg syscall (netbsd-amd64), const ENODATA = 89
 36132  pkg syscall (netbsd-amd64), const ENODEV = 19
 36133  pkg syscall (netbsd-amd64), const ENOEXEC = 8
 36134  pkg syscall (netbsd-amd64), const ENOLCK = 77
 36135  pkg syscall (netbsd-amd64), const ENOLINK = 95
 36136  pkg syscall (netbsd-amd64), const ENOMEM = 12
 36137  pkg syscall (netbsd-amd64), const ENOMSG = 83
 36138  pkg syscall (netbsd-amd64), const ENOPROTOOPT = 42
 36139  pkg syscall (netbsd-amd64), const ENOSPC = 28
 36140  pkg syscall (netbsd-amd64), const ENOSR = 90
 36141  pkg syscall (netbsd-amd64), const ENOSTR = 91
 36142  pkg syscall (netbsd-amd64), const ENOSYS = 78
 36143  pkg syscall (netbsd-amd64), const ENOTBLK = 15
 36144  pkg syscall (netbsd-amd64), const ENOTCONN = 57
 36145  pkg syscall (netbsd-amd64), const ENOTDIR = 20
 36146  pkg syscall (netbsd-amd64), const ENOTEMPTY = 66
 36147  pkg syscall (netbsd-amd64), const ENOTSOCK = 38
 36148  pkg syscall (netbsd-amd64), const ENOTSUP = 86
 36149  pkg syscall (netbsd-amd64), const ENOTTY = 25
 36150  pkg syscall (netbsd-amd64), const ENXIO = 6
 36151  pkg syscall (netbsd-amd64), const EOPNOTSUPP = 45
 36152  pkg syscall (netbsd-amd64), const EOVERFLOW = 84
 36153  pkg syscall (netbsd-amd64), const EPERM = 1
 36154  pkg syscall (netbsd-amd64), const EPFNOSUPPORT = 46
 36155  pkg syscall (netbsd-amd64), const EPIPE = 32
 36156  pkg syscall (netbsd-amd64), const EPROCLIM = 67
 36157  pkg syscall (netbsd-amd64), const EPROCUNAVAIL = 76
 36158  pkg syscall (netbsd-amd64), const EPROGMISMATCH = 75
 36159  pkg syscall (netbsd-amd64), const EPROGUNAVAIL = 74
 36160  pkg syscall (netbsd-amd64), const EPROTO = 96
 36161  pkg syscall (netbsd-amd64), const EPROTONOSUPPORT = 43
 36162  pkg syscall (netbsd-amd64), const EPROTOTYPE = 41
 36163  pkg syscall (netbsd-amd64), const ERANGE = 34
 36164  pkg syscall (netbsd-amd64), const EREMOTE = 71
 36165  pkg syscall (netbsd-amd64), const EROFS = 30
 36166  pkg syscall (netbsd-amd64), const ERPCMISMATCH = 73
 36167  pkg syscall (netbsd-amd64), const ESHUTDOWN = 58
 36168  pkg syscall (netbsd-amd64), const ESOCKTNOSUPPORT = 44
 36169  pkg syscall (netbsd-amd64), const ESPIPE = 29
 36170  pkg syscall (netbsd-amd64), const ESRCH = 3
 36171  pkg syscall (netbsd-amd64), const ESTALE = 70
 36172  pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU = 4
 36173  pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING = 2
 36174  pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU = 1
 36175  pkg syscall (netbsd-amd64), const ETHERMIN = 46
 36176  pkg syscall (netbsd-amd64), const ETHERMTU = 1500
 36177  pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO = 9000
 36178  pkg syscall (netbsd-amd64), const ETHERTYPE_8023 = 4
 36179  pkg syscall (netbsd-amd64), const ETHERTYPE_AARP = 33011
 36180  pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON = 33680
 36181  pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC = 32822
 36182  pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA = 33098
 36183  pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER = 24584
 36184  pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA = 33093
 36185  pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO = 33015
 36186  pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
 36187  pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK = 32923
 36188  pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK = 32967
 36189  pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
 36190  pkg syscall (netbsd-amd64), const ETHERTYPE_ARP = 2054
 36191  pkg syscall (netbsd-amd64), const ETHERTYPE_AT = 32923
 36192  pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK = 32923
 36193  pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC = 34527
 36194  pkg syscall (netbsd-amd64), const ETHERTYPE_ATT = 32873
 36195  pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
 36196  pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
 36197  pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS = 34902
 36198  pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP = 36867
 36199  pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL = 33026
 36200  pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON = 28724
 36201  pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS = 2052
 36202  pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
 36203  pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
 36204  pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
 36205  pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS = 32772
 36206  pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
 36207  pkg syscall (netbsd-amd64), const ETHERTYPE_DCA = 4660
 36208  pkg syscall (netbsd-amd64), const ETHERTYPE_DDE = 32891
 36209  pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI = 43690
 36210  pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM = 32840
 36211  pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST = 24582
 36212  pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG = 24581
 36213  pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS = 32828
 36214  pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS = 32830
 36215  pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER = 24576
 36216  pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST = 32833
 36217  pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM = 32831
 36218  pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
 36219  pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
 36220  pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON = 34526
 36221  pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE = 17185
 36222  pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 = 1632
 36223  pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 = 1633
 36224  pkg syscall (netbsd-amd64), const ETHERTYPE_DN = 24579
 36225  pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
 36226  pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD = 32825
 36227  pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA = 2051
 36228  pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
 36229  pkg syscall (netbsd-amd64), const ETHERTYPE_ES = 32861
 36230  pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN = 32784
 36231  pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
 36232  pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP = 33094
 36233  pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
 36234  pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP = 2056
 36235  pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN = 32872
 36236  pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES = 33072
 36237  pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
 36238  pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI = 34848
 36239  pkg syscall (netbsd-amd64), const ETHERTYPE_HP = 32773
 36240  pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
 36241  pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
 36242  pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL = 19522
 36243  pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
 36244  pkg syscall (netbsd-amd64), const ETHERTYPE_IP = 2048
 36245  pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS = 34668
 36246  pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 = 34525
 36247  pkg syscall (netbsd-amd64), const ETHERTYPE_IPX = 33079
 36248  pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW = 32823
 36249  pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA = 34178
 36250  pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
 36251  pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE = 34952
 36252  pkg syscall (netbsd-amd64), const ETHERTYPE_LAT = 24580
 36253  pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK = 36864
 36254  pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE = 32864
 36255  pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
 36256  pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
 36257  pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA = 32890
 36258  pkg syscall (netbsd-amd64), const ETHERTYPE_MAX = 65535
 36259  pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT = 32892
 36260  pkg syscall (netbsd-amd64), const ETHERTYPE_MICP = 34618
 36261  pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL = 24577
 36262  pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC = 24578
 36263  pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
 36264  pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS = 34887
 36265  pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
 36266  pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS = 33087
 36267  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC = 15364
 36268  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
 36269  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
 36270  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
 36271  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
 36272  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
 36273  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG = 15367
 36274  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB = 15368
 36275  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
 36276  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR = 15372
 36277  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS = 15371
 36278  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST = 15373
 36279  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD = 15361
 36280  pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD = 15360
 36281  pkg syscall (netbsd-amd64), const ETHERTYPE_NBS = 2050
 36282  pkg syscall (netbsd-amd64), const ETHERTYPE_NCD = 33097
 36283  pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR = 32774
 36284  pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI = 33169
 36285  pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL = 33080
 36286  pkg syscall (netbsd-amd64), const ETHERTYPE_NS = 1536
 36287  pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT = 1537
 36288  pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
 36289  pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER = 16
 36290  pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 = 28679
 36291  pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET = 28681
 36292  pkg syscall (netbsd-amd64), const ETHERTYPE_PACER = 32966
 36293  pkg syscall (netbsd-amd64), const ETHERTYPE_PAE = 34958
 36294  pkg syscall (netbsd-amd64), const ETHERTYPE_PCS = 16962
 36295  pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING = 32836
 36296  pkg syscall (netbsd-amd64), const ETHERTYPE_PPP = 34827
 36297  pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE = 34916
 36298  pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
 36299  pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
 36300  pkg syscall (netbsd-amd64), const ETHERTYPE_PUP = 512
 36301  pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT = 512
 36302  pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL = 28720
 36303  pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL = 33104
 36304  pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR = 25945
 36305  pkg syscall (netbsd-amd64), const ETHERTYPE_RCL = 6549
 36306  pkg syscall (netbsd-amd64), const ETHERTYPE_RDP = 34617
 36307  pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX = 33010
 36308  pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP = 32821
 36309  pkg syscall (netbsd-amd64), const ETHERTYPE_SCA = 24583
 36310  pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA = 34523
 36311  pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
 36312  pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW = 33150
 36313  pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
 36314  pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
 36315  pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
 36316  pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV = 32789
 36317  pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET = 21000
 36318  pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS = 34825
 36319  pkg syscall (netbsd-amd64), const ETHERTYPE_SNA = 32981
 36320  pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP = 33100
 36321  pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX = 64245
 36322  pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER = 32927
 36323  pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE = 1280
 36324  pkg syscall (netbsd-amd64), const ETHERTYPE_STP = 33153
 36325  pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS = 33067
 36326  pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC = 34091
 36327  pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
 36328  pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM = 36866
 36329  pkg syscall (netbsd-amd64), const ETHERTYPE_TEC = 33103
 36330  pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN = 32815
 36331  pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL = 4096
 36332  pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
 36333  pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
 36334  pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST = 28677
 36335  pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
 36336  pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
 36337  pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL = 28672
 36338  pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU = 28673
 36339  pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC = 28675
 36340  pkg syscall (netbsd-amd64), const ETHERTYPE_VALID = 5632
 36341  pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN = 32989
 36342  pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN = 32827
 36343  pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO = 32871
 36344  pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP = 32859
 36345  pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB = 33073
 36346  pkg syscall (netbsd-amd64), const ETHERTYPE_VINES = 2989
 36347  pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO = 2991
 36348  pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
 36349  pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL = 65280
 36350  pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN = 33024
 36351  pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
 36352  pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD = 32860
 36353  pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED = 33095
 36354  pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO = 33072
 36355  pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
 36356  pkg syscall (netbsd-amd64), const ETHERTYPE_X25 = 2053
 36357  pkg syscall (netbsd-amd64), const ETHERTYPE_X75 = 2049
 36358  pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM = 36865
 36359  pkg syscall (netbsd-amd64), const ETHERTYPE_XTP = 33149
 36360  pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN = 6
 36361  pkg syscall (netbsd-amd64), const ETHER_CRC_LEN = 4
 36362  pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
 36363  pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
 36364  pkg syscall (netbsd-amd64), const ETHER_HDR_LEN = 14
 36365  pkg syscall (netbsd-amd64), const ETHER_MAX_LEN = 1518
 36366  pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO = 9018
 36367  pkg syscall (netbsd-amd64), const ETHER_MIN_LEN = 64
 36368  pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN = 8
 36369  pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN = 2
 36370  pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
 36371  pkg syscall (netbsd-amd64), const ETIME = 92
 36372  pkg syscall (netbsd-amd64), const ETIMEDOUT = 60
 36373  pkg syscall (netbsd-amd64), const ETOOMANYREFS = 59
 36374  pkg syscall (netbsd-amd64), const ETXTBSY = 26
 36375  pkg syscall (netbsd-amd64), const EUSERS = 68
 36376  pkg syscall (netbsd-amd64), const EVFILT_AIO = 2
 36377  pkg syscall (netbsd-amd64), const EVFILT_PROC = 4
 36378  pkg syscall (netbsd-amd64), const EVFILT_READ = 0
 36379  pkg syscall (netbsd-amd64), const EVFILT_SIGNAL = 5
 36380  pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT = 7
 36381  pkg syscall (netbsd-amd64), const EVFILT_TIMER = 6
 36382  pkg syscall (netbsd-amd64), const EVFILT_VNODE = 3
 36383  pkg syscall (netbsd-amd64), const EVFILT_WRITE = 1
 36384  pkg syscall (netbsd-amd64), const EV_ADD = 1
 36385  pkg syscall (netbsd-amd64), const EV_CLEAR = 32
 36386  pkg syscall (netbsd-amd64), const EV_DELETE = 2
 36387  pkg syscall (netbsd-amd64), const EV_DISABLE = 8
 36388  pkg syscall (netbsd-amd64), const EV_ENABLE = 4
 36389  pkg syscall (netbsd-amd64), const EV_EOF = 32768
 36390  pkg syscall (netbsd-amd64), const EV_ERROR = 16384
 36391  pkg syscall (netbsd-amd64), const EV_FLAG1 = 8192
 36392  pkg syscall (netbsd-amd64), const EV_ONESHOT = 16
 36393  pkg syscall (netbsd-amd64), const EV_SYSFLAGS = 61440
 36394  pkg syscall (netbsd-amd64), const EWOULDBLOCK = 35
 36395  pkg syscall (netbsd-amd64), const EXDEV = 18
 36396  pkg syscall (netbsd-amd64), const EXTA = 19200
 36397  pkg syscall (netbsd-amd64), const EXTB = 38400
 36398  pkg syscall (netbsd-amd64), const EXTPROC = 2048
 36399  pkg syscall (netbsd-amd64), const FD_CLOEXEC = 1
 36400  pkg syscall (netbsd-amd64), const FD_SETSIZE = 256
 36401  pkg syscall (netbsd-amd64), const FLUSHO = 8388608
 36402  pkg syscall (netbsd-amd64), const F_CLOSEM = 10
 36403  pkg syscall (netbsd-amd64), const F_DUPFD = 0
 36404  pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC = 12
 36405  pkg syscall (netbsd-amd64), const F_FSCTL = -2147483648
 36406  pkg syscall (netbsd-amd64), const F_FSDIRMASK = 1879048192
 36407  pkg syscall (netbsd-amd64), const F_FSIN = 268435456
 36408  pkg syscall (netbsd-amd64), const F_FSINOUT = 805306368
 36409  pkg syscall (netbsd-amd64), const F_FSOUT = 536870912
 36410  pkg syscall (netbsd-amd64), const F_FSPRIV = 32768
 36411  pkg syscall (netbsd-amd64), const F_FSVOID = 1073741824
 36412  pkg syscall (netbsd-amd64), const F_GETFD = 1
 36413  pkg syscall (netbsd-amd64), const F_GETFL = 3
 36414  pkg syscall (netbsd-amd64), const F_GETLK = 7
 36415  pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE = 13
 36416  pkg syscall (netbsd-amd64), const F_GETOWN = 5
 36417  pkg syscall (netbsd-amd64), const F_MAXFD = 11
 36418  pkg syscall (netbsd-amd64), const F_OK = 0
 36419  pkg syscall (netbsd-amd64), const F_PARAM_MASK = 4095
 36420  pkg syscall (netbsd-amd64), const F_PARAM_MAX = 4095
 36421  pkg syscall (netbsd-amd64), const F_RDLCK = 1
 36422  pkg syscall (netbsd-amd64), const F_SETFD = 2
 36423  pkg syscall (netbsd-amd64), const F_SETFL = 4
 36424  pkg syscall (netbsd-amd64), const F_SETLK = 8
 36425  pkg syscall (netbsd-amd64), const F_SETLKW = 9
 36426  pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE = 14
 36427  pkg syscall (netbsd-amd64), const F_SETOWN = 6
 36428  pkg syscall (netbsd-amd64), const F_UNLCK = 2
 36429  pkg syscall (netbsd-amd64), const F_WRLCK = 3
 36430  pkg syscall (netbsd-amd64), const HUPCL = 16384
 36431  pkg syscall (netbsd-amd64), const ICANON = 256
 36432  pkg syscall (netbsd-amd64), const ICRNL = 256
 36433  pkg syscall (netbsd-amd64), const IEXTEN = 1024
 36434  pkg syscall (netbsd-amd64), const IFAN_ARRIVAL = 0
 36435  pkg syscall (netbsd-amd64), const IFAN_DEPARTURE = 1
 36436  pkg syscall (netbsd-amd64), const IFA_ROUTE = 1
 36437  pkg syscall (netbsd-amd64), const IFF_ALLMULTI = 512
 36438  pkg syscall (netbsd-amd64), const IFF_CANTCHANGE = 36690
 36439  pkg syscall (netbsd-amd64), const IFF_DEBUG = 4
 36440  pkg syscall (netbsd-amd64), const IFF_LINK0 = 4096
 36441  pkg syscall (netbsd-amd64), const IFF_LINK1 = 8192
 36442  pkg syscall (netbsd-amd64), const IFF_LINK2 = 16384
 36443  pkg syscall (netbsd-amd64), const IFF_LOOPBACK = 8
 36444  pkg syscall (netbsd-amd64), const IFF_MULTICAST = 32768
 36445  pkg syscall (netbsd-amd64), const IFF_NOARP = 128
 36446  pkg syscall (netbsd-amd64), const IFF_NOTRAILERS = 32
 36447  pkg syscall (netbsd-amd64), const IFF_OACTIVE = 1024
 36448  pkg syscall (netbsd-amd64), const IFF_POINTOPOINT = 16
 36449  pkg syscall (netbsd-amd64), const IFF_PROMISC = 256
 36450  pkg syscall (netbsd-amd64), const IFF_RUNNING = 64
 36451  pkg syscall (netbsd-amd64), const IFF_SIMPLEX = 2048
 36452  pkg syscall (netbsd-amd64), const IFNAMSIZ = 16
 36453  pkg syscall (netbsd-amd64), const IFT_1822 = 2
 36454  pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH = 130
 36455  pkg syscall (netbsd-amd64), const IFT_AAL2 = 187
 36456  pkg syscall (netbsd-amd64), const IFT_AAL5 = 49
 36457  pkg syscall (netbsd-amd64), const IFT_ADSL = 94
 36458  pkg syscall (netbsd-amd64), const IFT_AFLANE8023 = 59
 36459  pkg syscall (netbsd-amd64), const IFT_AFLANE8025 = 60
 36460  pkg syscall (netbsd-amd64), const IFT_ARAP = 88
 36461  pkg syscall (netbsd-amd64), const IFT_ARCNET = 35
 36462  pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS = 36
 36463  pkg syscall (netbsd-amd64), const IFT_ASYNC = 84
 36464  pkg syscall (netbsd-amd64), const IFT_ATM = 37
 36465  pkg syscall (netbsd-amd64), const IFT_ATMDXI = 105
 36466  pkg syscall (netbsd-amd64), const IFT_ATMFUNI = 106
 36467  pkg syscall (netbsd-amd64), const IFT_ATMIMA = 107
 36468  pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL = 80
 36469  pkg syscall (netbsd-amd64), const IFT_ATMRADIO = 189
 36470  pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE = 134
 36471  pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT = 194
 36472  pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL = 149
 36473  pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
 36474  pkg syscall (netbsd-amd64), const IFT_BRIDGE = 209
 36475  pkg syscall (netbsd-amd64), const IFT_BSC = 83
 36476  pkg syscall (netbsd-amd64), const IFT_CARP = 248
 36477  pkg syscall (netbsd-amd64), const IFT_CCTEMUL = 61
 36478  pkg syscall (netbsd-amd64), const IFT_CEPT = 19
 36479  pkg syscall (netbsd-amd64), const IFT_CES = 133
 36480  pkg syscall (netbsd-amd64), const IFT_CHANNEL = 70
 36481  pkg syscall (netbsd-amd64), const IFT_CNR = 85
 36482  pkg syscall (netbsd-amd64), const IFT_COFFEE = 132
 36483  pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK = 155
 36484  pkg syscall (netbsd-amd64), const IFT_DCN = 141
 36485  pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE = 138
 36486  pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 36487  pkg syscall (netbsd-amd64), const IFT_DLSW = 74
 36488  pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
 36489  pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
 36490  pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
 36491  pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 36492  pkg syscall (netbsd-amd64), const IFT_DS0 = 81
 36493  pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE = 82
 36494  pkg syscall (netbsd-amd64), const IFT_DS1FDL = 170
 36495  pkg syscall (netbsd-amd64), const IFT_DS3 = 30
 36496  pkg syscall (netbsd-amd64), const IFT_DTM = 140
 36497  pkg syscall (netbsd-amd64), const IFT_DVBASILN = 172
 36498  pkg syscall (netbsd-amd64), const IFT_DVBASIOUT = 173
 36499  pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
 36500  pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER = 146
 36501  pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
 36502  pkg syscall (netbsd-amd64), const IFT_ECONET = 206
 36503  pkg syscall (netbsd-amd64), const IFT_EON = 25
 36504  pkg syscall (netbsd-amd64), const IFT_EPLRS = 87
 36505  pkg syscall (netbsd-amd64), const IFT_ESCON = 73
 36506  pkg syscall (netbsd-amd64), const IFT_ETHER = 6
 36507  pkg syscall (netbsd-amd64), const IFT_FAITH = 242
 36508  pkg syscall (netbsd-amd64), const IFT_FAST = 125
 36509  pkg syscall (netbsd-amd64), const IFT_FASTETHER = 62
 36510  pkg syscall (netbsd-amd64), const IFT_FASTETHERFX = 69
 36511  pkg syscall (netbsd-amd64), const IFT_FDDI = 15
 36512  pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL = 56
 36513  pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
 36514  pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI = 92
 36515  pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT = 193
 36516  pkg syscall (netbsd-amd64), const IFT_FRELAY = 32
 36517  pkg syscall (netbsd-amd64), const IFT_FRELAYDCE = 44
 36518  pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
 36519  pkg syscall (netbsd-amd64), const IFT_FRFORWARD = 158
 36520  pkg syscall (netbsd-amd64), const IFT_G703AT2MB = 67
 36521  pkg syscall (netbsd-amd64), const IFT_G703AT64K = 66
 36522  pkg syscall (netbsd-amd64), const IFT_GIF = 240
 36523  pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET = 117
 36524  pkg syscall (netbsd-amd64), const IFT_GR303IDT = 178
 36525  pkg syscall (netbsd-amd64), const IFT_GR303RDT = 177
 36526  pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER = 164
 36527  pkg syscall (netbsd-amd64), const IFT_H323PROXY = 165
 36528  pkg syscall (netbsd-amd64), const IFT_HDH1822 = 3
 36529  pkg syscall (netbsd-amd64), const IFT_HDLC = 118
 36530  pkg syscall (netbsd-amd64), const IFT_HDSL2 = 168
 36531  pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 = 183
 36532  pkg syscall (netbsd-amd64), const IFT_HIPPI = 47
 36533  pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE = 57
 36534  pkg syscall (netbsd-amd64), const IFT_HOSTPAD = 90
 36535  pkg syscall (netbsd-amd64), const IFT_HSSI = 46
 36536  pkg syscall (netbsd-amd64), const IFT_HY = 14
 36537  pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN = 72
 36538  pkg syscall (netbsd-amd64), const IFT_IDSL = 154
 36539  pkg syscall (netbsd-amd64), const IFT_IEEE1394 = 144
 36540  pkg syscall (netbsd-amd64), const IFT_IEEE80211 = 71
 36541  pkg syscall (netbsd-amd64), const IFT_IEEE80212 = 55
 36542  pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG = 161
 36543  pkg syscall (netbsd-amd64), const IFT_IFGSN = 145
 36544  pkg syscall (netbsd-amd64), const IFT_IMT = 190
 36545  pkg syscall (netbsd-amd64), const IFT_INFINIBAND = 199
 36546  pkg syscall (netbsd-amd64), const IFT_INTERLEAVE = 124
 36547  pkg syscall (netbsd-amd64), const IFT_IP = 126
 36548  pkg syscall (netbsd-amd64), const IFT_IPFORWARD = 142
 36549  pkg syscall (netbsd-amd64), const IFT_IPOVERATM = 114
 36550  pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC = 109
 36551  pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW = 110
 36552  pkg syscall (netbsd-amd64), const IFT_IPSWITCH = 78
 36553  pkg syscall (netbsd-amd64), const IFT_ISDN = 63
 36554  pkg syscall (netbsd-amd64), const IFT_ISDNBASIC = 20
 36555  pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY = 21
 36556  pkg syscall (netbsd-amd64), const IFT_ISDNS = 75
 36557  pkg syscall (netbsd-amd64), const IFT_ISDNU = 76
 36558  pkg syscall (netbsd-amd64), const IFT_ISO88022LLC = 41
 36559  pkg syscall (netbsd-amd64), const IFT_ISO88023 = 7
 36560  pkg syscall (netbsd-amd64), const IFT_ISO88024 = 8
 36561  pkg syscall (netbsd-amd64), const IFT_ISO88025 = 9
 36562  pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT = 98
 36563  pkg syscall (netbsd-amd64), const IFT_ISO88025DTR = 86
 36564  pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER = 115
 36565  pkg syscall (netbsd-amd64), const IFT_ISO88026 = 10
 36566  pkg syscall (netbsd-amd64), const IFT_ISUP = 179
 36567  pkg syscall (netbsd-amd64), const IFT_L2VLAN = 135
 36568  pkg syscall (netbsd-amd64), const IFT_L3IPVLAN = 136
 36569  pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN = 137
 36570  pkg syscall (netbsd-amd64), const IFT_LAPB = 16
 36571  pkg syscall (netbsd-amd64), const IFT_LAPD = 77
 36572  pkg syscall (netbsd-amd64), const IFT_LAPF = 119
 36573  pkg syscall (netbsd-amd64), const IFT_LINEGROUP = 210
 36574  pkg syscall (netbsd-amd64), const IFT_LOCALTALK = 42
 36575  pkg syscall (netbsd-amd64), const IFT_LOOP = 24
 36576  pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
 36577  pkg syscall (netbsd-amd64), const IFT_MFSIGLINK = 167
 36578  pkg syscall (netbsd-amd64), const IFT_MIOX25 = 38
 36579  pkg syscall (netbsd-amd64), const IFT_MODEM = 48
 36580  pkg syscall (netbsd-amd64), const IFT_MPC = 113
 36581  pkg syscall (netbsd-amd64), const IFT_MPLS = 166
 36582  pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL = 150
 36583  pkg syscall (netbsd-amd64), const IFT_MSDSL = 143
 36584  pkg syscall (netbsd-amd64), const IFT_MVL = 191
 36585  pkg syscall (netbsd-amd64), const IFT_MYRINET = 99
 36586  pkg syscall (netbsd-amd64), const IFT_NFAS = 175
 36587  pkg syscall (netbsd-amd64), const IFT_NSIP = 27
 36588  pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL = 195
 36589  pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT = 196
 36590  pkg syscall (netbsd-amd64), const IFT_OTHER = 1
 36591  pkg syscall (netbsd-amd64), const IFT_P10 = 12
 36592  pkg syscall (netbsd-amd64), const IFT_P80 = 13
 36593  pkg syscall (netbsd-amd64), const IFT_PARA = 34
 36594  pkg syscall (netbsd-amd64), const IFT_PFLOG = 245
 36595  pkg syscall (netbsd-amd64), const IFT_PFSYNC = 246
 36596  pkg syscall (netbsd-amd64), const IFT_PLC = 174
 36597  pkg syscall (netbsd-amd64), const IFT_PON155 = 207
 36598  pkg syscall (netbsd-amd64), const IFT_PON622 = 208
 36599  pkg syscall (netbsd-amd64), const IFT_POS = 171
 36600  pkg syscall (netbsd-amd64), const IFT_PPP = 23
 36601  pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
 36602  pkg syscall (netbsd-amd64), const IFT_PROPATM = 197
 36603  pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP = 184
 36604  pkg syscall (netbsd-amd64), const IFT_PROPCNLS = 89
 36605  pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 36606  pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 36607  pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 36608  pkg syscall (netbsd-amd64), const IFT_PROPMUX = 54
 36609  pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL = 53
 36610  pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P = 157
 36611  pkg syscall (netbsd-amd64), const IFT_PTPSERIAL = 22
 36612  pkg syscall (netbsd-amd64), const IFT_PVC = 241
 36613  pkg syscall (netbsd-amd64), const IFT_Q2931 = 201
 36614  pkg syscall (netbsd-amd64), const IFT_QLLC = 68
 36615  pkg syscall (netbsd-amd64), const IFT_RADIOMAC = 188
 36616  pkg syscall (netbsd-amd64), const IFT_RADSL = 95
 36617  pkg syscall (netbsd-amd64), const IFT_REACHDSL = 192
 36618  pkg syscall (netbsd-amd64), const IFT_RFC1483 = 159
 36619  pkg syscall (netbsd-amd64), const IFT_RS232 = 33
 36620  pkg syscall (netbsd-amd64), const IFT_RSRB = 79
 36621  pkg syscall (netbsd-amd64), const IFT_SDLC = 17
 36622  pkg syscall (netbsd-amd64), const IFT_SDSL = 96
 36623  pkg syscall (netbsd-amd64), const IFT_SHDSL = 169
 36624  pkg syscall (netbsd-amd64), const IFT_SIP = 31
 36625  pkg syscall (netbsd-amd64), const IFT_SIPSIG = 204
 36626  pkg syscall (netbsd-amd64), const IFT_SIPTG = 203
 36627  pkg syscall (netbsd-amd64), const IFT_SLIP = 28
 36628  pkg syscall (netbsd-amd64), const IFT_SMDSDXI = 43
 36629  pkg syscall (netbsd-amd64), const IFT_SMDSICIP = 52
 36630  pkg syscall (netbsd-amd64), const IFT_SONET = 39
 36631  pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
 36632  pkg syscall (netbsd-amd64), const IFT_SONETPATH = 50
 36633  pkg syscall (netbsd-amd64), const IFT_SONETVT = 51
 36634  pkg syscall (netbsd-amd64), const IFT_SRP = 151
 36635  pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK = 156
 36636  pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK = 111
 36637  pkg syscall (netbsd-amd64), const IFT_STARLAN = 11
 36638  pkg syscall (netbsd-amd64), const IFT_STF = 215
 36639  pkg syscall (netbsd-amd64), const IFT_T1 = 18
 36640  pkg syscall (netbsd-amd64), const IFT_TDLC = 116
 36641  pkg syscall (netbsd-amd64), const IFT_TELINK = 200
 36642  pkg syscall (netbsd-amd64), const IFT_TERMPAD = 91
 36643  pkg syscall (netbsd-amd64), const IFT_TR008 = 176
 36644  pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC = 123
 36645  pkg syscall (netbsd-amd64), const IFT_TUNNEL = 131
 36646  pkg syscall (netbsd-amd64), const IFT_ULTRA = 29
 36647  pkg syscall (netbsd-amd64), const IFT_USB = 160
 36648  pkg syscall (netbsd-amd64), const IFT_V11 = 64
 36649  pkg syscall (netbsd-amd64), const IFT_V35 = 45
 36650  pkg syscall (netbsd-amd64), const IFT_V36 = 65
 36651  pkg syscall (netbsd-amd64), const IFT_V37 = 120
 36652  pkg syscall (netbsd-amd64), const IFT_VDSL = 97
 36653  pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
 36654  pkg syscall (netbsd-amd64), const IFT_VIRTUALTG = 202
 36655  pkg syscall (netbsd-amd64), const IFT_VOICEDID = 213
 36656  pkg syscall (netbsd-amd64), const IFT_VOICEEM = 100
 36657  pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD = 211
 36658  pkg syscall (netbsd-amd64), const IFT_VOICEENCAP = 103
 36659  pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA = 212
 36660  pkg syscall (netbsd-amd64), const IFT_VOICEFXO = 101
 36661  pkg syscall (netbsd-amd64), const IFT_VOICEFXS = 102
 36662  pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM = 152
 36663  pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE = 198
 36664  pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
 36665  pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP = 104
 36666  pkg syscall (netbsd-amd64), const IFT_X213 = 93
 36667  pkg syscall (netbsd-amd64), const IFT_X25 = 5
 36668  pkg syscall (netbsd-amd64), const IFT_X25DDN = 4
 36669  pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP = 122
 36670  pkg syscall (netbsd-amd64), const IFT_X25MLP = 121
 36671  pkg syscall (netbsd-amd64), const IFT_X25PLE = 40
 36672  pkg syscall (netbsd-amd64), const IFT_XETHER = 26
 36673  pkg syscall (netbsd-amd64), const IGNBRK = 1
 36674  pkg syscall (netbsd-amd64), const IGNCR = 128
 36675  pkg syscall (netbsd-amd64), const IGNPAR = 4
 36676  pkg syscall (netbsd-amd64), const IMAXBEL = 8192
 36677  pkg syscall (netbsd-amd64), const INLCR = 64
 36678  pkg syscall (netbsd-amd64), const INPCK = 16
 36679  pkg syscall (netbsd-amd64), const IN_CLASSA_HOST = 16777215
 36680  pkg syscall (netbsd-amd64), const IN_CLASSA_MAX = 128
 36681  pkg syscall (netbsd-amd64), const IN_CLASSA_NET = 4278190080
 36682  pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT = 24
 36683  pkg syscall (netbsd-amd64), const IN_CLASSB_HOST = 65535
 36684  pkg syscall (netbsd-amd64), const IN_CLASSB_MAX = 65536
 36685  pkg syscall (netbsd-amd64), const IN_CLASSB_NET = 4294901760
 36686  pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT = 16
 36687  pkg syscall (netbsd-amd64), const IN_CLASSC_HOST = 255
 36688  pkg syscall (netbsd-amd64), const IN_CLASSC_NET = 4294967040
 36689  pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT = 8
 36690  pkg syscall (netbsd-amd64), const IN_CLASSD_HOST = 268435455
 36691  pkg syscall (netbsd-amd64), const IN_CLASSD_NET = 4026531840
 36692  pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT = 28
 36693  pkg syscall (netbsd-amd64), const IN_LOOPBACKNET = 127
 36694  pkg syscall (netbsd-amd64), const IPPROTO_AH = 51
 36695  pkg syscall (netbsd-amd64), const IPPROTO_CARP = 112
 36696  pkg syscall (netbsd-amd64), const IPPROTO_DONE = 257
 36697  pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS = 60
 36698  pkg syscall (netbsd-amd64), const IPPROTO_EGP = 8
 36699  pkg syscall (netbsd-amd64), const IPPROTO_ENCAP = 98
 36700  pkg syscall (netbsd-amd64), const IPPROTO_EON = 80
 36701  pkg syscall (netbsd-amd64), const IPPROTO_ESP = 50
 36702  pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP = 97
 36703  pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT = 44
 36704  pkg syscall (netbsd-amd64), const IPPROTO_GGP = 3
 36705  pkg syscall (netbsd-amd64), const IPPROTO_GRE = 47
 36706  pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS = 0
 36707  pkg syscall (netbsd-amd64), const IPPROTO_ICMP = 1
 36708  pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 = 58
 36709  pkg syscall (netbsd-amd64), const IPPROTO_IDP = 22
 36710  pkg syscall (netbsd-amd64), const IPPROTO_IGMP = 2
 36711  pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP = 108
 36712  pkg syscall (netbsd-amd64), const IPPROTO_IPIP = 4
 36713  pkg syscall (netbsd-amd64), const IPPROTO_IPV4 = 4
 36714  pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP = 58
 36715  pkg syscall (netbsd-amd64), const IPPROTO_MAX = 256
 36716  pkg syscall (netbsd-amd64), const IPPROTO_MAXID = 52
 36717  pkg syscall (netbsd-amd64), const IPPROTO_MOBILE = 55
 36718  pkg syscall (netbsd-amd64), const IPPROTO_NONE = 59
 36719  pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC = 240
 36720  pkg syscall (netbsd-amd64), const IPPROTO_PIM = 103
 36721  pkg syscall (netbsd-amd64), const IPPROTO_PUP = 12
 36722  pkg syscall (netbsd-amd64), const IPPROTO_RAW = 255
 36723  pkg syscall (netbsd-amd64), const IPPROTO_ROUTING = 43
 36724  pkg syscall (netbsd-amd64), const IPPROTO_RSVP = 46
 36725  pkg syscall (netbsd-amd64), const IPPROTO_TP = 29
 36726  pkg syscall (netbsd-amd64), const IPPROTO_VRRP = 112
 36727  pkg syscall (netbsd-amd64), const IPV6_CHECKSUM = 26
 36728  pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 36729  pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 36730  pkg syscall (netbsd-amd64), const IPV6_DEFHLIM = 64
 36731  pkg syscall (netbsd-amd64), const IPV6_DONTFRAG = 62
 36732  pkg syscall (netbsd-amd64), const IPV6_DSTOPTS = 50
 36733  pkg syscall (netbsd-amd64), const IPV6_FAITH = 29
 36734  pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
 36735  pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
 36736  pkg syscall (netbsd-amd64), const IPV6_FRAGTTL = 120
 36737  pkg syscall (netbsd-amd64), const IPV6_HLIMDEC = 1
 36738  pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT = 47
 36739  pkg syscall (netbsd-amd64), const IPV6_HOPOPTS = 49
 36740  pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY = 28
 36741  pkg syscall (netbsd-amd64), const IPV6_JOIN_GROUP = 12
 36742  pkg syscall (netbsd-amd64), const IPV6_LEAVE_GROUP = 13
 36743  pkg syscall (netbsd-amd64), const IPV6_MAXHLIM = 255
 36744  pkg syscall (netbsd-amd64), const IPV6_MAXPACKET = 65535
 36745  pkg syscall (netbsd-amd64), const IPV6_MMTU = 1280
 36746  pkg syscall (netbsd-amd64), const IPV6_MULTICAST_HOPS = 10
 36747  pkg syscall (netbsd-amd64), const IPV6_MULTICAST_IF = 9
 36748  pkg syscall (netbsd-amd64), const IPV6_MULTICAST_LOOP = 11
 36749  pkg syscall (netbsd-amd64), const IPV6_NEXTHOP = 48
 36750  pkg syscall (netbsd-amd64), const IPV6_PATHMTU = 44
 36751  pkg syscall (netbsd-amd64), const IPV6_PKTINFO = 46
 36752  pkg syscall (netbsd-amd64), const IPV6_PORTRANGE = 14
 36753  pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
 36754  pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
 36755  pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW = 2
 36756  pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS = 40
 36757  pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT = 37
 36758  pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS = 39
 36759  pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU = 43
 36760  pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO = 36
 36761  pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR = 38
 36762  pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS = 57
 36763  pkg syscall (netbsd-amd64), const IPV6_RTHDR = 51
 36764  pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
 36765  pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE = 0
 36766  pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT = 1
 36767  pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
 36768  pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
 36769  pkg syscall (netbsd-amd64), const IPV6_TCLASS = 61
 36770  pkg syscall (netbsd-amd64), const IPV6_UNICAST_HOPS = 4
 36771  pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU = 42
 36772  pkg syscall (netbsd-amd64), const IPV6_V6ONLY = 27
 36773  pkg syscall (netbsd-amd64), const IPV6_VERSION = 96
 36774  pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK = 240
 36775  pkg syscall (netbsd-amd64), const IP_ADD_MEMBERSHIP = 12
 36776  pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
 36777  pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
 36778  pkg syscall (netbsd-amd64), const IP_DF = 16384
 36779  pkg syscall (netbsd-amd64), const IP_DROP_MEMBERSHIP = 13
 36780  pkg syscall (netbsd-amd64), const IP_EF = 32768
 36781  pkg syscall (netbsd-amd64), const IP_ERRORMTU = 21
 36782  pkg syscall (netbsd-amd64), const IP_HDRINCL = 2
 36783  pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY = 22
 36784  pkg syscall (netbsd-amd64), const IP_MAXPACKET = 65535
 36785  pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS = 20
 36786  pkg syscall (netbsd-amd64), const IP_MF = 8192
 36787  pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE = 69
 36788  pkg syscall (netbsd-amd64), const IP_MINTTL = 24
 36789  pkg syscall (netbsd-amd64), const IP_MSS = 576
 36790  pkg syscall (netbsd-amd64), const IP_MULTICAST_IF = 9
 36791  pkg syscall (netbsd-amd64), const IP_MULTICAST_LOOP = 11
 36792  pkg syscall (netbsd-amd64), const IP_MULTICAST_TTL = 10
 36793  pkg syscall (netbsd-amd64), const IP_OFFMASK = 8191
 36794  pkg syscall (netbsd-amd64), const IP_OPTIONS = 1
 36795  pkg syscall (netbsd-amd64), const IP_PORTRANGE = 19
 36796  pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
 36797  pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH = 1
 36798  pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW = 2
 36799  pkg syscall (netbsd-amd64), const IP_RECVDSTADDR = 7
 36800  pkg syscall (netbsd-amd64), const IP_RECVIF = 20
 36801  pkg syscall (netbsd-amd64), const IP_RECVOPTS = 5
 36802  pkg syscall (netbsd-amd64), const IP_RECVRETOPTS = 6
 36803  pkg syscall (netbsd-amd64), const IP_RECVTTL = 23
 36804  pkg syscall (netbsd-amd64), const IP_RETOPTS = 8
 36805  pkg syscall (netbsd-amd64), const IP_RF = 32768
 36806  pkg syscall (netbsd-amd64), const IP_TOS = 3
 36807  pkg syscall (netbsd-amd64), const IP_TTL = 4
 36808  pkg syscall (netbsd-amd64), const ISIG = 128
 36809  pkg syscall (netbsd-amd64), const ISTRIP = 32
 36810  pkg syscall (netbsd-amd64), const IXANY = 2048
 36811  pkg syscall (netbsd-amd64), const IXOFF = 1024
 36812  pkg syscall (netbsd-amd64), const IXON = 512
 36813  pkg syscall (netbsd-amd64), const ImplementsGetwd = false
 36814  pkg syscall (netbsd-amd64), const LOCK_EX = 2
 36815  pkg syscall (netbsd-amd64), const LOCK_NB = 4
 36816  pkg syscall (netbsd-amd64), const LOCK_SH = 1
 36817  pkg syscall (netbsd-amd64), const LOCK_UN = 8
 36818  pkg syscall (netbsd-amd64), const MSG_BCAST = 256
 36819  pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
 36820  pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF = 33554432
 36821  pkg syscall (netbsd-amd64), const MSG_CTRUNC = 32
 36822  pkg syscall (netbsd-amd64), const MSG_DONTROUTE = 4
 36823  pkg syscall (netbsd-amd64), const MSG_DONTWAIT = 128
 36824  pkg syscall (netbsd-amd64), const MSG_EOR = 8
 36825  pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE = 67108864
 36826  pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE = 134217728
 36827  pkg syscall (netbsd-amd64), const MSG_MCAST = 512
 36828  pkg syscall (netbsd-amd64), const MSG_NAMEMBUF = 16777216
 36829  pkg syscall (netbsd-amd64), const MSG_NBIO = 4096
 36830  pkg syscall (netbsd-amd64), const MSG_NOSIGNAL = 1024
 36831  pkg syscall (netbsd-amd64), const MSG_OOB = 1
 36832  pkg syscall (netbsd-amd64), const MSG_PEEK = 2
 36833  pkg syscall (netbsd-amd64), const MSG_TRUNC = 16
 36834  pkg syscall (netbsd-amd64), const MSG_USERFLAGS = 16777215
 36835  pkg syscall (netbsd-amd64), const MSG_WAITALL = 64
 36836  pkg syscall (netbsd-amd64), const NAME_MAX = 511
 36837  pkg syscall (netbsd-amd64), const NET_RT_DUMP = 1
 36838  pkg syscall (netbsd-amd64), const NET_RT_FLAGS = 2
 36839  pkg syscall (netbsd-amd64), const NET_RT_IFLIST = 5
 36840  pkg syscall (netbsd-amd64), const NET_RT_MAXID = 6
 36841  pkg syscall (netbsd-amd64), const NET_RT_OIFLIST = 4
 36842  pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST = 3
 36843  pkg syscall (netbsd-amd64), const NOFLSH = 2147483648
 36844  pkg syscall (netbsd-amd64), const NOTE_ATTRIB = 8
 36845  pkg syscall (netbsd-amd64), const NOTE_CHILD = 4
 36846  pkg syscall (netbsd-amd64), const NOTE_DELETE = 1
 36847  pkg syscall (netbsd-amd64), const NOTE_EXEC = 536870912
 36848  pkg syscall (netbsd-amd64), const NOTE_EXIT = 2147483648
 36849  pkg syscall (netbsd-amd64), const NOTE_EXTEND = 4
 36850  pkg syscall (netbsd-amd64), const NOTE_FORK = 1073741824
 36851  pkg syscall (netbsd-amd64), const NOTE_LINK = 16
 36852  pkg syscall (netbsd-amd64), const NOTE_LOWAT = 1
 36853  pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK = 4026531840
 36854  pkg syscall (netbsd-amd64), const NOTE_PDATAMASK = 1048575
 36855  pkg syscall (netbsd-amd64), const NOTE_RENAME = 32
 36856  pkg syscall (netbsd-amd64), const NOTE_REVOKE = 64
 36857  pkg syscall (netbsd-amd64), const NOTE_TRACK = 1
 36858  pkg syscall (netbsd-amd64), const NOTE_TRACKERR = 2
 36859  pkg syscall (netbsd-amd64), const NOTE_WRITE = 2
 36860  pkg syscall (netbsd-amd64), const OCRNL = 16
 36861  pkg syscall (netbsd-amd64), const OFIOGETBMAP = 3221513850
 36862  pkg syscall (netbsd-amd64), const ONLCR = 2
 36863  pkg syscall (netbsd-amd64), const ONLRET = 64
 36864  pkg syscall (netbsd-amd64), const ONOCR = 32
 36865  pkg syscall (netbsd-amd64), const ONOEOT = 8
 36866  pkg syscall (netbsd-amd64), const OPOST = 1
 36867  pkg syscall (netbsd-amd64), const O_ACCMODE = 3
 36868  pkg syscall (netbsd-amd64), const O_ALT_IO = 262144
 36869  pkg syscall (netbsd-amd64), const O_APPEND = 8
 36870  pkg syscall (netbsd-amd64), const O_ASYNC = 64
 36871  pkg syscall (netbsd-amd64), const O_CLOEXEC = 4194304
 36872  pkg syscall (netbsd-amd64), const O_CREAT = 512
 36873  pkg syscall (netbsd-amd64), const O_DIRECT = 524288
 36874  pkg syscall (netbsd-amd64), const O_DIRECTORY = 2097152
 36875  pkg syscall (netbsd-amd64), const O_DSYNC = 65536
 36876  pkg syscall (netbsd-amd64), const O_EXCL = 2048
 36877  pkg syscall (netbsd-amd64), const O_EXLOCK = 32
 36878  pkg syscall (netbsd-amd64), const O_FSYNC = 128
 36879  pkg syscall (netbsd-amd64), const O_NDELAY = 4
 36880  pkg syscall (netbsd-amd64), const O_NOCTTY = 32768
 36881  pkg syscall (netbsd-amd64), const O_NOFOLLOW = 256
 36882  pkg syscall (netbsd-amd64), const O_NONBLOCK = 4
 36883  pkg syscall (netbsd-amd64), const O_NOSIGPIPE = 16777216
 36884  pkg syscall (netbsd-amd64), const O_RSYNC = 131072
 36885  pkg syscall (netbsd-amd64), const O_SHLOCK = 16
 36886  pkg syscall (netbsd-amd64), const O_SYNC = 128
 36887  pkg syscall (netbsd-amd64), const O_TRUNC = 1024
 36888  pkg syscall (netbsd-amd64), const PARENB = 4096
 36889  pkg syscall (netbsd-amd64), const PARMRK = 8
 36890  pkg syscall (netbsd-amd64), const PARODD = 8192
 36891  pkg syscall (netbsd-amd64), const PENDIN = 536870912
 36892  pkg syscall (netbsd-amd64), const PRI_IOFLUSH = 124
 36893  pkg syscall (netbsd-amd64), const PTRACE_CONT = 7
 36894  pkg syscall (netbsd-amd64), const PTRACE_KILL = 8
 36895  pkg syscall (netbsd-amd64), const PTRACE_TRACEME = 0
 36896  pkg syscall (netbsd-amd64), const RLIMIT_AS = 10
 36897  pkg syscall (netbsd-amd64), const RLIMIT_CORE = 4
 36898  pkg syscall (netbsd-amd64), const RLIMIT_CPU = 0
 36899  pkg syscall (netbsd-amd64), const RLIMIT_DATA = 2
 36900  pkg syscall (netbsd-amd64), const RLIMIT_FSIZE = 1
 36901  pkg syscall (netbsd-amd64), const RLIMIT_NOFILE = 8
 36902  pkg syscall (netbsd-amd64), const RLIMIT_STACK = 3
 36903  pkg syscall (netbsd-amd64), const RLIM_INFINITY = 9223372036854775807
 36904  pkg syscall (netbsd-amd64), const RTAX_AUTHOR = 6
 36905  pkg syscall (netbsd-amd64), const RTAX_BRD = 7
 36906  pkg syscall (netbsd-amd64), const RTAX_DST = 0
 36907  pkg syscall (netbsd-amd64), const RTAX_GATEWAY = 1
 36908  pkg syscall (netbsd-amd64), const RTAX_GENMASK = 3
 36909  pkg syscall (netbsd-amd64), const RTAX_IFA = 5
 36910  pkg syscall (netbsd-amd64), const RTAX_IFP = 4
 36911  pkg syscall (netbsd-amd64), const RTAX_MAX = 9
 36912  pkg syscall (netbsd-amd64), const RTAX_NETMASK = 2
 36913  pkg syscall (netbsd-amd64), const RTAX_TAG = 8
 36914  pkg syscall (netbsd-amd64), const RTA_AUTHOR = 64
 36915  pkg syscall (netbsd-amd64), const RTA_BRD = 128
 36916  pkg syscall (netbsd-amd64), const RTA_DST = 1
 36917  pkg syscall (netbsd-amd64), const RTA_GATEWAY = 2
 36918  pkg syscall (netbsd-amd64), const RTA_GENMASK = 8
 36919  pkg syscall (netbsd-amd64), const RTA_IFA = 32
 36920  pkg syscall (netbsd-amd64), const RTA_IFP = 16
 36921  pkg syscall (netbsd-amd64), const RTA_NETMASK = 4
 36922  pkg syscall (netbsd-amd64), const RTA_TAG = 256
 36923  pkg syscall (netbsd-amd64), const RTF_ANNOUNCE = 131072
 36924  pkg syscall (netbsd-amd64), const RTF_BLACKHOLE = 4096
 36925  pkg syscall (netbsd-amd64), const RTF_CLONED = 8192
 36926  pkg syscall (netbsd-amd64), const RTF_CLONING = 256
 36927  pkg syscall (netbsd-amd64), const RTF_DONE = 64
 36928  pkg syscall (netbsd-amd64), const RTF_DYNAMIC = 16
 36929  pkg syscall (netbsd-amd64), const RTF_GATEWAY = 2
 36930  pkg syscall (netbsd-amd64), const RTF_HOST = 4
 36931  pkg syscall (netbsd-amd64), const RTF_LLINFO = 1024
 36932  pkg syscall (netbsd-amd64), const RTF_MASK = 128
 36933  pkg syscall (netbsd-amd64), const RTF_MODIFIED = 32
 36934  pkg syscall (netbsd-amd64), const RTF_PROTO1 = 32768
 36935  pkg syscall (netbsd-amd64), const RTF_PROTO2 = 16384
 36936  pkg syscall (netbsd-amd64), const RTF_REJECT = 8
 36937  pkg syscall (netbsd-amd64), const RTF_SRC = 65536
 36938  pkg syscall (netbsd-amd64), const RTF_STATIC = 2048
 36939  pkg syscall (netbsd-amd64), const RTF_UP = 1
 36940  pkg syscall (netbsd-amd64), const RTF_XRESOLVE = 512
 36941  pkg syscall (netbsd-amd64), const RTM_ADD = 1
 36942  pkg syscall (netbsd-amd64), const RTM_CHANGE = 3
 36943  pkg syscall (netbsd-amd64), const RTM_CHGADDR = 21
 36944  pkg syscall (netbsd-amd64), const RTM_DELADDR = 13
 36945  pkg syscall (netbsd-amd64), const RTM_DELETE = 2
 36946  pkg syscall (netbsd-amd64), const RTM_GET = 4
 36947  pkg syscall (netbsd-amd64), const RTM_IEEE80211 = 17
 36948  pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE = 16
 36949  pkg syscall (netbsd-amd64), const RTM_IFINFO = 20
 36950  pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD = 19
 36951  pkg syscall (netbsd-amd64), const RTM_LOCK = 8
 36952  pkg syscall (netbsd-amd64), const RTM_LOSING = 5
 36953  pkg syscall (netbsd-amd64), const RTM_MISS = 7
 36954  pkg syscall (netbsd-amd64), const RTM_NEWADDR = 12
 36955  pkg syscall (netbsd-amd64), const RTM_OIFINFO = 15
 36956  pkg syscall (netbsd-amd64), const RTM_OLDADD = 9
 36957  pkg syscall (netbsd-amd64), const RTM_OLDDEL = 10
 36958  pkg syscall (netbsd-amd64), const RTM_OOIFINFO = 14
 36959  pkg syscall (netbsd-amd64), const RTM_REDIRECT = 6
 36960  pkg syscall (netbsd-amd64), const RTM_RESOLVE = 11
 36961  pkg syscall (netbsd-amd64), const RTM_RTTUNIT = 1000000
 36962  pkg syscall (netbsd-amd64), const RTM_SETGATE = 18
 36963  pkg syscall (netbsd-amd64), const RTM_VERSION = 4
 36964  pkg syscall (netbsd-amd64), const RTV_EXPIRE = 4
 36965  pkg syscall (netbsd-amd64), const RTV_HOPCOUNT = 2
 36966  pkg syscall (netbsd-amd64), const RTV_MTU = 1
 36967  pkg syscall (netbsd-amd64), const RTV_RPIPE = 8
 36968  pkg syscall (netbsd-amd64), const RTV_RTT = 64
 36969  pkg syscall (netbsd-amd64), const RTV_RTTVAR = 128
 36970  pkg syscall (netbsd-amd64), const RTV_SPIPE = 16
 36971  pkg syscall (netbsd-amd64), const RTV_SSTHRESH = 32
 36972  pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN = -1
 36973  pkg syscall (netbsd-amd64), const RUSAGE_SELF = 0
 36974  pkg syscall (netbsd-amd64), const SCM_CREDS = 4
 36975  pkg syscall (netbsd-amd64), const SCM_RIGHTS = 1
 36976  pkg syscall (netbsd-amd64), const SCM_TIMESTAMP = 8
 36977  pkg syscall (netbsd-amd64), const SIGBUS = 10
 36978  pkg syscall (netbsd-amd64), const SIGCHLD = 20
 36979  pkg syscall (netbsd-amd64), const SIGCONT = 19
 36980  pkg syscall (netbsd-amd64), const SIGEMT = 7
 36981  pkg syscall (netbsd-amd64), const SIGINFO = 29
 36982  pkg syscall (netbsd-amd64), const SIGIO = 23
 36983  pkg syscall (netbsd-amd64), const SIGIOT = 6
 36984  pkg syscall (netbsd-amd64), const SIGPROF = 27
 36985  pkg syscall (netbsd-amd64), const SIGPWR = 32
 36986  pkg syscall (netbsd-amd64), const SIGSTOP = 17
 36987  pkg syscall (netbsd-amd64), const SIGSYS = 12
 36988  pkg syscall (netbsd-amd64), const SIGTSTP = 18
 36989  pkg syscall (netbsd-amd64), const SIGTTIN = 21
 36990  pkg syscall (netbsd-amd64), const SIGTTOU = 22
 36991  pkg syscall (netbsd-amd64), const SIGURG = 16
 36992  pkg syscall (netbsd-amd64), const SIGUSR1 = 30
 36993  pkg syscall (netbsd-amd64), const SIGUSR2 = 31
 36994  pkg syscall (netbsd-amd64), const SIGVTALRM = 26
 36995  pkg syscall (netbsd-amd64), const SIGWINCH = 28
 36996  pkg syscall (netbsd-amd64), const SIGXCPU = 24
 36997  pkg syscall (netbsd-amd64), const SIGXFSZ = 25
 36998  pkg syscall (netbsd-amd64), const SIOCADDMULTI = 2156947761
 36999  pkg syscall (netbsd-amd64), const SIOCADDRT = 2151182858
 37000  pkg syscall (netbsd-amd64), const SIOCAIFADDR = 2151704858
 37001  pkg syscall (netbsd-amd64), const SIOCALIFADDR = 2165860636
 37002  pkg syscall (netbsd-amd64), const SIOCATMARK = 1074033415
 37003  pkg syscall (netbsd-amd64), const SIOCDELMULTI = 2156947762
 37004  pkg syscall (netbsd-amd64), const SIOCDELRT = 2151182859
 37005  pkg syscall (netbsd-amd64), const SIOCDIFADDR = 2156947737
 37006  pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR = 2156947785
 37007  pkg syscall (netbsd-amd64), const SIOCDLIFADDR = 2165860638
 37008  pkg syscall (netbsd-amd64), const SIOCGDRVSPEC = 3223873915
 37009  pkg syscall (netbsd-amd64), const SIOCGETPFSYNC = 3230689784
 37010  pkg syscall (netbsd-amd64), const SIOCGETSGCNT = 3223352628
 37011  pkg syscall (netbsd-amd64), const SIOCGETVIFCNT = 3223876915
 37012  pkg syscall (netbsd-amd64), const SIOCGHIWAT = 1074033409
 37013  pkg syscall (netbsd-amd64), const SIOCGIFADDR = 3230689569
 37014  pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF = 3231213856
 37015  pkg syscall (netbsd-amd64), const SIOCGIFALIAS = 3225446683
 37016  pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR = 3230689571
 37017  pkg syscall (netbsd-amd64), const SIOCGIFCAP = 3223349622
 37018  pkg syscall (netbsd-amd64), const SIOCGIFCONF = 3222300966
 37019  pkg syscall (netbsd-amd64), const SIOCGIFDATA = 3231213957
 37020  pkg syscall (netbsd-amd64), const SIOCGIFDLT = 3230689655
 37021  pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR = 3230689570
 37022  pkg syscall (netbsd-amd64), const SIOCGIFFLAGS = 3230689553
 37023  pkg syscall (netbsd-amd64), const SIOCGIFGENERIC = 3230689594
 37024  pkg syscall (netbsd-amd64), const SIOCGIFMEDIA = 3224398134
 37025  pkg syscall (netbsd-amd64), const SIOCGIFMETRIC = 3230689559
 37026  pkg syscall (netbsd-amd64), const SIOCGIFMTU = 3230689662
 37027  pkg syscall (netbsd-amd64), const SIOCGIFNETMASK = 3230689573
 37028  pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR = 3230689608
 37029  pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR = 3230689607
 37030  pkg syscall (netbsd-amd64), const SIOCGLIFADDR = 3239602461
 37031  pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR = 3239602507
 37032  pkg syscall (netbsd-amd64), const SIOCGLINKSTR = 3223873927
 37033  pkg syscall (netbsd-amd64), const SIOCGLOWAT = 1074033411
 37034  pkg syscall (netbsd-amd64), const SIOCGPGRP = 1074033417
 37035  pkg syscall (netbsd-amd64), const SIOCGVH = 3230689667
 37036  pkg syscall (netbsd-amd64), const SIOCIFCREATE = 2156947834
 37037  pkg syscall (netbsd-amd64), const SIOCIFDESTROY = 2156947833
 37038  pkg syscall (netbsd-amd64), const SIOCIFGCLONERS = 3222301048
 37039  pkg syscall (netbsd-amd64), const SIOCINITIFADDR = 3228592516
 37040  pkg syscall (netbsd-amd64), const SIOCSDRVSPEC = 2150132091
 37041  pkg syscall (netbsd-amd64), const SIOCSETPFSYNC = 2156947959
 37042  pkg syscall (netbsd-amd64), const SIOCSHIWAT = 2147775232
 37043  pkg syscall (netbsd-amd64), const SIOCSIFADDR = 2156947724
 37044  pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF = 2157472031
 37045  pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR = 2156947731
 37046  pkg syscall (netbsd-amd64), const SIOCSIFCAP = 2149607797
 37047  pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR = 2156947726
 37048  pkg syscall (netbsd-amd64), const SIOCSIFFLAGS = 2156947728
 37049  pkg syscall (netbsd-amd64), const SIOCSIFGENERIC = 2156947769
 37050  pkg syscall (netbsd-amd64), const SIOCSIFMEDIA = 3230689589
 37051  pkg syscall (netbsd-amd64), const SIOCSIFMETRIC = 2156947736
 37052  pkg syscall (netbsd-amd64), const SIOCSIFMTU = 2156947839
 37053  pkg syscall (netbsd-amd64), const SIOCSIFNETMASK = 2156947734
 37054  pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR = 2151704902
 37055  pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR = 2165860682
 37056  pkg syscall (netbsd-amd64), const SIOCSLINKSTR = 2150132104
 37057  pkg syscall (netbsd-amd64), const SIOCSLOWAT = 2147775234
 37058  pkg syscall (netbsd-amd64), const SIOCSPGRP = 2147775240
 37059  pkg syscall (netbsd-amd64), const SIOCSVH = 3230689666
 37060  pkg syscall (netbsd-amd64), const SIOCZIFDATA = 3231213958
 37061  pkg syscall (netbsd-amd64), const SOCK_CLOEXEC = 268435456
 37062  pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK = 4026531840
 37063  pkg syscall (netbsd-amd64), const SOCK_NONBLOCK = 536870912
 37064  pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE = 1073741824
 37065  pkg syscall (netbsd-amd64), const SOCK_RDM = 4
 37066  pkg syscall (netbsd-amd64), const SOL_SOCKET = 65535
 37067  pkg syscall (netbsd-amd64), const SOMAXCONN = 128
 37068  pkg syscall (netbsd-amd64), const SO_ACCEPTCONN = 2
 37069  pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER = 4096
 37070  pkg syscall (netbsd-amd64), const SO_BROADCAST = 32
 37071  pkg syscall (netbsd-amd64), const SO_DEBUG = 1
 37072  pkg syscall (netbsd-amd64), const SO_DONTROUTE = 16
 37073  pkg syscall (netbsd-amd64), const SO_ERROR = 4103
 37074  pkg syscall (netbsd-amd64), const SO_KEEPALIVE = 8
 37075  pkg syscall (netbsd-amd64), const SO_LINGER = 128
 37076  pkg syscall (netbsd-amd64), const SO_NOHEADER = 4106
 37077  pkg syscall (netbsd-amd64), const SO_NOSIGPIPE = 2048
 37078  pkg syscall (netbsd-amd64), const SO_OOBINLINE = 256
 37079  pkg syscall (netbsd-amd64), const SO_OVERFLOWED = 4105
 37080  pkg syscall (netbsd-amd64), const SO_RCVBUF = 4098
 37081  pkg syscall (netbsd-amd64), const SO_RCVLOWAT = 4100
 37082  pkg syscall (netbsd-amd64), const SO_RCVTIMEO = 4108
 37083  pkg syscall (netbsd-amd64), const SO_REUSEADDR = 4
 37084  pkg syscall (netbsd-amd64), const SO_REUSEPORT = 512
 37085  pkg syscall (netbsd-amd64), const SO_SNDBUF = 4097
 37086  pkg syscall (netbsd-amd64), const SO_SNDLOWAT = 4099
 37087  pkg syscall (netbsd-amd64), const SO_SNDTIMEO = 4107
 37088  pkg syscall (netbsd-amd64), const SO_TIMESTAMP = 8192
 37089  pkg syscall (netbsd-amd64), const SO_TYPE = 4104
 37090  pkg syscall (netbsd-amd64), const SO_USELOOPBACK = 64
 37091  pkg syscall (netbsd-amd64), const SYSCTL_VERSION = 16777216
 37092  pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 = 0
 37093  pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 = 16777216
 37094  pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK = 4278190080
 37095  pkg syscall (netbsd-amd64), const SYS_ACCEPT = 30
 37096  pkg syscall (netbsd-amd64), const SYS_ACCESS = 33
 37097  pkg syscall (netbsd-amd64), const SYS_ACCT = 51
 37098  pkg syscall (netbsd-amd64), const SYS_ADJTIME = 421
 37099  pkg syscall (netbsd-amd64), const SYS_BIND = 104
 37100  pkg syscall (netbsd-amd64), const SYS_BREAK = 17
 37101  pkg syscall (netbsd-amd64), const SYS_CHDIR = 12
 37102  pkg syscall (netbsd-amd64), const SYS_CHFLAGS = 34
 37103  pkg syscall (netbsd-amd64), const SYS_CHMOD = 15
 37104  pkg syscall (netbsd-amd64), const SYS_CHOWN = 16
 37105  pkg syscall (netbsd-amd64), const SYS_CHROOT = 61
 37106  pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES = 429
 37107  pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME = 427
 37108  pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME = 428
 37109  pkg syscall (netbsd-amd64), const SYS_CLOSE = 6
 37110  pkg syscall (netbsd-amd64), const SYS_CONNECT = 98
 37111  pkg syscall (netbsd-amd64), const SYS_DUP = 41
 37112  pkg syscall (netbsd-amd64), const SYS_DUP2 = 90
 37113  pkg syscall (netbsd-amd64), const SYS_DUP3 = 454
 37114  pkg syscall (netbsd-amd64), const SYS_EXECVE = 59
 37115  pkg syscall (netbsd-amd64), const SYS_EXIT = 1
 37116  pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL = 360
 37117  pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD = 366
 37118  pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE = 363
 37119  pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK = 369
 37120  pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD = 365
 37121  pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE = 362
 37122  pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK = 368
 37123  pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD = 370
 37124  pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE = 371
 37125  pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK = 372
 37126  pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD = 364
 37127  pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE = 361
 37128  pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK = 367
 37129  pkg syscall (netbsd-amd64), const SYS_FACCESSAT = 462
 37130  pkg syscall (netbsd-amd64), const SYS_FCHDIR = 13
 37131  pkg syscall (netbsd-amd64), const SYS_FCHFLAGS = 35
 37132  pkg syscall (netbsd-amd64), const SYS_FCHMOD = 124
 37133  pkg syscall (netbsd-amd64), const SYS_FCHMODAT = 463
 37134  pkg syscall (netbsd-amd64), const SYS_FCHOWN = 123
 37135  pkg syscall (netbsd-amd64), const SYS_FCHOWNAT = 464
 37136  pkg syscall (netbsd-amd64), const SYS_FCHROOT = 297
 37137  pkg syscall (netbsd-amd64), const SYS_FCNTL = 92
 37138  pkg syscall (netbsd-amd64), const SYS_FDATASYNC = 241
 37139  pkg syscall (netbsd-amd64), const SYS_FEXECVE = 465
 37140  pkg syscall (netbsd-amd64), const SYS_FGETXATTR = 380
 37141  pkg syscall (netbsd-amd64), const SYS_FHSTAT = 451
 37142  pkg syscall (netbsd-amd64), const SYS_FKTRACE = 288
 37143  pkg syscall (netbsd-amd64), const SYS_FLISTXATTR = 383
 37144  pkg syscall (netbsd-amd64), const SYS_FLOCK = 131
 37145  pkg syscall (netbsd-amd64), const SYS_FORK = 2
 37146  pkg syscall (netbsd-amd64), const SYS_FPATHCONF = 192
 37147  pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR = 386
 37148  pkg syscall (netbsd-amd64), const SYS_FSETXATTR = 377
 37149  pkg syscall (netbsd-amd64), const SYS_FSTAT = 440
 37150  pkg syscall (netbsd-amd64), const SYS_FSTATAT = 466
 37151  pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 = 358
 37152  pkg syscall (netbsd-amd64), const SYS_FSYNC = 95
 37153  pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE = 354
 37154  pkg syscall (netbsd-amd64), const SYS_FTRUNCATE = 201
 37155  pkg syscall (netbsd-amd64), const SYS_FUTIMENS = 472
 37156  pkg syscall (netbsd-amd64), const SYS_FUTIMES = 423
 37157  pkg syscall (netbsd-amd64), const SYS_GETCONTEXT = 307
 37158  pkg syscall (netbsd-amd64), const SYS_GETDENTS = 390
 37159  pkg syscall (netbsd-amd64), const SYS_GETEGID = 43
 37160  pkg syscall (netbsd-amd64), const SYS_GETEUID = 25
 37161  pkg syscall (netbsd-amd64), const SYS_GETFH = 395
 37162  pkg syscall (netbsd-amd64), const SYS_GETGID = 47
 37163  pkg syscall (netbsd-amd64), const SYS_GETGROUPS = 79
 37164  pkg syscall (netbsd-amd64), const SYS_GETITIMER = 426
 37165  pkg syscall (netbsd-amd64), const SYS_GETPEERNAME = 31
 37166  pkg syscall (netbsd-amd64), const SYS_GETPGID = 207
 37167  pkg syscall (netbsd-amd64), const SYS_GETPGRP = 81
 37168  pkg syscall (netbsd-amd64), const SYS_GETPID = 20
 37169  pkg syscall (netbsd-amd64), const SYS_GETPPID = 39
 37170  pkg syscall (netbsd-amd64), const SYS_GETPRIORITY = 100
 37171  pkg syscall (netbsd-amd64), const SYS_GETRLIMIT = 194
 37172  pkg syscall (netbsd-amd64), const SYS_GETRUSAGE = 445
 37173  pkg syscall (netbsd-amd64), const SYS_GETSID = 286
 37174  pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME = 32
 37175  pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT = 118
 37176  pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY = 418
 37177  pkg syscall (netbsd-amd64), const SYS_GETUID = 24
 37178  pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT = 356
 37179  pkg syscall (netbsd-amd64), const SYS_GETXATTR = 378
 37180  pkg syscall (netbsd-amd64), const SYS_IOCTL = 54
 37181  pkg syscall (netbsd-amd64), const SYS_ISSETUGID = 305
 37182  pkg syscall (netbsd-amd64), const SYS_KEVENT = 435
 37183  pkg syscall (netbsd-amd64), const SYS_KILL = 37
 37184  pkg syscall (netbsd-amd64), const SYS_KQUEUE = 344
 37185  pkg syscall (netbsd-amd64), const SYS_KQUEUE1 = 455
 37186  pkg syscall (netbsd-amd64), const SYS_KTRACE = 45
 37187  pkg syscall (netbsd-amd64), const SYS_LCHFLAGS = 304
 37188  pkg syscall (netbsd-amd64), const SYS_LCHMOD = 274
 37189  pkg syscall (netbsd-amd64), const SYS_LCHOWN = 275
 37190  pkg syscall (netbsd-amd64), const SYS_LGETXATTR = 379
 37191  pkg syscall (netbsd-amd64), const SYS_LINK = 9
 37192  pkg syscall (netbsd-amd64), const SYS_LINKAT = 457
 37193  pkg syscall (netbsd-amd64), const SYS_LISTEN = 106
 37194  pkg syscall (netbsd-amd64), const SYS_LISTXATTR = 381
 37195  pkg syscall (netbsd-amd64), const SYS_LLISTXATTR = 382
 37196  pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR = 385
 37197  pkg syscall (netbsd-amd64), const SYS_LSEEK = 199
 37198  pkg syscall (netbsd-amd64), const SYS_LSETXATTR = 376
 37199  pkg syscall (netbsd-amd64), const SYS_LSTAT = 441
 37200  pkg syscall (netbsd-amd64), const SYS_LUTIMES = 424
 37201  pkg syscall (netbsd-amd64), const SYS_MADVISE = 75
 37202  pkg syscall (netbsd-amd64), const SYS_MINCORE = 78
 37203  pkg syscall (netbsd-amd64), const SYS_MINHERIT = 273
 37204  pkg syscall (netbsd-amd64), const SYS_MKDIR = 136
 37205  pkg syscall (netbsd-amd64), const SYS_MKDIRAT = 461
 37206  pkg syscall (netbsd-amd64), const SYS_MKFIFO = 132
 37207  pkg syscall (netbsd-amd64), const SYS_MKFIFOAT = 459
 37208  pkg syscall (netbsd-amd64), const SYS_MKNOD = 450
 37209  pkg syscall (netbsd-amd64), const SYS_MKNODAT = 460
 37210  pkg syscall (netbsd-amd64), const SYS_MLOCK = 203
 37211  pkg syscall (netbsd-amd64), const SYS_MLOCKALL = 242
 37212  pkg syscall (netbsd-amd64), const SYS_MMAP = 197
 37213  pkg syscall (netbsd-amd64), const SYS_MODCTL = 246
 37214  pkg syscall (netbsd-amd64), const SYS_MOUNT = 410
 37215  pkg syscall (netbsd-amd64), const SYS_MPROTECT = 74
 37216  pkg syscall (netbsd-amd64), const SYS_MREMAP = 411
 37217  pkg syscall (netbsd-amd64), const SYS_MSGCTL = 444
 37218  pkg syscall (netbsd-amd64), const SYS_MSGGET = 225
 37219  pkg syscall (netbsd-amd64), const SYS_MSGRCV = 227
 37220  pkg syscall (netbsd-amd64), const SYS_MSGSND = 226
 37221  pkg syscall (netbsd-amd64), const SYS_MUNLOCK = 204
 37222  pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL = 243
 37223  pkg syscall (netbsd-amd64), const SYS_MUNMAP = 73
 37224  pkg syscall (netbsd-amd64), const SYS_NANOSLEEP = 430
 37225  pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME = 176
 37226  pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME = 448
 37227  pkg syscall (netbsd-amd64), const SYS_OPEN = 5
 37228  pkg syscall (netbsd-amd64), const SYS_OPENAT = 468
 37229  pkg syscall (netbsd-amd64), const SYS_PACCEPT = 456
 37230  pkg syscall (netbsd-amd64), const SYS_PATHCONF = 191
 37231  pkg syscall (netbsd-amd64), const SYS_PIPE = 42
 37232  pkg syscall (netbsd-amd64), const SYS_PIPE2 = 453
 37233  pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL = 342
 37234  pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO = 341
 37235  pkg syscall (netbsd-amd64), const SYS_POLL = 209
 37236  pkg syscall (netbsd-amd64), const SYS_POLLTS = 437
 37237  pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE = 416
 37238  pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN = 474
 37239  pkg syscall (netbsd-amd64), const SYS_PREAD = 173
 37240  pkg syscall (netbsd-amd64), const SYS_PREADV = 289
 37241  pkg syscall (netbsd-amd64), const SYS_PROFIL = 44
 37242  pkg syscall (netbsd-amd64), const SYS_PSELECT = 436
 37243  pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN = 414
 37244  pkg syscall (netbsd-amd64), const SYS_PSET_CREATE = 412
 37245  pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY = 413
 37246  pkg syscall (netbsd-amd64), const SYS_PTRACE = 26
 37247  pkg syscall (netbsd-amd64), const SYS_PWRITE = 174
 37248  pkg syscall (netbsd-amd64), const SYS_PWRITEV = 290
 37249  pkg syscall (netbsd-amd64), const SYS_RASCTL = 343
 37250  pkg syscall (netbsd-amd64), const SYS_READ = 3
 37251  pkg syscall (netbsd-amd64), const SYS_READLINK = 58
 37252  pkg syscall (netbsd-amd64), const SYS_READLINKAT = 469
 37253  pkg syscall (netbsd-amd64), const SYS_READV = 120
 37254  pkg syscall (netbsd-amd64), const SYS_REBOOT = 208
 37255  pkg syscall (netbsd-amd64), const SYS_RECVFROM = 29
 37256  pkg syscall (netbsd-amd64), const SYS_RECVMMSG = 475
 37257  pkg syscall (netbsd-amd64), const SYS_RECVMSG = 27
 37258  pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR = 384
 37259  pkg syscall (netbsd-amd64), const SYS_RENAME = 128
 37260  pkg syscall (netbsd-amd64), const SYS_RENAMEAT = 458
 37261  pkg syscall (netbsd-amd64), const SYS_REVOKE = 56
 37262  pkg syscall (netbsd-amd64), const SYS_RMDIR = 137
 37263  pkg syscall (netbsd-amd64), const SYS_SBRK = 69
 37264  pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD = 350
 37265  pkg syscall (netbsd-amd64), const SYS_SELECT = 417
 37266  pkg syscall (netbsd-amd64), const SYS_SEMCONFIG = 223
 37267  pkg syscall (netbsd-amd64), const SYS_SEMGET = 221
 37268  pkg syscall (netbsd-amd64), const SYS_SEMOP = 222
 37269  pkg syscall (netbsd-amd64), const SYS_SENDMMSG = 476
 37270  pkg syscall (netbsd-amd64), const SYS_SENDMSG = 28
 37271  pkg syscall (netbsd-amd64), const SYS_SENDTO = 133
 37272  pkg syscall (netbsd-amd64), const SYS_SETCONTEXT = 308
 37273  pkg syscall (netbsd-amd64), const SYS_SETEGID = 182
 37274  pkg syscall (netbsd-amd64), const SYS_SETEUID = 183
 37275  pkg syscall (netbsd-amd64), const SYS_SETGID = 181
 37276  pkg syscall (netbsd-amd64), const SYS_SETGROUPS = 80
 37277  pkg syscall (netbsd-amd64), const SYS_SETITIMER = 425
 37278  pkg syscall (netbsd-amd64), const SYS_SETPGID = 82
 37279  pkg syscall (netbsd-amd64), const SYS_SETPRIORITY = 96
 37280  pkg syscall (netbsd-amd64), const SYS_SETREGID = 127
 37281  pkg syscall (netbsd-amd64), const SYS_SETREUID = 126
 37282  pkg syscall (netbsd-amd64), const SYS_SETRLIMIT = 195
 37283  pkg syscall (netbsd-amd64), const SYS_SETSID = 147
 37284  pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT = 105
 37285  pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY = 419
 37286  pkg syscall (netbsd-amd64), const SYS_SETUID = 23
 37287  pkg syscall (netbsd-amd64), const SYS_SETXATTR = 375
 37288  pkg syscall (netbsd-amd64), const SYS_SHMAT = 228
 37289  pkg syscall (netbsd-amd64), const SYS_SHMCTL = 443
 37290  pkg syscall (netbsd-amd64), const SYS_SHMDT = 230
 37291  pkg syscall (netbsd-amd64), const SYS_SHMGET = 231
 37292  pkg syscall (netbsd-amd64), const SYS_SHUTDOWN = 134
 37293  pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO = 245
 37294  pkg syscall (netbsd-amd64), const SYS_SOCKET = 394
 37295  pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR = 135
 37296  pkg syscall (netbsd-amd64), const SYS_SSTK = 70
 37297  pkg syscall (netbsd-amd64), const SYS_STAT = 439
 37298  pkg syscall (netbsd-amd64), const SYS_STATVFS1 = 357
 37299  pkg syscall (netbsd-amd64), const SYS_SWAPCTL = 271
 37300  pkg syscall (netbsd-amd64), const SYS_SYMLINK = 57
 37301  pkg syscall (netbsd-amd64), const SYS_SYMLINKAT = 470
 37302  pkg syscall (netbsd-amd64), const SYS_SYNC = 36
 37303  pkg syscall (netbsd-amd64), const SYS_SYSARCH = 165
 37304  pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE = 235
 37305  pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE = 236
 37306  pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN = 239
 37307  pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME = 447
 37308  pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME = 446
 37309  pkg syscall (netbsd-amd64), const SYS_TRUNCATE = 200
 37310  pkg syscall (netbsd-amd64), const SYS_UMASK = 60
 37311  pkg syscall (netbsd-amd64), const SYS_UNDELETE = 205
 37312  pkg syscall (netbsd-amd64), const SYS_UNLINK = 10
 37313  pkg syscall (netbsd-amd64), const SYS_UNLINKAT = 471
 37314  pkg syscall (netbsd-amd64), const SYS_UNMOUNT = 22
 37315  pkg syscall (netbsd-amd64), const SYS_UTIMENSAT = 467
 37316  pkg syscall (netbsd-amd64), const SYS_UTIMES = 420
 37317  pkg syscall (netbsd-amd64), const SYS_UTRACE = 306
 37318  pkg syscall (netbsd-amd64), const SYS_UUIDGEN = 355
 37319  pkg syscall (netbsd-amd64), const SYS_VADVISE = 72
 37320  pkg syscall (netbsd-amd64), const SYS_VFORK = 66
 37321  pkg syscall (netbsd-amd64), const SYS_WAIT4 = 449
 37322  pkg syscall (netbsd-amd64), const SYS_WRITE = 4
 37323  pkg syscall (netbsd-amd64), const SYS_WRITEV = 121
 37324  pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE = 314
 37325  pkg syscall (netbsd-amd64), const SYS__LWP_CREATE = 309
 37326  pkg syscall (netbsd-amd64), const SYS__LWP_CTL = 325
 37327  pkg syscall (netbsd-amd64), const SYS__LWP_DETACH = 319
 37328  pkg syscall (netbsd-amd64), const SYS__LWP_EXIT = 310
 37329  pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME = 324
 37330  pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE = 316
 37331  pkg syscall (netbsd-amd64), const SYS__LWP_KILL = 318
 37332  pkg syscall (netbsd-amd64), const SYS__LWP_PARK = 434
 37333  pkg syscall (netbsd-amd64), const SYS__LWP_SELF = 311
 37334  pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME = 323
 37335  pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE = 317
 37336  pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND = 313
 37337  pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK = 321
 37338  pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL = 322
 37339  pkg syscall (netbsd-amd64), const SYS__LWP_WAIT = 312
 37340  pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP = 315
 37341  pkg syscall (netbsd-amd64), const SYS__PSET_BIND = 415
 37342  pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY = 349
 37343  pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM = 347
 37344  pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY = 348
 37345  pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM = 346
 37346  pkg syscall (netbsd-amd64), const SYS___CLONE = 287
 37347  pkg syscall (netbsd-amd64), const SYS___GETCWD = 296
 37348  pkg syscall (netbsd-amd64), const SYS___GETLOGIN = 49
 37349  pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN = 283
 37350  pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN = 284
 37351  pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN = 285
 37352  pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME = 270
 37353  pkg syscall (netbsd-amd64), const SYS___QUOTACTL = 473
 37354  pkg syscall (netbsd-amd64), const SYS___SEMCTL = 442
 37355  pkg syscall (netbsd-amd64), const SYS___SETLOGIN = 50
 37356  pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP = 340
 37357  pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT = 431
 37358  pkg syscall (netbsd-amd64), const SYS___SYSCTL = 202
 37359  pkg syscall (netbsd-amd64), const S_ARCH1 = 65536
 37360  pkg syscall (netbsd-amd64), const S_ARCH2 = 131072
 37361  pkg syscall (netbsd-amd64), const S_BLKSIZE = 512
 37362  pkg syscall (netbsd-amd64), const S_IEXEC = 64
 37363  pkg syscall (netbsd-amd64), const S_IFMT = 61440
 37364  pkg syscall (netbsd-amd64), const S_IFWHT = 57344
 37365  pkg syscall (netbsd-amd64), const S_IREAD = 256
 37366  pkg syscall (netbsd-amd64), const S_IRGRP = 32
 37367  pkg syscall (netbsd-amd64), const S_IROTH = 4
 37368  pkg syscall (netbsd-amd64), const S_IRWXG = 56
 37369  pkg syscall (netbsd-amd64), const S_IRWXO = 7
 37370  pkg syscall (netbsd-amd64), const S_IRWXU = 448
 37371  pkg syscall (netbsd-amd64), const S_ISTXT = 512
 37372  pkg syscall (netbsd-amd64), const S_IWGRP = 16
 37373  pkg syscall (netbsd-amd64), const S_IWOTH = 2
 37374  pkg syscall (netbsd-amd64), const S_IWRITE = 128
 37375  pkg syscall (netbsd-amd64), const S_IXGRP = 8
 37376  pkg syscall (netbsd-amd64), const S_IXOTH = 1
 37377  pkg syscall (netbsd-amd64), const S_LOGIN_SET = 1
 37378  pkg syscall (netbsd-amd64), const SizeofBpfHdr = 32
 37379  pkg syscall (netbsd-amd64), const SizeofBpfInsn = 8
 37380  pkg syscall (netbsd-amd64), const SizeofBpfProgram = 16
 37381  pkg syscall (netbsd-amd64), const SizeofBpfStat = 128
 37382  pkg syscall (netbsd-amd64), const SizeofBpfVersion = 4
 37383  pkg syscall (netbsd-amd64), const SizeofCmsghdr = 12
 37384  pkg syscall (netbsd-amd64), const SizeofIPMreq = 8
 37385  pkg syscall (netbsd-amd64), const SizeofIPv6Mreq = 20
 37386  pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr = 24
 37387  pkg syscall (netbsd-amd64), const SizeofIfData = 136
 37388  pkg syscall (netbsd-amd64), const SizeofIfMsghdr = 152
 37389  pkg syscall (netbsd-amd64), const SizeofIfaMsghdr = 24
 37390  pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo = 20
 37391  pkg syscall (netbsd-amd64), const SizeofLinger = 8
 37392  pkg syscall (netbsd-amd64), const SizeofMsghdr = 48
 37393  pkg syscall (netbsd-amd64), const SizeofRtMetrics = 80
 37394  pkg syscall (netbsd-amd64), const SizeofRtMsghdr = 120
 37395  pkg syscall (netbsd-amd64), const SizeofSockaddrAny = 108
 37396  pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink = 20
 37397  pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 = 16
 37398  pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 = 28
 37399  pkg syscall (netbsd-amd64), const SizeofSockaddrUnix = 106
 37400  pkg syscall (netbsd-amd64), const TCIFLUSH = 1
 37401  pkg syscall (netbsd-amd64), const TCIOFLUSH = 3
 37402  pkg syscall (netbsd-amd64), const TCOFLUSH = 2
 37403  pkg syscall (netbsd-amd64), const TCP_CONGCTL = 32
 37404  pkg syscall (netbsd-amd64), const TCP_KEEPCNT = 6
 37405  pkg syscall (netbsd-amd64), const TCP_KEEPIDLE = 3
 37406  pkg syscall (netbsd-amd64), const TCP_KEEPINIT = 7
 37407  pkg syscall (netbsd-amd64), const TCP_KEEPINTVL = 5
 37408  pkg syscall (netbsd-amd64), const TCP_MAXBURST = 4
 37409  pkg syscall (netbsd-amd64), const TCP_MAXSEG = 2
 37410  pkg syscall (netbsd-amd64), const TCP_MAXWIN = 65535
 37411  pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT = 14
 37412  pkg syscall (netbsd-amd64), const TCP_MD5SIG = 16
 37413  pkg syscall (netbsd-amd64), const TCP_MINMSS = 216
 37414  pkg syscall (netbsd-amd64), const TCP_MSS = 536
 37415  pkg syscall (netbsd-amd64), const TCSAFLUSH = 2
 37416  pkg syscall (netbsd-amd64), const TIOCCBRK = 536900730
 37417  pkg syscall (netbsd-amd64), const TIOCCDTR = 536900728
 37418  pkg syscall (netbsd-amd64), const TIOCCONS = 2147775586
 37419  pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP = 1074820184
 37420  pkg syscall (netbsd-amd64), const TIOCDRAIN = 536900702
 37421  pkg syscall (netbsd-amd64), const TIOCEXCL = 536900621
 37422  pkg syscall (netbsd-amd64), const TIOCEXT = 2147775584
 37423  pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS = 16
 37424  pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL = 2
 37425  pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS = 4
 37426  pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF = 8
 37427  pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR = 1
 37428  pkg syscall (netbsd-amd64), const TIOCFLUSH = 2147775504
 37429  pkg syscall (netbsd-amd64), const TIOCGETA = 1076655123
 37430  pkg syscall (netbsd-amd64), const TIOCGETD = 1074033690
 37431  pkg syscall (netbsd-amd64), const TIOCGFLAGS = 1074033757
 37432  pkg syscall (netbsd-amd64), const TIOCGLINED = 1075868738
 37433  pkg syscall (netbsd-amd64), const TIOCGPGRP = 1074033783
 37434  pkg syscall (netbsd-amd64), const TIOCGQSIZE = 1074033793
 37435  pkg syscall (netbsd-amd64), const TIOCGRANTPT = 536900679
 37436  pkg syscall (netbsd-amd64), const TIOCGSID = 1074033763
 37437  pkg syscall (netbsd-amd64), const TIOCGSIZE = 1074295912
 37438  pkg syscall (netbsd-amd64), const TIOCGWINSZ = 1074295912
 37439  pkg syscall (netbsd-amd64), const TIOCMBIC = 2147775595
 37440  pkg syscall (netbsd-amd64), const TIOCMBIS = 2147775596
 37441  pkg syscall (netbsd-amd64), const TIOCMGET = 1074033770
 37442  pkg syscall (netbsd-amd64), const TIOCMSET = 2147775597
 37443  pkg syscall (netbsd-amd64), const TIOCM_CAR = 64
 37444  pkg syscall (netbsd-amd64), const TIOCM_CD = 64
 37445  pkg syscall (netbsd-amd64), const TIOCM_CTS = 32
 37446  pkg syscall (netbsd-amd64), const TIOCM_DSR = 256
 37447  pkg syscall (netbsd-amd64), const TIOCM_DTR = 2
 37448  pkg syscall (netbsd-amd64), const TIOCM_LE = 1
 37449  pkg syscall (netbsd-amd64), const TIOCM_RI = 128
 37450  pkg syscall (netbsd-amd64), const TIOCM_RNG = 128
 37451  pkg syscall (netbsd-amd64), const TIOCM_RTS = 4
 37452  pkg syscall (netbsd-amd64), const TIOCM_SR = 16
 37453  pkg syscall (netbsd-amd64), const TIOCM_ST = 8
 37454  pkg syscall (netbsd-amd64), const TIOCNOTTY = 536900721
 37455  pkg syscall (netbsd-amd64), const TIOCNXCL = 536900622
 37456  pkg syscall (netbsd-amd64), const TIOCOUTQ = 1074033779
 37457  pkg syscall (netbsd-amd64), const TIOCPKT = 2147775600
 37458  pkg syscall (netbsd-amd64), const TIOCPKT_DATA = 0
 37459  pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP = 32
 37460  pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD = 1
 37461  pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
 37462  pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL = 64
 37463  pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP = 16
 37464  pkg syscall (netbsd-amd64), const TIOCPKT_START = 8
 37465  pkg syscall (netbsd-amd64), const TIOCPKT_STOP = 4
 37466  pkg syscall (netbsd-amd64), const TIOCPTMGET = 1076393030
 37467  pkg syscall (netbsd-amd64), const TIOCPTSNAME = 1076393032
 37468  pkg syscall (netbsd-amd64), const TIOCRCVFRAME = 2148037701
 37469  pkg syscall (netbsd-amd64), const TIOCREMOTE = 2147775593
 37470  pkg syscall (netbsd-amd64), const TIOCSBRK = 536900731
 37471  pkg syscall (netbsd-amd64), const TIOCSCTTY = 536900705
 37472  pkg syscall (netbsd-amd64), const TIOCSDTR = 536900729
 37473  pkg syscall (netbsd-amd64), const TIOCSETA = 2150396948
 37474  pkg syscall (netbsd-amd64), const TIOCSETAF = 2150396950
 37475  pkg syscall (netbsd-amd64), const TIOCSETAW = 2150396949
 37476  pkg syscall (netbsd-amd64), const TIOCSETD = 2147775515
 37477  pkg syscall (netbsd-amd64), const TIOCSFLAGS = 2147775580
 37478  pkg syscall (netbsd-amd64), const TIOCSIG = 536900703
 37479  pkg syscall (netbsd-amd64), const TIOCSLINED = 2149610563
 37480  pkg syscall (netbsd-amd64), const TIOCSPGRP = 2147775606
 37481  pkg syscall (netbsd-amd64), const TIOCSQSIZE = 2147775616
 37482  pkg syscall (netbsd-amd64), const TIOCSSIZE = 2148037735
 37483  pkg syscall (netbsd-amd64), const TIOCSTART = 536900718
 37484  pkg syscall (netbsd-amd64), const TIOCSTAT = 2147775589
 37485  pkg syscall (netbsd-amd64), const TIOCSTI = 2147578994
 37486  pkg syscall (netbsd-amd64), const TIOCSTOP = 536900719
 37487  pkg syscall (netbsd-amd64), const TIOCSWINSZ = 2148037735
 37488  pkg syscall (netbsd-amd64), const TIOCUCNTL = 2147775590
 37489  pkg syscall (netbsd-amd64), const TIOCXMTFRAME = 2148037700
 37490  pkg syscall (netbsd-amd64), const TOSTOP = 4194304
 37491  pkg syscall (netbsd-amd64), const VDISCARD = 15
 37492  pkg syscall (netbsd-amd64), const VDSUSP = 11
 37493  pkg syscall (netbsd-amd64), const VEOF = 0
 37494  pkg syscall (netbsd-amd64), const VEOL = 1
 37495  pkg syscall (netbsd-amd64), const VEOL2 = 2
 37496  pkg syscall (netbsd-amd64), const VERASE = 3
 37497  pkg syscall (netbsd-amd64), const VINTR = 8
 37498  pkg syscall (netbsd-amd64), const VKILL = 5
 37499  pkg syscall (netbsd-amd64), const VLNEXT = 14
 37500  pkg syscall (netbsd-amd64), const VMIN = 16
 37501  pkg syscall (netbsd-amd64), const VQUIT = 9
 37502  pkg syscall (netbsd-amd64), const VREPRINT = 6
 37503  pkg syscall (netbsd-amd64), const VSTART = 12
 37504  pkg syscall (netbsd-amd64), const VSTATUS = 18
 37505  pkg syscall (netbsd-amd64), const VSTOP = 13
 37506  pkg syscall (netbsd-amd64), const VSUSP = 10
 37507  pkg syscall (netbsd-amd64), const VTIME = 17
 37508  pkg syscall (netbsd-amd64), const VWERASE = 4
 37509  pkg syscall (netbsd-amd64), const WALL = 8
 37510  pkg syscall (netbsd-amd64), const WALLSIG = 8
 37511  pkg syscall (netbsd-amd64), const WALTSIG = 4
 37512  pkg syscall (netbsd-amd64), const WCLONE = 4
 37513  pkg syscall (netbsd-amd64), const WCOREFLAG = 128
 37514  pkg syscall (netbsd-amd64), const WNOHANG = 1
 37515  pkg syscall (netbsd-amd64), const WNOWAIT = 65536
 37516  pkg syscall (netbsd-amd64), const WNOZOMBIE = 131072
 37517  pkg syscall (netbsd-amd64), const WOPTSCHECKED = 262144
 37518  pkg syscall (netbsd-amd64), const WSTOPPED = 127
 37519  pkg syscall (netbsd-amd64), const WUNTRACED = 2
 37520  pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK = 16
 37521  pkg syscall (netbsd-amd64-cgo), const AF_ARP = 28
 37522  pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH = 31
 37523  pkg syscall (netbsd-amd64-cgo), const AF_CCITT = 10
 37524  pkg syscall (netbsd-amd64-cgo), const AF_CHAOS = 5
 37525  pkg syscall (netbsd-amd64-cgo), const AF_CNT = 21
 37526  pkg syscall (netbsd-amd64-cgo), const AF_COIP = 20
 37527  pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT = 9
 37528  pkg syscall (netbsd-amd64-cgo), const AF_DECnet = 12
 37529  pkg syscall (netbsd-amd64-cgo), const AF_DLI = 13
 37530  pkg syscall (netbsd-amd64-cgo), const AF_E164 = 26
 37531  pkg syscall (netbsd-amd64-cgo), const AF_ECMA = 8
 37532  pkg syscall (netbsd-amd64-cgo), const AF_HYLINK = 15
 37533  pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 = 32
 37534  pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK = 3
 37535  pkg syscall (netbsd-amd64-cgo), const AF_INET6 = 24
 37536  pkg syscall (netbsd-amd64-cgo), const AF_IPX = 23
 37537  pkg syscall (netbsd-amd64-cgo), const AF_ISDN = 26
 37538  pkg syscall (netbsd-amd64-cgo), const AF_ISO = 7
 37539  pkg syscall (netbsd-amd64-cgo), const AF_LAT = 14
 37540  pkg syscall (netbsd-amd64-cgo), const AF_LINK = 18
 37541  pkg syscall (netbsd-amd64-cgo), const AF_LOCAL = 1
 37542  pkg syscall (netbsd-amd64-cgo), const AF_MAX = 35
 37543  pkg syscall (netbsd-amd64-cgo), const AF_MPLS = 33
 37544  pkg syscall (netbsd-amd64-cgo), const AF_NATM = 27
 37545  pkg syscall (netbsd-amd64-cgo), const AF_NS = 6
 37546  pkg syscall (netbsd-amd64-cgo), const AF_OROUTE = 17
 37547  pkg syscall (netbsd-amd64-cgo), const AF_OSI = 7
 37548  pkg syscall (netbsd-amd64-cgo), const AF_PUP = 4
 37549  pkg syscall (netbsd-amd64-cgo), const AF_ROUTE = 34
 37550  pkg syscall (netbsd-amd64-cgo), const AF_SNA = 11
 37551  pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET = 7
 37552  pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER = 1
 37553  pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY = 15
 37554  pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
 37555  pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
 37556  pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP = 23
 37557  pkg syscall (netbsd-amd64-cgo), const B0 = 0
 37558  pkg syscall (netbsd-amd64-cgo), const B110 = 110
 37559  pkg syscall (netbsd-amd64-cgo), const B115200 = 115200
 37560  pkg syscall (netbsd-amd64-cgo), const B1200 = 1200
 37561  pkg syscall (netbsd-amd64-cgo), const B134 = 134
 37562  pkg syscall (netbsd-amd64-cgo), const B14400 = 14400
 37563  pkg syscall (netbsd-amd64-cgo), const B150 = 150
 37564  pkg syscall (netbsd-amd64-cgo), const B1800 = 1800
 37565  pkg syscall (netbsd-amd64-cgo), const B19200 = 19200
 37566  pkg syscall (netbsd-amd64-cgo), const B200 = 200
 37567  pkg syscall (netbsd-amd64-cgo), const B230400 = 230400
 37568  pkg syscall (netbsd-amd64-cgo), const B2400 = 2400
 37569  pkg syscall (netbsd-amd64-cgo), const B28800 = 28800
 37570  pkg syscall (netbsd-amd64-cgo), const B300 = 300
 37571  pkg syscall (netbsd-amd64-cgo), const B38400 = 38400
 37572  pkg syscall (netbsd-amd64-cgo), const B460800 = 460800
 37573  pkg syscall (netbsd-amd64-cgo), const B4800 = 4800
 37574  pkg syscall (netbsd-amd64-cgo), const B50 = 50
 37575  pkg syscall (netbsd-amd64-cgo), const B57600 = 57600
 37576  pkg syscall (netbsd-amd64-cgo), const B600 = 600
 37577  pkg syscall (netbsd-amd64-cgo), const B7200 = 7200
 37578  pkg syscall (netbsd-amd64-cgo), const B75 = 75
 37579  pkg syscall (netbsd-amd64-cgo), const B76800 = 76800
 37580  pkg syscall (netbsd-amd64-cgo), const B921600 = 921600
 37581  pkg syscall (netbsd-amd64-cgo), const B9600 = 9600
 37582  pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK = 2147762813
 37583  pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH = 536887912
 37584  pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN = 1074020966
 37585  pkg syscall (netbsd-amd64-cgo), const BIOCGDLT = 1074020970
 37586  pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST = 3222291063
 37587  pkg syscall (netbsd-amd64-cgo), const BIOCGETIF = 1083196011
 37588  pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK = 1074020988
 37589  pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
 37590  pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807419
 37591  pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT = 1074020984
 37592  pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS = 1082147439
 37593  pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD = 1074283119
 37594  pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
 37595  pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC = 536887913
 37596  pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN = 3221504614
 37597  pkg syscall (netbsd-amd64-cgo), const BIOCSDLT = 2147762806
 37598  pkg syscall (netbsd-amd64-cgo), const BIOCSETF = 2148549223
 37599  pkg syscall (netbsd-amd64-cgo), const BIOCSETIF = 2156937836
 37600  pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK = 2147762813
 37601  pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
 37602  pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549242
 37603  pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT = 2147762809
 37604  pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF = 2148549234
 37605  pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF = 2148549235
 37606  pkg syscall (netbsd-amd64-cgo), const BIOCVERSION = 1074020977
 37607  pkg syscall (netbsd-amd64-cgo), const BPF_A = 16
 37608  pkg syscall (netbsd-amd64-cgo), const BPF_ABS = 32
 37609  pkg syscall (netbsd-amd64-cgo), const BPF_ADD = 0
 37610  pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT = 8
 37611  pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 = 4
 37612  pkg syscall (netbsd-amd64-cgo), const BPF_ALU = 4
 37613  pkg syscall (netbsd-amd64-cgo), const BPF_AND = 80
 37614  pkg syscall (netbsd-amd64-cgo), const BPF_B = 16
 37615  pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE = 1048576
 37616  pkg syscall (netbsd-amd64-cgo), const BPF_DIV = 48
 37617  pkg syscall (netbsd-amd64-cgo), const BPF_H = 8
 37618  pkg syscall (netbsd-amd64-cgo), const BPF_IMM = 0
 37619  pkg syscall (netbsd-amd64-cgo), const BPF_IND = 64
 37620  pkg syscall (netbsd-amd64-cgo), const BPF_JA = 0
 37621  pkg syscall (netbsd-amd64-cgo), const BPF_JEQ = 16
 37622  pkg syscall (netbsd-amd64-cgo), const BPF_JGE = 48
 37623  pkg syscall (netbsd-amd64-cgo), const BPF_JGT = 32
 37624  pkg syscall (netbsd-amd64-cgo), const BPF_JMP = 5
 37625  pkg syscall (netbsd-amd64-cgo), const BPF_JSET = 64
 37626  pkg syscall (netbsd-amd64-cgo), const BPF_K = 0
 37627  pkg syscall (netbsd-amd64-cgo), const BPF_LD = 0
 37628  pkg syscall (netbsd-amd64-cgo), const BPF_LDX = 1
 37629  pkg syscall (netbsd-amd64-cgo), const BPF_LEN = 128
 37630  pkg syscall (netbsd-amd64-cgo), const BPF_LSH = 96
 37631  pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
 37632  pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE = 16777216
 37633  pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS = 512
 37634  pkg syscall (netbsd-amd64-cgo), const BPF_MEM = 96
 37635  pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS = 16
 37636  pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
 37637  pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
 37638  pkg syscall (netbsd-amd64-cgo), const BPF_MISC = 7
 37639  pkg syscall (netbsd-amd64-cgo), const BPF_MSH = 160
 37640  pkg syscall (netbsd-amd64-cgo), const BPF_MUL = 32
 37641  pkg syscall (netbsd-amd64-cgo), const BPF_NEG = 128
 37642  pkg syscall (netbsd-amd64-cgo), const BPF_OR = 64
 37643  pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE = 199606
 37644  pkg syscall (netbsd-amd64-cgo), const BPF_RET = 6
 37645  pkg syscall (netbsd-amd64-cgo), const BPF_RSH = 112
 37646  pkg syscall (netbsd-amd64-cgo), const BPF_ST = 2
 37647  pkg syscall (netbsd-amd64-cgo), const BPF_STX = 3
 37648  pkg syscall (netbsd-amd64-cgo), const BPF_SUB = 16
 37649  pkg syscall (netbsd-amd64-cgo), const BPF_TAX = 0
 37650  pkg syscall (netbsd-amd64-cgo), const BPF_TXA = 128
 37651  pkg syscall (netbsd-amd64-cgo), const BPF_W = 0
 37652  pkg syscall (netbsd-amd64-cgo), const BPF_X = 8
 37653  pkg syscall (netbsd-amd64-cgo), const BRKINT = 2
 37654  pkg syscall (netbsd-amd64-cgo), const CFLUSH = 15
 37655  pkg syscall (netbsd-amd64-cgo), const CLOCAL = 32768
 37656  pkg syscall (netbsd-amd64-cgo), const CREAD = 2048
 37657  pkg syscall (netbsd-amd64-cgo), const CS5 = 0
 37658  pkg syscall (netbsd-amd64-cgo), const CS6 = 256
 37659  pkg syscall (netbsd-amd64-cgo), const CS7 = 512
 37660  pkg syscall (netbsd-amd64-cgo), const CS8 = 768
 37661  pkg syscall (netbsd-amd64-cgo), const CSIZE = 768
 37662  pkg syscall (netbsd-amd64-cgo), const CSTART = 17
 37663  pkg syscall (netbsd-amd64-cgo), const CSTATUS = 20
 37664  pkg syscall (netbsd-amd64-cgo), const CSTOP = 19
 37665  pkg syscall (netbsd-amd64-cgo), const CSTOPB = 1024
 37666  pkg syscall (netbsd-amd64-cgo), const CSUSP = 26
 37667  pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME = 12
 37668  pkg syscall (netbsd-amd64-cgo), const CTL_NET = 4
 37669  pkg syscall (netbsd-amd64-cgo), const CTL_QUERY = -2
 37670  pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH = 536896632
 37671  pkg syscall (netbsd-amd64-cgo), const DLT_A429 = 184
 37672  pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM = 185
 37673  pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
 37674  pkg syscall (netbsd-amd64-cgo), const DLT_AOS = 222
 37675  pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 37676  pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET = 7
 37677  pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
 37678  pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP = 19
 37679  pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
 37680  pkg syscall (netbsd-amd64-cgo), const DLT_AURORA = 126
 37681  pkg syscall (netbsd-amd64-cgo), const DLT_AX25 = 3
 37682  pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS = 202
 37683  pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
 37684  pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
 37685  pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 37686  pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B = 190
 37687  pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
 37688  pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS = 5
 37689  pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS = 118
 37690  pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC = 104
 37691  pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
 37692  pkg syscall (netbsd-amd64-cgo), const DLT_DECT = 221
 37693  pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS = 143
 37694  pkg syscall (netbsd-amd64-cgo), const DLT_ECONET = 115
 37695  pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB = 1
 37696  pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB = 2
 37697  pkg syscall (netbsd-amd64-cgo), const DLT_ENC = 109
 37698  pkg syscall (netbsd-amd64-cgo), const DLT_ERF = 197
 37699  pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH = 175
 37700  pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS = 176
 37701  pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 = 224
 37702  pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 37703  pkg syscall (netbsd-amd64-cgo), const DLT_FDDI = 10
 37704  pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY = 210
 37705  pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY = 107
 37706  pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
 37707  pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
 37708  pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
 37709  pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F = 171
 37710  pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T = 170
 37711  pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC = 169
 37712  pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
 37713  pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM = 217
 37714  pkg syscall (netbsd-amd64-cgo), const DLT_HDLC = 16
 37715  pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC = 121
 37716  pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI = 15
 37717  pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN = 146
 37718  pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP = 145
 37719  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 = 6
 37720  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 = 105
 37721  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
 37722  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
 37723  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
 37724  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
 37725  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
 37726  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
 37727  pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 37728  pkg syscall (netbsd-amd64-cgo), const DLT_IPMB = 199
 37729  pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX = 209
 37730  pkg syscall (netbsd-amd64-cgo), const DLT_IPNET = 226
 37731  pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 = 228
 37732  pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 = 229
 37733  pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC = 122
 37734  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
 37735  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
 37736  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
 37737  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES = 132
 37738  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
 37739  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
 37740  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
 37741  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
 37742  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
 37743  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
 37744  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
 37745  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
 37746  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
 37747  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
 37748  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
 37749  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
 37750  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
 37751  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST = 200
 37752  pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP = 183
 37753  pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
 37754  pkg syscall (netbsd-amd64-cgo), const DLT_LAPD = 203
 37755  pkg syscall (netbsd-amd64-cgo), const DLT_LIN = 212
 37756  pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
 37757  pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA = 144
 37758  pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD = 177
 37759  pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL = 113
 37760  pkg syscall (netbsd-amd64-cgo), const DLT_LOOP = 108
 37761  pkg syscall (netbsd-amd64-cgo), const DLT_LTALK = 114
 37762  pkg syscall (netbsd-amd64-cgo), const DLT_MFR = 182
 37763  pkg syscall (netbsd-amd64-cgo), const DLT_MOST = 211
 37764  pkg syscall (netbsd-amd64-cgo), const DLT_MPLS = 219
 37765  pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 = 140
 37766  pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
 37767  pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 = 141
 37768  pkg syscall (netbsd-amd64-cgo), const DLT_NULL = 0
 37769  pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP = 125
 37770  pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG = 117
 37771  pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC = 18
 37772  pkg syscall (netbsd-amd64-cgo), const DLT_PPI = 192
 37773  pkg syscall (netbsd-amd64-cgo), const DLT_PPP = 9
 37774  pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS = 14
 37775  pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER = 51
 37776  pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD = 166
 37777  pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
 37778  pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
 37779  pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER = 119
 37780  pkg syscall (netbsd-amd64-cgo), const DLT_PRONET = 4
 37781  pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 = 198
 37782  pkg syscall (netbsd-amd64-cgo), const DLT_RAW = 12
 37783  pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK = 35913728
 37784  pkg syscall (netbsd-amd64-cgo), const DLT_RIO = 124
 37785  pkg syscall (netbsd-amd64-cgo), const DLT_SCCP = 142
 37786  pkg syscall (netbsd-amd64-cgo), const DLT_SITA = 196
 37787  pkg syscall (netbsd-amd64-cgo), const DLT_SLIP = 8
 37788  pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS = 13
 37789  pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM = 123
 37790  pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
 37791  pkg syscall (netbsd-amd64-cgo), const DLT_TZSP = 128
 37792  pkg syscall (netbsd-amd64-cgo), const DLT_USB = 186
 37793  pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX = 189
 37794  pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
 37795  pkg syscall (netbsd-amd64-cgo), const DLT_WIHART = 223
 37796  pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL = 213
 37797  pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA = 214
 37798  pkg syscall (netbsd-amd64-cgo), const DT_BLK = 6
 37799  pkg syscall (netbsd-amd64-cgo), const DT_CHR = 2
 37800  pkg syscall (netbsd-amd64-cgo), const DT_DIR = 4
 37801  pkg syscall (netbsd-amd64-cgo), const DT_FIFO = 1
 37802  pkg syscall (netbsd-amd64-cgo), const DT_LNK = 10
 37803  pkg syscall (netbsd-amd64-cgo), const DT_REG = 8
 37804  pkg syscall (netbsd-amd64-cgo), const DT_SOCK = 12
 37805  pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN = 0
 37806  pkg syscall (netbsd-amd64-cgo), const DT_WHT = 14
 37807  pkg syscall (netbsd-amd64-cgo), const E2BIG = 7
 37808  pkg syscall (netbsd-amd64-cgo), const EACCES = 13
 37809  pkg syscall (netbsd-amd64-cgo), const EADDRINUSE = 48
 37810  pkg syscall (netbsd-amd64-cgo), const EADDRNOTAVAIL = 49
 37811  pkg syscall (netbsd-amd64-cgo), const EAFNOSUPPORT = 47
 37812  pkg syscall (netbsd-amd64-cgo), const EAGAIN = 35
 37813  pkg syscall (netbsd-amd64-cgo), const EALREADY = 37
 37814  pkg syscall (netbsd-amd64-cgo), const EAUTH = 80
 37815  pkg syscall (netbsd-amd64-cgo), const EBADF = 9
 37816  pkg syscall (netbsd-amd64-cgo), const EBADMSG = 88
 37817  pkg syscall (netbsd-amd64-cgo), const EBADRPC = 72
 37818  pkg syscall (netbsd-amd64-cgo), const EBUSY = 16
 37819  pkg syscall (netbsd-amd64-cgo), const ECANCELED = 87
 37820  pkg syscall (netbsd-amd64-cgo), const ECHILD = 10
 37821  pkg syscall (netbsd-amd64-cgo), const ECHO = 8
 37822  pkg syscall (netbsd-amd64-cgo), const ECHOCTL = 64
 37823  pkg syscall (netbsd-amd64-cgo), const ECHOE = 2
 37824  pkg syscall (netbsd-amd64-cgo), const ECHOK = 4
 37825  pkg syscall (netbsd-amd64-cgo), const ECHOKE = 1
 37826  pkg syscall (netbsd-amd64-cgo), const ECHONL = 16
 37827  pkg syscall (netbsd-amd64-cgo), const ECHOPRT = 32
 37828  pkg syscall (netbsd-amd64-cgo), const ECONNABORTED = 53
 37829  pkg syscall (netbsd-amd64-cgo), const ECONNREFUSED = 61
 37830  pkg syscall (netbsd-amd64-cgo), const ECONNRESET = 54
 37831  pkg syscall (netbsd-amd64-cgo), const EDEADLK = 11
 37832  pkg syscall (netbsd-amd64-cgo), const EDESTADDRREQ = 39
 37833  pkg syscall (netbsd-amd64-cgo), const EDOM = 33
 37834  pkg syscall (netbsd-amd64-cgo), const EDQUOT = 69
 37835  pkg syscall (netbsd-amd64-cgo), const EEXIST = 17
 37836  pkg syscall (netbsd-amd64-cgo), const EFAULT = 14
 37837  pkg syscall (netbsd-amd64-cgo), const EFBIG = 27
 37838  pkg syscall (netbsd-amd64-cgo), const EFTYPE = 79
 37839  pkg syscall (netbsd-amd64-cgo), const EHOSTDOWN = 64
 37840  pkg syscall (netbsd-amd64-cgo), const EHOSTUNREACH = 65
 37841  pkg syscall (netbsd-amd64-cgo), const EIDRM = 82
 37842  pkg syscall (netbsd-amd64-cgo), const EILSEQ = 85
 37843  pkg syscall (netbsd-amd64-cgo), const EINPROGRESS = 36
 37844  pkg syscall (netbsd-amd64-cgo), const EINTR = 4
 37845  pkg syscall (netbsd-amd64-cgo), const EINVAL = 22
 37846  pkg syscall (netbsd-amd64-cgo), const EIO = 5
 37847  pkg syscall (netbsd-amd64-cgo), const EISCONN = 56
 37848  pkg syscall (netbsd-amd64-cgo), const EISDIR = 21
 37849  pkg syscall (netbsd-amd64-cgo), const ELAST = 96
 37850  pkg syscall (netbsd-amd64-cgo), const ELOOP = 62
 37851  pkg syscall (netbsd-amd64-cgo), const EMFILE = 24
 37852  pkg syscall (netbsd-amd64-cgo), const EMLINK = 31
 37853  pkg syscall (netbsd-amd64-cgo), const EMSGSIZE = 40
 37854  pkg syscall (netbsd-amd64-cgo), const EMULTIHOP = 94
 37855  pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX = 1
 37856  pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 = 5
 37857  pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID = 6
 37858  pkg syscall (netbsd-amd64-cgo), const ENAMETOOLONG = 63
 37859  pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH = 81
 37860  pkg syscall (netbsd-amd64-cgo), const ENETDOWN = 50
 37861  pkg syscall (netbsd-amd64-cgo), const ENETRESET = 52
 37862  pkg syscall (netbsd-amd64-cgo), const ENETUNREACH = 51
 37863  pkg syscall (netbsd-amd64-cgo), const ENFILE = 23
 37864  pkg syscall (netbsd-amd64-cgo), const ENOATTR = 93
 37865  pkg syscall (netbsd-amd64-cgo), const ENOBUFS = 55
 37866  pkg syscall (netbsd-amd64-cgo), const ENODATA = 89
 37867  pkg syscall (netbsd-amd64-cgo), const ENODEV = 19
 37868  pkg syscall (netbsd-amd64-cgo), const ENOEXEC = 8
 37869  pkg syscall (netbsd-amd64-cgo), const ENOLCK = 77
 37870  pkg syscall (netbsd-amd64-cgo), const ENOLINK = 95
 37871  pkg syscall (netbsd-amd64-cgo), const ENOMEM = 12
 37872  pkg syscall (netbsd-amd64-cgo), const ENOMSG = 83
 37873  pkg syscall (netbsd-amd64-cgo), const ENOPROTOOPT = 42
 37874  pkg syscall (netbsd-amd64-cgo), const ENOSPC = 28
 37875  pkg syscall (netbsd-amd64-cgo), const ENOSR = 90
 37876  pkg syscall (netbsd-amd64-cgo), const ENOSTR = 91
 37877  pkg syscall (netbsd-amd64-cgo), const ENOSYS = 78
 37878  pkg syscall (netbsd-amd64-cgo), const ENOTBLK = 15
 37879  pkg syscall (netbsd-amd64-cgo), const ENOTCONN = 57
 37880  pkg syscall (netbsd-amd64-cgo), const ENOTDIR = 20
 37881  pkg syscall (netbsd-amd64-cgo), const ENOTEMPTY = 66
 37882  pkg syscall (netbsd-amd64-cgo), const ENOTSOCK = 38
 37883  pkg syscall (netbsd-amd64-cgo), const ENOTSUP = 86
 37884  pkg syscall (netbsd-amd64-cgo), const ENOTTY = 25
 37885  pkg syscall (netbsd-amd64-cgo), const ENXIO = 6
 37886  pkg syscall (netbsd-amd64-cgo), const EOPNOTSUPP = 45
 37887  pkg syscall (netbsd-amd64-cgo), const EOVERFLOW = 84
 37888  pkg syscall (netbsd-amd64-cgo), const EPERM = 1
 37889  pkg syscall (netbsd-amd64-cgo), const EPFNOSUPPORT = 46
 37890  pkg syscall (netbsd-amd64-cgo), const EPIPE = 32
 37891  pkg syscall (netbsd-amd64-cgo), const EPROCLIM = 67
 37892  pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL = 76
 37893  pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH = 75
 37894  pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL = 74
 37895  pkg syscall (netbsd-amd64-cgo), const EPROTO = 96
 37896  pkg syscall (netbsd-amd64-cgo), const EPROTONOSUPPORT = 43
 37897  pkg syscall (netbsd-amd64-cgo), const EPROTOTYPE = 41
 37898  pkg syscall (netbsd-amd64-cgo), const ERANGE = 34
 37899  pkg syscall (netbsd-amd64-cgo), const EREMOTE = 71
 37900  pkg syscall (netbsd-amd64-cgo), const EROFS = 30
 37901  pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH = 73
 37902  pkg syscall (netbsd-amd64-cgo), const ESHUTDOWN = 58
 37903  pkg syscall (netbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
 37904  pkg syscall (netbsd-amd64-cgo), const ESPIPE = 29
 37905  pkg syscall (netbsd-amd64-cgo), const ESRCH = 3
 37906  pkg syscall (netbsd-amd64-cgo), const ESTALE = 70
 37907  pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU = 4
 37908  pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
 37909  pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU = 1
 37910  pkg syscall (netbsd-amd64-cgo), const ETHERMIN = 46
 37911  pkg syscall (netbsd-amd64-cgo), const ETHERMTU = 1500
 37912  pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO = 9000
 37913  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 = 4
 37914  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
 37915  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
 37916  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
 37917  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
 37918  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
 37919  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
 37920  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
 37921  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
 37922  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
 37923  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
 37924  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
 37925  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
 37926  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT = 32923
 37927  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
 37928  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
 37929  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
 37930  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
 37931  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
 37932  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
 37933  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
 37934  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
 37935  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
 37936  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
 37937  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
 37938  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
 37939  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
 37940  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
 37941  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
 37942  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
 37943  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
 37944  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
 37945  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
 37946  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
 37947  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
 37948  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
 37949  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
 37950  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
 37951  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
 37952  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
 37953  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
 37954  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
 37955  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
 37956  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
 37957  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
 37958  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
 37959  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN = 24579
 37960  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
 37961  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
 37962  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
 37963  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
 37964  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES = 32861
 37965  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
 37966  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
 37967  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
 37968  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
 37969  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
 37970  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
 37971  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
 37972  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
 37973  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
 37974  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP = 32773
 37975  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
 37976  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
 37977  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
 37978  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
 37979  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP = 2048
 37980  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
 37981  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
 37982  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
 37983  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
 37984  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
 37985  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
 37986  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
 37987  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
 37988  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
 37989  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
 37990  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
 37991  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
 37992  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
 37993  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
 37994  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
 37995  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
 37996  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
 37997  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
 37998  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
 37999  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
 38000  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
 38001  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
 38002  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
 38003  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
 38004  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
 38005  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
 38006  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
 38007  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
 38008  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
 38009  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
 38010  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
 38011  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
 38012  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
 38013  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
 38014  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
 38015  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
 38016  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
 38017  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
 38018  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
 38019  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
 38020  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
 38021  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS = 1536
 38022  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
 38023  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
 38024  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
 38025  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
 38026  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
 38027  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
 38028  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
 38029  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
 38030  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
 38031  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
 38032  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
 38033  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
 38034  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
 38035  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP = 512
 38036  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
 38037  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
 38038  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
 38039  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
 38040  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
 38041  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
 38042  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
 38043  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
 38044  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
 38045  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
 38046  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
 38047  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
 38048  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
 38049  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
 38050  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
 38051  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
 38052  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
 38053  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
 38054  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
 38055  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
 38056  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
 38057  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
 38058  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
 38059  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP = 33153
 38060  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
 38061  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
 38062  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
 38063  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
 38064  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
 38065  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
 38066  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
 38067  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
 38068  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
 38069  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
 38070  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
 38071  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
 38072  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
 38073  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
 38074  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
 38075  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
 38076  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
 38077  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
 38078  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
 38079  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
 38080  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
 38081  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
 38082  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
 38083  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
 38084  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
 38085  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
 38086  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
 38087  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
 38088  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
 38089  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
 38090  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
 38091  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
 38092  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
 38093  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
 38094  pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
 38095  pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
 38096  pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN = 4
 38097  pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
 38098  pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
 38099  pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN = 14
 38100  pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
 38101  pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO = 9018
 38102  pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN = 64
 38103  pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
 38104  pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
 38105  pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
 38106  pkg syscall (netbsd-amd64-cgo), const ETIME = 92
 38107  pkg syscall (netbsd-amd64-cgo), const ETIMEDOUT = 60
 38108  pkg syscall (netbsd-amd64-cgo), const ETOOMANYREFS = 59
 38109  pkg syscall (netbsd-amd64-cgo), const ETXTBSY = 26
 38110  pkg syscall (netbsd-amd64-cgo), const EUSERS = 68
 38111  pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO = 2
 38112  pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC = 4
 38113  pkg syscall (netbsd-amd64-cgo), const EVFILT_READ = 0
 38114  pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL = 5
 38115  pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
 38116  pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER = 6
 38117  pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE = 3
 38118  pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE = 1
 38119  pkg syscall (netbsd-amd64-cgo), const EV_ADD = 1
 38120  pkg syscall (netbsd-amd64-cgo), const EV_CLEAR = 32
 38121  pkg syscall (netbsd-amd64-cgo), const EV_DELETE = 2
 38122  pkg syscall (netbsd-amd64-cgo), const EV_DISABLE = 8
 38123  pkg syscall (netbsd-amd64-cgo), const EV_ENABLE = 4
 38124  pkg syscall (netbsd-amd64-cgo), const EV_EOF = 32768
 38125  pkg syscall (netbsd-amd64-cgo), const EV_ERROR = 16384
 38126  pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 = 8192
 38127  pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT = 16
 38128  pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS = 61440
 38129  pkg syscall (netbsd-amd64-cgo), const EWOULDBLOCK = 35
 38130  pkg syscall (netbsd-amd64-cgo), const EXDEV = 18
 38131  pkg syscall (netbsd-amd64-cgo), const EXTA = 19200
 38132  pkg syscall (netbsd-amd64-cgo), const EXTB = 38400
 38133  pkg syscall (netbsd-amd64-cgo), const EXTPROC = 2048
 38134  pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC = 1
 38135  pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE = 256
 38136  pkg syscall (netbsd-amd64-cgo), const FLUSHO = 8388608
 38137  pkg syscall (netbsd-amd64-cgo), const F_CLOSEM = 10
 38138  pkg syscall (netbsd-amd64-cgo), const F_DUPFD = 0
 38139  pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 12
 38140  pkg syscall (netbsd-amd64-cgo), const F_FSCTL = -2147483648
 38141  pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK = 1879048192
 38142  pkg syscall (netbsd-amd64-cgo), const F_FSIN = 268435456
 38143  pkg syscall (netbsd-amd64-cgo), const F_FSINOUT = 805306368
 38144  pkg syscall (netbsd-amd64-cgo), const F_FSOUT = 536870912
 38145  pkg syscall (netbsd-amd64-cgo), const F_FSPRIV = 32768
 38146  pkg syscall (netbsd-amd64-cgo), const F_FSVOID = 1073741824
 38147  pkg syscall (netbsd-amd64-cgo), const F_GETFD = 1
 38148  pkg syscall (netbsd-amd64-cgo), const F_GETFL = 3
 38149  pkg syscall (netbsd-amd64-cgo), const F_GETLK = 7
 38150  pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE = 13
 38151  pkg syscall (netbsd-amd64-cgo), const F_GETOWN = 5
 38152  pkg syscall (netbsd-amd64-cgo), const F_MAXFD = 11
 38153  pkg syscall (netbsd-amd64-cgo), const F_OK = 0
 38154  pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK = 4095
 38155  pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX = 4095
 38156  pkg syscall (netbsd-amd64-cgo), const F_RDLCK = 1
 38157  pkg syscall (netbsd-amd64-cgo), const F_SETFD = 2
 38158  pkg syscall (netbsd-amd64-cgo), const F_SETFL = 4
 38159  pkg syscall (netbsd-amd64-cgo), const F_SETLK = 8
 38160  pkg syscall (netbsd-amd64-cgo), const F_SETLKW = 9
 38161  pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE = 14
 38162  pkg syscall (netbsd-amd64-cgo), const F_SETOWN = 6
 38163  pkg syscall (netbsd-amd64-cgo), const F_UNLCK = 2
 38164  pkg syscall (netbsd-amd64-cgo), const F_WRLCK = 3
 38165  pkg syscall (netbsd-amd64-cgo), const HUPCL = 16384
 38166  pkg syscall (netbsd-amd64-cgo), const ICANON = 256
 38167  pkg syscall (netbsd-amd64-cgo), const ICRNL = 256
 38168  pkg syscall (netbsd-amd64-cgo), const IEXTEN = 1024
 38169  pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL = 0
 38170  pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE = 1
 38171  pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE = 1
 38172  pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI = 512
 38173  pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE = 36690
 38174  pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG = 4
 38175  pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 = 4096
 38176  pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 = 8192
 38177  pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 = 16384
 38178  pkg syscall (netbsd-amd64-cgo), const IFF_LOOPBACK = 8
 38179  pkg syscall (netbsd-amd64-cgo), const IFF_MULTICAST = 32768
 38180  pkg syscall (netbsd-amd64-cgo), const IFF_NOARP = 128
 38181  pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS = 32
 38182  pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE = 1024
 38183  pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT = 16
 38184  pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC = 256
 38185  pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING = 64
 38186  pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX = 2048
 38187  pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ = 16
 38188  pkg syscall (netbsd-amd64-cgo), const IFT_1822 = 2
 38189  pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
 38190  pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 = 187
 38191  pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 = 49
 38192  pkg syscall (netbsd-amd64-cgo), const IFT_ADSL = 94
 38193  pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 = 59
 38194  pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 = 60
 38195  pkg syscall (netbsd-amd64-cgo), const IFT_ARAP = 88
 38196  pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET = 35
 38197  pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
 38198  pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC = 84
 38199  pkg syscall (netbsd-amd64-cgo), const IFT_ATM = 37
 38200  pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI = 105
 38201  pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI = 106
 38202  pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA = 107
 38203  pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
 38204  pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO = 189
 38205  pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
 38206  pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
 38207  pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
 38208  pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 38209  pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE = 209
 38210  pkg syscall (netbsd-amd64-cgo), const IFT_BSC = 83
 38211  pkg syscall (netbsd-amd64-cgo), const IFT_CARP = 248
 38212  pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL = 61
 38213  pkg syscall (netbsd-amd64-cgo), const IFT_CEPT = 19
 38214  pkg syscall (netbsd-amd64-cgo), const IFT_CES = 133
 38215  pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL = 70
 38216  pkg syscall (netbsd-amd64-cgo), const IFT_CNR = 85
 38217  pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE = 132
 38218  pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
 38219  pkg syscall (netbsd-amd64-cgo), const IFT_DCN = 141
 38220  pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
 38221  pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 38222  pkg syscall (netbsd-amd64-cgo), const IFT_DLSW = 74
 38223  pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 38224  pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
 38225  pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 38226  pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 38227  pkg syscall (netbsd-amd64-cgo), const IFT_DS0 = 81
 38228  pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
 38229  pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL = 170
 38230  pkg syscall (netbsd-amd64-cgo), const IFT_DS3 = 30
 38231  pkg syscall (netbsd-amd64-cgo), const IFT_DTM = 140
 38232  pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN = 172
 38233  pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT = 173
 38234  pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 38235  pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
 38236  pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
 38237  pkg syscall (netbsd-amd64-cgo), const IFT_ECONET = 206
 38238  pkg syscall (netbsd-amd64-cgo), const IFT_EON = 25
 38239  pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS = 87
 38240  pkg syscall (netbsd-amd64-cgo), const IFT_ESCON = 73
 38241  pkg syscall (netbsd-amd64-cgo), const IFT_ETHER = 6
 38242  pkg syscall (netbsd-amd64-cgo), const IFT_FAITH = 242
 38243  pkg syscall (netbsd-amd64-cgo), const IFT_FAST = 125
 38244  pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER = 62
 38245  pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX = 69
 38246  pkg syscall (netbsd-amd64-cgo), const IFT_FDDI = 15
 38247  pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
 38248  pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 38249  pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
 38250  pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
 38251  pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY = 32
 38252  pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE = 44
 38253  pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
 38254  pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD = 158
 38255  pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB = 67
 38256  pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K = 66
 38257  pkg syscall (netbsd-amd64-cgo), const IFT_GIF = 240
 38258  pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
 38259  pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT = 178
 38260  pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT = 177
 38261  pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
 38262  pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY = 165
 38263  pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 = 3
 38264  pkg syscall (netbsd-amd64-cgo), const IFT_HDLC = 118
 38265  pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 = 168
 38266  pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
 38267  pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI = 47
 38268  pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
 38269  pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD = 90
 38270  pkg syscall (netbsd-amd64-cgo), const IFT_HSSI = 46
 38271  pkg syscall (netbsd-amd64-cgo), const IFT_HY = 14
 38272  pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
 38273  pkg syscall (netbsd-amd64-cgo), const IFT_IDSL = 154
 38274  pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 = 144
 38275  pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 = 71
 38276  pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 = 55
 38277  pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
 38278  pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN = 145
 38279  pkg syscall (netbsd-amd64-cgo), const IFT_IMT = 190
 38280  pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND = 199
 38281  pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE = 124
 38282  pkg syscall (netbsd-amd64-cgo), const IFT_IP = 126
 38283  pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD = 142
 38284  pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM = 114
 38285  pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
 38286  pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
 38287  pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH = 78
 38288  pkg syscall (netbsd-amd64-cgo), const IFT_ISDN = 63
 38289  pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC = 20
 38290  pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
 38291  pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS = 75
 38292  pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU = 76
 38293  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC = 41
 38294  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 = 7
 38295  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 = 8
 38296  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 = 9
 38297  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
 38298  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR = 86
 38299  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
 38300  pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 = 10
 38301  pkg syscall (netbsd-amd64-cgo), const IFT_ISUP = 179
 38302  pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN = 135
 38303  pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN = 136
 38304  pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
 38305  pkg syscall (netbsd-amd64-cgo), const IFT_LAPB = 16
 38306  pkg syscall (netbsd-amd64-cgo), const IFT_LAPD = 77
 38307  pkg syscall (netbsd-amd64-cgo), const IFT_LAPF = 119
 38308  pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP = 210
 38309  pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK = 42
 38310  pkg syscall (netbsd-amd64-cgo), const IFT_LOOP = 24
 38311  pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
 38312  pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK = 167
 38313  pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 = 38
 38314  pkg syscall (netbsd-amd64-cgo), const IFT_MODEM = 48
 38315  pkg syscall (netbsd-amd64-cgo), const IFT_MPC = 113
 38316  pkg syscall (netbsd-amd64-cgo), const IFT_MPLS = 166
 38317  pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
 38318  pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL = 143
 38319  pkg syscall (netbsd-amd64-cgo), const IFT_MVL = 191
 38320  pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET = 99
 38321  pkg syscall (netbsd-amd64-cgo), const IFT_NFAS = 175
 38322  pkg syscall (netbsd-amd64-cgo), const IFT_NSIP = 27
 38323  pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
 38324  pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
 38325  pkg syscall (netbsd-amd64-cgo), const IFT_OTHER = 1
 38326  pkg syscall (netbsd-amd64-cgo), const IFT_P10 = 12
 38327  pkg syscall (netbsd-amd64-cgo), const IFT_P80 = 13
 38328  pkg syscall (netbsd-amd64-cgo), const IFT_PARA = 34
 38329  pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG = 245
 38330  pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC = 246
 38331  pkg syscall (netbsd-amd64-cgo), const IFT_PLC = 174
 38332  pkg syscall (netbsd-amd64-cgo), const IFT_PON155 = 207
 38333  pkg syscall (netbsd-amd64-cgo), const IFT_PON622 = 208
 38334  pkg syscall (netbsd-amd64-cgo), const IFT_POS = 171
 38335  pkg syscall (netbsd-amd64-cgo), const IFT_PPP = 23
 38336  pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 38337  pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM = 197
 38338  pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
 38339  pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS = 89
 38340  pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 38341  pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 38342  pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 38343  pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX = 54
 38344  pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
 38345  pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
 38346  pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL = 22
 38347  pkg syscall (netbsd-amd64-cgo), const IFT_PVC = 241
 38348  pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 = 201
 38349  pkg syscall (netbsd-amd64-cgo), const IFT_QLLC = 68
 38350  pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC = 188
 38351  pkg syscall (netbsd-amd64-cgo), const IFT_RADSL = 95
 38352  pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL = 192
 38353  pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 = 159
 38354  pkg syscall (netbsd-amd64-cgo), const IFT_RS232 = 33
 38355  pkg syscall (netbsd-amd64-cgo), const IFT_RSRB = 79
 38356  pkg syscall (netbsd-amd64-cgo), const IFT_SDLC = 17
 38357  pkg syscall (netbsd-amd64-cgo), const IFT_SDSL = 96
 38358  pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL = 169
 38359  pkg syscall (netbsd-amd64-cgo), const IFT_SIP = 31
 38360  pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG = 204
 38361  pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG = 203
 38362  pkg syscall (netbsd-amd64-cgo), const IFT_SLIP = 28
 38363  pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI = 43
 38364  pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP = 52
 38365  pkg syscall (netbsd-amd64-cgo), const IFT_SONET = 39
 38366  pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 38367  pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH = 50
 38368  pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT = 51
 38369  pkg syscall (netbsd-amd64-cgo), const IFT_SRP = 151
 38370  pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
 38371  pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
 38372  pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN = 11
 38373  pkg syscall (netbsd-amd64-cgo), const IFT_STF = 215
 38374  pkg syscall (netbsd-amd64-cgo), const IFT_T1 = 18
 38375  pkg syscall (netbsd-amd64-cgo), const IFT_TDLC = 116
 38376  pkg syscall (netbsd-amd64-cgo), const IFT_TELINK = 200
 38377  pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD = 91
 38378  pkg syscall (netbsd-amd64-cgo), const IFT_TR008 = 176
 38379  pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
 38380  pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL = 131
 38381  pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA = 29
 38382  pkg syscall (netbsd-amd64-cgo), const IFT_USB = 160
 38383  pkg syscall (netbsd-amd64-cgo), const IFT_V11 = 64
 38384  pkg syscall (netbsd-amd64-cgo), const IFT_V35 = 45
 38385  pkg syscall (netbsd-amd64-cgo), const IFT_V36 = 65
 38386  pkg syscall (netbsd-amd64-cgo), const IFT_V37 = 120
 38387  pkg syscall (netbsd-amd64-cgo), const IFT_VDSL = 97
 38388  pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
 38389  pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG = 202
 38390  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID = 213
 38391  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM = 100
 38392  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
 38393  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP = 103
 38394  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
 38395  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO = 101
 38396  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS = 102
 38397  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
 38398  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
 38399  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 38400  pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
 38401  pkg syscall (netbsd-amd64-cgo), const IFT_X213 = 93
 38402  pkg syscall (netbsd-amd64-cgo), const IFT_X25 = 5
 38403  pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN = 4
 38404  pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
 38405  pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP = 121
 38406  pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE = 40
 38407  pkg syscall (netbsd-amd64-cgo), const IFT_XETHER = 26
 38408  pkg syscall (netbsd-amd64-cgo), const IGNBRK = 1
 38409  pkg syscall (netbsd-amd64-cgo), const IGNCR = 128
 38410  pkg syscall (netbsd-amd64-cgo), const IGNPAR = 4
 38411  pkg syscall (netbsd-amd64-cgo), const IMAXBEL = 8192
 38412  pkg syscall (netbsd-amd64-cgo), const INLCR = 64
 38413  pkg syscall (netbsd-amd64-cgo), const INPCK = 16
 38414  pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
 38415  pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX = 128
 38416  pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
 38417  pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
 38418  pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
 38419  pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
 38420  pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
 38421  pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
 38422  pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST = 255
 38423  pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
 38424  pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
 38425  pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
 38426  pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
 38427  pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
 38428  pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET = 127
 38429  pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH = 51
 38430  pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP = 112
 38431  pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE = 257
 38432  pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
 38433  pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP = 8
 38434  pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP = 98
 38435  pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON = 80
 38436  pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP = 50
 38437  pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
 38438  pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
 38439  pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP = 3
 38440  pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE = 47
 38441  pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
 38442  pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP = 1
 38443  pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
 38444  pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP = 22
 38445  pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP = 2
 38446  pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
 38447  pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP = 4
 38448  pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 = 4
 38449  pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP = 58
 38450  pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX = 256
 38451  pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID = 52
 38452  pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE = 55
 38453  pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE = 59
 38454  pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
 38455  pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM = 103
 38456  pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP = 12
 38457  pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW = 255
 38458  pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING = 43
 38459  pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP = 46
 38460  pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP = 29
 38461  pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP = 112
 38462  pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM = 26
 38463  pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 38464  pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 38465  pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM = 64
 38466  pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG = 62
 38467  pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS = 50
 38468  pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH = 29
 38469  pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 38470  pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 38471  pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL = 120
 38472  pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC = 1
 38473  pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
 38474  pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS = 49
 38475  pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
 38476  pkg syscall (netbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
 38477  pkg syscall (netbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
 38478  pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM = 255
 38479  pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
 38480  pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU = 1280
 38481  pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
 38482  pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
 38483  pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
 38484  pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP = 48
 38485  pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU = 44
 38486  pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO = 46
 38487  pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE = 14
 38488  pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 38489  pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
 38490  pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
 38491  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
 38492  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
 38493  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
 38494  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
 38495  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
 38496  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
 38497  pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
 38498  pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR = 51
 38499  pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
 38500  pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
 38501  pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
 38502  pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
 38503  pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 38504  pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS = 61
 38505  pkg syscall (netbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
 38506  pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
 38507  pkg syscall (netbsd-amd64-cgo), const IPV6_V6ONLY = 27
 38508  pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION = 96
 38509  pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
 38510  pkg syscall (netbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
 38511  pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 38512  pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 38513  pkg syscall (netbsd-amd64-cgo), const IP_DF = 16384
 38514  pkg syscall (netbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
 38515  pkg syscall (netbsd-amd64-cgo), const IP_EF = 32768
 38516  pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU = 21
 38517  pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL = 2
 38518  pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY = 22
 38519  pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET = 65535
 38520  pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
 38521  pkg syscall (netbsd-amd64-cgo), const IP_MF = 8192
 38522  pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE = 69
 38523  pkg syscall (netbsd-amd64-cgo), const IP_MINTTL = 24
 38524  pkg syscall (netbsd-amd64-cgo), const IP_MSS = 576
 38525  pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_IF = 9
 38526  pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
 38527  pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
 38528  pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK = 8191
 38529  pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS = 1
 38530  pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE = 19
 38531  pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
 38532  pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
 38533  pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
 38534  pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR = 7
 38535  pkg syscall (netbsd-amd64-cgo), const IP_RECVIF = 20
 38536  pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS = 5
 38537  pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS = 6
 38538  pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL = 23
 38539  pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS = 8
 38540  pkg syscall (netbsd-amd64-cgo), const IP_RF = 32768
 38541  pkg syscall (netbsd-amd64-cgo), const IP_TOS = 3
 38542  pkg syscall (netbsd-amd64-cgo), const IP_TTL = 4
 38543  pkg syscall (netbsd-amd64-cgo), const ISIG = 128
 38544  pkg syscall (netbsd-amd64-cgo), const ISTRIP = 32
 38545  pkg syscall (netbsd-amd64-cgo), const IXANY = 2048
 38546  pkg syscall (netbsd-amd64-cgo), const IXOFF = 1024
 38547  pkg syscall (netbsd-amd64-cgo), const IXON = 512
 38548  pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
 38549  pkg syscall (netbsd-amd64-cgo), const LOCK_EX = 2
 38550  pkg syscall (netbsd-amd64-cgo), const LOCK_NB = 4
 38551  pkg syscall (netbsd-amd64-cgo), const LOCK_SH = 1
 38552  pkg syscall (netbsd-amd64-cgo), const LOCK_UN = 8
 38553  pkg syscall (netbsd-amd64-cgo), const MSG_BCAST = 256
 38554  pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
 38555  pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF = 33554432
 38556  pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC = 32
 38557  pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE = 4
 38558  pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT = 128
 38559  pkg syscall (netbsd-amd64-cgo), const MSG_EOR = 8
 38560  pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE = 67108864
 38561  pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE = 134217728
 38562  pkg syscall (netbsd-amd64-cgo), const MSG_MCAST = 512
 38563  pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF = 16777216
 38564  pkg syscall (netbsd-amd64-cgo), const MSG_NBIO = 4096
 38565  pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
 38566  pkg syscall (netbsd-amd64-cgo), const MSG_OOB = 1
 38567  pkg syscall (netbsd-amd64-cgo), const MSG_PEEK = 2
 38568  pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC = 16
 38569  pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS = 16777215
 38570  pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL = 64
 38571  pkg syscall (netbsd-amd64-cgo), const NAME_MAX = 511
 38572  pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP = 1
 38573  pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS = 2
 38574  pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST = 5
 38575  pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID = 6
 38576  pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST = 4
 38577  pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST = 3
 38578  pkg syscall (netbsd-amd64-cgo), const NOFLSH = 2147483648
 38579  pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB = 8
 38580  pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD = 4
 38581  pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE = 1
 38582  pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC = 536870912
 38583  pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT = 2147483648
 38584  pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND = 4
 38585  pkg syscall (netbsd-amd64-cgo), const NOTE_FORK = 1073741824
 38586  pkg syscall (netbsd-amd64-cgo), const NOTE_LINK = 16
 38587  pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT = 1
 38588  pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
 38589  pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
 38590  pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME = 32
 38591  pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE = 64
 38592  pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK = 1
 38593  pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR = 2
 38594  pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE = 2
 38595  pkg syscall (netbsd-amd64-cgo), const OCRNL = 16
 38596  pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP = 3221513850
 38597  pkg syscall (netbsd-amd64-cgo), const ONLCR = 2
 38598  pkg syscall (netbsd-amd64-cgo), const ONLRET = 64
 38599  pkg syscall (netbsd-amd64-cgo), const ONOCR = 32
 38600  pkg syscall (netbsd-amd64-cgo), const ONOEOT = 8
 38601  pkg syscall (netbsd-amd64-cgo), const OPOST = 1
 38602  pkg syscall (netbsd-amd64-cgo), const O_ACCMODE = 3
 38603  pkg syscall (netbsd-amd64-cgo), const O_ALT_IO = 262144
 38604  pkg syscall (netbsd-amd64-cgo), const O_APPEND = 8
 38605  pkg syscall (netbsd-amd64-cgo), const O_ASYNC = 64
 38606  pkg syscall (netbsd-amd64-cgo), const O_CLOEXEC = 4194304
 38607  pkg syscall (netbsd-amd64-cgo), const O_CREAT = 512
 38608  pkg syscall (netbsd-amd64-cgo), const O_DIRECT = 524288
 38609  pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY = 2097152
 38610  pkg syscall (netbsd-amd64-cgo), const O_DSYNC = 65536
 38611  pkg syscall (netbsd-amd64-cgo), const O_EXCL = 2048
 38612  pkg syscall (netbsd-amd64-cgo), const O_EXLOCK = 32
 38613  pkg syscall (netbsd-amd64-cgo), const O_FSYNC = 128
 38614  pkg syscall (netbsd-amd64-cgo), const O_NDELAY = 4
 38615  pkg syscall (netbsd-amd64-cgo), const O_NOCTTY = 32768
 38616  pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW = 256
 38617  pkg syscall (netbsd-amd64-cgo), const O_NONBLOCK = 4
 38618  pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE = 16777216
 38619  pkg syscall (netbsd-amd64-cgo), const O_RSYNC = 131072
 38620  pkg syscall (netbsd-amd64-cgo), const O_SHLOCK = 16
 38621  pkg syscall (netbsd-amd64-cgo), const O_SYNC = 128
 38622  pkg syscall (netbsd-amd64-cgo), const O_TRUNC = 1024
 38623  pkg syscall (netbsd-amd64-cgo), const PARENB = 4096
 38624  pkg syscall (netbsd-amd64-cgo), const PARMRK = 8
 38625  pkg syscall (netbsd-amd64-cgo), const PARODD = 8192
 38626  pkg syscall (netbsd-amd64-cgo), const PENDIN = 536870912
 38627  pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH = 124
 38628  pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT = 7
 38629  pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL = 8
 38630  pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME = 0
 38631  pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS = 10
 38632  pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE = 4
 38633  pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU = 0
 38634  pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA = 2
 38635  pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE = 1
 38636  pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE = 8
 38637  pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK = 3
 38638  pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
 38639  pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR = 6
 38640  pkg syscall (netbsd-amd64-cgo), const RTAX_BRD = 7
 38641  pkg syscall (netbsd-amd64-cgo), const RTAX_DST = 0
 38642  pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY = 1
 38643  pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK = 3
 38644  pkg syscall (netbsd-amd64-cgo), const RTAX_IFA = 5
 38645  pkg syscall (netbsd-amd64-cgo), const RTAX_IFP = 4
 38646  pkg syscall (netbsd-amd64-cgo), const RTAX_MAX = 9
 38647  pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK = 2
 38648  pkg syscall (netbsd-amd64-cgo), const RTAX_TAG = 8
 38649  pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR = 64
 38650  pkg syscall (netbsd-amd64-cgo), const RTA_BRD = 128
 38651  pkg syscall (netbsd-amd64-cgo), const RTA_DST = 1
 38652  pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY = 2
 38653  pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK = 8
 38654  pkg syscall (netbsd-amd64-cgo), const RTA_IFA = 32
 38655  pkg syscall (netbsd-amd64-cgo), const RTA_IFP = 16
 38656  pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK = 4
 38657  pkg syscall (netbsd-amd64-cgo), const RTA_TAG = 256
 38658  pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE = 131072
 38659  pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
 38660  pkg syscall (netbsd-amd64-cgo), const RTF_CLONED = 8192
 38661  pkg syscall (netbsd-amd64-cgo), const RTF_CLONING = 256
 38662  pkg syscall (netbsd-amd64-cgo), const RTF_DONE = 64
 38663  pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC = 16
 38664  pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY = 2
 38665  pkg syscall (netbsd-amd64-cgo), const RTF_HOST = 4
 38666  pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO = 1024
 38667  pkg syscall (netbsd-amd64-cgo), const RTF_MASK = 128
 38668  pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED = 32
 38669  pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 = 32768
 38670  pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 = 16384
 38671  pkg syscall (netbsd-amd64-cgo), const RTF_REJECT = 8
 38672  pkg syscall (netbsd-amd64-cgo), const RTF_SRC = 65536
 38673  pkg syscall (netbsd-amd64-cgo), const RTF_STATIC = 2048
 38674  pkg syscall (netbsd-amd64-cgo), const RTF_UP = 1
 38675  pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE = 512
 38676  pkg syscall (netbsd-amd64-cgo), const RTM_ADD = 1
 38677  pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE = 3
 38678  pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR = 21
 38679  pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR = 13
 38680  pkg syscall (netbsd-amd64-cgo), const RTM_DELETE = 2
 38681  pkg syscall (netbsd-amd64-cgo), const RTM_GET = 4
 38682  pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 = 17
 38683  pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE = 16
 38684  pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO = 20
 38685  pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD = 19
 38686  pkg syscall (netbsd-amd64-cgo), const RTM_LOCK = 8
 38687  pkg syscall (netbsd-amd64-cgo), const RTM_LOSING = 5
 38688  pkg syscall (netbsd-amd64-cgo), const RTM_MISS = 7
 38689  pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR = 12
 38690  pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO = 15
 38691  pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD = 9
 38692  pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL = 10
 38693  pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO = 14
 38694  pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT = 6
 38695  pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE = 11
 38696  pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
 38697  pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE = 18
 38698  pkg syscall (netbsd-amd64-cgo), const RTM_VERSION = 4
 38699  pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE = 4
 38700  pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT = 2
 38701  pkg syscall (netbsd-amd64-cgo), const RTV_MTU = 1
 38702  pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE = 8
 38703  pkg syscall (netbsd-amd64-cgo), const RTV_RTT = 64
 38704  pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR = 128
 38705  pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE = 16
 38706  pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH = 32
 38707  pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
 38708  pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF = 0
 38709  pkg syscall (netbsd-amd64-cgo), const SCM_CREDS = 4
 38710  pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS = 1
 38711  pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP = 8
 38712  pkg syscall (netbsd-amd64-cgo), const SIGBUS = 10
 38713  pkg syscall (netbsd-amd64-cgo), const SIGCHLD = 20
 38714  pkg syscall (netbsd-amd64-cgo), const SIGCONT = 19
 38715  pkg syscall (netbsd-amd64-cgo), const SIGEMT = 7
 38716  pkg syscall (netbsd-amd64-cgo), const SIGINFO = 29
 38717  pkg syscall (netbsd-amd64-cgo), const SIGIO = 23
 38718  pkg syscall (netbsd-amd64-cgo), const SIGIOT = 6
 38719  pkg syscall (netbsd-amd64-cgo), const SIGPROF = 27
 38720  pkg syscall (netbsd-amd64-cgo), const SIGPWR = 32
 38721  pkg syscall (netbsd-amd64-cgo), const SIGSTOP = 17
 38722  pkg syscall (netbsd-amd64-cgo), const SIGSYS = 12
 38723  pkg syscall (netbsd-amd64-cgo), const SIGTSTP = 18
 38724  pkg syscall (netbsd-amd64-cgo), const SIGTTIN = 21
 38725  pkg syscall (netbsd-amd64-cgo), const SIGTTOU = 22
 38726  pkg syscall (netbsd-amd64-cgo), const SIGURG = 16
 38727  pkg syscall (netbsd-amd64-cgo), const SIGUSR1 = 30
 38728  pkg syscall (netbsd-amd64-cgo), const SIGUSR2 = 31
 38729  pkg syscall (netbsd-amd64-cgo), const SIGVTALRM = 26
 38730  pkg syscall (netbsd-amd64-cgo), const SIGWINCH = 28
 38731  pkg syscall (netbsd-amd64-cgo), const SIGXCPU = 24
 38732  pkg syscall (netbsd-amd64-cgo), const SIGXFSZ = 25
 38733  pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI = 2156947761
 38734  pkg syscall (netbsd-amd64-cgo), const SIOCADDRT = 2151182858
 38735  pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
 38736  pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR = 2165860636
 38737  pkg syscall (netbsd-amd64-cgo), const SIOCATMARK = 1074033415
 38738  pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI = 2156947762
 38739  pkg syscall (netbsd-amd64-cgo), const SIOCDELRT = 2151182859
 38740  pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR = 2156947737
 38741  pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR = 2156947785
 38742  pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR = 2165860638
 38743  pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
 38744  pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC = 3230689784
 38745  pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
 38746  pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
 38747  pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
 38748  pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR = 3230689569
 38749  pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF = 3231213856
 38750  pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS = 3225446683
 38751  pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR = 3230689571
 38752  pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP = 3223349622
 38753  pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF = 3222300966
 38754  pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA = 3231213957
 38755  pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT = 3230689655
 38756  pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR = 3230689570
 38757  pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS = 3230689553
 38758  pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC = 3230689594
 38759  pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
 38760  pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC = 3230689559
 38761  pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU = 3230689662
 38762  pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK = 3230689573
 38763  pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3230689608
 38764  pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3230689607
 38765  pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR = 3239602461
 38766  pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
 38767  pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR = 3223873927
 38768  pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
 38769  pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP = 1074033417
 38770  pkg syscall (netbsd-amd64-cgo), const SIOCGVH = 3230689667
 38771  pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE = 2156947834
 38772  pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY = 2156947833
 38773  pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
 38774  pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR = 3228592516
 38775  pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
 38776  pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC = 2156947959
 38777  pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
 38778  pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR = 2156947724
 38779  pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF = 2157472031
 38780  pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR = 2156947731
 38781  pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP = 2149607797
 38782  pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR = 2156947726
 38783  pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS = 2156947728
 38784  pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC = 2156947769
 38785  pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA = 3230689589
 38786  pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC = 2156947736
 38787  pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU = 2156947839
 38788  pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK = 2156947734
 38789  pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
 38790  pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
 38791  pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR = 2150132104
 38792  pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
 38793  pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP = 2147775240
 38794  pkg syscall (netbsd-amd64-cgo), const SIOCSVH = 3230689666
 38795  pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA = 3231213958
 38796  pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC = 268435456
 38797  pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK = 4026531840
 38798  pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK = 536870912
 38799  pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE = 1073741824
 38800  pkg syscall (netbsd-amd64-cgo), const SOCK_RDM = 4
 38801  pkg syscall (netbsd-amd64-cgo), const SOL_SOCKET = 65535
 38802  pkg syscall (netbsd-amd64-cgo), const SOMAXCONN = 128
 38803  pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN = 2
 38804  pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
 38805  pkg syscall (netbsd-amd64-cgo), const SO_BROADCAST = 32
 38806  pkg syscall (netbsd-amd64-cgo), const SO_DEBUG = 1
 38807  pkg syscall (netbsd-amd64-cgo), const SO_DONTROUTE = 16
 38808  pkg syscall (netbsd-amd64-cgo), const SO_ERROR = 4103
 38809  pkg syscall (netbsd-amd64-cgo), const SO_KEEPALIVE = 8
 38810  pkg syscall (netbsd-amd64-cgo), const SO_LINGER = 128
 38811  pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER = 4106
 38812  pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE = 2048
 38813  pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE = 256
 38814  pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED = 4105
 38815  pkg syscall (netbsd-amd64-cgo), const SO_RCVBUF = 4098
 38816  pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT = 4100
 38817  pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO = 4108
 38818  pkg syscall (netbsd-amd64-cgo), const SO_REUSEADDR = 4
 38819  pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT = 512
 38820  pkg syscall (netbsd-amd64-cgo), const SO_SNDBUF = 4097
 38821  pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT = 4099
 38822  pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO = 4107
 38823  pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP = 8192
 38824  pkg syscall (netbsd-amd64-cgo), const SO_TYPE = 4104
 38825  pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK = 64
 38826  pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION = 16777216
 38827  pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 = 0
 38828  pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 = 16777216
 38829  pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK = 4278190080
 38830  pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT = 30
 38831  pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS = 33
 38832  pkg syscall (netbsd-amd64-cgo), const SYS_ACCT = 51
 38833  pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME = 421
 38834  pkg syscall (netbsd-amd64-cgo), const SYS_BIND = 104
 38835  pkg syscall (netbsd-amd64-cgo), const SYS_BREAK = 17
 38836  pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR = 12
 38837  pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS = 34
 38838  pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD = 15
 38839  pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN = 16
 38840  pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT = 61
 38841  pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES = 429
 38842  pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 427
 38843  pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 428
 38844  pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE = 6
 38845  pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT = 98
 38846  pkg syscall (netbsd-amd64-cgo), const SYS_DUP = 41
 38847  pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 = 90
 38848  pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 = 454
 38849  pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE = 59
 38850  pkg syscall (netbsd-amd64-cgo), const SYS_EXIT = 1
 38851  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL = 360
 38852  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 366
 38853  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 363
 38854  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 369
 38855  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 365
 38856  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 362
 38857  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 368
 38858  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 370
 38859  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 371
 38860  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 372
 38861  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 364
 38862  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 361
 38863  pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 367
 38864  pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT = 462
 38865  pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR = 13
 38866  pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS = 35
 38867  pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD = 124
 38868  pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT = 463
 38869  pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN = 123
 38870  pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT = 464
 38871  pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT = 297
 38872  pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL = 92
 38873  pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC = 241
 38874  pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE = 465
 38875  pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR = 380
 38876  pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT = 451
 38877  pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE = 288
 38878  pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR = 383
 38879  pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK = 131
 38880  pkg syscall (netbsd-amd64-cgo), const SYS_FORK = 2
 38881  pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF = 192
 38882  pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR = 386
 38883  pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR = 377
 38884  pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT = 440
 38885  pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT = 466
 38886  pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 = 358
 38887  pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC = 95
 38888  pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE = 354
 38889  pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE = 201
 38890  pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS = 472
 38891  pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES = 423
 38892  pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT = 307
 38893  pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS = 390
 38894  pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID = 43
 38895  pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID = 25
 38896  pkg syscall (netbsd-amd64-cgo), const SYS_GETFH = 395
 38897  pkg syscall (netbsd-amd64-cgo), const SYS_GETGID = 47
 38898  pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS = 79
 38899  pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER = 426
 38900  pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME = 31
 38901  pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID = 207
 38902  pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP = 81
 38903  pkg syscall (netbsd-amd64-cgo), const SYS_GETPID = 20
 38904  pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID = 39
 38905  pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY = 100
 38906  pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT = 194
 38907  pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE = 445
 38908  pkg syscall (netbsd-amd64-cgo), const SYS_GETSID = 286
 38909  pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
 38910  pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
 38911  pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 418
 38912  pkg syscall (netbsd-amd64-cgo), const SYS_GETUID = 24
 38913  pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT = 356
 38914  pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR = 378
 38915  pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL = 54
 38916  pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID = 305
 38917  pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT = 435
 38918  pkg syscall (netbsd-amd64-cgo), const SYS_KILL = 37
 38919  pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE = 344
 38920  pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 = 455
 38921  pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE = 45
 38922  pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS = 304
 38923  pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD = 274
 38924  pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN = 275
 38925  pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR = 379
 38926  pkg syscall (netbsd-amd64-cgo), const SYS_LINK = 9
 38927  pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT = 457
 38928  pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN = 106
 38929  pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR = 381
 38930  pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR = 382
 38931  pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR = 385
 38932  pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK = 199
 38933  pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR = 376
 38934  pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT = 441
 38935  pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES = 424
 38936  pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE = 75
 38937  pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE = 78
 38938  pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT = 273
 38939  pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR = 136
 38940  pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT = 461
 38941  pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO = 132
 38942  pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT = 459
 38943  pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD = 450
 38944  pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT = 460
 38945  pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK = 203
 38946  pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL = 242
 38947  pkg syscall (netbsd-amd64-cgo), const SYS_MMAP = 197
 38948  pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL = 246
 38949  pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT = 410
 38950  pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT = 74
 38951  pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP = 411
 38952  pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL = 444
 38953  pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET = 225
 38954  pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV = 227
 38955  pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND = 226
 38956  pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK = 204
 38957  pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL = 243
 38958  pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP = 73
 38959  pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP = 430
 38960  pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
 38961  pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME = 448
 38962  pkg syscall (netbsd-amd64-cgo), const SYS_OPEN = 5
 38963  pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT = 468
 38964  pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT = 456
 38965  pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF = 191
 38966  pkg syscall (netbsd-amd64-cgo), const SYS_PIPE = 42
 38967  pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 = 453
 38968  pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL = 342
 38969  pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO = 341
 38970  pkg syscall (netbsd-amd64-cgo), const SYS_POLL = 209
 38971  pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS = 437
 38972  pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE = 416
 38973  pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN = 474
 38974  pkg syscall (netbsd-amd64-cgo), const SYS_PREAD = 173
 38975  pkg syscall (netbsd-amd64-cgo), const SYS_PREADV = 289
 38976  pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL = 44
 38977  pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT = 436
 38978  pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN = 414
 38979  pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE = 412
 38980  pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY = 413
 38981  pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE = 26
 38982  pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE = 174
 38983  pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV = 290
 38984  pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL = 343
 38985  pkg syscall (netbsd-amd64-cgo), const SYS_READ = 3
 38986  pkg syscall (netbsd-amd64-cgo), const SYS_READLINK = 58
 38987  pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT = 469
 38988  pkg syscall (netbsd-amd64-cgo), const SYS_READV = 120
 38989  pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT = 208
 38990  pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM = 29
 38991  pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG = 475
 38992  pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG = 27
 38993  pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR = 384
 38994  pkg syscall (netbsd-amd64-cgo), const SYS_RENAME = 128
 38995  pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT = 458
 38996  pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE = 56
 38997  pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR = 137
 38998  pkg syscall (netbsd-amd64-cgo), const SYS_SBRK = 69
 38999  pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD = 350
 39000  pkg syscall (netbsd-amd64-cgo), const SYS_SELECT = 417
 39001  pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG = 223
 39002  pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET = 221
 39003  pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP = 222
 39004  pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG = 476
 39005  pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG = 28
 39006  pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO = 133
 39007  pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT = 308
 39008  pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID = 182
 39009  pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID = 183
 39010  pkg syscall (netbsd-amd64-cgo), const SYS_SETGID = 181
 39011  pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS = 80
 39012  pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER = 425
 39013  pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID = 82
 39014  pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY = 96
 39015  pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID = 127
 39016  pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID = 126
 39017  pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT = 195
 39018  pkg syscall (netbsd-amd64-cgo), const SYS_SETSID = 147
 39019  pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
 39020  pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 419
 39021  pkg syscall (netbsd-amd64-cgo), const SYS_SETUID = 23
 39022  pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR = 375
 39023  pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT = 228
 39024  pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL = 443
 39025  pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT = 230
 39026  pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET = 231
 39027  pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN = 134
 39028  pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO = 245
 39029  pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET = 394
 39030  pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
 39031  pkg syscall (netbsd-amd64-cgo), const SYS_SSTK = 70
 39032  pkg syscall (netbsd-amd64-cgo), const SYS_STAT = 439
 39033  pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 = 357
 39034  pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL = 271
 39035  pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK = 57
 39036  pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT = 470
 39037  pkg syscall (netbsd-amd64-cgo), const SYS_SYNC = 36
 39038  pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH = 165
 39039  pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE = 235
 39040  pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE = 236
 39041  pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN = 239
 39042  pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME = 447
 39043  pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME = 446
 39044  pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE = 200
 39045  pkg syscall (netbsd-amd64-cgo), const SYS_UMASK = 60
 39046  pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE = 205
 39047  pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK = 10
 39048  pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT = 471
 39049  pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT = 22
 39050  pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT = 467
 39051  pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES = 420
 39052  pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE = 306
 39053  pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN = 355
 39054  pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE = 72
 39055  pkg syscall (netbsd-amd64-cgo), const SYS_VFORK = 66
 39056  pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 = 449
 39057  pkg syscall (netbsd-amd64-cgo), const SYS_WRITE = 4
 39058  pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV = 121
 39059  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE = 314
 39060  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE = 309
 39061  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL = 325
 39062  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH = 319
 39063  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT = 310
 39064  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME = 324
 39065  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE = 316
 39066  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL = 318
 39067  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK = 434
 39068  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF = 311
 39069  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME = 323
 39070  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE = 317
 39071  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND = 313
 39072  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK = 321
 39073  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL = 322
 39074  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT = 312
 39075  pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP = 315
 39076  pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND = 415
 39077  pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY = 349
 39078  pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM = 347
 39079  pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY = 348
 39080  pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM = 346
 39081  pkg syscall (netbsd-amd64-cgo), const SYS___CLONE = 287
 39082  pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD = 296
 39083  pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN = 49
 39084  pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN = 283
 39085  pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN = 284
 39086  pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN = 285
 39087  pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME = 270
 39088  pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL = 473
 39089  pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL = 442
 39090  pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN = 50
 39091  pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP = 340
 39092  pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT = 431
 39093  pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL = 202
 39094  pkg syscall (netbsd-amd64-cgo), const S_ARCH1 = 65536
 39095  pkg syscall (netbsd-amd64-cgo), const S_ARCH2 = 131072
 39096  pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE = 512
 39097  pkg syscall (netbsd-amd64-cgo), const S_IEXEC = 64
 39098  pkg syscall (netbsd-amd64-cgo), const S_IFMT = 61440
 39099  pkg syscall (netbsd-amd64-cgo), const S_IFWHT = 57344
 39100  pkg syscall (netbsd-amd64-cgo), const S_IREAD = 256
 39101  pkg syscall (netbsd-amd64-cgo), const S_IRGRP = 32
 39102  pkg syscall (netbsd-amd64-cgo), const S_IROTH = 4
 39103  pkg syscall (netbsd-amd64-cgo), const S_IRWXG = 56
 39104  pkg syscall (netbsd-amd64-cgo), const S_IRWXO = 7
 39105  pkg syscall (netbsd-amd64-cgo), const S_IRWXU = 448
 39106  pkg syscall (netbsd-amd64-cgo), const S_ISTXT = 512
 39107  pkg syscall (netbsd-amd64-cgo), const S_IWGRP = 16
 39108  pkg syscall (netbsd-amd64-cgo), const S_IWOTH = 2
 39109  pkg syscall (netbsd-amd64-cgo), const S_IWRITE = 128
 39110  pkg syscall (netbsd-amd64-cgo), const S_IXGRP = 8
 39111  pkg syscall (netbsd-amd64-cgo), const S_IXOTH = 1
 39112  pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET = 1
 39113  pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr = 32
 39114  pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn = 8
 39115  pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram = 16
 39116  pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat = 128
 39117  pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion = 4
 39118  pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr = 12
 39119  pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq = 8
 39120  pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq = 20
 39121  pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
 39122  pkg syscall (netbsd-amd64-cgo), const SizeofIfData = 136
 39123  pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr = 152
 39124  pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr = 24
 39125  pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
 39126  pkg syscall (netbsd-amd64-cgo), const SizeofLinger = 8
 39127  pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr = 48
 39128  pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics = 80
 39129  pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr = 120
 39130  pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny = 108
 39131  pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink = 20
 39132  pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
 39133  pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
 39134  pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix = 106
 39135  pkg syscall (netbsd-amd64-cgo), const TCIFLUSH = 1
 39136  pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH = 3
 39137  pkg syscall (netbsd-amd64-cgo), const TCOFLUSH = 2
 39138  pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL = 32
 39139  pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT = 6
 39140  pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE = 3
 39141  pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT = 7
 39142  pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL = 5
 39143  pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST = 4
 39144  pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG = 2
 39145  pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN = 65535
 39146  pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
 39147  pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG = 16
 39148  pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS = 216
 39149  pkg syscall (netbsd-amd64-cgo), const TCP_MSS = 536
 39150  pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH = 2
 39151  pkg syscall (netbsd-amd64-cgo), const TIOCCBRK = 536900730
 39152  pkg syscall (netbsd-amd64-cgo), const TIOCCDTR = 536900728
 39153  pkg syscall (netbsd-amd64-cgo), const TIOCCONS = 2147775586
 39154  pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
 39155  pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN = 536900702
 39156  pkg syscall (netbsd-amd64-cgo), const TIOCEXCL = 536900621
 39157  pkg syscall (netbsd-amd64-cgo), const TIOCEXT = 2147775584
 39158  pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS = 16
 39159  pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
 39160  pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
 39161  pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
 39162  pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
 39163  pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH = 2147775504
 39164  pkg syscall (netbsd-amd64-cgo), const TIOCGETA = 1076655123
 39165  pkg syscall (netbsd-amd64-cgo), const TIOCGETD = 1074033690
 39166  pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
 39167  pkg syscall (netbsd-amd64-cgo), const TIOCGLINED = 1075868738
 39168  pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP = 1074033783
 39169  pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE = 1074033793
 39170  pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT = 536900679
 39171  pkg syscall (netbsd-amd64-cgo), const TIOCGSID = 1074033763
 39172  pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE = 1074295912
 39173  pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
 39174  pkg syscall (netbsd-amd64-cgo), const TIOCMBIC = 2147775595
 39175  pkg syscall (netbsd-amd64-cgo), const TIOCMBIS = 2147775596
 39176  pkg syscall (netbsd-amd64-cgo), const TIOCMGET = 1074033770
 39177  pkg syscall (netbsd-amd64-cgo), const TIOCMSET = 2147775597
 39178  pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR = 64
 39179  pkg syscall (netbsd-amd64-cgo), const TIOCM_CD = 64
 39180  pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS = 32
 39181  pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR = 256
 39182  pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR = 2
 39183  pkg syscall (netbsd-amd64-cgo), const TIOCM_LE = 1
 39184  pkg syscall (netbsd-amd64-cgo), const TIOCM_RI = 128
 39185  pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG = 128
 39186  pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS = 4
 39187  pkg syscall (netbsd-amd64-cgo), const TIOCM_SR = 16
 39188  pkg syscall (netbsd-amd64-cgo), const TIOCM_ST = 8
 39189  pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY = 536900721
 39190  pkg syscall (netbsd-amd64-cgo), const TIOCNXCL = 536900622
 39191  pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ = 1074033779
 39192  pkg syscall (netbsd-amd64-cgo), const TIOCPKT = 2147775600
 39193  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA = 0
 39194  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
 39195  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
 39196  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
 39197  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
 39198  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
 39199  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START = 8
 39200  pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP = 4
 39201  pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET = 1076393030
 39202  pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME = 1076393032
 39203  pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME = 2148037701
 39204  pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE = 2147775593
 39205  pkg syscall (netbsd-amd64-cgo), const TIOCSBRK = 536900731
 39206  pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY = 536900705
 39207  pkg syscall (netbsd-amd64-cgo), const TIOCSDTR = 536900729
 39208  pkg syscall (netbsd-amd64-cgo), const TIOCSETA = 2150396948
 39209  pkg syscall (netbsd-amd64-cgo), const TIOCSETAF = 2150396950
 39210  pkg syscall (netbsd-amd64-cgo), const TIOCSETAW = 2150396949
 39211  pkg syscall (netbsd-amd64-cgo), const TIOCSETD = 2147775515
 39212  pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
 39213  pkg syscall (netbsd-amd64-cgo), const TIOCSIG = 536900703
 39214  pkg syscall (netbsd-amd64-cgo), const TIOCSLINED = 2149610563
 39215  pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP = 2147775606
 39216  pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE = 2147775616
 39217  pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE = 2148037735
 39218  pkg syscall (netbsd-amd64-cgo), const TIOCSTART = 536900718
 39219  pkg syscall (netbsd-amd64-cgo), const TIOCSTAT = 2147775589
 39220  pkg syscall (netbsd-amd64-cgo), const TIOCSTI = 2147578994
 39221  pkg syscall (netbsd-amd64-cgo), const TIOCSTOP = 536900719
 39222  pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
 39223  pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL = 2147775590
 39224  pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME = 2148037700
 39225  pkg syscall (netbsd-amd64-cgo), const TOSTOP = 4194304
 39226  pkg syscall (netbsd-amd64-cgo), const VDISCARD = 15
 39227  pkg syscall (netbsd-amd64-cgo), const VDSUSP = 11
 39228  pkg syscall (netbsd-amd64-cgo), const VEOF = 0
 39229  pkg syscall (netbsd-amd64-cgo), const VEOL = 1
 39230  pkg syscall (netbsd-amd64-cgo), const VEOL2 = 2
 39231  pkg syscall (netbsd-amd64-cgo), const VERASE = 3
 39232  pkg syscall (netbsd-amd64-cgo), const VINTR = 8
 39233  pkg syscall (netbsd-amd64-cgo), const VKILL = 5
 39234  pkg syscall (netbsd-amd64-cgo), const VLNEXT = 14
 39235  pkg syscall (netbsd-amd64-cgo), const VMIN = 16
 39236  pkg syscall (netbsd-amd64-cgo), const VQUIT = 9
 39237  pkg syscall (netbsd-amd64-cgo), const VREPRINT = 6
 39238  pkg syscall (netbsd-amd64-cgo), const VSTART = 12
 39239  pkg syscall (netbsd-amd64-cgo), const VSTATUS = 18
 39240  pkg syscall (netbsd-amd64-cgo), const VSTOP = 13
 39241  pkg syscall (netbsd-amd64-cgo), const VSUSP = 10
 39242  pkg syscall (netbsd-amd64-cgo), const VTIME = 17
 39243  pkg syscall (netbsd-amd64-cgo), const VWERASE = 4
 39244  pkg syscall (netbsd-amd64-cgo), const WALL = 8
 39245  pkg syscall (netbsd-amd64-cgo), const WALLSIG = 8
 39246  pkg syscall (netbsd-amd64-cgo), const WALTSIG = 4
 39247  pkg syscall (netbsd-amd64-cgo), const WCLONE = 4
 39248  pkg syscall (netbsd-amd64-cgo), const WCOREFLAG = 128
 39249  pkg syscall (netbsd-amd64-cgo), const WNOHANG = 1
 39250  pkg syscall (netbsd-amd64-cgo), const WNOWAIT = 65536
 39251  pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE = 131072
 39252  pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED = 262144
 39253  pkg syscall (netbsd-amd64-cgo), const WSTOPPED = 127
 39254  pkg syscall (netbsd-amd64-cgo), const WUNTRACED = 2
 39255  pkg syscall (netbsd-arm), const AF_APPLETALK = 16
 39256  pkg syscall (netbsd-arm), const AF_ARP = 28
 39257  pkg syscall (netbsd-arm), const AF_BLUETOOTH = 31
 39258  pkg syscall (netbsd-arm), const AF_CCITT = 10
 39259  pkg syscall (netbsd-arm), const AF_CHAOS = 5
 39260  pkg syscall (netbsd-arm), const AF_CNT = 21
 39261  pkg syscall (netbsd-arm), const AF_COIP = 20
 39262  pkg syscall (netbsd-arm), const AF_DATAKIT = 9
 39263  pkg syscall (netbsd-arm), const AF_DECnet = 12
 39264  pkg syscall (netbsd-arm), const AF_DLI = 13
 39265  pkg syscall (netbsd-arm), const AF_E164 = 26
 39266  pkg syscall (netbsd-arm), const AF_ECMA = 8
 39267  pkg syscall (netbsd-arm), const AF_HYLINK = 15
 39268  pkg syscall (netbsd-arm), const AF_IEEE80211 = 32
 39269  pkg syscall (netbsd-arm), const AF_IMPLINK = 3
 39270  pkg syscall (netbsd-arm), const AF_INET6 = 24
 39271  pkg syscall (netbsd-arm), const AF_IPX = 23
 39272  pkg syscall (netbsd-arm), const AF_ISDN = 26
 39273  pkg syscall (netbsd-arm), const AF_ISO = 7
 39274  pkg syscall (netbsd-arm), const AF_LAT = 14
 39275  pkg syscall (netbsd-arm), const AF_LINK = 18
 39276  pkg syscall (netbsd-arm), const AF_LOCAL = 1
 39277  pkg syscall (netbsd-arm), const AF_MAX = 35
 39278  pkg syscall (netbsd-arm), const AF_MPLS = 33
 39279  pkg syscall (netbsd-arm), const AF_NATM = 27
 39280  pkg syscall (netbsd-arm), const AF_NS = 6
 39281  pkg syscall (netbsd-arm), const AF_OROUTE = 17
 39282  pkg syscall (netbsd-arm), const AF_OSI = 7
 39283  pkg syscall (netbsd-arm), const AF_PUP = 4
 39284  pkg syscall (netbsd-arm), const AF_ROUTE = 34
 39285  pkg syscall (netbsd-arm), const AF_SNA = 11
 39286  pkg syscall (netbsd-arm), const ARPHRD_ARCNET = 7
 39287  pkg syscall (netbsd-arm), const ARPHRD_ETHER = 1
 39288  pkg syscall (netbsd-arm), const ARPHRD_FRELAY = 15
 39289  pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 = 24
 39290  pkg syscall (netbsd-arm), const ARPHRD_IEEE802 = 6
 39291  pkg syscall (netbsd-arm), const ARPHRD_STRIP = 23
 39292  pkg syscall (netbsd-arm), const B0 = 0
 39293  pkg syscall (netbsd-arm), const B110 = 110
 39294  pkg syscall (netbsd-arm), const B115200 = 115200
 39295  pkg syscall (netbsd-arm), const B1200 = 1200
 39296  pkg syscall (netbsd-arm), const B134 = 134
 39297  pkg syscall (netbsd-arm), const B14400 = 14400
 39298  pkg syscall (netbsd-arm), const B150 = 150
 39299  pkg syscall (netbsd-arm), const B1800 = 1800
 39300  pkg syscall (netbsd-arm), const B19200 = 19200
 39301  pkg syscall (netbsd-arm), const B200 = 200
 39302  pkg syscall (netbsd-arm), const B230400 = 230400
 39303  pkg syscall (netbsd-arm), const B2400 = 2400
 39304  pkg syscall (netbsd-arm), const B28800 = 28800
 39305  pkg syscall (netbsd-arm), const B300 = 300
 39306  pkg syscall (netbsd-arm), const B38400 = 38400
 39307  pkg syscall (netbsd-arm), const B460800 = 460800
 39308  pkg syscall (netbsd-arm), const B4800 = 4800
 39309  pkg syscall (netbsd-arm), const B50 = 50
 39310  pkg syscall (netbsd-arm), const B57600 = 57600
 39311  pkg syscall (netbsd-arm), const B600 = 600
 39312  pkg syscall (netbsd-arm), const B7200 = 7200
 39313  pkg syscall (netbsd-arm), const B75 = 75
 39314  pkg syscall (netbsd-arm), const B76800 = 76800
 39315  pkg syscall (netbsd-arm), const B921600 = 921600
 39316  pkg syscall (netbsd-arm), const B9600 = 9600
 39317  pkg syscall (netbsd-arm), const BIOCFEEDBACK = 2147762813
 39318  pkg syscall (netbsd-arm), const BIOCFLUSH = 536887912
 39319  pkg syscall (netbsd-arm), const BIOCGBLEN = 1074020966
 39320  pkg syscall (netbsd-arm), const BIOCGDLT = 1074020970
 39321  pkg syscall (netbsd-arm), const BIOCGDLTLIST = 3221766775
 39322  pkg syscall (netbsd-arm), const BIOCGETIF = 1083196011
 39323  pkg syscall (netbsd-arm), const BIOCGFEEDBACK = 1074020988
 39324  pkg syscall (netbsd-arm), const BIOCGHDRCMPLT = 1074020980
 39325  pkg syscall (netbsd-arm), const BIOCGRTIMEOUT = 1074545275
 39326  pkg syscall (netbsd-arm), const BIOCGSEESENT = 1074020984
 39327  pkg syscall (netbsd-arm), const BIOCGSTATS = 1082147439
 39328  pkg syscall (netbsd-arm), const BIOCGSTATSOLD = 1074283119
 39329  pkg syscall (netbsd-arm), const BIOCIMMEDIATE = 2147762800
 39330  pkg syscall (netbsd-arm), const BIOCPROMISC = 536887913
 39331  pkg syscall (netbsd-arm), const BIOCSBLEN = 3221504614
 39332  pkg syscall (netbsd-arm), const BIOCSDLT = 2147762806
 39333  pkg syscall (netbsd-arm), const BIOCSETF = 2148024935
 39334  pkg syscall (netbsd-arm), const BIOCSETIF = 2156937836
 39335  pkg syscall (netbsd-arm), const BIOCSFEEDBACK = 2147762813
 39336  pkg syscall (netbsd-arm), const BIOCSHDRCMPLT = 2147762805
 39337  pkg syscall (netbsd-arm), const BIOCSRTIMEOUT = 2148287098
 39338  pkg syscall (netbsd-arm), const BIOCSSEESENT = 2147762809
 39339  pkg syscall (netbsd-arm), const BIOCSTCPF = 2148024946
 39340  pkg syscall (netbsd-arm), const BIOCSUDPF = 2148024947
 39341  pkg syscall (netbsd-arm), const BIOCVERSION = 1074020977
 39342  pkg syscall (netbsd-arm), const BPF_A = 16
 39343  pkg syscall (netbsd-arm), const BPF_ABS = 32
 39344  pkg syscall (netbsd-arm), const BPF_ADD = 0
 39345  pkg syscall (netbsd-arm), const BPF_ALIGNMENT = 4
 39346  pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 = 4
 39347  pkg syscall (netbsd-arm), const BPF_ALU = 4
 39348  pkg syscall (netbsd-arm), const BPF_AND = 80
 39349  pkg syscall (netbsd-arm), const BPF_B = 16
 39350  pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE = 1048576
 39351  pkg syscall (netbsd-arm), const BPF_DIV = 48
 39352  pkg syscall (netbsd-arm), const BPF_H = 8
 39353  pkg syscall (netbsd-arm), const BPF_IMM = 0
 39354  pkg syscall (netbsd-arm), const BPF_IND = 64
 39355  pkg syscall (netbsd-arm), const BPF_JA = 0
 39356  pkg syscall (netbsd-arm), const BPF_JEQ = 16
 39357  pkg syscall (netbsd-arm), const BPF_JGE = 48
 39358  pkg syscall (netbsd-arm), const BPF_JGT = 32
 39359  pkg syscall (netbsd-arm), const BPF_JMP = 5
 39360  pkg syscall (netbsd-arm), const BPF_JSET = 64
 39361  pkg syscall (netbsd-arm), const BPF_K = 0
 39362  pkg syscall (netbsd-arm), const BPF_LD = 0
 39363  pkg syscall (netbsd-arm), const BPF_LDX = 1
 39364  pkg syscall (netbsd-arm), const BPF_LEN = 128
 39365  pkg syscall (netbsd-arm), const BPF_LSH = 96
 39366  pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION = 1
 39367  pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE = 16777216
 39368  pkg syscall (netbsd-arm), const BPF_MAXINSNS = 512
 39369  pkg syscall (netbsd-arm), const BPF_MEM = 96
 39370  pkg syscall (netbsd-arm), const BPF_MEMWORDS = 16
 39371  pkg syscall (netbsd-arm), const BPF_MINBUFSIZE = 32
 39372  pkg syscall (netbsd-arm), const BPF_MINOR_VERSION = 1
 39373  pkg syscall (netbsd-arm), const BPF_MISC = 7
 39374  pkg syscall (netbsd-arm), const BPF_MSH = 160
 39375  pkg syscall (netbsd-arm), const BPF_MUL = 32
 39376  pkg syscall (netbsd-arm), const BPF_NEG = 128
 39377  pkg syscall (netbsd-arm), const BPF_OR = 64
 39378  pkg syscall (netbsd-arm), const BPF_RELEASE = 199606
 39379  pkg syscall (netbsd-arm), const BPF_RET = 6
 39380  pkg syscall (netbsd-arm), const BPF_RSH = 112
 39381  pkg syscall (netbsd-arm), const BPF_ST = 2
 39382  pkg syscall (netbsd-arm), const BPF_STX = 3
 39383  pkg syscall (netbsd-arm), const BPF_SUB = 16
 39384  pkg syscall (netbsd-arm), const BPF_TAX = 0
 39385  pkg syscall (netbsd-arm), const BPF_TXA = 128
 39386  pkg syscall (netbsd-arm), const BPF_W = 0
 39387  pkg syscall (netbsd-arm), const BPF_X = 8
 39388  pkg syscall (netbsd-arm), const BRKINT = 2
 39389  pkg syscall (netbsd-arm), const CFLUSH = 15
 39390  pkg syscall (netbsd-arm), const CLOCAL = 32768
 39391  pkg syscall (netbsd-arm), const CREAD = 2048
 39392  pkg syscall (netbsd-arm), const CS5 = 0
 39393  pkg syscall (netbsd-arm), const CS6 = 256
 39394  pkg syscall (netbsd-arm), const CS7 = 512
 39395  pkg syscall (netbsd-arm), const CS8 = 768
 39396  pkg syscall (netbsd-arm), const CSIZE = 768
 39397  pkg syscall (netbsd-arm), const CSTART = 17
 39398  pkg syscall (netbsd-arm), const CSTATUS = 20
 39399  pkg syscall (netbsd-arm), const CSTOP = 19
 39400  pkg syscall (netbsd-arm), const CSTOPB = 1024
 39401  pkg syscall (netbsd-arm), const CSUSP = 26
 39402  pkg syscall (netbsd-arm), const CTL_MAXNAME = 12
 39403  pkg syscall (netbsd-arm), const CTL_NET = 4
 39404  pkg syscall (netbsd-arm), const CTL_QUERY = -2
 39405  pkg syscall (netbsd-arm), const DIOCBSFLUSH = 536896632
 39406  pkg syscall (netbsd-arm), const DLT_A429 = 184
 39407  pkg syscall (netbsd-arm), const DLT_A653_ICM = 185
 39408  pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER = 120
 39409  pkg syscall (netbsd-arm), const DLT_AOS = 222
 39410  pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 39411  pkg syscall (netbsd-arm), const DLT_ARCNET = 7
 39412  pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX = 129
 39413  pkg syscall (netbsd-arm), const DLT_ATM_CLIP = 19
 39414  pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 = 11
 39415  pkg syscall (netbsd-arm), const DLT_AURORA = 126
 39416  pkg syscall (netbsd-arm), const DLT_AX25 = 3
 39417  pkg syscall (netbsd-arm), const DLT_AX25_KISS = 202
 39418  pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP = 165
 39419  pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
 39420  pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 39421  pkg syscall (netbsd-arm), const DLT_CAN20B = 190
 39422  pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN = 227
 39423  pkg syscall (netbsd-arm), const DLT_CHAOS = 5
 39424  pkg syscall (netbsd-arm), const DLT_CISCO_IOS = 118
 39425  pkg syscall (netbsd-arm), const DLT_C_HDLC = 104
 39426  pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR = 205
 39427  pkg syscall (netbsd-arm), const DLT_DECT = 221
 39428  pkg syscall (netbsd-arm), const DLT_DOCSIS = 143
 39429  pkg syscall (netbsd-arm), const DLT_ECONET = 115
 39430  pkg syscall (netbsd-arm), const DLT_EN10MB = 1
 39431  pkg syscall (netbsd-arm), const DLT_EN3MB = 2
 39432  pkg syscall (netbsd-arm), const DLT_ENC = 109
 39433  pkg syscall (netbsd-arm), const DLT_ERF = 197
 39434  pkg syscall (netbsd-arm), const DLT_ERF_ETH = 175
 39435  pkg syscall (netbsd-arm), const DLT_ERF_POS = 176
 39436  pkg syscall (netbsd-arm), const DLT_FC_2 = 224
 39437  pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 39438  pkg syscall (netbsd-arm), const DLT_FDDI = 10
 39439  pkg syscall (netbsd-arm), const DLT_FLEXRAY = 210
 39440  pkg syscall (netbsd-arm), const DLT_FRELAY = 107
 39441  pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR = 206
 39442  pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL = 173
 39443  pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 = 172
 39444  pkg syscall (netbsd-arm), const DLT_GPF_F = 171
 39445  pkg syscall (netbsd-arm), const DLT_GPF_T = 170
 39446  pkg syscall (netbsd-arm), const DLT_GPRS_LLC = 169
 39447  pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS = 218
 39448  pkg syscall (netbsd-arm), const DLT_GSMTAP_UM = 217
 39449  pkg syscall (netbsd-arm), const DLT_HDLC = 16
 39450  pkg syscall (netbsd-arm), const DLT_HHDLC = 121
 39451  pkg syscall (netbsd-arm), const DLT_HIPPI = 15
 39452  pkg syscall (netbsd-arm), const DLT_IBM_SN = 146
 39453  pkg syscall (netbsd-arm), const DLT_IBM_SP = 145
 39454  pkg syscall (netbsd-arm), const DLT_IEEE802 = 6
 39455  pkg syscall (netbsd-arm), const DLT_IEEE802_11 = 105
 39456  pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO = 127
 39457  pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
 39458  pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 = 195
 39459  pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX = 191
 39460  pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
 39461  pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
 39462  pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 39463  pkg syscall (netbsd-arm), const DLT_IPMB = 199
 39464  pkg syscall (netbsd-arm), const DLT_IPMB_LINUX = 209
 39465  pkg syscall (netbsd-arm), const DLT_IPNET = 226
 39466  pkg syscall (netbsd-arm), const DLT_IPV4 = 228
 39467  pkg syscall (netbsd-arm), const DLT_IPV6 = 229
 39468  pkg syscall (netbsd-arm), const DLT_IP_OVER_FC = 122
 39469  pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 = 137
 39470  pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 = 135
 39471  pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC = 181
 39472  pkg syscall (netbsd-arm), const DLT_JUNIPER_ES = 132
 39473  pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER = 178
 39474  pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY = 180
 39475  pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN = 133
 39476  pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM = 194
 39477  pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR = 134
 39478  pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR = 131
 39479  pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP = 130
 39480  pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR = 164
 39481  pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER = 174
 39482  pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP = 179
 39483  pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE = 167
 39484  pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
 39485  pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES = 136
 39486  pkg syscall (netbsd-arm), const DLT_JUNIPER_ST = 200
 39487  pkg syscall (netbsd-arm), const DLT_JUNIPER_VP = 183
 39488  pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR = 207
 39489  pkg syscall (netbsd-arm), const DLT_LAPD = 203
 39490  pkg syscall (netbsd-arm), const DLT_LIN = 212
 39491  pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV = 216
 39492  pkg syscall (netbsd-arm), const DLT_LINUX_IRDA = 144
 39493  pkg syscall (netbsd-arm), const DLT_LINUX_LAPD = 177
 39494  pkg syscall (netbsd-arm), const DLT_LINUX_SLL = 113
 39495  pkg syscall (netbsd-arm), const DLT_LOOP = 108
 39496  pkg syscall (netbsd-arm), const DLT_LTALK = 114
 39497  pkg syscall (netbsd-arm), const DLT_MFR = 182
 39498  pkg syscall (netbsd-arm), const DLT_MOST = 211
 39499  pkg syscall (netbsd-arm), const DLT_MPLS = 219
 39500  pkg syscall (netbsd-arm), const DLT_MTP2 = 140
 39501  pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR = 139
 39502  pkg syscall (netbsd-arm), const DLT_MTP3 = 141
 39503  pkg syscall (netbsd-arm), const DLT_NULL = 0
 39504  pkg syscall (netbsd-arm), const DLT_PCI_EXP = 125
 39505  pkg syscall (netbsd-arm), const DLT_PFLOG = 117
 39506  pkg syscall (netbsd-arm), const DLT_PFSYNC = 18
 39507  pkg syscall (netbsd-arm), const DLT_PPI = 192
 39508  pkg syscall (netbsd-arm), const DLT_PPP = 9
 39509  pkg syscall (netbsd-arm), const DLT_PPP_BSDOS = 14
 39510  pkg syscall (netbsd-arm), const DLT_PPP_ETHER = 51
 39511  pkg syscall (netbsd-arm), const DLT_PPP_PPPD = 166
 39512  pkg syscall (netbsd-arm), const DLT_PPP_SERIAL = 50
 39513  pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR = 204
 39514  pkg syscall (netbsd-arm), const DLT_PRISM_HEADER = 119
 39515  pkg syscall (netbsd-arm), const DLT_PRONET = 4
 39516  pkg syscall (netbsd-arm), const DLT_RAIF1 = 198
 39517  pkg syscall (netbsd-arm), const DLT_RAW = 12
 39518  pkg syscall (netbsd-arm), const DLT_RAWAF_MASK = 35913728
 39519  pkg syscall (netbsd-arm), const DLT_RIO = 124
 39520  pkg syscall (netbsd-arm), const DLT_SCCP = 142
 39521  pkg syscall (netbsd-arm), const DLT_SITA = 196
 39522  pkg syscall (netbsd-arm), const DLT_SLIP = 8
 39523  pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS = 13
 39524  pkg syscall (netbsd-arm), const DLT_SUNATM = 123
 39525  pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL = 99
 39526  pkg syscall (netbsd-arm), const DLT_TZSP = 128
 39527  pkg syscall (netbsd-arm), const DLT_USB = 186
 39528  pkg syscall (netbsd-arm), const DLT_USB_LINUX = 189
 39529  pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED = 220
 39530  pkg syscall (netbsd-arm), const DLT_WIHART = 223
 39531  pkg syscall (netbsd-arm), const DLT_X2E_SERIAL = 213
 39532  pkg syscall (netbsd-arm), const DLT_X2E_XORAYA = 214
 39533  pkg syscall (netbsd-arm), const DT_BLK = 6
 39534  pkg syscall (netbsd-arm), const DT_CHR = 2
 39535  pkg syscall (netbsd-arm), const DT_DIR = 4
 39536  pkg syscall (netbsd-arm), const DT_FIFO = 1
 39537  pkg syscall (netbsd-arm), const DT_LNK = 10
 39538  pkg syscall (netbsd-arm), const DT_REG = 8
 39539  pkg syscall (netbsd-arm), const DT_SOCK = 12
 39540  pkg syscall (netbsd-arm), const DT_UNKNOWN = 0
 39541  pkg syscall (netbsd-arm), const DT_WHT = 14
 39542  pkg syscall (netbsd-arm), const E2BIG = 7
 39543  pkg syscall (netbsd-arm), const EACCES = 13
 39544  pkg syscall (netbsd-arm), const EADDRINUSE = 48
 39545  pkg syscall (netbsd-arm), const EADDRNOTAVAIL = 49
 39546  pkg syscall (netbsd-arm), const EAFNOSUPPORT = 47
 39547  pkg syscall (netbsd-arm), const EAGAIN = 35
 39548  pkg syscall (netbsd-arm), const EALREADY = 37
 39549  pkg syscall (netbsd-arm), const EAUTH = 80
 39550  pkg syscall (netbsd-arm), const EBADF = 9
 39551  pkg syscall (netbsd-arm), const EBADMSG = 88
 39552  pkg syscall (netbsd-arm), const EBADRPC = 72
 39553  pkg syscall (netbsd-arm), const EBUSY = 16
 39554  pkg syscall (netbsd-arm), const ECANCELED = 87
 39555  pkg syscall (netbsd-arm), const ECHILD = 10
 39556  pkg syscall (netbsd-arm), const ECHO = 8
 39557  pkg syscall (netbsd-arm), const ECHOCTL = 64
 39558  pkg syscall (netbsd-arm), const ECHOE = 2
 39559  pkg syscall (netbsd-arm), const ECHOK = 4
 39560  pkg syscall (netbsd-arm), const ECHOKE = 1
 39561  pkg syscall (netbsd-arm), const ECHONL = 16
 39562  pkg syscall (netbsd-arm), const ECHOPRT = 32
 39563  pkg syscall (netbsd-arm), const ECONNABORTED = 53
 39564  pkg syscall (netbsd-arm), const ECONNREFUSED = 61
 39565  pkg syscall (netbsd-arm), const ECONNRESET = 54
 39566  pkg syscall (netbsd-arm), const EDEADLK = 11
 39567  pkg syscall (netbsd-arm), const EDESTADDRREQ = 39
 39568  pkg syscall (netbsd-arm), const EDOM = 33
 39569  pkg syscall (netbsd-arm), const EDQUOT = 69
 39570  pkg syscall (netbsd-arm), const EEXIST = 17
 39571  pkg syscall (netbsd-arm), const EFAULT = 14
 39572  pkg syscall (netbsd-arm), const EFBIG = 27
 39573  pkg syscall (netbsd-arm), const EFTYPE = 79
 39574  pkg syscall (netbsd-arm), const EHOSTDOWN = 64
 39575  pkg syscall (netbsd-arm), const EHOSTUNREACH = 65
 39576  pkg syscall (netbsd-arm), const EIDRM = 82
 39577  pkg syscall (netbsd-arm), const EILSEQ = 85
 39578  pkg syscall (netbsd-arm), const EINPROGRESS = 36
 39579  pkg syscall (netbsd-arm), const EINTR = 4
 39580  pkg syscall (netbsd-arm), const EINVAL = 22
 39581  pkg syscall (netbsd-arm), const EIO = 5
 39582  pkg syscall (netbsd-arm), const EISCONN = 56
 39583  pkg syscall (netbsd-arm), const EISDIR = 21
 39584  pkg syscall (netbsd-arm), const ELAST = 96
 39585  pkg syscall (netbsd-arm), const ELOOP = 62
 39586  pkg syscall (netbsd-arm), const EMFILE = 24
 39587  pkg syscall (netbsd-arm), const EMLINK = 31
 39588  pkg syscall (netbsd-arm), const EMSGSIZE = 40
 39589  pkg syscall (netbsd-arm), const EMULTIHOP = 94
 39590  pkg syscall (netbsd-arm), const EMUL_LINUX = 1
 39591  pkg syscall (netbsd-arm), const EMUL_LINUX32 = 5
 39592  pkg syscall (netbsd-arm), const EMUL_MAXID = 6
 39593  pkg syscall (netbsd-arm), const ENAMETOOLONG = 63
 39594  pkg syscall (netbsd-arm), const ENEEDAUTH = 81
 39595  pkg syscall (netbsd-arm), const ENETDOWN = 50
 39596  pkg syscall (netbsd-arm), const ENETRESET = 52
 39597  pkg syscall (netbsd-arm), const ENETUNREACH = 51
 39598  pkg syscall (netbsd-arm), const ENFILE = 23
 39599  pkg syscall (netbsd-arm), const ENOATTR = 93
 39600  pkg syscall (netbsd-arm), const ENOBUFS = 55
 39601  pkg syscall (netbsd-arm), const ENODATA = 89
 39602  pkg syscall (netbsd-arm), const ENODEV = 19
 39603  pkg syscall (netbsd-arm), const ENOEXEC = 8
 39604  pkg syscall (netbsd-arm), const ENOLCK = 77
 39605  pkg syscall (netbsd-arm), const ENOLINK = 95
 39606  pkg syscall (netbsd-arm), const ENOMEM = 12
 39607  pkg syscall (netbsd-arm), const ENOMSG = 83
 39608  pkg syscall (netbsd-arm), const ENOPROTOOPT = 42
 39609  pkg syscall (netbsd-arm), const ENOSPC = 28
 39610  pkg syscall (netbsd-arm), const ENOSR = 90
 39611  pkg syscall (netbsd-arm), const ENOSTR = 91
 39612  pkg syscall (netbsd-arm), const ENOSYS = 78
 39613  pkg syscall (netbsd-arm), const ENOTBLK = 15
 39614  pkg syscall (netbsd-arm), const ENOTCONN = 57
 39615  pkg syscall (netbsd-arm), const ENOTDIR = 20
 39616  pkg syscall (netbsd-arm), const ENOTEMPTY = 66
 39617  pkg syscall (netbsd-arm), const ENOTSOCK = 38
 39618  pkg syscall (netbsd-arm), const ENOTSUP = 86
 39619  pkg syscall (netbsd-arm), const ENOTTY = 25
 39620  pkg syscall (netbsd-arm), const ENXIO = 6
 39621  pkg syscall (netbsd-arm), const EOPNOTSUPP = 45
 39622  pkg syscall (netbsd-arm), const EOVERFLOW = 84
 39623  pkg syscall (netbsd-arm), const EPERM = 1
 39624  pkg syscall (netbsd-arm), const EPFNOSUPPORT = 46
 39625  pkg syscall (netbsd-arm), const EPIPE = 32
 39626  pkg syscall (netbsd-arm), const EPROCLIM = 67
 39627  pkg syscall (netbsd-arm), const EPROCUNAVAIL = 76
 39628  pkg syscall (netbsd-arm), const EPROGMISMATCH = 75
 39629  pkg syscall (netbsd-arm), const EPROGUNAVAIL = 74
 39630  pkg syscall (netbsd-arm), const EPROTO = 96
 39631  pkg syscall (netbsd-arm), const EPROTONOSUPPORT = 43
 39632  pkg syscall (netbsd-arm), const EPROTOTYPE = 41
 39633  pkg syscall (netbsd-arm), const ERANGE = 34
 39634  pkg syscall (netbsd-arm), const EREMOTE = 71
 39635  pkg syscall (netbsd-arm), const EROFS = 30
 39636  pkg syscall (netbsd-arm), const ERPCMISMATCH = 73
 39637  pkg syscall (netbsd-arm), const ESHUTDOWN = 58
 39638  pkg syscall (netbsd-arm), const ESOCKTNOSUPPORT = 44
 39639  pkg syscall (netbsd-arm), const ESPIPE = 29
 39640  pkg syscall (netbsd-arm), const ESRCH = 3
 39641  pkg syscall (netbsd-arm), const ESTALE = 70
 39642  pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU = 4
 39643  pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING = 2
 39644  pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU = 1
 39645  pkg syscall (netbsd-arm), const ETHERMIN = 46
 39646  pkg syscall (netbsd-arm), const ETHERMTU = 1500
 39647  pkg syscall (netbsd-arm), const ETHERMTU_JUMBO = 9000
 39648  pkg syscall (netbsd-arm), const ETHERTYPE_8023 = 4
 39649  pkg syscall (netbsd-arm), const ETHERTYPE_AARP = 33011
 39650  pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON = 33680
 39651  pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC = 32822
 39652  pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA = 33098
 39653  pkg syscall (netbsd-arm), const ETHERTYPE_AMBER = 24584
 39654  pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA = 33093
 39655  pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO = 33015
 39656  pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN = 32793
 39657  pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK = 32923
 39658  pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK = 32967
 39659  pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT = 32826
 39660  pkg syscall (netbsd-arm), const ETHERTYPE_ARP = 2054
 39661  pkg syscall (netbsd-arm), const ETHERTYPE_AT = 32923
 39662  pkg syscall (netbsd-arm), const ETHERTYPE_ATALK = 32923
 39663  pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC = 34527
 39664  pkg syscall (netbsd-arm), const ETHERTYPE_ATT = 32873
 39665  pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD = 32776
 39666  pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON = 32874
 39667  pkg syscall (netbsd-arm), const ETHERTYPE_AXIS = 34902
 39668  pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP = 36867
 39669  pkg syscall (netbsd-arm), const ETHERTYPE_BOFL = 33026
 39670  pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON = 28724
 39671  pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS = 2052
 39672  pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN = 32876
 39673  pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC = 32877
 39674  pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT = 32866
 39675  pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS = 32772
 39676  pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN = 32771
 39677  pkg syscall (netbsd-arm), const ETHERTYPE_DCA = 4660
 39678  pkg syscall (netbsd-arm), const ETHERTYPE_DDE = 32891
 39679  pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI = 43690
 39680  pkg syscall (netbsd-arm), const ETHERTYPE_DECAM = 32840
 39681  pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST = 24582
 39682  pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG = 24581
 39683  pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS = 32828
 39684  pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS = 32830
 39685  pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER = 24576
 39686  pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST = 32833
 39687  pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM = 32831
 39688  pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS = 24585
 39689  pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS = 32832
 39690  pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON = 34526
 39691  pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE = 17185
 39692  pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 = 1632
 39693  pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 = 1633
 39694  pkg syscall (netbsd-arm), const ETHERTYPE_DN = 24579
 39695  pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT = 6537
 39696  pkg syscall (netbsd-arm), const ETHERTYPE_DSMD = 32825
 39697  pkg syscall (netbsd-arm), const ETHERTYPE_ECMA = 2051
 39698  pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT = 32829
 39699  pkg syscall (netbsd-arm), const ETHERTYPE_ES = 32861
 39700  pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN = 32784
 39701  pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA = 32841
 39702  pkg syscall (netbsd-arm), const ETHERTYPE_FLIP = 33094
 39703  pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL = 34824
 39704  pkg syscall (netbsd-arm), const ETHERTYPE_FRARP = 2056
 39705  pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN = 32872
 39706  pkg syscall (netbsd-arm), const ETHERTYPE_HAYES = 33072
 39707  pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP = 33152
 39708  pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI = 34848
 39709  pkg syscall (netbsd-arm), const ETHERTYPE_HP = 32773
 39710  pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP = 2560
 39711  pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT = 2561
 39712  pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL = 19522
 39713  pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG = 16972
 39714  pkg syscall (netbsd-arm), const ETHERTYPE_IP = 2048
 39715  pkg syscall (netbsd-arm), const ETHERTYPE_IPAS = 34668
 39716  pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 = 34525
 39717  pkg syscall (netbsd-arm), const ETHERTYPE_IPX = 33079
 39718  pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW = 32823
 39719  pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA = 34178
 39720  pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE = 32824
 39721  pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE = 34952
 39722  pkg syscall (netbsd-arm), const ETHERTYPE_LAT = 24580
 39723  pkg syscall (netbsd-arm), const ETHERTYPE_LBACK = 36864
 39724  pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE = 32864
 39725  pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT = 33096
 39726  pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK = 36864
 39727  pkg syscall (netbsd-arm), const ETHERTYPE_MATRA = 32890
 39728  pkg syscall (netbsd-arm), const ETHERTYPE_MAX = 65535
 39729  pkg syscall (netbsd-arm), const ETHERTYPE_MERIT = 32892
 39730  pkg syscall (netbsd-arm), const ETHERTYPE_MICP = 34618
 39731  pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL = 24577
 39732  pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC = 24578
 39733  pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA = 33165
 39734  pkg syscall (netbsd-arm), const ETHERTYPE_MPLS = 34887
 39735  pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST = 34888
 39736  pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS = 33087
 39737  pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC = 15364
 39738  pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM = 15369
 39739  pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ = 15365
 39740  pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP = 15366
 39741  pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ = 15362
 39742  pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP = 15363
 39743  pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG = 15367
 39744  pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB = 15368
 39745  pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE = 15370
 39746  pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR = 15372
 39747  pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS = 15371
 39748  pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST = 15373
 39749  pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD = 15361
 39750  pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD = 15360
 39751  pkg syscall (netbsd-arm), const ETHERTYPE_NBS = 2050
 39752  pkg syscall (netbsd-arm), const ETHERTYPE_NCD = 33097
 39753  pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR = 32774
 39754  pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI = 33169
 39755  pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL = 33080
 39756  pkg syscall (netbsd-arm), const ETHERTYPE_NS = 1536
 39757  pkg syscall (netbsd-arm), const ETHERTYPE_NSAT = 1537
 39758  pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT = 2055
 39759  pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER = 16
 39760  pkg syscall (netbsd-arm), const ETHERTYPE_OS9 = 28679
 39761  pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET = 28681
 39762  pkg syscall (netbsd-arm), const ETHERTYPE_PACER = 32966
 39763  pkg syscall (netbsd-arm), const ETHERTYPE_PAE = 34958
 39764  pkg syscall (netbsd-arm), const ETHERTYPE_PCS = 16962
 39765  pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING = 32836
 39766  pkg syscall (netbsd-arm), const ETHERTYPE_PPP = 34827
 39767  pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE = 34916
 39768  pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC = 34915
 39769  pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS = 28721
 39770  pkg syscall (netbsd-arm), const ETHERTYPE_PUP = 512
 39771  pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT = 512
 39772  pkg syscall (netbsd-arm), const ETHERTYPE_RACAL = 28720
 39773  pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL = 33104
 39774  pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR = 25945
 39775  pkg syscall (netbsd-arm), const ETHERTYPE_RCL = 6549
 39776  pkg syscall (netbsd-arm), const ETHERTYPE_RDP = 34617
 39777  pkg syscall (netbsd-arm), const ETHERTYPE_RETIX = 33010
 39778  pkg syscall (netbsd-arm), const ETHERTYPE_REVARP = 32821
 39779  pkg syscall (netbsd-arm), const ETHERTYPE_SCA = 24583
 39780  pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA = 34523
 39781  pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA = 34669
 39782  pkg syscall (netbsd-arm), const ETHERTYPE_SGITW = 33150
 39783  pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE = 32790
 39784  pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG = 32787
 39785  pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES = 32788
 39786  pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV = 32789
 39787  pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET = 21000
 39788  pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS = 34825
 39789  pkg syscall (netbsd-arm), const ETHERTYPE_SNA = 32981
 39790  pkg syscall (netbsd-arm), const ETHERTYPE_SNMP = 33100
 39791  pkg syscall (netbsd-arm), const ETHERTYPE_SONIX = 64245
 39792  pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER = 32927
 39793  pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE = 1280
 39794  pkg syscall (netbsd-arm), const ETHERTYPE_STP = 33153
 39795  pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS = 33067
 39796  pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC = 34091
 39797  pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP = 34667
 39798  pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM = 36866
 39799  pkg syscall (netbsd-arm), const ETHERTYPE_TEC = 33103
 39800  pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN = 32815
 39801  pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL = 4096
 39802  pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER = 25944
 39803  pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE = 32814
 39804  pkg syscall (netbsd-arm), const ETHERTYPE_UBBST = 28677
 39805  pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG = 2304
 39806  pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP = 28674
 39807  pkg syscall (netbsd-arm), const ETHERTYPE_UBDL = 28672
 39808  pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU = 28673
 39809  pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC = 28675
 39810  pkg syscall (netbsd-arm), const ETHERTYPE_VALID = 5632
 39811  pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN = 32989
 39812  pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN = 32827
 39813  pkg syscall (netbsd-arm), const ETHERTYPE_VEECO = 32871
 39814  pkg syscall (netbsd-arm), const ETHERTYPE_VEXP = 32859
 39815  pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB = 33073
 39816  pkg syscall (netbsd-arm), const ETHERTYPE_VINES = 2989
 39817  pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO = 2991
 39818  pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP = 2990
 39819  pkg syscall (netbsd-arm), const ETHERTYPE_VITAL = 65280
 39820  pkg syscall (netbsd-arm), const ETHERTYPE_VLAN = 33024
 39821  pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN = 32896
 39822  pkg syscall (netbsd-arm), const ETHERTYPE_VPROD = 32860
 39823  pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED = 33095
 39824  pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO = 33072
 39825  pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET = 33027
 39826  pkg syscall (netbsd-arm), const ETHERTYPE_X25 = 2053
 39827  pkg syscall (netbsd-arm), const ETHERTYPE_X75 = 2049
 39828  pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM = 36865
 39829  pkg syscall (netbsd-arm), const ETHERTYPE_XTP = 33149
 39830  pkg syscall (netbsd-arm), const ETHER_ADDR_LEN = 6
 39831  pkg syscall (netbsd-arm), const ETHER_CRC_LEN = 4
 39832  pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE = 79764918
 39833  pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE = 3988292384
 39834  pkg syscall (netbsd-arm), const ETHER_HDR_LEN = 14
 39835  pkg syscall (netbsd-arm), const ETHER_MAX_LEN = 1518
 39836  pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO = 9018
 39837  pkg syscall (netbsd-arm), const ETHER_MIN_LEN = 64
 39838  pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN = 8
 39839  pkg syscall (netbsd-arm), const ETHER_TYPE_LEN = 2
 39840  pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN = 4
 39841  pkg syscall (netbsd-arm), const ETIME = 92
 39842  pkg syscall (netbsd-arm), const ETIMEDOUT = 60
 39843  pkg syscall (netbsd-arm), const ETOOMANYREFS = 59
 39844  pkg syscall (netbsd-arm), const ETXTBSY = 26
 39845  pkg syscall (netbsd-arm), const EUSERS = 68
 39846  pkg syscall (netbsd-arm), const EVFILT_AIO = 2
 39847  pkg syscall (netbsd-arm), const EVFILT_PROC = 4
 39848  pkg syscall (netbsd-arm), const EVFILT_READ = 0
 39849  pkg syscall (netbsd-arm), const EVFILT_SIGNAL = 5
 39850  pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT = 7
 39851  pkg syscall (netbsd-arm), const EVFILT_TIMER = 6
 39852  pkg syscall (netbsd-arm), const EVFILT_VNODE = 3
 39853  pkg syscall (netbsd-arm), const EVFILT_WRITE = 1
 39854  pkg syscall (netbsd-arm), const EV_ADD = 1
 39855  pkg syscall (netbsd-arm), const EV_CLEAR = 32
 39856  pkg syscall (netbsd-arm), const EV_DELETE = 2
 39857  pkg syscall (netbsd-arm), const EV_DISABLE = 8
 39858  pkg syscall (netbsd-arm), const EV_ENABLE = 4
 39859  pkg syscall (netbsd-arm), const EV_EOF = 32768
 39860  pkg syscall (netbsd-arm), const EV_ERROR = 16384
 39861  pkg syscall (netbsd-arm), const EV_FLAG1 = 8192
 39862  pkg syscall (netbsd-arm), const EV_ONESHOT = 16
 39863  pkg syscall (netbsd-arm), const EV_SYSFLAGS = 61440
 39864  pkg syscall (netbsd-arm), const EWOULDBLOCK = 35
 39865  pkg syscall (netbsd-arm), const EXDEV = 18
 39866  pkg syscall (netbsd-arm), const EXTA = 19200
 39867  pkg syscall (netbsd-arm), const EXTB = 38400
 39868  pkg syscall (netbsd-arm), const EXTPROC = 2048
 39869  pkg syscall (netbsd-arm), const FD_CLOEXEC = 1
 39870  pkg syscall (netbsd-arm), const FD_SETSIZE = 256
 39871  pkg syscall (netbsd-arm), const FLUSHO = 8388608
 39872  pkg syscall (netbsd-arm), const F_CLOSEM = 10
 39873  pkg syscall (netbsd-arm), const F_DUPFD = 0
 39874  pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC = 12
 39875  pkg syscall (netbsd-arm), const F_FSCTL = -2147483648
 39876  pkg syscall (netbsd-arm), const F_FSDIRMASK = 1879048192
 39877  pkg syscall (netbsd-arm), const F_FSIN = 268435456
 39878  pkg syscall (netbsd-arm), const F_FSINOUT = 805306368
 39879  pkg syscall (netbsd-arm), const F_FSOUT = 536870912
 39880  pkg syscall (netbsd-arm), const F_FSPRIV = 32768
 39881  pkg syscall (netbsd-arm), const F_FSVOID = 1073741824
 39882  pkg syscall (netbsd-arm), const F_GETFD = 1
 39883  pkg syscall (netbsd-arm), const F_GETFL = 3
 39884  pkg syscall (netbsd-arm), const F_GETLK = 7
 39885  pkg syscall (netbsd-arm), const F_GETNOSIGPIPE = 13
 39886  pkg syscall (netbsd-arm), const F_GETOWN = 5
 39887  pkg syscall (netbsd-arm), const F_MAXFD = 11
 39888  pkg syscall (netbsd-arm), const F_OK = 0
 39889  pkg syscall (netbsd-arm), const F_PARAM_MASK = 4095
 39890  pkg syscall (netbsd-arm), const F_PARAM_MAX = 4095
 39891  pkg syscall (netbsd-arm), const F_RDLCK = 1
 39892  pkg syscall (netbsd-arm), const F_SETFD = 2
 39893  pkg syscall (netbsd-arm), const F_SETFL = 4
 39894  pkg syscall (netbsd-arm), const F_SETLK = 8
 39895  pkg syscall (netbsd-arm), const F_SETLKW = 9
 39896  pkg syscall (netbsd-arm), const F_SETNOSIGPIPE = 14
 39897  pkg syscall (netbsd-arm), const F_SETOWN = 6
 39898  pkg syscall (netbsd-arm), const F_UNLCK = 2
 39899  pkg syscall (netbsd-arm), const F_WRLCK = 3
 39900  pkg syscall (netbsd-arm), const HUPCL = 16384
 39901  pkg syscall (netbsd-arm), const ICANON = 256
 39902  pkg syscall (netbsd-arm), const ICRNL = 256
 39903  pkg syscall (netbsd-arm), const IEXTEN = 1024
 39904  pkg syscall (netbsd-arm), const IFAN_ARRIVAL = 0
 39905  pkg syscall (netbsd-arm), const IFAN_DEPARTURE = 1
 39906  pkg syscall (netbsd-arm), const IFA_ROUTE = 1
 39907  pkg syscall (netbsd-arm), const IFF_ALLMULTI = 512
 39908  pkg syscall (netbsd-arm), const IFF_CANTCHANGE = 36690
 39909  pkg syscall (netbsd-arm), const IFF_DEBUG = 4
 39910  pkg syscall (netbsd-arm), const IFF_LINK0 = 4096
 39911  pkg syscall (netbsd-arm), const IFF_LINK1 = 8192
 39912  pkg syscall (netbsd-arm), const IFF_LINK2 = 16384
 39913  pkg syscall (netbsd-arm), const IFF_LOOPBACK = 8
 39914  pkg syscall (netbsd-arm), const IFF_MULTICAST = 32768
 39915  pkg syscall (netbsd-arm), const IFF_NOARP = 128
 39916  pkg syscall (netbsd-arm), const IFF_NOTRAILERS = 32
 39917  pkg syscall (netbsd-arm), const IFF_OACTIVE = 1024
 39918  pkg syscall (netbsd-arm), const IFF_POINTOPOINT = 16
 39919  pkg syscall (netbsd-arm), const IFF_PROMISC = 256
 39920  pkg syscall (netbsd-arm), const IFF_RUNNING = 64
 39921  pkg syscall (netbsd-arm), const IFF_SIMPLEX = 2048
 39922  pkg syscall (netbsd-arm), const IFNAMSIZ = 16
 39923  pkg syscall (netbsd-arm), const IFT_1822 = 2
 39924  pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH = 130
 39925  pkg syscall (netbsd-arm), const IFT_AAL2 = 187
 39926  pkg syscall (netbsd-arm), const IFT_AAL5 = 49
 39927  pkg syscall (netbsd-arm), const IFT_ADSL = 94
 39928  pkg syscall (netbsd-arm), const IFT_AFLANE8023 = 59
 39929  pkg syscall (netbsd-arm), const IFT_AFLANE8025 = 60
 39930  pkg syscall (netbsd-arm), const IFT_ARAP = 88
 39931  pkg syscall (netbsd-arm), const IFT_ARCNET = 35
 39932  pkg syscall (netbsd-arm), const IFT_ARCNETPLUS = 36
 39933  pkg syscall (netbsd-arm), const IFT_ASYNC = 84
 39934  pkg syscall (netbsd-arm), const IFT_ATM = 37
 39935  pkg syscall (netbsd-arm), const IFT_ATMDXI = 105
 39936  pkg syscall (netbsd-arm), const IFT_ATMFUNI = 106
 39937  pkg syscall (netbsd-arm), const IFT_ATMIMA = 107
 39938  pkg syscall (netbsd-arm), const IFT_ATMLOGICAL = 80
 39939  pkg syscall (netbsd-arm), const IFT_ATMRADIO = 189
 39940  pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE = 134
 39941  pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT = 194
 39942  pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL = 149
 39943  pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
 39944  pkg syscall (netbsd-arm), const IFT_BRIDGE = 209
 39945  pkg syscall (netbsd-arm), const IFT_BSC = 83
 39946  pkg syscall (netbsd-arm), const IFT_CARP = 248
 39947  pkg syscall (netbsd-arm), const IFT_CCTEMUL = 61
 39948  pkg syscall (netbsd-arm), const IFT_CEPT = 19
 39949  pkg syscall (netbsd-arm), const IFT_CES = 133
 39950  pkg syscall (netbsd-arm), const IFT_CHANNEL = 70
 39951  pkg syscall (netbsd-arm), const IFT_CNR = 85
 39952  pkg syscall (netbsd-arm), const IFT_COFFEE = 132
 39953  pkg syscall (netbsd-arm), const IFT_COMPOSITELINK = 155
 39954  pkg syscall (netbsd-arm), const IFT_DCN = 141
 39955  pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE = 138
 39956  pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 39957  pkg syscall (netbsd-arm), const IFT_DLSW = 74
 39958  pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
 39959  pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER = 127
 39960  pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
 39961  pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 39962  pkg syscall (netbsd-arm), const IFT_DS0 = 81
 39963  pkg syscall (netbsd-arm), const IFT_DS0BUNDLE = 82
 39964  pkg syscall (netbsd-arm), const IFT_DS1FDL = 170
 39965  pkg syscall (netbsd-arm), const IFT_DS3 = 30
 39966  pkg syscall (netbsd-arm), const IFT_DTM = 140
 39967  pkg syscall (netbsd-arm), const IFT_DVBASILN = 172
 39968  pkg syscall (netbsd-arm), const IFT_DVBASIOUT = 173
 39969  pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
 39970  pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER = 146
 39971  pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM = 148
 39972  pkg syscall (netbsd-arm), const IFT_ECONET = 206
 39973  pkg syscall (netbsd-arm), const IFT_EON = 25
 39974  pkg syscall (netbsd-arm), const IFT_EPLRS = 87
 39975  pkg syscall (netbsd-arm), const IFT_ESCON = 73
 39976  pkg syscall (netbsd-arm), const IFT_ETHER = 6
 39977  pkg syscall (netbsd-arm), const IFT_FAITH = 242
 39978  pkg syscall (netbsd-arm), const IFT_FAST = 125
 39979  pkg syscall (netbsd-arm), const IFT_FASTETHER = 62
 39980  pkg syscall (netbsd-arm), const IFT_FASTETHERFX = 69
 39981  pkg syscall (netbsd-arm), const IFT_FDDI = 15
 39982  pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL = 56
 39983  pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
 39984  pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI = 92
 39985  pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT = 193
 39986  pkg syscall (netbsd-arm), const IFT_FRELAY = 32
 39987  pkg syscall (netbsd-arm), const IFT_FRELAYDCE = 44
 39988  pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE = 163
 39989  pkg syscall (netbsd-arm), const IFT_FRFORWARD = 158
 39990  pkg syscall (netbsd-arm), const IFT_G703AT2MB = 67
 39991  pkg syscall (netbsd-arm), const IFT_G703AT64K = 66
 39992  pkg syscall (netbsd-arm), const IFT_GIF = 240
 39993  pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET = 117
 39994  pkg syscall (netbsd-arm), const IFT_GR303IDT = 178
 39995  pkg syscall (netbsd-arm), const IFT_GR303RDT = 177
 39996  pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER = 164
 39997  pkg syscall (netbsd-arm), const IFT_H323PROXY = 165
 39998  pkg syscall (netbsd-arm), const IFT_HDH1822 = 3
 39999  pkg syscall (netbsd-arm), const IFT_HDLC = 118
 40000  pkg syscall (netbsd-arm), const IFT_HDSL2 = 168
 40001  pkg syscall (netbsd-arm), const IFT_HIPERLAN2 = 183
 40002  pkg syscall (netbsd-arm), const IFT_HIPPI = 47
 40003  pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE = 57
 40004  pkg syscall (netbsd-arm), const IFT_HOSTPAD = 90
 40005  pkg syscall (netbsd-arm), const IFT_HSSI = 46
 40006  pkg syscall (netbsd-arm), const IFT_HY = 14
 40007  pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN = 72
 40008  pkg syscall (netbsd-arm), const IFT_IDSL = 154
 40009  pkg syscall (netbsd-arm), const IFT_IEEE1394 = 144
 40010  pkg syscall (netbsd-arm), const IFT_IEEE80211 = 71
 40011  pkg syscall (netbsd-arm), const IFT_IEEE80212 = 55
 40012  pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG = 161
 40013  pkg syscall (netbsd-arm), const IFT_IFGSN = 145
 40014  pkg syscall (netbsd-arm), const IFT_IMT = 190
 40015  pkg syscall (netbsd-arm), const IFT_INFINIBAND = 199
 40016  pkg syscall (netbsd-arm), const IFT_INTERLEAVE = 124
 40017  pkg syscall (netbsd-arm), const IFT_IP = 126
 40018  pkg syscall (netbsd-arm), const IFT_IPFORWARD = 142
 40019  pkg syscall (netbsd-arm), const IFT_IPOVERATM = 114
 40020  pkg syscall (netbsd-arm), const IFT_IPOVERCDLC = 109
 40021  pkg syscall (netbsd-arm), const IFT_IPOVERCLAW = 110
 40022  pkg syscall (netbsd-arm), const IFT_IPSWITCH = 78
 40023  pkg syscall (netbsd-arm), const IFT_ISDN = 63
 40024  pkg syscall (netbsd-arm), const IFT_ISDNBASIC = 20
 40025  pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY = 21
 40026  pkg syscall (netbsd-arm), const IFT_ISDNS = 75
 40027  pkg syscall (netbsd-arm), const IFT_ISDNU = 76
 40028  pkg syscall (netbsd-arm), const IFT_ISO88022LLC = 41
 40029  pkg syscall (netbsd-arm), const IFT_ISO88023 = 7
 40030  pkg syscall (netbsd-arm), const IFT_ISO88024 = 8
 40031  pkg syscall (netbsd-arm), const IFT_ISO88025 = 9
 40032  pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT = 98
 40033  pkg syscall (netbsd-arm), const IFT_ISO88025DTR = 86
 40034  pkg syscall (netbsd-arm), const IFT_ISO88025FIBER = 115
 40035  pkg syscall (netbsd-arm), const IFT_ISO88026 = 10
 40036  pkg syscall (netbsd-arm), const IFT_ISUP = 179
 40037  pkg syscall (netbsd-arm), const IFT_L2VLAN = 135
 40038  pkg syscall (netbsd-arm), const IFT_L3IPVLAN = 136
 40039  pkg syscall (netbsd-arm), const IFT_L3IPXVLAN = 137
 40040  pkg syscall (netbsd-arm), const IFT_LAPB = 16
 40041  pkg syscall (netbsd-arm), const IFT_LAPD = 77
 40042  pkg syscall (netbsd-arm), const IFT_LAPF = 119
 40043  pkg syscall (netbsd-arm), const IFT_LINEGROUP = 210
 40044  pkg syscall (netbsd-arm), const IFT_LOCALTALK = 42
 40045  pkg syscall (netbsd-arm), const IFT_LOOP = 24
 40046  pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP = 139
 40047  pkg syscall (netbsd-arm), const IFT_MFSIGLINK = 167
 40048  pkg syscall (netbsd-arm), const IFT_MIOX25 = 38
 40049  pkg syscall (netbsd-arm), const IFT_MODEM = 48
 40050  pkg syscall (netbsd-arm), const IFT_MPC = 113
 40051  pkg syscall (netbsd-arm), const IFT_MPLS = 166
 40052  pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL = 150
 40053  pkg syscall (netbsd-arm), const IFT_MSDSL = 143
 40054  pkg syscall (netbsd-arm), const IFT_MVL = 191
 40055  pkg syscall (netbsd-arm), const IFT_MYRINET = 99
 40056  pkg syscall (netbsd-arm), const IFT_NFAS = 175
 40057  pkg syscall (netbsd-arm), const IFT_NSIP = 27
 40058  pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL = 195
 40059  pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT = 196
 40060  pkg syscall (netbsd-arm), const IFT_OTHER = 1
 40061  pkg syscall (netbsd-arm), const IFT_P10 = 12
 40062  pkg syscall (netbsd-arm), const IFT_P80 = 13
 40063  pkg syscall (netbsd-arm), const IFT_PARA = 34
 40064  pkg syscall (netbsd-arm), const IFT_PFLOG = 245
 40065  pkg syscall (netbsd-arm), const IFT_PFSYNC = 246
 40066  pkg syscall (netbsd-arm), const IFT_PLC = 174
 40067  pkg syscall (netbsd-arm), const IFT_PON155 = 207
 40068  pkg syscall (netbsd-arm), const IFT_PON622 = 208
 40069  pkg syscall (netbsd-arm), const IFT_POS = 171
 40070  pkg syscall (netbsd-arm), const IFT_PPP = 23
 40071  pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
 40072  pkg syscall (netbsd-arm), const IFT_PROPATM = 197
 40073  pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP = 184
 40074  pkg syscall (netbsd-arm), const IFT_PROPCNLS = 89
 40075  pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 40076  pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 40077  pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 40078  pkg syscall (netbsd-arm), const IFT_PROPMUX = 54
 40079  pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL = 53
 40080  pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P = 157
 40081  pkg syscall (netbsd-arm), const IFT_PTPSERIAL = 22
 40082  pkg syscall (netbsd-arm), const IFT_PVC = 241
 40083  pkg syscall (netbsd-arm), const IFT_Q2931 = 201
 40084  pkg syscall (netbsd-arm), const IFT_QLLC = 68
 40085  pkg syscall (netbsd-arm), const IFT_RADIOMAC = 188
 40086  pkg syscall (netbsd-arm), const IFT_RADSL = 95
 40087  pkg syscall (netbsd-arm), const IFT_REACHDSL = 192
 40088  pkg syscall (netbsd-arm), const IFT_RFC1483 = 159
 40089  pkg syscall (netbsd-arm), const IFT_RS232 = 33
 40090  pkg syscall (netbsd-arm), const IFT_RSRB = 79
 40091  pkg syscall (netbsd-arm), const IFT_SDLC = 17
 40092  pkg syscall (netbsd-arm), const IFT_SDSL = 96
 40093  pkg syscall (netbsd-arm), const IFT_SHDSL = 169
 40094  pkg syscall (netbsd-arm), const IFT_SIP = 31
 40095  pkg syscall (netbsd-arm), const IFT_SIPSIG = 204
 40096  pkg syscall (netbsd-arm), const IFT_SIPTG = 203
 40097  pkg syscall (netbsd-arm), const IFT_SLIP = 28
 40098  pkg syscall (netbsd-arm), const IFT_SMDSDXI = 43
 40099  pkg syscall (netbsd-arm), const IFT_SMDSICIP = 52
 40100  pkg syscall (netbsd-arm), const IFT_SONET = 39
 40101  pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
 40102  pkg syscall (netbsd-arm), const IFT_SONETPATH = 50
 40103  pkg syscall (netbsd-arm), const IFT_SONETVT = 51
 40104  pkg syscall (netbsd-arm), const IFT_SRP = 151
 40105  pkg syscall (netbsd-arm), const IFT_SS7SIGLINK = 156
 40106  pkg syscall (netbsd-arm), const IFT_STACKTOSTACK = 111
 40107  pkg syscall (netbsd-arm), const IFT_STARLAN = 11
 40108  pkg syscall (netbsd-arm), const IFT_STF = 215
 40109  pkg syscall (netbsd-arm), const IFT_T1 = 18
 40110  pkg syscall (netbsd-arm), const IFT_TDLC = 116
 40111  pkg syscall (netbsd-arm), const IFT_TELINK = 200
 40112  pkg syscall (netbsd-arm), const IFT_TERMPAD = 91
 40113  pkg syscall (netbsd-arm), const IFT_TR008 = 176
 40114  pkg syscall (netbsd-arm), const IFT_TRANSPHDLC = 123
 40115  pkg syscall (netbsd-arm), const IFT_TUNNEL = 131
 40116  pkg syscall (netbsd-arm), const IFT_ULTRA = 29
 40117  pkg syscall (netbsd-arm), const IFT_USB = 160
 40118  pkg syscall (netbsd-arm), const IFT_V11 = 64
 40119  pkg syscall (netbsd-arm), const IFT_V35 = 45
 40120  pkg syscall (netbsd-arm), const IFT_V36 = 65
 40121  pkg syscall (netbsd-arm), const IFT_V37 = 120
 40122  pkg syscall (netbsd-arm), const IFT_VDSL = 97
 40123  pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS = 112
 40124  pkg syscall (netbsd-arm), const IFT_VIRTUALTG = 202
 40125  pkg syscall (netbsd-arm), const IFT_VOICEDID = 213
 40126  pkg syscall (netbsd-arm), const IFT_VOICEEM = 100
 40127  pkg syscall (netbsd-arm), const IFT_VOICEEMFGD = 211
 40128  pkg syscall (netbsd-arm), const IFT_VOICEENCAP = 103
 40129  pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA = 212
 40130  pkg syscall (netbsd-arm), const IFT_VOICEFXO = 101
 40131  pkg syscall (netbsd-arm), const IFT_VOICEFXS = 102
 40132  pkg syscall (netbsd-arm), const IFT_VOICEOVERATM = 152
 40133  pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE = 198
 40134  pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
 40135  pkg syscall (netbsd-arm), const IFT_VOICEOVERIP = 104
 40136  pkg syscall (netbsd-arm), const IFT_X213 = 93
 40137  pkg syscall (netbsd-arm), const IFT_X25 = 5
 40138  pkg syscall (netbsd-arm), const IFT_X25DDN = 4
 40139  pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP = 122
 40140  pkg syscall (netbsd-arm), const IFT_X25MLP = 121
 40141  pkg syscall (netbsd-arm), const IFT_X25PLE = 40
 40142  pkg syscall (netbsd-arm), const IFT_XETHER = 26
 40143  pkg syscall (netbsd-arm), const IGNBRK = 1
 40144  pkg syscall (netbsd-arm), const IGNCR = 128
 40145  pkg syscall (netbsd-arm), const IGNPAR = 4
 40146  pkg syscall (netbsd-arm), const IMAXBEL = 8192
 40147  pkg syscall (netbsd-arm), const INLCR = 64
 40148  pkg syscall (netbsd-arm), const INPCK = 16
 40149  pkg syscall (netbsd-arm), const IN_CLASSA_HOST = 16777215
 40150  pkg syscall (netbsd-arm), const IN_CLASSA_MAX = 128
 40151  pkg syscall (netbsd-arm), const IN_CLASSA_NET = 4278190080
 40152  pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT = 24
 40153  pkg syscall (netbsd-arm), const IN_CLASSB_HOST = 65535
 40154  pkg syscall (netbsd-arm), const IN_CLASSB_MAX = 65536
 40155  pkg syscall (netbsd-arm), const IN_CLASSB_NET = 4294901760
 40156  pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT = 16
 40157  pkg syscall (netbsd-arm), const IN_CLASSC_HOST = 255
 40158  pkg syscall (netbsd-arm), const IN_CLASSC_NET = 4294967040
 40159  pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT = 8
 40160  pkg syscall (netbsd-arm), const IN_CLASSD_HOST = 268435455
 40161  pkg syscall (netbsd-arm), const IN_CLASSD_NET = 4026531840
 40162  pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT = 28
 40163  pkg syscall (netbsd-arm), const IN_LOOPBACKNET = 127
 40164  pkg syscall (netbsd-arm), const IPPROTO_AH = 51
 40165  pkg syscall (netbsd-arm), const IPPROTO_CARP = 112
 40166  pkg syscall (netbsd-arm), const IPPROTO_DONE = 257
 40167  pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS = 60
 40168  pkg syscall (netbsd-arm), const IPPROTO_EGP = 8
 40169  pkg syscall (netbsd-arm), const IPPROTO_ENCAP = 98
 40170  pkg syscall (netbsd-arm), const IPPROTO_EON = 80
 40171  pkg syscall (netbsd-arm), const IPPROTO_ESP = 50
 40172  pkg syscall (netbsd-arm), const IPPROTO_ETHERIP = 97
 40173  pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT = 44
 40174  pkg syscall (netbsd-arm), const IPPROTO_GGP = 3
 40175  pkg syscall (netbsd-arm), const IPPROTO_GRE = 47
 40176  pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS = 0
 40177  pkg syscall (netbsd-arm), const IPPROTO_ICMP = 1
 40178  pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 = 58
 40179  pkg syscall (netbsd-arm), const IPPROTO_IDP = 22
 40180  pkg syscall (netbsd-arm), const IPPROTO_IGMP = 2
 40181  pkg syscall (netbsd-arm), const IPPROTO_IPCOMP = 108
 40182  pkg syscall (netbsd-arm), const IPPROTO_IPIP = 4
 40183  pkg syscall (netbsd-arm), const IPPROTO_IPV4 = 4
 40184  pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP = 58
 40185  pkg syscall (netbsd-arm), const IPPROTO_MAX = 256
 40186  pkg syscall (netbsd-arm), const IPPROTO_MAXID = 52
 40187  pkg syscall (netbsd-arm), const IPPROTO_MOBILE = 55
 40188  pkg syscall (netbsd-arm), const IPPROTO_NONE = 59
 40189  pkg syscall (netbsd-arm), const IPPROTO_PFSYNC = 240
 40190  pkg syscall (netbsd-arm), const IPPROTO_PIM = 103
 40191  pkg syscall (netbsd-arm), const IPPROTO_PUP = 12
 40192  pkg syscall (netbsd-arm), const IPPROTO_RAW = 255
 40193  pkg syscall (netbsd-arm), const IPPROTO_ROUTING = 43
 40194  pkg syscall (netbsd-arm), const IPPROTO_RSVP = 46
 40195  pkg syscall (netbsd-arm), const IPPROTO_TP = 29
 40196  pkg syscall (netbsd-arm), const IPPROTO_VRRP = 112
 40197  pkg syscall (netbsd-arm), const IPV6_CHECKSUM = 26
 40198  pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 40199  pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 40200  pkg syscall (netbsd-arm), const IPV6_DEFHLIM = 64
 40201  pkg syscall (netbsd-arm), const IPV6_DONTFRAG = 62
 40202  pkg syscall (netbsd-arm), const IPV6_DSTOPTS = 50
 40203  pkg syscall (netbsd-arm), const IPV6_FAITH = 29
 40204  pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
 40205  pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
 40206  pkg syscall (netbsd-arm), const IPV6_FRAGTTL = 120
 40207  pkg syscall (netbsd-arm), const IPV6_HLIMDEC = 1
 40208  pkg syscall (netbsd-arm), const IPV6_HOPLIMIT = 47
 40209  pkg syscall (netbsd-arm), const IPV6_HOPOPTS = 49
 40210  pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY = 28
 40211  pkg syscall (netbsd-arm), const IPV6_JOIN_GROUP = 12
 40212  pkg syscall (netbsd-arm), const IPV6_LEAVE_GROUP = 13
 40213  pkg syscall (netbsd-arm), const IPV6_MAXHLIM = 255
 40214  pkg syscall (netbsd-arm), const IPV6_MAXPACKET = 65535
 40215  pkg syscall (netbsd-arm), const IPV6_MMTU = 1280
 40216  pkg syscall (netbsd-arm), const IPV6_MULTICAST_HOPS = 10
 40217  pkg syscall (netbsd-arm), const IPV6_MULTICAST_IF = 9
 40218  pkg syscall (netbsd-arm), const IPV6_MULTICAST_LOOP = 11
 40219  pkg syscall (netbsd-arm), const IPV6_NEXTHOP = 48
 40220  pkg syscall (netbsd-arm), const IPV6_PATHMTU = 44
 40221  pkg syscall (netbsd-arm), const IPV6_PKTINFO = 46
 40222  pkg syscall (netbsd-arm), const IPV6_PORTRANGE = 14
 40223  pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
 40224  pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH = 1
 40225  pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW = 2
 40226  pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS = 40
 40227  pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT = 37
 40228  pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS = 39
 40229  pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU = 43
 40230  pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO = 36
 40231  pkg syscall (netbsd-arm), const IPV6_RECVRTHDR = 38
 40232  pkg syscall (netbsd-arm), const IPV6_RECVTCLASS = 57
 40233  pkg syscall (netbsd-arm), const IPV6_RTHDR = 51
 40234  pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS = 35
 40235  pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE = 0
 40236  pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT = 1
 40237  pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 = 0
 40238  pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
 40239  pkg syscall (netbsd-arm), const IPV6_TCLASS = 61
 40240  pkg syscall (netbsd-arm), const IPV6_UNICAST_HOPS = 4
 40241  pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU = 42
 40242  pkg syscall (netbsd-arm), const IPV6_V6ONLY = 27
 40243  pkg syscall (netbsd-arm), const IPV6_VERSION = 96
 40244  pkg syscall (netbsd-arm), const IPV6_VERSION_MASK = 240
 40245  pkg syscall (netbsd-arm), const IP_ADD_MEMBERSHIP = 12
 40246  pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
 40247  pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
 40248  pkg syscall (netbsd-arm), const IP_DF = 16384
 40249  pkg syscall (netbsd-arm), const IP_DROP_MEMBERSHIP = 13
 40250  pkg syscall (netbsd-arm), const IP_EF = 32768
 40251  pkg syscall (netbsd-arm), const IP_ERRORMTU = 21
 40252  pkg syscall (netbsd-arm), const IP_HDRINCL = 2
 40253  pkg syscall (netbsd-arm), const IP_IPSEC_POLICY = 22
 40254  pkg syscall (netbsd-arm), const IP_MAXPACKET = 65535
 40255  pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS = 20
 40256  pkg syscall (netbsd-arm), const IP_MF = 8192
 40257  pkg syscall (netbsd-arm), const IP_MINFRAGSIZE = 69
 40258  pkg syscall (netbsd-arm), const IP_MINTTL = 24
 40259  pkg syscall (netbsd-arm), const IP_MSS = 576
 40260  pkg syscall (netbsd-arm), const IP_MULTICAST_IF = 9
 40261  pkg syscall (netbsd-arm), const IP_MULTICAST_LOOP = 11
 40262  pkg syscall (netbsd-arm), const IP_MULTICAST_TTL = 10
 40263  pkg syscall (netbsd-arm), const IP_OFFMASK = 8191
 40264  pkg syscall (netbsd-arm), const IP_OPTIONS = 1
 40265  pkg syscall (netbsd-arm), const IP_PORTRANGE = 19
 40266  pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT = 0
 40267  pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH = 1
 40268  pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW = 2
 40269  pkg syscall (netbsd-arm), const IP_RECVDSTADDR = 7
 40270  pkg syscall (netbsd-arm), const IP_RECVIF = 20
 40271  pkg syscall (netbsd-arm), const IP_RECVOPTS = 5
 40272  pkg syscall (netbsd-arm), const IP_RECVRETOPTS = 6
 40273  pkg syscall (netbsd-arm), const IP_RECVTTL = 23
 40274  pkg syscall (netbsd-arm), const IP_RETOPTS = 8
 40275  pkg syscall (netbsd-arm), const IP_RF = 32768
 40276  pkg syscall (netbsd-arm), const IP_TOS = 3
 40277  pkg syscall (netbsd-arm), const IP_TTL = 4
 40278  pkg syscall (netbsd-arm), const ISIG = 128
 40279  pkg syscall (netbsd-arm), const ISTRIP = 32
 40280  pkg syscall (netbsd-arm), const IXANY = 2048
 40281  pkg syscall (netbsd-arm), const IXOFF = 1024
 40282  pkg syscall (netbsd-arm), const IXON = 512
 40283  pkg syscall (netbsd-arm), const ImplementsGetwd = false
 40284  pkg syscall (netbsd-arm), const LOCK_EX = 2
 40285  pkg syscall (netbsd-arm), const LOCK_NB = 4
 40286  pkg syscall (netbsd-arm), const LOCK_SH = 1
 40287  pkg syscall (netbsd-arm), const LOCK_UN = 8
 40288  pkg syscall (netbsd-arm), const MSG_BCAST = 256
 40289  pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC = 2048
 40290  pkg syscall (netbsd-arm), const MSG_CONTROLMBUF = 33554432
 40291  pkg syscall (netbsd-arm), const MSG_CTRUNC = 32
 40292  pkg syscall (netbsd-arm), const MSG_DONTROUTE = 4
 40293  pkg syscall (netbsd-arm), const MSG_DONTWAIT = 128
 40294  pkg syscall (netbsd-arm), const MSG_EOR = 8
 40295  pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE = 67108864
 40296  pkg syscall (netbsd-arm), const MSG_LENUSRSPACE = 134217728
 40297  pkg syscall (netbsd-arm), const MSG_MCAST = 512
 40298  pkg syscall (netbsd-arm), const MSG_NAMEMBUF = 16777216
 40299  pkg syscall (netbsd-arm), const MSG_NBIO = 4096
 40300  pkg syscall (netbsd-arm), const MSG_NOSIGNAL = 1024
 40301  pkg syscall (netbsd-arm), const MSG_OOB = 1
 40302  pkg syscall (netbsd-arm), const MSG_PEEK = 2
 40303  pkg syscall (netbsd-arm), const MSG_TRUNC = 16
 40304  pkg syscall (netbsd-arm), const MSG_USERFLAGS = 16777215
 40305  pkg syscall (netbsd-arm), const MSG_WAITALL = 64
 40306  pkg syscall (netbsd-arm), const NAME_MAX = 511
 40307  pkg syscall (netbsd-arm), const NET_RT_DUMP = 1
 40308  pkg syscall (netbsd-arm), const NET_RT_FLAGS = 2
 40309  pkg syscall (netbsd-arm), const NET_RT_IFLIST = 5
 40310  pkg syscall (netbsd-arm), const NET_RT_MAXID = 6
 40311  pkg syscall (netbsd-arm), const NET_RT_OIFLIST = 4
 40312  pkg syscall (netbsd-arm), const NET_RT_OOIFLIST = 3
 40313  pkg syscall (netbsd-arm), const NOFLSH = 2147483648
 40314  pkg syscall (netbsd-arm), const NOTE_ATTRIB = 8
 40315  pkg syscall (netbsd-arm), const NOTE_CHILD = 4
 40316  pkg syscall (netbsd-arm), const NOTE_DELETE = 1
 40317  pkg syscall (netbsd-arm), const NOTE_EXEC = 536870912
 40318  pkg syscall (netbsd-arm), const NOTE_EXIT = 2147483648
 40319  pkg syscall (netbsd-arm), const NOTE_EXTEND = 4
 40320  pkg syscall (netbsd-arm), const NOTE_FORK = 1073741824
 40321  pkg syscall (netbsd-arm), const NOTE_LINK = 16
 40322  pkg syscall (netbsd-arm), const NOTE_LOWAT = 1
 40323  pkg syscall (netbsd-arm), const NOTE_PCTRLMASK = 4026531840
 40324  pkg syscall (netbsd-arm), const NOTE_PDATAMASK = 1048575
 40325  pkg syscall (netbsd-arm), const NOTE_RENAME = 32
 40326  pkg syscall (netbsd-arm), const NOTE_REVOKE = 64
 40327  pkg syscall (netbsd-arm), const NOTE_TRACK = 1
 40328  pkg syscall (netbsd-arm), const NOTE_TRACKERR = 2
 40329  pkg syscall (netbsd-arm), const NOTE_WRITE = 2
 40330  pkg syscall (netbsd-arm), const OCRNL = 16
 40331  pkg syscall (netbsd-arm), const OFIOGETBMAP = 3221513850
 40332  pkg syscall (netbsd-arm), const ONLCR = 2
 40333  pkg syscall (netbsd-arm), const ONLRET = 64
 40334  pkg syscall (netbsd-arm), const ONOCR = 32
 40335  pkg syscall (netbsd-arm), const ONOEOT = 8
 40336  pkg syscall (netbsd-arm), const OPOST = 1
 40337  pkg syscall (netbsd-arm), const O_ACCMODE = 3
 40338  pkg syscall (netbsd-arm), const O_ALT_IO = 262144
 40339  pkg syscall (netbsd-arm), const O_APPEND = 8
 40340  pkg syscall (netbsd-arm), const O_ASYNC = 64
 40341  pkg syscall (netbsd-arm), const O_CLOEXEC = 4194304
 40342  pkg syscall (netbsd-arm), const O_CREAT = 512
 40343  pkg syscall (netbsd-arm), const O_DIRECT = 524288
 40344  pkg syscall (netbsd-arm), const O_DIRECTORY = 2097152
 40345  pkg syscall (netbsd-arm), const O_DSYNC = 65536
 40346  pkg syscall (netbsd-arm), const O_EXCL = 2048
 40347  pkg syscall (netbsd-arm), const O_EXLOCK = 32
 40348  pkg syscall (netbsd-arm), const O_FSYNC = 128
 40349  pkg syscall (netbsd-arm), const O_NDELAY = 4
 40350  pkg syscall (netbsd-arm), const O_NOCTTY = 32768
 40351  pkg syscall (netbsd-arm), const O_NOFOLLOW = 256
 40352  pkg syscall (netbsd-arm), const O_NONBLOCK = 4
 40353  pkg syscall (netbsd-arm), const O_NOSIGPIPE = 16777216
 40354  pkg syscall (netbsd-arm), const O_RSYNC = 131072
 40355  pkg syscall (netbsd-arm), const O_SHLOCK = 16
 40356  pkg syscall (netbsd-arm), const O_SYNC = 128
 40357  pkg syscall (netbsd-arm), const O_TRUNC = 1024
 40358  pkg syscall (netbsd-arm), const PARENB = 4096
 40359  pkg syscall (netbsd-arm), const PARMRK = 8
 40360  pkg syscall (netbsd-arm), const PARODD = 8192
 40361  pkg syscall (netbsd-arm), const PENDIN = 536870912
 40362  pkg syscall (netbsd-arm), const PRI_IOFLUSH = 124
 40363  pkg syscall (netbsd-arm), const PTRACE_CONT = 7
 40364  pkg syscall (netbsd-arm), const PTRACE_KILL = 8
 40365  pkg syscall (netbsd-arm), const PTRACE_TRACEME = 0
 40366  pkg syscall (netbsd-arm), const RLIMIT_AS = 10
 40367  pkg syscall (netbsd-arm), const RLIMIT_CORE = 4
 40368  pkg syscall (netbsd-arm), const RLIMIT_CPU = 0
 40369  pkg syscall (netbsd-arm), const RLIMIT_DATA = 2
 40370  pkg syscall (netbsd-arm), const RLIMIT_FSIZE = 1
 40371  pkg syscall (netbsd-arm), const RLIMIT_NOFILE = 8
 40372  pkg syscall (netbsd-arm), const RLIMIT_STACK = 3
 40373  pkg syscall (netbsd-arm), const RLIM_INFINITY = 9223372036854775807
 40374  pkg syscall (netbsd-arm), const RTAX_AUTHOR = 6
 40375  pkg syscall (netbsd-arm), const RTAX_BRD = 7
 40376  pkg syscall (netbsd-arm), const RTAX_DST = 0
 40377  pkg syscall (netbsd-arm), const RTAX_GATEWAY = 1
 40378  pkg syscall (netbsd-arm), const RTAX_GENMASK = 3
 40379  pkg syscall (netbsd-arm), const RTAX_IFA = 5
 40380  pkg syscall (netbsd-arm), const RTAX_IFP = 4
 40381  pkg syscall (netbsd-arm), const RTAX_MAX = 9
 40382  pkg syscall (netbsd-arm), const RTAX_NETMASK = 2
 40383  pkg syscall (netbsd-arm), const RTAX_TAG = 8
 40384  pkg syscall (netbsd-arm), const RTA_AUTHOR = 64
 40385  pkg syscall (netbsd-arm), const RTA_BRD = 128
 40386  pkg syscall (netbsd-arm), const RTA_DST = 1
 40387  pkg syscall (netbsd-arm), const RTA_GATEWAY = 2
 40388  pkg syscall (netbsd-arm), const RTA_GENMASK = 8
 40389  pkg syscall (netbsd-arm), const RTA_IFA = 32
 40390  pkg syscall (netbsd-arm), const RTA_IFP = 16
 40391  pkg syscall (netbsd-arm), const RTA_NETMASK = 4
 40392  pkg syscall (netbsd-arm), const RTA_TAG = 256
 40393  pkg syscall (netbsd-arm), const RTF_ANNOUNCE = 131072
 40394  pkg syscall (netbsd-arm), const RTF_BLACKHOLE = 4096
 40395  pkg syscall (netbsd-arm), const RTF_CLONED = 8192
 40396  pkg syscall (netbsd-arm), const RTF_CLONING = 256
 40397  pkg syscall (netbsd-arm), const RTF_DONE = 64
 40398  pkg syscall (netbsd-arm), const RTF_DYNAMIC = 16
 40399  pkg syscall (netbsd-arm), const RTF_GATEWAY = 2
 40400  pkg syscall (netbsd-arm), const RTF_HOST = 4
 40401  pkg syscall (netbsd-arm), const RTF_LLINFO = 1024
 40402  pkg syscall (netbsd-arm), const RTF_MASK = 128
 40403  pkg syscall (netbsd-arm), const RTF_MODIFIED = 32
 40404  pkg syscall (netbsd-arm), const RTF_PROTO1 = 32768
 40405  pkg syscall (netbsd-arm), const RTF_PROTO2 = 16384
 40406  pkg syscall (netbsd-arm), const RTF_REJECT = 8
 40407  pkg syscall (netbsd-arm), const RTF_SRC = 65536
 40408  pkg syscall (netbsd-arm), const RTF_STATIC = 2048
 40409  pkg syscall (netbsd-arm), const RTF_UP = 1
 40410  pkg syscall (netbsd-arm), const RTF_XRESOLVE = 512
 40411  pkg syscall (netbsd-arm), const RTM_ADD = 1
 40412  pkg syscall (netbsd-arm), const RTM_CHANGE = 3
 40413  pkg syscall (netbsd-arm), const RTM_CHGADDR = 21
 40414  pkg syscall (netbsd-arm), const RTM_DELADDR = 13
 40415  pkg syscall (netbsd-arm), const RTM_DELETE = 2
 40416  pkg syscall (netbsd-arm), const RTM_GET = 4
 40417  pkg syscall (netbsd-arm), const RTM_IEEE80211 = 17
 40418  pkg syscall (netbsd-arm), const RTM_IFANNOUNCE = 16
 40419  pkg syscall (netbsd-arm), const RTM_IFINFO = 20
 40420  pkg syscall (netbsd-arm), const RTM_LLINFO_UPD = 19
 40421  pkg syscall (netbsd-arm), const RTM_LOCK = 8
 40422  pkg syscall (netbsd-arm), const RTM_LOSING = 5
 40423  pkg syscall (netbsd-arm), const RTM_MISS = 7
 40424  pkg syscall (netbsd-arm), const RTM_NEWADDR = 12
 40425  pkg syscall (netbsd-arm), const RTM_OIFINFO = 15
 40426  pkg syscall (netbsd-arm), const RTM_OLDADD = 9
 40427  pkg syscall (netbsd-arm), const RTM_OLDDEL = 10
 40428  pkg syscall (netbsd-arm), const RTM_OOIFINFO = 14
 40429  pkg syscall (netbsd-arm), const RTM_REDIRECT = 6
 40430  pkg syscall (netbsd-arm), const RTM_RESOLVE = 11
 40431  pkg syscall (netbsd-arm), const RTM_RTTUNIT = 1000000
 40432  pkg syscall (netbsd-arm), const RTM_SETGATE = 18
 40433  pkg syscall (netbsd-arm), const RTM_VERSION = 4
 40434  pkg syscall (netbsd-arm), const RTV_EXPIRE = 4
 40435  pkg syscall (netbsd-arm), const RTV_HOPCOUNT = 2
 40436  pkg syscall (netbsd-arm), const RTV_MTU = 1
 40437  pkg syscall (netbsd-arm), const RTV_RPIPE = 8
 40438  pkg syscall (netbsd-arm), const RTV_RTT = 64
 40439  pkg syscall (netbsd-arm), const RTV_RTTVAR = 128
 40440  pkg syscall (netbsd-arm), const RTV_SPIPE = 16
 40441  pkg syscall (netbsd-arm), const RTV_SSTHRESH = 32
 40442  pkg syscall (netbsd-arm), const RUSAGE_CHILDREN = -1
 40443  pkg syscall (netbsd-arm), const RUSAGE_SELF = 0
 40444  pkg syscall (netbsd-arm), const SCM_CREDS = 4
 40445  pkg syscall (netbsd-arm), const SCM_RIGHTS = 1
 40446  pkg syscall (netbsd-arm), const SCM_TIMESTAMP = 8
 40447  pkg syscall (netbsd-arm), const SIGBUS = 10
 40448  pkg syscall (netbsd-arm), const SIGCHLD = 20
 40449  pkg syscall (netbsd-arm), const SIGCONT = 19
 40450  pkg syscall (netbsd-arm), const SIGEMT = 7
 40451  pkg syscall (netbsd-arm), const SIGINFO = 29
 40452  pkg syscall (netbsd-arm), const SIGIO = 23
 40453  pkg syscall (netbsd-arm), const SIGIOT = 6
 40454  pkg syscall (netbsd-arm), const SIGPROF = 27
 40455  pkg syscall (netbsd-arm), const SIGPWR = 32
 40456  pkg syscall (netbsd-arm), const SIGSTOP = 17
 40457  pkg syscall (netbsd-arm), const SIGSYS = 12
 40458  pkg syscall (netbsd-arm), const SIGTSTP = 18
 40459  pkg syscall (netbsd-arm), const SIGTTIN = 21
 40460  pkg syscall (netbsd-arm), const SIGTTOU = 22
 40461  pkg syscall (netbsd-arm), const SIGURG = 16
 40462  pkg syscall (netbsd-arm), const SIGUSR1 = 30
 40463  pkg syscall (netbsd-arm), const SIGUSR2 = 31
 40464  pkg syscall (netbsd-arm), const SIGVTALRM = 26
 40465  pkg syscall (netbsd-arm), const SIGWINCH = 28
 40466  pkg syscall (netbsd-arm), const SIGXCPU = 24
 40467  pkg syscall (netbsd-arm), const SIGXFSZ = 25
 40468  pkg syscall (netbsd-arm), const SIOCADDMULTI = 2156947761
 40469  pkg syscall (netbsd-arm), const SIOCADDRT = 2150658570
 40470  pkg syscall (netbsd-arm), const SIOCAIFADDR = 2151704858
 40471  pkg syscall (netbsd-arm), const SIOCALIFADDR = 2165860636
 40472  pkg syscall (netbsd-arm), const SIOCATMARK = 1074033415
 40473  pkg syscall (netbsd-arm), const SIOCDELMULTI = 2156947762
 40474  pkg syscall (netbsd-arm), const SIOCDELRT = 2150658571
 40475  pkg syscall (netbsd-arm), const SIOCDIFADDR = 2156947737
 40476  pkg syscall (netbsd-arm), const SIOCDIFPHYADDR = 2156947785
 40477  pkg syscall (netbsd-arm), const SIOCDLIFADDR = 2165860638
 40478  pkg syscall (netbsd-arm), const SIOCGDRVSPEC = 3223087483
 40479  pkg syscall (netbsd-arm), const SIOCGETPFSYNC = 3230689784
 40480  pkg syscall (netbsd-arm), const SIOCGETSGCNT = 3222566196
 40481  pkg syscall (netbsd-arm), const SIOCGETVIFCNT = 3222566195
 40482  pkg syscall (netbsd-arm), const SIOCGHIWAT = 1074033409
 40483  pkg syscall (netbsd-arm), const SIOCGIFADDR = 3230689569
 40484  pkg syscall (netbsd-arm), const SIOCGIFADDRPREF = 3230951712
 40485  pkg syscall (netbsd-arm), const SIOCGIFALIAS = 3225446683
 40486  pkg syscall (netbsd-arm), const SIOCGIFBRDADDR = 3230689571
 40487  pkg syscall (netbsd-arm), const SIOCGIFCAP = 3223349622
 40488  pkg syscall (netbsd-arm), const SIOCGIFCONF = 3221776678
 40489  pkg syscall (netbsd-arm), const SIOCGIFDATA = 3230951813
 40490  pkg syscall (netbsd-arm), const SIOCGIFDLT = 3230689655
 40491  pkg syscall (netbsd-arm), const SIOCGIFDSTADDR = 3230689570
 40492  pkg syscall (netbsd-arm), const SIOCGIFFLAGS = 3230689553
 40493  pkg syscall (netbsd-arm), const SIOCGIFGENERIC = 3230689594
 40494  pkg syscall (netbsd-arm), const SIOCGIFMEDIA = 3223873846
 40495  pkg syscall (netbsd-arm), const SIOCGIFMETRIC = 3230689559
 40496  pkg syscall (netbsd-arm), const SIOCGIFMTU = 3230689662
 40497  pkg syscall (netbsd-arm), const SIOCGIFNETMASK = 3230689573
 40498  pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR = 3230689608
 40499  pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR = 3230689607
 40500  pkg syscall (netbsd-arm), const SIOCGLIFADDR = 3239602461
 40501  pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR = 3239602507
 40502  pkg syscall (netbsd-arm), const SIOCGLINKSTR = 3223087495
 40503  pkg syscall (netbsd-arm), const SIOCGLOWAT = 1074033411
 40504  pkg syscall (netbsd-arm), const SIOCGPGRP = 1074033417
 40505  pkg syscall (netbsd-arm), const SIOCGVH = 3230689667
 40506  pkg syscall (netbsd-arm), const SIOCIFCREATE = 2156947834
 40507  pkg syscall (netbsd-arm), const SIOCIFDESTROY = 2156947833
 40508  pkg syscall (netbsd-arm), const SIOCIFGCLONERS = 3222038904
 40509  pkg syscall (netbsd-arm), const SIOCINITIFADDR = 3225708932
 40510  pkg syscall (netbsd-arm), const SIOCSDRVSPEC = 2149345659
 40511  pkg syscall (netbsd-arm), const SIOCSETPFSYNC = 2156947959
 40512  pkg syscall (netbsd-arm), const SIOCSHIWAT = 2147775232
 40513  pkg syscall (netbsd-arm), const SIOCSIFADDR = 2156947724
 40514  pkg syscall (netbsd-arm), const SIOCSIFADDRPREF = 2157209887
 40515  pkg syscall (netbsd-arm), const SIOCSIFBRDADDR = 2156947731
 40516  pkg syscall (netbsd-arm), const SIOCSIFCAP = 2149607797
 40517  pkg syscall (netbsd-arm), const SIOCSIFDSTADDR = 2156947726
 40518  pkg syscall (netbsd-arm), const SIOCSIFFLAGS = 2156947728
 40519  pkg syscall (netbsd-arm), const SIOCSIFGENERIC = 2156947769
 40520  pkg syscall (netbsd-arm), const SIOCSIFMEDIA = 3230689589
 40521  pkg syscall (netbsd-arm), const SIOCSIFMETRIC = 2156947736
 40522  pkg syscall (netbsd-arm), const SIOCSIFMTU = 2156947839
 40523  pkg syscall (netbsd-arm), const SIOCSIFNETMASK = 2156947734
 40524  pkg syscall (netbsd-arm), const SIOCSIFPHYADDR = 2151704902
 40525  pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR = 2165860682
 40526  pkg syscall (netbsd-arm), const SIOCSLINKSTR = 2149345672
 40527  pkg syscall (netbsd-arm), const SIOCSLOWAT = 2147775234
 40528  pkg syscall (netbsd-arm), const SIOCSPGRP = 2147775240
 40529  pkg syscall (netbsd-arm), const SIOCSVH = 3230689666
 40530  pkg syscall (netbsd-arm), const SIOCZIFDATA = 3230951814
 40531  pkg syscall (netbsd-arm), const SOCK_CLOEXEC = 268435456
 40532  pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK = 4026531840
 40533  pkg syscall (netbsd-arm), const SOCK_NONBLOCK = 536870912
 40534  pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE = 1073741824
 40535  pkg syscall (netbsd-arm), const SOCK_RDM = 4
 40536  pkg syscall (netbsd-arm), const SOL_SOCKET = 65535
 40537  pkg syscall (netbsd-arm), const SOMAXCONN = 128
 40538  pkg syscall (netbsd-arm), const SO_ACCEPTCONN = 2
 40539  pkg syscall (netbsd-arm), const SO_ACCEPTFILTER = 4096
 40540  pkg syscall (netbsd-arm), const SO_BROADCAST = 32
 40541  pkg syscall (netbsd-arm), const SO_DEBUG = 1
 40542  pkg syscall (netbsd-arm), const SO_DONTROUTE = 16
 40543  pkg syscall (netbsd-arm), const SO_ERROR = 4103
 40544  pkg syscall (netbsd-arm), const SO_KEEPALIVE = 8
 40545  pkg syscall (netbsd-arm), const SO_LINGER = 128
 40546  pkg syscall (netbsd-arm), const SO_NOHEADER = 4106
 40547  pkg syscall (netbsd-arm), const SO_NOSIGPIPE = 2048
 40548  pkg syscall (netbsd-arm), const SO_OOBINLINE = 256
 40549  pkg syscall (netbsd-arm), const SO_OVERFLOWED = 4105
 40550  pkg syscall (netbsd-arm), const SO_RCVBUF = 4098
 40551  pkg syscall (netbsd-arm), const SO_RCVLOWAT = 4100
 40552  pkg syscall (netbsd-arm), const SO_RCVTIMEO = 4108
 40553  pkg syscall (netbsd-arm), const SO_REUSEADDR = 4
 40554  pkg syscall (netbsd-arm), const SO_REUSEPORT = 512
 40555  pkg syscall (netbsd-arm), const SO_SNDBUF = 4097
 40556  pkg syscall (netbsd-arm), const SO_SNDLOWAT = 4099
 40557  pkg syscall (netbsd-arm), const SO_SNDTIMEO = 4107
 40558  pkg syscall (netbsd-arm), const SO_TIMESTAMP = 8192
 40559  pkg syscall (netbsd-arm), const SO_TYPE = 4104
 40560  pkg syscall (netbsd-arm), const SO_USELOOPBACK = 64
 40561  pkg syscall (netbsd-arm), const SYSCTL_VERSION = 16777216
 40562  pkg syscall (netbsd-arm), const SYSCTL_VERS_0 = 0
 40563  pkg syscall (netbsd-arm), const SYSCTL_VERS_1 = 16777216
 40564  pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK = 4278190080
 40565  pkg syscall (netbsd-arm), const SYS_ACCEPT = 30
 40566  pkg syscall (netbsd-arm), const SYS_ACCESS = 33
 40567  pkg syscall (netbsd-arm), const SYS_ACCT = 51
 40568  pkg syscall (netbsd-arm), const SYS_ADJTIME = 421
 40569  pkg syscall (netbsd-arm), const SYS_BIND = 104
 40570  pkg syscall (netbsd-arm), const SYS_BREAK = 17
 40571  pkg syscall (netbsd-arm), const SYS_CHDIR = 12
 40572  pkg syscall (netbsd-arm), const SYS_CHFLAGS = 34
 40573  pkg syscall (netbsd-arm), const SYS_CHMOD = 15
 40574  pkg syscall (netbsd-arm), const SYS_CHOWN = 16
 40575  pkg syscall (netbsd-arm), const SYS_CHROOT = 61
 40576  pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES = 429
 40577  pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME = 427
 40578  pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME = 428
 40579  pkg syscall (netbsd-arm), const SYS_CLOSE = 6
 40580  pkg syscall (netbsd-arm), const SYS_CONNECT = 98
 40581  pkg syscall (netbsd-arm), const SYS_DUP = 41
 40582  pkg syscall (netbsd-arm), const SYS_DUP2 = 90
 40583  pkg syscall (netbsd-arm), const SYS_DUP3 = 454
 40584  pkg syscall (netbsd-arm), const SYS_EXECVE = 59
 40585  pkg syscall (netbsd-arm), const SYS_EXIT = 1
 40586  pkg syscall (netbsd-arm), const SYS_EXTATTRCTL = 360
 40587  pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD = 366
 40588  pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE = 363
 40589  pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK = 369
 40590  pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD = 365
 40591  pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE = 362
 40592  pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK = 368
 40593  pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD = 370
 40594  pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE = 371
 40595  pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK = 372
 40596  pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD = 364
 40597  pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE = 361
 40598  pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK = 367
 40599  pkg syscall (netbsd-arm), const SYS_FACCESSAT = 462
 40600  pkg syscall (netbsd-arm), const SYS_FCHDIR = 13
 40601  pkg syscall (netbsd-arm), const SYS_FCHFLAGS = 35
 40602  pkg syscall (netbsd-arm), const SYS_FCHMOD = 124
 40603  pkg syscall (netbsd-arm), const SYS_FCHMODAT = 463
 40604  pkg syscall (netbsd-arm), const SYS_FCHOWN = 123
 40605  pkg syscall (netbsd-arm), const SYS_FCHOWNAT = 464
 40606  pkg syscall (netbsd-arm), const SYS_FCHROOT = 297
 40607  pkg syscall (netbsd-arm), const SYS_FCNTL = 92
 40608  pkg syscall (netbsd-arm), const SYS_FDATASYNC = 241
 40609  pkg syscall (netbsd-arm), const SYS_FEXECVE = 465
 40610  pkg syscall (netbsd-arm), const SYS_FGETXATTR = 380
 40611  pkg syscall (netbsd-arm), const SYS_FHSTAT = 451
 40612  pkg syscall (netbsd-arm), const SYS_FKTRACE = 288
 40613  pkg syscall (netbsd-arm), const SYS_FLISTXATTR = 383
 40614  pkg syscall (netbsd-arm), const SYS_FLOCK = 131
 40615  pkg syscall (netbsd-arm), const SYS_FORK = 2
 40616  pkg syscall (netbsd-arm), const SYS_FPATHCONF = 192
 40617  pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR = 386
 40618  pkg syscall (netbsd-arm), const SYS_FSETXATTR = 377
 40619  pkg syscall (netbsd-arm), const SYS_FSTAT = 440
 40620  pkg syscall (netbsd-arm), const SYS_FSTATAT = 466
 40621  pkg syscall (netbsd-arm), const SYS_FSTATVFS1 = 358
 40622  pkg syscall (netbsd-arm), const SYS_FSYNC = 95
 40623  pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE = 354
 40624  pkg syscall (netbsd-arm), const SYS_FTRUNCATE = 201
 40625  pkg syscall (netbsd-arm), const SYS_FUTIMENS = 472
 40626  pkg syscall (netbsd-arm), const SYS_FUTIMES = 423
 40627  pkg syscall (netbsd-arm), const SYS_GETCONTEXT = 307
 40628  pkg syscall (netbsd-arm), const SYS_GETDENTS = 390
 40629  pkg syscall (netbsd-arm), const SYS_GETEGID = 43
 40630  pkg syscall (netbsd-arm), const SYS_GETEUID = 25
 40631  pkg syscall (netbsd-arm), const SYS_GETFH = 395
 40632  pkg syscall (netbsd-arm), const SYS_GETGID = 47
 40633  pkg syscall (netbsd-arm), const SYS_GETGROUPS = 79
 40634  pkg syscall (netbsd-arm), const SYS_GETITIMER = 426
 40635  pkg syscall (netbsd-arm), const SYS_GETPEERNAME = 31
 40636  pkg syscall (netbsd-arm), const SYS_GETPGID = 207
 40637  pkg syscall (netbsd-arm), const SYS_GETPGRP = 81
 40638  pkg syscall (netbsd-arm), const SYS_GETPID = 20
 40639  pkg syscall (netbsd-arm), const SYS_GETPPID = 39
 40640  pkg syscall (netbsd-arm), const SYS_GETPRIORITY = 100
 40641  pkg syscall (netbsd-arm), const SYS_GETRLIMIT = 194
 40642  pkg syscall (netbsd-arm), const SYS_GETRUSAGE = 445
 40643  pkg syscall (netbsd-arm), const SYS_GETSID = 286
 40644  pkg syscall (netbsd-arm), const SYS_GETSOCKNAME = 32
 40645  pkg syscall (netbsd-arm), const SYS_GETSOCKOPT = 118
 40646  pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY = 418
 40647  pkg syscall (netbsd-arm), const SYS_GETUID = 24
 40648  pkg syscall (netbsd-arm), const SYS_GETVFSSTAT = 356
 40649  pkg syscall (netbsd-arm), const SYS_GETXATTR = 378
 40650  pkg syscall (netbsd-arm), const SYS_IOCTL = 54
 40651  pkg syscall (netbsd-arm), const SYS_ISSETUGID = 305
 40652  pkg syscall (netbsd-arm), const SYS_KEVENT = 435
 40653  pkg syscall (netbsd-arm), const SYS_KILL = 37
 40654  pkg syscall (netbsd-arm), const SYS_KQUEUE = 344
 40655  pkg syscall (netbsd-arm), const SYS_KQUEUE1 = 455
 40656  pkg syscall (netbsd-arm), const SYS_KTRACE = 45
 40657  pkg syscall (netbsd-arm), const SYS_LCHFLAGS = 304
 40658  pkg syscall (netbsd-arm), const SYS_LCHMOD = 274
 40659  pkg syscall (netbsd-arm), const SYS_LCHOWN = 275
 40660  pkg syscall (netbsd-arm), const SYS_LGETXATTR = 379
 40661  pkg syscall (netbsd-arm), const SYS_LINK = 9
 40662  pkg syscall (netbsd-arm), const SYS_LINKAT = 457
 40663  pkg syscall (netbsd-arm), const SYS_LISTEN = 106
 40664  pkg syscall (netbsd-arm), const SYS_LISTXATTR = 381
 40665  pkg syscall (netbsd-arm), const SYS_LLISTXATTR = 382
 40666  pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR = 385
 40667  pkg syscall (netbsd-arm), const SYS_LSEEK = 199
 40668  pkg syscall (netbsd-arm), const SYS_LSETXATTR = 376
 40669  pkg syscall (netbsd-arm), const SYS_LSTAT = 441
 40670  pkg syscall (netbsd-arm), const SYS_LUTIMES = 424
 40671  pkg syscall (netbsd-arm), const SYS_MADVISE = 75
 40672  pkg syscall (netbsd-arm), const SYS_MINCORE = 78
 40673  pkg syscall (netbsd-arm), const SYS_MINHERIT = 273
 40674  pkg syscall (netbsd-arm), const SYS_MKDIR = 136
 40675  pkg syscall (netbsd-arm), const SYS_MKDIRAT = 461
 40676  pkg syscall (netbsd-arm), const SYS_MKFIFO = 132
 40677  pkg syscall (netbsd-arm), const SYS_MKFIFOAT = 459
 40678  pkg syscall (netbsd-arm), const SYS_MKNOD = 450
 40679  pkg syscall (netbsd-arm), const SYS_MKNODAT = 460
 40680  pkg syscall (netbsd-arm), const SYS_MLOCK = 203
 40681  pkg syscall (netbsd-arm), const SYS_MLOCKALL = 242
 40682  pkg syscall (netbsd-arm), const SYS_MMAP = 197
 40683  pkg syscall (netbsd-arm), const SYS_MODCTL = 246
 40684  pkg syscall (netbsd-arm), const SYS_MOUNT = 410
 40685  pkg syscall (netbsd-arm), const SYS_MPROTECT = 74
 40686  pkg syscall (netbsd-arm), const SYS_MREMAP = 411
 40687  pkg syscall (netbsd-arm), const SYS_MSGCTL = 444
 40688  pkg syscall (netbsd-arm), const SYS_MSGGET = 225
 40689  pkg syscall (netbsd-arm), const SYS_MSGRCV = 227
 40690  pkg syscall (netbsd-arm), const SYS_MSGSND = 226
 40691  pkg syscall (netbsd-arm), const SYS_MUNLOCK = 204
 40692  pkg syscall (netbsd-arm), const SYS_MUNLOCKALL = 243
 40693  pkg syscall (netbsd-arm), const SYS_MUNMAP = 73
 40694  pkg syscall (netbsd-arm), const SYS_NANOSLEEP = 430
 40695  pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME = 176
 40696  pkg syscall (netbsd-arm), const SYS_NTP_GETTIME = 448
 40697  pkg syscall (netbsd-arm), const SYS_OPEN = 5
 40698  pkg syscall (netbsd-arm), const SYS_OPENAT = 468
 40699  pkg syscall (netbsd-arm), const SYS_PACCEPT = 456
 40700  pkg syscall (netbsd-arm), const SYS_PATHCONF = 191
 40701  pkg syscall (netbsd-arm), const SYS_PIPE = 42
 40702  pkg syscall (netbsd-arm), const SYS_PIPE2 = 453
 40703  pkg syscall (netbsd-arm), const SYS_PMC_CONTROL = 342
 40704  pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO = 341
 40705  pkg syscall (netbsd-arm), const SYS_POLL = 209
 40706  pkg syscall (netbsd-arm), const SYS_POLLTS = 437
 40707  pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE = 416
 40708  pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN = 474
 40709  pkg syscall (netbsd-arm), const SYS_PREAD = 173
 40710  pkg syscall (netbsd-arm), const SYS_PREADV = 289
 40711  pkg syscall (netbsd-arm), const SYS_PROFIL = 44
 40712  pkg syscall (netbsd-arm), const SYS_PSELECT = 436
 40713  pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN = 414
 40714  pkg syscall (netbsd-arm), const SYS_PSET_CREATE = 412
 40715  pkg syscall (netbsd-arm), const SYS_PSET_DESTROY = 413
 40716  pkg syscall (netbsd-arm), const SYS_PTRACE = 26
 40717  pkg syscall (netbsd-arm), const SYS_PWRITE = 174
 40718  pkg syscall (netbsd-arm), const SYS_PWRITEV = 290
 40719  pkg syscall (netbsd-arm), const SYS_RASCTL = 343
 40720  pkg syscall (netbsd-arm), const SYS_READ = 3
 40721  pkg syscall (netbsd-arm), const SYS_READLINK = 58
 40722  pkg syscall (netbsd-arm), const SYS_READLINKAT = 469
 40723  pkg syscall (netbsd-arm), const SYS_READV = 120
 40724  pkg syscall (netbsd-arm), const SYS_REBOOT = 208
 40725  pkg syscall (netbsd-arm), const SYS_RECVFROM = 29
 40726  pkg syscall (netbsd-arm), const SYS_RECVMMSG = 475
 40727  pkg syscall (netbsd-arm), const SYS_RECVMSG = 27
 40728  pkg syscall (netbsd-arm), const SYS_REMOVEXATTR = 384
 40729  pkg syscall (netbsd-arm), const SYS_RENAME = 128
 40730  pkg syscall (netbsd-arm), const SYS_RENAMEAT = 458
 40731  pkg syscall (netbsd-arm), const SYS_REVOKE = 56
 40732  pkg syscall (netbsd-arm), const SYS_RMDIR = 137
 40733  pkg syscall (netbsd-arm), const SYS_SBRK = 69
 40734  pkg syscall (netbsd-arm), const SYS_SCHED_YIELD = 350
 40735  pkg syscall (netbsd-arm), const SYS_SELECT = 417
 40736  pkg syscall (netbsd-arm), const SYS_SEMCONFIG = 223
 40737  pkg syscall (netbsd-arm), const SYS_SEMGET = 221
 40738  pkg syscall (netbsd-arm), const SYS_SEMOP = 222
 40739  pkg syscall (netbsd-arm), const SYS_SENDMMSG = 476
 40740  pkg syscall (netbsd-arm), const SYS_SENDMSG = 28
 40741  pkg syscall (netbsd-arm), const SYS_SENDTO = 133
 40742  pkg syscall (netbsd-arm), const SYS_SETCONTEXT = 308
 40743  pkg syscall (netbsd-arm), const SYS_SETEGID = 182
 40744  pkg syscall (netbsd-arm), const SYS_SETEUID = 183
 40745  pkg syscall (netbsd-arm), const SYS_SETGID = 181
 40746  pkg syscall (netbsd-arm), const SYS_SETGROUPS = 80
 40747  pkg syscall (netbsd-arm), const SYS_SETITIMER = 425
 40748  pkg syscall (netbsd-arm), const SYS_SETPGID = 82
 40749  pkg syscall (netbsd-arm), const SYS_SETPRIORITY = 96
 40750  pkg syscall (netbsd-arm), const SYS_SETREGID = 127
 40751  pkg syscall (netbsd-arm), const SYS_SETREUID = 126
 40752  pkg syscall (netbsd-arm), const SYS_SETRLIMIT = 195
 40753  pkg syscall (netbsd-arm), const SYS_SETSID = 147
 40754  pkg syscall (netbsd-arm), const SYS_SETSOCKOPT = 105
 40755  pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY = 419
 40756  pkg syscall (netbsd-arm), const SYS_SETUID = 23
 40757  pkg syscall (netbsd-arm), const SYS_SETXATTR = 375
 40758  pkg syscall (netbsd-arm), const SYS_SHMAT = 228
 40759  pkg syscall (netbsd-arm), const SYS_SHMCTL = 443
 40760  pkg syscall (netbsd-arm), const SYS_SHMDT = 230
 40761  pkg syscall (netbsd-arm), const SYS_SHMGET = 231
 40762  pkg syscall (netbsd-arm), const SYS_SHUTDOWN = 134
 40763  pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO = 245
 40764  pkg syscall (netbsd-arm), const SYS_SOCKET = 394
 40765  pkg syscall (netbsd-arm), const SYS_SOCKETPAIR = 135
 40766  pkg syscall (netbsd-arm), const SYS_SSTK = 70
 40767  pkg syscall (netbsd-arm), const SYS_STAT = 439
 40768  pkg syscall (netbsd-arm), const SYS_STATVFS1 = 357
 40769  pkg syscall (netbsd-arm), const SYS_SWAPCTL = 271
 40770  pkg syscall (netbsd-arm), const SYS_SYMLINK = 57
 40771  pkg syscall (netbsd-arm), const SYS_SYMLINKAT = 470
 40772  pkg syscall (netbsd-arm), const SYS_SYNC = 36
 40773  pkg syscall (netbsd-arm), const SYS_SYSARCH = 165
 40774  pkg syscall (netbsd-arm), const SYS_TIMER_CREATE = 235
 40775  pkg syscall (netbsd-arm), const SYS_TIMER_DELETE = 236
 40776  pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN = 239
 40777  pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME = 447
 40778  pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME = 446
 40779  pkg syscall (netbsd-arm), const SYS_TRUNCATE = 200
 40780  pkg syscall (netbsd-arm), const SYS_UMASK = 60
 40781  pkg syscall (netbsd-arm), const SYS_UNDELETE = 205
 40782  pkg syscall (netbsd-arm), const SYS_UNLINK = 10
 40783  pkg syscall (netbsd-arm), const SYS_UNLINKAT = 471
 40784  pkg syscall (netbsd-arm), const SYS_UNMOUNT = 22
 40785  pkg syscall (netbsd-arm), const SYS_UTIMENSAT = 467
 40786  pkg syscall (netbsd-arm), const SYS_UTIMES = 420
 40787  pkg syscall (netbsd-arm), const SYS_UTRACE = 306
 40788  pkg syscall (netbsd-arm), const SYS_UUIDGEN = 355
 40789  pkg syscall (netbsd-arm), const SYS_VADVISE = 72
 40790  pkg syscall (netbsd-arm), const SYS_VFORK = 66
 40791  pkg syscall (netbsd-arm), const SYS_WAIT4 = 449
 40792  pkg syscall (netbsd-arm), const SYS_WRITE = 4
 40793  pkg syscall (netbsd-arm), const SYS_WRITEV = 121
 40794  pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE = 314
 40795  pkg syscall (netbsd-arm), const SYS__LWP_CREATE = 309
 40796  pkg syscall (netbsd-arm), const SYS__LWP_CTL = 325
 40797  pkg syscall (netbsd-arm), const SYS__LWP_DETACH = 319
 40798  pkg syscall (netbsd-arm), const SYS__LWP_EXIT = 310
 40799  pkg syscall (netbsd-arm), const SYS__LWP_GETNAME = 324
 40800  pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE = 316
 40801  pkg syscall (netbsd-arm), const SYS__LWP_KILL = 318
 40802  pkg syscall (netbsd-arm), const SYS__LWP_PARK = 434
 40803  pkg syscall (netbsd-arm), const SYS__LWP_SELF = 311
 40804  pkg syscall (netbsd-arm), const SYS__LWP_SETNAME = 323
 40805  pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE = 317
 40806  pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND = 313
 40807  pkg syscall (netbsd-arm), const SYS__LWP_UNPARK = 321
 40808  pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL = 322
 40809  pkg syscall (netbsd-arm), const SYS__LWP_WAIT = 312
 40810  pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP = 315
 40811  pkg syscall (netbsd-arm), const SYS__PSET_BIND = 415
 40812  pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY = 349
 40813  pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM = 347
 40814  pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY = 348
 40815  pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM = 346
 40816  pkg syscall (netbsd-arm), const SYS___CLONE = 287
 40817  pkg syscall (netbsd-arm), const SYS___GETCWD = 296
 40818  pkg syscall (netbsd-arm), const SYS___GETLOGIN = 49
 40819  pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN = 283
 40820  pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN = 284
 40821  pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN = 285
 40822  pkg syscall (netbsd-arm), const SYS___POSIX_RENAME = 270
 40823  pkg syscall (netbsd-arm), const SYS___QUOTACTL = 473
 40824  pkg syscall (netbsd-arm), const SYS___SEMCTL = 442
 40825  pkg syscall (netbsd-arm), const SYS___SETLOGIN = 50
 40826  pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP = 340
 40827  pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT = 431
 40828  pkg syscall (netbsd-arm), const SYS___SYSCTL = 202
 40829  pkg syscall (netbsd-arm), const S_ARCH1 = 65536
 40830  pkg syscall (netbsd-arm), const S_ARCH2 = 131072
 40831  pkg syscall (netbsd-arm), const S_BLKSIZE = 512
 40832  pkg syscall (netbsd-arm), const S_IEXEC = 64
 40833  pkg syscall (netbsd-arm), const S_IFMT = 61440
 40834  pkg syscall (netbsd-arm), const S_IFWHT = 57344
 40835  pkg syscall (netbsd-arm), const S_IREAD = 256
 40836  pkg syscall (netbsd-arm), const S_IRGRP = 32
 40837  pkg syscall (netbsd-arm), const S_IROTH = 4
 40838  pkg syscall (netbsd-arm), const S_IRWXG = 56
 40839  pkg syscall (netbsd-arm), const S_IRWXO = 7
 40840  pkg syscall (netbsd-arm), const S_IRWXU = 448
 40841  pkg syscall (netbsd-arm), const S_ISTXT = 512
 40842  pkg syscall (netbsd-arm), const S_IWGRP = 16
 40843  pkg syscall (netbsd-arm), const S_IWOTH = 2
 40844  pkg syscall (netbsd-arm), const S_IWRITE = 128
 40845  pkg syscall (netbsd-arm), const S_IXGRP = 8
 40846  pkg syscall (netbsd-arm), const S_IXOTH = 1
 40847  pkg syscall (netbsd-arm), const SizeofBpfHdr = 20
 40848  pkg syscall (netbsd-arm), const SizeofBpfInsn = 8
 40849  pkg syscall (netbsd-arm), const SizeofBpfProgram = 8
 40850  pkg syscall (netbsd-arm), const SizeofBpfStat = 128
 40851  pkg syscall (netbsd-arm), const SizeofBpfVersion = 4
 40852  pkg syscall (netbsd-arm), const SizeofCmsghdr = 12
 40853  pkg syscall (netbsd-arm), const SizeofIPMreq = 8
 40854  pkg syscall (netbsd-arm), const SizeofIPv6Mreq = 20
 40855  pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr = 24
 40856  pkg syscall (netbsd-arm), const SizeofIfData = 132
 40857  pkg syscall (netbsd-arm), const SizeofIfMsghdr = 152
 40858  pkg syscall (netbsd-arm), const SizeofIfaMsghdr = 24
 40859  pkg syscall (netbsd-arm), const SizeofInet6Pktinfo = 20
 40860  pkg syscall (netbsd-arm), const SizeofLinger = 8
 40861  pkg syscall (netbsd-arm), const SizeofMsghdr = 28
 40862  pkg syscall (netbsd-arm), const SizeofRtMetrics = 80
 40863  pkg syscall (netbsd-arm), const SizeofRtMsghdr = 120
 40864  pkg syscall (netbsd-arm), const SizeofSockaddrAny = 108
 40865  pkg syscall (netbsd-arm), const SizeofSockaddrDatalink = 20
 40866  pkg syscall (netbsd-arm), const SizeofSockaddrInet4 = 16
 40867  pkg syscall (netbsd-arm), const SizeofSockaddrInet6 = 28
 40868  pkg syscall (netbsd-arm), const SizeofSockaddrUnix = 106
 40869  pkg syscall (netbsd-arm), const TCIFLUSH = 1
 40870  pkg syscall (netbsd-arm), const TCIOFLUSH = 3
 40871  pkg syscall (netbsd-arm), const TCOFLUSH = 2
 40872  pkg syscall (netbsd-arm), const TCP_CONGCTL = 32
 40873  pkg syscall (netbsd-arm), const TCP_KEEPCNT = 6
 40874  pkg syscall (netbsd-arm), const TCP_KEEPIDLE = 3
 40875  pkg syscall (netbsd-arm), const TCP_KEEPINIT = 7
 40876  pkg syscall (netbsd-arm), const TCP_KEEPINTVL = 5
 40877  pkg syscall (netbsd-arm), const TCP_MAXBURST = 4
 40878  pkg syscall (netbsd-arm), const TCP_MAXSEG = 2
 40879  pkg syscall (netbsd-arm), const TCP_MAXWIN = 65535
 40880  pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT = 14
 40881  pkg syscall (netbsd-arm), const TCP_MD5SIG = 16
 40882  pkg syscall (netbsd-arm), const TCP_MINMSS = 216
 40883  pkg syscall (netbsd-arm), const TCP_MSS = 536
 40884  pkg syscall (netbsd-arm), const TCSAFLUSH = 2
 40885  pkg syscall (netbsd-arm), const TIOCCBRK = 536900730
 40886  pkg syscall (netbsd-arm), const TIOCCDTR = 536900728
 40887  pkg syscall (netbsd-arm), const TIOCCONS = 2147775586
 40888  pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP = 1074558040
 40889  pkg syscall (netbsd-arm), const TIOCDRAIN = 536900702
 40890  pkg syscall (netbsd-arm), const TIOCEXCL = 536900621
 40891  pkg syscall (netbsd-arm), const TIOCEXT = 2147775584
 40892  pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS = 16
 40893  pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL = 2
 40894  pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS = 4
 40895  pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF = 8
 40896  pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR = 1
 40897  pkg syscall (netbsd-arm), const TIOCFLUSH = 2147775504
 40898  pkg syscall (netbsd-arm), const TIOCGETA = 1076655123
 40899  pkg syscall (netbsd-arm), const TIOCGETD = 1074033690
 40900  pkg syscall (netbsd-arm), const TIOCGFLAGS = 1074033757
 40901  pkg syscall (netbsd-arm), const TIOCGLINED = 1075868738
 40902  pkg syscall (netbsd-arm), const TIOCGPGRP = 1074033783
 40903  pkg syscall (netbsd-arm), const TIOCGQSIZE = 1074033793
 40904  pkg syscall (netbsd-arm), const TIOCGRANTPT = 536900679
 40905  pkg syscall (netbsd-arm), const TIOCGSID = 1074033763
 40906  pkg syscall (netbsd-arm), const TIOCGSIZE = 1074295912
 40907  pkg syscall (netbsd-arm), const TIOCGWINSZ = 1074295912
 40908  pkg syscall (netbsd-arm), const TIOCMBIC = 2147775595
 40909  pkg syscall (netbsd-arm), const TIOCMBIS = 2147775596
 40910  pkg syscall (netbsd-arm), const TIOCMGET = 1074033770
 40911  pkg syscall (netbsd-arm), const TIOCMSET = 2147775597
 40912  pkg syscall (netbsd-arm), const TIOCM_CAR = 64
 40913  pkg syscall (netbsd-arm), const TIOCM_CD = 64
 40914  pkg syscall (netbsd-arm), const TIOCM_CTS = 32
 40915  pkg syscall (netbsd-arm), const TIOCM_DSR = 256
 40916  pkg syscall (netbsd-arm), const TIOCM_DTR = 2
 40917  pkg syscall (netbsd-arm), const TIOCM_LE = 1
 40918  pkg syscall (netbsd-arm), const TIOCM_RI = 128
 40919  pkg syscall (netbsd-arm), const TIOCM_RNG = 128
 40920  pkg syscall (netbsd-arm), const TIOCM_RTS = 4
 40921  pkg syscall (netbsd-arm), const TIOCM_SR = 16
 40922  pkg syscall (netbsd-arm), const TIOCM_ST = 8
 40923  pkg syscall (netbsd-arm), const TIOCNOTTY = 536900721
 40924  pkg syscall (netbsd-arm), const TIOCNXCL = 536900622
 40925  pkg syscall (netbsd-arm), const TIOCOUTQ = 1074033779
 40926  pkg syscall (netbsd-arm), const TIOCPKT = 2147775600
 40927  pkg syscall (netbsd-arm), const TIOCPKT_DATA = 0
 40928  pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP = 32
 40929  pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD = 1
 40930  pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE = 2
 40931  pkg syscall (netbsd-arm), const TIOCPKT_IOCTL = 64
 40932  pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP = 16
 40933  pkg syscall (netbsd-arm), const TIOCPKT_START = 8
 40934  pkg syscall (netbsd-arm), const TIOCPKT_STOP = 4
 40935  pkg syscall (netbsd-arm), const TIOCPTMGET = 1208513606
 40936  pkg syscall (netbsd-arm), const TIOCPTSNAME = 1208513608
 40937  pkg syscall (netbsd-arm), const TIOCRCVFRAME = 2147775557
 40938  pkg syscall (netbsd-arm), const TIOCREMOTE = 2147775593
 40939  pkg syscall (netbsd-arm), const TIOCSBRK = 536900731
 40940  pkg syscall (netbsd-arm), const TIOCSCTTY = 536900705
 40941  pkg syscall (netbsd-arm), const TIOCSDTR = 536900729
 40942  pkg syscall (netbsd-arm), const TIOCSETA = 2150396948
 40943  pkg syscall (netbsd-arm), const TIOCSETAF = 2150396950
 40944  pkg syscall (netbsd-arm), const TIOCSETAW = 2150396949
 40945  pkg syscall (netbsd-arm), const TIOCSETD = 2147775515
 40946  pkg syscall (netbsd-arm), const TIOCSFLAGS = 2147775580
 40947  pkg syscall (netbsd-arm), const TIOCSIG = 536900703
 40948  pkg syscall (netbsd-arm), const TIOCSLINED = 2149610563
 40949  pkg syscall (netbsd-arm), const TIOCSPGRP = 2147775606
 40950  pkg syscall (netbsd-arm), const TIOCSQSIZE = 2147775616
 40951  pkg syscall (netbsd-arm), const TIOCSSIZE = 2148037735
 40952  pkg syscall (netbsd-arm), const TIOCSTART = 536900718
 40953  pkg syscall (netbsd-arm), const TIOCSTAT = 2147775589
 40954  pkg syscall (netbsd-arm), const TIOCSTI = 2147578994
 40955  pkg syscall (netbsd-arm), const TIOCSTOP = 536900719
 40956  pkg syscall (netbsd-arm), const TIOCSWINSZ = 2148037735
 40957  pkg syscall (netbsd-arm), const TIOCUCNTL = 2147775590
 40958  pkg syscall (netbsd-arm), const TIOCXMTFRAME = 2147775556
 40959  pkg syscall (netbsd-arm), const TOSTOP = 4194304
 40960  pkg syscall (netbsd-arm), const VDISCARD = 15
 40961  pkg syscall (netbsd-arm), const VDSUSP = 11
 40962  pkg syscall (netbsd-arm), const VEOF = 0
 40963  pkg syscall (netbsd-arm), const VEOL = 1
 40964  pkg syscall (netbsd-arm), const VEOL2 = 2
 40965  pkg syscall (netbsd-arm), const VERASE = 3
 40966  pkg syscall (netbsd-arm), const VINTR = 8
 40967  pkg syscall (netbsd-arm), const VKILL = 5
 40968  pkg syscall (netbsd-arm), const VLNEXT = 14
 40969  pkg syscall (netbsd-arm), const VMIN = 16
 40970  pkg syscall (netbsd-arm), const VQUIT = 9
 40971  pkg syscall (netbsd-arm), const VREPRINT = 6
 40972  pkg syscall (netbsd-arm), const VSTART = 12
 40973  pkg syscall (netbsd-arm), const VSTATUS = 18
 40974  pkg syscall (netbsd-arm), const VSTOP = 13
 40975  pkg syscall (netbsd-arm), const VSUSP = 10
 40976  pkg syscall (netbsd-arm), const VTIME = 17
 40977  pkg syscall (netbsd-arm), const VWERASE = 4
 40978  pkg syscall (netbsd-arm), const WALL = 8
 40979  pkg syscall (netbsd-arm), const WALLSIG = 8
 40980  pkg syscall (netbsd-arm), const WALTSIG = 4
 40981  pkg syscall (netbsd-arm), const WCLONE = 4
 40982  pkg syscall (netbsd-arm), const WCOREFLAG = 128
 40983  pkg syscall (netbsd-arm), const WNOHANG = 1
 40984  pkg syscall (netbsd-arm), const WNOWAIT = 65536
 40985  pkg syscall (netbsd-arm), const WNOZOMBIE = 131072
 40986  pkg syscall (netbsd-arm), const WOPTSCHECKED = 262144
 40987  pkg syscall (netbsd-arm), const WSTOPPED = 127
 40988  pkg syscall (netbsd-arm), const WUNTRACED = 2
 40989  pkg syscall (netbsd-arm-cgo), const AF_APPLETALK = 16
 40990  pkg syscall (netbsd-arm-cgo), const AF_ARP = 28
 40991  pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH = 31
 40992  pkg syscall (netbsd-arm-cgo), const AF_CCITT = 10
 40993  pkg syscall (netbsd-arm-cgo), const AF_CHAOS = 5
 40994  pkg syscall (netbsd-arm-cgo), const AF_CNT = 21
 40995  pkg syscall (netbsd-arm-cgo), const AF_COIP = 20
 40996  pkg syscall (netbsd-arm-cgo), const AF_DATAKIT = 9
 40997  pkg syscall (netbsd-arm-cgo), const AF_DECnet = 12
 40998  pkg syscall (netbsd-arm-cgo), const AF_DLI = 13
 40999  pkg syscall (netbsd-arm-cgo), const AF_E164 = 26
 41000  pkg syscall (netbsd-arm-cgo), const AF_ECMA = 8
 41001  pkg syscall (netbsd-arm-cgo), const AF_HYLINK = 15
 41002  pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 = 32
 41003  pkg syscall (netbsd-arm-cgo), const AF_IMPLINK = 3
 41004  pkg syscall (netbsd-arm-cgo), const AF_INET6 = 24
 41005  pkg syscall (netbsd-arm-cgo), const AF_IPX = 23
 41006  pkg syscall (netbsd-arm-cgo), const AF_ISDN = 26
 41007  pkg syscall (netbsd-arm-cgo), const AF_ISO = 7
 41008  pkg syscall (netbsd-arm-cgo), const AF_LAT = 14
 41009  pkg syscall (netbsd-arm-cgo), const AF_LINK = 18
 41010  pkg syscall (netbsd-arm-cgo), const AF_LOCAL = 1
 41011  pkg syscall (netbsd-arm-cgo), const AF_MAX = 35
 41012  pkg syscall (netbsd-arm-cgo), const AF_MPLS = 33
 41013  pkg syscall (netbsd-arm-cgo), const AF_NATM = 27
 41014  pkg syscall (netbsd-arm-cgo), const AF_NS = 6
 41015  pkg syscall (netbsd-arm-cgo), const AF_OROUTE = 17
 41016  pkg syscall (netbsd-arm-cgo), const AF_OSI = 7
 41017  pkg syscall (netbsd-arm-cgo), const AF_PUP = 4
 41018  pkg syscall (netbsd-arm-cgo), const AF_ROUTE = 34
 41019  pkg syscall (netbsd-arm-cgo), const AF_SNA = 11
 41020  pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET = 7
 41021  pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER = 1
 41022  pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY = 15
 41023  pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 = 24
 41024  pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 = 6
 41025  pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP = 23
 41026  pkg syscall (netbsd-arm-cgo), const B0 = 0
 41027  pkg syscall (netbsd-arm-cgo), const B110 = 110
 41028  pkg syscall (netbsd-arm-cgo), const B115200 = 115200
 41029  pkg syscall (netbsd-arm-cgo), const B1200 = 1200
 41030  pkg syscall (netbsd-arm-cgo), const B134 = 134
 41031  pkg syscall (netbsd-arm-cgo), const B14400 = 14400
 41032  pkg syscall (netbsd-arm-cgo), const B150 = 150
 41033  pkg syscall (netbsd-arm-cgo), const B1800 = 1800
 41034  pkg syscall (netbsd-arm-cgo), const B19200 = 19200
 41035  pkg syscall (netbsd-arm-cgo), const B200 = 200
 41036  pkg syscall (netbsd-arm-cgo), const B230400 = 230400
 41037  pkg syscall (netbsd-arm-cgo), const B2400 = 2400
 41038  pkg syscall (netbsd-arm-cgo), const B28800 = 28800
 41039  pkg syscall (netbsd-arm-cgo), const B300 = 300
 41040  pkg syscall (netbsd-arm-cgo), const B38400 = 38400
 41041  pkg syscall (netbsd-arm-cgo), const B460800 = 460800
 41042  pkg syscall (netbsd-arm-cgo), const B4800 = 4800
 41043  pkg syscall (netbsd-arm-cgo), const B50 = 50
 41044  pkg syscall (netbsd-arm-cgo), const B57600 = 57600
 41045  pkg syscall (netbsd-arm-cgo), const B600 = 600
 41046  pkg syscall (netbsd-arm-cgo), const B7200 = 7200
 41047  pkg syscall (netbsd-arm-cgo), const B75 = 75
 41048  pkg syscall (netbsd-arm-cgo), const B76800 = 76800
 41049  pkg syscall (netbsd-arm-cgo), const B921600 = 921600
 41050  pkg syscall (netbsd-arm-cgo), const B9600 = 9600
 41051  pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK = 2147762813
 41052  pkg syscall (netbsd-arm-cgo), const BIOCFLUSH = 536887912
 41053  pkg syscall (netbsd-arm-cgo), const BIOCGBLEN = 1074020966
 41054  pkg syscall (netbsd-arm-cgo), const BIOCGDLT = 1074020970
 41055  pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST = 3221766775
 41056  pkg syscall (netbsd-arm-cgo), const BIOCGETIF = 1083196011
 41057  pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK = 1074020988
 41058  pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
 41059  pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT = 1074545275
 41060  pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT = 1074020984
 41061  pkg syscall (netbsd-arm-cgo), const BIOCGSTATS = 1082147439
 41062  pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD = 1074283119
 41063  pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
 41064  pkg syscall (netbsd-arm-cgo), const BIOCPROMISC = 536887913
 41065  pkg syscall (netbsd-arm-cgo), const BIOCSBLEN = 3221504614
 41066  pkg syscall (netbsd-arm-cgo), const BIOCSDLT = 2147762806
 41067  pkg syscall (netbsd-arm-cgo), const BIOCSETF = 2148024935
 41068  pkg syscall (netbsd-arm-cgo), const BIOCSETIF = 2156937836
 41069  pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK = 2147762813
 41070  pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
 41071  pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT = 2148287098
 41072  pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT = 2147762809
 41073  pkg syscall (netbsd-arm-cgo), const BIOCSTCPF = 2148024946
 41074  pkg syscall (netbsd-arm-cgo), const BIOCSUDPF = 2148024947
 41075  pkg syscall (netbsd-arm-cgo), const BIOCVERSION = 1074020977
 41076  pkg syscall (netbsd-arm-cgo), const BPF_A = 16
 41077  pkg syscall (netbsd-arm-cgo), const BPF_ABS = 32
 41078  pkg syscall (netbsd-arm-cgo), const BPF_ADD = 0
 41079  pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT = 4
 41080  pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 = 4
 41081  pkg syscall (netbsd-arm-cgo), const BPF_ALU = 4
 41082  pkg syscall (netbsd-arm-cgo), const BPF_AND = 80
 41083  pkg syscall (netbsd-arm-cgo), const BPF_B = 16
 41084  pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE = 1048576
 41085  pkg syscall (netbsd-arm-cgo), const BPF_DIV = 48
 41086  pkg syscall (netbsd-arm-cgo), const BPF_H = 8
 41087  pkg syscall (netbsd-arm-cgo), const BPF_IMM = 0
 41088  pkg syscall (netbsd-arm-cgo), const BPF_IND = 64
 41089  pkg syscall (netbsd-arm-cgo), const BPF_JA = 0
 41090  pkg syscall (netbsd-arm-cgo), const BPF_JEQ = 16
 41091  pkg syscall (netbsd-arm-cgo), const BPF_JGE = 48
 41092  pkg syscall (netbsd-arm-cgo), const BPF_JGT = 32
 41093  pkg syscall (netbsd-arm-cgo), const BPF_JMP = 5
 41094  pkg syscall (netbsd-arm-cgo), const BPF_JSET = 64
 41095  pkg syscall (netbsd-arm-cgo), const BPF_K = 0
 41096  pkg syscall (netbsd-arm-cgo), const BPF_LD = 0
 41097  pkg syscall (netbsd-arm-cgo), const BPF_LDX = 1
 41098  pkg syscall (netbsd-arm-cgo), const BPF_LEN = 128
 41099  pkg syscall (netbsd-arm-cgo), const BPF_LSH = 96
 41100  pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION = 1
 41101  pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE = 16777216
 41102  pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS = 512
 41103  pkg syscall (netbsd-arm-cgo), const BPF_MEM = 96
 41104  pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS = 16
 41105  pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE = 32
 41106  pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION = 1
 41107  pkg syscall (netbsd-arm-cgo), const BPF_MISC = 7
 41108  pkg syscall (netbsd-arm-cgo), const BPF_MSH = 160
 41109  pkg syscall (netbsd-arm-cgo), const BPF_MUL = 32
 41110  pkg syscall (netbsd-arm-cgo), const BPF_NEG = 128
 41111  pkg syscall (netbsd-arm-cgo), const BPF_OR = 64
 41112  pkg syscall (netbsd-arm-cgo), const BPF_RELEASE = 199606
 41113  pkg syscall (netbsd-arm-cgo), const BPF_RET = 6
 41114  pkg syscall (netbsd-arm-cgo), const BPF_RSH = 112
 41115  pkg syscall (netbsd-arm-cgo), const BPF_ST = 2
 41116  pkg syscall (netbsd-arm-cgo), const BPF_STX = 3
 41117  pkg syscall (netbsd-arm-cgo), const BPF_SUB = 16
 41118  pkg syscall (netbsd-arm-cgo), const BPF_TAX = 0
 41119  pkg syscall (netbsd-arm-cgo), const BPF_TXA = 128
 41120  pkg syscall (netbsd-arm-cgo), const BPF_W = 0
 41121  pkg syscall (netbsd-arm-cgo), const BPF_X = 8
 41122  pkg syscall (netbsd-arm-cgo), const BRKINT = 2
 41123  pkg syscall (netbsd-arm-cgo), const CFLUSH = 15
 41124  pkg syscall (netbsd-arm-cgo), const CLOCAL = 32768
 41125  pkg syscall (netbsd-arm-cgo), const CREAD = 2048
 41126  pkg syscall (netbsd-arm-cgo), const CS5 = 0
 41127  pkg syscall (netbsd-arm-cgo), const CS6 = 256
 41128  pkg syscall (netbsd-arm-cgo), const CS7 = 512
 41129  pkg syscall (netbsd-arm-cgo), const CS8 = 768
 41130  pkg syscall (netbsd-arm-cgo), const CSIZE = 768
 41131  pkg syscall (netbsd-arm-cgo), const CSTART = 17
 41132  pkg syscall (netbsd-arm-cgo), const CSTATUS = 20
 41133  pkg syscall (netbsd-arm-cgo), const CSTOP = 19
 41134  pkg syscall (netbsd-arm-cgo), const CSTOPB = 1024
 41135  pkg syscall (netbsd-arm-cgo), const CSUSP = 26
 41136  pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME = 12
 41137  pkg syscall (netbsd-arm-cgo), const CTL_NET = 4
 41138  pkg syscall (netbsd-arm-cgo), const CTL_QUERY = -2
 41139  pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH = 536896632
 41140  pkg syscall (netbsd-arm-cgo), const DLT_A429 = 184
 41141  pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM = 185
 41142  pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER = 120
 41143  pkg syscall (netbsd-arm-cgo), const DLT_AOS = 222
 41144  pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
 41145  pkg syscall (netbsd-arm-cgo), const DLT_ARCNET = 7
 41146  pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX = 129
 41147  pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP = 19
 41148  pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 = 11
 41149  pkg syscall (netbsd-arm-cgo), const DLT_AURORA = 126
 41150  pkg syscall (netbsd-arm-cgo), const DLT_AX25 = 3
 41151  pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS = 202
 41152  pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP = 165
 41153  pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
 41154  pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
 41155  pkg syscall (netbsd-arm-cgo), const DLT_CAN20B = 190
 41156  pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
 41157  pkg syscall (netbsd-arm-cgo), const DLT_CHAOS = 5
 41158  pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS = 118
 41159  pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC = 104
 41160  pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
 41161  pkg syscall (netbsd-arm-cgo), const DLT_DECT = 221
 41162  pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS = 143
 41163  pkg syscall (netbsd-arm-cgo), const DLT_ECONET = 115
 41164  pkg syscall (netbsd-arm-cgo), const DLT_EN10MB = 1
 41165  pkg syscall (netbsd-arm-cgo), const DLT_EN3MB = 2
 41166  pkg syscall (netbsd-arm-cgo), const DLT_ENC = 109
 41167  pkg syscall (netbsd-arm-cgo), const DLT_ERF = 197
 41168  pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH = 175
 41169  pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS = 176
 41170  pkg syscall (netbsd-arm-cgo), const DLT_FC_2 = 224
 41171  pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
 41172  pkg syscall (netbsd-arm-cgo), const DLT_FDDI = 10
 41173  pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY = 210
 41174  pkg syscall (netbsd-arm-cgo), const DLT_FRELAY = 107
 41175  pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
 41176  pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL = 173
 41177  pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 = 172
 41178  pkg syscall (netbsd-arm-cgo), const DLT_GPF_F = 171
 41179  pkg syscall (netbsd-arm-cgo), const DLT_GPF_T = 170
 41180  pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC = 169
 41181  pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
 41182  pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM = 217
 41183  pkg syscall (netbsd-arm-cgo), const DLT_HDLC = 16
 41184  pkg syscall (netbsd-arm-cgo), const DLT_HHDLC = 121
 41185  pkg syscall (netbsd-arm-cgo), const DLT_HIPPI = 15
 41186  pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN = 146
 41187  pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP = 145
 41188  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 = 6
 41189  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 = 105
 41190  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
 41191  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
 41192  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 = 195
 41193  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
 41194  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
 41195  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
 41196  pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
 41197  pkg syscall (netbsd-arm-cgo), const DLT_IPMB = 199
 41198  pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX = 209
 41199  pkg syscall (netbsd-arm-cgo), const DLT_IPNET = 226
 41200  pkg syscall (netbsd-arm-cgo), const DLT_IPV4 = 228
 41201  pkg syscall (netbsd-arm-cgo), const DLT_IPV6 = 229
 41202  pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC = 122
 41203  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
 41204  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
 41205  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
 41206  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES = 132
 41207  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
 41208  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
 41209  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
 41210  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM = 194
 41211  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR = 134
 41212  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
 41213  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
 41214  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
 41215  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
 41216  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP = 179
 41217  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
 41218  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
 41219  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
 41220  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST = 200
 41221  pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP = 183
 41222  pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
 41223  pkg syscall (netbsd-arm-cgo), const DLT_LAPD = 203
 41224  pkg syscall (netbsd-arm-cgo), const DLT_LIN = 212
 41225  pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV = 216
 41226  pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA = 144
 41227  pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD = 177
 41228  pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL = 113
 41229  pkg syscall (netbsd-arm-cgo), const DLT_LOOP = 108
 41230  pkg syscall (netbsd-arm-cgo), const DLT_LTALK = 114
 41231  pkg syscall (netbsd-arm-cgo), const DLT_MFR = 182
 41232  pkg syscall (netbsd-arm-cgo), const DLT_MOST = 211
 41233  pkg syscall (netbsd-arm-cgo), const DLT_MPLS = 219
 41234  pkg syscall (netbsd-arm-cgo), const DLT_MTP2 = 140
 41235  pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
 41236  pkg syscall (netbsd-arm-cgo), const DLT_MTP3 = 141
 41237  pkg syscall (netbsd-arm-cgo), const DLT_NULL = 0
 41238  pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP = 125
 41239  pkg syscall (netbsd-arm-cgo), const DLT_PFLOG = 117
 41240  pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC = 18
 41241  pkg syscall (netbsd-arm-cgo), const DLT_PPI = 192
 41242  pkg syscall (netbsd-arm-cgo), const DLT_PPP = 9
 41243  pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS = 14
 41244  pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER = 51
 41245  pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD = 166
 41246  pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL = 50
 41247  pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
 41248  pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER = 119
 41249  pkg syscall (netbsd-arm-cgo), const DLT_PRONET = 4
 41250  pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 = 198
 41251  pkg syscall (netbsd-arm-cgo), const DLT_RAW = 12
 41252  pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK = 35913728
 41253  pkg syscall (netbsd-arm-cgo), const DLT_RIO = 124
 41254  pkg syscall (netbsd-arm-cgo), const DLT_SCCP = 142
 41255  pkg syscall (netbsd-arm-cgo), const DLT_SITA = 196
 41256  pkg syscall (netbsd-arm-cgo), const DLT_SLIP = 8
 41257  pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS = 13
 41258  pkg syscall (netbsd-arm-cgo), const DLT_SUNATM = 123
 41259  pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
 41260  pkg syscall (netbsd-arm-cgo), const DLT_TZSP = 128
 41261  pkg syscall (netbsd-arm-cgo), const DLT_USB = 186
 41262  pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX = 189
 41263  pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
 41264  pkg syscall (netbsd-arm-cgo), const DLT_WIHART = 223
 41265  pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL = 213
 41266  pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA = 214
 41267  pkg syscall (netbsd-arm-cgo), const DT_BLK = 6
 41268  pkg syscall (netbsd-arm-cgo), const DT_CHR = 2
 41269  pkg syscall (netbsd-arm-cgo), const DT_DIR = 4
 41270  pkg syscall (netbsd-arm-cgo), const DT_FIFO = 1
 41271  pkg syscall (netbsd-arm-cgo), const DT_LNK = 10
 41272  pkg syscall (netbsd-arm-cgo), const DT_REG = 8
 41273  pkg syscall (netbsd-arm-cgo), const DT_SOCK = 12
 41274  pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN = 0
 41275  pkg syscall (netbsd-arm-cgo), const DT_WHT = 14
 41276  pkg syscall (netbsd-arm-cgo), const E2BIG = 7
 41277  pkg syscall (netbsd-arm-cgo), const EACCES = 13
 41278  pkg syscall (netbsd-arm-cgo), const EADDRINUSE = 48
 41279  pkg syscall (netbsd-arm-cgo), const EADDRNOTAVAIL = 49
 41280  pkg syscall (netbsd-arm-cgo), const EAFNOSUPPORT = 47
 41281  pkg syscall (netbsd-arm-cgo), const EAGAIN = 35
 41282  pkg syscall (netbsd-arm-cgo), const EALREADY = 37
 41283  pkg syscall (netbsd-arm-cgo), const EAUTH = 80
 41284  pkg syscall (netbsd-arm-cgo), const EBADF = 9
 41285  pkg syscall (netbsd-arm-cgo), const EBADMSG = 88
 41286  pkg syscall (netbsd-arm-cgo), const EBADRPC = 72
 41287  pkg syscall (netbsd-arm-cgo), const EBUSY = 16
 41288  pkg syscall (netbsd-arm-cgo), const ECANCELED = 87
 41289  pkg syscall (netbsd-arm-cgo), const ECHILD = 10
 41290  pkg syscall (netbsd-arm-cgo), const ECHO = 8
 41291  pkg syscall (netbsd-arm-cgo), const ECHOCTL = 64
 41292  pkg syscall (netbsd-arm-cgo), const ECHOE = 2
 41293  pkg syscall (netbsd-arm-cgo), const ECHOK = 4
 41294  pkg syscall (netbsd-arm-cgo), const ECHOKE = 1
 41295  pkg syscall (netbsd-arm-cgo), const ECHONL = 16
 41296  pkg syscall (netbsd-arm-cgo), const ECHOPRT = 32
 41297  pkg syscall (netbsd-arm-cgo), const ECONNABORTED = 53
 41298  pkg syscall (netbsd-arm-cgo), const ECONNREFUSED = 61
 41299  pkg syscall (netbsd-arm-cgo), const ECONNRESET = 54
 41300  pkg syscall (netbsd-arm-cgo), const EDEADLK = 11
 41301  pkg syscall (netbsd-arm-cgo), const EDESTADDRREQ = 39
 41302  pkg syscall (netbsd-arm-cgo), const EDOM = 33
 41303  pkg syscall (netbsd-arm-cgo), const EDQUOT = 69
 41304  pkg syscall (netbsd-arm-cgo), const EEXIST = 17
 41305  pkg syscall (netbsd-arm-cgo), const EFAULT = 14
 41306  pkg syscall (netbsd-arm-cgo), const EFBIG = 27
 41307  pkg syscall (netbsd-arm-cgo), const EFTYPE = 79
 41308  pkg syscall (netbsd-arm-cgo), const EHOSTDOWN = 64
 41309  pkg syscall (netbsd-arm-cgo), const EHOSTUNREACH = 65
 41310  pkg syscall (netbsd-arm-cgo), const EIDRM = 82
 41311  pkg syscall (netbsd-arm-cgo), const EILSEQ = 85
 41312  pkg syscall (netbsd-arm-cgo), const EINPROGRESS = 36
 41313  pkg syscall (netbsd-arm-cgo), const EINTR = 4
 41314  pkg syscall (netbsd-arm-cgo), const EINVAL = 22
 41315  pkg syscall (netbsd-arm-cgo), const EIO = 5
 41316  pkg syscall (netbsd-arm-cgo), const EISCONN = 56
 41317  pkg syscall (netbsd-arm-cgo), const EISDIR = 21
 41318  pkg syscall (netbsd-arm-cgo), const ELAST = 96
 41319  pkg syscall (netbsd-arm-cgo), const ELOOP = 62
 41320  pkg syscall (netbsd-arm-cgo), const EMFILE = 24
 41321  pkg syscall (netbsd-arm-cgo), const EMLINK = 31
 41322  pkg syscall (netbsd-arm-cgo), const EMSGSIZE = 40
 41323  pkg syscall (netbsd-arm-cgo), const EMULTIHOP = 94
 41324  pkg syscall (netbsd-arm-cgo), const EMUL_LINUX = 1
 41325  pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 = 5
 41326  pkg syscall (netbsd-arm-cgo), const EMUL_MAXID = 6
 41327  pkg syscall (netbsd-arm-cgo), const ENAMETOOLONG = 63
 41328  pkg syscall (netbsd-arm-cgo), const ENEEDAUTH = 81
 41329  pkg syscall (netbsd-arm-cgo), const ENETDOWN = 50
 41330  pkg syscall (netbsd-arm-cgo), const ENETRESET = 52
 41331  pkg syscall (netbsd-arm-cgo), const ENETUNREACH = 51
 41332  pkg syscall (netbsd-arm-cgo), const ENFILE = 23
 41333  pkg syscall (netbsd-arm-cgo), const ENOATTR = 93
 41334  pkg syscall (netbsd-arm-cgo), const ENOBUFS = 55
 41335  pkg syscall (netbsd-arm-cgo), const ENODATA = 89
 41336  pkg syscall (netbsd-arm-cgo), const ENODEV = 19
 41337  pkg syscall (netbsd-arm-cgo), const ENOEXEC = 8
 41338  pkg syscall (netbsd-arm-cgo), const ENOLCK = 77
 41339  pkg syscall (netbsd-arm-cgo), const ENOLINK = 95
 41340  pkg syscall (netbsd-arm-cgo), const ENOMEM = 12
 41341  pkg syscall (netbsd-arm-cgo), const ENOMSG = 83
 41342  pkg syscall (netbsd-arm-cgo), const ENOPROTOOPT = 42
 41343  pkg syscall (netbsd-arm-cgo), const ENOSPC = 28
 41344  pkg syscall (netbsd-arm-cgo), const ENOSR = 90
 41345  pkg syscall (netbsd-arm-cgo), const ENOSTR = 91
 41346  pkg syscall (netbsd-arm-cgo), const ENOSYS = 78
 41347  pkg syscall (netbsd-arm-cgo), const ENOTBLK = 15
 41348  pkg syscall (netbsd-arm-cgo), const ENOTCONN = 57
 41349  pkg syscall (netbsd-arm-cgo), const ENOTDIR = 20
 41350  pkg syscall (netbsd-arm-cgo), const ENOTEMPTY = 66
 41351  pkg syscall (netbsd-arm-cgo), const ENOTSOCK = 38
 41352  pkg syscall (netbsd-arm-cgo), const ENOTSUP = 86
 41353  pkg syscall (netbsd-arm-cgo), const ENOTTY = 25
 41354  pkg syscall (netbsd-arm-cgo), const ENXIO = 6
 41355  pkg syscall (netbsd-arm-cgo), const EOPNOTSUPP = 45
 41356  pkg syscall (netbsd-arm-cgo), const EOVERFLOW = 84
 41357  pkg syscall (netbsd-arm-cgo), const EPERM = 1
 41358  pkg syscall (netbsd-arm-cgo), const EPFNOSUPPORT = 46
 41359  pkg syscall (netbsd-arm-cgo), const EPIPE = 32
 41360  pkg syscall (netbsd-arm-cgo), const EPROCLIM = 67
 41361  pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL = 76
 41362  pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH = 75
 41363  pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL = 74
 41364  pkg syscall (netbsd-arm-cgo), const EPROTO = 96
 41365  pkg syscall (netbsd-arm-cgo), const EPROTONOSUPPORT = 43
 41366  pkg syscall (netbsd-arm-cgo), const EPROTOTYPE = 41
 41367  pkg syscall (netbsd-arm-cgo), const ERANGE = 34
 41368  pkg syscall (netbsd-arm-cgo), const EREMOTE = 71
 41369  pkg syscall (netbsd-arm-cgo), const EROFS = 30
 41370  pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH = 73
 41371  pkg syscall (netbsd-arm-cgo), const ESHUTDOWN = 58
 41372  pkg syscall (netbsd-arm-cgo), const ESOCKTNOSUPPORT = 44
 41373  pkg syscall (netbsd-arm-cgo), const ESPIPE = 29
 41374  pkg syscall (netbsd-arm-cgo), const ESRCH = 3
 41375  pkg syscall (netbsd-arm-cgo), const ESTALE = 70
 41376  pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU = 4
 41377  pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
 41378  pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU = 1
 41379  pkg syscall (netbsd-arm-cgo), const ETHERMIN = 46
 41380  pkg syscall (netbsd-arm-cgo), const ETHERMTU = 1500
 41381  pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO = 9000
 41382  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 = 4
 41383  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP = 33011
 41384  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON = 33680
 41385  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC = 32822
 41386  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA = 33098
 41387  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER = 24584
 41388  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA = 33093
 41389  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO = 33015
 41390  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
 41391  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK = 32923
 41392  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK = 32967
 41393  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT = 32826
 41394  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP = 2054
 41395  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT = 32923
 41396  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK = 32923
 41397  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC = 34527
 41398  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT = 32873
 41399  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD = 32776
 41400  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON = 32874
 41401  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS = 34902
 41402  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP = 36867
 41403  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL = 33026
 41404  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON = 28724
 41405  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS = 2052
 41406  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN = 32876
 41407  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
 41408  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT = 32866
 41409  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS = 32772
 41410  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN = 32771
 41411  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA = 4660
 41412  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE = 32891
 41413  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI = 43690
 41414  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM = 32840
 41415  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST = 24582
 41416  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG = 24581
 41417  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS = 32828
 41418  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS = 32830
 41419  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER = 24576
 41420  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST = 32833
 41421  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM = 32831
 41422  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS = 24585
 41423  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS = 32832
 41424  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON = 34526
 41425  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE = 17185
 41426  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 = 1632
 41427  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 = 1633
 41428  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN = 24579
 41429  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT = 6537
 41430  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD = 32825
 41431  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA = 2051
 41432  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT = 32829
 41433  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES = 32861
 41434  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN = 32784
 41435  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA = 32841
 41436  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP = 33094
 41437  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL = 34824
 41438  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP = 2056
 41439  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN = 32872
 41440  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES = 33072
 41441  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP = 33152
 41442  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI = 34848
 41443  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP = 32773
 41444  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP = 2560
 41445  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT = 2561
 41446  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL = 19522
 41447  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG = 16972
 41448  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP = 2048
 41449  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS = 34668
 41450  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 = 34525
 41451  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX = 33079
 41452  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW = 32823
 41453  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA = 34178
 41454  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE = 32824
 41455  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE = 34952
 41456  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT = 24580
 41457  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK = 36864
 41458  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE = 32864
 41459  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT = 33096
 41460  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK = 36864
 41461  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA = 32890
 41462  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX = 65535
 41463  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT = 32892
 41464  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP = 34618
 41465  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL = 24577
 41466  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC = 24578
 41467  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA = 33165
 41468  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS = 34887
 41469  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST = 34888
 41470  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS = 33087
 41471  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC = 15364
 41472  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM = 15369
 41473  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ = 15365
 41474  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP = 15366
 41475  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ = 15362
 41476  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP = 15363
 41477  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG = 15367
 41478  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB = 15368
 41479  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE = 15370
 41480  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR = 15372
 41481  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS = 15371
 41482  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST = 15373
 41483  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD = 15361
 41484  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD = 15360
 41485  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS = 2050
 41486  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD = 33097
 41487  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR = 32774
 41488  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI = 33169
 41489  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL = 33080
 41490  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS = 1536
 41491  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT = 1537
 41492  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT = 2055
 41493  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER = 16
 41494  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 = 28679
 41495  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET = 28681
 41496  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER = 32966
 41497  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE = 34958
 41498  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS = 16962
 41499  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING = 32836
 41500  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP = 34827
 41501  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE = 34916
 41502  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC = 34915
 41503  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS = 28721
 41504  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP = 512
 41505  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT = 512
 41506  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL = 28720
 41507  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL = 33104
 41508  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR = 25945
 41509  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL = 6549
 41510  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP = 34617
 41511  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX = 33010
 41512  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP = 32821
 41513  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA = 24583
 41514  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA = 34523
 41515  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA = 34669
 41516  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW = 33150
 41517  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE = 32790
 41518  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG = 32787
 41519  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES = 32788
 41520  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV = 32789
 41521  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET = 21000
 41522  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
 41523  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA = 32981
 41524  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP = 33100
 41525  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX = 64245
 41526  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER = 32927
 41527  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE = 1280
 41528  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP = 33153
 41529  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS = 33067
 41530  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC = 34091
 41531  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP = 34667
 41532  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM = 36866
 41533  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC = 33103
 41534  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN = 32815
 41535  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL = 4096
 41536  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER = 25944
 41537  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE = 32814
 41538  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST = 28677
 41539  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG = 2304
 41540  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
 41541  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL = 28672
 41542  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU = 28673
 41543  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC = 28675
 41544  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID = 5632
 41545  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN = 32989
 41546  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN = 32827
 41547  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO = 32871
 41548  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP = 32859
 41549  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB = 33073
 41550  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES = 2989
 41551  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO = 2991
 41552  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP = 2990
 41553  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL = 65280
 41554  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN = 33024
 41555  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN = 32896
 41556  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD = 32860
 41557  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED = 33095
 41558  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO = 33072
 41559  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET = 33027
 41560  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 = 2053
 41561  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 = 2049
 41562  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM = 36865
 41563  pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP = 33149
 41564  pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN = 6
 41565  pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN = 4
 41566  pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE = 79764918
 41567  pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE = 3988292384
 41568  pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN = 14
 41569  pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN = 1518
 41570  pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO = 9018
 41571  pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN = 64
 41572  pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
 41573  pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN = 2
 41574  pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN = 4
 41575  pkg syscall (netbsd-arm-cgo), const ETIME = 92
 41576  pkg syscall (netbsd-arm-cgo), const ETIMEDOUT = 60
 41577  pkg syscall (netbsd-arm-cgo), const ETOOMANYREFS = 59
 41578  pkg syscall (netbsd-arm-cgo), const ETXTBSY = 26
 41579  pkg syscall (netbsd-arm-cgo), const EUSERS = 68
 41580  pkg syscall (netbsd-arm-cgo), const EVFILT_AIO = 2
 41581  pkg syscall (netbsd-arm-cgo), const EVFILT_PROC = 4
 41582  pkg syscall (netbsd-arm-cgo), const EVFILT_READ = 0
 41583  pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL = 5
 41584  pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT = 7
 41585  pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER = 6
 41586  pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE = 3
 41587  pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE = 1
 41588  pkg syscall (netbsd-arm-cgo), const EV_ADD = 1
 41589  pkg syscall (netbsd-arm-cgo), const EV_CLEAR = 32
 41590  pkg syscall (netbsd-arm-cgo), const EV_DELETE = 2
 41591  pkg syscall (netbsd-arm-cgo), const EV_DISABLE = 8
 41592  pkg syscall (netbsd-arm-cgo), const EV_ENABLE = 4
 41593  pkg syscall (netbsd-arm-cgo), const EV_EOF = 32768
 41594  pkg syscall (netbsd-arm-cgo), const EV_ERROR = 16384
 41595  pkg syscall (netbsd-arm-cgo), const EV_FLAG1 = 8192
 41596  pkg syscall (netbsd-arm-cgo), const EV_ONESHOT = 16
 41597  pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS = 61440
 41598  pkg syscall (netbsd-arm-cgo), const EWOULDBLOCK = 35
 41599  pkg syscall (netbsd-arm-cgo), const EXDEV = 18
 41600  pkg syscall (netbsd-arm-cgo), const EXTA = 19200
 41601  pkg syscall (netbsd-arm-cgo), const EXTB = 38400
 41602  pkg syscall (netbsd-arm-cgo), const EXTPROC = 2048
 41603  pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC = 1
 41604  pkg syscall (netbsd-arm-cgo), const FD_SETSIZE = 256
 41605  pkg syscall (netbsd-arm-cgo), const FLUSHO = 8388608
 41606  pkg syscall (netbsd-arm-cgo), const F_CLOSEM = 10
 41607  pkg syscall (netbsd-arm-cgo), const F_DUPFD = 0
 41608  pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC = 12
 41609  pkg syscall (netbsd-arm-cgo), const F_FSCTL = -2147483648
 41610  pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK = 1879048192
 41611  pkg syscall (netbsd-arm-cgo), const F_FSIN = 268435456
 41612  pkg syscall (netbsd-arm-cgo), const F_FSINOUT = 805306368
 41613  pkg syscall (netbsd-arm-cgo), const F_FSOUT = 536870912
 41614  pkg syscall (netbsd-arm-cgo), const F_FSPRIV = 32768
 41615  pkg syscall (netbsd-arm-cgo), const F_FSVOID = 1073741824
 41616  pkg syscall (netbsd-arm-cgo), const F_GETFD = 1
 41617  pkg syscall (netbsd-arm-cgo), const F_GETFL = 3
 41618  pkg syscall (netbsd-arm-cgo), const F_GETLK = 7
 41619  pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE = 13
 41620  pkg syscall (netbsd-arm-cgo), const F_GETOWN = 5
 41621  pkg syscall (netbsd-arm-cgo), const F_MAXFD = 11
 41622  pkg syscall (netbsd-arm-cgo), const F_OK = 0
 41623  pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK = 4095
 41624  pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX = 4095
 41625  pkg syscall (netbsd-arm-cgo), const F_RDLCK = 1
 41626  pkg syscall (netbsd-arm-cgo), const F_SETFD = 2
 41627  pkg syscall (netbsd-arm-cgo), const F_SETFL = 4
 41628  pkg syscall (netbsd-arm-cgo), const F_SETLK = 8
 41629  pkg syscall (netbsd-arm-cgo), const F_SETLKW = 9
 41630  pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE = 14
 41631  pkg syscall (netbsd-arm-cgo), const F_SETOWN = 6
 41632  pkg syscall (netbsd-arm-cgo), const F_UNLCK = 2
 41633  pkg syscall (netbsd-arm-cgo), const F_WRLCK = 3
 41634  pkg syscall (netbsd-arm-cgo), const HUPCL = 16384
 41635  pkg syscall (netbsd-arm-cgo), const ICANON = 256
 41636  pkg syscall (netbsd-arm-cgo), const ICRNL = 256
 41637  pkg syscall (netbsd-arm-cgo), const IEXTEN = 1024
 41638  pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL = 0
 41639  pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE = 1
 41640  pkg syscall (netbsd-arm-cgo), const IFA_ROUTE = 1
 41641  pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI = 512
 41642  pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE = 36690
 41643  pkg syscall (netbsd-arm-cgo), const IFF_DEBUG = 4
 41644  pkg syscall (netbsd-arm-cgo), const IFF_LINK0 = 4096
 41645  pkg syscall (netbsd-arm-cgo), const IFF_LINK1 = 8192
 41646  pkg syscall (netbsd-arm-cgo), const IFF_LINK2 = 16384
 41647  pkg syscall (netbsd-arm-cgo), const IFF_LOOPBACK = 8
 41648  pkg syscall (netbsd-arm-cgo), const IFF_MULTICAST = 32768
 41649  pkg syscall (netbsd-arm-cgo), const IFF_NOARP = 128
 41650  pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS = 32
 41651  pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE = 1024
 41652  pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT = 16
 41653  pkg syscall (netbsd-arm-cgo), const IFF_PROMISC = 256
 41654  pkg syscall (netbsd-arm-cgo), const IFF_RUNNING = 64
 41655  pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX = 2048
 41656  pkg syscall (netbsd-arm-cgo), const IFNAMSIZ = 16
 41657  pkg syscall (netbsd-arm-cgo), const IFT_1822 = 2
 41658  pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH = 130
 41659  pkg syscall (netbsd-arm-cgo), const IFT_AAL2 = 187
 41660  pkg syscall (netbsd-arm-cgo), const IFT_AAL5 = 49
 41661  pkg syscall (netbsd-arm-cgo), const IFT_ADSL = 94
 41662  pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 = 59
 41663  pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 = 60
 41664  pkg syscall (netbsd-arm-cgo), const IFT_ARAP = 88
 41665  pkg syscall (netbsd-arm-cgo), const IFT_ARCNET = 35
 41666  pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS = 36
 41667  pkg syscall (netbsd-arm-cgo), const IFT_ASYNC = 84
 41668  pkg syscall (netbsd-arm-cgo), const IFT_ATM = 37
 41669  pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI = 105
 41670  pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI = 106
 41671  pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA = 107
 41672  pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL = 80
 41673  pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO = 189
 41674  pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
 41675  pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT = 194
 41676  pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL = 149
 41677  pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 41678  pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE = 209
 41679  pkg syscall (netbsd-arm-cgo), const IFT_BSC = 83
 41680  pkg syscall (netbsd-arm-cgo), const IFT_CARP = 248
 41681  pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL = 61
 41682  pkg syscall (netbsd-arm-cgo), const IFT_CEPT = 19
 41683  pkg syscall (netbsd-arm-cgo), const IFT_CES = 133
 41684  pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL = 70
 41685  pkg syscall (netbsd-arm-cgo), const IFT_CNR = 85
 41686  pkg syscall (netbsd-arm-cgo), const IFT_COFFEE = 132
 41687  pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK = 155
 41688  pkg syscall (netbsd-arm-cgo), const IFT_DCN = 141
 41689  pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
 41690  pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 41691  pkg syscall (netbsd-arm-cgo), const IFT_DLSW = 74
 41692  pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 41693  pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
 41694  pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 41695  pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 41696  pkg syscall (netbsd-arm-cgo), const IFT_DS0 = 81
 41697  pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE = 82
 41698  pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL = 170
 41699  pkg syscall (netbsd-arm-cgo), const IFT_DS3 = 30
 41700  pkg syscall (netbsd-arm-cgo), const IFT_DTM = 140
 41701  pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN = 172
 41702  pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT = 173
 41703  pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 41704  pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
 41705  pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
 41706  pkg syscall (netbsd-arm-cgo), const IFT_ECONET = 206
 41707  pkg syscall (netbsd-arm-cgo), const IFT_EON = 25
 41708  pkg syscall (netbsd-arm-cgo), const IFT_EPLRS = 87
 41709  pkg syscall (netbsd-arm-cgo), const IFT_ESCON = 73
 41710  pkg syscall (netbsd-arm-cgo), const IFT_ETHER = 6
 41711  pkg syscall (netbsd-arm-cgo), const IFT_FAITH = 242
 41712  pkg syscall (netbsd-arm-cgo), const IFT_FAST = 125
 41713  pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER = 62
 41714  pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX = 69
 41715  pkg syscall (netbsd-arm-cgo), const IFT_FDDI = 15
 41716  pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL = 56
 41717  pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 41718  pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
 41719  pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT = 193
 41720  pkg syscall (netbsd-arm-cgo), const IFT_FRELAY = 32
 41721  pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE = 44
 41722  pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
 41723  pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD = 158
 41724  pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB = 67
 41725  pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K = 66
 41726  pkg syscall (netbsd-arm-cgo), const IFT_GIF = 240
 41727  pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET = 117
 41728  pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT = 178
 41729  pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT = 177
 41730  pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER = 164
 41731  pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY = 165
 41732  pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 = 3
 41733  pkg syscall (netbsd-arm-cgo), const IFT_HDLC = 118
 41734  pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 = 168
 41735  pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 = 183
 41736  pkg syscall (netbsd-arm-cgo), const IFT_HIPPI = 47
 41737  pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
 41738  pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD = 90
 41739  pkg syscall (netbsd-arm-cgo), const IFT_HSSI = 46
 41740  pkg syscall (netbsd-arm-cgo), const IFT_HY = 14
 41741  pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN = 72
 41742  pkg syscall (netbsd-arm-cgo), const IFT_IDSL = 154
 41743  pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 = 144
 41744  pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 = 71
 41745  pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 = 55
 41746  pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
 41747  pkg syscall (netbsd-arm-cgo), const IFT_IFGSN = 145
 41748  pkg syscall (netbsd-arm-cgo), const IFT_IMT = 190
 41749  pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND = 199
 41750  pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE = 124
 41751  pkg syscall (netbsd-arm-cgo), const IFT_IP = 126
 41752  pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD = 142
 41753  pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM = 114
 41754  pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC = 109
 41755  pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW = 110
 41756  pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH = 78
 41757  pkg syscall (netbsd-arm-cgo), const IFT_ISDN = 63
 41758  pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC = 20
 41759  pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY = 21
 41760  pkg syscall (netbsd-arm-cgo), const IFT_ISDNS = 75
 41761  pkg syscall (netbsd-arm-cgo), const IFT_ISDNU = 76
 41762  pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC = 41
 41763  pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 = 7
 41764  pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 = 8
 41765  pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 = 9
 41766  pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
 41767  pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR = 86
 41768  pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER = 115
 41769  pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 = 10
 41770  pkg syscall (netbsd-arm-cgo), const IFT_ISUP = 179
 41771  pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN = 135
 41772  pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN = 136
 41773  pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN = 137
 41774  pkg syscall (netbsd-arm-cgo), const IFT_LAPB = 16
 41775  pkg syscall (netbsd-arm-cgo), const IFT_LAPD = 77
 41776  pkg syscall (netbsd-arm-cgo), const IFT_LAPF = 119
 41777  pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP = 210
 41778  pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK = 42
 41779  pkg syscall (netbsd-arm-cgo), const IFT_LOOP = 24
 41780  pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
 41781  pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK = 167
 41782  pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 = 38
 41783  pkg syscall (netbsd-arm-cgo), const IFT_MODEM = 48
 41784  pkg syscall (netbsd-arm-cgo), const IFT_MPC = 113
 41785  pkg syscall (netbsd-arm-cgo), const IFT_MPLS = 166
 41786  pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL = 150
 41787  pkg syscall (netbsd-arm-cgo), const IFT_MSDSL = 143
 41788  pkg syscall (netbsd-arm-cgo), const IFT_MVL = 191
 41789  pkg syscall (netbsd-arm-cgo), const IFT_MYRINET = 99
 41790  pkg syscall (netbsd-arm-cgo), const IFT_NFAS = 175
 41791  pkg syscall (netbsd-arm-cgo), const IFT_NSIP = 27
 41792  pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
 41793  pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
 41794  pkg syscall (netbsd-arm-cgo), const IFT_OTHER = 1
 41795  pkg syscall (netbsd-arm-cgo), const IFT_P10 = 12
 41796  pkg syscall (netbsd-arm-cgo), const IFT_P80 = 13
 41797  pkg syscall (netbsd-arm-cgo), const IFT_PARA = 34
 41798  pkg syscall (netbsd-arm-cgo), const IFT_PFLOG = 245
 41799  pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC = 246
 41800  pkg syscall (netbsd-arm-cgo), const IFT_PLC = 174
 41801  pkg syscall (netbsd-arm-cgo), const IFT_PON155 = 207
 41802  pkg syscall (netbsd-arm-cgo), const IFT_PON622 = 208
 41803  pkg syscall (netbsd-arm-cgo), const IFT_POS = 171
 41804  pkg syscall (netbsd-arm-cgo), const IFT_PPP = 23
 41805  pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 41806  pkg syscall (netbsd-arm-cgo), const IFT_PROPATM = 197
 41807  pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP = 184
 41808  pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS = 89
 41809  pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 41810  pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 41811  pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 41812  pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX = 54
 41813  pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL = 53
 41814  pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
 41815  pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL = 22
 41816  pkg syscall (netbsd-arm-cgo), const IFT_PVC = 241
 41817  pkg syscall (netbsd-arm-cgo), const IFT_Q2931 = 201
 41818  pkg syscall (netbsd-arm-cgo), const IFT_QLLC = 68
 41819  pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC = 188
 41820  pkg syscall (netbsd-arm-cgo), const IFT_RADSL = 95
 41821  pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL = 192
 41822  pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 = 159
 41823  pkg syscall (netbsd-arm-cgo), const IFT_RS232 = 33
 41824  pkg syscall (netbsd-arm-cgo), const IFT_RSRB = 79
 41825  pkg syscall (netbsd-arm-cgo), const IFT_SDLC = 17
 41826  pkg syscall (netbsd-arm-cgo), const IFT_SDSL = 96
 41827  pkg syscall (netbsd-arm-cgo), const IFT_SHDSL = 169
 41828  pkg syscall (netbsd-arm-cgo), const IFT_SIP = 31
 41829  pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG = 204
 41830  pkg syscall (netbsd-arm-cgo), const IFT_SIPTG = 203
 41831  pkg syscall (netbsd-arm-cgo), const IFT_SLIP = 28
 41832  pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI = 43
 41833  pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP = 52
 41834  pkg syscall (netbsd-arm-cgo), const IFT_SONET = 39
 41835  pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 41836  pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH = 50
 41837  pkg syscall (netbsd-arm-cgo), const IFT_SONETVT = 51
 41838  pkg syscall (netbsd-arm-cgo), const IFT_SRP = 151
 41839  pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK = 156
 41840  pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK = 111
 41841  pkg syscall (netbsd-arm-cgo), const IFT_STARLAN = 11
 41842  pkg syscall (netbsd-arm-cgo), const IFT_STF = 215
 41843  pkg syscall (netbsd-arm-cgo), const IFT_T1 = 18
 41844  pkg syscall (netbsd-arm-cgo), const IFT_TDLC = 116
 41845  pkg syscall (netbsd-arm-cgo), const IFT_TELINK = 200
 41846  pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD = 91
 41847  pkg syscall (netbsd-arm-cgo), const IFT_TR008 = 176
 41848  pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC = 123
 41849  pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL = 131
 41850  pkg syscall (netbsd-arm-cgo), const IFT_ULTRA = 29
 41851  pkg syscall (netbsd-arm-cgo), const IFT_USB = 160
 41852  pkg syscall (netbsd-arm-cgo), const IFT_V11 = 64
 41853  pkg syscall (netbsd-arm-cgo), const IFT_V35 = 45
 41854  pkg syscall (netbsd-arm-cgo), const IFT_V36 = 65
 41855  pkg syscall (netbsd-arm-cgo), const IFT_V37 = 120
 41856  pkg syscall (netbsd-arm-cgo), const IFT_VDSL = 97
 41857  pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
 41858  pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG = 202
 41859  pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID = 213
 41860  pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM = 100
 41861  pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD = 211
 41862  pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP = 103
 41863  pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA = 212
 41864  pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO = 101
 41865  pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS = 102
 41866  pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM = 152
 41867  pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE = 198
 41868  pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 41869  pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP = 104
 41870  pkg syscall (netbsd-arm-cgo), const IFT_X213 = 93
 41871  pkg syscall (netbsd-arm-cgo), const IFT_X25 = 5
 41872  pkg syscall (netbsd-arm-cgo), const IFT_X25DDN = 4
 41873  pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP = 122
 41874  pkg syscall (netbsd-arm-cgo), const IFT_X25MLP = 121
 41875  pkg syscall (netbsd-arm-cgo), const IFT_X25PLE = 40
 41876  pkg syscall (netbsd-arm-cgo), const IFT_XETHER = 26
 41877  pkg syscall (netbsd-arm-cgo), const IGNBRK = 1
 41878  pkg syscall (netbsd-arm-cgo), const IGNCR = 128
 41879  pkg syscall (netbsd-arm-cgo), const IGNPAR = 4
 41880  pkg syscall (netbsd-arm-cgo), const IMAXBEL = 8192
 41881  pkg syscall (netbsd-arm-cgo), const INLCR = 64
 41882  pkg syscall (netbsd-arm-cgo), const INPCK = 16
 41883  pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST = 16777215
 41884  pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX = 128
 41885  pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET = 4278190080
 41886  pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
 41887  pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST = 65535
 41888  pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX = 65536
 41889  pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET = 4294901760
 41890  pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
 41891  pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST = 255
 41892  pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET = 4294967040
 41893  pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
 41894  pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST = 268435455
 41895  pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET = 4026531840
 41896  pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
 41897  pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET = 127
 41898  pkg syscall (netbsd-arm-cgo), const IPPROTO_AH = 51
 41899  pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP = 112
 41900  pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE = 257
 41901  pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS = 60
 41902  pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP = 8
 41903  pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP = 98
 41904  pkg syscall (netbsd-arm-cgo), const IPPROTO_EON = 80
 41905  pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP = 50
 41906  pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP = 97
 41907  pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT = 44
 41908  pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP = 3
 41909  pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE = 47
 41910  pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS = 0
 41911  pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP = 1
 41912  pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 = 58
 41913  pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP = 22
 41914  pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP = 2
 41915  pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP = 108
 41916  pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP = 4
 41917  pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 = 4
 41918  pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP = 58
 41919  pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX = 256
 41920  pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID = 52
 41921  pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE = 55
 41922  pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE = 59
 41923  pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC = 240
 41924  pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM = 103
 41925  pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP = 12
 41926  pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW = 255
 41927  pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING = 43
 41928  pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP = 46
 41929  pkg syscall (netbsd-arm-cgo), const IPPROTO_TP = 29
 41930  pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP = 112
 41931  pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM = 26
 41932  pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 41933  pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 41934  pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM = 64
 41935  pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG = 62
 41936  pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS = 50
 41937  pkg syscall (netbsd-arm-cgo), const IPV6_FAITH = 29
 41938  pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 41939  pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 41940  pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL = 120
 41941  pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC = 1
 41942  pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT = 47
 41943  pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS = 49
 41944  pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
 41945  pkg syscall (netbsd-arm-cgo), const IPV6_JOIN_GROUP = 12
 41946  pkg syscall (netbsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
 41947  pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM = 255
 41948  pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET = 65535
 41949  pkg syscall (netbsd-arm-cgo), const IPV6_MMTU = 1280
 41950  pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
 41951  pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_IF = 9
 41952  pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
 41953  pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP = 48
 41954  pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU = 44
 41955  pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO = 46
 41956  pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE = 14
 41957  pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 41958  pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
 41959  pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
 41960  pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
 41961  pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
 41962  pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
 41963  pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU = 43
 41964  pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO = 36
 41965  pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR = 38
 41966  pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS = 57
 41967  pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR = 51
 41968  pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
 41969  pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
 41970  pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
 41971  pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
 41972  pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 41973  pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS = 61
 41974  pkg syscall (netbsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
 41975  pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
 41976  pkg syscall (netbsd-arm-cgo), const IPV6_V6ONLY = 27
 41977  pkg syscall (netbsd-arm-cgo), const IPV6_VERSION = 96
 41978  pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK = 240
 41979  pkg syscall (netbsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
 41980  pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 41981  pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 41982  pkg syscall (netbsd-arm-cgo), const IP_DF = 16384
 41983  pkg syscall (netbsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
 41984  pkg syscall (netbsd-arm-cgo), const IP_EF = 32768
 41985  pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU = 21
 41986  pkg syscall (netbsd-arm-cgo), const IP_HDRINCL = 2
 41987  pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY = 22
 41988  pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET = 65535
 41989  pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
 41990  pkg syscall (netbsd-arm-cgo), const IP_MF = 8192
 41991  pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE = 69
 41992  pkg syscall (netbsd-arm-cgo), const IP_MINTTL = 24
 41993  pkg syscall (netbsd-arm-cgo), const IP_MSS = 576
 41994  pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_IF = 9
 41995  pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_LOOP = 11
 41996  pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_TTL = 10
 41997  pkg syscall (netbsd-arm-cgo), const IP_OFFMASK = 8191
 41998  pkg syscall (netbsd-arm-cgo), const IP_OPTIONS = 1
 41999  pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE = 19
 42000  pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
 42001  pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
 42002  pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW = 2
 42003  pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR = 7
 42004  pkg syscall (netbsd-arm-cgo), const IP_RECVIF = 20
 42005  pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS = 5
 42006  pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS = 6
 42007  pkg syscall (netbsd-arm-cgo), const IP_RECVTTL = 23
 42008  pkg syscall (netbsd-arm-cgo), const IP_RETOPTS = 8
 42009  pkg syscall (netbsd-arm-cgo), const IP_RF = 32768
 42010  pkg syscall (netbsd-arm-cgo), const IP_TOS = 3
 42011  pkg syscall (netbsd-arm-cgo), const IP_TTL = 4
 42012  pkg syscall (netbsd-arm-cgo), const ISIG = 128
 42013  pkg syscall (netbsd-arm-cgo), const ISTRIP = 32
 42014  pkg syscall (netbsd-arm-cgo), const IXANY = 2048
 42015  pkg syscall (netbsd-arm-cgo), const IXOFF = 1024
 42016  pkg syscall (netbsd-arm-cgo), const IXON = 512
 42017  pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
 42018  pkg syscall (netbsd-arm-cgo), const LOCK_EX = 2
 42019  pkg syscall (netbsd-arm-cgo), const LOCK_NB = 4
 42020  pkg syscall (netbsd-arm-cgo), const LOCK_SH = 1
 42021  pkg syscall (netbsd-arm-cgo), const LOCK_UN = 8
 42022  pkg syscall (netbsd-arm-cgo), const MSG_BCAST = 256
 42023  pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC = 2048
 42024  pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF = 33554432
 42025  pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC = 32
 42026  pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE = 4
 42027  pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT = 128
 42028  pkg syscall (netbsd-arm-cgo), const MSG_EOR = 8
 42029  pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE = 67108864
 42030  pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE = 134217728
 42031  pkg syscall (netbsd-arm-cgo), const MSG_MCAST = 512
 42032  pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF = 16777216
 42033  pkg syscall (netbsd-arm-cgo), const MSG_NBIO = 4096
 42034  pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL = 1024
 42035  pkg syscall (netbsd-arm-cgo), const MSG_OOB = 1
 42036  pkg syscall (netbsd-arm-cgo), const MSG_PEEK = 2
 42037  pkg syscall (netbsd-arm-cgo), const MSG_TRUNC = 16
 42038  pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS = 16777215
 42039  pkg syscall (netbsd-arm-cgo), const MSG_WAITALL = 64
 42040  pkg syscall (netbsd-arm-cgo), const NAME_MAX = 511
 42041  pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP = 1
 42042  pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS = 2
 42043  pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST = 5
 42044  pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID = 6
 42045  pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST = 4
 42046  pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST = 3
 42047  pkg syscall (netbsd-arm-cgo), const NOFLSH = 2147483648
 42048  pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB = 8
 42049  pkg syscall (netbsd-arm-cgo), const NOTE_CHILD = 4
 42050  pkg syscall (netbsd-arm-cgo), const NOTE_DELETE = 1
 42051  pkg syscall (netbsd-arm-cgo), const NOTE_EXEC = 536870912
 42052  pkg syscall (netbsd-arm-cgo), const NOTE_EXIT = 2147483648
 42053  pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND = 4
 42054  pkg syscall (netbsd-arm-cgo), const NOTE_FORK = 1073741824
 42055  pkg syscall (netbsd-arm-cgo), const NOTE_LINK = 16
 42056  pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT = 1
 42057  pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
 42058  pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK = 1048575
 42059  pkg syscall (netbsd-arm-cgo), const NOTE_RENAME = 32
 42060  pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE = 64
 42061  pkg syscall (netbsd-arm-cgo), const NOTE_TRACK = 1
 42062  pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR = 2
 42063  pkg syscall (netbsd-arm-cgo), const NOTE_WRITE = 2
 42064  pkg syscall (netbsd-arm-cgo), const OCRNL = 16
 42065  pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP = 3221513850
 42066  pkg syscall (netbsd-arm-cgo), const ONLCR = 2
 42067  pkg syscall (netbsd-arm-cgo), const ONLRET = 64
 42068  pkg syscall (netbsd-arm-cgo), const ONOCR = 32
 42069  pkg syscall (netbsd-arm-cgo), const ONOEOT = 8
 42070  pkg syscall (netbsd-arm-cgo), const OPOST = 1
 42071  pkg syscall (netbsd-arm-cgo), const O_ACCMODE = 3
 42072  pkg syscall (netbsd-arm-cgo), const O_ALT_IO = 262144
 42073  pkg syscall (netbsd-arm-cgo), const O_APPEND = 8
 42074  pkg syscall (netbsd-arm-cgo), const O_ASYNC = 64
 42075  pkg syscall (netbsd-arm-cgo), const O_CLOEXEC = 4194304
 42076  pkg syscall (netbsd-arm-cgo), const O_CREAT = 512
 42077  pkg syscall (netbsd-arm-cgo), const O_DIRECT = 524288
 42078  pkg syscall (netbsd-arm-cgo), const O_DIRECTORY = 2097152
 42079  pkg syscall (netbsd-arm-cgo), const O_DSYNC = 65536
 42080  pkg syscall (netbsd-arm-cgo), const O_EXCL = 2048
 42081  pkg syscall (netbsd-arm-cgo), const O_EXLOCK = 32
 42082  pkg syscall (netbsd-arm-cgo), const O_FSYNC = 128
 42083  pkg syscall (netbsd-arm-cgo), const O_NDELAY = 4
 42084  pkg syscall (netbsd-arm-cgo), const O_NOCTTY = 32768
 42085  pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW = 256
 42086  pkg syscall (netbsd-arm-cgo), const O_NONBLOCK = 4
 42087  pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE = 16777216
 42088  pkg syscall (netbsd-arm-cgo), const O_RSYNC = 131072
 42089  pkg syscall (netbsd-arm-cgo), const O_SHLOCK = 16
 42090  pkg syscall (netbsd-arm-cgo), const O_SYNC = 128
 42091  pkg syscall (netbsd-arm-cgo), const O_TRUNC = 1024
 42092  pkg syscall (netbsd-arm-cgo), const PARENB = 4096
 42093  pkg syscall (netbsd-arm-cgo), const PARMRK = 8
 42094  pkg syscall (netbsd-arm-cgo), const PARODD = 8192
 42095  pkg syscall (netbsd-arm-cgo), const PENDIN = 536870912
 42096  pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH = 124
 42097  pkg syscall (netbsd-arm-cgo), const PTRACE_CONT = 7
 42098  pkg syscall (netbsd-arm-cgo), const PTRACE_KILL = 8
 42099  pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME = 0
 42100  pkg syscall (netbsd-arm-cgo), const RLIMIT_AS = 10
 42101  pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE = 4
 42102  pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU = 0
 42103  pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA = 2
 42104  pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE = 1
 42105  pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE = 8
 42106  pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK = 3
 42107  pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
 42108  pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR = 6
 42109  pkg syscall (netbsd-arm-cgo), const RTAX_BRD = 7
 42110  pkg syscall (netbsd-arm-cgo), const RTAX_DST = 0
 42111  pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY = 1
 42112  pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK = 3
 42113  pkg syscall (netbsd-arm-cgo), const RTAX_IFA = 5
 42114  pkg syscall (netbsd-arm-cgo), const RTAX_IFP = 4
 42115  pkg syscall (netbsd-arm-cgo), const RTAX_MAX = 9
 42116  pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK = 2
 42117  pkg syscall (netbsd-arm-cgo), const RTAX_TAG = 8
 42118  pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR = 64
 42119  pkg syscall (netbsd-arm-cgo), const RTA_BRD = 128
 42120  pkg syscall (netbsd-arm-cgo), const RTA_DST = 1
 42121  pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY = 2
 42122  pkg syscall (netbsd-arm-cgo), const RTA_GENMASK = 8
 42123  pkg syscall (netbsd-arm-cgo), const RTA_IFA = 32
 42124  pkg syscall (netbsd-arm-cgo), const RTA_IFP = 16
 42125  pkg syscall (netbsd-arm-cgo), const RTA_NETMASK = 4
 42126  pkg syscall (netbsd-arm-cgo), const RTA_TAG = 256
 42127  pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE = 131072
 42128  pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE = 4096
 42129  pkg syscall (netbsd-arm-cgo), const RTF_CLONED = 8192
 42130  pkg syscall (netbsd-arm-cgo), const RTF_CLONING = 256
 42131  pkg syscall (netbsd-arm-cgo), const RTF_DONE = 64
 42132  pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC = 16
 42133  pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY = 2
 42134  pkg syscall (netbsd-arm-cgo), const RTF_HOST = 4
 42135  pkg syscall (netbsd-arm-cgo), const RTF_LLINFO = 1024
 42136  pkg syscall (netbsd-arm-cgo), const RTF_MASK = 128
 42137  pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED = 32
 42138  pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 = 32768
 42139  pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 = 16384
 42140  pkg syscall (netbsd-arm-cgo), const RTF_REJECT = 8
 42141  pkg syscall (netbsd-arm-cgo), const RTF_SRC = 65536
 42142  pkg syscall (netbsd-arm-cgo), const RTF_STATIC = 2048
 42143  pkg syscall (netbsd-arm-cgo), const RTF_UP = 1
 42144  pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE = 512
 42145  pkg syscall (netbsd-arm-cgo), const RTM_ADD = 1
 42146  pkg syscall (netbsd-arm-cgo), const RTM_CHANGE = 3
 42147  pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR = 21
 42148  pkg syscall (netbsd-arm-cgo), const RTM_DELADDR = 13
 42149  pkg syscall (netbsd-arm-cgo), const RTM_DELETE = 2
 42150  pkg syscall (netbsd-arm-cgo), const RTM_GET = 4
 42151  pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 = 17
 42152  pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE = 16
 42153  pkg syscall (netbsd-arm-cgo), const RTM_IFINFO = 20
 42154  pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD = 19
 42155  pkg syscall (netbsd-arm-cgo), const RTM_LOCK = 8
 42156  pkg syscall (netbsd-arm-cgo), const RTM_LOSING = 5
 42157  pkg syscall (netbsd-arm-cgo), const RTM_MISS = 7
 42158  pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR = 12
 42159  pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO = 15
 42160  pkg syscall (netbsd-arm-cgo), const RTM_OLDADD = 9
 42161  pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL = 10
 42162  pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO = 14
 42163  pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT = 6
 42164  pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE = 11
 42165  pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT = 1000000
 42166  pkg syscall (netbsd-arm-cgo), const RTM_SETGATE = 18
 42167  pkg syscall (netbsd-arm-cgo), const RTM_VERSION = 4
 42168  pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE = 4
 42169  pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT = 2
 42170  pkg syscall (netbsd-arm-cgo), const RTV_MTU = 1
 42171  pkg syscall (netbsd-arm-cgo), const RTV_RPIPE = 8
 42172  pkg syscall (netbsd-arm-cgo), const RTV_RTT = 64
 42173  pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR = 128
 42174  pkg syscall (netbsd-arm-cgo), const RTV_SPIPE = 16
 42175  pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH = 32
 42176  pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN = -1
 42177  pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF = 0
 42178  pkg syscall (netbsd-arm-cgo), const SCM_CREDS = 4
 42179  pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS = 1
 42180  pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP = 8
 42181  pkg syscall (netbsd-arm-cgo), const SIGBUS = 10
 42182  pkg syscall (netbsd-arm-cgo), const SIGCHLD = 20
 42183  pkg syscall (netbsd-arm-cgo), const SIGCONT = 19
 42184  pkg syscall (netbsd-arm-cgo), const SIGEMT = 7
 42185  pkg syscall (netbsd-arm-cgo), const SIGINFO = 29
 42186  pkg syscall (netbsd-arm-cgo), const SIGIO = 23
 42187  pkg syscall (netbsd-arm-cgo), const SIGIOT = 6
 42188  pkg syscall (netbsd-arm-cgo), const SIGPROF = 27
 42189  pkg syscall (netbsd-arm-cgo), const SIGPWR = 32
 42190  pkg syscall (netbsd-arm-cgo), const SIGSTOP = 17
 42191  pkg syscall (netbsd-arm-cgo), const SIGSYS = 12
 42192  pkg syscall (netbsd-arm-cgo), const SIGTSTP = 18
 42193  pkg syscall (netbsd-arm-cgo), const SIGTTIN = 21
 42194  pkg syscall (netbsd-arm-cgo), const SIGTTOU = 22
 42195  pkg syscall (netbsd-arm-cgo), const SIGURG = 16
 42196  pkg syscall (netbsd-arm-cgo), const SIGUSR1 = 30
 42197  pkg syscall (netbsd-arm-cgo), const SIGUSR2 = 31
 42198  pkg syscall (netbsd-arm-cgo), const SIGVTALRM = 26
 42199  pkg syscall (netbsd-arm-cgo), const SIGWINCH = 28
 42200  pkg syscall (netbsd-arm-cgo), const SIGXCPU = 24
 42201  pkg syscall (netbsd-arm-cgo), const SIGXFSZ = 25
 42202  pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI = 2156947761
 42203  pkg syscall (netbsd-arm-cgo), const SIOCADDRT = 2150658570
 42204  pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR = 2151704858
 42205  pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR = 2165860636
 42206  pkg syscall (netbsd-arm-cgo), const SIOCATMARK = 1074033415
 42207  pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI = 2156947762
 42208  pkg syscall (netbsd-arm-cgo), const SIOCDELRT = 2150658571
 42209  pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR = 2156947737
 42210  pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR = 2156947785
 42211  pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR = 2165860638
 42212  pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
 42213  pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC = 3230689784
 42214  pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT = 3222566196
 42215  pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT = 3222566195
 42216  pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT = 1074033409
 42217  pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR = 3230689569
 42218  pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF = 3230951712
 42219  pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS = 3225446683
 42220  pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR = 3230689571
 42221  pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP = 3223349622
 42222  pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF = 3221776678
 42223  pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA = 3230951813
 42224  pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT = 3230689655
 42225  pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR = 3230689570
 42226  pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS = 3230689553
 42227  pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC = 3230689594
 42228  pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA = 3223873846
 42229  pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC = 3230689559
 42230  pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU = 3230689662
 42231  pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK = 3230689573
 42232  pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR = 3230689608
 42233  pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR = 3230689607
 42234  pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR = 3239602461
 42235  pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
 42236  pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR = 3223087495
 42237  pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT = 1074033411
 42238  pkg syscall (netbsd-arm-cgo), const SIOCGPGRP = 1074033417
 42239  pkg syscall (netbsd-arm-cgo), const SIOCGVH = 3230689667
 42240  pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE = 2156947834
 42241  pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY = 2156947833
 42242  pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
 42243  pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR = 3225708932
 42244  pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
 42245  pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC = 2156947959
 42246  pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT = 2147775232
 42247  pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR = 2156947724
 42248  pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF = 2157209887
 42249  pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR = 2156947731
 42250  pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP = 2149607797
 42251  pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR = 2156947726
 42252  pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS = 2156947728
 42253  pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC = 2156947769
 42254  pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA = 3230689589
 42255  pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC = 2156947736
 42256  pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU = 2156947839
 42257  pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK = 2156947734
 42258  pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902
 42259  pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
 42260  pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR = 2149345672
 42261  pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT = 2147775234
 42262  pkg syscall (netbsd-arm-cgo), const SIOCSPGRP = 2147775240
 42263  pkg syscall (netbsd-arm-cgo), const SIOCSVH = 3230689666
 42264  pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA = 3230951814
 42265  pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC = 268435456
 42266  pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK = 4026531840
 42267  pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK = 536870912
 42268  pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE = 1073741824
 42269  pkg syscall (netbsd-arm-cgo), const SOCK_RDM = 4
 42270  pkg syscall (netbsd-arm-cgo), const SOL_SOCKET = 65535
 42271  pkg syscall (netbsd-arm-cgo), const SOMAXCONN = 128
 42272  pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN = 2
 42273  pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER = 4096
 42274  pkg syscall (netbsd-arm-cgo), const SO_BROADCAST = 32
 42275  pkg syscall (netbsd-arm-cgo), const SO_DEBUG = 1
 42276  pkg syscall (netbsd-arm-cgo), const SO_DONTROUTE = 16
 42277  pkg syscall (netbsd-arm-cgo), const SO_ERROR = 4103
 42278  pkg syscall (netbsd-arm-cgo), const SO_KEEPALIVE = 8
 42279  pkg syscall (netbsd-arm-cgo), const SO_LINGER = 128
 42280  pkg syscall (netbsd-arm-cgo), const SO_NOHEADER = 4106
 42281  pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE = 2048
 42282  pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE = 256
 42283  pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED = 4105
 42284  pkg syscall (netbsd-arm-cgo), const SO_RCVBUF = 4098
 42285  pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT = 4100
 42286  pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO = 4108
 42287  pkg syscall (netbsd-arm-cgo), const SO_REUSEADDR = 4
 42288  pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT = 512
 42289  pkg syscall (netbsd-arm-cgo), const SO_SNDBUF = 4097
 42290  pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT = 4099
 42291  pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO = 4107
 42292  pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP = 8192
 42293  pkg syscall (netbsd-arm-cgo), const SO_TYPE = 4104
 42294  pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK = 64
 42295  pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION = 16777216
 42296  pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 = 0
 42297  pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 = 16777216
 42298  pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK = 4278190080
 42299  pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT = 30
 42300  pkg syscall (netbsd-arm-cgo), const SYS_ACCESS = 33
 42301  pkg syscall (netbsd-arm-cgo), const SYS_ACCT = 51
 42302  pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME = 421
 42303  pkg syscall (netbsd-arm-cgo), const SYS_BIND = 104
 42304  pkg syscall (netbsd-arm-cgo), const SYS_BREAK = 17
 42305  pkg syscall (netbsd-arm-cgo), const SYS_CHDIR = 12
 42306  pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS = 34
 42307  pkg syscall (netbsd-arm-cgo), const SYS_CHMOD = 15
 42308  pkg syscall (netbsd-arm-cgo), const SYS_CHOWN = 16
 42309  pkg syscall (netbsd-arm-cgo), const SYS_CHROOT = 61
 42310  pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES = 429
 42311  pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME = 427
 42312  pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME = 428
 42313  pkg syscall (netbsd-arm-cgo), const SYS_CLOSE = 6
 42314  pkg syscall (netbsd-arm-cgo), const SYS_CONNECT = 98
 42315  pkg syscall (netbsd-arm-cgo), const SYS_DUP = 41
 42316  pkg syscall (netbsd-arm-cgo), const SYS_DUP2 = 90
 42317  pkg syscall (netbsd-arm-cgo), const SYS_DUP3 = 454
 42318  pkg syscall (netbsd-arm-cgo), const SYS_EXECVE = 59
 42319  pkg syscall (netbsd-arm-cgo), const SYS_EXIT = 1
 42320  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL = 360
 42321  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 366
 42322  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 363
 42323  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 369
 42324  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD = 365
 42325  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 362
 42326  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 368
 42327  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 370
 42328  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 371
 42329  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 372
 42330  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD = 364
 42331  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 361
 42332  pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 367
 42333  pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT = 462
 42334  pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR = 13
 42335  pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS = 35
 42336  pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD = 124
 42337  pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT = 463
 42338  pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN = 123
 42339  pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT = 464
 42340  pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT = 297
 42341  pkg syscall (netbsd-arm-cgo), const SYS_FCNTL = 92
 42342  pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC = 241
 42343  pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE = 465
 42344  pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR = 380
 42345  pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT = 451
 42346  pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE = 288
 42347  pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR = 383
 42348  pkg syscall (netbsd-arm-cgo), const SYS_FLOCK = 131
 42349  pkg syscall (netbsd-arm-cgo), const SYS_FORK = 2
 42350  pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF = 192
 42351  pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR = 386
 42352  pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR = 377
 42353  pkg syscall (netbsd-arm-cgo), const SYS_FSTAT = 440
 42354  pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT = 466
 42355  pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 = 358
 42356  pkg syscall (netbsd-arm-cgo), const SYS_FSYNC = 95
 42357  pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE = 354
 42358  pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE = 201
 42359  pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS = 472
 42360  pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES = 423
 42361  pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT = 307
 42362  pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS = 390
 42363  pkg syscall (netbsd-arm-cgo), const SYS_GETEGID = 43
 42364  pkg syscall (netbsd-arm-cgo), const SYS_GETEUID = 25
 42365  pkg syscall (netbsd-arm-cgo), const SYS_GETFH = 395
 42366  pkg syscall (netbsd-arm-cgo), const SYS_GETGID = 47
 42367  pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS = 79
 42368  pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER = 426
 42369  pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME = 31
 42370  pkg syscall (netbsd-arm-cgo), const SYS_GETPGID = 207
 42371  pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP = 81
 42372  pkg syscall (netbsd-arm-cgo), const SYS_GETPID = 20
 42373  pkg syscall (netbsd-arm-cgo), const SYS_GETPPID = 39
 42374  pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY = 100
 42375  pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT = 194
 42376  pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE = 445
 42377  pkg syscall (netbsd-arm-cgo), const SYS_GETSID = 286
 42378  pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME = 32
 42379  pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT = 118
 42380  pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY = 418
 42381  pkg syscall (netbsd-arm-cgo), const SYS_GETUID = 24
 42382  pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT = 356
 42383  pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR = 378
 42384  pkg syscall (netbsd-arm-cgo), const SYS_IOCTL = 54
 42385  pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID = 305
 42386  pkg syscall (netbsd-arm-cgo), const SYS_KEVENT = 435
 42387  pkg syscall (netbsd-arm-cgo), const SYS_KILL = 37
 42388  pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE = 344
 42389  pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 = 455
 42390  pkg syscall (netbsd-arm-cgo), const SYS_KTRACE = 45
 42391  pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS = 304
 42392  pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD = 274
 42393  pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN = 275
 42394  pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR = 379
 42395  pkg syscall (netbsd-arm-cgo), const SYS_LINK = 9
 42396  pkg syscall (netbsd-arm-cgo), const SYS_LINKAT = 457
 42397  pkg syscall (netbsd-arm-cgo), const SYS_LISTEN = 106
 42398  pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR = 381
 42399  pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR = 382
 42400  pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR = 385
 42401  pkg syscall (netbsd-arm-cgo), const SYS_LSEEK = 199
 42402  pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR = 376
 42403  pkg syscall (netbsd-arm-cgo), const SYS_LSTAT = 441
 42404  pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES = 424
 42405  pkg syscall (netbsd-arm-cgo), const SYS_MADVISE = 75
 42406  pkg syscall (netbsd-arm-cgo), const SYS_MINCORE = 78
 42407  pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT = 273
 42408  pkg syscall (netbsd-arm-cgo), const SYS_MKDIR = 136
 42409  pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT = 461
 42410  pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO = 132
 42411  pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT = 459
 42412  pkg syscall (netbsd-arm-cgo), const SYS_MKNOD = 450
 42413  pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT = 460
 42414  pkg syscall (netbsd-arm-cgo), const SYS_MLOCK = 203
 42415  pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL = 242
 42416  pkg syscall (netbsd-arm-cgo), const SYS_MMAP = 197
 42417  pkg syscall (netbsd-arm-cgo), const SYS_MODCTL = 246
 42418  pkg syscall (netbsd-arm-cgo), const SYS_MOUNT = 410
 42419  pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT = 74
 42420  pkg syscall (netbsd-arm-cgo), const SYS_MREMAP = 411
 42421  pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL = 444
 42422  pkg syscall (netbsd-arm-cgo), const SYS_MSGGET = 225
 42423  pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV = 227
 42424  pkg syscall (netbsd-arm-cgo), const SYS_MSGSND = 226
 42425  pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK = 204
 42426  pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL = 243
 42427  pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP = 73
 42428  pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP = 430
 42429  pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME = 176
 42430  pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME = 448
 42431  pkg syscall (netbsd-arm-cgo), const SYS_OPEN = 5
 42432  pkg syscall (netbsd-arm-cgo), const SYS_OPENAT = 468
 42433  pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT = 456
 42434  pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF = 191
 42435  pkg syscall (netbsd-arm-cgo), const SYS_PIPE = 42
 42436  pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 = 453
 42437  pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL = 342
 42438  pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO = 341
 42439  pkg syscall (netbsd-arm-cgo), const SYS_POLL = 209
 42440  pkg syscall (netbsd-arm-cgo), const SYS_POLLTS = 437
 42441  pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE = 416
 42442  pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN = 474
 42443  pkg syscall (netbsd-arm-cgo), const SYS_PREAD = 173
 42444  pkg syscall (netbsd-arm-cgo), const SYS_PREADV = 289
 42445  pkg syscall (netbsd-arm-cgo), const SYS_PROFIL = 44
 42446  pkg syscall (netbsd-arm-cgo), const SYS_PSELECT = 436
 42447  pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN = 414
 42448  pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE = 412
 42449  pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY = 413
 42450  pkg syscall (netbsd-arm-cgo), const SYS_PTRACE = 26
 42451  pkg syscall (netbsd-arm-cgo), const SYS_PWRITE = 174
 42452  pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV = 290
 42453  pkg syscall (netbsd-arm-cgo), const SYS_RASCTL = 343
 42454  pkg syscall (netbsd-arm-cgo), const SYS_READ = 3
 42455  pkg syscall (netbsd-arm-cgo), const SYS_READLINK = 58
 42456  pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT = 469
 42457  pkg syscall (netbsd-arm-cgo), const SYS_READV = 120
 42458  pkg syscall (netbsd-arm-cgo), const SYS_REBOOT = 208
 42459  pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM = 29
 42460  pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG = 475
 42461  pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG = 27
 42462  pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR = 384
 42463  pkg syscall (netbsd-arm-cgo), const SYS_RENAME = 128
 42464  pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT = 458
 42465  pkg syscall (netbsd-arm-cgo), const SYS_REVOKE = 56
 42466  pkg syscall (netbsd-arm-cgo), const SYS_RMDIR = 137
 42467  pkg syscall (netbsd-arm-cgo), const SYS_SBRK = 69
 42468  pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD = 350
 42469  pkg syscall (netbsd-arm-cgo), const SYS_SELECT = 417
 42470  pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG = 223
 42471  pkg syscall (netbsd-arm-cgo), const SYS_SEMGET = 221
 42472  pkg syscall (netbsd-arm-cgo), const SYS_SEMOP = 222
 42473  pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG = 476
 42474  pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG = 28
 42475  pkg syscall (netbsd-arm-cgo), const SYS_SENDTO = 133
 42476  pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT = 308
 42477  pkg syscall (netbsd-arm-cgo), const SYS_SETEGID = 182
 42478  pkg syscall (netbsd-arm-cgo), const SYS_SETEUID = 183
 42479  pkg syscall (netbsd-arm-cgo), const SYS_SETGID = 181
 42480  pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS = 80
 42481  pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER = 425
 42482  pkg syscall (netbsd-arm-cgo), const SYS_SETPGID = 82
 42483  pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY = 96
 42484  pkg syscall (netbsd-arm-cgo), const SYS_SETREGID = 127
 42485  pkg syscall (netbsd-arm-cgo), const SYS_SETREUID = 126
 42486  pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT = 195
 42487  pkg syscall (netbsd-arm-cgo), const SYS_SETSID = 147
 42488  pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT = 105
 42489  pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY = 419
 42490  pkg syscall (netbsd-arm-cgo), const SYS_SETUID = 23
 42491  pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR = 375
 42492  pkg syscall (netbsd-arm-cgo), const SYS_SHMAT = 228
 42493  pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL = 443
 42494  pkg syscall (netbsd-arm-cgo), const SYS_SHMDT = 230
 42495  pkg syscall (netbsd-arm-cgo), const SYS_SHMGET = 231
 42496  pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN = 134
 42497  pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO = 245
 42498  pkg syscall (netbsd-arm-cgo), const SYS_SOCKET = 394
 42499  pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR = 135
 42500  pkg syscall (netbsd-arm-cgo), const SYS_SSTK = 70
 42501  pkg syscall (netbsd-arm-cgo), const SYS_STAT = 439
 42502  pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 = 357
 42503  pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL = 271
 42504  pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK = 57
 42505  pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT = 470
 42506  pkg syscall (netbsd-arm-cgo), const SYS_SYNC = 36
 42507  pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH = 165
 42508  pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE = 235
 42509  pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE = 236
 42510  pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN = 239
 42511  pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME = 447
 42512  pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME = 446
 42513  pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE = 200
 42514  pkg syscall (netbsd-arm-cgo), const SYS_UMASK = 60
 42515  pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE = 205
 42516  pkg syscall (netbsd-arm-cgo), const SYS_UNLINK = 10
 42517  pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT = 471
 42518  pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT = 22
 42519  pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT = 467
 42520  pkg syscall (netbsd-arm-cgo), const SYS_UTIMES = 420
 42521  pkg syscall (netbsd-arm-cgo), const SYS_UTRACE = 306
 42522  pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN = 355
 42523  pkg syscall (netbsd-arm-cgo), const SYS_VADVISE = 72
 42524  pkg syscall (netbsd-arm-cgo), const SYS_VFORK = 66
 42525  pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 = 449
 42526  pkg syscall (netbsd-arm-cgo), const SYS_WRITE = 4
 42527  pkg syscall (netbsd-arm-cgo), const SYS_WRITEV = 121
 42528  pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE = 314
 42529  pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE = 309
 42530  pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL = 325
 42531  pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH = 319
 42532  pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT = 310
 42533  pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME = 324
 42534  pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE = 316
 42535  pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL = 318
 42536  pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK = 434
 42537  pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF = 311
 42538  pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME = 323
 42539  pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE = 317
 42540  pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND = 313
 42541  pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK = 321
 42542  pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL = 322
 42543  pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT = 312
 42544  pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP = 315
 42545  pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND = 415
 42546  pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY = 349
 42547  pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM = 347
 42548  pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY = 348
 42549  pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM = 346
 42550  pkg syscall (netbsd-arm-cgo), const SYS___CLONE = 287
 42551  pkg syscall (netbsd-arm-cgo), const SYS___GETCWD = 296
 42552  pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN = 49
 42553  pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN = 283
 42554  pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN = 284
 42555  pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN = 285
 42556  pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME = 270
 42557  pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL = 473
 42558  pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL = 442
 42559  pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN = 50
 42560  pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP = 340
 42561  pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT = 431
 42562  pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL = 202
 42563  pkg syscall (netbsd-arm-cgo), const S_ARCH1 = 65536
 42564  pkg syscall (netbsd-arm-cgo), const S_ARCH2 = 131072
 42565  pkg syscall (netbsd-arm-cgo), const S_BLKSIZE = 512
 42566  pkg syscall (netbsd-arm-cgo), const S_IEXEC = 64
 42567  pkg syscall (netbsd-arm-cgo), const S_IFMT = 61440
 42568  pkg syscall (netbsd-arm-cgo), const S_IFWHT = 57344
 42569  pkg syscall (netbsd-arm-cgo), const S_IREAD = 256
 42570  pkg syscall (netbsd-arm-cgo), const S_IRGRP = 32
 42571  pkg syscall (netbsd-arm-cgo), const S_IROTH = 4
 42572  pkg syscall (netbsd-arm-cgo), const S_IRWXG = 56
 42573  pkg syscall (netbsd-arm-cgo), const S_IRWXO = 7
 42574  pkg syscall (netbsd-arm-cgo), const S_IRWXU = 448
 42575  pkg syscall (netbsd-arm-cgo), const S_ISTXT = 512
 42576  pkg syscall (netbsd-arm-cgo), const S_IWGRP = 16
 42577  pkg syscall (netbsd-arm-cgo), const S_IWOTH = 2
 42578  pkg syscall (netbsd-arm-cgo), const S_IWRITE = 128
 42579  pkg syscall (netbsd-arm-cgo), const S_IXGRP = 8
 42580  pkg syscall (netbsd-arm-cgo), const S_IXOTH = 1
 42581  pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr = 20
 42582  pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn = 8
 42583  pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram = 8
 42584  pkg syscall (netbsd-arm-cgo), const SizeofBpfStat = 128
 42585  pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion = 4
 42586  pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr = 12
 42587  pkg syscall (netbsd-arm-cgo), const SizeofIPMreq = 8
 42588  pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq = 20
 42589  pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
 42590  pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
 42591  pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr = 152
 42592  pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr = 24
 42593  pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo = 20
 42594  pkg syscall (netbsd-arm-cgo), const SizeofLinger = 8
 42595  pkg syscall (netbsd-arm-cgo), const SizeofMsghdr = 28
 42596  pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics = 80
 42597  pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr = 120
 42598  pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny = 108
 42599  pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink = 20
 42600  pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 = 16
 42601  pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 = 28
 42602  pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix = 106
 42603  pkg syscall (netbsd-arm-cgo), const TCIFLUSH = 1
 42604  pkg syscall (netbsd-arm-cgo), const TCIOFLUSH = 3
 42605  pkg syscall (netbsd-arm-cgo), const TCOFLUSH = 2
 42606  pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL = 32
 42607  pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT = 6
 42608  pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE = 3
 42609  pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT = 7
 42610  pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL = 5
 42611  pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST = 4
 42612  pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG = 2
 42613  pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN = 65535
 42614  pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
 42615  pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG = 16
 42616  pkg syscall (netbsd-arm-cgo), const TCP_MINMSS = 216
 42617  pkg syscall (netbsd-arm-cgo), const TCP_MSS = 536
 42618  pkg syscall (netbsd-arm-cgo), const TCSAFLUSH = 2
 42619  pkg syscall (netbsd-arm-cgo), const TIOCCBRK = 536900730
 42620  pkg syscall (netbsd-arm-cgo), const TIOCCDTR = 536900728
 42621  pkg syscall (netbsd-arm-cgo), const TIOCCONS = 2147775586
 42622  pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP = 1074558040
 42623  pkg syscall (netbsd-arm-cgo), const TIOCDRAIN = 536900702
 42624  pkg syscall (netbsd-arm-cgo), const TIOCEXCL = 536900621
 42625  pkg syscall (netbsd-arm-cgo), const TIOCEXT = 2147775584
 42626  pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS = 16
 42627  pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL = 2
 42628  pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS = 4
 42629  pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF = 8
 42630  pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR = 1
 42631  pkg syscall (netbsd-arm-cgo), const TIOCFLUSH = 2147775504
 42632  pkg syscall (netbsd-arm-cgo), const TIOCGETA = 1076655123
 42633  pkg syscall (netbsd-arm-cgo), const TIOCGETD = 1074033690
 42634  pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS = 1074033757
 42635  pkg syscall (netbsd-arm-cgo), const TIOCGLINED = 1075868738
 42636  pkg syscall (netbsd-arm-cgo), const TIOCGPGRP = 1074033783
 42637  pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE = 1074033793
 42638  pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT = 536900679
 42639  pkg syscall (netbsd-arm-cgo), const TIOCGSID = 1074033763
 42640  pkg syscall (netbsd-arm-cgo), const TIOCGSIZE = 1074295912
 42641  pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ = 1074295912
 42642  pkg syscall (netbsd-arm-cgo), const TIOCMBIC = 2147775595
 42643  pkg syscall (netbsd-arm-cgo), const TIOCMBIS = 2147775596
 42644  pkg syscall (netbsd-arm-cgo), const TIOCMGET = 1074033770
 42645  pkg syscall (netbsd-arm-cgo), const TIOCMSET = 2147775597
 42646  pkg syscall (netbsd-arm-cgo), const TIOCM_CAR = 64
 42647  pkg syscall (netbsd-arm-cgo), const TIOCM_CD = 64
 42648  pkg syscall (netbsd-arm-cgo), const TIOCM_CTS = 32
 42649  pkg syscall (netbsd-arm-cgo), const TIOCM_DSR = 256
 42650  pkg syscall (netbsd-arm-cgo), const TIOCM_DTR = 2
 42651  pkg syscall (netbsd-arm-cgo), const TIOCM_LE = 1
 42652  pkg syscall (netbsd-arm-cgo), const TIOCM_RI = 128
 42653  pkg syscall (netbsd-arm-cgo), const TIOCM_RNG = 128
 42654  pkg syscall (netbsd-arm-cgo), const TIOCM_RTS = 4
 42655  pkg syscall (netbsd-arm-cgo), const TIOCM_SR = 16
 42656  pkg syscall (netbsd-arm-cgo), const TIOCM_ST = 8
 42657  pkg syscall (netbsd-arm-cgo), const TIOCNOTTY = 536900721
 42658  pkg syscall (netbsd-arm-cgo), const TIOCNXCL = 536900622
 42659  pkg syscall (netbsd-arm-cgo), const TIOCOUTQ = 1074033779
 42660  pkg syscall (netbsd-arm-cgo), const TIOCPKT = 2147775600
 42661  pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA = 0
 42662  pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP = 32
 42663  pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
 42664  pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
 42665  pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL = 64
 42666  pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP = 16
 42667  pkg syscall (netbsd-arm-cgo), const TIOCPKT_START = 8
 42668  pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP = 4
 42669  pkg syscall (netbsd-arm-cgo), const TIOCPTMGET = 1208513606
 42670  pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME = 1208513608
 42671  pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME = 2147775557
 42672  pkg syscall (netbsd-arm-cgo), const TIOCREMOTE = 2147775593
 42673  pkg syscall (netbsd-arm-cgo), const TIOCSBRK = 536900731
 42674  pkg syscall (netbsd-arm-cgo), const TIOCSCTTY = 536900705
 42675  pkg syscall (netbsd-arm-cgo), const TIOCSDTR = 536900729
 42676  pkg syscall (netbsd-arm-cgo), const TIOCSETA = 2150396948
 42677  pkg syscall (netbsd-arm-cgo), const TIOCSETAF = 2150396950
 42678  pkg syscall (netbsd-arm-cgo), const TIOCSETAW = 2150396949
 42679  pkg syscall (netbsd-arm-cgo), const TIOCSETD = 2147775515
 42680  pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS = 2147775580
 42681  pkg syscall (netbsd-arm-cgo), const TIOCSIG = 536900703
 42682  pkg syscall (netbsd-arm-cgo), const TIOCSLINED = 2149610563
 42683  pkg syscall (netbsd-arm-cgo), const TIOCSPGRP = 2147775606
 42684  pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE = 2147775616
 42685  pkg syscall (netbsd-arm-cgo), const TIOCSSIZE = 2148037735
 42686  pkg syscall (netbsd-arm-cgo), const TIOCSTART = 536900718
 42687  pkg syscall (netbsd-arm-cgo), const TIOCSTAT = 2147775589
 42688  pkg syscall (netbsd-arm-cgo), const TIOCSTI = 2147578994
 42689  pkg syscall (netbsd-arm-cgo), const TIOCSTOP = 536900719
 42690  pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ = 2148037735
 42691  pkg syscall (netbsd-arm-cgo), const TIOCUCNTL = 2147775590
 42692  pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME = 2147775556
 42693  pkg syscall (netbsd-arm-cgo), const TOSTOP = 4194304
 42694  pkg syscall (netbsd-arm-cgo), const VDISCARD = 15
 42695  pkg syscall (netbsd-arm-cgo), const VDSUSP = 11
 42696  pkg syscall (netbsd-arm-cgo), const VEOF = 0
 42697  pkg syscall (netbsd-arm-cgo), const VEOL = 1
 42698  pkg syscall (netbsd-arm-cgo), const VEOL2 = 2
 42699  pkg syscall (netbsd-arm-cgo), const VERASE = 3
 42700  pkg syscall (netbsd-arm-cgo), const VINTR = 8
 42701  pkg syscall (netbsd-arm-cgo), const VKILL = 5
 42702  pkg syscall (netbsd-arm-cgo), const VLNEXT = 14
 42703  pkg syscall (netbsd-arm-cgo), const VMIN = 16
 42704  pkg syscall (netbsd-arm-cgo), const VQUIT = 9
 42705  pkg syscall (netbsd-arm-cgo), const VREPRINT = 6
 42706  pkg syscall (netbsd-arm-cgo), const VSTART = 12
 42707  pkg syscall (netbsd-arm-cgo), const VSTATUS = 18
 42708  pkg syscall (netbsd-arm-cgo), const VSTOP = 13
 42709  pkg syscall (netbsd-arm-cgo), const VSUSP = 10
 42710  pkg syscall (netbsd-arm-cgo), const VTIME = 17
 42711  pkg syscall (netbsd-arm-cgo), const VWERASE = 4
 42712  pkg syscall (netbsd-arm-cgo), const WALL = 8
 42713  pkg syscall (netbsd-arm-cgo), const WALLSIG = 8
 42714  pkg syscall (netbsd-arm-cgo), const WALTSIG = 4
 42715  pkg syscall (netbsd-arm-cgo), const WCLONE = 4
 42716  pkg syscall (netbsd-arm-cgo), const WCOREFLAG = 128
 42717  pkg syscall (netbsd-arm-cgo), const WNOHANG = 1
 42718  pkg syscall (netbsd-arm-cgo), const WNOWAIT = 65536
 42719  pkg syscall (netbsd-arm-cgo), const WNOZOMBIE = 131072
 42720  pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED = 262144
 42721  pkg syscall (netbsd-arm-cgo), const WSTOPPED = 127
 42722  pkg syscall (netbsd-arm-cgo), const WUNTRACED = 2
 42723  pkg syscall (openbsd-386), const AF_APPLETALK = 16
 42724  pkg syscall (openbsd-386), const AF_BLUETOOTH = 32
 42725  pkg syscall (openbsd-386), const AF_CCITT = 10
 42726  pkg syscall (openbsd-386), const AF_CHAOS = 5
 42727  pkg syscall (openbsd-386), const AF_CNT = 21
 42728  pkg syscall (openbsd-386), const AF_COIP = 20
 42729  pkg syscall (openbsd-386), const AF_DATAKIT = 9
 42730  pkg syscall (openbsd-386), const AF_DECnet = 12
 42731  pkg syscall (openbsd-386), const AF_DLI = 13
 42732  pkg syscall (openbsd-386), const AF_E164 = 26
 42733  pkg syscall (openbsd-386), const AF_ECMA = 8
 42734  pkg syscall (openbsd-386), const AF_ENCAP = 28
 42735  pkg syscall (openbsd-386), const AF_HYLINK = 15
 42736  pkg syscall (openbsd-386), const AF_IMPLINK = 3
 42737  pkg syscall (openbsd-386), const AF_INET6 = 24
 42738  pkg syscall (openbsd-386), const AF_IPX = 23
 42739  pkg syscall (openbsd-386), const AF_ISDN = 26
 42740  pkg syscall (openbsd-386), const AF_ISO = 7
 42741  pkg syscall (openbsd-386), const AF_KEY = 30
 42742  pkg syscall (openbsd-386), const AF_LAT = 14
 42743  pkg syscall (openbsd-386), const AF_LINK = 18
 42744  pkg syscall (openbsd-386), const AF_LOCAL = 1
 42745  pkg syscall (openbsd-386), const AF_MAX = 36
 42746  pkg syscall (openbsd-386), const AF_MPLS = 33
 42747  pkg syscall (openbsd-386), const AF_NATM = 27
 42748  pkg syscall (openbsd-386), const AF_NS = 6
 42749  pkg syscall (openbsd-386), const AF_OSI = 7
 42750  pkg syscall (openbsd-386), const AF_PUP = 4
 42751  pkg syscall (openbsd-386), const AF_ROUTE = 17
 42752  pkg syscall (openbsd-386), const AF_SIP = 29
 42753  pkg syscall (openbsd-386), const AF_SNA = 11
 42754  pkg syscall (openbsd-386), const ARPHRD_ETHER = 1
 42755  pkg syscall (openbsd-386), const ARPHRD_FRELAY = 15
 42756  pkg syscall (openbsd-386), const ARPHRD_IEEE1394 = 24
 42757  pkg syscall (openbsd-386), const ARPHRD_IEEE802 = 6
 42758  pkg syscall (openbsd-386), const B0 = 0
 42759  pkg syscall (openbsd-386), const B110 = 110
 42760  pkg syscall (openbsd-386), const B115200 = 115200
 42761  pkg syscall (openbsd-386), const B1200 = 1200
 42762  pkg syscall (openbsd-386), const B134 = 134
 42763  pkg syscall (openbsd-386), const B14400 = 14400
 42764  pkg syscall (openbsd-386), const B150 = 150
 42765  pkg syscall (openbsd-386), const B1800 = 1800
 42766  pkg syscall (openbsd-386), const B19200 = 19200
 42767  pkg syscall (openbsd-386), const B200 = 200
 42768  pkg syscall (openbsd-386), const B230400 = 230400
 42769  pkg syscall (openbsd-386), const B2400 = 2400
 42770  pkg syscall (openbsd-386), const B28800 = 28800
 42771  pkg syscall (openbsd-386), const B300 = 300
 42772  pkg syscall (openbsd-386), const B38400 = 38400
 42773  pkg syscall (openbsd-386), const B4800 = 4800
 42774  pkg syscall (openbsd-386), const B50 = 50
 42775  pkg syscall (openbsd-386), const B57600 = 57600
 42776  pkg syscall (openbsd-386), const B600 = 600
 42777  pkg syscall (openbsd-386), const B7200 = 7200
 42778  pkg syscall (openbsd-386), const B75 = 75
 42779  pkg syscall (openbsd-386), const B76800 = 76800
 42780  pkg syscall (openbsd-386), const B9600 = 9600
 42781  pkg syscall (openbsd-386), const BIOCFLUSH = 536887912
 42782  pkg syscall (openbsd-386), const BIOCGBLEN = 1074020966
 42783  pkg syscall (openbsd-386), const BIOCGDIRFILT = 1074020988
 42784  pkg syscall (openbsd-386), const BIOCGDLT = 1074020970
 42785  pkg syscall (openbsd-386), const BIOCGDLTLIST = 3221766779
 42786  pkg syscall (openbsd-386), const BIOCGETIF = 1075855979
 42787  pkg syscall (openbsd-386), const BIOCGFILDROP = 1074020984
 42788  pkg syscall (openbsd-386), const BIOCGHDRCMPLT = 1074020980
 42789  pkg syscall (openbsd-386), const BIOCGRSIG = 1074020979
 42790  pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118
 42791  pkg syscall (openbsd-386), const BIOCGSTATS = 1074283119
 42792  pkg syscall (openbsd-386), const BIOCIMMEDIATE = 2147762800
 42793  pkg syscall (openbsd-386), const BIOCLOCK = 536887926
 42794  pkg syscall (openbsd-386), const BIOCPROMISC = 536887913
 42795  pkg syscall (openbsd-386), const BIOCSBLEN = 3221504614
 42796  pkg syscall (openbsd-386), const BIOCSDIRFILT = 2147762813
 42797  pkg syscall (openbsd-386), const BIOCSDLT = 2147762810
 42798  pkg syscall (openbsd-386), const BIOCSETF = 2148024935
 42799  pkg syscall (openbsd-386), const BIOCSETIF = 2149597804
 42800  pkg syscall (openbsd-386), const BIOCSETWF = 2148024951
 42801  pkg syscall (openbsd-386), const BIOCSFILDROP = 2147762809
 42802  pkg syscall (openbsd-386), const BIOCSHDRCMPLT = 2147762805
 42803  pkg syscall (openbsd-386), const BIOCSRSIG = 2147762802
 42804  pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941
 42805  pkg syscall (openbsd-386), const BIOCVERSION = 1074020977
 42806  pkg syscall (openbsd-386), const BPF_A = 16
 42807  pkg syscall (openbsd-386), const BPF_ABS = 32
 42808  pkg syscall (openbsd-386), const BPF_ADD = 0
 42809  pkg syscall (openbsd-386), const BPF_ALIGNMENT = 4
 42810  pkg syscall (openbsd-386), const BPF_ALU = 4
 42811  pkg syscall (openbsd-386), const BPF_AND = 80
 42812  pkg syscall (openbsd-386), const BPF_B = 16
 42813  pkg syscall (openbsd-386), const BPF_DIRECTION_IN = 1
 42814  pkg syscall (openbsd-386), const BPF_DIRECTION_OUT = 2
 42815  pkg syscall (openbsd-386), const BPF_DIV = 48
 42816  pkg syscall (openbsd-386), const BPF_H = 8
 42817  pkg syscall (openbsd-386), const BPF_IMM = 0
 42818  pkg syscall (openbsd-386), const BPF_IND = 64
 42819  pkg syscall (openbsd-386), const BPF_JA = 0
 42820  pkg syscall (openbsd-386), const BPF_JEQ = 16
 42821  pkg syscall (openbsd-386), const BPF_JGE = 48
 42822  pkg syscall (openbsd-386), const BPF_JGT = 32
 42823  pkg syscall (openbsd-386), const BPF_JMP = 5
 42824  pkg syscall (openbsd-386), const BPF_JSET = 64
 42825  pkg syscall (openbsd-386), const BPF_K = 0
 42826  pkg syscall (openbsd-386), const BPF_LD = 0
 42827  pkg syscall (openbsd-386), const BPF_LDX = 1
 42828  pkg syscall (openbsd-386), const BPF_LEN = 128
 42829  pkg syscall (openbsd-386), const BPF_LSH = 96
 42830  pkg syscall (openbsd-386), const BPF_MAJOR_VERSION = 1
 42831  pkg syscall (openbsd-386), const BPF_MAXBUFSIZE = 2097152
 42832  pkg syscall (openbsd-386), const BPF_MAXINSNS = 512
 42833  pkg syscall (openbsd-386), const BPF_MEM = 96
 42834  pkg syscall (openbsd-386), const BPF_MEMWORDS = 16
 42835  pkg syscall (openbsd-386), const BPF_MINBUFSIZE = 32
 42836  pkg syscall (openbsd-386), const BPF_MINOR_VERSION = 1
 42837  pkg syscall (openbsd-386), const BPF_MISC = 7
 42838  pkg syscall (openbsd-386), const BPF_MSH = 160
 42839  pkg syscall (openbsd-386), const BPF_MUL = 32
 42840  pkg syscall (openbsd-386), const BPF_NEG = 128
 42841  pkg syscall (openbsd-386), const BPF_OR = 64
 42842  pkg syscall (openbsd-386), const BPF_RELEASE = 199606
 42843  pkg syscall (openbsd-386), const BPF_RET = 6
 42844  pkg syscall (openbsd-386), const BPF_RSH = 112
 42845  pkg syscall (openbsd-386), const BPF_ST = 2
 42846  pkg syscall (openbsd-386), const BPF_STX = 3
 42847  pkg syscall (openbsd-386), const BPF_SUB = 16
 42848  pkg syscall (openbsd-386), const BPF_TAX = 0
 42849  pkg syscall (openbsd-386), const BPF_TXA = 128
 42850  pkg syscall (openbsd-386), const BPF_W = 0
 42851  pkg syscall (openbsd-386), const BPF_X = 8
 42852  pkg syscall (openbsd-386), const BRKINT = 2
 42853  pkg syscall (openbsd-386), const CFLUSH = 15
 42854  pkg syscall (openbsd-386), const CLOCAL = 32768
 42855  pkg syscall (openbsd-386), const CREAD = 2048
 42856  pkg syscall (openbsd-386), const CS5 = 0
 42857  pkg syscall (openbsd-386), const CS6 = 256
 42858  pkg syscall (openbsd-386), const CS7 = 512
 42859  pkg syscall (openbsd-386), const CS8 = 768
 42860  pkg syscall (openbsd-386), const CSIZE = 768
 42861  pkg syscall (openbsd-386), const CSTART = 17
 42862  pkg syscall (openbsd-386), const CSTATUS = 255
 42863  pkg syscall (openbsd-386), const CSTOP = 19
 42864  pkg syscall (openbsd-386), const CSTOPB = 1024
 42865  pkg syscall (openbsd-386), const CSUSP = 26
 42866  pkg syscall (openbsd-386), const CTL_MAXNAME = 12
 42867  pkg syscall (openbsd-386), const CTL_NET = 4
 42868  pkg syscall (openbsd-386), const DIOCOSFPFLUSH = 536888398
 42869  pkg syscall (openbsd-386), const DLT_ARCNET = 7
 42870  pkg syscall (openbsd-386), const DLT_ATM_RFC1483 = 11
 42871  pkg syscall (openbsd-386), const DLT_AX25 = 3
 42872  pkg syscall (openbsd-386), const DLT_CHAOS = 5
 42873  pkg syscall (openbsd-386), const DLT_C_HDLC = 104
 42874  pkg syscall (openbsd-386), const DLT_EN10MB = 1
 42875  pkg syscall (openbsd-386), const DLT_EN3MB = 2
 42876  pkg syscall (openbsd-386), const DLT_ENC = 13
 42877  pkg syscall (openbsd-386), const DLT_FDDI = 10
 42878  pkg syscall (openbsd-386), const DLT_IEEE802 = 6
 42879  pkg syscall (openbsd-386), const DLT_IEEE802_11 = 105
 42880  pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO = 127
 42881  pkg syscall (openbsd-386), const DLT_LOOP = 12
 42882  pkg syscall (openbsd-386), const DLT_MPLS = 219
 42883  pkg syscall (openbsd-386), const DLT_NULL = 0
 42884  pkg syscall (openbsd-386), const DLT_PFLOG = 117
 42885  pkg syscall (openbsd-386), const DLT_PFSYNC = 18
 42886  pkg syscall (openbsd-386), const DLT_PPP = 9
 42887  pkg syscall (openbsd-386), const DLT_PPP_BSDOS = 16
 42888  pkg syscall (openbsd-386), const DLT_PPP_ETHER = 51
 42889  pkg syscall (openbsd-386), const DLT_PPP_SERIAL = 50
 42890  pkg syscall (openbsd-386), const DLT_PRONET = 4
 42891  pkg syscall (openbsd-386), const DLT_RAW = 14
 42892  pkg syscall (openbsd-386), const DLT_SLIP = 8
 42893  pkg syscall (openbsd-386), const DLT_SLIP_BSDOS = 15
 42894  pkg syscall (openbsd-386), const DT_BLK = 6
 42895  pkg syscall (openbsd-386), const DT_CHR = 2
 42896  pkg syscall (openbsd-386), const DT_DIR = 4
 42897  pkg syscall (openbsd-386), const DT_FIFO = 1
 42898  pkg syscall (openbsd-386), const DT_LNK = 10
 42899  pkg syscall (openbsd-386), const DT_REG = 8
 42900  pkg syscall (openbsd-386), const DT_SOCK = 12
 42901  pkg syscall (openbsd-386), const DT_UNKNOWN = 0
 42902  pkg syscall (openbsd-386), const E2BIG = 7
 42903  pkg syscall (openbsd-386), const EACCES = 13
 42904  pkg syscall (openbsd-386), const EADDRINUSE = 48
 42905  pkg syscall (openbsd-386), const EADDRNOTAVAIL = 49
 42906  pkg syscall (openbsd-386), const EAFNOSUPPORT = 47
 42907  pkg syscall (openbsd-386), const EAGAIN = 35
 42908  pkg syscall (openbsd-386), const EALREADY = 37
 42909  pkg syscall (openbsd-386), const EAUTH = 80
 42910  pkg syscall (openbsd-386), const EBADF = 9
 42911  pkg syscall (openbsd-386), const EBADRPC = 72
 42912  pkg syscall (openbsd-386), const EBUSY = 16
 42913  pkg syscall (openbsd-386), const ECANCELED = 88
 42914  pkg syscall (openbsd-386), const ECHILD = 10
 42915  pkg syscall (openbsd-386), const ECHO = 8
 42916  pkg syscall (openbsd-386), const ECHOCTL = 64
 42917  pkg syscall (openbsd-386), const ECHOE = 2
 42918  pkg syscall (openbsd-386), const ECHOK = 4
 42919  pkg syscall (openbsd-386), const ECHOKE = 1
 42920  pkg syscall (openbsd-386), const ECHONL = 16
 42921  pkg syscall (openbsd-386), const ECHOPRT = 32
 42922  pkg syscall (openbsd-386), const ECONNABORTED = 53
 42923  pkg syscall (openbsd-386), const ECONNREFUSED = 61
 42924  pkg syscall (openbsd-386), const ECONNRESET = 54
 42925  pkg syscall (openbsd-386), const EDEADLK = 11
 42926  pkg syscall (openbsd-386), const EDESTADDRREQ = 39
 42927  pkg syscall (openbsd-386), const EDOM = 33
 42928  pkg syscall (openbsd-386), const EDQUOT = 69
 42929  pkg syscall (openbsd-386), const EEXIST = 17
 42930  pkg syscall (openbsd-386), const EFAULT = 14
 42931  pkg syscall (openbsd-386), const EFBIG = 27
 42932  pkg syscall (openbsd-386), const EFTYPE = 79
 42933  pkg syscall (openbsd-386), const EHOSTDOWN = 64
 42934  pkg syscall (openbsd-386), const EHOSTUNREACH = 65
 42935  pkg syscall (openbsd-386), const EIDRM = 89
 42936  pkg syscall (openbsd-386), const EILSEQ = 84
 42937  pkg syscall (openbsd-386), const EINPROGRESS = 36
 42938  pkg syscall (openbsd-386), const EINTR = 4
 42939  pkg syscall (openbsd-386), const EINVAL = 22
 42940  pkg syscall (openbsd-386), const EIO = 5
 42941  pkg syscall (openbsd-386), const EIPSEC = 82
 42942  pkg syscall (openbsd-386), const EISCONN = 56
 42943  pkg syscall (openbsd-386), const EISDIR = 21
 42944  pkg syscall (openbsd-386), const ELAST = 91
 42945  pkg syscall (openbsd-386), const ELOOP = 62
 42946  pkg syscall (openbsd-386), const EMEDIUMTYPE = 86
 42947  pkg syscall (openbsd-386), const EMFILE = 24
 42948  pkg syscall (openbsd-386), const EMLINK = 31
 42949  pkg syscall (openbsd-386), const EMSGSIZE = 40
 42950  pkg syscall (openbsd-386), const EMT_TAGOVF = 1
 42951  pkg syscall (openbsd-386), const EMUL_ENABLED = 1
 42952  pkg syscall (openbsd-386), const EMUL_NATIVE = 2
 42953  pkg syscall (openbsd-386), const ENAMETOOLONG = 63
 42954  pkg syscall (openbsd-386), const ENDRUNDISC = 9
 42955  pkg syscall (openbsd-386), const ENEEDAUTH = 81
 42956  pkg syscall (openbsd-386), const ENETDOWN = 50
 42957  pkg syscall (openbsd-386), const ENETRESET = 52
 42958  pkg syscall (openbsd-386), const ENETUNREACH = 51
 42959  pkg syscall (openbsd-386), const ENFILE = 23
 42960  pkg syscall (openbsd-386), const ENOATTR = 83
 42961  pkg syscall (openbsd-386), const ENOBUFS = 55
 42962  pkg syscall (openbsd-386), const ENODEV = 19
 42963  pkg syscall (openbsd-386), const ENOEXEC = 8
 42964  pkg syscall (openbsd-386), const ENOLCK = 77
 42965  pkg syscall (openbsd-386), const ENOMEDIUM = 85
 42966  pkg syscall (openbsd-386), const ENOMEM = 12
 42967  pkg syscall (openbsd-386), const ENOMSG = 90
 42968  pkg syscall (openbsd-386), const ENOPROTOOPT = 42
 42969  pkg syscall (openbsd-386), const ENOSPC = 28
 42970  pkg syscall (openbsd-386), const ENOSYS = 78
 42971  pkg syscall (openbsd-386), const ENOTBLK = 15
 42972  pkg syscall (openbsd-386), const ENOTCONN = 57
 42973  pkg syscall (openbsd-386), const ENOTDIR = 20
 42974  pkg syscall (openbsd-386), const ENOTEMPTY = 66
 42975  pkg syscall (openbsd-386), const ENOTSOCK = 38
 42976  pkg syscall (openbsd-386), const ENOTSUP = 91
 42977  pkg syscall (openbsd-386), const ENOTTY = 25
 42978  pkg syscall (openbsd-386), const ENXIO = 6
 42979  pkg syscall (openbsd-386), const EOPNOTSUPP = 45
 42980  pkg syscall (openbsd-386), const EOVERFLOW = 87
 42981  pkg syscall (openbsd-386), const EPERM = 1
 42982  pkg syscall (openbsd-386), const EPFNOSUPPORT = 46
 42983  pkg syscall (openbsd-386), const EPIPE = 32
 42984  pkg syscall (openbsd-386), const EPROCLIM = 67
 42985  pkg syscall (openbsd-386), const EPROCUNAVAIL = 76
 42986  pkg syscall (openbsd-386), const EPROGMISMATCH = 75
 42987  pkg syscall (openbsd-386), const EPROGUNAVAIL = 74
 42988  pkg syscall (openbsd-386), const EPROTONOSUPPORT = 43
 42989  pkg syscall (openbsd-386), const EPROTOTYPE = 41
 42990  pkg syscall (openbsd-386), const ERANGE = 34
 42991  pkg syscall (openbsd-386), const EREMOTE = 71
 42992  pkg syscall (openbsd-386), const EROFS = 30
 42993  pkg syscall (openbsd-386), const ERPCMISMATCH = 73
 42994  pkg syscall (openbsd-386), const ESHUTDOWN = 58
 42995  pkg syscall (openbsd-386), const ESOCKTNOSUPPORT = 44
 42996  pkg syscall (openbsd-386), const ESPIPE = 29
 42997  pkg syscall (openbsd-386), const ESRCH = 3
 42998  pkg syscall (openbsd-386), const ESTALE = 70
 42999  pkg syscall (openbsd-386), const ETHERMIN = 46
 43000  pkg syscall (openbsd-386), const ETHERMTU = 1500
 43001  pkg syscall (openbsd-386), const ETHERTYPE_8023 = 4
 43002  pkg syscall (openbsd-386), const ETHERTYPE_AARP = 33011
 43003  pkg syscall (openbsd-386), const ETHERTYPE_ACCTON = 33680
 43004  pkg syscall (openbsd-386), const ETHERTYPE_AEONIC = 32822
 43005  pkg syscall (openbsd-386), const ETHERTYPE_ALPHA = 33098
 43006  pkg syscall (openbsd-386), const ETHERTYPE_AMBER = 24584
 43007  pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA = 33093
 43008  pkg syscall (openbsd-386), const ETHERTYPE_AOE = 34978
 43009  pkg syscall (openbsd-386), const ETHERTYPE_APOLLO = 33015
 43010  pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
 43011  pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK = 32923
 43012  pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK = 32967
 43013  pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT = 32826
 43014  pkg syscall (openbsd-386), const ETHERTYPE_ARP = 2054
 43015  pkg syscall (openbsd-386), const ETHERTYPE_AT = 32923
 43016  pkg syscall (openbsd-386), const ETHERTYPE_ATALK = 32923
 43017  pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC = 34527
 43018  pkg syscall (openbsd-386), const ETHERTYPE_ATT = 32873
 43019  pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
 43020  pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON = 32874
 43021  pkg syscall (openbsd-386), const ETHERTYPE_AXIS = 34902
 43022  pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP = 36867
 43023  pkg syscall (openbsd-386), const ETHERTYPE_BOFL = 33026
 43024  pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON = 28724
 43025  pkg syscall (openbsd-386), const ETHERTYPE_CHAOS = 2052
 43026  pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN = 32876
 43027  pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
 43028  pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
 43029  pkg syscall (openbsd-386), const ETHERTYPE_CRONUS = 32772
 43030  pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN = 32771
 43031  pkg syscall (openbsd-386), const ETHERTYPE_DCA = 4660
 43032  pkg syscall (openbsd-386), const ETHERTYPE_DDE = 32891
 43033  pkg syscall (openbsd-386), const ETHERTYPE_DEBNI = 43690
 43034  pkg syscall (openbsd-386), const ETHERTYPE_DECAM = 32840
 43035  pkg syscall (openbsd-386), const ETHERTYPE_DECCUST = 24582
 43036  pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG = 24581
 43037  pkg syscall (openbsd-386), const ETHERTYPE_DECDNS = 32828
 43038  pkg syscall (openbsd-386), const ETHERTYPE_DECDTS = 32830
 43039  pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER = 24576
 43040  pkg syscall (openbsd-386), const ETHERTYPE_DECLAST = 32833
 43041  pkg syscall (openbsd-386), const ETHERTYPE_DECLTM = 32831
 43042  pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS = 24585
 43043  pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS = 32832
 43044  pkg syscall (openbsd-386), const ETHERTYPE_DELTACON = 34526
 43045  pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE = 17185
 43046  pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 = 1632
 43047  pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 = 1633
 43048  pkg syscall (openbsd-386), const ETHERTYPE_DN = 24579
 43049  pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT = 6537
 43050  pkg syscall (openbsd-386), const ETHERTYPE_DSMD = 32825
 43051  pkg syscall (openbsd-386), const ETHERTYPE_ECMA = 2051
 43052  pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT = 32829
 43053  pkg syscall (openbsd-386), const ETHERTYPE_ES = 32861
 43054  pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN = 32784
 43055  pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA = 32841
 43056  pkg syscall (openbsd-386), const ETHERTYPE_FLIP = 33094
 43057  pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
 43058  pkg syscall (openbsd-386), const ETHERTYPE_FRARP = 2056
 43059  pkg syscall (openbsd-386), const ETHERTYPE_GENDYN = 32872
 43060  pkg syscall (openbsd-386), const ETHERTYPE_HAYES = 33072
 43061  pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP = 33152
 43062  pkg syscall (openbsd-386), const ETHERTYPE_HITACHI = 34848
 43063  pkg syscall (openbsd-386), const ETHERTYPE_HP = 32773
 43064  pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP = 2560
 43065  pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
 43066  pkg syscall (openbsd-386), const ETHERTYPE_IMLBL = 19522
 43067  pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
 43068  pkg syscall (openbsd-386), const ETHERTYPE_IP = 2048
 43069  pkg syscall (openbsd-386), const ETHERTYPE_IPAS = 34668
 43070  pkg syscall (openbsd-386), const ETHERTYPE_IPV6 = 34525
 43071  pkg syscall (openbsd-386), const ETHERTYPE_IPX = 33079
 43072  pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW = 32823
 43073  pkg syscall (openbsd-386), const ETHERTYPE_KALPANA = 34178
 43074  pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE = 32824
 43075  pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE = 34952
 43076  pkg syscall (openbsd-386), const ETHERTYPE_LAT = 24580
 43077  pkg syscall (openbsd-386), const ETHERTYPE_LBACK = 36864
 43078  pkg syscall (openbsd-386), const ETHERTYPE_LITTLE = 32864
 43079  pkg syscall (openbsd-386), const ETHERTYPE_LLDP = 35020
 43080  pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT = 33096
 43081  pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK = 36864
 43082  pkg syscall (openbsd-386), const ETHERTYPE_MATRA = 32890
 43083  pkg syscall (openbsd-386), const ETHERTYPE_MAX = 65535
 43084  pkg syscall (openbsd-386), const ETHERTYPE_MERIT = 32892
 43085  pkg syscall (openbsd-386), const ETHERTYPE_MICP = 34618
 43086  pkg syscall (openbsd-386), const ETHERTYPE_MOPDL = 24577
 43087  pkg syscall (openbsd-386), const ETHERTYPE_MOPRC = 24578
 43088  pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA = 33165
 43089  pkg syscall (openbsd-386), const ETHERTYPE_MPLS = 34887
 43090  pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
 43091  pkg syscall (openbsd-386), const ETHERTYPE_MUMPS = 33087
 43092  pkg syscall (openbsd-386), const ETHERTYPE_NBPCC = 15364
 43093  pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM = 15369
 43094  pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ = 15365
 43095  pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP = 15366
 43096  pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ = 15362
 43097  pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP = 15363
 43098  pkg syscall (openbsd-386), const ETHERTYPE_NBPDG = 15367
 43099  pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB = 15368
 43100  pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE = 15370
 43101  pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR = 15372
 43102  pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS = 15371
 43103  pkg syscall (openbsd-386), const ETHERTYPE_NBPRST = 15373
 43104  pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD = 15361
 43105  pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD = 15360
 43106  pkg syscall (openbsd-386), const ETHERTYPE_NBS = 2050
 43107  pkg syscall (openbsd-386), const ETHERTYPE_NCD = 33097
 43108  pkg syscall (openbsd-386), const ETHERTYPE_NESTAR = 32774
 43109  pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI = 33169
 43110  pkg syscall (openbsd-386), const ETHERTYPE_NOVELL = 33080
 43111  pkg syscall (openbsd-386), const ETHERTYPE_NS = 1536
 43112  pkg syscall (openbsd-386), const ETHERTYPE_NSAT = 1537
 43113  pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT = 2055
 43114  pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER = 16
 43115  pkg syscall (openbsd-386), const ETHERTYPE_OS9 = 28679
 43116  pkg syscall (openbsd-386), const ETHERTYPE_OS9NET = 28681
 43117  pkg syscall (openbsd-386), const ETHERTYPE_PACER = 32966
 43118  pkg syscall (openbsd-386), const ETHERTYPE_PAE = 34958
 43119  pkg syscall (openbsd-386), const ETHERTYPE_PCS = 16962
 43120  pkg syscall (openbsd-386), const ETHERTYPE_PLANNING = 32836
 43121  pkg syscall (openbsd-386), const ETHERTYPE_PPP = 34827
 43122  pkg syscall (openbsd-386), const ETHERTYPE_PPPOE = 34916
 43123  pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC = 34915
 43124  pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS = 28721
 43125  pkg syscall (openbsd-386), const ETHERTYPE_PUP = 512
 43126  pkg syscall (openbsd-386), const ETHERTYPE_PUPAT = 512
 43127  pkg syscall (openbsd-386), const ETHERTYPE_QINQ = 34984
 43128  pkg syscall (openbsd-386), const ETHERTYPE_RACAL = 28720
 43129  pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL = 33104
 43130  pkg syscall (openbsd-386), const ETHERTYPE_RAWFR = 25945
 43131  pkg syscall (openbsd-386), const ETHERTYPE_RCL = 6549
 43132  pkg syscall (openbsd-386), const ETHERTYPE_RDP = 34617
 43133  pkg syscall (openbsd-386), const ETHERTYPE_RETIX = 33010
 43134  pkg syscall (openbsd-386), const ETHERTYPE_REVARP = 32821
 43135  pkg syscall (openbsd-386), const ETHERTYPE_SCA = 24583
 43136  pkg syscall (openbsd-386), const ETHERTYPE_SECTRA = 34523
 43137  pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA = 34669
 43138  pkg syscall (openbsd-386), const ETHERTYPE_SGITW = 33150
 43139  pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
 43140  pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG = 32787
 43141  pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
 43142  pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV = 32789
 43143  pkg syscall (openbsd-386), const ETHERTYPE_SIMNET = 21000
 43144  pkg syscall (openbsd-386), const ETHERTYPE_SLOW = 34825
 43145  pkg syscall (openbsd-386), const ETHERTYPE_SNA = 32981
 43146  pkg syscall (openbsd-386), const ETHERTYPE_SNMP = 33100
 43147  pkg syscall (openbsd-386), const ETHERTYPE_SONIX = 64245
 43148  pkg syscall (openbsd-386), const ETHERTYPE_SPIDER = 32927
 43149  pkg syscall (openbsd-386), const ETHERTYPE_SPRITE = 1280
 43150  pkg syscall (openbsd-386), const ETHERTYPE_STP = 33153
 43151  pkg syscall (openbsd-386), const ETHERTYPE_TALARIS = 33067
 43152  pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC = 34091
 43153  pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP = 34667
 43154  pkg syscall (openbsd-386), const ETHERTYPE_TCPSM = 36866
 43155  pkg syscall (openbsd-386), const ETHERTYPE_TEC = 33103
 43156  pkg syscall (openbsd-386), const ETHERTYPE_TIGAN = 32815
 43157  pkg syscall (openbsd-386), const ETHERTYPE_TRAIL = 4096
 43158  pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER = 25944
 43159  pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE = 32814
 43160  pkg syscall (openbsd-386), const ETHERTYPE_UBBST = 28677
 43161  pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG = 2304
 43162  pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
 43163  pkg syscall (openbsd-386), const ETHERTYPE_UBDL = 28672
 43164  pkg syscall (openbsd-386), const ETHERTYPE_UBNIU = 28673
 43165  pkg syscall (openbsd-386), const ETHERTYPE_UBNMC = 28675
 43166  pkg syscall (openbsd-386), const ETHERTYPE_VALID = 5632
 43167  pkg syscall (openbsd-386), const ETHERTYPE_VARIAN = 32989
 43168  pkg syscall (openbsd-386), const ETHERTYPE_VAXELN = 32827
 43169  pkg syscall (openbsd-386), const ETHERTYPE_VEECO = 32871
 43170  pkg syscall (openbsd-386), const ETHERTYPE_VEXP = 32859
 43171  pkg syscall (openbsd-386), const ETHERTYPE_VGLAB = 33073
 43172  pkg syscall (openbsd-386), const ETHERTYPE_VINES = 2989
 43173  pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO = 2991
 43174  pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP = 2990
 43175  pkg syscall (openbsd-386), const ETHERTYPE_VITAL = 65280
 43176  pkg syscall (openbsd-386), const ETHERTYPE_VLAN = 33024
 43177  pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN = 32896
 43178  pkg syscall (openbsd-386), const ETHERTYPE_VPROD = 32860
 43179  pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED = 33095
 43180  pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO = 33072
 43181  pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET = 33027
 43182  pkg syscall (openbsd-386), const ETHERTYPE_X25 = 2053
 43183  pkg syscall (openbsd-386), const ETHERTYPE_X75 = 2049
 43184  pkg syscall (openbsd-386), const ETHERTYPE_XNSSM = 36865
 43185  pkg syscall (openbsd-386), const ETHERTYPE_XTP = 33149
 43186  pkg syscall (openbsd-386), const ETHER_ADDR_LEN = 6
 43187  pkg syscall (openbsd-386), const ETHER_ALIGN = 2
 43188  pkg syscall (openbsd-386), const ETHER_CRC_LEN = 4
 43189  pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE = 79764918
 43190  pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE = 3988292384
 43191  pkg syscall (openbsd-386), const ETHER_HDR_LEN = 14
 43192  pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN = 1536
 43193  pkg syscall (openbsd-386), const ETHER_MAX_LEN = 1518
 43194  pkg syscall (openbsd-386), const ETHER_MIN_LEN = 64
 43195  pkg syscall (openbsd-386), const ETHER_TYPE_LEN = 2
 43196  pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
 43197  pkg syscall (openbsd-386), const ETIMEDOUT = 60
 43198  pkg syscall (openbsd-386), const ETOOMANYREFS = 59
 43199  pkg syscall (openbsd-386), const ETXTBSY = 26
 43200  pkg syscall (openbsd-386), const EUSERS = 68
 43201  pkg syscall (openbsd-386), const EVFILT_AIO = -3
 43202  pkg syscall (openbsd-386), const EVFILT_PROC = -5
 43203  pkg syscall (openbsd-386), const EVFILT_READ = -1
 43204  pkg syscall (openbsd-386), const EVFILT_SIGNAL = -6
 43205  pkg syscall (openbsd-386), const EVFILT_SYSCOUNT = 7
 43206  pkg syscall (openbsd-386), const EVFILT_TIMER = -7
 43207  pkg syscall (openbsd-386), const EVFILT_VNODE = -4
 43208  pkg syscall (openbsd-386), const EVFILT_WRITE = -2
 43209  pkg syscall (openbsd-386), const EV_ADD = 1
 43210  pkg syscall (openbsd-386), const EV_CLEAR = 32
 43211  pkg syscall (openbsd-386), const EV_DELETE = 2
 43212  pkg syscall (openbsd-386), const EV_DISABLE = 8
 43213  pkg syscall (openbsd-386), const EV_ENABLE = 4
 43214  pkg syscall (openbsd-386), const EV_EOF = 32768
 43215  pkg syscall (openbsd-386), const EV_ERROR = 16384
 43216  pkg syscall (openbsd-386), const EV_FLAG1 = 8192
 43217  pkg syscall (openbsd-386), const EV_ONESHOT = 16
 43218  pkg syscall (openbsd-386), const EV_SYSFLAGS = 61440
 43219  pkg syscall (openbsd-386), const EWOULDBLOCK = 35
 43220  pkg syscall (openbsd-386), const EXDEV = 18
 43221  pkg syscall (openbsd-386), const EXTA = 19200
 43222  pkg syscall (openbsd-386), const EXTB = 38400
 43223  pkg syscall (openbsd-386), const EXTPROC = 2048
 43224  pkg syscall (openbsd-386), const FD_CLOEXEC = 1
 43225  pkg syscall (openbsd-386), const FD_SETSIZE = 1024
 43226  pkg syscall (openbsd-386), const FLUSHO = 8388608
 43227  pkg syscall (openbsd-386), const F_DUPFD = 0
 43228  pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC = 10
 43229  pkg syscall (openbsd-386), const F_GETFD = 1
 43230  pkg syscall (openbsd-386), const F_GETFL = 3
 43231  pkg syscall (openbsd-386), const F_GETLK = 7
 43232  pkg syscall (openbsd-386), const F_GETOWN = 5
 43233  pkg syscall (openbsd-386), const F_OK = 0
 43234  pkg syscall (openbsd-386), const F_RDLCK = 1
 43235  pkg syscall (openbsd-386), const F_SETFD = 2
 43236  pkg syscall (openbsd-386), const F_SETFL = 4
 43237  pkg syscall (openbsd-386), const F_SETLK = 8
 43238  pkg syscall (openbsd-386), const F_SETLKW = 9
 43239  pkg syscall (openbsd-386), const F_SETOWN = 6
 43240  pkg syscall (openbsd-386), const F_UNLCK = 2
 43241  pkg syscall (openbsd-386), const F_WRLCK = 3
 43242  pkg syscall (openbsd-386), const HUPCL = 16384
 43243  pkg syscall (openbsd-386), const ICANON = 256
 43244  pkg syscall (openbsd-386), const ICRNL = 256
 43245  pkg syscall (openbsd-386), const IEXTEN = 1024
 43246  pkg syscall (openbsd-386), const IFAN_ARRIVAL = 0
 43247  pkg syscall (openbsd-386), const IFAN_DEPARTURE = 1
 43248  pkg syscall (openbsd-386), const IFA_ROUTE = 1
 43249  pkg syscall (openbsd-386), const IFF_ALLMULTI = 512
 43250  pkg syscall (openbsd-386), const IFF_CANTCHANGE = 36434
 43251  pkg syscall (openbsd-386), const IFF_DEBUG = 4
 43252  pkg syscall (openbsd-386), const IFF_LINK0 = 4096
 43253  pkg syscall (openbsd-386), const IFF_LINK1 = 8192
 43254  pkg syscall (openbsd-386), const IFF_LINK2 = 16384
 43255  pkg syscall (openbsd-386), const IFF_LOOPBACK = 8
 43256  pkg syscall (openbsd-386), const IFF_MULTICAST = 32768
 43257  pkg syscall (openbsd-386), const IFF_NOARP = 128
 43258  pkg syscall (openbsd-386), const IFF_NOTRAILERS = 32
 43259  pkg syscall (openbsd-386), const IFF_OACTIVE = 1024
 43260  pkg syscall (openbsd-386), const IFF_POINTOPOINT = 16
 43261  pkg syscall (openbsd-386), const IFF_PROMISC = 256
 43262  pkg syscall (openbsd-386), const IFF_RUNNING = 64
 43263  pkg syscall (openbsd-386), const IFF_SIMPLEX = 2048
 43264  pkg syscall (openbsd-386), const IFNAMSIZ = 16
 43265  pkg syscall (openbsd-386), const IFT_1822 = 2
 43266  pkg syscall (openbsd-386), const IFT_A12MPPSWITCH = 130
 43267  pkg syscall (openbsd-386), const IFT_AAL2 = 187
 43268  pkg syscall (openbsd-386), const IFT_AAL5 = 49
 43269  pkg syscall (openbsd-386), const IFT_ADSL = 94
 43270  pkg syscall (openbsd-386), const IFT_AFLANE8023 = 59
 43271  pkg syscall (openbsd-386), const IFT_AFLANE8025 = 60
 43272  pkg syscall (openbsd-386), const IFT_ARAP = 88
 43273  pkg syscall (openbsd-386), const IFT_ARCNET = 35
 43274  pkg syscall (openbsd-386), const IFT_ARCNETPLUS = 36
 43275  pkg syscall (openbsd-386), const IFT_ASYNC = 84
 43276  pkg syscall (openbsd-386), const IFT_ATM = 37
 43277  pkg syscall (openbsd-386), const IFT_ATMDXI = 105
 43278  pkg syscall (openbsd-386), const IFT_ATMFUNI = 106
 43279  pkg syscall (openbsd-386), const IFT_ATMIMA = 107
 43280  pkg syscall (openbsd-386), const IFT_ATMLOGICAL = 80
 43281  pkg syscall (openbsd-386), const IFT_ATMRADIO = 189
 43282  pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE = 134
 43283  pkg syscall (openbsd-386), const IFT_ATMVCIENDPT = 194
 43284  pkg syscall (openbsd-386), const IFT_ATMVIRTUAL = 149
 43285  pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
 43286  pkg syscall (openbsd-386), const IFT_BLUETOOTH = 248
 43287  pkg syscall (openbsd-386), const IFT_BRIDGE = 209
 43288  pkg syscall (openbsd-386), const IFT_BSC = 83
 43289  pkg syscall (openbsd-386), const IFT_CARP = 247
 43290  pkg syscall (openbsd-386), const IFT_CCTEMUL = 61
 43291  pkg syscall (openbsd-386), const IFT_CEPT = 19
 43292  pkg syscall (openbsd-386), const IFT_CES = 133
 43293  pkg syscall (openbsd-386), const IFT_CHANNEL = 70
 43294  pkg syscall (openbsd-386), const IFT_CNR = 85
 43295  pkg syscall (openbsd-386), const IFT_COFFEE = 132
 43296  pkg syscall (openbsd-386), const IFT_COMPOSITELINK = 155
 43297  pkg syscall (openbsd-386), const IFT_DCN = 141
 43298  pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE = 138
 43299  pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 43300  pkg syscall (openbsd-386), const IFT_DLSW = 74
 43301  pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
 43302  pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER = 127
 43303  pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
 43304  pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 43305  pkg syscall (openbsd-386), const IFT_DS0 = 81
 43306  pkg syscall (openbsd-386), const IFT_DS0BUNDLE = 82
 43307  pkg syscall (openbsd-386), const IFT_DS1FDL = 170
 43308  pkg syscall (openbsd-386), const IFT_DS3 = 30
 43309  pkg syscall (openbsd-386), const IFT_DTM = 140
 43310  pkg syscall (openbsd-386), const IFT_DUMMY = 241
 43311  pkg syscall (openbsd-386), const IFT_DVBASILN = 172
 43312  pkg syscall (openbsd-386), const IFT_DVBASIOUT = 173
 43313  pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
 43314  pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER = 146
 43315  pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM = 148
 43316  pkg syscall (openbsd-386), const IFT_ECONET = 206
 43317  pkg syscall (openbsd-386), const IFT_ENC = 244
 43318  pkg syscall (openbsd-386), const IFT_EON = 25
 43319  pkg syscall (openbsd-386), const IFT_EPLRS = 87
 43320  pkg syscall (openbsd-386), const IFT_ESCON = 73
 43321  pkg syscall (openbsd-386), const IFT_ETHER = 6
 43322  pkg syscall (openbsd-386), const IFT_FAITH = 243
 43323  pkg syscall (openbsd-386), const IFT_FAST = 125
 43324  pkg syscall (openbsd-386), const IFT_FASTETHER = 62
 43325  pkg syscall (openbsd-386), const IFT_FASTETHERFX = 69
 43326  pkg syscall (openbsd-386), const IFT_FDDI = 15
 43327  pkg syscall (openbsd-386), const IFT_FIBRECHANNEL = 56
 43328  pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
 43329  pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI = 92
 43330  pkg syscall (openbsd-386), const IFT_FRDLCIENDPT = 193
 43331  pkg syscall (openbsd-386), const IFT_FRELAY = 32
 43332  pkg syscall (openbsd-386), const IFT_FRELAYDCE = 44
 43333  pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE = 163
 43334  pkg syscall (openbsd-386), const IFT_FRFORWARD = 158
 43335  pkg syscall (openbsd-386), const IFT_G703AT2MB = 67
 43336  pkg syscall (openbsd-386), const IFT_G703AT64K = 66
 43337  pkg syscall (openbsd-386), const IFT_GIF = 240
 43338  pkg syscall (openbsd-386), const IFT_GIGABITETHERNET = 117
 43339  pkg syscall (openbsd-386), const IFT_GR303IDT = 178
 43340  pkg syscall (openbsd-386), const IFT_GR303RDT = 177
 43341  pkg syscall (openbsd-386), const IFT_H323GATEKEEPER = 164
 43342  pkg syscall (openbsd-386), const IFT_H323PROXY = 165
 43343  pkg syscall (openbsd-386), const IFT_HDH1822 = 3
 43344  pkg syscall (openbsd-386), const IFT_HDLC = 118
 43345  pkg syscall (openbsd-386), const IFT_HDSL2 = 168
 43346  pkg syscall (openbsd-386), const IFT_HIPERLAN2 = 183
 43347  pkg syscall (openbsd-386), const IFT_HIPPI = 47
 43348  pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE = 57
 43349  pkg syscall (openbsd-386), const IFT_HOSTPAD = 90
 43350  pkg syscall (openbsd-386), const IFT_HSSI = 46
 43351  pkg syscall (openbsd-386), const IFT_HY = 14
 43352  pkg syscall (openbsd-386), const IFT_IBM370PARCHAN = 72
 43353  pkg syscall (openbsd-386), const IFT_IDSL = 154
 43354  pkg syscall (openbsd-386), const IFT_IEEE1394 = 144
 43355  pkg syscall (openbsd-386), const IFT_IEEE80211 = 71
 43356  pkg syscall (openbsd-386), const IFT_IEEE80212 = 55
 43357  pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG = 161
 43358  pkg syscall (openbsd-386), const IFT_IFGSN = 145
 43359  pkg syscall (openbsd-386), const IFT_IMT = 190
 43360  pkg syscall (openbsd-386), const IFT_INFINIBAND = 199
 43361  pkg syscall (openbsd-386), const IFT_INTERLEAVE = 124
 43362  pkg syscall (openbsd-386), const IFT_IP = 126
 43363  pkg syscall (openbsd-386), const IFT_IPFORWARD = 142
 43364  pkg syscall (openbsd-386), const IFT_IPOVERATM = 114
 43365  pkg syscall (openbsd-386), const IFT_IPOVERCDLC = 109
 43366  pkg syscall (openbsd-386), const IFT_IPOVERCLAW = 110
 43367  pkg syscall (openbsd-386), const IFT_IPSWITCH = 78
 43368  pkg syscall (openbsd-386), const IFT_ISDN = 63
 43369  pkg syscall (openbsd-386), const IFT_ISDNBASIC = 20
 43370  pkg syscall (openbsd-386), const IFT_ISDNPRIMARY = 21
 43371  pkg syscall (openbsd-386), const IFT_ISDNS = 75
 43372  pkg syscall (openbsd-386), const IFT_ISDNU = 76
 43373  pkg syscall (openbsd-386), const IFT_ISO88022LLC = 41
 43374  pkg syscall (openbsd-386), const IFT_ISO88023 = 7
 43375  pkg syscall (openbsd-386), const IFT_ISO88024 = 8
 43376  pkg syscall (openbsd-386), const IFT_ISO88025 = 9
 43377  pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT = 98
 43378  pkg syscall (openbsd-386), const IFT_ISO88025DTR = 86
 43379  pkg syscall (openbsd-386), const IFT_ISO88025FIBER = 115
 43380  pkg syscall (openbsd-386), const IFT_ISO88026 = 10
 43381  pkg syscall (openbsd-386), const IFT_ISUP = 179
 43382  pkg syscall (openbsd-386), const IFT_L2VLAN = 135
 43383  pkg syscall (openbsd-386), const IFT_L3IPVLAN = 136
 43384  pkg syscall (openbsd-386), const IFT_L3IPXVLAN = 137
 43385  pkg syscall (openbsd-386), const IFT_LAPB = 16
 43386  pkg syscall (openbsd-386), const IFT_LAPD = 77
 43387  pkg syscall (openbsd-386), const IFT_LAPF = 119
 43388  pkg syscall (openbsd-386), const IFT_LINEGROUP = 210
 43389  pkg syscall (openbsd-386), const IFT_LOCALTALK = 42
 43390  pkg syscall (openbsd-386), const IFT_LOOP = 24
 43391  pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP = 139
 43392  pkg syscall (openbsd-386), const IFT_MFSIGLINK = 167
 43393  pkg syscall (openbsd-386), const IFT_MIOX25 = 38
 43394  pkg syscall (openbsd-386), const IFT_MODEM = 48
 43395  pkg syscall (openbsd-386), const IFT_MPC = 113
 43396  pkg syscall (openbsd-386), const IFT_MPLS = 166
 43397  pkg syscall (openbsd-386), const IFT_MPLSTUNNEL = 150
 43398  pkg syscall (openbsd-386), const IFT_MSDSL = 143
 43399  pkg syscall (openbsd-386), const IFT_MVL = 191
 43400  pkg syscall (openbsd-386), const IFT_MYRINET = 99
 43401  pkg syscall (openbsd-386), const IFT_NFAS = 175
 43402  pkg syscall (openbsd-386), const IFT_NSIP = 27
 43403  pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL = 195
 43404  pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT = 196
 43405  pkg syscall (openbsd-386), const IFT_OTHER = 1
 43406  pkg syscall (openbsd-386), const IFT_P10 = 12
 43407  pkg syscall (openbsd-386), const IFT_P80 = 13
 43408  pkg syscall (openbsd-386), const IFT_PARA = 34
 43409  pkg syscall (openbsd-386), const IFT_PFLOG = 245
 43410  pkg syscall (openbsd-386), const IFT_PFLOW = 249
 43411  pkg syscall (openbsd-386), const IFT_PFSYNC = 246
 43412  pkg syscall (openbsd-386), const IFT_PLC = 174
 43413  pkg syscall (openbsd-386), const IFT_PON155 = 207
 43414  pkg syscall (openbsd-386), const IFT_PON622 = 208
 43415  pkg syscall (openbsd-386), const IFT_POS = 171
 43416  pkg syscall (openbsd-386), const IFT_PPP = 23
 43417  pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
 43418  pkg syscall (openbsd-386), const IFT_PROPATM = 197
 43419  pkg syscall (openbsd-386), const IFT_PROPBWAP2MP = 184
 43420  pkg syscall (openbsd-386), const IFT_PROPCNLS = 89
 43421  pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 43422  pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 43423  pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 43424  pkg syscall (openbsd-386), const IFT_PROPMUX = 54
 43425  pkg syscall (openbsd-386), const IFT_PROPVIRTUAL = 53
 43426  pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P = 157
 43427  pkg syscall (openbsd-386), const IFT_PTPSERIAL = 22
 43428  pkg syscall (openbsd-386), const IFT_PVC = 242
 43429  pkg syscall (openbsd-386), const IFT_Q2931 = 201
 43430  pkg syscall (openbsd-386), const IFT_QLLC = 68
 43431  pkg syscall (openbsd-386), const IFT_RADIOMAC = 188
 43432  pkg syscall (openbsd-386), const IFT_RADSL = 95
 43433  pkg syscall (openbsd-386), const IFT_REACHDSL = 192
 43434  pkg syscall (openbsd-386), const IFT_RFC1483 = 159
 43435  pkg syscall (openbsd-386), const IFT_RS232 = 33
 43436  pkg syscall (openbsd-386), const IFT_RSRB = 79
 43437  pkg syscall (openbsd-386), const IFT_SDLC = 17
 43438  pkg syscall (openbsd-386), const IFT_SDSL = 96
 43439  pkg syscall (openbsd-386), const IFT_SHDSL = 169
 43440  pkg syscall (openbsd-386), const IFT_SIP = 31
 43441  pkg syscall (openbsd-386), const IFT_SIPSIG = 204
 43442  pkg syscall (openbsd-386), const IFT_SIPTG = 203
 43443  pkg syscall (openbsd-386), const IFT_SLIP = 28
 43444  pkg syscall (openbsd-386), const IFT_SMDSDXI = 43
 43445  pkg syscall (openbsd-386), const IFT_SMDSICIP = 52
 43446  pkg syscall (openbsd-386), const IFT_SONET = 39
 43447  pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
 43448  pkg syscall (openbsd-386), const IFT_SONETPATH = 50
 43449  pkg syscall (openbsd-386), const IFT_SONETVT = 51
 43450  pkg syscall (openbsd-386), const IFT_SRP = 151
 43451  pkg syscall (openbsd-386), const IFT_SS7SIGLINK = 156
 43452  pkg syscall (openbsd-386), const IFT_STACKTOSTACK = 111
 43453  pkg syscall (openbsd-386), const IFT_STARLAN = 11
 43454  pkg syscall (openbsd-386), const IFT_T1 = 18
 43455  pkg syscall (openbsd-386), const IFT_TDLC = 116
 43456  pkg syscall (openbsd-386), const IFT_TELINK = 200
 43457  pkg syscall (openbsd-386), const IFT_TERMPAD = 91
 43458  pkg syscall (openbsd-386), const IFT_TR008 = 176
 43459  pkg syscall (openbsd-386), const IFT_TRANSPHDLC = 123
 43460  pkg syscall (openbsd-386), const IFT_TUNNEL = 131
 43461  pkg syscall (openbsd-386), const IFT_ULTRA = 29
 43462  pkg syscall (openbsd-386), const IFT_USB = 160
 43463  pkg syscall (openbsd-386), const IFT_V11 = 64
 43464  pkg syscall (openbsd-386), const IFT_V35 = 45
 43465  pkg syscall (openbsd-386), const IFT_V36 = 65
 43466  pkg syscall (openbsd-386), const IFT_V37 = 120
 43467  pkg syscall (openbsd-386), const IFT_VDSL = 97
 43468  pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS = 112
 43469  pkg syscall (openbsd-386), const IFT_VIRTUALTG = 202
 43470  pkg syscall (openbsd-386), const IFT_VOICEDID = 213
 43471  pkg syscall (openbsd-386), const IFT_VOICEEM = 100
 43472  pkg syscall (openbsd-386), const IFT_VOICEEMFGD = 211
 43473  pkg syscall (openbsd-386), const IFT_VOICEENCAP = 103
 43474  pkg syscall (openbsd-386), const IFT_VOICEFGDEANA = 212
 43475  pkg syscall (openbsd-386), const IFT_VOICEFXO = 101
 43476  pkg syscall (openbsd-386), const IFT_VOICEFXS = 102
 43477  pkg syscall (openbsd-386), const IFT_VOICEOVERATM = 152
 43478  pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE = 198
 43479  pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
 43480  pkg syscall (openbsd-386), const IFT_VOICEOVERIP = 104
 43481  pkg syscall (openbsd-386), const IFT_X213 = 93
 43482  pkg syscall (openbsd-386), const IFT_X25 = 5
 43483  pkg syscall (openbsd-386), const IFT_X25DDN = 4
 43484  pkg syscall (openbsd-386), const IFT_X25HUNTGROUP = 122
 43485  pkg syscall (openbsd-386), const IFT_X25MLP = 121
 43486  pkg syscall (openbsd-386), const IFT_X25PLE = 40
 43487  pkg syscall (openbsd-386), const IFT_XETHER = 26
 43488  pkg syscall (openbsd-386), const IGNBRK = 1
 43489  pkg syscall (openbsd-386), const IGNCR = 128
 43490  pkg syscall (openbsd-386), const IGNPAR = 4
 43491  pkg syscall (openbsd-386), const IMAXBEL = 8192
 43492  pkg syscall (openbsd-386), const INLCR = 64
 43493  pkg syscall (openbsd-386), const INPCK = 16
 43494  pkg syscall (openbsd-386), const IN_CLASSA_HOST = 16777215
 43495  pkg syscall (openbsd-386), const IN_CLASSA_MAX = 128
 43496  pkg syscall (openbsd-386), const IN_CLASSA_NET = 4278190080
 43497  pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT = 24
 43498  pkg syscall (openbsd-386), const IN_CLASSB_HOST = 65535
 43499  pkg syscall (openbsd-386), const IN_CLASSB_MAX = 65536
 43500  pkg syscall (openbsd-386), const IN_CLASSB_NET = 4294901760
 43501  pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT = 16
 43502  pkg syscall (openbsd-386), const IN_CLASSC_HOST = 255
 43503  pkg syscall (openbsd-386), const IN_CLASSC_NET = 4294967040
 43504  pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT = 8
 43505  pkg syscall (openbsd-386), const IN_CLASSD_HOST = 268435455
 43506  pkg syscall (openbsd-386), const IN_CLASSD_NET = 4026531840
 43507  pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT = 28
 43508  pkg syscall (openbsd-386), const IN_LOOPBACKNET = 127
 43509  pkg syscall (openbsd-386), const IN_RFC3021_HOST = 1
 43510  pkg syscall (openbsd-386), const IN_RFC3021_NET = 4294967294
 43511  pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT = 31
 43512  pkg syscall (openbsd-386), const IPPROTO_AH = 51
 43513  pkg syscall (openbsd-386), const IPPROTO_CARP = 112
 43514  pkg syscall (openbsd-386), const IPPROTO_DIVERT = 258
 43515  pkg syscall (openbsd-386), const IPPROTO_DONE = 257
 43516  pkg syscall (openbsd-386), const IPPROTO_DSTOPTS = 60
 43517  pkg syscall (openbsd-386), const IPPROTO_EGP = 8
 43518  pkg syscall (openbsd-386), const IPPROTO_ENCAP = 98
 43519  pkg syscall (openbsd-386), const IPPROTO_EON = 80
 43520  pkg syscall (openbsd-386), const IPPROTO_ESP = 50
 43521  pkg syscall (openbsd-386), const IPPROTO_ETHERIP = 97
 43522  pkg syscall (openbsd-386), const IPPROTO_FRAGMENT = 44
 43523  pkg syscall (openbsd-386), const IPPROTO_GGP = 3
 43524  pkg syscall (openbsd-386), const IPPROTO_GRE = 47
 43525  pkg syscall (openbsd-386), const IPPROTO_HOPOPTS = 0
 43526  pkg syscall (openbsd-386), const IPPROTO_ICMP = 1
 43527  pkg syscall (openbsd-386), const IPPROTO_ICMPV6 = 58
 43528  pkg syscall (openbsd-386), const IPPROTO_IDP = 22
 43529  pkg syscall (openbsd-386), const IPPROTO_IGMP = 2
 43530  pkg syscall (openbsd-386), const IPPROTO_IPCOMP = 108
 43531  pkg syscall (openbsd-386), const IPPROTO_IPIP = 4
 43532  pkg syscall (openbsd-386), const IPPROTO_IPV4 = 4
 43533  pkg syscall (openbsd-386), const IPPROTO_MAX = 256
 43534  pkg syscall (openbsd-386), const IPPROTO_MAXID = 259
 43535  pkg syscall (openbsd-386), const IPPROTO_MOBILE = 55
 43536  pkg syscall (openbsd-386), const IPPROTO_MPLS = 137
 43537  pkg syscall (openbsd-386), const IPPROTO_NONE = 59
 43538  pkg syscall (openbsd-386), const IPPROTO_PFSYNC = 240
 43539  pkg syscall (openbsd-386), const IPPROTO_PIM = 103
 43540  pkg syscall (openbsd-386), const IPPROTO_PUP = 12
 43541  pkg syscall (openbsd-386), const IPPROTO_RAW = 255
 43542  pkg syscall (openbsd-386), const IPPROTO_ROUTING = 43
 43543  pkg syscall (openbsd-386), const IPPROTO_RSVP = 46
 43544  pkg syscall (openbsd-386), const IPPROTO_TP = 29
 43545  pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL = 53
 43546  pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL = 59
 43547  pkg syscall (openbsd-386), const IPV6_CHECKSUM = 26
 43548  pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 43549  pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 43550  pkg syscall (openbsd-386), const IPV6_DEFHLIM = 64
 43551  pkg syscall (openbsd-386), const IPV6_DONTFRAG = 62
 43552  pkg syscall (openbsd-386), const IPV6_DSTOPTS = 50
 43553  pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL = 55
 43554  pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL = 54
 43555  pkg syscall (openbsd-386), const IPV6_FAITH = 29
 43556  pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
 43557  pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
 43558  pkg syscall (openbsd-386), const IPV6_FRAGTTL = 120
 43559  pkg syscall (openbsd-386), const IPV6_HLIMDEC = 1
 43560  pkg syscall (openbsd-386), const IPV6_HOPLIMIT = 47
 43561  pkg syscall (openbsd-386), const IPV6_HOPOPTS = 49
 43562  pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL = 60
 43563  pkg syscall (openbsd-386), const IPV6_JOIN_GROUP = 12
 43564  pkg syscall (openbsd-386), const IPV6_LEAVE_GROUP = 13
 43565  pkg syscall (openbsd-386), const IPV6_MAXHLIM = 255
 43566  pkg syscall (openbsd-386), const IPV6_MAXPACKET = 65535
 43567  pkg syscall (openbsd-386), const IPV6_MMTU = 1280
 43568  pkg syscall (openbsd-386), const IPV6_MULTICAST_HOPS = 10
 43569  pkg syscall (openbsd-386), const IPV6_MULTICAST_IF = 9
 43570  pkg syscall (openbsd-386), const IPV6_MULTICAST_LOOP = 11
 43571  pkg syscall (openbsd-386), const IPV6_NEXTHOP = 48
 43572  pkg syscall (openbsd-386), const IPV6_OPTIONS = 1
 43573  pkg syscall (openbsd-386), const IPV6_PATHMTU = 44
 43574  pkg syscall (openbsd-386), const IPV6_PIPEX = 63
 43575  pkg syscall (openbsd-386), const IPV6_PKTINFO = 46
 43576  pkg syscall (openbsd-386), const IPV6_PORTRANGE = 14
 43577  pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
 43578  pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH = 1
 43579  pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW = 2
 43580  pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS = 40
 43581  pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT = 37
 43582  pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS = 39
 43583  pkg syscall (openbsd-386), const IPV6_RECVPATHMTU = 43
 43584  pkg syscall (openbsd-386), const IPV6_RECVPKTINFO = 36
 43585  pkg syscall (openbsd-386), const IPV6_RECVRTHDR = 38
 43586  pkg syscall (openbsd-386), const IPV6_RECVTCLASS = 57
 43587  pkg syscall (openbsd-386), const IPV6_RTABLE = 4129
 43588  pkg syscall (openbsd-386), const IPV6_RTHDR = 51
 43589  pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS = 35
 43590  pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE = 0
 43591  pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT = 1
 43592  pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 = 0
 43593  pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
 43594  pkg syscall (openbsd-386), const IPV6_TCLASS = 61
 43595  pkg syscall (openbsd-386), const IPV6_UNICAST_HOPS = 4
 43596  pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU = 42
 43597  pkg syscall (openbsd-386), const IPV6_V6ONLY = 27
 43598  pkg syscall (openbsd-386), const IPV6_VERSION = 96
 43599  pkg syscall (openbsd-386), const IPV6_VERSION_MASK = 240
 43600  pkg syscall (openbsd-386), const IP_ADD_MEMBERSHIP = 12
 43601  pkg syscall (openbsd-386), const IP_AUTH_LEVEL = 20
 43602  pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
 43603  pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
 43604  pkg syscall (openbsd-386), const IP_DF = 16384
 43605  pkg syscall (openbsd-386), const IP_DROP_MEMBERSHIP = 13
 43606  pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL = 22
 43607  pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL = 21
 43608  pkg syscall (openbsd-386), const IP_HDRINCL = 2
 43609  pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL = 29
 43610  pkg syscall (openbsd-386), const IP_IPSECFLOWINFO = 36
 43611  pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH = 27
 43612  pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED = 25
 43613  pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID = 23
 43614  pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH = 28
 43615  pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED = 26
 43616  pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID = 24
 43617  pkg syscall (openbsd-386), const IP_MAXPACKET = 65535
 43618  pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS = 4095
 43619  pkg syscall (openbsd-386), const IP_MF = 8192
 43620  pkg syscall (openbsd-386), const IP_MINTTL = 32
 43621  pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS = 15
 43622  pkg syscall (openbsd-386), const IP_MSS = 576
 43623  pkg syscall (openbsd-386), const IP_MULTICAST_IF = 9
 43624  pkg syscall (openbsd-386), const IP_MULTICAST_LOOP = 11
 43625  pkg syscall (openbsd-386), const IP_MULTICAST_TTL = 10
 43626  pkg syscall (openbsd-386), const IP_OFFMASK = 8191
 43627  pkg syscall (openbsd-386), const IP_OPTIONS = 1
 43628  pkg syscall (openbsd-386), const IP_PIPEX = 34
 43629  pkg syscall (openbsd-386), const IP_PORTRANGE = 19
 43630  pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT = 0
 43631  pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH = 1
 43632  pkg syscall (openbsd-386), const IP_PORTRANGE_LOW = 2
 43633  pkg syscall (openbsd-386), const IP_RECVDSTADDR = 7
 43634  pkg syscall (openbsd-386), const IP_RECVDSTPORT = 33
 43635  pkg syscall (openbsd-386), const IP_RECVIF = 30
 43636  pkg syscall (openbsd-386), const IP_RECVOPTS = 5
 43637  pkg syscall (openbsd-386), const IP_RECVRETOPTS = 6
 43638  pkg syscall (openbsd-386), const IP_RECVRTABLE = 35
 43639  pkg syscall (openbsd-386), const IP_RECVTTL = 31
 43640  pkg syscall (openbsd-386), const IP_RETOPTS = 8
 43641  pkg syscall (openbsd-386), const IP_RF = 32768
 43642  pkg syscall (openbsd-386), const IP_RTABLE = 4129
 43643  pkg syscall (openbsd-386), const IP_TOS = 3
 43644  pkg syscall (openbsd-386), const IP_TTL = 4
 43645  pkg syscall (openbsd-386), const ISIG = 128
 43646  pkg syscall (openbsd-386), const ISTRIP = 32
 43647  pkg syscall (openbsd-386), const IXANY = 2048
 43648  pkg syscall (openbsd-386), const IXOFF = 1024
 43649  pkg syscall (openbsd-386), const IXON = 512
 43650  pkg syscall (openbsd-386), const ImplementsGetwd = false
 43651  pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH = 6
 43652  pkg syscall (openbsd-386), const LOCK_EX = 2
 43653  pkg syscall (openbsd-386), const LOCK_NB = 4
 43654  pkg syscall (openbsd-386), const LOCK_SH = 1
 43655  pkg syscall (openbsd-386), const LOCK_UN = 8
 43656  pkg syscall (openbsd-386), const MSG_BCAST = 256
 43657  pkg syscall (openbsd-386), const MSG_CTRUNC = 32
 43658  pkg syscall (openbsd-386), const MSG_DONTROUTE = 4
 43659  pkg syscall (openbsd-386), const MSG_DONTWAIT = 128
 43660  pkg syscall (openbsd-386), const MSG_EOR = 8
 43661  pkg syscall (openbsd-386), const MSG_MCAST = 512
 43662  pkg syscall (openbsd-386), const MSG_NOSIGNAL = 1024
 43663  pkg syscall (openbsd-386), const MSG_OOB = 1
 43664  pkg syscall (openbsd-386), const MSG_PEEK = 2
 43665  pkg syscall (openbsd-386), const MSG_TRUNC = 16
 43666  pkg syscall (openbsd-386), const MSG_WAITALL = 64
 43667  pkg syscall (openbsd-386), const NAME_MAX = 255
 43668  pkg syscall (openbsd-386), const NET_RT_DUMP = 1
 43669  pkg syscall (openbsd-386), const NET_RT_FLAGS = 2
 43670  pkg syscall (openbsd-386), const NET_RT_IFLIST = 3
 43671  pkg syscall (openbsd-386), const NET_RT_MAXID = 6
 43672  pkg syscall (openbsd-386), const NET_RT_STATS = 4
 43673  pkg syscall (openbsd-386), const NET_RT_TABLE = 5
 43674  pkg syscall (openbsd-386), const NOFLSH = 2147483648
 43675  pkg syscall (openbsd-386), const NOTE_ATTRIB = 8
 43676  pkg syscall (openbsd-386), const NOTE_CHILD = 4
 43677  pkg syscall (openbsd-386), const NOTE_DELETE = 1
 43678  pkg syscall (openbsd-386), const NOTE_EOF = 2
 43679  pkg syscall (openbsd-386), const NOTE_EXEC = 536870912
 43680  pkg syscall (openbsd-386), const NOTE_EXIT = 2147483648
 43681  pkg syscall (openbsd-386), const NOTE_EXTEND = 4
 43682  pkg syscall (openbsd-386), const NOTE_FORK = 1073741824
 43683  pkg syscall (openbsd-386), const NOTE_LINK = 16
 43684  pkg syscall (openbsd-386), const NOTE_LOWAT = 1
 43685  pkg syscall (openbsd-386), const NOTE_PCTRLMASK = 4026531840
 43686  pkg syscall (openbsd-386), const NOTE_PDATAMASK = 1048575
 43687  pkg syscall (openbsd-386), const NOTE_RENAME = 32
 43688  pkg syscall (openbsd-386), const NOTE_REVOKE = 64
 43689  pkg syscall (openbsd-386), const NOTE_TRACK = 1
 43690  pkg syscall (openbsd-386), const NOTE_TRACKERR = 2
 43691  pkg syscall (openbsd-386), const NOTE_TRUNCATE = 128
 43692  pkg syscall (openbsd-386), const NOTE_WRITE = 2
 43693  pkg syscall (openbsd-386), const OCRNL = 16
 43694  pkg syscall (openbsd-386), const ONLCR = 2
 43695  pkg syscall (openbsd-386), const ONLRET = 128
 43696  pkg syscall (openbsd-386), const ONOCR = 64
 43697  pkg syscall (openbsd-386), const ONOEOT = 8
 43698  pkg syscall (openbsd-386), const OPOST = 1
 43699  pkg syscall (openbsd-386), const O_ACCMODE = 3
 43700  pkg syscall (openbsd-386), const O_APPEND = 8
 43701  pkg syscall (openbsd-386), const O_ASYNC = 64
 43702  pkg syscall (openbsd-386), const O_CLOEXEC = 65536
 43703  pkg syscall (openbsd-386), const O_CREAT = 512
 43704  pkg syscall (openbsd-386), const O_DIRECTORY = 131072
 43705  pkg syscall (openbsd-386), const O_DSYNC = 128
 43706  pkg syscall (openbsd-386), const O_EXCL = 2048
 43707  pkg syscall (openbsd-386), const O_EXLOCK = 32
 43708  pkg syscall (openbsd-386), const O_FSYNC = 128
 43709  pkg syscall (openbsd-386), const O_NDELAY = 4
 43710  pkg syscall (openbsd-386), const O_NOCTTY = 32768
 43711  pkg syscall (openbsd-386), const O_NOFOLLOW = 256
 43712  pkg syscall (openbsd-386), const O_NONBLOCK = 4
 43713  pkg syscall (openbsd-386), const O_RSYNC = 128
 43714  pkg syscall (openbsd-386), const O_SHLOCK = 16
 43715  pkg syscall (openbsd-386), const O_SYNC = 128
 43716  pkg syscall (openbsd-386), const O_TRUNC = 1024
 43717  pkg syscall (openbsd-386), const PARENB = 4096
 43718  pkg syscall (openbsd-386), const PARMRK = 8
 43719  pkg syscall (openbsd-386), const PARODD = 8192
 43720  pkg syscall (openbsd-386), const PENDIN = 536870912
 43721  pkg syscall (openbsd-386), const PF_FLUSH = 1
 43722  pkg syscall (openbsd-386), const PTRACE_CONT = 7
 43723  pkg syscall (openbsd-386), const PTRACE_KILL = 8
 43724  pkg syscall (openbsd-386), const PTRACE_TRACEME = 0
 43725  pkg syscall (openbsd-386), const PT_MASK = 4190208
 43726  pkg syscall (openbsd-386), const RLIMIT_CORE = 4
 43727  pkg syscall (openbsd-386), const RLIMIT_CPU = 0
 43728  pkg syscall (openbsd-386), const RLIMIT_DATA = 2
 43729  pkg syscall (openbsd-386), const RLIMIT_FSIZE = 1
 43730  pkg syscall (openbsd-386), const RLIMIT_NOFILE = 8
 43731  pkg syscall (openbsd-386), const RLIMIT_STACK = 3
 43732  pkg syscall (openbsd-386), const RLIM_INFINITY = 9223372036854775807
 43733  pkg syscall (openbsd-386), const RTAX_AUTHOR = 6
 43734  pkg syscall (openbsd-386), const RTAX_BRD = 7
 43735  pkg syscall (openbsd-386), const RTAX_DST = 0
 43736  pkg syscall (openbsd-386), const RTAX_GATEWAY = 1
 43737  pkg syscall (openbsd-386), const RTAX_GENMASK = 3
 43738  pkg syscall (openbsd-386), const RTAX_IFA = 5
 43739  pkg syscall (openbsd-386), const RTAX_IFP = 4
 43740  pkg syscall (openbsd-386), const RTAX_LABEL = 10
 43741  pkg syscall (openbsd-386), const RTAX_MAX = 11
 43742  pkg syscall (openbsd-386), const RTAX_NETMASK = 2
 43743  pkg syscall (openbsd-386), const RTAX_SRC = 8
 43744  pkg syscall (openbsd-386), const RTAX_SRCMASK = 9
 43745  pkg syscall (openbsd-386), const RTA_AUTHOR = 64
 43746  pkg syscall (openbsd-386), const RTA_BRD = 128
 43747  pkg syscall (openbsd-386), const RTA_DST = 1
 43748  pkg syscall (openbsd-386), const RTA_GATEWAY = 2
 43749  pkg syscall (openbsd-386), const RTA_GENMASK = 8
 43750  pkg syscall (openbsd-386), const RTA_IFA = 32
 43751  pkg syscall (openbsd-386), const RTA_IFP = 16
 43752  pkg syscall (openbsd-386), const RTA_LABEL = 1024
 43753  pkg syscall (openbsd-386), const RTA_NETMASK = 4
 43754  pkg syscall (openbsd-386), const RTA_SRC = 256
 43755  pkg syscall (openbsd-386), const RTA_SRCMASK = 512
 43756  pkg syscall (openbsd-386), const RTF_ANNOUNCE = 16384
 43757  pkg syscall (openbsd-386), const RTF_BLACKHOLE = 4096
 43758  pkg syscall (openbsd-386), const RTF_CLONED = 65536
 43759  pkg syscall (openbsd-386), const RTF_CLONING = 256
 43760  pkg syscall (openbsd-386), const RTF_DONE = 64
 43761  pkg syscall (openbsd-386), const RTF_DYNAMIC = 16
 43762  pkg syscall (openbsd-386), const RTF_FMASK = 63496
 43763  pkg syscall (openbsd-386), const RTF_GATEWAY = 2
 43764  pkg syscall (openbsd-386), const RTF_HOST = 4
 43765  pkg syscall (openbsd-386), const RTF_LLINFO = 1024
 43766  pkg syscall (openbsd-386), const RTF_MASK = 128
 43767  pkg syscall (openbsd-386), const RTF_MODIFIED = 32
 43768  pkg syscall (openbsd-386), const RTF_MPATH = 262144
 43769  pkg syscall (openbsd-386), const RTF_MPLS = 1048576
 43770  pkg syscall (openbsd-386), const RTF_PERMANENT_ARP = 8192
 43771  pkg syscall (openbsd-386), const RTF_PROTO1 = 32768
 43772  pkg syscall (openbsd-386), const RTF_PROTO2 = 16384
 43773  pkg syscall (openbsd-386), const RTF_PROTO3 = 8192
 43774  pkg syscall (openbsd-386), const RTF_REJECT = 8
 43775  pkg syscall (openbsd-386), const RTF_SOURCE = 131072
 43776  pkg syscall (openbsd-386), const RTF_STATIC = 2048
 43777  pkg syscall (openbsd-386), const RTF_TUNNEL = 1048576
 43778  pkg syscall (openbsd-386), const RTF_UP = 1
 43779  pkg syscall (openbsd-386), const RTF_USETRAILERS = 32768
 43780  pkg syscall (openbsd-386), const RTF_XRESOLVE = 512
 43781  pkg syscall (openbsd-386), const RTM_ADD = 1
 43782  pkg syscall (openbsd-386), const RTM_CHANGE = 3
 43783  pkg syscall (openbsd-386), const RTM_DELADDR = 13
 43784  pkg syscall (openbsd-386), const RTM_DELETE = 2
 43785  pkg syscall (openbsd-386), const RTM_DESYNC = 16
 43786  pkg syscall (openbsd-386), const RTM_GET = 4
 43787  pkg syscall (openbsd-386), const RTM_IFANNOUNCE = 15
 43788  pkg syscall (openbsd-386), const RTM_IFINFO = 14
 43789  pkg syscall (openbsd-386), const RTM_LOCK = 8
 43790  pkg syscall (openbsd-386), const RTM_LOSING = 5
 43791  pkg syscall (openbsd-386), const RTM_MAXSIZE = 2048
 43792  pkg syscall (openbsd-386), const RTM_MISS = 7
 43793  pkg syscall (openbsd-386), const RTM_NEWADDR = 12
 43794  pkg syscall (openbsd-386), const RTM_REDIRECT = 6
 43795  pkg syscall (openbsd-386), const RTM_RESOLVE = 11
 43796  pkg syscall (openbsd-386), const RTM_RTTUNIT = 1000000
 43797  pkg syscall (openbsd-386), const RTM_VERSION = 4
 43798  pkg syscall (openbsd-386), const RTV_EXPIRE = 4
 43799  pkg syscall (openbsd-386), const RTV_HOPCOUNT = 2
 43800  pkg syscall (openbsd-386), const RTV_MTU = 1
 43801  pkg syscall (openbsd-386), const RTV_RPIPE = 8
 43802  pkg syscall (openbsd-386), const RTV_RTT = 64
 43803  pkg syscall (openbsd-386), const RTV_RTTVAR = 128
 43804  pkg syscall (openbsd-386), const RTV_SPIPE = 16
 43805  pkg syscall (openbsd-386), const RTV_SSTHRESH = 32
 43806  pkg syscall (openbsd-386), const RT_TABLEID_MAX = 255
 43807  pkg syscall (openbsd-386), const RUSAGE_CHILDREN = -1
 43808  pkg syscall (openbsd-386), const RUSAGE_SELF = 0
 43809  pkg syscall (openbsd-386), const RUSAGE_THREAD = 1
 43810  pkg syscall (openbsd-386), const SCM_RIGHTS = 1
 43811  pkg syscall (openbsd-386), const SCM_TIMESTAMP = 4
 43812  pkg syscall (openbsd-386), const SIGBUS = 10
 43813  pkg syscall (openbsd-386), const SIGCHLD = 20
 43814  pkg syscall (openbsd-386), const SIGCONT = 19
 43815  pkg syscall (openbsd-386), const SIGEMT = 7
 43816  pkg syscall (openbsd-386), const SIGINFO = 29
 43817  pkg syscall (openbsd-386), const SIGIO = 23
 43818  pkg syscall (openbsd-386), const SIGIOT = 6
 43819  pkg syscall (openbsd-386), const SIGPROF = 27
 43820  pkg syscall (openbsd-386), const SIGSTOP = 17
 43821  pkg syscall (openbsd-386), const SIGSYS = 12
 43822  pkg syscall (openbsd-386), const SIGTHR = 32
 43823  pkg syscall (openbsd-386), const SIGTSTP = 18
 43824  pkg syscall (openbsd-386), const SIGTTIN = 21
 43825  pkg syscall (openbsd-386), const SIGTTOU = 22
 43826  pkg syscall (openbsd-386), const SIGURG = 16
 43827  pkg syscall (openbsd-386), const SIGUSR1 = 30
 43828  pkg syscall (openbsd-386), const SIGUSR2 = 31
 43829  pkg syscall (openbsd-386), const SIGVTALRM = 26
 43830  pkg syscall (openbsd-386), const SIGWINCH = 28
 43831  pkg syscall (openbsd-386), const SIGXCPU = 24
 43832  pkg syscall (openbsd-386), const SIGXFSZ = 25
 43833  pkg syscall (openbsd-386), const SIOCADDMULTI = 2149607729
 43834  pkg syscall (openbsd-386), const SIOCAIFADDR = 2151704858
 43835  pkg syscall (openbsd-386), const SIOCAIFGROUP = 2149869959
 43836  pkg syscall (openbsd-386), const SIOCALIFADDR = 2182637852
 43837  pkg syscall (openbsd-386), const SIOCATMARK = 1074033415
 43838  pkg syscall (openbsd-386), const SIOCBRDGADD = 2153015612
 43839  pkg syscall (openbsd-386), const SIOCBRDGADDS = 2153015617
 43840  pkg syscall (openbsd-386), const SIOCBRDGARL = 2154719565
 43841  pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
 43842  pkg syscall (openbsd-386), const SIOCBRDGDEL = 2153015613
 43843  pkg syscall (openbsd-386), const SIOCBRDGDELS = 2153015618
 43844  pkg syscall (openbsd-386), const SIOCBRDGFLUSH = 2153015624
 43845  pkg syscall (openbsd-386), const SIOCBRDGFRL = 2154719566
 43846  pkg syscall (openbsd-386), const SIOCBRDGGCACHE = 3222563137
 43847  pkg syscall (openbsd-386), const SIOCBRDGGFD = 3222563154
 43848  pkg syscall (openbsd-386), const SIOCBRDGGHT = 3222563153
 43849  pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS = 3226757438
 43850  pkg syscall (openbsd-386), const SIOCBRDGGMA = 3222563155
 43851  pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
 43852  pkg syscall (openbsd-386), const SIOCBRDGGPRI = 3222563152
 43853  pkg syscall (openbsd-386), const SIOCBRDGGRL = 3223873871
 43854  pkg syscall (openbsd-386), const SIOCBRDGGSIFS = 3226757436
 43855  pkg syscall (openbsd-386), const SIOCBRDGGTO = 3222563142
 43856  pkg syscall (openbsd-386), const SIOCBRDGIFS = 3226757442
 43857  pkg syscall (openbsd-386), const SIOCBRDGRTS = 3222825283
 43858  pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
 43859  pkg syscall (openbsd-386), const SIOCBRDGSCACHE = 2148821312
 43860  pkg syscall (openbsd-386), const SIOCBRDGSFD = 2148821330
 43861  pkg syscall (openbsd-386), const SIOCBRDGSHT = 2148821329
 43862  pkg syscall (openbsd-386), const SIOCBRDGSIFCOST = 2153015637
 43863  pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS = 2153015615
 43864  pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO = 2153015636
 43865  pkg syscall (openbsd-386), const SIOCBRDGSMA = 2148821331
 43866  pkg syscall (openbsd-386), const SIOCBRDGSPRI = 2148821328
 43867  pkg syscall (openbsd-386), const SIOCBRDGSPROTO = 2148821338
 43868  pkg syscall (openbsd-386), const SIOCBRDGSTO = 2148821317
 43869  pkg syscall (openbsd-386), const SIOCBRDGSTXHC = 2148821337
 43870  pkg syscall (openbsd-386), const SIOCDELMULTI = 2149607730
 43871  pkg syscall (openbsd-386), const SIOCDIFADDR = 2149607705
 43872  pkg syscall (openbsd-386), const SIOCDIFGROUP = 2149869961
 43873  pkg syscall (openbsd-386), const SIOCDIFPHYADDR = 2149607753
 43874  pkg syscall (openbsd-386), const SIOCDLIFADDR = 2182637854
 43875  pkg syscall (openbsd-386), const SIOCGETKALIVE = 3222825380
 43876  pkg syscall (openbsd-386), const SIOCGETLABEL = 2149607834
 43877  pkg syscall (openbsd-386), const SIOCGETPFLOW = 3223349758
 43878  pkg syscall (openbsd-386), const SIOCGETPFSYNC = 3223349752
 43879  pkg syscall (openbsd-386), const SIOCGETSGCNT = 3222566196
 43880  pkg syscall (openbsd-386), const SIOCGETVIFCNT = 3222566195
 43881  pkg syscall (openbsd-386), const SIOCGHIWAT = 1074033409
 43882  pkg syscall (openbsd-386), const SIOCGIFADDR = 3223349537
 43883  pkg syscall (openbsd-386), const SIOCGIFASYNCMAP = 3223349628
 43884  pkg syscall (openbsd-386), const SIOCGIFBRDADDR = 3223349539
 43885  pkg syscall (openbsd-386), const SIOCGIFCONF = 3221776676
 43886  pkg syscall (openbsd-386), const SIOCGIFDATA = 3223349531
 43887  pkg syscall (openbsd-386), const SIOCGIFDESCR = 3223349633
 43888  pkg syscall (openbsd-386), const SIOCGIFDSTADDR = 3223349538
 43889  pkg syscall (openbsd-386), const SIOCGIFFLAGS = 3223349521
 43890  pkg syscall (openbsd-386), const SIOCGIFGATTR = 3223611787
 43891  pkg syscall (openbsd-386), const SIOCGIFGENERIC = 3223349562
 43892  pkg syscall (openbsd-386), const SIOCGIFGMEMB = 3223611786
 43893  pkg syscall (openbsd-386), const SIOCGIFGROUP = 3223611784
 43894  pkg syscall (openbsd-386), const SIOCGIFMEDIA = 3223873846
 43895  pkg syscall (openbsd-386), const SIOCGIFMETRIC = 3223349527
 43896  pkg syscall (openbsd-386), const SIOCGIFMTU = 3223349630
 43897  pkg syscall (openbsd-386), const SIOCGIFNETMASK = 3223349541
 43898  pkg syscall (openbsd-386), const SIOCGIFPDSTADDR = 3223349576
 43899  pkg syscall (openbsd-386), const SIOCGIFPRIORITY = 3223349660
 43900  pkg syscall (openbsd-386), const SIOCGIFPSRCADDR = 3223349575
 43901  pkg syscall (openbsd-386), const SIOCGIFRDOMAIN = 3223349664
 43902  pkg syscall (openbsd-386), const SIOCGIFRTLABEL = 3223349635
 43903  pkg syscall (openbsd-386), const SIOCGIFTIMESLOT = 3223349638
 43904  pkg syscall (openbsd-386), const SIOCGIFXFLAGS = 3223349662
 43905  pkg syscall (openbsd-386), const SIOCGLIFADDR = 3256379677
 43906  pkg syscall (openbsd-386), const SIOCGLIFPHYADDR = 3256379723
 43907  pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE = 3223349666
 43908  pkg syscall (openbsd-386), const SIOCGLOWAT = 1074033411
 43909  pkg syscall (openbsd-386), const SIOCGPGRP = 1074033417
 43910  pkg syscall (openbsd-386), const SIOCGVH = 3223349750
 43911  pkg syscall (openbsd-386), const SIOCIFCREATE = 2149607802
 43912  pkg syscall (openbsd-386), const SIOCIFDESTROY = 2149607801
 43913  pkg syscall (openbsd-386), const SIOCIFGCLONERS = 3222038904
 43914  pkg syscall (openbsd-386), const SIOCSETKALIVE = 2149083555
 43915  pkg syscall (openbsd-386), const SIOCSETLABEL = 2149607833
 43916  pkg syscall (openbsd-386), const SIOCSETPFLOW = 2149607933
 43917  pkg syscall (openbsd-386), const SIOCSETPFSYNC = 2149607927
 43918  pkg syscall (openbsd-386), const SIOCSHIWAT = 2147775232
 43919  pkg syscall (openbsd-386), const SIOCSIFADDR = 2149607692
 43920  pkg syscall (openbsd-386), const SIOCSIFASYNCMAP = 2149607805
 43921  pkg syscall (openbsd-386), const SIOCSIFBRDADDR = 2149607699
 43922  pkg syscall (openbsd-386), const SIOCSIFDESCR = 2149607808
 43923  pkg syscall (openbsd-386), const SIOCSIFDSTADDR = 2149607694
 43924  pkg syscall (openbsd-386), const SIOCSIFFLAGS = 2149607696
 43925  pkg syscall (openbsd-386), const SIOCSIFGATTR = 2149869964
 43926  pkg syscall (openbsd-386), const SIOCSIFGENERIC = 2149607737
 43927  pkg syscall (openbsd-386), const SIOCSIFLLADDR = 2149607711
 43928  pkg syscall (openbsd-386), const SIOCSIFMEDIA = 3223349557
 43929  pkg syscall (openbsd-386), const SIOCSIFMETRIC = 2149607704
 43930  pkg syscall (openbsd-386), const SIOCSIFMTU = 2149607807
 43931  pkg syscall (openbsd-386), const SIOCSIFNETMASK = 2149607702
 43932  pkg syscall (openbsd-386), const SIOCSIFPHYADDR = 2151704902
 43933  pkg syscall (openbsd-386), const SIOCSIFPRIORITY = 2149607835
 43934  pkg syscall (openbsd-386), const SIOCSIFRDOMAIN = 2149607839
 43935  pkg syscall (openbsd-386), const SIOCSIFRTLABEL = 2149607810
 43936  pkg syscall (openbsd-386), const SIOCSIFTIMESLOT = 2149607813
 43937  pkg syscall (openbsd-386), const SIOCSIFXFLAGS = 2149607837
 43938  pkg syscall (openbsd-386), const SIOCSLIFPHYADDR = 2182637898
 43939  pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE = 2149607841
 43940  pkg syscall (openbsd-386), const SIOCSLOWAT = 2147775234
 43941  pkg syscall (openbsd-386), const SIOCSPGRP = 2147775240
 43942  pkg syscall (openbsd-386), const SIOCSVH = 3223349749
 43943  pkg syscall (openbsd-386), const SOCK_RDM = 4
 43944  pkg syscall (openbsd-386), const SOL_SOCKET = 65535
 43945  pkg syscall (openbsd-386), const SOMAXCONN = 128
 43946  pkg syscall (openbsd-386), const SO_ACCEPTCONN = 2
 43947  pkg syscall (openbsd-386), const SO_BINDANY = 4096
 43948  pkg syscall (openbsd-386), const SO_BROADCAST = 32
 43949  pkg syscall (openbsd-386), const SO_DEBUG = 1
 43950  pkg syscall (openbsd-386), const SO_DONTROUTE = 16
 43951  pkg syscall (openbsd-386), const SO_ERROR = 4103
 43952  pkg syscall (openbsd-386), const SO_KEEPALIVE = 8
 43953  pkg syscall (openbsd-386), const SO_LINGER = 128
 43954  pkg syscall (openbsd-386), const SO_NETPROC = 4128
 43955  pkg syscall (openbsd-386), const SO_OOBINLINE = 256
 43956  pkg syscall (openbsd-386), const SO_PEERCRED = 4130
 43957  pkg syscall (openbsd-386), const SO_RCVBUF = 4098
 43958  pkg syscall (openbsd-386), const SO_RCVLOWAT = 4100
 43959  pkg syscall (openbsd-386), const SO_RCVTIMEO = 4102
 43960  pkg syscall (openbsd-386), const SO_REUSEADDR = 4
 43961  pkg syscall (openbsd-386), const SO_REUSEPORT = 512
 43962  pkg syscall (openbsd-386), const SO_RTABLE = 4129
 43963  pkg syscall (openbsd-386), const SO_SNDBUF = 4097
 43964  pkg syscall (openbsd-386), const SO_SNDLOWAT = 4099
 43965  pkg syscall (openbsd-386), const SO_SNDTIMEO = 4101
 43966  pkg syscall (openbsd-386), const SO_SPLICE = 4131
 43967  pkg syscall (openbsd-386), const SO_TIMESTAMP = 2048
 43968  pkg syscall (openbsd-386), const SO_TYPE = 4104
 43969  pkg syscall (openbsd-386), const SO_USELOOPBACK = 64
 43970  pkg syscall (openbsd-386), const SYS_ACCEPT = 30
 43971  pkg syscall (openbsd-386), const SYS_ACCESS = 33
 43972  pkg syscall (openbsd-386), const SYS_ACCT = 51
 43973  pkg syscall (openbsd-386), const SYS_ADJFREQ = 305
 43974  pkg syscall (openbsd-386), const SYS_ADJTIME = 140
 43975  pkg syscall (openbsd-386), const SYS_BIND = 104
 43976  pkg syscall (openbsd-386), const SYS_CHDIR = 12
 43977  pkg syscall (openbsd-386), const SYS_CHFLAGS = 34
 43978  pkg syscall (openbsd-386), const SYS_CHMOD = 15
 43979  pkg syscall (openbsd-386), const SYS_CHOWN = 16
 43980  pkg syscall (openbsd-386), const SYS_CHROOT = 61
 43981  pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
 43982  pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
 43983  pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
 43984  pkg syscall (openbsd-386), const SYS_CLOSE = 6
 43985  pkg syscall (openbsd-386), const SYS_CLOSEFROM = 287
 43986  pkg syscall (openbsd-386), const SYS_CONNECT = 98
 43987  pkg syscall (openbsd-386), const SYS_DUP = 41
 43988  pkg syscall (openbsd-386), const SYS_DUP2 = 90
 43989  pkg syscall (openbsd-386), const SYS_EXECVE = 59
 43990  pkg syscall (openbsd-386), const SYS_EXIT = 1
 43991  pkg syscall (openbsd-386), const SYS_FACCESSAT = 313
 43992  pkg syscall (openbsd-386), const SYS_FCHDIR = 13
 43993  pkg syscall (openbsd-386), const SYS_FCHFLAGS = 35
 43994  pkg syscall (openbsd-386), const SYS_FCHMOD = 124
 43995  pkg syscall (openbsd-386), const SYS_FCHMODAT = 314
 43996  pkg syscall (openbsd-386), const SYS_FCHOWN = 123
 43997  pkg syscall (openbsd-386), const SYS_FCHOWNAT = 315
 43998  pkg syscall (openbsd-386), const SYS_FCNTL = 92
 43999  pkg syscall (openbsd-386), const SYS_FHOPEN = 264
 44000  pkg syscall (openbsd-386), const SYS_FHSTAT = 294
 44001  pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
 44002  pkg syscall (openbsd-386), const SYS_FLOCK = 131
 44003  pkg syscall (openbsd-386), const SYS_FORK = 2
 44004  pkg syscall (openbsd-386), const SYS_FPATHCONF = 192
 44005  pkg syscall (openbsd-386), const SYS_FSTAT = 292
 44006  pkg syscall (openbsd-386), const SYS_FSTATAT = 316
 44007  pkg syscall (openbsd-386), const SYS_FSTATFS = 308
 44008  pkg syscall (openbsd-386), const SYS_FSYNC = 95
 44009  pkg syscall (openbsd-386), const SYS_FTRUNCATE = 201
 44010  pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
 44011  pkg syscall (openbsd-386), const SYS_FUTIMES = 206
 44012  pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
 44013  pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT = 18
 44014  pkg syscall (openbsd-386), const SYS_GETEGID = 43
 44015  pkg syscall (openbsd-386), const SYS_GETEUID = 25
 44016  pkg syscall (openbsd-386), const SYS_GETFH = 161
 44017  pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
 44018  pkg syscall (openbsd-386), const SYS_GETGID = 47
 44019  pkg syscall (openbsd-386), const SYS_GETGROUPS = 79
 44020  pkg syscall (openbsd-386), const SYS_GETITIMER = 86
 44021  pkg syscall (openbsd-386), const SYS_GETLOGIN = 49
 44022  pkg syscall (openbsd-386), const SYS_GETPEERNAME = 31
 44023  pkg syscall (openbsd-386), const SYS_GETPGID = 207
 44024  pkg syscall (openbsd-386), const SYS_GETPGRP = 81
 44025  pkg syscall (openbsd-386), const SYS_GETPID = 20
 44026  pkg syscall (openbsd-386), const SYS_GETPPID = 39
 44027  pkg syscall (openbsd-386), const SYS_GETPRIORITY = 100
 44028  pkg syscall (openbsd-386), const SYS_GETRESGID = 283
 44029  pkg syscall (openbsd-386), const SYS_GETRESUID = 281
 44030  pkg syscall (openbsd-386), const SYS_GETRLIMIT = 194
 44031  pkg syscall (openbsd-386), const SYS_GETRTABLE = 311
 44032  pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
 44033  pkg syscall (openbsd-386), const SYS_GETSID = 255
 44034  pkg syscall (openbsd-386), const SYS_GETSOCKNAME = 32
 44035  pkg syscall (openbsd-386), const SYS_GETSOCKOPT = 118
 44036  pkg syscall (openbsd-386), const SYS_GETTHRID = 299
 44037  pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
 44038  pkg syscall (openbsd-386), const SYS_GETUID = 24
 44039  pkg syscall (openbsd-386), const SYS_IOCTL = 54
 44040  pkg syscall (openbsd-386), const SYS_ISSETUGID = 253
 44041  pkg syscall (openbsd-386), const SYS_KEVENT = 270
 44042  pkg syscall (openbsd-386), const SYS_KILL = 37
 44043  pkg syscall (openbsd-386), const SYS_KQUEUE = 269
 44044  pkg syscall (openbsd-386), const SYS_KTRACE = 45
 44045  pkg syscall (openbsd-386), const SYS_LCHOWN = 254
 44046  pkg syscall (openbsd-386), const SYS_LINK = 9
 44047  pkg syscall (openbsd-386), const SYS_LINKAT = 317
 44048  pkg syscall (openbsd-386), const SYS_LISTEN = 106
 44049  pkg syscall (openbsd-386), const SYS_LSEEK = 199
 44050  pkg syscall (openbsd-386), const SYS_LSTAT = 293
 44051  pkg syscall (openbsd-386), const SYS_MADVISE = 75
 44052  pkg syscall (openbsd-386), const SYS_MINCORE = 78
 44053  pkg syscall (openbsd-386), const SYS_MINHERIT = 250
 44054  pkg syscall (openbsd-386), const SYS_MKDIR = 136
 44055  pkg syscall (openbsd-386), const SYS_MKDIRAT = 318
 44056  pkg syscall (openbsd-386), const SYS_MKFIFO = 132
 44057  pkg syscall (openbsd-386), const SYS_MKFIFOAT = 319
 44058  pkg syscall (openbsd-386), const SYS_MKNOD = 14
 44059  pkg syscall (openbsd-386), const SYS_MKNODAT = 320
 44060  pkg syscall (openbsd-386), const SYS_MLOCK = 203
 44061  pkg syscall (openbsd-386), const SYS_MLOCKALL = 271
 44062  pkg syscall (openbsd-386), const SYS_MMAP = 197
 44063  pkg syscall (openbsd-386), const SYS_MOUNT = 21
 44064  pkg syscall (openbsd-386), const SYS_MPROTECT = 74
 44065  pkg syscall (openbsd-386), const SYS_MQUERY = 286
 44066  pkg syscall (openbsd-386), const SYS_MSGCTL = 297
 44067  pkg syscall (openbsd-386), const SYS_MSGGET = 225
 44068  pkg syscall (openbsd-386), const SYS_MSGRCV = 227
 44069  pkg syscall (openbsd-386), const SYS_MSGSND = 226
 44070  pkg syscall (openbsd-386), const SYS_MSYNC = 256
 44071  pkg syscall (openbsd-386), const SYS_MUNLOCK = 204
 44072  pkg syscall (openbsd-386), const SYS_MUNLOCKALL = 272
 44073  pkg syscall (openbsd-386), const SYS_MUNMAP = 73
 44074  pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
 44075  pkg syscall (openbsd-386), const SYS_NFSSVC = 155
 44076  pkg syscall (openbsd-386), const SYS_OBREAK = 17
 44077  pkg syscall (openbsd-386), const SYS_OPEN = 5
 44078  pkg syscall (openbsd-386), const SYS_OPENAT = 321
 44079  pkg syscall (openbsd-386), const SYS_PATHCONF = 191
 44080  pkg syscall (openbsd-386), const SYS_PIPE = 263
 44081  pkg syscall (openbsd-386), const SYS_POLL = 252
 44082  pkg syscall (openbsd-386), const SYS_PREAD = 173
 44083  pkg syscall (openbsd-386), const SYS_PREADV = 267
 44084  pkg syscall (openbsd-386), const SYS_PROFIL = 44
 44085  pkg syscall (openbsd-386), const SYS_PTRACE = 26
 44086  pkg syscall (openbsd-386), const SYS_PWRITE = 174
 44087  pkg syscall (openbsd-386), const SYS_PWRITEV = 268
 44088  pkg syscall (openbsd-386), const SYS_QUOTACTL = 148
 44089  pkg syscall (openbsd-386), const SYS_READ = 3
 44090  pkg syscall (openbsd-386), const SYS_READLINK = 58
 44091  pkg syscall (openbsd-386), const SYS_READLINKAT = 322
 44092  pkg syscall (openbsd-386), const SYS_READV = 120
 44093  pkg syscall (openbsd-386), const SYS_REBOOT = 55
 44094  pkg syscall (openbsd-386), const SYS_RECVFROM = 29
 44095  pkg syscall (openbsd-386), const SYS_RECVMSG = 27
 44096  pkg syscall (openbsd-386), const SYS_RENAME = 128
 44097  pkg syscall (openbsd-386), const SYS_RENAMEAT = 323
 44098  pkg syscall (openbsd-386), const SYS_REVOKE = 56
 44099  pkg syscall (openbsd-386), const SYS_RMDIR = 137
 44100  pkg syscall (openbsd-386), const SYS_SCHED_YIELD = 298
 44101  pkg syscall (openbsd-386), const SYS_SELECT = 93
 44102  pkg syscall (openbsd-386), const SYS_SEMGET = 221
 44103  pkg syscall (openbsd-386), const SYS_SEMOP = 290
 44104  pkg syscall (openbsd-386), const SYS_SENDMSG = 28
 44105  pkg syscall (openbsd-386), const SYS_SENDTO = 133
 44106  pkg syscall (openbsd-386), const SYS_SETEGID = 182
 44107  pkg syscall (openbsd-386), const SYS_SETEUID = 183
 44108  pkg syscall (openbsd-386), const SYS_SETGID = 181
 44109  pkg syscall (openbsd-386), const SYS_SETGROUPS = 80
 44110  pkg syscall (openbsd-386), const SYS_SETITIMER = 83
 44111  pkg syscall (openbsd-386), const SYS_SETLOGIN = 50
 44112  pkg syscall (openbsd-386), const SYS_SETPGID = 82
 44113  pkg syscall (openbsd-386), const SYS_SETPRIORITY = 96
 44114  pkg syscall (openbsd-386), const SYS_SETREGID = 127
 44115  pkg syscall (openbsd-386), const SYS_SETRESGID = 284
 44116  pkg syscall (openbsd-386), const SYS_SETRESUID = 282
 44117  pkg syscall (openbsd-386), const SYS_SETREUID = 126
 44118  pkg syscall (openbsd-386), const SYS_SETRLIMIT = 195
 44119  pkg syscall (openbsd-386), const SYS_SETRTABLE = 310
 44120  pkg syscall (openbsd-386), const SYS_SETSID = 147
 44121  pkg syscall (openbsd-386), const SYS_SETSOCKOPT = 105
 44122  pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
 44123  pkg syscall (openbsd-386), const SYS_SETUID = 23
 44124  pkg syscall (openbsd-386), const SYS_SHMAT = 228
 44125  pkg syscall (openbsd-386), const SYS_SHMCTL = 296
 44126  pkg syscall (openbsd-386), const SYS_SHMDT = 230
 44127  pkg syscall (openbsd-386), const SYS_SHMGET = 289
 44128  pkg syscall (openbsd-386), const SYS_SHUTDOWN = 134
 44129  pkg syscall (openbsd-386), const SYS_SIGACTION = 46
 44130  pkg syscall (openbsd-386), const SYS_SIGALTSTACK = 288
 44131  pkg syscall (openbsd-386), const SYS_SIGPENDING = 52
 44132  pkg syscall (openbsd-386), const SYS_SIGPROCMASK = 48
 44133  pkg syscall (openbsd-386), const SYS_SIGRETURN = 103
 44134  pkg syscall (openbsd-386), const SYS_SIGSUSPEND = 111
 44135  pkg syscall (openbsd-386), const SYS_SOCKET = 97
 44136  pkg syscall (openbsd-386), const SYS_SOCKETPAIR = 135
 44137  pkg syscall (openbsd-386), const SYS_STAT = 291
 44138  pkg syscall (openbsd-386), const SYS_STATFS = 307
 44139  pkg syscall (openbsd-386), const SYS_SWAPCTL = 193
 44140  pkg syscall (openbsd-386), const SYS_SYMLINK = 57
 44141  pkg syscall (openbsd-386), const SYS_SYMLINKAT = 324
 44142  pkg syscall (openbsd-386), const SYS_SYNC = 36
 44143  pkg syscall (openbsd-386), const SYS_SYSARCH = 165
 44144  pkg syscall (openbsd-386), const SYS_TRUNCATE = 200
 44145  pkg syscall (openbsd-386), const SYS_UMASK = 60
 44146  pkg syscall (openbsd-386), const SYS_UNLINK = 10
 44147  pkg syscall (openbsd-386), const SYS_UNLINKAT = 325
 44148  pkg syscall (openbsd-386), const SYS_UNMOUNT = 22
 44149  pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
 44150  pkg syscall (openbsd-386), const SYS_UTIMES = 138
 44151  pkg syscall (openbsd-386), const SYS_VFORK = 66
 44152  pkg syscall (openbsd-386), const SYS_WAIT4 = 7
 44153  pkg syscall (openbsd-386), const SYS_WRITE = 4
 44154  pkg syscall (openbsd-386), const SYS_WRITEV = 121
 44155  pkg syscall (openbsd-386), const SYS___GETCWD = 304
 44156  pkg syscall (openbsd-386), const SYS___GET_TCB = 330
 44157  pkg syscall (openbsd-386), const SYS___SEMCTL = 295
 44158  pkg syscall (openbsd-386), const SYS___SET_TCB = 329
 44159  pkg syscall (openbsd-386), const SYS___SYSCTL = 202
 44160  pkg syscall (openbsd-386), const SYS___TFORK = 8
 44161  pkg syscall (openbsd-386), const SYS___THREXIT = 302
 44162  pkg syscall (openbsd-386), const SYS___THRSIGDIVERT = 303
 44163  pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
 44164  pkg syscall (openbsd-386), const SYS___THRWAKEUP = 301
 44165  pkg syscall (openbsd-386), const S_IFMT = 61440
 44166  pkg syscall (openbsd-386), const SizeofBpfHdr = 20
 44167  pkg syscall (openbsd-386), const SizeofBpfInsn = 8
 44168  pkg syscall (openbsd-386), const SizeofBpfProgram = 8
 44169  pkg syscall (openbsd-386), const SizeofBpfStat = 8
 44170  pkg syscall (openbsd-386), const SizeofBpfVersion = 4
 44171  pkg syscall (openbsd-386), const SizeofCmsghdr = 12
 44172  pkg syscall (openbsd-386), const SizeofIPMreq = 8
 44173  pkg syscall (openbsd-386), const SizeofIPv6Mreq = 20
 44174  pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr = 26
 44175  pkg syscall (openbsd-386), const SizeofIfData = 208
 44176  pkg syscall (openbsd-386), const SizeofIfMsghdr = 232
 44177  pkg syscall (openbsd-386), const SizeofIfaMsghdr = 24
 44178  pkg syscall (openbsd-386), const SizeofInet6Pktinfo = 20
 44179  pkg syscall (openbsd-386), const SizeofLinger = 8
 44180  pkg syscall (openbsd-386), const SizeofMsghdr = 28
 44181  pkg syscall (openbsd-386), const SizeofRtMetrics = 48
 44182  pkg syscall (openbsd-386), const SizeofRtMsghdr = 88
 44183  pkg syscall (openbsd-386), const SizeofSockaddrAny = 108
 44184  pkg syscall (openbsd-386), const SizeofSockaddrDatalink = 32
 44185  pkg syscall (openbsd-386), const SizeofSockaddrInet4 = 16
 44186  pkg syscall (openbsd-386), const SizeofSockaddrInet6 = 28
 44187  pkg syscall (openbsd-386), const SizeofSockaddrUnix = 106
 44188  pkg syscall (openbsd-386), const TCIFLUSH = 1
 44189  pkg syscall (openbsd-386), const TCIOFLUSH = 3
 44190  pkg syscall (openbsd-386), const TCOFLUSH = 2
 44191  pkg syscall (openbsd-386), const TCP_MAXBURST = 4
 44192  pkg syscall (openbsd-386), const TCP_MAXSEG = 2
 44193  pkg syscall (openbsd-386), const TCP_MAXWIN = 65535
 44194  pkg syscall (openbsd-386), const TCP_MAX_SACK = 3
 44195  pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT = 14
 44196  pkg syscall (openbsd-386), const TCP_MD5SIG = 4
 44197  pkg syscall (openbsd-386), const TCP_MSS = 512
 44198  pkg syscall (openbsd-386), const TCP_NSTATES = 11
 44199  pkg syscall (openbsd-386), const TCP_SACK_ENABLE = 8
 44200  pkg syscall (openbsd-386), const TCSAFLUSH = 2
 44201  pkg syscall (openbsd-386), const TIOCCBRK = 536900730
 44202  pkg syscall (openbsd-386), const TIOCCDTR = 536900728
 44203  pkg syscall (openbsd-386), const TIOCCONS = 2147775586
 44204  pkg syscall (openbsd-386), const TIOCDRAIN = 536900702
 44205  pkg syscall (openbsd-386), const TIOCEXCL = 536900621
 44206  pkg syscall (openbsd-386), const TIOCEXT = 2147775584
 44207  pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL = 2
 44208  pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS = 4
 44209  pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF = 8
 44210  pkg syscall (openbsd-386), const TIOCFLAG_PPS = 16
 44211  pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR = 1
 44212  pkg syscall (openbsd-386), const TIOCFLUSH = 2147775504
 44213  pkg syscall (openbsd-386), const TIOCGETA = 1076655123
 44214  pkg syscall (openbsd-386), const TIOCGETD = 1074033690
 44215  pkg syscall (openbsd-386), const TIOCGFLAGS = 1074033757
 44216  pkg syscall (openbsd-386), const TIOCGPGRP = 1074033783
 44217  pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899
 44218  pkg syscall (openbsd-386), const TIOCGWINSZ = 1074295912
 44219  pkg syscall (openbsd-386), const TIOCMBIC = 2147775595
 44220  pkg syscall (openbsd-386), const TIOCMBIS = 2147775596
 44221  pkg syscall (openbsd-386), const TIOCMGET = 1074033770
 44222  pkg syscall (openbsd-386), const TIOCMODG = 1074033770
 44223  pkg syscall (openbsd-386), const TIOCMODS = 2147775597
 44224  pkg syscall (openbsd-386), const TIOCMSET = 2147775597
 44225  pkg syscall (openbsd-386), const TIOCM_CAR = 64
 44226  pkg syscall (openbsd-386), const TIOCM_CD = 64
 44227  pkg syscall (openbsd-386), const TIOCM_CTS = 32
 44228  pkg syscall (openbsd-386), const TIOCM_DSR = 256
 44229  pkg syscall (openbsd-386), const TIOCM_DTR = 2
 44230  pkg syscall (openbsd-386), const TIOCM_LE = 1
 44231  pkg syscall (openbsd-386), const TIOCM_RI = 128
 44232  pkg syscall (openbsd-386), const TIOCM_RNG = 128
 44233  pkg syscall (openbsd-386), const TIOCM_RTS = 4
 44234  pkg syscall (openbsd-386), const TIOCM_SR = 16
 44235  pkg syscall (openbsd-386), const TIOCM_ST = 8
 44236  pkg syscall (openbsd-386), const TIOCNOTTY = 536900721
 44237  pkg syscall (openbsd-386), const TIOCNXCL = 536900622
 44238  pkg syscall (openbsd-386), const TIOCOUTQ = 1074033779
 44239  pkg syscall (openbsd-386), const TIOCPKT = 2147775600
 44240  pkg syscall (openbsd-386), const TIOCPKT_DATA = 0
 44241  pkg syscall (openbsd-386), const TIOCPKT_DOSTOP = 32
 44242  pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD = 1
 44243  pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE = 2
 44244  pkg syscall (openbsd-386), const TIOCPKT_IOCTL = 64
 44245  pkg syscall (openbsd-386), const TIOCPKT_NOSTOP = 16
 44246  pkg syscall (openbsd-386), const TIOCPKT_START = 8
 44247  pkg syscall (openbsd-386), const TIOCPKT_STOP = 4
 44248  pkg syscall (openbsd-386), const TIOCREMOTE = 2147775593
 44249  pkg syscall (openbsd-386), const TIOCSBRK = 536900731
 44250  pkg syscall (openbsd-386), const TIOCSCTTY = 536900705
 44251  pkg syscall (openbsd-386), const TIOCSDTR = 536900729
 44252  pkg syscall (openbsd-386), const TIOCSETA = 2150396948
 44253  pkg syscall (openbsd-386), const TIOCSETAF = 2150396950
 44254  pkg syscall (openbsd-386), const TIOCSETAW = 2150396949
 44255  pkg syscall (openbsd-386), const TIOCSETD = 2147775515
 44256  pkg syscall (openbsd-386), const TIOCSFLAGS = 2147775580
 44257  pkg syscall (openbsd-386), const TIOCSIG = 2147775583
 44258  pkg syscall (openbsd-386), const TIOCSPGRP = 2147775606
 44259  pkg syscall (openbsd-386), const TIOCSTART = 536900718
 44260  pkg syscall (openbsd-386), const TIOCSTAT = 2147775589
 44261  pkg syscall (openbsd-386), const TIOCSTI = 2147578994
 44262  pkg syscall (openbsd-386), const TIOCSTOP = 536900719
 44263  pkg syscall (openbsd-386), const TIOCSTSTAMP = 2148037722
 44264  pkg syscall (openbsd-386), const TIOCSWINSZ = 2148037735
 44265  pkg syscall (openbsd-386), const TIOCUCNTL = 2147775590
 44266  pkg syscall (openbsd-386), const TOSTOP = 4194304
 44267  pkg syscall (openbsd-386), const VDISCARD = 15
 44268  pkg syscall (openbsd-386), const VDSUSP = 11
 44269  pkg syscall (openbsd-386), const VEOF = 0
 44270  pkg syscall (openbsd-386), const VEOL = 1
 44271  pkg syscall (openbsd-386), const VEOL2 = 2
 44272  pkg syscall (openbsd-386), const VERASE = 3
 44273  pkg syscall (openbsd-386), const VINTR = 8
 44274  pkg syscall (openbsd-386), const VKILL = 5
 44275  pkg syscall (openbsd-386), const VLNEXT = 14
 44276  pkg syscall (openbsd-386), const VMIN = 16
 44277  pkg syscall (openbsd-386), const VQUIT = 9
 44278  pkg syscall (openbsd-386), const VREPRINT = 6
 44279  pkg syscall (openbsd-386), const VSTART = 12
 44280  pkg syscall (openbsd-386), const VSTATUS = 18
 44281  pkg syscall (openbsd-386), const VSTOP = 13
 44282  pkg syscall (openbsd-386), const VSUSP = 10
 44283  pkg syscall (openbsd-386), const VTIME = 17
 44284  pkg syscall (openbsd-386), const VWERASE = 4
 44285  pkg syscall (openbsd-386), const WALTSIG = 4
 44286  pkg syscall (openbsd-386), const WCONTINUED = 8
 44287  pkg syscall (openbsd-386), const WCOREFLAG = 128
 44288  pkg syscall (openbsd-386), const WNOHANG = 1
 44289  pkg syscall (openbsd-386), const WSTOPPED = 127
 44290  pkg syscall (openbsd-386), const WUNTRACED = 2
 44291  pkg syscall (openbsd-386-cgo), const AF_APPLETALK = 16
 44292  pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH = 32
 44293  pkg syscall (openbsd-386-cgo), const AF_CCITT = 10
 44294  pkg syscall (openbsd-386-cgo), const AF_CHAOS = 5
 44295  pkg syscall (openbsd-386-cgo), const AF_CNT = 21
 44296  pkg syscall (openbsd-386-cgo), const AF_COIP = 20
 44297  pkg syscall (openbsd-386-cgo), const AF_DATAKIT = 9
 44298  pkg syscall (openbsd-386-cgo), const AF_DECnet = 12
 44299  pkg syscall (openbsd-386-cgo), const AF_DLI = 13
 44300  pkg syscall (openbsd-386-cgo), const AF_E164 = 26
 44301  pkg syscall (openbsd-386-cgo), const AF_ECMA = 8
 44302  pkg syscall (openbsd-386-cgo), const AF_ENCAP = 28
 44303  pkg syscall (openbsd-386-cgo), const AF_HYLINK = 15
 44304  pkg syscall (openbsd-386-cgo), const AF_IMPLINK = 3
 44305  pkg syscall (openbsd-386-cgo), const AF_INET6 = 24
 44306  pkg syscall (openbsd-386-cgo), const AF_IPX = 23
 44307  pkg syscall (openbsd-386-cgo), const AF_ISDN = 26
 44308  pkg syscall (openbsd-386-cgo), const AF_ISO = 7
 44309  pkg syscall (openbsd-386-cgo), const AF_KEY = 30
 44310  pkg syscall (openbsd-386-cgo), const AF_LAT = 14
 44311  pkg syscall (openbsd-386-cgo), const AF_LINK = 18
 44312  pkg syscall (openbsd-386-cgo), const AF_LOCAL = 1
 44313  pkg syscall (openbsd-386-cgo), const AF_MAX = 36
 44314  pkg syscall (openbsd-386-cgo), const AF_MPLS = 33
 44315  pkg syscall (openbsd-386-cgo), const AF_NATM = 27
 44316  pkg syscall (openbsd-386-cgo), const AF_NS = 6
 44317  pkg syscall (openbsd-386-cgo), const AF_OSI = 7
 44318  pkg syscall (openbsd-386-cgo), const AF_PUP = 4
 44319  pkg syscall (openbsd-386-cgo), const AF_ROUTE = 17
 44320  pkg syscall (openbsd-386-cgo), const AF_SIP = 29
 44321  pkg syscall (openbsd-386-cgo), const AF_SNA = 11
 44322  pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER = 1
 44323  pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY = 15
 44324  pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 = 24
 44325  pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 = 6
 44326  pkg syscall (openbsd-386-cgo), const B0 = 0
 44327  pkg syscall (openbsd-386-cgo), const B110 = 110
 44328  pkg syscall (openbsd-386-cgo), const B115200 = 115200
 44329  pkg syscall (openbsd-386-cgo), const B1200 = 1200
 44330  pkg syscall (openbsd-386-cgo), const B134 = 134
 44331  pkg syscall (openbsd-386-cgo), const B14400 = 14400
 44332  pkg syscall (openbsd-386-cgo), const B150 = 150
 44333  pkg syscall (openbsd-386-cgo), const B1800 = 1800
 44334  pkg syscall (openbsd-386-cgo), const B19200 = 19200
 44335  pkg syscall (openbsd-386-cgo), const B200 = 200
 44336  pkg syscall (openbsd-386-cgo), const B230400 = 230400
 44337  pkg syscall (openbsd-386-cgo), const B2400 = 2400
 44338  pkg syscall (openbsd-386-cgo), const B28800 = 28800
 44339  pkg syscall (openbsd-386-cgo), const B300 = 300
 44340  pkg syscall (openbsd-386-cgo), const B38400 = 38400
 44341  pkg syscall (openbsd-386-cgo), const B4800 = 4800
 44342  pkg syscall (openbsd-386-cgo), const B50 = 50
 44343  pkg syscall (openbsd-386-cgo), const B57600 = 57600
 44344  pkg syscall (openbsd-386-cgo), const B600 = 600
 44345  pkg syscall (openbsd-386-cgo), const B7200 = 7200
 44346  pkg syscall (openbsd-386-cgo), const B75 = 75
 44347  pkg syscall (openbsd-386-cgo), const B76800 = 76800
 44348  pkg syscall (openbsd-386-cgo), const B9600 = 9600
 44349  pkg syscall (openbsd-386-cgo), const BIOCFLUSH = 536887912
 44350  pkg syscall (openbsd-386-cgo), const BIOCGBLEN = 1074020966
 44351  pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT = 1074020988
 44352  pkg syscall (openbsd-386-cgo), const BIOCGDLT = 1074020970
 44353  pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST = 3221766779
 44354  pkg syscall (openbsd-386-cgo), const BIOCGETIF = 1075855979
 44355  pkg syscall (openbsd-386-cgo), const BIOCGFILDROP = 1074020984
 44356  pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
 44357  pkg syscall (openbsd-386-cgo), const BIOCGRSIG = 1074020979
 44358  pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
 44359  pkg syscall (openbsd-386-cgo), const BIOCGSTATS = 1074283119
 44360  pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
 44361  pkg syscall (openbsd-386-cgo), const BIOCLOCK = 536887926
 44362  pkg syscall (openbsd-386-cgo), const BIOCPROMISC = 536887913
 44363  pkg syscall (openbsd-386-cgo), const BIOCSBLEN = 3221504614
 44364  pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT = 2147762813
 44365  pkg syscall (openbsd-386-cgo), const BIOCSDLT = 2147762810
 44366  pkg syscall (openbsd-386-cgo), const BIOCSETF = 2148024935
 44367  pkg syscall (openbsd-386-cgo), const BIOCSETIF = 2149597804
 44368  pkg syscall (openbsd-386-cgo), const BIOCSETWF = 2148024951
 44369  pkg syscall (openbsd-386-cgo), const BIOCSFILDROP = 2147762809
 44370  pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
 44371  pkg syscall (openbsd-386-cgo), const BIOCSRSIG = 2147762802
 44372  pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
 44373  pkg syscall (openbsd-386-cgo), const BIOCVERSION = 1074020977
 44374  pkg syscall (openbsd-386-cgo), const BPF_A = 16
 44375  pkg syscall (openbsd-386-cgo), const BPF_ABS = 32
 44376  pkg syscall (openbsd-386-cgo), const BPF_ADD = 0
 44377  pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT = 4
 44378  pkg syscall (openbsd-386-cgo), const BPF_ALU = 4
 44379  pkg syscall (openbsd-386-cgo), const BPF_AND = 80
 44380  pkg syscall (openbsd-386-cgo), const BPF_B = 16
 44381  pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN = 1
 44382  pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT = 2
 44383  pkg syscall (openbsd-386-cgo), const BPF_DIV = 48
 44384  pkg syscall (openbsd-386-cgo), const BPF_H = 8
 44385  pkg syscall (openbsd-386-cgo), const BPF_IMM = 0
 44386  pkg syscall (openbsd-386-cgo), const BPF_IND = 64
 44387  pkg syscall (openbsd-386-cgo), const BPF_JA = 0
 44388  pkg syscall (openbsd-386-cgo), const BPF_JEQ = 16
 44389  pkg syscall (openbsd-386-cgo), const BPF_JGE = 48
 44390  pkg syscall (openbsd-386-cgo), const BPF_JGT = 32
 44391  pkg syscall (openbsd-386-cgo), const BPF_JMP = 5
 44392  pkg syscall (openbsd-386-cgo), const BPF_JSET = 64
 44393  pkg syscall (openbsd-386-cgo), const BPF_K = 0
 44394  pkg syscall (openbsd-386-cgo), const BPF_LD = 0
 44395  pkg syscall (openbsd-386-cgo), const BPF_LDX = 1
 44396  pkg syscall (openbsd-386-cgo), const BPF_LEN = 128
 44397  pkg syscall (openbsd-386-cgo), const BPF_LSH = 96
 44398  pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION = 1
 44399  pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE = 2097152
 44400  pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS = 512
 44401  pkg syscall (openbsd-386-cgo), const BPF_MEM = 96
 44402  pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS = 16
 44403  pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE = 32
 44404  pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION = 1
 44405  pkg syscall (openbsd-386-cgo), const BPF_MISC = 7
 44406  pkg syscall (openbsd-386-cgo), const BPF_MSH = 160
 44407  pkg syscall (openbsd-386-cgo), const BPF_MUL = 32
 44408  pkg syscall (openbsd-386-cgo), const BPF_NEG = 128
 44409  pkg syscall (openbsd-386-cgo), const BPF_OR = 64
 44410  pkg syscall (openbsd-386-cgo), const BPF_RELEASE = 199606
 44411  pkg syscall (openbsd-386-cgo), const BPF_RET = 6
 44412  pkg syscall (openbsd-386-cgo), const BPF_RSH = 112
 44413  pkg syscall (openbsd-386-cgo), const BPF_ST = 2
 44414  pkg syscall (openbsd-386-cgo), const BPF_STX = 3
 44415  pkg syscall (openbsd-386-cgo), const BPF_SUB = 16
 44416  pkg syscall (openbsd-386-cgo), const BPF_TAX = 0
 44417  pkg syscall (openbsd-386-cgo), const BPF_TXA = 128
 44418  pkg syscall (openbsd-386-cgo), const BPF_W = 0
 44419  pkg syscall (openbsd-386-cgo), const BPF_X = 8
 44420  pkg syscall (openbsd-386-cgo), const BRKINT = 2
 44421  pkg syscall (openbsd-386-cgo), const CFLUSH = 15
 44422  pkg syscall (openbsd-386-cgo), const CLOCAL = 32768
 44423  pkg syscall (openbsd-386-cgo), const CREAD = 2048
 44424  pkg syscall (openbsd-386-cgo), const CS5 = 0
 44425  pkg syscall (openbsd-386-cgo), const CS6 = 256
 44426  pkg syscall (openbsd-386-cgo), const CS7 = 512
 44427  pkg syscall (openbsd-386-cgo), const CS8 = 768
 44428  pkg syscall (openbsd-386-cgo), const CSIZE = 768
 44429  pkg syscall (openbsd-386-cgo), const CSTART = 17
 44430  pkg syscall (openbsd-386-cgo), const CSTATUS = 255
 44431  pkg syscall (openbsd-386-cgo), const CSTOP = 19
 44432  pkg syscall (openbsd-386-cgo), const CSTOPB = 1024
 44433  pkg syscall (openbsd-386-cgo), const CSUSP = 26
 44434  pkg syscall (openbsd-386-cgo), const CTL_MAXNAME = 12
 44435  pkg syscall (openbsd-386-cgo), const CTL_NET = 4
 44436  pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH = 536888398
 44437  pkg syscall (openbsd-386-cgo), const DLT_ARCNET = 7
 44438  pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 = 11
 44439  pkg syscall (openbsd-386-cgo), const DLT_AX25 = 3
 44440  pkg syscall (openbsd-386-cgo), const DLT_CHAOS = 5
 44441  pkg syscall (openbsd-386-cgo), const DLT_C_HDLC = 104
 44442  pkg syscall (openbsd-386-cgo), const DLT_EN10MB = 1
 44443  pkg syscall (openbsd-386-cgo), const DLT_EN3MB = 2
 44444  pkg syscall (openbsd-386-cgo), const DLT_ENC = 13
 44445  pkg syscall (openbsd-386-cgo), const DLT_FDDI = 10
 44446  pkg syscall (openbsd-386-cgo), const DLT_IEEE802 = 6
 44447  pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 = 105
 44448  pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
 44449  pkg syscall (openbsd-386-cgo), const DLT_LOOP = 12
 44450  pkg syscall (openbsd-386-cgo), const DLT_MPLS = 219
 44451  pkg syscall (openbsd-386-cgo), const DLT_NULL = 0
 44452  pkg syscall (openbsd-386-cgo), const DLT_PFLOG = 117
 44453  pkg syscall (openbsd-386-cgo), const DLT_PFSYNC = 18
 44454  pkg syscall (openbsd-386-cgo), const DLT_PPP = 9
 44455  pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS = 16
 44456  pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER = 51
 44457  pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL = 50
 44458  pkg syscall (openbsd-386-cgo), const DLT_PRONET = 4
 44459  pkg syscall (openbsd-386-cgo), const DLT_RAW = 14
 44460  pkg syscall (openbsd-386-cgo), const DLT_SLIP = 8
 44461  pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS = 15
 44462  pkg syscall (openbsd-386-cgo), const DT_BLK = 6
 44463  pkg syscall (openbsd-386-cgo), const DT_CHR = 2
 44464  pkg syscall (openbsd-386-cgo), const DT_DIR = 4
 44465  pkg syscall (openbsd-386-cgo), const DT_FIFO = 1
 44466  pkg syscall (openbsd-386-cgo), const DT_LNK = 10
 44467  pkg syscall (openbsd-386-cgo), const DT_REG = 8
 44468  pkg syscall (openbsd-386-cgo), const DT_SOCK = 12
 44469  pkg syscall (openbsd-386-cgo), const DT_UNKNOWN = 0
 44470  pkg syscall (openbsd-386-cgo), const E2BIG = 7
 44471  pkg syscall (openbsd-386-cgo), const EACCES = 13
 44472  pkg syscall (openbsd-386-cgo), const EADDRINUSE = 48
 44473  pkg syscall (openbsd-386-cgo), const EADDRNOTAVAIL = 49
 44474  pkg syscall (openbsd-386-cgo), const EAFNOSUPPORT = 47
 44475  pkg syscall (openbsd-386-cgo), const EAGAIN = 35
 44476  pkg syscall (openbsd-386-cgo), const EALREADY = 37
 44477  pkg syscall (openbsd-386-cgo), const EAUTH = 80
 44478  pkg syscall (openbsd-386-cgo), const EBADF = 9
 44479  pkg syscall (openbsd-386-cgo), const EBADRPC = 72
 44480  pkg syscall (openbsd-386-cgo), const EBUSY = 16
 44481  pkg syscall (openbsd-386-cgo), const ECANCELED = 88
 44482  pkg syscall (openbsd-386-cgo), const ECHILD = 10
 44483  pkg syscall (openbsd-386-cgo), const ECHO = 8
 44484  pkg syscall (openbsd-386-cgo), const ECHOCTL = 64
 44485  pkg syscall (openbsd-386-cgo), const ECHOE = 2
 44486  pkg syscall (openbsd-386-cgo), const ECHOK = 4
 44487  pkg syscall (openbsd-386-cgo), const ECHOKE = 1
 44488  pkg syscall (openbsd-386-cgo), const ECHONL = 16
 44489  pkg syscall (openbsd-386-cgo), const ECHOPRT = 32
 44490  pkg syscall (openbsd-386-cgo), const ECONNABORTED = 53
 44491  pkg syscall (openbsd-386-cgo), const ECONNREFUSED = 61
 44492  pkg syscall (openbsd-386-cgo), const ECONNRESET = 54
 44493  pkg syscall (openbsd-386-cgo), const EDEADLK = 11
 44494  pkg syscall (openbsd-386-cgo), const EDESTADDRREQ = 39
 44495  pkg syscall (openbsd-386-cgo), const EDOM = 33
 44496  pkg syscall (openbsd-386-cgo), const EDQUOT = 69
 44497  pkg syscall (openbsd-386-cgo), const EEXIST = 17
 44498  pkg syscall (openbsd-386-cgo), const EFAULT = 14
 44499  pkg syscall (openbsd-386-cgo), const EFBIG = 27
 44500  pkg syscall (openbsd-386-cgo), const EFTYPE = 79
 44501  pkg syscall (openbsd-386-cgo), const EHOSTDOWN = 64
 44502  pkg syscall (openbsd-386-cgo), const EHOSTUNREACH = 65
 44503  pkg syscall (openbsd-386-cgo), const EIDRM = 89
 44504  pkg syscall (openbsd-386-cgo), const EILSEQ = 84
 44505  pkg syscall (openbsd-386-cgo), const EINPROGRESS = 36
 44506  pkg syscall (openbsd-386-cgo), const EINTR = 4
 44507  pkg syscall (openbsd-386-cgo), const EINVAL = 22
 44508  pkg syscall (openbsd-386-cgo), const EIO = 5
 44509  pkg syscall (openbsd-386-cgo), const EIPSEC = 82
 44510  pkg syscall (openbsd-386-cgo), const EISCONN = 56
 44511  pkg syscall (openbsd-386-cgo), const EISDIR = 21
 44512  pkg syscall (openbsd-386-cgo), const ELAST = 91
 44513  pkg syscall (openbsd-386-cgo), const ELOOP = 62
 44514  pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE = 86
 44515  pkg syscall (openbsd-386-cgo), const EMFILE = 24
 44516  pkg syscall (openbsd-386-cgo), const EMLINK = 31
 44517  pkg syscall (openbsd-386-cgo), const EMSGSIZE = 40
 44518  pkg syscall (openbsd-386-cgo), const EMT_TAGOVF = 1
 44519  pkg syscall (openbsd-386-cgo), const EMUL_ENABLED = 1
 44520  pkg syscall (openbsd-386-cgo), const EMUL_NATIVE = 2
 44521  pkg syscall (openbsd-386-cgo), const ENAMETOOLONG = 63
 44522  pkg syscall (openbsd-386-cgo), const ENDRUNDISC = 9
 44523  pkg syscall (openbsd-386-cgo), const ENEEDAUTH = 81
 44524  pkg syscall (openbsd-386-cgo), const ENETDOWN = 50
 44525  pkg syscall (openbsd-386-cgo), const ENETRESET = 52
 44526  pkg syscall (openbsd-386-cgo), const ENETUNREACH = 51
 44527  pkg syscall (openbsd-386-cgo), const ENFILE = 23
 44528  pkg syscall (openbsd-386-cgo), const ENOATTR = 83
 44529  pkg syscall (openbsd-386-cgo), const ENOBUFS = 55
 44530  pkg syscall (openbsd-386-cgo), const ENODEV = 19
 44531  pkg syscall (openbsd-386-cgo), const ENOEXEC = 8
 44532  pkg syscall (openbsd-386-cgo), const ENOLCK = 77
 44533  pkg syscall (openbsd-386-cgo), const ENOMEDIUM = 85
 44534  pkg syscall (openbsd-386-cgo), const ENOMEM = 12
 44535  pkg syscall (openbsd-386-cgo), const ENOMSG = 90
 44536  pkg syscall (openbsd-386-cgo), const ENOPROTOOPT = 42
 44537  pkg syscall (openbsd-386-cgo), const ENOSPC = 28
 44538  pkg syscall (openbsd-386-cgo), const ENOSYS = 78
 44539  pkg syscall (openbsd-386-cgo), const ENOTBLK = 15
 44540  pkg syscall (openbsd-386-cgo), const ENOTCONN = 57
 44541  pkg syscall (openbsd-386-cgo), const ENOTDIR = 20
 44542  pkg syscall (openbsd-386-cgo), const ENOTEMPTY = 66
 44543  pkg syscall (openbsd-386-cgo), const ENOTSOCK = 38
 44544  pkg syscall (openbsd-386-cgo), const ENOTSUP = 91
 44545  pkg syscall (openbsd-386-cgo), const ENOTTY = 25
 44546  pkg syscall (openbsd-386-cgo), const ENXIO = 6
 44547  pkg syscall (openbsd-386-cgo), const EOPNOTSUPP = 45
 44548  pkg syscall (openbsd-386-cgo), const EOVERFLOW = 87
 44549  pkg syscall (openbsd-386-cgo), const EPERM = 1
 44550  pkg syscall (openbsd-386-cgo), const EPFNOSUPPORT = 46
 44551  pkg syscall (openbsd-386-cgo), const EPIPE = 32
 44552  pkg syscall (openbsd-386-cgo), const EPROCLIM = 67
 44553  pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL = 76
 44554  pkg syscall (openbsd-386-cgo), const EPROGMISMATCH = 75
 44555  pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL = 74
 44556  pkg syscall (openbsd-386-cgo), const EPROTONOSUPPORT = 43
 44557  pkg syscall (openbsd-386-cgo), const EPROTOTYPE = 41
 44558  pkg syscall (openbsd-386-cgo), const ERANGE = 34
 44559  pkg syscall (openbsd-386-cgo), const EREMOTE = 71
 44560  pkg syscall (openbsd-386-cgo), const EROFS = 30
 44561  pkg syscall (openbsd-386-cgo), const ERPCMISMATCH = 73
 44562  pkg syscall (openbsd-386-cgo), const ESHUTDOWN = 58
 44563  pkg syscall (openbsd-386-cgo), const ESOCKTNOSUPPORT = 44
 44564  pkg syscall (openbsd-386-cgo), const ESPIPE = 29
 44565  pkg syscall (openbsd-386-cgo), const ESRCH = 3
 44566  pkg syscall (openbsd-386-cgo), const ESTALE = 70
 44567  pkg syscall (openbsd-386-cgo), const ETHERMIN = 46
 44568  pkg syscall (openbsd-386-cgo), const ETHERMTU = 1500
 44569  pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 = 4
 44570  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP = 33011
 44571  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
 44572  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
 44573  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
 44574  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER = 24584
 44575  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
 44576  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE = 34978
 44577  pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
 44578  pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
 44579  pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
 44580  pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
 44581  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
 44582  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP = 2054
 44583  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT = 32923
 44584  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK = 32923
 44585  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
 44586  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT = 32873
 44587  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
 44588  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
 44589  pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS = 34902
 44590  pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
 44591  pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL = 33026
 44592  pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
 44593  pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
 44594  pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
 44595  pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
 44596  pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
 44597  pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
 44598  pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
 44599  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA = 4660
 44600  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE = 32891
 44601  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
 44602  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM = 32840
 44603  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
 44604  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
 44605  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
 44606  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
 44607  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
 44608  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
 44609  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
 44610  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
 44611  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
 44612  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
 44613  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
 44614  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
 44615  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
 44616  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN = 24579
 44617  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
 44618  pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD = 32825
 44619  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA = 2051
 44620  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
 44621  pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES = 32861
 44622  pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
 44623  pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
 44624  pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP = 33094
 44625  pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
 44626  pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP = 2056
 44627  pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
 44628  pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES = 33072
 44629  pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
 44630  pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
 44631  pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP = 32773
 44632  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
 44633  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
 44634  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
 44635  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
 44636  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP = 2048
 44637  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS = 34668
 44638  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
 44639  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX = 33079
 44640  pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
 44641  pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
 44642  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
 44643  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
 44644  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT = 24580
 44645  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK = 36864
 44646  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
 44647  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP = 35020
 44648  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
 44649  pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
 44650  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA = 32890
 44651  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX = 65535
 44652  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT = 32892
 44653  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP = 34618
 44654  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
 44655  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
 44656  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
 44657  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS = 34887
 44658  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
 44659  pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
 44660  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
 44661  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
 44662  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
 44663  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
 44664  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
 44665  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
 44666  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
 44667  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
 44668  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
 44669  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
 44670  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
 44671  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
 44672  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
 44673  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
 44674  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS = 2050
 44675  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD = 33097
 44676  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
 44677  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
 44678  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
 44679  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS = 1536
 44680  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT = 1537
 44681  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
 44682  pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
 44683  pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 = 28679
 44684  pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
 44685  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER = 32966
 44686  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE = 34958
 44687  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS = 16962
 44688  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
 44689  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP = 34827
 44690  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
 44691  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
 44692  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
 44693  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP = 512
 44694  pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT = 512
 44695  pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ = 34984
 44696  pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL = 28720
 44697  pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
 44698  pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
 44699  pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL = 6549
 44700  pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP = 34617
 44701  pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX = 33010
 44702  pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP = 32821
 44703  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA = 24583
 44704  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
 44705  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
 44706  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW = 33150
 44707  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
 44708  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
 44709  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
 44710  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
 44711  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
 44712  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW = 34825
 44713  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA = 32981
 44714  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP = 33100
 44715  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX = 64245
 44716  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
 44717  pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
 44718  pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP = 33153
 44719  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
 44720  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
 44721  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
 44722  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
 44723  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC = 33103
 44724  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
 44725  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
 44726  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
 44727  pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
 44728  pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST = 28677
 44729  pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
 44730  pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
 44731  pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL = 28672
 44732  pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
 44733  pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
 44734  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID = 5632
 44735  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
 44736  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
 44737  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO = 32871
 44738  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP = 32859
 44739  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
 44740  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES = 2989
 44741  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
 44742  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
 44743  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL = 65280
 44744  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN = 33024
 44745  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
 44746  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD = 32860
 44747  pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
 44748  pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
 44749  pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
 44750  pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 = 2053
 44751  pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 = 2049
 44752  pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
 44753  pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP = 33149
 44754  pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN = 6
 44755  pkg syscall (openbsd-386-cgo), const ETHER_ALIGN = 2
 44756  pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN = 4
 44757  pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
 44758  pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
 44759  pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN = 14
 44760  pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN = 1536
 44761  pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN = 1518
 44762  pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN = 64
 44763  pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN = 2
 44764  pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
 44765  pkg syscall (openbsd-386-cgo), const ETIMEDOUT = 60
 44766  pkg syscall (openbsd-386-cgo), const ETOOMANYREFS = 59
 44767  pkg syscall (openbsd-386-cgo), const ETXTBSY = 26
 44768  pkg syscall (openbsd-386-cgo), const EUSERS = 68
 44769  pkg syscall (openbsd-386-cgo), const EVFILT_AIO = -3
 44770  pkg syscall (openbsd-386-cgo), const EVFILT_PROC = -5
 44771  pkg syscall (openbsd-386-cgo), const EVFILT_READ = -1
 44772  pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL = -6
 44773  pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT = 7
 44774  pkg syscall (openbsd-386-cgo), const EVFILT_TIMER = -7
 44775  pkg syscall (openbsd-386-cgo), const EVFILT_VNODE = -4
 44776  pkg syscall (openbsd-386-cgo), const EVFILT_WRITE = -2
 44777  pkg syscall (openbsd-386-cgo), const EV_ADD = 1
 44778  pkg syscall (openbsd-386-cgo), const EV_CLEAR = 32
 44779  pkg syscall (openbsd-386-cgo), const EV_DELETE = 2
 44780  pkg syscall (openbsd-386-cgo), const EV_DISABLE = 8
 44781  pkg syscall (openbsd-386-cgo), const EV_ENABLE = 4
 44782  pkg syscall (openbsd-386-cgo), const EV_EOF = 32768
 44783  pkg syscall (openbsd-386-cgo), const EV_ERROR = 16384
 44784  pkg syscall (openbsd-386-cgo), const EV_FLAG1 = 8192
 44785  pkg syscall (openbsd-386-cgo), const EV_ONESHOT = 16
 44786  pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS = 61440
 44787  pkg syscall (openbsd-386-cgo), const EWOULDBLOCK = 35
 44788  pkg syscall (openbsd-386-cgo), const EXDEV = 18
 44789  pkg syscall (openbsd-386-cgo), const EXTA = 19200
 44790  pkg syscall (openbsd-386-cgo), const EXTB = 38400
 44791  pkg syscall (openbsd-386-cgo), const EXTPROC = 2048
 44792  pkg syscall (openbsd-386-cgo), const FD_CLOEXEC = 1
 44793  pkg syscall (openbsd-386-cgo), const FD_SETSIZE = 1024
 44794  pkg syscall (openbsd-386-cgo), const FLUSHO = 8388608
 44795  pkg syscall (openbsd-386-cgo), const F_DUPFD = 0
 44796  pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC = 10
 44797  pkg syscall (openbsd-386-cgo), const F_GETFD = 1
 44798  pkg syscall (openbsd-386-cgo), const F_GETFL = 3
 44799  pkg syscall (openbsd-386-cgo), const F_GETLK = 7
 44800  pkg syscall (openbsd-386-cgo), const F_GETOWN = 5
 44801  pkg syscall (openbsd-386-cgo), const F_OK = 0
 44802  pkg syscall (openbsd-386-cgo), const F_RDLCK = 1
 44803  pkg syscall (openbsd-386-cgo), const F_SETFD = 2
 44804  pkg syscall (openbsd-386-cgo), const F_SETFL = 4
 44805  pkg syscall (openbsd-386-cgo), const F_SETLK = 8
 44806  pkg syscall (openbsd-386-cgo), const F_SETLKW = 9
 44807  pkg syscall (openbsd-386-cgo), const F_SETOWN = 6
 44808  pkg syscall (openbsd-386-cgo), const F_UNLCK = 2
 44809  pkg syscall (openbsd-386-cgo), const F_WRLCK = 3
 44810  pkg syscall (openbsd-386-cgo), const HUPCL = 16384
 44811  pkg syscall (openbsd-386-cgo), const ICANON = 256
 44812  pkg syscall (openbsd-386-cgo), const ICRNL = 256
 44813  pkg syscall (openbsd-386-cgo), const IEXTEN = 1024
 44814  pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL = 0
 44815  pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE = 1
 44816  pkg syscall (openbsd-386-cgo), const IFA_ROUTE = 1
 44817  pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI = 512
 44818  pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE = 36434
 44819  pkg syscall (openbsd-386-cgo), const IFF_DEBUG = 4
 44820  pkg syscall (openbsd-386-cgo), const IFF_LINK0 = 4096
 44821  pkg syscall (openbsd-386-cgo), const IFF_LINK1 = 8192
 44822  pkg syscall (openbsd-386-cgo), const IFF_LINK2 = 16384
 44823  pkg syscall (openbsd-386-cgo), const IFF_LOOPBACK = 8
 44824  pkg syscall (openbsd-386-cgo), const IFF_MULTICAST = 32768
 44825  pkg syscall (openbsd-386-cgo), const IFF_NOARP = 128
 44826  pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS = 32
 44827  pkg syscall (openbsd-386-cgo), const IFF_OACTIVE = 1024
 44828  pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT = 16
 44829  pkg syscall (openbsd-386-cgo), const IFF_PROMISC = 256
 44830  pkg syscall (openbsd-386-cgo), const IFF_RUNNING = 64
 44831  pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX = 2048
 44832  pkg syscall (openbsd-386-cgo), const IFNAMSIZ = 16
 44833  pkg syscall (openbsd-386-cgo), const IFT_1822 = 2
 44834  pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH = 130
 44835  pkg syscall (openbsd-386-cgo), const IFT_AAL2 = 187
 44836  pkg syscall (openbsd-386-cgo), const IFT_AAL5 = 49
 44837  pkg syscall (openbsd-386-cgo), const IFT_ADSL = 94
 44838  pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 = 59
 44839  pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 = 60
 44840  pkg syscall (openbsd-386-cgo), const IFT_ARAP = 88
 44841  pkg syscall (openbsd-386-cgo), const IFT_ARCNET = 35
 44842  pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS = 36
 44843  pkg syscall (openbsd-386-cgo), const IFT_ASYNC = 84
 44844  pkg syscall (openbsd-386-cgo), const IFT_ATM = 37
 44845  pkg syscall (openbsd-386-cgo), const IFT_ATMDXI = 105
 44846  pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI = 106
 44847  pkg syscall (openbsd-386-cgo), const IFT_ATMIMA = 107
 44848  pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL = 80
 44849  pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO = 189
 44850  pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
 44851  pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT = 194
 44852  pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL = 149
 44853  pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 44854  pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH = 248
 44855  pkg syscall (openbsd-386-cgo), const IFT_BRIDGE = 209
 44856  pkg syscall (openbsd-386-cgo), const IFT_BSC = 83
 44857  pkg syscall (openbsd-386-cgo), const IFT_CARP = 247
 44858  pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL = 61
 44859  pkg syscall (openbsd-386-cgo), const IFT_CEPT = 19
 44860  pkg syscall (openbsd-386-cgo), const IFT_CES = 133
 44861  pkg syscall (openbsd-386-cgo), const IFT_CHANNEL = 70
 44862  pkg syscall (openbsd-386-cgo), const IFT_CNR = 85
 44863  pkg syscall (openbsd-386-cgo), const IFT_COFFEE = 132
 44864  pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK = 155
 44865  pkg syscall (openbsd-386-cgo), const IFT_DCN = 141
 44866  pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
 44867  pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 44868  pkg syscall (openbsd-386-cgo), const IFT_DLSW = 74
 44869  pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 44870  pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
 44871  pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 44872  pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 44873  pkg syscall (openbsd-386-cgo), const IFT_DS0 = 81
 44874  pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE = 82
 44875  pkg syscall (openbsd-386-cgo), const IFT_DS1FDL = 170
 44876  pkg syscall (openbsd-386-cgo), const IFT_DS3 = 30
 44877  pkg syscall (openbsd-386-cgo), const IFT_DTM = 140
 44878  pkg syscall (openbsd-386-cgo), const IFT_DUMMY = 241
 44879  pkg syscall (openbsd-386-cgo), const IFT_DVBASILN = 172
 44880  pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT = 173
 44881  pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 44882  pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
 44883  pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
 44884  pkg syscall (openbsd-386-cgo), const IFT_ECONET = 206
 44885  pkg syscall (openbsd-386-cgo), const IFT_ENC = 244
 44886  pkg syscall (openbsd-386-cgo), const IFT_EON = 25
 44887  pkg syscall (openbsd-386-cgo), const IFT_EPLRS = 87
 44888  pkg syscall (openbsd-386-cgo), const IFT_ESCON = 73
 44889  pkg syscall (openbsd-386-cgo), const IFT_ETHER = 6
 44890  pkg syscall (openbsd-386-cgo), const IFT_FAITH = 243
 44891  pkg syscall (openbsd-386-cgo), const IFT_FAST = 125
 44892  pkg syscall (openbsd-386-cgo), const IFT_FASTETHER = 62
 44893  pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX = 69
 44894  pkg syscall (openbsd-386-cgo), const IFT_FDDI = 15
 44895  pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL = 56
 44896  pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 44897  pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
 44898  pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT = 193
 44899  pkg syscall (openbsd-386-cgo), const IFT_FRELAY = 32
 44900  pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE = 44
 44901  pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
 44902  pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD = 158
 44903  pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB = 67
 44904  pkg syscall (openbsd-386-cgo), const IFT_G703AT64K = 66
 44905  pkg syscall (openbsd-386-cgo), const IFT_GIF = 240
 44906  pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET = 117
 44907  pkg syscall (openbsd-386-cgo), const IFT_GR303IDT = 178
 44908  pkg syscall (openbsd-386-cgo), const IFT_GR303RDT = 177
 44909  pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER = 164
 44910  pkg syscall (openbsd-386-cgo), const IFT_H323PROXY = 165
 44911  pkg syscall (openbsd-386-cgo), const IFT_HDH1822 = 3
 44912  pkg syscall (openbsd-386-cgo), const IFT_HDLC = 118
 44913  pkg syscall (openbsd-386-cgo), const IFT_HDSL2 = 168
 44914  pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 = 183
 44915  pkg syscall (openbsd-386-cgo), const IFT_HIPPI = 47
 44916  pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
 44917  pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD = 90
 44918  pkg syscall (openbsd-386-cgo), const IFT_HSSI = 46
 44919  pkg syscall (openbsd-386-cgo), const IFT_HY = 14
 44920  pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN = 72
 44921  pkg syscall (openbsd-386-cgo), const IFT_IDSL = 154
 44922  pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 = 144
 44923  pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 = 71
 44924  pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 = 55
 44925  pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
 44926  pkg syscall (openbsd-386-cgo), const IFT_IFGSN = 145
 44927  pkg syscall (openbsd-386-cgo), const IFT_IMT = 190
 44928  pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND = 199
 44929  pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE = 124
 44930  pkg syscall (openbsd-386-cgo), const IFT_IP = 126
 44931  pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD = 142
 44932  pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM = 114
 44933  pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC = 109
 44934  pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW = 110
 44935  pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH = 78
 44936  pkg syscall (openbsd-386-cgo), const IFT_ISDN = 63
 44937  pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC = 20
 44938  pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY = 21
 44939  pkg syscall (openbsd-386-cgo), const IFT_ISDNS = 75
 44940  pkg syscall (openbsd-386-cgo), const IFT_ISDNU = 76
 44941  pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC = 41
 44942  pkg syscall (openbsd-386-cgo), const IFT_ISO88023 = 7
 44943  pkg syscall (openbsd-386-cgo), const IFT_ISO88024 = 8
 44944  pkg syscall (openbsd-386-cgo), const IFT_ISO88025 = 9
 44945  pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
 44946  pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR = 86
 44947  pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER = 115
 44948  pkg syscall (openbsd-386-cgo), const IFT_ISO88026 = 10
 44949  pkg syscall (openbsd-386-cgo), const IFT_ISUP = 179
 44950  pkg syscall (openbsd-386-cgo), const IFT_L2VLAN = 135
 44951  pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN = 136
 44952  pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN = 137
 44953  pkg syscall (openbsd-386-cgo), const IFT_LAPB = 16
 44954  pkg syscall (openbsd-386-cgo), const IFT_LAPD = 77
 44955  pkg syscall (openbsd-386-cgo), const IFT_LAPF = 119
 44956  pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP = 210
 44957  pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK = 42
 44958  pkg syscall (openbsd-386-cgo), const IFT_LOOP = 24
 44959  pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
 44960  pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK = 167
 44961  pkg syscall (openbsd-386-cgo), const IFT_MIOX25 = 38
 44962  pkg syscall (openbsd-386-cgo), const IFT_MODEM = 48
 44963  pkg syscall (openbsd-386-cgo), const IFT_MPC = 113
 44964  pkg syscall (openbsd-386-cgo), const IFT_MPLS = 166
 44965  pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL = 150
 44966  pkg syscall (openbsd-386-cgo), const IFT_MSDSL = 143
 44967  pkg syscall (openbsd-386-cgo), const IFT_MVL = 191
 44968  pkg syscall (openbsd-386-cgo), const IFT_MYRINET = 99
 44969  pkg syscall (openbsd-386-cgo), const IFT_NFAS = 175
 44970  pkg syscall (openbsd-386-cgo), const IFT_NSIP = 27
 44971  pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
 44972  pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
 44973  pkg syscall (openbsd-386-cgo), const IFT_OTHER = 1
 44974  pkg syscall (openbsd-386-cgo), const IFT_P10 = 12
 44975  pkg syscall (openbsd-386-cgo), const IFT_P80 = 13
 44976  pkg syscall (openbsd-386-cgo), const IFT_PARA = 34
 44977  pkg syscall (openbsd-386-cgo), const IFT_PFLOG = 245
 44978  pkg syscall (openbsd-386-cgo), const IFT_PFLOW = 249
 44979  pkg syscall (openbsd-386-cgo), const IFT_PFSYNC = 246
 44980  pkg syscall (openbsd-386-cgo), const IFT_PLC = 174
 44981  pkg syscall (openbsd-386-cgo), const IFT_PON155 = 207
 44982  pkg syscall (openbsd-386-cgo), const IFT_PON622 = 208
 44983  pkg syscall (openbsd-386-cgo), const IFT_POS = 171
 44984  pkg syscall (openbsd-386-cgo), const IFT_PPP = 23
 44985  pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 44986  pkg syscall (openbsd-386-cgo), const IFT_PROPATM = 197
 44987  pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP = 184
 44988  pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS = 89
 44989  pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 44990  pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 44991  pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 44992  pkg syscall (openbsd-386-cgo), const IFT_PROPMUX = 54
 44993  pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL = 53
 44994  pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
 44995  pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL = 22
 44996  pkg syscall (openbsd-386-cgo), const IFT_PVC = 242
 44997  pkg syscall (openbsd-386-cgo), const IFT_Q2931 = 201
 44998  pkg syscall (openbsd-386-cgo), const IFT_QLLC = 68
 44999  pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC = 188
 45000  pkg syscall (openbsd-386-cgo), const IFT_RADSL = 95
 45001  pkg syscall (openbsd-386-cgo), const IFT_REACHDSL = 192
 45002  pkg syscall (openbsd-386-cgo), const IFT_RFC1483 = 159
 45003  pkg syscall (openbsd-386-cgo), const IFT_RS232 = 33
 45004  pkg syscall (openbsd-386-cgo), const IFT_RSRB = 79
 45005  pkg syscall (openbsd-386-cgo), const IFT_SDLC = 17
 45006  pkg syscall (openbsd-386-cgo), const IFT_SDSL = 96
 45007  pkg syscall (openbsd-386-cgo), const IFT_SHDSL = 169
 45008  pkg syscall (openbsd-386-cgo), const IFT_SIP = 31
 45009  pkg syscall (openbsd-386-cgo), const IFT_SIPSIG = 204
 45010  pkg syscall (openbsd-386-cgo), const IFT_SIPTG = 203
 45011  pkg syscall (openbsd-386-cgo), const IFT_SLIP = 28
 45012  pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI = 43
 45013  pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP = 52
 45014  pkg syscall (openbsd-386-cgo), const IFT_SONET = 39
 45015  pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 45016  pkg syscall (openbsd-386-cgo), const IFT_SONETPATH = 50
 45017  pkg syscall (openbsd-386-cgo), const IFT_SONETVT = 51
 45018  pkg syscall (openbsd-386-cgo), const IFT_SRP = 151
 45019  pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK = 156
 45020  pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK = 111
 45021  pkg syscall (openbsd-386-cgo), const IFT_STARLAN = 11
 45022  pkg syscall (openbsd-386-cgo), const IFT_T1 = 18
 45023  pkg syscall (openbsd-386-cgo), const IFT_TDLC = 116
 45024  pkg syscall (openbsd-386-cgo), const IFT_TELINK = 200
 45025  pkg syscall (openbsd-386-cgo), const IFT_TERMPAD = 91
 45026  pkg syscall (openbsd-386-cgo), const IFT_TR008 = 176
 45027  pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC = 123
 45028  pkg syscall (openbsd-386-cgo), const IFT_TUNNEL = 131
 45029  pkg syscall (openbsd-386-cgo), const IFT_ULTRA = 29
 45030  pkg syscall (openbsd-386-cgo), const IFT_USB = 160
 45031  pkg syscall (openbsd-386-cgo), const IFT_V11 = 64
 45032  pkg syscall (openbsd-386-cgo), const IFT_V35 = 45
 45033  pkg syscall (openbsd-386-cgo), const IFT_V36 = 65
 45034  pkg syscall (openbsd-386-cgo), const IFT_V37 = 120
 45035  pkg syscall (openbsd-386-cgo), const IFT_VDSL = 97
 45036  pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
 45037  pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG = 202
 45038  pkg syscall (openbsd-386-cgo), const IFT_VOICEDID = 213
 45039  pkg syscall (openbsd-386-cgo), const IFT_VOICEEM = 100
 45040  pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD = 211
 45041  pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP = 103
 45042  pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA = 212
 45043  pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO = 101
 45044  pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS = 102
 45045  pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM = 152
 45046  pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
 45047  pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 45048  pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP = 104
 45049  pkg syscall (openbsd-386-cgo), const IFT_X213 = 93
 45050  pkg syscall (openbsd-386-cgo), const IFT_X25 = 5
 45051  pkg syscall (openbsd-386-cgo), const IFT_X25DDN = 4
 45052  pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP = 122
 45053  pkg syscall (openbsd-386-cgo), const IFT_X25MLP = 121
 45054  pkg syscall (openbsd-386-cgo), const IFT_X25PLE = 40
 45055  pkg syscall (openbsd-386-cgo), const IFT_XETHER = 26
 45056  pkg syscall (openbsd-386-cgo), const IGNBRK = 1
 45057  pkg syscall (openbsd-386-cgo), const IGNCR = 128
 45058  pkg syscall (openbsd-386-cgo), const IGNPAR = 4
 45059  pkg syscall (openbsd-386-cgo), const IMAXBEL = 8192
 45060  pkg syscall (openbsd-386-cgo), const INLCR = 64
 45061  pkg syscall (openbsd-386-cgo), const INPCK = 16
 45062  pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST = 16777215
 45063  pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX = 128
 45064  pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET = 4278190080
 45065  pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
 45066  pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST = 65535
 45067  pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX = 65536
 45068  pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET = 4294901760
 45069  pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
 45070  pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST = 255
 45071  pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET = 4294967040
 45072  pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
 45073  pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST = 268435455
 45074  pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET = 4026531840
 45075  pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
 45076  pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET = 127
 45077  pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST = 1
 45078  pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET = 4294967294
 45079  pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT = 31
 45080  pkg syscall (openbsd-386-cgo), const IPPROTO_AH = 51
 45081  pkg syscall (openbsd-386-cgo), const IPPROTO_CARP = 112
 45082  pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT = 258
 45083  pkg syscall (openbsd-386-cgo), const IPPROTO_DONE = 257
 45084  pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS = 60
 45085  pkg syscall (openbsd-386-cgo), const IPPROTO_EGP = 8
 45086  pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP = 98
 45087  pkg syscall (openbsd-386-cgo), const IPPROTO_EON = 80
 45088  pkg syscall (openbsd-386-cgo), const IPPROTO_ESP = 50
 45089  pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP = 97
 45090  pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT = 44
 45091  pkg syscall (openbsd-386-cgo), const IPPROTO_GGP = 3
 45092  pkg syscall (openbsd-386-cgo), const IPPROTO_GRE = 47
 45093  pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS = 0
 45094  pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP = 1
 45095  pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 = 58
 45096  pkg syscall (openbsd-386-cgo), const IPPROTO_IDP = 22
 45097  pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP = 2
 45098  pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP = 108
 45099  pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP = 4
 45100  pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 = 4
 45101  pkg syscall (openbsd-386-cgo), const IPPROTO_MAX = 256
 45102  pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID = 259
 45103  pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE = 55
 45104  pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS = 137
 45105  pkg syscall (openbsd-386-cgo), const IPPROTO_NONE = 59
 45106  pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC = 240
 45107  pkg syscall (openbsd-386-cgo), const IPPROTO_PIM = 103
 45108  pkg syscall (openbsd-386-cgo), const IPPROTO_PUP = 12
 45109  pkg syscall (openbsd-386-cgo), const IPPROTO_RAW = 255
 45110  pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING = 43
 45111  pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP = 46
 45112  pkg syscall (openbsd-386-cgo), const IPPROTO_TP = 29
 45113  pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL = 53
 45114  pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
 45115  pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM = 26
 45116  pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 45117  pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 45118  pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM = 64
 45119  pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG = 62
 45120  pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS = 50
 45121  pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
 45122  pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL = 54
 45123  pkg syscall (openbsd-386-cgo), const IPV6_FAITH = 29
 45124  pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 45125  pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 45126  pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL = 120
 45127  pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC = 1
 45128  pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT = 47
 45129  pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS = 49
 45130  pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL = 60
 45131  pkg syscall (openbsd-386-cgo), const IPV6_JOIN_GROUP = 12
 45132  pkg syscall (openbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
 45133  pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM = 255
 45134  pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET = 65535
 45135  pkg syscall (openbsd-386-cgo), const IPV6_MMTU = 1280
 45136  pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
 45137  pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_IF = 9
 45138  pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
 45139  pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP = 48
 45140  pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS = 1
 45141  pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU = 44
 45142  pkg syscall (openbsd-386-cgo), const IPV6_PIPEX = 63
 45143  pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO = 46
 45144  pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE = 14
 45145  pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 45146  pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
 45147  pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
 45148  pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
 45149  pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
 45150  pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
 45151  pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU = 43
 45152  pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO = 36
 45153  pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR = 38
 45154  pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS = 57
 45155  pkg syscall (openbsd-386-cgo), const IPV6_RTABLE = 4129
 45156  pkg syscall (openbsd-386-cgo), const IPV6_RTHDR = 51
 45157  pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
 45158  pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
 45159  pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
 45160  pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
 45161  pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 45162  pkg syscall (openbsd-386-cgo), const IPV6_TCLASS = 61
 45163  pkg syscall (openbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
 45164  pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
 45165  pkg syscall (openbsd-386-cgo), const IPV6_V6ONLY = 27
 45166  pkg syscall (openbsd-386-cgo), const IPV6_VERSION = 96
 45167  pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK = 240
 45168  pkg syscall (openbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
 45169  pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL = 20
 45170  pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 45171  pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 45172  pkg syscall (openbsd-386-cgo), const IP_DF = 16384
 45173  pkg syscall (openbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
 45174  pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL = 22
 45175  pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL = 21
 45176  pkg syscall (openbsd-386-cgo), const IP_HDRINCL = 2
 45177  pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL = 29
 45178  pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO = 36
 45179  pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH = 27
 45180  pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED = 25
 45181  pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID = 23
 45182  pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH = 28
 45183  pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED = 26
 45184  pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID = 24
 45185  pkg syscall (openbsd-386-cgo), const IP_MAXPACKET = 65535
 45186  pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
 45187  pkg syscall (openbsd-386-cgo), const IP_MF = 8192
 45188  pkg syscall (openbsd-386-cgo), const IP_MINTTL = 32
 45189  pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS = 15
 45190  pkg syscall (openbsd-386-cgo), const IP_MSS = 576
 45191  pkg syscall (openbsd-386-cgo), const IP_MULTICAST_IF = 9
 45192  pkg syscall (openbsd-386-cgo), const IP_MULTICAST_LOOP = 11
 45193  pkg syscall (openbsd-386-cgo), const IP_MULTICAST_TTL = 10
 45194  pkg syscall (openbsd-386-cgo), const IP_OFFMASK = 8191
 45195  pkg syscall (openbsd-386-cgo), const IP_OPTIONS = 1
 45196  pkg syscall (openbsd-386-cgo), const IP_PIPEX = 34
 45197  pkg syscall (openbsd-386-cgo), const IP_PORTRANGE = 19
 45198  pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
 45199  pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
 45200  pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW = 2
 45201  pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR = 7
 45202  pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT = 33
 45203  pkg syscall (openbsd-386-cgo), const IP_RECVIF = 30
 45204  pkg syscall (openbsd-386-cgo), const IP_RECVOPTS = 5
 45205  pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS = 6
 45206  pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE = 35
 45207  pkg syscall (openbsd-386-cgo), const IP_RECVTTL = 31
 45208  pkg syscall (openbsd-386-cgo), const IP_RETOPTS = 8
 45209  pkg syscall (openbsd-386-cgo), const IP_RF = 32768
 45210  pkg syscall (openbsd-386-cgo), const IP_RTABLE = 4129
 45211  pkg syscall (openbsd-386-cgo), const IP_TOS = 3
 45212  pkg syscall (openbsd-386-cgo), const IP_TTL = 4
 45213  pkg syscall (openbsd-386-cgo), const ISIG = 128
 45214  pkg syscall (openbsd-386-cgo), const ISTRIP = 32
 45215  pkg syscall (openbsd-386-cgo), const IXANY = 2048
 45216  pkg syscall (openbsd-386-cgo), const IXOFF = 1024
 45217  pkg syscall (openbsd-386-cgo), const IXON = 512
 45218  pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
 45219  pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH = 6
 45220  pkg syscall (openbsd-386-cgo), const LOCK_EX = 2
 45221  pkg syscall (openbsd-386-cgo), const LOCK_NB = 4
 45222  pkg syscall (openbsd-386-cgo), const LOCK_SH = 1
 45223  pkg syscall (openbsd-386-cgo), const LOCK_UN = 8
 45224  pkg syscall (openbsd-386-cgo), const MSG_BCAST = 256
 45225  pkg syscall (openbsd-386-cgo), const MSG_CTRUNC = 32
 45226  pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE = 4
 45227  pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT = 128
 45228  pkg syscall (openbsd-386-cgo), const MSG_EOR = 8
 45229  pkg syscall (openbsd-386-cgo), const MSG_MCAST = 512
 45230  pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL = 1024
 45231  pkg syscall (openbsd-386-cgo), const MSG_OOB = 1
 45232  pkg syscall (openbsd-386-cgo), const MSG_PEEK = 2
 45233  pkg syscall (openbsd-386-cgo), const MSG_TRUNC = 16
 45234  pkg syscall (openbsd-386-cgo), const MSG_WAITALL = 64
 45235  pkg syscall (openbsd-386-cgo), const NAME_MAX = 255
 45236  pkg syscall (openbsd-386-cgo), const NET_RT_DUMP = 1
 45237  pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS = 2
 45238  pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST = 3
 45239  pkg syscall (openbsd-386-cgo), const NET_RT_MAXID = 6
 45240  pkg syscall (openbsd-386-cgo), const NET_RT_STATS = 4
 45241  pkg syscall (openbsd-386-cgo), const NET_RT_TABLE = 5
 45242  pkg syscall (openbsd-386-cgo), const NOFLSH = 2147483648
 45243  pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB = 8
 45244  pkg syscall (openbsd-386-cgo), const NOTE_CHILD = 4
 45245  pkg syscall (openbsd-386-cgo), const NOTE_DELETE = 1
 45246  pkg syscall (openbsd-386-cgo), const NOTE_EOF = 2
 45247  pkg syscall (openbsd-386-cgo), const NOTE_EXEC = 536870912
 45248  pkg syscall (openbsd-386-cgo), const NOTE_EXIT = 2147483648
 45249  pkg syscall (openbsd-386-cgo), const NOTE_EXTEND = 4
 45250  pkg syscall (openbsd-386-cgo), const NOTE_FORK = 1073741824
 45251  pkg syscall (openbsd-386-cgo), const NOTE_LINK = 16
 45252  pkg syscall (openbsd-386-cgo), const NOTE_LOWAT = 1
 45253  pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
 45254  pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK = 1048575
 45255  pkg syscall (openbsd-386-cgo), const NOTE_RENAME = 32
 45256  pkg syscall (openbsd-386-cgo), const NOTE_REVOKE = 64
 45257  pkg syscall (openbsd-386-cgo), const NOTE_TRACK = 1
 45258  pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR = 2
 45259  pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE = 128
 45260  pkg syscall (openbsd-386-cgo), const NOTE_WRITE = 2
 45261  pkg syscall (openbsd-386-cgo), const OCRNL = 16
 45262  pkg syscall (openbsd-386-cgo), const ONLCR = 2
 45263  pkg syscall (openbsd-386-cgo), const ONLRET = 128
 45264  pkg syscall (openbsd-386-cgo), const ONOCR = 64
 45265  pkg syscall (openbsd-386-cgo), const ONOEOT = 8
 45266  pkg syscall (openbsd-386-cgo), const OPOST = 1
 45267  pkg syscall (openbsd-386-cgo), const O_ACCMODE = 3
 45268  pkg syscall (openbsd-386-cgo), const O_APPEND = 8
 45269  pkg syscall (openbsd-386-cgo), const O_ASYNC = 64
 45270  pkg syscall (openbsd-386-cgo), const O_CLOEXEC = 65536
 45271  pkg syscall (openbsd-386-cgo), const O_CREAT = 512
 45272  pkg syscall (openbsd-386-cgo), const O_DIRECTORY = 131072
 45273  pkg syscall (openbsd-386-cgo), const O_DSYNC = 128
 45274  pkg syscall (openbsd-386-cgo), const O_EXCL = 2048
 45275  pkg syscall (openbsd-386-cgo), const O_EXLOCK = 32
 45276  pkg syscall (openbsd-386-cgo), const O_FSYNC = 128
 45277  pkg syscall (openbsd-386-cgo), const O_NDELAY = 4
 45278  pkg syscall (openbsd-386-cgo), const O_NOCTTY = 32768
 45279  pkg syscall (openbsd-386-cgo), const O_NOFOLLOW = 256
 45280  pkg syscall (openbsd-386-cgo), const O_NONBLOCK = 4
 45281  pkg syscall (openbsd-386-cgo), const O_RSYNC = 128
 45282  pkg syscall (openbsd-386-cgo), const O_SHLOCK = 16
 45283  pkg syscall (openbsd-386-cgo), const O_SYNC = 128
 45284  pkg syscall (openbsd-386-cgo), const O_TRUNC = 1024
 45285  pkg syscall (openbsd-386-cgo), const PARENB = 4096
 45286  pkg syscall (openbsd-386-cgo), const PARMRK = 8
 45287  pkg syscall (openbsd-386-cgo), const PARODD = 8192
 45288  pkg syscall (openbsd-386-cgo), const PENDIN = 536870912
 45289  pkg syscall (openbsd-386-cgo), const PF_FLUSH = 1
 45290  pkg syscall (openbsd-386-cgo), const PTRACE_CONT = 7
 45291  pkg syscall (openbsd-386-cgo), const PTRACE_KILL = 8
 45292  pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME = 0
 45293  pkg syscall (openbsd-386-cgo), const PT_MASK = 4190208
 45294  pkg syscall (openbsd-386-cgo), const RLIMIT_CORE = 4
 45295  pkg syscall (openbsd-386-cgo), const RLIMIT_CPU = 0
 45296  pkg syscall (openbsd-386-cgo), const RLIMIT_DATA = 2
 45297  pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE = 1
 45298  pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE = 8
 45299  pkg syscall (openbsd-386-cgo), const RLIMIT_STACK = 3
 45300  pkg syscall (openbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
 45301  pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR = 6
 45302  pkg syscall (openbsd-386-cgo), const RTAX_BRD = 7
 45303  pkg syscall (openbsd-386-cgo), const RTAX_DST = 0
 45304  pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY = 1
 45305  pkg syscall (openbsd-386-cgo), const RTAX_GENMASK = 3
 45306  pkg syscall (openbsd-386-cgo), const RTAX_IFA = 5
 45307  pkg syscall (openbsd-386-cgo), const RTAX_IFP = 4
 45308  pkg syscall (openbsd-386-cgo), const RTAX_LABEL = 10
 45309  pkg syscall (openbsd-386-cgo), const RTAX_MAX = 11
 45310  pkg syscall (openbsd-386-cgo), const RTAX_NETMASK = 2
 45311  pkg syscall (openbsd-386-cgo), const RTAX_SRC = 8
 45312  pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK = 9
 45313  pkg syscall (openbsd-386-cgo), const RTA_AUTHOR = 64
 45314  pkg syscall (openbsd-386-cgo), const RTA_BRD = 128
 45315  pkg syscall (openbsd-386-cgo), const RTA_DST = 1
 45316  pkg syscall (openbsd-386-cgo), const RTA_GATEWAY = 2
 45317  pkg syscall (openbsd-386-cgo), const RTA_GENMASK = 8
 45318  pkg syscall (openbsd-386-cgo), const RTA_IFA = 32
 45319  pkg syscall (openbsd-386-cgo), const RTA_IFP = 16
 45320  pkg syscall (openbsd-386-cgo), const RTA_LABEL = 1024
 45321  pkg syscall (openbsd-386-cgo), const RTA_NETMASK = 4
 45322  pkg syscall (openbsd-386-cgo), const RTA_SRC = 256
 45323  pkg syscall (openbsd-386-cgo), const RTA_SRCMASK = 512
 45324  pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE = 16384
 45325  pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE = 4096
 45326  pkg syscall (openbsd-386-cgo), const RTF_CLONED = 65536
 45327  pkg syscall (openbsd-386-cgo), const RTF_CLONING = 256
 45328  pkg syscall (openbsd-386-cgo), const RTF_DONE = 64
 45329  pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC = 16
 45330  pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496
 45331  pkg syscall (openbsd-386-cgo), const RTF_GATEWAY = 2
 45332  pkg syscall (openbsd-386-cgo), const RTF_HOST = 4
 45333  pkg syscall (openbsd-386-cgo), const RTF_LLINFO = 1024
 45334  pkg syscall (openbsd-386-cgo), const RTF_MASK = 128
 45335  pkg syscall (openbsd-386-cgo), const RTF_MODIFIED = 32
 45336  pkg syscall (openbsd-386-cgo), const RTF_MPATH = 262144
 45337  pkg syscall (openbsd-386-cgo), const RTF_MPLS = 1048576
 45338  pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP = 8192
 45339  pkg syscall (openbsd-386-cgo), const RTF_PROTO1 = 32768
 45340  pkg syscall (openbsd-386-cgo), const RTF_PROTO2 = 16384
 45341  pkg syscall (openbsd-386-cgo), const RTF_PROTO3 = 8192
 45342  pkg syscall (openbsd-386-cgo), const RTF_REJECT = 8
 45343  pkg syscall (openbsd-386-cgo), const RTF_SOURCE = 131072
 45344  pkg syscall (openbsd-386-cgo), const RTF_STATIC = 2048
 45345  pkg syscall (openbsd-386-cgo), const RTF_TUNNEL = 1048576
 45346  pkg syscall (openbsd-386-cgo), const RTF_UP = 1
 45347  pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS = 32768
 45348  pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE = 512
 45349  pkg syscall (openbsd-386-cgo), const RTM_ADD = 1
 45350  pkg syscall (openbsd-386-cgo), const RTM_CHANGE = 3
 45351  pkg syscall (openbsd-386-cgo), const RTM_DELADDR = 13
 45352  pkg syscall (openbsd-386-cgo), const RTM_DELETE = 2
 45353  pkg syscall (openbsd-386-cgo), const RTM_DESYNC = 16
 45354  pkg syscall (openbsd-386-cgo), const RTM_GET = 4
 45355  pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE = 15
 45356  pkg syscall (openbsd-386-cgo), const RTM_IFINFO = 14
 45357  pkg syscall (openbsd-386-cgo), const RTM_LOCK = 8
 45358  pkg syscall (openbsd-386-cgo), const RTM_LOSING = 5
 45359  pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE = 2048
 45360  pkg syscall (openbsd-386-cgo), const RTM_MISS = 7
 45361  pkg syscall (openbsd-386-cgo), const RTM_NEWADDR = 12
 45362  pkg syscall (openbsd-386-cgo), const RTM_REDIRECT = 6
 45363  pkg syscall (openbsd-386-cgo), const RTM_RESOLVE = 11
 45364  pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT = 1000000
 45365  pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4
 45366  pkg syscall (openbsd-386-cgo), const RTV_EXPIRE = 4
 45367  pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT = 2
 45368  pkg syscall (openbsd-386-cgo), const RTV_MTU = 1
 45369  pkg syscall (openbsd-386-cgo), const RTV_RPIPE = 8
 45370  pkg syscall (openbsd-386-cgo), const RTV_RTT = 64
 45371  pkg syscall (openbsd-386-cgo), const RTV_RTTVAR = 128
 45372  pkg syscall (openbsd-386-cgo), const RTV_SPIPE = 16
 45373  pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH = 32
 45374  pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX = 255
 45375  pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN = -1
 45376  pkg syscall (openbsd-386-cgo), const RUSAGE_SELF = 0
 45377  pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD = 1
 45378  pkg syscall (openbsd-386-cgo), const SCM_RIGHTS = 1
 45379  pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP = 4
 45380  pkg syscall (openbsd-386-cgo), const SIGBUS = 10
 45381  pkg syscall (openbsd-386-cgo), const SIGCHLD = 20
 45382  pkg syscall (openbsd-386-cgo), const SIGCONT = 19
 45383  pkg syscall (openbsd-386-cgo), const SIGEMT = 7
 45384  pkg syscall (openbsd-386-cgo), const SIGINFO = 29
 45385  pkg syscall (openbsd-386-cgo), const SIGIO = 23
 45386  pkg syscall (openbsd-386-cgo), const SIGIOT = 6
 45387  pkg syscall (openbsd-386-cgo), const SIGPROF = 27
 45388  pkg syscall (openbsd-386-cgo), const SIGSTOP = 17
 45389  pkg syscall (openbsd-386-cgo), const SIGSYS = 12
 45390  pkg syscall (openbsd-386-cgo), const SIGTHR = 32
 45391  pkg syscall (openbsd-386-cgo), const SIGTSTP = 18
 45392  pkg syscall (openbsd-386-cgo), const SIGTTIN = 21
 45393  pkg syscall (openbsd-386-cgo), const SIGTTOU = 22
 45394  pkg syscall (openbsd-386-cgo), const SIGURG = 16
 45395  pkg syscall (openbsd-386-cgo), const SIGUSR1 = 30
 45396  pkg syscall (openbsd-386-cgo), const SIGUSR2 = 31
 45397  pkg syscall (openbsd-386-cgo), const SIGVTALRM = 26
 45398  pkg syscall (openbsd-386-cgo), const SIGWINCH = 28
 45399  pkg syscall (openbsd-386-cgo), const SIGXCPU = 24
 45400  pkg syscall (openbsd-386-cgo), const SIGXFSZ = 25
 45401  pkg syscall (openbsd-386-cgo), const SIOCADDMULTI = 2149607729
 45402  pkg syscall (openbsd-386-cgo), const SIOCAIFADDR = 2151704858
 45403  pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP = 2149869959
 45404  pkg syscall (openbsd-386-cgo), const SIOCALIFADDR = 2182637852
 45405  pkg syscall (openbsd-386-cgo), const SIOCATMARK = 1074033415
 45406  pkg syscall (openbsd-386-cgo), const SIOCBRDGADD = 2153015612
 45407  pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS = 2153015617
 45408  pkg syscall (openbsd-386-cgo), const SIOCBRDGARL = 2154719565
 45409  pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039
 45410  pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL = 2153015613
 45411  pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS = 2153015618
 45412  pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH = 2153015624
 45413  pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL = 2154719566
 45414  pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE = 3222563137
 45415  pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD = 3222563154
 45416  pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT = 3222563153
 45417  pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS = 3226757438
 45418  pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA = 3222563155
 45419  pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456
 45420  pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI = 3222563152
 45421  pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL = 3223873871
 45422  pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS = 3226757436
 45423  pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO = 3222563142
 45424  pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS = 3226757442
 45425  pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS = 3222825283
 45426  pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860
 45427  pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE = 2148821312
 45428  pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD = 2148821330
 45429  pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT = 2148821329
 45430  pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST = 2153015637
 45431  pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS = 2153015615
 45432  pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO = 2153015636
 45433  pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA = 2148821331
 45434  pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI = 2148821328
 45435  pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO = 2148821338
 45436  pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO = 2148821317
 45437  pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC = 2148821337
 45438  pkg syscall (openbsd-386-cgo), const SIOCDELMULTI = 2149607730
 45439  pkg syscall (openbsd-386-cgo), const SIOCDIFADDR = 2149607705
 45440  pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP = 2149869961
 45441  pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
 45442  pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR = 2182637854
 45443  pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE = 3222825380
 45444  pkg syscall (openbsd-386-cgo), const SIOCGETLABEL = 2149607834
 45445  pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW = 3223349758
 45446  pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC = 3223349752
 45447  pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT = 3222566196
 45448  pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
 45449  pkg syscall (openbsd-386-cgo), const SIOCGHIWAT = 1074033409
 45450  pkg syscall (openbsd-386-cgo), const SIOCGIFADDR = 3223349537
 45451  pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP = 3223349628
 45452  pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
 45453  pkg syscall (openbsd-386-cgo), const SIOCGIFCONF = 3221776676
 45454  pkg syscall (openbsd-386-cgo), const SIOCGIFDATA = 3223349531
 45455  pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR = 3223349633
 45456  pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
 45457  pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS = 3223349521
 45458  pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR = 3223611787
 45459  pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC = 3223349562
 45460  pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB = 3223611786
 45461  pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP = 3223611784
 45462  pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
 45463  pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC = 3223349527
 45464  pkg syscall (openbsd-386-cgo), const SIOCGIFMTU = 3223349630
 45465  pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK = 3223349541
 45466  pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
 45467  pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY = 3223349660
 45468  pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
 45469  pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN = 3223349664
 45470  pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL = 3223349635
 45471  pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT = 3223349638
 45472  pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS = 3223349662
 45473  pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR = 3256379677
 45474  pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR = 3256379723
 45475  pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE = 3223349666
 45476  pkg syscall (openbsd-386-cgo), const SIOCGLOWAT = 1074033411
 45477  pkg syscall (openbsd-386-cgo), const SIOCGPGRP = 1074033417
 45478  pkg syscall (openbsd-386-cgo), const SIOCGVH = 3223349750
 45479  pkg syscall (openbsd-386-cgo), const SIOCIFCREATE = 2149607802
 45480  pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY = 2149607801
 45481  pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
 45482  pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE = 2149083555
 45483  pkg syscall (openbsd-386-cgo), const SIOCSETLABEL = 2149607833
 45484  pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW = 2149607933
 45485  pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC = 2149607927
 45486  pkg syscall (openbsd-386-cgo), const SIOCSHIWAT = 2147775232
 45487  pkg syscall (openbsd-386-cgo), const SIOCSIFADDR = 2149607692
 45488  pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP = 2149607805
 45489  pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
 45490  pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR = 2149607808
 45491  pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
 45492  pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS = 2149607696
 45493  pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR = 2149869964
 45494  pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC = 2149607737
 45495  pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR = 2149607711
 45496  pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA = 3223349557
 45497  pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC = 2149607704
 45498  pkg syscall (openbsd-386-cgo), const SIOCSIFMTU = 2149607807
 45499  pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK = 2149607702
 45500  pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
 45501  pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY = 2149607835
 45502  pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN = 2149607839
 45503  pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL = 2149607810
 45504  pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT = 2149607813
 45505  pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS = 2149607837
 45506  pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR = 2182637898
 45507  pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE = 2149607841
 45508  pkg syscall (openbsd-386-cgo), const SIOCSLOWAT = 2147775234
 45509  pkg syscall (openbsd-386-cgo), const SIOCSPGRP = 2147775240
 45510  pkg syscall (openbsd-386-cgo), const SIOCSVH = 3223349749
 45511  pkg syscall (openbsd-386-cgo), const SOCK_RDM = 4
 45512  pkg syscall (openbsd-386-cgo), const SOL_SOCKET = 65535
 45513  pkg syscall (openbsd-386-cgo), const SOMAXCONN = 128
 45514  pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN = 2
 45515  pkg syscall (openbsd-386-cgo), const SO_BINDANY = 4096
 45516  pkg syscall (openbsd-386-cgo), const SO_BROADCAST = 32
 45517  pkg syscall (openbsd-386-cgo), const SO_DEBUG = 1
 45518  pkg syscall (openbsd-386-cgo), const SO_DONTROUTE = 16
 45519  pkg syscall (openbsd-386-cgo), const SO_ERROR = 4103
 45520  pkg syscall (openbsd-386-cgo), const SO_KEEPALIVE = 8
 45521  pkg syscall (openbsd-386-cgo), const SO_LINGER = 128
 45522  pkg syscall (openbsd-386-cgo), const SO_NETPROC = 4128
 45523  pkg syscall (openbsd-386-cgo), const SO_OOBINLINE = 256
 45524  pkg syscall (openbsd-386-cgo), const SO_PEERCRED = 4130
 45525  pkg syscall (openbsd-386-cgo), const SO_RCVBUF = 4098
 45526  pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT = 4100
 45527  pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO = 4102
 45528  pkg syscall (openbsd-386-cgo), const SO_REUSEADDR = 4
 45529  pkg syscall (openbsd-386-cgo), const SO_REUSEPORT = 512
 45530  pkg syscall (openbsd-386-cgo), const SO_RTABLE = 4129
 45531  pkg syscall (openbsd-386-cgo), const SO_SNDBUF = 4097
 45532  pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT = 4099
 45533  pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO = 4101
 45534  pkg syscall (openbsd-386-cgo), const SO_SPLICE = 4131
 45535  pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP = 2048
 45536  pkg syscall (openbsd-386-cgo), const SO_TYPE = 4104
 45537  pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK = 64
 45538  pkg syscall (openbsd-386-cgo), const SYS_ACCEPT = 30
 45539  pkg syscall (openbsd-386-cgo), const SYS_ACCESS = 33
 45540  pkg syscall (openbsd-386-cgo), const SYS_ACCT = 51
 45541  pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ = 305
 45542  pkg syscall (openbsd-386-cgo), const SYS_ADJTIME = 140
 45543  pkg syscall (openbsd-386-cgo), const SYS_BIND = 104
 45544  pkg syscall (openbsd-386-cgo), const SYS_CHDIR = 12
 45545  pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS = 34
 45546  pkg syscall (openbsd-386-cgo), const SYS_CHMOD = 15
 45547  pkg syscall (openbsd-386-cgo), const SYS_CHOWN = 16
 45548  pkg syscall (openbsd-386-cgo), const SYS_CHROOT = 61
 45549  pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234
 45550  pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232
 45551  pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233
 45552  pkg syscall (openbsd-386-cgo), const SYS_CLOSE = 6
 45553  pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM = 287
 45554  pkg syscall (openbsd-386-cgo), const SYS_CONNECT = 98
 45555  pkg syscall (openbsd-386-cgo), const SYS_DUP = 41
 45556  pkg syscall (openbsd-386-cgo), const SYS_DUP2 = 90
 45557  pkg syscall (openbsd-386-cgo), const SYS_EXECVE = 59
 45558  pkg syscall (openbsd-386-cgo), const SYS_EXIT = 1
 45559  pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT = 313
 45560  pkg syscall (openbsd-386-cgo), const SYS_FCHDIR = 13
 45561  pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS = 35
 45562  pkg syscall (openbsd-386-cgo), const SYS_FCHMOD = 124
 45563  pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT = 314
 45564  pkg syscall (openbsd-386-cgo), const SYS_FCHOWN = 123
 45565  pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT = 315
 45566  pkg syscall (openbsd-386-cgo), const SYS_FCNTL = 92
 45567  pkg syscall (openbsd-386-cgo), const SYS_FHOPEN = 264
 45568  pkg syscall (openbsd-386-cgo), const SYS_FHSTAT = 294
 45569  pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309
 45570  pkg syscall (openbsd-386-cgo), const SYS_FLOCK = 131
 45571  pkg syscall (openbsd-386-cgo), const SYS_FORK = 2
 45572  pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF = 192
 45573  pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292
 45574  pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316
 45575  pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308
 45576  pkg syscall (openbsd-386-cgo), const SYS_FSYNC = 95
 45577  pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE = 201
 45578  pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327
 45579  pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206
 45580  pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312
 45581  pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT = 18
 45582  pkg syscall (openbsd-386-cgo), const SYS_GETEGID = 43
 45583  pkg syscall (openbsd-386-cgo), const SYS_GETEUID = 25
 45584  pkg syscall (openbsd-386-cgo), const SYS_GETFH = 161
 45585  pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306
 45586  pkg syscall (openbsd-386-cgo), const SYS_GETGID = 47
 45587  pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS = 79
 45588  pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
 45589  pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN = 49
 45590  pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME = 31
 45591  pkg syscall (openbsd-386-cgo), const SYS_GETPGID = 207
 45592  pkg syscall (openbsd-386-cgo), const SYS_GETPGRP = 81
 45593  pkg syscall (openbsd-386-cgo), const SYS_GETPID = 20
 45594  pkg syscall (openbsd-386-cgo), const SYS_GETPPID = 39
 45595  pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY = 100
 45596  pkg syscall (openbsd-386-cgo), const SYS_GETRESGID = 283
 45597  pkg syscall (openbsd-386-cgo), const SYS_GETRESUID = 281
 45598  pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT = 194
 45599  pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE = 311
 45600  pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
 45601  pkg syscall (openbsd-386-cgo), const SYS_GETSID = 255
 45602  pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME = 32
 45603  pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT = 118
 45604  pkg syscall (openbsd-386-cgo), const SYS_GETTHRID = 299
 45605  pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
 45606  pkg syscall (openbsd-386-cgo), const SYS_GETUID = 24
 45607  pkg syscall (openbsd-386-cgo), const SYS_IOCTL = 54
 45608  pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID = 253
 45609  pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
 45610  pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
 45611  pkg syscall (openbsd-386-cgo), const SYS_KQUEUE = 269
 45612  pkg syscall (openbsd-386-cgo), const SYS_KTRACE = 45
 45613  pkg syscall (openbsd-386-cgo), const SYS_LCHOWN = 254
 45614  pkg syscall (openbsd-386-cgo), const SYS_LINK = 9
 45615  pkg syscall (openbsd-386-cgo), const SYS_LINKAT = 317
 45616  pkg syscall (openbsd-386-cgo), const SYS_LISTEN = 106
 45617  pkg syscall (openbsd-386-cgo), const SYS_LSEEK = 199
 45618  pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
 45619  pkg syscall (openbsd-386-cgo), const SYS_MADVISE = 75
 45620  pkg syscall (openbsd-386-cgo), const SYS_MINCORE = 78
 45621  pkg syscall (openbsd-386-cgo), const SYS_MINHERIT = 250
 45622  pkg syscall (openbsd-386-cgo), const SYS_MKDIR = 136
 45623  pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT = 318
 45624  pkg syscall (openbsd-386-cgo), const SYS_MKFIFO = 132
 45625  pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT = 319
 45626  pkg syscall (openbsd-386-cgo), const SYS_MKNOD = 14
 45627  pkg syscall (openbsd-386-cgo), const SYS_MKNODAT = 320
 45628  pkg syscall (openbsd-386-cgo), const SYS_MLOCK = 203
 45629  pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL = 271
 45630  pkg syscall (openbsd-386-cgo), const SYS_MMAP = 197
 45631  pkg syscall (openbsd-386-cgo), const SYS_MOUNT = 21
 45632  pkg syscall (openbsd-386-cgo), const SYS_MPROTECT = 74
 45633  pkg syscall (openbsd-386-cgo), const SYS_MQUERY = 286
 45634  pkg syscall (openbsd-386-cgo), const SYS_MSGCTL = 297
 45635  pkg syscall (openbsd-386-cgo), const SYS_MSGGET = 225
 45636  pkg syscall (openbsd-386-cgo), const SYS_MSGRCV = 227
 45637  pkg syscall (openbsd-386-cgo), const SYS_MSGSND = 226
 45638  pkg syscall (openbsd-386-cgo), const SYS_MSYNC = 256
 45639  pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK = 204
 45640  pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL = 272
 45641  pkg syscall (openbsd-386-cgo), const SYS_MUNMAP = 73
 45642  pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
 45643  pkg syscall (openbsd-386-cgo), const SYS_NFSSVC = 155
 45644  pkg syscall (openbsd-386-cgo), const SYS_OBREAK = 17
 45645  pkg syscall (openbsd-386-cgo), const SYS_OPEN = 5
 45646  pkg syscall (openbsd-386-cgo), const SYS_OPENAT = 321
 45647  pkg syscall (openbsd-386-cgo), const SYS_PATHCONF = 191
 45648  pkg syscall (openbsd-386-cgo), const SYS_PIPE = 263
 45649  pkg syscall (openbsd-386-cgo), const SYS_POLL = 252
 45650  pkg syscall (openbsd-386-cgo), const SYS_PREAD = 173
 45651  pkg syscall (openbsd-386-cgo), const SYS_PREADV = 267
 45652  pkg syscall (openbsd-386-cgo), const SYS_PROFIL = 44
 45653  pkg syscall (openbsd-386-cgo), const SYS_PTRACE = 26
 45654  pkg syscall (openbsd-386-cgo), const SYS_PWRITE = 174
 45655  pkg syscall (openbsd-386-cgo), const SYS_PWRITEV = 268
 45656  pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL = 148
 45657  pkg syscall (openbsd-386-cgo), const SYS_READ = 3
 45658  pkg syscall (openbsd-386-cgo), const SYS_READLINK = 58
 45659  pkg syscall (openbsd-386-cgo), const SYS_READLINKAT = 322
 45660  pkg syscall (openbsd-386-cgo), const SYS_READV = 120
 45661  pkg syscall (openbsd-386-cgo), const SYS_REBOOT = 55
 45662  pkg syscall (openbsd-386-cgo), const SYS_RECVFROM = 29
 45663  pkg syscall (openbsd-386-cgo), const SYS_RECVMSG = 27
 45664  pkg syscall (openbsd-386-cgo), const SYS_RENAME = 128
 45665  pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT = 323
 45666  pkg syscall (openbsd-386-cgo), const SYS_REVOKE = 56
 45667  pkg syscall (openbsd-386-cgo), const SYS_RMDIR = 137
 45668  pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD = 298
 45669  pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
 45670  pkg syscall (openbsd-386-cgo), const SYS_SEMGET = 221
 45671  pkg syscall (openbsd-386-cgo), const SYS_SEMOP = 290
 45672  pkg syscall (openbsd-386-cgo), const SYS_SENDMSG = 28
 45673  pkg syscall (openbsd-386-cgo), const SYS_SENDTO = 133
 45674  pkg syscall (openbsd-386-cgo), const SYS_SETEGID = 182
 45675  pkg syscall (openbsd-386-cgo), const SYS_SETEUID = 183
 45676  pkg syscall (openbsd-386-cgo), const SYS_SETGID = 181
 45677  pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS = 80
 45678  pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83
 45679  pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN = 50
 45680  pkg syscall (openbsd-386-cgo), const SYS_SETPGID = 82
 45681  pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY = 96
 45682  pkg syscall (openbsd-386-cgo), const SYS_SETREGID = 127
 45683  pkg syscall (openbsd-386-cgo), const SYS_SETRESGID = 284
 45684  pkg syscall (openbsd-386-cgo), const SYS_SETRESUID = 282
 45685  pkg syscall (openbsd-386-cgo), const SYS_SETREUID = 126
 45686  pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT = 195
 45687  pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE = 310
 45688  pkg syscall (openbsd-386-cgo), const SYS_SETSID = 147
 45689  pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT = 105
 45690  pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122
 45691  pkg syscall (openbsd-386-cgo), const SYS_SETUID = 23
 45692  pkg syscall (openbsd-386-cgo), const SYS_SHMAT = 228
 45693  pkg syscall (openbsd-386-cgo), const SYS_SHMCTL = 296
 45694  pkg syscall (openbsd-386-cgo), const SYS_SHMDT = 230
 45695  pkg syscall (openbsd-386-cgo), const SYS_SHMGET = 289
 45696  pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN = 134
 45697  pkg syscall (openbsd-386-cgo), const SYS_SIGACTION = 46
 45698  pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK = 288
 45699  pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING = 52
 45700  pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK = 48
 45701  pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN = 103
 45702  pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND = 111
 45703  pkg syscall (openbsd-386-cgo), const SYS_SOCKET = 97
 45704  pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR = 135
 45705  pkg syscall (openbsd-386-cgo), const SYS_STAT = 291
 45706  pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307
 45707  pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL = 193
 45708  pkg syscall (openbsd-386-cgo), const SYS_SYMLINK = 57
 45709  pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT = 324
 45710  pkg syscall (openbsd-386-cgo), const SYS_SYNC = 36
 45711  pkg syscall (openbsd-386-cgo), const SYS_SYSARCH = 165
 45712  pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE = 200
 45713  pkg syscall (openbsd-386-cgo), const SYS_UMASK = 60
 45714  pkg syscall (openbsd-386-cgo), const SYS_UNLINK = 10
 45715  pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT = 325
 45716  pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT = 22
 45717  pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
 45718  pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
 45719  pkg syscall (openbsd-386-cgo), const SYS_VFORK = 66
 45720  pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
 45721  pkg syscall (openbsd-386-cgo), const SYS_WRITE = 4
 45722  pkg syscall (openbsd-386-cgo), const SYS_WRITEV = 121
 45723  pkg syscall (openbsd-386-cgo), const SYS___GETCWD = 304
 45724  pkg syscall (openbsd-386-cgo), const SYS___GET_TCB = 330
 45725  pkg syscall (openbsd-386-cgo), const SYS___SEMCTL = 295
 45726  pkg syscall (openbsd-386-cgo), const SYS___SET_TCB = 329
 45727  pkg syscall (openbsd-386-cgo), const SYS___SYSCTL = 202
 45728  pkg syscall (openbsd-386-cgo), const SYS___TFORK = 8
 45729  pkg syscall (openbsd-386-cgo), const SYS___THREXIT = 302
 45730  pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT = 303
 45731  pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
 45732  pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP = 301
 45733  pkg syscall (openbsd-386-cgo), const S_IFMT = 61440
 45734  pkg syscall (openbsd-386-cgo), const SizeofBpfHdr = 20
 45735  pkg syscall (openbsd-386-cgo), const SizeofBpfInsn = 8
 45736  pkg syscall (openbsd-386-cgo), const SizeofBpfProgram = 8
 45737  pkg syscall (openbsd-386-cgo), const SizeofBpfStat = 8
 45738  pkg syscall (openbsd-386-cgo), const SizeofBpfVersion = 4
 45739  pkg syscall (openbsd-386-cgo), const SizeofCmsghdr = 12
 45740  pkg syscall (openbsd-386-cgo), const SizeofIPMreq = 8
 45741  pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq = 20
 45742  pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr = 26
 45743  pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
 45744  pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
 45745  pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr = 24
 45746  pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo = 20
 45747  pkg syscall (openbsd-386-cgo), const SizeofLinger = 8
 45748  pkg syscall (openbsd-386-cgo), const SizeofMsghdr = 28
 45749  pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
 45750  pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88
 45751  pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny = 108
 45752  pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink = 32
 45753  pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 = 16
 45754  pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 = 28
 45755  pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix = 106
 45756  pkg syscall (openbsd-386-cgo), const TCIFLUSH = 1
 45757  pkg syscall (openbsd-386-cgo), const TCIOFLUSH = 3
 45758  pkg syscall (openbsd-386-cgo), const TCOFLUSH = 2
 45759  pkg syscall (openbsd-386-cgo), const TCP_MAXBURST = 4
 45760  pkg syscall (openbsd-386-cgo), const TCP_MAXSEG = 2
 45761  pkg syscall (openbsd-386-cgo), const TCP_MAXWIN = 65535
 45762  pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK = 3
 45763  pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
 45764  pkg syscall (openbsd-386-cgo), const TCP_MD5SIG = 4
 45765  pkg syscall (openbsd-386-cgo), const TCP_MSS = 512
 45766  pkg syscall (openbsd-386-cgo), const TCP_NSTATES = 11
 45767  pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE = 8
 45768  pkg syscall (openbsd-386-cgo), const TCSAFLUSH = 2
 45769  pkg syscall (openbsd-386-cgo), const TIOCCBRK = 536900730
 45770  pkg syscall (openbsd-386-cgo), const TIOCCDTR = 536900728
 45771  pkg syscall (openbsd-386-cgo), const TIOCCONS = 2147775586
 45772  pkg syscall (openbsd-386-cgo), const TIOCDRAIN = 536900702
 45773  pkg syscall (openbsd-386-cgo), const TIOCEXCL = 536900621
 45774  pkg syscall (openbsd-386-cgo), const TIOCEXT = 2147775584
 45775  pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
 45776  pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
 45777  pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
 45778  pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS = 16
 45779  pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
 45780  pkg syscall (openbsd-386-cgo), const TIOCFLUSH = 2147775504
 45781  pkg syscall (openbsd-386-cgo), const TIOCGETA = 1076655123
 45782  pkg syscall (openbsd-386-cgo), const TIOCGETD = 1074033690
 45783  pkg syscall (openbsd-386-cgo), const TIOCGFLAGS = 1074033757
 45784  pkg syscall (openbsd-386-cgo), const TIOCGPGRP = 1074033783
 45785  pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899
 45786  pkg syscall (openbsd-386-cgo), const TIOCGWINSZ = 1074295912
 45787  pkg syscall (openbsd-386-cgo), const TIOCMBIC = 2147775595
 45788  pkg syscall (openbsd-386-cgo), const TIOCMBIS = 2147775596
 45789  pkg syscall (openbsd-386-cgo), const TIOCMGET = 1074033770
 45790  pkg syscall (openbsd-386-cgo), const TIOCMODG = 1074033770
 45791  pkg syscall (openbsd-386-cgo), const TIOCMODS = 2147775597
 45792  pkg syscall (openbsd-386-cgo), const TIOCMSET = 2147775597
 45793  pkg syscall (openbsd-386-cgo), const TIOCM_CAR = 64
 45794  pkg syscall (openbsd-386-cgo), const TIOCM_CD = 64
 45795  pkg syscall (openbsd-386-cgo), const TIOCM_CTS = 32
 45796  pkg syscall (openbsd-386-cgo), const TIOCM_DSR = 256
 45797  pkg syscall (openbsd-386-cgo), const TIOCM_DTR = 2
 45798  pkg syscall (openbsd-386-cgo), const TIOCM_LE = 1
 45799  pkg syscall (openbsd-386-cgo), const TIOCM_RI = 128
 45800  pkg syscall (openbsd-386-cgo), const TIOCM_RNG = 128
 45801  pkg syscall (openbsd-386-cgo), const TIOCM_RTS = 4
 45802  pkg syscall (openbsd-386-cgo), const TIOCM_SR = 16
 45803  pkg syscall (openbsd-386-cgo), const TIOCM_ST = 8
 45804  pkg syscall (openbsd-386-cgo), const TIOCNOTTY = 536900721
 45805  pkg syscall (openbsd-386-cgo), const TIOCNXCL = 536900622
 45806  pkg syscall (openbsd-386-cgo), const TIOCOUTQ = 1074033779
 45807  pkg syscall (openbsd-386-cgo), const TIOCPKT = 2147775600
 45808  pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA = 0
 45809  pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP = 32
 45810  pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
 45811  pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
 45812  pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL = 64
 45813  pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP = 16
 45814  pkg syscall (openbsd-386-cgo), const TIOCPKT_START = 8
 45815  pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP = 4
 45816  pkg syscall (openbsd-386-cgo), const TIOCREMOTE = 2147775593
 45817  pkg syscall (openbsd-386-cgo), const TIOCSBRK = 536900731
 45818  pkg syscall (openbsd-386-cgo), const TIOCSCTTY = 536900705
 45819  pkg syscall (openbsd-386-cgo), const TIOCSDTR = 536900729
 45820  pkg syscall (openbsd-386-cgo), const TIOCSETA = 2150396948
 45821  pkg syscall (openbsd-386-cgo), const TIOCSETAF = 2150396950
 45822  pkg syscall (openbsd-386-cgo), const TIOCSETAW = 2150396949
 45823  pkg syscall (openbsd-386-cgo), const TIOCSETD = 2147775515
 45824  pkg syscall (openbsd-386-cgo), const TIOCSFLAGS = 2147775580
 45825  pkg syscall (openbsd-386-cgo), const TIOCSIG = 2147775583
 45826  pkg syscall (openbsd-386-cgo), const TIOCSPGRP = 2147775606
 45827  pkg syscall (openbsd-386-cgo), const TIOCSTART = 536900718
 45828  pkg syscall (openbsd-386-cgo), const TIOCSTAT = 2147775589
 45829  pkg syscall (openbsd-386-cgo), const TIOCSTI = 2147578994
 45830  pkg syscall (openbsd-386-cgo), const TIOCSTOP = 536900719
 45831  pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP = 2148037722
 45832  pkg syscall (openbsd-386-cgo), const TIOCSWINSZ = 2148037735
 45833  pkg syscall (openbsd-386-cgo), const TIOCUCNTL = 2147775590
 45834  pkg syscall (openbsd-386-cgo), const TOSTOP = 4194304
 45835  pkg syscall (openbsd-386-cgo), const VDISCARD = 15
 45836  pkg syscall (openbsd-386-cgo), const VDSUSP = 11
 45837  pkg syscall (openbsd-386-cgo), const VEOF = 0
 45838  pkg syscall (openbsd-386-cgo), const VEOL = 1
 45839  pkg syscall (openbsd-386-cgo), const VEOL2 = 2
 45840  pkg syscall (openbsd-386-cgo), const VERASE = 3
 45841  pkg syscall (openbsd-386-cgo), const VINTR = 8
 45842  pkg syscall (openbsd-386-cgo), const VKILL = 5
 45843  pkg syscall (openbsd-386-cgo), const VLNEXT = 14
 45844  pkg syscall (openbsd-386-cgo), const VMIN = 16
 45845  pkg syscall (openbsd-386-cgo), const VQUIT = 9
 45846  pkg syscall (openbsd-386-cgo), const VREPRINT = 6
 45847  pkg syscall (openbsd-386-cgo), const VSTART = 12
 45848  pkg syscall (openbsd-386-cgo), const VSTATUS = 18
 45849  pkg syscall (openbsd-386-cgo), const VSTOP = 13
 45850  pkg syscall (openbsd-386-cgo), const VSUSP = 10
 45851  pkg syscall (openbsd-386-cgo), const VTIME = 17
 45852  pkg syscall (openbsd-386-cgo), const VWERASE = 4
 45853  pkg syscall (openbsd-386-cgo), const WALTSIG = 4
 45854  pkg syscall (openbsd-386-cgo), const WCONTINUED = 8
 45855  pkg syscall (openbsd-386-cgo), const WCOREFLAG = 128
 45856  pkg syscall (openbsd-386-cgo), const WNOHANG = 1
 45857  pkg syscall (openbsd-386-cgo), const WSTOPPED = 127
 45858  pkg syscall (openbsd-386-cgo), const WUNTRACED = 2
 45859  pkg syscall (openbsd-amd64), const AF_APPLETALK = 16
 45860  pkg syscall (openbsd-amd64), const AF_BLUETOOTH = 32
 45861  pkg syscall (openbsd-amd64), const AF_CCITT = 10
 45862  pkg syscall (openbsd-amd64), const AF_CHAOS = 5
 45863  pkg syscall (openbsd-amd64), const AF_CNT = 21
 45864  pkg syscall (openbsd-amd64), const AF_COIP = 20
 45865  pkg syscall (openbsd-amd64), const AF_DATAKIT = 9
 45866  pkg syscall (openbsd-amd64), const AF_DECnet = 12
 45867  pkg syscall (openbsd-amd64), const AF_DLI = 13
 45868  pkg syscall (openbsd-amd64), const AF_E164 = 26
 45869  pkg syscall (openbsd-amd64), const AF_ECMA = 8
 45870  pkg syscall (openbsd-amd64), const AF_ENCAP = 28
 45871  pkg syscall (openbsd-amd64), const AF_HYLINK = 15
 45872  pkg syscall (openbsd-amd64), const AF_IMPLINK = 3
 45873  pkg syscall (openbsd-amd64), const AF_INET6 = 24
 45874  pkg syscall (openbsd-amd64), const AF_IPX = 23
 45875  pkg syscall (openbsd-amd64), const AF_ISDN = 26
 45876  pkg syscall (openbsd-amd64), const AF_ISO = 7
 45877  pkg syscall (openbsd-amd64), const AF_KEY = 30
 45878  pkg syscall (openbsd-amd64), const AF_LAT = 14
 45879  pkg syscall (openbsd-amd64), const AF_LINK = 18
 45880  pkg syscall (openbsd-amd64), const AF_LOCAL = 1
 45881  pkg syscall (openbsd-amd64), const AF_MAX = 36
 45882  pkg syscall (openbsd-amd64), const AF_MPLS = 33
 45883  pkg syscall (openbsd-amd64), const AF_NATM = 27
 45884  pkg syscall (openbsd-amd64), const AF_NS = 6
 45885  pkg syscall (openbsd-amd64), const AF_OSI = 7
 45886  pkg syscall (openbsd-amd64), const AF_PUP = 4
 45887  pkg syscall (openbsd-amd64), const AF_ROUTE = 17
 45888  pkg syscall (openbsd-amd64), const AF_SIP = 29
 45889  pkg syscall (openbsd-amd64), const AF_SNA = 11
 45890  pkg syscall (openbsd-amd64), const ARPHRD_ETHER = 1
 45891  pkg syscall (openbsd-amd64), const ARPHRD_FRELAY = 15
 45892  pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 = 24
 45893  pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 = 6
 45894  pkg syscall (openbsd-amd64), const B0 = 0
 45895  pkg syscall (openbsd-amd64), const B110 = 110
 45896  pkg syscall (openbsd-amd64), const B115200 = 115200
 45897  pkg syscall (openbsd-amd64), const B1200 = 1200
 45898  pkg syscall (openbsd-amd64), const B134 = 134
 45899  pkg syscall (openbsd-amd64), const B14400 = 14400
 45900  pkg syscall (openbsd-amd64), const B150 = 150
 45901  pkg syscall (openbsd-amd64), const B1800 = 1800
 45902  pkg syscall (openbsd-amd64), const B19200 = 19200
 45903  pkg syscall (openbsd-amd64), const B200 = 200
 45904  pkg syscall (openbsd-amd64), const B230400 = 230400
 45905  pkg syscall (openbsd-amd64), const B2400 = 2400
 45906  pkg syscall (openbsd-amd64), const B28800 = 28800
 45907  pkg syscall (openbsd-amd64), const B300 = 300
 45908  pkg syscall (openbsd-amd64), const B38400 = 38400
 45909  pkg syscall (openbsd-amd64), const B4800 = 4800
 45910  pkg syscall (openbsd-amd64), const B50 = 50
 45911  pkg syscall (openbsd-amd64), const B57600 = 57600
 45912  pkg syscall (openbsd-amd64), const B600 = 600
 45913  pkg syscall (openbsd-amd64), const B7200 = 7200
 45914  pkg syscall (openbsd-amd64), const B75 = 75
 45915  pkg syscall (openbsd-amd64), const B76800 = 76800
 45916  pkg syscall (openbsd-amd64), const B9600 = 9600
 45917  pkg syscall (openbsd-amd64), const BIOCFLUSH = 536887912
 45918  pkg syscall (openbsd-amd64), const BIOCGBLEN = 1074020966
 45919  pkg syscall (openbsd-amd64), const BIOCGDIRFILT = 1074020988
 45920  pkg syscall (openbsd-amd64), const BIOCGDLT = 1074020970
 45921  pkg syscall (openbsd-amd64), const BIOCGDLTLIST = 3222291067
 45922  pkg syscall (openbsd-amd64), const BIOCGETIF = 1075855979
 45923  pkg syscall (openbsd-amd64), const BIOCGFILDROP = 1074020984
 45924  pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT = 1074020980
 45925  pkg syscall (openbsd-amd64), const BIOCGRSIG = 1074020979
 45926  pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT = 1074807406
 45927  pkg syscall (openbsd-amd64), const BIOCGSTATS = 1074283119
 45928  pkg syscall (openbsd-amd64), const BIOCIMMEDIATE = 2147762800
 45929  pkg syscall (openbsd-amd64), const BIOCLOCK = 536887926
 45930  pkg syscall (openbsd-amd64), const BIOCPROMISC = 536887913
 45931  pkg syscall (openbsd-amd64), const BIOCSBLEN = 3221504614
 45932  pkg syscall (openbsd-amd64), const BIOCSDIRFILT = 2147762813
 45933  pkg syscall (openbsd-amd64), const BIOCSDLT = 2147762810
 45934  pkg syscall (openbsd-amd64), const BIOCSETF = 2148549223
 45935  pkg syscall (openbsd-amd64), const BIOCSETIF = 2149597804
 45936  pkg syscall (openbsd-amd64), const BIOCSETWF = 2148549239
 45937  pkg syscall (openbsd-amd64), const BIOCSFILDROP = 2147762809
 45938  pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT = 2147762805
 45939  pkg syscall (openbsd-amd64), const BIOCSRSIG = 2147762802
 45940  pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT = 2148549229
 45941  pkg syscall (openbsd-amd64), const BIOCVERSION = 1074020977
 45942  pkg syscall (openbsd-amd64), const BPF_A = 16
 45943  pkg syscall (openbsd-amd64), const BPF_ABS = 32
 45944  pkg syscall (openbsd-amd64), const BPF_ADD = 0
 45945  pkg syscall (openbsd-amd64), const BPF_ALIGNMENT = 4
 45946  pkg syscall (openbsd-amd64), const BPF_ALU = 4
 45947  pkg syscall (openbsd-amd64), const BPF_AND = 80
 45948  pkg syscall (openbsd-amd64), const BPF_B = 16
 45949  pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN = 1
 45950  pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT = 2
 45951  pkg syscall (openbsd-amd64), const BPF_DIV = 48
 45952  pkg syscall (openbsd-amd64), const BPF_H = 8
 45953  pkg syscall (openbsd-amd64), const BPF_IMM = 0
 45954  pkg syscall (openbsd-amd64), const BPF_IND = 64
 45955  pkg syscall (openbsd-amd64), const BPF_JA = 0
 45956  pkg syscall (openbsd-amd64), const BPF_JEQ = 16
 45957  pkg syscall (openbsd-amd64), const BPF_JGE = 48
 45958  pkg syscall (openbsd-amd64), const BPF_JGT = 32
 45959  pkg syscall (openbsd-amd64), const BPF_JMP = 5
 45960  pkg syscall (openbsd-amd64), const BPF_JSET = 64
 45961  pkg syscall (openbsd-amd64), const BPF_K = 0
 45962  pkg syscall (openbsd-amd64), const BPF_LD = 0
 45963  pkg syscall (openbsd-amd64), const BPF_LDX = 1
 45964  pkg syscall (openbsd-amd64), const BPF_LEN = 128
 45965  pkg syscall (openbsd-amd64), const BPF_LSH = 96
 45966  pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION = 1
 45967  pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE = 2097152
 45968  pkg syscall (openbsd-amd64), const BPF_MAXINSNS = 512
 45969  pkg syscall (openbsd-amd64), const BPF_MEM = 96
 45970  pkg syscall (openbsd-amd64), const BPF_MEMWORDS = 16
 45971  pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE = 32
 45972  pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION = 1
 45973  pkg syscall (openbsd-amd64), const BPF_MISC = 7
 45974  pkg syscall (openbsd-amd64), const BPF_MSH = 160
 45975  pkg syscall (openbsd-amd64), const BPF_MUL = 32
 45976  pkg syscall (openbsd-amd64), const BPF_NEG = 128
 45977  pkg syscall (openbsd-amd64), const BPF_OR = 64
 45978  pkg syscall (openbsd-amd64), const BPF_RELEASE = 199606
 45979  pkg syscall (openbsd-amd64), const BPF_RET = 6
 45980  pkg syscall (openbsd-amd64), const BPF_RSH = 112
 45981  pkg syscall (openbsd-amd64), const BPF_ST = 2
 45982  pkg syscall (openbsd-amd64), const BPF_STX = 3
 45983  pkg syscall (openbsd-amd64), const BPF_SUB = 16
 45984  pkg syscall (openbsd-amd64), const BPF_TAX = 0
 45985  pkg syscall (openbsd-amd64), const BPF_TXA = 128
 45986  pkg syscall (openbsd-amd64), const BPF_W = 0
 45987  pkg syscall (openbsd-amd64), const BPF_X = 8
 45988  pkg syscall (openbsd-amd64), const BRKINT = 2
 45989  pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16
 45990  pkg syscall (openbsd-amd64), const CFLUSH = 15
 45991  pkg syscall (openbsd-amd64), const CLOCAL = 32768
 45992  pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288
 45993  pkg syscall (openbsd-amd64), const CREAD = 2048
 45994  pkg syscall (openbsd-amd64), const CS5 = 0
 45995  pkg syscall (openbsd-amd64), const CS6 = 256
 45996  pkg syscall (openbsd-amd64), const CS7 = 512
 45997  pkg syscall (openbsd-amd64), const CS8 = 768
 45998  pkg syscall (openbsd-amd64), const CSIZE = 768
 45999  pkg syscall (openbsd-amd64), const CSTART = 17
 46000  pkg syscall (openbsd-amd64), const CSTATUS = 255
 46001  pkg syscall (openbsd-amd64), const CSTOP = 19
 46002  pkg syscall (openbsd-amd64), const CSTOPB = 1024
 46003  pkg syscall (openbsd-amd64), const CSUSP = 26
 46004  pkg syscall (openbsd-amd64), const CTL_MAXNAME = 12
 46005  pkg syscall (openbsd-amd64), const CTL_NET = 4
 46006  pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH = 536888398
 46007  pkg syscall (openbsd-amd64), const DLT_ARCNET = 7
 46008  pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 = 11
 46009  pkg syscall (openbsd-amd64), const DLT_AX25 = 3
 46010  pkg syscall (openbsd-amd64), const DLT_CHAOS = 5
 46011  pkg syscall (openbsd-amd64), const DLT_C_HDLC = 104
 46012  pkg syscall (openbsd-amd64), const DLT_EN10MB = 1
 46013  pkg syscall (openbsd-amd64), const DLT_EN3MB = 2
 46014  pkg syscall (openbsd-amd64), const DLT_ENC = 13
 46015  pkg syscall (openbsd-amd64), const DLT_FDDI = 10
 46016  pkg syscall (openbsd-amd64), const DLT_IEEE802 = 6
 46017  pkg syscall (openbsd-amd64), const DLT_IEEE802_11 = 105
 46018  pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO = 127
 46019  pkg syscall (openbsd-amd64), const DLT_LOOP = 12
 46020  pkg syscall (openbsd-amd64), const DLT_MPLS = 219
 46021  pkg syscall (openbsd-amd64), const DLT_NULL = 0
 46022  pkg syscall (openbsd-amd64), const DLT_PFLOG = 117
 46023  pkg syscall (openbsd-amd64), const DLT_PFSYNC = 18
 46024  pkg syscall (openbsd-amd64), const DLT_PPP = 9
 46025  pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS = 16
 46026  pkg syscall (openbsd-amd64), const DLT_PPP_ETHER = 51
 46027  pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL = 50
 46028  pkg syscall (openbsd-amd64), const DLT_PRONET = 4
 46029  pkg syscall (openbsd-amd64), const DLT_RAW = 14
 46030  pkg syscall (openbsd-amd64), const DLT_SLIP = 8
 46031  pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS = 15
 46032  pkg syscall (openbsd-amd64), const DT_BLK = 6
 46033  pkg syscall (openbsd-amd64), const DT_CHR = 2
 46034  pkg syscall (openbsd-amd64), const DT_DIR = 4
 46035  pkg syscall (openbsd-amd64), const DT_FIFO = 1
 46036  pkg syscall (openbsd-amd64), const DT_LNK = 10
 46037  pkg syscall (openbsd-amd64), const DT_REG = 8
 46038  pkg syscall (openbsd-amd64), const DT_SOCK = 12
 46039  pkg syscall (openbsd-amd64), const DT_UNKNOWN = 0
 46040  pkg syscall (openbsd-amd64), const E2BIG = 7
 46041  pkg syscall (openbsd-amd64), const EACCES = 13
 46042  pkg syscall (openbsd-amd64), const EADDRINUSE = 48
 46043  pkg syscall (openbsd-amd64), const EADDRNOTAVAIL = 49
 46044  pkg syscall (openbsd-amd64), const EAFNOSUPPORT = 47
 46045  pkg syscall (openbsd-amd64), const EAGAIN = 35
 46046  pkg syscall (openbsd-amd64), const EALREADY = 37
 46047  pkg syscall (openbsd-amd64), const EAUTH = 80
 46048  pkg syscall (openbsd-amd64), const EBADF = 9
 46049  pkg syscall (openbsd-amd64), const EBADRPC = 72
 46050  pkg syscall (openbsd-amd64), const EBUSY = 16
 46051  pkg syscall (openbsd-amd64), const ECANCELED = 88
 46052  pkg syscall (openbsd-amd64), const ECHILD = 10
 46053  pkg syscall (openbsd-amd64), const ECHO = 8
 46054  pkg syscall (openbsd-amd64), const ECHOCTL = 64
 46055  pkg syscall (openbsd-amd64), const ECHOE = 2
 46056  pkg syscall (openbsd-amd64), const ECHOK = 4
 46057  pkg syscall (openbsd-amd64), const ECHOKE = 1
 46058  pkg syscall (openbsd-amd64), const ECHONL = 16
 46059  pkg syscall (openbsd-amd64), const ECHOPRT = 32
 46060  pkg syscall (openbsd-amd64), const ECONNABORTED = 53
 46061  pkg syscall (openbsd-amd64), const ECONNREFUSED = 61
 46062  pkg syscall (openbsd-amd64), const ECONNRESET = 54
 46063  pkg syscall (openbsd-amd64), const EDEADLK = 11
 46064  pkg syscall (openbsd-amd64), const EDESTADDRREQ = 39
 46065  pkg syscall (openbsd-amd64), const EDOM = 33
 46066  pkg syscall (openbsd-amd64), const EDQUOT = 69
 46067  pkg syscall (openbsd-amd64), const EEXIST = 17
 46068  pkg syscall (openbsd-amd64), const EFAULT = 14
 46069  pkg syscall (openbsd-amd64), const EFBIG = 27
 46070  pkg syscall (openbsd-amd64), const EFER_LMA = 1024
 46071  pkg syscall (openbsd-amd64), const EFER_LME = 256
 46072  pkg syscall (openbsd-amd64), const EFER_NXE = 2048
 46073  pkg syscall (openbsd-amd64), const EFER_SCE = 1
 46074  pkg syscall (openbsd-amd64), const EFTYPE = 79
 46075  pkg syscall (openbsd-amd64), const EHOSTDOWN = 64
 46076  pkg syscall (openbsd-amd64), const EHOSTUNREACH = 65
 46077  pkg syscall (openbsd-amd64), const EIDRM = 89
 46078  pkg syscall (openbsd-amd64), const EILSEQ = 84
 46079  pkg syscall (openbsd-amd64), const EINPROGRESS = 36
 46080  pkg syscall (openbsd-amd64), const EINTR = 4
 46081  pkg syscall (openbsd-amd64), const EINVAL = 22
 46082  pkg syscall (openbsd-amd64), const EIO = 5
 46083  pkg syscall (openbsd-amd64), const EIPSEC = 82
 46084  pkg syscall (openbsd-amd64), const EISCONN = 56
 46085  pkg syscall (openbsd-amd64), const EISDIR = 21
 46086  pkg syscall (openbsd-amd64), const ELAST = 91
 46087  pkg syscall (openbsd-amd64), const ELOOP = 62
 46088  pkg syscall (openbsd-amd64), const EMEDIUMTYPE = 86
 46089  pkg syscall (openbsd-amd64), const EMFILE = 24
 46090  pkg syscall (openbsd-amd64), const EMLINK = 31
 46091  pkg syscall (openbsd-amd64), const EMSGSIZE = 40
 46092  pkg syscall (openbsd-amd64), const EMT_TAGOVF = 1
 46093  pkg syscall (openbsd-amd64), const EMUL_ENABLED = 1
 46094  pkg syscall (openbsd-amd64), const EMUL_NATIVE = 2
 46095  pkg syscall (openbsd-amd64), const ENAMETOOLONG = 63
 46096  pkg syscall (openbsd-amd64), const ENDRUNDISC = 9
 46097  pkg syscall (openbsd-amd64), const ENEEDAUTH = 81
 46098  pkg syscall (openbsd-amd64), const ENETDOWN = 50
 46099  pkg syscall (openbsd-amd64), const ENETRESET = 52
 46100  pkg syscall (openbsd-amd64), const ENETUNREACH = 51
 46101  pkg syscall (openbsd-amd64), const ENFILE = 23
 46102  pkg syscall (openbsd-amd64), const ENOATTR = 83
 46103  pkg syscall (openbsd-amd64), const ENOBUFS = 55
 46104  pkg syscall (openbsd-amd64), const ENODEV = 19
 46105  pkg syscall (openbsd-amd64), const ENOEXEC = 8
 46106  pkg syscall (openbsd-amd64), const ENOLCK = 77
 46107  pkg syscall (openbsd-amd64), const ENOMEDIUM = 85
 46108  pkg syscall (openbsd-amd64), const ENOMEM = 12
 46109  pkg syscall (openbsd-amd64), const ENOMSG = 90
 46110  pkg syscall (openbsd-amd64), const ENOPROTOOPT = 42
 46111  pkg syscall (openbsd-amd64), const ENOSPC = 28
 46112  pkg syscall (openbsd-amd64), const ENOSYS = 78
 46113  pkg syscall (openbsd-amd64), const ENOTBLK = 15
 46114  pkg syscall (openbsd-amd64), const ENOTCONN = 57
 46115  pkg syscall (openbsd-amd64), const ENOTDIR = 20
 46116  pkg syscall (openbsd-amd64), const ENOTEMPTY = 66
 46117  pkg syscall (openbsd-amd64), const ENOTSOCK = 38
 46118  pkg syscall (openbsd-amd64), const ENOTSUP = 91
 46119  pkg syscall (openbsd-amd64), const ENOTTY = 25
 46120  pkg syscall (openbsd-amd64), const ENXIO = 6
 46121  pkg syscall (openbsd-amd64), const EOPNOTSUPP = 45
 46122  pkg syscall (openbsd-amd64), const EOVERFLOW = 87
 46123  pkg syscall (openbsd-amd64), const EPERM = 1
 46124  pkg syscall (openbsd-amd64), const EPFNOSUPPORT = 46
 46125  pkg syscall (openbsd-amd64), const EPIPE = 32
 46126  pkg syscall (openbsd-amd64), const EPROCLIM = 67
 46127  pkg syscall (openbsd-amd64), const EPROCUNAVAIL = 76
 46128  pkg syscall (openbsd-amd64), const EPROGMISMATCH = 75
 46129  pkg syscall (openbsd-amd64), const EPROGUNAVAIL = 74
 46130  pkg syscall (openbsd-amd64), const EPROTONOSUPPORT = 43
 46131  pkg syscall (openbsd-amd64), const EPROTOTYPE = 41
 46132  pkg syscall (openbsd-amd64), const ERANGE = 34
 46133  pkg syscall (openbsd-amd64), const EREMOTE = 71
 46134  pkg syscall (openbsd-amd64), const EROFS = 30
 46135  pkg syscall (openbsd-amd64), const ERPCMISMATCH = 73
 46136  pkg syscall (openbsd-amd64), const ESHUTDOWN = 58
 46137  pkg syscall (openbsd-amd64), const ESOCKTNOSUPPORT = 44
 46138  pkg syscall (openbsd-amd64), const ESPIPE = 29
 46139  pkg syscall (openbsd-amd64), const ESRCH = 3
 46140  pkg syscall (openbsd-amd64), const ESTALE = 70
 46141  pkg syscall (openbsd-amd64), const ETHERMIN = 46
 46142  pkg syscall (openbsd-amd64), const ETHERMTU = 1500
 46143  pkg syscall (openbsd-amd64), const ETHERTYPE_8023 = 4
 46144  pkg syscall (openbsd-amd64), const ETHERTYPE_AARP = 33011
 46145  pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON = 33680
 46146  pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC = 32822
 46147  pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA = 33098
 46148  pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER = 24584
 46149  pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA = 33093
 46150  pkg syscall (openbsd-amd64), const ETHERTYPE_AOE = 34978
 46151  pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO = 33015
 46152  pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
 46153  pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK = 32923
 46154  pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK = 32967
 46155  pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
 46156  pkg syscall (openbsd-amd64), const ETHERTYPE_ARP = 2054
 46157  pkg syscall (openbsd-amd64), const ETHERTYPE_AT = 32923
 46158  pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK = 32923
 46159  pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC = 34527
 46160  pkg syscall (openbsd-amd64), const ETHERTYPE_ATT = 32873
 46161  pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
 46162  pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
 46163  pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS = 34902
 46164  pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP = 36867
 46165  pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL = 33026
 46166  pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON = 28724
 46167  pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS = 2052
 46168  pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
 46169  pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
 46170  pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
 46171  pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS = 32772
 46172  pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
 46173  pkg syscall (openbsd-amd64), const ETHERTYPE_DCA = 4660
 46174  pkg syscall (openbsd-amd64), const ETHERTYPE_DDE = 32891
 46175  pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI = 43690
 46176  pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM = 32840
 46177  pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST = 24582
 46178  pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG = 24581
 46179  pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS = 32828
 46180  pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS = 32830
 46181  pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER = 24576
 46182  pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST = 32833
 46183  pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM = 32831
 46184  pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
 46185  pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
 46186  pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON = 34526
 46187  pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE = 17185
 46188  pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 = 1632
 46189  pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 = 1633
 46190  pkg syscall (openbsd-amd64), const ETHERTYPE_DN = 24579
 46191  pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
 46192  pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD = 32825
 46193  pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA = 2051
 46194  pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
 46195  pkg syscall (openbsd-amd64), const ETHERTYPE_ES = 32861
 46196  pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN = 32784
 46197  pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
 46198  pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP = 33094
 46199  pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
 46200  pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP = 2056
 46201  pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN = 32872
 46202  pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES = 33072
 46203  pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
 46204  pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI = 34848
 46205  pkg syscall (openbsd-amd64), const ETHERTYPE_HP = 32773
 46206  pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
 46207  pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
 46208  pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL = 19522
 46209  pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
 46210  pkg syscall (openbsd-amd64), const ETHERTYPE_IP = 2048
 46211  pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS = 34668
 46212  pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 = 34525
 46213  pkg syscall (openbsd-amd64), const ETHERTYPE_IPX = 33079
 46214  pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW = 32823
 46215  pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA = 34178
 46216  pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
 46217  pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE = 34952
 46218  pkg syscall (openbsd-amd64), const ETHERTYPE_LAT = 24580
 46219  pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK = 36864
 46220  pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE = 32864
 46221  pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP = 35020
 46222  pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
 46223  pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
 46224  pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA = 32890
 46225  pkg syscall (openbsd-amd64), const ETHERTYPE_MAX = 65535
 46226  pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT = 32892
 46227  pkg syscall (openbsd-amd64), const ETHERTYPE_MICP = 34618
 46228  pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL = 24577
 46229  pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC = 24578
 46230  pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
 46231  pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS = 34887
 46232  pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
 46233  pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS = 33087
 46234  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC = 15364
 46235  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
 46236  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
 46237  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
 46238  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
 46239  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
 46240  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG = 15367
 46241  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB = 15368
 46242  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
 46243  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR = 15372
 46244  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS = 15371
 46245  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST = 15373
 46246  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD = 15361
 46247  pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD = 15360
 46248  pkg syscall (openbsd-amd64), const ETHERTYPE_NBS = 2050
 46249  pkg syscall (openbsd-amd64), const ETHERTYPE_NCD = 33097
 46250  pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR = 32774
 46251  pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI = 33169
 46252  pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL = 33080
 46253  pkg syscall (openbsd-amd64), const ETHERTYPE_NS = 1536
 46254  pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT = 1537
 46255  pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
 46256  pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER = 16
 46257  pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 = 28679
 46258  pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET = 28681
 46259  pkg syscall (openbsd-amd64), const ETHERTYPE_PACER = 32966
 46260  pkg syscall (openbsd-amd64), const ETHERTYPE_PAE = 34958
 46261  pkg syscall (openbsd-amd64), const ETHERTYPE_PCS = 16962
 46262  pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING = 32836
 46263  pkg syscall (openbsd-amd64), const ETHERTYPE_PPP = 34827
 46264  pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE = 34916
 46265  pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
 46266  pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
 46267  pkg syscall (openbsd-amd64), const ETHERTYPE_PUP = 512
 46268  pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT = 512
 46269  pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ = 34984
 46270  pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL = 28720
 46271  pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL = 33104
 46272  pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR = 25945
 46273  pkg syscall (openbsd-amd64), const ETHERTYPE_RCL = 6549
 46274  pkg syscall (openbsd-amd64), const ETHERTYPE_RDP = 34617
 46275  pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX = 33010
 46276  pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP = 32821
 46277  pkg syscall (openbsd-amd64), const ETHERTYPE_SCA = 24583
 46278  pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA = 34523
 46279  pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
 46280  pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW = 33150
 46281  pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
 46282  pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
 46283  pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
 46284  pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV = 32789
 46285  pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET = 21000
 46286  pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW = 34825
 46287  pkg syscall (openbsd-amd64), const ETHERTYPE_SNA = 32981
 46288  pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP = 33100
 46289  pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX = 64245
 46290  pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER = 32927
 46291  pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE = 1280
 46292  pkg syscall (openbsd-amd64), const ETHERTYPE_STP = 33153
 46293  pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS = 33067
 46294  pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC = 34091
 46295  pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
 46296  pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM = 36866
 46297  pkg syscall (openbsd-amd64), const ETHERTYPE_TEC = 33103
 46298  pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN = 32815
 46299  pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL = 4096
 46300  pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
 46301  pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
 46302  pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST = 28677
 46303  pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
 46304  pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
 46305  pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL = 28672
 46306  pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU = 28673
 46307  pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC = 28675
 46308  pkg syscall (openbsd-amd64), const ETHERTYPE_VALID = 5632
 46309  pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN = 32989
 46310  pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN = 32827
 46311  pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO = 32871
 46312  pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP = 32859
 46313  pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB = 33073
 46314  pkg syscall (openbsd-amd64), const ETHERTYPE_VINES = 2989
 46315  pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO = 2991
 46316  pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
 46317  pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL = 65280
 46318  pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN = 33024
 46319  pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
 46320  pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD = 32860
 46321  pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED = 33095
 46322  pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO = 33072
 46323  pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
 46324  pkg syscall (openbsd-amd64), const ETHERTYPE_X25 = 2053
 46325  pkg syscall (openbsd-amd64), const ETHERTYPE_X75 = 2049
 46326  pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM = 36865
 46327  pkg syscall (openbsd-amd64), const ETHERTYPE_XTP = 33149
 46328  pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN = 6
 46329  pkg syscall (openbsd-amd64), const ETHER_ALIGN = 2
 46330  pkg syscall (openbsd-amd64), const ETHER_CRC_LEN = 4
 46331  pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
 46332  pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
 46333  pkg syscall (openbsd-amd64), const ETHER_HDR_LEN = 14
 46334  pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN = 1536
 46335  pkg syscall (openbsd-amd64), const ETHER_MAX_LEN = 1518
 46336  pkg syscall (openbsd-amd64), const ETHER_MIN_LEN = 64
 46337  pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN = 2
 46338  pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
 46339  pkg syscall (openbsd-amd64), const ETIMEDOUT = 60
 46340  pkg syscall (openbsd-amd64), const ETOOMANYREFS = 59
 46341  pkg syscall (openbsd-amd64), const ETXTBSY = 26
 46342  pkg syscall (openbsd-amd64), const EUSERS = 68
 46343  pkg syscall (openbsd-amd64), const EVFILT_AIO = -3
 46344  pkg syscall (openbsd-amd64), const EVFILT_PROC = -5
 46345  pkg syscall (openbsd-amd64), const EVFILT_READ = -1
 46346  pkg syscall (openbsd-amd64), const EVFILT_SIGNAL = -6
 46347  pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT = 7
 46348  pkg syscall (openbsd-amd64), const EVFILT_TIMER = -7
 46349  pkg syscall (openbsd-amd64), const EVFILT_VNODE = -4
 46350  pkg syscall (openbsd-amd64), const EVFILT_WRITE = -2
 46351  pkg syscall (openbsd-amd64), const EV_ADD = 1
 46352  pkg syscall (openbsd-amd64), const EV_CLEAR = 32
 46353  pkg syscall (openbsd-amd64), const EV_DELETE = 2
 46354  pkg syscall (openbsd-amd64), const EV_DISABLE = 8
 46355  pkg syscall (openbsd-amd64), const EV_ENABLE = 4
 46356  pkg syscall (openbsd-amd64), const EV_EOF = 32768
 46357  pkg syscall (openbsd-amd64), const EV_ERROR = 16384
 46358  pkg syscall (openbsd-amd64), const EV_FLAG1 = 8192
 46359  pkg syscall (openbsd-amd64), const EV_ONESHOT = 16
 46360  pkg syscall (openbsd-amd64), const EV_SYSFLAGS = 61440
 46361  pkg syscall (openbsd-amd64), const EWOULDBLOCK = 35
 46362  pkg syscall (openbsd-amd64), const EXDEV = 18
 46363  pkg syscall (openbsd-amd64), const EXTA = 19200
 46364  pkg syscall (openbsd-amd64), const EXTB = 38400
 46365  pkg syscall (openbsd-amd64), const EXTPROC = 2048
 46366  pkg syscall (openbsd-amd64), const FD_CLOEXEC = 1
 46367  pkg syscall (openbsd-amd64), const FD_SETSIZE = 1024
 46368  pkg syscall (openbsd-amd64), const FLUSHO = 8388608
 46369  pkg syscall (openbsd-amd64), const F_DUPFD = 0
 46370  pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC = 10
 46371  pkg syscall (openbsd-amd64), const F_GETFD = 1
 46372  pkg syscall (openbsd-amd64), const F_GETFL = 3
 46373  pkg syscall (openbsd-amd64), const F_GETLK = 7
 46374  pkg syscall (openbsd-amd64), const F_GETOWN = 5
 46375  pkg syscall (openbsd-amd64), const F_OK = 0
 46376  pkg syscall (openbsd-amd64), const F_RDLCK = 1
 46377  pkg syscall (openbsd-amd64), const F_SETFD = 2
 46378  pkg syscall (openbsd-amd64), const F_SETFL = 4
 46379  pkg syscall (openbsd-amd64), const F_SETLK = 8
 46380  pkg syscall (openbsd-amd64), const F_SETLKW = 9
 46381  pkg syscall (openbsd-amd64), const F_SETOWN = 6
 46382  pkg syscall (openbsd-amd64), const F_UNLCK = 2
 46383  pkg syscall (openbsd-amd64), const F_WRLCK = 3
 46384  pkg syscall (openbsd-amd64), const HUPCL = 16384
 46385  pkg syscall (openbsd-amd64), const ICANON = 256
 46386  pkg syscall (openbsd-amd64), const ICRNL = 256
 46387  pkg syscall (openbsd-amd64), const IEXTEN = 1024
 46388  pkg syscall (openbsd-amd64), const IFAN_ARRIVAL = 0
 46389  pkg syscall (openbsd-amd64), const IFAN_DEPARTURE = 1
 46390  pkg syscall (openbsd-amd64), const IFA_ROUTE = 1
 46391  pkg syscall (openbsd-amd64), const IFF_ALLMULTI = 512
 46392  pkg syscall (openbsd-amd64), const IFF_CANTCHANGE = 36434
 46393  pkg syscall (openbsd-amd64), const IFF_DEBUG = 4
 46394  pkg syscall (openbsd-amd64), const IFF_LINK0 = 4096
 46395  pkg syscall (openbsd-amd64), const IFF_LINK1 = 8192
 46396  pkg syscall (openbsd-amd64), const IFF_LINK2 = 16384
 46397  pkg syscall (openbsd-amd64), const IFF_LOOPBACK = 8
 46398  pkg syscall (openbsd-amd64), const IFF_MULTICAST = 32768
 46399  pkg syscall (openbsd-amd64), const IFF_NOARP = 128
 46400  pkg syscall (openbsd-amd64), const IFF_NOTRAILERS = 32
 46401  pkg syscall (openbsd-amd64), const IFF_OACTIVE = 1024
 46402  pkg syscall (openbsd-amd64), const IFF_POINTOPOINT = 16
 46403  pkg syscall (openbsd-amd64), const IFF_PROMISC = 256
 46404  pkg syscall (openbsd-amd64), const IFF_RUNNING = 64
 46405  pkg syscall (openbsd-amd64), const IFF_SIMPLEX = 2048
 46406  pkg syscall (openbsd-amd64), const IFNAMSIZ = 16
 46407  pkg syscall (openbsd-amd64), const IFT_1822 = 2
 46408  pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH = 130
 46409  pkg syscall (openbsd-amd64), const IFT_AAL2 = 187
 46410  pkg syscall (openbsd-amd64), const IFT_AAL5 = 49
 46411  pkg syscall (openbsd-amd64), const IFT_ADSL = 94
 46412  pkg syscall (openbsd-amd64), const IFT_AFLANE8023 = 59
 46413  pkg syscall (openbsd-amd64), const IFT_AFLANE8025 = 60
 46414  pkg syscall (openbsd-amd64), const IFT_ARAP = 88
 46415  pkg syscall (openbsd-amd64), const IFT_ARCNET = 35
 46416  pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS = 36
 46417  pkg syscall (openbsd-amd64), const IFT_ASYNC = 84
 46418  pkg syscall (openbsd-amd64), const IFT_ATM = 37
 46419  pkg syscall (openbsd-amd64), const IFT_ATMDXI = 105
 46420  pkg syscall (openbsd-amd64), const IFT_ATMFUNI = 106
 46421  pkg syscall (openbsd-amd64), const IFT_ATMIMA = 107
 46422  pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL = 80
 46423  pkg syscall (openbsd-amd64), const IFT_ATMRADIO = 189
 46424  pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE = 134
 46425  pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT = 194
 46426  pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL = 149
 46427  pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
 46428  pkg syscall (openbsd-amd64), const IFT_BLUETOOTH = 248
 46429  pkg syscall (openbsd-amd64), const IFT_BRIDGE = 209
 46430  pkg syscall (openbsd-amd64), const IFT_BSC = 83
 46431  pkg syscall (openbsd-amd64), const IFT_CARP = 247
 46432  pkg syscall (openbsd-amd64), const IFT_CCTEMUL = 61
 46433  pkg syscall (openbsd-amd64), const IFT_CEPT = 19
 46434  pkg syscall (openbsd-amd64), const IFT_CES = 133
 46435  pkg syscall (openbsd-amd64), const IFT_CHANNEL = 70
 46436  pkg syscall (openbsd-amd64), const IFT_CNR = 85
 46437  pkg syscall (openbsd-amd64), const IFT_COFFEE = 132
 46438  pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK = 155
 46439  pkg syscall (openbsd-amd64), const IFT_DCN = 141
 46440  pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE = 138
 46441  pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 46442  pkg syscall (openbsd-amd64), const IFT_DLSW = 74
 46443  pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
 46444  pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
 46445  pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
 46446  pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 46447  pkg syscall (openbsd-amd64), const IFT_DS0 = 81
 46448  pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE = 82
 46449  pkg syscall (openbsd-amd64), const IFT_DS1FDL = 170
 46450  pkg syscall (openbsd-amd64), const IFT_DS3 = 30
 46451  pkg syscall (openbsd-amd64), const IFT_DTM = 140
 46452  pkg syscall (openbsd-amd64), const IFT_DUMMY = 241
 46453  pkg syscall (openbsd-amd64), const IFT_DVBASILN = 172
 46454  pkg syscall (openbsd-amd64), const IFT_DVBASIOUT = 173
 46455  pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
 46456  pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER = 146
 46457  pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
 46458  pkg syscall (openbsd-amd64), const IFT_ECONET = 206
 46459  pkg syscall (openbsd-amd64), const IFT_ENC = 244
 46460  pkg syscall (openbsd-amd64), const IFT_EON = 25
 46461  pkg syscall (openbsd-amd64), const IFT_EPLRS = 87
 46462  pkg syscall (openbsd-amd64), const IFT_ESCON = 73
 46463  pkg syscall (openbsd-amd64), const IFT_ETHER = 6
 46464  pkg syscall (openbsd-amd64), const IFT_FAITH = 243
 46465  pkg syscall (openbsd-amd64), const IFT_FAST = 125
 46466  pkg syscall (openbsd-amd64), const IFT_FASTETHER = 62
 46467  pkg syscall (openbsd-amd64), const IFT_FASTETHERFX = 69
 46468  pkg syscall (openbsd-amd64), const IFT_FDDI = 15
 46469  pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL = 56
 46470  pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
 46471  pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI = 92
 46472  pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT = 193
 46473  pkg syscall (openbsd-amd64), const IFT_FRELAY = 32
 46474  pkg syscall (openbsd-amd64), const IFT_FRELAYDCE = 44
 46475  pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
 46476  pkg syscall (openbsd-amd64), const IFT_FRFORWARD = 158
 46477  pkg syscall (openbsd-amd64), const IFT_G703AT2MB = 67
 46478  pkg syscall (openbsd-amd64), const IFT_G703AT64K = 66
 46479  pkg syscall (openbsd-amd64), const IFT_GIF = 240
 46480  pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET = 117
 46481  pkg syscall (openbsd-amd64), const IFT_GR303IDT = 178
 46482  pkg syscall (openbsd-amd64), const IFT_GR303RDT = 177
 46483  pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER = 164
 46484  pkg syscall (openbsd-amd64), const IFT_H323PROXY = 165
 46485  pkg syscall (openbsd-amd64), const IFT_HDH1822 = 3
 46486  pkg syscall (openbsd-amd64), const IFT_HDLC = 118
 46487  pkg syscall (openbsd-amd64), const IFT_HDSL2 = 168
 46488  pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 = 183
 46489  pkg syscall (openbsd-amd64), const IFT_HIPPI = 47
 46490  pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE = 57
 46491  pkg syscall (openbsd-amd64), const IFT_HOSTPAD = 90
 46492  pkg syscall (openbsd-amd64), const IFT_HSSI = 46
 46493  pkg syscall (openbsd-amd64), const IFT_HY = 14
 46494  pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN = 72
 46495  pkg syscall (openbsd-amd64), const IFT_IDSL = 154
 46496  pkg syscall (openbsd-amd64), const IFT_IEEE1394 = 144
 46497  pkg syscall (openbsd-amd64), const IFT_IEEE80211 = 71
 46498  pkg syscall (openbsd-amd64), const IFT_IEEE80212 = 55
 46499  pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG = 161
 46500  pkg syscall (openbsd-amd64), const IFT_IFGSN = 145
 46501  pkg syscall (openbsd-amd64), const IFT_IMT = 190
 46502  pkg syscall (openbsd-amd64), const IFT_INFINIBAND = 199
 46503  pkg syscall (openbsd-amd64), const IFT_INTERLEAVE = 124
 46504  pkg syscall (openbsd-amd64), const IFT_IP = 126
 46505  pkg syscall (openbsd-amd64), const IFT_IPFORWARD = 142
 46506  pkg syscall (openbsd-amd64), const IFT_IPOVERATM = 114
 46507  pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC = 109
 46508  pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW = 110
 46509  pkg syscall (openbsd-amd64), const IFT_IPSWITCH = 78
 46510  pkg syscall (openbsd-amd64), const IFT_ISDN = 63
 46511  pkg syscall (openbsd-amd64), const IFT_ISDNBASIC = 20
 46512  pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY = 21
 46513  pkg syscall (openbsd-amd64), const IFT_ISDNS = 75
 46514  pkg syscall (openbsd-amd64), const IFT_ISDNU = 76
 46515  pkg syscall (openbsd-amd64), const IFT_ISO88022LLC = 41
 46516  pkg syscall (openbsd-amd64), const IFT_ISO88023 = 7
 46517  pkg syscall (openbsd-amd64), const IFT_ISO88024 = 8
 46518  pkg syscall (openbsd-amd64), const IFT_ISO88025 = 9
 46519  pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT = 98
 46520  pkg syscall (openbsd-amd64), const IFT_ISO88025DTR = 86
 46521  pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER = 115
 46522  pkg syscall (openbsd-amd64), const IFT_ISO88026 = 10
 46523  pkg syscall (openbsd-amd64), const IFT_ISUP = 179
 46524  pkg syscall (openbsd-amd64), const IFT_L2VLAN = 135
 46525  pkg syscall (openbsd-amd64), const IFT_L3IPVLAN = 136
 46526  pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN = 137
 46527  pkg syscall (openbsd-amd64), const IFT_LAPB = 16
 46528  pkg syscall (openbsd-amd64), const IFT_LAPD = 77
 46529  pkg syscall (openbsd-amd64), const IFT_LAPF = 119
 46530  pkg syscall (openbsd-amd64), const IFT_LINEGROUP = 210
 46531  pkg syscall (openbsd-amd64), const IFT_LOCALTALK = 42
 46532  pkg syscall (openbsd-amd64), const IFT_LOOP = 24
 46533  pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
 46534  pkg syscall (openbsd-amd64), const IFT_MFSIGLINK = 167
 46535  pkg syscall (openbsd-amd64), const IFT_MIOX25 = 38
 46536  pkg syscall (openbsd-amd64), const IFT_MODEM = 48
 46537  pkg syscall (openbsd-amd64), const IFT_MPC = 113
 46538  pkg syscall (openbsd-amd64), const IFT_MPLS = 166
 46539  pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL = 150
 46540  pkg syscall (openbsd-amd64), const IFT_MSDSL = 143
 46541  pkg syscall (openbsd-amd64), const IFT_MVL = 191
 46542  pkg syscall (openbsd-amd64), const IFT_MYRINET = 99
 46543  pkg syscall (openbsd-amd64), const IFT_NFAS = 175
 46544  pkg syscall (openbsd-amd64), const IFT_NSIP = 27
 46545  pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL = 195
 46546  pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT = 196
 46547  pkg syscall (openbsd-amd64), const IFT_OTHER = 1
 46548  pkg syscall (openbsd-amd64), const IFT_P10 = 12
 46549  pkg syscall (openbsd-amd64), const IFT_P80 = 13
 46550  pkg syscall (openbsd-amd64), const IFT_PARA = 34
 46551  pkg syscall (openbsd-amd64), const IFT_PFLOG = 245
 46552  pkg syscall (openbsd-amd64), const IFT_PFLOW = 249
 46553  pkg syscall (openbsd-amd64), const IFT_PFSYNC = 246
 46554  pkg syscall (openbsd-amd64), const IFT_PLC = 174
 46555  pkg syscall (openbsd-amd64), const IFT_PON155 = 207
 46556  pkg syscall (openbsd-amd64), const IFT_PON622 = 208
 46557  pkg syscall (openbsd-amd64), const IFT_POS = 171
 46558  pkg syscall (openbsd-amd64), const IFT_PPP = 23
 46559  pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
 46560  pkg syscall (openbsd-amd64), const IFT_PROPATM = 197
 46561  pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP = 184
 46562  pkg syscall (openbsd-amd64), const IFT_PROPCNLS = 89
 46563  pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 46564  pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 46565  pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 46566  pkg syscall (openbsd-amd64), const IFT_PROPMUX = 54
 46567  pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL = 53
 46568  pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P = 157
 46569  pkg syscall (openbsd-amd64), const IFT_PTPSERIAL = 22
 46570  pkg syscall (openbsd-amd64), const IFT_PVC = 242
 46571  pkg syscall (openbsd-amd64), const IFT_Q2931 = 201
 46572  pkg syscall (openbsd-amd64), const IFT_QLLC = 68
 46573  pkg syscall (openbsd-amd64), const IFT_RADIOMAC = 188
 46574  pkg syscall (openbsd-amd64), const IFT_RADSL = 95
 46575  pkg syscall (openbsd-amd64), const IFT_REACHDSL = 192
 46576  pkg syscall (openbsd-amd64), const IFT_RFC1483 = 159
 46577  pkg syscall (openbsd-amd64), const IFT_RS232 = 33
 46578  pkg syscall (openbsd-amd64), const IFT_RSRB = 79
 46579  pkg syscall (openbsd-amd64), const IFT_SDLC = 17
 46580  pkg syscall (openbsd-amd64), const IFT_SDSL = 96
 46581  pkg syscall (openbsd-amd64), const IFT_SHDSL = 169
 46582  pkg syscall (openbsd-amd64), const IFT_SIP = 31
 46583  pkg syscall (openbsd-amd64), const IFT_SIPSIG = 204
 46584  pkg syscall (openbsd-amd64), const IFT_SIPTG = 203
 46585  pkg syscall (openbsd-amd64), const IFT_SLIP = 28
 46586  pkg syscall (openbsd-amd64), const IFT_SMDSDXI = 43
 46587  pkg syscall (openbsd-amd64), const IFT_SMDSICIP = 52
 46588  pkg syscall (openbsd-amd64), const IFT_SONET = 39
 46589  pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
 46590  pkg syscall (openbsd-amd64), const IFT_SONETPATH = 50
 46591  pkg syscall (openbsd-amd64), const IFT_SONETVT = 51
 46592  pkg syscall (openbsd-amd64), const IFT_SRP = 151
 46593  pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK = 156
 46594  pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK = 111
 46595  pkg syscall (openbsd-amd64), const IFT_STARLAN = 11
 46596  pkg syscall (openbsd-amd64), const IFT_T1 = 18
 46597  pkg syscall (openbsd-amd64), const IFT_TDLC = 116
 46598  pkg syscall (openbsd-amd64), const IFT_TELINK = 200
 46599  pkg syscall (openbsd-amd64), const IFT_TERMPAD = 91
 46600  pkg syscall (openbsd-amd64), const IFT_TR008 = 176
 46601  pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC = 123
 46602  pkg syscall (openbsd-amd64), const IFT_TUNNEL = 131
 46603  pkg syscall (openbsd-amd64), const IFT_ULTRA = 29
 46604  pkg syscall (openbsd-amd64), const IFT_USB = 160
 46605  pkg syscall (openbsd-amd64), const IFT_V11 = 64
 46606  pkg syscall (openbsd-amd64), const IFT_V35 = 45
 46607  pkg syscall (openbsd-amd64), const IFT_V36 = 65
 46608  pkg syscall (openbsd-amd64), const IFT_V37 = 120
 46609  pkg syscall (openbsd-amd64), const IFT_VDSL = 97
 46610  pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
 46611  pkg syscall (openbsd-amd64), const IFT_VIRTUALTG = 202
 46612  pkg syscall (openbsd-amd64), const IFT_VOICEDID = 213
 46613  pkg syscall (openbsd-amd64), const IFT_VOICEEM = 100
 46614  pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD = 211
 46615  pkg syscall (openbsd-amd64), const IFT_VOICEENCAP = 103
 46616  pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA = 212
 46617  pkg syscall (openbsd-amd64), const IFT_VOICEFXO = 101
 46618  pkg syscall (openbsd-amd64), const IFT_VOICEFXS = 102
 46619  pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM = 152
 46620  pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE = 198
 46621  pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
 46622  pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP = 104
 46623  pkg syscall (openbsd-amd64), const IFT_X213 = 93
 46624  pkg syscall (openbsd-amd64), const IFT_X25 = 5
 46625  pkg syscall (openbsd-amd64), const IFT_X25DDN = 4
 46626  pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP = 122
 46627  pkg syscall (openbsd-amd64), const IFT_X25MLP = 121
 46628  pkg syscall (openbsd-amd64), const IFT_X25PLE = 40
 46629  pkg syscall (openbsd-amd64), const IFT_XETHER = 26
 46630  pkg syscall (openbsd-amd64), const IGNBRK = 1
 46631  pkg syscall (openbsd-amd64), const IGNCR = 128
 46632  pkg syscall (openbsd-amd64), const IGNPAR = 4
 46633  pkg syscall (openbsd-amd64), const IMAXBEL = 8192
 46634  pkg syscall (openbsd-amd64), const INLCR = 64
 46635  pkg syscall (openbsd-amd64), const INPCK = 16
 46636  pkg syscall (openbsd-amd64), const IN_CLASSA_HOST = 16777215
 46637  pkg syscall (openbsd-amd64), const IN_CLASSA_MAX = 128
 46638  pkg syscall (openbsd-amd64), const IN_CLASSA_NET = 4278190080
 46639  pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT = 24
 46640  pkg syscall (openbsd-amd64), const IN_CLASSB_HOST = 65535
 46641  pkg syscall (openbsd-amd64), const IN_CLASSB_MAX = 65536
 46642  pkg syscall (openbsd-amd64), const IN_CLASSB_NET = 4294901760
 46643  pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT = 16
 46644  pkg syscall (openbsd-amd64), const IN_CLASSC_HOST = 255
 46645  pkg syscall (openbsd-amd64), const IN_CLASSC_NET = 4294967040
 46646  pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT = 8
 46647  pkg syscall (openbsd-amd64), const IN_CLASSD_HOST = 268435455
 46648  pkg syscall (openbsd-amd64), const IN_CLASSD_NET = 4026531840
 46649  pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT = 28
 46650  pkg syscall (openbsd-amd64), const IN_LOOPBACKNET = 127
 46651  pkg syscall (openbsd-amd64), const IN_RFC3021_HOST = 1
 46652  pkg syscall (openbsd-amd64), const IN_RFC3021_NET = 4294967294
 46653  pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT = 31
 46654  pkg syscall (openbsd-amd64), const IPPROTO_AH = 51
 46655  pkg syscall (openbsd-amd64), const IPPROTO_CARP = 112
 46656  pkg syscall (openbsd-amd64), const IPPROTO_DIVERT = 258
 46657  pkg syscall (openbsd-amd64), const IPPROTO_DONE = 257
 46658  pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS = 60
 46659  pkg syscall (openbsd-amd64), const IPPROTO_EGP = 8
 46660  pkg syscall (openbsd-amd64), const IPPROTO_ENCAP = 98
 46661  pkg syscall (openbsd-amd64), const IPPROTO_EON = 80
 46662  pkg syscall (openbsd-amd64), const IPPROTO_ESP = 50
 46663  pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP = 97
 46664  pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT = 44
 46665  pkg syscall (openbsd-amd64), const IPPROTO_GGP = 3
 46666  pkg syscall (openbsd-amd64), const IPPROTO_GRE = 47
 46667  pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS = 0
 46668  pkg syscall (openbsd-amd64), const IPPROTO_ICMP = 1
 46669  pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 = 58
 46670  pkg syscall (openbsd-amd64), const IPPROTO_IDP = 22
 46671  pkg syscall (openbsd-amd64), const IPPROTO_IGMP = 2
 46672  pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP = 108
 46673  pkg syscall (openbsd-amd64), const IPPROTO_IPIP = 4
 46674  pkg syscall (openbsd-amd64), const IPPROTO_IPV4 = 4
 46675  pkg syscall (openbsd-amd64), const IPPROTO_MAX = 256
 46676  pkg syscall (openbsd-amd64), const IPPROTO_MAXID = 259
 46677  pkg syscall (openbsd-amd64), const IPPROTO_MOBILE = 55
 46678  pkg syscall (openbsd-amd64), const IPPROTO_MPLS = 137
 46679  pkg syscall (openbsd-amd64), const IPPROTO_NONE = 59
 46680  pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC = 240
 46681  pkg syscall (openbsd-amd64), const IPPROTO_PIM = 103
 46682  pkg syscall (openbsd-amd64), const IPPROTO_PUP = 12
 46683  pkg syscall (openbsd-amd64), const IPPROTO_RAW = 255
 46684  pkg syscall (openbsd-amd64), const IPPROTO_ROUTING = 43
 46685  pkg syscall (openbsd-amd64), const IPPROTO_RSVP = 46
 46686  pkg syscall (openbsd-amd64), const IPPROTO_TP = 29
 46687  pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL = 53
 46688  pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL = 59
 46689  pkg syscall (openbsd-amd64), const IPV6_CHECKSUM = 26
 46690  pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 46691  pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 46692  pkg syscall (openbsd-amd64), const IPV6_DEFHLIM = 64
 46693  pkg syscall (openbsd-amd64), const IPV6_DONTFRAG = 62
 46694  pkg syscall (openbsd-amd64), const IPV6_DSTOPTS = 50
 46695  pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL = 55
 46696  pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL = 54
 46697  pkg syscall (openbsd-amd64), const IPV6_FAITH = 29
 46698  pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
 46699  pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
 46700  pkg syscall (openbsd-amd64), const IPV6_FRAGTTL = 120
 46701  pkg syscall (openbsd-amd64), const IPV6_HLIMDEC = 1
 46702  pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT = 47
 46703  pkg syscall (openbsd-amd64), const IPV6_HOPOPTS = 49
 46704  pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL = 60
 46705  pkg syscall (openbsd-amd64), const IPV6_JOIN_GROUP = 12
 46706  pkg syscall (openbsd-amd64), const IPV6_LEAVE_GROUP = 13
 46707  pkg syscall (openbsd-amd64), const IPV6_MAXHLIM = 255
 46708  pkg syscall (openbsd-amd64), const IPV6_MAXPACKET = 65535
 46709  pkg syscall (openbsd-amd64), const IPV6_MMTU = 1280
 46710  pkg syscall (openbsd-amd64), const IPV6_MULTICAST_HOPS = 10
 46711  pkg syscall (openbsd-amd64), const IPV6_MULTICAST_IF = 9
 46712  pkg syscall (openbsd-amd64), const IPV6_MULTICAST_LOOP = 11
 46713  pkg syscall (openbsd-amd64), const IPV6_NEXTHOP = 48
 46714  pkg syscall (openbsd-amd64), const IPV6_OPTIONS = 1
 46715  pkg syscall (openbsd-amd64), const IPV6_PATHMTU = 44
 46716  pkg syscall (openbsd-amd64), const IPV6_PIPEX = 63
 46717  pkg syscall (openbsd-amd64), const IPV6_PKTINFO = 46
 46718  pkg syscall (openbsd-amd64), const IPV6_PORTRANGE = 14
 46719  pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
 46720  pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
 46721  pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW = 2
 46722  pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS = 40
 46723  pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT = 37
 46724  pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS = 39
 46725  pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU = 43
 46726  pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO = 36
 46727  pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR = 38
 46728  pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS = 57
 46729  pkg syscall (openbsd-amd64), const IPV6_RTABLE = 4129
 46730  pkg syscall (openbsd-amd64), const IPV6_RTHDR = 51
 46731  pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
 46732  pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE = 0
 46733  pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT = 1
 46734  pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
 46735  pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
 46736  pkg syscall (openbsd-amd64), const IPV6_TCLASS = 61
 46737  pkg syscall (openbsd-amd64), const IPV6_UNICAST_HOPS = 4
 46738  pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU = 42
 46739  pkg syscall (openbsd-amd64), const IPV6_V6ONLY = 27
 46740  pkg syscall (openbsd-amd64), const IPV6_VERSION = 96
 46741  pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK = 240
 46742  pkg syscall (openbsd-amd64), const IP_ADD_MEMBERSHIP = 12
 46743  pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL = 20
 46744  pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
 46745  pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
 46746  pkg syscall (openbsd-amd64), const IP_DF = 16384
 46747  pkg syscall (openbsd-amd64), const IP_DROP_MEMBERSHIP = 13
 46748  pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL = 22
 46749  pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL = 21
 46750  pkg syscall (openbsd-amd64), const IP_HDRINCL = 2
 46751  pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL = 29
 46752  pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO = 36
 46753  pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH = 27
 46754  pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED = 25
 46755  pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID = 23
 46756  pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH = 28
 46757  pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED = 26
 46758  pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID = 24
 46759  pkg syscall (openbsd-amd64), const IP_MAXPACKET = 65535
 46760  pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
 46761  pkg syscall (openbsd-amd64), const IP_MF = 8192
 46762  pkg syscall (openbsd-amd64), const IP_MINTTL = 32
 46763  pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS = 15
 46764  pkg syscall (openbsd-amd64), const IP_MSS = 576
 46765  pkg syscall (openbsd-amd64), const IP_MULTICAST_IF = 9
 46766  pkg syscall (openbsd-amd64), const IP_MULTICAST_LOOP = 11
 46767  pkg syscall (openbsd-amd64), const IP_MULTICAST_TTL = 10
 46768  pkg syscall (openbsd-amd64), const IP_OFFMASK = 8191
 46769  pkg syscall (openbsd-amd64), const IP_OPTIONS = 1
 46770  pkg syscall (openbsd-amd64), const IP_PIPEX = 34
 46771  pkg syscall (openbsd-amd64), const IP_PORTRANGE = 19
 46772  pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
 46773  pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH = 1
 46774  pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW = 2
 46775  pkg syscall (openbsd-amd64), const IP_RECVDSTADDR = 7
 46776  pkg syscall (openbsd-amd64), const IP_RECVDSTPORT = 33
 46777  pkg syscall (openbsd-amd64), const IP_RECVIF = 30
 46778  pkg syscall (openbsd-amd64), const IP_RECVOPTS = 5
 46779  pkg syscall (openbsd-amd64), const IP_RECVRETOPTS = 6
 46780  pkg syscall (openbsd-amd64), const IP_RECVRTABLE = 35
 46781  pkg syscall (openbsd-amd64), const IP_RECVTTL = 31
 46782  pkg syscall (openbsd-amd64), const IP_RETOPTS = 8
 46783  pkg syscall (openbsd-amd64), const IP_RF = 32768
 46784  pkg syscall (openbsd-amd64), const IP_RTABLE = 4129
 46785  pkg syscall (openbsd-amd64), const IP_TOS = 3
 46786  pkg syscall (openbsd-amd64), const IP_TTL = 4
 46787  pkg syscall (openbsd-amd64), const ISIG = 128
 46788  pkg syscall (openbsd-amd64), const ISTRIP = 32
 46789  pkg syscall (openbsd-amd64), const IXANY = 2048
 46790  pkg syscall (openbsd-amd64), const IXOFF = 1024
 46791  pkg syscall (openbsd-amd64), const IXON = 512
 46792  pkg syscall (openbsd-amd64), const ImplementsGetwd = false
 46793  pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH = 6
 46794  pkg syscall (openbsd-amd64), const LOCK_EX = 2
 46795  pkg syscall (openbsd-amd64), const LOCK_NB = 4
 46796  pkg syscall (openbsd-amd64), const LOCK_SH = 1
 46797  pkg syscall (openbsd-amd64), const LOCK_UN = 8
 46798  pkg syscall (openbsd-amd64), const MSG_BCAST = 256
 46799  pkg syscall (openbsd-amd64), const MSG_CTRUNC = 32
 46800  pkg syscall (openbsd-amd64), const MSG_DONTROUTE = 4
 46801  pkg syscall (openbsd-amd64), const MSG_DONTWAIT = 128
 46802  pkg syscall (openbsd-amd64), const MSG_EOR = 8
 46803  pkg syscall (openbsd-amd64), const MSG_MCAST = 512
 46804  pkg syscall (openbsd-amd64), const MSG_NOSIGNAL = 1024
 46805  pkg syscall (openbsd-amd64), const MSG_OOB = 1
 46806  pkg syscall (openbsd-amd64), const MSG_PEEK = 2
 46807  pkg syscall (openbsd-amd64), const MSG_TRUNC = 16
 46808  pkg syscall (openbsd-amd64), const MSG_WAITALL = 64
 46809  pkg syscall (openbsd-amd64), const NAME_MAX = 255
 46810  pkg syscall (openbsd-amd64), const NET_RT_DUMP = 1
 46811  pkg syscall (openbsd-amd64), const NET_RT_FLAGS = 2
 46812  pkg syscall (openbsd-amd64), const NET_RT_IFLIST = 3
 46813  pkg syscall (openbsd-amd64), const NET_RT_MAXID = 6
 46814  pkg syscall (openbsd-amd64), const NET_RT_STATS = 4
 46815  pkg syscall (openbsd-amd64), const NET_RT_TABLE = 5
 46816  pkg syscall (openbsd-amd64), const NOFLSH = 2147483648
 46817  pkg syscall (openbsd-amd64), const NOTE_ATTRIB = 8
 46818  pkg syscall (openbsd-amd64), const NOTE_CHILD = 4
 46819  pkg syscall (openbsd-amd64), const NOTE_DELETE = 1
 46820  pkg syscall (openbsd-amd64), const NOTE_EOF = 2
 46821  pkg syscall (openbsd-amd64), const NOTE_EXEC = 536870912
 46822  pkg syscall (openbsd-amd64), const NOTE_EXIT = 2147483648
 46823  pkg syscall (openbsd-amd64), const NOTE_EXTEND = 4
 46824  pkg syscall (openbsd-amd64), const NOTE_FORK = 1073741824
 46825  pkg syscall (openbsd-amd64), const NOTE_LINK = 16
 46826  pkg syscall (openbsd-amd64), const NOTE_LOWAT = 1
 46827  pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK = 4026531840
 46828  pkg syscall (openbsd-amd64), const NOTE_PDATAMASK = 1048575
 46829  pkg syscall (openbsd-amd64), const NOTE_RENAME = 32
 46830  pkg syscall (openbsd-amd64), const NOTE_REVOKE = 64
 46831  pkg syscall (openbsd-amd64), const NOTE_TRACK = 1
 46832  pkg syscall (openbsd-amd64), const NOTE_TRACKERR = 2
 46833  pkg syscall (openbsd-amd64), const NOTE_TRUNCATE = 128
 46834  pkg syscall (openbsd-amd64), const NOTE_WRITE = 2
 46835  pkg syscall (openbsd-amd64), const OCRNL = 16
 46836  pkg syscall (openbsd-amd64), const ONLCR = 2
 46837  pkg syscall (openbsd-amd64), const ONLRET = 128
 46838  pkg syscall (openbsd-amd64), const ONOCR = 64
 46839  pkg syscall (openbsd-amd64), const ONOEOT = 8
 46840  pkg syscall (openbsd-amd64), const OPOST = 1
 46841  pkg syscall (openbsd-amd64), const O_ACCMODE = 3
 46842  pkg syscall (openbsd-amd64), const O_APPEND = 8
 46843  pkg syscall (openbsd-amd64), const O_ASYNC = 64
 46844  pkg syscall (openbsd-amd64), const O_CLOEXEC = 65536
 46845  pkg syscall (openbsd-amd64), const O_CREAT = 512
 46846  pkg syscall (openbsd-amd64), const O_DIRECTORY = 131072
 46847  pkg syscall (openbsd-amd64), const O_DSYNC = 128
 46848  pkg syscall (openbsd-amd64), const O_EXCL = 2048
 46849  pkg syscall (openbsd-amd64), const O_EXLOCK = 32
 46850  pkg syscall (openbsd-amd64), const O_FSYNC = 128
 46851  pkg syscall (openbsd-amd64), const O_NDELAY = 4
 46852  pkg syscall (openbsd-amd64), const O_NOCTTY = 32768
 46853  pkg syscall (openbsd-amd64), const O_NOFOLLOW = 256
 46854  pkg syscall (openbsd-amd64), const O_NONBLOCK = 4
 46855  pkg syscall (openbsd-amd64), const O_RSYNC = 128
 46856  pkg syscall (openbsd-amd64), const O_SHLOCK = 16
 46857  pkg syscall (openbsd-amd64), const O_SYNC = 128
 46858  pkg syscall (openbsd-amd64), const O_TRUNC = 1024
 46859  pkg syscall (openbsd-amd64), const PARENB = 4096
 46860  pkg syscall (openbsd-amd64), const PARMRK = 8
 46861  pkg syscall (openbsd-amd64), const PARODD = 8192
 46862  pkg syscall (openbsd-amd64), const PENDIN = 536870912
 46863  pkg syscall (openbsd-amd64), const PF_FLUSH = 1
 46864  pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21
 46865  pkg syscall (openbsd-amd64), const PTRACE_CONT = 7
 46866  pkg syscall (openbsd-amd64), const PTRACE_KILL = 8
 46867  pkg syscall (openbsd-amd64), const PTRACE_TRACEME = 0
 46868  pkg syscall (openbsd-amd64), const RLIMIT_CORE = 4
 46869  pkg syscall (openbsd-amd64), const RLIMIT_CPU = 0
 46870  pkg syscall (openbsd-amd64), const RLIMIT_DATA = 2
 46871  pkg syscall (openbsd-amd64), const RLIMIT_FSIZE = 1
 46872  pkg syscall (openbsd-amd64), const RLIMIT_NOFILE = 8
 46873  pkg syscall (openbsd-amd64), const RLIMIT_STACK = 3
 46874  pkg syscall (openbsd-amd64), const RLIM_INFINITY = 9223372036854775807
 46875  pkg syscall (openbsd-amd64), const RTAX_AUTHOR = 6
 46876  pkg syscall (openbsd-amd64), const RTAX_BRD = 7
 46877  pkg syscall (openbsd-amd64), const RTAX_DST = 0
 46878  pkg syscall (openbsd-amd64), const RTAX_GATEWAY = 1
 46879  pkg syscall (openbsd-amd64), const RTAX_GENMASK = 3
 46880  pkg syscall (openbsd-amd64), const RTAX_IFA = 5
 46881  pkg syscall (openbsd-amd64), const RTAX_IFP = 4
 46882  pkg syscall (openbsd-amd64), const RTAX_LABEL = 10
 46883  pkg syscall (openbsd-amd64), const RTAX_MAX = 11
 46884  pkg syscall (openbsd-amd64), const RTAX_NETMASK = 2
 46885  pkg syscall (openbsd-amd64), const RTAX_SRC = 8
 46886  pkg syscall (openbsd-amd64), const RTAX_SRCMASK = 9
 46887  pkg syscall (openbsd-amd64), const RTA_AUTHOR = 64
 46888  pkg syscall (openbsd-amd64), const RTA_BRD = 128
 46889  pkg syscall (openbsd-amd64), const RTA_DST = 1
 46890  pkg syscall (openbsd-amd64), const RTA_GATEWAY = 2
 46891  pkg syscall (openbsd-amd64), const RTA_GENMASK = 8
 46892  pkg syscall (openbsd-amd64), const RTA_IFA = 32
 46893  pkg syscall (openbsd-amd64), const RTA_IFP = 16
 46894  pkg syscall (openbsd-amd64), const RTA_LABEL = 1024
 46895  pkg syscall (openbsd-amd64), const RTA_NETMASK = 4
 46896  pkg syscall (openbsd-amd64), const RTA_SRC = 256
 46897  pkg syscall (openbsd-amd64), const RTA_SRCMASK = 512
 46898  pkg syscall (openbsd-amd64), const RTF_ANNOUNCE = 16384
 46899  pkg syscall (openbsd-amd64), const RTF_BLACKHOLE = 4096
 46900  pkg syscall (openbsd-amd64), const RTF_CLONED = 65536
 46901  pkg syscall (openbsd-amd64), const RTF_CLONING = 256
 46902  pkg syscall (openbsd-amd64), const RTF_DONE = 64
 46903  pkg syscall (openbsd-amd64), const RTF_DYNAMIC = 16
 46904  pkg syscall (openbsd-amd64), const RTF_FMASK = 63496
 46905  pkg syscall (openbsd-amd64), const RTF_GATEWAY = 2
 46906  pkg syscall (openbsd-amd64), const RTF_HOST = 4
 46907  pkg syscall (openbsd-amd64), const RTF_LLINFO = 1024
 46908  pkg syscall (openbsd-amd64), const RTF_MASK = 128
 46909  pkg syscall (openbsd-amd64), const RTF_MODIFIED = 32
 46910  pkg syscall (openbsd-amd64), const RTF_MPATH = 262144
 46911  pkg syscall (openbsd-amd64), const RTF_MPLS = 1048576
 46912  pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP = 8192
 46913  pkg syscall (openbsd-amd64), const RTF_PROTO1 = 32768
 46914  pkg syscall (openbsd-amd64), const RTF_PROTO2 = 16384
 46915  pkg syscall (openbsd-amd64), const RTF_PROTO3 = 8192
 46916  pkg syscall (openbsd-amd64), const RTF_REJECT = 8
 46917  pkg syscall (openbsd-amd64), const RTF_SOURCE = 131072
 46918  pkg syscall (openbsd-amd64), const RTF_STATIC = 2048
 46919  pkg syscall (openbsd-amd64), const RTF_TUNNEL = 1048576
 46920  pkg syscall (openbsd-amd64), const RTF_UP = 1
 46921  pkg syscall (openbsd-amd64), const RTF_USETRAILERS = 32768
 46922  pkg syscall (openbsd-amd64), const RTF_XRESOLVE = 512
 46923  pkg syscall (openbsd-amd64), const RTM_ADD = 1
 46924  pkg syscall (openbsd-amd64), const RTM_CHANGE = 3
 46925  pkg syscall (openbsd-amd64), const RTM_DELADDR = 13
 46926  pkg syscall (openbsd-amd64), const RTM_DELETE = 2
 46927  pkg syscall (openbsd-amd64), const RTM_DESYNC = 16
 46928  pkg syscall (openbsd-amd64), const RTM_GET = 4
 46929  pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE = 15
 46930  pkg syscall (openbsd-amd64), const RTM_IFINFO = 14
 46931  pkg syscall (openbsd-amd64), const RTM_LOCK = 8
 46932  pkg syscall (openbsd-amd64), const RTM_LOSING = 5
 46933  pkg syscall (openbsd-amd64), const RTM_MAXSIZE = 2048
 46934  pkg syscall (openbsd-amd64), const RTM_MISS = 7
 46935  pkg syscall (openbsd-amd64), const RTM_NEWADDR = 12
 46936  pkg syscall (openbsd-amd64), const RTM_REDIRECT = 6
 46937  pkg syscall (openbsd-amd64), const RTM_RESOLVE = 11
 46938  pkg syscall (openbsd-amd64), const RTM_RTTUNIT = 1000000
 46939  pkg syscall (openbsd-amd64), const RTM_VERSION = 4
 46940  pkg syscall (openbsd-amd64), const RTV_EXPIRE = 4
 46941  pkg syscall (openbsd-amd64), const RTV_HOPCOUNT = 2
 46942  pkg syscall (openbsd-amd64), const RTV_MTU = 1
 46943  pkg syscall (openbsd-amd64), const RTV_RPIPE = 8
 46944  pkg syscall (openbsd-amd64), const RTV_RTT = 64
 46945  pkg syscall (openbsd-amd64), const RTV_RTTVAR = 128
 46946  pkg syscall (openbsd-amd64), const RTV_SPIPE = 16
 46947  pkg syscall (openbsd-amd64), const RTV_SSTHRESH = 32
 46948  pkg syscall (openbsd-amd64), const RT_TABLEID_MAX = 255
 46949  pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN = -1
 46950  pkg syscall (openbsd-amd64), const RUSAGE_SELF = 0
 46951  pkg syscall (openbsd-amd64), const RUSAGE_THREAD = 1
 46952  pkg syscall (openbsd-amd64), const SCM_RIGHTS = 1
 46953  pkg syscall (openbsd-amd64), const SCM_TIMESTAMP = 4
 46954  pkg syscall (openbsd-amd64), const SIGBUS = 10
 46955  pkg syscall (openbsd-amd64), const SIGCHLD = 20
 46956  pkg syscall (openbsd-amd64), const SIGCONT = 19
 46957  pkg syscall (openbsd-amd64), const SIGEMT = 7
 46958  pkg syscall (openbsd-amd64), const SIGINFO = 29
 46959  pkg syscall (openbsd-amd64), const SIGIO = 23
 46960  pkg syscall (openbsd-amd64), const SIGIOT = 6
 46961  pkg syscall (openbsd-amd64), const SIGPROF = 27
 46962  pkg syscall (openbsd-amd64), const SIGSTOP = 17
 46963  pkg syscall (openbsd-amd64), const SIGSYS = 12
 46964  pkg syscall (openbsd-amd64), const SIGTHR = 32
 46965  pkg syscall (openbsd-amd64), const SIGTSTP = 18
 46966  pkg syscall (openbsd-amd64), const SIGTTIN = 21
 46967  pkg syscall (openbsd-amd64), const SIGTTOU = 22
 46968  pkg syscall (openbsd-amd64), const SIGURG = 16
 46969  pkg syscall (openbsd-amd64), const SIGUSR1 = 30
 46970  pkg syscall (openbsd-amd64), const SIGUSR2 = 31
 46971  pkg syscall (openbsd-amd64), const SIGVTALRM = 26
 46972  pkg syscall (openbsd-amd64), const SIGWINCH = 28
 46973  pkg syscall (openbsd-amd64), const SIGXCPU = 24
 46974  pkg syscall (openbsd-amd64), const SIGXFSZ = 25
 46975  pkg syscall (openbsd-amd64), const SIOCADDMULTI = 2149607729
 46976  pkg syscall (openbsd-amd64), const SIOCAIFADDR = 2151704858
 46977  pkg syscall (openbsd-amd64), const SIOCAIFGROUP = 2150132103
 46978  pkg syscall (openbsd-amd64), const SIOCALIFADDR = 2182637852
 46979  pkg syscall (openbsd-amd64), const SIOCATMARK = 1074033415
 46980  pkg syscall (openbsd-amd64), const SIOCBRDGADD = 2153277756
 46981  pkg syscall (openbsd-amd64), const SIOCBRDGADDS = 2153277761
 46982  pkg syscall (openbsd-amd64), const SIOCBRDGARL = 2154719565
 46983  pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039
 46984  pkg syscall (openbsd-amd64), const SIOCBRDGDEL = 2153277757
 46985  pkg syscall (openbsd-amd64), const SIOCBRDGDELS = 2153277762
 46986  pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH = 2153277768
 46987  pkg syscall (openbsd-amd64), const SIOCBRDGFRL = 2154719566
 46988  pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE = 3222563137
 46989  pkg syscall (openbsd-amd64), const SIOCBRDGGFD = 3222563154
 46990  pkg syscall (openbsd-amd64), const SIOCBRDGGHT = 3222563153
 46991  pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS = 3227019582
 46992  pkg syscall (openbsd-amd64), const SIOCBRDGGMA = 3222563155
 46993  pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM = 3225446744
 46994  pkg syscall (openbsd-amd64), const SIOCBRDGGPRI = 3222563152
 46995  pkg syscall (openbsd-amd64), const SIOCBRDGGRL = 3224398159
 46996  pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS = 3227019580
 46997  pkg syscall (openbsd-amd64), const SIOCBRDGGTO = 3222563142
 46998  pkg syscall (openbsd-amd64), const SIOCBRDGIFS = 3227019586
 46999  pkg syscall (openbsd-amd64), const SIOCBRDGRTS = 3223349571
 47000  pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860
 47001  pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE = 2148821312
 47002  pkg syscall (openbsd-amd64), const SIOCBRDGSFD = 2148821330
 47003  pkg syscall (openbsd-amd64), const SIOCBRDGSHT = 2148821329
 47004  pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST = 2153277781
 47005  pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS = 2153277759
 47006  pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO = 2153277780
 47007  pkg syscall (openbsd-amd64), const SIOCBRDGSMA = 2148821331
 47008  pkg syscall (openbsd-amd64), const SIOCBRDGSPRI = 2148821328
 47009  pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO = 2148821338
 47010  pkg syscall (openbsd-amd64), const SIOCBRDGSTO = 2148821317
 47011  pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC = 2148821337
 47012  pkg syscall (openbsd-amd64), const SIOCDELMULTI = 2149607730
 47013  pkg syscall (openbsd-amd64), const SIOCDIFADDR = 2149607705
 47014  pkg syscall (openbsd-amd64), const SIOCDIFGROUP = 2150132105
 47015  pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR = 2149607753
 47016  pkg syscall (openbsd-amd64), const SIOCDLIFADDR = 2182637854
 47017  pkg syscall (openbsd-amd64), const SIOCGETKALIVE = 3222825380
 47018  pkg syscall (openbsd-amd64), const SIOCGETLABEL = 2149607834
 47019  pkg syscall (openbsd-amd64), const SIOCGETPFLOW = 3223349758
 47020  pkg syscall (openbsd-amd64), const SIOCGETPFSYNC = 3223349752
 47021  pkg syscall (openbsd-amd64), const SIOCGETSGCNT = 3223352628
 47022  pkg syscall (openbsd-amd64), const SIOCGETVIFCNT = 3223876915
 47023  pkg syscall (openbsd-amd64), const SIOCGHIWAT = 1074033409
 47024  pkg syscall (openbsd-amd64), const SIOCGIFADDR = 3223349537
 47025  pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP = 3223349628
 47026  pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR = 3223349539
 47027  pkg syscall (openbsd-amd64), const SIOCGIFCONF = 3222300964
 47028  pkg syscall (openbsd-amd64), const SIOCGIFDATA = 3223349531
 47029  pkg syscall (openbsd-amd64), const SIOCGIFDESCR = 3223349633
 47030  pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR = 3223349538
 47031  pkg syscall (openbsd-amd64), const SIOCGIFFLAGS = 3223349521
 47032  pkg syscall (openbsd-amd64), const SIOCGIFGATTR = 3223873931
 47033  pkg syscall (openbsd-amd64), const SIOCGIFGENERIC = 3223349562
 47034  pkg syscall (openbsd-amd64), const SIOCGIFGMEMB = 3223873930
 47035  pkg syscall (openbsd-amd64), const SIOCGIFGROUP = 3223873928
 47036  pkg syscall (openbsd-amd64), const SIOCGIFMEDIA = 3224398134
 47037  pkg syscall (openbsd-amd64), const SIOCGIFMETRIC = 3223349527
 47038  pkg syscall (openbsd-amd64), const SIOCGIFMTU = 3223349630
 47039  pkg syscall (openbsd-amd64), const SIOCGIFNETMASK = 3223349541
 47040  pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR = 3223349576
 47041  pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY = 3223349660
 47042  pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR = 3223349575
 47043  pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN = 3223349664
 47044  pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL = 3223349635
 47045  pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT = 3223349638
 47046  pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS = 3223349662
 47047  pkg syscall (openbsd-amd64), const SIOCGLIFADDR = 3256379677
 47048  pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR = 3256379723
 47049  pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE = 3223349666
 47050  pkg syscall (openbsd-amd64), const SIOCGLOWAT = 1074033411
 47051  pkg syscall (openbsd-amd64), const SIOCGPGRP = 1074033417
 47052  pkg syscall (openbsd-amd64), const SIOCGVH = 3223349750
 47053  pkg syscall (openbsd-amd64), const SIOCIFCREATE = 2149607802
 47054  pkg syscall (openbsd-amd64), const SIOCIFDESTROY = 2149607801
 47055  pkg syscall (openbsd-amd64), const SIOCIFGCLONERS = 3222301048
 47056  pkg syscall (openbsd-amd64), const SIOCSETKALIVE = 2149083555
 47057  pkg syscall (openbsd-amd64), const SIOCSETLABEL = 2149607833
 47058  pkg syscall (openbsd-amd64), const SIOCSETPFLOW = 2149607933
 47059  pkg syscall (openbsd-amd64), const SIOCSETPFSYNC = 2149607927
 47060  pkg syscall (openbsd-amd64), const SIOCSHIWAT = 2147775232
 47061  pkg syscall (openbsd-amd64), const SIOCSIFADDR = 2149607692
 47062  pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP = 2149607805
 47063  pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR = 2149607699
 47064  pkg syscall (openbsd-amd64), const SIOCSIFDESCR = 2149607808
 47065  pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR = 2149607694
 47066  pkg syscall (openbsd-amd64), const SIOCSIFFLAGS = 2149607696
 47067  pkg syscall (openbsd-amd64), const SIOCSIFGATTR = 2150132108
 47068  pkg syscall (openbsd-amd64), const SIOCSIFGENERIC = 2149607737
 47069  pkg syscall (openbsd-amd64), const SIOCSIFLLADDR = 2149607711
 47070  pkg syscall (openbsd-amd64), const SIOCSIFMEDIA = 3223349557
 47071  pkg syscall (openbsd-amd64), const SIOCSIFMETRIC = 2149607704
 47072  pkg syscall (openbsd-amd64), const SIOCSIFMTU = 2149607807
 47073  pkg syscall (openbsd-amd64), const SIOCSIFNETMASK = 2149607702
 47074  pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR = 2151704902
 47075  pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY = 2149607835
 47076  pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN = 2149607839
 47077  pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL = 2149607810
 47078  pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT = 2149607813
 47079  pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS = 2149607837
 47080  pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR = 2182637898
 47081  pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE = 2149607841
 47082  pkg syscall (openbsd-amd64), const SIOCSLOWAT = 2147775234
 47083  pkg syscall (openbsd-amd64), const SIOCSPGRP = 2147775240
 47084  pkg syscall (openbsd-amd64), const SIOCSVH = 3223349749
 47085  pkg syscall (openbsd-amd64), const SOCK_RDM = 4
 47086  pkg syscall (openbsd-amd64), const SOL_SOCKET = 65535
 47087  pkg syscall (openbsd-amd64), const SOMAXCONN = 128
 47088  pkg syscall (openbsd-amd64), const SO_ACCEPTCONN = 2
 47089  pkg syscall (openbsd-amd64), const SO_BINDANY = 4096
 47090  pkg syscall (openbsd-amd64), const SO_BROADCAST = 32
 47091  pkg syscall (openbsd-amd64), const SO_DEBUG = 1
 47092  pkg syscall (openbsd-amd64), const SO_DONTROUTE = 16
 47093  pkg syscall (openbsd-amd64), const SO_ERROR = 4103
 47094  pkg syscall (openbsd-amd64), const SO_KEEPALIVE = 8
 47095  pkg syscall (openbsd-amd64), const SO_LINGER = 128
 47096  pkg syscall (openbsd-amd64), const SO_NETPROC = 4128
 47097  pkg syscall (openbsd-amd64), const SO_OOBINLINE = 256
 47098  pkg syscall (openbsd-amd64), const SO_PEERCRED = 4130
 47099  pkg syscall (openbsd-amd64), const SO_RCVBUF = 4098
 47100  pkg syscall (openbsd-amd64), const SO_RCVLOWAT = 4100
 47101  pkg syscall (openbsd-amd64), const SO_RCVTIMEO = 4102
 47102  pkg syscall (openbsd-amd64), const SO_REUSEADDR = 4
 47103  pkg syscall (openbsd-amd64), const SO_REUSEPORT = 512
 47104  pkg syscall (openbsd-amd64), const SO_RTABLE = 4129
 47105  pkg syscall (openbsd-amd64), const SO_SNDBUF = 4097
 47106  pkg syscall (openbsd-amd64), const SO_SNDLOWAT = 4099
 47107  pkg syscall (openbsd-amd64), const SO_SNDTIMEO = 4101
 47108  pkg syscall (openbsd-amd64), const SO_SPLICE = 4131
 47109  pkg syscall (openbsd-amd64), const SO_TIMESTAMP = 2048
 47110  pkg syscall (openbsd-amd64), const SO_TYPE = 4104
 47111  pkg syscall (openbsd-amd64), const SO_USELOOPBACK = 64
 47112  pkg syscall (openbsd-amd64), const SYS_ACCEPT = 30
 47113  pkg syscall (openbsd-amd64), const SYS_ACCESS = 33
 47114  pkg syscall (openbsd-amd64), const SYS_ACCT = 51
 47115  pkg syscall (openbsd-amd64), const SYS_ADJFREQ = 305
 47116  pkg syscall (openbsd-amd64), const SYS_ADJTIME = 140
 47117  pkg syscall (openbsd-amd64), const SYS_BIND = 104
 47118  pkg syscall (openbsd-amd64), const SYS_CHDIR = 12
 47119  pkg syscall (openbsd-amd64), const SYS_CHFLAGS = 34
 47120  pkg syscall (openbsd-amd64), const SYS_CHMOD = 15
 47121  pkg syscall (openbsd-amd64), const SYS_CHOWN = 16
 47122  pkg syscall (openbsd-amd64), const SYS_CHROOT = 61
 47123  pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234
 47124  pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232
 47125  pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233
 47126  pkg syscall (openbsd-amd64), const SYS_CLOSE = 6
 47127  pkg syscall (openbsd-amd64), const SYS_CLOSEFROM = 287
 47128  pkg syscall (openbsd-amd64), const SYS_CONNECT = 98
 47129  pkg syscall (openbsd-amd64), const SYS_DUP = 41
 47130  pkg syscall (openbsd-amd64), const SYS_DUP2 = 90
 47131  pkg syscall (openbsd-amd64), const SYS_EXECVE = 59
 47132  pkg syscall (openbsd-amd64), const SYS_EXIT = 1
 47133  pkg syscall (openbsd-amd64), const SYS_FACCESSAT = 313
 47134  pkg syscall (openbsd-amd64), const SYS_FCHDIR = 13
 47135  pkg syscall (openbsd-amd64), const SYS_FCHFLAGS = 35
 47136  pkg syscall (openbsd-amd64), const SYS_FCHMOD = 124
 47137  pkg syscall (openbsd-amd64), const SYS_FCHMODAT = 314
 47138  pkg syscall (openbsd-amd64), const SYS_FCHOWN = 123
 47139  pkg syscall (openbsd-amd64), const SYS_FCHOWNAT = 315
 47140  pkg syscall (openbsd-amd64), const SYS_FCNTL = 92
 47141  pkg syscall (openbsd-amd64), const SYS_FHOPEN = 264
 47142  pkg syscall (openbsd-amd64), const SYS_FHSTAT = 294
 47143  pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309
 47144  pkg syscall (openbsd-amd64), const SYS_FLOCK = 131
 47145  pkg syscall (openbsd-amd64), const SYS_FORK = 2
 47146  pkg syscall (openbsd-amd64), const SYS_FPATHCONF = 192
 47147  pkg syscall (openbsd-amd64), const SYS_FSTAT = 292
 47148  pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316
 47149  pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308
 47150  pkg syscall (openbsd-amd64), const SYS_FSYNC = 95
 47151  pkg syscall (openbsd-amd64), const SYS_FTRUNCATE = 201
 47152  pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327
 47153  pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206
 47154  pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312
 47155  pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT = 18
 47156  pkg syscall (openbsd-amd64), const SYS_GETEGID = 43
 47157  pkg syscall (openbsd-amd64), const SYS_GETEUID = 25
 47158  pkg syscall (openbsd-amd64), const SYS_GETFH = 161
 47159  pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306
 47160  pkg syscall (openbsd-amd64), const SYS_GETGID = 47
 47161  pkg syscall (openbsd-amd64), const SYS_GETGROUPS = 79
 47162  pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
 47163  pkg syscall (openbsd-amd64), const SYS_GETLOGIN = 49
 47164  pkg syscall (openbsd-amd64), const SYS_GETPEERNAME = 31
 47165  pkg syscall (openbsd-amd64), const SYS_GETPGID = 207
 47166  pkg syscall (openbsd-amd64), const SYS_GETPGRP = 81
 47167  pkg syscall (openbsd-amd64), const SYS_GETPID = 20
 47168  pkg syscall (openbsd-amd64), const SYS_GETPPID = 39
 47169  pkg syscall (openbsd-amd64), const SYS_GETPRIORITY = 100
 47170  pkg syscall (openbsd-amd64), const SYS_GETRESGID = 283
 47171  pkg syscall (openbsd-amd64), const SYS_GETRESUID = 281
 47172  pkg syscall (openbsd-amd64), const SYS_GETRLIMIT = 194
 47173  pkg syscall (openbsd-amd64), const SYS_GETRTABLE = 311
 47174  pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
 47175  pkg syscall (openbsd-amd64), const SYS_GETSID = 255
 47176  pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME = 32
 47177  pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT = 118
 47178  pkg syscall (openbsd-amd64), const SYS_GETTHRID = 299
 47179  pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
 47180  pkg syscall (openbsd-amd64), const SYS_GETUID = 24
 47181  pkg syscall (openbsd-amd64), const SYS_IOCTL = 54
 47182  pkg syscall (openbsd-amd64), const SYS_ISSETUGID = 253
 47183  pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
 47184  pkg syscall (openbsd-amd64), const SYS_KILL = 37
 47185  pkg syscall (openbsd-amd64), const SYS_KQUEUE = 269
 47186  pkg syscall (openbsd-amd64), const SYS_KTRACE = 45
 47187  pkg syscall (openbsd-amd64), const SYS_LCHOWN = 254
 47188  pkg syscall (openbsd-amd64), const SYS_LINK = 9
 47189  pkg syscall (openbsd-amd64), const SYS_LINKAT = 317
 47190  pkg syscall (openbsd-amd64), const SYS_LISTEN = 106
 47191  pkg syscall (openbsd-amd64), const SYS_LSEEK = 199
 47192  pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
 47193  pkg syscall (openbsd-amd64), const SYS_MADVISE = 75
 47194  pkg syscall (openbsd-amd64), const SYS_MINCORE = 78
 47195  pkg syscall (openbsd-amd64), const SYS_MINHERIT = 250
 47196  pkg syscall (openbsd-amd64), const SYS_MKDIR = 136
 47197  pkg syscall (openbsd-amd64), const SYS_MKDIRAT = 318
 47198  pkg syscall (openbsd-amd64), const SYS_MKFIFO = 132
 47199  pkg syscall (openbsd-amd64), const SYS_MKFIFOAT = 319
 47200  pkg syscall (openbsd-amd64), const SYS_MKNOD = 14
 47201  pkg syscall (openbsd-amd64), const SYS_MKNODAT = 320
 47202  pkg syscall (openbsd-amd64), const SYS_MLOCK = 203
 47203  pkg syscall (openbsd-amd64), const SYS_MLOCKALL = 271
 47204  pkg syscall (openbsd-amd64), const SYS_MMAP = 197
 47205  pkg syscall (openbsd-amd64), const SYS_MOUNT = 21
 47206  pkg syscall (openbsd-amd64), const SYS_MPROTECT = 74
 47207  pkg syscall (openbsd-amd64), const SYS_MQUERY = 286
 47208  pkg syscall (openbsd-amd64), const SYS_MSGCTL = 297
 47209  pkg syscall (openbsd-amd64), const SYS_MSGGET = 225
 47210  pkg syscall (openbsd-amd64), const SYS_MSGRCV = 227
 47211  pkg syscall (openbsd-amd64), const SYS_MSGSND = 226
 47212  pkg syscall (openbsd-amd64), const SYS_MSYNC = 256
 47213  pkg syscall (openbsd-amd64), const SYS_MUNLOCK = 204
 47214  pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL = 272
 47215  pkg syscall (openbsd-amd64), const SYS_MUNMAP = 73
 47216  pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
 47217  pkg syscall (openbsd-amd64), const SYS_NFSSVC = 155
 47218  pkg syscall (openbsd-amd64), const SYS_OBREAK = 17
 47219  pkg syscall (openbsd-amd64), const SYS_OPEN = 5
 47220  pkg syscall (openbsd-amd64), const SYS_OPENAT = 321
 47221  pkg syscall (openbsd-amd64), const SYS_PATHCONF = 191
 47222  pkg syscall (openbsd-amd64), const SYS_PIPE = 263
 47223  pkg syscall (openbsd-amd64), const SYS_POLL = 252
 47224  pkg syscall (openbsd-amd64), const SYS_PREAD = 173
 47225  pkg syscall (openbsd-amd64), const SYS_PREADV = 267
 47226  pkg syscall (openbsd-amd64), const SYS_PROFIL = 44
 47227  pkg syscall (openbsd-amd64), const SYS_PTRACE = 26
 47228  pkg syscall (openbsd-amd64), const SYS_PWRITE = 174
 47229  pkg syscall (openbsd-amd64), const SYS_PWRITEV = 268
 47230  pkg syscall (openbsd-amd64), const SYS_QUOTACTL = 148
 47231  pkg syscall (openbsd-amd64), const SYS_READ = 3
 47232  pkg syscall (openbsd-amd64), const SYS_READLINK = 58
 47233  pkg syscall (openbsd-amd64), const SYS_READLINKAT = 322
 47234  pkg syscall (openbsd-amd64), const SYS_READV = 120
 47235  pkg syscall (openbsd-amd64), const SYS_REBOOT = 55
 47236  pkg syscall (openbsd-amd64), const SYS_RECVFROM = 29
 47237  pkg syscall (openbsd-amd64), const SYS_RECVMSG = 27
 47238  pkg syscall (openbsd-amd64), const SYS_RENAME = 128
 47239  pkg syscall (openbsd-amd64), const SYS_RENAMEAT = 323
 47240  pkg syscall (openbsd-amd64), const SYS_REVOKE = 56
 47241  pkg syscall (openbsd-amd64), const SYS_RMDIR = 137
 47242  pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD = 298
 47243  pkg syscall (openbsd-amd64), const SYS_SELECT = 93
 47244  pkg syscall (openbsd-amd64), const SYS_SEMGET = 221
 47245  pkg syscall (openbsd-amd64), const SYS_SEMOP = 290
 47246  pkg syscall (openbsd-amd64), const SYS_SENDMSG = 28
 47247  pkg syscall (openbsd-amd64), const SYS_SENDTO = 133
 47248  pkg syscall (openbsd-amd64), const SYS_SETEGID = 182
 47249  pkg syscall (openbsd-amd64), const SYS_SETEUID = 183
 47250  pkg syscall (openbsd-amd64), const SYS_SETGID = 181
 47251  pkg syscall (openbsd-amd64), const SYS_SETGROUPS = 80
 47252  pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83
 47253  pkg syscall (openbsd-amd64), const SYS_SETLOGIN = 50
 47254  pkg syscall (openbsd-amd64), const SYS_SETPGID = 82
 47255  pkg syscall (openbsd-amd64), const SYS_SETPRIORITY = 96
 47256  pkg syscall (openbsd-amd64), const SYS_SETREGID = 127
 47257  pkg syscall (openbsd-amd64), const SYS_SETRESGID = 284
 47258  pkg syscall (openbsd-amd64), const SYS_SETRESUID = 282
 47259  pkg syscall (openbsd-amd64), const SYS_SETREUID = 126
 47260  pkg syscall (openbsd-amd64), const SYS_SETRLIMIT = 195
 47261  pkg syscall (openbsd-amd64), const SYS_SETRTABLE = 310
 47262  pkg syscall (openbsd-amd64), const SYS_SETSID = 147
 47263  pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT = 105
 47264  pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122
 47265  pkg syscall (openbsd-amd64), const SYS_SETUID = 23
 47266  pkg syscall (openbsd-amd64), const SYS_SHMAT = 228
 47267  pkg syscall (openbsd-amd64), const SYS_SHMCTL = 296
 47268  pkg syscall (openbsd-amd64), const SYS_SHMDT = 230
 47269  pkg syscall (openbsd-amd64), const SYS_SHMGET = 289
 47270  pkg syscall (openbsd-amd64), const SYS_SHUTDOWN = 134
 47271  pkg syscall (openbsd-amd64), const SYS_SIGACTION = 46
 47272  pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK = 288
 47273  pkg syscall (openbsd-amd64), const SYS_SIGPENDING = 52
 47274  pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK = 48
 47275  pkg syscall (openbsd-amd64), const SYS_SIGRETURN = 103
 47276  pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND = 111
 47277  pkg syscall (openbsd-amd64), const SYS_SOCKET = 97
 47278  pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR = 135
 47279  pkg syscall (openbsd-amd64), const SYS_STAT = 291
 47280  pkg syscall (openbsd-amd64), const SYS_STATFS = 307
 47281  pkg syscall (openbsd-amd64), const SYS_SWAPCTL = 193
 47282  pkg syscall (openbsd-amd64), const SYS_SYMLINK = 57
 47283  pkg syscall (openbsd-amd64), const SYS_SYMLINKAT = 324
 47284  pkg syscall (openbsd-amd64), const SYS_SYNC = 36
 47285  pkg syscall (openbsd-amd64), const SYS_SYSARCH = 165
 47286  pkg syscall (openbsd-amd64), const SYS_TRUNCATE = 200
 47287  pkg syscall (openbsd-amd64), const SYS_UMASK = 60
 47288  pkg syscall (openbsd-amd64), const SYS_UNLINK = 10
 47289  pkg syscall (openbsd-amd64), const SYS_UNLINKAT = 325
 47290  pkg syscall (openbsd-amd64), const SYS_UNMOUNT = 22
 47291  pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326
 47292  pkg syscall (openbsd-amd64), const SYS_UTIMES = 138
 47293  pkg syscall (openbsd-amd64), const SYS_VFORK = 66
 47294  pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7
 47295  pkg syscall (openbsd-amd64), const SYS_WRITE = 4
 47296  pkg syscall (openbsd-amd64), const SYS_WRITEV = 121
 47297  pkg syscall (openbsd-amd64), const SYS___GETCWD = 304
 47298  pkg syscall (openbsd-amd64), const SYS___GET_TCB = 330
 47299  pkg syscall (openbsd-amd64), const SYS___SEMCTL = 295
 47300  pkg syscall (openbsd-amd64), const SYS___SET_TCB = 329
 47301  pkg syscall (openbsd-amd64), const SYS___SYSCTL = 202
 47302  pkg syscall (openbsd-amd64), const SYS___TFORK = 8
 47303  pkg syscall (openbsd-amd64), const SYS___THREXIT = 302
 47304  pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT = 303
 47305  pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300
 47306  pkg syscall (openbsd-amd64), const SYS___THRWAKEUP = 301
 47307  pkg syscall (openbsd-amd64), const S_IFMT = 61440
 47308  pkg syscall (openbsd-amd64), const SizeofBpfHdr = 20
 47309  pkg syscall (openbsd-amd64), const SizeofBpfInsn = 8
 47310  pkg syscall (openbsd-amd64), const SizeofBpfProgram = 16
 47311  pkg syscall (openbsd-amd64), const SizeofBpfStat = 8
 47312  pkg syscall (openbsd-amd64), const SizeofBpfVersion = 4
 47313  pkg syscall (openbsd-amd64), const SizeofCmsghdr = 12
 47314  pkg syscall (openbsd-amd64), const SizeofIPMreq = 8
 47315  pkg syscall (openbsd-amd64), const SizeofIPv6Mreq = 20
 47316  pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr = 26
 47317  pkg syscall (openbsd-amd64), const SizeofIfData = 224
 47318  pkg syscall (openbsd-amd64), const SizeofIfMsghdr = 248
 47319  pkg syscall (openbsd-amd64), const SizeofIfaMsghdr = 24
 47320  pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo = 20
 47321  pkg syscall (openbsd-amd64), const SizeofLinger = 8
 47322  pkg syscall (openbsd-amd64), const SizeofMsghdr = 48
 47323  pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48
 47324  pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
 47325  pkg syscall (openbsd-amd64), const SizeofSockaddrAny = 108
 47326  pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink = 32
 47327  pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 = 16
 47328  pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 = 28
 47329  pkg syscall (openbsd-amd64), const SizeofSockaddrUnix = 106
 47330  pkg syscall (openbsd-amd64), const TCIFLUSH = 1
 47331  pkg syscall (openbsd-amd64), const TCIOFLUSH = 3
 47332  pkg syscall (openbsd-amd64), const TCOFLUSH = 2
 47333  pkg syscall (openbsd-amd64), const TCP_MAXBURST = 4
 47334  pkg syscall (openbsd-amd64), const TCP_MAXSEG = 2
 47335  pkg syscall (openbsd-amd64), const TCP_MAXWIN = 65535
 47336  pkg syscall (openbsd-amd64), const TCP_MAX_SACK = 3
 47337  pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT = 14
 47338  pkg syscall (openbsd-amd64), const TCP_MD5SIG = 4
 47339  pkg syscall (openbsd-amd64), const TCP_MSS = 512
 47340  pkg syscall (openbsd-amd64), const TCP_NSTATES = 11
 47341  pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE = 8
 47342  pkg syscall (openbsd-amd64), const TCSAFLUSH = 2
 47343  pkg syscall (openbsd-amd64), const TIOCCBRK = 536900730
 47344  pkg syscall (openbsd-amd64), const TIOCCDTR = 536900728
 47345  pkg syscall (openbsd-amd64), const TIOCCONS = 2147775586
 47346  pkg syscall (openbsd-amd64), const TIOCDRAIN = 536900702
 47347  pkg syscall (openbsd-amd64), const TIOCEXCL = 536900621
 47348  pkg syscall (openbsd-amd64), const TIOCEXT = 2147775584
 47349  pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL = 2
 47350  pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS = 4
 47351  pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF = 8
 47352  pkg syscall (openbsd-amd64), const TIOCFLAG_PPS = 16
 47353  pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR = 1
 47354  pkg syscall (openbsd-amd64), const TIOCFLUSH = 2147775504
 47355  pkg syscall (openbsd-amd64), const TIOCGETA = 1076655123
 47356  pkg syscall (openbsd-amd64), const TIOCGETD = 1074033690
 47357  pkg syscall (openbsd-amd64), const TIOCGFLAGS = 1074033757
 47358  pkg syscall (openbsd-amd64), const TIOCGPGRP = 1074033783
 47359  pkg syscall (openbsd-amd64), const TIOCGTSTAMP = 1074820187
 47360  pkg syscall (openbsd-amd64), const TIOCGWINSZ = 1074295912
 47361  pkg syscall (openbsd-amd64), const TIOCMBIC = 2147775595
 47362  pkg syscall (openbsd-amd64), const TIOCMBIS = 2147775596
 47363  pkg syscall (openbsd-amd64), const TIOCMGET = 1074033770
 47364  pkg syscall (openbsd-amd64), const TIOCMODG = 1074033770
 47365  pkg syscall (openbsd-amd64), const TIOCMODS = 2147775597
 47366  pkg syscall (openbsd-amd64), const TIOCMSET = 2147775597
 47367  pkg syscall (openbsd-amd64), const TIOCM_CAR = 64
 47368  pkg syscall (openbsd-amd64), const TIOCM_CD = 64
 47369  pkg syscall (openbsd-amd64), const TIOCM_CTS = 32
 47370  pkg syscall (openbsd-amd64), const TIOCM_DSR = 256
 47371  pkg syscall (openbsd-amd64), const TIOCM_DTR = 2
 47372  pkg syscall (openbsd-amd64), const TIOCM_LE = 1
 47373  pkg syscall (openbsd-amd64), const TIOCM_RI = 128
 47374  pkg syscall (openbsd-amd64), const TIOCM_RNG = 128
 47375  pkg syscall (openbsd-amd64), const TIOCM_RTS = 4
 47376  pkg syscall (openbsd-amd64), const TIOCM_SR = 16
 47377  pkg syscall (openbsd-amd64), const TIOCM_ST = 8
 47378  pkg syscall (openbsd-amd64), const TIOCNOTTY = 536900721
 47379  pkg syscall (openbsd-amd64), const TIOCNXCL = 536900622
 47380  pkg syscall (openbsd-amd64), const TIOCOUTQ = 1074033779
 47381  pkg syscall (openbsd-amd64), const TIOCPKT = 2147775600
 47382  pkg syscall (openbsd-amd64), const TIOCPKT_DATA = 0
 47383  pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP = 32
 47384  pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD = 1
 47385  pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
 47386  pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL = 64
 47387  pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP = 16
 47388  pkg syscall (openbsd-amd64), const TIOCPKT_START = 8
 47389  pkg syscall (openbsd-amd64), const TIOCPKT_STOP = 4
 47390  pkg syscall (openbsd-amd64), const TIOCREMOTE = 2147775593
 47391  pkg syscall (openbsd-amd64), const TIOCSBRK = 536900731
 47392  pkg syscall (openbsd-amd64), const TIOCSCTTY = 536900705
 47393  pkg syscall (openbsd-amd64), const TIOCSDTR = 536900729
 47394  pkg syscall (openbsd-amd64), const TIOCSETA = 2150396948
 47395  pkg syscall (openbsd-amd64), const TIOCSETAF = 2150396950
 47396  pkg syscall (openbsd-amd64), const TIOCSETAW = 2150396949
 47397  pkg syscall (openbsd-amd64), const TIOCSETD = 2147775515
 47398  pkg syscall (openbsd-amd64), const TIOCSFLAGS = 2147775580
 47399  pkg syscall (openbsd-amd64), const TIOCSIG = 2147775583
 47400  pkg syscall (openbsd-amd64), const TIOCSPGRP = 2147775606
 47401  pkg syscall (openbsd-amd64), const TIOCSTART = 536900718
 47402  pkg syscall (openbsd-amd64), const TIOCSTAT = 2147775589
 47403  pkg syscall (openbsd-amd64), const TIOCSTI = 2147578994
 47404  pkg syscall (openbsd-amd64), const TIOCSTOP = 536900719
 47405  pkg syscall (openbsd-amd64), const TIOCSTSTAMP = 2148037722
 47406  pkg syscall (openbsd-amd64), const TIOCSWINSZ = 2148037735
 47407  pkg syscall (openbsd-amd64), const TIOCUCNTL = 2147775590
 47408  pkg syscall (openbsd-amd64), const TOSTOP = 4194304
 47409  pkg syscall (openbsd-amd64), const VDISCARD = 15
 47410  pkg syscall (openbsd-amd64), const VDSUSP = 11
 47411  pkg syscall (openbsd-amd64), const VEOF = 0
 47412  pkg syscall (openbsd-amd64), const VEOL = 1
 47413  pkg syscall (openbsd-amd64), const VEOL2 = 2
 47414  pkg syscall (openbsd-amd64), const VERASE = 3
 47415  pkg syscall (openbsd-amd64), const VINTR = 8
 47416  pkg syscall (openbsd-amd64), const VKILL = 5
 47417  pkg syscall (openbsd-amd64), const VLNEXT = 14
 47418  pkg syscall (openbsd-amd64), const VMIN = 16
 47419  pkg syscall (openbsd-amd64), const VQUIT = 9
 47420  pkg syscall (openbsd-amd64), const VREPRINT = 6
 47421  pkg syscall (openbsd-amd64), const VSTART = 12
 47422  pkg syscall (openbsd-amd64), const VSTATUS = 18
 47423  pkg syscall (openbsd-amd64), const VSTOP = 13
 47424  pkg syscall (openbsd-amd64), const VSUSP = 10
 47425  pkg syscall (openbsd-amd64), const VTIME = 17
 47426  pkg syscall (openbsd-amd64), const VWERASE = 4
 47427  pkg syscall (openbsd-amd64), const WALTSIG = 4
 47428  pkg syscall (openbsd-amd64), const WCONTINUED = 8
 47429  pkg syscall (openbsd-amd64), const WCOREFLAG = 128
 47430  pkg syscall (openbsd-amd64), const WNOHANG = 1
 47431  pkg syscall (openbsd-amd64), const WSTOPPED = 127
 47432  pkg syscall (openbsd-amd64), const WUNTRACED = 2
 47433  pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK = 16
 47434  pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH = 32
 47435  pkg syscall (openbsd-amd64-cgo), const AF_CCITT = 10
 47436  pkg syscall (openbsd-amd64-cgo), const AF_CHAOS = 5
 47437  pkg syscall (openbsd-amd64-cgo), const AF_CNT = 21
 47438  pkg syscall (openbsd-amd64-cgo), const AF_COIP = 20
 47439  pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT = 9
 47440  pkg syscall (openbsd-amd64-cgo), const AF_DECnet = 12
 47441  pkg syscall (openbsd-amd64-cgo), const AF_DLI = 13
 47442  pkg syscall (openbsd-amd64-cgo), const AF_E164 = 26
 47443  pkg syscall (openbsd-amd64-cgo), const AF_ECMA = 8
 47444  pkg syscall (openbsd-amd64-cgo), const AF_ENCAP = 28
 47445  pkg syscall (openbsd-amd64-cgo), const AF_HYLINK = 15
 47446  pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK = 3
 47447  pkg syscall (openbsd-amd64-cgo), const AF_INET6 = 24
 47448  pkg syscall (openbsd-amd64-cgo), const AF_IPX = 23
 47449  pkg syscall (openbsd-amd64-cgo), const AF_ISDN = 26
 47450  pkg syscall (openbsd-amd64-cgo), const AF_ISO = 7
 47451  pkg syscall (openbsd-amd64-cgo), const AF_KEY = 30
 47452  pkg syscall (openbsd-amd64-cgo), const AF_LAT = 14
 47453  pkg syscall (openbsd-amd64-cgo), const AF_LINK = 18
 47454  pkg syscall (openbsd-amd64-cgo), const AF_LOCAL = 1
 47455  pkg syscall (openbsd-amd64-cgo), const AF_MAX = 36
 47456  pkg syscall (openbsd-amd64-cgo), const AF_MPLS = 33
 47457  pkg syscall (openbsd-amd64-cgo), const AF_NATM = 27
 47458  pkg syscall (openbsd-amd64-cgo), const AF_NS = 6
 47459  pkg syscall (openbsd-amd64-cgo), const AF_OSI = 7
 47460  pkg syscall (openbsd-amd64-cgo), const AF_PUP = 4
 47461  pkg syscall (openbsd-amd64-cgo), const AF_ROUTE = 17
 47462  pkg syscall (openbsd-amd64-cgo), const AF_SIP = 29
 47463  pkg syscall (openbsd-amd64-cgo), const AF_SNA = 11
 47464  pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER = 1
 47465  pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY = 15
 47466  pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
 47467  pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
 47468  pkg syscall (openbsd-amd64-cgo), const B0 = 0
 47469  pkg syscall (openbsd-amd64-cgo), const B110 = 110
 47470  pkg syscall (openbsd-amd64-cgo), const B115200 = 115200
 47471  pkg syscall (openbsd-amd64-cgo), const B1200 = 1200
 47472  pkg syscall (openbsd-amd64-cgo), const B134 = 134
 47473  pkg syscall (openbsd-amd64-cgo), const B14400 = 14400
 47474  pkg syscall (openbsd-amd64-cgo), const B150 = 150
 47475  pkg syscall (openbsd-amd64-cgo), const B1800 = 1800
 47476  pkg syscall (openbsd-amd64-cgo), const B19200 = 19200
 47477  pkg syscall (openbsd-amd64-cgo), const B200 = 200
 47478  pkg syscall (openbsd-amd64-cgo), const B230400 = 230400
 47479  pkg syscall (openbsd-amd64-cgo), const B2400 = 2400
 47480  pkg syscall (openbsd-amd64-cgo), const B28800 = 28800
 47481  pkg syscall (openbsd-amd64-cgo), const B300 = 300
 47482  pkg syscall (openbsd-amd64-cgo), const B38400 = 38400
 47483  pkg syscall (openbsd-amd64-cgo), const B4800 = 4800
 47484  pkg syscall (openbsd-amd64-cgo), const B50 = 50
 47485  pkg syscall (openbsd-amd64-cgo), const B57600 = 57600
 47486  pkg syscall (openbsd-amd64-cgo), const B600 = 600
 47487  pkg syscall (openbsd-amd64-cgo), const B7200 = 7200
 47488  pkg syscall (openbsd-amd64-cgo), const B75 = 75
 47489  pkg syscall (openbsd-amd64-cgo), const B76800 = 76800
 47490  pkg syscall (openbsd-amd64-cgo), const B9600 = 9600
 47491  pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH = 536887912
 47492  pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN = 1074020966
 47493  pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT = 1074020988
 47494  pkg syscall (openbsd-amd64-cgo), const BIOCGDLT = 1074020970
 47495  pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST = 3222291067
 47496  pkg syscall (openbsd-amd64-cgo), const BIOCGETIF = 1075855979
 47497  pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP = 1074020984
 47498  pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
 47499  pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG = 1074020979
 47500  pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
 47501  pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS = 1074283119
 47502  pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
 47503  pkg syscall (openbsd-amd64-cgo), const BIOCLOCK = 536887926
 47504  pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC = 536887913
 47505  pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN = 3221504614
 47506  pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT = 2147762813
 47507  pkg syscall (openbsd-amd64-cgo), const BIOCSDLT = 2147762810
 47508  pkg syscall (openbsd-amd64-cgo), const BIOCSETF = 2148549223
 47509  pkg syscall (openbsd-amd64-cgo), const BIOCSETIF = 2149597804
 47510  pkg syscall (openbsd-amd64-cgo), const BIOCSETWF = 2148549239
 47511  pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP = 2147762809
 47512  pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
 47513  pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG = 2147762802
 47514  pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
 47515  pkg syscall (openbsd-amd64-cgo), const BIOCVERSION = 1074020977
 47516  pkg syscall (openbsd-amd64-cgo), const BPF_A = 16
 47517  pkg syscall (openbsd-amd64-cgo), const BPF_ABS = 32
 47518  pkg syscall (openbsd-amd64-cgo), const BPF_ADD = 0
 47519  pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT = 4
 47520  pkg syscall (openbsd-amd64-cgo), const BPF_ALU = 4
 47521  pkg syscall (openbsd-amd64-cgo), const BPF_AND = 80
 47522  pkg syscall (openbsd-amd64-cgo), const BPF_B = 16
 47523  pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN = 1
 47524  pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT = 2
 47525  pkg syscall (openbsd-amd64-cgo), const BPF_DIV = 48
 47526  pkg syscall (openbsd-amd64-cgo), const BPF_H = 8
 47527  pkg syscall (openbsd-amd64-cgo), const BPF_IMM = 0
 47528  pkg syscall (openbsd-amd64-cgo), const BPF_IND = 64
 47529  pkg syscall (openbsd-amd64-cgo), const BPF_JA = 0
 47530  pkg syscall (openbsd-amd64-cgo), const BPF_JEQ = 16
 47531  pkg syscall (openbsd-amd64-cgo), const BPF_JGE = 48
 47532  pkg syscall (openbsd-amd64-cgo), const BPF_JGT = 32
 47533  pkg syscall (openbsd-amd64-cgo), const BPF_JMP = 5
 47534  pkg syscall (openbsd-amd64-cgo), const BPF_JSET = 64
 47535  pkg syscall (openbsd-amd64-cgo), const BPF_K = 0
 47536  pkg syscall (openbsd-amd64-cgo), const BPF_LD = 0
 47537  pkg syscall (openbsd-amd64-cgo), const BPF_LDX = 1
 47538  pkg syscall (openbsd-amd64-cgo), const BPF_LEN = 128
 47539  pkg syscall (openbsd-amd64-cgo), const BPF_LSH = 96
 47540  pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
 47541  pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE = 2097152
 47542  pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS = 512
 47543  pkg syscall (openbsd-amd64-cgo), const BPF_MEM = 96
 47544  pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS = 16
 47545  pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
 47546  pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
 47547  pkg syscall (openbsd-amd64-cgo), const BPF_MISC = 7
 47548  pkg syscall (openbsd-amd64-cgo), const BPF_MSH = 160
 47549  pkg syscall (openbsd-amd64-cgo), const BPF_MUL = 32
 47550  pkg syscall (openbsd-amd64-cgo), const BPF_NEG = 128
 47551  pkg syscall (openbsd-amd64-cgo), const BPF_OR = 64
 47552  pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE = 199606
 47553  pkg syscall (openbsd-amd64-cgo), const BPF_RET = 6
 47554  pkg syscall (openbsd-amd64-cgo), const BPF_RSH = 112
 47555  pkg syscall (openbsd-amd64-cgo), const BPF_ST = 2
 47556  pkg syscall (openbsd-amd64-cgo), const BPF_STX = 3
 47557  pkg syscall (openbsd-amd64-cgo), const BPF_SUB = 16
 47558  pkg syscall (openbsd-amd64-cgo), const BPF_TAX = 0
 47559  pkg syscall (openbsd-amd64-cgo), const BPF_TXA = 128
 47560  pkg syscall (openbsd-amd64-cgo), const BPF_W = 0
 47561  pkg syscall (openbsd-amd64-cgo), const BPF_X = 8
 47562  pkg syscall (openbsd-amd64-cgo), const BRKINT = 2
 47563  pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16
 47564  pkg syscall (openbsd-amd64-cgo), const CFLUSH = 15
 47565  pkg syscall (openbsd-amd64-cgo), const CLOCAL = 32768
 47566  pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288
 47567  pkg syscall (openbsd-amd64-cgo), const CREAD = 2048
 47568  pkg syscall (openbsd-amd64-cgo), const CS5 = 0
 47569  pkg syscall (openbsd-amd64-cgo), const CS6 = 256
 47570  pkg syscall (openbsd-amd64-cgo), const CS7 = 512
 47571  pkg syscall (openbsd-amd64-cgo), const CS8 = 768
 47572  pkg syscall (openbsd-amd64-cgo), const CSIZE = 768
 47573  pkg syscall (openbsd-amd64-cgo), const CSTART = 17
 47574  pkg syscall (openbsd-amd64-cgo), const CSTATUS = 255
 47575  pkg syscall (openbsd-amd64-cgo), const CSTOP = 19
 47576  pkg syscall (openbsd-amd64-cgo), const CSTOPB = 1024
 47577  pkg syscall (openbsd-amd64-cgo), const CSUSP = 26
 47578  pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME = 12
 47579  pkg syscall (openbsd-amd64-cgo), const CTL_NET = 4
 47580  pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH = 536888398
 47581  pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET = 7
 47582  pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
 47583  pkg syscall (openbsd-amd64-cgo), const DLT_AX25 = 3
 47584  pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS = 5
 47585  pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC = 104
 47586  pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB = 1
 47587  pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB = 2
 47588  pkg syscall (openbsd-amd64-cgo), const DLT_ENC = 13
 47589  pkg syscall (openbsd-amd64-cgo), const DLT_FDDI = 10
 47590  pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 = 6
 47591  pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 = 105
 47592  pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
 47593  pkg syscall (openbsd-amd64-cgo), const DLT_LOOP = 12
 47594  pkg syscall (openbsd-amd64-cgo), const DLT_MPLS = 219
 47595  pkg syscall (openbsd-amd64-cgo), const DLT_NULL = 0
 47596  pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG = 117
 47597  pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC = 18
 47598  pkg syscall (openbsd-amd64-cgo), const DLT_PPP = 9
 47599  pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS = 16
 47600  pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER = 51
 47601  pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
 47602  pkg syscall (openbsd-amd64-cgo), const DLT_PRONET = 4
 47603  pkg syscall (openbsd-amd64-cgo), const DLT_RAW = 14
 47604  pkg syscall (openbsd-amd64-cgo), const DLT_SLIP = 8
 47605  pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
 47606  pkg syscall (openbsd-amd64-cgo), const DT_BLK = 6
 47607  pkg syscall (openbsd-amd64-cgo), const DT_CHR = 2
 47608  pkg syscall (openbsd-amd64-cgo), const DT_DIR = 4
 47609  pkg syscall (openbsd-amd64-cgo), const DT_FIFO = 1
 47610  pkg syscall (openbsd-amd64-cgo), const DT_LNK = 10
 47611  pkg syscall (openbsd-amd64-cgo), const DT_REG = 8
 47612  pkg syscall (openbsd-amd64-cgo), const DT_SOCK = 12
 47613  pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN = 0
 47614  pkg syscall (openbsd-amd64-cgo), const E2BIG = 7
 47615  pkg syscall (openbsd-amd64-cgo), const EACCES = 13
 47616  pkg syscall (openbsd-amd64-cgo), const EADDRINUSE = 48
 47617  pkg syscall (openbsd-amd64-cgo), const EADDRNOTAVAIL = 49
 47618  pkg syscall (openbsd-amd64-cgo), const EAFNOSUPPORT = 47
 47619  pkg syscall (openbsd-amd64-cgo), const EAGAIN = 35
 47620  pkg syscall (openbsd-amd64-cgo), const EALREADY = 37
 47621  pkg syscall (openbsd-amd64-cgo), const EAUTH = 80
 47622  pkg syscall (openbsd-amd64-cgo), const EBADF = 9
 47623  pkg syscall (openbsd-amd64-cgo), const EBADRPC = 72
 47624  pkg syscall (openbsd-amd64-cgo), const EBUSY = 16
 47625  pkg syscall (openbsd-amd64-cgo), const ECANCELED = 88
 47626  pkg syscall (openbsd-amd64-cgo), const ECHILD = 10
 47627  pkg syscall (openbsd-amd64-cgo), const ECHO = 8
 47628  pkg syscall (openbsd-amd64-cgo), const ECHOCTL = 64
 47629  pkg syscall (openbsd-amd64-cgo), const ECHOE = 2
 47630  pkg syscall (openbsd-amd64-cgo), const ECHOK = 4
 47631  pkg syscall (openbsd-amd64-cgo), const ECHOKE = 1
 47632  pkg syscall (openbsd-amd64-cgo), const ECHONL = 16
 47633  pkg syscall (openbsd-amd64-cgo), const ECHOPRT = 32
 47634  pkg syscall (openbsd-amd64-cgo), const ECONNABORTED = 53
 47635  pkg syscall (openbsd-amd64-cgo), const ECONNREFUSED = 61
 47636  pkg syscall (openbsd-amd64-cgo), const ECONNRESET = 54
 47637  pkg syscall (openbsd-amd64-cgo), const EDEADLK = 11
 47638  pkg syscall (openbsd-amd64-cgo), const EDESTADDRREQ = 39
 47639  pkg syscall (openbsd-amd64-cgo), const EDOM = 33
 47640  pkg syscall (openbsd-amd64-cgo), const EDQUOT = 69
 47641  pkg syscall (openbsd-amd64-cgo), const EEXIST = 17
 47642  pkg syscall (openbsd-amd64-cgo), const EFAULT = 14
 47643  pkg syscall (openbsd-amd64-cgo), const EFBIG = 27
 47644  pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024
 47645  pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256
 47646  pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048
 47647  pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1
 47648  pkg syscall (openbsd-amd64-cgo), const EFTYPE = 79
 47649  pkg syscall (openbsd-amd64-cgo), const EHOSTDOWN = 64
 47650  pkg syscall (openbsd-amd64-cgo), const EHOSTUNREACH = 65
 47651  pkg syscall (openbsd-amd64-cgo), const EIDRM = 89
 47652  pkg syscall (openbsd-amd64-cgo), const EILSEQ = 84
 47653  pkg syscall (openbsd-amd64-cgo), const EINPROGRESS = 36
 47654  pkg syscall (openbsd-amd64-cgo), const EINTR = 4
 47655  pkg syscall (openbsd-amd64-cgo), const EINVAL = 22
 47656  pkg syscall (openbsd-amd64-cgo), const EIO = 5
 47657  pkg syscall (openbsd-amd64-cgo), const EIPSEC = 82
 47658  pkg syscall (openbsd-amd64-cgo), const EISCONN = 56
 47659  pkg syscall (openbsd-amd64-cgo), const EISDIR = 21
 47660  pkg syscall (openbsd-amd64-cgo), const ELAST = 91
 47661  pkg syscall (openbsd-amd64-cgo), const ELOOP = 62
 47662  pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE = 86
 47663  pkg syscall (openbsd-amd64-cgo), const EMFILE = 24
 47664  pkg syscall (openbsd-amd64-cgo), const EMLINK = 31
 47665  pkg syscall (openbsd-amd64-cgo), const EMSGSIZE = 40
 47666  pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF = 1
 47667  pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED = 1
 47668  pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE = 2
 47669  pkg syscall (openbsd-amd64-cgo), const ENAMETOOLONG = 63
 47670  pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC = 9
 47671  pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH = 81
 47672  pkg syscall (openbsd-amd64-cgo), const ENETDOWN = 50
 47673  pkg syscall (openbsd-amd64-cgo), const ENETRESET = 52
 47674  pkg syscall (openbsd-amd64-cgo), const ENETUNREACH = 51
 47675  pkg syscall (openbsd-amd64-cgo), const ENFILE = 23
 47676  pkg syscall (openbsd-amd64-cgo), const ENOATTR = 83
 47677  pkg syscall (openbsd-amd64-cgo), const ENOBUFS = 55
 47678  pkg syscall (openbsd-amd64-cgo), const ENODEV = 19
 47679  pkg syscall (openbsd-amd64-cgo), const ENOEXEC = 8
 47680  pkg syscall (openbsd-amd64-cgo), const ENOLCK = 77
 47681  pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM = 85
 47682  pkg syscall (openbsd-amd64-cgo), const ENOMEM = 12
 47683  pkg syscall (openbsd-amd64-cgo), const ENOMSG = 90
 47684  pkg syscall (openbsd-amd64-cgo), const ENOPROTOOPT = 42
 47685  pkg syscall (openbsd-amd64-cgo), const ENOSPC = 28
 47686  pkg syscall (openbsd-amd64-cgo), const ENOSYS = 78
 47687  pkg syscall (openbsd-amd64-cgo), const ENOTBLK = 15
 47688  pkg syscall (openbsd-amd64-cgo), const ENOTCONN = 57
 47689  pkg syscall (openbsd-amd64-cgo), const ENOTDIR = 20
 47690  pkg syscall (openbsd-amd64-cgo), const ENOTEMPTY = 66
 47691  pkg syscall (openbsd-amd64-cgo), const ENOTSOCK = 38
 47692  pkg syscall (openbsd-amd64-cgo), const ENOTSUP = 91
 47693  pkg syscall (openbsd-amd64-cgo), const ENOTTY = 25
 47694  pkg syscall (openbsd-amd64-cgo), const ENXIO = 6
 47695  pkg syscall (openbsd-amd64-cgo), const EOPNOTSUPP = 45
 47696  pkg syscall (openbsd-amd64-cgo), const EOVERFLOW = 87
 47697  pkg syscall (openbsd-amd64-cgo), const EPERM = 1
 47698  pkg syscall (openbsd-amd64-cgo), const EPFNOSUPPORT = 46
 47699  pkg syscall (openbsd-amd64-cgo), const EPIPE = 32
 47700  pkg syscall (openbsd-amd64-cgo), const EPROCLIM = 67
 47701  pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL = 76
 47702  pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH = 75
 47703  pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL = 74
 47704  pkg syscall (openbsd-amd64-cgo), const EPROTONOSUPPORT = 43
 47705  pkg syscall (openbsd-amd64-cgo), const EPROTOTYPE = 41
 47706  pkg syscall (openbsd-amd64-cgo), const ERANGE = 34
 47707  pkg syscall (openbsd-amd64-cgo), const EREMOTE = 71
 47708  pkg syscall (openbsd-amd64-cgo), const EROFS = 30
 47709  pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH = 73
 47710  pkg syscall (openbsd-amd64-cgo), const ESHUTDOWN = 58
 47711  pkg syscall (openbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
 47712  pkg syscall (openbsd-amd64-cgo), const ESPIPE = 29
 47713  pkg syscall (openbsd-amd64-cgo), const ESRCH = 3
 47714  pkg syscall (openbsd-amd64-cgo), const ESTALE = 70
 47715  pkg syscall (openbsd-amd64-cgo), const ETHERMIN = 46
 47716  pkg syscall (openbsd-amd64-cgo), const ETHERMTU = 1500
 47717  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 = 4
 47718  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
 47719  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
 47720  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
 47721  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
 47722  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
 47723  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
 47724  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE = 34978
 47725  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
 47726  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
 47727  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
 47728  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
 47729  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
 47730  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
 47731  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT = 32923
 47732  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
 47733  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
 47734  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
 47735  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
 47736  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
 47737  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
 47738  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
 47739  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
 47740  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
 47741  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
 47742  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
 47743  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
 47744  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
 47745  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
 47746  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
 47747  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
 47748  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
 47749  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
 47750  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
 47751  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
 47752  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
 47753  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
 47754  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
 47755  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
 47756  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
 47757  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
 47758  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
 47759  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
 47760  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
 47761  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
 47762  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
 47763  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
 47764  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN = 24579
 47765  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
 47766  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
 47767  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
 47768  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
 47769  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES = 32861
 47770  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
 47771  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
 47772  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
 47773  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
 47774  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
 47775  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
 47776  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
 47777  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
 47778  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
 47779  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP = 32773
 47780  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
 47781  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
 47782  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
 47783  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
 47784  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP = 2048
 47785  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
 47786  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
 47787  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
 47788  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
 47789  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
 47790  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
 47791  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
 47792  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
 47793  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
 47794  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
 47795  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP = 35020
 47796  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
 47797  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
 47798  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
 47799  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
 47800  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
 47801  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
 47802  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
 47803  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
 47804  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
 47805  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
 47806  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
 47807  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
 47808  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
 47809  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
 47810  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
 47811  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
 47812  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
 47813  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
 47814  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
 47815  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
 47816  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
 47817  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
 47818  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
 47819  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
 47820  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
 47821  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
 47822  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
 47823  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
 47824  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
 47825  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
 47826  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
 47827  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS = 1536
 47828  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
 47829  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
 47830  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
 47831  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
 47832  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
 47833  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
 47834  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
 47835  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
 47836  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
 47837  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
 47838  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
 47839  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
 47840  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
 47841  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP = 512
 47842  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
 47843  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ = 34984
 47844  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
 47845  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
 47846  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
 47847  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
 47848  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
 47849  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
 47850  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
 47851  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
 47852  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
 47853  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
 47854  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
 47855  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
 47856  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
 47857  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
 47858  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
 47859  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
 47860  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW = 34825
 47861  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
 47862  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
 47863  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
 47864  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
 47865  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
 47866  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP = 33153
 47867  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
 47868  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
 47869  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
 47870  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
 47871  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
 47872  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
 47873  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
 47874  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
 47875  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
 47876  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
 47877  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
 47878  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
 47879  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
 47880  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
 47881  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
 47882  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
 47883  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
 47884  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
 47885  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
 47886  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
 47887  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
 47888  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
 47889  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
 47890  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
 47891  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
 47892  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
 47893  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
 47894  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
 47895  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
 47896  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
 47897  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
 47898  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
 47899  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
 47900  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
 47901  pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
 47902  pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
 47903  pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN = 2
 47904  pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN = 4
 47905  pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
 47906  pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
 47907  pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN = 14
 47908  pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN = 1536
 47909  pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
 47910  pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN = 64
 47911  pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
 47912  pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
 47913  pkg syscall (openbsd-amd64-cgo), const ETIMEDOUT = 60
 47914  pkg syscall (openbsd-amd64-cgo), const ETOOMANYREFS = 59
 47915  pkg syscall (openbsd-amd64-cgo), const ETXTBSY = 26
 47916  pkg syscall (openbsd-amd64-cgo), const EUSERS = 68
 47917  pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO = -3
 47918  pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC = -5
 47919  pkg syscall (openbsd-amd64-cgo), const EVFILT_READ = -1
 47920  pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL = -6
 47921  pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
 47922  pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER = -7
 47923  pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE = -4
 47924  pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE = -2
 47925  pkg syscall (openbsd-amd64-cgo), const EV_ADD = 1
 47926  pkg syscall (openbsd-amd64-cgo), const EV_CLEAR = 32
 47927  pkg syscall (openbsd-amd64-cgo), const EV_DELETE = 2
 47928  pkg syscall (openbsd-amd64-cgo), const EV_DISABLE = 8
 47929  pkg syscall (openbsd-amd64-cgo), const EV_ENABLE = 4
 47930  pkg syscall (openbsd-amd64-cgo), const EV_EOF = 32768
 47931  pkg syscall (openbsd-amd64-cgo), const EV_ERROR = 16384
 47932  pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 = 8192
 47933  pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT = 16
 47934  pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS = 61440
 47935  pkg syscall (openbsd-amd64-cgo), const EWOULDBLOCK = 35
 47936  pkg syscall (openbsd-amd64-cgo), const EXDEV = 18
 47937  pkg syscall (openbsd-amd64-cgo), const EXTA = 19200
 47938  pkg syscall (openbsd-amd64-cgo), const EXTB = 38400
 47939  pkg syscall (openbsd-amd64-cgo), const EXTPROC = 2048
 47940  pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC = 1
 47941  pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE = 1024
 47942  pkg syscall (openbsd-amd64-cgo), const FLUSHO = 8388608
 47943  pkg syscall (openbsd-amd64-cgo), const F_DUPFD = 0
 47944  pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 10
 47945  pkg syscall (openbsd-amd64-cgo), const F_GETFD = 1
 47946  pkg syscall (openbsd-amd64-cgo), const F_GETFL = 3
 47947  pkg syscall (openbsd-amd64-cgo), const F_GETLK = 7
 47948  pkg syscall (openbsd-amd64-cgo), const F_GETOWN = 5
 47949  pkg syscall (openbsd-amd64-cgo), const F_OK = 0
 47950  pkg syscall (openbsd-amd64-cgo), const F_RDLCK = 1
 47951  pkg syscall (openbsd-amd64-cgo), const F_SETFD = 2
 47952  pkg syscall (openbsd-amd64-cgo), const F_SETFL = 4
 47953  pkg syscall (openbsd-amd64-cgo), const F_SETLK = 8
 47954  pkg syscall (openbsd-amd64-cgo), const F_SETLKW = 9
 47955  pkg syscall (openbsd-amd64-cgo), const F_SETOWN = 6
 47956  pkg syscall (openbsd-amd64-cgo), const F_UNLCK = 2
 47957  pkg syscall (openbsd-amd64-cgo), const F_WRLCK = 3
 47958  pkg syscall (openbsd-amd64-cgo), const HUPCL = 16384
 47959  pkg syscall (openbsd-amd64-cgo), const ICANON = 256
 47960  pkg syscall (openbsd-amd64-cgo), const ICRNL = 256
 47961  pkg syscall (openbsd-amd64-cgo), const IEXTEN = 1024
 47962  pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL = 0
 47963  pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE = 1
 47964  pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE = 1
 47965  pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI = 512
 47966  pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE = 36434
 47967  pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG = 4
 47968  pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 = 4096
 47969  pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 = 8192
 47970  pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 = 16384
 47971  pkg syscall (openbsd-amd64-cgo), const IFF_LOOPBACK = 8
 47972  pkg syscall (openbsd-amd64-cgo), const IFF_MULTICAST = 32768
 47973  pkg syscall (openbsd-amd64-cgo), const IFF_NOARP = 128
 47974  pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS = 32
 47975  pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE = 1024
 47976  pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT = 16
 47977  pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC = 256
 47978  pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING = 64
 47979  pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX = 2048
 47980  pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ = 16
 47981  pkg syscall (openbsd-amd64-cgo), const IFT_1822 = 2
 47982  pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
 47983  pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 = 187
 47984  pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 = 49
 47985  pkg syscall (openbsd-amd64-cgo), const IFT_ADSL = 94
 47986  pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 = 59
 47987  pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 = 60
 47988  pkg syscall (openbsd-amd64-cgo), const IFT_ARAP = 88
 47989  pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET = 35
 47990  pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
 47991  pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC = 84
 47992  pkg syscall (openbsd-amd64-cgo), const IFT_ATM = 37
 47993  pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI = 105
 47994  pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI = 106
 47995  pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA = 107
 47996  pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
 47997  pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO = 189
 47998  pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
 47999  pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
 48000  pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
 48001  pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
 48002  pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH = 248
 48003  pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE = 209
 48004  pkg syscall (openbsd-amd64-cgo), const IFT_BSC = 83
 48005  pkg syscall (openbsd-amd64-cgo), const IFT_CARP = 247
 48006  pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL = 61
 48007  pkg syscall (openbsd-amd64-cgo), const IFT_CEPT = 19
 48008  pkg syscall (openbsd-amd64-cgo), const IFT_CES = 133
 48009  pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL = 70
 48010  pkg syscall (openbsd-amd64-cgo), const IFT_CNR = 85
 48011  pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE = 132
 48012  pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
 48013  pkg syscall (openbsd-amd64-cgo), const IFT_DCN = 141
 48014  pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
 48015  pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
 48016  pkg syscall (openbsd-amd64-cgo), const IFT_DLSW = 74
 48017  pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
 48018  pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
 48019  pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
 48020  pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
 48021  pkg syscall (openbsd-amd64-cgo), const IFT_DS0 = 81
 48022  pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
 48023  pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL = 170
 48024  pkg syscall (openbsd-amd64-cgo), const IFT_DS3 = 30
 48025  pkg syscall (openbsd-amd64-cgo), const IFT_DTM = 140
 48026  pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY = 241
 48027  pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN = 172
 48028  pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT = 173
 48029  pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
 48030  pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
 48031  pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
 48032  pkg syscall (openbsd-amd64-cgo), const IFT_ECONET = 206
 48033  pkg syscall (openbsd-amd64-cgo), const IFT_ENC = 244
 48034  pkg syscall (openbsd-amd64-cgo), const IFT_EON = 25
 48035  pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS = 87
 48036  pkg syscall (openbsd-amd64-cgo), const IFT_ESCON = 73
 48037  pkg syscall (openbsd-amd64-cgo), const IFT_ETHER = 6
 48038  pkg syscall (openbsd-amd64-cgo), const IFT_FAITH = 243
 48039  pkg syscall (openbsd-amd64-cgo), const IFT_FAST = 125
 48040  pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER = 62
 48041  pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX = 69
 48042  pkg syscall (openbsd-amd64-cgo), const IFT_FDDI = 15
 48043  pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
 48044  pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
 48045  pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
 48046  pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
 48047  pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY = 32
 48048  pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE = 44
 48049  pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
 48050  pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD = 158
 48051  pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB = 67
 48052  pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K = 66
 48053  pkg syscall (openbsd-amd64-cgo), const IFT_GIF = 240
 48054  pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
 48055  pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT = 178
 48056  pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT = 177
 48057  pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
 48058  pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY = 165
 48059  pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 = 3
 48060  pkg syscall (openbsd-amd64-cgo), const IFT_HDLC = 118
 48061  pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 = 168
 48062  pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
 48063  pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI = 47
 48064  pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
 48065  pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD = 90
 48066  pkg syscall (openbsd-amd64-cgo), const IFT_HSSI = 46
 48067  pkg syscall (openbsd-amd64-cgo), const IFT_HY = 14
 48068  pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
 48069  pkg syscall (openbsd-amd64-cgo), const IFT_IDSL = 154
 48070  pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 = 144
 48071  pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 = 71
 48072  pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 = 55
 48073  pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
 48074  pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN = 145
 48075  pkg syscall (openbsd-amd64-cgo), const IFT_IMT = 190
 48076  pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND = 199
 48077  pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE = 124
 48078  pkg syscall (openbsd-amd64-cgo), const IFT_IP = 126
 48079  pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD = 142
 48080  pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM = 114
 48081  pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
 48082  pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
 48083  pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH = 78
 48084  pkg syscall (openbsd-amd64-cgo), const IFT_ISDN = 63
 48085  pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC = 20
 48086  pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
 48087  pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS = 75
 48088  pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU = 76
 48089  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC = 41
 48090  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 = 7
 48091  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 = 8
 48092  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 = 9
 48093  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
 48094  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR = 86
 48095  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
 48096  pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 = 10
 48097  pkg syscall (openbsd-amd64-cgo), const IFT_ISUP = 179
 48098  pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN = 135
 48099  pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN = 136
 48100  pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
 48101  pkg syscall (openbsd-amd64-cgo), const IFT_LAPB = 16
 48102  pkg syscall (openbsd-amd64-cgo), const IFT_LAPD = 77
 48103  pkg syscall (openbsd-amd64-cgo), const IFT_LAPF = 119
 48104  pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP = 210
 48105  pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK = 42
 48106  pkg syscall (openbsd-amd64-cgo), const IFT_LOOP = 24
 48107  pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
 48108  pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK = 167
 48109  pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 = 38
 48110  pkg syscall (openbsd-amd64-cgo), const IFT_MODEM = 48
 48111  pkg syscall (openbsd-amd64-cgo), const IFT_MPC = 113
 48112  pkg syscall (openbsd-amd64-cgo), const IFT_MPLS = 166
 48113  pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
 48114  pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL = 143
 48115  pkg syscall (openbsd-amd64-cgo), const IFT_MVL = 191
 48116  pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET = 99
 48117  pkg syscall (openbsd-amd64-cgo), const IFT_NFAS = 175
 48118  pkg syscall (openbsd-amd64-cgo), const IFT_NSIP = 27
 48119  pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
 48120  pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
 48121  pkg syscall (openbsd-amd64-cgo), const IFT_OTHER = 1
 48122  pkg syscall (openbsd-amd64-cgo), const IFT_P10 = 12
 48123  pkg syscall (openbsd-amd64-cgo), const IFT_P80 = 13
 48124  pkg syscall (openbsd-amd64-cgo), const IFT_PARA = 34
 48125  pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG = 245
 48126  pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW = 249
 48127  pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC = 246
 48128  pkg syscall (openbsd-amd64-cgo), const IFT_PLC = 174
 48129  pkg syscall (openbsd-amd64-cgo), const IFT_PON155 = 207
 48130  pkg syscall (openbsd-amd64-cgo), const IFT_PON622 = 208
 48131  pkg syscall (openbsd-amd64-cgo), const IFT_POS = 171
 48132  pkg syscall (openbsd-amd64-cgo), const IFT_PPP = 23
 48133  pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
 48134  pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM = 197
 48135  pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
 48136  pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS = 89
 48137  pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
 48138  pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
 48139  pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
 48140  pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX = 54
 48141  pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
 48142  pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
 48143  pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL = 22
 48144  pkg syscall (openbsd-amd64-cgo), const IFT_PVC = 242
 48145  pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 = 201
 48146  pkg syscall (openbsd-amd64-cgo), const IFT_QLLC = 68
 48147  pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC = 188
 48148  pkg syscall (openbsd-amd64-cgo), const IFT_RADSL = 95
 48149  pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL = 192
 48150  pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 = 159
 48151  pkg syscall (openbsd-amd64-cgo), const IFT_RS232 = 33
 48152  pkg syscall (openbsd-amd64-cgo), const IFT_RSRB = 79
 48153  pkg syscall (openbsd-amd64-cgo), const IFT_SDLC = 17
 48154  pkg syscall (openbsd-amd64-cgo), const IFT_SDSL = 96
 48155  pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL = 169
 48156  pkg syscall (openbsd-amd64-cgo), const IFT_SIP = 31
 48157  pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG = 204
 48158  pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG = 203
 48159  pkg syscall (openbsd-amd64-cgo), const IFT_SLIP = 28
 48160  pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI = 43
 48161  pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP = 52
 48162  pkg syscall (openbsd-amd64-cgo), const IFT_SONET = 39
 48163  pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
 48164  pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH = 50
 48165  pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT = 51
 48166  pkg syscall (openbsd-amd64-cgo), const IFT_SRP = 151
 48167  pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
 48168  pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
 48169  pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN = 11
 48170  pkg syscall (openbsd-amd64-cgo), const IFT_T1 = 18
 48171  pkg syscall (openbsd-amd64-cgo), const IFT_TDLC = 116
 48172  pkg syscall (openbsd-amd64-cgo), const IFT_TELINK = 200
 48173  pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD = 91
 48174  pkg syscall (openbsd-amd64-cgo), const IFT_TR008 = 176
 48175  pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
 48176  pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL = 131
 48177  pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA = 29
 48178  pkg syscall (openbsd-amd64-cgo), const IFT_USB = 160
 48179  pkg syscall (openbsd-amd64-cgo), const IFT_V11 = 64
 48180  pkg syscall (openbsd-amd64-cgo), const IFT_V35 = 45
 48181  pkg syscall (openbsd-amd64-cgo), const IFT_V36 = 65
 48182  pkg syscall (openbsd-amd64-cgo), const IFT_V37 = 120
 48183  pkg syscall (openbsd-amd64-cgo), const IFT_VDSL = 97
 48184  pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
 48185  pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG = 202
 48186  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID = 213
 48187  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM = 100
 48188  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
 48189  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP = 103
 48190  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
 48191  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO = 101
 48192  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS = 102
 48193  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
 48194  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
 48195  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
 48196  pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
 48197  pkg syscall (openbsd-amd64-cgo), const IFT_X213 = 93
 48198  pkg syscall (openbsd-amd64-cgo), const IFT_X25 = 5
 48199  pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN = 4
 48200  pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
 48201  pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP = 121
 48202  pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE = 40
 48203  pkg syscall (openbsd-amd64-cgo), const IFT_XETHER = 26
 48204  pkg syscall (openbsd-amd64-cgo), const IGNBRK = 1
 48205  pkg syscall (openbsd-amd64-cgo), const IGNCR = 128
 48206  pkg syscall (openbsd-amd64-cgo), const IGNPAR = 4
 48207  pkg syscall (openbsd-amd64-cgo), const IMAXBEL = 8192
 48208  pkg syscall (openbsd-amd64-cgo), const INLCR = 64
 48209  pkg syscall (openbsd-amd64-cgo), const INPCK = 16
 48210  pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
 48211  pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX = 128
 48212  pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
 48213  pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
 48214  pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
 48215  pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
 48216  pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
 48217  pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
 48218  pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST = 255
 48219  pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
 48220  pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
 48221  pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
 48222  pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
 48223  pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
 48224  pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET = 127
 48225  pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST = 1
 48226  pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET = 4294967294
 48227  pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT = 31
 48228  pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH = 51
 48229  pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP = 112
 48230  pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT = 258
 48231  pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE = 257
 48232  pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
 48233  pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP = 8
 48234  pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP = 98
 48235  pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON = 80
 48236  pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP = 50
 48237  pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
 48238  pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
 48239  pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP = 3
 48240  pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE = 47
 48241  pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
 48242  pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP = 1
 48243  pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
 48244  pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP = 22
 48245  pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP = 2
 48246  pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
 48247  pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP = 4
 48248  pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 = 4
 48249  pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX = 256
 48250  pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID = 259
 48251  pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE = 55
 48252  pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS = 137
 48253  pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE = 59
 48254  pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
 48255  pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM = 103
 48256  pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP = 12
 48257  pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW = 255
 48258  pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING = 43
 48259  pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP = 46
 48260  pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP = 29
 48261  pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL = 53
 48262  pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
 48263  pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM = 26
 48264  pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
 48265  pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
 48266  pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM = 64
 48267  pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG = 62
 48268  pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS = 50
 48269  pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
 48270  pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL = 54
 48271  pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH = 29
 48272  pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
 48273  pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
 48274  pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL = 120
 48275  pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC = 1
 48276  pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
 48277  pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS = 49
 48278  pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL = 60
 48279  pkg syscall (openbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
 48280  pkg syscall (openbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
 48281  pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM = 255
 48282  pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
 48283  pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU = 1280
 48284  pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
 48285  pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
 48286  pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
 48287  pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP = 48
 48288  pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS = 1
 48289  pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU = 44
 48290  pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX = 63
 48291  pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO = 46
 48292  pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE = 14
 48293  pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
 48294  pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
 48295  pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
 48296  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
 48297  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
 48298  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
 48299  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
 48300  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
 48301  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
 48302  pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
 48303  pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE = 4129
 48304  pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR = 51
 48305  pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
 48306  pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
 48307  pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
 48308  pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
 48309  pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
 48310  pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS = 61
 48311  pkg syscall (openbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
 48312  pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
 48313  pkg syscall (openbsd-amd64-cgo), const IPV6_V6ONLY = 27
 48314  pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION = 96
 48315  pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
 48316  pkg syscall (openbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
 48317  pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL = 20
 48318  pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
 48319  pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
 48320  pkg syscall (openbsd-amd64-cgo), const IP_DF = 16384
 48321  pkg syscall (openbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
 48322  pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL = 22
 48323  pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL = 21
 48324  pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL = 2
 48325  pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL = 29
 48326  pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO = 36
 48327  pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH = 27
 48328  pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED = 25
 48329  pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID = 23
 48330  pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH = 28
 48331  pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED = 26
 48332  pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID = 24
 48333  pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET = 65535
 48334  pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
 48335  pkg syscall (openbsd-amd64-cgo), const IP_MF = 8192
 48336  pkg syscall (openbsd-amd64-cgo), const IP_MINTTL = 32
 48337  pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 15
 48338  pkg syscall (openbsd-amd64-cgo), const IP_MSS = 576
 48339  pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_IF = 9
 48340  pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
 48341  pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
 48342  pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK = 8191
 48343  pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS = 1
 48344  pkg syscall (openbsd-amd64-cgo), const IP_PIPEX = 34
 48345  pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE = 19
 48346  pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
 48347  pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
 48348  pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
 48349  pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR = 7
 48350  pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT = 33
 48351  pkg syscall (openbsd-amd64-cgo), const IP_RECVIF = 30
 48352  pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS = 5
 48353  pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS = 6
 48354  pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE = 35
 48355  pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL = 31
 48356  pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS = 8
 48357  pkg syscall (openbsd-amd64-cgo), const IP_RF = 32768
 48358  pkg syscall (openbsd-amd64-cgo), const IP_RTABLE = 4129
 48359  pkg syscall (openbsd-amd64-cgo), const IP_TOS = 3
 48360  pkg syscall (openbsd-amd64-cgo), const IP_TTL = 4
 48361  pkg syscall (openbsd-amd64-cgo), const ISIG = 128
 48362  pkg syscall (openbsd-amd64-cgo), const ISTRIP = 32
 48363  pkg syscall (openbsd-amd64-cgo), const IXANY = 2048
 48364  pkg syscall (openbsd-amd64-cgo), const IXOFF = 1024
 48365  pkg syscall (openbsd-amd64-cgo), const IXON = 512
 48366  pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false
 48367  pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH = 6
 48368  pkg syscall (openbsd-amd64-cgo), const LOCK_EX = 2
 48369  pkg syscall (openbsd-amd64-cgo), const LOCK_NB = 4
 48370  pkg syscall (openbsd-amd64-cgo), const LOCK_SH = 1
 48371  pkg syscall (openbsd-amd64-cgo), const LOCK_UN = 8
 48372  pkg syscall (openbsd-amd64-cgo), const MSG_BCAST = 256
 48373  pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC = 32
 48374  pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE = 4
 48375  pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT = 128
 48376  pkg syscall (openbsd-amd64-cgo), const MSG_EOR = 8
 48377  pkg syscall (openbsd-amd64-cgo), const MSG_MCAST = 512
 48378  pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
 48379  pkg syscall (openbsd-amd64-cgo), const MSG_OOB = 1
 48380  pkg syscall (openbsd-amd64-cgo), const MSG_PEEK = 2
 48381  pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC = 16
 48382  pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL = 64
 48383  pkg syscall (openbsd-amd64-cgo), const NAME_MAX = 255
 48384  pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP = 1
 48385  pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS = 2
 48386  pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST = 3
 48387  pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID = 6
 48388  pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS = 4
 48389  pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE = 5
 48390  pkg syscall (openbsd-amd64-cgo), const NOFLSH = 2147483648
 48391  pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB = 8
 48392  pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD = 4
 48393  pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE = 1
 48394  pkg syscall (openbsd-amd64-cgo), const NOTE_EOF = 2
 48395  pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC = 536870912
 48396  pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT = 2147483648
 48397  pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND = 4
 48398  pkg syscall (openbsd-amd64-cgo), const NOTE_FORK = 1073741824
 48399  pkg syscall (openbsd-amd64-cgo), const NOTE_LINK = 16
 48400  pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT = 1
 48401  pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
 48402  pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
 48403  pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME = 32
 48404  pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE = 64
 48405  pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK = 1
 48406  pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR = 2
 48407  pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE = 128
 48408  pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE = 2
 48409  pkg syscall (openbsd-amd64-cgo), const OCRNL = 16
 48410  pkg syscall (openbsd-amd64-cgo), const ONLCR = 2
 48411  pkg syscall (openbsd-amd64-cgo), const ONLRET = 128
 48412  pkg syscall (openbsd-amd64-cgo), const ONOCR = 64
 48413  pkg syscall (openbsd-amd64-cgo), const ONOEOT = 8
 48414  pkg syscall (openbsd-amd64-cgo), const OPOST = 1
 48415  pkg syscall (openbsd-amd64-cgo), const O_ACCMODE = 3
 48416  pkg syscall (openbsd-amd64-cgo), const O_APPEND = 8
 48417  pkg syscall (openbsd-amd64-cgo), const O_ASYNC = 64
 48418  pkg syscall (openbsd-amd64-cgo), const O_CLOEXEC = 65536
 48419  pkg syscall (openbsd-amd64-cgo), const O_CREAT = 512
 48420  pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY = 131072
 48421  pkg syscall (openbsd-amd64-cgo), const O_DSYNC = 128
 48422  pkg syscall (openbsd-amd64-cgo), const O_EXCL = 2048
 48423  pkg syscall (openbsd-amd64-cgo), const O_EXLOCK = 32
 48424  pkg syscall (openbsd-amd64-cgo), const O_FSYNC = 128
 48425  pkg syscall (openbsd-amd64-cgo), const O_NDELAY = 4
 48426  pkg syscall (openbsd-amd64-cgo), const O_NOCTTY = 32768
 48427  pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW = 256
 48428  pkg syscall (openbsd-amd64-cgo), const O_NONBLOCK = 4
 48429  pkg syscall (openbsd-amd64-cgo), const O_RSYNC = 128
 48430  pkg syscall (openbsd-amd64-cgo), const O_SHLOCK = 16
 48431  pkg syscall (openbsd-amd64-cgo), const O_SYNC = 128
 48432  pkg syscall (openbsd-amd64-cgo), const O_TRUNC = 1024
 48433  pkg syscall (openbsd-amd64-cgo), const PARENB = 4096
 48434  pkg syscall (openbsd-amd64-cgo), const PARMRK = 8
 48435  pkg syscall (openbsd-amd64-cgo), const PARODD = 8192
 48436  pkg syscall (openbsd-amd64-cgo), const PENDIN = 536870912
 48437  pkg syscall (openbsd-amd64-cgo), const PF_FLUSH = 1
 48438  pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21
 48439  pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT = 7
 48440  pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL = 8
 48441  pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME = 0
 48442  pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE = 4
 48443  pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU = 0
 48444  pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA = 2
 48445  pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE = 1
 48446  pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE = 8
 48447  pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK = 3
 48448  pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
 48449  pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR = 6
 48450  pkg syscall (openbsd-amd64-cgo), const RTAX_BRD = 7
 48451  pkg syscall (openbsd-amd64-cgo), const RTAX_DST = 0
 48452  pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY = 1
 48453  pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK = 3
 48454  pkg syscall (openbsd-amd64-cgo), const RTAX_IFA = 5
 48455  pkg syscall (openbsd-amd64-cgo), const RTAX_IFP = 4
 48456  pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL = 10
 48457  pkg syscall (openbsd-amd64-cgo), const RTAX_MAX = 11
 48458  pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK = 2
 48459  pkg syscall (openbsd-amd64-cgo), const RTAX_SRC = 8
 48460  pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK = 9
 48461  pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR = 64
 48462  pkg syscall (openbsd-amd64-cgo), const RTA_BRD = 128
 48463  pkg syscall (openbsd-amd64-cgo), const RTA_DST = 1
 48464  pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY = 2
 48465  pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK = 8
 48466  pkg syscall (openbsd-amd64-cgo), const RTA_IFA = 32
 48467  pkg syscall (openbsd-amd64-cgo), const RTA_IFP = 16
 48468  pkg syscall (openbsd-amd64-cgo), const RTA_LABEL = 1024
 48469  pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK = 4
 48470  pkg syscall (openbsd-amd64-cgo), const RTA_SRC = 256
 48471  pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK = 512
 48472  pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE = 16384
 48473  pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
 48474  pkg syscall (openbsd-amd64-cgo), const RTF_CLONED = 65536
 48475  pkg syscall (openbsd-amd64-cgo), const RTF_CLONING = 256
 48476  pkg syscall (openbsd-amd64-cgo), const RTF_DONE = 64
 48477  pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC = 16
 48478  pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496
 48479  pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY = 2
 48480  pkg syscall (openbsd-amd64-cgo), const RTF_HOST = 4
 48481  pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO = 1024
 48482  pkg syscall (openbsd-amd64-cgo), const RTF_MASK = 128
 48483  pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED = 32
 48484  pkg syscall (openbsd-amd64-cgo), const RTF_MPATH = 262144
 48485  pkg syscall (openbsd-amd64-cgo), const RTF_MPLS = 1048576
 48486  pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP = 8192
 48487  pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 = 32768
 48488  pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 = 16384
 48489  pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 = 8192
 48490  pkg syscall (openbsd-amd64-cgo), const RTF_REJECT = 8
 48491  pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE = 131072
 48492  pkg syscall (openbsd-amd64-cgo), const RTF_STATIC = 2048
 48493  pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL = 1048576
 48494  pkg syscall (openbsd-amd64-cgo), const RTF_UP = 1
 48495  pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS = 32768
 48496  pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE = 512
 48497  pkg syscall (openbsd-amd64-cgo), const RTM_ADD = 1
 48498  pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE = 3
 48499  pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR = 13
 48500  pkg syscall (openbsd-amd64-cgo), const RTM_DELETE = 2
 48501  pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC = 16
 48502  pkg syscall (openbsd-amd64-cgo), const RTM_GET = 4
 48503  pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE = 15
 48504  pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO = 14
 48505  pkg syscall (openbsd-amd64-cgo), const RTM_LOCK = 8
 48506  pkg syscall (openbsd-amd64-cgo), const RTM_LOSING = 5
 48507  pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE = 2048
 48508  pkg syscall (openbsd-amd64-cgo), const RTM_MISS = 7
 48509  pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR = 12
 48510  pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT = 6
 48511  pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE = 11
 48512  pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
 48513  pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4
 48514  pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE = 4
 48515  pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT = 2
 48516  pkg syscall (openbsd-amd64-cgo), const RTV_MTU = 1
 48517  pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE = 8
 48518  pkg syscall (openbsd-amd64-cgo), const RTV_RTT = 64
 48519  pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR = 128
 48520  pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE = 16
 48521  pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH = 32
 48522  pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX = 255
 48523  pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
 48524  pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF = 0
 48525  pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD = 1
 48526  pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS = 1
 48527  pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP = 4
 48528  pkg syscall (openbsd-amd64-cgo), const SIGBUS = 10
 48529  pkg syscall (openbsd-amd64-cgo), const SIGCHLD = 20
 48530  pkg syscall (openbsd-amd64-cgo), const SIGCONT = 19
 48531  pkg syscall (openbsd-amd64-cgo), const SIGEMT = 7
 48532  pkg syscall (openbsd-amd64-cgo), const SIGINFO = 29
 48533  pkg syscall (openbsd-amd64-cgo), const SIGIO = 23
 48534  pkg syscall (openbsd-amd64-cgo), const SIGIOT = 6
 48535  pkg syscall (openbsd-amd64-cgo), const SIGPROF = 27
 48536  pkg syscall (openbsd-amd64-cgo), const SIGSTOP = 17
 48537  pkg syscall (openbsd-amd64-cgo), const SIGSYS = 12
 48538  pkg syscall (openbsd-amd64-cgo), const SIGTHR = 32
 48539  pkg syscall (openbsd-amd64-cgo), const SIGTSTP = 18
 48540  pkg syscall (openbsd-amd64-cgo), const SIGTTIN = 21
 48541  pkg syscall (openbsd-amd64-cgo), const SIGTTOU = 22
 48542  pkg syscall (openbsd-amd64-cgo), const SIGURG = 16
 48543  pkg syscall (openbsd-amd64-cgo), const SIGUSR1 = 30
 48544  pkg syscall (openbsd-amd64-cgo), const SIGUSR2 = 31
 48545  pkg syscall (openbsd-amd64-cgo), const SIGVTALRM = 26
 48546  pkg syscall (openbsd-amd64-cgo), const SIGWINCH = 28
 48547  pkg syscall (openbsd-amd64-cgo), const SIGXCPU = 24
 48548  pkg syscall (openbsd-amd64-cgo), const SIGXFSZ = 25
 48549  pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI = 2149607729
 48550  pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
 48551  pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
 48552  pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR = 2182637852
 48553  pkg syscall (openbsd-amd64-cgo), const SIOCATMARK = 1074033415
 48554  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD = 2153277756
 48555  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS = 2153277761
 48556  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL = 2154719565
 48557  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039
 48558  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL = 2153277757
 48559  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS = 2153277762
 48560  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH = 2153277768
 48561  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL = 2154719566
 48562  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE = 3222563137
 48563  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD = 3222563154
 48564  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT = 3222563153
 48565  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS = 3227019582
 48566  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA = 3222563155
 48567  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM = 3225446744
 48568  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI = 3222563152
 48569  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL = 3224398159
 48570  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS = 3227019580
 48571  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO = 3222563142
 48572  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS = 3227019586
 48573  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS = 3223349571
 48574  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860
 48575  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE = 2148821312
 48576  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD = 2148821330
 48577  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT = 2148821329
 48578  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST = 2153277781
 48579  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS = 2153277759
 48580  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO = 2153277780
 48581  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA = 2148821331
 48582  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI = 2148821328
 48583  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO = 2148821338
 48584  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO = 2148821317
 48585  pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC = 2148821337
 48586  pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI = 2149607730
 48587  pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR = 2149607705
 48588  pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
 48589  pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
 48590  pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR = 2182637854
 48591  pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE = 3222825380
 48592  pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL = 2149607834
 48593  pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW = 3223349758
 48594  pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC = 3223349752
 48595  pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
 48596  pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
 48597  pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
 48598  pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR = 3223349537
 48599  pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
 48600  pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
 48601  pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF = 3222300964
 48602  pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA = 3223349531
 48603  pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR = 3223349633
 48604  pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
 48605  pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
 48606  pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR = 3223873931
 48607  pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
 48608  pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
 48609  pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
 48610  pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
 48611  pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
 48612  pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU = 3223349630
 48613  pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
 48614  pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
 48615  pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY = 3223349660
 48616  pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
 48617  pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN = 3223349664
 48618  pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL = 3223349635
 48619  pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT = 3223349638
 48620  pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS = 3223349662
 48621  pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR = 3256379677
 48622  pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3256379723
 48623  pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE = 3223349666
 48624  pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
 48625  pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP = 1074033417
 48626  pkg syscall (openbsd-amd64-cgo), const SIOCGVH = 3223349750
 48627  pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE = 2149607802
 48628  pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
 48629  pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
 48630  pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE = 2149083555
 48631  pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL = 2149607833
 48632  pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW = 2149607933
 48633  pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC = 2149607927
 48634  pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
 48635  pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR = 2149607692
 48636  pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
 48637  pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
 48638  pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR = 2149607808
 48639  pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
 48640  pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
 48641  pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR = 2150132108
 48642  pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
 48643  pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR = 2149607711
 48644  pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA = 3223349557
 48645  pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
 48646  pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU = 2149607807
 48647  pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
 48648  pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
 48649  pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY = 2149607835
 48650  pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN = 2149607839
 48651  pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL = 2149607810
 48652  pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT = 2149607813
 48653  pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS = 2149607837
 48654  pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2182637898
 48655  pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE = 2149607841
 48656  pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
 48657  pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP = 2147775240
 48658  pkg syscall (openbsd-amd64-cgo), const SIOCSVH = 3223349749
 48659  pkg syscall (openbsd-amd64-cgo), const SOCK_RDM = 4
 48660  pkg syscall (openbsd-amd64-cgo), const SOL_SOCKET = 65535
 48661  pkg syscall (openbsd-amd64-cgo), const SOMAXCONN = 128
 48662  pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN = 2
 48663  pkg syscall (openbsd-amd64-cgo), const SO_BINDANY = 4096
 48664  pkg syscall (openbsd-amd64-cgo), const SO_BROADCAST = 32
 48665  pkg syscall (openbsd-amd64-cgo), const SO_DEBUG = 1
 48666  pkg syscall (openbsd-amd64-cgo), const SO_DONTROUTE = 16
 48667  pkg syscall (openbsd-amd64-cgo), const SO_ERROR = 4103
 48668  pkg syscall (openbsd-amd64-cgo), const SO_KEEPALIVE = 8
 48669  pkg syscall (openbsd-amd64-cgo), const SO_LINGER = 128
 48670  pkg syscall (openbsd-amd64-cgo), const SO_NETPROC = 4128
 48671  pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE = 256
 48672  pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED = 4130
 48673  pkg syscall (openbsd-amd64-cgo), const SO_RCVBUF = 4098
 48674  pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT = 4100
 48675  pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO = 4102
 48676  pkg syscall (openbsd-amd64-cgo), const SO_REUSEADDR = 4
 48677  pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT = 512
 48678  pkg syscall (openbsd-amd64-cgo), const SO_RTABLE = 4129
 48679  pkg syscall (openbsd-amd64-cgo), const SO_SNDBUF = 4097
 48680  pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT = 4099
 48681  pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO = 4101
 48682  pkg syscall (openbsd-amd64-cgo), const SO_SPLICE = 4131
 48683  pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP = 2048
 48684  pkg syscall (openbsd-amd64-cgo), const SO_TYPE = 4104
 48685  pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK = 64
 48686  pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT = 30
 48687  pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS = 33
 48688  pkg syscall (openbsd-amd64-cgo), const SYS_ACCT = 51
 48689  pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ = 305
 48690  pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME = 140
 48691  pkg syscall (openbsd-amd64-cgo), const SYS_BIND = 104
 48692  pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR = 12
 48693  pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS = 34
 48694  pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD = 15
 48695  pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN = 16
 48696  pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT = 61
 48697  pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
 48698  pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
 48699  pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
 48700  pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE = 6
 48701  pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM = 287
 48702  pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT = 98
 48703  pkg syscall (openbsd-amd64-cgo), const SYS_DUP = 41
 48704  pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 = 90
 48705  pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE = 59
 48706  pkg syscall (openbsd-amd64-cgo), const SYS_EXIT = 1
 48707  pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT = 313
 48708  pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR = 13
 48709  pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS = 35
 48710  pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD = 124
 48711  pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT = 314
 48712  pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN = 123
 48713  pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT = 315
 48714  pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL = 92
 48715  pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN = 264
 48716  pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT = 294
 48717  pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309
 48718  pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK = 131
 48719  pkg syscall (openbsd-amd64-cgo), const SYS_FORK = 2
 48720  pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF = 192
 48721  pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292
 48722  pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316
 48723  pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308
 48724  pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC = 95
 48725  pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE = 201
 48726  pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327
 48727  pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206
 48728  pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312
 48729  pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT = 18
 48730  pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID = 43
 48731  pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID = 25
 48732  pkg syscall (openbsd-amd64-cgo), const SYS_GETFH = 161
 48733  pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306
 48734  pkg syscall (openbsd-amd64-cgo), const SYS_GETGID = 47
 48735  pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS = 79
 48736  pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
 48737  pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN = 49
 48738  pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME = 31
 48739  pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID = 207
 48740  pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP = 81
 48741  pkg syscall (openbsd-amd64-cgo), const SYS_GETPID = 20
 48742  pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID = 39
 48743  pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY = 100
 48744  pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID = 283
 48745  pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID = 281
 48746  pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT = 194
 48747  pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE = 311
 48748  pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
 48749  pkg syscall (openbsd-amd64-cgo), const SYS_GETSID = 255
 48750  pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
 48751  pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
 48752  pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID = 299
 48753  pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
 48754  pkg syscall (openbsd-amd64-cgo), const SYS_GETUID = 24
 48755  pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL = 54
 48756  pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID = 253
 48757  pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
 48758  pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
 48759  pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE = 269
 48760  pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE = 45
 48761  pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN = 254
 48762  pkg syscall (openbsd-amd64-cgo), const SYS_LINK = 9
 48763  pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT = 317
 48764  pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN = 106
 48765  pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK = 199
 48766  pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
 48767  pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE = 75
 48768  pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE = 78
 48769  pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT = 250
 48770  pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR = 136
 48771  pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT = 318
 48772  pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO = 132
 48773  pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT = 319
 48774  pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD = 14
 48775  pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT = 320
 48776  pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK = 203
 48777  pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL = 271
 48778  pkg syscall (openbsd-amd64-cgo), const SYS_MMAP = 197
 48779  pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT = 21
 48780  pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT = 74
 48781  pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY = 286
 48782  pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL = 297
 48783  pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET = 225
 48784  pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV = 227
 48785  pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND = 226
 48786  pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC = 256
 48787  pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK = 204
 48788  pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL = 272
 48789  pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP = 73
 48790  pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
 48791  pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC = 155
 48792  pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK = 17
 48793  pkg syscall (openbsd-amd64-cgo), const SYS_OPEN = 5
 48794  pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT = 321
 48795  pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF = 191
 48796  pkg syscall (openbsd-amd64-cgo), const SYS_PIPE = 263
 48797  pkg syscall (openbsd-amd64-cgo), const SYS_POLL = 252
 48798  pkg syscall (openbsd-amd64-cgo), const SYS_PREAD = 173
 48799  pkg syscall (openbsd-amd64-cgo), const SYS_PREADV = 267
 48800  pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL = 44
 48801  pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE = 26
 48802  pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE = 174
 48803  pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV = 268
 48804  pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL = 148
 48805  pkg syscall (openbsd-amd64-cgo), const SYS_READ = 3
 48806  pkg syscall (openbsd-amd64-cgo), const SYS_READLINK = 58
 48807  pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT = 322
 48808  pkg syscall (openbsd-amd64-cgo), const SYS_READV = 120
 48809  pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT = 55
 48810  pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM = 29
 48811  pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG = 27
 48812  pkg syscall (openbsd-amd64-cgo), const SYS_RENAME = 128
 48813  pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT = 323
 48814  pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE = 56
 48815  pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR = 137
 48816  pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD = 298
 48817  pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
 48818  pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET = 221
 48819  pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP = 290
 48820  pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG = 28
 48821  pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO = 133
 48822  pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID = 182
 48823  pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID = 183
 48824  pkg syscall (openbsd-amd64-cgo), const SYS_SETGID = 181
 48825  pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS = 80
 48826  pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83
 48827  pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN = 50
 48828  pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID = 82
 48829  pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY = 96
 48830  pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID = 127
 48831  pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID = 284
 48832  pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID = 282
 48833  pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID = 126
 48834  pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT = 195
 48835  pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE = 310
 48836  pkg syscall (openbsd-amd64-cgo), const SYS_SETSID = 147
 48837  pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
 48838  pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
 48839  pkg syscall (openbsd-amd64-cgo), const SYS_SETUID = 23
 48840  pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT = 228
 48841  pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL = 296
 48842  pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT = 230
 48843  pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET = 289
 48844  pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN = 134
 48845  pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION = 46
 48846  pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK = 288
 48847  pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING = 52
 48848  pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK = 48
 48849  pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN = 103
 48850  pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND = 111
 48851  pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET = 97
 48852  pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
 48853  pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291
 48854  pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307
 48855  pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL = 193
 48856  pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK = 57
 48857  pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT = 324
 48858  pkg syscall (openbsd-amd64-cgo), const SYS_SYNC = 36
 48859  pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH = 165
 48860  pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE = 200
 48861  pkg syscall (openbsd-amd64-cgo), const SYS_UMASK = 60
 48862  pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK = 10
 48863  pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT = 325
 48864  pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT = 22
 48865  pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326
 48866  pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138
 48867  pkg syscall (openbsd-amd64-cgo), const SYS_VFORK = 66
 48868  pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7
 48869  pkg syscall (openbsd-amd64-cgo), const SYS_WRITE = 4
 48870  pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV = 121
 48871  pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD = 304
 48872  pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB = 330
 48873  pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL = 295
 48874  pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB = 329
 48875  pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL = 202
 48876  pkg syscall (openbsd-amd64-cgo), const SYS___TFORK = 8
 48877  pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT = 302
 48878  pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT = 303
 48879  pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300
 48880  pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP = 301
 48881  pkg syscall (openbsd-amd64-cgo), const S_IFMT = 61440
 48882  pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr = 20
 48883  pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn = 8
 48884  pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram = 16
 48885  pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat = 8
 48886  pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion = 4
 48887  pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr = 12
 48888  pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq = 8
 48889  pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq = 20
 48890  pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 26
 48891  pkg syscall (openbsd-amd64-cgo), const SizeofIfData = 224
 48892  pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr = 248
 48893  pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr = 24
 48894  pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
 48895  pkg syscall (openbsd-amd64-cgo), const SizeofLinger = 8
 48896  pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr = 48
 48897  pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48
 48898  pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88
 48899  pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny = 108
 48900  pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink = 32
 48901  pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
 48902  pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
 48903  pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix = 106
 48904  pkg syscall (openbsd-amd64-cgo), const TCIFLUSH = 1
 48905  pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH = 3
 48906  pkg syscall (openbsd-amd64-cgo), const TCOFLUSH = 2
 48907  pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST = 4
 48908  pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG = 2
 48909  pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN = 65535
 48910  pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK = 3
 48911  pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
 48912  pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG = 4
 48913  pkg syscall (openbsd-amd64-cgo), const TCP_MSS = 512
 48914  pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES = 11
 48915  pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE = 8
 48916  pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH = 2
 48917  pkg syscall (openbsd-amd64-cgo), const TIOCCBRK = 536900730
 48918  pkg syscall (openbsd-amd64-cgo), const TIOCCDTR = 536900728
 48919  pkg syscall (openbsd-amd64-cgo), const TIOCCONS = 2147775586
 48920  pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN = 536900702
 48921  pkg syscall (openbsd-amd64-cgo), const TIOCEXCL = 536900621
 48922  pkg syscall (openbsd-amd64-cgo), const TIOCEXT = 2147775584
 48923  pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
 48924  pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
 48925  pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
 48926  pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS = 16
 48927  pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
 48928  pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH = 2147775504
 48929  pkg syscall (openbsd-amd64-cgo), const TIOCGETA = 1076655123
 48930  pkg syscall (openbsd-amd64-cgo), const TIOCGETD = 1074033690
 48931  pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
 48932  pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP = 1074033783
 48933  pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP = 1074820187
 48934  pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
 48935  pkg syscall (openbsd-amd64-cgo), const TIOCMBIC = 2147775595
 48936  pkg syscall (openbsd-amd64-cgo), const TIOCMBIS = 2147775596
 48937  pkg syscall (openbsd-amd64-cgo), const TIOCMGET = 1074033770
 48938  pkg syscall (openbsd-amd64-cgo), const TIOCMODG = 1074033770
 48939  pkg syscall (openbsd-amd64-cgo), const TIOCMODS = 2147775597
 48940  pkg syscall (openbsd-amd64-cgo), const TIOCMSET = 2147775597
 48941  pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR = 64
 48942  pkg syscall (openbsd-amd64-cgo), const TIOCM_CD = 64
 48943  pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS = 32
 48944  pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR = 256
 48945  pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR = 2
 48946  pkg syscall (openbsd-amd64-cgo), const TIOCM_LE = 1
 48947  pkg syscall (openbsd-amd64-cgo), const TIOCM_RI = 128
 48948  pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG = 128
 48949  pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS = 4
 48950  pkg syscall (openbsd-amd64-cgo), const TIOCM_SR = 16
 48951  pkg syscall (openbsd-amd64-cgo), const TIOCM_ST = 8
 48952  pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY = 536900721
 48953  pkg syscall (openbsd-amd64-cgo), const TIOCNXCL = 536900622
 48954  pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ = 1074033779
 48955  pkg syscall (openbsd-amd64-cgo), const TIOCPKT = 2147775600
 48956  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA = 0
 48957  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
 48958  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
 48959  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
 48960  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
 48961  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
 48962  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START = 8
 48963  pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP = 4
 48964  pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE = 2147775593
 48965  pkg syscall (openbsd-amd64-cgo), const TIOCSBRK = 536900731
 48966  pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY = 536900705
 48967  pkg syscall (openbsd-amd64-cgo), const TIOCSDTR = 536900729
 48968  pkg syscall (openbsd-amd64-cgo), const TIOCSETA = 2150396948
 48969  pkg syscall (openbsd-amd64-cgo), const TIOCSETAF = 2150396950
 48970  pkg syscall (openbsd-amd64-cgo), const TIOCSETAW = 2150396949
 48971  pkg syscall (openbsd-amd64-cgo), const TIOCSETD = 2147775515
 48972  pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
 48973  pkg syscall (openbsd-amd64-cgo), const TIOCSIG = 2147775583
 48974  pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP = 2147775606
 48975  pkg syscall (openbsd-amd64-cgo), const TIOCSTART = 536900718
 48976  pkg syscall (openbsd-amd64-cgo), const TIOCSTAT = 2147775589
 48977  pkg syscall (openbsd-amd64-cgo), const TIOCSTI = 2147578994
 48978  pkg syscall (openbsd-amd64-cgo), const TIOCSTOP = 536900719
 48979  pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP = 2148037722
 48980  pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
 48981  pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL = 2147775590
 48982  pkg syscall (openbsd-amd64-cgo), const TOSTOP = 4194304
 48983  pkg syscall (openbsd-amd64-cgo), const VDISCARD = 15
 48984  pkg syscall (openbsd-amd64-cgo), const VDSUSP = 11
 48985  pkg syscall (openbsd-amd64-cgo), const VEOF = 0
 48986  pkg syscall (openbsd-amd64-cgo), const VEOL = 1
 48987  pkg syscall (openbsd-amd64-cgo), const VEOL2 = 2
 48988  pkg syscall (openbsd-amd64-cgo), const VERASE = 3
 48989  pkg syscall (openbsd-amd64-cgo), const VINTR = 8
 48990  pkg syscall (openbsd-amd64-cgo), const VKILL = 5
 48991  pkg syscall (openbsd-amd64-cgo), const VLNEXT = 14
 48992  pkg syscall (openbsd-amd64-cgo), const VMIN = 16
 48993  pkg syscall (openbsd-amd64-cgo), const VQUIT = 9
 48994  pkg syscall (openbsd-amd64-cgo), const VREPRINT = 6
 48995  pkg syscall (openbsd-amd64-cgo), const VSTART = 12
 48996  pkg syscall (openbsd-amd64-cgo), const VSTATUS = 18
 48997  pkg syscall (openbsd-amd64-cgo), const VSTOP = 13
 48998  pkg syscall (openbsd-amd64-cgo), const VSUSP = 10
 48999  pkg syscall (openbsd-amd64-cgo), const VTIME = 17
 49000  pkg syscall (openbsd-amd64-cgo), const VWERASE = 4
 49001  pkg syscall (openbsd-amd64-cgo), const WALTSIG = 4
 49002  pkg syscall (openbsd-amd64-cgo), const WCONTINUED = 8
 49003  pkg syscall (openbsd-amd64-cgo), const WCOREFLAG = 128
 49004  pkg syscall (openbsd-amd64-cgo), const WNOHANG = 1
 49005  pkg syscall (openbsd-amd64-cgo), const WSTOPPED = 127
 49006  pkg syscall (openbsd-amd64-cgo), const WUNTRACED = 2
 49007  pkg syscall (windows-386), const AF_INET6 = 23
 49008  pkg syscall (windows-386), const AF_NETBIOS = 17
 49009  pkg syscall (windows-386), const AI_CANONNAME = 2
 49010  pkg syscall (windows-386), const AI_CANONNAME ideal-int
 49011  pkg syscall (windows-386), const AI_NUMERICHOST = 4
 49012  pkg syscall (windows-386), const AI_NUMERICHOST ideal-int
 49013  pkg syscall (windows-386), const AI_PASSIVE = 1
 49014  pkg syscall (windows-386), const AI_PASSIVE ideal-int
 49015  pkg syscall (windows-386), const APPLICATION_ERROR = 536870912
 49016  pkg syscall (windows-386), const AUTHTYPE_CLIENT = 1
 49017  pkg syscall (windows-386), const AUTHTYPE_SERVER = 2
 49018  pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
 49019  pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
 49020  pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1
 49021  pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
 49022  pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8
 49023  pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
 49024  pkg syscall (windows-386), const CERT_CHAIN_POLICY_NT_AUTH = 6
 49025  pkg syscall (windows-386), const CERT_CHAIN_POLICY_SSL = 4
 49026  pkg syscall (windows-386), const CERT_E_CN_NO_MATCH = 2148204815
 49027  pkg syscall (windows-386), const CERT_E_EXPIRED = 2148204801
 49028  pkg syscall (windows-386), const CERT_E_PURPOSE = 2148204806
 49029  pkg syscall (windows-386), const CERT_E_ROLE = 2148204803
 49030  pkg syscall (windows-386), const CERT_E_UNTRUSTEDROOT = 2148204809
 49031  pkg syscall (windows-386), const CERT_STORE_ADD_ALWAYS = 4
 49032  pkg syscall (windows-386), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
 49033  pkg syscall (windows-386), const CERT_STORE_PROV_MEMORY = 2
 49034  pkg syscall (windows-386), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
 49035  pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
 49036  pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384
 49037  pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728
 49038  pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096
 49039  pkg syscall (windows-386), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
 49040  pkg syscall (windows-386), const CERT_TRUST_INVALID_EXTENSION = 256
 49041  pkg syscall (windows-386), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
 49042  pkg syscall (windows-386), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
 49043  pkg syscall (windows-386), const CERT_TRUST_IS_CYCLIC = 128
 49044  pkg syscall (windows-386), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
 49045  pkg syscall (windows-386), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
 49046  pkg syscall (windows-386), const CERT_TRUST_IS_NOT_TIME_VALID = 1
 49047  pkg syscall (windows-386), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
 49048  pkg syscall (windows-386), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
 49049  pkg syscall (windows-386), const CERT_TRUST_IS_REVOKED = 4
 49050  pkg syscall (windows-386), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
 49051  pkg syscall (windows-386), const CERT_TRUST_NO_ERROR = 0
 49052  pkg syscall (windows-386), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
 49053  pkg syscall (windows-386), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
 49054  pkg syscall (windows-386), const CREATE_ALWAYS = 2
 49055  pkg syscall (windows-386), const CREATE_NEW = 1
 49056  pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP = 512
 49057  pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int
 49058  pkg syscall (windows-386), const CREATE_UNICODE_ENVIRONMENT = 1024
 49059  pkg syscall (windows-386), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
 49060  pkg syscall (windows-386), const CRYPT_DELETEKEYSET = 16
 49061  pkg syscall (windows-386), const CRYPT_MACHINE_KEYSET = 32
 49062  pkg syscall (windows-386), const CRYPT_NEWKEYSET = 8
 49063  pkg syscall (windows-386), const CRYPT_SILENT = 64
 49064  pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT = 4026531840
 49065  pkg syscall (windows-386), const CTRL_BREAK_EVENT = 1
 49066  pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
 49067  pkg syscall (windows-386), const CTRL_C_EVENT = 0
 49068  pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
 49069  pkg syscall (windows-386), const DNS_TYPE_A = 1
 49070  pkg syscall (windows-386), const DNS_TYPE_A6 = 38
 49071  pkg syscall (windows-386), const DNS_TYPE_AAAA = 28
 49072  pkg syscall (windows-386), const DNS_TYPE_ADDRS = 248
 49073  pkg syscall (windows-386), const DNS_TYPE_AFSDB = 18
 49074  pkg syscall (windows-386), const DNS_TYPE_ALL = 255
 49075  pkg syscall (windows-386), const DNS_TYPE_ANY = 255
 49076  pkg syscall (windows-386), const DNS_TYPE_ATMA = 34
 49077  pkg syscall (windows-386), const DNS_TYPE_AXFR = 252
 49078  pkg syscall (windows-386), const DNS_TYPE_CERT = 37
 49079  pkg syscall (windows-386), const DNS_TYPE_CNAME = 5
 49080  pkg syscall (windows-386), const DNS_TYPE_DHCID = 49
 49081  pkg syscall (windows-386), const DNS_TYPE_DNAME = 39
 49082  pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48
 49083  pkg syscall (windows-386), const DNS_TYPE_DS = 43
 49084  pkg syscall (windows-386), const DNS_TYPE_EID = 31
 49085  pkg syscall (windows-386), const DNS_TYPE_GID = 102
 49086  pkg syscall (windows-386), const DNS_TYPE_GPOS = 27
 49087  pkg syscall (windows-386), const DNS_TYPE_HINFO = 13
 49088  pkg syscall (windows-386), const DNS_TYPE_ISDN = 20
 49089  pkg syscall (windows-386), const DNS_TYPE_IXFR = 251
 49090  pkg syscall (windows-386), const DNS_TYPE_KEY = 25
 49091  pkg syscall (windows-386), const DNS_TYPE_KX = 36
 49092  pkg syscall (windows-386), const DNS_TYPE_LOC = 29
 49093  pkg syscall (windows-386), const DNS_TYPE_MAILA = 254
 49094  pkg syscall (windows-386), const DNS_TYPE_MAILB = 253
 49095  pkg syscall (windows-386), const DNS_TYPE_MB = 7
 49096  pkg syscall (windows-386), const DNS_TYPE_MD = 3
 49097  pkg syscall (windows-386), const DNS_TYPE_MF = 4
 49098  pkg syscall (windows-386), const DNS_TYPE_MG = 8
 49099  pkg syscall (windows-386), const DNS_TYPE_MINFO = 14
 49100  pkg syscall (windows-386), const DNS_TYPE_MR = 9
 49101  pkg syscall (windows-386), const DNS_TYPE_MX = 15
 49102  pkg syscall (windows-386), const DNS_TYPE_NAPTR = 35
 49103  pkg syscall (windows-386), const DNS_TYPE_NBSTAT = 65281
 49104  pkg syscall (windows-386), const DNS_TYPE_NIMLOC = 32
 49105  pkg syscall (windows-386), const DNS_TYPE_NS = 2
 49106  pkg syscall (windows-386), const DNS_TYPE_NSAP = 22
 49107  pkg syscall (windows-386), const DNS_TYPE_NSAPPTR = 23
 49108  pkg syscall (windows-386), const DNS_TYPE_NSEC = 47
 49109  pkg syscall (windows-386), const DNS_TYPE_NULL = 10
 49110  pkg syscall (windows-386), const DNS_TYPE_NXT = 30
 49111  pkg syscall (windows-386), const DNS_TYPE_OPT = 41
 49112  pkg syscall (windows-386), const DNS_TYPE_PTR = 12
 49113  pkg syscall (windows-386), const DNS_TYPE_PX = 26
 49114  pkg syscall (windows-386), const DNS_TYPE_RP = 17
 49115  pkg syscall (windows-386), const DNS_TYPE_RRSIG = 46
 49116  pkg syscall (windows-386), const DNS_TYPE_RT = 21
 49117  pkg syscall (windows-386), const DNS_TYPE_SIG = 24
 49118  pkg syscall (windows-386), const DNS_TYPE_SINK = 40
 49119  pkg syscall (windows-386), const DNS_TYPE_SOA = 6
 49120  pkg syscall (windows-386), const DNS_TYPE_SRV = 33
 49121  pkg syscall (windows-386), const DNS_TYPE_TEXT = 16
 49122  pkg syscall (windows-386), const DNS_TYPE_TKEY = 249
 49123  pkg syscall (windows-386), const DNS_TYPE_TSIG = 250
 49124  pkg syscall (windows-386), const DNS_TYPE_UID = 101
 49125  pkg syscall (windows-386), const DNS_TYPE_UINFO = 100
 49126  pkg syscall (windows-386), const DNS_TYPE_UNSPEC = 103
 49127  pkg syscall (windows-386), const DNS_TYPE_WINS = 65281
 49128  pkg syscall (windows-386), const DNS_TYPE_WINSR = 65282
 49129  pkg syscall (windows-386), const DNS_TYPE_WKS = 11
 49130  pkg syscall (windows-386), const DNS_TYPE_X25 = 19
 49131  pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE = 1
 49132  pkg syscall (windows-386), const DUPLICATE_SAME_ACCESS = 2
 49133  pkg syscall (windows-386), const E2BIG = 536870912
 49134  pkg syscall (windows-386), const EACCES = 536870913
 49135  pkg syscall (windows-386), const EADDRINUSE = 536870914
 49136  pkg syscall (windows-386), const EADDRNOTAVAIL = 536870915
 49137  pkg syscall (windows-386), const EADV = 536870916
 49138  pkg syscall (windows-386), const EAFNOSUPPORT = 536870917
 49139  pkg syscall (windows-386), const EAGAIN = 536870918
 49140  pkg syscall (windows-386), const EALREADY = 536870919
 49141  pkg syscall (windows-386), const EBADE = 536870920
 49142  pkg syscall (windows-386), const EBADF = 536870921
 49143  pkg syscall (windows-386), const EBADFD = 536870922
 49144  pkg syscall (windows-386), const EBADMSG = 536870923
 49145  pkg syscall (windows-386), const EBADR = 536870924
 49146  pkg syscall (windows-386), const EBADRQC = 536870925
 49147  pkg syscall (windows-386), const EBADSLT = 536870926
 49148  pkg syscall (windows-386), const EBFONT = 536870927
 49149  pkg syscall (windows-386), const EBUSY = 536870928
 49150  pkg syscall (windows-386), const ECANCELED = 536870929
 49151  pkg syscall (windows-386), const ECHILD = 536870930
 49152  pkg syscall (windows-386), const ECHRNG = 536870931
 49153  pkg syscall (windows-386), const ECOMM = 536870932
 49154  pkg syscall (windows-386), const ECONNABORTED = 536870933
 49155  pkg syscall (windows-386), const ECONNREFUSED = 536870934
 49156  pkg syscall (windows-386), const ECONNRESET = 536870935
 49157  pkg syscall (windows-386), const EDEADLK = 536870936
 49158  pkg syscall (windows-386), const EDEADLOCK = 536870937
 49159  pkg syscall (windows-386), const EDESTADDRREQ = 536870938
 49160  pkg syscall (windows-386), const EDOM = 536870939
 49161  pkg syscall (windows-386), const EDOTDOT = 536870940
 49162  pkg syscall (windows-386), const EDQUOT = 536870941
 49163  pkg syscall (windows-386), const EEXIST = 536870942
 49164  pkg syscall (windows-386), const EFAULT = 536870943
 49165  pkg syscall (windows-386), const EFBIG = 536870944
 49166  pkg syscall (windows-386), const EHOSTDOWN = 536870945
 49167  pkg syscall (windows-386), const EHOSTUNREACH = 536870946
 49168  pkg syscall (windows-386), const EIDRM = 536870947
 49169  pkg syscall (windows-386), const EILSEQ = 536870948
 49170  pkg syscall (windows-386), const EINPROGRESS = 536870949
 49171  pkg syscall (windows-386), const EINTR = 536870950
 49172  pkg syscall (windows-386), const EINVAL = 536870951
 49173  pkg syscall (windows-386), const EIO = 536870952
 49174  pkg syscall (windows-386), const EISCONN = 536870953
 49175  pkg syscall (windows-386), const EISDIR = 536870954
 49176  pkg syscall (windows-386), const EISNAM = 536870955
 49177  pkg syscall (windows-386), const EKEYEXPIRED = 536870956
 49178  pkg syscall (windows-386), const EKEYREJECTED = 536870957
 49179  pkg syscall (windows-386), const EKEYREVOKED = 536870958
 49180  pkg syscall (windows-386), const EL2HLT = 536870959
 49181  pkg syscall (windows-386), const EL2NSYNC = 536870960
 49182  pkg syscall (windows-386), const EL3HLT = 536870961
 49183  pkg syscall (windows-386), const EL3RST = 536870962
 49184  pkg syscall (windows-386), const ELIBACC = 536870963
 49185  pkg syscall (windows-386), const ELIBBAD = 536870964
 49186  pkg syscall (windows-386), const ELIBEXEC = 536870965
 49187  pkg syscall (windows-386), const ELIBMAX = 536870966
 49188  pkg syscall (windows-386), const ELIBSCN = 536870967
 49189  pkg syscall (windows-386), const ELNRNG = 536870968
 49190  pkg syscall (windows-386), const ELOOP = 536870969
 49191  pkg syscall (windows-386), const EMEDIUMTYPE = 536870970
 49192  pkg syscall (windows-386), const EMFILE = 536870971
 49193  pkg syscall (windows-386), const EMLINK = 536870972
 49194  pkg syscall (windows-386), const EMSGSIZE = 536870973
 49195  pkg syscall (windows-386), const EMULTIHOP = 536870974
 49196  pkg syscall (windows-386), const ENAMETOOLONG = 536870975
 49197  pkg syscall (windows-386), const ENAVAIL = 536870976
 49198  pkg syscall (windows-386), const ENETDOWN = 536870977
 49199  pkg syscall (windows-386), const ENETRESET = 536870978
 49200  pkg syscall (windows-386), const ENETUNREACH = 536870979
 49201  pkg syscall (windows-386), const ENFILE = 536870980
 49202  pkg syscall (windows-386), const ENOANO = 536870981
 49203  pkg syscall (windows-386), const ENOBUFS = 536870982
 49204  pkg syscall (windows-386), const ENOCSI = 536870983
 49205  pkg syscall (windows-386), const ENODATA = 536870984
 49206  pkg syscall (windows-386), const ENODEV = 536870985
 49207  pkg syscall (windows-386), const ENOEXEC = 536870986
 49208  pkg syscall (windows-386), const ENOKEY = 536870987
 49209  pkg syscall (windows-386), const ENOLCK = 536870988
 49210  pkg syscall (windows-386), const ENOLINK = 536870989
 49211  pkg syscall (windows-386), const ENOMEDIUM = 536870990
 49212  pkg syscall (windows-386), const ENOMEM = 536870991
 49213  pkg syscall (windows-386), const ENOMSG = 536870992
 49214  pkg syscall (windows-386), const ENONET = 536870993
 49215  pkg syscall (windows-386), const ENOPKG = 536870994
 49216  pkg syscall (windows-386), const ENOPROTOOPT = 536870995
 49217  pkg syscall (windows-386), const ENOSPC = 536870996
 49218  pkg syscall (windows-386), const ENOSR = 536870997
 49219  pkg syscall (windows-386), const ENOSTR = 536870998
 49220  pkg syscall (windows-386), const ENOSYS = 536870999
 49221  pkg syscall (windows-386), const ENOTBLK = 536871000
 49222  pkg syscall (windows-386), const ENOTCONN = 536871001
 49223  pkg syscall (windows-386), const ENOTDIR = 3
 49224  pkg syscall (windows-386), const ENOTEMPTY = 536871002
 49225  pkg syscall (windows-386), const ENOTNAM = 536871003
 49226  pkg syscall (windows-386), const ENOTRECOVERABLE = 536871004
 49227  pkg syscall (windows-386), const ENOTSOCK = 536871005
 49228  pkg syscall (windows-386), const ENOTSUP = 536871006
 49229  pkg syscall (windows-386), const ENOTTY = 536871007
 49230  pkg syscall (windows-386), const ENOTUNIQ = 536871008
 49231  pkg syscall (windows-386), const ENXIO = 536871009
 49232  pkg syscall (windows-386), const EOPNOTSUPP = 536871010
 49233  pkg syscall (windows-386), const EOVERFLOW = 536871011
 49234  pkg syscall (windows-386), const EOWNERDEAD = 536871012
 49235  pkg syscall (windows-386), const EPERM = 536871013
 49236  pkg syscall (windows-386), const EPFNOSUPPORT = 536871014
 49237  pkg syscall (windows-386), const EPIPE = 536871015
 49238  pkg syscall (windows-386), const EPROTO = 536871016
 49239  pkg syscall (windows-386), const EPROTONOSUPPORT = 536871017
 49240  pkg syscall (windows-386), const EPROTOTYPE = 536871018
 49241  pkg syscall (windows-386), const ERANGE = 536871019
 49242  pkg syscall (windows-386), const EREMCHG = 536871020
 49243  pkg syscall (windows-386), const EREMOTE = 536871021
 49244  pkg syscall (windows-386), const EREMOTEIO = 536871022
 49245  pkg syscall (windows-386), const ERESTART = 536871023
 49246  pkg syscall (windows-386), const EROFS = 536871024
 49247  pkg syscall (windows-386), const ERROR_ACCESS_DENIED = 5
 49248  pkg syscall (windows-386), const ERROR_ALREADY_EXISTS = 183
 49249  pkg syscall (windows-386), const ERROR_BROKEN_PIPE = 109
 49250  pkg syscall (windows-386), const ERROR_BUFFER_OVERFLOW = 111
 49251  pkg syscall (windows-386), const ERROR_ENVVAR_NOT_FOUND = 203
 49252  pkg syscall (windows-386), const ERROR_FILE_EXISTS = 80
 49253  pkg syscall (windows-386), const ERROR_FILE_NOT_FOUND = 2
 49254  pkg syscall (windows-386), const ERROR_INSUFFICIENT_BUFFER = 122
 49255  pkg syscall (windows-386), const ERROR_IO_PENDING = 997
 49256  pkg syscall (windows-386), const ERROR_MOD_NOT_FOUND = 126
 49257  pkg syscall (windows-386), const ERROR_NOT_FOUND = 1168
 49258  pkg syscall (windows-386), const ERROR_NOT_FOUND Errno
 49259  pkg syscall (windows-386), const ERROR_NO_MORE_FILES = 18
 49260  pkg syscall (windows-386), const ERROR_OPERATION_ABORTED = 995
 49261  pkg syscall (windows-386), const ERROR_PATH_NOT_FOUND = 3
 49262  pkg syscall (windows-386), const ERROR_PROC_NOT_FOUND = 127
 49263  pkg syscall (windows-386), const ESHUTDOWN = 536871025
 49264  pkg syscall (windows-386), const ESOCKTNOSUPPORT = 536871026
 49265  pkg syscall (windows-386), const ESPIPE = 536871027
 49266  pkg syscall (windows-386), const ESRCH = 536871028
 49267  pkg syscall (windows-386), const ESRMNT = 536871029
 49268  pkg syscall (windows-386), const ESTALE = 536871030
 49269  pkg syscall (windows-386), const ESTRPIPE = 536871031
 49270  pkg syscall (windows-386), const ETIME = 536871032
 49271  pkg syscall (windows-386), const ETIMEDOUT = 536871033
 49272  pkg syscall (windows-386), const ETOOMANYREFS = 536871034
 49273  pkg syscall (windows-386), const ETXTBSY = 536871035
 49274  pkg syscall (windows-386), const EUCLEAN = 536871036
 49275  pkg syscall (windows-386), const EUNATCH = 536871037
 49276  pkg syscall (windows-386), const EUSERS = 536871038
 49277  pkg syscall (windows-386), const EWINDOWS = 536871042
 49278  pkg syscall (windows-386), const EWOULDBLOCK = 536871039
 49279  pkg syscall (windows-386), const EXDEV = 536871040
 49280  pkg syscall (windows-386), const EXFULL = 536871041
 49281  pkg syscall (windows-386), const FILE_ACTION_ADDED = 1
 49282  pkg syscall (windows-386), const FILE_ACTION_MODIFIED = 3
 49283  pkg syscall (windows-386), const FILE_ACTION_REMOVED = 2
 49284  pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME = 5
 49285  pkg syscall (windows-386), const FILE_ACTION_RENAMED_OLD_NAME = 4
 49286  pkg syscall (windows-386), const FILE_APPEND_DATA = 4
 49287  pkg syscall (windows-386), const FILE_ATTRIBUTE_ARCHIVE = 32
 49288  pkg syscall (windows-386), const FILE_ATTRIBUTE_DIRECTORY = 16
 49289  pkg syscall (windows-386), const FILE_ATTRIBUTE_HIDDEN = 2
 49290  pkg syscall (windows-386), const FILE_ATTRIBUTE_NORMAL = 128
 49291  pkg syscall (windows-386), const FILE_ATTRIBUTE_READONLY = 1
 49292  pkg syscall (windows-386), const FILE_ATTRIBUTE_SYSTEM = 4
 49293  pkg syscall (windows-386), const FILE_BEGIN = 0
 49294  pkg syscall (windows-386), const FILE_CURRENT = 1
 49295  pkg syscall (windows-386), const FILE_END = 2
 49296  pkg syscall (windows-386), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
 49297  pkg syscall (windows-386), const FILE_FLAG_OVERLAPPED = 1073741824
 49298  pkg syscall (windows-386), const FILE_LIST_DIRECTORY = 1
 49299  pkg syscall (windows-386), const FILE_MAP_COPY = 1
 49300  pkg syscall (windows-386), const FILE_MAP_EXECUTE = 32
 49301  pkg syscall (windows-386), const FILE_MAP_READ = 4
 49302  pkg syscall (windows-386), const FILE_MAP_WRITE = 2
 49303  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
 49304  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION = 64
 49305  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
 49306  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
 49307  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
 49308  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
 49309  pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8
 49310  pkg syscall (windows-386), const FILE_SHARE_DELETE = 4
 49311  pkg syscall (windows-386), const FILE_SHARE_READ = 1
 49312  pkg syscall (windows-386), const FILE_SHARE_WRITE = 2
 49313  pkg syscall (windows-386), const FILE_TYPE_CHAR = 2
 49314  pkg syscall (windows-386), const FILE_TYPE_DISK = 1
 49315  pkg syscall (windows-386), const FILE_TYPE_PIPE = 3
 49316  pkg syscall (windows-386), const FILE_TYPE_REMOTE = 32768
 49317  pkg syscall (windows-386), const FILE_TYPE_UNKNOWN = 0
 49318  pkg syscall (windows-386), const FILE_WRITE_ATTRIBUTES = 256
 49319  pkg syscall (windows-386), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
 49320  pkg syscall (windows-386), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
 49321  pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_HMODULE = 2048
 49322  pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_STRING = 1024
 49323  pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
 49324  pkg syscall (windows-386), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
 49325  pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
 49326  pkg syscall (windows-386), const GENERIC_ALL = 268435456
 49327  pkg syscall (windows-386), const GENERIC_EXECUTE = 536870912
 49328  pkg syscall (windows-386), const GENERIC_READ = 2147483648
 49329  pkg syscall (windows-386), const GENERIC_WRITE = 1073741824
 49330  pkg syscall (windows-386), const GetFileExInfoStandard = 0
 49331  pkg syscall (windows-386), const GetFileExMaxInfoLevel = 1
 49332  pkg syscall (windows-386), const HANDLE_FLAG_INHERIT = 1
 49333  pkg syscall (windows-386), const HKEY_CLASSES_ROOT = 2147483648
 49334  pkg syscall (windows-386), const HKEY_CURRENT_CONFIG = 2147483653
 49335  pkg syscall (windows-386), const HKEY_CURRENT_USER = 2147483649
 49336  pkg syscall (windows-386), const HKEY_DYN_DATA = 2147483654
 49337  pkg syscall (windows-386), const HKEY_LOCAL_MACHINE = 2147483650
 49338  pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA = 2147483652
 49339  pkg syscall (windows-386), const HKEY_USERS = 2147483651
 49340  pkg syscall (windows-386), const IFF_LOOPBACK = 4
 49341  pkg syscall (windows-386), const IFF_MULTICAST = 16
 49342  pkg syscall (windows-386), const IFF_POINTTOPOINT = 8
 49343  pkg syscall (windows-386), const IGNORE = 0
 49344  pkg syscall (windows-386), const INFINITE = 4294967295
 49345  pkg syscall (windows-386), const INVALID_FILE_ATTRIBUTES = 4294967295
 49346  pkg syscall (windows-386), const IOC_IN = 2147483648
 49347  pkg syscall (windows-386), const IOC_IN ideal-int
 49348  pkg syscall (windows-386), const IOC_INOUT = 3221225472
 49349  pkg syscall (windows-386), const IOC_INOUT ideal-int
 49350  pkg syscall (windows-386), const IOC_OUT = 1073741824
 49351  pkg syscall (windows-386), const IOC_OUT ideal-int
 49352  pkg syscall (windows-386), const IOC_WS2 = 134217728
 49353  pkg syscall (windows-386), const IOC_WS2 ideal-int
 49354  pkg syscall (windows-386), const IPV6_JOIN_GROUP = 12
 49355  pkg syscall (windows-386), const IPV6_LEAVE_GROUP = 13
 49356  pkg syscall (windows-386), const IPV6_MULTICAST_HOPS = 10
 49357  pkg syscall (windows-386), const IPV6_MULTICAST_IF = 9
 49358  pkg syscall (windows-386), const IPV6_MULTICAST_LOOP = 11
 49359  pkg syscall (windows-386), const IPV6_UNICAST_HOPS = 4
 49360  pkg syscall (windows-386), const IPV6_V6ONLY = 27
 49361  pkg syscall (windows-386), const IP_ADD_MEMBERSHIP = 12
 49362  pkg syscall (windows-386), const IP_DROP_MEMBERSHIP = 13
 49363  pkg syscall (windows-386), const IP_MULTICAST_IF = 9
 49364  pkg syscall (windows-386), const IP_MULTICAST_LOOP = 11
 49365  pkg syscall (windows-386), const IP_MULTICAST_TTL = 10
 49366  pkg syscall (windows-386), const IP_TOS = 3
 49367  pkg syscall (windows-386), const IP_TTL = 4
 49368  pkg syscall (windows-386), const ImplementsGetwd = true
 49369  pkg syscall (windows-386), const InvalidHandle = 18446744073709551615
 49370  pkg syscall (windows-386), const KEY_ALL_ACCESS = 983103
 49371  pkg syscall (windows-386), const KEY_CREATE_LINK = 32
 49372  pkg syscall (windows-386), const KEY_CREATE_SUB_KEY = 4
 49373  pkg syscall (windows-386), const KEY_ENUMERATE_SUB_KEYS = 8
 49374  pkg syscall (windows-386), const KEY_EXECUTE = 131097
 49375  pkg syscall (windows-386), const KEY_NOTIFY = 16
 49376  pkg syscall (windows-386), const KEY_QUERY_VALUE = 1
 49377  pkg syscall (windows-386), const KEY_READ = 131097
 49378  pkg syscall (windows-386), const KEY_SET_VALUE = 2
 49379  pkg syscall (windows-386), const KEY_WOW64_32KEY = 512
 49380  pkg syscall (windows-386), const KEY_WOW64_64KEY = 256
 49381  pkg syscall (windows-386), const KEY_WRITE = 131078
 49382  pkg syscall (windows-386), const LANG_ENGLISH = 9
 49383  pkg syscall (windows-386), const MAXLEN_IFDESCR = 256
 49384  pkg syscall (windows-386), const MAXLEN_PHYSADDR = 8
 49385  pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH = 8
 49386  pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
 49387  pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH = 256
 49388  pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH = 15
 49389  pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256
 49390  pkg syscall (windows-386), const MAX_LONG_PATH = 32768
 49391  pkg syscall (windows-386), const MAX_PATH = 260
 49392  pkg syscall (windows-386), const MaxTokenInfoClass = 29
 49393  pkg syscall (windows-386), const NameCanonical = 7
 49394  pkg syscall (windows-386), const NameCanonicalEx = 9
 49395  pkg syscall (windows-386), const NameDisplay = 3
 49396  pkg syscall (windows-386), const NameDnsDomain = 12
 49397  pkg syscall (windows-386), const NameFullyQualifiedDN = 1
 49398  pkg syscall (windows-386), const NameSamCompatible = 2
 49399  pkg syscall (windows-386), const NameServicePrincipal = 10
 49400  pkg syscall (windows-386), const NameUniqueId = 6
 49401  pkg syscall (windows-386), const NameUnknown = 0
 49402  pkg syscall (windows-386), const NameUserPrincipal = 8
 49403  pkg syscall (windows-386), const OPEN_ALWAYS = 4
 49404  pkg syscall (windows-386), const OPEN_EXISTING = 3
 49405  pkg syscall (windows-386), const O_APPEND = 1024
 49406  pkg syscall (windows-386), const O_ASYNC = 8192
 49407  pkg syscall (windows-386), const O_CLOEXEC = 524288
 49408  pkg syscall (windows-386), const O_CREAT = 64
 49409  pkg syscall (windows-386), const O_EXCL = 128
 49410  pkg syscall (windows-386), const O_NOCTTY = 256
 49411  pkg syscall (windows-386), const O_NONBLOCK = 2048
 49412  pkg syscall (windows-386), const O_SYNC = 4096
 49413  pkg syscall (windows-386), const O_TRUNC = 512
 49414  pkg syscall (windows-386), const PAGE_EXECUTE_READ = 32
 49415  pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE = 64
 49416  pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY = 128
 49417  pkg syscall (windows-386), const PAGE_READONLY = 2
 49418  pkg syscall (windows-386), const PAGE_READWRITE = 4
 49419  pkg syscall (windows-386), const PAGE_WRITECOPY = 8
 49420  pkg syscall (windows-386), const PKCS_7_ASN_ENCODING = 65536
 49421  pkg syscall (windows-386), const PROCESS_QUERY_INFORMATION = 1024
 49422  pkg syscall (windows-386), const PROV_DH_SCHANNEL = 18
 49423  pkg syscall (windows-386), const PROV_DSS = 3
 49424  pkg syscall (windows-386), const PROV_DSS_DH = 13
 49425  pkg syscall (windows-386), const PROV_EC_ECDSA_FULL = 16
 49426  pkg syscall (windows-386), const PROV_EC_ECDSA_SIG = 14
 49427  pkg syscall (windows-386), const PROV_EC_ECNRA_FULL = 17
 49428  pkg syscall (windows-386), const PROV_EC_ECNRA_SIG = 15
 49429  pkg syscall (windows-386), const PROV_FORTEZZA = 4
 49430  pkg syscall (windows-386), const PROV_INTEL_SEC = 22
 49431  pkg syscall (windows-386), const PROV_MS_EXCHANGE = 5
 49432  pkg syscall (windows-386), const PROV_REPLACE_OWF = 23
 49433  pkg syscall (windows-386), const PROV_RNG = 21
 49434  pkg syscall (windows-386), const PROV_RSA_AES = 24
 49435  pkg syscall (windows-386), const PROV_RSA_FULL = 1
 49436  pkg syscall (windows-386), const PROV_RSA_SCHANNEL = 12
 49437  pkg syscall (windows-386), const PROV_RSA_SIG = 2
 49438  pkg syscall (windows-386), const PROV_SPYRUS_LYNKS = 20
 49439  pkg syscall (windows-386), const PROV_SSL = 6
 49440  pkg syscall (windows-386), const REG_BINARY = 3
 49441  pkg syscall (windows-386), const REG_DWORD = 4
 49442  pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5
 49443  pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
 49444  pkg syscall (windows-386), const REG_EXPAND_SZ = 2
 49445  pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
 49446  pkg syscall (windows-386), const REG_LINK = 6
 49447  pkg syscall (windows-386), const REG_MULTI_SZ = 7
 49448  pkg syscall (windows-386), const REG_NONE = 0
 49449  pkg syscall (windows-386), const REG_QWORD = 11
 49450  pkg syscall (windows-386), const REG_QWORD_LITTLE_ENDIAN = 11
 49451  pkg syscall (windows-386), const REG_RESOURCE_LIST = 8
 49452  pkg syscall (windows-386), const REG_RESOURCE_REQUIREMENTS_LIST = 10
 49453  pkg syscall (windows-386), const REG_SZ = 1
 49454  pkg syscall (windows-386), const SIGBUS = 7
 49455  pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
 49456  pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
 49457  pkg syscall (windows-386), const SIO_GET_INTERFACE_LIST = 1074033791
 49458  pkg syscall (windows-386), const SOL_SOCKET = 65535
 49459  pkg syscall (windows-386), const SOMAXCONN = 2147483647
 49460  pkg syscall (windows-386), const SO_BROADCAST = 32
 49461  pkg syscall (windows-386), const SO_DONTROUTE = 16
 49462  pkg syscall (windows-386), const SO_KEEPALIVE = 8
 49463  pkg syscall (windows-386), const SO_LINGER = 128
 49464  pkg syscall (windows-386), const SO_RCVBUF = 4098
 49465  pkg syscall (windows-386), const SO_REUSEADDR = 4
 49466  pkg syscall (windows-386), const SO_SNDBUF = 4097
 49467  pkg syscall (windows-386), const SO_UPDATE_ACCEPT_CONTEXT = 28683
 49468  pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT = 28688
 49469  pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT ideal-int
 49470  pkg syscall (windows-386), const STANDARD_RIGHTS_ALL = 2031616
 49471  pkg syscall (windows-386), const STANDARD_RIGHTS_EXECUTE = 131072
 49472  pkg syscall (windows-386), const STANDARD_RIGHTS_READ = 131072
 49473  pkg syscall (windows-386), const STANDARD_RIGHTS_REQUIRED = 983040
 49474  pkg syscall (windows-386), const STANDARD_RIGHTS_WRITE = 131072
 49475  pkg syscall (windows-386), const STARTF_USESHOWWINDOW = 1
 49476  pkg syscall (windows-386), const STARTF_USESTDHANDLES = 256
 49477  pkg syscall (windows-386), const STD_ERROR_HANDLE = -12
 49478  pkg syscall (windows-386), const STD_INPUT_HANDLE = -10
 49479  pkg syscall (windows-386), const STD_OUTPUT_HANDLE = -11
 49480  pkg syscall (windows-386), const SUBLANG_ENGLISH_US = 1
 49481  pkg syscall (windows-386), const SW_FORCEMINIMIZE = 11
 49482  pkg syscall (windows-386), const SW_HIDE = 0
 49483  pkg syscall (windows-386), const SW_MAXIMIZE = 3
 49484  pkg syscall (windows-386), const SW_MINIMIZE = 6
 49485  pkg syscall (windows-386), const SW_NORMAL = 1
 49486  pkg syscall (windows-386), const SW_RESTORE = 9
 49487  pkg syscall (windows-386), const SW_SHOW = 5
 49488  pkg syscall (windows-386), const SW_SHOWDEFAULT = 10
 49489  pkg syscall (windows-386), const SW_SHOWMAXIMIZED = 3
 49490  pkg syscall (windows-386), const SW_SHOWMINIMIZED = 2
 49491  pkg syscall (windows-386), const SW_SHOWMINNOACTIVE = 7
 49492  pkg syscall (windows-386), const SW_SHOWNA = 8
 49493  pkg syscall (windows-386), const SW_SHOWNOACTIVATE = 4
 49494  pkg syscall (windows-386), const SW_SHOWNORMAL = 1
 49495  pkg syscall (windows-386), const SYNCHRONIZE = 1048576
 49496  pkg syscall (windows-386), const S_IFMT = 126976
 49497  pkg syscall (windows-386), const S_IWRITE = 128
 49498  pkg syscall (windows-386), const SidTypeAlias = 4
 49499  pkg syscall (windows-386), const SidTypeComputer = 9
 49500  pkg syscall (windows-386), const SidTypeDeletedAccount = 6
 49501  pkg syscall (windows-386), const SidTypeDomain = 3
 49502  pkg syscall (windows-386), const SidTypeGroup = 2
 49503  pkg syscall (windows-386), const SidTypeInvalid = 7
 49504  pkg syscall (windows-386), const SidTypeLabel = 10
 49505  pkg syscall (windows-386), const SidTypeUnknown = 8
 49506  pkg syscall (windows-386), const SidTypeUser = 1
 49507  pkg syscall (windows-386), const SidTypeWellKnownGroup = 5
 49508  pkg syscall (windows-386), const TF_DISCONNECT = 1
 49509  pkg syscall (windows-386), const TF_REUSE_SOCKET = 2
 49510  pkg syscall (windows-386), const TF_USE_DEFAULT_WORKER = 0
 49511  pkg syscall (windows-386), const TF_USE_KERNEL_APC = 32
 49512  pkg syscall (windows-386), const TF_USE_SYSTEM_THREAD = 16
 49513  pkg syscall (windows-386), const TF_WRITE_BEHIND = 4
 49514  pkg syscall (windows-386), const TIME_ZONE_ID_DAYLIGHT = 2
 49515  pkg syscall (windows-386), const TIME_ZONE_ID_STANDARD = 1
 49516  pkg syscall (windows-386), const TIME_ZONE_ID_UNKNOWN = 0
 49517  pkg syscall (windows-386), const TOKEN_ADJUST_DEFAULT = 128
 49518  pkg syscall (windows-386), const TOKEN_ADJUST_GROUPS = 64
 49519  pkg syscall (windows-386), const TOKEN_ADJUST_PRIVILEGES = 32
 49520  pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
 49521  pkg syscall (windows-386), const TOKEN_ASSIGN_PRIMARY = 1
 49522  pkg syscall (windows-386), const TOKEN_DUPLICATE = 2
 49523  pkg syscall (windows-386), const TOKEN_EXECUTE = 131072
 49524  pkg syscall (windows-386), const TOKEN_IMPERSONATE = 4
 49525  pkg syscall (windows-386), const TOKEN_QUERY = 8
 49526  pkg syscall (windows-386), const TOKEN_QUERY_SOURCE = 16
 49527  pkg syscall (windows-386), const TOKEN_READ = 131080
 49528  pkg syscall (windows-386), const TOKEN_WRITE = 131296
 49529  pkg syscall (windows-386), const TRUNCATE_EXISTING = 5
 49530  pkg syscall (windows-386), const TokenAccessInformation = 22
 49531  pkg syscall (windows-386), const TokenAuditPolicy = 16
 49532  pkg syscall (windows-386), const TokenDefaultDacl = 6
 49533  pkg syscall (windows-386), const TokenElevation = 20
 49534  pkg syscall (windows-386), const TokenElevationType = 18
 49535  pkg syscall (windows-386), const TokenGroups = 2
 49536  pkg syscall (windows-386), const TokenGroupsAndPrivileges = 13
 49537  pkg syscall (windows-386), const TokenHasRestrictions = 21
 49538  pkg syscall (windows-386), const TokenImpersonationLevel = 9
 49539  pkg syscall (windows-386), const TokenIntegrityLevel = 25
 49540  pkg syscall (windows-386), const TokenLinkedToken = 19
 49541  pkg syscall (windows-386), const TokenLogonSid = 28
 49542  pkg syscall (windows-386), const TokenMandatoryPolicy = 27
 49543  pkg syscall (windows-386), const TokenOrigin = 17
 49544  pkg syscall (windows-386), const TokenOwner = 4
 49545  pkg syscall (windows-386), const TokenPrimaryGroup = 5
 49546  pkg syscall (windows-386), const TokenPrivileges = 3
 49547  pkg syscall (windows-386), const TokenRestrictedSids = 11
 49548  pkg syscall (windows-386), const TokenSandBoxInert = 15
 49549  pkg syscall (windows-386), const TokenSessionId = 12
 49550  pkg syscall (windows-386), const TokenSessionReference = 14
 49551  pkg syscall (windows-386), const TokenSource = 7
 49552  pkg syscall (windows-386), const TokenStatistics = 10
 49553  pkg syscall (windows-386), const TokenType = 8
 49554  pkg syscall (windows-386), const TokenUIAccess = 26
 49555  pkg syscall (windows-386), const TokenUser = 1
 49556  pkg syscall (windows-386), const TokenVirtualizationAllowed = 23
 49557  pkg syscall (windows-386), const TokenVirtualizationEnabled = 24
 49558  pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND = 0
 49559  pkg syscall (windows-386), const USAGE_MATCH_TYPE_OR = 1
 49560  pkg syscall (windows-386), const WAIT_ABANDONED = 128
 49561  pkg syscall (windows-386), const WAIT_FAILED = 4294967295
 49562  pkg syscall (windows-386), const WAIT_OBJECT_0 = 0
 49563  pkg syscall (windows-386), const WAIT_TIMEOUT = 258
 49564  pkg syscall (windows-386), const WSADESCRIPTION_LEN = 256
 49565  pkg syscall (windows-386), const WSASYS_STATUS_LEN = 128
 49566  pkg syscall (windows-386), const X509_ASN_ENCODING = 1
 49567  pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error
 49568  pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
 49569  pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW)
 49570  pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
 49571  pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error
 49572  pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
 49573  pkg syscall (windows-386), func LoadCancelIoEx() error
 49574  pkg syscall (windows-386), func LoadConnectEx() error
 49575  pkg syscall (windows-386), func LoadGetAddrInfo() error
 49576  pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
 49577  pkg syscall (windows-386), func UTF16FromString(string) ([]uint16, error)
 49578  pkg syscall (windows-386), func UTF16PtrFromString(string) (*uint16, error)
 49579  pkg syscall (windows-386), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error
 49580  pkg syscall (windows-386), type AddrinfoW struct
 49581  pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
 49582  pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr
 49583  pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16
 49584  pkg syscall (windows-386), type AddrinfoW struct, Family int32
 49585  pkg syscall (windows-386), type AddrinfoW struct, Flags int32
 49586  pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW
 49587  pkg syscall (windows-386), type AddrinfoW struct, Protocol int32
 49588  pkg syscall (windows-386), type AddrinfoW struct, Socktype int32
 49589  pkg syscall (windows-386), type GUID struct
 49590  pkg syscall (windows-386), type GUID struct, Data1 uint32
 49591  pkg syscall (windows-386), type GUID struct, Data2 uint16
 49592  pkg syscall (windows-386), type GUID struct, Data3 uint16
 49593  pkg syscall (windows-386), type GUID struct, Data4 [8]uint8
 49594  pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16
 49595  pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
 49596  pkg syscall (windows-386), var WSAID_CONNECTEX GUID
 49597  pkg syscall (windows-amd64), const AF_INET6 = 23
 49598  pkg syscall (windows-amd64), const AF_NETBIOS = 17
 49599  pkg syscall (windows-amd64), const AI_CANONNAME = 2
 49600  pkg syscall (windows-amd64), const AI_CANONNAME ideal-int
 49601  pkg syscall (windows-amd64), const AI_NUMERICHOST = 4
 49602  pkg syscall (windows-amd64), const AI_NUMERICHOST ideal-int
 49603  pkg syscall (windows-amd64), const AI_PASSIVE = 1
 49604  pkg syscall (windows-amd64), const AI_PASSIVE ideal-int
 49605  pkg syscall (windows-amd64), const APPLICATION_ERROR = 536870912
 49606  pkg syscall (windows-amd64), const AUTHTYPE_CLIENT = 1
 49607  pkg syscall (windows-amd64), const AUTHTYPE_SERVER = 2
 49608  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
 49609  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
 49610  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASE = 1
 49611  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
 49612  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_EV = 8
 49613  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
 49614  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_NT_AUTH = 6
 49615  pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_SSL = 4
 49616  pkg syscall (windows-amd64), const CERT_E_CN_NO_MATCH = 2148204815
 49617  pkg syscall (windows-amd64), const CERT_E_EXPIRED = 2148204801
 49618  pkg syscall (windows-amd64), const CERT_E_PURPOSE = 2148204806
 49619  pkg syscall (windows-amd64), const CERT_E_ROLE = 2148204803
 49620  pkg syscall (windows-amd64), const CERT_E_UNTRUSTEDROOT = 2148204809
 49621  pkg syscall (windows-amd64), const CERT_STORE_ADD_ALWAYS = 4
 49622  pkg syscall (windows-amd64), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
 49623  pkg syscall (windows-amd64), const CERT_STORE_PROV_MEMORY = 2
 49624  pkg syscall (windows-amd64), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
 49625  pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
 49626  pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384
 49627  pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728
 49628  pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096
 49629  pkg syscall (windows-amd64), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
 49630  pkg syscall (windows-amd64), const CERT_TRUST_INVALID_EXTENSION = 256
 49631  pkg syscall (windows-amd64), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
 49632  pkg syscall (windows-amd64), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
 49633  pkg syscall (windows-amd64), const CERT_TRUST_IS_CYCLIC = 128
 49634  pkg syscall (windows-amd64), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
 49635  pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
 49636  pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_TIME_VALID = 1
 49637  pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
 49638  pkg syscall (windows-amd64), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
 49639  pkg syscall (windows-amd64), const CERT_TRUST_IS_REVOKED = 4
 49640  pkg syscall (windows-amd64), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
 49641  pkg syscall (windows-amd64), const CERT_TRUST_NO_ERROR = 0
 49642  pkg syscall (windows-amd64), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
 49643  pkg syscall (windows-amd64), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
 49644  pkg syscall (windows-amd64), const CREATE_ALWAYS = 2
 49645  pkg syscall (windows-amd64), const CREATE_NEW = 1
 49646  pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP = 512
 49647  pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int
 49648  pkg syscall (windows-amd64), const CREATE_UNICODE_ENVIRONMENT = 1024
 49649  pkg syscall (windows-amd64), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
 49650  pkg syscall (windows-amd64), const CRYPT_DELETEKEYSET = 16
 49651  pkg syscall (windows-amd64), const CRYPT_MACHINE_KEYSET = 32
 49652  pkg syscall (windows-amd64), const CRYPT_NEWKEYSET = 8
 49653  pkg syscall (windows-amd64), const CRYPT_SILENT = 64
 49654  pkg syscall (windows-amd64), const CRYPT_VERIFYCONTEXT = 4026531840
 49655  pkg syscall (windows-amd64), const CTRL_BREAK_EVENT = 1
 49656  pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int
 49657  pkg syscall (windows-amd64), const CTRL_C_EVENT = 0
 49658  pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int
 49659  pkg syscall (windows-amd64), const DNS_TYPE_A = 1
 49660  pkg syscall (windows-amd64), const DNS_TYPE_A6 = 38
 49661  pkg syscall (windows-amd64), const DNS_TYPE_AAAA = 28
 49662  pkg syscall (windows-amd64), const DNS_TYPE_ADDRS = 248
 49663  pkg syscall (windows-amd64), const DNS_TYPE_AFSDB = 18
 49664  pkg syscall (windows-amd64), const DNS_TYPE_ALL = 255
 49665  pkg syscall (windows-amd64), const DNS_TYPE_ANY = 255
 49666  pkg syscall (windows-amd64), const DNS_TYPE_ATMA = 34
 49667  pkg syscall (windows-amd64), const DNS_TYPE_AXFR = 252
 49668  pkg syscall (windows-amd64), const DNS_TYPE_CERT = 37
 49669  pkg syscall (windows-amd64), const DNS_TYPE_CNAME = 5
 49670  pkg syscall (windows-amd64), const DNS_TYPE_DHCID = 49
 49671  pkg syscall (windows-amd64), const DNS_TYPE_DNAME = 39
 49672  pkg syscall (windows-amd64), const DNS_TYPE_DNSKEY = 48
 49673  pkg syscall (windows-amd64), const DNS_TYPE_DS = 43
 49674  pkg syscall (windows-amd64), const DNS_TYPE_EID = 31
 49675  pkg syscall (windows-amd64), const DNS_TYPE_GID = 102
 49676  pkg syscall (windows-amd64), const DNS_TYPE_GPOS = 27
 49677  pkg syscall (windows-amd64), const DNS_TYPE_HINFO = 13
 49678  pkg syscall (windows-amd64), const DNS_TYPE_ISDN = 20
 49679  pkg syscall (windows-amd64), const DNS_TYPE_IXFR = 251
 49680  pkg syscall (windows-amd64), const DNS_TYPE_KEY = 25
 49681  pkg syscall (windows-amd64), const DNS_TYPE_KX = 36
 49682  pkg syscall (windows-amd64), const DNS_TYPE_LOC = 29
 49683  pkg syscall (windows-amd64), const DNS_TYPE_MAILA = 254
 49684  pkg syscall (windows-amd64), const DNS_TYPE_MAILB = 253
 49685  pkg syscall (windows-amd64), const DNS_TYPE_MB = 7
 49686  pkg syscall (windows-amd64), const DNS_TYPE_MD = 3
 49687  pkg syscall (windows-amd64), const DNS_TYPE_MF = 4
 49688  pkg syscall (windows-amd64), const DNS_TYPE_MG = 8
 49689  pkg syscall (windows-amd64), const DNS_TYPE_MINFO = 14
 49690  pkg syscall (windows-amd64), const DNS_TYPE_MR = 9
 49691  pkg syscall (windows-amd64), const DNS_TYPE_MX = 15
 49692  pkg syscall (windows-amd64), const DNS_TYPE_NAPTR = 35
 49693  pkg syscall (windows-amd64), const DNS_TYPE_NBSTAT = 65281
 49694  pkg syscall (windows-amd64), const DNS_TYPE_NIMLOC = 32
 49695  pkg syscall (windows-amd64), const DNS_TYPE_NS = 2
 49696  pkg syscall (windows-amd64), const DNS_TYPE_NSAP = 22
 49697  pkg syscall (windows-amd64), const DNS_TYPE_NSAPPTR = 23
 49698  pkg syscall (windows-amd64), const DNS_TYPE_NSEC = 47
 49699  pkg syscall (windows-amd64), const DNS_TYPE_NULL = 10
 49700  pkg syscall (windows-amd64), const DNS_TYPE_NXT = 30
 49701  pkg syscall (windows-amd64), const DNS_TYPE_OPT = 41
 49702  pkg syscall (windows-amd64), const DNS_TYPE_PTR = 12
 49703  pkg syscall (windows-amd64), const DNS_TYPE_PX = 26
 49704  pkg syscall (windows-amd64), const DNS_TYPE_RP = 17
 49705  pkg syscall (windows-amd64), const DNS_TYPE_RRSIG = 46
 49706  pkg syscall (windows-amd64), const DNS_TYPE_RT = 21
 49707  pkg syscall (windows-amd64), const DNS_TYPE_SIG = 24
 49708  pkg syscall (windows-amd64), const DNS_TYPE_SINK = 40
 49709  pkg syscall (windows-amd64), const DNS_TYPE_SOA = 6
 49710  pkg syscall (windows-amd64), const DNS_TYPE_SRV = 33
 49711  pkg syscall (windows-amd64), const DNS_TYPE_TEXT = 16
 49712  pkg syscall (windows-amd64), const DNS_TYPE_TKEY = 249
 49713  pkg syscall (windows-amd64), const DNS_TYPE_TSIG = 250
 49714  pkg syscall (windows-amd64), const DNS_TYPE_UID = 101
 49715  pkg syscall (windows-amd64), const DNS_TYPE_UINFO = 100
 49716  pkg syscall (windows-amd64), const DNS_TYPE_UNSPEC = 103
 49717  pkg syscall (windows-amd64), const DNS_TYPE_WINS = 65281
 49718  pkg syscall (windows-amd64), const DNS_TYPE_WINSR = 65282
 49719  pkg syscall (windows-amd64), const DNS_TYPE_WKS = 11
 49720  pkg syscall (windows-amd64), const DNS_TYPE_X25 = 19
 49721  pkg syscall (windows-amd64), const DUPLICATE_CLOSE_SOURCE = 1
 49722  pkg syscall (windows-amd64), const DUPLICATE_SAME_ACCESS = 2
 49723  pkg syscall (windows-amd64), const E2BIG = 536870912
 49724  pkg syscall (windows-amd64), const EACCES = 536870913
 49725  pkg syscall (windows-amd64), const EADDRINUSE = 536870914
 49726  pkg syscall (windows-amd64), const EADDRNOTAVAIL = 536870915
 49727  pkg syscall (windows-amd64), const EADV = 536870916
 49728  pkg syscall (windows-amd64), const EAFNOSUPPORT = 536870917
 49729  pkg syscall (windows-amd64), const EAGAIN = 536870918
 49730  pkg syscall (windows-amd64), const EALREADY = 536870919
 49731  pkg syscall (windows-amd64), const EBADE = 536870920
 49732  pkg syscall (windows-amd64), const EBADF = 536870921
 49733  pkg syscall (windows-amd64), const EBADFD = 536870922
 49734  pkg syscall (windows-amd64), const EBADMSG = 536870923
 49735  pkg syscall (windows-amd64), const EBADR = 536870924
 49736  pkg syscall (windows-amd64), const EBADRQC = 536870925
 49737  pkg syscall (windows-amd64), const EBADSLT = 536870926
 49738  pkg syscall (windows-amd64), const EBFONT = 536870927
 49739  pkg syscall (windows-amd64), const EBUSY = 536870928
 49740  pkg syscall (windows-amd64), const ECANCELED = 536870929
 49741  pkg syscall (windows-amd64), const ECHILD = 536870930
 49742  pkg syscall (windows-amd64), const ECHRNG = 536870931
 49743  pkg syscall (windows-amd64), const ECOMM = 536870932
 49744  pkg syscall (windows-amd64), const ECONNABORTED = 536870933
 49745  pkg syscall (windows-amd64), const ECONNREFUSED = 536870934
 49746  pkg syscall (windows-amd64), const ECONNRESET = 536870935
 49747  pkg syscall (windows-amd64), const EDEADLK = 536870936
 49748  pkg syscall (windows-amd64), const EDEADLOCK = 536870937
 49749  pkg syscall (windows-amd64), const EDESTADDRREQ = 536870938
 49750  pkg syscall (windows-amd64), const EDOM = 536870939
 49751  pkg syscall (windows-amd64), const EDOTDOT = 536870940
 49752  pkg syscall (windows-amd64), const EDQUOT = 536870941
 49753  pkg syscall (windows-amd64), const EEXIST = 536870942
 49754  pkg syscall (windows-amd64), const EFAULT = 536870943
 49755  pkg syscall (windows-amd64), const EFBIG = 536870944
 49756  pkg syscall (windows-amd64), const EHOSTDOWN = 536870945
 49757  pkg syscall (windows-amd64), const EHOSTUNREACH = 536870946
 49758  pkg syscall (windows-amd64), const EIDRM = 536870947
 49759  pkg syscall (windows-amd64), const EILSEQ = 536870948
 49760  pkg syscall (windows-amd64), const EINPROGRESS = 536870949
 49761  pkg syscall (windows-amd64), const EINTR = 536870950
 49762  pkg syscall (windows-amd64), const EINVAL = 536870951
 49763  pkg syscall (windows-amd64), const EIO = 536870952
 49764  pkg syscall (windows-amd64), const EISCONN = 536870953
 49765  pkg syscall (windows-amd64), const EISDIR = 536870954
 49766  pkg syscall (windows-amd64), const EISNAM = 536870955
 49767  pkg syscall (windows-amd64), const EKEYEXPIRED = 536870956
 49768  pkg syscall (windows-amd64), const EKEYREJECTED = 536870957
 49769  pkg syscall (windows-amd64), const EKEYREVOKED = 536870958
 49770  pkg syscall (windows-amd64), const EL2HLT = 536870959
 49771  pkg syscall (windows-amd64), const EL2NSYNC = 536870960
 49772  pkg syscall (windows-amd64), const EL3HLT = 536870961
 49773  pkg syscall (windows-amd64), const EL3RST = 536870962
 49774  pkg syscall (windows-amd64), const ELIBACC = 536870963
 49775  pkg syscall (windows-amd64), const ELIBBAD = 536870964
 49776  pkg syscall (windows-amd64), const ELIBEXEC = 536870965
 49777  pkg syscall (windows-amd64), const ELIBMAX = 536870966
 49778  pkg syscall (windows-amd64), const ELIBSCN = 536870967
 49779  pkg syscall (windows-amd64), const ELNRNG = 536870968
 49780  pkg syscall (windows-amd64), const ELOOP = 536870969
 49781  pkg syscall (windows-amd64), const EMEDIUMTYPE = 536870970
 49782  pkg syscall (windows-amd64), const EMFILE = 536870971
 49783  pkg syscall (windows-amd64), const EMLINK = 536870972
 49784  pkg syscall (windows-amd64), const EMSGSIZE = 536870973
 49785  pkg syscall (windows-amd64), const EMULTIHOP = 536870974
 49786  pkg syscall (windows-amd64), const ENAMETOOLONG = 536870975
 49787  pkg syscall (windows-amd64), const ENAVAIL = 536870976
 49788  pkg syscall (windows-amd64), const ENETDOWN = 536870977
 49789  pkg syscall (windows-amd64), const ENETRESET = 536870978
 49790  pkg syscall (windows-amd64), const ENETUNREACH = 536870979
 49791  pkg syscall (windows-amd64), const ENFILE = 536870980
 49792  pkg syscall (windows-amd64), const ENOANO = 536870981
 49793  pkg syscall (windows-amd64), const ENOBUFS = 536870982
 49794  pkg syscall (windows-amd64), const ENOCSI = 536870983
 49795  pkg syscall (windows-amd64), const ENODATA = 536870984
 49796  pkg syscall (windows-amd64), const ENODEV = 536870985
 49797  pkg syscall (windows-amd64), const ENOEXEC = 536870986
 49798  pkg syscall (windows-amd64), const ENOKEY = 536870987
 49799  pkg syscall (windows-amd64), const ENOLCK = 536870988
 49800  pkg syscall (windows-amd64), const ENOLINK = 536870989
 49801  pkg syscall (windows-amd64), const ENOMEDIUM = 536870990
 49802  pkg syscall (windows-amd64), const ENOMEM = 536870991
 49803  pkg syscall (windows-amd64), const ENOMSG = 536870992
 49804  pkg syscall (windows-amd64), const ENONET = 536870993
 49805  pkg syscall (windows-amd64), const ENOPKG = 536870994
 49806  pkg syscall (windows-amd64), const ENOPROTOOPT = 536870995
 49807  pkg syscall (windows-amd64), const ENOSPC = 536870996
 49808  pkg syscall (windows-amd64), const ENOSR = 536870997
 49809  pkg syscall (windows-amd64), const ENOSTR = 536870998
 49810  pkg syscall (windows-amd64), const ENOSYS = 536870999
 49811  pkg syscall (windows-amd64), const ENOTBLK = 536871000
 49812  pkg syscall (windows-amd64), const ENOTCONN = 536871001
 49813  pkg syscall (windows-amd64), const ENOTDIR = 3
 49814  pkg syscall (windows-amd64), const ENOTEMPTY = 536871002
 49815  pkg syscall (windows-amd64), const ENOTNAM = 536871003
 49816  pkg syscall (windows-amd64), const ENOTRECOVERABLE = 536871004
 49817  pkg syscall (windows-amd64), const ENOTSOCK = 536871005
 49818  pkg syscall (windows-amd64), const ENOTSUP = 536871006
 49819  pkg syscall (windows-amd64), const ENOTTY = 536871007
 49820  pkg syscall (windows-amd64), const ENOTUNIQ = 536871008
 49821  pkg syscall (windows-amd64), const ENXIO = 536871009
 49822  pkg syscall (windows-amd64), const EOPNOTSUPP = 536871010
 49823  pkg syscall (windows-amd64), const EOVERFLOW = 536871011
 49824  pkg syscall (windows-amd64), const EOWNERDEAD = 536871012
 49825  pkg syscall (windows-amd64), const EPERM = 536871013
 49826  pkg syscall (windows-amd64), const EPFNOSUPPORT = 536871014
 49827  pkg syscall (windows-amd64), const EPIPE = 536871015
 49828  pkg syscall (windows-amd64), const EPROTO = 536871016
 49829  pkg syscall (windows-amd64), const EPROTONOSUPPORT = 536871017
 49830  pkg syscall (windows-amd64), const EPROTOTYPE = 536871018
 49831  pkg syscall (windows-amd64), const ERANGE = 536871019
 49832  pkg syscall (windows-amd64), const EREMCHG = 536871020
 49833  pkg syscall (windows-amd64), const EREMOTE = 536871021
 49834  pkg syscall (windows-amd64), const EREMOTEIO = 536871022
 49835  pkg syscall (windows-amd64), const ERESTART = 536871023
 49836  pkg syscall (windows-amd64), const EROFS = 536871024
 49837  pkg syscall (windows-amd64), const ERROR_ACCESS_DENIED = 5
 49838  pkg syscall (windows-amd64), const ERROR_ALREADY_EXISTS = 183
 49839  pkg syscall (windows-amd64), const ERROR_BROKEN_PIPE = 109
 49840  pkg syscall (windows-amd64), const ERROR_BUFFER_OVERFLOW = 111
 49841  pkg syscall (windows-amd64), const ERROR_ENVVAR_NOT_FOUND = 203
 49842  pkg syscall (windows-amd64), const ERROR_FILE_EXISTS = 80
 49843  pkg syscall (windows-amd64), const ERROR_FILE_NOT_FOUND = 2
 49844  pkg syscall (windows-amd64), const ERROR_INSUFFICIENT_BUFFER = 122
 49845  pkg syscall (windows-amd64), const ERROR_IO_PENDING = 997
 49846  pkg syscall (windows-amd64), const ERROR_MOD_NOT_FOUND = 126
 49847  pkg syscall (windows-amd64), const ERROR_NOT_FOUND = 1168
 49848  pkg syscall (windows-amd64), const ERROR_NOT_FOUND Errno
 49849  pkg syscall (windows-amd64), const ERROR_NO_MORE_FILES = 18
 49850  pkg syscall (windows-amd64), const ERROR_OPERATION_ABORTED = 995
 49851  pkg syscall (windows-amd64), const ERROR_PATH_NOT_FOUND = 3
 49852  pkg syscall (windows-amd64), const ERROR_PROC_NOT_FOUND = 127
 49853  pkg syscall (windows-amd64), const ESHUTDOWN = 536871025
 49854  pkg syscall (windows-amd64), const ESOCKTNOSUPPORT = 536871026
 49855  pkg syscall (windows-amd64), const ESPIPE = 536871027
 49856  pkg syscall (windows-amd64), const ESRCH = 536871028
 49857  pkg syscall (windows-amd64), const ESRMNT = 536871029
 49858  pkg syscall (windows-amd64), const ESTALE = 536871030
 49859  pkg syscall (windows-amd64), const ESTRPIPE = 536871031
 49860  pkg syscall (windows-amd64), const ETIME = 536871032
 49861  pkg syscall (windows-amd64), const ETIMEDOUT = 536871033
 49862  pkg syscall (windows-amd64), const ETOOMANYREFS = 536871034
 49863  pkg syscall (windows-amd64), const ETXTBSY = 536871035
 49864  pkg syscall (windows-amd64), const EUCLEAN = 536871036
 49865  pkg syscall (windows-amd64), const EUNATCH = 536871037
 49866  pkg syscall (windows-amd64), const EUSERS = 536871038
 49867  pkg syscall (windows-amd64), const EWINDOWS = 536871042
 49868  pkg syscall (windows-amd64), const EWOULDBLOCK = 536871039
 49869  pkg syscall (windows-amd64), const EXDEV = 536871040
 49870  pkg syscall (windows-amd64), const EXFULL = 536871041
 49871  pkg syscall (windows-amd64), const FILE_ACTION_ADDED = 1
 49872  pkg syscall (windows-amd64), const FILE_ACTION_MODIFIED = 3
 49873  pkg syscall (windows-amd64), const FILE_ACTION_REMOVED = 2
 49874  pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_NEW_NAME = 5
 49875  pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_OLD_NAME = 4
 49876  pkg syscall (windows-amd64), const FILE_APPEND_DATA = 4
 49877  pkg syscall (windows-amd64), const FILE_ATTRIBUTE_ARCHIVE = 32
 49878  pkg syscall (windows-amd64), const FILE_ATTRIBUTE_DIRECTORY = 16
 49879  pkg syscall (windows-amd64), const FILE_ATTRIBUTE_HIDDEN = 2
 49880  pkg syscall (windows-amd64), const FILE_ATTRIBUTE_NORMAL = 128
 49881  pkg syscall (windows-amd64), const FILE_ATTRIBUTE_READONLY = 1
 49882  pkg syscall (windows-amd64), const FILE_ATTRIBUTE_SYSTEM = 4
 49883  pkg syscall (windows-amd64), const FILE_BEGIN = 0
 49884  pkg syscall (windows-amd64), const FILE_CURRENT = 1
 49885  pkg syscall (windows-amd64), const FILE_END = 2
 49886  pkg syscall (windows-amd64), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
 49887  pkg syscall (windows-amd64), const FILE_FLAG_OVERLAPPED = 1073741824
 49888  pkg syscall (windows-amd64), const FILE_LIST_DIRECTORY = 1
 49889  pkg syscall (windows-amd64), const FILE_MAP_COPY = 1
 49890  pkg syscall (windows-amd64), const FILE_MAP_EXECUTE = 32
 49891  pkg syscall (windows-amd64), const FILE_MAP_READ = 4
 49892  pkg syscall (windows-amd64), const FILE_MAP_WRITE = 2
 49893  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
 49894  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_CREATION = 64
 49895  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
 49896  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
 49897  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
 49898  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
 49899  pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_SIZE = 8
 49900  pkg syscall (windows-amd64), const FILE_SHARE_DELETE = 4
 49901  pkg syscall (windows-amd64), const FILE_SHARE_READ = 1
 49902  pkg syscall (windows-amd64), const FILE_SHARE_WRITE = 2
 49903  pkg syscall (windows-amd64), const FILE_TYPE_CHAR = 2
 49904  pkg syscall (windows-amd64), const FILE_TYPE_DISK = 1
 49905  pkg syscall (windows-amd64), const FILE_TYPE_PIPE = 3
 49906  pkg syscall (windows-amd64), const FILE_TYPE_REMOTE = 32768
 49907  pkg syscall (windows-amd64), const FILE_TYPE_UNKNOWN = 0
 49908  pkg syscall (windows-amd64), const FILE_WRITE_ATTRIBUTES = 256
 49909  pkg syscall (windows-amd64), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
 49910  pkg syscall (windows-amd64), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
 49911  pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_HMODULE = 2048
 49912  pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_STRING = 1024
 49913  pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
 49914  pkg syscall (windows-amd64), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
 49915  pkg syscall (windows-amd64), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
 49916  pkg syscall (windows-amd64), const GENERIC_ALL = 268435456
 49917  pkg syscall (windows-amd64), const GENERIC_EXECUTE = 536870912
 49918  pkg syscall (windows-amd64), const GENERIC_READ = 2147483648
 49919  pkg syscall (windows-amd64), const GENERIC_WRITE = 1073741824
 49920  pkg syscall (windows-amd64), const GetFileExInfoStandard = 0
 49921  pkg syscall (windows-amd64), const GetFileExMaxInfoLevel = 1
 49922  pkg syscall (windows-amd64), const HANDLE_FLAG_INHERIT = 1
 49923  pkg syscall (windows-amd64), const HKEY_CLASSES_ROOT = 2147483648
 49924  pkg syscall (windows-amd64), const HKEY_CURRENT_CONFIG = 2147483653
 49925  pkg syscall (windows-amd64), const HKEY_CURRENT_USER = 2147483649
 49926  pkg syscall (windows-amd64), const HKEY_DYN_DATA = 2147483654
 49927  pkg syscall (windows-amd64), const HKEY_LOCAL_MACHINE = 2147483650
 49928  pkg syscall (windows-amd64), const HKEY_PERFORMANCE_DATA = 2147483652
 49929  pkg syscall (windows-amd64), const HKEY_USERS = 2147483651
 49930  pkg syscall (windows-amd64), const IFF_LOOPBACK = 4
 49931  pkg syscall (windows-amd64), const IFF_MULTICAST = 16
 49932  pkg syscall (windows-amd64), const IFF_POINTTOPOINT = 8
 49933  pkg syscall (windows-amd64), const IGNORE = 0
 49934  pkg syscall (windows-amd64), const INFINITE = 4294967295
 49935  pkg syscall (windows-amd64), const INVALID_FILE_ATTRIBUTES = 4294967295
 49936  pkg syscall (windows-amd64), const IOC_IN = 2147483648
 49937  pkg syscall (windows-amd64), const IOC_IN ideal-int
 49938  pkg syscall (windows-amd64), const IOC_INOUT = 3221225472
 49939  pkg syscall (windows-amd64), const IOC_INOUT ideal-int
 49940  pkg syscall (windows-amd64), const IOC_OUT = 1073741824
 49941  pkg syscall (windows-amd64), const IOC_OUT ideal-int
 49942  pkg syscall (windows-amd64), const IOC_WS2 = 134217728
 49943  pkg syscall (windows-amd64), const IOC_WS2 ideal-int
 49944  pkg syscall (windows-amd64), const IPV6_JOIN_GROUP = 12
 49945  pkg syscall (windows-amd64), const IPV6_LEAVE_GROUP = 13
 49946  pkg syscall (windows-amd64), const IPV6_MULTICAST_HOPS = 10
 49947  pkg syscall (windows-amd64), const IPV6_MULTICAST_IF = 9
 49948  pkg syscall (windows-amd64), const IPV6_MULTICAST_LOOP = 11
 49949  pkg syscall (windows-amd64), const IPV6_UNICAST_HOPS = 4
 49950  pkg syscall (windows-amd64), const IPV6_V6ONLY = 27
 49951  pkg syscall (windows-amd64), const IP_ADD_MEMBERSHIP = 12
 49952  pkg syscall (windows-amd64), const IP_DROP_MEMBERSHIP = 13
 49953  pkg syscall (windows-amd64), const IP_MULTICAST_IF = 9
 49954  pkg syscall (windows-amd64), const IP_MULTICAST_LOOP = 11
 49955  pkg syscall (windows-amd64), const IP_MULTICAST_TTL = 10
 49956  pkg syscall (windows-amd64), const IP_TOS = 3
 49957  pkg syscall (windows-amd64), const IP_TTL = 4
 49958  pkg syscall (windows-amd64), const ImplementsGetwd = true
 49959  pkg syscall (windows-amd64), const InvalidHandle = 18446744073709551615
 49960  pkg syscall (windows-amd64), const KEY_ALL_ACCESS = 983103
 49961  pkg syscall (windows-amd64), const KEY_CREATE_LINK = 32
 49962  pkg syscall (windows-amd64), const KEY_CREATE_SUB_KEY = 4
 49963  pkg syscall (windows-amd64), const KEY_ENUMERATE_SUB_KEYS = 8
 49964  pkg syscall (windows-amd64), const KEY_EXECUTE = 131097
 49965  pkg syscall (windows-amd64), const KEY_NOTIFY = 16
 49966  pkg syscall (windows-amd64), const KEY_QUERY_VALUE = 1
 49967  pkg syscall (windows-amd64), const KEY_READ = 131097
 49968  pkg syscall (windows-amd64), const KEY_SET_VALUE = 2
 49969  pkg syscall (windows-amd64), const KEY_WOW64_32KEY = 512
 49970  pkg syscall (windows-amd64), const KEY_WOW64_64KEY = 256
 49971  pkg syscall (windows-amd64), const KEY_WRITE = 131078
 49972  pkg syscall (windows-amd64), const LANG_ENGLISH = 9
 49973  pkg syscall (windows-amd64), const MAXLEN_IFDESCR = 256
 49974  pkg syscall (windows-amd64), const MAXLEN_PHYSADDR = 8
 49975  pkg syscall (windows-amd64), const MAX_ADAPTER_ADDRESS_LENGTH = 8
 49976  pkg syscall (windows-amd64), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
 49977  pkg syscall (windows-amd64), const MAX_ADAPTER_NAME_LENGTH = 256
 49978  pkg syscall (windows-amd64), const MAX_COMPUTERNAME_LENGTH = 15
 49979  pkg syscall (windows-amd64), const MAX_INTERFACE_NAME_LEN = 256
 49980  pkg syscall (windows-amd64), const MAX_LONG_PATH = 32768
 49981  pkg syscall (windows-amd64), const MAX_PATH = 260
 49982  pkg syscall (windows-amd64), const MaxTokenInfoClass = 29
 49983  pkg syscall (windows-amd64), const NameCanonical = 7
 49984  pkg syscall (windows-amd64), const NameCanonicalEx = 9
 49985  pkg syscall (windows-amd64), const NameDisplay = 3
 49986  pkg syscall (windows-amd64), const NameDnsDomain = 12
 49987  pkg syscall (windows-amd64), const NameFullyQualifiedDN = 1
 49988  pkg syscall (windows-amd64), const NameSamCompatible = 2
 49989  pkg syscall (windows-amd64), const NameServicePrincipal = 10
 49990  pkg syscall (windows-amd64), const NameUniqueId = 6
 49991  pkg syscall (windows-amd64), const NameUnknown = 0
 49992  pkg syscall (windows-amd64), const NameUserPrincipal = 8
 49993  pkg syscall (windows-amd64), const OPEN_ALWAYS = 4
 49994  pkg syscall (windows-amd64), const OPEN_EXISTING = 3
 49995  pkg syscall (windows-amd64), const O_APPEND = 1024
 49996  pkg syscall (windows-amd64), const O_ASYNC = 8192
 49997  pkg syscall (windows-amd64), const O_CLOEXEC = 524288
 49998  pkg syscall (windows-amd64), const O_CREAT = 64
 49999  pkg syscall (windows-amd64), const O_EXCL = 128
 50000  pkg syscall (windows-amd64), const O_NOCTTY = 256
 50001  pkg syscall (windows-amd64), const O_NONBLOCK = 2048
 50002  pkg syscall (windows-amd64), const O_SYNC = 4096
 50003  pkg syscall (windows-amd64), const O_TRUNC = 512
 50004  pkg syscall (windows-amd64), const PAGE_EXECUTE_READ = 32
 50005  pkg syscall (windows-amd64), const PAGE_EXECUTE_READWRITE = 64
 50006  pkg syscall (windows-amd64), const PAGE_EXECUTE_WRITECOPY = 128
 50007  pkg syscall (windows-amd64), const PAGE_READONLY = 2
 50008  pkg syscall (windows-amd64), const PAGE_READWRITE = 4
 50009  pkg syscall (windows-amd64), const PAGE_WRITECOPY = 8
 50010  pkg syscall (windows-amd64), const PKCS_7_ASN_ENCODING = 65536
 50011  pkg syscall (windows-amd64), const PROCESS_QUERY_INFORMATION = 1024
 50012  pkg syscall (windows-amd64), const PROV_DH_SCHANNEL = 18
 50013  pkg syscall (windows-amd64), const PROV_DSS = 3
 50014  pkg syscall (windows-amd64), const PROV_DSS_DH = 13
 50015  pkg syscall (windows-amd64), const PROV_EC_ECDSA_FULL = 16
 50016  pkg syscall (windows-amd64), const PROV_EC_ECDSA_SIG = 14
 50017  pkg syscall (windows-amd64), const PROV_EC_ECNRA_FULL = 17
 50018  pkg syscall (windows-amd64), const PROV_EC_ECNRA_SIG = 15
 50019  pkg syscall (windows-amd64), const PROV_FORTEZZA = 4
 50020  pkg syscall (windows-amd64), const PROV_INTEL_SEC = 22
 50021  pkg syscall (windows-amd64), const PROV_MS_EXCHANGE = 5
 50022  pkg syscall (windows-amd64), const PROV_REPLACE_OWF = 23
 50023  pkg syscall (windows-amd64), const PROV_RNG = 21
 50024  pkg syscall (windows-amd64), const PROV_RSA_AES = 24
 50025  pkg syscall (windows-amd64), const PROV_RSA_FULL = 1
 50026  pkg syscall (windows-amd64), const PROV_RSA_SCHANNEL = 12
 50027  pkg syscall (windows-amd64), const PROV_RSA_SIG = 2
 50028  pkg syscall (windows-amd64), const PROV_SPYRUS_LYNKS = 20
 50029  pkg syscall (windows-amd64), const PROV_SSL = 6
 50030  pkg syscall (windows-amd64), const REG_BINARY = 3
 50031  pkg syscall (windows-amd64), const REG_DWORD = 4
 50032  pkg syscall (windows-amd64), const REG_DWORD_BIG_ENDIAN = 5
 50033  pkg syscall (windows-amd64), const REG_DWORD_LITTLE_ENDIAN = 4
 50034  pkg syscall (windows-amd64), const REG_EXPAND_SZ = 2
 50035  pkg syscall (windows-amd64), const REG_FULL_RESOURCE_DESCRIPTOR = 9
 50036  pkg syscall (windows-amd64), const REG_LINK = 6
 50037  pkg syscall (windows-amd64), const REG_MULTI_SZ = 7
 50038  pkg syscall (windows-amd64), const REG_NONE = 0
 50039  pkg syscall (windows-amd64), const REG_QWORD = 11
 50040  pkg syscall (windows-amd64), const REG_QWORD_LITTLE_ENDIAN = 11
 50041  pkg syscall (windows-amd64), const REG_RESOURCE_LIST = 8
 50042  pkg syscall (windows-amd64), const REG_RESOURCE_REQUIREMENTS_LIST = 10
 50043  pkg syscall (windows-amd64), const REG_SZ = 1
 50044  pkg syscall (windows-amd64), const SIGBUS = 7
 50045  pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
 50046  pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
 50047  pkg syscall (windows-amd64), const SIO_GET_INTERFACE_LIST = 1074033791
 50048  pkg syscall (windows-amd64), const SOL_SOCKET = 65535
 50049  pkg syscall (windows-amd64), const SOMAXCONN = 2147483647
 50050  pkg syscall (windows-amd64), const SO_BROADCAST = 32
 50051  pkg syscall (windows-amd64), const SO_DONTROUTE = 16
 50052  pkg syscall (windows-amd64), const SO_KEEPALIVE = 8
 50053  pkg syscall (windows-amd64), const SO_LINGER = 128
 50054  pkg syscall (windows-amd64), const SO_RCVBUF = 4098
 50055  pkg syscall (windows-amd64), const SO_REUSEADDR = 4
 50056  pkg syscall (windows-amd64), const SO_SNDBUF = 4097
 50057  pkg syscall (windows-amd64), const SO_UPDATE_ACCEPT_CONTEXT = 28683
 50058  pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT = 28688
 50059  pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT ideal-int
 50060  pkg syscall (windows-amd64), const STANDARD_RIGHTS_ALL = 2031616
 50061  pkg syscall (windows-amd64), const STANDARD_RIGHTS_EXECUTE = 131072
 50062  pkg syscall (windows-amd64), const STANDARD_RIGHTS_READ = 131072
 50063  pkg syscall (windows-amd64), const STANDARD_RIGHTS_REQUIRED = 983040
 50064  pkg syscall (windows-amd64), const STANDARD_RIGHTS_WRITE = 131072
 50065  pkg syscall (windows-amd64), const STARTF_USESHOWWINDOW = 1
 50066  pkg syscall (windows-amd64), const STARTF_USESTDHANDLES = 256
 50067  pkg syscall (windows-amd64), const STD_ERROR_HANDLE = -12
 50068  pkg syscall (windows-amd64), const STD_INPUT_HANDLE = -10
 50069  pkg syscall (windows-amd64), const STD_OUTPUT_HANDLE = -11
 50070  pkg syscall (windows-amd64), const SUBLANG_ENGLISH_US = 1
 50071  pkg syscall (windows-amd64), const SW_FORCEMINIMIZE = 11
 50072  pkg syscall (windows-amd64), const SW_HIDE = 0
 50073  pkg syscall (windows-amd64), const SW_MAXIMIZE = 3
 50074  pkg syscall (windows-amd64), const SW_MINIMIZE = 6
 50075  pkg syscall (windows-amd64), const SW_NORMAL = 1
 50076  pkg syscall (windows-amd64), const SW_RESTORE = 9
 50077  pkg syscall (windows-amd64), const SW_SHOW = 5
 50078  pkg syscall (windows-amd64), const SW_SHOWDEFAULT = 10
 50079  pkg syscall (windows-amd64), const SW_SHOWMAXIMIZED = 3
 50080  pkg syscall (windows-amd64), const SW_SHOWMINIMIZED = 2
 50081  pkg syscall (windows-amd64), const SW_SHOWMINNOACTIVE = 7
 50082  pkg syscall (windows-amd64), const SW_SHOWNA = 8
 50083  pkg syscall (windows-amd64), const SW_SHOWNOACTIVATE = 4
 50084  pkg syscall (windows-amd64), const SW_SHOWNORMAL = 1
 50085  pkg syscall (windows-amd64), const SYNCHRONIZE = 1048576
 50086  pkg syscall (windows-amd64), const S_IFMT = 126976
 50087  pkg syscall (windows-amd64), const S_IWRITE = 128
 50088  pkg syscall (windows-amd64), const SidTypeAlias = 4
 50089  pkg syscall (windows-amd64), const SidTypeComputer = 9
 50090  pkg syscall (windows-amd64), const SidTypeDeletedAccount = 6
 50091  pkg syscall (windows-amd64), const SidTypeDomain = 3
 50092  pkg syscall (windows-amd64), const SidTypeGroup = 2
 50093  pkg syscall (windows-amd64), const SidTypeInvalid = 7
 50094  pkg syscall (windows-amd64), const SidTypeLabel = 10
 50095  pkg syscall (windows-amd64), const SidTypeUnknown = 8
 50096  pkg syscall (windows-amd64), const SidTypeUser = 1
 50097  pkg syscall (windows-amd64), const SidTypeWellKnownGroup = 5
 50098  pkg syscall (windows-amd64), const TF_DISCONNECT = 1
 50099  pkg syscall (windows-amd64), const TF_REUSE_SOCKET = 2
 50100  pkg syscall (windows-amd64), const TF_USE_DEFAULT_WORKER = 0
 50101  pkg syscall (windows-amd64), const TF_USE_KERNEL_APC = 32
 50102  pkg syscall (windows-amd64), const TF_USE_SYSTEM_THREAD = 16
 50103  pkg syscall (windows-amd64), const TF_WRITE_BEHIND = 4
 50104  pkg syscall (windows-amd64), const TIME_ZONE_ID_DAYLIGHT = 2
 50105  pkg syscall (windows-amd64), const TIME_ZONE_ID_STANDARD = 1
 50106  pkg syscall (windows-amd64), const TIME_ZONE_ID_UNKNOWN = 0
 50107  pkg syscall (windows-amd64), const TOKEN_ADJUST_DEFAULT = 128
 50108  pkg syscall (windows-amd64), const TOKEN_ADJUST_GROUPS = 64
 50109  pkg syscall (windows-amd64), const TOKEN_ADJUST_PRIVILEGES = 32
 50110  pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295
 50111  pkg syscall (windows-amd64), const TOKEN_ASSIGN_PRIMARY = 1
 50112  pkg syscall (windows-amd64), const TOKEN_DUPLICATE = 2
 50113  pkg syscall (windows-amd64), const TOKEN_EXECUTE = 131072
 50114  pkg syscall (windows-amd64), const TOKEN_IMPERSONATE = 4
 50115  pkg syscall (windows-amd64), const TOKEN_QUERY = 8
 50116  pkg syscall (windows-amd64), const TOKEN_QUERY_SOURCE = 16
 50117  pkg syscall (windows-amd64), const TOKEN_READ = 131080
 50118  pkg syscall (windows-amd64), const TOKEN_WRITE = 131296
 50119  pkg syscall (windows-amd64), const TRUNCATE_EXISTING = 5
 50120  pkg syscall (windows-amd64), const TokenAccessInformation = 22
 50121  pkg syscall (windows-amd64), const TokenAuditPolicy = 16
 50122  pkg syscall (windows-amd64), const TokenDefaultDacl = 6
 50123  pkg syscall (windows-amd64), const TokenElevation = 20
 50124  pkg syscall (windows-amd64), const TokenElevationType = 18
 50125  pkg syscall (windows-amd64), const TokenGroups = 2
 50126  pkg syscall (windows-amd64), const TokenGroupsAndPrivileges = 13
 50127  pkg syscall (windows-amd64), const TokenHasRestrictions = 21
 50128  pkg syscall (windows-amd64), const TokenImpersonationLevel = 9
 50129  pkg syscall (windows-amd64), const TokenIntegrityLevel = 25
 50130  pkg syscall (windows-amd64), const TokenLinkedToken = 19
 50131  pkg syscall (windows-amd64), const TokenLogonSid = 28
 50132  pkg syscall (windows-amd64), const TokenMandatoryPolicy = 27
 50133  pkg syscall (windows-amd64), const TokenOrigin = 17
 50134  pkg syscall (windows-amd64), const TokenOwner = 4
 50135  pkg syscall (windows-amd64), const TokenPrimaryGroup = 5
 50136  pkg syscall (windows-amd64), const TokenPrivileges = 3
 50137  pkg syscall (windows-amd64), const TokenRestrictedSids = 11
 50138  pkg syscall (windows-amd64), const TokenSandBoxInert = 15
 50139  pkg syscall (windows-amd64), const TokenSessionId = 12
 50140  pkg syscall (windows-amd64), const TokenSessionReference = 14
 50141  pkg syscall (windows-amd64), const TokenSource = 7
 50142  pkg syscall (windows-amd64), const TokenStatistics = 10
 50143  pkg syscall (windows-amd64), const TokenType = 8
 50144  pkg syscall (windows-amd64), const TokenUIAccess = 26
 50145  pkg syscall (windows-amd64), const TokenUser = 1
 50146  pkg syscall (windows-amd64), const TokenVirtualizationAllowed = 23
 50147  pkg syscall (windows-amd64), const TokenVirtualizationEnabled = 24
 50148  pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_AND = 0
 50149  pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_OR = 1
 50150  pkg syscall (windows-amd64), const WAIT_ABANDONED = 128
 50151  pkg syscall (windows-amd64), const WAIT_FAILED = 4294967295
 50152  pkg syscall (windows-amd64), const WAIT_OBJECT_0 = 0
 50153  pkg syscall (windows-amd64), const WAIT_TIMEOUT = 258
 50154  pkg syscall (windows-amd64), const WSADESCRIPTION_LEN = 256
 50155  pkg syscall (windows-amd64), const WSASYS_STATUS_LEN = 128
 50156  pkg syscall (windows-amd64), const X509_ASN_ENCODING = 1
 50157  pkg syscall (windows-amd64), func CancelIoEx(Handle, *Overlapped) error
 50158  pkg syscall (windows-amd64), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
 50159  pkg syscall (windows-amd64), func FreeAddrInfoW(*AddrinfoW)
 50160  pkg syscall (windows-amd64), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
 50161  pkg syscall (windows-amd64), func GetConsoleMode(Handle, *uint32) error
 50162  pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
 50163  pkg syscall (windows-amd64), func LoadCancelIoEx() error
 50164  pkg syscall (windows-amd64), func LoadConnectEx() error
 50165  pkg syscall (windows-amd64), func LoadGetAddrInfo() error
 50166  pkg syscall (windows-amd64), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
 50167  pkg syscall (windows-amd64), func UTF16FromString(string) ([]uint16, error)
 50168  pkg syscall (windows-amd64), func UTF16PtrFromString(string) (*uint16, error)
 50169  pkg syscall (windows-amd64), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error
 50170  pkg syscall (windows-amd64), type AddrinfoW struct
 50171  pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr
 50172  pkg syscall (windows-amd64), type AddrinfoW struct, Addrlen uintptr
 50173  pkg syscall (windows-amd64), type AddrinfoW struct, Canonname *uint16
 50174  pkg syscall (windows-amd64), type AddrinfoW struct, Family int32
 50175  pkg syscall (windows-amd64), type AddrinfoW struct, Flags int32
 50176  pkg syscall (windows-amd64), type AddrinfoW struct, Next *AddrinfoW
 50177  pkg syscall (windows-amd64), type AddrinfoW struct, Protocol int32
 50178  pkg syscall (windows-amd64), type AddrinfoW struct, Socktype int32
 50179  pkg syscall (windows-amd64), type GUID struct
 50180  pkg syscall (windows-amd64), type GUID struct, Data1 uint32
 50181  pkg syscall (windows-amd64), type GUID struct, Data2 uint16
 50182  pkg syscall (windows-amd64), type GUID struct, Data3 uint16
 50183  pkg syscall (windows-amd64), type GUID struct, Data4 [8]uint8
 50184  pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16
 50185  pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32
 50186  pkg syscall (windows-amd64), var WSAID_CONNECTEX GUID
 50187  pkg syscall, const AF_INET = 2
 50188  pkg syscall, const AF_UNIX = 1
 50189  pkg syscall, const AF_UNSPEC = 0
 50190  pkg syscall, const ENOENT = 2
 50191  pkg syscall, const IFF_BROADCAST = 2
 50192  pkg syscall, const IFF_UP = 1
 50193  pkg syscall, const IPPROTO_IP = 0
 50194  pkg syscall, const IPPROTO_IPV6 = 41
 50195  pkg syscall, const IPPROTO_TCP = 6
 50196  pkg syscall, const IPPROTO_UDP = 17
 50197  pkg syscall, const O_RDONLY = 0
 50198  pkg syscall, const O_RDWR = 2
 50199  pkg syscall, const O_WRONLY = 1
 50200  pkg syscall, const SHUT_RD = 0
 50201  pkg syscall, const SHUT_RDWR = 2
 50202  pkg syscall, const SHUT_WR = 1
 50203  pkg syscall, const SIGABRT = 6
 50204  pkg syscall, const SIGALRM = 14
 50205  pkg syscall, const SIGFPE = 8
 50206  pkg syscall, const SIGHUP = 1
 50207  pkg syscall, const SIGILL = 4
 50208  pkg syscall, const SIGINT = 2
 50209  pkg syscall, const SIGKILL = 9
 50210  pkg syscall, const SIGPIPE = 13
 50211  pkg syscall, const SIGQUIT = 3
 50212  pkg syscall, const SIGSEGV = 11
 50213  pkg syscall, const SIGTERM = 15
 50214  pkg syscall, const SIGTRAP = 5
 50215  pkg syscall, const SOCK_DGRAM = 2
 50216  pkg syscall, const SOCK_RAW = 3
 50217  pkg syscall, const SOCK_SEQPACKET = 5
 50218  pkg syscall, const SOCK_STREAM = 1
 50219  pkg syscall, const S_IFBLK = 24576
 50220  pkg syscall, const S_IFCHR = 8192
 50221  pkg syscall, const S_IFDIR = 16384
 50222  pkg syscall, const S_IFIFO = 4096
 50223  pkg syscall, const S_IFLNK = 40960
 50224  pkg syscall, const S_IFREG = 32768
 50225  pkg syscall, const S_IFSOCK = 49152
 50226  pkg syscall, const S_IRUSR = 256
 50227  pkg syscall, const S_ISGID = 1024
 50228  pkg syscall, const S_ISUID = 2048
 50229  pkg syscall, const S_ISVTX = 512
 50230  pkg syscall, const S_IWUSR = 128
 50231  pkg syscall, const S_IXUSR = 64
 50232  pkg syscall, const TCP_NODELAY = 1
 50233  pkg syscall, func BytePtrFromString(string) (*uint8, error)
 50234  pkg syscall, func ByteSliceFromString(string) ([]uint8, error)
 50235  pkg syscall, func NsecToTimespec(int64) Timespec
 50236  pkg syscall, func TimespecToNsec(Timespec) int64
 50237  pkg syscall, func UtimesNano(string, []Timespec) error
 50238  pkg syscall, type RawSockaddrInet6 struct
 50239  pkg syscall, type RawSockaddrInet6 struct, Addr [16]uint8
 50240  pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32
 50241  pkg syscall, type RawSockaddrInet6 struct, Port uint16
 50242  pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32
 50243  pkg testing, func AllocsPerRun(int, func()) float64
 50244  pkg testing, func Verbose() bool
 50245  pkg testing, method (*B) ReportAllocs()
 50246  pkg testing, method (*B) Skip(...interface{})
 50247  pkg testing, method (*B) SkipNow()
 50248  pkg testing, method (*B) Skipf(string, ...interface{})
 50249  pkg testing, method (*B) Skipped() bool
 50250  pkg testing, method (*T) Skip(...interface{})
 50251  pkg testing, method (*T) SkipNow()
 50252  pkg testing, method (*T) Skipf(string, ...interface{})
 50253  pkg testing, method (*T) Skipped() bool
 50254  pkg testing, method (BenchmarkResult) AllocedBytesPerOp() int64
 50255  pkg testing, method (BenchmarkResult) AllocsPerOp() int64
 50256  pkg testing, method (BenchmarkResult) MemString() string
 50257  pkg testing, type BenchmarkResult struct, MemAllocs uint64
 50258  pkg testing, type BenchmarkResult struct, MemBytes uint64
 50259  pkg text/scanner, const Char = -5
 50260  pkg text/scanner, const Comment = -8
 50261  pkg text/scanner, const EOF = -1
 50262  pkg text/scanner, const Float = -4
 50263  pkg text/scanner, const GoTokens = 1012
 50264  pkg text/scanner, const GoWhitespace = 4294977024
 50265  pkg text/scanner, const Ident = -2
 50266  pkg text/scanner, const Int = -3
 50267  pkg text/scanner, const RawString = -7
 50268  pkg text/scanner, const ScanChars = 32
 50269  pkg text/scanner, const ScanComments = 256
 50270  pkg text/scanner, const ScanFloats = 16
 50271  pkg text/scanner, const ScanIdents = 4
 50272  pkg text/scanner, const ScanInts = 8
 50273  pkg text/scanner, const ScanRawStrings = 128
 50274  pkg text/scanner, const ScanStrings = 64
 50275  pkg text/scanner, const SkipComments = 512
 50276  pkg text/scanner, const String = -6
 50277  pkg text/tabwriter, const AlignRight = 4
 50278  pkg text/tabwriter, const Debug = 32
 50279  pkg text/tabwriter, const DiscardEmptyColumns = 8
 50280  pkg text/tabwriter, const Escape = 255
 50281  pkg text/tabwriter, const FilterHTML = 1
 50282  pkg text/tabwriter, const StripEscape = 2
 50283  pkg text/tabwriter, const TabIndent = 16
 50284  pkg text/template, method (Template) ErrorContext(parse.Node) (string, string)
 50285  pkg text/template/parse, const NodeAction = 1
 50286  pkg text/template/parse, const NodeBool = 2
 50287  pkg text/template/parse, const NodeChain = 3
 50288  pkg text/template/parse, const NodeChain NodeType
 50289  pkg text/template/parse, const NodeCommand = 4
 50290  pkg text/template/parse, const NodeDot = 5
 50291  pkg text/template/parse, const NodeField = 8
 50292  pkg text/template/parse, const NodeIdentifier = 9
 50293  pkg text/template/parse, const NodeIf = 10
 50294  pkg text/template/parse, const NodeList = 11
 50295  pkg text/template/parse, const NodeNil = 12
 50296  pkg text/template/parse, const NodeNil NodeType
 50297  pkg text/template/parse, const NodeNumber = 13
 50298  pkg text/template/parse, const NodePipe = 14
 50299  pkg text/template/parse, const NodeRange = 15
 50300  pkg text/template/parse, const NodeString = 16
 50301  pkg text/template/parse, const NodeTemplate = 17
 50302  pkg text/template/parse, const NodeText = 0
 50303  pkg text/template/parse, const NodeVariable = 18
 50304  pkg text/template/parse, const NodeWith = 19
 50305  pkg text/template/parse, method (*ChainNode) Add(string)
 50306  pkg text/template/parse, method (*ChainNode) Copy() Node
 50307  pkg text/template/parse, method (*ChainNode) String() string
 50308  pkg text/template/parse, method (*IdentifierNode) SetPos(Pos) *IdentifierNode
 50309  pkg text/template/parse, method (*NilNode) Copy() Node
 50310  pkg text/template/parse, method (*NilNode) String() string
 50311  pkg text/template/parse, method (*NilNode) Type() NodeType
 50312  pkg text/template/parse, method (*Tree) ErrorContext(Node) (string, string)
 50313  pkg text/template/parse, method (ActionNode) Position() Pos
 50314  pkg text/template/parse, method (BoolNode) Position() Pos
 50315  pkg text/template/parse, method (BranchNode) Position() Pos
 50316  pkg text/template/parse, method (ChainNode) Position() Pos
 50317  pkg text/template/parse, method (ChainNode) Type() NodeType
 50318  pkg text/template/parse, method (CommandNode) Position() Pos
 50319  pkg text/template/parse, method (DotNode) Position() Pos
 50320  pkg text/template/parse, method (FieldNode) Position() Pos
 50321  pkg text/template/parse, method (IdentifierNode) Position() Pos
 50322  pkg text/template/parse, method (IfNode) Position() Pos
 50323  pkg text/template/parse, method (ListNode) Position() Pos
 50324  pkg text/template/parse, method (NilNode) Position() Pos
 50325  pkg text/template/parse, method (NumberNode) Position() Pos
 50326  pkg text/template/parse, method (PipeNode) Position() Pos
 50327  pkg text/template/parse, method (Pos) Position() Pos
 50328  pkg text/template/parse, method (RangeNode) Position() Pos
 50329  pkg text/template/parse, method (StringNode) Position() Pos
 50330  pkg text/template/parse, method (TemplateNode) Position() Pos
 50331  pkg text/template/parse, method (TextNode) Position() Pos
 50332  pkg text/template/parse, method (VariableNode) Position() Pos
 50333  pkg text/template/parse, method (WithNode) Position() Pos
 50334  pkg text/template/parse, type ActionNode struct, embedded Pos
 50335  pkg text/template/parse, type BoolNode struct, embedded Pos
 50336  pkg text/template/parse, type BranchNode struct, embedded Pos
 50337  pkg text/template/parse, type ChainNode struct
 50338  pkg text/template/parse, type ChainNode struct, Field []string
 50339  pkg text/template/parse, type ChainNode struct, Node Node
 50340  pkg text/template/parse, type ChainNode struct, embedded NodeType
 50341  pkg text/template/parse, type ChainNode struct, embedded Pos
 50342  pkg text/template/parse, type CommandNode struct, embedded Pos
 50343  pkg text/template/parse, type DotNode struct
 50344  pkg text/template/parse, type DotNode struct, embedded Pos
 50345  pkg text/template/parse, type FieldNode struct, embedded Pos
 50346  pkg text/template/parse, type IdentifierNode struct, embedded Pos
 50347  pkg text/template/parse, type ListNode struct, embedded Pos
 50348  pkg text/template/parse, type NilNode struct
 50349  pkg text/template/parse, type NilNode struct, embedded Pos
 50350  pkg text/template/parse, type Node interface, Position() Pos
 50351  pkg text/template/parse, type Node interface, unexported methods
 50352  pkg text/template/parse, type NumberNode struct, embedded Pos
 50353  pkg text/template/parse, type PipeNode struct, embedded Pos
 50354  pkg text/template/parse, type Pos int
 50355  pkg text/template/parse, type StringNode struct, embedded Pos
 50356  pkg text/template/parse, type TemplateNode struct, embedded Pos
 50357  pkg text/template/parse, type TextNode struct, embedded Pos
 50358  pkg text/template/parse, type Tree struct, ParseName string
 50359  pkg text/template/parse, type VariableNode struct, embedded Pos
 50360  pkg time, const ANSIC = "Mon Jan _2 15:04:05 2006"
 50361  pkg time, const April = 4
 50362  pkg time, const August = 8
 50363  pkg time, const December = 12
 50364  pkg time, const February = 2
 50365  pkg time, const Friday = 5
 50366  pkg time, const Hour = 3600000000000
 50367  pkg time, const January = 1
 50368  pkg time, const July = 7
 50369  pkg time, const June = 6
 50370  pkg time, const Kitchen = "3:04PM"
 50371  pkg time, const March = 3
 50372  pkg time, const May = 5
 50373  pkg time, const Microsecond = 1000
 50374  pkg time, const Millisecond = 1000000
 50375  pkg time, const Minute = 60000000000
 50376  pkg time, const Monday = 1
 50377  pkg time, const Nanosecond = 1
 50378  pkg time, const November = 11
 50379  pkg time, const October = 10
 50380  pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
 50381  pkg time, const RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700"
 50382  pkg time, const RFC3339 = "2006-01-02T15:04:05Z07:00"
 50383  pkg time, const RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00"
 50384  pkg time, const RFC822 = "02 Jan 06 15:04 MST"
 50385  pkg time, const RFC822Z = "02 Jan 06 15:04 -0700"
 50386  pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
 50387  pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
 50388  pkg time, const Saturday = 6
 50389  pkg time, const Second = 1000000000
 50390  pkg time, const September = 9
 50391  pkg time, const Stamp = "Jan _2 15:04:05"
 50392  pkg time, const StampMicro = "Jan _2 15:04:05.000000"
 50393  pkg time, const StampMilli = "Jan _2 15:04:05.000"
 50394  pkg time, const StampNano = "Jan _2 15:04:05.000000000"
 50395  pkg time, const Sunday = 0
 50396  pkg time, const Thursday = 4
 50397  pkg time, const Tuesday = 2
 50398  pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006"
 50399  pkg time, const Wednesday = 3
 50400  pkg time, func ParseInLocation(string, string, *Location) (Time, error)
 50401  pkg time, method (*Timer) Reset(Duration) bool
 50402  pkg time, method (Time) Round(Duration) Time
 50403  pkg time, method (Time) Truncate(Duration) Time
 50404  pkg time, method (Time) YearDay() int
 50405  pkg unicode, const LowerCase = 1
 50406  pkg unicode, const MaxASCII = 127
 50407  pkg unicode, const MaxCase = 3
 50408  pkg unicode, const MaxLatin1 = 255
 50409  pkg unicode, const MaxRune = 1114111
 50410  pkg unicode, const ReplacementChar = 65533
 50411  pkg unicode, const TitleCase = 2
 50412  pkg unicode, const UpperCase = 0
 50413  pkg unicode, const UpperLower = 1114112
 50414  pkg unicode, const Version = "6.2.0"
 50415  pkg unicode, type RangeTable struct, LatinOffset int
 50416  pkg unicode, var Chakma *RangeTable
 50417  pkg unicode, var Meroitic_Cursive *RangeTable
 50418  pkg unicode, var Meroitic_Hieroglyphs *RangeTable
 50419  pkg unicode, var Miao *RangeTable
 50420  pkg unicode, var Sharada *RangeTable
 50421  pkg unicode, var Sora_Sompeng *RangeTable
 50422  pkg unicode, var Takri *RangeTable
 50423  pkg unicode/utf8, const MaxRune = 1114111
 50424  pkg unicode/utf8, const RuneError = 65533
 50425  pkg unicode/utf8, const RuneSelf = 128
 50426  pkg unicode/utf8, const UTFMax = 4
 50427  pkg unicode/utf8, func ValidRune(int32) bool