Text file api/go1.1.txt

     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 = "\x7fELF"
   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 = 2.71828  // 271828182845904523536028747135266249775724709369995957496696763/100000000000000000000000000000000000000000000000000000000000000
  1987  pkg math, const Ln10 = 2.30259  // 23025850929940456840179914546843642076011014886287729760333279/10000000000000000000000000000000000000000000000000000000000000
  1988  pkg math, const Ln2 = 0.693147  // 693147180559945309417232121458176568075500134360255254120680009/1000000000000000000000000000000000000000000000000000000000000000
  1989  pkg math, const Log10E = 0.434294  // 10000000000000000000000000000000000000000000000000000000000000/23025850929940456840179914546843642076011014886287729760333279
  1990  pkg math, const Log2E = 1.4427  // 1000000000000000000000000000000000000000000000000000000000000000/693147180559945309417232121458176568075500134360255254120680009
  1991  pkg math, const MaxFloat32 = 3.40282e+38  // 340282346638528859811704183484516925440
  1992  pkg math, const MaxFloat64 = 1.79769e+308  // 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 = 1.61803  // 80901699437494742410229341718281905886015458990288143106772431/50000000000000000000000000000000000000000000000000000000000000
  2006  pkg math, const Pi = 3.14159  // 314159265358979323846264338327950288419716939937510582097494459/100000000000000000000000000000000000000000000000000000000000000
  2007  pkg math, const SmallestNonzeroFloat32 = 1.4013e-45  // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
  2008  pkg math, const SmallestNonzeroFloat64 = 4.94066e-324  // 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  2009  pkg math, const Sqrt2 = 1.41421  // 70710678118654752440084436210484903928483593768847403658833987/50000000000000000000000000000000000000000000000000000000000000
  2010  pkg math, const SqrtE = 1.64872  // 164872127070012814684865078781416357165377610071014801157507931/100000000000000000000000000000000000000000000000000000000000000
  2011  pkg math, const SqrtPhi = 1.27202  // 63600982475703448212621123086874574585780402092004812430832019/50000000000000000000000000000000000000000000000000000000000000
  2012  pkg math, const SqrtPi = 1.77245  // 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 (darwin-amd64), const IntSize = 64
  2607  pkg strconv (darwin-amd64-cgo), const IntSize = 64
  2608  pkg strconv (freebsd-386), const IntSize = 32
  2609  pkg strconv (freebsd-386-cgo), const IntSize = 32
  2610  pkg strconv (freebsd-amd64), const IntSize = 64
  2611  pkg strconv (freebsd-amd64-cgo), const IntSize = 64
  2612  pkg strconv (freebsd-arm), const IntSize = 32
  2613  pkg strconv (freebsd-arm-cgo), const IntSize = 32
  2614  pkg strconv (linux-386), const IntSize = 32
  2615  pkg strconv (linux-386-cgo), const IntSize = 32
  2616  pkg strconv (linux-amd64), const IntSize = 64
  2617  pkg strconv (linux-amd64-cgo), const IntSize = 64
  2618  pkg strconv (linux-arm), const IntSize = 32
  2619  pkg strconv (linux-arm-cgo), const IntSize = 32
  2620  pkg strconv (netbsd-386), const IntSize = 32
  2621  pkg strconv (netbsd-386-cgo), const IntSize = 32
  2622  pkg strconv (netbsd-amd64), const IntSize = 64
  2623  pkg strconv (netbsd-amd64-cgo), const IntSize = 64
  2624  pkg strconv (netbsd-arm), const IntSize = 32
  2625  pkg strconv (netbsd-arm-cgo), const IntSize = 32
  2626  pkg strconv (netbsd-arm64), const IntSize = 64
  2627  pkg strconv (netbsd-arm64-cgo), const IntSize = 64
  2628  pkg strconv (openbsd-386), const IntSize = 32
  2629  pkg strconv (openbsd-386-cgo), const IntSize = 32
  2630  pkg strconv (openbsd-amd64), const IntSize = 64
  2631  pkg strconv (openbsd-amd64-cgo), const IntSize = 64
  2632  pkg strconv (windows-386), const IntSize = 32
  2633  pkg strconv (windows-amd64), const IntSize = 64
  2634  pkg strings, func TrimPrefix(string, string) string
  2635  pkg strings, func TrimSuffix(string, string) string
  2636  pkg strings, method (*Reader) WriteTo(io.Writer) (int64, error)
  2637  pkg syscall (darwin-386), const AF_APPLETALK = 16
  2638  pkg syscall (darwin-386), const AF_CCITT = 10
  2639  pkg syscall (darwin-386), const AF_CHAOS = 5
  2640  pkg syscall (darwin-386), const AF_CNT = 21
  2641  pkg syscall (darwin-386), const AF_COIP = 20
  2642  pkg syscall (darwin-386), const AF_DATAKIT = 9
  2643  pkg syscall (darwin-386), const AF_DECnet = 12
  2644  pkg syscall (darwin-386), const AF_DLI = 13
  2645  pkg syscall (darwin-386), const AF_E164 = 28
  2646  pkg syscall (darwin-386), const AF_ECMA = 8
  2647  pkg syscall (darwin-386), const AF_HYLINK = 15
  2648  pkg syscall (darwin-386), const AF_IEEE80211 = 37
  2649  pkg syscall (darwin-386), const AF_IMPLINK = 3
  2650  pkg syscall (darwin-386), const AF_INET6 = 30
  2651  pkg syscall (darwin-386), const AF_IPX = 23
  2652  pkg syscall (darwin-386), const AF_ISDN = 28
  2653  pkg syscall (darwin-386), const AF_ISO = 7
  2654  pkg syscall (darwin-386), const AF_LAT = 14
  2655  pkg syscall (darwin-386), const AF_LINK = 18
  2656  pkg syscall (darwin-386), const AF_LOCAL = 1
  2657  pkg syscall (darwin-386), const AF_MAX = 38
  2658  pkg syscall (darwin-386), const AF_NATM = 31
  2659  pkg syscall (darwin-386), const AF_NDRV = 27
  2660  pkg syscall (darwin-386), const AF_NETBIOS = 33
  2661  pkg syscall (darwin-386), const AF_NS = 6
  2662  pkg syscall (darwin-386), const AF_OSI = 7
  2663  pkg syscall (darwin-386), const AF_PPP = 34
  2664  pkg syscall (darwin-386), const AF_PUP = 4
  2665  pkg syscall (darwin-386), const AF_RESERVED_36 = 36
  2666  pkg syscall (darwin-386), const AF_ROUTE = 17
  2667  pkg syscall (darwin-386), const AF_SIP = 24
  2668  pkg syscall (darwin-386), const AF_SNA = 11
  2669  pkg syscall (darwin-386), const AF_SYSTEM = 32
  2670  pkg syscall (darwin-386), const B0 = 0
  2671  pkg syscall (darwin-386), const B0 ideal-int
  2672  pkg syscall (darwin-386), const B110 = 110
  2673  pkg syscall (darwin-386), const B110 ideal-int
  2674  pkg syscall (darwin-386), const B115200 = 115200
  2675  pkg syscall (darwin-386), const B115200 ideal-int
  2676  pkg syscall (darwin-386), const B1200 = 1200
  2677  pkg syscall (darwin-386), const B1200 ideal-int
  2678  pkg syscall (darwin-386), const B134 = 134
  2679  pkg syscall (darwin-386), const B134 ideal-int
  2680  pkg syscall (darwin-386), const B14400 = 14400
  2681  pkg syscall (darwin-386), const B14400 ideal-int
  2682  pkg syscall (darwin-386), const B150 = 150
  2683  pkg syscall (darwin-386), const B150 ideal-int
  2684  pkg syscall (darwin-386), const B1800 = 1800
  2685  pkg syscall (darwin-386), const B1800 ideal-int
  2686  pkg syscall (darwin-386), const B19200 = 19200
  2687  pkg syscall (darwin-386), const B19200 ideal-int
  2688  pkg syscall (darwin-386), const B200 = 200
  2689  pkg syscall (darwin-386), const B200 ideal-int
  2690  pkg syscall (darwin-386), const B230400 = 230400
  2691  pkg syscall (darwin-386), const B230400 ideal-int
  2692  pkg syscall (darwin-386), const B2400 = 2400
  2693  pkg syscall (darwin-386), const B2400 ideal-int
  2694  pkg syscall (darwin-386), const B28800 = 28800
  2695  pkg syscall (darwin-386), const B28800 ideal-int
  2696  pkg syscall (darwin-386), const B300 = 300
  2697  pkg syscall (darwin-386), const B300 ideal-int
  2698  pkg syscall (darwin-386), const B38400 = 38400
  2699  pkg syscall (darwin-386), const B38400 ideal-int
  2700  pkg syscall (darwin-386), const B4800 = 4800
  2701  pkg syscall (darwin-386), const B4800 ideal-int
  2702  pkg syscall (darwin-386), const B50 = 50
  2703  pkg syscall (darwin-386), const B50 ideal-int
  2704  pkg syscall (darwin-386), const B57600 = 57600
  2705  pkg syscall (darwin-386), const B57600 ideal-int
  2706  pkg syscall (darwin-386), const B600 = 600
  2707  pkg syscall (darwin-386), const B600 ideal-int
  2708  pkg syscall (darwin-386), const B7200 = 7200
  2709  pkg syscall (darwin-386), const B7200 ideal-int
  2710  pkg syscall (darwin-386), const B75 = 75
  2711  pkg syscall (darwin-386), const B75 ideal-int
  2712  pkg syscall (darwin-386), const B76800 = 76800
  2713  pkg syscall (darwin-386), const B76800 ideal-int
  2714  pkg syscall (darwin-386), const B9600 = 9600
  2715  pkg syscall (darwin-386), const B9600 ideal-int
  2716  pkg syscall (darwin-386), const BIOCFLUSH = 536887912
  2717  pkg syscall (darwin-386), const BIOCGBLEN = 1074020966
  2718  pkg syscall (darwin-386), const BIOCGDLT = 1074020970
  2719  pkg syscall (darwin-386), const BIOCGDLTLIST = 3222028921
  2720  pkg syscall (darwin-386), const BIOCGETIF = 1075855979
  2721  pkg syscall (darwin-386), const BIOCGHDRCMPLT = 1074020980
  2722  pkg syscall (darwin-386), const BIOCGRSIG = 1074020978
  2723  pkg syscall (darwin-386), const BIOCGRTIMEOUT = 1074283118
  2724  pkg syscall (darwin-386), const BIOCGSEESENT = 1074020982
  2725  pkg syscall (darwin-386), const BIOCGSTATS = 1074283119
  2726  pkg syscall (darwin-386), const BIOCIMMEDIATE = 2147762800
  2727  pkg syscall (darwin-386), const BIOCPROMISC = 536887913
  2728  pkg syscall (darwin-386), const BIOCSBLEN = 3221504614
  2729  pkg syscall (darwin-386), const BIOCSDLT = 2147762808
  2730  pkg syscall (darwin-386), const BIOCSETF = 2148024935
  2731  pkg syscall (darwin-386), const BIOCSETIF = 2149597804
  2732  pkg syscall (darwin-386), const BIOCSHDRCMPLT = 2147762805
  2733  pkg syscall (darwin-386), const BIOCSRSIG = 2147762803
  2734  pkg syscall (darwin-386), const BIOCSRTIMEOUT = 2148024941
  2735  pkg syscall (darwin-386), const BIOCSSEESENT = 2147762807
  2736  pkg syscall (darwin-386), const BIOCVERSION = 1074020977
  2737  pkg syscall (darwin-386), const BPF_A = 16
  2738  pkg syscall (darwin-386), const BPF_ABS = 32
  2739  pkg syscall (darwin-386), const BPF_ADD = 0
  2740  pkg syscall (darwin-386), const BPF_ALIGNMENT = 4
  2741  pkg syscall (darwin-386), const BPF_ALU = 4
  2742  pkg syscall (darwin-386), const BPF_AND = 80
  2743  pkg syscall (darwin-386), const BPF_B = 16
  2744  pkg syscall (darwin-386), const BPF_DIV = 48
  2745  pkg syscall (darwin-386), const BPF_H = 8
  2746  pkg syscall (darwin-386), const BPF_IMM = 0
  2747  pkg syscall (darwin-386), const BPF_IND = 64
  2748  pkg syscall (darwin-386), const BPF_JA = 0
  2749  pkg syscall (darwin-386), const BPF_JEQ = 16
  2750  pkg syscall (darwin-386), const BPF_JGE = 48
  2751  pkg syscall (darwin-386), const BPF_JGT = 32
  2752  pkg syscall (darwin-386), const BPF_JMP = 5
  2753  pkg syscall (darwin-386), const BPF_JSET = 64
  2754  pkg syscall (darwin-386), const BPF_K = 0
  2755  pkg syscall (darwin-386), const BPF_LD = 0
  2756  pkg syscall (darwin-386), const BPF_LDX = 1
  2757  pkg syscall (darwin-386), const BPF_LEN = 128
  2758  pkg syscall (darwin-386), const BPF_LSH = 96
  2759  pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
  2760  pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288
  2761  pkg syscall (darwin-386), const BPF_MAXINSNS = 512
  2762  pkg syscall (darwin-386), const BPF_MEM = 96
  2763  pkg syscall (darwin-386), const BPF_MEMWORDS = 16
  2764  pkg syscall (darwin-386), const BPF_MINBUFSIZE = 32
  2765  pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
  2766  pkg syscall (darwin-386), const BPF_MISC = 7
  2767  pkg syscall (darwin-386), const BPF_MSH = 160
  2768  pkg syscall (darwin-386), const BPF_MUL = 32
  2769  pkg syscall (darwin-386), const BPF_NEG = 128
  2770  pkg syscall (darwin-386), const BPF_OR = 64
  2771  pkg syscall (darwin-386), const BPF_RELEASE = 199606
  2772  pkg syscall (darwin-386), const BPF_RET = 6
  2773  pkg syscall (darwin-386), const BPF_RSH = 112
  2774  pkg syscall (darwin-386), const BPF_ST = 2
  2775  pkg syscall (darwin-386), const BPF_STX = 3
  2776  pkg syscall (darwin-386), const BPF_SUB = 16
  2777  pkg syscall (darwin-386), const BPF_TAX = 0
  2778  pkg syscall (darwin-386), const BPF_TXA = 128
  2779  pkg syscall (darwin-386), const BPF_W = 0
  2780  pkg syscall (darwin-386), const BPF_X = 8
  2781  pkg syscall (darwin-386), const BRKINT = 2
  2782  pkg syscall (darwin-386), const BRKINT ideal-int
  2783  pkg syscall (darwin-386), const CFLUSH = 15
  2784  pkg syscall (darwin-386), const CFLUSH ideal-int
  2785  pkg syscall (darwin-386), const CLOCAL = 32768
  2786  pkg syscall (darwin-386), const CLOCAL ideal-int
  2787  pkg syscall (darwin-386), const CREAD = 2048
  2788  pkg syscall (darwin-386), const CREAD ideal-int
  2789  pkg syscall (darwin-386), const CS5 = 0
  2790  pkg syscall (darwin-386), const CS5 ideal-int
  2791  pkg syscall (darwin-386), const CS6 = 256
  2792  pkg syscall (darwin-386), const CS6 ideal-int
  2793  pkg syscall (darwin-386), const CS7 = 512
  2794  pkg syscall (darwin-386), const CS7 ideal-int
  2795  pkg syscall (darwin-386), const CS8 = 768
  2796  pkg syscall (darwin-386), const CS8 ideal-int
  2797  pkg syscall (darwin-386), const CSIZE = 768
  2798  pkg syscall (darwin-386), const CSIZE ideal-int
  2799  pkg syscall (darwin-386), const CSTART = 17
  2800  pkg syscall (darwin-386), const CSTART ideal-int
  2801  pkg syscall (darwin-386), const CSTATUS = 20
  2802  pkg syscall (darwin-386), const CSTATUS ideal-int
  2803  pkg syscall (darwin-386), const CSTOP = 19
  2804  pkg syscall (darwin-386), const CSTOP ideal-int
  2805  pkg syscall (darwin-386), const CSTOPB = 1024
  2806  pkg syscall (darwin-386), const CSTOPB ideal-int
  2807  pkg syscall (darwin-386), const CSUSP = 26
  2808  pkg syscall (darwin-386), const CSUSP ideal-int
  2809  pkg syscall (darwin-386), const CTL_MAXNAME = 12
  2810  pkg syscall (darwin-386), const CTL_NET = 4
  2811  pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  2812  pkg syscall (darwin-386), const DLT_ARCNET = 7
  2813  pkg syscall (darwin-386), const DLT_ATM_CLIP = 19
  2814  pkg syscall (darwin-386), const DLT_ATM_RFC1483 = 11
  2815  pkg syscall (darwin-386), const DLT_AX25 = 3
  2816  pkg syscall (darwin-386), const DLT_CHAOS = 5
  2817  pkg syscall (darwin-386), const DLT_CHDLC = 104
  2818  pkg syscall (darwin-386), const DLT_C_HDLC = 104
  2819  pkg syscall (darwin-386), const DLT_EN10MB = 1
  2820  pkg syscall (darwin-386), const DLT_EN3MB = 2
  2821  pkg syscall (darwin-386), const DLT_FDDI = 10
  2822  pkg syscall (darwin-386), const DLT_IEEE802 = 6
  2823  pkg syscall (darwin-386), const DLT_IEEE802_11 = 105
  2824  pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO = 127
  2825  pkg syscall (darwin-386), const DLT_IEEE802_11_RADIO_AVS = 163
  2826  pkg syscall (darwin-386), const DLT_LINUX_SLL = 113
  2827  pkg syscall (darwin-386), const DLT_LOOP = 108
  2828  pkg syscall (darwin-386), const DLT_NULL = 0
  2829  pkg syscall (darwin-386), const DLT_PFLOG = 117
  2830  pkg syscall (darwin-386), const DLT_PFSYNC = 18
  2831  pkg syscall (darwin-386), const DLT_PPP = 9
  2832  pkg syscall (darwin-386), const DLT_PPP_BSDOS = 16
  2833  pkg syscall (darwin-386), const DLT_PPP_SERIAL = 50
  2834  pkg syscall (darwin-386), const DLT_PRONET = 4
  2835  pkg syscall (darwin-386), const DLT_RAW = 12
  2836  pkg syscall (darwin-386), const DLT_SLIP = 8
  2837  pkg syscall (darwin-386), const DLT_SLIP_BSDOS = 15
  2838  pkg syscall (darwin-386), const DT_BLK = 6
  2839  pkg syscall (darwin-386), const DT_CHR = 2
  2840  pkg syscall (darwin-386), const DT_DIR = 4
  2841  pkg syscall (darwin-386), const DT_FIFO = 1
  2842  pkg syscall (darwin-386), const DT_LNK = 10
  2843  pkg syscall (darwin-386), const DT_REG = 8
  2844  pkg syscall (darwin-386), const DT_SOCK = 12
  2845  pkg syscall (darwin-386), const DT_UNKNOWN = 0
  2846  pkg syscall (darwin-386), const DT_WHT = 14
  2847  pkg syscall (darwin-386), const E2BIG = 7
  2848  pkg syscall (darwin-386), const EACCES = 13
  2849  pkg syscall (darwin-386), const EADDRINUSE = 48
  2850  pkg syscall (darwin-386), const EADDRNOTAVAIL = 49
  2851  pkg syscall (darwin-386), const EAFNOSUPPORT = 47
  2852  pkg syscall (darwin-386), const EAGAIN = 35
  2853  pkg syscall (darwin-386), const EALREADY = 37
  2854  pkg syscall (darwin-386), const EAUTH = 80
  2855  pkg syscall (darwin-386), const EBADARCH = 86
  2856  pkg syscall (darwin-386), const EBADEXEC = 85
  2857  pkg syscall (darwin-386), const EBADF = 9
  2858  pkg syscall (darwin-386), const EBADMACHO = 88
  2859  pkg syscall (darwin-386), const EBADMSG = 94
  2860  pkg syscall (darwin-386), const EBADRPC = 72
  2861  pkg syscall (darwin-386), const EBUSY = 16
  2862  pkg syscall (darwin-386), const ECANCELED = 89
  2863  pkg syscall (darwin-386), const ECHILD = 10
  2864  pkg syscall (darwin-386), const ECHO = 8
  2865  pkg syscall (darwin-386), const ECHOCTL = 64
  2866  pkg syscall (darwin-386), const ECHOE = 2
  2867  pkg syscall (darwin-386), const ECHOK = 4
  2868  pkg syscall (darwin-386), const ECHOKE = 1
  2869  pkg syscall (darwin-386), const ECHONL = 16
  2870  pkg syscall (darwin-386), const ECHOPRT = 32
  2871  pkg syscall (darwin-386), const ECONNABORTED = 53
  2872  pkg syscall (darwin-386), const ECONNREFUSED = 61
  2873  pkg syscall (darwin-386), const ECONNRESET = 54
  2874  pkg syscall (darwin-386), const EDEADLK = 11
  2875  pkg syscall (darwin-386), const EDESTADDRREQ = 39
  2876  pkg syscall (darwin-386), const EDEVERR = 83
  2877  pkg syscall (darwin-386), const EDOM = 33
  2878  pkg syscall (darwin-386), const EDQUOT = 69
  2879  pkg syscall (darwin-386), const EEXIST = 17
  2880  pkg syscall (darwin-386), const EFAULT = 14
  2881  pkg syscall (darwin-386), const EFBIG = 27
  2882  pkg syscall (darwin-386), const EFTYPE = 79
  2883  pkg syscall (darwin-386), const EHOSTDOWN = 64
  2884  pkg syscall (darwin-386), const EHOSTUNREACH = 65
  2885  pkg syscall (darwin-386), const EIDRM = 90
  2886  pkg syscall (darwin-386), const EILSEQ = 92
  2887  pkg syscall (darwin-386), const EINPROGRESS = 36
  2888  pkg syscall (darwin-386), const EINTR = 4
  2889  pkg syscall (darwin-386), const EINVAL = 22
  2890  pkg syscall (darwin-386), const EIO = 5
  2891  pkg syscall (darwin-386), const EISCONN = 56
  2892  pkg syscall (darwin-386), const EISDIR = 21
  2893  pkg syscall (darwin-386), const ELAST = 105
  2894  pkg syscall (darwin-386), const ELOOP = 62
  2895  pkg syscall (darwin-386), const EMFILE = 24
  2896  pkg syscall (darwin-386), const EMLINK = 31
  2897  pkg syscall (darwin-386), const EMSGSIZE = 40
  2898  pkg syscall (darwin-386), const EMULTIHOP = 95
  2899  pkg syscall (darwin-386), const ENAMETOOLONG = 63
  2900  pkg syscall (darwin-386), const ENEEDAUTH = 81
  2901  pkg syscall (darwin-386), const ENETDOWN = 50
  2902  pkg syscall (darwin-386), const ENETRESET = 52
  2903  pkg syscall (darwin-386), const ENETUNREACH = 51
  2904  pkg syscall (darwin-386), const ENFILE = 23
  2905  pkg syscall (darwin-386), const ENOATTR = 93
  2906  pkg syscall (darwin-386), const ENOBUFS = 55
  2907  pkg syscall (darwin-386), const ENODATA = 96
  2908  pkg syscall (darwin-386), const ENODEV = 19
  2909  pkg syscall (darwin-386), const ENOEXEC = 8
  2910  pkg syscall (darwin-386), const ENOLCK = 77
  2911  pkg syscall (darwin-386), const ENOLINK = 97
  2912  pkg syscall (darwin-386), const ENOMEM = 12
  2913  pkg syscall (darwin-386), const ENOMSG = 91
  2914  pkg syscall (darwin-386), const ENOPOLICY = 103
  2915  pkg syscall (darwin-386), const ENOPROTOOPT = 42
  2916  pkg syscall (darwin-386), const ENOSPC = 28
  2917  pkg syscall (darwin-386), const ENOSR = 98
  2918  pkg syscall (darwin-386), const ENOSTR = 99
  2919  pkg syscall (darwin-386), const ENOSYS = 78
  2920  pkg syscall (darwin-386), const ENOTBLK = 15
  2921  pkg syscall (darwin-386), const ENOTCONN = 57
  2922  pkg syscall (darwin-386), const ENOTDIR = 20
  2923  pkg syscall (darwin-386), const ENOTEMPTY = 66
  2924  pkg syscall (darwin-386), const ENOTRECOVERABLE = 104
  2925  pkg syscall (darwin-386), const ENOTSOCK = 38
  2926  pkg syscall (darwin-386), const ENOTSUP = 45
  2927  pkg syscall (darwin-386), const ENOTTY = 25
  2928  pkg syscall (darwin-386), const ENXIO = 6
  2929  pkg syscall (darwin-386), const EOPNOTSUPP = 102
  2930  pkg syscall (darwin-386), const EOVERFLOW = 84
  2931  pkg syscall (darwin-386), const EOWNERDEAD = 105
  2932  pkg syscall (darwin-386), const EPERM = 1
  2933  pkg syscall (darwin-386), const EPFNOSUPPORT = 46
  2934  pkg syscall (darwin-386), const EPIPE = 32
  2935  pkg syscall (darwin-386), const EPROCLIM = 67
  2936  pkg syscall (darwin-386), const EPROCUNAVAIL = 76
  2937  pkg syscall (darwin-386), const EPROGMISMATCH = 75
  2938  pkg syscall (darwin-386), const EPROGUNAVAIL = 74
  2939  pkg syscall (darwin-386), const EPROTO = 100
  2940  pkg syscall (darwin-386), const EPROTONOSUPPORT = 43
  2941  pkg syscall (darwin-386), const EPROTOTYPE = 41
  2942  pkg syscall (darwin-386), const EPWROFF = 82
  2943  pkg syscall (darwin-386), const ERANGE = 34
  2944  pkg syscall (darwin-386), const EREMOTE = 71
  2945  pkg syscall (darwin-386), const EROFS = 30
  2946  pkg syscall (darwin-386), const ERPCMISMATCH = 73
  2947  pkg syscall (darwin-386), const ESHLIBVERS = 87
  2948  pkg syscall (darwin-386), const ESHUTDOWN = 58
  2949  pkg syscall (darwin-386), const ESOCKTNOSUPPORT = 44
  2950  pkg syscall (darwin-386), const ESPIPE = 29
  2951  pkg syscall (darwin-386), const ESRCH = 3
  2952  pkg syscall (darwin-386), const ESTALE = 70
  2953  pkg syscall (darwin-386), const ETIME = 101
  2954  pkg syscall (darwin-386), const ETIMEDOUT = 60
  2955  pkg syscall (darwin-386), const ETOOMANYREFS = 59
  2956  pkg syscall (darwin-386), const ETXTBSY = 26
  2957  pkg syscall (darwin-386), const EUSERS = 68
  2958  pkg syscall (darwin-386), const EVFILT_AIO = -3
  2959  pkg syscall (darwin-386), const EVFILT_FS = -9
  2960  pkg syscall (darwin-386), const EVFILT_MACHPORT = -8
  2961  pkg syscall (darwin-386), const EVFILT_PROC = -5
  2962  pkg syscall (darwin-386), const EVFILT_READ = -1
  2963  pkg syscall (darwin-386), const EVFILT_SIGNAL = -6
  2964  pkg syscall (darwin-386), const EVFILT_SYSCOUNT = 12
  2965  pkg syscall (darwin-386), const EVFILT_THREADMARKER = 12
  2966  pkg syscall (darwin-386), const EVFILT_TIMER = -7
  2967  pkg syscall (darwin-386), const EVFILT_USER = -10
  2968  pkg syscall (darwin-386), const EVFILT_VM = -12
  2969  pkg syscall (darwin-386), const EVFILT_VNODE = -4
  2970  pkg syscall (darwin-386), const EVFILT_WRITE = -2
  2971  pkg syscall (darwin-386), const EV_ADD = 1
  2972  pkg syscall (darwin-386), const EV_CLEAR = 32
  2973  pkg syscall (darwin-386), const EV_DELETE = 2
  2974  pkg syscall (darwin-386), const EV_DISABLE = 8
  2975  pkg syscall (darwin-386), const EV_DISPATCH = 128
  2976  pkg syscall (darwin-386), const EV_ENABLE = 4
  2977  pkg syscall (darwin-386), const EV_EOF = 32768
  2978  pkg syscall (darwin-386), const EV_ERROR = 16384
  2979  pkg syscall (darwin-386), const EV_FLAG0 = 4096
  2980  pkg syscall (darwin-386), const EV_FLAG1 = 8192
  2981  pkg syscall (darwin-386), const EV_ONESHOT = 16
  2982  pkg syscall (darwin-386), const EV_OOBAND = 8192
  2983  pkg syscall (darwin-386), const EV_POLL = 4096
  2984  pkg syscall (darwin-386), const EV_RECEIPT = 64
  2985  pkg syscall (darwin-386), const EV_SYSFLAGS = 61440
  2986  pkg syscall (darwin-386), const EWOULDBLOCK = 35
  2987  pkg syscall (darwin-386), const EXDEV = 18
  2988  pkg syscall (darwin-386), const EXTA = 19200
  2989  pkg syscall (darwin-386), const EXTB = 38400
  2990  pkg syscall (darwin-386), const EXTPROC = 2048
  2991  pkg syscall (darwin-386), const FD_CLOEXEC = 1
  2992  pkg syscall (darwin-386), const FD_SETSIZE = 1024
  2993  pkg syscall (darwin-386), const FLUSHO = 8388608
  2994  pkg syscall (darwin-386), const FLUSHO ideal-int
  2995  pkg syscall (darwin-386), const F_ADDFILESIGS = 61
  2996  pkg syscall (darwin-386), const F_ADDSIGS = 59
  2997  pkg syscall (darwin-386), const F_ALLOCATEALL = 4
  2998  pkg syscall (darwin-386), const F_ALLOCATECONTIG = 2
  2999  pkg syscall (darwin-386), const F_CHKCLEAN = 41
  3000  pkg syscall (darwin-386), const F_DUPFD = 0
  3001  pkg syscall (darwin-386), const F_DUPFD_CLOEXEC = 67
  3002  pkg syscall (darwin-386), const F_FLUSH_DATA = 40
  3003  pkg syscall (darwin-386), const F_FREEZE_FS = 53
  3004  pkg syscall (darwin-386), const F_FULLFSYNC = 51
  3005  pkg syscall (darwin-386), const F_GETFD = 1
  3006  pkg syscall (darwin-386), const F_GETFL = 3
  3007  pkg syscall (darwin-386), const F_GETLK = 7
  3008  pkg syscall (darwin-386), const F_GETLKPID = 66
  3009  pkg syscall (darwin-386), const F_GETNOSIGPIPE = 74
  3010  pkg syscall (darwin-386), const F_GETOWN = 5
  3011  pkg syscall (darwin-386), const F_GETPATH = 50
  3012  pkg syscall (darwin-386), const F_GETPATH_MTMINFO = 71
  3013  pkg syscall (darwin-386), const F_GETPROTECTIONCLASS = 63
  3014  pkg syscall (darwin-386), const F_GLOBAL_NOCACHE = 55
  3015  pkg syscall (darwin-386), const F_LOG2PHYS = 49
  3016  pkg syscall (darwin-386), const F_LOG2PHYS_EXT = 65
  3017  pkg syscall (darwin-386), const F_MARKDEPENDENCY = 60
  3018  pkg syscall (darwin-386), const F_NOCACHE = 48
  3019  pkg syscall (darwin-386), const F_NODIRECT = 62
  3020  pkg syscall (darwin-386), const F_OK = 0
  3021  pkg syscall (darwin-386), const F_PATHPKG_CHECK = 52
  3022  pkg syscall (darwin-386), const F_PEOFPOSMODE = 3
  3023  pkg syscall (darwin-386), const F_PREALLOCATE = 42
  3024  pkg syscall (darwin-386), const F_RDADVISE = 44
  3025  pkg syscall (darwin-386), const F_RDAHEAD = 45
  3026  pkg syscall (darwin-386), const F_RDLCK = 1
  3027  pkg syscall (darwin-386), const F_READBOOTSTRAP = 46
  3028  pkg syscall (darwin-386), const F_SETBACKINGSTORE = 70
  3029  pkg syscall (darwin-386), const F_SETFD = 2
  3030  pkg syscall (darwin-386), const F_SETFL = 4
  3031  pkg syscall (darwin-386), const F_SETLK = 8
  3032  pkg syscall (darwin-386), const F_SETLKW = 9
  3033  pkg syscall (darwin-386), const F_SETNOSIGPIPE = 73
  3034  pkg syscall (darwin-386), const F_SETOWN = 6
  3035  pkg syscall (darwin-386), const F_SETPROTECTIONCLASS = 64
  3036  pkg syscall (darwin-386), const F_SETSIZE = 43
  3037  pkg syscall (darwin-386), const F_THAW_FS = 54
  3038  pkg syscall (darwin-386), const F_UNLCK = 2
  3039  pkg syscall (darwin-386), const F_VOLPOSMODE = 4
  3040  pkg syscall (darwin-386), const F_WRITEBOOTSTRAP = 47
  3041  pkg syscall (darwin-386), const F_WRLCK = 3
  3042  pkg syscall (darwin-386), const HUPCL = 16384
  3043  pkg syscall (darwin-386), const HUPCL ideal-int
  3044  pkg syscall (darwin-386), const ICANON = 256
  3045  pkg syscall (darwin-386), const ICANON ideal-int
  3046  pkg syscall (darwin-386), const ICRNL = 256
  3047  pkg syscall (darwin-386), const ICRNL ideal-int
  3048  pkg syscall (darwin-386), const IEXTEN = 1024
  3049  pkg syscall (darwin-386), const IEXTEN ideal-int
  3050  pkg syscall (darwin-386), const IFF_ALLMULTI = 512
  3051  pkg syscall (darwin-386), const IFF_ALTPHYS = 16384
  3052  pkg syscall (darwin-386), const IFF_DEBUG = 4
  3053  pkg syscall (darwin-386), const IFF_LINK0 = 4096
  3054  pkg syscall (darwin-386), const IFF_LINK1 = 8192
  3055  pkg syscall (darwin-386), const IFF_LINK2 = 16384
  3056  pkg syscall (darwin-386), const IFF_LOOPBACK = 8
  3057  pkg syscall (darwin-386), const IFF_MULTICAST = 32768
  3058  pkg syscall (darwin-386), const IFF_NOARP = 128
  3059  pkg syscall (darwin-386), const IFF_NOTRAILERS = 32
  3060  pkg syscall (darwin-386), const IFF_OACTIVE = 1024
  3061  pkg syscall (darwin-386), const IFF_POINTOPOINT = 16
  3062  pkg syscall (darwin-386), const IFF_PROMISC = 256
  3063  pkg syscall (darwin-386), const IFF_RUNNING = 64
  3064  pkg syscall (darwin-386), const IFF_SIMPLEX = 2048
  3065  pkg syscall (darwin-386), const IFNAMSIZ = 16
  3066  pkg syscall (darwin-386), const IFT_1822 = 2
  3067  pkg syscall (darwin-386), const IFT_AAL5 = 49
  3068  pkg syscall (darwin-386), const IFT_ARCNET = 35
  3069  pkg syscall (darwin-386), const IFT_ARCNETPLUS = 36
  3070  pkg syscall (darwin-386), const IFT_ATM = 37
  3071  pkg syscall (darwin-386), const IFT_BRIDGE = 209
  3072  pkg syscall (darwin-386), const IFT_CARP = 248
  3073  pkg syscall (darwin-386), const IFT_CELLULAR = 255
  3074  pkg syscall (darwin-386), const IFT_CEPT = 19
  3075  pkg syscall (darwin-386), const IFT_DS3 = 30
  3076  pkg syscall (darwin-386), const IFT_ENC = 244
  3077  pkg syscall (darwin-386), const IFT_EON = 25
  3078  pkg syscall (darwin-386), const IFT_ETHER = 6
  3079  pkg syscall (darwin-386), const IFT_FAITH = 56
  3080  pkg syscall (darwin-386), const IFT_FDDI = 15
  3081  pkg syscall (darwin-386), const IFT_FRELAY = 32
  3082  pkg syscall (darwin-386), const IFT_FRELAYDCE = 44
  3083  pkg syscall (darwin-386), const IFT_GIF = 55
  3084  pkg syscall (darwin-386), const IFT_HDH1822 = 3
  3085  pkg syscall (darwin-386), const IFT_HIPPI = 47
  3086  pkg syscall (darwin-386), const IFT_HSSI = 46
  3087  pkg syscall (darwin-386), const IFT_HY = 14
  3088  pkg syscall (darwin-386), const IFT_IEEE1394 = 144
  3089  pkg syscall (darwin-386), const IFT_IEEE8023ADLAG = 136
  3090  pkg syscall (darwin-386), const IFT_ISDNBASIC = 20
  3091  pkg syscall (darwin-386), const IFT_ISDNPRIMARY = 21
  3092  pkg syscall (darwin-386), const IFT_ISO88022LLC = 41
  3093  pkg syscall (darwin-386), const IFT_ISO88023 = 7
  3094  pkg syscall (darwin-386), const IFT_ISO88024 = 8
  3095  pkg syscall (darwin-386), const IFT_ISO88025 = 9
  3096  pkg syscall (darwin-386), const IFT_ISO88026 = 10
  3097  pkg syscall (darwin-386), const IFT_L2VLAN = 135
  3098  pkg syscall (darwin-386), const IFT_LAPB = 16
  3099  pkg syscall (darwin-386), const IFT_LOCALTALK = 42
  3100  pkg syscall (darwin-386), const IFT_LOOP = 24
  3101  pkg syscall (darwin-386), const IFT_MIOX25 = 38
  3102  pkg syscall (darwin-386), const IFT_MODEM = 48
  3103  pkg syscall (darwin-386), const IFT_NSIP = 27
  3104  pkg syscall (darwin-386), const IFT_OTHER = 1
  3105  pkg syscall (darwin-386), const IFT_P10 = 12
  3106  pkg syscall (darwin-386), const IFT_P80 = 13
  3107  pkg syscall (darwin-386), const IFT_PARA = 34
  3108  pkg syscall (darwin-386), const IFT_PDP = 255
  3109  pkg syscall (darwin-386), const IFT_PFLOG = 245
  3110  pkg syscall (darwin-386), const IFT_PFSYNC = 246
  3111  pkg syscall (darwin-386), const IFT_PPP = 23
  3112  pkg syscall (darwin-386), const IFT_PROPMUX = 54
  3113  pkg syscall (darwin-386), const IFT_PROPVIRTUAL = 53
  3114  pkg syscall (darwin-386), const IFT_PTPSERIAL = 22
  3115  pkg syscall (darwin-386), const IFT_RS232 = 33
  3116  pkg syscall (darwin-386), const IFT_SDLC = 17
  3117  pkg syscall (darwin-386), const IFT_SIP = 31
  3118  pkg syscall (darwin-386), const IFT_SLIP = 28
  3119  pkg syscall (darwin-386), const IFT_SMDSDXI = 43
  3120  pkg syscall (darwin-386), const IFT_SMDSICIP = 52
  3121  pkg syscall (darwin-386), const IFT_SONET = 39
  3122  pkg syscall (darwin-386), const IFT_SONETPATH = 50
  3123  pkg syscall (darwin-386), const IFT_SONETVT = 51
  3124  pkg syscall (darwin-386), const IFT_STARLAN = 11
  3125  pkg syscall (darwin-386), const IFT_STF = 57
  3126  pkg syscall (darwin-386), const IFT_T1 = 18
  3127  pkg syscall (darwin-386), const IFT_ULTRA = 29
  3128  pkg syscall (darwin-386), const IFT_V35 = 45
  3129  pkg syscall (darwin-386), const IFT_X25 = 5
  3130  pkg syscall (darwin-386), const IFT_X25DDN = 4
  3131  pkg syscall (darwin-386), const IFT_X25PLE = 40
  3132  pkg syscall (darwin-386), const IFT_XETHER = 26
  3133  pkg syscall (darwin-386), const IGNBRK = 1
  3134  pkg syscall (darwin-386), const IGNBRK ideal-int
  3135  pkg syscall (darwin-386), const IGNCR = 128
  3136  pkg syscall (darwin-386), const IGNCR ideal-int
  3137  pkg syscall (darwin-386), const IGNPAR = 4
  3138  pkg syscall (darwin-386), const IGNPAR ideal-int
  3139  pkg syscall (darwin-386), const IMAXBEL = 8192
  3140  pkg syscall (darwin-386), const IMAXBEL ideal-int
  3141  pkg syscall (darwin-386), const INLCR = 64
  3142  pkg syscall (darwin-386), const INLCR ideal-int
  3143  pkg syscall (darwin-386), const INPCK = 16
  3144  pkg syscall (darwin-386), const INPCK ideal-int
  3145  pkg syscall (darwin-386), const IN_CLASSA_HOST = 16777215
  3146  pkg syscall (darwin-386), const IN_CLASSA_MAX = 128
  3147  pkg syscall (darwin-386), const IN_CLASSA_NET = 4278190080
  3148  pkg syscall (darwin-386), const IN_CLASSA_NSHIFT = 24
  3149  pkg syscall (darwin-386), const IN_CLASSB_HOST = 65535
  3150  pkg syscall (darwin-386), const IN_CLASSB_MAX = 65536
  3151  pkg syscall (darwin-386), const IN_CLASSB_NET = 4294901760
  3152  pkg syscall (darwin-386), const IN_CLASSB_NSHIFT = 16
  3153  pkg syscall (darwin-386), const IN_CLASSC_HOST = 255
  3154  pkg syscall (darwin-386), const IN_CLASSC_NET = 4294967040
  3155  pkg syscall (darwin-386), const IN_CLASSC_NSHIFT = 8
  3156  pkg syscall (darwin-386), const IN_CLASSD_HOST = 268435455
  3157  pkg syscall (darwin-386), const IN_CLASSD_NET = 4026531840
  3158  pkg syscall (darwin-386), const IN_CLASSD_NSHIFT = 28
  3159  pkg syscall (darwin-386), const IN_LINKLOCALNETNUM = 2851995648
  3160  pkg syscall (darwin-386), const IN_LOOPBACKNET = 127
  3161  pkg syscall (darwin-386), const IPPROTO_3PC = 34
  3162  pkg syscall (darwin-386), const IPPROTO_ADFS = 68
  3163  pkg syscall (darwin-386), const IPPROTO_AH = 51
  3164  pkg syscall (darwin-386), const IPPROTO_AHIP = 61
  3165  pkg syscall (darwin-386), const IPPROTO_APES = 99
  3166  pkg syscall (darwin-386), const IPPROTO_ARGUS = 13
  3167  pkg syscall (darwin-386), const IPPROTO_AX25 = 93
  3168  pkg syscall (darwin-386), const IPPROTO_BHA = 49
  3169  pkg syscall (darwin-386), const IPPROTO_BLT = 30
  3170  pkg syscall (darwin-386), const IPPROTO_BRSATMON = 76
  3171  pkg syscall (darwin-386), const IPPROTO_CFTP = 62
  3172  pkg syscall (darwin-386), const IPPROTO_CHAOS = 16
  3173  pkg syscall (darwin-386), const IPPROTO_CMTP = 38
  3174  pkg syscall (darwin-386), const IPPROTO_CPHB = 73
  3175  pkg syscall (darwin-386), const IPPROTO_CPNX = 72
  3176  pkg syscall (darwin-386), const IPPROTO_DDP = 37
  3177  pkg syscall (darwin-386), const IPPROTO_DGP = 86
  3178  pkg syscall (darwin-386), const IPPROTO_DIVERT = 254
  3179  pkg syscall (darwin-386), const IPPROTO_DONE = 257
  3180  pkg syscall (darwin-386), const IPPROTO_DSTOPTS = 60
  3181  pkg syscall (darwin-386), const IPPROTO_EGP = 8
  3182  pkg syscall (darwin-386), const IPPROTO_EMCON = 14
  3183  pkg syscall (darwin-386), const IPPROTO_ENCAP = 98
  3184  pkg syscall (darwin-386), const IPPROTO_EON = 80
  3185  pkg syscall (darwin-386), const IPPROTO_ESP = 50
  3186  pkg syscall (darwin-386), const IPPROTO_ETHERIP = 97
  3187  pkg syscall (darwin-386), const IPPROTO_FRAGMENT = 44
  3188  pkg syscall (darwin-386), const IPPROTO_GGP = 3
  3189  pkg syscall (darwin-386), const IPPROTO_GMTP = 100
  3190  pkg syscall (darwin-386), const IPPROTO_GRE = 47
  3191  pkg syscall (darwin-386), const IPPROTO_HELLO = 63
  3192  pkg syscall (darwin-386), const IPPROTO_HMP = 20
  3193  pkg syscall (darwin-386), const IPPROTO_HOPOPTS = 0
  3194  pkg syscall (darwin-386), const IPPROTO_ICMP = 1
  3195  pkg syscall (darwin-386), const IPPROTO_ICMPV6 = 58
  3196  pkg syscall (darwin-386), const IPPROTO_IDP = 22
  3197  pkg syscall (darwin-386), const IPPROTO_IDPR = 35
  3198  pkg syscall (darwin-386), const IPPROTO_IDRP = 45
  3199  pkg syscall (darwin-386), const IPPROTO_IGMP = 2
  3200  pkg syscall (darwin-386), const IPPROTO_IGP = 85
  3201  pkg syscall (darwin-386), const IPPROTO_IGRP = 88
  3202  pkg syscall (darwin-386), const IPPROTO_IL = 40
  3203  pkg syscall (darwin-386), const IPPROTO_INLSP = 52
  3204  pkg syscall (darwin-386), const IPPROTO_INP = 32
  3205  pkg syscall (darwin-386), const IPPROTO_IPCOMP = 108
  3206  pkg syscall (darwin-386), const IPPROTO_IPCV = 71
  3207  pkg syscall (darwin-386), const IPPROTO_IPEIP = 94
  3208  pkg syscall (darwin-386), const IPPROTO_IPIP = 4
  3209  pkg syscall (darwin-386), const IPPROTO_IPPC = 67
  3210  pkg syscall (darwin-386), const IPPROTO_IPV4 = 4
  3211  pkg syscall (darwin-386), const IPPROTO_IRTP = 28
  3212  pkg syscall (darwin-386), const IPPROTO_KRYPTOLAN = 65
  3213  pkg syscall (darwin-386), const IPPROTO_LARP = 91
  3214  pkg syscall (darwin-386), const IPPROTO_LEAF1 = 25
  3215  pkg syscall (darwin-386), const IPPROTO_LEAF2 = 26
  3216  pkg syscall (darwin-386), const IPPROTO_MAX = 256
  3217  pkg syscall (darwin-386), const IPPROTO_MAXID = 52
  3218  pkg syscall (darwin-386), const IPPROTO_MEAS = 19
  3219  pkg syscall (darwin-386), const IPPROTO_MHRP = 48
  3220  pkg syscall (darwin-386), const IPPROTO_MICP = 95
  3221  pkg syscall (darwin-386), const IPPROTO_MTP = 92
  3222  pkg syscall (darwin-386), const IPPROTO_MUX = 18
  3223  pkg syscall (darwin-386), const IPPROTO_ND = 77
  3224  pkg syscall (darwin-386), const IPPROTO_NHRP = 54
  3225  pkg syscall (darwin-386), const IPPROTO_NONE = 59
  3226  pkg syscall (darwin-386), const IPPROTO_NSP = 31
  3227  pkg syscall (darwin-386), const IPPROTO_NVPII = 11
  3228  pkg syscall (darwin-386), const IPPROTO_OSPFIGP = 89
  3229  pkg syscall (darwin-386), const IPPROTO_PGM = 113
  3230  pkg syscall (darwin-386), const IPPROTO_PIGP = 9
  3231  pkg syscall (darwin-386), const IPPROTO_PIM = 103
  3232  pkg syscall (darwin-386), const IPPROTO_PRM = 21
  3233  pkg syscall (darwin-386), const IPPROTO_PUP = 12
  3234  pkg syscall (darwin-386), const IPPROTO_PVP = 75
  3235  pkg syscall (darwin-386), const IPPROTO_RAW = 255
  3236  pkg syscall (darwin-386), const IPPROTO_RCCMON = 10
  3237  pkg syscall (darwin-386), const IPPROTO_RDP = 27
  3238  pkg syscall (darwin-386), const IPPROTO_ROUTING = 43
  3239  pkg syscall (darwin-386), const IPPROTO_RSVP = 46
  3240  pkg syscall (darwin-386), const IPPROTO_RVD = 66
  3241  pkg syscall (darwin-386), const IPPROTO_SATEXPAK = 64
  3242  pkg syscall (darwin-386), const IPPROTO_SATMON = 69
  3243  pkg syscall (darwin-386), const IPPROTO_SCCSP = 96
  3244  pkg syscall (darwin-386), const IPPROTO_SCTP = 132
  3245  pkg syscall (darwin-386), const IPPROTO_SDRP = 42
  3246  pkg syscall (darwin-386), const IPPROTO_SEP = 33
  3247  pkg syscall (darwin-386), const IPPROTO_SRPC = 90
  3248  pkg syscall (darwin-386), const IPPROTO_ST = 7
  3249  pkg syscall (darwin-386), const IPPROTO_SVMTP = 82
  3250  pkg syscall (darwin-386), const IPPROTO_SWIPE = 53
  3251  pkg syscall (darwin-386), const IPPROTO_TCF = 87
  3252  pkg syscall (darwin-386), const IPPROTO_TP = 29
  3253  pkg syscall (darwin-386), const IPPROTO_TPXX = 39
  3254  pkg syscall (darwin-386), const IPPROTO_TRUNK1 = 23
  3255  pkg syscall (darwin-386), const IPPROTO_TRUNK2 = 24
  3256  pkg syscall (darwin-386), const IPPROTO_TTP = 84
  3257  pkg syscall (darwin-386), const IPPROTO_VINES = 83
  3258  pkg syscall (darwin-386), const IPPROTO_VISA = 70
  3259  pkg syscall (darwin-386), const IPPROTO_VMTP = 81
  3260  pkg syscall (darwin-386), const IPPROTO_WBEXPAK = 79
  3261  pkg syscall (darwin-386), const IPPROTO_WBMON = 78
  3262  pkg syscall (darwin-386), const IPPROTO_WSN = 74
  3263  pkg syscall (darwin-386), const IPPROTO_XNET = 15
  3264  pkg syscall (darwin-386), const IPPROTO_XTP = 36
  3265  pkg syscall (darwin-386), const IPV6_2292DSTOPTS = 23
  3266  pkg syscall (darwin-386), const IPV6_2292HOPLIMIT = 20
  3267  pkg syscall (darwin-386), const IPV6_2292HOPOPTS = 22
  3268  pkg syscall (darwin-386), const IPV6_2292NEXTHOP = 21
  3269  pkg syscall (darwin-386), const IPV6_2292PKTINFO = 19
  3270  pkg syscall (darwin-386), const IPV6_2292PKTOPTIONS = 25
  3271  pkg syscall (darwin-386), const IPV6_2292RTHDR = 24
  3272  pkg syscall (darwin-386), const IPV6_BINDV6ONLY = 27
  3273  pkg syscall (darwin-386), const IPV6_BOUND_IF = 125
  3274  pkg syscall (darwin-386), const IPV6_CHECKSUM = 26
  3275  pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  3276  pkg syscall (darwin-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  3277  pkg syscall (darwin-386), const IPV6_DEFHLIM = 64
  3278  pkg syscall (darwin-386), const IPV6_FAITH = 29
  3279  pkg syscall (darwin-386), const IPV6_FLOWINFO_MASK = 4294967055
  3280  pkg syscall (darwin-386), const IPV6_FLOWLABEL_MASK = 4294905600
  3281  pkg syscall (darwin-386), const IPV6_FRAGTTL = 120
  3282  pkg syscall (darwin-386), const IPV6_FW_ADD = 30
  3283  pkg syscall (darwin-386), const IPV6_FW_DEL = 31
  3284  pkg syscall (darwin-386), const IPV6_FW_FLUSH = 32
  3285  pkg syscall (darwin-386), const IPV6_FW_GET = 34
  3286  pkg syscall (darwin-386), const IPV6_FW_ZERO = 33
  3287  pkg syscall (darwin-386), const IPV6_HLIMDEC = 1
  3288  pkg syscall (darwin-386), const IPV6_IPSEC_POLICY = 28
  3289  pkg syscall (darwin-386), const IPV6_JOIN_GROUP = 12
  3290  pkg syscall (darwin-386), const IPV6_LEAVE_GROUP = 13
  3291  pkg syscall (darwin-386), const IPV6_MAXHLIM = 255
  3292  pkg syscall (darwin-386), const IPV6_MAXOPTHDR = 2048
  3293  pkg syscall (darwin-386), const IPV6_MAXPACKET = 65535
  3294  pkg syscall (darwin-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
  3295  pkg syscall (darwin-386), const IPV6_MAX_MEMBERSHIPS = 4095
  3296  pkg syscall (darwin-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
  3297  pkg syscall (darwin-386), const IPV6_MIN_MEMBERSHIPS = 31
  3298  pkg syscall (darwin-386), const IPV6_MMTU = 1280
  3299  pkg syscall (darwin-386), const IPV6_MULTICAST_HOPS = 10
  3300  pkg syscall (darwin-386), const IPV6_MULTICAST_IF = 9
  3301  pkg syscall (darwin-386), const IPV6_MULTICAST_LOOP = 11
  3302  pkg syscall (darwin-386), const IPV6_PORTRANGE = 14
  3303  pkg syscall (darwin-386), const IPV6_PORTRANGE_DEFAULT = 0
  3304  pkg syscall (darwin-386), const IPV6_PORTRANGE_HIGH = 1
  3305  pkg syscall (darwin-386), const IPV6_PORTRANGE_LOW = 2
  3306  pkg syscall (darwin-386), const IPV6_RECVTCLASS = 35
  3307  pkg syscall (darwin-386), const IPV6_RTHDR_LOOSE = 0
  3308  pkg syscall (darwin-386), const IPV6_RTHDR_STRICT = 1
  3309  pkg syscall (darwin-386), const IPV6_RTHDR_TYPE_0 = 0
  3310  pkg syscall (darwin-386), const IPV6_SOCKOPT_RESERVED1 = 3
  3311  pkg syscall (darwin-386), const IPV6_TCLASS = 36
  3312  pkg syscall (darwin-386), const IPV6_UNICAST_HOPS = 4
  3313  pkg syscall (darwin-386), const IPV6_V6ONLY = 27
  3314  pkg syscall (darwin-386), const IPV6_VERSION = 96
  3315  pkg syscall (darwin-386), const IPV6_VERSION_MASK = 240
  3316  pkg syscall (darwin-386), const IP_ADD_MEMBERSHIP = 12
  3317  pkg syscall (darwin-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
  3318  pkg syscall (darwin-386), const IP_BLOCK_SOURCE = 72
  3319  pkg syscall (darwin-386), const IP_BOUND_IF = 25
  3320  pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_LOOP = 1
  3321  pkg syscall (darwin-386), const IP_DEFAULT_MULTICAST_TTL = 1
  3322  pkg syscall (darwin-386), const IP_DF = 16384
  3323  pkg syscall (darwin-386), const IP_DROP_MEMBERSHIP = 13
  3324  pkg syscall (darwin-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
  3325  pkg syscall (darwin-386), const IP_DUMMYNET_CONFIGURE = 60
  3326  pkg syscall (darwin-386), const IP_DUMMYNET_DEL = 61
  3327  pkg syscall (darwin-386), const IP_DUMMYNET_FLUSH = 62
  3328  pkg syscall (darwin-386), const IP_DUMMYNET_GET = 64
  3329  pkg syscall (darwin-386), const IP_FAITH = 22
  3330  pkg syscall (darwin-386), const IP_FW_ADD = 40
  3331  pkg syscall (darwin-386), const IP_FW_DEL = 41
  3332  pkg syscall (darwin-386), const IP_FW_FLUSH = 42
  3333  pkg syscall (darwin-386), const IP_FW_GET = 44
  3334  pkg syscall (darwin-386), const IP_FW_RESETLOG = 45
  3335  pkg syscall (darwin-386), const IP_FW_ZERO = 43
  3336  pkg syscall (darwin-386), const IP_HDRINCL = 2
  3337  pkg syscall (darwin-386), const IP_IPSEC_POLICY = 21
  3338  pkg syscall (darwin-386), const IP_MAXPACKET = 65535
  3339  pkg syscall (darwin-386), const IP_MAX_GROUP_SRC_FILTER = 512
  3340  pkg syscall (darwin-386), const IP_MAX_MEMBERSHIPS = 4095
  3341  pkg syscall (darwin-386), const IP_MAX_SOCK_MUTE_FILTER = 128
  3342  pkg syscall (darwin-386), const IP_MAX_SOCK_SRC_FILTER = 128
  3343  pkg syscall (darwin-386), const IP_MF = 8192
  3344  pkg syscall (darwin-386), const IP_MIN_MEMBERSHIPS = 31
  3345  pkg syscall (darwin-386), const IP_MSFILTER = 74
  3346  pkg syscall (darwin-386), const IP_MSS = 576
  3347  pkg syscall (darwin-386), const IP_MULTICAST_IF = 9
  3348  pkg syscall (darwin-386), const IP_MULTICAST_IFINDEX = 66
  3349  pkg syscall (darwin-386), const IP_MULTICAST_LOOP = 11
  3350  pkg syscall (darwin-386), const IP_MULTICAST_TTL = 10
  3351  pkg syscall (darwin-386), const IP_MULTICAST_VIF = 14
  3352  pkg syscall (darwin-386), const IP_NAT__XXX = 55
  3353  pkg syscall (darwin-386), const IP_OFFMASK = 8191
  3354  pkg syscall (darwin-386), const IP_OLD_FW_ADD = 50
  3355  pkg syscall (darwin-386), const IP_OLD_FW_DEL = 51
  3356  pkg syscall (darwin-386), const IP_OLD_FW_FLUSH = 52
  3357  pkg syscall (darwin-386), const IP_OLD_FW_GET = 54
  3358  pkg syscall (darwin-386), const IP_OLD_FW_RESETLOG = 56
  3359  pkg syscall (darwin-386), const IP_OLD_FW_ZERO = 53
  3360  pkg syscall (darwin-386), const IP_OPTIONS = 1
  3361  pkg syscall (darwin-386), const IP_PKTINFO = 26
  3362  pkg syscall (darwin-386), const IP_PORTRANGE = 19
  3363  pkg syscall (darwin-386), const IP_PORTRANGE_DEFAULT = 0
  3364  pkg syscall (darwin-386), const IP_PORTRANGE_HIGH = 1
  3365  pkg syscall (darwin-386), const IP_PORTRANGE_LOW = 2
  3366  pkg syscall (darwin-386), const IP_RECVDSTADDR = 7
  3367  pkg syscall (darwin-386), const IP_RECVIF = 20
  3368  pkg syscall (darwin-386), const IP_RECVOPTS = 5
  3369  pkg syscall (darwin-386), const IP_RECVPKTINFO = 26
  3370  pkg syscall (darwin-386), const IP_RECVRETOPTS = 6
  3371  pkg syscall (darwin-386), const IP_RECVTTL = 24
  3372  pkg syscall (darwin-386), const IP_RETOPTS = 8
  3373  pkg syscall (darwin-386), const IP_RF = 32768
  3374  pkg syscall (darwin-386), const IP_RSVP_OFF = 16
  3375  pkg syscall (darwin-386), const IP_RSVP_ON = 15
  3376  pkg syscall (darwin-386), const IP_RSVP_VIF_OFF = 18
  3377  pkg syscall (darwin-386), const IP_RSVP_VIF_ON = 17
  3378  pkg syscall (darwin-386), const IP_STRIPHDR = 23
  3379  pkg syscall (darwin-386), const IP_TOS = 3
  3380  pkg syscall (darwin-386), const IP_TRAFFIC_MGT_BACKGROUND = 65
  3381  pkg syscall (darwin-386), const IP_TTL = 4
  3382  pkg syscall (darwin-386), const IP_UNBLOCK_SOURCE = 73
  3383  pkg syscall (darwin-386), const ISIG = 128
  3384  pkg syscall (darwin-386), const ISIG ideal-int
  3385  pkg syscall (darwin-386), const ISTRIP = 32
  3386  pkg syscall (darwin-386), const ISTRIP ideal-int
  3387  pkg syscall (darwin-386), const IUTF8 = 16384
  3388  pkg syscall (darwin-386), const IUTF8 ideal-int
  3389  pkg syscall (darwin-386), const IXANY = 2048
  3390  pkg syscall (darwin-386), const IXANY ideal-int
  3391  pkg syscall (darwin-386), const IXOFF = 1024
  3392  pkg syscall (darwin-386), const IXOFF ideal-int
  3393  pkg syscall (darwin-386), const IXON = 512
  3394  pkg syscall (darwin-386), const IXON ideal-int
  3395  pkg syscall (darwin-386), const ImplementsGetwd = false
  3396  pkg syscall (darwin-386), const LOCK_EX = 2
  3397  pkg syscall (darwin-386), const LOCK_NB = 4
  3398  pkg syscall (darwin-386), const LOCK_SH = 1
  3399  pkg syscall (darwin-386), const LOCK_UN = 8
  3400  pkg syscall (darwin-386), const MADV_CAN_REUSE = 9
  3401  pkg syscall (darwin-386), const MADV_DONTNEED = 4
  3402  pkg syscall (darwin-386), const MADV_FREE = 5
  3403  pkg syscall (darwin-386), const MADV_FREE_REUSABLE = 7
  3404  pkg syscall (darwin-386), const MADV_FREE_REUSE = 8
  3405  pkg syscall (darwin-386), const MADV_NORMAL = 0
  3406  pkg syscall (darwin-386), const MADV_RANDOM = 1
  3407  pkg syscall (darwin-386), const MADV_SEQUENTIAL = 2
  3408  pkg syscall (darwin-386), const MADV_WILLNEED = 3
  3409  pkg syscall (darwin-386), const MADV_ZERO_WIRED_PAGES = 6
  3410  pkg syscall (darwin-386), const MAP_ANON = 4096
  3411  pkg syscall (darwin-386), const MAP_COPY = 2
  3412  pkg syscall (darwin-386), const MAP_FILE = 0
  3413  pkg syscall (darwin-386), const MAP_FIXED = 16
  3414  pkg syscall (darwin-386), const MAP_HASSEMAPHORE = 512
  3415  pkg syscall (darwin-386), const MAP_JIT = 2048
  3416  pkg syscall (darwin-386), const MAP_NOCACHE = 1024
  3417  pkg syscall (darwin-386), const MAP_NOEXTEND = 256
  3418  pkg syscall (darwin-386), const MAP_NORESERVE = 64
  3419  pkg syscall (darwin-386), const MAP_PRIVATE = 2
  3420  pkg syscall (darwin-386), const MAP_RENAME = 32
  3421  pkg syscall (darwin-386), const MAP_RESERVED0080 = 128
  3422  pkg syscall (darwin-386), const MAP_SHARED = 1
  3423  pkg syscall (darwin-386), const MCL_CURRENT = 1
  3424  pkg syscall (darwin-386), const MCL_FUTURE = 2
  3425  pkg syscall (darwin-386), const MSG_CTRUNC = 32
  3426  pkg syscall (darwin-386), const MSG_DONTROUTE = 4
  3427  pkg syscall (darwin-386), const MSG_DONTWAIT = 128
  3428  pkg syscall (darwin-386), const MSG_EOF = 256
  3429  pkg syscall (darwin-386), const MSG_EOR = 8
  3430  pkg syscall (darwin-386), const MSG_FLUSH = 1024
  3431  pkg syscall (darwin-386), const MSG_HAVEMORE = 8192
  3432  pkg syscall (darwin-386), const MSG_HOLD = 2048
  3433  pkg syscall (darwin-386), const MSG_NEEDSA = 65536
  3434  pkg syscall (darwin-386), const MSG_OOB = 1
  3435  pkg syscall (darwin-386), const MSG_PEEK = 2
  3436  pkg syscall (darwin-386), const MSG_RCVMORE = 16384
  3437  pkg syscall (darwin-386), const MSG_SEND = 4096
  3438  pkg syscall (darwin-386), const MSG_TRUNC = 16
  3439  pkg syscall (darwin-386), const MSG_WAITALL = 64
  3440  pkg syscall (darwin-386), const MSG_WAITSTREAM = 512
  3441  pkg syscall (darwin-386), const MS_ASYNC = 1
  3442  pkg syscall (darwin-386), const MS_DEACTIVATE = 8
  3443  pkg syscall (darwin-386), const MS_INVALIDATE = 2
  3444  pkg syscall (darwin-386), const MS_KILLPAGES = 4
  3445  pkg syscall (darwin-386), const MS_SYNC = 16
  3446  pkg syscall (darwin-386), const NAME_MAX = 255
  3447  pkg syscall (darwin-386), const NET_RT_DUMP = 1
  3448  pkg syscall (darwin-386), const NET_RT_DUMP2 = 7
  3449  pkg syscall (darwin-386), const NET_RT_FLAGS = 2
  3450  pkg syscall (darwin-386), const NET_RT_IFLIST = 3
  3451  pkg syscall (darwin-386), const NET_RT_IFLIST2 = 6
  3452  pkg syscall (darwin-386), const NET_RT_MAXID = 10
  3453  pkg syscall (darwin-386), const NET_RT_STAT = 4
  3454  pkg syscall (darwin-386), const NET_RT_TRASH = 5
  3455  pkg syscall (darwin-386), const NOFLSH = 2147483648
  3456  pkg syscall (darwin-386), const NOFLSH ideal-int
  3457  pkg syscall (darwin-386), const NOTE_ABSOLUTE = 8
  3458  pkg syscall (darwin-386), const NOTE_ATTRIB = 8
  3459  pkg syscall (darwin-386), const NOTE_CHILD = 4
  3460  pkg syscall (darwin-386), const NOTE_DELETE = 1
  3461  pkg syscall (darwin-386), const NOTE_EXEC = 536870912
  3462  pkg syscall (darwin-386), const NOTE_EXIT = 2147483648
  3463  pkg syscall (darwin-386), const NOTE_EXITSTATUS = 67108864
  3464  pkg syscall (darwin-386), const NOTE_EXTEND = 4
  3465  pkg syscall (darwin-386), const NOTE_FFAND = 1073741824
  3466  pkg syscall (darwin-386), const NOTE_FFCOPY = 3221225472
  3467  pkg syscall (darwin-386), const NOTE_FFCTRLMASK = 3221225472
  3468  pkg syscall (darwin-386), const NOTE_FFLAGSMASK = 16777215
  3469  pkg syscall (darwin-386), const NOTE_FFNOP = 0
  3470  pkg syscall (darwin-386), const NOTE_FFOR = 2147483648
  3471  pkg syscall (darwin-386), const NOTE_FORK = 1073741824
  3472  pkg syscall (darwin-386), const NOTE_LINK = 16
  3473  pkg syscall (darwin-386), const NOTE_LOWAT = 1
  3474  pkg syscall (darwin-386), const NOTE_NONE = 128
  3475  pkg syscall (darwin-386), const NOTE_NSECONDS = 4
  3476  pkg syscall (darwin-386), const NOTE_PCTRLMASK = -1048576
  3477  pkg syscall (darwin-386), const NOTE_PDATAMASK = 1048575
  3478  pkg syscall (darwin-386), const NOTE_REAP = 268435456
  3479  pkg syscall (darwin-386), const NOTE_RENAME = 32
  3480  pkg syscall (darwin-386), const NOTE_RESOURCEEND = 33554432
  3481  pkg syscall (darwin-386), const NOTE_REVOKE = 64
  3482  pkg syscall (darwin-386), const NOTE_SECONDS = 1
  3483  pkg syscall (darwin-386), const NOTE_SIGNAL = 134217728
  3484  pkg syscall (darwin-386), const NOTE_TRACK = 1
  3485  pkg syscall (darwin-386), const NOTE_TRACKERR = 2
  3486  pkg syscall (darwin-386), const NOTE_TRIGGER = 16777216
  3487  pkg syscall (darwin-386), const NOTE_USECONDS = 2
  3488  pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456
  3489  pkg syscall (darwin-386), const NOTE_VM_PRESSURE = 2147483648
  3490  pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  3491  pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  3492  pkg syscall (darwin-386), const NOTE_WRITE = 2
  3493  pkg syscall (darwin-386), const OCRNL = 16
  3494  pkg syscall (darwin-386), const OCRNL ideal-int
  3495  pkg syscall (darwin-386), const OFDEL = 131072
  3496  pkg syscall (darwin-386), const OFDEL ideal-int
  3497  pkg syscall (darwin-386), const OFILL = 128
  3498  pkg syscall (darwin-386), const OFILL ideal-int
  3499  pkg syscall (darwin-386), const ONLCR = 2
  3500  pkg syscall (darwin-386), const ONLCR ideal-int
  3501  pkg syscall (darwin-386), const ONLRET = 64
  3502  pkg syscall (darwin-386), const ONLRET ideal-int
  3503  pkg syscall (darwin-386), const ONOCR = 32
  3504  pkg syscall (darwin-386), const ONOCR ideal-int
  3505  pkg syscall (darwin-386), const ONOEOT = 8
  3506  pkg syscall (darwin-386), const ONOEOT ideal-int
  3507  pkg syscall (darwin-386), const OPOST = 1
  3508  pkg syscall (darwin-386), const OPOST ideal-int
  3509  pkg syscall (darwin-386), const O_ACCMODE = 3
  3510  pkg syscall (darwin-386), const O_ALERT = 536870912
  3511  pkg syscall (darwin-386), const O_APPEND = 8
  3512  pkg syscall (darwin-386), const O_ASYNC = 64
  3513  pkg syscall (darwin-386), const O_CLOEXEC = 16777216
  3514  pkg syscall (darwin-386), const O_CREAT = 512
  3515  pkg syscall (darwin-386), const O_DIRECTORY = 1048576
  3516  pkg syscall (darwin-386), const O_DSYNC = 4194304
  3517  pkg syscall (darwin-386), const O_EVTONLY = 32768
  3518  pkg syscall (darwin-386), const O_EXCL = 2048
  3519  pkg syscall (darwin-386), const O_EXLOCK = 32
  3520  pkg syscall (darwin-386), const O_FSYNC = 128
  3521  pkg syscall (darwin-386), const O_NDELAY = 4
  3522  pkg syscall (darwin-386), const O_NOCTTY = 131072
  3523  pkg syscall (darwin-386), const O_NOFOLLOW = 256
  3524  pkg syscall (darwin-386), const O_NONBLOCK = 4
  3525  pkg syscall (darwin-386), const O_POPUP = 2147483648
  3526  pkg syscall (darwin-386), const O_SHLOCK = 16
  3527  pkg syscall (darwin-386), const O_SYMLINK = 2097152
  3528  pkg syscall (darwin-386), const O_SYNC = 128
  3529  pkg syscall (darwin-386), const O_TRUNC = 1024
  3530  pkg syscall (darwin-386), const PARENB = 4096
  3531  pkg syscall (darwin-386), const PARENB ideal-int
  3532  pkg syscall (darwin-386), const PARMRK = 8
  3533  pkg syscall (darwin-386), const PARMRK ideal-int
  3534  pkg syscall (darwin-386), const PARODD = 8192
  3535  pkg syscall (darwin-386), const PARODD ideal-int
  3536  pkg syscall (darwin-386), const PENDIN = 536870912
  3537  pkg syscall (darwin-386), const PENDIN ideal-int
  3538  pkg syscall (darwin-386), const PROT_EXEC = 4
  3539  pkg syscall (darwin-386), const PROT_NONE = 0
  3540  pkg syscall (darwin-386), const PROT_READ = 1
  3541  pkg syscall (darwin-386), const PROT_WRITE = 2
  3542  pkg syscall (darwin-386), const PTRACE_CONT = 7
  3543  pkg syscall (darwin-386), const PTRACE_KILL = 8
  3544  pkg syscall (darwin-386), const PTRACE_TRACEME = 0
  3545  pkg syscall (darwin-386), const PT_ATTACH = 10
  3546  pkg syscall (darwin-386), const PT_ATTACHEXC = 14
  3547  pkg syscall (darwin-386), const PT_CONTINUE = 7
  3548  pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
  3549  pkg syscall (darwin-386), const PT_DETACH = 11
  3550  pkg syscall (darwin-386), const PT_FIRSTMACH = 32
  3551  pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
  3552  pkg syscall (darwin-386), const PT_KILL = 8
  3553  pkg syscall (darwin-386), const PT_READ_D = 2
  3554  pkg syscall (darwin-386), const PT_READ_I = 1
  3555  pkg syscall (darwin-386), const PT_READ_U = 3
  3556  pkg syscall (darwin-386), const PT_SIGEXC = 12
  3557  pkg syscall (darwin-386), const PT_STEP = 9
  3558  pkg syscall (darwin-386), const PT_THUPDATE = 13
  3559  pkg syscall (darwin-386), const PT_TRACE_ME = 0
  3560  pkg syscall (darwin-386), const PT_WRITE_D = 5
  3561  pkg syscall (darwin-386), const PT_WRITE_I = 4
  3562  pkg syscall (darwin-386), const PT_WRITE_U = 6
  3563  pkg syscall (darwin-386), const RLIMIT_AS = 5
  3564  pkg syscall (darwin-386), const RLIMIT_CORE = 4
  3565  pkg syscall (darwin-386), const RLIMIT_CPU = 0
  3566  pkg syscall (darwin-386), const RLIMIT_DATA = 2
  3567  pkg syscall (darwin-386), const RLIMIT_FSIZE = 1
  3568  pkg syscall (darwin-386), const RLIMIT_NOFILE = 8
  3569  pkg syscall (darwin-386), const RLIMIT_STACK = 3
  3570  pkg syscall (darwin-386), const RLIM_INFINITY = 9223372036854775807
  3571  pkg syscall (darwin-386), const RTAX_AUTHOR = 6
  3572  pkg syscall (darwin-386), const RTAX_BRD = 7
  3573  pkg syscall (darwin-386), const RTAX_DST = 0
  3574  pkg syscall (darwin-386), const RTAX_GATEWAY = 1
  3575  pkg syscall (darwin-386), const RTAX_GENMASK = 3
  3576  pkg syscall (darwin-386), const RTAX_IFA = 5
  3577  pkg syscall (darwin-386), const RTAX_IFP = 4
  3578  pkg syscall (darwin-386), const RTAX_MAX = 8
  3579  pkg syscall (darwin-386), const RTAX_NETMASK = 2
  3580  pkg syscall (darwin-386), const RTA_AUTHOR = 64
  3581  pkg syscall (darwin-386), const RTA_BRD = 128
  3582  pkg syscall (darwin-386), const RTA_DST = 1
  3583  pkg syscall (darwin-386), const RTA_GATEWAY = 2
  3584  pkg syscall (darwin-386), const RTA_GENMASK = 8
  3585  pkg syscall (darwin-386), const RTA_IFA = 32
  3586  pkg syscall (darwin-386), const RTA_IFP = 16
  3587  pkg syscall (darwin-386), const RTA_NETMASK = 4
  3588  pkg syscall (darwin-386), const RTF_BLACKHOLE = 4096
  3589  pkg syscall (darwin-386), const RTF_BROADCAST = 4194304
  3590  pkg syscall (darwin-386), const RTF_CLONING = 256
  3591  pkg syscall (darwin-386), const RTF_CONDEMNED = 33554432
  3592  pkg syscall (darwin-386), const RTF_DELCLONE = 128
  3593  pkg syscall (darwin-386), const RTF_DONE = 64
  3594  pkg syscall (darwin-386), const RTF_DYNAMIC = 16
  3595  pkg syscall (darwin-386), const RTF_GATEWAY = 2
  3596  pkg syscall (darwin-386), const RTF_HOST = 4
  3597  pkg syscall (darwin-386), const RTF_IFREF = 67108864
  3598  pkg syscall (darwin-386), const RTF_IFSCOPE = 16777216
  3599  pkg syscall (darwin-386), const RTF_LLINFO = 1024
  3600  pkg syscall (darwin-386), const RTF_LOCAL = 2097152
  3601  pkg syscall (darwin-386), const RTF_MODIFIED = 32
  3602  pkg syscall (darwin-386), const RTF_MULTICAST = 8388608
  3603  pkg syscall (darwin-386), const RTF_PINNED = 1048576
  3604  pkg syscall (darwin-386), const RTF_PRCLONING = 65536
  3605  pkg syscall (darwin-386), const RTF_PROTO1 = 32768
  3606  pkg syscall (darwin-386), const RTF_PROTO2 = 16384
  3607  pkg syscall (darwin-386), const RTF_PROTO3 = 262144
  3608  pkg syscall (darwin-386), const RTF_REJECT = 8
  3609  pkg syscall (darwin-386), const RTF_STATIC = 2048
  3610  pkg syscall (darwin-386), const RTF_UP = 1
  3611  pkg syscall (darwin-386), const RTF_WASCLONED = 131072
  3612  pkg syscall (darwin-386), const RTF_XRESOLVE = 512
  3613  pkg syscall (darwin-386), const RTM_ADD = 1
  3614  pkg syscall (darwin-386), const RTM_CHANGE = 3
  3615  pkg syscall (darwin-386), const RTM_DELADDR = 13
  3616  pkg syscall (darwin-386), const RTM_DELETE = 2
  3617  pkg syscall (darwin-386), const RTM_DELMADDR = 16
  3618  pkg syscall (darwin-386), const RTM_GET = 4
  3619  pkg syscall (darwin-386), const RTM_GET2 = 20
  3620  pkg syscall (darwin-386), const RTM_IFINFO = 14
  3621  pkg syscall (darwin-386), const RTM_IFINFO2 = 18
  3622  pkg syscall (darwin-386), const RTM_LOCK = 8
  3623  pkg syscall (darwin-386), const RTM_LOSING = 5
  3624  pkg syscall (darwin-386), const RTM_MISS = 7
  3625  pkg syscall (darwin-386), const RTM_NEWADDR = 12
  3626  pkg syscall (darwin-386), const RTM_NEWMADDR = 15
  3627  pkg syscall (darwin-386), const RTM_NEWMADDR2 = 19
  3628  pkg syscall (darwin-386), const RTM_OLDADD = 9
  3629  pkg syscall (darwin-386), const RTM_OLDDEL = 10
  3630  pkg syscall (darwin-386), const RTM_REDIRECT = 6
  3631  pkg syscall (darwin-386), const RTM_RESOLVE = 11
  3632  pkg syscall (darwin-386), const RTM_RTTUNIT = 1000000
  3633  pkg syscall (darwin-386), const RTM_VERSION = 5
  3634  pkg syscall (darwin-386), const RTV_EXPIRE = 4
  3635  pkg syscall (darwin-386), const RTV_HOPCOUNT = 2
  3636  pkg syscall (darwin-386), const RTV_MTU = 1
  3637  pkg syscall (darwin-386), const RTV_RPIPE = 8
  3638  pkg syscall (darwin-386), const RTV_RTT = 64
  3639  pkg syscall (darwin-386), const RTV_RTTVAR = 128
  3640  pkg syscall (darwin-386), const RTV_SPIPE = 16
  3641  pkg syscall (darwin-386), const RTV_SSTHRESH = 32
  3642  pkg syscall (darwin-386), const RUSAGE_CHILDREN = -1
  3643  pkg syscall (darwin-386), const RUSAGE_SELF = 0
  3644  pkg syscall (darwin-386), const SCM_CREDS = 3
  3645  pkg syscall (darwin-386), const SCM_RIGHTS = 1
  3646  pkg syscall (darwin-386), const SCM_TIMESTAMP = 2
  3647  pkg syscall (darwin-386), const SCM_TIMESTAMP_MONOTONIC = 4
  3648  pkg syscall (darwin-386), const SIGBUS = 10
  3649  pkg syscall (darwin-386), const SIGCHLD = 20
  3650  pkg syscall (darwin-386), const SIGCONT = 19
  3651  pkg syscall (darwin-386), const SIGEMT = 7
  3652  pkg syscall (darwin-386), const SIGINFO = 29
  3653  pkg syscall (darwin-386), const SIGIO = 23
  3654  pkg syscall (darwin-386), const SIGIOT = 6
  3655  pkg syscall (darwin-386), const SIGPROF = 27
  3656  pkg syscall (darwin-386), const SIGSTOP = 17
  3657  pkg syscall (darwin-386), const SIGSYS = 12
  3658  pkg syscall (darwin-386), const SIGTSTP = 18
  3659  pkg syscall (darwin-386), const SIGTTIN = 21
  3660  pkg syscall (darwin-386), const SIGTTOU = 22
  3661  pkg syscall (darwin-386), const SIGURG = 16
  3662  pkg syscall (darwin-386), const SIGUSR1 = 30
  3663  pkg syscall (darwin-386), const SIGUSR2 = 31
  3664  pkg syscall (darwin-386), const SIGVTALRM = 26
  3665  pkg syscall (darwin-386), const SIGWINCH = 28
  3666  pkg syscall (darwin-386), const SIGXCPU = 24
  3667  pkg syscall (darwin-386), const SIGXFSZ = 25
  3668  pkg syscall (darwin-386), const SIOCADDMULTI = 2149607729
  3669  pkg syscall (darwin-386), const SIOCAIFADDR = 2151704858
  3670  pkg syscall (darwin-386), const SIOCALIFADDR = 2165860637
  3671  pkg syscall (darwin-386), const SIOCARPIPLL = 3223349544
  3672  pkg syscall (darwin-386), const SIOCATMARK = 1074033415
  3673  pkg syscall (darwin-386), const SIOCAUTOADDR = 3223349542
  3674  pkg syscall (darwin-386), const SIOCAUTONETMASK = 2149607719
  3675  pkg syscall (darwin-386), const SIOCDELMULTI = 2149607730
  3676  pkg syscall (darwin-386), const SIOCDIFADDR = 2149607705
  3677  pkg syscall (darwin-386), const SIOCDIFPHYADDR = 2149607745
  3678  pkg syscall (darwin-386), const SIOCDLIFADDR = 2165860639
  3679  pkg syscall (darwin-386), const SIOCGDRVSPEC = 3223087483
  3680  pkg syscall (darwin-386), const SIOCGETSGCNT = 3222565404
  3681  pkg syscall (darwin-386), const SIOCGETVIFCNT = 3222565403
  3682  pkg syscall (darwin-386), const SIOCGETVLAN = 3223349631
  3683  pkg syscall (darwin-386), const SIOCGHIWAT = 1074033409
  3684  pkg syscall (darwin-386), const SIOCGIFADDR = 3223349537
  3685  pkg syscall (darwin-386), const SIOCGIFALTMTU = 3223349576
  3686  pkg syscall (darwin-386), const SIOCGIFASYNCMAP = 3223349628
  3687  pkg syscall (darwin-386), const SIOCGIFBOND = 3223349575
  3688  pkg syscall (darwin-386), const SIOCGIFBRDADDR = 3223349539
  3689  pkg syscall (darwin-386), const SIOCGIFCAP = 3223349595
  3690  pkg syscall (darwin-386), const SIOCGIFCONF = 3221776676
  3691  pkg syscall (darwin-386), const SIOCGIFDEVMTU = 3223349572
  3692  pkg syscall (darwin-386), const SIOCGIFDSTADDR = 3223349538
  3693  pkg syscall (darwin-386), const SIOCGIFFLAGS = 3223349521
  3694  pkg syscall (darwin-386), const SIOCGIFGENERIC = 3223349562
  3695  pkg syscall (darwin-386), const SIOCGIFKPI = 3223349639
  3696  pkg syscall (darwin-386), const SIOCGIFMAC = 3223349634
  3697  pkg syscall (darwin-386), const SIOCGIFMEDIA = 3223873848
  3698  pkg syscall (darwin-386), const SIOCGIFMETRIC = 3223349527
  3699  pkg syscall (darwin-386), const SIOCGIFMTU = 3223349555
  3700  pkg syscall (darwin-386), const SIOCGIFNETMASK = 3223349541
  3701  pkg syscall (darwin-386), const SIOCGIFPDSTADDR = 3223349568
  3702  pkg syscall (darwin-386), const SIOCGIFPHYS = 3223349557
  3703  pkg syscall (darwin-386), const SIOCGIFPSRCADDR = 3223349567
  3704  pkg syscall (darwin-386), const SIOCGIFSTATUS = 3274795325
  3705  pkg syscall (darwin-386), const SIOCGIFVLAN = 3223349631
  3706  pkg syscall (darwin-386), const SIOCGIFWAKEFLAGS = 3223349640
  3707  pkg syscall (darwin-386), const SIOCGLIFADDR = 3239602462
  3708  pkg syscall (darwin-386), const SIOCGLIFPHYADDR = 3239602499
  3709  pkg syscall (darwin-386), const SIOCGLOWAT = 1074033411
  3710  pkg syscall (darwin-386), const SIOCGPGRP = 1074033417
  3711  pkg syscall (darwin-386), const SIOCIFCREATE = 3223349624
  3712  pkg syscall (darwin-386), const SIOCIFCREATE2 = 3223349626
  3713  pkg syscall (darwin-386), const SIOCIFDESTROY = 2149607801
  3714  pkg syscall (darwin-386), const SIOCRSLVMULTI = 3221776699
  3715  pkg syscall (darwin-386), const SIOCSDRVSPEC = 2149345659
  3716  pkg syscall (darwin-386), const SIOCSETVLAN = 2149607806
  3717  pkg syscall (darwin-386), const SIOCSHIWAT = 2147775232
  3718  pkg syscall (darwin-386), const SIOCSIFADDR = 2149607692
  3719  pkg syscall (darwin-386), const SIOCSIFALTMTU = 2149607749
  3720  pkg syscall (darwin-386), const SIOCSIFASYNCMAP = 2149607805
  3721  pkg syscall (darwin-386), const SIOCSIFBOND = 2149607750
  3722  pkg syscall (darwin-386), const SIOCSIFBRDADDR = 2149607699
  3723  pkg syscall (darwin-386), const SIOCSIFCAP = 2149607770
  3724  pkg syscall (darwin-386), const SIOCSIFDSTADDR = 2149607694
  3725  pkg syscall (darwin-386), const SIOCSIFFLAGS = 2149607696
  3726  pkg syscall (darwin-386), const SIOCSIFGENERIC = 2149607737
  3727  pkg syscall (darwin-386), const SIOCSIFKPI = 2149607814
  3728  pkg syscall (darwin-386), const SIOCSIFLLADDR = 2149607740
  3729  pkg syscall (darwin-386), const SIOCSIFMAC = 2149607811
  3730  pkg syscall (darwin-386), const SIOCSIFMEDIA = 3223349559
  3731  pkg syscall (darwin-386), const SIOCSIFMETRIC = 2149607704
  3732  pkg syscall (darwin-386), const SIOCSIFMTU = 2149607732
  3733  pkg syscall (darwin-386), const SIOCSIFNETMASK = 2149607702
  3734  pkg syscall (darwin-386), const SIOCSIFPHYADDR = 2151704894
  3735  pkg syscall (darwin-386), const SIOCSIFPHYS = 2149607734
  3736  pkg syscall (darwin-386), const SIOCSIFVLAN = 2149607806
  3737  pkg syscall (darwin-386), const SIOCSLIFPHYADDR = 2165860674
  3738  pkg syscall (darwin-386), const SIOCSLOWAT = 2147775234
  3739  pkg syscall (darwin-386), const SIOCSPGRP = 2147775240
  3740  pkg syscall (darwin-386), const SOCK_MAXADDRLEN = 255
  3741  pkg syscall (darwin-386), const SOCK_RDM = 4
  3742  pkg syscall (darwin-386), const SOL_SOCKET = 65535
  3743  pkg syscall (darwin-386), const SOMAXCONN = 128
  3744  pkg syscall (darwin-386), const SO_ACCEPTCONN = 2
  3745  pkg syscall (darwin-386), const SO_BROADCAST = 32
  3746  pkg syscall (darwin-386), const SO_DEBUG = 1
  3747  pkg syscall (darwin-386), const SO_DONTROUTE = 16
  3748  pkg syscall (darwin-386), const SO_DONTTRUNC = 8192
  3749  pkg syscall (darwin-386), const SO_ERROR = 4103
  3750  pkg syscall (darwin-386), const SO_KEEPALIVE = 8
  3751  pkg syscall (darwin-386), const SO_LABEL = 4112
  3752  pkg syscall (darwin-386), const SO_LINGER = 128
  3753  pkg syscall (darwin-386), const SO_LINGER_SEC = 4224
  3754  pkg syscall (darwin-386), const SO_NKE = 4129
  3755  pkg syscall (darwin-386), const SO_NOADDRERR = 4131
  3756  pkg syscall (darwin-386), const SO_NOSIGPIPE = 4130
  3757  pkg syscall (darwin-386), const SO_NOTIFYCONFLICT = 4134
  3758  pkg syscall (darwin-386), const SO_NP_EXTENSIONS = 4227
  3759  pkg syscall (darwin-386), const SO_NREAD = 4128
  3760  pkg syscall (darwin-386), const SO_NWRITE = 4132
  3761  pkg syscall (darwin-386), const SO_OOBINLINE = 256
  3762  pkg syscall (darwin-386), const SO_PEERLABEL = 4113
  3763  pkg syscall (darwin-386), const SO_RANDOMPORT = 4226
  3764  pkg syscall (darwin-386), const SO_RCVBUF = 4098
  3765  pkg syscall (darwin-386), const SO_RCVLOWAT = 4100
  3766  pkg syscall (darwin-386), const SO_RCVTIMEO = 4102
  3767  pkg syscall (darwin-386), const SO_RESTRICTIONS = 4225
  3768  pkg syscall (darwin-386), const SO_RESTRICT_DENYIN = 1
  3769  pkg syscall (darwin-386), const SO_RESTRICT_DENYOUT = 2
  3770  pkg syscall (darwin-386), const SO_RESTRICT_DENYSET = 2147483648
  3771  pkg syscall (darwin-386), const SO_REUSEADDR = 4
  3772  pkg syscall (darwin-386), const SO_REUSEPORT = 512
  3773  pkg syscall (darwin-386), const SO_REUSESHAREUID = 4133
  3774  pkg syscall (darwin-386), const SO_SNDBUF = 4097
  3775  pkg syscall (darwin-386), const SO_SNDLOWAT = 4099
  3776  pkg syscall (darwin-386), const SO_SNDTIMEO = 4101
  3777  pkg syscall (darwin-386), const SO_TIMESTAMP = 1024
  3778  pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048
  3779  pkg syscall (darwin-386), const SO_TYPE = 4104
  3780  pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135
  3781  pkg syscall (darwin-386), const SO_USELOOPBACK = 64
  3782  pkg syscall (darwin-386), const SO_WANTMORE = 16384
  3783  pkg syscall (darwin-386), const SO_WANTOOBFLAG = 32768
  3784  pkg syscall (darwin-386), const SYS_ACCEPT = 30
  3785  pkg syscall (darwin-386), const SYS_ACCEPT_NOCANCEL = 404
  3786  pkg syscall (darwin-386), const SYS_ACCESS = 33
  3787  pkg syscall (darwin-386), const SYS_ACCESS_EXTENDED = 284
  3788  pkg syscall (darwin-386), const SYS_ACCT = 51
  3789  pkg syscall (darwin-386), const SYS_ADD_PROFIL = 176
  3790  pkg syscall (darwin-386), const SYS_ADJTIME = 140
  3791  pkg syscall (darwin-386), const SYS_AIO_CANCEL = 316
  3792  pkg syscall (darwin-386), const SYS_AIO_ERROR = 317
  3793  pkg syscall (darwin-386), const SYS_AIO_FSYNC = 313
  3794  pkg syscall (darwin-386), const SYS_AIO_READ = 318
  3795  pkg syscall (darwin-386), const SYS_AIO_RETURN = 314
  3796  pkg syscall (darwin-386), const SYS_AIO_SUSPEND = 315
  3797  pkg syscall (darwin-386), const SYS_AIO_SUSPEND_NOCANCEL = 421
  3798  pkg syscall (darwin-386), const SYS_AIO_WRITE = 319
  3799  pkg syscall (darwin-386), const SYS_ATGETMSG = 207
  3800  pkg syscall (darwin-386), const SYS_ATPGETREQ = 211
  3801  pkg syscall (darwin-386), const SYS_ATPGETRSP = 212
  3802  pkg syscall (darwin-386), const SYS_ATPSNDREQ = 209
  3803  pkg syscall (darwin-386), const SYS_ATPSNDRSP = 210
  3804  pkg syscall (darwin-386), const SYS_ATPUTMSG = 208
  3805  pkg syscall (darwin-386), const SYS_ATSOCKET = 206
  3806  pkg syscall (darwin-386), const SYS_AUDIT = 350
  3807  pkg syscall (darwin-386), const SYS_AUDITCTL = 359
  3808  pkg syscall (darwin-386), const SYS_AUDITON = 351
  3809  pkg syscall (darwin-386), const SYS_AUDIT_SESSION_JOIN = 429
  3810  pkg syscall (darwin-386), const SYS_AUDIT_SESSION_PORT = 432
  3811  pkg syscall (darwin-386), const SYS_AUDIT_SESSION_SELF = 428
  3812  pkg syscall (darwin-386), const SYS_BIND = 104
  3813  pkg syscall (darwin-386), const SYS_BSDTHREAD_CREATE = 360
  3814  pkg syscall (darwin-386), const SYS_BSDTHREAD_REGISTER = 366
  3815  pkg syscall (darwin-386), const SYS_BSDTHREAD_TERMINATE = 361
  3816  pkg syscall (darwin-386), const SYS_CHDIR = 12
  3817  pkg syscall (darwin-386), const SYS_CHFLAGS = 34
  3818  pkg syscall (darwin-386), const SYS_CHMOD = 15
  3819  pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED = 282
  3820  pkg syscall (darwin-386), const SYS_CHOWN = 16
  3821  pkg syscall (darwin-386), const SYS_CHROOT = 61
  3822  pkg syscall (darwin-386), const SYS_CHUD = 185
  3823  pkg syscall (darwin-386), const SYS_CLOSE = 6
  3824  pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL = 399
  3825  pkg syscall (darwin-386), const SYS_CONNECT = 98
  3826  pkg syscall (darwin-386), const SYS_CONNECT_NOCANCEL = 409
  3827  pkg syscall (darwin-386), const SYS_COPYFILE = 227
  3828  pkg syscall (darwin-386), const SYS_CSOPS = 169
  3829  pkg syscall (darwin-386), const SYS_DELETE = 226
  3830  pkg syscall (darwin-386), const SYS_DUP = 41
  3831  pkg syscall (darwin-386), const SYS_DUP2 = 90
  3832  pkg syscall (darwin-386), const SYS_EXCHANGEDATA = 223
  3833  pkg syscall (darwin-386), const SYS_EXECVE = 59
  3834  pkg syscall (darwin-386), const SYS_EXIT = 1
  3835  pkg syscall (darwin-386), const SYS_FCHDIR = 13
  3836  pkg syscall (darwin-386), const SYS_FCHFLAGS = 35
  3837  pkg syscall (darwin-386), const SYS_FCHMOD = 124
  3838  pkg syscall (darwin-386), const SYS_FCHMOD_EXTENDED = 283
  3839  pkg syscall (darwin-386), const SYS_FCHOWN = 123
  3840  pkg syscall (darwin-386), const SYS_FCNTL = 92
  3841  pkg syscall (darwin-386), const SYS_FCNTL_NOCANCEL = 406
  3842  pkg syscall (darwin-386), const SYS_FDATASYNC = 187
  3843  pkg syscall (darwin-386), const SYS_FFSCTL = 245
  3844  pkg syscall (darwin-386), const SYS_FGETATTRLIST = 228
  3845  pkg syscall (darwin-386), const SYS_FGETXATTR = 235
  3846  pkg syscall (darwin-386), const SYS_FHOPEN = 248
  3847  pkg syscall (darwin-386), const SYS_FILEPORT_MAKEFD = 431
  3848  pkg syscall (darwin-386), const SYS_FILEPORT_MAKEPORT = 430
  3849  pkg syscall (darwin-386), const SYS_FLISTXATTR = 241
  3850  pkg syscall (darwin-386), const SYS_FLOCK = 131
  3851  pkg syscall (darwin-386), const SYS_FORK = 2
  3852  pkg syscall (darwin-386), const SYS_FPATHCONF = 192
  3853  pkg syscall (darwin-386), const SYS_FREMOVEXATTR = 239
  3854  pkg syscall (darwin-386), const SYS_FSCTL = 242
  3855  pkg syscall (darwin-386), const SYS_FSETATTRLIST = 229
  3856  pkg syscall (darwin-386), const SYS_FSETXATTR = 237
  3857  pkg syscall (darwin-386), const SYS_FSGETPATH = 427
  3858  pkg syscall (darwin-386), const SYS_FSTAT = 189
  3859  pkg syscall (darwin-386), const SYS_FSTAT64 = 339
  3860  pkg syscall (darwin-386), const SYS_FSTAT64_EXTENDED = 343
  3861  pkg syscall (darwin-386), const SYS_FSTATFS = 158
  3862  pkg syscall (darwin-386), const SYS_FSTATFS64 = 346
  3863  pkg syscall (darwin-386), const SYS_FSTATV = 219
  3864  pkg syscall (darwin-386), const SYS_FSTAT_EXTENDED = 281
  3865  pkg syscall (darwin-386), const SYS_FSYNC = 95
  3866  pkg syscall (darwin-386), const SYS_FSYNC_NOCANCEL = 408
  3867  pkg syscall (darwin-386), const SYS_FTRUNCATE = 201
  3868  pkg syscall (darwin-386), const SYS_FUTIMES = 139
  3869  pkg syscall (darwin-386), const SYS_GETATTRLIST = 220
  3870  pkg syscall (darwin-386), const SYS_GETAUDIT = 355
  3871  pkg syscall (darwin-386), const SYS_GETAUDIT_ADDR = 357
  3872  pkg syscall (darwin-386), const SYS_GETAUID = 353
  3873  pkg syscall (darwin-386), const SYS_GETDIRENTRIES = 196
  3874  pkg syscall (darwin-386), const SYS_GETDIRENTRIES64 = 344
  3875  pkg syscall (darwin-386), const SYS_GETDIRENTRIESATTR = 222
  3876  pkg syscall (darwin-386), const SYS_GETDTABLESIZE = 89
  3877  pkg syscall (darwin-386), const SYS_GETEGID = 43
  3878  pkg syscall (darwin-386), const SYS_GETEUID = 25
  3879  pkg syscall (darwin-386), const SYS_GETFH = 161
  3880  pkg syscall (darwin-386), const SYS_GETFSSTAT = 18
  3881  pkg syscall (darwin-386), const SYS_GETFSSTAT64 = 347
  3882  pkg syscall (darwin-386), const SYS_GETGID = 47
  3883  pkg syscall (darwin-386), const SYS_GETGROUPS = 79
  3884  pkg syscall (darwin-386), const SYS_GETHOSTUUID = 142
  3885  pkg syscall (darwin-386), const SYS_GETITIMER = 86
  3886  pkg syscall (darwin-386), const SYS_GETLCID = 395
  3887  pkg syscall (darwin-386), const SYS_GETLOGIN = 49
  3888  pkg syscall (darwin-386), const SYS_GETPEERNAME = 31
  3889  pkg syscall (darwin-386), const SYS_GETPGID = 151
  3890  pkg syscall (darwin-386), const SYS_GETPGRP = 81
  3891  pkg syscall (darwin-386), const SYS_GETPID = 20
  3892  pkg syscall (darwin-386), const SYS_GETPPID = 39
  3893  pkg syscall (darwin-386), const SYS_GETPRIORITY = 100
  3894  pkg syscall (darwin-386), const SYS_GETRLIMIT = 194
  3895  pkg syscall (darwin-386), const SYS_GETRUSAGE = 117
  3896  pkg syscall (darwin-386), const SYS_GETSGROUPS = 288
  3897  pkg syscall (darwin-386), const SYS_GETSID = 310
  3898  pkg syscall (darwin-386), const SYS_GETSOCKNAME = 32
  3899  pkg syscall (darwin-386), const SYS_GETSOCKOPT = 118
  3900  pkg syscall (darwin-386), const SYS_GETTID = 286
  3901  pkg syscall (darwin-386), const SYS_GETTIMEOFDAY = 116
  3902  pkg syscall (darwin-386), const SYS_GETUID = 24
  3903  pkg syscall (darwin-386), const SYS_GETWGROUPS = 290
  3904  pkg syscall (darwin-386), const SYS_GETXATTR = 234
  3905  pkg syscall (darwin-386), const SYS_IDENTITYSVC = 293
  3906  pkg syscall (darwin-386), const SYS_INITGROUPS = 243
  3907  pkg syscall (darwin-386), const SYS_IOCTL = 54
  3908  pkg syscall (darwin-386), const SYS_IOPOLICYSYS = 322
  3909  pkg syscall (darwin-386), const SYS_ISSETUGID = 327
  3910  pkg syscall (darwin-386), const SYS_KDEBUG_TRACE = 180
  3911  pkg syscall (darwin-386), const SYS_KEVENT = 363
  3912  pkg syscall (darwin-386), const SYS_KEVENT64 = 369
  3913  pkg syscall (darwin-386), const SYS_KILL = 37
  3914  pkg syscall (darwin-386), const SYS_KQUEUE = 362
  3915  pkg syscall (darwin-386), const SYS_LCHOWN = 364
  3916  pkg syscall (darwin-386), const SYS_LINK = 9
  3917  pkg syscall (darwin-386), const SYS_LIO_LISTIO = 320
  3918  pkg syscall (darwin-386), const SYS_LISTEN = 106
  3919  pkg syscall (darwin-386), const SYS_LISTXATTR = 240
  3920  pkg syscall (darwin-386), const SYS_LSEEK = 199
  3921  pkg syscall (darwin-386), const SYS_LSTAT = 190
  3922  pkg syscall (darwin-386), const SYS_LSTAT64 = 340
  3923  pkg syscall (darwin-386), const SYS_LSTAT64_EXTENDED = 342
  3924  pkg syscall (darwin-386), const SYS_LSTATV = 218
  3925  pkg syscall (darwin-386), const SYS_LSTAT_EXTENDED = 280
  3926  pkg syscall (darwin-386), const SYS_MADVISE = 75
  3927  pkg syscall (darwin-386), const SYS_MAXSYSCALL = 439
  3928  pkg syscall (darwin-386), const SYS_MINCORE = 78
  3929  pkg syscall (darwin-386), const SYS_MINHERIT = 250
  3930  pkg syscall (darwin-386), const SYS_MKCOMPLEX = 216
  3931  pkg syscall (darwin-386), const SYS_MKDIR = 136
  3932  pkg syscall (darwin-386), const SYS_MKDIR_EXTENDED = 292
  3933  pkg syscall (darwin-386), const SYS_MKFIFO = 132
  3934  pkg syscall (darwin-386), const SYS_MKFIFO_EXTENDED = 291
  3935  pkg syscall (darwin-386), const SYS_MKNOD = 14
  3936  pkg syscall (darwin-386), const SYS_MLOCK = 203
  3937  pkg syscall (darwin-386), const SYS_MLOCKALL = 324
  3938  pkg syscall (darwin-386), const SYS_MMAP = 197
  3939  pkg syscall (darwin-386), const SYS_MODWATCH = 233
  3940  pkg syscall (darwin-386), const SYS_MOUNT = 167
  3941  pkg syscall (darwin-386), const SYS_MPROTECT = 74
  3942  pkg syscall (darwin-386), const SYS_MSGCTL = 258
  3943  pkg syscall (darwin-386), const SYS_MSGGET = 259
  3944  pkg syscall (darwin-386), const SYS_MSGRCV = 261
  3945  pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL = 419
  3946  pkg syscall (darwin-386), const SYS_MSGSND = 260
  3947  pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL = 418
  3948  pkg syscall (darwin-386), const SYS_MSGSYS = 252
  3949  pkg syscall (darwin-386), const SYS_MSYNC = 65
  3950  pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL = 405
  3951  pkg syscall (darwin-386), const SYS_MUNLOCK = 204
  3952  pkg syscall (darwin-386), const SYS_MUNLOCKALL = 325
  3953  pkg syscall (darwin-386), const SYS_MUNMAP = 73
  3954  pkg syscall (darwin-386), const SYS_NFSCLNT = 247
  3955  pkg syscall (darwin-386), const SYS_NFSSVC = 155
  3956  pkg syscall (darwin-386), const SYS_OPEN = 5
  3957  pkg syscall (darwin-386), const SYS_OPEN_EXTENDED = 277
  3958  pkg syscall (darwin-386), const SYS_OPEN_NOCANCEL = 398
  3959  pkg syscall (darwin-386), const SYS_PATHCONF = 191
  3960  pkg syscall (darwin-386), const SYS_PID_HIBERNATE = 435
  3961  pkg syscall (darwin-386), const SYS_PID_RESUME = 434
  3962  pkg syscall (darwin-386), const SYS_PID_SHUTDOWN_SOCKETS = 436
  3963  pkg syscall (darwin-386), const SYS_PID_SUSPEND = 433
  3964  pkg syscall (darwin-386), const SYS_PIPE = 42
  3965  pkg syscall (darwin-386), const SYS_POLL = 230
  3966  pkg syscall (darwin-386), const SYS_POLL_NOCANCEL = 417
  3967  pkg syscall (darwin-386), const SYS_POSIX_SPAWN = 244
  3968  pkg syscall (darwin-386), const SYS_PREAD = 153
  3969  pkg syscall (darwin-386), const SYS_PREAD_NOCANCEL = 414
  3970  pkg syscall (darwin-386), const SYS_PROCESS_POLICY = 323
  3971  pkg syscall (darwin-386), const SYS_PROC_INFO = 336
  3972  pkg syscall (darwin-386), const SYS_PROFIL = 44
  3973  pkg syscall (darwin-386), const SYS_PSYNCH_CVBROAD = 303
  3974  pkg syscall (darwin-386), const SYS_PSYNCH_CVCLRPREPOST = 312
  3975  pkg syscall (darwin-386), const SYS_PSYNCH_CVSIGNAL = 304
  3976  pkg syscall (darwin-386), const SYS_PSYNCH_CVWAIT = 305
  3977  pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXDROP = 302
  3978  pkg syscall (darwin-386), const SYS_PSYNCH_MUTEXWAIT = 301
  3979  pkg syscall (darwin-386), const SYS_PSYNCH_RW_DOWNGRADE = 299
  3980  pkg syscall (darwin-386), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  3981  pkg syscall (darwin-386), const SYS_PSYNCH_RW_RDLOCK = 306
  3982  pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK = 308
  3983  pkg syscall (darwin-386), const SYS_PSYNCH_RW_UNLOCK2 = 309
  3984  pkg syscall (darwin-386), const SYS_PSYNCH_RW_UPGRADE = 300
  3985  pkg syscall (darwin-386), const SYS_PSYNCH_RW_WRLOCK = 307
  3986  pkg syscall (darwin-386), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  3987  pkg syscall (darwin-386), const SYS_PTRACE = 26
  3988  pkg syscall (darwin-386), const SYS_PWRITE = 154
  3989  pkg syscall (darwin-386), const SYS_PWRITE_NOCANCEL = 415
  3990  pkg syscall (darwin-386), const SYS_QUOTACTL = 165
  3991  pkg syscall (darwin-386), const SYS_READ = 3
  3992  pkg syscall (darwin-386), const SYS_READLINK = 58
  3993  pkg syscall (darwin-386), const SYS_READV = 120
  3994  pkg syscall (darwin-386), const SYS_READV_NOCANCEL = 411
  3995  pkg syscall (darwin-386), const SYS_READ_NOCANCEL = 396
  3996  pkg syscall (darwin-386), const SYS_REBOOT = 55
  3997  pkg syscall (darwin-386), const SYS_RECVFROM = 29
  3998  pkg syscall (darwin-386), const SYS_RECVFROM_NOCANCEL = 403
  3999  pkg syscall (darwin-386), const SYS_RECVMSG = 27
  4000  pkg syscall (darwin-386), const SYS_RECVMSG_NOCANCEL = 401
  4001  pkg syscall (darwin-386), const SYS_REMOVEXATTR = 238
  4002  pkg syscall (darwin-386), const SYS_RENAME = 128
  4003  pkg syscall (darwin-386), const SYS_REVOKE = 56
  4004  pkg syscall (darwin-386), const SYS_RMDIR = 137
  4005  pkg syscall (darwin-386), const SYS_SEARCHFS = 225
  4006  pkg syscall (darwin-386), const SYS_SELECT = 93
  4007  pkg syscall (darwin-386), const SYS_SELECT_NOCANCEL = 407
  4008  pkg syscall (darwin-386), const SYS_SEMCTL = 254
  4009  pkg syscall (darwin-386), const SYS_SEMGET = 255
  4010  pkg syscall (darwin-386), const SYS_SEMOP = 256
  4011  pkg syscall (darwin-386), const SYS_SEMSYS = 251
  4012  pkg syscall (darwin-386), const SYS_SEM_CLOSE = 269
  4013  pkg syscall (darwin-386), const SYS_SEM_DESTROY = 276
  4014  pkg syscall (darwin-386), const SYS_SEM_GETVALUE = 274
  4015  pkg syscall (darwin-386), const SYS_SEM_INIT = 275
  4016  pkg syscall (darwin-386), const SYS_SEM_OPEN = 268
  4017  pkg syscall (darwin-386), const SYS_SEM_POST = 273
  4018  pkg syscall (darwin-386), const SYS_SEM_TRYWAIT = 272
  4019  pkg syscall (darwin-386), const SYS_SEM_UNLINK = 270
  4020  pkg syscall (darwin-386), const SYS_SEM_WAIT = 271
  4021  pkg syscall (darwin-386), const SYS_SEM_WAIT_NOCANCEL = 420
  4022  pkg syscall (darwin-386), const SYS_SENDFILE = 337
  4023  pkg syscall (darwin-386), const SYS_SENDMSG = 28
  4024  pkg syscall (darwin-386), const SYS_SENDMSG_NOCANCEL = 402
  4025  pkg syscall (darwin-386), const SYS_SENDTO = 133
  4026  pkg syscall (darwin-386), const SYS_SENDTO_NOCANCEL = 413
  4027  pkg syscall (darwin-386), const SYS_SETATTRLIST = 221
  4028  pkg syscall (darwin-386), const SYS_SETAUDIT = 356
  4029  pkg syscall (darwin-386), const SYS_SETAUDIT_ADDR = 358
  4030  pkg syscall (darwin-386), const SYS_SETAUID = 354
  4031  pkg syscall (darwin-386), const SYS_SETEGID = 182
  4032  pkg syscall (darwin-386), const SYS_SETEUID = 183
  4033  pkg syscall (darwin-386), const SYS_SETGID = 181
  4034  pkg syscall (darwin-386), const SYS_SETGROUPS = 80
  4035  pkg syscall (darwin-386), const SYS_SETITIMER = 83
  4036  pkg syscall (darwin-386), const SYS_SETLCID = 394
  4037  pkg syscall (darwin-386), const SYS_SETLOGIN = 50
  4038  pkg syscall (darwin-386), const SYS_SETPGID = 82
  4039  pkg syscall (darwin-386), const SYS_SETPRIORITY = 96
  4040  pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152
  4041  pkg syscall (darwin-386), const SYS_SETREGID = 127
  4042  pkg syscall (darwin-386), const SYS_SETREUID = 126
  4043  pkg syscall (darwin-386), const SYS_SETRLIMIT = 195
  4044  pkg syscall (darwin-386), const SYS_SETSGROUPS = 287
  4045  pkg syscall (darwin-386), const SYS_SETSID = 147
  4046  pkg syscall (darwin-386), const SYS_SETSOCKOPT = 105
  4047  pkg syscall (darwin-386), const SYS_SETTID = 285
  4048  pkg syscall (darwin-386), const SYS_SETTID_WITH_PID = 311
  4049  pkg syscall (darwin-386), const SYS_SETTIMEOFDAY = 122
  4050  pkg syscall (darwin-386), const SYS_SETUID = 23
  4051  pkg syscall (darwin-386), const SYS_SETWGROUPS = 289
  4052  pkg syscall (darwin-386), const SYS_SETXATTR = 236
  4053  pkg syscall (darwin-386), const SYS_SHARED_REGION_CHECK_NP = 294
  4054  pkg syscall (darwin-386), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  4055  pkg syscall (darwin-386), const SYS_SHMAT = 262
  4056  pkg syscall (darwin-386), const SYS_SHMCTL = 263
  4057  pkg syscall (darwin-386), const SYS_SHMDT = 264
  4058  pkg syscall (darwin-386), const SYS_SHMGET = 265
  4059  pkg syscall (darwin-386), const SYS_SHMSYS = 253
  4060  pkg syscall (darwin-386), const SYS_SHM_OPEN = 266
  4061  pkg syscall (darwin-386), const SYS_SHM_UNLINK = 267
  4062  pkg syscall (darwin-386), const SYS_SHUTDOWN = 134
  4063  pkg syscall (darwin-386), const SYS_SIGACTION = 46
  4064  pkg syscall (darwin-386), const SYS_SIGALTSTACK = 53
  4065  pkg syscall (darwin-386), const SYS_SIGPENDING = 52
  4066  pkg syscall (darwin-386), const SYS_SIGPROCMASK = 48
  4067  pkg syscall (darwin-386), const SYS_SIGRETURN = 184
  4068  pkg syscall (darwin-386), const SYS_SIGSUSPEND = 111
  4069  pkg syscall (darwin-386), const SYS_SIGSUSPEND_NOCANCEL = 410
  4070  pkg syscall (darwin-386), const SYS_SOCKET = 97
  4071  pkg syscall (darwin-386), const SYS_SOCKETPAIR = 135
  4072  pkg syscall (darwin-386), const SYS_STACK_SNAPSHOT = 365
  4073  pkg syscall (darwin-386), const SYS_STAT = 188
  4074  pkg syscall (darwin-386), const SYS_STAT64 = 338
  4075  pkg syscall (darwin-386), const SYS_STAT64_EXTENDED = 341
  4076  pkg syscall (darwin-386), const SYS_STATFS = 157
  4077  pkg syscall (darwin-386), const SYS_STATFS64 = 345
  4078  pkg syscall (darwin-386), const SYS_STATV = 217
  4079  pkg syscall (darwin-386), const SYS_STAT_EXTENDED = 279
  4080  pkg syscall (darwin-386), const SYS_SWAPON = 85
  4081  pkg syscall (darwin-386), const SYS_SYMLINK = 57
  4082  pkg syscall (darwin-386), const SYS_SYNC = 36
  4083  pkg syscall (darwin-386), const SYS_SYSCALL = 0
  4084  pkg syscall (darwin-386), const SYS_THREAD_SELFID = 372
  4085  pkg syscall (darwin-386), const SYS_TRUNCATE = 200
  4086  pkg syscall (darwin-386), const SYS_UMASK = 60
  4087  pkg syscall (darwin-386), const SYS_UMASK_EXTENDED = 278
  4088  pkg syscall (darwin-386), const SYS_UNDELETE = 205
  4089  pkg syscall (darwin-386), const SYS_UNLINK = 10
  4090  pkg syscall (darwin-386), const SYS_UNMOUNT = 159
  4091  pkg syscall (darwin-386), const SYS_UTIMES = 138
  4092  pkg syscall (darwin-386), const SYS_VFORK = 66
  4093  pkg syscall (darwin-386), const SYS_VM_PRESSURE_MONITOR = 296
  4094  pkg syscall (darwin-386), const SYS_WAIT4 = 7
  4095  pkg syscall (darwin-386), const SYS_WAIT4_NOCANCEL = 400
  4096  pkg syscall (darwin-386), const SYS_WAITEVENT = 232
  4097  pkg syscall (darwin-386), const SYS_WAITID = 173
  4098  pkg syscall (darwin-386), const SYS_WAITID_NOCANCEL = 416
  4099  pkg syscall (darwin-386), const SYS_WATCHEVENT = 231
  4100  pkg syscall (darwin-386), const SYS_WORKQ_KERNRETURN = 368
  4101  pkg syscall (darwin-386), const SYS_WORKQ_OPEN = 367
  4102  pkg syscall (darwin-386), const SYS_WRITE = 4
  4103  pkg syscall (darwin-386), const SYS_WRITEV = 121
  4104  pkg syscall (darwin-386), const SYS_WRITEV_NOCANCEL = 412
  4105  pkg syscall (darwin-386), const SYS_WRITE_NOCANCEL = 397
  4106  pkg syscall (darwin-386), const SYS___DISABLE_THREADSIGNAL = 331
  4107  pkg syscall (darwin-386), const SYS___MAC_EXECVE = 380
  4108  pkg syscall (darwin-386), const SYS___MAC_GETFSSTAT = 426
  4109  pkg syscall (darwin-386), const SYS___MAC_GET_FD = 388
  4110  pkg syscall (darwin-386), const SYS___MAC_GET_FILE = 382
  4111  pkg syscall (darwin-386), const SYS___MAC_GET_LCID = 391
  4112  pkg syscall (darwin-386), const SYS___MAC_GET_LCTX = 392
  4113  pkg syscall (darwin-386), const SYS___MAC_GET_LINK = 384
  4114  pkg syscall (darwin-386), const SYS___MAC_GET_MOUNT = 425
  4115  pkg syscall (darwin-386), const SYS___MAC_GET_PID = 390
  4116  pkg syscall (darwin-386), const SYS___MAC_GET_PROC = 386
  4117  pkg syscall (darwin-386), const SYS___MAC_MOUNT = 424
  4118  pkg syscall (darwin-386), const SYS___MAC_SET_FD = 389
  4119  pkg syscall (darwin-386), const SYS___MAC_SET_FILE = 383
  4120  pkg syscall (darwin-386), const SYS___MAC_SET_LCTX = 393
  4121  pkg syscall (darwin-386), const SYS___MAC_SET_LINK = 385
  4122  pkg syscall (darwin-386), const SYS___MAC_SET_PROC = 387
  4123  pkg syscall (darwin-386), const SYS___MAC_SYSCALL = 381
  4124  pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL = 370
  4125  pkg syscall (darwin-386), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  4126  pkg syscall (darwin-386), const SYS___PTHREAD_CANCELED = 333
  4127  pkg syscall (darwin-386), const SYS___PTHREAD_CHDIR = 348
  4128  pkg syscall (darwin-386), const SYS___PTHREAD_FCHDIR = 349
  4129  pkg syscall (darwin-386), const SYS___PTHREAD_KILL = 328
  4130  pkg syscall (darwin-386), const SYS___PTHREAD_MARKCANCEL = 332
  4131  pkg syscall (darwin-386), const SYS___PTHREAD_SIGMASK = 329
  4132  pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL = 334
  4133  pkg syscall (darwin-386), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  4134  pkg syscall (darwin-386), const SYS___SIGWAIT = 330
  4135  pkg syscall (darwin-386), const SYS___SIGWAIT_NOCANCEL = 422
  4136  pkg syscall (darwin-386), const SYS___SYSCTL = 202
  4137  pkg syscall (darwin-386), const S_IEXEC = 64
  4138  pkg syscall (darwin-386), const S_IFMT = 61440
  4139  pkg syscall (darwin-386), const S_IFWHT = 57344
  4140  pkg syscall (darwin-386), const S_IREAD = 256
  4141  pkg syscall (darwin-386), const S_IRGRP = 32
  4142  pkg syscall (darwin-386), const S_IROTH = 4
  4143  pkg syscall (darwin-386), const S_IRWXG = 56
  4144  pkg syscall (darwin-386), const S_IRWXO = 7
  4145  pkg syscall (darwin-386), const S_IRWXU = 448
  4146  pkg syscall (darwin-386), const S_ISTXT = 512
  4147  pkg syscall (darwin-386), const S_IWGRP = 16
  4148  pkg syscall (darwin-386), const S_IWOTH = 2
  4149  pkg syscall (darwin-386), const S_IWRITE = 128
  4150  pkg syscall (darwin-386), const S_IXGRP = 8
  4151  pkg syscall (darwin-386), const S_IXOTH = 1
  4152  pkg syscall (darwin-386), const SizeofBpfHdr = 20
  4153  pkg syscall (darwin-386), const SizeofBpfInsn = 8
  4154  pkg syscall (darwin-386), const SizeofBpfProgram = 8
  4155  pkg syscall (darwin-386), const SizeofBpfStat = 8
  4156  pkg syscall (darwin-386), const SizeofBpfVersion = 4
  4157  pkg syscall (darwin-386), const SizeofCmsghdr = 12
  4158  pkg syscall (darwin-386), const SizeofIPMreq = 8
  4159  pkg syscall (darwin-386), const SizeofIPv6Mreq = 20
  4160  pkg syscall (darwin-386), const SizeofIfData = 96
  4161  pkg syscall (darwin-386), const SizeofIfMsghdr = 112
  4162  pkg syscall (darwin-386), const SizeofIfaMsghdr = 20
  4163  pkg syscall (darwin-386), const SizeofIfmaMsghdr = 16
  4164  pkg syscall (darwin-386), const SizeofIfmaMsghdr2 = 20
  4165  pkg syscall (darwin-386), const SizeofInet4Pktinfo = 12
  4166  pkg syscall (darwin-386), const SizeofInet4Pktinfo ideal-int
  4167  pkg syscall (darwin-386), const SizeofInet6Pktinfo = 20
  4168  pkg syscall (darwin-386), const SizeofLinger = 8
  4169  pkg syscall (darwin-386), const SizeofMsghdr = 28
  4170  pkg syscall (darwin-386), const SizeofRtMetrics = 56
  4171  pkg syscall (darwin-386), const SizeofRtMsghdr = 92
  4172  pkg syscall (darwin-386), const SizeofSockaddrAny = 108
  4173  pkg syscall (darwin-386), const SizeofSockaddrDatalink = 20
  4174  pkg syscall (darwin-386), const SizeofSockaddrInet4 = 16
  4175  pkg syscall (darwin-386), const SizeofSockaddrInet6 = 28
  4176  pkg syscall (darwin-386), const SizeofSockaddrUnix = 106
  4177  pkg syscall (darwin-386), const TCIFLUSH = 1
  4178  pkg syscall (darwin-386), const TCIFLUSH ideal-int
  4179  pkg syscall (darwin-386), const TCIOFLUSH = 3
  4180  pkg syscall (darwin-386), const TCIOFLUSH ideal-int
  4181  pkg syscall (darwin-386), const TCOFLUSH = 2
  4182  pkg syscall (darwin-386), const TCOFLUSH ideal-int
  4183  pkg syscall (darwin-386), const TCP_CONNECTIONTIMEOUT = 32
  4184  pkg syscall (darwin-386), const TCP_KEEPALIVE = 16
  4185  pkg syscall (darwin-386), const TCP_MAXHLEN = 60
  4186  pkg syscall (darwin-386), const TCP_MAXOLEN = 40
  4187  pkg syscall (darwin-386), const TCP_MAXSEG = 2
  4188  pkg syscall (darwin-386), const TCP_MAXWIN = 65535
  4189  pkg syscall (darwin-386), const TCP_MAX_SACK = 3
  4190  pkg syscall (darwin-386), const TCP_MAX_WINSHIFT = 14
  4191  pkg syscall (darwin-386), const TCP_MINMSS = 216
  4192  pkg syscall (darwin-386), const TCP_MINMSSOVERLOAD = 1000
  4193  pkg syscall (darwin-386), const TCP_MSS = 512
  4194  pkg syscall (darwin-386), const TCP_NOOPT = 8
  4195  pkg syscall (darwin-386), const TCP_NOPUSH = 4
  4196  pkg syscall (darwin-386), const TCP_RXT_CONNDROPTIME = 128
  4197  pkg syscall (darwin-386), const TCP_RXT_FINDROP = 256
  4198  pkg syscall (darwin-386), const TCSAFLUSH = 2
  4199  pkg syscall (darwin-386), const TCSAFLUSH ideal-int
  4200  pkg syscall (darwin-386), const TIOCCBRK = 536900730
  4201  pkg syscall (darwin-386), const TIOCCDTR = 536900728
  4202  pkg syscall (darwin-386), const TIOCCONS = 2147775586
  4203  pkg syscall (darwin-386), const TIOCDCDTIMESTAMP = 1074295896
  4204  pkg syscall (darwin-386), const TIOCDRAIN = 536900702
  4205  pkg syscall (darwin-386), const TIOCDSIMICROCODE = 536900693
  4206  pkg syscall (darwin-386), const TIOCEXCL = 536900621
  4207  pkg syscall (darwin-386), const TIOCEXT = 2147775584
  4208  pkg syscall (darwin-386), const TIOCFLUSH = 2147775504
  4209  pkg syscall (darwin-386), const TIOCGDRAINWAIT = 1074033750
  4210  pkg syscall (darwin-386), const TIOCGETA = 1076655123
  4211  pkg syscall (darwin-386), const TIOCGETD = 1074033690
  4212  pkg syscall (darwin-386), const TIOCGPGRP = 1074033783
  4213  pkg syscall (darwin-386), const TIOCGWINSZ = 1074295912
  4214  pkg syscall (darwin-386), const TIOCIXOFF = 536900736
  4215  pkg syscall (darwin-386), const TIOCIXON = 536900737
  4216  pkg syscall (darwin-386), const TIOCMBIC = 2147775595
  4217  pkg syscall (darwin-386), const TIOCMBIS = 2147775596
  4218  pkg syscall (darwin-386), const TIOCMGDTRWAIT = 1074033754
  4219  pkg syscall (darwin-386), const TIOCMGET = 1074033770
  4220  pkg syscall (darwin-386), const TIOCMODG = 1074033667
  4221  pkg syscall (darwin-386), const TIOCMODS = 2147775492
  4222  pkg syscall (darwin-386), const TIOCMSDTRWAIT = 2147775579
  4223  pkg syscall (darwin-386), const TIOCMSET = 2147775597
  4224  pkg syscall (darwin-386), const TIOCM_CAR = 64
  4225  pkg syscall (darwin-386), const TIOCM_CD = 64
  4226  pkg syscall (darwin-386), const TIOCM_CTS = 32
  4227  pkg syscall (darwin-386), const TIOCM_DSR = 256
  4228  pkg syscall (darwin-386), const TIOCM_DTR = 2
  4229  pkg syscall (darwin-386), const TIOCM_LE = 1
  4230  pkg syscall (darwin-386), const TIOCM_RI = 128
  4231  pkg syscall (darwin-386), const TIOCM_RNG = 128
  4232  pkg syscall (darwin-386), const TIOCM_RTS = 4
  4233  pkg syscall (darwin-386), const TIOCM_SR = 16
  4234  pkg syscall (darwin-386), const TIOCM_ST = 8
  4235  pkg syscall (darwin-386), const TIOCNOTTY = 536900721
  4236  pkg syscall (darwin-386), const TIOCNXCL = 536900622
  4237  pkg syscall (darwin-386), const TIOCOUTQ = 1074033779
  4238  pkg syscall (darwin-386), const TIOCPKT = 2147775600
  4239  pkg syscall (darwin-386), const TIOCPKT_DATA = 0
  4240  pkg syscall (darwin-386), const TIOCPKT_DOSTOP = 32
  4241  pkg syscall (darwin-386), const TIOCPKT_FLUSHREAD = 1
  4242  pkg syscall (darwin-386), const TIOCPKT_FLUSHWRITE = 2
  4243  pkg syscall (darwin-386), const TIOCPKT_IOCTL = 64
  4244  pkg syscall (darwin-386), const TIOCPKT_NOSTOP = 16
  4245  pkg syscall (darwin-386), const TIOCPKT_START = 8
  4246  pkg syscall (darwin-386), const TIOCPKT_STOP = 4
  4247  pkg syscall (darwin-386), const TIOCPTYGNAME = 1082160211
  4248  pkg syscall (darwin-386), const TIOCPTYGRANT = 536900692
  4249  pkg syscall (darwin-386), const TIOCPTYUNLK = 536900690
  4250  pkg syscall (darwin-386), const TIOCREMOTE = 2147775593
  4251  pkg syscall (darwin-386), const TIOCSBRK = 536900731
  4252  pkg syscall (darwin-386), const TIOCSCONS = 536900707
  4253  pkg syscall (darwin-386), const TIOCSCTTY = 536900705
  4254  pkg syscall (darwin-386), const TIOCSDRAINWAIT = 2147775575
  4255  pkg syscall (darwin-386), const TIOCSDTR = 536900729
  4256  pkg syscall (darwin-386), const TIOCSETA = 2150396948
  4257  pkg syscall (darwin-386), const TIOCSETAF = 2150396950
  4258  pkg syscall (darwin-386), const TIOCSETAW = 2150396949
  4259  pkg syscall (darwin-386), const TIOCSETD = 2147775515
  4260  pkg syscall (darwin-386), const TIOCSIG = 536900703
  4261  pkg syscall (darwin-386), const TIOCSPGRP = 2147775606
  4262  pkg syscall (darwin-386), const TIOCSTART = 536900718
  4263  pkg syscall (darwin-386), const TIOCSTAT = 536900709
  4264  pkg syscall (darwin-386), const TIOCSTI = 2147578994
  4265  pkg syscall (darwin-386), const TIOCSTOP = 536900719
  4266  pkg syscall (darwin-386), const TIOCSWINSZ = 2148037735
  4267  pkg syscall (darwin-386), const TIOCTIMESTAMP = 1074295897
  4268  pkg syscall (darwin-386), const TIOCUCNTL = 2147775590
  4269  pkg syscall (darwin-386), const TOSTOP = 4194304
  4270  pkg syscall (darwin-386), const TOSTOP ideal-int
  4271  pkg syscall (darwin-386), const VDISCARD = 15
  4272  pkg syscall (darwin-386), const VDISCARD ideal-int
  4273  pkg syscall (darwin-386), const VDSUSP = 11
  4274  pkg syscall (darwin-386), const VDSUSP ideal-int
  4275  pkg syscall (darwin-386), const VEOF = 0
  4276  pkg syscall (darwin-386), const VEOF ideal-int
  4277  pkg syscall (darwin-386), const VEOL = 1
  4278  pkg syscall (darwin-386), const VEOL ideal-int
  4279  pkg syscall (darwin-386), const VEOL2 = 2
  4280  pkg syscall (darwin-386), const VEOL2 ideal-int
  4281  pkg syscall (darwin-386), const VERASE = 3
  4282  pkg syscall (darwin-386), const VERASE ideal-int
  4283  pkg syscall (darwin-386), const VINTR = 8
  4284  pkg syscall (darwin-386), const VINTR ideal-int
  4285  pkg syscall (darwin-386), const VKILL = 5
  4286  pkg syscall (darwin-386), const VKILL ideal-int
  4287  pkg syscall (darwin-386), const VLNEXT = 14
  4288  pkg syscall (darwin-386), const VLNEXT ideal-int
  4289  pkg syscall (darwin-386), const VMIN = 16
  4290  pkg syscall (darwin-386), const VMIN ideal-int
  4291  pkg syscall (darwin-386), const VQUIT = 9
  4292  pkg syscall (darwin-386), const VQUIT ideal-int
  4293  pkg syscall (darwin-386), const VREPRINT = 6
  4294  pkg syscall (darwin-386), const VREPRINT ideal-int
  4295  pkg syscall (darwin-386), const VSTART = 12
  4296  pkg syscall (darwin-386), const VSTART ideal-int
  4297  pkg syscall (darwin-386), const VSTATUS = 18
  4298  pkg syscall (darwin-386), const VSTATUS ideal-int
  4299  pkg syscall (darwin-386), const VSTOP = 13
  4300  pkg syscall (darwin-386), const VSTOP ideal-int
  4301  pkg syscall (darwin-386), const VSUSP = 10
  4302  pkg syscall (darwin-386), const VSUSP ideal-int
  4303  pkg syscall (darwin-386), const VT0 = 0
  4304  pkg syscall (darwin-386), const VT0 ideal-int
  4305  pkg syscall (darwin-386), const VT1 = 65536
  4306  pkg syscall (darwin-386), const VT1 ideal-int
  4307  pkg syscall (darwin-386), const VTDLY = 65536
  4308  pkg syscall (darwin-386), const VTDLY ideal-int
  4309  pkg syscall (darwin-386), const VTIME = 17
  4310  pkg syscall (darwin-386), const VTIME ideal-int
  4311  pkg syscall (darwin-386), const VWERASE = 4
  4312  pkg syscall (darwin-386), const VWERASE ideal-int
  4313  pkg syscall (darwin-386), const WCONTINUED = 16
  4314  pkg syscall (darwin-386), const WCOREFLAG = 128
  4315  pkg syscall (darwin-386), const WEXITED = 4
  4316  pkg syscall (darwin-386), const WNOHANG = 1
  4317  pkg syscall (darwin-386), const WNOWAIT = 32
  4318  pkg syscall (darwin-386), const WORDSIZE = 32
  4319  pkg syscall (darwin-386), const WSTOPPED = 8
  4320  pkg syscall (darwin-386), const WUNTRACED = 2
  4321  pkg syscall (darwin-386), func Fchflags(int, int) error
  4322  pkg syscall (darwin-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
  4323  pkg syscall (darwin-386), type Inet4Pktinfo struct
  4324  pkg syscall (darwin-386), type Inet4Pktinfo struct, Addr [4]uint8
  4325  pkg syscall (darwin-386), type Inet4Pktinfo struct, Ifindex uint32
  4326  pkg syscall (darwin-386), type Inet4Pktinfo struct, Spec_dst [4]uint8
  4327  pkg syscall (darwin-386), type Termios struct
  4328  pkg syscall (darwin-386), type Termios struct, Cc [20]uint8
  4329  pkg syscall (darwin-386), type Termios struct, Cflag uint32
  4330  pkg syscall (darwin-386), type Termios struct, Iflag uint32
  4331  pkg syscall (darwin-386), type Termios struct, Ispeed uint32
  4332  pkg syscall (darwin-386), type Termios struct, Lflag uint32
  4333  pkg syscall (darwin-386), type Termios struct, Oflag uint32
  4334  pkg syscall (darwin-386), type Termios struct, Ospeed uint32
  4335  pkg syscall (darwin-386-cgo), const AF_APPLETALK = 16
  4336  pkg syscall (darwin-386-cgo), const AF_CCITT = 10
  4337  pkg syscall (darwin-386-cgo), const AF_CHAOS = 5
  4338  pkg syscall (darwin-386-cgo), const AF_CNT = 21
  4339  pkg syscall (darwin-386-cgo), const AF_COIP = 20
  4340  pkg syscall (darwin-386-cgo), const AF_DATAKIT = 9
  4341  pkg syscall (darwin-386-cgo), const AF_DECnet = 12
  4342  pkg syscall (darwin-386-cgo), const AF_DLI = 13
  4343  pkg syscall (darwin-386-cgo), const AF_E164 = 28
  4344  pkg syscall (darwin-386-cgo), const AF_ECMA = 8
  4345  pkg syscall (darwin-386-cgo), const AF_HYLINK = 15
  4346  pkg syscall (darwin-386-cgo), const AF_IEEE80211 = 37
  4347  pkg syscall (darwin-386-cgo), const AF_IMPLINK = 3
  4348  pkg syscall (darwin-386-cgo), const AF_INET6 = 30
  4349  pkg syscall (darwin-386-cgo), const AF_IPX = 23
  4350  pkg syscall (darwin-386-cgo), const AF_ISDN = 28
  4351  pkg syscall (darwin-386-cgo), const AF_ISO = 7
  4352  pkg syscall (darwin-386-cgo), const AF_LAT = 14
  4353  pkg syscall (darwin-386-cgo), const AF_LINK = 18
  4354  pkg syscall (darwin-386-cgo), const AF_LOCAL = 1
  4355  pkg syscall (darwin-386-cgo), const AF_MAX = 38
  4356  pkg syscall (darwin-386-cgo), const AF_NATM = 31
  4357  pkg syscall (darwin-386-cgo), const AF_NDRV = 27
  4358  pkg syscall (darwin-386-cgo), const AF_NETBIOS = 33
  4359  pkg syscall (darwin-386-cgo), const AF_NS = 6
  4360  pkg syscall (darwin-386-cgo), const AF_OSI = 7
  4361  pkg syscall (darwin-386-cgo), const AF_PPP = 34
  4362  pkg syscall (darwin-386-cgo), const AF_PUP = 4
  4363  pkg syscall (darwin-386-cgo), const AF_RESERVED_36 = 36
  4364  pkg syscall (darwin-386-cgo), const AF_ROUTE = 17
  4365  pkg syscall (darwin-386-cgo), const AF_SIP = 24
  4366  pkg syscall (darwin-386-cgo), const AF_SNA = 11
  4367  pkg syscall (darwin-386-cgo), const AF_SYSTEM = 32
  4368  pkg syscall (darwin-386-cgo), const B0 = 0
  4369  pkg syscall (darwin-386-cgo), const B0 ideal-int
  4370  pkg syscall (darwin-386-cgo), const B110 = 110
  4371  pkg syscall (darwin-386-cgo), const B110 ideal-int
  4372  pkg syscall (darwin-386-cgo), const B115200 = 115200
  4373  pkg syscall (darwin-386-cgo), const B115200 ideal-int
  4374  pkg syscall (darwin-386-cgo), const B1200 = 1200
  4375  pkg syscall (darwin-386-cgo), const B1200 ideal-int
  4376  pkg syscall (darwin-386-cgo), const B134 = 134
  4377  pkg syscall (darwin-386-cgo), const B134 ideal-int
  4378  pkg syscall (darwin-386-cgo), const B14400 = 14400
  4379  pkg syscall (darwin-386-cgo), const B14400 ideal-int
  4380  pkg syscall (darwin-386-cgo), const B150 = 150
  4381  pkg syscall (darwin-386-cgo), const B150 ideal-int
  4382  pkg syscall (darwin-386-cgo), const B1800 = 1800
  4383  pkg syscall (darwin-386-cgo), const B1800 ideal-int
  4384  pkg syscall (darwin-386-cgo), const B19200 = 19200
  4385  pkg syscall (darwin-386-cgo), const B19200 ideal-int
  4386  pkg syscall (darwin-386-cgo), const B200 = 200
  4387  pkg syscall (darwin-386-cgo), const B200 ideal-int
  4388  pkg syscall (darwin-386-cgo), const B230400 = 230400
  4389  pkg syscall (darwin-386-cgo), const B230400 ideal-int
  4390  pkg syscall (darwin-386-cgo), const B2400 = 2400
  4391  pkg syscall (darwin-386-cgo), const B2400 ideal-int
  4392  pkg syscall (darwin-386-cgo), const B28800 = 28800
  4393  pkg syscall (darwin-386-cgo), const B28800 ideal-int
  4394  pkg syscall (darwin-386-cgo), const B300 = 300
  4395  pkg syscall (darwin-386-cgo), const B300 ideal-int
  4396  pkg syscall (darwin-386-cgo), const B38400 = 38400
  4397  pkg syscall (darwin-386-cgo), const B38400 ideal-int
  4398  pkg syscall (darwin-386-cgo), const B4800 = 4800
  4399  pkg syscall (darwin-386-cgo), const B4800 ideal-int
  4400  pkg syscall (darwin-386-cgo), const B50 = 50
  4401  pkg syscall (darwin-386-cgo), const B50 ideal-int
  4402  pkg syscall (darwin-386-cgo), const B57600 = 57600
  4403  pkg syscall (darwin-386-cgo), const B57600 ideal-int
  4404  pkg syscall (darwin-386-cgo), const B600 = 600
  4405  pkg syscall (darwin-386-cgo), const B600 ideal-int
  4406  pkg syscall (darwin-386-cgo), const B7200 = 7200
  4407  pkg syscall (darwin-386-cgo), const B7200 ideal-int
  4408  pkg syscall (darwin-386-cgo), const B75 = 75
  4409  pkg syscall (darwin-386-cgo), const B75 ideal-int
  4410  pkg syscall (darwin-386-cgo), const B76800 = 76800
  4411  pkg syscall (darwin-386-cgo), const B76800 ideal-int
  4412  pkg syscall (darwin-386-cgo), const B9600 = 9600
  4413  pkg syscall (darwin-386-cgo), const B9600 ideal-int
  4414  pkg syscall (darwin-386-cgo), const BIOCFLUSH = 536887912
  4415  pkg syscall (darwin-386-cgo), const BIOCGBLEN = 1074020966
  4416  pkg syscall (darwin-386-cgo), const BIOCGDLT = 1074020970
  4417  pkg syscall (darwin-386-cgo), const BIOCGDLTLIST = 3222028921
  4418  pkg syscall (darwin-386-cgo), const BIOCGETIF = 1075855979
  4419  pkg syscall (darwin-386-cgo), const BIOCGHDRCMPLT = 1074020980
  4420  pkg syscall (darwin-386-cgo), const BIOCGRSIG = 1074020978
  4421  pkg syscall (darwin-386-cgo), const BIOCGRTIMEOUT = 1074283118
  4422  pkg syscall (darwin-386-cgo), const BIOCGSEESENT = 1074020982
  4423  pkg syscall (darwin-386-cgo), const BIOCGSTATS = 1074283119
  4424  pkg syscall (darwin-386-cgo), const BIOCIMMEDIATE = 2147762800
  4425  pkg syscall (darwin-386-cgo), const BIOCPROMISC = 536887913
  4426  pkg syscall (darwin-386-cgo), const BIOCSBLEN = 3221504614
  4427  pkg syscall (darwin-386-cgo), const BIOCSDLT = 2147762808
  4428  pkg syscall (darwin-386-cgo), const BIOCSETF = 2148024935
  4429  pkg syscall (darwin-386-cgo), const BIOCSETIF = 2149597804
  4430  pkg syscall (darwin-386-cgo), const BIOCSHDRCMPLT = 2147762805
  4431  pkg syscall (darwin-386-cgo), const BIOCSRSIG = 2147762803
  4432  pkg syscall (darwin-386-cgo), const BIOCSRTIMEOUT = 2148024941
  4433  pkg syscall (darwin-386-cgo), const BIOCSSEESENT = 2147762807
  4434  pkg syscall (darwin-386-cgo), const BIOCVERSION = 1074020977
  4435  pkg syscall (darwin-386-cgo), const BPF_A = 16
  4436  pkg syscall (darwin-386-cgo), const BPF_ABS = 32
  4437  pkg syscall (darwin-386-cgo), const BPF_ADD = 0
  4438  pkg syscall (darwin-386-cgo), const BPF_ALIGNMENT = 4
  4439  pkg syscall (darwin-386-cgo), const BPF_ALU = 4
  4440  pkg syscall (darwin-386-cgo), const BPF_AND = 80
  4441  pkg syscall (darwin-386-cgo), const BPF_B = 16
  4442  pkg syscall (darwin-386-cgo), const BPF_DIV = 48
  4443  pkg syscall (darwin-386-cgo), const BPF_H = 8
  4444  pkg syscall (darwin-386-cgo), const BPF_IMM = 0
  4445  pkg syscall (darwin-386-cgo), const BPF_IND = 64
  4446  pkg syscall (darwin-386-cgo), const BPF_JA = 0
  4447  pkg syscall (darwin-386-cgo), const BPF_JEQ = 16
  4448  pkg syscall (darwin-386-cgo), const BPF_JGE = 48
  4449  pkg syscall (darwin-386-cgo), const BPF_JGT = 32
  4450  pkg syscall (darwin-386-cgo), const BPF_JMP = 5
  4451  pkg syscall (darwin-386-cgo), const BPF_JSET = 64
  4452  pkg syscall (darwin-386-cgo), const BPF_K = 0
  4453  pkg syscall (darwin-386-cgo), const BPF_LD = 0
  4454  pkg syscall (darwin-386-cgo), const BPF_LDX = 1
  4455  pkg syscall (darwin-386-cgo), const BPF_LEN = 128
  4456  pkg syscall (darwin-386-cgo), const BPF_LSH = 96
  4457  pkg syscall (darwin-386-cgo), const BPF_MAJOR_VERSION = 1
  4458  pkg syscall (darwin-386-cgo), const BPF_MAXBUFSIZE = 524288
  4459  pkg syscall (darwin-386-cgo), const BPF_MAXINSNS = 512
  4460  pkg syscall (darwin-386-cgo), const BPF_MEM = 96
  4461  pkg syscall (darwin-386-cgo), const BPF_MEMWORDS = 16
  4462  pkg syscall (darwin-386-cgo), const BPF_MINBUFSIZE = 32
  4463  pkg syscall (darwin-386-cgo), const BPF_MINOR_VERSION = 1
  4464  pkg syscall (darwin-386-cgo), const BPF_MISC = 7
  4465  pkg syscall (darwin-386-cgo), const BPF_MSH = 160
  4466  pkg syscall (darwin-386-cgo), const BPF_MUL = 32
  4467  pkg syscall (darwin-386-cgo), const BPF_NEG = 128
  4468  pkg syscall (darwin-386-cgo), const BPF_OR = 64
  4469  pkg syscall (darwin-386-cgo), const BPF_RELEASE = 199606
  4470  pkg syscall (darwin-386-cgo), const BPF_RET = 6
  4471  pkg syscall (darwin-386-cgo), const BPF_RSH = 112
  4472  pkg syscall (darwin-386-cgo), const BPF_ST = 2
  4473  pkg syscall (darwin-386-cgo), const BPF_STX = 3
  4474  pkg syscall (darwin-386-cgo), const BPF_SUB = 16
  4475  pkg syscall (darwin-386-cgo), const BPF_TAX = 0
  4476  pkg syscall (darwin-386-cgo), const BPF_TXA = 128
  4477  pkg syscall (darwin-386-cgo), const BPF_W = 0
  4478  pkg syscall (darwin-386-cgo), const BPF_X = 8
  4479  pkg syscall (darwin-386-cgo), const BRKINT = 2
  4480  pkg syscall (darwin-386-cgo), const BRKINT ideal-int
  4481  pkg syscall (darwin-386-cgo), const CFLUSH = 15
  4482  pkg syscall (darwin-386-cgo), const CFLUSH ideal-int
  4483  pkg syscall (darwin-386-cgo), const CLOCAL = 32768
  4484  pkg syscall (darwin-386-cgo), const CLOCAL ideal-int
  4485  pkg syscall (darwin-386-cgo), const CREAD = 2048
  4486  pkg syscall (darwin-386-cgo), const CREAD ideal-int
  4487  pkg syscall (darwin-386-cgo), const CS5 = 0
  4488  pkg syscall (darwin-386-cgo), const CS5 ideal-int
  4489  pkg syscall (darwin-386-cgo), const CS6 = 256
  4490  pkg syscall (darwin-386-cgo), const CS6 ideal-int
  4491  pkg syscall (darwin-386-cgo), const CS7 = 512
  4492  pkg syscall (darwin-386-cgo), const CS7 ideal-int
  4493  pkg syscall (darwin-386-cgo), const CS8 = 768
  4494  pkg syscall (darwin-386-cgo), const CS8 ideal-int
  4495  pkg syscall (darwin-386-cgo), const CSIZE = 768
  4496  pkg syscall (darwin-386-cgo), const CSIZE ideal-int
  4497  pkg syscall (darwin-386-cgo), const CSTART = 17
  4498  pkg syscall (darwin-386-cgo), const CSTART ideal-int
  4499  pkg syscall (darwin-386-cgo), const CSTATUS = 20
  4500  pkg syscall (darwin-386-cgo), const CSTATUS ideal-int
  4501  pkg syscall (darwin-386-cgo), const CSTOP = 19
  4502  pkg syscall (darwin-386-cgo), const CSTOP ideal-int
  4503  pkg syscall (darwin-386-cgo), const CSTOPB = 1024
  4504  pkg syscall (darwin-386-cgo), const CSTOPB ideal-int
  4505  pkg syscall (darwin-386-cgo), const CSUSP = 26
  4506  pkg syscall (darwin-386-cgo), const CSUSP ideal-int
  4507  pkg syscall (darwin-386-cgo), const CTL_MAXNAME = 12
  4508  pkg syscall (darwin-386-cgo), const CTL_NET = 4
  4509  pkg syscall (darwin-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  4510  pkg syscall (darwin-386-cgo), const DLT_ARCNET = 7
  4511  pkg syscall (darwin-386-cgo), const DLT_ATM_CLIP = 19
  4512  pkg syscall (darwin-386-cgo), const DLT_ATM_RFC1483 = 11
  4513  pkg syscall (darwin-386-cgo), const DLT_AX25 = 3
  4514  pkg syscall (darwin-386-cgo), const DLT_CHAOS = 5
  4515  pkg syscall (darwin-386-cgo), const DLT_CHDLC = 104
  4516  pkg syscall (darwin-386-cgo), const DLT_C_HDLC = 104
  4517  pkg syscall (darwin-386-cgo), const DLT_EN10MB = 1
  4518  pkg syscall (darwin-386-cgo), const DLT_EN3MB = 2
  4519  pkg syscall (darwin-386-cgo), const DLT_FDDI = 10
  4520  pkg syscall (darwin-386-cgo), const DLT_IEEE802 = 6
  4521  pkg syscall (darwin-386-cgo), const DLT_IEEE802_11 = 105
  4522  pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO = 127
  4523  pkg syscall (darwin-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
  4524  pkg syscall (darwin-386-cgo), const DLT_LINUX_SLL = 113
  4525  pkg syscall (darwin-386-cgo), const DLT_LOOP = 108
  4526  pkg syscall (darwin-386-cgo), const DLT_NULL = 0
  4527  pkg syscall (darwin-386-cgo), const DLT_PFLOG = 117
  4528  pkg syscall (darwin-386-cgo), const DLT_PFSYNC = 18
  4529  pkg syscall (darwin-386-cgo), const DLT_PPP = 9
  4530  pkg syscall (darwin-386-cgo), const DLT_PPP_BSDOS = 16
  4531  pkg syscall (darwin-386-cgo), const DLT_PPP_SERIAL = 50
  4532  pkg syscall (darwin-386-cgo), const DLT_PRONET = 4
  4533  pkg syscall (darwin-386-cgo), const DLT_RAW = 12
  4534  pkg syscall (darwin-386-cgo), const DLT_SLIP = 8
  4535  pkg syscall (darwin-386-cgo), const DLT_SLIP_BSDOS = 15
  4536  pkg syscall (darwin-386-cgo), const DT_BLK = 6
  4537  pkg syscall (darwin-386-cgo), const DT_CHR = 2
  4538  pkg syscall (darwin-386-cgo), const DT_DIR = 4
  4539  pkg syscall (darwin-386-cgo), const DT_FIFO = 1
  4540  pkg syscall (darwin-386-cgo), const DT_LNK = 10
  4541  pkg syscall (darwin-386-cgo), const DT_REG = 8
  4542  pkg syscall (darwin-386-cgo), const DT_SOCK = 12
  4543  pkg syscall (darwin-386-cgo), const DT_UNKNOWN = 0
  4544  pkg syscall (darwin-386-cgo), const DT_WHT = 14
  4545  pkg syscall (darwin-386-cgo), const E2BIG = 7
  4546  pkg syscall (darwin-386-cgo), const EACCES = 13
  4547  pkg syscall (darwin-386-cgo), const EADDRINUSE = 48
  4548  pkg syscall (darwin-386-cgo), const EADDRNOTAVAIL = 49
  4549  pkg syscall (darwin-386-cgo), const EAFNOSUPPORT = 47
  4550  pkg syscall (darwin-386-cgo), const EAGAIN = 35
  4551  pkg syscall (darwin-386-cgo), const EALREADY = 37
  4552  pkg syscall (darwin-386-cgo), const EAUTH = 80
  4553  pkg syscall (darwin-386-cgo), const EBADARCH = 86
  4554  pkg syscall (darwin-386-cgo), const EBADEXEC = 85
  4555  pkg syscall (darwin-386-cgo), const EBADF = 9
  4556  pkg syscall (darwin-386-cgo), const EBADMACHO = 88
  4557  pkg syscall (darwin-386-cgo), const EBADMSG = 94
  4558  pkg syscall (darwin-386-cgo), const EBADRPC = 72
  4559  pkg syscall (darwin-386-cgo), const EBUSY = 16
  4560  pkg syscall (darwin-386-cgo), const ECANCELED = 89
  4561  pkg syscall (darwin-386-cgo), const ECHILD = 10
  4562  pkg syscall (darwin-386-cgo), const ECHO = 8
  4563  pkg syscall (darwin-386-cgo), const ECHOCTL = 64
  4564  pkg syscall (darwin-386-cgo), const ECHOE = 2
  4565  pkg syscall (darwin-386-cgo), const ECHOK = 4
  4566  pkg syscall (darwin-386-cgo), const ECHOKE = 1
  4567  pkg syscall (darwin-386-cgo), const ECHONL = 16
  4568  pkg syscall (darwin-386-cgo), const ECHOPRT = 32
  4569  pkg syscall (darwin-386-cgo), const ECONNABORTED = 53
  4570  pkg syscall (darwin-386-cgo), const ECONNREFUSED = 61
  4571  pkg syscall (darwin-386-cgo), const ECONNRESET = 54
  4572  pkg syscall (darwin-386-cgo), const EDEADLK = 11
  4573  pkg syscall (darwin-386-cgo), const EDESTADDRREQ = 39
  4574  pkg syscall (darwin-386-cgo), const EDEVERR = 83
  4575  pkg syscall (darwin-386-cgo), const EDOM = 33
  4576  pkg syscall (darwin-386-cgo), const EDQUOT = 69
  4577  pkg syscall (darwin-386-cgo), const EEXIST = 17
  4578  pkg syscall (darwin-386-cgo), const EFAULT = 14
  4579  pkg syscall (darwin-386-cgo), const EFBIG = 27
  4580  pkg syscall (darwin-386-cgo), const EFTYPE = 79
  4581  pkg syscall (darwin-386-cgo), const EHOSTDOWN = 64
  4582  pkg syscall (darwin-386-cgo), const EHOSTUNREACH = 65
  4583  pkg syscall (darwin-386-cgo), const EIDRM = 90
  4584  pkg syscall (darwin-386-cgo), const EILSEQ = 92
  4585  pkg syscall (darwin-386-cgo), const EINPROGRESS = 36
  4586  pkg syscall (darwin-386-cgo), const EINTR = 4
  4587  pkg syscall (darwin-386-cgo), const EINVAL = 22
  4588  pkg syscall (darwin-386-cgo), const EIO = 5
  4589  pkg syscall (darwin-386-cgo), const EISCONN = 56
  4590  pkg syscall (darwin-386-cgo), const EISDIR = 21
  4591  pkg syscall (darwin-386-cgo), const ELAST = 105
  4592  pkg syscall (darwin-386-cgo), const ELOOP = 62
  4593  pkg syscall (darwin-386-cgo), const EMFILE = 24
  4594  pkg syscall (darwin-386-cgo), const EMLINK = 31
  4595  pkg syscall (darwin-386-cgo), const EMSGSIZE = 40
  4596  pkg syscall (darwin-386-cgo), const EMULTIHOP = 95
  4597  pkg syscall (darwin-386-cgo), const ENAMETOOLONG = 63
  4598  pkg syscall (darwin-386-cgo), const ENEEDAUTH = 81
  4599  pkg syscall (darwin-386-cgo), const ENETDOWN = 50
  4600  pkg syscall (darwin-386-cgo), const ENETRESET = 52
  4601  pkg syscall (darwin-386-cgo), const ENETUNREACH = 51
  4602  pkg syscall (darwin-386-cgo), const ENFILE = 23
  4603  pkg syscall (darwin-386-cgo), const ENOATTR = 93
  4604  pkg syscall (darwin-386-cgo), const ENOBUFS = 55
  4605  pkg syscall (darwin-386-cgo), const ENODATA = 96
  4606  pkg syscall (darwin-386-cgo), const ENODEV = 19
  4607  pkg syscall (darwin-386-cgo), const ENOEXEC = 8
  4608  pkg syscall (darwin-386-cgo), const ENOLCK = 77
  4609  pkg syscall (darwin-386-cgo), const ENOLINK = 97
  4610  pkg syscall (darwin-386-cgo), const ENOMEM = 12
  4611  pkg syscall (darwin-386-cgo), const ENOMSG = 91
  4612  pkg syscall (darwin-386-cgo), const ENOPOLICY = 103
  4613  pkg syscall (darwin-386-cgo), const ENOPROTOOPT = 42
  4614  pkg syscall (darwin-386-cgo), const ENOSPC = 28
  4615  pkg syscall (darwin-386-cgo), const ENOSR = 98
  4616  pkg syscall (darwin-386-cgo), const ENOSTR = 99
  4617  pkg syscall (darwin-386-cgo), const ENOSYS = 78
  4618  pkg syscall (darwin-386-cgo), const ENOTBLK = 15
  4619  pkg syscall (darwin-386-cgo), const ENOTCONN = 57
  4620  pkg syscall (darwin-386-cgo), const ENOTDIR = 20
  4621  pkg syscall (darwin-386-cgo), const ENOTEMPTY = 66
  4622  pkg syscall (darwin-386-cgo), const ENOTRECOVERABLE = 104
  4623  pkg syscall (darwin-386-cgo), const ENOTSOCK = 38
  4624  pkg syscall (darwin-386-cgo), const ENOTSUP = 45
  4625  pkg syscall (darwin-386-cgo), const ENOTTY = 25
  4626  pkg syscall (darwin-386-cgo), const ENXIO = 6
  4627  pkg syscall (darwin-386-cgo), const EOPNOTSUPP = 102
  4628  pkg syscall (darwin-386-cgo), const EOVERFLOW = 84
  4629  pkg syscall (darwin-386-cgo), const EOWNERDEAD = 105
  4630  pkg syscall (darwin-386-cgo), const EPERM = 1
  4631  pkg syscall (darwin-386-cgo), const EPFNOSUPPORT = 46
  4632  pkg syscall (darwin-386-cgo), const EPIPE = 32
  4633  pkg syscall (darwin-386-cgo), const EPROCLIM = 67
  4634  pkg syscall (darwin-386-cgo), const EPROCUNAVAIL = 76
  4635  pkg syscall (darwin-386-cgo), const EPROGMISMATCH = 75
  4636  pkg syscall (darwin-386-cgo), const EPROGUNAVAIL = 74
  4637  pkg syscall (darwin-386-cgo), const EPROTO = 100
  4638  pkg syscall (darwin-386-cgo), const EPROTONOSUPPORT = 43
  4639  pkg syscall (darwin-386-cgo), const EPROTOTYPE = 41
  4640  pkg syscall (darwin-386-cgo), const EPWROFF = 82
  4641  pkg syscall (darwin-386-cgo), const ERANGE = 34
  4642  pkg syscall (darwin-386-cgo), const EREMOTE = 71
  4643  pkg syscall (darwin-386-cgo), const EROFS = 30
  4644  pkg syscall (darwin-386-cgo), const ERPCMISMATCH = 73
  4645  pkg syscall (darwin-386-cgo), const ESHLIBVERS = 87
  4646  pkg syscall (darwin-386-cgo), const ESHUTDOWN = 58
  4647  pkg syscall (darwin-386-cgo), const ESOCKTNOSUPPORT = 44
  4648  pkg syscall (darwin-386-cgo), const ESPIPE = 29
  4649  pkg syscall (darwin-386-cgo), const ESRCH = 3
  4650  pkg syscall (darwin-386-cgo), const ESTALE = 70
  4651  pkg syscall (darwin-386-cgo), const ETIME = 101
  4652  pkg syscall (darwin-386-cgo), const ETIMEDOUT = 60
  4653  pkg syscall (darwin-386-cgo), const ETOOMANYREFS = 59
  4654  pkg syscall (darwin-386-cgo), const ETXTBSY = 26
  4655  pkg syscall (darwin-386-cgo), const EUSERS = 68
  4656  pkg syscall (darwin-386-cgo), const EVFILT_AIO = -3
  4657  pkg syscall (darwin-386-cgo), const EVFILT_FS = -9
  4658  pkg syscall (darwin-386-cgo), const EVFILT_MACHPORT = -8
  4659  pkg syscall (darwin-386-cgo), const EVFILT_PROC = -5
  4660  pkg syscall (darwin-386-cgo), const EVFILT_READ = -1
  4661  pkg syscall (darwin-386-cgo), const EVFILT_SIGNAL = -6
  4662  pkg syscall (darwin-386-cgo), const EVFILT_SYSCOUNT = 12
  4663  pkg syscall (darwin-386-cgo), const EVFILT_THREADMARKER = 12
  4664  pkg syscall (darwin-386-cgo), const EVFILT_TIMER = -7
  4665  pkg syscall (darwin-386-cgo), const EVFILT_USER = -10
  4666  pkg syscall (darwin-386-cgo), const EVFILT_VM = -12
  4667  pkg syscall (darwin-386-cgo), const EVFILT_VNODE = -4
  4668  pkg syscall (darwin-386-cgo), const EVFILT_WRITE = -2
  4669  pkg syscall (darwin-386-cgo), const EV_ADD = 1
  4670  pkg syscall (darwin-386-cgo), const EV_CLEAR = 32
  4671  pkg syscall (darwin-386-cgo), const EV_DELETE = 2
  4672  pkg syscall (darwin-386-cgo), const EV_DISABLE = 8
  4673  pkg syscall (darwin-386-cgo), const EV_DISPATCH = 128
  4674  pkg syscall (darwin-386-cgo), const EV_ENABLE = 4
  4675  pkg syscall (darwin-386-cgo), const EV_EOF = 32768
  4676  pkg syscall (darwin-386-cgo), const EV_ERROR = 16384
  4677  pkg syscall (darwin-386-cgo), const EV_FLAG0 = 4096
  4678  pkg syscall (darwin-386-cgo), const EV_FLAG1 = 8192
  4679  pkg syscall (darwin-386-cgo), const EV_ONESHOT = 16
  4680  pkg syscall (darwin-386-cgo), const EV_OOBAND = 8192
  4681  pkg syscall (darwin-386-cgo), const EV_POLL = 4096
  4682  pkg syscall (darwin-386-cgo), const EV_RECEIPT = 64
  4683  pkg syscall (darwin-386-cgo), const EV_SYSFLAGS = 61440
  4684  pkg syscall (darwin-386-cgo), const EWOULDBLOCK = 35
  4685  pkg syscall (darwin-386-cgo), const EXDEV = 18
  4686  pkg syscall (darwin-386-cgo), const EXTA = 19200
  4687  pkg syscall (darwin-386-cgo), const EXTB = 38400
  4688  pkg syscall (darwin-386-cgo), const EXTPROC = 2048
  4689  pkg syscall (darwin-386-cgo), const FD_CLOEXEC = 1
  4690  pkg syscall (darwin-386-cgo), const FD_SETSIZE = 1024
  4691  pkg syscall (darwin-386-cgo), const FLUSHO = 8388608
  4692  pkg syscall (darwin-386-cgo), const FLUSHO ideal-int
  4693  pkg syscall (darwin-386-cgo), const F_ADDFILESIGS = 61
  4694  pkg syscall (darwin-386-cgo), const F_ADDSIGS = 59
  4695  pkg syscall (darwin-386-cgo), const F_ALLOCATEALL = 4
  4696  pkg syscall (darwin-386-cgo), const F_ALLOCATECONTIG = 2
  4697  pkg syscall (darwin-386-cgo), const F_CHKCLEAN = 41
  4698  pkg syscall (darwin-386-cgo), const F_DUPFD = 0
  4699  pkg syscall (darwin-386-cgo), const F_DUPFD_CLOEXEC = 67
  4700  pkg syscall (darwin-386-cgo), const F_FLUSH_DATA = 40
  4701  pkg syscall (darwin-386-cgo), const F_FREEZE_FS = 53
  4702  pkg syscall (darwin-386-cgo), const F_FULLFSYNC = 51
  4703  pkg syscall (darwin-386-cgo), const F_GETFD = 1
  4704  pkg syscall (darwin-386-cgo), const F_GETFL = 3
  4705  pkg syscall (darwin-386-cgo), const F_GETLK = 7
  4706  pkg syscall (darwin-386-cgo), const F_GETLKPID = 66
  4707  pkg syscall (darwin-386-cgo), const F_GETNOSIGPIPE = 74
  4708  pkg syscall (darwin-386-cgo), const F_GETOWN = 5
  4709  pkg syscall (darwin-386-cgo), const F_GETPATH = 50
  4710  pkg syscall (darwin-386-cgo), const F_GETPATH_MTMINFO = 71
  4711  pkg syscall (darwin-386-cgo), const F_GETPROTECTIONCLASS = 63
  4712  pkg syscall (darwin-386-cgo), const F_GLOBAL_NOCACHE = 55
  4713  pkg syscall (darwin-386-cgo), const F_LOG2PHYS = 49
  4714  pkg syscall (darwin-386-cgo), const F_LOG2PHYS_EXT = 65
  4715  pkg syscall (darwin-386-cgo), const F_MARKDEPENDENCY = 60
  4716  pkg syscall (darwin-386-cgo), const F_NOCACHE = 48
  4717  pkg syscall (darwin-386-cgo), const F_NODIRECT = 62
  4718  pkg syscall (darwin-386-cgo), const F_OK = 0
  4719  pkg syscall (darwin-386-cgo), const F_PATHPKG_CHECK = 52
  4720  pkg syscall (darwin-386-cgo), const F_PEOFPOSMODE = 3
  4721  pkg syscall (darwin-386-cgo), const F_PREALLOCATE = 42
  4722  pkg syscall (darwin-386-cgo), const F_RDADVISE = 44
  4723  pkg syscall (darwin-386-cgo), const F_RDAHEAD = 45
  4724  pkg syscall (darwin-386-cgo), const F_RDLCK = 1
  4725  pkg syscall (darwin-386-cgo), const F_READBOOTSTRAP = 46
  4726  pkg syscall (darwin-386-cgo), const F_SETBACKINGSTORE = 70
  4727  pkg syscall (darwin-386-cgo), const F_SETFD = 2
  4728  pkg syscall (darwin-386-cgo), const F_SETFL = 4
  4729  pkg syscall (darwin-386-cgo), const F_SETLK = 8
  4730  pkg syscall (darwin-386-cgo), const F_SETLKW = 9
  4731  pkg syscall (darwin-386-cgo), const F_SETNOSIGPIPE = 73
  4732  pkg syscall (darwin-386-cgo), const F_SETOWN = 6
  4733  pkg syscall (darwin-386-cgo), const F_SETPROTECTIONCLASS = 64
  4734  pkg syscall (darwin-386-cgo), const F_SETSIZE = 43
  4735  pkg syscall (darwin-386-cgo), const F_THAW_FS = 54
  4736  pkg syscall (darwin-386-cgo), const F_UNLCK = 2
  4737  pkg syscall (darwin-386-cgo), const F_VOLPOSMODE = 4
  4738  pkg syscall (darwin-386-cgo), const F_WRITEBOOTSTRAP = 47
  4739  pkg syscall (darwin-386-cgo), const F_WRLCK = 3
  4740  pkg syscall (darwin-386-cgo), const HUPCL = 16384
  4741  pkg syscall (darwin-386-cgo), const HUPCL ideal-int
  4742  pkg syscall (darwin-386-cgo), const ICANON = 256
  4743  pkg syscall (darwin-386-cgo), const ICANON ideal-int
  4744  pkg syscall (darwin-386-cgo), const ICRNL = 256
  4745  pkg syscall (darwin-386-cgo), const ICRNL ideal-int
  4746  pkg syscall (darwin-386-cgo), const IEXTEN = 1024
  4747  pkg syscall (darwin-386-cgo), const IEXTEN ideal-int
  4748  pkg syscall (darwin-386-cgo), const IFF_ALLMULTI = 512
  4749  pkg syscall (darwin-386-cgo), const IFF_ALTPHYS = 16384
  4750  pkg syscall (darwin-386-cgo), const IFF_DEBUG = 4
  4751  pkg syscall (darwin-386-cgo), const IFF_LINK0 = 4096
  4752  pkg syscall (darwin-386-cgo), const IFF_LINK1 = 8192
  4753  pkg syscall (darwin-386-cgo), const IFF_LINK2 = 16384
  4754  pkg syscall (darwin-386-cgo), const IFF_LOOPBACK = 8
  4755  pkg syscall (darwin-386-cgo), const IFF_MULTICAST = 32768
  4756  pkg syscall (darwin-386-cgo), const IFF_NOARP = 128
  4757  pkg syscall (darwin-386-cgo), const IFF_NOTRAILERS = 32
  4758  pkg syscall (darwin-386-cgo), const IFF_OACTIVE = 1024
  4759  pkg syscall (darwin-386-cgo), const IFF_POINTOPOINT = 16
  4760  pkg syscall (darwin-386-cgo), const IFF_PROMISC = 256
  4761  pkg syscall (darwin-386-cgo), const IFF_RUNNING = 64
  4762  pkg syscall (darwin-386-cgo), const IFF_SIMPLEX = 2048
  4763  pkg syscall (darwin-386-cgo), const IFNAMSIZ = 16
  4764  pkg syscall (darwin-386-cgo), const IFT_1822 = 2
  4765  pkg syscall (darwin-386-cgo), const IFT_AAL5 = 49
  4766  pkg syscall (darwin-386-cgo), const IFT_ARCNET = 35
  4767  pkg syscall (darwin-386-cgo), const IFT_ARCNETPLUS = 36
  4768  pkg syscall (darwin-386-cgo), const IFT_ATM = 37
  4769  pkg syscall (darwin-386-cgo), const IFT_BRIDGE = 209
  4770  pkg syscall (darwin-386-cgo), const IFT_CARP = 248
  4771  pkg syscall (darwin-386-cgo), const IFT_CELLULAR = 255
  4772  pkg syscall (darwin-386-cgo), const IFT_CEPT = 19
  4773  pkg syscall (darwin-386-cgo), const IFT_DS3 = 30
  4774  pkg syscall (darwin-386-cgo), const IFT_ENC = 244
  4775  pkg syscall (darwin-386-cgo), const IFT_EON = 25
  4776  pkg syscall (darwin-386-cgo), const IFT_ETHER = 6
  4777  pkg syscall (darwin-386-cgo), const IFT_FAITH = 56
  4778  pkg syscall (darwin-386-cgo), const IFT_FDDI = 15
  4779  pkg syscall (darwin-386-cgo), const IFT_FRELAY = 32
  4780  pkg syscall (darwin-386-cgo), const IFT_FRELAYDCE = 44
  4781  pkg syscall (darwin-386-cgo), const IFT_GIF = 55
  4782  pkg syscall (darwin-386-cgo), const IFT_HDH1822 = 3
  4783  pkg syscall (darwin-386-cgo), const IFT_HIPPI = 47
  4784  pkg syscall (darwin-386-cgo), const IFT_HSSI = 46
  4785  pkg syscall (darwin-386-cgo), const IFT_HY = 14
  4786  pkg syscall (darwin-386-cgo), const IFT_IEEE1394 = 144
  4787  pkg syscall (darwin-386-cgo), const IFT_IEEE8023ADLAG = 136
  4788  pkg syscall (darwin-386-cgo), const IFT_ISDNBASIC = 20
  4789  pkg syscall (darwin-386-cgo), const IFT_ISDNPRIMARY = 21
  4790  pkg syscall (darwin-386-cgo), const IFT_ISO88022LLC = 41
  4791  pkg syscall (darwin-386-cgo), const IFT_ISO88023 = 7
  4792  pkg syscall (darwin-386-cgo), const IFT_ISO88024 = 8
  4793  pkg syscall (darwin-386-cgo), const IFT_ISO88025 = 9
  4794  pkg syscall (darwin-386-cgo), const IFT_ISO88026 = 10
  4795  pkg syscall (darwin-386-cgo), const IFT_L2VLAN = 135
  4796  pkg syscall (darwin-386-cgo), const IFT_LAPB = 16
  4797  pkg syscall (darwin-386-cgo), const IFT_LOCALTALK = 42
  4798  pkg syscall (darwin-386-cgo), const IFT_LOOP = 24
  4799  pkg syscall (darwin-386-cgo), const IFT_MIOX25 = 38
  4800  pkg syscall (darwin-386-cgo), const IFT_MODEM = 48
  4801  pkg syscall (darwin-386-cgo), const IFT_NSIP = 27
  4802  pkg syscall (darwin-386-cgo), const IFT_OTHER = 1
  4803  pkg syscall (darwin-386-cgo), const IFT_P10 = 12
  4804  pkg syscall (darwin-386-cgo), const IFT_P80 = 13
  4805  pkg syscall (darwin-386-cgo), const IFT_PARA = 34
  4806  pkg syscall (darwin-386-cgo), const IFT_PDP = 255
  4807  pkg syscall (darwin-386-cgo), const IFT_PFLOG = 245
  4808  pkg syscall (darwin-386-cgo), const IFT_PFSYNC = 246
  4809  pkg syscall (darwin-386-cgo), const IFT_PPP = 23
  4810  pkg syscall (darwin-386-cgo), const IFT_PROPMUX = 54
  4811  pkg syscall (darwin-386-cgo), const IFT_PROPVIRTUAL = 53
  4812  pkg syscall (darwin-386-cgo), const IFT_PTPSERIAL = 22
  4813  pkg syscall (darwin-386-cgo), const IFT_RS232 = 33
  4814  pkg syscall (darwin-386-cgo), const IFT_SDLC = 17
  4815  pkg syscall (darwin-386-cgo), const IFT_SIP = 31
  4816  pkg syscall (darwin-386-cgo), const IFT_SLIP = 28
  4817  pkg syscall (darwin-386-cgo), const IFT_SMDSDXI = 43
  4818  pkg syscall (darwin-386-cgo), const IFT_SMDSICIP = 52
  4819  pkg syscall (darwin-386-cgo), const IFT_SONET = 39
  4820  pkg syscall (darwin-386-cgo), const IFT_SONETPATH = 50
  4821  pkg syscall (darwin-386-cgo), const IFT_SONETVT = 51
  4822  pkg syscall (darwin-386-cgo), const IFT_STARLAN = 11
  4823  pkg syscall (darwin-386-cgo), const IFT_STF = 57
  4824  pkg syscall (darwin-386-cgo), const IFT_T1 = 18
  4825  pkg syscall (darwin-386-cgo), const IFT_ULTRA = 29
  4826  pkg syscall (darwin-386-cgo), const IFT_V35 = 45
  4827  pkg syscall (darwin-386-cgo), const IFT_X25 = 5
  4828  pkg syscall (darwin-386-cgo), const IFT_X25DDN = 4
  4829  pkg syscall (darwin-386-cgo), const IFT_X25PLE = 40
  4830  pkg syscall (darwin-386-cgo), const IFT_XETHER = 26
  4831  pkg syscall (darwin-386-cgo), const IGNBRK = 1
  4832  pkg syscall (darwin-386-cgo), const IGNBRK ideal-int
  4833  pkg syscall (darwin-386-cgo), const IGNCR = 128
  4834  pkg syscall (darwin-386-cgo), const IGNCR ideal-int
  4835  pkg syscall (darwin-386-cgo), const IGNPAR = 4
  4836  pkg syscall (darwin-386-cgo), const IGNPAR ideal-int
  4837  pkg syscall (darwin-386-cgo), const IMAXBEL = 8192
  4838  pkg syscall (darwin-386-cgo), const IMAXBEL ideal-int
  4839  pkg syscall (darwin-386-cgo), const INLCR = 64
  4840  pkg syscall (darwin-386-cgo), const INLCR ideal-int
  4841  pkg syscall (darwin-386-cgo), const INPCK = 16
  4842  pkg syscall (darwin-386-cgo), const INPCK ideal-int
  4843  pkg syscall (darwin-386-cgo), const IN_CLASSA_HOST = 16777215
  4844  pkg syscall (darwin-386-cgo), const IN_CLASSA_MAX = 128
  4845  pkg syscall (darwin-386-cgo), const IN_CLASSA_NET = 4278190080
  4846  pkg syscall (darwin-386-cgo), const IN_CLASSA_NSHIFT = 24
  4847  pkg syscall (darwin-386-cgo), const IN_CLASSB_HOST = 65535
  4848  pkg syscall (darwin-386-cgo), const IN_CLASSB_MAX = 65536
  4849  pkg syscall (darwin-386-cgo), const IN_CLASSB_NET = 4294901760
  4850  pkg syscall (darwin-386-cgo), const IN_CLASSB_NSHIFT = 16
  4851  pkg syscall (darwin-386-cgo), const IN_CLASSC_HOST = 255
  4852  pkg syscall (darwin-386-cgo), const IN_CLASSC_NET = 4294967040
  4853  pkg syscall (darwin-386-cgo), const IN_CLASSC_NSHIFT = 8
  4854  pkg syscall (darwin-386-cgo), const IN_CLASSD_HOST = 268435455
  4855  pkg syscall (darwin-386-cgo), const IN_CLASSD_NET = 4026531840
  4856  pkg syscall (darwin-386-cgo), const IN_CLASSD_NSHIFT = 28
  4857  pkg syscall (darwin-386-cgo), const IN_LINKLOCALNETNUM = 2851995648
  4858  pkg syscall (darwin-386-cgo), const IN_LOOPBACKNET = 127
  4859  pkg syscall (darwin-386-cgo), const IPPROTO_3PC = 34
  4860  pkg syscall (darwin-386-cgo), const IPPROTO_ADFS = 68
  4861  pkg syscall (darwin-386-cgo), const IPPROTO_AH = 51
  4862  pkg syscall (darwin-386-cgo), const IPPROTO_AHIP = 61
  4863  pkg syscall (darwin-386-cgo), const IPPROTO_APES = 99
  4864  pkg syscall (darwin-386-cgo), const IPPROTO_ARGUS = 13
  4865  pkg syscall (darwin-386-cgo), const IPPROTO_AX25 = 93
  4866  pkg syscall (darwin-386-cgo), const IPPROTO_BHA = 49
  4867  pkg syscall (darwin-386-cgo), const IPPROTO_BLT = 30
  4868  pkg syscall (darwin-386-cgo), const IPPROTO_BRSATMON = 76
  4869  pkg syscall (darwin-386-cgo), const IPPROTO_CFTP = 62
  4870  pkg syscall (darwin-386-cgo), const IPPROTO_CHAOS = 16
  4871  pkg syscall (darwin-386-cgo), const IPPROTO_CMTP = 38
  4872  pkg syscall (darwin-386-cgo), const IPPROTO_CPHB = 73
  4873  pkg syscall (darwin-386-cgo), const IPPROTO_CPNX = 72
  4874  pkg syscall (darwin-386-cgo), const IPPROTO_DDP = 37
  4875  pkg syscall (darwin-386-cgo), const IPPROTO_DGP = 86
  4876  pkg syscall (darwin-386-cgo), const IPPROTO_DIVERT = 254
  4877  pkg syscall (darwin-386-cgo), const IPPROTO_DONE = 257
  4878  pkg syscall (darwin-386-cgo), const IPPROTO_DSTOPTS = 60
  4879  pkg syscall (darwin-386-cgo), const IPPROTO_EGP = 8
  4880  pkg syscall (darwin-386-cgo), const IPPROTO_EMCON = 14
  4881  pkg syscall (darwin-386-cgo), const IPPROTO_ENCAP = 98
  4882  pkg syscall (darwin-386-cgo), const IPPROTO_EON = 80
  4883  pkg syscall (darwin-386-cgo), const IPPROTO_ESP = 50
  4884  pkg syscall (darwin-386-cgo), const IPPROTO_ETHERIP = 97
  4885  pkg syscall (darwin-386-cgo), const IPPROTO_FRAGMENT = 44
  4886  pkg syscall (darwin-386-cgo), const IPPROTO_GGP = 3
  4887  pkg syscall (darwin-386-cgo), const IPPROTO_GMTP = 100
  4888  pkg syscall (darwin-386-cgo), const IPPROTO_GRE = 47
  4889  pkg syscall (darwin-386-cgo), const IPPROTO_HELLO = 63
  4890  pkg syscall (darwin-386-cgo), const IPPROTO_HMP = 20
  4891  pkg syscall (darwin-386-cgo), const IPPROTO_HOPOPTS = 0
  4892  pkg syscall (darwin-386-cgo), const IPPROTO_ICMP = 1
  4893  pkg syscall (darwin-386-cgo), const IPPROTO_ICMPV6 = 58
  4894  pkg syscall (darwin-386-cgo), const IPPROTO_IDP = 22
  4895  pkg syscall (darwin-386-cgo), const IPPROTO_IDPR = 35
  4896  pkg syscall (darwin-386-cgo), const IPPROTO_IDRP = 45
  4897  pkg syscall (darwin-386-cgo), const IPPROTO_IGMP = 2
  4898  pkg syscall (darwin-386-cgo), const IPPROTO_IGP = 85
  4899  pkg syscall (darwin-386-cgo), const IPPROTO_IGRP = 88
  4900  pkg syscall (darwin-386-cgo), const IPPROTO_IL = 40
  4901  pkg syscall (darwin-386-cgo), const IPPROTO_INLSP = 52
  4902  pkg syscall (darwin-386-cgo), const IPPROTO_INP = 32
  4903  pkg syscall (darwin-386-cgo), const IPPROTO_IPCOMP = 108
  4904  pkg syscall (darwin-386-cgo), const IPPROTO_IPCV = 71
  4905  pkg syscall (darwin-386-cgo), const IPPROTO_IPEIP = 94
  4906  pkg syscall (darwin-386-cgo), const IPPROTO_IPIP = 4
  4907  pkg syscall (darwin-386-cgo), const IPPROTO_IPPC = 67
  4908  pkg syscall (darwin-386-cgo), const IPPROTO_IPV4 = 4
  4909  pkg syscall (darwin-386-cgo), const IPPROTO_IRTP = 28
  4910  pkg syscall (darwin-386-cgo), const IPPROTO_KRYPTOLAN = 65
  4911  pkg syscall (darwin-386-cgo), const IPPROTO_LARP = 91
  4912  pkg syscall (darwin-386-cgo), const IPPROTO_LEAF1 = 25
  4913  pkg syscall (darwin-386-cgo), const IPPROTO_LEAF2 = 26
  4914  pkg syscall (darwin-386-cgo), const IPPROTO_MAX = 256
  4915  pkg syscall (darwin-386-cgo), const IPPROTO_MAXID = 52
  4916  pkg syscall (darwin-386-cgo), const IPPROTO_MEAS = 19
  4917  pkg syscall (darwin-386-cgo), const IPPROTO_MHRP = 48
  4918  pkg syscall (darwin-386-cgo), const IPPROTO_MICP = 95
  4919  pkg syscall (darwin-386-cgo), const IPPROTO_MTP = 92
  4920  pkg syscall (darwin-386-cgo), const IPPROTO_MUX = 18
  4921  pkg syscall (darwin-386-cgo), const IPPROTO_ND = 77
  4922  pkg syscall (darwin-386-cgo), const IPPROTO_NHRP = 54
  4923  pkg syscall (darwin-386-cgo), const IPPROTO_NONE = 59
  4924  pkg syscall (darwin-386-cgo), const IPPROTO_NSP = 31
  4925  pkg syscall (darwin-386-cgo), const IPPROTO_NVPII = 11
  4926  pkg syscall (darwin-386-cgo), const IPPROTO_OSPFIGP = 89
  4927  pkg syscall (darwin-386-cgo), const IPPROTO_PGM = 113
  4928  pkg syscall (darwin-386-cgo), const IPPROTO_PIGP = 9
  4929  pkg syscall (darwin-386-cgo), const IPPROTO_PIM = 103
  4930  pkg syscall (darwin-386-cgo), const IPPROTO_PRM = 21
  4931  pkg syscall (darwin-386-cgo), const IPPROTO_PUP = 12
  4932  pkg syscall (darwin-386-cgo), const IPPROTO_PVP = 75
  4933  pkg syscall (darwin-386-cgo), const IPPROTO_RAW = 255
  4934  pkg syscall (darwin-386-cgo), const IPPROTO_RCCMON = 10
  4935  pkg syscall (darwin-386-cgo), const IPPROTO_RDP = 27
  4936  pkg syscall (darwin-386-cgo), const IPPROTO_ROUTING = 43
  4937  pkg syscall (darwin-386-cgo), const IPPROTO_RSVP = 46
  4938  pkg syscall (darwin-386-cgo), const IPPROTO_RVD = 66
  4939  pkg syscall (darwin-386-cgo), const IPPROTO_SATEXPAK = 64
  4940  pkg syscall (darwin-386-cgo), const IPPROTO_SATMON = 69
  4941  pkg syscall (darwin-386-cgo), const IPPROTO_SCCSP = 96
  4942  pkg syscall (darwin-386-cgo), const IPPROTO_SCTP = 132
  4943  pkg syscall (darwin-386-cgo), const IPPROTO_SDRP = 42
  4944  pkg syscall (darwin-386-cgo), const IPPROTO_SEP = 33
  4945  pkg syscall (darwin-386-cgo), const IPPROTO_SRPC = 90
  4946  pkg syscall (darwin-386-cgo), const IPPROTO_ST = 7
  4947  pkg syscall (darwin-386-cgo), const IPPROTO_SVMTP = 82
  4948  pkg syscall (darwin-386-cgo), const IPPROTO_SWIPE = 53
  4949  pkg syscall (darwin-386-cgo), const IPPROTO_TCF = 87
  4950  pkg syscall (darwin-386-cgo), const IPPROTO_TP = 29
  4951  pkg syscall (darwin-386-cgo), const IPPROTO_TPXX = 39
  4952  pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK1 = 23
  4953  pkg syscall (darwin-386-cgo), const IPPROTO_TRUNK2 = 24
  4954  pkg syscall (darwin-386-cgo), const IPPROTO_TTP = 84
  4955  pkg syscall (darwin-386-cgo), const IPPROTO_VINES = 83
  4956  pkg syscall (darwin-386-cgo), const IPPROTO_VISA = 70
  4957  pkg syscall (darwin-386-cgo), const IPPROTO_VMTP = 81
  4958  pkg syscall (darwin-386-cgo), const IPPROTO_WBEXPAK = 79
  4959  pkg syscall (darwin-386-cgo), const IPPROTO_WBMON = 78
  4960  pkg syscall (darwin-386-cgo), const IPPROTO_WSN = 74
  4961  pkg syscall (darwin-386-cgo), const IPPROTO_XNET = 15
  4962  pkg syscall (darwin-386-cgo), const IPPROTO_XTP = 36
  4963  pkg syscall (darwin-386-cgo), const IPV6_2292DSTOPTS = 23
  4964  pkg syscall (darwin-386-cgo), const IPV6_2292HOPLIMIT = 20
  4965  pkg syscall (darwin-386-cgo), const IPV6_2292HOPOPTS = 22
  4966  pkg syscall (darwin-386-cgo), const IPV6_2292NEXTHOP = 21
  4967  pkg syscall (darwin-386-cgo), const IPV6_2292PKTINFO = 19
  4968  pkg syscall (darwin-386-cgo), const IPV6_2292PKTOPTIONS = 25
  4969  pkg syscall (darwin-386-cgo), const IPV6_2292RTHDR = 24
  4970  pkg syscall (darwin-386-cgo), const IPV6_BINDV6ONLY = 27
  4971  pkg syscall (darwin-386-cgo), const IPV6_BOUND_IF = 125
  4972  pkg syscall (darwin-386-cgo), const IPV6_CHECKSUM = 26
  4973  pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  4974  pkg syscall (darwin-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  4975  pkg syscall (darwin-386-cgo), const IPV6_DEFHLIM = 64
  4976  pkg syscall (darwin-386-cgo), const IPV6_FAITH = 29
  4977  pkg syscall (darwin-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
  4978  pkg syscall (darwin-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
  4979  pkg syscall (darwin-386-cgo), const IPV6_FRAGTTL = 120
  4980  pkg syscall (darwin-386-cgo), const IPV6_FW_ADD = 30
  4981  pkg syscall (darwin-386-cgo), const IPV6_FW_DEL = 31
  4982  pkg syscall (darwin-386-cgo), const IPV6_FW_FLUSH = 32
  4983  pkg syscall (darwin-386-cgo), const IPV6_FW_GET = 34
  4984  pkg syscall (darwin-386-cgo), const IPV6_FW_ZERO = 33
  4985  pkg syscall (darwin-386-cgo), const IPV6_HLIMDEC = 1
  4986  pkg syscall (darwin-386-cgo), const IPV6_IPSEC_POLICY = 28
  4987  pkg syscall (darwin-386-cgo), const IPV6_JOIN_GROUP = 12
  4988  pkg syscall (darwin-386-cgo), const IPV6_LEAVE_GROUP = 13
  4989  pkg syscall (darwin-386-cgo), const IPV6_MAXHLIM = 255
  4990  pkg syscall (darwin-386-cgo), const IPV6_MAXOPTHDR = 2048
  4991  pkg syscall (darwin-386-cgo), const IPV6_MAXPACKET = 65535
  4992  pkg syscall (darwin-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
  4993  pkg syscall (darwin-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
  4994  pkg syscall (darwin-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
  4995  pkg syscall (darwin-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
  4996  pkg syscall (darwin-386-cgo), const IPV6_MMTU = 1280
  4997  pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_HOPS = 10
  4998  pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_IF = 9
  4999  pkg syscall (darwin-386-cgo), const IPV6_MULTICAST_LOOP = 11
  5000  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE = 14
  5001  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
  5002  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_HIGH = 1
  5003  pkg syscall (darwin-386-cgo), const IPV6_PORTRANGE_LOW = 2
  5004  pkg syscall (darwin-386-cgo), const IPV6_RECVTCLASS = 35
  5005  pkg syscall (darwin-386-cgo), const IPV6_RTHDR_LOOSE = 0
  5006  pkg syscall (darwin-386-cgo), const IPV6_RTHDR_STRICT = 1
  5007  pkg syscall (darwin-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
  5008  pkg syscall (darwin-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
  5009  pkg syscall (darwin-386-cgo), const IPV6_TCLASS = 36
  5010  pkg syscall (darwin-386-cgo), const IPV6_UNICAST_HOPS = 4
  5011  pkg syscall (darwin-386-cgo), const IPV6_V6ONLY = 27
  5012  pkg syscall (darwin-386-cgo), const IPV6_VERSION = 96
  5013  pkg syscall (darwin-386-cgo), const IPV6_VERSION_MASK = 240
  5014  pkg syscall (darwin-386-cgo), const IP_ADD_MEMBERSHIP = 12
  5015  pkg syscall (darwin-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
  5016  pkg syscall (darwin-386-cgo), const IP_BLOCK_SOURCE = 72
  5017  pkg syscall (darwin-386-cgo), const IP_BOUND_IF = 25
  5018  pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
  5019  pkg syscall (darwin-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
  5020  pkg syscall (darwin-386-cgo), const IP_DF = 16384
  5021  pkg syscall (darwin-386-cgo), const IP_DROP_MEMBERSHIP = 13
  5022  pkg syscall (darwin-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
  5023  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
  5024  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_DEL = 61
  5025  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_FLUSH = 62
  5026  pkg syscall (darwin-386-cgo), const IP_DUMMYNET_GET = 64
  5027  pkg syscall (darwin-386-cgo), const IP_FAITH = 22
  5028  pkg syscall (darwin-386-cgo), const IP_FW_ADD = 40
  5029  pkg syscall (darwin-386-cgo), const IP_FW_DEL = 41
  5030  pkg syscall (darwin-386-cgo), const IP_FW_FLUSH = 42
  5031  pkg syscall (darwin-386-cgo), const IP_FW_GET = 44
  5032  pkg syscall (darwin-386-cgo), const IP_FW_RESETLOG = 45
  5033  pkg syscall (darwin-386-cgo), const IP_FW_ZERO = 43
  5034  pkg syscall (darwin-386-cgo), const IP_HDRINCL = 2
  5035  pkg syscall (darwin-386-cgo), const IP_IPSEC_POLICY = 21
  5036  pkg syscall (darwin-386-cgo), const IP_MAXPACKET = 65535
  5037  pkg syscall (darwin-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
  5038  pkg syscall (darwin-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
  5039  pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
  5040  pkg syscall (darwin-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
  5041  pkg syscall (darwin-386-cgo), const IP_MF = 8192
  5042  pkg syscall (darwin-386-cgo), const IP_MIN_MEMBERSHIPS = 31
  5043  pkg syscall (darwin-386-cgo), const IP_MSFILTER = 74
  5044  pkg syscall (darwin-386-cgo), const IP_MSS = 576
  5045  pkg syscall (darwin-386-cgo), const IP_MULTICAST_IF = 9
  5046  pkg syscall (darwin-386-cgo), const IP_MULTICAST_IFINDEX = 66
  5047  pkg syscall (darwin-386-cgo), const IP_MULTICAST_LOOP = 11
  5048  pkg syscall (darwin-386-cgo), const IP_MULTICAST_TTL = 10
  5049  pkg syscall (darwin-386-cgo), const IP_MULTICAST_VIF = 14
  5050  pkg syscall (darwin-386-cgo), const IP_NAT__XXX = 55
  5051  pkg syscall (darwin-386-cgo), const IP_OFFMASK = 8191
  5052  pkg syscall (darwin-386-cgo), const IP_OLD_FW_ADD = 50
  5053  pkg syscall (darwin-386-cgo), const IP_OLD_FW_DEL = 51
  5054  pkg syscall (darwin-386-cgo), const IP_OLD_FW_FLUSH = 52
  5055  pkg syscall (darwin-386-cgo), const IP_OLD_FW_GET = 54
  5056  pkg syscall (darwin-386-cgo), const IP_OLD_FW_RESETLOG = 56
  5057  pkg syscall (darwin-386-cgo), const IP_OLD_FW_ZERO = 53
  5058  pkg syscall (darwin-386-cgo), const IP_OPTIONS = 1
  5059  pkg syscall (darwin-386-cgo), const IP_PKTINFO = 26
  5060  pkg syscall (darwin-386-cgo), const IP_PORTRANGE = 19
  5061  pkg syscall (darwin-386-cgo), const IP_PORTRANGE_DEFAULT = 0
  5062  pkg syscall (darwin-386-cgo), const IP_PORTRANGE_HIGH = 1
  5063  pkg syscall (darwin-386-cgo), const IP_PORTRANGE_LOW = 2
  5064  pkg syscall (darwin-386-cgo), const IP_RECVDSTADDR = 7
  5065  pkg syscall (darwin-386-cgo), const IP_RECVIF = 20
  5066  pkg syscall (darwin-386-cgo), const IP_RECVOPTS = 5
  5067  pkg syscall (darwin-386-cgo), const IP_RECVPKTINFO = 26
  5068  pkg syscall (darwin-386-cgo), const IP_RECVRETOPTS = 6
  5069  pkg syscall (darwin-386-cgo), const IP_RECVTTL = 24
  5070  pkg syscall (darwin-386-cgo), const IP_RETOPTS = 8
  5071  pkg syscall (darwin-386-cgo), const IP_RF = 32768
  5072  pkg syscall (darwin-386-cgo), const IP_RSVP_OFF = 16
  5073  pkg syscall (darwin-386-cgo), const IP_RSVP_ON = 15
  5074  pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_OFF = 18
  5075  pkg syscall (darwin-386-cgo), const IP_RSVP_VIF_ON = 17
  5076  pkg syscall (darwin-386-cgo), const IP_STRIPHDR = 23
  5077  pkg syscall (darwin-386-cgo), const IP_TOS = 3
  5078  pkg syscall (darwin-386-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
  5079  pkg syscall (darwin-386-cgo), const IP_TTL = 4
  5080  pkg syscall (darwin-386-cgo), const IP_UNBLOCK_SOURCE = 73
  5081  pkg syscall (darwin-386-cgo), const ISIG = 128
  5082  pkg syscall (darwin-386-cgo), const ISIG ideal-int
  5083  pkg syscall (darwin-386-cgo), const ISTRIP = 32
  5084  pkg syscall (darwin-386-cgo), const ISTRIP ideal-int
  5085  pkg syscall (darwin-386-cgo), const IUTF8 = 16384
  5086  pkg syscall (darwin-386-cgo), const IUTF8 ideal-int
  5087  pkg syscall (darwin-386-cgo), const IXANY = 2048
  5088  pkg syscall (darwin-386-cgo), const IXANY ideal-int
  5089  pkg syscall (darwin-386-cgo), const IXOFF = 1024
  5090  pkg syscall (darwin-386-cgo), const IXOFF ideal-int
  5091  pkg syscall (darwin-386-cgo), const IXON = 512
  5092  pkg syscall (darwin-386-cgo), const IXON ideal-int
  5093  pkg syscall (darwin-386-cgo), const ImplementsGetwd = false
  5094  pkg syscall (darwin-386-cgo), const LOCK_EX = 2
  5095  pkg syscall (darwin-386-cgo), const LOCK_NB = 4
  5096  pkg syscall (darwin-386-cgo), const LOCK_SH = 1
  5097  pkg syscall (darwin-386-cgo), const LOCK_UN = 8
  5098  pkg syscall (darwin-386-cgo), const MADV_CAN_REUSE = 9
  5099  pkg syscall (darwin-386-cgo), const MADV_DONTNEED = 4
  5100  pkg syscall (darwin-386-cgo), const MADV_FREE = 5
  5101  pkg syscall (darwin-386-cgo), const MADV_FREE_REUSABLE = 7
  5102  pkg syscall (darwin-386-cgo), const MADV_FREE_REUSE = 8
  5103  pkg syscall (darwin-386-cgo), const MADV_NORMAL = 0
  5104  pkg syscall (darwin-386-cgo), const MADV_RANDOM = 1
  5105  pkg syscall (darwin-386-cgo), const MADV_SEQUENTIAL = 2
  5106  pkg syscall (darwin-386-cgo), const MADV_WILLNEED = 3
  5107  pkg syscall (darwin-386-cgo), const MADV_ZERO_WIRED_PAGES = 6
  5108  pkg syscall (darwin-386-cgo), const MAP_ANON = 4096
  5109  pkg syscall (darwin-386-cgo), const MAP_COPY = 2
  5110  pkg syscall (darwin-386-cgo), const MAP_FILE = 0
  5111  pkg syscall (darwin-386-cgo), const MAP_FIXED = 16
  5112  pkg syscall (darwin-386-cgo), const MAP_HASSEMAPHORE = 512
  5113  pkg syscall (darwin-386-cgo), const MAP_JIT = 2048
  5114  pkg syscall (darwin-386-cgo), const MAP_NOCACHE = 1024
  5115  pkg syscall (darwin-386-cgo), const MAP_NOEXTEND = 256
  5116  pkg syscall (darwin-386-cgo), const MAP_NORESERVE = 64
  5117  pkg syscall (darwin-386-cgo), const MAP_PRIVATE = 2
  5118  pkg syscall (darwin-386-cgo), const MAP_RENAME = 32
  5119  pkg syscall (darwin-386-cgo), const MAP_RESERVED0080 = 128
  5120  pkg syscall (darwin-386-cgo), const MAP_SHARED = 1
  5121  pkg syscall (darwin-386-cgo), const MCL_CURRENT = 1
  5122  pkg syscall (darwin-386-cgo), const MCL_FUTURE = 2
  5123  pkg syscall (darwin-386-cgo), const MSG_CTRUNC = 32
  5124  pkg syscall (darwin-386-cgo), const MSG_DONTROUTE = 4
  5125  pkg syscall (darwin-386-cgo), const MSG_DONTWAIT = 128
  5126  pkg syscall (darwin-386-cgo), const MSG_EOF = 256
  5127  pkg syscall (darwin-386-cgo), const MSG_EOR = 8
  5128  pkg syscall (darwin-386-cgo), const MSG_FLUSH = 1024
  5129  pkg syscall (darwin-386-cgo), const MSG_HAVEMORE = 8192
  5130  pkg syscall (darwin-386-cgo), const MSG_HOLD = 2048
  5131  pkg syscall (darwin-386-cgo), const MSG_NEEDSA = 65536
  5132  pkg syscall (darwin-386-cgo), const MSG_OOB = 1
  5133  pkg syscall (darwin-386-cgo), const MSG_PEEK = 2
  5134  pkg syscall (darwin-386-cgo), const MSG_RCVMORE = 16384
  5135  pkg syscall (darwin-386-cgo), const MSG_SEND = 4096
  5136  pkg syscall (darwin-386-cgo), const MSG_TRUNC = 16
  5137  pkg syscall (darwin-386-cgo), const MSG_WAITALL = 64
  5138  pkg syscall (darwin-386-cgo), const MSG_WAITSTREAM = 512
  5139  pkg syscall (darwin-386-cgo), const MS_ASYNC = 1
  5140  pkg syscall (darwin-386-cgo), const MS_DEACTIVATE = 8
  5141  pkg syscall (darwin-386-cgo), const MS_INVALIDATE = 2
  5142  pkg syscall (darwin-386-cgo), const MS_KILLPAGES = 4
  5143  pkg syscall (darwin-386-cgo), const MS_SYNC = 16
  5144  pkg syscall (darwin-386-cgo), const NAME_MAX = 255
  5145  pkg syscall (darwin-386-cgo), const NET_RT_DUMP = 1
  5146  pkg syscall (darwin-386-cgo), const NET_RT_DUMP2 = 7
  5147  pkg syscall (darwin-386-cgo), const NET_RT_FLAGS = 2
  5148  pkg syscall (darwin-386-cgo), const NET_RT_IFLIST = 3
  5149  pkg syscall (darwin-386-cgo), const NET_RT_IFLIST2 = 6
  5150  pkg syscall (darwin-386-cgo), const NET_RT_MAXID = 10
  5151  pkg syscall (darwin-386-cgo), const NET_RT_STAT = 4
  5152  pkg syscall (darwin-386-cgo), const NET_RT_TRASH = 5
  5153  pkg syscall (darwin-386-cgo), const NOFLSH = 2147483648
  5154  pkg syscall (darwin-386-cgo), const NOFLSH ideal-int
  5155  pkg syscall (darwin-386-cgo), const NOTE_ABSOLUTE = 8
  5156  pkg syscall (darwin-386-cgo), const NOTE_ATTRIB = 8
  5157  pkg syscall (darwin-386-cgo), const NOTE_CHILD = 4
  5158  pkg syscall (darwin-386-cgo), const NOTE_DELETE = 1
  5159  pkg syscall (darwin-386-cgo), const NOTE_EXEC = 536870912
  5160  pkg syscall (darwin-386-cgo), const NOTE_EXIT = 2147483648
  5161  pkg syscall (darwin-386-cgo), const NOTE_EXITSTATUS = 67108864
  5162  pkg syscall (darwin-386-cgo), const NOTE_EXTEND = 4
  5163  pkg syscall (darwin-386-cgo), const NOTE_FFAND = 1073741824
  5164  pkg syscall (darwin-386-cgo), const NOTE_FFCOPY = 3221225472
  5165  pkg syscall (darwin-386-cgo), const NOTE_FFCTRLMASK = 3221225472
  5166  pkg syscall (darwin-386-cgo), const NOTE_FFLAGSMASK = 16777215
  5167  pkg syscall (darwin-386-cgo), const NOTE_FFNOP = 0
  5168  pkg syscall (darwin-386-cgo), const NOTE_FFOR = 2147483648
  5169  pkg syscall (darwin-386-cgo), const NOTE_FORK = 1073741824
  5170  pkg syscall (darwin-386-cgo), const NOTE_LINK = 16
  5171  pkg syscall (darwin-386-cgo), const NOTE_LOWAT = 1
  5172  pkg syscall (darwin-386-cgo), const NOTE_NONE = 128
  5173  pkg syscall (darwin-386-cgo), const NOTE_NSECONDS = 4
  5174  pkg syscall (darwin-386-cgo), const NOTE_PCTRLMASK = -1048576
  5175  pkg syscall (darwin-386-cgo), const NOTE_PDATAMASK = 1048575
  5176  pkg syscall (darwin-386-cgo), const NOTE_REAP = 268435456
  5177  pkg syscall (darwin-386-cgo), const NOTE_RENAME = 32
  5178  pkg syscall (darwin-386-cgo), const NOTE_RESOURCEEND = 33554432
  5179  pkg syscall (darwin-386-cgo), const NOTE_REVOKE = 64
  5180  pkg syscall (darwin-386-cgo), const NOTE_SECONDS = 1
  5181  pkg syscall (darwin-386-cgo), const NOTE_SIGNAL = 134217728
  5182  pkg syscall (darwin-386-cgo), const NOTE_TRACK = 1
  5183  pkg syscall (darwin-386-cgo), const NOTE_TRACKERR = 2
  5184  pkg syscall (darwin-386-cgo), const NOTE_TRIGGER = 16777216
  5185  pkg syscall (darwin-386-cgo), const NOTE_USECONDS = 2
  5186  pkg syscall (darwin-386-cgo), const NOTE_VM_ERROR = 268435456
  5187  pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE = 2147483648
  5188  pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  5189  pkg syscall (darwin-386-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  5190  pkg syscall (darwin-386-cgo), const NOTE_WRITE = 2
  5191  pkg syscall (darwin-386-cgo), const OCRNL = 16
  5192  pkg syscall (darwin-386-cgo), const OCRNL ideal-int
  5193  pkg syscall (darwin-386-cgo), const OFDEL = 131072
  5194  pkg syscall (darwin-386-cgo), const OFDEL ideal-int
  5195  pkg syscall (darwin-386-cgo), const OFILL = 128
  5196  pkg syscall (darwin-386-cgo), const OFILL ideal-int
  5197  pkg syscall (darwin-386-cgo), const ONLCR = 2
  5198  pkg syscall (darwin-386-cgo), const ONLCR ideal-int
  5199  pkg syscall (darwin-386-cgo), const ONLRET = 64
  5200  pkg syscall (darwin-386-cgo), const ONLRET ideal-int
  5201  pkg syscall (darwin-386-cgo), const ONOCR = 32
  5202  pkg syscall (darwin-386-cgo), const ONOCR ideal-int
  5203  pkg syscall (darwin-386-cgo), const ONOEOT = 8
  5204  pkg syscall (darwin-386-cgo), const ONOEOT ideal-int
  5205  pkg syscall (darwin-386-cgo), const OPOST = 1
  5206  pkg syscall (darwin-386-cgo), const OPOST ideal-int
  5207  pkg syscall (darwin-386-cgo), const O_ACCMODE = 3
  5208  pkg syscall (darwin-386-cgo), const O_ALERT = 536870912
  5209  pkg syscall (darwin-386-cgo), const O_APPEND = 8
  5210  pkg syscall (darwin-386-cgo), const O_ASYNC = 64
  5211  pkg syscall (darwin-386-cgo), const O_CLOEXEC = 16777216
  5212  pkg syscall (darwin-386-cgo), const O_CREAT = 512
  5213  pkg syscall (darwin-386-cgo), const O_DIRECTORY = 1048576
  5214  pkg syscall (darwin-386-cgo), const O_DSYNC = 4194304
  5215  pkg syscall (darwin-386-cgo), const O_EVTONLY = 32768
  5216  pkg syscall (darwin-386-cgo), const O_EXCL = 2048
  5217  pkg syscall (darwin-386-cgo), const O_EXLOCK = 32
  5218  pkg syscall (darwin-386-cgo), const O_FSYNC = 128
  5219  pkg syscall (darwin-386-cgo), const O_NDELAY = 4
  5220  pkg syscall (darwin-386-cgo), const O_NOCTTY = 131072
  5221  pkg syscall (darwin-386-cgo), const O_NOFOLLOW = 256
  5222  pkg syscall (darwin-386-cgo), const O_NONBLOCK = 4
  5223  pkg syscall (darwin-386-cgo), const O_POPUP = 2147483648
  5224  pkg syscall (darwin-386-cgo), const O_SHLOCK = 16
  5225  pkg syscall (darwin-386-cgo), const O_SYMLINK = 2097152
  5226  pkg syscall (darwin-386-cgo), const O_SYNC = 128
  5227  pkg syscall (darwin-386-cgo), const O_TRUNC = 1024
  5228  pkg syscall (darwin-386-cgo), const PARENB = 4096
  5229  pkg syscall (darwin-386-cgo), const PARENB ideal-int
  5230  pkg syscall (darwin-386-cgo), const PARMRK = 8
  5231  pkg syscall (darwin-386-cgo), const PARMRK ideal-int
  5232  pkg syscall (darwin-386-cgo), const PARODD = 8192
  5233  pkg syscall (darwin-386-cgo), const PARODD ideal-int
  5234  pkg syscall (darwin-386-cgo), const PENDIN = 536870912
  5235  pkg syscall (darwin-386-cgo), const PENDIN ideal-int
  5236  pkg syscall (darwin-386-cgo), const PROT_EXEC = 4
  5237  pkg syscall (darwin-386-cgo), const PROT_NONE = 0
  5238  pkg syscall (darwin-386-cgo), const PROT_READ = 1
  5239  pkg syscall (darwin-386-cgo), const PROT_WRITE = 2
  5240  pkg syscall (darwin-386-cgo), const PTRACE_CONT = 7
  5241  pkg syscall (darwin-386-cgo), const PTRACE_KILL = 8
  5242  pkg syscall (darwin-386-cgo), const PTRACE_TRACEME = 0
  5243  pkg syscall (darwin-386-cgo), const PT_ATTACH = 10
  5244  pkg syscall (darwin-386-cgo), const PT_ATTACHEXC = 14
  5245  pkg syscall (darwin-386-cgo), const PT_CONTINUE = 7
  5246  pkg syscall (darwin-386-cgo), const PT_DENY_ATTACH = 31
  5247  pkg syscall (darwin-386-cgo), const PT_DETACH = 11
  5248  pkg syscall (darwin-386-cgo), const PT_FIRSTMACH = 32
  5249  pkg syscall (darwin-386-cgo), const PT_FORCEQUOTA = 30
  5250  pkg syscall (darwin-386-cgo), const PT_KILL = 8
  5251  pkg syscall (darwin-386-cgo), const PT_READ_D = 2
  5252  pkg syscall (darwin-386-cgo), const PT_READ_I = 1
  5253  pkg syscall (darwin-386-cgo), const PT_READ_U = 3
  5254  pkg syscall (darwin-386-cgo), const PT_SIGEXC = 12
  5255  pkg syscall (darwin-386-cgo), const PT_STEP = 9
  5256  pkg syscall (darwin-386-cgo), const PT_THUPDATE = 13
  5257  pkg syscall (darwin-386-cgo), const PT_TRACE_ME = 0
  5258  pkg syscall (darwin-386-cgo), const PT_WRITE_D = 5
  5259  pkg syscall (darwin-386-cgo), const PT_WRITE_I = 4
  5260  pkg syscall (darwin-386-cgo), const PT_WRITE_U = 6
  5261  pkg syscall (darwin-386-cgo), const RLIMIT_AS = 5
  5262  pkg syscall (darwin-386-cgo), const RLIMIT_CORE = 4
  5263  pkg syscall (darwin-386-cgo), const RLIMIT_CPU = 0
  5264  pkg syscall (darwin-386-cgo), const RLIMIT_DATA = 2
  5265  pkg syscall (darwin-386-cgo), const RLIMIT_FSIZE = 1
  5266  pkg syscall (darwin-386-cgo), const RLIMIT_NOFILE = 8
  5267  pkg syscall (darwin-386-cgo), const RLIMIT_STACK = 3
  5268  pkg syscall (darwin-386-cgo), const RLIM_INFINITY = 9223372036854775807
  5269  pkg syscall (darwin-386-cgo), const RTAX_AUTHOR = 6
  5270  pkg syscall (darwin-386-cgo), const RTAX_BRD = 7
  5271  pkg syscall (darwin-386-cgo), const RTAX_DST = 0
  5272  pkg syscall (darwin-386-cgo), const RTAX_GATEWAY = 1
  5273  pkg syscall (darwin-386-cgo), const RTAX_GENMASK = 3
  5274  pkg syscall (darwin-386-cgo), const RTAX_IFA = 5
  5275  pkg syscall (darwin-386-cgo), const RTAX_IFP = 4
  5276  pkg syscall (darwin-386-cgo), const RTAX_MAX = 8
  5277  pkg syscall (darwin-386-cgo), const RTAX_NETMASK = 2
  5278  pkg syscall (darwin-386-cgo), const RTA_AUTHOR = 64
  5279  pkg syscall (darwin-386-cgo), const RTA_BRD = 128
  5280  pkg syscall (darwin-386-cgo), const RTA_DST = 1
  5281  pkg syscall (darwin-386-cgo), const RTA_GATEWAY = 2
  5282  pkg syscall (darwin-386-cgo), const RTA_GENMASK = 8
  5283  pkg syscall (darwin-386-cgo), const RTA_IFA = 32
  5284  pkg syscall (darwin-386-cgo), const RTA_IFP = 16
  5285  pkg syscall (darwin-386-cgo), const RTA_NETMASK = 4
  5286  pkg syscall (darwin-386-cgo), const RTF_BLACKHOLE = 4096
  5287  pkg syscall (darwin-386-cgo), const RTF_BROADCAST = 4194304
  5288  pkg syscall (darwin-386-cgo), const RTF_CLONING = 256
  5289  pkg syscall (darwin-386-cgo), const RTF_CONDEMNED = 33554432
  5290  pkg syscall (darwin-386-cgo), const RTF_DELCLONE = 128
  5291  pkg syscall (darwin-386-cgo), const RTF_DONE = 64
  5292  pkg syscall (darwin-386-cgo), const RTF_DYNAMIC = 16
  5293  pkg syscall (darwin-386-cgo), const RTF_GATEWAY = 2
  5294  pkg syscall (darwin-386-cgo), const RTF_HOST = 4
  5295  pkg syscall (darwin-386-cgo), const RTF_IFREF = 67108864
  5296  pkg syscall (darwin-386-cgo), const RTF_IFSCOPE = 16777216
  5297  pkg syscall (darwin-386-cgo), const RTF_LLINFO = 1024
  5298  pkg syscall (darwin-386-cgo), const RTF_LOCAL = 2097152
  5299  pkg syscall (darwin-386-cgo), const RTF_MODIFIED = 32
  5300  pkg syscall (darwin-386-cgo), const RTF_MULTICAST = 8388608
  5301  pkg syscall (darwin-386-cgo), const RTF_PINNED = 1048576
  5302  pkg syscall (darwin-386-cgo), const RTF_PRCLONING = 65536
  5303  pkg syscall (darwin-386-cgo), const RTF_PROTO1 = 32768
  5304  pkg syscall (darwin-386-cgo), const RTF_PROTO2 = 16384
  5305  pkg syscall (darwin-386-cgo), const RTF_PROTO3 = 262144
  5306  pkg syscall (darwin-386-cgo), const RTF_REJECT = 8
  5307  pkg syscall (darwin-386-cgo), const RTF_STATIC = 2048
  5308  pkg syscall (darwin-386-cgo), const RTF_UP = 1
  5309  pkg syscall (darwin-386-cgo), const RTF_WASCLONED = 131072
  5310  pkg syscall (darwin-386-cgo), const RTF_XRESOLVE = 512
  5311  pkg syscall (darwin-386-cgo), const RTM_ADD = 1
  5312  pkg syscall (darwin-386-cgo), const RTM_CHANGE = 3
  5313  pkg syscall (darwin-386-cgo), const RTM_DELADDR = 13
  5314  pkg syscall (darwin-386-cgo), const RTM_DELETE = 2
  5315  pkg syscall (darwin-386-cgo), const RTM_DELMADDR = 16
  5316  pkg syscall (darwin-386-cgo), const RTM_GET = 4
  5317  pkg syscall (darwin-386-cgo), const RTM_GET2 = 20
  5318  pkg syscall (darwin-386-cgo), const RTM_IFINFO = 14
  5319  pkg syscall (darwin-386-cgo), const RTM_IFINFO2 = 18
  5320  pkg syscall (darwin-386-cgo), const RTM_LOCK = 8
  5321  pkg syscall (darwin-386-cgo), const RTM_LOSING = 5
  5322  pkg syscall (darwin-386-cgo), const RTM_MISS = 7
  5323  pkg syscall (darwin-386-cgo), const RTM_NEWADDR = 12
  5324  pkg syscall (darwin-386-cgo), const RTM_NEWMADDR = 15
  5325  pkg syscall (darwin-386-cgo), const RTM_NEWMADDR2 = 19
  5326  pkg syscall (darwin-386-cgo), const RTM_OLDADD = 9
  5327  pkg syscall (darwin-386-cgo), const RTM_OLDDEL = 10
  5328  pkg syscall (darwin-386-cgo), const RTM_REDIRECT = 6
  5329  pkg syscall (darwin-386-cgo), const RTM_RESOLVE = 11
  5330  pkg syscall (darwin-386-cgo), const RTM_RTTUNIT = 1000000
  5331  pkg syscall (darwin-386-cgo), const RTM_VERSION = 5
  5332  pkg syscall (darwin-386-cgo), const RTV_EXPIRE = 4
  5333  pkg syscall (darwin-386-cgo), const RTV_HOPCOUNT = 2
  5334  pkg syscall (darwin-386-cgo), const RTV_MTU = 1
  5335  pkg syscall (darwin-386-cgo), const RTV_RPIPE = 8
  5336  pkg syscall (darwin-386-cgo), const RTV_RTT = 64
  5337  pkg syscall (darwin-386-cgo), const RTV_RTTVAR = 128
  5338  pkg syscall (darwin-386-cgo), const RTV_SPIPE = 16
  5339  pkg syscall (darwin-386-cgo), const RTV_SSTHRESH = 32
  5340  pkg syscall (darwin-386-cgo), const RUSAGE_CHILDREN = -1
  5341  pkg syscall (darwin-386-cgo), const RUSAGE_SELF = 0
  5342  pkg syscall (darwin-386-cgo), const SCM_CREDS = 3
  5343  pkg syscall (darwin-386-cgo), const SCM_RIGHTS = 1
  5344  pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP = 2
  5345  pkg syscall (darwin-386-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
  5346  pkg syscall (darwin-386-cgo), const SIGBUS = 10
  5347  pkg syscall (darwin-386-cgo), const SIGCHLD = 20
  5348  pkg syscall (darwin-386-cgo), const SIGCONT = 19
  5349  pkg syscall (darwin-386-cgo), const SIGEMT = 7
  5350  pkg syscall (darwin-386-cgo), const SIGINFO = 29
  5351  pkg syscall (darwin-386-cgo), const SIGIO = 23
  5352  pkg syscall (darwin-386-cgo), const SIGIOT = 6
  5353  pkg syscall (darwin-386-cgo), const SIGPROF = 27
  5354  pkg syscall (darwin-386-cgo), const SIGSTOP = 17
  5355  pkg syscall (darwin-386-cgo), const SIGSYS = 12
  5356  pkg syscall (darwin-386-cgo), const SIGTSTP = 18
  5357  pkg syscall (darwin-386-cgo), const SIGTTIN = 21
  5358  pkg syscall (darwin-386-cgo), const SIGTTOU = 22
  5359  pkg syscall (darwin-386-cgo), const SIGURG = 16
  5360  pkg syscall (darwin-386-cgo), const SIGUSR1 = 30
  5361  pkg syscall (darwin-386-cgo), const SIGUSR2 = 31
  5362  pkg syscall (darwin-386-cgo), const SIGVTALRM = 26
  5363  pkg syscall (darwin-386-cgo), const SIGWINCH = 28
  5364  pkg syscall (darwin-386-cgo), const SIGXCPU = 24
  5365  pkg syscall (darwin-386-cgo), const SIGXFSZ = 25
  5366  pkg syscall (darwin-386-cgo), const SIOCADDMULTI = 2149607729
  5367  pkg syscall (darwin-386-cgo), const SIOCAIFADDR = 2151704858
  5368  pkg syscall (darwin-386-cgo), const SIOCALIFADDR = 2165860637
  5369  pkg syscall (darwin-386-cgo), const SIOCARPIPLL = 3223349544
  5370  pkg syscall (darwin-386-cgo), const SIOCATMARK = 1074033415
  5371  pkg syscall (darwin-386-cgo), const SIOCAUTOADDR = 3223349542
  5372  pkg syscall (darwin-386-cgo), const SIOCAUTONETMASK = 2149607719
  5373  pkg syscall (darwin-386-cgo), const SIOCDELMULTI = 2149607730
  5374  pkg syscall (darwin-386-cgo), const SIOCDIFADDR = 2149607705
  5375  pkg syscall (darwin-386-cgo), const SIOCDIFPHYADDR = 2149607745
  5376  pkg syscall (darwin-386-cgo), const SIOCDLIFADDR = 2165860639
  5377  pkg syscall (darwin-386-cgo), const SIOCGDRVSPEC = 3223087483
  5378  pkg syscall (darwin-386-cgo), const SIOCGETSGCNT = 3222565404
  5379  pkg syscall (darwin-386-cgo), const SIOCGETVIFCNT = 3222565403
  5380  pkg syscall (darwin-386-cgo), const SIOCGETVLAN = 3223349631
  5381  pkg syscall (darwin-386-cgo), const SIOCGHIWAT = 1074033409
  5382  pkg syscall (darwin-386-cgo), const SIOCGIFADDR = 3223349537
  5383  pkg syscall (darwin-386-cgo), const SIOCGIFALTMTU = 3223349576
  5384  pkg syscall (darwin-386-cgo), const SIOCGIFASYNCMAP = 3223349628
  5385  pkg syscall (darwin-386-cgo), const SIOCGIFBOND = 3223349575
  5386  pkg syscall (darwin-386-cgo), const SIOCGIFBRDADDR = 3223349539
  5387  pkg syscall (darwin-386-cgo), const SIOCGIFCAP = 3223349595
  5388  pkg syscall (darwin-386-cgo), const SIOCGIFCONF = 3221776676
  5389  pkg syscall (darwin-386-cgo), const SIOCGIFDEVMTU = 3223349572
  5390  pkg syscall (darwin-386-cgo), const SIOCGIFDSTADDR = 3223349538
  5391  pkg syscall (darwin-386-cgo), const SIOCGIFFLAGS = 3223349521
  5392  pkg syscall (darwin-386-cgo), const SIOCGIFGENERIC = 3223349562
  5393  pkg syscall (darwin-386-cgo), const SIOCGIFKPI = 3223349639
  5394  pkg syscall (darwin-386-cgo), const SIOCGIFMAC = 3223349634
  5395  pkg syscall (darwin-386-cgo), const SIOCGIFMEDIA = 3223873848
  5396  pkg syscall (darwin-386-cgo), const SIOCGIFMETRIC = 3223349527
  5397  pkg syscall (darwin-386-cgo), const SIOCGIFMTU = 3223349555
  5398  pkg syscall (darwin-386-cgo), const SIOCGIFNETMASK = 3223349541
  5399  pkg syscall (darwin-386-cgo), const SIOCGIFPDSTADDR = 3223349568
  5400  pkg syscall (darwin-386-cgo), const SIOCGIFPHYS = 3223349557
  5401  pkg syscall (darwin-386-cgo), const SIOCGIFPSRCADDR = 3223349567
  5402  pkg syscall (darwin-386-cgo), const SIOCGIFSTATUS = 3274795325
  5403  pkg syscall (darwin-386-cgo), const SIOCGIFVLAN = 3223349631
  5404  pkg syscall (darwin-386-cgo), const SIOCGIFWAKEFLAGS = 3223349640
  5405  pkg syscall (darwin-386-cgo), const SIOCGLIFADDR = 3239602462
  5406  pkg syscall (darwin-386-cgo), const SIOCGLIFPHYADDR = 3239602499
  5407  pkg syscall (darwin-386-cgo), const SIOCGLOWAT = 1074033411
  5408  pkg syscall (darwin-386-cgo), const SIOCGPGRP = 1074033417
  5409  pkg syscall (darwin-386-cgo), const SIOCIFCREATE = 3223349624
  5410  pkg syscall (darwin-386-cgo), const SIOCIFCREATE2 = 3223349626
  5411  pkg syscall (darwin-386-cgo), const SIOCIFDESTROY = 2149607801
  5412  pkg syscall (darwin-386-cgo), const SIOCRSLVMULTI = 3221776699
  5413  pkg syscall (darwin-386-cgo), const SIOCSDRVSPEC = 2149345659
  5414  pkg syscall (darwin-386-cgo), const SIOCSETVLAN = 2149607806
  5415  pkg syscall (darwin-386-cgo), const SIOCSHIWAT = 2147775232
  5416  pkg syscall (darwin-386-cgo), const SIOCSIFADDR = 2149607692
  5417  pkg syscall (darwin-386-cgo), const SIOCSIFALTMTU = 2149607749
  5418  pkg syscall (darwin-386-cgo), const SIOCSIFASYNCMAP = 2149607805
  5419  pkg syscall (darwin-386-cgo), const SIOCSIFBOND = 2149607750
  5420  pkg syscall (darwin-386-cgo), const SIOCSIFBRDADDR = 2149607699
  5421  pkg syscall (darwin-386-cgo), const SIOCSIFCAP = 2149607770
  5422  pkg syscall (darwin-386-cgo), const SIOCSIFDSTADDR = 2149607694
  5423  pkg syscall (darwin-386-cgo), const SIOCSIFFLAGS = 2149607696
  5424  pkg syscall (darwin-386-cgo), const SIOCSIFGENERIC = 2149607737
  5425  pkg syscall (darwin-386-cgo), const SIOCSIFKPI = 2149607814
  5426  pkg syscall (darwin-386-cgo), const SIOCSIFLLADDR = 2149607740
  5427  pkg syscall (darwin-386-cgo), const SIOCSIFMAC = 2149607811
  5428  pkg syscall (darwin-386-cgo), const SIOCSIFMEDIA = 3223349559
  5429  pkg syscall (darwin-386-cgo), const SIOCSIFMETRIC = 2149607704
  5430  pkg syscall (darwin-386-cgo), const SIOCSIFMTU = 2149607732
  5431  pkg syscall (darwin-386-cgo), const SIOCSIFNETMASK = 2149607702
  5432  pkg syscall (darwin-386-cgo), const SIOCSIFPHYADDR = 2151704894
  5433  pkg syscall (darwin-386-cgo), const SIOCSIFPHYS = 2149607734
  5434  pkg syscall (darwin-386-cgo), const SIOCSIFVLAN = 2149607806
  5435  pkg syscall (darwin-386-cgo), const SIOCSLIFPHYADDR = 2165860674
  5436  pkg syscall (darwin-386-cgo), const SIOCSLOWAT = 2147775234
  5437  pkg syscall (darwin-386-cgo), const SIOCSPGRP = 2147775240
  5438  pkg syscall (darwin-386-cgo), const SOCK_MAXADDRLEN = 255
  5439  pkg syscall (darwin-386-cgo), const SOCK_RDM = 4
  5440  pkg syscall (darwin-386-cgo), const SOL_SOCKET = 65535
  5441  pkg syscall (darwin-386-cgo), const SOMAXCONN = 128
  5442  pkg syscall (darwin-386-cgo), const SO_ACCEPTCONN = 2
  5443  pkg syscall (darwin-386-cgo), const SO_BROADCAST = 32
  5444  pkg syscall (darwin-386-cgo), const SO_DEBUG = 1
  5445  pkg syscall (darwin-386-cgo), const SO_DONTROUTE = 16
  5446  pkg syscall (darwin-386-cgo), const SO_DONTTRUNC = 8192
  5447  pkg syscall (darwin-386-cgo), const SO_ERROR = 4103
  5448  pkg syscall (darwin-386-cgo), const SO_KEEPALIVE = 8
  5449  pkg syscall (darwin-386-cgo), const SO_LABEL = 4112
  5450  pkg syscall (darwin-386-cgo), const SO_LINGER = 128
  5451  pkg syscall (darwin-386-cgo), const SO_LINGER_SEC = 4224
  5452  pkg syscall (darwin-386-cgo), const SO_NKE = 4129
  5453  pkg syscall (darwin-386-cgo), const SO_NOADDRERR = 4131
  5454  pkg syscall (darwin-386-cgo), const SO_NOSIGPIPE = 4130
  5455  pkg syscall (darwin-386-cgo), const SO_NOTIFYCONFLICT = 4134
  5456  pkg syscall (darwin-386-cgo), const SO_NP_EXTENSIONS = 4227
  5457  pkg syscall (darwin-386-cgo), const SO_NREAD = 4128
  5458  pkg syscall (darwin-386-cgo), const SO_NWRITE = 4132
  5459  pkg syscall (darwin-386-cgo), const SO_OOBINLINE = 256
  5460  pkg syscall (darwin-386-cgo), const SO_PEERLABEL = 4113
  5461  pkg syscall (darwin-386-cgo), const SO_RANDOMPORT = 4226
  5462  pkg syscall (darwin-386-cgo), const SO_RCVBUF = 4098
  5463  pkg syscall (darwin-386-cgo), const SO_RCVLOWAT = 4100
  5464  pkg syscall (darwin-386-cgo), const SO_RCVTIMEO = 4102
  5465  pkg syscall (darwin-386-cgo), const SO_RESTRICTIONS = 4225
  5466  pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYIN = 1
  5467  pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYOUT = 2
  5468  pkg syscall (darwin-386-cgo), const SO_RESTRICT_DENYSET = 2147483648
  5469  pkg syscall (darwin-386-cgo), const SO_REUSEADDR = 4
  5470  pkg syscall (darwin-386-cgo), const SO_REUSEPORT = 512
  5471  pkg syscall (darwin-386-cgo), const SO_REUSESHAREUID = 4133
  5472  pkg syscall (darwin-386-cgo), const SO_SNDBUF = 4097
  5473  pkg syscall (darwin-386-cgo), const SO_SNDLOWAT = 4099
  5474  pkg syscall (darwin-386-cgo), const SO_SNDTIMEO = 4101
  5475  pkg syscall (darwin-386-cgo), const SO_TIMESTAMP = 1024
  5476  pkg syscall (darwin-386-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
  5477  pkg syscall (darwin-386-cgo), const SO_TYPE = 4104
  5478  pkg syscall (darwin-386-cgo), const SO_UPCALLCLOSEWAIT = 4135
  5479  pkg syscall (darwin-386-cgo), const SO_USELOOPBACK = 64
  5480  pkg syscall (darwin-386-cgo), const SO_WANTMORE = 16384
  5481  pkg syscall (darwin-386-cgo), const SO_WANTOOBFLAG = 32768
  5482  pkg syscall (darwin-386-cgo), const SYS_ACCEPT = 30
  5483  pkg syscall (darwin-386-cgo), const SYS_ACCEPT_NOCANCEL = 404
  5484  pkg syscall (darwin-386-cgo), const SYS_ACCESS = 33
  5485  pkg syscall (darwin-386-cgo), const SYS_ACCESS_EXTENDED = 284
  5486  pkg syscall (darwin-386-cgo), const SYS_ACCT = 51
  5487  pkg syscall (darwin-386-cgo), const SYS_ADD_PROFIL = 176
  5488  pkg syscall (darwin-386-cgo), const SYS_ADJTIME = 140
  5489  pkg syscall (darwin-386-cgo), const SYS_AIO_CANCEL = 316
  5490  pkg syscall (darwin-386-cgo), const SYS_AIO_ERROR = 317
  5491  pkg syscall (darwin-386-cgo), const SYS_AIO_FSYNC = 313
  5492  pkg syscall (darwin-386-cgo), const SYS_AIO_READ = 318
  5493  pkg syscall (darwin-386-cgo), const SYS_AIO_RETURN = 314
  5494  pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND = 315
  5495  pkg syscall (darwin-386-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
  5496  pkg syscall (darwin-386-cgo), const SYS_AIO_WRITE = 319
  5497  pkg syscall (darwin-386-cgo), const SYS_ATGETMSG = 207
  5498  pkg syscall (darwin-386-cgo), const SYS_ATPGETREQ = 211
  5499  pkg syscall (darwin-386-cgo), const SYS_ATPGETRSP = 212
  5500  pkg syscall (darwin-386-cgo), const SYS_ATPSNDREQ = 209
  5501  pkg syscall (darwin-386-cgo), const SYS_ATPSNDRSP = 210
  5502  pkg syscall (darwin-386-cgo), const SYS_ATPUTMSG = 208
  5503  pkg syscall (darwin-386-cgo), const SYS_ATSOCKET = 206
  5504  pkg syscall (darwin-386-cgo), const SYS_AUDIT = 350
  5505  pkg syscall (darwin-386-cgo), const SYS_AUDITCTL = 359
  5506  pkg syscall (darwin-386-cgo), const SYS_AUDITON = 351
  5507  pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_JOIN = 429
  5508  pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_PORT = 432
  5509  pkg syscall (darwin-386-cgo), const SYS_AUDIT_SESSION_SELF = 428
  5510  pkg syscall (darwin-386-cgo), const SYS_BIND = 104
  5511  pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_CREATE = 360
  5512  pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_REGISTER = 366
  5513  pkg syscall (darwin-386-cgo), const SYS_BSDTHREAD_TERMINATE = 361
  5514  pkg syscall (darwin-386-cgo), const SYS_CHDIR = 12
  5515  pkg syscall (darwin-386-cgo), const SYS_CHFLAGS = 34
  5516  pkg syscall (darwin-386-cgo), const SYS_CHMOD = 15
  5517  pkg syscall (darwin-386-cgo), const SYS_CHMOD_EXTENDED = 282
  5518  pkg syscall (darwin-386-cgo), const SYS_CHOWN = 16
  5519  pkg syscall (darwin-386-cgo), const SYS_CHROOT = 61
  5520  pkg syscall (darwin-386-cgo), const SYS_CHUD = 185
  5521  pkg syscall (darwin-386-cgo), const SYS_CLOSE = 6
  5522  pkg syscall (darwin-386-cgo), const SYS_CLOSE_NOCANCEL = 399
  5523  pkg syscall (darwin-386-cgo), const SYS_CONNECT = 98
  5524  pkg syscall (darwin-386-cgo), const SYS_CONNECT_NOCANCEL = 409
  5525  pkg syscall (darwin-386-cgo), const SYS_COPYFILE = 227
  5526  pkg syscall (darwin-386-cgo), const SYS_CSOPS = 169
  5527  pkg syscall (darwin-386-cgo), const SYS_DELETE = 226
  5528  pkg syscall (darwin-386-cgo), const SYS_DUP = 41
  5529  pkg syscall (darwin-386-cgo), const SYS_DUP2 = 90
  5530  pkg syscall (darwin-386-cgo), const SYS_EXCHANGEDATA = 223
  5531  pkg syscall (darwin-386-cgo), const SYS_EXECVE = 59
  5532  pkg syscall (darwin-386-cgo), const SYS_EXIT = 1
  5533  pkg syscall (darwin-386-cgo), const SYS_FCHDIR = 13
  5534  pkg syscall (darwin-386-cgo), const SYS_FCHFLAGS = 35
  5535  pkg syscall (darwin-386-cgo), const SYS_FCHMOD = 124
  5536  pkg syscall (darwin-386-cgo), const SYS_FCHMOD_EXTENDED = 283
  5537  pkg syscall (darwin-386-cgo), const SYS_FCHOWN = 123
  5538  pkg syscall (darwin-386-cgo), const SYS_FCNTL = 92
  5539  pkg syscall (darwin-386-cgo), const SYS_FCNTL_NOCANCEL = 406
  5540  pkg syscall (darwin-386-cgo), const SYS_FDATASYNC = 187
  5541  pkg syscall (darwin-386-cgo), const SYS_FFSCTL = 245
  5542  pkg syscall (darwin-386-cgo), const SYS_FGETATTRLIST = 228
  5543  pkg syscall (darwin-386-cgo), const SYS_FGETXATTR = 235
  5544  pkg syscall (darwin-386-cgo), const SYS_FHOPEN = 248
  5545  pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEFD = 431
  5546  pkg syscall (darwin-386-cgo), const SYS_FILEPORT_MAKEPORT = 430
  5547  pkg syscall (darwin-386-cgo), const SYS_FLISTXATTR = 241
  5548  pkg syscall (darwin-386-cgo), const SYS_FLOCK = 131
  5549  pkg syscall (darwin-386-cgo), const SYS_FORK = 2
  5550  pkg syscall (darwin-386-cgo), const SYS_FPATHCONF = 192
  5551  pkg syscall (darwin-386-cgo), const SYS_FREMOVEXATTR = 239
  5552  pkg syscall (darwin-386-cgo), const SYS_FSCTL = 242
  5553  pkg syscall (darwin-386-cgo), const SYS_FSETATTRLIST = 229
  5554  pkg syscall (darwin-386-cgo), const SYS_FSETXATTR = 237
  5555  pkg syscall (darwin-386-cgo), const SYS_FSGETPATH = 427
  5556  pkg syscall (darwin-386-cgo), const SYS_FSTAT = 189
  5557  pkg syscall (darwin-386-cgo), const SYS_FSTAT64 = 339
  5558  pkg syscall (darwin-386-cgo), const SYS_FSTAT64_EXTENDED = 343
  5559  pkg syscall (darwin-386-cgo), const SYS_FSTATFS = 158
  5560  pkg syscall (darwin-386-cgo), const SYS_FSTATFS64 = 346
  5561  pkg syscall (darwin-386-cgo), const SYS_FSTATV = 219
  5562  pkg syscall (darwin-386-cgo), const SYS_FSTAT_EXTENDED = 281
  5563  pkg syscall (darwin-386-cgo), const SYS_FSYNC = 95
  5564  pkg syscall (darwin-386-cgo), const SYS_FSYNC_NOCANCEL = 408
  5565  pkg syscall (darwin-386-cgo), const SYS_FTRUNCATE = 201
  5566  pkg syscall (darwin-386-cgo), const SYS_FUTIMES = 139
  5567  pkg syscall (darwin-386-cgo), const SYS_GETATTRLIST = 220
  5568  pkg syscall (darwin-386-cgo), const SYS_GETAUDIT = 355
  5569  pkg syscall (darwin-386-cgo), const SYS_GETAUDIT_ADDR = 357
  5570  pkg syscall (darwin-386-cgo), const SYS_GETAUID = 353
  5571  pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES = 196
  5572  pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIES64 = 344
  5573  pkg syscall (darwin-386-cgo), const SYS_GETDIRENTRIESATTR = 222
  5574  pkg syscall (darwin-386-cgo), const SYS_GETDTABLESIZE = 89
  5575  pkg syscall (darwin-386-cgo), const SYS_GETEGID = 43
  5576  pkg syscall (darwin-386-cgo), const SYS_GETEUID = 25
  5577  pkg syscall (darwin-386-cgo), const SYS_GETFH = 161
  5578  pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT = 18
  5579  pkg syscall (darwin-386-cgo), const SYS_GETFSSTAT64 = 347
  5580  pkg syscall (darwin-386-cgo), const SYS_GETGID = 47
  5581  pkg syscall (darwin-386-cgo), const SYS_GETGROUPS = 79
  5582  pkg syscall (darwin-386-cgo), const SYS_GETHOSTUUID = 142
  5583  pkg syscall (darwin-386-cgo), const SYS_GETITIMER = 86
  5584  pkg syscall (darwin-386-cgo), const SYS_GETLCID = 395
  5585  pkg syscall (darwin-386-cgo), const SYS_GETLOGIN = 49
  5586  pkg syscall (darwin-386-cgo), const SYS_GETPEERNAME = 31
  5587  pkg syscall (darwin-386-cgo), const SYS_GETPGID = 151
  5588  pkg syscall (darwin-386-cgo), const SYS_GETPGRP = 81
  5589  pkg syscall (darwin-386-cgo), const SYS_GETPID = 20
  5590  pkg syscall (darwin-386-cgo), const SYS_GETPPID = 39
  5591  pkg syscall (darwin-386-cgo), const SYS_GETPRIORITY = 100
  5592  pkg syscall (darwin-386-cgo), const SYS_GETRLIMIT = 194
  5593  pkg syscall (darwin-386-cgo), const SYS_GETRUSAGE = 117
  5594  pkg syscall (darwin-386-cgo), const SYS_GETSGROUPS = 288
  5595  pkg syscall (darwin-386-cgo), const SYS_GETSID = 310
  5596  pkg syscall (darwin-386-cgo), const SYS_GETSOCKNAME = 32
  5597  pkg syscall (darwin-386-cgo), const SYS_GETSOCKOPT = 118
  5598  pkg syscall (darwin-386-cgo), const SYS_GETTID = 286
  5599  pkg syscall (darwin-386-cgo), const SYS_GETTIMEOFDAY = 116
  5600  pkg syscall (darwin-386-cgo), const SYS_GETUID = 24
  5601  pkg syscall (darwin-386-cgo), const SYS_GETWGROUPS = 290
  5602  pkg syscall (darwin-386-cgo), const SYS_GETXATTR = 234
  5603  pkg syscall (darwin-386-cgo), const SYS_IDENTITYSVC = 293
  5604  pkg syscall (darwin-386-cgo), const SYS_INITGROUPS = 243
  5605  pkg syscall (darwin-386-cgo), const SYS_IOCTL = 54
  5606  pkg syscall (darwin-386-cgo), const SYS_IOPOLICYSYS = 322
  5607  pkg syscall (darwin-386-cgo), const SYS_ISSETUGID = 327
  5608  pkg syscall (darwin-386-cgo), const SYS_KDEBUG_TRACE = 180
  5609  pkg syscall (darwin-386-cgo), const SYS_KEVENT = 363
  5610  pkg syscall (darwin-386-cgo), const SYS_KEVENT64 = 369
  5611  pkg syscall (darwin-386-cgo), const SYS_KILL = 37
  5612  pkg syscall (darwin-386-cgo), const SYS_KQUEUE = 362
  5613  pkg syscall (darwin-386-cgo), const SYS_LCHOWN = 364
  5614  pkg syscall (darwin-386-cgo), const SYS_LINK = 9
  5615  pkg syscall (darwin-386-cgo), const SYS_LIO_LISTIO = 320
  5616  pkg syscall (darwin-386-cgo), const SYS_LISTEN = 106
  5617  pkg syscall (darwin-386-cgo), const SYS_LISTXATTR = 240
  5618  pkg syscall (darwin-386-cgo), const SYS_LSEEK = 199
  5619  pkg syscall (darwin-386-cgo), const SYS_LSTAT = 190
  5620  pkg syscall (darwin-386-cgo), const SYS_LSTAT64 = 340
  5621  pkg syscall (darwin-386-cgo), const SYS_LSTAT64_EXTENDED = 342
  5622  pkg syscall (darwin-386-cgo), const SYS_LSTATV = 218
  5623  pkg syscall (darwin-386-cgo), const SYS_LSTAT_EXTENDED = 280
  5624  pkg syscall (darwin-386-cgo), const SYS_MADVISE = 75
  5625  pkg syscall (darwin-386-cgo), const SYS_MAXSYSCALL = 439
  5626  pkg syscall (darwin-386-cgo), const SYS_MINCORE = 78
  5627  pkg syscall (darwin-386-cgo), const SYS_MINHERIT = 250
  5628  pkg syscall (darwin-386-cgo), const SYS_MKCOMPLEX = 216
  5629  pkg syscall (darwin-386-cgo), const SYS_MKDIR = 136
  5630  pkg syscall (darwin-386-cgo), const SYS_MKDIR_EXTENDED = 292
  5631  pkg syscall (darwin-386-cgo), const SYS_MKFIFO = 132
  5632  pkg syscall (darwin-386-cgo), const SYS_MKFIFO_EXTENDED = 291
  5633  pkg syscall (darwin-386-cgo), const SYS_MKNOD = 14
  5634  pkg syscall (darwin-386-cgo), const SYS_MLOCK = 203
  5635  pkg syscall (darwin-386-cgo), const SYS_MLOCKALL = 324
  5636  pkg syscall (darwin-386-cgo), const SYS_MMAP = 197
  5637  pkg syscall (darwin-386-cgo), const SYS_MODWATCH = 233
  5638  pkg syscall (darwin-386-cgo), const SYS_MOUNT = 167
  5639  pkg syscall (darwin-386-cgo), const SYS_MPROTECT = 74
  5640  pkg syscall (darwin-386-cgo), const SYS_MSGCTL = 258
  5641  pkg syscall (darwin-386-cgo), const SYS_MSGGET = 259
  5642  pkg syscall (darwin-386-cgo), const SYS_MSGRCV = 261
  5643  pkg syscall (darwin-386-cgo), const SYS_MSGRCV_NOCANCEL = 419
  5644  pkg syscall (darwin-386-cgo), const SYS_MSGSND = 260
  5645  pkg syscall (darwin-386-cgo), const SYS_MSGSND_NOCANCEL = 418
  5646  pkg syscall (darwin-386-cgo), const SYS_MSGSYS = 252
  5647  pkg syscall (darwin-386-cgo), const SYS_MSYNC = 65
  5648  pkg syscall (darwin-386-cgo), const SYS_MSYNC_NOCANCEL = 405
  5649  pkg syscall (darwin-386-cgo), const SYS_MUNLOCK = 204
  5650  pkg syscall (darwin-386-cgo), const SYS_MUNLOCKALL = 325
  5651  pkg syscall (darwin-386-cgo), const SYS_MUNMAP = 73
  5652  pkg syscall (darwin-386-cgo), const SYS_NFSCLNT = 247
  5653  pkg syscall (darwin-386-cgo), const SYS_NFSSVC = 155
  5654  pkg syscall (darwin-386-cgo), const SYS_OPEN = 5
  5655  pkg syscall (darwin-386-cgo), const SYS_OPEN_EXTENDED = 277
  5656  pkg syscall (darwin-386-cgo), const SYS_OPEN_NOCANCEL = 398
  5657  pkg syscall (darwin-386-cgo), const SYS_PATHCONF = 191
  5658  pkg syscall (darwin-386-cgo), const SYS_PID_HIBERNATE = 435
  5659  pkg syscall (darwin-386-cgo), const SYS_PID_RESUME = 434
  5660  pkg syscall (darwin-386-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
  5661  pkg syscall (darwin-386-cgo), const SYS_PID_SUSPEND = 433
  5662  pkg syscall (darwin-386-cgo), const SYS_PIPE = 42
  5663  pkg syscall (darwin-386-cgo), const SYS_POLL = 230
  5664  pkg syscall (darwin-386-cgo), const SYS_POLL_NOCANCEL = 417
  5665  pkg syscall (darwin-386-cgo), const SYS_POSIX_SPAWN = 244
  5666  pkg syscall (darwin-386-cgo), const SYS_PREAD = 153
  5667  pkg syscall (darwin-386-cgo), const SYS_PREAD_NOCANCEL = 414
  5668  pkg syscall (darwin-386-cgo), const SYS_PROCESS_POLICY = 323
  5669  pkg syscall (darwin-386-cgo), const SYS_PROC_INFO = 336
  5670  pkg syscall (darwin-386-cgo), const SYS_PROFIL = 44
  5671  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVBROAD = 303
  5672  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
  5673  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVSIGNAL = 304
  5674  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_CVWAIT = 305
  5675  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXDROP = 302
  5676  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
  5677  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
  5678  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  5679  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
  5680  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
  5681  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
  5682  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
  5683  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
  5684  pkg syscall (darwin-386-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  5685  pkg syscall (darwin-386-cgo), const SYS_PTRACE = 26
  5686  pkg syscall (darwin-386-cgo), const SYS_PWRITE = 154
  5687  pkg syscall (darwin-386-cgo), const SYS_PWRITE_NOCANCEL = 415
  5688  pkg syscall (darwin-386-cgo), const SYS_QUOTACTL = 165
  5689  pkg syscall (darwin-386-cgo), const SYS_READ = 3
  5690  pkg syscall (darwin-386-cgo), const SYS_READLINK = 58
  5691  pkg syscall (darwin-386-cgo), const SYS_READV = 120
  5692  pkg syscall (darwin-386-cgo), const SYS_READV_NOCANCEL = 411
  5693  pkg syscall (darwin-386-cgo), const SYS_READ_NOCANCEL = 396
  5694  pkg syscall (darwin-386-cgo), const SYS_REBOOT = 55
  5695  pkg syscall (darwin-386-cgo), const SYS_RECVFROM = 29
  5696  pkg syscall (darwin-386-cgo), const SYS_RECVFROM_NOCANCEL = 403
  5697  pkg syscall (darwin-386-cgo), const SYS_RECVMSG = 27
  5698  pkg syscall (darwin-386-cgo), const SYS_RECVMSG_NOCANCEL = 401
  5699  pkg syscall (darwin-386-cgo), const SYS_REMOVEXATTR = 238
  5700  pkg syscall (darwin-386-cgo), const SYS_RENAME = 128
  5701  pkg syscall (darwin-386-cgo), const SYS_REVOKE = 56
  5702  pkg syscall (darwin-386-cgo), const SYS_RMDIR = 137
  5703  pkg syscall (darwin-386-cgo), const SYS_SEARCHFS = 225
  5704  pkg syscall (darwin-386-cgo), const SYS_SELECT = 93
  5705  pkg syscall (darwin-386-cgo), const SYS_SELECT_NOCANCEL = 407
  5706  pkg syscall (darwin-386-cgo), const SYS_SEMCTL = 254
  5707  pkg syscall (darwin-386-cgo), const SYS_SEMGET = 255
  5708  pkg syscall (darwin-386-cgo), const SYS_SEMOP = 256
  5709  pkg syscall (darwin-386-cgo), const SYS_SEMSYS = 251
  5710  pkg syscall (darwin-386-cgo), const SYS_SEM_CLOSE = 269
  5711  pkg syscall (darwin-386-cgo), const SYS_SEM_DESTROY = 276
  5712  pkg syscall (darwin-386-cgo), const SYS_SEM_GETVALUE = 274
  5713  pkg syscall (darwin-386-cgo), const SYS_SEM_INIT = 275
  5714  pkg syscall (darwin-386-cgo), const SYS_SEM_OPEN = 268
  5715  pkg syscall (darwin-386-cgo), const SYS_SEM_POST = 273
  5716  pkg syscall (darwin-386-cgo), const SYS_SEM_TRYWAIT = 272
  5717  pkg syscall (darwin-386-cgo), const SYS_SEM_UNLINK = 270
  5718  pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT = 271
  5719  pkg syscall (darwin-386-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
  5720  pkg syscall (darwin-386-cgo), const SYS_SENDFILE = 337
  5721  pkg syscall (darwin-386-cgo), const SYS_SENDMSG = 28
  5722  pkg syscall (darwin-386-cgo), const SYS_SENDMSG_NOCANCEL = 402
  5723  pkg syscall (darwin-386-cgo), const SYS_SENDTO = 133
  5724  pkg syscall (darwin-386-cgo), const SYS_SENDTO_NOCANCEL = 413
  5725  pkg syscall (darwin-386-cgo), const SYS_SETATTRLIST = 221
  5726  pkg syscall (darwin-386-cgo), const SYS_SETAUDIT = 356
  5727  pkg syscall (darwin-386-cgo), const SYS_SETAUDIT_ADDR = 358
  5728  pkg syscall (darwin-386-cgo), const SYS_SETAUID = 354
  5729  pkg syscall (darwin-386-cgo), const SYS_SETEGID = 182
  5730  pkg syscall (darwin-386-cgo), const SYS_SETEUID = 183
  5731  pkg syscall (darwin-386-cgo), const SYS_SETGID = 181
  5732  pkg syscall (darwin-386-cgo), const SYS_SETGROUPS = 80
  5733  pkg syscall (darwin-386-cgo), const SYS_SETITIMER = 83
  5734  pkg syscall (darwin-386-cgo), const SYS_SETLCID = 394
  5735  pkg syscall (darwin-386-cgo), const SYS_SETLOGIN = 50
  5736  pkg syscall (darwin-386-cgo), const SYS_SETPGID = 82
  5737  pkg syscall (darwin-386-cgo), const SYS_SETPRIORITY = 96
  5738  pkg syscall (darwin-386-cgo), const SYS_SETPRIVEXEC = 152
  5739  pkg syscall (darwin-386-cgo), const SYS_SETREGID = 127
  5740  pkg syscall (darwin-386-cgo), const SYS_SETREUID = 126
  5741  pkg syscall (darwin-386-cgo), const SYS_SETRLIMIT = 195
  5742  pkg syscall (darwin-386-cgo), const SYS_SETSGROUPS = 287
  5743  pkg syscall (darwin-386-cgo), const SYS_SETSID = 147
  5744  pkg syscall (darwin-386-cgo), const SYS_SETSOCKOPT = 105
  5745  pkg syscall (darwin-386-cgo), const SYS_SETTID = 285
  5746  pkg syscall (darwin-386-cgo), const SYS_SETTID_WITH_PID = 311
  5747  pkg syscall (darwin-386-cgo), const SYS_SETTIMEOFDAY = 122
  5748  pkg syscall (darwin-386-cgo), const SYS_SETUID = 23
  5749  pkg syscall (darwin-386-cgo), const SYS_SETWGROUPS = 289
  5750  pkg syscall (darwin-386-cgo), const SYS_SETXATTR = 236
  5751  pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
  5752  pkg syscall (darwin-386-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  5753  pkg syscall (darwin-386-cgo), const SYS_SHMAT = 262
  5754  pkg syscall (darwin-386-cgo), const SYS_SHMCTL = 263
  5755  pkg syscall (darwin-386-cgo), const SYS_SHMDT = 264
  5756  pkg syscall (darwin-386-cgo), const SYS_SHMGET = 265
  5757  pkg syscall (darwin-386-cgo), const SYS_SHMSYS = 253
  5758  pkg syscall (darwin-386-cgo), const SYS_SHM_OPEN = 266
  5759  pkg syscall (darwin-386-cgo), const SYS_SHM_UNLINK = 267
  5760  pkg syscall (darwin-386-cgo), const SYS_SHUTDOWN = 134
  5761  pkg syscall (darwin-386-cgo), const SYS_SIGACTION = 46
  5762  pkg syscall (darwin-386-cgo), const SYS_SIGALTSTACK = 53
  5763  pkg syscall (darwin-386-cgo), const SYS_SIGPENDING = 52
  5764  pkg syscall (darwin-386-cgo), const SYS_SIGPROCMASK = 48
  5765  pkg syscall (darwin-386-cgo), const SYS_SIGRETURN = 184
  5766  pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND = 111
  5767  pkg syscall (darwin-386-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
  5768  pkg syscall (darwin-386-cgo), const SYS_SOCKET = 97
  5769  pkg syscall (darwin-386-cgo), const SYS_SOCKETPAIR = 135
  5770  pkg syscall (darwin-386-cgo), const SYS_STACK_SNAPSHOT = 365
  5771  pkg syscall (darwin-386-cgo), const SYS_STAT = 188
  5772  pkg syscall (darwin-386-cgo), const SYS_STAT64 = 338
  5773  pkg syscall (darwin-386-cgo), const SYS_STAT64_EXTENDED = 341
  5774  pkg syscall (darwin-386-cgo), const SYS_STATFS = 157
  5775  pkg syscall (darwin-386-cgo), const SYS_STATFS64 = 345
  5776  pkg syscall (darwin-386-cgo), const SYS_STATV = 217
  5777  pkg syscall (darwin-386-cgo), const SYS_STAT_EXTENDED = 279
  5778  pkg syscall (darwin-386-cgo), const SYS_SWAPON = 85
  5779  pkg syscall (darwin-386-cgo), const SYS_SYMLINK = 57
  5780  pkg syscall (darwin-386-cgo), const SYS_SYNC = 36
  5781  pkg syscall (darwin-386-cgo), const SYS_SYSCALL = 0
  5782  pkg syscall (darwin-386-cgo), const SYS_THREAD_SELFID = 372
  5783  pkg syscall (darwin-386-cgo), const SYS_TRUNCATE = 200
  5784  pkg syscall (darwin-386-cgo), const SYS_UMASK = 60
  5785  pkg syscall (darwin-386-cgo), const SYS_UMASK_EXTENDED = 278
  5786  pkg syscall (darwin-386-cgo), const SYS_UNDELETE = 205
  5787  pkg syscall (darwin-386-cgo), const SYS_UNLINK = 10
  5788  pkg syscall (darwin-386-cgo), const SYS_UNMOUNT = 159
  5789  pkg syscall (darwin-386-cgo), const SYS_UTIMES = 138
  5790  pkg syscall (darwin-386-cgo), const SYS_VFORK = 66
  5791  pkg syscall (darwin-386-cgo), const SYS_VM_PRESSURE_MONITOR = 296
  5792  pkg syscall (darwin-386-cgo), const SYS_WAIT4 = 7
  5793  pkg syscall (darwin-386-cgo), const SYS_WAIT4_NOCANCEL = 400
  5794  pkg syscall (darwin-386-cgo), const SYS_WAITEVENT = 232
  5795  pkg syscall (darwin-386-cgo), const SYS_WAITID = 173
  5796  pkg syscall (darwin-386-cgo), const SYS_WAITID_NOCANCEL = 416
  5797  pkg syscall (darwin-386-cgo), const SYS_WATCHEVENT = 231
  5798  pkg syscall (darwin-386-cgo), const SYS_WORKQ_KERNRETURN = 368
  5799  pkg syscall (darwin-386-cgo), const SYS_WORKQ_OPEN = 367
  5800  pkg syscall (darwin-386-cgo), const SYS_WRITE = 4
  5801  pkg syscall (darwin-386-cgo), const SYS_WRITEV = 121
  5802  pkg syscall (darwin-386-cgo), const SYS_WRITEV_NOCANCEL = 412
  5803  pkg syscall (darwin-386-cgo), const SYS_WRITE_NOCANCEL = 397
  5804  pkg syscall (darwin-386-cgo), const SYS___DISABLE_THREADSIGNAL = 331
  5805  pkg syscall (darwin-386-cgo), const SYS___MAC_EXECVE = 380
  5806  pkg syscall (darwin-386-cgo), const SYS___MAC_GETFSSTAT = 426
  5807  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FD = 388
  5808  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_FILE = 382
  5809  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCID = 391
  5810  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LCTX = 392
  5811  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_LINK = 384
  5812  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_MOUNT = 425
  5813  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PID = 390
  5814  pkg syscall (darwin-386-cgo), const SYS___MAC_GET_PROC = 386
  5815  pkg syscall (darwin-386-cgo), const SYS___MAC_MOUNT = 424
  5816  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FD = 389
  5817  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_FILE = 383
  5818  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LCTX = 393
  5819  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_LINK = 385
  5820  pkg syscall (darwin-386-cgo), const SYS___MAC_SET_PROC = 387
  5821  pkg syscall (darwin-386-cgo), const SYS___MAC_SYSCALL = 381
  5822  pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
  5823  pkg syscall (darwin-386-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  5824  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CANCELED = 333
  5825  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_CHDIR = 348
  5826  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_FCHDIR = 349
  5827  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_KILL = 328
  5828  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_MARKCANCEL = 332
  5829  pkg syscall (darwin-386-cgo), const SYS___PTHREAD_SIGMASK = 329
  5830  pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL = 334
  5831  pkg syscall (darwin-386-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  5832  pkg syscall (darwin-386-cgo), const SYS___SIGWAIT = 330
  5833  pkg syscall (darwin-386-cgo), const SYS___SIGWAIT_NOCANCEL = 422
  5834  pkg syscall (darwin-386-cgo), const SYS___SYSCTL = 202
  5835  pkg syscall (darwin-386-cgo), const S_IEXEC = 64
  5836  pkg syscall (darwin-386-cgo), const S_IFMT = 61440
  5837  pkg syscall (darwin-386-cgo), const S_IFWHT = 57344
  5838  pkg syscall (darwin-386-cgo), const S_IREAD = 256
  5839  pkg syscall (darwin-386-cgo), const S_IRGRP = 32
  5840  pkg syscall (darwin-386-cgo), const S_IROTH = 4
  5841  pkg syscall (darwin-386-cgo), const S_IRWXG = 56
  5842  pkg syscall (darwin-386-cgo), const S_IRWXO = 7
  5843  pkg syscall (darwin-386-cgo), const S_IRWXU = 448
  5844  pkg syscall (darwin-386-cgo), const S_ISTXT = 512
  5845  pkg syscall (darwin-386-cgo), const S_IWGRP = 16
  5846  pkg syscall (darwin-386-cgo), const S_IWOTH = 2
  5847  pkg syscall (darwin-386-cgo), const S_IWRITE = 128
  5848  pkg syscall (darwin-386-cgo), const S_IXGRP = 8
  5849  pkg syscall (darwin-386-cgo), const S_IXOTH = 1
  5850  pkg syscall (darwin-386-cgo), const SizeofBpfHdr = 20
  5851  pkg syscall (darwin-386-cgo), const SizeofBpfInsn = 8
  5852  pkg syscall (darwin-386-cgo), const SizeofBpfProgram = 8
  5853  pkg syscall (darwin-386-cgo), const SizeofBpfStat = 8
  5854  pkg syscall (darwin-386-cgo), const SizeofBpfVersion = 4
  5855  pkg syscall (darwin-386-cgo), const SizeofCmsghdr = 12
  5856  pkg syscall (darwin-386-cgo), const SizeofIPMreq = 8
  5857  pkg syscall (darwin-386-cgo), const SizeofIPv6Mreq = 20
  5858  pkg syscall (darwin-386-cgo), const SizeofIfData = 96
  5859  pkg syscall (darwin-386-cgo), const SizeofIfMsghdr = 112
  5860  pkg syscall (darwin-386-cgo), const SizeofIfaMsghdr = 20
  5861  pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr = 16
  5862  pkg syscall (darwin-386-cgo), const SizeofIfmaMsghdr2 = 20
  5863  pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo = 12
  5864  pkg syscall (darwin-386-cgo), const SizeofInet4Pktinfo ideal-int
  5865  pkg syscall (darwin-386-cgo), const SizeofInet6Pktinfo = 20
  5866  pkg syscall (darwin-386-cgo), const SizeofLinger = 8
  5867  pkg syscall (darwin-386-cgo), const SizeofMsghdr = 28
  5868  pkg syscall (darwin-386-cgo), const SizeofRtMetrics = 56
  5869  pkg syscall (darwin-386-cgo), const SizeofRtMsghdr = 92
  5870  pkg syscall (darwin-386-cgo), const SizeofSockaddrAny = 108
  5871  pkg syscall (darwin-386-cgo), const SizeofSockaddrDatalink = 20
  5872  pkg syscall (darwin-386-cgo), const SizeofSockaddrInet4 = 16
  5873  pkg syscall (darwin-386-cgo), const SizeofSockaddrInet6 = 28
  5874  pkg syscall (darwin-386-cgo), const SizeofSockaddrUnix = 106
  5875  pkg syscall (darwin-386-cgo), const TCIFLUSH = 1
  5876  pkg syscall (darwin-386-cgo), const TCIFLUSH ideal-int
  5877  pkg syscall (darwin-386-cgo), const TCIOFLUSH = 3
  5878  pkg syscall (darwin-386-cgo), const TCIOFLUSH ideal-int
  5879  pkg syscall (darwin-386-cgo), const TCOFLUSH = 2
  5880  pkg syscall (darwin-386-cgo), const TCOFLUSH ideal-int
  5881  pkg syscall (darwin-386-cgo), const TCP_CONNECTIONTIMEOUT = 32
  5882  pkg syscall (darwin-386-cgo), const TCP_KEEPALIVE = 16
  5883  pkg syscall (darwin-386-cgo), const TCP_MAXHLEN = 60
  5884  pkg syscall (darwin-386-cgo), const TCP_MAXOLEN = 40
  5885  pkg syscall (darwin-386-cgo), const TCP_MAXSEG = 2
  5886  pkg syscall (darwin-386-cgo), const TCP_MAXWIN = 65535
  5887  pkg syscall (darwin-386-cgo), const TCP_MAX_SACK = 3
  5888  pkg syscall (darwin-386-cgo), const TCP_MAX_WINSHIFT = 14
  5889  pkg syscall (darwin-386-cgo), const TCP_MINMSS = 216
  5890  pkg syscall (darwin-386-cgo), const TCP_MINMSSOVERLOAD = 1000
  5891  pkg syscall (darwin-386-cgo), const TCP_MSS = 512
  5892  pkg syscall (darwin-386-cgo), const TCP_NOOPT = 8
  5893  pkg syscall (darwin-386-cgo), const TCP_NOPUSH = 4
  5894  pkg syscall (darwin-386-cgo), const TCP_RXT_CONNDROPTIME = 128
  5895  pkg syscall (darwin-386-cgo), const TCP_RXT_FINDROP = 256
  5896  pkg syscall (darwin-386-cgo), const TCSAFLUSH = 2
  5897  pkg syscall (darwin-386-cgo), const TCSAFLUSH ideal-int
  5898  pkg syscall (darwin-386-cgo), const TIOCCBRK = 536900730
  5899  pkg syscall (darwin-386-cgo), const TIOCCDTR = 536900728
  5900  pkg syscall (darwin-386-cgo), const TIOCCONS = 2147775586
  5901  pkg syscall (darwin-386-cgo), const TIOCDCDTIMESTAMP = 1074295896
  5902  pkg syscall (darwin-386-cgo), const TIOCDRAIN = 536900702
  5903  pkg syscall (darwin-386-cgo), const TIOCDSIMICROCODE = 536900693
  5904  pkg syscall (darwin-386-cgo), const TIOCEXCL = 536900621
  5905  pkg syscall (darwin-386-cgo), const TIOCEXT = 2147775584
  5906  pkg syscall (darwin-386-cgo), const TIOCFLUSH = 2147775504
  5907  pkg syscall (darwin-386-cgo), const TIOCGDRAINWAIT = 1074033750
  5908  pkg syscall (darwin-386-cgo), const TIOCGETA = 1076655123
  5909  pkg syscall (darwin-386-cgo), const TIOCGETD = 1074033690
  5910  pkg syscall (darwin-386-cgo), const TIOCGPGRP = 1074033783
  5911  pkg syscall (darwin-386-cgo), const TIOCGWINSZ = 1074295912
  5912  pkg syscall (darwin-386-cgo), const TIOCIXOFF = 536900736
  5913  pkg syscall (darwin-386-cgo), const TIOCIXON = 536900737
  5914  pkg syscall (darwin-386-cgo), const TIOCMBIC = 2147775595
  5915  pkg syscall (darwin-386-cgo), const TIOCMBIS = 2147775596
  5916  pkg syscall (darwin-386-cgo), const TIOCMGDTRWAIT = 1074033754
  5917  pkg syscall (darwin-386-cgo), const TIOCMGET = 1074033770
  5918  pkg syscall (darwin-386-cgo), const TIOCMODG = 1074033667
  5919  pkg syscall (darwin-386-cgo), const TIOCMODS = 2147775492
  5920  pkg syscall (darwin-386-cgo), const TIOCMSDTRWAIT = 2147775579
  5921  pkg syscall (darwin-386-cgo), const TIOCMSET = 2147775597
  5922  pkg syscall (darwin-386-cgo), const TIOCM_CAR = 64
  5923  pkg syscall (darwin-386-cgo), const TIOCM_CD = 64
  5924  pkg syscall (darwin-386-cgo), const TIOCM_CTS = 32
  5925  pkg syscall (darwin-386-cgo), const TIOCM_DSR = 256
  5926  pkg syscall (darwin-386-cgo), const TIOCM_DTR = 2
  5927  pkg syscall (darwin-386-cgo), const TIOCM_LE = 1
  5928  pkg syscall (darwin-386-cgo), const TIOCM_RI = 128
  5929  pkg syscall (darwin-386-cgo), const TIOCM_RNG = 128
  5930  pkg syscall (darwin-386-cgo), const TIOCM_RTS = 4
  5931  pkg syscall (darwin-386-cgo), const TIOCM_SR = 16
  5932  pkg syscall (darwin-386-cgo), const TIOCM_ST = 8
  5933  pkg syscall (darwin-386-cgo), const TIOCNOTTY = 536900721
  5934  pkg syscall (darwin-386-cgo), const TIOCNXCL = 536900622
  5935  pkg syscall (darwin-386-cgo), const TIOCOUTQ = 1074033779
  5936  pkg syscall (darwin-386-cgo), const TIOCPKT = 2147775600
  5937  pkg syscall (darwin-386-cgo), const TIOCPKT_DATA = 0
  5938  pkg syscall (darwin-386-cgo), const TIOCPKT_DOSTOP = 32
  5939  pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHREAD = 1
  5940  pkg syscall (darwin-386-cgo), const TIOCPKT_FLUSHWRITE = 2
  5941  pkg syscall (darwin-386-cgo), const TIOCPKT_IOCTL = 64
  5942  pkg syscall (darwin-386-cgo), const TIOCPKT_NOSTOP = 16
  5943  pkg syscall (darwin-386-cgo), const TIOCPKT_START = 8
  5944  pkg syscall (darwin-386-cgo), const TIOCPKT_STOP = 4
  5945  pkg syscall (darwin-386-cgo), const TIOCPTYGNAME = 1082160211
  5946  pkg syscall (darwin-386-cgo), const TIOCPTYGRANT = 536900692
  5947  pkg syscall (darwin-386-cgo), const TIOCPTYUNLK = 536900690
  5948  pkg syscall (darwin-386-cgo), const TIOCREMOTE = 2147775593
  5949  pkg syscall (darwin-386-cgo), const TIOCSBRK = 536900731
  5950  pkg syscall (darwin-386-cgo), const TIOCSCONS = 536900707
  5951  pkg syscall (darwin-386-cgo), const TIOCSCTTY = 536900705
  5952  pkg syscall (darwin-386-cgo), const TIOCSDRAINWAIT = 2147775575
  5953  pkg syscall (darwin-386-cgo), const TIOCSDTR = 536900729
  5954  pkg syscall (darwin-386-cgo), const TIOCSETA = 2150396948
  5955  pkg syscall (darwin-386-cgo), const TIOCSETAF = 2150396950
  5956  pkg syscall (darwin-386-cgo), const TIOCSETAW = 2150396949
  5957  pkg syscall (darwin-386-cgo), const TIOCSETD = 2147775515
  5958  pkg syscall (darwin-386-cgo), const TIOCSIG = 536900703
  5959  pkg syscall (darwin-386-cgo), const TIOCSPGRP = 2147775606
  5960  pkg syscall (darwin-386-cgo), const TIOCSTART = 536900718
  5961  pkg syscall (darwin-386-cgo), const TIOCSTAT = 536900709
  5962  pkg syscall (darwin-386-cgo), const TIOCSTI = 2147578994
  5963  pkg syscall (darwin-386-cgo), const TIOCSTOP = 536900719
  5964  pkg syscall (darwin-386-cgo), const TIOCSWINSZ = 2148037735
  5965  pkg syscall (darwin-386-cgo), const TIOCTIMESTAMP = 1074295897
  5966  pkg syscall (darwin-386-cgo), const TIOCUCNTL = 2147775590
  5967  pkg syscall (darwin-386-cgo), const TOSTOP = 4194304
  5968  pkg syscall (darwin-386-cgo), const TOSTOP ideal-int
  5969  pkg syscall (darwin-386-cgo), const VDISCARD = 15
  5970  pkg syscall (darwin-386-cgo), const VDISCARD ideal-int
  5971  pkg syscall (darwin-386-cgo), const VDSUSP = 11
  5972  pkg syscall (darwin-386-cgo), const VDSUSP ideal-int
  5973  pkg syscall (darwin-386-cgo), const VEOF = 0
  5974  pkg syscall (darwin-386-cgo), const VEOF ideal-int
  5975  pkg syscall (darwin-386-cgo), const VEOL = 1
  5976  pkg syscall (darwin-386-cgo), const VEOL ideal-int
  5977  pkg syscall (darwin-386-cgo), const VEOL2 = 2
  5978  pkg syscall (darwin-386-cgo), const VEOL2 ideal-int
  5979  pkg syscall (darwin-386-cgo), const VERASE = 3
  5980  pkg syscall (darwin-386-cgo), const VERASE ideal-int
  5981  pkg syscall (darwin-386-cgo), const VINTR = 8
  5982  pkg syscall (darwin-386-cgo), const VINTR ideal-int
  5983  pkg syscall (darwin-386-cgo), const VKILL = 5
  5984  pkg syscall (darwin-386-cgo), const VKILL ideal-int
  5985  pkg syscall (darwin-386-cgo), const VLNEXT = 14
  5986  pkg syscall (darwin-386-cgo), const VLNEXT ideal-int
  5987  pkg syscall (darwin-386-cgo), const VMIN = 16
  5988  pkg syscall (darwin-386-cgo), const VMIN ideal-int
  5989  pkg syscall (darwin-386-cgo), const VQUIT = 9
  5990  pkg syscall (darwin-386-cgo), const VQUIT ideal-int
  5991  pkg syscall (darwin-386-cgo), const VREPRINT = 6
  5992  pkg syscall (darwin-386-cgo), const VREPRINT ideal-int
  5993  pkg syscall (darwin-386-cgo), const VSTART = 12
  5994  pkg syscall (darwin-386-cgo), const VSTART ideal-int
  5995  pkg syscall (darwin-386-cgo), const VSTATUS = 18
  5996  pkg syscall (darwin-386-cgo), const VSTATUS ideal-int
  5997  pkg syscall (darwin-386-cgo), const VSTOP = 13
  5998  pkg syscall (darwin-386-cgo), const VSTOP ideal-int
  5999  pkg syscall (darwin-386-cgo), const VSUSP = 10
  6000  pkg syscall (darwin-386-cgo), const VSUSP ideal-int
  6001  pkg syscall (darwin-386-cgo), const VT0 = 0
  6002  pkg syscall (darwin-386-cgo), const VT0 ideal-int
  6003  pkg syscall (darwin-386-cgo), const VT1 = 65536
  6004  pkg syscall (darwin-386-cgo), const VT1 ideal-int
  6005  pkg syscall (darwin-386-cgo), const VTDLY = 65536
  6006  pkg syscall (darwin-386-cgo), const VTDLY ideal-int
  6007  pkg syscall (darwin-386-cgo), const VTIME = 17
  6008  pkg syscall (darwin-386-cgo), const VTIME ideal-int
  6009  pkg syscall (darwin-386-cgo), const VWERASE = 4
  6010  pkg syscall (darwin-386-cgo), const VWERASE ideal-int
  6011  pkg syscall (darwin-386-cgo), const WCONTINUED = 16
  6012  pkg syscall (darwin-386-cgo), const WCOREFLAG = 128
  6013  pkg syscall (darwin-386-cgo), const WEXITED = 4
  6014  pkg syscall (darwin-386-cgo), const WNOHANG = 1
  6015  pkg syscall (darwin-386-cgo), const WNOWAIT = 32
  6016  pkg syscall (darwin-386-cgo), const WORDSIZE = 32
  6017  pkg syscall (darwin-386-cgo), const WSTOPPED = 8
  6018  pkg syscall (darwin-386-cgo), const WUNTRACED = 2
  6019  pkg syscall (darwin-386-cgo), func Fchflags(int, int) error
  6020  pkg syscall (darwin-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
  6021  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct
  6022  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Addr [4]uint8
  6023  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Ifindex uint32
  6024  pkg syscall (darwin-386-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
  6025  pkg syscall (darwin-386-cgo), type Termios struct
  6026  pkg syscall (darwin-386-cgo), type Termios struct, Cc [20]uint8
  6027  pkg syscall (darwin-386-cgo), type Termios struct, Cflag uint32
  6028  pkg syscall (darwin-386-cgo), type Termios struct, Iflag uint32
  6029  pkg syscall (darwin-386-cgo), type Termios struct, Ispeed uint32
  6030  pkg syscall (darwin-386-cgo), type Termios struct, Lflag uint32
  6031  pkg syscall (darwin-386-cgo), type Termios struct, Oflag uint32
  6032  pkg syscall (darwin-386-cgo), type Termios struct, Ospeed uint32
  6033  pkg syscall (darwin-amd64), const AF_APPLETALK = 16
  6034  pkg syscall (darwin-amd64), const AF_CCITT = 10
  6035  pkg syscall (darwin-amd64), const AF_CHAOS = 5
  6036  pkg syscall (darwin-amd64), const AF_CNT = 21
  6037  pkg syscall (darwin-amd64), const AF_COIP = 20
  6038  pkg syscall (darwin-amd64), const AF_DATAKIT = 9
  6039  pkg syscall (darwin-amd64), const AF_DECnet = 12
  6040  pkg syscall (darwin-amd64), const AF_DLI = 13
  6041  pkg syscall (darwin-amd64), const AF_E164 = 28
  6042  pkg syscall (darwin-amd64), const AF_ECMA = 8
  6043  pkg syscall (darwin-amd64), const AF_HYLINK = 15
  6044  pkg syscall (darwin-amd64), const AF_IEEE80211 = 37
  6045  pkg syscall (darwin-amd64), const AF_IMPLINK = 3
  6046  pkg syscall (darwin-amd64), const AF_INET6 = 30
  6047  pkg syscall (darwin-amd64), const AF_IPX = 23
  6048  pkg syscall (darwin-amd64), const AF_ISDN = 28
  6049  pkg syscall (darwin-amd64), const AF_ISO = 7
  6050  pkg syscall (darwin-amd64), const AF_LAT = 14
  6051  pkg syscall (darwin-amd64), const AF_LINK = 18
  6052  pkg syscall (darwin-amd64), const AF_LOCAL = 1
  6053  pkg syscall (darwin-amd64), const AF_MAX = 38
  6054  pkg syscall (darwin-amd64), const AF_NATM = 31
  6055  pkg syscall (darwin-amd64), const AF_NDRV = 27
  6056  pkg syscall (darwin-amd64), const AF_NETBIOS = 33
  6057  pkg syscall (darwin-amd64), const AF_NS = 6
  6058  pkg syscall (darwin-amd64), const AF_OSI = 7
  6059  pkg syscall (darwin-amd64), const AF_PPP = 34
  6060  pkg syscall (darwin-amd64), const AF_PUP = 4
  6061  pkg syscall (darwin-amd64), const AF_RESERVED_36 = 36
  6062  pkg syscall (darwin-amd64), const AF_ROUTE = 17
  6063  pkg syscall (darwin-amd64), const AF_SIP = 24
  6064  pkg syscall (darwin-amd64), const AF_SNA = 11
  6065  pkg syscall (darwin-amd64), const AF_SYSTEM = 32
  6066  pkg syscall (darwin-amd64), const B0 = 0
  6067  pkg syscall (darwin-amd64), const B0 ideal-int
  6068  pkg syscall (darwin-amd64), const B110 = 110
  6069  pkg syscall (darwin-amd64), const B110 ideal-int
  6070  pkg syscall (darwin-amd64), const B115200 = 115200
  6071  pkg syscall (darwin-amd64), const B115200 ideal-int
  6072  pkg syscall (darwin-amd64), const B1200 = 1200
  6073  pkg syscall (darwin-amd64), const B1200 ideal-int
  6074  pkg syscall (darwin-amd64), const B134 = 134
  6075  pkg syscall (darwin-amd64), const B134 ideal-int
  6076  pkg syscall (darwin-amd64), const B14400 = 14400
  6077  pkg syscall (darwin-amd64), const B14400 ideal-int
  6078  pkg syscall (darwin-amd64), const B150 = 150
  6079  pkg syscall (darwin-amd64), const B150 ideal-int
  6080  pkg syscall (darwin-amd64), const B1800 = 1800
  6081  pkg syscall (darwin-amd64), const B1800 ideal-int
  6082  pkg syscall (darwin-amd64), const B19200 = 19200
  6083  pkg syscall (darwin-amd64), const B19200 ideal-int
  6084  pkg syscall (darwin-amd64), const B200 = 200
  6085  pkg syscall (darwin-amd64), const B200 ideal-int
  6086  pkg syscall (darwin-amd64), const B230400 = 230400
  6087  pkg syscall (darwin-amd64), const B230400 ideal-int
  6088  pkg syscall (darwin-amd64), const B2400 = 2400
  6089  pkg syscall (darwin-amd64), const B2400 ideal-int
  6090  pkg syscall (darwin-amd64), const B28800 = 28800
  6091  pkg syscall (darwin-amd64), const B28800 ideal-int
  6092  pkg syscall (darwin-amd64), const B300 = 300
  6093  pkg syscall (darwin-amd64), const B300 ideal-int
  6094  pkg syscall (darwin-amd64), const B38400 = 38400
  6095  pkg syscall (darwin-amd64), const B38400 ideal-int
  6096  pkg syscall (darwin-amd64), const B4800 = 4800
  6097  pkg syscall (darwin-amd64), const B4800 ideal-int
  6098  pkg syscall (darwin-amd64), const B50 = 50
  6099  pkg syscall (darwin-amd64), const B50 ideal-int
  6100  pkg syscall (darwin-amd64), const B57600 = 57600
  6101  pkg syscall (darwin-amd64), const B57600 ideal-int
  6102  pkg syscall (darwin-amd64), const B600 = 600
  6103  pkg syscall (darwin-amd64), const B600 ideal-int
  6104  pkg syscall (darwin-amd64), const B7200 = 7200
  6105  pkg syscall (darwin-amd64), const B7200 ideal-int
  6106  pkg syscall (darwin-amd64), const B75 = 75
  6107  pkg syscall (darwin-amd64), const B75 ideal-int
  6108  pkg syscall (darwin-amd64), const B76800 = 76800
  6109  pkg syscall (darwin-amd64), const B76800 ideal-int
  6110  pkg syscall (darwin-amd64), const B9600 = 9600
  6111  pkg syscall (darwin-amd64), const B9600 ideal-int
  6112  pkg syscall (darwin-amd64), const BIOCFLUSH = 536887912
  6113  pkg syscall (darwin-amd64), const BIOCGBLEN = 1074020966
  6114  pkg syscall (darwin-amd64), const BIOCGDLT = 1074020970
  6115  pkg syscall (darwin-amd64), const BIOCGDLTLIST = 3222028921
  6116  pkg syscall (darwin-amd64), const BIOCGETIF = 1075855979
  6117  pkg syscall (darwin-amd64), const BIOCGHDRCMPLT = 1074020980
  6118  pkg syscall (darwin-amd64), const BIOCGRSIG = 1074020978
  6119  pkg syscall (darwin-amd64), const BIOCGRTIMEOUT = 1074807406
  6120  pkg syscall (darwin-amd64), const BIOCGSEESENT = 1074020982
  6121  pkg syscall (darwin-amd64), const BIOCGSTATS = 1074283119
  6122  pkg syscall (darwin-amd64), const BIOCIMMEDIATE = 2147762800
  6123  pkg syscall (darwin-amd64), const BIOCPROMISC = 536887913
  6124  pkg syscall (darwin-amd64), const BIOCSBLEN = 3221504614
  6125  pkg syscall (darwin-amd64), const BIOCSDLT = 2147762808
  6126  pkg syscall (darwin-amd64), const BIOCSETF = 2148549223
  6127  pkg syscall (darwin-amd64), const BIOCSETIF = 2149597804
  6128  pkg syscall (darwin-amd64), const BIOCSHDRCMPLT = 2147762805
  6129  pkg syscall (darwin-amd64), const BIOCSRSIG = 2147762803
  6130  pkg syscall (darwin-amd64), const BIOCSRTIMEOUT = 2148549229
  6131  pkg syscall (darwin-amd64), const BIOCSSEESENT = 2147762807
  6132  pkg syscall (darwin-amd64), const BIOCVERSION = 1074020977
  6133  pkg syscall (darwin-amd64), const BPF_A = 16
  6134  pkg syscall (darwin-amd64), const BPF_ABS = 32
  6135  pkg syscall (darwin-amd64), const BPF_ADD = 0
  6136  pkg syscall (darwin-amd64), const BPF_ALIGNMENT = 4
  6137  pkg syscall (darwin-amd64), const BPF_ALU = 4
  6138  pkg syscall (darwin-amd64), const BPF_AND = 80
  6139  pkg syscall (darwin-amd64), const BPF_B = 16
  6140  pkg syscall (darwin-amd64), const BPF_DIV = 48
  6141  pkg syscall (darwin-amd64), const BPF_H = 8
  6142  pkg syscall (darwin-amd64), const BPF_IMM = 0
  6143  pkg syscall (darwin-amd64), const BPF_IND = 64
  6144  pkg syscall (darwin-amd64), const BPF_JA = 0
  6145  pkg syscall (darwin-amd64), const BPF_JEQ = 16
  6146  pkg syscall (darwin-amd64), const BPF_JGE = 48
  6147  pkg syscall (darwin-amd64), const BPF_JGT = 32
  6148  pkg syscall (darwin-amd64), const BPF_JMP = 5
  6149  pkg syscall (darwin-amd64), const BPF_JSET = 64
  6150  pkg syscall (darwin-amd64), const BPF_K = 0
  6151  pkg syscall (darwin-amd64), const BPF_LD = 0
  6152  pkg syscall (darwin-amd64), const BPF_LDX = 1
  6153  pkg syscall (darwin-amd64), const BPF_LEN = 128
  6154  pkg syscall (darwin-amd64), const BPF_LSH = 96
  6155  pkg syscall (darwin-amd64), const BPF_MAJOR_VERSION = 1
  6156  pkg syscall (darwin-amd64), const BPF_MAXBUFSIZE = 524288
  6157  pkg syscall (darwin-amd64), const BPF_MAXINSNS = 512
  6158  pkg syscall (darwin-amd64), const BPF_MEM = 96
  6159  pkg syscall (darwin-amd64), const BPF_MEMWORDS = 16
  6160  pkg syscall (darwin-amd64), const BPF_MINBUFSIZE = 32
  6161  pkg syscall (darwin-amd64), const BPF_MINOR_VERSION = 1
  6162  pkg syscall (darwin-amd64), const BPF_MISC = 7
  6163  pkg syscall (darwin-amd64), const BPF_MSH = 160
  6164  pkg syscall (darwin-amd64), const BPF_MUL = 32
  6165  pkg syscall (darwin-amd64), const BPF_NEG = 128
  6166  pkg syscall (darwin-amd64), const BPF_OR = 64
  6167  pkg syscall (darwin-amd64), const BPF_RELEASE = 199606
  6168  pkg syscall (darwin-amd64), const BPF_RET = 6
  6169  pkg syscall (darwin-amd64), const BPF_RSH = 112
  6170  pkg syscall (darwin-amd64), const BPF_ST = 2
  6171  pkg syscall (darwin-amd64), const BPF_STX = 3
  6172  pkg syscall (darwin-amd64), const BPF_SUB = 16
  6173  pkg syscall (darwin-amd64), const BPF_TAX = 0
  6174  pkg syscall (darwin-amd64), const BPF_TXA = 128
  6175  pkg syscall (darwin-amd64), const BPF_W = 0
  6176  pkg syscall (darwin-amd64), const BPF_X = 8
  6177  pkg syscall (darwin-amd64), const BRKINT = 2
  6178  pkg syscall (darwin-amd64), const BRKINT ideal-int
  6179  pkg syscall (darwin-amd64), const CFLUSH = 15
  6180  pkg syscall (darwin-amd64), const CFLUSH ideal-int
  6181  pkg syscall (darwin-amd64), const CLOCAL = 32768
  6182  pkg syscall (darwin-amd64), const CLOCAL ideal-int
  6183  pkg syscall (darwin-amd64), const CREAD = 2048
  6184  pkg syscall (darwin-amd64), const CREAD ideal-int
  6185  pkg syscall (darwin-amd64), const CS5 = 0
  6186  pkg syscall (darwin-amd64), const CS5 ideal-int
  6187  pkg syscall (darwin-amd64), const CS6 = 256
  6188  pkg syscall (darwin-amd64), const CS6 ideal-int
  6189  pkg syscall (darwin-amd64), const CS7 = 512
  6190  pkg syscall (darwin-amd64), const CS7 ideal-int
  6191  pkg syscall (darwin-amd64), const CS8 = 768
  6192  pkg syscall (darwin-amd64), const CS8 ideal-int
  6193  pkg syscall (darwin-amd64), const CSIZE = 768
  6194  pkg syscall (darwin-amd64), const CSIZE ideal-int
  6195  pkg syscall (darwin-amd64), const CSTART = 17
  6196  pkg syscall (darwin-amd64), const CSTART ideal-int
  6197  pkg syscall (darwin-amd64), const CSTATUS = 20
  6198  pkg syscall (darwin-amd64), const CSTATUS ideal-int
  6199  pkg syscall (darwin-amd64), const CSTOP = 19
  6200  pkg syscall (darwin-amd64), const CSTOP ideal-int
  6201  pkg syscall (darwin-amd64), const CSTOPB = 1024
  6202  pkg syscall (darwin-amd64), const CSTOPB ideal-int
  6203  pkg syscall (darwin-amd64), const CSUSP = 26
  6204  pkg syscall (darwin-amd64), const CSUSP ideal-int
  6205  pkg syscall (darwin-amd64), const CTL_MAXNAME = 12
  6206  pkg syscall (darwin-amd64), const CTL_NET = 4
  6207  pkg syscall (darwin-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  6208  pkg syscall (darwin-amd64), const DLT_ARCNET = 7
  6209  pkg syscall (darwin-amd64), const DLT_ATM_CLIP = 19
  6210  pkg syscall (darwin-amd64), const DLT_ATM_RFC1483 = 11
  6211  pkg syscall (darwin-amd64), const DLT_AX25 = 3
  6212  pkg syscall (darwin-amd64), const DLT_CHAOS = 5
  6213  pkg syscall (darwin-amd64), const DLT_CHDLC = 104
  6214  pkg syscall (darwin-amd64), const DLT_C_HDLC = 104
  6215  pkg syscall (darwin-amd64), const DLT_EN10MB = 1
  6216  pkg syscall (darwin-amd64), const DLT_EN3MB = 2
  6217  pkg syscall (darwin-amd64), const DLT_FDDI = 10
  6218  pkg syscall (darwin-amd64), const DLT_IEEE802 = 6
  6219  pkg syscall (darwin-amd64), const DLT_IEEE802_11 = 105
  6220  pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO = 127
  6221  pkg syscall (darwin-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
  6222  pkg syscall (darwin-amd64), const DLT_LINUX_SLL = 113
  6223  pkg syscall (darwin-amd64), const DLT_LOOP = 108
  6224  pkg syscall (darwin-amd64), const DLT_NULL = 0
  6225  pkg syscall (darwin-amd64), const DLT_PFLOG = 117
  6226  pkg syscall (darwin-amd64), const DLT_PFSYNC = 18
  6227  pkg syscall (darwin-amd64), const DLT_PPP = 9
  6228  pkg syscall (darwin-amd64), const DLT_PPP_BSDOS = 16
  6229  pkg syscall (darwin-amd64), const DLT_PPP_SERIAL = 50
  6230  pkg syscall (darwin-amd64), const DLT_PRONET = 4
  6231  pkg syscall (darwin-amd64), const DLT_RAW = 12
  6232  pkg syscall (darwin-amd64), const DLT_SLIP = 8
  6233  pkg syscall (darwin-amd64), const DLT_SLIP_BSDOS = 15
  6234  pkg syscall (darwin-amd64), const DT_BLK = 6
  6235  pkg syscall (darwin-amd64), const DT_CHR = 2
  6236  pkg syscall (darwin-amd64), const DT_DIR = 4
  6237  pkg syscall (darwin-amd64), const DT_FIFO = 1
  6238  pkg syscall (darwin-amd64), const DT_LNK = 10
  6239  pkg syscall (darwin-amd64), const DT_REG = 8
  6240  pkg syscall (darwin-amd64), const DT_SOCK = 12
  6241  pkg syscall (darwin-amd64), const DT_UNKNOWN = 0
  6242  pkg syscall (darwin-amd64), const DT_WHT = 14
  6243  pkg syscall (darwin-amd64), const E2BIG = 7
  6244  pkg syscall (darwin-amd64), const EACCES = 13
  6245  pkg syscall (darwin-amd64), const EADDRINUSE = 48
  6246  pkg syscall (darwin-amd64), const EADDRNOTAVAIL = 49
  6247  pkg syscall (darwin-amd64), const EAFNOSUPPORT = 47
  6248  pkg syscall (darwin-amd64), const EAGAIN = 35
  6249  pkg syscall (darwin-amd64), const EALREADY = 37
  6250  pkg syscall (darwin-amd64), const EAUTH = 80
  6251  pkg syscall (darwin-amd64), const EBADARCH = 86
  6252  pkg syscall (darwin-amd64), const EBADEXEC = 85
  6253  pkg syscall (darwin-amd64), const EBADF = 9
  6254  pkg syscall (darwin-amd64), const EBADMACHO = 88
  6255  pkg syscall (darwin-amd64), const EBADMSG = 94
  6256  pkg syscall (darwin-amd64), const EBADRPC = 72
  6257  pkg syscall (darwin-amd64), const EBUSY = 16
  6258  pkg syscall (darwin-amd64), const ECANCELED = 89
  6259  pkg syscall (darwin-amd64), const ECHILD = 10
  6260  pkg syscall (darwin-amd64), const ECHO = 8
  6261  pkg syscall (darwin-amd64), const ECHOCTL = 64
  6262  pkg syscall (darwin-amd64), const ECHOE = 2
  6263  pkg syscall (darwin-amd64), const ECHOK = 4
  6264  pkg syscall (darwin-amd64), const ECHOKE = 1
  6265  pkg syscall (darwin-amd64), const ECHONL = 16
  6266  pkg syscall (darwin-amd64), const ECHOPRT = 32
  6267  pkg syscall (darwin-amd64), const ECONNABORTED = 53
  6268  pkg syscall (darwin-amd64), const ECONNREFUSED = 61
  6269  pkg syscall (darwin-amd64), const ECONNRESET = 54
  6270  pkg syscall (darwin-amd64), const EDEADLK = 11
  6271  pkg syscall (darwin-amd64), const EDESTADDRREQ = 39
  6272  pkg syscall (darwin-amd64), const EDEVERR = 83
  6273  pkg syscall (darwin-amd64), const EDOM = 33
  6274  pkg syscall (darwin-amd64), const EDQUOT = 69
  6275  pkg syscall (darwin-amd64), const EEXIST = 17
  6276  pkg syscall (darwin-amd64), const EFAULT = 14
  6277  pkg syscall (darwin-amd64), const EFBIG = 27
  6278  pkg syscall (darwin-amd64), const EFTYPE = 79
  6279  pkg syscall (darwin-amd64), const EHOSTDOWN = 64
  6280  pkg syscall (darwin-amd64), const EHOSTUNREACH = 65
  6281  pkg syscall (darwin-amd64), const EIDRM = 90
  6282  pkg syscall (darwin-amd64), const EILSEQ = 92
  6283  pkg syscall (darwin-amd64), const EINPROGRESS = 36
  6284  pkg syscall (darwin-amd64), const EINTR = 4
  6285  pkg syscall (darwin-amd64), const EINVAL = 22
  6286  pkg syscall (darwin-amd64), const EIO = 5
  6287  pkg syscall (darwin-amd64), const EISCONN = 56
  6288  pkg syscall (darwin-amd64), const EISDIR = 21
  6289  pkg syscall (darwin-amd64), const ELAST = 105
  6290  pkg syscall (darwin-amd64), const ELOOP = 62
  6291  pkg syscall (darwin-amd64), const EMFILE = 24
  6292  pkg syscall (darwin-amd64), const EMLINK = 31
  6293  pkg syscall (darwin-amd64), const EMSGSIZE = 40
  6294  pkg syscall (darwin-amd64), const EMULTIHOP = 95
  6295  pkg syscall (darwin-amd64), const ENAMETOOLONG = 63
  6296  pkg syscall (darwin-amd64), const ENEEDAUTH = 81
  6297  pkg syscall (darwin-amd64), const ENETDOWN = 50
  6298  pkg syscall (darwin-amd64), const ENETRESET = 52
  6299  pkg syscall (darwin-amd64), const ENETUNREACH = 51
  6300  pkg syscall (darwin-amd64), const ENFILE = 23
  6301  pkg syscall (darwin-amd64), const ENOATTR = 93
  6302  pkg syscall (darwin-amd64), const ENOBUFS = 55
  6303  pkg syscall (darwin-amd64), const ENODATA = 96
  6304  pkg syscall (darwin-amd64), const ENODEV = 19
  6305  pkg syscall (darwin-amd64), const ENOEXEC = 8
  6306  pkg syscall (darwin-amd64), const ENOLCK = 77
  6307  pkg syscall (darwin-amd64), const ENOLINK = 97
  6308  pkg syscall (darwin-amd64), const ENOMEM = 12
  6309  pkg syscall (darwin-amd64), const ENOMSG = 91
  6310  pkg syscall (darwin-amd64), const ENOPOLICY = 103
  6311  pkg syscall (darwin-amd64), const ENOPROTOOPT = 42
  6312  pkg syscall (darwin-amd64), const ENOSPC = 28
  6313  pkg syscall (darwin-amd64), const ENOSR = 98
  6314  pkg syscall (darwin-amd64), const ENOSTR = 99
  6315  pkg syscall (darwin-amd64), const ENOSYS = 78
  6316  pkg syscall (darwin-amd64), const ENOTBLK = 15
  6317  pkg syscall (darwin-amd64), const ENOTCONN = 57
  6318  pkg syscall (darwin-amd64), const ENOTDIR = 20
  6319  pkg syscall (darwin-amd64), const ENOTEMPTY = 66
  6320  pkg syscall (darwin-amd64), const ENOTRECOVERABLE = 104
  6321  pkg syscall (darwin-amd64), const ENOTSOCK = 38
  6322  pkg syscall (darwin-amd64), const ENOTSUP = 45
  6323  pkg syscall (darwin-amd64), const ENOTTY = 25
  6324  pkg syscall (darwin-amd64), const ENXIO = 6
  6325  pkg syscall (darwin-amd64), const EOPNOTSUPP = 102
  6326  pkg syscall (darwin-amd64), const EOVERFLOW = 84
  6327  pkg syscall (darwin-amd64), const EOWNERDEAD = 105
  6328  pkg syscall (darwin-amd64), const EPERM = 1
  6329  pkg syscall (darwin-amd64), const EPFNOSUPPORT = 46
  6330  pkg syscall (darwin-amd64), const EPIPE = 32
  6331  pkg syscall (darwin-amd64), const EPROCLIM = 67
  6332  pkg syscall (darwin-amd64), const EPROCUNAVAIL = 76
  6333  pkg syscall (darwin-amd64), const EPROGMISMATCH = 75
  6334  pkg syscall (darwin-amd64), const EPROGUNAVAIL = 74
  6335  pkg syscall (darwin-amd64), const EPROTO = 100
  6336  pkg syscall (darwin-amd64), const EPROTONOSUPPORT = 43
  6337  pkg syscall (darwin-amd64), const EPROTOTYPE = 41
  6338  pkg syscall (darwin-amd64), const EPWROFF = 82
  6339  pkg syscall (darwin-amd64), const ERANGE = 34
  6340  pkg syscall (darwin-amd64), const EREMOTE = 71
  6341  pkg syscall (darwin-amd64), const EROFS = 30
  6342  pkg syscall (darwin-amd64), const ERPCMISMATCH = 73
  6343  pkg syscall (darwin-amd64), const ESHLIBVERS = 87
  6344  pkg syscall (darwin-amd64), const ESHUTDOWN = 58
  6345  pkg syscall (darwin-amd64), const ESOCKTNOSUPPORT = 44
  6346  pkg syscall (darwin-amd64), const ESPIPE = 29
  6347  pkg syscall (darwin-amd64), const ESRCH = 3
  6348  pkg syscall (darwin-amd64), const ESTALE = 70
  6349  pkg syscall (darwin-amd64), const ETIME = 101
  6350  pkg syscall (darwin-amd64), const ETIMEDOUT = 60
  6351  pkg syscall (darwin-amd64), const ETOOMANYREFS = 59
  6352  pkg syscall (darwin-amd64), const ETXTBSY = 26
  6353  pkg syscall (darwin-amd64), const EUSERS = 68
  6354  pkg syscall (darwin-amd64), const EVFILT_AIO = -3
  6355  pkg syscall (darwin-amd64), const EVFILT_FS = -9
  6356  pkg syscall (darwin-amd64), const EVFILT_MACHPORT = -8
  6357  pkg syscall (darwin-amd64), const EVFILT_PROC = -5
  6358  pkg syscall (darwin-amd64), const EVFILT_READ = -1
  6359  pkg syscall (darwin-amd64), const EVFILT_SIGNAL = -6
  6360  pkg syscall (darwin-amd64), const EVFILT_SYSCOUNT = 12
  6361  pkg syscall (darwin-amd64), const EVFILT_THREADMARKER = 12
  6362  pkg syscall (darwin-amd64), const EVFILT_TIMER = -7
  6363  pkg syscall (darwin-amd64), const EVFILT_USER = -10
  6364  pkg syscall (darwin-amd64), const EVFILT_VM = -12
  6365  pkg syscall (darwin-amd64), const EVFILT_VNODE = -4
  6366  pkg syscall (darwin-amd64), const EVFILT_WRITE = -2
  6367  pkg syscall (darwin-amd64), const EV_ADD = 1
  6368  pkg syscall (darwin-amd64), const EV_CLEAR = 32
  6369  pkg syscall (darwin-amd64), const EV_DELETE = 2
  6370  pkg syscall (darwin-amd64), const EV_DISABLE = 8
  6371  pkg syscall (darwin-amd64), const EV_DISPATCH = 128
  6372  pkg syscall (darwin-amd64), const EV_ENABLE = 4
  6373  pkg syscall (darwin-amd64), const EV_EOF = 32768
  6374  pkg syscall (darwin-amd64), const EV_ERROR = 16384
  6375  pkg syscall (darwin-amd64), const EV_FLAG0 = 4096
  6376  pkg syscall (darwin-amd64), const EV_FLAG1 = 8192
  6377  pkg syscall (darwin-amd64), const EV_ONESHOT = 16
  6378  pkg syscall (darwin-amd64), const EV_OOBAND = 8192
  6379  pkg syscall (darwin-amd64), const EV_POLL = 4096
  6380  pkg syscall (darwin-amd64), const EV_RECEIPT = 64
  6381  pkg syscall (darwin-amd64), const EV_SYSFLAGS = 61440
  6382  pkg syscall (darwin-amd64), const EWOULDBLOCK = 35
  6383  pkg syscall (darwin-amd64), const EXDEV = 18
  6384  pkg syscall (darwin-amd64), const EXTA = 19200
  6385  pkg syscall (darwin-amd64), const EXTB = 38400
  6386  pkg syscall (darwin-amd64), const EXTPROC = 2048
  6387  pkg syscall (darwin-amd64), const FD_CLOEXEC = 1
  6388  pkg syscall (darwin-amd64), const FD_SETSIZE = 1024
  6389  pkg syscall (darwin-amd64), const FLUSHO = 8388608
  6390  pkg syscall (darwin-amd64), const FLUSHO ideal-int
  6391  pkg syscall (darwin-amd64), const F_ADDFILESIGS = 61
  6392  pkg syscall (darwin-amd64), const F_ADDSIGS = 59
  6393  pkg syscall (darwin-amd64), const F_ALLOCATEALL = 4
  6394  pkg syscall (darwin-amd64), const F_ALLOCATECONTIG = 2
  6395  pkg syscall (darwin-amd64), const F_CHKCLEAN = 41
  6396  pkg syscall (darwin-amd64), const F_DUPFD = 0
  6397  pkg syscall (darwin-amd64), const F_DUPFD_CLOEXEC = 67
  6398  pkg syscall (darwin-amd64), const F_FLUSH_DATA = 40
  6399  pkg syscall (darwin-amd64), const F_FREEZE_FS = 53
  6400  pkg syscall (darwin-amd64), const F_FULLFSYNC = 51
  6401  pkg syscall (darwin-amd64), const F_GETFD = 1
  6402  pkg syscall (darwin-amd64), const F_GETFL = 3
  6403  pkg syscall (darwin-amd64), const F_GETLK = 7
  6404  pkg syscall (darwin-amd64), const F_GETLKPID = 66
  6405  pkg syscall (darwin-amd64), const F_GETNOSIGPIPE = 74
  6406  pkg syscall (darwin-amd64), const F_GETOWN = 5
  6407  pkg syscall (darwin-amd64), const F_GETPATH = 50
  6408  pkg syscall (darwin-amd64), const F_GETPATH_MTMINFO = 71
  6409  pkg syscall (darwin-amd64), const F_GETPROTECTIONCLASS = 63
  6410  pkg syscall (darwin-amd64), const F_GLOBAL_NOCACHE = 55
  6411  pkg syscall (darwin-amd64), const F_LOG2PHYS = 49
  6412  pkg syscall (darwin-amd64), const F_LOG2PHYS_EXT = 65
  6413  pkg syscall (darwin-amd64), const F_MARKDEPENDENCY = 60
  6414  pkg syscall (darwin-amd64), const F_NOCACHE = 48
  6415  pkg syscall (darwin-amd64), const F_NODIRECT = 62
  6416  pkg syscall (darwin-amd64), const F_OK = 0
  6417  pkg syscall (darwin-amd64), const F_PATHPKG_CHECK = 52
  6418  pkg syscall (darwin-amd64), const F_PEOFPOSMODE = 3
  6419  pkg syscall (darwin-amd64), const F_PREALLOCATE = 42
  6420  pkg syscall (darwin-amd64), const F_RDADVISE = 44
  6421  pkg syscall (darwin-amd64), const F_RDAHEAD = 45
  6422  pkg syscall (darwin-amd64), const F_RDLCK = 1
  6423  pkg syscall (darwin-amd64), const F_READBOOTSTRAP = 46
  6424  pkg syscall (darwin-amd64), const F_SETBACKINGSTORE = 70
  6425  pkg syscall (darwin-amd64), const F_SETFD = 2
  6426  pkg syscall (darwin-amd64), const F_SETFL = 4
  6427  pkg syscall (darwin-amd64), const F_SETLK = 8
  6428  pkg syscall (darwin-amd64), const F_SETLKW = 9
  6429  pkg syscall (darwin-amd64), const F_SETNOSIGPIPE = 73
  6430  pkg syscall (darwin-amd64), const F_SETOWN = 6
  6431  pkg syscall (darwin-amd64), const F_SETPROTECTIONCLASS = 64
  6432  pkg syscall (darwin-amd64), const F_SETSIZE = 43
  6433  pkg syscall (darwin-amd64), const F_THAW_FS = 54
  6434  pkg syscall (darwin-amd64), const F_UNLCK = 2
  6435  pkg syscall (darwin-amd64), const F_VOLPOSMODE = 4
  6436  pkg syscall (darwin-amd64), const F_WRITEBOOTSTRAP = 47
  6437  pkg syscall (darwin-amd64), const F_WRLCK = 3
  6438  pkg syscall (darwin-amd64), const HUPCL = 16384
  6439  pkg syscall (darwin-amd64), const HUPCL ideal-int
  6440  pkg syscall (darwin-amd64), const ICANON = 256
  6441  pkg syscall (darwin-amd64), const ICANON ideal-int
  6442  pkg syscall (darwin-amd64), const ICRNL = 256
  6443  pkg syscall (darwin-amd64), const ICRNL ideal-int
  6444  pkg syscall (darwin-amd64), const IEXTEN = 1024
  6445  pkg syscall (darwin-amd64), const IEXTEN ideal-int
  6446  pkg syscall (darwin-amd64), const IFF_ALLMULTI = 512
  6447  pkg syscall (darwin-amd64), const IFF_ALTPHYS = 16384
  6448  pkg syscall (darwin-amd64), const IFF_DEBUG = 4
  6449  pkg syscall (darwin-amd64), const IFF_LINK0 = 4096
  6450  pkg syscall (darwin-amd64), const IFF_LINK1 = 8192
  6451  pkg syscall (darwin-amd64), const IFF_LINK2 = 16384
  6452  pkg syscall (darwin-amd64), const IFF_LOOPBACK = 8
  6453  pkg syscall (darwin-amd64), const IFF_MULTICAST = 32768
  6454  pkg syscall (darwin-amd64), const IFF_NOARP = 128
  6455  pkg syscall (darwin-amd64), const IFF_NOTRAILERS = 32
  6456  pkg syscall (darwin-amd64), const IFF_OACTIVE = 1024
  6457  pkg syscall (darwin-amd64), const IFF_POINTOPOINT = 16
  6458  pkg syscall (darwin-amd64), const IFF_PROMISC = 256
  6459  pkg syscall (darwin-amd64), const IFF_RUNNING = 64
  6460  pkg syscall (darwin-amd64), const IFF_SIMPLEX = 2048
  6461  pkg syscall (darwin-amd64), const IFNAMSIZ = 16
  6462  pkg syscall (darwin-amd64), const IFT_1822 = 2
  6463  pkg syscall (darwin-amd64), const IFT_AAL5 = 49
  6464  pkg syscall (darwin-amd64), const IFT_ARCNET = 35
  6465  pkg syscall (darwin-amd64), const IFT_ARCNETPLUS = 36
  6466  pkg syscall (darwin-amd64), const IFT_ATM = 37
  6467  pkg syscall (darwin-amd64), const IFT_BRIDGE = 209
  6468  pkg syscall (darwin-amd64), const IFT_CARP = 248
  6469  pkg syscall (darwin-amd64), const IFT_CELLULAR = 255
  6470  pkg syscall (darwin-amd64), const IFT_CEPT = 19
  6471  pkg syscall (darwin-amd64), const IFT_DS3 = 30
  6472  pkg syscall (darwin-amd64), const IFT_ENC = 244
  6473  pkg syscall (darwin-amd64), const IFT_EON = 25
  6474  pkg syscall (darwin-amd64), const IFT_ETHER = 6
  6475  pkg syscall (darwin-amd64), const IFT_FAITH = 56
  6476  pkg syscall (darwin-amd64), const IFT_FDDI = 15
  6477  pkg syscall (darwin-amd64), const IFT_FRELAY = 32
  6478  pkg syscall (darwin-amd64), const IFT_FRELAYDCE = 44
  6479  pkg syscall (darwin-amd64), const IFT_GIF = 55
  6480  pkg syscall (darwin-amd64), const IFT_HDH1822 = 3
  6481  pkg syscall (darwin-amd64), const IFT_HIPPI = 47
  6482  pkg syscall (darwin-amd64), const IFT_HSSI = 46
  6483  pkg syscall (darwin-amd64), const IFT_HY = 14
  6484  pkg syscall (darwin-amd64), const IFT_IEEE1394 = 144
  6485  pkg syscall (darwin-amd64), const IFT_IEEE8023ADLAG = 136
  6486  pkg syscall (darwin-amd64), const IFT_ISDNBASIC = 20
  6487  pkg syscall (darwin-amd64), const IFT_ISDNPRIMARY = 21
  6488  pkg syscall (darwin-amd64), const IFT_ISO88022LLC = 41
  6489  pkg syscall (darwin-amd64), const IFT_ISO88023 = 7
  6490  pkg syscall (darwin-amd64), const IFT_ISO88024 = 8
  6491  pkg syscall (darwin-amd64), const IFT_ISO88025 = 9
  6492  pkg syscall (darwin-amd64), const IFT_ISO88026 = 10
  6493  pkg syscall (darwin-amd64), const IFT_L2VLAN = 135
  6494  pkg syscall (darwin-amd64), const IFT_LAPB = 16
  6495  pkg syscall (darwin-amd64), const IFT_LOCALTALK = 42
  6496  pkg syscall (darwin-amd64), const IFT_LOOP = 24
  6497  pkg syscall (darwin-amd64), const IFT_MIOX25 = 38
  6498  pkg syscall (darwin-amd64), const IFT_MODEM = 48
  6499  pkg syscall (darwin-amd64), const IFT_NSIP = 27
  6500  pkg syscall (darwin-amd64), const IFT_OTHER = 1
  6501  pkg syscall (darwin-amd64), const IFT_P10 = 12
  6502  pkg syscall (darwin-amd64), const IFT_P80 = 13
  6503  pkg syscall (darwin-amd64), const IFT_PARA = 34
  6504  pkg syscall (darwin-amd64), const IFT_PDP = 255
  6505  pkg syscall (darwin-amd64), const IFT_PFLOG = 245
  6506  pkg syscall (darwin-amd64), const IFT_PFSYNC = 246
  6507  pkg syscall (darwin-amd64), const IFT_PPP = 23
  6508  pkg syscall (darwin-amd64), const IFT_PROPMUX = 54
  6509  pkg syscall (darwin-amd64), const IFT_PROPVIRTUAL = 53
  6510  pkg syscall (darwin-amd64), const IFT_PTPSERIAL = 22
  6511  pkg syscall (darwin-amd64), const IFT_RS232 = 33
  6512  pkg syscall (darwin-amd64), const IFT_SDLC = 17
  6513  pkg syscall (darwin-amd64), const IFT_SIP = 31
  6514  pkg syscall (darwin-amd64), const IFT_SLIP = 28
  6515  pkg syscall (darwin-amd64), const IFT_SMDSDXI = 43
  6516  pkg syscall (darwin-amd64), const IFT_SMDSICIP = 52
  6517  pkg syscall (darwin-amd64), const IFT_SONET = 39
  6518  pkg syscall (darwin-amd64), const IFT_SONETPATH = 50
  6519  pkg syscall (darwin-amd64), const IFT_SONETVT = 51
  6520  pkg syscall (darwin-amd64), const IFT_STARLAN = 11
  6521  pkg syscall (darwin-amd64), const IFT_STF = 57
  6522  pkg syscall (darwin-amd64), const IFT_T1 = 18
  6523  pkg syscall (darwin-amd64), const IFT_ULTRA = 29
  6524  pkg syscall (darwin-amd64), const IFT_V35 = 45
  6525  pkg syscall (darwin-amd64), const IFT_X25 = 5
  6526  pkg syscall (darwin-amd64), const IFT_X25DDN = 4
  6527  pkg syscall (darwin-amd64), const IFT_X25PLE = 40
  6528  pkg syscall (darwin-amd64), const IFT_XETHER = 26
  6529  pkg syscall (darwin-amd64), const IGNBRK = 1
  6530  pkg syscall (darwin-amd64), const IGNBRK ideal-int
  6531  pkg syscall (darwin-amd64), const IGNCR = 128
  6532  pkg syscall (darwin-amd64), const IGNCR ideal-int
  6533  pkg syscall (darwin-amd64), const IGNPAR = 4
  6534  pkg syscall (darwin-amd64), const IGNPAR ideal-int
  6535  pkg syscall (darwin-amd64), const IMAXBEL = 8192
  6536  pkg syscall (darwin-amd64), const IMAXBEL ideal-int
  6537  pkg syscall (darwin-amd64), const INLCR = 64
  6538  pkg syscall (darwin-amd64), const INLCR ideal-int
  6539  pkg syscall (darwin-amd64), const INPCK = 16
  6540  pkg syscall (darwin-amd64), const INPCK ideal-int
  6541  pkg syscall (darwin-amd64), const IN_CLASSA_HOST = 16777215
  6542  pkg syscall (darwin-amd64), const IN_CLASSA_MAX = 128
  6543  pkg syscall (darwin-amd64), const IN_CLASSA_NET = 4278190080
  6544  pkg syscall (darwin-amd64), const IN_CLASSA_NSHIFT = 24
  6545  pkg syscall (darwin-amd64), const IN_CLASSB_HOST = 65535
  6546  pkg syscall (darwin-amd64), const IN_CLASSB_MAX = 65536
  6547  pkg syscall (darwin-amd64), const IN_CLASSB_NET = 4294901760
  6548  pkg syscall (darwin-amd64), const IN_CLASSB_NSHIFT = 16
  6549  pkg syscall (darwin-amd64), const IN_CLASSC_HOST = 255
  6550  pkg syscall (darwin-amd64), const IN_CLASSC_NET = 4294967040
  6551  pkg syscall (darwin-amd64), const IN_CLASSC_NSHIFT = 8
  6552  pkg syscall (darwin-amd64), const IN_CLASSD_HOST = 268435455
  6553  pkg syscall (darwin-amd64), const IN_CLASSD_NET = 4026531840
  6554  pkg syscall (darwin-amd64), const IN_CLASSD_NSHIFT = 28
  6555  pkg syscall (darwin-amd64), const IN_LINKLOCALNETNUM = 2851995648
  6556  pkg syscall (darwin-amd64), const IN_LOOPBACKNET = 127
  6557  pkg syscall (darwin-amd64), const IPPROTO_3PC = 34
  6558  pkg syscall (darwin-amd64), const IPPROTO_ADFS = 68
  6559  pkg syscall (darwin-amd64), const IPPROTO_AH = 51
  6560  pkg syscall (darwin-amd64), const IPPROTO_AHIP = 61
  6561  pkg syscall (darwin-amd64), const IPPROTO_APES = 99
  6562  pkg syscall (darwin-amd64), const IPPROTO_ARGUS = 13
  6563  pkg syscall (darwin-amd64), const IPPROTO_AX25 = 93
  6564  pkg syscall (darwin-amd64), const IPPROTO_BHA = 49
  6565  pkg syscall (darwin-amd64), const IPPROTO_BLT = 30
  6566  pkg syscall (darwin-amd64), const IPPROTO_BRSATMON = 76
  6567  pkg syscall (darwin-amd64), const IPPROTO_CFTP = 62
  6568  pkg syscall (darwin-amd64), const IPPROTO_CHAOS = 16
  6569  pkg syscall (darwin-amd64), const IPPROTO_CMTP = 38
  6570  pkg syscall (darwin-amd64), const IPPROTO_CPHB = 73
  6571  pkg syscall (darwin-amd64), const IPPROTO_CPNX = 72
  6572  pkg syscall (darwin-amd64), const IPPROTO_DDP = 37
  6573  pkg syscall (darwin-amd64), const IPPROTO_DGP = 86
  6574  pkg syscall (darwin-amd64), const IPPROTO_DIVERT = 254
  6575  pkg syscall (darwin-amd64), const IPPROTO_DONE = 257
  6576  pkg syscall (darwin-amd64), const IPPROTO_DSTOPTS = 60
  6577  pkg syscall (darwin-amd64), const IPPROTO_EGP = 8
  6578  pkg syscall (darwin-amd64), const IPPROTO_EMCON = 14
  6579  pkg syscall (darwin-amd64), const IPPROTO_ENCAP = 98
  6580  pkg syscall (darwin-amd64), const IPPROTO_EON = 80
  6581  pkg syscall (darwin-amd64), const IPPROTO_ESP = 50
  6582  pkg syscall (darwin-amd64), const IPPROTO_ETHERIP = 97
  6583  pkg syscall (darwin-amd64), const IPPROTO_FRAGMENT = 44
  6584  pkg syscall (darwin-amd64), const IPPROTO_GGP = 3
  6585  pkg syscall (darwin-amd64), const IPPROTO_GMTP = 100
  6586  pkg syscall (darwin-amd64), const IPPROTO_GRE = 47
  6587  pkg syscall (darwin-amd64), const IPPROTO_HELLO = 63
  6588  pkg syscall (darwin-amd64), const IPPROTO_HMP = 20
  6589  pkg syscall (darwin-amd64), const IPPROTO_HOPOPTS = 0
  6590  pkg syscall (darwin-amd64), const IPPROTO_ICMP = 1
  6591  pkg syscall (darwin-amd64), const IPPROTO_ICMPV6 = 58
  6592  pkg syscall (darwin-amd64), const IPPROTO_IDP = 22
  6593  pkg syscall (darwin-amd64), const IPPROTO_IDPR = 35
  6594  pkg syscall (darwin-amd64), const IPPROTO_IDRP = 45
  6595  pkg syscall (darwin-amd64), const IPPROTO_IGMP = 2
  6596  pkg syscall (darwin-amd64), const IPPROTO_IGP = 85
  6597  pkg syscall (darwin-amd64), const IPPROTO_IGRP = 88
  6598  pkg syscall (darwin-amd64), const IPPROTO_IL = 40
  6599  pkg syscall (darwin-amd64), const IPPROTO_INLSP = 52
  6600  pkg syscall (darwin-amd64), const IPPROTO_INP = 32
  6601  pkg syscall (darwin-amd64), const IPPROTO_IPCOMP = 108
  6602  pkg syscall (darwin-amd64), const IPPROTO_IPCV = 71
  6603  pkg syscall (darwin-amd64), const IPPROTO_IPEIP = 94
  6604  pkg syscall (darwin-amd64), const IPPROTO_IPIP = 4
  6605  pkg syscall (darwin-amd64), const IPPROTO_IPPC = 67
  6606  pkg syscall (darwin-amd64), const IPPROTO_IPV4 = 4
  6607  pkg syscall (darwin-amd64), const IPPROTO_IRTP = 28
  6608  pkg syscall (darwin-amd64), const IPPROTO_KRYPTOLAN = 65
  6609  pkg syscall (darwin-amd64), const IPPROTO_LARP = 91
  6610  pkg syscall (darwin-amd64), const IPPROTO_LEAF1 = 25
  6611  pkg syscall (darwin-amd64), const IPPROTO_LEAF2 = 26
  6612  pkg syscall (darwin-amd64), const IPPROTO_MAX = 256
  6613  pkg syscall (darwin-amd64), const IPPROTO_MAXID = 52
  6614  pkg syscall (darwin-amd64), const IPPROTO_MEAS = 19
  6615  pkg syscall (darwin-amd64), const IPPROTO_MHRP = 48
  6616  pkg syscall (darwin-amd64), const IPPROTO_MICP = 95
  6617  pkg syscall (darwin-amd64), const IPPROTO_MTP = 92
  6618  pkg syscall (darwin-amd64), const IPPROTO_MUX = 18
  6619  pkg syscall (darwin-amd64), const IPPROTO_ND = 77
  6620  pkg syscall (darwin-amd64), const IPPROTO_NHRP = 54
  6621  pkg syscall (darwin-amd64), const IPPROTO_NONE = 59
  6622  pkg syscall (darwin-amd64), const IPPROTO_NSP = 31
  6623  pkg syscall (darwin-amd64), const IPPROTO_NVPII = 11
  6624  pkg syscall (darwin-amd64), const IPPROTO_OSPFIGP = 89
  6625  pkg syscall (darwin-amd64), const IPPROTO_PGM = 113
  6626  pkg syscall (darwin-amd64), const IPPROTO_PIGP = 9
  6627  pkg syscall (darwin-amd64), const IPPROTO_PIM = 103
  6628  pkg syscall (darwin-amd64), const IPPROTO_PRM = 21
  6629  pkg syscall (darwin-amd64), const IPPROTO_PUP = 12
  6630  pkg syscall (darwin-amd64), const IPPROTO_PVP = 75
  6631  pkg syscall (darwin-amd64), const IPPROTO_RAW = 255
  6632  pkg syscall (darwin-amd64), const IPPROTO_RCCMON = 10
  6633  pkg syscall (darwin-amd64), const IPPROTO_RDP = 27
  6634  pkg syscall (darwin-amd64), const IPPROTO_ROUTING = 43
  6635  pkg syscall (darwin-amd64), const IPPROTO_RSVP = 46
  6636  pkg syscall (darwin-amd64), const IPPROTO_RVD = 66
  6637  pkg syscall (darwin-amd64), const IPPROTO_SATEXPAK = 64
  6638  pkg syscall (darwin-amd64), const IPPROTO_SATMON = 69
  6639  pkg syscall (darwin-amd64), const IPPROTO_SCCSP = 96
  6640  pkg syscall (darwin-amd64), const IPPROTO_SCTP = 132
  6641  pkg syscall (darwin-amd64), const IPPROTO_SDRP = 42
  6642  pkg syscall (darwin-amd64), const IPPROTO_SEP = 33
  6643  pkg syscall (darwin-amd64), const IPPROTO_SRPC = 90
  6644  pkg syscall (darwin-amd64), const IPPROTO_ST = 7
  6645  pkg syscall (darwin-amd64), const IPPROTO_SVMTP = 82
  6646  pkg syscall (darwin-amd64), const IPPROTO_SWIPE = 53
  6647  pkg syscall (darwin-amd64), const IPPROTO_TCF = 87
  6648  pkg syscall (darwin-amd64), const IPPROTO_TP = 29
  6649  pkg syscall (darwin-amd64), const IPPROTO_TPXX = 39
  6650  pkg syscall (darwin-amd64), const IPPROTO_TRUNK1 = 23
  6651  pkg syscall (darwin-amd64), const IPPROTO_TRUNK2 = 24
  6652  pkg syscall (darwin-amd64), const IPPROTO_TTP = 84
  6653  pkg syscall (darwin-amd64), const IPPROTO_VINES = 83
  6654  pkg syscall (darwin-amd64), const IPPROTO_VISA = 70
  6655  pkg syscall (darwin-amd64), const IPPROTO_VMTP = 81
  6656  pkg syscall (darwin-amd64), const IPPROTO_WBEXPAK = 79
  6657  pkg syscall (darwin-amd64), const IPPROTO_WBMON = 78
  6658  pkg syscall (darwin-amd64), const IPPROTO_WSN = 74
  6659  pkg syscall (darwin-amd64), const IPPROTO_XNET = 15
  6660  pkg syscall (darwin-amd64), const IPPROTO_XTP = 36
  6661  pkg syscall (darwin-amd64), const IPV6_2292DSTOPTS = 23
  6662  pkg syscall (darwin-amd64), const IPV6_2292HOPLIMIT = 20
  6663  pkg syscall (darwin-amd64), const IPV6_2292HOPOPTS = 22
  6664  pkg syscall (darwin-amd64), const IPV6_2292NEXTHOP = 21
  6665  pkg syscall (darwin-amd64), const IPV6_2292PKTINFO = 19
  6666  pkg syscall (darwin-amd64), const IPV6_2292PKTOPTIONS = 25
  6667  pkg syscall (darwin-amd64), const IPV6_2292RTHDR = 24
  6668  pkg syscall (darwin-amd64), const IPV6_BINDV6ONLY = 27
  6669  pkg syscall (darwin-amd64), const IPV6_BOUND_IF = 125
  6670  pkg syscall (darwin-amd64), const IPV6_CHECKSUM = 26
  6671  pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  6672  pkg syscall (darwin-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  6673  pkg syscall (darwin-amd64), const IPV6_DEFHLIM = 64
  6674  pkg syscall (darwin-amd64), const IPV6_FAITH = 29
  6675  pkg syscall (darwin-amd64), const IPV6_FLOWINFO_MASK = 4294967055
  6676  pkg syscall (darwin-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
  6677  pkg syscall (darwin-amd64), const IPV6_FRAGTTL = 120
  6678  pkg syscall (darwin-amd64), const IPV6_FW_ADD = 30
  6679  pkg syscall (darwin-amd64), const IPV6_FW_DEL = 31
  6680  pkg syscall (darwin-amd64), const IPV6_FW_FLUSH = 32
  6681  pkg syscall (darwin-amd64), const IPV6_FW_GET = 34
  6682  pkg syscall (darwin-amd64), const IPV6_FW_ZERO = 33
  6683  pkg syscall (darwin-amd64), const IPV6_HLIMDEC = 1
  6684  pkg syscall (darwin-amd64), const IPV6_IPSEC_POLICY = 28
  6685  pkg syscall (darwin-amd64), const IPV6_JOIN_GROUP = 12
  6686  pkg syscall (darwin-amd64), const IPV6_LEAVE_GROUP = 13
  6687  pkg syscall (darwin-amd64), const IPV6_MAXHLIM = 255
  6688  pkg syscall (darwin-amd64), const IPV6_MAXOPTHDR = 2048
  6689  pkg syscall (darwin-amd64), const IPV6_MAXPACKET = 65535
  6690  pkg syscall (darwin-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
  6691  pkg syscall (darwin-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
  6692  pkg syscall (darwin-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
  6693  pkg syscall (darwin-amd64), const IPV6_MIN_MEMBERSHIPS = 31
  6694  pkg syscall (darwin-amd64), const IPV6_MMTU = 1280
  6695  pkg syscall (darwin-amd64), const IPV6_MULTICAST_HOPS = 10
  6696  pkg syscall (darwin-amd64), const IPV6_MULTICAST_IF = 9
  6697  pkg syscall (darwin-amd64), const IPV6_MULTICAST_LOOP = 11
  6698  pkg syscall (darwin-amd64), const IPV6_PORTRANGE = 14
  6699  pkg syscall (darwin-amd64), const IPV6_PORTRANGE_DEFAULT = 0
  6700  pkg syscall (darwin-amd64), const IPV6_PORTRANGE_HIGH = 1
  6701  pkg syscall (darwin-amd64), const IPV6_PORTRANGE_LOW = 2
  6702  pkg syscall (darwin-amd64), const IPV6_RECVTCLASS = 35
  6703  pkg syscall (darwin-amd64), const IPV6_RTHDR_LOOSE = 0
  6704  pkg syscall (darwin-amd64), const IPV6_RTHDR_STRICT = 1
  6705  pkg syscall (darwin-amd64), const IPV6_RTHDR_TYPE_0 = 0
  6706  pkg syscall (darwin-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
  6707  pkg syscall (darwin-amd64), const IPV6_TCLASS = 36
  6708  pkg syscall (darwin-amd64), const IPV6_UNICAST_HOPS = 4
  6709  pkg syscall (darwin-amd64), const IPV6_V6ONLY = 27
  6710  pkg syscall (darwin-amd64), const IPV6_VERSION = 96
  6711  pkg syscall (darwin-amd64), const IPV6_VERSION_MASK = 240
  6712  pkg syscall (darwin-amd64), const IP_ADD_MEMBERSHIP = 12
  6713  pkg syscall (darwin-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
  6714  pkg syscall (darwin-amd64), const IP_BLOCK_SOURCE = 72
  6715  pkg syscall (darwin-amd64), const IP_BOUND_IF = 25
  6716  pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
  6717  pkg syscall (darwin-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
  6718  pkg syscall (darwin-amd64), const IP_DF = 16384
  6719  pkg syscall (darwin-amd64), const IP_DROP_MEMBERSHIP = 13
  6720  pkg syscall (darwin-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
  6721  pkg syscall (darwin-amd64), const IP_DUMMYNET_CONFIGURE = 60
  6722  pkg syscall (darwin-amd64), const IP_DUMMYNET_DEL = 61
  6723  pkg syscall (darwin-amd64), const IP_DUMMYNET_FLUSH = 62
  6724  pkg syscall (darwin-amd64), const IP_DUMMYNET_GET = 64
  6725  pkg syscall (darwin-amd64), const IP_FAITH = 22
  6726  pkg syscall (darwin-amd64), const IP_FW_ADD = 40
  6727  pkg syscall (darwin-amd64), const IP_FW_DEL = 41
  6728  pkg syscall (darwin-amd64), const IP_FW_FLUSH = 42
  6729  pkg syscall (darwin-amd64), const IP_FW_GET = 44
  6730  pkg syscall (darwin-amd64), const IP_FW_RESETLOG = 45
  6731  pkg syscall (darwin-amd64), const IP_FW_ZERO = 43
  6732  pkg syscall (darwin-amd64), const IP_HDRINCL = 2
  6733  pkg syscall (darwin-amd64), const IP_IPSEC_POLICY = 21
  6734  pkg syscall (darwin-amd64), const IP_MAXPACKET = 65535
  6735  pkg syscall (darwin-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
  6736  pkg syscall (darwin-amd64), const IP_MAX_MEMBERSHIPS = 4095
  6737  pkg syscall (darwin-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
  6738  pkg syscall (darwin-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
  6739  pkg syscall (darwin-amd64), const IP_MF = 8192
  6740  pkg syscall (darwin-amd64), const IP_MIN_MEMBERSHIPS = 31
  6741  pkg syscall (darwin-amd64), const IP_MSFILTER = 74
  6742  pkg syscall (darwin-amd64), const IP_MSS = 576
  6743  pkg syscall (darwin-amd64), const IP_MULTICAST_IF = 9
  6744  pkg syscall (darwin-amd64), const IP_MULTICAST_IFINDEX = 66
  6745  pkg syscall (darwin-amd64), const IP_MULTICAST_LOOP = 11
  6746  pkg syscall (darwin-amd64), const IP_MULTICAST_TTL = 10
  6747  pkg syscall (darwin-amd64), const IP_MULTICAST_VIF = 14
  6748  pkg syscall (darwin-amd64), const IP_NAT__XXX = 55
  6749  pkg syscall (darwin-amd64), const IP_OFFMASK = 8191
  6750  pkg syscall (darwin-amd64), const IP_OLD_FW_ADD = 50
  6751  pkg syscall (darwin-amd64), const IP_OLD_FW_DEL = 51
  6752  pkg syscall (darwin-amd64), const IP_OLD_FW_FLUSH = 52
  6753  pkg syscall (darwin-amd64), const IP_OLD_FW_GET = 54
  6754  pkg syscall (darwin-amd64), const IP_OLD_FW_RESETLOG = 56
  6755  pkg syscall (darwin-amd64), const IP_OLD_FW_ZERO = 53
  6756  pkg syscall (darwin-amd64), const IP_OPTIONS = 1
  6757  pkg syscall (darwin-amd64), const IP_PKTINFO = 26
  6758  pkg syscall (darwin-amd64), const IP_PORTRANGE = 19
  6759  pkg syscall (darwin-amd64), const IP_PORTRANGE_DEFAULT = 0
  6760  pkg syscall (darwin-amd64), const IP_PORTRANGE_HIGH = 1
  6761  pkg syscall (darwin-amd64), const IP_PORTRANGE_LOW = 2
  6762  pkg syscall (darwin-amd64), const IP_RECVDSTADDR = 7
  6763  pkg syscall (darwin-amd64), const IP_RECVIF = 20
  6764  pkg syscall (darwin-amd64), const IP_RECVOPTS = 5
  6765  pkg syscall (darwin-amd64), const IP_RECVPKTINFO = 26
  6766  pkg syscall (darwin-amd64), const IP_RECVRETOPTS = 6
  6767  pkg syscall (darwin-amd64), const IP_RECVTTL = 24
  6768  pkg syscall (darwin-amd64), const IP_RETOPTS = 8
  6769  pkg syscall (darwin-amd64), const IP_RF = 32768
  6770  pkg syscall (darwin-amd64), const IP_RSVP_OFF = 16
  6771  pkg syscall (darwin-amd64), const IP_RSVP_ON = 15
  6772  pkg syscall (darwin-amd64), const IP_RSVP_VIF_OFF = 18
  6773  pkg syscall (darwin-amd64), const IP_RSVP_VIF_ON = 17
  6774  pkg syscall (darwin-amd64), const IP_STRIPHDR = 23
  6775  pkg syscall (darwin-amd64), const IP_TOS = 3
  6776  pkg syscall (darwin-amd64), const IP_TRAFFIC_MGT_BACKGROUND = 65
  6777  pkg syscall (darwin-amd64), const IP_TTL = 4
  6778  pkg syscall (darwin-amd64), const IP_UNBLOCK_SOURCE = 73
  6779  pkg syscall (darwin-amd64), const ISIG = 128
  6780  pkg syscall (darwin-amd64), const ISIG ideal-int
  6781  pkg syscall (darwin-amd64), const ISTRIP = 32
  6782  pkg syscall (darwin-amd64), const ISTRIP ideal-int
  6783  pkg syscall (darwin-amd64), const IUTF8 = 16384
  6784  pkg syscall (darwin-amd64), const IUTF8 ideal-int
  6785  pkg syscall (darwin-amd64), const IXANY = 2048
  6786  pkg syscall (darwin-amd64), const IXANY ideal-int
  6787  pkg syscall (darwin-amd64), const IXOFF = 1024
  6788  pkg syscall (darwin-amd64), const IXOFF ideal-int
  6789  pkg syscall (darwin-amd64), const IXON = 512
  6790  pkg syscall (darwin-amd64), const IXON ideal-int
  6791  pkg syscall (darwin-amd64), const ImplementsGetwd = false
  6792  pkg syscall (darwin-amd64), const LOCK_EX = 2
  6793  pkg syscall (darwin-amd64), const LOCK_NB = 4
  6794  pkg syscall (darwin-amd64), const LOCK_SH = 1
  6795  pkg syscall (darwin-amd64), const LOCK_UN = 8
  6796  pkg syscall (darwin-amd64), const MADV_CAN_REUSE = 9
  6797  pkg syscall (darwin-amd64), const MADV_DONTNEED = 4
  6798  pkg syscall (darwin-amd64), const MADV_FREE = 5
  6799  pkg syscall (darwin-amd64), const MADV_FREE_REUSABLE = 7
  6800  pkg syscall (darwin-amd64), const MADV_FREE_REUSE = 8
  6801  pkg syscall (darwin-amd64), const MADV_NORMAL = 0
  6802  pkg syscall (darwin-amd64), const MADV_RANDOM = 1
  6803  pkg syscall (darwin-amd64), const MADV_SEQUENTIAL = 2
  6804  pkg syscall (darwin-amd64), const MADV_WILLNEED = 3
  6805  pkg syscall (darwin-amd64), const MADV_ZERO_WIRED_PAGES = 6
  6806  pkg syscall (darwin-amd64), const MAP_ANON = 4096
  6807  pkg syscall (darwin-amd64), const MAP_COPY = 2
  6808  pkg syscall (darwin-amd64), const MAP_FILE = 0
  6809  pkg syscall (darwin-amd64), const MAP_FIXED = 16
  6810  pkg syscall (darwin-amd64), const MAP_HASSEMAPHORE = 512
  6811  pkg syscall (darwin-amd64), const MAP_JIT = 2048
  6812  pkg syscall (darwin-amd64), const MAP_NOCACHE = 1024
  6813  pkg syscall (darwin-amd64), const MAP_NOEXTEND = 256
  6814  pkg syscall (darwin-amd64), const MAP_NORESERVE = 64
  6815  pkg syscall (darwin-amd64), const MAP_PRIVATE = 2
  6816  pkg syscall (darwin-amd64), const MAP_RENAME = 32
  6817  pkg syscall (darwin-amd64), const MAP_RESERVED0080 = 128
  6818  pkg syscall (darwin-amd64), const MAP_SHARED = 1
  6819  pkg syscall (darwin-amd64), const MCL_CURRENT = 1
  6820  pkg syscall (darwin-amd64), const MCL_FUTURE = 2
  6821  pkg syscall (darwin-amd64), const MSG_CTRUNC = 32
  6822  pkg syscall (darwin-amd64), const MSG_DONTROUTE = 4
  6823  pkg syscall (darwin-amd64), const MSG_DONTWAIT = 128
  6824  pkg syscall (darwin-amd64), const MSG_EOF = 256
  6825  pkg syscall (darwin-amd64), const MSG_EOR = 8
  6826  pkg syscall (darwin-amd64), const MSG_FLUSH = 1024
  6827  pkg syscall (darwin-amd64), const MSG_HAVEMORE = 8192
  6828  pkg syscall (darwin-amd64), const MSG_HOLD = 2048
  6829  pkg syscall (darwin-amd64), const MSG_NEEDSA = 65536
  6830  pkg syscall (darwin-amd64), const MSG_OOB = 1
  6831  pkg syscall (darwin-amd64), const MSG_PEEK = 2
  6832  pkg syscall (darwin-amd64), const MSG_RCVMORE = 16384
  6833  pkg syscall (darwin-amd64), const MSG_SEND = 4096
  6834  pkg syscall (darwin-amd64), const MSG_TRUNC = 16
  6835  pkg syscall (darwin-amd64), const MSG_WAITALL = 64
  6836  pkg syscall (darwin-amd64), const MSG_WAITSTREAM = 512
  6837  pkg syscall (darwin-amd64), const MS_ASYNC = 1
  6838  pkg syscall (darwin-amd64), const MS_DEACTIVATE = 8
  6839  pkg syscall (darwin-amd64), const MS_INVALIDATE = 2
  6840  pkg syscall (darwin-amd64), const MS_KILLPAGES = 4
  6841  pkg syscall (darwin-amd64), const MS_SYNC = 16
  6842  pkg syscall (darwin-amd64), const NAME_MAX = 255
  6843  pkg syscall (darwin-amd64), const NET_RT_DUMP = 1
  6844  pkg syscall (darwin-amd64), const NET_RT_DUMP2 = 7
  6845  pkg syscall (darwin-amd64), const NET_RT_FLAGS = 2
  6846  pkg syscall (darwin-amd64), const NET_RT_IFLIST = 3
  6847  pkg syscall (darwin-amd64), const NET_RT_IFLIST2 = 6
  6848  pkg syscall (darwin-amd64), const NET_RT_MAXID = 10
  6849  pkg syscall (darwin-amd64), const NET_RT_STAT = 4
  6850  pkg syscall (darwin-amd64), const NET_RT_TRASH = 5
  6851  pkg syscall (darwin-amd64), const NOFLSH = 2147483648
  6852  pkg syscall (darwin-amd64), const NOFLSH ideal-int
  6853  pkg syscall (darwin-amd64), const NOTE_ABSOLUTE = 8
  6854  pkg syscall (darwin-amd64), const NOTE_ATTRIB = 8
  6855  pkg syscall (darwin-amd64), const NOTE_CHILD = 4
  6856  pkg syscall (darwin-amd64), const NOTE_DELETE = 1
  6857  pkg syscall (darwin-amd64), const NOTE_EXEC = 536870912
  6858  pkg syscall (darwin-amd64), const NOTE_EXIT = 2147483648
  6859  pkg syscall (darwin-amd64), const NOTE_EXITSTATUS = 67108864
  6860  pkg syscall (darwin-amd64), const NOTE_EXTEND = 4
  6861  pkg syscall (darwin-amd64), const NOTE_FFAND = 1073741824
  6862  pkg syscall (darwin-amd64), const NOTE_FFCOPY = 3221225472
  6863  pkg syscall (darwin-amd64), const NOTE_FFCTRLMASK = 3221225472
  6864  pkg syscall (darwin-amd64), const NOTE_FFLAGSMASK = 16777215
  6865  pkg syscall (darwin-amd64), const NOTE_FFNOP = 0
  6866  pkg syscall (darwin-amd64), const NOTE_FFOR = 2147483648
  6867  pkg syscall (darwin-amd64), const NOTE_FORK = 1073741824
  6868  pkg syscall (darwin-amd64), const NOTE_LINK = 16
  6869  pkg syscall (darwin-amd64), const NOTE_LOWAT = 1
  6870  pkg syscall (darwin-amd64), const NOTE_NONE = 128
  6871  pkg syscall (darwin-amd64), const NOTE_NSECONDS = 4
  6872  pkg syscall (darwin-amd64), const NOTE_PCTRLMASK = -1048576
  6873  pkg syscall (darwin-amd64), const NOTE_PDATAMASK = 1048575
  6874  pkg syscall (darwin-amd64), const NOTE_REAP = 268435456
  6875  pkg syscall (darwin-amd64), const NOTE_RENAME = 32
  6876  pkg syscall (darwin-amd64), const NOTE_RESOURCEEND = 33554432
  6877  pkg syscall (darwin-amd64), const NOTE_REVOKE = 64
  6878  pkg syscall (darwin-amd64), const NOTE_SECONDS = 1
  6879  pkg syscall (darwin-amd64), const NOTE_SIGNAL = 134217728
  6880  pkg syscall (darwin-amd64), const NOTE_TRACK = 1
  6881  pkg syscall (darwin-amd64), const NOTE_TRACKERR = 2
  6882  pkg syscall (darwin-amd64), const NOTE_TRIGGER = 16777216
  6883  pkg syscall (darwin-amd64), const NOTE_USECONDS = 2
  6884  pkg syscall (darwin-amd64), const NOTE_VM_ERROR = 268435456
  6885  pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE = 2147483648
  6886  pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  6887  pkg syscall (darwin-amd64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  6888  pkg syscall (darwin-amd64), const NOTE_WRITE = 2
  6889  pkg syscall (darwin-amd64), const OCRNL = 16
  6890  pkg syscall (darwin-amd64), const OCRNL ideal-int
  6891  pkg syscall (darwin-amd64), const OFDEL = 131072
  6892  pkg syscall (darwin-amd64), const OFDEL ideal-int
  6893  pkg syscall (darwin-amd64), const OFILL = 128
  6894  pkg syscall (darwin-amd64), const OFILL ideal-int
  6895  pkg syscall (darwin-amd64), const ONLCR = 2
  6896  pkg syscall (darwin-amd64), const ONLCR ideal-int
  6897  pkg syscall (darwin-amd64), const ONLRET = 64
  6898  pkg syscall (darwin-amd64), const ONLRET ideal-int
  6899  pkg syscall (darwin-amd64), const ONOCR = 32
  6900  pkg syscall (darwin-amd64), const ONOCR ideal-int
  6901  pkg syscall (darwin-amd64), const ONOEOT = 8
  6902  pkg syscall (darwin-amd64), const ONOEOT ideal-int
  6903  pkg syscall (darwin-amd64), const OPOST = 1
  6904  pkg syscall (darwin-amd64), const OPOST ideal-int
  6905  pkg syscall (darwin-amd64), const O_ACCMODE = 3
  6906  pkg syscall (darwin-amd64), const O_ALERT = 536870912
  6907  pkg syscall (darwin-amd64), const O_APPEND = 8
  6908  pkg syscall (darwin-amd64), const O_ASYNC = 64
  6909  pkg syscall (darwin-amd64), const O_CLOEXEC = 16777216
  6910  pkg syscall (darwin-amd64), const O_CREAT = 512
  6911  pkg syscall (darwin-amd64), const O_DIRECTORY = 1048576
  6912  pkg syscall (darwin-amd64), const O_DSYNC = 4194304
  6913  pkg syscall (darwin-amd64), const O_EVTONLY = 32768
  6914  pkg syscall (darwin-amd64), const O_EXCL = 2048
  6915  pkg syscall (darwin-amd64), const O_EXLOCK = 32
  6916  pkg syscall (darwin-amd64), const O_FSYNC = 128
  6917  pkg syscall (darwin-amd64), const O_NDELAY = 4
  6918  pkg syscall (darwin-amd64), const O_NOCTTY = 131072
  6919  pkg syscall (darwin-amd64), const O_NOFOLLOW = 256
  6920  pkg syscall (darwin-amd64), const O_NONBLOCK = 4
  6921  pkg syscall (darwin-amd64), const O_POPUP = 2147483648
  6922  pkg syscall (darwin-amd64), const O_SHLOCK = 16
  6923  pkg syscall (darwin-amd64), const O_SYMLINK = 2097152
  6924  pkg syscall (darwin-amd64), const O_SYNC = 128
  6925  pkg syscall (darwin-amd64), const O_TRUNC = 1024
  6926  pkg syscall (darwin-amd64), const PARENB = 4096
  6927  pkg syscall (darwin-amd64), const PARENB ideal-int
  6928  pkg syscall (darwin-amd64), const PARMRK = 8
  6929  pkg syscall (darwin-amd64), const PARMRK ideal-int
  6930  pkg syscall (darwin-amd64), const PARODD = 8192
  6931  pkg syscall (darwin-amd64), const PARODD ideal-int
  6932  pkg syscall (darwin-amd64), const PENDIN = 536870912
  6933  pkg syscall (darwin-amd64), const PENDIN ideal-int
  6934  pkg syscall (darwin-amd64), const PROT_EXEC = 4
  6935  pkg syscall (darwin-amd64), const PROT_NONE = 0
  6936  pkg syscall (darwin-amd64), const PROT_READ = 1
  6937  pkg syscall (darwin-amd64), const PROT_WRITE = 2
  6938  pkg syscall (darwin-amd64), const PTRACE_CONT = 7
  6939  pkg syscall (darwin-amd64), const PTRACE_KILL = 8
  6940  pkg syscall (darwin-amd64), const PTRACE_TRACEME = 0
  6941  pkg syscall (darwin-amd64), const PT_ATTACH = 10
  6942  pkg syscall (darwin-amd64), const PT_ATTACHEXC = 14
  6943  pkg syscall (darwin-amd64), const PT_CONTINUE = 7
  6944  pkg syscall (darwin-amd64), const PT_DENY_ATTACH = 31
  6945  pkg syscall (darwin-amd64), const PT_DETACH = 11
  6946  pkg syscall (darwin-amd64), const PT_FIRSTMACH = 32
  6947  pkg syscall (darwin-amd64), const PT_FORCEQUOTA = 30
  6948  pkg syscall (darwin-amd64), const PT_KILL = 8
  6949  pkg syscall (darwin-amd64), const PT_READ_D = 2
  6950  pkg syscall (darwin-amd64), const PT_READ_I = 1
  6951  pkg syscall (darwin-amd64), const PT_READ_U = 3
  6952  pkg syscall (darwin-amd64), const PT_SIGEXC = 12
  6953  pkg syscall (darwin-amd64), const PT_STEP = 9
  6954  pkg syscall (darwin-amd64), const PT_THUPDATE = 13
  6955  pkg syscall (darwin-amd64), const PT_TRACE_ME = 0
  6956  pkg syscall (darwin-amd64), const PT_WRITE_D = 5
  6957  pkg syscall (darwin-amd64), const PT_WRITE_I = 4
  6958  pkg syscall (darwin-amd64), const PT_WRITE_U = 6
  6959  pkg syscall (darwin-amd64), const RLIMIT_AS = 5
  6960  pkg syscall (darwin-amd64), const RLIMIT_CORE = 4
  6961  pkg syscall (darwin-amd64), const RLIMIT_CPU = 0
  6962  pkg syscall (darwin-amd64), const RLIMIT_DATA = 2
  6963  pkg syscall (darwin-amd64), const RLIMIT_FSIZE = 1
  6964  pkg syscall (darwin-amd64), const RLIMIT_NOFILE = 8
  6965  pkg syscall (darwin-amd64), const RLIMIT_STACK = 3
  6966  pkg syscall (darwin-amd64), const RLIM_INFINITY = 9223372036854775807
  6967  pkg syscall (darwin-amd64), const RTAX_AUTHOR = 6
  6968  pkg syscall (darwin-amd64), const RTAX_BRD = 7
  6969  pkg syscall (darwin-amd64), const RTAX_DST = 0
  6970  pkg syscall (darwin-amd64), const RTAX_GATEWAY = 1
  6971  pkg syscall (darwin-amd64), const RTAX_GENMASK = 3
  6972  pkg syscall (darwin-amd64), const RTAX_IFA = 5
  6973  pkg syscall (darwin-amd64), const RTAX_IFP = 4
  6974  pkg syscall (darwin-amd64), const RTAX_MAX = 8
  6975  pkg syscall (darwin-amd64), const RTAX_NETMASK = 2
  6976  pkg syscall (darwin-amd64), const RTA_AUTHOR = 64
  6977  pkg syscall (darwin-amd64), const RTA_BRD = 128
  6978  pkg syscall (darwin-amd64), const RTA_DST = 1
  6979  pkg syscall (darwin-amd64), const RTA_GATEWAY = 2
  6980  pkg syscall (darwin-amd64), const RTA_GENMASK = 8
  6981  pkg syscall (darwin-amd64), const RTA_IFA = 32
  6982  pkg syscall (darwin-amd64), const RTA_IFP = 16
  6983  pkg syscall (darwin-amd64), const RTA_NETMASK = 4
  6984  pkg syscall (darwin-amd64), const RTF_BLACKHOLE = 4096
  6985  pkg syscall (darwin-amd64), const RTF_BROADCAST = 4194304
  6986  pkg syscall (darwin-amd64), const RTF_CLONING = 256
  6987  pkg syscall (darwin-amd64), const RTF_CONDEMNED = 33554432
  6988  pkg syscall (darwin-amd64), const RTF_DELCLONE = 128
  6989  pkg syscall (darwin-amd64), const RTF_DONE = 64
  6990  pkg syscall (darwin-amd64), const RTF_DYNAMIC = 16
  6991  pkg syscall (darwin-amd64), const RTF_GATEWAY = 2
  6992  pkg syscall (darwin-amd64), const RTF_HOST = 4
  6993  pkg syscall (darwin-amd64), const RTF_IFREF = 67108864
  6994  pkg syscall (darwin-amd64), const RTF_IFSCOPE = 16777216
  6995  pkg syscall (darwin-amd64), const RTF_LLINFO = 1024
  6996  pkg syscall (darwin-amd64), const RTF_LOCAL = 2097152
  6997  pkg syscall (darwin-amd64), const RTF_MODIFIED = 32
  6998  pkg syscall (darwin-amd64), const RTF_MULTICAST = 8388608
  6999  pkg syscall (darwin-amd64), const RTF_PINNED = 1048576
  7000  pkg syscall (darwin-amd64), const RTF_PRCLONING = 65536
  7001  pkg syscall (darwin-amd64), const RTF_PROTO1 = 32768
  7002  pkg syscall (darwin-amd64), const RTF_PROTO2 = 16384
  7003  pkg syscall (darwin-amd64), const RTF_PROTO3 = 262144
  7004  pkg syscall (darwin-amd64), const RTF_REJECT = 8
  7005  pkg syscall (darwin-amd64), const RTF_STATIC = 2048
  7006  pkg syscall (darwin-amd64), const RTF_UP = 1
  7007  pkg syscall (darwin-amd64), const RTF_WASCLONED = 131072
  7008  pkg syscall (darwin-amd64), const RTF_XRESOLVE = 512
  7009  pkg syscall (darwin-amd64), const RTM_ADD = 1
  7010  pkg syscall (darwin-amd64), const RTM_CHANGE = 3
  7011  pkg syscall (darwin-amd64), const RTM_DELADDR = 13
  7012  pkg syscall (darwin-amd64), const RTM_DELETE = 2
  7013  pkg syscall (darwin-amd64), const RTM_DELMADDR = 16
  7014  pkg syscall (darwin-amd64), const RTM_GET = 4
  7015  pkg syscall (darwin-amd64), const RTM_GET2 = 20
  7016  pkg syscall (darwin-amd64), const RTM_IFINFO = 14
  7017  pkg syscall (darwin-amd64), const RTM_IFINFO2 = 18
  7018  pkg syscall (darwin-amd64), const RTM_LOCK = 8
  7019  pkg syscall (darwin-amd64), const RTM_LOSING = 5
  7020  pkg syscall (darwin-amd64), const RTM_MISS = 7
  7021  pkg syscall (darwin-amd64), const RTM_NEWADDR = 12
  7022  pkg syscall (darwin-amd64), const RTM_NEWMADDR = 15
  7023  pkg syscall (darwin-amd64), const RTM_NEWMADDR2 = 19
  7024  pkg syscall (darwin-amd64), const RTM_OLDADD = 9
  7025  pkg syscall (darwin-amd64), const RTM_OLDDEL = 10
  7026  pkg syscall (darwin-amd64), const RTM_REDIRECT = 6
  7027  pkg syscall (darwin-amd64), const RTM_RESOLVE = 11
  7028  pkg syscall (darwin-amd64), const RTM_RTTUNIT = 1000000
  7029  pkg syscall (darwin-amd64), const RTM_VERSION = 5
  7030  pkg syscall (darwin-amd64), const RTV_EXPIRE = 4
  7031  pkg syscall (darwin-amd64), const RTV_HOPCOUNT = 2
  7032  pkg syscall (darwin-amd64), const RTV_MTU = 1
  7033  pkg syscall (darwin-amd64), const RTV_RPIPE = 8
  7034  pkg syscall (darwin-amd64), const RTV_RTT = 64
  7035  pkg syscall (darwin-amd64), const RTV_RTTVAR = 128
  7036  pkg syscall (darwin-amd64), const RTV_SPIPE = 16
  7037  pkg syscall (darwin-amd64), const RTV_SSTHRESH = 32
  7038  pkg syscall (darwin-amd64), const RUSAGE_CHILDREN = -1
  7039  pkg syscall (darwin-amd64), const RUSAGE_SELF = 0
  7040  pkg syscall (darwin-amd64), const SCM_CREDS = 3
  7041  pkg syscall (darwin-amd64), const SCM_RIGHTS = 1
  7042  pkg syscall (darwin-amd64), const SCM_TIMESTAMP = 2
  7043  pkg syscall (darwin-amd64), const SCM_TIMESTAMP_MONOTONIC = 4
  7044  pkg syscall (darwin-amd64), const SIGBUS = 10
  7045  pkg syscall (darwin-amd64), const SIGCHLD = 20
  7046  pkg syscall (darwin-amd64), const SIGCONT = 19
  7047  pkg syscall (darwin-amd64), const SIGEMT = 7
  7048  pkg syscall (darwin-amd64), const SIGINFO = 29
  7049  pkg syscall (darwin-amd64), const SIGIO = 23
  7050  pkg syscall (darwin-amd64), const SIGIOT = 6
  7051  pkg syscall (darwin-amd64), const SIGPROF = 27
  7052  pkg syscall (darwin-amd64), const SIGSTOP = 17
  7053  pkg syscall (darwin-amd64), const SIGSYS = 12
  7054  pkg syscall (darwin-amd64), const SIGTSTP = 18
  7055  pkg syscall (darwin-amd64), const SIGTTIN = 21
  7056  pkg syscall (darwin-amd64), const SIGTTOU = 22
  7057  pkg syscall (darwin-amd64), const SIGURG = 16
  7058  pkg syscall (darwin-amd64), const SIGUSR1 = 30
  7059  pkg syscall (darwin-amd64), const SIGUSR2 = 31
  7060  pkg syscall (darwin-amd64), const SIGVTALRM = 26
  7061  pkg syscall (darwin-amd64), const SIGWINCH = 28
  7062  pkg syscall (darwin-amd64), const SIGXCPU = 24
  7063  pkg syscall (darwin-amd64), const SIGXFSZ = 25
  7064  pkg syscall (darwin-amd64), const SIOCADDMULTI = 2149607729
  7065  pkg syscall (darwin-amd64), const SIOCAIFADDR = 2151704858
  7066  pkg syscall (darwin-amd64), const SIOCALIFADDR = 2165860637
  7067  pkg syscall (darwin-amd64), const SIOCARPIPLL = 3223349544
  7068  pkg syscall (darwin-amd64), const SIOCATMARK = 1074033415
  7069  pkg syscall (darwin-amd64), const SIOCAUTOADDR = 3223349542
  7070  pkg syscall (darwin-amd64), const SIOCAUTONETMASK = 2149607719
  7071  pkg syscall (darwin-amd64), const SIOCDELMULTI = 2149607730
  7072  pkg syscall (darwin-amd64), const SIOCDIFADDR = 2149607705
  7073  pkg syscall (darwin-amd64), const SIOCDIFPHYADDR = 2149607745
  7074  pkg syscall (darwin-amd64), const SIOCDLIFADDR = 2165860639
  7075  pkg syscall (darwin-amd64), const SIOCGDRVSPEC = 3223873915
  7076  pkg syscall (darwin-amd64), const SIOCGETSGCNT = 3222565404
  7077  pkg syscall (darwin-amd64), const SIOCGETVIFCNT = 3222565403
  7078  pkg syscall (darwin-amd64), const SIOCGETVLAN = 3223349631
  7079  pkg syscall (darwin-amd64), const SIOCGHIWAT = 1074033409
  7080  pkg syscall (darwin-amd64), const SIOCGIFADDR = 3223349537
  7081  pkg syscall (darwin-amd64), const SIOCGIFALTMTU = 3223349576
  7082  pkg syscall (darwin-amd64), const SIOCGIFASYNCMAP = 3223349628
  7083  pkg syscall (darwin-amd64), const SIOCGIFBOND = 3223349575
  7084  pkg syscall (darwin-amd64), const SIOCGIFBRDADDR = 3223349539
  7085  pkg syscall (darwin-amd64), const SIOCGIFCAP = 3223349595
  7086  pkg syscall (darwin-amd64), const SIOCGIFCONF = 3222038820
  7087  pkg syscall (darwin-amd64), const SIOCGIFDEVMTU = 3223349572
  7088  pkg syscall (darwin-amd64), const SIOCGIFDSTADDR = 3223349538
  7089  pkg syscall (darwin-amd64), const SIOCGIFFLAGS = 3223349521
  7090  pkg syscall (darwin-amd64), const SIOCGIFGENERIC = 3223349562
  7091  pkg syscall (darwin-amd64), const SIOCGIFKPI = 3223349639
  7092  pkg syscall (darwin-amd64), const SIOCGIFMAC = 3223349634
  7093  pkg syscall (darwin-amd64), const SIOCGIFMEDIA = 3224135992
  7094  pkg syscall (darwin-amd64), const SIOCGIFMETRIC = 3223349527
  7095  pkg syscall (darwin-amd64), const SIOCGIFMTU = 3223349555
  7096  pkg syscall (darwin-amd64), const SIOCGIFNETMASK = 3223349541
  7097  pkg syscall (darwin-amd64), const SIOCGIFPDSTADDR = 3223349568
  7098  pkg syscall (darwin-amd64), const SIOCGIFPHYS = 3223349557
  7099  pkg syscall (darwin-amd64), const SIOCGIFPSRCADDR = 3223349567
  7100  pkg syscall (darwin-amd64), const SIOCGIFSTATUS = 3274795325
  7101  pkg syscall (darwin-amd64), const SIOCGIFVLAN = 3223349631
  7102  pkg syscall (darwin-amd64), const SIOCGIFWAKEFLAGS = 3223349640
  7103  pkg syscall (darwin-amd64), const SIOCGLIFADDR = 3239602462
  7104  pkg syscall (darwin-amd64), const SIOCGLIFPHYADDR = 3239602499
  7105  pkg syscall (darwin-amd64), const SIOCGLOWAT = 1074033411
  7106  pkg syscall (darwin-amd64), const SIOCGPGRP = 1074033417
  7107  pkg syscall (darwin-amd64), const SIOCIFCREATE = 3223349624
  7108  pkg syscall (darwin-amd64), const SIOCIFCREATE2 = 3223349626
  7109  pkg syscall (darwin-amd64), const SIOCIFDESTROY = 2149607801
  7110  pkg syscall (darwin-amd64), const SIOCRSLVMULTI = 3222300987
  7111  pkg syscall (darwin-amd64), const SIOCSDRVSPEC = 2150132091
  7112  pkg syscall (darwin-amd64), const SIOCSETVLAN = 2149607806
  7113  pkg syscall (darwin-amd64), const SIOCSHIWAT = 2147775232
  7114  pkg syscall (darwin-amd64), const SIOCSIFADDR = 2149607692
  7115  pkg syscall (darwin-amd64), const SIOCSIFALTMTU = 2149607749
  7116  pkg syscall (darwin-amd64), const SIOCSIFASYNCMAP = 2149607805
  7117  pkg syscall (darwin-amd64), const SIOCSIFBOND = 2149607750
  7118  pkg syscall (darwin-amd64), const SIOCSIFBRDADDR = 2149607699
  7119  pkg syscall (darwin-amd64), const SIOCSIFCAP = 2149607770
  7120  pkg syscall (darwin-amd64), const SIOCSIFDSTADDR = 2149607694
  7121  pkg syscall (darwin-amd64), const SIOCSIFFLAGS = 2149607696
  7122  pkg syscall (darwin-amd64), const SIOCSIFGENERIC = 2149607737
  7123  pkg syscall (darwin-amd64), const SIOCSIFKPI = 2149607814
  7124  pkg syscall (darwin-amd64), const SIOCSIFLLADDR = 2149607740
  7125  pkg syscall (darwin-amd64), const SIOCSIFMAC = 2149607811
  7126  pkg syscall (darwin-amd64), const SIOCSIFMEDIA = 3223349559
  7127  pkg syscall (darwin-amd64), const SIOCSIFMETRIC = 2149607704
  7128  pkg syscall (darwin-amd64), const SIOCSIFMTU = 2149607732
  7129  pkg syscall (darwin-amd64), const SIOCSIFNETMASK = 2149607702
  7130  pkg syscall (darwin-amd64), const SIOCSIFPHYADDR = 2151704894
  7131  pkg syscall (darwin-amd64), const SIOCSIFPHYS = 2149607734
  7132  pkg syscall (darwin-amd64), const SIOCSIFVLAN = 2149607806
  7133  pkg syscall (darwin-amd64), const SIOCSLIFPHYADDR = 2165860674
  7134  pkg syscall (darwin-amd64), const SIOCSLOWAT = 2147775234
  7135  pkg syscall (darwin-amd64), const SIOCSPGRP = 2147775240
  7136  pkg syscall (darwin-amd64), const SOCK_MAXADDRLEN = 255
  7137  pkg syscall (darwin-amd64), const SOCK_RDM = 4
  7138  pkg syscall (darwin-amd64), const SOL_SOCKET = 65535
  7139  pkg syscall (darwin-amd64), const SOMAXCONN = 128
  7140  pkg syscall (darwin-amd64), const SO_ACCEPTCONN = 2
  7141  pkg syscall (darwin-amd64), const SO_BROADCAST = 32
  7142  pkg syscall (darwin-amd64), const SO_DEBUG = 1
  7143  pkg syscall (darwin-amd64), const SO_DONTROUTE = 16
  7144  pkg syscall (darwin-amd64), const SO_DONTTRUNC = 8192
  7145  pkg syscall (darwin-amd64), const SO_ERROR = 4103
  7146  pkg syscall (darwin-amd64), const SO_KEEPALIVE = 8
  7147  pkg syscall (darwin-amd64), const SO_LABEL = 4112
  7148  pkg syscall (darwin-amd64), const SO_LINGER = 128
  7149  pkg syscall (darwin-amd64), const SO_LINGER_SEC = 4224
  7150  pkg syscall (darwin-amd64), const SO_NKE = 4129
  7151  pkg syscall (darwin-amd64), const SO_NOADDRERR = 4131
  7152  pkg syscall (darwin-amd64), const SO_NOSIGPIPE = 4130
  7153  pkg syscall (darwin-amd64), const SO_NOTIFYCONFLICT = 4134
  7154  pkg syscall (darwin-amd64), const SO_NP_EXTENSIONS = 4227
  7155  pkg syscall (darwin-amd64), const SO_NREAD = 4128
  7156  pkg syscall (darwin-amd64), const SO_NWRITE = 4132
  7157  pkg syscall (darwin-amd64), const SO_OOBINLINE = 256
  7158  pkg syscall (darwin-amd64), const SO_PEERLABEL = 4113
  7159  pkg syscall (darwin-amd64), const SO_RANDOMPORT = 4226
  7160  pkg syscall (darwin-amd64), const SO_RCVBUF = 4098
  7161  pkg syscall (darwin-amd64), const SO_RCVLOWAT = 4100
  7162  pkg syscall (darwin-amd64), const SO_RCVTIMEO = 4102
  7163  pkg syscall (darwin-amd64), const SO_RESTRICTIONS = 4225
  7164  pkg syscall (darwin-amd64), const SO_RESTRICT_DENYIN = 1
  7165  pkg syscall (darwin-amd64), const SO_RESTRICT_DENYOUT = 2
  7166  pkg syscall (darwin-amd64), const SO_RESTRICT_DENYSET = 2147483648
  7167  pkg syscall (darwin-amd64), const SO_REUSEADDR = 4
  7168  pkg syscall (darwin-amd64), const SO_REUSEPORT = 512
  7169  pkg syscall (darwin-amd64), const SO_REUSESHAREUID = 4133
  7170  pkg syscall (darwin-amd64), const SO_SNDBUF = 4097
  7171  pkg syscall (darwin-amd64), const SO_SNDLOWAT = 4099
  7172  pkg syscall (darwin-amd64), const SO_SNDTIMEO = 4101
  7173  pkg syscall (darwin-amd64), const SO_TIMESTAMP = 1024
  7174  pkg syscall (darwin-amd64), const SO_TIMESTAMP_MONOTONIC = 2048
  7175  pkg syscall (darwin-amd64), const SO_TYPE = 4104
  7176  pkg syscall (darwin-amd64), const SO_UPCALLCLOSEWAIT = 4135
  7177  pkg syscall (darwin-amd64), const SO_USELOOPBACK = 64
  7178  pkg syscall (darwin-amd64), const SO_WANTMORE = 16384
  7179  pkg syscall (darwin-amd64), const SO_WANTOOBFLAG = 32768
  7180  pkg syscall (darwin-amd64), const SYS_ACCEPT = 30
  7181  pkg syscall (darwin-amd64), const SYS_ACCEPT_NOCANCEL = 404
  7182  pkg syscall (darwin-amd64), const SYS_ACCESS = 33
  7183  pkg syscall (darwin-amd64), const SYS_ACCESS_EXTENDED = 284
  7184  pkg syscall (darwin-amd64), const SYS_ACCT = 51
  7185  pkg syscall (darwin-amd64), const SYS_ADD_PROFIL = 176
  7186  pkg syscall (darwin-amd64), const SYS_ADJTIME = 140
  7187  pkg syscall (darwin-amd64), const SYS_AIO_CANCEL = 316
  7188  pkg syscall (darwin-amd64), const SYS_AIO_ERROR = 317
  7189  pkg syscall (darwin-amd64), const SYS_AIO_FSYNC = 313
  7190  pkg syscall (darwin-amd64), const SYS_AIO_READ = 318
  7191  pkg syscall (darwin-amd64), const SYS_AIO_RETURN = 314
  7192  pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND = 315
  7193  pkg syscall (darwin-amd64), const SYS_AIO_SUSPEND_NOCANCEL = 421
  7194  pkg syscall (darwin-amd64), const SYS_AIO_WRITE = 319
  7195  pkg syscall (darwin-amd64), const SYS_ATGETMSG = 207
  7196  pkg syscall (darwin-amd64), const SYS_ATPGETREQ = 211
  7197  pkg syscall (darwin-amd64), const SYS_ATPGETRSP = 212
  7198  pkg syscall (darwin-amd64), const SYS_ATPSNDREQ = 209
  7199  pkg syscall (darwin-amd64), const SYS_ATPSNDRSP = 210
  7200  pkg syscall (darwin-amd64), const SYS_ATPUTMSG = 208
  7201  pkg syscall (darwin-amd64), const SYS_ATSOCKET = 206
  7202  pkg syscall (darwin-amd64), const SYS_AUDIT = 350
  7203  pkg syscall (darwin-amd64), const SYS_AUDITCTL = 359
  7204  pkg syscall (darwin-amd64), const SYS_AUDITON = 351
  7205  pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_JOIN = 429
  7206  pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_PORT = 432
  7207  pkg syscall (darwin-amd64), const SYS_AUDIT_SESSION_SELF = 428
  7208  pkg syscall (darwin-amd64), const SYS_BIND = 104
  7209  pkg syscall (darwin-amd64), const SYS_BSDTHREAD_CREATE = 360
  7210  pkg syscall (darwin-amd64), const SYS_BSDTHREAD_REGISTER = 366
  7211  pkg syscall (darwin-amd64), const SYS_BSDTHREAD_TERMINATE = 361
  7212  pkg syscall (darwin-amd64), const SYS_CHDIR = 12
  7213  pkg syscall (darwin-amd64), const SYS_CHFLAGS = 34
  7214  pkg syscall (darwin-amd64), const SYS_CHMOD = 15
  7215  pkg syscall (darwin-amd64), const SYS_CHMOD_EXTENDED = 282
  7216  pkg syscall (darwin-amd64), const SYS_CHOWN = 16
  7217  pkg syscall (darwin-amd64), const SYS_CHROOT = 61
  7218  pkg syscall (darwin-amd64), const SYS_CHUD = 185
  7219  pkg syscall (darwin-amd64), const SYS_CLOSE = 6
  7220  pkg syscall (darwin-amd64), const SYS_CLOSE_NOCANCEL = 399
  7221  pkg syscall (darwin-amd64), const SYS_CONNECT = 98
  7222  pkg syscall (darwin-amd64), const SYS_CONNECT_NOCANCEL = 409
  7223  pkg syscall (darwin-amd64), const SYS_COPYFILE = 227
  7224  pkg syscall (darwin-amd64), const SYS_CSOPS = 169
  7225  pkg syscall (darwin-amd64), const SYS_DELETE = 226
  7226  pkg syscall (darwin-amd64), const SYS_DUP = 41
  7227  pkg syscall (darwin-amd64), const SYS_DUP2 = 90
  7228  pkg syscall (darwin-amd64), const SYS_EXCHANGEDATA = 223
  7229  pkg syscall (darwin-amd64), const SYS_EXECVE = 59
  7230  pkg syscall (darwin-amd64), const SYS_EXIT = 1
  7231  pkg syscall (darwin-amd64), const SYS_FCHDIR = 13
  7232  pkg syscall (darwin-amd64), const SYS_FCHFLAGS = 35
  7233  pkg syscall (darwin-amd64), const SYS_FCHMOD = 124
  7234  pkg syscall (darwin-amd64), const SYS_FCHMOD_EXTENDED = 283
  7235  pkg syscall (darwin-amd64), const SYS_FCHOWN = 123
  7236  pkg syscall (darwin-amd64), const SYS_FCNTL = 92
  7237  pkg syscall (darwin-amd64), const SYS_FCNTL_NOCANCEL = 406
  7238  pkg syscall (darwin-amd64), const SYS_FDATASYNC = 187
  7239  pkg syscall (darwin-amd64), const SYS_FFSCTL = 245
  7240  pkg syscall (darwin-amd64), const SYS_FGETATTRLIST = 228
  7241  pkg syscall (darwin-amd64), const SYS_FGETXATTR = 235
  7242  pkg syscall (darwin-amd64), const SYS_FHOPEN = 248
  7243  pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEFD = 431
  7244  pkg syscall (darwin-amd64), const SYS_FILEPORT_MAKEPORT = 430
  7245  pkg syscall (darwin-amd64), const SYS_FLISTXATTR = 241
  7246  pkg syscall (darwin-amd64), const SYS_FLOCK = 131
  7247  pkg syscall (darwin-amd64), const SYS_FORK = 2
  7248  pkg syscall (darwin-amd64), const SYS_FPATHCONF = 192
  7249  pkg syscall (darwin-amd64), const SYS_FREMOVEXATTR = 239
  7250  pkg syscall (darwin-amd64), const SYS_FSCTL = 242
  7251  pkg syscall (darwin-amd64), const SYS_FSETATTRLIST = 229
  7252  pkg syscall (darwin-amd64), const SYS_FSETXATTR = 237
  7253  pkg syscall (darwin-amd64), const SYS_FSGETPATH = 427
  7254  pkg syscall (darwin-amd64), const SYS_FSTAT = 189
  7255  pkg syscall (darwin-amd64), const SYS_FSTAT64 = 339
  7256  pkg syscall (darwin-amd64), const SYS_FSTAT64_EXTENDED = 343
  7257  pkg syscall (darwin-amd64), const SYS_FSTATFS = 158
  7258  pkg syscall (darwin-amd64), const SYS_FSTATFS64 = 346
  7259  pkg syscall (darwin-amd64), const SYS_FSTATV = 219
  7260  pkg syscall (darwin-amd64), const SYS_FSTAT_EXTENDED = 281
  7261  pkg syscall (darwin-amd64), const SYS_FSYNC = 95
  7262  pkg syscall (darwin-amd64), const SYS_FSYNC_NOCANCEL = 408
  7263  pkg syscall (darwin-amd64), const SYS_FTRUNCATE = 201
  7264  pkg syscall (darwin-amd64), const SYS_FUTIMES = 139
  7265  pkg syscall (darwin-amd64), const SYS_GETATTRLIST = 220
  7266  pkg syscall (darwin-amd64), const SYS_GETAUDIT = 355
  7267  pkg syscall (darwin-amd64), const SYS_GETAUDIT_ADDR = 357
  7268  pkg syscall (darwin-amd64), const SYS_GETAUID = 353
  7269  pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES = 196
  7270  pkg syscall (darwin-amd64), const SYS_GETDIRENTRIES64 = 344
  7271  pkg syscall (darwin-amd64), const SYS_GETDIRENTRIESATTR = 222
  7272  pkg syscall (darwin-amd64), const SYS_GETDTABLESIZE = 89
  7273  pkg syscall (darwin-amd64), const SYS_GETEGID = 43
  7274  pkg syscall (darwin-amd64), const SYS_GETEUID = 25
  7275  pkg syscall (darwin-amd64), const SYS_GETFH = 161
  7276  pkg syscall (darwin-amd64), const SYS_GETFSSTAT = 18
  7277  pkg syscall (darwin-amd64), const SYS_GETFSSTAT64 = 347
  7278  pkg syscall (darwin-amd64), const SYS_GETGID = 47
  7279  pkg syscall (darwin-amd64), const SYS_GETGROUPS = 79
  7280  pkg syscall (darwin-amd64), const SYS_GETHOSTUUID = 142
  7281  pkg syscall (darwin-amd64), const SYS_GETITIMER = 86
  7282  pkg syscall (darwin-amd64), const SYS_GETLCID = 395
  7283  pkg syscall (darwin-amd64), const SYS_GETLOGIN = 49
  7284  pkg syscall (darwin-amd64), const SYS_GETPEERNAME = 31
  7285  pkg syscall (darwin-amd64), const SYS_GETPGID = 151
  7286  pkg syscall (darwin-amd64), const SYS_GETPGRP = 81
  7287  pkg syscall (darwin-amd64), const SYS_GETPID = 20
  7288  pkg syscall (darwin-amd64), const SYS_GETPPID = 39
  7289  pkg syscall (darwin-amd64), const SYS_GETPRIORITY = 100
  7290  pkg syscall (darwin-amd64), const SYS_GETRLIMIT = 194
  7291  pkg syscall (darwin-amd64), const SYS_GETRUSAGE = 117
  7292  pkg syscall (darwin-amd64), const SYS_GETSGROUPS = 288
  7293  pkg syscall (darwin-amd64), const SYS_GETSID = 310
  7294  pkg syscall (darwin-amd64), const SYS_GETSOCKNAME = 32
  7295  pkg syscall (darwin-amd64), const SYS_GETSOCKOPT = 118
  7296  pkg syscall (darwin-amd64), const SYS_GETTID = 286
  7297  pkg syscall (darwin-amd64), const SYS_GETTIMEOFDAY = 116
  7298  pkg syscall (darwin-amd64), const SYS_GETUID = 24
  7299  pkg syscall (darwin-amd64), const SYS_GETWGROUPS = 290
  7300  pkg syscall (darwin-amd64), const SYS_GETXATTR = 234
  7301  pkg syscall (darwin-amd64), const SYS_IDENTITYSVC = 293
  7302  pkg syscall (darwin-amd64), const SYS_INITGROUPS = 243
  7303  pkg syscall (darwin-amd64), const SYS_IOCTL = 54
  7304  pkg syscall (darwin-amd64), const SYS_IOPOLICYSYS = 322
  7305  pkg syscall (darwin-amd64), const SYS_ISSETUGID = 327
  7306  pkg syscall (darwin-amd64), const SYS_KDEBUG_TRACE = 180
  7307  pkg syscall (darwin-amd64), const SYS_KEVENT = 363
  7308  pkg syscall (darwin-amd64), const SYS_KEVENT64 = 369
  7309  pkg syscall (darwin-amd64), const SYS_KILL = 37
  7310  pkg syscall (darwin-amd64), const SYS_KQUEUE = 362
  7311  pkg syscall (darwin-amd64), const SYS_LCHOWN = 364
  7312  pkg syscall (darwin-amd64), const SYS_LINK = 9
  7313  pkg syscall (darwin-amd64), const SYS_LIO_LISTIO = 320
  7314  pkg syscall (darwin-amd64), const SYS_LISTEN = 106
  7315  pkg syscall (darwin-amd64), const SYS_LISTXATTR = 240
  7316  pkg syscall (darwin-amd64), const SYS_LSEEK = 199
  7317  pkg syscall (darwin-amd64), const SYS_LSTAT = 190
  7318  pkg syscall (darwin-amd64), const SYS_LSTAT64 = 340
  7319  pkg syscall (darwin-amd64), const SYS_LSTAT64_EXTENDED = 342
  7320  pkg syscall (darwin-amd64), const SYS_LSTATV = 218
  7321  pkg syscall (darwin-amd64), const SYS_LSTAT_EXTENDED = 280
  7322  pkg syscall (darwin-amd64), const SYS_MADVISE = 75
  7323  pkg syscall (darwin-amd64), const SYS_MAXSYSCALL = 439
  7324  pkg syscall (darwin-amd64), const SYS_MINCORE = 78
  7325  pkg syscall (darwin-amd64), const SYS_MINHERIT = 250
  7326  pkg syscall (darwin-amd64), const SYS_MKCOMPLEX = 216
  7327  pkg syscall (darwin-amd64), const SYS_MKDIR = 136
  7328  pkg syscall (darwin-amd64), const SYS_MKDIR_EXTENDED = 292
  7329  pkg syscall (darwin-amd64), const SYS_MKFIFO = 132
  7330  pkg syscall (darwin-amd64), const SYS_MKFIFO_EXTENDED = 291
  7331  pkg syscall (darwin-amd64), const SYS_MKNOD = 14
  7332  pkg syscall (darwin-amd64), const SYS_MLOCK = 203
  7333  pkg syscall (darwin-amd64), const SYS_MLOCKALL = 324
  7334  pkg syscall (darwin-amd64), const SYS_MMAP = 197
  7335  pkg syscall (darwin-amd64), const SYS_MODWATCH = 233
  7336  pkg syscall (darwin-amd64), const SYS_MOUNT = 167
  7337  pkg syscall (darwin-amd64), const SYS_MPROTECT = 74
  7338  pkg syscall (darwin-amd64), const SYS_MSGCTL = 258
  7339  pkg syscall (darwin-amd64), const SYS_MSGGET = 259
  7340  pkg syscall (darwin-amd64), const SYS_MSGRCV = 261
  7341  pkg syscall (darwin-amd64), const SYS_MSGRCV_NOCANCEL = 419
  7342  pkg syscall (darwin-amd64), const SYS_MSGSND = 260
  7343  pkg syscall (darwin-amd64), const SYS_MSGSND_NOCANCEL = 418
  7344  pkg syscall (darwin-amd64), const SYS_MSGSYS = 252
  7345  pkg syscall (darwin-amd64), const SYS_MSYNC = 65
  7346  pkg syscall (darwin-amd64), const SYS_MSYNC_NOCANCEL = 405
  7347  pkg syscall (darwin-amd64), const SYS_MUNLOCK = 204
  7348  pkg syscall (darwin-amd64), const SYS_MUNLOCKALL = 325
  7349  pkg syscall (darwin-amd64), const SYS_MUNMAP = 73
  7350  pkg syscall (darwin-amd64), const SYS_NFSCLNT = 247
  7351  pkg syscall (darwin-amd64), const SYS_NFSSVC = 155
  7352  pkg syscall (darwin-amd64), const SYS_OPEN = 5
  7353  pkg syscall (darwin-amd64), const SYS_OPEN_EXTENDED = 277
  7354  pkg syscall (darwin-amd64), const SYS_OPEN_NOCANCEL = 398
  7355  pkg syscall (darwin-amd64), const SYS_PATHCONF = 191
  7356  pkg syscall (darwin-amd64), const SYS_PID_HIBERNATE = 435
  7357  pkg syscall (darwin-amd64), const SYS_PID_RESUME = 434
  7358  pkg syscall (darwin-amd64), const SYS_PID_SHUTDOWN_SOCKETS = 436
  7359  pkg syscall (darwin-amd64), const SYS_PID_SUSPEND = 433
  7360  pkg syscall (darwin-amd64), const SYS_PIPE = 42
  7361  pkg syscall (darwin-amd64), const SYS_POLL = 230
  7362  pkg syscall (darwin-amd64), const SYS_POLL_NOCANCEL = 417
  7363  pkg syscall (darwin-amd64), const SYS_POSIX_SPAWN = 244
  7364  pkg syscall (darwin-amd64), const SYS_PREAD = 153
  7365  pkg syscall (darwin-amd64), const SYS_PREAD_NOCANCEL = 414
  7366  pkg syscall (darwin-amd64), const SYS_PROCESS_POLICY = 323
  7367  pkg syscall (darwin-amd64), const SYS_PROC_INFO = 336
  7368  pkg syscall (darwin-amd64), const SYS_PROFIL = 44
  7369  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVBROAD = 303
  7370  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVCLRPREPOST = 312
  7371  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVSIGNAL = 304
  7372  pkg syscall (darwin-amd64), const SYS_PSYNCH_CVWAIT = 305
  7373  pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXDROP = 302
  7374  pkg syscall (darwin-amd64), const SYS_PSYNCH_MUTEXWAIT = 301
  7375  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_DOWNGRADE = 299
  7376  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  7377  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_RDLOCK = 306
  7378  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK = 308
  7379  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UNLOCK2 = 309
  7380  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_UPGRADE = 300
  7381  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_WRLOCK = 307
  7382  pkg syscall (darwin-amd64), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  7383  pkg syscall (darwin-amd64), const SYS_PTRACE = 26
  7384  pkg syscall (darwin-amd64), const SYS_PWRITE = 154
  7385  pkg syscall (darwin-amd64), const SYS_PWRITE_NOCANCEL = 415
  7386  pkg syscall (darwin-amd64), const SYS_QUOTACTL = 165
  7387  pkg syscall (darwin-amd64), const SYS_READ = 3
  7388  pkg syscall (darwin-amd64), const SYS_READLINK = 58
  7389  pkg syscall (darwin-amd64), const SYS_READV = 120
  7390  pkg syscall (darwin-amd64), const SYS_READV_NOCANCEL = 411
  7391  pkg syscall (darwin-amd64), const SYS_READ_NOCANCEL = 396
  7392  pkg syscall (darwin-amd64), const SYS_REBOOT = 55
  7393  pkg syscall (darwin-amd64), const SYS_RECVFROM = 29
  7394  pkg syscall (darwin-amd64), const SYS_RECVFROM_NOCANCEL = 403
  7395  pkg syscall (darwin-amd64), const SYS_RECVMSG = 27
  7396  pkg syscall (darwin-amd64), const SYS_RECVMSG_NOCANCEL = 401
  7397  pkg syscall (darwin-amd64), const SYS_REMOVEXATTR = 238
  7398  pkg syscall (darwin-amd64), const SYS_RENAME = 128
  7399  pkg syscall (darwin-amd64), const SYS_REVOKE = 56
  7400  pkg syscall (darwin-amd64), const SYS_RMDIR = 137
  7401  pkg syscall (darwin-amd64), const SYS_SEARCHFS = 225
  7402  pkg syscall (darwin-amd64), const SYS_SELECT = 93
  7403  pkg syscall (darwin-amd64), const SYS_SELECT_NOCANCEL = 407
  7404  pkg syscall (darwin-amd64), const SYS_SEMCTL = 254
  7405  pkg syscall (darwin-amd64), const SYS_SEMGET = 255
  7406  pkg syscall (darwin-amd64), const SYS_SEMOP = 256
  7407  pkg syscall (darwin-amd64), const SYS_SEMSYS = 251
  7408  pkg syscall (darwin-amd64), const SYS_SEM_CLOSE = 269
  7409  pkg syscall (darwin-amd64), const SYS_SEM_DESTROY = 276
  7410  pkg syscall (darwin-amd64), const SYS_SEM_GETVALUE = 274
  7411  pkg syscall (darwin-amd64), const SYS_SEM_INIT = 275
  7412  pkg syscall (darwin-amd64), const SYS_SEM_OPEN = 268
  7413  pkg syscall (darwin-amd64), const SYS_SEM_POST = 273
  7414  pkg syscall (darwin-amd64), const SYS_SEM_TRYWAIT = 272
  7415  pkg syscall (darwin-amd64), const SYS_SEM_UNLINK = 270
  7416  pkg syscall (darwin-amd64), const SYS_SEM_WAIT = 271
  7417  pkg syscall (darwin-amd64), const SYS_SEM_WAIT_NOCANCEL = 420
  7418  pkg syscall (darwin-amd64), const SYS_SENDFILE = 337
  7419  pkg syscall (darwin-amd64), const SYS_SENDMSG = 28
  7420  pkg syscall (darwin-amd64), const SYS_SENDMSG_NOCANCEL = 402
  7421  pkg syscall (darwin-amd64), const SYS_SENDTO = 133
  7422  pkg syscall (darwin-amd64), const SYS_SENDTO_NOCANCEL = 413
  7423  pkg syscall (darwin-amd64), const SYS_SETATTRLIST = 221
  7424  pkg syscall (darwin-amd64), const SYS_SETAUDIT = 356
  7425  pkg syscall (darwin-amd64), const SYS_SETAUDIT_ADDR = 358
  7426  pkg syscall (darwin-amd64), const SYS_SETAUID = 354
  7427  pkg syscall (darwin-amd64), const SYS_SETEGID = 182
  7428  pkg syscall (darwin-amd64), const SYS_SETEUID = 183
  7429  pkg syscall (darwin-amd64), const SYS_SETGID = 181
  7430  pkg syscall (darwin-amd64), const SYS_SETGROUPS = 80
  7431  pkg syscall (darwin-amd64), const SYS_SETITIMER = 83
  7432  pkg syscall (darwin-amd64), const SYS_SETLCID = 394
  7433  pkg syscall (darwin-amd64), const SYS_SETLOGIN = 50
  7434  pkg syscall (darwin-amd64), const SYS_SETPGID = 82
  7435  pkg syscall (darwin-amd64), const SYS_SETPRIORITY = 96
  7436  pkg syscall (darwin-amd64), const SYS_SETPRIVEXEC = 152
  7437  pkg syscall (darwin-amd64), const SYS_SETREGID = 127
  7438  pkg syscall (darwin-amd64), const SYS_SETREUID = 126
  7439  pkg syscall (darwin-amd64), const SYS_SETRLIMIT = 195
  7440  pkg syscall (darwin-amd64), const SYS_SETSGROUPS = 287
  7441  pkg syscall (darwin-amd64), const SYS_SETSID = 147
  7442  pkg syscall (darwin-amd64), const SYS_SETSOCKOPT = 105
  7443  pkg syscall (darwin-amd64), const SYS_SETTID = 285
  7444  pkg syscall (darwin-amd64), const SYS_SETTID_WITH_PID = 311
  7445  pkg syscall (darwin-amd64), const SYS_SETTIMEOFDAY = 122
  7446  pkg syscall (darwin-amd64), const SYS_SETUID = 23
  7447  pkg syscall (darwin-amd64), const SYS_SETWGROUPS = 289
  7448  pkg syscall (darwin-amd64), const SYS_SETXATTR = 236
  7449  pkg syscall (darwin-amd64), const SYS_SHARED_REGION_CHECK_NP = 294
  7450  pkg syscall (darwin-amd64), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  7451  pkg syscall (darwin-amd64), const SYS_SHMAT = 262
  7452  pkg syscall (darwin-amd64), const SYS_SHMCTL = 263
  7453  pkg syscall (darwin-amd64), const SYS_SHMDT = 264
  7454  pkg syscall (darwin-amd64), const SYS_SHMGET = 265
  7455  pkg syscall (darwin-amd64), const SYS_SHMSYS = 253
  7456  pkg syscall (darwin-amd64), const SYS_SHM_OPEN = 266
  7457  pkg syscall (darwin-amd64), const SYS_SHM_UNLINK = 267
  7458  pkg syscall (darwin-amd64), const SYS_SHUTDOWN = 134
  7459  pkg syscall (darwin-amd64), const SYS_SIGACTION = 46
  7460  pkg syscall (darwin-amd64), const SYS_SIGALTSTACK = 53
  7461  pkg syscall (darwin-amd64), const SYS_SIGPENDING = 52
  7462  pkg syscall (darwin-amd64), const SYS_SIGPROCMASK = 48
  7463  pkg syscall (darwin-amd64), const SYS_SIGRETURN = 184
  7464  pkg syscall (darwin-amd64), const SYS_SIGSUSPEND = 111
  7465  pkg syscall (darwin-amd64), const SYS_SIGSUSPEND_NOCANCEL = 410
  7466  pkg syscall (darwin-amd64), const SYS_SOCKET = 97
  7467  pkg syscall (darwin-amd64), const SYS_SOCKETPAIR = 135
  7468  pkg syscall (darwin-amd64), const SYS_STACK_SNAPSHOT = 365
  7469  pkg syscall (darwin-amd64), const SYS_STAT = 188
  7470  pkg syscall (darwin-amd64), const SYS_STAT64 = 338
  7471  pkg syscall (darwin-amd64), const SYS_STAT64_EXTENDED = 341
  7472  pkg syscall (darwin-amd64), const SYS_STATFS = 157
  7473  pkg syscall (darwin-amd64), const SYS_STATFS64 = 345
  7474  pkg syscall (darwin-amd64), const SYS_STATV = 217
  7475  pkg syscall (darwin-amd64), const SYS_STAT_EXTENDED = 279
  7476  pkg syscall (darwin-amd64), const SYS_SWAPON = 85
  7477  pkg syscall (darwin-amd64), const SYS_SYMLINK = 57
  7478  pkg syscall (darwin-amd64), const SYS_SYNC = 36
  7479  pkg syscall (darwin-amd64), const SYS_SYSCALL = 0
  7480  pkg syscall (darwin-amd64), const SYS_THREAD_SELFID = 372
  7481  pkg syscall (darwin-amd64), const SYS_TRUNCATE = 200
  7482  pkg syscall (darwin-amd64), const SYS_UMASK = 60
  7483  pkg syscall (darwin-amd64), const SYS_UMASK_EXTENDED = 278
  7484  pkg syscall (darwin-amd64), const SYS_UNDELETE = 205
  7485  pkg syscall (darwin-amd64), const SYS_UNLINK = 10
  7486  pkg syscall (darwin-amd64), const SYS_UNMOUNT = 159
  7487  pkg syscall (darwin-amd64), const SYS_UTIMES = 138
  7488  pkg syscall (darwin-amd64), const SYS_VFORK = 66
  7489  pkg syscall (darwin-amd64), const SYS_VM_PRESSURE_MONITOR = 296
  7490  pkg syscall (darwin-amd64), const SYS_WAIT4 = 7
  7491  pkg syscall (darwin-amd64), const SYS_WAIT4_NOCANCEL = 400
  7492  pkg syscall (darwin-amd64), const SYS_WAITEVENT = 232
  7493  pkg syscall (darwin-amd64), const SYS_WAITID = 173
  7494  pkg syscall (darwin-amd64), const SYS_WAITID_NOCANCEL = 416
  7495  pkg syscall (darwin-amd64), const SYS_WATCHEVENT = 231
  7496  pkg syscall (darwin-amd64), const SYS_WORKQ_KERNRETURN = 368
  7497  pkg syscall (darwin-amd64), const SYS_WORKQ_OPEN = 367
  7498  pkg syscall (darwin-amd64), const SYS_WRITE = 4
  7499  pkg syscall (darwin-amd64), const SYS_WRITEV = 121
  7500  pkg syscall (darwin-amd64), const SYS_WRITEV_NOCANCEL = 412
  7501  pkg syscall (darwin-amd64), const SYS_WRITE_NOCANCEL = 397
  7502  pkg syscall (darwin-amd64), const SYS___DISABLE_THREADSIGNAL = 331
  7503  pkg syscall (darwin-amd64), const SYS___MAC_EXECVE = 380
  7504  pkg syscall (darwin-amd64), const SYS___MAC_GETFSSTAT = 426
  7505  pkg syscall (darwin-amd64), const SYS___MAC_GET_FD = 388
  7506  pkg syscall (darwin-amd64), const SYS___MAC_GET_FILE = 382
  7507  pkg syscall (darwin-amd64), const SYS___MAC_GET_LCID = 391
  7508  pkg syscall (darwin-amd64), const SYS___MAC_GET_LCTX = 392
  7509  pkg syscall (darwin-amd64), const SYS___MAC_GET_LINK = 384
  7510  pkg syscall (darwin-amd64), const SYS___MAC_GET_MOUNT = 425
  7511  pkg syscall (darwin-amd64), const SYS___MAC_GET_PID = 390
  7512  pkg syscall (darwin-amd64), const SYS___MAC_GET_PROC = 386
  7513  pkg syscall (darwin-amd64), const SYS___MAC_MOUNT = 424
  7514  pkg syscall (darwin-amd64), const SYS___MAC_SET_FD = 389
  7515  pkg syscall (darwin-amd64), const SYS___MAC_SET_FILE = 383
  7516  pkg syscall (darwin-amd64), const SYS___MAC_SET_LCTX = 393
  7517  pkg syscall (darwin-amd64), const SYS___MAC_SET_LINK = 385
  7518  pkg syscall (darwin-amd64), const SYS___MAC_SET_PROC = 387
  7519  pkg syscall (darwin-amd64), const SYS___MAC_SYSCALL = 381
  7520  pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL = 370
  7521  pkg syscall (darwin-amd64), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  7522  pkg syscall (darwin-amd64), const SYS___PTHREAD_CANCELED = 333
  7523  pkg syscall (darwin-amd64), const SYS___PTHREAD_CHDIR = 348
  7524  pkg syscall (darwin-amd64), const SYS___PTHREAD_FCHDIR = 349
  7525  pkg syscall (darwin-amd64), const SYS___PTHREAD_KILL = 328
  7526  pkg syscall (darwin-amd64), const SYS___PTHREAD_MARKCANCEL = 332
  7527  pkg syscall (darwin-amd64), const SYS___PTHREAD_SIGMASK = 329
  7528  pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL = 334
  7529  pkg syscall (darwin-amd64), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  7530  pkg syscall (darwin-amd64), const SYS___SIGWAIT = 330
  7531  pkg syscall (darwin-amd64), const SYS___SIGWAIT_NOCANCEL = 422
  7532  pkg syscall (darwin-amd64), const SYS___SYSCTL = 202
  7533  pkg syscall (darwin-amd64), const S_IEXEC = 64
  7534  pkg syscall (darwin-amd64), const S_IFMT = 61440
  7535  pkg syscall (darwin-amd64), const S_IFWHT = 57344
  7536  pkg syscall (darwin-amd64), const S_IREAD = 256
  7537  pkg syscall (darwin-amd64), const S_IRGRP = 32
  7538  pkg syscall (darwin-amd64), const S_IROTH = 4
  7539  pkg syscall (darwin-amd64), const S_IRWXG = 56
  7540  pkg syscall (darwin-amd64), const S_IRWXO = 7
  7541  pkg syscall (darwin-amd64), const S_IRWXU = 448
  7542  pkg syscall (darwin-amd64), const S_ISTXT = 512
  7543  pkg syscall (darwin-amd64), const S_IWGRP = 16
  7544  pkg syscall (darwin-amd64), const S_IWOTH = 2
  7545  pkg syscall (darwin-amd64), const S_IWRITE = 128
  7546  pkg syscall (darwin-amd64), const S_IXGRP = 8
  7547  pkg syscall (darwin-amd64), const S_IXOTH = 1
  7548  pkg syscall (darwin-amd64), const SizeofBpfHdr = 20
  7549  pkg syscall (darwin-amd64), const SizeofBpfInsn = 8
  7550  pkg syscall (darwin-amd64), const SizeofBpfProgram = 16
  7551  pkg syscall (darwin-amd64), const SizeofBpfStat = 8
  7552  pkg syscall (darwin-amd64), const SizeofBpfVersion = 4
  7553  pkg syscall (darwin-amd64), const SizeofCmsghdr = 12
  7554  pkg syscall (darwin-amd64), const SizeofIPMreq = 8
  7555  pkg syscall (darwin-amd64), const SizeofIPv6Mreq = 20
  7556  pkg syscall (darwin-amd64), const SizeofIfData = 96
  7557  pkg syscall (darwin-amd64), const SizeofIfMsghdr = 112
  7558  pkg syscall (darwin-amd64), const SizeofIfaMsghdr = 20
  7559  pkg syscall (darwin-amd64), const SizeofIfmaMsghdr = 16
  7560  pkg syscall (darwin-amd64), const SizeofIfmaMsghdr2 = 20
  7561  pkg syscall (darwin-amd64), const SizeofInet4Pktinfo = 12
  7562  pkg syscall (darwin-amd64), const SizeofInet4Pktinfo ideal-int
  7563  pkg syscall (darwin-amd64), const SizeofInet6Pktinfo = 20
  7564  pkg syscall (darwin-amd64), const SizeofLinger = 8
  7565  pkg syscall (darwin-amd64), const SizeofMsghdr = 48
  7566  pkg syscall (darwin-amd64), const SizeofRtMetrics = 56
  7567  pkg syscall (darwin-amd64), const SizeofRtMsghdr = 92
  7568  pkg syscall (darwin-amd64), const SizeofSockaddrAny = 108
  7569  pkg syscall (darwin-amd64), const SizeofSockaddrDatalink = 20
  7570  pkg syscall (darwin-amd64), const SizeofSockaddrInet4 = 16
  7571  pkg syscall (darwin-amd64), const SizeofSockaddrInet6 = 28
  7572  pkg syscall (darwin-amd64), const SizeofSockaddrUnix = 106
  7573  pkg syscall (darwin-amd64), const TCIFLUSH = 1
  7574  pkg syscall (darwin-amd64), const TCIFLUSH ideal-int
  7575  pkg syscall (darwin-amd64), const TCIOFLUSH = 3
  7576  pkg syscall (darwin-amd64), const TCIOFLUSH ideal-int
  7577  pkg syscall (darwin-amd64), const TCOFLUSH = 2
  7578  pkg syscall (darwin-amd64), const TCOFLUSH ideal-int
  7579  pkg syscall (darwin-amd64), const TCP_CONNECTIONTIMEOUT = 32
  7580  pkg syscall (darwin-amd64), const TCP_KEEPALIVE = 16
  7581  pkg syscall (darwin-amd64), const TCP_MAXHLEN = 60
  7582  pkg syscall (darwin-amd64), const TCP_MAXOLEN = 40
  7583  pkg syscall (darwin-amd64), const TCP_MAXSEG = 2
  7584  pkg syscall (darwin-amd64), const TCP_MAXWIN = 65535
  7585  pkg syscall (darwin-amd64), const TCP_MAX_SACK = 3
  7586  pkg syscall (darwin-amd64), const TCP_MAX_WINSHIFT = 14
  7587  pkg syscall (darwin-amd64), const TCP_MINMSS = 216
  7588  pkg syscall (darwin-amd64), const TCP_MINMSSOVERLOAD = 1000
  7589  pkg syscall (darwin-amd64), const TCP_MSS = 512
  7590  pkg syscall (darwin-amd64), const TCP_NOOPT = 8
  7591  pkg syscall (darwin-amd64), const TCP_NOPUSH = 4
  7592  pkg syscall (darwin-amd64), const TCP_RXT_CONNDROPTIME = 128
  7593  pkg syscall (darwin-amd64), const TCP_RXT_FINDROP = 256
  7594  pkg syscall (darwin-amd64), const TCSAFLUSH = 2
  7595  pkg syscall (darwin-amd64), const TCSAFLUSH ideal-int
  7596  pkg syscall (darwin-amd64), const TIOCCBRK = 536900730
  7597  pkg syscall (darwin-amd64), const TIOCCDTR = 536900728
  7598  pkg syscall (darwin-amd64), const TIOCCONS = 2147775586
  7599  pkg syscall (darwin-amd64), const TIOCDCDTIMESTAMP = 1074820184
  7600  pkg syscall (darwin-amd64), const TIOCDRAIN = 536900702
  7601  pkg syscall (darwin-amd64), const TIOCDSIMICROCODE = 536900693
  7602  pkg syscall (darwin-amd64), const TIOCEXCL = 536900621
  7603  pkg syscall (darwin-amd64), const TIOCEXT = 2147775584
  7604  pkg syscall (darwin-amd64), const TIOCFLUSH = 2147775504
  7605  pkg syscall (darwin-amd64), const TIOCGDRAINWAIT = 1074033750
  7606  pkg syscall (darwin-amd64), const TIOCGETA = 1078490131
  7607  pkg syscall (darwin-amd64), const TIOCGETD = 1074033690
  7608  pkg syscall (darwin-amd64), const TIOCGPGRP = 1074033783
  7609  pkg syscall (darwin-amd64), const TIOCGWINSZ = 1074295912
  7610  pkg syscall (darwin-amd64), const TIOCIXOFF = 536900736
  7611  pkg syscall (darwin-amd64), const TIOCIXON = 536900737
  7612  pkg syscall (darwin-amd64), const TIOCMBIC = 2147775595
  7613  pkg syscall (darwin-amd64), const TIOCMBIS = 2147775596
  7614  pkg syscall (darwin-amd64), const TIOCMGDTRWAIT = 1074033754
  7615  pkg syscall (darwin-amd64), const TIOCMGET = 1074033770
  7616  pkg syscall (darwin-amd64), const TIOCMODG = 1074033667
  7617  pkg syscall (darwin-amd64), const TIOCMODS = 2147775492
  7618  pkg syscall (darwin-amd64), const TIOCMSDTRWAIT = 2147775579
  7619  pkg syscall (darwin-amd64), const TIOCMSET = 2147775597
  7620  pkg syscall (darwin-amd64), const TIOCM_CAR = 64
  7621  pkg syscall (darwin-amd64), const TIOCM_CD = 64
  7622  pkg syscall (darwin-amd64), const TIOCM_CTS = 32
  7623  pkg syscall (darwin-amd64), const TIOCM_DSR = 256
  7624  pkg syscall (darwin-amd64), const TIOCM_DTR = 2
  7625  pkg syscall (darwin-amd64), const TIOCM_LE = 1
  7626  pkg syscall (darwin-amd64), const TIOCM_RI = 128
  7627  pkg syscall (darwin-amd64), const TIOCM_RNG = 128
  7628  pkg syscall (darwin-amd64), const TIOCM_RTS = 4
  7629  pkg syscall (darwin-amd64), const TIOCM_SR = 16
  7630  pkg syscall (darwin-amd64), const TIOCM_ST = 8
  7631  pkg syscall (darwin-amd64), const TIOCNOTTY = 536900721
  7632  pkg syscall (darwin-amd64), const TIOCNXCL = 536900622
  7633  pkg syscall (darwin-amd64), const TIOCOUTQ = 1074033779
  7634  pkg syscall (darwin-amd64), const TIOCPKT = 2147775600
  7635  pkg syscall (darwin-amd64), const TIOCPKT_DATA = 0
  7636  pkg syscall (darwin-amd64), const TIOCPKT_DOSTOP = 32
  7637  pkg syscall (darwin-amd64), const TIOCPKT_FLUSHREAD = 1
  7638  pkg syscall (darwin-amd64), const TIOCPKT_FLUSHWRITE = 2
  7639  pkg syscall (darwin-amd64), const TIOCPKT_IOCTL = 64
  7640  pkg syscall (darwin-amd64), const TIOCPKT_NOSTOP = 16
  7641  pkg syscall (darwin-amd64), const TIOCPKT_START = 8
  7642  pkg syscall (darwin-amd64), const TIOCPKT_STOP = 4
  7643  pkg syscall (darwin-amd64), const TIOCPTYGNAME = 1082160211
  7644  pkg syscall (darwin-amd64), const TIOCPTYGRANT = 536900692
  7645  pkg syscall (darwin-amd64), const TIOCPTYUNLK = 536900690
  7646  pkg syscall (darwin-amd64), const TIOCREMOTE = 2147775593
  7647  pkg syscall (darwin-amd64), const TIOCSBRK = 536900731
  7648  pkg syscall (darwin-amd64), const TIOCSCONS = 536900707
  7649  pkg syscall (darwin-amd64), const TIOCSCTTY = 536900705
  7650  pkg syscall (darwin-amd64), const TIOCSDRAINWAIT = 2147775575
  7651  pkg syscall (darwin-amd64), const TIOCSDTR = 536900729
  7652  pkg syscall (darwin-amd64), const TIOCSETA = 2152231956
  7653  pkg syscall (darwin-amd64), const TIOCSETAF = 2152231958
  7654  pkg syscall (darwin-amd64), const TIOCSETAW = 2152231957
  7655  pkg syscall (darwin-amd64), const TIOCSETD = 2147775515
  7656  pkg syscall (darwin-amd64), const TIOCSIG = 536900703
  7657  pkg syscall (darwin-amd64), const TIOCSPGRP = 2147775606
  7658  pkg syscall (darwin-amd64), const TIOCSTART = 536900718
  7659  pkg syscall (darwin-amd64), const TIOCSTAT = 536900709
  7660  pkg syscall (darwin-amd64), const TIOCSTI = 2147578994
  7661  pkg syscall (darwin-amd64), const TIOCSTOP = 536900719
  7662  pkg syscall (darwin-amd64), const TIOCSWINSZ = 2148037735
  7663  pkg syscall (darwin-amd64), const TIOCTIMESTAMP = 1074820185
  7664  pkg syscall (darwin-amd64), const TIOCUCNTL = 2147775590
  7665  pkg syscall (darwin-amd64), const TOSTOP = 4194304
  7666  pkg syscall (darwin-amd64), const TOSTOP ideal-int
  7667  pkg syscall (darwin-amd64), const VDISCARD = 15
  7668  pkg syscall (darwin-amd64), const VDISCARD ideal-int
  7669  pkg syscall (darwin-amd64), const VDSUSP = 11
  7670  pkg syscall (darwin-amd64), const VDSUSP ideal-int
  7671  pkg syscall (darwin-amd64), const VEOF = 0
  7672  pkg syscall (darwin-amd64), const VEOF ideal-int
  7673  pkg syscall (darwin-amd64), const VEOL = 1
  7674  pkg syscall (darwin-amd64), const VEOL ideal-int
  7675  pkg syscall (darwin-amd64), const VEOL2 = 2
  7676  pkg syscall (darwin-amd64), const VEOL2 ideal-int
  7677  pkg syscall (darwin-amd64), const VERASE = 3
  7678  pkg syscall (darwin-amd64), const VERASE ideal-int
  7679  pkg syscall (darwin-amd64), const VINTR = 8
  7680  pkg syscall (darwin-amd64), const VINTR ideal-int
  7681  pkg syscall (darwin-amd64), const VKILL = 5
  7682  pkg syscall (darwin-amd64), const VKILL ideal-int
  7683  pkg syscall (darwin-amd64), const VLNEXT = 14
  7684  pkg syscall (darwin-amd64), const VLNEXT ideal-int
  7685  pkg syscall (darwin-amd64), const VMIN = 16
  7686  pkg syscall (darwin-amd64), const VMIN ideal-int
  7687  pkg syscall (darwin-amd64), const VQUIT = 9
  7688  pkg syscall (darwin-amd64), const VQUIT ideal-int
  7689  pkg syscall (darwin-amd64), const VREPRINT = 6
  7690  pkg syscall (darwin-amd64), const VREPRINT ideal-int
  7691  pkg syscall (darwin-amd64), const VSTART = 12
  7692  pkg syscall (darwin-amd64), const VSTART ideal-int
  7693  pkg syscall (darwin-amd64), const VSTATUS = 18
  7694  pkg syscall (darwin-amd64), const VSTATUS ideal-int
  7695  pkg syscall (darwin-amd64), const VSTOP = 13
  7696  pkg syscall (darwin-amd64), const VSTOP ideal-int
  7697  pkg syscall (darwin-amd64), const VSUSP = 10
  7698  pkg syscall (darwin-amd64), const VSUSP ideal-int
  7699  pkg syscall (darwin-amd64), const VT0 = 0
  7700  pkg syscall (darwin-amd64), const VT0 ideal-int
  7701  pkg syscall (darwin-amd64), const VT1 = 65536
  7702  pkg syscall (darwin-amd64), const VT1 ideal-int
  7703  pkg syscall (darwin-amd64), const VTDLY = 65536
  7704  pkg syscall (darwin-amd64), const VTDLY ideal-int
  7705  pkg syscall (darwin-amd64), const VTIME = 17
  7706  pkg syscall (darwin-amd64), const VTIME ideal-int
  7707  pkg syscall (darwin-amd64), const VWERASE = 4
  7708  pkg syscall (darwin-amd64), const VWERASE ideal-int
  7709  pkg syscall (darwin-amd64), const WCONTINUED = 16
  7710  pkg syscall (darwin-amd64), const WCOREFLAG = 128
  7711  pkg syscall (darwin-amd64), const WEXITED = 4
  7712  pkg syscall (darwin-amd64), const WNOHANG = 1
  7713  pkg syscall (darwin-amd64), const WNOWAIT = 32
  7714  pkg syscall (darwin-amd64), const WORDSIZE = 64
  7715  pkg syscall (darwin-amd64), const WSTOPPED = 8
  7716  pkg syscall (darwin-amd64), const WUNTRACED = 2
  7717  pkg syscall (darwin-amd64), func Fchflags(int, int) error
  7718  pkg syscall (darwin-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
  7719  pkg syscall (darwin-amd64), type Inet4Pktinfo struct
  7720  pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Addr [4]uint8
  7721  pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Ifindex uint32
  7722  pkg syscall (darwin-amd64), type Inet4Pktinfo struct, Spec_dst [4]uint8
  7723  pkg syscall (darwin-amd64), type Termios struct
  7724  pkg syscall (darwin-amd64), type Termios struct, Cc [20]uint8
  7725  pkg syscall (darwin-amd64), type Termios struct, Cflag uint64
  7726  pkg syscall (darwin-amd64), type Termios struct, Iflag uint64
  7727  pkg syscall (darwin-amd64), type Termios struct, Ispeed uint64
  7728  pkg syscall (darwin-amd64), type Termios struct, Lflag uint64
  7729  pkg syscall (darwin-amd64), type Termios struct, Oflag uint64
  7730  pkg syscall (darwin-amd64), type Termios struct, Ospeed uint64
  7731  pkg syscall (darwin-amd64), type Termios struct, Pad_cgo_0 [4]uint8
  7732  pkg syscall (darwin-amd64-cgo), const AF_APPLETALK = 16
  7733  pkg syscall (darwin-amd64-cgo), const AF_CCITT = 10
  7734  pkg syscall (darwin-amd64-cgo), const AF_CHAOS = 5
  7735  pkg syscall (darwin-amd64-cgo), const AF_CNT = 21
  7736  pkg syscall (darwin-amd64-cgo), const AF_COIP = 20
  7737  pkg syscall (darwin-amd64-cgo), const AF_DATAKIT = 9
  7738  pkg syscall (darwin-amd64-cgo), const AF_DECnet = 12
  7739  pkg syscall (darwin-amd64-cgo), const AF_DLI = 13
  7740  pkg syscall (darwin-amd64-cgo), const AF_E164 = 28
  7741  pkg syscall (darwin-amd64-cgo), const AF_ECMA = 8
  7742  pkg syscall (darwin-amd64-cgo), const AF_HYLINK = 15
  7743  pkg syscall (darwin-amd64-cgo), const AF_IEEE80211 = 37
  7744  pkg syscall (darwin-amd64-cgo), const AF_IMPLINK = 3
  7745  pkg syscall (darwin-amd64-cgo), const AF_INET6 = 30
  7746  pkg syscall (darwin-amd64-cgo), const AF_IPX = 23
  7747  pkg syscall (darwin-amd64-cgo), const AF_ISDN = 28
  7748  pkg syscall (darwin-amd64-cgo), const AF_ISO = 7
  7749  pkg syscall (darwin-amd64-cgo), const AF_LAT = 14
  7750  pkg syscall (darwin-amd64-cgo), const AF_LINK = 18
  7751  pkg syscall (darwin-amd64-cgo), const AF_LOCAL = 1
  7752  pkg syscall (darwin-amd64-cgo), const AF_MAX = 38
  7753  pkg syscall (darwin-amd64-cgo), const AF_NATM = 31
  7754  pkg syscall (darwin-amd64-cgo), const AF_NDRV = 27
  7755  pkg syscall (darwin-amd64-cgo), const AF_NETBIOS = 33
  7756  pkg syscall (darwin-amd64-cgo), const AF_NS = 6
  7757  pkg syscall (darwin-amd64-cgo), const AF_OSI = 7
  7758  pkg syscall (darwin-amd64-cgo), const AF_PPP = 34
  7759  pkg syscall (darwin-amd64-cgo), const AF_PUP = 4
  7760  pkg syscall (darwin-amd64-cgo), const AF_RESERVED_36 = 36
  7761  pkg syscall (darwin-amd64-cgo), const AF_ROUTE = 17
  7762  pkg syscall (darwin-amd64-cgo), const AF_SIP = 24
  7763  pkg syscall (darwin-amd64-cgo), const AF_SNA = 11
  7764  pkg syscall (darwin-amd64-cgo), const AF_SYSTEM = 32
  7765  pkg syscall (darwin-amd64-cgo), const B0 = 0
  7766  pkg syscall (darwin-amd64-cgo), const B0 ideal-int
  7767  pkg syscall (darwin-amd64-cgo), const B110 = 110
  7768  pkg syscall (darwin-amd64-cgo), const B110 ideal-int
  7769  pkg syscall (darwin-amd64-cgo), const B115200 = 115200
  7770  pkg syscall (darwin-amd64-cgo), const B115200 ideal-int
  7771  pkg syscall (darwin-amd64-cgo), const B1200 = 1200
  7772  pkg syscall (darwin-amd64-cgo), const B1200 ideal-int
  7773  pkg syscall (darwin-amd64-cgo), const B134 = 134
  7774  pkg syscall (darwin-amd64-cgo), const B134 ideal-int
  7775  pkg syscall (darwin-amd64-cgo), const B14400 = 14400
  7776  pkg syscall (darwin-amd64-cgo), const B14400 ideal-int
  7777  pkg syscall (darwin-amd64-cgo), const B150 = 150
  7778  pkg syscall (darwin-amd64-cgo), const B150 ideal-int
  7779  pkg syscall (darwin-amd64-cgo), const B1800 = 1800
  7780  pkg syscall (darwin-amd64-cgo), const B1800 ideal-int
  7781  pkg syscall (darwin-amd64-cgo), const B19200 = 19200
  7782  pkg syscall (darwin-amd64-cgo), const B19200 ideal-int
  7783  pkg syscall (darwin-amd64-cgo), const B200 = 200
  7784  pkg syscall (darwin-amd64-cgo), const B200 ideal-int
  7785  pkg syscall (darwin-amd64-cgo), const B230400 = 230400
  7786  pkg syscall (darwin-amd64-cgo), const B230400 ideal-int
  7787  pkg syscall (darwin-amd64-cgo), const B2400 = 2400
  7788  pkg syscall (darwin-amd64-cgo), const B2400 ideal-int
  7789  pkg syscall (darwin-amd64-cgo), const B28800 = 28800
  7790  pkg syscall (darwin-amd64-cgo), const B28800 ideal-int
  7791  pkg syscall (darwin-amd64-cgo), const B300 = 300
  7792  pkg syscall (darwin-amd64-cgo), const B300 ideal-int
  7793  pkg syscall (darwin-amd64-cgo), const B38400 = 38400
  7794  pkg syscall (darwin-amd64-cgo), const B38400 ideal-int
  7795  pkg syscall (darwin-amd64-cgo), const B4800 = 4800
  7796  pkg syscall (darwin-amd64-cgo), const B4800 ideal-int
  7797  pkg syscall (darwin-amd64-cgo), const B50 = 50
  7798  pkg syscall (darwin-amd64-cgo), const B50 ideal-int
  7799  pkg syscall (darwin-amd64-cgo), const B57600 = 57600
  7800  pkg syscall (darwin-amd64-cgo), const B57600 ideal-int
  7801  pkg syscall (darwin-amd64-cgo), const B600 = 600
  7802  pkg syscall (darwin-amd64-cgo), const B600 ideal-int
  7803  pkg syscall (darwin-amd64-cgo), const B7200 = 7200
  7804  pkg syscall (darwin-amd64-cgo), const B7200 ideal-int
  7805  pkg syscall (darwin-amd64-cgo), const B75 = 75
  7806  pkg syscall (darwin-amd64-cgo), const B75 ideal-int
  7807  pkg syscall (darwin-amd64-cgo), const B76800 = 76800
  7808  pkg syscall (darwin-amd64-cgo), const B76800 ideal-int
  7809  pkg syscall (darwin-amd64-cgo), const B9600 = 9600
  7810  pkg syscall (darwin-amd64-cgo), const B9600 ideal-int
  7811  pkg syscall (darwin-amd64-cgo), const BIOCFLUSH = 536887912
  7812  pkg syscall (darwin-amd64-cgo), const BIOCGBLEN = 1074020966
  7813  pkg syscall (darwin-amd64-cgo), const BIOCGDLT = 1074020970
  7814  pkg syscall (darwin-amd64-cgo), const BIOCGDLTLIST = 3222028921
  7815  pkg syscall (darwin-amd64-cgo), const BIOCGETIF = 1075855979
  7816  pkg syscall (darwin-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
  7817  pkg syscall (darwin-amd64-cgo), const BIOCGRSIG = 1074020978
  7818  pkg syscall (darwin-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
  7819  pkg syscall (darwin-amd64-cgo), const BIOCGSEESENT = 1074020982
  7820  pkg syscall (darwin-amd64-cgo), const BIOCGSTATS = 1074283119
  7821  pkg syscall (darwin-amd64-cgo), const BIOCIMMEDIATE = 2147762800
  7822  pkg syscall (darwin-amd64-cgo), const BIOCPROMISC = 536887913
  7823  pkg syscall (darwin-amd64-cgo), const BIOCSBLEN = 3221504614
  7824  pkg syscall (darwin-amd64-cgo), const BIOCSDLT = 2147762808
  7825  pkg syscall (darwin-amd64-cgo), const BIOCSETF = 2148549223
  7826  pkg syscall (darwin-amd64-cgo), const BIOCSETIF = 2149597804
  7827  pkg syscall (darwin-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
  7828  pkg syscall (darwin-amd64-cgo), const BIOCSRSIG = 2147762803
  7829  pkg syscall (darwin-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
  7830  pkg syscall (darwin-amd64-cgo), const BIOCSSEESENT = 2147762807
  7831  pkg syscall (darwin-amd64-cgo), const BIOCVERSION = 1074020977
  7832  pkg syscall (darwin-amd64-cgo), const BPF_A = 16
  7833  pkg syscall (darwin-amd64-cgo), const BPF_ABS = 32
  7834  pkg syscall (darwin-amd64-cgo), const BPF_ADD = 0
  7835  pkg syscall (darwin-amd64-cgo), const BPF_ALIGNMENT = 4
  7836  pkg syscall (darwin-amd64-cgo), const BPF_ALU = 4
  7837  pkg syscall (darwin-amd64-cgo), const BPF_AND = 80
  7838  pkg syscall (darwin-amd64-cgo), const BPF_B = 16
  7839  pkg syscall (darwin-amd64-cgo), const BPF_DIV = 48
  7840  pkg syscall (darwin-amd64-cgo), const BPF_H = 8
  7841  pkg syscall (darwin-amd64-cgo), const BPF_IMM = 0
  7842  pkg syscall (darwin-amd64-cgo), const BPF_IND = 64
  7843  pkg syscall (darwin-amd64-cgo), const BPF_JA = 0
  7844  pkg syscall (darwin-amd64-cgo), const BPF_JEQ = 16
  7845  pkg syscall (darwin-amd64-cgo), const BPF_JGE = 48
  7846  pkg syscall (darwin-amd64-cgo), const BPF_JGT = 32
  7847  pkg syscall (darwin-amd64-cgo), const BPF_JMP = 5
  7848  pkg syscall (darwin-amd64-cgo), const BPF_JSET = 64
  7849  pkg syscall (darwin-amd64-cgo), const BPF_K = 0
  7850  pkg syscall (darwin-amd64-cgo), const BPF_LD = 0
  7851  pkg syscall (darwin-amd64-cgo), const BPF_LDX = 1
  7852  pkg syscall (darwin-amd64-cgo), const BPF_LEN = 128
  7853  pkg syscall (darwin-amd64-cgo), const BPF_LSH = 96
  7854  pkg syscall (darwin-amd64-cgo), const BPF_MAJOR_VERSION = 1
  7855  pkg syscall (darwin-amd64-cgo), const BPF_MAXBUFSIZE = 524288
  7856  pkg syscall (darwin-amd64-cgo), const BPF_MAXINSNS = 512
  7857  pkg syscall (darwin-amd64-cgo), const BPF_MEM = 96
  7858  pkg syscall (darwin-amd64-cgo), const BPF_MEMWORDS = 16
  7859  pkg syscall (darwin-amd64-cgo), const BPF_MINBUFSIZE = 32
  7860  pkg syscall (darwin-amd64-cgo), const BPF_MINOR_VERSION = 1
  7861  pkg syscall (darwin-amd64-cgo), const BPF_MISC = 7
  7862  pkg syscall (darwin-amd64-cgo), const BPF_MSH = 160
  7863  pkg syscall (darwin-amd64-cgo), const BPF_MUL = 32
  7864  pkg syscall (darwin-amd64-cgo), const BPF_NEG = 128
  7865  pkg syscall (darwin-amd64-cgo), const BPF_OR = 64
  7866  pkg syscall (darwin-amd64-cgo), const BPF_RELEASE = 199606
  7867  pkg syscall (darwin-amd64-cgo), const BPF_RET = 6
  7868  pkg syscall (darwin-amd64-cgo), const BPF_RSH = 112
  7869  pkg syscall (darwin-amd64-cgo), const BPF_ST = 2
  7870  pkg syscall (darwin-amd64-cgo), const BPF_STX = 3
  7871  pkg syscall (darwin-amd64-cgo), const BPF_SUB = 16
  7872  pkg syscall (darwin-amd64-cgo), const BPF_TAX = 0
  7873  pkg syscall (darwin-amd64-cgo), const BPF_TXA = 128
  7874  pkg syscall (darwin-amd64-cgo), const BPF_W = 0
  7875  pkg syscall (darwin-amd64-cgo), const BPF_X = 8
  7876  pkg syscall (darwin-amd64-cgo), const BRKINT = 2
  7877  pkg syscall (darwin-amd64-cgo), const BRKINT ideal-int
  7878  pkg syscall (darwin-amd64-cgo), const CFLUSH = 15
  7879  pkg syscall (darwin-amd64-cgo), const CFLUSH ideal-int
  7880  pkg syscall (darwin-amd64-cgo), const CLOCAL = 32768
  7881  pkg syscall (darwin-amd64-cgo), const CLOCAL ideal-int
  7882  pkg syscall (darwin-amd64-cgo), const CREAD = 2048
  7883  pkg syscall (darwin-amd64-cgo), const CREAD ideal-int
  7884  pkg syscall (darwin-amd64-cgo), const CS5 = 0
  7885  pkg syscall (darwin-amd64-cgo), const CS5 ideal-int
  7886  pkg syscall (darwin-amd64-cgo), const CS6 = 256
  7887  pkg syscall (darwin-amd64-cgo), const CS6 ideal-int
  7888  pkg syscall (darwin-amd64-cgo), const CS7 = 512
  7889  pkg syscall (darwin-amd64-cgo), const CS7 ideal-int
  7890  pkg syscall (darwin-amd64-cgo), const CS8 = 768
  7891  pkg syscall (darwin-amd64-cgo), const CS8 ideal-int
  7892  pkg syscall (darwin-amd64-cgo), const CSIZE = 768
  7893  pkg syscall (darwin-amd64-cgo), const CSIZE ideal-int
  7894  pkg syscall (darwin-amd64-cgo), const CSTART = 17
  7895  pkg syscall (darwin-amd64-cgo), const CSTART ideal-int
  7896  pkg syscall (darwin-amd64-cgo), const CSTATUS = 20
  7897  pkg syscall (darwin-amd64-cgo), const CSTATUS ideal-int
  7898  pkg syscall (darwin-amd64-cgo), const CSTOP = 19
  7899  pkg syscall (darwin-amd64-cgo), const CSTOP ideal-int
  7900  pkg syscall (darwin-amd64-cgo), const CSTOPB = 1024
  7901  pkg syscall (darwin-amd64-cgo), const CSTOPB ideal-int
  7902  pkg syscall (darwin-amd64-cgo), const CSUSP = 26
  7903  pkg syscall (darwin-amd64-cgo), const CSUSP ideal-int
  7904  pkg syscall (darwin-amd64-cgo), const CTL_MAXNAME = 12
  7905  pkg syscall (darwin-amd64-cgo), const CTL_NET = 4
  7906  pkg syscall (darwin-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  7907  pkg syscall (darwin-amd64-cgo), const DLT_ARCNET = 7
  7908  pkg syscall (darwin-amd64-cgo), const DLT_ATM_CLIP = 19
  7909  pkg syscall (darwin-amd64-cgo), const DLT_ATM_RFC1483 = 11
  7910  pkg syscall (darwin-amd64-cgo), const DLT_AX25 = 3
  7911  pkg syscall (darwin-amd64-cgo), const DLT_CHAOS = 5
  7912  pkg syscall (darwin-amd64-cgo), const DLT_CHDLC = 104
  7913  pkg syscall (darwin-amd64-cgo), const DLT_C_HDLC = 104
  7914  pkg syscall (darwin-amd64-cgo), const DLT_EN10MB = 1
  7915  pkg syscall (darwin-amd64-cgo), const DLT_EN3MB = 2
  7916  pkg syscall (darwin-amd64-cgo), const DLT_FDDI = 10
  7917  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802 = 6
  7918  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11 = 105
  7919  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
  7920  pkg syscall (darwin-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
  7921  pkg syscall (darwin-amd64-cgo), const DLT_LINUX_SLL = 113
  7922  pkg syscall (darwin-amd64-cgo), const DLT_LOOP = 108
  7923  pkg syscall (darwin-amd64-cgo), const DLT_NULL = 0
  7924  pkg syscall (darwin-amd64-cgo), const DLT_PFLOG = 117
  7925  pkg syscall (darwin-amd64-cgo), const DLT_PFSYNC = 18
  7926  pkg syscall (darwin-amd64-cgo), const DLT_PPP = 9
  7927  pkg syscall (darwin-amd64-cgo), const DLT_PPP_BSDOS = 16
  7928  pkg syscall (darwin-amd64-cgo), const DLT_PPP_SERIAL = 50
  7929  pkg syscall (darwin-amd64-cgo), const DLT_PRONET = 4
  7930  pkg syscall (darwin-amd64-cgo), const DLT_RAW = 12
  7931  pkg syscall (darwin-amd64-cgo), const DLT_SLIP = 8
  7932  pkg syscall (darwin-amd64-cgo), const DLT_SLIP_BSDOS = 15
  7933  pkg syscall (darwin-amd64-cgo), const DT_BLK = 6
  7934  pkg syscall (darwin-amd64-cgo), const DT_CHR = 2
  7935  pkg syscall (darwin-amd64-cgo), const DT_DIR = 4
  7936  pkg syscall (darwin-amd64-cgo), const DT_FIFO = 1
  7937  pkg syscall (darwin-amd64-cgo), const DT_LNK = 10
  7938  pkg syscall (darwin-amd64-cgo), const DT_REG = 8
  7939  pkg syscall (darwin-amd64-cgo), const DT_SOCK = 12
  7940  pkg syscall (darwin-amd64-cgo), const DT_UNKNOWN = 0
  7941  pkg syscall (darwin-amd64-cgo), const DT_WHT = 14
  7942  pkg syscall (darwin-amd64-cgo), const E2BIG = 7
  7943  pkg syscall (darwin-amd64-cgo), const EACCES = 13
  7944  pkg syscall (darwin-amd64-cgo), const EADDRINUSE = 48
  7945  pkg syscall (darwin-amd64-cgo), const EADDRNOTAVAIL = 49
  7946  pkg syscall (darwin-amd64-cgo), const EAFNOSUPPORT = 47
  7947  pkg syscall (darwin-amd64-cgo), const EAGAIN = 35
  7948  pkg syscall (darwin-amd64-cgo), const EALREADY = 37
  7949  pkg syscall (darwin-amd64-cgo), const EAUTH = 80
  7950  pkg syscall (darwin-amd64-cgo), const EBADARCH = 86
  7951  pkg syscall (darwin-amd64-cgo), const EBADEXEC = 85
  7952  pkg syscall (darwin-amd64-cgo), const EBADF = 9
  7953  pkg syscall (darwin-amd64-cgo), const EBADMACHO = 88
  7954  pkg syscall (darwin-amd64-cgo), const EBADMSG = 94
  7955  pkg syscall (darwin-amd64-cgo), const EBADRPC = 72
  7956  pkg syscall (darwin-amd64-cgo), const EBUSY = 16
  7957  pkg syscall (darwin-amd64-cgo), const ECANCELED = 89
  7958  pkg syscall (darwin-amd64-cgo), const ECHILD = 10
  7959  pkg syscall (darwin-amd64-cgo), const ECHO = 8
  7960  pkg syscall (darwin-amd64-cgo), const ECHOCTL = 64
  7961  pkg syscall (darwin-amd64-cgo), const ECHOE = 2
  7962  pkg syscall (darwin-amd64-cgo), const ECHOK = 4
  7963  pkg syscall (darwin-amd64-cgo), const ECHOKE = 1
  7964  pkg syscall (darwin-amd64-cgo), const ECHONL = 16
  7965  pkg syscall (darwin-amd64-cgo), const ECHOPRT = 32
  7966  pkg syscall (darwin-amd64-cgo), const ECONNABORTED = 53
  7967  pkg syscall (darwin-amd64-cgo), const ECONNREFUSED = 61
  7968  pkg syscall (darwin-amd64-cgo), const ECONNRESET = 54
  7969  pkg syscall (darwin-amd64-cgo), const EDEADLK = 11
  7970  pkg syscall (darwin-amd64-cgo), const EDESTADDRREQ = 39
  7971  pkg syscall (darwin-amd64-cgo), const EDEVERR = 83
  7972  pkg syscall (darwin-amd64-cgo), const EDOM = 33
  7973  pkg syscall (darwin-amd64-cgo), const EDQUOT = 69
  7974  pkg syscall (darwin-amd64-cgo), const EEXIST = 17
  7975  pkg syscall (darwin-amd64-cgo), const EFAULT = 14
  7976  pkg syscall (darwin-amd64-cgo), const EFBIG = 27
  7977  pkg syscall (darwin-amd64-cgo), const EFTYPE = 79
  7978  pkg syscall (darwin-amd64-cgo), const EHOSTDOWN = 64
  7979  pkg syscall (darwin-amd64-cgo), const EHOSTUNREACH = 65
  7980  pkg syscall (darwin-amd64-cgo), const EIDRM = 90
  7981  pkg syscall (darwin-amd64-cgo), const EILSEQ = 92
  7982  pkg syscall (darwin-amd64-cgo), const EINPROGRESS = 36
  7983  pkg syscall (darwin-amd64-cgo), const EINTR = 4
  7984  pkg syscall (darwin-amd64-cgo), const EINVAL = 22
  7985  pkg syscall (darwin-amd64-cgo), const EIO = 5
  7986  pkg syscall (darwin-amd64-cgo), const EISCONN = 56
  7987  pkg syscall (darwin-amd64-cgo), const EISDIR = 21
  7988  pkg syscall (darwin-amd64-cgo), const ELAST = 105
  7989  pkg syscall (darwin-amd64-cgo), const ELOOP = 62
  7990  pkg syscall (darwin-amd64-cgo), const EMFILE = 24
  7991  pkg syscall (darwin-amd64-cgo), const EMLINK = 31
  7992  pkg syscall (darwin-amd64-cgo), const EMSGSIZE = 40
  7993  pkg syscall (darwin-amd64-cgo), const EMULTIHOP = 95
  7994  pkg syscall (darwin-amd64-cgo), const ENAMETOOLONG = 63
  7995  pkg syscall (darwin-amd64-cgo), const ENEEDAUTH = 81
  7996  pkg syscall (darwin-amd64-cgo), const ENETDOWN = 50
  7997  pkg syscall (darwin-amd64-cgo), const ENETRESET = 52
  7998  pkg syscall (darwin-amd64-cgo), const ENETUNREACH = 51
  7999  pkg syscall (darwin-amd64-cgo), const ENFILE = 23
  8000  pkg syscall (darwin-amd64-cgo), const ENOATTR = 93
  8001  pkg syscall (darwin-amd64-cgo), const ENOBUFS = 55
  8002  pkg syscall (darwin-amd64-cgo), const ENODATA = 96
  8003  pkg syscall (darwin-amd64-cgo), const ENODEV = 19
  8004  pkg syscall (darwin-amd64-cgo), const ENOEXEC = 8
  8005  pkg syscall (darwin-amd64-cgo), const ENOLCK = 77
  8006  pkg syscall (darwin-amd64-cgo), const ENOLINK = 97
  8007  pkg syscall (darwin-amd64-cgo), const ENOMEM = 12
  8008  pkg syscall (darwin-amd64-cgo), const ENOMSG = 91
  8009  pkg syscall (darwin-amd64-cgo), const ENOPOLICY = 103
  8010  pkg syscall (darwin-amd64-cgo), const ENOPROTOOPT = 42
  8011  pkg syscall (darwin-amd64-cgo), const ENOSPC = 28
  8012  pkg syscall (darwin-amd64-cgo), const ENOSR = 98
  8013  pkg syscall (darwin-amd64-cgo), const ENOSTR = 99
  8014  pkg syscall (darwin-amd64-cgo), const ENOSYS = 78
  8015  pkg syscall (darwin-amd64-cgo), const ENOTBLK = 15
  8016  pkg syscall (darwin-amd64-cgo), const ENOTCONN = 57
  8017  pkg syscall (darwin-amd64-cgo), const ENOTDIR = 20
  8018  pkg syscall (darwin-amd64-cgo), const ENOTEMPTY = 66
  8019  pkg syscall (darwin-amd64-cgo), const ENOTRECOVERABLE = 104
  8020  pkg syscall (darwin-amd64-cgo), const ENOTSOCK = 38
  8021  pkg syscall (darwin-amd64-cgo), const ENOTSUP = 45
  8022  pkg syscall (darwin-amd64-cgo), const ENOTTY = 25
  8023  pkg syscall (darwin-amd64-cgo), const ENXIO = 6
  8024  pkg syscall (darwin-amd64-cgo), const EOPNOTSUPP = 102
  8025  pkg syscall (darwin-amd64-cgo), const EOVERFLOW = 84
  8026  pkg syscall (darwin-amd64-cgo), const EOWNERDEAD = 105
  8027  pkg syscall (darwin-amd64-cgo), const EPERM = 1
  8028  pkg syscall (darwin-amd64-cgo), const EPFNOSUPPORT = 46
  8029  pkg syscall (darwin-amd64-cgo), const EPIPE = 32
  8030  pkg syscall (darwin-amd64-cgo), const EPROCLIM = 67
  8031  pkg syscall (darwin-amd64-cgo), const EPROCUNAVAIL = 76
  8032  pkg syscall (darwin-amd64-cgo), const EPROGMISMATCH = 75
  8033  pkg syscall (darwin-amd64-cgo), const EPROGUNAVAIL = 74
  8034  pkg syscall (darwin-amd64-cgo), const EPROTO = 100
  8035  pkg syscall (darwin-amd64-cgo), const EPROTONOSUPPORT = 43
  8036  pkg syscall (darwin-amd64-cgo), const EPROTOTYPE = 41
  8037  pkg syscall (darwin-amd64-cgo), const EPWROFF = 82
  8038  pkg syscall (darwin-amd64-cgo), const ERANGE = 34
  8039  pkg syscall (darwin-amd64-cgo), const EREMOTE = 71
  8040  pkg syscall (darwin-amd64-cgo), const EROFS = 30
  8041  pkg syscall (darwin-amd64-cgo), const ERPCMISMATCH = 73
  8042  pkg syscall (darwin-amd64-cgo), const ESHLIBVERS = 87
  8043  pkg syscall (darwin-amd64-cgo), const ESHUTDOWN = 58
  8044  pkg syscall (darwin-amd64-cgo), const ESOCKTNOSUPPORT = 44
  8045  pkg syscall (darwin-amd64-cgo), const ESPIPE = 29
  8046  pkg syscall (darwin-amd64-cgo), const ESRCH = 3
  8047  pkg syscall (darwin-amd64-cgo), const ESTALE = 70
  8048  pkg syscall (darwin-amd64-cgo), const ETIME = 101
  8049  pkg syscall (darwin-amd64-cgo), const ETIMEDOUT = 60
  8050  pkg syscall (darwin-amd64-cgo), const ETOOMANYREFS = 59
  8051  pkg syscall (darwin-amd64-cgo), const ETXTBSY = 26
  8052  pkg syscall (darwin-amd64-cgo), const EUSERS = 68
  8053  pkg syscall (darwin-amd64-cgo), const EVFILT_AIO = -3
  8054  pkg syscall (darwin-amd64-cgo), const EVFILT_FS = -9
  8055  pkg syscall (darwin-amd64-cgo), const EVFILT_MACHPORT = -8
  8056  pkg syscall (darwin-amd64-cgo), const EVFILT_PROC = -5
  8057  pkg syscall (darwin-amd64-cgo), const EVFILT_READ = -1
  8058  pkg syscall (darwin-amd64-cgo), const EVFILT_SIGNAL = -6
  8059  pkg syscall (darwin-amd64-cgo), const EVFILT_SYSCOUNT = 12
  8060  pkg syscall (darwin-amd64-cgo), const EVFILT_THREADMARKER = 12
  8061  pkg syscall (darwin-amd64-cgo), const EVFILT_TIMER = -7
  8062  pkg syscall (darwin-amd64-cgo), const EVFILT_USER = -10
  8063  pkg syscall (darwin-amd64-cgo), const EVFILT_VM = -12
  8064  pkg syscall (darwin-amd64-cgo), const EVFILT_VNODE = -4
  8065  pkg syscall (darwin-amd64-cgo), const EVFILT_WRITE = -2
  8066  pkg syscall (darwin-amd64-cgo), const EV_ADD = 1
  8067  pkg syscall (darwin-amd64-cgo), const EV_CLEAR = 32
  8068  pkg syscall (darwin-amd64-cgo), const EV_DELETE = 2
  8069  pkg syscall (darwin-amd64-cgo), const EV_DISABLE = 8
  8070  pkg syscall (darwin-amd64-cgo), const EV_DISPATCH = 128
  8071  pkg syscall (darwin-amd64-cgo), const EV_ENABLE = 4
  8072  pkg syscall (darwin-amd64-cgo), const EV_EOF = 32768
  8073  pkg syscall (darwin-amd64-cgo), const EV_ERROR = 16384
  8074  pkg syscall (darwin-amd64-cgo), const EV_FLAG0 = 4096
  8075  pkg syscall (darwin-amd64-cgo), const EV_FLAG1 = 8192
  8076  pkg syscall (darwin-amd64-cgo), const EV_ONESHOT = 16
  8077  pkg syscall (darwin-amd64-cgo), const EV_OOBAND = 8192
  8078  pkg syscall (darwin-amd64-cgo), const EV_POLL = 4096
  8079  pkg syscall (darwin-amd64-cgo), const EV_RECEIPT = 64
  8080  pkg syscall (darwin-amd64-cgo), const EV_SYSFLAGS = 61440
  8081  pkg syscall (darwin-amd64-cgo), const EWOULDBLOCK = 35
  8082  pkg syscall (darwin-amd64-cgo), const EXDEV = 18
  8083  pkg syscall (darwin-amd64-cgo), const EXTA = 19200
  8084  pkg syscall (darwin-amd64-cgo), const EXTB = 38400
  8085  pkg syscall (darwin-amd64-cgo), const EXTPROC = 2048
  8086  pkg syscall (darwin-amd64-cgo), const FD_CLOEXEC = 1
  8087  pkg syscall (darwin-amd64-cgo), const FD_SETSIZE = 1024
  8088  pkg syscall (darwin-amd64-cgo), const FLUSHO = 8388608
  8089  pkg syscall (darwin-amd64-cgo), const FLUSHO ideal-int
  8090  pkg syscall (darwin-amd64-cgo), const F_ADDFILESIGS = 61
  8091  pkg syscall (darwin-amd64-cgo), const F_ADDSIGS = 59
  8092  pkg syscall (darwin-amd64-cgo), const F_ALLOCATEALL = 4
  8093  pkg syscall (darwin-amd64-cgo), const F_ALLOCATECONTIG = 2
  8094  pkg syscall (darwin-amd64-cgo), const F_CHKCLEAN = 41
  8095  pkg syscall (darwin-amd64-cgo), const F_DUPFD = 0
  8096  pkg syscall (darwin-amd64-cgo), const F_DUPFD_CLOEXEC = 67
  8097  pkg syscall (darwin-amd64-cgo), const F_FLUSH_DATA = 40
  8098  pkg syscall (darwin-amd64-cgo), const F_FREEZE_FS = 53
  8099  pkg syscall (darwin-amd64-cgo), const F_FULLFSYNC = 51
  8100  pkg syscall (darwin-amd64-cgo), const F_GETFD = 1
  8101  pkg syscall (darwin-amd64-cgo), const F_GETFL = 3
  8102  pkg syscall (darwin-amd64-cgo), const F_GETLK = 7
  8103  pkg syscall (darwin-amd64-cgo), const F_GETLKPID = 66
  8104  pkg syscall (darwin-amd64-cgo), const F_GETNOSIGPIPE = 74
  8105  pkg syscall (darwin-amd64-cgo), const F_GETOWN = 5
  8106  pkg syscall (darwin-amd64-cgo), const F_GETPATH = 50
  8107  pkg syscall (darwin-amd64-cgo), const F_GETPATH_MTMINFO = 71
  8108  pkg syscall (darwin-amd64-cgo), const F_GETPROTECTIONCLASS = 63
  8109  pkg syscall (darwin-amd64-cgo), const F_GLOBAL_NOCACHE = 55
  8110  pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS = 49
  8111  pkg syscall (darwin-amd64-cgo), const F_LOG2PHYS_EXT = 65
  8112  pkg syscall (darwin-amd64-cgo), const F_MARKDEPENDENCY = 60
  8113  pkg syscall (darwin-amd64-cgo), const F_NOCACHE = 48
  8114  pkg syscall (darwin-amd64-cgo), const F_NODIRECT = 62
  8115  pkg syscall (darwin-amd64-cgo), const F_OK = 0
  8116  pkg syscall (darwin-amd64-cgo), const F_PATHPKG_CHECK = 52
  8117  pkg syscall (darwin-amd64-cgo), const F_PEOFPOSMODE = 3
  8118  pkg syscall (darwin-amd64-cgo), const F_PREALLOCATE = 42
  8119  pkg syscall (darwin-amd64-cgo), const F_RDADVISE = 44
  8120  pkg syscall (darwin-amd64-cgo), const F_RDAHEAD = 45
  8121  pkg syscall (darwin-amd64-cgo), const F_RDLCK = 1
  8122  pkg syscall (darwin-amd64-cgo), const F_READBOOTSTRAP = 46
  8123  pkg syscall (darwin-amd64-cgo), const F_SETBACKINGSTORE = 70
  8124  pkg syscall (darwin-amd64-cgo), const F_SETFD = 2
  8125  pkg syscall (darwin-amd64-cgo), const F_SETFL = 4
  8126  pkg syscall (darwin-amd64-cgo), const F_SETLK = 8
  8127  pkg syscall (darwin-amd64-cgo), const F_SETLKW = 9
  8128  pkg syscall (darwin-amd64-cgo), const F_SETNOSIGPIPE = 73
  8129  pkg syscall (darwin-amd64-cgo), const F_SETOWN = 6
  8130  pkg syscall (darwin-amd64-cgo), const F_SETPROTECTIONCLASS = 64
  8131  pkg syscall (darwin-amd64-cgo), const F_SETSIZE = 43
  8132  pkg syscall (darwin-amd64-cgo), const F_THAW_FS = 54
  8133  pkg syscall (darwin-amd64-cgo), const F_UNLCK = 2
  8134  pkg syscall (darwin-amd64-cgo), const F_VOLPOSMODE = 4
  8135  pkg syscall (darwin-amd64-cgo), const F_WRITEBOOTSTRAP = 47
  8136  pkg syscall (darwin-amd64-cgo), const F_WRLCK = 3
  8137  pkg syscall (darwin-amd64-cgo), const HUPCL = 16384
  8138  pkg syscall (darwin-amd64-cgo), const HUPCL ideal-int
  8139  pkg syscall (darwin-amd64-cgo), const ICANON = 256
  8140  pkg syscall (darwin-amd64-cgo), const ICANON ideal-int
  8141  pkg syscall (darwin-amd64-cgo), const ICRNL = 256
  8142  pkg syscall (darwin-amd64-cgo), const ICRNL ideal-int
  8143  pkg syscall (darwin-amd64-cgo), const IEXTEN = 1024
  8144  pkg syscall (darwin-amd64-cgo), const IEXTEN ideal-int
  8145  pkg syscall (darwin-amd64-cgo), const IFF_ALLMULTI = 512
  8146  pkg syscall (darwin-amd64-cgo), const IFF_ALTPHYS = 16384
  8147  pkg syscall (darwin-amd64-cgo), const IFF_DEBUG = 4
  8148  pkg syscall (darwin-amd64-cgo), const IFF_LINK0 = 4096
  8149  pkg syscall (darwin-amd64-cgo), const IFF_LINK1 = 8192
  8150  pkg syscall (darwin-amd64-cgo), const IFF_LINK2 = 16384
  8151  pkg syscall (darwin-amd64-cgo), const IFF_LOOPBACK = 8
  8152  pkg syscall (darwin-amd64-cgo), const IFF_MULTICAST = 32768
  8153  pkg syscall (darwin-amd64-cgo), const IFF_NOARP = 128
  8154  pkg syscall (darwin-amd64-cgo), const IFF_NOTRAILERS = 32
  8155  pkg syscall (darwin-amd64-cgo), const IFF_OACTIVE = 1024
  8156  pkg syscall (darwin-amd64-cgo), const IFF_POINTOPOINT = 16
  8157  pkg syscall (darwin-amd64-cgo), const IFF_PROMISC = 256
  8158  pkg syscall (darwin-amd64-cgo), const IFF_RUNNING = 64
  8159  pkg syscall (darwin-amd64-cgo), const IFF_SIMPLEX = 2048
  8160  pkg syscall (darwin-amd64-cgo), const IFNAMSIZ = 16
  8161  pkg syscall (darwin-amd64-cgo), const IFT_1822 = 2
  8162  pkg syscall (darwin-amd64-cgo), const IFT_AAL5 = 49
  8163  pkg syscall (darwin-amd64-cgo), const IFT_ARCNET = 35
  8164  pkg syscall (darwin-amd64-cgo), const IFT_ARCNETPLUS = 36
  8165  pkg syscall (darwin-amd64-cgo), const IFT_ATM = 37
  8166  pkg syscall (darwin-amd64-cgo), const IFT_BRIDGE = 209
  8167  pkg syscall (darwin-amd64-cgo), const IFT_CARP = 248
  8168  pkg syscall (darwin-amd64-cgo), const IFT_CELLULAR = 255
  8169  pkg syscall (darwin-amd64-cgo), const IFT_CEPT = 19
  8170  pkg syscall (darwin-amd64-cgo), const IFT_DS3 = 30
  8171  pkg syscall (darwin-amd64-cgo), const IFT_ENC = 244
  8172  pkg syscall (darwin-amd64-cgo), const IFT_EON = 25
  8173  pkg syscall (darwin-amd64-cgo), const IFT_ETHER = 6
  8174  pkg syscall (darwin-amd64-cgo), const IFT_FAITH = 56
  8175  pkg syscall (darwin-amd64-cgo), const IFT_FDDI = 15
  8176  pkg syscall (darwin-amd64-cgo), const IFT_FRELAY = 32
  8177  pkg syscall (darwin-amd64-cgo), const IFT_FRELAYDCE = 44
  8178  pkg syscall (darwin-amd64-cgo), const IFT_GIF = 55
  8179  pkg syscall (darwin-amd64-cgo), const IFT_HDH1822 = 3
  8180  pkg syscall (darwin-amd64-cgo), const IFT_HIPPI = 47
  8181  pkg syscall (darwin-amd64-cgo), const IFT_HSSI = 46
  8182  pkg syscall (darwin-amd64-cgo), const IFT_HY = 14
  8183  pkg syscall (darwin-amd64-cgo), const IFT_IEEE1394 = 144
  8184  pkg syscall (darwin-amd64-cgo), const IFT_IEEE8023ADLAG = 136
  8185  pkg syscall (darwin-amd64-cgo), const IFT_ISDNBASIC = 20
  8186  pkg syscall (darwin-amd64-cgo), const IFT_ISDNPRIMARY = 21
  8187  pkg syscall (darwin-amd64-cgo), const IFT_ISO88022LLC = 41
  8188  pkg syscall (darwin-amd64-cgo), const IFT_ISO88023 = 7
  8189  pkg syscall (darwin-amd64-cgo), const IFT_ISO88024 = 8
  8190  pkg syscall (darwin-amd64-cgo), const IFT_ISO88025 = 9
  8191  pkg syscall (darwin-amd64-cgo), const IFT_ISO88026 = 10
  8192  pkg syscall (darwin-amd64-cgo), const IFT_L2VLAN = 135
  8193  pkg syscall (darwin-amd64-cgo), const IFT_LAPB = 16
  8194  pkg syscall (darwin-amd64-cgo), const IFT_LOCALTALK = 42
  8195  pkg syscall (darwin-amd64-cgo), const IFT_LOOP = 24
  8196  pkg syscall (darwin-amd64-cgo), const IFT_MIOX25 = 38
  8197  pkg syscall (darwin-amd64-cgo), const IFT_MODEM = 48
  8198  pkg syscall (darwin-amd64-cgo), const IFT_NSIP = 27
  8199  pkg syscall (darwin-amd64-cgo), const IFT_OTHER = 1
  8200  pkg syscall (darwin-amd64-cgo), const IFT_P10 = 12
  8201  pkg syscall (darwin-amd64-cgo), const IFT_P80 = 13
  8202  pkg syscall (darwin-amd64-cgo), const IFT_PARA = 34
  8203  pkg syscall (darwin-amd64-cgo), const IFT_PDP = 255
  8204  pkg syscall (darwin-amd64-cgo), const IFT_PFLOG = 245
  8205  pkg syscall (darwin-amd64-cgo), const IFT_PFSYNC = 246
  8206  pkg syscall (darwin-amd64-cgo), const IFT_PPP = 23
  8207  pkg syscall (darwin-amd64-cgo), const IFT_PROPMUX = 54
  8208  pkg syscall (darwin-amd64-cgo), const IFT_PROPVIRTUAL = 53
  8209  pkg syscall (darwin-amd64-cgo), const IFT_PTPSERIAL = 22
  8210  pkg syscall (darwin-amd64-cgo), const IFT_RS232 = 33
  8211  pkg syscall (darwin-amd64-cgo), const IFT_SDLC = 17
  8212  pkg syscall (darwin-amd64-cgo), const IFT_SIP = 31
  8213  pkg syscall (darwin-amd64-cgo), const IFT_SLIP = 28
  8214  pkg syscall (darwin-amd64-cgo), const IFT_SMDSDXI = 43
  8215  pkg syscall (darwin-amd64-cgo), const IFT_SMDSICIP = 52
  8216  pkg syscall (darwin-amd64-cgo), const IFT_SONET = 39
  8217  pkg syscall (darwin-amd64-cgo), const IFT_SONETPATH = 50
  8218  pkg syscall (darwin-amd64-cgo), const IFT_SONETVT = 51
  8219  pkg syscall (darwin-amd64-cgo), const IFT_STARLAN = 11
  8220  pkg syscall (darwin-amd64-cgo), const IFT_STF = 57
  8221  pkg syscall (darwin-amd64-cgo), const IFT_T1 = 18
  8222  pkg syscall (darwin-amd64-cgo), const IFT_ULTRA = 29
  8223  pkg syscall (darwin-amd64-cgo), const IFT_V35 = 45
  8224  pkg syscall (darwin-amd64-cgo), const IFT_X25 = 5
  8225  pkg syscall (darwin-amd64-cgo), const IFT_X25DDN = 4
  8226  pkg syscall (darwin-amd64-cgo), const IFT_X25PLE = 40
  8227  pkg syscall (darwin-amd64-cgo), const IFT_XETHER = 26
  8228  pkg syscall (darwin-amd64-cgo), const IGNBRK = 1
  8229  pkg syscall (darwin-amd64-cgo), const IGNBRK ideal-int
  8230  pkg syscall (darwin-amd64-cgo), const IGNCR = 128
  8231  pkg syscall (darwin-amd64-cgo), const IGNCR ideal-int
  8232  pkg syscall (darwin-amd64-cgo), const IGNPAR = 4
  8233  pkg syscall (darwin-amd64-cgo), const IGNPAR ideal-int
  8234  pkg syscall (darwin-amd64-cgo), const IMAXBEL = 8192
  8235  pkg syscall (darwin-amd64-cgo), const IMAXBEL ideal-int
  8236  pkg syscall (darwin-amd64-cgo), const INLCR = 64
  8237  pkg syscall (darwin-amd64-cgo), const INLCR ideal-int
  8238  pkg syscall (darwin-amd64-cgo), const INPCK = 16
  8239  pkg syscall (darwin-amd64-cgo), const INPCK ideal-int
  8240  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_HOST = 16777215
  8241  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_MAX = 128
  8242  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NET = 4278190080
  8243  pkg syscall (darwin-amd64-cgo), const IN_CLASSA_NSHIFT = 24
  8244  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_HOST = 65535
  8245  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_MAX = 65536
  8246  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NET = 4294901760
  8247  pkg syscall (darwin-amd64-cgo), const IN_CLASSB_NSHIFT = 16
  8248  pkg syscall (darwin-amd64-cgo), const IN_CLASSC_HOST = 255
  8249  pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NET = 4294967040
  8250  pkg syscall (darwin-amd64-cgo), const IN_CLASSC_NSHIFT = 8
  8251  pkg syscall (darwin-amd64-cgo), const IN_CLASSD_HOST = 268435455
  8252  pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NET = 4026531840
  8253  pkg syscall (darwin-amd64-cgo), const IN_CLASSD_NSHIFT = 28
  8254  pkg syscall (darwin-amd64-cgo), const IN_LINKLOCALNETNUM = 2851995648
  8255  pkg syscall (darwin-amd64-cgo), const IN_LOOPBACKNET = 127
  8256  pkg syscall (darwin-amd64-cgo), const IPPROTO_3PC = 34
  8257  pkg syscall (darwin-amd64-cgo), const IPPROTO_ADFS = 68
  8258  pkg syscall (darwin-amd64-cgo), const IPPROTO_AH = 51
  8259  pkg syscall (darwin-amd64-cgo), const IPPROTO_AHIP = 61
  8260  pkg syscall (darwin-amd64-cgo), const IPPROTO_APES = 99
  8261  pkg syscall (darwin-amd64-cgo), const IPPROTO_ARGUS = 13
  8262  pkg syscall (darwin-amd64-cgo), const IPPROTO_AX25 = 93
  8263  pkg syscall (darwin-amd64-cgo), const IPPROTO_BHA = 49
  8264  pkg syscall (darwin-amd64-cgo), const IPPROTO_BLT = 30
  8265  pkg syscall (darwin-amd64-cgo), const IPPROTO_BRSATMON = 76
  8266  pkg syscall (darwin-amd64-cgo), const IPPROTO_CFTP = 62
  8267  pkg syscall (darwin-amd64-cgo), const IPPROTO_CHAOS = 16
  8268  pkg syscall (darwin-amd64-cgo), const IPPROTO_CMTP = 38
  8269  pkg syscall (darwin-amd64-cgo), const IPPROTO_CPHB = 73
  8270  pkg syscall (darwin-amd64-cgo), const IPPROTO_CPNX = 72
  8271  pkg syscall (darwin-amd64-cgo), const IPPROTO_DDP = 37
  8272  pkg syscall (darwin-amd64-cgo), const IPPROTO_DGP = 86
  8273  pkg syscall (darwin-amd64-cgo), const IPPROTO_DIVERT = 254
  8274  pkg syscall (darwin-amd64-cgo), const IPPROTO_DONE = 257
  8275  pkg syscall (darwin-amd64-cgo), const IPPROTO_DSTOPTS = 60
  8276  pkg syscall (darwin-amd64-cgo), const IPPROTO_EGP = 8
  8277  pkg syscall (darwin-amd64-cgo), const IPPROTO_EMCON = 14
  8278  pkg syscall (darwin-amd64-cgo), const IPPROTO_ENCAP = 98
  8279  pkg syscall (darwin-amd64-cgo), const IPPROTO_EON = 80
  8280  pkg syscall (darwin-amd64-cgo), const IPPROTO_ESP = 50
  8281  pkg syscall (darwin-amd64-cgo), const IPPROTO_ETHERIP = 97
  8282  pkg syscall (darwin-amd64-cgo), const IPPROTO_FRAGMENT = 44
  8283  pkg syscall (darwin-amd64-cgo), const IPPROTO_GGP = 3
  8284  pkg syscall (darwin-amd64-cgo), const IPPROTO_GMTP = 100
  8285  pkg syscall (darwin-amd64-cgo), const IPPROTO_GRE = 47
  8286  pkg syscall (darwin-amd64-cgo), const IPPROTO_HELLO = 63
  8287  pkg syscall (darwin-amd64-cgo), const IPPROTO_HMP = 20
  8288  pkg syscall (darwin-amd64-cgo), const IPPROTO_HOPOPTS = 0
  8289  pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMP = 1
  8290  pkg syscall (darwin-amd64-cgo), const IPPROTO_ICMPV6 = 58
  8291  pkg syscall (darwin-amd64-cgo), const IPPROTO_IDP = 22
  8292  pkg syscall (darwin-amd64-cgo), const IPPROTO_IDPR = 35
  8293  pkg syscall (darwin-amd64-cgo), const IPPROTO_IDRP = 45
  8294  pkg syscall (darwin-amd64-cgo), const IPPROTO_IGMP = 2
  8295  pkg syscall (darwin-amd64-cgo), const IPPROTO_IGP = 85
  8296  pkg syscall (darwin-amd64-cgo), const IPPROTO_IGRP = 88
  8297  pkg syscall (darwin-amd64-cgo), const IPPROTO_IL = 40
  8298  pkg syscall (darwin-amd64-cgo), const IPPROTO_INLSP = 52
  8299  pkg syscall (darwin-amd64-cgo), const IPPROTO_INP = 32
  8300  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCOMP = 108
  8301  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPCV = 71
  8302  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPEIP = 94
  8303  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPIP = 4
  8304  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPPC = 67
  8305  pkg syscall (darwin-amd64-cgo), const IPPROTO_IPV4 = 4
  8306  pkg syscall (darwin-amd64-cgo), const IPPROTO_IRTP = 28
  8307  pkg syscall (darwin-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
  8308  pkg syscall (darwin-amd64-cgo), const IPPROTO_LARP = 91
  8309  pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF1 = 25
  8310  pkg syscall (darwin-amd64-cgo), const IPPROTO_LEAF2 = 26
  8311  pkg syscall (darwin-amd64-cgo), const IPPROTO_MAX = 256
  8312  pkg syscall (darwin-amd64-cgo), const IPPROTO_MAXID = 52
  8313  pkg syscall (darwin-amd64-cgo), const IPPROTO_MEAS = 19
  8314  pkg syscall (darwin-amd64-cgo), const IPPROTO_MHRP = 48
  8315  pkg syscall (darwin-amd64-cgo), const IPPROTO_MICP = 95
  8316  pkg syscall (darwin-amd64-cgo), const IPPROTO_MTP = 92
  8317  pkg syscall (darwin-amd64-cgo), const IPPROTO_MUX = 18
  8318  pkg syscall (darwin-amd64-cgo), const IPPROTO_ND = 77
  8319  pkg syscall (darwin-amd64-cgo), const IPPROTO_NHRP = 54
  8320  pkg syscall (darwin-amd64-cgo), const IPPROTO_NONE = 59
  8321  pkg syscall (darwin-amd64-cgo), const IPPROTO_NSP = 31
  8322  pkg syscall (darwin-amd64-cgo), const IPPROTO_NVPII = 11
  8323  pkg syscall (darwin-amd64-cgo), const IPPROTO_OSPFIGP = 89
  8324  pkg syscall (darwin-amd64-cgo), const IPPROTO_PGM = 113
  8325  pkg syscall (darwin-amd64-cgo), const IPPROTO_PIGP = 9
  8326  pkg syscall (darwin-amd64-cgo), const IPPROTO_PIM = 103
  8327  pkg syscall (darwin-amd64-cgo), const IPPROTO_PRM = 21
  8328  pkg syscall (darwin-amd64-cgo), const IPPROTO_PUP = 12
  8329  pkg syscall (darwin-amd64-cgo), const IPPROTO_PVP = 75
  8330  pkg syscall (darwin-amd64-cgo), const IPPROTO_RAW = 255
  8331  pkg syscall (darwin-amd64-cgo), const IPPROTO_RCCMON = 10
  8332  pkg syscall (darwin-amd64-cgo), const IPPROTO_RDP = 27
  8333  pkg syscall (darwin-amd64-cgo), const IPPROTO_ROUTING = 43
  8334  pkg syscall (darwin-amd64-cgo), const IPPROTO_RSVP = 46
  8335  pkg syscall (darwin-amd64-cgo), const IPPROTO_RVD = 66
  8336  pkg syscall (darwin-amd64-cgo), const IPPROTO_SATEXPAK = 64
  8337  pkg syscall (darwin-amd64-cgo), const IPPROTO_SATMON = 69
  8338  pkg syscall (darwin-amd64-cgo), const IPPROTO_SCCSP = 96
  8339  pkg syscall (darwin-amd64-cgo), const IPPROTO_SCTP = 132
  8340  pkg syscall (darwin-amd64-cgo), const IPPROTO_SDRP = 42
  8341  pkg syscall (darwin-amd64-cgo), const IPPROTO_SEP = 33
  8342  pkg syscall (darwin-amd64-cgo), const IPPROTO_SRPC = 90
  8343  pkg syscall (darwin-amd64-cgo), const IPPROTO_ST = 7
  8344  pkg syscall (darwin-amd64-cgo), const IPPROTO_SVMTP = 82
  8345  pkg syscall (darwin-amd64-cgo), const IPPROTO_SWIPE = 53
  8346  pkg syscall (darwin-amd64-cgo), const IPPROTO_TCF = 87
  8347  pkg syscall (darwin-amd64-cgo), const IPPROTO_TP = 29
  8348  pkg syscall (darwin-amd64-cgo), const IPPROTO_TPXX = 39
  8349  pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK1 = 23
  8350  pkg syscall (darwin-amd64-cgo), const IPPROTO_TRUNK2 = 24
  8351  pkg syscall (darwin-amd64-cgo), const IPPROTO_TTP = 84
  8352  pkg syscall (darwin-amd64-cgo), const IPPROTO_VINES = 83
  8353  pkg syscall (darwin-amd64-cgo), const IPPROTO_VISA = 70
  8354  pkg syscall (darwin-amd64-cgo), const IPPROTO_VMTP = 81
  8355  pkg syscall (darwin-amd64-cgo), const IPPROTO_WBEXPAK = 79
  8356  pkg syscall (darwin-amd64-cgo), const IPPROTO_WBMON = 78
  8357  pkg syscall (darwin-amd64-cgo), const IPPROTO_WSN = 74
  8358  pkg syscall (darwin-amd64-cgo), const IPPROTO_XNET = 15
  8359  pkg syscall (darwin-amd64-cgo), const IPPROTO_XTP = 36
  8360  pkg syscall (darwin-amd64-cgo), const IPV6_2292DSTOPTS = 23
  8361  pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPLIMIT = 20
  8362  pkg syscall (darwin-amd64-cgo), const IPV6_2292HOPOPTS = 22
  8363  pkg syscall (darwin-amd64-cgo), const IPV6_2292NEXTHOP = 21
  8364  pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTINFO = 19
  8365  pkg syscall (darwin-amd64-cgo), const IPV6_2292PKTOPTIONS = 25
  8366  pkg syscall (darwin-amd64-cgo), const IPV6_2292RTHDR = 24
  8367  pkg syscall (darwin-amd64-cgo), const IPV6_BINDV6ONLY = 27
  8368  pkg syscall (darwin-amd64-cgo), const IPV6_BOUND_IF = 125
  8369  pkg syscall (darwin-amd64-cgo), const IPV6_CHECKSUM = 26
  8370  pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
  8371  pkg syscall (darwin-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
  8372  pkg syscall (darwin-amd64-cgo), const IPV6_DEFHLIM = 64
  8373  pkg syscall (darwin-amd64-cgo), const IPV6_FAITH = 29
  8374  pkg syscall (darwin-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
  8375  pkg syscall (darwin-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
  8376  pkg syscall (darwin-amd64-cgo), const IPV6_FRAGTTL = 120
  8377  pkg syscall (darwin-amd64-cgo), const IPV6_FW_ADD = 30
  8378  pkg syscall (darwin-amd64-cgo), const IPV6_FW_DEL = 31
  8379  pkg syscall (darwin-amd64-cgo), const IPV6_FW_FLUSH = 32
  8380  pkg syscall (darwin-amd64-cgo), const IPV6_FW_GET = 34
  8381  pkg syscall (darwin-amd64-cgo), const IPV6_FW_ZERO = 33
  8382  pkg syscall (darwin-amd64-cgo), const IPV6_HLIMDEC = 1
  8383  pkg syscall (darwin-amd64-cgo), const IPV6_IPSEC_POLICY = 28
  8384  pkg syscall (darwin-amd64-cgo), const IPV6_JOIN_GROUP = 12
  8385  pkg syscall (darwin-amd64-cgo), const IPV6_LEAVE_GROUP = 13
  8386  pkg syscall (darwin-amd64-cgo), const IPV6_MAXHLIM = 255
  8387  pkg syscall (darwin-amd64-cgo), const IPV6_MAXOPTHDR = 2048
  8388  pkg syscall (darwin-amd64-cgo), const IPV6_MAXPACKET = 65535
  8389  pkg syscall (darwin-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
  8390  pkg syscall (darwin-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
  8391  pkg syscall (darwin-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
  8392  pkg syscall (darwin-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
  8393  pkg syscall (darwin-amd64-cgo), const IPV6_MMTU = 1280
  8394  pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
  8395  pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_IF = 9
  8396  pkg syscall (darwin-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
  8397  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE = 14
  8398  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
  8399  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
  8400  pkg syscall (darwin-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
  8401  pkg syscall (darwin-amd64-cgo), const IPV6_RECVTCLASS = 35
  8402  pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
  8403  pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_STRICT = 1
  8404  pkg syscall (darwin-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
  8405  pkg syscall (darwin-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
  8406  pkg syscall (darwin-amd64-cgo), const IPV6_TCLASS = 36
  8407  pkg syscall (darwin-amd64-cgo), const IPV6_UNICAST_HOPS = 4
  8408  pkg syscall (darwin-amd64-cgo), const IPV6_V6ONLY = 27
  8409  pkg syscall (darwin-amd64-cgo), const IPV6_VERSION = 96
  8410  pkg syscall (darwin-amd64-cgo), const IPV6_VERSION_MASK = 240
  8411  pkg syscall (darwin-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
  8412  pkg syscall (darwin-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
  8413  pkg syscall (darwin-amd64-cgo), const IP_BLOCK_SOURCE = 72
  8414  pkg syscall (darwin-amd64-cgo), const IP_BOUND_IF = 25
  8415  pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
  8416  pkg syscall (darwin-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
  8417  pkg syscall (darwin-amd64-cgo), const IP_DF = 16384
  8418  pkg syscall (darwin-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
  8419  pkg syscall (darwin-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
  8420  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
  8421  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_DEL = 61
  8422  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
  8423  pkg syscall (darwin-amd64-cgo), const IP_DUMMYNET_GET = 64
  8424  pkg syscall (darwin-amd64-cgo), const IP_FAITH = 22
  8425  pkg syscall (darwin-amd64-cgo), const IP_FW_ADD = 40
  8426  pkg syscall (darwin-amd64-cgo), const IP_FW_DEL = 41
  8427  pkg syscall (darwin-amd64-cgo), const IP_FW_FLUSH = 42
  8428  pkg syscall (darwin-amd64-cgo), const IP_FW_GET = 44
  8429  pkg syscall (darwin-amd64-cgo), const IP_FW_RESETLOG = 45
  8430  pkg syscall (darwin-amd64-cgo), const IP_FW_ZERO = 43
  8431  pkg syscall (darwin-amd64-cgo), const IP_HDRINCL = 2
  8432  pkg syscall (darwin-amd64-cgo), const IP_IPSEC_POLICY = 21
  8433  pkg syscall (darwin-amd64-cgo), const IP_MAXPACKET = 65535
  8434  pkg syscall (darwin-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
  8435  pkg syscall (darwin-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
  8436  pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
  8437  pkg syscall (darwin-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
  8438  pkg syscall (darwin-amd64-cgo), const IP_MF = 8192
  8439  pkg syscall (darwin-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
  8440  pkg syscall (darwin-amd64-cgo), const IP_MSFILTER = 74
  8441  pkg syscall (darwin-amd64-cgo), const IP_MSS = 576
  8442  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IF = 9
  8443  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_IFINDEX = 66
  8444  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_LOOP = 11
  8445  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_TTL = 10
  8446  pkg syscall (darwin-amd64-cgo), const IP_MULTICAST_VIF = 14
  8447  pkg syscall (darwin-amd64-cgo), const IP_NAT__XXX = 55
  8448  pkg syscall (darwin-amd64-cgo), const IP_OFFMASK = 8191
  8449  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ADD = 50
  8450  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_DEL = 51
  8451  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_FLUSH = 52
  8452  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_GET = 54
  8453  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_RESETLOG = 56
  8454  pkg syscall (darwin-amd64-cgo), const IP_OLD_FW_ZERO = 53
  8455  pkg syscall (darwin-amd64-cgo), const IP_OPTIONS = 1
  8456  pkg syscall (darwin-amd64-cgo), const IP_PKTINFO = 26
  8457  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE = 19
  8458  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
  8459  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_HIGH = 1
  8460  pkg syscall (darwin-amd64-cgo), const IP_PORTRANGE_LOW = 2
  8461  pkg syscall (darwin-amd64-cgo), const IP_RECVDSTADDR = 7
  8462  pkg syscall (darwin-amd64-cgo), const IP_RECVIF = 20
  8463  pkg syscall (darwin-amd64-cgo), const IP_RECVOPTS = 5
  8464  pkg syscall (darwin-amd64-cgo), const IP_RECVPKTINFO = 26
  8465  pkg syscall (darwin-amd64-cgo), const IP_RECVRETOPTS = 6
  8466  pkg syscall (darwin-amd64-cgo), const IP_RECVTTL = 24
  8467  pkg syscall (darwin-amd64-cgo), const IP_RETOPTS = 8
  8468  pkg syscall (darwin-amd64-cgo), const IP_RF = 32768
  8469  pkg syscall (darwin-amd64-cgo), const IP_RSVP_OFF = 16
  8470  pkg syscall (darwin-amd64-cgo), const IP_RSVP_ON = 15
  8471  pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_OFF = 18
  8472  pkg syscall (darwin-amd64-cgo), const IP_RSVP_VIF_ON = 17
  8473  pkg syscall (darwin-amd64-cgo), const IP_STRIPHDR = 23
  8474  pkg syscall (darwin-amd64-cgo), const IP_TOS = 3
  8475  pkg syscall (darwin-amd64-cgo), const IP_TRAFFIC_MGT_BACKGROUND = 65
  8476  pkg syscall (darwin-amd64-cgo), const IP_TTL = 4
  8477  pkg syscall (darwin-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
  8478  pkg syscall (darwin-amd64-cgo), const ISIG = 128
  8479  pkg syscall (darwin-amd64-cgo), const ISIG ideal-int
  8480  pkg syscall (darwin-amd64-cgo), const ISTRIP = 32
  8481  pkg syscall (darwin-amd64-cgo), const ISTRIP ideal-int
  8482  pkg syscall (darwin-amd64-cgo), const IUTF8 = 16384
  8483  pkg syscall (darwin-amd64-cgo), const IUTF8 ideal-int
  8484  pkg syscall (darwin-amd64-cgo), const IXANY = 2048
  8485  pkg syscall (darwin-amd64-cgo), const IXANY ideal-int
  8486  pkg syscall (darwin-amd64-cgo), const IXOFF = 1024
  8487  pkg syscall (darwin-amd64-cgo), const IXOFF ideal-int
  8488  pkg syscall (darwin-amd64-cgo), const IXON = 512
  8489  pkg syscall (darwin-amd64-cgo), const IXON ideal-int
  8490  pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
  8491  pkg syscall (darwin-amd64-cgo), const LOCK_EX = 2
  8492  pkg syscall (darwin-amd64-cgo), const LOCK_NB = 4
  8493  pkg syscall (darwin-amd64-cgo), const LOCK_SH = 1
  8494  pkg syscall (darwin-amd64-cgo), const LOCK_UN = 8
  8495  pkg syscall (darwin-amd64-cgo), const MADV_CAN_REUSE = 9
  8496  pkg syscall (darwin-amd64-cgo), const MADV_DONTNEED = 4
  8497  pkg syscall (darwin-amd64-cgo), const MADV_FREE = 5
  8498  pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSABLE = 7
  8499  pkg syscall (darwin-amd64-cgo), const MADV_FREE_REUSE = 8
  8500  pkg syscall (darwin-amd64-cgo), const MADV_NORMAL = 0
  8501  pkg syscall (darwin-amd64-cgo), const MADV_RANDOM = 1
  8502  pkg syscall (darwin-amd64-cgo), const MADV_SEQUENTIAL = 2
  8503  pkg syscall (darwin-amd64-cgo), const MADV_WILLNEED = 3
  8504  pkg syscall (darwin-amd64-cgo), const MADV_ZERO_WIRED_PAGES = 6
  8505  pkg syscall (darwin-amd64-cgo), const MAP_ANON = 4096
  8506  pkg syscall (darwin-amd64-cgo), const MAP_COPY = 2
  8507  pkg syscall (darwin-amd64-cgo), const MAP_FILE = 0
  8508  pkg syscall (darwin-amd64-cgo), const MAP_FIXED = 16
  8509  pkg syscall (darwin-amd64-cgo), const MAP_HASSEMAPHORE = 512
  8510  pkg syscall (darwin-amd64-cgo), const MAP_JIT = 2048
  8511  pkg syscall (darwin-amd64-cgo), const MAP_NOCACHE = 1024
  8512  pkg syscall (darwin-amd64-cgo), const MAP_NOEXTEND = 256
  8513  pkg syscall (darwin-amd64-cgo), const MAP_NORESERVE = 64
  8514  pkg syscall (darwin-amd64-cgo), const MAP_PRIVATE = 2
  8515  pkg syscall (darwin-amd64-cgo), const MAP_RENAME = 32
  8516  pkg syscall (darwin-amd64-cgo), const MAP_RESERVED0080 = 128
  8517  pkg syscall (darwin-amd64-cgo), const MAP_SHARED = 1
  8518  pkg syscall (darwin-amd64-cgo), const MCL_CURRENT = 1
  8519  pkg syscall (darwin-amd64-cgo), const MCL_FUTURE = 2
  8520  pkg syscall (darwin-amd64-cgo), const MSG_CTRUNC = 32
  8521  pkg syscall (darwin-amd64-cgo), const MSG_DONTROUTE = 4
  8522  pkg syscall (darwin-amd64-cgo), const MSG_DONTWAIT = 128
  8523  pkg syscall (darwin-amd64-cgo), const MSG_EOF = 256
  8524  pkg syscall (darwin-amd64-cgo), const MSG_EOR = 8
  8525  pkg syscall (darwin-amd64-cgo), const MSG_FLUSH = 1024
  8526  pkg syscall (darwin-amd64-cgo), const MSG_HAVEMORE = 8192
  8527  pkg syscall (darwin-amd64-cgo), const MSG_HOLD = 2048
  8528  pkg syscall (darwin-amd64-cgo), const MSG_NEEDSA = 65536
  8529  pkg syscall (darwin-amd64-cgo), const MSG_OOB = 1
  8530  pkg syscall (darwin-amd64-cgo), const MSG_PEEK = 2
  8531  pkg syscall (darwin-amd64-cgo), const MSG_RCVMORE = 16384
  8532  pkg syscall (darwin-amd64-cgo), const MSG_SEND = 4096
  8533  pkg syscall (darwin-amd64-cgo), const MSG_TRUNC = 16
  8534  pkg syscall (darwin-amd64-cgo), const MSG_WAITALL = 64
  8535  pkg syscall (darwin-amd64-cgo), const MSG_WAITSTREAM = 512
  8536  pkg syscall (darwin-amd64-cgo), const MS_ASYNC = 1
  8537  pkg syscall (darwin-amd64-cgo), const MS_DEACTIVATE = 8
  8538  pkg syscall (darwin-amd64-cgo), const MS_INVALIDATE = 2
  8539  pkg syscall (darwin-amd64-cgo), const MS_KILLPAGES = 4
  8540  pkg syscall (darwin-amd64-cgo), const MS_SYNC = 16
  8541  pkg syscall (darwin-amd64-cgo), const NAME_MAX = 255
  8542  pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP = 1
  8543  pkg syscall (darwin-amd64-cgo), const NET_RT_DUMP2 = 7
  8544  pkg syscall (darwin-amd64-cgo), const NET_RT_FLAGS = 2
  8545  pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST = 3
  8546  pkg syscall (darwin-amd64-cgo), const NET_RT_IFLIST2 = 6
  8547  pkg syscall (darwin-amd64-cgo), const NET_RT_MAXID = 10
  8548  pkg syscall (darwin-amd64-cgo), const NET_RT_STAT = 4
  8549  pkg syscall (darwin-amd64-cgo), const NET_RT_TRASH = 5
  8550  pkg syscall (darwin-amd64-cgo), const NOFLSH = 2147483648
  8551  pkg syscall (darwin-amd64-cgo), const NOFLSH ideal-int
  8552  pkg syscall (darwin-amd64-cgo), const NOTE_ABSOLUTE = 8
  8553  pkg syscall (darwin-amd64-cgo), const NOTE_ATTRIB = 8
  8554  pkg syscall (darwin-amd64-cgo), const NOTE_CHILD = 4
  8555  pkg syscall (darwin-amd64-cgo), const NOTE_DELETE = 1
  8556  pkg syscall (darwin-amd64-cgo), const NOTE_EXEC = 536870912
  8557  pkg syscall (darwin-amd64-cgo), const NOTE_EXIT = 2147483648
  8558  pkg syscall (darwin-amd64-cgo), const NOTE_EXITSTATUS = 67108864
  8559  pkg syscall (darwin-amd64-cgo), const NOTE_EXTEND = 4
  8560  pkg syscall (darwin-amd64-cgo), const NOTE_FFAND = 1073741824
  8561  pkg syscall (darwin-amd64-cgo), const NOTE_FFCOPY = 3221225472
  8562  pkg syscall (darwin-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
  8563  pkg syscall (darwin-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
  8564  pkg syscall (darwin-amd64-cgo), const NOTE_FFNOP = 0
  8565  pkg syscall (darwin-amd64-cgo), const NOTE_FFOR = 2147483648
  8566  pkg syscall (darwin-amd64-cgo), const NOTE_FORK = 1073741824
  8567  pkg syscall (darwin-amd64-cgo), const NOTE_LINK = 16
  8568  pkg syscall (darwin-amd64-cgo), const NOTE_LOWAT = 1
  8569  pkg syscall (darwin-amd64-cgo), const NOTE_NONE = 128
  8570  pkg syscall (darwin-amd64-cgo), const NOTE_NSECONDS = 4
  8571  pkg syscall (darwin-amd64-cgo), const NOTE_PCTRLMASK = -1048576
  8572  pkg syscall (darwin-amd64-cgo), const NOTE_PDATAMASK = 1048575
  8573  pkg syscall (darwin-amd64-cgo), const NOTE_REAP = 268435456
  8574  pkg syscall (darwin-amd64-cgo), const NOTE_RENAME = 32
  8575  pkg syscall (darwin-amd64-cgo), const NOTE_RESOURCEEND = 33554432
  8576  pkg syscall (darwin-amd64-cgo), const NOTE_REVOKE = 64
  8577  pkg syscall (darwin-amd64-cgo), const NOTE_SECONDS = 1
  8578  pkg syscall (darwin-amd64-cgo), const NOTE_SIGNAL = 134217728
  8579  pkg syscall (darwin-amd64-cgo), const NOTE_TRACK = 1
  8580  pkg syscall (darwin-amd64-cgo), const NOTE_TRACKERR = 2
  8581  pkg syscall (darwin-amd64-cgo), const NOTE_TRIGGER = 16777216
  8582  pkg syscall (darwin-amd64-cgo), const NOTE_USECONDS = 2
  8583  pkg syscall (darwin-amd64-cgo), const NOTE_VM_ERROR = 268435456
  8584  pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE = 2147483648
  8585  pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
  8586  pkg syscall (darwin-amd64-cgo), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
  8587  pkg syscall (darwin-amd64-cgo), const NOTE_WRITE = 2
  8588  pkg syscall (darwin-amd64-cgo), const OCRNL = 16
  8589  pkg syscall (darwin-amd64-cgo), const OCRNL ideal-int
  8590  pkg syscall (darwin-amd64-cgo), const OFDEL = 131072
  8591  pkg syscall (darwin-amd64-cgo), const OFDEL ideal-int
  8592  pkg syscall (darwin-amd64-cgo), const OFILL = 128
  8593  pkg syscall (darwin-amd64-cgo), const OFILL ideal-int
  8594  pkg syscall (darwin-amd64-cgo), const ONLCR = 2
  8595  pkg syscall (darwin-amd64-cgo), const ONLCR ideal-int
  8596  pkg syscall (darwin-amd64-cgo), const ONLRET = 64
  8597  pkg syscall (darwin-amd64-cgo), const ONLRET ideal-int
  8598  pkg syscall (darwin-amd64-cgo), const ONOCR = 32
  8599  pkg syscall (darwin-amd64-cgo), const ONOCR ideal-int
  8600  pkg syscall (darwin-amd64-cgo), const ONOEOT = 8
  8601  pkg syscall (darwin-amd64-cgo), const ONOEOT ideal-int
  8602  pkg syscall (darwin-amd64-cgo), const OPOST = 1
  8603  pkg syscall (darwin-amd64-cgo), const OPOST ideal-int
  8604  pkg syscall (darwin-amd64-cgo), const O_ACCMODE = 3
  8605  pkg syscall (darwin-amd64-cgo), const O_ALERT = 536870912
  8606  pkg syscall (darwin-amd64-cgo), const O_APPEND = 8
  8607  pkg syscall (darwin-amd64-cgo), const O_ASYNC = 64
  8608  pkg syscall (darwin-amd64-cgo), const O_CLOEXEC = 16777216
  8609  pkg syscall (darwin-amd64-cgo), const O_CREAT = 512
  8610  pkg syscall (darwin-amd64-cgo), const O_DIRECTORY = 1048576
  8611  pkg syscall (darwin-amd64-cgo), const O_DSYNC = 4194304
  8612  pkg syscall (darwin-amd64-cgo), const O_EVTONLY = 32768
  8613  pkg syscall (darwin-amd64-cgo), const O_EXCL = 2048
  8614  pkg syscall (darwin-amd64-cgo), const O_EXLOCK = 32
  8615  pkg syscall (darwin-amd64-cgo), const O_FSYNC = 128
  8616  pkg syscall (darwin-amd64-cgo), const O_NDELAY = 4
  8617  pkg syscall (darwin-amd64-cgo), const O_NOCTTY = 131072
  8618  pkg syscall (darwin-amd64-cgo), const O_NOFOLLOW = 256
  8619  pkg syscall (darwin-amd64-cgo), const O_NONBLOCK = 4
  8620  pkg syscall (darwin-amd64-cgo), const O_POPUP = 2147483648
  8621  pkg syscall (darwin-amd64-cgo), const O_SHLOCK = 16
  8622  pkg syscall (darwin-amd64-cgo), const O_SYMLINK = 2097152
  8623  pkg syscall (darwin-amd64-cgo), const O_SYNC = 128
  8624  pkg syscall (darwin-amd64-cgo), const O_TRUNC = 1024
  8625  pkg syscall (darwin-amd64-cgo), const PARENB = 4096
  8626  pkg syscall (darwin-amd64-cgo), const PARENB ideal-int
  8627  pkg syscall (darwin-amd64-cgo), const PARMRK = 8
  8628  pkg syscall (darwin-amd64-cgo), const PARMRK ideal-int
  8629  pkg syscall (darwin-amd64-cgo), const PARODD = 8192
  8630  pkg syscall (darwin-amd64-cgo), const PARODD ideal-int
  8631  pkg syscall (darwin-amd64-cgo), const PENDIN = 536870912
  8632  pkg syscall (darwin-amd64-cgo), const PENDIN ideal-int
  8633  pkg syscall (darwin-amd64-cgo), const PROT_EXEC = 4
  8634  pkg syscall (darwin-amd64-cgo), const PROT_NONE = 0
  8635  pkg syscall (darwin-amd64-cgo), const PROT_READ = 1
  8636  pkg syscall (darwin-amd64-cgo), const PROT_WRITE = 2
  8637  pkg syscall (darwin-amd64-cgo), const PTRACE_CONT = 7
  8638  pkg syscall (darwin-amd64-cgo), const PTRACE_KILL = 8
  8639  pkg syscall (darwin-amd64-cgo), const PTRACE_TRACEME = 0
  8640  pkg syscall (darwin-amd64-cgo), const PT_ATTACH = 10
  8641  pkg syscall (darwin-amd64-cgo), const PT_ATTACHEXC = 14
  8642  pkg syscall (darwin-amd64-cgo), const PT_CONTINUE = 7
  8643  pkg syscall (darwin-amd64-cgo), const PT_DENY_ATTACH = 31
  8644  pkg syscall (darwin-amd64-cgo), const PT_DETACH = 11
  8645  pkg syscall (darwin-amd64-cgo), const PT_FIRSTMACH = 32
  8646  pkg syscall (darwin-amd64-cgo), const PT_FORCEQUOTA = 30
  8647  pkg syscall (darwin-amd64-cgo), const PT_KILL = 8
  8648  pkg syscall (darwin-amd64-cgo), const PT_READ_D = 2
  8649  pkg syscall (darwin-amd64-cgo), const PT_READ_I = 1
  8650  pkg syscall (darwin-amd64-cgo), const PT_READ_U = 3
  8651  pkg syscall (darwin-amd64-cgo), const PT_SIGEXC = 12
  8652  pkg syscall (darwin-amd64-cgo), const PT_STEP = 9
  8653  pkg syscall (darwin-amd64-cgo), const PT_THUPDATE = 13
  8654  pkg syscall (darwin-amd64-cgo), const PT_TRACE_ME = 0
  8655  pkg syscall (darwin-amd64-cgo), const PT_WRITE_D = 5
  8656  pkg syscall (darwin-amd64-cgo), const PT_WRITE_I = 4
  8657  pkg syscall (darwin-amd64-cgo), const PT_WRITE_U = 6
  8658  pkg syscall (darwin-amd64-cgo), const RLIMIT_AS = 5
  8659  pkg syscall (darwin-amd64-cgo), const RLIMIT_CORE = 4
  8660  pkg syscall (darwin-amd64-cgo), const RLIMIT_CPU = 0
  8661  pkg syscall (darwin-amd64-cgo), const RLIMIT_DATA = 2
  8662  pkg syscall (darwin-amd64-cgo), const RLIMIT_FSIZE = 1
  8663  pkg syscall (darwin-amd64-cgo), const RLIMIT_NOFILE = 8
  8664  pkg syscall (darwin-amd64-cgo), const RLIMIT_STACK = 3
  8665  pkg syscall (darwin-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
  8666  pkg syscall (darwin-amd64-cgo), const RTAX_AUTHOR = 6
  8667  pkg syscall (darwin-amd64-cgo), const RTAX_BRD = 7
  8668  pkg syscall (darwin-amd64-cgo), const RTAX_DST = 0
  8669  pkg syscall (darwin-amd64-cgo), const RTAX_GATEWAY = 1
  8670  pkg syscall (darwin-amd64-cgo), const RTAX_GENMASK = 3
  8671  pkg syscall (darwin-amd64-cgo), const RTAX_IFA = 5
  8672  pkg syscall (darwin-amd64-cgo), const RTAX_IFP = 4
  8673  pkg syscall (darwin-amd64-cgo), const RTAX_MAX = 8
  8674  pkg syscall (darwin-amd64-cgo), const RTAX_NETMASK = 2
  8675  pkg syscall (darwin-amd64-cgo), const RTA_AUTHOR = 64
  8676  pkg syscall (darwin-amd64-cgo), const RTA_BRD = 128
  8677  pkg syscall (darwin-amd64-cgo), const RTA_DST = 1
  8678  pkg syscall (darwin-amd64-cgo), const RTA_GATEWAY = 2
  8679  pkg syscall (darwin-amd64-cgo), const RTA_GENMASK = 8
  8680  pkg syscall (darwin-amd64-cgo), const RTA_IFA = 32
  8681  pkg syscall (darwin-amd64-cgo), const RTA_IFP = 16
  8682  pkg syscall (darwin-amd64-cgo), const RTA_NETMASK = 4
  8683  pkg syscall (darwin-amd64-cgo), const RTF_BLACKHOLE = 4096
  8684  pkg syscall (darwin-amd64-cgo), const RTF_BROADCAST = 4194304
  8685  pkg syscall (darwin-amd64-cgo), const RTF_CLONING = 256
  8686  pkg syscall (darwin-amd64-cgo), const RTF_CONDEMNED = 33554432
  8687  pkg syscall (darwin-amd64-cgo), const RTF_DELCLONE = 128
  8688  pkg syscall (darwin-amd64-cgo), const RTF_DONE = 64
  8689  pkg syscall (darwin-amd64-cgo), const RTF_DYNAMIC = 16
  8690  pkg syscall (darwin-amd64-cgo), const RTF_GATEWAY = 2
  8691  pkg syscall (darwin-amd64-cgo), const RTF_HOST = 4
  8692  pkg syscall (darwin-amd64-cgo), const RTF_IFREF = 67108864
  8693  pkg syscall (darwin-amd64-cgo), const RTF_IFSCOPE = 16777216
  8694  pkg syscall (darwin-amd64-cgo), const RTF_LLINFO = 1024
  8695  pkg syscall (darwin-amd64-cgo), const RTF_LOCAL = 2097152
  8696  pkg syscall (darwin-amd64-cgo), const RTF_MODIFIED = 32
  8697  pkg syscall (darwin-amd64-cgo), const RTF_MULTICAST = 8388608
  8698  pkg syscall (darwin-amd64-cgo), const RTF_PINNED = 1048576
  8699  pkg syscall (darwin-amd64-cgo), const RTF_PRCLONING = 65536
  8700  pkg syscall (darwin-amd64-cgo), const RTF_PROTO1 = 32768
  8701  pkg syscall (darwin-amd64-cgo), const RTF_PROTO2 = 16384
  8702  pkg syscall (darwin-amd64-cgo), const RTF_PROTO3 = 262144
  8703  pkg syscall (darwin-amd64-cgo), const RTF_REJECT = 8
  8704  pkg syscall (darwin-amd64-cgo), const RTF_STATIC = 2048
  8705  pkg syscall (darwin-amd64-cgo), const RTF_UP = 1
  8706  pkg syscall (darwin-amd64-cgo), const RTF_WASCLONED = 131072
  8707  pkg syscall (darwin-amd64-cgo), const RTF_XRESOLVE = 512
  8708  pkg syscall (darwin-amd64-cgo), const RTM_ADD = 1
  8709  pkg syscall (darwin-amd64-cgo), const RTM_CHANGE = 3
  8710  pkg syscall (darwin-amd64-cgo), const RTM_DELADDR = 13
  8711  pkg syscall (darwin-amd64-cgo), const RTM_DELETE = 2
  8712  pkg syscall (darwin-amd64-cgo), const RTM_DELMADDR = 16
  8713  pkg syscall (darwin-amd64-cgo), const RTM_GET = 4
  8714  pkg syscall (darwin-amd64-cgo), const RTM_GET2 = 20
  8715  pkg syscall (darwin-amd64-cgo), const RTM_IFINFO = 14
  8716  pkg syscall (darwin-amd64-cgo), const RTM_IFINFO2 = 18
  8717  pkg syscall (darwin-amd64-cgo), const RTM_LOCK = 8
  8718  pkg syscall (darwin-amd64-cgo), const RTM_LOSING = 5
  8719  pkg syscall (darwin-amd64-cgo), const RTM_MISS = 7
  8720  pkg syscall (darwin-amd64-cgo), const RTM_NEWADDR = 12
  8721  pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR = 15
  8722  pkg syscall (darwin-amd64-cgo), const RTM_NEWMADDR2 = 19
  8723  pkg syscall (darwin-amd64-cgo), const RTM_OLDADD = 9
  8724  pkg syscall (darwin-amd64-cgo), const RTM_OLDDEL = 10
  8725  pkg syscall (darwin-amd64-cgo), const RTM_REDIRECT = 6
  8726  pkg syscall (darwin-amd64-cgo), const RTM_RESOLVE = 11
  8727  pkg syscall (darwin-amd64-cgo), const RTM_RTTUNIT = 1000000
  8728  pkg syscall (darwin-amd64-cgo), const RTM_VERSION = 5
  8729  pkg syscall (darwin-amd64-cgo), const RTV_EXPIRE = 4
  8730  pkg syscall (darwin-amd64-cgo), const RTV_HOPCOUNT = 2
  8731  pkg syscall (darwin-amd64-cgo), const RTV_MTU = 1
  8732  pkg syscall (darwin-amd64-cgo), const RTV_RPIPE = 8
  8733  pkg syscall (darwin-amd64-cgo), const RTV_RTT = 64
  8734  pkg syscall (darwin-amd64-cgo), const RTV_RTTVAR = 128
  8735  pkg syscall (darwin-amd64-cgo), const RTV_SPIPE = 16
  8736  pkg syscall (darwin-amd64-cgo), const RTV_SSTHRESH = 32
  8737  pkg syscall (darwin-amd64-cgo), const RUSAGE_CHILDREN = -1
  8738  pkg syscall (darwin-amd64-cgo), const RUSAGE_SELF = 0
  8739  pkg syscall (darwin-amd64-cgo), const SCM_CREDS = 3
  8740  pkg syscall (darwin-amd64-cgo), const SCM_RIGHTS = 1
  8741  pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP = 2
  8742  pkg syscall (darwin-amd64-cgo), const SCM_TIMESTAMP_MONOTONIC = 4
  8743  pkg syscall (darwin-amd64-cgo), const SIGBUS = 10
  8744  pkg syscall (darwin-amd64-cgo), const SIGCHLD = 20
  8745  pkg syscall (darwin-amd64-cgo), const SIGCONT = 19
  8746  pkg syscall (darwin-amd64-cgo), const SIGEMT = 7
  8747  pkg syscall (darwin-amd64-cgo), const SIGINFO = 29
  8748  pkg syscall (darwin-amd64-cgo), const SIGIO = 23
  8749  pkg syscall (darwin-amd64-cgo), const SIGIOT = 6
  8750  pkg syscall (darwin-amd64-cgo), const SIGPROF = 27
  8751  pkg syscall (darwin-amd64-cgo), const SIGSTOP = 17
  8752  pkg syscall (darwin-amd64-cgo), const SIGSYS = 12
  8753  pkg syscall (darwin-amd64-cgo), const SIGTSTP = 18
  8754  pkg syscall (darwin-amd64-cgo), const SIGTTIN = 21
  8755  pkg syscall (darwin-amd64-cgo), const SIGTTOU = 22
  8756  pkg syscall (darwin-amd64-cgo), const SIGURG = 16
  8757  pkg syscall (darwin-amd64-cgo), const SIGUSR1 = 30
  8758  pkg syscall (darwin-amd64-cgo), const SIGUSR2 = 31
  8759  pkg syscall (darwin-amd64-cgo), const SIGVTALRM = 26
  8760  pkg syscall (darwin-amd64-cgo), const SIGWINCH = 28
  8761  pkg syscall (darwin-amd64-cgo), const SIGXCPU = 24
  8762  pkg syscall (darwin-amd64-cgo), const SIGXFSZ = 25
  8763  pkg syscall (darwin-amd64-cgo), const SIOCADDMULTI = 2149607729
  8764  pkg syscall (darwin-amd64-cgo), const SIOCAIFADDR = 2151704858
  8765  pkg syscall (darwin-amd64-cgo), const SIOCALIFADDR = 2165860637
  8766  pkg syscall (darwin-amd64-cgo), const SIOCARPIPLL = 3223349544
  8767  pkg syscall (darwin-amd64-cgo), const SIOCATMARK = 1074033415
  8768  pkg syscall (darwin-amd64-cgo), const SIOCAUTOADDR = 3223349542
  8769  pkg syscall (darwin-amd64-cgo), const SIOCAUTONETMASK = 2149607719
  8770  pkg syscall (darwin-amd64-cgo), const SIOCDELMULTI = 2149607730
  8771  pkg syscall (darwin-amd64-cgo), const SIOCDIFADDR = 2149607705
  8772  pkg syscall (darwin-amd64-cgo), const SIOCDIFPHYADDR = 2149607745
  8773  pkg syscall (darwin-amd64-cgo), const SIOCDLIFADDR = 2165860639
  8774  pkg syscall (darwin-amd64-cgo), const SIOCGDRVSPEC = 3223873915
  8775  pkg syscall (darwin-amd64-cgo), const SIOCGETSGCNT = 3222565404
  8776  pkg syscall (darwin-amd64-cgo), const SIOCGETVIFCNT = 3222565403
  8777  pkg syscall (darwin-amd64-cgo), const SIOCGETVLAN = 3223349631
  8778  pkg syscall (darwin-amd64-cgo), const SIOCGHIWAT = 1074033409
  8779  pkg syscall (darwin-amd64-cgo), const SIOCGIFADDR = 3223349537
  8780  pkg syscall (darwin-amd64-cgo), const SIOCGIFALTMTU = 3223349576
  8781  pkg syscall (darwin-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
  8782  pkg syscall (darwin-amd64-cgo), const SIOCGIFBOND = 3223349575
  8783  pkg syscall (darwin-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
  8784  pkg syscall (darwin-amd64-cgo), const SIOCGIFCAP = 3223349595
  8785  pkg syscall (darwin-amd64-cgo), const SIOCGIFCONF = 3222038820
  8786  pkg syscall (darwin-amd64-cgo), const SIOCGIFDEVMTU = 3223349572
  8787  pkg syscall (darwin-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
  8788  pkg syscall (darwin-amd64-cgo), const SIOCGIFFLAGS = 3223349521
  8789  pkg syscall (darwin-amd64-cgo), const SIOCGIFGENERIC = 3223349562
  8790  pkg syscall (darwin-amd64-cgo), const SIOCGIFKPI = 3223349639
  8791  pkg syscall (darwin-amd64-cgo), const SIOCGIFMAC = 3223349634
  8792  pkg syscall (darwin-amd64-cgo), const SIOCGIFMEDIA = 3224135992
  8793  pkg syscall (darwin-amd64-cgo), const SIOCGIFMETRIC = 3223349527
  8794  pkg syscall (darwin-amd64-cgo), const SIOCGIFMTU = 3223349555
  8795  pkg syscall (darwin-amd64-cgo), const SIOCGIFNETMASK = 3223349541
  8796  pkg syscall (darwin-amd64-cgo), const SIOCGIFPDSTADDR = 3223349568
  8797  pkg syscall (darwin-amd64-cgo), const SIOCGIFPHYS = 3223349557
  8798  pkg syscall (darwin-amd64-cgo), const SIOCGIFPSRCADDR = 3223349567
  8799  pkg syscall (darwin-amd64-cgo), const SIOCGIFSTATUS = 3274795325
  8800  pkg syscall (darwin-amd64-cgo), const SIOCGIFVLAN = 3223349631
  8801  pkg syscall (darwin-amd64-cgo), const SIOCGIFWAKEFLAGS = 3223349640
  8802  pkg syscall (darwin-amd64-cgo), const SIOCGLIFADDR = 3239602462
  8803  pkg syscall (darwin-amd64-cgo), const SIOCGLIFPHYADDR = 3239602499
  8804  pkg syscall (darwin-amd64-cgo), const SIOCGLOWAT = 1074033411
  8805  pkg syscall (darwin-amd64-cgo), const SIOCGPGRP = 1074033417
  8806  pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE = 3223349624
  8807  pkg syscall (darwin-amd64-cgo), const SIOCIFCREATE2 = 3223349626
  8808  pkg syscall (darwin-amd64-cgo), const SIOCIFDESTROY = 2149607801
  8809  pkg syscall (darwin-amd64-cgo), const SIOCRSLVMULTI = 3222300987
  8810  pkg syscall (darwin-amd64-cgo), const SIOCSDRVSPEC = 2150132091
  8811  pkg syscall (darwin-amd64-cgo), const SIOCSETVLAN = 2149607806
  8812  pkg syscall (darwin-amd64-cgo), const SIOCSHIWAT = 2147775232
  8813  pkg syscall (darwin-amd64-cgo), const SIOCSIFADDR = 2149607692
  8814  pkg syscall (darwin-amd64-cgo), const SIOCSIFALTMTU = 2149607749
  8815  pkg syscall (darwin-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
  8816  pkg syscall (darwin-amd64-cgo), const SIOCSIFBOND = 2149607750
  8817  pkg syscall (darwin-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
  8818  pkg syscall (darwin-amd64-cgo), const SIOCSIFCAP = 2149607770
  8819  pkg syscall (darwin-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
  8820  pkg syscall (darwin-amd64-cgo), const SIOCSIFFLAGS = 2149607696
  8821  pkg syscall (darwin-amd64-cgo), const SIOCSIFGENERIC = 2149607737
  8822  pkg syscall (darwin-amd64-cgo), const SIOCSIFKPI = 2149607814
  8823  pkg syscall (darwin-amd64-cgo), const SIOCSIFLLADDR = 2149607740
  8824  pkg syscall (darwin-amd64-cgo), const SIOCSIFMAC = 2149607811
  8825  pkg syscall (darwin-amd64-cgo), const SIOCSIFMEDIA = 3223349559
  8826  pkg syscall (darwin-amd64-cgo), const SIOCSIFMETRIC = 2149607704
  8827  pkg syscall (darwin-amd64-cgo), const SIOCSIFMTU = 2149607732
  8828  pkg syscall (darwin-amd64-cgo), const SIOCSIFNETMASK = 2149607702
  8829  pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYADDR = 2151704894
  8830  pkg syscall (darwin-amd64-cgo), const SIOCSIFPHYS = 2149607734
  8831  pkg syscall (darwin-amd64-cgo), const SIOCSIFVLAN = 2149607806
  8832  pkg syscall (darwin-amd64-cgo), const SIOCSLIFPHYADDR = 2165860674
  8833  pkg syscall (darwin-amd64-cgo), const SIOCSLOWAT = 2147775234
  8834  pkg syscall (darwin-amd64-cgo), const SIOCSPGRP = 2147775240
  8835  pkg syscall (darwin-amd64-cgo), const SOCK_MAXADDRLEN = 255
  8836  pkg syscall (darwin-amd64-cgo), const SOCK_RDM = 4
  8837  pkg syscall (darwin-amd64-cgo), const SOL_SOCKET = 65535
  8838  pkg syscall (darwin-amd64-cgo), const SOMAXCONN = 128
  8839  pkg syscall (darwin-amd64-cgo), const SO_ACCEPTCONN = 2
  8840  pkg syscall (darwin-amd64-cgo), const SO_BROADCAST = 32
  8841  pkg syscall (darwin-amd64-cgo), const SO_DEBUG = 1
  8842  pkg syscall (darwin-amd64-cgo), const SO_DONTROUTE = 16
  8843  pkg syscall (darwin-amd64-cgo), const SO_DONTTRUNC = 8192
  8844  pkg syscall (darwin-amd64-cgo), const SO_ERROR = 4103
  8845  pkg syscall (darwin-amd64-cgo), const SO_KEEPALIVE = 8
  8846  pkg syscall (darwin-amd64-cgo), const SO_LABEL = 4112
  8847  pkg syscall (darwin-amd64-cgo), const SO_LINGER = 128
  8848  pkg syscall (darwin-amd64-cgo), const SO_LINGER_SEC = 4224
  8849  pkg syscall (darwin-amd64-cgo), const SO_NKE = 4129
  8850  pkg syscall (darwin-amd64-cgo), const SO_NOADDRERR = 4131
  8851  pkg syscall (darwin-amd64-cgo), const SO_NOSIGPIPE = 4130
  8852  pkg syscall (darwin-amd64-cgo), const SO_NOTIFYCONFLICT = 4134
  8853  pkg syscall (darwin-amd64-cgo), const SO_NP_EXTENSIONS = 4227
  8854  pkg syscall (darwin-amd64-cgo), const SO_NREAD = 4128
  8855  pkg syscall (darwin-amd64-cgo), const SO_NWRITE = 4132
  8856  pkg syscall (darwin-amd64-cgo), const SO_OOBINLINE = 256
  8857  pkg syscall (darwin-amd64-cgo), const SO_PEERLABEL = 4113
  8858  pkg syscall (darwin-amd64-cgo), const SO_RANDOMPORT = 4226
  8859  pkg syscall (darwin-amd64-cgo), const SO_RCVBUF = 4098
  8860  pkg syscall (darwin-amd64-cgo), const SO_RCVLOWAT = 4100
  8861  pkg syscall (darwin-amd64-cgo), const SO_RCVTIMEO = 4102
  8862  pkg syscall (darwin-amd64-cgo), const SO_RESTRICTIONS = 4225
  8863  pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYIN = 1
  8864  pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYOUT = 2
  8865  pkg syscall (darwin-amd64-cgo), const SO_RESTRICT_DENYSET = 2147483648
  8866  pkg syscall (darwin-amd64-cgo), const SO_REUSEADDR = 4
  8867  pkg syscall (darwin-amd64-cgo), const SO_REUSEPORT = 512
  8868  pkg syscall (darwin-amd64-cgo), const SO_REUSESHAREUID = 4133
  8869  pkg syscall (darwin-amd64-cgo), const SO_SNDBUF = 4097
  8870  pkg syscall (darwin-amd64-cgo), const SO_SNDLOWAT = 4099
  8871  pkg syscall (darwin-amd64-cgo), const SO_SNDTIMEO = 4101
  8872  pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP = 1024
  8873  pkg syscall (darwin-amd64-cgo), const SO_TIMESTAMP_MONOTONIC = 2048
  8874  pkg syscall (darwin-amd64-cgo), const SO_TYPE = 4104
  8875  pkg syscall (darwin-amd64-cgo), const SO_UPCALLCLOSEWAIT = 4135
  8876  pkg syscall (darwin-amd64-cgo), const SO_USELOOPBACK = 64
  8877  pkg syscall (darwin-amd64-cgo), const SO_WANTMORE = 16384
  8878  pkg syscall (darwin-amd64-cgo), const SO_WANTOOBFLAG = 32768
  8879  pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT = 30
  8880  pkg syscall (darwin-amd64-cgo), const SYS_ACCEPT_NOCANCEL = 404
  8881  pkg syscall (darwin-amd64-cgo), const SYS_ACCESS = 33
  8882  pkg syscall (darwin-amd64-cgo), const SYS_ACCESS_EXTENDED = 284
  8883  pkg syscall (darwin-amd64-cgo), const SYS_ACCT = 51
  8884  pkg syscall (darwin-amd64-cgo), const SYS_ADD_PROFIL = 176
  8885  pkg syscall (darwin-amd64-cgo), const SYS_ADJTIME = 140
  8886  pkg syscall (darwin-amd64-cgo), const SYS_AIO_CANCEL = 316
  8887  pkg syscall (darwin-amd64-cgo), const SYS_AIO_ERROR = 317
  8888  pkg syscall (darwin-amd64-cgo), const SYS_AIO_FSYNC = 313
  8889  pkg syscall (darwin-amd64-cgo), const SYS_AIO_READ = 318
  8890  pkg syscall (darwin-amd64-cgo), const SYS_AIO_RETURN = 314
  8891  pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND = 315
  8892  pkg syscall (darwin-amd64-cgo), const SYS_AIO_SUSPEND_NOCANCEL = 421
  8893  pkg syscall (darwin-amd64-cgo), const SYS_AIO_WRITE = 319
  8894  pkg syscall (darwin-amd64-cgo), const SYS_ATGETMSG = 207
  8895  pkg syscall (darwin-amd64-cgo), const SYS_ATPGETREQ = 211
  8896  pkg syscall (darwin-amd64-cgo), const SYS_ATPGETRSP = 212
  8897  pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDREQ = 209
  8898  pkg syscall (darwin-amd64-cgo), const SYS_ATPSNDRSP = 210
  8899  pkg syscall (darwin-amd64-cgo), const SYS_ATPUTMSG = 208
  8900  pkg syscall (darwin-amd64-cgo), const SYS_ATSOCKET = 206
  8901  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT = 350
  8902  pkg syscall (darwin-amd64-cgo), const SYS_AUDITCTL = 359
  8903  pkg syscall (darwin-amd64-cgo), const SYS_AUDITON = 351
  8904  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_JOIN = 429
  8905  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_PORT = 432
  8906  pkg syscall (darwin-amd64-cgo), const SYS_AUDIT_SESSION_SELF = 428
  8907  pkg syscall (darwin-amd64-cgo), const SYS_BIND = 104
  8908  pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_CREATE = 360
  8909  pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_REGISTER = 366
  8910  pkg syscall (darwin-amd64-cgo), const SYS_BSDTHREAD_TERMINATE = 361
  8911  pkg syscall (darwin-amd64-cgo), const SYS_CHDIR = 12
  8912  pkg syscall (darwin-amd64-cgo), const SYS_CHFLAGS = 34
  8913  pkg syscall (darwin-amd64-cgo), const SYS_CHMOD = 15
  8914  pkg syscall (darwin-amd64-cgo), const SYS_CHMOD_EXTENDED = 282
  8915  pkg syscall (darwin-amd64-cgo), const SYS_CHOWN = 16
  8916  pkg syscall (darwin-amd64-cgo), const SYS_CHROOT = 61
  8917  pkg syscall (darwin-amd64-cgo), const SYS_CHUD = 185
  8918  pkg syscall (darwin-amd64-cgo), const SYS_CLOSE = 6
  8919  pkg syscall (darwin-amd64-cgo), const SYS_CLOSE_NOCANCEL = 399
  8920  pkg syscall (darwin-amd64-cgo), const SYS_CONNECT = 98
  8921  pkg syscall (darwin-amd64-cgo), const SYS_CONNECT_NOCANCEL = 409
  8922  pkg syscall (darwin-amd64-cgo), const SYS_COPYFILE = 227
  8923  pkg syscall (darwin-amd64-cgo), const SYS_CSOPS = 169
  8924  pkg syscall (darwin-amd64-cgo), const SYS_DELETE = 226
  8925  pkg syscall (darwin-amd64-cgo), const SYS_DUP = 41
  8926  pkg syscall (darwin-amd64-cgo), const SYS_DUP2 = 90
  8927  pkg syscall (darwin-amd64-cgo), const SYS_EXCHANGEDATA = 223
  8928  pkg syscall (darwin-amd64-cgo), const SYS_EXECVE = 59
  8929  pkg syscall (darwin-amd64-cgo), const SYS_EXIT = 1
  8930  pkg syscall (darwin-amd64-cgo), const SYS_FCHDIR = 13
  8931  pkg syscall (darwin-amd64-cgo), const SYS_FCHFLAGS = 35
  8932  pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD = 124
  8933  pkg syscall (darwin-amd64-cgo), const SYS_FCHMOD_EXTENDED = 283
  8934  pkg syscall (darwin-amd64-cgo), const SYS_FCHOWN = 123
  8935  pkg syscall (darwin-amd64-cgo), const SYS_FCNTL = 92
  8936  pkg syscall (darwin-amd64-cgo), const SYS_FCNTL_NOCANCEL = 406
  8937  pkg syscall (darwin-amd64-cgo), const SYS_FDATASYNC = 187
  8938  pkg syscall (darwin-amd64-cgo), const SYS_FFSCTL = 245
  8939  pkg syscall (darwin-amd64-cgo), const SYS_FGETATTRLIST = 228
  8940  pkg syscall (darwin-amd64-cgo), const SYS_FGETXATTR = 235
  8941  pkg syscall (darwin-amd64-cgo), const SYS_FHOPEN = 248
  8942  pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEFD = 431
  8943  pkg syscall (darwin-amd64-cgo), const SYS_FILEPORT_MAKEPORT = 430
  8944  pkg syscall (darwin-amd64-cgo), const SYS_FLISTXATTR = 241
  8945  pkg syscall (darwin-amd64-cgo), const SYS_FLOCK = 131
  8946  pkg syscall (darwin-amd64-cgo), const SYS_FORK = 2
  8947  pkg syscall (darwin-amd64-cgo), const SYS_FPATHCONF = 192
  8948  pkg syscall (darwin-amd64-cgo), const SYS_FREMOVEXATTR = 239
  8949  pkg syscall (darwin-amd64-cgo), const SYS_FSCTL = 242
  8950  pkg syscall (darwin-amd64-cgo), const SYS_FSETATTRLIST = 229
  8951  pkg syscall (darwin-amd64-cgo), const SYS_FSETXATTR = 237
  8952  pkg syscall (darwin-amd64-cgo), const SYS_FSGETPATH = 427
  8953  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT = 189
  8954  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64 = 339
  8955  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT64_EXTENDED = 343
  8956  pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS = 158
  8957  pkg syscall (darwin-amd64-cgo), const SYS_FSTATFS64 = 346
  8958  pkg syscall (darwin-amd64-cgo), const SYS_FSTATV = 219
  8959  pkg syscall (darwin-amd64-cgo), const SYS_FSTAT_EXTENDED = 281
  8960  pkg syscall (darwin-amd64-cgo), const SYS_FSYNC = 95
  8961  pkg syscall (darwin-amd64-cgo), const SYS_FSYNC_NOCANCEL = 408
  8962  pkg syscall (darwin-amd64-cgo), const SYS_FTRUNCATE = 201
  8963  pkg syscall (darwin-amd64-cgo), const SYS_FUTIMES = 139
  8964  pkg syscall (darwin-amd64-cgo), const SYS_GETATTRLIST = 220
  8965  pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT = 355
  8966  pkg syscall (darwin-amd64-cgo), const SYS_GETAUDIT_ADDR = 357
  8967  pkg syscall (darwin-amd64-cgo), const SYS_GETAUID = 353
  8968  pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES = 196
  8969  pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIES64 = 344
  8970  pkg syscall (darwin-amd64-cgo), const SYS_GETDIRENTRIESATTR = 222
  8971  pkg syscall (darwin-amd64-cgo), const SYS_GETDTABLESIZE = 89
  8972  pkg syscall (darwin-amd64-cgo), const SYS_GETEGID = 43
  8973  pkg syscall (darwin-amd64-cgo), const SYS_GETEUID = 25
  8974  pkg syscall (darwin-amd64-cgo), const SYS_GETFH = 161
  8975  pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT = 18
  8976  pkg syscall (darwin-amd64-cgo), const SYS_GETFSSTAT64 = 347
  8977  pkg syscall (darwin-amd64-cgo), const SYS_GETGID = 47
  8978  pkg syscall (darwin-amd64-cgo), const SYS_GETGROUPS = 79
  8979  pkg syscall (darwin-amd64-cgo), const SYS_GETHOSTUUID = 142
  8980  pkg syscall (darwin-amd64-cgo), const SYS_GETITIMER = 86
  8981  pkg syscall (darwin-amd64-cgo), const SYS_GETLCID = 395
  8982  pkg syscall (darwin-amd64-cgo), const SYS_GETLOGIN = 49
  8983  pkg syscall (darwin-amd64-cgo), const SYS_GETPEERNAME = 31
  8984  pkg syscall (darwin-amd64-cgo), const SYS_GETPGID = 151
  8985  pkg syscall (darwin-amd64-cgo), const SYS_GETPGRP = 81
  8986  pkg syscall (darwin-amd64-cgo), const SYS_GETPID = 20
  8987  pkg syscall (darwin-amd64-cgo), const SYS_GETPPID = 39
  8988  pkg syscall (darwin-amd64-cgo), const SYS_GETPRIORITY = 100
  8989  pkg syscall (darwin-amd64-cgo), const SYS_GETRLIMIT = 194
  8990  pkg syscall (darwin-amd64-cgo), const SYS_GETRUSAGE = 117
  8991  pkg syscall (darwin-amd64-cgo), const SYS_GETSGROUPS = 288
  8992  pkg syscall (darwin-amd64-cgo), const SYS_GETSID = 310
  8993  pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKNAME = 32
  8994  pkg syscall (darwin-amd64-cgo), const SYS_GETSOCKOPT = 118
  8995  pkg syscall (darwin-amd64-cgo), const SYS_GETTID = 286
  8996  pkg syscall (darwin-amd64-cgo), const SYS_GETTIMEOFDAY = 116
  8997  pkg syscall (darwin-amd64-cgo), const SYS_GETUID = 24
  8998  pkg syscall (darwin-amd64-cgo), const SYS_GETWGROUPS = 290
  8999  pkg syscall (darwin-amd64-cgo), const SYS_GETXATTR = 234
  9000  pkg syscall (darwin-amd64-cgo), const SYS_IDENTITYSVC = 293
  9001  pkg syscall (darwin-amd64-cgo), const SYS_INITGROUPS = 243
  9002  pkg syscall (darwin-amd64-cgo), const SYS_IOCTL = 54
  9003  pkg syscall (darwin-amd64-cgo), const SYS_IOPOLICYSYS = 322
  9004  pkg syscall (darwin-amd64-cgo), const SYS_ISSETUGID = 327
  9005  pkg syscall (darwin-amd64-cgo), const SYS_KDEBUG_TRACE = 180
  9006  pkg syscall (darwin-amd64-cgo), const SYS_KEVENT = 363
  9007  pkg syscall (darwin-amd64-cgo), const SYS_KEVENT64 = 369
  9008  pkg syscall (darwin-amd64-cgo), const SYS_KILL = 37
  9009  pkg syscall (darwin-amd64-cgo), const SYS_KQUEUE = 362
  9010  pkg syscall (darwin-amd64-cgo), const SYS_LCHOWN = 364
  9011  pkg syscall (darwin-amd64-cgo), const SYS_LINK = 9
  9012  pkg syscall (darwin-amd64-cgo), const SYS_LIO_LISTIO = 320
  9013  pkg syscall (darwin-amd64-cgo), const SYS_LISTEN = 106
  9014  pkg syscall (darwin-amd64-cgo), const SYS_LISTXATTR = 240
  9015  pkg syscall (darwin-amd64-cgo), const SYS_LSEEK = 199
  9016  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT = 190
  9017  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64 = 340
  9018  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT64_EXTENDED = 342
  9019  pkg syscall (darwin-amd64-cgo), const SYS_LSTATV = 218
  9020  pkg syscall (darwin-amd64-cgo), const SYS_LSTAT_EXTENDED = 280
  9021  pkg syscall (darwin-amd64-cgo), const SYS_MADVISE = 75
  9022  pkg syscall (darwin-amd64-cgo), const SYS_MAXSYSCALL = 439
  9023  pkg syscall (darwin-amd64-cgo), const SYS_MINCORE = 78
  9024  pkg syscall (darwin-amd64-cgo), const SYS_MINHERIT = 250
  9025  pkg syscall (darwin-amd64-cgo), const SYS_MKCOMPLEX = 216
  9026  pkg syscall (darwin-amd64-cgo), const SYS_MKDIR = 136
  9027  pkg syscall (darwin-amd64-cgo), const SYS_MKDIR_EXTENDED = 292
  9028  pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO = 132
  9029  pkg syscall (darwin-amd64-cgo), const SYS_MKFIFO_EXTENDED = 291
  9030  pkg syscall (darwin-amd64-cgo), const SYS_MKNOD = 14
  9031  pkg syscall (darwin-amd64-cgo), const SYS_MLOCK = 203
  9032  pkg syscall (darwin-amd64-cgo), const SYS_MLOCKALL = 324
  9033  pkg syscall (darwin-amd64-cgo), const SYS_MMAP = 197
  9034  pkg syscall (darwin-amd64-cgo), const SYS_MODWATCH = 233
  9035  pkg syscall (darwin-amd64-cgo), const SYS_MOUNT = 167
  9036  pkg syscall (darwin-amd64-cgo), const SYS_MPROTECT = 74
  9037  pkg syscall (darwin-amd64-cgo), const SYS_MSGCTL = 258
  9038  pkg syscall (darwin-amd64-cgo), const SYS_MSGGET = 259
  9039  pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV = 261
  9040  pkg syscall (darwin-amd64-cgo), const SYS_MSGRCV_NOCANCEL = 419
  9041  pkg syscall (darwin-amd64-cgo), const SYS_MSGSND = 260
  9042  pkg syscall (darwin-amd64-cgo), const SYS_MSGSND_NOCANCEL = 418
  9043  pkg syscall (darwin-amd64-cgo), const SYS_MSGSYS = 252
  9044  pkg syscall (darwin-amd64-cgo), const SYS_MSYNC = 65
  9045  pkg syscall (darwin-amd64-cgo), const SYS_MSYNC_NOCANCEL = 405
  9046  pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCK = 204
  9047  pkg syscall (darwin-amd64-cgo), const SYS_MUNLOCKALL = 325
  9048  pkg syscall (darwin-amd64-cgo), const SYS_MUNMAP = 73
  9049  pkg syscall (darwin-amd64-cgo), const SYS_NFSCLNT = 247
  9050  pkg syscall (darwin-amd64-cgo), const SYS_NFSSVC = 155
  9051  pkg syscall (darwin-amd64-cgo), const SYS_OPEN = 5
  9052  pkg syscall (darwin-amd64-cgo), const SYS_OPEN_EXTENDED = 277
  9053  pkg syscall (darwin-amd64-cgo), const SYS_OPEN_NOCANCEL = 398
  9054  pkg syscall (darwin-amd64-cgo), const SYS_PATHCONF = 191
  9055  pkg syscall (darwin-amd64-cgo), const SYS_PID_HIBERNATE = 435
  9056  pkg syscall (darwin-amd64-cgo), const SYS_PID_RESUME = 434
  9057  pkg syscall (darwin-amd64-cgo), const SYS_PID_SHUTDOWN_SOCKETS = 436
  9058  pkg syscall (darwin-amd64-cgo), const SYS_PID_SUSPEND = 433
  9059  pkg syscall (darwin-amd64-cgo), const SYS_PIPE = 42
  9060  pkg syscall (darwin-amd64-cgo), const SYS_POLL = 230
  9061  pkg syscall (darwin-amd64-cgo), const SYS_POLL_NOCANCEL = 417
  9062  pkg syscall (darwin-amd64-cgo), const SYS_POSIX_SPAWN = 244
  9063  pkg syscall (darwin-amd64-cgo), const SYS_PREAD = 153
  9064  pkg syscall (darwin-amd64-cgo), const SYS_PREAD_NOCANCEL = 414
  9065  pkg syscall (darwin-amd64-cgo), const SYS_PROCESS_POLICY = 323
  9066  pkg syscall (darwin-amd64-cgo), const SYS_PROC_INFO = 336
  9067  pkg syscall (darwin-amd64-cgo), const SYS_PROFIL = 44
  9068  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVBROAD = 303
  9069  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVCLRPREPOST = 312
  9070  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVSIGNAL = 304
  9071  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_CVWAIT = 305
  9072  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXDROP = 302
  9073  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_MUTEXWAIT = 301
  9074  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_DOWNGRADE = 299
  9075  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_LONGRDLOCK = 297
  9076  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_RDLOCK = 306
  9077  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK = 308
  9078  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UNLOCK2 = 309
  9079  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_UPGRADE = 300
  9080  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_WRLOCK = 307
  9081  pkg syscall (darwin-amd64-cgo), const SYS_PSYNCH_RW_YIELDWRLOCK = 298
  9082  pkg syscall (darwin-amd64-cgo), const SYS_PTRACE = 26
  9083  pkg syscall (darwin-amd64-cgo), const SYS_PWRITE = 154
  9084  pkg syscall (darwin-amd64-cgo), const SYS_PWRITE_NOCANCEL = 415
  9085  pkg syscall (darwin-amd64-cgo), const SYS_QUOTACTL = 165
  9086  pkg syscall (darwin-amd64-cgo), const SYS_READ = 3
  9087  pkg syscall (darwin-amd64-cgo), const SYS_READLINK = 58
  9088  pkg syscall (darwin-amd64-cgo), const SYS_READV = 120
  9089  pkg syscall (darwin-amd64-cgo), const SYS_READV_NOCANCEL = 411
  9090  pkg syscall (darwin-amd64-cgo), const SYS_READ_NOCANCEL = 396
  9091  pkg syscall (darwin-amd64-cgo), const SYS_REBOOT = 55
  9092  pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM = 29
  9093  pkg syscall (darwin-amd64-cgo), const SYS_RECVFROM_NOCANCEL = 403
  9094  pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG = 27
  9095  pkg syscall (darwin-amd64-cgo), const SYS_RECVMSG_NOCANCEL = 401
  9096  pkg syscall (darwin-amd64-cgo), const SYS_REMOVEXATTR = 238
  9097  pkg syscall (darwin-amd64-cgo), const SYS_RENAME = 128
  9098  pkg syscall (darwin-amd64-cgo), const SYS_REVOKE = 56
  9099  pkg syscall (darwin-amd64-cgo), const SYS_RMDIR = 137
  9100  pkg syscall (darwin-amd64-cgo), const SYS_SEARCHFS = 225
  9101  pkg syscall (darwin-amd64-cgo), const SYS_SELECT = 93
  9102  pkg syscall (darwin-amd64-cgo), const SYS_SELECT_NOCANCEL = 407
  9103  pkg syscall (darwin-amd64-cgo), const SYS_SEMCTL = 254
  9104  pkg syscall (darwin-amd64-cgo), const SYS_SEMGET = 255
  9105  pkg syscall (darwin-amd64-cgo), const SYS_SEMOP = 256
  9106  pkg syscall (darwin-amd64-cgo), const SYS_SEMSYS = 251
  9107  pkg syscall (darwin-amd64-cgo), const SYS_SEM_CLOSE = 269
  9108  pkg syscall (darwin-amd64-cgo), const SYS_SEM_DESTROY = 276
  9109  pkg syscall (darwin-amd64-cgo), const SYS_SEM_GETVALUE = 274
  9110  pkg syscall (darwin-amd64-cgo), const SYS_SEM_INIT = 275
  9111  pkg syscall (darwin-amd64-cgo), const SYS_SEM_OPEN = 268
  9112  pkg syscall (darwin-amd64-cgo), const SYS_SEM_POST = 273
  9113  pkg syscall (darwin-amd64-cgo), const SYS_SEM_TRYWAIT = 272
  9114  pkg syscall (darwin-amd64-cgo), const SYS_SEM_UNLINK = 270
  9115  pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT = 271
  9116  pkg syscall (darwin-amd64-cgo), const SYS_SEM_WAIT_NOCANCEL = 420
  9117  pkg syscall (darwin-amd64-cgo), const SYS_SENDFILE = 337
  9118  pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG = 28
  9119  pkg syscall (darwin-amd64-cgo), const SYS_SENDMSG_NOCANCEL = 402
  9120  pkg syscall (darwin-amd64-cgo), const SYS_SENDTO = 133
  9121  pkg syscall (darwin-amd64-cgo), const SYS_SENDTO_NOCANCEL = 413
  9122  pkg syscall (darwin-amd64-cgo), const SYS_SETATTRLIST = 221
  9123  pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT = 356
  9124  pkg syscall (darwin-amd64-cgo), const SYS_SETAUDIT_ADDR = 358
  9125  pkg syscall (darwin-amd64-cgo), const SYS_SETAUID = 354
  9126  pkg syscall (darwin-amd64-cgo), const SYS_SETEGID = 182
  9127  pkg syscall (darwin-amd64-cgo), const SYS_SETEUID = 183
  9128  pkg syscall (darwin-amd64-cgo), const SYS_SETGID = 181
  9129  pkg syscall (darwin-amd64-cgo), const SYS_SETGROUPS = 80
  9130  pkg syscall (darwin-amd64-cgo), const SYS_SETITIMER = 83
  9131  pkg syscall (darwin-amd64-cgo), const SYS_SETLCID = 394
  9132  pkg syscall (darwin-amd64-cgo), const SYS_SETLOGIN = 50
  9133  pkg syscall (darwin-amd64-cgo), const SYS_SETPGID = 82
  9134  pkg syscall (darwin-amd64-cgo), const SYS_SETPRIORITY = 96
  9135  pkg syscall (darwin-amd64-cgo), const SYS_SETPRIVEXEC = 152
  9136  pkg syscall (darwin-amd64-cgo), const SYS_SETREGID = 127
  9137  pkg syscall (darwin-amd64-cgo), const SYS_SETREUID = 126
  9138  pkg syscall (darwin-amd64-cgo), const SYS_SETRLIMIT = 195
  9139  pkg syscall (darwin-amd64-cgo), const SYS_SETSGROUPS = 287
  9140  pkg syscall (darwin-amd64-cgo), const SYS_SETSID = 147
  9141  pkg syscall (darwin-amd64-cgo), const SYS_SETSOCKOPT = 105
  9142  pkg syscall (darwin-amd64-cgo), const SYS_SETTID = 285
  9143  pkg syscall (darwin-amd64-cgo), const SYS_SETTID_WITH_PID = 311
  9144  pkg syscall (darwin-amd64-cgo), const SYS_SETTIMEOFDAY = 122
  9145  pkg syscall (darwin-amd64-cgo), const SYS_SETUID = 23
  9146  pkg syscall (darwin-amd64-cgo), const SYS_SETWGROUPS = 289
  9147  pkg syscall (darwin-amd64-cgo), const SYS_SETXATTR = 236
  9148  pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_CHECK_NP = 294
  9149  pkg syscall (darwin-amd64-cgo), const SYS_SHARED_REGION_MAP_AND_SLIDE_NP = 438
  9150  pkg syscall (darwin-amd64-cgo), const SYS_SHMAT = 262
  9151  pkg syscall (darwin-amd64-cgo), const SYS_SHMCTL = 263
  9152  pkg syscall (darwin-amd64-cgo), const SYS_SHMDT = 264
  9153  pkg syscall (darwin-amd64-cgo), const SYS_SHMGET = 265
  9154  pkg syscall (darwin-amd64-cgo), const SYS_SHMSYS = 253
  9155  pkg syscall (darwin-amd64-cgo), const SYS_SHM_OPEN = 266
  9156  pkg syscall (darwin-amd64-cgo), const SYS_SHM_UNLINK = 267
  9157  pkg syscall (darwin-amd64-cgo), const SYS_SHUTDOWN = 134
  9158  pkg syscall (darwin-amd64-cgo), const SYS_SIGACTION = 46
  9159  pkg syscall (darwin-amd64-cgo), const SYS_SIGALTSTACK = 53
  9160  pkg syscall (darwin-amd64-cgo), const SYS_SIGPENDING = 52
  9161  pkg syscall (darwin-amd64-cgo), const SYS_SIGPROCMASK = 48
  9162  pkg syscall (darwin-amd64-cgo), const SYS_SIGRETURN = 184
  9163  pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND = 111
  9164  pkg syscall (darwin-amd64-cgo), const SYS_SIGSUSPEND_NOCANCEL = 410
  9165  pkg syscall (darwin-amd64-cgo), const SYS_SOCKET = 97
  9166  pkg syscall (darwin-amd64-cgo), const SYS_SOCKETPAIR = 135
  9167  pkg syscall (darwin-amd64-cgo), const SYS_STACK_SNAPSHOT = 365
  9168  pkg syscall (darwin-amd64-cgo), const SYS_STAT = 188
  9169  pkg syscall (darwin-amd64-cgo), const SYS_STAT64 = 338
  9170  pkg syscall (darwin-amd64-cgo), const SYS_STAT64_EXTENDED = 341
  9171  pkg syscall (darwin-amd64-cgo), const SYS_STATFS = 157
  9172  pkg syscall (darwin-amd64-cgo), const SYS_STATFS64 = 345
  9173  pkg syscall (darwin-amd64-cgo), const SYS_STATV = 217
  9174  pkg syscall (darwin-amd64-cgo), const SYS_STAT_EXTENDED = 279
  9175  pkg syscall (darwin-amd64-cgo), const SYS_SWAPON = 85
  9176  pkg syscall (darwin-amd64-cgo), const SYS_SYMLINK = 57
  9177  pkg syscall (darwin-amd64-cgo), const SYS_SYNC = 36
  9178  pkg syscall (darwin-amd64-cgo), const SYS_SYSCALL = 0
  9179  pkg syscall (darwin-amd64-cgo), const SYS_THREAD_SELFID = 372
  9180  pkg syscall (darwin-amd64-cgo), const SYS_TRUNCATE = 200
  9181  pkg syscall (darwin-amd64-cgo), const SYS_UMASK = 60
  9182  pkg syscall (darwin-amd64-cgo), const SYS_UMASK_EXTENDED = 278
  9183  pkg syscall (darwin-amd64-cgo), const SYS_UNDELETE = 205
  9184  pkg syscall (darwin-amd64-cgo), const SYS_UNLINK = 10
  9185  pkg syscall (darwin-amd64-cgo), const SYS_UNMOUNT = 159
  9186  pkg syscall (darwin-amd64-cgo), const SYS_UTIMES = 138
  9187  pkg syscall (darwin-amd64-cgo), const SYS_VFORK = 66
  9188  pkg syscall (darwin-amd64-cgo), const SYS_VM_PRESSURE_MONITOR = 296
  9189  pkg syscall (darwin-amd64-cgo), const SYS_WAIT4 = 7
  9190  pkg syscall (darwin-amd64-cgo), const SYS_WAIT4_NOCANCEL = 400
  9191  pkg syscall (darwin-amd64-cgo), const SYS_WAITEVENT = 232
  9192  pkg syscall (darwin-amd64-cgo), const SYS_WAITID = 173
  9193  pkg syscall (darwin-amd64-cgo), const SYS_WAITID_NOCANCEL = 416
  9194  pkg syscall (darwin-amd64-cgo), const SYS_WATCHEVENT = 231
  9195  pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_KERNRETURN = 368
  9196  pkg syscall (darwin-amd64-cgo), const SYS_WORKQ_OPEN = 367
  9197  pkg syscall (darwin-amd64-cgo), const SYS_WRITE = 4
  9198  pkg syscall (darwin-amd64-cgo), const SYS_WRITEV = 121
  9199  pkg syscall (darwin-amd64-cgo), const SYS_WRITEV_NOCANCEL = 412
  9200  pkg syscall (darwin-amd64-cgo), const SYS_WRITE_NOCANCEL = 397
  9201  pkg syscall (darwin-amd64-cgo), const SYS___DISABLE_THREADSIGNAL = 331
  9202  pkg syscall (darwin-amd64-cgo), const SYS___MAC_EXECVE = 380
  9203  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GETFSSTAT = 426
  9204  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FD = 388
  9205  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_FILE = 382
  9206  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCID = 391
  9207  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LCTX = 392
  9208  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_LINK = 384
  9209  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_MOUNT = 425
  9210  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PID = 390
  9211  pkg syscall (darwin-amd64-cgo), const SYS___MAC_GET_PROC = 386
  9212  pkg syscall (darwin-amd64-cgo), const SYS___MAC_MOUNT = 424
  9213  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FD = 389
  9214  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_FILE = 383
  9215  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LCTX = 393
  9216  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_LINK = 385
  9217  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SET_PROC = 387
  9218  pkg syscall (darwin-amd64-cgo), const SYS___MAC_SYSCALL = 381
  9219  pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL = 370
  9220  pkg syscall (darwin-amd64-cgo), const SYS___OLD_SEMWAIT_SIGNAL_NOCANCEL = 371
  9221  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CANCELED = 333
  9222  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_CHDIR = 348
  9223  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_FCHDIR = 349
  9224  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_KILL = 328
  9225  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_MARKCANCEL = 332
  9226  pkg syscall (darwin-amd64-cgo), const SYS___PTHREAD_SIGMASK = 329
  9227  pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL = 334
  9228  pkg syscall (darwin-amd64-cgo), const SYS___SEMWAIT_SIGNAL_NOCANCEL = 423
  9229  pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT = 330
  9230  pkg syscall (darwin-amd64-cgo), const SYS___SIGWAIT_NOCANCEL = 422
  9231  pkg syscall (darwin-amd64-cgo), const SYS___SYSCTL = 202
  9232  pkg syscall (darwin-amd64-cgo), const S_IEXEC = 64
  9233  pkg syscall (darwin-amd64-cgo), const S_IFMT = 61440
  9234  pkg syscall (darwin-amd64-cgo), const S_IFWHT = 57344
  9235  pkg syscall (darwin-amd64-cgo), const S_IREAD = 256
  9236  pkg syscall (darwin-amd64-cgo), const S_IRGRP = 32
  9237  pkg syscall (darwin-amd64-cgo), const S_IROTH = 4
  9238  pkg syscall (darwin-amd64-cgo), const S_IRWXG = 56
  9239  pkg syscall (darwin-amd64-cgo), const S_IRWXO = 7
  9240  pkg syscall (darwin-amd64-cgo), const S_IRWXU = 448
  9241  pkg syscall (darwin-amd64-cgo), const S_ISTXT = 512
  9242  pkg syscall (darwin-amd64-cgo), const S_IWGRP = 16
  9243  pkg syscall (darwin-amd64-cgo), const S_IWOTH = 2
  9244  pkg syscall (darwin-amd64-cgo), const S_IWRITE = 128
  9245  pkg syscall (darwin-amd64-cgo), const S_IXGRP = 8
  9246  pkg syscall (darwin-amd64-cgo), const S_IXOTH = 1
  9247  pkg syscall (darwin-amd64-cgo), const SizeofBpfHdr = 20
  9248  pkg syscall (darwin-amd64-cgo), const SizeofBpfInsn = 8
  9249  pkg syscall (darwin-amd64-cgo), const SizeofBpfProgram = 16
  9250  pkg syscall (darwin-amd64-cgo), const SizeofBpfStat = 8
  9251  pkg syscall (darwin-amd64-cgo), const SizeofBpfVersion = 4
  9252  pkg syscall (darwin-amd64-cgo), const SizeofCmsghdr = 12
  9253  pkg syscall (darwin-amd64-cgo), const SizeofIPMreq = 8
  9254  pkg syscall (darwin-amd64-cgo), const SizeofIPv6Mreq = 20
  9255  pkg syscall (darwin-amd64-cgo), const SizeofIfData = 96
  9256  pkg syscall (darwin-amd64-cgo), const SizeofIfMsghdr = 112
  9257  pkg syscall (darwin-amd64-cgo), const SizeofIfaMsghdr = 20
  9258  pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr = 16
  9259  pkg syscall (darwin-amd64-cgo), const SizeofIfmaMsghdr2 = 20
  9260  pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo = 12
  9261  pkg syscall (darwin-amd64-cgo), const SizeofInet4Pktinfo ideal-int
  9262  pkg syscall (darwin-amd64-cgo), const SizeofInet6Pktinfo = 20
  9263  pkg syscall (darwin-amd64-cgo), const SizeofLinger = 8
  9264  pkg syscall (darwin-amd64-cgo), const SizeofMsghdr = 48
  9265  pkg syscall (darwin-amd64-cgo), const SizeofRtMetrics = 56
  9266  pkg syscall (darwin-amd64-cgo), const SizeofRtMsghdr = 92
  9267  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrAny = 108
  9268  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrDatalink = 20
  9269  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet4 = 16
  9270  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrInet6 = 28
  9271  pkg syscall (darwin-amd64-cgo), const SizeofSockaddrUnix = 106
  9272  pkg syscall (darwin-amd64-cgo), const TCIFLUSH = 1
  9273  pkg syscall (darwin-amd64-cgo), const TCIFLUSH ideal-int
  9274  pkg syscall (darwin-amd64-cgo), const TCIOFLUSH = 3
  9275  pkg syscall (darwin-amd64-cgo), const TCIOFLUSH ideal-int
  9276  pkg syscall (darwin-amd64-cgo), const TCOFLUSH = 2
  9277  pkg syscall (darwin-amd64-cgo), const TCOFLUSH ideal-int
  9278  pkg syscall (darwin-amd64-cgo), const TCP_CONNECTIONTIMEOUT = 32
  9279  pkg syscall (darwin-amd64-cgo), const TCP_KEEPALIVE = 16
  9280  pkg syscall (darwin-amd64-cgo), const TCP_MAXHLEN = 60
  9281  pkg syscall (darwin-amd64-cgo), const TCP_MAXOLEN = 40
  9282  pkg syscall (darwin-amd64-cgo), const TCP_MAXSEG = 2
  9283  pkg syscall (darwin-amd64-cgo), const TCP_MAXWIN = 65535
  9284  pkg syscall (darwin-amd64-cgo), const TCP_MAX_SACK = 3
  9285  pkg syscall (darwin-amd64-cgo), const TCP_MAX_WINSHIFT = 14
  9286  pkg syscall (darwin-amd64-cgo), const TCP_MINMSS = 216
  9287  pkg syscall (darwin-amd64-cgo), const TCP_MINMSSOVERLOAD = 1000
  9288  pkg syscall (darwin-amd64-cgo), const TCP_MSS = 512
  9289  pkg syscall (darwin-amd64-cgo), const TCP_NOOPT = 8
  9290  pkg syscall (darwin-amd64-cgo), const TCP_NOPUSH = 4
  9291  pkg syscall (darwin-amd64-cgo), const TCP_RXT_CONNDROPTIME = 128
  9292  pkg syscall (darwin-amd64-cgo), const TCP_RXT_FINDROP = 256
  9293  pkg syscall (darwin-amd64-cgo), const TCSAFLUSH = 2
  9294  pkg syscall (darwin-amd64-cgo), const TCSAFLUSH ideal-int
  9295  pkg syscall (darwin-amd64-cgo), const TIOCCBRK = 536900730
  9296  pkg syscall (darwin-amd64-cgo), const TIOCCDTR = 536900728
  9297  pkg syscall (darwin-amd64-cgo), const TIOCCONS = 2147775586
  9298  pkg syscall (darwin-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
  9299  pkg syscall (darwin-amd64-cgo), const TIOCDRAIN = 536900702
  9300  pkg syscall (darwin-amd64-cgo), const TIOCDSIMICROCODE = 536900693
  9301  pkg syscall (darwin-amd64-cgo), const TIOCEXCL = 536900621
  9302  pkg syscall (darwin-amd64-cgo), const TIOCEXT = 2147775584
  9303  pkg syscall (darwin-amd64-cgo), const TIOCFLUSH = 2147775504
  9304  pkg syscall (darwin-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
  9305  pkg syscall (darwin-amd64-cgo), const TIOCGETA = 1078490131
  9306  pkg syscall (darwin-amd64-cgo), const TIOCGETD = 1074033690
  9307  pkg syscall (darwin-amd64-cgo), const TIOCGPGRP = 1074033783
  9308  pkg syscall (darwin-amd64-cgo), const TIOCGWINSZ = 1074295912
  9309  pkg syscall (darwin-amd64-cgo), const TIOCIXOFF = 536900736
  9310  pkg syscall (darwin-amd64-cgo), const TIOCIXON = 536900737
  9311  pkg syscall (darwin-amd64-cgo), const TIOCMBIC = 2147775595
  9312  pkg syscall (darwin-amd64-cgo), const TIOCMBIS = 2147775596
  9313  pkg syscall (darwin-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
  9314  pkg syscall (darwin-amd64-cgo), const TIOCMGET = 1074033770
  9315  pkg syscall (darwin-amd64-cgo), const TIOCMODG = 1074033667
  9316  pkg syscall (darwin-amd64-cgo), const TIOCMODS = 2147775492
  9317  pkg syscall (darwin-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
  9318  pkg syscall (darwin-amd64-cgo), const TIOCMSET = 2147775597
  9319  pkg syscall (darwin-amd64-cgo), const TIOCM_CAR = 64
  9320  pkg syscall (darwin-amd64-cgo), const TIOCM_CD = 64
  9321  pkg syscall (darwin-amd64-cgo), const TIOCM_CTS = 32
  9322  pkg syscall (darwin-amd64-cgo), const TIOCM_DSR = 256
  9323  pkg syscall (darwin-amd64-cgo), const TIOCM_DTR = 2
  9324  pkg syscall (darwin-amd64-cgo), const TIOCM_LE = 1
  9325  pkg syscall (darwin-amd64-cgo), const TIOCM_RI = 128
  9326  pkg syscall (darwin-amd64-cgo), const TIOCM_RNG = 128
  9327  pkg syscall (darwin-amd64-cgo), const TIOCM_RTS = 4
  9328  pkg syscall (darwin-amd64-cgo), const TIOCM_SR = 16
  9329  pkg syscall (darwin-amd64-cgo), const TIOCM_ST = 8
  9330  pkg syscall (darwin-amd64-cgo), const TIOCNOTTY = 536900721
  9331  pkg syscall (darwin-amd64-cgo), const TIOCNXCL = 536900622
  9332  pkg syscall (darwin-amd64-cgo), const TIOCOUTQ = 1074033779
  9333  pkg syscall (darwin-amd64-cgo), const TIOCPKT = 2147775600
  9334  pkg syscall (darwin-amd64-cgo), const TIOCPKT_DATA = 0
  9335  pkg syscall (darwin-amd64-cgo), const TIOCPKT_DOSTOP = 32
  9336  pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
  9337  pkg syscall (darwin-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
  9338  pkg syscall (darwin-amd64-cgo), const TIOCPKT_IOCTL = 64
  9339  pkg syscall (darwin-amd64-cgo), const TIOCPKT_NOSTOP = 16
  9340  pkg syscall (darwin-amd64-cgo), const TIOCPKT_START = 8
  9341  pkg syscall (darwin-amd64-cgo), const TIOCPKT_STOP = 4
  9342  pkg syscall (darwin-amd64-cgo), const TIOCPTYGNAME = 1082160211
  9343  pkg syscall (darwin-amd64-cgo), const TIOCPTYGRANT = 536900692
  9344  pkg syscall (darwin-amd64-cgo), const TIOCPTYUNLK = 536900690
  9345  pkg syscall (darwin-amd64-cgo), const TIOCREMOTE = 2147775593
  9346  pkg syscall (darwin-amd64-cgo), const TIOCSBRK = 536900731
  9347  pkg syscall (darwin-amd64-cgo), const TIOCSCONS = 536900707
  9348  pkg syscall (darwin-amd64-cgo), const TIOCSCTTY = 536900705
  9349  pkg syscall (darwin-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
  9350  pkg syscall (darwin-amd64-cgo), const TIOCSDTR = 536900729
  9351  pkg syscall (darwin-amd64-cgo), const TIOCSETA = 2152231956
  9352  pkg syscall (darwin-amd64-cgo), const TIOCSETAF = 2152231958
  9353  pkg syscall (darwin-amd64-cgo), const TIOCSETAW = 2152231957
  9354  pkg syscall (darwin-amd64-cgo), const TIOCSETD = 2147775515
  9355  pkg syscall (darwin-amd64-cgo), const TIOCSIG = 536900703
  9356  pkg syscall (darwin-amd64-cgo), const TIOCSPGRP = 2147775606
  9357  pkg syscall (darwin-amd64-cgo), const TIOCSTART = 536900718
  9358  pkg syscall (darwin-amd64-cgo), const TIOCSTAT = 536900709
  9359  pkg syscall (darwin-amd64-cgo), const TIOCSTI = 2147578994
  9360  pkg syscall (darwin-amd64-cgo), const TIOCSTOP = 536900719
  9361  pkg syscall (darwin-amd64-cgo), const TIOCSWINSZ = 2148037735
  9362  pkg syscall (darwin-amd64-cgo), const TIOCTIMESTAMP = 1074820185
  9363  pkg syscall (darwin-amd64-cgo), const TIOCUCNTL = 2147775590
  9364  pkg syscall (darwin-amd64-cgo), const TOSTOP = 4194304
  9365  pkg syscall (darwin-amd64-cgo), const TOSTOP ideal-int
  9366  pkg syscall (darwin-amd64-cgo), const VDISCARD = 15
  9367  pkg syscall (darwin-amd64-cgo), const VDISCARD ideal-int
  9368  pkg syscall (darwin-amd64-cgo), const VDSUSP = 11
  9369  pkg syscall (darwin-amd64-cgo), const VDSUSP ideal-int
  9370  pkg syscall (darwin-amd64-cgo), const VEOF = 0
  9371  pkg syscall (darwin-amd64-cgo), const VEOF ideal-int
  9372  pkg syscall (darwin-amd64-cgo), const VEOL = 1
  9373  pkg syscall (darwin-amd64-cgo), const VEOL ideal-int
  9374  pkg syscall (darwin-amd64-cgo), const VEOL2 = 2
  9375  pkg syscall (darwin-amd64-cgo), const VEOL2 ideal-int
  9376  pkg syscall (darwin-amd64-cgo), const VERASE = 3
  9377  pkg syscall (darwin-amd64-cgo), const VERASE ideal-int
  9378  pkg syscall (darwin-amd64-cgo), const VINTR = 8
  9379  pkg syscall (darwin-amd64-cgo), const VINTR ideal-int
  9380  pkg syscall (darwin-amd64-cgo), const VKILL = 5
  9381  pkg syscall (darwin-amd64-cgo), const VKILL ideal-int
  9382  pkg syscall (darwin-amd64-cgo), const VLNEXT = 14
  9383  pkg syscall (darwin-amd64-cgo), const VLNEXT ideal-int
  9384  pkg syscall (darwin-amd64-cgo), const VMIN = 16
  9385  pkg syscall (darwin-amd64-cgo), const VMIN ideal-int
  9386  pkg syscall (darwin-amd64-cgo), const VQUIT = 9
  9387  pkg syscall (darwin-amd64-cgo), const VQUIT ideal-int
  9388  pkg syscall (darwin-amd64-cgo), const VREPRINT = 6
  9389  pkg syscall (darwin-amd64-cgo), const VREPRINT ideal-int
  9390  pkg syscall (darwin-amd64-cgo), const VSTART = 12
  9391  pkg syscall (darwin-amd64-cgo), const VSTART ideal-int
  9392  pkg syscall (darwin-amd64-cgo), const VSTATUS = 18
  9393  pkg syscall (darwin-amd64-cgo), const VSTATUS ideal-int
  9394  pkg syscall (darwin-amd64-cgo), const VSTOP = 13
  9395  pkg syscall (darwin-amd64-cgo), const VSTOP ideal-int
  9396  pkg syscall (darwin-amd64-cgo), const VSUSP = 10
  9397  pkg syscall (darwin-amd64-cgo), const VSUSP ideal-int
  9398  pkg syscall (darwin-amd64-cgo), const VT0 = 0
  9399  pkg syscall (darwin-amd64-cgo), const VT0 ideal-int
  9400  pkg syscall (darwin-amd64-cgo), const VT1 = 65536
  9401  pkg syscall (darwin-amd64-cgo), const VT1 ideal-int
  9402  pkg syscall (darwin-amd64-cgo), const VTDLY = 65536
  9403  pkg syscall (darwin-amd64-cgo), const VTDLY ideal-int
  9404  pkg syscall (darwin-amd64-cgo), const VTIME = 17
  9405  pkg syscall (darwin-amd64-cgo), const VTIME ideal-int
  9406  pkg syscall (darwin-amd64-cgo), const VWERASE = 4
  9407  pkg syscall (darwin-amd64-cgo), const VWERASE ideal-int
  9408  pkg syscall (darwin-amd64-cgo), const WCONTINUED = 16
  9409  pkg syscall (darwin-amd64-cgo), const WCOREFLAG = 128
  9410  pkg syscall (darwin-amd64-cgo), const WEXITED = 4
  9411  pkg syscall (darwin-amd64-cgo), const WNOHANG = 1
  9412  pkg syscall (darwin-amd64-cgo), const WNOWAIT = 32
  9413  pkg syscall (darwin-amd64-cgo), const WORDSIZE = 64
  9414  pkg syscall (darwin-amd64-cgo), const WSTOPPED = 8
  9415  pkg syscall (darwin-amd64-cgo), const WUNTRACED = 2
  9416  pkg syscall (darwin-amd64-cgo), func Fchflags(int, int) error
  9417  pkg syscall (darwin-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
  9418  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct
  9419  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Addr [4]uint8
  9420  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Ifindex uint32
  9421  pkg syscall (darwin-amd64-cgo), type Inet4Pktinfo struct, Spec_dst [4]uint8
  9422  pkg syscall (darwin-amd64-cgo), type Termios struct
  9423  pkg syscall (darwin-amd64-cgo), type Termios struct, Cc [20]uint8
  9424  pkg syscall (darwin-amd64-cgo), type Termios struct, Cflag uint64
  9425  pkg syscall (darwin-amd64-cgo), type Termios struct, Iflag uint64
  9426  pkg syscall (darwin-amd64-cgo), type Termios struct, Ispeed uint64
  9427  pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64
  9428  pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64
  9429  pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64
  9430  pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]uint8
  9431  pkg syscall (freebsd-386), const AF_APPLETALK = 16
  9432  pkg syscall (freebsd-386), const AF_ARP = 35
  9433  pkg syscall (freebsd-386), const AF_ATM = 30
  9434  pkg syscall (freebsd-386), const AF_BLUETOOTH = 36
  9435  pkg syscall (freebsd-386), const AF_CCITT = 10
  9436  pkg syscall (freebsd-386), const AF_CHAOS = 5
  9437  pkg syscall (freebsd-386), const AF_CNT = 21
  9438  pkg syscall (freebsd-386), const AF_COIP = 20
  9439  pkg syscall (freebsd-386), const AF_DATAKIT = 9
  9440  pkg syscall (freebsd-386), const AF_DECnet = 12
  9441  pkg syscall (freebsd-386), const AF_DLI = 13
  9442  pkg syscall (freebsd-386), const AF_E164 = 26
  9443  pkg syscall (freebsd-386), const AF_ECMA = 8
  9444  pkg syscall (freebsd-386), const AF_HYLINK = 15
  9445  pkg syscall (freebsd-386), const AF_IEEE80211 = 37
  9446  pkg syscall (freebsd-386), const AF_IMPLINK = 3
  9447  pkg syscall (freebsd-386), const AF_INET6 = 28
  9448  pkg syscall (freebsd-386), const AF_IPX = 23
  9449  pkg syscall (freebsd-386), const AF_ISDN = 26
  9450  pkg syscall (freebsd-386), const AF_ISO = 7
  9451  pkg syscall (freebsd-386), const AF_LAT = 14
  9452  pkg syscall (freebsd-386), const AF_LINK = 18
  9453  pkg syscall (freebsd-386), const AF_LOCAL = 1
  9454  pkg syscall (freebsd-386), const AF_MAX = 38
  9455  pkg syscall (freebsd-386), const AF_NATM = 29
  9456  pkg syscall (freebsd-386), const AF_NETBIOS = 6
  9457  pkg syscall (freebsd-386), const AF_NETGRAPH = 32
  9458  pkg syscall (freebsd-386), const AF_OSI = 7
  9459  pkg syscall (freebsd-386), const AF_PUP = 4
  9460  pkg syscall (freebsd-386), const AF_ROUTE = 17
  9461  pkg syscall (freebsd-386), const AF_SCLUSTER = 34
  9462  pkg syscall (freebsd-386), const AF_SIP = 24
  9463  pkg syscall (freebsd-386), const AF_SLOW = 33
  9464  pkg syscall (freebsd-386), const AF_SNA = 11
  9465  pkg syscall (freebsd-386), const AF_VENDOR00 = 39
  9466  pkg syscall (freebsd-386), const AF_VENDOR01 = 41
  9467  pkg syscall (freebsd-386), const AF_VENDOR02 = 43
  9468  pkg syscall (freebsd-386), const AF_VENDOR03 = 45
  9469  pkg syscall (freebsd-386), const AF_VENDOR04 = 47
  9470  pkg syscall (freebsd-386), const AF_VENDOR05 = 49
  9471  pkg syscall (freebsd-386), const AF_VENDOR06 = 51
  9472  pkg syscall (freebsd-386), const AF_VENDOR07 = 53
  9473  pkg syscall (freebsd-386), const AF_VENDOR08 = 55
  9474  pkg syscall (freebsd-386), const AF_VENDOR09 = 57
  9475  pkg syscall (freebsd-386), const AF_VENDOR10 = 59
  9476  pkg syscall (freebsd-386), const AF_VENDOR11 = 61
  9477  pkg syscall (freebsd-386), const AF_VENDOR12 = 63
  9478  pkg syscall (freebsd-386), const AF_VENDOR13 = 65
  9479  pkg syscall (freebsd-386), const AF_VENDOR14 = 67
  9480  pkg syscall (freebsd-386), const AF_VENDOR15 = 69
  9481  pkg syscall (freebsd-386), const AF_VENDOR16 = 71
  9482  pkg syscall (freebsd-386), const AF_VENDOR17 = 73
  9483  pkg syscall (freebsd-386), const AF_VENDOR18 = 75
  9484  pkg syscall (freebsd-386), const AF_VENDOR19 = 77
  9485  pkg syscall (freebsd-386), const AF_VENDOR20 = 79
  9486  pkg syscall (freebsd-386), const AF_VENDOR21 = 81
  9487  pkg syscall (freebsd-386), const AF_VENDOR22 = 83
  9488  pkg syscall (freebsd-386), const AF_VENDOR23 = 85
  9489  pkg syscall (freebsd-386), const AF_VENDOR24 = 87
  9490  pkg syscall (freebsd-386), const AF_VENDOR25 = 89
  9491  pkg syscall (freebsd-386), const AF_VENDOR26 = 91
  9492  pkg syscall (freebsd-386), const AF_VENDOR27 = 93
  9493  pkg syscall (freebsd-386), const AF_VENDOR28 = 95
  9494  pkg syscall (freebsd-386), const AF_VENDOR29 = 97
  9495  pkg syscall (freebsd-386), const AF_VENDOR30 = 99
  9496  pkg syscall (freebsd-386), const AF_VENDOR31 = 101
  9497  pkg syscall (freebsd-386), const AF_VENDOR32 = 103
  9498  pkg syscall (freebsd-386), const AF_VENDOR33 = 105
  9499  pkg syscall (freebsd-386), const AF_VENDOR34 = 107
  9500  pkg syscall (freebsd-386), const AF_VENDOR35 = 109
  9501  pkg syscall (freebsd-386), const AF_VENDOR36 = 111
  9502  pkg syscall (freebsd-386), const AF_VENDOR37 = 113
  9503  pkg syscall (freebsd-386), const AF_VENDOR38 = 115
  9504  pkg syscall (freebsd-386), const AF_VENDOR39 = 117
  9505  pkg syscall (freebsd-386), const AF_VENDOR40 = 119
  9506  pkg syscall (freebsd-386), const AF_VENDOR41 = 121
  9507  pkg syscall (freebsd-386), const AF_VENDOR42 = 123
  9508  pkg syscall (freebsd-386), const AF_VENDOR43 = 125
  9509  pkg syscall (freebsd-386), const AF_VENDOR44 = 127
  9510  pkg syscall (freebsd-386), const AF_VENDOR45 = 129
  9511  pkg syscall (freebsd-386), const AF_VENDOR46 = 131
  9512  pkg syscall (freebsd-386), const AF_VENDOR47 = 133
  9513  pkg syscall (freebsd-386), const B0 = 0
  9514  pkg syscall (freebsd-386), const B0 ideal-int
  9515  pkg syscall (freebsd-386), const B110 = 110
  9516  pkg syscall (freebsd-386), const B110 ideal-int
  9517  pkg syscall (freebsd-386), const B115200 = 115200
  9518  pkg syscall (freebsd-386), const B115200 ideal-int
  9519  pkg syscall (freebsd-386), const B1200 = 1200
  9520  pkg syscall (freebsd-386), const B1200 ideal-int
  9521  pkg syscall (freebsd-386), const B134 = 134
  9522  pkg syscall (freebsd-386), const B134 ideal-int
  9523  pkg syscall (freebsd-386), const B14400 = 14400
  9524  pkg syscall (freebsd-386), const B14400 ideal-int
  9525  pkg syscall (freebsd-386), const B150 = 150
  9526  pkg syscall (freebsd-386), const B150 ideal-int
  9527  pkg syscall (freebsd-386), const B1800 = 1800
  9528  pkg syscall (freebsd-386), const B1800 ideal-int
  9529  pkg syscall (freebsd-386), const B19200 = 19200
  9530  pkg syscall (freebsd-386), const B19200 ideal-int
  9531  pkg syscall (freebsd-386), const B200 = 200
  9532  pkg syscall (freebsd-386), const B200 ideal-int
  9533  pkg syscall (freebsd-386), const B230400 = 230400
  9534  pkg syscall (freebsd-386), const B230400 ideal-int
  9535  pkg syscall (freebsd-386), const B2400 = 2400
  9536  pkg syscall (freebsd-386), const B2400 ideal-int
  9537  pkg syscall (freebsd-386), const B28800 = 28800
  9538  pkg syscall (freebsd-386), const B28800 ideal-int
  9539  pkg syscall (freebsd-386), const B300 = 300
  9540  pkg syscall (freebsd-386), const B300 ideal-int
  9541  pkg syscall (freebsd-386), const B38400 = 38400
  9542  pkg syscall (freebsd-386), const B38400 ideal-int
  9543  pkg syscall (freebsd-386), const B460800 = 460800
  9544  pkg syscall (freebsd-386), const B460800 ideal-int
  9545  pkg syscall (freebsd-386), const B4800 = 4800
  9546  pkg syscall (freebsd-386), const B4800 ideal-int
  9547  pkg syscall (freebsd-386), const B50 = 50
  9548  pkg syscall (freebsd-386), const B50 ideal-int
  9549  pkg syscall (freebsd-386), const B57600 = 57600
  9550  pkg syscall (freebsd-386), const B57600 ideal-int
  9551  pkg syscall (freebsd-386), const B600 = 600
  9552  pkg syscall (freebsd-386), const B600 ideal-int
  9553  pkg syscall (freebsd-386), const B7200 = 7200
  9554  pkg syscall (freebsd-386), const B7200 ideal-int
  9555  pkg syscall (freebsd-386), const B75 = 75
  9556  pkg syscall (freebsd-386), const B75 ideal-int
  9557  pkg syscall (freebsd-386), const B76800 = 76800
  9558  pkg syscall (freebsd-386), const B76800 ideal-int
  9559  pkg syscall (freebsd-386), const B921600 = 921600
  9560  pkg syscall (freebsd-386), const B921600 ideal-int
  9561  pkg syscall (freebsd-386), const B9600 = 9600
  9562  pkg syscall (freebsd-386), const B9600 ideal-int
  9563  pkg syscall (freebsd-386), const BIOCFEEDBACK = 2147762812
  9564  pkg syscall (freebsd-386), const BIOCFLUSH = 536887912
  9565  pkg syscall (freebsd-386), const BIOCGBLEN = 1074020966
  9566  pkg syscall (freebsd-386), const BIOCGDIRECTION = 1074020982
  9567  pkg syscall (freebsd-386), const BIOCGDLT = 1074020970
  9568  pkg syscall (freebsd-386), const BIOCGDLTLIST = 3221766777
  9569  pkg syscall (freebsd-386), const BIOCGETBUFMODE = 1074020989
  9570  pkg syscall (freebsd-386), const BIOCGETIF = 1075855979
  9571  pkg syscall (freebsd-386), const BIOCGETZMAX = 1074020991
  9572  pkg syscall (freebsd-386), const BIOCGHDRCMPLT = 1074020980
  9573  pkg syscall (freebsd-386), const BIOCGRSIG = 1074020978
  9574  pkg syscall (freebsd-386), const BIOCGRTIMEOUT = 1074283118
  9575  pkg syscall (freebsd-386), const BIOCGSEESENT = 1074020982
  9576  pkg syscall (freebsd-386), const BIOCGSTATS = 1074283119
  9577  pkg syscall (freebsd-386), const BIOCGTSTAMP = 1074020995
  9578  pkg syscall (freebsd-386), const BIOCGTSTAMP ideal-int
  9579  pkg syscall (freebsd-386), const BIOCIMMEDIATE = 2147762800
  9580  pkg syscall (freebsd-386), const BIOCLOCK = 536887930
  9581  pkg syscall (freebsd-386), const BIOCPROMISC = 536887913
  9582  pkg syscall (freebsd-386), const BIOCROTZBUF = 1074545280
  9583  pkg syscall (freebsd-386), const BIOCSBLEN = 3221504614
  9584  pkg syscall (freebsd-386), const BIOCSDIRECTION = 2147762807
  9585  pkg syscall (freebsd-386), const BIOCSDLT = 2147762808
  9586  pkg syscall (freebsd-386), const BIOCSETBUFMODE = 2147762814
  9587  pkg syscall (freebsd-386), const BIOCSETF = 2148024935
  9588  pkg syscall (freebsd-386), const BIOCSETFNR = 2148024962
  9589  pkg syscall (freebsd-386), const BIOCSETIF = 2149597804
  9590  pkg syscall (freebsd-386), const BIOCSETWF = 2148024955
  9591  pkg syscall (freebsd-386), const BIOCSETZBUF = 2148287105
  9592  pkg syscall (freebsd-386), const BIOCSHDRCMPLT = 2147762805
  9593  pkg syscall (freebsd-386), const BIOCSRSIG = 2147762803
  9594  pkg syscall (freebsd-386), const BIOCSRTIMEOUT = 2148024941
  9595  pkg syscall (freebsd-386), const BIOCSSEESENT = 2147762807
  9596  pkg syscall (freebsd-386), const BIOCSTSTAMP = 2147762820
  9597  pkg syscall (freebsd-386), const BIOCSTSTAMP ideal-int
  9598  pkg syscall (freebsd-386), const BIOCVERSION = 1074020977
  9599  pkg syscall (freebsd-386), const BPF_A = 16
  9600  pkg syscall (freebsd-386), const BPF_ABS = 32
  9601  pkg syscall (freebsd-386), const BPF_ADD = 0
  9602  pkg syscall (freebsd-386), const BPF_ALIGNMENT = 4
  9603  pkg syscall (freebsd-386), const BPF_ALU = 4
  9604  pkg syscall (freebsd-386), const BPF_AND = 80
  9605  pkg syscall (freebsd-386), const BPF_B = 16
  9606  pkg syscall (freebsd-386), const BPF_BUFMODE_BUFFER = 1
  9607  pkg syscall (freebsd-386), const BPF_BUFMODE_ZBUF = 2
  9608  pkg syscall (freebsd-386), const BPF_DIV = 48
  9609  pkg syscall (freebsd-386), const BPF_H = 8
  9610  pkg syscall (freebsd-386), const BPF_IMM = 0
  9611  pkg syscall (freebsd-386), const BPF_IND = 64
  9612  pkg syscall (freebsd-386), const BPF_JA = 0
  9613  pkg syscall (freebsd-386), const BPF_JEQ = 16
  9614  pkg syscall (freebsd-386), const BPF_JGE = 48
  9615  pkg syscall (freebsd-386), const BPF_JGT = 32
  9616  pkg syscall (freebsd-386), const BPF_JMP = 5
  9617  pkg syscall (freebsd-386), const BPF_JSET = 64
  9618  pkg syscall (freebsd-386), const BPF_K = 0
  9619  pkg syscall (freebsd-386), const BPF_LD = 0
  9620  pkg syscall (freebsd-386), const BPF_LDX = 1
  9621  pkg syscall (freebsd-386), const BPF_LEN = 128
  9622  pkg syscall (freebsd-386), const BPF_LSH = 96
  9623  pkg syscall (freebsd-386), const BPF_MAJOR_VERSION = 1
  9624  pkg syscall (freebsd-386), const BPF_MAXBUFSIZE = 524288
  9625  pkg syscall (freebsd-386), const BPF_MAXINSNS = 512
  9626  pkg syscall (freebsd-386), const BPF_MEM = 96
  9627  pkg syscall (freebsd-386), const BPF_MEMWORDS = 16
  9628  pkg syscall (freebsd-386), const BPF_MINBUFSIZE = 32
  9629  pkg syscall (freebsd-386), const BPF_MINOR_VERSION = 1
  9630  pkg syscall (freebsd-386), const BPF_MISC = 7
  9631  pkg syscall (freebsd-386), const BPF_MSH = 160
  9632  pkg syscall (freebsd-386), const BPF_MUL = 32
  9633  pkg syscall (freebsd-386), const BPF_NEG = 128
  9634  pkg syscall (freebsd-386), const BPF_OR = 64
  9635  pkg syscall (freebsd-386), const BPF_RELEASE = 199606
  9636  pkg syscall (freebsd-386), const BPF_RET = 6
  9637  pkg syscall (freebsd-386), const BPF_RSH = 112
  9638  pkg syscall (freebsd-386), const BPF_ST = 2
  9639  pkg syscall (freebsd-386), const BPF_STX = 3
  9640  pkg syscall (freebsd-386), const BPF_SUB = 16
  9641  pkg syscall (freebsd-386), const BPF_TAX = 0
  9642  pkg syscall (freebsd-386), const BPF_TXA = 128
  9643  pkg syscall (freebsd-386), const BPF_T_BINTIME = 2
  9644  pkg syscall (freebsd-386), const BPF_T_BINTIME ideal-int
  9645  pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST = 258
  9646  pkg syscall (freebsd-386), const BPF_T_BINTIME_FAST ideal-int
  9647  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC = 514
  9648  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC ideal-int
  9649  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST = 770
  9650  pkg syscall (freebsd-386), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
  9651  pkg syscall (freebsd-386), const BPF_T_FAST = 256
  9652  pkg syscall (freebsd-386), const BPF_T_FAST ideal-int
  9653  pkg syscall (freebsd-386), const BPF_T_FLAG_MASK = 768
  9654  pkg syscall (freebsd-386), const BPF_T_FLAG_MASK ideal-int
  9655  pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK = 3
  9656  pkg syscall (freebsd-386), const BPF_T_FORMAT_MASK ideal-int
  9657  pkg syscall (freebsd-386), const BPF_T_MICROTIME = 0
  9658  pkg syscall (freebsd-386), const BPF_T_MICROTIME ideal-int
  9659  pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST = 256
  9660  pkg syscall (freebsd-386), const BPF_T_MICROTIME_FAST ideal-int
  9661  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC = 512
  9662  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC ideal-int
  9663  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
  9664  pkg syscall (freebsd-386), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
  9665  pkg syscall (freebsd-386), const BPF_T_MONOTONIC = 512
  9666  pkg syscall (freebsd-386), const BPF_T_MONOTONIC ideal-int
  9667  pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST = 768
  9668  pkg syscall (freebsd-386), const BPF_T_MONOTONIC_FAST ideal-int
  9669  pkg syscall (freebsd-386), const BPF_T_NANOTIME = 1
  9670  pkg syscall (freebsd-386), const BPF_T_NANOTIME ideal-int
  9671  pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST = 257
  9672  pkg syscall (freebsd-386), const BPF_T_NANOTIME_FAST ideal-int
  9673  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC = 513
  9674  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC ideal-int
  9675  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
  9676  pkg syscall (freebsd-386), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
  9677  pkg syscall (freebsd-386), const BPF_T_NONE = 3
  9678  pkg syscall (freebsd-386), const BPF_T_NONE ideal-int
  9679  pkg syscall (freebsd-386), const BPF_T_NORMAL = 0
  9680  pkg syscall (freebsd-386), const BPF_T_NORMAL ideal-int
  9681  pkg syscall (freebsd-386), const BPF_W = 0
  9682  pkg syscall (freebsd-386), const BPF_X = 8
  9683  pkg syscall (freebsd-386), const BRKINT = 2
  9684  pkg syscall (freebsd-386), const BRKINT ideal-int
  9685  pkg syscall (freebsd-386), const CFLUSH = 15
  9686  pkg syscall (freebsd-386), const CFLUSH ideal-int
  9687  pkg syscall (freebsd-386), const CLOCAL = 32768
  9688  pkg syscall (freebsd-386), const CLOCAL ideal-int
  9689  pkg syscall (freebsd-386), const CREAD = 2048
  9690  pkg syscall (freebsd-386), const CREAD ideal-int
  9691  pkg syscall (freebsd-386), const CS5 = 0
  9692  pkg syscall (freebsd-386), const CS5 ideal-int
  9693  pkg syscall (freebsd-386), const CS6 = 256
  9694  pkg syscall (freebsd-386), const CS6 ideal-int
  9695  pkg syscall (freebsd-386), const CS7 = 512
  9696  pkg syscall (freebsd-386), const CS7 ideal-int
  9697  pkg syscall (freebsd-386), const CS8 = 768
  9698  pkg syscall (freebsd-386), const CS8 ideal-int
  9699  pkg syscall (freebsd-386), const CSIZE = 768
  9700  pkg syscall (freebsd-386), const CSIZE ideal-int
  9701  pkg syscall (freebsd-386), const CSTART = 17
  9702  pkg syscall (freebsd-386), const CSTART ideal-int
  9703  pkg syscall (freebsd-386), const CSTATUS = 20
  9704  pkg syscall (freebsd-386), const CSTATUS ideal-int
  9705  pkg syscall (freebsd-386), const CSTOP = 19
  9706  pkg syscall (freebsd-386), const CSTOP ideal-int
  9707  pkg syscall (freebsd-386), const CSTOPB = 1024
  9708  pkg syscall (freebsd-386), const CSTOPB ideal-int
  9709  pkg syscall (freebsd-386), const CSUSP = 26
  9710  pkg syscall (freebsd-386), const CSUSP ideal-int
  9711  pkg syscall (freebsd-386), const CTL_MAXNAME = 24
  9712  pkg syscall (freebsd-386), const CTL_NET = 4
  9713  pkg syscall (freebsd-386), const DLT_A429 = 184
  9714  pkg syscall (freebsd-386), const DLT_A653_ICM = 185
  9715  pkg syscall (freebsd-386), const DLT_AIRONET_HEADER = 120
  9716  pkg syscall (freebsd-386), const DLT_AOS = 222
  9717  pkg syscall (freebsd-386), const DLT_AOS ideal-int
  9718  pkg syscall (freebsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
  9719  pkg syscall (freebsd-386), const DLT_ARCNET = 7
  9720  pkg syscall (freebsd-386), const DLT_ARCNET_LINUX = 129
  9721  pkg syscall (freebsd-386), const DLT_ATM_CLIP = 19
  9722  pkg syscall (freebsd-386), const DLT_ATM_RFC1483 = 11
  9723  pkg syscall (freebsd-386), const DLT_AURORA = 126
  9724  pkg syscall (freebsd-386), const DLT_AX25 = 3
  9725  pkg syscall (freebsd-386), const DLT_AX25_KISS = 202
  9726  pkg syscall (freebsd-386), const DLT_BACNET_MS_TP = 165
  9727  pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
  9728  pkg syscall (freebsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
  9729  pkg syscall (freebsd-386), const DLT_CAN20B = 190
  9730  pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN = 227
  9731  pkg syscall (freebsd-386), const DLT_CAN_SOCKETCAN ideal-int
  9732  pkg syscall (freebsd-386), const DLT_CHAOS = 5
  9733  pkg syscall (freebsd-386), const DLT_CHDLC = 104
  9734  pkg syscall (freebsd-386), const DLT_CISCO_IOS = 118
  9735  pkg syscall (freebsd-386), const DLT_C_HDLC = 104
  9736  pkg syscall (freebsd-386), const DLT_C_HDLC_WITH_DIR = 205
  9737  pkg syscall (freebsd-386), const DLT_DBUS = 231
  9738  pkg syscall (freebsd-386), const DLT_DBUS ideal-int
  9739  pkg syscall (freebsd-386), const DLT_DECT = 221
  9740  pkg syscall (freebsd-386), const DLT_DECT ideal-int
  9741  pkg syscall (freebsd-386), const DLT_DOCSIS = 143
  9742  pkg syscall (freebsd-386), const DLT_DVB_CI = 235
  9743  pkg syscall (freebsd-386), const DLT_DVB_CI ideal-int
  9744  pkg syscall (freebsd-386), const DLT_ECONET = 115
  9745  pkg syscall (freebsd-386), const DLT_EN10MB = 1
  9746  pkg syscall (freebsd-386), const DLT_EN3MB = 2
  9747  pkg syscall (freebsd-386), const DLT_ENC = 109
  9748  pkg syscall (freebsd-386), const DLT_ERF = 197
  9749  pkg syscall (freebsd-386), const DLT_ERF_ETH = 175
  9750  pkg syscall (freebsd-386), const DLT_ERF_POS = 176
  9751  pkg syscall (freebsd-386), const DLT_FC_2 = 224
  9752  pkg syscall (freebsd-386), const DLT_FC_2 ideal-int
  9753  pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
  9754  pkg syscall (freebsd-386), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
  9755  pkg syscall (freebsd-386), const DLT_FDDI = 10
  9756  pkg syscall (freebsd-386), const DLT_FLEXRAY = 210
  9757  pkg syscall (freebsd-386), const DLT_FRELAY = 107
  9758  pkg syscall (freebsd-386), const DLT_FRELAY_WITH_DIR = 206
  9759  pkg syscall (freebsd-386), const DLT_GCOM_SERIAL = 173
  9760  pkg syscall (freebsd-386), const DLT_GCOM_T1E1 = 172
  9761  pkg syscall (freebsd-386), const DLT_GPF_F = 171
  9762  pkg syscall (freebsd-386), const DLT_GPF_T = 170
  9763  pkg syscall (freebsd-386), const DLT_GPRS_LLC = 169
  9764  pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS = 218
  9765  pkg syscall (freebsd-386), const DLT_GSMTAP_ABIS ideal-int
  9766  pkg syscall (freebsd-386), const DLT_GSMTAP_UM = 217
  9767  pkg syscall (freebsd-386), const DLT_GSMTAP_UM ideal-int
  9768  pkg syscall (freebsd-386), const DLT_HHDLC = 121
  9769  pkg syscall (freebsd-386), const DLT_IBM_SN = 146
  9770  pkg syscall (freebsd-386), const DLT_IBM_SP = 145
  9771  pkg syscall (freebsd-386), const DLT_IEEE802 = 6
  9772  pkg syscall (freebsd-386), const DLT_IEEE802_11 = 105
  9773  pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO = 127
  9774  pkg syscall (freebsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
  9775  pkg syscall (freebsd-386), const DLT_IEEE802_15_4 = 195
  9776  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_LINUX = 191
  9777  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS = 230
  9778  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NOFCS ideal-int
  9779  pkg syscall (freebsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
  9780  pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS = 188
  9781  pkg syscall (freebsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
  9782  pkg syscall (freebsd-386), const DLT_IPFILTER = 116
  9783  pkg syscall (freebsd-386), const DLT_IPMB = 199
  9784  pkg syscall (freebsd-386), const DLT_IPMB_LINUX = 209
  9785  pkg syscall (freebsd-386), const DLT_IPNET = 226
  9786  pkg syscall (freebsd-386), const DLT_IPNET ideal-int
  9787  pkg syscall (freebsd-386), const DLT_IPOIB = 242
  9788  pkg syscall (freebsd-386), const DLT_IPOIB ideal-int
  9789  pkg syscall (freebsd-386), const DLT_IPV4 = 228
  9790  pkg syscall (freebsd-386), const DLT_IPV4 ideal-int
  9791  pkg syscall (freebsd-386), const DLT_IPV6 = 229
  9792  pkg syscall (freebsd-386), const DLT_IPV6 ideal-int
  9793  pkg syscall (freebsd-386), const DLT_IP_OVER_FC = 122
  9794  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM1 = 137
  9795  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM2 = 135
  9796  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC = 238
  9797  pkg syscall (freebsd-386), const DLT_JUNIPER_ATM_CEMIC ideal-int
  9798  pkg syscall (freebsd-386), const DLT_JUNIPER_CHDLC = 181
  9799  pkg syscall (freebsd-386), const DLT_JUNIPER_ES = 132
  9800  pkg syscall (freebsd-386), const DLT_JUNIPER_ETHER = 178
  9801  pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL = 234
  9802  pkg syscall (freebsd-386), const DLT_JUNIPER_FIBRECHANNEL ideal-int
  9803  pkg syscall (freebsd-386), const DLT_JUNIPER_FRELAY = 180
  9804  pkg syscall (freebsd-386), const DLT_JUNIPER_GGSN = 133
  9805  pkg syscall (freebsd-386), const DLT_JUNIPER_ISM = 194
  9806  pkg syscall (freebsd-386), const DLT_JUNIPER_MFR = 134
  9807  pkg syscall (freebsd-386), const DLT_JUNIPER_MLFR = 131
  9808  pkg syscall (freebsd-386), const DLT_JUNIPER_MLPPP = 130
  9809  pkg syscall (freebsd-386), const DLT_JUNIPER_MONITOR = 164
  9810  pkg syscall (freebsd-386), const DLT_JUNIPER_PIC_PEER = 174
  9811  pkg syscall (freebsd-386), const DLT_JUNIPER_PPP = 179
  9812  pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE = 167
  9813  pkg syscall (freebsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
  9814  pkg syscall (freebsd-386), const DLT_JUNIPER_SERVICES = 136
  9815  pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E = 233
  9816  pkg syscall (freebsd-386), const DLT_JUNIPER_SRX_E2E ideal-int
  9817  pkg syscall (freebsd-386), const DLT_JUNIPER_ST = 200
  9818  pkg syscall (freebsd-386), const DLT_JUNIPER_VP = 183
  9819  pkg syscall (freebsd-386), const DLT_JUNIPER_VS = 232
  9820  pkg syscall (freebsd-386), const DLT_JUNIPER_VS ideal-int
  9821  pkg syscall (freebsd-386), const DLT_LAPB_WITH_DIR = 207
  9822  pkg syscall (freebsd-386), const DLT_LAPD = 203
  9823  pkg syscall (freebsd-386), const DLT_LIN = 212
  9824  pkg syscall (freebsd-386), const DLT_LINUX_EVDEV = 216
  9825  pkg syscall (freebsd-386), const DLT_LINUX_EVDEV ideal-int
  9826  pkg syscall (freebsd-386), const DLT_LINUX_IRDA = 144
  9827  pkg syscall (freebsd-386), const DLT_LINUX_LAPD = 177
  9828 &nbs