]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.1.txt
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / 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 pkg syscall (freebsd-386), const DLT_LINUX_PPP_WITHDIRECTION = 166
9829 pkg syscall (freebsd-386), const DLT_LINUX_SLL = 113
9830 pkg syscall (freebsd-386), const DLT_LOOP = 108
9831 pkg syscall (freebsd-386), const DLT_LTALK = 114
9832 pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
9833 pkg syscall (freebsd-386), const DLT_MATCHING_MAX ideal-int
9834 pkg syscall (freebsd-386), const DLT_MATCHING_MIN = 104
9835 pkg syscall (freebsd-386), const DLT_MATCHING_MIN ideal-int
9836 pkg syscall (freebsd-386), const DLT_MFR = 182
9837 pkg syscall (freebsd-386), const DLT_MOST = 211
9838 pkg syscall (freebsd-386), const DLT_MPLS = 219
9839 pkg syscall (freebsd-386), const DLT_MPLS ideal-int
9840 pkg syscall (freebsd-386), const DLT_MTP2 = 140
9841 pkg syscall (freebsd-386), const DLT_MTP2_WITH_PHDR = 139
9842 pkg syscall (freebsd-386), const DLT_MTP3 = 141
9843 pkg syscall (freebsd-386), const DLT_MUX27010 = 236
9844 pkg syscall (freebsd-386), const DLT_MUX27010 ideal-int
9845 pkg syscall (freebsd-386), const DLT_NETANALYZER = 240
9846 pkg syscall (freebsd-386), const DLT_NETANALYZER ideal-int
9847 pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT = 241
9848 pkg syscall (freebsd-386), const DLT_NETANALYZER_TRANSPARENT ideal-int
9849 pkg syscall (freebsd-386), const DLT_NFLOG = 239
9850 pkg syscall (freebsd-386), const DLT_NFLOG ideal-int
9851 pkg syscall (freebsd-386), const DLT_NULL = 0
9852 pkg syscall (freebsd-386), const DLT_PCI_EXP = 125
9853 pkg syscall (freebsd-386), const DLT_PFLOG = 117
9854 pkg syscall (freebsd-386), const DLT_PFSYNC = 121
9855 pkg syscall (freebsd-386), const DLT_PPI = 192
9856 pkg syscall (freebsd-386), const DLT_PPP = 9
9857 pkg syscall (freebsd-386), const DLT_PPP_BSDOS = 16
9858 pkg syscall (freebsd-386), const DLT_PPP_ETHER = 51
9859 pkg syscall (freebsd-386), const DLT_PPP_PPPD = 166
9860 pkg syscall (freebsd-386), const DLT_PPP_SERIAL = 50
9861 pkg syscall (freebsd-386), const DLT_PPP_WITH_DIR = 204
9862 pkg syscall (freebsd-386), const DLT_PPP_WITH_DIRECTION = 166
9863 pkg syscall (freebsd-386), const DLT_PRISM_HEADER = 119
9864 pkg syscall (freebsd-386), const DLT_PRONET = 4
9865 pkg syscall (freebsd-386), const DLT_RAIF1 = 198
9866 pkg syscall (freebsd-386), const DLT_RAW = 12
9867 pkg syscall (freebsd-386), const DLT_RIO = 124
9868 pkg syscall (freebsd-386), const DLT_SCCP = 142
9869 pkg syscall (freebsd-386), const DLT_SITA = 196
9870 pkg syscall (freebsd-386), const DLT_SLIP = 8
9871 pkg syscall (freebsd-386), const DLT_SLIP_BSDOS = 15
9872 pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU = 237
9873 pkg syscall (freebsd-386), const DLT_STANAG_5066_D_PDU ideal-int
9874 pkg syscall (freebsd-386), const DLT_SUNATM = 123
9875 pkg syscall (freebsd-386), const DLT_SYMANTEC_FIREWALL = 99
9876 pkg syscall (freebsd-386), const DLT_TZSP = 128
9877 pkg syscall (freebsd-386), const DLT_USB = 186
9878 pkg syscall (freebsd-386), const DLT_USB_LINUX = 189
9879 pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED = 220
9880 pkg syscall (freebsd-386), const DLT_USB_LINUX_MMAPPED ideal-int
9881 pkg syscall (freebsd-386), const DLT_USER0 = 147
9882 pkg syscall (freebsd-386), const DLT_USER1 = 148
9883 pkg syscall (freebsd-386), const DLT_USER10 = 157
9884 pkg syscall (freebsd-386), const DLT_USER11 = 158
9885 pkg syscall (freebsd-386), const DLT_USER12 = 159
9886 pkg syscall (freebsd-386), const DLT_USER13 = 160
9887 pkg syscall (freebsd-386), const DLT_USER14 = 161
9888 pkg syscall (freebsd-386), const DLT_USER15 = 162
9889 pkg syscall (freebsd-386), const DLT_USER2 = 149
9890 pkg syscall (freebsd-386), const DLT_USER3 = 150
9891 pkg syscall (freebsd-386), const DLT_USER4 = 151
9892 pkg syscall (freebsd-386), const DLT_USER5 = 152
9893 pkg syscall (freebsd-386), const DLT_USER6 = 153
9894 pkg syscall (freebsd-386), const DLT_USER7 = 154
9895 pkg syscall (freebsd-386), const DLT_USER8 = 155
9896 pkg syscall (freebsd-386), const DLT_USER9 = 156
9897 pkg syscall (freebsd-386), const DLT_WIHART = 223
9898 pkg syscall (freebsd-386), const DLT_WIHART ideal-int
9899 pkg syscall (freebsd-386), const DLT_X2E_SERIAL = 213
9900 pkg syscall (freebsd-386), const DLT_X2E_XORAYA = 214
9901 pkg syscall (freebsd-386), const DT_BLK = 6
9902 pkg syscall (freebsd-386), const DT_CHR = 2
9903 pkg syscall (freebsd-386), const DT_DIR = 4
9904 pkg syscall (freebsd-386), const DT_FIFO = 1
9905 pkg syscall (freebsd-386), const DT_LNK = 10
9906 pkg syscall (freebsd-386), const DT_REG = 8
9907 pkg syscall (freebsd-386), const DT_SOCK = 12
9908 pkg syscall (freebsd-386), const DT_UNKNOWN = 0
9909 pkg syscall (freebsd-386), const DT_WHT = 14
9910 pkg syscall (freebsd-386), const E2BIG = 7
9911 pkg syscall (freebsd-386), const EACCES = 13
9912 pkg syscall (freebsd-386), const EADDRINUSE = 48
9913 pkg syscall (freebsd-386), const EADDRNOTAVAIL = 49
9914 pkg syscall (freebsd-386), const EAFNOSUPPORT = 47
9915 pkg syscall (freebsd-386), const EAGAIN = 35
9916 pkg syscall (freebsd-386), const EALREADY = 37
9917 pkg syscall (freebsd-386), const EAUTH = 80
9918 pkg syscall (freebsd-386), const EBADF = 9
9919 pkg syscall (freebsd-386), const EBADMSG = 89
9920 pkg syscall (freebsd-386), const EBADRPC = 72
9921 pkg syscall (freebsd-386), const EBUSY = 16
9922 pkg syscall (freebsd-386), const ECANCELED = 85
9923 pkg syscall (freebsd-386), const ECAPMODE = 94
9924 pkg syscall (freebsd-386), const ECAPMODE Errno
9925 pkg syscall (freebsd-386), const ECHILD = 10
9926 pkg syscall (freebsd-386), const ECHO = 8
9927 pkg syscall (freebsd-386), const ECHOCTL = 64
9928 pkg syscall (freebsd-386), const ECHOE = 2
9929 pkg syscall (freebsd-386), const ECHOK = 4
9930 pkg syscall (freebsd-386), const ECHOKE = 1
9931 pkg syscall (freebsd-386), const ECHONL = 16
9932 pkg syscall (freebsd-386), const ECHOPRT = 32
9933 pkg syscall (freebsd-386), const ECONNABORTED = 53
9934 pkg syscall (freebsd-386), const ECONNREFUSED = 61
9935 pkg syscall (freebsd-386), const ECONNRESET = 54
9936 pkg syscall (freebsd-386), const EDEADLK = 11
9937 pkg syscall (freebsd-386), const EDESTADDRREQ = 39
9938 pkg syscall (freebsd-386), const EDOM = 33
9939 pkg syscall (freebsd-386), const EDOOFUS = 88
9940 pkg syscall (freebsd-386), const EDQUOT = 69
9941 pkg syscall (freebsd-386), const EEXIST = 17
9942 pkg syscall (freebsd-386), const EFAULT = 14
9943 pkg syscall (freebsd-386), const EFBIG = 27
9944 pkg syscall (freebsd-386), const EFTYPE = 79
9945 pkg syscall (freebsd-386), const EHOSTDOWN = 64
9946 pkg syscall (freebsd-386), const EHOSTUNREACH = 65
9947 pkg syscall (freebsd-386), const EIDRM = 82
9948 pkg syscall (freebsd-386), const EILSEQ = 86
9949 pkg syscall (freebsd-386), const EINPROGRESS = 36
9950 pkg syscall (freebsd-386), const EINTR = 4
9951 pkg syscall (freebsd-386), const EINVAL = 22
9952 pkg syscall (freebsd-386), const EIO = 5
9953 pkg syscall (freebsd-386), const EISCONN = 56
9954 pkg syscall (freebsd-386), const EISDIR = 21
9955 pkg syscall (freebsd-386), const ELAST = 94
9956 pkg syscall (freebsd-386), const ELOOP = 62
9957 pkg syscall (freebsd-386), const EMFILE = 24
9958 pkg syscall (freebsd-386), const EMLINK = 31
9959 pkg syscall (freebsd-386), const EMSGSIZE = 40
9960 pkg syscall (freebsd-386), const EMULTIHOP = 90
9961 pkg syscall (freebsd-386), const ENAMETOOLONG = 63
9962 pkg syscall (freebsd-386), const ENEEDAUTH = 81
9963 pkg syscall (freebsd-386), const ENETDOWN = 50
9964 pkg syscall (freebsd-386), const ENETRESET = 52
9965 pkg syscall (freebsd-386), const ENETUNREACH = 51
9966 pkg syscall (freebsd-386), const ENFILE = 23
9967 pkg syscall (freebsd-386), const ENOATTR = 87
9968 pkg syscall (freebsd-386), const ENOBUFS = 55
9969 pkg syscall (freebsd-386), const ENODEV = 19
9970 pkg syscall (freebsd-386), const ENOEXEC = 8
9971 pkg syscall (freebsd-386), const ENOLCK = 77
9972 pkg syscall (freebsd-386), const ENOLINK = 91
9973 pkg syscall (freebsd-386), const ENOMEM = 12
9974 pkg syscall (freebsd-386), const ENOMSG = 83
9975 pkg syscall (freebsd-386), const ENOPROTOOPT = 42
9976 pkg syscall (freebsd-386), const ENOSPC = 28
9977 pkg syscall (freebsd-386), const ENOSYS = 78
9978 pkg syscall (freebsd-386), const ENOTBLK = 15
9979 pkg syscall (freebsd-386), const ENOTCAPABLE = 93
9980 pkg syscall (freebsd-386), const ENOTCONN = 57
9981 pkg syscall (freebsd-386), const ENOTDIR = 20
9982 pkg syscall (freebsd-386), const ENOTEMPTY = 66
9983 pkg syscall (freebsd-386), const ENOTSOCK = 38
9984 pkg syscall (freebsd-386), const ENOTSUP = 45
9985 pkg syscall (freebsd-386), const ENOTTY = 25
9986 pkg syscall (freebsd-386), const ENXIO = 6
9987 pkg syscall (freebsd-386), const EOPNOTSUPP = 45
9988 pkg syscall (freebsd-386), const EOVERFLOW = 84
9989 pkg syscall (freebsd-386), const EPERM = 1
9990 pkg syscall (freebsd-386), const EPFNOSUPPORT = 46
9991 pkg syscall (freebsd-386), const EPIPE = 32
9992 pkg syscall (freebsd-386), const EPROCLIM = 67
9993 pkg syscall (freebsd-386), const EPROCUNAVAIL = 76
9994 pkg syscall (freebsd-386), const EPROGMISMATCH = 75
9995 pkg syscall (freebsd-386), const EPROGUNAVAIL = 74
9996 pkg syscall (freebsd-386), const EPROTO = 92
9997 pkg syscall (freebsd-386), const EPROTONOSUPPORT = 43
9998 pkg syscall (freebsd-386), const EPROTOTYPE = 41
9999 pkg syscall (freebsd-386), const ERANGE = 34
10000 pkg syscall (freebsd-386), const EREMOTE = 71
10001 pkg syscall (freebsd-386), const EROFS = 30
10002 pkg syscall (freebsd-386), const ERPCMISMATCH = 73
10003 pkg syscall (freebsd-386), const ESHUTDOWN = 58
10004 pkg syscall (freebsd-386), const ESOCKTNOSUPPORT = 44
10005 pkg syscall (freebsd-386), const ESPIPE = 29
10006 pkg syscall (freebsd-386), const ESRCH = 3
10007 pkg syscall (freebsd-386), const ESTALE = 70
10008 pkg syscall (freebsd-386), const ETIMEDOUT = 60
10009 pkg syscall (freebsd-386), const ETOOMANYREFS = 59
10010 pkg syscall (freebsd-386), const ETXTBSY = 26
10011 pkg syscall (freebsd-386), const EUSERS = 68
10012 pkg syscall (freebsd-386), const EVFILT_AIO = -3
10013 pkg syscall (freebsd-386), const EVFILT_FS = -9
10014 pkg syscall (freebsd-386), const EVFILT_LIO = -10
10015 pkg syscall (freebsd-386), const EVFILT_PROC = -5
10016 pkg syscall (freebsd-386), const EVFILT_READ = -1
10017 pkg syscall (freebsd-386), const EVFILT_SIGNAL = -6
10018 pkg syscall (freebsd-386), const EVFILT_SYSCOUNT = 11
10019 pkg syscall (freebsd-386), const EVFILT_TIMER = -7
10020 pkg syscall (freebsd-386), const EVFILT_USER = -11
10021 pkg syscall (freebsd-386), const EVFILT_VNODE = -4
10022 pkg syscall (freebsd-386), const EVFILT_WRITE = -2
10023 pkg syscall (freebsd-386), const EV_ADD = 1
10024 pkg syscall (freebsd-386), const EV_CLEAR = 32
10025 pkg syscall (freebsd-386), const EV_DELETE = 2
10026 pkg syscall (freebsd-386), const EV_DISABLE = 8
10027 pkg syscall (freebsd-386), const EV_DISPATCH = 128
10028 pkg syscall (freebsd-386), const EV_ENABLE = 4
10029 pkg syscall (freebsd-386), const EV_EOF = 32768
10030 pkg syscall (freebsd-386), const EV_ERROR = 16384
10031 pkg syscall (freebsd-386), const EV_FLAG1 = 8192
10032 pkg syscall (freebsd-386), const EV_ONESHOT = 16
10033 pkg syscall (freebsd-386), const EV_RECEIPT = 64
10034 pkg syscall (freebsd-386), const EV_SYSFLAGS = 61440
10035 pkg syscall (freebsd-386), const EWOULDBLOCK = 35
10036 pkg syscall (freebsd-386), const EXDEV = 18
10037 pkg syscall (freebsd-386), const EXTA = 19200
10038 pkg syscall (freebsd-386), const EXTB = 38400
10039 pkg syscall (freebsd-386), const EXTPROC = 2048
10040 pkg syscall (freebsd-386), const FD_CLOEXEC = 1
10041 pkg syscall (freebsd-386), const FD_SETSIZE = 1024
10042 pkg syscall (freebsd-386), const FLUSHO = 8388608
10043 pkg syscall (freebsd-386), const FLUSHO ideal-int
10044 pkg syscall (freebsd-386), const F_CANCEL = 5
10045 pkg syscall (freebsd-386), const F_DUP2FD = 10
10046 pkg syscall (freebsd-386), const F_DUPFD = 0
10047 pkg syscall (freebsd-386), const F_GETFD = 1
10048 pkg syscall (freebsd-386), const F_GETFL = 3
10049 pkg syscall (freebsd-386), const F_GETLK = 11
10050 pkg syscall (freebsd-386), const F_GETOWN = 5
10051 pkg syscall (freebsd-386), const F_OGETLK = 7
10052 pkg syscall (freebsd-386), const F_OK = 0
10053 pkg syscall (freebsd-386), const F_OSETLK = 8
10054 pkg syscall (freebsd-386), const F_OSETLKW = 9
10055 pkg syscall (freebsd-386), const F_RDAHEAD = 16
10056 pkg syscall (freebsd-386), const F_RDLCK = 1
10057 pkg syscall (freebsd-386), const F_READAHEAD = 15
10058 pkg syscall (freebsd-386), const F_SETFD = 2
10059 pkg syscall (freebsd-386), const F_SETFL = 4
10060 pkg syscall (freebsd-386), const F_SETLK = 12
10061 pkg syscall (freebsd-386), const F_SETLKW = 13
10062 pkg syscall (freebsd-386), const F_SETLK_REMOTE = 14
10063 pkg syscall (freebsd-386), const F_SETOWN = 6
10064 pkg syscall (freebsd-386), const F_UNLCK = 2
10065 pkg syscall (freebsd-386), const F_UNLCKSYS = 4
10066 pkg syscall (freebsd-386), const F_WRLCK = 3
10067 pkg syscall (freebsd-386), const HUPCL = 16384
10068 pkg syscall (freebsd-386), const HUPCL ideal-int
10069 pkg syscall (freebsd-386), const ICANON = 256
10070 pkg syscall (freebsd-386), const ICANON ideal-int
10071 pkg syscall (freebsd-386), const ICRNL = 256
10072 pkg syscall (freebsd-386), const ICRNL ideal-int
10073 pkg syscall (freebsd-386), const IEXTEN = 1024
10074 pkg syscall (freebsd-386), const IEXTEN ideal-int
10075 pkg syscall (freebsd-386), const IFAN_ARRIVAL = 0
10076 pkg syscall (freebsd-386), const IFAN_ARRIVAL ideal-int
10077 pkg syscall (freebsd-386), const IFAN_DEPARTURE = 1
10078 pkg syscall (freebsd-386), const IFAN_DEPARTURE ideal-int
10079 pkg syscall (freebsd-386), const IFF_ALLMULTI = 512
10080 pkg syscall (freebsd-386), const IFF_ALTPHYS = 16384
10081 pkg syscall (freebsd-386), const IFF_CANTCHANGE = 2199410
10082 pkg syscall (freebsd-386), const IFF_CANTCONFIG = 65536
10083 pkg syscall (freebsd-386), const IFF_CANTCONFIG ideal-int
10084 pkg syscall (freebsd-386), const IFF_DEBUG = 4
10085 pkg syscall (freebsd-386), const IFF_DRV_OACTIVE = 1024
10086 pkg syscall (freebsd-386), const IFF_DRV_RUNNING = 64
10087 pkg syscall (freebsd-386), const IFF_DYING = 2097152
10088 pkg syscall (freebsd-386), const IFF_LINK0 = 4096
10089 pkg syscall (freebsd-386), const IFF_LINK1 = 8192
10090 pkg syscall (freebsd-386), const IFF_LINK2 = 16384
10091 pkg syscall (freebsd-386), const IFF_LOOPBACK = 8
10092 pkg syscall (freebsd-386), const IFF_MONITOR = 262144
10093 pkg syscall (freebsd-386), const IFF_MULTICAST = 32768
10094 pkg syscall (freebsd-386), const IFF_NOARP = 128
10095 pkg syscall (freebsd-386), const IFF_OACTIVE = 1024
10096 pkg syscall (freebsd-386), const IFF_POINTOPOINT = 16
10097 pkg syscall (freebsd-386), const IFF_PPROMISC = 131072
10098 pkg syscall (freebsd-386), const IFF_PROMISC = 256
10099 pkg syscall (freebsd-386), const IFF_RENAMING = 4194304
10100 pkg syscall (freebsd-386), const IFF_RUNNING = 64
10101 pkg syscall (freebsd-386), const IFF_SIMPLEX = 2048
10102 pkg syscall (freebsd-386), const IFF_SMART = 32
10103 pkg syscall (freebsd-386), const IFF_STATICARP = 524288
10104 pkg syscall (freebsd-386), const IFNAMSIZ = 16
10105 pkg syscall (freebsd-386), const IFT_1822 = 2
10106 pkg syscall (freebsd-386), const IFT_A12MPPSWITCH = 130
10107 pkg syscall (freebsd-386), const IFT_AAL2 = 187
10108 pkg syscall (freebsd-386), const IFT_AAL5 = 49
10109 pkg syscall (freebsd-386), const IFT_ADSL = 94
10110 pkg syscall (freebsd-386), const IFT_AFLANE8023 = 59
10111 pkg syscall (freebsd-386), const IFT_AFLANE8025 = 60
10112 pkg syscall (freebsd-386), const IFT_ARAP = 88
10113 pkg syscall (freebsd-386), const IFT_ARCNET = 35
10114 pkg syscall (freebsd-386), const IFT_ARCNETPLUS = 36
10115 pkg syscall (freebsd-386), const IFT_ASYNC = 84
10116 pkg syscall (freebsd-386), const IFT_ATM = 37
10117 pkg syscall (freebsd-386), const IFT_ATMDXI = 105
10118 pkg syscall (freebsd-386), const IFT_ATMFUNI = 106
10119 pkg syscall (freebsd-386), const IFT_ATMIMA = 107
10120 pkg syscall (freebsd-386), const IFT_ATMLOGICAL = 80
10121 pkg syscall (freebsd-386), const IFT_ATMRADIO = 189
10122 pkg syscall (freebsd-386), const IFT_ATMSUBINTERFACE = 134
10123 pkg syscall (freebsd-386), const IFT_ATMVCIENDPT = 194
10124 pkg syscall (freebsd-386), const IFT_ATMVIRTUAL = 149
10125 pkg syscall (freebsd-386), const IFT_BGPPOLICYACCOUNTING = 162
10126 pkg syscall (freebsd-386), const IFT_BRIDGE = 209
10127 pkg syscall (freebsd-386), const IFT_BSC = 83
10128 pkg syscall (freebsd-386), const IFT_CARP = 248
10129 pkg syscall (freebsd-386), const IFT_CCTEMUL = 61
10130 pkg syscall (freebsd-386), const IFT_CEPT = 19
10131 pkg syscall (freebsd-386), const IFT_CES = 133
10132 pkg syscall (freebsd-386), const IFT_CHANNEL = 70
10133 pkg syscall (freebsd-386), const IFT_CNR = 85
10134 pkg syscall (freebsd-386), const IFT_COFFEE = 132
10135 pkg syscall (freebsd-386), const IFT_COMPOSITELINK = 155
10136 pkg syscall (freebsd-386), const IFT_DCN = 141
10137 pkg syscall (freebsd-386), const IFT_DIGITALPOWERLINE = 138
10138 pkg syscall (freebsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
10139 pkg syscall (freebsd-386), const IFT_DLSW = 74
10140 pkg syscall (freebsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
10141 pkg syscall (freebsd-386), const IFT_DOCSCABLEMACLAYER = 127
10142 pkg syscall (freebsd-386), const IFT_DOCSCABLEUPSTREAM = 129
10143 pkg syscall (freebsd-386), const IFT_DS0 = 81
10144 pkg syscall (freebsd-386), const IFT_DS0BUNDLE = 82
10145 pkg syscall (freebsd-386), const IFT_DS1FDL = 170
10146 pkg syscall (freebsd-386), const IFT_DS3 = 30
10147 pkg syscall (freebsd-386), const IFT_DTM = 140
10148 pkg syscall (freebsd-386), const IFT_DVBASILN = 172
10149 pkg syscall (freebsd-386), const IFT_DVBASIOUT = 173
10150 pkg syscall (freebsd-386), const IFT_DVBRCCDOWNSTREAM = 147
10151 pkg syscall (freebsd-386), const IFT_DVBRCCMACLAYER = 146
10152 pkg syscall (freebsd-386), const IFT_DVBRCCUPSTREAM = 148
10153 pkg syscall (freebsd-386), const IFT_ENC = 244
10154 pkg syscall (freebsd-386), const IFT_EON = 25
10155 pkg syscall (freebsd-386), const IFT_EPLRS = 87
10156 pkg syscall (freebsd-386), const IFT_ESCON = 73
10157 pkg syscall (freebsd-386), const IFT_ETHER = 6
10158 pkg syscall (freebsd-386), const IFT_FAITH = 242
10159 pkg syscall (freebsd-386), const IFT_FAST = 125
10160 pkg syscall (freebsd-386), const IFT_FASTETHER = 62
10161 pkg syscall (freebsd-386), const IFT_FASTETHERFX = 69
10162 pkg syscall (freebsd-386), const IFT_FDDI = 15
10163 pkg syscall (freebsd-386), const IFT_FIBRECHANNEL = 56
10164 pkg syscall (freebsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
10165 pkg syscall (freebsd-386), const IFT_FRAMERELAYMPI = 92
10166 pkg syscall (freebsd-386), const IFT_FRDLCIENDPT = 193
10167 pkg syscall (freebsd-386), const IFT_FRELAY = 32
10168 pkg syscall (freebsd-386), const IFT_FRELAYDCE = 44
10169 pkg syscall (freebsd-386), const IFT_FRF16MFRBUNDLE = 163
10170 pkg syscall (freebsd-386), const IFT_FRFORWARD = 158
10171 pkg syscall (freebsd-386), const IFT_G703AT2MB = 67
10172 pkg syscall (freebsd-386), const IFT_G703AT64K = 66
10173 pkg syscall (freebsd-386), const IFT_GIF = 240
10174 pkg syscall (freebsd-386), const IFT_GIGABITETHERNET = 117
10175 pkg syscall (freebsd-386), const IFT_GR303IDT = 178
10176 pkg syscall (freebsd-386), const IFT_GR303RDT = 177
10177 pkg syscall (freebsd-386), const IFT_H323GATEKEEPER = 164
10178 pkg syscall (freebsd-386), const IFT_H323PROXY = 165
10179 pkg syscall (freebsd-386), const IFT_HDH1822 = 3
10180 pkg syscall (freebsd-386), const IFT_HDLC = 118
10181 pkg syscall (freebsd-386), const IFT_HDSL2 = 168
10182 pkg syscall (freebsd-386), const IFT_HIPERLAN2 = 183
10183 pkg syscall (freebsd-386), const IFT_HIPPI = 47
10184 pkg syscall (freebsd-386), const IFT_HIPPIINTERFACE = 57
10185 pkg syscall (freebsd-386), const IFT_HOSTPAD = 90
10186 pkg syscall (freebsd-386), const IFT_HSSI = 46
10187 pkg syscall (freebsd-386), const IFT_HY = 14
10188 pkg syscall (freebsd-386), const IFT_IBM370PARCHAN = 72
10189 pkg syscall (freebsd-386), const IFT_IDSL = 154
10190 pkg syscall (freebsd-386), const IFT_IEEE1394 = 144
10191 pkg syscall (freebsd-386), const IFT_IEEE80211 = 71
10192 pkg syscall (freebsd-386), const IFT_IEEE80212 = 55
10193 pkg syscall (freebsd-386), const IFT_IEEE8023ADLAG = 161
10194 pkg syscall (freebsd-386), const IFT_IFGSN = 145
10195 pkg syscall (freebsd-386), const IFT_IMT = 190
10196 pkg syscall (freebsd-386), const IFT_INFINIBAND = 199
10197 pkg syscall (freebsd-386), const IFT_INFINIBAND ideal-int
10198 pkg syscall (freebsd-386), const IFT_INTERLEAVE = 124
10199 pkg syscall (freebsd-386), const IFT_IP = 126
10200 pkg syscall (freebsd-386), const IFT_IPFORWARD = 142
10201 pkg syscall (freebsd-386), const IFT_IPOVERATM = 114
10202 pkg syscall (freebsd-386), const IFT_IPOVERCDLC = 109
10203 pkg syscall (freebsd-386), const IFT_IPOVERCLAW = 110
10204 pkg syscall (freebsd-386), const IFT_IPSWITCH = 78
10205 pkg syscall (freebsd-386), const IFT_IPXIP = 249
10206 pkg syscall (freebsd-386), const IFT_ISDN = 63
10207 pkg syscall (freebsd-386), const IFT_ISDNBASIC = 20
10208 pkg syscall (freebsd-386), const IFT_ISDNPRIMARY = 21
10209 pkg syscall (freebsd-386), const IFT_ISDNS = 75
10210 pkg syscall (freebsd-386), const IFT_ISDNU = 76
10211 pkg syscall (freebsd-386), const IFT_ISO88022LLC = 41
10212 pkg syscall (freebsd-386), const IFT_ISO88023 = 7
10213 pkg syscall (freebsd-386), const IFT_ISO88024 = 8
10214 pkg syscall (freebsd-386), const IFT_ISO88025 = 9
10215 pkg syscall (freebsd-386), const IFT_ISO88025CRFPINT = 98
10216 pkg syscall (freebsd-386), const IFT_ISO88025DTR = 86
10217 pkg syscall (freebsd-386), const IFT_ISO88025FIBER = 115
10218 pkg syscall (freebsd-386), const IFT_ISO88026 = 10
10219 pkg syscall (freebsd-386), const IFT_ISUP = 179
10220 pkg syscall (freebsd-386), const IFT_L2VLAN = 135
10221 pkg syscall (freebsd-386), const IFT_L3IPVLAN = 136
10222 pkg syscall (freebsd-386), const IFT_L3IPXVLAN = 137
10223 pkg syscall (freebsd-386), const IFT_LAPB = 16
10224 pkg syscall (freebsd-386), const IFT_LAPD = 77
10225 pkg syscall (freebsd-386), const IFT_LAPF = 119
10226 pkg syscall (freebsd-386), const IFT_LOCALTALK = 42
10227 pkg syscall (freebsd-386), const IFT_LOOP = 24
10228 pkg syscall (freebsd-386), const IFT_MEDIAMAILOVERIP = 139
10229 pkg syscall (freebsd-386), const IFT_MFSIGLINK = 167
10230 pkg syscall (freebsd-386), const IFT_MIOX25 = 38
10231 pkg syscall (freebsd-386), const IFT_MODEM = 48
10232 pkg syscall (freebsd-386), const IFT_MPC = 113
10233 pkg syscall (freebsd-386), const IFT_MPLS = 166
10234 pkg syscall (freebsd-386), const IFT_MPLSTUNNEL = 150
10235 pkg syscall (freebsd-386), const IFT_MSDSL = 143
10236 pkg syscall (freebsd-386), const IFT_MVL = 191
10237 pkg syscall (freebsd-386), const IFT_MYRINET = 99
10238 pkg syscall (freebsd-386), const IFT_NFAS = 175
10239 pkg syscall (freebsd-386), const IFT_NSIP = 27
10240 pkg syscall (freebsd-386), const IFT_OPTICALCHANNEL = 195
10241 pkg syscall (freebsd-386), const IFT_OPTICALTRANSPORT = 196
10242 pkg syscall (freebsd-386), const IFT_OTHER = 1
10243 pkg syscall (freebsd-386), const IFT_P10 = 12
10244 pkg syscall (freebsd-386), const IFT_P80 = 13
10245 pkg syscall (freebsd-386), const IFT_PARA = 34
10246 pkg syscall (freebsd-386), const IFT_PFLOG = 246
10247 pkg syscall (freebsd-386), const IFT_PFSYNC = 247
10248 pkg syscall (freebsd-386), const IFT_PLC = 174
10249 pkg syscall (freebsd-386), const IFT_POS = 171
10250 pkg syscall (freebsd-386), const IFT_PPP = 23
10251 pkg syscall (freebsd-386), const IFT_PPPMULTILINKBUNDLE = 108
10252 pkg syscall (freebsd-386), const IFT_PROPBWAP2MP = 184
10253 pkg syscall (freebsd-386), const IFT_PROPCNLS = 89
10254 pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
10255 pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
10256 pkg syscall (freebsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
10257 pkg syscall (freebsd-386), const IFT_PROPMUX = 54
10258 pkg syscall (freebsd-386), const IFT_PROPVIRTUAL = 53
10259 pkg syscall (freebsd-386), const IFT_PROPWIRELESSP2P = 157
10260 pkg syscall (freebsd-386), const IFT_PTPSERIAL = 22
10261 pkg syscall (freebsd-386), const IFT_PVC = 241
10262 pkg syscall (freebsd-386), const IFT_QLLC = 68
10263 pkg syscall (freebsd-386), const IFT_RADIOMAC = 188
10264 pkg syscall (freebsd-386), const IFT_RADSL = 95
10265 pkg syscall (freebsd-386), const IFT_REACHDSL = 192
10266 pkg syscall (freebsd-386), const IFT_RFC1483 = 159
10267 pkg syscall (freebsd-386), const IFT_RS232 = 33
10268 pkg syscall (freebsd-386), const IFT_RSRB = 79
10269 pkg syscall (freebsd-386), const IFT_SDLC = 17
10270 pkg syscall (freebsd-386), const IFT_SDSL = 96
10271 pkg syscall (freebsd-386), const IFT_SHDSL = 169
10272 pkg syscall (freebsd-386), const IFT_SIP = 31
10273 pkg syscall (freebsd-386), const IFT_SLIP = 28
10274 pkg syscall (freebsd-386), const IFT_SMDSDXI = 43
10275 pkg syscall (freebsd-386), const IFT_SMDSICIP = 52
10276 pkg syscall (freebsd-386), const IFT_SONET = 39
10277 pkg syscall (freebsd-386), const IFT_SONETOVERHEADCHANNEL = 185
10278 pkg syscall (freebsd-386), const IFT_SONETPATH = 50
10279 pkg syscall (freebsd-386), const IFT_SONETVT = 51
10280 pkg syscall (freebsd-386), const IFT_SRP = 151
10281 pkg syscall (freebsd-386), const IFT_SS7SIGLINK = 156
10282 pkg syscall (freebsd-386), const IFT_STACKTOSTACK = 111
10283 pkg syscall (freebsd-386), const IFT_STARLAN = 11
10284 pkg syscall (freebsd-386), const IFT_STF = 215
10285 pkg syscall (freebsd-386), const IFT_T1 = 18
10286 pkg syscall (freebsd-386), const IFT_TDLC = 116
10287 pkg syscall (freebsd-386), const IFT_TERMPAD = 91
10288 pkg syscall (freebsd-386), const IFT_TR008 = 176
10289 pkg syscall (freebsd-386), const IFT_TRANSPHDLC = 123
10290 pkg syscall (freebsd-386), const IFT_TUNNEL = 131
10291 pkg syscall (freebsd-386), const IFT_ULTRA = 29
10292 pkg syscall (freebsd-386), const IFT_USB = 160
10293 pkg syscall (freebsd-386), const IFT_V11 = 64
10294 pkg syscall (freebsd-386), const IFT_V35 = 45
10295 pkg syscall (freebsd-386), const IFT_V36 = 65
10296 pkg syscall (freebsd-386), const IFT_V37 = 120
10297 pkg syscall (freebsd-386), const IFT_VDSL = 97
10298 pkg syscall (freebsd-386), const IFT_VIRTUALIPADDRESS = 112
10299 pkg syscall (freebsd-386), const IFT_VOICEEM = 100
10300 pkg syscall (freebsd-386), const IFT_VOICEENCAP = 103
10301 pkg syscall (freebsd-386), const IFT_VOICEFXO = 101
10302 pkg syscall (freebsd-386), const IFT_VOICEFXS = 102
10303 pkg syscall (freebsd-386), const IFT_VOICEOVERATM = 152
10304 pkg syscall (freebsd-386), const IFT_VOICEOVERFRAMERELAY = 153
10305 pkg syscall (freebsd-386), const IFT_VOICEOVERIP = 104
10306 pkg syscall (freebsd-386), const IFT_X213 = 93
10307 pkg syscall (freebsd-386), const IFT_X25 = 5
10308 pkg syscall (freebsd-386), const IFT_X25DDN = 4
10309 pkg syscall (freebsd-386), const IFT_X25HUNTGROUP = 122
10310 pkg syscall (freebsd-386), const IFT_X25MLP = 121
10311 pkg syscall (freebsd-386), const IFT_X25PLE = 40
10312 pkg syscall (freebsd-386), const IFT_XETHER = 26
10313 pkg syscall (freebsd-386), const IGNBRK = 1
10314 pkg syscall (freebsd-386), const IGNBRK ideal-int
10315 pkg syscall (freebsd-386), const IGNCR = 128
10316 pkg syscall (freebsd-386), const IGNCR ideal-int
10317 pkg syscall (freebsd-386), const IGNPAR = 4
10318 pkg syscall (freebsd-386), const IGNPAR ideal-int
10319 pkg syscall (freebsd-386), const IMAXBEL = 8192
10320 pkg syscall (freebsd-386), const IMAXBEL ideal-int
10321 pkg syscall (freebsd-386), const INLCR = 64
10322 pkg syscall (freebsd-386), const INLCR ideal-int
10323 pkg syscall (freebsd-386), const INPCK = 16
10324 pkg syscall (freebsd-386), const INPCK ideal-int
10325 pkg syscall (freebsd-386), const IN_CLASSA_HOST = 16777215
10326 pkg syscall (freebsd-386), const IN_CLASSA_MAX = 128
10327 pkg syscall (freebsd-386), const IN_CLASSA_NET = 4278190080
10328 pkg syscall (freebsd-386), const IN_CLASSA_NSHIFT = 24
10329 pkg syscall (freebsd-386), const IN_CLASSB_HOST = 65535
10330 pkg syscall (freebsd-386), const IN_CLASSB_MAX = 65536
10331 pkg syscall (freebsd-386), const IN_CLASSB_NET = 4294901760
10332 pkg syscall (freebsd-386), const IN_CLASSB_NSHIFT = 16
10333 pkg syscall (freebsd-386), const IN_CLASSC_HOST = 255
10334 pkg syscall (freebsd-386), const IN_CLASSC_NET = 4294967040
10335 pkg syscall (freebsd-386), const IN_CLASSC_NSHIFT = 8
10336 pkg syscall (freebsd-386), const IN_CLASSD_HOST = 268435455
10337 pkg syscall (freebsd-386), const IN_CLASSD_NET = 4026531840
10338 pkg syscall (freebsd-386), const IN_CLASSD_NSHIFT = 28
10339 pkg syscall (freebsd-386), const IN_LOOPBACKNET = 127
10340 pkg syscall (freebsd-386), const IN_RFC3021_MASK = 4294967294
10341 pkg syscall (freebsd-386), const IN_RFC3021_MASK ideal-int
10342 pkg syscall (freebsd-386), const IPPROTO_3PC = 34
10343 pkg syscall (freebsd-386), const IPPROTO_ADFS = 68
10344 pkg syscall (freebsd-386), const IPPROTO_AH = 51
10345 pkg syscall (freebsd-386), const IPPROTO_AHIP = 61
10346 pkg syscall (freebsd-386), const IPPROTO_APES = 99
10347 pkg syscall (freebsd-386), const IPPROTO_ARGUS = 13
10348 pkg syscall (freebsd-386), const IPPROTO_AX25 = 93
10349 pkg syscall (freebsd-386), const IPPROTO_BHA = 49
10350 pkg syscall (freebsd-386), const IPPROTO_BLT = 30
10351 pkg syscall (freebsd-386), const IPPROTO_BRSATMON = 76
10352 pkg syscall (freebsd-386), const IPPROTO_CARP = 112
10353 pkg syscall (freebsd-386), const IPPROTO_CFTP = 62
10354 pkg syscall (freebsd-386), const IPPROTO_CHAOS = 16
10355 pkg syscall (freebsd-386), const IPPROTO_CMTP = 38
10356 pkg syscall (freebsd-386), const IPPROTO_CPHB = 73
10357 pkg syscall (freebsd-386), const IPPROTO_CPNX = 72
10358 pkg syscall (freebsd-386), const IPPROTO_DDP = 37
10359 pkg syscall (freebsd-386), const IPPROTO_DGP = 86
10360 pkg syscall (freebsd-386), const IPPROTO_DIVERT = 258
10361 pkg syscall (freebsd-386), const IPPROTO_DONE = 257
10362 pkg syscall (freebsd-386), const IPPROTO_DSTOPTS = 60
10363 pkg syscall (freebsd-386), const IPPROTO_EGP = 8
10364 pkg syscall (freebsd-386), const IPPROTO_EMCON = 14
10365 pkg syscall (freebsd-386), const IPPROTO_ENCAP = 98
10366 pkg syscall (freebsd-386), const IPPROTO_EON = 80
10367 pkg syscall (freebsd-386), const IPPROTO_ESP = 50
10368 pkg syscall (freebsd-386), const IPPROTO_ETHERIP = 97
10369 pkg syscall (freebsd-386), const IPPROTO_FRAGMENT = 44
10370 pkg syscall (freebsd-386), const IPPROTO_GGP = 3
10371 pkg syscall (freebsd-386), const IPPROTO_GMTP = 100
10372 pkg syscall (freebsd-386), const IPPROTO_GRE = 47
10373 pkg syscall (freebsd-386), const IPPROTO_HELLO = 63
10374 pkg syscall (freebsd-386), const IPPROTO_HMP = 20
10375 pkg syscall (freebsd-386), const IPPROTO_HOPOPTS = 0
10376 pkg syscall (freebsd-386), const IPPROTO_ICMP = 1
10377 pkg syscall (freebsd-386), const IPPROTO_ICMPV6 = 58
10378 pkg syscall (freebsd-386), const IPPROTO_IDP = 22
10379 pkg syscall (freebsd-386), const IPPROTO_IDPR = 35
10380 pkg syscall (freebsd-386), const IPPROTO_IDRP = 45
10381 pkg syscall (freebsd-386), const IPPROTO_IGMP = 2
10382 pkg syscall (freebsd-386), const IPPROTO_IGP = 85
10383 pkg syscall (freebsd-386), const IPPROTO_IGRP = 88
10384 pkg syscall (freebsd-386), const IPPROTO_IL = 40
10385 pkg syscall (freebsd-386), const IPPROTO_INLSP = 52
10386 pkg syscall (freebsd-386), const IPPROTO_INP = 32
10387 pkg syscall (freebsd-386), const IPPROTO_IPCOMP = 108
10388 pkg syscall (freebsd-386), const IPPROTO_IPCV = 71
10389 pkg syscall (freebsd-386), const IPPROTO_IPEIP = 94
10390 pkg syscall (freebsd-386), const IPPROTO_IPIP = 4
10391 pkg syscall (freebsd-386), const IPPROTO_IPPC = 67
10392 pkg syscall (freebsd-386), const IPPROTO_IPV4 = 4
10393 pkg syscall (freebsd-386), const IPPROTO_IRTP = 28
10394 pkg syscall (freebsd-386), const IPPROTO_KRYPTOLAN = 65
10395 pkg syscall (freebsd-386), const IPPROTO_LARP = 91
10396 pkg syscall (freebsd-386), const IPPROTO_LEAF1 = 25
10397 pkg syscall (freebsd-386), const IPPROTO_LEAF2 = 26
10398 pkg syscall (freebsd-386), const IPPROTO_MAX = 256
10399 pkg syscall (freebsd-386), const IPPROTO_MAXID = 52
10400 pkg syscall (freebsd-386), const IPPROTO_MEAS = 19
10401 pkg syscall (freebsd-386), const IPPROTO_MH = 135
10402 pkg syscall (freebsd-386), const IPPROTO_MH ideal-int
10403 pkg syscall (freebsd-386), const IPPROTO_MHRP = 48
10404 pkg syscall (freebsd-386), const IPPROTO_MICP = 95
10405 pkg syscall (freebsd-386), const IPPROTO_MOBILE = 55
10406 pkg syscall (freebsd-386), const IPPROTO_MTP = 92
10407 pkg syscall (freebsd-386), const IPPROTO_MUX = 18
10408 pkg syscall (freebsd-386), const IPPROTO_ND = 77
10409 pkg syscall (freebsd-386), const IPPROTO_NHRP = 54
10410 pkg syscall (freebsd-386), const IPPROTO_NONE = 59
10411 pkg syscall (freebsd-386), const IPPROTO_NSP = 31
10412 pkg syscall (freebsd-386), const IPPROTO_NVPII = 11
10413 pkg syscall (freebsd-386), const IPPROTO_OLD_DIVERT = 254
10414 pkg syscall (freebsd-386), const IPPROTO_OSPFIGP = 89
10415 pkg syscall (freebsd-386), const IPPROTO_PFSYNC = 240
10416 pkg syscall (freebsd-386), const IPPROTO_PGM = 113
10417 pkg syscall (freebsd-386), const IPPROTO_PIGP = 9
10418 pkg syscall (freebsd-386), const IPPROTO_PIM = 103
10419 pkg syscall (freebsd-386), const IPPROTO_PRM = 21
10420 pkg syscall (freebsd-386), const IPPROTO_PUP = 12
10421 pkg syscall (freebsd-386), const IPPROTO_PVP = 75
10422 pkg syscall (freebsd-386), const IPPROTO_RAW = 255
10423 pkg syscall (freebsd-386), const IPPROTO_RCCMON = 10
10424 pkg syscall (freebsd-386), const IPPROTO_RDP = 27
10425 pkg syscall (freebsd-386), const IPPROTO_ROUTING = 43
10426 pkg syscall (freebsd-386), const IPPROTO_RSVP = 46
10427 pkg syscall (freebsd-386), const IPPROTO_RVD = 66
10428 pkg syscall (freebsd-386), const IPPROTO_SATEXPAK = 64
10429 pkg syscall (freebsd-386), const IPPROTO_SATMON = 69
10430 pkg syscall (freebsd-386), const IPPROTO_SCCSP = 96
10431 pkg syscall (freebsd-386), const IPPROTO_SCTP = 132
10432 pkg syscall (freebsd-386), const IPPROTO_SDRP = 42
10433 pkg syscall (freebsd-386), const IPPROTO_SEND = 259
10434 pkg syscall (freebsd-386), const IPPROTO_SEND ideal-int
10435 pkg syscall (freebsd-386), const IPPROTO_SEP = 33
10436 pkg syscall (freebsd-386), const IPPROTO_SKIP = 57
10437 pkg syscall (freebsd-386), const IPPROTO_SPACER = 32767
10438 pkg syscall (freebsd-386), const IPPROTO_SRPC = 90
10439 pkg syscall (freebsd-386), const IPPROTO_ST = 7
10440 pkg syscall (freebsd-386), const IPPROTO_SVMTP = 82
10441 pkg syscall (freebsd-386), const IPPROTO_SWIPE = 53
10442 pkg syscall (freebsd-386), const IPPROTO_TCF = 87
10443 pkg syscall (freebsd-386), const IPPROTO_TLSP = 56
10444 pkg syscall (freebsd-386), const IPPROTO_TP = 29
10445 pkg syscall (freebsd-386), const IPPROTO_TPXX = 39
10446 pkg syscall (freebsd-386), const IPPROTO_TRUNK1 = 23
10447 pkg syscall (freebsd-386), const IPPROTO_TRUNK2 = 24
10448 pkg syscall (freebsd-386), const IPPROTO_TTP = 84
10449 pkg syscall (freebsd-386), const IPPROTO_VINES = 83
10450 pkg syscall (freebsd-386), const IPPROTO_VISA = 70
10451 pkg syscall (freebsd-386), const IPPROTO_VMTP = 81
10452 pkg syscall (freebsd-386), const IPPROTO_WBEXPAK = 79
10453 pkg syscall (freebsd-386), const IPPROTO_WBMON = 78
10454 pkg syscall (freebsd-386), const IPPROTO_WSN = 74
10455 pkg syscall (freebsd-386), const IPPROTO_XNET = 15
10456 pkg syscall (freebsd-386), const IPPROTO_XTP = 36
10457 pkg syscall (freebsd-386), const IPV6_AUTOFLOWLABEL = 59
10458 pkg syscall (freebsd-386), const IPV6_BINDANY = 64
10459 pkg syscall (freebsd-386), const IPV6_BINDV6ONLY = 27
10460 pkg syscall (freebsd-386), const IPV6_CHECKSUM = 26
10461 pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
10462 pkg syscall (freebsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
10463 pkg syscall (freebsd-386), const IPV6_DEFHLIM = 64
10464 pkg syscall (freebsd-386), const IPV6_DONTFRAG = 62
10465 pkg syscall (freebsd-386), const IPV6_DSTOPTS = 50
10466 pkg syscall (freebsd-386), const IPV6_FAITH = 29
10467 pkg syscall (freebsd-386), const IPV6_FLOWINFO_MASK = 4294967055
10468 pkg syscall (freebsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
10469 pkg syscall (freebsd-386), const IPV6_FRAGTTL = 120
10470 pkg syscall (freebsd-386), const IPV6_FW_ADD = 30
10471 pkg syscall (freebsd-386), const IPV6_FW_DEL = 31
10472 pkg syscall (freebsd-386), const IPV6_FW_FLUSH = 32
10473 pkg syscall (freebsd-386), const IPV6_FW_GET = 34
10474 pkg syscall (freebsd-386), const IPV6_FW_ZERO = 33
10475 pkg syscall (freebsd-386), const IPV6_HLIMDEC = 1
10476 pkg syscall (freebsd-386), const IPV6_HOPLIMIT = 47
10477 pkg syscall (freebsd-386), const IPV6_HOPOPTS = 49
10478 pkg syscall (freebsd-386), const IPV6_IPSEC_POLICY = 28
10479 pkg syscall (freebsd-386), const IPV6_JOIN_GROUP = 12
10480 pkg syscall (freebsd-386), const IPV6_LEAVE_GROUP = 13
10481 pkg syscall (freebsd-386), const IPV6_MAXHLIM = 255
10482 pkg syscall (freebsd-386), const IPV6_MAXOPTHDR = 2048
10483 pkg syscall (freebsd-386), const IPV6_MAXPACKET = 65535
10484 pkg syscall (freebsd-386), const IPV6_MAX_GROUP_SRC_FILTER = 512
10485 pkg syscall (freebsd-386), const IPV6_MAX_MEMBERSHIPS = 4095
10486 pkg syscall (freebsd-386), const IPV6_MAX_SOCK_SRC_FILTER = 128
10487 pkg syscall (freebsd-386), const IPV6_MIN_MEMBERSHIPS = 31
10488 pkg syscall (freebsd-386), const IPV6_MMTU = 1280
10489 pkg syscall (freebsd-386), const IPV6_MSFILTER = 74
10490 pkg syscall (freebsd-386), const IPV6_MULTICAST_HOPS = 10
10491 pkg syscall (freebsd-386), const IPV6_MULTICAST_IF = 9
10492 pkg syscall (freebsd-386), const IPV6_MULTICAST_LOOP = 11
10493 pkg syscall (freebsd-386), const IPV6_NEXTHOP = 48
10494 pkg syscall (freebsd-386), const IPV6_PATHMTU = 44
10495 pkg syscall (freebsd-386), const IPV6_PKTINFO = 46
10496 pkg syscall (freebsd-386), const IPV6_PORTRANGE = 14
10497 pkg syscall (freebsd-386), const IPV6_PORTRANGE_DEFAULT = 0
10498 pkg syscall (freebsd-386), const IPV6_PORTRANGE_HIGH = 1
10499 pkg syscall (freebsd-386), const IPV6_PORTRANGE_LOW = 2
10500 pkg syscall (freebsd-386), const IPV6_PREFER_TEMPADDR = 63
10501 pkg syscall (freebsd-386), const IPV6_RECVDSTOPTS = 40
10502 pkg syscall (freebsd-386), const IPV6_RECVHOPLIMIT = 37
10503 pkg syscall (freebsd-386), const IPV6_RECVHOPOPTS = 39
10504 pkg syscall (freebsd-386), const IPV6_RECVPATHMTU = 43
10505 pkg syscall (freebsd-386), const IPV6_RECVPKTINFO = 36
10506 pkg syscall (freebsd-386), const IPV6_RECVRTHDR = 38
10507 pkg syscall (freebsd-386), const IPV6_RECVTCLASS = 57
10508 pkg syscall (freebsd-386), const IPV6_RTHDR = 51
10509 pkg syscall (freebsd-386), const IPV6_RTHDRDSTOPTS = 35
10510 pkg syscall (freebsd-386), const IPV6_RTHDR_LOOSE = 0
10511 pkg syscall (freebsd-386), const IPV6_RTHDR_STRICT = 1
10512 pkg syscall (freebsd-386), const IPV6_RTHDR_TYPE_0 = 0
10513 pkg syscall (freebsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
10514 pkg syscall (freebsd-386), const IPV6_TCLASS = 61
10515 pkg syscall (freebsd-386), const IPV6_UNICAST_HOPS = 4
10516 pkg syscall (freebsd-386), const IPV6_USE_MIN_MTU = 42
10517 pkg syscall (freebsd-386), const IPV6_V6ONLY = 27
10518 pkg syscall (freebsd-386), const IPV6_VERSION = 96
10519 pkg syscall (freebsd-386), const IPV6_VERSION_MASK = 240
10520 pkg syscall (freebsd-386), const IP_ADD_MEMBERSHIP = 12
10521 pkg syscall (freebsd-386), const IP_ADD_SOURCE_MEMBERSHIP = 70
10522 pkg syscall (freebsd-386), const IP_BINDANY = 24
10523 pkg syscall (freebsd-386), const IP_BLOCK_SOURCE = 72
10524 pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
10525 pkg syscall (freebsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
10526 pkg syscall (freebsd-386), const IP_DF = 16384
10527 pkg syscall (freebsd-386), const IP_DONTFRAG = 67
10528 pkg syscall (freebsd-386), const IP_DROP_MEMBERSHIP = 13
10529 pkg syscall (freebsd-386), const IP_DROP_SOURCE_MEMBERSHIP = 71
10530 pkg syscall (freebsd-386), const IP_DUMMYNET3 = 49
10531 pkg syscall (freebsd-386), const IP_DUMMYNET_CONFIGURE = 60
10532 pkg syscall (freebsd-386), const IP_DUMMYNET_DEL = 61
10533 pkg syscall (freebsd-386), const IP_DUMMYNET_FLUSH = 62
10534 pkg syscall (freebsd-386), const IP_DUMMYNET_GET = 64
10535 pkg syscall (freebsd-386), const IP_FAITH = 22
10536 pkg syscall (freebsd-386), const IP_FW3 = 48
10537 pkg syscall (freebsd-386), const IP_FW_ADD = 50
10538 pkg syscall (freebsd-386), const IP_FW_DEL = 51
10539 pkg syscall (freebsd-386), const IP_FW_FLUSH = 52
10540 pkg syscall (freebsd-386), const IP_FW_GET = 54
10541 pkg syscall (freebsd-386), const IP_FW_NAT_CFG = 56
10542 pkg syscall (freebsd-386), const IP_FW_NAT_DEL = 57
10543 pkg syscall (freebsd-386), const IP_FW_NAT_GET_CONFIG = 58
10544 pkg syscall (freebsd-386), const IP_FW_NAT_GET_LOG = 59
10545 pkg syscall (freebsd-386), const IP_FW_RESETLOG = 55
10546 pkg syscall (freebsd-386), const IP_FW_TABLE_ADD = 40
10547 pkg syscall (freebsd-386), const IP_FW_TABLE_DEL = 41
10548 pkg syscall (freebsd-386), const IP_FW_TABLE_FLUSH = 42
10549 pkg syscall (freebsd-386), const IP_FW_TABLE_GETSIZE = 43
10550 pkg syscall (freebsd-386), const IP_FW_TABLE_LIST = 44
10551 pkg syscall (freebsd-386), const IP_FW_ZERO = 53
10552 pkg syscall (freebsd-386), const IP_HDRINCL = 2
10553 pkg syscall (freebsd-386), const IP_IPSEC_POLICY = 21
10554 pkg syscall (freebsd-386), const IP_MAXPACKET = 65535
10555 pkg syscall (freebsd-386), const IP_MAX_GROUP_SRC_FILTER = 512
10556 pkg syscall (freebsd-386), const IP_MAX_MEMBERSHIPS = 4095
10557 pkg syscall (freebsd-386), const IP_MAX_SOCK_MUTE_FILTER = 128
10558 pkg syscall (freebsd-386), const IP_MAX_SOCK_SRC_FILTER = 128
10559 pkg syscall (freebsd-386), const IP_MAX_SOURCE_FILTER = 1024
10560 pkg syscall (freebsd-386), const IP_MF = 8192
10561 pkg syscall (freebsd-386), const IP_MINTTL = 66
10562 pkg syscall (freebsd-386), const IP_MIN_MEMBERSHIPS = 31
10563 pkg syscall (freebsd-386), const IP_MSFILTER = 74
10564 pkg syscall (freebsd-386), const IP_MSS = 576
10565 pkg syscall (freebsd-386), const IP_MULTICAST_IF = 9
10566 pkg syscall (freebsd-386), const IP_MULTICAST_LOOP = 11
10567 pkg syscall (freebsd-386), const IP_MULTICAST_TTL = 10
10568 pkg syscall (freebsd-386), const IP_MULTICAST_VIF = 14
10569 pkg syscall (freebsd-386), const IP_OFFMASK = 8191
10570 pkg syscall (freebsd-386), const IP_ONESBCAST = 23
10571 pkg syscall (freebsd-386), const IP_OPTIONS = 1
10572 pkg syscall (freebsd-386), const IP_PORTRANGE = 19
10573 pkg syscall (freebsd-386), const IP_PORTRANGE_DEFAULT = 0
10574 pkg syscall (freebsd-386), const IP_PORTRANGE_HIGH = 1
10575 pkg syscall (freebsd-386), const IP_PORTRANGE_LOW = 2
10576 pkg syscall (freebsd-386), const IP_RECVDSTADDR = 7
10577 pkg syscall (freebsd-386), const IP_RECVIF = 20
10578 pkg syscall (freebsd-386), const IP_RECVOPTS = 5
10579 pkg syscall (freebsd-386), const IP_RECVRETOPTS = 6
10580 pkg syscall (freebsd-386), const IP_RECVTOS = 68
10581 pkg syscall (freebsd-386), const IP_RECVTOS ideal-int
10582 pkg syscall (freebsd-386), const IP_RECVTTL = 65
10583 pkg syscall (freebsd-386), const IP_RETOPTS = 8
10584 pkg syscall (freebsd-386), const IP_RF = 32768
10585 pkg syscall (freebsd-386), const IP_RSVP_OFF = 16
10586 pkg syscall (freebsd-386), const IP_RSVP_ON = 15
10587 pkg syscall (freebsd-386), const IP_RSVP_VIF_OFF = 18
10588 pkg syscall (freebsd-386), const IP_RSVP_VIF_ON = 17
10589 pkg syscall (freebsd-386), const IP_SENDSRCADDR = 7
10590 pkg syscall (freebsd-386), const IP_TOS = 3
10591 pkg syscall (freebsd-386), const IP_TTL = 4
10592 pkg syscall (freebsd-386), const IP_UNBLOCK_SOURCE = 73
10593 pkg syscall (freebsd-386), const ISIG = 128
10594 pkg syscall (freebsd-386), const ISIG ideal-int
10595 pkg syscall (freebsd-386), const ISTRIP = 32
10596 pkg syscall (freebsd-386), const ISTRIP ideal-int
10597 pkg syscall (freebsd-386), const IXANY = 2048
10598 pkg syscall (freebsd-386), const IXANY ideal-int
10599 pkg syscall (freebsd-386), const IXOFF = 1024
10600 pkg syscall (freebsd-386), const IXOFF ideal-int
10601 pkg syscall (freebsd-386), const IXON = 512
10602 pkg syscall (freebsd-386), const IXON ideal-int
10603 pkg syscall (freebsd-386), const ImplementsGetwd = false
10604 pkg syscall (freebsd-386), const LOCK_EX = 2
10605 pkg syscall (freebsd-386), const LOCK_NB = 4
10606 pkg syscall (freebsd-386), const LOCK_SH = 1
10607 pkg syscall (freebsd-386), const LOCK_UN = 8
10608 pkg syscall (freebsd-386), const MADV_AUTOSYNC = 7
10609 pkg syscall (freebsd-386), const MADV_AUTOSYNC ideal-int
10610 pkg syscall (freebsd-386), const MADV_CORE = 9
10611 pkg syscall (freebsd-386), const MADV_CORE ideal-int
10612 pkg syscall (freebsd-386), const MADV_DONTNEED = 4
10613 pkg syscall (freebsd-386), const MADV_DONTNEED ideal-int
10614 pkg syscall (freebsd-386), const MADV_FREE = 5
10615 pkg syscall (freebsd-386), const MADV_FREE ideal-int
10616 pkg syscall (freebsd-386), const MADV_NOCORE = 8
10617 pkg syscall (freebsd-386), const MADV_NOCORE ideal-int
10618 pkg syscall (freebsd-386), const MADV_NORMAL = 0
10619 pkg syscall (freebsd-386), const MADV_NORMAL ideal-int
10620 pkg syscall (freebsd-386), const MADV_NOSYNC = 6
10621 pkg syscall (freebsd-386), const MADV_NOSYNC ideal-int
10622 pkg syscall (freebsd-386), const MADV_PROTECT = 10
10623 pkg syscall (freebsd-386), const MADV_PROTECT ideal-int
10624 pkg syscall (freebsd-386), const MADV_RANDOM = 1
10625 pkg syscall (freebsd-386), const MADV_RANDOM ideal-int
10626 pkg syscall (freebsd-386), const MADV_SEQUENTIAL = 2
10627 pkg syscall (freebsd-386), const MADV_SEQUENTIAL ideal-int
10628 pkg syscall (freebsd-386), const MADV_WILLNEED = 3
10629 pkg syscall (freebsd-386), const MADV_WILLNEED ideal-int
10630 pkg syscall (freebsd-386), const MAP_ANON = 4096
10631 pkg syscall (freebsd-386), const MAP_ANON ideal-int
10632 pkg syscall (freebsd-386), const MAP_ANONYMOUS = 4096
10633 pkg syscall (freebsd-386), const MAP_ANONYMOUS ideal-int
10634 pkg syscall (freebsd-386), const MAP_COPY = 2
10635 pkg syscall (freebsd-386), const MAP_COPY ideal-int
10636 pkg syscall (freebsd-386), const MAP_FILE = 0
10637 pkg syscall (freebsd-386), const MAP_FILE ideal-int
10638 pkg syscall (freebsd-386), const MAP_FIXED = 16
10639 pkg syscall (freebsd-386), const MAP_FIXED ideal-int
10640 pkg syscall (freebsd-386), const MAP_HASSEMAPHORE = 512
10641 pkg syscall (freebsd-386), const MAP_HASSEMAPHORE ideal-int
10642 pkg syscall (freebsd-386), const MAP_NOCORE = 131072
10643 pkg syscall (freebsd-386), const MAP_NOCORE ideal-int
10644 pkg syscall (freebsd-386), const MAP_NORESERVE = 64
10645 pkg syscall (freebsd-386), const MAP_NORESERVE ideal-int
10646 pkg syscall (freebsd-386), const MAP_NOSYNC = 2048
10647 pkg syscall (freebsd-386), const MAP_NOSYNC ideal-int
10648 pkg syscall (freebsd-386), const MAP_PREFAULT_READ = 262144
10649 pkg syscall (freebsd-386), const MAP_PREFAULT_READ ideal-int
10650 pkg syscall (freebsd-386), const MAP_PRIVATE = 2
10651 pkg syscall (freebsd-386), const MAP_PRIVATE ideal-int
10652 pkg syscall (freebsd-386), const MAP_RENAME = 32
10653 pkg syscall (freebsd-386), const MAP_RENAME ideal-int
10654 pkg syscall (freebsd-386), const MAP_RESERVED0080 = 128
10655 pkg syscall (freebsd-386), const MAP_RESERVED0080 ideal-int
10656 pkg syscall (freebsd-386), const MAP_RESERVED0100 = 256
10657 pkg syscall (freebsd-386), const MAP_RESERVED0100 ideal-int
10658 pkg syscall (freebsd-386), const MAP_SHARED = 1
10659 pkg syscall (freebsd-386), const MAP_SHARED ideal-int
10660 pkg syscall (freebsd-386), const MAP_STACK = 1024
10661 pkg syscall (freebsd-386), const MAP_STACK ideal-int
10662 pkg syscall (freebsd-386), const MCL_CURRENT = 1
10663 pkg syscall (freebsd-386), const MCL_CURRENT ideal-int
10664 pkg syscall (freebsd-386), const MCL_FUTURE = 2
10665 pkg syscall (freebsd-386), const MCL_FUTURE ideal-int
10666 pkg syscall (freebsd-386), const MSG_COMPAT = 32768
10667 pkg syscall (freebsd-386), const MSG_CTRUNC = 32
10668 pkg syscall (freebsd-386), const MSG_DONTROUTE = 4
10669 pkg syscall (freebsd-386), const MSG_DONTWAIT = 128
10670 pkg syscall (freebsd-386), const MSG_EOF = 256
10671 pkg syscall (freebsd-386), const MSG_EOR = 8
10672 pkg syscall (freebsd-386), const MSG_NBIO = 16384
10673 pkg syscall (freebsd-386), const MSG_NOSIGNAL = 131072
10674 pkg syscall (freebsd-386), const MSG_NOTIFICATION = 8192
10675 pkg syscall (freebsd-386), const MSG_OOB = 1
10676 pkg syscall (freebsd-386), const MSG_PEEK = 2
10677 pkg syscall (freebsd-386), const MSG_TRUNC = 16
10678 pkg syscall (freebsd-386), const MSG_WAITALL = 64
10679 pkg syscall (freebsd-386), const MS_ASYNC = 1
10680 pkg syscall (freebsd-386), const MS_ASYNC ideal-int
10681 pkg syscall (freebsd-386), const MS_INVALIDATE = 2
10682 pkg syscall (freebsd-386), const MS_INVALIDATE ideal-int
10683 pkg syscall (freebsd-386), const MS_SYNC = 0
10684 pkg syscall (freebsd-386), const MS_SYNC ideal-int
10685 pkg syscall (freebsd-386), const NET_RT_DUMP = 1
10686 pkg syscall (freebsd-386), const NET_RT_FLAGS = 2
10687 pkg syscall (freebsd-386), const NET_RT_IFLIST = 3
10688 pkg syscall (freebsd-386), const NET_RT_IFLISTL = 5
10689 pkg syscall (freebsd-386), const NET_RT_IFLISTL ideal-int
10690 pkg syscall (freebsd-386), const NET_RT_IFMALIST = 4
10691 pkg syscall (freebsd-386), const NET_RT_MAXID = 6
10692 pkg syscall (freebsd-386), const NOFLSH = 2147483648
10693 pkg syscall (freebsd-386), const NOFLSH ideal-int
10694 pkg syscall (freebsd-386), const NOTE_ATTRIB = 8
10695 pkg syscall (freebsd-386), const NOTE_CHILD = 4
10696 pkg syscall (freebsd-386), const NOTE_DELETE = 1
10697 pkg syscall (freebsd-386), const NOTE_EXEC = 536870912
10698 pkg syscall (freebsd-386), const NOTE_EXIT = 2147483648
10699 pkg syscall (freebsd-386), const NOTE_EXTEND = 4
10700 pkg syscall (freebsd-386), const NOTE_FFAND = 1073741824
10701 pkg syscall (freebsd-386), const NOTE_FFCOPY = 3221225472
10702 pkg syscall (freebsd-386), const NOTE_FFCTRLMASK = 3221225472
10703 pkg syscall (freebsd-386), const NOTE_FFLAGSMASK = 16777215
10704 pkg syscall (freebsd-386), const NOTE_FFNOP = 0
10705 pkg syscall (freebsd-386), const NOTE_FFOR = 2147483648
10706 pkg syscall (freebsd-386), const NOTE_FORK = 1073741824
10707 pkg syscall (freebsd-386), const NOTE_LINK = 16
10708 pkg syscall (freebsd-386), const NOTE_LOWAT = 1
10709 pkg syscall (freebsd-386), const NOTE_PCTRLMASK = 4026531840
10710 pkg syscall (freebsd-386), const NOTE_PDATAMASK = 1048575
10711 pkg syscall (freebsd-386), const NOTE_RENAME = 32
10712 pkg syscall (freebsd-386), const NOTE_REVOKE = 64
10713 pkg syscall (freebsd-386), const NOTE_TRACK = 1
10714 pkg syscall (freebsd-386), const NOTE_TRACKERR = 2
10715 pkg syscall (freebsd-386), const NOTE_TRIGGER = 16777216
10716 pkg syscall (freebsd-386), const NOTE_WRITE = 2
10717 pkg syscall (freebsd-386), const OCRNL = 16
10718 pkg syscall (freebsd-386), const OCRNL ideal-int
10719 pkg syscall (freebsd-386), const ONLCR = 2
10720 pkg syscall (freebsd-386), const ONLCR ideal-int
10721 pkg syscall (freebsd-386), const ONLRET = 64
10722 pkg syscall (freebsd-386), const ONLRET ideal-int
10723 pkg syscall (freebsd-386), const ONOCR = 32
10724 pkg syscall (freebsd-386), const ONOCR ideal-int
10725 pkg syscall (freebsd-386), const ONOEOT = 8
10726 pkg syscall (freebsd-386), const ONOEOT ideal-int
10727 pkg syscall (freebsd-386), const OPOST = 1
10728 pkg syscall (freebsd-386), const OPOST ideal-int
10729 pkg syscall (freebsd-386), const O_ACCMODE = 3
10730 pkg syscall (freebsd-386), const O_APPEND = 8
10731 pkg syscall (freebsd-386), const O_ASYNC = 64
10732 pkg syscall (freebsd-386), const O_CLOEXEC = 0
10733 pkg syscall (freebsd-386), const O_CREAT = 512
10734 pkg syscall (freebsd-386), const O_DIRECT = 65536
10735 pkg syscall (freebsd-386), const O_DIRECTORY = 131072
10736 pkg syscall (freebsd-386), const O_EXCL = 2048
10737 pkg syscall (freebsd-386), const O_EXEC = 262144
10738 pkg syscall (freebsd-386), const O_EXLOCK = 32
10739 pkg syscall (freebsd-386), const O_FSYNC = 128
10740 pkg syscall (freebsd-386), const O_NDELAY = 4
10741 pkg syscall (freebsd-386), const O_NOCTTY = 32768
10742 pkg syscall (freebsd-386), const O_NOFOLLOW = 256
10743 pkg syscall (freebsd-386), const O_NONBLOCK = 4
10744 pkg syscall (freebsd-386), const O_SHLOCK = 16
10745 pkg syscall (freebsd-386), const O_SYNC = 128
10746 pkg syscall (freebsd-386), const O_TRUNC = 1024
10747 pkg syscall (freebsd-386), const O_TTY_INIT = 524288
10748 pkg syscall (freebsd-386), const PARENB = 4096
10749 pkg syscall (freebsd-386), const PARENB ideal-int
10750 pkg syscall (freebsd-386), const PARMRK = 8
10751 pkg syscall (freebsd-386), const PARMRK ideal-int
10752 pkg syscall (freebsd-386), const PARODD = 8192
10753 pkg syscall (freebsd-386), const PARODD ideal-int
10754 pkg syscall (freebsd-386), const PENDIN = 536870912
10755 pkg syscall (freebsd-386), const PENDIN ideal-int
10756 pkg syscall (freebsd-386), const PROT_EXEC = 4
10757 pkg syscall (freebsd-386), const PROT_EXEC ideal-int
10758 pkg syscall (freebsd-386), const PROT_NONE = 0
10759 pkg syscall (freebsd-386), const PROT_NONE ideal-int
10760 pkg syscall (freebsd-386), const PROT_READ = 1
10761 pkg syscall (freebsd-386), const PROT_READ ideal-int
10762 pkg syscall (freebsd-386), const PROT_WRITE = 2
10763 pkg syscall (freebsd-386), const PROT_WRITE ideal-int
10764 pkg syscall (freebsd-386), const PTRACE_CONT = 7
10765 pkg syscall (freebsd-386), const PTRACE_KILL = 8
10766 pkg syscall (freebsd-386), const PTRACE_TRACEME = 0
10767 pkg syscall (freebsd-386), const RLIMIT_AS = 10
10768 pkg syscall (freebsd-386), const RLIMIT_CORE = 4
10769 pkg syscall (freebsd-386), const RLIMIT_CPU = 0
10770 pkg syscall (freebsd-386), const RLIMIT_DATA = 2
10771 pkg syscall (freebsd-386), const RLIMIT_FSIZE = 1
10772 pkg syscall (freebsd-386), const RLIMIT_NOFILE = 8
10773 pkg syscall (freebsd-386), const RLIMIT_STACK = 3
10774 pkg syscall (freebsd-386), const RLIM_INFINITY = 9223372036854775807
10775 pkg syscall (freebsd-386), const RTAX_AUTHOR = 6
10776 pkg syscall (freebsd-386), const RTAX_BRD = 7
10777 pkg syscall (freebsd-386), const RTAX_DST = 0
10778 pkg syscall (freebsd-386), const RTAX_GATEWAY = 1
10779 pkg syscall (freebsd-386), const RTAX_GENMASK = 3
10780 pkg syscall (freebsd-386), const RTAX_IFA = 5
10781 pkg syscall (freebsd-386), const RTAX_IFP = 4
10782 pkg syscall (freebsd-386), const RTAX_MAX = 8
10783 pkg syscall (freebsd-386), const RTAX_NETMASK = 2
10784 pkg syscall (freebsd-386), const RTA_AUTHOR = 64
10785 pkg syscall (freebsd-386), const RTA_BRD = 128
10786 pkg syscall (freebsd-386), const RTA_DST = 1
10787 pkg syscall (freebsd-386), const RTA_GATEWAY = 2
10788 pkg syscall (freebsd-386), const RTA_GENMASK = 8
10789 pkg syscall (freebsd-386), const RTA_IFA = 32
10790 pkg syscall (freebsd-386), const RTA_IFP = 16
10791 pkg syscall (freebsd-386), const RTA_NETMASK = 4
10792 pkg syscall (freebsd-386), const RTF_BLACKHOLE = 4096
10793 pkg syscall (freebsd-386), const RTF_BROADCAST = 4194304
10794 pkg syscall (freebsd-386), const RTF_DONE = 64
10795 pkg syscall (freebsd-386), const RTF_DYNAMIC = 16
10796 pkg syscall (freebsd-386), const RTF_FMASK = 268752904
10797 pkg syscall (freebsd-386), const RTF_GATEWAY = 2
10798 pkg syscall (freebsd-386), const RTF_HOST = 4
10799 pkg syscall (freebsd-386), const RTF_LLDATA = 1024
10800 pkg syscall (freebsd-386), const RTF_LLINFO = 1024
10801 pkg syscall (freebsd-386), const RTF_LOCAL = 2097152
10802 pkg syscall (freebsd-386), const RTF_MODIFIED = 32
10803 pkg syscall (freebsd-386), const RTF_MULTICAST = 8388608
10804 pkg syscall (freebsd-386), const RTF_PINNED = 1048576
10805 pkg syscall (freebsd-386), const RTF_PRCLONING = 65536
10806 pkg syscall (freebsd-386), const RTF_PROTO1 = 32768
10807 pkg syscall (freebsd-386), const RTF_PROTO2 = 16384
10808 pkg syscall (freebsd-386), const RTF_PROTO3 = 262144
10809 pkg syscall (freebsd-386), const RTF_REJECT = 8
10810 pkg syscall (freebsd-386), const RTF_RNH_LOCKED = 1073741824
10811 pkg syscall (freebsd-386), const RTF_STATIC = 2048
10812 pkg syscall (freebsd-386), const RTF_STICKY = 268435456
10813 pkg syscall (freebsd-386), const RTF_UP = 1
10814 pkg syscall (freebsd-386), const RTF_XRESOLVE = 512
10815 pkg syscall (freebsd-386), const RTM_ADD = 1
10816 pkg syscall (freebsd-386), const RTM_CHANGE = 3
10817 pkg syscall (freebsd-386), const RTM_DELADDR = 13
10818 pkg syscall (freebsd-386), const RTM_DELETE = 2
10819 pkg syscall (freebsd-386), const RTM_DELMADDR = 16
10820 pkg syscall (freebsd-386), const RTM_GET = 4
10821 pkg syscall (freebsd-386), const RTM_IEEE80211 = 18
10822 pkg syscall (freebsd-386), const RTM_IFANNOUNCE = 17
10823 pkg syscall (freebsd-386), const RTM_IFINFO = 14
10824 pkg syscall (freebsd-386), const RTM_LOCK = 8
10825 pkg syscall (freebsd-386), const RTM_LOSING = 5
10826 pkg syscall (freebsd-386), const RTM_MISS = 7
10827 pkg syscall (freebsd-386), const RTM_NEWADDR = 12
10828 pkg syscall (freebsd-386), const RTM_NEWMADDR = 15
10829 pkg syscall (freebsd-386), const RTM_OLDADD = 9
10830 pkg syscall (freebsd-386), const RTM_OLDDEL = 10
10831 pkg syscall (freebsd-386), const RTM_REDIRECT = 6
10832 pkg syscall (freebsd-386), const RTM_RESOLVE = 11
10833 pkg syscall (freebsd-386), const RTM_RTTUNIT = 1000000
10834 pkg syscall (freebsd-386), const RTM_VERSION = 5
10835 pkg syscall (freebsd-386), const RTV_EXPIRE = 4
10836 pkg syscall (freebsd-386), const RTV_HOPCOUNT = 2
10837 pkg syscall (freebsd-386), const RTV_MTU = 1
10838 pkg syscall (freebsd-386), const RTV_RPIPE = 8
10839 pkg syscall (freebsd-386), const RTV_RTT = 64
10840 pkg syscall (freebsd-386), const RTV_RTTVAR = 128
10841 pkg syscall (freebsd-386), const RTV_SPIPE = 16
10842 pkg syscall (freebsd-386), const RTV_SSTHRESH = 32
10843 pkg syscall (freebsd-386), const RTV_WEIGHT = 256
10844 pkg syscall (freebsd-386), const RT_CACHING_CONTEXT = 1
10845 pkg syscall (freebsd-386), const RT_CACHING_CONTEXT ideal-int
10846 pkg syscall (freebsd-386), const RT_DEFAULT_FIB = 0
10847 pkg syscall (freebsd-386), const RT_DEFAULT_FIB ideal-int
10848 pkg syscall (freebsd-386), const RUSAGE_CHILDREN = -1
10849 pkg syscall (freebsd-386), const RUSAGE_SELF = 0
10850 pkg syscall (freebsd-386), const RUSAGE_THREAD = 1
10851 pkg syscall (freebsd-386), const SCM_BINTIME = 4
10852 pkg syscall (freebsd-386), const SCM_CREDS = 3
10853 pkg syscall (freebsd-386), const SCM_RIGHTS = 1
10854 pkg syscall (freebsd-386), const SCM_TIMESTAMP = 2
10855 pkg syscall (freebsd-386), const SIGBUS = 10
10856 pkg syscall (freebsd-386), const SIGCHLD = 20
10857 pkg syscall (freebsd-386), const SIGCONT = 19
10858 pkg syscall (freebsd-386), const SIGEMT = 7
10859 pkg syscall (freebsd-386), const SIGINFO = 29
10860 pkg syscall (freebsd-386), const SIGIO = 23
10861 pkg syscall (freebsd-386), const SIGIOT = 6
10862 pkg syscall (freebsd-386), const SIGLWP = 32
10863 pkg syscall (freebsd-386), const SIGPROF = 27
10864 pkg syscall (freebsd-386), const SIGSTOP = 17
10865 pkg syscall (freebsd-386), const SIGSYS = 12
10866 pkg syscall (freebsd-386), const SIGTHR = 32
10867 pkg syscall (freebsd-386), const SIGTSTP = 18
10868 pkg syscall (freebsd-386), const SIGTTIN = 21
10869 pkg syscall (freebsd-386), const SIGTTOU = 22
10870 pkg syscall (freebsd-386), const SIGURG = 16
10871 pkg syscall (freebsd-386), const SIGUSR1 = 30
10872 pkg syscall (freebsd-386), const SIGUSR2 = 31
10873 pkg syscall (freebsd-386), const SIGVTALRM = 26
10874 pkg syscall (freebsd-386), const SIGWINCH = 28
10875 pkg syscall (freebsd-386), const SIGXCPU = 24
10876 pkg syscall (freebsd-386), const SIGXFSZ = 25
10877 pkg syscall (freebsd-386), const SIOCADDMULTI = 2149607729
10878 pkg syscall (freebsd-386), const SIOCADDRT = 2150658570
10879 pkg syscall (freebsd-386), const SIOCAIFADDR = 2151704858
10880 pkg syscall (freebsd-386), const SIOCAIFGROUP = 2149869959
10881 pkg syscall (freebsd-386), const SIOCALIFADDR = 2165860635
10882 pkg syscall (freebsd-386), const SIOCATMARK = 1074033415
10883 pkg syscall (freebsd-386), const SIOCDELMULTI = 2149607730
10884 pkg syscall (freebsd-386), const SIOCDELRT = 2150658571
10885 pkg syscall (freebsd-386), const SIOCDIFADDR = 2149607705
10886 pkg syscall (freebsd-386), const SIOCDIFGROUP = 2149869961
10887 pkg syscall (freebsd-386), const SIOCDIFPHYADDR = 2149607753
10888 pkg syscall (freebsd-386), const SIOCDLIFADDR = 2165860637
10889 pkg syscall (freebsd-386), const SIOCGDRVSPEC = 3223087483
10890 pkg syscall (freebsd-386), const SIOCGETSGCNT = 3222565392
10891 pkg syscall (freebsd-386), const SIOCGETVIFCNT = 3222565391
10892 pkg syscall (freebsd-386), const SIOCGHIWAT = 1074033409
10893 pkg syscall (freebsd-386), const SIOCGIFADDR = 3223349537
10894 pkg syscall (freebsd-386), const SIOCGIFBRDADDR = 3223349539
10895 pkg syscall (freebsd-386), const SIOCGIFCAP = 3223349535
10896 pkg syscall (freebsd-386), const SIOCGIFCONF = 3221776676
10897 pkg syscall (freebsd-386), const SIOCGIFDESCR = 3223349546
10898 pkg syscall (freebsd-386), const SIOCGIFDSTADDR = 3223349538
10899 pkg syscall (freebsd-386), const SIOCGIFFIB = 3223349596
10900 pkg syscall (freebsd-386), const SIOCGIFFIB ideal-int
10901 pkg syscall (freebsd-386), const SIOCGIFFLAGS = 3223349521
10902 pkg syscall (freebsd-386), const SIOCGIFGENERIC = 3223349562
10903 pkg syscall (freebsd-386), const SIOCGIFGMEMB = 3223611786
10904 pkg syscall (freebsd-386), const SIOCGIFGROUP = 3223611784
10905 pkg syscall (freebsd-386), const SIOCGIFINDEX = 3223349536
10906 pkg syscall (freebsd-386), const SIOCGIFMAC = 3223349542
10907 pkg syscall (freebsd-386), const SIOCGIFMEDIA = 3223873848
10908 pkg syscall (freebsd-386), const SIOCGIFMETRIC = 3223349527
10909 pkg syscall (freebsd-386), const SIOCGIFMTU = 3223349555
10910 pkg syscall (freebsd-386), const SIOCGIFNETMASK = 3223349541
10911 pkg syscall (freebsd-386), const SIOCGIFPDSTADDR = 3223349576
10912 pkg syscall (freebsd-386), const SIOCGIFPHYS = 3223349557
10913 pkg syscall (freebsd-386), const SIOCGIFPSRCADDR = 3223349575
10914 pkg syscall (freebsd-386), const SIOCGIFSTATUS = 3274795323
10915 pkg syscall (freebsd-386), const SIOCGLIFADDR = 3239602460
10916 pkg syscall (freebsd-386), const SIOCGLIFPHYADDR = 3239602507
10917 pkg syscall (freebsd-386), const SIOCGLOWAT = 1074033411
10918 pkg syscall (freebsd-386), const SIOCGPGRP = 1074033417
10919 pkg syscall (freebsd-386), const SIOCGPRIVATE_0 = 3223349584
10920 pkg syscall (freebsd-386), const SIOCGPRIVATE_1 = 3223349585
10921 pkg syscall (freebsd-386), const SIOCIFCREATE = 3223349626
10922 pkg syscall (freebsd-386), const SIOCIFCREATE2 = 3223349628
10923 pkg syscall (freebsd-386), const SIOCIFDESTROY = 2149607801
10924 pkg syscall (freebsd-386), const SIOCIFGCLONERS = 3222038904
10925 pkg syscall (freebsd-386), const SIOCSDRVSPEC = 2149345659
10926 pkg syscall (freebsd-386), const SIOCSHIWAT = 2147775232
10927 pkg syscall (freebsd-386), const SIOCSIFADDR = 2149607692
10928 pkg syscall (freebsd-386), const SIOCSIFBRDADDR = 2149607699
10929 pkg syscall (freebsd-386), const SIOCSIFCAP = 2149607710
10930 pkg syscall (freebsd-386), const SIOCSIFDESCR = 2149607721
10931 pkg syscall (freebsd-386), const SIOCSIFDSTADDR = 2149607694
10932 pkg syscall (freebsd-386), const SIOCSIFFIB = 2149607773
10933 pkg syscall (freebsd-386), const SIOCSIFFIB ideal-int
10934 pkg syscall (freebsd-386), const SIOCSIFFLAGS = 2149607696
10935 pkg syscall (freebsd-386), const SIOCSIFGENERIC = 2149607737
10936 pkg syscall (freebsd-386), const SIOCSIFLLADDR = 2149607740
10937 pkg syscall (freebsd-386), const SIOCSIFMAC = 2149607719
10938 pkg syscall (freebsd-386), const SIOCSIFMEDIA = 3223349559
10939 pkg syscall (freebsd-386), const SIOCSIFMETRIC = 2149607704
10940 pkg syscall (freebsd-386), const SIOCSIFMTU = 2149607732
10941 pkg syscall (freebsd-386), const SIOCSIFNAME = 2149607720
10942 pkg syscall (freebsd-386), const SIOCSIFNETMASK = 2149607702
10943 pkg syscall (freebsd-386), const SIOCSIFPHYADDR = 2151704902
10944 pkg syscall (freebsd-386), const SIOCSIFPHYS = 2149607734
10945 pkg syscall (freebsd-386), const SIOCSIFRVNET = 3223349595
10946 pkg syscall (freebsd-386), const SIOCSIFVNET = 3223349594
10947 pkg syscall (freebsd-386), const SIOCSLIFPHYADDR = 2165860682
10948 pkg syscall (freebsd-386), const SIOCSLOWAT = 2147775234
10949 pkg syscall (freebsd-386), const SIOCSPGRP = 2147775240
10950 pkg syscall (freebsd-386), const SOCK_MAXADDRLEN = 255
10951 pkg syscall (freebsd-386), const SOCK_RDM = 4
10952 pkg syscall (freebsd-386), const SOL_SOCKET = 65535
10953 pkg syscall (freebsd-386), const SOMAXCONN = 128
10954 pkg syscall (freebsd-386), const SO_ACCEPTCONN = 2
10955 pkg syscall (freebsd-386), const SO_ACCEPTFILTER = 4096
10956 pkg syscall (freebsd-386), const SO_BINTIME = 8192
10957 pkg syscall (freebsd-386), const SO_BROADCAST = 32
10958 pkg syscall (freebsd-386), const SO_DEBUG = 1
10959 pkg syscall (freebsd-386), const SO_DONTROUTE = 16
10960 pkg syscall (freebsd-386), const SO_ERROR = 4103
10961 pkg syscall (freebsd-386), const SO_KEEPALIVE = 8
10962 pkg syscall (freebsd-386), const SO_LABEL = 4105
10963 pkg syscall (freebsd-386), const SO_LINGER = 128
10964 pkg syscall (freebsd-386), const SO_LISTENINCQLEN = 4115
10965 pkg syscall (freebsd-386), const SO_LISTENQLEN = 4114
10966 pkg syscall (freebsd-386), const SO_LISTENQLIMIT = 4113
10967 pkg syscall (freebsd-386), const SO_NOSIGPIPE = 2048
10968 pkg syscall (freebsd-386), const SO_NO_DDP = 32768
10969 pkg syscall (freebsd-386), const SO_NO_OFFLOAD = 16384
10970 pkg syscall (freebsd-386), const SO_OOBINLINE = 256
10971 pkg syscall (freebsd-386), const SO_PEERLABEL = 4112
10972 pkg syscall (freebsd-386), const SO_PROTOCOL = 4118
10973 pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int
10974 pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118
10975 pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int
10976 pkg syscall (freebsd-386), const SO_RCVBUF = 4098
10977 pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100
10978 pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102
10979 pkg syscall (freebsd-386), const SO_REUSEADDR = 4
10980 pkg syscall (freebsd-386), const SO_REUSEPORT = 512
10981 pkg syscall (freebsd-386), const SO_SETFIB = 4116
10982 pkg syscall (freebsd-386), const SO_SNDBUF = 4097
10983 pkg syscall (freebsd-386), const SO_SNDLOWAT = 4099
10984 pkg syscall (freebsd-386), const SO_SNDTIMEO = 4101
10985 pkg syscall (freebsd-386), const SO_TIMESTAMP = 1024
10986 pkg syscall (freebsd-386), const SO_TYPE = 4104
10987 pkg syscall (freebsd-386), const SO_USELOOPBACK = 64
10988 pkg syscall (freebsd-386), const SO_USER_COOKIE = 4117
10989 pkg syscall (freebsd-386), const SO_USER_COOKIE ideal-int
10990 pkg syscall (freebsd-386), const SYS_ABORT2 = 463
10991 pkg syscall (freebsd-386), const SYS_ACCEPT = 30
10992 pkg syscall (freebsd-386), const SYS_ACCESS = 33
10993 pkg syscall (freebsd-386), const SYS_ACCT = 51
10994 pkg syscall (freebsd-386), const SYS_ADJTIME = 140
10995 pkg syscall (freebsd-386), const SYS_AUDIT = 445
10996 pkg syscall (freebsd-386), const SYS_AUDITCTL = 453
10997 pkg syscall (freebsd-386), const SYS_AUDITON = 446
10998 pkg syscall (freebsd-386), const SYS_BIND = 104
10999 pkg syscall (freebsd-386), const SYS_CAP_ENTER = 516
11000 pkg syscall (freebsd-386), const SYS_CAP_GETMODE = 517
11001 pkg syscall (freebsd-386), const SYS_CAP_GETRIGHTS = 515
11002 pkg syscall (freebsd-386), const SYS_CAP_NEW = 514
11003 pkg syscall (freebsd-386), const SYS_CHDIR = 12
11004 pkg syscall (freebsd-386), const SYS_CHFLAGS = 34
11005 pkg syscall (freebsd-386), const SYS_CHMOD = 15
11006 pkg syscall (freebsd-386), const SYS_CHOWN = 16
11007 pkg syscall (freebsd-386), const SYS_CHROOT = 61
11008 pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 = 247
11009 pkg syscall (freebsd-386), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
11010 pkg syscall (freebsd-386), const SYS_CLOCK_GETRES = 234
11011 pkg syscall (freebsd-386), const SYS_CLOCK_GETTIME = 232
11012 pkg syscall (freebsd-386), const SYS_CLOCK_SETTIME = 233
11013 pkg syscall (freebsd-386), const SYS_CLOSE = 6
11014 pkg syscall (freebsd-386), const SYS_CLOSEFROM = 509
11015 pkg syscall (freebsd-386), const SYS_CONNECT = 98
11016 pkg syscall (freebsd-386), const SYS_CPUSET = 484
11017 pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487
11018 pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486
11019 pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488
11020 pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485
11021 pkg syscall (freebsd-386), const SYS_DUP = 41
11022 pkg syscall (freebsd-386), const SYS_DUP2 = 90
11023 pkg syscall (freebsd-386), const SYS_EACCESS = 376
11024 pkg syscall (freebsd-386), const SYS_EXECVE = 59
11025 pkg syscall (freebsd-386), const SYS_EXIT = 1
11026 pkg syscall (freebsd-386), const SYS_EXTATTRCTL = 355
11027 pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FD = 373
11028 pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_FILE = 358
11029 pkg syscall (freebsd-386), const SYS_EXTATTR_DELETE_LINK = 414
11030 pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FD = 372
11031 pkg syscall (freebsd-386), const SYS_EXTATTR_GET_FILE = 357
11032 pkg syscall (freebsd-386), const SYS_EXTATTR_GET_LINK = 413
11033 pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FD = 437
11034 pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_FILE = 438
11035 pkg syscall (freebsd-386), const SYS_EXTATTR_LIST_LINK = 439
11036 pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FD = 371
11037 pkg syscall (freebsd-386), const SYS_EXTATTR_SET_FILE = 356
11038 pkg syscall (freebsd-386), const SYS_EXTATTR_SET_LINK = 412
11039 pkg syscall (freebsd-386), const SYS_FACCESSAT = 489
11040 pkg syscall (freebsd-386), const SYS_FCHDIR = 13
11041 pkg syscall (freebsd-386), const SYS_FCHFLAGS = 35
11042 pkg syscall (freebsd-386), const SYS_FCHMOD = 124
11043 pkg syscall (freebsd-386), const SYS_FCHMODAT = 490
11044 pkg syscall (freebsd-386), const SYS_FCHOWN = 123
11045 pkg syscall (freebsd-386), const SYS_FCHOWNAT = 491
11046 pkg syscall (freebsd-386), const SYS_FCNTL = 92
11047 pkg syscall (freebsd-386), const SYS_FEXECVE = 492
11048 pkg syscall (freebsd-386), const SYS_FFCLOCK_GETCOUNTER = 241
11049 pkg syscall (freebsd-386), const SYS_FFCLOCK_GETESTIMATE = 243
11050 pkg syscall (freebsd-386), const SYS_FFCLOCK_SETESTIMATE = 242
11051 pkg syscall (freebsd-386), const SYS_FHOPEN = 298
11052 pkg syscall (freebsd-386), const SYS_FHSTAT = 299
11053 pkg syscall (freebsd-386), const SYS_FHSTATFS = 398
11054 pkg syscall (freebsd-386), const SYS_FLOCK = 131
11055 pkg syscall (freebsd-386), const SYS_FORK = 2
11056 pkg syscall (freebsd-386), const SYS_FPATHCONF = 192
11057 pkg syscall (freebsd-386), const SYS_FREEBSD6_FTRUNCATE = 201
11058 pkg syscall (freebsd-386), const SYS_FREEBSD6_LSEEK = 199
11059 pkg syscall (freebsd-386), const SYS_FREEBSD6_MMAP = 197
11060 pkg syscall (freebsd-386), const SYS_FREEBSD6_PREAD = 173
11061 pkg syscall (freebsd-386), const SYS_FREEBSD6_PWRITE = 174
11062 pkg syscall (freebsd-386), const SYS_FREEBSD6_TRUNCATE = 200
11063 pkg syscall (freebsd-386), const SYS_FSTAT = 189
11064 pkg syscall (freebsd-386), const SYS_FSTATAT = 493
11065 pkg syscall (freebsd-386), const SYS_FSTATFS = 397
11066 pkg syscall (freebsd-386), const SYS_FSYNC = 95
11067 pkg syscall (freebsd-386), const SYS_FTRUNCATE = 480
11068 pkg syscall (freebsd-386), const SYS_FUTIMES = 206
11069 pkg syscall (freebsd-386), const SYS_FUTIMESAT = 494
11070 pkg syscall (freebsd-386), const SYS_GETAUDIT = 449
11071 pkg syscall (freebsd-386), const SYS_GETAUDIT_ADDR = 451
11072 pkg syscall (freebsd-386), const SYS_GETAUID = 447
11073 pkg syscall (freebsd-386), const SYS_GETCONTEXT = 421
11074 pkg syscall (freebsd-386), const SYS_GETDENTS = 272
11075 pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
11076 pkg syscall (freebsd-386), const SYS_GETDTABLESIZE = 89
11077 pkg syscall (freebsd-386), const SYS_GETEGID = 43
11078 pkg syscall (freebsd-386), const SYS_GETEUID = 25
11079 pkg syscall (freebsd-386), const SYS_GETFH = 161
11080 pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
11081 pkg syscall (freebsd-386), const SYS_GETGID = 47
11082 pkg syscall (freebsd-386), const SYS_GETGROUPS = 79
11083 pkg syscall (freebsd-386), const SYS_GETITIMER = 86
11084 pkg syscall (freebsd-386), const SYS_GETLOGIN = 49
11085 pkg syscall (freebsd-386), const SYS_GETLOGINCLASS = 523
11086 pkg syscall (freebsd-386), const SYS_GETPEERNAME = 31
11087 pkg syscall (freebsd-386), const SYS_GETPGID = 207
11088 pkg syscall (freebsd-386), const SYS_GETPGRP = 81
11089 pkg syscall (freebsd-386), const SYS_GETPID = 20
11090 pkg syscall (freebsd-386), const SYS_GETPPID = 39
11091 pkg syscall (freebsd-386), const SYS_GETPRIORITY = 100
11092 pkg syscall (freebsd-386), const SYS_GETRESGID = 361
11093 pkg syscall (freebsd-386), const SYS_GETRESUID = 360
11094 pkg syscall (freebsd-386), const SYS_GETRLIMIT = 194
11095 pkg syscall (freebsd-386), const SYS_GETRUSAGE = 117
11096 pkg syscall (freebsd-386), const SYS_GETSID = 310
11097 pkg syscall (freebsd-386), const SYS_GETSOCKNAME = 32
11098 pkg syscall (freebsd-386), const SYS_GETSOCKOPT = 118
11099 pkg syscall (freebsd-386), const SYS_GETTIMEOFDAY = 116
11100 pkg syscall (freebsd-386), const SYS_GETUID = 24
11101 pkg syscall (freebsd-386), const SYS_IOCTL = 54
11102 pkg syscall (freebsd-386), const SYS_ISSETUGID = 253
11103 pkg syscall (freebsd-386), const SYS_JAIL = 338
11104 pkg syscall (freebsd-386), const SYS_JAIL_ATTACH = 436
11105 pkg syscall (freebsd-386), const SYS_JAIL_GET = 506
11106 pkg syscall (freebsd-386), const SYS_JAIL_REMOVE = 508
11107 pkg syscall (freebsd-386), const SYS_JAIL_SET = 507
11108 pkg syscall (freebsd-386), const SYS_KENV = 390
11109 pkg syscall (freebsd-386), const SYS_KEVENT = 363
11110 pkg syscall (freebsd-386), const SYS_KILL = 37
11111 pkg syscall (freebsd-386), const SYS_KLDFIND = 306
11112 pkg syscall (freebsd-386), const SYS_KLDFIRSTMOD = 309
11113 pkg syscall (freebsd-386), const SYS_KLDLOAD = 304
11114 pkg syscall (freebsd-386), const SYS_KLDNEXT = 307
11115 pkg syscall (freebsd-386), const SYS_KLDSTAT = 308
11116 pkg syscall (freebsd-386), const SYS_KLDSYM = 337
11117 pkg syscall (freebsd-386), const SYS_KLDUNLOAD = 305
11118 pkg syscall (freebsd-386), const SYS_KLDUNLOADF = 444
11119 pkg syscall (freebsd-386), const SYS_KQUEUE = 362
11120 pkg syscall (freebsd-386), const SYS_KTIMER_CREATE = 235
11121 pkg syscall (freebsd-386), const SYS_KTIMER_DELETE = 236
11122 pkg syscall (freebsd-386), const SYS_KTIMER_GETOVERRUN = 239
11123 pkg syscall (freebsd-386), const SYS_KTIMER_GETTIME = 238
11124 pkg syscall (freebsd-386), const SYS_KTIMER_SETTIME = 237
11125 pkg syscall (freebsd-386), const SYS_KTRACE = 45
11126 pkg syscall (freebsd-386), const SYS_LCHFLAGS = 391
11127 pkg syscall (freebsd-386), const SYS_LCHMOD = 274
11128 pkg syscall (freebsd-386), const SYS_LCHOWN = 254
11129 pkg syscall (freebsd-386), const SYS_LGETFH = 160
11130 pkg syscall (freebsd-386), const SYS_LINK = 9
11131 pkg syscall (freebsd-386), const SYS_LINKAT = 495
11132 pkg syscall (freebsd-386), const SYS_LISTEN = 106
11133 pkg syscall (freebsd-386), const SYS_LPATHCONF = 513
11134 pkg syscall (freebsd-386), const SYS_LSEEK = 478
11135 pkg syscall (freebsd-386), const SYS_LSTAT = 190
11136 pkg syscall (freebsd-386), const SYS_LUTIMES = 276
11137 pkg syscall (freebsd-386), const SYS_MAC_SYSCALL = 394
11138 pkg syscall (freebsd-386), const SYS_MADVISE = 75
11139 pkg syscall (freebsd-386), const SYS_MINCORE = 78
11140 pkg syscall (freebsd-386), const SYS_MINHERIT = 250
11141 pkg syscall (freebsd-386), const SYS_MKDIR = 136
11142 pkg syscall (freebsd-386), const SYS_MKDIRAT = 496
11143 pkg syscall (freebsd-386), const SYS_MKFIFO = 132
11144 pkg syscall (freebsd-386), const SYS_MKFIFOAT = 497
11145 pkg syscall (freebsd-386), const SYS_MKNOD = 14
11146 pkg syscall (freebsd-386), const SYS_MKNODAT = 498
11147 pkg syscall (freebsd-386), const SYS_MLOCK = 203
11148 pkg syscall (freebsd-386), const SYS_MLOCKALL = 324
11149 pkg syscall (freebsd-386), const SYS_MMAP = 477
11150 pkg syscall (freebsd-386), const SYS_MODFIND = 303
11151 pkg syscall (freebsd-386), const SYS_MODFNEXT = 302
11152 pkg syscall (freebsd-386), const SYS_MODNEXT = 300
11153 pkg syscall (freebsd-386), const SYS_MODSTAT = 301
11154 pkg syscall (freebsd-386), const SYS_MOUNT = 21
11155 pkg syscall (freebsd-386), const SYS_MPROTECT = 74
11156 pkg syscall (freebsd-386), const SYS_MSYNC = 65
11157 pkg syscall (freebsd-386), const SYS_MUNLOCK = 204
11158 pkg syscall (freebsd-386), const SYS_MUNLOCKALL = 325
11159 pkg syscall (freebsd-386), const SYS_MUNMAP = 73
11160 pkg syscall (freebsd-386), const SYS_NANOSLEEP = 240
11161 pkg syscall (freebsd-386), const SYS_NFSTAT = 279
11162 pkg syscall (freebsd-386), const SYS_NLSTAT = 280
11163 pkg syscall (freebsd-386), const SYS_NMOUNT = 378
11164 pkg syscall (freebsd-386), const SYS_NSTAT = 278
11165 pkg syscall (freebsd-386), const SYS_NTP_ADJTIME = 176
11166 pkg syscall (freebsd-386), const SYS_NTP_GETTIME = 248
11167 pkg syscall (freebsd-386), const SYS_OBREAK = 17
11168 pkg syscall (freebsd-386), const SYS_OPEN = 5
11169 pkg syscall (freebsd-386), const SYS_OPENAT = 499
11170 pkg syscall (freebsd-386), const SYS_OPENBSD_POLL = 252
11171 pkg syscall (freebsd-386), const SYS_OVADVISE = 72
11172 pkg syscall (freebsd-386), const SYS_PATHCONF = 191
11173 pkg syscall (freebsd-386), const SYS_PDFORK = 518
11174 pkg syscall (freebsd-386), const SYS_PDGETPID = 520
11175 pkg syscall (freebsd-386), const SYS_PDKILL = 519
11176 pkg syscall (freebsd-386), const SYS_PIPE = 42
11177 pkg syscall (freebsd-386), const SYS_POLL = 209
11178 pkg syscall (freebsd-386), const SYS_POSIX_FADVISE = 531
11179 pkg syscall (freebsd-386), const SYS_POSIX_FALLOCATE = 530
11180 pkg syscall (freebsd-386), const SYS_POSIX_OPENPT = 504
11181 pkg syscall (freebsd-386), const SYS_PREAD = 475
11182 pkg syscall (freebsd-386), const SYS_PREADV = 289
11183 pkg syscall (freebsd-386), const SYS_PROFIL = 44
11184 pkg syscall (freebsd-386), const SYS_PSELECT = 522
11185 pkg syscall (freebsd-386), const SYS_PTRACE = 26
11186 pkg syscall (freebsd-386), const SYS_PWRITE = 476
11187 pkg syscall (freebsd-386), const SYS_PWRITEV = 290
11188 pkg syscall (freebsd-386), const SYS_QUOTACTL = 148
11189 pkg syscall (freebsd-386), const SYS_RCTL_ADD_RULE = 528
11190 pkg syscall (freebsd-386), const SYS_RCTL_GET_LIMITS = 527
11191 pkg syscall (freebsd-386), const SYS_RCTL_GET_RACCT = 525
11192 pkg syscall (freebsd-386), const SYS_RCTL_GET_RULES = 526
11193 pkg syscall (freebsd-386), const SYS_RCTL_REMOVE_RULE = 529
11194 pkg syscall (freebsd-386), const SYS_READ = 3
11195 pkg syscall (freebsd-386), const SYS_READLINK = 58
11196 pkg syscall (freebsd-386), const SYS_READLINKAT = 500
11197 pkg syscall (freebsd-386), const SYS_READV = 120
11198 pkg syscall (freebsd-386), const SYS_REBOOT = 55
11199 pkg syscall (freebsd-386), const SYS_RECVFROM = 29
11200 pkg syscall (freebsd-386), const SYS_RECVMSG = 27
11201 pkg syscall (freebsd-386), const SYS_RENAME = 128
11202 pkg syscall (freebsd-386), const SYS_RENAMEAT = 501
11203 pkg syscall (freebsd-386), const SYS_REVOKE = 56
11204 pkg syscall (freebsd-386), const SYS_RFORK = 251
11205 pkg syscall (freebsd-386), const SYS_RMDIR = 137
11206 pkg syscall (freebsd-386), const SYS_RTPRIO = 166
11207 pkg syscall (freebsd-386), const SYS_RTPRIO_THREAD = 466
11208 pkg syscall (freebsd-386), const SYS_SBRK = 69
11209 pkg syscall (freebsd-386), const SYS_SCHED_GETPARAM = 328
11210 pkg syscall (freebsd-386), const SYS_SCHED_GETSCHEDULER = 330
11211 pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MAX = 332
11212 pkg syscall (freebsd-386), const SYS_SCHED_GET_PRIORITY_MIN = 333
11213 pkg syscall (freebsd-386), const SYS_SCHED_RR_GET_INTERVAL = 334
11214 pkg syscall (freebsd-386), const SYS_SCHED_SETPARAM = 327
11215 pkg syscall (freebsd-386), const SYS_SCHED_SETSCHEDULER = 329
11216 pkg syscall (freebsd-386), const SYS_SCHED_YIELD = 331
11217 pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_RECVMSG = 474
11218 pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG = 472
11219 pkg syscall (freebsd-386), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
11220 pkg syscall (freebsd-386), const SYS_SCTP_PEELOFF = 471
11221 pkg syscall (freebsd-386), const SYS_SELECT = 93
11222 pkg syscall (freebsd-386), const SYS_SENDFILE = 393
11223 pkg syscall (freebsd-386), const SYS_SENDMSG = 28
11224 pkg syscall (freebsd-386), const SYS_SENDTO = 133
11225 pkg syscall (freebsd-386), const SYS_SETAUDIT = 450
11226 pkg syscall (freebsd-386), const SYS_SETAUDIT_ADDR = 452
11227 pkg syscall (freebsd-386), const SYS_SETAUID = 448
11228 pkg syscall (freebsd-386), const SYS_SETCONTEXT = 422
11229 pkg syscall (freebsd-386), const SYS_SETEGID = 182
11230 pkg syscall (freebsd-386), const SYS_SETEUID = 183
11231 pkg syscall (freebsd-386), const SYS_SETFIB = 175
11232 pkg syscall (freebsd-386), const SYS_SETGID = 181
11233 pkg syscall (freebsd-386), const SYS_SETGROUPS = 80
11234 pkg syscall (freebsd-386), const SYS_SETITIMER = 83
11235 pkg syscall (freebsd-386), const SYS_SETLOGIN = 50
11236 pkg syscall (freebsd-386), const SYS_SETLOGINCLASS = 524
11237 pkg syscall (freebsd-386), const SYS_SETPGID = 82
11238 pkg syscall (freebsd-386), const SYS_SETPRIORITY = 96
11239 pkg syscall (freebsd-386), const SYS_SETREGID = 127
11240 pkg syscall (freebsd-386), const SYS_SETRESGID = 312
11241 pkg syscall (freebsd-386), const SYS_SETRESUID = 311
11242 pkg syscall (freebsd-386), const SYS_SETREUID = 126
11243 pkg syscall (freebsd-386), const SYS_SETRLIMIT = 195
11244 pkg syscall (freebsd-386), const SYS_SETSID = 147
11245 pkg syscall (freebsd-386), const SYS_SETSOCKOPT = 105
11246 pkg syscall (freebsd-386), const SYS_SETTIMEOFDAY = 122
11247 pkg syscall (freebsd-386), const SYS_SETUID = 23
11248 pkg syscall (freebsd-386), const SYS_SHM_OPEN = 482
11249 pkg syscall (freebsd-386), const SYS_SHM_UNLINK = 483
11250 pkg syscall (freebsd-386), const SYS_SHUTDOWN = 134
11251 pkg syscall (freebsd-386), const SYS_SIGACTION = 416
11252 pkg syscall (freebsd-386), const SYS_SIGALTSTACK = 53
11253 pkg syscall (freebsd-386), const SYS_SIGPENDING = 343
11254 pkg syscall (freebsd-386), const SYS_SIGPROCMASK = 340
11255 pkg syscall (freebsd-386), const SYS_SIGQUEUE = 456
11256 pkg syscall (freebsd-386), const SYS_SIGRETURN = 417
11257 pkg syscall (freebsd-386), const SYS_SIGSUSPEND = 341
11258 pkg syscall (freebsd-386), const SYS_SIGTIMEDWAIT = 345
11259 pkg syscall (freebsd-386), const SYS_SIGWAIT = 429
11260 pkg syscall (freebsd-386), const SYS_SIGWAITINFO = 346
11261 pkg syscall (freebsd-386), const SYS_SOCKET = 97
11262 pkg syscall (freebsd-386), const SYS_SOCKETPAIR = 135
11263 pkg syscall (freebsd-386), const SYS_SSTK = 70
11264 pkg syscall (freebsd-386), const SYS_STAT = 188
11265 pkg syscall (freebsd-386), const SYS_STATFS = 396
11266 pkg syscall (freebsd-386), const SYS_SWAPCONTEXT = 423
11267 pkg syscall (freebsd-386), const SYS_SWAPOFF = 424
11268 pkg syscall (freebsd-386), const SYS_SWAPON = 85
11269 pkg syscall (freebsd-386), const SYS_SYMLINK = 57
11270 pkg syscall (freebsd-386), const SYS_SYMLINKAT = 502
11271 pkg syscall (freebsd-386), const SYS_SYNC = 36
11272 pkg syscall (freebsd-386), const SYS_SYSARCH = 165
11273 pkg syscall (freebsd-386), const SYS_THR_CREATE = 430
11274 pkg syscall (freebsd-386), const SYS_THR_EXIT = 431
11275 pkg syscall (freebsd-386), const SYS_THR_KILL = 433
11276 pkg syscall (freebsd-386), const SYS_THR_KILL2 = 481
11277 pkg syscall (freebsd-386), const SYS_THR_NEW = 455
11278 pkg syscall (freebsd-386), const SYS_THR_SELF = 432
11279 pkg syscall (freebsd-386), const SYS_THR_SET_NAME = 464
11280 pkg syscall (freebsd-386), const SYS_THR_SUSPEND = 442
11281 pkg syscall (freebsd-386), const SYS_THR_WAKE = 443
11282 pkg syscall (freebsd-386), const SYS_TRUNCATE = 479
11283 pkg syscall (freebsd-386), const SYS_UMASK = 60
11284 pkg syscall (freebsd-386), const SYS_UNDELETE = 205
11285 pkg syscall (freebsd-386), const SYS_UNLINK = 10
11286 pkg syscall (freebsd-386), const SYS_UNLINKAT = 503
11287 pkg syscall (freebsd-386), const SYS_UNMOUNT = 22
11288 pkg syscall (freebsd-386), const SYS_UTIMES = 138
11289 pkg syscall (freebsd-386), const SYS_UTRACE = 335
11290 pkg syscall (freebsd-386), const SYS_UUIDGEN = 392
11291 pkg syscall (freebsd-386), const SYS_VFORK = 66
11292 pkg syscall (freebsd-386), const SYS_WAIT4 = 7
11293 pkg syscall (freebsd-386), const SYS_WAIT6 = 532
11294 pkg syscall (freebsd-386), const SYS_WAIT6 ideal-int
11295 pkg syscall (freebsd-386), const SYS_WRITE = 4
11296 pkg syscall (freebsd-386), const SYS_WRITEV = 121
11297 pkg syscall (freebsd-386), const SYS_YIELD = 321
11298 pkg syscall (freebsd-386), const SYS__UMTX_LOCK = 434
11299 pkg syscall (freebsd-386), const SYS__UMTX_OP = 454
11300 pkg syscall (freebsd-386), const SYS__UMTX_UNLOCK = 435
11301 pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FD = 354
11302 pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_FILE = 353
11303 pkg syscall (freebsd-386), const SYS___ACL_ACLCHECK_LINK = 428
11304 pkg syscall (freebsd-386), const SYS___ACL_DELETE_FD = 352
11305 pkg syscall (freebsd-386), const SYS___ACL_DELETE_FILE = 351
11306 pkg syscall (freebsd-386), const SYS___ACL_DELETE_LINK = 427
11307 pkg syscall (freebsd-386), const SYS___ACL_GET_FD = 349
11308 pkg syscall (freebsd-386), const SYS___ACL_GET_FILE = 347
11309 pkg syscall (freebsd-386), const SYS___ACL_GET_LINK = 425
11310 pkg syscall (freebsd-386), const SYS___ACL_SET_FD = 350
11311 pkg syscall (freebsd-386), const SYS___ACL_SET_FILE = 348
11312 pkg syscall (freebsd-386), const SYS___ACL_SET_LINK = 426
11313 pkg syscall (freebsd-386), const SYS___GETCWD = 326
11314 pkg syscall (freebsd-386), const SYS___MAC_EXECVE = 415
11315 pkg syscall (freebsd-386), const SYS___MAC_GET_FD = 386
11316 pkg syscall (freebsd-386), const SYS___MAC_GET_FILE = 387
11317 pkg syscall (freebsd-386), const SYS___MAC_GET_LINK = 410
11318 pkg syscall (freebsd-386), const SYS___MAC_GET_PID = 409
11319 pkg syscall (freebsd-386), const SYS___MAC_GET_PROC = 384
11320 pkg syscall (freebsd-386), const SYS___MAC_SET_FD = 388
11321 pkg syscall (freebsd-386), const SYS___MAC_SET_FILE = 389
11322 pkg syscall (freebsd-386), const SYS___MAC_SET_LINK = 411
11323 pkg syscall (freebsd-386), const SYS___MAC_SET_PROC = 385
11324 pkg syscall (freebsd-386), const SYS___SETUGID = 374
11325 pkg syscall (freebsd-386), const SYS___SYSCTL = 202
11326 pkg syscall (freebsd-386), const S_IFMT = 61440
11327 pkg syscall (freebsd-386), const SizeofBpfHdr = 20
11328 pkg syscall (freebsd-386), const SizeofBpfInsn = 8
11329 pkg syscall (freebsd-386), const SizeofBpfProgram = 8
11330 pkg syscall (freebsd-386), const SizeofBpfStat = 8
11331 pkg syscall (freebsd-386), const SizeofBpfVersion = 4
11332 pkg syscall (freebsd-386), const SizeofBpfZbuf = 12
11333 pkg syscall (freebsd-386), const SizeofBpfZbufHeader = 32
11334 pkg syscall (freebsd-386), const SizeofCmsghdr = 12
11335 pkg syscall (freebsd-386), const SizeofIPMreq = 8
11336 pkg syscall (freebsd-386), const SizeofIPMreqn = 12
11337 pkg syscall (freebsd-386), const SizeofIPv6Mreq = 20
11338 pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr = 24
11339 pkg syscall (freebsd-386), const SizeofIfAnnounceMsghdr ideal-int
11340 pkg syscall (freebsd-386), const SizeofIfData = 80
11341 pkg syscall (freebsd-386), const SizeofIfMsghdr = 96
11342 pkg syscall (freebsd-386), const SizeofIfaMsghdr = 20
11343 pkg syscall (freebsd-386), const SizeofIfmaMsghdr = 16
11344 pkg syscall (freebsd-386), const SizeofInet6Pktinfo = 20
11345 pkg syscall (freebsd-386), const SizeofLinger = 8
11346 pkg syscall (freebsd-386), const SizeofMsghdr = 28
11347 pkg syscall (freebsd-386), const SizeofRtMetrics = 56
11348 pkg syscall (freebsd-386), const SizeofRtMsghdr = 92
11349 pkg syscall (freebsd-386), const SizeofSockaddrAny = 108
11350 pkg syscall (freebsd-386), const SizeofSockaddrDatalink = 54
11351 pkg syscall (freebsd-386), const SizeofSockaddrInet4 = 16
11352 pkg syscall (freebsd-386), const SizeofSockaddrInet6 = 28
11353 pkg syscall (freebsd-386), const SizeofSockaddrUnix = 106
11354 pkg syscall (freebsd-386), const TCIFLUSH = 1
11355 pkg syscall (freebsd-386), const TCIFLUSH ideal-int
11356 pkg syscall (freebsd-386), const TCIOFLUSH = 3
11357 pkg syscall (freebsd-386), const TCIOFLUSH ideal-int
11358 pkg syscall (freebsd-386), const TCOFLUSH = 2
11359 pkg syscall (freebsd-386), const TCOFLUSH ideal-int
11360 pkg syscall (freebsd-386), const TCP_CA_NAME_MAX = 16
11361 pkg syscall (freebsd-386), const TCP_CONGESTION = 64
11362 pkg syscall (freebsd-386), const TCP_INFO = 32
11363 pkg syscall (freebsd-386), const TCP_KEEPCNT = 1024
11364 pkg syscall (freebsd-386), const TCP_KEEPCNT ideal-int
11365 pkg syscall (freebsd-386), const TCP_KEEPIDLE = 256
11366 pkg syscall (freebsd-386), const TCP_KEEPIDLE ideal-int
11367 pkg syscall (freebsd-386), const TCP_KEEPINIT = 128
11368 pkg syscall (freebsd-386), const TCP_KEEPINIT ideal-int
11369 pkg syscall (freebsd-386), const TCP_KEEPINTVL = 512
11370 pkg syscall (freebsd-386), const TCP_KEEPINTVL ideal-int
11371 pkg syscall (freebsd-386), const TCP_MAXBURST = 4
11372 pkg syscall (freebsd-386), const TCP_MAXHLEN = 60
11373 pkg syscall (freebsd-386), const TCP_MAXOLEN = 40
11374 pkg syscall (freebsd-386), const TCP_MAXSEG = 2
11375 pkg syscall (freebsd-386), const TCP_MAXWIN = 65535
11376 pkg syscall (freebsd-386), const TCP_MAX_SACK = 4
11377 pkg syscall (freebsd-386), const TCP_MAX_WINSHIFT = 14
11378 pkg syscall (freebsd-386), const TCP_MD5SIG = 16
11379 pkg syscall (freebsd-386), const TCP_MINMSS = 216
11380 pkg syscall (freebsd-386), const TCP_MSS = 536
11381 pkg syscall (freebsd-386), const TCP_NOOPT = 8
11382 pkg syscall (freebsd-386), const TCP_NOPUSH = 4
11383 pkg syscall (freebsd-386), const TCSAFLUSH = 2
11384 pkg syscall (freebsd-386), const TCSAFLUSH ideal-int
11385 pkg syscall (freebsd-386), const TIOCCBRK = 536900730
11386 pkg syscall (freebsd-386), const TIOCCDTR = 536900728
11387 pkg syscall (freebsd-386), const TIOCCONS = 2147775586
11388 pkg syscall (freebsd-386), const TIOCDRAIN = 536900702
11389 pkg syscall (freebsd-386), const TIOCEXCL = 536900621
11390 pkg syscall (freebsd-386), const TIOCEXT = 2147775584
11391 pkg syscall (freebsd-386), const TIOCFLUSH = 2147775504
11392 pkg syscall (freebsd-386), const TIOCGDRAINWAIT = 1074033750
11393 pkg syscall (freebsd-386), const TIOCGETA = 1076655123
11394 pkg syscall (freebsd-386), const TIOCGETD = 1074033690
11395 pkg syscall (freebsd-386), const TIOCGPGRP = 1074033783
11396 pkg syscall (freebsd-386), const TIOCGPTN = 1074033679
11397 pkg syscall (freebsd-386), const TIOCGSID = 1074033763
11398 pkg syscall (freebsd-386), const TIOCGWINSZ = 1074295912
11399 pkg syscall (freebsd-386), const TIOCMBIC = 2147775595
11400 pkg syscall (freebsd-386), const TIOCMBIS = 2147775596
11401 pkg syscall (freebsd-386), const TIOCMGDTRWAIT = 1074033754
11402 pkg syscall (freebsd-386), const TIOCMGET = 1074033770
11403 pkg syscall (freebsd-386), const TIOCMSDTRWAIT = 2147775579
11404 pkg syscall (freebsd-386), const TIOCMSET = 2147775597
11405 pkg syscall (freebsd-386), const TIOCM_CAR = 64
11406 pkg syscall (freebsd-386), const TIOCM_CD = 64
11407 pkg syscall (freebsd-386), const TIOCM_CTS = 32
11408 pkg syscall (freebsd-386), const TIOCM_DCD = 64
11409 pkg syscall (freebsd-386), const TIOCM_DSR = 256
11410 pkg syscall (freebsd-386), const TIOCM_DTR = 2
11411 pkg syscall (freebsd-386), const TIOCM_LE = 1
11412 pkg syscall (freebsd-386), const TIOCM_RI = 128
11413 pkg syscall (freebsd-386), const TIOCM_RNG = 128
11414 pkg syscall (freebsd-386), const TIOCM_RTS = 4
11415 pkg syscall (freebsd-386), const TIOCM_SR = 16
11416 pkg syscall (freebsd-386), const TIOCM_ST = 8
11417 pkg syscall (freebsd-386), const TIOCNOTTY = 536900721
11418 pkg syscall (freebsd-386), const TIOCNXCL = 536900622
11419 pkg syscall (freebsd-386), const TIOCOUTQ = 1074033779
11420 pkg syscall (freebsd-386), const TIOCPKT = 2147775600
11421 pkg syscall (freebsd-386), const TIOCPKT_DATA = 0
11422 pkg syscall (freebsd-386), const TIOCPKT_DOSTOP = 32
11423 pkg syscall (freebsd-386), const TIOCPKT_FLUSHREAD = 1
11424 pkg syscall (freebsd-386), const TIOCPKT_FLUSHWRITE = 2
11425 pkg syscall (freebsd-386), const TIOCPKT_IOCTL = 64
11426 pkg syscall (freebsd-386), const TIOCPKT_NOSTOP = 16
11427 pkg syscall (freebsd-386), const TIOCPKT_START = 8
11428 pkg syscall (freebsd-386), const TIOCPKT_STOP = 4
11429 pkg syscall (freebsd-386), const TIOCPTMASTER = 536900636
11430 pkg syscall (freebsd-386), const TIOCSBRK = 536900731
11431 pkg syscall (freebsd-386), const TIOCSCTTY = 536900705
11432 pkg syscall (freebsd-386), const TIOCSDRAINWAIT = 2147775575
11433 pkg syscall (freebsd-386), const TIOCSDTR = 536900729
11434 pkg syscall (freebsd-386), const TIOCSETA = 2150396948
11435 pkg syscall (freebsd-386), const TIOCSETAF = 2150396950
11436 pkg syscall (freebsd-386), const TIOCSETAW = 2150396949
11437 pkg syscall (freebsd-386), const TIOCSETD = 2147775515
11438 pkg syscall (freebsd-386), const TIOCSIG = 537162847
11439 pkg syscall (freebsd-386), const TIOCSPGRP = 2147775606
11440 pkg syscall (freebsd-386), const TIOCSTART = 536900718
11441 pkg syscall (freebsd-386), const TIOCSTAT = 536900709
11442 pkg syscall (freebsd-386), const TIOCSTI = 2147578994
11443 pkg syscall (freebsd-386), const TIOCSTOP = 536900719
11444 pkg syscall (freebsd-386), const TIOCSWINSZ = 2148037735
11445 pkg syscall (freebsd-386), const TIOCTIMESTAMP = 1074295897
11446 pkg syscall (freebsd-386), const TIOCUCNTL = 2147775590
11447 pkg syscall (freebsd-386), const TOSTOP = 4194304
11448 pkg syscall (freebsd-386), const TOSTOP ideal-int
11449 pkg syscall (freebsd-386), const VDISCARD = 15
11450 pkg syscall (freebsd-386), const VDISCARD ideal-int
11451 pkg syscall (freebsd-386), const VDSUSP = 11
11452 pkg syscall (freebsd-386), const VDSUSP ideal-int
11453 pkg syscall (freebsd-386), const VEOF = 0
11454 pkg syscall (freebsd-386), const VEOF ideal-int
11455 pkg syscall (freebsd-386), const VEOL = 1
11456 pkg syscall (freebsd-386), const VEOL ideal-int
11457 pkg syscall (freebsd-386), const VEOL2 = 2
11458 pkg syscall (freebsd-386), const VEOL2 ideal-int
11459 pkg syscall (freebsd-386), const VERASE = 3
11460 pkg syscall (freebsd-386), const VERASE ideal-int
11461 pkg syscall (freebsd-386), const VERASE2 = 7
11462 pkg syscall (freebsd-386), const VERASE2 ideal-int
11463 pkg syscall (freebsd-386), const VINTR = 8
11464 pkg syscall (freebsd-386), const VINTR ideal-int
11465 pkg syscall (freebsd-386), const VKILL = 5
11466 pkg syscall (freebsd-386), const VKILL ideal-int
11467 pkg syscall (freebsd-386), const VLNEXT = 14
11468 pkg syscall (freebsd-386), const VLNEXT ideal-int
11469 pkg syscall (freebsd-386), const VMIN = 16
11470 pkg syscall (freebsd-386), const VMIN ideal-int
11471 pkg syscall (freebsd-386), const VQUIT = 9
11472 pkg syscall (freebsd-386), const VQUIT ideal-int
11473 pkg syscall (freebsd-386), const VREPRINT = 6
11474 pkg syscall (freebsd-386), const VREPRINT ideal-int
11475 pkg syscall (freebsd-386), const VSTART = 12
11476 pkg syscall (freebsd-386), const VSTART ideal-int
11477 pkg syscall (freebsd-386), const VSTATUS = 18
11478 pkg syscall (freebsd-386), const VSTATUS ideal-int
11479 pkg syscall (freebsd-386), const VSTOP = 13
11480 pkg syscall (freebsd-386), const VSTOP ideal-int
11481 pkg syscall (freebsd-386), const VSUSP = 10
11482 pkg syscall (freebsd-386), const VSUSP ideal-int
11483 pkg syscall (freebsd-386), const VTIME = 17
11484 pkg syscall (freebsd-386), const VTIME ideal-int
11485 pkg syscall (freebsd-386), const VWERASE = 4
11486 pkg syscall (freebsd-386), const VWERASE ideal-int
11487 pkg syscall (freebsd-386), const WCONTINUED = 4
11488 pkg syscall (freebsd-386), const WCOREFLAG = 128
11489 pkg syscall (freebsd-386), const WLINUXCLONE = 2147483648
11490 pkg syscall (freebsd-386), const WNOHANG = 1
11491 pkg syscall (freebsd-386), const WNOWAIT = 8
11492 pkg syscall (freebsd-386), const WSTOPPED = 2
11493 pkg syscall (freebsd-386), const WUNTRACED = 2
11494 pkg syscall (freebsd-386), func Fchflags(int, int) error
11495 pkg syscall (freebsd-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
11496 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct
11497 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Index uint16
11498 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Msglen uint16
11499 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Name [16]int8
11500 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Type uint8
11501 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, Version uint8
11502 pkg syscall (freebsd-386), type IfAnnounceMsghdr struct, What uint16
11503 pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct
11504 pkg syscall (freebsd-386), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
11505 pkg syscall (freebsd-386-cgo), const AF_APPLETALK = 16
11506 pkg syscall (freebsd-386-cgo), const AF_ARP = 35
11507 pkg syscall (freebsd-386-cgo), const AF_ATM = 30
11508 pkg syscall (freebsd-386-cgo), const AF_BLUETOOTH = 36
11509 pkg syscall (freebsd-386-cgo), const AF_CCITT = 10
11510 pkg syscall (freebsd-386-cgo), const AF_CHAOS = 5
11511 pkg syscall (freebsd-386-cgo), const AF_CNT = 21
11512 pkg syscall (freebsd-386-cgo), const AF_COIP = 20
11513 pkg syscall (freebsd-386-cgo), const AF_DATAKIT = 9
11514 pkg syscall (freebsd-386-cgo), const AF_DECnet = 12
11515 pkg syscall (freebsd-386-cgo), const AF_DLI = 13
11516 pkg syscall (freebsd-386-cgo), const AF_E164 = 26
11517 pkg syscall (freebsd-386-cgo), const AF_ECMA = 8
11518 pkg syscall (freebsd-386-cgo), const AF_HYLINK = 15
11519 pkg syscall (freebsd-386-cgo), const AF_IEEE80211 = 37
11520 pkg syscall (freebsd-386-cgo), const AF_IMPLINK = 3
11521 pkg syscall (freebsd-386-cgo), const AF_INET6 = 28
11522 pkg syscall (freebsd-386-cgo), const AF_IPX = 23
11523 pkg syscall (freebsd-386-cgo), const AF_ISDN = 26
11524 pkg syscall (freebsd-386-cgo), const AF_ISO = 7
11525 pkg syscall (freebsd-386-cgo), const AF_LAT = 14
11526 pkg syscall (freebsd-386-cgo), const AF_LINK = 18
11527 pkg syscall (freebsd-386-cgo), const AF_LOCAL = 1
11528 pkg syscall (freebsd-386-cgo), const AF_MAX = 38
11529 pkg syscall (freebsd-386-cgo), const AF_NATM = 29
11530 pkg syscall (freebsd-386-cgo), const AF_NETBIOS = 6
11531 pkg syscall (freebsd-386-cgo), const AF_NETGRAPH = 32
11532 pkg syscall (freebsd-386-cgo), const AF_OSI = 7
11533 pkg syscall (freebsd-386-cgo), const AF_PUP = 4
11534 pkg syscall (freebsd-386-cgo), const AF_ROUTE = 17
11535 pkg syscall (freebsd-386-cgo), const AF_SCLUSTER = 34
11536 pkg syscall (freebsd-386-cgo), const AF_SIP = 24
11537 pkg syscall (freebsd-386-cgo), const AF_SLOW = 33
11538 pkg syscall (freebsd-386-cgo), const AF_SNA = 11
11539 pkg syscall (freebsd-386-cgo), const AF_VENDOR00 = 39
11540 pkg syscall (freebsd-386-cgo), const AF_VENDOR01 = 41
11541 pkg syscall (freebsd-386-cgo), const AF_VENDOR02 = 43
11542 pkg syscall (freebsd-386-cgo), const AF_VENDOR03 = 45
11543 pkg syscall (freebsd-386-cgo), const AF_VENDOR04 = 47
11544 pkg syscall (freebsd-386-cgo), const AF_VENDOR05 = 49
11545 pkg syscall (freebsd-386-cgo), const AF_VENDOR06 = 51
11546 pkg syscall (freebsd-386-cgo), const AF_VENDOR07 = 53
11547 pkg syscall (freebsd-386-cgo), const AF_VENDOR08 = 55
11548 pkg syscall (freebsd-386-cgo), const AF_VENDOR09 = 57
11549 pkg syscall (freebsd-386-cgo), const AF_VENDOR10 = 59
11550 pkg syscall (freebsd-386-cgo), const AF_VENDOR11 = 61
11551 pkg syscall (freebsd-386-cgo), const AF_VENDOR12 = 63
11552 pkg syscall (freebsd-386-cgo), const AF_VENDOR13 = 65
11553 pkg syscall (freebsd-386-cgo), const AF_VENDOR14 = 67
11554 pkg syscall (freebsd-386-cgo), const AF_VENDOR15 = 69
11555 pkg syscall (freebsd-386-cgo), const AF_VENDOR16 = 71
11556 pkg syscall (freebsd-386-cgo), const AF_VENDOR17 = 73
11557 pkg syscall (freebsd-386-cgo), const AF_VENDOR18 = 75
11558 pkg syscall (freebsd-386-cgo), const AF_VENDOR19 = 77
11559 pkg syscall (freebsd-386-cgo), const AF_VENDOR20 = 79
11560 pkg syscall (freebsd-386-cgo), const AF_VENDOR21 = 81
11561 pkg syscall (freebsd-386-cgo), const AF_VENDOR22 = 83
11562 pkg syscall (freebsd-386-cgo), const AF_VENDOR23 = 85
11563 pkg syscall (freebsd-386-cgo), const AF_VENDOR24 = 87
11564 pkg syscall (freebsd-386-cgo), const AF_VENDOR25 = 89
11565 pkg syscall (freebsd-386-cgo), const AF_VENDOR26 = 91
11566 pkg syscall (freebsd-386-cgo), const AF_VENDOR27 = 93
11567 pkg syscall (freebsd-386-cgo), const AF_VENDOR28 = 95
11568 pkg syscall (freebsd-386-cgo), const AF_VENDOR29 = 97
11569 pkg syscall (freebsd-386-cgo), const AF_VENDOR30 = 99
11570 pkg syscall (freebsd-386-cgo), const AF_VENDOR31 = 101
11571 pkg syscall (freebsd-386-cgo), const AF_VENDOR32 = 103
11572 pkg syscall (freebsd-386-cgo), const AF_VENDOR33 = 105
11573 pkg syscall (freebsd-386-cgo), const AF_VENDOR34 = 107
11574 pkg syscall (freebsd-386-cgo), const AF_VENDOR35 = 109
11575 pkg syscall (freebsd-386-cgo), const AF_VENDOR36 = 111
11576 pkg syscall (freebsd-386-cgo), const AF_VENDOR37 = 113
11577 pkg syscall (freebsd-386-cgo), const AF_VENDOR38 = 115
11578 pkg syscall (freebsd-386-cgo), const AF_VENDOR39 = 117
11579 pkg syscall (freebsd-386-cgo), const AF_VENDOR40 = 119
11580 pkg syscall (freebsd-386-cgo), const AF_VENDOR41 = 121
11581 pkg syscall (freebsd-386-cgo), const AF_VENDOR42 = 123
11582 pkg syscall (freebsd-386-cgo), const AF_VENDOR43 = 125
11583 pkg syscall (freebsd-386-cgo), const AF_VENDOR44 = 127
11584 pkg syscall (freebsd-386-cgo), const AF_VENDOR45 = 129
11585 pkg syscall (freebsd-386-cgo), const AF_VENDOR46 = 131
11586 pkg syscall (freebsd-386-cgo), const AF_VENDOR47 = 133
11587 pkg syscall (freebsd-386-cgo), const B0 = 0
11588 pkg syscall (freebsd-386-cgo), const B110 = 110
11589 pkg syscall (freebsd-386-cgo), const B115200 = 115200
11590 pkg syscall (freebsd-386-cgo), const B1200 = 1200
11591 pkg syscall (freebsd-386-cgo), const B134 = 134
11592 pkg syscall (freebsd-386-cgo), const B14400 = 14400
11593 pkg syscall (freebsd-386-cgo), const B150 = 150
11594 pkg syscall (freebsd-386-cgo), const B1800 = 1800
11595 pkg syscall (freebsd-386-cgo), const B19200 = 19200
11596 pkg syscall (freebsd-386-cgo), const B200 = 200
11597 pkg syscall (freebsd-386-cgo), const B230400 = 230400
11598 pkg syscall (freebsd-386-cgo), const B2400 = 2400
11599 pkg syscall (freebsd-386-cgo), const B28800 = 28800
11600 pkg syscall (freebsd-386-cgo), const B300 = 300
11601 pkg syscall (freebsd-386-cgo), const B38400 = 38400
11602 pkg syscall (freebsd-386-cgo), const B460800 = 460800
11603 pkg syscall (freebsd-386-cgo), const B4800 = 4800
11604 pkg syscall (freebsd-386-cgo), const B50 = 50
11605 pkg syscall (freebsd-386-cgo), const B57600 = 57600
11606 pkg syscall (freebsd-386-cgo), const B600 = 600
11607 pkg syscall (freebsd-386-cgo), const B7200 = 7200
11608 pkg syscall (freebsd-386-cgo), const B75 = 75
11609 pkg syscall (freebsd-386-cgo), const B76800 = 76800
11610 pkg syscall (freebsd-386-cgo), const B921600 = 921600
11611 pkg syscall (freebsd-386-cgo), const B9600 = 9600
11612 pkg syscall (freebsd-386-cgo), const BIOCFEEDBACK = 2147762812
11613 pkg syscall (freebsd-386-cgo), const BIOCFLUSH = 536887912
11614 pkg syscall (freebsd-386-cgo), const BIOCGBLEN = 1074020966
11615 pkg syscall (freebsd-386-cgo), const BIOCGDIRECTION = 1074020982
11616 pkg syscall (freebsd-386-cgo), const BIOCGDLT = 1074020970
11617 pkg syscall (freebsd-386-cgo), const BIOCGDLTLIST = 3221766777
11618 pkg syscall (freebsd-386-cgo), const BIOCGETBUFMODE = 1074020989
11619 pkg syscall (freebsd-386-cgo), const BIOCGETIF = 1075855979
11620 pkg syscall (freebsd-386-cgo), const BIOCGETZMAX = 1074020991
11621 pkg syscall (freebsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
11622 pkg syscall (freebsd-386-cgo), const BIOCGRSIG = 1074020978
11623 pkg syscall (freebsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
11624 pkg syscall (freebsd-386-cgo), const BIOCGSEESENT = 1074020982
11625 pkg syscall (freebsd-386-cgo), const BIOCGSTATS = 1074283119
11626 pkg syscall (freebsd-386-cgo), const BIOCGTSTAMP = 1074020995
11627 pkg syscall (freebsd-386-cgo), const BIOCIMMEDIATE = 2147762800
11628 pkg syscall (freebsd-386-cgo), const BIOCLOCK = 536887930
11629 pkg syscall (freebsd-386-cgo), const BIOCPROMISC = 536887913
11630 pkg syscall (freebsd-386-cgo), const BIOCROTZBUF = 1074545280
11631 pkg syscall (freebsd-386-cgo), const BIOCSBLEN = 3221504614
11632 pkg syscall (freebsd-386-cgo), const BIOCSDIRECTION = 2147762807
11633 pkg syscall (freebsd-386-cgo), const BIOCSDLT = 2147762808
11634 pkg syscall (freebsd-386-cgo), const BIOCSETBUFMODE = 2147762814
11635 pkg syscall (freebsd-386-cgo), const BIOCSETF = 2148024935
11636 pkg syscall (freebsd-386-cgo), const BIOCSETFNR = 2148024962
11637 pkg syscall (freebsd-386-cgo), const BIOCSETIF = 2149597804
11638 pkg syscall (freebsd-386-cgo), const BIOCSETWF = 2148024955
11639 pkg syscall (freebsd-386-cgo), const BIOCSETZBUF = 2148287105
11640 pkg syscall (freebsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
11641 pkg syscall (freebsd-386-cgo), const BIOCSRSIG = 2147762803
11642 pkg syscall (freebsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
11643 pkg syscall (freebsd-386-cgo), const BIOCSSEESENT = 2147762807
11644 pkg syscall (freebsd-386-cgo), const BIOCSTSTAMP = 2147762820
11645 pkg syscall (freebsd-386-cgo), const BIOCVERSION = 1074020977
11646 pkg syscall (freebsd-386-cgo), const BPF_A = 16
11647 pkg syscall (freebsd-386-cgo), const BPF_ABS = 32
11648 pkg syscall (freebsd-386-cgo), const BPF_ADD = 0
11649 pkg syscall (freebsd-386-cgo), const BPF_ALIGNMENT = 4
11650 pkg syscall (freebsd-386-cgo), const BPF_ALU = 4
11651 pkg syscall (freebsd-386-cgo), const BPF_AND = 80
11652 pkg syscall (freebsd-386-cgo), const BPF_B = 16
11653 pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_BUFFER = 1
11654 pkg syscall (freebsd-386-cgo), const BPF_BUFMODE_ZBUF = 2
11655 pkg syscall (freebsd-386-cgo), const BPF_DIV = 48
11656 pkg syscall (freebsd-386-cgo), const BPF_H = 8
11657 pkg syscall (freebsd-386-cgo), const BPF_IMM = 0
11658 pkg syscall (freebsd-386-cgo), const BPF_IND = 64
11659 pkg syscall (freebsd-386-cgo), const BPF_JA = 0
11660 pkg syscall (freebsd-386-cgo), const BPF_JEQ = 16
11661 pkg syscall (freebsd-386-cgo), const BPF_JGE = 48
11662 pkg syscall (freebsd-386-cgo), const BPF_JGT = 32
11663 pkg syscall (freebsd-386-cgo), const BPF_JMP = 5
11664 pkg syscall (freebsd-386-cgo), const BPF_JSET = 64
11665 pkg syscall (freebsd-386-cgo), const BPF_K = 0
11666 pkg syscall (freebsd-386-cgo), const BPF_LD = 0
11667 pkg syscall (freebsd-386-cgo), const BPF_LDX = 1
11668 pkg syscall (freebsd-386-cgo), const BPF_LEN = 128
11669 pkg syscall (freebsd-386-cgo), const BPF_LSH = 96
11670 pkg syscall (freebsd-386-cgo), const BPF_MAJOR_VERSION = 1
11671 pkg syscall (freebsd-386-cgo), const BPF_MAXBUFSIZE = 524288
11672 pkg syscall (freebsd-386-cgo), const BPF_MAXINSNS = 512
11673 pkg syscall (freebsd-386-cgo), const BPF_MEM = 96
11674 pkg syscall (freebsd-386-cgo), const BPF_MEMWORDS = 16
11675 pkg syscall (freebsd-386-cgo), const BPF_MINBUFSIZE = 32
11676 pkg syscall (freebsd-386-cgo), const BPF_MINOR_VERSION = 1
11677 pkg syscall (freebsd-386-cgo), const BPF_MISC = 7
11678 pkg syscall (freebsd-386-cgo), const BPF_MSH = 160
11679 pkg syscall (freebsd-386-cgo), const BPF_MUL = 32
11680 pkg syscall (freebsd-386-cgo), const BPF_NEG = 128
11681 pkg syscall (freebsd-386-cgo), const BPF_OR = 64
11682 pkg syscall (freebsd-386-cgo), const BPF_RELEASE = 199606
11683 pkg syscall (freebsd-386-cgo), const BPF_RET = 6
11684 pkg syscall (freebsd-386-cgo), const BPF_RSH = 112
11685 pkg syscall (freebsd-386-cgo), const BPF_ST = 2
11686 pkg syscall (freebsd-386-cgo), const BPF_STX = 3
11687 pkg syscall (freebsd-386-cgo), const BPF_SUB = 16
11688 pkg syscall (freebsd-386-cgo), const BPF_TAX = 0
11689 pkg syscall (freebsd-386-cgo), const BPF_TXA = 128
11690 pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME = 2
11691 pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_FAST = 258
11692 pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC = 514
11693 pkg syscall (freebsd-386-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
11694 pkg syscall (freebsd-386-cgo), const BPF_T_FAST = 256
11695 pkg syscall (freebsd-386-cgo), const BPF_T_FLAG_MASK = 768
11696 pkg syscall (freebsd-386-cgo), const BPF_T_FORMAT_MASK = 3
11697 pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME = 0
11698 pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_FAST = 256
11699 pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
11700 pkg syscall (freebsd-386-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
11701 pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC = 512
11702 pkg syscall (freebsd-386-cgo), const BPF_T_MONOTONIC_FAST = 768
11703 pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME = 1
11704 pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_FAST = 257
11705 pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
11706 pkg syscall (freebsd-386-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
11707 pkg syscall (freebsd-386-cgo), const BPF_T_NONE = 3
11708 pkg syscall (freebsd-386-cgo), const BPF_T_NORMAL = 0
11709 pkg syscall (freebsd-386-cgo), const BPF_W = 0
11710 pkg syscall (freebsd-386-cgo), const BPF_X = 8
11711 pkg syscall (freebsd-386-cgo), const BRKINT = 2
11712 pkg syscall (freebsd-386-cgo), const CFLUSH = 15
11713 pkg syscall (freebsd-386-cgo), const CLOCAL = 32768
11714 pkg syscall (freebsd-386-cgo), const CREAD = 2048
11715 pkg syscall (freebsd-386-cgo), const CS5 = 0
11716 pkg syscall (freebsd-386-cgo), const CS6 = 256
11717 pkg syscall (freebsd-386-cgo), const CS7 = 512
11718 pkg syscall (freebsd-386-cgo), const CS8 = 768
11719 pkg syscall (freebsd-386-cgo), const CSIZE = 768
11720 pkg syscall (freebsd-386-cgo), const CSTART = 17
11721 pkg syscall (freebsd-386-cgo), const CSTATUS = 20
11722 pkg syscall (freebsd-386-cgo), const CSTOP = 19
11723 pkg syscall (freebsd-386-cgo), const CSTOPB = 1024
11724 pkg syscall (freebsd-386-cgo), const CSUSP = 26
11725 pkg syscall (freebsd-386-cgo), const CTL_MAXNAME = 24
11726 pkg syscall (freebsd-386-cgo), const CTL_NET = 4
11727 pkg syscall (freebsd-386-cgo), const DLT_A429 = 184
11728 pkg syscall (freebsd-386-cgo), const DLT_A653_ICM = 185
11729 pkg syscall (freebsd-386-cgo), const DLT_AIRONET_HEADER = 120
11730 pkg syscall (freebsd-386-cgo), const DLT_AOS = 222
11731 pkg syscall (freebsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
11732 pkg syscall (freebsd-386-cgo), const DLT_ARCNET = 7
11733 pkg syscall (freebsd-386-cgo), const DLT_ARCNET_LINUX = 129
11734 pkg syscall (freebsd-386-cgo), const DLT_ATM_CLIP = 19
11735 pkg syscall (freebsd-386-cgo), const DLT_ATM_RFC1483 = 11
11736 pkg syscall (freebsd-386-cgo), const DLT_AURORA = 126
11737 pkg syscall (freebsd-386-cgo), const DLT_AX25 = 3
11738 pkg syscall (freebsd-386-cgo), const DLT_AX25_KISS = 202
11739 pkg syscall (freebsd-386-cgo), const DLT_BACNET_MS_TP = 165
11740 pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
11741 pkg syscall (freebsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
11742 pkg syscall (freebsd-386-cgo), const DLT_CAN20B = 190
11743 pkg syscall (freebsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
11744 pkg syscall (freebsd-386-cgo), const DLT_CHAOS = 5
11745 pkg syscall (freebsd-386-cgo), const DLT_CHDLC = 104
11746 pkg syscall (freebsd-386-cgo), const DLT_CISCO_IOS = 118
11747 pkg syscall (freebsd-386-cgo), const DLT_C_HDLC = 104
11748 pkg syscall (freebsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
11749 pkg syscall (freebsd-386-cgo), const DLT_DBUS = 231
11750 pkg syscall (freebsd-386-cgo), const DLT_DECT = 221
11751 pkg syscall (freebsd-386-cgo), const DLT_DOCSIS = 143
11752 pkg syscall (freebsd-386-cgo), const DLT_DVB_CI = 235
11753 pkg syscall (freebsd-386-cgo), const DLT_ECONET = 115
11754 pkg syscall (freebsd-386-cgo), const DLT_EN10MB = 1
11755 pkg syscall (freebsd-386-cgo), const DLT_EN3MB = 2
11756 pkg syscall (freebsd-386-cgo), const DLT_ENC = 109
11757 pkg syscall (freebsd-386-cgo), const DLT_ERF = 197
11758 pkg syscall (freebsd-386-cgo), const DLT_ERF_ETH = 175
11759 pkg syscall (freebsd-386-cgo), const DLT_ERF_POS = 176
11760 pkg syscall (freebsd-386-cgo), const DLT_FC_2 = 224
11761 pkg syscall (freebsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
11762 pkg syscall (freebsd-386-cgo), const DLT_FDDI = 10
11763 pkg syscall (freebsd-386-cgo), const DLT_FLEXRAY = 210
11764 pkg syscall (freebsd-386-cgo), const DLT_FRELAY = 107
11765 pkg syscall (freebsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
11766 pkg syscall (freebsd-386-cgo), const DLT_GCOM_SERIAL = 173
11767 pkg syscall (freebsd-386-cgo), const DLT_GCOM_T1E1 = 172
11768 pkg syscall (freebsd-386-cgo), const DLT_GPF_F = 171
11769 pkg syscall (freebsd-386-cgo), const DLT_GPF_T = 170
11770 pkg syscall (freebsd-386-cgo), const DLT_GPRS_LLC = 169
11771 pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_ABIS = 218
11772 pkg syscall (freebsd-386-cgo), const DLT_GSMTAP_UM = 217
11773 pkg syscall (freebsd-386-cgo), const DLT_HHDLC = 121
11774 pkg syscall (freebsd-386-cgo), const DLT_IBM_SN = 146
11775 pkg syscall (freebsd-386-cgo), const DLT_IBM_SP = 145
11776 pkg syscall (freebsd-386-cgo), const DLT_IEEE802 = 6
11777 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11 = 105
11778 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
11779 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
11780 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4 = 195
11781 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
11782 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NOFCS = 230
11783 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
11784 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
11785 pkg syscall (freebsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
11786 pkg syscall (freebsd-386-cgo), const DLT_IPFILTER = 116
11787 pkg syscall (freebsd-386-cgo), const DLT_IPMB = 199
11788 pkg syscall (freebsd-386-cgo), const DLT_IPMB_LINUX = 209
11789 pkg syscall (freebsd-386-cgo), const DLT_IPNET = 226
11790 pkg syscall (freebsd-386-cgo), const DLT_IPOIB = 242
11791 pkg syscall (freebsd-386-cgo), const DLT_IPV4 = 228
11792 pkg syscall (freebsd-386-cgo), const DLT_IPV6 = 229
11793 pkg syscall (freebsd-386-cgo), const DLT_IP_OVER_FC = 122
11794 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
11795 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
11796 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
11797 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
11798 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ES = 132
11799 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ETHER = 178
11800 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
11801 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
11802 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_GGSN = 133
11803 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ISM = 194
11804 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MFR = 134
11805 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLFR = 131
11806 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
11807 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
11808 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
11809 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPP = 179
11810 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
11811 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
11812 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
11813 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_SRX_E2E = 233
11814 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_ST = 200
11815 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VP = 183
11816 pkg syscall (freebsd-386-cgo), const DLT_JUNIPER_VS = 232
11817 pkg syscall (freebsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
11818 pkg syscall (freebsd-386-cgo), const DLT_LAPD = 203
11819 pkg syscall (freebsd-386-cgo), const DLT_LIN = 212
11820 pkg syscall (freebsd-386-cgo), const DLT_LINUX_EVDEV = 216
11821 pkg syscall (freebsd-386-cgo), const DLT_LINUX_IRDA = 144
11822 pkg syscall (freebsd-386-cgo), const DLT_LINUX_LAPD = 177
11823 pkg syscall (freebsd-386-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
11824 pkg syscall (freebsd-386-cgo), const DLT_LINUX_SLL = 113
11825 pkg syscall (freebsd-386-cgo), const DLT_LOOP = 108
11826 pkg syscall (freebsd-386-cgo), const DLT_LTALK = 114
11827 pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
11828 pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN = 104
11829 pkg syscall (freebsd-386-cgo), const DLT_MFR = 182
11830 pkg syscall (freebsd-386-cgo), const DLT_MOST = 211
11831 pkg syscall (freebsd-386-cgo), const DLT_MPLS = 219
11832 pkg syscall (freebsd-386-cgo), const DLT_MTP2 = 140
11833 pkg syscall (freebsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
11834 pkg syscall (freebsd-386-cgo), const DLT_MTP3 = 141
11835 pkg syscall (freebsd-386-cgo), const DLT_MUX27010 = 236
11836 pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER = 240
11837 pkg syscall (freebsd-386-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
11838 pkg syscall (freebsd-386-cgo), const DLT_NFLOG = 239
11839 pkg syscall (freebsd-386-cgo), const DLT_NULL = 0
11840 pkg syscall (freebsd-386-cgo), const DLT_PCI_EXP = 125
11841 pkg syscall (freebsd-386-cgo), const DLT_PFLOG = 117
11842 pkg syscall (freebsd-386-cgo), const DLT_PFSYNC = 121
11843 pkg syscall (freebsd-386-cgo), const DLT_PPI = 192
11844 pkg syscall (freebsd-386-cgo), const DLT_PPP = 9
11845 pkg syscall (freebsd-386-cgo), const DLT_PPP_BSDOS = 16
11846 pkg syscall (freebsd-386-cgo), const DLT_PPP_ETHER = 51
11847 pkg syscall (freebsd-386-cgo), const DLT_PPP_PPPD = 166
11848 pkg syscall (freebsd-386-cgo), const DLT_PPP_SERIAL = 50
11849 pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIR = 204
11850 pkg syscall (freebsd-386-cgo), const DLT_PPP_WITH_DIRECTION = 166
11851 pkg syscall (freebsd-386-cgo), const DLT_PRISM_HEADER = 119
11852 pkg syscall (freebsd-386-cgo), const DLT_PRONET = 4
11853 pkg syscall (freebsd-386-cgo), const DLT_RAIF1 = 198
11854 pkg syscall (freebsd-386-cgo), const DLT_RAW = 12
11855 pkg syscall (freebsd-386-cgo), const DLT_RIO = 124
11856 pkg syscall (freebsd-386-cgo), const DLT_SCCP = 142
11857 pkg syscall (freebsd-386-cgo), const DLT_SITA = 196
11858 pkg syscall (freebsd-386-cgo), const DLT_SLIP = 8
11859 pkg syscall (freebsd-386-cgo), const DLT_SLIP_BSDOS = 15
11860 pkg syscall (freebsd-386-cgo), const DLT_STANAG_5066_D_PDU = 237
11861 pkg syscall (freebsd-386-cgo), const DLT_SUNATM = 123
11862 pkg syscall (freebsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
11863 pkg syscall (freebsd-386-cgo), const DLT_TZSP = 128
11864 pkg syscall (freebsd-386-cgo), const DLT_USB = 186
11865 pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX = 189
11866 pkg syscall (freebsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
11867 pkg syscall (freebsd-386-cgo), const DLT_USER0 = 147
11868 pkg syscall (freebsd-386-cgo), const DLT_USER1 = 148
11869 pkg syscall (freebsd-386-cgo), const DLT_USER10 = 157
11870 pkg syscall (freebsd-386-cgo), const DLT_USER11 = 158
11871 pkg syscall (freebsd-386-cgo), const DLT_USER12 = 159
11872 pkg syscall (freebsd-386-cgo), const DLT_USER13 = 160
11873 pkg syscall (freebsd-386-cgo), const DLT_USER14 = 161
11874 pkg syscall (freebsd-386-cgo), const DLT_USER15 = 162
11875 pkg syscall (freebsd-386-cgo), const DLT_USER2 = 149
11876 pkg syscall (freebsd-386-cgo), const DLT_USER3 = 150
11877 pkg syscall (freebsd-386-cgo), const DLT_USER4 = 151
11878 pkg syscall (freebsd-386-cgo), const DLT_USER5 = 152
11879 pkg syscall (freebsd-386-cgo), const DLT_USER6 = 153
11880 pkg syscall (freebsd-386-cgo), const DLT_USER7 = 154
11881 pkg syscall (freebsd-386-cgo), const DLT_USER8 = 155
11882 pkg syscall (freebsd-386-cgo), const DLT_USER9 = 156
11883 pkg syscall (freebsd-386-cgo), const DLT_WIHART = 223
11884 pkg syscall (freebsd-386-cgo), const DLT_X2E_SERIAL = 213
11885 pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA = 214
11886 pkg syscall (freebsd-386-cgo), const DT_BLK = 6
11887 pkg syscall (freebsd-386-cgo), const DT_CHR = 2
11888 pkg syscall (freebsd-386-cgo), const DT_DIR = 4
11889 pkg syscall (freebsd-386-cgo), const DT_FIFO = 1
11890 pkg syscall (freebsd-386-cgo), const DT_LNK = 10
11891 pkg syscall (freebsd-386-cgo), const DT_REG = 8
11892 pkg syscall (freebsd-386-cgo), const DT_SOCK = 12
11893 pkg syscall (freebsd-386-cgo), const DT_UNKNOWN = 0
11894 pkg syscall (freebsd-386-cgo), const DT_WHT = 14
11895 pkg syscall (freebsd-386-cgo), const E2BIG = 7
11896 pkg syscall (freebsd-386-cgo), const EACCES = 13
11897 pkg syscall (freebsd-386-cgo), const EADDRINUSE = 48
11898 pkg syscall (freebsd-386-cgo), const EADDRNOTAVAIL = 49
11899 pkg syscall (freebsd-386-cgo), const EAFNOSUPPORT = 47
11900 pkg syscall (freebsd-386-cgo), const EAGAIN = 35
11901 pkg syscall (freebsd-386-cgo), const EALREADY = 37
11902 pkg syscall (freebsd-386-cgo), const EAUTH = 80
11903 pkg syscall (freebsd-386-cgo), const EBADF = 9
11904 pkg syscall (freebsd-386-cgo), const EBADMSG = 89
11905 pkg syscall (freebsd-386-cgo), const EBADRPC = 72
11906 pkg syscall (freebsd-386-cgo), const EBUSY = 16
11907 pkg syscall (freebsd-386-cgo), const ECANCELED = 85
11908 pkg syscall (freebsd-386-cgo), const ECAPMODE = 94
11909 pkg syscall (freebsd-386-cgo), const ECHILD = 10
11910 pkg syscall (freebsd-386-cgo), const ECHO = 8
11911 pkg syscall (freebsd-386-cgo), const ECHOCTL = 64
11912 pkg syscall (freebsd-386-cgo), const ECHOE = 2
11913 pkg syscall (freebsd-386-cgo), const ECHOK = 4
11914 pkg syscall (freebsd-386-cgo), const ECHOKE = 1
11915 pkg syscall (freebsd-386-cgo), const ECHONL = 16
11916 pkg syscall (freebsd-386-cgo), const ECHOPRT = 32
11917 pkg syscall (freebsd-386-cgo), const ECONNABORTED = 53
11918 pkg syscall (freebsd-386-cgo), const ECONNREFUSED = 61
11919 pkg syscall (freebsd-386-cgo), const ECONNRESET = 54
11920 pkg syscall (freebsd-386-cgo), const EDEADLK = 11
11921 pkg syscall (freebsd-386-cgo), const EDESTADDRREQ = 39
11922 pkg syscall (freebsd-386-cgo), const EDOM = 33
11923 pkg syscall (freebsd-386-cgo), const EDOOFUS = 88
11924 pkg syscall (freebsd-386-cgo), const EDQUOT = 69
11925 pkg syscall (freebsd-386-cgo), const EEXIST = 17
11926 pkg syscall (freebsd-386-cgo), const EFAULT = 14
11927 pkg syscall (freebsd-386-cgo), const EFBIG = 27
11928 pkg syscall (freebsd-386-cgo), const EFTYPE = 79
11929 pkg syscall (freebsd-386-cgo), const EHOSTDOWN = 64
11930 pkg syscall (freebsd-386-cgo), const EHOSTUNREACH = 65
11931 pkg syscall (freebsd-386-cgo), const EIDRM = 82
11932 pkg syscall (freebsd-386-cgo), const EILSEQ = 86
11933 pkg syscall (freebsd-386-cgo), const EINPROGRESS = 36
11934 pkg syscall (freebsd-386-cgo), const EINTR = 4
11935 pkg syscall (freebsd-386-cgo), const EINVAL = 22
11936 pkg syscall (freebsd-386-cgo), const EIO = 5
11937 pkg syscall (freebsd-386-cgo), const EISCONN = 56
11938 pkg syscall (freebsd-386-cgo), const EISDIR = 21
11939 pkg syscall (freebsd-386-cgo), const ELAST = 94
11940 pkg syscall (freebsd-386-cgo), const ELOOP = 62
11941 pkg syscall (freebsd-386-cgo), const EMFILE = 24
11942 pkg syscall (freebsd-386-cgo), const EMLINK = 31
11943 pkg syscall (freebsd-386-cgo), const EMSGSIZE = 40
11944 pkg syscall (freebsd-386-cgo), const EMULTIHOP = 90
11945 pkg syscall (freebsd-386-cgo), const ENAMETOOLONG = 63
11946 pkg syscall (freebsd-386-cgo), const ENEEDAUTH = 81
11947 pkg syscall (freebsd-386-cgo), const ENETDOWN = 50
11948 pkg syscall (freebsd-386-cgo), const ENETRESET = 52
11949 pkg syscall (freebsd-386-cgo), const ENETUNREACH = 51
11950 pkg syscall (freebsd-386-cgo), const ENFILE = 23
11951 pkg syscall (freebsd-386-cgo), const ENOATTR = 87
11952 pkg syscall (freebsd-386-cgo), const ENOBUFS = 55
11953 pkg syscall (freebsd-386-cgo), const ENODEV = 19
11954 pkg syscall (freebsd-386-cgo), const ENOEXEC = 8
11955 pkg syscall (freebsd-386-cgo), const ENOLCK = 77
11956 pkg syscall (freebsd-386-cgo), const ENOLINK = 91
11957 pkg syscall (freebsd-386-cgo), const ENOMEM = 12
11958 pkg syscall (freebsd-386-cgo), const ENOMSG = 83
11959 pkg syscall (freebsd-386-cgo), const ENOPROTOOPT = 42
11960 pkg syscall (freebsd-386-cgo), const ENOSPC = 28
11961 pkg syscall (freebsd-386-cgo), const ENOSYS = 78
11962 pkg syscall (freebsd-386-cgo), const ENOTBLK = 15
11963 pkg syscall (freebsd-386-cgo), const ENOTCAPABLE = 93
11964 pkg syscall (freebsd-386-cgo), const ENOTCONN = 57
11965 pkg syscall (freebsd-386-cgo), const ENOTDIR = 20
11966 pkg syscall (freebsd-386-cgo), const ENOTEMPTY = 66
11967 pkg syscall (freebsd-386-cgo), const ENOTSOCK = 38
11968 pkg syscall (freebsd-386-cgo), const ENOTSUP = 45
11969 pkg syscall (freebsd-386-cgo), const ENOTTY = 25
11970 pkg syscall (freebsd-386-cgo), const ENXIO = 6
11971 pkg syscall (freebsd-386-cgo), const EOPNOTSUPP = 45
11972 pkg syscall (freebsd-386-cgo), const EOVERFLOW = 84
11973 pkg syscall (freebsd-386-cgo), const EPERM = 1
11974 pkg syscall (freebsd-386-cgo), const EPFNOSUPPORT = 46
11975 pkg syscall (freebsd-386-cgo), const EPIPE = 32
11976 pkg syscall (freebsd-386-cgo), const EPROCLIM = 67
11977 pkg syscall (freebsd-386-cgo), const EPROCUNAVAIL = 76
11978 pkg syscall (freebsd-386-cgo), const EPROGMISMATCH = 75
11979 pkg syscall (freebsd-386-cgo), const EPROGUNAVAIL = 74
11980 pkg syscall (freebsd-386-cgo), const EPROTO = 92
11981 pkg syscall (freebsd-386-cgo), const EPROTONOSUPPORT = 43
11982 pkg syscall (freebsd-386-cgo), const EPROTOTYPE = 41
11983 pkg syscall (freebsd-386-cgo), const ERANGE = 34
11984 pkg syscall (freebsd-386-cgo), const EREMOTE = 71
11985 pkg syscall (freebsd-386-cgo), const EROFS = 30
11986 pkg syscall (freebsd-386-cgo), const ERPCMISMATCH = 73
11987 pkg syscall (freebsd-386-cgo), const ESHUTDOWN = 58
11988 pkg syscall (freebsd-386-cgo), const ESOCKTNOSUPPORT = 44
11989 pkg syscall (freebsd-386-cgo), const ESPIPE = 29
11990 pkg syscall (freebsd-386-cgo), const ESRCH = 3
11991 pkg syscall (freebsd-386-cgo), const ESTALE = 70
11992 pkg syscall (freebsd-386-cgo), const ETIMEDOUT = 60
11993 pkg syscall (freebsd-386-cgo), const ETOOMANYREFS = 59
11994 pkg syscall (freebsd-386-cgo), const ETXTBSY = 26
11995 pkg syscall (freebsd-386-cgo), const EUSERS = 68
11996 pkg syscall (freebsd-386-cgo), const EVFILT_AIO = -3
11997 pkg syscall (freebsd-386-cgo), const EVFILT_FS = -9
11998 pkg syscall (freebsd-386-cgo), const EVFILT_LIO = -10
11999 pkg syscall (freebsd-386-cgo), const EVFILT_PROC = -5
12000 pkg syscall (freebsd-386-cgo), const EVFILT_READ = -1
12001 pkg syscall (freebsd-386-cgo), const EVFILT_SIGNAL = -6
12002 pkg syscall (freebsd-386-cgo), const EVFILT_SYSCOUNT = 11
12003 pkg syscall (freebsd-386-cgo), const EVFILT_TIMER = -7
12004 pkg syscall (freebsd-386-cgo), const EVFILT_USER = -11
12005 pkg syscall (freebsd-386-cgo), const EVFILT_VNODE = -4
12006 pkg syscall (freebsd-386-cgo), const EVFILT_WRITE = -2
12007 pkg syscall (freebsd-386-cgo), const EV_ADD = 1
12008 pkg syscall (freebsd-386-cgo), const EV_CLEAR = 32
12009 pkg syscall (freebsd-386-cgo), const EV_DELETE = 2
12010 pkg syscall (freebsd-386-cgo), const EV_DISABLE = 8
12011 pkg syscall (freebsd-386-cgo), const EV_DISPATCH = 128
12012 pkg syscall (freebsd-386-cgo), const EV_ENABLE = 4
12013 pkg syscall (freebsd-386-cgo), const EV_EOF = 32768
12014 pkg syscall (freebsd-386-cgo), const EV_ERROR = 16384
12015 pkg syscall (freebsd-386-cgo), const EV_FLAG1 = 8192
12016 pkg syscall (freebsd-386-cgo), const EV_ONESHOT = 16
12017 pkg syscall (freebsd-386-cgo), const EV_RECEIPT = 64
12018 pkg syscall (freebsd-386-cgo), const EV_SYSFLAGS = 61440
12019 pkg syscall (freebsd-386-cgo), const EWOULDBLOCK = 35
12020 pkg syscall (freebsd-386-cgo), const EXDEV = 18
12021 pkg syscall (freebsd-386-cgo), const EXTA = 19200
12022 pkg syscall (freebsd-386-cgo), const EXTB = 38400
12023 pkg syscall (freebsd-386-cgo), const EXTPROC = 2048
12024 pkg syscall (freebsd-386-cgo), const FD_CLOEXEC = 1
12025 pkg syscall (freebsd-386-cgo), const FD_SETSIZE = 1024
12026 pkg syscall (freebsd-386-cgo), const FLUSHO = 8388608
12027 pkg syscall (freebsd-386-cgo), const F_CANCEL = 5
12028 pkg syscall (freebsd-386-cgo), const F_DUP2FD = 10
12029 pkg syscall (freebsd-386-cgo), const F_DUPFD = 0
12030 pkg syscall (freebsd-386-cgo), const F_GETFD = 1
12031 pkg syscall (freebsd-386-cgo), const F_GETFL = 3
12032 pkg syscall (freebsd-386-cgo), const F_GETLK = 11
12033 pkg syscall (freebsd-386-cgo), const F_GETOWN = 5
12034 pkg syscall (freebsd-386-cgo), const F_OGETLK = 7
12035 pkg syscall (freebsd-386-cgo), const F_OK = 0
12036 pkg syscall (freebsd-386-cgo), const F_OSETLK = 8
12037 pkg syscall (freebsd-386-cgo), const F_OSETLKW = 9
12038 pkg syscall (freebsd-386-cgo), const F_RDAHEAD = 16
12039 pkg syscall (freebsd-386-cgo), const F_RDLCK = 1
12040 pkg syscall (freebsd-386-cgo), const F_READAHEAD = 15
12041 pkg syscall (freebsd-386-cgo), const F_SETFD = 2
12042 pkg syscall (freebsd-386-cgo), const F_SETFL = 4
12043 pkg syscall (freebsd-386-cgo), const F_SETLK = 12
12044 pkg syscall (freebsd-386-cgo), const F_SETLKW = 13
12045 pkg syscall (freebsd-386-cgo), const F_SETLK_REMOTE = 14
12046 pkg syscall (freebsd-386-cgo), const F_SETOWN = 6
12047 pkg syscall (freebsd-386-cgo), const F_UNLCK = 2
12048 pkg syscall (freebsd-386-cgo), const F_UNLCKSYS = 4
12049 pkg syscall (freebsd-386-cgo), const F_WRLCK = 3
12050 pkg syscall (freebsd-386-cgo), const HUPCL = 16384
12051 pkg syscall (freebsd-386-cgo), const ICANON = 256
12052 pkg syscall (freebsd-386-cgo), const ICRNL = 256
12053 pkg syscall (freebsd-386-cgo), const IEXTEN = 1024
12054 pkg syscall (freebsd-386-cgo), const IFAN_ARRIVAL = 0
12055 pkg syscall (freebsd-386-cgo), const IFAN_DEPARTURE = 1
12056 pkg syscall (freebsd-386-cgo), const IFF_ALLMULTI = 512
12057 pkg syscall (freebsd-386-cgo), const IFF_ALTPHYS = 16384
12058 pkg syscall (freebsd-386-cgo), const IFF_CANTCHANGE = 2199410
12059 pkg syscall (freebsd-386-cgo), const IFF_CANTCONFIG = 65536
12060 pkg syscall (freebsd-386-cgo), const IFF_DEBUG = 4
12061 pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE = 1024
12062 pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING = 64
12063 pkg syscall (freebsd-386-cgo), const IFF_DYING = 2097152
12064 pkg syscall (freebsd-386-cgo), const IFF_LINK0 = 4096
12065 pkg syscall (freebsd-386-cgo), const IFF_LINK1 = 8192
12066 pkg syscall (freebsd-386-cgo), const IFF_LINK2 = 16384
12067 pkg syscall (freebsd-386-cgo), const IFF_LOOPBACK = 8
12068 pkg syscall (freebsd-386-cgo), const IFF_MONITOR = 262144
12069 pkg syscall (freebsd-386-cgo), const IFF_MULTICAST = 32768
12070 pkg syscall (freebsd-386-cgo), const IFF_NOARP = 128
12071 pkg syscall (freebsd-386-cgo), const IFF_OACTIVE = 1024
12072 pkg syscall (freebsd-386-cgo), const IFF_POINTOPOINT = 16
12073 pkg syscall (freebsd-386-cgo), const IFF_PPROMISC = 131072
12074 pkg syscall (freebsd-386-cgo), const IFF_PROMISC = 256
12075 pkg syscall (freebsd-386-cgo), const IFF_RENAMING = 4194304
12076 pkg syscall (freebsd-386-cgo), const IFF_RUNNING = 64
12077 pkg syscall (freebsd-386-cgo), const IFF_SIMPLEX = 2048
12078 pkg syscall (freebsd-386-cgo), const IFF_SMART = 32
12079 pkg syscall (freebsd-386-cgo), const IFF_STATICARP = 524288
12080 pkg syscall (freebsd-386-cgo), const IFNAMSIZ = 16
12081 pkg syscall (freebsd-386-cgo), const IFT_1822 = 2
12082 pkg syscall (freebsd-386-cgo), const IFT_A12MPPSWITCH = 130
12083 pkg syscall (freebsd-386-cgo), const IFT_AAL2 = 187
12084 pkg syscall (freebsd-386-cgo), const IFT_AAL5 = 49
12085 pkg syscall (freebsd-386-cgo), const IFT_ADSL = 94
12086 pkg syscall (freebsd-386-cgo), const IFT_AFLANE8023 = 59
12087 pkg syscall (freebsd-386-cgo), const IFT_AFLANE8025 = 60
12088 pkg syscall (freebsd-386-cgo), const IFT_ARAP = 88
12089 pkg syscall (freebsd-386-cgo), const IFT_ARCNET = 35
12090 pkg syscall (freebsd-386-cgo), const IFT_ARCNETPLUS = 36
12091 pkg syscall (freebsd-386-cgo), const IFT_ASYNC = 84
12092 pkg syscall (freebsd-386-cgo), const IFT_ATM = 37
12093 pkg syscall (freebsd-386-cgo), const IFT_ATMDXI = 105
12094 pkg syscall (freebsd-386-cgo), const IFT_ATMFUNI = 106
12095 pkg syscall (freebsd-386-cgo), const IFT_ATMIMA = 107
12096 pkg syscall (freebsd-386-cgo), const IFT_ATMLOGICAL = 80
12097 pkg syscall (freebsd-386-cgo), const IFT_ATMRADIO = 189
12098 pkg syscall (freebsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
12099 pkg syscall (freebsd-386-cgo), const IFT_ATMVCIENDPT = 194
12100 pkg syscall (freebsd-386-cgo), const IFT_ATMVIRTUAL = 149
12101 pkg syscall (freebsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
12102 pkg syscall (freebsd-386-cgo), const IFT_BRIDGE = 209
12103 pkg syscall (freebsd-386-cgo), const IFT_BSC = 83
12104 pkg syscall (freebsd-386-cgo), const IFT_CARP = 248
12105 pkg syscall (freebsd-386-cgo), const IFT_CCTEMUL = 61
12106 pkg syscall (freebsd-386-cgo), const IFT_CEPT = 19
12107 pkg syscall (freebsd-386-cgo), const IFT_CES = 133
12108 pkg syscall (freebsd-386-cgo), const IFT_CHANNEL = 70
12109 pkg syscall (freebsd-386-cgo), const IFT_CNR = 85
12110 pkg syscall (freebsd-386-cgo), const IFT_COFFEE = 132
12111 pkg syscall (freebsd-386-cgo), const IFT_COMPOSITELINK = 155
12112 pkg syscall (freebsd-386-cgo), const IFT_DCN = 141
12113 pkg syscall (freebsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
12114 pkg syscall (freebsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
12115 pkg syscall (freebsd-386-cgo), const IFT_DLSW = 74
12116 pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
12117 pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
12118 pkg syscall (freebsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
12119 pkg syscall (freebsd-386-cgo), const IFT_DS0 = 81
12120 pkg syscall (freebsd-386-cgo), const IFT_DS0BUNDLE = 82
12121 pkg syscall (freebsd-386-cgo), const IFT_DS1FDL = 170
12122 pkg syscall (freebsd-386-cgo), const IFT_DS3 = 30
12123 pkg syscall (freebsd-386-cgo), const IFT_DTM = 140
12124 pkg syscall (freebsd-386-cgo), const IFT_DVBASILN = 172
12125 pkg syscall (freebsd-386-cgo), const IFT_DVBASIOUT = 173
12126 pkg syscall (freebsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
12127 pkg syscall (freebsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
12128 pkg syscall (freebsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
12129 pkg syscall (freebsd-386-cgo), const IFT_ENC = 244
12130 pkg syscall (freebsd-386-cgo), const IFT_EON = 25
12131 pkg syscall (freebsd-386-cgo), const IFT_EPLRS = 87
12132 pkg syscall (freebsd-386-cgo), const IFT_ESCON = 73
12133 pkg syscall (freebsd-386-cgo), const IFT_ETHER = 6
12134 pkg syscall (freebsd-386-cgo), const IFT_FAITH = 242
12135 pkg syscall (freebsd-386-cgo), const IFT_FAST = 125
12136 pkg syscall (freebsd-386-cgo), const IFT_FASTETHER = 62
12137 pkg syscall (freebsd-386-cgo), const IFT_FASTETHERFX = 69
12138 pkg syscall (freebsd-386-cgo), const IFT_FDDI = 15
12139 pkg syscall (freebsd-386-cgo), const IFT_FIBRECHANNEL = 56
12140 pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
12141 pkg syscall (freebsd-386-cgo), const IFT_FRAMERELAYMPI = 92
12142 pkg syscall (freebsd-386-cgo), const IFT_FRDLCIENDPT = 193
12143 pkg syscall (freebsd-386-cgo), const IFT_FRELAY = 32
12144 pkg syscall (freebsd-386-cgo), const IFT_FRELAYDCE = 44
12145 pkg syscall (freebsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
12146 pkg syscall (freebsd-386-cgo), const IFT_FRFORWARD = 158
12147 pkg syscall (freebsd-386-cgo), const IFT_G703AT2MB = 67
12148 pkg syscall (freebsd-386-cgo), const IFT_G703AT64K = 66
12149 pkg syscall (freebsd-386-cgo), const IFT_GIF = 240
12150 pkg syscall (freebsd-386-cgo), const IFT_GIGABITETHERNET = 117
12151 pkg syscall (freebsd-386-cgo), const IFT_GR303IDT = 178
12152 pkg syscall (freebsd-386-cgo), const IFT_GR303RDT = 177
12153 pkg syscall (freebsd-386-cgo), const IFT_H323GATEKEEPER = 164
12154 pkg syscall (freebsd-386-cgo), const IFT_H323PROXY = 165
12155 pkg syscall (freebsd-386-cgo), const IFT_HDH1822 = 3
12156 pkg syscall (freebsd-386-cgo), const IFT_HDLC = 118
12157 pkg syscall (freebsd-386-cgo), const IFT_HDSL2 = 168
12158 pkg syscall (freebsd-386-cgo), const IFT_HIPERLAN2 = 183
12159 pkg syscall (freebsd-386-cgo), const IFT_HIPPI = 47
12160 pkg syscall (freebsd-386-cgo), const IFT_HIPPIINTERFACE = 57
12161 pkg syscall (freebsd-386-cgo), const IFT_HOSTPAD = 90
12162 pkg syscall (freebsd-386-cgo), const IFT_HSSI = 46
12163 pkg syscall (freebsd-386-cgo), const IFT_HY = 14
12164 pkg syscall (freebsd-386-cgo), const IFT_IBM370PARCHAN = 72
12165 pkg syscall (freebsd-386-cgo), const IFT_IDSL = 154
12166 pkg syscall (freebsd-386-cgo), const IFT_IEEE1394 = 144
12167 pkg syscall (freebsd-386-cgo), const IFT_IEEE80211 = 71
12168 pkg syscall (freebsd-386-cgo), const IFT_IEEE80212 = 55
12169 pkg syscall (freebsd-386-cgo), const IFT_IEEE8023ADLAG = 161
12170 pkg syscall (freebsd-386-cgo), const IFT_IFGSN = 145
12171 pkg syscall (freebsd-386-cgo), const IFT_IMT = 190
12172 pkg syscall (freebsd-386-cgo), const IFT_INFINIBAND = 199
12173 pkg syscall (freebsd-386-cgo), const IFT_INTERLEAVE = 124
12174 pkg syscall (freebsd-386-cgo), const IFT_IP = 126
12175 pkg syscall (freebsd-386-cgo), const IFT_IPFORWARD = 142
12176 pkg syscall (freebsd-386-cgo), const IFT_IPOVERATM = 114
12177 pkg syscall (freebsd-386-cgo), const IFT_IPOVERCDLC = 109
12178 pkg syscall (freebsd-386-cgo), const IFT_IPOVERCLAW = 110
12179 pkg syscall (freebsd-386-cgo), const IFT_IPSWITCH = 78
12180 pkg syscall (freebsd-386-cgo), const IFT_IPXIP = 249
12181 pkg syscall (freebsd-386-cgo), const IFT_ISDN = 63
12182 pkg syscall (freebsd-386-cgo), const IFT_ISDNBASIC = 20
12183 pkg syscall (freebsd-386-cgo), const IFT_ISDNPRIMARY = 21
12184 pkg syscall (freebsd-386-cgo), const IFT_ISDNS = 75
12185 pkg syscall (freebsd-386-cgo), const IFT_ISDNU = 76
12186 pkg syscall (freebsd-386-cgo), const IFT_ISO88022LLC = 41
12187 pkg syscall (freebsd-386-cgo), const IFT_ISO88023 = 7
12188 pkg syscall (freebsd-386-cgo), const IFT_ISO88024 = 8
12189 pkg syscall (freebsd-386-cgo), const IFT_ISO88025 = 9
12190 pkg syscall (freebsd-386-cgo), const IFT_ISO88025CRFPINT = 98
12191 pkg syscall (freebsd-386-cgo), const IFT_ISO88025DTR = 86
12192 pkg syscall (freebsd-386-cgo), const IFT_ISO88025FIBER = 115
12193 pkg syscall (freebsd-386-cgo), const IFT_ISO88026 = 10
12194 pkg syscall (freebsd-386-cgo), const IFT_ISUP = 179
12195 pkg syscall (freebsd-386-cgo), const IFT_L2VLAN = 135
12196 pkg syscall (freebsd-386-cgo), const IFT_L3IPVLAN = 136
12197 pkg syscall (freebsd-386-cgo), const IFT_L3IPXVLAN = 137
12198 pkg syscall (freebsd-386-cgo), const IFT_LAPB = 16
12199 pkg syscall (freebsd-386-cgo), const IFT_LAPD = 77
12200 pkg syscall (freebsd-386-cgo), const IFT_LAPF = 119
12201 pkg syscall (freebsd-386-cgo), const IFT_LOCALTALK = 42
12202 pkg syscall (freebsd-386-cgo), const IFT_LOOP = 24
12203 pkg syscall (freebsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
12204 pkg syscall (freebsd-386-cgo), const IFT_MFSIGLINK = 167
12205 pkg syscall (freebsd-386-cgo), const IFT_MIOX25 = 38
12206 pkg syscall (freebsd-386-cgo), const IFT_MODEM = 48
12207 pkg syscall (freebsd-386-cgo), const IFT_MPC = 113
12208 pkg syscall (freebsd-386-cgo), const IFT_MPLS = 166
12209 pkg syscall (freebsd-386-cgo), const IFT_MPLSTUNNEL = 150
12210 pkg syscall (freebsd-386-cgo), const IFT_MSDSL = 143
12211 pkg syscall (freebsd-386-cgo), const IFT_MVL = 191
12212 pkg syscall (freebsd-386-cgo), const IFT_MYRINET = 99
12213 pkg syscall (freebsd-386-cgo), const IFT_NFAS = 175
12214 pkg syscall (freebsd-386-cgo), const IFT_NSIP = 27
12215 pkg syscall (freebsd-386-cgo), const IFT_OPTICALCHANNEL = 195
12216 pkg syscall (freebsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
12217 pkg syscall (freebsd-386-cgo), const IFT_OTHER = 1
12218 pkg syscall (freebsd-386-cgo), const IFT_P10 = 12
12219 pkg syscall (freebsd-386-cgo), const IFT_P80 = 13
12220 pkg syscall (freebsd-386-cgo), const IFT_PARA = 34
12221 pkg syscall (freebsd-386-cgo), const IFT_PFLOG = 246
12222 pkg syscall (freebsd-386-cgo), const IFT_PFSYNC = 247
12223 pkg syscall (freebsd-386-cgo), const IFT_PLC = 174
12224 pkg syscall (freebsd-386-cgo), const IFT_POS = 171
12225 pkg syscall (freebsd-386-cgo), const IFT_PPP = 23
12226 pkg syscall (freebsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
12227 pkg syscall (freebsd-386-cgo), const IFT_PROPBWAP2MP = 184
12228 pkg syscall (freebsd-386-cgo), const IFT_PROPCNLS = 89
12229 pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
12230 pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
12231 pkg syscall (freebsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
12232 pkg syscall (freebsd-386-cgo), const IFT_PROPMUX = 54
12233 pkg syscall (freebsd-386-cgo), const IFT_PROPVIRTUAL = 53
12234 pkg syscall (freebsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
12235 pkg syscall (freebsd-386-cgo), const IFT_PTPSERIAL = 22
12236 pkg syscall (freebsd-386-cgo), const IFT_PVC = 241
12237 pkg syscall (freebsd-386-cgo), const IFT_QLLC = 68
12238 pkg syscall (freebsd-386-cgo), const IFT_RADIOMAC = 188
12239 pkg syscall (freebsd-386-cgo), const IFT_RADSL = 95
12240 pkg syscall (freebsd-386-cgo), const IFT_REACHDSL = 192
12241 pkg syscall (freebsd-386-cgo), const IFT_RFC1483 = 159
12242 pkg syscall (freebsd-386-cgo), const IFT_RS232 = 33
12243 pkg syscall (freebsd-386-cgo), const IFT_RSRB = 79
12244 pkg syscall (freebsd-386-cgo), const IFT_SDLC = 17
12245 pkg syscall (freebsd-386-cgo), const IFT_SDSL = 96
12246 pkg syscall (freebsd-386-cgo), const IFT_SHDSL = 169
12247 pkg syscall (freebsd-386-cgo), const IFT_SIP = 31
12248 pkg syscall (freebsd-386-cgo), const IFT_SLIP = 28
12249 pkg syscall (freebsd-386-cgo), const IFT_SMDSDXI = 43
12250 pkg syscall (freebsd-386-cgo), const IFT_SMDSICIP = 52
12251 pkg syscall (freebsd-386-cgo), const IFT_SONET = 39
12252 pkg syscall (freebsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
12253 pkg syscall (freebsd-386-cgo), const IFT_SONETPATH = 50
12254 pkg syscall (freebsd-386-cgo), const IFT_SONETVT = 51
12255 pkg syscall (freebsd-386-cgo), const IFT_SRP = 151
12256 pkg syscall (freebsd-386-cgo), const IFT_SS7SIGLINK = 156
12257 pkg syscall (freebsd-386-cgo), const IFT_STACKTOSTACK = 111
12258 pkg syscall (freebsd-386-cgo), const IFT_STARLAN = 11
12259 pkg syscall (freebsd-386-cgo), const IFT_STF = 215
12260 pkg syscall (freebsd-386-cgo), const IFT_T1 = 18
12261 pkg syscall (freebsd-386-cgo), const IFT_TDLC = 116
12262 pkg syscall (freebsd-386-cgo), const IFT_TERMPAD = 91
12263 pkg syscall (freebsd-386-cgo), const IFT_TR008 = 176
12264 pkg syscall (freebsd-386-cgo), const IFT_TRANSPHDLC = 123
12265 pkg syscall (freebsd-386-cgo), const IFT_TUNNEL = 131
12266 pkg syscall (freebsd-386-cgo), const IFT_ULTRA = 29
12267 pkg syscall (freebsd-386-cgo), const IFT_USB = 160
12268 pkg syscall (freebsd-386-cgo), const IFT_V11 = 64
12269 pkg syscall (freebsd-386-cgo), const IFT_V35 = 45
12270 pkg syscall (freebsd-386-cgo), const IFT_V36 = 65
12271 pkg syscall (freebsd-386-cgo), const IFT_V37 = 120
12272 pkg syscall (freebsd-386-cgo), const IFT_VDSL = 97
12273 pkg syscall (freebsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
12274 pkg syscall (freebsd-386-cgo), const IFT_VOICEEM = 100
12275 pkg syscall (freebsd-386-cgo), const IFT_VOICEENCAP = 103
12276 pkg syscall (freebsd-386-cgo), const IFT_VOICEFXO = 101
12277 pkg syscall (freebsd-386-cgo), const IFT_VOICEFXS = 102
12278 pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERATM = 152
12279 pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
12280 pkg syscall (freebsd-386-cgo), const IFT_VOICEOVERIP = 104
12281 pkg syscall (freebsd-386-cgo), const IFT_X213 = 93
12282 pkg syscall (freebsd-386-cgo), const IFT_X25 = 5
12283 pkg syscall (freebsd-386-cgo), const IFT_X25DDN = 4
12284 pkg syscall (freebsd-386-cgo), const IFT_X25HUNTGROUP = 122
12285 pkg syscall (freebsd-386-cgo), const IFT_X25MLP = 121
12286 pkg syscall (freebsd-386-cgo), const IFT_X25PLE = 40
12287 pkg syscall (freebsd-386-cgo), const IFT_XETHER = 26
12288 pkg syscall (freebsd-386-cgo), const IGNBRK = 1
12289 pkg syscall (freebsd-386-cgo), const IGNCR = 128
12290 pkg syscall (freebsd-386-cgo), const IGNPAR = 4
12291 pkg syscall (freebsd-386-cgo), const IMAXBEL = 8192
12292 pkg syscall (freebsd-386-cgo), const INLCR = 64
12293 pkg syscall (freebsd-386-cgo), const INPCK = 16
12294 pkg syscall (freebsd-386-cgo), const IN_CLASSA_HOST = 16777215
12295 pkg syscall (freebsd-386-cgo), const IN_CLASSA_MAX = 128
12296 pkg syscall (freebsd-386-cgo), const IN_CLASSA_NET = 4278190080
12297 pkg syscall (freebsd-386-cgo), const IN_CLASSA_NSHIFT = 24
12298 pkg syscall (freebsd-386-cgo), const IN_CLASSB_HOST = 65535
12299 pkg syscall (freebsd-386-cgo), const IN_CLASSB_MAX = 65536
12300 pkg syscall (freebsd-386-cgo), const IN_CLASSB_NET = 4294901760
12301 pkg syscall (freebsd-386-cgo), const IN_CLASSB_NSHIFT = 16
12302 pkg syscall (freebsd-386-cgo), const IN_CLASSC_HOST = 255
12303 pkg syscall (freebsd-386-cgo), const IN_CLASSC_NET = 4294967040
12304 pkg syscall (freebsd-386-cgo), const IN_CLASSC_NSHIFT = 8
12305 pkg syscall (freebsd-386-cgo), const IN_CLASSD_HOST = 268435455
12306 pkg syscall (freebsd-386-cgo), const IN_CLASSD_NET = 4026531840
12307 pkg syscall (freebsd-386-cgo), const IN_CLASSD_NSHIFT = 28
12308 pkg syscall (freebsd-386-cgo), const IN_LOOPBACKNET = 127
12309 pkg syscall (freebsd-386-cgo), const IN_RFC3021_MASK = 4294967294
12310 pkg syscall (freebsd-386-cgo), const IPPROTO_3PC = 34
12311 pkg syscall (freebsd-386-cgo), const IPPROTO_ADFS = 68
12312 pkg syscall (freebsd-386-cgo), const IPPROTO_AH = 51
12313 pkg syscall (freebsd-386-cgo), const IPPROTO_AHIP = 61
12314 pkg syscall (freebsd-386-cgo), const IPPROTO_APES = 99
12315 pkg syscall (freebsd-386-cgo), const IPPROTO_ARGUS = 13
12316 pkg syscall (freebsd-386-cgo), const IPPROTO_AX25 = 93
12317 pkg syscall (freebsd-386-cgo), const IPPROTO_BHA = 49
12318 pkg syscall (freebsd-386-cgo), const IPPROTO_BLT = 30
12319 pkg syscall (freebsd-386-cgo), const IPPROTO_BRSATMON = 76
12320 pkg syscall (freebsd-386-cgo), const IPPROTO_CARP = 112
12321 pkg syscall (freebsd-386-cgo), const IPPROTO_CFTP = 62
12322 pkg syscall (freebsd-386-cgo), const IPPROTO_CHAOS = 16
12323 pkg syscall (freebsd-386-cgo), const IPPROTO_CMTP = 38
12324 pkg syscall (freebsd-386-cgo), const IPPROTO_CPHB = 73
12325 pkg syscall (freebsd-386-cgo), const IPPROTO_CPNX = 72
12326 pkg syscall (freebsd-386-cgo), const IPPROTO_DDP = 37
12327 pkg syscall (freebsd-386-cgo), const IPPROTO_DGP = 86
12328 pkg syscall (freebsd-386-cgo), const IPPROTO_DIVERT = 258
12329 pkg syscall (freebsd-386-cgo), const IPPROTO_DONE = 257
12330 pkg syscall (freebsd-386-cgo), const IPPROTO_DSTOPTS = 60
12331 pkg syscall (freebsd-386-cgo), const IPPROTO_EGP = 8
12332 pkg syscall (freebsd-386-cgo), const IPPROTO_EMCON = 14
12333 pkg syscall (freebsd-386-cgo), const IPPROTO_ENCAP = 98
12334 pkg syscall (freebsd-386-cgo), const IPPROTO_EON = 80
12335 pkg syscall (freebsd-386-cgo), const IPPROTO_ESP = 50
12336 pkg syscall (freebsd-386-cgo), const IPPROTO_ETHERIP = 97
12337 pkg syscall (freebsd-386-cgo), const IPPROTO_FRAGMENT = 44
12338 pkg syscall (freebsd-386-cgo), const IPPROTO_GGP = 3
12339 pkg syscall (freebsd-386-cgo), const IPPROTO_GMTP = 100
12340 pkg syscall (freebsd-386-cgo), const IPPROTO_GRE = 47
12341 pkg syscall (freebsd-386-cgo), const IPPROTO_HELLO = 63
12342 pkg syscall (freebsd-386-cgo), const IPPROTO_HMP = 20
12343 pkg syscall (freebsd-386-cgo), const IPPROTO_HOPOPTS = 0
12344 pkg syscall (freebsd-386-cgo), const IPPROTO_ICMP = 1
12345 pkg syscall (freebsd-386-cgo), const IPPROTO_ICMPV6 = 58
12346 pkg syscall (freebsd-386-cgo), const IPPROTO_IDP = 22
12347 pkg syscall (freebsd-386-cgo), const IPPROTO_IDPR = 35
12348 pkg syscall (freebsd-386-cgo), const IPPROTO_IDRP = 45
12349 pkg syscall (freebsd-386-cgo), const IPPROTO_IGMP = 2
12350 pkg syscall (freebsd-386-cgo), const IPPROTO_IGP = 85
12351 pkg syscall (freebsd-386-cgo), const IPPROTO_IGRP = 88
12352 pkg syscall (freebsd-386-cgo), const IPPROTO_IL = 40
12353 pkg syscall (freebsd-386-cgo), const IPPROTO_INLSP = 52
12354 pkg syscall (freebsd-386-cgo), const IPPROTO_INP = 32
12355 pkg syscall (freebsd-386-cgo), const IPPROTO_IPCOMP = 108
12356 pkg syscall (freebsd-386-cgo), const IPPROTO_IPCV = 71
12357 pkg syscall (freebsd-386-cgo), const IPPROTO_IPEIP = 94
12358 pkg syscall (freebsd-386-cgo), const IPPROTO_IPIP = 4
12359 pkg syscall (freebsd-386-cgo), const IPPROTO_IPPC = 67
12360 pkg syscall (freebsd-386-cgo), const IPPROTO_IPV4 = 4
12361 pkg syscall (freebsd-386-cgo), const IPPROTO_IRTP = 28
12362 pkg syscall (freebsd-386-cgo), const IPPROTO_KRYPTOLAN = 65
12363 pkg syscall (freebsd-386-cgo), const IPPROTO_LARP = 91
12364 pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF1 = 25
12365 pkg syscall (freebsd-386-cgo), const IPPROTO_LEAF2 = 26
12366 pkg syscall (freebsd-386-cgo), const IPPROTO_MAX = 256
12367 pkg syscall (freebsd-386-cgo), const IPPROTO_MAXID = 52
12368 pkg syscall (freebsd-386-cgo), const IPPROTO_MEAS = 19
12369 pkg syscall (freebsd-386-cgo), const IPPROTO_MH = 135
12370 pkg syscall (freebsd-386-cgo), const IPPROTO_MHRP = 48
12371 pkg syscall (freebsd-386-cgo), const IPPROTO_MICP = 95
12372 pkg syscall (freebsd-386-cgo), const IPPROTO_MOBILE = 55
12373 pkg syscall (freebsd-386-cgo), const IPPROTO_MTP = 92
12374 pkg syscall (freebsd-386-cgo), const IPPROTO_MUX = 18
12375 pkg syscall (freebsd-386-cgo), const IPPROTO_ND = 77
12376 pkg syscall (freebsd-386-cgo), const IPPROTO_NHRP = 54
12377 pkg syscall (freebsd-386-cgo), const IPPROTO_NONE = 59
12378 pkg syscall (freebsd-386-cgo), const IPPROTO_NSP = 31
12379 pkg syscall (freebsd-386-cgo), const IPPROTO_NVPII = 11
12380 pkg syscall (freebsd-386-cgo), const IPPROTO_OLD_DIVERT = 254
12381 pkg syscall (freebsd-386-cgo), const IPPROTO_OSPFIGP = 89
12382 pkg syscall (freebsd-386-cgo), const IPPROTO_PFSYNC = 240
12383 pkg syscall (freebsd-386-cgo), const IPPROTO_PGM = 113
12384 pkg syscall (freebsd-386-cgo), const IPPROTO_PIGP = 9
12385 pkg syscall (freebsd-386-cgo), const IPPROTO_PIM = 103
12386 pkg syscall (freebsd-386-cgo), const IPPROTO_PRM = 21
12387 pkg syscall (freebsd-386-cgo), const IPPROTO_PUP = 12
12388 pkg syscall (freebsd-386-cgo), const IPPROTO_PVP = 75
12389 pkg syscall (freebsd-386-cgo), const IPPROTO_RAW = 255
12390 pkg syscall (freebsd-386-cgo), const IPPROTO_RCCMON = 10
12391 pkg syscall (freebsd-386-cgo), const IPPROTO_RDP = 27
12392 pkg syscall (freebsd-386-cgo), const IPPROTO_ROUTING = 43
12393 pkg syscall (freebsd-386-cgo), const IPPROTO_RSVP = 46
12394 pkg syscall (freebsd-386-cgo), const IPPROTO_RVD = 66
12395 pkg syscall (freebsd-386-cgo), const IPPROTO_SATEXPAK = 64
12396 pkg syscall (freebsd-386-cgo), const IPPROTO_SATMON = 69
12397 pkg syscall (freebsd-386-cgo), const IPPROTO_SCCSP = 96
12398 pkg syscall (freebsd-386-cgo), const IPPROTO_SCTP = 132
12399 pkg syscall (freebsd-386-cgo), const IPPROTO_SDRP = 42
12400 pkg syscall (freebsd-386-cgo), const IPPROTO_SEND = 259
12401 pkg syscall (freebsd-386-cgo), const IPPROTO_SEP = 33
12402 pkg syscall (freebsd-386-cgo), const IPPROTO_SKIP = 57
12403 pkg syscall (freebsd-386-cgo), const IPPROTO_SPACER = 32767
12404 pkg syscall (freebsd-386-cgo), const IPPROTO_SRPC = 90
12405 pkg syscall (freebsd-386-cgo), const IPPROTO_ST = 7
12406 pkg syscall (freebsd-386-cgo), const IPPROTO_SVMTP = 82
12407 pkg syscall (freebsd-386-cgo), const IPPROTO_SWIPE = 53
12408 pkg syscall (freebsd-386-cgo), const IPPROTO_TCF = 87
12409 pkg syscall (freebsd-386-cgo), const IPPROTO_TLSP = 56
12410 pkg syscall (freebsd-386-cgo), const IPPROTO_TP = 29
12411 pkg syscall (freebsd-386-cgo), const IPPROTO_TPXX = 39
12412 pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK1 = 23
12413 pkg syscall (freebsd-386-cgo), const IPPROTO_TRUNK2 = 24
12414 pkg syscall (freebsd-386-cgo), const IPPROTO_TTP = 84
12415 pkg syscall (freebsd-386-cgo), const IPPROTO_VINES = 83
12416 pkg syscall (freebsd-386-cgo), const IPPROTO_VISA = 70
12417 pkg syscall (freebsd-386-cgo), const IPPROTO_VMTP = 81
12418 pkg syscall (freebsd-386-cgo), const IPPROTO_WBEXPAK = 79
12419 pkg syscall (freebsd-386-cgo), const IPPROTO_WBMON = 78
12420 pkg syscall (freebsd-386-cgo), const IPPROTO_WSN = 74
12421 pkg syscall (freebsd-386-cgo), const IPPROTO_XNET = 15
12422 pkg syscall (freebsd-386-cgo), const IPPROTO_XTP = 36
12423 pkg syscall (freebsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
12424 pkg syscall (freebsd-386-cgo), const IPV6_BINDANY = 64
12425 pkg syscall (freebsd-386-cgo), const IPV6_BINDV6ONLY = 27
12426 pkg syscall (freebsd-386-cgo), const IPV6_CHECKSUM = 26
12427 pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
12428 pkg syscall (freebsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
12429 pkg syscall (freebsd-386-cgo), const IPV6_DEFHLIM = 64
12430 pkg syscall (freebsd-386-cgo), const IPV6_DONTFRAG = 62
12431 pkg syscall (freebsd-386-cgo), const IPV6_DSTOPTS = 50
12432 pkg syscall (freebsd-386-cgo), const IPV6_FAITH = 29
12433 pkg syscall (freebsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
12434 pkg syscall (freebsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
12435 pkg syscall (freebsd-386-cgo), const IPV6_FRAGTTL = 120
12436 pkg syscall (freebsd-386-cgo), const IPV6_FW_ADD = 30
12437 pkg syscall (freebsd-386-cgo), const IPV6_FW_DEL = 31
12438 pkg syscall (freebsd-386-cgo), const IPV6_FW_FLUSH = 32
12439 pkg syscall (freebsd-386-cgo), const IPV6_FW_GET = 34
12440 pkg syscall (freebsd-386-cgo), const IPV6_FW_ZERO = 33
12441 pkg syscall (freebsd-386-cgo), const IPV6_HLIMDEC = 1
12442 pkg syscall (freebsd-386-cgo), const IPV6_HOPLIMIT = 47
12443 pkg syscall (freebsd-386-cgo), const IPV6_HOPOPTS = 49
12444 pkg syscall (freebsd-386-cgo), const IPV6_IPSEC_POLICY = 28
12445 pkg syscall (freebsd-386-cgo), const IPV6_JOIN_GROUP = 12
12446 pkg syscall (freebsd-386-cgo), const IPV6_LEAVE_GROUP = 13
12447 pkg syscall (freebsd-386-cgo), const IPV6_MAXHLIM = 255
12448 pkg syscall (freebsd-386-cgo), const IPV6_MAXOPTHDR = 2048
12449 pkg syscall (freebsd-386-cgo), const IPV6_MAXPACKET = 65535
12450 pkg syscall (freebsd-386-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
12451 pkg syscall (freebsd-386-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
12452 pkg syscall (freebsd-386-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
12453 pkg syscall (freebsd-386-cgo), const IPV6_MIN_MEMBERSHIPS = 31
12454 pkg syscall (freebsd-386-cgo), const IPV6_MMTU = 1280
12455 pkg syscall (freebsd-386-cgo), const IPV6_MSFILTER = 74
12456 pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
12457 pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_IF = 9
12458 pkg syscall (freebsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
12459 pkg syscall (freebsd-386-cgo), const IPV6_NEXTHOP = 48
12460 pkg syscall (freebsd-386-cgo), const IPV6_PATHMTU = 44
12461 pkg syscall (freebsd-386-cgo), const IPV6_PKTINFO = 46
12462 pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE = 14
12463 pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
12464 pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
12465 pkg syscall (freebsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
12466 pkg syscall (freebsd-386-cgo), const IPV6_PREFER_TEMPADDR = 63
12467 pkg syscall (freebsd-386-cgo), const IPV6_RECVDSTOPTS = 40
12468 pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
12469 pkg syscall (freebsd-386-cgo), const IPV6_RECVHOPOPTS = 39
12470 pkg syscall (freebsd-386-cgo), const IPV6_RECVPATHMTU = 43
12471 pkg syscall (freebsd-386-cgo), const IPV6_RECVPKTINFO = 36
12472 pkg syscall (freebsd-386-cgo), const IPV6_RECVRTHDR = 38
12473 pkg syscall (freebsd-386-cgo), const IPV6_RECVTCLASS = 57
12474 pkg syscall (freebsd-386-cgo), const IPV6_RTHDR = 51
12475 pkg syscall (freebsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
12476 pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
12477 pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_STRICT = 1
12478 pkg syscall (freebsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
12479 pkg syscall (freebsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
12480 pkg syscall (freebsd-386-cgo), const IPV6_TCLASS = 61
12481 pkg syscall (freebsd-386-cgo), const IPV6_UNICAST_HOPS = 4
12482 pkg syscall (freebsd-386-cgo), const IPV6_USE_MIN_MTU = 42
12483 pkg syscall (freebsd-386-cgo), const IPV6_V6ONLY = 27
12484 pkg syscall (freebsd-386-cgo), const IPV6_VERSION = 96
12485 pkg syscall (freebsd-386-cgo), const IPV6_VERSION_MASK = 240
12486 pkg syscall (freebsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
12487 pkg syscall (freebsd-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
12488 pkg syscall (freebsd-386-cgo), const IP_BINDANY = 24
12489 pkg syscall (freebsd-386-cgo), const IP_BLOCK_SOURCE = 72
12490 pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
12491 pkg syscall (freebsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
12492 pkg syscall (freebsd-386-cgo), const IP_DF = 16384
12493 pkg syscall (freebsd-386-cgo), const IP_DONTFRAG = 67
12494 pkg syscall (freebsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
12495 pkg syscall (freebsd-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
12496 pkg syscall (freebsd-386-cgo), const IP_DUMMYNET3 = 49
12497 pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_CONFIGURE = 60
12498 pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_DEL = 61
12499 pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_FLUSH = 62
12500 pkg syscall (freebsd-386-cgo), const IP_DUMMYNET_GET = 64
12501 pkg syscall (freebsd-386-cgo), const IP_FAITH = 22
12502 pkg syscall (freebsd-386-cgo), const IP_FW3 = 48
12503 pkg syscall (freebsd-386-cgo), const IP_FW_ADD = 50
12504 pkg syscall (freebsd-386-cgo), const IP_FW_DEL = 51
12505 pkg syscall (freebsd-386-cgo), const IP_FW_FLUSH = 52
12506 pkg syscall (freebsd-386-cgo), const IP_FW_GET = 54
12507 pkg syscall (freebsd-386-cgo), const IP_FW_NAT_CFG = 56
12508 pkg syscall (freebsd-386-cgo), const IP_FW_NAT_DEL = 57
12509 pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_CONFIG = 58
12510 pkg syscall (freebsd-386-cgo), const IP_FW_NAT_GET_LOG = 59
12511 pkg syscall (freebsd-386-cgo), const IP_FW_RESETLOG = 55
12512 pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_ADD = 40
12513 pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_DEL = 41
12514 pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_FLUSH = 42
12515 pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_GETSIZE = 43
12516 pkg syscall (freebsd-386-cgo), const IP_FW_TABLE_LIST = 44
12517 pkg syscall (freebsd-386-cgo), const IP_FW_ZERO = 53
12518 pkg syscall (freebsd-386-cgo), const IP_HDRINCL = 2
12519 pkg syscall (freebsd-386-cgo), const IP_IPSEC_POLICY = 21
12520 pkg syscall (freebsd-386-cgo), const IP_MAXPACKET = 65535
12521 pkg syscall (freebsd-386-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
12522 pkg syscall (freebsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
12523 pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
12524 pkg syscall (freebsd-386-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
12525 pkg syscall (freebsd-386-cgo), const IP_MAX_SOURCE_FILTER = 1024
12526 pkg syscall (freebsd-386-cgo), const IP_MF = 8192
12527 pkg syscall (freebsd-386-cgo), const IP_MINTTL = 66
12528 pkg syscall (freebsd-386-cgo), const IP_MIN_MEMBERSHIPS = 31
12529 pkg syscall (freebsd-386-cgo), const IP_MSFILTER = 74
12530 pkg syscall (freebsd-386-cgo), const IP_MSS = 576
12531 pkg syscall (freebsd-386-cgo), const IP_MULTICAST_IF = 9
12532 pkg syscall (freebsd-386-cgo), const IP_MULTICAST_LOOP = 11
12533 pkg syscall (freebsd-386-cgo), const IP_MULTICAST_TTL = 10
12534 pkg syscall (freebsd-386-cgo), const IP_MULTICAST_VIF = 14
12535 pkg syscall (freebsd-386-cgo), const IP_OFFMASK = 8191
12536 pkg syscall (freebsd-386-cgo), const IP_ONESBCAST = 23
12537 pkg syscall (freebsd-386-cgo), const IP_OPTIONS = 1
12538 pkg syscall (freebsd-386-cgo), const IP_PORTRANGE = 19
12539 pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
12540 pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_HIGH = 1
12541 pkg syscall (freebsd-386-cgo), const IP_PORTRANGE_LOW = 2
12542 pkg syscall (freebsd-386-cgo), const IP_RECVDSTADDR = 7
12543 pkg syscall (freebsd-386-cgo), const IP_RECVIF = 20
12544 pkg syscall (freebsd-386-cgo), const IP_RECVOPTS = 5
12545 pkg syscall (freebsd-386-cgo), const IP_RECVRETOPTS = 6
12546 pkg syscall (freebsd-386-cgo), const IP_RECVTOS = 68
12547 pkg syscall (freebsd-386-cgo), const IP_RECVTTL = 65
12548 pkg syscall (freebsd-386-cgo), const IP_RETOPTS = 8
12549 pkg syscall (freebsd-386-cgo), const IP_RF = 32768
12550 pkg syscall (freebsd-386-cgo), const IP_RSVP_OFF = 16
12551 pkg syscall (freebsd-386-cgo), const IP_RSVP_ON = 15
12552 pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_OFF = 18
12553 pkg syscall (freebsd-386-cgo), const IP_RSVP_VIF_ON = 17
12554 pkg syscall (freebsd-386-cgo), const IP_SENDSRCADDR = 7
12555 pkg syscall (freebsd-386-cgo), const IP_TOS = 3
12556 pkg syscall (freebsd-386-cgo), const IP_TTL = 4
12557 pkg syscall (freebsd-386-cgo), const IP_UNBLOCK_SOURCE = 73
12558 pkg syscall (freebsd-386-cgo), const ISIG = 128
12559 pkg syscall (freebsd-386-cgo), const ISTRIP = 32
12560 pkg syscall (freebsd-386-cgo), const IXANY = 2048
12561 pkg syscall (freebsd-386-cgo), const IXOFF = 1024
12562 pkg syscall (freebsd-386-cgo), const IXON = 512
12563 pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
12564 pkg syscall (freebsd-386-cgo), const LOCK_EX = 2
12565 pkg syscall (freebsd-386-cgo), const LOCK_NB = 4
12566 pkg syscall (freebsd-386-cgo), const LOCK_SH = 1
12567 pkg syscall (freebsd-386-cgo), const LOCK_UN = 8
12568 pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC = 7
12569 pkg syscall (freebsd-386-cgo), const MADV_CORE = 9
12570 pkg syscall (freebsd-386-cgo), const MADV_DONTNEED = 4
12571 pkg syscall (freebsd-386-cgo), const MADV_FREE = 5
12572 pkg syscall (freebsd-386-cgo), const MADV_NOCORE = 8
12573 pkg syscall (freebsd-386-cgo), const MADV_NORMAL = 0
12574 pkg syscall (freebsd-386-cgo), const MADV_NOSYNC = 6
12575 pkg syscall (freebsd-386-cgo), const MADV_PROTECT = 10
12576 pkg syscall (freebsd-386-cgo), const MADV_RANDOM = 1
12577 pkg syscall (freebsd-386-cgo), const MADV_SEQUENTIAL = 2
12578 pkg syscall (freebsd-386-cgo), const MADV_WILLNEED = 3
12579 pkg syscall (freebsd-386-cgo), const MAP_ANON = 4096
12580 pkg syscall (freebsd-386-cgo), const MAP_ANONYMOUS = 4096
12581 pkg syscall (freebsd-386-cgo), const MAP_COPY = 2
12582 pkg syscall (freebsd-386-cgo), const MAP_FILE = 0
12583 pkg syscall (freebsd-386-cgo), const MAP_FIXED = 16
12584 pkg syscall (freebsd-386-cgo), const MAP_HASSEMAPHORE = 512
12585 pkg syscall (freebsd-386-cgo), const MAP_NOCORE = 131072
12586 pkg syscall (freebsd-386-cgo), const MAP_NORESERVE = 64
12587 pkg syscall (freebsd-386-cgo), const MAP_NOSYNC = 2048
12588 pkg syscall (freebsd-386-cgo), const MAP_PREFAULT_READ = 262144
12589 pkg syscall (freebsd-386-cgo), const MAP_PRIVATE = 2
12590 pkg syscall (freebsd-386-cgo), const MAP_RENAME = 32
12591 pkg syscall (freebsd-386-cgo), const MAP_RESERVED0080 = 128
12592 pkg syscall (freebsd-386-cgo), const MAP_RESERVED0100 = 256
12593 pkg syscall (freebsd-386-cgo), const MAP_SHARED = 1
12594 pkg syscall (freebsd-386-cgo), const MAP_STACK = 1024
12595 pkg syscall (freebsd-386-cgo), const MCL_CURRENT = 1
12596 pkg syscall (freebsd-386-cgo), const MCL_FUTURE = 2
12597 pkg syscall (freebsd-386-cgo), const MSG_COMPAT = 32768
12598 pkg syscall (freebsd-386-cgo), const MSG_CTRUNC = 32
12599 pkg syscall (freebsd-386-cgo), const MSG_DONTROUTE = 4
12600 pkg syscall (freebsd-386-cgo), const MSG_DONTWAIT = 128
12601 pkg syscall (freebsd-386-cgo), const MSG_EOF = 256
12602 pkg syscall (freebsd-386-cgo), const MSG_EOR = 8
12603 pkg syscall (freebsd-386-cgo), const MSG_NBIO = 16384
12604 pkg syscall (freebsd-386-cgo), const MSG_NOSIGNAL = 131072
12605 pkg syscall (freebsd-386-cgo), const MSG_NOTIFICATION = 8192
12606 pkg syscall (freebsd-386-cgo), const MSG_OOB = 1
12607 pkg syscall (freebsd-386-cgo), const MSG_PEEK = 2
12608 pkg syscall (freebsd-386-cgo), const MSG_TRUNC = 16
12609 pkg syscall (freebsd-386-cgo), const MSG_WAITALL = 64
12610 pkg syscall (freebsd-386-cgo), const MS_ASYNC = 1
12611 pkg syscall (freebsd-386-cgo), const MS_INVALIDATE = 2
12612 pkg syscall (freebsd-386-cgo), const MS_SYNC = 0
12613 pkg syscall (freebsd-386-cgo), const NET_RT_DUMP = 1
12614 pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS = 2
12615 pkg syscall (freebsd-386-cgo), const NET_RT_IFLIST = 3
12616 pkg syscall (freebsd-386-cgo), const NET_RT_IFLISTL = 5
12617 pkg syscall (freebsd-386-cgo), const NET_RT_IFMALIST = 4
12618 pkg syscall (freebsd-386-cgo), const NET_RT_MAXID = 6
12619 pkg syscall (freebsd-386-cgo), const NOFLSH = 2147483648
12620 pkg syscall (freebsd-386-cgo), const NOTE_ATTRIB = 8
12621 pkg syscall (freebsd-386-cgo), const NOTE_CHILD = 4
12622 pkg syscall (freebsd-386-cgo), const NOTE_DELETE = 1
12623 pkg syscall (freebsd-386-cgo), const NOTE_EXEC = 536870912
12624 pkg syscall (freebsd-386-cgo), const NOTE_EXIT = 2147483648
12625 pkg syscall (freebsd-386-cgo), const NOTE_EXTEND = 4
12626 pkg syscall (freebsd-386-cgo), const NOTE_FFAND = 1073741824
12627 pkg syscall (freebsd-386-cgo), const NOTE_FFCOPY = 3221225472
12628 pkg syscall (freebsd-386-cgo), const NOTE_FFCTRLMASK = 3221225472
12629 pkg syscall (freebsd-386-cgo), const NOTE_FFLAGSMASK = 16777215
12630 pkg syscall (freebsd-386-cgo), const NOTE_FFNOP = 0
12631 pkg syscall (freebsd-386-cgo), const NOTE_FFOR = 2147483648
12632 pkg syscall (freebsd-386-cgo), const NOTE_FORK = 1073741824
12633 pkg syscall (freebsd-386-cgo), const NOTE_LINK = 16
12634 pkg syscall (freebsd-386-cgo), const NOTE_LOWAT = 1
12635 pkg syscall (freebsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
12636 pkg syscall (freebsd-386-cgo), const NOTE_PDATAMASK = 1048575
12637 pkg syscall (freebsd-386-cgo), const NOTE_RENAME = 32
12638 pkg syscall (freebsd-386-cgo), const NOTE_REVOKE = 64
12639 pkg syscall (freebsd-386-cgo), const NOTE_TRACK = 1
12640 pkg syscall (freebsd-386-cgo), const NOTE_TRACKERR = 2
12641 pkg syscall (freebsd-386-cgo), const NOTE_TRIGGER = 16777216
12642 pkg syscall (freebsd-386-cgo), const NOTE_WRITE = 2
12643 pkg syscall (freebsd-386-cgo), const OCRNL = 16
12644 pkg syscall (freebsd-386-cgo), const ONLCR = 2
12645 pkg syscall (freebsd-386-cgo), const ONLRET = 64
12646 pkg syscall (freebsd-386-cgo), const ONOCR = 32
12647 pkg syscall (freebsd-386-cgo), const ONOEOT = 8
12648 pkg syscall (freebsd-386-cgo), const OPOST = 1
12649 pkg syscall (freebsd-386-cgo), const O_ACCMODE = 3
12650 pkg syscall (freebsd-386-cgo), const O_APPEND = 8
12651 pkg syscall (freebsd-386-cgo), const O_ASYNC = 64
12652 pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
12653 pkg syscall (freebsd-386-cgo), const O_CREAT = 512
12654 pkg syscall (freebsd-386-cgo), const O_DIRECT = 65536
12655 pkg syscall (freebsd-386-cgo), const O_DIRECTORY = 131072
12656 pkg syscall (freebsd-386-cgo), const O_EXCL = 2048
12657 pkg syscall (freebsd-386-cgo), const O_EXEC = 262144
12658 pkg syscall (freebsd-386-cgo), const O_EXLOCK = 32
12659 pkg syscall (freebsd-386-cgo), const O_FSYNC = 128
12660 pkg syscall (freebsd-386-cgo), const O_NDELAY = 4
12661 pkg syscall (freebsd-386-cgo), const O_NOCTTY = 32768
12662 pkg syscall (freebsd-386-cgo), const O_NOFOLLOW = 256
12663 pkg syscall (freebsd-386-cgo), const O_NONBLOCK = 4
12664 pkg syscall (freebsd-386-cgo), const O_SHLOCK = 16
12665 pkg syscall (freebsd-386-cgo), const O_SYNC = 128
12666 pkg syscall (freebsd-386-cgo), const O_TRUNC = 1024
12667 pkg syscall (freebsd-386-cgo), const O_TTY_INIT = 524288
12668 pkg syscall (freebsd-386-cgo), const PARENB = 4096
12669 pkg syscall (freebsd-386-cgo), const PARMRK = 8
12670 pkg syscall (freebsd-386-cgo), const PARODD = 8192
12671 pkg syscall (freebsd-386-cgo), const PENDIN = 536870912
12672 pkg syscall (freebsd-386-cgo), const PROT_EXEC = 4
12673 pkg syscall (freebsd-386-cgo), const PROT_NONE = 0
12674 pkg syscall (freebsd-386-cgo), const PROT_READ = 1
12675 pkg syscall (freebsd-386-cgo), const PROT_WRITE = 2
12676 pkg syscall (freebsd-386-cgo), const PTRACE_CONT = 7
12677 pkg syscall (freebsd-386-cgo), const PTRACE_KILL = 8
12678 pkg syscall (freebsd-386-cgo), const PTRACE_TRACEME = 0
12679 pkg syscall (freebsd-386-cgo), const RLIMIT_AS = 10
12680 pkg syscall (freebsd-386-cgo), const RLIMIT_CORE = 4
12681 pkg syscall (freebsd-386-cgo), const RLIMIT_CPU = 0
12682 pkg syscall (freebsd-386-cgo), const RLIMIT_DATA = 2
12683 pkg syscall (freebsd-386-cgo), const RLIMIT_FSIZE = 1
12684 pkg syscall (freebsd-386-cgo), const RLIMIT_NOFILE = 8
12685 pkg syscall (freebsd-386-cgo), const RLIMIT_STACK = 3
12686 pkg syscall (freebsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
12687 pkg syscall (freebsd-386-cgo), const RTAX_AUTHOR = 6
12688 pkg syscall (freebsd-386-cgo), const RTAX_BRD = 7
12689 pkg syscall (freebsd-386-cgo), const RTAX_DST = 0
12690 pkg syscall (freebsd-386-cgo), const RTAX_GATEWAY = 1
12691 pkg syscall (freebsd-386-cgo), const RTAX_GENMASK = 3
12692 pkg syscall (freebsd-386-cgo), const RTAX_IFA = 5
12693 pkg syscall (freebsd-386-cgo), const RTAX_IFP = 4
12694 pkg syscall (freebsd-386-cgo), const RTAX_MAX = 8
12695 pkg syscall (freebsd-386-cgo), const RTAX_NETMASK = 2
12696 pkg syscall (freebsd-386-cgo), const RTA_AUTHOR = 64
12697 pkg syscall (freebsd-386-cgo), const RTA_BRD = 128
12698 pkg syscall (freebsd-386-cgo), const RTA_DST = 1
12699 pkg syscall (freebsd-386-cgo), const RTA_GATEWAY = 2
12700 pkg syscall (freebsd-386-cgo), const RTA_GENMASK = 8
12701 pkg syscall (freebsd-386-cgo), const RTA_IFA = 32
12702 pkg syscall (freebsd-386-cgo), const RTA_IFP = 16
12703 pkg syscall (freebsd-386-cgo), const RTA_NETMASK = 4
12704 pkg syscall (freebsd-386-cgo), const RTF_BLACKHOLE = 4096
12705 pkg syscall (freebsd-386-cgo), const RTF_BROADCAST = 4194304
12706 pkg syscall (freebsd-386-cgo), const RTF_DONE = 64
12707 pkg syscall (freebsd-386-cgo), const RTF_DYNAMIC = 16
12708 pkg syscall (freebsd-386-cgo), const RTF_FMASK = 268752904
12709 pkg syscall (freebsd-386-cgo), const RTF_GATEWAY = 2
12710 pkg syscall (freebsd-386-cgo), const RTF_HOST = 4
12711 pkg syscall (freebsd-386-cgo), const RTF_LLDATA = 1024
12712 pkg syscall (freebsd-386-cgo), const RTF_LLINFO = 1024
12713 pkg syscall (freebsd-386-cgo), const RTF_LOCAL = 2097152
12714 pkg syscall (freebsd-386-cgo), const RTF_MODIFIED = 32
12715 pkg syscall (freebsd-386-cgo), const RTF_MULTICAST = 8388608
12716 pkg syscall (freebsd-386-cgo), const RTF_PINNED = 1048576
12717 pkg syscall (freebsd-386-cgo), const RTF_PRCLONING = 65536
12718 pkg syscall (freebsd-386-cgo), const RTF_PROTO1 = 32768
12719 pkg syscall (freebsd-386-cgo), const RTF_PROTO2 = 16384
12720 pkg syscall (freebsd-386-cgo), const RTF_PROTO3 = 262144
12721 pkg syscall (freebsd-386-cgo), const RTF_REJECT = 8
12722 pkg syscall (freebsd-386-cgo), const RTF_RNH_LOCKED = 1073741824
12723 pkg syscall (freebsd-386-cgo), const RTF_STATIC = 2048
12724 pkg syscall (freebsd-386-cgo), const RTF_STICKY = 268435456
12725 pkg syscall (freebsd-386-cgo), const RTF_UP = 1
12726 pkg syscall (freebsd-386-cgo), const RTF_XRESOLVE = 512
12727 pkg syscall (freebsd-386-cgo), const RTM_ADD = 1
12728 pkg syscall (freebsd-386-cgo), const RTM_CHANGE = 3
12729 pkg syscall (freebsd-386-cgo), const RTM_DELADDR = 13
12730 pkg syscall (freebsd-386-cgo), const RTM_DELETE = 2
12731 pkg syscall (freebsd-386-cgo), const RTM_DELMADDR = 16
12732 pkg syscall (freebsd-386-cgo), const RTM_GET = 4
12733 pkg syscall (freebsd-386-cgo), const RTM_IEEE80211 = 18
12734 pkg syscall (freebsd-386-cgo), const RTM_IFANNOUNCE = 17
12735 pkg syscall (freebsd-386-cgo), const RTM_IFINFO = 14
12736 pkg syscall (freebsd-386-cgo), const RTM_LOCK = 8
12737 pkg syscall (freebsd-386-cgo), const RTM_LOSING = 5
12738 pkg syscall (freebsd-386-cgo), const RTM_MISS = 7
12739 pkg syscall (freebsd-386-cgo), const RTM_NEWADDR = 12
12740 pkg syscall (freebsd-386-cgo), const RTM_NEWMADDR = 15
12741 pkg syscall (freebsd-386-cgo), const RTM_OLDADD = 9
12742 pkg syscall (freebsd-386-cgo), const RTM_OLDDEL = 10
12743 pkg syscall (freebsd-386-cgo), const RTM_REDIRECT = 6
12744 pkg syscall (freebsd-386-cgo), const RTM_RESOLVE = 11
12745 pkg syscall (freebsd-386-cgo), const RTM_RTTUNIT = 1000000
12746 pkg syscall (freebsd-386-cgo), const RTM_VERSION = 5
12747 pkg syscall (freebsd-386-cgo), const RTV_EXPIRE = 4
12748 pkg syscall (freebsd-386-cgo), const RTV_HOPCOUNT = 2
12749 pkg syscall (freebsd-386-cgo), const RTV_MTU = 1
12750 pkg syscall (freebsd-386-cgo), const RTV_RPIPE = 8
12751 pkg syscall (freebsd-386-cgo), const RTV_RTT = 64
12752 pkg syscall (freebsd-386-cgo), const RTV_RTTVAR = 128
12753 pkg syscall (freebsd-386-cgo), const RTV_SPIPE = 16
12754 pkg syscall (freebsd-386-cgo), const RTV_SSTHRESH = 32
12755 pkg syscall (freebsd-386-cgo), const RTV_WEIGHT = 256
12756 pkg syscall (freebsd-386-cgo), const RT_CACHING_CONTEXT = 1
12757 pkg syscall (freebsd-386-cgo), const RT_DEFAULT_FIB = 0
12758 pkg syscall (freebsd-386-cgo), const RUSAGE_CHILDREN = -1
12759 pkg syscall (freebsd-386-cgo), const RUSAGE_SELF = 0
12760 pkg syscall (freebsd-386-cgo), const RUSAGE_THREAD = 1
12761 pkg syscall (freebsd-386-cgo), const SCM_BINTIME = 4
12762 pkg syscall (freebsd-386-cgo), const SCM_CREDS = 3
12763 pkg syscall (freebsd-386-cgo), const SCM_RIGHTS = 1
12764 pkg syscall (freebsd-386-cgo), const SCM_TIMESTAMP = 2
12765 pkg syscall (freebsd-386-cgo), const SIGBUS = 10
12766 pkg syscall (freebsd-386-cgo), const SIGCHLD = 20
12767 pkg syscall (freebsd-386-cgo), const SIGCONT = 19
12768 pkg syscall (freebsd-386-cgo), const SIGEMT = 7
12769 pkg syscall (freebsd-386-cgo), const SIGINFO = 29
12770 pkg syscall (freebsd-386-cgo), const SIGIO = 23
12771 pkg syscall (freebsd-386-cgo), const SIGIOT = 6
12772 pkg syscall (freebsd-386-cgo), const SIGLWP = 32
12773 pkg syscall (freebsd-386-cgo), const SIGPROF = 27
12774 pkg syscall (freebsd-386-cgo), const SIGSTOP = 17
12775 pkg syscall (freebsd-386-cgo), const SIGSYS = 12
12776 pkg syscall (freebsd-386-cgo), const SIGTHR = 32
12777 pkg syscall (freebsd-386-cgo), const SIGTSTP = 18
12778 pkg syscall (freebsd-386-cgo), const SIGTTIN = 21
12779 pkg syscall (freebsd-386-cgo), const SIGTTOU = 22
12780 pkg syscall (freebsd-386-cgo), const SIGURG = 16
12781 pkg syscall (freebsd-386-cgo), const SIGUSR1 = 30
12782 pkg syscall (freebsd-386-cgo), const SIGUSR2 = 31
12783 pkg syscall (freebsd-386-cgo), const SIGVTALRM = 26
12784 pkg syscall (freebsd-386-cgo), const SIGWINCH = 28
12785 pkg syscall (freebsd-386-cgo), const SIGXCPU = 24
12786 pkg syscall (freebsd-386-cgo), const SIGXFSZ = 25
12787 pkg syscall (freebsd-386-cgo), const SIOCADDMULTI = 2149607729
12788 pkg syscall (freebsd-386-cgo), const SIOCADDRT = 2150658570
12789 pkg syscall (freebsd-386-cgo), const SIOCAIFADDR = 2151704858
12790 pkg syscall (freebsd-386-cgo), const SIOCAIFGROUP = 2149869959
12791 pkg syscall (freebsd-386-cgo), const SIOCALIFADDR = 2165860635
12792 pkg syscall (freebsd-386-cgo), const SIOCATMARK = 1074033415
12793 pkg syscall (freebsd-386-cgo), const SIOCDELMULTI = 2149607730
12794 pkg syscall (freebsd-386-cgo), const SIOCDELRT = 2150658571
12795 pkg syscall (freebsd-386-cgo), const SIOCDIFADDR = 2149607705
12796 pkg syscall (freebsd-386-cgo), const SIOCDIFGROUP = 2149869961
12797 pkg syscall (freebsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
12798 pkg syscall (freebsd-386-cgo), const SIOCDLIFADDR = 2165860637
12799 pkg syscall (freebsd-386-cgo), const SIOCGDRVSPEC = 3223087483
12800 pkg syscall (freebsd-386-cgo), const SIOCGETSGCNT = 3222565392
12801 pkg syscall (freebsd-386-cgo), const SIOCGETVIFCNT = 3222565391
12802 pkg syscall (freebsd-386-cgo), const SIOCGHIWAT = 1074033409
12803 pkg syscall (freebsd-386-cgo), const SIOCGIFADDR = 3223349537
12804 pkg syscall (freebsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
12805 pkg syscall (freebsd-386-cgo), const SIOCGIFCAP = 3223349535
12806 pkg syscall (freebsd-386-cgo), const SIOCGIFCONF = 3221776676
12807 pkg syscall (freebsd-386-cgo), const SIOCGIFDESCR = 3223349546
12808 pkg syscall (freebsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
12809 pkg syscall (freebsd-386-cgo), const SIOCGIFFIB = 3223349596
12810 pkg syscall (freebsd-386-cgo), const SIOCGIFFLAGS = 3223349521
12811 pkg syscall (freebsd-386-cgo), const SIOCGIFGENERIC = 3223349562
12812 pkg syscall (freebsd-386-cgo), const SIOCGIFGMEMB = 3223611786
12813 pkg syscall (freebsd-386-cgo), const SIOCGIFGROUP = 3223611784
12814 pkg syscall (freebsd-386-cgo), const SIOCGIFINDEX = 3223349536
12815 pkg syscall (freebsd-386-cgo), const SIOCGIFMAC = 3223349542
12816 pkg syscall (freebsd-386-cgo), const SIOCGIFMEDIA = 3223873848
12817 pkg syscall (freebsd-386-cgo), const SIOCGIFMETRIC = 3223349527
12818 pkg syscall (freebsd-386-cgo), const SIOCGIFMTU = 3223349555
12819 pkg syscall (freebsd-386-cgo), const SIOCGIFNETMASK = 3223349541
12820 pkg syscall (freebsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
12821 pkg syscall (freebsd-386-cgo), const SIOCGIFPHYS = 3223349557
12822 pkg syscall (freebsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
12823 pkg syscall (freebsd-386-cgo), const SIOCGIFSTATUS = 3274795323
12824 pkg syscall (freebsd-386-cgo), const SIOCGLIFADDR = 3239602460
12825 pkg syscall (freebsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
12826 pkg syscall (freebsd-386-cgo), const SIOCGLOWAT = 1074033411
12827 pkg syscall (freebsd-386-cgo), const SIOCGPGRP = 1074033417
12828 pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_0 = 3223349584
12829 pkg syscall (freebsd-386-cgo), const SIOCGPRIVATE_1 = 3223349585
12830 pkg syscall (freebsd-386-cgo), const SIOCIFCREATE = 3223349626
12831 pkg syscall (freebsd-386-cgo), const SIOCIFCREATE2 = 3223349628
12832 pkg syscall (freebsd-386-cgo), const SIOCIFDESTROY = 2149607801
12833 pkg syscall (freebsd-386-cgo), const SIOCIFGCLONERS = 3222038904
12834 pkg syscall (freebsd-386-cgo), const SIOCSDRVSPEC = 2149345659
12835 pkg syscall (freebsd-386-cgo), const SIOCSHIWAT = 2147775232
12836 pkg syscall (freebsd-386-cgo), const SIOCSIFADDR = 2149607692
12837 pkg syscall (freebsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
12838 pkg syscall (freebsd-386-cgo), const SIOCSIFCAP = 2149607710
12839 pkg syscall (freebsd-386-cgo), const SIOCSIFDESCR = 2149607721
12840 pkg syscall (freebsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
12841 pkg syscall (freebsd-386-cgo), const SIOCSIFFIB = 2149607773
12842 pkg syscall (freebsd-386-cgo), const SIOCSIFFLAGS = 2149607696
12843 pkg syscall (freebsd-386-cgo), const SIOCSIFGENERIC = 2149607737
12844 pkg syscall (freebsd-386-cgo), const SIOCSIFLLADDR = 2149607740
12845 pkg syscall (freebsd-386-cgo), const SIOCSIFMAC = 2149607719
12846 pkg syscall (freebsd-386-cgo), const SIOCSIFMEDIA = 3223349559
12847 pkg syscall (freebsd-386-cgo), const SIOCSIFMETRIC = 2149607704
12848 pkg syscall (freebsd-386-cgo), const SIOCSIFMTU = 2149607732
12849 pkg syscall (freebsd-386-cgo), const SIOCSIFNAME = 2149607720
12850 pkg syscall (freebsd-386-cgo), const SIOCSIFNETMASK = 2149607702
12851 pkg syscall (freebsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
12852 pkg syscall (freebsd-386-cgo), const SIOCSIFPHYS = 2149607734
12853 pkg syscall (freebsd-386-cgo), const SIOCSIFRVNET = 3223349595
12854 pkg syscall (freebsd-386-cgo), const SIOCSIFVNET = 3223349594
12855 pkg syscall (freebsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
12856 pkg syscall (freebsd-386-cgo), const SIOCSLOWAT = 2147775234
12857 pkg syscall (freebsd-386-cgo), const SIOCSPGRP = 2147775240
12858 pkg syscall (freebsd-386-cgo), const SOCK_MAXADDRLEN = 255
12859 pkg syscall (freebsd-386-cgo), const SOCK_RDM = 4
12860 pkg syscall (freebsd-386-cgo), const SOL_SOCKET = 65535
12861 pkg syscall (freebsd-386-cgo), const SOMAXCONN = 128
12862 pkg syscall (freebsd-386-cgo), const SO_ACCEPTCONN = 2
12863 pkg syscall (freebsd-386-cgo), const SO_ACCEPTFILTER = 4096
12864 pkg syscall (freebsd-386-cgo), const SO_BINTIME = 8192
12865 pkg syscall (freebsd-386-cgo), const SO_BROADCAST = 32
12866 pkg syscall (freebsd-386-cgo), const SO_DEBUG = 1
12867 pkg syscall (freebsd-386-cgo), const SO_DONTROUTE = 16
12868 pkg syscall (freebsd-386-cgo), const SO_ERROR = 4103
12869 pkg syscall (freebsd-386-cgo), const SO_KEEPALIVE = 8
12870 pkg syscall (freebsd-386-cgo), const SO_LABEL = 4105
12871 pkg syscall (freebsd-386-cgo), const SO_LINGER = 128
12872 pkg syscall (freebsd-386-cgo), const SO_LISTENINCQLEN = 4115
12873 pkg syscall (freebsd-386-cgo), const SO_LISTENQLEN = 4114
12874 pkg syscall (freebsd-386-cgo), const SO_LISTENQLIMIT = 4113
12875 pkg syscall (freebsd-386-cgo), const SO_NOSIGPIPE = 2048
12876 pkg syscall (freebsd-386-cgo), const SO_NO_DDP = 32768
12877 pkg syscall (freebsd-386-cgo), const SO_NO_OFFLOAD = 16384
12878 pkg syscall (freebsd-386-cgo), const SO_OOBINLINE = 256
12879 pkg syscall (freebsd-386-cgo), const SO_PEERLABEL = 4112
12880 pkg syscall (freebsd-386-cgo), const SO_PROTOCOL = 4118
12881 pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE = 4118
12882 pkg syscall (freebsd-386-cgo), const SO_RCVBUF = 4098
12883 pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT = 4100
12884 pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO = 4102
12885 pkg syscall (freebsd-386-cgo), const SO_REUSEADDR = 4
12886 pkg syscall (freebsd-386-cgo), const SO_REUSEPORT = 512
12887 pkg syscall (freebsd-386-cgo), const SO_SETFIB = 4116
12888 pkg syscall (freebsd-386-cgo), const SO_SNDBUF = 4097
12889 pkg syscall (freebsd-386-cgo), const SO_SNDLOWAT = 4099
12890 pkg syscall (freebsd-386-cgo), const SO_SNDTIMEO = 4101
12891 pkg syscall (freebsd-386-cgo), const SO_TIMESTAMP = 1024
12892 pkg syscall (freebsd-386-cgo), const SO_TYPE = 4104
12893 pkg syscall (freebsd-386-cgo), const SO_USELOOPBACK = 64
12894 pkg syscall (freebsd-386-cgo), const SO_USER_COOKIE = 4117
12895 pkg syscall (freebsd-386-cgo), const SYS_ABORT2 = 463
12896 pkg syscall (freebsd-386-cgo), const SYS_ACCEPT = 30
12897 pkg syscall (freebsd-386-cgo), const SYS_ACCESS = 33
12898 pkg syscall (freebsd-386-cgo), const SYS_ACCT = 51
12899 pkg syscall (freebsd-386-cgo), const SYS_ADJTIME = 140
12900 pkg syscall (freebsd-386-cgo), const SYS_AUDIT = 445
12901 pkg syscall (freebsd-386-cgo), const SYS_AUDITCTL = 453
12902 pkg syscall (freebsd-386-cgo), const SYS_AUDITON = 446
12903 pkg syscall (freebsd-386-cgo), const SYS_BIND = 104
12904 pkg syscall (freebsd-386-cgo), const SYS_CAP_ENTER = 516
12905 pkg syscall (freebsd-386-cgo), const SYS_CAP_GETMODE = 517
12906 pkg syscall (freebsd-386-cgo), const SYS_CAP_GETRIGHTS = 515
12907 pkg syscall (freebsd-386-cgo), const SYS_CAP_NEW = 514
12908 pkg syscall (freebsd-386-cgo), const SYS_CHDIR = 12
12909 pkg syscall (freebsd-386-cgo), const SYS_CHFLAGS = 34
12910 pkg syscall (freebsd-386-cgo), const SYS_CHMOD = 15
12911 pkg syscall (freebsd-386-cgo), const SYS_CHOWN = 16
12912 pkg syscall (freebsd-386-cgo), const SYS_CHROOT = 61
12913 pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
12914 pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETRES = 234
12915 pkg syscall (freebsd-386-cgo), const SYS_CLOCK_GETTIME = 232
12916 pkg syscall (freebsd-386-cgo), const SYS_CLOCK_SETTIME = 233
12917 pkg syscall (freebsd-386-cgo), const SYS_CLOSE = 6
12918 pkg syscall (freebsd-386-cgo), const SYS_CLOSEFROM = 509
12919 pkg syscall (freebsd-386-cgo), const SYS_CONNECT = 98
12920 pkg syscall (freebsd-386-cgo), const SYS_CPUSET = 484
12921 pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY = 487
12922 pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID = 486
12923 pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY = 488
12924 pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID = 485
12925 pkg syscall (freebsd-386-cgo), const SYS_DUP = 41
12926 pkg syscall (freebsd-386-cgo), const SYS_DUP2 = 90
12927 pkg syscall (freebsd-386-cgo), const SYS_EACCESS = 376
12928 pkg syscall (freebsd-386-cgo), const SYS_EXECVE = 59
12929 pkg syscall (freebsd-386-cgo), const SYS_EXIT = 1
12930 pkg syscall (freebsd-386-cgo), const SYS_EXTATTRCTL = 355
12931 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 373
12932 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 358
12933 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 414
12934 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FD = 372
12935 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_FILE = 357
12936 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_GET_LINK = 413
12937 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FD = 437
12938 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 438
12939 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 439
12940 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FD = 371
12941 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_FILE = 356
12942 pkg syscall (freebsd-386-cgo), const SYS_EXTATTR_SET_LINK = 412
12943 pkg syscall (freebsd-386-cgo), const SYS_FACCESSAT = 489
12944 pkg syscall (freebsd-386-cgo), const SYS_FCHDIR = 13
12945 pkg syscall (freebsd-386-cgo), const SYS_FCHFLAGS = 35
12946 pkg syscall (freebsd-386-cgo), const SYS_FCHMOD = 124
12947 pkg syscall (freebsd-386-cgo), const SYS_FCHMODAT = 490
12948 pkg syscall (freebsd-386-cgo), const SYS_FCHOWN = 123
12949 pkg syscall (freebsd-386-cgo), const SYS_FCHOWNAT = 491
12950 pkg syscall (freebsd-386-cgo), const SYS_FCNTL = 92
12951 pkg syscall (freebsd-386-cgo), const SYS_FEXECVE = 492
12952 pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
12953 pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
12954 pkg syscall (freebsd-386-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
12955 pkg syscall (freebsd-386-cgo), const SYS_FHOPEN = 298
12956 pkg syscall (freebsd-386-cgo), const SYS_FHSTAT = 299
12957 pkg syscall (freebsd-386-cgo), const SYS_FHSTATFS = 398
12958 pkg syscall (freebsd-386-cgo), const SYS_FLOCK = 131
12959 pkg syscall (freebsd-386-cgo), const SYS_FORK = 2
12960 pkg syscall (freebsd-386-cgo), const SYS_FPATHCONF = 192
12961 pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
12962 pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_LSEEK = 199
12963 pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_MMAP = 197
12964 pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PREAD = 173
12965 pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_PWRITE = 174
12966 pkg syscall (freebsd-386-cgo), const SYS_FREEBSD6_TRUNCATE = 200
12967 pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189
12968 pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
12969 pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397
12970 pkg syscall (freebsd-386-cgo), const SYS_FSYNC = 95
12971 pkg syscall (freebsd-386-cgo), const SYS_FTRUNCATE = 480
12972 pkg syscall (freebsd-386-cgo), const SYS_FUTIMES = 206
12973 pkg syscall (freebsd-386-cgo), const SYS_FUTIMESAT = 494
12974 pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT = 449
12975 pkg syscall (freebsd-386-cgo), const SYS_GETAUDIT_ADDR = 451
12976 pkg syscall (freebsd-386-cgo), const SYS_GETAUID = 447
12977 pkg syscall (freebsd-386-cgo), const SYS_GETCONTEXT = 421
12978 pkg syscall (freebsd-386-cgo), const SYS_GETDENTS = 272
12979 pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196
12980 pkg syscall (freebsd-386-cgo), const SYS_GETDTABLESIZE = 89
12981 pkg syscall (freebsd-386-cgo), const SYS_GETEGID = 43
12982 pkg syscall (freebsd-386-cgo), const SYS_GETEUID = 25
12983 pkg syscall (freebsd-386-cgo), const SYS_GETFH = 161
12984 pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395
12985 pkg syscall (freebsd-386-cgo), const SYS_GETGID = 47
12986 pkg syscall (freebsd-386-cgo), const SYS_GETGROUPS = 79
12987 pkg syscall (freebsd-386-cgo), const SYS_GETITIMER = 86
12988 pkg syscall (freebsd-386-cgo), const SYS_GETLOGIN = 49
12989 pkg syscall (freebsd-386-cgo), const SYS_GETLOGINCLASS = 523
12990 pkg syscall (freebsd-386-cgo), const SYS_GETPEERNAME = 31
12991 pkg syscall (freebsd-386-cgo), const SYS_GETPGID = 207
12992 pkg syscall (freebsd-386-cgo), const SYS_GETPGRP = 81
12993 pkg syscall (freebsd-386-cgo), const SYS_GETPID = 20
12994 pkg syscall (freebsd-386-cgo), const SYS_GETPPID = 39
12995 pkg syscall (freebsd-386-cgo), const SYS_GETPRIORITY = 100
12996 pkg syscall (freebsd-386-cgo), const SYS_GETRESGID = 361
12997 pkg syscall (freebsd-386-cgo), const SYS_GETRESUID = 360
12998 pkg syscall (freebsd-386-cgo), const SYS_GETRLIMIT = 194
12999 pkg syscall (freebsd-386-cgo), const SYS_GETRUSAGE = 117
13000 pkg syscall (freebsd-386-cgo), const SYS_GETSID = 310
13001 pkg syscall (freebsd-386-cgo), const SYS_GETSOCKNAME = 32
13002 pkg syscall (freebsd-386-cgo), const SYS_GETSOCKOPT = 118
13003 pkg syscall (freebsd-386-cgo), const SYS_GETTIMEOFDAY = 116
13004 pkg syscall (freebsd-386-cgo), const SYS_GETUID = 24
13005 pkg syscall (freebsd-386-cgo), const SYS_IOCTL = 54
13006 pkg syscall (freebsd-386-cgo), const SYS_ISSETUGID = 253
13007 pkg syscall (freebsd-386-cgo), const SYS_JAIL = 338
13008 pkg syscall (freebsd-386-cgo), const SYS_JAIL_ATTACH = 436
13009 pkg syscall (freebsd-386-cgo), const SYS_JAIL_GET = 506
13010 pkg syscall (freebsd-386-cgo), const SYS_JAIL_REMOVE = 508
13011 pkg syscall (freebsd-386-cgo), const SYS_JAIL_SET = 507
13012 pkg syscall (freebsd-386-cgo), const SYS_KENV = 390
13013 pkg syscall (freebsd-386-cgo), const SYS_KEVENT = 363
13014 pkg syscall (freebsd-386-cgo), const SYS_KILL = 37
13015 pkg syscall (freebsd-386-cgo), const SYS_KLDFIND = 306
13016 pkg syscall (freebsd-386-cgo), const SYS_KLDFIRSTMOD = 309
13017 pkg syscall (freebsd-386-cgo), const SYS_KLDLOAD = 304
13018 pkg syscall (freebsd-386-cgo), const SYS_KLDNEXT = 307
13019 pkg syscall (freebsd-386-cgo), const SYS_KLDSTAT = 308
13020 pkg syscall (freebsd-386-cgo), const SYS_KLDSYM = 337
13021 pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOAD = 305
13022 pkg syscall (freebsd-386-cgo), const SYS_KLDUNLOADF = 444
13023 pkg syscall (freebsd-386-cgo), const SYS_KQUEUE = 362
13024 pkg syscall (freebsd-386-cgo), const SYS_KTIMER_CREATE = 235
13025 pkg syscall (freebsd-386-cgo), const SYS_KTIMER_DELETE = 236
13026 pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETOVERRUN = 239
13027 pkg syscall (freebsd-386-cgo), const SYS_KTIMER_GETTIME = 238
13028 pkg syscall (freebsd-386-cgo), const SYS_KTIMER_SETTIME = 237
13029 pkg syscall (freebsd-386-cgo), const SYS_KTRACE = 45
13030 pkg syscall (freebsd-386-cgo), const SYS_LCHFLAGS = 391
13031 pkg syscall (freebsd-386-cgo), const SYS_LCHMOD = 274
13032 pkg syscall (freebsd-386-cgo), const SYS_LCHOWN = 254
13033 pkg syscall (freebsd-386-cgo), const SYS_LGETFH = 160
13034 pkg syscall (freebsd-386-cgo), const SYS_LINK = 9
13035 pkg syscall (freebsd-386-cgo), const SYS_LINKAT = 495
13036 pkg syscall (freebsd-386-cgo), const SYS_LISTEN = 106
13037 pkg syscall (freebsd-386-cgo), const SYS_LPATHCONF = 513
13038 pkg syscall (freebsd-386-cgo), const SYS_LSEEK = 478
13039 pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190
13040 pkg syscall (freebsd-386-cgo), const SYS_LUTIMES = 276
13041 pkg syscall (freebsd-386-cgo), const SYS_MAC_SYSCALL = 394
13042 pkg syscall (freebsd-386-cgo), const SYS_MADVISE = 75
13043 pkg syscall (freebsd-386-cgo), const SYS_MINCORE = 78
13044 pkg syscall (freebsd-386-cgo), const SYS_MINHERIT = 250
13045 pkg syscall (freebsd-386-cgo), const SYS_MKDIR = 136
13046 pkg syscall (freebsd-386-cgo), const SYS_MKDIRAT = 496
13047 pkg syscall (freebsd-386-cgo), const SYS_MKFIFO = 132
13048 pkg syscall (freebsd-386-cgo), const SYS_MKFIFOAT = 497
13049 pkg syscall (freebsd-386-cgo), const SYS_MKNOD = 14
13050 pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
13051 pkg syscall (freebsd-386-cgo), const SYS_MLOCK = 203
13052 pkg syscall (freebsd-386-cgo), const SYS_MLOCKALL = 324
13053 pkg syscall (freebsd-386-cgo), const SYS_MMAP = 477
13054 pkg syscall (freebsd-386-cgo), const SYS_MODFIND = 303
13055 pkg syscall (freebsd-386-cgo), const SYS_MODFNEXT = 302
13056 pkg syscall (freebsd-386-cgo), const SYS_MODNEXT = 300
13057 pkg syscall (freebsd-386-cgo), const SYS_MODSTAT = 301
13058 pkg syscall (freebsd-386-cgo), const SYS_MOUNT = 21
13059 pkg syscall (freebsd-386-cgo), const SYS_MPROTECT = 74
13060 pkg syscall (freebsd-386-cgo), const SYS_MSYNC = 65
13061 pkg syscall (freebsd-386-cgo), const SYS_MUNLOCK = 204
13062 pkg syscall (freebsd-386-cgo), const SYS_MUNLOCKALL = 325
13063 pkg syscall (freebsd-386-cgo), const SYS_MUNMAP = 73
13064 pkg syscall (freebsd-386-cgo), const SYS_NANOSLEEP = 240
13065 pkg syscall (freebsd-386-cgo), const SYS_NFSTAT = 279
13066 pkg syscall (freebsd-386-cgo), const SYS_NLSTAT = 280
13067 pkg syscall (freebsd-386-cgo), const SYS_NMOUNT = 378
13068 pkg syscall (freebsd-386-cgo), const SYS_NSTAT = 278
13069 pkg syscall (freebsd-386-cgo), const SYS_NTP_ADJTIME = 176
13070 pkg syscall (freebsd-386-cgo), const SYS_NTP_GETTIME = 248
13071 pkg syscall (freebsd-386-cgo), const SYS_OBREAK = 17
13072 pkg syscall (freebsd-386-cgo), const SYS_OPEN = 5
13073 pkg syscall (freebsd-386-cgo), const SYS_OPENAT = 499
13074 pkg syscall (freebsd-386-cgo), const SYS_OPENBSD_POLL = 252
13075 pkg syscall (freebsd-386-cgo), const SYS_OVADVISE = 72
13076 pkg syscall (freebsd-386-cgo), const SYS_PATHCONF = 191
13077 pkg syscall (freebsd-386-cgo), const SYS_PDFORK = 518
13078 pkg syscall (freebsd-386-cgo), const SYS_PDGETPID = 520
13079 pkg syscall (freebsd-386-cgo), const SYS_PDKILL = 519
13080 pkg syscall (freebsd-386-cgo), const SYS_PIPE = 42
13081 pkg syscall (freebsd-386-cgo), const SYS_POLL = 209
13082 pkg syscall (freebsd-386-cgo), const SYS_POSIX_FADVISE = 531
13083 pkg syscall (freebsd-386-cgo), const SYS_POSIX_FALLOCATE = 530
13084 pkg syscall (freebsd-386-cgo), const SYS_POSIX_OPENPT = 504
13085 pkg syscall (freebsd-386-cgo), const SYS_PREAD = 475
13086 pkg syscall (freebsd-386-cgo), const SYS_PREADV = 289
13087 pkg syscall (freebsd-386-cgo), const SYS_PROFIL = 44
13088 pkg syscall (freebsd-386-cgo), const SYS_PSELECT = 522
13089 pkg syscall (freebsd-386-cgo), const SYS_PTRACE = 26
13090 pkg syscall (freebsd-386-cgo), const SYS_PWRITE = 476
13091 pkg syscall (freebsd-386-cgo), const SYS_PWRITEV = 290
13092 pkg syscall (freebsd-386-cgo), const SYS_QUOTACTL = 148
13093 pkg syscall (freebsd-386-cgo), const SYS_RCTL_ADD_RULE = 528
13094 pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_LIMITS = 527
13095 pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RACCT = 525
13096 pkg syscall (freebsd-386-cgo), const SYS_RCTL_GET_RULES = 526
13097 pkg syscall (freebsd-386-cgo), const SYS_RCTL_REMOVE_RULE = 529
13098 pkg syscall (freebsd-386-cgo), const SYS_READ = 3
13099 pkg syscall (freebsd-386-cgo), const SYS_READLINK = 58
13100 pkg syscall (freebsd-386-cgo), const SYS_READLINKAT = 500
13101 pkg syscall (freebsd-386-cgo), const SYS_READV = 120
13102 pkg syscall (freebsd-386-cgo), const SYS_REBOOT = 55
13103 pkg syscall (freebsd-386-cgo), const SYS_RECVFROM = 29
13104 pkg syscall (freebsd-386-cgo), const SYS_RECVMSG = 27
13105 pkg syscall (freebsd-386-cgo), const SYS_RENAME = 128
13106 pkg syscall (freebsd-386-cgo), const SYS_RENAMEAT = 501
13107 pkg syscall (freebsd-386-cgo), const SYS_REVOKE = 56
13108 pkg syscall (freebsd-386-cgo), const SYS_RFORK = 251
13109 pkg syscall (freebsd-386-cgo), const SYS_RMDIR = 137
13110 pkg syscall (freebsd-386-cgo), const SYS_RTPRIO = 166
13111 pkg syscall (freebsd-386-cgo), const SYS_RTPRIO_THREAD = 466
13112 pkg syscall (freebsd-386-cgo), const SYS_SBRK = 69
13113 pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETPARAM = 328
13114 pkg syscall (freebsd-386-cgo), const SYS_SCHED_GETSCHEDULER = 330
13115 pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
13116 pkg syscall (freebsd-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
13117 pkg syscall (freebsd-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
13118 pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETPARAM = 327
13119 pkg syscall (freebsd-386-cgo), const SYS_SCHED_SETSCHEDULER = 329
13120 pkg syscall (freebsd-386-cgo), const SYS_SCHED_YIELD = 331
13121 pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
13122 pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
13123 pkg syscall (freebsd-386-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
13124 pkg syscall (freebsd-386-cgo), const SYS_SCTP_PEELOFF = 471
13125 pkg syscall (freebsd-386-cgo), const SYS_SELECT = 93
13126 pkg syscall (freebsd-386-cgo), const SYS_SENDFILE = 393
13127 pkg syscall (freebsd-386-cgo), const SYS_SENDMSG = 28
13128 pkg syscall (freebsd-386-cgo), const SYS_SENDTO = 133
13129 pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT = 450
13130 pkg syscall (freebsd-386-cgo), const SYS_SETAUDIT_ADDR = 452
13131 pkg syscall (freebsd-386-cgo), const SYS_SETAUID = 448
13132 pkg syscall (freebsd-386-cgo), const SYS_SETCONTEXT = 422
13133 pkg syscall (freebsd-386-cgo), const SYS_SETEGID = 182
13134 pkg syscall (freebsd-386-cgo), const SYS_SETEUID = 183
13135 pkg syscall (freebsd-386-cgo), const SYS_SETFIB = 175
13136 pkg syscall (freebsd-386-cgo), const SYS_SETGID = 181
13137 pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS = 80
13138 pkg syscall (freebsd-386-cgo), const SYS_SETITIMER = 83
13139 pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN = 50
13140 pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS = 524
13141 pkg syscall (freebsd-386-cgo), const SYS_SETPGID = 82
13142 pkg syscall (freebsd-386-cgo), const SYS_SETPRIORITY = 96
13143 pkg syscall (freebsd-386-cgo), const SYS_SETREGID = 127
13144 pkg syscall (freebsd-386-cgo), const SYS_SETRESGID = 312
13145 pkg syscall (freebsd-386-cgo), const SYS_SETRESUID = 311
13146 pkg syscall (freebsd-386-cgo), const SYS_SETREUID = 126
13147 pkg syscall (freebsd-386-cgo), const SYS_SETRLIMIT = 195
13148 pkg syscall (freebsd-386-cgo), const SYS_SETSID = 147
13149 pkg syscall (freebsd-386-cgo), const SYS_SETSOCKOPT = 105
13150 pkg syscall (freebsd-386-cgo), const SYS_SETTIMEOFDAY = 122
13151 pkg syscall (freebsd-386-cgo), const SYS_SETUID = 23
13152 pkg syscall (freebsd-386-cgo), const SYS_SHM_OPEN = 482
13153 pkg syscall (freebsd-386-cgo), const SYS_SHM_UNLINK = 483
13154 pkg syscall (freebsd-386-cgo), const SYS_SHUTDOWN = 134
13155 pkg syscall (freebsd-386-cgo), const SYS_SIGACTION = 416
13156 pkg syscall (freebsd-386-cgo), const SYS_SIGALTSTACK = 53
13157 pkg syscall (freebsd-386-cgo), const SYS_SIGPENDING = 343
13158 pkg syscall (freebsd-386-cgo), const SYS_SIGPROCMASK = 340
13159 pkg syscall (freebsd-386-cgo), const SYS_SIGQUEUE = 456
13160 pkg syscall (freebsd-386-cgo), const SYS_SIGRETURN = 417
13161 pkg syscall (freebsd-386-cgo), const SYS_SIGSUSPEND = 341
13162 pkg syscall (freebsd-386-cgo), const SYS_SIGTIMEDWAIT = 345
13163 pkg syscall (freebsd-386-cgo), const SYS_SIGWAIT = 429
13164 pkg syscall (freebsd-386-cgo), const SYS_SIGWAITINFO = 346
13165 pkg syscall (freebsd-386-cgo), const SYS_SOCKET = 97
13166 pkg syscall (freebsd-386-cgo), const SYS_SOCKETPAIR = 135
13167 pkg syscall (freebsd-386-cgo), const SYS_SSTK = 70
13168 pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
13169 pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
13170 pkg syscall (freebsd-386-cgo), const SYS_SWAPCONTEXT = 423
13171 pkg syscall (freebsd-386-cgo), const SYS_SWAPOFF = 424
13172 pkg syscall (freebsd-386-cgo), const SYS_SWAPON = 85
13173 pkg syscall (freebsd-386-cgo), const SYS_SYMLINK = 57
13174 pkg syscall (freebsd-386-cgo), const SYS_SYMLINKAT = 502
13175 pkg syscall (freebsd-386-cgo), const SYS_SYNC = 36
13176 pkg syscall (freebsd-386-cgo), const SYS_SYSARCH = 165
13177 pkg syscall (freebsd-386-cgo), const SYS_THR_CREATE = 430
13178 pkg syscall (freebsd-386-cgo), const SYS_THR_EXIT = 431
13179 pkg syscall (freebsd-386-cgo), const SYS_THR_KILL = 433
13180 pkg syscall (freebsd-386-cgo), const SYS_THR_KILL2 = 481
13181 pkg syscall (freebsd-386-cgo), const SYS_THR_NEW = 455
13182 pkg syscall (freebsd-386-cgo), const SYS_THR_SELF = 432
13183 pkg syscall (freebsd-386-cgo), const SYS_THR_SET_NAME = 464
13184 pkg syscall (freebsd-386-cgo), const SYS_THR_SUSPEND = 442
13185 pkg syscall (freebsd-386-cgo), const SYS_THR_WAKE = 443
13186 pkg syscall (freebsd-386-cgo), const SYS_TRUNCATE = 479
13187 pkg syscall (freebsd-386-cgo), const SYS_UMASK = 60
13188 pkg syscall (freebsd-386-cgo), const SYS_UNDELETE = 205
13189 pkg syscall (freebsd-386-cgo), const SYS_UNLINK = 10
13190 pkg syscall (freebsd-386-cgo), const SYS_UNLINKAT = 503
13191 pkg syscall (freebsd-386-cgo), const SYS_UNMOUNT = 22
13192 pkg syscall (freebsd-386-cgo), const SYS_UTIMES = 138
13193 pkg syscall (freebsd-386-cgo), const SYS_UTRACE = 335
13194 pkg syscall (freebsd-386-cgo), const SYS_UUIDGEN = 392
13195 pkg syscall (freebsd-386-cgo), const SYS_VFORK = 66
13196 pkg syscall (freebsd-386-cgo), const SYS_WAIT4 = 7
13197 pkg syscall (freebsd-386-cgo), const SYS_WAIT6 = 532
13198 pkg syscall (freebsd-386-cgo), const SYS_WRITE = 4
13199 pkg syscall (freebsd-386-cgo), const SYS_WRITEV = 121
13200 pkg syscall (freebsd-386-cgo), const SYS_YIELD = 321
13201 pkg syscall (freebsd-386-cgo), const SYS__UMTX_LOCK = 434
13202 pkg syscall (freebsd-386-cgo), const SYS__UMTX_OP = 454
13203 pkg syscall (freebsd-386-cgo), const SYS__UMTX_UNLOCK = 435
13204 pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FD = 354
13205 pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_FILE = 353
13206 pkg syscall (freebsd-386-cgo), const SYS___ACL_ACLCHECK_LINK = 428
13207 pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FD = 352
13208 pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_FILE = 351
13209 pkg syscall (freebsd-386-cgo), const SYS___ACL_DELETE_LINK = 427
13210 pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FD = 349
13211 pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_FILE = 347
13212 pkg syscall (freebsd-386-cgo), const SYS___ACL_GET_LINK = 425
13213 pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FD = 350
13214 pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_FILE = 348
13215 pkg syscall (freebsd-386-cgo), const SYS___ACL_SET_LINK = 426
13216 pkg syscall (freebsd-386-cgo), const SYS___GETCWD = 326
13217 pkg syscall (freebsd-386-cgo), const SYS___MAC_EXECVE = 415
13218 pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FD = 386
13219 pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_FILE = 387
13220 pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_LINK = 410
13221 pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PID = 409
13222 pkg syscall (freebsd-386-cgo), const SYS___MAC_GET_PROC = 384
13223 pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FD = 388
13224 pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_FILE = 389
13225 pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_LINK = 411
13226 pkg syscall (freebsd-386-cgo), const SYS___MAC_SET_PROC = 385
13227 pkg syscall (freebsd-386-cgo), const SYS___SETUGID = 374
13228 pkg syscall (freebsd-386-cgo), const SYS___SYSCTL = 202
13229 pkg syscall (freebsd-386-cgo), const S_IFMT = 61440
13230 pkg syscall (freebsd-386-cgo), const SizeofBpfHdr = 20
13231 pkg syscall (freebsd-386-cgo), const SizeofBpfInsn = 8
13232 pkg syscall (freebsd-386-cgo), const SizeofBpfProgram = 8
13233 pkg syscall (freebsd-386-cgo), const SizeofBpfStat = 8
13234 pkg syscall (freebsd-386-cgo), const SizeofBpfVersion = 4
13235 pkg syscall (freebsd-386-cgo), const SizeofBpfZbuf = 12
13236 pkg syscall (freebsd-386-cgo), const SizeofBpfZbufHeader = 32
13237 pkg syscall (freebsd-386-cgo), const SizeofCmsghdr = 12
13238 pkg syscall (freebsd-386-cgo), const SizeofIPMreq = 8
13239 pkg syscall (freebsd-386-cgo), const SizeofIPMreqn = 12
13240 pkg syscall (freebsd-386-cgo), const SizeofIPv6Mreq = 20
13241 pkg syscall (freebsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
13242 pkg syscall (freebsd-386-cgo), const SizeofIfData = 80
13243 pkg syscall (freebsd-386-cgo), const SizeofIfMsghdr = 96
13244 pkg syscall (freebsd-386-cgo), const SizeofIfaMsghdr = 20
13245 pkg syscall (freebsd-386-cgo), const SizeofIfmaMsghdr = 16
13246 pkg syscall (freebsd-386-cgo), const SizeofInet6Pktinfo = 20
13247 pkg syscall (freebsd-386-cgo), const SizeofLinger = 8
13248 pkg syscall (freebsd-386-cgo), const SizeofMsghdr = 28
13249 pkg syscall (freebsd-386-cgo), const SizeofRtMetrics = 56
13250 pkg syscall (freebsd-386-cgo), const SizeofRtMsghdr = 92
13251 pkg syscall (freebsd-386-cgo), const SizeofSockaddrAny = 108
13252 pkg syscall (freebsd-386-cgo), const SizeofSockaddrDatalink = 54
13253 pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet4 = 16
13254 pkg syscall (freebsd-386-cgo), const SizeofSockaddrInet6 = 28
13255 pkg syscall (freebsd-386-cgo), const SizeofSockaddrUnix = 106
13256 pkg syscall (freebsd-386-cgo), const TCIFLUSH = 1
13257 pkg syscall (freebsd-386-cgo), const TCIOFLUSH = 3
13258 pkg syscall (freebsd-386-cgo), const TCOFLUSH = 2
13259 pkg syscall (freebsd-386-cgo), const TCP_CA_NAME_MAX = 16
13260 pkg syscall (freebsd-386-cgo), const TCP_CONGESTION = 64
13261 pkg syscall (freebsd-386-cgo), const TCP_INFO = 32
13262 pkg syscall (freebsd-386-cgo), const TCP_KEEPCNT = 1024
13263 pkg syscall (freebsd-386-cgo), const TCP_KEEPIDLE = 256
13264 pkg syscall (freebsd-386-cgo), const TCP_KEEPINIT = 128
13265 pkg syscall (freebsd-386-cgo), const TCP_KEEPINTVL = 512
13266 pkg syscall (freebsd-386-cgo), const TCP_MAXBURST = 4
13267 pkg syscall (freebsd-386-cgo), const TCP_MAXHLEN = 60
13268 pkg syscall (freebsd-386-cgo), const TCP_MAXOLEN = 40
13269 pkg syscall (freebsd-386-cgo), const TCP_MAXSEG = 2
13270 pkg syscall (freebsd-386-cgo), const TCP_MAXWIN = 65535
13271 pkg syscall (freebsd-386-cgo), const TCP_MAX_SACK = 4
13272 pkg syscall (freebsd-386-cgo), const TCP_MAX_WINSHIFT = 14
13273 pkg syscall (freebsd-386-cgo), const TCP_MD5SIG = 16
13274 pkg syscall (freebsd-386-cgo), const TCP_MINMSS = 216
13275 pkg syscall (freebsd-386-cgo), const TCP_MSS = 536
13276 pkg syscall (freebsd-386-cgo), const TCP_NOOPT = 8
13277 pkg syscall (freebsd-386-cgo), const TCP_NOPUSH = 4
13278 pkg syscall (freebsd-386-cgo), const TCSAFLUSH = 2
13279 pkg syscall (freebsd-386-cgo), const TIOCCBRK = 536900730
13280 pkg syscall (freebsd-386-cgo), const TIOCCDTR = 536900728
13281 pkg syscall (freebsd-386-cgo), const TIOCCONS = 2147775586
13282 pkg syscall (freebsd-386-cgo), const TIOCDRAIN = 536900702
13283 pkg syscall (freebsd-386-cgo), const TIOCEXCL = 536900621
13284 pkg syscall (freebsd-386-cgo), const TIOCEXT = 2147775584
13285 pkg syscall (freebsd-386-cgo), const TIOCFLUSH = 2147775504
13286 pkg syscall (freebsd-386-cgo), const TIOCGDRAINWAIT = 1074033750
13287 pkg syscall (freebsd-386-cgo), const TIOCGETA = 1076655123
13288 pkg syscall (freebsd-386-cgo), const TIOCGETD = 1074033690
13289 pkg syscall (freebsd-386-cgo), const TIOCGPGRP = 1074033783
13290 pkg syscall (freebsd-386-cgo), const TIOCGPTN = 1074033679
13291 pkg syscall (freebsd-386-cgo), const TIOCGSID = 1074033763
13292 pkg syscall (freebsd-386-cgo), const TIOCGWINSZ = 1074295912
13293 pkg syscall (freebsd-386-cgo), const TIOCMBIC = 2147775595
13294 pkg syscall (freebsd-386-cgo), const TIOCMBIS = 2147775596
13295 pkg syscall (freebsd-386-cgo), const TIOCMGDTRWAIT = 1074033754
13296 pkg syscall (freebsd-386-cgo), const TIOCMGET = 1074033770
13297 pkg syscall (freebsd-386-cgo), const TIOCMSDTRWAIT = 2147775579
13298 pkg syscall (freebsd-386-cgo), const TIOCMSET = 2147775597
13299 pkg syscall (freebsd-386-cgo), const TIOCM_CAR = 64
13300 pkg syscall (freebsd-386-cgo), const TIOCM_CD = 64
13301 pkg syscall (freebsd-386-cgo), const TIOCM_CTS = 32
13302 pkg syscall (freebsd-386-cgo), const TIOCM_DCD = 64
13303 pkg syscall (freebsd-386-cgo), const TIOCM_DSR = 256
13304 pkg syscall (freebsd-386-cgo), const TIOCM_DTR = 2
13305 pkg syscall (freebsd-386-cgo), const TIOCM_LE = 1
13306 pkg syscall (freebsd-386-cgo), const TIOCM_RI = 128
13307 pkg syscall (freebsd-386-cgo), const TIOCM_RNG = 128
13308 pkg syscall (freebsd-386-cgo), const TIOCM_RTS = 4
13309 pkg syscall (freebsd-386-cgo), const TIOCM_SR = 16
13310 pkg syscall (freebsd-386-cgo), const TIOCM_ST = 8
13311 pkg syscall (freebsd-386-cgo), const TIOCNOTTY = 536900721
13312 pkg syscall (freebsd-386-cgo), const TIOCNXCL = 536900622
13313 pkg syscall (freebsd-386-cgo), const TIOCOUTQ = 1074033779
13314 pkg syscall (freebsd-386-cgo), const TIOCPKT = 2147775600
13315 pkg syscall (freebsd-386-cgo), const TIOCPKT_DATA = 0
13316 pkg syscall (freebsd-386-cgo), const TIOCPKT_DOSTOP = 32
13317 pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
13318 pkg syscall (freebsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
13319 pkg syscall (freebsd-386-cgo), const TIOCPKT_IOCTL = 64
13320 pkg syscall (freebsd-386-cgo), const TIOCPKT_NOSTOP = 16
13321 pkg syscall (freebsd-386-cgo), const TIOCPKT_START = 8
13322 pkg syscall (freebsd-386-cgo), const TIOCPKT_STOP = 4
13323 pkg syscall (freebsd-386-cgo), const TIOCPTMASTER = 536900636
13324 pkg syscall (freebsd-386-cgo), const TIOCSBRK = 536900731
13325 pkg syscall (freebsd-386-cgo), const TIOCSCTTY = 536900705
13326 pkg syscall (freebsd-386-cgo), const TIOCSDRAINWAIT = 2147775575
13327 pkg syscall (freebsd-386-cgo), const TIOCSDTR = 536900729
13328 pkg syscall (freebsd-386-cgo), const TIOCSETA = 2150396948
13329 pkg syscall (freebsd-386-cgo), const TIOCSETAF = 2150396950
13330 pkg syscall (freebsd-386-cgo), const TIOCSETAW = 2150396949
13331 pkg syscall (freebsd-386-cgo), const TIOCSETD = 2147775515
13332 pkg syscall (freebsd-386-cgo), const TIOCSIG = 537162847
13333 pkg syscall (freebsd-386-cgo), const TIOCSPGRP = 2147775606
13334 pkg syscall (freebsd-386-cgo), const TIOCSTART = 536900718
13335 pkg syscall (freebsd-386-cgo), const TIOCSTAT = 536900709
13336 pkg syscall (freebsd-386-cgo), const TIOCSTI = 2147578994
13337 pkg syscall (freebsd-386-cgo), const TIOCSTOP = 536900719
13338 pkg syscall (freebsd-386-cgo), const TIOCSWINSZ = 2148037735
13339 pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP = 1074295897
13340 pkg syscall (freebsd-386-cgo), const TIOCUCNTL = 2147775590
13341 pkg syscall (freebsd-386-cgo), const TOSTOP = 4194304
13342 pkg syscall (freebsd-386-cgo), const VDISCARD = 15
13343 pkg syscall (freebsd-386-cgo), const VDSUSP = 11
13344 pkg syscall (freebsd-386-cgo), const VEOF = 0
13345 pkg syscall (freebsd-386-cgo), const VEOL = 1
13346 pkg syscall (freebsd-386-cgo), const VEOL2 = 2
13347 pkg syscall (freebsd-386-cgo), const VERASE = 3
13348 pkg syscall (freebsd-386-cgo), const VERASE2 = 7
13349 pkg syscall (freebsd-386-cgo), const VINTR = 8
13350 pkg syscall (freebsd-386-cgo), const VKILL = 5
13351 pkg syscall (freebsd-386-cgo), const VLNEXT = 14
13352 pkg syscall (freebsd-386-cgo), const VMIN = 16
13353 pkg syscall (freebsd-386-cgo), const VQUIT = 9
13354 pkg syscall (freebsd-386-cgo), const VREPRINT = 6
13355 pkg syscall (freebsd-386-cgo), const VSTART = 12
13356 pkg syscall (freebsd-386-cgo), const VSTATUS = 18
13357 pkg syscall (freebsd-386-cgo), const VSTOP = 13
13358 pkg syscall (freebsd-386-cgo), const VSUSP = 10
13359 pkg syscall (freebsd-386-cgo), const VTIME = 17
13360 pkg syscall (freebsd-386-cgo), const VWERASE = 4
13361 pkg syscall (freebsd-386-cgo), const WCONTINUED = 4
13362 pkg syscall (freebsd-386-cgo), const WCOREFLAG = 128
13363 pkg syscall (freebsd-386-cgo), const WLINUXCLONE = 2147483648
13364 pkg syscall (freebsd-386-cgo), const WNOHANG = 1
13365 pkg syscall (freebsd-386-cgo), const WNOWAIT = 8
13366 pkg syscall (freebsd-386-cgo), const WSTOPPED = 2
13367 pkg syscall (freebsd-386-cgo), const WUNTRACED = 2
13368 pkg syscall (freebsd-amd64), const AF_APPLETALK = 16
13369 pkg syscall (freebsd-amd64), const AF_ARP = 35
13370 pkg syscall (freebsd-amd64), const AF_ATM = 30
13371 pkg syscall (freebsd-amd64), const AF_BLUETOOTH = 36
13372 pkg syscall (freebsd-amd64), const AF_CCITT = 10
13373 pkg syscall (freebsd-amd64), const AF_CHAOS = 5
13374 pkg syscall (freebsd-amd64), const AF_CNT = 21
13375 pkg syscall (freebsd-amd64), const AF_COIP = 20
13376 pkg syscall (freebsd-amd64), const AF_DATAKIT = 9
13377 pkg syscall (freebsd-amd64), const AF_DECnet = 12
13378 pkg syscall (freebsd-amd64), const AF_DLI = 13
13379 pkg syscall (freebsd-amd64), const AF_E164 = 26
13380 pkg syscall (freebsd-amd64), const AF_ECMA = 8
13381 pkg syscall (freebsd-amd64), const AF_HYLINK = 15
13382 pkg syscall (freebsd-amd64), const AF_IEEE80211 = 37
13383 pkg syscall (freebsd-amd64), const AF_IMPLINK = 3
13384 pkg syscall (freebsd-amd64), const AF_INET6 = 28
13385 pkg syscall (freebsd-amd64), const AF_IPX = 23
13386 pkg syscall (freebsd-amd64), const AF_ISDN = 26
13387 pkg syscall (freebsd-amd64), const AF_ISO = 7
13388 pkg syscall (freebsd-amd64), const AF_LAT = 14
13389 pkg syscall (freebsd-amd64), const AF_LINK = 18
13390 pkg syscall (freebsd-amd64), const AF_LOCAL = 1
13391 pkg syscall (freebsd-amd64), const AF_MAX = 38
13392 pkg syscall (freebsd-amd64), const AF_NATM = 29
13393 pkg syscall (freebsd-amd64), const AF_NETBIOS = 6
13394 pkg syscall (freebsd-amd64), const AF_NETGRAPH = 32
13395 pkg syscall (freebsd-amd64), const AF_OSI = 7
13396 pkg syscall (freebsd-amd64), const AF_PUP = 4
13397 pkg syscall (freebsd-amd64), const AF_ROUTE = 17
13398 pkg syscall (freebsd-amd64), const AF_SCLUSTER = 34
13399 pkg syscall (freebsd-amd64), const AF_SIP = 24
13400 pkg syscall (freebsd-amd64), const AF_SLOW = 33
13401 pkg syscall (freebsd-amd64), const AF_SNA = 11
13402 pkg syscall (freebsd-amd64), const AF_VENDOR00 = 39
13403 pkg syscall (freebsd-amd64), const AF_VENDOR01 = 41
13404 pkg syscall (freebsd-amd64), const AF_VENDOR02 = 43
13405 pkg syscall (freebsd-amd64), const AF_VENDOR03 = 45
13406 pkg syscall (freebsd-amd64), const AF_VENDOR04 = 47
13407 pkg syscall (freebsd-amd64), const AF_VENDOR05 = 49
13408 pkg syscall (freebsd-amd64), const AF_VENDOR06 = 51
13409 pkg syscall (freebsd-amd64), const AF_VENDOR07 = 53
13410 pkg syscall (freebsd-amd64), const AF_VENDOR08 = 55
13411 pkg syscall (freebsd-amd64), const AF_VENDOR09 = 57
13412 pkg syscall (freebsd-amd64), const AF_VENDOR10 = 59
13413 pkg syscall (freebsd-amd64), const AF_VENDOR11 = 61
13414 pkg syscall (freebsd-amd64), const AF_VENDOR12 = 63
13415 pkg syscall (freebsd-amd64), const AF_VENDOR13 = 65
13416 pkg syscall (freebsd-amd64), const AF_VENDOR14 = 67
13417 pkg syscall (freebsd-amd64), const AF_VENDOR15 = 69
13418 pkg syscall (freebsd-amd64), const AF_VENDOR16 = 71
13419 pkg syscall (freebsd-amd64), const AF_VENDOR17 = 73
13420 pkg syscall (freebsd-amd64), const AF_VENDOR18 = 75
13421 pkg syscall (freebsd-amd64), const AF_VENDOR19 = 77
13422 pkg syscall (freebsd-amd64), const AF_VENDOR20 = 79
13423 pkg syscall (freebsd-amd64), const AF_VENDOR21 = 81
13424 pkg syscall (freebsd-amd64), const AF_VENDOR22 = 83
13425 pkg syscall (freebsd-amd64), const AF_VENDOR23 = 85
13426 pkg syscall (freebsd-amd64), const AF_VENDOR24 = 87
13427 pkg syscall (freebsd-amd64), const AF_VENDOR25 = 89
13428 pkg syscall (freebsd-amd64), const AF_VENDOR26 = 91
13429 pkg syscall (freebsd-amd64), const AF_VENDOR27 = 93
13430 pkg syscall (freebsd-amd64), const AF_VENDOR28 = 95
13431 pkg syscall (freebsd-amd64), const AF_VENDOR29 = 97
13432 pkg syscall (freebsd-amd64), const AF_VENDOR30 = 99
13433 pkg syscall (freebsd-amd64), const AF_VENDOR31 = 101
13434 pkg syscall (freebsd-amd64), const AF_VENDOR32 = 103
13435 pkg syscall (freebsd-amd64), const AF_VENDOR33 = 105
13436 pkg syscall (freebsd-amd64), const AF_VENDOR34 = 107
13437 pkg syscall (freebsd-amd64), const AF_VENDOR35 = 109
13438 pkg syscall (freebsd-amd64), const AF_VENDOR36 = 111
13439 pkg syscall (freebsd-amd64), const AF_VENDOR37 = 113
13440 pkg syscall (freebsd-amd64), const AF_VENDOR38 = 115
13441 pkg syscall (freebsd-amd64), const AF_VENDOR39 = 117
13442 pkg syscall (freebsd-amd64), const AF_VENDOR40 = 119
13443 pkg syscall (freebsd-amd64), const AF_VENDOR41 = 121
13444 pkg syscall (freebsd-amd64), const AF_VENDOR42 = 123
13445 pkg syscall (freebsd-amd64), const AF_VENDOR43 = 125
13446 pkg syscall (freebsd-amd64), const AF_VENDOR44 = 127
13447 pkg syscall (freebsd-amd64), const AF_VENDOR45 = 129
13448 pkg syscall (freebsd-amd64), const AF_VENDOR46 = 131
13449 pkg syscall (freebsd-amd64), const AF_VENDOR47 = 133
13450 pkg syscall (freebsd-amd64), const B0 = 0
13451 pkg syscall (freebsd-amd64), const B0 ideal-int
13452 pkg syscall (freebsd-amd64), const B110 = 110
13453 pkg syscall (freebsd-amd64), const B110 ideal-int
13454 pkg syscall (freebsd-amd64), const B115200 = 115200
13455 pkg syscall (freebsd-amd64), const B115200 ideal-int
13456 pkg syscall (freebsd-amd64), const B1200 = 1200
13457 pkg syscall (freebsd-amd64), const B1200 ideal-int
13458 pkg syscall (freebsd-amd64), const B134 = 134
13459 pkg syscall (freebsd-amd64), const B134 ideal-int
13460 pkg syscall (freebsd-amd64), const B14400 = 14400
13461 pkg syscall (freebsd-amd64), const B14400 ideal-int
13462 pkg syscall (freebsd-amd64), const B150 = 150
13463 pkg syscall (freebsd-amd64), const B150 ideal-int
13464 pkg syscall (freebsd-amd64), const B1800 = 1800
13465 pkg syscall (freebsd-amd64), const B1800 ideal-int
13466 pkg syscall (freebsd-amd64), const B19200 = 19200
13467 pkg syscall (freebsd-amd64), const B19200 ideal-int
13468 pkg syscall (freebsd-amd64), const B200 = 200
13469 pkg syscall (freebsd-amd64), const B200 ideal-int
13470 pkg syscall (freebsd-amd64), const B230400 = 230400
13471 pkg syscall (freebsd-amd64), const B230400 ideal-int
13472 pkg syscall (freebsd-amd64), const B2400 = 2400
13473 pkg syscall (freebsd-amd64), const B2400 ideal-int
13474 pkg syscall (freebsd-amd64), const B28800 = 28800
13475 pkg syscall (freebsd-amd64), const B28800 ideal-int
13476 pkg syscall (freebsd-amd64), const B300 = 300
13477 pkg syscall (freebsd-amd64), const B300 ideal-int
13478 pkg syscall (freebsd-amd64), const B38400 = 38400
13479 pkg syscall (freebsd-amd64), const B38400 ideal-int
13480 pkg syscall (freebsd-amd64), const B460800 = 460800
13481 pkg syscall (freebsd-amd64), const B460800 ideal-int
13482 pkg syscall (freebsd-amd64), const B4800 = 4800
13483 pkg syscall (freebsd-amd64), const B4800 ideal-int
13484 pkg syscall (freebsd-amd64), const B50 = 50
13485 pkg syscall (freebsd-amd64), const B50 ideal-int
13486 pkg syscall (freebsd-amd64), const B57600 = 57600
13487 pkg syscall (freebsd-amd64), const B57600 ideal-int
13488 pkg syscall (freebsd-amd64), const B600 = 600
13489 pkg syscall (freebsd-amd64), const B600 ideal-int
13490 pkg syscall (freebsd-amd64), const B7200 = 7200
13491 pkg syscall (freebsd-amd64), const B7200 ideal-int
13492 pkg syscall (freebsd-amd64), const B75 = 75
13493 pkg syscall (freebsd-amd64), const B75 ideal-int
13494 pkg syscall (freebsd-amd64), const B76800 = 76800
13495 pkg syscall (freebsd-amd64), const B76800 ideal-int
13496 pkg syscall (freebsd-amd64), const B921600 = 921600
13497 pkg syscall (freebsd-amd64), const B921600 ideal-int
13498 pkg syscall (freebsd-amd64), const B9600 = 9600
13499 pkg syscall (freebsd-amd64), const B9600 ideal-int
13500 pkg syscall (freebsd-amd64), const BIOCFEEDBACK = 2147762812
13501 pkg syscall (freebsd-amd64), const BIOCFLUSH = 536887912
13502 pkg syscall (freebsd-amd64), const BIOCGBLEN = 1074020966
13503 pkg syscall (freebsd-amd64), const BIOCGDIRECTION = 1074020982
13504 pkg syscall (freebsd-amd64), const BIOCGDLT = 1074020970
13505 pkg syscall (freebsd-amd64), const BIOCGDLTLIST = 3222291065
13506 pkg syscall (freebsd-amd64), const BIOCGETBUFMODE = 1074020989
13507 pkg syscall (freebsd-amd64), const BIOCGETIF = 1075855979
13508 pkg syscall (freebsd-amd64), const BIOCGETZMAX = 1074283135
13509 pkg syscall (freebsd-amd64), const BIOCGHDRCMPLT = 1074020980
13510 pkg syscall (freebsd-amd64), const BIOCGRSIG = 1074020978
13511 pkg syscall (freebsd-amd64), const BIOCGRTIMEOUT = 1074807406
13512 pkg syscall (freebsd-amd64), const BIOCGSEESENT = 1074020982
13513 pkg syscall (freebsd-amd64), const BIOCGSTATS = 1074283119
13514 pkg syscall (freebsd-amd64), const BIOCGTSTAMP = 1074020995
13515 pkg syscall (freebsd-amd64), const BIOCGTSTAMP ideal-int
13516 pkg syscall (freebsd-amd64), const BIOCIMMEDIATE = 2147762800
13517 pkg syscall (freebsd-amd64), const BIOCLOCK = 536887930
13518 pkg syscall (freebsd-amd64), const BIOCPROMISC = 536887913
13519 pkg syscall (freebsd-amd64), const BIOCROTZBUF = 1075331712
13520 pkg syscall (freebsd-amd64), const BIOCSBLEN = 3221504614
13521 pkg syscall (freebsd-amd64), const BIOCSDIRECTION = 2147762807
13522 pkg syscall (freebsd-amd64), const BIOCSDLT = 2147762808
13523 pkg syscall (freebsd-amd64), const BIOCSETBUFMODE = 2147762814
13524 pkg syscall (freebsd-amd64), const BIOCSETF = 2148549223
13525 pkg syscall (freebsd-amd64), const BIOCSETFNR = 2148549250
13526 pkg syscall (freebsd-amd64), const BIOCSETIF = 2149597804
13527 pkg syscall (freebsd-amd64), const BIOCSETWF = 2148549243
13528 pkg syscall (freebsd-amd64), const BIOCSETZBUF = 2149073537
13529 pkg syscall (freebsd-amd64), const BIOCSHDRCMPLT = 2147762805
13530 pkg syscall (freebsd-amd64), const BIOCSRSIG = 2147762803
13531 pkg syscall (freebsd-amd64), const BIOCSRTIMEOUT = 2148549229
13532 pkg syscall (freebsd-amd64), const BIOCSSEESENT = 2147762807
13533 pkg syscall (freebsd-amd64), const BIOCSTSTAMP = 2147762820
13534 pkg syscall (freebsd-amd64), const BIOCSTSTAMP ideal-int
13535 pkg syscall (freebsd-amd64), const BIOCVERSION = 1074020977
13536 pkg syscall (freebsd-amd64), const BPF_A = 16
13537 pkg syscall (freebsd-amd64), const BPF_ABS = 32
13538 pkg syscall (freebsd-amd64), const BPF_ADD = 0
13539 pkg syscall (freebsd-amd64), const BPF_ALIGNMENT = 8
13540 pkg syscall (freebsd-amd64), const BPF_ALU = 4
13541 pkg syscall (freebsd-amd64), const BPF_AND = 80
13542 pkg syscall (freebsd-amd64), const BPF_B = 16
13543 pkg syscall (freebsd-amd64), const BPF_BUFMODE_BUFFER = 1
13544 pkg syscall (freebsd-amd64), const BPF_BUFMODE_ZBUF = 2
13545 pkg syscall (freebsd-amd64), const BPF_DIV = 48
13546 pkg syscall (freebsd-amd64), const BPF_H = 8
13547 pkg syscall (freebsd-amd64), const BPF_IMM = 0
13548 pkg syscall (freebsd-amd64), const BPF_IND = 64
13549 pkg syscall (freebsd-amd64), const BPF_JA = 0
13550 pkg syscall (freebsd-amd64), const BPF_JEQ = 16
13551 pkg syscall (freebsd-amd64), const BPF_JGE = 48
13552 pkg syscall (freebsd-amd64), const BPF_JGT = 32
13553 pkg syscall (freebsd-amd64), const BPF_JMP = 5
13554 pkg syscall (freebsd-amd64), const BPF_JSET = 64
13555 pkg syscall (freebsd-amd64), const BPF_K = 0
13556 pkg syscall (freebsd-amd64), const BPF_LD = 0
13557 pkg syscall (freebsd-amd64), const BPF_LDX = 1
13558 pkg syscall (freebsd-amd64), const BPF_LEN = 128
13559 pkg syscall (freebsd-amd64), const BPF_LSH = 96
13560 pkg syscall (freebsd-amd64), const BPF_MAJOR_VERSION = 1
13561 pkg syscall (freebsd-amd64), const BPF_MAXBUFSIZE = 524288
13562 pkg syscall (freebsd-amd64), const BPF_MAXINSNS = 512
13563 pkg syscall (freebsd-amd64), const BPF_MEM = 96
13564 pkg syscall (freebsd-amd64), const BPF_MEMWORDS = 16
13565 pkg syscall (freebsd-amd64), const BPF_MINBUFSIZE = 32
13566 pkg syscall (freebsd-amd64), const BPF_MINOR_VERSION = 1
13567 pkg syscall (freebsd-amd64), const BPF_MISC = 7
13568 pkg syscall (freebsd-amd64), const BPF_MSH = 160
13569 pkg syscall (freebsd-amd64), const BPF_MUL = 32
13570 pkg syscall (freebsd-amd64), const BPF_NEG = 128
13571 pkg syscall (freebsd-amd64), const BPF_OR = 64
13572 pkg syscall (freebsd-amd64), const BPF_RELEASE = 199606
13573 pkg syscall (freebsd-amd64), const BPF_RET = 6
13574 pkg syscall (freebsd-amd64), const BPF_RSH = 112
13575 pkg syscall (freebsd-amd64), const BPF_ST = 2
13576 pkg syscall (freebsd-amd64), const BPF_STX = 3
13577 pkg syscall (freebsd-amd64), const BPF_SUB = 16
13578 pkg syscall (freebsd-amd64), const BPF_TAX = 0
13579 pkg syscall (freebsd-amd64), const BPF_TXA = 128
13580 pkg syscall (freebsd-amd64), const BPF_T_BINTIME = 2
13581 pkg syscall (freebsd-amd64), const BPF_T_BINTIME ideal-int
13582 pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST = 258
13583 pkg syscall (freebsd-amd64), const BPF_T_BINTIME_FAST ideal-int
13584 pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC = 514
13585 pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC ideal-int
13586 pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST = 770
13587 pkg syscall (freebsd-amd64), const BPF_T_BINTIME_MONOTONIC_FAST ideal-int
13588 pkg syscall (freebsd-amd64), const BPF_T_FAST = 256
13589 pkg syscall (freebsd-amd64), const BPF_T_FAST ideal-int
13590 pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK = 768
13591 pkg syscall (freebsd-amd64), const BPF_T_FLAG_MASK ideal-int
13592 pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK = 3
13593 pkg syscall (freebsd-amd64), const BPF_T_FORMAT_MASK ideal-int
13594 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME = 0
13595 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME ideal-int
13596 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST = 256
13597 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_FAST ideal-int
13598 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC = 512
13599 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC ideal-int
13600 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
13601 pkg syscall (freebsd-amd64), const BPF_T_MICROTIME_MONOTONIC_FAST ideal-int
13602 pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC = 512
13603 pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC ideal-int
13604 pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST = 768
13605 pkg syscall (freebsd-amd64), const BPF_T_MONOTONIC_FAST ideal-int
13606 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME = 1
13607 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME ideal-int
13608 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST = 257
13609 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_FAST ideal-int
13610 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC = 513
13611 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC ideal-int
13612 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
13613 pkg syscall (freebsd-amd64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
13614 pkg syscall (freebsd-amd64), const BPF_T_NONE = 3
13615 pkg syscall (freebsd-amd64), const BPF_T_NONE ideal-int
13616 pkg syscall (freebsd-amd64), const BPF_T_NORMAL = 0
13617 pkg syscall (freebsd-amd64), const BPF_T_NORMAL ideal-int
13618 pkg syscall (freebsd-amd64), const BPF_W = 0
13619 pkg syscall (freebsd-amd64), const BPF_X = 8
13620 pkg syscall (freebsd-amd64), const BRKINT = 2
13621 pkg syscall (freebsd-amd64), const BRKINT ideal-int
13622 pkg syscall (freebsd-amd64), const CFLUSH = 15
13623 pkg syscall (freebsd-amd64), const CFLUSH ideal-int
13624 pkg syscall (freebsd-amd64), const CLOCAL = 32768
13625 pkg syscall (freebsd-amd64), const CLOCAL ideal-int
13626 pkg syscall (freebsd-amd64), const CREAD = 2048
13627 pkg syscall (freebsd-amd64), const CREAD ideal-int
13628 pkg syscall (freebsd-amd64), const CS5 = 0
13629 pkg syscall (freebsd-amd64), const CS5 ideal-int
13630 pkg syscall (freebsd-amd64), const CS6 = 256
13631 pkg syscall (freebsd-amd64), const CS6 ideal-int
13632 pkg syscall (freebsd-amd64), const CS7 = 512
13633 pkg syscall (freebsd-amd64), const CS7 ideal-int
13634 pkg syscall (freebsd-amd64), const CS8 = 768
13635 pkg syscall (freebsd-amd64), const CS8 ideal-int
13636 pkg syscall (freebsd-amd64), const CSIZE = 768
13637 pkg syscall (freebsd-amd64), const CSIZE ideal-int
13638 pkg syscall (freebsd-amd64), const CSTART = 17
13639 pkg syscall (freebsd-amd64), const CSTART ideal-int
13640 pkg syscall (freebsd-amd64), const CSTATUS = 20
13641 pkg syscall (freebsd-amd64), const CSTATUS ideal-int
13642 pkg syscall (freebsd-amd64), const CSTOP = 19
13643 pkg syscall (freebsd-amd64), const CSTOP ideal-int
13644 pkg syscall (freebsd-amd64), const CSTOPB = 1024
13645 pkg syscall (freebsd-amd64), const CSTOPB ideal-int
13646 pkg syscall (freebsd-amd64), const CSUSP = 26
13647 pkg syscall (freebsd-amd64), const CSUSP ideal-int
13648 pkg syscall (freebsd-amd64), const CTL_MAXNAME = 24
13649 pkg syscall (freebsd-amd64), const CTL_NET = 4
13650 pkg syscall (freebsd-amd64), const DLT_A429 = 184
13651 pkg syscall (freebsd-amd64), const DLT_A653_ICM = 185
13652 pkg syscall (freebsd-amd64), const DLT_AIRONET_HEADER = 120
13653 pkg syscall (freebsd-amd64), const DLT_AOS = 222
13654 pkg syscall (freebsd-amd64), const DLT_AOS ideal-int
13655 pkg syscall (freebsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
13656 pkg syscall (freebsd-amd64), const DLT_ARCNET = 7
13657 pkg syscall (freebsd-amd64), const DLT_ARCNET_LINUX = 129
13658 pkg syscall (freebsd-amd64), const DLT_ATM_CLIP = 19
13659 pkg syscall (freebsd-amd64), const DLT_ATM_RFC1483 = 11
13660 pkg syscall (freebsd-amd64), const DLT_AURORA = 126
13661 pkg syscall (freebsd-amd64), const DLT_AX25 = 3
13662 pkg syscall (freebsd-amd64), const DLT_AX25_KISS = 202
13663 pkg syscall (freebsd-amd64), const DLT_BACNET_MS_TP = 165
13664 pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
13665 pkg syscall (freebsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
13666 pkg syscall (freebsd-amd64), const DLT_CAN20B = 190
13667 pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN = 227
13668 pkg syscall (freebsd-amd64), const DLT_CAN_SOCKETCAN ideal-int
13669 pkg syscall (freebsd-amd64), const DLT_CHAOS = 5
13670 pkg syscall (freebsd-amd64), const DLT_CHDLC = 104
13671 pkg syscall (freebsd-amd64), const DLT_CISCO_IOS = 118
13672 pkg syscall (freebsd-amd64), const DLT_C_HDLC = 104
13673 pkg syscall (freebsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
13674 pkg syscall (freebsd-amd64), const DLT_DBUS = 231
13675 pkg syscall (freebsd-amd64), const DLT_DBUS ideal-int
13676 pkg syscall (freebsd-amd64), const DLT_DECT = 221
13677 pkg syscall (freebsd-amd64), const DLT_DECT ideal-int
13678 pkg syscall (freebsd-amd64), const DLT_DOCSIS = 143
13679 pkg syscall (freebsd-amd64), const DLT_DVB_CI = 235
13680 pkg syscall (freebsd-amd64), const DLT_DVB_CI ideal-int
13681 pkg syscall (freebsd-amd64), const DLT_ECONET = 115
13682 pkg syscall (freebsd-amd64), const DLT_EN10MB = 1
13683 pkg syscall (freebsd-amd64), const DLT_EN3MB = 2
13684 pkg syscall (freebsd-amd64), const DLT_ENC = 109
13685 pkg syscall (freebsd-amd64), const DLT_ERF = 197
13686 pkg syscall (freebsd-amd64), const DLT_ERF_ETH = 175
13687 pkg syscall (freebsd-amd64), const DLT_ERF_POS = 176
13688 pkg syscall (freebsd-amd64), const DLT_FC_2 = 224
13689 pkg syscall (freebsd-amd64), const DLT_FC_2 ideal-int
13690 pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
13691 pkg syscall (freebsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS ideal-int
13692 pkg syscall (freebsd-amd64), const DLT_FDDI = 10
13693 pkg syscall (freebsd-amd64), const DLT_FLEXRAY = 210
13694 pkg syscall (freebsd-amd64), const DLT_FRELAY = 107
13695 pkg syscall (freebsd-amd64), const DLT_FRELAY_WITH_DIR = 206
13696 pkg syscall (freebsd-amd64), const DLT_GCOM_SERIAL = 173
13697 pkg syscall (freebsd-amd64), const DLT_GCOM_T1E1 = 172
13698 pkg syscall (freebsd-amd64), const DLT_GPF_F = 171
13699 pkg syscall (freebsd-amd64), const DLT_GPF_T = 170
13700 pkg syscall (freebsd-amd64), const DLT_GPRS_LLC = 169
13701 pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS = 218
13702 pkg syscall (freebsd-amd64), const DLT_GSMTAP_ABIS ideal-int
13703 pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM = 217
13704 pkg syscall (freebsd-amd64), const DLT_GSMTAP_UM ideal-int
13705 pkg syscall (freebsd-amd64), const DLT_HHDLC = 121
13706 pkg syscall (freebsd-amd64), const DLT_IBM_SN = 146
13707 pkg syscall (freebsd-amd64), const DLT_IBM_SP = 145
13708 pkg syscall (freebsd-amd64), const DLT_IEEE802 = 6
13709 pkg syscall (freebsd-amd64), const DLT_IEEE802_11 = 105
13710 pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO = 127
13711 pkg syscall (freebsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
13712 pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4 = 195
13713 pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
13714 pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS = 230
13715 pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NOFCS ideal-int
13716 pkg syscall (freebsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
13717 pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
13718 pkg syscall (freebsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
13719 pkg syscall (freebsd-amd64), const DLT_IPFILTER = 116
13720 pkg syscall (freebsd-amd64), const DLT_IPMB = 199
13721 pkg syscall (freebsd-amd64), const DLT_IPMB_LINUX = 209
13722 pkg syscall (freebsd-amd64), const DLT_IPNET = 226
13723 pkg syscall (freebsd-amd64), const DLT_IPNET ideal-int
13724 pkg syscall (freebsd-amd64), const DLT_IPOIB = 242
13725 pkg syscall (freebsd-amd64), const DLT_IPOIB ideal-int
13726 pkg syscall (freebsd-amd64), const DLT_IPV4 = 228
13727 pkg syscall (freebsd-amd64), const DLT_IPV4 ideal-int
13728 pkg syscall (freebsd-amd64), const DLT_IPV6 = 229
13729 pkg syscall (freebsd-amd64), const DLT_IPV6 ideal-int
13730 pkg syscall (freebsd-amd64), const DLT_IP_OVER_FC = 122
13731 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM1 = 137
13732 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM2 = 135
13733 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC = 238
13734 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ATM_CEMIC ideal-int
13735 pkg syscall (freebsd-amd64), const DLT_JUNIPER_CHDLC = 181
13736 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ES = 132
13737 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ETHER = 178
13738 pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL = 234
13739 pkg syscall (freebsd-amd64), const DLT_JUNIPER_FIBRECHANNEL ideal-int
13740 pkg syscall (freebsd-amd64), const DLT_JUNIPER_FRELAY = 180
13741 pkg syscall (freebsd-amd64), const DLT_JUNIPER_GGSN = 133
13742 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ISM = 194
13743 pkg syscall (freebsd-amd64), const DLT_JUNIPER_MFR = 134
13744 pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLFR = 131
13745 pkg syscall (freebsd-amd64), const DLT_JUNIPER_MLPPP = 130
13746 pkg syscall (freebsd-amd64), const DLT_JUNIPER_MONITOR = 164
13747 pkg syscall (freebsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
13748 pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPP = 179
13749 pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE = 167
13750 pkg syscall (freebsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
13751 pkg syscall (freebsd-amd64), const DLT_JUNIPER_SERVICES = 136
13752 pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E = 233
13753 pkg syscall (freebsd-amd64), const DLT_JUNIPER_SRX_E2E ideal-int
13754 pkg syscall (freebsd-amd64), const DLT_JUNIPER_ST = 200
13755 pkg syscall (freebsd-amd64), const DLT_JUNIPER_VP = 183
13756 pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS = 232
13757 pkg syscall (freebsd-amd64), const DLT_JUNIPER_VS ideal-int
13758 pkg syscall (freebsd-amd64), const DLT_LAPB_WITH_DIR = 207
13759 pkg syscall (freebsd-amd64), const DLT_LAPD = 203
13760 pkg syscall (freebsd-amd64), const DLT_LIN = 212
13761 pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV = 216
13762 pkg syscall (freebsd-amd64), const DLT_LINUX_EVDEV ideal-int
13763 pkg syscall (freebsd-amd64), const DLT_LINUX_IRDA = 144
13764 pkg syscall (freebsd-amd64), const DLT_LINUX_LAPD = 177
13765 pkg syscall (freebsd-amd64), const DLT_LINUX_PPP_WITHDIRECTION = 166
13766 pkg syscall (freebsd-amd64), const DLT_LINUX_SLL = 113
13767 pkg syscall (freebsd-amd64), const DLT_LOOP = 108
13768 pkg syscall (freebsd-amd64), const DLT_LTALK = 114
13769 pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
13770 pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX ideal-int
13771 pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN = 104
13772 pkg syscall (freebsd-amd64), const DLT_MATCHING_MIN ideal-int
13773 pkg syscall (freebsd-amd64), const DLT_MFR = 182
13774 pkg syscall (freebsd-amd64), const DLT_MOST = 211
13775 pkg syscall (freebsd-amd64), const DLT_MPLS = 219
13776 pkg syscall (freebsd-amd64), const DLT_MPLS ideal-int
13777 pkg syscall (freebsd-amd64), const DLT_MTP2 = 140
13778 pkg syscall (freebsd-amd64), const DLT_MTP2_WITH_PHDR = 139
13779 pkg syscall (freebsd-amd64), const DLT_MTP3 = 141
13780 pkg syscall (freebsd-amd64), const DLT_MUX27010 = 236
13781 pkg syscall (freebsd-amd64), const DLT_MUX27010 ideal-int
13782 pkg syscall (freebsd-amd64), const DLT_NETANALYZER = 240
13783 pkg syscall (freebsd-amd64), const DLT_NETANALYZER ideal-int
13784 pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT = 241
13785 pkg syscall (freebsd-amd64), const DLT_NETANALYZER_TRANSPARENT ideal-int
13786 pkg syscall (freebsd-amd64), const DLT_NFLOG = 239
13787 pkg syscall (freebsd-amd64), const DLT_NFLOG ideal-int
13788 pkg syscall (freebsd-amd64), const DLT_NULL = 0
13789 pkg syscall (freebsd-amd64), const DLT_PCI_EXP = 125
13790 pkg syscall (freebsd-amd64), const DLT_PFLOG = 117
13791 pkg syscall (freebsd-amd64), const DLT_PFSYNC = 121
13792 pkg syscall (freebsd-amd64), const DLT_PPI = 192
13793 pkg syscall (freebsd-amd64), const DLT_PPP = 9
13794 pkg syscall (freebsd-amd64), const DLT_PPP_BSDOS = 16
13795 pkg syscall (freebsd-amd64), const DLT_PPP_ETHER = 51
13796 pkg syscall (freebsd-amd64), const DLT_PPP_PPPD = 166
13797 pkg syscall (freebsd-amd64), const DLT_PPP_SERIAL = 50
13798 pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIR = 204
13799 pkg syscall (freebsd-amd64), const DLT_PPP_WITH_DIRECTION = 166
13800 pkg syscall (freebsd-amd64), const DLT_PRISM_HEADER = 119
13801 pkg syscall (freebsd-amd64), const DLT_PRONET = 4
13802 pkg syscall (freebsd-amd64), const DLT_RAIF1 = 198
13803 pkg syscall (freebsd-amd64), const DLT_RAW = 12
13804 pkg syscall (freebsd-amd64), const DLT_RIO = 124
13805 pkg syscall (freebsd-amd64), const DLT_SCCP = 142
13806 pkg syscall (freebsd-amd64), const DLT_SITA = 196
13807 pkg syscall (freebsd-amd64), const DLT_SLIP = 8
13808 pkg syscall (freebsd-amd64), const DLT_SLIP_BSDOS = 15
13809 pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU = 237
13810 pkg syscall (freebsd-amd64), const DLT_STANAG_5066_D_PDU ideal-int
13811 pkg syscall (freebsd-amd64), const DLT_SUNATM = 123
13812 pkg syscall (freebsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
13813 pkg syscall (freebsd-amd64), const DLT_TZSP = 128
13814 pkg syscall (freebsd-amd64), const DLT_USB = 186
13815 pkg syscall (freebsd-amd64), const DLT_USB_LINUX = 189
13816 pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
13817 pkg syscall (freebsd-amd64), const DLT_USB_LINUX_MMAPPED ideal-int
13818 pkg syscall (freebsd-amd64), const DLT_USER0 = 147
13819 pkg syscall (freebsd-amd64), const DLT_USER1 = 148
13820 pkg syscall (freebsd-amd64), const DLT_USER10 = 157
13821 pkg syscall (freebsd-amd64), const DLT_USER11 = 158
13822 pkg syscall (freebsd-amd64), const DLT_USER12 = 159
13823 pkg syscall (freebsd-amd64), const DLT_USER13 = 160
13824 pkg syscall (freebsd-amd64), const DLT_USER14 = 161
13825 pkg syscall (freebsd-amd64), const DLT_USER15 = 162
13826 pkg syscall (freebsd-amd64), const DLT_USER2 = 149
13827 pkg syscall (freebsd-amd64), const DLT_USER3 = 150
13828 pkg syscall (freebsd-amd64), const DLT_USER4 = 151
13829 pkg syscall (freebsd-amd64), const DLT_USER5 = 152
13830 pkg syscall (freebsd-amd64), const DLT_USER6 = 153
13831 pkg syscall (freebsd-amd64), const DLT_USER7 = 154
13832 pkg syscall (freebsd-amd64), const DLT_USER8 = 155
13833 pkg syscall (freebsd-amd64), const DLT_USER9 = 156
13834 pkg syscall (freebsd-amd64), const DLT_WIHART = 223
13835 pkg syscall (freebsd-amd64), const DLT_WIHART ideal-int
13836 pkg syscall (freebsd-amd64), const DLT_X2E_SERIAL = 213
13837 pkg syscall (freebsd-amd64), const DLT_X2E_XORAYA = 214
13838 pkg syscall (freebsd-amd64), const DT_BLK = 6
13839 pkg syscall (freebsd-amd64), const DT_CHR = 2
13840 pkg syscall (freebsd-amd64), const DT_DIR = 4
13841 pkg syscall (freebsd-amd64), const DT_FIFO = 1
13842 pkg syscall (freebsd-amd64), const DT_LNK = 10
13843 pkg syscall (freebsd-amd64), const DT_REG = 8
13844 pkg syscall (freebsd-amd64), const DT_SOCK = 12
13845 pkg syscall (freebsd-amd64), const DT_UNKNOWN = 0
13846 pkg syscall (freebsd-amd64), const DT_WHT = 14
13847 pkg syscall (freebsd-amd64), const E2BIG = 7
13848 pkg syscall (freebsd-amd64), const EACCES = 13
13849 pkg syscall (freebsd-amd64), const EADDRINUSE = 48
13850 pkg syscall (freebsd-amd64), const EADDRNOTAVAIL = 49
13851 pkg syscall (freebsd-amd64), const EAFNOSUPPORT = 47
13852 pkg syscall (freebsd-amd64), const EAGAIN = 35
13853 pkg syscall (freebsd-amd64), const EALREADY = 37
13854 pkg syscall (freebsd-amd64), const EAUTH = 80
13855 pkg syscall (freebsd-amd64), const EBADF = 9
13856 pkg syscall (freebsd-amd64), const EBADMSG = 89
13857 pkg syscall (freebsd-amd64), const EBADRPC = 72
13858 pkg syscall (freebsd-amd64), const EBUSY = 16
13859 pkg syscall (freebsd-amd64), const ECANCELED = 85
13860 pkg syscall (freebsd-amd64), const ECAPMODE = 94
13861 pkg syscall (freebsd-amd64), const ECAPMODE Errno
13862 pkg syscall (freebsd-amd64), const ECHILD = 10
13863 pkg syscall (freebsd-amd64), const ECHO = 8
13864 pkg syscall (freebsd-amd64), const ECHOCTL = 64
13865 pkg syscall (freebsd-amd64), const ECHOE = 2
13866 pkg syscall (freebsd-amd64), const ECHOK = 4
13867 pkg syscall (freebsd-amd64), const ECHOKE = 1
13868 pkg syscall (freebsd-amd64), const ECHONL = 16
13869 pkg syscall (freebsd-amd64), const ECHOPRT = 32
13870 pkg syscall (freebsd-amd64), const ECONNABORTED = 53
13871 pkg syscall (freebsd-amd64), const ECONNREFUSED = 61
13872 pkg syscall (freebsd-amd64), const ECONNRESET = 54
13873 pkg syscall (freebsd-amd64), const EDEADLK = 11
13874 pkg syscall (freebsd-amd64), const EDESTADDRREQ = 39
13875 pkg syscall (freebsd-amd64), const EDOM = 33
13876 pkg syscall (freebsd-amd64), const EDOOFUS = 88
13877 pkg syscall (freebsd-amd64), const EDQUOT = 69
13878 pkg syscall (freebsd-amd64), const EEXIST = 17
13879 pkg syscall (freebsd-amd64), const EFAULT = 14
13880 pkg syscall (freebsd-amd64), const EFBIG = 27
13881 pkg syscall (freebsd-amd64), const EFTYPE = 79
13882 pkg syscall (freebsd-amd64), const EHOSTDOWN = 64
13883 pkg syscall (freebsd-amd64), const EHOSTUNREACH = 65
13884 pkg syscall (freebsd-amd64), const EIDRM = 82
13885 pkg syscall (freebsd-amd64), const EILSEQ = 86
13886 pkg syscall (freebsd-amd64), const EINPROGRESS = 36
13887 pkg syscall (freebsd-amd64), const EINTR = 4
13888 pkg syscall (freebsd-amd64), const EINVAL = 22
13889 pkg syscall (freebsd-amd64), const EIO = 5
13890 pkg syscall (freebsd-amd64), const EISCONN = 56
13891 pkg syscall (freebsd-amd64), const EISDIR = 21
13892 pkg syscall (freebsd-amd64), const ELAST = 94
13893 pkg syscall (freebsd-amd64), const ELOOP = 62
13894 pkg syscall (freebsd-amd64), const EMFILE = 24
13895 pkg syscall (freebsd-amd64), const EMLINK = 31
13896 pkg syscall (freebsd-amd64), const EMSGSIZE = 40
13897 pkg syscall (freebsd-amd64), const EMULTIHOP = 90
13898 pkg syscall (freebsd-amd64), const ENAMETOOLONG = 63
13899 pkg syscall (freebsd-amd64), const ENEEDAUTH = 81
13900 pkg syscall (freebsd-amd64), const ENETDOWN = 50
13901 pkg syscall (freebsd-amd64), const ENETRESET = 52
13902 pkg syscall (freebsd-amd64), const ENETUNREACH = 51
13903 pkg syscall (freebsd-amd64), const ENFILE = 23
13904 pkg syscall (freebsd-amd64), const ENOATTR = 87
13905 pkg syscall (freebsd-amd64), const ENOBUFS = 55
13906 pkg syscall (freebsd-amd64), const ENODEV = 19
13907 pkg syscall (freebsd-amd64), const ENOEXEC = 8
13908 pkg syscall (freebsd-amd64), const ENOLCK = 77
13909 pkg syscall (freebsd-amd64), const ENOLINK = 91
13910 pkg syscall (freebsd-amd64), const ENOMEM = 12
13911 pkg syscall (freebsd-amd64), const ENOMSG = 83
13912 pkg syscall (freebsd-amd64), const ENOPROTOOPT = 42
13913 pkg syscall (freebsd-amd64), const ENOSPC = 28
13914 pkg syscall (freebsd-amd64), const ENOSYS = 78
13915 pkg syscall (freebsd-amd64), const ENOTBLK = 15
13916 pkg syscall (freebsd-amd64), const ENOTCAPABLE = 93
13917 pkg syscall (freebsd-amd64), const ENOTCONN = 57
13918 pkg syscall (freebsd-amd64), const ENOTDIR = 20
13919 pkg syscall (freebsd-amd64), const ENOTEMPTY = 66
13920 pkg syscall (freebsd-amd64), const ENOTSOCK = 38
13921 pkg syscall (freebsd-amd64), const ENOTSUP = 45
13922 pkg syscall (freebsd-amd64), const ENOTTY = 25
13923 pkg syscall (freebsd-amd64), const ENXIO = 6
13924 pkg syscall (freebsd-amd64), const EOPNOTSUPP = 45
13925 pkg syscall (freebsd-amd64), const EOVERFLOW = 84
13926 pkg syscall (freebsd-amd64), const EPERM = 1
13927 pkg syscall (freebsd-amd64), const EPFNOSUPPORT = 46
13928 pkg syscall (freebsd-amd64), const EPIPE = 32
13929 pkg syscall (freebsd-amd64), const EPROCLIM = 67
13930 pkg syscall (freebsd-amd64), const EPROCUNAVAIL = 76
13931 pkg syscall (freebsd-amd64), const EPROGMISMATCH = 75
13932 pkg syscall (freebsd-amd64), const EPROGUNAVAIL = 74
13933 pkg syscall (freebsd-amd64), const EPROTO = 92
13934 pkg syscall (freebsd-amd64), const EPROTONOSUPPORT = 43
13935 pkg syscall (freebsd-amd64), const EPROTOTYPE = 41
13936 pkg syscall (freebsd-amd64), const ERANGE = 34
13937 pkg syscall (freebsd-amd64), const EREMOTE = 71
13938 pkg syscall (freebsd-amd64), const EROFS = 30
13939 pkg syscall (freebsd-amd64), const ERPCMISMATCH = 73
13940 pkg syscall (freebsd-amd64), const ESHUTDOWN = 58
13941 pkg syscall (freebsd-amd64), const ESOCKTNOSUPPORT = 44
13942 pkg syscall (freebsd-amd64), const ESPIPE = 29
13943 pkg syscall (freebsd-amd64), const ESRCH = 3
13944 pkg syscall (freebsd-amd64), const ESTALE = 70
13945 pkg syscall (freebsd-amd64), const ETIMEDOUT = 60
13946 pkg syscall (freebsd-amd64), const ETOOMANYREFS = 59
13947 pkg syscall (freebsd-amd64), const ETXTBSY = 26
13948 pkg syscall (freebsd-amd64), const EUSERS = 68
13949 pkg syscall (freebsd-amd64), const EVFILT_AIO = -3
13950 pkg syscall (freebsd-amd64), const EVFILT_FS = -9
13951 pkg syscall (freebsd-amd64), const EVFILT_LIO = -10
13952 pkg syscall (freebsd-amd64), const EVFILT_PROC = -5
13953 pkg syscall (freebsd-amd64), const EVFILT_READ = -1
13954 pkg syscall (freebsd-amd64), const EVFILT_SIGNAL = -6
13955 pkg syscall (freebsd-amd64), const EVFILT_SYSCOUNT = 11
13956 pkg syscall (freebsd-amd64), const EVFILT_TIMER = -7
13957 pkg syscall (freebsd-amd64), const EVFILT_USER = -11
13958 pkg syscall (freebsd-amd64), const EVFILT_VNODE = -4
13959 pkg syscall (freebsd-amd64), const EVFILT_WRITE = -2
13960 pkg syscall (freebsd-amd64), const EV_ADD = 1
13961 pkg syscall (freebsd-amd64), const EV_CLEAR = 32
13962 pkg syscall (freebsd-amd64), const EV_DELETE = 2
13963 pkg syscall (freebsd-amd64), const EV_DISABLE = 8
13964 pkg syscall (freebsd-amd64), const EV_DISPATCH = 128
13965 pkg syscall (freebsd-amd64), const EV_ENABLE = 4
13966 pkg syscall (freebsd-amd64), const EV_EOF = 32768
13967 pkg syscall (freebsd-amd64), const EV_ERROR = 16384
13968 pkg syscall (freebsd-amd64), const EV_FLAG1 = 8192
13969 pkg syscall (freebsd-amd64), const EV_ONESHOT = 16
13970 pkg syscall (freebsd-amd64), const EV_RECEIPT = 64
13971 pkg syscall (freebsd-amd64), const EV_SYSFLAGS = 61440
13972 pkg syscall (freebsd-amd64), const EWOULDBLOCK = 35
13973 pkg syscall (freebsd-amd64), const EXDEV = 18
13974 pkg syscall (freebsd-amd64), const EXTA = 19200
13975 pkg syscall (freebsd-amd64), const EXTB = 38400
13976 pkg syscall (freebsd-amd64), const EXTPROC = 2048
13977 pkg syscall (freebsd-amd64), const FD_CLOEXEC = 1
13978 pkg syscall (freebsd-amd64), const FD_SETSIZE = 1024
13979 pkg syscall (freebsd-amd64), const FLUSHO = 8388608
13980 pkg syscall (freebsd-amd64), const FLUSHO ideal-int
13981 pkg syscall (freebsd-amd64), const F_CANCEL = 5
13982 pkg syscall (freebsd-amd64), const F_DUP2FD = 10
13983 pkg syscall (freebsd-amd64), const F_DUPFD = 0
13984 pkg syscall (freebsd-amd64), const F_GETFD = 1
13985 pkg syscall (freebsd-amd64), const F_GETFL = 3
13986 pkg syscall (freebsd-amd64), const F_GETLK = 11
13987 pkg syscall (freebsd-amd64), const F_GETOWN = 5
13988 pkg syscall (freebsd-amd64), const F_OGETLK = 7
13989 pkg syscall (freebsd-amd64), const F_OK = 0
13990 pkg syscall (freebsd-amd64), const F_OSETLK = 8
13991 pkg syscall (freebsd-amd64), const F_OSETLKW = 9
13992 pkg syscall (freebsd-amd64), const F_RDAHEAD = 16
13993 pkg syscall (freebsd-amd64), const F_RDLCK = 1
13994 pkg syscall (freebsd-amd64), const F_READAHEAD = 15
13995 pkg syscall (freebsd-amd64), const F_SETFD = 2
13996 pkg syscall (freebsd-amd64), const F_SETFL = 4
13997 pkg syscall (freebsd-amd64), const F_SETLK = 12
13998 pkg syscall (freebsd-amd64), const F_SETLKW = 13
13999 pkg syscall (freebsd-amd64), const F_SETLK_REMOTE = 14
14000 pkg syscall (freebsd-amd64), const F_SETOWN = 6
14001 pkg syscall (freebsd-amd64), const F_UNLCK = 2
14002 pkg syscall (freebsd-amd64), const F_UNLCKSYS = 4
14003 pkg syscall (freebsd-amd64), const F_WRLCK = 3
14004 pkg syscall (freebsd-amd64), const HUPCL = 16384
14005 pkg syscall (freebsd-amd64), const HUPCL ideal-int
14006 pkg syscall (freebsd-amd64), const ICANON = 256
14007 pkg syscall (freebsd-amd64), const ICANON ideal-int
14008 pkg syscall (freebsd-amd64), const ICRNL = 256
14009 pkg syscall (freebsd-amd64), const ICRNL ideal-int
14010 pkg syscall (freebsd-amd64), const IEXTEN = 1024
14011 pkg syscall (freebsd-amd64), const IEXTEN ideal-int
14012 pkg syscall (freebsd-amd64), const IFAN_ARRIVAL = 0
14013 pkg syscall (freebsd-amd64), const IFAN_ARRIVAL ideal-int
14014 pkg syscall (freebsd-amd64), const IFAN_DEPARTURE = 1
14015 pkg syscall (freebsd-amd64), const IFAN_DEPARTURE ideal-int
14016 pkg syscall (freebsd-amd64), const IFF_ALLMULTI = 512
14017 pkg syscall (freebsd-amd64), const IFF_ALTPHYS = 16384
14018 pkg syscall (freebsd-amd64), const IFF_CANTCHANGE = 2199410
14019 pkg syscall (freebsd-amd64), const IFF_CANTCONFIG = 65536
14020 pkg syscall (freebsd-amd64), const IFF_CANTCONFIG ideal-int
14021 pkg syscall (freebsd-amd64), const IFF_DEBUG = 4
14022 pkg syscall (freebsd-amd64), const IFF_DRV_OACTIVE = 1024
14023 pkg syscall (freebsd-amd64), const IFF_DRV_RUNNING = 64
14024 pkg syscall (freebsd-amd64), const IFF_DYING = 2097152
14025 pkg syscall (freebsd-amd64), const IFF_LINK0 = 4096
14026 pkg syscall (freebsd-amd64), const IFF_LINK1 = 8192
14027 pkg syscall (freebsd-amd64), const IFF_LINK2 = 16384
14028 pkg syscall (freebsd-amd64), const IFF_LOOPBACK = 8
14029 pkg syscall (freebsd-amd64), const IFF_MONITOR = 262144
14030 pkg syscall (freebsd-amd64), const IFF_MULTICAST = 32768
14031 pkg syscall (freebsd-amd64), const IFF_NOARP = 128
14032 pkg syscall (freebsd-amd64), const IFF_OACTIVE = 1024
14033 pkg syscall (freebsd-amd64), const IFF_POINTOPOINT = 16
14034 pkg syscall (freebsd-amd64), const IFF_PPROMISC = 131072
14035 pkg syscall (freebsd-amd64), const IFF_PROMISC = 256
14036 pkg syscall (freebsd-amd64), const IFF_RENAMING = 4194304
14037 pkg syscall (freebsd-amd64), const IFF_RUNNING = 64
14038 pkg syscall (freebsd-amd64), const IFF_SIMPLEX = 2048
14039 pkg syscall (freebsd-amd64), const IFF_SMART = 32
14040 pkg syscall (freebsd-amd64), const IFF_STATICARP = 524288
14041 pkg syscall (freebsd-amd64), const IFNAMSIZ = 16
14042 pkg syscall (freebsd-amd64), const IFT_1822 = 2
14043 pkg syscall (freebsd-amd64), const IFT_A12MPPSWITCH = 130
14044 pkg syscall (freebsd-amd64), const IFT_AAL2 = 187
14045 pkg syscall (freebsd-amd64), const IFT_AAL5 = 49
14046 pkg syscall (freebsd-amd64), const IFT_ADSL = 94
14047 pkg syscall (freebsd-amd64), const IFT_AFLANE8023 = 59
14048 pkg syscall (freebsd-amd64), const IFT_AFLANE8025 = 60
14049 pkg syscall (freebsd-amd64), const IFT_ARAP = 88
14050 pkg syscall (freebsd-amd64), const IFT_ARCNET = 35
14051 pkg syscall (freebsd-amd64), const IFT_ARCNETPLUS = 36
14052 pkg syscall (freebsd-amd64), const IFT_ASYNC = 84
14053 pkg syscall (freebsd-amd64), const IFT_ATM = 37
14054 pkg syscall (freebsd-amd64), const IFT_ATMDXI = 105
14055 pkg syscall (freebsd-amd64), const IFT_ATMFUNI = 106
14056 pkg syscall (freebsd-amd64), const IFT_ATMIMA = 107
14057 pkg syscall (freebsd-amd64), const IFT_ATMLOGICAL = 80
14058 pkg syscall (freebsd-amd64), const IFT_ATMRADIO = 189
14059 pkg syscall (freebsd-amd64), const IFT_ATMSUBINTERFACE = 134
14060 pkg syscall (freebsd-amd64), const IFT_ATMVCIENDPT = 194
14061 pkg syscall (freebsd-amd64), const IFT_ATMVIRTUAL = 149
14062 pkg syscall (freebsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
14063 pkg syscall (freebsd-amd64), const IFT_BRIDGE = 209
14064 pkg syscall (freebsd-amd64), const IFT_BSC = 83
14065 pkg syscall (freebsd-amd64), const IFT_CARP = 248
14066 pkg syscall (freebsd-amd64), const IFT_CCTEMUL = 61
14067 pkg syscall (freebsd-amd64), const IFT_CEPT = 19
14068 pkg syscall (freebsd-amd64), const IFT_CES = 133
14069 pkg syscall (freebsd-amd64), const IFT_CHANNEL = 70
14070 pkg syscall (freebsd-amd64), const IFT_CNR = 85
14071 pkg syscall (freebsd-amd64), const IFT_COFFEE = 132
14072 pkg syscall (freebsd-amd64), const IFT_COMPOSITELINK = 155
14073 pkg syscall (freebsd-amd64), const IFT_DCN = 141
14074 pkg syscall (freebsd-amd64), const IFT_DIGITALPOWERLINE = 138
14075 pkg syscall (freebsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
14076 pkg syscall (freebsd-amd64), const IFT_DLSW = 74
14077 pkg syscall (freebsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
14078 pkg syscall (freebsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
14079 pkg syscall (freebsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
14080 pkg syscall (freebsd-amd64), const IFT_DS0 = 81
14081 pkg syscall (freebsd-amd64), const IFT_DS0BUNDLE = 82
14082 pkg syscall (freebsd-amd64), const IFT_DS1FDL = 170
14083 pkg syscall (freebsd-amd64), const IFT_DS3 = 30
14084 pkg syscall (freebsd-amd64), const IFT_DTM = 140
14085 pkg syscall (freebsd-amd64), const IFT_DVBASILN = 172
14086 pkg syscall (freebsd-amd64), const IFT_DVBASIOUT = 173
14087 pkg syscall (freebsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
14088 pkg syscall (freebsd-amd64), const IFT_DVBRCCMACLAYER = 146
14089 pkg syscall (freebsd-amd64), const IFT_DVBRCCUPSTREAM = 148
14090 pkg syscall (freebsd-amd64), const IFT_ENC = 244
14091 pkg syscall (freebsd-amd64), const IFT_EON = 25
14092 pkg syscall (freebsd-amd64), const IFT_EPLRS = 87
14093 pkg syscall (freebsd-amd64), const IFT_ESCON = 73
14094 pkg syscall (freebsd-amd64), const IFT_ETHER = 6
14095 pkg syscall (freebsd-amd64), const IFT_FAITH = 242
14096 pkg syscall (freebsd-amd64), const IFT_FAST = 125
14097 pkg syscall (freebsd-amd64), const IFT_FASTETHER = 62
14098 pkg syscall (freebsd-amd64), const IFT_FASTETHERFX = 69
14099 pkg syscall (freebsd-amd64), const IFT_FDDI = 15
14100 pkg syscall (freebsd-amd64), const IFT_FIBRECHANNEL = 56
14101 pkg syscall (freebsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
14102 pkg syscall (freebsd-amd64), const IFT_FRAMERELAYMPI = 92
14103 pkg syscall (freebsd-amd64), const IFT_FRDLCIENDPT = 193
14104 pkg syscall (freebsd-amd64), const IFT_FRELAY = 32
14105 pkg syscall (freebsd-amd64), const IFT_FRELAYDCE = 44
14106 pkg syscall (freebsd-amd64), const IFT_FRF16MFRBUNDLE = 163
14107 pkg syscall (freebsd-amd64), const IFT_FRFORWARD = 158
14108 pkg syscall (freebsd-amd64), const IFT_G703AT2MB = 67
14109 pkg syscall (freebsd-amd64), const IFT_G703AT64K = 66
14110 pkg syscall (freebsd-amd64), const IFT_GIF = 240
14111 pkg syscall (freebsd-amd64), const IFT_GIGABITETHERNET = 117
14112 pkg syscall (freebsd-amd64), const IFT_GR303IDT = 178
14113 pkg syscall (freebsd-amd64), const IFT_GR303RDT = 177
14114 pkg syscall (freebsd-amd64), const IFT_H323GATEKEEPER = 164
14115 pkg syscall (freebsd-amd64), const IFT_H323PROXY = 165
14116 pkg syscall (freebsd-amd64), const IFT_HDH1822 = 3
14117 pkg syscall (freebsd-amd64), const IFT_HDLC = 118
14118 pkg syscall (freebsd-amd64), const IFT_HDSL2 = 168
14119 pkg syscall (freebsd-amd64), const IFT_HIPERLAN2 = 183
14120 pkg syscall (freebsd-amd64), const IFT_HIPPI = 47
14121 pkg syscall (freebsd-amd64), const IFT_HIPPIINTERFACE = 57
14122 pkg syscall (freebsd-amd64), const IFT_HOSTPAD = 90
14123 pkg syscall (freebsd-amd64), const IFT_HSSI = 46
14124 pkg syscall (freebsd-amd64), const IFT_HY = 14
14125 pkg syscall (freebsd-amd64), const IFT_IBM370PARCHAN = 72
14126 pkg syscall (freebsd-amd64), const IFT_IDSL = 154
14127 pkg syscall (freebsd-amd64), const IFT_IEEE1394 = 144
14128 pkg syscall (freebsd-amd64), const IFT_IEEE80211 = 71
14129 pkg syscall (freebsd-amd64), const IFT_IEEE80212 = 55
14130 pkg syscall (freebsd-amd64), const IFT_IEEE8023ADLAG = 161
14131 pkg syscall (freebsd-amd64), const IFT_IFGSN = 145
14132 pkg syscall (freebsd-amd64), const IFT_IMT = 190
14133 pkg syscall (freebsd-amd64), const IFT_INFINIBAND = 199
14134 pkg syscall (freebsd-amd64), const IFT_INFINIBAND ideal-int
14135 pkg syscall (freebsd-amd64), const IFT_INTERLEAVE = 124
14136 pkg syscall (freebsd-amd64), const IFT_IP = 126
14137 pkg syscall (freebsd-amd64), const IFT_IPFORWARD = 142
14138 pkg syscall (freebsd-amd64), const IFT_IPOVERATM = 114
14139 pkg syscall (freebsd-amd64), const IFT_IPOVERCDLC = 109
14140 pkg syscall (freebsd-amd64), const IFT_IPOVERCLAW = 110
14141 pkg syscall (freebsd-amd64), const IFT_IPSWITCH = 78
14142 pkg syscall (freebsd-amd64), const IFT_IPXIP = 249
14143 pkg syscall (freebsd-amd64), const IFT_ISDN = 63
14144 pkg syscall (freebsd-amd64), const IFT_ISDNBASIC = 20
14145 pkg syscall (freebsd-amd64), const IFT_ISDNPRIMARY = 21
14146 pkg syscall (freebsd-amd64), const IFT_ISDNS = 75
14147 pkg syscall (freebsd-amd64), const IFT_ISDNU = 76
14148 pkg syscall (freebsd-amd64), const IFT_ISO88022LLC = 41
14149 pkg syscall (freebsd-amd64), const IFT_ISO88023 = 7
14150 pkg syscall (freebsd-amd64), const IFT_ISO88024 = 8
14151 pkg syscall (freebsd-amd64), const IFT_ISO88025 = 9
14152 pkg syscall (freebsd-amd64), const IFT_ISO88025CRFPINT = 98
14153 pkg syscall (freebsd-amd64), const IFT_ISO88025DTR = 86
14154 pkg syscall (freebsd-amd64), const IFT_ISO88025FIBER = 115
14155 pkg syscall (freebsd-amd64), const IFT_ISO88026 = 10
14156 pkg syscall (freebsd-amd64), const IFT_ISUP = 179
14157 pkg syscall (freebsd-amd64), const IFT_L2VLAN = 135
14158 pkg syscall (freebsd-amd64), const IFT_L3IPVLAN = 136
14159 pkg syscall (freebsd-amd64), const IFT_L3IPXVLAN = 137
14160 pkg syscall (freebsd-amd64), const IFT_LAPB = 16
14161 pkg syscall (freebsd-amd64), const IFT_LAPD = 77
14162 pkg syscall (freebsd-amd64), const IFT_LAPF = 119
14163 pkg syscall (freebsd-amd64), const IFT_LOCALTALK = 42
14164 pkg syscall (freebsd-amd64), const IFT_LOOP = 24
14165 pkg syscall (freebsd-amd64), const IFT_MEDIAMAILOVERIP = 139
14166 pkg syscall (freebsd-amd64), const IFT_MFSIGLINK = 167
14167 pkg syscall (freebsd-amd64), const IFT_MIOX25 = 38
14168 pkg syscall (freebsd-amd64), const IFT_MODEM = 48
14169 pkg syscall (freebsd-amd64), const IFT_MPC = 113
14170 pkg syscall (freebsd-amd64), const IFT_MPLS = 166
14171 pkg syscall (freebsd-amd64), const IFT_MPLSTUNNEL = 150
14172 pkg syscall (freebsd-amd64), const IFT_MSDSL = 143
14173 pkg syscall (freebsd-amd64), const IFT_MVL = 191
14174 pkg syscall (freebsd-amd64), const IFT_MYRINET = 99
14175 pkg syscall (freebsd-amd64), const IFT_NFAS = 175
14176 pkg syscall (freebsd-amd64), const IFT_NSIP = 27
14177 pkg syscall (freebsd-amd64), const IFT_OPTICALCHANNEL = 195
14178 pkg syscall (freebsd-amd64), const IFT_OPTICALTRANSPORT = 196
14179 pkg syscall (freebsd-amd64), const IFT_OTHER = 1
14180 pkg syscall (freebsd-amd64), const IFT_P10 = 12
14181 pkg syscall (freebsd-amd64), const IFT_P80 = 13
14182 pkg syscall (freebsd-amd64), const IFT_PARA = 34
14183 pkg syscall (freebsd-amd64), const IFT_PFLOG = 246
14184 pkg syscall (freebsd-amd64), const IFT_PFSYNC = 247
14185 pkg syscall (freebsd-amd64), const IFT_PLC = 174
14186 pkg syscall (freebsd-amd64), const IFT_POS = 171
14187 pkg syscall (freebsd-amd64), const IFT_PPP = 23
14188 pkg syscall (freebsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
14189 pkg syscall (freebsd-amd64), const IFT_PROPBWAP2MP = 184
14190 pkg syscall (freebsd-amd64), const IFT_PROPCNLS = 89
14191 pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
14192 pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
14193 pkg syscall (freebsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
14194 pkg syscall (freebsd-amd64), const IFT_PROPMUX = 54
14195 pkg syscall (freebsd-amd64), const IFT_PROPVIRTUAL = 53
14196 pkg syscall (freebsd-amd64), const IFT_PROPWIRELESSP2P = 157
14197 pkg syscall (freebsd-amd64), const IFT_PTPSERIAL = 22
14198 pkg syscall (freebsd-amd64), const IFT_PVC = 241
14199 pkg syscall (freebsd-amd64), const IFT_QLLC = 68
14200 pkg syscall (freebsd-amd64), const IFT_RADIOMAC = 188
14201 pkg syscall (freebsd-amd64), const IFT_RADSL = 95
14202 pkg syscall (freebsd-amd64), const IFT_REACHDSL = 192
14203 pkg syscall (freebsd-amd64), const IFT_RFC1483 = 159
14204 pkg syscall (freebsd-amd64), const IFT_RS232 = 33
14205 pkg syscall (freebsd-amd64), const IFT_RSRB = 79
14206 pkg syscall (freebsd-amd64), const IFT_SDLC = 17
14207 pkg syscall (freebsd-amd64), const IFT_SDSL = 96
14208 pkg syscall (freebsd-amd64), const IFT_SHDSL = 169
14209 pkg syscall (freebsd-amd64), const IFT_SIP = 31
14210 pkg syscall (freebsd-amd64), const IFT_SLIP = 28
14211 pkg syscall (freebsd-amd64), const IFT_SMDSDXI = 43
14212 pkg syscall (freebsd-amd64), const IFT_SMDSICIP = 52
14213 pkg syscall (freebsd-amd64), const IFT_SONET = 39
14214 pkg syscall (freebsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
14215 pkg syscall (freebsd-amd64), const IFT_SONETPATH = 50
14216 pkg syscall (freebsd-amd64), const IFT_SONETVT = 51
14217 pkg syscall (freebsd-amd64), const IFT_SRP = 151
14218 pkg syscall (freebsd-amd64), const IFT_SS7SIGLINK = 156
14219 pkg syscall (freebsd-amd64), const IFT_STACKTOSTACK = 111
14220 pkg syscall (freebsd-amd64), const IFT_STARLAN = 11
14221 pkg syscall (freebsd-amd64), const IFT_STF = 215
14222 pkg syscall (freebsd-amd64), const IFT_T1 = 18
14223 pkg syscall (freebsd-amd64), const IFT_TDLC = 116
14224 pkg syscall (freebsd-amd64), const IFT_TERMPAD = 91
14225 pkg syscall (freebsd-amd64), const IFT_TR008 = 176
14226 pkg syscall (freebsd-amd64), const IFT_TRANSPHDLC = 123
14227 pkg syscall (freebsd-amd64), const IFT_TUNNEL = 131
14228 pkg syscall (freebsd-amd64), const IFT_ULTRA = 29
14229 pkg syscall (freebsd-amd64), const IFT_USB = 160
14230 pkg syscall (freebsd-amd64), const IFT_V11 = 64
14231 pkg syscall (freebsd-amd64), const IFT_V35 = 45
14232 pkg syscall (freebsd-amd64), const IFT_V36 = 65
14233 pkg syscall (freebsd-amd64), const IFT_V37 = 120
14234 pkg syscall (freebsd-amd64), const IFT_VDSL = 97
14235 pkg syscall (freebsd-amd64), const IFT_VIRTUALIPADDRESS = 112
14236 pkg syscall (freebsd-amd64), const IFT_VOICEEM = 100
14237 pkg syscall (freebsd-amd64), const IFT_VOICEENCAP = 103
14238 pkg syscall (freebsd-amd64), const IFT_VOICEFXO = 101
14239 pkg syscall (freebsd-amd64), const IFT_VOICEFXS = 102
14240 pkg syscall (freebsd-amd64), const IFT_VOICEOVERATM = 152
14241 pkg syscall (freebsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
14242 pkg syscall (freebsd-amd64), const IFT_VOICEOVERIP = 104
14243 pkg syscall (freebsd-amd64), const IFT_X213 = 93
14244 pkg syscall (freebsd-amd64), const IFT_X25 = 5
14245 pkg syscall (freebsd-amd64), const IFT_X25DDN = 4
14246 pkg syscall (freebsd-amd64), const IFT_X25HUNTGROUP = 122
14247 pkg syscall (freebsd-amd64), const IFT_X25MLP = 121
14248 pkg syscall (freebsd-amd64), const IFT_X25PLE = 40
14249 pkg syscall (freebsd-amd64), const IFT_XETHER = 26
14250 pkg syscall (freebsd-amd64), const IGNBRK = 1
14251 pkg syscall (freebsd-amd64), const IGNBRK ideal-int
14252 pkg syscall (freebsd-amd64), const IGNCR = 128
14253 pkg syscall (freebsd-amd64), const IGNCR ideal-int
14254 pkg syscall (freebsd-amd64), const IGNPAR = 4
14255 pkg syscall (freebsd-amd64), const IGNPAR ideal-int
14256 pkg syscall (freebsd-amd64), const IMAXBEL = 8192
14257 pkg syscall (freebsd-amd64), const IMAXBEL ideal-int
14258 pkg syscall (freebsd-amd64), const INLCR = 64
14259 pkg syscall (freebsd-amd64), const INLCR ideal-int
14260 pkg syscall (freebsd-amd64), const INPCK = 16
14261 pkg syscall (freebsd-amd64), const INPCK ideal-int
14262 pkg syscall (freebsd-amd64), const IN_CLASSA_HOST = 16777215
14263 pkg syscall (freebsd-amd64), const IN_CLASSA_MAX = 128
14264 pkg syscall (freebsd-amd64), const IN_CLASSA_NET = 4278190080
14265 pkg syscall (freebsd-amd64), const IN_CLASSA_NSHIFT = 24
14266 pkg syscall (freebsd-amd64), const IN_CLASSB_HOST = 65535
14267 pkg syscall (freebsd-amd64), const IN_CLASSB_MAX = 65536
14268 pkg syscall (freebsd-amd64), const IN_CLASSB_NET = 4294901760
14269 pkg syscall (freebsd-amd64), const IN_CLASSB_NSHIFT = 16
14270 pkg syscall (freebsd-amd64), const IN_CLASSC_HOST = 255
14271 pkg syscall (freebsd-amd64), const IN_CLASSC_NET = 4294967040
14272 pkg syscall (freebsd-amd64), const IN_CLASSC_NSHIFT = 8
14273 pkg syscall (freebsd-amd64), const IN_CLASSD_HOST = 268435455
14274 pkg syscall (freebsd-amd64), const IN_CLASSD_NET = 4026531840
14275 pkg syscall (freebsd-amd64), const IN_CLASSD_NSHIFT = 28
14276 pkg syscall (freebsd-amd64), const IN_LOOPBACKNET = 127
14277 pkg syscall (freebsd-amd64), const IN_RFC3021_MASK = 4294967294
14278 pkg syscall (freebsd-amd64), const IN_RFC3021_MASK ideal-int
14279 pkg syscall (freebsd-amd64), const IPPROTO_3PC = 34
14280 pkg syscall (freebsd-amd64), const IPPROTO_ADFS = 68
14281 pkg syscall (freebsd-amd64), const IPPROTO_AH = 51
14282 pkg syscall (freebsd-amd64), const IPPROTO_AHIP = 61
14283 pkg syscall (freebsd-amd64), const IPPROTO_APES = 99
14284 pkg syscall (freebsd-amd64), const IPPROTO_ARGUS = 13
14285 pkg syscall (freebsd-amd64), const IPPROTO_AX25 = 93
14286 pkg syscall (freebsd-amd64), const IPPROTO_BHA = 49
14287 pkg syscall (freebsd-amd64), const IPPROTO_BLT = 30
14288 pkg syscall (freebsd-amd64), const IPPROTO_BRSATMON = 76
14289 pkg syscall (freebsd-amd64), const IPPROTO_CARP = 112
14290 pkg syscall (freebsd-amd64), const IPPROTO_CFTP = 62
14291 pkg syscall (freebsd-amd64), const IPPROTO_CHAOS = 16
14292 pkg syscall (freebsd-amd64), const IPPROTO_CMTP = 38
14293 pkg syscall (freebsd-amd64), const IPPROTO_CPHB = 73
14294 pkg syscall (freebsd-amd64), const IPPROTO_CPNX = 72
14295 pkg syscall (freebsd-amd64), const IPPROTO_DDP = 37
14296 pkg syscall (freebsd-amd64), const IPPROTO_DGP = 86
14297 pkg syscall (freebsd-amd64), const IPPROTO_DIVERT = 258
14298 pkg syscall (freebsd-amd64), const IPPROTO_DONE = 257
14299 pkg syscall (freebsd-amd64), const IPPROTO_DSTOPTS = 60
14300 pkg syscall (freebsd-amd64), const IPPROTO_EGP = 8
14301 pkg syscall (freebsd-amd64), const IPPROTO_EMCON = 14
14302 pkg syscall (freebsd-amd64), const IPPROTO_ENCAP = 98
14303 pkg syscall (freebsd-amd64), const IPPROTO_EON = 80
14304 pkg syscall (freebsd-amd64), const IPPROTO_ESP = 50
14305 pkg syscall (freebsd-amd64), const IPPROTO_ETHERIP = 97
14306 pkg syscall (freebsd-amd64), const IPPROTO_FRAGMENT = 44
14307 pkg syscall (freebsd-amd64), const IPPROTO_GGP = 3
14308 pkg syscall (freebsd-amd64), const IPPROTO_GMTP = 100
14309 pkg syscall (freebsd-amd64), const IPPROTO_GRE = 47
14310 pkg syscall (freebsd-amd64), const IPPROTO_HELLO = 63
14311 pkg syscall (freebsd-amd64), const IPPROTO_HMP = 20
14312 pkg syscall (freebsd-amd64), const IPPROTO_HOPOPTS = 0
14313 pkg syscall (freebsd-amd64), const IPPROTO_ICMP = 1
14314 pkg syscall (freebsd-amd64), const IPPROTO_ICMPV6 = 58
14315 pkg syscall (freebsd-amd64), const IPPROTO_IDP = 22
14316 pkg syscall (freebsd-amd64), const IPPROTO_IDPR = 35
14317 pkg syscall (freebsd-amd64), const IPPROTO_IDRP = 45
14318 pkg syscall (freebsd-amd64), const IPPROTO_IGMP = 2
14319 pkg syscall (freebsd-amd64), const IPPROTO_IGP = 85
14320 pkg syscall (freebsd-amd64), const IPPROTO_IGRP = 88
14321 pkg syscall (freebsd-amd64), const IPPROTO_IL = 40
14322 pkg syscall (freebsd-amd64), const IPPROTO_INLSP = 52
14323 pkg syscall (freebsd-amd64), const IPPROTO_INP = 32
14324 pkg syscall (freebsd-amd64), const IPPROTO_IPCOMP = 108
14325 pkg syscall (freebsd-amd64), const IPPROTO_IPCV = 71
14326 pkg syscall (freebsd-amd64), const IPPROTO_IPEIP = 94
14327 pkg syscall (freebsd-amd64), const IPPROTO_IPIP = 4
14328 pkg syscall (freebsd-amd64), const IPPROTO_IPPC = 67
14329 pkg syscall (freebsd-amd64), const IPPROTO_IPV4 = 4
14330 pkg syscall (freebsd-amd64), const IPPROTO_IRTP = 28
14331 pkg syscall (freebsd-amd64), const IPPROTO_KRYPTOLAN = 65
14332 pkg syscall (freebsd-amd64), const IPPROTO_LARP = 91
14333 pkg syscall (freebsd-amd64), const IPPROTO_LEAF1 = 25
14334 pkg syscall (freebsd-amd64), const IPPROTO_LEAF2 = 26
14335 pkg syscall (freebsd-amd64), const IPPROTO_MAX = 256
14336 pkg syscall (freebsd-amd64), const IPPROTO_MAXID = 52
14337 pkg syscall (freebsd-amd64), const IPPROTO_MEAS = 19
14338 pkg syscall (freebsd-amd64), const IPPROTO_MH = 135
14339 pkg syscall (freebsd-amd64), const IPPROTO_MH ideal-int
14340 pkg syscall (freebsd-amd64), const IPPROTO_MHRP = 48
14341 pkg syscall (freebsd-amd64), const IPPROTO_MICP = 95
14342 pkg syscall (freebsd-amd64), const IPPROTO_MOBILE = 55
14343 pkg syscall (freebsd-amd64), const IPPROTO_MTP = 92
14344 pkg syscall (freebsd-amd64), const IPPROTO_MUX = 18
14345 pkg syscall (freebsd-amd64), const IPPROTO_ND = 77
14346 pkg syscall (freebsd-amd64), const IPPROTO_NHRP = 54
14347 pkg syscall (freebsd-amd64), const IPPROTO_NONE = 59
14348 pkg syscall (freebsd-amd64), const IPPROTO_NSP = 31
14349 pkg syscall (freebsd-amd64), const IPPROTO_NVPII = 11
14350 pkg syscall (freebsd-amd64), const IPPROTO_OLD_DIVERT = 254
14351 pkg syscall (freebsd-amd64), const IPPROTO_OSPFIGP = 89
14352 pkg syscall (freebsd-amd64), const IPPROTO_PFSYNC = 240
14353 pkg syscall (freebsd-amd64), const IPPROTO_PGM = 113
14354 pkg syscall (freebsd-amd64), const IPPROTO_PIGP = 9
14355 pkg syscall (freebsd-amd64), const IPPROTO_PIM = 103
14356 pkg syscall (freebsd-amd64), const IPPROTO_PRM = 21
14357 pkg syscall (freebsd-amd64), const IPPROTO_PUP = 12
14358 pkg syscall (freebsd-amd64), const IPPROTO_PVP = 75
14359 pkg syscall (freebsd-amd64), const IPPROTO_RAW = 255
14360 pkg syscall (freebsd-amd64), const IPPROTO_RCCMON = 10
14361 pkg syscall (freebsd-amd64), const IPPROTO_RDP = 27
14362 pkg syscall (freebsd-amd64), const IPPROTO_ROUTING = 43
14363 pkg syscall (freebsd-amd64), const IPPROTO_RSVP = 46
14364 pkg syscall (freebsd-amd64), const IPPROTO_RVD = 66
14365 pkg syscall (freebsd-amd64), const IPPROTO_SATEXPAK = 64
14366 pkg syscall (freebsd-amd64), const IPPROTO_SATMON = 69
14367 pkg syscall (freebsd-amd64), const IPPROTO_SCCSP = 96
14368 pkg syscall (freebsd-amd64), const IPPROTO_SCTP = 132
14369 pkg syscall (freebsd-amd64), const IPPROTO_SDRP = 42
14370 pkg syscall (freebsd-amd64), const IPPROTO_SEND = 259
14371 pkg syscall (freebsd-amd64), const IPPROTO_SEND ideal-int
14372 pkg syscall (freebsd-amd64), const IPPROTO_SEP = 33
14373 pkg syscall (freebsd-amd64), const IPPROTO_SKIP = 57
14374 pkg syscall (freebsd-amd64), const IPPROTO_SPACER = 32767
14375 pkg syscall (freebsd-amd64), const IPPROTO_SRPC = 90
14376 pkg syscall (freebsd-amd64), const IPPROTO_ST = 7
14377 pkg syscall (freebsd-amd64), const IPPROTO_SVMTP = 82
14378 pkg syscall (freebsd-amd64), const IPPROTO_SWIPE = 53
14379 pkg syscall (freebsd-amd64), const IPPROTO_TCF = 87
14380 pkg syscall (freebsd-amd64), const IPPROTO_TLSP = 56
14381 pkg syscall (freebsd-amd64), const IPPROTO_TP = 29
14382 pkg syscall (freebsd-amd64), const IPPROTO_TPXX = 39
14383 pkg syscall (freebsd-amd64), const IPPROTO_TRUNK1 = 23
14384 pkg syscall (freebsd-amd64), const IPPROTO_TRUNK2 = 24
14385 pkg syscall (freebsd-amd64), const IPPROTO_TTP = 84
14386 pkg syscall (freebsd-amd64), const IPPROTO_VINES = 83
14387 pkg syscall (freebsd-amd64), const IPPROTO_VISA = 70
14388 pkg syscall (freebsd-amd64), const IPPROTO_VMTP = 81
14389 pkg syscall (freebsd-amd64), const IPPROTO_WBEXPAK = 79
14390 pkg syscall (freebsd-amd64), const IPPROTO_WBMON = 78
14391 pkg syscall (freebsd-amd64), const IPPROTO_WSN = 74
14392 pkg syscall (freebsd-amd64), const IPPROTO_XNET = 15
14393 pkg syscall (freebsd-amd64), const IPPROTO_XTP = 36
14394 pkg syscall (freebsd-amd64), const IPV6_AUTOFLOWLABEL = 59
14395 pkg syscall (freebsd-amd64), const IPV6_BINDANY = 64
14396 pkg syscall (freebsd-amd64), const IPV6_BINDV6ONLY = 27
14397 pkg syscall (freebsd-amd64), const IPV6_CHECKSUM = 26
14398 pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
14399 pkg syscall (freebsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
14400 pkg syscall (freebsd-amd64), const IPV6_DEFHLIM = 64
14401 pkg syscall (freebsd-amd64), const IPV6_DONTFRAG = 62
14402 pkg syscall (freebsd-amd64), const IPV6_DSTOPTS = 50
14403 pkg syscall (freebsd-amd64), const IPV6_FAITH = 29
14404 pkg syscall (freebsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
14405 pkg syscall (freebsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
14406 pkg syscall (freebsd-amd64), const IPV6_FRAGTTL = 120
14407 pkg syscall (freebsd-amd64), const IPV6_FW_ADD = 30
14408 pkg syscall (freebsd-amd64), const IPV6_FW_DEL = 31
14409 pkg syscall (freebsd-amd64), const IPV6_FW_FLUSH = 32
14410 pkg syscall (freebsd-amd64), const IPV6_FW_GET = 34
14411 pkg syscall (freebsd-amd64), const IPV6_FW_ZERO = 33
14412 pkg syscall (freebsd-amd64), const IPV6_HLIMDEC = 1
14413 pkg syscall (freebsd-amd64), const IPV6_HOPLIMIT = 47
14414 pkg syscall (freebsd-amd64), const IPV6_HOPOPTS = 49
14415 pkg syscall (freebsd-amd64), const IPV6_IPSEC_POLICY = 28
14416 pkg syscall (freebsd-amd64), const IPV6_JOIN_GROUP = 12
14417 pkg syscall (freebsd-amd64), const IPV6_LEAVE_GROUP = 13
14418 pkg syscall (freebsd-amd64), const IPV6_MAXHLIM = 255
14419 pkg syscall (freebsd-amd64), const IPV6_MAXOPTHDR = 2048
14420 pkg syscall (freebsd-amd64), const IPV6_MAXPACKET = 65535
14421 pkg syscall (freebsd-amd64), const IPV6_MAX_GROUP_SRC_FILTER = 512
14422 pkg syscall (freebsd-amd64), const IPV6_MAX_MEMBERSHIPS = 4095
14423 pkg syscall (freebsd-amd64), const IPV6_MAX_SOCK_SRC_FILTER = 128
14424 pkg syscall (freebsd-amd64), const IPV6_MIN_MEMBERSHIPS = 31
14425 pkg syscall (freebsd-amd64), const IPV6_MMTU = 1280
14426 pkg syscall (freebsd-amd64), const IPV6_MSFILTER = 74
14427 pkg syscall (freebsd-amd64), const IPV6_MULTICAST_HOPS = 10
14428 pkg syscall (freebsd-amd64), const IPV6_MULTICAST_IF = 9
14429 pkg syscall (freebsd-amd64), const IPV6_MULTICAST_LOOP = 11
14430 pkg syscall (freebsd-amd64), const IPV6_NEXTHOP = 48
14431 pkg syscall (freebsd-amd64), const IPV6_PATHMTU = 44
14432 pkg syscall (freebsd-amd64), const IPV6_PKTINFO = 46
14433 pkg syscall (freebsd-amd64), const IPV6_PORTRANGE = 14
14434 pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
14435 pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_HIGH = 1
14436 pkg syscall (freebsd-amd64), const IPV6_PORTRANGE_LOW = 2
14437 pkg syscall (freebsd-amd64), const IPV6_PREFER_TEMPADDR = 63
14438 pkg syscall (freebsd-amd64), const IPV6_RECVDSTOPTS = 40
14439 pkg syscall (freebsd-amd64), const IPV6_RECVHOPLIMIT = 37
14440 pkg syscall (freebsd-amd64), const IPV6_RECVHOPOPTS = 39
14441 pkg syscall (freebsd-amd64), const IPV6_RECVPATHMTU = 43
14442 pkg syscall (freebsd-amd64), const IPV6_RECVPKTINFO = 36
14443 pkg syscall (freebsd-amd64), const IPV6_RECVRTHDR = 38
14444 pkg syscall (freebsd-amd64), const IPV6_RECVTCLASS = 57
14445 pkg syscall (freebsd-amd64), const IPV6_RTHDR = 51
14446 pkg syscall (freebsd-amd64), const IPV6_RTHDRDSTOPTS = 35
14447 pkg syscall (freebsd-amd64), const IPV6_RTHDR_LOOSE = 0
14448 pkg syscall (freebsd-amd64), const IPV6_RTHDR_STRICT = 1
14449 pkg syscall (freebsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
14450 pkg syscall (freebsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
14451 pkg syscall (freebsd-amd64), const IPV6_TCLASS = 61
14452 pkg syscall (freebsd-amd64), const IPV6_UNICAST_HOPS = 4
14453 pkg syscall (freebsd-amd64), const IPV6_USE_MIN_MTU = 42
14454 pkg syscall (freebsd-amd64), const IPV6_V6ONLY = 27
14455 pkg syscall (freebsd-amd64), const IPV6_VERSION = 96
14456 pkg syscall (freebsd-amd64), const IPV6_VERSION_MASK = 240
14457 pkg syscall (freebsd-amd64), const IP_ADD_MEMBERSHIP = 12
14458 pkg syscall (freebsd-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 70
14459 pkg syscall (freebsd-amd64), const IP_BINDANY = 24
14460 pkg syscall (freebsd-amd64), const IP_BLOCK_SOURCE = 72
14461 pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
14462 pkg syscall (freebsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
14463 pkg syscall (freebsd-amd64), const IP_DF = 16384
14464 pkg syscall (freebsd-amd64), const IP_DONTFRAG = 67
14465 pkg syscall (freebsd-amd64), const IP_DROP_MEMBERSHIP = 13
14466 pkg syscall (freebsd-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 71
14467 pkg syscall (freebsd-amd64), const IP_DUMMYNET3 = 49
14468 pkg syscall (freebsd-amd64), const IP_DUMMYNET_CONFIGURE = 60
14469 pkg syscall (freebsd-amd64), const IP_DUMMYNET_DEL = 61
14470 pkg syscall (freebsd-amd64), const IP_DUMMYNET_FLUSH = 62
14471 pkg syscall (freebsd-amd64), const IP_DUMMYNET_GET = 64
14472 pkg syscall (freebsd-amd64), const IP_FAITH = 22
14473 pkg syscall (freebsd-amd64), const IP_FW3 = 48
14474 pkg syscall (freebsd-amd64), const IP_FW_ADD = 50
14475 pkg syscall (freebsd-amd64), const IP_FW_DEL = 51
14476 pkg syscall (freebsd-amd64), const IP_FW_FLUSH = 52
14477 pkg syscall (freebsd-amd64), const IP_FW_GET = 54
14478 pkg syscall (freebsd-amd64), const IP_FW_NAT_CFG = 56
14479 pkg syscall (freebsd-amd64), const IP_FW_NAT_DEL = 57
14480 pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_CONFIG = 58
14481 pkg syscall (freebsd-amd64), const IP_FW_NAT_GET_LOG = 59
14482 pkg syscall (freebsd-amd64), const IP_FW_RESETLOG = 55
14483 pkg syscall (freebsd-amd64), const IP_FW_TABLE_ADD = 40
14484 pkg syscall (freebsd-amd64), const IP_FW_TABLE_DEL = 41
14485 pkg syscall (freebsd-amd64), const IP_FW_TABLE_FLUSH = 42
14486 pkg syscall (freebsd-amd64), const IP_FW_TABLE_GETSIZE = 43
14487 pkg syscall (freebsd-amd64), const IP_FW_TABLE_LIST = 44
14488 pkg syscall (freebsd-amd64), const IP_FW_ZERO = 53
14489 pkg syscall (freebsd-amd64), const IP_HDRINCL = 2
14490 pkg syscall (freebsd-amd64), const IP_IPSEC_POLICY = 21
14491 pkg syscall (freebsd-amd64), const IP_MAXPACKET = 65535
14492 pkg syscall (freebsd-amd64), const IP_MAX_GROUP_SRC_FILTER = 512
14493 pkg syscall (freebsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
14494 pkg syscall (freebsd-amd64), const IP_MAX_SOCK_MUTE_FILTER = 128
14495 pkg syscall (freebsd-amd64), const IP_MAX_SOCK_SRC_FILTER = 128
14496 pkg syscall (freebsd-amd64), const IP_MAX_SOURCE_FILTER = 1024
14497 pkg syscall (freebsd-amd64), const IP_MF = 8192
14498 pkg syscall (freebsd-amd64), const IP_MINTTL = 66
14499 pkg syscall (freebsd-amd64), const IP_MIN_MEMBERSHIPS = 31
14500 pkg syscall (freebsd-amd64), const IP_MSFILTER = 74
14501 pkg syscall (freebsd-amd64), const IP_MSS = 576
14502 pkg syscall (freebsd-amd64), const IP_MULTICAST_IF = 9
14503 pkg syscall (freebsd-amd64), const IP_MULTICAST_LOOP = 11
14504 pkg syscall (freebsd-amd64), const IP_MULTICAST_TTL = 10
14505 pkg syscall (freebsd-amd64), const IP_MULTICAST_VIF = 14
14506 pkg syscall (freebsd-amd64), const IP_OFFMASK = 8191
14507 pkg syscall (freebsd-amd64), const IP_ONESBCAST = 23
14508 pkg syscall (freebsd-amd64), const IP_OPTIONS = 1
14509 pkg syscall (freebsd-amd64), const IP_PORTRANGE = 19
14510 pkg syscall (freebsd-amd64), const IP_PORTRANGE_DEFAULT = 0
14511 pkg syscall (freebsd-amd64), const IP_PORTRANGE_HIGH = 1
14512 pkg syscall (freebsd-amd64), const IP_PORTRANGE_LOW = 2
14513 pkg syscall (freebsd-amd64), const IP_RECVDSTADDR = 7
14514 pkg syscall (freebsd-amd64), const IP_RECVIF = 20
14515 pkg syscall (freebsd-amd64), const IP_RECVOPTS = 5
14516 pkg syscall (freebsd-amd64), const IP_RECVRETOPTS = 6
14517 pkg syscall (freebsd-amd64), const IP_RECVTOS = 68
14518 pkg syscall (freebsd-amd64), const IP_RECVTOS ideal-int
14519 pkg syscall (freebsd-amd64), const IP_RECVTTL = 65
14520 pkg syscall (freebsd-amd64), const IP_RETOPTS = 8
14521 pkg syscall (freebsd-amd64), const IP_RF = 32768
14522 pkg syscall (freebsd-amd64), const IP_RSVP_OFF = 16
14523 pkg syscall (freebsd-amd64), const IP_RSVP_ON = 15
14524 pkg syscall (freebsd-amd64), const IP_RSVP_VIF_OFF = 18
14525 pkg syscall (freebsd-amd64), const IP_RSVP_VIF_ON = 17
14526 pkg syscall (freebsd-amd64), const IP_SENDSRCADDR = 7
14527 pkg syscall (freebsd-amd64), const IP_TOS = 3
14528 pkg syscall (freebsd-amd64), const IP_TTL = 4
14529 pkg syscall (freebsd-amd64), const IP_UNBLOCK_SOURCE = 73
14530 pkg syscall (freebsd-amd64), const ISIG = 128
14531 pkg syscall (freebsd-amd64), const ISIG ideal-int
14532 pkg syscall (freebsd-amd64), const ISTRIP = 32
14533 pkg syscall (freebsd-amd64), const ISTRIP ideal-int
14534 pkg syscall (freebsd-amd64), const IXANY = 2048
14535 pkg syscall (freebsd-amd64), const IXANY ideal-int
14536 pkg syscall (freebsd-amd64), const IXOFF = 1024
14537 pkg syscall (freebsd-amd64), const IXOFF ideal-int
14538 pkg syscall (freebsd-amd64), const IXON = 512
14539 pkg syscall (freebsd-amd64), const IXON ideal-int
14540 pkg syscall (freebsd-amd64), const ImplementsGetwd = false
14541 pkg syscall (freebsd-amd64), const LOCK_EX = 2
14542 pkg syscall (freebsd-amd64), const LOCK_NB = 4
14543 pkg syscall (freebsd-amd64), const LOCK_SH = 1
14544 pkg syscall (freebsd-amd64), const LOCK_UN = 8
14545 pkg syscall (freebsd-amd64), const MADV_AUTOSYNC = 7
14546 pkg syscall (freebsd-amd64), const MADV_AUTOSYNC ideal-int
14547 pkg syscall (freebsd-amd64), const MADV_CORE = 9
14548 pkg syscall (freebsd-amd64), const MADV_CORE ideal-int
14549 pkg syscall (freebsd-amd64), const MADV_DONTNEED = 4
14550 pkg syscall (freebsd-amd64), const MADV_DONTNEED ideal-int
14551 pkg syscall (freebsd-amd64), const MADV_FREE = 5
14552 pkg syscall (freebsd-amd64), const MADV_FREE ideal-int
14553 pkg syscall (freebsd-amd64), const MADV_NOCORE = 8
14554 pkg syscall (freebsd-amd64), const MADV_NOCORE ideal-int
14555 pkg syscall (freebsd-amd64), const MADV_NORMAL = 0
14556 pkg syscall (freebsd-amd64), const MADV_NORMAL ideal-int
14557 pkg syscall (freebsd-amd64), const MADV_NOSYNC = 6
14558 pkg syscall (freebsd-amd64), const MADV_NOSYNC ideal-int
14559 pkg syscall (freebsd-amd64), const MADV_PROTECT = 10
14560 pkg syscall (freebsd-amd64), const MADV_PROTECT ideal-int
14561 pkg syscall (freebsd-amd64), const MADV_RANDOM = 1
14562 pkg syscall (freebsd-amd64), const MADV_RANDOM ideal-int
14563 pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL = 2
14564 pkg syscall (freebsd-amd64), const MADV_SEQUENTIAL ideal-int
14565 pkg syscall (freebsd-amd64), const MADV_WILLNEED = 3
14566 pkg syscall (freebsd-amd64), const MADV_WILLNEED ideal-int
14567 pkg syscall (freebsd-amd64), const MAP_ANON = 4096
14568 pkg syscall (freebsd-amd64), const MAP_ANON ideal-int
14569 pkg syscall (freebsd-amd64), const MAP_ANONYMOUS = 4096
14570 pkg syscall (freebsd-amd64), const MAP_ANONYMOUS ideal-int
14571 pkg syscall (freebsd-amd64), const MAP_COPY = 2
14572 pkg syscall (freebsd-amd64), const MAP_COPY ideal-int
14573 pkg syscall (freebsd-amd64), const MAP_FILE = 0
14574 pkg syscall (freebsd-amd64), const MAP_FILE ideal-int
14575 pkg syscall (freebsd-amd64), const MAP_FIXED = 16
14576 pkg syscall (freebsd-amd64), const MAP_FIXED ideal-int
14577 pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE = 512
14578 pkg syscall (freebsd-amd64), const MAP_HASSEMAPHORE ideal-int
14579 pkg syscall (freebsd-amd64), const MAP_NOCORE = 131072
14580 pkg syscall (freebsd-amd64), const MAP_NOCORE ideal-int
14581 pkg syscall (freebsd-amd64), const MAP_NORESERVE = 64
14582 pkg syscall (freebsd-amd64), const MAP_NORESERVE ideal-int
14583 pkg syscall (freebsd-amd64), const MAP_NOSYNC = 2048
14584 pkg syscall (freebsd-amd64), const MAP_NOSYNC ideal-int
14585 pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ = 262144
14586 pkg syscall (freebsd-amd64), const MAP_PREFAULT_READ ideal-int
14587 pkg syscall (freebsd-amd64), const MAP_PRIVATE = 2
14588 pkg syscall (freebsd-amd64), const MAP_PRIVATE ideal-int
14589 pkg syscall (freebsd-amd64), const MAP_RENAME = 32
14590 pkg syscall (freebsd-amd64), const MAP_RENAME ideal-int
14591 pkg syscall (freebsd-amd64), const MAP_RESERVED0080 = 128
14592 pkg syscall (freebsd-amd64), const MAP_RESERVED0080 ideal-int
14593 pkg syscall (freebsd-amd64), const MAP_RESERVED0100 = 256
14594 pkg syscall (freebsd-amd64), const MAP_RESERVED0100 ideal-int
14595 pkg syscall (freebsd-amd64), const MAP_SHARED = 1
14596 pkg syscall (freebsd-amd64), const MAP_SHARED ideal-int
14597 pkg syscall (freebsd-amd64), const MAP_STACK = 1024
14598 pkg syscall (freebsd-amd64), const MAP_STACK ideal-int
14599 pkg syscall (freebsd-amd64), const MCL_CURRENT = 1
14600 pkg syscall (freebsd-amd64), const MCL_CURRENT ideal-int
14601 pkg syscall (freebsd-amd64), const MCL_FUTURE = 2
14602 pkg syscall (freebsd-amd64), const MCL_FUTURE ideal-int
14603 pkg syscall (freebsd-amd64), const MSG_COMPAT = 32768
14604 pkg syscall (freebsd-amd64), const MSG_CTRUNC = 32
14605 pkg syscall (freebsd-amd64), const MSG_DONTROUTE = 4
14606 pkg syscall (freebsd-amd64), const MSG_DONTWAIT = 128
14607 pkg syscall (freebsd-amd64), const MSG_EOF = 256
14608 pkg syscall (freebsd-amd64), const MSG_EOR = 8
14609 pkg syscall (freebsd-amd64), const MSG_NBIO = 16384
14610 pkg syscall (freebsd-amd64), const MSG_NOSIGNAL = 131072
14611 pkg syscall (freebsd-amd64), const MSG_NOTIFICATION = 8192
14612 pkg syscall (freebsd-amd64), const MSG_OOB = 1
14613 pkg syscall (freebsd-amd64), const MSG_PEEK = 2
14614 pkg syscall (freebsd-amd64), const MSG_TRUNC = 16
14615 pkg syscall (freebsd-amd64), const MSG_WAITALL = 64
14616 pkg syscall (freebsd-amd64), const MS_ASYNC = 1
14617 pkg syscall (freebsd-amd64), const MS_ASYNC ideal-int
14618 pkg syscall (freebsd-amd64), const MS_INVALIDATE = 2
14619 pkg syscall (freebsd-amd64), const MS_INVALIDATE ideal-int
14620 pkg syscall (freebsd-amd64), const MS_SYNC = 0
14621 pkg syscall (freebsd-amd64), const MS_SYNC ideal-int
14622 pkg syscall (freebsd-amd64), const NET_RT_DUMP = 1
14623 pkg syscall (freebsd-amd64), const NET_RT_FLAGS = 2
14624 pkg syscall (freebsd-amd64), const NET_RT_IFLIST = 3
14625 pkg syscall (freebsd-amd64), const NET_RT_IFLISTL = 5
14626 pkg syscall (freebsd-amd64), const NET_RT_IFLISTL ideal-int
14627 pkg syscall (freebsd-amd64), const NET_RT_IFMALIST = 4
14628 pkg syscall (freebsd-amd64), const NET_RT_MAXID = 6
14629 pkg syscall (freebsd-amd64), const NOFLSH = 2147483648
14630 pkg syscall (freebsd-amd64), const NOFLSH ideal-int
14631 pkg syscall (freebsd-amd64), const NOTE_ATTRIB = 8
14632 pkg syscall (freebsd-amd64), const NOTE_CHILD = 4
14633 pkg syscall (freebsd-amd64), const NOTE_DELETE = 1
14634 pkg syscall (freebsd-amd64), const NOTE_EXEC = 536870912
14635 pkg syscall (freebsd-amd64), const NOTE_EXIT = 2147483648
14636 pkg syscall (freebsd-amd64), const NOTE_EXTEND = 4
14637 pkg syscall (freebsd-amd64), const NOTE_FFAND = 1073741824
14638 pkg syscall (freebsd-amd64), const NOTE_FFCOPY = 3221225472
14639 pkg syscall (freebsd-amd64), const NOTE_FFCTRLMASK = 3221225472
14640 pkg syscall (freebsd-amd64), const NOTE_FFLAGSMASK = 16777215
14641 pkg syscall (freebsd-amd64), const NOTE_FFNOP = 0
14642 pkg syscall (freebsd-amd64), const NOTE_FFOR = 2147483648
14643 pkg syscall (freebsd-amd64), const NOTE_FORK = 1073741824
14644 pkg syscall (freebsd-amd64), const NOTE_LINK = 16
14645 pkg syscall (freebsd-amd64), const NOTE_LOWAT = 1
14646 pkg syscall (freebsd-amd64), const NOTE_PCTRLMASK = 4026531840
14647 pkg syscall (freebsd-amd64), const NOTE_PDATAMASK = 1048575
14648 pkg syscall (freebsd-amd64), const NOTE_RENAME = 32
14649 pkg syscall (freebsd-amd64), const NOTE_REVOKE = 64
14650 pkg syscall (freebsd-amd64), const NOTE_TRACK = 1
14651 pkg syscall (freebsd-amd64), const NOTE_TRACKERR = 2
14652 pkg syscall (freebsd-amd64), const NOTE_TRIGGER = 16777216
14653 pkg syscall (freebsd-amd64), const NOTE_WRITE = 2
14654 pkg syscall (freebsd-amd64), const OCRNL = 16
14655 pkg syscall (freebsd-amd64), const OCRNL ideal-int
14656 pkg syscall (freebsd-amd64), const ONLCR = 2
14657 pkg syscall (freebsd-amd64), const ONLCR ideal-int
14658 pkg syscall (freebsd-amd64), const ONLRET = 64
14659 pkg syscall (freebsd-amd64), const ONLRET ideal-int
14660 pkg syscall (freebsd-amd64), const ONOCR = 32
14661 pkg syscall (freebsd-amd64), const ONOCR ideal-int
14662 pkg syscall (freebsd-amd64), const ONOEOT = 8
14663 pkg syscall (freebsd-amd64), const ONOEOT ideal-int
14664 pkg syscall (freebsd-amd64), const OPOST = 1
14665 pkg syscall (freebsd-amd64), const OPOST ideal-int
14666 pkg syscall (freebsd-amd64), const O_ACCMODE = 3
14667 pkg syscall (freebsd-amd64), const O_APPEND = 8
14668 pkg syscall (freebsd-amd64), const O_ASYNC = 64
14669 pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
14670 pkg syscall (freebsd-amd64), const O_CREAT = 512
14671 pkg syscall (freebsd-amd64), const O_DIRECT = 65536
14672 pkg syscall (freebsd-amd64), const O_DIRECTORY = 131072
14673 pkg syscall (freebsd-amd64), const O_EXCL = 2048
14674 pkg syscall (freebsd-amd64), const O_EXEC = 262144
14675 pkg syscall (freebsd-amd64), const O_EXLOCK = 32
14676 pkg syscall (freebsd-amd64), const O_FSYNC = 128
14677 pkg syscall (freebsd-amd64), const O_NDELAY = 4
14678 pkg syscall (freebsd-amd64), const O_NOCTTY = 32768
14679 pkg syscall (freebsd-amd64), const O_NOFOLLOW = 256
14680 pkg syscall (freebsd-amd64), const O_NONBLOCK = 4
14681 pkg syscall (freebsd-amd64), const O_SHLOCK = 16
14682 pkg syscall (freebsd-amd64), const O_SYNC = 128
14683 pkg syscall (freebsd-amd64), const O_TRUNC = 1024
14684 pkg syscall (freebsd-amd64), const O_TTY_INIT = 524288
14685 pkg syscall (freebsd-amd64), const PARENB = 4096
14686 pkg syscall (freebsd-amd64), const PARENB ideal-int
14687 pkg syscall (freebsd-amd64), const PARMRK = 8
14688 pkg syscall (freebsd-amd64), const PARMRK ideal-int
14689 pkg syscall (freebsd-amd64), const PARODD = 8192
14690 pkg syscall (freebsd-amd64), const PARODD ideal-int
14691 pkg syscall (freebsd-amd64), const PENDIN = 536870912
14692 pkg syscall (freebsd-amd64), const PENDIN ideal-int
14693 pkg syscall (freebsd-amd64), const PROT_EXEC = 4
14694 pkg syscall (freebsd-amd64), const PROT_EXEC ideal-int
14695 pkg syscall (freebsd-amd64), const PROT_NONE = 0
14696 pkg syscall (freebsd-amd64), const PROT_NONE ideal-int
14697 pkg syscall (freebsd-amd64), const PROT_READ = 1
14698 pkg syscall (freebsd-amd64), const PROT_READ ideal-int
14699 pkg syscall (freebsd-amd64), const PROT_WRITE = 2
14700 pkg syscall (freebsd-amd64), const PROT_WRITE ideal-int
14701 pkg syscall (freebsd-amd64), const PTRACE_CONT = 7
14702 pkg syscall (freebsd-amd64), const PTRACE_KILL = 8
14703 pkg syscall (freebsd-amd64), const PTRACE_TRACEME = 0
14704 pkg syscall (freebsd-amd64), const RLIMIT_AS = 10
14705 pkg syscall (freebsd-amd64), const RLIMIT_CORE = 4
14706 pkg syscall (freebsd-amd64), const RLIMIT_CPU = 0
14707 pkg syscall (freebsd-amd64), const RLIMIT_DATA = 2
14708 pkg syscall (freebsd-amd64), const RLIMIT_FSIZE = 1
14709 pkg syscall (freebsd-amd64), const RLIMIT_NOFILE = 8
14710 pkg syscall (freebsd-amd64), const RLIMIT_STACK = 3
14711 pkg syscall (freebsd-amd64), const RLIM_INFINITY = 9223372036854775807
14712 pkg syscall (freebsd-amd64), const RTAX_AUTHOR = 6
14713 pkg syscall (freebsd-amd64), const RTAX_BRD = 7
14714 pkg syscall (freebsd-amd64), const RTAX_DST = 0
14715 pkg syscall (freebsd-amd64), const RTAX_GATEWAY = 1
14716 pkg syscall (freebsd-amd64), const RTAX_GENMASK = 3
14717 pkg syscall (freebsd-amd64), const RTAX_IFA = 5
14718 pkg syscall (freebsd-amd64), const RTAX_IFP = 4
14719 pkg syscall (freebsd-amd64), const RTAX_MAX = 8
14720 pkg syscall (freebsd-amd64), const RTAX_NETMASK = 2
14721 pkg syscall (freebsd-amd64), const RTA_AUTHOR = 64
14722 pkg syscall (freebsd-amd64), const RTA_BRD = 128
14723 pkg syscall (freebsd-amd64), const RTA_DST = 1
14724 pkg syscall (freebsd-amd64), const RTA_GATEWAY = 2
14725 pkg syscall (freebsd-amd64), const RTA_GENMASK = 8
14726 pkg syscall (freebsd-amd64), const RTA_IFA = 32
14727 pkg syscall (freebsd-amd64), const RTA_IFP = 16
14728 pkg syscall (freebsd-amd64), const RTA_NETMASK = 4
14729 pkg syscall (freebsd-amd64), const RTF_BLACKHOLE = 4096
14730 pkg syscall (freebsd-amd64), const RTF_BROADCAST = 4194304
14731 pkg syscall (freebsd-amd64), const RTF_DONE = 64
14732 pkg syscall (freebsd-amd64), const RTF_DYNAMIC = 16
14733 pkg syscall (freebsd-amd64), const RTF_FMASK = 268752904
14734 pkg syscall (freebsd-amd64), const RTF_GATEWAY = 2
14735 pkg syscall (freebsd-amd64), const RTF_HOST = 4
14736 pkg syscall (freebsd-amd64), const RTF_LLDATA = 1024
14737 pkg syscall (freebsd-amd64), const RTF_LLINFO = 1024
14738 pkg syscall (freebsd-amd64), const RTF_LOCAL = 2097152
14739 pkg syscall (freebsd-amd64), const RTF_MODIFIED = 32
14740 pkg syscall (freebsd-amd64), const RTF_MULTICAST = 8388608
14741 pkg syscall (freebsd-amd64), const RTF_PINNED = 1048576
14742 pkg syscall (freebsd-amd64), const RTF_PRCLONING = 65536
14743 pkg syscall (freebsd-amd64), const RTF_PROTO1 = 32768
14744 pkg syscall (freebsd-amd64), const RTF_PROTO2 = 16384
14745 pkg syscall (freebsd-amd64), const RTF_PROTO3 = 262144
14746 pkg syscall (freebsd-amd64), const RTF_REJECT = 8
14747 pkg syscall (freebsd-amd64), const RTF_RNH_LOCKED = 1073741824
14748 pkg syscall (freebsd-amd64), const RTF_STATIC = 2048
14749 pkg syscall (freebsd-amd64), const RTF_STICKY = 268435456
14750 pkg syscall (freebsd-amd64), const RTF_UP = 1
14751 pkg syscall (freebsd-amd64), const RTF_XRESOLVE = 512
14752 pkg syscall (freebsd-amd64), const RTM_ADD = 1
14753 pkg syscall (freebsd-amd64), const RTM_CHANGE = 3
14754 pkg syscall (freebsd-amd64), const RTM_DELADDR = 13
14755 pkg syscall (freebsd-amd64), const RTM_DELETE = 2
14756 pkg syscall (freebsd-amd64), const RTM_DELMADDR = 16
14757 pkg syscall (freebsd-amd64), const RTM_GET = 4
14758 pkg syscall (freebsd-amd64), const RTM_IEEE80211 = 18
14759 pkg syscall (freebsd-amd64), const RTM_IFANNOUNCE = 17
14760 pkg syscall (freebsd-amd64), const RTM_IFINFO = 14
14761 pkg syscall (freebsd-amd64), const RTM_LOCK = 8
14762 pkg syscall (freebsd-amd64), const RTM_LOSING = 5
14763 pkg syscall (freebsd-amd64), const RTM_MISS = 7
14764 pkg syscall (freebsd-amd64), const RTM_NEWADDR = 12
14765 pkg syscall (freebsd-amd64), const RTM_NEWMADDR = 15
14766 pkg syscall (freebsd-amd64), const RTM_OLDADD = 9
14767 pkg syscall (freebsd-amd64), const RTM_OLDDEL = 10
14768 pkg syscall (freebsd-amd64), const RTM_REDIRECT = 6
14769 pkg syscall (freebsd-amd64), const RTM_RESOLVE = 11
14770 pkg syscall (freebsd-amd64), const RTM_RTTUNIT = 1000000
14771 pkg syscall (freebsd-amd64), const RTM_VERSION = 5
14772 pkg syscall (freebsd-amd64), const RTV_EXPIRE = 4
14773 pkg syscall (freebsd-amd64), const RTV_HOPCOUNT = 2
14774 pkg syscall (freebsd-amd64), const RTV_MTU = 1
14775 pkg syscall (freebsd-amd64), const RTV_RPIPE = 8
14776 pkg syscall (freebsd-amd64), const RTV_RTT = 64
14777 pkg syscall (freebsd-amd64), const RTV_RTTVAR = 128
14778 pkg syscall (freebsd-amd64), const RTV_SPIPE = 16
14779 pkg syscall (freebsd-amd64), const RTV_SSTHRESH = 32
14780 pkg syscall (freebsd-amd64), const RTV_WEIGHT = 256
14781 pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT = 1
14782 pkg syscall (freebsd-amd64), const RT_CACHING_CONTEXT ideal-int
14783 pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB = 0
14784 pkg syscall (freebsd-amd64), const RT_DEFAULT_FIB ideal-int
14785 pkg syscall (freebsd-amd64), const RUSAGE_CHILDREN = -1
14786 pkg syscall (freebsd-amd64), const RUSAGE_SELF = 0
14787 pkg syscall (freebsd-amd64), const RUSAGE_THREAD = 1
14788 pkg syscall (freebsd-amd64), const SCM_BINTIME = 4
14789 pkg syscall (freebsd-amd64), const SCM_CREDS = 3
14790 pkg syscall (freebsd-amd64), const SCM_RIGHTS = 1
14791 pkg syscall (freebsd-amd64), const SCM_TIMESTAMP = 2
14792 pkg syscall (freebsd-amd64), const SIGBUS = 10
14793 pkg syscall (freebsd-amd64), const SIGCHLD = 20
14794 pkg syscall (freebsd-amd64), const SIGCONT = 19
14795 pkg syscall (freebsd-amd64), const SIGEMT = 7
14796 pkg syscall (freebsd-amd64), const SIGINFO = 29
14797 pkg syscall (freebsd-amd64), const SIGIO = 23
14798 pkg syscall (freebsd-amd64), const SIGIOT = 6
14799 pkg syscall (freebsd-amd64), const SIGLWP = 32
14800 pkg syscall (freebsd-amd64), const SIGPROF = 27
14801 pkg syscall (freebsd-amd64), const SIGSTOP = 17
14802 pkg syscall (freebsd-amd64), const SIGSYS = 12
14803 pkg syscall (freebsd-amd64), const SIGTHR = 32
14804 pkg syscall (freebsd-amd64), const SIGTSTP = 18
14805 pkg syscall (freebsd-amd64), const SIGTTIN = 21
14806 pkg syscall (freebsd-amd64), const SIGTTOU = 22
14807 pkg syscall (freebsd-amd64), const SIGURG = 16
14808 pkg syscall (freebsd-amd64), const SIGUSR1 = 30
14809 pkg syscall (freebsd-amd64), const SIGUSR2 = 31
14810 pkg syscall (freebsd-amd64), const SIGVTALRM = 26
14811 pkg syscall (freebsd-amd64), const SIGWINCH = 28
14812 pkg syscall (freebsd-amd64), const SIGXCPU = 24
14813 pkg syscall (freebsd-amd64), const SIGXFSZ = 25
14814 pkg syscall (freebsd-amd64), const SIOCADDMULTI = 2149607729
14815 pkg syscall (freebsd-amd64), const SIOCADDRT = 2151707146
14816 pkg syscall (freebsd-amd64), const SIOCAIFADDR = 2151704858
14817 pkg syscall (freebsd-amd64), const SIOCAIFGROUP = 2150132103
14818 pkg syscall (freebsd-amd64), const SIOCALIFADDR = 2165860635
14819 pkg syscall (freebsd-amd64), const SIOCATMARK = 1074033415
14820 pkg syscall (freebsd-amd64), const SIOCDELMULTI = 2149607730
14821 pkg syscall (freebsd-amd64), const SIOCDELRT = 2151707147
14822 pkg syscall (freebsd-amd64), const SIOCDIFADDR = 2149607705
14823 pkg syscall (freebsd-amd64), const SIOCDIFGROUP = 2150132105
14824 pkg syscall (freebsd-amd64), const SIOCDIFPHYADDR = 2149607753
14825 pkg syscall (freebsd-amd64), const SIOCDLIFADDR = 2165860637
14826 pkg syscall (freebsd-amd64), const SIOCGDRVSPEC = 3223873915
14827 pkg syscall (freebsd-amd64), const SIOCGETSGCNT = 3223351824
14828 pkg syscall (freebsd-amd64), const SIOCGETVIFCNT = 3223876111
14829 pkg syscall (freebsd-amd64), const SIOCGHIWAT = 1074033409
14830 pkg syscall (freebsd-amd64), const SIOCGIFADDR = 3223349537
14831 pkg syscall (freebsd-amd64), const SIOCGIFBRDADDR = 3223349539
14832 pkg syscall (freebsd-amd64), const SIOCGIFCAP = 3223349535
14833 pkg syscall (freebsd-amd64), const SIOCGIFCONF = 3222300964
14834 pkg syscall (freebsd-amd64), const SIOCGIFDESCR = 3223349546
14835 pkg syscall (freebsd-amd64), const SIOCGIFDSTADDR = 3223349538
14836 pkg syscall (freebsd-amd64), const SIOCGIFFIB = 3223349596
14837 pkg syscall (freebsd-amd64), const SIOCGIFFIB ideal-int
14838 pkg syscall (freebsd-amd64), const SIOCGIFFLAGS = 3223349521
14839 pkg syscall (freebsd-amd64), const SIOCGIFGENERIC = 3223349562
14840 pkg syscall (freebsd-amd64), const SIOCGIFGMEMB = 3223873930
14841 pkg syscall (freebsd-amd64), const SIOCGIFGROUP = 3223873928
14842 pkg syscall (freebsd-amd64), const SIOCGIFINDEX = 3223349536
14843 pkg syscall (freebsd-amd64), const SIOCGIFMAC = 3223349542
14844 pkg syscall (freebsd-amd64), const SIOCGIFMEDIA = 3224398136
14845 pkg syscall (freebsd-amd64), const SIOCGIFMETRIC = 3223349527
14846 pkg syscall (freebsd-amd64), const SIOCGIFMTU = 3223349555
14847 pkg syscall (freebsd-amd64), const SIOCGIFNETMASK = 3223349541
14848 pkg syscall (freebsd-amd64), const SIOCGIFPDSTADDR = 3223349576
14849 pkg syscall (freebsd-amd64), const SIOCGIFPHYS = 3223349557
14850 pkg syscall (freebsd-amd64), const SIOCGIFPSRCADDR = 3223349575
14851 pkg syscall (freebsd-amd64), const SIOCGIFSTATUS = 3274795323
14852 pkg syscall (freebsd-amd64), const SIOCGLIFADDR = 3239602460
14853 pkg syscall (freebsd-amd64), const SIOCGLIFPHYADDR = 3239602507
14854 pkg syscall (freebsd-amd64), const SIOCGLOWAT = 1074033411
14855 pkg syscall (freebsd-amd64), const SIOCGPGRP = 1074033417
14856 pkg syscall (freebsd-amd64), const SIOCGPRIVATE_0 = 3223349584
14857 pkg syscall (freebsd-amd64), const SIOCGPRIVATE_1 = 3223349585
14858 pkg syscall (freebsd-amd64), const SIOCIFCREATE = 3223349626
14859 pkg syscall (freebsd-amd64), const SIOCIFCREATE2 = 3223349628
14860 pkg syscall (freebsd-amd64), const SIOCIFDESTROY = 2149607801
14861 pkg syscall (freebsd-amd64), const SIOCIFGCLONERS = 3222301048
14862 pkg syscall (freebsd-amd64), const SIOCSDRVSPEC = 2150132091
14863 pkg syscall (freebsd-amd64), const SIOCSHIWAT = 2147775232
14864 pkg syscall (freebsd-amd64), const SIOCSIFADDR = 2149607692
14865 pkg syscall (freebsd-amd64), const SIOCSIFBRDADDR = 2149607699
14866 pkg syscall (freebsd-amd64), const SIOCSIFCAP = 2149607710
14867 pkg syscall (freebsd-amd64), const SIOCSIFDESCR = 2149607721
14868 pkg syscall (freebsd-amd64), const SIOCSIFDSTADDR = 2149607694
14869 pkg syscall (freebsd-amd64), const SIOCSIFFIB = 2149607773
14870 pkg syscall (freebsd-amd64), const SIOCSIFFIB ideal-int
14871 pkg syscall (freebsd-amd64), const SIOCSIFFLAGS = 2149607696
14872 pkg syscall (freebsd-amd64), const SIOCSIFGENERIC = 2149607737
14873 pkg syscall (freebsd-amd64), const SIOCSIFLLADDR = 2149607740
14874 pkg syscall (freebsd-amd64), const SIOCSIFMAC = 2149607719
14875 pkg syscall (freebsd-amd64), const SIOCSIFMEDIA = 3223349559
14876 pkg syscall (freebsd-amd64), const SIOCSIFMETRIC = 2149607704
14877 pkg syscall (freebsd-amd64), const SIOCSIFMTU = 2149607732
14878 pkg syscall (freebsd-amd64), const SIOCSIFNAME = 2149607720
14879 pkg syscall (freebsd-amd64), const SIOCSIFNETMASK = 2149607702
14880 pkg syscall (freebsd-amd64), const SIOCSIFPHYADDR = 2151704902
14881 pkg syscall (freebsd-amd64), const SIOCSIFPHYS = 2149607734
14882 pkg syscall (freebsd-amd64), const SIOCSIFRVNET = 3223349595
14883 pkg syscall (freebsd-amd64), const SIOCSIFVNET = 3223349594
14884 pkg syscall (freebsd-amd64), const SIOCSLIFPHYADDR = 2165860682
14885 pkg syscall (freebsd-amd64), const SIOCSLOWAT = 2147775234
14886 pkg syscall (freebsd-amd64), const SIOCSPGRP = 2147775240
14887 pkg syscall (freebsd-amd64), const SOCK_MAXADDRLEN = 255
14888 pkg syscall (freebsd-amd64), const SOCK_RDM = 4
14889 pkg syscall (freebsd-amd64), const SOL_SOCKET = 65535
14890 pkg syscall (freebsd-amd64), const SOMAXCONN = 128
14891 pkg syscall (freebsd-amd64), const SO_ACCEPTCONN = 2
14892 pkg syscall (freebsd-amd64), const SO_ACCEPTFILTER = 4096
14893 pkg syscall (freebsd-amd64), const SO_BINTIME = 8192
14894 pkg syscall (freebsd-amd64), const SO_BROADCAST = 32
14895 pkg syscall (freebsd-amd64), const SO_DEBUG = 1
14896 pkg syscall (freebsd-amd64), const SO_DONTROUTE = 16
14897 pkg syscall (freebsd-amd64), const SO_ERROR = 4103
14898 pkg syscall (freebsd-amd64), const SO_KEEPALIVE = 8
14899 pkg syscall (freebsd-amd64), const SO_LABEL = 4105
14900 pkg syscall (freebsd-amd64), const SO_LINGER = 128
14901 pkg syscall (freebsd-amd64), const SO_LISTENINCQLEN = 4115
14902 pkg syscall (freebsd-amd64), const SO_LISTENQLEN = 4114
14903 pkg syscall (freebsd-amd64), const SO_LISTENQLIMIT = 4113
14904 pkg syscall (freebsd-amd64), const SO_NOSIGPIPE = 2048
14905 pkg syscall (freebsd-amd64), const SO_NO_DDP = 32768
14906 pkg syscall (freebsd-amd64), const SO_NO_OFFLOAD = 16384
14907 pkg syscall (freebsd-amd64), const SO_OOBINLINE = 256
14908 pkg syscall (freebsd-amd64), const SO_PEERLABEL = 4112
14909 pkg syscall (freebsd-amd64), const SO_PROTOCOL = 4118
14910 pkg syscall (freebsd-amd64), const SO_PROTOCOL ideal-int
14911 pkg syscall (freebsd-amd64), const SO_PROTOTYPE = 4118
14912 pkg syscall (freebsd-amd64), const SO_PROTOTYPE ideal-int
14913 pkg syscall (freebsd-amd64), const SO_RCVBUF = 4098
14914 pkg syscall (freebsd-amd64), const SO_RCVLOWAT = 4100
14915 pkg syscall (freebsd-amd64), const SO_RCVTIMEO = 4102
14916 pkg syscall (freebsd-amd64), const SO_REUSEADDR = 4
14917 pkg syscall (freebsd-amd64), const SO_REUSEPORT = 512
14918 pkg syscall (freebsd-amd64), const SO_SETFIB = 4116
14919 pkg syscall (freebsd-amd64), const SO_SNDBUF = 4097
14920 pkg syscall (freebsd-amd64), const SO_SNDLOWAT = 4099
14921 pkg syscall (freebsd-amd64), const SO_SNDTIMEO = 4101
14922 pkg syscall (freebsd-amd64), const SO_TIMESTAMP = 1024
14923 pkg syscall (freebsd-amd64), const SO_TYPE = 4104
14924 pkg syscall (freebsd-amd64), const SO_USELOOPBACK = 64
14925 pkg syscall (freebsd-amd64), const SO_USER_COOKIE = 4117
14926 pkg syscall (freebsd-amd64), const SO_USER_COOKIE ideal-int
14927 pkg syscall (freebsd-amd64), const SYS_ABORT2 = 463
14928 pkg syscall (freebsd-amd64), const SYS_ACCEPT = 30
14929 pkg syscall (freebsd-amd64), const SYS_ACCESS = 33
14930 pkg syscall (freebsd-amd64), const SYS_ACCT = 51
14931 pkg syscall (freebsd-amd64), const SYS_ADJTIME = 140
14932 pkg syscall (freebsd-amd64), const SYS_AUDIT = 445
14933 pkg syscall (freebsd-amd64), const SYS_AUDITCTL = 453
14934 pkg syscall (freebsd-amd64), const SYS_AUDITON = 446
14935 pkg syscall (freebsd-amd64), const SYS_BIND = 104
14936 pkg syscall (freebsd-amd64), const SYS_CAP_ENTER = 516
14937 pkg syscall (freebsd-amd64), const SYS_CAP_GETMODE = 517
14938 pkg syscall (freebsd-amd64), const SYS_CAP_GETRIGHTS = 515
14939 pkg syscall (freebsd-amd64), const SYS_CAP_NEW = 514
14940 pkg syscall (freebsd-amd64), const SYS_CHDIR = 12
14941 pkg syscall (freebsd-amd64), const SYS_CHFLAGS = 34
14942 pkg syscall (freebsd-amd64), const SYS_CHMOD = 15
14943 pkg syscall (freebsd-amd64), const SYS_CHOWN = 16
14944 pkg syscall (freebsd-amd64), const SYS_CHROOT = 61
14945 pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 = 247
14946 pkg syscall (freebsd-amd64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int
14947 pkg syscall (freebsd-amd64), const SYS_CLOCK_GETRES = 234
14948 pkg syscall (freebsd-amd64), const SYS_CLOCK_GETTIME = 232
14949 pkg syscall (freebsd-amd64), const SYS_CLOCK_SETTIME = 233
14950 pkg syscall (freebsd-amd64), const SYS_CLOSE = 6
14951 pkg syscall (freebsd-amd64), const SYS_CLOSEFROM = 509
14952 pkg syscall (freebsd-amd64), const SYS_CONNECT = 98
14953 pkg syscall (freebsd-amd64), const SYS_CPUSET = 484
14954 pkg syscall (freebsd-amd64), const SYS_CPUSET_GETAFFINITY = 487
14955 pkg syscall (freebsd-amd64), const SYS_CPUSET_GETID = 486
14956 pkg syscall (freebsd-amd64), const SYS_CPUSET_SETAFFINITY = 488
14957 pkg syscall (freebsd-amd64), const SYS_CPUSET_SETID = 485
14958 pkg syscall (freebsd-amd64), const SYS_DUP = 41
14959 pkg syscall (freebsd-amd64), const SYS_DUP2 = 90
14960 pkg syscall (freebsd-amd64), const SYS_EACCESS = 376
14961 pkg syscall (freebsd-amd64), const SYS_EXECVE = 59
14962 pkg syscall (freebsd-amd64), const SYS_EXIT = 1
14963 pkg syscall (freebsd-amd64), const SYS_EXTATTRCTL = 355
14964 pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FD = 373
14965 pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_FILE = 358
14966 pkg syscall (freebsd-amd64), const SYS_EXTATTR_DELETE_LINK = 414
14967 pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FD = 372
14968 pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_FILE = 357
14969 pkg syscall (freebsd-amd64), const SYS_EXTATTR_GET_LINK = 413
14970 pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FD = 437
14971 pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_FILE = 438
14972 pkg syscall (freebsd-amd64), const SYS_EXTATTR_LIST_LINK = 439
14973 pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FD = 371
14974 pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_FILE = 356
14975 pkg syscall (freebsd-amd64), const SYS_EXTATTR_SET_LINK = 412
14976 pkg syscall (freebsd-amd64), const SYS_FACCESSAT = 489
14977 pkg syscall (freebsd-amd64), const SYS_FCHDIR = 13
14978 pkg syscall (freebsd-amd64), const SYS_FCHFLAGS = 35
14979 pkg syscall (freebsd-amd64), const SYS_FCHMOD = 124
14980 pkg syscall (freebsd-amd64), const SYS_FCHMODAT = 490
14981 pkg syscall (freebsd-amd64), const SYS_FCHOWN = 123
14982 pkg syscall (freebsd-amd64), const SYS_FCHOWNAT = 491
14983 pkg syscall (freebsd-amd64), const SYS_FCNTL = 92
14984 pkg syscall (freebsd-amd64), const SYS_FEXECVE = 492
14985 pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETCOUNTER = 241
14986 pkg syscall (freebsd-amd64), const SYS_FFCLOCK_GETESTIMATE = 243
14987 pkg syscall (freebsd-amd64), const SYS_FFCLOCK_SETESTIMATE = 242
14988 pkg syscall (freebsd-amd64), const SYS_FHOPEN = 298
14989 pkg syscall (freebsd-amd64), const SYS_FHSTAT = 299
14990 pkg syscall (freebsd-amd64), const SYS_FHSTATFS = 398
14991 pkg syscall (freebsd-amd64), const SYS_FLOCK = 131
14992 pkg syscall (freebsd-amd64), const SYS_FORK = 2
14993 pkg syscall (freebsd-amd64), const SYS_FPATHCONF = 192
14994 pkg syscall (freebsd-amd64), const SYS_FREEBSD6_FTRUNCATE = 201
14995 pkg syscall (freebsd-amd64), const SYS_FREEBSD6_LSEEK = 199
14996 pkg syscall (freebsd-amd64), const SYS_FREEBSD6_MMAP = 197
14997 pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PREAD = 173
14998 pkg syscall (freebsd-amd64), const SYS_FREEBSD6_PWRITE = 174
14999 pkg syscall (freebsd-amd64), const SYS_FREEBSD6_TRUNCATE = 200
15000 pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
15001 pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
15002 pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397
15003 pkg syscall (freebsd-amd64), const SYS_FSYNC = 95
15004 pkg syscall (freebsd-amd64), const SYS_FTRUNCATE = 480
15005 pkg syscall (freebsd-amd64), const SYS_FUTIMES = 206
15006 pkg syscall (freebsd-amd64), const SYS_FUTIMESAT = 494
15007 pkg syscall (freebsd-amd64), const SYS_GETAUDIT = 449
15008 pkg syscall (freebsd-amd64), const SYS_GETAUDIT_ADDR = 451
15009 pkg syscall (freebsd-amd64), const SYS_GETAUID = 447
15010 pkg syscall (freebsd-amd64), const SYS_GETCONTEXT = 421
15011 pkg syscall (freebsd-amd64), const SYS_GETDENTS = 272
15012 pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196
15013 pkg syscall (freebsd-amd64), const SYS_GETDTABLESIZE = 89
15014 pkg syscall (freebsd-amd64), const SYS_GETEGID = 43
15015 pkg syscall (freebsd-amd64), const SYS_GETEUID = 25
15016 pkg syscall (freebsd-amd64), const SYS_GETFH = 161
15017 pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395
15018 pkg syscall (freebsd-amd64), const SYS_GETGID = 47
15019 pkg syscall (freebsd-amd64), const SYS_GETGROUPS = 79
15020 pkg syscall (freebsd-amd64), const SYS_GETITIMER = 86
15021 pkg syscall (freebsd-amd64), const SYS_GETLOGIN = 49
15022 pkg syscall (freebsd-amd64), const SYS_GETLOGINCLASS = 523
15023 pkg syscall (freebsd-amd64), const SYS_GETPEERNAME = 31
15024 pkg syscall (freebsd-amd64), const SYS_GETPGID = 207
15025 pkg syscall (freebsd-amd64), const SYS_GETPGRP = 81
15026 pkg syscall (freebsd-amd64), const SYS_GETPID = 20
15027 pkg syscall (freebsd-amd64), const SYS_GETPPID = 39
15028 pkg syscall (freebsd-amd64), const SYS_GETPRIORITY = 100
15029 pkg syscall (freebsd-amd64), const SYS_GETRESGID = 361
15030 pkg syscall (freebsd-amd64), const SYS_GETRESUID = 360
15031 pkg syscall (freebsd-amd64), const SYS_GETRLIMIT = 194
15032 pkg syscall (freebsd-amd64), const SYS_GETRUSAGE = 117
15033 pkg syscall (freebsd-amd64), const SYS_GETSID = 310
15034 pkg syscall (freebsd-amd64), const SYS_GETSOCKNAME = 32
15035 pkg syscall (freebsd-amd64), const SYS_GETSOCKOPT = 118
15036 pkg syscall (freebsd-amd64), const SYS_GETTIMEOFDAY = 116
15037 pkg syscall (freebsd-amd64), const SYS_GETUID = 24
15038 pkg syscall (freebsd-amd64), const SYS_IOCTL = 54
15039 pkg syscall (freebsd-amd64), const SYS_ISSETUGID = 253
15040 pkg syscall (freebsd-amd64), const SYS_JAIL = 338
15041 pkg syscall (freebsd-amd64), const SYS_JAIL_ATTACH = 436
15042 pkg syscall (freebsd-amd64), const SYS_JAIL_GET = 506
15043 pkg syscall (freebsd-amd64), const SYS_JAIL_REMOVE = 508
15044 pkg syscall (freebsd-amd64), const SYS_JAIL_SET = 507
15045 pkg syscall (freebsd-amd64), const SYS_KENV = 390
15046 pkg syscall (freebsd-amd64), const SYS_KEVENT = 363
15047 pkg syscall (freebsd-amd64), const SYS_KILL = 37
15048 pkg syscall (freebsd-amd64), const SYS_KLDFIND = 306
15049 pkg syscall (freebsd-amd64), const SYS_KLDFIRSTMOD = 309
15050 pkg syscall (freebsd-amd64), const SYS_KLDLOAD = 304
15051 pkg syscall (freebsd-amd64), const SYS_KLDNEXT = 307
15052 pkg syscall (freebsd-amd64), const SYS_KLDSTAT = 308
15053 pkg syscall (freebsd-amd64), const SYS_KLDSYM = 337
15054 pkg syscall (freebsd-amd64), const SYS_KLDUNLOAD = 305
15055 pkg syscall (freebsd-amd64), const SYS_KLDUNLOADF = 444
15056 pkg syscall (freebsd-amd64), const SYS_KQUEUE = 362
15057 pkg syscall (freebsd-amd64), const SYS_KTIMER_CREATE = 235
15058 pkg syscall (freebsd-amd64), const SYS_KTIMER_DELETE = 236
15059 pkg syscall (freebsd-amd64), const SYS_KTIMER_GETOVERRUN = 239
15060 pkg syscall (freebsd-amd64), const SYS_KTIMER_GETTIME = 238
15061 pkg syscall (freebsd-amd64), const SYS_KTIMER_SETTIME = 237
15062 pkg syscall (freebsd-amd64), const SYS_KTRACE = 45
15063 pkg syscall (freebsd-amd64), const SYS_LCHFLAGS = 391
15064 pkg syscall (freebsd-amd64), const SYS_LCHMOD = 274
15065 pkg syscall (freebsd-amd64), const SYS_LCHOWN = 254
15066 pkg syscall (freebsd-amd64), const SYS_LGETFH = 160
15067 pkg syscall (freebsd-amd64), const SYS_LINK = 9
15068 pkg syscall (freebsd-amd64), const SYS_LINKAT = 495
15069 pkg syscall (freebsd-amd64), const SYS_LISTEN = 106
15070 pkg syscall (freebsd-amd64), const SYS_LPATHCONF = 513
15071 pkg syscall (freebsd-amd64), const SYS_LSEEK = 478
15072 pkg syscall (freebsd-amd64), const SYS_LSTAT = 190
15073 pkg syscall (freebsd-amd64), const SYS_LUTIMES = 276
15074 pkg syscall (freebsd-amd64), const SYS_MAC_SYSCALL = 394
15075 pkg syscall (freebsd-amd64), const SYS_MADVISE = 75
15076 pkg syscall (freebsd-amd64), const SYS_MINCORE = 78
15077 pkg syscall (freebsd-amd64), const SYS_MINHERIT = 250
15078 pkg syscall (freebsd-amd64), const SYS_MKDIR = 136
15079 pkg syscall (freebsd-amd64), const SYS_MKDIRAT = 496
15080 pkg syscall (freebsd-amd64), const SYS_MKFIFO = 132
15081 pkg syscall (freebsd-amd64), const SYS_MKFIFOAT = 497
15082 pkg syscall (freebsd-amd64), const SYS_MKNOD = 14
15083 pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498
15084 pkg syscall (freebsd-amd64), const SYS_MLOCK = 203
15085 pkg syscall (freebsd-amd64), const SYS_MLOCKALL = 324
15086 pkg syscall (freebsd-amd64), const SYS_MMAP = 477
15087 pkg syscall (freebsd-amd64), const SYS_MODFIND = 303
15088 pkg syscall (freebsd-amd64), const SYS_MODFNEXT = 302
15089 pkg syscall (freebsd-amd64), const SYS_MODNEXT = 300
15090 pkg syscall (freebsd-amd64), const SYS_MODSTAT = 301
15091 pkg syscall (freebsd-amd64), const SYS_MOUNT = 21
15092 pkg syscall (freebsd-amd64), const SYS_MPROTECT = 74
15093 pkg syscall (freebsd-amd64), const SYS_MSYNC = 65
15094 pkg syscall (freebsd-amd64), const SYS_MUNLOCK = 204
15095 pkg syscall (freebsd-amd64), const SYS_MUNLOCKALL = 325
15096 pkg syscall (freebsd-amd64), const SYS_MUNMAP = 73
15097 pkg syscall (freebsd-amd64), const SYS_NANOSLEEP = 240
15098 pkg syscall (freebsd-amd64), const SYS_NFSTAT = 279
15099 pkg syscall (freebsd-amd64), const SYS_NLSTAT = 280
15100 pkg syscall (freebsd-amd64), const SYS_NMOUNT = 378
15101 pkg syscall (freebsd-amd64), const SYS_NSTAT = 278
15102 pkg syscall (freebsd-amd64), const SYS_NTP_ADJTIME = 176
15103 pkg syscall (freebsd-amd64), const SYS_NTP_GETTIME = 248
15104 pkg syscall (freebsd-amd64), const SYS_OBREAK = 17
15105 pkg syscall (freebsd-amd64), const SYS_OPEN = 5
15106 pkg syscall (freebsd-amd64), const SYS_OPENAT = 499
15107 pkg syscall (freebsd-amd64), const SYS_OPENBSD_POLL = 252
15108 pkg syscall (freebsd-amd64), const SYS_OVADVISE = 72
15109 pkg syscall (freebsd-amd64), const SYS_PATHCONF = 191
15110 pkg syscall (freebsd-amd64), const SYS_PDFORK = 518
15111 pkg syscall (freebsd-amd64), const SYS_PDGETPID = 520
15112 pkg syscall (freebsd-amd64), const SYS_PDKILL = 519
15113 pkg syscall (freebsd-amd64), const SYS_PIPE = 42
15114 pkg syscall (freebsd-amd64), const SYS_POLL = 209
15115 pkg syscall (freebsd-amd64), const SYS_POSIX_FADVISE = 531
15116 pkg syscall (freebsd-amd64), const SYS_POSIX_FALLOCATE = 530
15117 pkg syscall (freebsd-amd64), const SYS_POSIX_OPENPT = 504
15118 pkg syscall (freebsd-amd64), const SYS_PREAD = 475
15119 pkg syscall (freebsd-amd64), const SYS_PREADV = 289
15120 pkg syscall (freebsd-amd64), const SYS_PROFIL = 44
15121 pkg syscall (freebsd-amd64), const SYS_PSELECT = 522
15122 pkg syscall (freebsd-amd64), const SYS_PTRACE = 26
15123 pkg syscall (freebsd-amd64), const SYS_PWRITE = 476
15124 pkg syscall (freebsd-amd64), const SYS_PWRITEV = 290
15125 pkg syscall (freebsd-amd64), const SYS_QUOTACTL = 148
15126 pkg syscall (freebsd-amd64), const SYS_RCTL_ADD_RULE = 528
15127 pkg syscall (freebsd-amd64), const SYS_RCTL_GET_LIMITS = 527
15128 pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RACCT = 525
15129 pkg syscall (freebsd-amd64), const SYS_RCTL_GET_RULES = 526
15130 pkg syscall (freebsd-amd64), const SYS_RCTL_REMOVE_RULE = 529
15131 pkg syscall (freebsd-amd64), const SYS_READ = 3
15132 pkg syscall (freebsd-amd64), const SYS_READLINK = 58
15133 pkg syscall (freebsd-amd64), const SYS_READLINKAT = 500
15134 pkg syscall (freebsd-amd64), const SYS_READV = 120
15135 pkg syscall (freebsd-amd64), const SYS_REBOOT = 55
15136 pkg syscall (freebsd-amd64), const SYS_RECVFROM = 29
15137 pkg syscall (freebsd-amd64), const SYS_RECVMSG = 27
15138 pkg syscall (freebsd-amd64), const SYS_RENAME = 128
15139 pkg syscall (freebsd-amd64), const SYS_RENAMEAT = 501
15140 pkg syscall (freebsd-amd64), const SYS_REVOKE = 56
15141 pkg syscall (freebsd-amd64), const SYS_RFORK = 251
15142 pkg syscall (freebsd-amd64), const SYS_RMDIR = 137
15143 pkg syscall (freebsd-amd64), const SYS_RTPRIO = 166
15144 pkg syscall (freebsd-amd64), const SYS_RTPRIO_THREAD = 466
15145 pkg syscall (freebsd-amd64), const SYS_SBRK = 69
15146 pkg syscall (freebsd-amd64), const SYS_SCHED_GETPARAM = 328
15147 pkg syscall (freebsd-amd64), const SYS_SCHED_GETSCHEDULER = 330
15148 pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 332
15149 pkg syscall (freebsd-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 333
15150 pkg syscall (freebsd-amd64), const SYS_SCHED_RR_GET_INTERVAL = 334
15151 pkg syscall (freebsd-amd64), const SYS_SCHED_SETPARAM = 327
15152 pkg syscall (freebsd-amd64), const SYS_SCHED_SETSCHEDULER = 329
15153 pkg syscall (freebsd-amd64), const SYS_SCHED_YIELD = 331
15154 pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_RECVMSG = 474
15155 pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG = 472
15156 pkg syscall (freebsd-amd64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
15157 pkg syscall (freebsd-amd64), const SYS_SCTP_PEELOFF = 471
15158 pkg syscall (freebsd-amd64), const SYS_SELECT = 93
15159 pkg syscall (freebsd-amd64), const SYS_SENDFILE = 393
15160 pkg syscall (freebsd-amd64), const SYS_SENDMSG = 28
15161 pkg syscall (freebsd-amd64), const SYS_SENDTO = 133
15162 pkg syscall (freebsd-amd64), const SYS_SETAUDIT = 450
15163 pkg syscall (freebsd-amd64), const SYS_SETAUDIT_ADDR = 452
15164 pkg syscall (freebsd-amd64), const SYS_SETAUID = 448
15165 pkg syscall (freebsd-amd64), const SYS_SETCONTEXT = 422
15166 pkg syscall (freebsd-amd64), const SYS_SETEGID = 182
15167 pkg syscall (freebsd-amd64), const SYS_SETEUID = 183
15168 pkg syscall (freebsd-amd64), const SYS_SETFIB = 175
15169 pkg syscall (freebsd-amd64), const SYS_SETGID = 181
15170 pkg syscall (freebsd-amd64), const SYS_SETGROUPS = 80
15171 pkg syscall (freebsd-amd64), const SYS_SETITIMER = 83
15172 pkg syscall (freebsd-amd64), const SYS_SETLOGIN = 50
15173 pkg syscall (freebsd-amd64), const SYS_SETLOGINCLASS = 524
15174 pkg syscall (freebsd-amd64), const SYS_SETPGID = 82
15175 pkg syscall (freebsd-amd64), const SYS_SETPRIORITY = 96
15176 pkg syscall (freebsd-amd64), const SYS_SETREGID = 127
15177 pkg syscall (freebsd-amd64), const SYS_SETRESGID = 312
15178 pkg syscall (freebsd-amd64), const SYS_SETRESUID = 311
15179 pkg syscall (freebsd-amd64), const SYS_SETREUID = 126
15180 pkg syscall (freebsd-amd64), const SYS_SETRLIMIT = 195
15181 pkg syscall (freebsd-amd64), const SYS_SETSID = 147
15182 pkg syscall (freebsd-amd64), const SYS_SETSOCKOPT = 105
15183 pkg syscall (freebsd-amd64), const SYS_SETTIMEOFDAY = 122
15184 pkg syscall (freebsd-amd64), const SYS_SETUID = 23
15185 pkg syscall (freebsd-amd64), const SYS_SHM_OPEN = 482
15186 pkg syscall (freebsd-amd64), const SYS_SHM_UNLINK = 483
15187 pkg syscall (freebsd-amd64), const SYS_SHUTDOWN = 134
15188 pkg syscall (freebsd-amd64), const SYS_SIGACTION = 416
15189 pkg syscall (freebsd-amd64), const SYS_SIGALTSTACK = 53
15190 pkg syscall (freebsd-amd64), const SYS_SIGPENDING = 343
15191 pkg syscall (freebsd-amd64), const SYS_SIGPROCMASK = 340
15192 pkg syscall (freebsd-amd64), const SYS_SIGQUEUE = 456
15193 pkg syscall (freebsd-amd64), const SYS_SIGRETURN = 417
15194 pkg syscall (freebsd-amd64), const SYS_SIGSUSPEND = 341
15195 pkg syscall (freebsd-amd64), const SYS_SIGTIMEDWAIT = 345
15196 pkg syscall (freebsd-amd64), const SYS_SIGWAIT = 429
15197 pkg syscall (freebsd-amd64), const SYS_SIGWAITINFO = 346
15198 pkg syscall (freebsd-amd64), const SYS_SOCKET = 97
15199 pkg syscall (freebsd-amd64), const SYS_SOCKETPAIR = 135
15200 pkg syscall (freebsd-amd64), const SYS_SSTK = 70
15201 pkg syscall (freebsd-amd64), const SYS_STAT = 188
15202 pkg syscall (freebsd-amd64), const SYS_STATFS = 396
15203 pkg syscall (freebsd-amd64), const SYS_SWAPCONTEXT = 423
15204 pkg syscall (freebsd-amd64), const SYS_SWAPOFF = 424
15205 pkg syscall (freebsd-amd64), const SYS_SWAPON = 85
15206 pkg syscall (freebsd-amd64), const SYS_SYMLINK = 57
15207 pkg syscall (freebsd-amd64), const SYS_SYMLINKAT = 502
15208 pkg syscall (freebsd-amd64), const SYS_SYNC = 36
15209 pkg syscall (freebsd-amd64), const SYS_SYSARCH = 165
15210 pkg syscall (freebsd-amd64), const SYS_THR_CREATE = 430
15211 pkg syscall (freebsd-amd64), const SYS_THR_EXIT = 431
15212 pkg syscall (freebsd-amd64), const SYS_THR_KILL = 433
15213 pkg syscall (freebsd-amd64), const SYS_THR_KILL2 = 481
15214 pkg syscall (freebsd-amd64), const SYS_THR_NEW = 455
15215 pkg syscall (freebsd-amd64), const SYS_THR_SELF = 432
15216 pkg syscall (freebsd-amd64), const SYS_THR_SET_NAME = 464
15217 pkg syscall (freebsd-amd64), const SYS_THR_SUSPEND = 442
15218 pkg syscall (freebsd-amd64), const SYS_THR_WAKE = 443
15219 pkg syscall (freebsd-amd64), const SYS_TRUNCATE = 479
15220 pkg syscall (freebsd-amd64), const SYS_UMASK = 60
15221 pkg syscall (freebsd-amd64), const SYS_UNDELETE = 205
15222 pkg syscall (freebsd-amd64), const SYS_UNLINK = 10
15223 pkg syscall (freebsd-amd64), const SYS_UNLINKAT = 503
15224 pkg syscall (freebsd-amd64), const SYS_UNMOUNT = 22
15225 pkg syscall (freebsd-amd64), const SYS_UTIMES = 138
15226 pkg syscall (freebsd-amd64), const SYS_UTRACE = 335
15227 pkg syscall (freebsd-amd64), const SYS_UUIDGEN = 392
15228 pkg syscall (freebsd-amd64), const SYS_VFORK = 66
15229 pkg syscall (freebsd-amd64), const SYS_WAIT4 = 7
15230 pkg syscall (freebsd-amd64), const SYS_WAIT6 = 532
15231 pkg syscall (freebsd-amd64), const SYS_WAIT6 ideal-int
15232 pkg syscall (freebsd-amd64), const SYS_WRITE = 4
15233 pkg syscall (freebsd-amd64), const SYS_WRITEV = 121
15234 pkg syscall (freebsd-amd64), const SYS_YIELD = 321
15235 pkg syscall (freebsd-amd64), const SYS__UMTX_LOCK = 434
15236 pkg syscall (freebsd-amd64), const SYS__UMTX_OP = 454
15237 pkg syscall (freebsd-amd64), const SYS__UMTX_UNLOCK = 435
15238 pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FD = 354
15239 pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_FILE = 353
15240 pkg syscall (freebsd-amd64), const SYS___ACL_ACLCHECK_LINK = 428
15241 pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FD = 352
15242 pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_FILE = 351
15243 pkg syscall (freebsd-amd64), const SYS___ACL_DELETE_LINK = 427
15244 pkg syscall (freebsd-amd64), const SYS___ACL_GET_FD = 349
15245 pkg syscall (freebsd-amd64), const SYS___ACL_GET_FILE = 347
15246 pkg syscall (freebsd-amd64), const SYS___ACL_GET_LINK = 425
15247 pkg syscall (freebsd-amd64), const SYS___ACL_SET_FD = 350
15248 pkg syscall (freebsd-amd64), const SYS___ACL_SET_FILE = 348
15249 pkg syscall (freebsd-amd64), const SYS___ACL_SET_LINK = 426
15250 pkg syscall (freebsd-amd64), const SYS___GETCWD = 326
15251 pkg syscall (freebsd-amd64), const SYS___MAC_EXECVE = 415
15252 pkg syscall (freebsd-amd64), const SYS___MAC_GET_FD = 386
15253 pkg syscall (freebsd-amd64), const SYS___MAC_GET_FILE = 387
15254 pkg syscall (freebsd-amd64), const SYS___MAC_GET_LINK = 410
15255 pkg syscall (freebsd-amd64), const SYS___MAC_GET_PID = 409
15256 pkg syscall (freebsd-amd64), const SYS___MAC_GET_PROC = 384
15257 pkg syscall (freebsd-amd64), const SYS___MAC_SET_FD = 388
15258 pkg syscall (freebsd-amd64), const SYS___MAC_SET_FILE = 389
15259 pkg syscall (freebsd-amd64), const SYS___MAC_SET_LINK = 411
15260 pkg syscall (freebsd-amd64), const SYS___MAC_SET_PROC = 385
15261 pkg syscall (freebsd-amd64), const SYS___SETUGID = 374
15262 pkg syscall (freebsd-amd64), const SYS___SYSCTL = 202
15263 pkg syscall (freebsd-amd64), const S_IFMT = 61440
15264 pkg syscall (freebsd-amd64), const SizeofBpfHdr = 32
15265 pkg syscall (freebsd-amd64), const SizeofBpfInsn = 8
15266 pkg syscall (freebsd-amd64), const SizeofBpfProgram = 16
15267 pkg syscall (freebsd-amd64), const SizeofBpfStat = 8
15268 pkg syscall (freebsd-amd64), const SizeofBpfVersion = 4
15269 pkg syscall (freebsd-amd64), const SizeofBpfZbuf = 24
15270 pkg syscall (freebsd-amd64), const SizeofBpfZbufHeader = 32
15271 pkg syscall (freebsd-amd64), const SizeofCmsghdr = 12
15272 pkg syscall (freebsd-amd64), const SizeofIPMreq = 8
15273 pkg syscall (freebsd-amd64), const SizeofIPMreqn = 12
15274 pkg syscall (freebsd-amd64), const SizeofIPv6Mreq = 20
15275 pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr = 24
15276 pkg syscall (freebsd-amd64), const SizeofIfAnnounceMsghdr ideal-int
15277 pkg syscall (freebsd-amd64), const SizeofIfData = 152
15278 pkg syscall (freebsd-amd64), const SizeofIfMsghdr = 168
15279 pkg syscall (freebsd-amd64), const SizeofIfaMsghdr = 20
15280 pkg syscall (freebsd-amd64), const SizeofIfmaMsghdr = 16
15281 pkg syscall (freebsd-amd64), const SizeofInet6Pktinfo = 20
15282 pkg syscall (freebsd-amd64), const SizeofLinger = 8
15283 pkg syscall (freebsd-amd64), const SizeofMsghdr = 48
15284 pkg syscall (freebsd-amd64), const SizeofRtMetrics = 112
15285 pkg syscall (freebsd-amd64), const SizeofRtMsghdr = 152
15286 pkg syscall (freebsd-amd64), const SizeofSockaddrAny = 108
15287 pkg syscall (freebsd-amd64), const SizeofSockaddrDatalink = 54
15288 pkg syscall (freebsd-amd64), const SizeofSockaddrInet4 = 16
15289 pkg syscall (freebsd-amd64), const SizeofSockaddrInet6 = 28
15290 pkg syscall (freebsd-amd64), const SizeofSockaddrUnix = 106
15291 pkg syscall (freebsd-amd64), const TCIFLUSH = 1
15292 pkg syscall (freebsd-amd64), const TCIFLUSH ideal-int
15293 pkg syscall (freebsd-amd64), const TCIOFLUSH = 3
15294 pkg syscall (freebsd-amd64), const TCIOFLUSH ideal-int
15295 pkg syscall (freebsd-amd64), const TCOFLUSH = 2
15296 pkg syscall (freebsd-amd64), const TCOFLUSH ideal-int
15297 pkg syscall (freebsd-amd64), const TCP_CA_NAME_MAX = 16
15298 pkg syscall (freebsd-amd64), const TCP_CONGESTION = 64
15299 pkg syscall (freebsd-amd64), const TCP_INFO = 32
15300 pkg syscall (freebsd-amd64), const TCP_KEEPCNT = 1024
15301 pkg syscall (freebsd-amd64), const TCP_KEEPCNT ideal-int
15302 pkg syscall (freebsd-amd64), const TCP_KEEPIDLE = 256
15303 pkg syscall (freebsd-amd64), const TCP_KEEPIDLE ideal-int
15304 pkg syscall (freebsd-amd64), const TCP_KEEPINIT = 128
15305 pkg syscall (freebsd-amd64), const TCP_KEEPINIT ideal-int
15306 pkg syscall (freebsd-amd64), const TCP_KEEPINTVL = 512
15307 pkg syscall (freebsd-amd64), const TCP_KEEPINTVL ideal-int
15308 pkg syscall (freebsd-amd64), const TCP_MAXBURST = 4
15309 pkg syscall (freebsd-amd64), const TCP_MAXHLEN = 60
15310 pkg syscall (freebsd-amd64), const TCP_MAXOLEN = 40
15311 pkg syscall (freebsd-amd64), const TCP_MAXSEG = 2
15312 pkg syscall (freebsd-amd64), const TCP_MAXWIN = 65535
15313 pkg syscall (freebsd-amd64), const TCP_MAX_SACK = 4
15314 pkg syscall (freebsd-amd64), const TCP_MAX_WINSHIFT = 14
15315 pkg syscall (freebsd-amd64), const TCP_MD5SIG = 16
15316 pkg syscall (freebsd-amd64), const TCP_MINMSS = 216
15317 pkg syscall (freebsd-amd64), const TCP_MSS = 536
15318 pkg syscall (freebsd-amd64), const TCP_NOOPT = 8
15319 pkg syscall (freebsd-amd64), const TCP_NOPUSH = 4
15320 pkg syscall (freebsd-amd64), const TCSAFLUSH = 2
15321 pkg syscall (freebsd-amd64), const TCSAFLUSH ideal-int
15322 pkg syscall (freebsd-amd64), const TIOCCBRK = 536900730
15323 pkg syscall (freebsd-amd64), const TIOCCDTR = 536900728
15324 pkg syscall (freebsd-amd64), const TIOCCONS = 2147775586
15325 pkg syscall (freebsd-amd64), const TIOCDRAIN = 536900702
15326 pkg syscall (freebsd-amd64), const TIOCEXCL = 536900621
15327 pkg syscall (freebsd-amd64), const TIOCEXT = 2147775584
15328 pkg syscall (freebsd-amd64), const TIOCFLUSH = 2147775504
15329 pkg syscall (freebsd-amd64), const TIOCGDRAINWAIT = 1074033750
15330 pkg syscall (freebsd-amd64), const TIOCGETA = 1076655123
15331 pkg syscall (freebsd-amd64), const TIOCGETD = 1074033690
15332 pkg syscall (freebsd-amd64), const TIOCGPGRP = 1074033783
15333 pkg syscall (freebsd-amd64), const TIOCGPTN = 1074033679
15334 pkg syscall (freebsd-amd64), const TIOCGSID = 1074033763
15335 pkg syscall (freebsd-amd64), const TIOCGWINSZ = 1074295912
15336 pkg syscall (freebsd-amd64), const TIOCMBIC = 2147775595
15337 pkg syscall (freebsd-amd64), const TIOCMBIS = 2147775596
15338 pkg syscall (freebsd-amd64), const TIOCMGDTRWAIT = 1074033754
15339 pkg syscall (freebsd-amd64), const TIOCMGET = 1074033770
15340 pkg syscall (freebsd-amd64), const TIOCMSDTRWAIT = 2147775579
15341 pkg syscall (freebsd-amd64), const TIOCMSET = 2147775597
15342 pkg syscall (freebsd-amd64), const TIOCM_CAR = 64
15343 pkg syscall (freebsd-amd64), const TIOCM_CD = 64
15344 pkg syscall (freebsd-amd64), const TIOCM_CTS = 32
15345 pkg syscall (freebsd-amd64), const TIOCM_DCD = 64
15346 pkg syscall (freebsd-amd64), const TIOCM_DSR = 256
15347 pkg syscall (freebsd-amd64), const TIOCM_DTR = 2
15348 pkg syscall (freebsd-amd64), const TIOCM_LE = 1
15349 pkg syscall (freebsd-amd64), const TIOCM_RI = 128
15350 pkg syscall (freebsd-amd64), const TIOCM_RNG = 128
15351 pkg syscall (freebsd-amd64), const TIOCM_RTS = 4
15352 pkg syscall (freebsd-amd64), const TIOCM_SR = 16
15353 pkg syscall (freebsd-amd64), const TIOCM_ST = 8
15354 pkg syscall (freebsd-amd64), const TIOCNOTTY = 536900721
15355 pkg syscall (freebsd-amd64), const TIOCNXCL = 536900622
15356 pkg syscall (freebsd-amd64), const TIOCOUTQ = 1074033779
15357 pkg syscall (freebsd-amd64), const TIOCPKT = 2147775600
15358 pkg syscall (freebsd-amd64), const TIOCPKT_DATA = 0
15359 pkg syscall (freebsd-amd64), const TIOCPKT_DOSTOP = 32
15360 pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHREAD = 1
15361 pkg syscall (freebsd-amd64), const TIOCPKT_FLUSHWRITE = 2
15362 pkg syscall (freebsd-amd64), const TIOCPKT_IOCTL = 64
15363 pkg syscall (freebsd-amd64), const TIOCPKT_NOSTOP = 16
15364 pkg syscall (freebsd-amd64), const TIOCPKT_START = 8
15365 pkg syscall (freebsd-amd64), const TIOCPKT_STOP = 4
15366 pkg syscall (freebsd-amd64), const TIOCPTMASTER = 536900636
15367 pkg syscall (freebsd-amd64), const TIOCSBRK = 536900731
15368 pkg syscall (freebsd-amd64), const TIOCSCTTY = 536900705
15369 pkg syscall (freebsd-amd64), const TIOCSDRAINWAIT = 2147775575
15370 pkg syscall (freebsd-amd64), const TIOCSDTR = 536900729
15371 pkg syscall (freebsd-amd64), const TIOCSETA = 2150396948
15372 pkg syscall (freebsd-amd64), const TIOCSETAF = 2150396950
15373 pkg syscall (freebsd-amd64), const TIOCSETAW = 2150396949
15374 pkg syscall (freebsd-amd64), const TIOCSETD = 2147775515
15375 pkg syscall (freebsd-amd64), const TIOCSIG = 537162847
15376 pkg syscall (freebsd-amd64), const TIOCSPGRP = 2147775606
15377 pkg syscall (freebsd-amd64), const TIOCSTART = 536900718
15378 pkg syscall (freebsd-amd64), const TIOCSTAT = 536900709
15379 pkg syscall (freebsd-amd64), const TIOCSTI = 2147578994
15380 pkg syscall (freebsd-amd64), const TIOCSTOP = 536900719
15381 pkg syscall (freebsd-amd64), const TIOCSWINSZ = 2148037735
15382 pkg syscall (freebsd-amd64), const TIOCTIMESTAMP = 1074820185
15383 pkg syscall (freebsd-amd64), const TIOCUCNTL = 2147775590
15384 pkg syscall (freebsd-amd64), const TOSTOP = 4194304
15385 pkg syscall (freebsd-amd64), const TOSTOP ideal-int
15386 pkg syscall (freebsd-amd64), const VDISCARD = 15
15387 pkg syscall (freebsd-amd64), const VDISCARD ideal-int
15388 pkg syscall (freebsd-amd64), const VDSUSP = 11
15389 pkg syscall (freebsd-amd64), const VDSUSP ideal-int
15390 pkg syscall (freebsd-amd64), const VEOF = 0
15391 pkg syscall (freebsd-amd64), const VEOF ideal-int
15392 pkg syscall (freebsd-amd64), const VEOL = 1
15393 pkg syscall (freebsd-amd64), const VEOL ideal-int
15394 pkg syscall (freebsd-amd64), const VEOL2 = 2
15395 pkg syscall (freebsd-amd64), const VEOL2 ideal-int
15396 pkg syscall (freebsd-amd64), const VERASE = 3
15397 pkg syscall (freebsd-amd64), const VERASE ideal-int
15398 pkg syscall (freebsd-amd64), const VERASE2 = 7
15399 pkg syscall (freebsd-amd64), const VERASE2 ideal-int
15400 pkg syscall (freebsd-amd64), const VINTR = 8
15401 pkg syscall (freebsd-amd64), const VINTR ideal-int
15402 pkg syscall (freebsd-amd64), const VKILL = 5
15403 pkg syscall (freebsd-amd64), const VKILL ideal-int
15404 pkg syscall (freebsd-amd64), const VLNEXT = 14
15405 pkg syscall (freebsd-amd64), const VLNEXT ideal-int
15406 pkg syscall (freebsd-amd64), const VMIN = 16
15407 pkg syscall (freebsd-amd64), const VMIN ideal-int
15408 pkg syscall (freebsd-amd64), const VQUIT = 9
15409 pkg syscall (freebsd-amd64), const VQUIT ideal-int
15410 pkg syscall (freebsd-amd64), const VREPRINT = 6
15411 pkg syscall (freebsd-amd64), const VREPRINT ideal-int
15412 pkg syscall (freebsd-amd64), const VSTART = 12
15413 pkg syscall (freebsd-amd64), const VSTART ideal-int
15414 pkg syscall (freebsd-amd64), const VSTATUS = 18
15415 pkg syscall (freebsd-amd64), const VSTATUS ideal-int
15416 pkg syscall (freebsd-amd64), const VSTOP = 13
15417 pkg syscall (freebsd-amd64), const VSTOP ideal-int
15418 pkg syscall (freebsd-amd64), const VSUSP = 10
15419 pkg syscall (freebsd-amd64), const VSUSP ideal-int
15420 pkg syscall (freebsd-amd64), const VTIME = 17
15421 pkg syscall (freebsd-amd64), const VTIME ideal-int
15422 pkg syscall (freebsd-amd64), const VWERASE = 4
15423 pkg syscall (freebsd-amd64), const VWERASE ideal-int
15424 pkg syscall (freebsd-amd64), const WCONTINUED = 4
15425 pkg syscall (freebsd-amd64), const WCOREFLAG = 128
15426 pkg syscall (freebsd-amd64), const WLINUXCLONE = 2147483648
15427 pkg syscall (freebsd-amd64), const WNOHANG = 1
15428 pkg syscall (freebsd-amd64), const WNOWAIT = 8
15429 pkg syscall (freebsd-amd64), const WSTOPPED = 2
15430 pkg syscall (freebsd-amd64), const WUNTRACED = 2
15431 pkg syscall (freebsd-amd64), func Fchflags(int, int) error
15432 pkg syscall (freebsd-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
15433 pkg syscall (freebsd-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
15434 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct
15435 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Index uint16
15436 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Msglen uint16
15437 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Name [16]int8
15438 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Type uint8
15439 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, Version uint8
15440 pkg syscall (freebsd-amd64), type IfAnnounceMsghdr struct, What uint16
15441 pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct
15442 pkg syscall (freebsd-amd64), type InterfaceAnnounceMessage struct, Header IfAnnounceMsghdr
15443 pkg syscall (freebsd-amd64-cgo), const AF_APPLETALK = 16
15444 pkg syscall (freebsd-amd64-cgo), const AF_ARP = 35
15445 pkg syscall (freebsd-amd64-cgo), const AF_ATM = 30
15446 pkg syscall (freebsd-amd64-cgo), const AF_BLUETOOTH = 36
15447 pkg syscall (freebsd-amd64-cgo), const AF_CCITT = 10
15448 pkg syscall (freebsd-amd64-cgo), const AF_CHAOS = 5
15449 pkg syscall (freebsd-amd64-cgo), const AF_CNT = 21
15450 pkg syscall (freebsd-amd64-cgo), const AF_COIP = 20
15451 pkg syscall (freebsd-amd64-cgo), const AF_DATAKIT = 9
15452 pkg syscall (freebsd-amd64-cgo), const AF_DECnet = 12
15453 pkg syscall (freebsd-amd64-cgo), const AF_DLI = 13
15454 pkg syscall (freebsd-amd64-cgo), const AF_E164 = 26
15455 pkg syscall (freebsd-amd64-cgo), const AF_ECMA = 8
15456 pkg syscall (freebsd-amd64-cgo), const AF_HYLINK = 15
15457 pkg syscall (freebsd-amd64-cgo), const AF_IEEE80211 = 37
15458 pkg syscall (freebsd-amd64-cgo), const AF_IMPLINK = 3
15459 pkg syscall (freebsd-amd64-cgo), const AF_INET6 = 28
15460 pkg syscall (freebsd-amd64-cgo), const AF_IPX = 23
15461 pkg syscall (freebsd-amd64-cgo), const AF_ISDN = 26
15462 pkg syscall (freebsd-amd64-cgo), const AF_ISO = 7
15463 pkg syscall (freebsd-amd64-cgo), const AF_LAT = 14
15464 pkg syscall (freebsd-amd64-cgo), const AF_LINK = 18
15465 pkg syscall (freebsd-amd64-cgo), const AF_LOCAL = 1
15466 pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
15467 pkg syscall (freebsd-amd64-cgo), const AF_NATM = 29
15468 pkg syscall (freebsd-amd64-cgo), const AF_NETBIOS = 6
15469 pkg syscall (freebsd-amd64-cgo), const AF_NETGRAPH = 32
15470 pkg syscall (freebsd-amd64-cgo), const AF_OSI = 7
15471 pkg syscall (freebsd-amd64-cgo), const AF_PUP = 4
15472 pkg syscall (freebsd-amd64-cgo), const AF_ROUTE = 17
15473 pkg syscall (freebsd-amd64-cgo), const AF_SCLUSTER = 34
15474 pkg syscall (freebsd-amd64-cgo), const AF_SIP = 24
15475 pkg syscall (freebsd-amd64-cgo), const AF_SLOW = 33
15476 pkg syscall (freebsd-amd64-cgo), const AF_SNA = 11
15477 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR00 = 39
15478 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR01 = 41
15479 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR02 = 43
15480 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR03 = 45
15481 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR04 = 47
15482 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR05 = 49
15483 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR06 = 51
15484 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR07 = 53
15485 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR08 = 55
15486 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR09 = 57
15487 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR10 = 59
15488 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR11 = 61
15489 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR12 = 63
15490 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR13 = 65
15491 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR14 = 67
15492 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR15 = 69
15493 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR16 = 71
15494 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR17 = 73
15495 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR18 = 75
15496 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR19 = 77
15497 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR20 = 79
15498 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR21 = 81
15499 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR22 = 83
15500 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR23 = 85
15501 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR24 = 87
15502 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR25 = 89
15503 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR26 = 91
15504 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR27 = 93
15505 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR28 = 95
15506 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR29 = 97
15507 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR30 = 99
15508 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR31 = 101
15509 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR32 = 103
15510 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR33 = 105
15511 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR34 = 107
15512 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR35 = 109
15513 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR36 = 111
15514 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR37 = 113
15515 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR38 = 115
15516 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR39 = 117
15517 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR40 = 119
15518 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR41 = 121
15519 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR42 = 123
15520 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR43 = 125
15521 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR44 = 127
15522 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR45 = 129
15523 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR46 = 131
15524 pkg syscall (freebsd-amd64-cgo), const AF_VENDOR47 = 133
15525 pkg syscall (freebsd-amd64-cgo), const B0 = 0
15526 pkg syscall (freebsd-amd64-cgo), const B110 = 110
15527 pkg syscall (freebsd-amd64-cgo), const B115200 = 115200
15528 pkg syscall (freebsd-amd64-cgo), const B1200 = 1200
15529 pkg syscall (freebsd-amd64-cgo), const B134 = 134
15530 pkg syscall (freebsd-amd64-cgo), const B14400 = 14400
15531 pkg syscall (freebsd-amd64-cgo), const B150 = 150
15532 pkg syscall (freebsd-amd64-cgo), const B1800 = 1800
15533 pkg syscall (freebsd-amd64-cgo), const B19200 = 19200
15534 pkg syscall (freebsd-amd64-cgo), const B200 = 200
15535 pkg syscall (freebsd-amd64-cgo), const B230400 = 230400
15536 pkg syscall (freebsd-amd64-cgo), const B2400 = 2400
15537 pkg syscall (freebsd-amd64-cgo), const B28800 = 28800
15538 pkg syscall (freebsd-amd64-cgo), const B300 = 300
15539 pkg syscall (freebsd-amd64-cgo), const B38400 = 38400
15540 pkg syscall (freebsd-amd64-cgo), const B460800 = 460800
15541 pkg syscall (freebsd-amd64-cgo), const B4800 = 4800
15542 pkg syscall (freebsd-amd64-cgo), const B50 = 50
15543 pkg syscall (freebsd-amd64-cgo), const B57600 = 57600
15544 pkg syscall (freebsd-amd64-cgo), const B600 = 600
15545 pkg syscall (freebsd-amd64-cgo), const B7200 = 7200
15546 pkg syscall (freebsd-amd64-cgo), const B75 = 75
15547 pkg syscall (freebsd-amd64-cgo), const B76800 = 76800
15548 pkg syscall (freebsd-amd64-cgo), const B921600 = 921600
15549 pkg syscall (freebsd-amd64-cgo), const B9600 = 9600
15550 pkg syscall (freebsd-amd64-cgo), const BIOCFEEDBACK = 2147762812
15551 pkg syscall (freebsd-amd64-cgo), const BIOCFLUSH = 536887912
15552 pkg syscall (freebsd-amd64-cgo), const BIOCGBLEN = 1074020966
15553 pkg syscall (freebsd-amd64-cgo), const BIOCGDIRECTION = 1074020982
15554 pkg syscall (freebsd-amd64-cgo), const BIOCGDLT = 1074020970
15555 pkg syscall (freebsd-amd64-cgo), const BIOCGDLTLIST = 3222291065
15556 pkg syscall (freebsd-amd64-cgo), const BIOCGETBUFMODE = 1074020989
15557 pkg syscall (freebsd-amd64-cgo), const BIOCGETIF = 1075855979
15558 pkg syscall (freebsd-amd64-cgo), const BIOCGETZMAX = 1074283135
15559 pkg syscall (freebsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
15560 pkg syscall (freebsd-amd64-cgo), const BIOCGRSIG = 1074020978
15561 pkg syscall (freebsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
15562 pkg syscall (freebsd-amd64-cgo), const BIOCGSEESENT = 1074020982
15563 pkg syscall (freebsd-amd64-cgo), const BIOCGSTATS = 1074283119
15564 pkg syscall (freebsd-amd64-cgo), const BIOCGTSTAMP = 1074020995
15565 pkg syscall (freebsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
15566 pkg syscall (freebsd-amd64-cgo), const BIOCLOCK = 536887930
15567 pkg syscall (freebsd-amd64-cgo), const BIOCPROMISC = 536887913
15568 pkg syscall (freebsd-amd64-cgo), const BIOCROTZBUF = 1075331712
15569 pkg syscall (freebsd-amd64-cgo), const BIOCSBLEN = 3221504614
15570 pkg syscall (freebsd-amd64-cgo), const BIOCSDIRECTION = 2147762807
15571 pkg syscall (freebsd-amd64-cgo), const BIOCSDLT = 2147762808
15572 pkg syscall (freebsd-amd64-cgo), const BIOCSETBUFMODE = 2147762814
15573 pkg syscall (freebsd-amd64-cgo), const BIOCSETF = 2148549223
15574 pkg syscall (freebsd-amd64-cgo), const BIOCSETFNR = 2148549250
15575 pkg syscall (freebsd-amd64-cgo), const BIOCSETIF = 2149597804
15576 pkg syscall (freebsd-amd64-cgo), const BIOCSETWF = 2148549243
15577 pkg syscall (freebsd-amd64-cgo), const BIOCSETZBUF = 2149073537
15578 pkg syscall (freebsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
15579 pkg syscall (freebsd-amd64-cgo), const BIOCSRSIG = 2147762803
15580 pkg syscall (freebsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
15581 pkg syscall (freebsd-amd64-cgo), const BIOCSSEESENT = 2147762807
15582 pkg syscall (freebsd-amd64-cgo), const BIOCSTSTAMP = 2147762820
15583 pkg syscall (freebsd-amd64-cgo), const BIOCVERSION = 1074020977
15584 pkg syscall (freebsd-amd64-cgo), const BPF_A = 16
15585 pkg syscall (freebsd-amd64-cgo), const BPF_ABS = 32
15586 pkg syscall (freebsd-amd64-cgo), const BPF_ADD = 0
15587 pkg syscall (freebsd-amd64-cgo), const BPF_ALIGNMENT = 8
15588 pkg syscall (freebsd-amd64-cgo), const BPF_ALU = 4
15589 pkg syscall (freebsd-amd64-cgo), const BPF_AND = 80
15590 pkg syscall (freebsd-amd64-cgo), const BPF_B = 16
15591 pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_BUFFER = 1
15592 pkg syscall (freebsd-amd64-cgo), const BPF_BUFMODE_ZBUF = 2
15593 pkg syscall (freebsd-amd64-cgo), const BPF_DIV = 48
15594 pkg syscall (freebsd-amd64-cgo), const BPF_H = 8
15595 pkg syscall (freebsd-amd64-cgo), const BPF_IMM = 0
15596 pkg syscall (freebsd-amd64-cgo), const BPF_IND = 64
15597 pkg syscall (freebsd-amd64-cgo), const BPF_JA = 0
15598 pkg syscall (freebsd-amd64-cgo), const BPF_JEQ = 16
15599 pkg syscall (freebsd-amd64-cgo), const BPF_JGE = 48
15600 pkg syscall (freebsd-amd64-cgo), const BPF_JGT = 32
15601 pkg syscall (freebsd-amd64-cgo), const BPF_JMP = 5
15602 pkg syscall (freebsd-amd64-cgo), const BPF_JSET = 64
15603 pkg syscall (freebsd-amd64-cgo), const BPF_K = 0
15604 pkg syscall (freebsd-amd64-cgo), const BPF_LD = 0
15605 pkg syscall (freebsd-amd64-cgo), const BPF_LDX = 1
15606 pkg syscall (freebsd-amd64-cgo), const BPF_LEN = 128
15607 pkg syscall (freebsd-amd64-cgo), const BPF_LSH = 96
15608 pkg syscall (freebsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
15609 pkg syscall (freebsd-amd64-cgo), const BPF_MAXBUFSIZE = 524288
15610 pkg syscall (freebsd-amd64-cgo), const BPF_MAXINSNS = 512
15611 pkg syscall (freebsd-amd64-cgo), const BPF_MEM = 96
15612 pkg syscall (freebsd-amd64-cgo), const BPF_MEMWORDS = 16
15613 pkg syscall (freebsd-amd64-cgo), const BPF_MINBUFSIZE = 32
15614 pkg syscall (freebsd-amd64-cgo), const BPF_MINOR_VERSION = 1
15615 pkg syscall (freebsd-amd64-cgo), const BPF_MISC = 7
15616 pkg syscall (freebsd-amd64-cgo), const BPF_MSH = 160
15617 pkg syscall (freebsd-amd64-cgo), const BPF_MUL = 32
15618 pkg syscall (freebsd-amd64-cgo), const BPF_NEG = 128
15619 pkg syscall (freebsd-amd64-cgo), const BPF_OR = 64
15620 pkg syscall (freebsd-amd64-cgo), const BPF_RELEASE = 199606
15621 pkg syscall (freebsd-amd64-cgo), const BPF_RET = 6
15622 pkg syscall (freebsd-amd64-cgo), const BPF_RSH = 112
15623 pkg syscall (freebsd-amd64-cgo), const BPF_ST = 2
15624 pkg syscall (freebsd-amd64-cgo), const BPF_STX = 3
15625 pkg syscall (freebsd-amd64-cgo), const BPF_SUB = 16
15626 pkg syscall (freebsd-amd64-cgo), const BPF_TAX = 0
15627 pkg syscall (freebsd-amd64-cgo), const BPF_TXA = 128
15628 pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME = 2
15629 pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_FAST = 258
15630 pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC = 514
15631 pkg syscall (freebsd-amd64-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
15632 pkg syscall (freebsd-amd64-cgo), const BPF_T_FAST = 256
15633 pkg syscall (freebsd-amd64-cgo), const BPF_T_FLAG_MASK = 768
15634 pkg syscall (freebsd-amd64-cgo), const BPF_T_FORMAT_MASK = 3
15635 pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME = 0
15636 pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_FAST = 256
15637 pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
15638 pkg syscall (freebsd-amd64-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
15639 pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC = 512
15640 pkg syscall (freebsd-amd64-cgo), const BPF_T_MONOTONIC_FAST = 768
15641 pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME = 1
15642 pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_FAST = 257
15643 pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
15644 pkg syscall (freebsd-amd64-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
15645 pkg syscall (freebsd-amd64-cgo), const BPF_T_NONE = 3
15646 pkg syscall (freebsd-amd64-cgo), const BPF_T_NORMAL = 0
15647 pkg syscall (freebsd-amd64-cgo), const BPF_W = 0
15648 pkg syscall (freebsd-amd64-cgo), const BPF_X = 8
15649 pkg syscall (freebsd-amd64-cgo), const BRKINT = 2
15650 pkg syscall (freebsd-amd64-cgo), const CFLUSH = 15
15651 pkg syscall (freebsd-amd64-cgo), const CLOCAL = 32768
15652 pkg syscall (freebsd-amd64-cgo), const CREAD = 2048
15653 pkg syscall (freebsd-amd64-cgo), const CS5 = 0
15654 pkg syscall (freebsd-amd64-cgo), const CS6 = 256
15655 pkg syscall (freebsd-amd64-cgo), const CS7 = 512
15656 pkg syscall (freebsd-amd64-cgo), const CS8 = 768
15657 pkg syscall (freebsd-amd64-cgo), const CSIZE = 768
15658 pkg syscall (freebsd-amd64-cgo), const CSTART = 17
15659 pkg syscall (freebsd-amd64-cgo), const CSTATUS = 20
15660 pkg syscall (freebsd-amd64-cgo), const CSTOP = 19
15661 pkg syscall (freebsd-amd64-cgo), const CSTOPB = 1024
15662 pkg syscall (freebsd-amd64-cgo), const CSUSP = 26
15663 pkg syscall (freebsd-amd64-cgo), const CTL_MAXNAME = 24
15664 pkg syscall (freebsd-amd64-cgo), const CTL_NET = 4
15665 pkg syscall (freebsd-amd64-cgo), const DLT_A429 = 184
15666 pkg syscall (freebsd-amd64-cgo), const DLT_A653_ICM = 185
15667 pkg syscall (freebsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
15668 pkg syscall (freebsd-amd64-cgo), const DLT_AOS = 222
15669 pkg syscall (freebsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
15670 pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET = 7
15671 pkg syscall (freebsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
15672 pkg syscall (freebsd-amd64-cgo), const DLT_ATM_CLIP = 19
15673 pkg syscall (freebsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
15674 pkg syscall (freebsd-amd64-cgo), const DLT_AURORA = 126
15675 pkg syscall (freebsd-amd64-cgo), const DLT_AX25 = 3
15676 pkg syscall (freebsd-amd64-cgo), const DLT_AX25_KISS = 202
15677 pkg syscall (freebsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
15678 pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
15679 pkg syscall (freebsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
15680 pkg syscall (freebsd-amd64-cgo), const DLT_CAN20B = 190
15681 pkg syscall (freebsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
15682 pkg syscall (freebsd-amd64-cgo), const DLT_CHAOS = 5
15683 pkg syscall (freebsd-amd64-cgo), const DLT_CHDLC = 104
15684 pkg syscall (freebsd-amd64-cgo), const DLT_CISCO_IOS = 118
15685 pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC = 104
15686 pkg syscall (freebsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
15687 pkg syscall (freebsd-amd64-cgo), const DLT_DBUS = 231
15688 pkg syscall (freebsd-amd64-cgo), const DLT_DECT = 221
15689 pkg syscall (freebsd-amd64-cgo), const DLT_DOCSIS = 143
15690 pkg syscall (freebsd-amd64-cgo), const DLT_DVB_CI = 235
15691 pkg syscall (freebsd-amd64-cgo), const DLT_ECONET = 115
15692 pkg syscall (freebsd-amd64-cgo), const DLT_EN10MB = 1
15693 pkg syscall (freebsd-amd64-cgo), const DLT_EN3MB = 2
15694 pkg syscall (freebsd-amd64-cgo), const DLT_ENC = 109
15695 pkg syscall (freebsd-amd64-cgo), const DLT_ERF = 197
15696 pkg syscall (freebsd-amd64-cgo), const DLT_ERF_ETH = 175
15697 pkg syscall (freebsd-amd64-cgo), const DLT_ERF_POS = 176
15698 pkg syscall (freebsd-amd64-cgo), const DLT_FC_2 = 224
15699 pkg syscall (freebsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
15700 pkg syscall (freebsd-amd64-cgo), const DLT_FDDI = 10
15701 pkg syscall (freebsd-amd64-cgo), const DLT_FLEXRAY = 210
15702 pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY = 107
15703 pkg syscall (freebsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
15704 pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
15705 pkg syscall (freebsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
15706 pkg syscall (freebsd-amd64-cgo), const DLT_GPF_F = 171
15707 pkg syscall (freebsd-amd64-cgo), const DLT_GPF_T = 170
15708 pkg syscall (freebsd-amd64-cgo), const DLT_GPRS_LLC = 169
15709 pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
15710 pkg syscall (freebsd-amd64-cgo), const DLT_GSMTAP_UM = 217
15711 pkg syscall (freebsd-amd64-cgo), const DLT_HHDLC = 121
15712 pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SN = 146
15713 pkg syscall (freebsd-amd64-cgo), const DLT_IBM_SP = 145
15714 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802 = 6
15715 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11 = 105
15716 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
15717 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
15718 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
15719 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
15720 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NOFCS = 230
15721 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
15722 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
15723 pkg syscall (freebsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
15724 pkg syscall (freebsd-amd64-cgo), const DLT_IPFILTER = 116
15725 pkg syscall (freebsd-amd64-cgo), const DLT_IPMB = 199
15726 pkg syscall (freebsd-amd64-cgo), const DLT_IPMB_LINUX = 209
15727 pkg syscall (freebsd-amd64-cgo), const DLT_IPNET = 226
15728 pkg syscall (freebsd-amd64-cgo), const DLT_IPOIB = 242
15729 pkg syscall (freebsd-amd64-cgo), const DLT_IPV4 = 228
15730 pkg syscall (freebsd-amd64-cgo), const DLT_IPV6 = 229
15731 pkg syscall (freebsd-amd64-cgo), const DLT_IP_OVER_FC = 122
15732 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
15733 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
15734 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
15735 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
15736 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ES = 132
15737 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
15738 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
15739 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
15740 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
15741 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
15742 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
15743 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
15744 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
15745 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
15746 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
15747 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
15748 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
15749 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
15750 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
15751 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_SRX_E2E = 233
15752 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_ST = 200
15753 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VP = 183
15754 pkg syscall (freebsd-amd64-cgo), const DLT_JUNIPER_VS = 232
15755 pkg syscall (freebsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
15756 pkg syscall (freebsd-amd64-cgo), const DLT_LAPD = 203
15757 pkg syscall (freebsd-amd64-cgo), const DLT_LIN = 212
15758 pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
15759 pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_IRDA = 144
15760 pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_LAPD = 177
15761 pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
15762 pkg syscall (freebsd-amd64-cgo), const DLT_LINUX_SLL = 113
15763 pkg syscall (freebsd-amd64-cgo), const DLT_LOOP = 108
15764 pkg syscall (freebsd-amd64-cgo), const DLT_LTALK = 114
15765 pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
15766 pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MIN = 104
15767 pkg syscall (freebsd-amd64-cgo), const DLT_MFR = 182
15768 pkg syscall (freebsd-amd64-cgo), const DLT_MOST = 211
15769 pkg syscall (freebsd-amd64-cgo), const DLT_MPLS = 219
15770 pkg syscall (freebsd-amd64-cgo), const DLT_MTP2 = 140
15771 pkg syscall (freebsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
15772 pkg syscall (freebsd-amd64-cgo), const DLT_MTP3 = 141
15773 pkg syscall (freebsd-amd64-cgo), const DLT_MUX27010 = 236
15774 pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER = 240
15775 pkg syscall (freebsd-amd64-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
15776 pkg syscall (freebsd-amd64-cgo), const DLT_NFLOG = 239
15777 pkg syscall (freebsd-amd64-cgo), const DLT_NULL = 0
15778 pkg syscall (freebsd-amd64-cgo), const DLT_PCI_EXP = 125
15779 pkg syscall (freebsd-amd64-cgo), const DLT_PFLOG = 117
15780 pkg syscall (freebsd-amd64-cgo), const DLT_PFSYNC = 121
15781 pkg syscall (freebsd-amd64-cgo), const DLT_PPI = 192
15782 pkg syscall (freebsd-amd64-cgo), const DLT_PPP = 9
15783 pkg syscall (freebsd-amd64-cgo), const DLT_PPP_BSDOS = 16
15784 pkg syscall (freebsd-amd64-cgo), const DLT_PPP_ETHER = 51
15785 pkg syscall (freebsd-amd64-cgo), const DLT_PPP_PPPD = 166
15786 pkg syscall (freebsd-amd64-cgo), const DLT_PPP_SERIAL = 50
15787 pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
15788 pkg syscall (freebsd-amd64-cgo), const DLT_PPP_WITH_DIRECTION = 166
15789 pkg syscall (freebsd-amd64-cgo), const DLT_PRISM_HEADER = 119
15790 pkg syscall (freebsd-amd64-cgo), const DLT_PRONET = 4
15791 pkg syscall (freebsd-amd64-cgo), const DLT_RAIF1 = 198
15792 pkg syscall (freebsd-amd64-cgo), const DLT_RAW = 12
15793 pkg syscall (freebsd-amd64-cgo), const DLT_RIO = 124
15794 pkg syscall (freebsd-amd64-cgo), const DLT_SCCP = 142
15795 pkg syscall (freebsd-amd64-cgo), const DLT_SITA = 196
15796 pkg syscall (freebsd-amd64-cgo), const DLT_SLIP = 8
15797 pkg syscall (freebsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
15798 pkg syscall (freebsd-amd64-cgo), const DLT_STANAG_5066_D_PDU = 237
15799 pkg syscall (freebsd-amd64-cgo), const DLT_SUNATM = 123
15800 pkg syscall (freebsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
15801 pkg syscall (freebsd-amd64-cgo), const DLT_TZSP = 128
15802 pkg syscall (freebsd-amd64-cgo), const DLT_USB = 186
15803 pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX = 189
15804 pkg syscall (freebsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
15805 pkg syscall (freebsd-amd64-cgo), const DLT_USER0 = 147
15806 pkg syscall (freebsd-amd64-cgo), const DLT_USER1 = 148
15807 pkg syscall (freebsd-amd64-cgo), const DLT_USER10 = 157
15808 pkg syscall (freebsd-amd64-cgo), const DLT_USER11 = 158
15809 pkg syscall (freebsd-amd64-cgo), const DLT_USER12 = 159
15810 pkg syscall (freebsd-amd64-cgo), const DLT_USER13 = 160
15811 pkg syscall (freebsd-amd64-cgo), const DLT_USER14 = 161
15812 pkg syscall (freebsd-amd64-cgo), const DLT_USER15 = 162
15813 pkg syscall (freebsd-amd64-cgo), const DLT_USER2 = 149
15814 pkg syscall (freebsd-amd64-cgo), const DLT_USER3 = 150
15815 pkg syscall (freebsd-amd64-cgo), const DLT_USER4 = 151
15816 pkg syscall (freebsd-amd64-cgo), const DLT_USER5 = 152
15817 pkg syscall (freebsd-amd64-cgo), const DLT_USER6 = 153
15818 pkg syscall (freebsd-amd64-cgo), const DLT_USER7 = 154
15819 pkg syscall (freebsd-amd64-cgo), const DLT_USER8 = 155
15820 pkg syscall (freebsd-amd64-cgo), const DLT_USER9 = 156
15821 pkg syscall (freebsd-amd64-cgo), const DLT_WIHART = 223
15822 pkg syscall (freebsd-amd64-cgo), const DLT_X2E_SERIAL = 213
15823 pkg syscall (freebsd-amd64-cgo), const DLT_X2E_XORAYA = 214
15824 pkg syscall (freebsd-amd64-cgo), const DT_BLK = 6
15825 pkg syscall (freebsd-amd64-cgo), const DT_CHR = 2
15826 pkg syscall (freebsd-amd64-cgo), const DT_DIR = 4
15827 pkg syscall (freebsd-amd64-cgo), const DT_FIFO = 1
15828 pkg syscall (freebsd-amd64-cgo), const DT_LNK = 10
15829 pkg syscall (freebsd-amd64-cgo), const DT_REG = 8
15830 pkg syscall (freebsd-amd64-cgo), const DT_SOCK = 12
15831 pkg syscall (freebsd-amd64-cgo), const DT_UNKNOWN = 0
15832 pkg syscall (freebsd-amd64-cgo), const DT_WHT = 14
15833 pkg syscall (freebsd-amd64-cgo), const E2BIG = 7
15834 pkg syscall (freebsd-amd64-cgo), const EACCES = 13
15835 pkg syscall (freebsd-amd64-cgo), const EADDRINUSE = 48
15836 pkg syscall (freebsd-amd64-cgo), const EADDRNOTAVAIL = 49
15837 pkg syscall (freebsd-amd64-cgo), const EAFNOSUPPORT = 47
15838 pkg syscall (freebsd-amd64-cgo), const EAGAIN = 35
15839 pkg syscall (freebsd-amd64-cgo), const EALREADY = 37
15840 pkg syscall (freebsd-amd64-cgo), const EAUTH = 80
15841 pkg syscall (freebsd-amd64-cgo), const EBADF = 9
15842 pkg syscall (freebsd-amd64-cgo), const EBADMSG = 89
15843 pkg syscall (freebsd-amd64-cgo), const EBADRPC = 72
15844 pkg syscall (freebsd-amd64-cgo), const EBUSY = 16
15845 pkg syscall (freebsd-amd64-cgo), const ECANCELED = 85
15846 pkg syscall (freebsd-amd64-cgo), const ECAPMODE = 94
15847 pkg syscall (freebsd-amd64-cgo), const ECHILD = 10
15848 pkg syscall (freebsd-amd64-cgo), const ECHO = 8
15849 pkg syscall (freebsd-amd64-cgo), const ECHOCTL = 64
15850 pkg syscall (freebsd-amd64-cgo), const ECHOE = 2
15851 pkg syscall (freebsd-amd64-cgo), const ECHOK = 4
15852 pkg syscall (freebsd-amd64-cgo), const ECHOKE = 1
15853 pkg syscall (freebsd-amd64-cgo), const ECHONL = 16
15854 pkg syscall (freebsd-amd64-cgo), const ECHOPRT = 32
15855 pkg syscall (freebsd-amd64-cgo), const ECONNABORTED = 53
15856 pkg syscall (freebsd-amd64-cgo), const ECONNREFUSED = 61
15857 pkg syscall (freebsd-amd64-cgo), const ECONNRESET = 54
15858 pkg syscall (freebsd-amd64-cgo), const EDEADLK = 11
15859 pkg syscall (freebsd-amd64-cgo), const EDESTADDRREQ = 39
15860 pkg syscall (freebsd-amd64-cgo), const EDOM = 33
15861 pkg syscall (freebsd-amd64-cgo), const EDOOFUS = 88
15862 pkg syscall (freebsd-amd64-cgo), const EDQUOT = 69
15863 pkg syscall (freebsd-amd64-cgo), const EEXIST = 17
15864 pkg syscall (freebsd-amd64-cgo), const EFAULT = 14
15865 pkg syscall (freebsd-amd64-cgo), const EFBIG = 27
15866 pkg syscall (freebsd-amd64-cgo), const EFTYPE = 79
15867 pkg syscall (freebsd-amd64-cgo), const EHOSTDOWN = 64
15868 pkg syscall (freebsd-amd64-cgo), const EHOSTUNREACH = 65
15869 pkg syscall (freebsd-amd64-cgo), const EIDRM = 82
15870 pkg syscall (freebsd-amd64-cgo), const EILSEQ = 86
15871 pkg syscall (freebsd-amd64-cgo), const EINPROGRESS = 36
15872 pkg syscall (freebsd-amd64-cgo), const EINTR = 4
15873 pkg syscall (freebsd-amd64-cgo), const EINVAL = 22
15874 pkg syscall (freebsd-amd64-cgo), const EIO = 5
15875 pkg syscall (freebsd-amd64-cgo), const EISCONN = 56
15876 pkg syscall (freebsd-amd64-cgo), const EISDIR = 21
15877 pkg syscall (freebsd-amd64-cgo), const ELAST = 94
15878 pkg syscall (freebsd-amd64-cgo), const ELOOP = 62
15879 pkg syscall (freebsd-amd64-cgo), const EMFILE = 24
15880 pkg syscall (freebsd-amd64-cgo), const EMLINK = 31
15881 pkg syscall (freebsd-amd64-cgo), const EMSGSIZE = 40
15882 pkg syscall (freebsd-amd64-cgo), const EMULTIHOP = 90
15883 pkg syscall (freebsd-amd64-cgo), const ENAMETOOLONG = 63
15884 pkg syscall (freebsd-amd64-cgo), const ENEEDAUTH = 81
15885 pkg syscall (freebsd-amd64-cgo), const ENETDOWN = 50
15886 pkg syscall (freebsd-amd64-cgo), const ENETRESET = 52
15887 pkg syscall (freebsd-amd64-cgo), const ENETUNREACH = 51
15888 pkg syscall (freebsd-amd64-cgo), const ENFILE = 23
15889 pkg syscall (freebsd-amd64-cgo), const ENOATTR = 87
15890 pkg syscall (freebsd-amd64-cgo), const ENOBUFS = 55
15891 pkg syscall (freebsd-amd64-cgo), const ENODEV = 19
15892 pkg syscall (freebsd-amd64-cgo), const ENOEXEC = 8
15893 pkg syscall (freebsd-amd64-cgo), const ENOLCK = 77
15894 pkg syscall (freebsd-amd64-cgo), const ENOLINK = 91
15895 pkg syscall (freebsd-amd64-cgo), const ENOMEM = 12
15896 pkg syscall (freebsd-amd64-cgo), const ENOMSG = 83
15897 pkg syscall (freebsd-amd64-cgo), const ENOPROTOOPT = 42
15898 pkg syscall (freebsd-amd64-cgo), const ENOSPC = 28
15899 pkg syscall (freebsd-amd64-cgo), const ENOSYS = 78
15900 pkg syscall (freebsd-amd64-cgo), const ENOTBLK = 15
15901 pkg syscall (freebsd-amd64-cgo), const ENOTCAPABLE = 93
15902 pkg syscall (freebsd-amd64-cgo), const ENOTCONN = 57
15903 pkg syscall (freebsd-amd64-cgo), const ENOTDIR = 20
15904 pkg syscall (freebsd-amd64-cgo), const ENOTEMPTY = 66
15905 pkg syscall (freebsd-amd64-cgo), const ENOTSOCK = 38
15906 pkg syscall (freebsd-amd64-cgo), const ENOTSUP = 45
15907 pkg syscall (freebsd-amd64-cgo), const ENOTTY = 25
15908 pkg syscall (freebsd-amd64-cgo), const ENXIO = 6
15909 pkg syscall (freebsd-amd64-cgo), const EOPNOTSUPP = 45
15910 pkg syscall (freebsd-amd64-cgo), const EOVERFLOW = 84
15911 pkg syscall (freebsd-amd64-cgo), const EPERM = 1
15912 pkg syscall (freebsd-amd64-cgo), const EPFNOSUPPORT = 46
15913 pkg syscall (freebsd-amd64-cgo), const EPIPE = 32
15914 pkg syscall (freebsd-amd64-cgo), const EPROCLIM = 67
15915 pkg syscall (freebsd-amd64-cgo), const EPROCUNAVAIL = 76
15916 pkg syscall (freebsd-amd64-cgo), const EPROGMISMATCH = 75
15917 pkg syscall (freebsd-amd64-cgo), const EPROGUNAVAIL = 74
15918 pkg syscall (freebsd-amd64-cgo), const EPROTO = 92
15919 pkg syscall (freebsd-amd64-cgo), const EPROTONOSUPPORT = 43
15920 pkg syscall (freebsd-amd64-cgo), const EPROTOTYPE = 41
15921 pkg syscall (freebsd-amd64-cgo), const ERANGE = 34
15922 pkg syscall (freebsd-amd64-cgo), const EREMOTE = 71
15923 pkg syscall (freebsd-amd64-cgo), const EROFS = 30
15924 pkg syscall (freebsd-amd64-cgo), const ERPCMISMATCH = 73
15925 pkg syscall (freebsd-amd64-cgo), const ESHUTDOWN = 58
15926 pkg syscall (freebsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
15927 pkg syscall (freebsd-amd64-cgo), const ESPIPE = 29
15928 pkg syscall (freebsd-amd64-cgo), const ESRCH = 3
15929 pkg syscall (freebsd-amd64-cgo), const ESTALE = 70
15930 pkg syscall (freebsd-amd64-cgo), const ETIMEDOUT = 60
15931 pkg syscall (freebsd-amd64-cgo), const ETOOMANYREFS = 59
15932 pkg syscall (freebsd-amd64-cgo), const ETXTBSY = 26
15933 pkg syscall (freebsd-amd64-cgo), const EUSERS = 68
15934 pkg syscall (freebsd-amd64-cgo), const EVFILT_AIO = -3
15935 pkg syscall (freebsd-amd64-cgo), const EVFILT_FS = -9
15936 pkg syscall (freebsd-amd64-cgo), const EVFILT_LIO = -10
15937 pkg syscall (freebsd-amd64-cgo), const EVFILT_PROC = -5
15938 pkg syscall (freebsd-amd64-cgo), const EVFILT_READ = -1
15939 pkg syscall (freebsd-amd64-cgo), const EVFILT_SIGNAL = -6
15940 pkg syscall (freebsd-amd64-cgo), const EVFILT_SYSCOUNT = 11
15941 pkg syscall (freebsd-amd64-cgo), const EVFILT_TIMER = -7
15942 pkg syscall (freebsd-amd64-cgo), const EVFILT_USER = -11
15943 pkg syscall (freebsd-amd64-cgo), const EVFILT_VNODE = -4
15944 pkg syscall (freebsd-amd64-cgo), const EVFILT_WRITE = -2
15945 pkg syscall (freebsd-amd64-cgo), const EV_ADD = 1
15946 pkg syscall (freebsd-amd64-cgo), const EV_CLEAR = 32
15947 pkg syscall (freebsd-amd64-cgo), const EV_DELETE = 2
15948 pkg syscall (freebsd-amd64-cgo), const EV_DISABLE = 8
15949 pkg syscall (freebsd-amd64-cgo), const EV_DISPATCH = 128
15950 pkg syscall (freebsd-amd64-cgo), const EV_ENABLE = 4
15951 pkg syscall (freebsd-amd64-cgo), const EV_EOF = 32768
15952 pkg syscall (freebsd-amd64-cgo), const EV_ERROR = 16384
15953 pkg syscall (freebsd-amd64-cgo), const EV_FLAG1 = 8192
15954 pkg syscall (freebsd-amd64-cgo), const EV_ONESHOT = 16
15955 pkg syscall (freebsd-amd64-cgo), const EV_RECEIPT = 64
15956 pkg syscall (freebsd-amd64-cgo), const EV_SYSFLAGS = 61440
15957 pkg syscall (freebsd-amd64-cgo), const EWOULDBLOCK = 35
15958 pkg syscall (freebsd-amd64-cgo), const EXDEV = 18
15959 pkg syscall (freebsd-amd64-cgo), const EXTA = 19200
15960 pkg syscall (freebsd-amd64-cgo), const EXTB = 38400
15961 pkg syscall (freebsd-amd64-cgo), const EXTPROC = 2048
15962 pkg syscall (freebsd-amd64-cgo), const FD_CLOEXEC = 1
15963 pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE = 1024
15964 pkg syscall (freebsd-amd64-cgo), const FLUSHO = 8388608
15965 pkg syscall (freebsd-amd64-cgo), const F_CANCEL = 5
15966 pkg syscall (freebsd-amd64-cgo), const F_DUP2FD = 10
15967 pkg syscall (freebsd-amd64-cgo), const F_DUPFD = 0
15968 pkg syscall (freebsd-amd64-cgo), const F_GETFD = 1
15969 pkg syscall (freebsd-amd64-cgo), const F_GETFL = 3
15970 pkg syscall (freebsd-amd64-cgo), const F_GETLK = 11
15971 pkg syscall (freebsd-amd64-cgo), const F_GETOWN = 5
15972 pkg syscall (freebsd-amd64-cgo), const F_OGETLK = 7
15973 pkg syscall (freebsd-amd64-cgo), const F_OK = 0
15974 pkg syscall (freebsd-amd64-cgo), const F_OSETLK = 8
15975 pkg syscall (freebsd-amd64-cgo), const F_OSETLKW = 9
15976 pkg syscall (freebsd-amd64-cgo), const F_RDAHEAD = 16
15977 pkg syscall (freebsd-amd64-cgo), const F_RDLCK = 1
15978 pkg syscall (freebsd-amd64-cgo), const F_READAHEAD = 15
15979 pkg syscall (freebsd-amd64-cgo), const F_SETFD = 2
15980 pkg syscall (freebsd-amd64-cgo), const F_SETFL = 4
15981 pkg syscall (freebsd-amd64-cgo), const F_SETLK = 12
15982 pkg syscall (freebsd-amd64-cgo), const F_SETLKW = 13
15983 pkg syscall (freebsd-amd64-cgo), const F_SETLK_REMOTE = 14
15984 pkg syscall (freebsd-amd64-cgo), const F_SETOWN = 6
15985 pkg syscall (freebsd-amd64-cgo), const F_UNLCK = 2
15986 pkg syscall (freebsd-amd64-cgo), const F_UNLCKSYS = 4
15987 pkg syscall (freebsd-amd64-cgo), const F_WRLCK = 3
15988 pkg syscall (freebsd-amd64-cgo), const HUPCL = 16384
15989 pkg syscall (freebsd-amd64-cgo), const ICANON = 256
15990 pkg syscall (freebsd-amd64-cgo), const ICRNL = 256
15991 pkg syscall (freebsd-amd64-cgo), const IEXTEN = 1024
15992 pkg syscall (freebsd-amd64-cgo), const IFAN_ARRIVAL = 0
15993 pkg syscall (freebsd-amd64-cgo), const IFAN_DEPARTURE = 1
15994 pkg syscall (freebsd-amd64-cgo), const IFF_ALLMULTI = 512
15995 pkg syscall (freebsd-amd64-cgo), const IFF_ALTPHYS = 16384
15996 pkg syscall (freebsd-amd64-cgo), const IFF_CANTCHANGE = 2199410
15997 pkg syscall (freebsd-amd64-cgo), const IFF_CANTCONFIG = 65536
15998 pkg syscall (freebsd-amd64-cgo), const IFF_DEBUG = 4
15999 pkg syscall (freebsd-amd64-cgo), const IFF_DRV_OACTIVE = 1024
16000 pkg syscall (freebsd-amd64-cgo), const IFF_DRV_RUNNING = 64
16001 pkg syscall (freebsd-amd64-cgo), const IFF_DYING = 2097152
16002 pkg syscall (freebsd-amd64-cgo), const IFF_LINK0 = 4096
16003 pkg syscall (freebsd-amd64-cgo), const IFF_LINK1 = 8192
16004 pkg syscall (freebsd-amd64-cgo), const IFF_LINK2 = 16384
16005 pkg syscall (freebsd-amd64-cgo), const IFF_LOOPBACK = 8
16006 pkg syscall (freebsd-amd64-cgo), const IFF_MONITOR = 262144
16007 pkg syscall (freebsd-amd64-cgo), const IFF_MULTICAST = 32768
16008 pkg syscall (freebsd-amd64-cgo), const IFF_NOARP = 128
16009 pkg syscall (freebsd-amd64-cgo), const IFF_OACTIVE = 1024
16010 pkg syscall (freebsd-amd64-cgo), const IFF_POINTOPOINT = 16
16011 pkg syscall (freebsd-amd64-cgo), const IFF_PPROMISC = 131072
16012 pkg syscall (freebsd-amd64-cgo), const IFF_PROMISC = 256
16013 pkg syscall (freebsd-amd64-cgo), const IFF_RENAMING = 4194304
16014 pkg syscall (freebsd-amd64-cgo), const IFF_RUNNING = 64
16015 pkg syscall (freebsd-amd64-cgo), const IFF_SIMPLEX = 2048
16016 pkg syscall (freebsd-amd64-cgo), const IFF_SMART = 32
16017 pkg syscall (freebsd-amd64-cgo), const IFF_STATICARP = 524288
16018 pkg syscall (freebsd-amd64-cgo), const IFNAMSIZ = 16
16019 pkg syscall (freebsd-amd64-cgo), const IFT_1822 = 2
16020 pkg syscall (freebsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
16021 pkg syscall (freebsd-amd64-cgo), const IFT_AAL2 = 187
16022 pkg syscall (freebsd-amd64-cgo), const IFT_AAL5 = 49
16023 pkg syscall (freebsd-amd64-cgo), const IFT_ADSL = 94
16024 pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8023 = 59
16025 pkg syscall (freebsd-amd64-cgo), const IFT_AFLANE8025 = 60
16026 pkg syscall (freebsd-amd64-cgo), const IFT_ARAP = 88
16027 pkg syscall (freebsd-amd64-cgo), const IFT_ARCNET = 35
16028 pkg syscall (freebsd-amd64-cgo), const IFT_ARCNETPLUS = 36
16029 pkg syscall (freebsd-amd64-cgo), const IFT_ASYNC = 84
16030 pkg syscall (freebsd-amd64-cgo), const IFT_ATM = 37
16031 pkg syscall (freebsd-amd64-cgo), const IFT_ATMDXI = 105
16032 pkg syscall (freebsd-amd64-cgo), const IFT_ATMFUNI = 106
16033 pkg syscall (freebsd-amd64-cgo), const IFT_ATMIMA = 107
16034 pkg syscall (freebsd-amd64-cgo), const IFT_ATMLOGICAL = 80
16035 pkg syscall (freebsd-amd64-cgo), const IFT_ATMRADIO = 189
16036 pkg syscall (freebsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
16037 pkg syscall (freebsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
16038 pkg syscall (freebsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
16039 pkg syscall (freebsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
16040 pkg syscall (freebsd-amd64-cgo), const IFT_BRIDGE = 209
16041 pkg syscall (freebsd-amd64-cgo), const IFT_BSC = 83
16042 pkg syscall (freebsd-amd64-cgo), const IFT_CARP = 248
16043 pkg syscall (freebsd-amd64-cgo), const IFT_CCTEMUL = 61
16044 pkg syscall (freebsd-amd64-cgo), const IFT_CEPT = 19
16045 pkg syscall (freebsd-amd64-cgo), const IFT_CES = 133
16046 pkg syscall (freebsd-amd64-cgo), const IFT_CHANNEL = 70
16047 pkg syscall (freebsd-amd64-cgo), const IFT_CNR = 85
16048 pkg syscall (freebsd-amd64-cgo), const IFT_COFFEE = 132
16049 pkg syscall (freebsd-amd64-cgo), const IFT_COMPOSITELINK = 155
16050 pkg syscall (freebsd-amd64-cgo), const IFT_DCN = 141
16051 pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
16052 pkg syscall (freebsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
16053 pkg syscall (freebsd-amd64-cgo), const IFT_DLSW = 74
16054 pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
16055 pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
16056 pkg syscall (freebsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
16057 pkg syscall (freebsd-amd64-cgo), const IFT_DS0 = 81
16058 pkg syscall (freebsd-amd64-cgo), const IFT_DS0BUNDLE = 82
16059 pkg syscall (freebsd-amd64-cgo), const IFT_DS1FDL = 170
16060 pkg syscall (freebsd-amd64-cgo), const IFT_DS3 = 30
16061 pkg syscall (freebsd-amd64-cgo), const IFT_DTM = 140
16062 pkg syscall (freebsd-amd64-cgo), const IFT_DVBASILN = 172
16063 pkg syscall (freebsd-amd64-cgo), const IFT_DVBASIOUT = 173
16064 pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
16065 pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
16066 pkg syscall (freebsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
16067 pkg syscall (freebsd-amd64-cgo), const IFT_ENC = 244
16068 pkg syscall (freebsd-amd64-cgo), const IFT_EON = 25
16069 pkg syscall (freebsd-amd64-cgo), const IFT_EPLRS = 87
16070 pkg syscall (freebsd-amd64-cgo), const IFT_ESCON = 73
16071 pkg syscall (freebsd-amd64-cgo), const IFT_ETHER = 6
16072 pkg syscall (freebsd-amd64-cgo), const IFT_FAITH = 242
16073 pkg syscall (freebsd-amd64-cgo), const IFT_FAST = 125
16074 pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHER = 62
16075 pkg syscall (freebsd-amd64-cgo), const IFT_FASTETHERFX = 69
16076 pkg syscall (freebsd-amd64-cgo), const IFT_FDDI = 15
16077 pkg syscall (freebsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
16078 pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
16079 pkg syscall (freebsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
16080 pkg syscall (freebsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
16081 pkg syscall (freebsd-amd64-cgo), const IFT_FRELAY = 32
16082 pkg syscall (freebsd-amd64-cgo), const IFT_FRELAYDCE = 44
16083 pkg syscall (freebsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
16084 pkg syscall (freebsd-amd64-cgo), const IFT_FRFORWARD = 158
16085 pkg syscall (freebsd-amd64-cgo), const IFT_G703AT2MB = 67
16086 pkg syscall (freebsd-amd64-cgo), const IFT_G703AT64K = 66
16087 pkg syscall (freebsd-amd64-cgo), const IFT_GIF = 240
16088 pkg syscall (freebsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
16089 pkg syscall (freebsd-amd64-cgo), const IFT_GR303IDT = 178
16090 pkg syscall (freebsd-amd64-cgo), const IFT_GR303RDT = 177
16091 pkg syscall (freebsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
16092 pkg syscall (freebsd-amd64-cgo), const IFT_H323PROXY = 165
16093 pkg syscall (freebsd-amd64-cgo), const IFT_HDH1822 = 3
16094 pkg syscall (freebsd-amd64-cgo), const IFT_HDLC = 118
16095 pkg syscall (freebsd-amd64-cgo), const IFT_HDSL2 = 168
16096 pkg syscall (freebsd-amd64-cgo), const IFT_HIPERLAN2 = 183
16097 pkg syscall (freebsd-amd64-cgo), const IFT_HIPPI = 47
16098 pkg syscall (freebsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
16099 pkg syscall (freebsd-amd64-cgo), const IFT_HOSTPAD = 90
16100 pkg syscall (freebsd-amd64-cgo), const IFT_HSSI = 46
16101 pkg syscall (freebsd-amd64-cgo), const IFT_HY = 14
16102 pkg syscall (freebsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
16103 pkg syscall (freebsd-amd64-cgo), const IFT_IDSL = 154
16104 pkg syscall (freebsd-amd64-cgo), const IFT_IEEE1394 = 144
16105 pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80211 = 71
16106 pkg syscall (freebsd-amd64-cgo), const IFT_IEEE80212 = 55
16107 pkg syscall (freebsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
16108 pkg syscall (freebsd-amd64-cgo), const IFT_IFGSN = 145
16109 pkg syscall (freebsd-amd64-cgo), const IFT_IMT = 190
16110 pkg syscall (freebsd-amd64-cgo), const IFT_INFINIBAND = 199
16111 pkg syscall (freebsd-amd64-cgo), const IFT_INTERLEAVE = 124
16112 pkg syscall (freebsd-amd64-cgo), const IFT_IP = 126
16113 pkg syscall (freebsd-amd64-cgo), const IFT_IPFORWARD = 142
16114 pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERATM = 114
16115 pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCDLC = 109
16116 pkg syscall (freebsd-amd64-cgo), const IFT_IPOVERCLAW = 110
16117 pkg syscall (freebsd-amd64-cgo), const IFT_IPSWITCH = 78
16118 pkg syscall (freebsd-amd64-cgo), const IFT_IPXIP = 249
16119 pkg syscall (freebsd-amd64-cgo), const IFT_ISDN = 63
16120 pkg syscall (freebsd-amd64-cgo), const IFT_ISDNBASIC = 20
16121 pkg syscall (freebsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
16122 pkg syscall (freebsd-amd64-cgo), const IFT_ISDNS = 75
16123 pkg syscall (freebsd-amd64-cgo), const IFT_ISDNU = 76
16124 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88022LLC = 41
16125 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88023 = 7
16126 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88024 = 8
16127 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025 = 9
16128 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
16129 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025DTR = 86
16130 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88025FIBER = 115
16131 pkg syscall (freebsd-amd64-cgo), const IFT_ISO88026 = 10
16132 pkg syscall (freebsd-amd64-cgo), const IFT_ISUP = 179
16133 pkg syscall (freebsd-amd64-cgo), const IFT_L2VLAN = 135
16134 pkg syscall (freebsd-amd64-cgo), const IFT_L3IPVLAN = 136
16135 pkg syscall (freebsd-amd64-cgo), const IFT_L3IPXVLAN = 137
16136 pkg syscall (freebsd-amd64-cgo), const IFT_LAPB = 16
16137 pkg syscall (freebsd-amd64-cgo), const IFT_LAPD = 77
16138 pkg syscall (freebsd-amd64-cgo), const IFT_LAPF = 119
16139 pkg syscall (freebsd-amd64-cgo), const IFT_LOCALTALK = 42
16140 pkg syscall (freebsd-amd64-cgo), const IFT_LOOP = 24
16141 pkg syscall (freebsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
16142 pkg syscall (freebsd-amd64-cgo), const IFT_MFSIGLINK = 167
16143 pkg syscall (freebsd-amd64-cgo), const IFT_MIOX25 = 38
16144 pkg syscall (freebsd-amd64-cgo), const IFT_MODEM = 48
16145 pkg syscall (freebsd-amd64-cgo), const IFT_MPC = 113
16146 pkg syscall (freebsd-amd64-cgo), const IFT_MPLS = 166
16147 pkg syscall (freebsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
16148 pkg syscall (freebsd-amd64-cgo), const IFT_MSDSL = 143
16149 pkg syscall (freebsd-amd64-cgo), const IFT_MVL = 191
16150 pkg syscall (freebsd-amd64-cgo), const IFT_MYRINET = 99
16151 pkg syscall (freebsd-amd64-cgo), const IFT_NFAS = 175
16152 pkg syscall (freebsd-amd64-cgo), const IFT_NSIP = 27
16153 pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
16154 pkg syscall (freebsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
16155 pkg syscall (freebsd-amd64-cgo), const IFT_OTHER = 1
16156 pkg syscall (freebsd-amd64-cgo), const IFT_P10 = 12
16157 pkg syscall (freebsd-amd64-cgo), const IFT_P80 = 13
16158 pkg syscall (freebsd-amd64-cgo), const IFT_PARA = 34
16159 pkg syscall (freebsd-amd64-cgo), const IFT_PFLOG = 246
16160 pkg syscall (freebsd-amd64-cgo), const IFT_PFSYNC = 247
16161 pkg syscall (freebsd-amd64-cgo), const IFT_PLC = 174
16162 pkg syscall (freebsd-amd64-cgo), const IFT_POS = 171
16163 pkg syscall (freebsd-amd64-cgo), const IFT_PPP = 23
16164 pkg syscall (freebsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
16165 pkg syscall (freebsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
16166 pkg syscall (freebsd-amd64-cgo), const IFT_PROPCNLS = 89
16167 pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
16168 pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
16169 pkg syscall (freebsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
16170 pkg syscall (freebsd-amd64-cgo), const IFT_PROPMUX = 54
16171 pkg syscall (freebsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
16172 pkg syscall (freebsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
16173 pkg syscall (freebsd-amd64-cgo), const IFT_PTPSERIAL = 22
16174 pkg syscall (freebsd-amd64-cgo), const IFT_PVC = 241
16175 pkg syscall (freebsd-amd64-cgo), const IFT_QLLC = 68
16176 pkg syscall (freebsd-amd64-cgo), const IFT_RADIOMAC = 188
16177 pkg syscall (freebsd-amd64-cgo), const IFT_RADSL = 95
16178 pkg syscall (freebsd-amd64-cgo), const IFT_REACHDSL = 192
16179 pkg syscall (freebsd-amd64-cgo), const IFT_RFC1483 = 159
16180 pkg syscall (freebsd-amd64-cgo), const IFT_RS232 = 33
16181 pkg syscall (freebsd-amd64-cgo), const IFT_RSRB = 79
16182 pkg syscall (freebsd-amd64-cgo), const IFT_SDLC = 17
16183 pkg syscall (freebsd-amd64-cgo), const IFT_SDSL = 96
16184 pkg syscall (freebsd-amd64-cgo), const IFT_SHDSL = 169
16185 pkg syscall (freebsd-amd64-cgo), const IFT_SIP = 31
16186 pkg syscall (freebsd-amd64-cgo), const IFT_SLIP = 28
16187 pkg syscall (freebsd-amd64-cgo), const IFT_SMDSDXI = 43
16188 pkg syscall (freebsd-amd64-cgo), const IFT_SMDSICIP = 52
16189 pkg syscall (freebsd-amd64-cgo), const IFT_SONET = 39
16190 pkg syscall (freebsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
16191 pkg syscall (freebsd-amd64-cgo), const IFT_SONETPATH = 50
16192 pkg syscall (freebsd-amd64-cgo), const IFT_SONETVT = 51
16193 pkg syscall (freebsd-amd64-cgo), const IFT_SRP = 151
16194 pkg syscall (freebsd-amd64-cgo), const IFT_SS7SIGLINK = 156
16195 pkg syscall (freebsd-amd64-cgo), const IFT_STACKTOSTACK = 111
16196 pkg syscall (freebsd-amd64-cgo), const IFT_STARLAN = 11
16197 pkg syscall (freebsd-amd64-cgo), const IFT_STF = 215
16198 pkg syscall (freebsd-amd64-cgo), const IFT_T1 = 18
16199 pkg syscall (freebsd-amd64-cgo), const IFT_TDLC = 116
16200 pkg syscall (freebsd-amd64-cgo), const IFT_TERMPAD = 91
16201 pkg syscall (freebsd-amd64-cgo), const IFT_TR008 = 176
16202 pkg syscall (freebsd-amd64-cgo), const IFT_TRANSPHDLC = 123
16203 pkg syscall (freebsd-amd64-cgo), const IFT_TUNNEL = 131
16204 pkg syscall (freebsd-amd64-cgo), const IFT_ULTRA = 29
16205 pkg syscall (freebsd-amd64-cgo), const IFT_USB = 160
16206 pkg syscall (freebsd-amd64-cgo), const IFT_V11 = 64
16207 pkg syscall (freebsd-amd64-cgo), const IFT_V35 = 45
16208 pkg syscall (freebsd-amd64-cgo), const IFT_V36 = 65
16209 pkg syscall (freebsd-amd64-cgo), const IFT_V37 = 120
16210 pkg syscall (freebsd-amd64-cgo), const IFT_VDSL = 97
16211 pkg syscall (freebsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
16212 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEEM = 100
16213 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEENCAP = 103
16214 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXO = 101
16215 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEFXS = 102
16216 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERATM = 152
16217 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
16218 pkg syscall (freebsd-amd64-cgo), const IFT_VOICEOVERIP = 104
16219 pkg syscall (freebsd-amd64-cgo), const IFT_X213 = 93
16220 pkg syscall (freebsd-amd64-cgo), const IFT_X25 = 5
16221 pkg syscall (freebsd-amd64-cgo), const IFT_X25DDN = 4
16222 pkg syscall (freebsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
16223 pkg syscall (freebsd-amd64-cgo), const IFT_X25MLP = 121
16224 pkg syscall (freebsd-amd64-cgo), const IFT_X25PLE = 40
16225 pkg syscall (freebsd-amd64-cgo), const IFT_XETHER = 26
16226 pkg syscall (freebsd-amd64-cgo), const IGNBRK = 1
16227 pkg syscall (freebsd-amd64-cgo), const IGNCR = 128
16228 pkg syscall (freebsd-amd64-cgo), const IGNPAR = 4
16229 pkg syscall (freebsd-amd64-cgo), const IMAXBEL = 8192
16230 pkg syscall (freebsd-amd64-cgo), const INLCR = 64
16231 pkg syscall (freebsd-amd64-cgo), const INPCK = 16
16232 pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
16233 pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_MAX = 128
16234 pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
16235 pkg syscall (freebsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
16236 pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_HOST = 65535
16237 pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_MAX = 65536
16238 pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
16239 pkg syscall (freebsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
16240 pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_HOST = 255
16241 pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
16242 pkg syscall (freebsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
16243 pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
16244 pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
16245 pkg syscall (freebsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
16246 pkg syscall (freebsd-amd64-cgo), const IN_LOOPBACKNET = 127
16247 pkg syscall (freebsd-amd64-cgo), const IN_RFC3021_MASK = 4294967294
16248 pkg syscall (freebsd-amd64-cgo), const IPPROTO_3PC = 34
16249 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ADFS = 68
16250 pkg syscall (freebsd-amd64-cgo), const IPPROTO_AH = 51
16251 pkg syscall (freebsd-amd64-cgo), const IPPROTO_AHIP = 61
16252 pkg syscall (freebsd-amd64-cgo), const IPPROTO_APES = 99
16253 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ARGUS = 13
16254 pkg syscall (freebsd-amd64-cgo), const IPPROTO_AX25 = 93
16255 pkg syscall (freebsd-amd64-cgo), const IPPROTO_BHA = 49
16256 pkg syscall (freebsd-amd64-cgo), const IPPROTO_BLT = 30
16257 pkg syscall (freebsd-amd64-cgo), const IPPROTO_BRSATMON = 76
16258 pkg syscall (freebsd-amd64-cgo), const IPPROTO_CARP = 112
16259 pkg syscall (freebsd-amd64-cgo), const IPPROTO_CFTP = 62
16260 pkg syscall (freebsd-amd64-cgo), const IPPROTO_CHAOS = 16
16261 pkg syscall (freebsd-amd64-cgo), const IPPROTO_CMTP = 38
16262 pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPHB = 73
16263 pkg syscall (freebsd-amd64-cgo), const IPPROTO_CPNX = 72
16264 pkg syscall (freebsd-amd64-cgo), const IPPROTO_DDP = 37
16265 pkg syscall (freebsd-amd64-cgo), const IPPROTO_DGP = 86
16266 pkg syscall (freebsd-amd64-cgo), const IPPROTO_DIVERT = 258
16267 pkg syscall (freebsd-amd64-cgo), const IPPROTO_DONE = 257
16268 pkg syscall (freebsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
16269 pkg syscall (freebsd-amd64-cgo), const IPPROTO_EGP = 8
16270 pkg syscall (freebsd-amd64-cgo), const IPPROTO_EMCON = 14
16271 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ENCAP = 98
16272 pkg syscall (freebsd-amd64-cgo), const IPPROTO_EON = 80
16273 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ESP = 50
16274 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ETHERIP = 97
16275 pkg syscall (freebsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
16276 pkg syscall (freebsd-amd64-cgo), const IPPROTO_GGP = 3
16277 pkg syscall (freebsd-amd64-cgo), const IPPROTO_GMTP = 100
16278 pkg syscall (freebsd-amd64-cgo), const IPPROTO_GRE = 47
16279 pkg syscall (freebsd-amd64-cgo), const IPPROTO_HELLO = 63
16280 pkg syscall (freebsd-amd64-cgo), const IPPROTO_HMP = 20
16281 pkg syscall (freebsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
16282 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMP = 1
16283 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
16284 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDP = 22
16285 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDPR = 35
16286 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IDRP = 45
16287 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGMP = 2
16288 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGP = 85
16289 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IGRP = 88
16290 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IL = 40
16291 pkg syscall (freebsd-amd64-cgo), const IPPROTO_INLSP = 52
16292 pkg syscall (freebsd-amd64-cgo), const IPPROTO_INP = 32
16293 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCOMP = 108
16294 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPCV = 71
16295 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPEIP = 94
16296 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPIP = 4
16297 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPPC = 67
16298 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IPV4 = 4
16299 pkg syscall (freebsd-amd64-cgo), const IPPROTO_IRTP = 28
16300 pkg syscall (freebsd-amd64-cgo), const IPPROTO_KRYPTOLAN = 65
16301 pkg syscall (freebsd-amd64-cgo), const IPPROTO_LARP = 91
16302 pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF1 = 25
16303 pkg syscall (freebsd-amd64-cgo), const IPPROTO_LEAF2 = 26
16304 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAX = 256
16305 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MAXID = 52
16306 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MEAS = 19
16307 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MH = 135
16308 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MHRP = 48
16309 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MICP = 95
16310 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MOBILE = 55
16311 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MTP = 92
16312 pkg syscall (freebsd-amd64-cgo), const IPPROTO_MUX = 18
16313 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ND = 77
16314 pkg syscall (freebsd-amd64-cgo), const IPPROTO_NHRP = 54
16315 pkg syscall (freebsd-amd64-cgo), const IPPROTO_NONE = 59
16316 pkg syscall (freebsd-amd64-cgo), const IPPROTO_NSP = 31
16317 pkg syscall (freebsd-amd64-cgo), const IPPROTO_NVPII = 11
16318 pkg syscall (freebsd-amd64-cgo), const IPPROTO_OLD_DIVERT = 254
16319 pkg syscall (freebsd-amd64-cgo), const IPPROTO_OSPFIGP = 89
16320 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PFSYNC = 240
16321 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PGM = 113
16322 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIGP = 9
16323 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PIM = 103
16324 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PRM = 21
16325 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PUP = 12
16326 pkg syscall (freebsd-amd64-cgo), const IPPROTO_PVP = 75
16327 pkg syscall (freebsd-amd64-cgo), const IPPROTO_RAW = 255
16328 pkg syscall (freebsd-amd64-cgo), const IPPROTO_RCCMON = 10
16329 pkg syscall (freebsd-amd64-cgo), const IPPROTO_RDP = 27
16330 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ROUTING = 43
16331 pkg syscall (freebsd-amd64-cgo), const IPPROTO_RSVP = 46
16332 pkg syscall (freebsd-amd64-cgo), const IPPROTO_RVD = 66
16333 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATEXPAK = 64
16334 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SATMON = 69
16335 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCCSP = 96
16336 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SCTP = 132
16337 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SDRP = 42
16338 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEND = 259
16339 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SEP = 33
16340 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SKIP = 57
16341 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SPACER = 32767
16342 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SRPC = 90
16343 pkg syscall (freebsd-amd64-cgo), const IPPROTO_ST = 7
16344 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SVMTP = 82
16345 pkg syscall (freebsd-amd64-cgo), const IPPROTO_SWIPE = 53
16346 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TCF = 87
16347 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TLSP = 56
16348 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TP = 29
16349 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TPXX = 39
16350 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK1 = 23
16351 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TRUNK2 = 24
16352 pkg syscall (freebsd-amd64-cgo), const IPPROTO_TTP = 84
16353 pkg syscall (freebsd-amd64-cgo), const IPPROTO_VINES = 83
16354 pkg syscall (freebsd-amd64-cgo), const IPPROTO_VISA = 70
16355 pkg syscall (freebsd-amd64-cgo), const IPPROTO_VMTP = 81
16356 pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBEXPAK = 79
16357 pkg syscall (freebsd-amd64-cgo), const IPPROTO_WBMON = 78
16358 pkg syscall (freebsd-amd64-cgo), const IPPROTO_WSN = 74
16359 pkg syscall (freebsd-amd64-cgo), const IPPROTO_XNET = 15
16360 pkg syscall (freebsd-amd64-cgo), const IPPROTO_XTP = 36
16361 pkg syscall (freebsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
16362 pkg syscall (freebsd-amd64-cgo), const IPV6_BINDANY = 64
16363 pkg syscall (freebsd-amd64-cgo), const IPV6_BINDV6ONLY = 27
16364 pkg syscall (freebsd-amd64-cgo), const IPV6_CHECKSUM = 26
16365 pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
16366 pkg syscall (freebsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
16367 pkg syscall (freebsd-amd64-cgo), const IPV6_DEFHLIM = 64
16368 pkg syscall (freebsd-amd64-cgo), const IPV6_DONTFRAG = 62
16369 pkg syscall (freebsd-amd64-cgo), const IPV6_DSTOPTS = 50
16370 pkg syscall (freebsd-amd64-cgo), const IPV6_FAITH = 29
16371 pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
16372 pkg syscall (freebsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
16373 pkg syscall (freebsd-amd64-cgo), const IPV6_FRAGTTL = 120
16374 pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ADD = 30
16375 pkg syscall (freebsd-amd64-cgo), const IPV6_FW_DEL = 31
16376 pkg syscall (freebsd-amd64-cgo), const IPV6_FW_FLUSH = 32
16377 pkg syscall (freebsd-amd64-cgo), const IPV6_FW_GET = 34
16378 pkg syscall (freebsd-amd64-cgo), const IPV6_FW_ZERO = 33
16379 pkg syscall (freebsd-amd64-cgo), const IPV6_HLIMDEC = 1
16380 pkg syscall (freebsd-amd64-cgo), const IPV6_HOPLIMIT = 47
16381 pkg syscall (freebsd-amd64-cgo), const IPV6_HOPOPTS = 49
16382 pkg syscall (freebsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
16383 pkg syscall (freebsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
16384 pkg syscall (freebsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
16385 pkg syscall (freebsd-amd64-cgo), const IPV6_MAXHLIM = 255
16386 pkg syscall (freebsd-amd64-cgo), const IPV6_MAXOPTHDR = 2048
16387 pkg syscall (freebsd-amd64-cgo), const IPV6_MAXPACKET = 65535
16388 pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
16389 pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
16390 pkg syscall (freebsd-amd64-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
16391 pkg syscall (freebsd-amd64-cgo), const IPV6_MIN_MEMBERSHIPS = 31
16392 pkg syscall (freebsd-amd64-cgo), const IPV6_MMTU = 1280
16393 pkg syscall (freebsd-amd64-cgo), const IPV6_MSFILTER = 74
16394 pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
16395 pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
16396 pkg syscall (freebsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
16397 pkg syscall (freebsd-amd64-cgo), const IPV6_NEXTHOP = 48
16398 pkg syscall (freebsd-amd64-cgo), const IPV6_PATHMTU = 44
16399 pkg syscall (freebsd-amd64-cgo), const IPV6_PKTINFO = 46
16400 pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE = 14
16401 pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
16402 pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
16403 pkg syscall (freebsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
16404 pkg syscall (freebsd-amd64-cgo), const IPV6_PREFER_TEMPADDR = 63
16405 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
16406 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
16407 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
16408 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
16409 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
16410 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVRTHDR = 38
16411 pkg syscall (freebsd-amd64-cgo), const IPV6_RECVTCLASS = 57
16412 pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR = 51
16413 pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
16414 pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
16415 pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
16416 pkg syscall (freebsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
16417 pkg syscall (freebsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
16418 pkg syscall (freebsd-amd64-cgo), const IPV6_TCLASS = 61
16419 pkg syscall (freebsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
16420 pkg syscall (freebsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
16421 pkg syscall (freebsd-amd64-cgo), const IPV6_V6ONLY = 27
16422 pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION = 96
16423 pkg syscall (freebsd-amd64-cgo), const IPV6_VERSION_MASK = 240
16424 pkg syscall (freebsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
16425 pkg syscall (freebsd-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
16426 pkg syscall (freebsd-amd64-cgo), const IP_BINDANY = 24
16427 pkg syscall (freebsd-amd64-cgo), const IP_BLOCK_SOURCE = 72
16428 pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
16429 pkg syscall (freebsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
16430 pkg syscall (freebsd-amd64-cgo), const IP_DF = 16384
16431 pkg syscall (freebsd-amd64-cgo), const IP_DONTFRAG = 67
16432 pkg syscall (freebsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
16433 pkg syscall (freebsd-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
16434 pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET3 = 49
16435 pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_CONFIGURE = 60
16436 pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_DEL = 61
16437 pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_FLUSH = 62
16438 pkg syscall (freebsd-amd64-cgo), const IP_DUMMYNET_GET = 64
16439 pkg syscall (freebsd-amd64-cgo), const IP_FAITH = 22
16440 pkg syscall (freebsd-amd64-cgo), const IP_FW3 = 48
16441 pkg syscall (freebsd-amd64-cgo), const IP_FW_ADD = 50
16442 pkg syscall (freebsd-amd64-cgo), const IP_FW_DEL = 51
16443 pkg syscall (freebsd-amd64-cgo), const IP_FW_FLUSH = 52
16444 pkg syscall (freebsd-amd64-cgo), const IP_FW_GET = 54
16445 pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_CFG = 56
16446 pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_DEL = 57
16447 pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_CONFIG = 58
16448 pkg syscall (freebsd-amd64-cgo), const IP_FW_NAT_GET_LOG = 59
16449 pkg syscall (freebsd-amd64-cgo), const IP_FW_RESETLOG = 55
16450 pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_ADD = 40
16451 pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_DEL = 41
16452 pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_FLUSH = 42
16453 pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_GETSIZE = 43
16454 pkg syscall (freebsd-amd64-cgo), const IP_FW_TABLE_LIST = 44
16455 pkg syscall (freebsd-amd64-cgo), const IP_FW_ZERO = 53
16456 pkg syscall (freebsd-amd64-cgo), const IP_HDRINCL = 2
16457 pkg syscall (freebsd-amd64-cgo), const IP_IPSEC_POLICY = 21
16458 pkg syscall (freebsd-amd64-cgo), const IP_MAXPACKET = 65535
16459 pkg syscall (freebsd-amd64-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
16460 pkg syscall (freebsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
16461 pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
16462 pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
16463 pkg syscall (freebsd-amd64-cgo), const IP_MAX_SOURCE_FILTER = 1024
16464 pkg syscall (freebsd-amd64-cgo), const IP_MF = 8192
16465 pkg syscall (freebsd-amd64-cgo), const IP_MINTTL = 66
16466 pkg syscall (freebsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 31
16467 pkg syscall (freebsd-amd64-cgo), const IP_MSFILTER = 74
16468 pkg syscall (freebsd-amd64-cgo), const IP_MSS = 576
16469 pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_IF = 9
16470 pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
16471 pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_TTL = 10
16472 pkg syscall (freebsd-amd64-cgo), const IP_MULTICAST_VIF = 14
16473 pkg syscall (freebsd-amd64-cgo), const IP_OFFMASK = 8191
16474 pkg syscall (freebsd-amd64-cgo), const IP_ONESBCAST = 23
16475 pkg syscall (freebsd-amd64-cgo), const IP_OPTIONS = 1
16476 pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE = 19
16477 pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
16478 pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
16479 pkg syscall (freebsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
16480 pkg syscall (freebsd-amd64-cgo), const IP_RECVDSTADDR = 7
16481 pkg syscall (freebsd-amd64-cgo), const IP_RECVIF = 20
16482 pkg syscall (freebsd-amd64-cgo), const IP_RECVOPTS = 5
16483 pkg syscall (freebsd-amd64-cgo), const IP_RECVRETOPTS = 6
16484 pkg syscall (freebsd-amd64-cgo), const IP_RECVTOS = 68
16485 pkg syscall (freebsd-amd64-cgo), const IP_RECVTTL = 65
16486 pkg syscall (freebsd-amd64-cgo), const IP_RETOPTS = 8
16487 pkg syscall (freebsd-amd64-cgo), const IP_RF = 32768
16488 pkg syscall (freebsd-amd64-cgo), const IP_RSVP_OFF = 16
16489 pkg syscall (freebsd-amd64-cgo), const IP_RSVP_ON = 15
16490 pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_OFF = 18
16491 pkg syscall (freebsd-amd64-cgo), const IP_RSVP_VIF_ON = 17
16492 pkg syscall (freebsd-amd64-cgo), const IP_SENDSRCADDR = 7
16493 pkg syscall (freebsd-amd64-cgo), const IP_TOS = 3
16494 pkg syscall (freebsd-amd64-cgo), const IP_TTL = 4
16495 pkg syscall (freebsd-amd64-cgo), const IP_UNBLOCK_SOURCE = 73
16496 pkg syscall (freebsd-amd64-cgo), const ISIG = 128
16497 pkg syscall (freebsd-amd64-cgo), const ISTRIP = 32
16498 pkg syscall (freebsd-amd64-cgo), const IXANY = 2048
16499 pkg syscall (freebsd-amd64-cgo), const IXOFF = 1024
16500 pkg syscall (freebsd-amd64-cgo), const IXON = 512
16501 pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
16502 pkg syscall (freebsd-amd64-cgo), const LOCK_EX = 2
16503 pkg syscall (freebsd-amd64-cgo), const LOCK_NB = 4
16504 pkg syscall (freebsd-amd64-cgo), const LOCK_SH = 1
16505 pkg syscall (freebsd-amd64-cgo), const LOCK_UN = 8
16506 pkg syscall (freebsd-amd64-cgo), const MADV_AUTOSYNC = 7
16507 pkg syscall (freebsd-amd64-cgo), const MADV_CORE = 9
16508 pkg syscall (freebsd-amd64-cgo), const MADV_DONTNEED = 4
16509 pkg syscall (freebsd-amd64-cgo), const MADV_FREE = 5
16510 pkg syscall (freebsd-amd64-cgo), const MADV_NOCORE = 8
16511 pkg syscall (freebsd-amd64-cgo), const MADV_NORMAL = 0
16512 pkg syscall (freebsd-amd64-cgo), const MADV_NOSYNC = 6
16513 pkg syscall (freebsd-amd64-cgo), const MADV_PROTECT = 10
16514 pkg syscall (freebsd-amd64-cgo), const MADV_RANDOM = 1
16515 pkg syscall (freebsd-amd64-cgo), const MADV_SEQUENTIAL = 2
16516 pkg syscall (freebsd-amd64-cgo), const MADV_WILLNEED = 3
16517 pkg syscall (freebsd-amd64-cgo), const MAP_ANON = 4096
16518 pkg syscall (freebsd-amd64-cgo), const MAP_ANONYMOUS = 4096
16519 pkg syscall (freebsd-amd64-cgo), const MAP_COPY = 2
16520 pkg syscall (freebsd-amd64-cgo), const MAP_FILE = 0
16521 pkg syscall (freebsd-amd64-cgo), const MAP_FIXED = 16
16522 pkg syscall (freebsd-amd64-cgo), const MAP_HASSEMAPHORE = 512
16523 pkg syscall (freebsd-amd64-cgo), const MAP_NOCORE = 131072
16524 pkg syscall (freebsd-amd64-cgo), const MAP_NORESERVE = 64
16525 pkg syscall (freebsd-amd64-cgo), const MAP_NOSYNC = 2048
16526 pkg syscall (freebsd-amd64-cgo), const MAP_PREFAULT_READ = 262144
16527 pkg syscall (freebsd-amd64-cgo), const MAP_PRIVATE = 2
16528 pkg syscall (freebsd-amd64-cgo), const MAP_RENAME = 32
16529 pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0080 = 128
16530 pkg syscall (freebsd-amd64-cgo), const MAP_RESERVED0100 = 256
16531 pkg syscall (freebsd-amd64-cgo), const MAP_SHARED = 1
16532 pkg syscall (freebsd-amd64-cgo), const MAP_STACK = 1024
16533 pkg syscall (freebsd-amd64-cgo), const MCL_CURRENT = 1
16534 pkg syscall (freebsd-amd64-cgo), const MCL_FUTURE = 2
16535 pkg syscall (freebsd-amd64-cgo), const MSG_COMPAT = 32768
16536 pkg syscall (freebsd-amd64-cgo), const MSG_CTRUNC = 32
16537 pkg syscall (freebsd-amd64-cgo), const MSG_DONTROUTE = 4
16538 pkg syscall (freebsd-amd64-cgo), const MSG_DONTWAIT = 128
16539 pkg syscall (freebsd-amd64-cgo), const MSG_EOF = 256
16540 pkg syscall (freebsd-amd64-cgo), const MSG_EOR = 8
16541 pkg syscall (freebsd-amd64-cgo), const MSG_NBIO = 16384
16542 pkg syscall (freebsd-amd64-cgo), const MSG_NOSIGNAL = 131072
16543 pkg syscall (freebsd-amd64-cgo), const MSG_NOTIFICATION = 8192
16544 pkg syscall (freebsd-amd64-cgo), const MSG_OOB = 1
16545 pkg syscall (freebsd-amd64-cgo), const MSG_PEEK = 2
16546 pkg syscall (freebsd-amd64-cgo), const MSG_TRUNC = 16
16547 pkg syscall (freebsd-amd64-cgo), const MSG_WAITALL = 64
16548 pkg syscall (freebsd-amd64-cgo), const MS_ASYNC = 1
16549 pkg syscall (freebsd-amd64-cgo), const MS_INVALIDATE = 2
16550 pkg syscall (freebsd-amd64-cgo), const MS_SYNC = 0
16551 pkg syscall (freebsd-amd64-cgo), const NET_RT_DUMP = 1
16552 pkg syscall (freebsd-amd64-cgo), const NET_RT_FLAGS = 2
16553 pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLIST = 3
16554 pkg syscall (freebsd-amd64-cgo), const NET_RT_IFLISTL = 5
16555 pkg syscall (freebsd-amd64-cgo), const NET_RT_IFMALIST = 4
16556 pkg syscall (freebsd-amd64-cgo), const NET_RT_MAXID = 6
16557 pkg syscall (freebsd-amd64-cgo), const NOFLSH = 2147483648
16558 pkg syscall (freebsd-amd64-cgo), const NOTE_ATTRIB = 8
16559 pkg syscall (freebsd-amd64-cgo), const NOTE_CHILD = 4
16560 pkg syscall (freebsd-amd64-cgo), const NOTE_DELETE = 1
16561 pkg syscall (freebsd-amd64-cgo), const NOTE_EXEC = 536870912
16562 pkg syscall (freebsd-amd64-cgo), const NOTE_EXIT = 2147483648
16563 pkg syscall (freebsd-amd64-cgo), const NOTE_EXTEND = 4
16564 pkg syscall (freebsd-amd64-cgo), const NOTE_FFAND = 1073741824
16565 pkg syscall (freebsd-amd64-cgo), const NOTE_FFCOPY = 3221225472
16566 pkg syscall (freebsd-amd64-cgo), const NOTE_FFCTRLMASK = 3221225472
16567 pkg syscall (freebsd-amd64-cgo), const NOTE_FFLAGSMASK = 16777215
16568 pkg syscall (freebsd-amd64-cgo), const NOTE_FFNOP = 0
16569 pkg syscall (freebsd-amd64-cgo), const NOTE_FFOR = 2147483648
16570 pkg syscall (freebsd-amd64-cgo), const NOTE_FORK = 1073741824
16571 pkg syscall (freebsd-amd64-cgo), const NOTE_LINK = 16
16572 pkg syscall (freebsd-amd64-cgo), const NOTE_LOWAT = 1
16573 pkg syscall (freebsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
16574 pkg syscall (freebsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
16575 pkg syscall (freebsd-amd64-cgo), const NOTE_RENAME = 32
16576 pkg syscall (freebsd-amd64-cgo), const NOTE_REVOKE = 64
16577 pkg syscall (freebsd-amd64-cgo), const NOTE_TRACK = 1
16578 pkg syscall (freebsd-amd64-cgo), const NOTE_TRACKERR = 2
16579 pkg syscall (freebsd-amd64-cgo), const NOTE_TRIGGER = 16777216
16580 pkg syscall (freebsd-amd64-cgo), const NOTE_WRITE = 2
16581 pkg syscall (freebsd-amd64-cgo), const OCRNL = 16
16582 pkg syscall (freebsd-amd64-cgo), const ONLCR = 2
16583 pkg syscall (freebsd-amd64-cgo), const ONLRET = 64
16584 pkg syscall (freebsd-amd64-cgo), const ONOCR = 32
16585 pkg syscall (freebsd-amd64-cgo), const ONOEOT = 8
16586 pkg syscall (freebsd-amd64-cgo), const OPOST = 1
16587 pkg syscall (freebsd-amd64-cgo), const O_ACCMODE = 3
16588 pkg syscall (freebsd-amd64-cgo), const O_APPEND = 8
16589 pkg syscall (freebsd-amd64-cgo), const O_ASYNC = 64
16590 pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
16591 pkg syscall (freebsd-amd64-cgo), const O_CREAT = 512
16592 pkg syscall (freebsd-amd64-cgo), const O_DIRECT = 65536
16593 pkg syscall (freebsd-amd64-cgo), const O_DIRECTORY = 131072
16594 pkg syscall (freebsd-amd64-cgo), const O_EXCL = 2048
16595 pkg syscall (freebsd-amd64-cgo), const O_EXEC = 262144
16596 pkg syscall (freebsd-amd64-cgo), const O_EXLOCK = 32
16597 pkg syscall (freebsd-amd64-cgo), const O_FSYNC = 128
16598 pkg syscall (freebsd-amd64-cgo), const O_NDELAY = 4
16599 pkg syscall (freebsd-amd64-cgo), const O_NOCTTY = 32768
16600 pkg syscall (freebsd-amd64-cgo), const O_NOFOLLOW = 256
16601 pkg syscall (freebsd-amd64-cgo), const O_NONBLOCK = 4
16602 pkg syscall (freebsd-amd64-cgo), const O_SHLOCK = 16
16603 pkg syscall (freebsd-amd64-cgo), const O_SYNC = 128
16604 pkg syscall (freebsd-amd64-cgo), const O_TRUNC = 1024
16605 pkg syscall (freebsd-amd64-cgo), const O_TTY_INIT = 524288
16606 pkg syscall (freebsd-amd64-cgo), const PARENB = 4096
16607 pkg syscall (freebsd-amd64-cgo), const PARMRK = 8
16608 pkg syscall (freebsd-amd64-cgo), const PARODD = 8192
16609 pkg syscall (freebsd-amd64-cgo), const PENDIN = 536870912
16610 pkg syscall (freebsd-amd64-cgo), const PROT_EXEC = 4
16611 pkg syscall (freebsd-amd64-cgo), const PROT_NONE = 0
16612 pkg syscall (freebsd-amd64-cgo), const PROT_READ = 1
16613 pkg syscall (freebsd-amd64-cgo), const PROT_WRITE = 2
16614 pkg syscall (freebsd-amd64-cgo), const PTRACE_CONT = 7
16615 pkg syscall (freebsd-amd64-cgo), const PTRACE_KILL = 8
16616 pkg syscall (freebsd-amd64-cgo), const PTRACE_TRACEME = 0
16617 pkg syscall (freebsd-amd64-cgo), const RLIMIT_AS = 10
16618 pkg syscall (freebsd-amd64-cgo), const RLIMIT_CORE = 4
16619 pkg syscall (freebsd-amd64-cgo), const RLIMIT_CPU = 0
16620 pkg syscall (freebsd-amd64-cgo), const RLIMIT_DATA = 2
16621 pkg syscall (freebsd-amd64-cgo), const RLIMIT_FSIZE = 1
16622 pkg syscall (freebsd-amd64-cgo), const RLIMIT_NOFILE = 8
16623 pkg syscall (freebsd-amd64-cgo), const RLIMIT_STACK = 3
16624 pkg syscall (freebsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
16625 pkg syscall (freebsd-amd64-cgo), const RTAX_AUTHOR = 6
16626 pkg syscall (freebsd-amd64-cgo), const RTAX_BRD = 7
16627 pkg syscall (freebsd-amd64-cgo), const RTAX_DST = 0
16628 pkg syscall (freebsd-amd64-cgo), const RTAX_GATEWAY = 1
16629 pkg syscall (freebsd-amd64-cgo), const RTAX_GENMASK = 3
16630 pkg syscall (freebsd-amd64-cgo), const RTAX_IFA = 5
16631 pkg syscall (freebsd-amd64-cgo), const RTAX_IFP = 4
16632 pkg syscall (freebsd-amd64-cgo), const RTAX_MAX = 8
16633 pkg syscall (freebsd-amd64-cgo), const RTAX_NETMASK = 2
16634 pkg syscall (freebsd-amd64-cgo), const RTA_AUTHOR = 64
16635 pkg syscall (freebsd-amd64-cgo), const RTA_BRD = 128
16636 pkg syscall (freebsd-amd64-cgo), const RTA_DST = 1
16637 pkg syscall (freebsd-amd64-cgo), const RTA_GATEWAY = 2
16638 pkg syscall (freebsd-amd64-cgo), const RTA_GENMASK = 8
16639 pkg syscall (freebsd-amd64-cgo), const RTA_IFA = 32
16640 pkg syscall (freebsd-amd64-cgo), const RTA_IFP = 16
16641 pkg syscall (freebsd-amd64-cgo), const RTA_NETMASK = 4
16642 pkg syscall (freebsd-amd64-cgo), const RTF_BLACKHOLE = 4096
16643 pkg syscall (freebsd-amd64-cgo), const RTF_BROADCAST = 4194304
16644 pkg syscall (freebsd-amd64-cgo), const RTF_DONE = 64
16645 pkg syscall (freebsd-amd64-cgo), const RTF_DYNAMIC = 16
16646 pkg syscall (freebsd-amd64-cgo), const RTF_FMASK = 268752904
16647 pkg syscall (freebsd-amd64-cgo), const RTF_GATEWAY = 2
16648 pkg syscall (freebsd-amd64-cgo), const RTF_HOST = 4
16649 pkg syscall (freebsd-amd64-cgo), const RTF_LLDATA = 1024
16650 pkg syscall (freebsd-amd64-cgo), const RTF_LLINFO = 1024
16651 pkg syscall (freebsd-amd64-cgo), const RTF_LOCAL = 2097152
16652 pkg syscall (freebsd-amd64-cgo), const RTF_MODIFIED = 32
16653 pkg syscall (freebsd-amd64-cgo), const RTF_MULTICAST = 8388608
16654 pkg syscall (freebsd-amd64-cgo), const RTF_PINNED = 1048576
16655 pkg syscall (freebsd-amd64-cgo), const RTF_PRCLONING = 65536
16656 pkg syscall (freebsd-amd64-cgo), const RTF_PROTO1 = 32768
16657 pkg syscall (freebsd-amd64-cgo), const RTF_PROTO2 = 16384
16658 pkg syscall (freebsd-amd64-cgo), const RTF_PROTO3 = 262144
16659 pkg syscall (freebsd-amd64-cgo), const RTF_REJECT = 8
16660 pkg syscall (freebsd-amd64-cgo), const RTF_RNH_LOCKED = 1073741824
16661 pkg syscall (freebsd-amd64-cgo), const RTF_STATIC = 2048
16662 pkg syscall (freebsd-amd64-cgo), const RTF_STICKY = 268435456
16663 pkg syscall (freebsd-amd64-cgo), const RTF_UP = 1
16664 pkg syscall (freebsd-amd64-cgo), const RTF_XRESOLVE = 512
16665 pkg syscall (freebsd-amd64-cgo), const RTM_ADD = 1
16666 pkg syscall (freebsd-amd64-cgo), const RTM_CHANGE = 3
16667 pkg syscall (freebsd-amd64-cgo), const RTM_DELADDR = 13
16668 pkg syscall (freebsd-amd64-cgo), const RTM_DELETE = 2
16669 pkg syscall (freebsd-amd64-cgo), const RTM_DELMADDR = 16
16670 pkg syscall (freebsd-amd64-cgo), const RTM_GET = 4
16671 pkg syscall (freebsd-amd64-cgo), const RTM_IEEE80211 = 18
16672 pkg syscall (freebsd-amd64-cgo), const RTM_IFANNOUNCE = 17
16673 pkg syscall (freebsd-amd64-cgo), const RTM_IFINFO = 14
16674 pkg syscall (freebsd-amd64-cgo), const RTM_LOCK = 8
16675 pkg syscall (freebsd-amd64-cgo), const RTM_LOSING = 5
16676 pkg syscall (freebsd-amd64-cgo), const RTM_MISS = 7
16677 pkg syscall (freebsd-amd64-cgo), const RTM_NEWADDR = 12
16678 pkg syscall (freebsd-amd64-cgo), const RTM_NEWMADDR = 15
16679 pkg syscall (freebsd-amd64-cgo), const RTM_OLDADD = 9
16680 pkg syscall (freebsd-amd64-cgo), const RTM_OLDDEL = 10
16681 pkg syscall (freebsd-amd64-cgo), const RTM_REDIRECT = 6
16682 pkg syscall (freebsd-amd64-cgo), const RTM_RESOLVE = 11
16683 pkg syscall (freebsd-amd64-cgo), const RTM_RTTUNIT = 1000000
16684 pkg syscall (freebsd-amd64-cgo), const RTM_VERSION = 5
16685 pkg syscall (freebsd-amd64-cgo), const RTV_EXPIRE = 4
16686 pkg syscall (freebsd-amd64-cgo), const RTV_HOPCOUNT = 2
16687 pkg syscall (freebsd-amd64-cgo), const RTV_MTU = 1
16688 pkg syscall (freebsd-amd64-cgo), const RTV_RPIPE = 8
16689 pkg syscall (freebsd-amd64-cgo), const RTV_RTT = 64
16690 pkg syscall (freebsd-amd64-cgo), const RTV_RTTVAR = 128
16691 pkg syscall (freebsd-amd64-cgo), const RTV_SPIPE = 16
16692 pkg syscall (freebsd-amd64-cgo), const RTV_SSTHRESH = 32
16693 pkg syscall (freebsd-amd64-cgo), const RTV_WEIGHT = 256
16694 pkg syscall (freebsd-amd64-cgo), const RT_CACHING_CONTEXT = 1
16695 pkg syscall (freebsd-amd64-cgo), const RT_DEFAULT_FIB = 0
16696 pkg syscall (freebsd-amd64-cgo), const RUSAGE_CHILDREN = -1
16697 pkg syscall (freebsd-amd64-cgo), const RUSAGE_SELF = 0
16698 pkg syscall (freebsd-amd64-cgo), const RUSAGE_THREAD = 1
16699 pkg syscall (freebsd-amd64-cgo), const SCM_BINTIME = 4
16700 pkg syscall (freebsd-amd64-cgo), const SCM_CREDS = 3
16701 pkg syscall (freebsd-amd64-cgo), const SCM_RIGHTS = 1
16702 pkg syscall (freebsd-amd64-cgo), const SCM_TIMESTAMP = 2
16703 pkg syscall (freebsd-amd64-cgo), const SIGBUS = 10
16704 pkg syscall (freebsd-amd64-cgo), const SIGCHLD = 20
16705 pkg syscall (freebsd-amd64-cgo), const SIGCONT = 19
16706 pkg syscall (freebsd-amd64-cgo), const SIGEMT = 7
16707 pkg syscall (freebsd-amd64-cgo), const SIGINFO = 29
16708 pkg syscall (freebsd-amd64-cgo), const SIGIO = 23
16709 pkg syscall (freebsd-amd64-cgo), const SIGIOT = 6
16710 pkg syscall (freebsd-amd64-cgo), const SIGLWP = 32
16711 pkg syscall (freebsd-amd64-cgo), const SIGPROF = 27
16712 pkg syscall (freebsd-amd64-cgo), const SIGSTOP = 17
16713 pkg syscall (freebsd-amd64-cgo), const SIGSYS = 12
16714 pkg syscall (freebsd-amd64-cgo), const SIGTHR = 32
16715 pkg syscall (freebsd-amd64-cgo), const SIGTSTP = 18
16716 pkg syscall (freebsd-amd64-cgo), const SIGTTIN = 21
16717 pkg syscall (freebsd-amd64-cgo), const SIGTTOU = 22
16718 pkg syscall (freebsd-amd64-cgo), const SIGURG = 16
16719 pkg syscall (freebsd-amd64-cgo), const SIGUSR1 = 30
16720 pkg syscall (freebsd-amd64-cgo), const SIGUSR2 = 31
16721 pkg syscall (freebsd-amd64-cgo), const SIGVTALRM = 26
16722 pkg syscall (freebsd-amd64-cgo), const SIGWINCH = 28
16723 pkg syscall (freebsd-amd64-cgo), const SIGXCPU = 24
16724 pkg syscall (freebsd-amd64-cgo), const SIGXFSZ = 25
16725 pkg syscall (freebsd-amd64-cgo), const SIOCADDMULTI = 2149607729
16726 pkg syscall (freebsd-amd64-cgo), const SIOCADDRT = 2151707146
16727 pkg syscall (freebsd-amd64-cgo), const SIOCAIFADDR = 2151704858
16728 pkg syscall (freebsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
16729 pkg syscall (freebsd-amd64-cgo), const SIOCALIFADDR = 2165860635
16730 pkg syscall (freebsd-amd64-cgo), const SIOCATMARK = 1074033415
16731 pkg syscall (freebsd-amd64-cgo), const SIOCDELMULTI = 2149607730
16732 pkg syscall (freebsd-amd64-cgo), const SIOCDELRT = 2151707147
16733 pkg syscall (freebsd-amd64-cgo), const SIOCDIFADDR = 2149607705
16734 pkg syscall (freebsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
16735 pkg syscall (freebsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
16736 pkg syscall (freebsd-amd64-cgo), const SIOCDLIFADDR = 2165860637
16737 pkg syscall (freebsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
16738 pkg syscall (freebsd-amd64-cgo), const SIOCGETSGCNT = 3223351824
16739 pkg syscall (freebsd-amd64-cgo), const SIOCGETVIFCNT = 3223876111
16740 pkg syscall (freebsd-amd64-cgo), const SIOCGHIWAT = 1074033409
16741 pkg syscall (freebsd-amd64-cgo), const SIOCGIFADDR = 3223349537
16742 pkg syscall (freebsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
16743 pkg syscall (freebsd-amd64-cgo), const SIOCGIFCAP = 3223349535
16744 pkg syscall (freebsd-amd64-cgo), const SIOCGIFCONF = 3222300964
16745 pkg syscall (freebsd-amd64-cgo), const SIOCGIFDESCR = 3223349546
16746 pkg syscall (freebsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
16747 pkg syscall (freebsd-amd64-cgo), const SIOCGIFFIB = 3223349596
16748 pkg syscall (freebsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
16749 pkg syscall (freebsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
16750 pkg syscall (freebsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
16751 pkg syscall (freebsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
16752 pkg syscall (freebsd-amd64-cgo), const SIOCGIFINDEX = 3223349536
16753 pkg syscall (freebsd-amd64-cgo), const SIOCGIFMAC = 3223349542
16754 pkg syscall (freebsd-amd64-cgo), const SIOCGIFMEDIA = 3224398136
16755 pkg syscall (freebsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
16756 pkg syscall (freebsd-amd64-cgo), const SIOCGIFMTU = 3223349555
16757 pkg syscall (freebsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
16758 pkg syscall (freebsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
16759 pkg syscall (freebsd-amd64-cgo), const SIOCGIFPHYS = 3223349557
16760 pkg syscall (freebsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
16761 pkg syscall (freebsd-amd64-cgo), const SIOCGIFSTATUS = 3274795323
16762 pkg syscall (freebsd-amd64-cgo), const SIOCGLIFADDR = 3239602460
16763 pkg syscall (freebsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
16764 pkg syscall (freebsd-amd64-cgo), const SIOCGLOWAT = 1074033411
16765 pkg syscall (freebsd-amd64-cgo), const SIOCGPGRP = 1074033417
16766 pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_0 = 3223349584
16767 pkg syscall (freebsd-amd64-cgo), const SIOCGPRIVATE_1 = 3223349585
16768 pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE = 3223349626
16769 pkg syscall (freebsd-amd64-cgo), const SIOCIFCREATE2 = 3223349628
16770 pkg syscall (freebsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
16771 pkg syscall (freebsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
16772 pkg syscall (freebsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
16773 pkg syscall (freebsd-amd64-cgo), const SIOCSHIWAT = 2147775232
16774 pkg syscall (freebsd-amd64-cgo), const SIOCSIFADDR = 2149607692
16775 pkg syscall (freebsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
16776 pkg syscall (freebsd-amd64-cgo), const SIOCSIFCAP = 2149607710
16777 pkg syscall (freebsd-amd64-cgo), const SIOCSIFDESCR = 2149607721
16778 pkg syscall (freebsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
16779 pkg syscall (freebsd-amd64-cgo), const SIOCSIFFIB = 2149607773
16780 pkg syscall (freebsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
16781 pkg syscall (freebsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
16782 pkg syscall (freebsd-amd64-cgo), const SIOCSIFLLADDR = 2149607740
16783 pkg syscall (freebsd-amd64-cgo), const SIOCSIFMAC = 2149607719
16784 pkg syscall (freebsd-amd64-cgo), const SIOCSIFMEDIA = 3223349559
16785 pkg syscall (freebsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
16786 pkg syscall (freebsd-amd64-cgo), const SIOCSIFMTU = 2149607732
16787 pkg syscall (freebsd-amd64-cgo), const SIOCSIFNAME = 2149607720
16788 pkg syscall (freebsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
16789 pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
16790 pkg syscall (freebsd-amd64-cgo), const SIOCSIFPHYS = 2149607734
16791 pkg syscall (freebsd-amd64-cgo), const SIOCSIFRVNET = 3223349595
16792 pkg syscall (freebsd-amd64-cgo), const SIOCSIFVNET = 3223349594
16793 pkg syscall (freebsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
16794 pkg syscall (freebsd-amd64-cgo), const SIOCSLOWAT = 2147775234
16795 pkg syscall (freebsd-amd64-cgo), const SIOCSPGRP = 2147775240
16796 pkg syscall (freebsd-amd64-cgo), const SOCK_MAXADDRLEN = 255
16797 pkg syscall (freebsd-amd64-cgo), const SOCK_RDM = 4
16798 pkg syscall (freebsd-amd64-cgo), const SOL_SOCKET = 65535
16799 pkg syscall (freebsd-amd64-cgo), const SOMAXCONN = 128
16800 pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTCONN = 2
16801 pkg syscall (freebsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
16802 pkg syscall (freebsd-amd64-cgo), const SO_BINTIME = 8192
16803 pkg syscall (freebsd-amd64-cgo), const SO_BROADCAST = 32
16804 pkg syscall (freebsd-amd64-cgo), const SO_DEBUG = 1
16805 pkg syscall (freebsd-amd64-cgo), const SO_DONTROUTE = 16
16806 pkg syscall (freebsd-amd64-cgo), const SO_ERROR = 4103
16807 pkg syscall (freebsd-amd64-cgo), const SO_KEEPALIVE = 8
16808 pkg syscall (freebsd-amd64-cgo), const SO_LABEL = 4105
16809 pkg syscall (freebsd-amd64-cgo), const SO_LINGER = 128
16810 pkg syscall (freebsd-amd64-cgo), const SO_LISTENINCQLEN = 4115
16811 pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLEN = 4114
16812 pkg syscall (freebsd-amd64-cgo), const SO_LISTENQLIMIT = 4113
16813 pkg syscall (freebsd-amd64-cgo), const SO_NOSIGPIPE = 2048
16814 pkg syscall (freebsd-amd64-cgo), const SO_NO_DDP = 32768
16815 pkg syscall (freebsd-amd64-cgo), const SO_NO_OFFLOAD = 16384
16816 pkg syscall (freebsd-amd64-cgo), const SO_OOBINLINE = 256
16817 pkg syscall (freebsd-amd64-cgo), const SO_PEERLABEL = 4112
16818 pkg syscall (freebsd-amd64-cgo), const SO_PROTOCOL = 4118
16819 pkg syscall (freebsd-amd64-cgo), const SO_PROTOTYPE = 4118
16820 pkg syscall (freebsd-amd64-cgo), const SO_RCVBUF = 4098
16821 pkg syscall (freebsd-amd64-cgo), const SO_RCVLOWAT = 4100
16822 pkg syscall (freebsd-amd64-cgo), const SO_RCVTIMEO = 4102
16823 pkg syscall (freebsd-amd64-cgo), const SO_REUSEADDR = 4
16824 pkg syscall (freebsd-amd64-cgo), const SO_REUSEPORT = 512
16825 pkg syscall (freebsd-amd64-cgo), const SO_SETFIB = 4116
16826 pkg syscall (freebsd-amd64-cgo), const SO_SNDBUF = 4097
16827 pkg syscall (freebsd-amd64-cgo), const SO_SNDLOWAT = 4099
16828 pkg syscall (freebsd-amd64-cgo), const SO_SNDTIMEO = 4101
16829 pkg syscall (freebsd-amd64-cgo), const SO_TIMESTAMP = 1024
16830 pkg syscall (freebsd-amd64-cgo), const SO_TYPE = 4104
16831 pkg syscall (freebsd-amd64-cgo), const SO_USELOOPBACK = 64
16832 pkg syscall (freebsd-amd64-cgo), const SO_USER_COOKIE = 4117
16833 pkg syscall (freebsd-amd64-cgo), const SYS_ABORT2 = 463
16834 pkg syscall (freebsd-amd64-cgo), const SYS_ACCEPT = 30
16835 pkg syscall (freebsd-amd64-cgo), const SYS_ACCESS = 33
16836 pkg syscall (freebsd-amd64-cgo), const SYS_ACCT = 51
16837 pkg syscall (freebsd-amd64-cgo), const SYS_ADJTIME = 140
16838 pkg syscall (freebsd-amd64-cgo), const SYS_AUDIT = 445
16839 pkg syscall (freebsd-amd64-cgo), const SYS_AUDITCTL = 453
16840 pkg syscall (freebsd-amd64-cgo), const SYS_AUDITON = 446
16841 pkg syscall (freebsd-amd64-cgo), const SYS_BIND = 104
16842 pkg syscall (freebsd-amd64-cgo), const SYS_CAP_ENTER = 516
16843 pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETMODE = 517
16844 pkg syscall (freebsd-amd64-cgo), const SYS_CAP_GETRIGHTS = 515
16845 pkg syscall (freebsd-amd64-cgo), const SYS_CAP_NEW = 514
16846 pkg syscall (freebsd-amd64-cgo), const SYS_CHDIR = 12
16847 pkg syscall (freebsd-amd64-cgo), const SYS_CHFLAGS = 34
16848 pkg syscall (freebsd-amd64-cgo), const SYS_CHMOD = 15
16849 pkg syscall (freebsd-amd64-cgo), const SYS_CHOWN = 16
16850 pkg syscall (freebsd-amd64-cgo), const SYS_CHROOT = 61
16851 pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
16852 pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
16853 pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
16854 pkg syscall (freebsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
16855 pkg syscall (freebsd-amd64-cgo), const SYS_CLOSE = 6
16856 pkg syscall (freebsd-amd64-cgo), const SYS_CLOSEFROM = 509
16857 pkg syscall (freebsd-amd64-cgo), const SYS_CONNECT = 98
16858 pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET = 484
16859 pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETAFFINITY = 487
16860 pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_GETID = 486
16861 pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETAFFINITY = 488
16862 pkg syscall (freebsd-amd64-cgo), const SYS_CPUSET_SETID = 485
16863 pkg syscall (freebsd-amd64-cgo), const SYS_DUP = 41
16864 pkg syscall (freebsd-amd64-cgo), const SYS_DUP2 = 90
16865 pkg syscall (freebsd-amd64-cgo), const SYS_EACCESS = 376
16866 pkg syscall (freebsd-amd64-cgo), const SYS_EXECVE = 59
16867 pkg syscall (freebsd-amd64-cgo), const SYS_EXIT = 1
16868 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTRCTL = 355
16869 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 373
16870 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 358
16871 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 414
16872 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 372
16873 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 357
16874 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 413
16875 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 437
16876 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 438
16877 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 439
16878 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 371
16879 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 356
16880 pkg syscall (freebsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 412
16881 pkg syscall (freebsd-amd64-cgo), const SYS_FACCESSAT = 489
16882 pkg syscall (freebsd-amd64-cgo), const SYS_FCHDIR = 13
16883 pkg syscall (freebsd-amd64-cgo), const SYS_FCHFLAGS = 35
16884 pkg syscall (freebsd-amd64-cgo), const SYS_FCHMOD = 124
16885 pkg syscall (freebsd-amd64-cgo), const SYS_FCHMODAT = 490
16886 pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWN = 123
16887 pkg syscall (freebsd-amd64-cgo), const SYS_FCHOWNAT = 491
16888 pkg syscall (freebsd-amd64-cgo), const SYS_FCNTL = 92
16889 pkg syscall (freebsd-amd64-cgo), const SYS_FEXECVE = 492
16890 pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
16891 pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
16892 pkg syscall (freebsd-amd64-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
16893 pkg syscall (freebsd-amd64-cgo), const SYS_FHOPEN = 298
16894 pkg syscall (freebsd-amd64-cgo), const SYS_FHSTAT = 299
16895 pkg syscall (freebsd-amd64-cgo), const SYS_FHSTATFS = 398
16896 pkg syscall (freebsd-amd64-cgo), const SYS_FLOCK = 131
16897 pkg syscall (freebsd-amd64-cgo), const SYS_FORK = 2
16898 pkg syscall (freebsd-amd64-cgo), const SYS_FPATHCONF = 192
16899 pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
16900 pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_LSEEK = 199
16901 pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_MMAP = 197
16902 pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PREAD = 173
16903 pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_PWRITE = 174
16904 pkg syscall (freebsd-amd64-cgo), const SYS_FREEBSD6_TRUNCATE = 200
16905 pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189
16906 pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493
16907 pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397
16908 pkg syscall (freebsd-amd64-cgo), const SYS_FSYNC = 95
16909 pkg syscall (freebsd-amd64-cgo), const SYS_FTRUNCATE = 480
16910 pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMES = 206
16911 pkg syscall (freebsd-amd64-cgo), const SYS_FUTIMESAT = 494
16912 pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT = 449
16913 pkg syscall (freebsd-amd64-cgo), const SYS_GETAUDIT_ADDR = 451
16914 pkg syscall (freebsd-amd64-cgo), const SYS_GETAUID = 447
16915 pkg syscall (freebsd-amd64-cgo), const SYS_GETCONTEXT = 421
16916 pkg syscall (freebsd-amd64-cgo), const SYS_GETDENTS = 272
16917 pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196
16918 pkg syscall (freebsd-amd64-cgo), const SYS_GETDTABLESIZE = 89
16919 pkg syscall (freebsd-amd64-cgo), const SYS_GETEGID = 43
16920 pkg syscall (freebsd-amd64-cgo), const SYS_GETEUID = 25
16921 pkg syscall (freebsd-amd64-cgo), const SYS_GETFH = 161
16922 pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395
16923 pkg syscall (freebsd-amd64-cgo), const SYS_GETGID = 47
16924 pkg syscall (freebsd-amd64-cgo), const SYS_GETGROUPS = 79
16925 pkg syscall (freebsd-amd64-cgo), const SYS_GETITIMER = 86
16926 pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGIN = 49
16927 pkg syscall (freebsd-amd64-cgo), const SYS_GETLOGINCLASS = 523
16928 pkg syscall (freebsd-amd64-cgo), const SYS_GETPEERNAME = 31
16929 pkg syscall (freebsd-amd64-cgo), const SYS_GETPGID = 207
16930 pkg syscall (freebsd-amd64-cgo), const SYS_GETPGRP = 81
16931 pkg syscall (freebsd-amd64-cgo), const SYS_GETPID = 20
16932 pkg syscall (freebsd-amd64-cgo), const SYS_GETPPID = 39
16933 pkg syscall (freebsd-amd64-cgo), const SYS_GETPRIORITY = 100
16934 pkg syscall (freebsd-amd64-cgo), const SYS_GETRESGID = 361
16935 pkg syscall (freebsd-amd64-cgo), const SYS_GETRESUID = 360
16936 pkg syscall (freebsd-amd64-cgo), const SYS_GETRLIMIT = 194
16937 pkg syscall (freebsd-amd64-cgo), const SYS_GETRUSAGE = 117
16938 pkg syscall (freebsd-amd64-cgo), const SYS_GETSID = 310
16939 pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKNAME = 32
16940 pkg syscall (freebsd-amd64-cgo), const SYS_GETSOCKOPT = 118
16941 pkg syscall (freebsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
16942 pkg syscall (freebsd-amd64-cgo), const SYS_GETUID = 24
16943 pkg syscall (freebsd-amd64-cgo), const SYS_IOCTL = 54
16944 pkg syscall (freebsd-amd64-cgo), const SYS_ISSETUGID = 253
16945 pkg syscall (freebsd-amd64-cgo), const SYS_JAIL = 338
16946 pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_ATTACH = 436
16947 pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_GET = 506
16948 pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_REMOVE = 508
16949 pkg syscall (freebsd-amd64-cgo), const SYS_JAIL_SET = 507
16950 pkg syscall (freebsd-amd64-cgo), const SYS_KENV = 390
16951 pkg syscall (freebsd-amd64-cgo), const SYS_KEVENT = 363
16952 pkg syscall (freebsd-amd64-cgo), const SYS_KILL = 37
16953 pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIND = 306
16954 pkg syscall (freebsd-amd64-cgo), const SYS_KLDFIRSTMOD = 309
16955 pkg syscall (freebsd-amd64-cgo), const SYS_KLDLOAD = 304
16956 pkg syscall (freebsd-amd64-cgo), const SYS_KLDNEXT = 307
16957 pkg syscall (freebsd-amd64-cgo), const SYS_KLDSTAT = 308
16958 pkg syscall (freebsd-amd64-cgo), const SYS_KLDSYM = 337
16959 pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOAD = 305
16960 pkg syscall (freebsd-amd64-cgo), const SYS_KLDUNLOADF = 444
16961 pkg syscall (freebsd-amd64-cgo), const SYS_KQUEUE = 362
16962 pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_CREATE = 235
16963 pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_DELETE = 236
16964 pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETOVERRUN = 239
16965 pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_GETTIME = 238
16966 pkg syscall (freebsd-amd64-cgo), const SYS_KTIMER_SETTIME = 237
16967 pkg syscall (freebsd-amd64-cgo), const SYS_KTRACE = 45
16968 pkg syscall (freebsd-amd64-cgo), const SYS_LCHFLAGS = 391
16969 pkg syscall (freebsd-amd64-cgo), const SYS_LCHMOD = 274
16970 pkg syscall (freebsd-amd64-cgo), const SYS_LCHOWN = 254
16971 pkg syscall (freebsd-amd64-cgo), const SYS_LGETFH = 160
16972 pkg syscall (freebsd-amd64-cgo), const SYS_LINK = 9
16973 pkg syscall (freebsd-amd64-cgo), const SYS_LINKAT = 495
16974 pkg syscall (freebsd-amd64-cgo), const SYS_LISTEN = 106
16975 pkg syscall (freebsd-amd64-cgo), const SYS_LPATHCONF = 513
16976 pkg syscall (freebsd-amd64-cgo), const SYS_LSEEK = 478
16977 pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190
16978 pkg syscall (freebsd-amd64-cgo), const SYS_LUTIMES = 276
16979 pkg syscall (freebsd-amd64-cgo), const SYS_MAC_SYSCALL = 394
16980 pkg syscall (freebsd-amd64-cgo), const SYS_MADVISE = 75
16981 pkg syscall (freebsd-amd64-cgo), const SYS_MINCORE = 78
16982 pkg syscall (freebsd-amd64-cgo), const SYS_MINHERIT = 250
16983 pkg syscall (freebsd-amd64-cgo), const SYS_MKDIR = 136
16984 pkg syscall (freebsd-amd64-cgo), const SYS_MKDIRAT = 496
16985 pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFO = 132
16986 pkg syscall (freebsd-amd64-cgo), const SYS_MKFIFOAT = 497
16987 pkg syscall (freebsd-amd64-cgo), const SYS_MKNOD = 14
16988 pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498
16989 pkg syscall (freebsd-amd64-cgo), const SYS_MLOCK = 203
16990 pkg syscall (freebsd-amd64-cgo), const SYS_MLOCKALL = 324
16991 pkg syscall (freebsd-amd64-cgo), const SYS_MMAP = 477
16992 pkg syscall (freebsd-amd64-cgo), const SYS_MODFIND = 303
16993 pkg syscall (freebsd-amd64-cgo), const SYS_MODFNEXT = 302
16994 pkg syscall (freebsd-amd64-cgo), const SYS_MODNEXT = 300
16995 pkg syscall (freebsd-amd64-cgo), const SYS_MODSTAT = 301
16996 pkg syscall (freebsd-amd64-cgo), const SYS_MOUNT = 21
16997 pkg syscall (freebsd-amd64-cgo), const SYS_MPROTECT = 74
16998 pkg syscall (freebsd-amd64-cgo), const SYS_MSYNC = 65
16999 pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCK = 204
17000 pkg syscall (freebsd-amd64-cgo), const SYS_MUNLOCKALL = 325
17001 pkg syscall (freebsd-amd64-cgo), const SYS_MUNMAP = 73
17002 pkg syscall (freebsd-amd64-cgo), const SYS_NANOSLEEP = 240
17003 pkg syscall (freebsd-amd64-cgo), const SYS_NFSTAT = 279
17004 pkg syscall (freebsd-amd64-cgo), const SYS_NLSTAT = 280
17005 pkg syscall (freebsd-amd64-cgo), const SYS_NMOUNT = 378
17006 pkg syscall (freebsd-amd64-cgo), const SYS_NSTAT = 278
17007 pkg syscall (freebsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
17008 pkg syscall (freebsd-amd64-cgo), const SYS_NTP_GETTIME = 248
17009 pkg syscall (freebsd-amd64-cgo), const SYS_OBREAK = 17
17010 pkg syscall (freebsd-amd64-cgo), const SYS_OPEN = 5
17011 pkg syscall (freebsd-amd64-cgo), const SYS_OPENAT = 499
17012 pkg syscall (freebsd-amd64-cgo), const SYS_OPENBSD_POLL = 252
17013 pkg syscall (freebsd-amd64-cgo), const SYS_OVADVISE = 72
17014 pkg syscall (freebsd-amd64-cgo), const SYS_PATHCONF = 191
17015 pkg syscall (freebsd-amd64-cgo), const SYS_PDFORK = 518
17016 pkg syscall (freebsd-amd64-cgo), const SYS_PDGETPID = 520
17017 pkg syscall (freebsd-amd64-cgo), const SYS_PDKILL = 519
17018 pkg syscall (freebsd-amd64-cgo), const SYS_PIPE = 42
17019 pkg syscall (freebsd-amd64-cgo), const SYS_POLL = 209
17020 pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FADVISE = 531
17021 pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_FALLOCATE = 530
17022 pkg syscall (freebsd-amd64-cgo), const SYS_POSIX_OPENPT = 504
17023 pkg syscall (freebsd-amd64-cgo), const SYS_PREAD = 475
17024 pkg syscall (freebsd-amd64-cgo), const SYS_PREADV = 289
17025 pkg syscall (freebsd-amd64-cgo), const SYS_PROFIL = 44
17026 pkg syscall (freebsd-amd64-cgo), const SYS_PSELECT = 522
17027 pkg syscall (freebsd-amd64-cgo), const SYS_PTRACE = 26
17028 pkg syscall (freebsd-amd64-cgo), const SYS_PWRITE = 476
17029 pkg syscall (freebsd-amd64-cgo), const SYS_PWRITEV = 290
17030 pkg syscall (freebsd-amd64-cgo), const SYS_QUOTACTL = 148
17031 pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_ADD_RULE = 528
17032 pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_LIMITS = 527
17033 pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RACCT = 525
17034 pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_GET_RULES = 526
17035 pkg syscall (freebsd-amd64-cgo), const SYS_RCTL_REMOVE_RULE = 529
17036 pkg syscall (freebsd-amd64-cgo), const SYS_READ = 3
17037 pkg syscall (freebsd-amd64-cgo), const SYS_READLINK = 58
17038 pkg syscall (freebsd-amd64-cgo), const SYS_READLINKAT = 500
17039 pkg syscall (freebsd-amd64-cgo), const SYS_READV = 120
17040 pkg syscall (freebsd-amd64-cgo), const SYS_REBOOT = 55
17041 pkg syscall (freebsd-amd64-cgo), const SYS_RECVFROM = 29
17042 pkg syscall (freebsd-amd64-cgo), const SYS_RECVMSG = 27
17043 pkg syscall (freebsd-amd64-cgo), const SYS_RENAME = 128
17044 pkg syscall (freebsd-amd64-cgo), const SYS_RENAMEAT = 501
17045 pkg syscall (freebsd-amd64-cgo), const SYS_REVOKE = 56
17046 pkg syscall (freebsd-amd64-cgo), const SYS_RFORK = 251
17047 pkg syscall (freebsd-amd64-cgo), const SYS_RMDIR = 137
17048 pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO = 166
17049 pkg syscall (freebsd-amd64-cgo), const SYS_RTPRIO_THREAD = 466
17050 pkg syscall (freebsd-amd64-cgo), const SYS_SBRK = 69
17051 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETPARAM = 328
17052 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 330
17053 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
17054 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
17055 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
17056 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETPARAM = 327
17057 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 329
17058 pkg syscall (freebsd-amd64-cgo), const SYS_SCHED_YIELD = 331
17059 pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
17060 pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
17061 pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
17062 pkg syscall (freebsd-amd64-cgo), const SYS_SCTP_PEELOFF = 471
17063 pkg syscall (freebsd-amd64-cgo), const SYS_SELECT = 93
17064 pkg syscall (freebsd-amd64-cgo), const SYS_SENDFILE = 393
17065 pkg syscall (freebsd-amd64-cgo), const SYS_SENDMSG = 28
17066 pkg syscall (freebsd-amd64-cgo), const SYS_SENDTO = 133
17067 pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT = 450
17068 pkg syscall (freebsd-amd64-cgo), const SYS_SETAUDIT_ADDR = 452
17069 pkg syscall (freebsd-amd64-cgo), const SYS_SETAUID = 448
17070 pkg syscall (freebsd-amd64-cgo), const SYS_SETCONTEXT = 422
17071 pkg syscall (freebsd-amd64-cgo), const SYS_SETEGID = 182
17072 pkg syscall (freebsd-amd64-cgo), const SYS_SETEUID = 183
17073 pkg syscall (freebsd-amd64-cgo), const SYS_SETFIB = 175
17074 pkg syscall (freebsd-amd64-cgo), const SYS_SETGID = 181
17075 pkg syscall (freebsd-amd64-cgo), const SYS_SETGROUPS = 80
17076 pkg syscall (freebsd-amd64-cgo), const SYS_SETITIMER = 83
17077 pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGIN = 50
17078 pkg syscall (freebsd-amd64-cgo), const SYS_SETLOGINCLASS = 524
17079 pkg syscall (freebsd-amd64-cgo), const SYS_SETPGID = 82
17080 pkg syscall (freebsd-amd64-cgo), const SYS_SETPRIORITY = 96
17081 pkg syscall (freebsd-amd64-cgo), const SYS_SETREGID = 127
17082 pkg syscall (freebsd-amd64-cgo), const SYS_SETRESGID = 312
17083 pkg syscall (freebsd-amd64-cgo), const SYS_SETRESUID = 311
17084 pkg syscall (freebsd-amd64-cgo), const SYS_SETREUID = 126
17085 pkg syscall (freebsd-amd64-cgo), const SYS_SETRLIMIT = 195
17086 pkg syscall (freebsd-amd64-cgo), const SYS_SETSID = 147
17087 pkg syscall (freebsd-amd64-cgo), const SYS_SETSOCKOPT = 105
17088 pkg syscall (freebsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
17089 pkg syscall (freebsd-amd64-cgo), const SYS_SETUID = 23
17090 pkg syscall (freebsd-amd64-cgo), const SYS_SHM_OPEN = 482
17091 pkg syscall (freebsd-amd64-cgo), const SYS_SHM_UNLINK = 483
17092 pkg syscall (freebsd-amd64-cgo), const SYS_SHUTDOWN = 134
17093 pkg syscall (freebsd-amd64-cgo), const SYS_SIGACTION = 416
17094 pkg syscall (freebsd-amd64-cgo), const SYS_SIGALTSTACK = 53
17095 pkg syscall (freebsd-amd64-cgo), const SYS_SIGPENDING = 343
17096 pkg syscall (freebsd-amd64-cgo), const SYS_SIGPROCMASK = 340
17097 pkg syscall (freebsd-amd64-cgo), const SYS_SIGQUEUE = 456
17098 pkg syscall (freebsd-amd64-cgo), const SYS_SIGRETURN = 417
17099 pkg syscall (freebsd-amd64-cgo), const SYS_SIGSUSPEND = 341
17100 pkg syscall (freebsd-amd64-cgo), const SYS_SIGTIMEDWAIT = 345
17101 pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAIT = 429
17102 pkg syscall (freebsd-amd64-cgo), const SYS_SIGWAITINFO = 346
17103 pkg syscall (freebsd-amd64-cgo), const SYS_SOCKET = 97
17104 pkg syscall (freebsd-amd64-cgo), const SYS_SOCKETPAIR = 135
17105 pkg syscall (freebsd-amd64-cgo), const SYS_SSTK = 70
17106 pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188
17107 pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396
17108 pkg syscall (freebsd-amd64-cgo), const SYS_SWAPCONTEXT = 423
17109 pkg syscall (freebsd-amd64-cgo), const SYS_SWAPOFF = 424
17110 pkg syscall (freebsd-amd64-cgo), const SYS_SWAPON = 85
17111 pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINK = 57
17112 pkg syscall (freebsd-amd64-cgo), const SYS_SYMLINKAT = 502
17113 pkg syscall (freebsd-amd64-cgo), const SYS_SYNC = 36
17114 pkg syscall (freebsd-amd64-cgo), const SYS_SYSARCH = 165
17115 pkg syscall (freebsd-amd64-cgo), const SYS_THR_CREATE = 430
17116 pkg syscall (freebsd-amd64-cgo), const SYS_THR_EXIT = 431
17117 pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL = 433
17118 pkg syscall (freebsd-amd64-cgo), const SYS_THR_KILL2 = 481
17119 pkg syscall (freebsd-amd64-cgo), const SYS_THR_NEW = 455
17120 pkg syscall (freebsd-amd64-cgo), const SYS_THR_SELF = 432
17121 pkg syscall (freebsd-amd64-cgo), const SYS_THR_SET_NAME = 464
17122 pkg syscall (freebsd-amd64-cgo), const SYS_THR_SUSPEND = 442
17123 pkg syscall (freebsd-amd64-cgo), const SYS_THR_WAKE = 443
17124 pkg syscall (freebsd-amd64-cgo), const SYS_TRUNCATE = 479
17125 pkg syscall (freebsd-amd64-cgo), const SYS_UMASK = 60
17126 pkg syscall (freebsd-amd64-cgo), const SYS_UNDELETE = 205
17127 pkg syscall (freebsd-amd64-cgo), const SYS_UNLINK = 10
17128 pkg syscall (freebsd-amd64-cgo), const SYS_UNLINKAT = 503
17129 pkg syscall (freebsd-amd64-cgo), const SYS_UNMOUNT = 22
17130 pkg syscall (freebsd-amd64-cgo), const SYS_UTIMES = 138
17131 pkg syscall (freebsd-amd64-cgo), const SYS_UTRACE = 335
17132 pkg syscall (freebsd-amd64-cgo), const SYS_UUIDGEN = 392
17133 pkg syscall (freebsd-amd64-cgo), const SYS_VFORK = 66
17134 pkg syscall (freebsd-amd64-cgo), const SYS_WAIT4 = 7
17135 pkg syscall (freebsd-amd64-cgo), const SYS_WAIT6 = 532
17136 pkg syscall (freebsd-amd64-cgo), const SYS_WRITE = 4
17137 pkg syscall (freebsd-amd64-cgo), const SYS_WRITEV = 121
17138 pkg syscall (freebsd-amd64-cgo), const SYS_YIELD = 321
17139 pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_LOCK = 434
17140 pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_OP = 454
17141 pkg syscall (freebsd-amd64-cgo), const SYS__UMTX_UNLOCK = 435
17142 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FD = 354
17143 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_FILE = 353
17144 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_ACLCHECK_LINK = 428
17145 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FD = 352
17146 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_FILE = 351
17147 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_DELETE_LINK = 427
17148 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FD = 349
17149 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_FILE = 347
17150 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_GET_LINK = 425
17151 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FD = 350
17152 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_FILE = 348
17153 pkg syscall (freebsd-amd64-cgo), const SYS___ACL_SET_LINK = 426
17154 pkg syscall (freebsd-amd64-cgo), const SYS___GETCWD = 326
17155 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_EXECVE = 415
17156 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FD = 386
17157 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_FILE = 387
17158 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_LINK = 410
17159 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PID = 409
17160 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_GET_PROC = 384
17161 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FD = 388
17162 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_FILE = 389
17163 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_LINK = 411
17164 pkg syscall (freebsd-amd64-cgo), const SYS___MAC_SET_PROC = 385
17165 pkg syscall (freebsd-amd64-cgo), const SYS___SETUGID = 374
17166 pkg syscall (freebsd-amd64-cgo), const SYS___SYSCTL = 202
17167 pkg syscall (freebsd-amd64-cgo), const S_IFMT = 61440
17168 pkg syscall (freebsd-amd64-cgo), const SizeofBpfHdr = 32
17169 pkg syscall (freebsd-amd64-cgo), const SizeofBpfInsn = 8
17170 pkg syscall (freebsd-amd64-cgo), const SizeofBpfProgram = 16
17171 pkg syscall (freebsd-amd64-cgo), const SizeofBpfStat = 8
17172 pkg syscall (freebsd-amd64-cgo), const SizeofBpfVersion = 4
17173 pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbuf = 24
17174 pkg syscall (freebsd-amd64-cgo), const SizeofBpfZbufHeader = 32
17175 pkg syscall (freebsd-amd64-cgo), const SizeofCmsghdr = 12
17176 pkg syscall (freebsd-amd64-cgo), const SizeofIPMreq = 8
17177 pkg syscall (freebsd-amd64-cgo), const SizeofIPMreqn = 12
17178 pkg syscall (freebsd-amd64-cgo), const SizeofIPv6Mreq = 20
17179 pkg syscall (freebsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
17180 pkg syscall (freebsd-amd64-cgo), const SizeofIfData = 152
17181 pkg syscall (freebsd-amd64-cgo), const SizeofIfMsghdr = 168
17182 pkg syscall (freebsd-amd64-cgo), const SizeofIfaMsghdr = 20
17183 pkg syscall (freebsd-amd64-cgo), const SizeofIfmaMsghdr = 16
17184 pkg syscall (freebsd-amd64-cgo), const SizeofInet6Pktinfo = 20
17185 pkg syscall (freebsd-amd64-cgo), const SizeofLinger = 8
17186 pkg syscall (freebsd-amd64-cgo), const SizeofMsghdr = 48
17187 pkg syscall (freebsd-amd64-cgo), const SizeofRtMetrics = 112
17188 pkg syscall (freebsd-amd64-cgo), const SizeofRtMsghdr = 152
17189 pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrAny = 108
17190 pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrDatalink = 54
17191 pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet4 = 16
17192 pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrInet6 = 28
17193 pkg syscall (freebsd-amd64-cgo), const SizeofSockaddrUnix = 106
17194 pkg syscall (freebsd-amd64-cgo), const TCIFLUSH = 1
17195 pkg syscall (freebsd-amd64-cgo), const TCIOFLUSH = 3
17196 pkg syscall (freebsd-amd64-cgo), const TCOFLUSH = 2
17197 pkg syscall (freebsd-amd64-cgo), const TCP_CA_NAME_MAX = 16
17198 pkg syscall (freebsd-amd64-cgo), const TCP_CONGESTION = 64
17199 pkg syscall (freebsd-amd64-cgo), const TCP_INFO = 32
17200 pkg syscall (freebsd-amd64-cgo), const TCP_KEEPCNT = 1024
17201 pkg syscall (freebsd-amd64-cgo), const TCP_KEEPIDLE = 256
17202 pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINIT = 128
17203 pkg syscall (freebsd-amd64-cgo), const TCP_KEEPINTVL = 512
17204 pkg syscall (freebsd-amd64-cgo), const TCP_MAXBURST = 4
17205 pkg syscall (freebsd-amd64-cgo), const TCP_MAXHLEN = 60
17206 pkg syscall (freebsd-amd64-cgo), const TCP_MAXOLEN = 40
17207 pkg syscall (freebsd-amd64-cgo), const TCP_MAXSEG = 2
17208 pkg syscall (freebsd-amd64-cgo), const TCP_MAXWIN = 65535
17209 pkg syscall (freebsd-amd64-cgo), const TCP_MAX_SACK = 4
17210 pkg syscall (freebsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
17211 pkg syscall (freebsd-amd64-cgo), const TCP_MD5SIG = 16
17212 pkg syscall (freebsd-amd64-cgo), const TCP_MINMSS = 216
17213 pkg syscall (freebsd-amd64-cgo), const TCP_MSS = 536
17214 pkg syscall (freebsd-amd64-cgo), const TCP_NOOPT = 8
17215 pkg syscall (freebsd-amd64-cgo), const TCP_NOPUSH = 4
17216 pkg syscall (freebsd-amd64-cgo), const TCSAFLUSH = 2
17217 pkg syscall (freebsd-amd64-cgo), const TIOCCBRK = 536900730
17218 pkg syscall (freebsd-amd64-cgo), const TIOCCDTR = 536900728
17219 pkg syscall (freebsd-amd64-cgo), const TIOCCONS = 2147775586
17220 pkg syscall (freebsd-amd64-cgo), const TIOCDRAIN = 536900702
17221 pkg syscall (freebsd-amd64-cgo), const TIOCEXCL = 536900621
17222 pkg syscall (freebsd-amd64-cgo), const TIOCEXT = 2147775584
17223 pkg syscall (freebsd-amd64-cgo), const TIOCFLUSH = 2147775504
17224 pkg syscall (freebsd-amd64-cgo), const TIOCGDRAINWAIT = 1074033750
17225 pkg syscall (freebsd-amd64-cgo), const TIOCGETA = 1076655123
17226 pkg syscall (freebsd-amd64-cgo), const TIOCGETD = 1074033690
17227 pkg syscall (freebsd-amd64-cgo), const TIOCGPGRP = 1074033783
17228 pkg syscall (freebsd-amd64-cgo), const TIOCGPTN = 1074033679
17229 pkg syscall (freebsd-amd64-cgo), const TIOCGSID = 1074033763
17230 pkg syscall (freebsd-amd64-cgo), const TIOCGWINSZ = 1074295912
17231 pkg syscall (freebsd-amd64-cgo), const TIOCMBIC = 2147775595
17232 pkg syscall (freebsd-amd64-cgo), const TIOCMBIS = 2147775596
17233 pkg syscall (freebsd-amd64-cgo), const TIOCMGDTRWAIT = 1074033754
17234 pkg syscall (freebsd-amd64-cgo), const TIOCMGET = 1074033770
17235 pkg syscall (freebsd-amd64-cgo), const TIOCMSDTRWAIT = 2147775579
17236 pkg syscall (freebsd-amd64-cgo), const TIOCMSET = 2147775597
17237 pkg syscall (freebsd-amd64-cgo), const TIOCM_CAR = 64
17238 pkg syscall (freebsd-amd64-cgo), const TIOCM_CD = 64
17239 pkg syscall (freebsd-amd64-cgo), const TIOCM_CTS = 32
17240 pkg syscall (freebsd-amd64-cgo), const TIOCM_DCD = 64
17241 pkg syscall (freebsd-amd64-cgo), const TIOCM_DSR = 256
17242 pkg syscall (freebsd-amd64-cgo), const TIOCM_DTR = 2
17243 pkg syscall (freebsd-amd64-cgo), const TIOCM_LE = 1
17244 pkg syscall (freebsd-amd64-cgo), const TIOCM_RI = 128
17245 pkg syscall (freebsd-amd64-cgo), const TIOCM_RNG = 128
17246 pkg syscall (freebsd-amd64-cgo), const TIOCM_RTS = 4
17247 pkg syscall (freebsd-amd64-cgo), const TIOCM_SR = 16
17248 pkg syscall (freebsd-amd64-cgo), const TIOCM_ST = 8
17249 pkg syscall (freebsd-amd64-cgo), const TIOCNOTTY = 536900721
17250 pkg syscall (freebsd-amd64-cgo), const TIOCNXCL = 536900622
17251 pkg syscall (freebsd-amd64-cgo), const TIOCOUTQ = 1074033779
17252 pkg syscall (freebsd-amd64-cgo), const TIOCPKT = 2147775600
17253 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DATA = 0
17254 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
17255 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
17256 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
17257 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_IOCTL = 64
17258 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
17259 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_START = 8
17260 pkg syscall (freebsd-amd64-cgo), const TIOCPKT_STOP = 4
17261 pkg syscall (freebsd-amd64-cgo), const TIOCPTMASTER = 536900636
17262 pkg syscall (freebsd-amd64-cgo), const TIOCSBRK = 536900731
17263 pkg syscall (freebsd-amd64-cgo), const TIOCSCTTY = 536900705
17264 pkg syscall (freebsd-amd64-cgo), const TIOCSDRAINWAIT = 2147775575
17265 pkg syscall (freebsd-amd64-cgo), const TIOCSDTR = 536900729
17266 pkg syscall (freebsd-amd64-cgo), const TIOCSETA = 2150396948
17267 pkg syscall (freebsd-amd64-cgo), const TIOCSETAF = 2150396950
17268 pkg syscall (freebsd-amd64-cgo), const TIOCSETAW = 2150396949
17269 pkg syscall (freebsd-amd64-cgo), const TIOCSETD = 2147775515
17270 pkg syscall (freebsd-amd64-cgo), const TIOCSIG = 537162847
17271 pkg syscall (freebsd-amd64-cgo), const TIOCSPGRP = 2147775606
17272 pkg syscall (freebsd-amd64-cgo), const TIOCSTART = 536900718
17273 pkg syscall (freebsd-amd64-cgo), const TIOCSTAT = 536900709
17274 pkg syscall (freebsd-amd64-cgo), const TIOCSTI = 2147578994
17275 pkg syscall (freebsd-amd64-cgo), const TIOCSTOP = 536900719
17276 pkg syscall (freebsd-amd64-cgo), const TIOCSWINSZ = 2148037735
17277 pkg syscall (freebsd-amd64-cgo), const TIOCTIMESTAMP = 1074820185
17278 pkg syscall (freebsd-amd64-cgo), const TIOCUCNTL = 2147775590
17279 pkg syscall (freebsd-amd64-cgo), const TOSTOP = 4194304
17280 pkg syscall (freebsd-amd64-cgo), const VDISCARD = 15
17281 pkg syscall (freebsd-amd64-cgo), const VDSUSP = 11
17282 pkg syscall (freebsd-amd64-cgo), const VEOF = 0
17283 pkg syscall (freebsd-amd64-cgo), const VEOL = 1
17284 pkg syscall (freebsd-amd64-cgo), const VEOL2 = 2
17285 pkg syscall (freebsd-amd64-cgo), const VERASE = 3
17286 pkg syscall (freebsd-amd64-cgo), const VERASE2 = 7
17287 pkg syscall (freebsd-amd64-cgo), const VINTR = 8
17288 pkg syscall (freebsd-amd64-cgo), const VKILL = 5
17289 pkg syscall (freebsd-amd64-cgo), const VLNEXT = 14
17290 pkg syscall (freebsd-amd64-cgo), const VMIN = 16
17291 pkg syscall (freebsd-amd64-cgo), const VQUIT = 9
17292 pkg syscall (freebsd-amd64-cgo), const VREPRINT = 6
17293 pkg syscall (freebsd-amd64-cgo), const VSTART = 12
17294 pkg syscall (freebsd-amd64-cgo), const VSTATUS = 18
17295 pkg syscall (freebsd-amd64-cgo), const VSTOP = 13
17296 pkg syscall (freebsd-amd64-cgo), const VSUSP = 10
17297 pkg syscall (freebsd-amd64-cgo), const VTIME = 17
17298 pkg syscall (freebsd-amd64-cgo), const VWERASE = 4
17299 pkg syscall (freebsd-amd64-cgo), const WCONTINUED = 4
17300 pkg syscall (freebsd-amd64-cgo), const WCOREFLAG = 128
17301 pkg syscall (freebsd-amd64-cgo), const WLINUXCLONE = 2147483648
17302 pkg syscall (freebsd-amd64-cgo), const WNOHANG = 1
17303 pkg syscall (freebsd-amd64-cgo), const WNOWAIT = 8
17304 pkg syscall (freebsd-amd64-cgo), const WSTOPPED = 2
17305 pkg syscall (freebsd-amd64-cgo), const WUNTRACED = 2
17306 pkg syscall (freebsd-arm), const AF_APPLETALK = 16
17307 pkg syscall (freebsd-arm), const AF_ARP = 35
17308 pkg syscall (freebsd-arm), const AF_ATM = 30
17309 pkg syscall (freebsd-arm), const AF_BLUETOOTH = 36
17310 pkg syscall (freebsd-arm), const AF_CCITT = 10
17311 pkg syscall (freebsd-arm), const AF_CHAOS = 5
17312 pkg syscall (freebsd-arm), const AF_CNT = 21
17313 pkg syscall (freebsd-arm), const AF_COIP = 20
17314 pkg syscall (freebsd-arm), const AF_DATAKIT = 9
17315 pkg syscall (freebsd-arm), const AF_DECnet = 12
17316 pkg syscall (freebsd-arm), const AF_DLI = 13
17317 pkg syscall (freebsd-arm), const AF_E164 = 26
17318 pkg syscall (freebsd-arm), const AF_ECMA = 8
17319 pkg syscall (freebsd-arm), const AF_HYLINK = 15
17320 pkg syscall (freebsd-arm), const AF_IEEE80211 = 37
17321 pkg syscall (freebsd-arm), const AF_IMPLINK = 3
17322 pkg syscall (freebsd-arm), const AF_INET6 = 28
17323 pkg syscall (freebsd-arm), const AF_IPX = 23
17324 pkg syscall (freebsd-arm), const AF_ISDN = 26
17325 pkg syscall (freebsd-arm), const AF_ISO = 7
17326 pkg syscall (freebsd-arm), const AF_LAT = 14
17327 pkg syscall (freebsd-arm), const AF_LINK = 18
17328 pkg syscall (freebsd-arm), const AF_LOCAL = 1
17329 pkg syscall (freebsd-arm), const AF_MAX = 38
17330 pkg syscall (freebsd-arm), const AF_NATM = 29
17331 pkg syscall (freebsd-arm), const AF_NETBIOS = 6
17332 pkg syscall (freebsd-arm), const AF_NETGRAPH = 32
17333 pkg syscall (freebsd-arm), const AF_OSI = 7
17334 pkg syscall (freebsd-arm), const AF_PUP = 4
17335 pkg syscall (freebsd-arm), const AF_ROUTE = 17
17336 pkg syscall (freebsd-arm), const AF_SCLUSTER = 34
17337 pkg syscall (freebsd-arm), const AF_SIP = 24
17338 pkg syscall (freebsd-arm), const AF_SLOW = 33
17339 pkg syscall (freebsd-arm), const AF_SNA = 11
17340 pkg syscall (freebsd-arm), const AF_VENDOR00 = 39
17341 pkg syscall (freebsd-arm), const AF_VENDOR01 = 41
17342 pkg syscall (freebsd-arm), const AF_VENDOR02 = 43
17343 pkg syscall (freebsd-arm), const AF_VENDOR03 = 45
17344 pkg syscall (freebsd-arm), const AF_VENDOR04 = 47
17345 pkg syscall (freebsd-arm), const AF_VENDOR05 = 49
17346 pkg syscall (freebsd-arm), const AF_VENDOR06 = 51
17347 pkg syscall (freebsd-arm), const AF_VENDOR07 = 53
17348 pkg syscall (freebsd-arm), const AF_VENDOR08 = 55
17349 pkg syscall (freebsd-arm), const AF_VENDOR09 = 57
17350 pkg syscall (freebsd-arm), const AF_VENDOR10 = 59
17351 pkg syscall (freebsd-arm), const AF_VENDOR11 = 61
17352 pkg syscall (freebsd-arm), const AF_VENDOR12 = 63
17353 pkg syscall (freebsd-arm), const AF_VENDOR13 = 65
17354 pkg syscall (freebsd-arm), const AF_VENDOR14 = 67
17355 pkg syscall (freebsd-arm), const AF_VENDOR15 = 69
17356 pkg syscall (freebsd-arm), const AF_VENDOR16 = 71
17357 pkg syscall (freebsd-arm), const AF_VENDOR17 = 73
17358 pkg syscall (freebsd-arm), const AF_VENDOR18 = 75
17359 pkg syscall (freebsd-arm), const AF_VENDOR19 = 77
17360 pkg syscall (freebsd-arm), const AF_VENDOR20 = 79
17361 pkg syscall (freebsd-arm), const AF_VENDOR21 = 81
17362 pkg syscall (freebsd-arm), const AF_VENDOR22 = 83
17363 pkg syscall (freebsd-arm), const AF_VENDOR23 = 85
17364 pkg syscall (freebsd-arm), const AF_VENDOR24 = 87
17365 pkg syscall (freebsd-arm), const AF_VENDOR25 = 89
17366 pkg syscall (freebsd-arm), const AF_VENDOR26 = 91
17367 pkg syscall (freebsd-arm), const AF_VENDOR27 = 93
17368 pkg syscall (freebsd-arm), const AF_VENDOR28 = 95
17369 pkg syscall (freebsd-arm), const AF_VENDOR29 = 97
17370 pkg syscall (freebsd-arm), const AF_VENDOR30 = 99
17371 pkg syscall (freebsd-arm), const AF_VENDOR31 = 101
17372 pkg syscall (freebsd-arm), const AF_VENDOR32 = 103
17373 pkg syscall (freebsd-arm), const AF_VENDOR33 = 105
17374 pkg syscall (freebsd-arm), const AF_VENDOR34 = 107
17375 pkg syscall (freebsd-arm), const AF_VENDOR35 = 109
17376 pkg syscall (freebsd-arm), const AF_VENDOR36 = 111
17377 pkg syscall (freebsd-arm), const AF_VENDOR37 = 113
17378 pkg syscall (freebsd-arm), const AF_VENDOR38 = 115
17379 pkg syscall (freebsd-arm), const AF_VENDOR39 = 117
17380 pkg syscall (freebsd-arm), const AF_VENDOR40 = 119
17381 pkg syscall (freebsd-arm), const AF_VENDOR41 = 121
17382 pkg syscall (freebsd-arm), const AF_VENDOR42 = 123
17383 pkg syscall (freebsd-arm), const AF_VENDOR43 = 125
17384 pkg syscall (freebsd-arm), const AF_VENDOR44 = 127
17385 pkg syscall (freebsd-arm), const AF_VENDOR45 = 129
17386 pkg syscall (freebsd-arm), const AF_VENDOR46 = 131
17387 pkg syscall (freebsd-arm), const AF_VENDOR47 = 133
17388 pkg syscall (freebsd-arm), const B0 = 0
17389 pkg syscall (freebsd-arm), const B110 = 110
17390 pkg syscall (freebsd-arm), const B115200 = 115200
17391 pkg syscall (freebsd-arm), const B1200 = 1200
17392 pkg syscall (freebsd-arm), const B134 = 134
17393 pkg syscall (freebsd-arm), const B14400 = 14400
17394 pkg syscall (freebsd-arm), const B150 = 150
17395 pkg syscall (freebsd-arm), const B1800 = 1800
17396 pkg syscall (freebsd-arm), const B19200 = 19200
17397 pkg syscall (freebsd-arm), const B200 = 200
17398 pkg syscall (freebsd-arm), const B230400 = 230400
17399 pkg syscall (freebsd-arm), const B2400 = 2400
17400 pkg syscall (freebsd-arm), const B28800 = 28800
17401 pkg syscall (freebsd-arm), const B300 = 300
17402 pkg syscall (freebsd-arm), const B38400 = 38400
17403 pkg syscall (freebsd-arm), const B460800 = 460800
17404 pkg syscall (freebsd-arm), const B4800 = 4800
17405 pkg syscall (freebsd-arm), const B50 = 50
17406 pkg syscall (freebsd-arm), const B57600 = 57600
17407 pkg syscall (freebsd-arm), const B600 = 600
17408 pkg syscall (freebsd-arm), const B7200 = 7200
17409 pkg syscall (freebsd-arm), const B75 = 75
17410 pkg syscall (freebsd-arm), const B76800 = 76800
17411 pkg syscall (freebsd-arm), const B921600 = 921600
17412 pkg syscall (freebsd-arm), const B9600 = 9600
17413 pkg syscall (freebsd-arm), const BIOCFEEDBACK = 2147762812
17414 pkg syscall (freebsd-arm), const BIOCFLUSH = 536887912
17415 pkg syscall (freebsd-arm), const BIOCGBLEN = 1074020966
17416 pkg syscall (freebsd-arm), const BIOCGDIRECTION = 1074020982
17417 pkg syscall (freebsd-arm), const BIOCGDLT = 1074020970
17418 pkg syscall (freebsd-arm), const BIOCGDLTLIST = 3221766777
17419 pkg syscall (freebsd-arm), const BIOCGETBUFMODE = 1074020989
17420 pkg syscall (freebsd-arm), const BIOCGETIF = 1075855979
17421 pkg syscall (freebsd-arm), const BIOCGETZMAX = 1074020991
17422 pkg syscall (freebsd-arm), const BIOCGHDRCMPLT = 1074020980
17423 pkg syscall (freebsd-arm), const BIOCGRSIG = 1074020978
17424 pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
17425 pkg syscall (freebsd-arm), const BIOCGSEESENT = 1074020982
17426 pkg syscall (freebsd-arm), const BIOCGSTATS = 1074283119
17427 pkg syscall (freebsd-arm), const BIOCGTSTAMP = 1074020995
17428 pkg syscall (freebsd-arm), const BIOCIMMEDIATE = 2147762800
17429 pkg syscall (freebsd-arm), const BIOCLOCK = 536887930
17430 pkg syscall (freebsd-arm), const BIOCPROMISC = 536887913
17431 pkg syscall (freebsd-arm), const BIOCROTZBUF = 1074545280
17432 pkg syscall (freebsd-arm), const BIOCSBLEN = 3221504614
17433 pkg syscall (freebsd-arm), const BIOCSDIRECTION = 2147762807
17434 pkg syscall (freebsd-arm), const BIOCSDLT = 2147762808
17435 pkg syscall (freebsd-arm), const BIOCSETBUFMODE = 2147762814
17436 pkg syscall (freebsd-arm), const BIOCSETF = 2148024935
17437 pkg syscall (freebsd-arm), const BIOCSETFNR = 2148024962
17438 pkg syscall (freebsd-arm), const BIOCSETIF = 2149597804
17439 pkg syscall (freebsd-arm), const BIOCSETWF = 2148024955
17440 pkg syscall (freebsd-arm), const BIOCSETZBUF = 2148287105
17441 pkg syscall (freebsd-arm), const BIOCSHDRCMPLT = 2147762805
17442 pkg syscall (freebsd-arm), const BIOCSRSIG = 2147762803
17443 pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
17444 pkg syscall (freebsd-arm), const BIOCSSEESENT = 2147762807
17445 pkg syscall (freebsd-arm), const BIOCSTSTAMP = 2147762820
17446 pkg syscall (freebsd-arm), const BIOCVERSION = 1074020977
17447 pkg syscall (freebsd-arm), const BPF_A = 16
17448 pkg syscall (freebsd-arm), const BPF_ABS = 32
17449 pkg syscall (freebsd-arm), const BPF_ADD = 0
17450 pkg syscall (freebsd-arm), const BPF_ALIGNMENT = 4
17451 pkg syscall (freebsd-arm), const BPF_ALU = 4
17452 pkg syscall (freebsd-arm), const BPF_AND = 80
17453 pkg syscall (freebsd-arm), const BPF_B = 16
17454 pkg syscall (freebsd-arm), const BPF_BUFMODE_BUFFER = 1
17455 pkg syscall (freebsd-arm), const BPF_BUFMODE_ZBUF = 2
17456 pkg syscall (freebsd-arm), const BPF_DIV = 48
17457 pkg syscall (freebsd-arm), const BPF_H = 8
17458 pkg syscall (freebsd-arm), const BPF_IMM = 0
17459 pkg syscall (freebsd-arm), const BPF_IND = 64
17460 pkg syscall (freebsd-arm), const BPF_JA = 0
17461 pkg syscall (freebsd-arm), const BPF_JEQ = 16
17462 pkg syscall (freebsd-arm), const BPF_JGE = 48
17463 pkg syscall (freebsd-arm), const BPF_JGT = 32
17464 pkg syscall (freebsd-arm), const BPF_JMP = 5
17465 pkg syscall (freebsd-arm), const BPF_JSET = 64
17466 pkg syscall (freebsd-arm), const BPF_K = 0
17467 pkg syscall (freebsd-arm), const BPF_LD = 0
17468 pkg syscall (freebsd-arm), const BPF_LDX = 1
17469 pkg syscall (freebsd-arm), const BPF_LEN = 128
17470 pkg syscall (freebsd-arm), const BPF_LSH = 96
17471 pkg syscall (freebsd-arm), const BPF_MAJOR_VERSION = 1
17472 pkg syscall (freebsd-arm), const BPF_MAXBUFSIZE = 524288
17473 pkg syscall (freebsd-arm), const BPF_MAXINSNS = 512
17474 pkg syscall (freebsd-arm), const BPF_MEM = 96
17475 pkg syscall (freebsd-arm), const BPF_MEMWORDS = 16
17476 pkg syscall (freebsd-arm), const BPF_MINBUFSIZE = 32
17477 pkg syscall (freebsd-arm), const BPF_MINOR_VERSION = 1
17478 pkg syscall (freebsd-arm), const BPF_MISC = 7
17479 pkg syscall (freebsd-arm), const BPF_MSH = 160
17480 pkg syscall (freebsd-arm), const BPF_MUL = 32
17481 pkg syscall (freebsd-arm), const BPF_NEG = 128
17482 pkg syscall (freebsd-arm), const BPF_OR = 64
17483 pkg syscall (freebsd-arm), const BPF_RELEASE = 199606
17484 pkg syscall (freebsd-arm), const BPF_RET = 6
17485 pkg syscall (freebsd-arm), const BPF_RSH = 112
17486 pkg syscall (freebsd-arm), const BPF_ST = 2
17487 pkg syscall (freebsd-arm), const BPF_STX = 3
17488 pkg syscall (freebsd-arm), const BPF_SUB = 16
17489 pkg syscall (freebsd-arm), const BPF_TAX = 0
17490 pkg syscall (freebsd-arm), const BPF_TXA = 128
17491 pkg syscall (freebsd-arm), const BPF_T_BINTIME = 2
17492 pkg syscall (freebsd-arm), const BPF_T_BINTIME_FAST = 258
17493 pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC = 514
17494 pkg syscall (freebsd-arm), const BPF_T_BINTIME_MONOTONIC_FAST = 770
17495 pkg syscall (freebsd-arm), const BPF_T_FAST = 256
17496 pkg syscall (freebsd-arm), const BPF_T_FLAG_MASK = 768
17497 pkg syscall (freebsd-arm), const BPF_T_FORMAT_MASK = 3
17498 pkg syscall (freebsd-arm), const BPF_T_MICROTIME = 0
17499 pkg syscall (freebsd-arm), const BPF_T_MICROTIME_FAST = 256
17500 pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC = 512
17501 pkg syscall (freebsd-arm), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
17502 pkg syscall (freebsd-arm), const BPF_T_MONOTONIC = 512
17503 pkg syscall (freebsd-arm), const BPF_T_MONOTONIC_FAST = 768
17504 pkg syscall (freebsd-arm), const BPF_T_NANOTIME = 1
17505 pkg syscall (freebsd-arm), const BPF_T_NANOTIME_FAST = 257
17506 pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC = 513
17507 pkg syscall (freebsd-arm), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
17508 pkg syscall (freebsd-arm), const BPF_T_NONE = 3
17509 pkg syscall (freebsd-arm), const BPF_T_NORMAL = 0
17510 pkg syscall (freebsd-arm), const BPF_W = 0
17511 pkg syscall (freebsd-arm), const BPF_X = 8
17512 pkg syscall (freebsd-arm), const BRKINT = 2
17513 pkg syscall (freebsd-arm), const CFLUSH = 15
17514 pkg syscall (freebsd-arm), const CLOCAL = 32768
17515 pkg syscall (freebsd-arm), const CREAD = 2048
17516 pkg syscall (freebsd-arm), const CS5 = 0
17517 pkg syscall (freebsd-arm), const CS6 = 256
17518 pkg syscall (freebsd-arm), const CS7 = 512
17519 pkg syscall (freebsd-arm), const CS8 = 768
17520 pkg syscall (freebsd-arm), const CSIZE = 768
17521 pkg syscall (freebsd-arm), const CSTART = 17
17522 pkg syscall (freebsd-arm), const CSTATUS = 20
17523 pkg syscall (freebsd-arm), const CSTOP = 19
17524 pkg syscall (freebsd-arm), const CSTOPB = 1024
17525 pkg syscall (freebsd-arm), const CSUSP = 26
17526 pkg syscall (freebsd-arm), const CTL_MAXNAME = 24
17527 pkg syscall (freebsd-arm), const CTL_NET = 4
17528 pkg syscall (freebsd-arm), const DLT_A429 = 184
17529 pkg syscall (freebsd-arm), const DLT_A653_ICM = 185
17530 pkg syscall (freebsd-arm), const DLT_AIRONET_HEADER = 120
17531 pkg syscall (freebsd-arm), const DLT_AOS = 222
17532 pkg syscall (freebsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
17533 pkg syscall (freebsd-arm), const DLT_ARCNET = 7
17534 pkg syscall (freebsd-arm), const DLT_ARCNET_LINUX = 129
17535 pkg syscall (freebsd-arm), const DLT_ATM_CLIP = 19
17536 pkg syscall (freebsd-arm), const DLT_ATM_RFC1483 = 11
17537 pkg syscall (freebsd-arm), const DLT_AURORA = 126
17538 pkg syscall (freebsd-arm), const DLT_AX25 = 3
17539 pkg syscall (freebsd-arm), const DLT_AX25_KISS = 202
17540 pkg syscall (freebsd-arm), const DLT_BACNET_MS_TP = 165
17541 pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
17542 pkg syscall (freebsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
17543 pkg syscall (freebsd-arm), const DLT_CAN20B = 190
17544 pkg syscall (freebsd-arm), const DLT_CAN_SOCKETCAN = 227
17545 pkg syscall (freebsd-arm), const DLT_CHAOS = 5
17546 pkg syscall (freebsd-arm), const DLT_CHDLC = 104
17547 pkg syscall (freebsd-arm), const DLT_CISCO_IOS = 118
17548 pkg syscall (freebsd-arm), const DLT_C_HDLC = 104
17549 pkg syscall (freebsd-arm), const DLT_C_HDLC_WITH_DIR = 205
17550 pkg syscall (freebsd-arm), const DLT_DBUS = 231
17551 pkg syscall (freebsd-arm), const DLT_DECT = 221
17552 pkg syscall (freebsd-arm), const DLT_DOCSIS = 143
17553 pkg syscall (freebsd-arm), const DLT_DVB_CI = 235
17554 pkg syscall (freebsd-arm), const DLT_ECONET = 115
17555 pkg syscall (freebsd-arm), const DLT_EN10MB = 1
17556 pkg syscall (freebsd-arm), const DLT_EN3MB = 2
17557 pkg syscall (freebsd-arm), const DLT_ENC = 109
17558 pkg syscall (freebsd-arm), const DLT_ERF = 197
17559 pkg syscall (freebsd-arm), const DLT_ERF_ETH = 175
17560 pkg syscall (freebsd-arm), const DLT_ERF_POS = 176
17561 pkg syscall (freebsd-arm), const DLT_FC_2 = 224
17562 pkg syscall (freebsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
17563 pkg syscall (freebsd-arm), const DLT_FDDI = 10
17564 pkg syscall (freebsd-arm), const DLT_FLEXRAY = 210
17565 pkg syscall (freebsd-arm), const DLT_FRELAY = 107
17566 pkg syscall (freebsd-arm), const DLT_FRELAY_WITH_DIR = 206
17567 pkg syscall (freebsd-arm), const DLT_GCOM_SERIAL = 173
17568 pkg syscall (freebsd-arm), const DLT_GCOM_T1E1 = 172
17569 pkg syscall (freebsd-arm), const DLT_GPF_F = 171
17570 pkg syscall (freebsd-arm), const DLT_GPF_T = 170
17571 pkg syscall (freebsd-arm), const DLT_GPRS_LLC = 169
17572 pkg syscall (freebsd-arm), const DLT_GSMTAP_ABIS = 218
17573 pkg syscall (freebsd-arm), const DLT_GSMTAP_UM = 217
17574 pkg syscall (freebsd-arm), const DLT_HHDLC = 121
17575 pkg syscall (freebsd-arm), const DLT_IBM_SN = 146
17576 pkg syscall (freebsd-arm), const DLT_IBM_SP = 145
17577 pkg syscall (freebsd-arm), const DLT_IEEE802 = 6
17578 pkg syscall (freebsd-arm), const DLT_IEEE802_11 = 105
17579 pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO = 127
17580 pkg syscall (freebsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
17581 pkg syscall (freebsd-arm), const DLT_IEEE802_15_4 = 195
17582 pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_LINUX = 191
17583 pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NOFCS = 230
17584 pkg syscall (freebsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
17585 pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
17586 pkg syscall (freebsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
17587 pkg syscall (freebsd-arm), const DLT_IPFILTER = 116
17588 pkg syscall (freebsd-arm), const DLT_IPMB = 199
17589 pkg syscall (freebsd-arm), const DLT_IPMB_LINUX = 209
17590 pkg syscall (freebsd-arm), const DLT_IPNET = 226
17591 pkg syscall (freebsd-arm), const DLT_IPOIB = 242
17592 pkg syscall (freebsd-arm), const DLT_IPV4 = 228
17593 pkg syscall (freebsd-arm), const DLT_IPV6 = 229
17594 pkg syscall (freebsd-arm), const DLT_IP_OVER_FC = 122
17595 pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM1 = 137
17596 pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM2 = 135
17597 pkg syscall (freebsd-arm), const DLT_JUNIPER_ATM_CEMIC = 238
17598 pkg syscall (freebsd-arm), const DLT_JUNIPER_CHDLC = 181
17599 pkg syscall (freebsd-arm), const DLT_JUNIPER_ES = 132
17600 pkg syscall (freebsd-arm), const DLT_JUNIPER_ETHER = 178
17601 pkg syscall (freebsd-arm), const DLT_JUNIPER_FIBRECHANNEL = 234
17602 pkg syscall (freebsd-arm), const DLT_JUNIPER_FRELAY = 180
17603 pkg syscall (freebsd-arm), const DLT_JUNIPER_GGSN = 133
17604 pkg syscall (freebsd-arm), const DLT_JUNIPER_ISM = 194
17605 pkg syscall (freebsd-arm), const DLT_JUNIPER_MFR = 134
17606 pkg syscall (freebsd-arm), const DLT_JUNIPER_MLFR = 131
17607 pkg syscall (freebsd-arm), const DLT_JUNIPER_MLPPP = 130
17608 pkg syscall (freebsd-arm), const DLT_JUNIPER_MONITOR = 164
17609 pkg syscall (freebsd-arm), const DLT_JUNIPER_PIC_PEER = 174
17610 pkg syscall (freebsd-arm), const DLT_JUNIPER_PPP = 179
17611 pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE = 167
17612 pkg syscall (freebsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
17613 pkg syscall (freebsd-arm), const DLT_JUNIPER_SERVICES = 136
17614 pkg syscall (freebsd-arm), const DLT_JUNIPER_SRX_E2E = 233
17615 pkg syscall (freebsd-arm), const DLT_JUNIPER_ST = 200
17616 pkg syscall (freebsd-arm), const DLT_JUNIPER_VP = 183
17617 pkg syscall (freebsd-arm), const DLT_JUNIPER_VS = 232
17618 pkg syscall (freebsd-arm), const DLT_LAPB_WITH_DIR = 207
17619 pkg syscall (freebsd-arm), const DLT_LAPD = 203
17620 pkg syscall (freebsd-arm), const DLT_LIN = 212
17621 pkg syscall (freebsd-arm), const DLT_LINUX_EVDEV = 216
17622 pkg syscall (freebsd-arm), const DLT_LINUX_IRDA = 144
17623 pkg syscall (freebsd-arm), const DLT_LINUX_LAPD = 177
17624 pkg syscall (freebsd-arm), const DLT_LINUX_PPP_WITHDIRECTION = 166
17625 pkg syscall (freebsd-arm), const DLT_LINUX_SLL = 113
17626 pkg syscall (freebsd-arm), const DLT_LOOP = 108
17627 pkg syscall (freebsd-arm), const DLT_LTALK = 114
17628 pkg syscall (freebsd-arm), const DLT_MATCHING_MAX = 246
17629 pkg syscall (freebsd-arm), const DLT_MATCHING_MIN = 104
17630 pkg syscall (freebsd-arm), const DLT_MFR = 182
17631 pkg syscall (freebsd-arm), const DLT_MOST = 211
17632 pkg syscall (freebsd-arm), const DLT_MPEG_2_TS = 243
17633 pkg syscall (freebsd-arm), const DLT_MPLS = 219
17634 pkg syscall (freebsd-arm), const DLT_MTP2 = 140
17635 pkg syscall (freebsd-arm), const DLT_MTP2_WITH_PHDR = 139
17636 pkg syscall (freebsd-arm), const DLT_MTP3 = 141
17637 pkg syscall (freebsd-arm), const DLT_MUX27010 = 236
17638 pkg syscall (freebsd-arm), const DLT_NETANALYZER = 240
17639 pkg syscall (freebsd-arm), const DLT_NETANALYZER_TRANSPARENT = 241
17640 pkg syscall (freebsd-arm), const DLT_NFC_LLCP = 245
17641 pkg syscall (freebsd-arm), const DLT_NFLOG = 239
17642 pkg syscall (freebsd-arm), const DLT_NG40 = 244
17643 pkg syscall (freebsd-arm), const DLT_NULL = 0
17644 pkg syscall (freebsd-arm), const DLT_PCI_EXP = 125
17645 pkg syscall (freebsd-arm), const DLT_PFLOG = 117
17646 pkg syscall (freebsd-arm), const DLT_PFSYNC = 121
17647 pkg syscall (freebsd-arm), const DLT_PPI = 192
17648 pkg syscall (freebsd-arm), const DLT_PPP = 9
17649 pkg syscall (freebsd-arm), const DLT_PPP_BSDOS = 16
17650 pkg syscall (freebsd-arm), const DLT_PPP_ETHER = 51
17651 pkg syscall (freebsd-arm), const DLT_PPP_PPPD = 166
17652 pkg syscall (freebsd-arm), const DLT_PPP_SERIAL = 50
17653 pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIR = 204
17654 pkg syscall (freebsd-arm), const DLT_PPP_WITH_DIRECTION = 166
17655 pkg syscall (freebsd-arm), const DLT_PRISM_HEADER = 119
17656 pkg syscall (freebsd-arm), const DLT_PRONET = 4
17657 pkg syscall (freebsd-arm), const DLT_RAIF1 = 198
17658 pkg syscall (freebsd-arm), const DLT_RAW = 12
17659 pkg syscall (freebsd-arm), const DLT_RIO = 124
17660 pkg syscall (freebsd-arm), const DLT_SCCP = 142
17661 pkg syscall (freebsd-arm), const DLT_SITA = 196
17662 pkg syscall (freebsd-arm), const DLT_SLIP = 8
17663 pkg syscall (freebsd-arm), const DLT_SLIP_BSDOS = 15
17664 pkg syscall (freebsd-arm), const DLT_STANAG_5066_D_PDU = 237
17665 pkg syscall (freebsd-arm), const DLT_SUNATM = 123
17666 pkg syscall (freebsd-arm), const DLT_SYMANTEC_FIREWALL = 99
17667 pkg syscall (freebsd-arm), const DLT_TZSP = 128
17668 pkg syscall (freebsd-arm), const DLT_USB = 186
17669 pkg syscall (freebsd-arm), const DLT_USB_LINUX = 189
17670 pkg syscall (freebsd-arm), const DLT_USB_LINUX_MMAPPED = 220
17671 pkg syscall (freebsd-arm), const DLT_USER0 = 147
17672 pkg syscall (freebsd-arm), const DLT_USER1 = 148
17673 pkg syscall (freebsd-arm), const DLT_USER10 = 157
17674 pkg syscall (freebsd-arm), const DLT_USER11 = 158
17675 pkg syscall (freebsd-arm), const DLT_USER12 = 159
17676 pkg syscall (freebsd-arm), const DLT_USER13 = 160
17677 pkg syscall (freebsd-arm), const DLT_USER14 = 161
17678 pkg syscall (freebsd-arm), const DLT_USER15 = 162
17679 pkg syscall (freebsd-arm), const DLT_USER2 = 149
17680 pkg syscall (freebsd-arm), const DLT_USER3 = 150
17681 pkg syscall (freebsd-arm), const DLT_USER4 = 151
17682 pkg syscall (freebsd-arm), const DLT_USER5 = 152
17683 pkg syscall (freebsd-arm), const DLT_USER6 = 153
17684 pkg syscall (freebsd-arm), const DLT_USER7 = 154
17685 pkg syscall (freebsd-arm), const DLT_USER8 = 155
17686 pkg syscall (freebsd-arm), const DLT_USER9 = 156
17687 pkg syscall (freebsd-arm), const DLT_WIHART = 223
17688 pkg syscall (freebsd-arm), const DLT_X2E_SERIAL = 213
17689 pkg syscall (freebsd-arm), const DLT_X2E_XORAYA = 214
17690 pkg syscall (freebsd-arm), const DT_BLK = 6
17691 pkg syscall (freebsd-arm), const DT_CHR = 2
17692 pkg syscall (freebsd-arm), const DT_DIR = 4
17693 pkg syscall (freebsd-arm), const DT_FIFO = 1
17694 pkg syscall (freebsd-arm), const DT_LNK = 10
17695 pkg syscall (freebsd-arm), const DT_REG = 8
17696 pkg syscall (freebsd-arm), const DT_SOCK = 12
17697 pkg syscall (freebsd-arm), const DT_UNKNOWN = 0
17698 pkg syscall (freebsd-arm), const DT_WHT = 14
17699 pkg syscall (freebsd-arm), const E2BIG = 7
17700 pkg syscall (freebsd-arm), const EACCES = 13
17701 pkg syscall (freebsd-arm), const EADDRINUSE = 48
17702 pkg syscall (freebsd-arm), const EADDRNOTAVAIL = 49
17703 pkg syscall (freebsd-arm), const EAFNOSUPPORT = 47
17704 pkg syscall (freebsd-arm), const EAGAIN = 35
17705 pkg syscall (freebsd-arm), const EALREADY = 37
17706 pkg syscall (freebsd-arm), const EAUTH = 80
17707 pkg syscall (freebsd-arm), const EBADF = 9
17708 pkg syscall (freebsd-arm), const EBADMSG = 89
17709 pkg syscall (freebsd-arm), const EBADRPC = 72
17710 pkg syscall (freebsd-arm), const EBUSY = 16
17711 pkg syscall (freebsd-arm), const ECANCELED = 85
17712 pkg syscall (freebsd-arm), const ECAPMODE = 94
17713 pkg syscall (freebsd-arm), const ECHILD = 10
17714 pkg syscall (freebsd-arm), const ECHO = 8
17715 pkg syscall (freebsd-arm), const ECHOCTL = 64
17716 pkg syscall (freebsd-arm), const ECHOE = 2
17717 pkg syscall (freebsd-arm), const ECHOK = 4
17718 pkg syscall (freebsd-arm), const ECHOKE = 1
17719 pkg syscall (freebsd-arm), const ECHONL = 16
17720 pkg syscall (freebsd-arm), const ECHOPRT = 32
17721 pkg syscall (freebsd-arm), const ECONNABORTED = 53
17722 pkg syscall (freebsd-arm), const ECONNREFUSED = 61
17723 pkg syscall (freebsd-arm), const ECONNRESET = 54
17724 pkg syscall (freebsd-arm), const EDEADLK = 11
17725 pkg syscall (freebsd-arm), const EDESTADDRREQ = 39
17726 pkg syscall (freebsd-arm), const EDOM = 33
17727 pkg syscall (freebsd-arm), const EDOOFUS = 88
17728 pkg syscall (freebsd-arm), const EDQUOT = 69
17729 pkg syscall (freebsd-arm), const EEXIST = 17
17730 pkg syscall (freebsd-arm), const EFAULT = 14
17731 pkg syscall (freebsd-arm), const EFBIG = 27
17732 pkg syscall (freebsd-arm), const EFTYPE = 79
17733 pkg syscall (freebsd-arm), const EHOSTDOWN = 64
17734 pkg syscall (freebsd-arm), const EHOSTUNREACH = 65
17735 pkg syscall (freebsd-arm), const EIDRM = 82
17736 pkg syscall (freebsd-arm), const EILSEQ = 86
17737 pkg syscall (freebsd-arm), const EINPROGRESS = 36
17738 pkg syscall (freebsd-arm), const EINTR = 4
17739 pkg syscall (freebsd-arm), const EINVAL = 22
17740 pkg syscall (freebsd-arm), const EIO = 5
17741 pkg syscall (freebsd-arm), const EISCONN = 56
17742 pkg syscall (freebsd-arm), const EISDIR = 21
17743 pkg syscall (freebsd-arm), const ELAST = 94
17744 pkg syscall (freebsd-arm), const ELOOP = 62
17745 pkg syscall (freebsd-arm), const EMFILE = 24
17746 pkg syscall (freebsd-arm), const EMLINK = 31
17747 pkg syscall (freebsd-arm), const EMSGSIZE = 40
17748 pkg syscall (freebsd-arm), const EMULTIHOP = 90
17749 pkg syscall (freebsd-arm), const ENAMETOOLONG = 63
17750 pkg syscall (freebsd-arm), const ENEEDAUTH = 81
17751 pkg syscall (freebsd-arm), const ENETDOWN = 50
17752 pkg syscall (freebsd-arm), const ENETRESET = 52
17753 pkg syscall (freebsd-arm), const ENETUNREACH = 51
17754 pkg syscall (freebsd-arm), const ENFILE = 23
17755 pkg syscall (freebsd-arm), const ENOATTR = 87
17756 pkg syscall (freebsd-arm), const ENOBUFS = 55
17757 pkg syscall (freebsd-arm), const ENODEV = 19
17758 pkg syscall (freebsd-arm), const ENOEXEC = 8
17759 pkg syscall (freebsd-arm), const ENOLCK = 77
17760 pkg syscall (freebsd-arm), const ENOLINK = 91
17761 pkg syscall (freebsd-arm), const ENOMEM = 12
17762 pkg syscall (freebsd-arm), const ENOMSG = 83
17763 pkg syscall (freebsd-arm), const ENOPROTOOPT = 42
17764 pkg syscall (freebsd-arm), const ENOSPC = 28
17765 pkg syscall (freebsd-arm), const ENOSYS = 78
17766 pkg syscall (freebsd-arm), const ENOTBLK = 15
17767 pkg syscall (freebsd-arm), const ENOTCAPABLE = 93
17768 pkg syscall (freebsd-arm), const ENOTCONN = 57
17769 pkg syscall (freebsd-arm), const ENOTDIR = 20
17770 pkg syscall (freebsd-arm), const ENOTEMPTY = 66
17771 pkg syscall (freebsd-arm), const ENOTSOCK = 38
17772 pkg syscall (freebsd-arm), const ENOTSUP = 45
17773 pkg syscall (freebsd-arm), const ENOTTY = 25
17774 pkg syscall (freebsd-arm), const ENXIO = 6
17775 pkg syscall (freebsd-arm), const EOPNOTSUPP = 45
17776 pkg syscall (freebsd-arm), const EOVERFLOW = 84
17777 pkg syscall (freebsd-arm), const EPERM = 1
17778 pkg syscall (freebsd-arm), const EPFNOSUPPORT = 46
17779 pkg syscall (freebsd-arm), const EPIPE = 32
17780 pkg syscall (freebsd-arm), const EPROCLIM = 67
17781 pkg syscall (freebsd-arm), const EPROCUNAVAIL = 76
17782 pkg syscall (freebsd-arm), const EPROGMISMATCH = 75
17783 pkg syscall (freebsd-arm), const EPROGUNAVAIL = 74
17784 pkg syscall (freebsd-arm), const EPROTO = 92
17785 pkg syscall (freebsd-arm), const EPROTONOSUPPORT = 43
17786 pkg syscall (freebsd-arm), const EPROTOTYPE = 41
17787 pkg syscall (freebsd-arm), const ERANGE = 34
17788 pkg syscall (freebsd-arm), const EREMOTE = 71
17789 pkg syscall (freebsd-arm), const EROFS = 30
17790 pkg syscall (freebsd-arm), const ERPCMISMATCH = 73
17791 pkg syscall (freebsd-arm), const ESHUTDOWN = 58
17792 pkg syscall (freebsd-arm), const ESOCKTNOSUPPORT = 44
17793 pkg syscall (freebsd-arm), const ESPIPE = 29
17794 pkg syscall (freebsd-arm), const ESRCH = 3
17795 pkg syscall (freebsd-arm), const ESTALE = 70
17796 pkg syscall (freebsd-arm), const ETIMEDOUT = 60
17797 pkg syscall (freebsd-arm), const ETOOMANYREFS = 59
17798 pkg syscall (freebsd-arm), const ETXTBSY = 26
17799 pkg syscall (freebsd-arm), const EUSERS = 68
17800 pkg syscall (freebsd-arm), const EVFILT_AIO = -3
17801 pkg syscall (freebsd-arm), const EVFILT_FS = -9
17802 pkg syscall (freebsd-arm), const EVFILT_LIO = -10
17803 pkg syscall (freebsd-arm), const EVFILT_PROC = -5
17804 pkg syscall (freebsd-arm), const EVFILT_READ = -1
17805 pkg syscall (freebsd-arm), const EVFILT_SIGNAL = -6
17806 pkg syscall (freebsd-arm), const EVFILT_SYSCOUNT = 11
17807 pkg syscall (freebsd-arm), const EVFILT_TIMER = -7
17808 pkg syscall (freebsd-arm), const EVFILT_USER = -11
17809 pkg syscall (freebsd-arm), const EVFILT_VNODE = -4
17810 pkg syscall (freebsd-arm), const EVFILT_WRITE = -2
17811 pkg syscall (freebsd-arm), const EV_ADD = 1
17812 pkg syscall (freebsd-arm), const EV_CLEAR = 32
17813 pkg syscall (freebsd-arm), const EV_DELETE = 2
17814 pkg syscall (freebsd-arm), const EV_DISABLE = 8
17815 pkg syscall (freebsd-arm), const EV_DISPATCH = 128
17816 pkg syscall (freebsd-arm), const EV_ENABLE = 4
17817 pkg syscall (freebsd-arm), const EV_EOF = 32768
17818 pkg syscall (freebsd-arm), const EV_ERROR = 16384
17819 pkg syscall (freebsd-arm), const EV_FLAG1 = 8192
17820 pkg syscall (freebsd-arm), const EV_ONESHOT = 16
17821 pkg syscall (freebsd-arm), const EV_RECEIPT = 64
17822 pkg syscall (freebsd-arm), const EV_SYSFLAGS = 61440
17823 pkg syscall (freebsd-arm), const EWOULDBLOCK = 35
17824 pkg syscall (freebsd-arm), const EXDEV = 18
17825 pkg syscall (freebsd-arm), const EXTA = 19200
17826 pkg syscall (freebsd-arm), const EXTB = 38400
17827 pkg syscall (freebsd-arm), const EXTPROC = 2048
17828 pkg syscall (freebsd-arm), const FD_CLOEXEC = 1
17829 pkg syscall (freebsd-arm), const FD_SETSIZE = 1024
17830 pkg syscall (freebsd-arm), const FLUSHO = 8388608
17831 pkg syscall (freebsd-arm), const F_CANCEL = 5
17832 pkg syscall (freebsd-arm), const F_DUP2FD = 10
17833 pkg syscall (freebsd-arm), const F_DUP2FD_CLOEXEC = 18
17834 pkg syscall (freebsd-arm), const F_DUPFD = 0
17835 pkg syscall (freebsd-arm), const F_DUPFD_CLOEXEC = 17
17836 pkg syscall (freebsd-arm), const F_GETFD = 1
17837 pkg syscall (freebsd-arm), const F_GETFL = 3
17838 pkg syscall (freebsd-arm), const F_GETLK = 11
17839 pkg syscall (freebsd-arm), const F_GETOWN = 5
17840 pkg syscall (freebsd-arm), const F_OGETLK = 7
17841 pkg syscall (freebsd-arm), const F_OK = 0
17842 pkg syscall (freebsd-arm), const F_OSETLK = 8
17843 pkg syscall (freebsd-arm), const F_OSETLKW = 9
17844 pkg syscall (freebsd-arm), const F_RDAHEAD = 16
17845 pkg syscall (freebsd-arm), const F_RDLCK = 1
17846 pkg syscall (freebsd-arm), const F_READAHEAD = 15
17847 pkg syscall (freebsd-arm), const F_SETFD = 2
17848 pkg syscall (freebsd-arm), const F_SETFL = 4
17849 pkg syscall (freebsd-arm), const F_SETLK = 12
17850 pkg syscall (freebsd-arm), const F_SETLKW = 13
17851 pkg syscall (freebsd-arm), const F_SETLK_REMOTE = 14
17852 pkg syscall (freebsd-arm), const F_SETOWN = 6
17853 pkg syscall (freebsd-arm), const F_UNLCK = 2
17854 pkg syscall (freebsd-arm), const F_UNLCKSYS = 4
17855 pkg syscall (freebsd-arm), const F_WRLCK = 3
17856 pkg syscall (freebsd-arm), const HUPCL = 16384
17857 pkg syscall (freebsd-arm), const ICANON = 256
17858 pkg syscall (freebsd-arm), const ICRNL = 256
17859 pkg syscall (freebsd-arm), const IEXTEN = 1024
17860 pkg syscall (freebsd-arm), const IFAN_ARRIVAL = 0
17861 pkg syscall (freebsd-arm), const IFAN_DEPARTURE = 1
17862 pkg syscall (freebsd-arm), const IFF_ALLMULTI = 512
17863 pkg syscall (freebsd-arm), const IFF_ALTPHYS = 16384
17864 pkg syscall (freebsd-arm), const IFF_CANTCHANGE = 2199410
17865 pkg syscall (freebsd-arm), const IFF_CANTCONFIG = 65536
17866 pkg syscall (freebsd-arm), const IFF_DEBUG = 4
17867 pkg syscall (freebsd-arm), const IFF_DRV_OACTIVE = 1024
17868 pkg syscall (freebsd-arm), const IFF_DRV_RUNNING = 64
17869 pkg syscall (freebsd-arm), const IFF_DYING = 2097152
17870 pkg syscall (freebsd-arm), const IFF_LINK0 = 4096
17871 pkg syscall (freebsd-arm), const IFF_LINK1 = 8192
17872 pkg syscall (freebsd-arm), const IFF_LINK2 = 16384
17873 pkg syscall (freebsd-arm), const IFF_LOOPBACK = 8
17874 pkg syscall (freebsd-arm), const IFF_MONITOR = 262144
17875 pkg syscall (freebsd-arm), const IFF_MULTICAST = 32768
17876 pkg syscall (freebsd-arm), const IFF_NOARP = 128
17877 pkg syscall (freebsd-arm), const IFF_OACTIVE = 1024
17878 pkg syscall (freebsd-arm), const IFF_POINTOPOINT = 16
17879 pkg syscall (freebsd-arm), const IFF_PPROMISC = 131072
17880 pkg syscall (freebsd-arm), const IFF_PROMISC = 256
17881 pkg syscall (freebsd-arm), const IFF_RENAMING = 4194304
17882 pkg syscall (freebsd-arm), const IFF_RUNNING = 64
17883 pkg syscall (freebsd-arm), const IFF_SIMPLEX = 2048
17884 pkg syscall (freebsd-arm), const IFF_SMART = 32
17885 pkg syscall (freebsd-arm), const IFF_STATICARP = 524288
17886 pkg syscall (freebsd-arm), const IFNAMSIZ = 16
17887 pkg syscall (freebsd-arm), const IFT_1822 = 2
17888 pkg syscall (freebsd-arm), const IFT_A12MPPSWITCH = 130
17889 pkg syscall (freebsd-arm), const IFT_AAL2 = 187
17890 pkg syscall (freebsd-arm), const IFT_AAL5 = 49
17891 pkg syscall (freebsd-arm), const IFT_ADSL = 94
17892 pkg syscall (freebsd-arm), const IFT_AFLANE8023 = 59
17893 pkg syscall (freebsd-arm), const IFT_AFLANE8025 = 60
17894 pkg syscall (freebsd-arm), const IFT_ARAP = 88
17895 pkg syscall (freebsd-arm), const IFT_ARCNET = 35
17896 pkg syscall (freebsd-arm), const IFT_ARCNETPLUS = 36
17897 pkg syscall (freebsd-arm), const IFT_ASYNC = 84
17898 pkg syscall (freebsd-arm), const IFT_ATM = 37
17899 pkg syscall (freebsd-arm), const IFT_ATMDXI = 105
17900 pkg syscall (freebsd-arm), const IFT_ATMFUNI = 106
17901 pkg syscall (freebsd-arm), const IFT_ATMIMA = 107
17902 pkg syscall (freebsd-arm), const IFT_ATMLOGICAL = 80
17903 pkg syscall (freebsd-arm), const IFT_ATMRADIO = 189
17904 pkg syscall (freebsd-arm), const IFT_ATMSUBINTERFACE = 134
17905 pkg syscall (freebsd-arm), const IFT_ATMVCIENDPT = 194
17906 pkg syscall (freebsd-arm), const IFT_ATMVIRTUAL = 149
17907 pkg syscall (freebsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
17908 pkg syscall (freebsd-arm), const IFT_BRIDGE = 209
17909 pkg syscall (freebsd-arm), const IFT_BSC = 83
17910 pkg syscall (freebsd-arm), const IFT_CCTEMUL = 61
17911 pkg syscall (freebsd-arm), const IFT_CEPT = 19
17912 pkg syscall (freebsd-arm), const IFT_CES = 133
17913 pkg syscall (freebsd-arm), const IFT_CHANNEL = 70
17914 pkg syscall (freebsd-arm), const IFT_CNR = 85
17915 pkg syscall (freebsd-arm), const IFT_COFFEE = 132
17916 pkg syscall (freebsd-arm), const IFT_COMPOSITELINK = 155
17917 pkg syscall (freebsd-arm), const IFT_DCN = 141
17918 pkg syscall (freebsd-arm), const IFT_DIGITALPOWERLINE = 138
17919 pkg syscall (freebsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
17920 pkg syscall (freebsd-arm), const IFT_DLSW = 74
17921 pkg syscall (freebsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
17922 pkg syscall (freebsd-arm), const IFT_DOCSCABLEMACLAYER = 127
17923 pkg syscall (freebsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
17924 pkg syscall (freebsd-arm), const IFT_DS0 = 81
17925 pkg syscall (freebsd-arm), const IFT_DS0BUNDLE = 82
17926 pkg syscall (freebsd-arm), const IFT_DS1FDL = 170
17927 pkg syscall (freebsd-arm), const IFT_DS3 = 30
17928 pkg syscall (freebsd-arm), const IFT_DTM = 140
17929 pkg syscall (freebsd-arm), const IFT_DVBASILN = 172
17930 pkg syscall (freebsd-arm), const IFT_DVBASIOUT = 173
17931 pkg syscall (freebsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
17932 pkg syscall (freebsd-arm), const IFT_DVBRCCMACLAYER = 146
17933 pkg syscall (freebsd-arm), const IFT_DVBRCCUPSTREAM = 148
17934 pkg syscall (freebsd-arm), const IFT_ENC = 244
17935 pkg syscall (freebsd-arm), const IFT_EON = 25
17936 pkg syscall (freebsd-arm), const IFT_EPLRS = 87
17937 pkg syscall (freebsd-arm), const IFT_ESCON = 73
17938 pkg syscall (freebsd-arm), const IFT_ETHER = 6
17939 pkg syscall (freebsd-arm), const IFT_FAITH = 242
17940 pkg syscall (freebsd-arm), const IFT_FAST = 125
17941 pkg syscall (freebsd-arm), const IFT_FASTETHER = 62
17942 pkg syscall (freebsd-arm), const IFT_FASTETHERFX = 69
17943 pkg syscall (freebsd-arm), const IFT_FDDI = 15
17944 pkg syscall (freebsd-arm), const IFT_FIBRECHANNEL = 56
17945 pkg syscall (freebsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
17946 pkg syscall (freebsd-arm), const IFT_FRAMERELAYMPI = 92
17947 pkg syscall (freebsd-arm), const IFT_FRDLCIENDPT = 193
17948 pkg syscall (freebsd-arm), const IFT_FRELAY = 32
17949 pkg syscall (freebsd-arm), const IFT_FRELAYDCE = 44
17950 pkg syscall (freebsd-arm), const IFT_FRF16MFRBUNDLE = 163
17951 pkg syscall (freebsd-arm), const IFT_FRFORWARD = 158
17952 pkg syscall (freebsd-arm), const IFT_G703AT2MB = 67
17953 pkg syscall (freebsd-arm), const IFT_G703AT64K = 66
17954 pkg syscall (freebsd-arm), const IFT_GIF = 240
17955 pkg syscall (freebsd-arm), const IFT_GIGABITETHERNET = 117
17956 pkg syscall (freebsd-arm), const IFT_GR303IDT = 178
17957 pkg syscall (freebsd-arm), const IFT_GR303RDT = 177
17958 pkg syscall (freebsd-arm), const IFT_H323GATEKEEPER = 164
17959 pkg syscall (freebsd-arm), const IFT_H323PROXY = 165
17960 pkg syscall (freebsd-arm), const IFT_HDH1822 = 3
17961 pkg syscall (freebsd-arm), const IFT_HDLC = 118
17962 pkg syscall (freebsd-arm), const IFT_HDSL2 = 168
17963 pkg syscall (freebsd-arm), const IFT_HIPERLAN2 = 183
17964 pkg syscall (freebsd-arm), const IFT_HIPPI = 47
17965 pkg syscall (freebsd-arm), const IFT_HIPPIINTERFACE = 57
17966 pkg syscall (freebsd-arm), const IFT_HOSTPAD = 90
17967 pkg syscall (freebsd-arm), const IFT_HSSI = 46
17968 pkg syscall (freebsd-arm), const IFT_HY = 14
17969 pkg syscall (freebsd-arm), const IFT_IBM370PARCHAN = 72
17970 pkg syscall (freebsd-arm), const IFT_IDSL = 154
17971 pkg syscall (freebsd-arm), const IFT_IEEE1394 = 144
17972 pkg syscall (freebsd-arm), const IFT_IEEE80211 = 71
17973 pkg syscall (freebsd-arm), const IFT_IEEE80212 = 55
17974 pkg syscall (freebsd-arm), const IFT_IEEE8023ADLAG = 161
17975 pkg syscall (freebsd-arm), const IFT_IFGSN = 145
17976 pkg syscall (freebsd-arm), const IFT_IMT = 190
17977 pkg syscall (freebsd-arm), const IFT_INFINIBAND = 199
17978 pkg syscall (freebsd-arm), const IFT_INTERLEAVE = 124
17979 pkg syscall (freebsd-arm), const IFT_IP = 126
17980 pkg syscall (freebsd-arm), const IFT_IPFORWARD = 142
17981 pkg syscall (freebsd-arm), const IFT_IPOVERATM = 114
17982 pkg syscall (freebsd-arm), const IFT_IPOVERCDLC = 109
17983 pkg syscall (freebsd-arm), const IFT_IPOVERCLAW = 110
17984 pkg syscall (freebsd-arm), const IFT_IPSWITCH = 78
17985 pkg syscall (freebsd-arm), const IFT_IPXIP = 249
17986 pkg syscall (freebsd-arm), const IFT_ISDN = 63
17987 pkg syscall (freebsd-arm), const IFT_ISDNBASIC = 20
17988 pkg syscall (freebsd-arm), const IFT_ISDNPRIMARY = 21
17989 pkg syscall (freebsd-arm), const IFT_ISDNS = 75
17990 pkg syscall (freebsd-arm), const IFT_ISDNU = 76
17991 pkg syscall (freebsd-arm), const IFT_ISO88022LLC = 41
17992 pkg syscall (freebsd-arm), const IFT_ISO88023 = 7
17993 pkg syscall (freebsd-arm), const IFT_ISO88024 = 8
17994 pkg syscall (freebsd-arm), const IFT_ISO88025 = 9
17995 pkg syscall (freebsd-arm), const IFT_ISO88025CRFPINT = 98
17996 pkg syscall (freebsd-arm), const IFT_ISO88025DTR = 86
17997 pkg syscall (freebsd-arm), const IFT_ISO88025FIBER = 115
17998 pkg syscall (freebsd-arm), const IFT_ISO88026 = 10
17999 pkg syscall (freebsd-arm), const IFT_ISUP = 179
18000 pkg syscall (freebsd-arm), const IFT_L2VLAN = 135
18001 pkg syscall (freebsd-arm), const IFT_L3IPVLAN = 136
18002 pkg syscall (freebsd-arm), const IFT_L3IPXVLAN = 137
18003 pkg syscall (freebsd-arm), const IFT_LAPB = 16
18004 pkg syscall (freebsd-arm), const IFT_LAPD = 77
18005 pkg syscall (freebsd-arm), const IFT_LAPF = 119
18006 pkg syscall (freebsd-arm), const IFT_LOCALTALK = 42
18007 pkg syscall (freebsd-arm), const IFT_LOOP = 24
18008 pkg syscall (freebsd-arm), const IFT_MEDIAMAILOVERIP = 139
18009 pkg syscall (freebsd-arm), const IFT_MFSIGLINK = 167
18010 pkg syscall (freebsd-arm), const IFT_MIOX25 = 38
18011 pkg syscall (freebsd-arm), const IFT_MODEM = 48
18012 pkg syscall (freebsd-arm), const IFT_MPC = 113
18013 pkg syscall (freebsd-arm), const IFT_MPLS = 166
18014 pkg syscall (freebsd-arm), const IFT_MPLSTUNNEL = 150
18015 pkg syscall (freebsd-arm), const IFT_MSDSL = 143
18016 pkg syscall (freebsd-arm), const IFT_MVL = 191
18017 pkg syscall (freebsd-arm), const IFT_MYRINET = 99
18018 pkg syscall (freebsd-arm), const IFT_NFAS = 175
18019 pkg syscall (freebsd-arm), const IFT_NSIP = 27
18020 pkg syscall (freebsd-arm), const IFT_OPTICALCHANNEL = 195
18021 pkg syscall (freebsd-arm), const IFT_OPTICALTRANSPORT = 196
18022 pkg syscall (freebsd-arm), const IFT_OTHER = 1
18023 pkg syscall (freebsd-arm), const IFT_P10 = 12
18024 pkg syscall (freebsd-arm), const IFT_P80 = 13
18025 pkg syscall (freebsd-arm), const IFT_PARA = 34
18026 pkg syscall (freebsd-arm), const IFT_PFLOG = 246
18027 pkg syscall (freebsd-arm), const IFT_PFSYNC = 247
18028 pkg syscall (freebsd-arm), const IFT_PLC = 174
18029 pkg syscall (freebsd-arm), const IFT_POS = 171
18030 pkg syscall (freebsd-arm), const IFT_PPP = 23
18031 pkg syscall (freebsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
18032 pkg syscall (freebsd-arm), const IFT_PROPBWAP2MP = 184
18033 pkg syscall (freebsd-arm), const IFT_PROPCNLS = 89
18034 pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
18035 pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
18036 pkg syscall (freebsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
18037 pkg syscall (freebsd-arm), const IFT_PROPMUX = 54
18038 pkg syscall (freebsd-arm), const IFT_PROPVIRTUAL = 53
18039 pkg syscall (freebsd-arm), const IFT_PROPWIRELESSP2P = 157
18040 pkg syscall (freebsd-arm), const IFT_PTPSERIAL = 22
18041 pkg syscall (freebsd-arm), const IFT_PVC = 241
18042 pkg syscall (freebsd-arm), const IFT_QLLC = 68
18043 pkg syscall (freebsd-arm), const IFT_RADIOMAC = 188
18044 pkg syscall (freebsd-arm), const IFT_RADSL = 95
18045 pkg syscall (freebsd-arm), const IFT_REACHDSL = 192
18046 pkg syscall (freebsd-arm), const IFT_RFC1483 = 159
18047 pkg syscall (freebsd-arm), const IFT_RS232 = 33
18048 pkg syscall (freebsd-arm), const IFT_RSRB = 79
18049 pkg syscall (freebsd-arm), const IFT_SDLC = 17
18050 pkg syscall (freebsd-arm), const IFT_SDSL = 96
18051 pkg syscall (freebsd-arm), const IFT_SHDSL = 169
18052 pkg syscall (freebsd-arm), const IFT_SIP = 31
18053 pkg syscall (freebsd-arm), const IFT_SLIP = 28
18054 pkg syscall (freebsd-arm), const IFT_SMDSDXI = 43
18055 pkg syscall (freebsd-arm), const IFT_SMDSICIP = 52
18056 pkg syscall (freebsd-arm), const IFT_SONET = 39
18057 pkg syscall (freebsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
18058 pkg syscall (freebsd-arm), const IFT_SONETPATH = 50
18059 pkg syscall (freebsd-arm), const IFT_SONETVT = 51
18060 pkg syscall (freebsd-arm), const IFT_SRP = 151
18061 pkg syscall (freebsd-arm), const IFT_SS7SIGLINK = 156
18062 pkg syscall (freebsd-arm), const IFT_STACKTOSTACK = 111
18063 pkg syscall (freebsd-arm), const IFT_STARLAN = 11
18064 pkg syscall (freebsd-arm), const IFT_STF = 215
18065 pkg syscall (freebsd-arm), const IFT_T1 = 18
18066 pkg syscall (freebsd-arm), const IFT_TDLC = 116
18067 pkg syscall (freebsd-arm), const IFT_TERMPAD = 91
18068 pkg syscall (freebsd-arm), const IFT_TR008 = 176
18069 pkg syscall (freebsd-arm), const IFT_TRANSPHDLC = 123
18070 pkg syscall (freebsd-arm), const IFT_TUNNEL = 131
18071 pkg syscall (freebsd-arm), const IFT_ULTRA = 29
18072 pkg syscall (freebsd-arm), const IFT_USB = 160
18073 pkg syscall (freebsd-arm), const IFT_V11 = 64
18074 pkg syscall (freebsd-arm), const IFT_V35 = 45
18075 pkg syscall (freebsd-arm), const IFT_V36 = 65
18076 pkg syscall (freebsd-arm), const IFT_V37 = 120
18077 pkg syscall (freebsd-arm), const IFT_VDSL = 97
18078 pkg syscall (freebsd-arm), const IFT_VIRTUALIPADDRESS = 112
18079 pkg syscall (freebsd-arm), const IFT_VOICEEM = 100
18080 pkg syscall (freebsd-arm), const IFT_VOICEENCAP = 103
18081 pkg syscall (freebsd-arm), const IFT_VOICEFXO = 101
18082 pkg syscall (freebsd-arm), const IFT_VOICEFXS = 102
18083 pkg syscall (freebsd-arm), const IFT_VOICEOVERATM = 152
18084 pkg syscall (freebsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
18085 pkg syscall (freebsd-arm), const IFT_VOICEOVERIP = 104
18086 pkg syscall (freebsd-arm), const IFT_X213 = 93
18087 pkg syscall (freebsd-arm), const IFT_X25 = 5
18088 pkg syscall (freebsd-arm), const IFT_X25DDN = 4
18089 pkg syscall (freebsd-arm), const IFT_X25HUNTGROUP = 122
18090 pkg syscall (freebsd-arm), const IFT_X25MLP = 121
18091 pkg syscall (freebsd-arm), const IFT_X25PLE = 40
18092 pkg syscall (freebsd-arm), const IFT_XETHER = 26
18093 pkg syscall (freebsd-arm), const IGNBRK = 1
18094 pkg syscall (freebsd-arm), const IGNCR = 128
18095 pkg syscall (freebsd-arm), const IGNPAR = 4
18096 pkg syscall (freebsd-arm), const IMAXBEL = 8192
18097 pkg syscall (freebsd-arm), const INLCR = 64
18098 pkg syscall (freebsd-arm), const INPCK = 16
18099 pkg syscall (freebsd-arm), const IN_CLASSA_HOST = 16777215
18100 pkg syscall (freebsd-arm), const IN_CLASSA_MAX = 128
18101 pkg syscall (freebsd-arm), const IN_CLASSA_NET = 4278190080
18102 pkg syscall (freebsd-arm), const IN_CLASSA_NSHIFT = 24
18103 pkg syscall (freebsd-arm), const IN_CLASSB_HOST = 65535
18104 pkg syscall (freebsd-arm), const IN_CLASSB_MAX = 65536
18105 pkg syscall (freebsd-arm), const IN_CLASSB_NET = 4294901760
18106 pkg syscall (freebsd-arm), const IN_CLASSB_NSHIFT = 16
18107 pkg syscall (freebsd-arm), const IN_CLASSC_HOST = 255
18108 pkg syscall (freebsd-arm), const IN_CLASSC_NET = 4294967040
18109 pkg syscall (freebsd-arm), const IN_CLASSC_NSHIFT = 8
18110 pkg syscall (freebsd-arm), const IN_CLASSD_HOST = 268435455
18111 pkg syscall (freebsd-arm), const IN_CLASSD_NET = 4026531840
18112 pkg syscall (freebsd-arm), const IN_CLASSD_NSHIFT = 28
18113 pkg syscall (freebsd-arm), const IN_LOOPBACKNET = 127
18114 pkg syscall (freebsd-arm), const IN_RFC3021_MASK = 4294967294
18115 pkg syscall (freebsd-arm), const IPPROTO_3PC = 34
18116 pkg syscall (freebsd-arm), const IPPROTO_ADFS = 68
18117 pkg syscall (freebsd-arm), const IPPROTO_AH = 51
18118 pkg syscall (freebsd-arm), const IPPROTO_AHIP = 61
18119 pkg syscall (freebsd-arm), const IPPROTO_APES = 99
18120 pkg syscall (freebsd-arm), const IPPROTO_ARGUS = 13
18121 pkg syscall (freebsd-arm), const IPPROTO_AX25 = 93
18122 pkg syscall (freebsd-arm), const IPPROTO_BHA = 49
18123 pkg syscall (freebsd-arm), const IPPROTO_BLT = 30
18124 pkg syscall (freebsd-arm), const IPPROTO_BRSATMON = 76
18125 pkg syscall (freebsd-arm), const IPPROTO_CARP = 112
18126 pkg syscall (freebsd-arm), const IPPROTO_CFTP = 62
18127 pkg syscall (freebsd-arm), const IPPROTO_CHAOS = 16
18128 pkg syscall (freebsd-arm), const IPPROTO_CMTP = 38
18129 pkg syscall (freebsd-arm), const IPPROTO_CPHB = 73
18130 pkg syscall (freebsd-arm), const IPPROTO_CPNX = 72
18131 pkg syscall (freebsd-arm), const IPPROTO_DDP = 37
18132 pkg syscall (freebsd-arm), const IPPROTO_DGP = 86
18133 pkg syscall (freebsd-arm), const IPPROTO_DIVERT = 258
18134 pkg syscall (freebsd-arm), const IPPROTO_DONE = 257
18135 pkg syscall (freebsd-arm), const IPPROTO_DSTOPTS = 60
18136 pkg syscall (freebsd-arm), const IPPROTO_EGP = 8
18137 pkg syscall (freebsd-arm), const IPPROTO_EMCON = 14
18138 pkg syscall (freebsd-arm), const IPPROTO_ENCAP = 98
18139 pkg syscall (freebsd-arm), const IPPROTO_EON = 80
18140 pkg syscall (freebsd-arm), const IPPROTO_ESP = 50
18141 pkg syscall (freebsd-arm), const IPPROTO_ETHERIP = 97
18142 pkg syscall (freebsd-arm), const IPPROTO_FRAGMENT = 44
18143 pkg syscall (freebsd-arm), const IPPROTO_GGP = 3
18144 pkg syscall (freebsd-arm), const IPPROTO_GMTP = 100
18145 pkg syscall (freebsd-arm), const IPPROTO_GRE = 47
18146 pkg syscall (freebsd-arm), const IPPROTO_HELLO = 63
18147 pkg syscall (freebsd-arm), const IPPROTO_HMP = 20
18148 pkg syscall (freebsd-arm), const IPPROTO_HOPOPTS = 0
18149 pkg syscall (freebsd-arm), const IPPROTO_ICMP = 1
18150 pkg syscall (freebsd-arm), const IPPROTO_ICMPV6 = 58
18151 pkg syscall (freebsd-arm), const IPPROTO_IDP = 22
18152 pkg syscall (freebsd-arm), const IPPROTO_IDPR = 35
18153 pkg syscall (freebsd-arm), const IPPROTO_IDRP = 45
18154 pkg syscall (freebsd-arm), const IPPROTO_IGMP = 2
18155 pkg syscall (freebsd-arm), const IPPROTO_IGP = 85
18156 pkg syscall (freebsd-arm), const IPPROTO_IGRP = 88
18157 pkg syscall (freebsd-arm), const IPPROTO_IL = 40
18158 pkg syscall (freebsd-arm), const IPPROTO_INLSP = 52
18159 pkg syscall (freebsd-arm), const IPPROTO_INP = 32
18160 pkg syscall (freebsd-arm), const IPPROTO_IPCOMP = 108
18161 pkg syscall (freebsd-arm), const IPPROTO_IPCV = 71
18162 pkg syscall (freebsd-arm), const IPPROTO_IPEIP = 94
18163 pkg syscall (freebsd-arm), const IPPROTO_IPIP = 4
18164 pkg syscall (freebsd-arm), const IPPROTO_IPPC = 67
18165 pkg syscall (freebsd-arm), const IPPROTO_IPV4 = 4
18166 pkg syscall (freebsd-arm), const IPPROTO_IRTP = 28
18167 pkg syscall (freebsd-arm), const IPPROTO_KRYPTOLAN = 65
18168 pkg syscall (freebsd-arm), const IPPROTO_LARP = 91
18169 pkg syscall (freebsd-arm), const IPPROTO_LEAF1 = 25
18170 pkg syscall (freebsd-arm), const IPPROTO_LEAF2 = 26
18171 pkg syscall (freebsd-arm), const IPPROTO_MAX = 256
18172 pkg syscall (freebsd-arm), const IPPROTO_MAXID = 52
18173 pkg syscall (freebsd-arm), const IPPROTO_MEAS = 19
18174 pkg syscall (freebsd-arm), const IPPROTO_MH = 135
18175 pkg syscall (freebsd-arm), const IPPROTO_MHRP = 48
18176 pkg syscall (freebsd-arm), const IPPROTO_MICP = 95
18177 pkg syscall (freebsd-arm), const IPPROTO_MOBILE = 55
18178 pkg syscall (freebsd-arm), const IPPROTO_MPLS = 137
18179 pkg syscall (freebsd-arm), const IPPROTO_MTP = 92
18180 pkg syscall (freebsd-arm), const IPPROTO_MUX = 18
18181 pkg syscall (freebsd-arm), const IPPROTO_ND = 77
18182 pkg syscall (freebsd-arm), const IPPROTO_NHRP = 54
18183 pkg syscall (freebsd-arm), const IPPROTO_NONE = 59
18184 pkg syscall (freebsd-arm), const IPPROTO_NSP = 31
18185 pkg syscall (freebsd-arm), const IPPROTO_NVPII = 11
18186 pkg syscall (freebsd-arm), const IPPROTO_OLD_DIVERT = 254
18187 pkg syscall (freebsd-arm), const IPPROTO_OSPFIGP = 89
18188 pkg syscall (freebsd-arm), const IPPROTO_PFSYNC = 240
18189 pkg syscall (freebsd-arm), const IPPROTO_PGM = 113
18190 pkg syscall (freebsd-arm), const IPPROTO_PIGP = 9
18191 pkg syscall (freebsd-arm), const IPPROTO_PIM = 103
18192 pkg syscall (freebsd-arm), const IPPROTO_PRM = 21
18193 pkg syscall (freebsd-arm), const IPPROTO_PUP = 12
18194 pkg syscall (freebsd-arm), const IPPROTO_PVP = 75
18195 pkg syscall (freebsd-arm), const IPPROTO_RAW = 255
18196 pkg syscall (freebsd-arm), const IPPROTO_RCCMON = 10
18197 pkg syscall (freebsd-arm), const IPPROTO_RDP = 27
18198 pkg syscall (freebsd-arm), const IPPROTO_ROUTING = 43
18199 pkg syscall (freebsd-arm), const IPPROTO_RSVP = 46
18200 pkg syscall (freebsd-arm), const IPPROTO_RVD = 66
18201 pkg syscall (freebsd-arm), const IPPROTO_SATEXPAK = 64
18202 pkg syscall (freebsd-arm), const IPPROTO_SATMON = 69
18203 pkg syscall (freebsd-arm), const IPPROTO_SCCSP = 96
18204 pkg syscall (freebsd-arm), const IPPROTO_SCTP = 132
18205 pkg syscall (freebsd-arm), const IPPROTO_SDRP = 42
18206 pkg syscall (freebsd-arm), const IPPROTO_SEND = 259
18207 pkg syscall (freebsd-arm), const IPPROTO_SEP = 33
18208 pkg syscall (freebsd-arm), const IPPROTO_SKIP = 57
18209 pkg syscall (freebsd-arm), const IPPROTO_SPACER = 32767
18210 pkg syscall (freebsd-arm), const IPPROTO_SRPC = 90
18211 pkg syscall (freebsd-arm), const IPPROTO_ST = 7
18212 pkg syscall (freebsd-arm), const IPPROTO_SVMTP = 82
18213 pkg syscall (freebsd-arm), const IPPROTO_SWIPE = 53
18214 pkg syscall (freebsd-arm), const IPPROTO_TCF = 87
18215 pkg syscall (freebsd-arm), const IPPROTO_TLSP = 56
18216 pkg syscall (freebsd-arm), const IPPROTO_TP = 29
18217 pkg syscall (freebsd-arm), const IPPROTO_TPXX = 39
18218 pkg syscall (freebsd-arm), const IPPROTO_TRUNK1 = 23
18219 pkg syscall (freebsd-arm), const IPPROTO_TRUNK2 = 24
18220 pkg syscall (freebsd-arm), const IPPROTO_TTP = 84
18221 pkg syscall (freebsd-arm), const IPPROTO_VINES = 83
18222 pkg syscall (freebsd-arm), const IPPROTO_VISA = 70
18223 pkg syscall (freebsd-arm), const IPPROTO_VMTP = 81
18224 pkg syscall (freebsd-arm), const IPPROTO_WBEXPAK = 79
18225 pkg syscall (freebsd-arm), const IPPROTO_WBMON = 78
18226 pkg syscall (freebsd-arm), const IPPROTO_WSN = 74
18227 pkg syscall (freebsd-arm), const IPPROTO_XNET = 15
18228 pkg syscall (freebsd-arm), const IPPROTO_XTP = 36
18229 pkg syscall (freebsd-arm), const IPV6_AUTOFLOWLABEL = 59
18230 pkg syscall (freebsd-arm), const IPV6_BINDANY = 64
18231 pkg syscall (freebsd-arm), const IPV6_BINDV6ONLY = 27
18232 pkg syscall (freebsd-arm), const IPV6_CHECKSUM = 26
18233 pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
18234 pkg syscall (freebsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
18235 pkg syscall (freebsd-arm), const IPV6_DEFHLIM = 64
18236 pkg syscall (freebsd-arm), const IPV6_DONTFRAG = 62
18237 pkg syscall (freebsd-arm), const IPV6_DSTOPTS = 50
18238 pkg syscall (freebsd-arm), const IPV6_FAITH = 29
18239 pkg syscall (freebsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
18240 pkg syscall (freebsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
18241 pkg syscall (freebsd-arm), const IPV6_FRAGTTL = 120
18242 pkg syscall (freebsd-arm), const IPV6_FW_ADD = 30
18243 pkg syscall (freebsd-arm), const IPV6_FW_DEL = 31
18244 pkg syscall (freebsd-arm), const IPV6_FW_FLUSH = 32
18245 pkg syscall (freebsd-arm), const IPV6_FW_GET = 34
18246 pkg syscall (freebsd-arm), const IPV6_FW_ZERO = 33
18247 pkg syscall (freebsd-arm), const IPV6_HLIMDEC = 1
18248 pkg syscall (freebsd-arm), const IPV6_HOPLIMIT = 47
18249 pkg syscall (freebsd-arm), const IPV6_HOPOPTS = 49
18250 pkg syscall (freebsd-arm), const IPV6_IPSEC_POLICY = 28
18251 pkg syscall (freebsd-arm), const IPV6_JOIN_GROUP = 12
18252 pkg syscall (freebsd-arm), const IPV6_LEAVE_GROUP = 13
18253 pkg syscall (freebsd-arm), const IPV6_MAXHLIM = 255
18254 pkg syscall (freebsd-arm), const IPV6_MAXOPTHDR = 2048
18255 pkg syscall (freebsd-arm), const IPV6_MAXPACKET = 65535
18256 pkg syscall (freebsd-arm), const IPV6_MAX_GROUP_SRC_FILTER = 512
18257 pkg syscall (freebsd-arm), const IPV6_MAX_MEMBERSHIPS = 4095
18258 pkg syscall (freebsd-arm), const IPV6_MAX_SOCK_SRC_FILTER = 128
18259 pkg syscall (freebsd-arm), const IPV6_MIN_MEMBERSHIPS = 31
18260 pkg syscall (freebsd-arm), const IPV6_MMTU = 1280
18261 pkg syscall (freebsd-arm), const IPV6_MSFILTER = 74
18262 pkg syscall (freebsd-arm), const IPV6_MULTICAST_HOPS = 10
18263 pkg syscall (freebsd-arm), const IPV6_MULTICAST_IF = 9
18264 pkg syscall (freebsd-arm), const IPV6_MULTICAST_LOOP = 11
18265 pkg syscall (freebsd-arm), const IPV6_NEXTHOP = 48
18266 pkg syscall (freebsd-arm), const IPV6_PATHMTU = 44
18267 pkg syscall (freebsd-arm), const IPV6_PKTINFO = 46
18268 pkg syscall (freebsd-arm), const IPV6_PORTRANGE = 14
18269 pkg syscall (freebsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
18270 pkg syscall (freebsd-arm), const IPV6_PORTRANGE_HIGH = 1
18271 pkg syscall (freebsd-arm), const IPV6_PORTRANGE_LOW = 2
18272 pkg syscall (freebsd-arm), const IPV6_PREFER_TEMPADDR = 63
18273 pkg syscall (freebsd-arm), const IPV6_RECVDSTOPTS = 40
18274 pkg syscall (freebsd-arm), const IPV6_RECVHOPLIMIT = 37
18275 pkg syscall (freebsd-arm), const IPV6_RECVHOPOPTS = 39
18276 pkg syscall (freebsd-arm), const IPV6_RECVPATHMTU = 43
18277 pkg syscall (freebsd-arm), const IPV6_RECVPKTINFO = 36
18278 pkg syscall (freebsd-arm), const IPV6_RECVRTHDR = 38
18279 pkg syscall (freebsd-arm), const IPV6_RECVTCLASS = 57
18280 pkg syscall (freebsd-arm), const IPV6_RTHDR = 51
18281 pkg syscall (freebsd-arm), const IPV6_RTHDRDSTOPTS = 35
18282 pkg syscall (freebsd-arm), const IPV6_RTHDR_LOOSE = 0
18283 pkg syscall (freebsd-arm), const IPV6_RTHDR_STRICT = 1
18284 pkg syscall (freebsd-arm), const IPV6_RTHDR_TYPE_0 = 0
18285 pkg syscall (freebsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
18286 pkg syscall (freebsd-arm), const IPV6_TCLASS = 61
18287 pkg syscall (freebsd-arm), const IPV6_UNICAST_HOPS = 4
18288 pkg syscall (freebsd-arm), const IPV6_USE_MIN_MTU = 42
18289 pkg syscall (freebsd-arm), const IPV6_V6ONLY = 27
18290 pkg syscall (freebsd-arm), const IPV6_VERSION = 96
18291 pkg syscall (freebsd-arm), const IPV6_VERSION_MASK = 240
18292 pkg syscall (freebsd-arm), const IP_ADD_MEMBERSHIP = 12
18293 pkg syscall (freebsd-arm), const IP_ADD_SOURCE_MEMBERSHIP = 70
18294 pkg syscall (freebsd-arm), const IP_BINDANY = 24
18295 pkg syscall (freebsd-arm), const IP_BLOCK_SOURCE = 72
18296 pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
18297 pkg syscall (freebsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
18298 pkg syscall (freebsd-arm), const IP_DF = 16384
18299 pkg syscall (freebsd-arm), const IP_DONTFRAG = 67
18300 pkg syscall (freebsd-arm), const IP_DROP_MEMBERSHIP = 13
18301 pkg syscall (freebsd-arm), const IP_DROP_SOURCE_MEMBERSHIP = 71
18302 pkg syscall (freebsd-arm), const IP_DUMMYNET3 = 49
18303 pkg syscall (freebsd-arm), const IP_DUMMYNET_CONFIGURE = 60
18304 pkg syscall (freebsd-arm), const IP_DUMMYNET_DEL = 61
18305 pkg syscall (freebsd-arm), const IP_DUMMYNET_FLUSH = 62
18306 pkg syscall (freebsd-arm), const IP_DUMMYNET_GET = 64
18307 pkg syscall (freebsd-arm), const IP_FAITH = 22
18308 pkg syscall (freebsd-arm), const IP_FW3 = 48
18309 pkg syscall (freebsd-arm), const IP_FW_ADD = 50
18310 pkg syscall (freebsd-arm), const IP_FW_DEL = 51
18311 pkg syscall (freebsd-arm), const IP_FW_FLUSH = 52
18312 pkg syscall (freebsd-arm), const IP_FW_GET = 54
18313 pkg syscall (freebsd-arm), const IP_FW_NAT_CFG = 56
18314 pkg syscall (freebsd-arm), const IP_FW_NAT_DEL = 57
18315 pkg syscall (freebsd-arm), const IP_FW_NAT_GET_CONFIG = 58
18316 pkg syscall (freebsd-arm), const IP_FW_NAT_GET_LOG = 59
18317 pkg syscall (freebsd-arm), const IP_FW_RESETLOG = 55
18318 pkg syscall (freebsd-arm), const IP_FW_TABLE_ADD = 40
18319 pkg syscall (freebsd-arm), const IP_FW_TABLE_DEL = 41
18320 pkg syscall (freebsd-arm), const IP_FW_TABLE_FLUSH = 42
18321 pkg syscall (freebsd-arm), const IP_FW_TABLE_GETSIZE = 43
18322 pkg syscall (freebsd-arm), const IP_FW_TABLE_LIST = 44
18323 pkg syscall (freebsd-arm), const IP_FW_ZERO = 53
18324 pkg syscall (freebsd-arm), const IP_HDRINCL = 2
18325 pkg syscall (freebsd-arm), const IP_IPSEC_POLICY = 21
18326 pkg syscall (freebsd-arm), const IP_MAXPACKET = 65535
18327 pkg syscall (freebsd-arm), const IP_MAX_GROUP_SRC_FILTER = 512
18328 pkg syscall (freebsd-arm), const IP_MAX_MEMBERSHIPS = 4095
18329 pkg syscall (freebsd-arm), const IP_MAX_SOCK_MUTE_FILTER = 128
18330 pkg syscall (freebsd-arm), const IP_MAX_SOCK_SRC_FILTER = 128
18331 pkg syscall (freebsd-arm), const IP_MAX_SOURCE_FILTER = 1024
18332 pkg syscall (freebsd-arm), const IP_MF = 8192
18333 pkg syscall (freebsd-arm), const IP_MINTTL = 66
18334 pkg syscall (freebsd-arm), const IP_MIN_MEMBERSHIPS = 31
18335 pkg syscall (freebsd-arm), const IP_MSFILTER = 74
18336 pkg syscall (freebsd-arm), const IP_MSS = 576
18337 pkg syscall (freebsd-arm), const IP_MULTICAST_IF = 9
18338 pkg syscall (freebsd-arm), const IP_MULTICAST_LOOP = 11
18339 pkg syscall (freebsd-arm), const IP_MULTICAST_TTL = 10
18340 pkg syscall (freebsd-arm), const IP_MULTICAST_VIF = 14
18341 pkg syscall (freebsd-arm), const IP_OFFMASK = 8191
18342 pkg syscall (freebsd-arm), const IP_ONESBCAST = 23
18343 pkg syscall (freebsd-arm), const IP_OPTIONS = 1
18344 pkg syscall (freebsd-arm), const IP_PORTRANGE = 19
18345 pkg syscall (freebsd-arm), const IP_PORTRANGE_DEFAULT = 0
18346 pkg syscall (freebsd-arm), const IP_PORTRANGE_HIGH = 1
18347 pkg syscall (freebsd-arm), const IP_PORTRANGE_LOW = 2
18348 pkg syscall (freebsd-arm), const IP_RECVDSTADDR = 7
18349 pkg syscall (freebsd-arm), const IP_RECVIF = 20
18350 pkg syscall (freebsd-arm), const IP_RECVOPTS = 5
18351 pkg syscall (freebsd-arm), const IP_RECVRETOPTS = 6
18352 pkg syscall (freebsd-arm), const IP_RECVTOS = 68
18353 pkg syscall (freebsd-arm), const IP_RECVTTL = 65
18354 pkg syscall (freebsd-arm), const IP_RETOPTS = 8
18355 pkg syscall (freebsd-arm), const IP_RF = 32768
18356 pkg syscall (freebsd-arm), const IP_RSVP_OFF = 16
18357 pkg syscall (freebsd-arm), const IP_RSVP_ON = 15
18358 pkg syscall (freebsd-arm), const IP_RSVP_VIF_OFF = 18
18359 pkg syscall (freebsd-arm), const IP_RSVP_VIF_ON = 17
18360 pkg syscall (freebsd-arm), const IP_SENDSRCADDR = 7
18361 pkg syscall (freebsd-arm), const IP_TOS = 3
18362 pkg syscall (freebsd-arm), const IP_TTL = 4
18363 pkg syscall (freebsd-arm), const IP_UNBLOCK_SOURCE = 73
18364 pkg syscall (freebsd-arm), const ISIG = 128
18365 pkg syscall (freebsd-arm), const ISTRIP = 32
18366 pkg syscall (freebsd-arm), const IXANY = 2048
18367 pkg syscall (freebsd-arm), const IXOFF = 1024
18368 pkg syscall (freebsd-arm), const IXON = 512
18369 pkg syscall (freebsd-arm), const ImplementsGetwd = false
18370 pkg syscall (freebsd-arm), const LOCK_EX = 2
18371 pkg syscall (freebsd-arm), const LOCK_NB = 4
18372 pkg syscall (freebsd-arm), const LOCK_SH = 1
18373 pkg syscall (freebsd-arm), const LOCK_UN = 8
18374 pkg syscall (freebsd-arm), const MADV_AUTOSYNC = 7
18375 pkg syscall (freebsd-arm), const MADV_CORE = 9
18376 pkg syscall (freebsd-arm), const MADV_DONTNEED = 4
18377 pkg syscall (freebsd-arm), const MADV_FREE = 5
18378 pkg syscall (freebsd-arm), const MADV_NOCORE = 8
18379 pkg syscall (freebsd-arm), const MADV_NORMAL = 0
18380 pkg syscall (freebsd-arm), const MADV_NOSYNC = 6
18381 pkg syscall (freebsd-arm), const MADV_PROTECT = 10
18382 pkg syscall (freebsd-arm), const MADV_RANDOM = 1
18383 pkg syscall (freebsd-arm), const MADV_SEQUENTIAL = 2
18384 pkg syscall (freebsd-arm), const MADV_WILLNEED = 3
18385 pkg syscall (freebsd-arm), const MAP_ANON = 4096
18386 pkg syscall (freebsd-arm), const MAP_ANONYMOUS = 4096
18387 pkg syscall (freebsd-arm), const MAP_COPY = 2
18388 pkg syscall (freebsd-arm), const MAP_FILE = 0
18389 pkg syscall (freebsd-arm), const MAP_FIXED = 16
18390 pkg syscall (freebsd-arm), const MAP_HASSEMAPHORE = 512
18391 pkg syscall (freebsd-arm), const MAP_NOCORE = 131072
18392 pkg syscall (freebsd-arm), const MAP_NORESERVE = 64
18393 pkg syscall (freebsd-arm), const MAP_NOSYNC = 2048
18394 pkg syscall (freebsd-arm), const MAP_PREFAULT_READ = 262144
18395 pkg syscall (freebsd-arm), const MAP_PRIVATE = 2
18396 pkg syscall (freebsd-arm), const MAP_RENAME = 32
18397 pkg syscall (freebsd-arm), const MAP_RESERVED0080 = 128
18398 pkg syscall (freebsd-arm), const MAP_RESERVED0100 = 256
18399 pkg syscall (freebsd-arm), const MAP_SHARED = 1
18400 pkg syscall (freebsd-arm), const MAP_STACK = 1024
18401 pkg syscall (freebsd-arm), const MCL_CURRENT = 1
18402 pkg syscall (freebsd-arm), const MCL_FUTURE = 2
18403 pkg syscall (freebsd-arm), const MSG_COMPAT = 32768
18404 pkg syscall (freebsd-arm), const MSG_CTRUNC = 32
18405 pkg syscall (freebsd-arm), const MSG_DONTROUTE = 4
18406 pkg syscall (freebsd-arm), const MSG_DONTWAIT = 128
18407 pkg syscall (freebsd-arm), const MSG_EOF = 256
18408 pkg syscall (freebsd-arm), const MSG_EOR = 8
18409 pkg syscall (freebsd-arm), const MSG_NBIO = 16384
18410 pkg syscall (freebsd-arm), const MSG_NOSIGNAL = 131072
18411 pkg syscall (freebsd-arm), const MSG_NOTIFICATION = 8192
18412 pkg syscall (freebsd-arm), const MSG_OOB = 1
18413 pkg syscall (freebsd-arm), const MSG_PEEK = 2
18414 pkg syscall (freebsd-arm), const MSG_TRUNC = 16
18415 pkg syscall (freebsd-arm), const MSG_WAITALL = 64
18416 pkg syscall (freebsd-arm), const MS_ASYNC = 1
18417 pkg syscall (freebsd-arm), const MS_INVALIDATE = 2
18418 pkg syscall (freebsd-arm), const MS_SYNC = 0
18419 pkg syscall (freebsd-arm), const NET_RT_DUMP = 1
18420 pkg syscall (freebsd-arm), const NET_RT_FLAGS = 2
18421 pkg syscall (freebsd-arm), const NET_RT_IFLIST = 3
18422 pkg syscall (freebsd-arm), const NET_RT_IFLISTL = 5
18423 pkg syscall (freebsd-arm), const NET_RT_IFMALIST = 4
18424 pkg syscall (freebsd-arm), const NET_RT_MAXID = 6
18425 pkg syscall (freebsd-arm), const NOFLSH = 2147483648
18426 pkg syscall (freebsd-arm), const NOTE_ATTRIB = 8
18427 pkg syscall (freebsd-arm), const NOTE_CHILD = 4
18428 pkg syscall (freebsd-arm), const NOTE_DELETE = 1
18429 pkg syscall (freebsd-arm), const NOTE_EXEC = 536870912
18430 pkg syscall (freebsd-arm), const NOTE_EXIT = 2147483648
18431 pkg syscall (freebsd-arm), const NOTE_EXTEND = 4
18432 pkg syscall (freebsd-arm), const NOTE_FFAND = 1073741824
18433 pkg syscall (freebsd-arm), const NOTE_FFCOPY = 3221225472
18434 pkg syscall (freebsd-arm), const NOTE_FFCTRLMASK = 3221225472
18435 pkg syscall (freebsd-arm), const NOTE_FFLAGSMASK = 16777215
18436 pkg syscall (freebsd-arm), const NOTE_FFNOP = 0
18437 pkg syscall (freebsd-arm), const NOTE_FFOR = 2147483648
18438 pkg syscall (freebsd-arm), const NOTE_FORK = 1073741824
18439 pkg syscall (freebsd-arm), const NOTE_LINK = 16
18440 pkg syscall (freebsd-arm), const NOTE_LOWAT = 1
18441 pkg syscall (freebsd-arm), const NOTE_PCTRLMASK = 4026531840
18442 pkg syscall (freebsd-arm), const NOTE_PDATAMASK = 1048575
18443 pkg syscall (freebsd-arm), const NOTE_RENAME = 32
18444 pkg syscall (freebsd-arm), const NOTE_REVOKE = 64
18445 pkg syscall (freebsd-arm), const NOTE_TRACK = 1
18446 pkg syscall (freebsd-arm), const NOTE_TRACKERR = 2
18447 pkg syscall (freebsd-arm), const NOTE_TRIGGER = 16777216
18448 pkg syscall (freebsd-arm), const NOTE_WRITE = 2
18449 pkg syscall (freebsd-arm), const OCRNL = 16
18450 pkg syscall (freebsd-arm), const ONLCR = 2
18451 pkg syscall (freebsd-arm), const ONLRET = 64
18452 pkg syscall (freebsd-arm), const ONOCR = 32
18453 pkg syscall (freebsd-arm), const ONOEOT = 8
18454 pkg syscall (freebsd-arm), const OPOST = 1
18455 pkg syscall (freebsd-arm), const O_ACCMODE = 3
18456 pkg syscall (freebsd-arm), const O_APPEND = 8
18457 pkg syscall (freebsd-arm), const O_ASYNC = 64
18458 pkg syscall (freebsd-arm), const O_CLOEXEC = 0
18459 pkg syscall (freebsd-arm), const O_CREAT = 512
18460 pkg syscall (freebsd-arm), const O_DIRECT = 65536
18461 pkg syscall (freebsd-arm), const O_DIRECTORY = 131072
18462 pkg syscall (freebsd-arm), const O_EXCL = 2048
18463 pkg syscall (freebsd-arm), const O_EXEC = 262144
18464 pkg syscall (freebsd-arm), const O_EXLOCK = 32
18465 pkg syscall (freebsd-arm), const O_FSYNC = 128
18466 pkg syscall (freebsd-arm), const O_NDELAY = 4
18467 pkg syscall (freebsd-arm), const O_NOCTTY = 32768
18468 pkg syscall (freebsd-arm), const O_NOFOLLOW = 256
18469 pkg syscall (freebsd-arm), const O_NONBLOCK = 4
18470 pkg syscall (freebsd-arm), const O_SHLOCK = 16
18471 pkg syscall (freebsd-arm), const O_SYNC = 128
18472 pkg syscall (freebsd-arm), const O_TRUNC = 1024
18473 pkg syscall (freebsd-arm), const O_TTY_INIT = 524288
18474 pkg syscall (freebsd-arm), const PARENB = 4096
18475 pkg syscall (freebsd-arm), const PARMRK = 8
18476 pkg syscall (freebsd-arm), const PARODD = 8192
18477 pkg syscall (freebsd-arm), const PENDIN = 536870912
18478 pkg syscall (freebsd-arm), const PROT_EXEC = 4
18479 pkg syscall (freebsd-arm), const PROT_NONE = 0
18480 pkg syscall (freebsd-arm), const PROT_READ = 1
18481 pkg syscall (freebsd-arm), const PROT_WRITE = 2
18482 pkg syscall (freebsd-arm), const PTRACE_CONT = 7
18483 pkg syscall (freebsd-arm), const PTRACE_KILL = 8
18484 pkg syscall (freebsd-arm), const PTRACE_TRACEME = 0
18485 pkg syscall (freebsd-arm), const RLIMIT_AS = 10
18486 pkg syscall (freebsd-arm), const RLIMIT_CORE = 4
18487 pkg syscall (freebsd-arm), const RLIMIT_CPU = 0
18488 pkg syscall (freebsd-arm), const RLIMIT_DATA = 2
18489 pkg syscall (freebsd-arm), const RLIMIT_FSIZE = 1
18490 pkg syscall (freebsd-arm), const RLIMIT_NOFILE = 8
18491 pkg syscall (freebsd-arm), const RLIMIT_STACK = 3
18492 pkg syscall (freebsd-arm), const RLIM_INFINITY = 9223372036854775807
18493 pkg syscall (freebsd-arm), const RTAX_AUTHOR = 6
18494 pkg syscall (freebsd-arm), const RTAX_BRD = 7
18495 pkg syscall (freebsd-arm), const RTAX_DST = 0
18496 pkg syscall (freebsd-arm), const RTAX_GATEWAY = 1
18497 pkg syscall (freebsd-arm), const RTAX_GENMASK = 3
18498 pkg syscall (freebsd-arm), const RTAX_IFA = 5
18499 pkg syscall (freebsd-arm), const RTAX_IFP = 4
18500 pkg syscall (freebsd-arm), const RTAX_MAX = 8
18501 pkg syscall (freebsd-arm), const RTAX_NETMASK = 2
18502 pkg syscall (freebsd-arm), const RTA_AUTHOR = 64
18503 pkg syscall (freebsd-arm), const RTA_BRD = 128
18504 pkg syscall (freebsd-arm), const RTA_DST = 1
18505 pkg syscall (freebsd-arm), const RTA_GATEWAY = 2
18506 pkg syscall (freebsd-arm), const RTA_GENMASK = 8
18507 pkg syscall (freebsd-arm), const RTA_IFA = 32
18508 pkg syscall (freebsd-arm), const RTA_IFP = 16
18509 pkg syscall (freebsd-arm), const RTA_NETMASK = 4
18510 pkg syscall (freebsd-arm), const RTF_BLACKHOLE = 4096
18511 pkg syscall (freebsd-arm), const RTF_BROADCAST = 4194304
18512 pkg syscall (freebsd-arm), const RTF_DONE = 64
18513 pkg syscall (freebsd-arm), const RTF_DYNAMIC = 16
18514 pkg syscall (freebsd-arm), const RTF_FMASK = 268752904
18515 pkg syscall (freebsd-arm), const RTF_GATEWAY = 2
18516 pkg syscall (freebsd-arm), const RTF_HOST = 4
18517 pkg syscall (freebsd-arm), const RTF_LLDATA = 1024
18518 pkg syscall (freebsd-arm), const RTF_LLINFO = 1024
18519 pkg syscall (freebsd-arm), const RTF_LOCAL = 2097152
18520 pkg syscall (freebsd-arm), const RTF_MODIFIED = 32
18521 pkg syscall (freebsd-arm), const RTF_MULTICAST = 8388608
18522 pkg syscall (freebsd-arm), const RTF_PINNED = 1048576
18523 pkg syscall (freebsd-arm), const RTF_PRCLONING = 65536
18524 pkg syscall (freebsd-arm), const RTF_PROTO1 = 32768
18525 pkg syscall (freebsd-arm), const RTF_PROTO2 = 16384
18526 pkg syscall (freebsd-arm), const RTF_PROTO3 = 262144
18527 pkg syscall (freebsd-arm), const RTF_REJECT = 8
18528 pkg syscall (freebsd-arm), const RTF_RNH_LOCKED = 1073741824
18529 pkg syscall (freebsd-arm), const RTF_STATIC = 2048
18530 pkg syscall (freebsd-arm), const RTF_STICKY = 268435456
18531 pkg syscall (freebsd-arm), const RTF_UP = 1
18532 pkg syscall (freebsd-arm), const RTF_XRESOLVE = 512
18533 pkg syscall (freebsd-arm), const RTM_ADD = 1
18534 pkg syscall (freebsd-arm), const RTM_CHANGE = 3
18535 pkg syscall (freebsd-arm), const RTM_DELADDR = 13
18536 pkg syscall (freebsd-arm), const RTM_DELETE = 2
18537 pkg syscall (freebsd-arm), const RTM_DELMADDR = 16
18538 pkg syscall (freebsd-arm), const RTM_GET = 4
18539 pkg syscall (freebsd-arm), const RTM_IEEE80211 = 18
18540 pkg syscall (freebsd-arm), const RTM_IFANNOUNCE = 17
18541 pkg syscall (freebsd-arm), const RTM_IFINFO = 14
18542 pkg syscall (freebsd-arm), const RTM_LOCK = 8
18543 pkg syscall (freebsd-arm), const RTM_LOSING = 5
18544 pkg syscall (freebsd-arm), const RTM_MISS = 7
18545 pkg syscall (freebsd-arm), const RTM_NEWADDR = 12
18546 pkg syscall (freebsd-arm), const RTM_NEWMADDR = 15
18547 pkg syscall (freebsd-arm), const RTM_OLDADD = 9
18548 pkg syscall (freebsd-arm), const RTM_OLDDEL = 10
18549 pkg syscall (freebsd-arm), const RTM_REDIRECT = 6
18550 pkg syscall (freebsd-arm), const RTM_RESOLVE = 11
18551 pkg syscall (freebsd-arm), const RTM_RTTUNIT = 1000000
18552 pkg syscall (freebsd-arm), const RTM_VERSION = 5
18553 pkg syscall (freebsd-arm), const RTV_EXPIRE = 4
18554 pkg syscall (freebsd-arm), const RTV_HOPCOUNT = 2
18555 pkg syscall (freebsd-arm), const RTV_MTU = 1
18556 pkg syscall (freebsd-arm), const RTV_RPIPE = 8
18557 pkg syscall (freebsd-arm), const RTV_RTT = 64
18558 pkg syscall (freebsd-arm), const RTV_RTTVAR = 128
18559 pkg syscall (freebsd-arm), const RTV_SPIPE = 16
18560 pkg syscall (freebsd-arm), const RTV_SSTHRESH = 32
18561 pkg syscall (freebsd-arm), const RTV_WEIGHT = 256
18562 pkg syscall (freebsd-arm), const RT_CACHING_CONTEXT = 1
18563 pkg syscall (freebsd-arm), const RT_DEFAULT_FIB = 0
18564 pkg syscall (freebsd-arm), const RT_NORTREF = 2
18565 pkg syscall (freebsd-arm), const RUSAGE_CHILDREN = -1
18566 pkg syscall (freebsd-arm), const RUSAGE_SELF = 0
18567 pkg syscall (freebsd-arm), const RUSAGE_THREAD = 1
18568 pkg syscall (freebsd-arm), const SCM_BINTIME = 4
18569 pkg syscall (freebsd-arm), const SCM_CREDS = 3
18570 pkg syscall (freebsd-arm), const SCM_RIGHTS = 1
18571 pkg syscall (freebsd-arm), const SCM_TIMESTAMP = 2
18572 pkg syscall (freebsd-arm), const SIGBUS = 10
18573 pkg syscall (freebsd-arm), const SIGCHLD = 20
18574 pkg syscall (freebsd-arm), const SIGCONT = 19
18575 pkg syscall (freebsd-arm), const SIGEMT = 7
18576 pkg syscall (freebsd-arm), const SIGINFO = 29
18577 pkg syscall (freebsd-arm), const SIGIO = 23
18578 pkg syscall (freebsd-arm), const SIGIOT = 6
18579 pkg syscall (freebsd-arm), const SIGLIBRT = 33
18580 pkg syscall (freebsd-arm), const SIGLWP = 32
18581 pkg syscall (freebsd-arm), const SIGPROF = 27
18582 pkg syscall (freebsd-arm), const SIGSTOP = 17
18583 pkg syscall (freebsd-arm), const SIGSYS = 12
18584 pkg syscall (freebsd-arm), const SIGTHR = 32
18585 pkg syscall (freebsd-arm), const SIGTSTP = 18
18586 pkg syscall (freebsd-arm), const SIGTTIN = 21
18587 pkg syscall (freebsd-arm), const SIGTTOU = 22
18588 pkg syscall (freebsd-arm), const SIGURG = 16
18589 pkg syscall (freebsd-arm), const SIGUSR1 = 30
18590 pkg syscall (freebsd-arm), const SIGUSR2 = 31
18591 pkg syscall (freebsd-arm), const SIGVTALRM = 26
18592 pkg syscall (freebsd-arm), const SIGWINCH = 28
18593 pkg syscall (freebsd-arm), const SIGXCPU = 24
18594 pkg syscall (freebsd-arm), const SIGXFSZ = 25
18595 pkg syscall (freebsd-arm), const SIOCADDMULTI = 2149607729
18596 pkg syscall (freebsd-arm), const SIOCADDRT = 2150658570
18597 pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019
18598 pkg syscall (freebsd-arm), const SIOCAIFGROUP = 2149869959
18599 pkg syscall (freebsd-arm), const SIOCALIFADDR = 2165860635
18600 pkg syscall (freebsd-arm), const SIOCATMARK = 1074033415
18601 pkg syscall (freebsd-arm), const SIOCDELMULTI = 2149607730
18602 pkg syscall (freebsd-arm), const SIOCDELRT = 2150658571
18603 pkg syscall (freebsd-arm), const SIOCDIFADDR = 2149607705
18604 pkg syscall (freebsd-arm), const SIOCDIFGROUP = 2149869961
18605 pkg syscall (freebsd-arm), const SIOCDIFPHYADDR = 2149607753
18606 pkg syscall (freebsd-arm), const SIOCDLIFADDR = 2165860637
18607 pkg syscall (freebsd-arm), const SIOCGDRVSPEC = 3223087483
18608 pkg syscall (freebsd-arm), const SIOCGETSGCNT = 3222565392
18609 pkg syscall (freebsd-arm), const SIOCGETVIFCNT = 3222565391
18610 pkg syscall (freebsd-arm), const SIOCGHIWAT = 1074033409
18611 pkg syscall (freebsd-arm), const SIOCGIFADDR = 3223349537
18612 pkg syscall (freebsd-arm), const SIOCGIFBRDADDR = 3223349539
18613 pkg syscall (freebsd-arm), const SIOCGIFCAP = 3223349535
18614 pkg syscall (freebsd-arm), const SIOCGIFCONF = 3221776676
18615 pkg syscall (freebsd-arm), const SIOCGIFDESCR = 3223349546
18616 pkg syscall (freebsd-arm), const SIOCGIFDSTADDR = 3223349538
18617 pkg syscall (freebsd-arm), const SIOCGIFFIB = 3223349596
18618 pkg syscall (freebsd-arm), const SIOCGIFFLAGS = 3223349521
18619 pkg syscall (freebsd-arm), const SIOCGIFGENERIC = 3223349562
18620 pkg syscall (freebsd-arm), const SIOCGIFGMEMB = 3223611786
18621 pkg syscall (freebsd-arm), const SIOCGIFGROUP = 3223611784
18622 pkg syscall (freebsd-arm), const SIOCGIFINDEX = 3223349536
18623 pkg syscall (freebsd-arm), const SIOCGIFMAC = 3223349542
18624 pkg syscall (freebsd-arm), const SIOCGIFMEDIA = 3223873848
18625 pkg syscall (freebsd-arm), const SIOCGIFMETRIC = 3223349527
18626 pkg syscall (freebsd-arm), const SIOCGIFMTU = 3223349555
18627 pkg syscall (freebsd-arm), const SIOCGIFNETMASK = 3223349541
18628 pkg syscall (freebsd-arm), const SIOCGIFPDSTADDR = 3223349576
18629 pkg syscall (freebsd-arm), const SIOCGIFPHYS = 3223349557
18630 pkg syscall (freebsd-arm), const SIOCGIFPSRCADDR = 3223349575
18631 pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931
18632 pkg syscall (freebsd-arm), const SIOCGLIFADDR = 3239602460
18633 pkg syscall (freebsd-arm), const SIOCGLIFPHYADDR = 3239602507
18634 pkg syscall (freebsd-arm), const SIOCGLOWAT = 1074033411
18635 pkg syscall (freebsd-arm), const SIOCGPGRP = 1074033417
18636 pkg syscall (freebsd-arm), const SIOCGPRIVATE_0 = 3223349584
18637 pkg syscall (freebsd-arm), const SIOCGPRIVATE_1 = 3223349585
18638 pkg syscall (freebsd-arm), const SIOCIFCREATE = 3223349626
18639 pkg syscall (freebsd-arm), const SIOCIFCREATE2 = 3223349628
18640 pkg syscall (freebsd-arm), const SIOCIFDESTROY = 2149607801
18641 pkg syscall (freebsd-arm), const SIOCIFGCLONERS = 3222038904
18642 pkg syscall (freebsd-arm), const SIOCSDRVSPEC = 2149345659
18643 pkg syscall (freebsd-arm), const SIOCSHIWAT = 2147775232
18644 pkg syscall (freebsd-arm), const SIOCSIFADDR = 2149607692
18645 pkg syscall (freebsd-arm), const SIOCSIFBRDADDR = 2149607699
18646 pkg syscall (freebsd-arm), const SIOCSIFCAP = 2149607710
18647 pkg syscall (freebsd-arm), const SIOCSIFDESCR = 2149607721
18648 pkg syscall (freebsd-arm), const SIOCSIFDSTADDR = 2149607694
18649 pkg syscall (freebsd-arm), const SIOCSIFFIB = 2149607773
18650 pkg syscall (freebsd-arm), const SIOCSIFFLAGS = 2149607696
18651 pkg syscall (freebsd-arm), const SIOCSIFGENERIC = 2149607737
18652 pkg syscall (freebsd-arm), const SIOCSIFLLADDR = 2149607740
18653 pkg syscall (freebsd-arm), const SIOCSIFMAC = 2149607719
18654 pkg syscall (freebsd-arm), const SIOCSIFMEDIA = 3223349559
18655 pkg syscall (freebsd-arm), const SIOCSIFMETRIC = 2149607704
18656 pkg syscall (freebsd-arm), const SIOCSIFMTU = 2149607732
18657 pkg syscall (freebsd-arm), const SIOCSIFNAME = 2149607720
18658 pkg syscall (freebsd-arm), const SIOCSIFNETMASK = 2149607702
18659 pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046
18660 pkg syscall (freebsd-arm), const SIOCSIFPHYS = 2149607734
18661 pkg syscall (freebsd-arm), const SIOCSIFRVNET = 3223349595
18662 pkg syscall (freebsd-arm), const SIOCSIFVNET = 3223349594
18663 pkg syscall (freebsd-arm), const SIOCSLIFPHYADDR = 2165860682
18664 pkg syscall (freebsd-arm), const SIOCSLOWAT = 2147775234
18665 pkg syscall (freebsd-arm), const SIOCSPGRP = 2147775240
18666 pkg syscall (freebsd-arm), const SOCK_MAXADDRLEN = 255
18667 pkg syscall (freebsd-arm), const SOCK_RDM = 4
18668 pkg syscall (freebsd-arm), const SOL_SOCKET = 65535
18669 pkg syscall (freebsd-arm), const SOMAXCONN = 128
18670 pkg syscall (freebsd-arm), const SO_ACCEPTCONN = 2
18671 pkg syscall (freebsd-arm), const SO_ACCEPTFILTER = 4096
18672 pkg syscall (freebsd-arm), const SO_BINTIME = 8192
18673 pkg syscall (freebsd-arm), const SO_BROADCAST = 32
18674 pkg syscall (freebsd-arm), const SO_DEBUG = 1
18675 pkg syscall (freebsd-arm), const SO_DONTROUTE = 16
18676 pkg syscall (freebsd-arm), const SO_ERROR = 4103
18677 pkg syscall (freebsd-arm), const SO_KEEPALIVE = 8
18678 pkg syscall (freebsd-arm), const SO_LABEL = 4105
18679 pkg syscall (freebsd-arm), const SO_LINGER = 128
18680 pkg syscall (freebsd-arm), const SO_LISTENINCQLEN = 4115
18681 pkg syscall (freebsd-arm), const SO_LISTENQLEN = 4114
18682 pkg syscall (freebsd-arm), const SO_LISTENQLIMIT = 4113
18683 pkg syscall (freebsd-arm), const SO_NOSIGPIPE = 2048
18684 pkg syscall (freebsd-arm), const SO_NO_DDP = 32768
18685 pkg syscall (freebsd-arm), const SO_NO_OFFLOAD = 16384
18686 pkg syscall (freebsd-arm), const SO_OOBINLINE = 256
18687 pkg syscall (freebsd-arm), const SO_PEERLABEL = 4112
18688 pkg syscall (freebsd-arm), const SO_PROTOCOL = 4118
18689 pkg syscall (freebsd-arm), const SO_PROTOTYPE = 4118
18690 pkg syscall (freebsd-arm), const SO_RCVBUF = 4098
18691 pkg syscall (freebsd-arm), const SO_RCVLOWAT = 4100
18692 pkg syscall (freebsd-arm), const SO_RCVTIMEO = 4102
18693 pkg syscall (freebsd-arm), const SO_REUSEADDR = 4
18694 pkg syscall (freebsd-arm), const SO_REUSEPORT = 512
18695 pkg syscall (freebsd-arm), const SO_SETFIB = 4116
18696 pkg syscall (freebsd-arm), const SO_SNDBUF = 4097
18697 pkg syscall (freebsd-arm), const SO_SNDLOWAT = 4099
18698 pkg syscall (freebsd-arm), const SO_SNDTIMEO = 4101
18699 pkg syscall (freebsd-arm), const SO_TIMESTAMP = 1024
18700 pkg syscall (freebsd-arm), const SO_TYPE = 4104
18701 pkg syscall (freebsd-arm), const SO_USELOOPBACK = 64
18702 pkg syscall (freebsd-arm), const SO_USER_COOKIE = 4117
18703 pkg syscall (freebsd-arm), const SYS_ABORT2 = 463
18704 pkg syscall (freebsd-arm), const SYS_ACCEPT = 30
18705 pkg syscall (freebsd-arm), const SYS_ACCESS = 33
18706 pkg syscall (freebsd-arm), const SYS_ACCT = 51
18707 pkg syscall (freebsd-arm), const SYS_ADJTIME = 140
18708 pkg syscall (freebsd-arm), const SYS_AUDIT = 445
18709 pkg syscall (freebsd-arm), const SYS_AUDITCTL = 453
18710 pkg syscall (freebsd-arm), const SYS_AUDITON = 446
18711 pkg syscall (freebsd-arm), const SYS_BIND = 104
18712 pkg syscall (freebsd-arm), const SYS_CAP_ENTER = 516
18713 pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
18714 pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
18715 pkg syscall (freebsd-arm), const SYS_CAP_GETMODE = 517
18716 pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
18717 pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
18718 pkg syscall (freebsd-arm), const SYS_CAP_NEW = 514
18719 pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
18720 pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
18721 pkg syscall (freebsd-arm), const SYS_CHDIR = 12
18722 pkg syscall (freebsd-arm), const SYS_CHFLAGS = 34
18723 pkg syscall (freebsd-arm), const SYS_CHMOD = 15
18724 pkg syscall (freebsd-arm), const SYS_CHOWN = 16
18725 pkg syscall (freebsd-arm), const SYS_CHROOT = 61
18726 pkg syscall (freebsd-arm), const SYS_CLOCK_GETCPUCLOCKID2 = 247
18727 pkg syscall (freebsd-arm), const SYS_CLOCK_GETRES = 234
18728 pkg syscall (freebsd-arm), const SYS_CLOCK_GETTIME = 232
18729 pkg syscall (freebsd-arm), const SYS_CLOCK_SETTIME = 233
18730 pkg syscall (freebsd-arm), const SYS_CLOSE = 6
18731 pkg syscall (freebsd-arm), const SYS_CLOSEFROM = 509
18732 pkg syscall (freebsd-arm), const SYS_CONNECT = 98
18733 pkg syscall (freebsd-arm), const SYS_CPUSET = 484
18734 pkg syscall (freebsd-arm), const SYS_CPUSET_GETAFFINITY = 487
18735 pkg syscall (freebsd-arm), const SYS_CPUSET_GETID = 486
18736 pkg syscall (freebsd-arm), const SYS_CPUSET_SETAFFINITY = 488
18737 pkg syscall (freebsd-arm), const SYS_CPUSET_SETID = 485
18738 pkg syscall (freebsd-arm), const SYS_DUP = 41
18739 pkg syscall (freebsd-arm), const SYS_DUP2 = 90
18740 pkg syscall (freebsd-arm), const SYS_EACCESS = 376
18741 pkg syscall (freebsd-arm), const SYS_EXECVE = 59
18742 pkg syscall (freebsd-arm), const SYS_EXIT = 1
18743 pkg syscall (freebsd-arm), const SYS_EXTATTRCTL = 355
18744 pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FD = 373
18745 pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_FILE = 358
18746 pkg syscall (freebsd-arm), const SYS_EXTATTR_DELETE_LINK = 414
18747 pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FD = 372
18748 pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_FILE = 357
18749 pkg syscall (freebsd-arm), const SYS_EXTATTR_GET_LINK = 413
18750 pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FD = 437
18751 pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_FILE = 438
18752 pkg syscall (freebsd-arm), const SYS_EXTATTR_LIST_LINK = 439
18753 pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FD = 371
18754 pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_FILE = 356
18755 pkg syscall (freebsd-arm), const SYS_EXTATTR_SET_LINK = 412
18756 pkg syscall (freebsd-arm), const SYS_FACCESSAT = 489
18757 pkg syscall (freebsd-arm), const SYS_FCHDIR = 13
18758 pkg syscall (freebsd-arm), const SYS_FCHFLAGS = 35
18759 pkg syscall (freebsd-arm), const SYS_FCHMOD = 124
18760 pkg syscall (freebsd-arm), const SYS_FCHMODAT = 490
18761 pkg syscall (freebsd-arm), const SYS_FCHOWN = 123
18762 pkg syscall (freebsd-arm), const SYS_FCHOWNAT = 491
18763 pkg syscall (freebsd-arm), const SYS_FCNTL = 92
18764 pkg syscall (freebsd-arm), const SYS_FEXECVE = 492
18765 pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETCOUNTER = 241
18766 pkg syscall (freebsd-arm), const SYS_FFCLOCK_GETESTIMATE = 243
18767 pkg syscall (freebsd-arm), const SYS_FFCLOCK_SETESTIMATE = 242
18768 pkg syscall (freebsd-arm), const SYS_FHOPEN = 298
18769 pkg syscall (freebsd-arm), const SYS_FHSTAT = 299
18770 pkg syscall (freebsd-arm), const SYS_FHSTATFS = 398
18771 pkg syscall (freebsd-arm), const SYS_FLOCK = 131
18772 pkg syscall (freebsd-arm), const SYS_FORK = 2
18773 pkg syscall (freebsd-arm), const SYS_FPATHCONF = 192
18774 pkg syscall (freebsd-arm), const SYS_FREEBSD6_FTRUNCATE = 201
18775 pkg syscall (freebsd-arm), const SYS_FREEBSD6_LSEEK = 199
18776 pkg syscall (freebsd-arm), const SYS_FREEBSD6_MMAP = 197
18777 pkg syscall (freebsd-arm), const SYS_FREEBSD6_PREAD = 173
18778 pkg syscall (freebsd-arm), const SYS_FREEBSD6_PWRITE = 174
18779 pkg syscall (freebsd-arm), const SYS_FREEBSD6_TRUNCATE = 200
18780 pkg syscall (freebsd-arm), const SYS_FSTAT = 189
18781 pkg syscall (freebsd-arm), const SYS_FSTATAT = 493
18782 pkg syscall (freebsd-arm), const SYS_FSTATFS = 397
18783 pkg syscall (freebsd-arm), const SYS_FSYNC = 95
18784 pkg syscall (freebsd-arm), const SYS_FTRUNCATE = 480
18785 pkg syscall (freebsd-arm), const SYS_FUTIMES = 206
18786 pkg syscall (freebsd-arm), const SYS_FUTIMESAT = 494
18787 pkg syscall (freebsd-arm), const SYS_GETAUDIT = 449
18788 pkg syscall (freebsd-arm), const SYS_GETAUDIT_ADDR = 451
18789 pkg syscall (freebsd-arm), const SYS_GETAUID = 447
18790 pkg syscall (freebsd-arm), const SYS_GETCONTEXT = 421
18791 pkg syscall (freebsd-arm), const SYS_GETDENTS = 272
18792 pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196
18793 pkg syscall (freebsd-arm), const SYS_GETDTABLESIZE = 89
18794 pkg syscall (freebsd-arm), const SYS_GETEGID = 43
18795 pkg syscall (freebsd-arm), const SYS_GETEUID = 25
18796 pkg syscall (freebsd-arm), const SYS_GETFH = 161
18797 pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395
18798 pkg syscall (freebsd-arm), const SYS_GETGID = 47
18799 pkg syscall (freebsd-arm), const SYS_GETGROUPS = 79
18800 pkg syscall (freebsd-arm), const SYS_GETITIMER = 86
18801 pkg syscall (freebsd-arm), const SYS_GETLOGIN = 49
18802 pkg syscall (freebsd-arm), const SYS_GETLOGINCLASS = 523
18803 pkg syscall (freebsd-arm), const SYS_GETPEERNAME = 31
18804 pkg syscall (freebsd-arm), const SYS_GETPGID = 207
18805 pkg syscall (freebsd-arm), const SYS_GETPGRP = 81
18806 pkg syscall (freebsd-arm), const SYS_GETPID = 20
18807 pkg syscall (freebsd-arm), const SYS_GETPPID = 39
18808 pkg syscall (freebsd-arm), const SYS_GETPRIORITY = 100
18809 pkg syscall (freebsd-arm), const SYS_GETRESGID = 361
18810 pkg syscall (freebsd-arm), const SYS_GETRESUID = 360
18811 pkg syscall (freebsd-arm), const SYS_GETRLIMIT = 194
18812 pkg syscall (freebsd-arm), const SYS_GETRUSAGE = 117
18813 pkg syscall (freebsd-arm), const SYS_GETSID = 310
18814 pkg syscall (freebsd-arm), const SYS_GETSOCKNAME = 32
18815 pkg syscall (freebsd-arm), const SYS_GETSOCKOPT = 118
18816 pkg syscall (freebsd-arm), const SYS_GETTIMEOFDAY = 116
18817 pkg syscall (freebsd-arm), const SYS_GETUID = 24
18818 pkg syscall (freebsd-arm), const SYS_IOCTL = 54
18819 pkg syscall (freebsd-arm), const SYS_ISSETUGID = 253
18820 pkg syscall (freebsd-arm), const SYS_JAIL = 338
18821 pkg syscall (freebsd-arm), const SYS_JAIL_ATTACH = 436
18822 pkg syscall (freebsd-arm), const SYS_JAIL_GET = 506
18823 pkg syscall (freebsd-arm), const SYS_JAIL_REMOVE = 508
18824 pkg syscall (freebsd-arm), const SYS_JAIL_SET = 507
18825 pkg syscall (freebsd-arm), const SYS_KENV = 390
18826 pkg syscall (freebsd-arm), const SYS_KEVENT = 363
18827 pkg syscall (freebsd-arm), const SYS_KILL = 37
18828 pkg syscall (freebsd-arm), const SYS_KLDFIND = 306
18829 pkg syscall (freebsd-arm), const SYS_KLDFIRSTMOD = 309
18830 pkg syscall (freebsd-arm), const SYS_KLDLOAD = 304
18831 pkg syscall (freebsd-arm), const SYS_KLDNEXT = 307
18832 pkg syscall (freebsd-arm), const SYS_KLDSTAT = 308
18833 pkg syscall (freebsd-arm), const SYS_KLDSYM = 337
18834 pkg syscall (freebsd-arm), const SYS_KLDUNLOAD = 305
18835 pkg syscall (freebsd-arm), const SYS_KLDUNLOADF = 444
18836 pkg syscall (freebsd-arm), const SYS_KQUEUE = 362
18837 pkg syscall (freebsd-arm), const SYS_KTIMER_CREATE = 235
18838 pkg syscall (freebsd-arm), const SYS_KTIMER_DELETE = 236
18839 pkg syscall (freebsd-arm), const SYS_KTIMER_GETOVERRUN = 239
18840 pkg syscall (freebsd-arm), const SYS_KTIMER_GETTIME = 238
18841 pkg syscall (freebsd-arm), const SYS_KTIMER_SETTIME = 237
18842 pkg syscall (freebsd-arm), const SYS_KTRACE = 45
18843 pkg syscall (freebsd-arm), const SYS_LCHFLAGS = 391
18844 pkg syscall (freebsd-arm), const SYS_LCHMOD = 274
18845 pkg syscall (freebsd-arm), const SYS_LCHOWN = 254
18846 pkg syscall (freebsd-arm), const SYS_LGETFH = 160
18847 pkg syscall (freebsd-arm), const SYS_LINK = 9
18848 pkg syscall (freebsd-arm), const SYS_LINKAT = 495
18849 pkg syscall (freebsd-arm), const SYS_LISTEN = 106
18850 pkg syscall (freebsd-arm), const SYS_LPATHCONF = 513
18851 pkg syscall (freebsd-arm), const SYS_LSEEK = 478
18852 pkg syscall (freebsd-arm), const SYS_LSTAT = 190
18853 pkg syscall (freebsd-arm), const SYS_LUTIMES = 276
18854 pkg syscall (freebsd-arm), const SYS_MAC_SYSCALL = 394
18855 pkg syscall (freebsd-arm), const SYS_MADVISE = 75
18856 pkg syscall (freebsd-arm), const SYS_MINCORE = 78
18857 pkg syscall (freebsd-arm), const SYS_MINHERIT = 250
18858 pkg syscall (freebsd-arm), const SYS_MKDIR = 136
18859 pkg syscall (freebsd-arm), const SYS_MKDIRAT = 496
18860 pkg syscall (freebsd-arm), const SYS_MKFIFO = 132
18861 pkg syscall (freebsd-arm), const SYS_MKFIFOAT = 497
18862 pkg syscall (freebsd-arm), const SYS_MKNOD = 14
18863 pkg syscall (freebsd-arm), const SYS_MKNODAT = 498
18864 pkg syscall (freebsd-arm), const SYS_MLOCK = 203
18865 pkg syscall (freebsd-arm), const SYS_MLOCKALL = 324
18866 pkg syscall (freebsd-arm), const SYS_MMAP = 477
18867 pkg syscall (freebsd-arm), const SYS_MODFIND = 303
18868 pkg syscall (freebsd-arm), const SYS_MODFNEXT = 302
18869 pkg syscall (freebsd-arm), const SYS_MODNEXT = 300
18870 pkg syscall (freebsd-arm), const SYS_MODSTAT = 301
18871 pkg syscall (freebsd-arm), const SYS_MOUNT = 21
18872 pkg syscall (freebsd-arm), const SYS_MPROTECT = 74
18873 pkg syscall (freebsd-arm), const SYS_MSYNC = 65
18874 pkg syscall (freebsd-arm), const SYS_MUNLOCK = 204
18875 pkg syscall (freebsd-arm), const SYS_MUNLOCKALL = 325
18876 pkg syscall (freebsd-arm), const SYS_MUNMAP = 73
18877 pkg syscall (freebsd-arm), const SYS_NANOSLEEP = 240
18878 pkg syscall (freebsd-arm), const SYS_NFSTAT = 279
18879 pkg syscall (freebsd-arm), const SYS_NLSTAT = 280
18880 pkg syscall (freebsd-arm), const SYS_NMOUNT = 378
18881 pkg syscall (freebsd-arm), const SYS_NSTAT = 278
18882 pkg syscall (freebsd-arm), const SYS_NTP_ADJTIME = 176
18883 pkg syscall (freebsd-arm), const SYS_NTP_GETTIME = 248
18884 pkg syscall (freebsd-arm), const SYS_OBREAK = 17
18885 pkg syscall (freebsd-arm), const SYS_OPEN = 5
18886 pkg syscall (freebsd-arm), const SYS_OPENAT = 499
18887 pkg syscall (freebsd-arm), const SYS_OPENBSD_POLL = 252
18888 pkg syscall (freebsd-arm), const SYS_OVADVISE = 72
18889 pkg syscall (freebsd-arm), const SYS_PATHCONF = 191
18890 pkg syscall (freebsd-arm), const SYS_PDFORK = 518
18891 pkg syscall (freebsd-arm), const SYS_PDGETPID = 520
18892 pkg syscall (freebsd-arm), const SYS_PDKILL = 519
18893 pkg syscall (freebsd-arm), const SYS_PIPE = 42
18894 pkg syscall (freebsd-arm), const SYS_POLL = 209
18895 pkg syscall (freebsd-arm), const SYS_POSIX_FADVISE = 531
18896 pkg syscall (freebsd-arm), const SYS_POSIX_FALLOCATE = 530
18897 pkg syscall (freebsd-arm), const SYS_POSIX_OPENPT = 504
18898 pkg syscall (freebsd-arm), const SYS_PREAD = 475
18899 pkg syscall (freebsd-arm), const SYS_PREADV = 289
18900 pkg syscall (freebsd-arm), const SYS_PROFIL = 44
18901 pkg syscall (freebsd-arm), const SYS_PSELECT = 522
18902 pkg syscall (freebsd-arm), const SYS_PTRACE = 26
18903 pkg syscall (freebsd-arm), const SYS_PWRITE = 476
18904 pkg syscall (freebsd-arm), const SYS_PWRITEV = 290
18905 pkg syscall (freebsd-arm), const SYS_QUOTACTL = 148
18906 pkg syscall (freebsd-arm), const SYS_RCTL_ADD_RULE = 528
18907 pkg syscall (freebsd-arm), const SYS_RCTL_GET_LIMITS = 527
18908 pkg syscall (freebsd-arm), const SYS_RCTL_GET_RACCT = 525
18909 pkg syscall (freebsd-arm), const SYS_RCTL_GET_RULES = 526
18910 pkg syscall (freebsd-arm), const SYS_RCTL_REMOVE_RULE = 529
18911 pkg syscall (freebsd-arm), const SYS_READ = 3
18912 pkg syscall (freebsd-arm), const SYS_READLINK = 58
18913 pkg syscall (freebsd-arm), const SYS_READLINKAT = 500
18914 pkg syscall (freebsd-arm), const SYS_READV = 120
18915 pkg syscall (freebsd-arm), const SYS_REBOOT = 55
18916 pkg syscall (freebsd-arm), const SYS_RECVFROM = 29
18917 pkg syscall (freebsd-arm), const SYS_RECVMSG = 27
18918 pkg syscall (freebsd-arm), const SYS_RENAME = 128
18919 pkg syscall (freebsd-arm), const SYS_RENAMEAT = 501
18920 pkg syscall (freebsd-arm), const SYS_REVOKE = 56
18921 pkg syscall (freebsd-arm), const SYS_RFORK = 251
18922 pkg syscall (freebsd-arm), const SYS_RMDIR = 137
18923 pkg syscall (freebsd-arm), const SYS_RTPRIO = 166
18924 pkg syscall (freebsd-arm), const SYS_RTPRIO_THREAD = 466
18925 pkg syscall (freebsd-arm), const SYS_SBRK = 69
18926 pkg syscall (freebsd-arm), const SYS_SCHED_GETPARAM = 328
18927 pkg syscall (freebsd-arm), const SYS_SCHED_GETSCHEDULER = 330
18928 pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MAX = 332
18929 pkg syscall (freebsd-arm), const SYS_SCHED_GET_PRIORITY_MIN = 333
18930 pkg syscall (freebsd-arm), const SYS_SCHED_RR_GET_INTERVAL = 334
18931 pkg syscall (freebsd-arm), const SYS_SCHED_SETPARAM = 327
18932 pkg syscall (freebsd-arm), const SYS_SCHED_SETSCHEDULER = 329
18933 pkg syscall (freebsd-arm), const SYS_SCHED_YIELD = 331
18934 pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_RECVMSG = 474
18935 pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG = 472
18936 pkg syscall (freebsd-arm), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
18937 pkg syscall (freebsd-arm), const SYS_SCTP_PEELOFF = 471
18938 pkg syscall (freebsd-arm), const SYS_SELECT = 93
18939 pkg syscall (freebsd-arm), const SYS_SENDFILE = 393
18940 pkg syscall (freebsd-arm), const SYS_SENDMSG = 28
18941 pkg syscall (freebsd-arm), const SYS_SENDTO = 133
18942 pkg syscall (freebsd-arm), const SYS_SETAUDIT = 450
18943 pkg syscall (freebsd-arm), const SYS_SETAUDIT_ADDR = 452
18944 pkg syscall (freebsd-arm), const SYS_SETAUID = 448
18945 pkg syscall (freebsd-arm), const SYS_SETCONTEXT = 422
18946 pkg syscall (freebsd-arm), const SYS_SETEGID = 182
18947 pkg syscall (freebsd-arm), const SYS_SETEUID = 183
18948 pkg syscall (freebsd-arm), const SYS_SETFIB = 175
18949 pkg syscall (freebsd-arm), const SYS_SETGID = 181
18950 pkg syscall (freebsd-arm), const SYS_SETGROUPS = 80
18951 pkg syscall (freebsd-arm), const SYS_SETITIMER = 83
18952 pkg syscall (freebsd-arm), const SYS_SETLOGIN = 50
18953 pkg syscall (freebsd-arm), const SYS_SETLOGINCLASS = 524
18954 pkg syscall (freebsd-arm), const SYS_SETPGID = 82
18955 pkg syscall (freebsd-arm), const SYS_SETPRIORITY = 96
18956 pkg syscall (freebsd-arm), const SYS_SETREGID = 127
18957 pkg syscall (freebsd-arm), const SYS_SETRESGID = 312
18958 pkg syscall (freebsd-arm), const SYS_SETRESUID = 311
18959 pkg syscall (freebsd-arm), const SYS_SETREUID = 126
18960 pkg syscall (freebsd-arm), const SYS_SETRLIMIT = 195
18961 pkg syscall (freebsd-arm), const SYS_SETSID = 147
18962 pkg syscall (freebsd-arm), const SYS_SETSOCKOPT = 105
18963 pkg syscall (freebsd-arm), const SYS_SETTIMEOFDAY = 122
18964 pkg syscall (freebsd-arm), const SYS_SETUID = 23
18965 pkg syscall (freebsd-arm), const SYS_SHM_OPEN = 482
18966 pkg syscall (freebsd-arm), const SYS_SHM_UNLINK = 483
18967 pkg syscall (freebsd-arm), const SYS_SHUTDOWN = 134
18968 pkg syscall (freebsd-arm), const SYS_SIGACTION = 416
18969 pkg syscall (freebsd-arm), const SYS_SIGALTSTACK = 53
18970 pkg syscall (freebsd-arm), const SYS_SIGPENDING = 343
18971 pkg syscall (freebsd-arm), const SYS_SIGPROCMASK = 340
18972 pkg syscall (freebsd-arm), const SYS_SIGQUEUE = 456
18973 pkg syscall (freebsd-arm), const SYS_SIGRETURN = 417
18974 pkg syscall (freebsd-arm), const SYS_SIGSUSPEND = 341
18975 pkg syscall (freebsd-arm), const SYS_SIGTIMEDWAIT = 345
18976 pkg syscall (freebsd-arm), const SYS_SIGWAIT = 429
18977 pkg syscall (freebsd-arm), const SYS_SIGWAITINFO = 346
18978 pkg syscall (freebsd-arm), const SYS_SOCKET = 97
18979 pkg syscall (freebsd-arm), const SYS_SOCKETPAIR = 135
18980 pkg syscall (freebsd-arm), const SYS_SSTK = 70
18981 pkg syscall (freebsd-arm), const SYS_STAT = 188
18982 pkg syscall (freebsd-arm), const SYS_STATFS = 396
18983 pkg syscall (freebsd-arm), const SYS_SWAPCONTEXT = 423
18984 pkg syscall (freebsd-arm), const SYS_SWAPOFF = 424
18985 pkg syscall (freebsd-arm), const SYS_SWAPON = 85
18986 pkg syscall (freebsd-arm), const SYS_SYMLINK = 57
18987 pkg syscall (freebsd-arm), const SYS_SYMLINKAT = 502
18988 pkg syscall (freebsd-arm), const SYS_SYNC = 36
18989 pkg syscall (freebsd-arm), const SYS_SYSARCH = 165
18990 pkg syscall (freebsd-arm), const SYS_THR_CREATE = 430
18991 pkg syscall (freebsd-arm), const SYS_THR_EXIT = 431
18992 pkg syscall (freebsd-arm), const SYS_THR_KILL = 433
18993 pkg syscall (freebsd-arm), const SYS_THR_KILL2 = 481
18994 pkg syscall (freebsd-arm), const SYS_THR_NEW = 455
18995 pkg syscall (freebsd-arm), const SYS_THR_SELF = 432
18996 pkg syscall (freebsd-arm), const SYS_THR_SET_NAME = 464
18997 pkg syscall (freebsd-arm), const SYS_THR_SUSPEND = 442
18998 pkg syscall (freebsd-arm), const SYS_THR_WAKE = 443
18999 pkg syscall (freebsd-arm), const SYS_TRUNCATE = 479
19000 pkg syscall (freebsd-arm), const SYS_UMASK = 60
19001 pkg syscall (freebsd-arm), const SYS_UNDELETE = 205
19002 pkg syscall (freebsd-arm), const SYS_UNLINK = 10
19003 pkg syscall (freebsd-arm), const SYS_UNLINKAT = 503
19004 pkg syscall (freebsd-arm), const SYS_UNMOUNT = 22
19005 pkg syscall (freebsd-arm), const SYS_UTIMES = 138
19006 pkg syscall (freebsd-arm), const SYS_UTRACE = 335
19007 pkg syscall (freebsd-arm), const SYS_UUIDGEN = 392
19008 pkg syscall (freebsd-arm), const SYS_VFORK = 66
19009 pkg syscall (freebsd-arm), const SYS_WAIT4 = 7
19010 pkg syscall (freebsd-arm), const SYS_WAIT6 = 532
19011 pkg syscall (freebsd-arm), const SYS_WRITE = 4
19012 pkg syscall (freebsd-arm), const SYS_WRITEV = 121
19013 pkg syscall (freebsd-arm), const SYS_YIELD = 321
19014 pkg syscall (freebsd-arm), const SYS__UMTX_LOCK = 434
19015 pkg syscall (freebsd-arm), const SYS__UMTX_OP = 454
19016 pkg syscall (freebsd-arm), const SYS__UMTX_UNLOCK = 435
19017 pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FD = 354
19018 pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_FILE = 353
19019 pkg syscall (freebsd-arm), const SYS___ACL_ACLCHECK_LINK = 428
19020 pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FD = 352
19021 pkg syscall (freebsd-arm), const SYS___ACL_DELETE_FILE = 351
19022 pkg syscall (freebsd-arm), const SYS___ACL_DELETE_LINK = 427
19023 pkg syscall (freebsd-arm), const SYS___ACL_GET_FD = 349
19024 pkg syscall (freebsd-arm), const SYS___ACL_GET_FILE = 347
19025 pkg syscall (freebsd-arm), const SYS___ACL_GET_LINK = 425
19026 pkg syscall (freebsd-arm), const SYS___ACL_SET_FD = 350
19027 pkg syscall (freebsd-arm), const SYS___ACL_SET_FILE = 348
19028 pkg syscall (freebsd-arm), const SYS___ACL_SET_LINK = 426
19029 pkg syscall (freebsd-arm), const SYS___GETCWD = 326
19030 pkg syscall (freebsd-arm), const SYS___MAC_EXECVE = 415
19031 pkg syscall (freebsd-arm), const SYS___MAC_GET_FD = 386
19032 pkg syscall (freebsd-arm), const SYS___MAC_GET_FILE = 387
19033 pkg syscall (freebsd-arm), const SYS___MAC_GET_LINK = 410
19034 pkg syscall (freebsd-arm), const SYS___MAC_GET_PID = 409
19035 pkg syscall (freebsd-arm), const SYS___MAC_GET_PROC = 384
19036 pkg syscall (freebsd-arm), const SYS___MAC_SET_FD = 388
19037 pkg syscall (freebsd-arm), const SYS___MAC_SET_FILE = 389
19038 pkg syscall (freebsd-arm), const SYS___MAC_SET_LINK = 411
19039 pkg syscall (freebsd-arm), const SYS___MAC_SET_PROC = 385
19040 pkg syscall (freebsd-arm), const SYS___SETUGID = 374
19041 pkg syscall (freebsd-arm), const SYS___SYSCTL = 202
19042 pkg syscall (freebsd-arm), const S_IFMT = 61440
19043 pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
19044 pkg syscall (freebsd-arm), const SizeofBpfInsn = 8
19045 pkg syscall (freebsd-arm), const SizeofBpfProgram = 8
19046 pkg syscall (freebsd-arm), const SizeofBpfStat = 8
19047 pkg syscall (freebsd-arm), const SizeofBpfVersion = 4
19048 pkg syscall (freebsd-arm), const SizeofBpfZbuf = 12
19049 pkg syscall (freebsd-arm), const SizeofBpfZbufHeader = 32
19050 pkg syscall (freebsd-arm), const SizeofCmsghdr = 12
19051 pkg syscall (freebsd-arm), const SizeofIPMreq = 8
19052 pkg syscall (freebsd-arm), const SizeofIPMreqn = 12
19053 pkg syscall (freebsd-arm), const SizeofIPv6Mreq = 20
19054 pkg syscall (freebsd-arm), const SizeofIfAnnounceMsghdr = 24
19055 pkg syscall (freebsd-arm), const SizeofIfData = 88
19056 pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104
19057 pkg syscall (freebsd-arm), const SizeofIfaMsghdr = 20
19058 pkg syscall (freebsd-arm), const SizeofIfmaMsghdr = 16
19059 pkg syscall (freebsd-arm), const SizeofInet6Pktinfo = 20
19060 pkg syscall (freebsd-arm), const SizeofLinger = 8
19061 pkg syscall (freebsd-arm), const SizeofMsghdr = 28
19062 pkg syscall (freebsd-arm), const SizeofRtMetrics = 56
19063 pkg syscall (freebsd-arm), const SizeofRtMsghdr = 92
19064 pkg syscall (freebsd-arm), const SizeofSockaddrAny = 108
19065 pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
19066 pkg syscall (freebsd-arm), const SizeofSockaddrInet4 = 16
19067 pkg syscall (freebsd-arm), const SizeofSockaddrInet6 = 28
19068 pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
19069 pkg syscall (freebsd-arm), const TCIFLUSH = 1
19070 pkg syscall (freebsd-arm), const TCIOFLUSH = 3
19071 pkg syscall (freebsd-arm), const TCOFLUSH = 2
19072 pkg syscall (freebsd-arm), const TCP_CA_NAME_MAX = 16
19073 pkg syscall (freebsd-arm), const TCP_CONGESTION = 64
19074 pkg syscall (freebsd-arm), const TCP_INFO = 32
19075 pkg syscall (freebsd-arm), const TCP_KEEPCNT = 1024
19076 pkg syscall (freebsd-arm), const TCP_KEEPIDLE = 256
19077 pkg syscall (freebsd-arm), const TCP_KEEPINIT = 128
19078 pkg syscall (freebsd-arm), const TCP_KEEPINTVL = 512
19079 pkg syscall (freebsd-arm), const TCP_MAXBURST = 4
19080 pkg syscall (freebsd-arm), const TCP_MAXHLEN = 60
19081 pkg syscall (freebsd-arm), const TCP_MAXOLEN = 40
19082 pkg syscall (freebsd-arm), const TCP_MAXSEG = 2
19083 pkg syscall (freebsd-arm), const TCP_MAXWIN = 65535
19084 pkg syscall (freebsd-arm), const TCP_MAX_SACK = 4
19085 pkg syscall (freebsd-arm), const TCP_MAX_WINSHIFT = 14
19086 pkg syscall (freebsd-arm), const TCP_MD5SIG = 16
19087 pkg syscall (freebsd-arm), const TCP_MINMSS = 216
19088 pkg syscall (freebsd-arm), const TCP_MSS = 536
19089 pkg syscall (freebsd-arm), const TCP_NOOPT = 8
19090 pkg syscall (freebsd-arm), const TCP_NOPUSH = 4
19091 pkg syscall (freebsd-arm), const TCSAFLUSH = 2
19092 pkg syscall (freebsd-arm), const TIOCCBRK = 536900730
19093 pkg syscall (freebsd-arm), const TIOCCDTR = 536900728
19094 pkg syscall (freebsd-arm), const TIOCCONS = 2147775586
19095 pkg syscall (freebsd-arm), const TIOCDRAIN = 536900702
19096 pkg syscall (freebsd-arm), const TIOCEXCL = 536900621
19097 pkg syscall (freebsd-arm), const TIOCEXT = 2147775584
19098 pkg syscall (freebsd-arm), const TIOCFLUSH = 2147775504
19099 pkg syscall (freebsd-arm), const TIOCGDRAINWAIT = 1074033750
19100 pkg syscall (freebsd-arm), const TIOCGETA = 1076655123
19101 pkg syscall (freebsd-arm), const TIOCGETD = 1074033690
19102 pkg syscall (freebsd-arm), const TIOCGPGRP = 1074033783
19103 pkg syscall (freebsd-arm), const TIOCGPTN = 1074033679
19104 pkg syscall (freebsd-arm), const TIOCGSID = 1074033763
19105 pkg syscall (freebsd-arm), const TIOCGWINSZ = 1074295912
19106 pkg syscall (freebsd-arm), const TIOCMBIC = 2147775595
19107 pkg syscall (freebsd-arm), const TIOCMBIS = 2147775596
19108 pkg syscall (freebsd-arm), const TIOCMGDTRWAIT = 1074033754
19109 pkg syscall (freebsd-arm), const TIOCMGET = 1074033770
19110 pkg syscall (freebsd-arm), const TIOCMSDTRWAIT = 2147775579
19111 pkg syscall (freebsd-arm), const TIOCMSET = 2147775597
19112 pkg syscall (freebsd-arm), const TIOCM_CAR = 64
19113 pkg syscall (freebsd-arm), const TIOCM_CD = 64
19114 pkg syscall (freebsd-arm), const TIOCM_CTS = 32
19115 pkg syscall (freebsd-arm), const TIOCM_DCD = 64
19116 pkg syscall (freebsd-arm), const TIOCM_DSR = 256
19117 pkg syscall (freebsd-arm), const TIOCM_DTR = 2
19118 pkg syscall (freebsd-arm), const TIOCM_LE = 1
19119 pkg syscall (freebsd-arm), const TIOCM_RI = 128
19120 pkg syscall (freebsd-arm), const TIOCM_RNG = 128
19121 pkg syscall (freebsd-arm), const TIOCM_RTS = 4
19122 pkg syscall (freebsd-arm), const TIOCM_SR = 16
19123 pkg syscall (freebsd-arm), const TIOCM_ST = 8
19124 pkg syscall (freebsd-arm), const TIOCNOTTY = 536900721
19125 pkg syscall (freebsd-arm), const TIOCNXCL = 536900622
19126 pkg syscall (freebsd-arm), const TIOCOUTQ = 1074033779
19127 pkg syscall (freebsd-arm), const TIOCPKT = 2147775600
19128 pkg syscall (freebsd-arm), const TIOCPKT_DATA = 0
19129 pkg syscall (freebsd-arm), const TIOCPKT_DOSTOP = 32
19130 pkg syscall (freebsd-arm), const TIOCPKT_FLUSHREAD = 1
19131 pkg syscall (freebsd-arm), const TIOCPKT_FLUSHWRITE = 2
19132 pkg syscall (freebsd-arm), const TIOCPKT_IOCTL = 64
19133 pkg syscall (freebsd-arm), const TIOCPKT_NOSTOP = 16
19134 pkg syscall (freebsd-arm), const TIOCPKT_START = 8
19135 pkg syscall (freebsd-arm), const TIOCPKT_STOP = 4
19136 pkg syscall (freebsd-arm), const TIOCPTMASTER = 536900636
19137 pkg syscall (freebsd-arm), const TIOCSBRK = 536900731
19138 pkg syscall (freebsd-arm), const TIOCSCTTY = 536900705
19139 pkg syscall (freebsd-arm), const TIOCSDRAINWAIT = 2147775575
19140 pkg syscall (freebsd-arm), const TIOCSDTR = 536900729
19141 pkg syscall (freebsd-arm), const TIOCSETA = 2150396948
19142 pkg syscall (freebsd-arm), const TIOCSETAF = 2150396950
19143 pkg syscall (freebsd-arm), const TIOCSETAW = 2150396949
19144 pkg syscall (freebsd-arm), const TIOCSETD = 2147775515
19145 pkg syscall (freebsd-arm), const TIOCSIG = 537162847
19146 pkg syscall (freebsd-arm), const TIOCSPGRP = 2147775606
19147 pkg syscall (freebsd-arm), const TIOCSTART = 536900718
19148 pkg syscall (freebsd-arm), const TIOCSTAT = 536900709
19149 pkg syscall (freebsd-arm), const TIOCSTI = 2147578994
19150 pkg syscall (freebsd-arm), const TIOCSTOP = 536900719
19151 pkg syscall (freebsd-arm), const TIOCSWINSZ = 2148037735
19152 pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
19153 pkg syscall (freebsd-arm), const TIOCUCNTL = 2147775590
19154 pkg syscall (freebsd-arm), const TOSTOP = 4194304
19155 pkg syscall (freebsd-arm), const VDISCARD = 15
19156 pkg syscall (freebsd-arm), const VDSUSP = 11
19157 pkg syscall (freebsd-arm), const VEOF = 0
19158 pkg syscall (freebsd-arm), const VEOL = 1
19159 pkg syscall (freebsd-arm), const VEOL2 = 2
19160 pkg syscall (freebsd-arm), const VERASE = 3
19161 pkg syscall (freebsd-arm), const VERASE2 = 7
19162 pkg syscall (freebsd-arm), const VINTR = 8
19163 pkg syscall (freebsd-arm), const VKILL = 5
19164 pkg syscall (freebsd-arm), const VLNEXT = 14
19165 pkg syscall (freebsd-arm), const VMIN = 16
19166 pkg syscall (freebsd-arm), const VQUIT = 9
19167 pkg syscall (freebsd-arm), const VREPRINT = 6
19168 pkg syscall (freebsd-arm), const VSTART = 12
19169 pkg syscall (freebsd-arm), const VSTATUS = 18
19170 pkg syscall (freebsd-arm), const VSTOP = 13
19171 pkg syscall (freebsd-arm), const VSUSP = 10
19172 pkg syscall (freebsd-arm), const VTIME = 17
19173 pkg syscall (freebsd-arm), const VWERASE = 4
19174 pkg syscall (freebsd-arm), const WCONTINUED = 4
19175 pkg syscall (freebsd-arm), const WCOREFLAG = 128
19176 pkg syscall (freebsd-arm), const WEXITED = 16
19177 pkg syscall (freebsd-arm), const WLINUXCLONE = 2147483648
19178 pkg syscall (freebsd-arm), const WNOHANG = 1
19179 pkg syscall (freebsd-arm), const WNOWAIT = 8
19180 pkg syscall (freebsd-arm), const WSTOPPED = 2
19181 pkg syscall (freebsd-arm), const WTRAPPED = 32
19182 pkg syscall (freebsd-arm), const WUNTRACED = 2
19183 pkg syscall (freebsd-arm-cgo), const AF_APPLETALK = 16
19184 pkg syscall (freebsd-arm-cgo), const AF_ARP = 35
19185 pkg syscall (freebsd-arm-cgo), const AF_ATM = 30
19186 pkg syscall (freebsd-arm-cgo), const AF_BLUETOOTH = 36
19187 pkg syscall (freebsd-arm-cgo), const AF_CCITT = 10
19188 pkg syscall (freebsd-arm-cgo), const AF_CHAOS = 5
19189 pkg syscall (freebsd-arm-cgo), const AF_CNT = 21
19190 pkg syscall (freebsd-arm-cgo), const AF_COIP = 20
19191 pkg syscall (freebsd-arm-cgo), const AF_DATAKIT = 9
19192 pkg syscall (freebsd-arm-cgo), const AF_DECnet = 12
19193 pkg syscall (freebsd-arm-cgo), const AF_DLI = 13
19194 pkg syscall (freebsd-arm-cgo), const AF_E164 = 26
19195 pkg syscall (freebsd-arm-cgo), const AF_ECMA = 8
19196 pkg syscall (freebsd-arm-cgo), const AF_HYLINK = 15
19197 pkg syscall (freebsd-arm-cgo), const AF_IEEE80211 = 37
19198 pkg syscall (freebsd-arm-cgo), const AF_IMPLINK = 3
19199 pkg syscall (freebsd-arm-cgo), const AF_INET6 = 28
19200 pkg syscall (freebsd-arm-cgo), const AF_IPX = 23
19201 pkg syscall (freebsd-arm-cgo), const AF_ISDN = 26
19202 pkg syscall (freebsd-arm-cgo), const AF_ISO = 7
19203 pkg syscall (freebsd-arm-cgo), const AF_LAT = 14
19204 pkg syscall (freebsd-arm-cgo), const AF_LINK = 18
19205 pkg syscall (freebsd-arm-cgo), const AF_LOCAL = 1
19206 pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
19207 pkg syscall (freebsd-arm-cgo), const AF_NATM = 29
19208 pkg syscall (freebsd-arm-cgo), const AF_NETBIOS = 6
19209 pkg syscall (freebsd-arm-cgo), const AF_NETGRAPH = 32
19210 pkg syscall (freebsd-arm-cgo), const AF_OSI = 7
19211 pkg syscall (freebsd-arm-cgo), const AF_PUP = 4
19212 pkg syscall (freebsd-arm-cgo), const AF_ROUTE = 17
19213 pkg syscall (freebsd-arm-cgo), const AF_SCLUSTER = 34
19214 pkg syscall (freebsd-arm-cgo), const AF_SIP = 24
19215 pkg syscall (freebsd-arm-cgo), const AF_SLOW = 33
19216 pkg syscall (freebsd-arm-cgo), const AF_SNA = 11
19217 pkg syscall (freebsd-arm-cgo), const AF_VENDOR00 = 39
19218 pkg syscall (freebsd-arm-cgo), const AF_VENDOR01 = 41
19219 pkg syscall (freebsd-arm-cgo), const AF_VENDOR02 = 43
19220 pkg syscall (freebsd-arm-cgo), const AF_VENDOR03 = 45
19221 pkg syscall (freebsd-arm-cgo), const AF_VENDOR04 = 47
19222 pkg syscall (freebsd-arm-cgo), const AF_VENDOR05 = 49
19223 pkg syscall (freebsd-arm-cgo), const AF_VENDOR06 = 51
19224 pkg syscall (freebsd-arm-cgo), const AF_VENDOR07 = 53
19225 pkg syscall (freebsd-arm-cgo), const AF_VENDOR08 = 55
19226 pkg syscall (freebsd-arm-cgo), const AF_VENDOR09 = 57
19227 pkg syscall (freebsd-arm-cgo), const AF_VENDOR10 = 59
19228 pkg syscall (freebsd-arm-cgo), const AF_VENDOR11 = 61
19229 pkg syscall (freebsd-arm-cgo), const AF_VENDOR12 = 63
19230 pkg syscall (freebsd-arm-cgo), const AF_VENDOR13 = 65
19231 pkg syscall (freebsd-arm-cgo), const AF_VENDOR14 = 67
19232 pkg syscall (freebsd-arm-cgo), const AF_VENDOR15 = 69
19233 pkg syscall (freebsd-arm-cgo), const AF_VENDOR16 = 71
19234 pkg syscall (freebsd-arm-cgo), const AF_VENDOR17 = 73
19235 pkg syscall (freebsd-arm-cgo), const AF_VENDOR18 = 75
19236 pkg syscall (freebsd-arm-cgo), const AF_VENDOR19 = 77
19237 pkg syscall (freebsd-arm-cgo), const AF_VENDOR20 = 79
19238 pkg syscall (freebsd-arm-cgo), const AF_VENDOR21 = 81
19239 pkg syscall (freebsd-arm-cgo), const AF_VENDOR22 = 83
19240 pkg syscall (freebsd-arm-cgo), const AF_VENDOR23 = 85
19241 pkg syscall (freebsd-arm-cgo), const AF_VENDOR24 = 87
19242 pkg syscall (freebsd-arm-cgo), const AF_VENDOR25 = 89
19243 pkg syscall (freebsd-arm-cgo), const AF_VENDOR26 = 91
19244 pkg syscall (freebsd-arm-cgo), const AF_VENDOR27 = 93
19245 pkg syscall (freebsd-arm-cgo), const AF_VENDOR28 = 95
19246 pkg syscall (freebsd-arm-cgo), const AF_VENDOR29 = 97
19247 pkg syscall (freebsd-arm-cgo), const AF_VENDOR30 = 99
19248 pkg syscall (freebsd-arm-cgo), const AF_VENDOR31 = 101
19249 pkg syscall (freebsd-arm-cgo), const AF_VENDOR32 = 103
19250 pkg syscall (freebsd-arm-cgo), const AF_VENDOR33 = 105
19251 pkg syscall (freebsd-arm-cgo), const AF_VENDOR34 = 107
19252 pkg syscall (freebsd-arm-cgo), const AF_VENDOR35 = 109
19253 pkg syscall (freebsd-arm-cgo), const AF_VENDOR36 = 111
19254 pkg syscall (freebsd-arm-cgo), const AF_VENDOR37 = 113
19255 pkg syscall (freebsd-arm-cgo), const AF_VENDOR38 = 115
19256 pkg syscall (freebsd-arm-cgo), const AF_VENDOR39 = 117
19257 pkg syscall (freebsd-arm-cgo), const AF_VENDOR40 = 119
19258 pkg syscall (freebsd-arm-cgo), const AF_VENDOR41 = 121
19259 pkg syscall (freebsd-arm-cgo), const AF_VENDOR42 = 123
19260 pkg syscall (freebsd-arm-cgo), const AF_VENDOR43 = 125
19261 pkg syscall (freebsd-arm-cgo), const AF_VENDOR44 = 127
19262 pkg syscall (freebsd-arm-cgo), const AF_VENDOR45 = 129
19263 pkg syscall (freebsd-arm-cgo), const AF_VENDOR46 = 131
19264 pkg syscall (freebsd-arm-cgo), const AF_VENDOR47 = 133
19265 pkg syscall (freebsd-arm-cgo), const B0 = 0
19266 pkg syscall (freebsd-arm-cgo), const B110 = 110
19267 pkg syscall (freebsd-arm-cgo), const B115200 = 115200
19268 pkg syscall (freebsd-arm-cgo), const B1200 = 1200
19269 pkg syscall (freebsd-arm-cgo), const B134 = 134
19270 pkg syscall (freebsd-arm-cgo), const B14400 = 14400
19271 pkg syscall (freebsd-arm-cgo), const B150 = 150
19272 pkg syscall (freebsd-arm-cgo), const B1800 = 1800
19273 pkg syscall (freebsd-arm-cgo), const B19200 = 19200
19274 pkg syscall (freebsd-arm-cgo), const B200 = 200
19275 pkg syscall (freebsd-arm-cgo), const B230400 = 230400
19276 pkg syscall (freebsd-arm-cgo), const B2400 = 2400
19277 pkg syscall (freebsd-arm-cgo), const B28800 = 28800
19278 pkg syscall (freebsd-arm-cgo), const B300 = 300
19279 pkg syscall (freebsd-arm-cgo), const B38400 = 38400
19280 pkg syscall (freebsd-arm-cgo), const B460800 = 460800
19281 pkg syscall (freebsd-arm-cgo), const B4800 = 4800
19282 pkg syscall (freebsd-arm-cgo), const B50 = 50
19283 pkg syscall (freebsd-arm-cgo), const B57600 = 57600
19284 pkg syscall (freebsd-arm-cgo), const B600 = 600
19285 pkg syscall (freebsd-arm-cgo), const B7200 = 7200
19286 pkg syscall (freebsd-arm-cgo), const B75 = 75
19287 pkg syscall (freebsd-arm-cgo), const B76800 = 76800
19288 pkg syscall (freebsd-arm-cgo), const B921600 = 921600
19289 pkg syscall (freebsd-arm-cgo), const B9600 = 9600
19290 pkg syscall (freebsd-arm-cgo), const BIOCFEEDBACK = 2147762812
19291 pkg syscall (freebsd-arm-cgo), const BIOCFLUSH = 536887912
19292 pkg syscall (freebsd-arm-cgo), const BIOCGBLEN = 1074020966
19293 pkg syscall (freebsd-arm-cgo), const BIOCGDIRECTION = 1074020982
19294 pkg syscall (freebsd-arm-cgo), const BIOCGDLT = 1074020970
19295 pkg syscall (freebsd-arm-cgo), const BIOCGDLTLIST = 3221766777
19296 pkg syscall (freebsd-arm-cgo), const BIOCGETBUFMODE = 1074020989
19297 pkg syscall (freebsd-arm-cgo), const BIOCGETIF = 1075855979
19298 pkg syscall (freebsd-arm-cgo), const BIOCGETZMAX = 1074020991
19299 pkg syscall (freebsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
19300 pkg syscall (freebsd-arm-cgo), const BIOCGRSIG = 1074020978
19301 pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
19302 pkg syscall (freebsd-arm-cgo), const BIOCGSEESENT = 1074020982
19303 pkg syscall (freebsd-arm-cgo), const BIOCGSTATS = 1074283119
19304 pkg syscall (freebsd-arm-cgo), const BIOCGTSTAMP = 1074020995
19305 pkg syscall (freebsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
19306 pkg syscall (freebsd-arm-cgo), const BIOCLOCK = 536887930
19307 pkg syscall (freebsd-arm-cgo), const BIOCPROMISC = 536887913
19308 pkg syscall (freebsd-arm-cgo), const BIOCROTZBUF = 1074545280
19309 pkg syscall (freebsd-arm-cgo), const BIOCSBLEN = 3221504614
19310 pkg syscall (freebsd-arm-cgo), const BIOCSDIRECTION = 2147762807
19311 pkg syscall (freebsd-arm-cgo), const BIOCSDLT = 2147762808
19312 pkg syscall (freebsd-arm-cgo), const BIOCSETBUFMODE = 2147762814
19313 pkg syscall (freebsd-arm-cgo), const BIOCSETF = 2148024935
19314 pkg syscall (freebsd-arm-cgo), const BIOCSETFNR = 2148024962
19315 pkg syscall (freebsd-arm-cgo), const BIOCSETIF = 2149597804
19316 pkg syscall (freebsd-arm-cgo), const BIOCSETWF = 2148024955
19317 pkg syscall (freebsd-arm-cgo), const BIOCSETZBUF = 2148287105
19318 pkg syscall (freebsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
19319 pkg syscall (freebsd-arm-cgo), const BIOCSRSIG = 2147762803
19320 pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
19321 pkg syscall (freebsd-arm-cgo), const BIOCSSEESENT = 2147762807
19322 pkg syscall (freebsd-arm-cgo), const BIOCSTSTAMP = 2147762820
19323 pkg syscall (freebsd-arm-cgo), const BIOCVERSION = 1074020977
19324 pkg syscall (freebsd-arm-cgo), const BPF_A = 16
19325 pkg syscall (freebsd-arm-cgo), const BPF_ABS = 32
19326 pkg syscall (freebsd-arm-cgo), const BPF_ADD = 0
19327 pkg syscall (freebsd-arm-cgo), const BPF_ALIGNMENT = 4
19328 pkg syscall (freebsd-arm-cgo), const BPF_ALU = 4
19329 pkg syscall (freebsd-arm-cgo), const BPF_AND = 80
19330 pkg syscall (freebsd-arm-cgo), const BPF_B = 16
19331 pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_BUFFER = 1
19332 pkg syscall (freebsd-arm-cgo), const BPF_BUFMODE_ZBUF = 2
19333 pkg syscall (freebsd-arm-cgo), const BPF_DIV = 48
19334 pkg syscall (freebsd-arm-cgo), const BPF_H = 8
19335 pkg syscall (freebsd-arm-cgo), const BPF_IMM = 0
19336 pkg syscall (freebsd-arm-cgo), const BPF_IND = 64
19337 pkg syscall (freebsd-arm-cgo), const BPF_JA = 0
19338 pkg syscall (freebsd-arm-cgo), const BPF_JEQ = 16
19339 pkg syscall (freebsd-arm-cgo), const BPF_JGE = 48
19340 pkg syscall (freebsd-arm-cgo), const BPF_JGT = 32
19341 pkg syscall (freebsd-arm-cgo), const BPF_JMP = 5
19342 pkg syscall (freebsd-arm-cgo), const BPF_JSET = 64
19343 pkg syscall (freebsd-arm-cgo), const BPF_K = 0
19344 pkg syscall (freebsd-arm-cgo), const BPF_LD = 0
19345 pkg syscall (freebsd-arm-cgo), const BPF_LDX = 1
19346 pkg syscall (freebsd-arm-cgo), const BPF_LEN = 128
19347 pkg syscall (freebsd-arm-cgo), const BPF_LSH = 96
19348 pkg syscall (freebsd-arm-cgo), const BPF_MAJOR_VERSION = 1
19349 pkg syscall (freebsd-arm-cgo), const BPF_MAXBUFSIZE = 524288
19350 pkg syscall (freebsd-arm-cgo), const BPF_MAXINSNS = 512
19351 pkg syscall (freebsd-arm-cgo), const BPF_MEM = 96
19352 pkg syscall (freebsd-arm-cgo), const BPF_MEMWORDS = 16
19353 pkg syscall (freebsd-arm-cgo), const BPF_MINBUFSIZE = 32
19354 pkg syscall (freebsd-arm-cgo), const BPF_MINOR_VERSION = 1
19355 pkg syscall (freebsd-arm-cgo), const BPF_MISC = 7
19356 pkg syscall (freebsd-arm-cgo), const BPF_MSH = 160
19357 pkg syscall (freebsd-arm-cgo), const BPF_MUL = 32
19358 pkg syscall (freebsd-arm-cgo), const BPF_NEG = 128
19359 pkg syscall (freebsd-arm-cgo), const BPF_OR = 64
19360 pkg syscall (freebsd-arm-cgo), const BPF_RELEASE = 199606
19361 pkg syscall (freebsd-arm-cgo), const BPF_RET = 6
19362 pkg syscall (freebsd-arm-cgo), const BPF_RSH = 112
19363 pkg syscall (freebsd-arm-cgo), const BPF_ST = 2
19364 pkg syscall (freebsd-arm-cgo), const BPF_STX = 3
19365 pkg syscall (freebsd-arm-cgo), const BPF_SUB = 16
19366 pkg syscall (freebsd-arm-cgo), const BPF_TAX = 0
19367 pkg syscall (freebsd-arm-cgo), const BPF_TXA = 128
19368 pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME = 2
19369 pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_FAST = 258
19370 pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC = 514
19371 pkg syscall (freebsd-arm-cgo), const BPF_T_BINTIME_MONOTONIC_FAST = 770
19372 pkg syscall (freebsd-arm-cgo), const BPF_T_FAST = 256
19373 pkg syscall (freebsd-arm-cgo), const BPF_T_FLAG_MASK = 768
19374 pkg syscall (freebsd-arm-cgo), const BPF_T_FORMAT_MASK = 3
19375 pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME = 0
19376 pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_FAST = 256
19377 pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC = 512
19378 pkg syscall (freebsd-arm-cgo), const BPF_T_MICROTIME_MONOTONIC_FAST = 768
19379 pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC = 512
19380 pkg syscall (freebsd-arm-cgo), const BPF_T_MONOTONIC_FAST = 768
19381 pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME = 1
19382 pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_FAST = 257
19383 pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC = 513
19384 pkg syscall (freebsd-arm-cgo), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
19385 pkg syscall (freebsd-arm-cgo), const BPF_T_NONE = 3
19386 pkg syscall (freebsd-arm-cgo), const BPF_T_NORMAL = 0
19387 pkg syscall (freebsd-arm-cgo), const BPF_W = 0
19388 pkg syscall (freebsd-arm-cgo), const BPF_X = 8
19389 pkg syscall (freebsd-arm-cgo), const BRKINT = 2
19390 pkg syscall (freebsd-arm-cgo), const CFLUSH = 15
19391 pkg syscall (freebsd-arm-cgo), const CLOCAL = 32768
19392 pkg syscall (freebsd-arm-cgo), const CREAD = 2048
19393 pkg syscall (freebsd-arm-cgo), const CS5 = 0
19394 pkg syscall (freebsd-arm-cgo), const CS6 = 256
19395 pkg syscall (freebsd-arm-cgo), const CS7 = 512
19396 pkg syscall (freebsd-arm-cgo), const CS8 = 768
19397 pkg syscall (freebsd-arm-cgo), const CSIZE = 768
19398 pkg syscall (freebsd-arm-cgo), const CSTART = 17
19399 pkg syscall (freebsd-arm-cgo), const CSTATUS = 20
19400 pkg syscall (freebsd-arm-cgo), const CSTOP = 19
19401 pkg syscall (freebsd-arm-cgo), const CSTOPB = 1024
19402 pkg syscall (freebsd-arm-cgo), const CSUSP = 26
19403 pkg syscall (freebsd-arm-cgo), const CTL_MAXNAME = 24
19404 pkg syscall (freebsd-arm-cgo), const CTL_NET = 4
19405 pkg syscall (freebsd-arm-cgo), const DLT_A429 = 184
19406 pkg syscall (freebsd-arm-cgo), const DLT_A653_ICM = 185
19407 pkg syscall (freebsd-arm-cgo), const DLT_AIRONET_HEADER = 120
19408 pkg syscall (freebsd-arm-cgo), const DLT_AOS = 222
19409 pkg syscall (freebsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
19410 pkg syscall (freebsd-arm-cgo), const DLT_ARCNET = 7
19411 pkg syscall (freebsd-arm-cgo), const DLT_ARCNET_LINUX = 129
19412 pkg syscall (freebsd-arm-cgo), const DLT_ATM_CLIP = 19
19413 pkg syscall (freebsd-arm-cgo), const DLT_ATM_RFC1483 = 11
19414 pkg syscall (freebsd-arm-cgo), const DLT_AURORA = 126
19415 pkg syscall (freebsd-arm-cgo), const DLT_AX25 = 3
19416 pkg syscall (freebsd-arm-cgo), const DLT_AX25_KISS = 202
19417 pkg syscall (freebsd-arm-cgo), const DLT_BACNET_MS_TP = 165
19418 pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
19419 pkg syscall (freebsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
19420 pkg syscall (freebsd-arm-cgo), const DLT_CAN20B = 190
19421 pkg syscall (freebsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
19422 pkg syscall (freebsd-arm-cgo), const DLT_CHAOS = 5
19423 pkg syscall (freebsd-arm-cgo), const DLT_CHDLC = 104
19424 pkg syscall (freebsd-arm-cgo), const DLT_CISCO_IOS = 118
19425 pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC = 104
19426 pkg syscall (freebsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
19427 pkg syscall (freebsd-arm-cgo), const DLT_DBUS = 231
19428 pkg syscall (freebsd-arm-cgo), const DLT_DECT = 221
19429 pkg syscall (freebsd-arm-cgo), const DLT_DOCSIS = 143
19430 pkg syscall (freebsd-arm-cgo), const DLT_DVB_CI = 235
19431 pkg syscall (freebsd-arm-cgo), const DLT_ECONET = 115
19432 pkg syscall (freebsd-arm-cgo), const DLT_EN10MB = 1
19433 pkg syscall (freebsd-arm-cgo), const DLT_EN3MB = 2
19434 pkg syscall (freebsd-arm-cgo), const DLT_ENC = 109
19435 pkg syscall (freebsd-arm-cgo), const DLT_ERF = 197
19436 pkg syscall (freebsd-arm-cgo), const DLT_ERF_ETH = 175
19437 pkg syscall (freebsd-arm-cgo), const DLT_ERF_POS = 176
19438 pkg syscall (freebsd-arm-cgo), const DLT_FC_2 = 224
19439 pkg syscall (freebsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
19440 pkg syscall (freebsd-arm-cgo), const DLT_FDDI = 10
19441 pkg syscall (freebsd-arm-cgo), const DLT_FLEXRAY = 210
19442 pkg syscall (freebsd-arm-cgo), const DLT_FRELAY = 107
19443 pkg syscall (freebsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
19444 pkg syscall (freebsd-arm-cgo), const DLT_GCOM_SERIAL = 173
19445 pkg syscall (freebsd-arm-cgo), const DLT_GCOM_T1E1 = 172
19446 pkg syscall (freebsd-arm-cgo), const DLT_GPF_F = 171
19447 pkg syscall (freebsd-arm-cgo), const DLT_GPF_T = 170
19448 pkg syscall (freebsd-arm-cgo), const DLT_GPRS_LLC = 169
19449 pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
19450 pkg syscall (freebsd-arm-cgo), const DLT_GSMTAP_UM = 217
19451 pkg syscall (freebsd-arm-cgo), const DLT_HHDLC = 121
19452 pkg syscall (freebsd-arm-cgo), const DLT_IBM_SN = 146
19453 pkg syscall (freebsd-arm-cgo), const DLT_IBM_SP = 145
19454 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802 = 6
19455 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11 = 105
19456 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
19457 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
19458 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4 = 195
19459 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
19460 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NOFCS = 230
19461 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
19462 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
19463 pkg syscall (freebsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
19464 pkg syscall (freebsd-arm-cgo), const DLT_IPFILTER = 116
19465 pkg syscall (freebsd-arm-cgo), const DLT_IPMB = 199
19466 pkg syscall (freebsd-arm-cgo), const DLT_IPMB_LINUX = 209
19467 pkg syscall (freebsd-arm-cgo), const DLT_IPNET = 226
19468 pkg syscall (freebsd-arm-cgo), const DLT_IPOIB = 242
19469 pkg syscall (freebsd-arm-cgo), const DLT_IPV4 = 228
19470 pkg syscall (freebsd-arm-cgo), const DLT_IPV6 = 229
19471 pkg syscall (freebsd-arm-cgo), const DLT_IP_OVER_FC = 122
19472 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
19473 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
19474 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ATM_CEMIC = 238
19475 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
19476 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ES = 132
19477 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
19478 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FIBRECHANNEL = 234
19479 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
19480 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
19481 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ISM = 194
19482 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MFR = 134
19483 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
19484 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
19485 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
19486 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
19487 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPP = 179
19488 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
19489 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
19490 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
19491 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_SRX_E2E = 233
19492 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_ST = 200
19493 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VP = 183
19494 pkg syscall (freebsd-arm-cgo), const DLT_JUNIPER_VS = 232
19495 pkg syscall (freebsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
19496 pkg syscall (freebsd-arm-cgo), const DLT_LAPD = 203
19497 pkg syscall (freebsd-arm-cgo), const DLT_LIN = 212
19498 pkg syscall (freebsd-arm-cgo), const DLT_LINUX_EVDEV = 216
19499 pkg syscall (freebsd-arm-cgo), const DLT_LINUX_IRDA = 144
19500 pkg syscall (freebsd-arm-cgo), const DLT_LINUX_LAPD = 177
19501 pkg syscall (freebsd-arm-cgo), const DLT_LINUX_PPP_WITHDIRECTION = 166
19502 pkg syscall (freebsd-arm-cgo), const DLT_LINUX_SLL = 113
19503 pkg syscall (freebsd-arm-cgo), const DLT_LOOP = 108
19504 pkg syscall (freebsd-arm-cgo), const DLT_LTALK = 114
19505 pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MAX = 246
19506 pkg syscall (freebsd-arm-cgo), const DLT_MATCHING_MIN = 104
19507 pkg syscall (freebsd-arm-cgo), const DLT_MFR = 182
19508 pkg syscall (freebsd-arm-cgo), const DLT_MOST = 211
19509 pkg syscall (freebsd-arm-cgo), const DLT_MPEG_2_TS = 243
19510 pkg syscall (freebsd-arm-cgo), const DLT_MPLS = 219
19511 pkg syscall (freebsd-arm-cgo), const DLT_MTP2 = 140
19512 pkg syscall (freebsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
19513 pkg syscall (freebsd-arm-cgo), const DLT_MTP3 = 141
19514 pkg syscall (freebsd-arm-cgo), const DLT_MUX27010 = 236
19515 pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER = 240
19516 pkg syscall (freebsd-arm-cgo), const DLT_NETANALYZER_TRANSPARENT = 241
19517 pkg syscall (freebsd-arm-cgo), const DLT_NFC_LLCP = 245
19518 pkg syscall (freebsd-arm-cgo), const DLT_NFLOG = 239
19519 pkg syscall (freebsd-arm-cgo), const DLT_NG40 = 244
19520 pkg syscall (freebsd-arm-cgo), const DLT_NULL = 0
19521 pkg syscall (freebsd-arm-cgo), const DLT_PCI_EXP = 125
19522 pkg syscall (freebsd-arm-cgo), const DLT_PFLOG = 117
19523 pkg syscall (freebsd-arm-cgo), const DLT_PFSYNC = 121
19524 pkg syscall (freebsd-arm-cgo), const DLT_PPI = 192
19525 pkg syscall (freebsd-arm-cgo), const DLT_PPP = 9
19526 pkg syscall (freebsd-arm-cgo), const DLT_PPP_BSDOS = 16
19527 pkg syscall (freebsd-arm-cgo), const DLT_PPP_ETHER = 51
19528 pkg syscall (freebsd-arm-cgo), const DLT_PPP_PPPD = 166
19529 pkg syscall (freebsd-arm-cgo), const DLT_PPP_SERIAL = 50
19530 pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
19531 pkg syscall (freebsd-arm-cgo), const DLT_PPP_WITH_DIRECTION = 166
19532 pkg syscall (freebsd-arm-cgo), const DLT_PRISM_HEADER = 119
19533 pkg syscall (freebsd-arm-cgo), const DLT_PRONET = 4
19534 pkg syscall (freebsd-arm-cgo), const DLT_RAIF1 = 198
19535 pkg syscall (freebsd-arm-cgo), const DLT_RAW = 12
19536 pkg syscall (freebsd-arm-cgo), const DLT_RIO = 124
19537 pkg syscall (freebsd-arm-cgo), const DLT_SCCP = 142
19538 pkg syscall (freebsd-arm-cgo), const DLT_SITA = 196
19539 pkg syscall (freebsd-arm-cgo), const DLT_SLIP = 8
19540 pkg syscall (freebsd-arm-cgo), const DLT_SLIP_BSDOS = 15
19541 pkg syscall (freebsd-arm-cgo), const DLT_STANAG_5066_D_PDU = 237
19542 pkg syscall (freebsd-arm-cgo), const DLT_SUNATM = 123
19543 pkg syscall (freebsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
19544 pkg syscall (freebsd-arm-cgo), const DLT_TZSP = 128
19545 pkg syscall (freebsd-arm-cgo), const DLT_USB = 186
19546 pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX = 189
19547 pkg syscall (freebsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
19548 pkg syscall (freebsd-arm-cgo), const DLT_USER0 = 147
19549 pkg syscall (freebsd-arm-cgo), const DLT_USER1 = 148
19550 pkg syscall (freebsd-arm-cgo), const DLT_USER10 = 157
19551 pkg syscall (freebsd-arm-cgo), const DLT_USER11 = 158
19552 pkg syscall (freebsd-arm-cgo), const DLT_USER12 = 159
19553 pkg syscall (freebsd-arm-cgo), const DLT_USER13 = 160
19554 pkg syscall (freebsd-arm-cgo), const DLT_USER14 = 161
19555 pkg syscall (freebsd-arm-cgo), const DLT_USER15 = 162
19556 pkg syscall (freebsd-arm-cgo), const DLT_USER2 = 149
19557 pkg syscall (freebsd-arm-cgo), const DLT_USER3 = 150
19558 pkg syscall (freebsd-arm-cgo), const DLT_USER4 = 151
19559 pkg syscall (freebsd-arm-cgo), const DLT_USER5 = 152
19560 pkg syscall (freebsd-arm-cgo), const DLT_USER6 = 153
19561 pkg syscall (freebsd-arm-cgo), const DLT_USER7 = 154
19562 pkg syscall (freebsd-arm-cgo), const DLT_USER8 = 155
19563 pkg syscall (freebsd-arm-cgo), const DLT_USER9 = 156
19564 pkg syscall (freebsd-arm-cgo), const DLT_WIHART = 223
19565 pkg syscall (freebsd-arm-cgo), const DLT_X2E_SERIAL = 213
19566 pkg syscall (freebsd-arm-cgo), const DLT_X2E_XORAYA = 214
19567 pkg syscall (freebsd-arm-cgo), const DT_BLK = 6
19568 pkg syscall (freebsd-arm-cgo), const DT_CHR = 2
19569 pkg syscall (freebsd-arm-cgo), const DT_DIR = 4
19570 pkg syscall (freebsd-arm-cgo), const DT_FIFO = 1
19571 pkg syscall (freebsd-arm-cgo), const DT_LNK = 10
19572 pkg syscall (freebsd-arm-cgo), const DT_REG = 8
19573 pkg syscall (freebsd-arm-cgo), const DT_SOCK = 12
19574 pkg syscall (freebsd-arm-cgo), const DT_UNKNOWN = 0
19575 pkg syscall (freebsd-arm-cgo), const DT_WHT = 14
19576 pkg syscall (freebsd-arm-cgo), const E2BIG = 7
19577 pkg syscall (freebsd-arm-cgo), const EACCES = 13
19578 pkg syscall (freebsd-arm-cgo), const EADDRINUSE = 48
19579 pkg syscall (freebsd-arm-cgo), const EADDRNOTAVAIL = 49
19580 pkg syscall (freebsd-arm-cgo), const EAFNOSUPPORT = 47
19581 pkg syscall (freebsd-arm-cgo), const EAGAIN = 35
19582 pkg syscall (freebsd-arm-cgo), const EALREADY = 37
19583 pkg syscall (freebsd-arm-cgo), const EAUTH = 80
19584 pkg syscall (freebsd-arm-cgo), const EBADF = 9
19585 pkg syscall (freebsd-arm-cgo), const EBADMSG = 89
19586 pkg syscall (freebsd-arm-cgo), const EBADRPC = 72
19587 pkg syscall (freebsd-arm-cgo), const EBUSY = 16
19588 pkg syscall (freebsd-arm-cgo), const ECANCELED = 85
19589 pkg syscall (freebsd-arm-cgo), const ECAPMODE = 94
19590 pkg syscall (freebsd-arm-cgo), const ECHILD = 10
19591 pkg syscall (freebsd-arm-cgo), const ECHO = 8
19592 pkg syscall (freebsd-arm-cgo), const ECHOCTL = 64
19593 pkg syscall (freebsd-arm-cgo), const ECHOE = 2
19594 pkg syscall (freebsd-arm-cgo), const ECHOK = 4
19595 pkg syscall (freebsd-arm-cgo), const ECHOKE = 1
19596 pkg syscall (freebsd-arm-cgo), const ECHONL = 16
19597 pkg syscall (freebsd-arm-cgo), const ECHOPRT = 32
19598 pkg syscall (freebsd-arm-cgo), const ECONNABORTED = 53
19599 pkg syscall (freebsd-arm-cgo), const ECONNREFUSED = 61
19600 pkg syscall (freebsd-arm-cgo), const ECONNRESET = 54
19601 pkg syscall (freebsd-arm-cgo), const EDEADLK = 11
19602 pkg syscall (freebsd-arm-cgo), const EDESTADDRREQ = 39
19603 pkg syscall (freebsd-arm-cgo), const EDOM = 33
19604 pkg syscall (freebsd-arm-cgo), const EDOOFUS = 88
19605 pkg syscall (freebsd-arm-cgo), const EDQUOT = 69
19606 pkg syscall (freebsd-arm-cgo), const EEXIST = 17
19607 pkg syscall (freebsd-arm-cgo), const EFAULT = 14
19608 pkg syscall (freebsd-arm-cgo), const EFBIG = 27
19609 pkg syscall (freebsd-arm-cgo), const EFTYPE = 79
19610 pkg syscall (freebsd-arm-cgo), const EHOSTDOWN = 64
19611 pkg syscall (freebsd-arm-cgo), const EHOSTUNREACH = 65
19612 pkg syscall (freebsd-arm-cgo), const EIDRM = 82
19613 pkg syscall (freebsd-arm-cgo), const EILSEQ = 86
19614 pkg syscall (freebsd-arm-cgo), const EINPROGRESS = 36
19615 pkg syscall (freebsd-arm-cgo), const EINTR = 4
19616 pkg syscall (freebsd-arm-cgo), const EINVAL = 22
19617 pkg syscall (freebsd-arm-cgo), const EIO = 5
19618 pkg syscall (freebsd-arm-cgo), const EISCONN = 56
19619 pkg syscall (freebsd-arm-cgo), const EISDIR = 21
19620 pkg syscall (freebsd-arm-cgo), const ELAST = 94
19621 pkg syscall (freebsd-arm-cgo), const ELOOP = 62
19622 pkg syscall (freebsd-arm-cgo), const EMFILE = 24
19623 pkg syscall (freebsd-arm-cgo), const EMLINK = 31
19624 pkg syscall (freebsd-arm-cgo), const EMSGSIZE = 40
19625 pkg syscall (freebsd-arm-cgo), const EMULTIHOP = 90
19626 pkg syscall (freebsd-arm-cgo), const ENAMETOOLONG = 63
19627 pkg syscall (freebsd-arm-cgo), const ENEEDAUTH = 81
19628 pkg syscall (freebsd-arm-cgo), const ENETDOWN = 50
19629 pkg syscall (freebsd-arm-cgo), const ENETRESET = 52
19630 pkg syscall (freebsd-arm-cgo), const ENETUNREACH = 51
19631 pkg syscall (freebsd-arm-cgo), const ENFILE = 23
19632 pkg syscall (freebsd-arm-cgo), const ENOATTR = 87
19633 pkg syscall (freebsd-arm-cgo), const ENOBUFS = 55
19634 pkg syscall (freebsd-arm-cgo), const ENODEV = 19
19635 pkg syscall (freebsd-arm-cgo), const ENOEXEC = 8
19636 pkg syscall (freebsd-arm-cgo), const ENOLCK = 77
19637 pkg syscall (freebsd-arm-cgo), const ENOLINK = 91
19638 pkg syscall (freebsd-arm-cgo), const ENOMEM = 12
19639 pkg syscall (freebsd-arm-cgo), const ENOMSG = 83
19640 pkg syscall (freebsd-arm-cgo), const ENOPROTOOPT = 42
19641 pkg syscall (freebsd-arm-cgo), const ENOSPC = 28
19642 pkg syscall (freebsd-arm-cgo), const ENOSYS = 78
19643 pkg syscall (freebsd-arm-cgo), const ENOTBLK = 15
19644 pkg syscall (freebsd-arm-cgo), const ENOTCAPABLE = 93
19645 pkg syscall (freebsd-arm-cgo), const ENOTCONN = 57
19646 pkg syscall (freebsd-arm-cgo), const ENOTDIR = 20
19647 pkg syscall (freebsd-arm-cgo), const ENOTEMPTY = 66
19648 pkg syscall (freebsd-arm-cgo), const ENOTSOCK = 38
19649 pkg syscall (freebsd-arm-cgo), const ENOTSUP = 45
19650 pkg syscall (freebsd-arm-cgo), const ENOTTY = 25
19651 pkg syscall (freebsd-arm-cgo), const ENXIO = 6
19652 pkg syscall (freebsd-arm-cgo), const EOPNOTSUPP = 45
19653 pkg syscall (freebsd-arm-cgo), const EOVERFLOW = 84
19654 pkg syscall (freebsd-arm-cgo), const EPERM = 1
19655 pkg syscall (freebsd-arm-cgo), const EPFNOSUPPORT = 46
19656 pkg syscall (freebsd-arm-cgo), const EPIPE = 32
19657 pkg syscall (freebsd-arm-cgo), const EPROCLIM = 67
19658 pkg syscall (freebsd-arm-cgo), const EPROCUNAVAIL = 76
19659 pkg syscall (freebsd-arm-cgo), const EPROGMISMATCH = 75
19660 pkg syscall (freebsd-arm-cgo), const EPROGUNAVAIL = 74
19661 pkg syscall (freebsd-arm-cgo), const EPROTO = 92
19662 pkg syscall (freebsd-arm-cgo), const EPROTONOSUPPORT = 43
19663 pkg syscall (freebsd-arm-cgo), const EPROTOTYPE = 41
19664 pkg syscall (freebsd-arm-cgo), const ERANGE = 34
19665 pkg syscall (freebsd-arm-cgo), const EREMOTE = 71
19666 pkg syscall (freebsd-arm-cgo), const EROFS = 30
19667 pkg syscall (freebsd-arm-cgo), const ERPCMISMATCH = 73
19668 pkg syscall (freebsd-arm-cgo), const ESHUTDOWN = 58
19669 pkg syscall (freebsd-arm-cgo), const ESOCKTNOSUPPORT = 44
19670 pkg syscall (freebsd-arm-cgo), const ESPIPE = 29
19671 pkg syscall (freebsd-arm-cgo), const ESRCH = 3
19672 pkg syscall (freebsd-arm-cgo), const ESTALE = 70
19673 pkg syscall (freebsd-arm-cgo), const ETIMEDOUT = 60
19674 pkg syscall (freebsd-arm-cgo), const ETOOMANYREFS = 59
19675 pkg syscall (freebsd-arm-cgo), const ETXTBSY = 26
19676 pkg syscall (freebsd-arm-cgo), const EUSERS = 68
19677 pkg syscall (freebsd-arm-cgo), const EVFILT_AIO = -3
19678 pkg syscall (freebsd-arm-cgo), const EVFILT_FS = -9
19679 pkg syscall (freebsd-arm-cgo), const EVFILT_LIO = -10
19680 pkg syscall (freebsd-arm-cgo), const EVFILT_PROC = -5
19681 pkg syscall (freebsd-arm-cgo), const EVFILT_READ = -1
19682 pkg syscall (freebsd-arm-cgo), const EVFILT_SIGNAL = -6
19683 pkg syscall (freebsd-arm-cgo), const EVFILT_SYSCOUNT = 11
19684 pkg syscall (freebsd-arm-cgo), const EVFILT_TIMER = -7
19685 pkg syscall (freebsd-arm-cgo), const EVFILT_USER = -11
19686 pkg syscall (freebsd-arm-cgo), const EVFILT_VNODE = -4
19687 pkg syscall (freebsd-arm-cgo), const EVFILT_WRITE = -2
19688 pkg syscall (freebsd-arm-cgo), const EV_ADD = 1
19689 pkg syscall (freebsd-arm-cgo), const EV_CLEAR = 32
19690 pkg syscall (freebsd-arm-cgo), const EV_DELETE = 2
19691 pkg syscall (freebsd-arm-cgo), const EV_DISABLE = 8
19692 pkg syscall (freebsd-arm-cgo), const EV_DISPATCH = 128
19693 pkg syscall (freebsd-arm-cgo), const EV_ENABLE = 4
19694 pkg syscall (freebsd-arm-cgo), const EV_EOF = 32768
19695 pkg syscall (freebsd-arm-cgo), const EV_ERROR = 16384
19696 pkg syscall (freebsd-arm-cgo), const EV_FLAG1 = 8192
19697 pkg syscall (freebsd-arm-cgo), const EV_ONESHOT = 16
19698 pkg syscall (freebsd-arm-cgo), const EV_RECEIPT = 64
19699 pkg syscall (freebsd-arm-cgo), const EV_SYSFLAGS = 61440
19700 pkg syscall (freebsd-arm-cgo), const EWOULDBLOCK = 35
19701 pkg syscall (freebsd-arm-cgo), const EXDEV = 18
19702 pkg syscall (freebsd-arm-cgo), const EXTA = 19200
19703 pkg syscall (freebsd-arm-cgo), const EXTB = 38400
19704 pkg syscall (freebsd-arm-cgo), const EXTPROC = 2048
19705 pkg syscall (freebsd-arm-cgo), const FD_CLOEXEC = 1
19706 pkg syscall (freebsd-arm-cgo), const FD_SETSIZE = 1024
19707 pkg syscall (freebsd-arm-cgo), const FLUSHO = 8388608
19708 pkg syscall (freebsd-arm-cgo), const F_CANCEL = 5
19709 pkg syscall (freebsd-arm-cgo), const F_DUP2FD = 10
19710 pkg syscall (freebsd-arm-cgo), const F_DUP2FD_CLOEXEC = 18
19711 pkg syscall (freebsd-arm-cgo), const F_DUPFD = 0
19712 pkg syscall (freebsd-arm-cgo), const F_DUPFD_CLOEXEC = 17
19713 pkg syscall (freebsd-arm-cgo), const F_GETFD = 1
19714 pkg syscall (freebsd-arm-cgo), const F_GETFL = 3
19715 pkg syscall (freebsd-arm-cgo), const F_GETLK = 11
19716 pkg syscall (freebsd-arm-cgo), const F_GETOWN = 5
19717 pkg syscall (freebsd-arm-cgo), const F_OGETLK = 7
19718 pkg syscall (freebsd-arm-cgo), const F_OK = 0
19719 pkg syscall (freebsd-arm-cgo), const F_OSETLK = 8
19720 pkg syscall (freebsd-arm-cgo), const F_OSETLKW = 9
19721 pkg syscall (freebsd-arm-cgo), const F_RDAHEAD = 16
19722 pkg syscall (freebsd-arm-cgo), const F_RDLCK = 1
19723 pkg syscall (freebsd-arm-cgo), const F_READAHEAD = 15
19724 pkg syscall (freebsd-arm-cgo), const F_SETFD = 2
19725 pkg syscall (freebsd-arm-cgo), const F_SETFL = 4
19726 pkg syscall (freebsd-arm-cgo), const F_SETLK = 12
19727 pkg syscall (freebsd-arm-cgo), const F_SETLKW = 13
19728 pkg syscall (freebsd-arm-cgo), const F_SETLK_REMOTE = 14
19729 pkg syscall (freebsd-arm-cgo), const F_SETOWN = 6
19730 pkg syscall (freebsd-arm-cgo), const F_UNLCK = 2
19731 pkg syscall (freebsd-arm-cgo), const F_UNLCKSYS = 4
19732 pkg syscall (freebsd-arm-cgo), const F_WRLCK = 3
19733 pkg syscall (freebsd-arm-cgo), const HUPCL = 16384
19734 pkg syscall (freebsd-arm-cgo), const ICANON = 256
19735 pkg syscall (freebsd-arm-cgo), const ICRNL = 256
19736 pkg syscall (freebsd-arm-cgo), const IEXTEN = 1024
19737 pkg syscall (freebsd-arm-cgo), const IFAN_ARRIVAL = 0
19738 pkg syscall (freebsd-arm-cgo), const IFAN_DEPARTURE = 1
19739 pkg syscall (freebsd-arm-cgo), const IFF_ALLMULTI = 512
19740 pkg syscall (freebsd-arm-cgo), const IFF_ALTPHYS = 16384
19741 pkg syscall (freebsd-arm-cgo), const IFF_CANTCHANGE = 2199410
19742 pkg syscall (freebsd-arm-cgo), const IFF_CANTCONFIG = 65536
19743 pkg syscall (freebsd-arm-cgo), const IFF_DEBUG = 4
19744 pkg syscall (freebsd-arm-cgo), const IFF_DRV_OACTIVE = 1024
19745 pkg syscall (freebsd-arm-cgo), const IFF_DRV_RUNNING = 64
19746 pkg syscall (freebsd-arm-cgo), const IFF_DYING = 2097152
19747 pkg syscall (freebsd-arm-cgo), const IFF_LINK0 = 4096
19748 pkg syscall (freebsd-arm-cgo), const IFF_LINK1 = 8192
19749 pkg syscall (freebsd-arm-cgo), const IFF_LINK2 = 16384
19750 pkg syscall (freebsd-arm-cgo), const IFF_LOOPBACK = 8
19751 pkg syscall (freebsd-arm-cgo), const IFF_MONITOR = 262144
19752 pkg syscall (freebsd-arm-cgo), const IFF_MULTICAST = 32768
19753 pkg syscall (freebsd-arm-cgo), const IFF_NOARP = 128
19754 pkg syscall (freebsd-arm-cgo), const IFF_OACTIVE = 1024
19755 pkg syscall (freebsd-arm-cgo), const IFF_POINTOPOINT = 16
19756 pkg syscall (freebsd-arm-cgo), const IFF_PPROMISC = 131072
19757 pkg syscall (freebsd-arm-cgo), const IFF_PROMISC = 256
19758 pkg syscall (freebsd-arm-cgo), const IFF_RENAMING = 4194304
19759 pkg syscall (freebsd-arm-cgo), const IFF_RUNNING = 64
19760 pkg syscall (freebsd-arm-cgo), const IFF_SIMPLEX = 2048
19761 pkg syscall (freebsd-arm-cgo), const IFF_SMART = 32
19762 pkg syscall (freebsd-arm-cgo), const IFF_STATICARP = 524288
19763 pkg syscall (freebsd-arm-cgo), const IFNAMSIZ = 16
19764 pkg syscall (freebsd-arm-cgo), const IFT_1822 = 2
19765 pkg syscall (freebsd-arm-cgo), const IFT_A12MPPSWITCH = 130
19766 pkg syscall (freebsd-arm-cgo), const IFT_AAL2 = 187
19767 pkg syscall (freebsd-arm-cgo), const IFT_AAL5 = 49
19768 pkg syscall (freebsd-arm-cgo), const IFT_ADSL = 94
19769 pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8023 = 59
19770 pkg syscall (freebsd-arm-cgo), const IFT_AFLANE8025 = 60
19771 pkg syscall (freebsd-arm-cgo), const IFT_ARAP = 88
19772 pkg syscall (freebsd-arm-cgo), const IFT_ARCNET = 35
19773 pkg syscall (freebsd-arm-cgo), const IFT_ARCNETPLUS = 36
19774 pkg syscall (freebsd-arm-cgo), const IFT_ASYNC = 84
19775 pkg syscall (freebsd-arm-cgo), const IFT_ATM = 37
19776 pkg syscall (freebsd-arm-cgo), const IFT_ATMDXI = 105
19777 pkg syscall (freebsd-arm-cgo), const IFT_ATMFUNI = 106
19778 pkg syscall (freebsd-arm-cgo), const IFT_ATMIMA = 107
19779 pkg syscall (freebsd-arm-cgo), const IFT_ATMLOGICAL = 80
19780 pkg syscall (freebsd-arm-cgo), const IFT_ATMRADIO = 189
19781 pkg syscall (freebsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
19782 pkg syscall (freebsd-arm-cgo), const IFT_ATMVCIENDPT = 194
19783 pkg syscall (freebsd-arm-cgo), const IFT_ATMVIRTUAL = 149
19784 pkg syscall (freebsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
19785 pkg syscall (freebsd-arm-cgo), const IFT_BRIDGE = 209
19786 pkg syscall (freebsd-arm-cgo), const IFT_BSC = 83
19787 pkg syscall (freebsd-arm-cgo), const IFT_CCTEMUL = 61
19788 pkg syscall (freebsd-arm-cgo), const IFT_CEPT = 19
19789 pkg syscall (freebsd-arm-cgo), const IFT_CES = 133
19790 pkg syscall (freebsd-arm-cgo), const IFT_CHANNEL = 70
19791 pkg syscall (freebsd-arm-cgo), const IFT_CNR = 85
19792 pkg syscall (freebsd-arm-cgo), const IFT_COFFEE = 132
19793 pkg syscall (freebsd-arm-cgo), const IFT_COMPOSITELINK = 155
19794 pkg syscall (freebsd-arm-cgo), const IFT_DCN = 141
19795 pkg syscall (freebsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
19796 pkg syscall (freebsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
19797 pkg syscall (freebsd-arm-cgo), const IFT_DLSW = 74
19798 pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
19799 pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
19800 pkg syscall (freebsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
19801 pkg syscall (freebsd-arm-cgo), const IFT_DS0 = 81
19802 pkg syscall (freebsd-arm-cgo), const IFT_DS0BUNDLE = 82
19803 pkg syscall (freebsd-arm-cgo), const IFT_DS1FDL = 170
19804 pkg syscall (freebsd-arm-cgo), const IFT_DS3 = 30
19805 pkg syscall (freebsd-arm-cgo), const IFT_DTM = 140
19806 pkg syscall (freebsd-arm-cgo), const IFT_DVBASILN = 172
19807 pkg syscall (freebsd-arm-cgo), const IFT_DVBASIOUT = 173
19808 pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
19809 pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
19810 pkg syscall (freebsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
19811 pkg syscall (freebsd-arm-cgo), const IFT_ENC = 244
19812 pkg syscall (freebsd-arm-cgo), const IFT_EON = 25
19813 pkg syscall (freebsd-arm-cgo), const IFT_EPLRS = 87
19814 pkg syscall (freebsd-arm-cgo), const IFT_ESCON = 73
19815 pkg syscall (freebsd-arm-cgo), const IFT_ETHER = 6
19816 pkg syscall (freebsd-arm-cgo), const IFT_FAITH = 242
19817 pkg syscall (freebsd-arm-cgo), const IFT_FAST = 125
19818 pkg syscall (freebsd-arm-cgo), const IFT_FASTETHER = 62
19819 pkg syscall (freebsd-arm-cgo), const IFT_FASTETHERFX = 69
19820 pkg syscall (freebsd-arm-cgo), const IFT_FDDI = 15
19821 pkg syscall (freebsd-arm-cgo), const IFT_FIBRECHANNEL = 56
19822 pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
19823 pkg syscall (freebsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
19824 pkg syscall (freebsd-arm-cgo), const IFT_FRDLCIENDPT = 193
19825 pkg syscall (freebsd-arm-cgo), const IFT_FRELAY = 32
19826 pkg syscall (freebsd-arm-cgo), const IFT_FRELAYDCE = 44
19827 pkg syscall (freebsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
19828 pkg syscall (freebsd-arm-cgo), const IFT_FRFORWARD = 158
19829 pkg syscall (freebsd-arm-cgo), const IFT_G703AT2MB = 67
19830 pkg syscall (freebsd-arm-cgo), const IFT_G703AT64K = 66
19831 pkg syscall (freebsd-arm-cgo), const IFT_GIF = 240
19832 pkg syscall (freebsd-arm-cgo), const IFT_GIGABITETHERNET = 117
19833 pkg syscall (freebsd-arm-cgo), const IFT_GR303IDT = 178
19834 pkg syscall (freebsd-arm-cgo), const IFT_GR303RDT = 177
19835 pkg syscall (freebsd-arm-cgo), const IFT_H323GATEKEEPER = 164
19836 pkg syscall (freebsd-arm-cgo), const IFT_H323PROXY = 165
19837 pkg syscall (freebsd-arm-cgo), const IFT_HDH1822 = 3
19838 pkg syscall (freebsd-arm-cgo), const IFT_HDLC = 118
19839 pkg syscall (freebsd-arm-cgo), const IFT_HDSL2 = 168
19840 pkg syscall (freebsd-arm-cgo), const IFT_HIPERLAN2 = 183
19841 pkg syscall (freebsd-arm-cgo), const IFT_HIPPI = 47
19842 pkg syscall (freebsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
19843 pkg syscall (freebsd-arm-cgo), const IFT_HOSTPAD = 90
19844 pkg syscall (freebsd-arm-cgo), const IFT_HSSI = 46
19845 pkg syscall (freebsd-arm-cgo), const IFT_HY = 14
19846 pkg syscall (freebsd-arm-cgo), const IFT_IBM370PARCHAN = 72
19847 pkg syscall (freebsd-arm-cgo), const IFT_IDSL = 154
19848 pkg syscall (freebsd-arm-cgo), const IFT_IEEE1394 = 144
19849 pkg syscall (freebsd-arm-cgo), const IFT_IEEE80211 = 71
19850 pkg syscall (freebsd-arm-cgo), const IFT_IEEE80212 = 55
19851 pkg syscall (freebsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
19852 pkg syscall (freebsd-arm-cgo), const IFT_IFGSN = 145
19853 pkg syscall (freebsd-arm-cgo), const IFT_IMT = 190
19854 pkg syscall (freebsd-arm-cgo), const IFT_INFINIBAND = 199
19855 pkg syscall (freebsd-arm-cgo), const IFT_INTERLEAVE = 124
19856 pkg syscall (freebsd-arm-cgo), const IFT_IP = 126
19857 pkg syscall (freebsd-arm-cgo), const IFT_IPFORWARD = 142
19858 pkg syscall (freebsd-arm-cgo), const IFT_IPOVERATM = 114
19859 pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCDLC = 109
19860 pkg syscall (freebsd-arm-cgo), const IFT_IPOVERCLAW = 110
19861 pkg syscall (freebsd-arm-cgo), const IFT_IPSWITCH = 78
19862 pkg syscall (freebsd-arm-cgo), const IFT_IPXIP = 249
19863 pkg syscall (freebsd-arm-cgo), const IFT_ISDN = 63
19864 pkg syscall (freebsd-arm-cgo), const IFT_ISDNBASIC = 20
19865 pkg syscall (freebsd-arm-cgo), const IFT_ISDNPRIMARY = 21
19866 pkg syscall (freebsd-arm-cgo), const IFT_ISDNS = 75
19867 pkg syscall (freebsd-arm-cgo), const IFT_ISDNU = 76
19868 pkg syscall (freebsd-arm-cgo), const IFT_ISO88022LLC = 41
19869 pkg syscall (freebsd-arm-cgo), const IFT_ISO88023 = 7
19870 pkg syscall (freebsd-arm-cgo), const IFT_ISO88024 = 8
19871 pkg syscall (freebsd-arm-cgo), const IFT_ISO88025 = 9
19872 pkg syscall (freebsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
19873 pkg syscall (freebsd-arm-cgo), const IFT_ISO88025DTR = 86
19874 pkg syscall (freebsd-arm-cgo), const IFT_ISO88025FIBER = 115
19875 pkg syscall (freebsd-arm-cgo), const IFT_ISO88026 = 10
19876 pkg syscall (freebsd-arm-cgo), const IFT_ISUP = 179
19877 pkg syscall (freebsd-arm-cgo), const IFT_L2VLAN = 135
19878 pkg syscall (freebsd-arm-cgo), const IFT_L3IPVLAN = 136
19879 pkg syscall (freebsd-arm-cgo), const IFT_L3IPXVLAN = 137
19880 pkg syscall (freebsd-arm-cgo), const IFT_LAPB = 16
19881 pkg syscall (freebsd-arm-cgo), const IFT_LAPD = 77
19882 pkg syscall (freebsd-arm-cgo), const IFT_LAPF = 119
19883 pkg syscall (freebsd-arm-cgo), const IFT_LOCALTALK = 42
19884 pkg syscall (freebsd-arm-cgo), const IFT_LOOP = 24
19885 pkg syscall (freebsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
19886 pkg syscall (freebsd-arm-cgo), const IFT_MFSIGLINK = 167
19887 pkg syscall (freebsd-arm-cgo), const IFT_MIOX25 = 38
19888 pkg syscall (freebsd-arm-cgo), const IFT_MODEM = 48
19889 pkg syscall (freebsd-arm-cgo), const IFT_MPC = 113
19890 pkg syscall (freebsd-arm-cgo), const IFT_MPLS = 166
19891 pkg syscall (freebsd-arm-cgo), const IFT_MPLSTUNNEL = 150
19892 pkg syscall (freebsd-arm-cgo), const IFT_MSDSL = 143
19893 pkg syscall (freebsd-arm-cgo), const IFT_MVL = 191
19894 pkg syscall (freebsd-arm-cgo), const IFT_MYRINET = 99
19895 pkg syscall (freebsd-arm-cgo), const IFT_NFAS = 175
19896 pkg syscall (freebsd-arm-cgo), const IFT_NSIP = 27
19897 pkg syscall (freebsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
19898 pkg syscall (freebsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
19899 pkg syscall (freebsd-arm-cgo), const IFT_OTHER = 1
19900 pkg syscall (freebsd-arm-cgo), const IFT_P10 = 12
19901 pkg syscall (freebsd-arm-cgo), const IFT_P80 = 13
19902 pkg syscall (freebsd-arm-cgo), const IFT_PARA = 34
19903 pkg syscall (freebsd-arm-cgo), const IFT_PFLOG = 246
19904 pkg syscall (freebsd-arm-cgo), const IFT_PFSYNC = 247
19905 pkg syscall (freebsd-arm-cgo), const IFT_PLC = 174
19906 pkg syscall (freebsd-arm-cgo), const IFT_POS = 171
19907 pkg syscall (freebsd-arm-cgo), const IFT_PPP = 23
19908 pkg syscall (freebsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
19909 pkg syscall (freebsd-arm-cgo), const IFT_PROPBWAP2MP = 184
19910 pkg syscall (freebsd-arm-cgo), const IFT_PROPCNLS = 89
19911 pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
19912 pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
19913 pkg syscall (freebsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
19914 pkg syscall (freebsd-arm-cgo), const IFT_PROPMUX = 54
19915 pkg syscall (freebsd-arm-cgo), const IFT_PROPVIRTUAL = 53
19916 pkg syscall (freebsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
19917 pkg syscall (freebsd-arm-cgo), const IFT_PTPSERIAL = 22
19918 pkg syscall (freebsd-arm-cgo), const IFT_PVC = 241
19919 pkg syscall (freebsd-arm-cgo), const IFT_QLLC = 68
19920 pkg syscall (freebsd-arm-cgo), const IFT_RADIOMAC = 188
19921 pkg syscall (freebsd-arm-cgo), const IFT_RADSL = 95
19922 pkg syscall (freebsd-arm-cgo), const IFT_REACHDSL = 192
19923 pkg syscall (freebsd-arm-cgo), const IFT_RFC1483 = 159
19924 pkg syscall (freebsd-arm-cgo), const IFT_RS232 = 33
19925 pkg syscall (freebsd-arm-cgo), const IFT_RSRB = 79
19926 pkg syscall (freebsd-arm-cgo), const IFT_SDLC = 17
19927 pkg syscall (freebsd-arm-cgo), const IFT_SDSL = 96
19928 pkg syscall (freebsd-arm-cgo), const IFT_SHDSL = 169
19929 pkg syscall (freebsd-arm-cgo), const IFT_SIP = 31
19930 pkg syscall (freebsd-arm-cgo), const IFT_SLIP = 28
19931 pkg syscall (freebsd-arm-cgo), const IFT_SMDSDXI = 43
19932 pkg syscall (freebsd-arm-cgo), const IFT_SMDSICIP = 52
19933 pkg syscall (freebsd-arm-cgo), const IFT_SONET = 39
19934 pkg syscall (freebsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
19935 pkg syscall (freebsd-arm-cgo), const IFT_SONETPATH = 50
19936 pkg syscall (freebsd-arm-cgo), const IFT_SONETVT = 51
19937 pkg syscall (freebsd-arm-cgo), const IFT_SRP = 151
19938 pkg syscall (freebsd-arm-cgo), const IFT_SS7SIGLINK = 156
19939 pkg syscall (freebsd-arm-cgo), const IFT_STACKTOSTACK = 111
19940 pkg syscall (freebsd-arm-cgo), const IFT_STARLAN = 11
19941 pkg syscall (freebsd-arm-cgo), const IFT_STF = 215
19942 pkg syscall (freebsd-arm-cgo), const IFT_T1 = 18
19943 pkg syscall (freebsd-arm-cgo), const IFT_TDLC = 116
19944 pkg syscall (freebsd-arm-cgo), const IFT_TERMPAD = 91
19945 pkg syscall (freebsd-arm-cgo), const IFT_TR008 = 176
19946 pkg syscall (freebsd-arm-cgo), const IFT_TRANSPHDLC = 123
19947 pkg syscall (freebsd-arm-cgo), const IFT_TUNNEL = 131
19948 pkg syscall (freebsd-arm-cgo), const IFT_ULTRA = 29
19949 pkg syscall (freebsd-arm-cgo), const IFT_USB = 160
19950 pkg syscall (freebsd-arm-cgo), const IFT_V11 = 64
19951 pkg syscall (freebsd-arm-cgo), const IFT_V35 = 45
19952 pkg syscall (freebsd-arm-cgo), const IFT_V36 = 65
19953 pkg syscall (freebsd-arm-cgo), const IFT_V37 = 120
19954 pkg syscall (freebsd-arm-cgo), const IFT_VDSL = 97
19955 pkg syscall (freebsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
19956 pkg syscall (freebsd-arm-cgo), const IFT_VOICEEM = 100
19957 pkg syscall (freebsd-arm-cgo), const IFT_VOICEENCAP = 103
19958 pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXO = 101
19959 pkg syscall (freebsd-arm-cgo), const IFT_VOICEFXS = 102
19960 pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERATM = 152
19961 pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
19962 pkg syscall (freebsd-arm-cgo), const IFT_VOICEOVERIP = 104
19963 pkg syscall (freebsd-arm-cgo), const IFT_X213 = 93
19964 pkg syscall (freebsd-arm-cgo), const IFT_X25 = 5
19965 pkg syscall (freebsd-arm-cgo), const IFT_X25DDN = 4
19966 pkg syscall (freebsd-arm-cgo), const IFT_X25HUNTGROUP = 122
19967 pkg syscall (freebsd-arm-cgo), const IFT_X25MLP = 121
19968 pkg syscall (freebsd-arm-cgo), const IFT_X25PLE = 40
19969 pkg syscall (freebsd-arm-cgo), const IFT_XETHER = 26
19970 pkg syscall (freebsd-arm-cgo), const IGNBRK = 1
19971 pkg syscall (freebsd-arm-cgo), const IGNCR = 128
19972 pkg syscall (freebsd-arm-cgo), const IGNPAR = 4
19973 pkg syscall (freebsd-arm-cgo), const IMAXBEL = 8192
19974 pkg syscall (freebsd-arm-cgo), const INLCR = 64
19975 pkg syscall (freebsd-arm-cgo), const INPCK = 16
19976 pkg syscall (freebsd-arm-cgo), const IN_CLASSA_HOST = 16777215
19977 pkg syscall (freebsd-arm-cgo), const IN_CLASSA_MAX = 128
19978 pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NET = 4278190080
19979 pkg syscall (freebsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
19980 pkg syscall (freebsd-arm-cgo), const IN_CLASSB_HOST = 65535
19981 pkg syscall (freebsd-arm-cgo), const IN_CLASSB_MAX = 65536
19982 pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NET = 4294901760
19983 pkg syscall (freebsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
19984 pkg syscall (freebsd-arm-cgo), const IN_CLASSC_HOST = 255
19985 pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NET = 4294967040
19986 pkg syscall (freebsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
19987 pkg syscall (freebsd-arm-cgo), const IN_CLASSD_HOST = 268435455
19988 pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NET = 4026531840
19989 pkg syscall (freebsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
19990 pkg syscall (freebsd-arm-cgo), const IN_LOOPBACKNET = 127
19991 pkg syscall (freebsd-arm-cgo), const IN_RFC3021_MASK = 4294967294
19992 pkg syscall (freebsd-arm-cgo), const IPPROTO_3PC = 34
19993 pkg syscall (freebsd-arm-cgo), const IPPROTO_ADFS = 68
19994 pkg syscall (freebsd-arm-cgo), const IPPROTO_AH = 51
19995 pkg syscall (freebsd-arm-cgo), const IPPROTO_AHIP = 61
19996 pkg syscall (freebsd-arm-cgo), const IPPROTO_APES = 99
19997 pkg syscall (freebsd-arm-cgo), const IPPROTO_ARGUS = 13
19998 pkg syscall (freebsd-arm-cgo), const IPPROTO_AX25 = 93
19999 pkg syscall (freebsd-arm-cgo), const IPPROTO_BHA = 49
20000 pkg syscall (freebsd-arm-cgo), const IPPROTO_BLT = 30
20001 pkg syscall (freebsd-arm-cgo), const IPPROTO_BRSATMON = 76
20002 pkg syscall (freebsd-arm-cgo), const IPPROTO_CARP = 112
20003 pkg syscall (freebsd-arm-cgo), const IPPROTO_CFTP = 62
20004 pkg syscall (freebsd-arm-cgo), const IPPROTO_CHAOS = 16
20005 pkg syscall (freebsd-arm-cgo), const IPPROTO_CMTP = 38
20006 pkg syscall (freebsd-arm-cgo), const IPPROTO_CPHB = 73
20007 pkg syscall (freebsd-arm-cgo), const IPPROTO_CPNX = 72
20008 pkg syscall (freebsd-arm-cgo), const IPPROTO_DDP = 37
20009 pkg syscall (freebsd-arm-cgo), const IPPROTO_DGP = 86
20010 pkg syscall (freebsd-arm-cgo), const IPPROTO_DIVERT = 258
20011 pkg syscall (freebsd-arm-cgo), const IPPROTO_DONE = 257
20012 pkg syscall (freebsd-arm-cgo), const IPPROTO_DSTOPTS = 60
20013 pkg syscall (freebsd-arm-cgo), const IPPROTO_EGP = 8
20014 pkg syscall (freebsd-arm-cgo), const IPPROTO_EMCON = 14
20015 pkg syscall (freebsd-arm-cgo), const IPPROTO_ENCAP = 98
20016 pkg syscall (freebsd-arm-cgo), const IPPROTO_EON = 80
20017 pkg syscall (freebsd-arm-cgo), const IPPROTO_ESP = 50
20018 pkg syscall (freebsd-arm-cgo), const IPPROTO_ETHERIP = 97
20019 pkg syscall (freebsd-arm-cgo), const IPPROTO_FRAGMENT = 44
20020 pkg syscall (freebsd-arm-cgo), const IPPROTO_GGP = 3
20021 pkg syscall (freebsd-arm-cgo), const IPPROTO_GMTP = 100
20022 pkg syscall (freebsd-arm-cgo), const IPPROTO_GRE = 47
20023 pkg syscall (freebsd-arm-cgo), const IPPROTO_HELLO = 63
20024 pkg syscall (freebsd-arm-cgo), const IPPROTO_HMP = 20
20025 pkg syscall (freebsd-arm-cgo), const IPPROTO_HOPOPTS = 0
20026 pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMP = 1
20027 pkg syscall (freebsd-arm-cgo), const IPPROTO_ICMPV6 = 58
20028 pkg syscall (freebsd-arm-cgo), const IPPROTO_IDP = 22
20029 pkg syscall (freebsd-arm-cgo), const IPPROTO_IDPR = 35
20030 pkg syscall (freebsd-arm-cgo), const IPPROTO_IDRP = 45
20031 pkg syscall (freebsd-arm-cgo), const IPPROTO_IGMP = 2
20032 pkg syscall (freebsd-arm-cgo), const IPPROTO_IGP = 85
20033 pkg syscall (freebsd-arm-cgo), const IPPROTO_IGRP = 88
20034 pkg syscall (freebsd-arm-cgo), const IPPROTO_IL = 40
20035 pkg syscall (freebsd-arm-cgo), const IPPROTO_INLSP = 52
20036 pkg syscall (freebsd-arm-cgo), const IPPROTO_INP = 32
20037 pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCOMP = 108
20038 pkg syscall (freebsd-arm-cgo), const IPPROTO_IPCV = 71
20039 pkg syscall (freebsd-arm-cgo), const IPPROTO_IPEIP = 94
20040 pkg syscall (freebsd-arm-cgo), const IPPROTO_IPIP = 4
20041 pkg syscall (freebsd-arm-cgo), const IPPROTO_IPPC = 67
20042 pkg syscall (freebsd-arm-cgo), const IPPROTO_IPV4 = 4
20043 pkg syscall (freebsd-arm-cgo), const IPPROTO_IRTP = 28
20044 pkg syscall (freebsd-arm-cgo), const IPPROTO_KRYPTOLAN = 65
20045 pkg syscall (freebsd-arm-cgo), const IPPROTO_LARP = 91
20046 pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF1 = 25
20047 pkg syscall (freebsd-arm-cgo), const IPPROTO_LEAF2 = 26
20048 pkg syscall (freebsd-arm-cgo), const IPPROTO_MAX = 256
20049 pkg syscall (freebsd-arm-cgo), const IPPROTO_MAXID = 52
20050 pkg syscall (freebsd-arm-cgo), const IPPROTO_MEAS = 19
20051 pkg syscall (freebsd-arm-cgo), const IPPROTO_MH = 135
20052 pkg syscall (freebsd-arm-cgo), const IPPROTO_MHRP = 48
20053 pkg syscall (freebsd-arm-cgo), const IPPROTO_MICP = 95
20054 pkg syscall (freebsd-arm-cgo), const IPPROTO_MOBILE = 55
20055 pkg syscall (freebsd-arm-cgo), const IPPROTO_MPLS = 137
20056 pkg syscall (freebsd-arm-cgo), const IPPROTO_MTP = 92
20057 pkg syscall (freebsd-arm-cgo), const IPPROTO_MUX = 18
20058 pkg syscall (freebsd-arm-cgo), const IPPROTO_ND = 77
20059 pkg syscall (freebsd-arm-cgo), const IPPROTO_NHRP = 54
20060 pkg syscall (freebsd-arm-cgo), const IPPROTO_NONE = 59
20061 pkg syscall (freebsd-arm-cgo), const IPPROTO_NSP = 31
20062 pkg syscall (freebsd-arm-cgo), const IPPROTO_NVPII = 11
20063 pkg syscall (freebsd-arm-cgo), const IPPROTO_OLD_DIVERT = 254
20064 pkg syscall (freebsd-arm-cgo), const IPPROTO_OSPFIGP = 89
20065 pkg syscall (freebsd-arm-cgo), const IPPROTO_PFSYNC = 240
20066 pkg syscall (freebsd-arm-cgo), const IPPROTO_PGM = 113
20067 pkg syscall (freebsd-arm-cgo), const IPPROTO_PIGP = 9
20068 pkg syscall (freebsd-arm-cgo), const IPPROTO_PIM = 103
20069 pkg syscall (freebsd-arm-cgo), const IPPROTO_PRM = 21
20070 pkg syscall (freebsd-arm-cgo), const IPPROTO_PUP = 12
20071 pkg syscall (freebsd-arm-cgo), const IPPROTO_PVP = 75
20072 pkg syscall (freebsd-arm-cgo), const IPPROTO_RAW = 255
20073 pkg syscall (freebsd-arm-cgo), const IPPROTO_RCCMON = 10
20074 pkg syscall (freebsd-arm-cgo), const IPPROTO_RDP = 27
20075 pkg syscall (freebsd-arm-cgo), const IPPROTO_ROUTING = 43
20076 pkg syscall (freebsd-arm-cgo), const IPPROTO_RSVP = 46
20077 pkg syscall (freebsd-arm-cgo), const IPPROTO_RVD = 66
20078 pkg syscall (freebsd-arm-cgo), const IPPROTO_SATEXPAK = 64
20079 pkg syscall (freebsd-arm-cgo), const IPPROTO_SATMON = 69
20080 pkg syscall (freebsd-arm-cgo), const IPPROTO_SCCSP = 96
20081 pkg syscall (freebsd-arm-cgo), const IPPROTO_SCTP = 132
20082 pkg syscall (freebsd-arm-cgo), const IPPROTO_SDRP = 42
20083 pkg syscall (freebsd-arm-cgo), const IPPROTO_SEND = 259
20084 pkg syscall (freebsd-arm-cgo), const IPPROTO_SEP = 33
20085 pkg syscall (freebsd-arm-cgo), const IPPROTO_SKIP = 57
20086 pkg syscall (freebsd-arm-cgo), const IPPROTO_SPACER = 32767
20087 pkg syscall (freebsd-arm-cgo), const IPPROTO_SRPC = 90
20088 pkg syscall (freebsd-arm-cgo), const IPPROTO_ST = 7
20089 pkg syscall (freebsd-arm-cgo), const IPPROTO_SVMTP = 82
20090 pkg syscall (freebsd-arm-cgo), const IPPROTO_SWIPE = 53
20091 pkg syscall (freebsd-arm-cgo), const IPPROTO_TCF = 87
20092 pkg syscall (freebsd-arm-cgo), const IPPROTO_TLSP = 56
20093 pkg syscall (freebsd-arm-cgo), const IPPROTO_TP = 29
20094 pkg syscall (freebsd-arm-cgo), const IPPROTO_TPXX = 39
20095 pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK1 = 23
20096 pkg syscall (freebsd-arm-cgo), const IPPROTO_TRUNK2 = 24
20097 pkg syscall (freebsd-arm-cgo), const IPPROTO_TTP = 84
20098 pkg syscall (freebsd-arm-cgo), const IPPROTO_VINES = 83
20099 pkg syscall (freebsd-arm-cgo), const IPPROTO_VISA = 70
20100 pkg syscall (freebsd-arm-cgo), const IPPROTO_VMTP = 81
20101 pkg syscall (freebsd-arm-cgo), const IPPROTO_WBEXPAK = 79
20102 pkg syscall (freebsd-arm-cgo), const IPPROTO_WBMON = 78
20103 pkg syscall (freebsd-arm-cgo), const IPPROTO_WSN = 74
20104 pkg syscall (freebsd-arm-cgo), const IPPROTO_XNET = 15
20105 pkg syscall (freebsd-arm-cgo), const IPPROTO_XTP = 36
20106 pkg syscall (freebsd-arm-cgo), const IPV6_AUTOFLOWLABEL = 59
20107 pkg syscall (freebsd-arm-cgo), const IPV6_BINDANY = 64
20108 pkg syscall (freebsd-arm-cgo), const IPV6_BINDV6ONLY = 27
20109 pkg syscall (freebsd-arm-cgo), const IPV6_CHECKSUM = 26
20110 pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
20111 pkg syscall (freebsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
20112 pkg syscall (freebsd-arm-cgo), const IPV6_DEFHLIM = 64
20113 pkg syscall (freebsd-arm-cgo), const IPV6_DONTFRAG = 62
20114 pkg syscall (freebsd-arm-cgo), const IPV6_DSTOPTS = 50
20115 pkg syscall (freebsd-arm-cgo), const IPV6_FAITH = 29
20116 pkg syscall (freebsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
20117 pkg syscall (freebsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
20118 pkg syscall (freebsd-arm-cgo), const IPV6_FRAGTTL = 120
20119 pkg syscall (freebsd-arm-cgo), const IPV6_FW_ADD = 30
20120 pkg syscall (freebsd-arm-cgo), const IPV6_FW_DEL = 31
20121 pkg syscall (freebsd-arm-cgo), const IPV6_FW_FLUSH = 32
20122 pkg syscall (freebsd-arm-cgo), const IPV6_FW_GET = 34
20123 pkg syscall (freebsd-arm-cgo), const IPV6_FW_ZERO = 33
20124 pkg syscall (freebsd-arm-cgo), const IPV6_HLIMDEC = 1
20125 pkg syscall (freebsd-arm-cgo), const IPV6_HOPLIMIT = 47
20126 pkg syscall (freebsd-arm-cgo), const IPV6_HOPOPTS = 49
20127 pkg syscall (freebsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
20128 pkg syscall (freebsd-arm-cgo), const IPV6_JOIN_GROUP = 12
20129 pkg syscall (freebsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
20130 pkg syscall (freebsd-arm-cgo), const IPV6_MAXHLIM = 255
20131 pkg syscall (freebsd-arm-cgo), const IPV6_MAXOPTHDR = 2048
20132 pkg syscall (freebsd-arm-cgo), const IPV6_MAXPACKET = 65535
20133 pkg syscall (freebsd-arm-cgo), const IPV6_MAX_GROUP_SRC_FILTER = 512
20134 pkg syscall (freebsd-arm-cgo), const IPV6_MAX_MEMBERSHIPS = 4095
20135 pkg syscall (freebsd-arm-cgo), const IPV6_MAX_SOCK_SRC_FILTER = 128
20136 pkg syscall (freebsd-arm-cgo), const IPV6_MIN_MEMBERSHIPS = 31
20137 pkg syscall (freebsd-arm-cgo), const IPV6_MMTU = 1280
20138 pkg syscall (freebsd-arm-cgo), const IPV6_MSFILTER = 74
20139 pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
20140 pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_IF = 9
20141 pkg syscall (freebsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
20142 pkg syscall (freebsd-arm-cgo), const IPV6_NEXTHOP = 48
20143 pkg syscall (freebsd-arm-cgo), const IPV6_PATHMTU = 44
20144 pkg syscall (freebsd-arm-cgo), const IPV6_PKTINFO = 46
20145 pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE = 14
20146 pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
20147 pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
20148 pkg syscall (freebsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
20149 pkg syscall (freebsd-arm-cgo), const IPV6_PREFER_TEMPADDR = 63
20150 pkg syscall (freebsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
20151 pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
20152 pkg syscall (freebsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
20153 pkg syscall (freebsd-arm-cgo), const IPV6_RECVPATHMTU = 43
20154 pkg syscall (freebsd-arm-cgo), const IPV6_RECVPKTINFO = 36
20155 pkg syscall (freebsd-arm-cgo), const IPV6_RECVRTHDR = 38
20156 pkg syscall (freebsd-arm-cgo), const IPV6_RECVTCLASS = 57
20157 pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR = 51
20158 pkg syscall (freebsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
20159 pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
20160 pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
20161 pkg syscall (freebsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
20162 pkg syscall (freebsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
20163 pkg syscall (freebsd-arm-cgo), const IPV6_TCLASS = 61
20164 pkg syscall (freebsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
20165 pkg syscall (freebsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
20166 pkg syscall (freebsd-arm-cgo), const IPV6_V6ONLY = 27
20167 pkg syscall (freebsd-arm-cgo), const IPV6_VERSION = 96
20168 pkg syscall (freebsd-arm-cgo), const IPV6_VERSION_MASK = 240
20169 pkg syscall (freebsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
20170 pkg syscall (freebsd-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 70
20171 pkg syscall (freebsd-arm-cgo), const IP_BINDANY = 24
20172 pkg syscall (freebsd-arm-cgo), const IP_BLOCK_SOURCE = 72
20173 pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
20174 pkg syscall (freebsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
20175 pkg syscall (freebsd-arm-cgo), const IP_DF = 16384
20176 pkg syscall (freebsd-arm-cgo), const IP_DONTFRAG = 67
20177 pkg syscall (freebsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
20178 pkg syscall (freebsd-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 71
20179 pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET3 = 49
20180 pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_CONFIGURE = 60
20181 pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_DEL = 61
20182 pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_FLUSH = 62
20183 pkg syscall (freebsd-arm-cgo), const IP_DUMMYNET_GET = 64
20184 pkg syscall (freebsd-arm-cgo), const IP_FAITH = 22
20185 pkg syscall (freebsd-arm-cgo), const IP_FW3 = 48
20186 pkg syscall (freebsd-arm-cgo), const IP_FW_ADD = 50
20187 pkg syscall (freebsd-arm-cgo), const IP_FW_DEL = 51
20188 pkg syscall (freebsd-arm-cgo), const IP_FW_FLUSH = 52
20189 pkg syscall (freebsd-arm-cgo), const IP_FW_GET = 54
20190 pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_CFG = 56
20191 pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_DEL = 57
20192 pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_CONFIG = 58
20193 pkg syscall (freebsd-arm-cgo), const IP_FW_NAT_GET_LOG = 59
20194 pkg syscall (freebsd-arm-cgo), const IP_FW_RESETLOG = 55
20195 pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_ADD = 40
20196 pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_DEL = 41
20197 pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_FLUSH = 42
20198 pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_GETSIZE = 43
20199 pkg syscall (freebsd-arm-cgo), const IP_FW_TABLE_LIST = 44
20200 pkg syscall (freebsd-arm-cgo), const IP_FW_ZERO = 53
20201 pkg syscall (freebsd-arm-cgo), const IP_HDRINCL = 2
20202 pkg syscall (freebsd-arm-cgo), const IP_IPSEC_POLICY = 21
20203 pkg syscall (freebsd-arm-cgo), const IP_MAXPACKET = 65535
20204 pkg syscall (freebsd-arm-cgo), const IP_MAX_GROUP_SRC_FILTER = 512
20205 pkg syscall (freebsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 4095
20206 pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_MUTE_FILTER = 128
20207 pkg syscall (freebsd-arm-cgo), const IP_MAX_SOCK_SRC_FILTER = 128
20208 pkg syscall (freebsd-arm-cgo), const IP_MAX_SOURCE_FILTER = 1024
20209 pkg syscall (freebsd-arm-cgo), const IP_MF = 8192
20210 pkg syscall (freebsd-arm-cgo), const IP_MINTTL = 66
20211 pkg syscall (freebsd-arm-cgo), const IP_MIN_MEMBERSHIPS = 31
20212 pkg syscall (freebsd-arm-cgo), const IP_MSFILTER = 74
20213 pkg syscall (freebsd-arm-cgo), const IP_MSS = 576
20214 pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_IF = 9
20215 pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_LOOP = 11
20216 pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_TTL = 10
20217 pkg syscall (freebsd-arm-cgo), const IP_MULTICAST_VIF = 14
20218 pkg syscall (freebsd-arm-cgo), const IP_OFFMASK = 8191
20219 pkg syscall (freebsd-arm-cgo), const IP_ONESBCAST = 23
20220 pkg syscall (freebsd-arm-cgo), const IP_OPTIONS = 1
20221 pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE = 19
20222 pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
20223 pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
20224 pkg syscall (freebsd-arm-cgo), const IP_PORTRANGE_LOW = 2
20225 pkg syscall (freebsd-arm-cgo), const IP_RECVDSTADDR = 7
20226 pkg syscall (freebsd-arm-cgo), const IP_RECVIF = 20
20227 pkg syscall (freebsd-arm-cgo), const IP_RECVOPTS = 5
20228 pkg syscall (freebsd-arm-cgo), const IP_RECVRETOPTS = 6
20229 pkg syscall (freebsd-arm-cgo), const IP_RECVTOS = 68
20230 pkg syscall (freebsd-arm-cgo), const IP_RECVTTL = 65
20231 pkg syscall (freebsd-arm-cgo), const IP_RETOPTS = 8
20232 pkg syscall (freebsd-arm-cgo), const IP_RF = 32768
20233 pkg syscall (freebsd-arm-cgo), const IP_RSVP_OFF = 16
20234 pkg syscall (freebsd-arm-cgo), const IP_RSVP_ON = 15
20235 pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_OFF = 18
20236 pkg syscall (freebsd-arm-cgo), const IP_RSVP_VIF_ON = 17
20237 pkg syscall (freebsd-arm-cgo), const IP_SENDSRCADDR = 7
20238 pkg syscall (freebsd-arm-cgo), const IP_TOS = 3
20239 pkg syscall (freebsd-arm-cgo), const IP_TTL = 4
20240 pkg syscall (freebsd-arm-cgo), const IP_UNBLOCK_SOURCE = 73
20241 pkg syscall (freebsd-arm-cgo), const ISIG = 128
20242 pkg syscall (freebsd-arm-cgo), const ISTRIP = 32
20243 pkg syscall (freebsd-arm-cgo), const IXANY = 2048
20244 pkg syscall (freebsd-arm-cgo), const IXOFF = 1024
20245 pkg syscall (freebsd-arm-cgo), const IXON = 512
20246 pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false
20247 pkg syscall (freebsd-arm-cgo), const LOCK_EX = 2
20248 pkg syscall (freebsd-arm-cgo), const LOCK_NB = 4
20249 pkg syscall (freebsd-arm-cgo), const LOCK_SH = 1
20250 pkg syscall (freebsd-arm-cgo), const LOCK_UN = 8
20251 pkg syscall (freebsd-arm-cgo), const MADV_AUTOSYNC = 7
20252 pkg syscall (freebsd-arm-cgo), const MADV_CORE = 9
20253 pkg syscall (freebsd-arm-cgo), const MADV_DONTNEED = 4
20254 pkg syscall (freebsd-arm-cgo), const MADV_FREE = 5
20255 pkg syscall (freebsd-arm-cgo), const MADV_NOCORE = 8
20256 pkg syscall (freebsd-arm-cgo), const MADV_NORMAL = 0
20257 pkg syscall (freebsd-arm-cgo), const MADV_NOSYNC = 6
20258 pkg syscall (freebsd-arm-cgo), const MADV_PROTECT = 10
20259 pkg syscall (freebsd-arm-cgo), const MADV_RANDOM = 1
20260 pkg syscall (freebsd-arm-cgo), const MADV_SEQUENTIAL = 2
20261 pkg syscall (freebsd-arm-cgo), const MADV_WILLNEED = 3
20262 pkg syscall (freebsd-arm-cgo), const MAP_ANON = 4096
20263 pkg syscall (freebsd-arm-cgo), const MAP_ANONYMOUS = 4096
20264 pkg syscall (freebsd-arm-cgo), const MAP_COPY = 2
20265 pkg syscall (freebsd-arm-cgo), const MAP_FILE = 0
20266 pkg syscall (freebsd-arm-cgo), const MAP_FIXED = 16
20267 pkg syscall (freebsd-arm-cgo), const MAP_HASSEMAPHORE = 512
20268 pkg syscall (freebsd-arm-cgo), const MAP_NOCORE = 131072
20269 pkg syscall (freebsd-arm-cgo), const MAP_NORESERVE = 64
20270 pkg syscall (freebsd-arm-cgo), const MAP_NOSYNC = 2048
20271 pkg syscall (freebsd-arm-cgo), const MAP_PREFAULT_READ = 262144
20272 pkg syscall (freebsd-arm-cgo), const MAP_PRIVATE = 2
20273 pkg syscall (freebsd-arm-cgo), const MAP_RENAME = 32
20274 pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0080 = 128
20275 pkg syscall (freebsd-arm-cgo), const MAP_RESERVED0100 = 256
20276 pkg syscall (freebsd-arm-cgo), const MAP_SHARED = 1
20277 pkg syscall (freebsd-arm-cgo), const MAP_STACK = 1024
20278 pkg syscall (freebsd-arm-cgo), const MCL_CURRENT = 1
20279 pkg syscall (freebsd-arm-cgo), const MCL_FUTURE = 2
20280 pkg syscall (freebsd-arm-cgo), const MSG_COMPAT = 32768
20281 pkg syscall (freebsd-arm-cgo), const MSG_CTRUNC = 32
20282 pkg syscall (freebsd-arm-cgo), const MSG_DONTROUTE = 4
20283 pkg syscall (freebsd-arm-cgo), const MSG_DONTWAIT = 128
20284 pkg syscall (freebsd-arm-cgo), const MSG_EOF = 256
20285 pkg syscall (freebsd-arm-cgo), const MSG_EOR = 8
20286 pkg syscall (freebsd-arm-cgo), const MSG_NBIO = 16384
20287 pkg syscall (freebsd-arm-cgo), const MSG_NOSIGNAL = 131072
20288 pkg syscall (freebsd-arm-cgo), const MSG_NOTIFICATION = 8192
20289 pkg syscall (freebsd-arm-cgo), const MSG_OOB = 1
20290 pkg syscall (freebsd-arm-cgo), const MSG_PEEK = 2
20291 pkg syscall (freebsd-arm-cgo), const MSG_TRUNC = 16
20292 pkg syscall (freebsd-arm-cgo), const MSG_WAITALL = 64
20293 pkg syscall (freebsd-arm-cgo), const MS_ASYNC = 1
20294 pkg syscall (freebsd-arm-cgo), const MS_INVALIDATE = 2
20295 pkg syscall (freebsd-arm-cgo), const MS_SYNC = 0
20296 pkg syscall (freebsd-arm-cgo), const NET_RT_DUMP = 1
20297 pkg syscall (freebsd-arm-cgo), const NET_RT_FLAGS = 2
20298 pkg syscall (freebsd-arm-cgo), const NET_RT_IFLIST = 3
20299 pkg syscall (freebsd-arm-cgo), const NET_RT_IFLISTL = 5
20300 pkg syscall (freebsd-arm-cgo), const NET_RT_IFMALIST = 4
20301 pkg syscall (freebsd-arm-cgo), const NET_RT_MAXID = 6
20302 pkg syscall (freebsd-arm-cgo), const NOFLSH = 2147483648
20303 pkg syscall (freebsd-arm-cgo), const NOTE_ATTRIB = 8
20304 pkg syscall (freebsd-arm-cgo), const NOTE_CHILD = 4
20305 pkg syscall (freebsd-arm-cgo), const NOTE_DELETE = 1
20306 pkg syscall (freebsd-arm-cgo), const NOTE_EXEC = 536870912
20307 pkg syscall (freebsd-arm-cgo), const NOTE_EXIT = 2147483648
20308 pkg syscall (freebsd-arm-cgo), const NOTE_EXTEND = 4
20309 pkg syscall (freebsd-arm-cgo), const NOTE_FFAND = 1073741824
20310 pkg syscall (freebsd-arm-cgo), const NOTE_FFCOPY = 3221225472
20311 pkg syscall (freebsd-arm-cgo), const NOTE_FFCTRLMASK = 3221225472
20312 pkg syscall (freebsd-arm-cgo), const NOTE_FFLAGSMASK = 16777215
20313 pkg syscall (freebsd-arm-cgo), const NOTE_FFNOP = 0
20314 pkg syscall (freebsd-arm-cgo), const NOTE_FFOR = 2147483648
20315 pkg syscall (freebsd-arm-cgo), const NOTE_FORK = 1073741824
20316 pkg syscall (freebsd-arm-cgo), const NOTE_LINK = 16
20317 pkg syscall (freebsd-arm-cgo), const NOTE_LOWAT = 1
20318 pkg syscall (freebsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
20319 pkg syscall (freebsd-arm-cgo), const NOTE_PDATAMASK = 1048575
20320 pkg syscall (freebsd-arm-cgo), const NOTE_RENAME = 32
20321 pkg syscall (freebsd-arm-cgo), const NOTE_REVOKE = 64
20322 pkg syscall (freebsd-arm-cgo), const NOTE_TRACK = 1
20323 pkg syscall (freebsd-arm-cgo), const NOTE_TRACKERR = 2
20324 pkg syscall (freebsd-arm-cgo), const NOTE_TRIGGER = 16777216
20325 pkg syscall (freebsd-arm-cgo), const NOTE_WRITE = 2
20326 pkg syscall (freebsd-arm-cgo), const OCRNL = 16
20327 pkg syscall (freebsd-arm-cgo), const ONLCR = 2
20328 pkg syscall (freebsd-arm-cgo), const ONLRET = 64
20329 pkg syscall (freebsd-arm-cgo), const ONOCR = 32
20330 pkg syscall (freebsd-arm-cgo), const ONOEOT = 8
20331 pkg syscall (freebsd-arm-cgo), const OPOST = 1
20332 pkg syscall (freebsd-arm-cgo), const O_ACCMODE = 3
20333 pkg syscall (freebsd-arm-cgo), const O_APPEND = 8
20334 pkg syscall (freebsd-arm-cgo), const O_ASYNC = 64
20335 pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0
20336 pkg syscall (freebsd-arm-cgo), const O_CREAT = 512
20337 pkg syscall (freebsd-arm-cgo), const O_DIRECT = 65536
20338 pkg syscall (freebsd-arm-cgo), const O_DIRECTORY = 131072
20339 pkg syscall (freebsd-arm-cgo), const O_EXCL = 2048
20340 pkg syscall (freebsd-arm-cgo), const O_EXEC = 262144
20341 pkg syscall (freebsd-arm-cgo), const O_EXLOCK = 32
20342 pkg syscall (freebsd-arm-cgo), const O_FSYNC = 128
20343 pkg syscall (freebsd-arm-cgo), const O_NDELAY = 4
20344 pkg syscall (freebsd-arm-cgo), const O_NOCTTY = 32768
20345 pkg syscall (freebsd-arm-cgo), const O_NOFOLLOW = 256
20346 pkg syscall (freebsd-arm-cgo), const O_NONBLOCK = 4
20347 pkg syscall (freebsd-arm-cgo), const O_SHLOCK = 16
20348 pkg syscall (freebsd-arm-cgo), const O_SYNC = 128
20349 pkg syscall (freebsd-arm-cgo), const O_TRUNC = 1024
20350 pkg syscall (freebsd-arm-cgo), const O_TTY_INIT = 524288
20351 pkg syscall (freebsd-arm-cgo), const PARENB = 4096
20352 pkg syscall (freebsd-arm-cgo), const PARMRK = 8
20353 pkg syscall (freebsd-arm-cgo), const PARODD = 8192
20354 pkg syscall (freebsd-arm-cgo), const PENDIN = 536870912
20355 pkg syscall (freebsd-arm-cgo), const PROT_EXEC = 4
20356 pkg syscall (freebsd-arm-cgo), const PROT_NONE = 0
20357 pkg syscall (freebsd-arm-cgo), const PROT_READ = 1
20358 pkg syscall (freebsd-arm-cgo), const PROT_WRITE = 2
20359 pkg syscall (freebsd-arm-cgo), const PTRACE_CONT = 7
20360 pkg syscall (freebsd-arm-cgo), const PTRACE_KILL = 8
20361 pkg syscall (freebsd-arm-cgo), const PTRACE_TRACEME = 0
20362 pkg syscall (freebsd-arm-cgo), const RLIMIT_AS = 10
20363 pkg syscall (freebsd-arm-cgo), const RLIMIT_CORE = 4
20364 pkg syscall (freebsd-arm-cgo), const RLIMIT_CPU = 0
20365 pkg syscall (freebsd-arm-cgo), const RLIMIT_DATA = 2
20366 pkg syscall (freebsd-arm-cgo), const RLIMIT_FSIZE = 1
20367 pkg syscall (freebsd-arm-cgo), const RLIMIT_NOFILE = 8
20368 pkg syscall (freebsd-arm-cgo), const RLIMIT_STACK = 3
20369 pkg syscall (freebsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
20370 pkg syscall (freebsd-arm-cgo), const RTAX_AUTHOR = 6
20371 pkg syscall (freebsd-arm-cgo), const RTAX_BRD = 7
20372 pkg syscall (freebsd-arm-cgo), const RTAX_DST = 0
20373 pkg syscall (freebsd-arm-cgo), const RTAX_GATEWAY = 1
20374 pkg syscall (freebsd-arm-cgo), const RTAX_GENMASK = 3
20375 pkg syscall (freebsd-arm-cgo), const RTAX_IFA = 5
20376 pkg syscall (freebsd-arm-cgo), const RTAX_IFP = 4
20377 pkg syscall (freebsd-arm-cgo), const RTAX_MAX = 8
20378 pkg syscall (freebsd-arm-cgo), const RTAX_NETMASK = 2
20379 pkg syscall (freebsd-arm-cgo), const RTA_AUTHOR = 64
20380 pkg syscall (freebsd-arm-cgo), const RTA_BRD = 128
20381 pkg syscall (freebsd-arm-cgo), const RTA_DST = 1
20382 pkg syscall (freebsd-arm-cgo), const RTA_GATEWAY = 2
20383 pkg syscall (freebsd-arm-cgo), const RTA_GENMASK = 8
20384 pkg syscall (freebsd-arm-cgo), const RTA_IFA = 32
20385 pkg syscall (freebsd-arm-cgo), const RTA_IFP = 16
20386 pkg syscall (freebsd-arm-cgo), const RTA_NETMASK = 4
20387 pkg syscall (freebsd-arm-cgo), const RTF_BLACKHOLE = 4096
20388 pkg syscall (freebsd-arm-cgo), const RTF_BROADCAST = 4194304
20389 pkg syscall (freebsd-arm-cgo), const RTF_DONE = 64
20390 pkg syscall (freebsd-arm-cgo), const RTF_DYNAMIC = 16
20391 pkg syscall (freebsd-arm-cgo), const RTF_FMASK = 268752904
20392 pkg syscall (freebsd-arm-cgo), const RTF_GATEWAY = 2
20393 pkg syscall (freebsd-arm-cgo), const RTF_HOST = 4
20394 pkg syscall (freebsd-arm-cgo), const RTF_LLDATA = 1024
20395 pkg syscall (freebsd-arm-cgo), const RTF_LLINFO = 1024
20396 pkg syscall (freebsd-arm-cgo), const RTF_LOCAL = 2097152
20397 pkg syscall (freebsd-arm-cgo), const RTF_MODIFIED = 32
20398 pkg syscall (freebsd-arm-cgo), const RTF_MULTICAST = 8388608
20399 pkg syscall (freebsd-arm-cgo), const RTF_PINNED = 1048576
20400 pkg syscall (freebsd-arm-cgo), const RTF_PRCLONING = 65536
20401 pkg syscall (freebsd-arm-cgo), const RTF_PROTO1 = 32768
20402 pkg syscall (freebsd-arm-cgo), const RTF_PROTO2 = 16384
20403 pkg syscall (freebsd-arm-cgo), const RTF_PROTO3 = 262144
20404 pkg syscall (freebsd-arm-cgo), const RTF_REJECT = 8
20405 pkg syscall (freebsd-arm-cgo), const RTF_RNH_LOCKED = 1073741824
20406 pkg syscall (freebsd-arm-cgo), const RTF_STATIC = 2048
20407 pkg syscall (freebsd-arm-cgo), const RTF_STICKY = 268435456
20408 pkg syscall (freebsd-arm-cgo), const RTF_UP = 1
20409 pkg syscall (freebsd-arm-cgo), const RTF_XRESOLVE = 512
20410 pkg syscall (freebsd-arm-cgo), const RTM_ADD = 1
20411 pkg syscall (freebsd-arm-cgo), const RTM_CHANGE = 3
20412 pkg syscall (freebsd-arm-cgo), const RTM_DELADDR = 13
20413 pkg syscall (freebsd-arm-cgo), const RTM_DELETE = 2
20414 pkg syscall (freebsd-arm-cgo), const RTM_DELMADDR = 16
20415 pkg syscall (freebsd-arm-cgo), const RTM_GET = 4
20416 pkg syscall (freebsd-arm-cgo), const RTM_IEEE80211 = 18
20417 pkg syscall (freebsd-arm-cgo), const RTM_IFANNOUNCE = 17
20418 pkg syscall (freebsd-arm-cgo), const RTM_IFINFO = 14
20419 pkg syscall (freebsd-arm-cgo), const RTM_LOCK = 8
20420 pkg syscall (freebsd-arm-cgo), const RTM_LOSING = 5
20421 pkg syscall (freebsd-arm-cgo), const RTM_MISS = 7
20422 pkg syscall (freebsd-arm-cgo), const RTM_NEWADDR = 12
20423 pkg syscall (freebsd-arm-cgo), const RTM_NEWMADDR = 15
20424 pkg syscall (freebsd-arm-cgo), const RTM_OLDADD = 9
20425 pkg syscall (freebsd-arm-cgo), const RTM_OLDDEL = 10
20426 pkg syscall (freebsd-arm-cgo), const RTM_REDIRECT = 6
20427 pkg syscall (freebsd-arm-cgo), const RTM_RESOLVE = 11
20428 pkg syscall (freebsd-arm-cgo), const RTM_RTTUNIT = 1000000
20429 pkg syscall (freebsd-arm-cgo), const RTM_VERSION = 5
20430 pkg syscall (freebsd-arm-cgo), const RTV_EXPIRE = 4
20431 pkg syscall (freebsd-arm-cgo), const RTV_HOPCOUNT = 2
20432 pkg syscall (freebsd-arm-cgo), const RTV_MTU = 1
20433 pkg syscall (freebsd-arm-cgo), const RTV_RPIPE = 8
20434 pkg syscall (freebsd-arm-cgo), const RTV_RTT = 64
20435 pkg syscall (freebsd-arm-cgo), const RTV_RTTVAR = 128
20436 pkg syscall (freebsd-arm-cgo), const RTV_SPIPE = 16
20437 pkg syscall (freebsd-arm-cgo), const RTV_SSTHRESH = 32
20438 pkg syscall (freebsd-arm-cgo), const RTV_WEIGHT = 256
20439 pkg syscall (freebsd-arm-cgo), const RT_CACHING_CONTEXT = 1
20440 pkg syscall (freebsd-arm-cgo), const RT_DEFAULT_FIB = 0
20441 pkg syscall (freebsd-arm-cgo), const RT_NORTREF = 2
20442 pkg syscall (freebsd-arm-cgo), const RUSAGE_CHILDREN = -1
20443 pkg syscall (freebsd-arm-cgo), const RUSAGE_SELF = 0
20444 pkg syscall (freebsd-arm-cgo), const RUSAGE_THREAD = 1
20445 pkg syscall (freebsd-arm-cgo), const SCM_BINTIME = 4
20446 pkg syscall (freebsd-arm-cgo), const SCM_CREDS = 3
20447 pkg syscall (freebsd-arm-cgo), const SCM_RIGHTS = 1
20448 pkg syscall (freebsd-arm-cgo), const SCM_TIMESTAMP = 2
20449 pkg syscall (freebsd-arm-cgo), const SIGBUS = 10
20450 pkg syscall (freebsd-arm-cgo), const SIGCHLD = 20
20451 pkg syscall (freebsd-arm-cgo), const SIGCONT = 19
20452 pkg syscall (freebsd-arm-cgo), const SIGEMT = 7
20453 pkg syscall (freebsd-arm-cgo), const SIGINFO = 29
20454 pkg syscall (freebsd-arm-cgo), const SIGIO = 23
20455 pkg syscall (freebsd-arm-cgo), const SIGIOT = 6
20456 pkg syscall (freebsd-arm-cgo), const SIGLIBRT = 33
20457 pkg syscall (freebsd-arm-cgo), const SIGLWP = 32
20458 pkg syscall (freebsd-arm-cgo), const SIGPROF = 27
20459 pkg syscall (freebsd-arm-cgo), const SIGSTOP = 17
20460 pkg syscall (freebsd-arm-cgo), const SIGSYS = 12
20461 pkg syscall (freebsd-arm-cgo), const SIGTHR = 32
20462 pkg syscall (freebsd-arm-cgo), const SIGTSTP = 18
20463 pkg syscall (freebsd-arm-cgo), const SIGTTIN = 21
20464 pkg syscall (freebsd-arm-cgo), const SIGTTOU = 22
20465 pkg syscall (freebsd-arm-cgo), const SIGURG = 16
20466 pkg syscall (freebsd-arm-cgo), const SIGUSR1 = 30
20467 pkg syscall (freebsd-arm-cgo), const SIGUSR2 = 31
20468 pkg syscall (freebsd-arm-cgo), const SIGVTALRM = 26
20469 pkg syscall (freebsd-arm-cgo), const SIGWINCH = 28
20470 pkg syscall (freebsd-arm-cgo), const SIGXCPU = 24
20471 pkg syscall (freebsd-arm-cgo), const SIGXFSZ = 25
20472 pkg syscall (freebsd-arm-cgo), const SIOCADDMULTI = 2149607729
20473 pkg syscall (freebsd-arm-cgo), const SIOCADDRT = 2150658570
20474 pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019
20475 pkg syscall (freebsd-arm-cgo), const SIOCAIFGROUP = 2149869959
20476 pkg syscall (freebsd-arm-cgo), const SIOCALIFADDR = 2165860635
20477 pkg syscall (freebsd-arm-cgo), const SIOCATMARK = 1074033415
20478 pkg syscall (freebsd-arm-cgo), const SIOCDELMULTI = 2149607730
20479 pkg syscall (freebsd-arm-cgo), const SIOCDELRT = 2150658571
20480 pkg syscall (freebsd-arm-cgo), const SIOCDIFADDR = 2149607705
20481 pkg syscall (freebsd-arm-cgo), const SIOCDIFGROUP = 2149869961
20482 pkg syscall (freebsd-arm-cgo), const SIOCDIFPHYADDR = 2149607753
20483 pkg syscall (freebsd-arm-cgo), const SIOCDLIFADDR = 2165860637
20484 pkg syscall (freebsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
20485 pkg syscall (freebsd-arm-cgo), const SIOCGETSGCNT = 3222565392
20486 pkg syscall (freebsd-arm-cgo), const SIOCGETVIFCNT = 3222565391
20487 pkg syscall (freebsd-arm-cgo), const SIOCGHIWAT = 1074033409
20488 pkg syscall (freebsd-arm-cgo), const SIOCGIFADDR = 3223349537
20489 pkg syscall (freebsd-arm-cgo), const SIOCGIFBRDADDR = 3223349539
20490 pkg syscall (freebsd-arm-cgo), const SIOCGIFCAP = 3223349535
20491 pkg syscall (freebsd-arm-cgo), const SIOCGIFCONF = 3221776676
20492 pkg syscall (freebsd-arm-cgo), const SIOCGIFDESCR = 3223349546
20493 pkg syscall (freebsd-arm-cgo), const SIOCGIFDSTADDR = 3223349538
20494 pkg syscall (freebsd-arm-cgo), const SIOCGIFFIB = 3223349596
20495 pkg syscall (freebsd-arm-cgo), const SIOCGIFFLAGS = 3223349521
20496 pkg syscall (freebsd-arm-cgo), const SIOCGIFGENERIC = 3223349562
20497 pkg syscall (freebsd-arm-cgo), const SIOCGIFGMEMB = 3223611786
20498 pkg syscall (freebsd-arm-cgo), const SIOCGIFGROUP = 3223611784
20499 pkg syscall (freebsd-arm-cgo), const SIOCGIFINDEX = 3223349536
20500 pkg syscall (freebsd-arm-cgo), const SIOCGIFMAC = 3223349542
20501 pkg syscall (freebsd-arm-cgo), const SIOCGIFMEDIA = 3223873848
20502 pkg syscall (freebsd-arm-cgo), const SIOCGIFMETRIC = 3223349527
20503 pkg syscall (freebsd-arm-cgo), const SIOCGIFMTU = 3223349555
20504 pkg syscall (freebsd-arm-cgo), const SIOCGIFNETMASK = 3223349541
20505 pkg syscall (freebsd-arm-cgo), const SIOCGIFPDSTADDR = 3223349576
20506 pkg syscall (freebsd-arm-cgo), const SIOCGIFPHYS = 3223349557
20507 pkg syscall (freebsd-arm-cgo), const SIOCGIFPSRCADDR = 3223349575
20508 pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931
20509 pkg syscall (freebsd-arm-cgo), const SIOCGLIFADDR = 3239602460
20510 pkg syscall (freebsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
20511 pkg syscall (freebsd-arm-cgo), const SIOCGLOWAT = 1074033411
20512 pkg syscall (freebsd-arm-cgo), const SIOCGPGRP = 1074033417
20513 pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_0 = 3223349584
20514 pkg syscall (freebsd-arm-cgo), const SIOCGPRIVATE_1 = 3223349585
20515 pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE = 3223349626
20516 pkg syscall (freebsd-arm-cgo), const SIOCIFCREATE2 = 3223349628
20517 pkg syscall (freebsd-arm-cgo), const SIOCIFDESTROY = 2149607801
20518 pkg syscall (freebsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
20519 pkg syscall (freebsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
20520 pkg syscall (freebsd-arm-cgo), const SIOCSHIWAT = 2147775232
20521 pkg syscall (freebsd-arm-cgo), const SIOCSIFADDR = 2149607692
20522 pkg syscall (freebsd-arm-cgo), const SIOCSIFBRDADDR = 2149607699
20523 pkg syscall (freebsd-arm-cgo), const SIOCSIFCAP = 2149607710
20524 pkg syscall (freebsd-arm-cgo), const SIOCSIFDESCR = 2149607721
20525 pkg syscall (freebsd-arm-cgo), const SIOCSIFDSTADDR = 2149607694
20526 pkg syscall (freebsd-arm-cgo), const SIOCSIFFIB = 2149607773
20527 pkg syscall (freebsd-arm-cgo), const SIOCSIFFLAGS = 2149607696
20528 pkg syscall (freebsd-arm-cgo), const SIOCSIFGENERIC = 2149607737
20529 pkg syscall (freebsd-arm-cgo), const SIOCSIFLLADDR = 2149607740
20530 pkg syscall (freebsd-arm-cgo), const SIOCSIFMAC = 2149607719
20531 pkg syscall (freebsd-arm-cgo), const SIOCSIFMEDIA = 3223349559
20532 pkg syscall (freebsd-arm-cgo), const SIOCSIFMETRIC = 2149607704
20533 pkg syscall (freebsd-arm-cgo), const SIOCSIFMTU = 2149607732
20534 pkg syscall (freebsd-arm-cgo), const SIOCSIFNAME = 2149607720
20535 pkg syscall (freebsd-arm-cgo), const SIOCSIFNETMASK = 2149607702
20536 pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046
20537 pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYS = 2149607734
20538 pkg syscall (freebsd-arm-cgo), const SIOCSIFRVNET = 3223349595
20539 pkg syscall (freebsd-arm-cgo), const SIOCSIFVNET = 3223349594
20540 pkg syscall (freebsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
20541 pkg syscall (freebsd-arm-cgo), const SIOCSLOWAT = 2147775234
20542 pkg syscall (freebsd-arm-cgo), const SIOCSPGRP = 2147775240
20543 pkg syscall (freebsd-arm-cgo), const SOCK_MAXADDRLEN = 255
20544 pkg syscall (freebsd-arm-cgo), const SOCK_RDM = 4
20545 pkg syscall (freebsd-arm-cgo), const SOL_SOCKET = 65535
20546 pkg syscall (freebsd-arm-cgo), const SOMAXCONN = 128
20547 pkg syscall (freebsd-arm-cgo), const SO_ACCEPTCONN = 2
20548 pkg syscall (freebsd-arm-cgo), const SO_ACCEPTFILTER = 4096
20549 pkg syscall (freebsd-arm-cgo), const SO_BINTIME = 8192
20550 pkg syscall (freebsd-arm-cgo), const SO_BROADCAST = 32
20551 pkg syscall (freebsd-arm-cgo), const SO_DEBUG = 1
20552 pkg syscall (freebsd-arm-cgo), const SO_DONTROUTE = 16
20553 pkg syscall (freebsd-arm-cgo), const SO_ERROR = 4103
20554 pkg syscall (freebsd-arm-cgo), const SO_KEEPALIVE = 8
20555 pkg syscall (freebsd-arm-cgo), const SO_LABEL = 4105
20556 pkg syscall (freebsd-arm-cgo), const SO_LINGER = 128
20557 pkg syscall (freebsd-arm-cgo), const SO_LISTENINCQLEN = 4115
20558 pkg syscall (freebsd-arm-cgo), const SO_LISTENQLEN = 4114
20559 pkg syscall (freebsd-arm-cgo), const SO_LISTENQLIMIT = 4113
20560 pkg syscall (freebsd-arm-cgo), const SO_NOSIGPIPE = 2048
20561 pkg syscall (freebsd-arm-cgo), const SO_NO_DDP = 32768
20562 pkg syscall (freebsd-arm-cgo), const SO_NO_OFFLOAD = 16384
20563 pkg syscall (freebsd-arm-cgo), const SO_OOBINLINE = 256
20564 pkg syscall (freebsd-arm-cgo), const SO_PEERLABEL = 4112
20565 pkg syscall (freebsd-arm-cgo), const SO_PROTOCOL = 4118
20566 pkg syscall (freebsd-arm-cgo), const SO_PROTOTYPE = 4118
20567 pkg syscall (freebsd-arm-cgo), const SO_RCVBUF = 4098
20568 pkg syscall (freebsd-arm-cgo), const SO_RCVLOWAT = 4100
20569 pkg syscall (freebsd-arm-cgo), const SO_RCVTIMEO = 4102
20570 pkg syscall (freebsd-arm-cgo), const SO_REUSEADDR = 4
20571 pkg syscall (freebsd-arm-cgo), const SO_REUSEPORT = 512
20572 pkg syscall (freebsd-arm-cgo), const SO_SETFIB = 4116
20573 pkg syscall (freebsd-arm-cgo), const SO_SNDBUF = 4097
20574 pkg syscall (freebsd-arm-cgo), const SO_SNDLOWAT = 4099
20575 pkg syscall (freebsd-arm-cgo), const SO_SNDTIMEO = 4101
20576 pkg syscall (freebsd-arm-cgo), const SO_TIMESTAMP = 1024
20577 pkg syscall (freebsd-arm-cgo), const SO_TYPE = 4104
20578 pkg syscall (freebsd-arm-cgo), const SO_USELOOPBACK = 64
20579 pkg syscall (freebsd-arm-cgo), const SO_USER_COOKIE = 4117
20580 pkg syscall (freebsd-arm-cgo), const SYS_ABORT2 = 463
20581 pkg syscall (freebsd-arm-cgo), const SYS_ACCEPT = 30
20582 pkg syscall (freebsd-arm-cgo), const SYS_ACCESS = 33
20583 pkg syscall (freebsd-arm-cgo), const SYS_ACCT = 51
20584 pkg syscall (freebsd-arm-cgo), const SYS_ADJTIME = 140
20585 pkg syscall (freebsd-arm-cgo), const SYS_AUDIT = 445
20586 pkg syscall (freebsd-arm-cgo), const SYS_AUDITCTL = 453
20587 pkg syscall (freebsd-arm-cgo), const SYS_AUDITON = 446
20588 pkg syscall (freebsd-arm-cgo), const SYS_BIND = 104
20589 pkg syscall (freebsd-arm-cgo), const SYS_CAP_ENTER = 516
20590 pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537
20591 pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536
20592 pkg syscall (freebsd-arm-cgo), const SYS_CAP_GETMODE = 517
20593 pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535
20594 pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534
20595 pkg syscall (freebsd-arm-cgo), const SYS_CAP_NEW = 514
20596 pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515
20597 pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533
20598 pkg syscall (freebsd-arm-cgo), const SYS_CHDIR = 12
20599 pkg syscall (freebsd-arm-cgo), const SYS_CHFLAGS = 34
20600 pkg syscall (freebsd-arm-cgo), const SYS_CHMOD = 15
20601 pkg syscall (freebsd-arm-cgo), const SYS_CHOWN = 16
20602 pkg syscall (freebsd-arm-cgo), const SYS_CHROOT = 61
20603 pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETCPUCLOCKID2 = 247
20604 pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETRES = 234
20605 pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_GETTIME = 232
20606 pkg syscall (freebsd-arm-cgo), const SYS_CLOCK_SETTIME = 233
20607 pkg syscall (freebsd-arm-cgo), const SYS_CLOSE = 6
20608 pkg syscall (freebsd-arm-cgo), const SYS_CLOSEFROM = 509
20609 pkg syscall (freebsd-arm-cgo), const SYS_CONNECT = 98
20610 pkg syscall (freebsd-arm-cgo), const SYS_CPUSET = 484
20611 pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETAFFINITY = 487
20612 pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_GETID = 486
20613 pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETAFFINITY = 488
20614 pkg syscall (freebsd-arm-cgo), const SYS_CPUSET_SETID = 485
20615 pkg syscall (freebsd-arm-cgo), const SYS_DUP = 41
20616 pkg syscall (freebsd-arm-cgo), const SYS_DUP2 = 90
20617 pkg syscall (freebsd-arm-cgo), const SYS_EACCESS = 376
20618 pkg syscall (freebsd-arm-cgo), const SYS_EXECVE = 59
20619 pkg syscall (freebsd-arm-cgo), const SYS_EXIT = 1
20620 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTRCTL = 355
20621 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 373
20622 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 358
20623 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 414
20624 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FD = 372
20625 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 357
20626 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 413
20627 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 437
20628 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 438
20629 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 439
20630 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FD = 371
20631 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 356
20632 pkg syscall (freebsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 412
20633 pkg syscall (freebsd-arm-cgo), const SYS_FACCESSAT = 489
20634 pkg syscall (freebsd-arm-cgo), const SYS_FCHDIR = 13
20635 pkg syscall (freebsd-arm-cgo), const SYS_FCHFLAGS = 35
20636 pkg syscall (freebsd-arm-cgo), const SYS_FCHMOD = 124
20637 pkg syscall (freebsd-arm-cgo), const SYS_FCHMODAT = 490
20638 pkg syscall (freebsd-arm-cgo), const SYS_FCHOWN = 123
20639 pkg syscall (freebsd-arm-cgo), const SYS_FCHOWNAT = 491
20640 pkg syscall (freebsd-arm-cgo), const SYS_FCNTL = 92
20641 pkg syscall (freebsd-arm-cgo), const SYS_FEXECVE = 492
20642 pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETCOUNTER = 241
20643 pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_GETESTIMATE = 243
20644 pkg syscall (freebsd-arm-cgo), const SYS_FFCLOCK_SETESTIMATE = 242
20645 pkg syscall (freebsd-arm-cgo), const SYS_FHOPEN = 298
20646 pkg syscall (freebsd-arm-cgo), const SYS_FHSTAT = 299
20647 pkg syscall (freebsd-arm-cgo), const SYS_FHSTATFS = 398
20648 pkg syscall (freebsd-arm-cgo), const SYS_FLOCK = 131
20649 pkg syscall (freebsd-arm-cgo), const SYS_FORK = 2
20650 pkg syscall (freebsd-arm-cgo), const SYS_FPATHCONF = 192
20651 pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_FTRUNCATE = 201
20652 pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_LSEEK = 199
20653 pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_MMAP = 197
20654 pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PREAD = 173
20655 pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_PWRITE = 174
20656 pkg syscall (freebsd-arm-cgo), const SYS_FREEBSD6_TRUNCATE = 200
20657 pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189
20658 pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493
20659 pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397
20660 pkg syscall (freebsd-arm-cgo), const SYS_FSYNC = 95
20661 pkg syscall (freebsd-arm-cgo), const SYS_FTRUNCATE = 480
20662 pkg syscall (freebsd-arm-cgo), const SYS_FUTIMES = 206
20663 pkg syscall (freebsd-arm-cgo), const SYS_FUTIMESAT = 494
20664 pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT = 449
20665 pkg syscall (freebsd-arm-cgo), const SYS_GETAUDIT_ADDR = 451
20666 pkg syscall (freebsd-arm-cgo), const SYS_GETAUID = 447
20667 pkg syscall (freebsd-arm-cgo), const SYS_GETCONTEXT = 421
20668 pkg syscall (freebsd-arm-cgo), const SYS_GETDENTS = 272
20669 pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196
20670 pkg syscall (freebsd-arm-cgo), const SYS_GETDTABLESIZE = 89
20671 pkg syscall (freebsd-arm-cgo), const SYS_GETEGID = 43
20672 pkg syscall (freebsd-arm-cgo), const SYS_GETEUID = 25
20673 pkg syscall (freebsd-arm-cgo), const SYS_GETFH = 161
20674 pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395
20675 pkg syscall (freebsd-arm-cgo), const SYS_GETGID = 47
20676 pkg syscall (freebsd-arm-cgo), const SYS_GETGROUPS = 79
20677 pkg syscall (freebsd-arm-cgo), const SYS_GETITIMER = 86
20678 pkg syscall (freebsd-arm-cgo), const SYS_GETLOGIN = 49
20679 pkg syscall (freebsd-arm-cgo), const SYS_GETLOGINCLASS = 523
20680 pkg syscall (freebsd-arm-cgo), const SYS_GETPEERNAME = 31
20681 pkg syscall (freebsd-arm-cgo), const SYS_GETPGID = 207
20682 pkg syscall (freebsd-arm-cgo), const SYS_GETPGRP = 81
20683 pkg syscall (freebsd-arm-cgo), const SYS_GETPID = 20
20684 pkg syscall (freebsd-arm-cgo), const SYS_GETPPID = 39
20685 pkg syscall (freebsd-arm-cgo), const SYS_GETPRIORITY = 100
20686 pkg syscall (freebsd-arm-cgo), const SYS_GETRESGID = 361
20687 pkg syscall (freebsd-arm-cgo), const SYS_GETRESUID = 360
20688 pkg syscall (freebsd-arm-cgo), const SYS_GETRLIMIT = 194
20689 pkg syscall (freebsd-arm-cgo), const SYS_GETRUSAGE = 117
20690 pkg syscall (freebsd-arm-cgo), const SYS_GETSID = 310
20691 pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKNAME = 32
20692 pkg syscall (freebsd-arm-cgo), const SYS_GETSOCKOPT = 118
20693 pkg syscall (freebsd-arm-cgo), const SYS_GETTIMEOFDAY = 116
20694 pkg syscall (freebsd-arm-cgo), const SYS_GETUID = 24
20695 pkg syscall (freebsd-arm-cgo), const SYS_IOCTL = 54
20696 pkg syscall (freebsd-arm-cgo), const SYS_ISSETUGID = 253
20697 pkg syscall (freebsd-arm-cgo), const SYS_JAIL = 338
20698 pkg syscall (freebsd-arm-cgo), const SYS_JAIL_ATTACH = 436
20699 pkg syscall (freebsd-arm-cgo), const SYS_JAIL_GET = 506
20700 pkg syscall (freebsd-arm-cgo), const SYS_JAIL_REMOVE = 508
20701 pkg syscall (freebsd-arm-cgo), const SYS_JAIL_SET = 507
20702 pkg syscall (freebsd-arm-cgo), const SYS_KENV = 390
20703 pkg syscall (freebsd-arm-cgo), const SYS_KEVENT = 363
20704 pkg syscall (freebsd-arm-cgo), const SYS_KILL = 37
20705 pkg syscall (freebsd-arm-cgo), const SYS_KLDFIND = 306
20706 pkg syscall (freebsd-arm-cgo), const SYS_KLDFIRSTMOD = 309
20707 pkg syscall (freebsd-arm-cgo), const SYS_KLDLOAD = 304
20708 pkg syscall (freebsd-arm-cgo), const SYS_KLDNEXT = 307
20709 pkg syscall (freebsd-arm-cgo), const SYS_KLDSTAT = 308
20710 pkg syscall (freebsd-arm-cgo), const SYS_KLDSYM = 337
20711 pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOAD = 305
20712 pkg syscall (freebsd-arm-cgo), const SYS_KLDUNLOADF = 444
20713 pkg syscall (freebsd-arm-cgo), const SYS_KQUEUE = 362
20714 pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_CREATE = 235
20715 pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_DELETE = 236
20716 pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETOVERRUN = 239
20717 pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_GETTIME = 238
20718 pkg syscall (freebsd-arm-cgo), const SYS_KTIMER_SETTIME = 237
20719 pkg syscall (freebsd-arm-cgo), const SYS_KTRACE = 45
20720 pkg syscall (freebsd-arm-cgo), const SYS_LCHFLAGS = 391
20721 pkg syscall (freebsd-arm-cgo), const SYS_LCHMOD = 274
20722 pkg syscall (freebsd-arm-cgo), const SYS_LCHOWN = 254
20723 pkg syscall (freebsd-arm-cgo), const SYS_LGETFH = 160
20724 pkg syscall (freebsd-arm-cgo), const SYS_LINK = 9
20725 pkg syscall (freebsd-arm-cgo), const SYS_LINKAT = 495
20726 pkg syscall (freebsd-arm-cgo), const SYS_LISTEN = 106
20727 pkg syscall (freebsd-arm-cgo), const SYS_LPATHCONF = 513
20728 pkg syscall (freebsd-arm-cgo), const SYS_LSEEK = 478
20729 pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190
20730 pkg syscall (freebsd-arm-cgo), const SYS_LUTIMES = 276
20731 pkg syscall (freebsd-arm-cgo), const SYS_MAC_SYSCALL = 394
20732 pkg syscall (freebsd-arm-cgo), const SYS_MADVISE = 75
20733 pkg syscall (freebsd-arm-cgo), const SYS_MINCORE = 78
20734 pkg syscall (freebsd-arm-cgo), const SYS_MINHERIT = 250
20735 pkg syscall (freebsd-arm-cgo), const SYS_MKDIR = 136
20736 pkg syscall (freebsd-arm-cgo), const SYS_MKDIRAT = 496
20737 pkg syscall (freebsd-arm-cgo), const SYS_MKFIFO = 132
20738 pkg syscall (freebsd-arm-cgo), const SYS_MKFIFOAT = 497
20739 pkg syscall (freebsd-arm-cgo), const SYS_MKNOD = 14
20740 pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
20741 pkg syscall (freebsd-arm-cgo), const SYS_MLOCK = 203
20742 pkg syscall (freebsd-arm-cgo), const SYS_MLOCKALL = 324
20743 pkg syscall (freebsd-arm-cgo), const SYS_MMAP = 477
20744 pkg syscall (freebsd-arm-cgo), const SYS_MODFIND = 303
20745 pkg syscall (freebsd-arm-cgo), const SYS_MODFNEXT = 302
20746 pkg syscall (freebsd-arm-cgo), const SYS_MODNEXT = 300
20747 pkg syscall (freebsd-arm-cgo), const SYS_MODSTAT = 301
20748 pkg syscall (freebsd-arm-cgo), const SYS_MOUNT = 21
20749 pkg syscall (freebsd-arm-cgo), const SYS_MPROTECT = 74
20750 pkg syscall (freebsd-arm-cgo), const SYS_MSYNC = 65
20751 pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCK = 204
20752 pkg syscall (freebsd-arm-cgo), const SYS_MUNLOCKALL = 325
20753 pkg syscall (freebsd-arm-cgo), const SYS_MUNMAP = 73
20754 pkg syscall (freebsd-arm-cgo), const SYS_NANOSLEEP = 240
20755 pkg syscall (freebsd-arm-cgo), const SYS_NFSTAT = 279
20756 pkg syscall (freebsd-arm-cgo), const SYS_NLSTAT = 280
20757 pkg syscall (freebsd-arm-cgo), const SYS_NMOUNT = 378
20758 pkg syscall (freebsd-arm-cgo), const SYS_NSTAT = 278
20759 pkg syscall (freebsd-arm-cgo), const SYS_NTP_ADJTIME = 176
20760 pkg syscall (freebsd-arm-cgo), const SYS_NTP_GETTIME = 248
20761 pkg syscall (freebsd-arm-cgo), const SYS_OBREAK = 17
20762 pkg syscall (freebsd-arm-cgo), const SYS_OPEN = 5
20763 pkg syscall (freebsd-arm-cgo), const SYS_OPENAT = 499
20764 pkg syscall (freebsd-arm-cgo), const SYS_OPENBSD_POLL = 252
20765 pkg syscall (freebsd-arm-cgo), const SYS_OVADVISE = 72
20766 pkg syscall (freebsd-arm-cgo), const SYS_PATHCONF = 191
20767 pkg syscall (freebsd-arm-cgo), const SYS_PDFORK = 518
20768 pkg syscall (freebsd-arm-cgo), const SYS_PDGETPID = 520
20769 pkg syscall (freebsd-arm-cgo), const SYS_PDKILL = 519
20770 pkg syscall (freebsd-arm-cgo), const SYS_PIPE = 42
20771 pkg syscall (freebsd-arm-cgo), const SYS_POLL = 209
20772 pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FADVISE = 531
20773 pkg syscall (freebsd-arm-cgo), const SYS_POSIX_FALLOCATE = 530
20774 pkg syscall (freebsd-arm-cgo), const SYS_POSIX_OPENPT = 504
20775 pkg syscall (freebsd-arm-cgo), const SYS_PREAD = 475
20776 pkg syscall (freebsd-arm-cgo), const SYS_PREADV = 289
20777 pkg syscall (freebsd-arm-cgo), const SYS_PROFIL = 44
20778 pkg syscall (freebsd-arm-cgo), const SYS_PSELECT = 522
20779 pkg syscall (freebsd-arm-cgo), const SYS_PTRACE = 26
20780 pkg syscall (freebsd-arm-cgo), const SYS_PWRITE = 476
20781 pkg syscall (freebsd-arm-cgo), const SYS_PWRITEV = 290
20782 pkg syscall (freebsd-arm-cgo), const SYS_QUOTACTL = 148
20783 pkg syscall (freebsd-arm-cgo), const SYS_RCTL_ADD_RULE = 528
20784 pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_LIMITS = 527
20785 pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RACCT = 525
20786 pkg syscall (freebsd-arm-cgo), const SYS_RCTL_GET_RULES = 526
20787 pkg syscall (freebsd-arm-cgo), const SYS_RCTL_REMOVE_RULE = 529
20788 pkg syscall (freebsd-arm-cgo), const SYS_READ = 3
20789 pkg syscall (freebsd-arm-cgo), const SYS_READLINK = 58
20790 pkg syscall (freebsd-arm-cgo), const SYS_READLINKAT = 500
20791 pkg syscall (freebsd-arm-cgo), const SYS_READV = 120
20792 pkg syscall (freebsd-arm-cgo), const SYS_REBOOT = 55
20793 pkg syscall (freebsd-arm-cgo), const SYS_RECVFROM = 29
20794 pkg syscall (freebsd-arm-cgo), const SYS_RECVMSG = 27
20795 pkg syscall (freebsd-arm-cgo), const SYS_RENAME = 128
20796 pkg syscall (freebsd-arm-cgo), const SYS_RENAMEAT = 501
20797 pkg syscall (freebsd-arm-cgo), const SYS_REVOKE = 56
20798 pkg syscall (freebsd-arm-cgo), const SYS_RFORK = 251
20799 pkg syscall (freebsd-arm-cgo), const SYS_RMDIR = 137
20800 pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO = 166
20801 pkg syscall (freebsd-arm-cgo), const SYS_RTPRIO_THREAD = 466
20802 pkg syscall (freebsd-arm-cgo), const SYS_SBRK = 69
20803 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETPARAM = 328
20804 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GETSCHEDULER = 330
20805 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 332
20806 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 333
20807 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 334
20808 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETPARAM = 327
20809 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_SETSCHEDULER = 329
20810 pkg syscall (freebsd-arm-cgo), const SYS_SCHED_YIELD = 331
20811 pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_RECVMSG = 474
20812 pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG = 472
20813 pkg syscall (freebsd-arm-cgo), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
20814 pkg syscall (freebsd-arm-cgo), const SYS_SCTP_PEELOFF = 471
20815 pkg syscall (freebsd-arm-cgo), const SYS_SELECT = 93
20816 pkg syscall (freebsd-arm-cgo), const SYS_SENDFILE = 393
20817 pkg syscall (freebsd-arm-cgo), const SYS_SENDMSG = 28
20818 pkg syscall (freebsd-arm-cgo), const SYS_SENDTO = 133
20819 pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT = 450
20820 pkg syscall (freebsd-arm-cgo), const SYS_SETAUDIT_ADDR = 452
20821 pkg syscall (freebsd-arm-cgo), const SYS_SETAUID = 448
20822 pkg syscall (freebsd-arm-cgo), const SYS_SETCONTEXT = 422
20823 pkg syscall (freebsd-arm-cgo), const SYS_SETEGID = 182
20824 pkg syscall (freebsd-arm-cgo), const SYS_SETEUID = 183
20825 pkg syscall (freebsd-arm-cgo), const SYS_SETFIB = 175
20826 pkg syscall (freebsd-arm-cgo), const SYS_SETGID = 181
20827 pkg syscall (freebsd-arm-cgo), const SYS_SETGROUPS = 80
20828 pkg syscall (freebsd-arm-cgo), const SYS_SETITIMER = 83
20829 pkg syscall (freebsd-arm-cgo), const SYS_SETLOGIN = 50
20830 pkg syscall (freebsd-arm-cgo), const SYS_SETLOGINCLASS = 524
20831 pkg syscall (freebsd-arm-cgo), const SYS_SETPGID = 82
20832 pkg syscall (freebsd-arm-cgo), const SYS_SETPRIORITY = 96
20833 pkg syscall (freebsd-arm-cgo), const SYS_SETREGID = 127
20834 pkg syscall (freebsd-arm-cgo), const SYS_SETRESGID = 312
20835 pkg syscall (freebsd-arm-cgo), const SYS_SETRESUID = 311
20836 pkg syscall (freebsd-arm-cgo), const SYS_SETREUID = 126
20837 pkg syscall (freebsd-arm-cgo), const SYS_SETRLIMIT = 195
20838 pkg syscall (freebsd-arm-cgo), const SYS_SETSID = 147
20839 pkg syscall (freebsd-arm-cgo), const SYS_SETSOCKOPT = 105
20840 pkg syscall (freebsd-arm-cgo), const SYS_SETTIMEOFDAY = 122
20841 pkg syscall (freebsd-arm-cgo), const SYS_SETUID = 23
20842 pkg syscall (freebsd-arm-cgo), const SYS_SHM_OPEN = 482
20843 pkg syscall (freebsd-arm-cgo), const SYS_SHM_UNLINK = 483
20844 pkg syscall (freebsd-arm-cgo), const SYS_SHUTDOWN = 134
20845 pkg syscall (freebsd-arm-cgo), const SYS_SIGACTION = 416
20846 pkg syscall (freebsd-arm-cgo), const SYS_SIGALTSTACK = 53
20847 pkg syscall (freebsd-arm-cgo), const SYS_SIGPENDING = 343
20848 pkg syscall (freebsd-arm-cgo), const SYS_SIGPROCMASK = 340
20849 pkg syscall (freebsd-arm-cgo), const SYS_SIGQUEUE = 456
20850 pkg syscall (freebsd-arm-cgo), const SYS_SIGRETURN = 417
20851 pkg syscall (freebsd-arm-cgo), const SYS_SIGSUSPEND = 341
20852 pkg syscall (freebsd-arm-cgo), const SYS_SIGTIMEDWAIT = 345
20853 pkg syscall (freebsd-arm-cgo), const SYS_SIGWAIT = 429
20854 pkg syscall (freebsd-arm-cgo), const SYS_SIGWAITINFO = 346
20855 pkg syscall (freebsd-arm-cgo), const SYS_SOCKET = 97
20856 pkg syscall (freebsd-arm-cgo), const SYS_SOCKETPAIR = 135
20857 pkg syscall (freebsd-arm-cgo), const SYS_SSTK = 70
20858 pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
20859 pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
20860 pkg syscall (freebsd-arm-cgo), const SYS_SWAPCONTEXT = 423
20861 pkg syscall (freebsd-arm-cgo), const SYS_SWAPOFF = 424
20862 pkg syscall (freebsd-arm-cgo), const SYS_SWAPON = 85
20863 pkg syscall (freebsd-arm-cgo), const SYS_SYMLINK = 57
20864 pkg syscall (freebsd-arm-cgo), const SYS_SYMLINKAT = 502
20865 pkg syscall (freebsd-arm-cgo), const SYS_SYNC = 36
20866 pkg syscall (freebsd-arm-cgo), const SYS_SYSARCH = 165
20867 pkg syscall (freebsd-arm-cgo), const SYS_THR_CREATE = 430
20868 pkg syscall (freebsd-arm-cgo), const SYS_THR_EXIT = 431
20869 pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL = 433
20870 pkg syscall (freebsd-arm-cgo), const SYS_THR_KILL2 = 481
20871 pkg syscall (freebsd-arm-cgo), const SYS_THR_NEW = 455
20872 pkg syscall (freebsd-arm-cgo), const SYS_THR_SELF = 432
20873 pkg syscall (freebsd-arm-cgo), const SYS_THR_SET_NAME = 464
20874 pkg syscall (freebsd-arm-cgo), const SYS_THR_SUSPEND = 442
20875 pkg syscall (freebsd-arm-cgo), const SYS_THR_WAKE = 443
20876 pkg syscall (freebsd-arm-cgo), const SYS_TRUNCATE = 479
20877 pkg syscall (freebsd-arm-cgo), const SYS_UMASK = 60
20878 pkg syscall (freebsd-arm-cgo), const SYS_UNDELETE = 205
20879 pkg syscall (freebsd-arm-cgo), const SYS_UNLINK = 10
20880 pkg syscall (freebsd-arm-cgo), const SYS_UNLINKAT = 503
20881 pkg syscall (freebsd-arm-cgo), const SYS_UNMOUNT = 22
20882 pkg syscall (freebsd-arm-cgo), const SYS_UTIMES = 138
20883 pkg syscall (freebsd-arm-cgo), const SYS_UTRACE = 335
20884 pkg syscall (freebsd-arm-cgo), const SYS_UUIDGEN = 392
20885 pkg syscall (freebsd-arm-cgo), const SYS_VFORK = 66
20886 pkg syscall (freebsd-arm-cgo), const SYS_WAIT4 = 7
20887 pkg syscall (freebsd-arm-cgo), const SYS_WAIT6 = 532
20888 pkg syscall (freebsd-arm-cgo), const SYS_WRITE = 4
20889 pkg syscall (freebsd-arm-cgo), const SYS_WRITEV = 121
20890 pkg syscall (freebsd-arm-cgo), const SYS_YIELD = 321
20891 pkg syscall (freebsd-arm-cgo), const SYS__UMTX_LOCK = 434
20892 pkg syscall (freebsd-arm-cgo), const SYS__UMTX_OP = 454
20893 pkg syscall (freebsd-arm-cgo), const SYS__UMTX_UNLOCK = 435
20894 pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FD = 354
20895 pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_FILE = 353
20896 pkg syscall (freebsd-arm-cgo), const SYS___ACL_ACLCHECK_LINK = 428
20897 pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FD = 352
20898 pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_FILE = 351
20899 pkg syscall (freebsd-arm-cgo), const SYS___ACL_DELETE_LINK = 427
20900 pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FD = 349
20901 pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_FILE = 347
20902 pkg syscall (freebsd-arm-cgo), const SYS___ACL_GET_LINK = 425
20903 pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FD = 350
20904 pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_FILE = 348
20905 pkg syscall (freebsd-arm-cgo), const SYS___ACL_SET_LINK = 426
20906 pkg syscall (freebsd-arm-cgo), const SYS___GETCWD = 326
20907 pkg syscall (freebsd-arm-cgo), const SYS___MAC_EXECVE = 415
20908 pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FD = 386
20909 pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_FILE = 387
20910 pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_LINK = 410
20911 pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PID = 409
20912 pkg syscall (freebsd-arm-cgo), const SYS___MAC_GET_PROC = 384
20913 pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FD = 388
20914 pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_FILE = 389
20915 pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_LINK = 411
20916 pkg syscall (freebsd-arm-cgo), const SYS___MAC_SET_PROC = 385
20917 pkg syscall (freebsd-arm-cgo), const SYS___SETUGID = 374
20918 pkg syscall (freebsd-arm-cgo), const SYS___SYSCTL = 202
20919 pkg syscall (freebsd-arm-cgo), const S_IFMT = 61440
20920 pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24
20921 pkg syscall (freebsd-arm-cgo), const SizeofBpfInsn = 8
20922 pkg syscall (freebsd-arm-cgo), const SizeofBpfProgram = 8
20923 pkg syscall (freebsd-arm-cgo), const SizeofBpfStat = 8
20924 pkg syscall (freebsd-arm-cgo), const SizeofBpfVersion = 4
20925 pkg syscall (freebsd-arm-cgo), const SizeofBpfZbuf = 12
20926 pkg syscall (freebsd-arm-cgo), const SizeofBpfZbufHeader = 32
20927 pkg syscall (freebsd-arm-cgo), const SizeofCmsghdr = 12
20928 pkg syscall (freebsd-arm-cgo), const SizeofIPMreq = 8
20929 pkg syscall (freebsd-arm-cgo), const SizeofIPMreqn = 12
20930 pkg syscall (freebsd-arm-cgo), const SizeofIPv6Mreq = 20
20931 pkg syscall (freebsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
20932 pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88
20933 pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104
20934 pkg syscall (freebsd-arm-cgo), const SizeofIfaMsghdr = 20
20935 pkg syscall (freebsd-arm-cgo), const SizeofIfmaMsghdr = 16
20936 pkg syscall (freebsd-arm-cgo), const SizeofInet6Pktinfo = 20
20937 pkg syscall (freebsd-arm-cgo), const SizeofLinger = 8
20938 pkg syscall (freebsd-arm-cgo), const SizeofMsghdr = 28
20939 pkg syscall (freebsd-arm-cgo), const SizeofRtMetrics = 56
20940 pkg syscall (freebsd-arm-cgo), const SizeofRtMsghdr = 92
20941 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrAny = 108
20942 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
20943 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet4 = 16
20944 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrInet6 = 28
20945 pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
20946 pkg syscall (freebsd-arm-cgo), const TCIFLUSH = 1
20947 pkg syscall (freebsd-arm-cgo), const TCIOFLUSH = 3
20948 pkg syscall (freebsd-arm-cgo), const TCOFLUSH = 2
20949 pkg syscall (freebsd-arm-cgo), const TCP_CA_NAME_MAX = 16
20950 pkg syscall (freebsd-arm-cgo), const TCP_CONGESTION = 64
20951 pkg syscall (freebsd-arm-cgo), const TCP_INFO = 32
20952 pkg syscall (freebsd-arm-cgo), const TCP_KEEPCNT = 1024
20953 pkg syscall (freebsd-arm-cgo), const TCP_KEEPIDLE = 256
20954 pkg syscall (freebsd-arm-cgo), const TCP_KEEPINIT = 128
20955 pkg syscall (freebsd-arm-cgo), const TCP_KEEPINTVL = 512
20956 pkg syscall (freebsd-arm-cgo), const TCP_MAXBURST = 4
20957 pkg syscall (freebsd-arm-cgo), const TCP_MAXHLEN = 60
20958 pkg syscall (freebsd-arm-cgo), const TCP_MAXOLEN = 40
20959 pkg syscall (freebsd-arm-cgo), const TCP_MAXSEG = 2
20960 pkg syscall (freebsd-arm-cgo), const TCP_MAXWIN = 65535
20961 pkg syscall (freebsd-arm-cgo), const TCP_MAX_SACK = 4
20962 pkg syscall (freebsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
20963 pkg syscall (freebsd-arm-cgo), const TCP_MD5SIG = 16
20964 pkg syscall (freebsd-arm-cgo), const TCP_MINMSS = 216
20965 pkg syscall (freebsd-arm-cgo), const TCP_MSS = 536
20966 pkg syscall (freebsd-arm-cgo), const TCP_NOOPT = 8
20967 pkg syscall (freebsd-arm-cgo), const TCP_NOPUSH = 4
20968 pkg syscall (freebsd-arm-cgo), const TCSAFLUSH = 2
20969 pkg syscall (freebsd-arm-cgo), const TIOCCBRK = 536900730
20970 pkg syscall (freebsd-arm-cgo), const TIOCCDTR = 536900728
20971 pkg syscall (freebsd-arm-cgo), const TIOCCONS = 2147775586
20972 pkg syscall (freebsd-arm-cgo), const TIOCDRAIN = 536900702
20973 pkg syscall (freebsd-arm-cgo), const TIOCEXCL = 536900621
20974 pkg syscall (freebsd-arm-cgo), const TIOCEXT = 2147775584
20975 pkg syscall (freebsd-arm-cgo), const TIOCFLUSH = 2147775504
20976 pkg syscall (freebsd-arm-cgo), const TIOCGDRAINWAIT = 1074033750
20977 pkg syscall (freebsd-arm-cgo), const TIOCGETA = 1076655123
20978 pkg syscall (freebsd-arm-cgo), const TIOCGETD = 1074033690
20979 pkg syscall (freebsd-arm-cgo), const TIOCGPGRP = 1074033783
20980 pkg syscall (freebsd-arm-cgo), const TIOCGPTN = 1074033679
20981 pkg syscall (freebsd-arm-cgo), const TIOCGSID = 1074033763
20982 pkg syscall (freebsd-arm-cgo), const TIOCGWINSZ = 1074295912
20983 pkg syscall (freebsd-arm-cgo), const TIOCMBIC = 2147775595
20984 pkg syscall (freebsd-arm-cgo), const TIOCMBIS = 2147775596
20985 pkg syscall (freebsd-arm-cgo), const TIOCMGDTRWAIT = 1074033754
20986 pkg syscall (freebsd-arm-cgo), const TIOCMGET = 1074033770
20987 pkg syscall (freebsd-arm-cgo), const TIOCMSDTRWAIT = 2147775579
20988 pkg syscall (freebsd-arm-cgo), const TIOCMSET = 2147775597
20989 pkg syscall (freebsd-arm-cgo), const TIOCM_CAR = 64
20990 pkg syscall (freebsd-arm-cgo), const TIOCM_CD = 64
20991 pkg syscall (freebsd-arm-cgo), const TIOCM_CTS = 32
20992 pkg syscall (freebsd-arm-cgo), const TIOCM_DCD = 64
20993 pkg syscall (freebsd-arm-cgo), const TIOCM_DSR = 256
20994 pkg syscall (freebsd-arm-cgo), const TIOCM_DTR = 2
20995 pkg syscall (freebsd-arm-cgo), const TIOCM_LE = 1
20996 pkg syscall (freebsd-arm-cgo), const TIOCM_RI = 128
20997 pkg syscall (freebsd-arm-cgo), const TIOCM_RNG = 128
20998 pkg syscall (freebsd-arm-cgo), const TIOCM_RTS = 4
20999 pkg syscall (freebsd-arm-cgo), const TIOCM_SR = 16
21000 pkg syscall (freebsd-arm-cgo), const TIOCM_ST = 8
21001 pkg syscall (freebsd-arm-cgo), const TIOCNOTTY = 536900721
21002 pkg syscall (freebsd-arm-cgo), const TIOCNXCL = 536900622
21003 pkg syscall (freebsd-arm-cgo), const TIOCOUTQ = 1074033779
21004 pkg syscall (freebsd-arm-cgo), const TIOCPKT = 2147775600
21005 pkg syscall (freebsd-arm-cgo), const TIOCPKT_DATA = 0
21006 pkg syscall (freebsd-arm-cgo), const TIOCPKT_DOSTOP = 32
21007 pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
21008 pkg syscall (freebsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
21009 pkg syscall (freebsd-arm-cgo), const TIOCPKT_IOCTL = 64
21010 pkg syscall (freebsd-arm-cgo), const TIOCPKT_NOSTOP = 16
21011 pkg syscall (freebsd-arm-cgo), const TIOCPKT_START = 8
21012 pkg syscall (freebsd-arm-cgo), const TIOCPKT_STOP = 4
21013 pkg syscall (freebsd-arm-cgo), const TIOCPTMASTER = 536900636
21014 pkg syscall (freebsd-arm-cgo), const TIOCSBRK = 536900731
21015 pkg syscall (freebsd-arm-cgo), const TIOCSCTTY = 536900705
21016 pkg syscall (freebsd-arm-cgo), const TIOCSDRAINWAIT = 2147775575
21017 pkg syscall (freebsd-arm-cgo), const TIOCSDTR = 536900729
21018 pkg syscall (freebsd-arm-cgo), const TIOCSETA = 2150396948
21019 pkg syscall (freebsd-arm-cgo), const TIOCSETAF = 2150396950
21020 pkg syscall (freebsd-arm-cgo), const TIOCSETAW = 2150396949
21021 pkg syscall (freebsd-arm-cgo), const TIOCSETD = 2147775515
21022 pkg syscall (freebsd-arm-cgo), const TIOCSIG = 537162847
21023 pkg syscall (freebsd-arm-cgo), const TIOCSPGRP = 2147775606
21024 pkg syscall (freebsd-arm-cgo), const TIOCSTART = 536900718
21025 pkg syscall (freebsd-arm-cgo), const TIOCSTAT = 536900709
21026 pkg syscall (freebsd-arm-cgo), const TIOCSTI = 2147578994
21027 pkg syscall (freebsd-arm-cgo), const TIOCSTOP = 536900719
21028 pkg syscall (freebsd-arm-cgo), const TIOCSWINSZ = 2148037735
21029 pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
21030 pkg syscall (freebsd-arm-cgo), const TIOCUCNTL = 2147775590
21031 pkg syscall (freebsd-arm-cgo), const TOSTOP = 4194304
21032 pkg syscall (freebsd-arm-cgo), const VDISCARD = 15
21033 pkg syscall (freebsd-arm-cgo), const VDSUSP = 11
21034 pkg syscall (freebsd-arm-cgo), const VEOF = 0
21035 pkg syscall (freebsd-arm-cgo), const VEOL = 1
21036 pkg syscall (freebsd-arm-cgo), const VEOL2 = 2
21037 pkg syscall (freebsd-arm-cgo), const VERASE = 3
21038 pkg syscall (freebsd-arm-cgo), const VERASE2 = 7
21039 pkg syscall (freebsd-arm-cgo), const VINTR = 8
21040 pkg syscall (freebsd-arm-cgo), const VKILL = 5
21041 pkg syscall (freebsd-arm-cgo), const VLNEXT = 14
21042 pkg syscall (freebsd-arm-cgo), const VMIN = 16
21043 pkg syscall (freebsd-arm-cgo), const VQUIT = 9
21044 pkg syscall (freebsd-arm-cgo), const VREPRINT = 6
21045 pkg syscall (freebsd-arm-cgo), const VSTART = 12
21046 pkg syscall (freebsd-arm-cgo), const VSTATUS = 18
21047 pkg syscall (freebsd-arm-cgo), const VSTOP = 13
21048 pkg syscall (freebsd-arm-cgo), const VSUSP = 10
21049 pkg syscall (freebsd-arm-cgo), const VTIME = 17
21050 pkg syscall (freebsd-arm-cgo), const VWERASE = 4
21051 pkg syscall (freebsd-arm-cgo), const WCONTINUED = 4
21052 pkg syscall (freebsd-arm-cgo), const WCOREFLAG = 128
21053 pkg syscall (freebsd-arm-cgo), const WEXITED = 16
21054 pkg syscall (freebsd-arm-cgo), const WLINUXCLONE = 2147483648
21055 pkg syscall (freebsd-arm-cgo), const WNOHANG = 1
21056 pkg syscall (freebsd-arm-cgo), const WNOWAIT = 8
21057 pkg syscall (freebsd-arm-cgo), const WSTOPPED = 2
21058 pkg syscall (freebsd-arm-cgo), const WTRAPPED = 32
21059 pkg syscall (freebsd-arm-cgo), const WUNTRACED = 2
21060 pkg syscall (linux-386), const AF_ALG = 38
21061 pkg syscall (linux-386), const AF_APPLETALK = 5
21062 pkg syscall (linux-386), const AF_ASH = 18
21063 pkg syscall (linux-386), const AF_ATMPVC = 8
21064 pkg syscall (linux-386), const AF_ATMSVC = 20
21065 pkg syscall (linux-386), const AF_AX25 = 3
21066 pkg syscall (linux-386), const AF_BLUETOOTH = 31
21067 pkg syscall (linux-386), const AF_BRIDGE = 7
21068 pkg syscall (linux-386), const AF_CAIF = 37
21069 pkg syscall (linux-386), const AF_CAN = 29
21070 pkg syscall (linux-386), const AF_DECnet = 12
21071 pkg syscall (linux-386), const AF_ECONET = 19
21072 pkg syscall (linux-386), const AF_FILE = 1
21073 pkg syscall (linux-386), const AF_IEEE802154 = 36
21074 pkg syscall (linux-386), const AF_INET6 = 10
21075 pkg syscall (linux-386), const AF_IPX = 4
21076 pkg syscall (linux-386), const AF_IRDA = 23
21077 pkg syscall (linux-386), const AF_ISDN = 34
21078 pkg syscall (linux-386), const AF_IUCV = 32
21079 pkg syscall (linux-386), const AF_KEY = 15
21080 pkg syscall (linux-386), const AF_LLC = 26
21081 pkg syscall (linux-386), const AF_LOCAL = 1
21082 pkg syscall (linux-386), const AF_MAX = 39
21083 pkg syscall (linux-386), const AF_NETBEUI = 13
21084 pkg syscall (linux-386), const AF_NETLINK = 16
21085 pkg syscall (linux-386), const AF_NETROM = 6
21086 pkg syscall (linux-386), const AF_PACKET = 17
21087 pkg syscall (linux-386), const AF_PHONET = 35
21088 pkg syscall (linux-386), const AF_PPPOX = 24
21089 pkg syscall (linux-386), const AF_RDS = 21
21090 pkg syscall (linux-386), const AF_ROSE = 11
21091 pkg syscall (linux-386), const AF_ROUTE = 16
21092 pkg syscall (linux-386), const AF_RXRPC = 33
21093 pkg syscall (linux-386), const AF_SECURITY = 14
21094 pkg syscall (linux-386), const AF_SNA = 22
21095 pkg syscall (linux-386), const AF_TIPC = 30
21096 pkg syscall (linux-386), const AF_WANPIPE = 25
21097 pkg syscall (linux-386), const AF_X25 = 9
21098 pkg syscall (linux-386), const ARPHRD_ADAPT = 264
21099 pkg syscall (linux-386), const ARPHRD_APPLETLK = 8
21100 pkg syscall (linux-386), const ARPHRD_ARCNET = 7
21101 pkg syscall (linux-386), const ARPHRD_ASH = 781
21102 pkg syscall (linux-386), const ARPHRD_ATM = 19
21103 pkg syscall (linux-386), const ARPHRD_AX25 = 3
21104 pkg syscall (linux-386), const ARPHRD_BIF = 775
21105 pkg syscall (linux-386), const ARPHRD_CHAOS = 5
21106 pkg syscall (linux-386), const ARPHRD_CISCO = 513
21107 pkg syscall (linux-386), const ARPHRD_CSLIP = 257
21108 pkg syscall (linux-386), const ARPHRD_CSLIP6 = 259
21109 pkg syscall (linux-386), const ARPHRD_DDCMP = 517
21110 pkg syscall (linux-386), const ARPHRD_DLCI = 15
21111 pkg syscall (linux-386), const ARPHRD_ECONET = 782
21112 pkg syscall (linux-386), const ARPHRD_EETHER = 2
21113 pkg syscall (linux-386), const ARPHRD_ETHER = 1
21114 pkg syscall (linux-386), const ARPHRD_EUI64 = 27
21115 pkg syscall (linux-386), const ARPHRD_FCAL = 785
21116 pkg syscall (linux-386), const ARPHRD_FCFABRIC = 787
21117 pkg syscall (linux-386), const ARPHRD_FCPL = 786
21118 pkg syscall (linux-386), const ARPHRD_FCPP = 784
21119 pkg syscall (linux-386), const ARPHRD_FDDI = 774
21120 pkg syscall (linux-386), const ARPHRD_FRAD = 770
21121 pkg syscall (linux-386), const ARPHRD_HDLC = 513
21122 pkg syscall (linux-386), const ARPHRD_HIPPI = 780
21123 pkg syscall (linux-386), const ARPHRD_HWX25 = 272
21124 pkg syscall (linux-386), const ARPHRD_IEEE1394 = 24
21125 pkg syscall (linux-386), const ARPHRD_IEEE802 = 6
21126 pkg syscall (linux-386), const ARPHRD_IEEE80211 = 801
21127 pkg syscall (linux-386), const ARPHRD_IEEE80211_PRISM = 802
21128 pkg syscall (linux-386), const ARPHRD_IEEE80211_RADIOTAP = 803
21129 pkg syscall (linux-386), const ARPHRD_IEEE802154 = 804
21130 pkg syscall (linux-386), const ARPHRD_IEEE802154_PHY = 805
21131 pkg syscall (linux-386), const ARPHRD_IEEE802_TR = 800
21132 pkg syscall (linux-386), const ARPHRD_INFINIBAND = 32
21133 pkg syscall (linux-386), const ARPHRD_IPDDP = 777
21134 pkg syscall (linux-386), const ARPHRD_IPGRE = 778
21135 pkg syscall (linux-386), const ARPHRD_IRDA = 783
21136 pkg syscall (linux-386), const ARPHRD_LAPB = 516
21137 pkg syscall (linux-386), const ARPHRD_LOCALTLK = 773
21138 pkg syscall (linux-386), const ARPHRD_LOOPBACK = 772
21139 pkg syscall (linux-386), const ARPHRD_METRICOM = 23
21140 pkg syscall (linux-386), const ARPHRD_NETROM = 0
21141 pkg syscall (linux-386), const ARPHRD_NONE = 65534
21142 pkg syscall (linux-386), const ARPHRD_PIMREG = 779
21143 pkg syscall (linux-386), const ARPHRD_PPP = 512
21144 pkg syscall (linux-386), const ARPHRD_PRONET = 4
21145 pkg syscall (linux-386), const ARPHRD_RAWHDLC = 518
21146 pkg syscall (linux-386), const ARPHRD_ROSE = 270
21147 pkg syscall (linux-386), const ARPHRD_RSRVD = 260
21148 pkg syscall (linux-386), const ARPHRD_SIT = 776
21149 pkg syscall (linux-386), const ARPHRD_SKIP = 771
21150 pkg syscall (linux-386), const ARPHRD_SLIP = 256
21151 pkg syscall (linux-386), const ARPHRD_SLIP6 = 258
21152 pkg syscall (linux-386), const ARPHRD_TUNNEL = 768
21153 pkg syscall (linux-386), const ARPHRD_TUNNEL6 = 769
21154 pkg syscall (linux-386), const ARPHRD_VOID = 65535
21155 pkg syscall (linux-386), const ARPHRD_X25 = 271
21156 pkg syscall (linux-386), const B0 = 0
21157 pkg syscall (linux-386), const B1000000 = 4104
21158 pkg syscall (linux-386), const B110 = 3
21159 pkg syscall (linux-386), const B115200 = 4098
21160 pkg syscall (linux-386), const B1152000 = 4105
21161 pkg syscall (linux-386), const B1200 = 9
21162 pkg syscall (linux-386), const B134 = 4
21163 pkg syscall (linux-386), const B150 = 5
21164 pkg syscall (linux-386), const B1500000 = 4106
21165 pkg syscall (linux-386), const B1800 = 10
21166 pkg syscall (linux-386), const B19200 = 14
21167 pkg syscall (linux-386), const B200 = 6
21168 pkg syscall (linux-386), const B2000000 = 4107
21169 pkg syscall (linux-386), const B230400 = 4099
21170 pkg syscall (linux-386), const B2400 = 11
21171 pkg syscall (linux-386), const B2500000 = 4108
21172 pkg syscall (linux-386), const B300 = 7
21173 pkg syscall (linux-386), const B3000000 = 4109
21174 pkg syscall (linux-386), const B3500000 = 4110
21175 pkg syscall (linux-386), const B38400 = 15
21176 pkg syscall (linux-386), const B4000000 = 4111
21177 pkg syscall (linux-386), const B460800 = 4100
21178 pkg syscall (linux-386), const B4800 = 12
21179 pkg syscall (linux-386), const B50 = 1
21180 pkg syscall (linux-386), const B500000 = 4101
21181 pkg syscall (linux-386), const B57600 = 4097
21182 pkg syscall (linux-386), const B576000 = 4102
21183 pkg syscall (linux-386), const B600 = 8
21184 pkg syscall (linux-386), const B75 = 2
21185 pkg syscall (linux-386), const B921600 = 4103
21186 pkg syscall (linux-386), const B9600 = 13
21187 pkg syscall (linux-386), const BPF_A = 16
21188 pkg syscall (linux-386), const BPF_ABS = 32
21189 pkg syscall (linux-386), const BPF_ADD = 0
21190 pkg syscall (linux-386), const BPF_ALU = 4
21191 pkg syscall (linux-386), const BPF_AND = 80
21192 pkg syscall (linux-386), const BPF_B = 16
21193 pkg syscall (linux-386), const BPF_DIV = 48
21194 pkg syscall (linux-386), const BPF_H = 8
21195 pkg syscall (linux-386), const BPF_IMM = 0
21196 pkg syscall (linux-386), const BPF_IND = 64
21197 pkg syscall (linux-386), const BPF_JA = 0
21198 pkg syscall (linux-386), const BPF_JEQ = 16
21199 pkg syscall (linux-386), const BPF_JGE = 48
21200 pkg syscall (linux-386), const BPF_JGT = 32
21201 pkg syscall (linux-386), const BPF_JMP = 5
21202 pkg syscall (linux-386), const BPF_JSET = 64
21203 pkg syscall (linux-386), const BPF_K = 0
21204 pkg syscall (linux-386), const BPF_LD = 0
21205 pkg syscall (linux-386), const BPF_LDX = 1
21206 pkg syscall (linux-386), const BPF_LEN = 128
21207 pkg syscall (linux-386), const BPF_LSH = 96
21208 pkg syscall (linux-386), const BPF_MAJOR_VERSION = 1
21209 pkg syscall (linux-386), const BPF_MAXINSNS = 4096
21210 pkg syscall (linux-386), const BPF_MEM = 96
21211 pkg syscall (linux-386), const BPF_MEMWORDS = 16
21212 pkg syscall (linux-386), const BPF_MINOR_VERSION = 1
21213 pkg syscall (linux-386), const BPF_MISC = 7
21214 pkg syscall (linux-386), const BPF_MSH = 160
21215 pkg syscall (linux-386), const BPF_MUL = 32
21216 pkg syscall (linux-386), const BPF_NEG = 128
21217 pkg syscall (linux-386), const BPF_OR = 64
21218 pkg syscall (linux-386), const BPF_RET = 6
21219 pkg syscall (linux-386), const BPF_RSH = 112
21220 pkg syscall (linux-386), const BPF_ST = 2
21221 pkg syscall (linux-386), const BPF_STX = 3
21222 pkg syscall (linux-386), const BPF_SUB = 16
21223 pkg syscall (linux-386), const BPF_TAX = 0
21224 pkg syscall (linux-386), const BPF_TXA = 128
21225 pkg syscall (linux-386), const BPF_W = 0
21226 pkg syscall (linux-386), const BPF_X = 8
21227 pkg syscall (linux-386), const BRKINT = 2
21228 pkg syscall (linux-386), const CLOCAL = 2048
21229 pkg syscall (linux-386), const CREAD = 128
21230 pkg syscall (linux-386), const CS5 = 0
21231 pkg syscall (linux-386), const CS6 = 16
21232 pkg syscall (linux-386), const CS7 = 32
21233 pkg syscall (linux-386), const CS8 = 48
21234 pkg syscall (linux-386), const CSIZE = 48
21235 pkg syscall (linux-386), const CSTOPB = 64
21236 pkg syscall (linux-386), const DT_BLK = 6
21237 pkg syscall (linux-386), const DT_CHR = 2
21238 pkg syscall (linux-386), const DT_DIR = 4
21239 pkg syscall (linux-386), const DT_FIFO = 1
21240 pkg syscall (linux-386), const DT_LNK = 10
21241 pkg syscall (linux-386), const DT_REG = 8
21242 pkg syscall (linux-386), const DT_SOCK = 12
21243 pkg syscall (linux-386), const DT_UNKNOWN = 0
21244 pkg syscall (linux-386), const DT_WHT = 14
21245 pkg syscall (linux-386), const E2BIG = 7
21246 pkg syscall (linux-386), const EACCES = 13
21247 pkg syscall (linux-386), const EADDRINUSE = 98
21248 pkg syscall (linux-386), const EADDRNOTAVAIL = 99
21249 pkg syscall (linux-386), const EADV = 68
21250 pkg syscall (linux-386), const EAFNOSUPPORT = 97
21251 pkg syscall (linux-386), const EAGAIN = 11
21252 pkg syscall (linux-386), const EALREADY = 114
21253 pkg syscall (linux-386), const EBADE = 52
21254 pkg syscall (linux-386), const EBADF = 9
21255 pkg syscall (linux-386), const EBADFD = 77
21256 pkg syscall (linux-386), const EBADMSG = 74
21257 pkg syscall (linux-386), const EBADR = 53
21258 pkg syscall (linux-386), const EBADRQC = 56
21259 pkg syscall (linux-386), const EBADSLT = 57
21260 pkg syscall (linux-386), const EBFONT = 59
21261 pkg syscall (linux-386), const EBUSY = 16
21262 pkg syscall (linux-386), const ECANCELED = 125
21263 pkg syscall (linux-386), const ECHILD = 10
21264 pkg syscall (linux-386), const ECHO = 8
21265 pkg syscall (linux-386), const ECHOCTL = 512
21266 pkg syscall (linux-386), const ECHOE = 16
21267 pkg syscall (linux-386), const ECHOK = 32
21268 pkg syscall (linux-386), const ECHOKE = 2048
21269 pkg syscall (linux-386), const ECHONL = 64
21270 pkg syscall (linux-386), const ECHOPRT = 1024
21271 pkg syscall (linux-386), const ECHRNG = 44
21272 pkg syscall (linux-386), const ECOMM = 70
21273 pkg syscall (linux-386), const ECONNABORTED = 103
21274 pkg syscall (linux-386), const ECONNREFUSED = 111
21275 pkg syscall (linux-386), const ECONNRESET = 104
21276 pkg syscall (linux-386), const EDEADLK = 35
21277 pkg syscall (linux-386), const EDEADLOCK = 35
21278 pkg syscall (linux-386), const EDESTADDRREQ = 89
21279 pkg syscall (linux-386), const EDOM = 33
21280 pkg syscall (linux-386), const EDOTDOT = 73
21281 pkg syscall (linux-386), const EDQUOT = 122
21282 pkg syscall (linux-386), const EEXIST = 17
21283 pkg syscall (linux-386), const EFAULT = 14
21284 pkg syscall (linux-386), const EFBIG = 27
21285 pkg syscall (linux-386), const EHOSTDOWN = 112
21286 pkg syscall (linux-386), const EHOSTUNREACH = 113
21287 pkg syscall (linux-386), const EIDRM = 43
21288 pkg syscall (linux-386), const EILSEQ = 84
21289 pkg syscall (linux-386), const EINPROGRESS = 115
21290 pkg syscall (linux-386), const EINTR = 4
21291 pkg syscall (linux-386), const EINVAL = 22
21292 pkg syscall (linux-386), const EIO = 5
21293 pkg syscall (linux-386), const EISCONN = 106
21294 pkg syscall (linux-386), const EISDIR = 21
21295 pkg syscall (linux-386), const EISNAM = 120
21296 pkg syscall (linux-386), const EKEYEXPIRED = 127
21297 pkg syscall (linux-386), const EKEYREJECTED = 129
21298 pkg syscall (linux-386), const EKEYREVOKED = 128
21299 pkg syscall (linux-386), const EL2HLT = 51
21300 pkg syscall (linux-386), const EL2NSYNC = 45
21301 pkg syscall (linux-386), const EL3HLT = 46
21302 pkg syscall (linux-386), const EL3RST = 47
21303 pkg syscall (linux-386), const ELIBACC = 79
21304 pkg syscall (linux-386), const ELIBBAD = 80
21305 pkg syscall (linux-386), const ELIBEXEC = 83
21306 pkg syscall (linux-386), const ELIBMAX = 82
21307 pkg syscall (linux-386), const ELIBSCN = 81
21308 pkg syscall (linux-386), const ELNRNG = 48
21309 pkg syscall (linux-386), const ELOOP = 40
21310 pkg syscall (linux-386), const EMEDIUMTYPE = 124
21311 pkg syscall (linux-386), const EMFILE = 24
21312 pkg syscall (linux-386), const EMLINK = 31
21313 pkg syscall (linux-386), const EMSGSIZE = 90
21314 pkg syscall (linux-386), const EMULTIHOP = 72
21315 pkg syscall (linux-386), const ENAMETOOLONG = 36
21316 pkg syscall (linux-386), const ENAVAIL = 119
21317 pkg syscall (linux-386), const ENETDOWN = 100
21318 pkg syscall (linux-386), const ENETRESET = 102
21319 pkg syscall (linux-386), const ENETUNREACH = 101
21320 pkg syscall (linux-386), const ENFILE = 23
21321 pkg syscall (linux-386), const ENOANO = 55
21322 pkg syscall (linux-386), const ENOBUFS = 105
21323 pkg syscall (linux-386), const ENOCSI = 50
21324 pkg syscall (linux-386), const ENODATA = 61
21325 pkg syscall (linux-386), const ENODEV = 19
21326 pkg syscall (linux-386), const ENOEXEC = 8
21327 pkg syscall (linux-386), const ENOKEY = 126
21328 pkg syscall (linux-386), const ENOLCK = 37
21329 pkg syscall (linux-386), const ENOLINK = 67
21330 pkg syscall (linux-386), const ENOMEDIUM = 123
21331 pkg syscall (linux-386), const ENOMEM = 12
21332 pkg syscall (linux-386), const ENOMSG = 42
21333 pkg syscall (linux-386), const ENONET = 64
21334 pkg syscall (linux-386), const ENOPKG = 65
21335 pkg syscall (linux-386), const ENOPROTOOPT = 92
21336 pkg syscall (linux-386), const ENOSPC = 28
21337 pkg syscall (linux-386), const ENOSR = 63
21338 pkg syscall (linux-386), const ENOSTR = 60
21339 pkg syscall (linux-386), const ENOSYS = 38
21340 pkg syscall (linux-386), const ENOTBLK = 15
21341 pkg syscall (linux-386), const ENOTCONN = 107
21342 pkg syscall (linux-386), const ENOTDIR = 20
21343 pkg syscall (linux-386), const ENOTEMPTY = 39
21344 pkg syscall (linux-386), const ENOTNAM = 118
21345 pkg syscall (linux-386), const ENOTRECOVERABLE = 131
21346 pkg syscall (linux-386), const ENOTSOCK = 88
21347 pkg syscall (linux-386), const ENOTSUP = 95
21348 pkg syscall (linux-386), const ENOTTY = 25
21349 pkg syscall (linux-386), const ENOTUNIQ = 76
21350 pkg syscall (linux-386), const ENXIO = 6
21351 pkg syscall (linux-386), const EOPNOTSUPP = 95
21352 pkg syscall (linux-386), const EOVERFLOW = 75
21353 pkg syscall (linux-386), const EOWNERDEAD = 130
21354 pkg syscall (linux-386), const EPERM = 1
21355 pkg syscall (linux-386), const EPFNOSUPPORT = 96
21356 pkg syscall (linux-386), const EPIPE = 32
21357 pkg syscall (linux-386), const EPOLLERR = 8
21358 pkg syscall (linux-386), const EPOLLET = -2147483648
21359 pkg syscall (linux-386), const EPOLLHUP = 16
21360 pkg syscall (linux-386), const EPOLLIN = 1
21361 pkg syscall (linux-386), const EPOLLMSG = 1024
21362 pkg syscall (linux-386), const EPOLLONESHOT = 1073741824
21363 pkg syscall (linux-386), const EPOLLOUT = 4
21364 pkg syscall (linux-386), const EPOLLPRI = 2
21365 pkg syscall (linux-386), const EPOLLRDBAND = 128
21366 pkg syscall (linux-386), const EPOLLRDHUP = 8192
21367 pkg syscall (linux-386), const EPOLLRDNORM = 64
21368 pkg syscall (linux-386), const EPOLLWRBAND = 512
21369 pkg syscall (linux-386), const EPOLLWRNORM = 256
21370 pkg syscall (linux-386), const EPOLL_CLOEXEC = 524288
21371 pkg syscall (linux-386), const EPOLL_CTL_ADD = 1
21372 pkg syscall (linux-386), const EPOLL_CTL_DEL = 2
21373 pkg syscall (linux-386), const EPOLL_CTL_MOD = 3
21374 pkg syscall (linux-386), const EPOLL_NONBLOCK = 2048
21375 pkg syscall (linux-386), const EPROTO = 71
21376 pkg syscall (linux-386), const EPROTONOSUPPORT = 93
21377 pkg syscall (linux-386), const EPROTOTYPE = 91
21378 pkg syscall (linux-386), const ERANGE = 34
21379 pkg syscall (linux-386), const EREMCHG = 78
21380 pkg syscall (linux-386), const EREMOTE = 66
21381 pkg syscall (linux-386), const EREMOTEIO = 121
21382 pkg syscall (linux-386), const ERESTART = 85
21383 pkg syscall (linux-386), const ERFKILL = 132
21384 pkg syscall (linux-386), const EROFS = 30
21385 pkg syscall (linux-386), const ESHUTDOWN = 108
21386 pkg syscall (linux-386), const ESOCKTNOSUPPORT = 94
21387 pkg syscall (linux-386), const ESPIPE = 29
21388 pkg syscall (linux-386), const ESRCH = 3
21389 pkg syscall (linux-386), const ESRMNT = 69
21390 pkg syscall (linux-386), const ESTALE = 116
21391 pkg syscall (linux-386), const ESTRPIPE = 86
21392 pkg syscall (linux-386), const ETH_P_1588 = 35063
21393 pkg syscall (linux-386), const ETH_P_8021Q = 33024
21394 pkg syscall (linux-386), const ETH_P_802_2 = 4
21395 pkg syscall (linux-386), const ETH_P_802_3 = 1
21396 pkg syscall (linux-386), const ETH_P_AARP = 33011
21397 pkg syscall (linux-386), const ETH_P_ALL = 3
21398 pkg syscall (linux-386), const ETH_P_AOE = 34978
21399 pkg syscall (linux-386), const ETH_P_ARCNET = 26
21400 pkg syscall (linux-386), const ETH_P_ARP = 2054
21401 pkg syscall (linux-386), const ETH_P_ATALK = 32923
21402 pkg syscall (linux-386), const ETH_P_ATMFATE = 34948
21403 pkg syscall (linux-386), const ETH_P_ATMMPOA = 34892
21404 pkg syscall (linux-386), const ETH_P_AX25 = 2
21405 pkg syscall (linux-386), const ETH_P_BPQ = 2303
21406 pkg syscall (linux-386), const ETH_P_CAIF = 247
21407 pkg syscall (linux-386), const ETH_P_CAN = 12
21408 pkg syscall (linux-386), const ETH_P_CONTROL = 22
21409 pkg syscall (linux-386), const ETH_P_CUST = 24582
21410 pkg syscall (linux-386), const ETH_P_DDCMP = 6
21411 pkg syscall (linux-386), const ETH_P_DEC = 24576
21412 pkg syscall (linux-386), const ETH_P_DIAG = 24581
21413 pkg syscall (linux-386), const ETH_P_DNA_DL = 24577
21414 pkg syscall (linux-386), const ETH_P_DNA_RC = 24578
21415 pkg syscall (linux-386), const ETH_P_DNA_RT = 24579
21416 pkg syscall (linux-386), const ETH_P_DSA = 27
21417 pkg syscall (linux-386), const ETH_P_ECONET = 24
21418 pkg syscall (linux-386), const ETH_P_EDSA = 56026
21419 pkg syscall (linux-386), const ETH_P_FCOE = 35078
21420 pkg syscall (linux-386), const ETH_P_FIP = 35092
21421 pkg syscall (linux-386), const ETH_P_HDLC = 25
21422 pkg syscall (linux-386), const ETH_P_IEEE802154 = 246
21423 pkg syscall (linux-386), const ETH_P_IEEEPUP = 2560
21424 pkg syscall (linux-386), const ETH_P_IEEEPUPAT = 2561
21425 pkg syscall (linux-386), const ETH_P_IP = 2048
21426 pkg syscall (linux-386), const ETH_P_IPV6 = 34525
21427 pkg syscall (linux-386), const ETH_P_IPX = 33079
21428 pkg syscall (linux-386), const ETH_P_IRDA = 23
21429 pkg syscall (linux-386), const ETH_P_LAT = 24580
21430 pkg syscall (linux-386), const ETH_P_LINK_CTL = 34924
21431 pkg syscall (linux-386), const ETH_P_LOCALTALK = 9
21432 pkg syscall (linux-386), const ETH_P_LOOP = 96
21433 pkg syscall (linux-386), const ETH_P_MOBITEX = 21
21434 pkg syscall (linux-386), const ETH_P_MPLS_MC = 34888
21435 pkg syscall (linux-386), const ETH_P_MPLS_UC = 34887
21436 pkg syscall (linux-386), const ETH_P_PAE = 34958
21437 pkg syscall (linux-386), const ETH_P_PAUSE = 34824
21438 pkg syscall (linux-386), const ETH_P_PHONET = 245
21439 pkg syscall (linux-386), const ETH_P_PPPTALK = 16
21440 pkg syscall (linux-386), const ETH_P_PPP_DISC = 34915
21441 pkg syscall (linux-386), const ETH_P_PPP_MP = 8
21442 pkg syscall (linux-386), const ETH_P_PPP_SES = 34916
21443 pkg syscall (linux-386), const ETH_P_PUP = 512
21444 pkg syscall (linux-386), const ETH_P_PUPAT = 513
21445 pkg syscall (linux-386), const ETH_P_RARP = 32821
21446 pkg syscall (linux-386), const ETH_P_SCA = 24583
21447 pkg syscall (linux-386), const ETH_P_SLOW = 34825
21448 pkg syscall (linux-386), const ETH_P_SNAP = 5
21449 pkg syscall (linux-386), const ETH_P_TEB = 25944
21450 pkg syscall (linux-386), const ETH_P_TIPC = 35018
21451 pkg syscall (linux-386), const ETH_P_TRAILER = 28
21452 pkg syscall (linux-386), const ETH_P_TR_802_2 = 17
21453 pkg syscall (linux-386), const ETH_P_WAN_PPP = 7
21454 pkg syscall (linux-386), const ETH_P_WCCP = 34878
21455 pkg syscall (linux-386), const ETH_P_X25 = 2053
21456 pkg syscall (linux-386), const ETIME = 62
21457 pkg syscall (linux-386), const ETIMEDOUT = 110
21458 pkg syscall (linux-386), const ETOOMANYREFS = 109
21459 pkg syscall (linux-386), const ETXTBSY = 26
21460 pkg syscall (linux-386), const EUCLEAN = 117
21461 pkg syscall (linux-386), const EUNATCH = 49
21462 pkg syscall (linux-386), const EUSERS = 87
21463 pkg syscall (linux-386), const EWOULDBLOCK = 11
21464 pkg syscall (linux-386), const EXDEV = 18
21465 pkg syscall (linux-386), const EXFULL = 54
21466 pkg syscall (linux-386), const FD_CLOEXEC = 1
21467 pkg syscall (linux-386), const FD_SETSIZE = 1024
21468 pkg syscall (linux-386), const FLUSHO = 4096
21469 pkg syscall (linux-386), const F_DUPFD = 0
21470 pkg syscall (linux-386), const F_DUPFD_CLOEXEC = 1030
21471 pkg syscall (linux-386), const F_EXLCK = 4
21472 pkg syscall (linux-386), const F_GETFD = 1
21473 pkg syscall (linux-386), const F_GETFL = 3
21474 pkg syscall (linux-386), const F_GETLEASE = 1025
21475 pkg syscall (linux-386), const F_GETLK = 12
21476 pkg syscall (linux-386), const F_GETLK64 = 12
21477 pkg syscall (linux-386), const F_GETOWN = 9
21478 pkg syscall (linux-386), const F_GETOWN_EX = 16
21479 pkg syscall (linux-386), const F_GETPIPE_SZ = 1032
21480 pkg syscall (linux-386), const F_GETSIG = 11
21481 pkg syscall (linux-386), const F_LOCK = 1
21482 pkg syscall (linux-386), const F_NOTIFY = 1026
21483 pkg syscall (linux-386), const F_OK = 0
21484 pkg syscall (linux-386), const F_RDLCK = 0
21485 pkg syscall (linux-386), const F_SETFD = 2
21486 pkg syscall (linux-386), const F_SETFL = 4
21487 pkg syscall (linux-386), const F_SETLEASE = 1024
21488 pkg syscall (linux-386), const F_SETLK = 13
21489 pkg syscall (linux-386), const F_SETLK64 = 13
21490 pkg syscall (linux-386), const F_SETLKW = 14
21491 pkg syscall (linux-386), const F_SETLKW64 = 14
21492 pkg syscall (linux-386), const F_SETOWN = 8
21493 pkg syscall (linux-386), const F_SETOWN_EX = 15
21494 pkg syscall (linux-386), const F_SETPIPE_SZ = 1031
21495 pkg syscall (linux-386), const F_SETSIG = 10
21496 pkg syscall (linux-386), const F_SHLCK = 8
21497 pkg syscall (linux-386), const F_TEST = 3
21498 pkg syscall (linux-386), const F_TLOCK = 2
21499 pkg syscall (linux-386), const F_ULOCK = 0
21500 pkg syscall (linux-386), const F_UNLCK = 2
21501 pkg syscall (linux-386), const F_WRLCK = 1
21502 pkg syscall (linux-386), const HUPCL = 1024
21503 pkg syscall (linux-386), const ICANON = 2
21504 pkg syscall (linux-386), const ICRNL = 256
21505 pkg syscall (linux-386), const IEXTEN = 32768
21506 pkg syscall (linux-386), const IFA_ADDRESS = 1
21507 pkg syscall (linux-386), const IFA_ANYCAST = 5
21508 pkg syscall (linux-386), const IFA_BROADCAST = 4
21509 pkg syscall (linux-386), const IFA_CACHEINFO = 6
21510 pkg syscall (linux-386), const IFA_F_DADFAILED = 8
21511 pkg syscall (linux-386), const IFA_F_DEPRECATED = 32
21512 pkg syscall (linux-386), const IFA_F_HOMEADDRESS = 16
21513 pkg syscall (linux-386), const IFA_F_NODAD = 2
21514 pkg syscall (linux-386), const IFA_F_OPTIMISTIC = 4
21515 pkg syscall (linux-386), const IFA_F_PERMANENT = 128
21516 pkg syscall (linux-386), const IFA_F_SECONDARY = 1
21517 pkg syscall (linux-386), const IFA_F_TEMPORARY = 1
21518 pkg syscall (linux-386), const IFA_F_TENTATIVE = 64
21519 pkg syscall (linux-386), const IFA_LABEL = 3
21520 pkg syscall (linux-386), const IFA_LOCAL = 2
21521 pkg syscall (linux-386), const IFA_MAX = 7
21522 pkg syscall (linux-386), const IFA_MULTICAST = 7
21523 pkg syscall (linux-386), const IFA_UNSPEC = 0
21524 pkg syscall (linux-386), const IFF_ALLMULTI = 512
21525 pkg syscall (linux-386), const IFF_AUTOMEDIA = 16384
21526 pkg syscall (linux-386), const IFF_DEBUG = 4
21527 pkg syscall (linux-386), const IFF_DYNAMIC = 32768
21528 pkg syscall (linux-386), const IFF_LOOPBACK = 8
21529 pkg syscall (linux-386), const IFF_MASTER = 1024
21530 pkg syscall (linux-386), const IFF_MULTICAST = 4096
21531 pkg syscall (linux-386), const IFF_NOARP = 128
21532 pkg syscall (linux-386), const IFF_NOTRAILERS = 32
21533 pkg syscall (linux-386), const IFF_NO_PI = 4096
21534 pkg syscall (linux-386), const IFF_ONE_QUEUE = 8192
21535 pkg syscall (linux-386), const IFF_POINTOPOINT = 16
21536 pkg syscall (linux-386), const IFF_PORTSEL = 8192
21537 pkg syscall (linux-386), const IFF_PROMISC = 256
21538 pkg syscall (linux-386), const IFF_RUNNING = 64
21539 pkg syscall (linux-386), const IFF_SLAVE = 2048
21540 pkg syscall (linux-386), const IFF_TAP = 2
21541 pkg syscall (linux-386), const IFF_TUN = 1
21542 pkg syscall (linux-386), const IFF_TUN_EXCL = 32768
21543 pkg syscall (linux-386), const IFF_VNET_HDR = 16384
21544 pkg syscall (linux-386), const IFLA_ADDRESS = 1
21545 pkg syscall (linux-386), const IFLA_BROADCAST = 2
21546 pkg syscall (linux-386), const IFLA_COST = 8
21547 pkg syscall (linux-386), const IFLA_IFALIAS = 20
21548 pkg syscall (linux-386), const IFLA_IFNAME = 3
21549 pkg syscall (linux-386), const IFLA_LINK = 5
21550 pkg syscall (linux-386), const IFLA_LINKINFO = 18
21551 pkg syscall (linux-386), const IFLA_LINKMODE = 17
21552 pkg syscall (linux-386), const IFLA_MAP = 14
21553 pkg syscall (linux-386), const IFLA_MASTER = 10
21554 pkg syscall (linux-386), const IFLA_MAX = 29
21555 pkg syscall (linux-386), const IFLA_MTU = 4
21556 pkg syscall (linux-386), const IFLA_NET_NS_PID = 19
21557 pkg syscall (linux-386), const IFLA_OPERSTATE = 16
21558 pkg syscall (linux-386), const IFLA_PRIORITY = 9
21559 pkg syscall (linux-386), const IFLA_PROTINFO = 12
21560 pkg syscall (linux-386), const IFLA_QDISC = 6
21561 pkg syscall (linux-386), const IFLA_STATS = 7
21562 pkg syscall (linux-386), const IFLA_TXQLEN = 13
21563 pkg syscall (linux-386), const IFLA_UNSPEC = 0
21564 pkg syscall (linux-386), const IFLA_WEIGHT = 15
21565 pkg syscall (linux-386), const IFLA_WIRELESS = 11
21566 pkg syscall (linux-386), const IFNAMSIZ = 16
21567 pkg syscall (linux-386), const IGNBRK = 1
21568 pkg syscall (linux-386), const IGNCR = 128
21569 pkg syscall (linux-386), const IGNPAR = 4
21570 pkg syscall (linux-386), const IMAXBEL = 8192
21571 pkg syscall (linux-386), const INLCR = 64
21572 pkg syscall (linux-386), const INPCK = 16
21573 pkg syscall (linux-386), const IN_ACCESS = 1
21574 pkg syscall (linux-386), const IN_ALL_EVENTS = 4095
21575 pkg syscall (linux-386), const IN_ATTRIB = 4
21576 pkg syscall (linux-386), const IN_CLASSA_HOST = 16777215
21577 pkg syscall (linux-386), const IN_CLASSA_MAX = 128
21578 pkg syscall (linux-386), const IN_CLASSA_NET = 4278190080
21579 pkg syscall (linux-386), const IN_CLASSA_NSHIFT = 24
21580 pkg syscall (linux-386), const IN_CLASSB_HOST = 65535
21581 pkg syscall (linux-386), const IN_CLASSB_MAX = 65536
21582 pkg syscall (linux-386), const IN_CLASSB_NET = 4294901760
21583 pkg syscall (linux-386), const IN_CLASSB_NSHIFT = 16
21584 pkg syscall (linux-386), const IN_CLASSC_HOST = 255
21585 pkg syscall (linux-386), const IN_CLASSC_NET = 4294967040
21586 pkg syscall (linux-386), const IN_CLASSC_NSHIFT = 8
21587 pkg syscall (linux-386), const IN_CLOEXEC = 524288
21588 pkg syscall (linux-386), const IN_CLOSE = 24
21589 pkg syscall (linux-386), const IN_CLOSE_NOWRITE = 16
21590 pkg syscall (linux-386), const IN_CLOSE_WRITE = 8
21591 pkg syscall (linux-386), const IN_CREATE = 256
21592 pkg syscall (linux-386), const IN_DELETE = 512
21593 pkg syscall (linux-386), const IN_DELETE_SELF = 1024
21594 pkg syscall (linux-386), const IN_DONT_FOLLOW = 33554432
21595 pkg syscall (linux-386), const IN_EXCL_UNLINK = 67108864
21596 pkg syscall (linux-386), const IN_IGNORED = 32768
21597 pkg syscall (linux-386), const IN_ISDIR = 1073741824
21598 pkg syscall (linux-386), const IN_LOOPBACKNET = 127
21599 pkg syscall (linux-386), const IN_MASK_ADD = 536870912
21600 pkg syscall (linux-386), const IN_MODIFY = 2
21601 pkg syscall (linux-386), const IN_MOVE = 192
21602 pkg syscall (linux-386), const IN_MOVED_FROM = 64
21603 pkg syscall (linux-386), const IN_MOVED_TO = 128
21604 pkg syscall (linux-386), const IN_MOVE_SELF = 2048
21605 pkg syscall (linux-386), const IN_NONBLOCK = 2048
21606 pkg syscall (linux-386), const IN_ONESHOT = 2147483648
21607 pkg syscall (linux-386), const IN_ONLYDIR = 16777216
21608 pkg syscall (linux-386), const IN_OPEN = 32
21609 pkg syscall (linux-386), const IN_Q_OVERFLOW = 16384
21610 pkg syscall (linux-386), const IN_UNMOUNT = 8192
21611 pkg syscall (linux-386), const IPPROTO_AH = 51
21612 pkg syscall (linux-386), const IPPROTO_COMP = 108
21613 pkg syscall (linux-386), const IPPROTO_DCCP = 33
21614 pkg syscall (linux-386), const IPPROTO_DSTOPTS = 60
21615 pkg syscall (linux-386), const IPPROTO_EGP = 8
21616 pkg syscall (linux-386), const IPPROTO_ENCAP = 98
21617 pkg syscall (linux-386), const IPPROTO_ESP = 50
21618 pkg syscall (linux-386), const IPPROTO_FRAGMENT = 44
21619 pkg syscall (linux-386), const IPPROTO_GRE = 47
21620 pkg syscall (linux-386), const IPPROTO_HOPOPTS = 0
21621 pkg syscall (linux-386), const IPPROTO_ICMP = 1
21622 pkg syscall (linux-386), const IPPROTO_ICMPV6 = 58
21623 pkg syscall (linux-386), const IPPROTO_IDP = 22
21624 pkg syscall (linux-386), const IPPROTO_IGMP = 2
21625 pkg syscall (linux-386), const IPPROTO_IPIP = 4
21626 pkg syscall (linux-386), const IPPROTO_MTP = 92
21627 pkg syscall (linux-386), const IPPROTO_NONE = 59
21628 pkg syscall (linux-386), const IPPROTO_PIM = 103
21629 pkg syscall (linux-386), const IPPROTO_PUP = 12
21630 pkg syscall (linux-386), const IPPROTO_RAW = 255
21631 pkg syscall (linux-386), const IPPROTO_ROUTING = 43
21632 pkg syscall (linux-386), const IPPROTO_RSVP = 46
21633 pkg syscall (linux-386), const IPPROTO_SCTP = 132
21634 pkg syscall (linux-386), const IPPROTO_TP = 29
21635 pkg syscall (linux-386), const IPPROTO_UDPLITE = 136
21636 pkg syscall (linux-386), const IPV6_2292DSTOPTS = 4
21637 pkg syscall (linux-386), const IPV6_2292HOPLIMIT = 8
21638 pkg syscall (linux-386), const IPV6_2292HOPOPTS = 3
21639 pkg syscall (linux-386), const IPV6_2292PKTINFO = 2
21640 pkg syscall (linux-386), const IPV6_2292PKTOPTIONS = 6
21641 pkg syscall (linux-386), const IPV6_2292RTHDR = 5
21642 pkg syscall (linux-386), const IPV6_ADDRFORM = 1
21643 pkg syscall (linux-386), const IPV6_ADD_MEMBERSHIP = 20
21644 pkg syscall (linux-386), const IPV6_AUTHHDR = 10
21645 pkg syscall (linux-386), const IPV6_CHECKSUM = 7
21646 pkg syscall (linux-386), const IPV6_DROP_MEMBERSHIP = 21
21647 pkg syscall (linux-386), const IPV6_DSTOPTS = 59
21648 pkg syscall (linux-386), const IPV6_HOPLIMIT = 52
21649 pkg syscall (linux-386), const IPV6_HOPOPTS = 54
21650 pkg syscall (linux-386), const IPV6_IPSEC_POLICY = 34
21651 pkg syscall (linux-386), const IPV6_JOIN_ANYCAST = 27
21652 pkg syscall (linux-386), const IPV6_JOIN_GROUP = 20
21653 pkg syscall (linux-386), const IPV6_LEAVE_ANYCAST = 28
21654 pkg syscall (linux-386), const IPV6_LEAVE_GROUP = 21
21655 pkg syscall (linux-386), const IPV6_MTU = 24
21656 pkg syscall (linux-386), const IPV6_MTU_DISCOVER = 23
21657 pkg syscall (linux-386), const IPV6_MULTICAST_HOPS = 18
21658 pkg syscall (linux-386), const IPV6_MULTICAST_IF = 17
21659 pkg syscall (linux-386), const IPV6_MULTICAST_LOOP = 19
21660 pkg syscall (linux-386), const IPV6_NEXTHOP = 9
21661 pkg syscall (linux-386), const IPV6_PKTINFO = 50
21662 pkg syscall (linux-386), const IPV6_PMTUDISC_DO = 2
21663 pkg syscall (linux-386), const IPV6_PMTUDISC_DONT = 0
21664 pkg syscall (linux-386), const IPV6_PMTUDISC_PROBE = 3
21665 pkg syscall (linux-386), const IPV6_PMTUDISC_WANT = 1
21666 pkg syscall (linux-386), const IPV6_RECVDSTOPTS = 58
21667 pkg syscall (linux-386), const IPV6_RECVERR = 25
21668 pkg syscall (linux-386), const IPV6_RECVHOPLIMIT = 51
21669 pkg syscall (linux-386), const IPV6_RECVHOPOPTS = 53
21670 pkg syscall (linux-386), const IPV6_RECVPKTINFO = 49
21671 pkg syscall (linux-386), const IPV6_RECVRTHDR = 56
21672 pkg syscall (linux-386), const IPV6_RECVTCLASS = 66
21673 pkg syscall (linux-386), const IPV6_ROUTER_ALERT = 22
21674 pkg syscall (linux-386), const IPV6_RTHDR = 57
21675 pkg syscall (linux-386), const IPV6_RTHDRDSTOPTS = 55
21676 pkg syscall (linux-386), const IPV6_RTHDR_LOOSE = 0
21677 pkg syscall (linux-386), const IPV6_RTHDR_STRICT = 1
21678 pkg syscall (linux-386), const IPV6_RTHDR_TYPE_0 = 0
21679 pkg syscall (linux-386), const IPV6_RXDSTOPTS = 59
21680 pkg syscall (linux-386), const IPV6_RXHOPOPTS = 54
21681 pkg syscall (linux-386), const IPV6_TCLASS = 67
21682 pkg syscall (linux-386), const IPV6_UNICAST_HOPS = 16
21683 pkg syscall (linux-386), const IPV6_V6ONLY = 26
21684 pkg syscall (linux-386), const IPV6_XFRM_POLICY = 35
21685 pkg syscall (linux-386), const IP_ADD_MEMBERSHIP = 35
21686 pkg syscall (linux-386), const IP_ADD_SOURCE_MEMBERSHIP = 39
21687 pkg syscall (linux-386), const IP_BLOCK_SOURCE = 38
21688 pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_LOOP = 1
21689 pkg syscall (linux-386), const IP_DEFAULT_MULTICAST_TTL = 1
21690 pkg syscall (linux-386), const IP_DF = 16384
21691 pkg syscall (linux-386), const IP_DROP_MEMBERSHIP = 36
21692 pkg syscall (linux-386), const IP_DROP_SOURCE_MEMBERSHIP = 40
21693 pkg syscall (linux-386), const IP_FREEBIND = 15
21694 pkg syscall (linux-386), const IP_HDRINCL = 3
21695 pkg syscall (linux-386), const IP_IPSEC_POLICY = 16
21696 pkg syscall (linux-386), const IP_MAXPACKET = 65535
21697 pkg syscall (linux-386), const IP_MAX_MEMBERSHIPS = 20
21698 pkg syscall (linux-386), const IP_MF = 8192
21699 pkg syscall (linux-386), const IP_MINTTL = 21
21700 pkg syscall (linux-386), const IP_MSFILTER = 41
21701 pkg syscall (linux-386), const IP_MSS = 576
21702 pkg syscall (linux-386), const IP_MTU = 14
21703 pkg syscall (linux-386), const IP_MTU_DISCOVER = 10
21704 pkg syscall (linux-386), const IP_MULTICAST_IF = 32
21705 pkg syscall (linux-386), const IP_MULTICAST_LOOP = 34
21706 pkg syscall (linux-386), const IP_MULTICAST_TTL = 33
21707 pkg syscall (linux-386), const IP_OFFMASK = 8191
21708 pkg syscall (linux-386), const IP_OPTIONS = 4
21709 pkg syscall (linux-386), const IP_ORIGDSTADDR = 20
21710 pkg syscall (linux-386), const IP_PASSSEC = 18
21711 pkg syscall (linux-386), const IP_PKTINFO = 8
21712 pkg syscall (linux-386), const IP_PKTOPTIONS = 9
21713 pkg syscall (linux-386), const IP_PMTUDISC = 10
21714 pkg syscall (linux-386), const IP_PMTUDISC_DO = 2
21715 pkg syscall (linux-386), const IP_PMTUDISC_DONT = 0
21716 pkg syscall (linux-386), const IP_PMTUDISC_PROBE = 3
21717 pkg syscall (linux-386), const IP_PMTUDISC_WANT = 1
21718 pkg syscall (linux-386), const IP_RECVERR = 11
21719 pkg syscall (linux-386), const IP_RECVOPTS = 6
21720 pkg syscall (linux-386), const IP_RECVORIGDSTADDR = 20
21721 pkg syscall (linux-386), const IP_RECVRETOPTS = 7
21722 pkg syscall (linux-386), const IP_RECVTOS = 13
21723 pkg syscall (linux-386), const IP_RECVTTL = 12
21724 pkg syscall (linux-386), const IP_RETOPTS = 7
21725 pkg syscall (linux-386), const IP_RF = 32768
21726 pkg syscall (linux-386), const IP_ROUTER_ALERT = 5
21727 pkg syscall (linux-386), const IP_TOS = 1
21728 pkg syscall (linux-386), const IP_TRANSPARENT = 19
21729 pkg syscall (linux-386), const IP_TTL = 2
21730 pkg syscall (linux-386), const IP_UNBLOCK_SOURCE = 37
21731 pkg syscall (linux-386), const IP_XFRM_POLICY = 17
21732 pkg syscall (linux-386), const ISIG = 1
21733 pkg syscall (linux-386), const ISTRIP = 32
21734 pkg syscall (linux-386), const IUCLC = 512
21735 pkg syscall (linux-386), const IUTF8 = 16384
21736 pkg syscall (linux-386), const IXANY = 2048
21737 pkg syscall (linux-386), const IXOFF = 4096
21738 pkg syscall (linux-386), const IXON = 1024
21739 pkg syscall (linux-386), const ImplementsGetwd = true
21740 pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_OFF = 0
21741 pkg syscall (linux-386), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
21742 pkg syscall (linux-386), const LINUX_REBOOT_CMD_HALT = 3454992675
21743 pkg syscall (linux-386), const LINUX_REBOOT_CMD_KEXEC = 1163412803
21744 pkg syscall (linux-386), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
21745 pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART = 19088743
21746 pkg syscall (linux-386), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
21747 pkg syscall (linux-386), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
21748 pkg syscall (linux-386), const LINUX_REBOOT_MAGIC1 = 4276215469
21749 pkg syscall (linux-386), const LINUX_REBOOT_MAGIC2 = 672274793
21750 pkg syscall (linux-386), const LOCK_EX = 2
21751 pkg syscall (linux-386), const LOCK_NB = 4
21752 pkg syscall (linux-386), const LOCK_SH = 1
21753 pkg syscall (linux-386), const LOCK_UN = 8
21754 pkg syscall (linux-386), const MADV_DOFORK = 11
21755 pkg syscall (linux-386), const MADV_DONTFORK = 10
21756 pkg syscall (linux-386), const MADV_DONTNEED = 4
21757 pkg syscall (linux-386), const MADV_HUGEPAGE = 14
21758 pkg syscall (linux-386), const MADV_HWPOISON = 100
21759 pkg syscall (linux-386), const MADV_MERGEABLE = 12
21760 pkg syscall (linux-386), const MADV_NOHUGEPAGE = 15
21761 pkg syscall (linux-386), const MADV_NORMAL = 0
21762 pkg syscall (linux-386), const MADV_RANDOM = 1
21763 pkg syscall (linux-386), const MADV_REMOVE = 9
21764 pkg syscall (linux-386), const MADV_SEQUENTIAL = 2
21765 pkg syscall (linux-386), const MADV_UNMERGEABLE = 13
21766 pkg syscall (linux-386), const MADV_WILLNEED = 3
21767 pkg syscall (linux-386), const MAP_32BIT = 64
21768 pkg syscall (linux-386), const MAP_ANON = 32
21769 pkg syscall (linux-386), const MAP_ANONYMOUS = 32
21770 pkg syscall (linux-386), const MAP_DENYWRITE = 2048
21771 pkg syscall (linux-386), const MAP_EXECUTABLE = 4096
21772 pkg syscall (linux-386), const MAP_FILE = 0
21773 pkg syscall (linux-386), const MAP_FIXED = 16
21774 pkg syscall (linux-386), const MAP_GROWSDOWN = 256
21775 pkg syscall (linux-386), const MAP_HUGETLB = 262144
21776 pkg syscall (linux-386), const MAP_LOCKED = 8192
21777 pkg syscall (linux-386), const MAP_NONBLOCK = 65536
21778 pkg syscall (linux-386), const MAP_NORESERVE = 16384
21779 pkg syscall (linux-386), const MAP_POPULATE = 32768
21780 pkg syscall (linux-386), const MAP_PRIVATE = 2
21781 pkg syscall (linux-386), const MAP_SHARED = 1
21782 pkg syscall (linux-386), const MAP_STACK = 131072
21783 pkg syscall (linux-386), const MAP_TYPE = 15
21784 pkg syscall (linux-386), const MCL_CURRENT = 1
21785 pkg syscall (linux-386), const MCL_FUTURE = 2
21786 pkg syscall (linux-386), const MNT_DETACH = 2
21787 pkg syscall (linux-386), const MNT_EXPIRE = 4
21788 pkg syscall (linux-386), const MNT_FORCE = 1
21789 pkg syscall (linux-386), const MSG_CMSG_CLOEXEC = 1073741824
21790 pkg syscall (linux-386), const MSG_CONFIRM = 2048
21791 pkg syscall (linux-386), const MSG_CTRUNC = 8
21792 pkg syscall (linux-386), const MSG_DONTROUTE = 4
21793 pkg syscall (linux-386), const MSG_DONTWAIT = 64
21794 pkg syscall (linux-386), const MSG_EOR = 128
21795 pkg syscall (linux-386), const MSG_ERRQUEUE = 8192
21796 pkg syscall (linux-386), const MSG_FASTOPEN = 536870912
21797 pkg syscall (linux-386), const MSG_FASTOPEN ideal-int
21798 pkg syscall (linux-386), const MSG_FIN = 512
21799 pkg syscall (linux-386), const MSG_MORE = 32768
21800 pkg syscall (linux-386), const MSG_NOSIGNAL = 16384
21801 pkg syscall (linux-386), const MSG_OOB = 1
21802 pkg syscall (linux-386), const MSG_PEEK = 2
21803 pkg syscall (linux-386), const MSG_PROXY = 16
21804 pkg syscall (linux-386), const MSG_RST = 4096
21805 pkg syscall (linux-386), const MSG_SYN = 1024
21806 pkg syscall (linux-386), const MSG_TRUNC = 32
21807 pkg syscall (linux-386), const MSG_TRYHARD = 4
21808 pkg syscall (linux-386), const MSG_WAITALL = 256
21809 pkg syscall (linux-386), const MSG_WAITFORONE = 65536
21810 pkg syscall (linux-386), const MS_ACTIVE = 1073741824
21811 pkg syscall (linux-386), const MS_ASYNC = 1
21812 pkg syscall (linux-386), const MS_BIND = 4096
21813 pkg syscall (linux-386), const MS_DIRSYNC = 128
21814 pkg syscall (linux-386), const MS_INVALIDATE = 2
21815 pkg syscall (linux-386), const MS_I_VERSION = 8388608
21816 pkg syscall (linux-386), const MS_KERNMOUNT = 4194304
21817 pkg syscall (linux-386), const MS_MANDLOCK = 64
21818 pkg syscall (linux-386), const MS_MGC_MSK = 4294901760
21819 pkg syscall (linux-386), const MS_MGC_VAL = 3236757504
21820 pkg syscall (linux-386), const MS_MOVE = 8192
21821 pkg syscall (linux-386), const MS_NOATIME = 1024
21822 pkg syscall (linux-386), const MS_NODEV = 4
21823 pkg syscall (linux-386), const MS_NODIRATIME = 2048
21824 pkg syscall (linux-386), const MS_NOEXEC = 8
21825 pkg syscall (linux-386), const MS_NOSUID = 2
21826 pkg syscall (linux-386), const MS_NOUSER = -2147483648
21827 pkg syscall (linux-386), const MS_POSIXACL = 65536
21828 pkg syscall (linux-386), const MS_PRIVATE = 262144
21829 pkg syscall (linux-386), const MS_RDONLY = 1
21830 pkg syscall (linux-386), const MS_REC = 16384
21831 pkg syscall (linux-386), const MS_RELATIME = 2097152
21832 pkg syscall (linux-386), const MS_REMOUNT = 32
21833 pkg syscall (linux-386), const MS_RMT_MASK = 8388689
21834 pkg syscall (linux-386), const MS_SHARED = 1048576
21835 pkg syscall (linux-386), const MS_SILENT = 32768
21836 pkg syscall (linux-386), const MS_SLAVE = 524288
21837 pkg syscall (linux-386), const MS_STRICTATIME = 16777216
21838 pkg syscall (linux-386), const MS_SYNC = 4
21839 pkg syscall (linux-386), const MS_SYNCHRONOUS = 16
21840 pkg syscall (linux-386), const MS_UNBINDABLE = 131072
21841 pkg syscall (linux-386), const NAME_MAX = 255
21842 pkg syscall (linux-386), const NETLINK_ADD_MEMBERSHIP = 1
21843 pkg syscall (linux-386), const NETLINK_AUDIT = 9
21844 pkg syscall (linux-386), const NETLINK_BROADCAST_ERROR = 4
21845 pkg syscall (linux-386), const NETLINK_CONNECTOR = 11
21846 pkg syscall (linux-386), const NETLINK_DNRTMSG = 14
21847 pkg syscall (linux-386), const NETLINK_DROP_MEMBERSHIP = 2
21848 pkg syscall (linux-386), const NETLINK_ECRYPTFS = 19
21849 pkg syscall (linux-386), const NETLINK_FIB_LOOKUP = 10
21850 pkg syscall (linux-386), const NETLINK_FIREWALL = 3
21851 pkg syscall (linux-386), const NETLINK_GENERIC = 16
21852 pkg syscall (linux-386), const NETLINK_INET_DIAG = 4
21853 pkg syscall (linux-386), const NETLINK_IP6_FW = 13
21854 pkg syscall (linux-386), const NETLINK_ISCSI = 8
21855 pkg syscall (linux-386), const NETLINK_KOBJECT_UEVENT = 15
21856 pkg syscall (linux-386), const NETLINK_NETFILTER = 12
21857 pkg syscall (linux-386), const NETLINK_NFLOG = 5
21858 pkg syscall (linux-386), const NETLINK_NO_ENOBUFS = 5
21859 pkg syscall (linux-386), const NETLINK_PKTINFO = 3
21860 pkg syscall (linux-386), const NETLINK_ROUTE = 0
21861 pkg syscall (linux-386), const NETLINK_SCSITRANSPORT = 18
21862 pkg syscall (linux-386), const NETLINK_SELINUX = 7
21863 pkg syscall (linux-386), const NETLINK_UNUSED = 1
21864 pkg syscall (linux-386), const NETLINK_USERSOCK = 2
21865 pkg syscall (linux-386), const NETLINK_XFRM = 6
21866 pkg syscall (linux-386), const NLA_ALIGNTO = 4
21867 pkg syscall (linux-386), const NLA_F_NESTED = 32768
21868 pkg syscall (linux-386), const NLA_F_NET_BYTEORDER = 16384
21869 pkg syscall (linux-386), const NLA_HDRLEN = 4
21870 pkg syscall (linux-386), const NLMSG_ALIGNTO = 4
21871 pkg syscall (linux-386), const NLMSG_DONE = 3
21872 pkg syscall (linux-386), const NLMSG_ERROR = 2
21873 pkg syscall (linux-386), const NLMSG_HDRLEN = 16
21874 pkg syscall (linux-386), const NLMSG_MIN_TYPE = 16
21875 pkg syscall (linux-386), const NLMSG_NOOP = 1
21876 pkg syscall (linux-386), const NLMSG_OVERRUN = 4
21877 pkg syscall (linux-386), const NLM_F_ACK = 4
21878 pkg syscall (linux-386), const NLM_F_APPEND = 2048
21879 pkg syscall (linux-386), const NLM_F_ATOMIC = 1024
21880 pkg syscall (linux-386), const NLM_F_CREATE = 1024
21881 pkg syscall (linux-386), const NLM_F_DUMP = 768
21882 pkg syscall (linux-386), const NLM_F_ECHO = 8
21883 pkg syscall (linux-386), const NLM_F_EXCL = 512
21884 pkg syscall (linux-386), const NLM_F_MATCH = 512
21885 pkg syscall (linux-386), const NLM_F_MULTI = 2
21886 pkg syscall (linux-386), const NLM_F_REPLACE = 256
21887 pkg syscall (linux-386), const NLM_F_REQUEST = 1
21888 pkg syscall (linux-386), const NLM_F_ROOT = 256
21889 pkg syscall (linux-386), const NOFLSH = 128
21890 pkg syscall (linux-386), const OCRNL = 8
21891 pkg syscall (linux-386), const OFDEL = 128
21892 pkg syscall (linux-386), const OFILL = 64
21893 pkg syscall (linux-386), const OLCUC = 2
21894 pkg syscall (linux-386), const ONLCR = 4
21895 pkg syscall (linux-386), const ONLRET = 32
21896 pkg syscall (linux-386), const ONOCR = 16
21897 pkg syscall (linux-386), const OPOST = 1
21898 pkg syscall (linux-386), const O_ACCMODE = 3
21899 pkg syscall (linux-386), const O_APPEND = 1024
21900 pkg syscall (linux-386), const O_ASYNC = 8192
21901 pkg syscall (linux-386), const O_CLOEXEC = 524288
21902 pkg syscall (linux-386), const O_CREAT = 64
21903 pkg syscall (linux-386), const O_DIRECT = 16384
21904 pkg syscall (linux-386), const O_DIRECTORY = 65536
21905 pkg syscall (linux-386), const O_DSYNC = 4096
21906 pkg syscall (linux-386), const O_EXCL = 128
21907 pkg syscall (linux-386), const O_FSYNC = 1052672
21908 pkg syscall (linux-386), const O_LARGEFILE = 32768
21909 pkg syscall (linux-386), const O_NDELAY = 2048
21910 pkg syscall (linux-386), const O_NOATIME = 262144
21911 pkg syscall (linux-386), const O_NOCTTY = 256
21912 pkg syscall (linux-386), const O_NOFOLLOW = 131072
21913 pkg syscall (linux-386), const O_NONBLOCK = 2048
21914 pkg syscall (linux-386), const O_RSYNC = 1052672
21915 pkg syscall (linux-386), const O_SYNC = 1052672
21916 pkg syscall (linux-386), const O_TRUNC = 512
21917 pkg syscall (linux-386), const PACKET_ADD_MEMBERSHIP = 1
21918 pkg syscall (linux-386), const PACKET_BROADCAST = 1
21919 pkg syscall (linux-386), const PACKET_DROP_MEMBERSHIP = 2
21920 pkg syscall (linux-386), const PACKET_FASTROUTE = 6
21921 pkg syscall (linux-386), const PACKET_HOST = 0
21922 pkg syscall (linux-386), const PACKET_LOOPBACK = 5
21923 pkg syscall (linux-386), const PACKET_MR_ALLMULTI = 2
21924 pkg syscall (linux-386), const PACKET_MR_MULTICAST = 0
21925 pkg syscall (linux-386), const PACKET_MR_PROMISC = 1
21926 pkg syscall (linux-386), const PACKET_MULTICAST = 2
21927 pkg syscall (linux-386), const PACKET_OTHERHOST = 3
21928 pkg syscall (linux-386), const PACKET_OUTGOING = 4
21929 pkg syscall (linux-386), const PACKET_RECV_OUTPUT = 3
21930 pkg syscall (linux-386), const PACKET_RX_RING = 5
21931 pkg syscall (linux-386), const PACKET_STATISTICS = 6
21932 pkg syscall (linux-386), const PARENB = 256
21933 pkg syscall (linux-386), const PARMRK = 8
21934 pkg syscall (linux-386), const PARODD = 512
21935 pkg syscall (linux-386), const PENDIN = 16384
21936 pkg syscall (linux-386), const PROT_EXEC = 4
21937 pkg syscall (linux-386), const PROT_GROWSDOWN = 16777216
21938 pkg syscall (linux-386), const PROT_GROWSUP = 33554432
21939 pkg syscall (linux-386), const PROT_NONE = 0
21940 pkg syscall (linux-386), const PROT_READ = 1
21941 pkg syscall (linux-386), const PROT_WRITE = 2
21942 pkg syscall (linux-386), const PR_CAPBSET_DROP = 24
21943 pkg syscall (linux-386), const PR_CAPBSET_READ = 23
21944 pkg syscall (linux-386), const PR_ENDIAN_BIG = 0
21945 pkg syscall (linux-386), const PR_ENDIAN_LITTLE = 1
21946 pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE = 2
21947 pkg syscall (linux-386), const PR_FPEMU_NOPRINT = 1
21948 pkg syscall (linux-386), const PR_FPEMU_SIGFPE = 2
21949 pkg syscall (linux-386), const PR_FP_EXC_ASYNC = 2
21950 pkg syscall (linux-386), const PR_FP_EXC_DISABLED = 0
21951 pkg syscall (linux-386), const PR_FP_EXC_DIV = 65536
21952 pkg syscall (linux-386), const PR_FP_EXC_INV = 1048576
21953 pkg syscall (linux-386), const PR_FP_EXC_NONRECOV = 1
21954 pkg syscall (linux-386), const PR_FP_EXC_OVF = 131072
21955 pkg syscall (linux-386), const PR_FP_EXC_PRECISE = 3
21956 pkg syscall (linux-386), const PR_FP_EXC_RES = 524288
21957 pkg syscall (linux-386), const PR_FP_EXC_SW_ENABLE = 128
21958 pkg syscall (linux-386), const PR_FP_EXC_UND = 262144
21959 pkg syscall (linux-386), const PR_GET_DUMPABLE = 3
21960 pkg syscall (linux-386), const PR_GET_ENDIAN = 19
21961 pkg syscall (linux-386), const PR_GET_FPEMU = 9
21962 pkg syscall (linux-386), const PR_GET_FPEXC = 11
21963 pkg syscall (linux-386), const PR_GET_KEEPCAPS = 7
21964 pkg syscall (linux-386), const PR_GET_NAME = 16
21965 pkg syscall (linux-386), const PR_GET_PDEATHSIG = 2
21966 pkg syscall (linux-386), const PR_GET_SECCOMP = 21
21967 pkg syscall (linux-386), const PR_GET_SECUREBITS = 27
21968 pkg syscall (linux-386), const PR_GET_TIMERSLACK = 30
21969 pkg syscall (linux-386), const PR_GET_TIMING = 13
21970 pkg syscall (linux-386), const PR_GET_TSC = 25
21971 pkg syscall (linux-386), const PR_GET_UNALIGN = 5
21972 pkg syscall (linux-386), const PR_MCE_KILL = 33
21973 pkg syscall (linux-386), const PR_MCE_KILL_CLEAR = 0
21974 pkg syscall (linux-386), const PR_MCE_KILL_DEFAULT = 2
21975 pkg syscall (linux-386), const PR_MCE_KILL_EARLY = 1
21976 pkg syscall (linux-386), const PR_MCE_KILL_GET = 34
21977 pkg syscall (linux-386), const PR_MCE_KILL_LATE = 0
21978 pkg syscall (linux-386), const PR_MCE_KILL_SET = 1
21979 pkg syscall (linux-386), const PR_SET_DUMPABLE = 4
21980 pkg syscall (linux-386), const PR_SET_ENDIAN = 20
21981 pkg syscall (linux-386), const PR_SET_FPEMU = 10
21982 pkg syscall (linux-386), const PR_SET_FPEXC = 12
21983 pkg syscall (linux-386), const PR_SET_KEEPCAPS = 8
21984 pkg syscall (linux-386), const PR_SET_NAME = 15
21985 pkg syscall (linux-386), const PR_SET_PDEATHSIG = 1
21986 pkg syscall (linux-386), const PR_SET_PTRACER = 1499557217
21987 pkg syscall (linux-386), const PR_SET_SECCOMP = 22
21988 pkg syscall (linux-386), const PR_SET_SECUREBITS = 28
21989 pkg syscall (linux-386), const PR_SET_TIMERSLACK = 29
21990 pkg syscall (linux-386), const PR_SET_TIMING = 14
21991 pkg syscall (linux-386), const PR_SET_TSC = 26
21992 pkg syscall (linux-386), const PR_SET_UNALIGN = 6
21993 pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_DISABLE = 31
21994 pkg syscall (linux-386), const PR_TASK_PERF_EVENTS_ENABLE = 32
21995 pkg syscall (linux-386), const PR_TIMING_STATISTICAL = 0
21996 pkg syscall (linux-386), const PR_TIMING_TIMESTAMP = 1
21997 pkg syscall (linux-386), const PR_TSC_ENABLE = 1
21998 pkg syscall (linux-386), const PR_TSC_SIGSEGV = 2
21999 pkg syscall (linux-386), const PR_UNALIGN_NOPRINT = 1
22000 pkg syscall (linux-386), const PR_UNALIGN_SIGBUS = 2
22001 pkg syscall (linux-386), const PTRACE_ATTACH = 16
22002 pkg syscall (linux-386), const PTRACE_CONT = 7
22003 pkg syscall (linux-386), const PTRACE_DETACH = 17
22004 pkg syscall (linux-386), const PTRACE_EVENT_CLONE = 3
22005 pkg syscall (linux-386), const PTRACE_EVENT_EXEC = 4
22006 pkg syscall (linux-386), const PTRACE_EVENT_EXIT = 6
22007 pkg syscall (linux-386), const PTRACE_EVENT_FORK = 1
22008 pkg syscall (linux-386), const PTRACE_EVENT_VFORK = 2
22009 pkg syscall (linux-386), const PTRACE_EVENT_VFORK_DONE = 5
22010 pkg syscall (linux-386), const PTRACE_GETEVENTMSG = 16897
22011 pkg syscall (linux-386), const PTRACE_GETFPREGS = 14
22012 pkg syscall (linux-386), const PTRACE_GETFPXREGS = 18
22013 pkg syscall (linux-386), const PTRACE_GETREGS = 12
22014 pkg syscall (linux-386), const PTRACE_GETREGSET = 16900
22015 pkg syscall (linux-386), const PTRACE_GETSIGINFO = 16898
22016 pkg syscall (linux-386), const PTRACE_GET_THREAD_AREA = 25
22017 pkg syscall (linux-386), const PTRACE_KILL = 8
22018 pkg syscall (linux-386), const PTRACE_OLDSETOPTIONS = 21
22019 pkg syscall (linux-386), const PTRACE_O_MASK = 127
22020 pkg syscall (linux-386), const PTRACE_O_TRACECLONE = 8
22021 pkg syscall (linux-386), const PTRACE_O_TRACEEXEC = 16
22022 pkg syscall (linux-386), const PTRACE_O_TRACEEXIT = 64
22023 pkg syscall (linux-386), const PTRACE_O_TRACEFORK = 2
22024 pkg syscall (linux-386), const PTRACE_O_TRACESYSGOOD = 1
22025 pkg syscall (linux-386), const PTRACE_O_TRACEVFORK = 4
22026 pkg syscall (linux-386), const PTRACE_O_TRACEVFORKDONE = 32
22027 pkg syscall (linux-386), const PTRACE_PEEKDATA = 2
22028 pkg syscall (linux-386), const PTRACE_PEEKTEXT = 1
22029 pkg syscall (linux-386), const PTRACE_PEEKUSR = 3
22030 pkg syscall (linux-386), const PTRACE_POKEDATA = 5
22031 pkg syscall (linux-386), const PTRACE_POKETEXT = 4
22032 pkg syscall (linux-386), const PTRACE_POKEUSR = 6
22033 pkg syscall (linux-386), const PTRACE_SETFPREGS = 15
22034 pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19
22035 pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896
22036 pkg syscall (linux-386), const PTRACE_SETREGS = 13
22037 pkg syscall (linux-386), const PTRACE_SETREGSET = 16901
22038 pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899
22039 pkg syscall (linux-386), const PTRACE_SET_THREAD_AREA = 26
22040 pkg syscall (linux-386), const PTRACE_SINGLEBLOCK = 33
22041 pkg syscall (linux-386), const PTRACE_SINGLESTEP = 9
22042 pkg syscall (linux-386), const PTRACE_SYSCALL = 24
22043 pkg syscall (linux-386), const PTRACE_SYSEMU = 31
22044 pkg syscall (linux-386), const PTRACE_SYSEMU_SINGLESTEP = 32
22045 pkg syscall (linux-386), const PTRACE_TRACEME = 0
22046 pkg syscall (linux-386), const PathMax = 4096
22047 pkg syscall (linux-386), const RLIMIT_AS = 9
22048 pkg syscall (linux-386), const RLIMIT_CORE = 4
22049 pkg syscall (linux-386), const RLIMIT_CPU = 0
22050 pkg syscall (linux-386), const RLIMIT_DATA = 2
22051 pkg syscall (linux-386), const RLIMIT_FSIZE = 1
22052 pkg syscall (linux-386), const RLIMIT_NOFILE = 7
22053 pkg syscall (linux-386), const RLIMIT_STACK = 3
22054 pkg syscall (linux-386), const RLIM_INFINITY = -1
22055 pkg syscall (linux-386), const RTAX_ADVMSS = 8
22056 pkg syscall (linux-386), const RTAX_CWND = 7
22057 pkg syscall (linux-386), const RTAX_FEATURES = 12
22058 pkg syscall (linux-386), const RTAX_FEATURE_ALLFRAG = 8
22059 pkg syscall (linux-386), const RTAX_FEATURE_ECN = 1
22060 pkg syscall (linux-386), const RTAX_FEATURE_SACK = 2
22061 pkg syscall (linux-386), const RTAX_FEATURE_TIMESTAMP = 4
22062 pkg syscall (linux-386), const RTAX_HOPLIMIT = 10
22063 pkg syscall (linux-386), const RTAX_INITCWND = 11
22064 pkg syscall (linux-386), const RTAX_INITRWND = 14
22065 pkg syscall (linux-386), const RTAX_LOCK = 1
22066 pkg syscall (linux-386), const RTAX_MAX = 14
22067 pkg syscall (linux-386), const RTAX_MTU = 2
22068 pkg syscall (linux-386), const RTAX_REORDERING = 9
22069 pkg syscall (linux-386), const RTAX_RTO_MIN = 13
22070 pkg syscall (linux-386), const RTAX_RTT = 4
22071 pkg syscall (linux-386), const RTAX_RTTVAR = 5
22072 pkg syscall (linux-386), const RTAX_SSTHRESH = 6
22073 pkg syscall (linux-386), const RTAX_UNSPEC = 0
22074 pkg syscall (linux-386), const RTAX_WINDOW = 3
22075 pkg syscall (linux-386), const RTA_ALIGNTO = 4
22076 pkg syscall (linux-386), const RTA_CACHEINFO = 12
22077 pkg syscall (linux-386), const RTA_DST = 1
22078 pkg syscall (linux-386), const RTA_FLOW = 11
22079 pkg syscall (linux-386), const RTA_GATEWAY = 5
22080 pkg syscall (linux-386), const RTA_IIF = 3
22081 pkg syscall (linux-386), const RTA_MAX = 16
22082 pkg syscall (linux-386), const RTA_METRICS = 8
22083 pkg syscall (linux-386), const RTA_MULTIPATH = 9
22084 pkg syscall (linux-386), const RTA_OIF = 4
22085 pkg syscall (linux-386), const RTA_PREFSRC = 7
22086 pkg syscall (linux-386), const RTA_PRIORITY = 6
22087 pkg syscall (linux-386), const RTA_SRC = 2
22088 pkg syscall (linux-386), const RTA_TABLE = 15
22089 pkg syscall (linux-386), const RTA_UNSPEC = 0
22090 pkg syscall (linux-386), const RTCF_DIRECTSRC = 67108864
22091 pkg syscall (linux-386), const RTCF_DOREDIRECT = 16777216
22092 pkg syscall (linux-386), const RTCF_LOG = 33554432
22093 pkg syscall (linux-386), const RTCF_MASQ = 4194304
22094 pkg syscall (linux-386), const RTCF_NAT = 8388608
22095 pkg syscall (linux-386), const RTCF_VALVE = 2097152
22096 pkg syscall (linux-386), const RTF_ADDRCLASSMASK = 4160749568
22097 pkg syscall (linux-386), const RTF_ADDRCONF = 262144
22098 pkg syscall (linux-386), const RTF_ALLONLINK = 131072
22099 pkg syscall (linux-386), const RTF_BROADCAST = 268435456
22100 pkg syscall (linux-386), const RTF_CACHE = 16777216
22101 pkg syscall (linux-386), const RTF_DEFAULT = 65536
22102 pkg syscall (linux-386), const RTF_DYNAMIC = 16
22103 pkg syscall (linux-386), const RTF_FLOW = 33554432
22104 pkg syscall (linux-386), const RTF_GATEWAY = 2
22105 pkg syscall (linux-386), const RTF_HOST = 4
22106 pkg syscall (linux-386), const RTF_INTERFACE = 1073741824
22107 pkg syscall (linux-386), const RTF_IRTT = 256
22108 pkg syscall (linux-386), const RTF_LINKRT = 1048576
22109 pkg syscall (linux-386), const RTF_LOCAL = 2147483648
22110 pkg syscall (linux-386), const RTF_MODIFIED = 32
22111 pkg syscall (linux-386), const RTF_MSS = 64
22112 pkg syscall (linux-386), const RTF_MTU = 64
22113 pkg syscall (linux-386), const RTF_MULTICAST = 536870912
22114 pkg syscall (linux-386), const RTF_NAT = 134217728
22115 pkg syscall (linux-386), const RTF_NOFORWARD = 4096
22116 pkg syscall (linux-386), const RTF_NONEXTHOP = 2097152
22117 pkg syscall (linux-386), const RTF_NOPMTUDISC = 16384
22118 pkg syscall (linux-386), const RTF_POLICY = 67108864
22119 pkg syscall (linux-386), const RTF_REINSTATE = 8
22120 pkg syscall (linux-386), const RTF_REJECT = 512
22121 pkg syscall (linux-386), const RTF_STATIC = 1024
22122 pkg syscall (linux-386), const RTF_THROW = 8192
22123 pkg syscall (linux-386), const RTF_UP = 1
22124 pkg syscall (linux-386), const RTF_WINDOW = 128
22125 pkg syscall (linux-386), const RTF_XRESOLVE = 2048
22126 pkg syscall (linux-386), const RTM_BASE = 16
22127 pkg syscall (linux-386), const RTM_DELACTION = 49
22128 pkg syscall (linux-386), const RTM_DELADDR = 21
22129 pkg syscall (linux-386), const RTM_DELADDRLABEL = 73
22130 pkg syscall (linux-386), const RTM_DELLINK = 17
22131 pkg syscall (linux-386), const RTM_DELNEIGH = 29
22132 pkg syscall (linux-386), const RTM_DELQDISC = 37
22133 pkg syscall (linux-386), const RTM_DELROUTE = 25
22134 pkg syscall (linux-386), const RTM_DELRULE = 33
22135 pkg syscall (linux-386), const RTM_DELTCLASS = 41
22136 pkg syscall (linux-386), const RTM_DELTFILTER = 45
22137 pkg syscall (linux-386), const RTM_F_CLONED = 512
22138 pkg syscall (linux-386), const RTM_F_EQUALIZE = 1024
22139 pkg syscall (linux-386), const RTM_F_NOTIFY = 256
22140 pkg syscall (linux-386), const RTM_F_PREFIX = 2048
22141 pkg syscall (linux-386), const RTM_GETACTION = 50
22142 pkg syscall (linux-386), const RTM_GETADDR = 22
22143 pkg syscall (linux-386), const RTM_GETADDRLABEL = 74
22144 pkg syscall (linux-386), const RTM_GETANYCAST = 62
22145 pkg syscall (linux-386), const RTM_GETDCB = 78
22146 pkg syscall (linux-386), const RTM_GETLINK = 18
22147 pkg syscall (linux-386), const RTM_GETMULTICAST = 58
22148 pkg syscall (linux-386), const RTM_GETNEIGH = 30
22149 pkg syscall (linux-386), const RTM_GETNEIGHTBL = 66
22150 pkg syscall (linux-386), const RTM_GETQDISC = 38
22151 pkg syscall (linux-386), const RTM_GETROUTE = 26
22152 pkg syscall (linux-386), const RTM_GETRULE = 34
22153 pkg syscall (linux-386), const RTM_GETTCLASS = 42
22154 pkg syscall (linux-386), const RTM_GETTFILTER = 46
22155 pkg syscall (linux-386), const RTM_MAX = 79
22156 pkg syscall (linux-386), const RTM_NEWACTION = 48
22157 pkg syscall (linux-386), const RTM_NEWADDR = 20
22158 pkg syscall (linux-386), const RTM_NEWADDRLABEL = 72
22159 pkg syscall (linux-386), const RTM_NEWLINK = 16
22160 pkg syscall (linux-386), const RTM_NEWNDUSEROPT = 68
22161 pkg syscall (linux-386), const RTM_NEWNEIGH = 28
22162 pkg syscall (linux-386), const RTM_NEWNEIGHTBL = 64
22163 pkg syscall (linux-386), const RTM_NEWPREFIX = 52
22164 pkg syscall (linux-386), const RTM_NEWQDISC = 36
22165 pkg syscall (linux-386), const RTM_NEWROUTE = 24
22166 pkg syscall (linux-386), const RTM_NEWRULE = 32
22167 pkg syscall (linux-386), const RTM_NEWTCLASS = 40
22168 pkg syscall (linux-386), const RTM_NEWTFILTER = 44
22169 pkg syscall (linux-386), const RTM_NR_FAMILIES = 16
22170 pkg syscall (linux-386), const RTM_NR_MSGTYPES = 64
22171 pkg syscall (linux-386), const RTM_SETDCB = 79
22172 pkg syscall (linux-386), const RTM_SETLINK = 19
22173 pkg syscall (linux-386), const RTM_SETNEIGHTBL = 67
22174 pkg syscall (linux-386), const RTNH_ALIGNTO = 4
22175 pkg syscall (linux-386), const RTNH_F_DEAD = 1
22176 pkg syscall (linux-386), const RTNH_F_ONLINK = 4
22177 pkg syscall (linux-386), const RTNH_F_PERVASIVE = 2
22178 pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR = 5
22179 pkg syscall (linux-386), const RTNLGRP_IPV4_IFADDR ideal-int
22180 pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE = 6
22181 pkg syscall (linux-386), const RTNLGRP_IPV4_MROUTE ideal-int
22182 pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE = 7
22183 pkg syscall (linux-386), const RTNLGRP_IPV4_ROUTE ideal-int
22184 pkg syscall (linux-386), const RTNLGRP_IPV4_RULE = 8
22185 pkg syscall (linux-386), const RTNLGRP_IPV4_RULE ideal-int
22186 pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR = 9
22187 pkg syscall (linux-386), const RTNLGRP_IPV6_IFADDR ideal-int
22188 pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO = 12
22189 pkg syscall (linux-386), const RTNLGRP_IPV6_IFINFO ideal-int
22190 pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE = 10
22191 pkg syscall (linux-386), const RTNLGRP_IPV6_MROUTE ideal-int
22192 pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX = 18
22193 pkg syscall (linux-386), const RTNLGRP_IPV6_PREFIX ideal-int
22194 pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE = 11
22195 pkg syscall (linux-386), const RTNLGRP_IPV6_ROUTE ideal-int
22196 pkg syscall (linux-386), const RTNLGRP_IPV6_RULE = 19
22197 pkg syscall (linux-386), const RTNLGRP_IPV6_RULE ideal-int
22198 pkg syscall (linux-386), const RTNLGRP_LINK = 1
22199 pkg syscall (linux-386), const RTNLGRP_LINK ideal-int
22200 pkg syscall (linux-386), const RTNLGRP_ND_USEROPT = 20
22201 pkg syscall (linux-386), const RTNLGRP_ND_USEROPT ideal-int
22202 pkg syscall (linux-386), const RTNLGRP_NEIGH = 3
22203 pkg syscall (linux-386), const RTNLGRP_NEIGH ideal-int
22204 pkg syscall (linux-386), const RTNLGRP_NONE = 0
22205 pkg syscall (linux-386), const RTNLGRP_NONE ideal-int
22206 pkg syscall (linux-386), const RTNLGRP_NOTIFY = 2
22207 pkg syscall (linux-386), const RTNLGRP_NOTIFY ideal-int
22208 pkg syscall (linux-386), const RTNLGRP_TC = 4
22209 pkg syscall (linux-386), const RTNLGRP_TC ideal-int
22210 pkg syscall (linux-386), const RTN_ANYCAST = 4
22211 pkg syscall (linux-386), const RTN_BLACKHOLE = 6
22212 pkg syscall (linux-386), const RTN_BROADCAST = 3
22213 pkg syscall (linux-386), const RTN_LOCAL = 2
22214 pkg syscall (linux-386), const RTN_MAX = 11
22215 pkg syscall (linux-386), const RTN_MULTICAST = 5
22216 pkg syscall (linux-386), const RTN_NAT = 10
22217 pkg syscall (linux-386), const RTN_PROHIBIT = 8
22218 pkg syscall (linux-386), const RTN_THROW = 9
22219 pkg syscall (linux-386), const RTN_UNICAST = 1
22220 pkg syscall (linux-386), const RTN_UNREACHABLE = 7
22221 pkg syscall (linux-386), const RTN_UNSPEC = 0
22222 pkg syscall (linux-386), const RTN_XRESOLVE = 11
22223 pkg syscall (linux-386), const RTPROT_BIRD = 12
22224 pkg syscall (linux-386), const RTPROT_BOOT = 3
22225 pkg syscall (linux-386), const RTPROT_DHCP = 16
22226 pkg syscall (linux-386), const RTPROT_DNROUTED = 13
22227 pkg syscall (linux-386), const RTPROT_GATED = 8
22228 pkg syscall (linux-386), const RTPROT_KERNEL = 2
22229 pkg syscall (linux-386), const RTPROT_MRT = 10
22230 pkg syscall (linux-386), const RTPROT_NTK = 15
22231 pkg syscall (linux-386), const RTPROT_RA = 9
22232 pkg syscall (linux-386), const RTPROT_REDIRECT = 1
22233 pkg syscall (linux-386), const RTPROT_STATIC = 4
22234 pkg syscall (linux-386), const RTPROT_UNSPEC = 0
22235 pkg syscall (linux-386), const RTPROT_XORP = 14
22236 pkg syscall (linux-386), const RTPROT_ZEBRA = 11
22237 pkg syscall (linux-386), const RT_CLASS_DEFAULT = 253
22238 pkg syscall (linux-386), const RT_CLASS_LOCAL = 255
22239 pkg syscall (linux-386), const RT_CLASS_MAIN = 254
22240 pkg syscall (linux-386), const RT_CLASS_MAX = 255
22241 pkg syscall (linux-386), const RT_CLASS_UNSPEC = 0
22242 pkg syscall (linux-386), const RT_SCOPE_HOST = 254
22243 pkg syscall (linux-386), const RT_SCOPE_LINK = 253
22244 pkg syscall (linux-386), const RT_SCOPE_NOWHERE = 255
22245 pkg syscall (linux-386), const RT_SCOPE_SITE = 200
22246 pkg syscall (linux-386), const RT_SCOPE_UNIVERSE = 0
22247 pkg syscall (linux-386), const RT_TABLE_COMPAT = 252
22248 pkg syscall (linux-386), const RT_TABLE_DEFAULT = 253
22249 pkg syscall (linux-386), const RT_TABLE_LOCAL = 255
22250 pkg syscall (linux-386), const RT_TABLE_MAIN = 254
22251 pkg syscall (linux-386), const RT_TABLE_MAX = 4294967295
22252 pkg syscall (linux-386), const RT_TABLE_UNSPEC = 0
22253 pkg syscall (linux-386), const RUSAGE_CHILDREN = -1
22254 pkg syscall (linux-386), const RUSAGE_SELF = 0
22255 pkg syscall (linux-386), const RUSAGE_THREAD = 1
22256 pkg syscall (linux-386), const SCM_CREDENTIALS = 2
22257 pkg syscall (linux-386), const SCM_RIGHTS = 1
22258 pkg syscall (linux-386), const SCM_TIMESTAMP = 29
22259 pkg syscall (linux-386), const SCM_TIMESTAMPING = 37
22260 pkg syscall (linux-386), const SCM_TIMESTAMPNS = 35
22261 pkg syscall (linux-386), const SIGBUS = 7
22262 pkg syscall (linux-386), const SIGCHLD = 17
22263 pkg syscall (linux-386), const SIGCLD = 17
22264 pkg syscall (linux-386), const SIGCONT = 18
22265 pkg syscall (linux-386), const SIGIO = 29
22266 pkg syscall (linux-386), const SIGIOT = 6
22267 pkg syscall (linux-386), const SIGPOLL = 29
22268 pkg syscall (linux-386), const SIGPROF = 27
22269 pkg syscall (linux-386), const SIGPWR = 30
22270 pkg syscall (linux-386), const SIGSTKFLT = 16
22271 pkg syscall (linux-386), const SIGSTOP = 19
22272 pkg syscall (linux-386), const SIGSYS = 31
22273 pkg syscall (linux-386), const SIGTSTP = 20
22274 pkg syscall (linux-386), const SIGTTIN = 21
22275 pkg syscall (linux-386), const SIGTTOU = 22
22276 pkg syscall (linux-386), const SIGUNUSED = 31
22277 pkg syscall (linux-386), const SIGURG = 23
22278 pkg syscall (linux-386), const SIGUSR1 = 10
22279 pkg syscall (linux-386), const SIGUSR2 = 12
22280 pkg syscall (linux-386), const SIGVTALRM = 26
22281 pkg syscall (linux-386), const SIGWINCH = 28
22282 pkg syscall (linux-386), const SIGXCPU = 24
22283 pkg syscall (linux-386), const SIGXFSZ = 25
22284 pkg syscall (linux-386), const SIOCADDDLCI = 35200
22285 pkg syscall (linux-386), const SIOCADDMULTI = 35121
22286 pkg syscall (linux-386), const SIOCADDRT = 35083
22287 pkg syscall (linux-386), const SIOCATMARK = 35077
22288 pkg syscall (linux-386), const SIOCDARP = 35155
22289 pkg syscall (linux-386), const SIOCDELDLCI = 35201
22290 pkg syscall (linux-386), const SIOCDELMULTI = 35122
22291 pkg syscall (linux-386), const SIOCDELRT = 35084
22292 pkg syscall (linux-386), const SIOCDEVPRIVATE = 35312
22293 pkg syscall (linux-386), const SIOCDIFADDR = 35126
22294 pkg syscall (linux-386), const SIOCDRARP = 35168
22295 pkg syscall (linux-386), const SIOCGARP = 35156
22296 pkg syscall (linux-386), const SIOCGIFADDR = 35093
22297 pkg syscall (linux-386), const SIOCGIFBR = 35136
22298 pkg syscall (linux-386), const SIOCGIFBRDADDR = 35097
22299 pkg syscall (linux-386), const SIOCGIFCONF = 35090
22300 pkg syscall (linux-386), const SIOCGIFCOUNT = 35128
22301 pkg syscall (linux-386), const SIOCGIFDSTADDR = 35095
22302 pkg syscall (linux-386), const SIOCGIFENCAP = 35109
22303 pkg syscall (linux-386), const SIOCGIFFLAGS = 35091
22304 pkg syscall (linux-386), const SIOCGIFHWADDR = 35111
22305 pkg syscall (linux-386), const SIOCGIFINDEX = 35123
22306 pkg syscall (linux-386), const SIOCGIFMAP = 35184
22307 pkg syscall (linux-386), const SIOCGIFMEM = 35103
22308 pkg syscall (linux-386), const SIOCGIFMETRIC = 35101
22309 pkg syscall (linux-386), const SIOCGIFMTU = 35105
22310 pkg syscall (linux-386), const SIOCGIFNAME = 35088
22311 pkg syscall (linux-386), const SIOCGIFNETMASK = 35099
22312 pkg syscall (linux-386), const SIOCGIFPFLAGS = 35125
22313 pkg syscall (linux-386), const SIOCGIFSLAVE = 35113
22314 pkg syscall (linux-386), const SIOCGIFTXQLEN = 35138
22315 pkg syscall (linux-386), const SIOCGPGRP = 35076
22316 pkg syscall (linux-386), const SIOCGRARP = 35169
22317 pkg syscall (linux-386), const SIOCGSTAMP = 35078
22318 pkg syscall (linux-386), const SIOCGSTAMPNS = 35079
22319 pkg syscall (linux-386), const SIOCPROTOPRIVATE = 35296
22320 pkg syscall (linux-386), const SIOCRTMSG = 35085
22321 pkg syscall (linux-386), const SIOCSARP = 35157
22322 pkg syscall (linux-386), const SIOCSIFADDR = 35094
22323 pkg syscall (linux-386), const SIOCSIFBR = 35137
22324 pkg syscall (linux-386), const SIOCSIFBRDADDR = 35098
22325 pkg syscall (linux-386), const SIOCSIFDSTADDR = 35096
22326 pkg syscall (linux-386), const SIOCSIFENCAP = 35110
22327 pkg syscall (linux-386), const SIOCSIFFLAGS = 35092
22328 pkg syscall (linux-386), const SIOCSIFHWADDR = 35108
22329 pkg syscall (linux-386), const SIOCSIFHWBROADCAST = 35127
22330 pkg syscall (linux-386), const SIOCSIFLINK = 35089
22331 pkg syscall (linux-386), const SIOCSIFMAP = 35185
22332 pkg syscall (linux-386), const SIOCSIFMEM = 35104
22333 pkg syscall (linux-386), const SIOCSIFMETRIC = 35102
22334 pkg syscall (linux-386), const SIOCSIFMTU = 35106
22335 pkg syscall (linux-386), const SIOCSIFNAME = 35107
22336 pkg syscall (linux-386), const SIOCSIFNETMASK = 35100
22337 pkg syscall (linux-386), const SIOCSIFPFLAGS = 35124
22338 pkg syscall (linux-386), const SIOCSIFSLAVE = 35120
22339 pkg syscall (linux-386), const SIOCSIFTXQLEN = 35139
22340 pkg syscall (linux-386), const SIOCSPGRP = 35074
22341 pkg syscall (linux-386), const SIOCSRARP = 35170
22342 pkg syscall (linux-386), const SOCK_CLOEXEC = 524288
22343 pkg syscall (linux-386), const SOCK_DCCP = 6
22344 pkg syscall (linux-386), const SOCK_NONBLOCK = 2048
22345 pkg syscall (linux-386), const SOCK_PACKET = 10
22346 pkg syscall (linux-386), const SOCK_RDM = 4
22347 pkg syscall (linux-386), const SOL_AAL = 265
22348 pkg syscall (linux-386), const SOL_ATM = 264
22349 pkg syscall (linux-386), const SOL_DECNET = 261
22350 pkg syscall (linux-386), const SOL_ICMPV6 = 58
22351 pkg syscall (linux-386), const SOL_IP = 0
22352 pkg syscall (linux-386), const SOL_IPV6 = 41
22353 pkg syscall (linux-386), const SOL_IRDA = 266
22354 pkg syscall (linux-386), const SOL_PACKET = 263
22355 pkg syscall (linux-386), const SOL_RAW = 255
22356 pkg syscall (linux-386), const SOL_SOCKET = 1
22357 pkg syscall (linux-386), const SOL_TCP = 6
22358 pkg syscall (linux-386), const SOL_X25 = 262
22359 pkg syscall (linux-386), const SOMAXCONN = 128
22360 pkg syscall (linux-386), const SO_ACCEPTCONN = 30
22361 pkg syscall (linux-386), const SO_ATTACH_FILTER = 26
22362 pkg syscall (linux-386), const SO_BINDTODEVICE = 25
22363 pkg syscall (linux-386), const SO_BROADCAST = 6
22364 pkg syscall (linux-386), const SO_BSDCOMPAT = 14
22365 pkg syscall (linux-386), const SO_DEBUG = 1
22366 pkg syscall (linux-386), const SO_DETACH_FILTER = 27
22367 pkg syscall (linux-386), const SO_DOMAIN = 39
22368 pkg syscall (linux-386), const SO_DONTROUTE = 5
22369 pkg syscall (linux-386), const SO_ERROR = 4
22370 pkg syscall (linux-386), const SO_KEEPALIVE = 9
22371 pkg syscall (linux-386), const SO_LINGER = 13
22372 pkg syscall (linux-386), const SO_MARK = 36
22373 pkg syscall (linux-386), const SO_NO_CHECK = 11
22374 pkg syscall (linux-386), const SO_OOBINLINE = 10
22375 pkg syscall (linux-386), const SO_PASSCRED = 16
22376 pkg syscall (linux-386), const SO_PASSSEC = 34
22377 pkg syscall (linux-386), const SO_PEERCRED = 17
22378 pkg syscall (linux-386), const SO_PEERNAME = 28
22379 pkg syscall (linux-386), const SO_PEERSEC = 31
22380 pkg syscall (linux-386), const SO_PRIORITY = 12
22381 pkg syscall (linux-386), const SO_PROTOCOL = 38
22382 pkg syscall (linux-386), const SO_RCVBUF = 8
22383 pkg syscall (linux-386), const SO_RCVBUFFORCE = 33
22384 pkg syscall (linux-386), const SO_RCVLOWAT = 18
22385 pkg syscall (linux-386), const SO_RCVTIMEO = 20
22386 pkg syscall (linux-386), const SO_REUSEADDR = 2
22387 pkg syscall (linux-386), const SO_RXQ_OVFL = 40
22388 pkg syscall (linux-386), const SO_SECURITY_AUTHENTICATION = 22
22389 pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_NETWORK = 24
22390 pkg syscall (linux-386), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
22391 pkg syscall (linux-386), const SO_SNDBUF = 7
22392 pkg syscall (linux-386), const SO_SNDBUFFORCE = 32
22393 pkg syscall (linux-386), const SO_SNDLOWAT = 19
22394 pkg syscall (linux-386), const SO_SNDTIMEO = 21
22395 pkg syscall (linux-386), const SO_TIMESTAMP = 29
22396 pkg syscall (linux-386), const SO_TIMESTAMPING = 37
22397 pkg syscall (linux-386), const SO_TIMESTAMPNS = 35
22398 pkg syscall (linux-386), const SO_TYPE = 3
22399 pkg syscall (linux-386), const SYS_ACCESS = 33
22400 pkg syscall (linux-386), const SYS_ACCT = 51
22401 pkg syscall (linux-386), const SYS_ADD_KEY = 286
22402 pkg syscall (linux-386), const SYS_ADJTIMEX = 124
22403 pkg syscall (linux-386), const SYS_AFS_SYSCALL = 137
22404 pkg syscall (linux-386), const SYS_ALARM = 27
22405 pkg syscall (linux-386), const SYS_BDFLUSH = 134
22406 pkg syscall (linux-386), const SYS_BREAK = 17
22407 pkg syscall (linux-386), const SYS_BRK = 45
22408 pkg syscall (linux-386), const SYS_CAPGET = 184
22409 pkg syscall (linux-386), const SYS_CAPSET = 185
22410 pkg syscall (linux-386), const SYS_CHDIR = 12
22411 pkg syscall (linux-386), const SYS_CHMOD = 15
22412 pkg syscall (linux-386), const SYS_CHOWN = 182
22413 pkg syscall (linux-386), const SYS_CHOWN32 = 212
22414 pkg syscall (linux-386), const SYS_CHROOT = 61
22415 pkg syscall (linux-386), const SYS_CLOCK_GETRES = 266
22416 pkg syscall (linux-386), const SYS_CLOCK_GETTIME = 265
22417 pkg syscall (linux-386), const SYS_CLOCK_NANOSLEEP = 267
22418 pkg syscall (linux-386), const SYS_CLOCK_SETTIME = 264
22419 pkg syscall (linux-386), const SYS_CLONE = 120
22420 pkg syscall (linux-386), const SYS_CLOSE = 6
22421 pkg syscall (linux-386), const SYS_CREAT = 8
22422 pkg syscall (linux-386), const SYS_CREATE_MODULE = 127
22423 pkg syscall (linux-386), const SYS_DELETE_MODULE = 129
22424 pkg syscall (linux-386), const SYS_DUP = 41
22425 pkg syscall (linux-386), const SYS_DUP2 = 63
22426 pkg syscall (linux-386), const SYS_DUP3 = 330
22427 pkg syscall (linux-386), const SYS_EPOLL_CREATE = 254
22428 pkg syscall (linux-386), const SYS_EPOLL_CREATE1 = 329
22429 pkg syscall (linux-386), const SYS_EPOLL_CTL = 255
22430 pkg syscall (linux-386), const SYS_EPOLL_PWAIT = 319
22431 pkg syscall (linux-386), const SYS_EPOLL_WAIT = 256
22432 pkg syscall (linux-386), const SYS_EVENTFD = 323
22433 pkg syscall (linux-386), const SYS_EVENTFD2 = 328
22434 pkg syscall (linux-386), const SYS_EXECVE = 11
22435 pkg syscall (linux-386), const SYS_EXIT = 1
22436 pkg syscall (linux-386), const SYS_EXIT_GROUP = 252
22437 pkg syscall (linux-386), const SYS_FACCESSAT = 307
22438 pkg syscall (linux-386), const SYS_FADVISE64 = 250
22439 pkg syscall (linux-386), const SYS_FADVISE64_64 = 272
22440 pkg syscall (linux-386), const SYS_FALLOCATE = 324
22441 pkg syscall (linux-386), const SYS_FANOTIFY_INIT = 338
22442 pkg syscall (linux-386), const SYS_FANOTIFY_MARK = 339
22443 pkg syscall (linux-386), const SYS_FCHDIR = 133
22444 pkg syscall (linux-386), const SYS_FCHMOD = 94
22445 pkg syscall (linux-386), const SYS_FCHMODAT = 306
22446 pkg syscall (linux-386), const SYS_FCHOWN = 95
22447 pkg syscall (linux-386), const SYS_FCHOWN32 = 207
22448 pkg syscall (linux-386), const SYS_FCHOWNAT = 298
22449 pkg syscall (linux-386), const SYS_FCNTL = 55
22450 pkg syscall (linux-386), const SYS_FCNTL64 = 221
22451 pkg syscall (linux-386), const SYS_FDATASYNC = 148
22452 pkg syscall (linux-386), const SYS_FGETXATTR = 231
22453 pkg syscall (linux-386), const SYS_FLISTXATTR = 234
22454 pkg syscall (linux-386), const SYS_FLOCK = 143
22455 pkg syscall (linux-386), const SYS_FORK = 2
22456 pkg syscall (linux-386), const SYS_FREMOVEXATTR = 237
22457 pkg syscall (linux-386), const SYS_FSETXATTR = 228
22458 pkg syscall (linux-386), const SYS_FSTAT = 108
22459 pkg syscall (linux-386), const SYS_FSTAT64 = 197
22460 pkg syscall (linux-386), const SYS_FSTATAT64 = 300
22461 pkg syscall (linux-386), const SYS_FSTATFS = 100
22462 pkg syscall (linux-386), const SYS_FSTATFS64 = 269
22463 pkg syscall (linux-386), const SYS_FSYNC = 118
22464 pkg syscall (linux-386), const SYS_FTIME = 35
22465 pkg syscall (linux-386), const SYS_FTRUNCATE = 93
22466 pkg syscall (linux-386), const SYS_FTRUNCATE64 = 194
22467 pkg syscall (linux-386), const SYS_FUTEX = 240
22468 pkg syscall (linux-386), const SYS_FUTIMESAT = 299
22469 pkg syscall (linux-386), const SYS_GETCPU = 318
22470 pkg syscall (linux-386), const SYS_GETCWD = 183
22471 pkg syscall (linux-386), const SYS_GETDENTS = 141
22472 pkg syscall (linux-386), const SYS_GETDENTS64 = 220
22473 pkg syscall (linux-386), const SYS_GETEGID = 50
22474 pkg syscall (linux-386), const SYS_GETEGID32 = 202
22475 pkg syscall (linux-386), const SYS_GETEUID = 49
22476 pkg syscall (linux-386), const SYS_GETEUID32 = 201
22477 pkg syscall (linux-386), const SYS_GETGID = 47
22478 pkg syscall (linux-386), const SYS_GETGID32 = 200
22479 pkg syscall (linux-386), const SYS_GETGROUPS = 80
22480 pkg syscall (linux-386), const SYS_GETGROUPS32 = 205
22481 pkg syscall (linux-386), const SYS_GETITIMER = 105
22482 pkg syscall (linux-386), const SYS_GETPGID = 132
22483 pkg syscall (linux-386), const SYS_GETPGRP = 65
22484 pkg syscall (linux-386), const SYS_GETPID = 20
22485 pkg syscall (linux-386), const SYS_GETPMSG = 188
22486 pkg syscall (linux-386), const SYS_GETPPID = 64
22487 pkg syscall (linux-386), const SYS_GETPRIORITY = 96
22488 pkg syscall (linux-386), const SYS_GETRESGID = 171
22489 pkg syscall (linux-386), const SYS_GETRESGID32 = 211
22490 pkg syscall (linux-386), const SYS_GETRESUID = 165
22491 pkg syscall (linux-386), const SYS_GETRESUID32 = 209
22492 pkg syscall (linux-386), const SYS_GETRLIMIT = 76
22493 pkg syscall (linux-386), const SYS_GETRUSAGE = 77
22494 pkg syscall (linux-386), const SYS_GETSID = 147
22495 pkg syscall (linux-386), const SYS_GETTID = 224
22496 pkg syscall (linux-386), const SYS_GETTIMEOFDAY = 78
22497 pkg syscall (linux-386), const SYS_GETUID = 24
22498 pkg syscall (linux-386), const SYS_GETUID32 = 199
22499 pkg syscall (linux-386), const SYS_GETXATTR = 229
22500 pkg syscall (linux-386), const SYS_GET_KERNEL_SYMS = 130
22501 pkg syscall (linux-386), const SYS_GET_MEMPOLICY = 275
22502 pkg syscall (linux-386), const SYS_GET_ROBUST_LIST = 312
22503 pkg syscall (linux-386), const SYS_GET_THREAD_AREA = 244
22504 pkg syscall (linux-386), const SYS_GTTY = 32
22505 pkg syscall (linux-386), const SYS_IDLE = 112
22506 pkg syscall (linux-386), const SYS_INIT_MODULE = 128
22507 pkg syscall (linux-386), const SYS_INOTIFY_ADD_WATCH = 292
22508 pkg syscall (linux-386), const SYS_INOTIFY_INIT = 291
22509 pkg syscall (linux-386), const SYS_INOTIFY_INIT1 = 332
22510 pkg syscall (linux-386), const SYS_INOTIFY_RM_WATCH = 293
22511 pkg syscall (linux-386), const SYS_IOCTL = 54
22512 pkg syscall (linux-386), const SYS_IOPERM = 101
22513 pkg syscall (linux-386), const SYS_IOPL = 110
22514 pkg syscall (linux-386), const SYS_IOPRIO_GET = 290
22515 pkg syscall (linux-386), const SYS_IOPRIO_SET = 289
22516 pkg syscall (linux-386), const SYS_IO_CANCEL = 249
22517 pkg syscall (linux-386), const SYS_IO_DESTROY = 246
22518 pkg syscall (linux-386), const SYS_IO_GETEVENTS = 247
22519 pkg syscall (linux-386), const SYS_IO_SETUP = 245
22520 pkg syscall (linux-386), const SYS_IO_SUBMIT = 248
22521 pkg syscall (linux-386), const SYS_IPC = 117
22522 pkg syscall (linux-386), const SYS_KEXEC_LOAD = 283
22523 pkg syscall (linux-386), const SYS_KEYCTL = 288
22524 pkg syscall (linux-386), const SYS_KILL = 37
22525 pkg syscall (linux-386), const SYS_LCHOWN = 16
22526 pkg syscall (linux-386), const SYS_LCHOWN32 = 198
22527 pkg syscall (linux-386), const SYS_LGETXATTR = 230
22528 pkg syscall (linux-386), const SYS_LINK = 9
22529 pkg syscall (linux-386), const SYS_LINKAT = 303
22530 pkg syscall (linux-386), const SYS_LISTXATTR = 232
22531 pkg syscall (linux-386), const SYS_LLISTXATTR = 233
22532 pkg syscall (linux-386), const SYS_LOCK = 53
22533 pkg syscall (linux-386), const SYS_LOOKUP_DCOOKIE = 253
22534 pkg syscall (linux-386), const SYS_LREMOVEXATTR = 236
22535 pkg syscall (linux-386), const SYS_LSEEK = 19
22536 pkg syscall (linux-386), const SYS_LSETXATTR = 227
22537 pkg syscall (linux-386), const SYS_LSTAT = 107
22538 pkg syscall (linux-386), const SYS_LSTAT64 = 196
22539 pkg syscall (linux-386), const SYS_MADVISE = 219
22540 pkg syscall (linux-386), const SYS_MADVISE1 = 219
22541 pkg syscall (linux-386), const SYS_MBIND = 274
22542 pkg syscall (linux-386), const SYS_MIGRATE_PAGES = 294
22543 pkg syscall (linux-386), const SYS_MINCORE = 218
22544 pkg syscall (linux-386), const SYS_MKDIR = 39
22545 pkg syscall (linux-386), const SYS_MKDIRAT = 296
22546 pkg syscall (linux-386), const SYS_MKNOD = 14
22547 pkg syscall (linux-386), const SYS_MKNODAT = 297
22548 pkg syscall (linux-386), const SYS_MLOCK = 150
22549 pkg syscall (linux-386), const SYS_MLOCKALL = 152
22550 pkg syscall (linux-386), const SYS_MMAP = 90
22551 pkg syscall (linux-386), const SYS_MMAP2 = 192
22552 pkg syscall (linux-386), const SYS_MODIFY_LDT = 123
22553 pkg syscall (linux-386), const SYS_MOUNT = 21
22554 pkg syscall (linux-386), const SYS_MOVE_PAGES = 317
22555 pkg syscall (linux-386), const SYS_MPROTECT = 125
22556 pkg syscall (linux-386), const SYS_MPX = 56
22557 pkg syscall (linux-386), const SYS_MQ_GETSETATTR = 282
22558 pkg syscall (linux-386), const SYS_MQ_NOTIFY = 281
22559 pkg syscall (linux-386), const SYS_MQ_OPEN = 277
22560 pkg syscall (linux-386), const SYS_MQ_TIMEDRECEIVE = 280
22561 pkg syscall (linux-386), const SYS_MQ_TIMEDSEND = 279
22562 pkg syscall (linux-386), const SYS_MQ_UNLINK = 278
22563 pkg syscall (linux-386), const SYS_MREMAP = 163
22564 pkg syscall (linux-386), const SYS_MSYNC = 144
22565 pkg syscall (linux-386), const SYS_MUNLOCK = 151
22566 pkg syscall (linux-386), const SYS_MUNLOCKALL = 153
22567 pkg syscall (linux-386), const SYS_MUNMAP = 91
22568 pkg syscall (linux-386), const SYS_NANOSLEEP = 162
22569 pkg syscall (linux-386), const SYS_NFSSERVCTL = 169
22570 pkg syscall (linux-386), const SYS_NICE = 34
22571 pkg syscall (linux-386), const SYS_OLDFSTAT = 28
22572 pkg syscall (linux-386), const SYS_OLDLSTAT = 84
22573 pkg syscall (linux-386), const SYS_OLDOLDUNAME = 59
22574 pkg syscall (linux-386), const SYS_OLDSTAT = 18
22575 pkg syscall (linux-386), const SYS_OLDUNAME = 109
22576 pkg syscall (linux-386), const SYS_OPEN = 5
22577 pkg syscall (linux-386), const SYS_OPENAT = 295
22578 pkg syscall (linux-386), const SYS_PAUSE = 29
22579 pkg syscall (linux-386), const SYS_PERF_EVENT_OPEN = 336
22580 pkg syscall (linux-386), const SYS_PERSONALITY = 136
22581 pkg syscall (linux-386), const SYS_PIPE = 42
22582 pkg syscall (linux-386), const SYS_PIPE2 = 331
22583 pkg syscall (linux-386), const SYS_PIVOT_ROOT = 217
22584 pkg syscall (linux-386), const SYS_POLL = 168
22585 pkg syscall (linux-386), const SYS_PPOLL = 309
22586 pkg syscall (linux-386), const SYS_PRCTL = 172
22587 pkg syscall (linux-386), const SYS_PREAD64 = 180
22588 pkg syscall (linux-386), const SYS_PREADV = 333
22589 pkg syscall (linux-386), const SYS_PRLIMIT64 = 340
22590 pkg syscall (linux-386), const SYS_PROF = 44
22591 pkg syscall (linux-386), const SYS_PROFIL = 98
22592 pkg syscall (linux-386), const SYS_PSELECT6 = 308
22593 pkg syscall (linux-386), const SYS_PTRACE = 26
22594 pkg syscall (linux-386), const SYS_PUTPMSG = 189
22595 pkg syscall (linux-386), const SYS_PWRITE64 = 181
22596 pkg syscall (linux-386), const SYS_PWRITEV = 334
22597 pkg syscall (linux-386), const SYS_QUERY_MODULE = 167
22598 pkg syscall (linux-386), const SYS_QUOTACTL = 131
22599 pkg syscall (linux-386), const SYS_READ = 3
22600 pkg syscall (linux-386), const SYS_READAHEAD = 225
22601 pkg syscall (linux-386), const SYS_READDIR = 89
22602 pkg syscall (linux-386), const SYS_READLINK = 85
22603 pkg syscall (linux-386), const SYS_READLINKAT = 305
22604 pkg syscall (linux-386), const SYS_READV = 145
22605 pkg syscall (linux-386), const SYS_REBOOT = 88
22606 pkg syscall (linux-386), const SYS_RECVMMSG = 337
22607 pkg syscall (linux-386), const SYS_REMAP_FILE_PAGES = 257
22608 pkg syscall (linux-386), const SYS_REMOVEXATTR = 235
22609 pkg syscall (linux-386), const SYS_RENAME = 38
22610 pkg syscall (linux-386), const SYS_RENAMEAT = 302
22611 pkg syscall (linux-386), const SYS_REQUEST_KEY = 287
22612 pkg syscall (linux-386), const SYS_RESTART_SYSCALL = 0
22613 pkg syscall (linux-386), const SYS_RMDIR = 40
22614 pkg syscall (linux-386), const SYS_RT_SIGACTION = 174
22615 pkg syscall (linux-386), const SYS_RT_SIGPENDING = 176
22616 pkg syscall (linux-386), const SYS_RT_SIGPROCMASK = 175
22617 pkg syscall (linux-386), const SYS_RT_SIGQUEUEINFO = 178
22618 pkg syscall (linux-386), const SYS_RT_SIGRETURN = 173
22619 pkg syscall (linux-386), const SYS_RT_SIGSUSPEND = 179
22620 pkg syscall (linux-386), const SYS_RT_SIGTIMEDWAIT = 177
22621 pkg syscall (linux-386), const SYS_RT_TGSIGQUEUEINFO = 335
22622 pkg syscall (linux-386), const SYS_SCHED_GETAFFINITY = 242
22623 pkg syscall (linux-386), const SYS_SCHED_GETPARAM = 155
22624 pkg syscall (linux-386), const SYS_SCHED_GETSCHEDULER = 157
22625 pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MAX = 159
22626 pkg syscall (linux-386), const SYS_SCHED_GET_PRIORITY_MIN = 160
22627 pkg syscall (linux-386), const SYS_SCHED_RR_GET_INTERVAL = 161
22628 pkg syscall (linux-386), const SYS_SCHED_SETAFFINITY = 241
22629 pkg syscall (linux-386), const SYS_SCHED_SETPARAM = 154
22630 pkg syscall (linux-386), const SYS_SCHED_SETSCHEDULER = 156
22631 pkg syscall (linux-386), const SYS_SCHED_YIELD = 158
22632 pkg syscall (linux-386), const SYS_SELECT = 82
22633 pkg syscall (linux-386), const SYS_SENDFILE = 187
22634 pkg syscall (linux-386), const SYS_SENDFILE64 = 239
22635 pkg syscall (linux-386), const SYS_SETDOMAINNAME = 121
22636 pkg syscall (linux-386), const SYS_SETFSGID = 139
22637 pkg syscall (linux-386), const SYS_SETFSGID32 = 216
22638 pkg syscall (linux-386), const SYS_SETFSUID = 138
22639 pkg syscall (linux-386), const SYS_SETFSUID32 = 215
22640 pkg syscall (linux-386), const SYS_SETGID = 46
22641 pkg syscall (linux-386), const SYS_SETGID32 = 214
22642 pkg syscall (linux-386), const SYS_SETGROUPS = 81
22643 pkg syscall (linux-386), const SYS_SETGROUPS32 = 206
22644 pkg syscall (linux-386), const SYS_SETHOSTNAME = 74
22645 pkg syscall (linux-386), const SYS_SETITIMER = 104
22646 pkg syscall (linux-386), const SYS_SETPGID = 57
22647 pkg syscall (linux-386), const SYS_SETPRIORITY = 97
22648 pkg syscall (linux-386), const SYS_SETREGID = 71
22649 pkg syscall (linux-386), const SYS_SETREGID32 = 204
22650 pkg syscall (linux-386), const SYS_SETRESGID = 170
22651 pkg syscall (linux-386), const SYS_SETRESGID32 = 210
22652 pkg syscall (linux-386), const SYS_SETRESUID = 164
22653 pkg syscall (linux-386), const SYS_SETRESUID32 = 208
22654 pkg syscall (linux-386), const SYS_SETREUID = 70
22655 pkg syscall (linux-386), const SYS_SETREUID32 = 203
22656 pkg syscall (linux-386), const SYS_SETRLIMIT = 75
22657 pkg syscall (linux-386), const SYS_SETSID = 66
22658 pkg syscall (linux-386), const SYS_SETTIMEOFDAY = 79
22659 pkg syscall (linux-386), const SYS_SETUID = 23
22660 pkg syscall (linux-386), const SYS_SETUID32 = 213
22661 pkg syscall (linux-386), const SYS_SETXATTR = 226
22662 pkg syscall (linux-386), const SYS_SET_MEMPOLICY = 276
22663 pkg syscall (linux-386), const SYS_SET_ROBUST_LIST = 311
22664 pkg syscall (linux-386), const SYS_SET_THREAD_AREA = 243
22665 pkg syscall (linux-386), const SYS_SET_TID_ADDRESS = 258
22666 pkg syscall (linux-386), const SYS_SGETMASK = 68
22667 pkg syscall (linux-386), const SYS_SIGACTION = 67
22668 pkg syscall (linux-386), const SYS_SIGALTSTACK = 186
22669 pkg syscall (linux-386), const SYS_SIGNAL = 48
22670 pkg syscall (linux-386), const SYS_SIGNALFD = 321
22671 pkg syscall (linux-386), const SYS_SIGNALFD4 = 327
22672 pkg syscall (linux-386), const SYS_SIGPENDING = 73
22673 pkg syscall (linux-386), const SYS_SIGPROCMASK = 126
22674 pkg syscall (linux-386), const SYS_SIGRETURN = 119
22675 pkg syscall (linux-386), const SYS_SIGSUSPEND = 72
22676 pkg syscall (linux-386), const SYS_SOCKETCALL = 102
22677 pkg syscall (linux-386), const SYS_SPLICE = 313
22678 pkg syscall (linux-386), const SYS_SSETMASK = 69
22679 pkg syscall (linux-386), const SYS_STAT = 106
22680 pkg syscall (linux-386), const SYS_STAT64 = 195
22681 pkg syscall (linux-386), const SYS_STATFS = 99
22682 pkg syscall (linux-386), const SYS_STATFS64 = 268
22683 pkg syscall (linux-386), const SYS_STIME = 25
22684 pkg syscall (linux-386), const SYS_STTY = 31
22685 pkg syscall (linux-386), const SYS_SWAPOFF = 115
22686 pkg syscall (linux-386), const SYS_SWAPON = 87
22687 pkg syscall (linux-386), const SYS_SYMLINK = 83
22688 pkg syscall (linux-386), const SYS_SYMLINKAT = 304
22689 pkg syscall (linux-386), const SYS_SYNC = 36
22690 pkg syscall (linux-386), const SYS_SYNC_FILE_RANGE = 314
22691 pkg syscall (linux-386), const SYS_SYSFS = 135
22692 pkg syscall (linux-386), const SYS_SYSINFO = 116
22693 pkg syscall (linux-386), const SYS_SYSLOG = 103
22694 pkg syscall (linux-386), const SYS_TEE = 315
22695 pkg syscall (linux-386), const SYS_TGKILL = 270
22696 pkg syscall (linux-386), const SYS_TIME = 13
22697 pkg syscall (linux-386), const SYS_TIMERFD_CREATE = 322
22698 pkg syscall (linux-386), const SYS_TIMERFD_GETTIME = 326
22699 pkg syscall (linux-386), const SYS_TIMERFD_SETTIME = 325
22700 pkg syscall (linux-386), const SYS_TIMER_CREATE = 259
22701 pkg syscall (linux-386), const SYS_TIMER_DELETE = 263
22702 pkg syscall (linux-386), const SYS_TIMER_GETOVERRUN = 262
22703 pkg syscall (linux-386), const SYS_TIMER_GETTIME = 261
22704 pkg syscall (linux-386), const SYS_TIMER_SETTIME = 260
22705 pkg syscall (linux-386), const SYS_TIMES = 43
22706 pkg syscall (linux-386), const SYS_TKILL = 238
22707 pkg syscall (linux-386), const SYS_TRUNCATE = 92
22708 pkg syscall (linux-386), const SYS_TRUNCATE64 = 193
22709 pkg syscall (linux-386), const SYS_UGETRLIMIT = 191
22710 pkg syscall (linux-386), const SYS_ULIMIT = 58
22711 pkg syscall (linux-386), const SYS_UMASK = 60
22712 pkg syscall (linux-386), const SYS_UMOUNT = 22
22713 pkg syscall (linux-386), const SYS_UMOUNT2 = 52
22714 pkg syscall (linux-386), const SYS_UNAME = 122
22715 pkg syscall (linux-386), const SYS_UNLINK = 10
22716 pkg syscall (linux-386), const SYS_UNLINKAT = 301
22717 pkg syscall (linux-386), const SYS_UNSHARE = 310
22718 pkg syscall (linux-386), const SYS_USELIB = 86
22719 pkg syscall (linux-386), const SYS_USTAT = 62
22720 pkg syscall (linux-386), const SYS_UTIME = 30
22721 pkg syscall (linux-386), const SYS_UTIMENSAT = 320
22722 pkg syscall (linux-386), const SYS_UTIMES = 271
22723 pkg syscall (linux-386), const SYS_VFORK = 190
22724 pkg syscall (linux-386), const SYS_VHANGUP = 111
22725 pkg syscall (linux-386), const SYS_VM86 = 166
22726 pkg syscall (linux-386), const SYS_VM86OLD = 113
22727 pkg syscall (linux-386), const SYS_VMSPLICE = 316
22728 pkg syscall (linux-386), const SYS_VSERVER = 273
22729 pkg syscall (linux-386), const SYS_WAIT4 = 114
22730 pkg syscall (linux-386), const SYS_WAITID = 284
22731 pkg syscall (linux-386), const SYS_WAITPID = 7
22732 pkg syscall (linux-386), const SYS_WRITE = 4
22733 pkg syscall (linux-386), const SYS_WRITEV = 146
22734 pkg syscall (linux-386), const SYS__LLSEEK = 140
22735 pkg syscall (linux-386), const SYS__NEWSELECT = 142
22736 pkg syscall (linux-386), const SYS__SYSCTL = 149
22737 pkg syscall (linux-386), const S_BLKSIZE = 512
22738 pkg syscall (linux-386), const S_IEXEC = 64
22739 pkg syscall (linux-386), const S_IFMT = 61440
22740 pkg syscall (linux-386), const S_IREAD = 256
22741 pkg syscall (linux-386), const S_IRGRP = 32
22742 pkg syscall (linux-386), const S_IROTH = 4
22743 pkg syscall (linux-386), const S_IRWXG = 56
22744 pkg syscall (linux-386), const S_IRWXO = 7
22745 pkg syscall (linux-386), const S_IRWXU = 448
22746 pkg syscall (linux-386), const S_IWGRP = 16
22747 pkg syscall (linux-386), const S_IWOTH = 2
22748 pkg syscall (linux-386), const S_IWRITE = 128
22749 pkg syscall (linux-386), const S_IXGRP = 8
22750 pkg syscall (linux-386), const S_IXOTH = 1
22751 pkg syscall (linux-386), const SizeofCmsghdr = 12
22752 pkg syscall (linux-386), const SizeofIPMreq = 8
22753 pkg syscall (linux-386), const SizeofIPMreqn = 12
22754 pkg syscall (linux-386), const SizeofIPv6Mreq = 20
22755 pkg syscall (linux-386), const SizeofIfAddrmsg = 8
22756 pkg syscall (linux-386), const SizeofIfInfomsg = 16
22757 pkg syscall (linux-386), const SizeofInet4Pktinfo = 12
22758 pkg syscall (linux-386), const SizeofInet6Pktinfo = 20
22759 pkg syscall (linux-386), const SizeofInotifyEvent = 16
22760 pkg syscall (linux-386), const SizeofLinger = 8
22761 pkg syscall (linux-386), const SizeofMsghdr = 28
22762 pkg syscall (linux-386), const SizeofNlAttr = 4
22763 pkg syscall (linux-386), const SizeofNlMsgerr = 20
22764 pkg syscall (linux-386), const SizeofNlMsghdr = 16
22765 pkg syscall (linux-386), const SizeofRtAttr = 4
22766 pkg syscall (linux-386), const SizeofRtGenmsg = 1
22767 pkg syscall (linux-386), const SizeofRtMsg = 12
22768 pkg syscall (linux-386), const SizeofRtNexthop = 8
22769 pkg syscall (linux-386), const SizeofSockFilter = 8
22770 pkg syscall (linux-386), const SizeofSockFprog = 8
22771 pkg syscall (linux-386), const SizeofSockaddrAny = 112
22772 pkg syscall (linux-386), const SizeofSockaddrInet4 = 16
22773 pkg syscall (linux-386), const SizeofSockaddrInet6 = 28
22774 pkg syscall (linux-386), const SizeofSockaddrLinklayer = 20
22775 pkg syscall (linux-386), const SizeofSockaddrNetlink = 12
22776 pkg syscall (linux-386), const SizeofSockaddrUnix = 110
22777 pkg syscall (linux-386), const SizeofTCPInfo = 104
22778 pkg syscall (linux-386), const SizeofTCPInfo ideal-int
22779 pkg syscall (linux-386), const SizeofUcred = 12
22780 pkg syscall (linux-386), const TCGETS = 21505
22781 pkg syscall (linux-386), const TCP_CONGESTION = 13
22782 pkg syscall (linux-386), const TCP_CORK = 3
22783 pkg syscall (linux-386), const TCP_DEFER_ACCEPT = 9
22784 pkg syscall (linux-386), const TCP_INFO = 11
22785 pkg syscall (linux-386), const TCP_KEEPCNT = 6
22786 pkg syscall (linux-386), const TCP_KEEPIDLE = 4
22787 pkg syscall (linux-386), const TCP_KEEPINTVL = 5
22788 pkg syscall (linux-386), const TCP_LINGER2 = 8
22789 pkg syscall (linux-386), const TCP_MAXSEG = 2
22790 pkg syscall (linux-386), const TCP_MAXWIN = 65535
22791 pkg syscall (linux-386), const TCP_MAX_WINSHIFT = 14
22792 pkg syscall (linux-386), const TCP_MD5SIG = 14
22793 pkg syscall (linux-386), const TCP_MD5SIG_MAXKEYLEN = 80
22794 pkg syscall (linux-386), const TCP_MSS = 512
22795 pkg syscall (linux-386), const TCP_QUICKACK = 12
22796 pkg syscall (linux-386), const TCP_SYNCNT = 7
22797 pkg syscall (linux-386), const TCP_WINDOW_CLAMP = 10
22798 pkg syscall (linux-386), const TCSETS = 21506
22799 pkg syscall (linux-386), const TIOCCBRK = 21544
22800 pkg syscall (linux-386), const TIOCCONS = 21533
22801 pkg syscall (linux-386), const TIOCEXCL = 21516
22802 pkg syscall (linux-386), const TIOCGDEV = 2147767346
22803 pkg syscall (linux-386), const TIOCGETD = 21540
22804 pkg syscall (linux-386), const TIOCGICOUNT = 21597
22805 pkg syscall (linux-386), const TIOCGLCKTRMIOS = 21590
22806 pkg syscall (linux-386), const TIOCGPGRP = 21519
22807 pkg syscall (linux-386), const TIOCGPTN = 2147767344
22808 pkg syscall (linux-386), const TIOCGRS485 = 21550
22809 pkg syscall (linux-386), const TIOCGSERIAL = 21534
22810 pkg syscall (linux-386), const TIOCGSID = 21545
22811 pkg syscall (linux-386), const TIOCGSOFTCAR = 21529
22812 pkg syscall (linux-386), const TIOCGWINSZ = 21523
22813 pkg syscall (linux-386), const TIOCINQ = 21531
22814 pkg syscall (linux-386), const TIOCLINUX = 21532
22815 pkg syscall (linux-386), const TIOCMBIC = 21527
22816 pkg syscall (linux-386), const TIOCMBIS = 21526
22817 pkg syscall (linux-386), const TIOCMGET = 21525
22818 pkg syscall (linux-386), const TIOCMIWAIT = 21596
22819 pkg syscall (linux-386), const TIOCMSET = 21528
22820 pkg syscall (linux-386), const TIOCM_CAR = 64
22821 pkg syscall (linux-386), const TIOCM_CD = 64
22822 pkg syscall (linux-386), const TIOCM_CTS = 32
22823 pkg syscall (linux-386), const TIOCM_DSR = 256
22824 pkg syscall (linux-386), const TIOCM_DTR = 2
22825 pkg syscall (linux-386), const TIOCM_LE = 1
22826 pkg syscall (linux-386), const TIOCM_RI = 128
22827 pkg syscall (linux-386), const TIOCM_RNG = 128
22828 pkg syscall (linux-386), const TIOCM_RTS = 4
22829 pkg syscall (linux-386), const TIOCM_SR = 16
22830 pkg syscall (linux-386), const TIOCM_ST = 8
22831 pkg syscall (linux-386), const TIOCNOTTY = 21538
22832 pkg syscall (linux-386), const TIOCNXCL = 21517
22833 pkg syscall (linux-386), const TIOCOUTQ = 21521
22834 pkg syscall (linux-386), const TIOCPKT = 21536
22835 pkg syscall (linux-386), const TIOCPKT_DATA = 0
22836 pkg syscall (linux-386), const TIOCPKT_DOSTOP = 32
22837 pkg syscall (linux-386), const TIOCPKT_FLUSHREAD = 1
22838 pkg syscall (linux-386), const TIOCPKT_FLUSHWRITE = 2
22839 pkg syscall (linux-386), const TIOCPKT_IOCTL = 64
22840 pkg syscall (linux-386), const TIOCPKT_NOSTOP = 16
22841 pkg syscall (linux-386), const TIOCPKT_START = 8
22842 pkg syscall (linux-386), const TIOCPKT_STOP = 4
22843 pkg syscall (linux-386), const TIOCSBRK = 21543
22844 pkg syscall (linux-386), const TIOCSCTTY = 21518
22845 pkg syscall (linux-386), const TIOCSERCONFIG = 21587
22846 pkg syscall (linux-386), const TIOCSERGETLSR = 21593
22847 pkg syscall (linux-386), const TIOCSERGETMULTI = 21594
22848 pkg syscall (linux-386), const TIOCSERGSTRUCT = 21592
22849 pkg syscall (linux-386), const TIOCSERGWILD = 21588
22850 pkg syscall (linux-386), const TIOCSERSETMULTI = 21595
22851 pkg syscall (linux-386), const TIOCSERSWILD = 21589
22852 pkg syscall (linux-386), const TIOCSER_TEMT = 1
22853 pkg syscall (linux-386), const TIOCSETD = 21539
22854 pkg syscall (linux-386), const TIOCSIG = 1074025526
22855 pkg syscall (linux-386), const TIOCSLCKTRMIOS = 21591
22856 pkg syscall (linux-386), const TIOCSPGRP = 21520
22857 pkg syscall (linux-386), const TIOCSPTLCK = 1074025521
22858 pkg syscall (linux-386), const TIOCSRS485 = 21551
22859 pkg syscall (linux-386), const TIOCSSERIAL = 21535
22860 pkg syscall (linux-386), const TIOCSSOFTCAR = 21530
22861 pkg syscall (linux-386), const TIOCSTI = 21522
22862 pkg syscall (linux-386), const TIOCSWINSZ = 21524
22863 pkg syscall (linux-386), const TOSTOP = 256
22864 pkg syscall (linux-386), const TUNATTACHFILTER = 1074287829
22865 pkg syscall (linux-386), const TUNDETACHFILTER = 1074287830
22866 pkg syscall (linux-386), const TUNGETFEATURES = 2147767503
22867 pkg syscall (linux-386), const TUNGETIFF = 2147767506
22868 pkg syscall (linux-386), const TUNGETSNDBUF = 2147767507
22869 pkg syscall (linux-386), const TUNGETVNETHDRSZ = 2147767511
22870 pkg syscall (linux-386), const TUNSETDEBUG = 1074025673
22871 pkg syscall (linux-386), const TUNSETGROUP = 1074025678
22872 pkg syscall (linux-386), const TUNSETIFF = 1074025674
22873 pkg syscall (linux-386), const TUNSETLINK = 1074025677
22874 pkg syscall (linux-386), const TUNSETNOCSUM = 1074025672
22875 pkg syscall (linux-386), const TUNSETOFFLOAD = 1074025680
22876 pkg syscall (linux-386), const TUNSETOWNER = 1074025676
22877 pkg syscall (linux-386), const TUNSETPERSIST = 1074025675
22878 pkg syscall (linux-386), const TUNSETSNDBUF = 1074025684
22879 pkg syscall (linux-386), const TUNSETTXFILTER = 1074025681
22880 pkg syscall (linux-386), const TUNSETVNETHDRSZ = 1074025688
22881 pkg syscall (linux-386), const VDISCARD = 13
22882 pkg syscall (linux-386), const VEOF = 4
22883 pkg syscall (linux-386), const VEOL = 11
22884 pkg syscall (linux-386), const VEOL2 = 16
22885 pkg syscall (linux-386), const VERASE = 2
22886 pkg syscall (linux-386), const VINTR = 0
22887 pkg syscall (linux-386), const VKILL = 3
22888 pkg syscall (linux-386), const VLNEXT = 15
22889 pkg syscall (linux-386), const VMIN = 6
22890 pkg syscall (linux-386), const VQUIT = 1
22891 pkg syscall (linux-386), const VREPRINT = 12
22892 pkg syscall (linux-386), const VSTART = 8
22893 pkg syscall (linux-386), const VSTOP = 9
22894 pkg syscall (linux-386), const VSUSP = 10
22895 pkg syscall (linux-386), const VSWTC = 7
22896 pkg syscall (linux-386), const VTIME = 5
22897 pkg syscall (linux-386), const VWERASE = 14
22898 pkg syscall (linux-386), const WALL = 1073741824
22899 pkg syscall (linux-386), const WCLONE = 2147483648
22900 pkg syscall (linux-386), const WCONTINUED = 8
22901 pkg syscall (linux-386), const WEXITED = 4
22902 pkg syscall (linux-386), const WNOHANG = 1
22903 pkg syscall (linux-386), const WNOTHREAD = 536870912
22904 pkg syscall (linux-386), const WNOWAIT = 16777216
22905 pkg syscall (linux-386), const WORDSIZE = 32
22906 pkg syscall (linux-386), const WSTOPPED = 2
22907 pkg syscall (linux-386), const WUNTRACED = 2
22908 pkg syscall (linux-386), const XCASE = 4
22909 pkg syscall (linux-386), func Accept4(int, int) (int, Sockaddr, error)
22910 pkg syscall (linux-386), func GetsockoptUcred(int, int, int) (*Ucred, error)
22911 pkg syscall (linux-386), func Getxattr(string, string, []uint8) (int, error)
22912 pkg syscall (linux-386), func Listxattr(string, []uint8) (int, error)
22913 pkg syscall (linux-386), func Pipe2([]int, int) error
22914 pkg syscall (linux-386), func PtraceSyscall(int, int) error
22915 pkg syscall (linux-386), func Removexattr(string, string) error
22916 pkg syscall (linux-386), func Setxattr(string, string, []uint8, int) error
22917 pkg syscall (linux-386), func SlicePtrFromStrings([]string) ([]*uint8, error)
22918 pkg syscall (linux-386), type SysProcAttr struct, Ctty int
22919 pkg syscall (linux-386), type TCPInfo struct
22920 pkg syscall (linux-386), type TCPInfo struct, Advmss uint32
22921 pkg syscall (linux-386), type TCPInfo struct, Ato uint32
22922 pkg syscall (linux-386), type TCPInfo struct, Backoff uint8
22923 pkg syscall (linux-386), type TCPInfo struct, Ca_state uint8
22924 pkg syscall (linux-386), type TCPInfo struct, Fackets uint32
22925 pkg syscall (linux-386), type TCPInfo struct, Last_ack_recv uint32
22926 pkg syscall (linux-386), type TCPInfo struct, Last_ack_sent uint32
22927 pkg syscall (linux-386), type TCPInfo struct, Last_data_recv uint32
22928 pkg syscall (linux-386), type TCPInfo struct, Last_data_sent uint32
22929 pkg syscall (linux-386), type TCPInfo struct, Lost uint32
22930 pkg syscall (linux-386), type TCPInfo struct, Options uint8
22931 pkg syscall (linux-386), type TCPInfo struct, Pad_cgo_0 [2]uint8
22932 pkg syscall (linux-386), type TCPInfo struct, Pmtu uint32
22933 pkg syscall (linux-386), type TCPInfo struct, Probes uint8
22934 pkg syscall (linux-386), type TCPInfo struct, Rcv_mss uint32
22935 pkg syscall (linux-386), type TCPInfo struct, Rcv_rtt uint32
22936 pkg syscall (linux-386), type TCPInfo struct, Rcv_space uint32
22937 pkg syscall (linux-386), type TCPInfo struct, Rcv_ssthresh uint32
22938 pkg syscall (linux-386), type TCPInfo struct, Reordering uint32
22939 pkg syscall (linux-386), type TCPInfo struct, Retrans uint32
22940 pkg syscall (linux-386), type TCPInfo struct, Retransmits uint8
22941 pkg syscall (linux-386), type TCPInfo struct, Rto uint32
22942 pkg syscall (linux-386), type TCPInfo struct, Rtt uint32
22943 pkg syscall (linux-386), type TCPInfo struct, Rttvar uint32
22944 pkg syscall (linux-386), type TCPInfo struct, Sacked uint32
22945 pkg syscall (linux-386), type TCPInfo struct, Snd_cwnd uint32
22946 pkg syscall (linux-386), type TCPInfo struct, Snd_mss uint32
22947 pkg syscall (linux-386), type TCPInfo struct, Snd_ssthresh uint32
22948 pkg syscall (linux-386), type TCPInfo struct, State uint8
22949 pkg syscall (linux-386), type TCPInfo struct, Total_retrans uint32
22950 pkg syscall (linux-386), type TCPInfo struct, Unacked uint32
22951 pkg syscall (linux-386-cgo), const AF_ALG = 38
22952 pkg syscall (linux-386-cgo), const AF_APPLETALK = 5
22953 pkg syscall (linux-386-cgo), const AF_ASH = 18
22954 pkg syscall (linux-386-cgo), const AF_ATMPVC = 8
22955 pkg syscall (linux-386-cgo), const AF_ATMSVC = 20
22956 pkg syscall (linux-386-cgo), const AF_AX25 = 3
22957 pkg syscall (linux-386-cgo), const AF_BLUETOOTH = 31
22958 pkg syscall (linux-386-cgo), const AF_BRIDGE = 7
22959 pkg syscall (linux-386-cgo), const AF_CAIF = 37
22960 pkg syscall (linux-386-cgo), const AF_CAN = 29
22961 pkg syscall (linux-386-cgo), const AF_DECnet = 12
22962 pkg syscall (linux-386-cgo), const AF_ECONET = 19
22963 pkg syscall (linux-386-cgo), const AF_FILE = 1
22964 pkg syscall (linux-386-cgo), const AF_IEEE802154 = 36
22965 pkg syscall (linux-386-cgo), const AF_INET6 = 10
22966 pkg syscall (linux-386-cgo), const AF_IPX = 4
22967 pkg syscall (linux-386-cgo), const AF_IRDA = 23
22968 pkg syscall (linux-386-cgo), const AF_ISDN = 34
22969 pkg syscall (linux-386-cgo), const AF_IUCV = 32
22970 pkg syscall (linux-386-cgo), const AF_KEY = 15
22971 pkg syscall (linux-386-cgo), const AF_LLC = 26
22972 pkg syscall (linux-386-cgo), const AF_LOCAL = 1
22973 pkg syscall (linux-386-cgo), const AF_MAX = 39
22974 pkg syscall (linux-386-cgo), const AF_NETBEUI = 13
22975 pkg syscall (linux-386-cgo), const AF_NETLINK = 16
22976 pkg syscall (linux-386-cgo), const AF_NETROM = 6
22977 pkg syscall (linux-386-cgo), const AF_PACKET = 17
22978 pkg syscall (linux-386-cgo), const AF_PHONET = 35
22979 pkg syscall (linux-386-cgo), const AF_PPPOX = 24
22980 pkg syscall (linux-386-cgo), const AF_RDS = 21
22981 pkg syscall (linux-386-cgo), const AF_ROSE = 11
22982 pkg syscall (linux-386-cgo), const AF_ROUTE = 16
22983 pkg syscall (linux-386-cgo), const AF_RXRPC = 33
22984 pkg syscall (linux-386-cgo), const AF_SECURITY = 14
22985 pkg syscall (linux-386-cgo), const AF_SNA = 22
22986 pkg syscall (linux-386-cgo), const AF_TIPC = 30
22987 pkg syscall (linux-386-cgo), const AF_WANPIPE = 25
22988 pkg syscall (linux-386-cgo), const AF_X25 = 9
22989 pkg syscall (linux-386-cgo), const ARPHRD_ADAPT = 264
22990 pkg syscall (linux-386-cgo), const ARPHRD_APPLETLK = 8
22991 pkg syscall (linux-386-cgo), const ARPHRD_ARCNET = 7
22992 pkg syscall (linux-386-cgo), const ARPHRD_ASH = 781
22993 pkg syscall (linux-386-cgo), const ARPHRD_ATM = 19
22994 pkg syscall (linux-386-cgo), const ARPHRD_AX25 = 3
22995 pkg syscall (linux-386-cgo), const ARPHRD_BIF = 775
22996 pkg syscall (linux-386-cgo), const ARPHRD_CHAOS = 5
22997 pkg syscall (linux-386-cgo), const ARPHRD_CISCO = 513
22998 pkg syscall (linux-386-cgo), const ARPHRD_CSLIP = 257
22999 pkg syscall (linux-386-cgo), const ARPHRD_CSLIP6 = 259
23000 pkg syscall (linux-386-cgo), const ARPHRD_DDCMP = 517
23001 pkg syscall (linux-386-cgo), const ARPHRD_DLCI = 15
23002 pkg syscall (linux-386-cgo), const ARPHRD_ECONET = 782
23003 pkg syscall (linux-386-cgo), const ARPHRD_EETHER = 2
23004 pkg syscall (linux-386-cgo), const ARPHRD_ETHER = 1
23005 pkg syscall (linux-386-cgo), const ARPHRD_EUI64 = 27
23006 pkg syscall (linux-386-cgo), const ARPHRD_FCAL = 785
23007 pkg syscall (linux-386-cgo), const ARPHRD_FCFABRIC = 787
23008 pkg syscall (linux-386-cgo), const ARPHRD_FCPL = 786
23009 pkg syscall (linux-386-cgo), const ARPHRD_FCPP = 784
23010 pkg syscall (linux-386-cgo), const ARPHRD_FDDI = 774
23011 pkg syscall (linux-386-cgo), const ARPHRD_FRAD = 770
23012 pkg syscall (linux-386-cgo), const ARPHRD_HDLC = 513
23013 pkg syscall (linux-386-cgo), const ARPHRD_HIPPI = 780
23014 pkg syscall (linux-386-cgo), const ARPHRD_HWX25 = 272
23015 pkg syscall (linux-386-cgo), const ARPHRD_IEEE1394 = 24
23016 pkg syscall (linux-386-cgo), const ARPHRD_IEEE802 = 6
23017 pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211 = 801
23018 pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_PRISM = 802
23019 pkg syscall (linux-386-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
23020 pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154 = 804
23021 pkg syscall (linux-386-cgo), const ARPHRD_IEEE802154_PHY = 805
23022 pkg syscall (linux-386-cgo), const ARPHRD_IEEE802_TR = 800
23023 pkg syscall (linux-386-cgo), const ARPHRD_INFINIBAND = 32
23024 pkg syscall (linux-386-cgo), const ARPHRD_IPDDP = 777
23025 pkg syscall (linux-386-cgo), const ARPHRD_IPGRE = 778
23026 pkg syscall (linux-386-cgo), const ARPHRD_IRDA = 783
23027 pkg syscall (linux-386-cgo), const ARPHRD_LAPB = 516
23028 pkg syscall (linux-386-cgo), const ARPHRD_LOCALTLK = 773
23029 pkg syscall (linux-386-cgo), const ARPHRD_LOOPBACK = 772
23030 pkg syscall (linux-386-cgo), const ARPHRD_METRICOM = 23
23031 pkg syscall (linux-386-cgo), const ARPHRD_NETROM = 0
23032 pkg syscall (linux-386-cgo), const ARPHRD_NONE = 65534
23033 pkg syscall (linux-386-cgo), const ARPHRD_PIMREG = 779
23034 pkg syscall (linux-386-cgo), const ARPHRD_PPP = 512
23035 pkg syscall (linux-386-cgo), const ARPHRD_PRONET = 4
23036 pkg syscall (linux-386-cgo), const ARPHRD_RAWHDLC = 518
23037 pkg syscall (linux-386-cgo), const ARPHRD_ROSE = 270
23038 pkg syscall (linux-386-cgo), const ARPHRD_RSRVD = 260
23039 pkg syscall (linux-386-cgo), const ARPHRD_SIT = 776
23040 pkg syscall (linux-386-cgo), const ARPHRD_SKIP = 771
23041 pkg syscall (linux-386-cgo), const ARPHRD_SLIP = 256
23042 pkg syscall (linux-386-cgo), const ARPHRD_SLIP6 = 258
23043 pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL = 768
23044 pkg syscall (linux-386-cgo), const ARPHRD_TUNNEL6 = 769
23045 pkg syscall (linux-386-cgo), const ARPHRD_VOID = 65535
23046 pkg syscall (linux-386-cgo), const ARPHRD_X25 = 271
23047 pkg syscall (linux-386-cgo), const B0 = 0
23048 pkg syscall (linux-386-cgo), const B1000000 = 4104
23049 pkg syscall (linux-386-cgo), const B110 = 3
23050 pkg syscall (linux-386-cgo), const B115200 = 4098
23051 pkg syscall (linux-386-cgo), const B1152000 = 4105
23052 pkg syscall (linux-386-cgo), const B1200 = 9
23053 pkg syscall (linux-386-cgo), const B134 = 4
23054 pkg syscall (linux-386-cgo), const B150 = 5
23055 pkg syscall (linux-386-cgo), const B1500000 = 4106
23056 pkg syscall (linux-386-cgo), const B1800 = 10
23057 pkg syscall (linux-386-cgo), const B19200 = 14
23058 pkg syscall (linux-386-cgo), const B200 = 6
23059 pkg syscall (linux-386-cgo), const B2000000 = 4107
23060 pkg syscall (linux-386-cgo), const B230400 = 4099
23061 pkg syscall (linux-386-cgo), const B2400 = 11
23062 pkg syscall (linux-386-cgo), const B2500000 = 4108
23063 pkg syscall (linux-386-cgo), const B300 = 7
23064 pkg syscall (linux-386-cgo), const B3000000 = 4109
23065 pkg syscall (linux-386-cgo), const B3500000 = 4110
23066 pkg syscall (linux-386-cgo), const B38400 = 15
23067 pkg syscall (linux-386-cgo), const B4000000 = 4111
23068 pkg syscall (linux-386-cgo), const B460800 = 4100
23069 pkg syscall (linux-386-cgo), const B4800 = 12
23070 pkg syscall (linux-386-cgo), const B50 = 1
23071 pkg syscall (linux-386-cgo), const B500000 = 4101
23072 pkg syscall (linux-386-cgo), const B57600 = 4097
23073 pkg syscall (linux-386-cgo), const B576000 = 4102
23074 pkg syscall (linux-386-cgo), const B600 = 8
23075 pkg syscall (linux-386-cgo), const B75 = 2
23076 pkg syscall (linux-386-cgo), const B921600 = 4103
23077 pkg syscall (linux-386-cgo), const B9600 = 13
23078 pkg syscall (linux-386-cgo), const BPF_A = 16
23079 pkg syscall (linux-386-cgo), const BPF_ABS = 32
23080 pkg syscall (linux-386-cgo), const BPF_ADD = 0
23081 pkg syscall (linux-386-cgo), const BPF_ALU = 4
23082 pkg syscall (linux-386-cgo), const BPF_AND = 80
23083 pkg syscall (linux-386-cgo), const BPF_B = 16
23084 pkg syscall (linux-386-cgo), const BPF_DIV = 48
23085 pkg syscall (linux-386-cgo), const BPF_H = 8
23086 pkg syscall (linux-386-cgo), const BPF_IMM = 0
23087 pkg syscall (linux-386-cgo), const BPF_IND = 64
23088 pkg syscall (linux-386-cgo), const BPF_JA = 0
23089 pkg syscall (linux-386-cgo), const BPF_JEQ = 16
23090 pkg syscall (linux-386-cgo), const BPF_JGE = 48
23091 pkg syscall (linux-386-cgo), const BPF_JGT = 32
23092 pkg syscall (linux-386-cgo), const BPF_JMP = 5
23093 pkg syscall (linux-386-cgo), const BPF_JSET = 64
23094 pkg syscall (linux-386-cgo), const BPF_K = 0
23095 pkg syscall (linux-386-cgo), const BPF_LD = 0
23096 pkg syscall (linux-386-cgo), const BPF_LDX = 1
23097 pkg syscall (linux-386-cgo), const BPF_LEN = 128
23098 pkg syscall (linux-386-cgo), const BPF_LSH = 96
23099 pkg syscall (linux-386-cgo), const BPF_MAJOR_VERSION = 1
23100 pkg syscall (linux-386-cgo), const BPF_MAXINSNS = 4096
23101 pkg syscall (linux-386-cgo), const BPF_MEM = 96
23102 pkg syscall (linux-386-cgo), const BPF_MEMWORDS = 16
23103 pkg syscall (linux-386-cgo), const BPF_MINOR_VERSION = 1
23104 pkg syscall (linux-386-cgo), const BPF_MISC = 7
23105 pkg syscall (linux-386-cgo), const BPF_MSH = 160
23106 pkg syscall (linux-386-cgo), const BPF_MUL = 32
23107 pkg syscall (linux-386-cgo), const BPF_NEG = 128
23108 pkg syscall (linux-386-cgo), const BPF_OR = 64
23109 pkg syscall (linux-386-cgo), const BPF_RET = 6
23110 pkg syscall (linux-386-cgo), const BPF_RSH = 112
23111 pkg syscall (linux-386-cgo), const BPF_ST = 2
23112 pkg syscall (linux-386-cgo), const BPF_STX = 3
23113 pkg syscall (linux-386-cgo), const BPF_SUB = 16
23114 pkg syscall (linux-386-cgo), const BPF_TAX = 0
23115 pkg syscall (linux-386-cgo), const BPF_TXA = 128
23116 pkg syscall (linux-386-cgo), const BPF_W = 0
23117 pkg syscall (linux-386-cgo), const BPF_X = 8
23118 pkg syscall (linux-386-cgo), const BRKINT = 2
23119 pkg syscall (linux-386-cgo), const CLOCAL = 2048
23120 pkg syscall (linux-386-cgo), const CREAD = 128
23121 pkg syscall (linux-386-cgo), const CS5 = 0
23122 pkg syscall (linux-386-cgo), const CS6 = 16
23123 pkg syscall (linux-386-cgo), const CS7 = 32
23124 pkg syscall (linux-386-cgo), const CS8 = 48
23125 pkg syscall (linux-386-cgo), const CSIZE = 48
23126 pkg syscall (linux-386-cgo), const CSTOPB = 64
23127 pkg syscall (linux-386-cgo), const DT_BLK = 6
23128 pkg syscall (linux-386-cgo), const DT_CHR = 2
23129 pkg syscall (linux-386-cgo), const DT_DIR = 4
23130 pkg syscall (linux-386-cgo), const DT_FIFO = 1
23131 pkg syscall (linux-386-cgo), const DT_LNK = 10
23132 pkg syscall (linux-386-cgo), const DT_REG = 8
23133 pkg syscall (linux-386-cgo), const DT_SOCK = 12
23134 pkg syscall (linux-386-cgo), const DT_UNKNOWN = 0
23135 pkg syscall (linux-386-cgo), const DT_WHT = 14
23136 pkg syscall (linux-386-cgo), const E2BIG = 7
23137 pkg syscall (linux-386-cgo), const EACCES = 13
23138 pkg syscall (linux-386-cgo), const EADDRINUSE = 98
23139 pkg syscall (linux-386-cgo), const EADDRNOTAVAIL = 99
23140 pkg syscall (linux-386-cgo), const EADV = 68
23141 pkg syscall (linux-386-cgo), const EAFNOSUPPORT = 97
23142 pkg syscall (linux-386-cgo), const EAGAIN = 11
23143 pkg syscall (linux-386-cgo), const EALREADY = 114
23144 pkg syscall (linux-386-cgo), const EBADE = 52
23145 pkg syscall (linux-386-cgo), const EBADF = 9
23146 pkg syscall (linux-386-cgo), const EBADFD = 77
23147 pkg syscall (linux-386-cgo), const EBADMSG = 74
23148 pkg syscall (linux-386-cgo), const EBADR = 53
23149 pkg syscall (linux-386-cgo), const EBADRQC = 56
23150 pkg syscall (linux-386-cgo), const EBADSLT = 57
23151 pkg syscall (linux-386-cgo), const EBFONT = 59
23152 pkg syscall (linux-386-cgo), const EBUSY = 16
23153 pkg syscall (linux-386-cgo), const ECANCELED = 125
23154 pkg syscall (linux-386-cgo), const ECHILD = 10
23155 pkg syscall (linux-386-cgo), const ECHO = 8
23156 pkg syscall (linux-386-cgo), const ECHOCTL = 512
23157 pkg syscall (linux-386-cgo), const ECHOE = 16
23158 pkg syscall (linux-386-cgo), const ECHOK = 32
23159 pkg syscall (linux-386-cgo), const ECHOKE = 2048
23160 pkg syscall (linux-386-cgo), const ECHONL = 64
23161 pkg syscall (linux-386-cgo), const ECHOPRT = 1024
23162 pkg syscall (linux-386-cgo), const ECHRNG = 44
23163 pkg syscall (linux-386-cgo), const ECOMM = 70
23164 pkg syscall (linux-386-cgo), const ECONNABORTED = 103
23165 pkg syscall (linux-386-cgo), const ECONNREFUSED = 111
23166 pkg syscall (linux-386-cgo), const ECONNRESET = 104
23167 pkg syscall (linux-386-cgo), const EDEADLK = 35
23168 pkg syscall (linux-386-cgo), const EDEADLOCK = 35
23169 pkg syscall (linux-386-cgo), const EDESTADDRREQ = 89
23170 pkg syscall (linux-386-cgo), const EDOM = 33
23171 pkg syscall (linux-386-cgo), const EDOTDOT = 73
23172 pkg syscall (linux-386-cgo), const EDQUOT = 122
23173 pkg syscall (linux-386-cgo), const EEXIST = 17
23174 pkg syscall (linux-386-cgo), const EFAULT = 14
23175 pkg syscall (linux-386-cgo), const EFBIG = 27
23176 pkg syscall (linux-386-cgo), const EHOSTDOWN = 112
23177 pkg syscall (linux-386-cgo), const EHOSTUNREACH = 113
23178 pkg syscall (linux-386-cgo), const EIDRM = 43
23179 pkg syscall (linux-386-cgo), const EILSEQ = 84
23180 pkg syscall (linux-386-cgo), const EINPROGRESS = 115
23181 pkg syscall (linux-386-cgo), const EINTR = 4
23182 pkg syscall (linux-386-cgo), const EINVAL = 22
23183 pkg syscall (linux-386-cgo), const EIO = 5
23184 pkg syscall (linux-386-cgo), const EISCONN = 106
23185 pkg syscall (linux-386-cgo), const EISDIR = 21
23186 pkg syscall (linux-386-cgo), const EISNAM = 120
23187 pkg syscall (linux-386-cgo), const EKEYEXPIRED = 127
23188 pkg syscall (linux-386-cgo), const EKEYREJECTED = 129
23189 pkg syscall (linux-386-cgo), const EKEYREVOKED = 128
23190 pkg syscall (linux-386-cgo), const EL2HLT = 51
23191 pkg syscall (linux-386-cgo), const EL2NSYNC = 45
23192 pkg syscall (linux-386-cgo), const EL3HLT = 46
23193 pkg syscall (linux-386-cgo), const EL3RST = 47
23194 pkg syscall (linux-386-cgo), const ELIBACC = 79
23195 pkg syscall (linux-386-cgo), const ELIBBAD = 80
23196 pkg syscall (linux-386-cgo), const ELIBEXEC = 83
23197 pkg syscall (linux-386-cgo), const ELIBMAX = 82
23198 pkg syscall (linux-386-cgo), const ELIBSCN = 81
23199 pkg syscall (linux-386-cgo), const ELNRNG = 48
23200 pkg syscall (linux-386-cgo), const ELOOP = 40
23201 pkg syscall (linux-386-cgo), const EMEDIUMTYPE = 124
23202 pkg syscall (linux-386-cgo), const EMFILE = 24
23203 pkg syscall (linux-386-cgo), const EMLINK = 31
23204 pkg syscall (linux-386-cgo), const EMSGSIZE = 90
23205 pkg syscall (linux-386-cgo), const EMULTIHOP = 72
23206 pkg syscall (linux-386-cgo), const ENAMETOOLONG = 36
23207 pkg syscall (linux-386-cgo), const ENAVAIL = 119
23208 pkg syscall (linux-386-cgo), const ENETDOWN = 100
23209 pkg syscall (linux-386-cgo), const ENETRESET = 102
23210 pkg syscall (linux-386-cgo), const ENETUNREACH = 101
23211 pkg syscall (linux-386-cgo), const ENFILE = 23
23212 pkg syscall (linux-386-cgo), const ENOANO = 55
23213 pkg syscall (linux-386-cgo), const ENOBUFS = 105
23214 pkg syscall (linux-386-cgo), const ENOCSI = 50
23215 pkg syscall (linux-386-cgo), const ENODATA = 61
23216 pkg syscall (linux-386-cgo), const ENODEV = 19
23217 pkg syscall (linux-386-cgo), const ENOEXEC = 8
23218 pkg syscall (linux-386-cgo), const ENOKEY = 126
23219 pkg syscall (linux-386-cgo), const ENOLCK = 37
23220 pkg syscall (linux-386-cgo), const ENOLINK = 67
23221 pkg syscall (linux-386-cgo), const ENOMEDIUM = 123
23222 pkg syscall (linux-386-cgo), const ENOMEM = 12
23223 pkg syscall (linux-386-cgo), const ENOMSG = 42
23224 pkg syscall (linux-386-cgo), const ENONET = 64
23225 pkg syscall (linux-386-cgo), const ENOPKG = 65
23226 pkg syscall (linux-386-cgo), const ENOPROTOOPT = 92
23227 pkg syscall (linux-386-cgo), const ENOSPC = 28
23228 pkg syscall (linux-386-cgo), const ENOSR = 63
23229 pkg syscall (linux-386-cgo), const ENOSTR = 60
23230 pkg syscall (linux-386-cgo), const ENOSYS = 38
23231 pkg syscall (linux-386-cgo), const ENOTBLK = 15
23232 pkg syscall (linux-386-cgo), const ENOTCONN = 107
23233 pkg syscall (linux-386-cgo), const ENOTDIR = 20
23234 pkg syscall (linux-386-cgo), const ENOTEMPTY = 39
23235 pkg syscall (linux-386-cgo), const ENOTNAM = 118
23236 pkg syscall (linux-386-cgo), const ENOTRECOVERABLE = 131
23237 pkg syscall (linux-386-cgo), const ENOTSOCK = 88
23238 pkg syscall (linux-386-cgo), const ENOTSUP = 95
23239 pkg syscall (linux-386-cgo), const ENOTTY = 25
23240 pkg syscall (linux-386-cgo), const ENOTUNIQ = 76
23241 pkg syscall (linux-386-cgo), const ENXIO = 6
23242 pkg syscall (linux-386-cgo), const EOPNOTSUPP = 95
23243 pkg syscall (linux-386-cgo), const EOVERFLOW = 75
23244 pkg syscall (linux-386-cgo), const EOWNERDEAD = 130
23245 pkg syscall (linux-386-cgo), const EPERM = 1
23246 pkg syscall (linux-386-cgo), const EPFNOSUPPORT = 96
23247 pkg syscall (linux-386-cgo), const EPIPE = 32
23248 pkg syscall (linux-386-cgo), const EPOLLERR = 8
23249 pkg syscall (linux-386-cgo), const EPOLLET = -2147483648
23250 pkg syscall (linux-386-cgo), const EPOLLHUP = 16
23251 pkg syscall (linux-386-cgo), const EPOLLIN = 1
23252 pkg syscall (linux-386-cgo), const EPOLLMSG = 1024
23253 pkg syscall (linux-386-cgo), const EPOLLONESHOT = 1073741824
23254 pkg syscall (linux-386-cgo), const EPOLLOUT = 4
23255 pkg syscall (linux-386-cgo), const EPOLLPRI = 2
23256 pkg syscall (linux-386-cgo), const EPOLLRDBAND = 128
23257 pkg syscall (linux-386-cgo), const EPOLLRDHUP = 8192
23258 pkg syscall (linux-386-cgo), const EPOLLRDNORM = 64
23259 pkg syscall (linux-386-cgo), const EPOLLWRBAND = 512
23260 pkg syscall (linux-386-cgo), const EPOLLWRNORM = 256
23261 pkg syscall (linux-386-cgo), const EPOLL_CLOEXEC = 524288
23262 pkg syscall (linux-386-cgo), const EPOLL_CTL_ADD = 1
23263 pkg syscall (linux-386-cgo), const EPOLL_CTL_DEL = 2
23264 pkg syscall (linux-386-cgo), const EPOLL_CTL_MOD = 3
23265 pkg syscall (linux-386-cgo), const EPOLL_NONBLOCK = 2048
23266 pkg syscall (linux-386-cgo), const EPROTO = 71
23267 pkg syscall (linux-386-cgo), const EPROTONOSUPPORT = 93
23268 pkg syscall (linux-386-cgo), const EPROTOTYPE = 91
23269 pkg syscall (linux-386-cgo), const ERANGE = 34
23270 pkg syscall (linux-386-cgo), const EREMCHG = 78
23271 pkg syscall (linux-386-cgo), const EREMOTE = 66
23272 pkg syscall (linux-386-cgo), const EREMOTEIO = 121
23273 pkg syscall (linux-386-cgo), const ERESTART = 85
23274 pkg syscall (linux-386-cgo), const ERFKILL = 132
23275 pkg syscall (linux-386-cgo), const EROFS = 30
23276 pkg syscall (linux-386-cgo), const ESHUTDOWN = 108
23277 pkg syscall (linux-386-cgo), const ESOCKTNOSUPPORT = 94
23278 pkg syscall (linux-386-cgo), const ESPIPE = 29
23279 pkg syscall (linux-386-cgo), const ESRCH = 3
23280 pkg syscall (linux-386-cgo), const ESRMNT = 69
23281 pkg syscall (linux-386-cgo), const ESTALE = 116
23282 pkg syscall (linux-386-cgo), const ESTRPIPE = 86
23283 pkg syscall (linux-386-cgo), const ETH_P_1588 = 35063
23284 pkg syscall (linux-386-cgo), const ETH_P_8021Q = 33024
23285 pkg syscall (linux-386-cgo), const ETH_P_802_2 = 4
23286 pkg syscall (linux-386-cgo), const ETH_P_802_3 = 1
23287 pkg syscall (linux-386-cgo), const ETH_P_AARP = 33011
23288 pkg syscall (linux-386-cgo), const ETH_P_ALL = 3
23289 pkg syscall (linux-386-cgo), const ETH_P_AOE = 34978
23290 pkg syscall (linux-386-cgo), const ETH_P_ARCNET = 26
23291 pkg syscall (linux-386-cgo), const ETH_P_ARP = 2054
23292 pkg syscall (linux-386-cgo), const ETH_P_ATALK = 32923
23293 pkg syscall (linux-386-cgo), const ETH_P_ATMFATE = 34948
23294 pkg syscall (linux-386-cgo), const ETH_P_ATMMPOA = 34892
23295 pkg syscall (linux-386-cgo), const ETH_P_AX25 = 2
23296 pkg syscall (linux-386-cgo), const ETH_P_BPQ = 2303
23297 pkg syscall (linux-386-cgo), const ETH_P_CAIF = 247
23298 pkg syscall (linux-386-cgo), const ETH_P_CAN = 12
23299 pkg syscall (linux-386-cgo), const ETH_P_CONTROL = 22
23300 pkg syscall (linux-386-cgo), const ETH_P_CUST = 24582
23301 pkg syscall (linux-386-cgo), const ETH_P_DDCMP = 6
23302 pkg syscall (linux-386-cgo), const ETH_P_DEC = 24576
23303 pkg syscall (linux-386-cgo), const ETH_P_DIAG = 24581
23304 pkg syscall (linux-386-cgo), const ETH_P_DNA_DL = 24577
23305 pkg syscall (linux-386-cgo), const ETH_P_DNA_RC = 24578
23306 pkg syscall (linux-386-cgo), const ETH_P_DNA_RT = 24579
23307 pkg syscall (linux-386-cgo), const ETH_P_DSA = 27
23308 pkg syscall (linux-386-cgo), const ETH_P_ECONET = 24
23309 pkg syscall (linux-386-cgo), const ETH_P_EDSA = 56026
23310 pkg syscall (linux-386-cgo), const ETH_P_FCOE = 35078
23311 pkg syscall (linux-386-cgo), const ETH_P_FIP = 35092
23312 pkg syscall (linux-386-cgo), const ETH_P_HDLC = 25
23313 pkg syscall (linux-386-cgo), const ETH_P_IEEE802154 = 246
23314 pkg syscall (linux-386-cgo), const ETH_P_IEEEPUP = 2560
23315 pkg syscall (linux-386-cgo), const ETH_P_IEEEPUPAT = 2561
23316 pkg syscall (linux-386-cgo), const ETH_P_IP = 2048
23317 pkg syscall (linux-386-cgo), const ETH_P_IPV6 = 34525
23318 pkg syscall (linux-386-cgo), const ETH_P_IPX = 33079
23319 pkg syscall (linux-386-cgo), const ETH_P_IRDA = 23
23320 pkg syscall (linux-386-cgo), const ETH_P_LAT = 24580
23321 pkg syscall (linux-386-cgo), const ETH_P_LINK_CTL = 34924
23322 pkg syscall (linux-386-cgo), const ETH_P_LOCALTALK = 9
23323 pkg syscall (linux-386-cgo), const ETH_P_LOOP = 96
23324 pkg syscall (linux-386-cgo), const ETH_P_MOBITEX = 21
23325 pkg syscall (linux-386-cgo), const ETH_P_MPLS_MC = 34888
23326 pkg syscall (linux-386-cgo), const ETH_P_MPLS_UC = 34887
23327 pkg syscall (linux-386-cgo), const ETH_P_PAE = 34958
23328 pkg syscall (linux-386-cgo), const ETH_P_PAUSE = 34824
23329 pkg syscall (linux-386-cgo), const ETH_P_PHONET = 245
23330 pkg syscall (linux-386-cgo), const ETH_P_PPPTALK = 16
23331 pkg syscall (linux-386-cgo), const ETH_P_PPP_DISC = 34915
23332 pkg syscall (linux-386-cgo), const ETH_P_PPP_MP = 8
23333 pkg syscall (linux-386-cgo), const ETH_P_PPP_SES = 34916
23334 pkg syscall (linux-386-cgo), const ETH_P_PUP = 512
23335 pkg syscall (linux-386-cgo), const ETH_P_PUPAT = 513
23336 pkg syscall (linux-386-cgo), const ETH_P_RARP = 32821
23337 pkg syscall (linux-386-cgo), const ETH_P_SCA = 24583
23338 pkg syscall (linux-386-cgo), const ETH_P_SLOW = 34825
23339 pkg syscall (linux-386-cgo), const ETH_P_SNAP = 5
23340 pkg syscall (linux-386-cgo), const ETH_P_TEB = 25944
23341 pkg syscall (linux-386-cgo), const ETH_P_TIPC = 35018
23342 pkg syscall (linux-386-cgo), const ETH_P_TRAILER = 28
23343 pkg syscall (linux-386-cgo), const ETH_P_TR_802_2 = 17
23344 pkg syscall (linux-386-cgo), const ETH_P_WAN_PPP = 7
23345 pkg syscall (linux-386-cgo), const ETH_P_WCCP = 34878
23346 pkg syscall (linux-386-cgo), const ETH_P_X25 = 2053
23347 pkg syscall (linux-386-cgo), const ETIME = 62
23348 pkg syscall (linux-386-cgo), const ETIMEDOUT = 110
23349 pkg syscall (linux-386-cgo), const ETOOMANYREFS = 109
23350 pkg syscall (linux-386-cgo), const ETXTBSY = 26
23351 pkg syscall (linux-386-cgo), const EUCLEAN = 117
23352 pkg syscall (linux-386-cgo), const EUNATCH = 49
23353 pkg syscall (linux-386-cgo), const EUSERS = 87
23354 pkg syscall (linux-386-cgo), const EWOULDBLOCK = 11
23355 pkg syscall (linux-386-cgo), const EXDEV = 18
23356 pkg syscall (linux-386-cgo), const EXFULL = 54
23357 pkg syscall (linux-386-cgo), const FD_CLOEXEC = 1
23358 pkg syscall (linux-386-cgo), const FD_SETSIZE = 1024
23359 pkg syscall (linux-386-cgo), const FLUSHO = 4096
23360 pkg syscall (linux-386-cgo), const F_DUPFD = 0
23361 pkg syscall (linux-386-cgo), const F_DUPFD_CLOEXEC = 1030
23362 pkg syscall (linux-386-cgo), const F_EXLCK = 4
23363 pkg syscall (linux-386-cgo), const F_GETFD = 1
23364 pkg syscall (linux-386-cgo), const F_GETFL = 3
23365 pkg syscall (linux-386-cgo), const F_GETLEASE = 1025
23366 pkg syscall (linux-386-cgo), const F_GETLK = 12
23367 pkg syscall (linux-386-cgo), const F_GETLK64 = 12
23368 pkg syscall (linux-386-cgo), const F_GETOWN = 9
23369 pkg syscall (linux-386-cgo), const F_GETOWN_EX = 16
23370 pkg syscall (linux-386-cgo), const F_GETPIPE_SZ = 1032
23371 pkg syscall (linux-386-cgo), const F_GETSIG = 11
23372 pkg syscall (linux-386-cgo), const F_LOCK = 1
23373 pkg syscall (linux-386-cgo), const F_NOTIFY = 1026
23374 pkg syscall (linux-386-cgo), const F_OK = 0
23375 pkg syscall (linux-386-cgo), const F_RDLCK = 0
23376 pkg syscall (linux-386-cgo), const F_SETFD = 2
23377 pkg syscall (linux-386-cgo), const F_SETFL = 4
23378 pkg syscall (linux-386-cgo), const F_SETLEASE = 1024
23379 pkg syscall (linux-386-cgo), const F_SETLK = 13
23380 pkg syscall (linux-386-cgo), const F_SETLK64 = 13
23381 pkg syscall (linux-386-cgo), const F_SETLKW = 14
23382 pkg syscall (linux-386-cgo), const F_SETLKW64 = 14
23383 pkg syscall (linux-386-cgo), const F_SETOWN = 8
23384 pkg syscall (linux-386-cgo), const F_SETOWN_EX = 15
23385 pkg syscall (linux-386-cgo), const F_SETPIPE_SZ = 1031
23386 pkg syscall (linux-386-cgo), const F_SETSIG = 10
23387 pkg syscall (linux-386-cgo), const F_SHLCK = 8
23388 pkg syscall (linux-386-cgo), const F_TEST = 3
23389 pkg syscall (linux-386-cgo), const F_TLOCK = 2
23390 pkg syscall (linux-386-cgo), const F_ULOCK = 0
23391 pkg syscall (linux-386-cgo), const F_UNLCK = 2
23392 pkg syscall (linux-386-cgo), const F_WRLCK = 1
23393 pkg syscall (linux-386-cgo), const HUPCL = 1024
23394 pkg syscall (linux-386-cgo), const ICANON = 2
23395 pkg syscall (linux-386-cgo), const ICRNL = 256
23396 pkg syscall (linux-386-cgo), const IEXTEN = 32768
23397 pkg syscall (linux-386-cgo), const IFA_ADDRESS = 1
23398 pkg syscall (linux-386-cgo), const IFA_ANYCAST = 5
23399 pkg syscall (linux-386-cgo), const IFA_BROADCAST = 4
23400 pkg syscall (linux-386-cgo), const IFA_CACHEINFO = 6
23401 pkg syscall (linux-386-cgo), const IFA_F_DADFAILED = 8
23402 pkg syscall (linux-386-cgo), const IFA_F_DEPRECATED = 32
23403 pkg syscall (linux-386-cgo), const IFA_F_HOMEADDRESS = 16
23404 pkg syscall (linux-386-cgo), const IFA_F_NODAD = 2
23405 pkg syscall (linux-386-cgo), const IFA_F_OPTIMISTIC = 4
23406 pkg syscall (linux-386-cgo), const IFA_F_PERMANENT = 128
23407 pkg syscall (linux-386-cgo), const IFA_F_SECONDARY = 1
23408 pkg syscall (linux-386-cgo), const IFA_F_TEMPORARY = 1
23409 pkg syscall (linux-386-cgo), const IFA_F_TENTATIVE = 64
23410 pkg syscall (linux-386-cgo), const IFA_LABEL = 3
23411 pkg syscall (linux-386-cgo), const IFA_LOCAL = 2
23412 pkg syscall (linux-386-cgo), const IFA_MAX = 7
23413 pkg syscall (linux-386-cgo), const IFA_MULTICAST = 7
23414 pkg syscall (linux-386-cgo), const IFA_UNSPEC = 0
23415 pkg syscall (linux-386-cgo), const IFF_ALLMULTI = 512
23416 pkg syscall (linux-386-cgo), const IFF_AUTOMEDIA = 16384
23417 pkg syscall (linux-386-cgo), const IFF_DEBUG = 4
23418 pkg syscall (linux-386-cgo), const IFF_DYNAMIC = 32768
23419 pkg syscall (linux-386-cgo), const IFF_LOOPBACK = 8
23420 pkg syscall (linux-386-cgo), const IFF_MASTER = 1024
23421 pkg syscall (linux-386-cgo), const IFF_MULTICAST = 4096
23422 pkg syscall (linux-386-cgo), const IFF_NOARP = 128
23423 pkg syscall (linux-386-cgo), const IFF_NOTRAILERS = 32
23424 pkg syscall (linux-386-cgo), const IFF_NO_PI = 4096
23425 pkg syscall (linux-386-cgo), const IFF_ONE_QUEUE = 8192
23426 pkg syscall (linux-386-cgo), const IFF_POINTOPOINT = 16
23427 pkg syscall (linux-386-cgo), const IFF_PORTSEL = 8192
23428 pkg syscall (linux-386-cgo), const IFF_PROMISC = 256
23429 pkg syscall (linux-386-cgo), const IFF_RUNNING = 64
23430 pkg syscall (linux-386-cgo), const IFF_SLAVE = 2048
23431 pkg syscall (linux-386-cgo), const IFF_TAP = 2
23432 pkg syscall (linux-386-cgo), const IFF_TUN = 1
23433 pkg syscall (linux-386-cgo), const IFF_TUN_EXCL = 32768
23434 pkg syscall (linux-386-cgo), const IFF_VNET_HDR = 16384
23435 pkg syscall (linux-386-cgo), const IFLA_ADDRESS = 1
23436 pkg syscall (linux-386-cgo), const IFLA_BROADCAST = 2
23437 pkg syscall (linux-386-cgo), const IFLA_COST = 8
23438 pkg syscall (linux-386-cgo), const IFLA_IFALIAS = 20
23439 pkg syscall (linux-386-cgo), const IFLA_IFNAME = 3
23440 pkg syscall (linux-386-cgo), const IFLA_LINK = 5
23441 pkg syscall (linux-386-cgo), const IFLA_LINKINFO = 18
23442 pkg syscall (linux-386-cgo), const IFLA_LINKMODE = 17
23443 pkg syscall (linux-386-cgo), const IFLA_MAP = 14
23444 pkg syscall (linux-386-cgo), const IFLA_MASTER = 10
23445 pkg syscall (linux-386-cgo), const IFLA_MAX = 29
23446 pkg syscall (linux-386-cgo), const IFLA_MTU = 4
23447 pkg syscall (linux-386-cgo), const IFLA_NET_NS_PID = 19
23448 pkg syscall (linux-386-cgo), const IFLA_OPERSTATE = 16
23449 pkg syscall (linux-386-cgo), const IFLA_PRIORITY = 9
23450 pkg syscall (linux-386-cgo), const IFLA_PROTINFO = 12
23451 pkg syscall (linux-386-cgo), const IFLA_QDISC = 6
23452 pkg syscall (linux-386-cgo), const IFLA_STATS = 7
23453 pkg syscall (linux-386-cgo), const IFLA_TXQLEN = 13
23454 pkg syscall (linux-386-cgo), const IFLA_UNSPEC = 0
23455 pkg syscall (linux-386-cgo), const IFLA_WEIGHT = 15
23456 pkg syscall (linux-386-cgo), const IFLA_WIRELESS = 11
23457 pkg syscall (linux-386-cgo), const IFNAMSIZ = 16
23458 pkg syscall (linux-386-cgo), const IGNBRK = 1
23459 pkg syscall (linux-386-cgo), const IGNCR = 128
23460 pkg syscall (linux-386-cgo), const IGNPAR = 4
23461 pkg syscall (linux-386-cgo), const IMAXBEL = 8192
23462 pkg syscall (linux-386-cgo), const INLCR = 64
23463 pkg syscall (linux-386-cgo), const INPCK = 16
23464 pkg syscall (linux-386-cgo), const IN_ACCESS = 1
23465 pkg syscall (linux-386-cgo), const IN_ALL_EVENTS = 4095
23466 pkg syscall (linux-386-cgo), const IN_ATTRIB = 4
23467 pkg syscall (linux-386-cgo), const IN_CLASSA_HOST = 16777215
23468 pkg syscall (linux-386-cgo), const IN_CLASSA_MAX = 128
23469 pkg syscall (linux-386-cgo), const IN_CLASSA_NET = 4278190080
23470 pkg syscall (linux-386-cgo), const IN_CLASSA_NSHIFT = 24
23471 pkg syscall (linux-386-cgo), const IN_CLASSB_HOST = 65535
23472 pkg syscall (linux-386-cgo), const IN_CLASSB_MAX = 65536
23473 pkg syscall (linux-386-cgo), const IN_CLASSB_NET = 4294901760
23474 pkg syscall (linux-386-cgo), const IN_CLASSB_NSHIFT = 16
23475 pkg syscall (linux-386-cgo), const IN_CLASSC_HOST = 255
23476 pkg syscall (linux-386-cgo), const IN_CLASSC_NET = 4294967040
23477 pkg syscall (linux-386-cgo), const IN_CLASSC_NSHIFT = 8
23478 pkg syscall (linux-386-cgo), const IN_CLOEXEC = 524288
23479 pkg syscall (linux-386-cgo), const IN_CLOSE = 24
23480 pkg syscall (linux-386-cgo), const IN_CLOSE_NOWRITE = 16
23481 pkg syscall (linux-386-cgo), const IN_CLOSE_WRITE = 8
23482 pkg syscall (linux-386-cgo), const IN_CREATE = 256
23483 pkg syscall (linux-386-cgo), const IN_DELETE = 512
23484 pkg syscall (linux-386-cgo), const IN_DELETE_SELF = 1024
23485 pkg syscall (linux-386-cgo), const IN_DONT_FOLLOW = 33554432
23486 pkg syscall (linux-386-cgo), const IN_EXCL_UNLINK = 67108864
23487 pkg syscall (linux-386-cgo), const IN_IGNORED = 32768
23488 pkg syscall (linux-386-cgo), const IN_ISDIR = 1073741824
23489 pkg syscall (linux-386-cgo), const IN_LOOPBACKNET = 127
23490 pkg syscall (linux-386-cgo), const IN_MASK_ADD = 536870912
23491 pkg syscall (linux-386-cgo), const IN_MODIFY = 2
23492 pkg syscall (linux-386-cgo), const IN_MOVE = 192
23493 pkg syscall (linux-386-cgo), const IN_MOVED_FROM = 64
23494 pkg syscall (linux-386-cgo), const IN_MOVED_TO = 128
23495 pkg syscall (linux-386-cgo), const IN_MOVE_SELF = 2048
23496 pkg syscall (linux-386-cgo), const IN_NONBLOCK = 2048
23497 pkg syscall (linux-386-cgo), const IN_ONESHOT = 2147483648
23498 pkg syscall (linux-386-cgo), const IN_ONLYDIR = 16777216
23499 pkg syscall (linux-386-cgo), const IN_OPEN = 32
23500 pkg syscall (linux-386-cgo), const IN_Q_OVERFLOW = 16384
23501 pkg syscall (linux-386-cgo), const IN_UNMOUNT = 8192
23502 pkg syscall (linux-386-cgo), const IPPROTO_AH = 51
23503 pkg syscall (linux-386-cgo), const IPPROTO_COMP = 108
23504 pkg syscall (linux-386-cgo), const IPPROTO_DCCP = 33
23505 pkg syscall (linux-386-cgo), const IPPROTO_DSTOPTS = 60
23506 pkg syscall (linux-386-cgo), const IPPROTO_EGP = 8
23507 pkg syscall (linux-386-cgo), const IPPROTO_ENCAP = 98
23508 pkg syscall (linux-386-cgo), const IPPROTO_ESP = 50
23509 pkg syscall (linux-386-cgo), const IPPROTO_FRAGMENT = 44
23510 pkg syscall (linux-386-cgo), const IPPROTO_GRE = 47
23511 pkg syscall (linux-386-cgo), const IPPROTO_HOPOPTS = 0
23512 pkg syscall (linux-386-cgo), const IPPROTO_ICMP = 1
23513 pkg syscall (linux-386-cgo), const IPPROTO_ICMPV6 = 58
23514 pkg syscall (linux-386-cgo), const IPPROTO_IDP = 22
23515 pkg syscall (linux-386-cgo), const IPPROTO_IGMP = 2
23516 pkg syscall (linux-386-cgo), const IPPROTO_IPIP = 4
23517 pkg syscall (linux-386-cgo), const IPPROTO_MTP = 92
23518 pkg syscall (linux-386-cgo), const IPPROTO_NONE = 59
23519 pkg syscall (linux-386-cgo), const IPPROTO_PIM = 103
23520 pkg syscall (linux-386-cgo), const IPPROTO_PUP = 12
23521 pkg syscall (linux-386-cgo), const IPPROTO_RAW = 255
23522 pkg syscall (linux-386-cgo), const IPPROTO_ROUTING = 43
23523 pkg syscall (linux-386-cgo), const IPPROTO_RSVP = 46
23524 pkg syscall (linux-386-cgo), const IPPROTO_SCTP = 132
23525 pkg syscall (linux-386-cgo), const IPPROTO_TP = 29
23526 pkg syscall (linux-386-cgo), const IPPROTO_UDPLITE = 136
23527 pkg syscall (linux-386-cgo), const IPV6_2292DSTOPTS = 4
23528 pkg syscall (linux-386-cgo), const IPV6_2292HOPLIMIT = 8
23529 pkg syscall (linux-386-cgo), const IPV6_2292HOPOPTS = 3
23530 pkg syscall (linux-386-cgo), const IPV6_2292PKTINFO = 2
23531 pkg syscall (linux-386-cgo), const IPV6_2292PKTOPTIONS = 6
23532 pkg syscall (linux-386-cgo), const IPV6_2292RTHDR = 5
23533 pkg syscall (linux-386-cgo), const IPV6_ADDRFORM = 1
23534 pkg syscall (linux-386-cgo), const IPV6_ADD_MEMBERSHIP = 20
23535 pkg syscall (linux-386-cgo), const IPV6_AUTHHDR = 10
23536 pkg syscall (linux-386-cgo), const IPV6_CHECKSUM = 7
23537 pkg syscall (linux-386-cgo), const IPV6_DROP_MEMBERSHIP = 21
23538 pkg syscall (linux-386-cgo), const IPV6_DSTOPTS = 59
23539 pkg syscall (linux-386-cgo), const IPV6_HOPLIMIT = 52
23540 pkg syscall (linux-386-cgo), const IPV6_HOPOPTS = 54
23541 pkg syscall (linux-386-cgo), const IPV6_IPSEC_POLICY = 34
23542 pkg syscall (linux-386-cgo), const IPV6_JOIN_ANYCAST = 27
23543 pkg syscall (linux-386-cgo), const IPV6_JOIN_GROUP = 20
23544 pkg syscall (linux-386-cgo), const IPV6_LEAVE_ANYCAST = 28
23545 pkg syscall (linux-386-cgo), const IPV6_LEAVE_GROUP = 21
23546 pkg syscall (linux-386-cgo), const IPV6_MTU = 24
23547 pkg syscall (linux-386-cgo), const IPV6_MTU_DISCOVER = 23
23548 pkg syscall (linux-386-cgo), const IPV6_MULTICAST_HOPS = 18
23549 pkg syscall (linux-386-cgo), const IPV6_MULTICAST_IF = 17
23550 pkg syscall (linux-386-cgo), const IPV6_MULTICAST_LOOP = 19
23551 pkg syscall (linux-386-cgo), const IPV6_NEXTHOP = 9
23552 pkg syscall (linux-386-cgo), const IPV6_PKTINFO = 50
23553 pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DO = 2
23554 pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_DONT = 0
23555 pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_PROBE = 3
23556 pkg syscall (linux-386-cgo), const IPV6_PMTUDISC_WANT = 1
23557 pkg syscall (linux-386-cgo), const IPV6_RECVDSTOPTS = 58
23558 pkg syscall (linux-386-cgo), const IPV6_RECVERR = 25
23559 pkg syscall (linux-386-cgo), const IPV6_RECVHOPLIMIT = 51
23560 pkg syscall (linux-386-cgo), const IPV6_RECVHOPOPTS = 53
23561 pkg syscall (linux-386-cgo), const IPV6_RECVPKTINFO = 49
23562 pkg syscall (linux-386-cgo), const IPV6_RECVRTHDR = 56
23563 pkg syscall (linux-386-cgo), const IPV6_RECVTCLASS = 66
23564 pkg syscall (linux-386-cgo), const IPV6_ROUTER_ALERT = 22
23565 pkg syscall (linux-386-cgo), const IPV6_RTHDR = 57
23566 pkg syscall (linux-386-cgo), const IPV6_RTHDRDSTOPTS = 55
23567 pkg syscall (linux-386-cgo), const IPV6_RTHDR_LOOSE = 0
23568 pkg syscall (linux-386-cgo), const IPV6_RTHDR_STRICT = 1
23569 pkg syscall (linux-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
23570 pkg syscall (linux-386-cgo), const IPV6_RXDSTOPTS = 59
23571 pkg syscall (linux-386-cgo), const IPV6_RXHOPOPTS = 54
23572 pkg syscall (linux-386-cgo), const IPV6_TCLASS = 67
23573 pkg syscall (linux-386-cgo), const IPV6_UNICAST_HOPS = 16
23574 pkg syscall (linux-386-cgo), const IPV6_V6ONLY = 26
23575 pkg syscall (linux-386-cgo), const IPV6_XFRM_POLICY = 35
23576 pkg syscall (linux-386-cgo), const IP_ADD_MEMBERSHIP = 35
23577 pkg syscall (linux-386-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
23578 pkg syscall (linux-386-cgo), const IP_BLOCK_SOURCE = 38
23579 pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
23580 pkg syscall (linux-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
23581 pkg syscall (linux-386-cgo), const IP_DF = 16384
23582 pkg syscall (linux-386-cgo), const IP_DROP_MEMBERSHIP = 36
23583 pkg syscall (linux-386-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
23584 pkg syscall (linux-386-cgo), const IP_FREEBIND = 15
23585 pkg syscall (linux-386-cgo), const IP_HDRINCL = 3
23586 pkg syscall (linux-386-cgo), const IP_IPSEC_POLICY = 16
23587 pkg syscall (linux-386-cgo), const IP_MAXPACKET = 65535
23588 pkg syscall (linux-386-cgo), const IP_MAX_MEMBERSHIPS = 20
23589 pkg syscall (linux-386-cgo), const IP_MF = 8192
23590 pkg syscall (linux-386-cgo), const IP_MINTTL = 21
23591 pkg syscall (linux-386-cgo), const IP_MSFILTER = 41
23592 pkg syscall (linux-386-cgo), const IP_MSS = 576
23593 pkg syscall (linux-386-cgo), const IP_MTU = 14
23594 pkg syscall (linux-386-cgo), const IP_MTU_DISCOVER = 10
23595 pkg syscall (linux-386-cgo), const IP_MULTICAST_IF = 32
23596 pkg syscall (linux-386-cgo), const IP_MULTICAST_LOOP = 34
23597 pkg syscall (linux-386-cgo), const IP_MULTICAST_TTL = 33
23598 pkg syscall (linux-386-cgo), const IP_OFFMASK = 8191
23599 pkg syscall (linux-386-cgo), const IP_OPTIONS = 4
23600 pkg syscall (linux-386-cgo), const IP_ORIGDSTADDR = 20
23601 pkg syscall (linux-386-cgo), const IP_PASSSEC = 18
23602 pkg syscall (linux-386-cgo), const IP_PKTINFO = 8
23603 pkg syscall (linux-386-cgo), const IP_PKTOPTIONS = 9
23604 pkg syscall (linux-386-cgo), const IP_PMTUDISC = 10
23605 pkg syscall (linux-386-cgo), const IP_PMTUDISC_DO = 2
23606 pkg syscall (linux-386-cgo), const IP_PMTUDISC_DONT = 0
23607 pkg syscall (linux-386-cgo), const IP_PMTUDISC_PROBE = 3
23608 pkg syscall (linux-386-cgo), const IP_PMTUDISC_WANT = 1
23609 pkg syscall (linux-386-cgo), const IP_RECVERR = 11
23610 pkg syscall (linux-386-cgo), const IP_RECVOPTS = 6
23611 pkg syscall (linux-386-cgo), const IP_RECVORIGDSTADDR = 20
23612 pkg syscall (linux-386-cgo), const IP_RECVRETOPTS = 7
23613 pkg syscall (linux-386-cgo), const IP_RECVTOS = 13
23614 pkg syscall (linux-386-cgo), const IP_RECVTTL = 12
23615 pkg syscall (linux-386-cgo), const IP_RETOPTS = 7
23616 pkg syscall (linux-386-cgo), const IP_RF = 32768
23617 pkg syscall (linux-386-cgo), const IP_ROUTER_ALERT = 5
23618 pkg syscall (linux-386-cgo), const IP_TOS = 1
23619 pkg syscall (linux-386-cgo), const IP_TRANSPARENT = 19
23620 pkg syscall (linux-386-cgo), const IP_TTL = 2
23621 pkg syscall (linux-386-cgo), const IP_UNBLOCK_SOURCE = 37
23622 pkg syscall (linux-386-cgo), const IP_XFRM_POLICY = 17
23623 pkg syscall (linux-386-cgo), const ISIG = 1
23624 pkg syscall (linux-386-cgo), const ISTRIP = 32
23625 pkg syscall (linux-386-cgo), const IUCLC = 512
23626 pkg syscall (linux-386-cgo), const IUTF8 = 16384
23627 pkg syscall (linux-386-cgo), const IXANY = 2048
23628 pkg syscall (linux-386-cgo), const IXOFF = 4096
23629 pkg syscall (linux-386-cgo), const IXON = 1024
23630 pkg syscall (linux-386-cgo), const ImplementsGetwd = true
23631 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
23632 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
23633 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
23634 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
23635 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
23636 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
23637 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
23638 pkg syscall (linux-386-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
23639 pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
23640 pkg syscall (linux-386-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
23641 pkg syscall (linux-386-cgo), const LOCK_EX = 2
23642 pkg syscall (linux-386-cgo), const LOCK_NB = 4
23643 pkg syscall (linux-386-cgo), const LOCK_SH = 1
23644 pkg syscall (linux-386-cgo), const LOCK_UN = 8
23645 pkg syscall (linux-386-cgo), const MADV_DOFORK = 11
23646 pkg syscall (linux-386-cgo), const MADV_DONTFORK = 10
23647 pkg syscall (linux-386-cgo), const MADV_DONTNEED = 4
23648 pkg syscall (linux-386-cgo), const MADV_HUGEPAGE = 14
23649 pkg syscall (linux-386-cgo), const MADV_HWPOISON = 100
23650 pkg syscall (linux-386-cgo), const MADV_MERGEABLE = 12
23651 pkg syscall (linux-386-cgo), const MADV_NOHUGEPAGE = 15
23652 pkg syscall (linux-386-cgo), const MADV_NORMAL = 0
23653 pkg syscall (linux-386-cgo), const MADV_RANDOM = 1
23654 pkg syscall (linux-386-cgo), const MADV_REMOVE = 9
23655 pkg syscall (linux-386-cgo), const MADV_SEQUENTIAL = 2
23656 pkg syscall (linux-386-cgo), const MADV_UNMERGEABLE = 13
23657 pkg syscall (linux-386-cgo), const MADV_WILLNEED = 3
23658 pkg syscall (linux-386-cgo), const MAP_32BIT = 64
23659 pkg syscall (linux-386-cgo), const MAP_ANON = 32
23660 pkg syscall (linux-386-cgo), const MAP_ANONYMOUS = 32
23661 pkg syscall (linux-386-cgo), const MAP_DENYWRITE = 2048
23662 pkg syscall (linux-386-cgo), const MAP_EXECUTABLE = 4096
23663 pkg syscall (linux-386-cgo), const MAP_FILE = 0
23664 pkg syscall (linux-386-cgo), const MAP_FIXED = 16
23665 pkg syscall (linux-386-cgo), const MAP_GROWSDOWN = 256
23666 pkg syscall (linux-386-cgo), const MAP_HUGETLB = 262144
23667 pkg syscall (linux-386-cgo), const MAP_LOCKED = 8192
23668 pkg syscall (linux-386-cgo), const MAP_NONBLOCK = 65536
23669 pkg syscall (linux-386-cgo), const MAP_NORESERVE = 16384
23670 pkg syscall (linux-386-cgo), const MAP_POPULATE = 32768
23671 pkg syscall (linux-386-cgo), const MAP_PRIVATE = 2
23672 pkg syscall (linux-386-cgo), const MAP_SHARED = 1
23673 pkg syscall (linux-386-cgo), const MAP_STACK = 131072
23674 pkg syscall (linux-386-cgo), const MAP_TYPE = 15
23675 pkg syscall (linux-386-cgo), const MCL_CURRENT = 1
23676 pkg syscall (linux-386-cgo), const MCL_FUTURE = 2
23677 pkg syscall (linux-386-cgo), const MNT_DETACH = 2
23678 pkg syscall (linux-386-cgo), const MNT_EXPIRE = 4
23679 pkg syscall (linux-386-cgo), const MNT_FORCE = 1
23680 pkg syscall (linux-386-cgo), const MSG_CMSG_CLOEXEC = 1073741824
23681 pkg syscall (linux-386-cgo), const MSG_CONFIRM = 2048
23682 pkg syscall (linux-386-cgo), const MSG_CTRUNC = 8
23683 pkg syscall (linux-386-cgo), const MSG_DONTROUTE = 4
23684 pkg syscall (linux-386-cgo), const MSG_DONTWAIT = 64
23685 pkg syscall (linux-386-cgo), const MSG_EOR = 128
23686 pkg syscall (linux-386-cgo), const MSG_ERRQUEUE = 8192
23687 pkg syscall (linux-386-cgo), const MSG_FASTOPEN = 536870912
23688 pkg syscall (linux-386-cgo), const MSG_FASTOPEN ideal-int
23689 pkg syscall (linux-386-cgo), const MSG_FIN = 512
23690 pkg syscall (linux-386-cgo), const MSG_MORE = 32768
23691 pkg syscall (linux-386-cgo), const MSG_NOSIGNAL = 16384
23692 pkg syscall (linux-386-cgo), const MSG_OOB = 1
23693 pkg syscall (linux-386-cgo), const MSG_PEEK = 2
23694 pkg syscall (linux-386-cgo), const MSG_PROXY = 16
23695 pkg syscall (linux-386-cgo), const MSG_RST = 4096
23696 pkg syscall (linux-386-cgo), const MSG_SYN = 1024
23697 pkg syscall (linux-386-cgo), const MSG_TRUNC = 32
23698 pkg syscall (linux-386-cgo), const MSG_TRYHARD = 4
23699 pkg syscall (linux-386-cgo), const MSG_WAITALL = 256
23700 pkg syscall (linux-386-cgo), const MSG_WAITFORONE = 65536
23701 pkg syscall (linux-386-cgo), const MS_ACTIVE = 1073741824
23702 pkg syscall (linux-386-cgo), const MS_ASYNC = 1
23703 pkg syscall (linux-386-cgo), const MS_BIND = 4096
23704 pkg syscall (linux-386-cgo), const MS_DIRSYNC = 128
23705 pkg syscall (linux-386-cgo), const MS_INVALIDATE = 2
23706 pkg syscall (linux-386-cgo), const MS_I_VERSION = 8388608
23707 pkg syscall (linux-386-cgo), const MS_KERNMOUNT = 4194304
23708 pkg syscall (linux-386-cgo), const MS_MANDLOCK = 64
23709 pkg syscall (linux-386-cgo), const MS_MGC_MSK = 4294901760
23710 pkg syscall (linux-386-cgo), const MS_MGC_VAL = 3236757504
23711 pkg syscall (linux-386-cgo), const MS_MOVE = 8192
23712 pkg syscall (linux-386-cgo), const MS_NOATIME = 1024
23713 pkg syscall (linux-386-cgo), const MS_NODEV = 4
23714 pkg syscall (linux-386-cgo), const MS_NODIRATIME = 2048
23715 pkg syscall (linux-386-cgo), const MS_NOEXEC = 8
23716 pkg syscall (linux-386-cgo), const MS_NOSUID = 2
23717 pkg syscall (linux-386-cgo), const MS_NOUSER = -2147483648
23718 pkg syscall (linux-386-cgo), const MS_POSIXACL = 65536
23719 pkg syscall (linux-386-cgo), const MS_PRIVATE = 262144
23720 pkg syscall (linux-386-cgo), const MS_RDONLY = 1
23721 pkg syscall (linux-386-cgo), const MS_REC = 16384
23722 pkg syscall (linux-386-cgo), const MS_RELATIME = 2097152
23723 pkg syscall (linux-386-cgo), const MS_REMOUNT = 32
23724 pkg syscall (linux-386-cgo), const MS_RMT_MASK = 8388689
23725 pkg syscall (linux-386-cgo), const MS_SHARED = 1048576
23726 pkg syscall (linux-386-cgo), const MS_SILENT = 32768
23727 pkg syscall (linux-386-cgo), const MS_SLAVE = 524288
23728 pkg syscall (linux-386-cgo), const MS_STRICTATIME = 16777216
23729 pkg syscall (linux-386-cgo), const MS_SYNC = 4
23730 pkg syscall (linux-386-cgo), const MS_SYNCHRONOUS = 16
23731 pkg syscall (linux-386-cgo), const MS_UNBINDABLE = 131072
23732 pkg syscall (linux-386-cgo), const NAME_MAX = 255
23733 pkg syscall (linux-386-cgo), const NETLINK_ADD_MEMBERSHIP = 1
23734 pkg syscall (linux-386-cgo), const NETLINK_AUDIT = 9
23735 pkg syscall (linux-386-cgo), const NETLINK_BROADCAST_ERROR = 4
23736 pkg syscall (linux-386-cgo), const NETLINK_CONNECTOR = 11
23737 pkg syscall (linux-386-cgo), const NETLINK_DNRTMSG = 14
23738 pkg syscall (linux-386-cgo), const NETLINK_DROP_MEMBERSHIP = 2
23739 pkg syscall (linux-386-cgo), const NETLINK_ECRYPTFS = 19
23740 pkg syscall (linux-386-cgo), const NETLINK_FIB_LOOKUP = 10
23741 pkg syscall (linux-386-cgo), const NETLINK_FIREWALL = 3
23742 pkg syscall (linux-386-cgo), const NETLINK_GENERIC = 16
23743 pkg syscall (linux-386-cgo), const NETLINK_INET_DIAG = 4
23744 pkg syscall (linux-386-cgo), const NETLINK_IP6_FW = 13
23745 pkg syscall (linux-386-cgo), const NETLINK_ISCSI = 8
23746 pkg syscall (linux-386-cgo), const NETLINK_KOBJECT_UEVENT = 15
23747 pkg syscall (linux-386-cgo), const NETLINK_NETFILTER = 12
23748 pkg syscall (linux-386-cgo), const NETLINK_NFLOG = 5
23749 pkg syscall (linux-386-cgo), const NETLINK_NO_ENOBUFS = 5
23750 pkg syscall (linux-386-cgo), const NETLINK_PKTINFO = 3
23751 pkg syscall (linux-386-cgo), const NETLINK_ROUTE = 0
23752 pkg syscall (linux-386-cgo), const NETLINK_SCSITRANSPORT = 18
23753 pkg syscall (linux-386-cgo), const NETLINK_SELINUX = 7
23754 pkg syscall (linux-386-cgo), const NETLINK_UNUSED = 1
23755 pkg syscall (linux-386-cgo), const NETLINK_USERSOCK = 2
23756 pkg syscall (linux-386-cgo), const NETLINK_XFRM = 6
23757 pkg syscall (linux-386-cgo), const NLA_ALIGNTO = 4
23758 pkg syscall (linux-386-cgo), const NLA_F_NESTED = 32768
23759 pkg syscall (linux-386-cgo), const NLA_F_NET_BYTEORDER = 16384
23760 pkg syscall (linux-386-cgo), const NLA_HDRLEN = 4
23761 pkg syscall (linux-386-cgo), const NLMSG_ALIGNTO = 4
23762 pkg syscall (linux-386-cgo), const NLMSG_DONE = 3
23763 pkg syscall (linux-386-cgo), const NLMSG_ERROR = 2
23764 pkg syscall (linux-386-cgo), const NLMSG_HDRLEN = 16
23765 pkg syscall (linux-386-cgo), const NLMSG_MIN_TYPE = 16
23766 pkg syscall (linux-386-cgo), const NLMSG_NOOP = 1
23767 pkg syscall (linux-386-cgo), const NLMSG_OVERRUN = 4
23768 pkg syscall (linux-386-cgo), const NLM_F_ACK = 4
23769 pkg syscall (linux-386-cgo), const NLM_F_APPEND = 2048
23770 pkg syscall (linux-386-cgo), const NLM_F_ATOMIC = 1024
23771 pkg syscall (linux-386-cgo), const NLM_F_CREATE = 1024
23772 pkg syscall (linux-386-cgo), const NLM_F_DUMP = 768
23773 pkg syscall (linux-386-cgo), const NLM_F_ECHO = 8
23774 pkg syscall (linux-386-cgo), const NLM_F_EXCL = 512
23775 pkg syscall (linux-386-cgo), const NLM_F_MATCH = 512
23776 pkg syscall (linux-386-cgo), const NLM_F_MULTI = 2
23777 pkg syscall (linux-386-cgo), const NLM_F_REPLACE = 256
23778 pkg syscall (linux-386-cgo), const NLM_F_REQUEST = 1
23779 pkg syscall (linux-386-cgo), const NLM_F_ROOT = 256
23780 pkg syscall (linux-386-cgo), const NOFLSH = 128
23781 pkg syscall (linux-386-cgo), const OCRNL = 8
23782 pkg syscall (linux-386-cgo), const OFDEL = 128
23783 pkg syscall (linux-386-cgo), const OFILL = 64
23784 pkg syscall (linux-386-cgo), const OLCUC = 2
23785 pkg syscall (linux-386-cgo), const ONLCR = 4
23786 pkg syscall (linux-386-cgo), const ONLRET = 32
23787 pkg syscall (linux-386-cgo), const ONOCR = 16
23788 pkg syscall (linux-386-cgo), const OPOST = 1
23789 pkg syscall (linux-386-cgo), const O_ACCMODE = 3
23790 pkg syscall (linux-386-cgo), const O_APPEND = 1024
23791 pkg syscall (linux-386-cgo), const O_ASYNC = 8192
23792 pkg syscall (linux-386-cgo), const O_CLOEXEC = 524288
23793 pkg syscall (linux-386-cgo), const O_CREAT = 64
23794 pkg syscall (linux-386-cgo), const O_DIRECT = 16384
23795 pkg syscall (linux-386-cgo), const O_DIRECTORY = 65536
23796 pkg syscall (linux-386-cgo), const O_DSYNC = 4096
23797 pkg syscall (linux-386-cgo), const O_EXCL = 128
23798 pkg syscall (linux-386-cgo), const O_FSYNC = 1052672
23799 pkg syscall (linux-386-cgo), const O_LARGEFILE = 32768
23800 pkg syscall (linux-386-cgo), const O_NDELAY = 2048
23801 pkg syscall (linux-386-cgo), const O_NOATIME = 262144
23802 pkg syscall (linux-386-cgo), const O_NOCTTY = 256
23803 pkg syscall (linux-386-cgo), const O_NOFOLLOW = 131072
23804 pkg syscall (linux-386-cgo), const O_NONBLOCK = 2048
23805 pkg syscall (linux-386-cgo), const O_RSYNC = 1052672
23806 pkg syscall (linux-386-cgo), const O_SYNC = 1052672
23807 pkg syscall (linux-386-cgo), const O_TRUNC = 512
23808 pkg syscall (linux-386-cgo), const PACKET_ADD_MEMBERSHIP = 1
23809 pkg syscall (linux-386-cgo), const PACKET_BROADCAST = 1
23810 pkg syscall (linux-386-cgo), const PACKET_DROP_MEMBERSHIP = 2
23811 pkg syscall (linux-386-cgo), const PACKET_FASTROUTE = 6
23812 pkg syscall (linux-386-cgo), const PACKET_HOST = 0
23813 pkg syscall (linux-386-cgo), const PACKET_LOOPBACK = 5
23814 pkg syscall (linux-386-cgo), const PACKET_MR_ALLMULTI = 2
23815 pkg syscall (linux-386-cgo), const PACKET_MR_MULTICAST = 0
23816 pkg syscall (linux-386-cgo), const PACKET_MR_PROMISC = 1
23817 pkg syscall (linux-386-cgo), const PACKET_MULTICAST = 2
23818 pkg syscall (linux-386-cgo), const PACKET_OTHERHOST = 3
23819 pkg syscall (linux-386-cgo), const PACKET_OUTGOING = 4
23820 pkg syscall (linux-386-cgo), const PACKET_RECV_OUTPUT = 3
23821 pkg syscall (linux-386-cgo), const PACKET_RX_RING = 5
23822 pkg syscall (linux-386-cgo), const PACKET_STATISTICS = 6
23823 pkg syscall (linux-386-cgo), const PARENB = 256
23824 pkg syscall (linux-386-cgo), const PARMRK = 8
23825 pkg syscall (linux-386-cgo), const PARODD = 512
23826 pkg syscall (linux-386-cgo), const PENDIN = 16384
23827 pkg syscall (linux-386-cgo), const PROT_EXEC = 4
23828 pkg syscall (linux-386-cgo), const PROT_GROWSDOWN = 16777216
23829 pkg syscall (linux-386-cgo), const PROT_GROWSUP = 33554432
23830 pkg syscall (linux-386-cgo), const PROT_NONE = 0
23831 pkg syscall (linux-386-cgo), const PROT_READ = 1
23832 pkg syscall (linux-386-cgo), const PROT_WRITE = 2
23833 pkg syscall (linux-386-cgo), const PR_CAPBSET_DROP = 24
23834 pkg syscall (linux-386-cgo), const PR_CAPBSET_READ = 23
23835 pkg syscall (linux-386-cgo), const PR_ENDIAN_BIG = 0
23836 pkg syscall (linux-386-cgo), const PR_ENDIAN_LITTLE = 1
23837 pkg syscall (linux-386-cgo), const PR_ENDIAN_PPC_LITTLE = 2
23838 pkg syscall (linux-386-cgo), const PR_FPEMU_NOPRINT = 1
23839 pkg syscall (linux-386-cgo), const PR_FPEMU_SIGFPE = 2
23840 pkg syscall (linux-386-cgo), const PR_FP_EXC_ASYNC = 2
23841 pkg syscall (linux-386-cgo), const PR_FP_EXC_DISABLED = 0
23842 pkg syscall (linux-386-cgo), const PR_FP_EXC_DIV = 65536
23843 pkg syscall (linux-386-cgo), const PR_FP_EXC_INV = 1048576
23844 pkg syscall (linux-386-cgo), const PR_FP_EXC_NONRECOV = 1
23845 pkg syscall (linux-386-cgo), const PR_FP_EXC_OVF = 131072
23846 pkg syscall (linux-386-cgo), const PR_FP_EXC_PRECISE = 3
23847 pkg syscall (linux-386-cgo), const PR_FP_EXC_RES = 524288
23848 pkg syscall (linux-386-cgo), const PR_FP_EXC_SW_ENABLE = 128
23849 pkg syscall (linux-386-cgo), const PR_FP_EXC_UND = 262144
23850 pkg syscall (linux-386-cgo), const PR_GET_DUMPABLE = 3
23851 pkg syscall (linux-386-cgo), const PR_GET_ENDIAN = 19
23852 pkg syscall (linux-386-cgo), const PR_GET_FPEMU = 9
23853 pkg syscall (linux-386-cgo), const PR_GET_FPEXC = 11
23854 pkg syscall (linux-386-cgo), const PR_GET_KEEPCAPS = 7
23855 pkg syscall (linux-386-cgo), const PR_GET_NAME = 16
23856 pkg syscall (linux-386-cgo), const PR_GET_PDEATHSIG = 2
23857 pkg syscall (linux-386-cgo), const PR_GET_SECCOMP = 21
23858 pkg syscall (linux-386-cgo), const PR_GET_SECUREBITS = 27
23859 pkg syscall (linux-386-cgo), const PR_GET_TIMERSLACK = 30
23860 pkg syscall (linux-386-cgo), const PR_GET_TIMING = 13
23861 pkg syscall (linux-386-cgo), const PR_GET_TSC = 25
23862 pkg syscall (linux-386-cgo), const PR_GET_UNALIGN = 5
23863 pkg syscall (linux-386-cgo), const PR_MCE_KILL = 33
23864 pkg syscall (linux-386-cgo), const PR_MCE_KILL_CLEAR = 0
23865 pkg syscall (linux-386-cgo), const PR_MCE_KILL_DEFAULT = 2
23866 pkg syscall (linux-386-cgo), const PR_MCE_KILL_EARLY = 1
23867 pkg syscall (linux-386-cgo), const PR_MCE_KILL_GET = 34
23868 pkg syscall (linux-386-cgo), const PR_MCE_KILL_LATE = 0
23869 pkg syscall (linux-386-cgo), const PR_MCE_KILL_SET = 1
23870 pkg syscall (linux-386-cgo), const PR_SET_DUMPABLE = 4
23871 pkg syscall (linux-386-cgo), const PR_SET_ENDIAN = 20
23872 pkg syscall (linux-386-cgo), const PR_SET_FPEMU = 10
23873 pkg syscall (linux-386-cgo), const PR_SET_FPEXC = 12
23874 pkg syscall (linux-386-cgo), const PR_SET_KEEPCAPS = 8
23875 pkg syscall (linux-386-cgo), const PR_SET_NAME = 15
23876 pkg syscall (linux-386-cgo), const PR_SET_PDEATHSIG = 1
23877 pkg syscall (linux-386-cgo), const PR_SET_PTRACER = 1499557217
23878 pkg syscall (linux-386-cgo), const PR_SET_SECCOMP = 22
23879 pkg syscall (linux-386-cgo), const PR_SET_SECUREBITS = 28
23880 pkg syscall (linux-386-cgo), const PR_SET_TIMERSLACK = 29
23881 pkg syscall (linux-386-cgo), const PR_SET_TIMING = 14
23882 pkg syscall (linux-386-cgo), const PR_SET_TSC = 26
23883 pkg syscall (linux-386-cgo), const PR_SET_UNALIGN = 6
23884 pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
23885 pkg syscall (linux-386-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
23886 pkg syscall (linux-386-cgo), const PR_TIMING_STATISTICAL = 0
23887 pkg syscall (linux-386-cgo), const PR_TIMING_TIMESTAMP = 1
23888 pkg syscall (linux-386-cgo), const PR_TSC_ENABLE = 1
23889 pkg syscall (linux-386-cgo), const PR_TSC_SIGSEGV = 2
23890 pkg syscall (linux-386-cgo), const PR_UNALIGN_NOPRINT = 1
23891 pkg syscall (linux-386-cgo), const PR_UNALIGN_SIGBUS = 2
23892 pkg syscall (linux-386-cgo), const PTRACE_ATTACH = 16
23893 pkg syscall (linux-386-cgo), const PTRACE_CONT = 7
23894 pkg syscall (linux-386-cgo), const PTRACE_DETACH = 17
23895 pkg syscall (linux-386-cgo), const PTRACE_EVENT_CLONE = 3
23896 pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXEC = 4
23897 pkg syscall (linux-386-cgo), const PTRACE_EVENT_EXIT = 6
23898 pkg syscall (linux-386-cgo), const PTRACE_EVENT_FORK = 1
23899 pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK = 2
23900 pkg syscall (linux-386-cgo), const PTRACE_EVENT_VFORK_DONE = 5
23901 pkg syscall (linux-386-cgo), const PTRACE_GETEVENTMSG = 16897
23902 pkg syscall (linux-386-cgo), const PTRACE_GETFPREGS = 14
23903 pkg syscall (linux-386-cgo), const PTRACE_GETFPXREGS = 18
23904 pkg syscall (linux-386-cgo), const PTRACE_GETREGS = 12
23905 pkg syscall (linux-386-cgo), const PTRACE_GETREGSET = 16900
23906 pkg syscall (linux-386-cgo), const PTRACE_GETSIGINFO = 16898
23907 pkg syscall (linux-386-cgo), const PTRACE_GET_THREAD_AREA = 25
23908 pkg syscall (linux-386-cgo), const PTRACE_KILL = 8
23909 pkg syscall (linux-386-cgo), const PTRACE_OLDSETOPTIONS = 21
23910 pkg syscall (linux-386-cgo), const PTRACE_O_MASK = 127
23911 pkg syscall (linux-386-cgo), const PTRACE_O_TRACECLONE = 8
23912 pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXEC = 16
23913 pkg syscall (linux-386-cgo), const PTRACE_O_TRACEEXIT = 64
23914 pkg syscall (linux-386-cgo), const PTRACE_O_TRACEFORK = 2
23915 pkg syscall (linux-386-cgo), const PTRACE_O_TRACESYSGOOD = 1
23916 pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORK = 4
23917 pkg syscall (linux-386-cgo), const PTRACE_O_TRACEVFORKDONE = 32
23918 pkg syscall (linux-386-cgo), const PTRACE_PEEKDATA = 2
23919 pkg syscall (linux-386-cgo), const PTRACE_PEEKTEXT = 1
23920 pkg syscall (linux-386-cgo), const PTRACE_PEEKUSR = 3
23921 pkg syscall (linux-386-cgo), const PTRACE_POKEDATA = 5
23922 pkg syscall (linux-386-cgo), const PTRACE_POKETEXT = 4
23923 pkg syscall (linux-386-cgo), const PTRACE_POKEUSR = 6
23924 pkg syscall (linux-386-cgo), const PTRACE_SETFPREGS = 15
23925 pkg syscall (linux-386-cgo), const PTRACE_SETFPXREGS = 19
23926 pkg syscall (linux-386-cgo), const PTRACE_SETOPTIONS = 16896
23927 pkg syscall (linux-386-cgo), const PTRACE_SETREGS = 13
23928 pkg syscall (linux-386-cgo), const PTRACE_SETREGSET = 16901
23929 pkg syscall (linux-386-cgo), const PTRACE_SETSIGINFO = 16899
23930 pkg syscall (linux-386-cgo), const PTRACE_SET_THREAD_AREA = 26
23931 pkg syscall (linux-386-cgo), const PTRACE_SINGLEBLOCK = 33
23932 pkg syscall (linux-386-cgo), const PTRACE_SINGLESTEP = 9
23933 pkg syscall (linux-386-cgo), const PTRACE_SYSCALL = 24
23934 pkg syscall (linux-386-cgo), const PTRACE_SYSEMU = 31
23935 pkg syscall (linux-386-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
23936 pkg syscall (linux-386-cgo), const PTRACE_TRACEME = 0
23937 pkg syscall (linux-386-cgo), const PathMax = 4096
23938 pkg syscall (linux-386-cgo), const RLIMIT_AS = 9
23939 pkg syscall (linux-386-cgo), const RLIMIT_CORE = 4
23940 pkg syscall (linux-386-cgo), const RLIMIT_CPU = 0
23941 pkg syscall (linux-386-cgo), const RLIMIT_DATA = 2
23942 pkg syscall (linux-386-cgo), const RLIMIT_FSIZE = 1
23943 pkg syscall (linux-386-cgo), const RLIMIT_NOFILE = 7
23944 pkg syscall (linux-386-cgo), const RLIMIT_STACK = 3
23945 pkg syscall (linux-386-cgo), const RLIM_INFINITY = -1
23946 pkg syscall (linux-386-cgo), const RTAX_ADVMSS = 8
23947 pkg syscall (linux-386-cgo), const RTAX_CWND = 7
23948 pkg syscall (linux-386-cgo), const RTAX_FEATURES = 12
23949 pkg syscall (linux-386-cgo), const RTAX_FEATURE_ALLFRAG = 8
23950 pkg syscall (linux-386-cgo), const RTAX_FEATURE_ECN = 1
23951 pkg syscall (linux-386-cgo), const RTAX_FEATURE_SACK = 2
23952 pkg syscall (linux-386-cgo), const RTAX_FEATURE_TIMESTAMP = 4
23953 pkg syscall (linux-386-cgo), const RTAX_HOPLIMIT = 10
23954 pkg syscall (linux-386-cgo), const RTAX_INITCWND = 11
23955 pkg syscall (linux-386-cgo), const RTAX_INITRWND = 14
23956 pkg syscall (linux-386-cgo), const RTAX_LOCK = 1
23957 pkg syscall (linux-386-cgo), const RTAX_MAX = 14
23958 pkg syscall (linux-386-cgo), const RTAX_MTU = 2
23959 pkg syscall (linux-386-cgo), const RTAX_REORDERING = 9
23960 pkg syscall (linux-386-cgo), const RTAX_RTO_MIN = 13
23961 pkg syscall (linux-386-cgo), const RTAX_RTT = 4
23962 pkg syscall (linux-386-cgo), const RTAX_RTTVAR = 5
23963 pkg syscall (linux-386-cgo), const RTAX_SSTHRESH = 6
23964 pkg syscall (linux-386-cgo), const RTAX_UNSPEC = 0
23965 pkg syscall (linux-386-cgo), const RTAX_WINDOW = 3
23966 pkg syscall (linux-386-cgo), const RTA_ALIGNTO = 4
23967 pkg syscall (linux-386-cgo), const RTA_CACHEINFO = 12
23968 pkg syscall (linux-386-cgo), const RTA_DST = 1
23969 pkg syscall (linux-386-cgo), const RTA_FLOW = 11
23970 pkg syscall (linux-386-cgo), const RTA_GATEWAY = 5
23971 pkg syscall (linux-386-cgo), const RTA_IIF = 3
23972 pkg syscall (linux-386-cgo), const RTA_MAX = 16
23973 pkg syscall (linux-386-cgo), const RTA_METRICS = 8
23974 pkg syscall (linux-386-cgo), const RTA_MULTIPATH = 9
23975 pkg syscall (linux-386-cgo), const RTA_OIF = 4
23976 pkg syscall (linux-386-cgo), const RTA_PREFSRC = 7
23977 pkg syscall (linux-386-cgo), const RTA_PRIORITY = 6
23978 pkg syscall (linux-386-cgo), const RTA_SRC = 2
23979 pkg syscall (linux-386-cgo), const RTA_TABLE = 15
23980 pkg syscall (linux-386-cgo), const RTA_UNSPEC = 0
23981 pkg syscall (linux-386-cgo), const RTCF_DIRECTSRC = 67108864
23982 pkg syscall (linux-386-cgo), const RTCF_DOREDIRECT = 16777216
23983 pkg syscall (linux-386-cgo), const RTCF_LOG = 33554432
23984 pkg syscall (linux-386-cgo), const RTCF_MASQ = 4194304
23985 pkg syscall (linux-386-cgo), const RTCF_NAT = 8388608
23986 pkg syscall (linux-386-cgo), const RTCF_VALVE = 2097152
23987 pkg syscall (linux-386-cgo), const RTF_ADDRCLASSMASK = 4160749568
23988 pkg syscall (linux-386-cgo), const RTF_ADDRCONF = 262144
23989 pkg syscall (linux-386-cgo), const RTF_ALLONLINK = 131072
23990 pkg syscall (linux-386-cgo), const RTF_BROADCAST = 268435456
23991 pkg syscall (linux-386-cgo), const RTF_CACHE = 16777216
23992 pkg syscall (linux-386-cgo), const RTF_DEFAULT = 65536
23993 pkg syscall (linux-386-cgo), const RTF_DYNAMIC = 16
23994 pkg syscall (linux-386-cgo), const RTF_FLOW = 33554432
23995 pkg syscall (linux-386-cgo), const RTF_GATEWAY = 2
23996 pkg syscall (linux-386-cgo), const RTF_HOST = 4
23997 pkg syscall (linux-386-cgo), const RTF_INTERFACE = 1073741824
23998 pkg syscall (linux-386-cgo), const RTF_IRTT = 256
23999 pkg syscall (linux-386-cgo), const RTF_LINKRT = 1048576
24000 pkg syscall (linux-386-cgo), const RTF_LOCAL = 2147483648
24001 pkg syscall (linux-386-cgo), const RTF_MODIFIED = 32
24002 pkg syscall (linux-386-cgo), const RTF_MSS = 64
24003 pkg syscall (linux-386-cgo), const RTF_MTU = 64
24004 pkg syscall (linux-386-cgo), const RTF_MULTICAST = 536870912
24005 pkg syscall (linux-386-cgo), const RTF_NAT = 134217728
24006 pkg syscall (linux-386-cgo), const RTF_NOFORWARD = 4096
24007 pkg syscall (linux-386-cgo), const RTF_NONEXTHOP = 2097152
24008 pkg syscall (linux-386-cgo), const RTF_NOPMTUDISC = 16384
24009 pkg syscall (linux-386-cgo), const RTF_POLICY = 67108864
24010 pkg syscall (linux-386-cgo), const RTF_REINSTATE = 8
24011 pkg syscall (linux-386-cgo), const RTF_REJECT = 512
24012 pkg syscall (linux-386-cgo), const RTF_STATIC = 1024
24013 pkg syscall (linux-386-cgo), const RTF_THROW = 8192
24014 pkg syscall (linux-386-cgo), const RTF_UP = 1
24015 pkg syscall (linux-386-cgo), const RTF_WINDOW = 128
24016 pkg syscall (linux-386-cgo), const RTF_XRESOLVE = 2048
24017 pkg syscall (linux-386-cgo), const RTM_BASE = 16
24018 pkg syscall (linux-386-cgo), const RTM_DELACTION = 49
24019 pkg syscall (linux-386-cgo), const RTM_DELADDR = 21
24020 pkg syscall (linux-386-cgo), const RTM_DELADDRLABEL = 73
24021 pkg syscall (linux-386-cgo), const RTM_DELLINK = 17
24022 pkg syscall (linux-386-cgo), const RTM_DELNEIGH = 29
24023 pkg syscall (linux-386-cgo), const RTM_DELQDISC = 37
24024 pkg syscall (linux-386-cgo), const RTM_DELROUTE = 25
24025 pkg syscall (linux-386-cgo), const RTM_DELRULE = 33
24026 pkg syscall (linux-386-cgo), const RTM_DELTCLASS = 41
24027 pkg syscall (linux-386-cgo), const RTM_DELTFILTER = 45
24028 pkg syscall (linux-386-cgo), const RTM_F_CLONED = 512
24029 pkg syscall (linux-386-cgo), const RTM_F_EQUALIZE = 1024
24030 pkg syscall (linux-386-cgo), const RTM_F_NOTIFY = 256
24031 pkg syscall (linux-386-cgo), const RTM_F_PREFIX = 2048
24032 pkg syscall (linux-386-cgo), const RTM_GETACTION = 50
24033 pkg syscall (linux-386-cgo), const RTM_GETADDR = 22
24034 pkg syscall (linux-386-cgo), const RTM_GETADDRLABEL = 74
24035 pkg syscall (linux-386-cgo), const RTM_GETANYCAST = 62
24036 pkg syscall (linux-386-cgo), const RTM_GETDCB = 78
24037 pkg syscall (linux-386-cgo), const RTM_GETLINK = 18
24038 pkg syscall (linux-386-cgo), const RTM_GETMULTICAST = 58
24039 pkg syscall (linux-386-cgo), const RTM_GETNEIGH = 30
24040 pkg syscall (linux-386-cgo), const RTM_GETNEIGHTBL = 66
24041 pkg syscall (linux-386-cgo), const RTM_GETQDISC = 38
24042 pkg syscall (linux-386-cgo), const RTM_GETROUTE = 26
24043 pkg syscall (linux-386-cgo), const RTM_GETRULE = 34
24044 pkg syscall (linux-386-cgo), const RTM_GETTCLASS = 42
24045 pkg syscall (linux-386-cgo), const RTM_GETTFILTER = 46
24046 pkg syscall (linux-386-cgo), const RTM_MAX = 79
24047 pkg syscall (linux-386-cgo), const RTM_NEWACTION = 48
24048 pkg syscall (linux-386-cgo), const RTM_NEWADDR = 20
24049 pkg syscall (linux-386-cgo), const RTM_NEWADDRLABEL = 72
24050 pkg syscall (linux-386-cgo), const RTM_NEWLINK = 16
24051 pkg syscall (linux-386-cgo), const RTM_NEWNDUSEROPT = 68
24052 pkg syscall (linux-386-cgo), const RTM_NEWNEIGH = 28
24053 pkg syscall (linux-386-cgo), const RTM_NEWNEIGHTBL = 64
24054 pkg syscall (linux-386-cgo), const RTM_NEWPREFIX = 52
24055 pkg syscall (linux-386-cgo), const RTM_NEWQDISC = 36
24056 pkg syscall (linux-386-cgo), const RTM_NEWROUTE = 24
24057 pkg syscall (linux-386-cgo), const RTM_NEWRULE = 32
24058 pkg syscall (linux-386-cgo), const RTM_NEWTCLASS = 40
24059 pkg syscall (linux-386-cgo), const RTM_NEWTFILTER = 44
24060 pkg syscall (linux-386-cgo), const RTM_NR_FAMILIES = 16
24061 pkg syscall (linux-386-cgo), const RTM_NR_MSGTYPES = 64
24062 pkg syscall (linux-386-cgo), const RTM_SETDCB = 79
24063 pkg syscall (linux-386-cgo), const RTM_SETLINK = 19
24064 pkg syscall (linux-386-cgo), const RTM_SETNEIGHTBL = 67
24065 pkg syscall (linux-386-cgo), const RTNH_ALIGNTO = 4
24066 pkg syscall (linux-386-cgo), const RTNH_F_DEAD = 1
24067 pkg syscall (linux-386-cgo), const RTNH_F_ONLINK = 4
24068 pkg syscall (linux-386-cgo), const RTNH_F_PERVASIVE = 2
24069 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR = 5
24070 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
24071 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE = 6
24072 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
24073 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE = 7
24074 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
24075 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE = 8
24076 pkg syscall (linux-386-cgo), const RTNLGRP_IPV4_RULE ideal-int
24077 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR = 9
24078 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
24079 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO = 12
24080 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
24081 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE = 10
24082 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
24083 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX = 18
24084 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
24085 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE = 11
24086 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
24087 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE = 19
24088 pkg syscall (linux-386-cgo), const RTNLGRP_IPV6_RULE ideal-int
24089 pkg syscall (linux-386-cgo), const RTNLGRP_LINK = 1
24090 pkg syscall (linux-386-cgo), const RTNLGRP_LINK ideal-int
24091 pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT = 20
24092 pkg syscall (linux-386-cgo), const RTNLGRP_ND_USEROPT ideal-int
24093 pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH = 3
24094 pkg syscall (linux-386-cgo), const RTNLGRP_NEIGH ideal-int
24095 pkg syscall (linux-386-cgo), const RTNLGRP_NONE = 0
24096 pkg syscall (linux-386-cgo), const RTNLGRP_NONE ideal-int
24097 pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY = 2
24098 pkg syscall (linux-386-cgo), const RTNLGRP_NOTIFY ideal-int
24099 pkg syscall (linux-386-cgo), const RTNLGRP_TC = 4
24100 pkg syscall (linux-386-cgo), const RTNLGRP_TC ideal-int
24101 pkg syscall (linux-386-cgo), const RTN_ANYCAST = 4
24102 pkg syscall (linux-386-cgo), const RTN_BLACKHOLE = 6
24103 pkg syscall (linux-386-cgo), const RTN_BROADCAST = 3
24104 pkg syscall (linux-386-cgo), const RTN_LOCAL = 2
24105 pkg syscall (linux-386-cgo), const RTN_MAX = 11
24106 pkg syscall (linux-386-cgo), const RTN_MULTICAST = 5
24107 pkg syscall (linux-386-cgo), const RTN_NAT = 10
24108 pkg syscall (linux-386-cgo), const RTN_PROHIBIT = 8
24109 pkg syscall (linux-386-cgo), const RTN_THROW = 9
24110 pkg syscall (linux-386-cgo), const RTN_UNICAST = 1
24111 pkg syscall (linux-386-cgo), const RTN_UNREACHABLE = 7
24112 pkg syscall (linux-386-cgo), const RTN_UNSPEC = 0
24113 pkg syscall (linux-386-cgo), const RTN_XRESOLVE = 11
24114 pkg syscall (linux-386-cgo), const RTPROT_BIRD = 12
24115 pkg syscall (linux-386-cgo), const RTPROT_BOOT = 3
24116 pkg syscall (linux-386-cgo), const RTPROT_DHCP = 16
24117 pkg syscall (linux-386-cgo), const RTPROT_DNROUTED = 13
24118 pkg syscall (linux-386-cgo), const RTPROT_GATED = 8
24119 pkg syscall (linux-386-cgo), const RTPROT_KERNEL = 2
24120 pkg syscall (linux-386-cgo), const RTPROT_MRT = 10
24121 pkg syscall (linux-386-cgo), const RTPROT_NTK = 15
24122 pkg syscall (linux-386-cgo), const RTPROT_RA = 9
24123 pkg syscall (linux-386-cgo), const RTPROT_REDIRECT = 1
24124 pkg syscall (linux-386-cgo), const RTPROT_STATIC = 4
24125 pkg syscall (linux-386-cgo), const RTPROT_UNSPEC = 0
24126 pkg syscall (linux-386-cgo), const RTPROT_XORP = 14
24127 pkg syscall (linux-386-cgo), const RTPROT_ZEBRA = 11
24128 pkg syscall (linux-386-cgo), const RT_CLASS_DEFAULT = 253
24129 pkg syscall (linux-386-cgo), const RT_CLASS_LOCAL = 255
24130 pkg syscall (linux-386-cgo), const RT_CLASS_MAIN = 254
24131 pkg syscall (linux-386-cgo), const RT_CLASS_MAX = 255
24132 pkg syscall (linux-386-cgo), const RT_CLASS_UNSPEC = 0
24133 pkg syscall (linux-386-cgo), const RT_SCOPE_HOST = 254
24134 pkg syscall (linux-386-cgo), const RT_SCOPE_LINK = 253
24135 pkg syscall (linux-386-cgo), const RT_SCOPE_NOWHERE = 255
24136 pkg syscall (linux-386-cgo), const RT_SCOPE_SITE = 200
24137 pkg syscall (linux-386-cgo), const RT_SCOPE_UNIVERSE = 0
24138 pkg syscall (linux-386-cgo), const RT_TABLE_COMPAT = 252
24139 pkg syscall (linux-386-cgo), const RT_TABLE_DEFAULT = 253
24140 pkg syscall (linux-386-cgo), const RT_TABLE_LOCAL = 255
24141 pkg syscall (linux-386-cgo), const RT_TABLE_MAIN = 254
24142 pkg syscall (linux-386-cgo), const RT_TABLE_MAX = 4294967295
24143 pkg syscall (linux-386-cgo), const RT_TABLE_UNSPEC = 0
24144 pkg syscall (linux-386-cgo), const RUSAGE_CHILDREN = -1
24145 pkg syscall (linux-386-cgo), const RUSAGE_SELF = 0
24146 pkg syscall (linux-386-cgo), const RUSAGE_THREAD = 1
24147 pkg syscall (linux-386-cgo), const SCM_CREDENTIALS = 2
24148 pkg syscall (linux-386-cgo), const SCM_RIGHTS = 1
24149 pkg syscall (linux-386-cgo), const SCM_TIMESTAMP = 29
24150 pkg syscall (linux-386-cgo), const SCM_TIMESTAMPING = 37
24151 pkg syscall (linux-386-cgo), const SCM_TIMESTAMPNS = 35
24152 pkg syscall (linux-386-cgo), const SIGBUS = 7
24153 pkg syscall (linux-386-cgo), const SIGCHLD = 17
24154 pkg syscall (linux-386-cgo), const SIGCLD = 17
24155 pkg syscall (linux-386-cgo), const SIGCONT = 18
24156 pkg syscall (linux-386-cgo), const SIGIO = 29
24157 pkg syscall (linux-386-cgo), const SIGIOT = 6
24158 pkg syscall (linux-386-cgo), const SIGPOLL = 29
24159 pkg syscall (linux-386-cgo), const SIGPROF = 27
24160 pkg syscall (linux-386-cgo), const SIGPWR = 30
24161 pkg syscall (linux-386-cgo), const SIGSTKFLT = 16
24162 pkg syscall (linux-386-cgo), const SIGSTOP = 19
24163 pkg syscall (linux-386-cgo), const SIGSYS = 31
24164 pkg syscall (linux-386-cgo), const SIGTSTP = 20
24165 pkg syscall (linux-386-cgo), const SIGTTIN = 21
24166 pkg syscall (linux-386-cgo), const SIGTTOU = 22
24167 pkg syscall (linux-386-cgo), const SIGUNUSED = 31
24168 pkg syscall (linux-386-cgo), const SIGURG = 23
24169 pkg syscall (linux-386-cgo), const SIGUSR1 = 10
24170 pkg syscall (linux-386-cgo), const SIGUSR2 = 12
24171 pkg syscall (linux-386-cgo), const SIGVTALRM = 26
24172 pkg syscall (linux-386-cgo), const SIGWINCH = 28
24173 pkg syscall (linux-386-cgo), const SIGXCPU = 24
24174 pkg syscall (linux-386-cgo), const SIGXFSZ = 25
24175 pkg syscall (linux-386-cgo), const SIOCADDDLCI = 35200
24176 pkg syscall (linux-386-cgo), const SIOCADDMULTI = 35121
24177 pkg syscall (linux-386-cgo), const SIOCADDRT = 35083
24178 pkg syscall (linux-386-cgo), const SIOCATMARK = 35077
24179 pkg syscall (linux-386-cgo), const SIOCDARP = 35155
24180 pkg syscall (linux-386-cgo), const SIOCDELDLCI = 35201
24181 pkg syscall (linux-386-cgo), const SIOCDELMULTI = 35122
24182 pkg syscall (linux-386-cgo), const SIOCDELRT = 35084
24183 pkg syscall (linux-386-cgo), const SIOCDEVPRIVATE = 35312
24184 pkg syscall (linux-386-cgo), const SIOCDIFADDR = 35126
24185 pkg syscall (linux-386-cgo), const SIOCDRARP = 35168
24186 pkg syscall (linux-386-cgo), const SIOCGARP = 35156
24187 pkg syscall (linux-386-cgo), const SIOCGIFADDR = 35093
24188 pkg syscall (linux-386-cgo), const SIOCGIFBR = 35136
24189 pkg syscall (linux-386-cgo), const SIOCGIFBRDADDR = 35097
24190 pkg syscall (linux-386-cgo), const SIOCGIFCONF = 35090
24191 pkg syscall (linux-386-cgo), const SIOCGIFCOUNT = 35128
24192 pkg syscall (linux-386-cgo), const SIOCGIFDSTADDR = 35095
24193 pkg syscall (linux-386-cgo), const SIOCGIFENCAP = 35109
24194 pkg syscall (linux-386-cgo), const SIOCGIFFLAGS = 35091
24195 pkg syscall (linux-386-cgo), const SIOCGIFHWADDR = 35111
24196 pkg syscall (linux-386-cgo), const SIOCGIFINDEX = 35123
24197 pkg syscall (linux-386-cgo), const SIOCGIFMAP = 35184
24198 pkg syscall (linux-386-cgo), const SIOCGIFMEM = 35103
24199 pkg syscall (linux-386-cgo), const SIOCGIFMETRIC = 35101
24200 pkg syscall (linux-386-cgo), const SIOCGIFMTU = 35105
24201 pkg syscall (linux-386-cgo), const SIOCGIFNAME = 35088
24202 pkg syscall (linux-386-cgo), const SIOCGIFNETMASK = 35099
24203 pkg syscall (linux-386-cgo), const SIOCGIFPFLAGS = 35125
24204 pkg syscall (linux-386-cgo), const SIOCGIFSLAVE = 35113
24205 pkg syscall (linux-386-cgo), const SIOCGIFTXQLEN = 35138
24206 pkg syscall (linux-386-cgo), const SIOCGPGRP = 35076
24207 pkg syscall (linux-386-cgo), const SIOCGRARP = 35169
24208 pkg syscall (linux-386-cgo), const SIOCGSTAMP = 35078
24209 pkg syscall (linux-386-cgo), const SIOCGSTAMPNS = 35079
24210 pkg syscall (linux-386-cgo), const SIOCPROTOPRIVATE = 35296
24211 pkg syscall (linux-386-cgo), const SIOCRTMSG = 35085
24212 pkg syscall (linux-386-cgo), const SIOCSARP = 35157
24213 pkg syscall (linux-386-cgo), const SIOCSIFADDR = 35094
24214 pkg syscall (linux-386-cgo), const SIOCSIFBR = 35137
24215 pkg syscall (linux-386-cgo), const SIOCSIFBRDADDR = 35098
24216 pkg syscall (linux-386-cgo), const SIOCSIFDSTADDR = 35096
24217 pkg syscall (linux-386-cgo), const SIOCSIFENCAP = 35110
24218 pkg syscall (linux-386-cgo), const SIOCSIFFLAGS = 35092
24219 pkg syscall (linux-386-cgo), const SIOCSIFHWADDR = 35108
24220 pkg syscall (linux-386-cgo), const SIOCSIFHWBROADCAST = 35127
24221 pkg syscall (linux-386-cgo), const SIOCSIFLINK = 35089
24222 pkg syscall (linux-386-cgo), const SIOCSIFMAP = 35185
24223 pkg syscall (linux-386-cgo), const SIOCSIFMEM = 35104
24224 pkg syscall (linux-386-cgo), const SIOCSIFMETRIC = 35102
24225 pkg syscall (linux-386-cgo), const SIOCSIFMTU = 35106
24226 pkg syscall (linux-386-cgo), const SIOCSIFNAME = 35107
24227 pkg syscall (linux-386-cgo), const SIOCSIFNETMASK = 35100
24228 pkg syscall (linux-386-cgo), const SIOCSIFPFLAGS = 35124
24229 pkg syscall (linux-386-cgo), const SIOCSIFSLAVE = 35120
24230 pkg syscall (linux-386-cgo), const SIOCSIFTXQLEN = 35139
24231 pkg syscall (linux-386-cgo), const SIOCSPGRP = 35074
24232 pkg syscall (linux-386-cgo), const SIOCSRARP = 35170
24233 pkg syscall (linux-386-cgo), const SOCK_CLOEXEC = 524288
24234 pkg syscall (linux-386-cgo), const SOCK_DCCP = 6
24235 pkg syscall (linux-386-cgo), const SOCK_NONBLOCK = 2048
24236 pkg syscall (linux-386-cgo), const SOCK_PACKET = 10
24237 pkg syscall (linux-386-cgo), const SOCK_RDM = 4
24238 pkg syscall (linux-386-cgo), const SOL_AAL = 265
24239 pkg syscall (linux-386-cgo), const SOL_ATM = 264
24240 pkg syscall (linux-386-cgo), const SOL_DECNET = 261
24241 pkg syscall (linux-386-cgo), const SOL_ICMPV6 = 58
24242 pkg syscall (linux-386-cgo), const SOL_IP = 0
24243 pkg syscall (linux-386-cgo), const SOL_IPV6 = 41
24244 pkg syscall (linux-386-cgo), const SOL_IRDA = 266
24245 pkg syscall (linux-386-cgo), const SOL_PACKET = 263
24246 pkg syscall (linux-386-cgo), const SOL_RAW = 255
24247 pkg syscall (linux-386-cgo), const SOL_SOCKET = 1
24248 pkg syscall (linux-386-cgo), const SOL_TCP = 6
24249 pkg syscall (linux-386-cgo), const SOL_X25 = 262
24250 pkg syscall (linux-386-cgo), const SOMAXCONN = 128
24251 pkg syscall (linux-386-cgo), const SO_ACCEPTCONN = 30
24252 pkg syscall (linux-386-cgo), const SO_ATTACH_FILTER = 26
24253 pkg syscall (linux-386-cgo), const SO_BINDTODEVICE = 25
24254 pkg syscall (linux-386-cgo), const SO_BROADCAST = 6
24255 pkg syscall (linux-386-cgo), const SO_BSDCOMPAT = 14
24256 pkg syscall (linux-386-cgo), const SO_DEBUG = 1
24257 pkg syscall (linux-386-cgo), const SO_DETACH_FILTER = 27
24258 pkg syscall (linux-386-cgo), const SO_DOMAIN = 39
24259 pkg syscall (linux-386-cgo), const SO_DONTROUTE = 5
24260 pkg syscall (linux-386-cgo), const SO_ERROR = 4
24261 pkg syscall (linux-386-cgo), const SO_KEEPALIVE = 9
24262 pkg syscall (linux-386-cgo), const SO_LINGER = 13
24263 pkg syscall (linux-386-cgo), const SO_MARK = 36
24264 pkg syscall (linux-386-cgo), const SO_NO_CHECK = 11
24265 pkg syscall (linux-386-cgo), const SO_OOBINLINE = 10
24266 pkg syscall (linux-386-cgo), const SO_PASSCRED = 16
24267 pkg syscall (linux-386-cgo), const SO_PASSSEC = 34
24268 pkg syscall (linux-386-cgo), const SO_PEERCRED = 17
24269 pkg syscall (linux-386-cgo), const SO_PEERNAME = 28
24270 pkg syscall (linux-386-cgo), const SO_PEERSEC = 31
24271 pkg syscall (linux-386-cgo), const SO_PRIORITY = 12
24272 pkg syscall (linux-386-cgo), const SO_PROTOCOL = 38
24273 pkg syscall (linux-386-cgo), const SO_RCVBUF = 8
24274 pkg syscall (linux-386-cgo), const SO_RCVBUFFORCE = 33
24275 pkg syscall (linux-386-cgo), const SO_RCVLOWAT = 18
24276 pkg syscall (linux-386-cgo), const SO_RCVTIMEO = 20
24277 pkg syscall (linux-386-cgo), const SO_REUSEADDR = 2
24278 pkg syscall (linux-386-cgo), const SO_RXQ_OVFL = 40
24279 pkg syscall (linux-386-cgo), const SO_SECURITY_AUTHENTICATION = 22
24280 pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
24281 pkg syscall (linux-386-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
24282 pkg syscall (linux-386-cgo), const SO_SNDBUF = 7
24283 pkg syscall (linux-386-cgo), const SO_SNDBUFFORCE = 32
24284 pkg syscall (linux-386-cgo), const SO_SNDLOWAT = 19
24285 pkg syscall (linux-386-cgo), const SO_SNDTIMEO = 21
24286 pkg syscall (linux-386-cgo), const SO_TIMESTAMP = 29
24287 pkg syscall (linux-386-cgo), const SO_TIMESTAMPING = 37
24288 pkg syscall (linux-386-cgo), const SO_TIMESTAMPNS = 35
24289 pkg syscall (linux-386-cgo), const SO_TYPE = 3
24290 pkg syscall (linux-386-cgo), const SYS_ACCESS = 33
24291 pkg syscall (linux-386-cgo), const SYS_ACCT = 51
24292 pkg syscall (linux-386-cgo), const SYS_ADD_KEY = 286
24293 pkg syscall (linux-386-cgo), const SYS_ADJTIMEX = 124
24294 pkg syscall (linux-386-cgo), const SYS_AFS_SYSCALL = 137
24295 pkg syscall (linux-386-cgo), const SYS_ALARM = 27
24296 pkg syscall (linux-386-cgo), const SYS_BDFLUSH = 134
24297 pkg syscall (linux-386-cgo), const SYS_BREAK = 17
24298 pkg syscall (linux-386-cgo), const SYS_BRK = 45
24299 pkg syscall (linux-386-cgo), const SYS_CAPGET = 184
24300 pkg syscall (linux-386-cgo), const SYS_CAPSET = 185
24301 pkg syscall (linux-386-cgo), const SYS_CHDIR = 12
24302 pkg syscall (linux-386-cgo), const SYS_CHMOD = 15
24303 pkg syscall (linux-386-cgo), const SYS_CHOWN = 182
24304 pkg syscall (linux-386-cgo), const SYS_CHOWN32 = 212
24305 pkg syscall (linux-386-cgo), const SYS_CHROOT = 61
24306 pkg syscall (linux-386-cgo), const SYS_CLOCK_GETRES = 266
24307 pkg syscall (linux-386-cgo), const SYS_CLOCK_GETTIME = 265
24308 pkg syscall (linux-386-cgo), const SYS_CLOCK_NANOSLEEP = 267
24309 pkg syscall (linux-386-cgo), const SYS_CLOCK_SETTIME = 264
24310 pkg syscall (linux-386-cgo), const SYS_CLONE = 120
24311 pkg syscall (linux-386-cgo), const SYS_CLOSE = 6
24312 pkg syscall (linux-386-cgo), const SYS_CREAT = 8
24313 pkg syscall (linux-386-cgo), const SYS_CREATE_MODULE = 127
24314 pkg syscall (linux-386-cgo), const SYS_DELETE_MODULE = 129
24315 pkg syscall (linux-386-cgo), const SYS_DUP = 41
24316 pkg syscall (linux-386-cgo), const SYS_DUP2 = 63
24317 pkg syscall (linux-386-cgo), const SYS_DUP3 = 330
24318 pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE = 254
24319 pkg syscall (linux-386-cgo), const SYS_EPOLL_CREATE1 = 329
24320 pkg syscall (linux-386-cgo), const SYS_EPOLL_CTL = 255
24321 pkg syscall (linux-386-cgo), const SYS_EPOLL_PWAIT = 319
24322 pkg syscall (linux-386-cgo), const SYS_EPOLL_WAIT = 256
24323 pkg syscall (linux-386-cgo), const SYS_EVENTFD = 323
24324 pkg syscall (linux-386-cgo), const SYS_EVENTFD2 = 328
24325 pkg syscall (linux-386-cgo), const SYS_EXECVE = 11
24326 pkg syscall (linux-386-cgo), const SYS_EXIT = 1
24327 pkg syscall (linux-386-cgo), const SYS_EXIT_GROUP = 252
24328 pkg syscall (linux-386-cgo), const SYS_FACCESSAT = 307
24329 pkg syscall (linux-386-cgo), const SYS_FADVISE64 = 250
24330 pkg syscall (linux-386-cgo), const SYS_FADVISE64_64 = 272
24331 pkg syscall (linux-386-cgo), const SYS_FALLOCATE = 324
24332 pkg syscall (linux-386-cgo), const SYS_FANOTIFY_INIT = 338
24333 pkg syscall (linux-386-cgo), const SYS_FANOTIFY_MARK = 339
24334 pkg syscall (linux-386-cgo), const SYS_FCHDIR = 133
24335 pkg syscall (linux-386-cgo), const SYS_FCHMOD = 94
24336 pkg syscall (linux-386-cgo), const SYS_FCHMODAT = 306
24337 pkg syscall (linux-386-cgo), const SYS_FCHOWN = 95
24338 pkg syscall (linux-386-cgo), const SYS_FCHOWN32 = 207
24339 pkg syscall (linux-386-cgo), const SYS_FCHOWNAT = 298
24340 pkg syscall (linux-386-cgo), const SYS_FCNTL = 55
24341 pkg syscall (linux-386-cgo), const SYS_FCNTL64 = 221
24342 pkg syscall (linux-386-cgo), const SYS_FDATASYNC = 148
24343 pkg syscall (linux-386-cgo), const SYS_FGETXATTR = 231
24344 pkg syscall (linux-386-cgo), const SYS_FLISTXATTR = 234
24345 pkg syscall (linux-386-cgo), const SYS_FLOCK = 143
24346 pkg syscall (linux-386-cgo), const SYS_FORK = 2
24347 pkg syscall (linux-386-cgo), const SYS_FREMOVEXATTR = 237
24348 pkg syscall (linux-386-cgo), const SYS_FSETXATTR = 228
24349 pkg syscall (linux-386-cgo), const SYS_FSTAT = 108
24350 pkg syscall (linux-386-cgo), const SYS_FSTAT64 = 197
24351 pkg syscall (linux-386-cgo), const SYS_FSTATAT64 = 300
24352 pkg syscall (linux-386-cgo), const SYS_FSTATFS = 100
24353 pkg syscall (linux-386-cgo), const SYS_FSTATFS64 = 269
24354 pkg syscall (linux-386-cgo), const SYS_FSYNC = 118
24355 pkg syscall (linux-386-cgo), const SYS_FTIME = 35
24356 pkg syscall (linux-386-cgo), const SYS_FTRUNCATE = 93
24357 pkg syscall (linux-386-cgo), const SYS_FTRUNCATE64 = 194
24358 pkg syscall (linux-386-cgo), const SYS_FUTEX = 240
24359 pkg syscall (linux-386-cgo), const SYS_FUTIMESAT = 299
24360 pkg syscall (linux-386-cgo), const SYS_GETCPU = 318
24361 pkg syscall (linux-386-cgo), const SYS_GETCWD = 183
24362 pkg syscall (linux-386-cgo), const SYS_GETDENTS = 141
24363 pkg syscall (linux-386-cgo), const SYS_GETDENTS64 = 220
24364 pkg syscall (linux-386-cgo), const SYS_GETEGID = 50
24365 pkg syscall (linux-386-cgo), const SYS_GETEGID32 = 202
24366 pkg syscall (linux-386-cgo), const SYS_GETEUID = 49
24367 pkg syscall (linux-386-cgo), const SYS_GETEUID32 = 201
24368 pkg syscall (linux-386-cgo), const SYS_GETGID = 47
24369 pkg syscall (linux-386-cgo), const SYS_GETGID32 = 200
24370 pkg syscall (linux-386-cgo), const SYS_GETGROUPS = 80
24371 pkg syscall (linux-386-cgo), const SYS_GETGROUPS32 = 205
24372 pkg syscall (linux-386-cgo), const SYS_GETITIMER = 105
24373 pkg syscall (linux-386-cgo), const SYS_GETPGID = 132
24374 pkg syscall (linux-386-cgo), const SYS_GETPGRP = 65
24375 pkg syscall (linux-386-cgo), const SYS_GETPID = 20
24376 pkg syscall (linux-386-cgo), const SYS_GETPMSG = 188
24377 pkg syscall (linux-386-cgo), const SYS_GETPPID = 64
24378 pkg syscall (linux-386-cgo), const SYS_GETPRIORITY = 96
24379 pkg syscall (linux-386-cgo), const SYS_GETRESGID = 171
24380 pkg syscall (linux-386-cgo), const SYS_GETRESGID32 = 211
24381 pkg syscall (linux-386-cgo), const SYS_GETRESUID = 165
24382 pkg syscall (linux-386-cgo), const SYS_GETRESUID32 = 209
24383 pkg syscall (linux-386-cgo), const SYS_GETRLIMIT = 76
24384 pkg syscall (linux-386-cgo), const SYS_GETRUSAGE = 77
24385 pkg syscall (linux-386-cgo), const SYS_GETSID = 147
24386 pkg syscall (linux-386-cgo), const SYS_GETTID = 224
24387 pkg syscall (linux-386-cgo), const SYS_GETTIMEOFDAY = 78
24388 pkg syscall (linux-386-cgo), const SYS_GETUID = 24
24389 pkg syscall (linux-386-cgo), const SYS_GETUID32 = 199
24390 pkg syscall (linux-386-cgo), const SYS_GETXATTR = 229
24391 pkg syscall (linux-386-cgo), const SYS_GET_KERNEL_SYMS = 130
24392 pkg syscall (linux-386-cgo), const SYS_GET_MEMPOLICY = 275
24393 pkg syscall (linux-386-cgo), const SYS_GET_ROBUST_LIST = 312
24394 pkg syscall (linux-386-cgo), const SYS_GET_THREAD_AREA = 244
24395 pkg syscall (linux-386-cgo), const SYS_GTTY = 32
24396 pkg syscall (linux-386-cgo), const SYS_IDLE = 112
24397 pkg syscall (linux-386-cgo), const SYS_INIT_MODULE = 128
24398 pkg syscall (linux-386-cgo), const SYS_INOTIFY_ADD_WATCH = 292
24399 pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT = 291
24400 pkg syscall (linux-386-cgo), const SYS_INOTIFY_INIT1 = 332
24401 pkg syscall (linux-386-cgo), const SYS_INOTIFY_RM_WATCH = 293
24402 pkg syscall (linux-386-cgo), const SYS_IOCTL = 54
24403 pkg syscall (linux-386-cgo), const SYS_IOPERM = 101
24404 pkg syscall (linux-386-cgo), const SYS_IOPL = 110
24405 pkg syscall (linux-386-cgo), const SYS_IOPRIO_GET = 290
24406 pkg syscall (linux-386-cgo), const SYS_IOPRIO_SET = 289
24407 pkg syscall (linux-386-cgo), const SYS_IO_CANCEL = 249
24408 pkg syscall (linux-386-cgo), const SYS_IO_DESTROY = 246
24409 pkg syscall (linux-386-cgo), const SYS_IO_GETEVENTS = 247
24410 pkg syscall (linux-386-cgo), const SYS_IO_SETUP = 245
24411 pkg syscall (linux-386-cgo), const SYS_IO_SUBMIT = 248
24412 pkg syscall (linux-386-cgo), const SYS_IPC = 117
24413 pkg syscall (linux-386-cgo), const SYS_KEXEC_LOAD = 283
24414 pkg syscall (linux-386-cgo), const SYS_KEYCTL = 288
24415 pkg syscall (linux-386-cgo), const SYS_KILL = 37
24416 pkg syscall (linux-386-cgo), const SYS_LCHOWN = 16
24417 pkg syscall (linux-386-cgo), const SYS_LCHOWN32 = 198
24418 pkg syscall (linux-386-cgo), const SYS_LGETXATTR = 230
24419 pkg syscall (linux-386-cgo), const SYS_LINK = 9
24420 pkg syscall (linux-386-cgo), const SYS_LINKAT = 303
24421 pkg syscall (linux-386-cgo), const SYS_LISTXATTR = 232
24422 pkg syscall (linux-386-cgo), const SYS_LLISTXATTR = 233
24423 pkg syscall (linux-386-cgo), const SYS_LOCK = 53
24424 pkg syscall (linux-386-cgo), const SYS_LOOKUP_DCOOKIE = 253
24425 pkg syscall (linux-386-cgo), const SYS_LREMOVEXATTR = 236
24426 pkg syscall (linux-386-cgo), const SYS_LSEEK = 19
24427 pkg syscall (linux-386-cgo), const SYS_LSETXATTR = 227
24428 pkg syscall (linux-386-cgo), const SYS_LSTAT = 107
24429 pkg syscall (linux-386-cgo), const SYS_LSTAT64 = 196
24430 pkg syscall (linux-386-cgo), const SYS_MADVISE = 219
24431 pkg syscall (linux-386-cgo), const SYS_MADVISE1 = 219
24432 pkg syscall (linux-386-cgo), const SYS_MBIND = 274
24433 pkg syscall (linux-386-cgo), const SYS_MIGRATE_PAGES = 294
24434 pkg syscall (linux-386-cgo), const SYS_MINCORE = 218
24435 pkg syscall (linux-386-cgo), const SYS_MKDIR = 39
24436 pkg syscall (linux-386-cgo), const SYS_MKDIRAT = 296
24437 pkg syscall (linux-386-cgo), const SYS_MKNOD = 14
24438 pkg syscall (linux-386-cgo), const SYS_MKNODAT = 297
24439 pkg syscall (linux-386-cgo), const SYS_MLOCK = 150
24440 pkg syscall (linux-386-cgo), const SYS_MLOCKALL = 152
24441 pkg syscall (linux-386-cgo), const SYS_MMAP = 90
24442 pkg syscall (linux-386-cgo), const SYS_MMAP2 = 192
24443 pkg syscall (linux-386-cgo), const SYS_MODIFY_LDT = 123
24444 pkg syscall (linux-386-cgo), const SYS_MOUNT = 21
24445 pkg syscall (linux-386-cgo), const SYS_MOVE_PAGES = 317
24446 pkg syscall (linux-386-cgo), const SYS_MPROTECT = 125
24447 pkg syscall (linux-386-cgo), const SYS_MPX = 56
24448 pkg syscall (linux-386-cgo), const SYS_MQ_GETSETATTR = 282
24449 pkg syscall (linux-386-cgo), const SYS_MQ_NOTIFY = 281
24450 pkg syscall (linux-386-cgo), const SYS_MQ_OPEN = 277
24451 pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDRECEIVE = 280
24452 pkg syscall (linux-386-cgo), const SYS_MQ_TIMEDSEND = 279
24453 pkg syscall (linux-386-cgo), const SYS_MQ_UNLINK = 278
24454 pkg syscall (linux-386-cgo), const SYS_MREMAP = 163
24455 pkg syscall (linux-386-cgo), const SYS_MSYNC = 144
24456 pkg syscall (linux-386-cgo), const SYS_MUNLOCK = 151
24457 pkg syscall (linux-386-cgo), const SYS_MUNLOCKALL = 153
24458 pkg syscall (linux-386-cgo), const SYS_MUNMAP = 91
24459 pkg syscall (linux-386-cgo), const SYS_NANOSLEEP = 162
24460 pkg syscall (linux-386-cgo), const SYS_NFSSERVCTL = 169
24461 pkg syscall (linux-386-cgo), const SYS_NICE = 34
24462 pkg syscall (linux-386-cgo), const SYS_OLDFSTAT = 28
24463 pkg syscall (linux-386-cgo), const SYS_OLDLSTAT = 84
24464 pkg syscall (linux-386-cgo), const SYS_OLDOLDUNAME = 59
24465 pkg syscall (linux-386-cgo), const SYS_OLDSTAT = 18
24466 pkg syscall (linux-386-cgo), const SYS_OLDUNAME = 109
24467 pkg syscall (linux-386-cgo), const SYS_OPEN = 5
24468 pkg syscall (linux-386-cgo), const SYS_OPENAT = 295
24469 pkg syscall (linux-386-cgo), const SYS_PAUSE = 29
24470 pkg syscall (linux-386-cgo), const SYS_PERF_EVENT_OPEN = 336
24471 pkg syscall (linux-386-cgo), const SYS_PERSONALITY = 136
24472 pkg syscall (linux-386-cgo), const SYS_PIPE = 42
24473 pkg syscall (linux-386-cgo), const SYS_PIPE2 = 331
24474 pkg syscall (linux-386-cgo), const SYS_PIVOT_ROOT = 217
24475 pkg syscall (linux-386-cgo), const SYS_POLL = 168
24476 pkg syscall (linux-386-cgo), const SYS_PPOLL = 309
24477 pkg syscall (linux-386-cgo), const SYS_PRCTL = 172
24478 pkg syscall (linux-386-cgo), const SYS_PREAD64 = 180
24479 pkg syscall (linux-386-cgo), const SYS_PREADV = 333
24480 pkg syscall (linux-386-cgo), const SYS_PRLIMIT64 = 340
24481 pkg syscall (linux-386-cgo), const SYS_PROF = 44
24482 pkg syscall (linux-386-cgo), const SYS_PROFIL = 98
24483 pkg syscall (linux-386-cgo), const SYS_PSELECT6 = 308
24484 pkg syscall (linux-386-cgo), const SYS_PTRACE = 26
24485 pkg syscall (linux-386-cgo), const SYS_PUTPMSG = 189
24486 pkg syscall (linux-386-cgo), const SYS_PWRITE64 = 181
24487 pkg syscall (linux-386-cgo), const SYS_PWRITEV = 334
24488 pkg syscall (linux-386-cgo), const SYS_QUERY_MODULE = 167
24489 pkg syscall (linux-386-cgo), const SYS_QUOTACTL = 131
24490 pkg syscall (linux-386-cgo), const SYS_READ = 3
24491 pkg syscall (linux-386-cgo), const SYS_READAHEAD = 225
24492 pkg syscall (linux-386-cgo), const SYS_READDIR = 89
24493 pkg syscall (linux-386-cgo), const SYS_READLINK = 85
24494 pkg syscall (linux-386-cgo), const SYS_READLINKAT = 305
24495 pkg syscall (linux-386-cgo), const SYS_READV = 145
24496 pkg syscall (linux-386-cgo), const SYS_REBOOT = 88
24497 pkg syscall (linux-386-cgo), const SYS_RECVMMSG = 337
24498 pkg syscall (linux-386-cgo), const SYS_REMAP_FILE_PAGES = 257
24499 pkg syscall (linux-386-cgo), const SYS_REMOVEXATTR = 235
24500 pkg syscall (linux-386-cgo), const SYS_RENAME = 38
24501 pkg syscall (linux-386-cgo), const SYS_RENAMEAT = 302
24502 pkg syscall (linux-386-cgo), const SYS_REQUEST_KEY = 287
24503 pkg syscall (linux-386-cgo), const SYS_RESTART_SYSCALL = 0
24504 pkg syscall (linux-386-cgo), const SYS_RMDIR = 40
24505 pkg syscall (linux-386-cgo), const SYS_RT_SIGACTION = 174
24506 pkg syscall (linux-386-cgo), const SYS_RT_SIGPENDING = 176
24507 pkg syscall (linux-386-cgo), const SYS_RT_SIGPROCMASK = 175
24508 pkg syscall (linux-386-cgo), const SYS_RT_SIGQUEUEINFO = 178
24509 pkg syscall (linux-386-cgo), const SYS_RT_SIGRETURN = 173
24510 pkg syscall (linux-386-cgo), const SYS_RT_SIGSUSPEND = 179
24511 pkg syscall (linux-386-cgo), const SYS_RT_SIGTIMEDWAIT = 177
24512 pkg syscall (linux-386-cgo), const SYS_RT_TGSIGQUEUEINFO = 335
24513 pkg syscall (linux-386-cgo), const SYS_SCHED_GETAFFINITY = 242
24514 pkg syscall (linux-386-cgo), const SYS_SCHED_GETPARAM = 155
24515 pkg syscall (linux-386-cgo), const SYS_SCHED_GETSCHEDULER = 157
24516 pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
24517 pkg syscall (linux-386-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
24518 pkg syscall (linux-386-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
24519 pkg syscall (linux-386-cgo), const SYS_SCHED_SETAFFINITY = 241
24520 pkg syscall (linux-386-cgo), const SYS_SCHED_SETPARAM = 154
24521 pkg syscall (linux-386-cgo), const SYS_SCHED_SETSCHEDULER = 156
24522 pkg syscall (linux-386-cgo), const SYS_SCHED_YIELD = 158
24523 pkg syscall (linux-386-cgo), const SYS_SELECT = 82
24524 pkg syscall (linux-386-cgo), const SYS_SENDFILE = 187
24525 pkg syscall (linux-386-cgo), const SYS_SENDFILE64 = 239
24526 pkg syscall (linux-386-cgo), const SYS_SETDOMAINNAME = 121
24527 pkg syscall (linux-386-cgo), const SYS_SETFSGID = 139
24528 pkg syscall (linux-386-cgo), const SYS_SETFSGID32 = 216
24529 pkg syscall (linux-386-cgo), const SYS_SETFSUID = 138
24530 pkg syscall (linux-386-cgo), const SYS_SETFSUID32 = 215
24531 pkg syscall (linux-386-cgo), const SYS_SETGID = 46
24532 pkg syscall (linux-386-cgo), const SYS_SETGID32 = 214
24533 pkg syscall (linux-386-cgo), const SYS_SETGROUPS = 81
24534 pkg syscall (linux-386-cgo), const SYS_SETGROUPS32 = 206
24535 pkg syscall (linux-386-cgo), const SYS_SETHOSTNAME = 74
24536 pkg syscall (linux-386-cgo), const SYS_SETITIMER = 104
24537 pkg syscall (linux-386-cgo), const SYS_SETPGID = 57
24538 pkg syscall (linux-386-cgo), const SYS_SETPRIORITY = 97
24539 pkg syscall (linux-386-cgo), const SYS_SETREGID = 71
24540 pkg syscall (linux-386-cgo), const SYS_SETREGID32 = 204
24541 pkg syscall (linux-386-cgo), const SYS_SETRESGID = 170
24542 pkg syscall (linux-386-cgo), const SYS_SETRESGID32 = 210
24543 pkg syscall (linux-386-cgo), const SYS_SETRESUID = 164
24544 pkg syscall (linux-386-cgo), const SYS_SETRESUID32 = 208
24545 pkg syscall (linux-386-cgo), const SYS_SETREUID = 70
24546 pkg syscall (linux-386-cgo), const SYS_SETREUID32 = 203
24547 pkg syscall (linux-386-cgo), const SYS_SETRLIMIT = 75
24548 pkg syscall (linux-386-cgo), const SYS_SETSID = 66
24549 pkg syscall (linux-386-cgo), const SYS_SETTIMEOFDAY = 79
24550 pkg syscall (linux-386-cgo), const SYS_SETUID = 23
24551 pkg syscall (linux-386-cgo), const SYS_SETUID32 = 213
24552 pkg syscall (linux-386-cgo), const SYS_SETXATTR = 226
24553 pkg syscall (linux-386-cgo), const SYS_SET_MEMPOLICY = 276
24554 pkg syscall (linux-386-cgo), const SYS_SET_ROBUST_LIST = 311
24555 pkg syscall (linux-386-cgo), const SYS_SET_THREAD_AREA = 243
24556 pkg syscall (linux-386-cgo), const SYS_SET_TID_ADDRESS = 258
24557 pkg syscall (linux-386-cgo), const SYS_SGETMASK = 68
24558 pkg syscall (linux-386-cgo), const SYS_SIGACTION = 67
24559 pkg syscall (linux-386-cgo), const SYS_SIGALTSTACK = 186
24560 pkg syscall (linux-386-cgo), const SYS_SIGNAL = 48
24561 pkg syscall (linux-386-cgo), const SYS_SIGNALFD = 321
24562 pkg syscall (linux-386-cgo), const SYS_SIGNALFD4 = 327
24563 pkg syscall (linux-386-cgo), const SYS_SIGPENDING = 73
24564 pkg syscall (linux-386-cgo), const SYS_SIGPROCMASK = 126
24565 pkg syscall (linux-386-cgo), const SYS_SIGRETURN = 119
24566 pkg syscall (linux-386-cgo), const SYS_SIGSUSPEND = 72
24567 pkg syscall (linux-386-cgo), const SYS_SOCKETCALL = 102
24568 pkg syscall (linux-386-cgo), const SYS_SPLICE = 313
24569 pkg syscall (linux-386-cgo), const SYS_SSETMASK = 69
24570 pkg syscall (linux-386-cgo), const SYS_STAT = 106
24571 pkg syscall (linux-386-cgo), const SYS_STAT64 = 195
24572 pkg syscall (linux-386-cgo), const SYS_STATFS = 99
24573 pkg syscall (linux-386-cgo), const SYS_STATFS64 = 268
24574 pkg syscall (linux-386-cgo), const SYS_STIME = 25
24575 pkg syscall (linux-386-cgo), const SYS_STTY = 31
24576 pkg syscall (linux-386-cgo), const SYS_SWAPOFF = 115
24577 pkg syscall (linux-386-cgo), const SYS_SWAPON = 87
24578 pkg syscall (linux-386-cgo), const SYS_SYMLINK = 83
24579 pkg syscall (linux-386-cgo), const SYS_SYMLINKAT = 304
24580 pkg syscall (linux-386-cgo), const SYS_SYNC = 36
24581 pkg syscall (linux-386-cgo), const SYS_SYNC_FILE_RANGE = 314
24582 pkg syscall (linux-386-cgo), const SYS_SYSFS = 135
24583 pkg syscall (linux-386-cgo), const SYS_SYSINFO = 116
24584 pkg syscall (linux-386-cgo), const SYS_SYSLOG = 103
24585 pkg syscall (linux-386-cgo), const SYS_TEE = 315
24586 pkg syscall (linux-386-cgo), const SYS_TGKILL = 270
24587 pkg syscall (linux-386-cgo), const SYS_TIME = 13
24588 pkg syscall (linux-386-cgo), const SYS_TIMERFD_CREATE = 322
24589 pkg syscall (linux-386-cgo), const SYS_TIMERFD_GETTIME = 326
24590 pkg syscall (linux-386-cgo), const SYS_TIMERFD_SETTIME = 325
24591 pkg syscall (linux-386-cgo), const SYS_TIMER_CREATE = 259
24592 pkg syscall (linux-386-cgo), const SYS_TIMER_DELETE = 263
24593 pkg syscall (linux-386-cgo), const SYS_TIMER_GETOVERRUN = 262
24594 pkg syscall (linux-386-cgo), const SYS_TIMER_GETTIME = 261
24595 pkg syscall (linux-386-cgo), const SYS_TIMER_SETTIME = 260
24596 pkg syscall (linux-386-cgo), const SYS_TIMES = 43
24597 pkg syscall (linux-386-cgo), const SYS_TKILL = 238
24598 pkg syscall (linux-386-cgo), const SYS_TRUNCATE = 92
24599 pkg syscall (linux-386-cgo), const SYS_TRUNCATE64 = 193
24600 pkg syscall (linux-386-cgo), const SYS_UGETRLIMIT = 191
24601 pkg syscall (linux-386-cgo), const SYS_ULIMIT = 58
24602 pkg syscall (linux-386-cgo), const SYS_UMASK = 60
24603 pkg syscall (linux-386-cgo), const SYS_UMOUNT = 22
24604 pkg syscall (linux-386-cgo), const SYS_UMOUNT2 = 52
24605 pkg syscall (linux-386-cgo), const SYS_UNAME = 122
24606 pkg syscall (linux-386-cgo), const SYS_UNLINK = 10
24607 pkg syscall (linux-386-cgo), const SYS_UNLINKAT = 301
24608 pkg syscall (linux-386-cgo), const SYS_UNSHARE = 310
24609 pkg syscall (linux-386-cgo), const SYS_USELIB = 86
24610 pkg syscall (linux-386-cgo), const SYS_USTAT = 62
24611 pkg syscall (linux-386-cgo), const SYS_UTIME = 30
24612 pkg syscall (linux-386-cgo), const SYS_UTIMENSAT = 320
24613 pkg syscall (linux-386-cgo), const SYS_UTIMES = 271
24614 pkg syscall (linux-386-cgo), const SYS_VFORK = 190
24615 pkg syscall (linux-386-cgo), const SYS_VHANGUP = 111
24616 pkg syscall (linux-386-cgo), const SYS_VM86 = 166
24617 pkg syscall (linux-386-cgo), const SYS_VM86OLD = 113
24618 pkg syscall (linux-386-cgo), const SYS_VMSPLICE = 316
24619 pkg syscall (linux-386-cgo), const SYS_VSERVER = 273
24620 pkg syscall (linux-386-cgo), const SYS_WAIT4 = 114
24621 pkg syscall (linux-386-cgo), const SYS_WAITID = 284
24622 pkg syscall (linux-386-cgo), const SYS_WAITPID = 7
24623 pkg syscall (linux-386-cgo), const SYS_WRITE = 4
24624 pkg syscall (linux-386-cgo), const SYS_WRITEV = 146
24625 pkg syscall (linux-386-cgo), const SYS__LLSEEK = 140
24626 pkg syscall (linux-386-cgo), const SYS__NEWSELECT = 142
24627 pkg syscall (linux-386-cgo), const SYS__SYSCTL = 149
24628 pkg syscall (linux-386-cgo), const S_BLKSIZE = 512
24629 pkg syscall (linux-386-cgo), const S_IEXEC = 64
24630 pkg syscall (linux-386-cgo), const S_IFMT = 61440
24631 pkg syscall (linux-386-cgo), const S_IREAD = 256
24632 pkg syscall (linux-386-cgo), const S_IRGRP = 32
24633 pkg syscall (linux-386-cgo), const S_IROTH = 4
24634 pkg syscall (linux-386-cgo), const S_IRWXG = 56
24635 pkg syscall (linux-386-cgo), const S_IRWXO = 7
24636 pkg syscall (linux-386-cgo), const S_IRWXU = 448
24637 pkg syscall (linux-386-cgo), const S_IWGRP = 16
24638 pkg syscall (linux-386-cgo), const S_IWOTH = 2
24639 pkg syscall (linux-386-cgo), const S_IWRITE = 128
24640 pkg syscall (linux-386-cgo), const S_IXGRP = 8
24641 pkg syscall (linux-386-cgo), const S_IXOTH = 1
24642 pkg syscall (linux-386-cgo), const SizeofCmsghdr = 12
24643 pkg syscall (linux-386-cgo), const SizeofIPMreq = 8
24644 pkg syscall (linux-386-cgo), const SizeofIPMreqn = 12
24645 pkg syscall (linux-386-cgo), const SizeofIPv6Mreq = 20
24646 pkg syscall (linux-386-cgo), const SizeofIfAddrmsg = 8
24647 pkg syscall (linux-386-cgo), const SizeofIfInfomsg = 16
24648 pkg syscall (linux-386-cgo), const SizeofInet4Pktinfo = 12
24649 pkg syscall (linux-386-cgo), const SizeofInet6Pktinfo = 20
24650 pkg syscall (linux-386-cgo), const SizeofInotifyEvent = 16
24651 pkg syscall (linux-386-cgo), const SizeofLinger = 8
24652 pkg syscall (linux-386-cgo), const SizeofMsghdr = 28
24653 pkg syscall (linux-386-cgo), const SizeofNlAttr = 4
24654 pkg syscall (linux-386-cgo), const SizeofNlMsgerr = 20
24655 pkg syscall (linux-386-cgo), const SizeofNlMsghdr = 16
24656 pkg syscall (linux-386-cgo), const SizeofRtAttr = 4
24657 pkg syscall (linux-386-cgo), const SizeofRtGenmsg = 1
24658 pkg syscall (linux-386-cgo), const SizeofRtMsg = 12
24659 pkg syscall (linux-386-cgo), const SizeofRtNexthop = 8
24660 pkg syscall (linux-386-cgo), const SizeofSockFilter = 8
24661 pkg syscall (linux-386-cgo), const SizeofSockFprog = 8
24662 pkg syscall (linux-386-cgo), const SizeofSockaddrAny = 112
24663 pkg syscall (linux-386-cgo), const SizeofSockaddrInet4 = 16
24664 pkg syscall (linux-386-cgo), const SizeofSockaddrInet6 = 28
24665 pkg syscall (linux-386-cgo), const SizeofSockaddrLinklayer = 20
24666 pkg syscall (linux-386-cgo), const SizeofSockaddrNetlink = 12
24667 pkg syscall (linux-386-cgo), const SizeofSockaddrUnix = 110
24668 pkg syscall (linux-386-cgo), const SizeofTCPInfo = 104
24669 pkg syscall (linux-386-cgo), const SizeofTCPInfo ideal-int
24670 pkg syscall (linux-386-cgo), const SizeofUcred = 12
24671 pkg syscall (linux-386-cgo), const TCGETS = 21505
24672 pkg syscall (linux-386-cgo), const TCP_CONGESTION = 13
24673 pkg syscall (linux-386-cgo), const TCP_CORK = 3
24674 pkg syscall (linux-386-cgo), const TCP_DEFER_ACCEPT = 9
24675 pkg syscall (linux-386-cgo), const TCP_INFO = 11
24676 pkg syscall (linux-386-cgo), const TCP_KEEPCNT = 6
24677 pkg syscall (linux-386-cgo), const TCP_KEEPIDLE = 4
24678 pkg syscall (linux-386-cgo), const TCP_KEEPINTVL = 5
24679 pkg syscall (linux-386-cgo), const TCP_LINGER2 = 8
24680 pkg syscall (linux-386-cgo), const TCP_MAXSEG = 2
24681 pkg syscall (linux-386-cgo), const TCP_MAXWIN = 65535
24682 pkg syscall (linux-386-cgo), const TCP_MAX_WINSHIFT = 14
24683 pkg syscall (linux-386-cgo), const TCP_MD5SIG = 14
24684 pkg syscall (linux-386-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
24685 pkg syscall (linux-386-cgo), const TCP_MSS = 512
24686 pkg syscall (linux-386-cgo), const TCP_QUICKACK = 12
24687 pkg syscall (linux-386-cgo), const TCP_SYNCNT = 7
24688 pkg syscall (linux-386-cgo), const TCP_WINDOW_CLAMP = 10
24689 pkg syscall (linux-386-cgo), const TCSETS = 21506
24690 pkg syscall (linux-386-cgo), const TIOCCBRK = 21544
24691 pkg syscall (linux-386-cgo), const TIOCCONS = 21533
24692 pkg syscall (linux-386-cgo), const TIOCEXCL = 21516
24693 pkg syscall (linux-386-cgo), const TIOCGDEV = 2147767346
24694 pkg syscall (linux-386-cgo), const TIOCGETD = 21540
24695 pkg syscall (linux-386-cgo), const TIOCGICOUNT = 21597
24696 pkg syscall (linux-386-cgo), const TIOCGLCKTRMIOS = 21590
24697 pkg syscall (linux-386-cgo), const TIOCGPGRP = 21519
24698 pkg syscall (linux-386-cgo), const TIOCGPTN = 2147767344
24699 pkg syscall (linux-386-cgo), const TIOCGRS485 = 21550
24700 pkg syscall (linux-386-cgo), const TIOCGSERIAL = 21534
24701 pkg syscall (linux-386-cgo), const TIOCGSID = 21545
24702 pkg syscall (linux-386-cgo), const TIOCGSOFTCAR = 21529
24703 pkg syscall (linux-386-cgo), const TIOCGWINSZ = 21523
24704 pkg syscall (linux-386-cgo), const TIOCINQ = 21531
24705 pkg syscall (linux-386-cgo), const TIOCLINUX = 21532
24706 pkg syscall (linux-386-cgo), const TIOCMBIC = 21527
24707 pkg syscall (linux-386-cgo), const TIOCMBIS = 21526
24708 pkg syscall (linux-386-cgo), const TIOCMGET = 21525
24709 pkg syscall (linux-386-cgo), const TIOCMIWAIT = 21596
24710 pkg syscall (linux-386-cgo), const TIOCMSET = 21528
24711 pkg syscall (linux-386-cgo), const TIOCM_CAR = 64
24712 pkg syscall (linux-386-cgo), const TIOCM_CD = 64
24713 pkg syscall (linux-386-cgo), const TIOCM_CTS = 32
24714 pkg syscall (linux-386-cgo), const TIOCM_DSR = 256
24715 pkg syscall (linux-386-cgo), const TIOCM_DTR = 2
24716 pkg syscall (linux-386-cgo), const TIOCM_LE = 1
24717 pkg syscall (linux-386-cgo), const TIOCM_RI = 128
24718 pkg syscall (linux-386-cgo), const TIOCM_RNG = 128
24719 pkg syscall (linux-386-cgo), const TIOCM_RTS = 4
24720 pkg syscall (linux-386-cgo), const TIOCM_SR = 16
24721 pkg syscall (linux-386-cgo), const TIOCM_ST = 8
24722 pkg syscall (linux-386-cgo), const TIOCNOTTY = 21538
24723 pkg syscall (linux-386-cgo), const TIOCNXCL = 21517
24724 pkg syscall (linux-386-cgo), const TIOCOUTQ = 21521
24725 pkg syscall (linux-386-cgo), const TIOCPKT = 21536
24726 pkg syscall (linux-386-cgo), const TIOCPKT_DATA = 0
24727 pkg syscall (linux-386-cgo), const TIOCPKT_DOSTOP = 32
24728 pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHREAD = 1
24729 pkg syscall (linux-386-cgo), const TIOCPKT_FLUSHWRITE = 2
24730 pkg syscall (linux-386-cgo), const TIOCPKT_IOCTL = 64
24731 pkg syscall (linux-386-cgo), const TIOCPKT_NOSTOP = 16
24732 pkg syscall (linux-386-cgo), const TIOCPKT_START = 8
24733 pkg syscall (linux-386-cgo), const TIOCPKT_STOP = 4
24734 pkg syscall (linux-386-cgo), const TIOCSBRK = 21543
24735 pkg syscall (linux-386-cgo), const TIOCSCTTY = 21518
24736 pkg syscall (linux-386-cgo), const TIOCSERCONFIG = 21587
24737 pkg syscall (linux-386-cgo), const TIOCSERGETLSR = 21593
24738 pkg syscall (linux-386-cgo), const TIOCSERGETMULTI = 21594
24739 pkg syscall (linux-386-cgo), const TIOCSERGSTRUCT = 21592
24740 pkg syscall (linux-386-cgo), const TIOCSERGWILD = 21588
24741 pkg syscall (linux-386-cgo), const TIOCSERSETMULTI = 21595
24742 pkg syscall (linux-386-cgo), const TIOCSERSWILD = 21589
24743 pkg syscall (linux-386-cgo), const TIOCSER_TEMT = 1
24744 pkg syscall (linux-386-cgo), const TIOCSETD = 21539
24745 pkg syscall (linux-386-cgo), const TIOCSIG = 1074025526
24746 pkg syscall (linux-386-cgo), const TIOCSLCKTRMIOS = 21591
24747 pkg syscall (linux-386-cgo), const TIOCSPGRP = 21520
24748 pkg syscall (linux-386-cgo), const TIOCSPTLCK = 1074025521
24749 pkg syscall (linux-386-cgo), const TIOCSRS485 = 21551
24750 pkg syscall (linux-386-cgo), const TIOCSSERIAL = 21535
24751 pkg syscall (linux-386-cgo), const TIOCSSOFTCAR = 21530
24752 pkg syscall (linux-386-cgo), const TIOCSTI = 21522
24753 pkg syscall (linux-386-cgo), const TIOCSWINSZ = 21524
24754 pkg syscall (linux-386-cgo), const TOSTOP = 256
24755 pkg syscall (linux-386-cgo), const TUNATTACHFILTER = 1074287829
24756 pkg syscall (linux-386-cgo), const TUNDETACHFILTER = 1074287830
24757 pkg syscall (linux-386-cgo), const TUNGETFEATURES = 2147767503
24758 pkg syscall (linux-386-cgo), const TUNGETIFF = 2147767506
24759 pkg syscall (linux-386-cgo), const TUNGETSNDBUF = 2147767507
24760 pkg syscall (linux-386-cgo), const TUNGETVNETHDRSZ = 2147767511
24761 pkg syscall (linux-386-cgo), const TUNSETDEBUG = 1074025673
24762 pkg syscall (linux-386-cgo), const TUNSETGROUP = 1074025678
24763 pkg syscall (linux-386-cgo), const TUNSETIFF = 1074025674
24764 pkg syscall (linux-386-cgo), const TUNSETLINK = 1074025677
24765 pkg syscall (linux-386-cgo), const TUNSETNOCSUM = 1074025672
24766 pkg syscall (linux-386-cgo), const TUNSETOFFLOAD = 1074025680
24767 pkg syscall (linux-386-cgo), const TUNSETOWNER = 1074025676
24768 pkg syscall (linux-386-cgo), const TUNSETPERSIST = 1074025675
24769 pkg syscall (linux-386-cgo), const TUNSETSNDBUF = 1074025684
24770 pkg syscall (linux-386-cgo), const TUNSETTXFILTER = 1074025681
24771 pkg syscall (linux-386-cgo), const TUNSETVNETHDRSZ = 1074025688
24772 pkg syscall (linux-386-cgo), const VDISCARD = 13
24773 pkg syscall (linux-386-cgo), const VEOF = 4
24774 pkg syscall (linux-386-cgo), const VEOL = 11
24775 pkg syscall (linux-386-cgo), const VEOL2 = 16
24776 pkg syscall (linux-386-cgo), const VERASE = 2
24777 pkg syscall (linux-386-cgo), const VINTR = 0
24778 pkg syscall (linux-386-cgo), const VKILL = 3
24779 pkg syscall (linux-386-cgo), const VLNEXT = 15
24780 pkg syscall (linux-386-cgo), const VMIN = 6
24781 pkg syscall (linux-386-cgo), const VQUIT = 1
24782 pkg syscall (linux-386-cgo), const VREPRINT = 12
24783 pkg syscall (linux-386-cgo), const VSTART = 8
24784 pkg syscall (linux-386-cgo), const VSTOP = 9
24785 pkg syscall (linux-386-cgo), const VSUSP = 10
24786 pkg syscall (linux-386-cgo), const VSWTC = 7
24787 pkg syscall (linux-386-cgo), const VTIME = 5
24788 pkg syscall (linux-386-cgo), const VWERASE = 14
24789 pkg syscall (linux-386-cgo), const WALL = 1073741824
24790 pkg syscall (linux-386-cgo), const WCLONE = 2147483648
24791 pkg syscall (linux-386-cgo), const WCONTINUED = 8
24792 pkg syscall (linux-386-cgo), const WEXITED = 4
24793 pkg syscall (linux-386-cgo), const WNOHANG = 1
24794 pkg syscall (linux-386-cgo), const WNOTHREAD = 536870912
24795 pkg syscall (linux-386-cgo), const WNOWAIT = 16777216
24796 pkg syscall (linux-386-cgo), const WORDSIZE = 32
24797 pkg syscall (linux-386-cgo), const WSTOPPED = 2
24798 pkg syscall (linux-386-cgo), const WUNTRACED = 2
24799 pkg syscall (linux-386-cgo), const XCASE = 4
24800 pkg syscall (linux-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
24801 pkg syscall (linux-386-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
24802 pkg syscall (linux-386-cgo), func Getxattr(string, string, []uint8) (int, error)
24803 pkg syscall (linux-386-cgo), func Listxattr(string, []uint8) (int, error)
24804 pkg syscall (linux-386-cgo), func Pipe2([]int, int) error
24805 pkg syscall (linux-386-cgo), func PtraceSyscall(int, int) error
24806 pkg syscall (linux-386-cgo), func Removexattr(string, string) error
24807 pkg syscall (linux-386-cgo), func Setxattr(string, string, []uint8, int) error
24808 pkg syscall (linux-386-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
24809 pkg syscall (linux-386-cgo), type SysProcAttr struct, Ctty int
24810 pkg syscall (linux-386-cgo), type TCPInfo struct
24811 pkg syscall (linux-386-cgo), type TCPInfo struct, Advmss uint32
24812 pkg syscall (linux-386-cgo), type TCPInfo struct, Ato uint32
24813 pkg syscall (linux-386-cgo), type TCPInfo struct, Backoff uint8
24814 pkg syscall (linux-386-cgo), type TCPInfo struct, Ca_state uint8
24815 pkg syscall (linux-386-cgo), type TCPInfo struct, Fackets uint32
24816 pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_recv uint32
24817 pkg syscall (linux-386-cgo), type TCPInfo struct, Last_ack_sent uint32
24818 pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_recv uint32
24819 pkg syscall (linux-386-cgo), type TCPInfo struct, Last_data_sent uint32
24820 pkg syscall (linux-386-cgo), type TCPInfo struct, Lost uint32
24821 pkg syscall (linux-386-cgo), type TCPInfo struct, Options uint8
24822 pkg syscall (linux-386-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
24823 pkg syscall (linux-386-cgo), type TCPInfo struct, Pmtu uint32
24824 pkg syscall (linux-386-cgo), type TCPInfo struct, Probes uint8
24825 pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_mss uint32
24826 pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_rtt uint32
24827 pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_space uint32
24828 pkg syscall (linux-386-cgo), type TCPInfo struct, Rcv_ssthresh uint32
24829 pkg syscall (linux-386-cgo), type TCPInfo struct, Reordering uint32
24830 pkg syscall (linux-386-cgo), type TCPInfo struct, Retrans uint32
24831 pkg syscall (linux-386-cgo), type TCPInfo struct, Retransmits uint8
24832 pkg syscall (linux-386-cgo), type TCPInfo struct, Rto uint32
24833 pkg syscall (linux-386-cgo), type TCPInfo struct, Rtt uint32
24834 pkg syscall (linux-386-cgo), type TCPInfo struct, Rttvar uint32
24835 pkg syscall (linux-386-cgo), type TCPInfo struct, Sacked uint32
24836 pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_cwnd uint32
24837 pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_mss uint32
24838 pkg syscall (linux-386-cgo), type TCPInfo struct, Snd_ssthresh uint32
24839 pkg syscall (linux-386-cgo), type TCPInfo struct, State uint8
24840 pkg syscall (linux-386-cgo), type TCPInfo struct, Total_retrans uint32
24841 pkg syscall (linux-386-cgo), type TCPInfo struct, Unacked uint32
24842 pkg syscall (linux-amd64), const AF_ALG = 38
24843 pkg syscall (linux-amd64), const AF_APPLETALK = 5
24844 pkg syscall (linux-amd64), const AF_ASH = 18
24845 pkg syscall (linux-amd64), const AF_ATMPVC = 8
24846 pkg syscall (linux-amd64), const AF_ATMSVC = 20
24847 pkg syscall (linux-amd64), const AF_AX25 = 3
24848 pkg syscall (linux-amd64), const AF_BLUETOOTH = 31
24849 pkg syscall (linux-amd64), const AF_BRIDGE = 7
24850 pkg syscall (linux-amd64), const AF_CAIF = 37
24851 pkg syscall (linux-amd64), const AF_CAN = 29
24852 pkg syscall (linux-amd64), const AF_DECnet = 12
24853 pkg syscall (linux-amd64), const AF_ECONET = 19
24854 pkg syscall (linux-amd64), const AF_FILE = 1
24855 pkg syscall (linux-amd64), const AF_IEEE802154 = 36
24856 pkg syscall (linux-amd64), const AF_INET6 = 10
24857 pkg syscall (linux-amd64), const AF_IPX = 4
24858 pkg syscall (linux-amd64), const AF_IRDA = 23
24859 pkg syscall (linux-amd64), const AF_ISDN = 34
24860 pkg syscall (linux-amd64), const AF_IUCV = 32
24861 pkg syscall (linux-amd64), const AF_KEY = 15
24862 pkg syscall (linux-amd64), const AF_LLC = 26
24863 pkg syscall (linux-amd64), const AF_LOCAL = 1
24864 pkg syscall (linux-amd64), const AF_MAX = 39
24865 pkg syscall (linux-amd64), const AF_NETBEUI = 13
24866 pkg syscall (linux-amd64), const AF_NETLINK = 16
24867 pkg syscall (linux-amd64), const AF_NETROM = 6
24868 pkg syscall (linux-amd64), const AF_PACKET = 17
24869 pkg syscall (linux-amd64), const AF_PHONET = 35
24870 pkg syscall (linux-amd64), const AF_PPPOX = 24
24871 pkg syscall (linux-amd64), const AF_RDS = 21
24872 pkg syscall (linux-amd64), const AF_ROSE = 11
24873 pkg syscall (linux-amd64), const AF_ROUTE = 16
24874 pkg syscall (linux-amd64), const AF_RXRPC = 33
24875 pkg syscall (linux-amd64), const AF_SECURITY = 14
24876 pkg syscall (linux-amd64), const AF_SNA = 22
24877 pkg syscall (linux-amd64), const AF_TIPC = 30
24878 pkg syscall (linux-amd64), const AF_WANPIPE = 25
24879 pkg syscall (linux-amd64), const AF_X25 = 9
24880 pkg syscall (linux-amd64), const ARPHRD_ADAPT = 264
24881 pkg syscall (linux-amd64), const ARPHRD_APPLETLK = 8
24882 pkg syscall (linux-amd64), const ARPHRD_ARCNET = 7
24883 pkg syscall (linux-amd64), const ARPHRD_ASH = 781
24884 pkg syscall (linux-amd64), const ARPHRD_ATM = 19
24885 pkg syscall (linux-amd64), const ARPHRD_AX25 = 3
24886 pkg syscall (linux-amd64), const ARPHRD_BIF = 775
24887 pkg syscall (linux-amd64), const ARPHRD_CHAOS = 5
24888 pkg syscall (linux-amd64), const ARPHRD_CISCO = 513
24889 pkg syscall (linux-amd64), const ARPHRD_CSLIP = 257
24890 pkg syscall (linux-amd64), const ARPHRD_CSLIP6 = 259
24891 pkg syscall (linux-amd64), const ARPHRD_DDCMP = 517
24892 pkg syscall (linux-amd64), const ARPHRD_DLCI = 15
24893 pkg syscall (linux-amd64), const ARPHRD_ECONET = 782
24894 pkg syscall (linux-amd64), const ARPHRD_EETHER = 2
24895 pkg syscall (linux-amd64), const ARPHRD_ETHER = 1
24896 pkg syscall (linux-amd64), const ARPHRD_EUI64 = 27
24897 pkg syscall (linux-amd64), const ARPHRD_FCAL = 785
24898 pkg syscall (linux-amd64), const ARPHRD_FCFABRIC = 787
24899 pkg syscall (linux-amd64), const ARPHRD_FCPL = 786
24900 pkg syscall (linux-amd64), const ARPHRD_FCPP = 784
24901 pkg syscall (linux-amd64), const ARPHRD_FDDI = 774
24902 pkg syscall (linux-amd64), const ARPHRD_FRAD = 770
24903 pkg syscall (linux-amd64), const ARPHRD_HDLC = 513
24904 pkg syscall (linux-amd64), const ARPHRD_HIPPI = 780
24905 pkg syscall (linux-amd64), const ARPHRD_HWX25 = 272
24906 pkg syscall (linux-amd64), const ARPHRD_IEEE1394 = 24
24907 pkg syscall (linux-amd64), const ARPHRD_IEEE802 = 6
24908 pkg syscall (linux-amd64), const ARPHRD_IEEE80211 = 801
24909 pkg syscall (linux-amd64), const ARPHRD_IEEE80211_PRISM = 802
24910 pkg syscall (linux-amd64), const ARPHRD_IEEE80211_RADIOTAP = 803
24911 pkg syscall (linux-amd64), const ARPHRD_IEEE802154 = 804
24912 pkg syscall (linux-amd64), const ARPHRD_IEEE802154_PHY = 805
24913 pkg syscall (linux-amd64), const ARPHRD_IEEE802_TR = 800
24914 pkg syscall (linux-amd64), const ARPHRD_INFINIBAND = 32
24915 pkg syscall (linux-amd64), const ARPHRD_IPDDP = 777
24916 pkg syscall (linux-amd64), const ARPHRD_IPGRE = 778
24917 pkg syscall (linux-amd64), const ARPHRD_IRDA = 783
24918 pkg syscall (linux-amd64), const ARPHRD_LAPB = 516
24919 pkg syscall (linux-amd64), const ARPHRD_LOCALTLK = 773
24920 pkg syscall (linux-amd64), const ARPHRD_LOOPBACK = 772
24921 pkg syscall (linux-amd64), const ARPHRD_METRICOM = 23
24922 pkg syscall (linux-amd64), const ARPHRD_NETROM = 0
24923 pkg syscall (linux-amd64), const ARPHRD_NONE = 65534
24924 pkg syscall (linux-amd64), const ARPHRD_PIMREG = 779
24925 pkg syscall (linux-amd64), const ARPHRD_PPP = 512
24926 pkg syscall (linux-amd64), const ARPHRD_PRONET = 4
24927 pkg syscall (linux-amd64), const ARPHRD_RAWHDLC = 518
24928 pkg syscall (linux-amd64), const ARPHRD_ROSE = 270
24929 pkg syscall (linux-amd64), const ARPHRD_RSRVD = 260
24930 pkg syscall (linux-amd64), const ARPHRD_SIT = 776
24931 pkg syscall (linux-amd64), const ARPHRD_SKIP = 771
24932 pkg syscall (linux-amd64), const ARPHRD_SLIP = 256
24933 pkg syscall (linux-amd64), const ARPHRD_SLIP6 = 258
24934 pkg syscall (linux-amd64), const ARPHRD_TUNNEL = 768
24935 pkg syscall (linux-amd64), const ARPHRD_TUNNEL6 = 769
24936 pkg syscall (linux-amd64), const ARPHRD_VOID = 65535
24937 pkg syscall (linux-amd64), const ARPHRD_X25 = 271
24938 pkg syscall (linux-amd64), const B0 = 0
24939 pkg syscall (linux-amd64), const B1000000 = 4104
24940 pkg syscall (linux-amd64), const B110 = 3
24941 pkg syscall (linux-amd64), const B115200 = 4098
24942 pkg syscall (linux-amd64), const B1152000 = 4105
24943 pkg syscall (linux-amd64), const B1200 = 9
24944 pkg syscall (linux-amd64), const B134 = 4
24945 pkg syscall (linux-amd64), const B150 = 5
24946 pkg syscall (linux-amd64), const B1500000 = 4106
24947 pkg syscall (linux-amd64), const B1800 = 10
24948 pkg syscall (linux-amd64), const B19200 = 14
24949 pkg syscall (linux-amd64), const B200 = 6
24950 pkg syscall (linux-amd64), const B2000000 = 4107
24951 pkg syscall (linux-amd64), const B230400 = 4099
24952 pkg syscall (linux-amd64), const B2400 = 11
24953 pkg syscall (linux-amd64), const B2500000 = 4108
24954 pkg syscall (linux-amd64), const B300 = 7
24955 pkg syscall (linux-amd64), const B3000000 = 4109
24956 pkg syscall (linux-amd64), const B3500000 = 4110
24957 pkg syscall (linux-amd64), const B38400 = 15
24958 pkg syscall (linux-amd64), const B4000000 = 4111
24959 pkg syscall (linux-amd64), const B460800 = 4100
24960 pkg syscall (linux-amd64), const B4800 = 12
24961 pkg syscall (linux-amd64), const B50 = 1
24962 pkg syscall (linux-amd64), const B500000 = 4101
24963 pkg syscall (linux-amd64), const B57600 = 4097
24964 pkg syscall (linux-amd64), const B576000 = 4102
24965 pkg syscall (linux-amd64), const B600 = 8
24966 pkg syscall (linux-amd64), const B75 = 2
24967 pkg syscall (linux-amd64), const B921600 = 4103
24968 pkg syscall (linux-amd64), const B9600 = 13
24969 pkg syscall (linux-amd64), const BPF_A = 16
24970 pkg syscall (linux-amd64), const BPF_ABS = 32
24971 pkg syscall (linux-amd64), const BPF_ADD = 0
24972 pkg syscall (linux-amd64), const BPF_ALU = 4
24973 pkg syscall (linux-amd64), const BPF_AND = 80
24974 pkg syscall (linux-amd64), const BPF_B = 16
24975 pkg syscall (linux-amd64), const BPF_DIV = 48
24976 pkg syscall (linux-amd64), const BPF_H = 8
24977 pkg syscall (linux-amd64), const BPF_IMM = 0
24978 pkg syscall (linux-amd64), const BPF_IND = 64
24979 pkg syscall (linux-amd64), const BPF_JA = 0
24980 pkg syscall (linux-amd64), const BPF_JEQ = 16
24981 pkg syscall (linux-amd64), const BPF_JGE = 48
24982 pkg syscall (linux-amd64), const BPF_JGT = 32
24983 pkg syscall (linux-amd64), const BPF_JMP = 5
24984 pkg syscall (linux-amd64), const BPF_JSET = 64
24985 pkg syscall (linux-amd64), const BPF_K = 0
24986 pkg syscall (linux-amd64), const BPF_LD = 0
24987 pkg syscall (linux-amd64), const BPF_LDX = 1
24988 pkg syscall (linux-amd64), const BPF_LEN = 128
24989 pkg syscall (linux-amd64), const BPF_LSH = 96
24990 pkg syscall (linux-amd64), const BPF_MAJOR_VERSION = 1
24991 pkg syscall (linux-amd64), const BPF_MAXINSNS = 4096
24992 pkg syscall (linux-amd64), const BPF_MEM = 96
24993 pkg syscall (linux-amd64), const BPF_MEMWORDS = 16
24994 pkg syscall (linux-amd64), const BPF_MINOR_VERSION = 1
24995 pkg syscall (linux-amd64), const BPF_MISC = 7
24996 pkg syscall (linux-amd64), const BPF_MSH = 160
24997 pkg syscall (linux-amd64), const BPF_MUL = 32
24998 pkg syscall (linux-amd64), const BPF_NEG = 128
24999 pkg syscall (linux-amd64), const BPF_OR = 64
25000 pkg syscall (linux-amd64), const BPF_RET = 6
25001 pkg syscall (linux-amd64), const BPF_RSH = 112
25002 pkg syscall (linux-amd64), const BPF_ST = 2
25003 pkg syscall (linux-amd64), const BPF_STX = 3
25004 pkg syscall (linux-amd64), const BPF_SUB = 16
25005 pkg syscall (linux-amd64), const BPF_TAX = 0
25006 pkg syscall (linux-amd64), const BPF_TXA = 128
25007 pkg syscall (linux-amd64), const BPF_W = 0
25008 pkg syscall (linux-amd64), const BPF_X = 8
25009 pkg syscall (linux-amd64), const BRKINT = 2
25010 pkg syscall (linux-amd64), const CLOCAL = 2048
25011 pkg syscall (linux-amd64), const CREAD = 128
25012 pkg syscall (linux-amd64), const CS5 = 0
25013 pkg syscall (linux-amd64), const CS6 = 16
25014 pkg syscall (linux-amd64), const CS7 = 32
25015 pkg syscall (linux-amd64), const CS8 = 48
25016 pkg syscall (linux-amd64), const CSIZE = 48
25017 pkg syscall (linux-amd64), const CSTOPB = 64
25018 pkg syscall (linux-amd64), const DT_BLK = 6
25019 pkg syscall (linux-amd64), const DT_CHR = 2
25020 pkg syscall (linux-amd64), const DT_DIR = 4
25021 pkg syscall (linux-amd64), const DT_FIFO = 1
25022 pkg syscall (linux-amd64), const DT_LNK = 10
25023 pkg syscall (linux-amd64), const DT_REG = 8
25024 pkg syscall (linux-amd64), const DT_SOCK = 12
25025 pkg syscall (linux-amd64), const DT_UNKNOWN = 0
25026 pkg syscall (linux-amd64), const DT_WHT = 14
25027 pkg syscall (linux-amd64), const E2BIG = 7
25028 pkg syscall (linux-amd64), const EACCES = 13
25029 pkg syscall (linux-amd64), const EADDRINUSE = 98
25030 pkg syscall (linux-amd64), const EADDRNOTAVAIL = 99
25031 pkg syscall (linux-amd64), const EADV = 68
25032 pkg syscall (linux-amd64), const EAFNOSUPPORT = 97
25033 pkg syscall (linux-amd64), const EAGAIN = 11
25034 pkg syscall (linux-amd64), const EALREADY = 114
25035 pkg syscall (linux-amd64), const EBADE = 52
25036 pkg syscall (linux-amd64), const EBADF = 9
25037 pkg syscall (linux-amd64), const EBADFD = 77
25038 pkg syscall (linux-amd64), const EBADMSG = 74
25039 pkg syscall (linux-amd64), const EBADR = 53
25040 pkg syscall (linux-amd64), const EBADRQC = 56
25041 pkg syscall (linux-amd64), const EBADSLT = 57
25042 pkg syscall (linux-amd64), const EBFONT = 59
25043 pkg syscall (linux-amd64), const EBUSY = 16
25044 pkg syscall (linux-amd64), const ECANCELED = 125
25045 pkg syscall (linux-amd64), const ECHILD = 10
25046 pkg syscall (linux-amd64), const ECHO = 8
25047 pkg syscall (linux-amd64), const ECHOCTL = 512
25048 pkg syscall (linux-amd64), const ECHOE = 16
25049 pkg syscall (linux-amd64), const ECHOK = 32
25050 pkg syscall (linux-amd64), const ECHOKE = 2048
25051 pkg syscall (linux-amd64), const ECHONL = 64
25052 pkg syscall (linux-amd64), const ECHOPRT = 1024
25053 pkg syscall (linux-amd64), const ECHRNG = 44
25054 pkg syscall (linux-amd64), const ECOMM = 70
25055 pkg syscall (linux-amd64), const ECONNABORTED = 103
25056 pkg syscall (linux-amd64), const ECONNREFUSED = 111
25057 pkg syscall (linux-amd64), const ECONNRESET = 104
25058 pkg syscall (linux-amd64), const EDEADLK = 35
25059 pkg syscall (linux-amd64), const EDEADLOCK = 35
25060 pkg syscall (linux-amd64), const EDESTADDRREQ = 89
25061 pkg syscall (linux-amd64), const EDOM = 33
25062 pkg syscall (linux-amd64), const EDOTDOT = 73
25063 pkg syscall (linux-amd64), const EDQUOT = 122
25064 pkg syscall (linux-amd64), const EEXIST = 17
25065 pkg syscall (linux-amd64), const EFAULT = 14
25066 pkg syscall (linux-amd64), const EFBIG = 27
25067 pkg syscall (linux-amd64), const EHOSTDOWN = 112
25068 pkg syscall (linux-amd64), const EHOSTUNREACH = 113
25069 pkg syscall (linux-amd64), const EIDRM = 43
25070 pkg syscall (linux-amd64), const EILSEQ = 84
25071 pkg syscall (linux-amd64), const EINPROGRESS = 115
25072 pkg syscall (linux-amd64), const EINTR = 4
25073 pkg syscall (linux-amd64), const EINVAL = 22
25074 pkg syscall (linux-amd64), const EIO = 5
25075 pkg syscall (linux-amd64), const EISCONN = 106
25076 pkg syscall (linux-amd64), const EISDIR = 21
25077 pkg syscall (linux-amd64), const EISNAM = 120
25078 pkg syscall (linux-amd64), const EKEYEXPIRED = 127
25079 pkg syscall (linux-amd64), const EKEYREJECTED = 129
25080 pkg syscall (linux-amd64), const EKEYREVOKED = 128
25081 pkg syscall (linux-amd64), const EL2HLT = 51
25082 pkg syscall (linux-amd64), const EL2NSYNC = 45
25083 pkg syscall (linux-amd64), const EL3HLT = 46
25084 pkg syscall (linux-amd64), const EL3RST = 47
25085 pkg syscall (linux-amd64), const ELIBACC = 79
25086 pkg syscall (linux-amd64), const ELIBBAD = 80
25087 pkg syscall (linux-amd64), const ELIBEXEC = 83
25088 pkg syscall (linux-amd64), const ELIBMAX = 82
25089 pkg syscall (linux-amd64), const ELIBSCN = 81
25090 pkg syscall (linux-amd64), const ELNRNG = 48
25091 pkg syscall (linux-amd64), const ELOOP = 40
25092 pkg syscall (linux-amd64), const EMEDIUMTYPE = 124
25093 pkg syscall (linux-amd64), const EMFILE = 24
25094 pkg syscall (linux-amd64), const EMLINK = 31
25095 pkg syscall (linux-amd64), const EMSGSIZE = 90
25096 pkg syscall (linux-amd64), const EMULTIHOP = 72
25097 pkg syscall (linux-amd64), const ENAMETOOLONG = 36
25098 pkg syscall (linux-amd64), const ENAVAIL = 119
25099 pkg syscall (linux-amd64), const ENETDOWN = 100
25100 pkg syscall (linux-amd64), const ENETRESET = 102
25101 pkg syscall (linux-amd64), const ENETUNREACH = 101
25102 pkg syscall (linux-amd64), const ENFILE = 23
25103 pkg syscall (linux-amd64), const ENOANO = 55
25104 pkg syscall (linux-amd64), const ENOBUFS = 105
25105 pkg syscall (linux-amd64), const ENOCSI = 50
25106 pkg syscall (linux-amd64), const ENODATA = 61
25107 pkg syscall (linux-amd64), const ENODEV = 19
25108 pkg syscall (linux-amd64), const ENOEXEC = 8
25109 pkg syscall (linux-amd64), const ENOKEY = 126
25110 pkg syscall (linux-amd64), const ENOLCK = 37
25111 pkg syscall (linux-amd64), const ENOLINK = 67
25112 pkg syscall (linux-amd64), const ENOMEDIUM = 123
25113 pkg syscall (linux-amd64), const ENOMEM = 12
25114 pkg syscall (linux-amd64), const ENOMSG = 42
25115 pkg syscall (linux-amd64), const ENONET = 64
25116 pkg syscall (linux-amd64), const ENOPKG = 65
25117 pkg syscall (linux-amd64), const ENOPROTOOPT = 92
25118 pkg syscall (linux-amd64), const ENOSPC = 28
25119 pkg syscall (linux-amd64), const ENOSR = 63
25120 pkg syscall (linux-amd64), const ENOSTR = 60
25121 pkg syscall (linux-amd64), const ENOSYS = 38
25122 pkg syscall (linux-amd64), const ENOTBLK = 15
25123 pkg syscall (linux-amd64), const ENOTCONN = 107
25124 pkg syscall (linux-amd64), const ENOTDIR = 20
25125 pkg syscall (linux-amd64), const ENOTEMPTY = 39
25126 pkg syscall (linux-amd64), const ENOTNAM = 118
25127 pkg syscall (linux-amd64), const ENOTRECOVERABLE = 131
25128 pkg syscall (linux-amd64), const ENOTSOCK = 88
25129 pkg syscall (linux-amd64), const ENOTSUP = 95
25130 pkg syscall (linux-amd64), const ENOTTY = 25
25131 pkg syscall (linux-amd64), const ENOTUNIQ = 76
25132 pkg syscall (linux-amd64), const ENXIO = 6
25133 pkg syscall (linux-amd64), const EOPNOTSUPP = 95
25134 pkg syscall (linux-amd64), const EOVERFLOW = 75
25135 pkg syscall (linux-amd64), const EOWNERDEAD = 130
25136 pkg syscall (linux-amd64), const EPERM = 1
25137 pkg syscall (linux-amd64), const EPFNOSUPPORT = 96
25138 pkg syscall (linux-amd64), const EPIPE = 32
25139 pkg syscall (linux-amd64), const EPOLLERR = 8
25140 pkg syscall (linux-amd64), const EPOLLET = -2147483648
25141 pkg syscall (linux-amd64), const EPOLLHUP = 16
25142 pkg syscall (linux-amd64), const EPOLLIN = 1
25143 pkg syscall (linux-amd64), const EPOLLMSG = 1024
25144 pkg syscall (linux-amd64), const EPOLLONESHOT = 1073741824
25145 pkg syscall (linux-amd64), const EPOLLOUT = 4
25146 pkg syscall (linux-amd64), const EPOLLPRI = 2
25147 pkg syscall (linux-amd64), const EPOLLRDBAND = 128
25148 pkg syscall (linux-amd64), const EPOLLRDHUP = 8192
25149 pkg syscall (linux-amd64), const EPOLLRDNORM = 64
25150 pkg syscall (linux-amd64), const EPOLLWRBAND = 512
25151 pkg syscall (linux-amd64), const EPOLLWRNORM = 256
25152 pkg syscall (linux-amd64), const EPOLL_CLOEXEC = 524288
25153 pkg syscall (linux-amd64), const EPOLL_CTL_ADD = 1
25154 pkg syscall (linux-amd64), const EPOLL_CTL_DEL = 2
25155 pkg syscall (linux-amd64), const EPOLL_CTL_MOD = 3
25156 pkg syscall (linux-amd64), const EPOLL_NONBLOCK = 2048
25157 pkg syscall (linux-amd64), const EPROTO = 71
25158 pkg syscall (linux-amd64), const EPROTONOSUPPORT = 93
25159 pkg syscall (linux-amd64), const EPROTOTYPE = 91
25160 pkg syscall (linux-amd64), const ERANGE = 34
25161 pkg syscall (linux-amd64), const EREMCHG = 78
25162 pkg syscall (linux-amd64), const EREMOTE = 66
25163 pkg syscall (linux-amd64), const EREMOTEIO = 121
25164 pkg syscall (linux-amd64), const ERESTART = 85
25165 pkg syscall (linux-amd64), const ERFKILL = 132
25166 pkg syscall (linux-amd64), const EROFS = 30
25167 pkg syscall (linux-amd64), const ESHUTDOWN = 108
25168 pkg syscall (linux-amd64), const ESOCKTNOSUPPORT = 94
25169 pkg syscall (linux-amd64), const ESPIPE = 29
25170 pkg syscall (linux-amd64), const ESRCH = 3
25171 pkg syscall (linux-amd64), const ESRMNT = 69
25172 pkg syscall (linux-amd64), const ESTALE = 116
25173 pkg syscall (linux-amd64), const ESTRPIPE = 86
25174 pkg syscall (linux-amd64), const ETH_P_1588 = 35063
25175 pkg syscall (linux-amd64), const ETH_P_8021Q = 33024
25176 pkg syscall (linux-amd64), const ETH_P_802_2 = 4
25177 pkg syscall (linux-amd64), const ETH_P_802_3 = 1
25178 pkg syscall (linux-amd64), const ETH_P_AARP = 33011
25179 pkg syscall (linux-amd64), const ETH_P_ALL = 3
25180 pkg syscall (linux-amd64), const ETH_P_AOE = 34978
25181 pkg syscall (linux-amd64), const ETH_P_ARCNET = 26
25182 pkg syscall (linux-amd64), const ETH_P_ARP = 2054
25183 pkg syscall (linux-amd64), const ETH_P_ATALK = 32923
25184 pkg syscall (linux-amd64), const ETH_P_ATMFATE = 34948
25185 pkg syscall (linux-amd64), const ETH_P_ATMMPOA = 34892
25186 pkg syscall (linux-amd64), const ETH_P_AX25 = 2
25187 pkg syscall (linux-amd64), const ETH_P_BPQ = 2303
25188 pkg syscall (linux-amd64), const ETH_P_CAIF = 247
25189 pkg syscall (linux-amd64), const ETH_P_CAN = 12
25190 pkg syscall (linux-amd64), const ETH_P_CONTROL = 22
25191 pkg syscall (linux-amd64), const ETH_P_CUST = 24582
25192 pkg syscall (linux-amd64), const ETH_P_DDCMP = 6
25193 pkg syscall (linux-amd64), const ETH_P_DEC = 24576
25194 pkg syscall (linux-amd64), const ETH_P_DIAG = 24581
25195 pkg syscall (linux-amd64), const ETH_P_DNA_DL = 24577
25196 pkg syscall (linux-amd64), const ETH_P_DNA_RC = 24578
25197 pkg syscall (linux-amd64), const ETH_P_DNA_RT = 24579
25198 pkg syscall (linux-amd64), const ETH_P_DSA = 27
25199 pkg syscall (linux-amd64), const ETH_P_ECONET = 24
25200 pkg syscall (linux-amd64), const ETH_P_EDSA = 56026
25201 pkg syscall (linux-amd64), const ETH_P_FCOE = 35078
25202 pkg syscall (linux-amd64), const ETH_P_FIP = 35092
25203 pkg syscall (linux-amd64), const ETH_P_HDLC = 25
25204 pkg syscall (linux-amd64), const ETH_P_IEEE802154 = 246
25205 pkg syscall (linux-amd64), const ETH_P_IEEEPUP = 2560
25206 pkg syscall (linux-amd64), const ETH_P_IEEEPUPAT = 2561
25207 pkg syscall (linux-amd64), const ETH_P_IP = 2048
25208 pkg syscall (linux-amd64), const ETH_P_IPV6 = 34525
25209 pkg syscall (linux-amd64), const ETH_P_IPX = 33079
25210 pkg syscall (linux-amd64), const ETH_P_IRDA = 23
25211 pkg syscall (linux-amd64), const ETH_P_LAT = 24580
25212 pkg syscall (linux-amd64), const ETH_P_LINK_CTL = 34924
25213 pkg syscall (linux-amd64), const ETH_P_LOCALTALK = 9
25214 pkg syscall (linux-amd64), const ETH_P_LOOP = 96
25215 pkg syscall (linux-amd64), const ETH_P_MOBITEX = 21
25216 pkg syscall (linux-amd64), const ETH_P_MPLS_MC = 34888
25217 pkg syscall (linux-amd64), const ETH_P_MPLS_UC = 34887
25218 pkg syscall (linux-amd64), const ETH_P_PAE = 34958
25219 pkg syscall (linux-amd64), const ETH_P_PAUSE = 34824
25220 pkg syscall (linux-amd64), const ETH_P_PHONET = 245
25221 pkg syscall (linux-amd64), const ETH_P_PPPTALK = 16
25222 pkg syscall (linux-amd64), const ETH_P_PPP_DISC = 34915
25223 pkg syscall (linux-amd64), const ETH_P_PPP_MP = 8
25224 pkg syscall (linux-amd64), const ETH_P_PPP_SES = 34916
25225 pkg syscall (linux-amd64), const ETH_P_PUP = 512
25226 pkg syscall (linux-amd64), const ETH_P_PUPAT = 513
25227 pkg syscall (linux-amd64), const ETH_P_RARP = 32821
25228 pkg syscall (linux-amd64), const ETH_P_SCA = 24583
25229 pkg syscall (linux-amd64), const ETH_P_SLOW = 34825
25230 pkg syscall (linux-amd64), const ETH_P_SNAP = 5
25231 pkg syscall (linux-amd64), const ETH_P_TEB = 25944
25232 pkg syscall (linux-amd64), const ETH_P_TIPC = 35018
25233 pkg syscall (linux-amd64), const ETH_P_TRAILER = 28
25234 pkg syscall (linux-amd64), const ETH_P_TR_802_2 = 17
25235 pkg syscall (linux-amd64), const ETH_P_WAN_PPP = 7
25236 pkg syscall (linux-amd64), const ETH_P_WCCP = 34878
25237 pkg syscall (linux-amd64), const ETH_P_X25 = 2053
25238 pkg syscall (linux-amd64), const ETIME = 62
25239 pkg syscall (linux-amd64), const ETIMEDOUT = 110
25240 pkg syscall (linux-amd64), const ETOOMANYREFS = 109
25241 pkg syscall (linux-amd64), const ETXTBSY = 26
25242 pkg syscall (linux-amd64), const EUCLEAN = 117
25243 pkg syscall (linux-amd64), const EUNATCH = 49
25244 pkg syscall (linux-amd64), const EUSERS = 87
25245 pkg syscall (linux-amd64), const EWOULDBLOCK = 11
25246 pkg syscall (linux-amd64), const EXDEV = 18
25247 pkg syscall (linux-amd64), const EXFULL = 54
25248 pkg syscall (linux-amd64), const FD_CLOEXEC = 1
25249 pkg syscall (linux-amd64), const FD_SETSIZE = 1024
25250 pkg syscall (linux-amd64), const FLUSHO = 4096
25251 pkg syscall (linux-amd64), const F_DUPFD = 0
25252 pkg syscall (linux-amd64), const F_DUPFD_CLOEXEC = 1030
25253 pkg syscall (linux-amd64), const F_EXLCK = 4
25254 pkg syscall (linux-amd64), const F_GETFD = 1
25255 pkg syscall (linux-amd64), const F_GETFL = 3
25256 pkg syscall (linux-amd64), const F_GETLEASE = 1025
25257 pkg syscall (linux-amd64), const F_GETLK = 5
25258 pkg syscall (linux-amd64), const F_GETLK64 = 5
25259 pkg syscall (linux-amd64), const F_GETOWN = 9
25260 pkg syscall (linux-amd64), const F_GETOWN_EX = 16
25261 pkg syscall (linux-amd64), const F_GETPIPE_SZ = 1032
25262 pkg syscall (linux-amd64), const F_GETSIG = 11
25263 pkg syscall (linux-amd64), const F_LOCK = 1
25264 pkg syscall (linux-amd64), const F_NOTIFY = 1026
25265 pkg syscall (linux-amd64), const F_OK = 0
25266 pkg syscall (linux-amd64), const F_RDLCK = 0
25267 pkg syscall (linux-amd64), const F_SETFD = 2
25268 pkg syscall (linux-amd64), const F_SETFL = 4
25269 pkg syscall (linux-amd64), const F_SETLEASE = 1024
25270 pkg syscall (linux-amd64), const F_SETLK = 6
25271 pkg syscall (linux-amd64), const F_SETLK64 = 6
25272 pkg syscall (linux-amd64), const F_SETLKW = 7
25273 pkg syscall (linux-amd64), const F_SETLKW64 = 7
25274 pkg syscall (linux-amd64), const F_SETOWN = 8
25275 pkg syscall (linux-amd64), const F_SETOWN_EX = 15
25276 pkg syscall (linux-amd64), const F_SETPIPE_SZ = 1031
25277 pkg syscall (linux-amd64), const F_SETSIG = 10
25278 pkg syscall (linux-amd64), const F_SHLCK = 8
25279 pkg syscall (linux-amd64), const F_TEST = 3
25280 pkg syscall (linux-amd64), const F_TLOCK = 2
25281 pkg syscall (linux-amd64), const F_ULOCK = 0
25282 pkg syscall (linux-amd64), const F_UNLCK = 2
25283 pkg syscall (linux-amd64), const F_WRLCK = 1
25284 pkg syscall (linux-amd64), const HUPCL = 1024
25285 pkg syscall (linux-amd64), const ICANON = 2
25286 pkg syscall (linux-amd64), const ICRNL = 256
25287 pkg syscall (linux-amd64), const IEXTEN = 32768
25288 pkg syscall (linux-amd64), const IFA_ADDRESS = 1
25289 pkg syscall (linux-amd64), const IFA_ANYCAST = 5
25290 pkg syscall (linux-amd64), const IFA_BROADCAST = 4
25291 pkg syscall (linux-amd64), const IFA_CACHEINFO = 6
25292 pkg syscall (linux-amd64), const IFA_F_DADFAILED = 8
25293 pkg syscall (linux-amd64), const IFA_F_DEPRECATED = 32
25294 pkg syscall (linux-amd64), const IFA_F_HOMEADDRESS = 16
25295 pkg syscall (linux-amd64), const IFA_F_NODAD = 2
25296 pkg syscall (linux-amd64), const IFA_F_OPTIMISTIC = 4
25297 pkg syscall (linux-amd64), const IFA_F_PERMANENT = 128
25298 pkg syscall (linux-amd64), const IFA_F_SECONDARY = 1
25299 pkg syscall (linux-amd64), const IFA_F_TEMPORARY = 1
25300 pkg syscall (linux-amd64), const IFA_F_TENTATIVE = 64
25301 pkg syscall (linux-amd64), const IFA_LABEL = 3
25302 pkg syscall (linux-amd64), const IFA_LOCAL = 2
25303 pkg syscall (linux-amd64), const IFA_MAX = 7
25304 pkg syscall (linux-amd64), const IFA_MULTICAST = 7
25305 pkg syscall (linux-amd64), const IFA_UNSPEC = 0
25306 pkg syscall (linux-amd64), const IFF_ALLMULTI = 512
25307 pkg syscall (linux-amd64), const IFF_AUTOMEDIA = 16384
25308 pkg syscall (linux-amd64), const IFF_DEBUG = 4
25309 pkg syscall (linux-amd64), const IFF_DYNAMIC = 32768
25310 pkg syscall (linux-amd64), const IFF_LOOPBACK = 8
25311 pkg syscall (linux-amd64), const IFF_MASTER = 1024
25312 pkg syscall (linux-amd64), const IFF_MULTICAST = 4096
25313 pkg syscall (linux-amd64), const IFF_NOARP = 128
25314 pkg syscall (linux-amd64), const IFF_NOTRAILERS = 32
25315 pkg syscall (linux-amd64), const IFF_NO_PI = 4096
25316 pkg syscall (linux-amd64), const IFF_ONE_QUEUE = 8192
25317 pkg syscall (linux-amd64), const IFF_POINTOPOINT = 16
25318 pkg syscall (linux-amd64), const IFF_PORTSEL = 8192
25319 pkg syscall (linux-amd64), const IFF_PROMISC = 256
25320 pkg syscall (linux-amd64), const IFF_RUNNING = 64
25321 pkg syscall (linux-amd64), const IFF_SLAVE = 2048
25322 pkg syscall (linux-amd64), const IFF_TAP = 2
25323 pkg syscall (linux-amd64), const IFF_TUN = 1
25324 pkg syscall (linux-amd64), const IFF_TUN_EXCL = 32768
25325 pkg syscall (linux-amd64), const IFF_VNET_HDR = 16384
25326 pkg syscall (linux-amd64), const IFLA_ADDRESS = 1
25327 pkg syscall (linux-amd64), const IFLA_BROADCAST = 2
25328 pkg syscall (linux-amd64), const IFLA_COST = 8
25329 pkg syscall (linux-amd64), const IFLA_IFALIAS = 20
25330 pkg syscall (linux-amd64), const IFLA_IFNAME = 3
25331 pkg syscall (linux-amd64), const IFLA_LINK = 5
25332 pkg syscall (linux-amd64), const IFLA_LINKINFO = 18
25333 pkg syscall (linux-amd64), const IFLA_LINKMODE = 17
25334 pkg syscall (linux-amd64), const IFLA_MAP = 14
25335 pkg syscall (linux-amd64), const IFLA_MASTER = 10
25336 pkg syscall (linux-amd64), const IFLA_MAX = 29
25337 pkg syscall (linux-amd64), const IFLA_MTU = 4
25338 pkg syscall (linux-amd64), const IFLA_NET_NS_PID = 19
25339 pkg syscall (linux-amd64), const IFLA_OPERSTATE = 16
25340 pkg syscall (linux-amd64), const IFLA_PRIORITY = 9
25341 pkg syscall (linux-amd64), const IFLA_PROTINFO = 12
25342 pkg syscall (linux-amd64), const IFLA_QDISC = 6
25343 pkg syscall (linux-amd64), const IFLA_STATS = 7
25344 pkg syscall (linux-amd64), const IFLA_TXQLEN = 13
25345 pkg syscall (linux-amd64), const IFLA_UNSPEC = 0
25346 pkg syscall (linux-amd64), const IFLA_WEIGHT = 15
25347 pkg syscall (linux-amd64), const IFLA_WIRELESS = 11
25348 pkg syscall (linux-amd64), const IFNAMSIZ = 16
25349 pkg syscall (linux-amd64), const IGNBRK = 1
25350 pkg syscall (linux-amd64), const IGNCR = 128
25351 pkg syscall (linux-amd64), const IGNPAR = 4
25352 pkg syscall (linux-amd64), const IMAXBEL = 8192
25353 pkg syscall (linux-amd64), const INLCR = 64
25354 pkg syscall (linux-amd64), const INPCK = 16
25355 pkg syscall (linux-amd64), const IN_ACCESS = 1
25356 pkg syscall (linux-amd64), const IN_ALL_EVENTS = 4095
25357 pkg syscall (linux-amd64), const IN_ATTRIB = 4
25358 pkg syscall (linux-amd64), const IN_CLASSA_HOST = 16777215
25359 pkg syscall (linux-amd64), const IN_CLASSA_MAX = 128
25360 pkg syscall (linux-amd64), const IN_CLASSA_NET = 4278190080
25361 pkg syscall (linux-amd64), const IN_CLASSA_NSHIFT = 24
25362 pkg syscall (linux-amd64), const IN_CLASSB_HOST = 65535
25363 pkg syscall (linux-amd64), const IN_CLASSB_MAX = 65536
25364 pkg syscall (linux-amd64), const IN_CLASSB_NET = 4294901760
25365 pkg syscall (linux-amd64), const IN_CLASSB_NSHIFT = 16
25366 pkg syscall (linux-amd64), const IN_CLASSC_HOST = 255
25367 pkg syscall (linux-amd64), const IN_CLASSC_NET = 4294967040
25368 pkg syscall (linux-amd64), const IN_CLASSC_NSHIFT = 8
25369 pkg syscall (linux-amd64), const IN_CLOEXEC = 524288
25370 pkg syscall (linux-amd64), const IN_CLOSE = 24
25371 pkg syscall (linux-amd64), const IN_CLOSE_NOWRITE = 16
25372 pkg syscall (linux-amd64), const IN_CLOSE_WRITE = 8
25373 pkg syscall (linux-amd64), const IN_CREATE = 256
25374 pkg syscall (linux-amd64), const IN_DELETE = 512
25375 pkg syscall (linux-amd64), const IN_DELETE_SELF = 1024
25376 pkg syscall (linux-amd64), const IN_DONT_FOLLOW = 33554432
25377 pkg syscall (linux-amd64), const IN_EXCL_UNLINK = 67108864
25378 pkg syscall (linux-amd64), const IN_IGNORED = 32768
25379 pkg syscall (linux-amd64), const IN_ISDIR = 1073741824
25380 pkg syscall (linux-amd64), const IN_LOOPBACKNET = 127
25381 pkg syscall (linux-amd64), const IN_MASK_ADD = 536870912
25382 pkg syscall (linux-amd64), const IN_MODIFY = 2
25383 pkg syscall (linux-amd64), const IN_MOVE = 192
25384 pkg syscall (linux-amd64), const IN_MOVED_FROM = 64
25385 pkg syscall (linux-amd64), const IN_MOVED_TO = 128
25386 pkg syscall (linux-amd64), const IN_MOVE_SELF = 2048
25387 pkg syscall (linux-amd64), const IN_NONBLOCK = 2048
25388 pkg syscall (linux-amd64), const IN_ONESHOT = 2147483648
25389 pkg syscall (linux-amd64), const IN_ONLYDIR = 16777216
25390 pkg syscall (linux-amd64), const IN_OPEN = 32
25391 pkg syscall (linux-amd64), const IN_Q_OVERFLOW = 16384
25392 pkg syscall (linux-amd64), const IN_UNMOUNT = 8192
25393 pkg syscall (linux-amd64), const IPPROTO_AH = 51
25394 pkg syscall (linux-amd64), const IPPROTO_COMP = 108
25395 pkg syscall (linux-amd64), const IPPROTO_DCCP = 33
25396 pkg syscall (linux-amd64), const IPPROTO_DSTOPTS = 60
25397 pkg syscall (linux-amd64), const IPPROTO_EGP = 8
25398 pkg syscall (linux-amd64), const IPPROTO_ENCAP = 98
25399 pkg syscall (linux-amd64), const IPPROTO_ESP = 50
25400 pkg syscall (linux-amd64), const IPPROTO_FRAGMENT = 44
25401 pkg syscall (linux-amd64), const IPPROTO_GRE = 47
25402 pkg syscall (linux-amd64), const IPPROTO_HOPOPTS = 0
25403 pkg syscall (linux-amd64), const IPPROTO_ICMP = 1
25404 pkg syscall (linux-amd64), const IPPROTO_ICMPV6 = 58
25405 pkg syscall (linux-amd64), const IPPROTO_IDP = 22
25406 pkg syscall (linux-amd64), const IPPROTO_IGMP = 2
25407 pkg syscall (linux-amd64), const IPPROTO_IPIP = 4
25408 pkg syscall (linux-amd64), const IPPROTO_MTP = 92
25409 pkg syscall (linux-amd64), const IPPROTO_NONE = 59
25410 pkg syscall (linux-amd64), const IPPROTO_PIM = 103
25411 pkg syscall (linux-amd64), const IPPROTO_PUP = 12
25412 pkg syscall (linux-amd64), const IPPROTO_RAW = 255
25413 pkg syscall (linux-amd64), const IPPROTO_ROUTING = 43
25414 pkg syscall (linux-amd64), const IPPROTO_RSVP = 46
25415 pkg syscall (linux-amd64), const IPPROTO_SCTP = 132
25416 pkg syscall (linux-amd64), const IPPROTO_TP = 29
25417 pkg syscall (linux-amd64), const IPPROTO_UDPLITE = 136
25418 pkg syscall (linux-amd64), const IPV6_2292DSTOPTS = 4
25419 pkg syscall (linux-amd64), const IPV6_2292HOPLIMIT = 8
25420 pkg syscall (linux-amd64), const IPV6_2292HOPOPTS = 3
25421 pkg syscall (linux-amd64), const IPV6_2292PKTINFO = 2
25422 pkg syscall (linux-amd64), const IPV6_2292PKTOPTIONS = 6
25423 pkg syscall (linux-amd64), const IPV6_2292RTHDR = 5
25424 pkg syscall (linux-amd64), const IPV6_ADDRFORM = 1
25425 pkg syscall (linux-amd64), const IPV6_ADD_MEMBERSHIP = 20
25426 pkg syscall (linux-amd64), const IPV6_AUTHHDR = 10
25427 pkg syscall (linux-amd64), const IPV6_CHECKSUM = 7
25428 pkg syscall (linux-amd64), const IPV6_DROP_MEMBERSHIP = 21
25429 pkg syscall (linux-amd64), const IPV6_DSTOPTS = 59
25430 pkg syscall (linux-amd64), const IPV6_HOPLIMIT = 52
25431 pkg syscall (linux-amd64), const IPV6_HOPOPTS = 54
25432 pkg syscall (linux-amd64), const IPV6_IPSEC_POLICY = 34
25433 pkg syscall (linux-amd64), const IPV6_JOIN_ANYCAST = 27
25434 pkg syscall (linux-amd64), const IPV6_JOIN_GROUP = 20
25435 pkg syscall (linux-amd64), const IPV6_LEAVE_ANYCAST = 28
25436 pkg syscall (linux-amd64), const IPV6_LEAVE_GROUP = 21
25437 pkg syscall (linux-amd64), const IPV6_MTU = 24
25438 pkg syscall (linux-amd64), const IPV6_MTU_DISCOVER = 23
25439 pkg syscall (linux-amd64), const IPV6_MULTICAST_HOPS = 18
25440 pkg syscall (linux-amd64), const IPV6_MULTICAST_IF = 17
25441 pkg syscall (linux-amd64), const IPV6_MULTICAST_LOOP = 19
25442 pkg syscall (linux-amd64), const IPV6_NEXTHOP = 9
25443 pkg syscall (linux-amd64), const IPV6_PKTINFO = 50
25444 pkg syscall (linux-amd64), const IPV6_PMTUDISC_DO = 2
25445 pkg syscall (linux-amd64), const IPV6_PMTUDISC_DONT = 0
25446 pkg syscall (linux-amd64), const IPV6_PMTUDISC_PROBE = 3
25447 pkg syscall (linux-amd64), const IPV6_PMTUDISC_WANT = 1
25448 pkg syscall (linux-amd64), const IPV6_RECVDSTOPTS = 58
25449 pkg syscall (linux-amd64), const IPV6_RECVERR = 25
25450 pkg syscall (linux-amd64), const IPV6_RECVHOPLIMIT = 51
25451 pkg syscall (linux-amd64), const IPV6_RECVHOPOPTS = 53
25452 pkg syscall (linux-amd64), const IPV6_RECVPKTINFO = 49
25453 pkg syscall (linux-amd64), const IPV6_RECVRTHDR = 56
25454 pkg syscall (linux-amd64), const IPV6_RECVTCLASS = 66
25455 pkg syscall (linux-amd64), const IPV6_ROUTER_ALERT = 22
25456 pkg syscall (linux-amd64), const IPV6_RTHDR = 57
25457 pkg syscall (linux-amd64), const IPV6_RTHDRDSTOPTS = 55
25458 pkg syscall (linux-amd64), const IPV6_RTHDR_LOOSE = 0
25459 pkg syscall (linux-amd64), const IPV6_RTHDR_STRICT = 1
25460 pkg syscall (linux-amd64), const IPV6_RTHDR_TYPE_0 = 0
25461 pkg syscall (linux-amd64), const IPV6_RXDSTOPTS = 59
25462 pkg syscall (linux-amd64), const IPV6_RXHOPOPTS = 54
25463 pkg syscall (linux-amd64), const IPV6_TCLASS = 67
25464 pkg syscall (linux-amd64), const IPV6_UNICAST_HOPS = 16
25465 pkg syscall (linux-amd64), const IPV6_V6ONLY = 26
25466 pkg syscall (linux-amd64), const IPV6_XFRM_POLICY = 35
25467 pkg syscall (linux-amd64), const IP_ADD_MEMBERSHIP = 35
25468 pkg syscall (linux-amd64), const IP_ADD_SOURCE_MEMBERSHIP = 39
25469 pkg syscall (linux-amd64), const IP_BLOCK_SOURCE = 38
25470 pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
25471 pkg syscall (linux-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
25472 pkg syscall (linux-amd64), const IP_DF = 16384
25473 pkg syscall (linux-amd64), const IP_DROP_MEMBERSHIP = 36
25474 pkg syscall (linux-amd64), const IP_DROP_SOURCE_MEMBERSHIP = 40
25475 pkg syscall (linux-amd64), const IP_FREEBIND = 15
25476 pkg syscall (linux-amd64), const IP_HDRINCL = 3
25477 pkg syscall (linux-amd64), const IP_IPSEC_POLICY = 16
25478 pkg syscall (linux-amd64), const IP_MAXPACKET = 65535
25479 pkg syscall (linux-amd64), const IP_MAX_MEMBERSHIPS = 20
25480 pkg syscall (linux-amd64), const IP_MF = 8192
25481 pkg syscall (linux-amd64), const IP_MINTTL = 21
25482 pkg syscall (linux-amd64), const IP_MSFILTER = 41
25483 pkg syscall (linux-amd64), const IP_MSS = 576
25484 pkg syscall (linux-amd64), const IP_MTU = 14
25485 pkg syscall (linux-amd64), const IP_MTU_DISCOVER = 10
25486 pkg syscall (linux-amd64), const IP_MULTICAST_IF = 32
25487 pkg syscall (linux-amd64), const IP_MULTICAST_LOOP = 34
25488 pkg syscall (linux-amd64), const IP_MULTICAST_TTL = 33
25489 pkg syscall (linux-amd64), const IP_OFFMASK = 8191
25490 pkg syscall (linux-amd64), const IP_OPTIONS = 4
25491 pkg syscall (linux-amd64), const IP_ORIGDSTADDR = 20
25492 pkg syscall (linux-amd64), const IP_PASSSEC = 18
25493 pkg syscall (linux-amd64), const IP_PKTINFO = 8
25494 pkg syscall (linux-amd64), const IP_PKTOPTIONS = 9
25495 pkg syscall (linux-amd64), const IP_PMTUDISC = 10
25496 pkg syscall (linux-amd64), const IP_PMTUDISC_DO = 2
25497 pkg syscall (linux-amd64), const IP_PMTUDISC_DONT = 0
25498 pkg syscall (linux-amd64), const IP_PMTUDISC_PROBE = 3
25499 pkg syscall (linux-amd64), const IP_PMTUDISC_WANT = 1
25500 pkg syscall (linux-amd64), const IP_RECVERR = 11
25501 pkg syscall (linux-amd64), const IP_RECVOPTS = 6
25502 pkg syscall (linux-amd64), const IP_RECVORIGDSTADDR = 20
25503 pkg syscall (linux-amd64), const IP_RECVRETOPTS = 7
25504 pkg syscall (linux-amd64), const IP_RECVTOS = 13
25505 pkg syscall (linux-amd64), const IP_RECVTTL = 12
25506 pkg syscall (linux-amd64), const IP_RETOPTS = 7
25507 pkg syscall (linux-amd64), const IP_RF = 32768
25508 pkg syscall (linux-amd64), const IP_ROUTER_ALERT = 5
25509 pkg syscall (linux-amd64), const IP_TOS = 1
25510 pkg syscall (linux-amd64), const IP_TRANSPARENT = 19
25511 pkg syscall (linux-amd64), const IP_TTL = 2
25512 pkg syscall (linux-amd64), const IP_UNBLOCK_SOURCE = 37
25513 pkg syscall (linux-amd64), const IP_XFRM_POLICY = 17
25514 pkg syscall (linux-amd64), const ISIG = 1
25515 pkg syscall (linux-amd64), const ISTRIP = 32
25516 pkg syscall (linux-amd64), const IUCLC = 512
25517 pkg syscall (linux-amd64), const IUTF8 = 16384
25518 pkg syscall (linux-amd64), const IXANY = 2048
25519 pkg syscall (linux-amd64), const IXOFF = 4096
25520 pkg syscall (linux-amd64), const IXON = 1024
25521 pkg syscall (linux-amd64), const ImplementsGetwd = true
25522 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_OFF = 0
25523 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
25524 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_HALT = 3454992675
25525 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_KEXEC = 1163412803
25526 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
25527 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART = 19088743
25528 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
25529 pkg syscall (linux-amd64), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
25530 pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC1 = 4276215469
25531 pkg syscall (linux-amd64), const LINUX_REBOOT_MAGIC2 = 672274793
25532 pkg syscall (linux-amd64), const LOCK_EX = 2
25533 pkg syscall (linux-amd64), const LOCK_NB = 4
25534 pkg syscall (linux-amd64), const LOCK_SH = 1
25535 pkg syscall (linux-amd64), const LOCK_UN = 8
25536 pkg syscall (linux-amd64), const MADV_DOFORK = 11
25537 pkg syscall (linux-amd64), const MADV_DONTFORK = 10
25538 pkg syscall (linux-amd64), const MADV_DONTNEED = 4
25539 pkg syscall (linux-amd64), const MADV_HUGEPAGE = 14
25540 pkg syscall (linux-amd64), const MADV_HWPOISON = 100
25541 pkg syscall (linux-amd64), const MADV_MERGEABLE = 12
25542 pkg syscall (linux-amd64), const MADV_NOHUGEPAGE = 15
25543 pkg syscall (linux-amd64), const MADV_NORMAL = 0
25544 pkg syscall (linux-amd64), const MADV_RANDOM = 1
25545 pkg syscall (linux-amd64), const MADV_REMOVE = 9
25546 pkg syscall (linux-amd64), const MADV_SEQUENTIAL = 2
25547 pkg syscall (linux-amd64), const MADV_UNMERGEABLE = 13
25548 pkg syscall (linux-amd64), const MADV_WILLNEED = 3
25549 pkg syscall (linux-amd64), const MAP_32BIT = 64
25550 pkg syscall (linux-amd64), const MAP_ANON = 32
25551 pkg syscall (linux-amd64), const MAP_ANONYMOUS = 32
25552 pkg syscall (linux-amd64), const MAP_DENYWRITE = 2048
25553 pkg syscall (linux-amd64), const MAP_EXECUTABLE = 4096
25554 pkg syscall (linux-amd64), const MAP_FILE = 0
25555 pkg syscall (linux-amd64), const MAP_FIXED = 16
25556 pkg syscall (linux-amd64), const MAP_GROWSDOWN = 256
25557 pkg syscall (linux-amd64), const MAP_HUGETLB = 262144
25558 pkg syscall (linux-amd64), const MAP_LOCKED = 8192
25559 pkg syscall (linux-amd64), const MAP_NONBLOCK = 65536
25560 pkg syscall (linux-amd64), const MAP_NORESERVE = 16384
25561 pkg syscall (linux-amd64), const MAP_POPULATE = 32768
25562 pkg syscall (linux-amd64), const MAP_PRIVATE = 2
25563 pkg syscall (linux-amd64), const MAP_SHARED = 1
25564 pkg syscall (linux-amd64), const MAP_STACK = 131072
25565 pkg syscall (linux-amd64), const MAP_TYPE = 15
25566 pkg syscall (linux-amd64), const MCL_CURRENT = 1
25567 pkg syscall (linux-amd64), const MCL_FUTURE = 2
25568 pkg syscall (linux-amd64), const MNT_DETACH = 2
25569 pkg syscall (linux-amd64), const MNT_EXPIRE = 4
25570 pkg syscall (linux-amd64), const MNT_FORCE = 1
25571 pkg syscall (linux-amd64), const MSG_CMSG_CLOEXEC = 1073741824
25572 pkg syscall (linux-amd64), const MSG_CONFIRM = 2048
25573 pkg syscall (linux-amd64), const MSG_CTRUNC = 8
25574 pkg syscall (linux-amd64), const MSG_DONTROUTE = 4
25575 pkg syscall (linux-amd64), const MSG_DONTWAIT = 64
25576 pkg syscall (linux-amd64), const MSG_EOR = 128
25577 pkg syscall (linux-amd64), const MSG_ERRQUEUE = 8192
25578 pkg syscall (linux-amd64), const MSG_FASTOPEN = 536870912
25579 pkg syscall (linux-amd64), const MSG_FASTOPEN ideal-int
25580 pkg syscall (linux-amd64), const MSG_FIN = 512
25581 pkg syscall (linux-amd64), const MSG_MORE = 32768
25582 pkg syscall (linux-amd64), const MSG_NOSIGNAL = 16384
25583 pkg syscall (linux-amd64), const MSG_OOB = 1
25584 pkg syscall (linux-amd64), const MSG_PEEK = 2
25585 pkg syscall (linux-amd64), const MSG_PROXY = 16
25586 pkg syscall (linux-amd64), const MSG_RST = 4096
25587 pkg syscall (linux-amd64), const MSG_SYN = 1024
25588 pkg syscall (linux-amd64), const MSG_TRUNC = 32
25589 pkg syscall (linux-amd64), const MSG_TRYHARD = 4
25590 pkg syscall (linux-amd64), const MSG_WAITALL = 256
25591 pkg syscall (linux-amd64), const MSG_WAITFORONE = 65536
25592 pkg syscall (linux-amd64), const MS_ACTIVE = 1073741824
25593 pkg syscall (linux-amd64), const MS_ASYNC = 1
25594 pkg syscall (linux-amd64), const MS_BIND = 4096
25595 pkg syscall (linux-amd64), const MS_DIRSYNC = 128
25596 pkg syscall (linux-amd64), const MS_INVALIDATE = 2
25597 pkg syscall (linux-amd64), const MS_I_VERSION = 8388608
25598 pkg syscall (linux-amd64), const MS_KERNMOUNT = 4194304
25599 pkg syscall (linux-amd64), const MS_MANDLOCK = 64
25600 pkg syscall (linux-amd64), const MS_MGC_MSK = 4294901760
25601 pkg syscall (linux-amd64), const MS_MGC_VAL = 3236757504
25602 pkg syscall (linux-amd64), const MS_MOVE = 8192
25603 pkg syscall (linux-amd64), const MS_NOATIME = 1024
25604 pkg syscall (linux-amd64), const MS_NODEV = 4
25605 pkg syscall (linux-amd64), const MS_NODIRATIME = 2048
25606 pkg syscall (linux-amd64), const MS_NOEXEC = 8
25607 pkg syscall (linux-amd64), const MS_NOSUID = 2
25608 pkg syscall (linux-amd64), const MS_NOUSER = -2147483648
25609 pkg syscall (linux-amd64), const MS_POSIXACL = 65536
25610 pkg syscall (linux-amd64), const MS_PRIVATE = 262144
25611 pkg syscall (linux-amd64), const MS_RDONLY = 1
25612 pkg syscall (linux-amd64), const MS_REC = 16384
25613 pkg syscall (linux-amd64), const MS_RELATIME = 2097152
25614 pkg syscall (linux-amd64), const MS_REMOUNT = 32
25615 pkg syscall (linux-amd64), const MS_RMT_MASK = 8388689
25616 pkg syscall (linux-amd64), const MS_SHARED = 1048576
25617 pkg syscall (linux-amd64), const MS_SILENT = 32768
25618 pkg syscall (linux-amd64), const MS_SLAVE = 524288
25619 pkg syscall (linux-amd64), const MS_STRICTATIME = 16777216
25620 pkg syscall (linux-amd64), const MS_SYNC = 4
25621 pkg syscall (linux-amd64), const MS_SYNCHRONOUS = 16
25622 pkg syscall (linux-amd64), const MS_UNBINDABLE = 131072
25623 pkg syscall (linux-amd64), const NAME_MAX = 255
25624 pkg syscall (linux-amd64), const NETLINK_ADD_MEMBERSHIP = 1
25625 pkg syscall (linux-amd64), const NETLINK_AUDIT = 9
25626 pkg syscall (linux-amd64), const NETLINK_BROADCAST_ERROR = 4
25627 pkg syscall (linux-amd64), const NETLINK_CONNECTOR = 11
25628 pkg syscall (linux-amd64), const NETLINK_DNRTMSG = 14
25629 pkg syscall (linux-amd64), const NETLINK_DROP_MEMBERSHIP = 2
25630 pkg syscall (linux-amd64), const NETLINK_ECRYPTFS = 19
25631 pkg syscall (linux-amd64), const NETLINK_FIB_LOOKUP = 10
25632 pkg syscall (linux-amd64), const NETLINK_FIREWALL = 3
25633 pkg syscall (linux-amd64), const NETLINK_GENERIC = 16
25634 pkg syscall (linux-amd64), const NETLINK_INET_DIAG = 4
25635 pkg syscall (linux-amd64), const NETLINK_IP6_FW = 13
25636 pkg syscall (linux-amd64), const NETLINK_ISCSI = 8
25637 pkg syscall (linux-amd64), const NETLINK_KOBJECT_UEVENT = 15
25638 pkg syscall (linux-amd64), const NETLINK_NETFILTER = 12
25639 pkg syscall (linux-amd64), const NETLINK_NFLOG = 5
25640 pkg syscall (linux-amd64), const NETLINK_NO_ENOBUFS = 5
25641 pkg syscall (linux-amd64), const NETLINK_PKTINFO = 3
25642 pkg syscall (linux-amd64), const NETLINK_ROUTE = 0
25643 pkg syscall (linux-amd64), const NETLINK_SCSITRANSPORT = 18
25644 pkg syscall (linux-amd64), const NETLINK_SELINUX = 7
25645 pkg syscall (linux-amd64), const NETLINK_UNUSED = 1
25646 pkg syscall (linux-amd64), const NETLINK_USERSOCK = 2
25647 pkg syscall (linux-amd64), const NETLINK_XFRM = 6
25648 pkg syscall (linux-amd64), const NLA_ALIGNTO = 4
25649 pkg syscall (linux-amd64), const NLA_F_NESTED = 32768
25650 pkg syscall (linux-amd64), const NLA_F_NET_BYTEORDER = 16384
25651 pkg syscall (linux-amd64), const NLA_HDRLEN = 4
25652 pkg syscall (linux-amd64), const NLMSG_ALIGNTO = 4
25653 pkg syscall (linux-amd64), const NLMSG_DONE = 3
25654 pkg syscall (linux-amd64), const NLMSG_ERROR = 2
25655 pkg syscall (linux-amd64), const NLMSG_HDRLEN = 16
25656 pkg syscall (linux-amd64), const NLMSG_MIN_TYPE = 16
25657 pkg syscall (linux-amd64), const NLMSG_NOOP = 1
25658 pkg syscall (linux-amd64), const NLMSG_OVERRUN = 4
25659 pkg syscall (linux-amd64), const NLM_F_ACK = 4
25660 pkg syscall (linux-amd64), const NLM_F_APPEND = 2048
25661 pkg syscall (linux-amd64), const NLM_F_ATOMIC = 1024
25662 pkg syscall (linux-amd64), const NLM_F_CREATE = 1024
25663 pkg syscall (linux-amd64), const NLM_F_DUMP = 768
25664 pkg syscall (linux-amd64), const NLM_F_ECHO = 8
25665 pkg syscall (linux-amd64), const NLM_F_EXCL = 512
25666 pkg syscall (linux-amd64), const NLM_F_MATCH = 512
25667 pkg syscall (linux-amd64), const NLM_F_MULTI = 2
25668 pkg syscall (linux-amd64), const NLM_F_REPLACE = 256
25669 pkg syscall (linux-amd64), const NLM_F_REQUEST = 1
25670 pkg syscall (linux-amd64), const NLM_F_ROOT = 256
25671 pkg syscall (linux-amd64), const NOFLSH = 128
25672 pkg syscall (linux-amd64), const OCRNL = 8
25673 pkg syscall (linux-amd64), const OFDEL = 128
25674 pkg syscall (linux-amd64), const OFILL = 64
25675 pkg syscall (linux-amd64), const OLCUC = 2
25676 pkg syscall (linux-amd64), const ONLCR = 4
25677 pkg syscall (linux-amd64), const ONLRET = 32
25678 pkg syscall (linux-amd64), const ONOCR = 16
25679 pkg syscall (linux-amd64), const OPOST = 1
25680 pkg syscall (linux-amd64), const O_ACCMODE = 3
25681 pkg syscall (linux-amd64), const O_APPEND = 1024
25682 pkg syscall (linux-amd64), const O_ASYNC = 8192
25683 pkg syscall (linux-amd64), const O_CLOEXEC = 524288
25684 pkg syscall (linux-amd64), const O_CREAT = 64
25685 pkg syscall (linux-amd64), const O_DIRECT = 16384
25686 pkg syscall (linux-amd64), const O_DIRECTORY = 65536
25687 pkg syscall (linux-amd64), const O_DSYNC = 4096
25688 pkg syscall (linux-amd64), const O_EXCL = 128
25689 pkg syscall (linux-amd64), const O_FSYNC = 1052672
25690 pkg syscall (linux-amd64), const O_LARGEFILE = 0
25691 pkg syscall (linux-amd64), const O_NDELAY = 2048
25692 pkg syscall (linux-amd64), const O_NOATIME = 262144
25693 pkg syscall (linux-amd64), const O_NOCTTY = 256
25694 pkg syscall (linux-amd64), const O_NOFOLLOW = 131072
25695 pkg syscall (linux-amd64), const O_NONBLOCK = 2048
25696 pkg syscall (linux-amd64), const O_RSYNC = 1052672
25697 pkg syscall (linux-amd64), const O_SYNC = 1052672
25698 pkg syscall (linux-amd64), const O_TRUNC = 512
25699 pkg syscall (linux-amd64), const PACKET_ADD_MEMBERSHIP = 1
25700 pkg syscall (linux-amd64), const PACKET_BROADCAST = 1
25701 pkg syscall (linux-amd64), const PACKET_DROP_MEMBERSHIP = 2
25702 pkg syscall (linux-amd64), const PACKET_FASTROUTE = 6
25703 pkg syscall (linux-amd64), const PACKET_HOST = 0
25704 pkg syscall (linux-amd64), const PACKET_LOOPBACK = 5
25705 pkg syscall (linux-amd64), const PACKET_MR_ALLMULTI = 2
25706 pkg syscall (linux-amd64), const PACKET_MR_MULTICAST = 0
25707 pkg syscall (linux-amd64), const PACKET_MR_PROMISC = 1
25708 pkg syscall (linux-amd64), const PACKET_MULTICAST = 2
25709 pkg syscall (linux-amd64), const PACKET_OTHERHOST = 3
25710 pkg syscall (linux-amd64), const PACKET_OUTGOING = 4
25711 pkg syscall (linux-amd64), const PACKET_RECV_OUTPUT = 3
25712 pkg syscall (linux-amd64), const PACKET_RX_RING = 5
25713 pkg syscall (linux-amd64), const PACKET_STATISTICS = 6
25714 pkg syscall (linux-amd64), const PARENB = 256
25715 pkg syscall (linux-amd64), const PARMRK = 8
25716 pkg syscall (linux-amd64), const PARODD = 512
25717 pkg syscall (linux-amd64), const PENDIN = 16384
25718 pkg syscall (linux-amd64), const PROT_EXEC = 4
25719 pkg syscall (linux-amd64), const PROT_GROWSDOWN = 16777216
25720 pkg syscall (linux-amd64), const PROT_GROWSUP = 33554432
25721 pkg syscall (linux-amd64), const PROT_NONE = 0
25722 pkg syscall (linux-amd64), const PROT_READ = 1
25723 pkg syscall (linux-amd64), const PROT_WRITE = 2
25724 pkg syscall (linux-amd64), const PR_CAPBSET_DROP = 24
25725 pkg syscall (linux-amd64), const PR_CAPBSET_READ = 23
25726 pkg syscall (linux-amd64), const PR_ENDIAN_BIG = 0
25727 pkg syscall (linux-amd64), const PR_ENDIAN_LITTLE = 1
25728 pkg syscall (linux-amd64), const PR_ENDIAN_PPC_LITTLE = 2
25729 pkg syscall (linux-amd64), const PR_FPEMU_NOPRINT = 1
25730 pkg syscall (linux-amd64), const PR_FPEMU_SIGFPE = 2
25731 pkg syscall (linux-amd64), const PR_FP_EXC_ASYNC = 2
25732 pkg syscall (linux-amd64), const PR_FP_EXC_DISABLED = 0
25733 pkg syscall (linux-amd64), const PR_FP_EXC_DIV = 65536
25734 pkg syscall (linux-amd64), const PR_FP_EXC_INV = 1048576
25735 pkg syscall (linux-amd64), const PR_FP_EXC_NONRECOV = 1
25736 pkg syscall (linux-amd64), const PR_FP_EXC_OVF = 131072
25737 pkg syscall (linux-amd64), const PR_FP_EXC_PRECISE = 3
25738 pkg syscall (linux-amd64), const PR_FP_EXC_RES = 524288
25739 pkg syscall (linux-amd64), const PR_FP_EXC_SW_ENABLE = 128
25740 pkg syscall (linux-amd64), const PR_FP_EXC_UND = 262144
25741 pkg syscall (linux-amd64), const PR_GET_DUMPABLE = 3
25742 pkg syscall (linux-amd64), const PR_GET_ENDIAN = 19
25743 pkg syscall (linux-amd64), const PR_GET_FPEMU = 9
25744 pkg syscall (linux-amd64), const PR_GET_FPEXC = 11
25745 pkg syscall (linux-amd64), const PR_GET_KEEPCAPS = 7
25746 pkg syscall (linux-amd64), const PR_GET_NAME = 16
25747 pkg syscall (linux-amd64), const PR_GET_PDEATHSIG = 2
25748 pkg syscall (linux-amd64), const PR_GET_SECCOMP = 21
25749 pkg syscall (linux-amd64), const PR_GET_SECUREBITS = 27
25750 pkg syscall (linux-amd64), const PR_GET_TIMERSLACK = 30
25751 pkg syscall (linux-amd64), const PR_GET_TIMING = 13
25752 pkg syscall (linux-amd64), const PR_GET_TSC = 25
25753 pkg syscall (linux-amd64), const PR_GET_UNALIGN = 5
25754 pkg syscall (linux-amd64), const PR_MCE_KILL = 33
25755 pkg syscall (linux-amd64), const PR_MCE_KILL_CLEAR = 0
25756 pkg syscall (linux-amd64), const PR_MCE_KILL_DEFAULT = 2
25757 pkg syscall (linux-amd64), const PR_MCE_KILL_EARLY = 1
25758 pkg syscall (linux-amd64), const PR_MCE_KILL_GET = 34
25759 pkg syscall (linux-amd64), const PR_MCE_KILL_LATE = 0
25760 pkg syscall (linux-amd64), const PR_MCE_KILL_SET = 1
25761 pkg syscall (linux-amd64), const PR_SET_DUMPABLE = 4
25762 pkg syscall (linux-amd64), const PR_SET_ENDIAN = 20
25763 pkg syscall (linux-amd64), const PR_SET_FPEMU = 10
25764 pkg syscall (linux-amd64), const PR_SET_FPEXC = 12
25765 pkg syscall (linux-amd64), const PR_SET_KEEPCAPS = 8
25766 pkg syscall (linux-amd64), const PR_SET_NAME = 15
25767 pkg syscall (linux-amd64), const PR_SET_PDEATHSIG = 1
25768 pkg syscall (linux-amd64), const PR_SET_PTRACER = 1499557217
25769 pkg syscall (linux-amd64), const PR_SET_SECCOMP = 22
25770 pkg syscall (linux-amd64), const PR_SET_SECUREBITS = 28
25771 pkg syscall (linux-amd64), const PR_SET_TIMERSLACK = 29
25772 pkg syscall (linux-amd64), const PR_SET_TIMING = 14
25773 pkg syscall (linux-amd64), const PR_SET_TSC = 26
25774 pkg syscall (linux-amd64), const PR_SET_UNALIGN = 6
25775 pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_DISABLE = 31
25776 pkg syscall (linux-amd64), const PR_TASK_PERF_EVENTS_ENABLE = 32
25777 pkg syscall (linux-amd64), const PR_TIMING_STATISTICAL = 0
25778 pkg syscall (linux-amd64), const PR_TIMING_TIMESTAMP = 1
25779 pkg syscall (linux-amd64), const PR_TSC_ENABLE = 1
25780 pkg syscall (linux-amd64), const PR_TSC_SIGSEGV = 2
25781 pkg syscall (linux-amd64), const PR_UNALIGN_NOPRINT = 1
25782 pkg syscall (linux-amd64), const PR_UNALIGN_SIGBUS = 2
25783 pkg syscall (linux-amd64), const PTRACE_ARCH_PRCTL = 30
25784 pkg syscall (linux-amd64), const PTRACE_ATTACH = 16
25785 pkg syscall (linux-amd64), const PTRACE_CONT = 7
25786 pkg syscall (linux-amd64), const PTRACE_DETACH = 17
25787 pkg syscall (linux-amd64), const PTRACE_EVENT_CLONE = 3
25788 pkg syscall (linux-amd64), const PTRACE_EVENT_EXEC = 4
25789 pkg syscall (linux-amd64), const PTRACE_EVENT_EXIT = 6
25790 pkg syscall (linux-amd64), const PTRACE_EVENT_FORK = 1
25791 pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK = 2
25792 pkg syscall (linux-amd64), const PTRACE_EVENT_VFORK_DONE = 5
25793 pkg syscall (linux-amd64), const PTRACE_GETEVENTMSG = 16897
25794 pkg syscall (linux-amd64), const PTRACE_GETFPREGS = 14
25795 pkg syscall (linux-amd64), const PTRACE_GETFPXREGS = 18
25796 pkg syscall (linux-amd64), const PTRACE_GETREGS = 12
25797 pkg syscall (linux-amd64), const PTRACE_GETREGSET = 16900
25798 pkg syscall (linux-amd64), const PTRACE_GETSIGINFO = 16898
25799 pkg syscall (linux-amd64), const PTRACE_GET_THREAD_AREA = 25
25800 pkg syscall (linux-amd64), const PTRACE_KILL = 8
25801 pkg syscall (linux-amd64), const PTRACE_OLDSETOPTIONS = 21
25802 pkg syscall (linux-amd64), const PTRACE_O_MASK = 127
25803 pkg syscall (linux-amd64), const PTRACE_O_TRACECLONE = 8
25804 pkg syscall (linux-amd64), const PTRACE_O_TRACEEXEC = 16
25805 pkg syscall (linux-amd64), const PTRACE_O_TRACEEXIT = 64
25806 pkg syscall (linux-amd64), const PTRACE_O_TRACEFORK = 2
25807 pkg syscall (linux-amd64), const PTRACE_O_TRACESYSGOOD = 1
25808 pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORK = 4
25809 pkg syscall (linux-amd64), const PTRACE_O_TRACEVFORKDONE = 32
25810 pkg syscall (linux-amd64), const PTRACE_PEEKDATA = 2
25811 pkg syscall (linux-amd64), const PTRACE_PEEKTEXT = 1
25812 pkg syscall (linux-amd64), const PTRACE_PEEKUSR = 3
25813 pkg syscall (linux-amd64), const PTRACE_POKEDATA = 5
25814 pkg syscall (linux-amd64), const PTRACE_POKETEXT = 4
25815 pkg syscall (linux-amd64), const PTRACE_POKEUSR = 6
25816 pkg syscall (linux-amd64), const PTRACE_SETFPREGS = 15
25817 pkg syscall (linux-amd64), const PTRACE_SETFPXREGS = 19
25818 pkg syscall (linux-amd64), const PTRACE_SETOPTIONS = 16896
25819 pkg syscall (linux-amd64), const PTRACE_SETREGS = 13
25820 pkg syscall (linux-amd64), const PTRACE_SETREGSET = 16901
25821 pkg syscall (linux-amd64), const PTRACE_SETSIGINFO = 16899
25822 pkg syscall (linux-amd64), const PTRACE_SET_THREAD_AREA = 26
25823 pkg syscall (linux-amd64), const PTRACE_SINGLEBLOCK = 33
25824 pkg syscall (linux-amd64), const PTRACE_SINGLESTEP = 9
25825 pkg syscall (linux-amd64), const PTRACE_SYSCALL = 24
25826 pkg syscall (linux-amd64), const PTRACE_SYSEMU = 31
25827 pkg syscall (linux-amd64), const PTRACE_SYSEMU_SINGLESTEP = 32
25828 pkg syscall (linux-amd64), const PTRACE_TRACEME = 0
25829 pkg syscall (linux-amd64), const PathMax = 4096
25830 pkg syscall (linux-amd64), const RLIMIT_AS = 9
25831 pkg syscall (linux-amd64), const RLIMIT_CORE = 4
25832 pkg syscall (linux-amd64), const RLIMIT_CPU = 0
25833 pkg syscall (linux-amd64), const RLIMIT_DATA = 2
25834 pkg syscall (linux-amd64), const RLIMIT_FSIZE = 1
25835 pkg syscall (linux-amd64), const RLIMIT_NOFILE = 7
25836 pkg syscall (linux-amd64), const RLIMIT_STACK = 3
25837 pkg syscall (linux-amd64), const RLIM_INFINITY = -1
25838 pkg syscall (linux-amd64), const RTAX_ADVMSS = 8
25839 pkg syscall (linux-amd64), const RTAX_CWND = 7
25840 pkg syscall (linux-amd64), const RTAX_FEATURES = 12
25841 pkg syscall (linux-amd64), const RTAX_FEATURE_ALLFRAG = 8
25842 pkg syscall (linux-amd64), const RTAX_FEATURE_ECN = 1
25843 pkg syscall (linux-amd64), const RTAX_FEATURE_SACK = 2
25844 pkg syscall (linux-amd64), const RTAX_FEATURE_TIMESTAMP = 4
25845 pkg syscall (linux-amd64), const RTAX_HOPLIMIT = 10
25846 pkg syscall (linux-amd64), const RTAX_INITCWND = 11
25847 pkg syscall (linux-amd64), const RTAX_INITRWND = 14
25848 pkg syscall (linux-amd64), const RTAX_LOCK = 1
25849 pkg syscall (linux-amd64), const RTAX_MAX = 14
25850 pkg syscall (linux-amd64), const RTAX_MTU = 2
25851 pkg syscall (linux-amd64), const RTAX_REORDERING = 9
25852 pkg syscall (linux-amd64), const RTAX_RTO_MIN = 13
25853 pkg syscall (linux-amd64), const RTAX_RTT = 4
25854 pkg syscall (linux-amd64), const RTAX_RTTVAR = 5
25855 pkg syscall (linux-amd64), const RTAX_SSTHRESH = 6
25856 pkg syscall (linux-amd64), const RTAX_UNSPEC = 0
25857 pkg syscall (linux-amd64), const RTAX_WINDOW = 3
25858 pkg syscall (linux-amd64), const RTA_ALIGNTO = 4
25859 pkg syscall (linux-amd64), const RTA_CACHEINFO = 12
25860 pkg syscall (linux-amd64), const RTA_DST = 1
25861 pkg syscall (linux-amd64), const RTA_FLOW = 11
25862 pkg syscall (linux-amd64), const RTA_GATEWAY = 5
25863 pkg syscall (linux-amd64), const RTA_IIF = 3
25864 pkg syscall (linux-amd64), const RTA_MAX = 16
25865 pkg syscall (linux-amd64), const RTA_METRICS = 8
25866 pkg syscall (linux-amd64), const RTA_MULTIPATH = 9
25867 pkg syscall (linux-amd64), const RTA_OIF = 4
25868 pkg syscall (linux-amd64), const RTA_PREFSRC = 7
25869 pkg syscall (linux-amd64), const RTA_PRIORITY = 6
25870 pkg syscall (linux-amd64), const RTA_SRC = 2
25871 pkg syscall (linux-amd64), const RTA_TABLE = 15
25872 pkg syscall (linux-amd64), const RTA_UNSPEC = 0
25873 pkg syscall (linux-amd64), const RTCF_DIRECTSRC = 67108864
25874 pkg syscall (linux-amd64), const RTCF_DOREDIRECT = 16777216
25875 pkg syscall (linux-amd64), const RTCF_LOG = 33554432
25876 pkg syscall (linux-amd64), const RTCF_MASQ = 4194304
25877 pkg syscall (linux-amd64), const RTCF_NAT = 8388608
25878 pkg syscall (linux-amd64), const RTCF_VALVE = 2097152
25879 pkg syscall (linux-amd64), const RTF_ADDRCLASSMASK = 4160749568
25880 pkg syscall (linux-amd64), const RTF_ADDRCONF = 262144
25881 pkg syscall (linux-amd64), const RTF_ALLONLINK = 131072
25882 pkg syscall (linux-amd64), const RTF_BROADCAST = 268435456
25883 pkg syscall (linux-amd64), const RTF_CACHE = 16777216
25884 pkg syscall (linux-amd64), const RTF_DEFAULT = 65536
25885 pkg syscall (linux-amd64), const RTF_DYNAMIC = 16
25886 pkg syscall (linux-amd64), const RTF_FLOW = 33554432
25887 pkg syscall (linux-amd64), const RTF_GATEWAY = 2
25888 pkg syscall (linux-amd64), const RTF_HOST = 4
25889 pkg syscall (linux-amd64), const RTF_INTERFACE = 1073741824
25890 pkg syscall (linux-amd64), const RTF_IRTT = 256
25891 pkg syscall (linux-amd64), const RTF_LINKRT = 1048576
25892 pkg syscall (linux-amd64), const RTF_LOCAL = 2147483648
25893 pkg syscall (linux-amd64), const RTF_MODIFIED = 32
25894 pkg syscall (linux-amd64), const RTF_MSS = 64
25895 pkg syscall (linux-amd64), const RTF_MTU = 64
25896 pkg syscall (linux-amd64), const RTF_MULTICAST = 536870912
25897 pkg syscall (linux-amd64), const RTF_NAT = 134217728
25898 pkg syscall (linux-amd64), const RTF_NOFORWARD = 4096
25899 pkg syscall (linux-amd64), const RTF_NONEXTHOP = 2097152
25900 pkg syscall (linux-amd64), const RTF_NOPMTUDISC = 16384
25901 pkg syscall (linux-amd64), const RTF_POLICY = 67108864
25902 pkg syscall (linux-amd64), const RTF_REINSTATE = 8
25903 pkg syscall (linux-amd64), const RTF_REJECT = 512
25904 pkg syscall (linux-amd64), const RTF_STATIC = 1024
25905 pkg syscall (linux-amd64), const RTF_THROW = 8192
25906 pkg syscall (linux-amd64), const RTF_UP = 1
25907 pkg syscall (linux-amd64), const RTF_WINDOW = 128
25908 pkg syscall (linux-amd64), const RTF_XRESOLVE = 2048
25909 pkg syscall (linux-amd64), const RTM_BASE = 16
25910 pkg syscall (linux-amd64), const RTM_DELACTION = 49
25911 pkg syscall (linux-amd64), const RTM_DELADDR = 21
25912 pkg syscall (linux-amd64), const RTM_DELADDRLABEL = 73
25913 pkg syscall (linux-amd64), const RTM_DELLINK = 17
25914 pkg syscall (linux-amd64), const RTM_DELNEIGH = 29
25915 pkg syscall (linux-amd64), const RTM_DELQDISC = 37
25916 pkg syscall (linux-amd64), const RTM_DELROUTE = 25
25917 pkg syscall (linux-amd64), const RTM_DELRULE = 33
25918 pkg syscall (linux-amd64), const RTM_DELTCLASS = 41
25919 pkg syscall (linux-amd64), const RTM_DELTFILTER = 45
25920 pkg syscall (linux-amd64), const RTM_F_CLONED = 512
25921 pkg syscall (linux-amd64), const RTM_F_EQUALIZE = 1024
25922 pkg syscall (linux-amd64), const RTM_F_NOTIFY = 256
25923 pkg syscall (linux-amd64), const RTM_F_PREFIX = 2048
25924 pkg syscall (linux-amd64), const RTM_GETACTION = 50
25925 pkg syscall (linux-amd64), const RTM_GETADDR = 22
25926 pkg syscall (linux-amd64), const RTM_GETADDRLABEL = 74
25927 pkg syscall (linux-amd64), const RTM_GETANYCAST = 62
25928 pkg syscall (linux-amd64), const RTM_GETDCB = 78
25929 pkg syscall (linux-amd64), const RTM_GETLINK = 18
25930 pkg syscall (linux-amd64), const RTM_GETMULTICAST = 58
25931 pkg syscall (linux-amd64), const RTM_GETNEIGH = 30
25932 pkg syscall (linux-amd64), const RTM_GETNEIGHTBL = 66
25933 pkg syscall (linux-amd64), const RTM_GETQDISC = 38
25934 pkg syscall (linux-amd64), const RTM_GETROUTE = 26
25935 pkg syscall (linux-amd64), const RTM_GETRULE = 34
25936 pkg syscall (linux-amd64), const RTM_GETTCLASS = 42
25937 pkg syscall (linux-amd64), const RTM_GETTFILTER = 46
25938 pkg syscall (linux-amd64), const RTM_MAX = 79
25939 pkg syscall (linux-amd64), const RTM_NEWACTION = 48
25940 pkg syscall (linux-amd64), const RTM_NEWADDR = 20
25941 pkg syscall (linux-amd64), const RTM_NEWADDRLABEL = 72
25942 pkg syscall (linux-amd64), const RTM_NEWLINK = 16
25943 pkg syscall (linux-amd64), const RTM_NEWNDUSEROPT = 68
25944 pkg syscall (linux-amd64), const RTM_NEWNEIGH = 28
25945 pkg syscall (linux-amd64), const RTM_NEWNEIGHTBL = 64
25946 pkg syscall (linux-amd64), const RTM_NEWPREFIX = 52
25947 pkg syscall (linux-amd64), const RTM_NEWQDISC = 36
25948 pkg syscall (linux-amd64), const RTM_NEWROUTE = 24
25949 pkg syscall (linux-amd64), const RTM_NEWRULE = 32
25950 pkg syscall (linux-amd64), const RTM_NEWTCLASS = 40
25951 pkg syscall (linux-amd64), const RTM_NEWTFILTER = 44
25952 pkg syscall (linux-amd64), const RTM_NR_FAMILIES = 16
25953 pkg syscall (linux-amd64), const RTM_NR_MSGTYPES = 64
25954 pkg syscall (linux-amd64), const RTM_SETDCB = 79
25955 pkg syscall (linux-amd64), const RTM_SETLINK = 19
25956 pkg syscall (linux-amd64), const RTM_SETNEIGHTBL = 67
25957 pkg syscall (linux-amd64), const RTNH_ALIGNTO = 4
25958 pkg syscall (linux-amd64), const RTNH_F_DEAD = 1
25959 pkg syscall (linux-amd64), const RTNH_F_ONLINK = 4
25960 pkg syscall (linux-amd64), const RTNH_F_PERVASIVE = 2
25961 pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR = 5
25962 pkg syscall (linux-amd64), const RTNLGRP_IPV4_IFADDR ideal-int
25963 pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE = 6
25964 pkg syscall (linux-amd64), const RTNLGRP_IPV4_MROUTE ideal-int
25965 pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE = 7
25966 pkg syscall (linux-amd64), const RTNLGRP_IPV4_ROUTE ideal-int
25967 pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE = 8
25968 pkg syscall (linux-amd64), const RTNLGRP_IPV4_RULE ideal-int
25969 pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR = 9
25970 pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFADDR ideal-int
25971 pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO = 12
25972 pkg syscall (linux-amd64), const RTNLGRP_IPV6_IFINFO ideal-int
25973 pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE = 10
25974 pkg syscall (linux-amd64), const RTNLGRP_IPV6_MROUTE ideal-int
25975 pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX = 18
25976 pkg syscall (linux-amd64), const RTNLGRP_IPV6_PREFIX ideal-int
25977 pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE = 11
25978 pkg syscall (linux-amd64), const RTNLGRP_IPV6_ROUTE ideal-int
25979 pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE = 19
25980 pkg syscall (linux-amd64), const RTNLGRP_IPV6_RULE ideal-int
25981 pkg syscall (linux-amd64), const RTNLGRP_LINK = 1
25982 pkg syscall (linux-amd64), const RTNLGRP_LINK ideal-int
25983 pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT = 20
25984 pkg syscall (linux-amd64), const RTNLGRP_ND_USEROPT ideal-int
25985 pkg syscall (linux-amd64), const RTNLGRP_NEIGH = 3
25986 pkg syscall (linux-amd64), const RTNLGRP_NEIGH ideal-int
25987 pkg syscall (linux-amd64), const RTNLGRP_NONE = 0
25988 pkg syscall (linux-amd64), const RTNLGRP_NONE ideal-int
25989 pkg syscall (linux-amd64), const RTNLGRP_NOTIFY = 2
25990 pkg syscall (linux-amd64), const RTNLGRP_NOTIFY ideal-int
25991 pkg syscall (linux-amd64), const RTNLGRP_TC = 4
25992 pkg syscall (linux-amd64), const RTNLGRP_TC ideal-int
25993 pkg syscall (linux-amd64), const RTN_ANYCAST = 4
25994 pkg syscall (linux-amd64), const RTN_BLACKHOLE = 6
25995 pkg syscall (linux-amd64), const RTN_BROADCAST = 3
25996 pkg syscall (linux-amd64), const RTN_LOCAL = 2
25997 pkg syscall (linux-amd64), const RTN_MAX = 11
25998 pkg syscall (linux-amd64), const RTN_MULTICAST = 5
25999 pkg syscall (linux-amd64), const RTN_NAT = 10
26000 pkg syscall (linux-amd64), const RTN_PROHIBIT = 8
26001 pkg syscall (linux-amd64), const RTN_THROW = 9
26002 pkg syscall (linux-amd64), const RTN_UNICAST = 1
26003 pkg syscall (linux-amd64), const RTN_UNREACHABLE = 7
26004 pkg syscall (linux-amd64), const RTN_UNSPEC = 0
26005 pkg syscall (linux-amd64), const RTN_XRESOLVE = 11
26006 pkg syscall (linux-amd64), const RTPROT_BIRD = 12
26007 pkg syscall (linux-amd64), const RTPROT_BOOT = 3
26008 pkg syscall (linux-amd64), const RTPROT_DHCP = 16
26009 pkg syscall (linux-amd64), const RTPROT_DNROUTED = 13
26010 pkg syscall (linux-amd64), const RTPROT_GATED = 8
26011 pkg syscall (linux-amd64), const RTPROT_KERNEL = 2
26012 pkg syscall (linux-amd64), const RTPROT_MRT = 10
26013 pkg syscall (linux-amd64), const RTPROT_NTK = 15
26014 pkg syscall (linux-amd64), const RTPROT_RA = 9
26015 pkg syscall (linux-amd64), const RTPROT_REDIRECT = 1
26016 pkg syscall (linux-amd64), const RTPROT_STATIC = 4
26017 pkg syscall (linux-amd64), const RTPROT_UNSPEC = 0
26018 pkg syscall (linux-amd64), const RTPROT_XORP = 14
26019 pkg syscall (linux-amd64), const RTPROT_ZEBRA = 11
26020 pkg syscall (linux-amd64), const RT_CLASS_DEFAULT = 253
26021 pkg syscall (linux-amd64), const RT_CLASS_LOCAL = 255
26022 pkg syscall (linux-amd64), const RT_CLASS_MAIN = 254
26023 pkg syscall (linux-amd64), const RT_CLASS_MAX = 255
26024 pkg syscall (linux-amd64), const RT_CLASS_UNSPEC = 0
26025 pkg syscall (linux-amd64), const RT_SCOPE_HOST = 254
26026 pkg syscall (linux-amd64), const RT_SCOPE_LINK = 253
26027 pkg syscall (linux-amd64), const RT_SCOPE_NOWHERE = 255
26028 pkg syscall (linux-amd64), const RT_SCOPE_SITE = 200
26029 pkg syscall (linux-amd64), const RT_SCOPE_UNIVERSE = 0
26030 pkg syscall (linux-amd64), const RT_TABLE_COMPAT = 252
26031 pkg syscall (linux-amd64), const RT_TABLE_DEFAULT = 253
26032 pkg syscall (linux-amd64), const RT_TABLE_LOCAL = 255
26033 pkg syscall (linux-amd64), const RT_TABLE_MAIN = 254
26034 pkg syscall (linux-amd64), const RT_TABLE_MAX = 4294967295
26035 pkg syscall (linux-amd64), const RT_TABLE_UNSPEC = 0
26036 pkg syscall (linux-amd64), const RUSAGE_CHILDREN = -1
26037 pkg syscall (linux-amd64), const RUSAGE_SELF = 0
26038 pkg syscall (linux-amd64), const RUSAGE_THREAD = 1
26039 pkg syscall (linux-amd64), const SCM_CREDENTIALS = 2
26040 pkg syscall (linux-amd64), const SCM_RIGHTS = 1
26041 pkg syscall (linux-amd64), const SCM_TIMESTAMP = 29
26042 pkg syscall (linux-amd64), const SCM_TIMESTAMPING = 37
26043 pkg syscall (linux-amd64), const SCM_TIMESTAMPNS = 35
26044 pkg syscall (linux-amd64), const SIGBUS = 7
26045 pkg syscall (linux-amd64), const SIGCHLD = 17
26046 pkg syscall (linux-amd64), const SIGCLD = 17
26047 pkg syscall (linux-amd64), const SIGCONT = 18
26048 pkg syscall (linux-amd64), const SIGIO = 29
26049 pkg syscall (linux-amd64), const SIGIOT = 6
26050 pkg syscall (linux-amd64), const SIGPOLL = 29
26051 pkg syscall (linux-amd64), const SIGPROF = 27
26052 pkg syscall (linux-amd64), const SIGPWR = 30
26053 pkg syscall (linux-amd64), const SIGSTKFLT = 16
26054 pkg syscall (linux-amd64), const SIGSTOP = 19
26055 pkg syscall (linux-amd64), const SIGSYS = 31
26056 pkg syscall (linux-amd64), const SIGTSTP = 20
26057 pkg syscall (linux-amd64), const SIGTTIN = 21
26058 pkg syscall (linux-amd64), const SIGTTOU = 22
26059 pkg syscall (linux-amd64), const SIGUNUSED = 31
26060 pkg syscall (linux-amd64), const SIGURG = 23
26061 pkg syscall (linux-amd64), const SIGUSR1 = 10
26062 pkg syscall (linux-amd64), const SIGUSR2 = 12
26063 pkg syscall (linux-amd64), const SIGVTALRM = 26
26064 pkg syscall (linux-amd64), const SIGWINCH = 28
26065 pkg syscall (linux-amd64), const SIGXCPU = 24
26066 pkg syscall (linux-amd64), const SIGXFSZ = 25
26067 pkg syscall (linux-amd64), const SIOCADDDLCI = 35200
26068 pkg syscall (linux-amd64), const SIOCADDMULTI = 35121
26069 pkg syscall (linux-amd64), const SIOCADDRT = 35083
26070 pkg syscall (linux-amd64), const SIOCATMARK = 35077
26071 pkg syscall (linux-amd64), const SIOCDARP = 35155
26072 pkg syscall (linux-amd64), const SIOCDELDLCI = 35201
26073 pkg syscall (linux-amd64), const SIOCDELMULTI = 35122
26074 pkg syscall (linux-amd64), const SIOCDELRT = 35084
26075 pkg syscall (linux-amd64), const SIOCDEVPRIVATE = 35312
26076 pkg syscall (linux-amd64), const SIOCDIFADDR = 35126
26077 pkg syscall (linux-amd64), const SIOCDRARP = 35168
26078 pkg syscall (linux-amd64), const SIOCGARP = 35156
26079 pkg syscall (linux-amd64), const SIOCGIFADDR = 35093
26080 pkg syscall (linux-amd64), const SIOCGIFBR = 35136
26081 pkg syscall (linux-amd64), const SIOCGIFBRDADDR = 35097
26082 pkg syscall (linux-amd64), const SIOCGIFCONF = 35090
26083 pkg syscall (linux-amd64), const SIOCGIFCOUNT = 35128
26084 pkg syscall (linux-amd64), const SIOCGIFDSTADDR = 35095
26085 pkg syscall (linux-amd64), const SIOCGIFENCAP = 35109
26086 pkg syscall (linux-amd64), const SIOCGIFFLAGS = 35091
26087 pkg syscall (linux-amd64), const SIOCGIFHWADDR = 35111
26088 pkg syscall (linux-amd64), const SIOCGIFINDEX = 35123
26089 pkg syscall (linux-amd64), const SIOCGIFMAP = 35184
26090 pkg syscall (linux-amd64), const SIOCGIFMEM = 35103
26091 pkg syscall (linux-amd64), const SIOCGIFMETRIC = 35101
26092 pkg syscall (linux-amd64), const SIOCGIFMTU = 35105
26093 pkg syscall (linux-amd64), const SIOCGIFNAME = 35088
26094 pkg syscall (linux-amd64), const SIOCGIFNETMASK = 35099
26095 pkg syscall (linux-amd64), const SIOCGIFPFLAGS = 35125
26096 pkg syscall (linux-amd64), const SIOCGIFSLAVE = 35113
26097 pkg syscall (linux-amd64), const SIOCGIFTXQLEN = 35138
26098 pkg syscall (linux-amd64), const SIOCGPGRP = 35076
26099 pkg syscall (linux-amd64), const SIOCGRARP = 35169
26100 pkg syscall (linux-amd64), const SIOCGSTAMP = 35078
26101 pkg syscall (linux-amd64), const SIOCGSTAMPNS = 35079
26102 pkg syscall (linux-amd64), const SIOCPROTOPRIVATE = 35296
26103 pkg syscall (linux-amd64), const SIOCRTMSG = 35085
26104 pkg syscall (linux-amd64), const SIOCSARP = 35157
26105 pkg syscall (linux-amd64), const SIOCSIFADDR = 35094
26106 pkg syscall (linux-amd64), const SIOCSIFBR = 35137
26107 pkg syscall (linux-amd64), const SIOCSIFBRDADDR = 35098
26108 pkg syscall (linux-amd64), const SIOCSIFDSTADDR = 35096
26109 pkg syscall (linux-amd64), const SIOCSIFENCAP = 35110
26110 pkg syscall (linux-amd64), const SIOCSIFFLAGS = 35092
26111 pkg syscall (linux-amd64), const SIOCSIFHWADDR = 35108
26112 pkg syscall (linux-amd64), const SIOCSIFHWBROADCAST = 35127
26113 pkg syscall (linux-amd64), const SIOCSIFLINK = 35089
26114 pkg syscall (linux-amd64), const SIOCSIFMAP = 35185
26115 pkg syscall (linux-amd64), const SIOCSIFMEM = 35104
26116 pkg syscall (linux-amd64), const SIOCSIFMETRIC = 35102
26117 pkg syscall (linux-amd64), const SIOCSIFMTU = 35106
26118 pkg syscall (linux-amd64), const SIOCSIFNAME = 35107
26119 pkg syscall (linux-amd64), const SIOCSIFNETMASK = 35100
26120 pkg syscall (linux-amd64), const SIOCSIFPFLAGS = 35124
26121 pkg syscall (linux-amd64), const SIOCSIFSLAVE = 35120
26122 pkg syscall (linux-amd64), const SIOCSIFTXQLEN = 35139
26123 pkg syscall (linux-amd64), const SIOCSPGRP = 35074
26124 pkg syscall (linux-amd64), const SIOCSRARP = 35170
26125 pkg syscall (linux-amd64), const SOCK_CLOEXEC = 524288
26126 pkg syscall (linux-amd64), const SOCK_DCCP = 6
26127 pkg syscall (linux-amd64), const SOCK_NONBLOCK = 2048
26128 pkg syscall (linux-amd64), const SOCK_PACKET = 10
26129 pkg syscall (linux-amd64), const SOCK_RDM = 4
26130 pkg syscall (linux-amd64), const SOL_AAL = 265
26131 pkg syscall (linux-amd64), const SOL_ATM = 264
26132 pkg syscall (linux-amd64), const SOL_DECNET = 261
26133 pkg syscall (linux-amd64), const SOL_ICMPV6 = 58
26134 pkg syscall (linux-amd64), const SOL_IP = 0
26135 pkg syscall (linux-amd64), const SOL_IPV6 = 41
26136 pkg syscall (linux-amd64), const SOL_IRDA = 266
26137 pkg syscall (linux-amd64), const SOL_PACKET = 263
26138 pkg syscall (linux-amd64), const SOL_RAW = 255
26139 pkg syscall (linux-amd64), const SOL_SOCKET = 1
26140 pkg syscall (linux-amd64), const SOL_TCP = 6
26141 pkg syscall (linux-amd64), const SOL_X25 = 262
26142 pkg syscall (linux-amd64), const SOMAXCONN = 128
26143 pkg syscall (linux-amd64), const SO_ACCEPTCONN = 30
26144 pkg syscall (linux-amd64), const SO_ATTACH_FILTER = 26
26145 pkg syscall (linux-amd64), const SO_BINDTODEVICE = 25
26146 pkg syscall (linux-amd64), const SO_BROADCAST = 6
26147 pkg syscall (linux-amd64), const SO_BSDCOMPAT = 14
26148 pkg syscall (linux-amd64), const SO_DEBUG = 1
26149 pkg syscall (linux-amd64), const SO_DETACH_FILTER = 27
26150 pkg syscall (linux-amd64), const SO_DOMAIN = 39
26151 pkg syscall (linux-amd64), const SO_DONTROUTE = 5
26152 pkg syscall (linux-amd64), const SO_ERROR = 4
26153 pkg syscall (linux-amd64), const SO_KEEPALIVE = 9
26154 pkg syscall (linux-amd64), const SO_LINGER = 13
26155 pkg syscall (linux-amd64), const SO_MARK = 36
26156 pkg syscall (linux-amd64), const SO_NO_CHECK = 11
26157 pkg syscall (linux-amd64), const SO_OOBINLINE = 10
26158 pkg syscall (linux-amd64), const SO_PASSCRED = 16
26159 pkg syscall (linux-amd64), const SO_PASSSEC = 34
26160 pkg syscall (linux-amd64), const SO_PEERCRED = 17
26161 pkg syscall (linux-amd64), const SO_PEERNAME = 28
26162 pkg syscall (linux-amd64), const SO_PEERSEC = 31
26163 pkg syscall (linux-amd64), const SO_PRIORITY = 12
26164 pkg syscall (linux-amd64), const SO_PROTOCOL = 38
26165 pkg syscall (linux-amd64), const SO_RCVBUF = 8
26166 pkg syscall (linux-amd64), const SO_RCVBUFFORCE = 33
26167 pkg syscall (linux-amd64), const SO_RCVLOWAT = 18
26168 pkg syscall (linux-amd64), const SO_RCVTIMEO = 20
26169 pkg syscall (linux-amd64), const SO_REUSEADDR = 2
26170 pkg syscall (linux-amd64), const SO_RXQ_OVFL = 40
26171 pkg syscall (linux-amd64), const SO_SECURITY_AUTHENTICATION = 22
26172 pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_NETWORK = 24
26173 pkg syscall (linux-amd64), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
26174 pkg syscall (linux-amd64), const SO_SNDBUF = 7
26175 pkg syscall (linux-amd64), const SO_SNDBUFFORCE = 32
26176 pkg syscall (linux-amd64), const SO_SNDLOWAT = 19
26177 pkg syscall (linux-amd64), const SO_SNDTIMEO = 21
26178 pkg syscall (linux-amd64), const SO_TIMESTAMP = 29
26179 pkg syscall (linux-amd64), const SO_TIMESTAMPING = 37
26180 pkg syscall (linux-amd64), const SO_TIMESTAMPNS = 35
26181 pkg syscall (linux-amd64), const SO_TYPE = 3
26182 pkg syscall (linux-amd64), const SYS_ACCEPT = 43
26183 pkg syscall (linux-amd64), const SYS_ACCEPT4 = 288
26184 pkg syscall (linux-amd64), const SYS_ACCESS = 21
26185 pkg syscall (linux-amd64), const SYS_ACCT = 163
26186 pkg syscall (linux-amd64), const SYS_ADD_KEY = 248
26187 pkg syscall (linux-amd64), const SYS_ADJTIMEX = 159
26188 pkg syscall (linux-amd64), const SYS_AFS_SYSCALL = 183
26189 pkg syscall (linux-amd64), const SYS_ALARM = 37
26190 pkg syscall (linux-amd64), const SYS_ARCH_PRCTL = 158
26191 pkg syscall (linux-amd64), const SYS_BIND = 49
26192 pkg syscall (linux-amd64), const SYS_BRK = 12
26193 pkg syscall (linux-amd64), const SYS_CAPGET = 125
26194 pkg syscall (linux-amd64), const SYS_CAPSET = 126
26195 pkg syscall (linux-amd64), const SYS_CHDIR = 80
26196 pkg syscall (linux-amd64), const SYS_CHMOD = 90
26197 pkg syscall (linux-amd64), const SYS_CHOWN = 92
26198 pkg syscall (linux-amd64), const SYS_CHROOT = 161
26199 pkg syscall (linux-amd64), const SYS_CLOCK_GETRES = 229
26200 pkg syscall (linux-amd64), const SYS_CLOCK_GETTIME = 228
26201 pkg syscall (linux-amd64), const SYS_CLOCK_NANOSLEEP = 230
26202 pkg syscall (linux-amd64), const SYS_CLOCK_SETTIME = 227
26203 pkg syscall (linux-amd64), const SYS_CLONE = 56
26204 pkg syscall (linux-amd64), const SYS_CLOSE = 3
26205 pkg syscall (linux-amd64), const SYS_CONNECT = 42
26206 pkg syscall (linux-amd64), const SYS_CREAT = 85
26207 pkg syscall (linux-amd64), const SYS_CREATE_MODULE = 174
26208 pkg syscall (linux-amd64), const SYS_DELETE_MODULE = 176
26209 pkg syscall (linux-amd64), const SYS_DUP = 32
26210 pkg syscall (linux-amd64), const SYS_DUP2 = 33
26211 pkg syscall (linux-amd64), const SYS_DUP3 = 292
26212 pkg syscall (linux-amd64), const SYS_EPOLL_CREATE = 213
26213 pkg syscall (linux-amd64), const SYS_EPOLL_CREATE1 = 291
26214 pkg syscall (linux-amd64), const SYS_EPOLL_CTL = 233
26215 pkg syscall (linux-amd64), const SYS_EPOLL_CTL_OLD = 214
26216 pkg syscall (linux-amd64), const SYS_EPOLL_PWAIT = 281
26217 pkg syscall (linux-amd64), const SYS_EPOLL_WAIT = 232
26218 pkg syscall (linux-amd64), const SYS_EPOLL_WAIT_OLD = 215
26219 pkg syscall (linux-amd64), const SYS_EVENTFD = 284
26220 pkg syscall (linux-amd64), const SYS_EVENTFD2 = 290
26221 pkg syscall (linux-amd64), const SYS_EXECVE = 59
26222 pkg syscall (linux-amd64), const SYS_EXIT = 60
26223 pkg syscall (linux-amd64), const SYS_EXIT_GROUP = 231
26224 pkg syscall (linux-amd64), const SYS_FACCESSAT = 269
26225 pkg syscall (linux-amd64), const SYS_FADVISE64 = 221
26226 pkg syscall (linux-amd64), const SYS_FALLOCATE = 285
26227 pkg syscall (linux-amd64), const SYS_FANOTIFY_INIT = 300
26228 pkg syscall (linux-amd64), const SYS_FANOTIFY_MARK = 301
26229 pkg syscall (linux-amd64), const SYS_FCHDIR = 81
26230 pkg syscall (linux-amd64), const SYS_FCHMOD = 91
26231 pkg syscall (linux-amd64), const SYS_FCHMODAT = 268
26232 pkg syscall (linux-amd64), const SYS_FCHOWN = 93
26233 pkg syscall (linux-amd64), const SYS_FCHOWNAT = 260
26234 pkg syscall (linux-amd64), const SYS_FCNTL = 72
26235 pkg syscall (linux-amd64), const SYS_FDATASYNC = 75
26236 pkg syscall (linux-amd64), const SYS_FGETXATTR = 193
26237 pkg syscall (linux-amd64), const SYS_FLISTXATTR = 196
26238 pkg syscall (linux-amd64), const SYS_FLOCK = 73
26239 pkg syscall (linux-amd64), const SYS_FORK = 57
26240 pkg syscall (linux-amd64), const SYS_FREMOVEXATTR = 199
26241 pkg syscall (linux-amd64), const SYS_FSETXATTR = 190
26242 pkg syscall (linux-amd64), const SYS_FSTAT = 5
26243 pkg syscall (linux-amd64), const SYS_FSTATFS = 138
26244 pkg syscall (linux-amd64), const SYS_FSYNC = 74
26245 pkg syscall (linux-amd64), const SYS_FTRUNCATE = 77
26246 pkg syscall (linux-amd64), const SYS_FUTEX = 202
26247 pkg syscall (linux-amd64), const SYS_FUTIMESAT = 261
26248 pkg syscall (linux-amd64), const SYS_GETCWD = 79
26249 pkg syscall (linux-amd64), const SYS_GETDENTS = 78
26250 pkg syscall (linux-amd64), const SYS_GETDENTS64 = 217
26251 pkg syscall (linux-amd64), const SYS_GETEGID = 108
26252 pkg syscall (linux-amd64), const SYS_GETEUID = 107
26253 pkg syscall (linux-amd64), const SYS_GETGID = 104
26254 pkg syscall (linux-amd64), const SYS_GETGROUPS = 115
26255 pkg syscall (linux-amd64), const SYS_GETITIMER = 36
26256 pkg syscall (linux-amd64), const SYS_GETPEERNAME = 52
26257 pkg syscall (linux-amd64), const SYS_GETPGID = 121
26258 pkg syscall (linux-amd64), const SYS_GETPGRP = 111
26259 pkg syscall (linux-amd64), const SYS_GETPID = 39
26260 pkg syscall (linux-amd64), const SYS_GETPMSG = 181
26261 pkg syscall (linux-amd64), const SYS_GETPPID = 110
26262 pkg syscall (linux-amd64), const SYS_GETPRIORITY = 140
26263 pkg syscall (linux-amd64), const SYS_GETRESGID = 120
26264 pkg syscall (linux-amd64), const SYS_GETRESUID = 118
26265 pkg syscall (linux-amd64), const SYS_GETRLIMIT = 97
26266 pkg syscall (linux-amd64), const SYS_GETRUSAGE = 98
26267 pkg syscall (linux-amd64), const SYS_GETSID = 124
26268 pkg syscall (linux-amd64), const SYS_GETSOCKNAME = 51
26269 pkg syscall (linux-amd64), const SYS_GETSOCKOPT = 55
26270 pkg syscall (linux-amd64), const SYS_GETTID = 186
26271 pkg syscall (linux-amd64), const SYS_GETTIMEOFDAY = 96
26272 pkg syscall (linux-amd64), const SYS_GETUID = 102
26273 pkg syscall (linux-amd64), const SYS_GETXATTR = 191
26274 pkg syscall (linux-amd64), const SYS_GET_KERNEL_SYMS = 177
26275 pkg syscall (linux-amd64), const SYS_GET_MEMPOLICY = 239
26276 pkg syscall (linux-amd64), const SYS_GET_ROBUST_LIST = 274
26277 pkg syscall (linux-amd64), const SYS_GET_THREAD_AREA = 211
26278 pkg syscall (linux-amd64), const SYS_INIT_MODULE = 175
26279 pkg syscall (linux-amd64), const SYS_INOTIFY_ADD_WATCH = 254
26280 pkg syscall (linux-amd64), const SYS_INOTIFY_INIT = 253
26281 pkg syscall (linux-amd64), const SYS_INOTIFY_INIT1 = 294
26282 pkg syscall (linux-amd64), const SYS_INOTIFY_RM_WATCH = 255
26283 pkg syscall (linux-amd64), const SYS_IOCTL = 16
26284 pkg syscall (linux-amd64), const SYS_IOPERM = 173
26285 pkg syscall (linux-amd64), const SYS_IOPL = 172
26286 pkg syscall (linux-amd64), const SYS_IOPRIO_GET = 252
26287 pkg syscall (linux-amd64), const SYS_IOPRIO_SET = 251
26288 pkg syscall (linux-amd64), const SYS_IO_CANCEL = 210
26289 pkg syscall (linux-amd64), const SYS_IO_DESTROY = 207
26290 pkg syscall (linux-amd64), const SYS_IO_GETEVENTS = 208
26291 pkg syscall (linux-amd64), const SYS_IO_SETUP = 206
26292 pkg syscall (linux-amd64), const SYS_IO_SUBMIT = 209
26293 pkg syscall (linux-amd64), const SYS_KEXEC_LOAD = 246
26294 pkg syscall (linux-amd64), const SYS_KEYCTL = 250
26295 pkg syscall (linux-amd64), const SYS_KILL = 62
26296 pkg syscall (linux-amd64), const SYS_LCHOWN = 94
26297 pkg syscall (linux-amd64), const SYS_LGETXATTR = 192
26298 pkg syscall (linux-amd64), const SYS_LINK = 86
26299 pkg syscall (linux-amd64), const SYS_LINKAT = 265
26300 pkg syscall (linux-amd64), const SYS_LISTEN = 50
26301 pkg syscall (linux-amd64), const SYS_LISTXATTR = 194
26302 pkg syscall (linux-amd64), const SYS_LLISTXATTR = 195
26303 pkg syscall (linux-amd64), const SYS_LOOKUP_DCOOKIE = 212
26304 pkg syscall (linux-amd64), const SYS_LREMOVEXATTR = 198
26305 pkg syscall (linux-amd64), const SYS_LSEEK = 8
26306 pkg syscall (linux-amd64), const SYS_LSETXATTR = 189
26307 pkg syscall (linux-amd64), const SYS_LSTAT = 6
26308 pkg syscall (linux-amd64), const SYS_MADVISE = 28
26309 pkg syscall (linux-amd64), const SYS_MBIND = 237
26310 pkg syscall (linux-amd64), const SYS_MIGRATE_PAGES = 256
26311 pkg syscall (linux-amd64), const SYS_MINCORE = 27
26312 pkg syscall (linux-amd64), const SYS_MKDIR = 83
26313 pkg syscall (linux-amd64), const SYS_MKDIRAT = 258
26314 pkg syscall (linux-amd64), const SYS_MKNOD = 133
26315 pkg syscall (linux-amd64), const SYS_MKNODAT = 259
26316 pkg syscall (linux-amd64), const SYS_MLOCK = 149
26317 pkg syscall (linux-amd64), const SYS_MLOCKALL = 151
26318 pkg syscall (linux-amd64), const SYS_MMAP = 9
26319 pkg syscall (linux-amd64), const SYS_MODIFY_LDT = 154
26320 pkg syscall (linux-amd64), const SYS_MOUNT = 165
26321 pkg syscall (linux-amd64), const SYS_MOVE_PAGES = 279
26322 pkg syscall (linux-amd64), const SYS_MPROTECT = 10
26323 pkg syscall (linux-amd64), const SYS_MQ_GETSETATTR = 245
26324 pkg syscall (linux-amd64), const SYS_MQ_NOTIFY = 244
26325 pkg syscall (linux-amd64), const SYS_MQ_OPEN = 240
26326 pkg syscall (linux-amd64), const SYS_MQ_TIMEDRECEIVE = 243
26327 pkg syscall (linux-amd64), const SYS_MQ_TIMEDSEND = 242
26328 pkg syscall (linux-amd64), const SYS_MQ_UNLINK = 241
26329 pkg syscall (linux-amd64), const SYS_MREMAP = 25
26330 pkg syscall (linux-amd64), const SYS_MSGCTL = 71
26331 pkg syscall (linux-amd64), const SYS_MSGGET = 68
26332 pkg syscall (linux-amd64), const SYS_MSGRCV = 70
26333 pkg syscall (linux-amd64), const SYS_MSGSND = 69
26334 pkg syscall (linux-amd64), const SYS_MSYNC = 26
26335 pkg syscall (linux-amd64), const SYS_MUNLOCK = 150
26336 pkg syscall (linux-amd64), const SYS_MUNLOCKALL = 152
26337 pkg syscall (linux-amd64), const SYS_MUNMAP = 11
26338 pkg syscall (linux-amd64), const SYS_NANOSLEEP = 35
26339 pkg syscall (linux-amd64), const SYS_NEWFSTATAT = 262
26340 pkg syscall (linux-amd64), const SYS_NFSSERVCTL = 180
26341 pkg syscall (linux-amd64), const SYS_OPEN = 2
26342 pkg syscall (linux-amd64), const SYS_OPENAT = 257
26343 pkg syscall (linux-amd64), const SYS_PAUSE = 34
26344 pkg syscall (linux-amd64), const SYS_PERF_EVENT_OPEN = 298
26345 pkg syscall (linux-amd64), const SYS_PERSONALITY = 135
26346 pkg syscall (linux-amd64), const SYS_PIPE = 22
26347 pkg syscall (linux-amd64), const SYS_PIPE2 = 293
26348 pkg syscall (linux-amd64), const SYS_PIVOT_ROOT = 155
26349 pkg syscall (linux-amd64), const SYS_POLL = 7
26350 pkg syscall (linux-amd64), const SYS_PPOLL = 271
26351 pkg syscall (linux-amd64), const SYS_PRCTL = 157
26352 pkg syscall (linux-amd64), const SYS_PREAD64 = 17
26353 pkg syscall (linux-amd64), const SYS_PREADV = 295
26354 pkg syscall (linux-amd64), const SYS_PRLIMIT64 = 302
26355 pkg syscall (linux-amd64), const SYS_PSELECT6 = 270
26356 pkg syscall (linux-amd64), const SYS_PTRACE = 101
26357 pkg syscall (linux-amd64), const SYS_PUTPMSG = 182
26358 pkg syscall (linux-amd64), const SYS_PWRITE64 = 18
26359 pkg syscall (linux-amd64), const SYS_PWRITEV = 296
26360 pkg syscall (linux-amd64), const SYS_QUERY_MODULE = 178
26361 pkg syscall (linux-amd64), const SYS_QUOTACTL = 179
26362 pkg syscall (linux-amd64), const SYS_READ = 0
26363 pkg syscall (linux-amd64), const SYS_READAHEAD = 187
26364 pkg syscall (linux-amd64), const SYS_READLINK = 89
26365 pkg syscall (linux-amd64), const SYS_READLINKAT = 267
26366 pkg syscall (linux-amd64), const SYS_READV = 19
26367 pkg syscall (linux-amd64), const SYS_REBOOT = 169
26368 pkg syscall (linux-amd64), const SYS_RECVFROM = 45
26369 pkg syscall (linux-amd64), const SYS_RECVMMSG = 299
26370 pkg syscall (linux-amd64), const SYS_RECVMSG = 47
26371 pkg syscall (linux-amd64), const SYS_REMAP_FILE_PAGES = 216
26372 pkg syscall (linux-amd64), const SYS_REMOVEXATTR = 197
26373 pkg syscall (linux-amd64), const SYS_RENAME = 82
26374 pkg syscall (linux-amd64), const SYS_RENAMEAT = 264
26375 pkg syscall (linux-amd64), const SYS_REQUEST_KEY = 249
26376 pkg syscall (linux-amd64), const SYS_RESTART_SYSCALL = 219
26377 pkg syscall (linux-amd64), const SYS_RMDIR = 84
26378 pkg syscall (linux-amd64), const SYS_RT_SIGACTION = 13
26379 pkg syscall (linux-amd64), const SYS_RT_SIGPENDING = 127
26380 pkg syscall (linux-amd64), const SYS_RT_SIGPROCMASK = 14
26381 pkg syscall (linux-amd64), const SYS_RT_SIGQUEUEINFO = 129
26382 pkg syscall (linux-amd64), const SYS_RT_SIGRETURN = 15
26383 pkg syscall (linux-amd64), const SYS_RT_SIGSUSPEND = 130
26384 pkg syscall (linux-amd64), const SYS_RT_SIGTIMEDWAIT = 128
26385 pkg syscall (linux-amd64), const SYS_RT_TGSIGQUEUEINFO = 297
26386 pkg syscall (linux-amd64), const SYS_SCHED_GETAFFINITY = 204
26387 pkg syscall (linux-amd64), const SYS_SCHED_GETPARAM = 143
26388 pkg syscall (linux-amd64), const SYS_SCHED_GETSCHEDULER = 145
26389 pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MAX = 146
26390 pkg syscall (linux-amd64), const SYS_SCHED_GET_PRIORITY_MIN = 147
26391 pkg syscall (linux-amd64), const SYS_SCHED_RR_GET_INTERVAL = 148
26392 pkg syscall (linux-amd64), const SYS_SCHED_SETAFFINITY = 203
26393 pkg syscall (linux-amd64), const SYS_SCHED_SETPARAM = 142
26394 pkg syscall (linux-amd64), const SYS_SCHED_SETSCHEDULER = 144
26395 pkg syscall (linux-amd64), const SYS_SCHED_YIELD = 24
26396 pkg syscall (linux-amd64), const SYS_SECURITY = 185
26397 pkg syscall (linux-amd64), const SYS_SELECT = 23
26398 pkg syscall (linux-amd64), const SYS_SEMCTL = 66
26399 pkg syscall (linux-amd64), const SYS_SEMGET = 64
26400 pkg syscall (linux-amd64), const SYS_SEMOP = 65
26401 pkg syscall (linux-amd64), const SYS_SEMTIMEDOP = 220
26402 pkg syscall (linux-amd64), const SYS_SENDFILE = 40
26403 pkg syscall (linux-amd64), const SYS_SENDMSG = 46
26404 pkg syscall (linux-amd64), const SYS_SENDTO = 44
26405 pkg syscall (linux-amd64), const SYS_SETDOMAINNAME = 171
26406 pkg syscall (linux-amd64), const SYS_SETFSGID = 123
26407 pkg syscall (linux-amd64), const SYS_SETFSUID = 122
26408 pkg syscall (linux-amd64), const SYS_SETGID = 106
26409 pkg syscall (linux-amd64), const SYS_SETGROUPS = 116
26410 pkg syscall (linux-amd64), const SYS_SETHOSTNAME = 170
26411 pkg syscall (linux-amd64), const SYS_SETITIMER = 38
26412 pkg syscall (linux-amd64), const SYS_SETPGID = 109
26413 pkg syscall (linux-amd64), const SYS_SETPRIORITY = 141
26414 pkg syscall (linux-amd64), const SYS_SETREGID = 114
26415 pkg syscall (linux-amd64), const SYS_SETRESGID = 119
26416 pkg syscall (linux-amd64), const SYS_SETRESUID = 117
26417 pkg syscall (linux-amd64), const SYS_SETREUID = 113
26418 pkg syscall (linux-amd64), const SYS_SETRLIMIT = 160
26419 pkg syscall (linux-amd64), const SYS_SETSID = 112
26420 pkg syscall (linux-amd64), const SYS_SETSOCKOPT = 54
26421 pkg syscall (linux-amd64), const SYS_SETTIMEOFDAY = 164
26422 pkg syscall (linux-amd64), const SYS_SETUID = 105
26423 pkg syscall (linux-amd64), const SYS_SETXATTR = 188
26424 pkg syscall (linux-amd64), const SYS_SET_MEMPOLICY = 238
26425 pkg syscall (linux-amd64), const SYS_SET_ROBUST_LIST = 273
26426 pkg syscall (linux-amd64), const SYS_SET_THREAD_AREA = 205
26427 pkg syscall (linux-amd64), const SYS_SET_TID_ADDRESS = 218
26428 pkg syscall (linux-amd64), const SYS_SHMAT = 30
26429 pkg syscall (linux-amd64), const SYS_SHMCTL = 31
26430 pkg syscall (linux-amd64), const SYS_SHMDT = 67
26431 pkg syscall (linux-amd64), const SYS_SHMGET = 29
26432 pkg syscall (linux-amd64), const SYS_SHUTDOWN = 48
26433 pkg syscall (linux-amd64), const SYS_SIGALTSTACK = 131
26434 pkg syscall (linux-amd64), const SYS_SIGNALFD = 282
26435 pkg syscall (linux-amd64), const SYS_SIGNALFD4 = 289
26436 pkg syscall (linux-amd64), const SYS_SOCKET = 41
26437 pkg syscall (linux-amd64), const SYS_SOCKETPAIR = 53
26438 pkg syscall (linux-amd64), const SYS_SPLICE = 275
26439 pkg syscall (linux-amd64), const SYS_STAT = 4
26440 pkg syscall (linux-amd64), const SYS_STATFS = 137
26441 pkg syscall (linux-amd64), const SYS_SWAPOFF = 168
26442 pkg syscall (linux-amd64), const SYS_SWAPON = 167
26443 pkg syscall (linux-amd64), const SYS_SYMLINK = 88
26444 pkg syscall (linux-amd64), const SYS_SYMLINKAT = 266
26445 pkg syscall (linux-amd64), const SYS_SYNC = 162
26446 pkg syscall (linux-amd64), const SYS_SYNC_FILE_RANGE = 277
26447 pkg syscall (linux-amd64), const SYS_SYSFS = 139
26448 pkg syscall (linux-amd64), const SYS_SYSINFO = 99
26449 pkg syscall (linux-amd64), const SYS_SYSLOG = 103
26450 pkg syscall (linux-amd64), const SYS_TEE = 276
26451 pkg syscall (linux-amd64), const SYS_TGKILL = 234
26452 pkg syscall (linux-amd64), const SYS_TIME = 201
26453 pkg syscall (linux-amd64), const SYS_TIMERFD_CREATE = 283
26454 pkg syscall (linux-amd64), const SYS_TIMERFD_GETTIME = 287
26455 pkg syscall (linux-amd64), const SYS_TIMERFD_SETTIME = 286
26456 pkg syscall (linux-amd64), const SYS_TIMER_CREATE = 222
26457 pkg syscall (linux-amd64), const SYS_TIMER_DELETE = 226
26458 pkg syscall (linux-amd64), const SYS_TIMER_GETOVERRUN = 225
26459 pkg syscall (linux-amd64), const SYS_TIMER_GETTIME = 224
26460 pkg syscall (linux-amd64), const SYS_TIMER_SETTIME = 223
26461 pkg syscall (linux-amd64), const SYS_TIMES = 100
26462 pkg syscall (linux-amd64), const SYS_TKILL = 200
26463 pkg syscall (linux-amd64), const SYS_TRUNCATE = 76
26464 pkg syscall (linux-amd64), const SYS_TUXCALL = 184
26465 pkg syscall (linux-amd64), const SYS_UMASK = 95
26466 pkg syscall (linux-amd64), const SYS_UMOUNT2 = 166
26467 pkg syscall (linux-amd64), const SYS_UNAME = 63
26468 pkg syscall (linux-amd64), const SYS_UNLINK = 87
26469 pkg syscall (linux-amd64), const SYS_UNLINKAT = 263
26470 pkg syscall (linux-amd64), const SYS_UNSHARE = 272
26471 pkg syscall (linux-amd64), const SYS_USELIB = 134
26472 pkg syscall (linux-amd64), const SYS_USTAT = 136
26473 pkg syscall (linux-amd64), const SYS_UTIME = 132
26474 pkg syscall (linux-amd64), const SYS_UTIMENSAT = 280
26475 pkg syscall (linux-amd64), const SYS_UTIMES = 235
26476 pkg syscall (linux-amd64), const SYS_VFORK = 58
26477 pkg syscall (linux-amd64), const SYS_VHANGUP = 153
26478 pkg syscall (linux-amd64), const SYS_VMSPLICE = 278
26479 pkg syscall (linux-amd64), const SYS_VSERVER = 236
26480 pkg syscall (linux-amd64), const SYS_WAIT4 = 61
26481 pkg syscall (linux-amd64), const SYS_WAITID = 247
26482 pkg syscall (linux-amd64), const SYS_WRITE = 1
26483 pkg syscall (linux-amd64), const SYS_WRITEV = 20
26484 pkg syscall (linux-amd64), const SYS__SYSCTL = 156
26485 pkg syscall (linux-amd64), const S_BLKSIZE = 512
26486 pkg syscall (linux-amd64), const S_IEXEC = 64
26487 pkg syscall (linux-amd64), const S_IFMT = 61440
26488 pkg syscall (linux-amd64), const S_IREAD = 256
26489 pkg syscall (linux-amd64), const S_IRGRP = 32
26490 pkg syscall (linux-amd64), const S_IROTH = 4
26491 pkg syscall (linux-amd64), const S_IRWXG = 56
26492 pkg syscall (linux-amd64), const S_IRWXO = 7
26493 pkg syscall (linux-amd64), const S_IRWXU = 448
26494 pkg syscall (linux-amd64), const S_IWGRP = 16
26495 pkg syscall (linux-amd64), const S_IWOTH = 2
26496 pkg syscall (linux-amd64), const S_IWRITE = 128
26497 pkg syscall (linux-amd64), const S_IXGRP = 8
26498 pkg syscall (linux-amd64), const S_IXOTH = 1
26499 pkg syscall (linux-amd64), const SizeofCmsghdr = 16
26500 pkg syscall (linux-amd64), const SizeofIPMreq = 8
26501 pkg syscall (linux-amd64), const SizeofIPMreqn = 12
26502 pkg syscall (linux-amd64), const SizeofIPv6Mreq = 20
26503 pkg syscall (linux-amd64), const SizeofIfAddrmsg = 8
26504 pkg syscall (linux-amd64), const SizeofIfInfomsg = 16
26505 pkg syscall (linux-amd64), const SizeofInet4Pktinfo = 12
26506 pkg syscall (linux-amd64), const SizeofInet6Pktinfo = 20
26507 pkg syscall (linux-amd64), const SizeofInotifyEvent = 16
26508 pkg syscall (linux-amd64), const SizeofLinger = 8
26509 pkg syscall (linux-amd64), const SizeofMsghdr = 56
26510 pkg syscall (linux-amd64), const SizeofNlAttr = 4
26511 pkg syscall (linux-amd64), const SizeofNlMsgerr = 20
26512 pkg syscall (linux-amd64), const SizeofNlMsghdr = 16
26513 pkg syscall (linux-amd64), const SizeofRtAttr = 4
26514 pkg syscall (linux-amd64), const SizeofRtGenmsg = 1
26515 pkg syscall (linux-amd64), const SizeofRtMsg = 12
26516 pkg syscall (linux-amd64), const SizeofRtNexthop = 8
26517 pkg syscall (linux-amd64), const SizeofSockFilter = 8
26518 pkg syscall (linux-amd64), const SizeofSockFprog = 16
26519 pkg syscall (linux-amd64), const SizeofSockaddrAny = 112
26520 pkg syscall (linux-amd64), const SizeofSockaddrInet4 = 16
26521 pkg syscall (linux-amd64), const SizeofSockaddrInet6 = 28
26522 pkg syscall (linux-amd64), const SizeofSockaddrLinklayer = 20
26523 pkg syscall (linux-amd64), const SizeofSockaddrNetlink = 12
26524 pkg syscall (linux-amd64), const SizeofSockaddrUnix = 110
26525 pkg syscall (linux-amd64), const SizeofTCPInfo = 104
26526 pkg syscall (linux-amd64), const SizeofTCPInfo ideal-int
26527 pkg syscall (linux-amd64), const SizeofUcred = 12
26528 pkg syscall (linux-amd64), const TCGETS = 21505
26529 pkg syscall (linux-amd64), const TCP_CONGESTION = 13
26530 pkg syscall (linux-amd64), const TCP_CORK = 3
26531 pkg syscall (linux-amd64), const TCP_DEFER_ACCEPT = 9
26532 pkg syscall (linux-amd64), const TCP_INFO = 11
26533 pkg syscall (linux-amd64), const TCP_KEEPCNT = 6
26534 pkg syscall (linux-amd64), const TCP_KEEPIDLE = 4
26535 pkg syscall (linux-amd64), const TCP_KEEPINTVL = 5
26536 pkg syscall (linux-amd64), const TCP_LINGER2 = 8
26537 pkg syscall (linux-amd64), const TCP_MAXSEG = 2
26538 pkg syscall (linux-amd64), const TCP_MAXWIN = 65535
26539 pkg syscall (linux-amd64), const TCP_MAX_WINSHIFT = 14
26540 pkg syscall (linux-amd64), const TCP_MD5SIG = 14
26541 pkg syscall (linux-amd64), const TCP_MD5SIG_MAXKEYLEN = 80
26542 pkg syscall (linux-amd64), const TCP_MSS = 512
26543 pkg syscall (linux-amd64), const TCP_QUICKACK = 12
26544 pkg syscall (linux-amd64), const TCP_SYNCNT = 7
26545 pkg syscall (linux-amd64), const TCP_WINDOW_CLAMP = 10
26546 pkg syscall (linux-amd64), const TCSETS = 21506
26547 pkg syscall (linux-amd64), const TIOCCBRK = 21544
26548 pkg syscall (linux-amd64), const TIOCCONS = 21533
26549 pkg syscall (linux-amd64), const TIOCEXCL = 21516
26550 pkg syscall (linux-amd64), const TIOCGDEV = 2147767346
26551 pkg syscall (linux-amd64), const TIOCGETD = 21540
26552 pkg syscall (linux-amd64), const TIOCGICOUNT = 21597
26553 pkg syscall (linux-amd64), const TIOCGLCKTRMIOS = 21590
26554 pkg syscall (linux-amd64), const TIOCGPGRP = 21519
26555 pkg syscall (linux-amd64), const TIOCGPTN = 2147767344
26556 pkg syscall (linux-amd64), const TIOCGRS485 = 21550
26557 pkg syscall (linux-amd64), const TIOCGSERIAL = 21534
26558 pkg syscall (linux-amd64), const TIOCGSID = 21545
26559 pkg syscall (linux-amd64), const TIOCGSOFTCAR = 21529
26560 pkg syscall (linux-amd64), const TIOCGWINSZ = 21523
26561 pkg syscall (linux-amd64), const TIOCINQ = 21531
26562 pkg syscall (linux-amd64), const TIOCLINUX = 21532
26563 pkg syscall (linux-amd64), const TIOCMBIC = 21527
26564 pkg syscall (linux-amd64), const TIOCMBIS = 21526
26565 pkg syscall (linux-amd64), const TIOCMGET = 21525
26566 pkg syscall (linux-amd64), const TIOCMIWAIT = 21596
26567 pkg syscall (linux-amd64), const TIOCMSET = 21528
26568 pkg syscall (linux-amd64), const TIOCM_CAR = 64
26569 pkg syscall (linux-amd64), const TIOCM_CD = 64
26570 pkg syscall (linux-amd64), const TIOCM_CTS = 32
26571 pkg syscall (linux-amd64), const TIOCM_DSR = 256
26572 pkg syscall (linux-amd64), const TIOCM_DTR = 2
26573 pkg syscall (linux-amd64), const TIOCM_LE = 1
26574 pkg syscall (linux-amd64), const TIOCM_RI = 128
26575 pkg syscall (linux-amd64), const TIOCM_RNG = 128
26576 pkg syscall (linux-amd64), const TIOCM_RTS = 4
26577 pkg syscall (linux-amd64), const TIOCM_SR = 16
26578 pkg syscall (linux-amd64), const TIOCM_ST = 8
26579 pkg syscall (linux-amd64), const TIOCNOTTY = 21538
26580 pkg syscall (linux-amd64), const TIOCNXCL = 21517
26581 pkg syscall (linux-amd64), const TIOCOUTQ = 21521
26582 pkg syscall (linux-amd64), const TIOCPKT = 21536
26583 pkg syscall (linux-amd64), const TIOCPKT_DATA = 0
26584 pkg syscall (linux-amd64), const TIOCPKT_DOSTOP = 32
26585 pkg syscall (linux-amd64), const TIOCPKT_FLUSHREAD = 1
26586 pkg syscall (linux-amd64), const TIOCPKT_FLUSHWRITE = 2
26587 pkg syscall (linux-amd64), const TIOCPKT_IOCTL = 64
26588 pkg syscall (linux-amd64), const TIOCPKT_NOSTOP = 16
26589 pkg syscall (linux-amd64), const TIOCPKT_START = 8
26590 pkg syscall (linux-amd64), const TIOCPKT_STOP = 4
26591 pkg syscall (linux-amd64), const TIOCSBRK = 21543
26592 pkg syscall (linux-amd64), const TIOCSCTTY = 21518
26593 pkg syscall (linux-amd64), const TIOCSERCONFIG = 21587
26594 pkg syscall (linux-amd64), const TIOCSERGETLSR = 21593
26595 pkg syscall (linux-amd64), const TIOCSERGETMULTI = 21594
26596 pkg syscall (linux-amd64), const TIOCSERGSTRUCT = 21592
26597 pkg syscall (linux-amd64), const TIOCSERGWILD = 21588
26598 pkg syscall (linux-amd64), const TIOCSERSETMULTI = 21595
26599 pkg syscall (linux-amd64), const TIOCSERSWILD = 21589
26600 pkg syscall (linux-amd64), const TIOCSER_TEMT = 1
26601 pkg syscall (linux-amd64), const TIOCSETD = 21539
26602 pkg syscall (linux-amd64), const TIOCSIG = 1074025526
26603 pkg syscall (linux-amd64), const TIOCSLCKTRMIOS = 21591
26604 pkg syscall (linux-amd64), const TIOCSPGRP = 21520
26605 pkg syscall (linux-amd64), const TIOCSPTLCK = 1074025521
26606 pkg syscall (linux-amd64), const TIOCSRS485 = 21551
26607 pkg syscall (linux-amd64), const TIOCSSERIAL = 21535
26608 pkg syscall (linux-amd64), const TIOCSSOFTCAR = 21530
26609 pkg syscall (linux-amd64), const TIOCSTI = 21522
26610 pkg syscall (linux-amd64), const TIOCSWINSZ = 21524
26611 pkg syscall (linux-amd64), const TOSTOP = 256
26612 pkg syscall (linux-amd64), const TUNATTACHFILTER = 1074812117
26613 pkg syscall (linux-amd64), const TUNDETACHFILTER = 1074812118
26614 pkg syscall (linux-amd64), const TUNGETFEATURES = 2147767503
26615 pkg syscall (linux-amd64), const TUNGETIFF = 2147767506
26616 pkg syscall (linux-amd64), const TUNGETSNDBUF = 2147767507
26617 pkg syscall (linux-amd64), const TUNGETVNETHDRSZ = 2147767511
26618 pkg syscall (linux-amd64), const TUNSETDEBUG = 1074025673
26619 pkg syscall (linux-amd64), const TUNSETGROUP = 1074025678
26620 pkg syscall (linux-amd64), const TUNSETIFF = 1074025674
26621 pkg syscall (linux-amd64), const TUNSETLINK = 1074025677
26622 pkg syscall (linux-amd64), const TUNSETNOCSUM = 1074025672
26623 pkg syscall (linux-amd64), const TUNSETOFFLOAD = 1074025680
26624 pkg syscall (linux-amd64), const TUNSETOWNER = 1074025676
26625 pkg syscall (linux-amd64), const TUNSETPERSIST = 1074025675
26626 pkg syscall (linux-amd64), const TUNSETSNDBUF = 1074025684
26627 pkg syscall (linux-amd64), const TUNSETTXFILTER = 1074025681
26628 pkg syscall (linux-amd64), const TUNSETVNETHDRSZ = 1074025688
26629 pkg syscall (linux-amd64), const VDISCARD = 13
26630 pkg syscall (linux-amd64), const VEOF = 4
26631 pkg syscall (linux-amd64), const VEOL = 11
26632 pkg syscall (linux-amd64), const VEOL2 = 16
26633 pkg syscall (linux-amd64), const VERASE = 2
26634 pkg syscall (linux-amd64), const VINTR = 0
26635 pkg syscall (linux-amd64), const VKILL = 3
26636 pkg syscall (linux-amd64), const VLNEXT = 15
26637 pkg syscall (linux-amd64), const VMIN = 6
26638 pkg syscall (linux-amd64), const VQUIT = 1
26639 pkg syscall (linux-amd64), const VREPRINT = 12
26640 pkg syscall (linux-amd64), const VSTART = 8
26641 pkg syscall (linux-amd64), const VSTOP = 9
26642 pkg syscall (linux-amd64), const VSUSP = 10
26643 pkg syscall (linux-amd64), const VSWTC = 7
26644 pkg syscall (linux-amd64), const VTIME = 5
26645 pkg syscall (linux-amd64), const VWERASE = 14
26646 pkg syscall (linux-amd64), const WALL = 1073741824
26647 pkg syscall (linux-amd64), const WCLONE = 2147483648
26648 pkg syscall (linux-amd64), const WCONTINUED = 8
26649 pkg syscall (linux-amd64), const WEXITED = 4
26650 pkg syscall (linux-amd64), const WNOHANG = 1
26651 pkg syscall (linux-amd64), const WNOTHREAD = 536870912
26652 pkg syscall (linux-amd64), const WNOWAIT = 16777216
26653 pkg syscall (linux-amd64), const WORDSIZE = 64
26654 pkg syscall (linux-amd64), const WSTOPPED = 2
26655 pkg syscall (linux-amd64), const WUNTRACED = 2
26656 pkg syscall (linux-amd64), const XCASE = 4
26657 pkg syscall (linux-amd64), func Accept4(int, int) (int, Sockaddr, error)
26658 pkg syscall (linux-amd64), func GetsockoptUcred(int, int, int) (*Ucred, error)
26659 pkg syscall (linux-amd64), func Getxattr(string, string, []uint8) (int, error)
26660 pkg syscall (linux-amd64), func Listxattr(string, []uint8) (int, error)
26661 pkg syscall (linux-amd64), func Pipe2([]int, int) error
26662 pkg syscall (linux-amd64), func PtraceSyscall(int, int) error
26663 pkg syscall (linux-amd64), func Removexattr(string, string) error
26664 pkg syscall (linux-amd64), func Setxattr(string, string, []uint8, int) error
26665 pkg syscall (linux-amd64), func SlicePtrFromStrings([]string) ([]*uint8, error)
26666 pkg syscall (linux-amd64), type SysProcAttr struct, Ctty int
26667 pkg syscall (linux-amd64), type TCPInfo struct
26668 pkg syscall (linux-amd64), type TCPInfo struct, Advmss uint32
26669 pkg syscall (linux-amd64), type TCPInfo struct, Ato uint32
26670 pkg syscall (linux-amd64), type TCPInfo struct, Backoff uint8
26671 pkg syscall (linux-amd64), type TCPInfo struct, Ca_state uint8
26672 pkg syscall (linux-amd64), type TCPInfo struct, Fackets uint32
26673 pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_recv uint32
26674 pkg syscall (linux-amd64), type TCPInfo struct, Last_ack_sent uint32
26675 pkg syscall (linux-amd64), type TCPInfo struct, Last_data_recv uint32
26676 pkg syscall (linux-amd64), type TCPInfo struct, Last_data_sent uint32
26677 pkg syscall (linux-amd64), type TCPInfo struct, Lost uint32
26678 pkg syscall (linux-amd64), type TCPInfo struct, Options uint8
26679 pkg syscall (linux-amd64), type TCPInfo struct, Pad_cgo_0 [2]uint8
26680 pkg syscall (linux-amd64), type TCPInfo struct, Pmtu uint32
26681 pkg syscall (linux-amd64), type TCPInfo struct, Probes uint8
26682 pkg syscall (linux-amd64), type TCPInfo struct, Rcv_mss uint32
26683 pkg syscall (linux-amd64), type TCPInfo struct, Rcv_rtt uint32
26684 pkg syscall (linux-amd64), type TCPInfo struct, Rcv_space uint32
26685 pkg syscall (linux-amd64), type TCPInfo struct, Rcv_ssthresh uint32
26686 pkg syscall (linux-amd64), type TCPInfo struct, Reordering uint32
26687 pkg syscall (linux-amd64), type TCPInfo struct, Retrans uint32
26688 pkg syscall (linux-amd64), type TCPInfo struct, Retransmits uint8
26689 pkg syscall (linux-amd64), type TCPInfo struct, Rto uint32
26690 pkg syscall (linux-amd64), type TCPInfo struct, Rtt uint32
26691 pkg syscall (linux-amd64), type TCPInfo struct, Rttvar uint32
26692 pkg syscall (linux-amd64), type TCPInfo struct, Sacked uint32
26693 pkg syscall (linux-amd64), type TCPInfo struct, Snd_cwnd uint32
26694 pkg syscall (linux-amd64), type TCPInfo struct, Snd_mss uint32
26695 pkg syscall (linux-amd64), type TCPInfo struct, Snd_ssthresh uint32
26696 pkg syscall (linux-amd64), type TCPInfo struct, State uint8
26697 pkg syscall (linux-amd64), type TCPInfo struct, Total_retrans uint32
26698 pkg syscall (linux-amd64), type TCPInfo struct, Unacked uint32
26699 pkg syscall (linux-amd64-cgo), const AF_ALG = 38
26700 pkg syscall (linux-amd64-cgo), const AF_APPLETALK = 5
26701 pkg syscall (linux-amd64-cgo), const AF_ASH = 18
26702 pkg syscall (linux-amd64-cgo), const AF_ATMPVC = 8
26703 pkg syscall (linux-amd64-cgo), const AF_ATMSVC = 20
26704 pkg syscall (linux-amd64-cgo), const AF_AX25 = 3
26705 pkg syscall (linux-amd64-cgo), const AF_BLUETOOTH = 31
26706 pkg syscall (linux-amd64-cgo), const AF_BRIDGE = 7
26707 pkg syscall (linux-amd64-cgo), const AF_CAIF = 37
26708 pkg syscall (linux-amd64-cgo), const AF_CAN = 29
26709 pkg syscall (linux-amd64-cgo), const AF_DECnet = 12
26710 pkg syscall (linux-amd64-cgo), const AF_ECONET = 19
26711 pkg syscall (linux-amd64-cgo), const AF_FILE = 1
26712 pkg syscall (linux-amd64-cgo), const AF_IEEE802154 = 36
26713 pkg syscall (linux-amd64-cgo), const AF_INET6 = 10
26714 pkg syscall (linux-amd64-cgo), const AF_IPX = 4
26715 pkg syscall (linux-amd64-cgo), const AF_IRDA = 23
26716 pkg syscall (linux-amd64-cgo), const AF_ISDN = 34
26717 pkg syscall (linux-amd64-cgo), const AF_IUCV = 32
26718 pkg syscall (linux-amd64-cgo), const AF_KEY = 15
26719 pkg syscall (linux-amd64-cgo), const AF_LLC = 26
26720 pkg syscall (linux-amd64-cgo), const AF_LOCAL = 1
26721 pkg syscall (linux-amd64-cgo), const AF_MAX = 39
26722 pkg syscall (linux-amd64-cgo), const AF_NETBEUI = 13
26723 pkg syscall (linux-amd64-cgo), const AF_NETLINK = 16
26724 pkg syscall (linux-amd64-cgo), const AF_NETROM = 6
26725 pkg syscall (linux-amd64-cgo), const AF_PACKET = 17
26726 pkg syscall (linux-amd64-cgo), const AF_PHONET = 35
26727 pkg syscall (linux-amd64-cgo), const AF_PPPOX = 24
26728 pkg syscall (linux-amd64-cgo), const AF_RDS = 21
26729 pkg syscall (linux-amd64-cgo), const AF_ROSE = 11
26730 pkg syscall (linux-amd64-cgo), const AF_ROUTE = 16
26731 pkg syscall (linux-amd64-cgo), const AF_RXRPC = 33
26732 pkg syscall (linux-amd64-cgo), const AF_SECURITY = 14
26733 pkg syscall (linux-amd64-cgo), const AF_SNA = 22
26734 pkg syscall (linux-amd64-cgo), const AF_TIPC = 30
26735 pkg syscall (linux-amd64-cgo), const AF_WANPIPE = 25
26736 pkg syscall (linux-amd64-cgo), const AF_X25 = 9
26737 pkg syscall (linux-amd64-cgo), const ARPHRD_ADAPT = 264
26738 pkg syscall (linux-amd64-cgo), const ARPHRD_APPLETLK = 8
26739 pkg syscall (linux-amd64-cgo), const ARPHRD_ARCNET = 7
26740 pkg syscall (linux-amd64-cgo), const ARPHRD_ASH = 781
26741 pkg syscall (linux-amd64-cgo), const ARPHRD_ATM = 19
26742 pkg syscall (linux-amd64-cgo), const ARPHRD_AX25 = 3
26743 pkg syscall (linux-amd64-cgo), const ARPHRD_BIF = 775
26744 pkg syscall (linux-amd64-cgo), const ARPHRD_CHAOS = 5
26745 pkg syscall (linux-amd64-cgo), const ARPHRD_CISCO = 513
26746 pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP = 257
26747 pkg syscall (linux-amd64-cgo), const ARPHRD_CSLIP6 = 259
26748 pkg syscall (linux-amd64-cgo), const ARPHRD_DDCMP = 517
26749 pkg syscall (linux-amd64-cgo), const ARPHRD_DLCI = 15
26750 pkg syscall (linux-amd64-cgo), const ARPHRD_ECONET = 782
26751 pkg syscall (linux-amd64-cgo), const ARPHRD_EETHER = 2
26752 pkg syscall (linux-amd64-cgo), const ARPHRD_ETHER = 1
26753 pkg syscall (linux-amd64-cgo), const ARPHRD_EUI64 = 27
26754 pkg syscall (linux-amd64-cgo), const ARPHRD_FCAL = 785
26755 pkg syscall (linux-amd64-cgo), const ARPHRD_FCFABRIC = 787
26756 pkg syscall (linux-amd64-cgo), const ARPHRD_FCPL = 786
26757 pkg syscall (linux-amd64-cgo), const ARPHRD_FCPP = 784
26758 pkg syscall (linux-amd64-cgo), const ARPHRD_FDDI = 774
26759 pkg syscall (linux-amd64-cgo), const ARPHRD_FRAD = 770
26760 pkg syscall (linux-amd64-cgo), const ARPHRD_HDLC = 513
26761 pkg syscall (linux-amd64-cgo), const ARPHRD_HIPPI = 780
26762 pkg syscall (linux-amd64-cgo), const ARPHRD_HWX25 = 272
26763 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE1394 = 24
26764 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802 = 6
26765 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211 = 801
26766 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_PRISM = 802
26767 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
26768 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154 = 804
26769 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802154_PHY = 805
26770 pkg syscall (linux-amd64-cgo), const ARPHRD_IEEE802_TR = 800
26771 pkg syscall (linux-amd64-cgo), const ARPHRD_INFINIBAND = 32
26772 pkg syscall (linux-amd64-cgo), const ARPHRD_IPDDP = 777
26773 pkg syscall (linux-amd64-cgo), const ARPHRD_IPGRE = 778
26774 pkg syscall (linux-amd64-cgo), const ARPHRD_IRDA = 783
26775 pkg syscall (linux-amd64-cgo), const ARPHRD_LAPB = 516
26776 pkg syscall (linux-amd64-cgo), const ARPHRD_LOCALTLK = 773
26777 pkg syscall (linux-amd64-cgo), const ARPHRD_LOOPBACK = 772
26778 pkg syscall (linux-amd64-cgo), const ARPHRD_METRICOM = 23
26779 pkg syscall (linux-amd64-cgo), const ARPHRD_NETROM = 0
26780 pkg syscall (linux-amd64-cgo), const ARPHRD_NONE = 65534
26781 pkg syscall (linux-amd64-cgo), const ARPHRD_PIMREG = 779
26782 pkg syscall (linux-amd64-cgo), const ARPHRD_PPP = 512
26783 pkg syscall (linux-amd64-cgo), const ARPHRD_PRONET = 4
26784 pkg syscall (linux-amd64-cgo), const ARPHRD_RAWHDLC = 518
26785 pkg syscall (linux-amd64-cgo), const ARPHRD_ROSE = 270
26786 pkg syscall (linux-amd64-cgo), const ARPHRD_RSRVD = 260
26787 pkg syscall (linux-amd64-cgo), const ARPHRD_SIT = 776
26788 pkg syscall (linux-amd64-cgo), const ARPHRD_SKIP = 771
26789 pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP = 256
26790 pkg syscall (linux-amd64-cgo), const ARPHRD_SLIP6 = 258
26791 pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL = 768
26792 pkg syscall (linux-amd64-cgo), const ARPHRD_TUNNEL6 = 769
26793 pkg syscall (linux-amd64-cgo), const ARPHRD_VOID = 65535
26794 pkg syscall (linux-amd64-cgo), const ARPHRD_X25 = 271
26795 pkg syscall (linux-amd64-cgo), const B0 = 0
26796 pkg syscall (linux-amd64-cgo), const B1000000 = 4104
26797 pkg syscall (linux-amd64-cgo), const B110 = 3
26798 pkg syscall (linux-amd64-cgo), const B115200 = 4098
26799 pkg syscall (linux-amd64-cgo), const B1152000 = 4105
26800 pkg syscall (linux-amd64-cgo), const B1200 = 9
26801 pkg syscall (linux-amd64-cgo), const B134 = 4
26802 pkg syscall (linux-amd64-cgo), const B150 = 5
26803 pkg syscall (linux-amd64-cgo), const B1500000 = 4106
26804 pkg syscall (linux-amd64-cgo), const B1800 = 10
26805 pkg syscall (linux-amd64-cgo), const B19200 = 14
26806 pkg syscall (linux-amd64-cgo), const B200 = 6
26807 pkg syscall (linux-amd64-cgo), const B2000000 = 4107
26808 pkg syscall (linux-amd64-cgo), const B230400 = 4099
26809 pkg syscall (linux-amd64-cgo), const B2400 = 11
26810 pkg syscall (linux-amd64-cgo), const B2500000 = 4108
26811 pkg syscall (linux-amd64-cgo), const B300 = 7
26812 pkg syscall (linux-amd64-cgo), const B3000000 = 4109
26813 pkg syscall (linux-amd64-cgo), const B3500000 = 4110
26814 pkg syscall (linux-amd64-cgo), const B38400 = 15
26815 pkg syscall (linux-amd64-cgo), const B4000000 = 4111
26816 pkg syscall (linux-amd64-cgo), const B460800 = 4100
26817 pkg syscall (linux-amd64-cgo), const B4800 = 12
26818 pkg syscall (linux-amd64-cgo), const B50 = 1
26819 pkg syscall (linux-amd64-cgo), const B500000 = 4101
26820 pkg syscall (linux-amd64-cgo), const B57600 = 4097
26821 pkg syscall (linux-amd64-cgo), const B576000 = 4102
26822 pkg syscall (linux-amd64-cgo), const B600 = 8
26823 pkg syscall (linux-amd64-cgo), const B75 = 2
26824 pkg syscall (linux-amd64-cgo), const B921600 = 4103
26825 pkg syscall (linux-amd64-cgo), const B9600 = 13
26826 pkg syscall (linux-amd64-cgo), const BPF_A = 16
26827 pkg syscall (linux-amd64-cgo), const BPF_ABS = 32
26828 pkg syscall (linux-amd64-cgo), const BPF_ADD = 0
26829 pkg syscall (linux-amd64-cgo), const BPF_ALU = 4
26830 pkg syscall (linux-amd64-cgo), const BPF_AND = 80
26831 pkg syscall (linux-amd64-cgo), const BPF_B = 16
26832 pkg syscall (linux-amd64-cgo), const BPF_DIV = 48
26833 pkg syscall (linux-amd64-cgo), const BPF_H = 8
26834 pkg syscall (linux-amd64-cgo), const BPF_IMM = 0
26835 pkg syscall (linux-amd64-cgo), const BPF_IND = 64
26836 pkg syscall (linux-amd64-cgo), const BPF_JA = 0
26837 pkg syscall (linux-amd64-cgo), const BPF_JEQ = 16
26838 pkg syscall (linux-amd64-cgo), const BPF_JGE = 48
26839 pkg syscall (linux-amd64-cgo), const BPF_JGT = 32
26840 pkg syscall (linux-amd64-cgo), const BPF_JMP = 5
26841 pkg syscall (linux-amd64-cgo), const BPF_JSET = 64
26842 pkg syscall (linux-amd64-cgo), const BPF_K = 0
26843 pkg syscall (linux-amd64-cgo), const BPF_LD = 0
26844 pkg syscall (linux-amd64-cgo), const BPF_LDX = 1
26845 pkg syscall (linux-amd64-cgo), const BPF_LEN = 128
26846 pkg syscall (linux-amd64-cgo), const BPF_LSH = 96
26847 pkg syscall (linux-amd64-cgo), const BPF_MAJOR_VERSION = 1
26848 pkg syscall (linux-amd64-cgo), const BPF_MAXINSNS = 4096
26849 pkg syscall (linux-amd64-cgo), const BPF_MEM = 96
26850 pkg syscall (linux-amd64-cgo), const BPF_MEMWORDS = 16
26851 pkg syscall (linux-amd64-cgo), const BPF_MINOR_VERSION = 1
26852 pkg syscall (linux-amd64-cgo), const BPF_MISC = 7
26853 pkg syscall (linux-amd64-cgo), const BPF_MSH = 160
26854 pkg syscall (linux-amd64-cgo), const BPF_MUL = 32
26855 pkg syscall (linux-amd64-cgo), const BPF_NEG = 128
26856 pkg syscall (linux-amd64-cgo), const BPF_OR = 64
26857 pkg syscall (linux-amd64-cgo), const BPF_RET = 6
26858 pkg syscall (linux-amd64-cgo), const BPF_RSH = 112
26859 pkg syscall (linux-amd64-cgo), const BPF_ST = 2
26860 pkg syscall (linux-amd64-cgo), const BPF_STX = 3
26861 pkg syscall (linux-amd64-cgo), const BPF_SUB = 16
26862 pkg syscall (linux-amd64-cgo), const BPF_TAX = 0
26863 pkg syscall (linux-amd64-cgo), const BPF_TXA = 128
26864 pkg syscall (linux-amd64-cgo), const BPF_W = 0
26865 pkg syscall (linux-amd64-cgo), const BPF_X = 8
26866 pkg syscall (linux-amd64-cgo), const BRKINT = 2
26867 pkg syscall (linux-amd64-cgo), const CLOCAL = 2048
26868 pkg syscall (linux-amd64-cgo), const CREAD = 128
26869 pkg syscall (linux-amd64-cgo), const CS5 = 0
26870 pkg syscall (linux-amd64-cgo), const CS6 = 16
26871 pkg syscall (linux-amd64-cgo), const CS7 = 32
26872 pkg syscall (linux-amd64-cgo), const CS8 = 48
26873 pkg syscall (linux-amd64-cgo), const CSIZE = 48
26874 pkg syscall (linux-amd64-cgo), const CSTOPB = 64
26875 pkg syscall (linux-amd64-cgo), const DT_BLK = 6
26876 pkg syscall (linux-amd64-cgo), const DT_CHR = 2
26877 pkg syscall (linux-amd64-cgo), const DT_DIR = 4
26878 pkg syscall (linux-amd64-cgo), const DT_FIFO = 1
26879 pkg syscall (linux-amd64-cgo), const DT_LNK = 10
26880 pkg syscall (linux-amd64-cgo), const DT_REG = 8
26881 pkg syscall (linux-amd64-cgo), const DT_SOCK = 12
26882 pkg syscall (linux-amd64-cgo), const DT_UNKNOWN = 0
26883 pkg syscall (linux-amd64-cgo), const DT_WHT = 14
26884 pkg syscall (linux-amd64-cgo), const E2BIG = 7
26885 pkg syscall (linux-amd64-cgo), const EACCES = 13
26886 pkg syscall (linux-amd64-cgo), const EADDRINUSE = 98
26887 pkg syscall (linux-amd64-cgo), const EADDRNOTAVAIL = 99
26888 pkg syscall (linux-amd64-cgo), const EADV = 68
26889 pkg syscall (linux-amd64-cgo), const EAFNOSUPPORT = 97
26890 pkg syscall (linux-amd64-cgo), const EAGAIN = 11
26891 pkg syscall (linux-amd64-cgo), const EALREADY = 114
26892 pkg syscall (linux-amd64-cgo), const EBADE = 52
26893 pkg syscall (linux-amd64-cgo), const EBADF = 9
26894 pkg syscall (linux-amd64-cgo), const EBADFD = 77
26895 pkg syscall (linux-amd64-cgo), const EBADMSG = 74
26896 pkg syscall (linux-amd64-cgo), const EBADR = 53
26897 pkg syscall (linux-amd64-cgo), const EBADRQC = 56
26898 pkg syscall (linux-amd64-cgo), const EBADSLT = 57
26899 pkg syscall (linux-amd64-cgo), const EBFONT = 59
26900 pkg syscall (linux-amd64-cgo), const EBUSY = 16
26901 pkg syscall (linux-amd64-cgo), const ECANCELED = 125
26902 pkg syscall (linux-amd64-cgo), const ECHILD = 10
26903 pkg syscall (linux-amd64-cgo), const ECHO = 8
26904 pkg syscall (linux-amd64-cgo), const ECHOCTL = 512
26905 pkg syscall (linux-amd64-cgo), const ECHOE = 16
26906 pkg syscall (linux-amd64-cgo), const ECHOK = 32
26907 pkg syscall (linux-amd64-cgo), const ECHOKE = 2048
26908 pkg syscall (linux-amd64-cgo), const ECHONL = 64
26909 pkg syscall (linux-amd64-cgo), const ECHOPRT = 1024
26910 pkg syscall (linux-amd64-cgo), const ECHRNG = 44
26911 pkg syscall (linux-amd64-cgo), const ECOMM = 70
26912 pkg syscall (linux-amd64-cgo), const ECONNABORTED = 103
26913 pkg syscall (linux-amd64-cgo), const ECONNREFUSED = 111
26914 pkg syscall (linux-amd64-cgo), const ECONNRESET = 104
26915 pkg syscall (linux-amd64-cgo), const EDEADLK = 35
26916 pkg syscall (linux-amd64-cgo), const EDEADLOCK = 35
26917 pkg syscall (linux-amd64-cgo), const EDESTADDRREQ = 89
26918 pkg syscall (linux-amd64-cgo), const EDOM = 33
26919 pkg syscall (linux-amd64-cgo), const EDOTDOT = 73
26920 pkg syscall (linux-amd64-cgo), const EDQUOT = 122
26921 pkg syscall (linux-amd64-cgo), const EEXIST = 17
26922 pkg syscall (linux-amd64-cgo), const EFAULT = 14
26923 pkg syscall (linux-amd64-cgo), const EFBIG = 27
26924 pkg syscall (linux-amd64-cgo), const EHOSTDOWN = 112
26925 pkg syscall (linux-amd64-cgo), const EHOSTUNREACH = 113
26926 pkg syscall (linux-amd64-cgo), const EIDRM = 43
26927 pkg syscall (linux-amd64-cgo), const EILSEQ = 84
26928 pkg syscall (linux-amd64-cgo), const EINPROGRESS = 115
26929 pkg syscall (linux-amd64-cgo), const EINTR = 4
26930 pkg syscall (linux-amd64-cgo), const EINVAL = 22
26931 pkg syscall (linux-amd64-cgo), const EIO = 5
26932 pkg syscall (linux-amd64-cgo), const EISCONN = 106
26933 pkg syscall (linux-amd64-cgo), const EISDIR = 21
26934 pkg syscall (linux-amd64-cgo), const EISNAM = 120
26935 pkg syscall (linux-amd64-cgo), const EKEYEXPIRED = 127
26936 pkg syscall (linux-amd64-cgo), const EKEYREJECTED = 129
26937 pkg syscall (linux-amd64-cgo), const EKEYREVOKED = 128
26938 pkg syscall (linux-amd64-cgo), const EL2HLT = 51
26939 pkg syscall (linux-amd64-cgo), const EL2NSYNC = 45
26940 pkg syscall (linux-amd64-cgo), const EL3HLT = 46
26941 pkg syscall (linux-amd64-cgo), const EL3RST = 47
26942 pkg syscall (linux-amd64-cgo), const ELIBACC = 79
26943 pkg syscall (linux-amd64-cgo), const ELIBBAD = 80
26944 pkg syscall (linux-amd64-cgo), const ELIBEXEC = 83
26945 pkg syscall (linux-amd64-cgo), const ELIBMAX = 82
26946 pkg syscall (linux-amd64-cgo), const ELIBSCN = 81
26947 pkg syscall (linux-amd64-cgo), const ELNRNG = 48
26948 pkg syscall (linux-amd64-cgo), const ELOOP = 40
26949 pkg syscall (linux-amd64-cgo), const EMEDIUMTYPE = 124
26950 pkg syscall (linux-amd64-cgo), const EMFILE = 24
26951 pkg syscall (linux-amd64-cgo), const EMLINK = 31
26952 pkg syscall (linux-amd64-cgo), const EMSGSIZE = 90
26953 pkg syscall (linux-amd64-cgo), const EMULTIHOP = 72
26954 pkg syscall (linux-amd64-cgo), const ENAMETOOLONG = 36
26955 pkg syscall (linux-amd64-cgo), const ENAVAIL = 119
26956 pkg syscall (linux-amd64-cgo), const ENETDOWN = 100
26957 pkg syscall (linux-amd64-cgo), const ENETRESET = 102
26958 pkg syscall (linux-amd64-cgo), const ENETUNREACH = 101
26959 pkg syscall (linux-amd64-cgo), const ENFILE = 23
26960 pkg syscall (linux-amd64-cgo), const ENOANO = 55
26961 pkg syscall (linux-amd64-cgo), const ENOBUFS = 105
26962 pkg syscall (linux-amd64-cgo), const ENOCSI = 50
26963 pkg syscall (linux-amd64-cgo), const ENODATA = 61
26964 pkg syscall (linux-amd64-cgo), const ENODEV = 19
26965 pkg syscall (linux-amd64-cgo), const ENOEXEC = 8
26966 pkg syscall (linux-amd64-cgo), const ENOKEY = 126
26967 pkg syscall (linux-amd64-cgo), const ENOLCK = 37
26968 pkg syscall (linux-amd64-cgo), const ENOLINK = 67
26969 pkg syscall (linux-amd64-cgo), const ENOMEDIUM = 123
26970 pkg syscall (linux-amd64-cgo), const ENOMEM = 12
26971 pkg syscall (linux-amd64-cgo), const ENOMSG = 42
26972 pkg syscall (linux-amd64-cgo), const ENONET = 64
26973 pkg syscall (linux-amd64-cgo), const ENOPKG = 65
26974 pkg syscall (linux-amd64-cgo), const ENOPROTOOPT = 92
26975 pkg syscall (linux-amd64-cgo), const ENOSPC = 28
26976 pkg syscall (linux-amd64-cgo), const ENOSR = 63
26977 pkg syscall (linux-amd64-cgo), const ENOSTR = 60
26978 pkg syscall (linux-amd64-cgo), const ENOSYS = 38
26979 pkg syscall (linux-amd64-cgo), const ENOTBLK = 15
26980 pkg syscall (linux-amd64-cgo), const ENOTCONN = 107
26981 pkg syscall (linux-amd64-cgo), const ENOTDIR = 20
26982 pkg syscall (linux-amd64-cgo), const ENOTEMPTY = 39
26983 pkg syscall (linux-amd64-cgo), const ENOTNAM = 118
26984 pkg syscall (linux-amd64-cgo), const ENOTRECOVERABLE = 131
26985 pkg syscall (linux-amd64-cgo), const ENOTSOCK = 88
26986 pkg syscall (linux-amd64-cgo), const ENOTSUP = 95
26987 pkg syscall (linux-amd64-cgo), const ENOTTY = 25
26988 pkg syscall (linux-amd64-cgo), const ENOTUNIQ = 76
26989 pkg syscall (linux-amd64-cgo), const ENXIO = 6
26990 pkg syscall (linux-amd64-cgo), const EOPNOTSUPP = 95
26991 pkg syscall (linux-amd64-cgo), const EOVERFLOW = 75
26992 pkg syscall (linux-amd64-cgo), const EOWNERDEAD = 130
26993 pkg syscall (linux-amd64-cgo), const EPERM = 1
26994 pkg syscall (linux-amd64-cgo), const EPFNOSUPPORT = 96
26995 pkg syscall (linux-amd64-cgo), const EPIPE = 32
26996 pkg syscall (linux-amd64-cgo), const EPOLLERR = 8
26997 pkg syscall (linux-amd64-cgo), const EPOLLET = -2147483648
26998 pkg syscall (linux-amd64-cgo), const EPOLLHUP = 16
26999 pkg syscall (linux-amd64-cgo), const EPOLLIN = 1
27000 pkg syscall (linux-amd64-cgo), const EPOLLMSG = 1024
27001 pkg syscall (linux-amd64-cgo), const EPOLLONESHOT = 1073741824
27002 pkg syscall (linux-amd64-cgo), const EPOLLOUT = 4
27003 pkg syscall (linux-amd64-cgo), const EPOLLPRI = 2
27004 pkg syscall (linux-amd64-cgo), const EPOLLRDBAND = 128
27005 pkg syscall (linux-amd64-cgo), const EPOLLRDHUP = 8192
27006 pkg syscall (linux-amd64-cgo), const EPOLLRDNORM = 64
27007 pkg syscall (linux-amd64-cgo), const EPOLLWRBAND = 512
27008 pkg syscall (linux-amd64-cgo), const EPOLLWRNORM = 256
27009 pkg syscall (linux-amd64-cgo), const EPOLL_CLOEXEC = 524288
27010 pkg syscall (linux-amd64-cgo), const EPOLL_CTL_ADD = 1
27011 pkg syscall (linux-amd64-cgo), const EPOLL_CTL_DEL = 2
27012 pkg syscall (linux-amd64-cgo), const EPOLL_CTL_MOD = 3
27013 pkg syscall (linux-amd64-cgo), const EPOLL_NONBLOCK = 2048
27014 pkg syscall (linux-amd64-cgo), const EPROTO = 71
27015 pkg syscall (linux-amd64-cgo), const EPROTONOSUPPORT = 93
27016 pkg syscall (linux-amd64-cgo), const EPROTOTYPE = 91
27017 pkg syscall (linux-amd64-cgo), const ERANGE = 34
27018 pkg syscall (linux-amd64-cgo), const EREMCHG = 78
27019 pkg syscall (linux-amd64-cgo), const EREMOTE = 66
27020 pkg syscall (linux-amd64-cgo), const EREMOTEIO = 121
27021 pkg syscall (linux-amd64-cgo), const ERESTART = 85
27022 pkg syscall (linux-amd64-cgo), const ERFKILL = 132
27023 pkg syscall (linux-amd64-cgo), const EROFS = 30
27024 pkg syscall (linux-amd64-cgo), const ESHUTDOWN = 108
27025 pkg syscall (linux-amd64-cgo), const ESOCKTNOSUPPORT = 94
27026 pkg syscall (linux-amd64-cgo), const ESPIPE = 29
27027 pkg syscall (linux-amd64-cgo), const ESRCH = 3
27028 pkg syscall (linux-amd64-cgo), const ESRMNT = 69
27029 pkg syscall (linux-amd64-cgo), const ESTALE = 116
27030 pkg syscall (linux-amd64-cgo), const ESTRPIPE = 86
27031 pkg syscall (linux-amd64-cgo), const ETH_P_1588 = 35063
27032 pkg syscall (linux-amd64-cgo), const ETH_P_8021Q = 33024
27033 pkg syscall (linux-amd64-cgo), const ETH_P_802_2 = 4
27034 pkg syscall (linux-amd64-cgo), const ETH_P_802_3 = 1
27035 pkg syscall (linux-amd64-cgo), const ETH_P_AARP = 33011
27036 pkg syscall (linux-amd64-cgo), const ETH_P_ALL = 3
27037 pkg syscall (linux-amd64-cgo), const ETH_P_AOE = 34978
27038 pkg syscall (linux-amd64-cgo), const ETH_P_ARCNET = 26
27039 pkg syscall (linux-amd64-cgo), const ETH_P_ARP = 2054
27040 pkg syscall (linux-amd64-cgo), const ETH_P_ATALK = 32923
27041 pkg syscall (linux-amd64-cgo), const ETH_P_ATMFATE = 34948
27042 pkg syscall (linux-amd64-cgo), const ETH_P_ATMMPOA = 34892
27043 pkg syscall (linux-amd64-cgo), const ETH_P_AX25 = 2
27044 pkg syscall (linux-amd64-cgo), const ETH_P_BPQ = 2303
27045 pkg syscall (linux-amd64-cgo), const ETH_P_CAIF = 247
27046 pkg syscall (linux-amd64-cgo), const ETH_P_CAN = 12
27047 pkg syscall (linux-amd64-cgo), const ETH_P_CONTROL = 22
27048 pkg syscall (linux-amd64-cgo), const ETH_P_CUST = 24582
27049 pkg syscall (linux-amd64-cgo), const ETH_P_DDCMP = 6
27050 pkg syscall (linux-amd64-cgo), const ETH_P_DEC = 24576
27051 pkg syscall (linux-amd64-cgo), const ETH_P_DIAG = 24581
27052 pkg syscall (linux-amd64-cgo), const ETH_P_DNA_DL = 24577
27053 pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RC = 24578
27054 pkg syscall (linux-amd64-cgo), const ETH_P_DNA_RT = 24579
27055 pkg syscall (linux-amd64-cgo), const ETH_P_DSA = 27
27056 pkg syscall (linux-amd64-cgo), const ETH_P_ECONET = 24
27057 pkg syscall (linux-amd64-cgo), const ETH_P_EDSA = 56026
27058 pkg syscall (linux-amd64-cgo), const ETH_P_FCOE = 35078
27059 pkg syscall (linux-amd64-cgo), const ETH_P_FIP = 35092
27060 pkg syscall (linux-amd64-cgo), const ETH_P_HDLC = 25
27061 pkg syscall (linux-amd64-cgo), const ETH_P_IEEE802154 = 246
27062 pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUP = 2560
27063 pkg syscall (linux-amd64-cgo), const ETH_P_IEEEPUPAT = 2561
27064 pkg syscall (linux-amd64-cgo), const ETH_P_IP = 2048
27065 pkg syscall (linux-amd64-cgo), const ETH_P_IPV6 = 34525
27066 pkg syscall (linux-amd64-cgo), const ETH_P_IPX = 33079
27067 pkg syscall (linux-amd64-cgo), const ETH_P_IRDA = 23
27068 pkg syscall (linux-amd64-cgo), const ETH_P_LAT = 24580
27069 pkg syscall (linux-amd64-cgo), const ETH_P_LINK_CTL = 34924
27070 pkg syscall (linux-amd64-cgo), const ETH_P_LOCALTALK = 9
27071 pkg syscall (linux-amd64-cgo), const ETH_P_LOOP = 96
27072 pkg syscall (linux-amd64-cgo), const ETH_P_MOBITEX = 21
27073 pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_MC = 34888
27074 pkg syscall (linux-amd64-cgo), const ETH_P_MPLS_UC = 34887
27075 pkg syscall (linux-amd64-cgo), const ETH_P_PAE = 34958
27076 pkg syscall (linux-amd64-cgo), const ETH_P_PAUSE = 34824
27077 pkg syscall (linux-amd64-cgo), const ETH_P_PHONET = 245
27078 pkg syscall (linux-amd64-cgo), const ETH_P_PPPTALK = 16
27079 pkg syscall (linux-amd64-cgo), const ETH_P_PPP_DISC = 34915
27080 pkg syscall (linux-amd64-cgo), const ETH_P_PPP_MP = 8
27081 pkg syscall (linux-amd64-cgo), const ETH_P_PPP_SES = 34916
27082 pkg syscall (linux-amd64-cgo), const ETH_P_PUP = 512
27083 pkg syscall (linux-amd64-cgo), const ETH_P_PUPAT = 513
27084 pkg syscall (linux-amd64-cgo), const ETH_P_RARP = 32821
27085 pkg syscall (linux-amd64-cgo), const ETH_P_SCA = 24583
27086 pkg syscall (linux-amd64-cgo), const ETH_P_SLOW = 34825
27087 pkg syscall (linux-amd64-cgo), const ETH_P_SNAP = 5
27088 pkg syscall (linux-amd64-cgo), const ETH_P_TEB = 25944
27089 pkg syscall (linux-amd64-cgo), const ETH_P_TIPC = 35018
27090 pkg syscall (linux-amd64-cgo), const ETH_P_TRAILER = 28
27091 pkg syscall (linux-amd64-cgo), const ETH_P_TR_802_2 = 17
27092 pkg syscall (linux-amd64-cgo), const ETH_P_WAN_PPP = 7
27093 pkg syscall (linux-amd64-cgo), const ETH_P_WCCP = 34878
27094 pkg syscall (linux-amd64-cgo), const ETH_P_X25 = 2053
27095 pkg syscall (linux-amd64-cgo), const ETIME = 62
27096 pkg syscall (linux-amd64-cgo), const ETIMEDOUT = 110
27097 pkg syscall (linux-amd64-cgo), const ETOOMANYREFS = 109
27098 pkg syscall (linux-amd64-cgo), const ETXTBSY = 26
27099 pkg syscall (linux-amd64-cgo), const EUCLEAN = 117
27100 pkg syscall (linux-amd64-cgo), const EUNATCH = 49
27101 pkg syscall (linux-amd64-cgo), const EUSERS = 87
27102 pkg syscall (linux-amd64-cgo), const EWOULDBLOCK = 11
27103 pkg syscall (linux-amd64-cgo), const EXDEV = 18
27104 pkg syscall (linux-amd64-cgo), const EXFULL = 54
27105 pkg syscall (linux-amd64-cgo), const FD_CLOEXEC = 1
27106 pkg syscall (linux-amd64-cgo), const FD_SETSIZE = 1024
27107 pkg syscall (linux-amd64-cgo), const FLUSHO = 4096
27108 pkg syscall (linux-amd64-cgo), const F_DUPFD = 0
27109 pkg syscall (linux-amd64-cgo), const F_DUPFD_CLOEXEC = 1030
27110 pkg syscall (linux-amd64-cgo), const F_EXLCK = 4
27111 pkg syscall (linux-amd64-cgo), const F_GETFD = 1
27112 pkg syscall (linux-amd64-cgo), const F_GETFL = 3
27113 pkg syscall (linux-amd64-cgo), const F_GETLEASE = 1025
27114 pkg syscall (linux-amd64-cgo), const F_GETLK = 5
27115 pkg syscall (linux-amd64-cgo), const F_GETLK64 = 5
27116 pkg syscall (linux-amd64-cgo), const F_GETOWN = 9
27117 pkg syscall (linux-amd64-cgo), const F_GETOWN_EX = 16
27118 pkg syscall (linux-amd64-cgo), const F_GETPIPE_SZ = 1032
27119 pkg syscall (linux-amd64-cgo), const F_GETSIG = 11
27120 pkg syscall (linux-amd64-cgo), const F_LOCK = 1
27121 pkg syscall (linux-amd64-cgo), const F_NOTIFY = 1026
27122 pkg syscall (linux-amd64-cgo), const F_OK = 0
27123 pkg syscall (linux-amd64-cgo), const F_RDLCK = 0
27124 pkg syscall (linux-amd64-cgo), const F_SETFD = 2
27125 pkg syscall (linux-amd64-cgo), const F_SETFL = 4
27126 pkg syscall (linux-amd64-cgo), const F_SETLEASE = 1024
27127 pkg syscall (linux-amd64-cgo), const F_SETLK = 6
27128 pkg syscall (linux-amd64-cgo), const F_SETLK64 = 6
27129 pkg syscall (linux-amd64-cgo), const F_SETLKW = 7
27130 pkg syscall (linux-amd64-cgo), const F_SETLKW64 = 7
27131 pkg syscall (linux-amd64-cgo), const F_SETOWN = 8
27132 pkg syscall (linux-amd64-cgo), const F_SETOWN_EX = 15
27133 pkg syscall (linux-amd64-cgo), const F_SETPIPE_SZ = 1031
27134 pkg syscall (linux-amd64-cgo), const F_SETSIG = 10
27135 pkg syscall (linux-amd64-cgo), const F_SHLCK = 8
27136 pkg syscall (linux-amd64-cgo), const F_TEST = 3
27137 pkg syscall (linux-amd64-cgo), const F_TLOCK = 2
27138 pkg syscall (linux-amd64-cgo), const F_ULOCK = 0
27139 pkg syscall (linux-amd64-cgo), const F_UNLCK = 2
27140 pkg syscall (linux-amd64-cgo), const F_WRLCK = 1
27141 pkg syscall (linux-amd64-cgo), const HUPCL = 1024
27142 pkg syscall (linux-amd64-cgo), const ICANON = 2
27143 pkg syscall (linux-amd64-cgo), const ICRNL = 256
27144 pkg syscall (linux-amd64-cgo), const IEXTEN = 32768
27145 pkg syscall (linux-amd64-cgo), const IFA_ADDRESS = 1
27146 pkg syscall (linux-amd64-cgo), const IFA_ANYCAST = 5
27147 pkg syscall (linux-amd64-cgo), const IFA_BROADCAST = 4
27148 pkg syscall (linux-amd64-cgo), const IFA_CACHEINFO = 6
27149 pkg syscall (linux-amd64-cgo), const IFA_F_DADFAILED = 8
27150 pkg syscall (linux-amd64-cgo), const IFA_F_DEPRECATED = 32
27151 pkg syscall (linux-amd64-cgo), const IFA_F_HOMEADDRESS = 16
27152 pkg syscall (linux-amd64-cgo), const IFA_F_NODAD = 2
27153 pkg syscall (linux-amd64-cgo), const IFA_F_OPTIMISTIC = 4
27154 pkg syscall (linux-amd64-cgo), const IFA_F_PERMANENT = 128
27155 pkg syscall (linux-amd64-cgo), const IFA_F_SECONDARY = 1
27156 pkg syscall (linux-amd64-cgo), const IFA_F_TEMPORARY = 1
27157 pkg syscall (linux-amd64-cgo), const IFA_F_TENTATIVE = 64
27158 pkg syscall (linux-amd64-cgo), const IFA_LABEL = 3
27159 pkg syscall (linux-amd64-cgo), const IFA_LOCAL = 2
27160 pkg syscall (linux-amd64-cgo), const IFA_MAX = 7
27161 pkg syscall (linux-amd64-cgo), const IFA_MULTICAST = 7
27162 pkg syscall (linux-amd64-cgo), const IFA_UNSPEC = 0
27163 pkg syscall (linux-amd64-cgo), const IFF_ALLMULTI = 512
27164 pkg syscall (linux-amd64-cgo), const IFF_AUTOMEDIA = 16384
27165 pkg syscall (linux-amd64-cgo), const IFF_DEBUG = 4
27166 pkg syscall (linux-amd64-cgo), const IFF_DYNAMIC = 32768
27167 pkg syscall (linux-amd64-cgo), const IFF_LOOPBACK = 8
27168 pkg syscall (linux-amd64-cgo), const IFF_MASTER = 1024
27169 pkg syscall (linux-amd64-cgo), const IFF_MULTICAST = 4096
27170 pkg syscall (linux-amd64-cgo), const IFF_NOARP = 128
27171 pkg syscall (linux-amd64-cgo), const IFF_NOTRAILERS = 32
27172 pkg syscall (linux-amd64-cgo), const IFF_NO_PI = 4096
27173 pkg syscall (linux-amd64-cgo), const IFF_ONE_QUEUE = 8192
27174 pkg syscall (linux-amd64-cgo), const IFF_POINTOPOINT = 16
27175 pkg syscall (linux-amd64-cgo), const IFF_PORTSEL = 8192
27176 pkg syscall (linux-amd64-cgo), const IFF_PROMISC = 256
27177 pkg syscall (linux-amd64-cgo), const IFF_RUNNING = 64
27178 pkg syscall (linux-amd64-cgo), const IFF_SLAVE = 2048
27179 pkg syscall (linux-amd64-cgo), const IFF_TAP = 2
27180 pkg syscall (linux-amd64-cgo), const IFF_TUN = 1
27181 pkg syscall (linux-amd64-cgo), const IFF_TUN_EXCL = 32768
27182 pkg syscall (linux-amd64-cgo), const IFF_VNET_HDR = 16384
27183 pkg syscall (linux-amd64-cgo), const IFLA_ADDRESS = 1
27184 pkg syscall (linux-amd64-cgo), const IFLA_BROADCAST = 2
27185 pkg syscall (linux-amd64-cgo), const IFLA_COST = 8
27186 pkg syscall (linux-amd64-cgo), const IFLA_IFALIAS = 20
27187 pkg syscall (linux-amd64-cgo), const IFLA_IFNAME = 3
27188 pkg syscall (linux-amd64-cgo), const IFLA_LINK = 5
27189 pkg syscall (linux-amd64-cgo), const IFLA_LINKINFO = 18
27190 pkg syscall (linux-amd64-cgo), const IFLA_LINKMODE = 17
27191 pkg syscall (linux-amd64-cgo), const IFLA_MAP = 14
27192 pkg syscall (linux-amd64-cgo), const IFLA_MASTER = 10
27193 pkg syscall (linux-amd64-cgo), const IFLA_MAX = 29
27194 pkg syscall (linux-amd64-cgo), const IFLA_MTU = 4
27195 pkg syscall (linux-amd64-cgo), const IFLA_NET_NS_PID = 19
27196 pkg syscall (linux-amd64-cgo), const IFLA_OPERSTATE = 16
27197 pkg syscall (linux-amd64-cgo), const IFLA_PRIORITY = 9
27198 pkg syscall (linux-amd64-cgo), const IFLA_PROTINFO = 12
27199 pkg syscall (linux-amd64-cgo), const IFLA_QDISC = 6
27200 pkg syscall (linux-amd64-cgo), const IFLA_STATS = 7
27201 pkg syscall (linux-amd64-cgo), const IFLA_TXQLEN = 13
27202 pkg syscall (linux-amd64-cgo), const IFLA_UNSPEC = 0
27203 pkg syscall (linux-amd64-cgo), const IFLA_WEIGHT = 15
27204 pkg syscall (linux-amd64-cgo), const IFLA_WIRELESS = 11
27205 pkg syscall (linux-amd64-cgo), const IFNAMSIZ = 16
27206 pkg syscall (linux-amd64-cgo), const IGNBRK = 1
27207 pkg syscall (linux-amd64-cgo), const IGNCR = 128
27208 pkg syscall (linux-amd64-cgo), const IGNPAR = 4
27209 pkg syscall (linux-amd64-cgo), const IMAXBEL = 8192
27210 pkg syscall (linux-amd64-cgo), const INLCR = 64
27211 pkg syscall (linux-amd64-cgo), const INPCK = 16
27212 pkg syscall (linux-amd64-cgo), const IN_ACCESS = 1
27213 pkg syscall (linux-amd64-cgo), const IN_ALL_EVENTS = 4095
27214 pkg syscall (linux-amd64-cgo), const IN_ATTRIB = 4
27215 pkg syscall (linux-amd64-cgo), const IN_CLASSA_HOST = 16777215
27216 pkg syscall (linux-amd64-cgo), const IN_CLASSA_MAX = 128
27217 pkg syscall (linux-amd64-cgo), const IN_CLASSA_NET = 4278190080
27218 pkg syscall (linux-amd64-cgo), const IN_CLASSA_NSHIFT = 24
27219 pkg syscall (linux-amd64-cgo), const IN_CLASSB_HOST = 65535
27220 pkg syscall (linux-amd64-cgo), const IN_CLASSB_MAX = 65536
27221 pkg syscall (linux-amd64-cgo), const IN_CLASSB_NET = 4294901760
27222 pkg syscall (linux-amd64-cgo), const IN_CLASSB_NSHIFT = 16
27223 pkg syscall (linux-amd64-cgo), const IN_CLASSC_HOST = 255
27224 pkg syscall (linux-amd64-cgo), const IN_CLASSC_NET = 4294967040
27225 pkg syscall (linux-amd64-cgo), const IN_CLASSC_NSHIFT = 8
27226 pkg syscall (linux-amd64-cgo), const IN_CLOEXEC = 524288
27227 pkg syscall (linux-amd64-cgo), const IN_CLOSE = 24
27228 pkg syscall (linux-amd64-cgo), const IN_CLOSE_NOWRITE = 16
27229 pkg syscall (linux-amd64-cgo), const IN_CLOSE_WRITE = 8
27230 pkg syscall (linux-amd64-cgo), const IN_CREATE = 256
27231 pkg syscall (linux-amd64-cgo), const IN_DELETE = 512
27232 pkg syscall (linux-amd64-cgo), const IN_DELETE_SELF = 1024
27233 pkg syscall (linux-amd64-cgo), const IN_DONT_FOLLOW = 33554432
27234 pkg syscall (linux-amd64-cgo), const IN_EXCL_UNLINK = 67108864
27235 pkg syscall (linux-amd64-cgo), const IN_IGNORED = 32768
27236 pkg syscall (linux-amd64-cgo), const IN_ISDIR = 1073741824
27237 pkg syscall (linux-amd64-cgo), const IN_LOOPBACKNET = 127
27238 pkg syscall (linux-amd64-cgo), const IN_MASK_ADD = 536870912
27239 pkg syscall (linux-amd64-cgo), const IN_MODIFY = 2
27240 pkg syscall (linux-amd64-cgo), const IN_MOVE = 192
27241 pkg syscall (linux-amd64-cgo), const IN_MOVED_FROM = 64
27242 pkg syscall (linux-amd64-cgo), const IN_MOVED_TO = 128
27243 pkg syscall (linux-amd64-cgo), const IN_MOVE_SELF = 2048
27244 pkg syscall (linux-amd64-cgo), const IN_NONBLOCK = 2048
27245 pkg syscall (linux-amd64-cgo), const IN_ONESHOT = 2147483648
27246 pkg syscall (linux-amd64-cgo), const IN_ONLYDIR = 16777216
27247 pkg syscall (linux-amd64-cgo), const IN_OPEN = 32
27248 pkg syscall (linux-amd64-cgo), const IN_Q_OVERFLOW = 16384
27249 pkg syscall (linux-amd64-cgo), const IN_UNMOUNT = 8192
27250 pkg syscall (linux-amd64-cgo), const IPPROTO_AH = 51
27251 pkg syscall (linux-amd64-cgo), const IPPROTO_COMP = 108
27252 pkg syscall (linux-amd64-cgo), const IPPROTO_DCCP = 33
27253 pkg syscall (linux-amd64-cgo), const IPPROTO_DSTOPTS = 60
27254 pkg syscall (linux-amd64-cgo), const IPPROTO_EGP = 8
27255 pkg syscall (linux-amd64-cgo), const IPPROTO_ENCAP = 98
27256 pkg syscall (linux-amd64-cgo), const IPPROTO_ESP = 50
27257 pkg syscall (linux-amd64-cgo), const IPPROTO_FRAGMENT = 44
27258 pkg syscall (linux-amd64-cgo), const IPPROTO_GRE = 47
27259 pkg syscall (linux-amd64-cgo), const IPPROTO_HOPOPTS = 0
27260 pkg syscall (linux-amd64-cgo), const IPPROTO_ICMP = 1
27261 pkg syscall (linux-amd64-cgo), const IPPROTO_ICMPV6 = 58
27262 pkg syscall (linux-amd64-cgo), const IPPROTO_IDP = 22
27263 pkg syscall (linux-amd64-cgo), const IPPROTO_IGMP = 2
27264 pkg syscall (linux-amd64-cgo), const IPPROTO_IPIP = 4
27265 pkg syscall (linux-amd64-cgo), const IPPROTO_MTP = 92
27266 pkg syscall (linux-amd64-cgo), const IPPROTO_NONE = 59
27267 pkg syscall (linux-amd64-cgo), const IPPROTO_PIM = 103
27268 pkg syscall (linux-amd64-cgo), const IPPROTO_PUP = 12
27269 pkg syscall (linux-amd64-cgo), const IPPROTO_RAW = 255
27270 pkg syscall (linux-amd64-cgo), const IPPROTO_ROUTING = 43
27271 pkg syscall (linux-amd64-cgo), const IPPROTO_RSVP = 46
27272 pkg syscall (linux-amd64-cgo), const IPPROTO_SCTP = 132
27273 pkg syscall (linux-amd64-cgo), const IPPROTO_TP = 29
27274 pkg syscall (linux-amd64-cgo), const IPPROTO_UDPLITE = 136
27275 pkg syscall (linux-amd64-cgo), const IPV6_2292DSTOPTS = 4
27276 pkg syscall (linux-amd64-cgo), const IPV6_2292HOPLIMIT = 8
27277 pkg syscall (linux-amd64-cgo), const IPV6_2292HOPOPTS = 3
27278 pkg syscall (linux-amd64-cgo), const IPV6_2292PKTINFO = 2
27279 pkg syscall (linux-amd64-cgo), const IPV6_2292PKTOPTIONS = 6
27280 pkg syscall (linux-amd64-cgo), const IPV6_2292RTHDR = 5
27281 pkg syscall (linux-amd64-cgo), const IPV6_ADDRFORM = 1
27282 pkg syscall (linux-amd64-cgo), const IPV6_ADD_MEMBERSHIP = 20
27283 pkg syscall (linux-amd64-cgo), const IPV6_AUTHHDR = 10
27284 pkg syscall (linux-amd64-cgo), const IPV6_CHECKSUM = 7
27285 pkg syscall (linux-amd64-cgo), const IPV6_DROP_MEMBERSHIP = 21
27286 pkg syscall (linux-amd64-cgo), const IPV6_DSTOPTS = 59
27287 pkg syscall (linux-amd64-cgo), const IPV6_HOPLIMIT = 52
27288 pkg syscall (linux-amd64-cgo), const IPV6_HOPOPTS = 54
27289 pkg syscall (linux-amd64-cgo), const IPV6_IPSEC_POLICY = 34
27290 pkg syscall (linux-amd64-cgo), const IPV6_JOIN_ANYCAST = 27
27291 pkg syscall (linux-amd64-cgo), const IPV6_JOIN_GROUP = 20
27292 pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_ANYCAST = 28
27293 pkg syscall (linux-amd64-cgo), const IPV6_LEAVE_GROUP = 21
27294 pkg syscall (linux-amd64-cgo), const IPV6_MTU = 24
27295 pkg syscall (linux-amd64-cgo), const IPV6_MTU_DISCOVER = 23
27296 pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_HOPS = 18
27297 pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_IF = 17
27298 pkg syscall (linux-amd64-cgo), const IPV6_MULTICAST_LOOP = 19
27299 pkg syscall (linux-amd64-cgo), const IPV6_NEXTHOP = 9
27300 pkg syscall (linux-amd64-cgo), const IPV6_PKTINFO = 50
27301 pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DO = 2
27302 pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_DONT = 0
27303 pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_PROBE = 3
27304 pkg syscall (linux-amd64-cgo), const IPV6_PMTUDISC_WANT = 1
27305 pkg syscall (linux-amd64-cgo), const IPV6_RECVDSTOPTS = 58
27306 pkg syscall (linux-amd64-cgo), const IPV6_RECVERR = 25
27307 pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPLIMIT = 51
27308 pkg syscall (linux-amd64-cgo), const IPV6_RECVHOPOPTS = 53
27309 pkg syscall (linux-amd64-cgo), const IPV6_RECVPKTINFO = 49
27310 pkg syscall (linux-amd64-cgo), const IPV6_RECVRTHDR = 56
27311 pkg syscall (linux-amd64-cgo), const IPV6_RECVTCLASS = 66
27312 pkg syscall (linux-amd64-cgo), const IPV6_ROUTER_ALERT = 22
27313 pkg syscall (linux-amd64-cgo), const IPV6_RTHDR = 57
27314 pkg syscall (linux-amd64-cgo), const IPV6_RTHDRDSTOPTS = 55
27315 pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
27316 pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_STRICT = 1
27317 pkg syscall (linux-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
27318 pkg syscall (linux-amd64-cgo), const IPV6_RXDSTOPTS = 59
27319 pkg syscall (linux-amd64-cgo), const IPV6_RXHOPOPTS = 54
27320 pkg syscall (linux-amd64-cgo), const IPV6_TCLASS = 67
27321 pkg syscall (linux-amd64-cgo), const IPV6_UNICAST_HOPS = 16
27322 pkg syscall (linux-amd64-cgo), const IPV6_V6ONLY = 26
27323 pkg syscall (linux-amd64-cgo), const IPV6_XFRM_POLICY = 35
27324 pkg syscall (linux-amd64-cgo), const IP_ADD_MEMBERSHIP = 35
27325 pkg syscall (linux-amd64-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
27326 pkg syscall (linux-amd64-cgo), const IP_BLOCK_SOURCE = 38
27327 pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
27328 pkg syscall (linux-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
27329 pkg syscall (linux-amd64-cgo), const IP_DF = 16384
27330 pkg syscall (linux-amd64-cgo), const IP_DROP_MEMBERSHIP = 36
27331 pkg syscall (linux-amd64-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
27332 pkg syscall (linux-amd64-cgo), const IP_FREEBIND = 15
27333 pkg syscall (linux-amd64-cgo), const IP_HDRINCL = 3
27334 pkg syscall (linux-amd64-cgo), const IP_IPSEC_POLICY = 16
27335 pkg syscall (linux-amd64-cgo), const IP_MAXPACKET = 65535
27336 pkg syscall (linux-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
27337 pkg syscall (linux-amd64-cgo), const IP_MF = 8192
27338 pkg syscall (linux-amd64-cgo), const IP_MINTTL = 21
27339 pkg syscall (linux-amd64-cgo), const IP_MSFILTER = 41
27340 pkg syscall (linux-amd64-cgo), const IP_MSS = 576
27341 pkg syscall (linux-amd64-cgo), const IP_MTU = 14
27342 pkg syscall (linux-amd64-cgo), const IP_MTU_DISCOVER = 10
27343 pkg syscall (linux-amd64-cgo), const IP_MULTICAST_IF = 32
27344 pkg syscall (linux-amd64-cgo), const IP_MULTICAST_LOOP = 34
27345 pkg syscall (linux-amd64-cgo), const IP_MULTICAST_TTL = 33
27346 pkg syscall (linux-amd64-cgo), const IP_OFFMASK = 8191
27347 pkg syscall (linux-amd64-cgo), const IP_OPTIONS = 4
27348 pkg syscall (linux-amd64-cgo), const IP_ORIGDSTADDR = 20
27349 pkg syscall (linux-amd64-cgo), const IP_PASSSEC = 18
27350 pkg syscall (linux-amd64-cgo), const IP_PKTINFO = 8
27351 pkg syscall (linux-amd64-cgo), const IP_PKTOPTIONS = 9
27352 pkg syscall (linux-amd64-cgo), const IP_PMTUDISC = 10
27353 pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DO = 2
27354 pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_DONT = 0
27355 pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_PROBE = 3
27356 pkg syscall (linux-amd64-cgo), const IP_PMTUDISC_WANT = 1
27357 pkg syscall (linux-amd64-cgo), const IP_RECVERR = 11
27358 pkg syscall (linux-amd64-cgo), const IP_RECVOPTS = 6
27359 pkg syscall (linux-amd64-cgo), const IP_RECVORIGDSTADDR = 20
27360 pkg syscall (linux-amd64-cgo), const IP_RECVRETOPTS = 7
27361 pkg syscall (linux-amd64-cgo), const IP_RECVTOS = 13
27362 pkg syscall (linux-amd64-cgo), const IP_RECVTTL = 12
27363 pkg syscall (linux-amd64-cgo), const IP_RETOPTS = 7
27364 pkg syscall (linux-amd64-cgo), const IP_RF = 32768
27365 pkg syscall (linux-amd64-cgo), const IP_ROUTER_ALERT = 5
27366 pkg syscall (linux-amd64-cgo), const IP_TOS = 1
27367 pkg syscall (linux-amd64-cgo), const IP_TRANSPARENT = 19
27368 pkg syscall (linux-amd64-cgo), const IP_TTL = 2
27369 pkg syscall (linux-amd64-cgo), const IP_UNBLOCK_SOURCE = 37
27370 pkg syscall (linux-amd64-cgo), const IP_XFRM_POLICY = 17
27371 pkg syscall (linux-amd64-cgo), const ISIG = 1
27372 pkg syscall (linux-amd64-cgo), const ISTRIP = 32
27373 pkg syscall (linux-amd64-cgo), const IUCLC = 512
27374 pkg syscall (linux-amd64-cgo), const IUTF8 = 16384
27375 pkg syscall (linux-amd64-cgo), const IXANY = 2048
27376 pkg syscall (linux-amd64-cgo), const IXOFF = 4096
27377 pkg syscall (linux-amd64-cgo), const IXON = 1024
27378 pkg syscall (linux-amd64-cgo), const ImplementsGetwd = true
27379 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
27380 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
27381 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
27382 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
27383 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
27384 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
27385 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
27386 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
27387 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
27388 pkg syscall (linux-amd64-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
27389 pkg syscall (linux-amd64-cgo), const LOCK_EX = 2
27390 pkg syscall (linux-amd64-cgo), const LOCK_NB = 4
27391 pkg syscall (linux-amd64-cgo), const LOCK_SH = 1
27392 pkg syscall (linux-amd64-cgo), const LOCK_UN = 8
27393 pkg syscall (linux-amd64-cgo), const MADV_DOFORK = 11
27394 pkg syscall (linux-amd64-cgo), const MADV_DONTFORK = 10
27395 pkg syscall (linux-amd64-cgo), const MADV_DONTNEED = 4
27396 pkg syscall (linux-amd64-cgo), const MADV_HUGEPAGE = 14
27397 pkg syscall (linux-amd64-cgo), const MADV_HWPOISON = 100
27398 pkg syscall (linux-amd64-cgo), const MADV_MERGEABLE = 12
27399 pkg syscall (linux-amd64-cgo), const MADV_NOHUGEPAGE = 15
27400 pkg syscall (linux-amd64-cgo), const MADV_NORMAL = 0
27401 pkg syscall (linux-amd64-cgo), const MADV_RANDOM = 1
27402 pkg syscall (linux-amd64-cgo), const MADV_REMOVE = 9
27403 pkg syscall (linux-amd64-cgo), const MADV_SEQUENTIAL = 2
27404 pkg syscall (linux-amd64-cgo), const MADV_UNMERGEABLE = 13
27405 pkg syscall (linux-amd64-cgo), const MADV_WILLNEED = 3
27406 pkg syscall (linux-amd64-cgo), const MAP_32BIT = 64
27407 pkg syscall (linux-amd64-cgo), const MAP_ANON = 32
27408 pkg syscall (linux-amd64-cgo), const MAP_ANONYMOUS = 32
27409 pkg syscall (linux-amd64-cgo), const MAP_DENYWRITE = 2048
27410 pkg syscall (linux-amd64-cgo), const MAP_EXECUTABLE = 4096
27411 pkg syscall (linux-amd64-cgo), const MAP_FILE = 0
27412 pkg syscall (linux-amd64-cgo), const MAP_FIXED = 16
27413 pkg syscall (linux-amd64-cgo), const MAP_GROWSDOWN = 256
27414 pkg syscall (linux-amd64-cgo), const MAP_HUGETLB = 262144
27415 pkg syscall (linux-amd64-cgo), const MAP_LOCKED = 8192
27416 pkg syscall (linux-amd64-cgo), const MAP_NONBLOCK = 65536
27417 pkg syscall (linux-amd64-cgo), const MAP_NORESERVE = 16384
27418 pkg syscall (linux-amd64-cgo), const MAP_POPULATE = 32768
27419 pkg syscall (linux-amd64-cgo), const MAP_PRIVATE = 2
27420 pkg syscall (linux-amd64-cgo), const MAP_SHARED = 1
27421 pkg syscall (linux-amd64-cgo), const MAP_STACK = 131072
27422 pkg syscall (linux-amd64-cgo), const MAP_TYPE = 15
27423 pkg syscall (linux-amd64-cgo), const MCL_CURRENT = 1
27424 pkg syscall (linux-amd64-cgo), const MCL_FUTURE = 2
27425 pkg syscall (linux-amd64-cgo), const MNT_DETACH = 2
27426 pkg syscall (linux-amd64-cgo), const MNT_EXPIRE = 4
27427 pkg syscall (linux-amd64-cgo), const MNT_FORCE = 1
27428 pkg syscall (linux-amd64-cgo), const MSG_CMSG_CLOEXEC = 1073741824
27429 pkg syscall (linux-amd64-cgo), const MSG_CONFIRM = 2048
27430 pkg syscall (linux-amd64-cgo), const MSG_CTRUNC = 8
27431 pkg syscall (linux-amd64-cgo), const MSG_DONTROUTE = 4
27432 pkg syscall (linux-amd64-cgo), const MSG_DONTWAIT = 64
27433 pkg syscall (linux-amd64-cgo), const MSG_EOR = 128
27434 pkg syscall (linux-amd64-cgo), const MSG_ERRQUEUE = 8192
27435 pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN = 536870912
27436 pkg syscall (linux-amd64-cgo), const MSG_FASTOPEN ideal-int
27437 pkg syscall (linux-amd64-cgo), const MSG_FIN = 512
27438 pkg syscall (linux-amd64-cgo), const MSG_MORE = 32768
27439 pkg syscall (linux-amd64-cgo), const MSG_NOSIGNAL = 16384
27440 pkg syscall (linux-amd64-cgo), const MSG_OOB = 1
27441 pkg syscall (linux-amd64-cgo), const MSG_PEEK = 2
27442 pkg syscall (linux-amd64-cgo), const MSG_PROXY = 16
27443 pkg syscall (linux-amd64-cgo), const MSG_RST = 4096
27444 pkg syscall (linux-amd64-cgo), const MSG_SYN = 1024
27445 pkg syscall (linux-amd64-cgo), const MSG_TRUNC = 32
27446 pkg syscall (linux-amd64-cgo), const MSG_TRYHARD = 4
27447 pkg syscall (linux-amd64-cgo), const MSG_WAITALL = 256
27448 pkg syscall (linux-amd64-cgo), const MSG_WAITFORONE = 65536
27449 pkg syscall (linux-amd64-cgo), const MS_ACTIVE = 1073741824
27450 pkg syscall (linux-amd64-cgo), const MS_ASYNC = 1
27451 pkg syscall (linux-amd64-cgo), const MS_BIND = 4096
27452 pkg syscall (linux-amd64-cgo), const MS_DIRSYNC = 128
27453 pkg syscall (linux-amd64-cgo), const MS_INVALIDATE = 2
27454 pkg syscall (linux-amd64-cgo), const MS_I_VERSION = 8388608
27455 pkg syscall (linux-amd64-cgo), const MS_KERNMOUNT = 4194304
27456 pkg syscall (linux-amd64-cgo), const MS_MANDLOCK = 64
27457 pkg syscall (linux-amd64-cgo), const MS_MGC_MSK = 4294901760
27458 pkg syscall (linux-amd64-cgo), const MS_MGC_VAL = 3236757504
27459 pkg syscall (linux-amd64-cgo), const MS_MOVE = 8192
27460 pkg syscall (linux-amd64-cgo), const MS_NOATIME = 1024
27461 pkg syscall (linux-amd64-cgo), const MS_NODEV = 4
27462 pkg syscall (linux-amd64-cgo), const MS_NODIRATIME = 2048
27463 pkg syscall (linux-amd64-cgo), const MS_NOEXEC = 8
27464 pkg syscall (linux-amd64-cgo), const MS_NOSUID = 2
27465 pkg syscall (linux-amd64-cgo), const MS_NOUSER = -2147483648
27466 pkg syscall (linux-amd64-cgo), const MS_POSIXACL = 65536
27467 pkg syscall (linux-amd64-cgo), const MS_PRIVATE = 262144
27468 pkg syscall (linux-amd64-cgo), const MS_RDONLY = 1
27469 pkg syscall (linux-amd64-cgo), const MS_REC = 16384
27470 pkg syscall (linux-amd64-cgo), const MS_RELATIME = 2097152
27471 pkg syscall (linux-amd64-cgo), const MS_REMOUNT = 32
27472 pkg syscall (linux-amd64-cgo), const MS_RMT_MASK = 8388689
27473 pkg syscall (linux-amd64-cgo), const MS_SHARED = 1048576
27474 pkg syscall (linux-amd64-cgo), const MS_SILENT = 32768
27475 pkg syscall (linux-amd64-cgo), const MS_SLAVE = 524288
27476 pkg syscall (linux-amd64-cgo), const MS_STRICTATIME = 16777216
27477 pkg syscall (linux-amd64-cgo), const MS_SYNC = 4
27478 pkg syscall (linux-amd64-cgo), const MS_SYNCHRONOUS = 16
27479 pkg syscall (linux-amd64-cgo), const MS_UNBINDABLE = 131072
27480 pkg syscall (linux-amd64-cgo), const NAME_MAX = 255
27481 pkg syscall (linux-amd64-cgo), const NETLINK_ADD_MEMBERSHIP = 1
27482 pkg syscall (linux-amd64-cgo), const NETLINK_AUDIT = 9
27483 pkg syscall (linux-amd64-cgo), const NETLINK_BROADCAST_ERROR = 4
27484 pkg syscall (linux-amd64-cgo), const NETLINK_CONNECTOR = 11
27485 pkg syscall (linux-amd64-cgo), const NETLINK_DNRTMSG = 14
27486 pkg syscall (linux-amd64-cgo), const NETLINK_DROP_MEMBERSHIP = 2
27487 pkg syscall (linux-amd64-cgo), const NETLINK_ECRYPTFS = 19
27488 pkg syscall (linux-amd64-cgo), const NETLINK_FIB_LOOKUP = 10
27489 pkg syscall (linux-amd64-cgo), const NETLINK_FIREWALL = 3
27490 pkg syscall (linux-amd64-cgo), const NETLINK_GENERIC = 16
27491 pkg syscall (linux-amd64-cgo), const NETLINK_INET_DIAG = 4
27492 pkg syscall (linux-amd64-cgo), const NETLINK_IP6_FW = 13
27493 pkg syscall (linux-amd64-cgo), const NETLINK_ISCSI = 8
27494 pkg syscall (linux-amd64-cgo), const NETLINK_KOBJECT_UEVENT = 15
27495 pkg syscall (linux-amd64-cgo), const NETLINK_NETFILTER = 12
27496 pkg syscall (linux-amd64-cgo), const NETLINK_NFLOG = 5
27497 pkg syscall (linux-amd64-cgo), const NETLINK_NO_ENOBUFS = 5
27498 pkg syscall (linux-amd64-cgo), const NETLINK_PKTINFO = 3
27499 pkg syscall (linux-amd64-cgo), const NETLINK_ROUTE = 0
27500 pkg syscall (linux-amd64-cgo), const NETLINK_SCSITRANSPORT = 18
27501 pkg syscall (linux-amd64-cgo), const NETLINK_SELINUX = 7
27502 pkg syscall (linux-amd64-cgo), const NETLINK_UNUSED = 1
27503 pkg syscall (linux-amd64-cgo), const NETLINK_USERSOCK = 2
27504 pkg syscall (linux-amd64-cgo), const NETLINK_XFRM = 6
27505 pkg syscall (linux-amd64-cgo), const NLA_ALIGNTO = 4
27506 pkg syscall (linux-amd64-cgo), const NLA_F_NESTED = 32768
27507 pkg syscall (linux-amd64-cgo), const NLA_F_NET_BYTEORDER = 16384
27508 pkg syscall (linux-amd64-cgo), const NLA_HDRLEN = 4
27509 pkg syscall (linux-amd64-cgo), const NLMSG_ALIGNTO = 4
27510 pkg syscall (linux-amd64-cgo), const NLMSG_DONE = 3
27511 pkg syscall (linux-amd64-cgo), const NLMSG_ERROR = 2
27512 pkg syscall (linux-amd64-cgo), const NLMSG_HDRLEN = 16
27513 pkg syscall (linux-amd64-cgo), const NLMSG_MIN_TYPE = 16
27514 pkg syscall (linux-amd64-cgo), const NLMSG_NOOP = 1
27515 pkg syscall (linux-amd64-cgo), const NLMSG_OVERRUN = 4
27516 pkg syscall (linux-amd64-cgo), const NLM_F_ACK = 4
27517 pkg syscall (linux-amd64-cgo), const NLM_F_APPEND = 2048
27518 pkg syscall (linux-amd64-cgo), const NLM_F_ATOMIC = 1024
27519 pkg syscall (linux-amd64-cgo), const NLM_F_CREATE = 1024
27520 pkg syscall (linux-amd64-cgo), const NLM_F_DUMP = 768
27521 pkg syscall (linux-amd64-cgo), const NLM_F_ECHO = 8
27522 pkg syscall (linux-amd64-cgo), const NLM_F_EXCL = 512
27523 pkg syscall (linux-amd64-cgo), const NLM_F_MATCH = 512
27524 pkg syscall (linux-amd64-cgo), const NLM_F_MULTI = 2
27525 pkg syscall (linux-amd64-cgo), const NLM_F_REPLACE = 256
27526 pkg syscall (linux-amd64-cgo), const NLM_F_REQUEST = 1
27527 pkg syscall (linux-amd64-cgo), const NLM_F_ROOT = 256
27528 pkg syscall (linux-amd64-cgo), const NOFLSH = 128
27529 pkg syscall (linux-amd64-cgo), const OCRNL = 8
27530 pkg syscall (linux-amd64-cgo), const OFDEL = 128
27531 pkg syscall (linux-amd64-cgo), const OFILL = 64
27532 pkg syscall (linux-amd64-cgo), const OLCUC = 2
27533 pkg syscall (linux-amd64-cgo), const ONLCR = 4
27534 pkg syscall (linux-amd64-cgo), const ONLRET = 32
27535 pkg syscall (linux-amd64-cgo), const ONOCR = 16
27536 pkg syscall (linux-amd64-cgo), const OPOST = 1
27537 pkg syscall (linux-amd64-cgo), const O_ACCMODE = 3
27538 pkg syscall (linux-amd64-cgo), const O_APPEND = 1024
27539 pkg syscall (linux-amd64-cgo), const O_ASYNC = 8192
27540 pkg syscall (linux-amd64-cgo), const O_CLOEXEC = 524288
27541 pkg syscall (linux-amd64-cgo), const O_CREAT = 64
27542 pkg syscall (linux-amd64-cgo), const O_DIRECT = 16384
27543 pkg syscall (linux-amd64-cgo), const O_DIRECTORY = 65536
27544 pkg syscall (linux-amd64-cgo), const O_DSYNC = 4096
27545 pkg syscall (linux-amd64-cgo), const O_EXCL = 128
27546 pkg syscall (linux-amd64-cgo), const O_FSYNC = 1052672
27547 pkg syscall (linux-amd64-cgo), const O_LARGEFILE = 0
27548 pkg syscall (linux-amd64-cgo), const O_NDELAY = 2048
27549 pkg syscall (linux-amd64-cgo), const O_NOATIME = 262144
27550 pkg syscall (linux-amd64-cgo), const O_NOCTTY = 256
27551 pkg syscall (linux-amd64-cgo), const O_NOFOLLOW = 131072
27552 pkg syscall (linux-amd64-cgo), const O_NONBLOCK = 2048
27553 pkg syscall (linux-amd64-cgo), const O_RSYNC = 1052672
27554 pkg syscall (linux-amd64-cgo), const O_SYNC = 1052672
27555 pkg syscall (linux-amd64-cgo), const O_TRUNC = 512
27556 pkg syscall (linux-amd64-cgo), const PACKET_ADD_MEMBERSHIP = 1
27557 pkg syscall (linux-amd64-cgo), const PACKET_BROADCAST = 1
27558 pkg syscall (linux-amd64-cgo), const PACKET_DROP_MEMBERSHIP = 2
27559 pkg syscall (linux-amd64-cgo), const PACKET_FASTROUTE = 6
27560 pkg syscall (linux-amd64-cgo), const PACKET_HOST = 0
27561 pkg syscall (linux-amd64-cgo), const PACKET_LOOPBACK = 5
27562 pkg syscall (linux-amd64-cgo), const PACKET_MR_ALLMULTI = 2
27563 pkg syscall (linux-amd64-cgo), const PACKET_MR_MULTICAST = 0
27564 pkg syscall (linux-amd64-cgo), const PACKET_MR_PROMISC = 1
27565 pkg syscall (linux-amd64-cgo), const PACKET_MULTICAST = 2
27566 pkg syscall (linux-amd64-cgo), const PACKET_OTHERHOST = 3
27567 pkg syscall (linux-amd64-cgo), const PACKET_OUTGOING = 4
27568 pkg syscall (linux-amd64-cgo), const PACKET_RECV_OUTPUT = 3
27569 pkg syscall (linux-amd64-cgo), const PACKET_RX_RING = 5
27570 pkg syscall (linux-amd64-cgo), const PACKET_STATISTICS = 6
27571 pkg syscall (linux-amd64-cgo), const PARENB = 256
27572 pkg syscall (linux-amd64-cgo), const PARMRK = 8
27573 pkg syscall (linux-amd64-cgo), const PARODD = 512
27574 pkg syscall (linux-amd64-cgo), const PENDIN = 16384
27575 pkg syscall (linux-amd64-cgo), const PROT_EXEC = 4
27576 pkg syscall (linux-amd64-cgo), const PROT_GROWSDOWN = 16777216
27577 pkg syscall (linux-amd64-cgo), const PROT_GROWSUP = 33554432
27578 pkg syscall (linux-amd64-cgo), const PROT_NONE = 0
27579 pkg syscall (linux-amd64-cgo), const PROT_READ = 1
27580 pkg syscall (linux-amd64-cgo), const PROT_WRITE = 2
27581 pkg syscall (linux-amd64-cgo), const PR_CAPBSET_DROP = 24
27582 pkg syscall (linux-amd64-cgo), const PR_CAPBSET_READ = 23
27583 pkg syscall (linux-amd64-cgo), const PR_ENDIAN_BIG = 0
27584 pkg syscall (linux-amd64-cgo), const PR_ENDIAN_LITTLE = 1
27585 pkg syscall (linux-amd64-cgo), const PR_ENDIAN_PPC_LITTLE = 2
27586 pkg syscall (linux-amd64-cgo), const PR_FPEMU_NOPRINT = 1
27587 pkg syscall (linux-amd64-cgo), const PR_FPEMU_SIGFPE = 2
27588 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_ASYNC = 2
27589 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DISABLED = 0
27590 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_DIV = 65536
27591 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_INV = 1048576
27592 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_NONRECOV = 1
27593 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_OVF = 131072
27594 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_PRECISE = 3
27595 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_RES = 524288
27596 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_SW_ENABLE = 128
27597 pkg syscall (linux-amd64-cgo), const PR_FP_EXC_UND = 262144
27598 pkg syscall (linux-amd64-cgo), const PR_GET_DUMPABLE = 3
27599 pkg syscall (linux-amd64-cgo), const PR_GET_ENDIAN = 19
27600 pkg syscall (linux-amd64-cgo), const PR_GET_FPEMU = 9
27601 pkg syscall (linux-amd64-cgo), const PR_GET_FPEXC = 11
27602 pkg syscall (linux-amd64-cgo), const PR_GET_KEEPCAPS = 7
27603 pkg syscall (linux-amd64-cgo), const PR_GET_NAME = 16
27604 pkg syscall (linux-amd64-cgo), const PR_GET_PDEATHSIG = 2
27605 pkg syscall (linux-amd64-cgo), const PR_GET_SECCOMP = 21
27606 pkg syscall (linux-amd64-cgo), const PR_GET_SECUREBITS = 27
27607 pkg syscall (linux-amd64-cgo), const PR_GET_TIMERSLACK = 30
27608 pkg syscall (linux-amd64-cgo), const PR_GET_TIMING = 13
27609 pkg syscall (linux-amd64-cgo), const PR_GET_TSC = 25
27610 pkg syscall (linux-amd64-cgo), const PR_GET_UNALIGN = 5
27611 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL = 33
27612 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_CLEAR = 0
27613 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_DEFAULT = 2
27614 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_EARLY = 1
27615 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_GET = 34
27616 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_LATE = 0
27617 pkg syscall (linux-amd64-cgo), const PR_MCE_KILL_SET = 1
27618 pkg syscall (linux-amd64-cgo), const PR_SET_DUMPABLE = 4
27619 pkg syscall (linux-amd64-cgo), const PR_SET_ENDIAN = 20
27620 pkg syscall (linux-amd64-cgo), const PR_SET_FPEMU = 10
27621 pkg syscall (linux-amd64-cgo), const PR_SET_FPEXC = 12
27622 pkg syscall (linux-amd64-cgo), const PR_SET_KEEPCAPS = 8
27623 pkg syscall (linux-amd64-cgo), const PR_SET_NAME = 15
27624 pkg syscall (linux-amd64-cgo), const PR_SET_PDEATHSIG = 1
27625 pkg syscall (linux-amd64-cgo), const PR_SET_PTRACER = 1499557217
27626 pkg syscall (linux-amd64-cgo), const PR_SET_SECCOMP = 22
27627 pkg syscall (linux-amd64-cgo), const PR_SET_SECUREBITS = 28
27628 pkg syscall (linux-amd64-cgo), const PR_SET_TIMERSLACK = 29
27629 pkg syscall (linux-amd64-cgo), const PR_SET_TIMING = 14
27630 pkg syscall (linux-amd64-cgo), const PR_SET_TSC = 26
27631 pkg syscall (linux-amd64-cgo), const PR_SET_UNALIGN = 6
27632 pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
27633 pkg syscall (linux-amd64-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
27634 pkg syscall (linux-amd64-cgo), const PR_TIMING_STATISTICAL = 0
27635 pkg syscall (linux-amd64-cgo), const PR_TIMING_TIMESTAMP = 1
27636 pkg syscall (linux-amd64-cgo), const PR_TSC_ENABLE = 1
27637 pkg syscall (linux-amd64-cgo), const PR_TSC_SIGSEGV = 2
27638 pkg syscall (linux-amd64-cgo), const PR_UNALIGN_NOPRINT = 1
27639 pkg syscall (linux-amd64-cgo), const PR_UNALIGN_SIGBUS = 2
27640 pkg syscall (linux-amd64-cgo), const PTRACE_ARCH_PRCTL = 30
27641 pkg syscall (linux-amd64-cgo), const PTRACE_ATTACH = 16
27642 pkg syscall (linux-amd64-cgo), const PTRACE_CONT = 7
27643 pkg syscall (linux-amd64-cgo), const PTRACE_DETACH = 17
27644 pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_CLONE = 3
27645 pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXEC = 4
27646 pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_EXIT = 6
27647 pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_FORK = 1
27648 pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK = 2
27649 pkg syscall (linux-amd64-cgo), const PTRACE_EVENT_VFORK_DONE = 5
27650 pkg syscall (linux-amd64-cgo), const PTRACE_GETEVENTMSG = 16897
27651 pkg syscall (linux-amd64-cgo), const PTRACE_GETFPREGS = 14
27652 pkg syscall (linux-amd64-cgo), const PTRACE_GETFPXREGS = 18
27653 pkg syscall (linux-amd64-cgo), const PTRACE_GETREGS = 12
27654 pkg syscall (linux-amd64-cgo), const PTRACE_GETREGSET = 16900
27655 pkg syscall (linux-amd64-cgo), const PTRACE_GETSIGINFO = 16898
27656 pkg syscall (linux-amd64-cgo), const PTRACE_GET_THREAD_AREA = 25
27657 pkg syscall (linux-amd64-cgo), const PTRACE_KILL = 8
27658 pkg syscall (linux-amd64-cgo), const PTRACE_OLDSETOPTIONS = 21
27659 pkg syscall (linux-amd64-cgo), const PTRACE_O_MASK = 127
27660 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACECLONE = 8
27661 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXEC = 16
27662 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEEXIT = 64
27663 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEFORK = 2
27664 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACESYSGOOD = 1
27665 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORK = 4
27666 pkg syscall (linux-amd64-cgo), const PTRACE_O_TRACEVFORKDONE = 32
27667 pkg syscall (linux-amd64-cgo), const PTRACE_PEEKDATA = 2
27668 pkg syscall (linux-amd64-cgo), const PTRACE_PEEKTEXT = 1
27669 pkg syscall (linux-amd64-cgo), const PTRACE_PEEKUSR = 3
27670 pkg syscall (linux-amd64-cgo), const PTRACE_POKEDATA = 5
27671 pkg syscall (linux-amd64-cgo), const PTRACE_POKETEXT = 4
27672 pkg syscall (linux-amd64-cgo), const PTRACE_POKEUSR = 6
27673 pkg syscall (linux-amd64-cgo), const PTRACE_SETFPREGS = 15
27674 pkg syscall (linux-amd64-cgo), const PTRACE_SETFPXREGS = 19
27675 pkg syscall (linux-amd64-cgo), const PTRACE_SETOPTIONS = 16896
27676 pkg syscall (linux-amd64-cgo), const PTRACE_SETREGS = 13
27677 pkg syscall (linux-amd64-cgo), const PTRACE_SETREGSET = 16901
27678 pkg syscall (linux-amd64-cgo), const PTRACE_SETSIGINFO = 16899
27679 pkg syscall (linux-amd64-cgo), const PTRACE_SET_THREAD_AREA = 26
27680 pkg syscall (linux-amd64-cgo), const PTRACE_SINGLEBLOCK = 33
27681 pkg syscall (linux-amd64-cgo), const PTRACE_SINGLESTEP = 9
27682 pkg syscall (linux-amd64-cgo), const PTRACE_SYSCALL = 24
27683 pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU = 31
27684 pkg syscall (linux-amd64-cgo), const PTRACE_SYSEMU_SINGLESTEP = 32
27685 pkg syscall (linux-amd64-cgo), const PTRACE_TRACEME = 0
27686 pkg syscall (linux-amd64-cgo), const PathMax = 4096
27687 pkg syscall (linux-amd64-cgo), const RLIMIT_AS = 9
27688 pkg syscall (linux-amd64-cgo), const RLIMIT_CORE = 4
27689 pkg syscall (linux-amd64-cgo), const RLIMIT_CPU = 0
27690 pkg syscall (linux-amd64-cgo), const RLIMIT_DATA = 2
27691 pkg syscall (linux-amd64-cgo), const RLIMIT_FSIZE = 1
27692 pkg syscall (linux-amd64-cgo), const RLIMIT_NOFILE = 7
27693 pkg syscall (linux-amd64-cgo), const RLIMIT_STACK = 3
27694 pkg syscall (linux-amd64-cgo), const RLIM_INFINITY = -1
27695 pkg syscall (linux-amd64-cgo), const RTAX_ADVMSS = 8
27696 pkg syscall (linux-amd64-cgo), const RTAX_CWND = 7
27697 pkg syscall (linux-amd64-cgo), const RTAX_FEATURES = 12
27698 pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ALLFRAG = 8
27699 pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_ECN = 1
27700 pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_SACK = 2
27701 pkg syscall (linux-amd64-cgo), const RTAX_FEATURE_TIMESTAMP = 4
27702 pkg syscall (linux-amd64-cgo), const RTAX_HOPLIMIT = 10
27703 pkg syscall (linux-amd64-cgo), const RTAX_INITCWND = 11
27704 pkg syscall (linux-amd64-cgo), const RTAX_INITRWND = 14
27705 pkg syscall (linux-amd64-cgo), const RTAX_LOCK = 1
27706 pkg syscall (linux-amd64-cgo), const RTAX_MAX = 14
27707 pkg syscall (linux-amd64-cgo), const RTAX_MTU = 2
27708 pkg syscall (linux-amd64-cgo), const RTAX_REORDERING = 9
27709 pkg syscall (linux-amd64-cgo), const RTAX_RTO_MIN = 13
27710 pkg syscall (linux-amd64-cgo), const RTAX_RTT = 4
27711 pkg syscall (linux-amd64-cgo), const RTAX_RTTVAR = 5
27712 pkg syscall (linux-amd64-cgo), const RTAX_SSTHRESH = 6
27713 pkg syscall (linux-amd64-cgo), const RTAX_UNSPEC = 0
27714 pkg syscall (linux-amd64-cgo), const RTAX_WINDOW = 3
27715 pkg syscall (linux-amd64-cgo), const RTA_ALIGNTO = 4
27716 pkg syscall (linux-amd64-cgo), const RTA_CACHEINFO = 12
27717 pkg syscall (linux-amd64-cgo), const RTA_DST = 1
27718 pkg syscall (linux-amd64-cgo), const RTA_FLOW = 11
27719 pkg syscall (linux-amd64-cgo), const RTA_GATEWAY = 5
27720 pkg syscall (linux-amd64-cgo), const RTA_IIF = 3
27721 pkg syscall (linux-amd64-cgo), const RTA_MAX = 16
27722 pkg syscall (linux-amd64-cgo), const RTA_METRICS = 8
27723 pkg syscall (linux-amd64-cgo), const RTA_MULTIPATH = 9
27724 pkg syscall (linux-amd64-cgo), const RTA_OIF = 4
27725 pkg syscall (linux-amd64-cgo), const RTA_PREFSRC = 7
27726 pkg syscall (linux-amd64-cgo), const RTA_PRIORITY = 6
27727 pkg syscall (linux-amd64-cgo), const RTA_SRC = 2
27728 pkg syscall (linux-amd64-cgo), const RTA_TABLE = 15
27729 pkg syscall (linux-amd64-cgo), const RTA_UNSPEC = 0
27730 pkg syscall (linux-amd64-cgo), const RTCF_DIRECTSRC = 67108864
27731 pkg syscall (linux-amd64-cgo), const RTCF_DOREDIRECT = 16777216
27732 pkg syscall (linux-amd64-cgo), const RTCF_LOG = 33554432
27733 pkg syscall (linux-amd64-cgo), const RTCF_MASQ = 4194304
27734 pkg syscall (linux-amd64-cgo), const RTCF_NAT = 8388608
27735 pkg syscall (linux-amd64-cgo), const RTCF_VALVE = 2097152
27736 pkg syscall (linux-amd64-cgo), const RTF_ADDRCLASSMASK = 4160749568
27737 pkg syscall (linux-amd64-cgo), const RTF_ADDRCONF = 262144
27738 pkg syscall (linux-amd64-cgo), const RTF_ALLONLINK = 131072
27739 pkg syscall (linux-amd64-cgo), const RTF_BROADCAST = 268435456
27740 pkg syscall (linux-amd64-cgo), const RTF_CACHE = 16777216
27741 pkg syscall (linux-amd64-cgo), const RTF_DEFAULT = 65536
27742 pkg syscall (linux-amd64-cgo), const RTF_DYNAMIC = 16
27743 pkg syscall (linux-amd64-cgo), const RTF_FLOW = 33554432
27744 pkg syscall (linux-amd64-cgo), const RTF_GATEWAY = 2
27745 pkg syscall (linux-amd64-cgo), const RTF_HOST = 4
27746 pkg syscall (linux-amd64-cgo), const RTF_INTERFACE = 1073741824
27747 pkg syscall (linux-amd64-cgo), const RTF_IRTT = 256
27748 pkg syscall (linux-amd64-cgo), const RTF_LINKRT = 1048576
27749 pkg syscall (linux-amd64-cgo), const RTF_LOCAL = 2147483648
27750 pkg syscall (linux-amd64-cgo), const RTF_MODIFIED = 32
27751 pkg syscall (linux-amd64-cgo), const RTF_MSS = 64
27752 pkg syscall (linux-amd64-cgo), const RTF_MTU = 64
27753 pkg syscall (linux-amd64-cgo), const RTF_MULTICAST = 536870912
27754 pkg syscall (linux-amd64-cgo), const RTF_NAT = 134217728
27755 pkg syscall (linux-amd64-cgo), const RTF_NOFORWARD = 4096
27756 pkg syscall (linux-amd64-cgo), const RTF_NONEXTHOP = 2097152
27757 pkg syscall (linux-amd64-cgo), const RTF_NOPMTUDISC = 16384
27758 pkg syscall (linux-amd64-cgo), const RTF_POLICY = 67108864
27759 pkg syscall (linux-amd64-cgo), const RTF_REINSTATE = 8
27760 pkg syscall (linux-amd64-cgo), const RTF_REJECT = 512
27761 pkg syscall (linux-amd64-cgo), const RTF_STATIC = 1024
27762 pkg syscall (linux-amd64-cgo), const RTF_THROW = 8192
27763 pkg syscall (linux-amd64-cgo), const RTF_UP = 1
27764 pkg syscall (linux-amd64-cgo), const RTF_WINDOW = 128
27765 pkg syscall (linux-amd64-cgo), const RTF_XRESOLVE = 2048
27766 pkg syscall (linux-amd64-cgo), const RTM_BASE = 16
27767 pkg syscall (linux-amd64-cgo), const RTM_DELACTION = 49
27768 pkg syscall (linux-amd64-cgo), const RTM_DELADDR = 21
27769 pkg syscall (linux-amd64-cgo), const RTM_DELADDRLABEL = 73
27770 pkg syscall (linux-amd64-cgo), const RTM_DELLINK = 17
27771 pkg syscall (linux-amd64-cgo), const RTM_DELNEIGH = 29
27772 pkg syscall (linux-amd64-cgo), const RTM_DELQDISC = 37
27773 pkg syscall (linux-amd64-cgo), const RTM_DELROUTE = 25
27774 pkg syscall (linux-amd64-cgo), const RTM_DELRULE = 33
27775 pkg syscall (linux-amd64-cgo), const RTM_DELTCLASS = 41
27776 pkg syscall (linux-amd64-cgo), const RTM_DELTFILTER = 45
27777 pkg syscall (linux-amd64-cgo), const RTM_F_CLONED = 512
27778 pkg syscall (linux-amd64-cgo), const RTM_F_EQUALIZE = 1024
27779 pkg syscall (linux-amd64-cgo), const RTM_F_NOTIFY = 256
27780 pkg syscall (linux-amd64-cgo), const RTM_F_PREFIX = 2048
27781 pkg syscall (linux-amd64-cgo), const RTM_GETACTION = 50
27782 pkg syscall (linux-amd64-cgo), const RTM_GETADDR = 22
27783 pkg syscall (linux-amd64-cgo), const RTM_GETADDRLABEL = 74
27784 pkg syscall (linux-amd64-cgo), const RTM_GETANYCAST = 62
27785 pkg syscall (linux-amd64-cgo), const RTM_GETDCB = 78
27786 pkg syscall (linux-amd64-cgo), const RTM_GETLINK = 18
27787 pkg syscall (linux-amd64-cgo), const RTM_GETMULTICAST = 58
27788 pkg syscall (linux-amd64-cgo), const RTM_GETNEIGH = 30
27789 pkg syscall (linux-amd64-cgo), const RTM_GETNEIGHTBL = 66
27790 pkg syscall (linux-amd64-cgo), const RTM_GETQDISC = 38
27791 pkg syscall (linux-amd64-cgo), const RTM_GETROUTE = 26
27792 pkg syscall (linux-amd64-cgo), const RTM_GETRULE = 34
27793 pkg syscall (linux-amd64-cgo), const RTM_GETTCLASS = 42
27794 pkg syscall (linux-amd64-cgo), const RTM_GETTFILTER = 46
27795 pkg syscall (linux-amd64-cgo), const RTM_MAX = 79
27796 pkg syscall (linux-amd64-cgo), const RTM_NEWACTION = 48
27797 pkg syscall (linux-amd64-cgo), const RTM_NEWADDR = 20
27798 pkg syscall (linux-amd64-cgo), const RTM_NEWADDRLABEL = 72
27799 pkg syscall (linux-amd64-cgo), const RTM_NEWLINK = 16
27800 pkg syscall (linux-amd64-cgo), const RTM_NEWNDUSEROPT = 68
27801 pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGH = 28
27802 pkg syscall (linux-amd64-cgo), const RTM_NEWNEIGHTBL = 64
27803 pkg syscall (linux-amd64-cgo), const RTM_NEWPREFIX = 52
27804 pkg syscall (linux-amd64-cgo), const RTM_NEWQDISC = 36
27805 pkg syscall (linux-amd64-cgo), const RTM_NEWROUTE = 24
27806 pkg syscall (linux-amd64-cgo), const RTM_NEWRULE = 32
27807 pkg syscall (linux-amd64-cgo), const RTM_NEWTCLASS = 40
27808 pkg syscall (linux-amd64-cgo), const RTM_NEWTFILTER = 44
27809 pkg syscall (linux-amd64-cgo), const RTM_NR_FAMILIES = 16
27810 pkg syscall (linux-amd64-cgo), const RTM_NR_MSGTYPES = 64
27811 pkg syscall (linux-amd64-cgo), const RTM_SETDCB = 79
27812 pkg syscall (linux-amd64-cgo), const RTM_SETLINK = 19
27813 pkg syscall (linux-amd64-cgo), const RTM_SETNEIGHTBL = 67
27814 pkg syscall (linux-amd64-cgo), const RTNH_ALIGNTO = 4
27815 pkg syscall (linux-amd64-cgo), const RTNH_F_DEAD = 1
27816 pkg syscall (linux-amd64-cgo), const RTNH_F_ONLINK = 4
27817 pkg syscall (linux-amd64-cgo), const RTNH_F_PERVASIVE = 2
27818 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR = 5
27819 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_IFADDR ideal-int
27820 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE = 6
27821 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_MROUTE ideal-int
27822 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE = 7
27823 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_ROUTE ideal-int
27824 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE = 8
27825 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV4_RULE ideal-int
27826 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR = 9
27827 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFADDR ideal-int
27828 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO = 12
27829 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_IFINFO ideal-int
27830 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE = 10
27831 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_MROUTE ideal-int
27832 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX = 18
27833 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_PREFIX ideal-int
27834 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE = 11
27835 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_ROUTE ideal-int
27836 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE = 19
27837 pkg syscall (linux-amd64-cgo), const RTNLGRP_IPV6_RULE ideal-int
27838 pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK = 1
27839 pkg syscall (linux-amd64-cgo), const RTNLGRP_LINK ideal-int
27840 pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT = 20
27841 pkg syscall (linux-amd64-cgo), const RTNLGRP_ND_USEROPT ideal-int
27842 pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH = 3
27843 pkg syscall (linux-amd64-cgo), const RTNLGRP_NEIGH ideal-int
27844 pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE = 0
27845 pkg syscall (linux-amd64-cgo), const RTNLGRP_NONE ideal-int
27846 pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY = 2
27847 pkg syscall (linux-amd64-cgo), const RTNLGRP_NOTIFY ideal-int
27848 pkg syscall (linux-amd64-cgo), const RTNLGRP_TC = 4
27849 pkg syscall (linux-amd64-cgo), const RTNLGRP_TC ideal-int
27850 pkg syscall (linux-amd64-cgo), const RTN_ANYCAST = 4
27851 pkg syscall (linux-amd64-cgo), const RTN_BLACKHOLE = 6
27852 pkg syscall (linux-amd64-cgo), const RTN_BROADCAST = 3
27853 pkg syscall (linux-amd64-cgo), const RTN_LOCAL = 2
27854 pkg syscall (linux-amd64-cgo), const RTN_MAX = 11
27855 pkg syscall (linux-amd64-cgo), const RTN_MULTICAST = 5
27856 pkg syscall (linux-amd64-cgo), const RTN_NAT = 10
27857 pkg syscall (linux-amd64-cgo), const RTN_PROHIBIT = 8
27858 pkg syscall (linux-amd64-cgo), const RTN_THROW = 9
27859 pkg syscall (linux-amd64-cgo), const RTN_UNICAST = 1
27860 pkg syscall (linux-amd64-cgo), const RTN_UNREACHABLE = 7
27861 pkg syscall (linux-amd64-cgo), const RTN_UNSPEC = 0
27862 pkg syscall (linux-amd64-cgo), const RTN_XRESOLVE = 11
27863 pkg syscall (linux-amd64-cgo), const RTPROT_BIRD = 12
27864 pkg syscall (linux-amd64-cgo), const RTPROT_BOOT = 3
27865 pkg syscall (linux-amd64-cgo), const RTPROT_DHCP = 16
27866 pkg syscall (linux-amd64-cgo), const RTPROT_DNROUTED = 13
27867 pkg syscall (linux-amd64-cgo), const RTPROT_GATED = 8
27868 pkg syscall (linux-amd64-cgo), const RTPROT_KERNEL = 2
27869 pkg syscall (linux-amd64-cgo), const RTPROT_MRT = 10
27870 pkg syscall (linux-amd64-cgo), const RTPROT_NTK = 15
27871 pkg syscall (linux-amd64-cgo), const RTPROT_RA = 9
27872 pkg syscall (linux-amd64-cgo), const RTPROT_REDIRECT = 1
27873 pkg syscall (linux-amd64-cgo), const RTPROT_STATIC = 4
27874 pkg syscall (linux-amd64-cgo), const RTPROT_UNSPEC = 0
27875 pkg syscall (linux-amd64-cgo), const RTPROT_XORP = 14
27876 pkg syscall (linux-amd64-cgo), const RTPROT_ZEBRA = 11
27877 pkg syscall (linux-amd64-cgo), const RT_CLASS_DEFAULT = 253
27878 pkg syscall (linux-amd64-cgo), const RT_CLASS_LOCAL = 255
27879 pkg syscall (linux-amd64-cgo), const RT_CLASS_MAIN = 254
27880 pkg syscall (linux-amd64-cgo), const RT_CLASS_MAX = 255
27881 pkg syscall (linux-amd64-cgo), const RT_CLASS_UNSPEC = 0
27882 pkg syscall (linux-amd64-cgo), const RT_SCOPE_HOST = 254
27883 pkg syscall (linux-amd64-cgo), const RT_SCOPE_LINK = 253
27884 pkg syscall (linux-amd64-cgo), const RT_SCOPE_NOWHERE = 255
27885 pkg syscall (linux-amd64-cgo), const RT_SCOPE_SITE = 200
27886 pkg syscall (linux-amd64-cgo), const RT_SCOPE_UNIVERSE = 0
27887 pkg syscall (linux-amd64-cgo), const RT_TABLE_COMPAT = 252
27888 pkg syscall (linux-amd64-cgo), const RT_TABLE_DEFAULT = 253
27889 pkg syscall (linux-amd64-cgo), const RT_TABLE_LOCAL = 255
27890 pkg syscall (linux-amd64-cgo), const RT_TABLE_MAIN = 254
27891 pkg syscall (linux-amd64-cgo), const RT_TABLE_MAX = 4294967295
27892 pkg syscall (linux-amd64-cgo), const RT_TABLE_UNSPEC = 0
27893 pkg syscall (linux-amd64-cgo), const RUSAGE_CHILDREN = -1
27894 pkg syscall (linux-amd64-cgo), const RUSAGE_SELF = 0
27895 pkg syscall (linux-amd64-cgo), const RUSAGE_THREAD = 1
27896 pkg syscall (linux-amd64-cgo), const SCM_CREDENTIALS = 2
27897 pkg syscall (linux-amd64-cgo), const SCM_RIGHTS = 1
27898 pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMP = 29
27899 pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPING = 37
27900 pkg syscall (linux-amd64-cgo), const SCM_TIMESTAMPNS = 35
27901 pkg syscall (linux-amd64-cgo), const SIGBUS = 7
27902 pkg syscall (linux-amd64-cgo), const SIGCHLD = 17
27903 pkg syscall (linux-amd64-cgo), const SIGCLD = 17
27904 pkg syscall (linux-amd64-cgo), const SIGCONT = 18
27905 pkg syscall (linux-amd64-cgo), const SIGIO = 29
27906 pkg syscall (linux-amd64-cgo), const SIGIOT = 6
27907 pkg syscall (linux-amd64-cgo), const SIGPOLL = 29
27908 pkg syscall (linux-amd64-cgo), const SIGPROF = 27
27909 pkg syscall (linux-amd64-cgo), const SIGPWR = 30
27910 pkg syscall (linux-amd64-cgo), const SIGSTKFLT = 16
27911 pkg syscall (linux-amd64-cgo), const SIGSTOP = 19
27912 pkg syscall (linux-amd64-cgo), const SIGSYS = 31
27913 pkg syscall (linux-amd64-cgo), const SIGTSTP = 20
27914 pkg syscall (linux-amd64-cgo), const SIGTTIN = 21
27915 pkg syscall (linux-amd64-cgo), const SIGTTOU = 22
27916 pkg syscall (linux-amd64-cgo), const SIGUNUSED = 31
27917 pkg syscall (linux-amd64-cgo), const SIGURG = 23
27918 pkg syscall (linux-amd64-cgo), const SIGUSR1 = 10
27919 pkg syscall (linux-amd64-cgo), const SIGUSR2 = 12
27920 pkg syscall (linux-amd64-cgo), const SIGVTALRM = 26
27921 pkg syscall (linux-amd64-cgo), const SIGWINCH = 28
27922 pkg syscall (linux-amd64-cgo), const SIGXCPU = 24
27923 pkg syscall (linux-amd64-cgo), const SIGXFSZ = 25
27924 pkg syscall (linux-amd64-cgo), const SIOCADDDLCI = 35200
27925 pkg syscall (linux-amd64-cgo), const SIOCADDMULTI = 35121
27926 pkg syscall (linux-amd64-cgo), const SIOCADDRT = 35083
27927 pkg syscall (linux-amd64-cgo), const SIOCATMARK = 35077
27928 pkg syscall (linux-amd64-cgo), const SIOCDARP = 35155
27929 pkg syscall (linux-amd64-cgo), const SIOCDELDLCI = 35201
27930 pkg syscall (linux-amd64-cgo), const SIOCDELMULTI = 35122
27931 pkg syscall (linux-amd64-cgo), const SIOCDELRT = 35084
27932 pkg syscall (linux-amd64-cgo), const SIOCDEVPRIVATE = 35312
27933 pkg syscall (linux-amd64-cgo), const SIOCDIFADDR = 35126
27934 pkg syscall (linux-amd64-cgo), const SIOCDRARP = 35168
27935 pkg syscall (linux-amd64-cgo), const SIOCGARP = 35156
27936 pkg syscall (linux-amd64-cgo), const SIOCGIFADDR = 35093
27937 pkg syscall (linux-amd64-cgo), const SIOCGIFBR = 35136
27938 pkg syscall (linux-amd64-cgo), const SIOCGIFBRDADDR = 35097
27939 pkg syscall (linux-amd64-cgo), const SIOCGIFCONF = 35090
27940 pkg syscall (linux-amd64-cgo), const SIOCGIFCOUNT = 35128
27941 pkg syscall (linux-amd64-cgo), const SIOCGIFDSTADDR = 35095
27942 pkg syscall (linux-amd64-cgo), const SIOCGIFENCAP = 35109
27943 pkg syscall (linux-amd64-cgo), const SIOCGIFFLAGS = 35091
27944 pkg syscall (linux-amd64-cgo), const SIOCGIFHWADDR = 35111
27945 pkg syscall (linux-amd64-cgo), const SIOCGIFINDEX = 35123
27946 pkg syscall (linux-amd64-cgo), const SIOCGIFMAP = 35184
27947 pkg syscall (linux-amd64-cgo), const SIOCGIFMEM = 35103
27948 pkg syscall (linux-amd64-cgo), const SIOCGIFMETRIC = 35101
27949 pkg syscall (linux-amd64-cgo), const SIOCGIFMTU = 35105
27950 pkg syscall (linux-amd64-cgo), const SIOCGIFNAME = 35088
27951 pkg syscall (linux-amd64-cgo), const SIOCGIFNETMASK = 35099
27952 pkg syscall (linux-amd64-cgo), const SIOCGIFPFLAGS = 35125
27953 pkg syscall (linux-amd64-cgo), const SIOCGIFSLAVE = 35113
27954 pkg syscall (linux-amd64-cgo), const SIOCGIFTXQLEN = 35138
27955 pkg syscall (linux-amd64-cgo), const SIOCGPGRP = 35076
27956 pkg syscall (linux-amd64-cgo), const SIOCGRARP = 35169
27957 pkg syscall (linux-amd64-cgo), const SIOCGSTAMP = 35078
27958 pkg syscall (linux-amd64-cgo), const SIOCGSTAMPNS = 35079
27959 pkg syscall (linux-amd64-cgo), const SIOCPROTOPRIVATE = 35296
27960 pkg syscall (linux-amd64-cgo), const SIOCRTMSG = 35085
27961 pkg syscall (linux-amd64-cgo), const SIOCSARP = 35157
27962 pkg syscall (linux-amd64-cgo), const SIOCSIFADDR = 35094
27963 pkg syscall (linux-amd64-cgo), const SIOCSIFBR = 35137
27964 pkg syscall (linux-amd64-cgo), const SIOCSIFBRDADDR = 35098
27965 pkg syscall (linux-amd64-cgo), const SIOCSIFDSTADDR = 35096
27966 pkg syscall (linux-amd64-cgo), const SIOCSIFENCAP = 35110
27967 pkg syscall (linux-amd64-cgo), const SIOCSIFFLAGS = 35092
27968 pkg syscall (linux-amd64-cgo), const SIOCSIFHWADDR = 35108
27969 pkg syscall (linux-amd64-cgo), const SIOCSIFHWBROADCAST = 35127
27970 pkg syscall (linux-amd64-cgo), const SIOCSIFLINK = 35089
27971 pkg syscall (linux-amd64-cgo), const SIOCSIFMAP = 35185
27972 pkg syscall (linux-amd64-cgo), const SIOCSIFMEM = 35104
27973 pkg syscall (linux-amd64-cgo), const SIOCSIFMETRIC = 35102
27974 pkg syscall (linux-amd64-cgo), const SIOCSIFMTU = 35106
27975 pkg syscall (linux-amd64-cgo), const SIOCSIFNAME = 35107
27976 pkg syscall (linux-amd64-cgo), const SIOCSIFNETMASK = 35100
27977 pkg syscall (linux-amd64-cgo), const SIOCSIFPFLAGS = 35124
27978 pkg syscall (linux-amd64-cgo), const SIOCSIFSLAVE = 35120
27979 pkg syscall (linux-amd64-cgo), const SIOCSIFTXQLEN = 35139
27980 pkg syscall (linux-amd64-cgo), const SIOCSPGRP = 35074
27981 pkg syscall (linux-amd64-cgo), const SIOCSRARP = 35170
27982 pkg syscall (linux-amd64-cgo), const SOCK_CLOEXEC = 524288
27983 pkg syscall (linux-amd64-cgo), const SOCK_DCCP = 6
27984 pkg syscall (linux-amd64-cgo), const SOCK_NONBLOCK = 2048
27985 pkg syscall (linux-amd64-cgo), const SOCK_PACKET = 10
27986 pkg syscall (linux-amd64-cgo), const SOCK_RDM = 4
27987 pkg syscall (linux-amd64-cgo), const SOL_AAL = 265
27988 pkg syscall (linux-amd64-cgo), const SOL_ATM = 264
27989 pkg syscall (linux-amd64-cgo), const SOL_DECNET = 261
27990 pkg syscall (linux-amd64-cgo), const SOL_ICMPV6 = 58
27991 pkg syscall (linux-amd64-cgo), const SOL_IP = 0
27992 pkg syscall (linux-amd64-cgo), const SOL_IPV6 = 41
27993 pkg syscall (linux-amd64-cgo), const SOL_IRDA = 266
27994 pkg syscall (linux-amd64-cgo), const SOL_PACKET = 263
27995 pkg syscall (linux-amd64-cgo), const SOL_RAW = 255
27996 pkg syscall (linux-amd64-cgo), const SOL_SOCKET = 1
27997 pkg syscall (linux-amd64-cgo), const SOL_TCP = 6
27998 pkg syscall (linux-amd64-cgo), const SOL_X25 = 262
27999 pkg syscall (linux-amd64-cgo), const SOMAXCONN = 128
28000 pkg syscall (linux-amd64-cgo), const SO_ACCEPTCONN = 30
28001 pkg syscall (linux-amd64-cgo), const SO_ATTACH_FILTER = 26
28002 pkg syscall (linux-amd64-cgo), const SO_BINDTODEVICE = 25
28003 pkg syscall (linux-amd64-cgo), const SO_BROADCAST = 6
28004 pkg syscall (linux-amd64-cgo), const SO_BSDCOMPAT = 14
28005 pkg syscall (linux-amd64-cgo), const SO_DEBUG = 1
28006 pkg syscall (linux-amd64-cgo), const SO_DETACH_FILTER = 27
28007 pkg syscall (linux-amd64-cgo), const SO_DOMAIN = 39
28008 pkg syscall (linux-amd64-cgo), const SO_DONTROUTE = 5
28009 pkg syscall (linux-amd64-cgo), const SO_ERROR = 4
28010 pkg syscall (linux-amd64-cgo), const SO_KEEPALIVE = 9
28011 pkg syscall (linux-amd64-cgo), const SO_LINGER = 13
28012 pkg syscall (linux-amd64-cgo), const SO_MARK = 36
28013 pkg syscall (linux-amd64-cgo), const SO_NO_CHECK = 11
28014 pkg syscall (linux-amd64-cgo), const SO_OOBINLINE = 10
28015 pkg syscall (linux-amd64-cgo), const SO_PASSCRED = 16
28016 pkg syscall (linux-amd64-cgo), const SO_PASSSEC = 34
28017 pkg syscall (linux-amd64-cgo), const SO_PEERCRED = 17
28018 pkg syscall (linux-amd64-cgo), const SO_PEERNAME = 28
28019 pkg syscall (linux-amd64-cgo), const SO_PEERSEC = 31
28020 pkg syscall (linux-amd64-cgo), const SO_PRIORITY = 12
28021 pkg syscall (linux-amd64-cgo), const SO_PROTOCOL = 38
28022 pkg syscall (linux-amd64-cgo), const SO_RCVBUF = 8
28023 pkg syscall (linux-amd64-cgo), const SO_RCVBUFFORCE = 33
28024 pkg syscall (linux-amd64-cgo), const SO_RCVLOWAT = 18
28025 pkg syscall (linux-amd64-cgo), const SO_RCVTIMEO = 20
28026 pkg syscall (linux-amd64-cgo), const SO_REUSEADDR = 2
28027 pkg syscall (linux-amd64-cgo), const SO_RXQ_OVFL = 40
28028 pkg syscall (linux-amd64-cgo), const SO_SECURITY_AUTHENTICATION = 22
28029 pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
28030 pkg syscall (linux-amd64-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
28031 pkg syscall (linux-amd64-cgo), const SO_SNDBUF = 7
28032 pkg syscall (linux-amd64-cgo), const SO_SNDBUFFORCE = 32
28033 pkg syscall (linux-amd64-cgo), const SO_SNDLOWAT = 19
28034 pkg syscall (linux-amd64-cgo), const SO_SNDTIMEO = 21
28035 pkg syscall (linux-amd64-cgo), const SO_TIMESTAMP = 29
28036 pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPING = 37
28037 pkg syscall (linux-amd64-cgo), const SO_TIMESTAMPNS = 35
28038 pkg syscall (linux-amd64-cgo), const SO_TYPE = 3
28039 pkg syscall (linux-amd64-cgo), const SYS_ACCEPT = 43
28040 pkg syscall (linux-amd64-cgo), const SYS_ACCEPT4 = 288
28041 pkg syscall (linux-amd64-cgo), const SYS_ACCESS = 21
28042 pkg syscall (linux-amd64-cgo), const SYS_ACCT = 163
28043 pkg syscall (linux-amd64-cgo), const SYS_ADD_KEY = 248
28044 pkg syscall (linux-amd64-cgo), const SYS_ADJTIMEX = 159
28045 pkg syscall (linux-amd64-cgo), const SYS_AFS_SYSCALL = 183
28046 pkg syscall (linux-amd64-cgo), const SYS_ALARM = 37
28047 pkg syscall (linux-amd64-cgo), const SYS_ARCH_PRCTL = 158
28048 pkg syscall (linux-amd64-cgo), const SYS_BIND = 49
28049 pkg syscall (linux-amd64-cgo), const SYS_BRK = 12
28050 pkg syscall (linux-amd64-cgo), const SYS_CAPGET = 125
28051 pkg syscall (linux-amd64-cgo), const SYS_CAPSET = 126
28052 pkg syscall (linux-amd64-cgo), const SYS_CHDIR = 80
28053 pkg syscall (linux-amd64-cgo), const SYS_CHMOD = 90
28054 pkg syscall (linux-amd64-cgo), const SYS_CHOWN = 92
28055 pkg syscall (linux-amd64-cgo), const SYS_CHROOT = 161
28056 pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETRES = 229
28057 pkg syscall (linux-amd64-cgo), const SYS_CLOCK_GETTIME = 228
28058 pkg syscall (linux-amd64-cgo), const SYS_CLOCK_NANOSLEEP = 230
28059 pkg syscall (linux-amd64-cgo), const SYS_CLOCK_SETTIME = 227
28060 pkg syscall (linux-amd64-cgo), const SYS_CLONE = 56
28061 pkg syscall (linux-amd64-cgo), const SYS_CLOSE = 3
28062 pkg syscall (linux-amd64-cgo), const SYS_CONNECT = 42
28063 pkg syscall (linux-amd64-cgo), const SYS_CREAT = 85
28064 pkg syscall (linux-amd64-cgo), const SYS_CREATE_MODULE = 174
28065 pkg syscall (linux-amd64-cgo), const SYS_DELETE_MODULE = 176
28066 pkg syscall (linux-amd64-cgo), const SYS_DUP = 32
28067 pkg syscall (linux-amd64-cgo), const SYS_DUP2 = 33
28068 pkg syscall (linux-amd64-cgo), const SYS_DUP3 = 292
28069 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE = 213
28070 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CREATE1 = 291
28071 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL = 233
28072 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_CTL_OLD = 214
28073 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_PWAIT = 281
28074 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT = 232
28075 pkg syscall (linux-amd64-cgo), const SYS_EPOLL_WAIT_OLD = 215
28076 pkg syscall (linux-amd64-cgo), const SYS_EVENTFD = 284
28077 pkg syscall (linux-amd64-cgo), const SYS_EVENTFD2 = 290
28078 pkg syscall (linux-amd64-cgo), const SYS_EXECVE = 59
28079 pkg syscall (linux-amd64-cgo), const SYS_EXIT = 60
28080 pkg syscall (linux-amd64-cgo), const SYS_EXIT_GROUP = 231
28081 pkg syscall (linux-amd64-cgo), const SYS_FACCESSAT = 269
28082 pkg syscall (linux-amd64-cgo), const SYS_FADVISE64 = 221
28083 pkg syscall (linux-amd64-cgo), const SYS_FALLOCATE = 285
28084 pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_INIT = 300
28085 pkg syscall (linux-amd64-cgo), const SYS_FANOTIFY_MARK = 301
28086 pkg syscall (linux-amd64-cgo), const SYS_FCHDIR = 81
28087 pkg syscall (linux-amd64-cgo), const SYS_FCHMOD = 91
28088 pkg syscall (linux-amd64-cgo), const SYS_FCHMODAT = 268
28089 pkg syscall (linux-amd64-cgo), const SYS_FCHOWN = 93
28090 pkg syscall (linux-amd64-cgo), const SYS_FCHOWNAT = 260
28091 pkg syscall (linux-amd64-cgo), const SYS_FCNTL = 72
28092 pkg syscall (linux-amd64-cgo), const SYS_FDATASYNC = 75
28093 pkg syscall (linux-amd64-cgo), const SYS_FGETXATTR = 193
28094 pkg syscall (linux-amd64-cgo), const SYS_FLISTXATTR = 196
28095 pkg syscall (linux-amd64-cgo), const SYS_FLOCK = 73
28096 pkg syscall (linux-amd64-cgo), const SYS_FORK = 57
28097 pkg syscall (linux-amd64-cgo), const SYS_FREMOVEXATTR = 199
28098 pkg syscall (linux-amd64-cgo), const SYS_FSETXATTR = 190
28099 pkg syscall (linux-amd64-cgo), const SYS_FSTAT = 5
28100 pkg syscall (linux-amd64-cgo), const SYS_FSTATFS = 138
28101 pkg syscall (linux-amd64-cgo), const SYS_FSYNC = 74
28102 pkg syscall (linux-amd64-cgo), const SYS_FTRUNCATE = 77
28103 pkg syscall (linux-amd64-cgo), const SYS_FUTEX = 202
28104 pkg syscall (linux-amd64-cgo), const SYS_FUTIMESAT = 261
28105 pkg syscall (linux-amd64-cgo), const SYS_GETCWD = 79
28106 pkg syscall (linux-amd64-cgo), const SYS_GETDENTS = 78
28107 pkg syscall (linux-amd64-cgo), const SYS_GETDENTS64 = 217
28108 pkg syscall (linux-amd64-cgo), const SYS_GETEGID = 108
28109 pkg syscall (linux-amd64-cgo), const SYS_GETEUID = 107
28110 pkg syscall (linux-amd64-cgo), const SYS_GETGID = 104
28111 pkg syscall (linux-amd64-cgo), const SYS_GETGROUPS = 115
28112 pkg syscall (linux-amd64-cgo), const SYS_GETITIMER = 36
28113 pkg syscall (linux-amd64-cgo), const SYS_GETPEERNAME = 52
28114 pkg syscall (linux-amd64-cgo), const SYS_GETPGID = 121
28115 pkg syscall (linux-amd64-cgo), const SYS_GETPGRP = 111
28116 pkg syscall (linux-amd64-cgo), const SYS_GETPID = 39
28117 pkg syscall (linux-amd64-cgo), const SYS_GETPMSG = 181
28118 pkg syscall (linux-amd64-cgo), const SYS_GETPPID = 110
28119 pkg syscall (linux-amd64-cgo), const SYS_GETPRIORITY = 140
28120 pkg syscall (linux-amd64-cgo), const SYS_GETRESGID = 120
28121 pkg syscall (linux-amd64-cgo), const SYS_GETRESUID = 118
28122 pkg syscall (linux-amd64-cgo), const SYS_GETRLIMIT = 97
28123 pkg syscall (linux-amd64-cgo), const SYS_GETRUSAGE = 98
28124 pkg syscall (linux-amd64-cgo), const SYS_GETSID = 124
28125 pkg syscall (linux-amd64-cgo), const SYS_GETSOCKNAME = 51
28126 pkg syscall (linux-amd64-cgo), const SYS_GETSOCKOPT = 55
28127 pkg syscall (linux-amd64-cgo), const SYS_GETTID = 186
28128 pkg syscall (linux-amd64-cgo), const SYS_GETTIMEOFDAY = 96
28129 pkg syscall (linux-amd64-cgo), const SYS_GETUID = 102
28130 pkg syscall (linux-amd64-cgo), const SYS_GETXATTR = 191
28131 pkg syscall (linux-amd64-cgo), const SYS_GET_KERNEL_SYMS = 177
28132 pkg syscall (linux-amd64-cgo), const SYS_GET_MEMPOLICY = 239
28133 pkg syscall (linux-amd64-cgo), const SYS_GET_ROBUST_LIST = 274
28134 pkg syscall (linux-amd64-cgo), const SYS_GET_THREAD_AREA = 211
28135 pkg syscall (linux-amd64-cgo), const SYS_INIT_MODULE = 175
28136 pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_ADD_WATCH = 254
28137 pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT = 253
28138 pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_INIT1 = 294
28139 pkg syscall (linux-amd64-cgo), const SYS_INOTIFY_RM_WATCH = 255
28140 pkg syscall (linux-amd64-cgo), const SYS_IOCTL = 16
28141 pkg syscall (linux-amd64-cgo), const SYS_IOPERM = 173
28142 pkg syscall (linux-amd64-cgo), const SYS_IOPL = 172
28143 pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_GET = 252
28144 pkg syscall (linux-amd64-cgo), const SYS_IOPRIO_SET = 251
28145 pkg syscall (linux-amd64-cgo), const SYS_IO_CANCEL = 210
28146 pkg syscall (linux-amd64-cgo), const SYS_IO_DESTROY = 207
28147 pkg syscall (linux-amd64-cgo), const SYS_IO_GETEVENTS = 208
28148 pkg syscall (linux-amd64-cgo), const SYS_IO_SETUP = 206
28149 pkg syscall (linux-amd64-cgo), const SYS_IO_SUBMIT = 209
28150 pkg syscall (linux-amd64-cgo), const SYS_KEXEC_LOAD = 246
28151 pkg syscall (linux-amd64-cgo), const SYS_KEYCTL = 250
28152 pkg syscall (linux-amd64-cgo), const SYS_KILL = 62
28153 pkg syscall (linux-amd64-cgo), const SYS_LCHOWN = 94
28154 pkg syscall (linux-amd64-cgo), const SYS_LGETXATTR = 192
28155 pkg syscall (linux-amd64-cgo), const SYS_LINK = 86
28156 pkg syscall (linux-amd64-cgo), const SYS_LINKAT = 265
28157 pkg syscall (linux-amd64-cgo), const SYS_LISTEN = 50
28158 pkg syscall (linux-amd64-cgo), const SYS_LISTXATTR = 194
28159 pkg syscall (linux-amd64-cgo), const SYS_LLISTXATTR = 195
28160 pkg syscall (linux-amd64-cgo), const SYS_LOOKUP_DCOOKIE = 212
28161 pkg syscall (linux-amd64-cgo), const SYS_LREMOVEXATTR = 198
28162 pkg syscall (linux-amd64-cgo), const SYS_LSEEK = 8
28163 pkg syscall (linux-amd64-cgo), const SYS_LSETXATTR = 189
28164 pkg syscall (linux-amd64-cgo), const SYS_LSTAT = 6
28165 pkg syscall (linux-amd64-cgo), const SYS_MADVISE = 28
28166 pkg syscall (linux-amd64-cgo), const SYS_MBIND = 237
28167 pkg syscall (linux-amd64-cgo), const SYS_MIGRATE_PAGES = 256
28168 pkg syscall (linux-amd64-cgo), const SYS_MINCORE = 27
28169 pkg syscall (linux-amd64-cgo), const SYS_MKDIR = 83
28170 pkg syscall (linux-amd64-cgo), const SYS_MKDIRAT = 258
28171 pkg syscall (linux-amd64-cgo), const SYS_MKNOD = 133
28172 pkg syscall (linux-amd64-cgo), const SYS_MKNODAT = 259
28173 pkg syscall (linux-amd64-cgo), const SYS_MLOCK = 149
28174 pkg syscall (linux-amd64-cgo), const SYS_MLOCKALL = 151
28175 pkg syscall (linux-amd64-cgo), const SYS_MMAP = 9
28176 pkg syscall (linux-amd64-cgo), const SYS_MODIFY_LDT = 154
28177 pkg syscall (linux-amd64-cgo), const SYS_MOUNT = 165
28178 pkg syscall (linux-amd64-cgo), const SYS_MOVE_PAGES = 279
28179 pkg syscall (linux-amd64-cgo), const SYS_MPROTECT = 10
28180 pkg syscall (linux-amd64-cgo), const SYS_MQ_GETSETATTR = 245
28181 pkg syscall (linux-amd64-cgo), const SYS_MQ_NOTIFY = 244
28182 pkg syscall (linux-amd64-cgo), const SYS_MQ_OPEN = 240
28183 pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDRECEIVE = 243
28184 pkg syscall (linux-amd64-cgo), const SYS_MQ_TIMEDSEND = 242
28185 pkg syscall (linux-amd64-cgo), const SYS_MQ_UNLINK = 241
28186 pkg syscall (linux-amd64-cgo), const SYS_MREMAP = 25
28187 pkg syscall (linux-amd64-cgo), const SYS_MSGCTL = 71
28188 pkg syscall (linux-amd64-cgo), const SYS_MSGGET = 68
28189 pkg syscall (linux-amd64-cgo), const SYS_MSGRCV = 70
28190 pkg syscall (linux-amd64-cgo), const SYS_MSGSND = 69
28191 pkg syscall (linux-amd64-cgo), const SYS_MSYNC = 26
28192 pkg syscall (linux-amd64-cgo), const SYS_MUNLOCK = 150
28193 pkg syscall (linux-amd64-cgo), const SYS_MUNLOCKALL = 152
28194 pkg syscall (linux-amd64-cgo), const SYS_MUNMAP = 11
28195 pkg syscall (linux-amd64-cgo), const SYS_NANOSLEEP = 35
28196 pkg syscall (linux-amd64-cgo), const SYS_NEWFSTATAT = 262
28197 pkg syscall (linux-amd64-cgo), const SYS_NFSSERVCTL = 180
28198 pkg syscall (linux-amd64-cgo), const SYS_OPEN = 2
28199 pkg syscall (linux-amd64-cgo), const SYS_OPENAT = 257
28200 pkg syscall (linux-amd64-cgo), const SYS_PAUSE = 34
28201 pkg syscall (linux-amd64-cgo), const SYS_PERF_EVENT_OPEN = 298
28202 pkg syscall (linux-amd64-cgo), const SYS_PERSONALITY = 135
28203 pkg syscall (linux-amd64-cgo), const SYS_PIPE = 22
28204 pkg syscall (linux-amd64-cgo), const SYS_PIPE2 = 293
28205 pkg syscall (linux-amd64-cgo), const SYS_PIVOT_ROOT = 155
28206 pkg syscall (linux-amd64-cgo), const SYS_POLL = 7
28207 pkg syscall (linux-amd64-cgo), const SYS_PPOLL = 271
28208 pkg syscall (linux-amd64-cgo), const SYS_PRCTL = 157
28209 pkg syscall (linux-amd64-cgo), const SYS_PREAD64 = 17
28210 pkg syscall (linux-amd64-cgo), const SYS_PREADV = 295
28211 pkg syscall (linux-amd64-cgo), const SYS_PRLIMIT64 = 302
28212 pkg syscall (linux-amd64-cgo), const SYS_PSELECT6 = 270
28213 pkg syscall (linux-amd64-cgo), const SYS_PTRACE = 101
28214 pkg syscall (linux-amd64-cgo), const SYS_PUTPMSG = 182
28215 pkg syscall (linux-amd64-cgo), const SYS_PWRITE64 = 18
28216 pkg syscall (linux-amd64-cgo), const SYS_PWRITEV = 296
28217 pkg syscall (linux-amd64-cgo), const SYS_QUERY_MODULE = 178
28218 pkg syscall (linux-amd64-cgo), const SYS_QUOTACTL = 179
28219 pkg syscall (linux-amd64-cgo), const SYS_READ = 0
28220 pkg syscall (linux-amd64-cgo), const SYS_READAHEAD = 187
28221 pkg syscall (linux-amd64-cgo), const SYS_READLINK = 89
28222 pkg syscall (linux-amd64-cgo), const SYS_READLINKAT = 267
28223 pkg syscall (linux-amd64-cgo), const SYS_READV = 19
28224 pkg syscall (linux-amd64-cgo), const SYS_REBOOT = 169
28225 pkg syscall (linux-amd64-cgo), const SYS_RECVFROM = 45
28226 pkg syscall (linux-amd64-cgo), const SYS_RECVMMSG = 299
28227 pkg syscall (linux-amd64-cgo), const SYS_RECVMSG = 47
28228 pkg syscall (linux-amd64-cgo), const SYS_REMAP_FILE_PAGES = 216
28229 pkg syscall (linux-amd64-cgo), const SYS_REMOVEXATTR = 197
28230 pkg syscall (linux-amd64-cgo), const SYS_RENAME = 82
28231 pkg syscall (linux-amd64-cgo), const SYS_RENAMEAT = 264
28232 pkg syscall (linux-amd64-cgo), const SYS_REQUEST_KEY = 249
28233 pkg syscall (linux-amd64-cgo), const SYS_RESTART_SYSCALL = 219
28234 pkg syscall (linux-amd64-cgo), const SYS_RMDIR = 84
28235 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGACTION = 13
28236 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPENDING = 127
28237 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGPROCMASK = 14
28238 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGQUEUEINFO = 129
28239 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGRETURN = 15
28240 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGSUSPEND = 130
28241 pkg syscall (linux-amd64-cgo), const SYS_RT_SIGTIMEDWAIT = 128
28242 pkg syscall (linux-amd64-cgo), const SYS_RT_TGSIGQUEUEINFO = 297
28243 pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETAFFINITY = 204
28244 pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETPARAM = 143
28245 pkg syscall (linux-amd64-cgo), const SYS_SCHED_GETSCHEDULER = 145
28246 pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 146
28247 pkg syscall (linux-amd64-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 147
28248 pkg syscall (linux-amd64-cgo), const SYS_SCHED_RR_GET_INTERVAL = 148
28249 pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETAFFINITY = 203
28250 pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETPARAM = 142
28251 pkg syscall (linux-amd64-cgo), const SYS_SCHED_SETSCHEDULER = 144
28252 pkg syscall (linux-amd64-cgo), const SYS_SCHED_YIELD = 24
28253 pkg syscall (linux-amd64-cgo), const SYS_SECURITY = 185
28254 pkg syscall (linux-amd64-cgo), const SYS_SELECT = 23
28255 pkg syscall (linux-amd64-cgo), const SYS_SEMCTL = 66
28256 pkg syscall (linux-amd64-cgo), const SYS_SEMGET = 64
28257 pkg syscall (linux-amd64-cgo), const SYS_SEMOP = 65
28258 pkg syscall (linux-amd64-cgo), const SYS_SEMTIMEDOP = 220
28259 pkg syscall (linux-amd64-cgo), const SYS_SENDFILE = 40
28260 pkg syscall (linux-amd64-cgo), const SYS_SENDMSG = 46
28261 pkg syscall (linux-amd64-cgo), const SYS_SENDTO = 44
28262 pkg syscall (linux-amd64-cgo), const SYS_SETDOMAINNAME = 171
28263 pkg syscall (linux-amd64-cgo), const SYS_SETFSGID = 123
28264 pkg syscall (linux-amd64-cgo), const SYS_SETFSUID = 122
28265 pkg syscall (linux-amd64-cgo), const SYS_SETGID = 106
28266 pkg syscall (linux-amd64-cgo), const SYS_SETGROUPS = 116
28267 pkg syscall (linux-amd64-cgo), const SYS_SETHOSTNAME = 170
28268 pkg syscall (linux-amd64-cgo), const SYS_SETITIMER = 38
28269 pkg syscall (linux-amd64-cgo), const SYS_SETPGID = 109
28270 pkg syscall (linux-amd64-cgo), const SYS_SETPRIORITY = 141
28271 pkg syscall (linux-amd64-cgo), const SYS_SETREGID = 114
28272 pkg syscall (linux-amd64-cgo), const SYS_SETRESGID = 119
28273 pkg syscall (linux-amd64-cgo), const SYS_SETRESUID = 117
28274 pkg syscall (linux-amd64-cgo), const SYS_SETREUID = 113
28275 pkg syscall (linux-amd64-cgo), const SYS_SETRLIMIT = 160
28276 pkg syscall (linux-amd64-cgo), const SYS_SETSID = 112
28277 pkg syscall (linux-amd64-cgo), const SYS_SETSOCKOPT = 54
28278 pkg syscall (linux-amd64-cgo), const SYS_SETTIMEOFDAY = 164
28279 pkg syscall (linux-amd64-cgo), const SYS_SETUID = 105
28280 pkg syscall (linux-amd64-cgo), const SYS_SETXATTR = 188
28281 pkg syscall (linux-amd64-cgo), const SYS_SET_MEMPOLICY = 238
28282 pkg syscall (linux-amd64-cgo), const SYS_SET_ROBUST_LIST = 273
28283 pkg syscall (linux-amd64-cgo), const SYS_SET_THREAD_AREA = 205
28284 pkg syscall (linux-amd64-cgo), const SYS_SET_TID_ADDRESS = 218
28285 pkg syscall (linux-amd64-cgo), const SYS_SHMAT = 30
28286 pkg syscall (linux-amd64-cgo), const SYS_SHMCTL = 31
28287 pkg syscall (linux-amd64-cgo), const SYS_SHMDT = 67
28288 pkg syscall (linux-amd64-cgo), const SYS_SHMGET = 29
28289 pkg syscall (linux-amd64-cgo), const SYS_SHUTDOWN = 48
28290 pkg syscall (linux-amd64-cgo), const SYS_SIGALTSTACK = 131
28291 pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD = 282
28292 pkg syscall (linux-amd64-cgo), const SYS_SIGNALFD4 = 289
28293 pkg syscall (linux-amd64-cgo), const SYS_SOCKET = 41
28294 pkg syscall (linux-amd64-cgo), const SYS_SOCKETPAIR = 53
28295 pkg syscall (linux-amd64-cgo), const SYS_SPLICE = 275
28296 pkg syscall (linux-amd64-cgo), const SYS_STAT = 4
28297 pkg syscall (linux-amd64-cgo), const SYS_STATFS = 137
28298 pkg syscall (linux-amd64-cgo), const SYS_SWAPOFF = 168
28299 pkg syscall (linux-amd64-cgo), const SYS_SWAPON = 167
28300 pkg syscall (linux-amd64-cgo), const SYS_SYMLINK = 88
28301 pkg syscall (linux-amd64-cgo), const SYS_SYMLINKAT = 266
28302 pkg syscall (linux-amd64-cgo), const SYS_SYNC = 162
28303 pkg syscall (linux-amd64-cgo), const SYS_SYNC_FILE_RANGE = 277
28304 pkg syscall (linux-amd64-cgo), const SYS_SYSFS = 139
28305 pkg syscall (linux-amd64-cgo), const SYS_SYSINFO = 99
28306 pkg syscall (linux-amd64-cgo), const SYS_SYSLOG = 103
28307 pkg syscall (linux-amd64-cgo), const SYS_TEE = 276
28308 pkg syscall (linux-amd64-cgo), const SYS_TGKILL = 234
28309 pkg syscall (linux-amd64-cgo), const SYS_TIME = 201
28310 pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_CREATE = 283
28311 pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_GETTIME = 287
28312 pkg syscall (linux-amd64-cgo), const SYS_TIMERFD_SETTIME = 286
28313 pkg syscall (linux-amd64-cgo), const SYS_TIMER_CREATE = 222
28314 pkg syscall (linux-amd64-cgo), const SYS_TIMER_DELETE = 226
28315 pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETOVERRUN = 225
28316 pkg syscall (linux-amd64-cgo), const SYS_TIMER_GETTIME = 224
28317 pkg syscall (linux-amd64-cgo), const SYS_TIMER_SETTIME = 223
28318 pkg syscall (linux-amd64-cgo), const SYS_TIMES = 100
28319 pkg syscall (linux-amd64-cgo), const SYS_TKILL = 200
28320 pkg syscall (linux-amd64-cgo), const SYS_TRUNCATE = 76
28321 pkg syscall (linux-amd64-cgo), const SYS_TUXCALL = 184
28322 pkg syscall (linux-amd64-cgo), const SYS_UMASK = 95
28323 pkg syscall (linux-amd64-cgo), const SYS_UMOUNT2 = 166
28324 pkg syscall (linux-amd64-cgo), const SYS_UNAME = 63
28325 pkg syscall (linux-amd64-cgo), const SYS_UNLINK = 87
28326 pkg syscall (linux-amd64-cgo), const SYS_UNLINKAT = 263
28327 pkg syscall (linux-amd64-cgo), const SYS_UNSHARE = 272
28328 pkg syscall (linux-amd64-cgo), const SYS_USELIB = 134
28329 pkg syscall (linux-amd64-cgo), const SYS_USTAT = 136
28330 pkg syscall (linux-amd64-cgo), const SYS_UTIME = 132
28331 pkg syscall (linux-amd64-cgo), const SYS_UTIMENSAT = 280
28332 pkg syscall (linux-amd64-cgo), const SYS_UTIMES = 235
28333 pkg syscall (linux-amd64-cgo), const SYS_VFORK = 58
28334 pkg syscall (linux-amd64-cgo), const SYS_VHANGUP = 153
28335 pkg syscall (linux-amd64-cgo), const SYS_VMSPLICE = 278
28336 pkg syscall (linux-amd64-cgo), const SYS_VSERVER = 236
28337 pkg syscall (linux-amd64-cgo), const SYS_WAIT4 = 61
28338 pkg syscall (linux-amd64-cgo), const SYS_WAITID = 247
28339 pkg syscall (linux-amd64-cgo), const SYS_WRITE = 1
28340 pkg syscall (linux-amd64-cgo), const SYS_WRITEV = 20
28341 pkg syscall (linux-amd64-cgo), const SYS__SYSCTL = 156
28342 pkg syscall (linux-amd64-cgo), const S_BLKSIZE = 512
28343 pkg syscall (linux-amd64-cgo), const S_IEXEC = 64
28344 pkg syscall (linux-amd64-cgo), const S_IFMT = 61440
28345 pkg syscall (linux-amd64-cgo), const S_IREAD = 256
28346 pkg syscall (linux-amd64-cgo), const S_IRGRP = 32
28347 pkg syscall (linux-amd64-cgo), const S_IROTH = 4
28348 pkg syscall (linux-amd64-cgo), const S_IRWXG = 56
28349 pkg syscall (linux-amd64-cgo), const S_IRWXO = 7
28350 pkg syscall (linux-amd64-cgo), const S_IRWXU = 448
28351 pkg syscall (linux-amd64-cgo), const S_IWGRP = 16
28352 pkg syscall (linux-amd64-cgo), const S_IWOTH = 2
28353 pkg syscall (linux-amd64-cgo), const S_IWRITE = 128
28354 pkg syscall (linux-amd64-cgo), const S_IXGRP = 8
28355 pkg syscall (linux-amd64-cgo), const S_IXOTH = 1
28356 pkg syscall (linux-amd64-cgo), const SizeofCmsghdr = 16
28357 pkg syscall (linux-amd64-cgo), const SizeofIPMreq = 8
28358 pkg syscall (linux-amd64-cgo), const SizeofIPMreqn = 12
28359 pkg syscall (linux-amd64-cgo), const SizeofIPv6Mreq = 20
28360 pkg syscall (linux-amd64-cgo), const SizeofIfAddrmsg = 8
28361 pkg syscall (linux-amd64-cgo), const SizeofIfInfomsg = 16
28362 pkg syscall (linux-amd64-cgo), const SizeofInet4Pktinfo = 12
28363 pkg syscall (linux-amd64-cgo), const SizeofInet6Pktinfo = 20
28364 pkg syscall (linux-amd64-cgo), const SizeofInotifyEvent = 16
28365 pkg syscall (linux-amd64-cgo), const SizeofLinger = 8
28366 pkg syscall (linux-amd64-cgo), const SizeofMsghdr = 56
28367 pkg syscall (linux-amd64-cgo), const SizeofNlAttr = 4
28368 pkg syscall (linux-amd64-cgo), const SizeofNlMsgerr = 20
28369 pkg syscall (linux-amd64-cgo), const SizeofNlMsghdr = 16
28370 pkg syscall (linux-amd64-cgo), const SizeofRtAttr = 4
28371 pkg syscall (linux-amd64-cgo), const SizeofRtGenmsg = 1
28372 pkg syscall (linux-amd64-cgo), const SizeofRtMsg = 12
28373 pkg syscall (linux-amd64-cgo), const SizeofRtNexthop = 8
28374 pkg syscall (linux-amd64-cgo), const SizeofSockFilter = 8
28375 pkg syscall (linux-amd64-cgo), const SizeofSockFprog = 16
28376 pkg syscall (linux-amd64-cgo), const SizeofSockaddrAny = 112
28377 pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet4 = 16
28378 pkg syscall (linux-amd64-cgo), const SizeofSockaddrInet6 = 28
28379 pkg syscall (linux-amd64-cgo), const SizeofSockaddrLinklayer = 20
28380 pkg syscall (linux-amd64-cgo), const SizeofSockaddrNetlink = 12
28381 pkg syscall (linux-amd64-cgo), const SizeofSockaddrUnix = 110
28382 pkg syscall (linux-amd64-cgo), const SizeofTCPInfo = 104
28383 pkg syscall (linux-amd64-cgo), const SizeofTCPInfo ideal-int
28384 pkg syscall (linux-amd64-cgo), const SizeofUcred = 12
28385 pkg syscall (linux-amd64-cgo), const TCGETS = 21505
28386 pkg syscall (linux-amd64-cgo), const TCP_CONGESTION = 13
28387 pkg syscall (linux-amd64-cgo), const TCP_CORK = 3
28388 pkg syscall (linux-amd64-cgo), const TCP_DEFER_ACCEPT = 9
28389 pkg syscall (linux-amd64-cgo), const TCP_INFO = 11
28390 pkg syscall (linux-amd64-cgo), const TCP_KEEPCNT = 6
28391 pkg syscall (linux-amd64-cgo), const TCP_KEEPIDLE = 4
28392 pkg syscall (linux-amd64-cgo), const TCP_KEEPINTVL = 5
28393 pkg syscall (linux-amd64-cgo), const TCP_LINGER2 = 8
28394 pkg syscall (linux-amd64-cgo), const TCP_MAXSEG = 2
28395 pkg syscall (linux-amd64-cgo), const TCP_MAXWIN = 65535
28396 pkg syscall (linux-amd64-cgo), const TCP_MAX_WINSHIFT = 14
28397 pkg syscall (linux-amd64-cgo), const TCP_MD5SIG = 14
28398 pkg syscall (linux-amd64-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
28399 pkg syscall (linux-amd64-cgo), const TCP_MSS = 512
28400 pkg syscall (linux-amd64-cgo), const TCP_QUICKACK = 12
28401 pkg syscall (linux-amd64-cgo), const TCP_SYNCNT = 7
28402 pkg syscall (linux-amd64-cgo), const TCP_WINDOW_CLAMP = 10
28403 pkg syscall (linux-amd64-cgo), const TCSETS = 21506
28404 pkg syscall (linux-amd64-cgo), const TIOCCBRK = 21544
28405 pkg syscall (linux-amd64-cgo), const TIOCCONS = 21533
28406 pkg syscall (linux-amd64-cgo), const TIOCEXCL = 21516
28407 pkg syscall (linux-amd64-cgo), const TIOCGDEV = 2147767346
28408 pkg syscall (linux-amd64-cgo), const TIOCGETD = 21540
28409 pkg syscall (linux-amd64-cgo), const TIOCGICOUNT = 21597
28410 pkg syscall (linux-amd64-cgo), const TIOCGLCKTRMIOS = 21590
28411 pkg syscall (linux-amd64-cgo), const TIOCGPGRP = 21519
28412 pkg syscall (linux-amd64-cgo), const TIOCGPTN = 2147767344
28413 pkg syscall (linux-amd64-cgo), const TIOCGRS485 = 21550
28414 pkg syscall (linux-amd64-cgo), const TIOCGSERIAL = 21534
28415 pkg syscall (linux-amd64-cgo), const TIOCGSID = 21545
28416 pkg syscall (linux-amd64-cgo), const TIOCGSOFTCAR = 21529
28417 pkg syscall (linux-amd64-cgo), const TIOCGWINSZ = 21523
28418 pkg syscall (linux-amd64-cgo), const TIOCINQ = 21531
28419 pkg syscall (linux-amd64-cgo), const TIOCLINUX = 21532
28420 pkg syscall (linux-amd64-cgo), const TIOCMBIC = 21527
28421 pkg syscall (linux-amd64-cgo), const TIOCMBIS = 21526
28422 pkg syscall (linux-amd64-cgo), const TIOCMGET = 21525
28423 pkg syscall (linux-amd64-cgo), const TIOCMIWAIT = 21596
28424 pkg syscall (linux-amd64-cgo), const TIOCMSET = 21528
28425 pkg syscall (linux-amd64-cgo), const TIOCM_CAR = 64
28426 pkg syscall (linux-amd64-cgo), const TIOCM_CD = 64
28427 pkg syscall (linux-amd64-cgo), const TIOCM_CTS = 32
28428 pkg syscall (linux-amd64-cgo), const TIOCM_DSR = 256
28429 pkg syscall (linux-amd64-cgo), const TIOCM_DTR = 2
28430 pkg syscall (linux-amd64-cgo), const TIOCM_LE = 1
28431 pkg syscall (linux-amd64-cgo), const TIOCM_RI = 128
28432 pkg syscall (linux-amd64-cgo), const TIOCM_RNG = 128
28433 pkg syscall (linux-amd64-cgo), const TIOCM_RTS = 4
28434 pkg syscall (linux-amd64-cgo), const TIOCM_SR = 16
28435 pkg syscall (linux-amd64-cgo), const TIOCM_ST = 8
28436 pkg syscall (linux-amd64-cgo), const TIOCNOTTY = 21538
28437 pkg syscall (linux-amd64-cgo), const TIOCNXCL = 21517
28438 pkg syscall (linux-amd64-cgo), const TIOCOUTQ = 21521
28439 pkg syscall (linux-amd64-cgo), const TIOCPKT = 21536
28440 pkg syscall (linux-amd64-cgo), const TIOCPKT_DATA = 0
28441 pkg syscall (linux-amd64-cgo), const TIOCPKT_DOSTOP = 32
28442 pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
28443 pkg syscall (linux-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
28444 pkg syscall (linux-amd64-cgo), const TIOCPKT_IOCTL = 64
28445 pkg syscall (linux-amd64-cgo), const TIOCPKT_NOSTOP = 16
28446 pkg syscall (linux-amd64-cgo), const TIOCPKT_START = 8
28447 pkg syscall (linux-amd64-cgo), const TIOCPKT_STOP = 4
28448 pkg syscall (linux-amd64-cgo), const TIOCSBRK = 21543
28449 pkg syscall (linux-amd64-cgo), const TIOCSCTTY = 21518
28450 pkg syscall (linux-amd64-cgo), const TIOCSERCONFIG = 21587
28451 pkg syscall (linux-amd64-cgo), const TIOCSERGETLSR = 21593
28452 pkg syscall (linux-amd64-cgo), const TIOCSERGETMULTI = 21594
28453 pkg syscall (linux-amd64-cgo), const TIOCSERGSTRUCT = 21592
28454 pkg syscall (linux-amd64-cgo), const TIOCSERGWILD = 21588
28455 pkg syscall (linux-amd64-cgo), const TIOCSERSETMULTI = 21595
28456 pkg syscall (linux-amd64-cgo), const TIOCSERSWILD = 21589
28457 pkg syscall (linux-amd64-cgo), const TIOCSER_TEMT = 1
28458 pkg syscall (linux-amd64-cgo), const TIOCSETD = 21539
28459 pkg syscall (linux-amd64-cgo), const TIOCSIG = 1074025526
28460 pkg syscall (linux-amd64-cgo), const TIOCSLCKTRMIOS = 21591
28461 pkg syscall (linux-amd64-cgo), const TIOCSPGRP = 21520
28462 pkg syscall (linux-amd64-cgo), const TIOCSPTLCK = 1074025521
28463 pkg syscall (linux-amd64-cgo), const TIOCSRS485 = 21551
28464 pkg syscall (linux-amd64-cgo), const TIOCSSERIAL = 21535
28465 pkg syscall (linux-amd64-cgo), const TIOCSSOFTCAR = 21530
28466 pkg syscall (linux-amd64-cgo), const TIOCSTI = 21522
28467 pkg syscall (linux-amd64-cgo), const TIOCSWINSZ = 21524
28468 pkg syscall (linux-amd64-cgo), const TOSTOP = 256
28469 pkg syscall (linux-amd64-cgo), const TUNATTACHFILTER = 1074812117
28470 pkg syscall (linux-amd64-cgo), const TUNDETACHFILTER = 1074812118
28471 pkg syscall (linux-amd64-cgo), const TUNGETFEATURES = 2147767503
28472 pkg syscall (linux-amd64-cgo), const TUNGETIFF = 2147767506
28473 pkg syscall (linux-amd64-cgo), const TUNGETSNDBUF = 2147767507
28474 pkg syscall (linux-amd64-cgo), const TUNGETVNETHDRSZ = 2147767511
28475 pkg syscall (linux-amd64-cgo), const TUNSETDEBUG = 1074025673
28476 pkg syscall (linux-amd64-cgo), const TUNSETGROUP = 1074025678
28477 pkg syscall (linux-amd64-cgo), const TUNSETIFF = 1074025674
28478 pkg syscall (linux-amd64-cgo), const TUNSETLINK = 1074025677
28479 pkg syscall (linux-amd64-cgo), const TUNSETNOCSUM = 1074025672
28480 pkg syscall (linux-amd64-cgo), const TUNSETOFFLOAD = 1074025680
28481 pkg syscall (linux-amd64-cgo), const TUNSETOWNER = 1074025676
28482 pkg syscall (linux-amd64-cgo), const TUNSETPERSIST = 1074025675
28483 pkg syscall (linux-amd64-cgo), const TUNSETSNDBUF = 1074025684
28484 pkg syscall (linux-amd64-cgo), const TUNSETTXFILTER = 1074025681
28485 pkg syscall (linux-amd64-cgo), const TUNSETVNETHDRSZ = 1074025688
28486 pkg syscall (linux-amd64-cgo), const VDISCARD = 13
28487 pkg syscall (linux-amd64-cgo), const VEOF = 4
28488 pkg syscall (linux-amd64-cgo), const VEOL = 11
28489 pkg syscall (linux-amd64-cgo), const VEOL2 = 16
28490 pkg syscall (linux-amd64-cgo), const VERASE = 2
28491 pkg syscall (linux-amd64-cgo), const VINTR = 0
28492 pkg syscall (linux-amd64-cgo), const VKILL = 3
28493 pkg syscall (linux-amd64-cgo), const VLNEXT = 15
28494 pkg syscall (linux-amd64-cgo), const VMIN = 6
28495 pkg syscall (linux-amd64-cgo), const VQUIT = 1
28496 pkg syscall (linux-amd64-cgo), const VREPRINT = 12
28497 pkg syscall (linux-amd64-cgo), const VSTART = 8
28498 pkg syscall (linux-amd64-cgo), const VSTOP = 9
28499 pkg syscall (linux-amd64-cgo), const VSUSP = 10
28500 pkg syscall (linux-amd64-cgo), const VSWTC = 7
28501 pkg syscall (linux-amd64-cgo), const VTIME = 5
28502 pkg syscall (linux-amd64-cgo), const VWERASE = 14
28503 pkg syscall (linux-amd64-cgo), const WALL = 1073741824
28504 pkg syscall (linux-amd64-cgo), const WCLONE = 2147483648
28505 pkg syscall (linux-amd64-cgo), const WCONTINUED = 8
28506 pkg syscall (linux-amd64-cgo), const WEXITED = 4
28507 pkg syscall (linux-amd64-cgo), const WNOHANG = 1
28508 pkg syscall (linux-amd64-cgo), const WNOTHREAD = 536870912
28509 pkg syscall (linux-amd64-cgo), const WNOWAIT = 16777216
28510 pkg syscall (linux-amd64-cgo), const WORDSIZE = 64
28511 pkg syscall (linux-amd64-cgo), const WSTOPPED = 2
28512 pkg syscall (linux-amd64-cgo), const WUNTRACED = 2
28513 pkg syscall (linux-amd64-cgo), const XCASE = 4
28514 pkg syscall (linux-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
28515 pkg syscall (linux-amd64-cgo), func GetsockoptUcred(int, int, int) (*Ucred, error)
28516 pkg syscall (linux-amd64-cgo), func Getxattr(string, string, []uint8) (int, error)
28517 pkg syscall (linux-amd64-cgo), func Listxattr(string, []uint8) (int, error)
28518 pkg syscall (linux-amd64-cgo), func Pipe2([]int, int) error
28519 pkg syscall (linux-amd64-cgo), func PtraceSyscall(int, int) error
28520 pkg syscall (linux-amd64-cgo), func Removexattr(string, string) error
28521 pkg syscall (linux-amd64-cgo), func Setxattr(string, string, []uint8, int) error
28522 pkg syscall (linux-amd64-cgo), func SlicePtrFromStrings([]string) ([]*uint8, error)
28523 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Ctty int
28524 pkg syscall (linux-amd64-cgo), type TCPInfo struct
28525 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Advmss uint32
28526 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ato uint32
28527 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Backoff uint8
28528 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Ca_state uint8
28529 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Fackets uint32
28530 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_recv uint32
28531 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_ack_sent uint32
28532 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_recv uint32
28533 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Last_data_sent uint32
28534 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Lost uint32
28535 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Options uint8
28536 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pad_cgo_0 [2]uint8
28537 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Pmtu uint32
28538 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Probes uint8
28539 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_mss uint32
28540 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_rtt uint32
28541 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_space uint32
28542 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rcv_ssthresh uint32
28543 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Reordering uint32
28544 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retrans uint32
28545 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Retransmits uint8
28546 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rto uint32
28547 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rtt uint32
28548 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Rttvar uint32
28549 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Sacked uint32
28550 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_cwnd uint32
28551 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_mss uint32
28552 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Snd_ssthresh uint32
28553 pkg syscall (linux-amd64-cgo), type TCPInfo struct, State uint8
28554 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Total_retrans uint32
28555 pkg syscall (linux-amd64-cgo), type TCPInfo struct, Unacked uint32
28556 pkg syscall (linux-arm), const AF_ALG = 38
28557 pkg syscall (linux-arm), const AF_APPLETALK = 5
28558 pkg syscall (linux-arm), const AF_ASH = 18
28559 pkg syscall (linux-arm), const AF_ATMPVC = 8
28560 pkg syscall (linux-arm), const AF_ATMSVC = 20
28561 pkg syscall (linux-arm), const AF_AX25 = 3
28562 pkg syscall (linux-arm), const AF_BLUETOOTH = 31
28563 pkg syscall (linux-arm), const AF_BRIDGE = 7
28564 pkg syscall (linux-arm), const AF_CAIF = 37
28565 pkg syscall (linux-arm), const AF_CAN = 29
28566 pkg syscall (linux-arm), const AF_DECnet = 12
28567 pkg syscall (linux-arm), const AF_ECONET = 19
28568 pkg syscall (linux-arm), const AF_FILE = 1
28569 pkg syscall (linux-arm), const AF_IEEE802154 = 36
28570 pkg syscall (linux-arm), const AF_INET6 = 10
28571 pkg syscall (linux-arm), const AF_IPX = 4
28572 pkg syscall (linux-arm), const AF_IRDA = 23
28573 pkg syscall (linux-arm), const AF_ISDN = 34
28574 pkg syscall (linux-arm), const AF_IUCV = 32
28575 pkg syscall (linux-arm), const AF_KEY = 15
28576 pkg syscall (linux-arm), const AF_LLC = 26
28577 pkg syscall (linux-arm), const AF_LOCAL = 1
28578 pkg syscall (linux-arm), const AF_MAX = 39
28579 pkg syscall (linux-arm), const AF_NETBEUI = 13
28580 pkg syscall (linux-arm), const AF_NETLINK = 16
28581 pkg syscall (linux-arm), const AF_NETROM = 6
28582 pkg syscall (linux-arm), const AF_PACKET = 17
28583 pkg syscall (linux-arm), const AF_PHONET = 35
28584 pkg syscall (linux-arm), const AF_PPPOX = 24
28585 pkg syscall (linux-arm), const AF_RDS = 21
28586 pkg syscall (linux-arm), const AF_ROSE = 11
28587 pkg syscall (linux-arm), const AF_ROUTE = 16
28588 pkg syscall (linux-arm), const AF_RXRPC = 33
28589 pkg syscall (linux-arm), const AF_SECURITY = 14
28590 pkg syscall (linux-arm), const AF_SNA = 22
28591 pkg syscall (linux-arm), const AF_TIPC = 30
28592 pkg syscall (linux-arm), const AF_WANPIPE = 25
28593 pkg syscall (linux-arm), const AF_X25 = 9
28594 pkg syscall (linux-arm), const ARPHRD_ADAPT = 264
28595 pkg syscall (linux-arm), const ARPHRD_APPLETLK = 8
28596 pkg syscall (linux-arm), const ARPHRD_ARCNET = 7
28597 pkg syscall (linux-arm), const ARPHRD_ASH = 781
28598 pkg syscall (linux-arm), const ARPHRD_ATM = 19
28599 pkg syscall (linux-arm), const ARPHRD_AX25 = 3
28600 pkg syscall (linux-arm), const ARPHRD_BIF = 775
28601 pkg syscall (linux-arm), const ARPHRD_CHAOS = 5
28602 pkg syscall (linux-arm), const ARPHRD_CISCO = 513
28603 pkg syscall (linux-arm), const ARPHRD_CSLIP = 257
28604 pkg syscall (linux-arm), const ARPHRD_CSLIP6 = 259
28605 pkg syscall (linux-arm), const ARPHRD_DDCMP = 517
28606 pkg syscall (linux-arm), const ARPHRD_DLCI = 15
28607 pkg syscall (linux-arm), const ARPHRD_ECONET = 782
28608 pkg syscall (linux-arm), const ARPHRD_EETHER = 2
28609 pkg syscall (linux-arm), const ARPHRD_ETHER = 1
28610 pkg syscall (linux-arm), const ARPHRD_EUI64 = 27
28611 pkg syscall (linux-arm), const ARPHRD_FCAL = 785
28612 pkg syscall (linux-arm), const ARPHRD_FCFABRIC = 787
28613 pkg syscall (linux-arm), const ARPHRD_FCPL = 786
28614 pkg syscall (linux-arm), const ARPHRD_FCPP = 784
28615 pkg syscall (linux-arm), const ARPHRD_FDDI = 774
28616 pkg syscall (linux-arm), const ARPHRD_FRAD = 770
28617 pkg syscall (linux-arm), const ARPHRD_HDLC = 513
28618 pkg syscall (linux-arm), const ARPHRD_HIPPI = 780
28619 pkg syscall (linux-arm), const ARPHRD_HWX25 = 272
28620 pkg syscall (linux-arm), const ARPHRD_IEEE1394 = 24
28621 pkg syscall (linux-arm), const ARPHRD_IEEE802 = 6
28622 pkg syscall (linux-arm), const ARPHRD_IEEE80211 = 801
28623 pkg syscall (linux-arm), const ARPHRD_IEEE80211_PRISM = 802
28624 pkg syscall (linux-arm), const ARPHRD_IEEE80211_RADIOTAP = 803
28625 pkg syscall (linux-arm), const ARPHRD_IEEE802154 = 804
28626 pkg syscall (linux-arm), const ARPHRD_IEEE802154_PHY = 805
28627 pkg syscall (linux-arm), const ARPHRD_IEEE802_TR = 800
28628 pkg syscall (linux-arm), const ARPHRD_INFINIBAND = 32
28629 pkg syscall (linux-arm), const ARPHRD_IPDDP = 777
28630 pkg syscall (linux-arm), const ARPHRD_IPGRE = 778
28631 pkg syscall (linux-arm), const ARPHRD_IRDA = 783
28632 pkg syscall (linux-arm), const ARPHRD_LAPB = 516
28633 pkg syscall (linux-arm), const ARPHRD_LOCALTLK = 773
28634 pkg syscall (linux-arm), const ARPHRD_LOOPBACK = 772
28635 pkg syscall (linux-arm), const ARPHRD_METRICOM = 23
28636 pkg syscall (linux-arm), const ARPHRD_NETROM = 0
28637 pkg syscall (linux-arm), const ARPHRD_NONE = 65534
28638 pkg syscall (linux-arm), const ARPHRD_PIMREG = 779
28639 pkg syscall (linux-arm), const ARPHRD_PPP = 512
28640 pkg syscall (linux-arm), const ARPHRD_PRONET = 4
28641 pkg syscall (linux-arm), const ARPHRD_RAWHDLC = 518
28642 pkg syscall (linux-arm), const ARPHRD_ROSE = 270
28643 pkg syscall (linux-arm), const ARPHRD_RSRVD = 260
28644 pkg syscall (linux-arm), const ARPHRD_SIT = 776
28645 pkg syscall (linux-arm), const ARPHRD_SKIP = 771
28646 pkg syscall (linux-arm), const ARPHRD_SLIP = 256
28647 pkg syscall (linux-arm), const ARPHRD_SLIP6 = 258
28648 pkg syscall (linux-arm), const ARPHRD_TUNNEL = 768
28649 pkg syscall (linux-arm), const ARPHRD_TUNNEL6 = 769
28650 pkg syscall (linux-arm), const ARPHRD_VOID = 65535
28651 pkg syscall (linux-arm), const ARPHRD_X25 = 271
28652 pkg syscall (linux-arm), const B0 = 0
28653 pkg syscall (linux-arm), const B1000000 = 4104
28654 pkg syscall (linux-arm), const B110 = 3
28655 pkg syscall (linux-arm), const B115200 = 4098
28656 pkg syscall (linux-arm), const B1152000 = 4105
28657 pkg syscall (linux-arm), const B1200 = 9
28658 pkg syscall (linux-arm), const B134 = 4
28659 pkg syscall (linux-arm), const B150 = 5
28660 pkg syscall (linux-arm), const B1500000 = 4106
28661 pkg syscall (linux-arm), const B1800 = 10
28662 pkg syscall (linux-arm), const B19200 = 14
28663 pkg syscall (linux-arm), const B200 = 6
28664 pkg syscall (linux-arm), const B2000000 = 4107
28665 pkg syscall (linux-arm), const B230400 = 4099
28666 pkg syscall (linux-arm), const B2400 = 11
28667 pkg syscall (linux-arm), const B2500000 = 4108
28668 pkg syscall (linux-arm), const B300 = 7
28669 pkg syscall (linux-arm), const B3000000 = 4109
28670 pkg syscall (linux-arm), const B3500000 = 4110
28671 pkg syscall (linux-arm), const B38400 = 15
28672 pkg syscall (linux-arm), const B4000000 = 4111
28673 pkg syscall (linux-arm), const B460800 = 4100
28674 pkg syscall (linux-arm), const B4800 = 12
28675 pkg syscall (linux-arm), const B50 = 1
28676 pkg syscall (linux-arm), const B500000 = 4101
28677 pkg syscall (linux-arm), const B57600 = 4097
28678 pkg syscall (linux-arm), const B576000 = 4102
28679 pkg syscall (linux-arm), const B600 = 8
28680 pkg syscall (linux-arm), const B75 = 2
28681 pkg syscall (linux-arm), const B921600 = 4103
28682 pkg syscall (linux-arm), const B9600 = 13
28683 pkg syscall (linux-arm), const BPF_A = 16
28684 pkg syscall (linux-arm), const BPF_ABS = 32
28685 pkg syscall (linux-arm), const BPF_ADD = 0
28686 pkg syscall (linux-arm), const BPF_ALU = 4
28687 pkg syscall (linux-arm), const BPF_AND = 80
28688 pkg syscall (linux-arm), const BPF_B = 16
28689 pkg syscall (linux-arm), const BPF_DIV = 48
28690 pkg syscall (linux-arm), const BPF_H = 8
28691 pkg syscall (linux-arm), const BPF_IMM = 0
28692 pkg syscall (linux-arm), const BPF_IND = 64
28693 pkg syscall (linux-arm), const BPF_JA = 0
28694 pkg syscall (linux-arm), const BPF_JEQ = 16
28695 pkg syscall (linux-arm), const BPF_JGE = 48
28696 pkg syscall (linux-arm), const BPF_JGT = 32
28697 pkg syscall (linux-arm), const BPF_JMP = 5
28698 pkg syscall (linux-arm), const BPF_JSET = 64
28699 pkg syscall (linux-arm), const BPF_K = 0
28700 pkg syscall (linux-arm), const BPF_LD = 0
28701 pkg syscall (linux-arm), const BPF_LDX = 1
28702 pkg syscall (linux-arm), const BPF_LEN = 128
28703 pkg syscall (linux-arm), const BPF_LSH = 96
28704 pkg syscall (linux-arm), const BPF_MAJOR_VERSION = 1
28705 pkg syscall (linux-arm), const BPF_MAXINSNS = 4096
28706 pkg syscall (linux-arm), const BPF_MEM = 96
28707 pkg syscall (linux-arm), const BPF_MEMWORDS = 16
28708 pkg syscall (linux-arm), const BPF_MINOR_VERSION = 1
28709 pkg syscall (linux-arm), const BPF_MISC = 7
28710 pkg syscall (linux-arm), const BPF_MSH = 160
28711 pkg syscall (linux-arm), const BPF_MUL = 32
28712 pkg syscall (linux-arm), const BPF_NEG = 128
28713 pkg syscall (linux-arm), const BPF_OR = 64
28714 pkg syscall (linux-arm), const BPF_RET = 6
28715 pkg syscall (linux-arm), const BPF_RSH = 112
28716 pkg syscall (linux-arm), const BPF_ST = 2
28717 pkg syscall (linux-arm), const BPF_STX = 3
28718 pkg syscall (linux-arm), const BPF_SUB = 16
28719 pkg syscall (linux-arm), const BPF_TAX = 0
28720 pkg syscall (linux-arm), const BPF_TXA = 128
28721 pkg syscall (linux-arm), const BPF_W = 0
28722 pkg syscall (linux-arm), const BPF_X = 8
28723 pkg syscall (linux-arm), const BRKINT = 2
28724 pkg syscall (linux-arm), const CLOCAL = 2048
28725 pkg syscall (linux-arm), const CREAD = 128
28726 pkg syscall (linux-arm), const CS5 = 0
28727 pkg syscall (linux-arm), const CS6 = 16
28728 pkg syscall (linux-arm), const CS7 = 32
28729 pkg syscall (linux-arm), const CS8 = 48
28730 pkg syscall (linux-arm), const CSIZE = 48
28731 pkg syscall (linux-arm), const CSTOPB = 64
28732 pkg syscall (linux-arm), const DT_BLK = 6
28733 pkg syscall (linux-arm), const DT_CHR = 2
28734 pkg syscall (linux-arm), const DT_DIR = 4
28735 pkg syscall (linux-arm), const DT_FIFO = 1
28736 pkg syscall (linux-arm), const DT_LNK = 10
28737 pkg syscall (linux-arm), const DT_REG = 8
28738 pkg syscall (linux-arm), const DT_SOCK = 12
28739 pkg syscall (linux-arm), const DT_UNKNOWN = 0
28740 pkg syscall (linux-arm), const DT_WHT = 14
28741 pkg syscall (linux-arm), const E2BIG = 7
28742 pkg syscall (linux-arm), const EACCES = 13
28743 pkg syscall (linux-arm), const EADDRINUSE = 98
28744 pkg syscall (linux-arm), const EADDRNOTAVAIL = 99
28745 pkg syscall (linux-arm), const EADV = 68
28746 pkg syscall (linux-arm), const EAFNOSUPPORT = 97
28747 pkg syscall (linux-arm), const EAGAIN = 11
28748 pkg syscall (linux-arm), const EALREADY = 114
28749 pkg syscall (linux-arm), const EBADE = 52
28750 pkg syscall (linux-arm), const EBADF = 9
28751 pkg syscall (linux-arm), const EBADFD = 77
28752 pkg syscall (linux-arm), const EBADMSG = 74
28753 pkg syscall (linux-arm), const EBADR = 53
28754 pkg syscall (linux-arm), const EBADRQC = 56
28755 pkg syscall (linux-arm), const EBADSLT = 57
28756 pkg syscall (linux-arm), const EBFONT = 59
28757 pkg syscall (linux-arm), const EBUSY = 16
28758 pkg syscall (linux-arm), const ECANCELED = 125
28759 pkg syscall (linux-arm), const ECHILD = 10
28760 pkg syscall (linux-arm), const ECHO = 8
28761 pkg syscall (linux-arm), const ECHOCTL = 512
28762 pkg syscall (linux-arm), const ECHOE = 16
28763 pkg syscall (linux-arm), const ECHOK = 32
28764 pkg syscall (linux-arm), const ECHOKE = 2048
28765 pkg syscall (linux-arm), const ECHONL = 64
28766 pkg syscall (linux-arm), const ECHOPRT = 1024
28767 pkg syscall (linux-arm), const ECHRNG = 44
28768 pkg syscall (linux-arm), const ECOMM = 70
28769 pkg syscall (linux-arm), const ECONNABORTED = 103
28770 pkg syscall (linux-arm), const ECONNREFUSED = 111
28771 pkg syscall (linux-arm), const ECONNRESET = 104
28772 pkg syscall (linux-arm), const EDEADLK = 35
28773 pkg syscall (linux-arm), const EDEADLOCK = 35
28774 pkg syscall (linux-arm), const EDESTADDRREQ = 89
28775 pkg syscall (linux-arm), const EDOM = 33
28776 pkg syscall (linux-arm), const EDOTDOT = 73
28777 pkg syscall (linux-arm), const EDQUOT = 122
28778 pkg syscall (linux-arm), const EEXIST = 17
28779 pkg syscall (linux-arm), const EFAULT = 14
28780 pkg syscall (linux-arm), const EFBIG = 27
28781 pkg syscall (linux-arm), const EHOSTDOWN = 112
28782 pkg syscall (linux-arm), const EHOSTUNREACH = 113
28783 pkg syscall (linux-arm), const EHWPOISON = 133
28784 pkg syscall (linux-arm), const EIDRM = 43
28785 pkg syscall (linux-arm), const EILSEQ = 84
28786 pkg syscall (linux-arm), const EINPROGRESS = 115
28787 pkg syscall (linux-arm), const EINTR = 4
28788 pkg syscall (linux-arm), const EINVAL = 22
28789 pkg syscall (linux-arm), const EIO = 5
28790 pkg syscall (linux-arm), const EISCONN = 106
28791 pkg syscall (linux-arm), const EISDIR = 21
28792 pkg syscall (linux-arm), const EISNAM = 120
28793 pkg syscall (linux-arm), const EKEYEXPIRED = 127
28794 pkg syscall (linux-arm), const EKEYREJECTED = 129
28795 pkg syscall (linux-arm), const EKEYREVOKED = 128
28796 pkg syscall (linux-arm), const EL2HLT = 51
28797 pkg syscall (linux-arm), const EL2NSYNC = 45
28798 pkg syscall (linux-arm), const EL3HLT = 46
28799 pkg syscall (linux-arm), const EL3RST = 47
28800 pkg syscall (linux-arm), const ELF_NGREG = 18
28801 pkg syscall (linux-arm), const ELF_PRARGSZ = 80
28802 pkg syscall (linux-arm), const ELIBACC = 79
28803 pkg syscall (linux-arm), const ELIBBAD = 80
28804 pkg syscall (linux-arm), const ELIBEXEC = 83
28805 pkg syscall (linux-arm), const ELIBMAX = 82
28806 pkg syscall (linux-arm), const ELIBSCN = 81
28807 pkg syscall (linux-arm), const ELNRNG = 48
28808 pkg syscall (linux-arm), const ELOOP = 40
28809 pkg syscall (linux-arm), const EMEDIUMTYPE = 124
28810 pkg syscall (linux-arm), const EMFILE = 24
28811 pkg syscall (linux-arm), const EMLINK = 31
28812 pkg syscall (linux-arm), const EMSGSIZE = 90
28813 pkg syscall (linux-arm), const EMULTIHOP = 72
28814 pkg syscall (linux-arm), const ENAMETOOLONG = 36
28815 pkg syscall (linux-arm), const ENAVAIL = 119
28816 pkg syscall (linux-arm), const ENETDOWN = 100
28817 pkg syscall (linux-arm), const ENETRESET = 102
28818 pkg syscall (linux-arm), const ENETUNREACH = 101
28819 pkg syscall (linux-arm), const ENFILE = 23
28820 pkg syscall (linux-arm), const ENOANO = 55
28821 pkg syscall (linux-arm), const ENOBUFS = 105
28822 pkg syscall (linux-arm), const ENOCSI = 50
28823 pkg syscall (linux-arm), const ENODATA = 61
28824 pkg syscall (linux-arm), const ENODEV = 19
28825 pkg syscall (linux-arm), const ENOEXEC = 8
28826 pkg syscall (linux-arm), const ENOKEY = 126
28827 pkg syscall (linux-arm), const ENOLCK = 37
28828 pkg syscall (linux-arm), const ENOLINK = 67
28829 pkg syscall (linux-arm), const ENOMEDIUM = 123
28830 pkg syscall (linux-arm), const ENOMEM = 12
28831 pkg syscall (linux-arm), const ENOMSG = 42
28832 pkg syscall (linux-arm), const ENONET = 64
28833 pkg syscall (linux-arm), const ENOPKG = 65
28834 pkg syscall (linux-arm), const ENOPROTOOPT = 92
28835 pkg syscall (linux-arm), const ENOSPC = 28
28836 pkg syscall (linux-arm), const ENOSR = 63
28837 pkg syscall (linux-arm), const ENOSTR = 60
28838 pkg syscall (linux-arm), const ENOSYS = 38
28839 pkg syscall (linux-arm), const ENOTBLK = 15
28840 pkg syscall (linux-arm), const ENOTCONN = 107
28841 pkg syscall (linux-arm), const ENOTDIR = 20
28842 pkg syscall (linux-arm), const ENOTEMPTY = 39
28843 pkg syscall (linux-arm), const ENOTNAM = 118
28844 pkg syscall (linux-arm), const ENOTRECOVERABLE = 131
28845 pkg syscall (linux-arm), const ENOTSOCK = 88
28846 pkg syscall (linux-arm), const ENOTSUP = 95
28847 pkg syscall (linux-arm), const ENOTTY = 25
28848 pkg syscall (linux-arm), const ENOTUNIQ = 76
28849 pkg syscall (linux-arm), const ENXIO = 6
28850 pkg syscall (linux-arm), const EOPNOTSUPP = 95
28851 pkg syscall (linux-arm), const EOVERFLOW = 75
28852 pkg syscall (linux-arm), const EOWNERDEAD = 130
28853 pkg syscall (linux-arm), const EPERM = 1
28854 pkg syscall (linux-arm), const EPFNOSUPPORT = 96
28855 pkg syscall (linux-arm), const EPIPE = 32
28856 pkg syscall (linux-arm), const EPOLLERR = 8
28857 pkg syscall (linux-arm), const EPOLLET = -2147483648
28858 pkg syscall (linux-arm), const EPOLLHUP = 16
28859 pkg syscall (linux-arm), const EPOLLIN = 1
28860 pkg syscall (linux-arm), const EPOLLMSG = 1024
28861 pkg syscall (linux-arm), const EPOLLONESHOT = 1073741824
28862 pkg syscall (linux-arm), const EPOLLOUT = 4
28863 pkg syscall (linux-arm), const EPOLLPRI = 2
28864 pkg syscall (linux-arm), const EPOLLRDBAND = 128
28865 pkg syscall (linux-arm), const EPOLLRDHUP = 8192
28866 pkg syscall (linux-arm), const EPOLLRDNORM = 64
28867 pkg syscall (linux-arm), const EPOLLWRBAND = 512
28868 pkg syscall (linux-arm), const EPOLLWRNORM = 256
28869 pkg syscall (linux-arm), const EPOLL_CLOEXEC = 524288
28870 pkg syscall (linux-arm), const EPOLL_CTL_ADD = 1
28871 pkg syscall (linux-arm), const EPOLL_CTL_DEL = 2
28872 pkg syscall (linux-arm), const EPOLL_CTL_MOD = 3
28873 pkg syscall (linux-arm), const EPOLL_NONBLOCK = 2048
28874 pkg syscall (linux-arm), const EPROTO = 71
28875 pkg syscall (linux-arm), const EPROTONOSUPPORT = 93
28876 pkg syscall (linux-arm), const EPROTOTYPE = 91
28877 pkg syscall (linux-arm), const ERANGE = 34
28878 pkg syscall (linux-arm), const EREMCHG = 78
28879 pkg syscall (linux-arm), const EREMOTE = 66
28880 pkg syscall (linux-arm), const EREMOTEIO = 121
28881 pkg syscall (linux-arm), const ERESTART = 85
28882 pkg syscall (linux-arm), const ERFKILL = 132
28883 pkg syscall (linux-arm), const EROFS = 30
28884 pkg syscall (linux-arm), const ESHUTDOWN = 108
28885 pkg syscall (linux-arm), const ESOCKTNOSUPPORT = 94
28886 pkg syscall (linux-arm), const ESPIPE = 29
28887 pkg syscall (linux-arm), const ESRCH = 3
28888 pkg syscall (linux-arm), const ESRMNT = 69
28889 pkg syscall (linux-arm), const ESTALE = 116
28890 pkg syscall (linux-arm), const ESTRPIPE = 86
28891 pkg syscall (linux-arm), const ETH_P_1588 = 35063
28892 pkg syscall (linux-arm), const ETH_P_8021Q = 33024
28893 pkg syscall (linux-arm), const ETH_P_802_2 = 4
28894 pkg syscall (linux-arm), const ETH_P_802_3 = 1
28895 pkg syscall (linux-arm), const ETH_P_AARP = 33011
28896 pkg syscall (linux-arm), const ETH_P_ALL = 3
28897 pkg syscall (linux-arm), const ETH_P_AOE = 34978
28898 pkg syscall (linux-arm), const ETH_P_ARCNET = 26
28899 pkg syscall (linux-arm), const ETH_P_ARP = 2054
28900 pkg syscall (linux-arm), const ETH_P_ATALK = 32923
28901 pkg syscall (linux-arm), const ETH_P_ATMFATE = 34948
28902 pkg syscall (linux-arm), const ETH_P_ATMMPOA = 34892
28903 pkg syscall (linux-arm), const ETH_P_AX25 = 2
28904 pkg syscall (linux-arm), const ETH_P_BPQ = 2303
28905 pkg syscall (linux-arm), const ETH_P_CAIF = 247
28906 pkg syscall (linux-arm), const ETH_P_CAN = 12
28907 pkg syscall (linux-arm), const ETH_P_CONTROL = 22
28908 pkg syscall (linux-arm), const ETH_P_CUST = 24582
28909 pkg syscall (linux-arm), const ETH_P_DDCMP = 6
28910 pkg syscall (linux-arm), const ETH_P_DEC = 24576
28911 pkg syscall (linux-arm), const ETH_P_DIAG = 24581
28912 pkg syscall (linux-arm), const ETH_P_DNA_DL = 24577
28913 pkg syscall (linux-arm), const ETH_P_DNA_RC = 24578
28914 pkg syscall (linux-arm), const ETH_P_DNA_RT = 24579
28915 pkg syscall (linux-arm), const ETH_P_DSA = 27
28916 pkg syscall (linux-arm), const ETH_P_ECONET = 24
28917 pkg syscall (linux-arm), const ETH_P_EDSA = 56026
28918 pkg syscall (linux-arm), const ETH_P_FCOE = 35078
28919 pkg syscall (linux-arm), const ETH_P_FIP = 35092
28920 pkg syscall (linux-arm), const ETH_P_HDLC = 25
28921 pkg syscall (linux-arm), const ETH_P_IEEE802154 = 246
28922 pkg syscall (linux-arm), const ETH_P_IEEEPUP = 2560
28923 pkg syscall (linux-arm), const ETH_P_IEEEPUPAT = 2561
28924 pkg syscall (linux-arm), const ETH_P_IP = 2048
28925 pkg syscall (linux-arm), const ETH_P_IPV6 = 34525
28926 pkg syscall (linux-arm), const ETH_P_IPX = 33079
28927 pkg syscall (linux-arm), const ETH_P_IRDA = 23
28928 pkg syscall (linux-arm), const ETH_P_LAT = 24580
28929 pkg syscall (linux-arm), const ETH_P_LINK_CTL = 34924
28930 pkg syscall (linux-arm), const ETH_P_LOCALTALK = 9
28931 pkg syscall (linux-arm), const ETH_P_LOOP = 96
28932 pkg syscall (linux-arm), const ETH_P_MOBITEX = 21
28933 pkg syscall (linux-arm), const ETH_P_MPLS_MC = 34888
28934 pkg syscall (linux-arm), const ETH_P_MPLS_UC = 34887
28935 pkg syscall (linux-arm), const ETH_P_PAE = 34958
28936 pkg syscall (linux-arm), const ETH_P_PAUSE = 34824
28937 pkg syscall (linux-arm), const ETH_P_PHONET = 245
28938 pkg syscall (linux-arm), const ETH_P_PPPTALK = 16
28939 pkg syscall (linux-arm), const ETH_P_PPP_DISC = 34915
28940 pkg syscall (linux-arm), const ETH_P_PPP_MP = 8
28941 pkg syscall (linux-arm), const ETH_P_PPP_SES = 34916
28942 pkg syscall (linux-arm), const ETH_P_PUP = 512
28943 pkg syscall (linux-arm), const ETH_P_PUPAT = 513
28944 pkg syscall (linux-arm), const ETH_P_RARP = 32821
28945 pkg syscall (linux-arm), const ETH_P_SCA = 24583
28946 pkg syscall (linux-arm), const ETH_P_SLOW = 34825
28947 pkg syscall (linux-arm), const ETH_P_SNAP = 5
28948 pkg syscall (linux-arm), const ETH_P_TEB = 25944
28949 pkg syscall (linux-arm), const ETH_P_TIPC = 35018
28950 pkg syscall (linux-arm), const ETH_P_TRAILER = 28
28951 pkg syscall (linux-arm), const ETH_P_TR_802_2 = 17
28952 pkg syscall (linux-arm), const ETH_P_WAN_PPP = 7
28953 pkg syscall (linux-arm), const ETH_P_WCCP = 34878
28954 pkg syscall (linux-arm), const ETH_P_X25 = 2053
28955 pkg syscall (linux-arm), const ETIME = 62
28956 pkg syscall (linux-arm), const ETIMEDOUT = 110
28957 pkg syscall (linux-arm), const ETOOMANYREFS = 109
28958 pkg syscall (linux-arm), const ETXTBSY = 26
28959 pkg syscall (linux-arm), const EUCLEAN = 117
28960 pkg syscall (linux-arm), const EUNATCH = 49
28961 pkg syscall (linux-arm), const EUSERS = 87
28962 pkg syscall (linux-arm), const EWOULDBLOCK = 11
28963 pkg syscall (linux-arm), const EXDEV = 18
28964 pkg syscall (linux-arm), const EXFULL = 54
28965 pkg syscall (linux-arm), const FD_CLOEXEC = 1
28966 pkg syscall (linux-arm), const FD_SETSIZE = 1024
28967 pkg syscall (linux-arm), const FLUSHO = 4096
28968 pkg syscall (linux-arm), const F_DUPFD = 0
28969 pkg syscall (linux-arm), const F_DUPFD_CLOEXEC = 1030
28970 pkg syscall (linux-arm), const F_EXLCK = 4
28971 pkg syscall (linux-arm), const F_GETFD = 1
28972 pkg syscall (linux-arm), const F_GETFL = 3
28973 pkg syscall (linux-arm), const F_GETLEASE = 1025
28974 pkg syscall (linux-arm), const F_GETLK = 12
28975 pkg syscall (linux-arm), const F_GETLK64 = 12
28976 pkg syscall (linux-arm), const F_GETOWN = 9
28977 pkg syscall (linux-arm), const F_GETOWN_EX = 16
28978 pkg syscall (linux-arm), const F_GETPIPE_SZ = 1032
28979 pkg syscall (linux-arm), const F_GETSIG = 11
28980 pkg syscall (linux-arm), const F_LOCK = 1
28981 pkg syscall (linux-arm), const F_NOTIFY = 1026
28982 pkg syscall (linux-arm), const F_OK = 0
28983 pkg syscall (linux-arm), const F_RDLCK = 0
28984 pkg syscall (linux-arm), const F_SETFD = 2
28985 pkg syscall (linux-arm), const F_SETFL = 4
28986 pkg syscall (linux-arm), const F_SETLEASE = 1024
28987 pkg syscall (linux-arm), const F_SETLK = 13
28988 pkg syscall (linux-arm), const F_SETLK64 = 13
28989 pkg syscall (linux-arm), const F_SETLKW = 14
28990 pkg syscall (linux-arm), const F_SETLKW64 = 14
28991 pkg syscall (linux-arm), const F_SETOWN = 8
28992 pkg syscall (linux-arm), const F_SETOWN_EX = 15
28993 pkg syscall (linux-arm), const F_SETPIPE_SZ = 1031
28994 pkg syscall (linux-arm), const F_SETSIG = 10
28995 pkg syscall (linux-arm), const F_SHLCK = 8
28996 pkg syscall (linux-arm), const F_TEST = 3
28997 pkg syscall (linux-arm), const F_TLOCK = 2
28998 pkg syscall (linux-arm), const F_ULOCK = 0
28999 pkg syscall (linux-arm), const F_UNLCK = 2
29000 pkg syscall (linux-arm), const F_WRLCK = 1
29001 pkg syscall (linux-arm), const HUPCL = 1024
29002 pkg syscall (linux-arm), const ICANON = 2
29003 pkg syscall (linux-arm), const ICRNL = 256
29004 pkg syscall (linux-arm), const IEXTEN = 32768
29005 pkg syscall (linux-arm), const IFA_ADDRESS = 1
29006 pkg syscall (linux-arm), const IFA_ANYCAST = 5
29007 pkg syscall (linux-arm), const IFA_BROADCAST = 4
29008 pkg syscall (linux-arm), const IFA_CACHEINFO = 6
29009 pkg syscall (linux-arm), const IFA_F_DADFAILED = 8
29010 pkg syscall (linux-arm), const IFA_F_DEPRECATED = 32
29011 pkg syscall (linux-arm), const IFA_F_HOMEADDRESS = 16
29012 pkg syscall (linux-arm), const IFA_F_NODAD = 2
29013 pkg syscall (linux-arm), const IFA_F_OPTIMISTIC = 4
29014 pkg syscall (linux-arm), const IFA_F_PERMANENT = 128
29015 pkg syscall (linux-arm), const IFA_F_SECONDARY = 1
29016 pkg syscall (linux-arm), const IFA_F_TEMPORARY = 1
29017 pkg syscall (linux-arm), const IFA_F_TENTATIVE = 64
29018 pkg syscall (linux-arm), const IFA_LABEL = 3
29019 pkg syscall (linux-arm), const IFA_LOCAL = 2
29020 pkg syscall (linux-arm), const IFA_MAX = 7
29021 pkg syscall (linux-arm), const IFA_MULTICAST = 7
29022 pkg syscall (linux-arm), const IFA_UNSPEC = 0
29023 pkg syscall (linux-arm), const IFF_ALLMULTI = 512
29024 pkg syscall (linux-arm), const IFF_AUTOMEDIA = 16384
29025 pkg syscall (linux-arm), const IFF_DEBUG = 4
29026 pkg syscall (linux-arm), const IFF_DYNAMIC = 32768
29027 pkg syscall (linux-arm), const IFF_LOOPBACK = 8
29028 pkg syscall (linux-arm), const IFF_MASTER = 1024
29029 pkg syscall (linux-arm), const IFF_MULTICAST = 4096
29030 pkg syscall (linux-arm), const IFF_NOARP = 128
29031 pkg syscall (linux-arm), const IFF_NOTRAILERS = 32
29032 pkg syscall (linux-arm), const IFF_NO_PI = 4096
29033 pkg syscall (linux-arm), const IFF_ONE_QUEUE = 8192
29034 pkg syscall (linux-arm), const IFF_POINTOPOINT = 16
29035 pkg syscall (linux-arm), const IFF_PORTSEL = 8192
29036 pkg syscall (linux-arm), const IFF_PROMISC = 256
29037 pkg syscall (linux-arm), const IFF_RUNNING = 64
29038 pkg syscall (linux-arm), const IFF_SLAVE = 2048
29039 pkg syscall (linux-arm), const IFF_TAP = 2
29040 pkg syscall (linux-arm), const IFF_TUN = 1
29041 pkg syscall (linux-arm), const IFF_TUN_EXCL = 32768
29042 pkg syscall (linux-arm), const IFF_VNET_HDR = 16384
29043 pkg syscall (linux-arm), const IFLA_ADDRESS = 1
29044 pkg syscall (linux-arm), const IFLA_BROADCAST = 2
29045 pkg syscall (linux-arm), const IFLA_COST = 8
29046 pkg syscall (linux-arm), const IFLA_IFALIAS = 20
29047 pkg syscall (linux-arm), const IFLA_IFNAME = 3
29048 pkg syscall (linux-arm), const IFLA_LINK = 5
29049 pkg syscall (linux-arm), const IFLA_LINKINFO = 18
29050 pkg syscall (linux-arm), const IFLA_LINKMODE = 17
29051 pkg syscall (linux-arm), const IFLA_MAP = 14
29052 pkg syscall (linux-arm), const IFLA_MASTER = 10
29053 pkg syscall (linux-arm), const IFLA_MAX = 29
29054 pkg syscall (linux-arm), const IFLA_MTU = 4
29055 pkg syscall (linux-arm), const IFLA_NET_NS_PID = 19
29056 pkg syscall (linux-arm), const IFLA_OPERSTATE = 16
29057 pkg syscall (linux-arm), const IFLA_PRIORITY = 9
29058 pkg syscall (linux-arm), const IFLA_PROTINFO = 12
29059 pkg syscall (linux-arm), const IFLA_QDISC = 6
29060 pkg syscall (linux-arm), const IFLA_STATS = 7
29061 pkg syscall (linux-arm), const IFLA_TXQLEN = 13
29062 pkg syscall (linux-arm), const IFLA_UNSPEC = 0
29063 pkg syscall (linux-arm), const IFLA_WEIGHT = 15
29064 pkg syscall (linux-arm), const IFLA_WIRELESS = 11
29065 pkg syscall (linux-arm), const IFNAMSIZ = 16
29066 pkg syscall (linux-arm), const IGNBRK = 1
29067 pkg syscall (linux-arm), const IGNCR = 128
29068 pkg syscall (linux-arm), const IGNPAR = 4
29069 pkg syscall (linux-arm), const IMAXBEL = 8192
29070 pkg syscall (linux-arm), const INLCR = 64
29071 pkg syscall (linux-arm), const INPCK = 16
29072 pkg syscall (linux-arm), const IN_ACCESS = 1
29073 pkg syscall (linux-arm), const IN_ALL_EVENTS = 4095
29074 pkg syscall (linux-arm), const IN_ATTRIB = 4
29075 pkg syscall (linux-arm), const IN_CLASSA_HOST = 16777215
29076 pkg syscall (linux-arm), const IN_CLASSA_MAX = 128
29077 pkg syscall (linux-arm), const IN_CLASSA_NET = 4278190080
29078 pkg syscall (linux-arm), const IN_CLASSA_NSHIFT = 24
29079 pkg syscall (linux-arm), const IN_CLASSB_HOST = 65535
29080 pkg syscall (linux-arm), const IN_CLASSB_MAX = 65536
29081 pkg syscall (linux-arm), const IN_CLASSB_NET = 4294901760
29082 pkg syscall (linux-arm), const IN_CLASSB_NSHIFT = 16
29083 pkg syscall (linux-arm), const IN_CLASSC_HOST = 255
29084 pkg syscall (linux-arm), const IN_CLASSC_NET = 4294967040
29085 pkg syscall (linux-arm), const IN_CLASSC_NSHIFT = 8
29086 pkg syscall (linux-arm), const IN_CLOEXEC = 524288
29087 pkg syscall (linux-arm), const IN_CLOSE = 24
29088 pkg syscall (linux-arm), const IN_CLOSE_NOWRITE = 16
29089 pkg syscall (linux-arm), const IN_CLOSE_WRITE = 8
29090 pkg syscall (linux-arm), const IN_CREATE = 256
29091 pkg syscall (linux-arm), const IN_DELETE = 512
29092 pkg syscall (linux-arm), const IN_DELETE_SELF = 1024
29093 pkg syscall (linux-arm), const IN_DONT_FOLLOW = 33554432
29094 pkg syscall (linux-arm), const IN_EXCL_UNLINK = 67108864
29095 pkg syscall (linux-arm), const IN_IGNORED = 32768
29096 pkg syscall (linux-arm), const IN_ISDIR = 1073741824
29097 pkg syscall (linux-arm), const IN_LOOPBACKNET = 127
29098 pkg syscall (linux-arm), const IN_MASK_ADD = 536870912
29099 pkg syscall (linux-arm), const IN_MODIFY = 2
29100 pkg syscall (linux-arm), const IN_MOVE = 192
29101 pkg syscall (linux-arm), const IN_MOVED_FROM = 64
29102 pkg syscall (linux-arm), const IN_MOVED_TO = 128
29103 pkg syscall (linux-arm), const IN_MOVE_SELF = 2048
29104 pkg syscall (linux-arm), const IN_NONBLOCK = 2048
29105 pkg syscall (linux-arm), const IN_ONESHOT = 2147483648
29106 pkg syscall (linux-arm), const IN_ONLYDIR = 16777216
29107 pkg syscall (linux-arm), const IN_OPEN = 32
29108 pkg syscall (linux-arm), const IN_Q_OVERFLOW = 16384
29109 pkg syscall (linux-arm), const IN_UNMOUNT = 8192
29110 pkg syscall (linux-arm), const IPPROTO_AH = 51
29111 pkg syscall (linux-arm), const IPPROTO_COMP = 108
29112 pkg syscall (linux-arm), const IPPROTO_DCCP = 33
29113 pkg syscall (linux-arm), const IPPROTO_DSTOPTS = 60
29114 pkg syscall (linux-arm), const IPPROTO_EGP = 8
29115 pkg syscall (linux-arm), const IPPROTO_ENCAP = 98
29116 pkg syscall (linux-arm), const IPPROTO_ESP = 50
29117 pkg syscall (linux-arm), const IPPROTO_FRAGMENT = 44
29118 pkg syscall (linux-arm), const IPPROTO_GRE = 47
29119 pkg syscall (linux-arm), const IPPROTO_HOPOPTS = 0
29120 pkg syscall (linux-arm), const IPPROTO_ICMP = 1
29121 pkg syscall (linux-arm), const IPPROTO_ICMPV6 = 58
29122 pkg syscall (linux-arm), const IPPROTO_IDP = 22
29123 pkg syscall (linux-arm), const IPPROTO_IGMP = 2
29124 pkg syscall (linux-arm), const IPPROTO_IPIP = 4
29125 pkg syscall (linux-arm), const IPPROTO_MTP = 92
29126 pkg syscall (linux-arm), const IPPROTO_NONE = 59
29127 pkg syscall (linux-arm), const IPPROTO_PIM = 103
29128 pkg syscall (linux-arm), const IPPROTO_PUP = 12
29129 pkg syscall (linux-arm), const IPPROTO_RAW = 255
29130 pkg syscall (linux-arm), const IPPROTO_ROUTING = 43
29131 pkg syscall (linux-arm), const IPPROTO_RSVP = 46
29132 pkg syscall (linux-arm), const IPPROTO_SCTP = 132
29133 pkg syscall (linux-arm), const IPPROTO_TP = 29
29134 pkg syscall (linux-arm), const IPPROTO_UDPLITE = 136
29135 pkg syscall (linux-arm), const IPV6_2292DSTOPTS = 4
29136 pkg syscall (linux-arm), const IPV6_2292HOPLIMIT = 8
29137 pkg syscall (linux-arm), const IPV6_2292HOPOPTS = 3
29138 pkg syscall (linux-arm), const IPV6_2292PKTINFO = 2
29139 pkg syscall (linux-arm), const IPV6_2292PKTOPTIONS = 6
29140 pkg syscall (linux-arm), const IPV6_2292RTHDR = 5
29141 pkg syscall (linux-arm), const IPV6_ADDRFORM = 1
29142 pkg syscall (linux-arm), const IPV6_ADD_MEMBERSHIP = 20
29143 pkg syscall (linux-arm), const IPV6_AUTHHDR = 10
29144 pkg syscall (linux-arm), const IPV6_CHECKSUM = 7
29145 pkg syscall (linux-arm), const IPV6_DROP_MEMBERSHIP = 21
29146 pkg syscall (linux-arm), const IPV6_DSTOPTS = 59
29147 pkg syscall (linux-arm), const IPV6_HOPLIMIT = 52
29148 pkg syscall (linux-arm), const IPV6_HOPOPTS = 54
29149 pkg syscall (linux-arm), const IPV6_IPSEC_POLICY = 34
29150 pkg syscall (linux-arm), const IPV6_JOIN_ANYCAST = 27
29151 pkg syscall (linux-arm), const IPV6_JOIN_GROUP = 20
29152 pkg syscall (linux-arm), const IPV6_LEAVE_ANYCAST = 28
29153 pkg syscall (linux-arm), const IPV6_LEAVE_GROUP = 21
29154 pkg syscall (linux-arm), const IPV6_MTU = 24
29155 pkg syscall (linux-arm), const IPV6_MTU_DISCOVER = 23
29156 pkg syscall (linux-arm), const IPV6_MULTICAST_HOPS = 18
29157 pkg syscall (linux-arm), const IPV6_MULTICAST_IF = 17
29158 pkg syscall (linux-arm), const IPV6_MULTICAST_LOOP = 19
29159 pkg syscall (linux-arm), const IPV6_NEXTHOP = 9
29160 pkg syscall (linux-arm), const IPV6_PKTINFO = 50
29161 pkg syscall (linux-arm), const IPV6_PMTUDISC_DO = 2
29162 pkg syscall (linux-arm), const IPV6_PMTUDISC_DONT = 0
29163 pkg syscall (linux-arm), const IPV6_PMTUDISC_PROBE = 3
29164 pkg syscall (linux-arm), const IPV6_PMTUDISC_WANT = 1
29165 pkg syscall (linux-arm), const IPV6_RECVDSTOPTS = 58
29166 pkg syscall (linux-arm), const IPV6_RECVERR = 25
29167 pkg syscall (linux-arm), const IPV6_RECVHOPLIMIT = 51
29168 pkg syscall (linux-arm), const IPV6_RECVHOPOPTS = 53
29169 pkg syscall (linux-arm), const IPV6_RECVPKTINFO = 49
29170 pkg syscall (linux-arm), const IPV6_RECVRTHDR = 56
29171 pkg syscall (linux-arm), const IPV6_RECVTCLASS = 66
29172 pkg syscall (linux-arm), const IPV6_ROUTER_ALERT = 22
29173 pkg syscall (linux-arm), const IPV6_RTHDR = 57
29174 pkg syscall (linux-arm), const IPV6_RTHDRDSTOPTS = 55
29175 pkg syscall (linux-arm), const IPV6_RTHDR_LOOSE = 0
29176 pkg syscall (linux-arm), const IPV6_RTHDR_STRICT = 1
29177 pkg syscall (linux-arm), const IPV6_RTHDR_TYPE_0 = 0
29178 pkg syscall (linux-arm), const IPV6_RXDSTOPTS = 59
29179 pkg syscall (linux-arm), const IPV6_RXHOPOPTS = 54
29180 pkg syscall (linux-arm), const IPV6_TCLASS = 67
29181 pkg syscall (linux-arm), const IPV6_UNICAST_HOPS = 16
29182 pkg syscall (linux-arm), const IPV6_V6ONLY = 26
29183 pkg syscall (linux-arm), const IPV6_XFRM_POLICY = 35
29184 pkg syscall (linux-arm), const IP_ADD_MEMBERSHIP = 35
29185 pkg syscall (linux-arm), const IP_ADD_SOURCE_MEMBERSHIP = 39
29186 pkg syscall (linux-arm), const IP_BLOCK_SOURCE = 38
29187 pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
29188 pkg syscall (linux-arm), const IP_DEFAULT_MULTICAST_TTL = 1
29189 pkg syscall (linux-arm), const IP_DF = 16384
29190 pkg syscall (linux-arm), const IP_DROP_MEMBERSHIP = 36
29191 pkg syscall (linux-arm), const IP_DROP_SOURCE_MEMBERSHIP = 40
29192 pkg syscall (linux-arm), const IP_FREEBIND = 15
29193 pkg syscall (linux-arm), const IP_HDRINCL = 3
29194 pkg syscall (linux-arm), const IP_IPSEC_POLICY = 16
29195 pkg syscall (linux-arm), const IP_MAXPACKET = 65535
29196 pkg syscall (linux-arm), const IP_MAX_MEMBERSHIPS = 20
29197 pkg syscall (linux-arm), const IP_MF = 8192
29198 pkg syscall (linux-arm), const IP_MINTTL = 21
29199 pkg syscall (linux-arm), const IP_MSFILTER = 41
29200 pkg syscall (linux-arm), const IP_MSS = 576
29201 pkg syscall (linux-arm), const IP_MTU = 14
29202 pkg syscall (linux-arm), const IP_MTU_DISCOVER = 10
29203 pkg syscall (linux-arm), const IP_MULTICAST_IF = 32
29204 pkg syscall (linux-arm), const IP_MULTICAST_LOOP = 34
29205 pkg syscall (linux-arm), const IP_MULTICAST_TTL = 33
29206 pkg syscall (linux-arm), const IP_OFFMASK = 8191
29207 pkg syscall (linux-arm), const IP_OPTIONS = 4
29208 pkg syscall (linux-arm), const IP_ORIGDSTADDR = 20
29209 pkg syscall (linux-arm), const IP_PASSSEC = 18
29210 pkg syscall (linux-arm), const IP_PKTINFO = 8
29211 pkg syscall (linux-arm), const IP_PKTOPTIONS = 9
29212 pkg syscall (linux-arm), const IP_PMTUDISC = 10
29213 pkg syscall (linux-arm), const IP_PMTUDISC_DO = 2
29214 pkg syscall (linux-arm), const IP_PMTUDISC_DONT = 0
29215 pkg syscall (linux-arm), const IP_PMTUDISC_PROBE = 3
29216 pkg syscall (linux-arm), const IP_PMTUDISC_WANT = 1
29217 pkg syscall (linux-arm), const IP_RECVERR = 11
29218 pkg syscall (linux-arm), const IP_RECVOPTS = 6
29219 pkg syscall (linux-arm), const IP_RECVORIGDSTADDR = 20
29220 pkg syscall (linux-arm), const IP_RECVRETOPTS = 7
29221 pkg syscall (linux-arm), const IP_RECVTOS = 13
29222 pkg syscall (linux-arm), const IP_RECVTTL = 12
29223 pkg syscall (linux-arm), const IP_RETOPTS = 7
29224 pkg syscall (linux-arm), const IP_RF = 32768
29225 pkg syscall (linux-arm), const IP_ROUTER_ALERT = 5
29226 pkg syscall (linux-arm), const IP_TOS = 1
29227 pkg syscall (linux-arm), const IP_TRANSPARENT = 19
29228 pkg syscall (linux-arm), const IP_TTL = 2
29229 pkg syscall (linux-arm), const IP_UNBLOCK_SOURCE = 37
29230 pkg syscall (linux-arm), const IP_XFRM_POLICY = 17
29231 pkg syscall (linux-arm), const ISIG = 1
29232 pkg syscall (linux-arm), const ISTRIP = 32
29233 pkg syscall (linux-arm), const IUCLC = 512
29234 pkg syscall (linux-arm), const IUTF8 = 16384
29235 pkg syscall (linux-arm), const IXANY = 2048
29236 pkg syscall (linux-arm), const IXOFF = 4096
29237 pkg syscall (linux-arm), const IXON = 1024
29238 pkg syscall (linux-arm), const ImplementsGetwd = true
29239 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_OFF = 0
29240 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
29241 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_HALT = 3454992675
29242 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_KEXEC = 1163412803
29243 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
29244 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART = 19088743
29245 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
29246 pkg syscall (linux-arm), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
29247 pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC1 = 4276215469
29248 pkg syscall (linux-arm), const LINUX_REBOOT_MAGIC2 = 672274793
29249 pkg syscall (linux-arm), const LOCK_EX = 2
29250 pkg syscall (linux-arm), const LOCK_NB = 4
29251 pkg syscall (linux-arm), const LOCK_SH = 1
29252 pkg syscall (linux-arm), const LOCK_UN = 8
29253 pkg syscall (linux-arm), const MADV_DOFORK = 11
29254 pkg syscall (linux-arm), const MADV_DONTFORK = 10
29255 pkg syscall (linux-arm), const MADV_DONTNEED = 4
29256 pkg syscall (linux-arm), const MADV_HUGEPAGE = 14
29257 pkg syscall (linux-arm), const MADV_HWPOISON = 100
29258 pkg syscall (linux-arm), const MADV_MERGEABLE = 12
29259 pkg syscall (linux-arm), const MADV_NOHUGEPAGE = 15
29260 pkg syscall (linux-arm), const MADV_NORMAL = 0
29261 pkg syscall (linux-arm), const MADV_RANDOM = 1
29262 pkg syscall (linux-arm), const MADV_REMOVE = 9
29263 pkg syscall (linux-arm), const MADV_SEQUENTIAL = 2
29264 pkg syscall (linux-arm), const MADV_UNMERGEABLE = 13
29265 pkg syscall (linux-arm), const MADV_WILLNEED = 3
29266 pkg syscall (linux-arm), const MAP_ANON = 32
29267 pkg syscall (linux-arm), const MAP_ANONYMOUS = 32
29268 pkg syscall (linux-arm), const MAP_DENYWRITE = 2048
29269 pkg syscall (linux-arm), const MAP_EXECUTABLE = 4096
29270 pkg syscall (linux-arm), const MAP_FILE = 0
29271 pkg syscall (linux-arm), const MAP_FIXED = 16
29272 pkg syscall (linux-arm), const MAP_GROWSDOWN = 256
29273 pkg syscall (linux-arm), const MAP_LOCKED = 8192
29274 pkg syscall (linux-arm), const MAP_NONBLOCK = 65536
29275 pkg syscall (linux-arm), const MAP_NORESERVE = 16384
29276 pkg syscall (linux-arm), const MAP_POPULATE = 32768
29277 pkg syscall (linux-arm), const MAP_PRIVATE = 2
29278 pkg syscall (linux-arm), const MAP_SHARED = 1
29279 pkg syscall (linux-arm), const MAP_TYPE = 15
29280 pkg syscall (linux-arm), const MCL_CURRENT = 1
29281 pkg syscall (linux-arm), const MCL_FUTURE = 2
29282 pkg syscall (linux-arm), const MNT_DETACH = 2
29283 pkg syscall (linux-arm), const MNT_EXPIRE = 4
29284 pkg syscall (linux-arm), const MNT_FORCE = 1
29285 pkg syscall (linux-arm), const MSG_CMSG_CLOEXEC = 1073741824
29286 pkg syscall (linux-arm), const MSG_CONFIRM = 2048
29287 pkg syscall (linux-arm), const MSG_CTRUNC = 8
29288 pkg syscall (linux-arm), const MSG_DONTROUTE = 4
29289 pkg syscall (linux-arm), const MSG_DONTWAIT = 64
29290 pkg syscall (linux-arm), const MSG_EOR = 128
29291 pkg syscall (linux-arm), const MSG_ERRQUEUE = 8192
29292 pkg syscall (linux-arm), const MSG_FASTOPEN = 536870912
29293 pkg syscall (linux-arm), const MSG_FASTOPEN ideal-int
29294 pkg syscall (linux-arm), const MSG_FIN = 512
29295 pkg syscall (linux-arm), const MSG_MORE = 32768
29296 pkg syscall (linux-arm), const MSG_NOSIGNAL = 16384
29297 pkg syscall (linux-arm), const MSG_OOB = 1
29298 pkg syscall (linux-arm), const MSG_PEEK = 2
29299 pkg syscall (linux-arm), const MSG_PROXY = 16
29300 pkg syscall (linux-arm), const MSG_RST = 4096
29301 pkg syscall (linux-arm), const MSG_SYN = 1024
29302 pkg syscall (linux-arm), const MSG_TRUNC = 32
29303 pkg syscall (linux-arm), const MSG_TRYHARD = 4
29304 pkg syscall (linux-arm), const MSG_WAITALL = 256
29305 pkg syscall (linux-arm), const MSG_WAITFORONE = 65536
29306 pkg syscall (linux-arm), const MS_ACTIVE = 1073741824
29307 pkg syscall (linux-arm), const MS_ASYNC = 1
29308 pkg syscall (linux-arm), const MS_BIND = 4096
29309 pkg syscall (linux-arm), const MS_DIRSYNC = 128
29310 pkg syscall (linux-arm), const MS_INVALIDATE = 2
29311 pkg syscall (linux-arm), const MS_I_VERSION = 8388608
29312 pkg syscall (linux-arm), const MS_KERNMOUNT = 4194304
29313 pkg syscall (linux-arm), const MS_MANDLOCK = 64
29314 pkg syscall (linux-arm), const MS_MGC_MSK = 4294901760
29315 pkg syscall (linux-arm), const MS_MGC_VAL = 3236757504
29316 pkg syscall (linux-arm), const MS_MOVE = 8192
29317 pkg syscall (linux-arm), const MS_NOATIME = 1024
29318 pkg syscall (linux-arm), const MS_NODEV = 4
29319 pkg syscall (linux-arm), const MS_NODIRATIME = 2048
29320 pkg syscall (linux-arm), const MS_NOEXEC = 8
29321 pkg syscall (linux-arm), const MS_NOSUID = 2
29322 pkg syscall (linux-arm), const MS_NOUSER = -2147483648
29323 pkg syscall (linux-arm), const MS_POSIXACL = 65536
29324 pkg syscall (linux-arm), const MS_PRIVATE = 262144
29325 pkg syscall (linux-arm), const MS_RDONLY = 1
29326 pkg syscall (linux-arm), const MS_REC = 16384
29327 pkg syscall (linux-arm), const MS_RELATIME = 2097152
29328 pkg syscall (linux-arm), const MS_REMOUNT = 32
29329 pkg syscall (linux-arm), const MS_RMT_MASK = 8388689
29330 pkg syscall (linux-arm), const MS_SHARED = 1048576
29331 pkg syscall (linux-arm), const MS_SILENT = 32768
29332 pkg syscall (linux-arm), const MS_SLAVE = 524288
29333 pkg syscall (linux-arm), const MS_STRICTATIME = 16777216
29334 pkg syscall (linux-arm), const MS_SYNC = 4
29335 pkg syscall (linux-arm), const MS_SYNCHRONOUS = 16
29336 pkg syscall (linux-arm), const MS_UNBINDABLE = 131072
29337 pkg syscall (linux-arm), const NAME_MAX = 255
29338 pkg syscall (linux-arm), const NETLINK_ADD_MEMBERSHIP = 1
29339 pkg syscall (linux-arm), const NETLINK_AUDIT = 9
29340 pkg syscall (linux-arm), const NETLINK_BROADCAST_ERROR = 4
29341 pkg syscall (linux-arm), const NETLINK_CONNECTOR = 11
29342 pkg syscall (linux-arm), const NETLINK_DNRTMSG = 14
29343 pkg syscall (linux-arm), const NETLINK_DROP_MEMBERSHIP = 2
29344 pkg syscall (linux-arm), const NETLINK_ECRYPTFS = 19
29345 pkg syscall (linux-arm), const NETLINK_FIB_LOOKUP = 10
29346 pkg syscall (linux-arm), const NETLINK_FIREWALL = 3
29347 pkg syscall (linux-arm), const NETLINK_GENERIC = 16
29348 pkg syscall (linux-arm), const NETLINK_INET_DIAG = 4
29349 pkg syscall (linux-arm), const NETLINK_IP6_FW = 13
29350 pkg syscall (linux-arm), const NETLINK_ISCSI = 8
29351 pkg syscall (linux-arm), const NETLINK_KOBJECT_UEVENT = 15
29352 pkg syscall (linux-arm), const NETLINK_NETFILTER = 12
29353 pkg syscall (linux-arm), const NETLINK_NFLOG = 5
29354 pkg syscall (linux-arm), const NETLINK_NO_ENOBUFS = 5
29355 pkg syscall (linux-arm), const NETLINK_PKTINFO = 3
29356 pkg syscall (linux-arm), const NETLINK_RDMA = 20
29357 pkg syscall (linux-arm), const NETLINK_ROUTE = 0
29358 pkg syscall (linux-arm), const NETLINK_SCSITRANSPORT = 18
29359 pkg syscall (linux-arm), const NETLINK_SELINUX = 7
29360 pkg syscall (linux-arm), const NETLINK_UNUSED = 1
29361 pkg syscall (linux-arm), const NETLINK_USERSOCK = 2
29362 pkg syscall (linux-arm), const NETLINK_XFRM = 6
29363 pkg syscall (linux-arm), const NLA_ALIGNTO = 4
29364 pkg syscall (linux-arm), const NLA_F_NESTED = 32768
29365 pkg syscall (linux-arm), const NLA_F_NET_BYTEORDER = 16384
29366 pkg syscall (linux-arm), const NLA_HDRLEN = 4
29367 pkg syscall (linux-arm), const NLMSG_ALIGNTO = 4
29368 pkg syscall (linux-arm), const NLMSG_DONE = 3
29369 pkg syscall (linux-arm), const NLMSG_ERROR = 2
29370 pkg syscall (linux-arm), const NLMSG_HDRLEN = 16
29371 pkg syscall (linux-arm), const NLMSG_MIN_TYPE = 16
29372 pkg syscall (linux-arm), const NLMSG_NOOP = 1
29373 pkg syscall (linux-arm), const NLMSG_OVERRUN = 4
29374 pkg syscall (linux-arm), const NLM_F_ACK = 4
29375 pkg syscall (linux-arm), const NLM_F_APPEND = 2048
29376 pkg syscall (linux-arm), const NLM_F_ATOMIC = 1024
29377 pkg syscall (linux-arm), const NLM_F_CREATE = 1024
29378 pkg syscall (linux-arm), const NLM_F_DUMP = 768
29379 pkg syscall (linux-arm), const NLM_F_ECHO = 8
29380 pkg syscall (linux-arm), const NLM_F_EXCL = 512
29381 pkg syscall (linux-arm), const NLM_F_MATCH = 512
29382 pkg syscall (linux-arm), const NLM_F_MULTI = 2
29383 pkg syscall (linux-arm), const NLM_F_REPLACE = 256
29384 pkg syscall (linux-arm), const NLM_F_REQUEST = 1
29385 pkg syscall (linux-arm), const NLM_F_ROOT = 256
29386 pkg syscall (linux-arm), const NOFLSH = 128
29387 pkg syscall (linux-arm), const OCRNL = 8
29388 pkg syscall (linux-arm), const OFDEL = 128
29389 pkg syscall (linux-arm), const OFILL = 64
29390 pkg syscall (linux-arm), const OLCUC = 2
29391 pkg syscall (linux-arm), const ONLCR = 4
29392 pkg syscall (linux-arm), const ONLRET = 32
29393 pkg syscall (linux-arm), const ONOCR = 16
29394 pkg syscall (linux-arm), const OPOST = 1
29395 pkg syscall (linux-arm), const O_ACCMODE = 3
29396 pkg syscall (linux-arm), const O_APPEND = 1024
29397 pkg syscall (linux-arm), const O_ASYNC = 8192
29398 pkg syscall (linux-arm), const O_CLOEXEC = 524288
29399 pkg syscall (linux-arm), const O_CREAT = 64
29400 pkg syscall (linux-arm), const O_DIRECT = 65536
29401 pkg syscall (linux-arm), const O_DIRECTORY = 16384
29402 pkg syscall (linux-arm), const O_DSYNC = 4096
29403 pkg syscall (linux-arm), const O_EXCL = 128
29404 pkg syscall (linux-arm), const O_FSYNC = 4096
29405 pkg syscall (linux-arm), const O_LARGEFILE = 131072
29406 pkg syscall (linux-arm), const O_NDELAY = 2048
29407 pkg syscall (linux-arm), const O_NOATIME = 262144
29408 pkg syscall (linux-arm), const O_NOCTTY = 256
29409 pkg syscall (linux-arm), const O_NOFOLLOW = 32768
29410 pkg syscall (linux-arm), const O_NONBLOCK = 2048
29411 pkg syscall (linux-arm), const O_RSYNC = 4096
29412 pkg syscall (linux-arm), const O_SYNC = 4096
29413 pkg syscall (linux-arm), const O_TRUNC = 512
29414 pkg syscall (linux-arm), const PACKET_ADD_MEMBERSHIP = 1
29415 pkg syscall (linux-arm), const PACKET_BROADCAST = 1
29416 pkg syscall (linux-arm), const PACKET_DROP_MEMBERSHIP = 2
29417 pkg syscall (linux-arm), const PACKET_FASTROUTE = 6
29418 pkg syscall (linux-arm), const PACKET_HOST = 0
29419 pkg syscall (linux-arm), const PACKET_LOOPBACK = 5
29420 pkg syscall (linux-arm), const PACKET_MR_ALLMULTI = 2
29421 pkg syscall (linux-arm), const PACKET_MR_MULTICAST = 0
29422 pkg syscall (linux-arm), const PACKET_MR_PROMISC = 1
29423 pkg syscall (linux-arm), const PACKET_MULTICAST = 2
29424 pkg syscall (linux-arm), const PACKET_OTHERHOST = 3
29425 pkg syscall (linux-arm), const PACKET_OUTGOING = 4
29426 pkg syscall (linux-arm), const PACKET_RECV_OUTPUT = 3
29427 pkg syscall (linux-arm), const PACKET_RX_RING = 5
29428 pkg syscall (linux-arm), const PACKET_STATISTICS = 6
29429 pkg syscall (linux-arm), const PARENB = 256
29430 pkg syscall (linux-arm), const PARMRK = 8
29431 pkg syscall (linux-arm), const PARODD = 512
29432 pkg syscall (linux-arm), const PENDIN = 16384
29433 pkg syscall (linux-arm), const PROT_EXEC = 4
29434 pkg syscall (linux-arm), const PROT_GROWSDOWN = 16777216
29435 pkg syscall (linux-arm), const PROT_GROWSUP = 33554432
29436 pkg syscall (linux-arm), const PROT_NONE = 0
29437 pkg syscall (linux-arm), const PROT_READ = 1
29438 pkg syscall (linux-arm), const PROT_WRITE = 2
29439 pkg syscall (linux-arm), const PR_CAPBSET_DROP = 24
29440 pkg syscall (linux-arm), const PR_CAPBSET_READ = 23
29441 pkg syscall (linux-arm), const PR_CLEAR_SECCOMP_FILTER = 37
29442 pkg syscall (linux-arm), const PR_ENDIAN_BIG = 0
29443 pkg syscall (linux-arm), const PR_ENDIAN_LITTLE = 1
29444 pkg syscall (linux-arm), const PR_ENDIAN_PPC_LITTLE = 2
29445 pkg syscall (linux-arm), const PR_FPEMU_NOPRINT = 1
29446 pkg syscall (linux-arm), const PR_FPEMU_SIGFPE = 2
29447 pkg syscall (linux-arm), const PR_FP_EXC_ASYNC = 2
29448 pkg syscall (linux-arm), const PR_FP_EXC_DISABLED = 0
29449 pkg syscall (linux-arm), const PR_FP_EXC_DIV = 65536
29450 pkg syscall (linux-arm), const PR_FP_EXC_INV = 1048576
29451 pkg syscall (linux-arm), const PR_FP_EXC_NONRECOV = 1
29452 pkg syscall (linux-arm), const PR_FP_EXC_OVF = 131072
29453 pkg syscall (linux-arm), const PR_FP_EXC_PRECISE = 3
29454 pkg syscall (linux-arm), const PR_FP_EXC_RES = 524288
29455 pkg syscall (linux-arm), const PR_FP_EXC_SW_ENABLE = 128
29456 pkg syscall (linux-arm), const PR_FP_EXC_UND = 262144
29457 pkg syscall (linux-arm), const PR_GET_DUMPABLE = 3
29458 pkg syscall (linux-arm), const PR_GET_ENDIAN = 19
29459 pkg syscall (linux-arm), const PR_GET_FPEMU = 9
29460 pkg syscall (linux-arm), const PR_GET_FPEXC = 11
29461 pkg syscall (linux-arm), const PR_GET_KEEPCAPS = 7
29462 pkg syscall (linux-arm), const PR_GET_NAME = 16
29463 pkg syscall (linux-arm), const PR_GET_PDEATHSIG = 2
29464 pkg syscall (linux-arm), const PR_GET_SECCOMP = 21
29465 pkg syscall (linux-arm), const PR_GET_SECCOMP_FILTER = 35
29466 pkg syscall (linux-arm), const PR_GET_SECUREBITS = 27
29467 pkg syscall (linux-arm), const PR_GET_TIMERSLACK = 30
29468 pkg syscall (linux-arm), const PR_GET_TIMING = 13
29469 pkg syscall (linux-arm), const PR_GET_TSC = 25
29470 pkg syscall (linux-arm), const PR_GET_UNALIGN = 5
29471 pkg syscall (linux-arm), const PR_MCE_KILL = 33
29472 pkg syscall (linux-arm), const PR_MCE_KILL_CLEAR = 0
29473 pkg syscall (linux-arm), const PR_MCE_KILL_DEFAULT = 2
29474 pkg syscall (linux-arm), const PR_MCE_KILL_EARLY = 1
29475 pkg syscall (linux-arm), const PR_MCE_KILL_GET = 34
29476 pkg syscall (linux-arm), const PR_MCE_KILL_LATE = 0
29477 pkg syscall (linux-arm), const PR_MCE_KILL_SET = 1
29478 pkg syscall (linux-arm), const PR_SECCOMP_FILTER_EVENT = 1
29479 pkg syscall (linux-arm), const PR_SECCOMP_FILTER_SYSCALL = 0
29480 pkg syscall (linux-arm), const PR_SET_DUMPABLE = 4
29481 pkg syscall (linux-arm), const PR_SET_ENDIAN = 20
29482 pkg syscall (linux-arm), const PR_SET_FPEMU = 10
29483 pkg syscall (linux-arm), const PR_SET_FPEXC = 12
29484 pkg syscall (linux-arm), const PR_SET_KEEPCAPS = 8
29485 pkg syscall (linux-arm), const PR_SET_NAME = 15
29486 pkg syscall (linux-arm), const PR_SET_PDEATHSIG = 1
29487 pkg syscall (linux-arm), const PR_SET_PTRACER = 1499557217
29488 pkg syscall (linux-arm), const PR_SET_SECCOMP = 22
29489 pkg syscall (linux-arm), const PR_SET_SECCOMP_FILTER = 36
29490 pkg syscall (linux-arm), const PR_SET_SECUREBITS = 28
29491 pkg syscall (linux-arm), const PR_SET_TIMERSLACK = 29
29492 pkg syscall (linux-arm), const PR_SET_TIMING = 14
29493 pkg syscall (linux-arm), const PR_SET_TSC = 26
29494 pkg syscall (linux-arm), const PR_SET_UNALIGN = 6
29495 pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_DISABLE = 31
29496 pkg syscall (linux-arm), const PR_TASK_PERF_EVENTS_ENABLE = 32
29497 pkg syscall (linux-arm), const PR_TIMING_STATISTICAL = 0
29498 pkg syscall (linux-arm), const PR_TIMING_TIMESTAMP = 1
29499 pkg syscall (linux-arm), const PR_TSC_ENABLE = 1
29500 pkg syscall (linux-arm), const PR_TSC_SIGSEGV = 2
29501 pkg syscall (linux-arm), const PR_UNALIGN_NOPRINT = 1
29502 pkg syscall (linux-arm), const PR_UNALIGN_SIGBUS = 2
29503 pkg syscall (linux-arm), const PTRACE_ATTACH = 16
29504 pkg syscall (linux-arm), const PTRACE_CONT = 7
29505 pkg syscall (linux-arm), const PTRACE_DETACH = 17
29506 pkg syscall (linux-arm), const PTRACE_EVENT_CLONE = 3
29507 pkg syscall (linux-arm), const PTRACE_EVENT_EXEC = 4
29508 pkg syscall (linux-arm), const PTRACE_EVENT_EXIT = 6
29509 pkg syscall (linux-arm), const PTRACE_EVENT_FORK = 1
29510 pkg syscall (linux-arm), const PTRACE_EVENT_VFORK = 2
29511 pkg syscall (linux-arm), const PTRACE_EVENT_VFORK_DONE = 5
29512 pkg syscall (linux-arm), const PTRACE_GETCRUNCHREGS = 25
29513 pkg syscall (linux-arm), const PTRACE_GETEVENTMSG = 16897
29514 pkg syscall (linux-arm), const PTRACE_GETFPREGS = 14
29515 pkg syscall (linux-arm), const PTRACE_GETHBPREGS = 29
29516 pkg syscall (linux-arm), const PTRACE_GETREGS = 12
29517 pkg syscall (linux-arm), const PTRACE_GETREGSET = 16900
29518 pkg syscall (linux-arm), const PTRACE_GETSIGINFO = 16898
29519 pkg syscall (linux-arm), const PTRACE_GETVFPREGS = 27
29520 pkg syscall (linux-arm), const PTRACE_GETWMMXREGS = 18
29521 pkg syscall (linux-arm), const PTRACE_GET_THREAD_AREA = 22
29522 pkg syscall (linux-arm), const PTRACE_KILL = 8
29523 pkg syscall (linux-arm), const PTRACE_OLDSETOPTIONS = 21
29524 pkg syscall (linux-arm), const PTRACE_O_MASK = 127
29525 pkg syscall (linux-arm), const PTRACE_O_TRACECLONE = 8
29526 pkg syscall (linux-arm), const PTRACE_O_TRACEEXEC = 16
29527 pkg syscall (linux-arm), const PTRACE_O_TRACEEXIT = 64
29528 pkg syscall (linux-arm), const PTRACE_O_TRACEFORK = 2
29529 pkg syscall (linux-arm), const PTRACE_O_TRACESYSGOOD = 1
29530 pkg syscall (linux-arm), const PTRACE_O_TRACEVFORK = 4
29531 pkg syscall (linux-arm), const PTRACE_O_TRACEVFORKDONE = 32
29532 pkg syscall (linux-arm), const PTRACE_PEEKDATA = 2
29533 pkg syscall (linux-arm), const PTRACE_PEEKTEXT = 1
29534 pkg syscall (linux-arm), const PTRACE_PEEKUSR = 3
29535 pkg syscall (linux-arm), const PTRACE_POKEDATA = 5
29536 pkg syscall (linux-arm), const PTRACE_POKETEXT = 4
29537 pkg syscall (linux-arm), const PTRACE_POKEUSR = 6
29538 pkg syscall (linux-arm), const PTRACE_SETCRUNCHREGS = 26
29539 pkg syscall (linux-arm), const PTRACE_SETFPREGS = 15
29540 pkg syscall (linux-arm), const PTRACE_SETHBPREGS = 30
29541 pkg syscall (linux-arm), const PTRACE_SETOPTIONS = 16896
29542 pkg syscall (linux-arm), const PTRACE_SETREGS = 13
29543 pkg syscall (linux-arm), const PTRACE_SETREGSET = 16901
29544 pkg syscall (linux-arm), const PTRACE_SETSIGINFO = 16899
29545 pkg syscall (linux-arm), const PTRACE_SETVFPREGS = 28
29546 pkg syscall (linux-arm), const PTRACE_SETWMMXREGS = 19
29547 pkg syscall (linux-arm), const PTRACE_SET_SYSCALL = 23
29548 pkg syscall (linux-arm), const PTRACE_SINGLESTEP = 9
29549 pkg syscall (linux-arm), const PTRACE_SYSCALL = 24
29550 pkg syscall (linux-arm), const PTRACE_TRACEME = 0
29551 pkg syscall (linux-arm), const PT_DATA_ADDR = 65540
29552 pkg syscall (linux-arm), const PT_TEXT_ADDR = 65536
29553 pkg syscall (linux-arm), const PT_TEXT_END_ADDR = 65544
29554 pkg syscall (linux-arm), const PathMax = 4096
29555 pkg syscall (linux-arm), const RLIMIT_AS = 9
29556 pkg syscall (linux-arm), const RLIMIT_CORE = 4
29557 pkg syscall (linux-arm), const RLIMIT_CPU = 0
29558 pkg syscall (linux-arm), const RLIMIT_DATA = 2
29559 pkg syscall (linux-arm), const RLIMIT_FSIZE = 1
29560 pkg syscall (linux-arm), const RLIMIT_NOFILE = 7
29561 pkg syscall (linux-arm), const RLIMIT_STACK = 3
29562 pkg syscall (linux-arm), const RLIM_INFINITY = -1
29563 pkg syscall (linux-arm), const RTAX_ADVMSS = 8
29564 pkg syscall (linux-arm), const RTAX_CWND = 7
29565 pkg syscall (linux-arm), const RTAX_FEATURES = 12
29566 pkg syscall (linux-arm), const RTAX_FEATURE_ALLFRAG = 8
29567 pkg syscall (linux-arm), const RTAX_FEATURE_ECN = 1
29568 pkg syscall (linux-arm), const RTAX_FEATURE_SACK = 2
29569 pkg syscall (linux-arm), const RTAX_FEATURE_TIMESTAMP = 4
29570 pkg syscall (linux-arm), const RTAX_HOPLIMIT = 10
29571 pkg syscall (linux-arm), const RTAX_INITCWND = 11
29572 pkg syscall (linux-arm), const RTAX_INITRWND = 14
29573 pkg syscall (linux-arm), const RTAX_LOCK = 1
29574 pkg syscall (linux-arm), const RTAX_MAX = 14
29575 pkg syscall (linux-arm), const RTAX_MTU = 2
29576 pkg syscall (linux-arm), const RTAX_REORDERING = 9
29577 pkg syscall (linux-arm), const RTAX_RTO_MIN = 13
29578 pkg syscall (linux-arm), const RTAX_RTT = 4
29579 pkg syscall (linux-arm), const RTAX_RTTVAR = 5
29580 pkg syscall (linux-arm), const RTAX_SSTHRESH = 6
29581 pkg syscall (linux-arm), const RTAX_UNSPEC = 0
29582 pkg syscall (linux-arm), const RTAX_WINDOW = 3
29583 pkg syscall (linux-arm), const RTA_ALIGNTO = 4
29584 pkg syscall (linux-arm), const RTA_CACHEINFO = 12
29585 pkg syscall (linux-arm), const RTA_DST = 1
29586 pkg syscall (linux-arm), const RTA_FLOW = 11
29587 pkg syscall (linux-arm), const RTA_GATEWAY = 5
29588 pkg syscall (linux-arm), const RTA_IIF = 3
29589 pkg syscall (linux-arm), const RTA_MAX = 16
29590 pkg syscall (linux-arm), const RTA_METRICS = 8
29591 pkg syscall (linux-arm), const RTA_MULTIPATH = 9
29592 pkg syscall (linux-arm), const RTA_OIF = 4
29593 pkg syscall (linux-arm), const RTA_PREFSRC = 7
29594 pkg syscall (linux-arm), const RTA_PRIORITY = 6
29595 pkg syscall (linux-arm), const RTA_SRC = 2
29596 pkg syscall (linux-arm), const RTA_TABLE = 15
29597 pkg syscall (linux-arm), const RTA_UNSPEC = 0
29598 pkg syscall (linux-arm), const RTCF_DIRECTSRC = 67108864
29599 pkg syscall (linux-arm), const RTCF_DOREDIRECT = 16777216
29600 pkg syscall (linux-arm), const RTCF_LOG = 33554432
29601 pkg syscall (linux-arm), const RTCF_MASQ = 4194304
29602 pkg syscall (linux-arm), const RTCF_NAT = 8388608
29603 pkg syscall (linux-arm), const RTCF_VALVE = 2097152
29604 pkg syscall (linux-arm), const RTF_ADDRCLASSMASK = 4160749568
29605 pkg syscall (linux-arm), const RTF_ADDRCONF = 262144
29606 pkg syscall (linux-arm), const RTF_ALLONLINK = 131072
29607 pkg syscall (linux-arm), const RTF_BROADCAST = 268435456
29608 pkg syscall (linux-arm), const RTF_CACHE = 16777216
29609 pkg syscall (linux-arm), const RTF_DEFAULT = 65536
29610 pkg syscall (linux-arm), const RTF_DYNAMIC = 16
29611 pkg syscall (linux-arm), const RTF_FLOW = 33554432
29612 pkg syscall (linux-arm), const RTF_GATEWAY = 2
29613 pkg syscall (linux-arm), const RTF_HOST = 4
29614 pkg syscall (linux-arm), const RTF_INTERFACE = 1073741824
29615 pkg syscall (linux-arm), const RTF_IRTT = 256
29616 pkg syscall (linux-arm), const RTF_LINKRT = 1048576
29617 pkg syscall (linux-arm), const RTF_LOCAL = 2147483648
29618 pkg syscall (linux-arm), const RTF_MODIFIED = 32
29619 pkg syscall (linux-arm), const RTF_MSS = 64
29620 pkg syscall (linux-arm), const RTF_MTU = 64
29621 pkg syscall (linux-arm), const RTF_MULTICAST = 536870912
29622 pkg syscall (linux-arm), const RTF_NAT = 134217728
29623 pkg syscall (linux-arm), const RTF_NOFORWARD = 4096
29624 pkg syscall (linux-arm), const RTF_NONEXTHOP = 2097152
29625 pkg syscall (linux-arm), const RTF_NOPMTUDISC = 16384
29626 pkg syscall (linux-arm), const RTF_POLICY = 67108864
29627 pkg syscall (linux-arm), const RTF_REINSTATE = 8
29628 pkg syscall (linux-arm), const RTF_REJECT = 512
29629 pkg syscall (linux-arm), const RTF_STATIC = 1024
29630 pkg syscall (linux-arm), const RTF_THROW = 8192
29631 pkg syscall (linux-arm), const RTF_UP = 1
29632 pkg syscall (linux-arm), const RTF_WINDOW = 128
29633 pkg syscall (linux-arm), const RTF_XRESOLVE = 2048
29634 pkg syscall (linux-arm), const RTM_BASE = 16
29635 pkg syscall (linux-arm), const RTM_DELACTION = 49
29636 pkg syscall (linux-arm), const RTM_DELADDR = 21
29637 pkg syscall (linux-arm), const RTM_DELADDRLABEL = 73
29638 pkg syscall (linux-arm), const RTM_DELLINK = 17
29639 pkg syscall (linux-arm), const RTM_DELNEIGH = 29
29640 pkg syscall (linux-arm), const RTM_DELQDISC = 37
29641 pkg syscall (linux-arm), const RTM_DELROUTE = 25
29642 pkg syscall (linux-arm), const RTM_DELRULE = 33
29643 pkg syscall (linux-arm), const RTM_DELTCLASS = 41
29644 pkg syscall (linux-arm), const RTM_DELTFILTER = 45
29645 pkg syscall (linux-arm), const RTM_F_CLONED = 512
29646 pkg syscall (linux-arm), const RTM_F_EQUALIZE = 1024
29647 pkg syscall (linux-arm), const RTM_F_NOTIFY = 256
29648 pkg syscall (linux-arm), const RTM_F_PREFIX = 2048
29649 pkg syscall (linux-arm), const RTM_GETACTION = 50
29650 pkg syscall (linux-arm), const RTM_GETADDR = 22
29651 pkg syscall (linux-arm), const RTM_GETADDRLABEL = 74
29652 pkg syscall (linux-arm), const RTM_GETANYCAST = 62
29653 pkg syscall (linux-arm), const RTM_GETDCB = 78
29654 pkg syscall (linux-arm), const RTM_GETLINK = 18
29655 pkg syscall (linux-arm), const RTM_GETMULTICAST = 58
29656 pkg syscall (linux-arm), const RTM_GETNEIGH = 30
29657 pkg syscall (linux-arm), const RTM_GETNEIGHTBL = 66
29658 pkg syscall (linux-arm), const RTM_GETQDISC = 38
29659 pkg syscall (linux-arm), const RTM_GETROUTE = 26
29660 pkg syscall (linux-arm), const RTM_GETRULE = 34
29661 pkg syscall (linux-arm), const RTM_GETTCLASS = 42
29662 pkg syscall (linux-arm), const RTM_GETTFILTER = 46
29663 pkg syscall (linux-arm), const RTM_MAX = 79
29664 pkg syscall (linux-arm), const RTM_NEWACTION = 48
29665 pkg syscall (linux-arm), const RTM_NEWADDR = 20
29666 pkg syscall (linux-arm), const RTM_NEWADDRLABEL = 72
29667 pkg syscall (linux-arm), const RTM_NEWLINK = 16
29668 pkg syscall (linux-arm), const RTM_NEWNDUSEROPT = 68
29669 pkg syscall (linux-arm), const RTM_NEWNEIGH = 28
29670 pkg syscall (linux-arm), const RTM_NEWNEIGHTBL = 64
29671 pkg syscall (linux-arm), const RTM_NEWPREFIX = 52
29672 pkg syscall (linux-arm), const RTM_NEWQDISC = 36
29673 pkg syscall (linux-arm), const RTM_NEWROUTE = 24
29674 pkg syscall (linux-arm), const RTM_NEWRULE = 32
29675 pkg syscall (linux-arm), const RTM_NEWTCLASS = 40
29676 pkg syscall (linux-arm), const RTM_NEWTFILTER = 44
29677 pkg syscall (linux-arm), const RTM_NR_FAMILIES = 16
29678 pkg syscall (linux-arm), const RTM_NR_MSGTYPES = 64
29679 pkg syscall (linux-arm), const RTM_SETDCB = 79
29680 pkg syscall (linux-arm), const RTM_SETLINK = 19
29681 pkg syscall (linux-arm), const RTM_SETNEIGHTBL = 67
29682 pkg syscall (linux-arm), const RTNH_ALIGNTO = 4
29683 pkg syscall (linux-arm), const RTNH_F_DEAD = 1
29684 pkg syscall (linux-arm), const RTNH_F_ONLINK = 4
29685 pkg syscall (linux-arm), const RTNH_F_PERVASIVE = 2
29686 pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR = 5
29687 pkg syscall (linux-arm), const RTNLGRP_IPV4_IFADDR ideal-int
29688 pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE = 6
29689 pkg syscall (linux-arm), const RTNLGRP_IPV4_MROUTE ideal-int
29690 pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE = 7
29691 pkg syscall (linux-arm), const RTNLGRP_IPV4_ROUTE ideal-int
29692 pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE = 8
29693 pkg syscall (linux-arm), const RTNLGRP_IPV4_RULE ideal-int
29694 pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR = 9
29695 pkg syscall (linux-arm), const RTNLGRP_IPV6_IFADDR ideal-int
29696 pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO = 12
29697 pkg syscall (linux-arm), const RTNLGRP_IPV6_IFINFO ideal-int
29698 pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE = 10
29699 pkg syscall (linux-arm), const RTNLGRP_IPV6_MROUTE ideal-int
29700 pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX = 18
29701 pkg syscall (linux-arm), const RTNLGRP_IPV6_PREFIX ideal-int
29702 pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE = 11
29703 pkg syscall (linux-arm), const RTNLGRP_IPV6_ROUTE ideal-int
29704 pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE = 19
29705 pkg syscall (linux-arm), const RTNLGRP_IPV6_RULE ideal-int
29706 pkg syscall (linux-arm), const RTNLGRP_LINK = 1
29707 pkg syscall (linux-arm), const RTNLGRP_LINK ideal-int
29708 pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT = 20
29709 pkg syscall (linux-arm), const RTNLGRP_ND_USEROPT ideal-int
29710 pkg syscall (linux-arm), const RTNLGRP_NEIGH = 3
29711 pkg syscall (linux-arm), const RTNLGRP_NEIGH ideal-int
29712 pkg syscall (linux-arm), const RTNLGRP_NONE = 0
29713 pkg syscall (linux-arm), const RTNLGRP_NONE ideal-int
29714 pkg syscall (linux-arm), const RTNLGRP_NOTIFY = 2
29715 pkg syscall (linux-arm), const RTNLGRP_NOTIFY ideal-int
29716 pkg syscall (linux-arm), const RTNLGRP_TC = 4
29717 pkg syscall (linux-arm), const RTNLGRP_TC ideal-int
29718 pkg syscall (linux-arm), const RTN_ANYCAST = 4
29719 pkg syscall (linux-arm), const RTN_BLACKHOLE = 6
29720 pkg syscall (linux-arm), const RTN_BROADCAST = 3
29721 pkg syscall (linux-arm), const RTN_LOCAL = 2
29722 pkg syscall (linux-arm), const RTN_MAX = 11
29723 pkg syscall (linux-arm), const RTN_MULTICAST = 5
29724 pkg syscall (linux-arm), const RTN_NAT = 10
29725 pkg syscall (linux-arm), const RTN_PROHIBIT = 8
29726 pkg syscall (linux-arm), const RTN_THROW = 9
29727 pkg syscall (linux-arm), const RTN_UNICAST = 1
29728 pkg syscall (linux-arm), const RTN_UNREACHABLE = 7
29729 pkg syscall (linux-arm), const RTN_UNSPEC = 0
29730 pkg syscall (linux-arm), const RTN_XRESOLVE = 11
29731 pkg syscall (linux-arm), const RTPROT_BIRD = 12
29732 pkg syscall (linux-arm), const RTPROT_BOOT = 3
29733 pkg syscall (linux-arm), const RTPROT_DHCP = 16
29734 pkg syscall (linux-arm), const RTPROT_DNROUTED = 13
29735 pkg syscall (linux-arm), const RTPROT_GATED = 8
29736 pkg syscall (linux-arm), const RTPROT_KERNEL = 2
29737 pkg syscall (linux-arm), const RTPROT_MRT = 10
29738 pkg syscall (linux-arm), const RTPROT_NTK = 15
29739 pkg syscall (linux-arm), const RTPROT_RA = 9
29740 pkg syscall (linux-arm), const RTPROT_REDIRECT = 1
29741 pkg syscall (linux-arm), const RTPROT_STATIC = 4
29742 pkg syscall (linux-arm), const RTPROT_UNSPEC = 0
29743 pkg syscall (linux-arm), const RTPROT_XORP = 14
29744 pkg syscall (linux-arm), const RTPROT_ZEBRA = 11
29745 pkg syscall (linux-arm), const RT_CLASS_DEFAULT = 253
29746 pkg syscall (linux-arm), const RT_CLASS_LOCAL = 255
29747 pkg syscall (linux-arm), const RT_CLASS_MAIN = 254
29748 pkg syscall (linux-arm), const RT_CLASS_MAX = 255
29749 pkg syscall (linux-arm), const RT_CLASS_UNSPEC = 0
29750 pkg syscall (linux-arm), const RT_SCOPE_HOST = 254
29751 pkg syscall (linux-arm), const RT_SCOPE_LINK = 253
29752 pkg syscall (linux-arm), const RT_SCOPE_NOWHERE = 255
29753 pkg syscall (linux-arm), const RT_SCOPE_SITE = 200
29754 pkg syscall (linux-arm), const RT_SCOPE_UNIVERSE = 0
29755 pkg syscall (linux-arm), const RT_TABLE_COMPAT = 252
29756 pkg syscall (linux-arm), const RT_TABLE_DEFAULT = 253
29757 pkg syscall (linux-arm), const RT_TABLE_LOCAL = 255
29758 pkg syscall (linux-arm), const RT_TABLE_MAIN = 254
29759 pkg syscall (linux-arm), const RT_TABLE_MAX = 4294967295
29760 pkg syscall (linux-arm), const RT_TABLE_UNSPEC = 0
29761 pkg syscall (linux-arm), const RUSAGE_CHILDREN = -1
29762 pkg syscall (linux-arm), const RUSAGE_SELF = 0
29763 pkg syscall (linux-arm), const RUSAGE_THREAD = 1
29764 pkg syscall (linux-arm), const SCM_CREDENTIALS = 2
29765 pkg syscall (linux-arm), const SCM_RIGHTS = 1
29766 pkg syscall (linux-arm), const SCM_TIMESTAMP = 29
29767 pkg syscall (linux-arm), const SCM_TIMESTAMPING = 37
29768 pkg syscall (linux-arm), const SCM_TIMESTAMPNS = 35
29769 pkg syscall (linux-arm), const SIGBUS = 7
29770 pkg syscall (linux-arm), const SIGCHLD = 17
29771 pkg syscall (linux-arm), const SIGCLD = 17
29772 pkg syscall (linux-arm), const SIGCONT = 18
29773 pkg syscall (linux-arm), const SIGIO = 29
29774 pkg syscall (linux-arm), const SIGIOT = 6
29775 pkg syscall (linux-arm), const SIGPOLL = 29
29776 pkg syscall (linux-arm), const SIGPROF = 27
29777 pkg syscall (linux-arm), const SIGPWR = 30
29778 pkg syscall (linux-arm), const SIGSTKFLT = 16
29779 pkg syscall (linux-arm), const SIGSTOP = 19
29780 pkg syscall (linux-arm), const SIGSYS = 31
29781 pkg syscall (linux-arm), const SIGTSTP = 20
29782 pkg syscall (linux-arm), const SIGTTIN = 21
29783 pkg syscall (linux-arm), const SIGTTOU = 22
29784 pkg syscall (linux-arm), const SIGUNUSED = 31
29785 pkg syscall (linux-arm), const SIGURG = 23
29786 pkg syscall (linux-arm), const SIGUSR1 = 10
29787 pkg syscall (linux-arm), const SIGUSR2 = 12
29788 pkg syscall (linux-arm), const SIGVTALRM = 26
29789 pkg syscall (linux-arm), const SIGWINCH = 28
29790 pkg syscall (linux-arm), const SIGXCPU = 24
29791 pkg syscall (linux-arm), const SIGXFSZ = 25
29792 pkg syscall (linux-arm), const SIOCADDDLCI = 35200
29793 pkg syscall (linux-arm), const SIOCADDMULTI = 35121
29794 pkg syscall (linux-arm), const SIOCADDRT = 35083
29795 pkg syscall (linux-arm), const SIOCATMARK = 35077
29796 pkg syscall (linux-arm), const SIOCDARP = 35155
29797 pkg syscall (linux-arm), const SIOCDELDLCI = 35201
29798 pkg syscall (linux-arm), const SIOCDELMULTI = 35122
29799 pkg syscall (linux-arm), const SIOCDELRT = 35084
29800 pkg syscall (linux-arm), const SIOCDEVPRIVATE = 35312
29801 pkg syscall (linux-arm), const SIOCDIFADDR = 35126
29802 pkg syscall (linux-arm), const SIOCDRARP = 35168
29803 pkg syscall (linux-arm), const SIOCGARP = 35156
29804 pkg syscall (linux-arm), const SIOCGIFADDR = 35093
29805 pkg syscall (linux-arm), const SIOCGIFBR = 35136
29806 pkg syscall (linux-arm), const SIOCGIFBRDADDR = 35097
29807 pkg syscall (linux-arm), const SIOCGIFCONF = 35090
29808 pkg syscall (linux-arm), const SIOCGIFCOUNT = 35128
29809 pkg syscall (linux-arm), const SIOCGIFDSTADDR = 35095
29810 pkg syscall (linux-arm), const SIOCGIFENCAP = 35109
29811 pkg syscall (linux-arm), const SIOCGIFFLAGS = 35091
29812 pkg syscall (linux-arm), const SIOCGIFHWADDR = 35111
29813 pkg syscall (linux-arm), const SIOCGIFINDEX = 35123
29814 pkg syscall (linux-arm), const SIOCGIFMAP = 35184
29815 pkg syscall (linux-arm), const SIOCGIFMEM = 35103
29816 pkg syscall (linux-arm), const SIOCGIFMETRIC = 35101
29817 pkg syscall (linux-arm), const SIOCGIFMTU = 35105
29818 pkg syscall (linux-arm), const SIOCGIFNAME = 35088
29819 pkg syscall (linux-arm), const SIOCGIFNETMASK = 35099
29820 pkg syscall (linux-arm), const SIOCGIFPFLAGS = 35125
29821 pkg syscall (linux-arm), const SIOCGIFSLAVE = 35113
29822 pkg syscall (linux-arm), const SIOCGIFTXQLEN = 35138
29823 pkg syscall (linux-arm), const SIOCGPGRP = 35076
29824 pkg syscall (linux-arm), const SIOCGRARP = 35169
29825 pkg syscall (linux-arm), const SIOCGSTAMP = 35078
29826 pkg syscall (linux-arm), const SIOCGSTAMPNS = 35079
29827 pkg syscall (linux-arm), const SIOCPROTOPRIVATE = 35296
29828 pkg syscall (linux-arm), const SIOCRTMSG = 35085
29829 pkg syscall (linux-arm), const SIOCSARP = 35157
29830 pkg syscall (linux-arm), const SIOCSIFADDR = 35094
29831 pkg syscall (linux-arm), const SIOCSIFBR = 35137
29832 pkg syscall (linux-arm), const SIOCSIFBRDADDR = 35098
29833 pkg syscall (linux-arm), const SIOCSIFDSTADDR = 35096
29834 pkg syscall (linux-arm), const SIOCSIFENCAP = 35110
29835 pkg syscall (linux-arm), const SIOCSIFFLAGS = 35092
29836 pkg syscall (linux-arm), const SIOCSIFHWADDR = 35108
29837 pkg syscall (linux-arm), const SIOCSIFHWBROADCAST = 35127
29838 pkg syscall (linux-arm), const SIOCSIFLINK = 35089
29839 pkg syscall (linux-arm), const SIOCSIFMAP = 35185
29840 pkg syscall (linux-arm), const SIOCSIFMEM = 35104
29841 pkg syscall (linux-arm), const SIOCSIFMETRIC = 35102
29842 pkg syscall (linux-arm), const SIOCSIFMTU = 35106
29843 pkg syscall (linux-arm), const SIOCSIFNAME = 35107
29844 pkg syscall (linux-arm), const SIOCSIFNETMASK = 35100
29845 pkg syscall (linux-arm), const SIOCSIFPFLAGS = 35124
29846 pkg syscall (linux-arm), const SIOCSIFSLAVE = 35120
29847 pkg syscall (linux-arm), const SIOCSIFTXQLEN = 35139
29848 pkg syscall (linux-arm), const SIOCSPGRP = 35074
29849 pkg syscall (linux-arm), const SIOCSRARP = 35170
29850 pkg syscall (linux-arm), const SOCK_CLOEXEC = 524288
29851 pkg syscall (linux-arm), const SOCK_DCCP = 6
29852 pkg syscall (linux-arm), const SOCK_NONBLOCK = 2048
29853 pkg syscall (linux-arm), const SOCK_PACKET = 10
29854 pkg syscall (linux-arm), const SOCK_RDM = 4
29855 pkg syscall (linux-arm), const SOL_AAL = 265
29856 pkg syscall (linux-arm), const SOL_ATM = 264
29857 pkg syscall (linux-arm), const SOL_DECNET = 261
29858 pkg syscall (linux-arm), const SOL_ICMPV6 = 58
29859 pkg syscall (linux-arm), const SOL_IP = 0
29860 pkg syscall (linux-arm), const SOL_IPV6 = 41
29861 pkg syscall (linux-arm), const SOL_IRDA = 266
29862 pkg syscall (linux-arm), const SOL_PACKET = 263
29863 pkg syscall (linux-arm), const SOL_RAW = 255
29864 pkg syscall (linux-arm), const SOL_SOCKET = 1
29865 pkg syscall (linux-arm), const SOL_TCP = 6
29866 pkg syscall (linux-arm), const SOL_X25 = 262
29867 pkg syscall (linux-arm), const SOMAXCONN = 128
29868 pkg syscall (linux-arm), const SO_ACCEPTCONN = 30
29869 pkg syscall (linux-arm), const SO_ATTACH_FILTER = 26
29870 pkg syscall (linux-arm), const SO_BINDTODEVICE = 25
29871 pkg syscall (linux-arm), const SO_BROADCAST = 6
29872 pkg syscall (linux-arm), const SO_BSDCOMPAT = 14
29873 pkg syscall (linux-arm), const SO_DEBUG = 1
29874 pkg syscall (linux-arm), const SO_DETACH_FILTER = 27
29875 pkg syscall (linux-arm), const SO_DOMAIN = 39
29876 pkg syscall (linux-arm), const SO_DONTROUTE = 5
29877 pkg syscall (linux-arm), const SO_ERROR = 4
29878 pkg syscall (linux-arm), const SO_KEEPALIVE = 9
29879 pkg syscall (linux-arm), const SO_LINGER = 13
29880 pkg syscall (linux-arm), const SO_MARK = 36
29881 pkg syscall (linux-arm), const SO_NO_CHECK = 11
29882 pkg syscall (linux-arm), const SO_OOBINLINE = 10
29883 pkg syscall (linux-arm), const SO_PASSCRED = 16
29884 pkg syscall (linux-arm), const SO_PASSSEC = 34
29885 pkg syscall (linux-arm), const SO_PEERCRED = 17
29886 pkg syscall (linux-arm), const SO_PEERNAME = 28
29887 pkg syscall (linux-arm), const SO_PEERSEC = 31
29888 pkg syscall (linux-arm), const SO_PRIORITY = 12
29889 pkg syscall (linux-arm), const SO_PROTOCOL = 38
29890 pkg syscall (linux-arm), const SO_RCVBUF = 8
29891 pkg syscall (linux-arm), const SO_RCVBUFFORCE = 33
29892 pkg syscall (linux-arm), const SO_RCVLOWAT = 18
29893 pkg syscall (linux-arm), const SO_RCVTIMEO = 20
29894 pkg syscall (linux-arm), const SO_REUSEADDR = 2
29895 pkg syscall (linux-arm), const SO_RXQ_OVFL = 40
29896 pkg syscall (linux-arm), const SO_SECURITY_AUTHENTICATION = 22
29897 pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_NETWORK = 24
29898 pkg syscall (linux-arm), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
29899 pkg syscall (linux-arm), const SO_SNDBUF = 7
29900 pkg syscall (linux-arm), const SO_SNDBUFFORCE = 32
29901 pkg syscall (linux-arm), const SO_SNDLOWAT = 19
29902 pkg syscall (linux-arm), const SO_SNDTIMEO = 21
29903 pkg syscall (linux-arm), const SO_TIMESTAMP = 29
29904 pkg syscall (linux-arm), const SO_TIMESTAMPING = 37
29905 pkg syscall (linux-arm), const SO_TIMESTAMPNS = 35
29906 pkg syscall (linux-arm), const SO_TYPE = 3
29907 pkg syscall (linux-arm), const SYS_ACCEPT = 285
29908 pkg syscall (linux-arm), const SYS_ACCEPT4 = 366
29909 pkg syscall (linux-arm), const SYS_ACCESS = 33
29910 pkg syscall (linux-arm), const SYS_ACCT = 51
29911 pkg syscall (linux-arm), const SYS_ADD_KEY = 309
29912 pkg syscall (linux-arm), const SYS_ADJTIMEX = 124
29913 pkg syscall (linux-arm), const SYS_ALARM = 27
29914 pkg syscall (linux-arm), const SYS_ARM_FADVISE64_64 = 270
29915 pkg syscall (linux-arm), const SYS_ARM_SYNC_FILE_RANGE = 341
29916 pkg syscall (linux-arm), const SYS_BDFLUSH = 134
29917 pkg syscall (linux-arm), const SYS_BIND = 282
29918 pkg syscall (linux-arm), const SYS_BRK = 45
29919 pkg syscall (linux-arm), const SYS_CAPGET = 184
29920 pkg syscall (linux-arm), const SYS_CAPSET = 185
29921 pkg syscall (linux-arm), const SYS_CHDIR = 12
29922 pkg syscall (linux-arm), const SYS_CHMOD = 15
29923 pkg syscall (linux-arm), const SYS_CHOWN = 182
29924 pkg syscall (linux-arm), const SYS_CHOWN32 = 212
29925 pkg syscall (linux-arm), const SYS_CHROOT = 61
29926 pkg syscall (linux-arm), const SYS_CLOCK_ADJTIME = 372
29927 pkg syscall (linux-arm), const SYS_CLOCK_GETRES = 264
29928 pkg syscall (linux-arm), const SYS_CLOCK_GETTIME = 263
29929 pkg syscall (linux-arm), const SYS_CLOCK_NANOSLEEP = 265
29930 pkg syscall (linux-arm), const SYS_CLOCK_SETTIME = 262
29931 pkg syscall (linux-arm), const SYS_CLONE = 120
29932 pkg syscall (linux-arm), const SYS_CLOSE = 6
29933 pkg syscall (linux-arm), const SYS_CONNECT = 283
29934 pkg syscall (linux-arm), const SYS_CREAT = 8
29935 pkg syscall (linux-arm), const SYS_DELETE_MODULE = 129
29936 pkg syscall (linux-arm), const SYS_DUP = 41
29937 pkg syscall (linux-arm), const SYS_DUP2 = 63
29938 pkg syscall (linux-arm), const SYS_DUP3 = 358
29939 pkg syscall (linux-arm), const SYS_EPOLL_CREATE = 250
29940 pkg syscall (linux-arm), const SYS_EPOLL_CREATE1 = 357
29941 pkg syscall (linux-arm), const SYS_EPOLL_CTL = 251
29942 pkg syscall (linux-arm), const SYS_EPOLL_PWAIT = 346
29943 pkg syscall (linux-arm), const SYS_EPOLL_WAIT = 252
29944 pkg syscall (linux-arm), const SYS_EVENTFD = 351
29945 pkg syscall (linux-arm), const SYS_EVENTFD2 = 356
29946 pkg syscall (linux-arm), const SYS_EXECVE = 11
29947 pkg syscall (linux-arm), const SYS_EXIT = 1
29948 pkg syscall (linux-arm), const SYS_EXIT_GROUP = 248
29949 pkg syscall (linux-arm), const SYS_FACCESSAT = 334
29950 pkg syscall (linux-arm), const SYS_FALLOCATE = 352
29951 pkg syscall (linux-arm), const SYS_FANOTIFY_INIT = 367
29952 pkg syscall (linux-arm), const SYS_FANOTIFY_MARK = 368
29953 pkg syscall (linux-arm), const SYS_FCHDIR = 133
29954 pkg syscall (linux-arm), const SYS_FCHMOD = 94
29955 pkg syscall (linux-arm), const SYS_FCHMODAT = 333
29956 pkg syscall (linux-arm), const SYS_FCHOWN = 95
29957 pkg syscall (linux-arm), const SYS_FCHOWN32 = 207
29958 pkg syscall (linux-arm), const SYS_FCHOWNAT = 325
29959 pkg syscall (linux-arm), const SYS_FCNTL = 55
29960 pkg syscall (linux-arm), const SYS_FCNTL64 = 221
29961 pkg syscall (linux-arm), const SYS_FDATASYNC = 148
29962 pkg syscall (linux-arm), const SYS_FGETXATTR = 231
29963 pkg syscall (linux-arm), const SYS_FLISTXATTR = 234
29964 pkg syscall (linux-arm), const SYS_FLOCK = 143
29965 pkg syscall (linux-arm), const SYS_FORK = 2
29966 pkg syscall (linux-arm), const SYS_FREMOVEXATTR = 237
29967 pkg syscall (linux-arm), const SYS_FSETXATTR = 228
29968 pkg syscall (linux-arm), const SYS_FSTAT = 108
29969 pkg syscall (linux-arm), const SYS_FSTAT64 = 197
29970 pkg syscall (linux-arm), const SYS_FSTATAT64 = 327
29971 pkg syscall (linux-arm), const SYS_FSTATFS = 100
29972 pkg syscall (linux-arm), const SYS_FSTATFS64 = 267
29973 pkg syscall (linux-arm), const SYS_FSYNC = 118
29974 pkg syscall (linux-arm), const SYS_FTRUNCATE = 93
29975 pkg syscall (linux-arm), const SYS_FTRUNCATE64 = 194
29976 pkg syscall (linux-arm), const SYS_FUTEX = 240
29977 pkg syscall (linux-arm), const SYS_FUTIMESAT = 326
29978 pkg syscall (linux-arm), const SYS_GETCPU = 345
29979 pkg syscall (linux-arm), const SYS_GETCWD = 183
29980 pkg syscall (linux-arm), const SYS_GETDENTS = 141
29981 pkg syscall (linux-arm), const SYS_GETDENTS64 = 217
29982 pkg syscall (linux-arm), const SYS_GETEGID = 50
29983 pkg syscall (linux-arm), const SYS_GETEGID32 = 202
29984 pkg syscall (linux-arm), const SYS_GETEUID = 49
29985 pkg syscall (linux-arm), const SYS_GETEUID32 = 201
29986 pkg syscall (linux-arm), const SYS_GETGID = 47
29987 pkg syscall (linux-arm), const SYS_GETGID32 = 200
29988 pkg syscall (linux-arm), const SYS_GETGROUPS = 80
29989 pkg syscall (linux-arm), const SYS_GETGROUPS32 = 205
29990 pkg syscall (linux-arm), const SYS_GETITIMER = 105
29991 pkg syscall (linux-arm), const SYS_GETPEERNAME = 287
29992 pkg syscall (linux-arm), const SYS_GETPGID = 132
29993 pkg syscall (linux-arm), const SYS_GETPGRP = 65
29994 pkg syscall (linux-arm), const SYS_GETPID = 20
29995 pkg syscall (linux-arm), const SYS_GETPPID = 64
29996 pkg syscall (linux-arm), const SYS_GETPRIORITY = 96
29997 pkg syscall (linux-arm), const SYS_GETRESGID = 171
29998 pkg syscall (linux-arm), const SYS_GETRESGID32 = 211
29999 pkg syscall (linux-arm), const SYS_GETRESUID = 165
30000 pkg syscall (linux-arm), const SYS_GETRESUID32 = 209
30001 pkg syscall (linux-arm), const SYS_GETRLIMIT = 76
30002 pkg syscall (linux-arm), const SYS_GETRUSAGE = 77
30003 pkg syscall (linux-arm), const SYS_GETSID = 147
30004 pkg syscall (linux-arm), const SYS_GETSOCKNAME = 286
30005 pkg syscall (linux-arm), const SYS_GETSOCKOPT = 295
30006 pkg syscall (linux-arm), const SYS_GETTID = 224
30007 pkg syscall (linux-arm), const SYS_GETTIMEOFDAY = 78
30008 pkg syscall (linux-arm), const SYS_GETUID = 24
30009 pkg syscall (linux-arm), const SYS_GETUID32 = 199
30010 pkg syscall (linux-arm), const SYS_GETXATTR = 229
30011 pkg syscall (linux-arm), const SYS_GET_MEMPOLICY = 320
30012 pkg syscall (linux-arm), const SYS_GET_ROBUST_LIST = 339
30013 pkg syscall (linux-arm), const SYS_INIT_MODULE = 128
30014 pkg syscall (linux-arm), const SYS_INOTIFY_ADD_WATCH = 317
30015 pkg syscall (linux-arm), const SYS_INOTIFY_INIT = 316
30016 pkg syscall (linux-arm), const SYS_INOTIFY_INIT1 = 360
30017 pkg syscall (linux-arm), const SYS_INOTIFY_RM_WATCH = 318
30018 pkg syscall (linux-arm), const SYS_IOCTL = 54
30019 pkg syscall (linux-arm), const SYS_IOPRIO_GET = 315
30020 pkg syscall (linux-arm), const SYS_IOPRIO_SET = 314
30021 pkg syscall (linux-arm), const SYS_IO_CANCEL = 247
30022 pkg syscall (linux-arm), const SYS_IO_DESTROY = 244
30023 pkg syscall (linux-arm), const SYS_IO_GETEVENTS = 245
30024 pkg syscall (linux-arm), const SYS_IO_SETUP = 243
30025 pkg syscall (linux-arm), const SYS_IO_SUBMIT = 246
30026 pkg syscall (linux-arm), const SYS_IPC = 117
30027 pkg syscall (linux-arm), const SYS_KEXEC_LOAD = 347
30028 pkg syscall (linux-arm), const SYS_KEYCTL = 311
30029 pkg syscall (linux-arm), const SYS_KILL = 37
30030 pkg syscall (linux-arm), const SYS_LCHOWN = 16
30031 pkg syscall (linux-arm), const SYS_LCHOWN32 = 198
30032 pkg syscall (linux-arm), const SYS_LGETXATTR = 230
30033 pkg syscall (linux-arm), const SYS_LINK = 9
30034 pkg syscall (linux-arm), const SYS_LINKAT = 330
30035 pkg syscall (linux-arm), const SYS_LISTEN = 284
30036 pkg syscall (linux-arm), const SYS_LISTXATTR = 232
30037 pkg syscall (linux-arm), const SYS_LLISTXATTR = 233
30038 pkg syscall (linux-arm), const SYS_LOOKUP_DCOOKIE = 249
30039 pkg syscall (linux-arm), const SYS_LREMOVEXATTR = 236
30040 pkg syscall (linux-arm), const SYS_LSEEK = 19
30041 pkg syscall (linux-arm), const SYS_LSETXATTR = 227
30042 pkg syscall (linux-arm), const SYS_LSTAT = 107
30043 pkg syscall (linux-arm), const SYS_LSTAT64 = 196
30044 pkg syscall (linux-arm), const SYS_MADVISE = 220
30045 pkg syscall (linux-arm), const SYS_MBIND = 319
30046 pkg syscall (linux-arm), const SYS_MINCORE = 219
30047 pkg syscall (linux-arm), const SYS_MKDIR = 39
30048 pkg syscall (linux-arm), const SYS_MKDIRAT = 323
30049 pkg syscall (linux-arm), const SYS_MKNOD = 14
30050 pkg syscall (linux-arm), const SYS_MKNODAT = 324
30051 pkg syscall (linux-arm), const SYS_MLOCK = 150
30052 pkg syscall (linux-arm), const SYS_MLOCKALL = 152
30053 pkg syscall (linux-arm), const SYS_MMAP = 90
30054 pkg syscall (linux-arm), const SYS_MMAP2 = 192
30055 pkg syscall (linux-arm), const SYS_MOUNT = 21
30056 pkg syscall (linux-arm), const SYS_MOVE_PAGES = 344
30057 pkg syscall (linux-arm), const SYS_MPROTECT = 125
30058 pkg syscall (linux-arm), const SYS_MQ_GETSETATTR = 279
30059 pkg syscall (linux-arm), const SYS_MQ_NOTIFY = 278
30060 pkg syscall (linux-arm), const SYS_MQ_OPEN = 274
30061 pkg syscall (linux-arm), const SYS_MQ_TIMEDRECEIVE = 277
30062 pkg syscall (linux-arm), const SYS_MQ_TIMEDSEND = 276
30063 pkg syscall (linux-arm), const SYS_MQ_UNLINK = 275
30064 pkg syscall (linux-arm), const SYS_MREMAP = 163
30065 pkg syscall (linux-arm), const SYS_MSGCTL = 304
30066 pkg syscall (linux-arm), const SYS_MSGGET = 303
30067 pkg syscall (linux-arm), const SYS_MSGRCV = 302
30068 pkg syscall (linux-arm), const SYS_MSGSND = 301
30069 pkg syscall (linux-arm), const SYS_MSYNC = 144
30070 pkg syscall (linux-arm), const SYS_MUNLOCK = 151
30071 pkg syscall (linux-arm), const SYS_MUNLOCKALL = 153
30072 pkg syscall (linux-arm), const SYS_MUNMAP = 91
30073 pkg syscall (linux-arm), const SYS_NAME_TO_HANDLE_AT = 370
30074 pkg syscall (linux-arm), const SYS_NANOSLEEP = 162
30075 pkg syscall (linux-arm), const SYS_NFSSERVCTL = 169
30076 pkg syscall (linux-arm), const SYS_NICE = 34
30077 pkg syscall (linux-arm), const SYS_OABI_SYSCALL_BASE = 0
30078 pkg syscall (linux-arm), const SYS_OPEN = 5
30079 pkg syscall (linux-arm), const SYS_OPENAT = 322
30080 pkg syscall (linux-arm), const SYS_OPEN_BY_HANDLE_AT = 371
30081 pkg syscall (linux-arm), const SYS_PAUSE = 29
30082 pkg syscall (linux-arm), const SYS_PCICONFIG_IOBASE = 271
30083 pkg syscall (linux-arm), const SYS_PCICONFIG_READ = 272
30084 pkg syscall (linux-arm), const SYS_PCICONFIG_WRITE = 273
30085 pkg syscall (linux-arm), const SYS_PERF_EVENT_OPEN = 364
30086 pkg syscall (linux-arm), const SYS_PERSONALITY = 136
30087 pkg syscall (linux-arm), const SYS_PIPE = 42
30088 pkg syscall (linux-arm), const SYS_PIPE2 = 359
30089 pkg syscall (linux-arm), const SYS_PIVOT_ROOT = 218
30090 pkg syscall (linux-arm), const SYS_POLL = 168
30091 pkg syscall (linux-arm), const SYS_PPOLL = 336
30092 pkg syscall (linux-arm), const SYS_PRCTL = 172
30093 pkg syscall (linux-arm), const SYS_PREAD64 = 180
30094 pkg syscall (linux-arm), const SYS_PREADV = 361
30095 pkg syscall (linux-arm), const SYS_PRLIMIT64 = 369
30096 pkg syscall (linux-arm), const SYS_PROCESS_VM_READV = 376
30097 pkg syscall (linux-arm), const SYS_PROCESS_VM_WRITEV = 377
30098 pkg syscall (linux-arm), const SYS_PSELECT6 = 335
30099 pkg syscall (linux-arm), const SYS_PTRACE = 26
30100 pkg syscall (linux-arm), const SYS_PWRITE64 = 181
30101 pkg syscall (linux-arm), const SYS_PWRITEV = 362
30102 pkg syscall (linux-arm), const SYS_QUOTACTL = 131
30103 pkg syscall (linux-arm), const SYS_READ = 3
30104 pkg syscall (linux-arm), const SYS_READAHEAD = 225
30105 pkg syscall (linux-arm), const SYS_READDIR = 89
30106 pkg syscall (linux-arm), const SYS_READLINK = 85
30107 pkg syscall (linux-arm), const SYS_READLINKAT = 332
30108 pkg syscall (linux-arm), const SYS_READV = 145
30109 pkg syscall (linux-arm), const SYS_REBOOT = 88
30110 pkg syscall (linux-arm), const SYS_RECV = 291
30111 pkg syscall (linux-arm), const SYS_RECVFROM = 292
30112 pkg syscall (linux-arm), const SYS_RECVMMSG = 365
30113 pkg syscall (linux-arm), const SYS_RECVMSG = 297
30114 pkg syscall (linux-arm), const SYS_REMAP_FILE_PAGES = 253
30115 pkg syscall (linux-arm), const SYS_REMOVEXATTR = 235
30116 pkg syscall (linux-arm), const SYS_RENAME = 38
30117 pkg syscall (linux-arm), const SYS_RENAMEAT = 329
30118 pkg syscall (linux-arm), const SYS_REQUEST_KEY = 310
30119 pkg syscall (linux-arm), const SYS_RESTART_SYSCALL = 0
30120 pkg syscall (linux-arm), const SYS_RMDIR = 40
30121 pkg syscall (linux-arm), const SYS_RT_SIGACTION = 174
30122 pkg syscall (linux-arm), const SYS_RT_SIGPENDING = 176
30123 pkg syscall (linux-arm), const SYS_RT_SIGPROCMASK = 175
30124 pkg syscall (linux-arm), const SYS_RT_SIGQUEUEINFO = 178
30125 pkg syscall (linux-arm), const SYS_RT_SIGRETURN = 173
30126 pkg syscall (linux-arm), const SYS_RT_SIGSUSPEND = 179
30127 pkg syscall (linux-arm), const SYS_RT_SIGTIMEDWAIT = 177
30128 pkg syscall (linux-arm), const SYS_RT_TGSIGQUEUEINFO = 363
30129 pkg syscall (linux-arm), const SYS_SCHED_GETAFFINITY = 242
30130 pkg syscall (linux-arm), const SYS_SCHED_GETPARAM = 155
30131 pkg syscall (linux-arm), const SYS_SCHED_GETSCHEDULER = 157
30132 pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MAX = 159
30133 pkg syscall (linux-arm), const SYS_SCHED_GET_PRIORITY_MIN = 160
30134 pkg syscall (linux-arm), const SYS_SCHED_RR_GET_INTERVAL = 161
30135 pkg syscall (linux-arm), const SYS_SCHED_SETAFFINITY = 241
30136 pkg syscall (linux-arm), const SYS_SCHED_SETPARAM = 154
30137 pkg syscall (linux-arm), const SYS_SCHED_SETSCHEDULER = 156
30138 pkg syscall (linux-arm), const SYS_SCHED_YIELD = 158
30139 pkg syscall (linux-arm), const SYS_SELECT = 82
30140 pkg syscall (linux-arm), const SYS_SEMCTL = 300
30141 pkg syscall (linux-arm), const SYS_SEMGET = 299
30142 pkg syscall (linux-arm), const SYS_SEMOP = 298
30143 pkg syscall (linux-arm), const SYS_SEMTIMEDOP = 312
30144 pkg syscall (linux-arm), const SYS_SEND = 289
30145 pkg syscall (linux-arm), const SYS_SENDFILE = 187
30146 pkg syscall (linux-arm), const SYS_SENDFILE64 = 239
30147 pkg syscall (linux-arm), const SYS_SENDMMSG = 374
30148 pkg syscall (linux-arm), const SYS_SENDMSG = 296
30149 pkg syscall (linux-arm), const SYS_SENDTO = 290
30150 pkg syscall (linux-arm), const SYS_SETDOMAINNAME = 121
30151 pkg syscall (linux-arm), const SYS_SETFSGID = 139
30152 pkg syscall (linux-arm), const SYS_SETFSGID32 = 216
30153 pkg syscall (linux-arm), const SYS_SETFSUID = 138
30154 pkg syscall (linux-arm), const SYS_SETFSUID32 = 215
30155 pkg syscall (linux-arm), const SYS_SETGID = 46
30156 pkg syscall (linux-arm), const SYS_SETGID32 = 214
30157 pkg syscall (linux-arm), const SYS_SETGROUPS = 81
30158 pkg syscall (linux-arm), const SYS_SETGROUPS32 = 206
30159 pkg syscall (linux-arm), const SYS_SETHOSTNAME = 74
30160 pkg syscall (linux-arm), const SYS_SETITIMER = 104
30161 pkg syscall (linux-arm), const SYS_SETNS = 375
30162 pkg syscall (linux-arm), const SYS_SETPGID = 57
30163 pkg syscall (linux-arm), const SYS_SETPRIORITY = 97
30164 pkg syscall (linux-arm), const SYS_SETREGID = 71
30165 pkg syscall (linux-arm), const SYS_SETREGID32 = 204
30166 pkg syscall (linux-arm), const SYS_SETRESGID = 170
30167 pkg syscall (linux-arm), const SYS_SETRESGID32 = 210
30168 pkg syscall (linux-arm), const SYS_SETRESUID = 164
30169 pkg syscall (linux-arm), const SYS_SETRESUID32 = 208
30170 pkg syscall (linux-arm), const SYS_SETREUID = 70
30171 pkg syscall (linux-arm), const SYS_SETREUID32 = 203
30172 pkg syscall (linux-arm), const SYS_SETRLIMIT = 75
30173 pkg syscall (linux-arm), const SYS_SETSID = 66
30174 pkg syscall (linux-arm), const SYS_SETSOCKOPT = 294
30175 pkg syscall (linux-arm), const SYS_SETTIMEOFDAY = 79
30176 pkg syscall (linux-arm), const SYS_SETUID = 23
30177 pkg syscall (linux-arm), const SYS_SETUID32 = 213
30178 pkg syscall (linux-arm), const SYS_SETXATTR = 226
30179 pkg syscall (linux-arm), const SYS_SET_MEMPOLICY = 321
30180 pkg syscall (linux-arm), const SYS_SET_ROBUST_LIST = 338
30181 pkg syscall (linux-arm), const SYS_SET_TID_ADDRESS = 256
30182 pkg syscall (linux-arm), const SYS_SHMAT = 305
30183 pkg syscall (linux-arm), const SYS_SHMCTL = 308
30184 pkg syscall (linux-arm), const SYS_SHMDT = 306
30185 pkg syscall (linux-arm), const SYS_SHMGET = 307
30186 pkg syscall (linux-arm), const SYS_SHUTDOWN = 293
30187 pkg syscall (linux-arm), const SYS_SIGACTION = 67
30188 pkg syscall (linux-arm), const SYS_SIGALTSTACK = 186
30189 pkg syscall (linux-arm), const SYS_SIGNALFD = 349
30190 pkg syscall (linux-arm), const SYS_SIGNALFD4 = 355
30191 pkg syscall (linux-arm), const SYS_SIGPENDING = 73
30192 pkg syscall (linux-arm), const SYS_SIGPROCMASK = 126
30193 pkg syscall (linux-arm), const SYS_SIGRETURN = 119
30194 pkg syscall (linux-arm), const SYS_SIGSUSPEND = 72
30195 pkg syscall (linux-arm), const SYS_SOCKET = 281
30196 pkg syscall (linux-arm), const SYS_SOCKETCALL = 102
30197 pkg syscall (linux-arm), const SYS_SOCKETPAIR = 288
30198 pkg syscall (linux-arm), const SYS_SPLICE = 340
30199 pkg syscall (linux-arm), const SYS_STAT = 106
30200 pkg syscall (linux-arm), const SYS_STAT64 = 195
30201 pkg syscall (linux-arm), const SYS_STATFS = 99
30202 pkg syscall (linux-arm), const SYS_STATFS64 = 266
30203 pkg syscall (linux-arm), const SYS_STIME = 25
30204 pkg syscall (linux-arm), const SYS_SWAPOFF = 115
30205 pkg syscall (linux-arm), const SYS_SWAPON = 87
30206 pkg syscall (linux-arm), const SYS_SYMLINK = 83
30207 pkg syscall (linux-arm), const SYS_SYMLINKAT = 331
30208 pkg syscall (linux-arm), const SYS_SYNC = 36
30209 pkg syscall (linux-arm), const SYS_SYNCFS = 373
30210 pkg syscall (linux-arm), const SYS_SYSCALL = 113
30211 pkg syscall (linux-arm), const SYS_SYSCALL_BASE = 0
30212 pkg syscall (linux-arm), const SYS_SYSFS = 135
30213 pkg syscall (linux-arm), const SYS_SYSINFO = 116
30214 pkg syscall (linux-arm), const SYS_SYSLOG = 103
30215 pkg syscall (linux-arm), const SYS_TEE = 342
30216 pkg syscall (linux-arm), const SYS_TGKILL = 268
30217 pkg syscall (linux-arm), const SYS_TIME = 13
30218 pkg syscall (linux-arm), const SYS_TIMERFD_CREATE = 350
30219 pkg syscall (linux-arm), const SYS_TIMERFD_GETTIME = 354
30220 pkg syscall (linux-arm), const SYS_TIMERFD_SETTIME = 353
30221 pkg syscall (linux-arm), const SYS_TIMER_CREATE = 257
30222 pkg syscall (linux-arm), const SYS_TIMER_DELETE = 261
30223 pkg syscall (linux-arm), const SYS_TIMER_GETOVERRUN = 260
30224 pkg syscall (linux-arm), const SYS_TIMER_GETTIME = 259
30225 pkg syscall (linux-arm), const SYS_TIMER_SETTIME = 258
30226 pkg syscall (linux-arm), const SYS_TIMES = 43
30227 pkg syscall (linux-arm), const SYS_TKILL = 238
30228 pkg syscall (linux-arm), const SYS_TRUNCATE = 92
30229 pkg syscall (linux-arm), const SYS_TRUNCATE64 = 193
30230 pkg syscall (linux-arm), const SYS_UGETRLIMIT = 191
30231 pkg syscall (linux-arm), const SYS_UMASK = 60
30232 pkg syscall (linux-arm), const SYS_UMOUNT = 22
30233 pkg syscall (linux-arm), const SYS_UMOUNT2 = 52
30234 pkg syscall (linux-arm), const SYS_UNAME = 122
30235 pkg syscall (linux-arm), const SYS_UNLINK = 10
30236 pkg syscall (linux-arm), const SYS_UNLINKAT = 328
30237 pkg syscall (linux-arm), const SYS_UNSHARE = 337
30238 pkg syscall (linux-arm), const SYS_USELIB = 86
30239 pkg syscall (linux-arm), const SYS_USTAT = 62
30240 pkg syscall (linux-arm), const SYS_UTIME = 30
30241 pkg syscall (linux-arm), const SYS_UTIMENSAT = 348
30242 pkg syscall (linux-arm), const SYS_UTIMES = 269
30243 pkg syscall (linux-arm), const SYS_VFORK = 190
30244 pkg syscall (linux-arm), const SYS_VHANGUP = 111
30245 pkg syscall (linux-arm), const SYS_VMSPLICE = 343
30246 pkg syscall (linux-arm), const SYS_VSERVER = 313
30247 pkg syscall (linux-arm), const SYS_WAIT4 = 114
30248 pkg syscall (linux-arm), const SYS_WAITID = 280
30249 pkg syscall (linux-arm), const SYS_WRITE = 4
30250 pkg syscall (linux-arm), const SYS_WRITEV = 146
30251 pkg syscall (linux-arm), const SYS__LLSEEK = 140
30252 pkg syscall (linux-arm), const SYS__NEWSELECT = 142
30253 pkg syscall (linux-arm), const SYS__SYSCTL = 149
30254 pkg syscall (linux-arm), const S_BLKSIZE = 512
30255 pkg syscall (linux-arm), const S_IEXEC = 64
30256 pkg syscall (linux-arm), const S_IFMT = 61440
30257 pkg syscall (linux-arm), const S_IREAD = 256
30258 pkg syscall (linux-arm), const S_IRGRP = 32
30259 pkg syscall (linux-arm), const S_IROTH = 4
30260 pkg syscall (linux-arm), const S_IRWXG = 56
30261 pkg syscall (linux-arm), const S_IRWXO = 7
30262 pkg syscall (linux-arm), const S_IRWXU = 448
30263 pkg syscall (linux-arm), const S_IWGRP = 16
30264 pkg syscall (linux-arm), const S_IWOTH = 2
30265 pkg syscall (linux-arm), const S_IWRITE = 128
30266 pkg syscall (linux-arm), const S_IXGRP = 8
30267 pkg syscall (linux-arm), const S_IXOTH = 1
30268 pkg syscall (linux-arm), const SizeofCmsghdr = 12
30269 pkg syscall (linux-arm), const SizeofIPMreq = 8
30270 pkg syscall (linux-arm), const SizeofIPMreqn = 12
30271 pkg syscall (linux-arm), const SizeofIPv6Mreq = 20
30272 pkg syscall (linux-arm), const SizeofIfAddrmsg = 8
30273 pkg syscall (linux-arm), const SizeofIfInfomsg = 16
30274 pkg syscall (linux-arm), const SizeofInet4Pktinfo = 12
30275 pkg syscall (linux-arm), const SizeofInet6Pktinfo = 20
30276 pkg syscall (linux-arm), const SizeofInotifyEvent = 16
30277 pkg syscall (linux-arm), const SizeofLinger = 8
30278 pkg syscall (linux-arm), const SizeofMsghdr = 28
30279 pkg syscall (linux-arm), const SizeofNlAttr = 4
30280 pkg syscall (linux-arm), const SizeofNlMsgerr = 20
30281 pkg syscall (linux-arm), const SizeofNlMsghdr = 16
30282 pkg syscall (linux-arm), const SizeofRtAttr = 4
30283 pkg syscall (linux-arm), const SizeofRtGenmsg = 1
30284 pkg syscall (linux-arm), const SizeofRtMsg = 12
30285 pkg syscall (linux-arm), const SizeofRtNexthop = 8
30286 pkg syscall (linux-arm), const SizeofSockFilter = 8
30287 pkg syscall (linux-arm), const SizeofSockFprog = 8
30288 pkg syscall (linux-arm), const SizeofSockaddrAny = 112
30289 pkg syscall (linux-arm), const SizeofSockaddrInet4 = 16
30290 pkg syscall (linux-arm), const SizeofSockaddrInet6 = 28
30291 pkg syscall (linux-arm), const SizeofSockaddrLinklayer = 20
30292 pkg syscall (linux-arm), const SizeofSockaddrNetlink = 12
30293 pkg syscall (linux-arm), const SizeofSockaddrUnix = 110
30294 pkg syscall (linux-arm), const SizeofTCPInfo = 104
30295 pkg syscall (linux-arm), const SizeofTCPInfo ideal-int
30296 pkg syscall (linux-arm), const SizeofUcred = 12
30297 pkg syscall (linux-arm), const TCGETS = 21505
30298 pkg syscall (linux-arm), const TCP_CONGESTION = 13
30299 pkg syscall (linux-arm), const TCP_CORK = 3
30300 pkg syscall (linux-arm), const TCP_DEFER_ACCEPT = 9
30301 pkg syscall (linux-arm), const TCP_INFO = 11
30302 pkg syscall (linux-arm), const TCP_KEEPCNT = 6
30303 pkg syscall (linux-arm), const TCP_KEEPIDLE = 4
30304 pkg syscall (linux-arm), const TCP_KEEPINTVL = 5
30305 pkg syscall (linux-arm), const TCP_LINGER2 = 8
30306 pkg syscall (linux-arm), const TCP_MAXSEG = 2
30307 pkg syscall (linux-arm), const TCP_MAXWIN = 65535
30308 pkg syscall (linux-arm), const TCP_MAX_WINSHIFT = 14
30309 pkg syscall (linux-arm), const TCP_MD5SIG = 14
30310 pkg syscall (linux-arm), const TCP_MD5SIG_MAXKEYLEN = 80
30311 pkg syscall (linux-arm), const TCP_MSS = 512
30312 pkg syscall (linux-arm), const TCP_QUICKACK = 12
30313 pkg syscall (linux-arm), const TCP_SYNCNT = 7
30314 pkg syscall (linux-arm), const TCP_WINDOW_CLAMP = 10
30315 pkg syscall (linux-arm), const TCSETS = 21506
30316 pkg syscall (linux-arm), const TIOCCBRK = 21544
30317 pkg syscall (linux-arm), const TIOCCONS = 21533
30318 pkg syscall (linux-arm), const TIOCEXCL = 21516
30319 pkg syscall (linux-arm), const TIOCGDEV = 2147767346
30320 pkg syscall (linux-arm), const TIOCGETD = 21540
30321 pkg syscall (linux-arm), const TIOCGICOUNT = 21597
30322 pkg syscall (linux-arm), const TIOCGLCKTRMIOS = 21590
30323 pkg syscall (linux-arm), const TIOCGPGRP = 21519
30324 pkg syscall (linux-arm), const TIOCGPTN = 2147767344
30325 pkg syscall (linux-arm), const TIOCGRS485 = 21550
30326 pkg syscall (linux-arm), const TIOCGSERIAL = 21534
30327 pkg syscall (linux-arm), const TIOCGSID = 21545
30328 pkg syscall (linux-arm), const TIOCGSOFTCAR = 21529
30329 pkg syscall (linux-arm), const TIOCGWINSZ = 21523
30330 pkg syscall (linux-arm), const TIOCINQ = 21531
30331 pkg syscall (linux-arm), const TIOCLINUX = 21532
30332 pkg syscall (linux-arm), const TIOCMBIC = 21527
30333 pkg syscall (linux-arm), const TIOCMBIS = 21526
30334 pkg syscall (linux-arm), const TIOCMGET = 21525
30335 pkg syscall (linux-arm), const TIOCMIWAIT = 21596
30336 pkg syscall (linux-arm), const TIOCMSET = 21528
30337 pkg syscall (linux-arm), const TIOCM_CAR = 64
30338 pkg syscall (linux-arm), const TIOCM_CD = 64
30339 pkg syscall (linux-arm), const TIOCM_CTS = 32
30340 pkg syscall (linux-arm), const TIOCM_DSR = 256
30341 pkg syscall (linux-arm), const TIOCM_DTR = 2
30342 pkg syscall (linux-arm), const TIOCM_LE = 1
30343 pkg syscall (linux-arm), const TIOCM_RI = 128
30344 pkg syscall (linux-arm), const TIOCM_RNG = 128
30345 pkg syscall (linux-arm), const TIOCM_RTS = 4
30346 pkg syscall (linux-arm), const TIOCM_SR = 16
30347 pkg syscall (linux-arm), const TIOCM_ST = 8
30348 pkg syscall (linux-arm), const TIOCNOTTY = 21538
30349 pkg syscall (linux-arm), const TIOCNXCL = 21517
30350 pkg syscall (linux-arm), const TIOCOUTQ = 21521
30351 pkg syscall (linux-arm), const TIOCPKT = 21536
30352 pkg syscall (linux-arm), const TIOCPKT_DATA = 0
30353 pkg syscall (linux-arm), const TIOCPKT_DOSTOP = 32
30354 pkg syscall (linux-arm), const TIOCPKT_FLUSHREAD = 1
30355 pkg syscall (linux-arm), const TIOCPKT_FLUSHWRITE = 2
30356 pkg syscall (linux-arm), const TIOCPKT_IOCTL = 64
30357 pkg syscall (linux-arm), const TIOCPKT_NOSTOP = 16
30358 pkg syscall (linux-arm), const TIOCPKT_START = 8
30359 pkg syscall (linux-arm), const TIOCPKT_STOP = 4
30360 pkg syscall (linux-arm), const TIOCSBRK = 21543
30361 pkg syscall (linux-arm), const TIOCSCTTY = 21518
30362 pkg syscall (linux-arm), const TIOCSERCONFIG = 21587
30363 pkg syscall (linux-arm), const TIOCSERGETLSR = 21593
30364 pkg syscall (linux-arm), const TIOCSERGETMULTI = 21594
30365 pkg syscall (linux-arm), const TIOCSERGSTRUCT = 21592
30366 pkg syscall (linux-arm), const TIOCSERGWILD = 21588
30367 pkg syscall (linux-arm), const TIOCSERSETMULTI = 21595
30368 pkg syscall (linux-arm), const TIOCSERSWILD = 21589
30369 pkg syscall (linux-arm), const TIOCSER_TEMT = 1
30370 pkg syscall (linux-arm), const TIOCSETD = 21539
30371 pkg syscall (linux-arm), const TIOCSIG = 1074025526
30372 pkg syscall (linux-arm), const TIOCSLCKTRMIOS = 21591
30373 pkg syscall (linux-arm), const TIOCSPGRP = 21520
30374 pkg syscall (linux-arm), const TIOCSPTLCK = 1074025521
30375 pkg syscall (linux-arm), const TIOCSRS485 = 21551
30376 pkg syscall (linux-arm), const TIOCSSERIAL = 21535
30377 pkg syscall (linux-arm), const TIOCSSOFTCAR = 21530
30378 pkg syscall (linux-arm), const TIOCSTI = 21522
30379 pkg syscall (linux-arm), const TIOCSWINSZ = 21524
30380 pkg syscall (linux-arm), const TIOCVHANGUP = 21559
30381 pkg syscall (linux-arm), const TOSTOP = 256
30382 pkg syscall (linux-arm), const TUNATTACHFILTER = 1074287829
30383 pkg syscall (linux-arm), const TUNDETACHFILTER = 1074287830
30384 pkg syscall (linux-arm), const TUNGETFEATURES = 2147767503
30385 pkg syscall (linux-arm), const TUNGETIFF = 2147767506
30386 pkg syscall (linux-arm), const TUNGETSNDBUF = 2147767507
30387 pkg syscall (linux-arm), const TUNGETVNETHDRSZ = 2147767511
30388 pkg syscall (linux-arm), const TUNSETDEBUG = 1074025673
30389 pkg syscall (linux-arm), const TUNSETGROUP = 1074025678
30390 pkg syscall (linux-arm), const TUNSETIFF = 1074025674
30391 pkg syscall (linux-arm), const TUNSETLINK = 1074025677
30392 pkg syscall (linux-arm), const TUNSETNOCSUM = 1074025672
30393 pkg syscall (linux-arm), const TUNSETOFFLOAD = 1074025680
30394 pkg syscall (linux-arm), const TUNSETOWNER = 1074025676
30395 pkg syscall (linux-arm), const TUNSETPERSIST = 1074025675
30396 pkg syscall (linux-arm), const TUNSETSNDBUF = 1074025684
30397 pkg syscall (linux-arm), const TUNSETTXFILTER = 1074025681
30398 pkg syscall (linux-arm), const TUNSETVNETHDRSZ = 1074025688
30399 pkg syscall (linux-arm), const VDISCARD = 13
30400 pkg syscall (linux-arm), const VEOF = 4
30401 pkg syscall (linux-arm), const VEOL = 11
30402 pkg syscall (linux-arm), const VEOL2 = 16
30403 pkg syscall (linux-arm), const VERASE = 2
30404 pkg syscall (linux-arm), const VINTR = 0
30405 pkg syscall (linux-arm), const VKILL = 3
30406 pkg syscall (linux-arm), const VLNEXT = 15
30407 pkg syscall (linux-arm), const VMIN = 6
30408 pkg syscall (linux-arm), const VQUIT = 1
30409 pkg syscall (linux-arm), const VREPRINT = 12
30410 pkg syscall (linux-arm), const VSTART = 8
30411 pkg syscall (linux-arm), const VSTOP = 9
30412 pkg syscall (linux-arm), const VSUSP = 10
30413 pkg syscall (linux-arm), const VSWTC = 7
30414 pkg syscall (linux-arm), const VTIME = 5
30415 pkg syscall (linux-arm), const VWERASE = 14
30416 pkg syscall (linux-arm), const WALL = 1073741824
30417 pkg syscall (linux-arm), const WCLONE = 2147483648
30418 pkg syscall (linux-arm), const WCONTINUED = 8
30419 pkg syscall (linux-arm), const WEXITED = 4
30420 pkg syscall (linux-arm), const WNOHANG = 1
30421 pkg syscall (linux-arm), const WNOTHREAD = 536870912
30422 pkg syscall (linux-arm), const WNOWAIT = 16777216
30423 pkg syscall (linux-arm), const WORDSIZE = 32
30424 pkg syscall (linux-arm), const WSTOPPED = 2
30425 pkg syscall (linux-arm), const WUNTRACED = 2
30426 pkg syscall (linux-arm), const XCASE = 4
30427 pkg syscall (linux-arm), func Accept4(int, int) (int, Sockaddr, error)
30428 pkg syscall (linux-arm), func GetsockoptUcred(int, int, int) (*Ucred, error)
30429 pkg syscall (linux-arm), func Getxattr(string, string, []uint8) (int, error)
30430 pkg syscall (linux-arm), func Listxattr(string, []uint8) (int, error)
30431 pkg syscall (linux-arm), func Pipe2([]int, int) error
30432 pkg syscall (linux-arm), func PtraceSyscall(int, int) error
30433 pkg syscall (linux-arm), func Removexattr(string, string) error
30434 pkg syscall (linux-arm), func Setxattr(string, string, []uint8, int) error
30435 pkg syscall (linux-arm), func SlicePtrFromStrings([]string) ([]*uint8, error)
30436 pkg syscall (linux-arm), type SysProcAttr struct, Ctty int
30437 pkg syscall (linux-arm), type TCPInfo struct
30438 pkg syscall (linux-arm), type TCPInfo struct, Advmss uint32
30439 pkg syscall (linux-arm), type TCPInfo struct, Ato uint32
30440 pkg syscall (linux-arm), type TCPInfo struct, Backoff uint8
30441 pkg syscall (linux-arm), type TCPInfo struct, Ca_state uint8
30442 pkg syscall (linux-arm), type TCPInfo struct, Fackets uint32
30443 pkg syscall (linux-arm), type TCPInfo struct, Last_ack_recv uint32
30444 pkg syscall (linux-arm), type TCPInfo struct, Last_ack_sent uint32
30445 pkg syscall (linux-arm), type TCPInfo struct, Last_data_recv uint32
30446 pkg syscall (linux-arm), type TCPInfo struct, Last_data_sent uint32
30447 pkg syscall (linux-arm), type TCPInfo struct, Lost uint32
30448 pkg syscall (linux-arm), type TCPInfo struct, Options uint8
30449 pkg syscall (linux-arm), type TCPInfo struct, Pad_cgo_0 [2]uint8
30450 pkg syscall (linux-arm), type TCPInfo struct, Pmtu uint32
30451 pkg syscall (linux-arm), type TCPInfo struct, Probes uint8
30452 pkg syscall (linux-arm), type TCPInfo struct, Rcv_mss uint32
30453 pkg syscall (linux-arm), type TCPInfo struct, Rcv_rtt uint32
30454 pkg syscall (linux-arm), type TCPInfo struct, Rcv_space uint32
30455 pkg syscall (linux-arm), type TCPInfo struct, Rcv_ssthresh uint32
30456 pkg syscall (linux-arm), type TCPInfo struct, Reordering uint32
30457 pkg syscall (linux-arm), type TCPInfo struct, Retrans uint32
30458 pkg syscall (linux-arm), type TCPInfo struct, Retransmits uint8
30459 pkg syscall (linux-arm), type TCPInfo struct, Rto uint32
30460 pkg syscall (linux-arm), type TCPInfo struct, Rtt uint32
30461 pkg syscall (linux-arm), type TCPInfo struct, Rttvar uint32
30462 pkg syscall (linux-arm), type TCPInfo struct, Sacked uint32
30463 pkg syscall (linux-arm), type TCPInfo struct, Snd_cwnd uint32
30464 pkg syscall (linux-arm), type TCPInfo struct, Snd_mss uint32
30465 pkg syscall (linux-arm), type TCPInfo struct, Snd_ssthresh uint32
30466 pkg syscall (linux-arm), type TCPInfo struct, State uint8
30467 pkg syscall (linux-arm), type TCPInfo struct, Total_retrans uint32
30468 pkg syscall (linux-arm), type TCPInfo struct, Unacked uint32
30469 pkg syscall (linux-arm-cgo), const AF_ALG = 38
30470 pkg syscall (linux-arm-cgo), const AF_APPLETALK = 5
30471 pkg syscall (linux-arm-cgo), const AF_ASH = 18
30472 pkg syscall (linux-arm-cgo), const AF_ATMPVC = 8
30473 pkg syscall (linux-arm-cgo), const AF_ATMSVC = 20
30474 pkg syscall (linux-arm-cgo), const AF_AX25 = 3
30475 pkg syscall (linux-arm-cgo), const AF_BLUETOOTH = 31
30476 pkg syscall (linux-arm-cgo), const AF_BRIDGE = 7
30477 pkg syscall (linux-arm-cgo), const AF_CAIF = 37
30478 pkg syscall (linux-arm-cgo), const AF_CAN = 29
30479 pkg syscall (linux-arm-cgo), const AF_DECnet = 12
30480 pkg syscall (linux-arm-cgo), const AF_ECONET = 19
30481 pkg syscall (linux-arm-cgo), const AF_FILE = 1
30482 pkg syscall (linux-arm-cgo), const AF_IEEE802154 = 36
30483 pkg syscall (linux-arm-cgo), const AF_INET6 = 10
30484 pkg syscall (linux-arm-cgo), const AF_IPX = 4
30485 pkg syscall (linux-arm-cgo), const AF_IRDA = 23
30486 pkg syscall (linux-arm-cgo), const AF_ISDN = 34
30487 pkg syscall (linux-arm-cgo), const AF_IUCV = 32
30488 pkg syscall (linux-arm-cgo), const AF_KEY = 15
30489 pkg syscall (linux-arm-cgo), const AF_LLC = 26
30490 pkg syscall (linux-arm-cgo), const AF_LOCAL = 1
30491 pkg syscall (linux-arm-cgo), const AF_MAX = 39
30492 pkg syscall (linux-arm-cgo), const AF_NETBEUI = 13
30493 pkg syscall (linux-arm-cgo), const AF_NETLINK = 16
30494 pkg syscall (linux-arm-cgo), const AF_NETROM = 6
30495 pkg syscall (linux-arm-cgo), const AF_PACKET = 17
30496 pkg syscall (linux-arm-cgo), const AF_PHONET = 35
30497 pkg syscall (linux-arm-cgo), const AF_PPPOX = 24
30498 pkg syscall (linux-arm-cgo), const AF_RDS = 21
30499 pkg syscall (linux-arm-cgo), const AF_ROSE = 11
30500 pkg syscall (linux-arm-cgo), const AF_ROUTE = 16
30501 pkg syscall (linux-arm-cgo), const AF_RXRPC = 33
30502 pkg syscall (linux-arm-cgo), const AF_SECURITY = 14
30503 pkg syscall (linux-arm-cgo), const AF_SNA = 22
30504 pkg syscall (linux-arm-cgo), const AF_TIPC = 30
30505 pkg syscall (linux-arm-cgo), const AF_WANPIPE = 25
30506 pkg syscall (linux-arm-cgo), const AF_X25 = 9
30507 pkg syscall (linux-arm-cgo), const ARPHRD_ADAPT = 264
30508 pkg syscall (linux-arm-cgo), const ARPHRD_APPLETLK = 8
30509 pkg syscall (linux-arm-cgo), const ARPHRD_ARCNET = 7
30510 pkg syscall (linux-arm-cgo), const ARPHRD_ASH = 781
30511 pkg syscall (linux-arm-cgo), const ARPHRD_ATM = 19
30512 pkg syscall (linux-arm-cgo), const ARPHRD_AX25 = 3
30513 pkg syscall (linux-arm-cgo), const ARPHRD_BIF = 775
30514 pkg syscall (linux-arm-cgo), const ARPHRD_CHAOS = 5
30515 pkg syscall (linux-arm-cgo), const ARPHRD_CISCO = 513
30516 pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP = 257
30517 pkg syscall (linux-arm-cgo), const ARPHRD_CSLIP6 = 259
30518 pkg syscall (linux-arm-cgo), const ARPHRD_DDCMP = 517
30519 pkg syscall (linux-arm-cgo), const ARPHRD_DLCI = 15
30520 pkg syscall (linux-arm-cgo), const ARPHRD_ECONET = 782
30521 pkg syscall (linux-arm-cgo), const ARPHRD_EETHER = 2
30522 pkg syscall (linux-arm-cgo), const ARPHRD_ETHER = 1
30523 pkg syscall (linux-arm-cgo), const ARPHRD_EUI64 = 27
30524 pkg syscall (linux-arm-cgo), const ARPHRD_FCAL = 785
30525 pkg syscall (linux-arm-cgo), const ARPHRD_FCFABRIC = 787
30526 pkg syscall (linux-arm-cgo), const ARPHRD_FCPL = 786
30527 pkg syscall (linux-arm-cgo), const ARPHRD_FCPP = 784
30528 pkg syscall (linux-arm-cgo), const ARPHRD_FDDI = 774
30529 pkg syscall (linux-arm-cgo), const ARPHRD_FRAD = 770
30530 pkg syscall (linux-arm-cgo), const ARPHRD_HDLC = 513
30531 pkg syscall (linux-arm-cgo), const ARPHRD_HIPPI = 780
30532 pkg syscall (linux-arm-cgo), const ARPHRD_HWX25 = 272
30533 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE1394 = 24
30534 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802 = 6
30535 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211 = 801
30536 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_PRISM = 802
30537 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE80211_RADIOTAP = 803
30538 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154 = 804
30539 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802154_PHY = 805
30540 pkg syscall (linux-arm-cgo), const ARPHRD_IEEE802_TR = 800
30541 pkg syscall (linux-arm-cgo), const ARPHRD_INFINIBAND = 32
30542 pkg syscall (linux-arm-cgo), const ARPHRD_IPDDP = 777
30543 pkg syscall (linux-arm-cgo), const ARPHRD_IPGRE = 778
30544 pkg syscall (linux-arm-cgo), const ARPHRD_IRDA = 783
30545 pkg syscall (linux-arm-cgo), const ARPHRD_LAPB = 516
30546 pkg syscall (linux-arm-cgo), const ARPHRD_LOCALTLK = 773
30547 pkg syscall (linux-arm-cgo), const ARPHRD_LOOPBACK = 772
30548 pkg syscall (linux-arm-cgo), const ARPHRD_METRICOM = 23
30549 pkg syscall (linux-arm-cgo), const ARPHRD_NETROM = 0
30550 pkg syscall (linux-arm-cgo), const ARPHRD_NONE = 65534
30551 pkg syscall (linux-arm-cgo), const ARPHRD_PIMREG = 779
30552 pkg syscall (linux-arm-cgo), const ARPHRD_PPP = 512
30553 pkg syscall (linux-arm-cgo), const ARPHRD_PRONET = 4
30554 pkg syscall (linux-arm-cgo), const ARPHRD_RAWHDLC = 518
30555 pkg syscall (linux-arm-cgo), const ARPHRD_ROSE = 270
30556 pkg syscall (linux-arm-cgo), const ARPHRD_RSRVD = 260
30557 pkg syscall (linux-arm-cgo), const ARPHRD_SIT = 776
30558 pkg syscall (linux-arm-cgo), const ARPHRD_SKIP = 771
30559 pkg syscall (linux-arm-cgo), const ARPHRD_SLIP = 256
30560 pkg syscall (linux-arm-cgo), const ARPHRD_SLIP6 = 258
30561 pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL = 768
30562 pkg syscall (linux-arm-cgo), const ARPHRD_TUNNEL6 = 769
30563 pkg syscall (linux-arm-cgo), const ARPHRD_VOID = 65535
30564 pkg syscall (linux-arm-cgo), const ARPHRD_X25 = 271
30565 pkg syscall (linux-arm-cgo), const B0 = 0
30566 pkg syscall (linux-arm-cgo), const B1000000 = 4104
30567 pkg syscall (linux-arm-cgo), const B110 = 3
30568 pkg syscall (linux-arm-cgo), const B115200 = 4098
30569 pkg syscall (linux-arm-cgo), const B1152000 = 4105
30570 pkg syscall (linux-arm-cgo), const B1200 = 9
30571 pkg syscall (linux-arm-cgo), const B134 = 4
30572 pkg syscall (linux-arm-cgo), const B150 = 5
30573 pkg syscall (linux-arm-cgo), const B1500000 = 4106
30574 pkg syscall (linux-arm-cgo), const B1800 = 10
30575 pkg syscall (linux-arm-cgo), const B19200 = 14
30576 pkg syscall (linux-arm-cgo), const B200 = 6
30577 pkg syscall (linux-arm-cgo), const B2000000 = 4107
30578 pkg syscall (linux-arm-cgo), const B230400 = 4099
30579 pkg syscall (linux-arm-cgo), const B2400 = 11
30580 pkg syscall (linux-arm-cgo), const B2500000 = 4108
30581 pkg syscall (linux-arm-cgo), const B300 = 7
30582 pkg syscall (linux-arm-cgo), const B3000000 = 4109
30583 pkg syscall (linux-arm-cgo), const B3500000 = 4110
30584 pkg syscall (linux-arm-cgo), const B38400 = 15
30585 pkg syscall (linux-arm-cgo), const B4000000 = 4111
30586 pkg syscall (linux-arm-cgo), const B460800 = 4100
30587 pkg syscall (linux-arm-cgo), const B4800 = 12
30588 pkg syscall (linux-arm-cgo), const B50 = 1
30589 pkg syscall (linux-arm-cgo), const B500000 = 4101
30590 pkg syscall (linux-arm-cgo), const B57600 = 4097
30591 pkg syscall (linux-arm-cgo), const B576000 = 4102
30592 pkg syscall (linux-arm-cgo), const B600 = 8
30593 pkg syscall (linux-arm-cgo), const B75 = 2
30594 pkg syscall (linux-arm-cgo), const B921600 = 4103
30595 pkg syscall (linux-arm-cgo), const B9600 = 13
30596 pkg syscall (linux-arm-cgo), const BPF_A = 16
30597 pkg syscall (linux-arm-cgo), const BPF_ABS = 32
30598 pkg syscall (linux-arm-cgo), const BPF_ADD = 0
30599 pkg syscall (linux-arm-cgo), const BPF_ALU = 4
30600 pkg syscall (linux-arm-cgo), const BPF_AND = 80
30601 pkg syscall (linux-arm-cgo), const BPF_B = 16
30602 pkg syscall (linux-arm-cgo), const BPF_DIV = 48
30603 pkg syscall (linux-arm-cgo), const BPF_H = 8
30604 pkg syscall (linux-arm-cgo), const BPF_IMM = 0
30605 pkg syscall (linux-arm-cgo), const BPF_IND = 64
30606 pkg syscall (linux-arm-cgo), const BPF_JA = 0
30607 pkg syscall (linux-arm-cgo), const BPF_JEQ = 16
30608 pkg syscall (linux-arm-cgo), const BPF_JGE = 48
30609 pkg syscall (linux-arm-cgo), const BPF_JGT = 32
30610 pkg syscall (linux-arm-cgo), const BPF_JMP = 5
30611 pkg syscall (linux-arm-cgo), const BPF_JSET = 64
30612 pkg syscall (linux-arm-cgo), const BPF_K = 0
30613 pkg syscall (linux-arm-cgo), const BPF_LD = 0
30614 pkg syscall (linux-arm-cgo), const BPF_LDX = 1
30615 pkg syscall (linux-arm-cgo), const BPF_LEN = 128
30616 pkg syscall (linux-arm-cgo), const BPF_LSH = 96
30617 pkg syscall (linux-arm-cgo), const BPF_MAJOR_VERSION = 1
30618 pkg syscall (linux-arm-cgo), const BPF_MAXINSNS = 4096
30619 pkg syscall (linux-arm-cgo), const BPF_MEM = 96
30620 pkg syscall (linux-arm-cgo), const BPF_MEMWORDS = 16
30621 pkg syscall (linux-arm-cgo), const BPF_MINOR_VERSION = 1
30622 pkg syscall (linux-arm-cgo), const BPF_MISC = 7
30623 pkg syscall (linux-arm-cgo), const BPF_MSH = 160
30624 pkg syscall (linux-arm-cgo), const BPF_MUL = 32
30625 pkg syscall (linux-arm-cgo), const BPF_NEG = 128
30626 pkg syscall (linux-arm-cgo), const BPF_OR = 64
30627 pkg syscall (linux-arm-cgo), const BPF_RET = 6
30628 pkg syscall (linux-arm-cgo), const BPF_RSH = 112
30629 pkg syscall (linux-arm-cgo), const BPF_ST = 2
30630 pkg syscall (linux-arm-cgo), const BPF_STX = 3
30631 pkg syscall (linux-arm-cgo), const BPF_SUB = 16
30632 pkg syscall (linux-arm-cgo), const BPF_TAX = 0
30633 pkg syscall (linux-arm-cgo), const BPF_TXA = 128
30634 pkg syscall (linux-arm-cgo), const BPF_W = 0
30635 pkg syscall (linux-arm-cgo), const BPF_X = 8
30636 pkg syscall (linux-arm-cgo), const BRKINT = 2
30637 pkg syscall (linux-arm-cgo), const CLOCAL = 2048
30638 pkg syscall (linux-arm-cgo), const CREAD = 128
30639 pkg syscall (linux-arm-cgo), const CS5 = 0
30640 pkg syscall (linux-arm-cgo), const CS6 = 16
30641 pkg syscall (linux-arm-cgo), const CS7 = 32
30642 pkg syscall (linux-arm-cgo), const CS8 = 48
30643 pkg syscall (linux-arm-cgo), const CSIZE = 48
30644 pkg syscall (linux-arm-cgo), const CSTOPB = 64
30645 pkg syscall (linux-arm-cgo), const DT_BLK = 6
30646 pkg syscall (linux-arm-cgo), const DT_CHR = 2
30647 pkg syscall (linux-arm-cgo), const DT_DIR = 4
30648 pkg syscall (linux-arm-cgo), const DT_FIFO = 1
30649 pkg syscall (linux-arm-cgo), const DT_LNK = 10
30650 pkg syscall (linux-arm-cgo), const DT_REG = 8
30651 pkg syscall (linux-arm-cgo), const DT_SOCK = 12
30652 pkg syscall (linux-arm-cgo), const DT_UNKNOWN = 0
30653 pkg syscall (linux-arm-cgo), const DT_WHT = 14
30654 pkg syscall (linux-arm-cgo), const E2BIG = 7
30655 pkg syscall (linux-arm-cgo), const EACCES = 13
30656 pkg syscall (linux-arm-cgo), const EADDRINUSE = 98
30657 pkg syscall (linux-arm-cgo), const EADDRNOTAVAIL = 99
30658 pkg syscall (linux-arm-cgo), const EADV = 68
30659 pkg syscall (linux-arm-cgo), const EAFNOSUPPORT = 97
30660 pkg syscall (linux-arm-cgo), const EAGAIN = 11
30661 pkg syscall (linux-arm-cgo), const EALREADY = 114
30662 pkg syscall (linux-arm-cgo), const EBADE = 52
30663 pkg syscall (linux-arm-cgo), const EBADF = 9
30664 pkg syscall (linux-arm-cgo), const EBADFD = 77
30665 pkg syscall (linux-arm-cgo), const EBADMSG = 74
30666 pkg syscall (linux-arm-cgo), const EBADR = 53
30667 pkg syscall (linux-arm-cgo), const EBADRQC = 56
30668 pkg syscall (linux-arm-cgo), const EBADSLT = 57
30669 pkg syscall (linux-arm-cgo), const EBFONT = 59
30670 pkg syscall (linux-arm-cgo), const EBUSY = 16
30671 pkg syscall (linux-arm-cgo), const ECANCELED = 125
30672 pkg syscall (linux-arm-cgo), const ECHILD = 10
30673 pkg syscall (linux-arm-cgo), const ECHO = 8
30674 pkg syscall (linux-arm-cgo), const ECHOCTL = 512
30675 pkg syscall (linux-arm-cgo), const ECHOE = 16
30676 pkg syscall (linux-arm-cgo), const ECHOK = 32
30677 pkg syscall (linux-arm-cgo), const ECHOKE = 2048
30678 pkg syscall (linux-arm-cgo), const ECHONL = 64
30679 pkg syscall (linux-arm-cgo), const ECHOPRT = 1024
30680 pkg syscall (linux-arm-cgo), const ECHRNG = 44
30681 pkg syscall (linux-arm-cgo), const ECOMM = 70
30682 pkg syscall (linux-arm-cgo), const ECONNABORTED = 103
30683 pkg syscall (linux-arm-cgo), const ECONNREFUSED = 111
30684 pkg syscall (linux-arm-cgo), const ECONNRESET = 104
30685 pkg syscall (linux-arm-cgo), const EDEADLK = 35
30686 pkg syscall (linux-arm-cgo), const EDEADLOCK = 35
30687 pkg syscall (linux-arm-cgo), const EDESTADDRREQ = 89
30688 pkg syscall (linux-arm-cgo), const EDOM = 33
30689 pkg syscall (linux-arm-cgo), const EDOTDOT = 73
30690 pkg syscall (linux-arm-cgo), const EDQUOT = 122
30691 pkg syscall (linux-arm-cgo), const EEXIST = 17
30692 pkg syscall (linux-arm-cgo), const EFAULT = 14
30693 pkg syscall (linux-arm-cgo), const EFBIG = 27
30694 pkg syscall (linux-arm-cgo), const EHOSTDOWN = 112
30695 pkg syscall (linux-arm-cgo), const EHOSTUNREACH = 113
30696 pkg syscall (linux-arm-cgo), const EHWPOISON = 133
30697 pkg syscall (linux-arm-cgo), const EIDRM = 43
30698 pkg syscall (linux-arm-cgo), const EILSEQ = 84
30699 pkg syscall (linux-arm-cgo), const EINPROGRESS = 115
30700 pkg syscall (linux-arm-cgo), const EINTR = 4
30701 pkg syscall (linux-arm-cgo), const EINVAL = 22
30702 pkg syscall (linux-arm-cgo), const EIO = 5
30703 pkg syscall (linux-arm-cgo), const EISCONN = 106
30704 pkg syscall (linux-arm-cgo), const EISDIR = 21
30705 pkg syscall (linux-arm-cgo), const EISNAM = 120
30706 pkg syscall (linux-arm-cgo), const EKEYEXPIRED = 127
30707 pkg syscall (linux-arm-cgo), const EKEYREJECTED = 129
30708 pkg syscall (linux-arm-cgo), const EKEYREVOKED = 128
30709 pkg syscall (linux-arm-cgo), const EL2HLT = 51
30710 pkg syscall (linux-arm-cgo), const EL2NSYNC = 45
30711 pkg syscall (linux-arm-cgo), const EL3HLT = 46
30712 pkg syscall (linux-arm-cgo), const EL3RST = 47
30713 pkg syscall (linux-arm-cgo), const ELF_NGREG = 18
30714 pkg syscall (linux-arm-cgo), const ELF_PRARGSZ = 80
30715 pkg syscall (linux-arm-cgo), const ELIBACC = 79
30716 pkg syscall (linux-arm-cgo), const ELIBBAD = 80
30717 pkg syscall (linux-arm-cgo), const ELIBEXEC = 83
30718 pkg syscall (linux-arm-cgo), const ELIBMAX = 82
30719 pkg syscall (linux-arm-cgo), const ELIBSCN = 81
30720 pkg syscall (linux-arm-cgo), const ELNRNG = 48
30721 pkg syscall (linux-arm-cgo), const ELOOP = 40
30722 pkg syscall (linux-arm-cgo), const EMEDIUMTYPE = 124
30723 pkg syscall (linux-arm-cgo), const EMFILE = 24
30724 pkg syscall (linux-arm-cgo), const EMLINK = 31
30725 pkg syscall (linux-arm-cgo), const EMSGSIZE = 90
30726 pkg syscall (linux-arm-cgo), const EMULTIHOP = 72
30727 pkg syscall (linux-arm-cgo), const ENAMETOOLONG = 36
30728 pkg syscall (linux-arm-cgo), const ENAVAIL = 119
30729 pkg syscall (linux-arm-cgo), const ENETDOWN = 100
30730 pkg syscall (linux-arm-cgo), const ENETRESET = 102
30731 pkg syscall (linux-arm-cgo), const ENETUNREACH = 101
30732 pkg syscall (linux-arm-cgo), const ENFILE = 23
30733 pkg syscall (linux-arm-cgo), const ENOANO = 55
30734 pkg syscall (linux-arm-cgo), const ENOBUFS = 105
30735 pkg syscall (linux-arm-cgo), const ENOCSI = 50
30736 pkg syscall (linux-arm-cgo), const ENODATA = 61
30737 pkg syscall (linux-arm-cgo), const ENODEV = 19
30738 pkg syscall (linux-arm-cgo), const ENOEXEC = 8
30739 pkg syscall (linux-arm-cgo), const ENOKEY = 126
30740 pkg syscall (linux-arm-cgo), const ENOLCK = 37
30741 pkg syscall (linux-arm-cgo), const ENOLINK = 67
30742 pkg syscall (linux-arm-cgo), const ENOMEDIUM = 123
30743 pkg syscall (linux-arm-cgo), const ENOMEM = 12
30744 pkg syscall (linux-arm-cgo), const ENOMSG = 42
30745 pkg syscall (linux-arm-cgo), const ENONET = 64
30746 pkg syscall (linux-arm-cgo), const ENOPKG = 65
30747 pkg syscall (linux-arm-cgo), const ENOPROTOOPT = 92
30748 pkg syscall (linux-arm-cgo), const ENOSPC = 28
30749 pkg syscall (linux-arm-cgo), const ENOSR = 63
30750 pkg syscall (linux-arm-cgo), const ENOSTR = 60
30751 pkg syscall (linux-arm-cgo), const ENOSYS = 38
30752 pkg syscall (linux-arm-cgo), const ENOTBLK = 15
30753 pkg syscall (linux-arm-cgo), const ENOTCONN = 107
30754 pkg syscall (linux-arm-cgo), const ENOTDIR = 20
30755 pkg syscall (linux-arm-cgo), const ENOTEMPTY = 39
30756 pkg syscall (linux-arm-cgo), const ENOTNAM = 118
30757 pkg syscall (linux-arm-cgo), const ENOTRECOVERABLE = 131
30758 pkg syscall (linux-arm-cgo), const ENOTSOCK = 88
30759 pkg syscall (linux-arm-cgo), const ENOTSUP = 95
30760 pkg syscall (linux-arm-cgo), const ENOTTY = 25
30761 pkg syscall (linux-arm-cgo), const ENOTUNIQ = 76
30762 pkg syscall (linux-arm-cgo), const ENXIO = 6
30763 pkg syscall (linux-arm-cgo), const EOPNOTSUPP = 95
30764 pkg syscall (linux-arm-cgo), const EOVERFLOW = 75
30765 pkg syscall (linux-arm-cgo), const EOWNERDEAD = 130
30766 pkg syscall (linux-arm-cgo), const EPERM = 1
30767 pkg syscall (linux-arm-cgo), const EPFNOSUPPORT = 96
30768 pkg syscall (linux-arm-cgo), const EPIPE = 32
30769 pkg syscall (linux-arm-cgo), const EPOLLERR = 8
30770 pkg syscall (linux-arm-cgo), const EPOLLET = -2147483648
30771 pkg syscall (linux-arm-cgo), const EPOLLHUP = 16
30772 pkg syscall (linux-arm-cgo), const EPOLLIN = 1
30773 pkg syscall (linux-arm-cgo), const EPOLLMSG = 1024
30774 pkg syscall (linux-arm-cgo), const EPOLLONESHOT = 1073741824
30775 pkg syscall (linux-arm-cgo), const EPOLLOUT = 4
30776 pkg syscall (linux-arm-cgo), const EPOLLPRI = 2
30777 pkg syscall (linux-arm-cgo), const EPOLLRDBAND = 128
30778 pkg syscall (linux-arm-cgo), const EPOLLRDHUP = 8192
30779 pkg syscall (linux-arm-cgo), const EPOLLRDNORM = 64
30780 pkg syscall (linux-arm-cgo), const EPOLLWRBAND = 512
30781 pkg syscall (linux-arm-cgo), const EPOLLWRNORM = 256
30782 pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC = 524288
30783 pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD = 1
30784 pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL = 2
30785 pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD = 3
30786 pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK = 2048
30787 pkg syscall (linux-arm-cgo), const EPROTO = 71
30788 pkg syscall (linux-arm-cgo), const EPROTONOSUPPORT = 93
30789 pkg syscall (linux-arm-cgo), const EPROTOTYPE = 91
30790 pkg syscall (linux-arm-cgo), const ERANGE = 34
30791 pkg syscall (linux-arm-cgo), const EREMCHG = 78
30792 pkg syscall (linux-arm-cgo), const EREMOTE = 66
30793 pkg syscall (linux-arm-cgo), const EREMOTEIO = 121
30794 pkg syscall (linux-arm-cgo), const ERESTART = 85
30795 pkg syscall (linux-arm-cgo), const ERFKILL = 132
30796 pkg syscall (linux-arm-cgo), const EROFS = 30
30797 pkg syscall (linux-arm-cgo), const ESHUTDOWN = 108
30798 pkg syscall (linux-arm-cgo), const ESOCKTNOSUPPORT = 94
30799 pkg syscall (linux-arm-cgo), const ESPIPE = 29
30800 pkg syscall (linux-arm-cgo), const ESRCH = 3
30801 pkg syscall (linux-arm-cgo), const ESRMNT = 69
30802 pkg syscall (linux-arm-cgo), const ESTALE = 116
30803 pkg syscall (linux-arm-cgo), const ESTRPIPE = 86
30804 pkg syscall (linux-arm-cgo), const ETH_P_1588 = 35063
30805 pkg syscall (linux-arm-cgo), const ETH_P_8021Q = 33024
30806 pkg syscall (linux-arm-cgo), const ETH_P_802_2 = 4
30807 pkg syscall (linux-arm-cgo), const ETH_P_802_3 = 1
30808 pkg syscall (linux-arm-cgo), const ETH_P_AARP = 33011
30809 pkg syscall (linux-arm-cgo), const ETH_P_ALL = 3
30810 pkg syscall (linux-arm-cgo), const ETH_P_AOE = 34978
30811 pkg syscall (linux-arm-cgo), const ETH_P_ARCNET = 26
30812 pkg syscall (linux-arm-cgo), const ETH_P_ARP = 2054
30813 pkg syscall (linux-arm-cgo), const ETH_P_ATALK = 32923
30814 pkg syscall (linux-arm-cgo), const ETH_P_ATMFATE = 34948
30815 pkg syscall (linux-arm-cgo), const ETH_P_ATMMPOA = 34892
30816 pkg syscall (linux-arm-cgo), const ETH_P_AX25 = 2
30817 pkg syscall (linux-arm-cgo), const ETH_P_BPQ = 2303
30818 pkg syscall (linux-arm-cgo), const ETH_P_CAIF = 247
30819 pkg syscall (linux-arm-cgo), const ETH_P_CAN = 12
30820 pkg syscall (linux-arm-cgo), const ETH_P_CONTROL = 22
30821 pkg syscall (linux-arm-cgo), const ETH_P_CUST = 24582
30822 pkg syscall (linux-arm-cgo), const ETH_P_DDCMP = 6
30823 pkg syscall (linux-arm-cgo), const ETH_P_DEC = 24576
30824 pkg syscall (linux-arm-cgo), const ETH_P_DIAG = 24581
30825 pkg syscall (linux-arm-cgo), const ETH_P_DNA_DL = 24577
30826 pkg syscall (linux-arm-cgo), const ETH_P_DNA_RC = 24578
30827 pkg syscall (linux-arm-cgo), const ETH_P_DNA_RT = 24579
30828 pkg syscall (linux-arm-cgo), const ETH_P_DSA = 27
30829 pkg syscall (linux-arm-cgo), const ETH_P_ECONET = 24
30830 pkg syscall (linux-arm-cgo), const ETH_P_EDSA = 56026
30831 pkg syscall (linux-arm-cgo), const ETH_P_FCOE = 35078
30832 pkg syscall (linux-arm-cgo), const ETH_P_FIP = 35092
30833 pkg syscall (linux-arm-cgo), const ETH_P_HDLC = 25
30834 pkg syscall (linux-arm-cgo), const ETH_P_IEEE802154 = 246
30835 pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUP = 2560
30836 pkg syscall (linux-arm-cgo), const ETH_P_IEEEPUPAT = 2561
30837 pkg syscall (linux-arm-cgo), const ETH_P_IP = 2048
30838 pkg syscall (linux-arm-cgo), const ETH_P_IPV6 = 34525
30839 pkg syscall (linux-arm-cgo), const ETH_P_IPX = 33079
30840 pkg syscall (linux-arm-cgo), const ETH_P_IRDA = 23
30841 pkg syscall (linux-arm-cgo), const ETH_P_LAT = 24580
30842 pkg syscall (linux-arm-cgo), const ETH_P_LINK_CTL = 34924
30843 pkg syscall (linux-arm-cgo), const ETH_P_LOCALTALK = 9
30844 pkg syscall (linux-arm-cgo), const ETH_P_LOOP = 96
30845 pkg syscall (linux-arm-cgo), const ETH_P_MOBITEX = 21
30846 pkg syscall (linux-arm-cgo), const ETH_P_MPLS_MC = 34888
30847 pkg syscall (linux-arm-cgo), const ETH_P_MPLS_UC = 34887
30848 pkg syscall (linux-arm-cgo), const ETH_P_PAE = 34958
30849 pkg syscall (linux-arm-cgo), const ETH_P_PAUSE = 34824
30850 pkg syscall (linux-arm-cgo), const ETH_P_PHONET = 245
30851 pkg syscall (linux-arm-cgo), const ETH_P_PPPTALK = 16
30852 pkg syscall (linux-arm-cgo), const ETH_P_PPP_DISC = 34915
30853 pkg syscall (linux-arm-cgo), const ETH_P_PPP_MP = 8
30854 pkg syscall (linux-arm-cgo), const ETH_P_PPP_SES = 34916
30855 pkg syscall (linux-arm-cgo), const ETH_P_PUP = 512
30856 pkg syscall (linux-arm-cgo), const ETH_P_PUPAT = 513
30857 pkg syscall (linux-arm-cgo), const ETH_P_RARP = 32821
30858 pkg syscall (linux-arm-cgo), const ETH_P_SCA = 24583
30859 pkg syscall (linux-arm-cgo), const ETH_P_SLOW = 34825
30860 pkg syscall (linux-arm-cgo), const ETH_P_SNAP = 5
30861 pkg syscall (linux-arm-cgo), const ETH_P_TEB = 25944
30862 pkg syscall (linux-arm-cgo), const ETH_P_TIPC = 35018
30863 pkg syscall (linux-arm-cgo), const ETH_P_TRAILER = 28
30864 pkg syscall (linux-arm-cgo), const ETH_P_TR_802_2 = 17
30865 pkg syscall (linux-arm-cgo), const ETH_P_WAN_PPP = 7
30866 pkg syscall (linux-arm-cgo), const ETH_P_WCCP = 34878
30867 pkg syscall (linux-arm-cgo), const ETH_P_X25 = 2053
30868 pkg syscall (linux-arm-cgo), const ETIME = 62
30869 pkg syscall (linux-arm-cgo), const ETIMEDOUT = 110
30870 pkg syscall (linux-arm-cgo), const ETOOMANYREFS = 109
30871 pkg syscall (linux-arm-cgo), const ETXTBSY = 26
30872 pkg syscall (linux-arm-cgo), const EUCLEAN = 117
30873 pkg syscall (linux-arm-cgo), const EUNATCH = 49
30874 pkg syscall (linux-arm-cgo), const EUSERS = 87
30875 pkg syscall (linux-arm-cgo), const EWOULDBLOCK = 11
30876 pkg syscall (linux-arm-cgo), const EXDEV = 18
30877 pkg syscall (linux-arm-cgo), const EXFULL = 54
30878 pkg syscall (linux-arm-cgo), const FD_CLOEXEC = 1
30879 pkg syscall (linux-arm-cgo), const FD_SETSIZE = 1024
30880 pkg syscall (linux-arm-cgo), const FLUSHO = 4096
30881 pkg syscall (linux-arm-cgo), const F_DUPFD = 0
30882 pkg syscall (linux-arm-cgo), const F_DUPFD_CLOEXEC = 1030
30883 pkg syscall (linux-arm-cgo), const F_EXLCK = 4
30884 pkg syscall (linux-arm-cgo), const F_GETFD = 1
30885 pkg syscall (linux-arm-cgo), const F_GETFL = 3
30886 pkg syscall (linux-arm-cgo), const F_GETLEASE = 1025
30887 pkg syscall (linux-arm-cgo), const F_GETLK = 12
30888 pkg syscall (linux-arm-cgo), const F_GETLK64 = 12
30889 pkg syscall (linux-arm-cgo), const F_GETOWN = 9
30890 pkg syscall (linux-arm-cgo), const F_GETOWN_EX = 16
30891 pkg syscall (linux-arm-cgo), const F_GETPIPE_SZ = 1032
30892 pkg syscall (linux-arm-cgo), const F_GETSIG = 11
30893 pkg syscall (linux-arm-cgo), const F_LOCK = 1
30894 pkg syscall (linux-arm-cgo), const F_NOTIFY = 1026
30895 pkg syscall (linux-arm-cgo), const F_OK = 0
30896 pkg syscall (linux-arm-cgo), const F_RDLCK = 0
30897 pkg syscall (linux-arm-cgo), const F_SETFD = 2
30898 pkg syscall (linux-arm-cgo), const F_SETFL = 4
30899 pkg syscall (linux-arm-cgo), const F_SETLEASE = 1024
30900 pkg syscall (linux-arm-cgo), const F_SETLK = 13
30901 pkg syscall (linux-arm-cgo), const F_SETLK64 = 13
30902 pkg syscall (linux-arm-cgo), const F_SETLKW = 14
30903 pkg syscall (linux-arm-cgo), const F_SETLKW64 = 14
30904 pkg syscall (linux-arm-cgo), const F_SETOWN = 8
30905 pkg syscall (linux-arm-cgo), const F_SETOWN_EX = 15
30906 pkg syscall (linux-arm-cgo), const F_SETPIPE_SZ = 1031
30907 pkg syscall (linux-arm-cgo), const F_SETSIG = 10
30908 pkg syscall (linux-arm-cgo), const F_SHLCK = 8
30909 pkg syscall (linux-arm-cgo), const F_TEST = 3
30910 pkg syscall (linux-arm-cgo), const F_TLOCK = 2
30911 pkg syscall (linux-arm-cgo), const F_ULOCK = 0
30912 pkg syscall (linux-arm-cgo), const F_UNLCK = 2
30913 pkg syscall (linux-arm-cgo), const F_WRLCK = 1
30914 pkg syscall (linux-arm-cgo), const HUPCL = 1024
30915 pkg syscall (linux-arm-cgo), const ICANON = 2
30916 pkg syscall (linux-arm-cgo), const ICRNL = 256
30917 pkg syscall (linux-arm-cgo), const IEXTEN = 32768
30918 pkg syscall (linux-arm-cgo), const IFA_ADDRESS = 1
30919 pkg syscall (linux-arm-cgo), const IFA_ANYCAST = 5
30920 pkg syscall (linux-arm-cgo), const IFA_BROADCAST = 4
30921 pkg syscall (linux-arm-cgo), const IFA_CACHEINFO = 6
30922 pkg syscall (linux-arm-cgo), const IFA_F_DADFAILED = 8
30923 pkg syscall (linux-arm-cgo), const IFA_F_DEPRECATED = 32
30924 pkg syscall (linux-arm-cgo), const IFA_F_HOMEADDRESS = 16
30925 pkg syscall (linux-arm-cgo), const IFA_F_NODAD = 2
30926 pkg syscall (linux-arm-cgo), const IFA_F_OPTIMISTIC = 4
30927 pkg syscall (linux-arm-cgo), const IFA_F_PERMANENT = 128
30928 pkg syscall (linux-arm-cgo), const IFA_F_SECONDARY = 1
30929 pkg syscall (linux-arm-cgo), const IFA_F_TEMPORARY = 1
30930 pkg syscall (linux-arm-cgo), const IFA_F_TENTATIVE = 64
30931 pkg syscall (linux-arm-cgo), const IFA_LABEL = 3
30932 pkg syscall (linux-arm-cgo), const IFA_LOCAL = 2
30933 pkg syscall (linux-arm-cgo), const IFA_MAX = 7
30934 pkg syscall (linux-arm-cgo), const IFA_MULTICAST = 7
30935 pkg syscall (linux-arm-cgo), const IFA_UNSPEC = 0
30936 pkg syscall (linux-arm-cgo), const IFF_ALLMULTI = 512
30937 pkg syscall (linux-arm-cgo), const IFF_AUTOMEDIA = 16384
30938 pkg syscall (linux-arm-cgo), const IFF_DEBUG = 4
30939 pkg syscall (linux-arm-cgo), const IFF_DYNAMIC = 32768
30940 pkg syscall (linux-arm-cgo), const IFF_LOOPBACK = 8
30941 pkg syscall (linux-arm-cgo), const IFF_MASTER = 1024
30942 pkg syscall (linux-arm-cgo), const IFF_MULTICAST = 4096
30943 pkg syscall (linux-arm-cgo), const IFF_NOARP = 128
30944 pkg syscall (linux-arm-cgo), const IFF_NOTRAILERS = 32
30945 pkg syscall (linux-arm-cgo), const IFF_NO_PI = 4096
30946 pkg syscall (linux-arm-cgo), const IFF_ONE_QUEUE = 8192
30947 pkg syscall (linux-arm-cgo), const IFF_POINTOPOINT = 16
30948 pkg syscall (linux-arm-cgo), const IFF_PORTSEL = 8192
30949 pkg syscall (linux-arm-cgo), const IFF_PROMISC = 256
30950 pkg syscall (linux-arm-cgo), const IFF_RUNNING = 64
30951 pkg syscall (linux-arm-cgo), const IFF_SLAVE = 2048
30952 pkg syscall (linux-arm-cgo), const IFF_TAP = 2
30953 pkg syscall (linux-arm-cgo), const IFF_TUN = 1
30954 pkg syscall (linux-arm-cgo), const IFF_TUN_EXCL = 32768
30955 pkg syscall (linux-arm-cgo), const IFF_VNET_HDR = 16384
30956 pkg syscall (linux-arm-cgo), const IFLA_ADDRESS = 1
30957 pkg syscall (linux-arm-cgo), const IFLA_BROADCAST = 2
30958 pkg syscall (linux-arm-cgo), const IFLA_COST = 8
30959 pkg syscall (linux-arm-cgo), const IFLA_IFALIAS = 20
30960 pkg syscall (linux-arm-cgo), const IFLA_IFNAME = 3
30961 pkg syscall (linux-arm-cgo), const IFLA_LINK = 5
30962 pkg syscall (linux-arm-cgo), const IFLA_LINKINFO = 18
30963 pkg syscall (linux-arm-cgo), const IFLA_LINKMODE = 17
30964 pkg syscall (linux-arm-cgo), const IFLA_MAP = 14
30965 pkg syscall (linux-arm-cgo), const IFLA_MASTER = 10
30966 pkg syscall (linux-arm-cgo), const IFLA_MAX = 29
30967 pkg syscall (linux-arm-cgo), const IFLA_MTU = 4
30968 pkg syscall (linux-arm-cgo), const IFLA_NET_NS_PID = 19
30969 pkg syscall (linux-arm-cgo), const IFLA_OPERSTATE = 16
30970 pkg syscall (linux-arm-cgo), const IFLA_PRIORITY = 9
30971 pkg syscall (linux-arm-cgo), const IFLA_PROTINFO = 12
30972 pkg syscall (linux-arm-cgo), const IFLA_QDISC = 6
30973 pkg syscall (linux-arm-cgo), const IFLA_STATS = 7
30974 pkg syscall (linux-arm-cgo), const IFLA_TXQLEN = 13
30975 pkg syscall (linux-arm-cgo), const IFLA_UNSPEC = 0
30976 pkg syscall (linux-arm-cgo), const IFLA_WEIGHT = 15
30977 pkg syscall (linux-arm-cgo), const IFLA_WIRELESS = 11
30978 pkg syscall (linux-arm-cgo), const IFNAMSIZ = 16
30979 pkg syscall (linux-arm-cgo), const IGNBRK = 1
30980 pkg syscall (linux-arm-cgo), const IGNCR = 128
30981 pkg syscall (linux-arm-cgo), const IGNPAR = 4
30982 pkg syscall (linux-arm-cgo), const IMAXBEL = 8192
30983 pkg syscall (linux-arm-cgo), const INLCR = 64
30984 pkg syscall (linux-arm-cgo), const INPCK = 16
30985 pkg syscall (linux-arm-cgo), const IN_ACCESS = 1
30986 pkg syscall (linux-arm-cgo), const IN_ALL_EVENTS = 4095
30987 pkg syscall (linux-arm-cgo), const IN_ATTRIB = 4
30988 pkg syscall (linux-arm-cgo), const IN_CLASSA_HOST = 16777215
30989 pkg syscall (linux-arm-cgo), const IN_CLASSA_MAX = 128
30990 pkg syscall (linux-arm-cgo), const IN_CLASSA_NET = 4278190080
30991 pkg syscall (linux-arm-cgo), const IN_CLASSA_NSHIFT = 24
30992 pkg syscall (linux-arm-cgo), const IN_CLASSB_HOST = 65535
30993 pkg syscall (linux-arm-cgo), const IN_CLASSB_MAX = 65536
30994 pkg syscall (linux-arm-cgo), const IN_CLASSB_NET = 4294901760
30995 pkg syscall (linux-arm-cgo), const IN_CLASSB_NSHIFT = 16
30996 pkg syscall (linux-arm-cgo), const IN_CLASSC_HOST = 255
30997 pkg syscall (linux-arm-cgo), const IN_CLASSC_NET = 4294967040
30998 pkg syscall (linux-arm-cgo), const IN_CLASSC_NSHIFT = 8
30999 pkg syscall (linux-arm-cgo), const IN_CLOEXEC = 524288
31000 pkg syscall (linux-arm-cgo), const IN_CLOSE = 24
31001 pkg syscall (linux-arm-cgo), const IN_CLOSE_NOWRITE = 16
31002 pkg syscall (linux-arm-cgo), const IN_CLOSE_WRITE = 8
31003 pkg syscall (linux-arm-cgo), const IN_CREATE = 256
31004 pkg syscall (linux-arm-cgo), const IN_DELETE = 512
31005 pkg syscall (linux-arm-cgo), const IN_DELETE_SELF = 1024
31006 pkg syscall (linux-arm-cgo), const IN_DONT_FOLLOW = 33554432
31007 pkg syscall (linux-arm-cgo), const IN_EXCL_UNLINK = 67108864
31008 pkg syscall (linux-arm-cgo), const IN_IGNORED = 32768
31009 pkg syscall (linux-arm-cgo), const IN_ISDIR = 1073741824
31010 pkg syscall (linux-arm-cgo), const IN_LOOPBACKNET = 127
31011 pkg syscall (linux-arm-cgo), const IN_MASK_ADD = 536870912
31012 pkg syscall (linux-arm-cgo), const IN_MODIFY = 2
31013 pkg syscall (linux-arm-cgo), const IN_MOVE = 192
31014 pkg syscall (linux-arm-cgo), const IN_MOVED_FROM = 64
31015 pkg syscall (linux-arm-cgo), const IN_MOVED_TO = 128
31016 pkg syscall (linux-arm-cgo), const IN_MOVE_SELF = 2048
31017 pkg syscall (linux-arm-cgo), const IN_NONBLOCK = 2048
31018 pkg syscall (linux-arm-cgo), const IN_ONESHOT = 2147483648
31019 pkg syscall (linux-arm-cgo), const IN_ONLYDIR = 16777216
31020 pkg syscall (linux-arm-cgo), const IN_OPEN = 32
31021 pkg syscall (linux-arm-cgo), const IN_Q_OVERFLOW = 16384
31022 pkg syscall (linux-arm-cgo), const IN_UNMOUNT = 8192
31023 pkg syscall (linux-arm-cgo), const IPPROTO_AH = 51
31024 pkg syscall (linux-arm-cgo), const IPPROTO_COMP = 108
31025 pkg syscall (linux-arm-cgo), const IPPROTO_DCCP = 33
31026 pkg syscall (linux-arm-cgo), const IPPROTO_DSTOPTS = 60
31027 pkg syscall (linux-arm-cgo), const IPPROTO_EGP = 8
31028 pkg syscall (linux-arm-cgo), const IPPROTO_ENCAP = 98
31029 pkg syscall (linux-arm-cgo), const IPPROTO_ESP = 50
31030 pkg syscall (linux-arm-cgo), const IPPROTO_FRAGMENT = 44
31031 pkg syscall (linux-arm-cgo), const IPPROTO_GRE = 47
31032 pkg syscall (linux-arm-cgo), const IPPROTO_HOPOPTS = 0
31033 pkg syscall (linux-arm-cgo), const IPPROTO_ICMP = 1
31034 pkg syscall (linux-arm-cgo), const IPPROTO_ICMPV6 = 58
31035 pkg syscall (linux-arm-cgo), const IPPROTO_IDP = 22
31036 pkg syscall (linux-arm-cgo), const IPPROTO_IGMP = 2
31037 pkg syscall (linux-arm-cgo), const IPPROTO_IPIP = 4
31038 pkg syscall (linux-arm-cgo), const IPPROTO_MTP = 92
31039 pkg syscall (linux-arm-cgo), const IPPROTO_NONE = 59
31040 pkg syscall (linux-arm-cgo), const IPPROTO_PIM = 103
31041 pkg syscall (linux-arm-cgo), const IPPROTO_PUP = 12
31042 pkg syscall (linux-arm-cgo), const IPPROTO_RAW = 255
31043 pkg syscall (linux-arm-cgo), const IPPROTO_ROUTING = 43
31044 pkg syscall (linux-arm-cgo), const IPPROTO_RSVP = 46
31045 pkg syscall (linux-arm-cgo), const IPPROTO_SCTP = 132
31046 pkg syscall (linux-arm-cgo), const IPPROTO_TP = 29
31047 pkg syscall (linux-arm-cgo), const IPPROTO_UDPLITE = 136
31048 pkg syscall (linux-arm-cgo), const IPV6_2292DSTOPTS = 4
31049 pkg syscall (linux-arm-cgo), const IPV6_2292HOPLIMIT = 8
31050 pkg syscall (linux-arm-cgo), const IPV6_2292HOPOPTS = 3
31051 pkg syscall (linux-arm-cgo), const IPV6_2292PKTINFO = 2
31052 pkg syscall (linux-arm-cgo), const IPV6_2292PKTOPTIONS = 6
31053 pkg syscall (linux-arm-cgo), const IPV6_2292RTHDR = 5
31054 pkg syscall (linux-arm-cgo), const IPV6_ADDRFORM = 1
31055 pkg syscall (linux-arm-cgo), const IPV6_ADD_MEMBERSHIP = 20
31056 pkg syscall (linux-arm-cgo), const IPV6_AUTHHDR = 10
31057 pkg syscall (linux-arm-cgo), const IPV6_CHECKSUM = 7
31058 pkg syscall (linux-arm-cgo), const IPV6_DROP_MEMBERSHIP = 21
31059 pkg syscall (linux-arm-cgo), const IPV6_DSTOPTS = 59
31060 pkg syscall (linux-arm-cgo), const IPV6_HOPLIMIT = 52
31061 pkg syscall (linux-arm-cgo), const IPV6_HOPOPTS = 54
31062 pkg syscall (linux-arm-cgo), const IPV6_IPSEC_POLICY = 34
31063 pkg syscall (linux-arm-cgo), const IPV6_JOIN_ANYCAST = 27
31064 pkg syscall (linux-arm-cgo), const IPV6_JOIN_GROUP = 20
31065 pkg syscall (linux-arm-cgo), const IPV6_LEAVE_ANYCAST = 28
31066 pkg syscall (linux-arm-cgo), const IPV6_LEAVE_GROUP = 21
31067 pkg syscall (linux-arm-cgo), const IPV6_MTU = 24
31068 pkg syscall (linux-arm-cgo), const IPV6_MTU_DISCOVER = 23
31069 pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_HOPS = 18
31070 pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_IF = 17
31071 pkg syscall (linux-arm-cgo), const IPV6_MULTICAST_LOOP = 19
31072 pkg syscall (linux-arm-cgo), const IPV6_NEXTHOP = 9
31073 pkg syscall (linux-arm-cgo), const IPV6_PKTINFO = 50
31074 pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DO = 2
31075 pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_DONT = 0
31076 pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_PROBE = 3
31077 pkg syscall (linux-arm-cgo), const IPV6_PMTUDISC_WANT = 1
31078 pkg syscall (linux-arm-cgo), const IPV6_RECVDSTOPTS = 58
31079 pkg syscall (linux-arm-cgo), const IPV6_RECVERR = 25
31080 pkg syscall (linux-arm-cgo), const IPV6_RECVHOPLIMIT = 51
31081 pkg syscall (linux-arm-cgo), const IPV6_RECVHOPOPTS = 53
31082 pkg syscall (linux-arm-cgo), const IPV6_RECVPKTINFO = 49
31083 pkg syscall (linux-arm-cgo), const IPV6_RECVRTHDR = 56
31084 pkg syscall (linux-arm-cgo), const IPV6_RECVTCLASS = 66
31085 pkg syscall (linux-arm-cgo), const IPV6_ROUTER_ALERT = 22
31086 pkg syscall (linux-arm-cgo), const IPV6_RTHDR = 57
31087 pkg syscall (linux-arm-cgo), const IPV6_RTHDRDSTOPTS = 55
31088 pkg syscall (linux-arm-cgo), const IPV6_RTHDR_LOOSE = 0
31089 pkg syscall (linux-arm-cgo), const IPV6_RTHDR_STRICT = 1
31090 pkg syscall (linux-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
31091 pkg syscall (linux-arm-cgo), const IPV6_RXDSTOPTS = 59
31092 pkg syscall (linux-arm-cgo), const IPV6_RXHOPOPTS = 54
31093 pkg syscall (linux-arm-cgo), const IPV6_TCLASS = 67
31094 pkg syscall (linux-arm-cgo), const IPV6_UNICAST_HOPS = 16
31095 pkg syscall (linux-arm-cgo), const IPV6_V6ONLY = 26
31096 pkg syscall (linux-arm-cgo), const IPV6_XFRM_POLICY = 35
31097 pkg syscall (linux-arm-cgo), const IP_ADD_MEMBERSHIP = 35
31098 pkg syscall (linux-arm-cgo), const IP_ADD_SOURCE_MEMBERSHIP = 39
31099 pkg syscall (linux-arm-cgo), const IP_BLOCK_SOURCE = 38
31100 pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
31101 pkg syscall (linux-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
31102 pkg syscall (linux-arm-cgo), const IP_DF = 16384
31103 pkg syscall (linux-arm-cgo), const IP_DROP_MEMBERSHIP = 36
31104 pkg syscall (linux-arm-cgo), const IP_DROP_SOURCE_MEMBERSHIP = 40
31105 pkg syscall (linux-arm-cgo), const IP_FREEBIND = 15
31106 pkg syscall (linux-arm-cgo), const IP_HDRINCL = 3
31107 pkg syscall (linux-arm-cgo), const IP_IPSEC_POLICY = 16
31108 pkg syscall (linux-arm-cgo), const IP_MAXPACKET = 65535
31109 pkg syscall (linux-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
31110 pkg syscall (linux-arm-cgo), const IP_MF = 8192
31111 pkg syscall (linux-arm-cgo), const IP_MINTTL = 21
31112 pkg syscall (linux-arm-cgo), const IP_MSFILTER = 41
31113 pkg syscall (linux-arm-cgo), const IP_MSS = 576
31114 pkg syscall (linux-arm-cgo), const IP_MTU = 14
31115 pkg syscall (linux-arm-cgo), const IP_MTU_DISCOVER = 10
31116 pkg syscall (linux-arm-cgo), const IP_MULTICAST_IF = 32
31117 pkg syscall (linux-arm-cgo), const IP_MULTICAST_LOOP = 34
31118 pkg syscall (linux-arm-cgo), const IP_MULTICAST_TTL = 33
31119 pkg syscall (linux-arm-cgo), const IP_OFFMASK = 8191
31120 pkg syscall (linux-arm-cgo), const IP_OPTIONS = 4
31121 pkg syscall (linux-arm-cgo), const IP_ORIGDSTADDR = 20
31122 pkg syscall (linux-arm-cgo), const IP_PASSSEC = 18
31123 pkg syscall (linux-arm-cgo), const IP_PKTINFO = 8
31124 pkg syscall (linux-arm-cgo), const IP_PKTOPTIONS = 9
31125 pkg syscall (linux-arm-cgo), const IP_PMTUDISC = 10
31126 pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DO = 2
31127 pkg syscall (linux-arm-cgo), const IP_PMTUDISC_DONT = 0
31128 pkg syscall (linux-arm-cgo), const IP_PMTUDISC_PROBE = 3
31129 pkg syscall (linux-arm-cgo), const IP_PMTUDISC_WANT = 1
31130 pkg syscall (linux-arm-cgo), const IP_RECVERR = 11
31131 pkg syscall (linux-arm-cgo), const IP_RECVOPTS = 6
31132 pkg syscall (linux-arm-cgo), const IP_RECVORIGDSTADDR = 20
31133 pkg syscall (linux-arm-cgo), const IP_RECVRETOPTS = 7
31134 pkg syscall (linux-arm-cgo), const IP_RECVTOS = 13
31135 pkg syscall (linux-arm-cgo), const IP_RECVTTL = 12
31136 pkg syscall (linux-arm-cgo), const IP_RETOPTS = 7
31137 pkg syscall (linux-arm-cgo), const IP_RF = 32768
31138 pkg syscall (linux-arm-cgo), const IP_ROUTER_ALERT = 5
31139 pkg syscall (linux-arm-cgo), const IP_TOS = 1
31140 pkg syscall (linux-arm-cgo), const IP_TRANSPARENT = 19
31141 pkg syscall (linux-arm-cgo), const IP_TTL = 2
31142 pkg syscall (linux-arm-cgo), const IP_UNBLOCK_SOURCE = 37
31143 pkg syscall (linux-arm-cgo), const IP_XFRM_POLICY = 17
31144 pkg syscall (linux-arm-cgo), const ISIG = 1
31145 pkg syscall (linux-arm-cgo), const ISTRIP = 32
31146 pkg syscall (linux-arm-cgo), const IUCLC = 512
31147 pkg syscall (linux-arm-cgo), const IUTF8 = 16384
31148 pkg syscall (linux-arm-cgo), const IXANY = 2048
31149 pkg syscall (linux-arm-cgo), const IXOFF = 4096
31150 pkg syscall (linux-arm-cgo), const IXON = 1024
31151 pkg syscall (linux-arm-cgo), const ImplementsGetwd = true
31152 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_OFF = 0
31153 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_CAD_ON = 2309737967
31154 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_HALT = 3454992675
31155 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_KEXEC = 1163412803
31156 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_POWER_OFF = 1126301404
31157 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART = 19088743
31158 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_RESTART2 = 2712847316
31159 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_CMD_SW_SUSPEND = 3489725666
31160 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC1 = 4276215469
31161 pkg syscall (linux-arm-cgo), const LINUX_REBOOT_MAGIC2 = 672274793
31162 pkg syscall (linux-arm-cgo), const LOCK_EX = 2
31163 pkg syscall (linux-arm-cgo), const LOCK_NB = 4
31164 pkg syscall (linux-arm-cgo), const LOCK_SH = 1
31165 pkg syscall (linux-arm-cgo), const LOCK_UN = 8
31166 pkg syscall (linux-arm-cgo), const MADV_DOFORK = 11
31167 pkg syscall (linux-arm-cgo), const MADV_DONTFORK = 10
31168 pkg syscall (linux-arm-cgo), const MADV_DONTNEED = 4
31169 pkg syscall (linux-arm-cgo), const MADV_HUGEPAGE = 14
31170 pkg syscall (linux-arm-cgo), const MADV_HWPOISON = 100
31171 pkg syscall (linux-arm-cgo), const MADV_MERGEABLE = 12
31172 pkg syscall (linux-arm-cgo), const MADV_NOHUGEPAGE = 15
31173 pkg syscall (linux-arm-cgo), const MADV_NORMAL = 0
31174 pkg syscall (linux-arm-cgo), const MADV_RANDOM = 1
31175 pkg syscall (linux-arm-cgo), const MADV_REMOVE = 9
31176 pkg syscall (linux-arm-cgo), const MADV_SEQUENTIAL = 2
31177 pkg syscall (linux-arm-cgo), const MADV_UNMERGEABLE = 13
31178 pkg syscall (linux-arm-cgo), const MADV_WILLNEED = 3
31179 pkg syscall (linux-arm-cgo), const MAP_ANON = 32
31180 pkg syscall (linux-arm-cgo), const MAP_ANONYMOUS = 32
31181 pkg syscall (linux-arm-cgo), const MAP_DENYWRITE = 2048
31182 pkg syscall (linux-arm-cgo), const MAP_EXECUTABLE = 4096
31183 pkg syscall (linux-arm-cgo), const MAP_FILE = 0
31184 pkg syscall (linux-arm-cgo), const MAP_FIXED = 16
31185 pkg syscall (linux-arm-cgo), const MAP_GROWSDOWN = 256
31186 pkg syscall (linux-arm-cgo), const MAP_LOCKED = 8192
31187 pkg syscall (linux-arm-cgo), const MAP_NONBLOCK = 65536
31188 pkg syscall (linux-arm-cgo), const MAP_NORESERVE = 16384
31189 pkg syscall (linux-arm-cgo), const MAP_POPULATE = 32768
31190 pkg syscall (linux-arm-cgo), const MAP_PRIVATE = 2
31191 pkg syscall (linux-arm-cgo), const MAP_SHARED = 1
31192 pkg syscall (linux-arm-cgo), const MAP_TYPE = 15
31193 pkg syscall (linux-arm-cgo), const MCL_CURRENT = 1
31194 pkg syscall (linux-arm-cgo), const MCL_FUTURE = 2
31195 pkg syscall (linux-arm-cgo), const MNT_DETACH = 2
31196 pkg syscall (linux-arm-cgo), const MNT_EXPIRE = 4
31197 pkg syscall (linux-arm-cgo), const MNT_FORCE = 1
31198 pkg syscall (linux-arm-cgo), const MSG_CMSG_CLOEXEC = 1073741824
31199 pkg syscall (linux-arm-cgo), const MSG_CONFIRM = 2048
31200 pkg syscall (linux-arm-cgo), const MSG_CTRUNC = 8
31201 pkg syscall (linux-arm-cgo), const MSG_DONTROUTE = 4
31202 pkg syscall (linux-arm-cgo), const MSG_DONTWAIT = 64
31203 pkg syscall (linux-arm-cgo), const MSG_EOR = 128
31204 pkg syscall (linux-arm-cgo), const MSG_ERRQUEUE = 8192
31205 pkg syscall (linux-arm-cgo), const MSG_FASTOPEN = 536870912
31206 pkg syscall (linux-arm-cgo), const MSG_FIN = 512
31207 pkg syscall (linux-arm-cgo), const MSG_MORE = 32768
31208 pkg syscall (linux-arm-cgo), const MSG_NOSIGNAL = 16384
31209 pkg syscall (linux-arm-cgo), const MSG_OOB = 1
31210 pkg syscall (linux-arm-cgo), const MSG_PEEK = 2
31211 pkg syscall (linux-arm-cgo), const MSG_PROXY = 16
31212 pkg syscall (linux-arm-cgo), const MSG_RST = 4096
31213 pkg syscall (linux-arm-cgo), const MSG_SYN = 1024
31214 pkg syscall (linux-arm-cgo), const MSG_TRUNC = 32
31215 pkg syscall (linux-arm-cgo), const MSG_TRYHARD = 4
31216 pkg syscall (linux-arm-cgo), const MSG_WAITALL = 256
31217 pkg syscall (linux-arm-cgo), const MSG_WAITFORONE = 65536
31218 pkg syscall (linux-arm-cgo), const MS_ACTIVE = 1073741824
31219 pkg syscall (linux-arm-cgo), const MS_ASYNC = 1
31220 pkg syscall (linux-arm-cgo), const MS_BIND = 4096
31221 pkg syscall (linux-arm-cgo), const MS_DIRSYNC = 128
31222 pkg syscall (linux-arm-cgo), const MS_INVALIDATE = 2
31223 pkg syscall (linux-arm-cgo), const MS_I_VERSION = 8388608
31224 pkg syscall (linux-arm-cgo), const MS_KERNMOUNT = 4194304
31225 pkg syscall (linux-arm-cgo), const MS_MANDLOCK = 64
31226 pkg syscall (linux-arm-cgo), const MS_MGC_MSK = 4294901760
31227 pkg syscall (linux-arm-cgo), const MS_MGC_VAL = 3236757504
31228 pkg syscall (linux-arm-cgo), const MS_MOVE = 8192
31229 pkg syscall (linux-arm-cgo), const MS_NOATIME = 1024
31230 pkg syscall (linux-arm-cgo), const MS_NODEV = 4
31231 pkg syscall (linux-arm-cgo), const MS_NODIRATIME = 2048
31232 pkg syscall (linux-arm-cgo), const MS_NOEXEC = 8
31233 pkg syscall (linux-arm-cgo), const MS_NOSUID = 2
31234 pkg syscall (linux-arm-cgo), const MS_NOUSER = -2147483648
31235 pkg syscall (linux-arm-cgo), const MS_POSIXACL = 65536
31236 pkg syscall (linux-arm-cgo), const MS_PRIVATE = 262144
31237 pkg syscall (linux-arm-cgo), const MS_RDONLY = 1
31238 pkg syscall (linux-arm-cgo), const MS_REC = 16384
31239 pkg syscall (linux-arm-cgo), const MS_RELATIME = 2097152
31240 pkg syscall (linux-arm-cgo), const MS_REMOUNT = 32
31241 pkg syscall (linux-arm-cgo), const MS_RMT_MASK = 8388689
31242 pkg syscall (linux-arm-cgo), const MS_SHARED = 1048576
31243 pkg syscall (linux-arm-cgo), const MS_SILENT = 32768
31244 pkg syscall (linux-arm-cgo), const MS_SLAVE = 524288
31245 pkg syscall (linux-arm-cgo), const MS_STRICTATIME = 16777216
31246 pkg syscall (linux-arm-cgo), const MS_SYNC = 4
31247 pkg syscall (linux-arm-cgo), const MS_SYNCHRONOUS = 16
31248 pkg syscall (linux-arm-cgo), const MS_UNBINDABLE = 131072
31249 pkg syscall (linux-arm-cgo), const NAME_MAX = 255
31250 pkg syscall (linux-arm-cgo), const NETLINK_ADD_MEMBERSHIP = 1
31251 pkg syscall (linux-arm-cgo), const NETLINK_AUDIT = 9
31252 pkg syscall (linux-arm-cgo), const NETLINK_BROADCAST_ERROR = 4
31253 pkg syscall (linux-arm-cgo), const NETLINK_CONNECTOR = 11
31254 pkg syscall (linux-arm-cgo), const NETLINK_DNRTMSG = 14
31255 pkg syscall (linux-arm-cgo), const NETLINK_DROP_MEMBERSHIP = 2
31256 pkg syscall (linux-arm-cgo), const NETLINK_ECRYPTFS = 19
31257 pkg syscall (linux-arm-cgo), const NETLINK_FIB_LOOKUP = 10
31258 pkg syscall (linux-arm-cgo), const NETLINK_FIREWALL = 3
31259 pkg syscall (linux-arm-cgo), const NETLINK_GENERIC = 16
31260 pkg syscall (linux-arm-cgo), const NETLINK_INET_DIAG = 4
31261 pkg syscall (linux-arm-cgo), const NETLINK_IP6_FW = 13
31262 pkg syscall (linux-arm-cgo), const NETLINK_ISCSI = 8
31263 pkg syscall (linux-arm-cgo), const NETLINK_KOBJECT_UEVENT = 15
31264 pkg syscall (linux-arm-cgo), const NETLINK_NETFILTER = 12
31265 pkg syscall (linux-arm-cgo), const NETLINK_NFLOG = 5
31266 pkg syscall (linux-arm-cgo), const NETLINK_NO_ENOBUFS = 5
31267 pkg syscall (linux-arm-cgo), const NETLINK_PKTINFO = 3
31268 pkg syscall (linux-arm-cgo), const NETLINK_RDMA = 20
31269 pkg syscall (linux-arm-cgo), const NETLINK_ROUTE = 0
31270 pkg syscall (linux-arm-cgo), const NETLINK_SCSITRANSPORT = 18
31271 pkg syscall (linux-arm-cgo), const NETLINK_SELINUX = 7
31272 pkg syscall (linux-arm-cgo), const NETLINK_UNUSED = 1
31273 pkg syscall (linux-arm-cgo), const NETLINK_USERSOCK = 2
31274 pkg syscall (linux-arm-cgo), const NETLINK_XFRM = 6
31275 pkg syscall (linux-arm-cgo), const NLA_ALIGNTO = 4
31276 pkg syscall (linux-arm-cgo), const NLA_F_NESTED = 32768
31277 pkg syscall (linux-arm-cgo), const NLA_F_NET_BYTEORDER = 16384
31278 pkg syscall (linux-arm-cgo), const NLA_HDRLEN = 4
31279 pkg syscall (linux-arm-cgo), const NLMSG_ALIGNTO = 4
31280 pkg syscall (linux-arm-cgo), const NLMSG_DONE = 3
31281 pkg syscall (linux-arm-cgo), const NLMSG_ERROR = 2
31282 pkg syscall (linux-arm-cgo), const NLMSG_HDRLEN = 16
31283 pkg syscall (linux-arm-cgo), const NLMSG_MIN_TYPE = 16
31284 pkg syscall (linux-arm-cgo), const NLMSG_NOOP = 1
31285 pkg syscall (linux-arm-cgo), const NLMSG_OVERRUN = 4
31286 pkg syscall (linux-arm-cgo), const NLM_F_ACK = 4
31287 pkg syscall (linux-arm-cgo), const NLM_F_APPEND = 2048
31288 pkg syscall (linux-arm-cgo), const NLM_F_ATOMIC = 1024
31289 pkg syscall (linux-arm-cgo), const NLM_F_CREATE = 1024
31290 pkg syscall (linux-arm-cgo), const NLM_F_DUMP = 768
31291 pkg syscall (linux-arm-cgo), const NLM_F_ECHO = 8
31292 pkg syscall (linux-arm-cgo), const NLM_F_EXCL = 512
31293 pkg syscall (linux-arm-cgo), const NLM_F_MATCH = 512
31294 pkg syscall (linux-arm-cgo), const NLM_F_MULTI = 2
31295 pkg syscall (linux-arm-cgo), const NLM_F_REPLACE = 256
31296 pkg syscall (linux-arm-cgo), const NLM_F_REQUEST = 1
31297 pkg syscall (linux-arm-cgo), const NLM_F_ROOT = 256
31298 pkg syscall (linux-arm-cgo), const NOFLSH = 128
31299 pkg syscall (linux-arm-cgo), const OCRNL = 8
31300 pkg syscall (linux-arm-cgo), const OFDEL = 128
31301 pkg syscall (linux-arm-cgo), const OFILL = 64
31302 pkg syscall (linux-arm-cgo), const OLCUC = 2
31303 pkg syscall (linux-arm-cgo), const ONLCR = 4
31304 pkg syscall (linux-arm-cgo), const ONLRET = 32
31305 pkg syscall (linux-arm-cgo), const ONOCR = 16
31306 pkg syscall (linux-arm-cgo), const OPOST = 1
31307 pkg syscall (linux-arm-cgo), const O_ACCMODE = 3
31308 pkg syscall (linux-arm-cgo), const O_APPEND = 1024
31309 pkg syscall (linux-arm-cgo), const O_ASYNC = 8192
31310 pkg syscall (linux-arm-cgo), const O_CLOEXEC = 524288
31311 pkg syscall (linux-arm-cgo), const O_CREAT = 64
31312 pkg syscall (linux-arm-cgo), const O_DIRECT = 65536
31313 pkg syscall (linux-arm-cgo), const O_DIRECTORY = 16384
31314 pkg syscall (linux-arm-cgo), const O_DSYNC = 4096
31315 pkg syscall (linux-arm-cgo), const O_EXCL = 128
31316 pkg syscall (linux-arm-cgo), const O_FSYNC = 4096
31317 pkg syscall (linux-arm-cgo), const O_LARGEFILE = 131072
31318 pkg syscall (linux-arm-cgo), const O_NDELAY = 2048
31319 pkg syscall (linux-arm-cgo), const O_NOATIME = 262144
31320 pkg syscall (linux-arm-cgo), const O_NOCTTY = 256
31321 pkg syscall (linux-arm-cgo), const O_NOFOLLOW = 32768
31322 pkg syscall (linux-arm-cgo), const O_NONBLOCK = 2048
31323 pkg syscall (linux-arm-cgo), const O_RSYNC = 4096
31324 pkg syscall (linux-arm-cgo), const O_SYNC = 4096
31325 pkg syscall (linux-arm-cgo), const O_TRUNC = 512
31326 pkg syscall (linux-arm-cgo), const PACKET_ADD_MEMBERSHIP = 1
31327 pkg syscall (linux-arm-cgo), const PACKET_BROADCAST = 1
31328 pkg syscall (linux-arm-cgo), const PACKET_DROP_MEMBERSHIP = 2
31329 pkg syscall (linux-arm-cgo), const PACKET_FASTROUTE = 6
31330 pkg syscall (linux-arm-cgo), const PACKET_HOST = 0
31331 pkg syscall (linux-arm-cgo), const PACKET_LOOPBACK = 5
31332 pkg syscall (linux-arm-cgo), const PACKET_MR_ALLMULTI = 2
31333 pkg syscall (linux-arm-cgo), const PACKET_MR_MULTICAST = 0
31334 pkg syscall (linux-arm-cgo), const PACKET_MR_PROMISC = 1
31335 pkg syscall (linux-arm-cgo), const PACKET_MULTICAST = 2
31336 pkg syscall (linux-arm-cgo), const PACKET_OTHERHOST = 3
31337 pkg syscall (linux-arm-cgo), const PACKET_OUTGOING = 4
31338 pkg syscall (linux-arm-cgo), const PACKET_RECV_OUTPUT = 3
31339 pkg syscall (linux-arm-cgo), const PACKET_RX_RING = 5
31340 pkg syscall (linux-arm-cgo), const PACKET_STATISTICS = 6
31341 pkg syscall (linux-arm-cgo), const PARENB = 256
31342 pkg syscall (linux-arm-cgo), const PARMRK = 8
31343 pkg syscall (linux-arm-cgo), const PARODD = 512
31344 pkg syscall (linux-arm-cgo), const PENDIN = 16384
31345 pkg syscall (linux-arm-cgo), const PROT_EXEC = 4
31346 pkg syscall (linux-arm-cgo), const PROT_GROWSDOWN = 16777216
31347 pkg syscall (linux-arm-cgo), const PROT_GROWSUP = 33554432
31348 pkg syscall (linux-arm-cgo), const PROT_NONE = 0
31349 pkg syscall (linux-arm-cgo), const PROT_READ = 1
31350 pkg syscall (linux-arm-cgo), const PROT_WRITE = 2
31351 pkg syscall (linux-arm-cgo), const PR_CAPBSET_DROP = 24
31352 pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ = 23
31353 pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER = 37
31354 pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG = 0
31355 pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE = 1
31356 pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE = 2
31357 pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT = 1
31358 pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE = 2
31359 pkg syscall (linux-arm-cgo), const PR_FP_EXC_ASYNC = 2
31360 pkg syscall (linux-arm-cgo), const PR_FP_EXC_DISABLED = 0
31361 pkg syscall (linux-arm-cgo), const PR_FP_EXC_DIV = 65536
31362 pkg syscall (linux-arm-cgo), const PR_FP_EXC_INV = 1048576
31363 pkg syscall (linux-arm-cgo), const PR_FP_EXC_NONRECOV = 1
31364 pkg syscall (linux-arm-cgo), const PR_FP_EXC_OVF = 131072
31365 pkg syscall (linux-arm-cgo), const PR_FP_EXC_PRECISE = 3
31366 pkg syscall (linux-arm-cgo), const PR_FP_EXC_RES = 524288
31367 pkg syscall (linux-arm-cgo), const PR_FP_EXC_SW_ENABLE = 128
31368 pkg syscall (linux-arm-cgo), const PR_FP_EXC_UND = 262144
31369 pkg syscall (linux-arm-cgo), const PR_GET_DUMPABLE = 3
31370 pkg syscall (linux-arm-cgo), const PR_GET_ENDIAN = 19
31371 pkg syscall (linux-arm-cgo), const PR_GET_FPEMU = 9
31372 pkg syscall (linux-arm-cgo), const PR_GET_FPEXC = 11
31373 pkg syscall (linux-arm-cgo), const PR_GET_KEEPCAPS = 7
31374 pkg syscall (linux-arm-cgo), const PR_GET_NAME = 16
31375 pkg syscall (linux-arm-cgo), const PR_GET_PDEATHSIG = 2
31376 pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP = 21
31377 pkg syscall (linux-arm-cgo), const PR_GET_SECCOMP_FILTER = 35
31378 pkg syscall (linux-arm-cgo), const PR_GET_SECUREBITS = 27
31379 pkg syscall (linux-arm-cgo), const PR_GET_TIMERSLACK = 30
31380 pkg syscall (linux-arm-cgo), const PR_GET_TIMING = 13
31381 pkg syscall (linux-arm-cgo), const PR_GET_TSC = 25
31382 pkg syscall (linux-arm-cgo), const PR_GET_UNALIGN = 5
31383 pkg syscall (linux-arm-cgo), const PR_MCE_KILL = 33
31384 pkg syscall (linux-arm-cgo), const PR_MCE_KILL_CLEAR = 0
31385 pkg syscall (linux-arm-cgo), const PR_MCE_KILL_DEFAULT = 2
31386 pkg syscall (linux-arm-cgo), const PR_MCE_KILL_EARLY = 1
31387 pkg syscall (linux-arm-cgo), const PR_MCE_KILL_GET = 34
31388 pkg syscall (linux-arm-cgo), const PR_MCE_KILL_LATE = 0
31389 pkg syscall (linux-arm-cgo), const PR_MCE_KILL_SET = 1
31390 pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_EVENT = 1
31391 pkg syscall (linux-arm-cgo), const PR_SECCOMP_FILTER_SYSCALL = 0
31392 pkg syscall (linux-arm-cgo), const PR_SET_DUMPABLE = 4
31393 pkg syscall (linux-arm-cgo), const PR_SET_ENDIAN = 20
31394 pkg syscall (linux-arm-cgo), const PR_SET_FPEMU = 10
31395 pkg syscall (linux-arm-cgo), const PR_SET_FPEXC = 12
31396 pkg syscall (linux-arm-cgo), const PR_SET_KEEPCAPS = 8
31397 pkg syscall (linux-arm-cgo), const PR_SET_NAME = 15
31398 pkg syscall (linux-arm-cgo), const PR_SET_PDEATHSIG = 1
31399 pkg syscall (linux-arm-cgo), const PR_SET_PTRACER = 1499557217
31400 pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP = 22
31401 pkg syscall (linux-arm-cgo), const PR_SET_SECCOMP_FILTER = 36
31402 pkg syscall (linux-arm-cgo), const PR_SET_SECUREBITS = 28
31403 pkg syscall (linux-arm-cgo), const PR_SET_TIMERSLACK = 29
31404 pkg syscall (linux-arm-cgo), const PR_SET_TIMING = 14
31405 pkg syscall (linux-arm-cgo), const PR_SET_TSC = 26
31406 pkg syscall (linux-arm-cgo), const PR_SET_UNALIGN = 6
31407 pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_DISABLE = 31
31408 pkg syscall (linux-arm-cgo), const PR_TASK_PERF_EVENTS_ENABLE = 32
31409 pkg syscall (linux-arm-cgo), const PR_TIMING_STATISTICAL = 0
31410 pkg syscall (linux-arm-cgo), const PR_TIMING_TIMESTAMP = 1
31411 pkg syscall (linux-arm-cgo), const PR_TSC_ENABLE = 1
31412 pkg syscall (linux-arm-cgo), const PR_TSC_SIGSEGV = 2
31413 pkg syscall (linux-arm-cgo), const PR_UNALIGN_NOPRINT = 1
31414 pkg syscall (linux-arm-cgo), const PR_UNALIGN_SIGBUS = 2
31415 pkg syscall (linux-arm-cgo), const PTRACE_ATTACH = 16
31416 pkg syscall (linux-arm-cgo), const PTRACE_CONT = 7
31417 pkg syscall (linux-arm-cgo), const PTRACE_DETACH = 17
31418 pkg syscall (linux-arm-cgo), const PTRACE_EVENT_CLONE = 3
31419 pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXEC = 4
31420 pkg syscall (linux-arm-cgo), const PTRACE_EVENT_EXIT = 6
31421 pkg syscall (linux-arm-cgo), const PTRACE_EVENT_FORK = 1
31422 pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK = 2
31423 pkg syscall (linux-arm-cgo), const PTRACE_EVENT_VFORK_DONE = 5
31424 pkg syscall (linux-arm-cgo), const PTRACE_GETCRUNCHREGS = 25
31425 pkg syscall (linux-arm-cgo), const PTRACE_GETEVENTMSG = 16897
31426 pkg syscall (linux-arm-cgo), const PTRACE_GETFPREGS = 14
31427 pkg syscall (linux-arm-cgo), const PTRACE_GETHBPREGS = 29
31428 pkg syscall (linux-arm-cgo), const PTRACE_GETREGS = 12
31429 pkg syscall (linux-arm-cgo), const PTRACE_GETREGSET = 16900
31430 pkg syscall (linux-arm-cgo), const PTRACE_GETSIGINFO = 16898
31431 pkg syscall (linux-arm-cgo), const PTRACE_GETVFPREGS = 27
31432 pkg syscall (linux-arm-cgo), const PTRACE_GETWMMXREGS = 18
31433 pkg syscall (linux-arm-cgo), const PTRACE_GET_THREAD_AREA = 22
31434 pkg syscall (linux-arm-cgo), const PTRACE_KILL = 8
31435 pkg syscall (linux-arm-cgo), const PTRACE_OLDSETOPTIONS = 21
31436 pkg syscall (linux-arm-cgo), const PTRACE_O_MASK = 127
31437 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACECLONE = 8
31438 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXEC = 16
31439 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEEXIT = 64
31440 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEFORK = 2
31441 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACESYSGOOD = 1
31442 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORK = 4
31443 pkg syscall (linux-arm-cgo), const PTRACE_O_TRACEVFORKDONE = 32
31444 pkg syscall (linux-arm-cgo), const PTRACE_PEEKDATA = 2
31445 pkg syscall (linux-arm-cgo), const PTRACE_PEEKTEXT = 1
31446 pkg syscall (linux-arm-cgo), const PTRACE_PEEKUSR = 3
31447 pkg syscall (linux-arm-cgo), const PTRACE_POKEDATA = 5
31448 pkg syscall (linux-arm-cgo), const PTRACE_POKETEXT = 4
31449 pkg syscall (linux-arm-cgo), const PTRACE_POKEUSR = 6
31450 pkg syscall (linux-arm-cgo), const PTRACE_SETCRUNCHREGS = 26
31451 pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS = 15
31452 pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS = 30
31453 pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS = 16896
31454 pkg syscall (linux-arm-cgo), const PTRACE_SETREGS = 13
31455 pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET = 16901
31456 pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO = 16899
31457 pkg syscall (linux-arm-cgo), const PTRACE_SETVFPREGS = 28
31458 pkg syscall (linux-arm-cgo), const PTRACE_SETWMMXREGS = 19
31459 pkg syscall (linux-arm-cgo), const PTRACE_SET_SYSCALL = 23
31460 pkg syscall (linux-arm-cgo), const PTRACE_SINGLESTEP = 9
31461 pkg syscall (linux-arm-cgo), const PTRACE_SYSCALL = 24
31462 pkg syscall (linux-arm-cgo), const PTRACE_TRACEME = 0
31463 pkg syscall (linux-arm-cgo), const PT_DATA_ADDR = 65540
31464 pkg syscall (linux-arm-cgo), const PT_TEXT_ADDR = 65536
31465 pkg syscall (linux-arm-cgo), const PT_TEXT_END_ADDR = 65544
31466 pkg syscall (linux-arm-cgo), const PathMax = 4096
31467 pkg syscall (linux-arm-cgo), const RLIMIT_AS = 9
31468 pkg syscall (linux-arm-cgo), const RLIMIT_CORE = 4
31469 pkg syscall (linux-arm-cgo), const RLIMIT_CPU = 0
31470 pkg syscall (linux-arm-cgo), const RLIMIT_DATA = 2
31471 pkg syscall (linux-arm-cgo), const RLIMIT_FSIZE = 1
31472 pkg syscall (linux-arm-cgo), const RLIMIT_NOFILE = 7
31473 pkg syscall (linux-arm-cgo), const RLIMIT_STACK = 3
31474 pkg syscall (linux-arm-cgo), const RLIM_INFINITY = -1
31475 pkg syscall (linux-arm-cgo), const RTAX_ADVMSS = 8
31476 pkg syscall (linux-arm-cgo), const RTAX_CWND = 7
31477 pkg syscall (linux-arm-cgo), const RTAX_FEATURES = 12
31478 pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ALLFRAG = 8
31479 pkg syscall (linux-arm-cgo), const RTAX_FEATURE_ECN = 1
31480 pkg syscall (linux-arm-cgo), const RTAX_FEATURE_SACK = 2
31481 pkg syscall (linux-arm-cgo), const RTAX_FEATURE_TIMESTAMP = 4
31482 pkg syscall (linux-arm-cgo), const RTAX_HOPLIMIT = 10
31483 pkg syscall (linux-arm-cgo), const RTAX_INITCWND = 11
31484 pkg syscall (linux-arm-cgo), const RTAX_INITRWND = 14
31485 pkg syscall (linux-arm-cgo), const RTAX_LOCK = 1
31486 pkg syscall (linux-arm-cgo), const RTAX_MAX = 14
31487 pkg syscall (linux-arm-cgo), const RTAX_MTU = 2
31488 pkg syscall (linux-arm-cgo), const RTAX_REORDERING = 9
31489 pkg syscall (linux-arm-cgo), const RTAX_RTO_MIN = 13
31490 pkg syscall (linux-arm-cgo), const RTAX_RTT = 4
31491 pkg syscall (linux-arm-cgo), const RTAX_RTTVAR = 5
31492 pkg syscall (linux-arm-cgo), const RTAX_SSTHRESH = 6
31493 pkg syscall (linux-arm-cgo), const RTAX_UNSPEC = 0
31494 pkg syscall (linux-arm-cgo), const RTAX_WINDOW = 3
31495 pkg syscall (linux-arm-cgo), const RTA_ALIGNTO = 4
31496 pkg syscall (linux-arm-cgo), const RTA_CACHEINFO = 12
31497 pkg syscall (linux-arm-cgo), const RTA_DST = 1
31498 pkg syscall (linux-arm-cgo), const RTA_FLOW = 11
31499 pkg syscall (linux-arm-cgo), const RTA_GATEWAY = 5
31500 pkg syscall (linux-arm-cgo), const RTA_IIF = 3
31501 pkg syscall (linux-arm-cgo), const RTA_MAX = 16
31502 pkg syscall (linux-arm-cgo), const RTA_METRICS = 8
31503 pkg syscall (linux-arm-cgo), const RTA_MULTIPATH = 9
31504 pkg syscall (linux-arm-cgo), const RTA_OIF = 4
31505 pkg syscall (linux-arm-cgo), const RTA_PREFSRC = 7
31506 pkg syscall (linux-arm-cgo), const RTA_PRIORITY = 6
31507 pkg syscall (linux-arm-cgo), const RTA_SRC = 2
31508 pkg syscall (linux-arm-cgo), const RTA_TABLE = 15
31509 pkg syscall (linux-arm-cgo), const RTA_UNSPEC = 0
31510 pkg syscall (linux-arm-cgo), const RTCF_DIRECTSRC = 67108864
31511 pkg syscall (linux-arm-cgo), const RTCF_DOREDIRECT = 16777216
31512 pkg syscall (linux-arm-cgo), const RTCF_LOG = 33554432
31513 pkg syscall (linux-arm-cgo), const RTCF_MASQ = 4194304
31514 pkg syscall (linux-arm-cgo), const RTCF_NAT = 8388608
31515 pkg syscall (linux-arm-cgo), const RTCF_VALVE = 2097152
31516 pkg syscall (linux-arm-cgo), const RTF_ADDRCLASSMASK = 4160749568
31517 pkg syscall (linux-arm-cgo), const RTF_ADDRCONF = 262144
31518 pkg syscall (linux-arm-cgo), const RTF_ALLONLINK = 131072
31519 pkg syscall (linux-arm-cgo), const RTF_BROADCAST = 268435456
31520 pkg syscall (linux-arm-cgo), const RTF_CACHE = 16777216
31521 pkg syscall (linux-arm-cgo), const RTF_DEFAULT = 65536
31522 pkg syscall (linux-arm-cgo), const RTF_DYNAMIC = 16
31523 pkg syscall (linux-arm-cgo), const RTF_FLOW = 33554432
31524 pkg syscall (linux-arm-cgo), const RTF_GATEWAY = 2
31525 pkg syscall (linux-arm-cgo), const RTF_HOST = 4
31526 pkg syscall (linux-arm-cgo), const RTF_INTERFACE = 1073741824
31527 pkg syscall (linux-arm-cgo), const RTF_IRTT = 256
31528 pkg syscall (linux-arm-cgo), const RTF_LINKRT = 1048576
31529 pkg syscall (linux-arm-cgo), const RTF_LOCAL = 2147483648
31530 pkg syscall (linux-arm-cgo), const RTF_MODIFIED = 32
31531 pkg syscall (linux-arm-cgo), const RTF_MSS = 64
31532 pkg syscall (linux-arm-cgo), const RTF_MTU = 64
31533 pkg syscall (linux-arm-cgo), const RTF_MULTICAST = 536870912
31534 pkg syscall (linux-arm-cgo), const RTF_NAT = 134217728
31535 pkg syscall (linux-arm-cgo), const RTF_NOFORWARD = 4096
31536 pkg syscall (linux-arm-cgo), const RTF_NONEXTHOP = 2097152
31537 pkg syscall (linux-arm-cgo), const RTF_NOPMTUDISC = 16384
31538 pkg syscall (linux-arm-cgo), const RTF_POLICY = 67108864
31539 pkg syscall (linux-arm-cgo), const RTF_REINSTATE = 8
31540 pkg syscall (linux-arm-cgo), const RTF_REJECT = 512
31541 pkg syscall (linux-arm-cgo), const RTF_STATIC = 1024
31542 pkg syscall (linux-arm-cgo), const RTF_THROW = 8192
31543 pkg syscall (linux-arm-cgo), const RTF_UP = 1
31544 pkg syscall (linux-arm-cgo), const RTF_WINDOW = 128
31545 pkg syscall (linux-arm-cgo), const RTF_XRESOLVE = 2048
31546 pkg syscall (linux-arm-cgo), const RTM_BASE = 16
31547 pkg syscall (linux-arm-cgo), const RTM_DELACTION = 49
31548 pkg syscall (linux-arm-cgo), const RTM_DELADDR = 21
31549 pkg syscall (linux-arm-cgo), const RTM_DELADDRLABEL = 73
31550 pkg syscall (linux-arm-cgo), const RTM_DELLINK = 17
31551 pkg syscall (linux-arm-cgo), const RTM_DELNEIGH = 29
31552 pkg syscall (linux-arm-cgo), const RTM_DELQDISC = 37
31553 pkg syscall (linux-arm-cgo), const RTM_DELROUTE = 25
31554 pkg syscall (linux-arm-cgo), const RTM_DELRULE = 33
31555 pkg syscall (linux-arm-cgo), const RTM_DELTCLASS = 41
31556 pkg syscall (linux-arm-cgo), const RTM_DELTFILTER = 45
31557 pkg syscall (linux-arm-cgo), const RTM_F_CLONED = 512
31558 pkg syscall (linux-arm-cgo), const RTM_F_EQUALIZE = 1024
31559 pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY = 256
31560 pkg syscall (linux-arm-cgo), const RTM_F_PREFIX = 2048
31561 pkg syscall (linux-arm-cgo), const RTM_GETACTION = 50
31562 pkg syscall (linux-arm-cgo), const RTM_GETADDR = 22
31563 pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL = 74
31564 pkg syscall (linux-arm-cgo), const RTM_GETANYCAST = 62
31565 pkg syscall (linux-arm-cgo), const RTM_GETDCB = 78
31566 pkg syscall (linux-arm-cgo), const RTM_GETLINK = 18
31567 pkg syscall (linux-arm-cgo), const RTM_GETMULTICAST = 58
31568 pkg syscall (linux-arm-cgo), const RTM_GETNEIGH = 30
31569 pkg syscall (linux-arm-cgo), const RTM_GETNEIGHTBL = 66
31570 pkg syscall (linux-arm-cgo), const RTM_GETQDISC = 38
31571 pkg syscall (linux-arm-cgo), const RTM_GETROUTE = 26
31572 pkg syscall (linux-arm-cgo), const RTM_GETRULE = 34
31573 pkg syscall (linux-arm-cgo), const RTM_GETTCLASS = 42
31574 pkg syscall (linux-arm-cgo), const RTM_GETTFILTER = 46
31575 pkg syscall (linux-arm-cgo), const RTM_MAX = 79
31576 pkg syscall (linux-arm-cgo), const RTM_NEWACTION = 48
31577 pkg syscall (linux-arm-cgo), const RTM_NEWADDR = 20
31578 pkg syscall (linux-arm-cgo), const RTM_NEWADDRLABEL = 72
31579 pkg syscall (linux-arm-cgo), const RTM_NEWLINK = 16
31580 pkg syscall (linux-arm-cgo), const RTM_NEWNDUSEROPT = 68
31581 pkg syscall (linux-arm-cgo), const RTM_NEWNEIGH = 28
31582 pkg syscall (linux-arm-cgo), const RTM_NEWNEIGHTBL = 64
31583 pkg syscall (linux-arm-cgo), const RTM_NEWPREFIX = 52
31584 pkg syscall (linux-arm-cgo), const RTM_NEWQDISC = 36
31585 pkg syscall (linux-arm-cgo), const RTM_NEWROUTE = 24
31586 pkg syscall (linux-arm-cgo), const RTM_NEWRULE = 32
31587 pkg syscall (linux-arm-cgo), const RTM_NEWTCLASS = 40
31588 pkg syscall (linux-arm-cgo), const RTM_NEWTFILTER = 44
31589 pkg syscall (linux-arm-cgo), const RTM_NR_FAMILIES = 16
31590 pkg syscall (linux-arm-cgo), const RTM_NR_MSGTYPES = 64
31591 pkg syscall (linux-arm-cgo), const RTM_SETDCB = 79
31592 pkg syscall (linux-arm-cgo), const RTM_SETLINK = 19
31593 pkg syscall (linux-arm-cgo), const RTM_SETNEIGHTBL = 67
31594 pkg syscall (linux-arm-cgo), const RTNH_ALIGNTO = 4
31595 pkg syscall (linux-arm-cgo), const RTNH_F_DEAD = 1
31596 pkg syscall (linux-arm-cgo), const RTNH_F_ONLINK = 4
31597 pkg syscall (linux-arm-cgo), const RTNH_F_PERVASIVE = 2
31598 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_IFADDR = 5
31599 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_MROUTE = 6
31600 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_ROUTE = 7
31601 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV4_RULE = 8
31602 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFADDR = 9
31603 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_IFINFO = 12
31604 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_MROUTE = 10
31605 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_PREFIX = 18
31606 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_ROUTE = 11
31607 pkg syscall (linux-arm-cgo), const RTNLGRP_IPV6_RULE = 19
31608 pkg syscall (linux-arm-cgo), const RTNLGRP_LINK = 1
31609 pkg syscall (linux-arm-cgo), const RTNLGRP_ND_USEROPT = 20
31610 pkg syscall (linux-arm-cgo), const RTNLGRP_NEIGH = 3
31611 pkg syscall (linux-arm-cgo), const RTNLGRP_NONE = 0
31612 pkg syscall (linux-arm-cgo), const RTNLGRP_NOTIFY = 2
31613 pkg syscall (linux-arm-cgo), const RTNLGRP_TC = 4
31614 pkg syscall (linux-arm-cgo), const RTN_ANYCAST = 4
31615 pkg syscall (linux-arm-cgo), const RTN_BLACKHOLE = 6
31616 pkg syscall (linux-arm-cgo), const RTN_BROADCAST = 3
31617 pkg syscall (linux-arm-cgo), const RTN_LOCAL = 2
31618 pkg syscall (linux-arm-cgo), const RTN_MAX = 11
31619 pkg syscall (linux-arm-cgo), const RTN_MULTICAST = 5
31620 pkg syscall (linux-arm-cgo), const RTN_NAT = 10
31621 pkg syscall (linux-arm-cgo), const RTN_PROHIBIT = 8
31622 pkg syscall (linux-arm-cgo), const RTN_THROW = 9
31623 pkg syscall (linux-arm-cgo), const RTN_UNICAST = 1
31624 pkg syscall (linux-arm-cgo), const RTN_UNREACHABLE = 7
31625 pkg syscall (linux-arm-cgo), const RTN_UNSPEC = 0
31626 pkg syscall (linux-arm-cgo), const RTN_XRESOLVE = 11
31627 pkg syscall (linux-arm-cgo), const RTPROT_BIRD = 12
31628 pkg syscall (linux-arm-cgo), const RTPROT_BOOT = 3
31629 pkg syscall (linux-arm-cgo), const RTPROT_DHCP = 16
31630 pkg syscall (linux-arm-cgo), const RTPROT_DNROUTED = 13
31631 pkg syscall (linux-arm-cgo), const RTPROT_GATED = 8
31632 pkg syscall (linux-arm-cgo), const RTPROT_KERNEL = 2
31633 pkg syscall (linux-arm-cgo), const RTPROT_MRT = 10
31634 pkg syscall (linux-arm-cgo), const RTPROT_NTK = 15
31635 pkg syscall (linux-arm-cgo), const RTPROT_RA = 9
31636 pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT = 1
31637 pkg syscall (linux-arm-cgo), const RTPROT_STATIC = 4
31638 pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC = 0
31639 pkg syscall (linux-arm-cgo), const RTPROT_XORP = 14
31640 pkg syscall (linux-arm-cgo), const RTPROT_ZEBRA = 11
31641 pkg syscall (linux-arm-cgo), const RT_CLASS_DEFAULT = 253
31642 pkg syscall (linux-arm-cgo), const RT_CLASS_LOCAL = 255
31643 pkg syscall (linux-arm-cgo), const RT_CLASS_MAIN = 254
31644 pkg syscall (linux-arm-cgo), const RT_CLASS_MAX = 255
31645 pkg syscall (linux-arm-cgo), const RT_CLASS_UNSPEC = 0
31646 pkg syscall (linux-arm-cgo), const RT_SCOPE_HOST = 254
31647 pkg syscall (linux-arm-cgo), const RT_SCOPE_LINK = 253
31648 pkg syscall (linux-arm-cgo), const RT_SCOPE_NOWHERE = 255
31649 pkg syscall (linux-arm-cgo), const RT_SCOPE_SITE = 200
31650 pkg syscall (linux-arm-cgo), const RT_SCOPE_UNIVERSE = 0
31651 pkg syscall (linux-arm-cgo), const RT_TABLE_COMPAT = 252
31652 pkg syscall (linux-arm-cgo), const RT_TABLE_DEFAULT = 253
31653 pkg syscall (linux-arm-cgo), const RT_TABLE_LOCAL = 255
31654 pkg syscall (linux-arm-cgo), const RT_TABLE_MAIN = 254
31655 pkg syscall (linux-arm-cgo), const RT_TABLE_MAX = 4294967295
31656 pkg syscall (linux-arm-cgo), const RT_TABLE_UNSPEC = 0
31657 pkg syscall (linux-arm-cgo), const RUSAGE_CHILDREN = -1
31658 pkg syscall (linux-arm-cgo), const RUSAGE_SELF = 0
31659 pkg syscall (linux-arm-cgo), const RUSAGE_THREAD = 1
31660 pkg syscall (linux-arm-cgo), const SCM_CREDENTIALS = 2
31661 pkg syscall (linux-arm-cgo), const SCM_RIGHTS = 1
31662 pkg syscall (linux-arm-cgo), const SCM_TIMESTAMP = 29
31663 pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPING = 37
31664 pkg syscall (linux-arm-cgo), const SCM_TIMESTAMPNS = 35
31665 pkg syscall (linux-arm-cgo), const SIGBUS = 7
31666 pkg syscall (linux-arm-cgo), const SIGCHLD = 17
31667 pkg syscall (linux-arm-cgo), const SIGCLD = 17
31668 pkg syscall (linux-arm-cgo), const SIGCONT = 18
31669 pkg syscall (linux-arm-cgo), const SIGIO = 29
31670 pkg syscall (linux-arm-cgo), const SIGIOT = 6
31671 pkg syscall (linux-arm-cgo), const SIGPOLL = 29
31672 pkg syscall (linux-arm-cgo), const SIGPROF = 27
31673 pkg syscall (linux-arm-cgo), const SIGPWR = 30
31674 pkg syscall (linux-arm-cgo), const SIGSTKFLT = 16
31675 pkg syscall (linux-arm-cgo), const SIGSTOP = 19
31676 pkg syscall (linux-arm-cgo), const SIGSYS = 31
31677 pkg syscall (linux-arm-cgo), const SIGTSTP = 20
31678 pkg syscall (linux-arm-cgo), const SIGTTIN = 21
31679 pkg syscall (linux-arm-cgo), const SIGTTOU = 22
31680 pkg syscall (linux-arm-cgo), const SIGUNUSED = 31
31681 pkg syscall (linux-arm-cgo), const SIGURG = 23
31682 pkg syscall (linux-arm-cgo), const SIGUSR1 = 10
31683 pkg syscall (linux-arm-cgo), const SIGUSR2 = 12
31684 pkg syscall (linux-arm-cgo), const SIGVTALRM = 26
31685 pkg syscall (linux-arm-cgo), const SIGWINCH = 28
31686 pkg syscall (linux-arm-cgo), const SIGXCPU = 24
31687 pkg syscall (linux-arm-cgo), const SIGXFSZ = 25
31688 pkg syscall (linux-arm-cgo), const SIOCADDDLCI = 35200
31689 pkg syscall (linux-arm-cgo), const SIOCADDMULTI = 35121
31690 pkg syscall (linux-arm-cgo), const SIOCADDRT = 35083
31691 pkg syscall (linux-arm-cgo), const SIOCATMARK = 35077
31692 pkg syscall (linux-arm-cgo), const SIOCDARP = 35155
31693 pkg syscall (linux-arm-cgo), const SIOCDELDLCI = 35201
31694 pkg syscall (linux-arm-cgo), const SIOCDELMULTI = 35122
31695 pkg syscall (linux-arm-cgo), const SIOCDELRT = 35084
31696 pkg syscall (linux-arm-cgo), const SIOCDEVPRIVATE = 35312
31697 pkg syscall (linux-arm-cgo), const SIOCDIFADDR = 35126
31698 pkg syscall (linux-arm-cgo), const SIOCDRARP = 35168
31699 pkg syscall (linux-arm-cgo), const SIOCGARP = 35156
31700 pkg syscall (linux-arm-cgo), const SIOCGIFADDR = 35093
31701 pkg syscall (linux-arm-cgo), const SIOCGIFBR = 35136
31702 pkg syscall (linux-arm-cgo), const SIOCGIFBRDADDR = 35097
31703 pkg syscall (linux-arm-cgo), const SIOCGIFCONF = 35090
31704 pkg syscall (linux-arm-cgo), const SIOCGIFCOUNT = 35128
31705 pkg syscall (linux-arm-cgo), const SIOCGIFDSTADDR = 35095
31706 pkg syscall (linux-arm-cgo), const SIOCGIFENCAP = 35109
31707 pkg syscall (linux-arm-cgo), const SIOCGIFFLAGS = 35091
31708 pkg syscall (linux-arm-cgo), const SIOCGIFHWADDR = 35111
31709 pkg syscall (linux-arm-cgo), const SIOCGIFINDEX = 35123
31710 pkg syscall (linux-arm-cgo), const SIOCGIFMAP = 35184
31711 pkg syscall (linux-arm-cgo), const SIOCGIFMEM = 35103
31712 pkg syscall (linux-arm-cgo), const SIOCGIFMETRIC = 35101
31713 pkg syscall (linux-arm-cgo), const SIOCGIFMTU = 35105
31714 pkg syscall (linux-arm-cgo), const SIOCGIFNAME = 35088
31715 pkg syscall (linux-arm-cgo), const SIOCGIFNETMASK = 35099
31716 pkg syscall (linux-arm-cgo), const SIOCGIFPFLAGS = 35125
31717 pkg syscall (linux-arm-cgo), const SIOCGIFSLAVE = 35113
31718 pkg syscall (linux-arm-cgo), const SIOCGIFTXQLEN = 35138
31719 pkg syscall (linux-arm-cgo), const SIOCGPGRP = 35076
31720 pkg syscall (linux-arm-cgo), const SIOCGRARP = 35169
31721 pkg syscall (linux-arm-cgo), const SIOCGSTAMP = 35078
31722 pkg syscall (linux-arm-cgo), const SIOCGSTAMPNS = 35079
31723 pkg syscall (linux-arm-cgo), const SIOCPROTOPRIVATE = 35296
31724 pkg syscall (linux-arm-cgo), const SIOCRTMSG = 35085
31725 pkg syscall (linux-arm-cgo), const SIOCSARP = 35157
31726 pkg syscall (linux-arm-cgo), const SIOCSIFADDR = 35094
31727 pkg syscall (linux-arm-cgo), const SIOCSIFBR = 35137
31728 pkg syscall (linux-arm-cgo), const SIOCSIFBRDADDR = 35098
31729 pkg syscall (linux-arm-cgo), const SIOCSIFDSTADDR = 35096
31730 pkg syscall (linux-arm-cgo), const SIOCSIFENCAP = 35110
31731 pkg syscall (linux-arm-cgo), const SIOCSIFFLAGS = 35092
31732 pkg syscall (linux-arm-cgo), const SIOCSIFHWADDR = 35108
31733 pkg syscall (linux-arm-cgo), const SIOCSIFHWBROADCAST = 35127
31734 pkg syscall (linux-arm-cgo), const SIOCSIFLINK = 35089
31735 pkg syscall (linux-arm-cgo), const SIOCSIFMAP = 35185
31736 pkg syscall (linux-arm-cgo), const SIOCSIFMEM = 35104
31737 pkg syscall (linux-arm-cgo), const SIOCSIFMETRIC = 35102
31738 pkg syscall (linux-arm-cgo), const SIOCSIFMTU = 35106
31739 pkg syscall (linux-arm-cgo), const SIOCSIFNAME = 35107
31740 pkg syscall (linux-arm-cgo), const SIOCSIFNETMASK = 35100
31741 pkg syscall (linux-arm-cgo), const SIOCSIFPFLAGS = 35124
31742 pkg syscall (linux-arm-cgo), const SIOCSIFSLAVE = 35120
31743 pkg syscall (linux-arm-cgo), const SIOCSIFTXQLEN = 35139
31744 pkg syscall (linux-arm-cgo), const SIOCSPGRP = 35074
31745 pkg syscall (linux-arm-cgo), const SIOCSRARP = 35170
31746 pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC = 524288
31747 pkg syscall (linux-arm-cgo), const SOCK_DCCP = 6
31748 pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK = 2048
31749 pkg syscall (linux-arm-cgo), const SOCK_PACKET = 10
31750 pkg syscall (linux-arm-cgo), const SOCK_RDM = 4
31751 pkg syscall (linux-arm-cgo), const SOL_AAL = 265
31752 pkg syscall (linux-arm-cgo), const SOL_ATM = 264
31753 pkg syscall (linux-arm-cgo), const SOL_DECNET = 261
31754 pkg syscall (linux-arm-cgo), const SOL_ICMPV6 = 58
31755 pkg syscall (linux-arm-cgo), const SOL_IP = 0
31756 pkg syscall (linux-arm-cgo), const SOL_IPV6 = 41
31757 pkg syscall (linux-arm-cgo), const SOL_IRDA = 266
31758 pkg syscall (linux-arm-cgo), const SOL_PACKET = 263
31759 pkg syscall (linux-arm-cgo), const SOL_RAW = 255
31760 pkg syscall (linux-arm-cgo), const SOL_SOCKET = 1
31761 pkg syscall (linux-arm-cgo), const SOL_TCP = 6
31762 pkg syscall (linux-arm-cgo), const SOL_X25 = 262
31763 pkg syscall (linux-arm-cgo), const SOMAXCONN = 128
31764 pkg syscall (linux-arm-cgo), const SO_ACCEPTCONN = 30
31765 pkg syscall (linux-arm-cgo), const SO_ATTACH_FILTER = 26
31766 pkg syscall (linux-arm-cgo), const SO_BINDTODEVICE = 25
31767 pkg syscall (linux-arm-cgo), const SO_BROADCAST = 6
31768 pkg syscall (linux-arm-cgo), const SO_BSDCOMPAT = 14
31769 pkg syscall (linux-arm-cgo), const SO_DEBUG = 1
31770 pkg syscall (linux-arm-cgo), const SO_DETACH_FILTER = 27
31771 pkg syscall (linux-arm-cgo), const SO_DOMAIN = 39
31772 pkg syscall (linux-arm-cgo), const SO_DONTROUTE = 5
31773 pkg syscall (linux-arm-cgo), const SO_ERROR = 4
31774 pkg syscall (linux-arm-cgo), const SO_KEEPALIVE = 9
31775 pkg syscall (linux-arm-cgo), const SO_LINGER = 13
31776 pkg syscall (linux-arm-cgo), const SO_MARK = 36
31777 pkg syscall (linux-arm-cgo), const SO_NO_CHECK = 11
31778 pkg syscall (linux-arm-cgo), const SO_OOBINLINE = 10
31779 pkg syscall (linux-arm-cgo), const SO_PASSCRED = 16
31780 pkg syscall (linux-arm-cgo), const SO_PASSSEC = 34
31781 pkg syscall (linux-arm-cgo), const SO_PEERCRED = 17
31782 pkg syscall (linux-arm-cgo), const SO_PEERNAME = 28
31783 pkg syscall (linux-arm-cgo), const SO_PEERSEC = 31
31784 pkg syscall (linux-arm-cgo), const SO_PRIORITY = 12
31785 pkg syscall (linux-arm-cgo), const SO_PROTOCOL = 38
31786 pkg syscall (linux-arm-cgo), const SO_RCVBUF = 8
31787 pkg syscall (linux-arm-cgo), const SO_RCVBUFFORCE = 33
31788 pkg syscall (linux-arm-cgo), const SO_RCVLOWAT = 18
31789 pkg syscall (linux-arm-cgo), const SO_RCVTIMEO = 20
31790 pkg syscall (linux-arm-cgo), const SO_REUSEADDR = 2
31791 pkg syscall (linux-arm-cgo), const SO_RXQ_OVFL = 40
31792 pkg syscall (linux-arm-cgo), const SO_SECURITY_AUTHENTICATION = 22
31793 pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_NETWORK = 24
31794 pkg syscall (linux-arm-cgo), const SO_SECURITY_ENCRYPTION_TRANSPORT = 23
31795 pkg syscall (linux-arm-cgo), const SO_SNDBUF = 7
31796 pkg syscall (linux-arm-cgo), const SO_SNDBUFFORCE = 32
31797 pkg syscall (linux-arm-cgo), const SO_SNDLOWAT = 19
31798 pkg syscall (linux-arm-cgo), const SO_SNDTIMEO = 21
31799 pkg syscall (linux-arm-cgo), const SO_TIMESTAMP = 29
31800 pkg syscall (linux-arm-cgo), const SO_TIMESTAMPING = 37
31801 pkg syscall (linux-arm-cgo), const SO_TIMESTAMPNS = 35
31802 pkg syscall (linux-arm-cgo), const SO_TYPE = 3
31803 pkg syscall (linux-arm-cgo), const SYS_ACCEPT = 285
31804 pkg syscall (linux-arm-cgo), const SYS_ACCEPT4 = 366
31805 pkg syscall (linux-arm-cgo), const SYS_ACCESS = 33
31806 pkg syscall (linux-arm-cgo), const SYS_ACCT = 51
31807 pkg syscall (linux-arm-cgo), const SYS_ADD_KEY = 309
31808 pkg syscall (linux-arm-cgo), const SYS_ADJTIMEX = 124
31809 pkg syscall (linux-arm-cgo), const SYS_ALARM = 27
31810 pkg syscall (linux-arm-cgo), const SYS_ARM_FADVISE64_64 = 270
31811 pkg syscall (linux-arm-cgo), const SYS_ARM_SYNC_FILE_RANGE = 341
31812 pkg syscall (linux-arm-cgo), const SYS_BDFLUSH = 134
31813 pkg syscall (linux-arm-cgo), const SYS_BIND = 282
31814 pkg syscall (linux-arm-cgo), const SYS_BRK = 45
31815 pkg syscall (linux-arm-cgo), const SYS_CAPGET = 184
31816 pkg syscall (linux-arm-cgo), const SYS_CAPSET = 185
31817 pkg syscall (linux-arm-cgo), const SYS_CHDIR = 12
31818 pkg syscall (linux-arm-cgo), const SYS_CHMOD = 15
31819 pkg syscall (linux-arm-cgo), const SYS_CHOWN = 182
31820 pkg syscall (linux-arm-cgo), const SYS_CHOWN32 = 212
31821 pkg syscall (linux-arm-cgo), const SYS_CHROOT = 61
31822 pkg syscall (linux-arm-cgo), const SYS_CLOCK_ADJTIME = 372
31823 pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETRES = 264
31824 pkg syscall (linux-arm-cgo), const SYS_CLOCK_GETTIME = 263
31825 pkg syscall (linux-arm-cgo), const SYS_CLOCK_NANOSLEEP = 265
31826 pkg syscall (linux-arm-cgo), const SYS_CLOCK_SETTIME = 262
31827 pkg syscall (linux-arm-cgo), const SYS_CLONE = 120
31828 pkg syscall (linux-arm-cgo), const SYS_CLOSE = 6
31829 pkg syscall (linux-arm-cgo), const SYS_CONNECT = 283
31830 pkg syscall (linux-arm-cgo), const SYS_CREAT = 8
31831 pkg syscall (linux-arm-cgo), const SYS_DELETE_MODULE = 129
31832 pkg syscall (linux-arm-cgo), const SYS_DUP = 41
31833 pkg syscall (linux-arm-cgo), const SYS_DUP2 = 63
31834 pkg syscall (linux-arm-cgo), const SYS_DUP3 = 358
31835 pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE = 250
31836 pkg syscall (linux-arm-cgo), const SYS_EPOLL_CREATE1 = 357
31837 pkg syscall (linux-arm-cgo), const SYS_EPOLL_CTL = 251
31838 pkg syscall (linux-arm-cgo), const SYS_EPOLL_PWAIT = 346
31839 pkg syscall (linux-arm-cgo), const SYS_EPOLL_WAIT = 252
31840 pkg syscall (linux-arm-cgo), const SYS_EVENTFD = 351
31841 pkg syscall (linux-arm-cgo), const SYS_EVENTFD2 = 356
31842 pkg syscall (linux-arm-cgo), const SYS_EXECVE = 11
31843 pkg syscall (linux-arm-cgo), const SYS_EXIT = 1
31844 pkg syscall (linux-arm-cgo), const SYS_EXIT_GROUP = 248
31845 pkg syscall (linux-arm-cgo), const SYS_FACCESSAT = 334
31846 pkg syscall (linux-arm-cgo), const SYS_FALLOCATE = 352
31847 pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_INIT = 367
31848 pkg syscall (linux-arm-cgo), const SYS_FANOTIFY_MARK = 368
31849 pkg syscall (linux-arm-cgo), const SYS_FCHDIR = 133
31850 pkg syscall (linux-arm-cgo), const SYS_FCHMOD = 94
31851 pkg syscall (linux-arm-cgo), const SYS_FCHMODAT = 333
31852 pkg syscall (linux-arm-cgo), const SYS_FCHOWN = 95
31853 pkg syscall (linux-arm-cgo), const SYS_FCHOWN32 = 207
31854 pkg syscall (linux-arm-cgo), const SYS_FCHOWNAT = 325
31855 pkg syscall (linux-arm-cgo), const SYS_FCNTL = 55
31856 pkg syscall (linux-arm-cgo), const SYS_FCNTL64 = 221
31857 pkg syscall (linux-arm-cgo), const SYS_FDATASYNC = 148
31858 pkg syscall (linux-arm-cgo), const SYS_FGETXATTR = 231
31859 pkg syscall (linux-arm-cgo), const SYS_FLISTXATTR = 234
31860 pkg syscall (linux-arm-cgo), const SYS_FLOCK = 143
31861 pkg syscall (linux-arm-cgo), const SYS_FORK = 2
31862 pkg syscall (linux-arm-cgo), const SYS_FREMOVEXATTR = 237
31863 pkg syscall (linux-arm-cgo), const SYS_FSETXATTR = 228
31864 pkg syscall (linux-arm-cgo), const SYS_FSTAT = 108
31865 pkg syscall (linux-arm-cgo), const SYS_FSTAT64 = 197
31866 pkg syscall (linux-arm-cgo), const SYS_FSTATAT64 = 327
31867 pkg syscall (linux-arm-cgo), const SYS_FSTATFS = 100
31868 pkg syscall (linux-arm-cgo), const SYS_FSTATFS64 = 267
31869 pkg syscall (linux-arm-cgo), const SYS_FSYNC = 118
31870 pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE = 93
31871 pkg syscall (linux-arm-cgo), const SYS_FTRUNCATE64 = 194
31872 pkg syscall (linux-arm-cgo), const SYS_FUTEX = 240
31873 pkg syscall (linux-arm-cgo), const SYS_FUTIMESAT = 326
31874 pkg syscall (linux-arm-cgo), const SYS_GETCPU = 345
31875 pkg syscall (linux-arm-cgo), const SYS_GETCWD = 183
31876 pkg syscall (linux-arm-cgo), const SYS_GETDENTS = 141
31877 pkg syscall (linux-arm-cgo), const SYS_GETDENTS64 = 217
31878 pkg syscall (linux-arm-cgo), const SYS_GETEGID = 50
31879 pkg syscall (linux-arm-cgo), const SYS_GETEGID32 = 202
31880 pkg syscall (linux-arm-cgo), const SYS_GETEUID = 49
31881 pkg syscall (linux-arm-cgo), const SYS_GETEUID32 = 201
31882 pkg syscall (linux-arm-cgo), const SYS_GETGID = 47
31883 pkg syscall (linux-arm-cgo), const SYS_GETGID32 = 200
31884 pkg syscall (linux-arm-cgo), const SYS_GETGROUPS = 80
31885 pkg syscall (linux-arm-cgo), const SYS_GETGROUPS32 = 205
31886 pkg syscall (linux-arm-cgo), const SYS_GETITIMER = 105
31887 pkg syscall (linux-arm-cgo), const SYS_GETPEERNAME = 287
31888 pkg syscall (linux-arm-cgo), const SYS_GETPGID = 132
31889 pkg syscall (linux-arm-cgo), const SYS_GETPGRP = 65
31890 pkg syscall (linux-arm-cgo), const SYS_GETPID = 20
31891 pkg syscall (linux-arm-cgo), const SYS_GETPPID = 64
31892 pkg syscall (linux-arm-cgo), const SYS_GETPRIORITY = 96
31893 pkg syscall (linux-arm-cgo), const SYS_GETRESGID = 171
31894 pkg syscall (linux-arm-cgo), const SYS_GETRESGID32 = 211
31895 pkg syscall (linux-arm-cgo), const SYS_GETRESUID = 165
31896 pkg syscall (linux-arm-cgo), const SYS_GETRESUID32 = 209
31897 pkg syscall (linux-arm-cgo), const SYS_GETRLIMIT = 76
31898 pkg syscall (linux-arm-cgo), const SYS_GETRUSAGE = 77
31899 pkg syscall (linux-arm-cgo), const SYS_GETSID = 147
31900 pkg syscall (linux-arm-cgo), const SYS_GETSOCKNAME = 286
31901 pkg syscall (linux-arm-cgo), const SYS_GETSOCKOPT = 295
31902 pkg syscall (linux-arm-cgo), const SYS_GETTID = 224
31903 pkg syscall (linux-arm-cgo), const SYS_GETTIMEOFDAY = 78
31904 pkg syscall (linux-arm-cgo), const SYS_GETUID = 24
31905 pkg syscall (linux-arm-cgo), const SYS_GETUID32 = 199
31906 pkg syscall (linux-arm-cgo), const SYS_GETXATTR = 229
31907 pkg syscall (linux-arm-cgo), const SYS_GET_MEMPOLICY = 320
31908 pkg syscall (linux-arm-cgo), const SYS_GET_ROBUST_LIST = 339
31909 pkg syscall (linux-arm-cgo), const SYS_INIT_MODULE = 128
31910 pkg syscall (linux-arm-cgo), const SYS_INOTIFY_ADD_WATCH = 317
31911 pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT = 316
31912 pkg syscall (linux-arm-cgo), const SYS_INOTIFY_INIT1 = 360
31913 pkg syscall (linux-arm-cgo), const SYS_INOTIFY_RM_WATCH = 318
31914 pkg syscall (linux-arm-cgo), const SYS_IOCTL = 54
31915 pkg syscall (linux-arm-cgo), const SYS_IOPRIO_GET = 315
31916 pkg syscall (linux-arm-cgo), const SYS_IOPRIO_SET = 314
31917 pkg syscall (linux-arm-cgo), const SYS_IO_CANCEL = 247
31918 pkg syscall (linux-arm-cgo), const SYS_IO_DESTROY = 244
31919 pkg syscall (linux-arm-cgo), const SYS_IO_GETEVENTS = 245
31920 pkg syscall (linux-arm-cgo), const SYS_IO_SETUP = 243
31921 pkg syscall (linux-arm-cgo), const SYS_IO_SUBMIT = 246
31922 pkg syscall (linux-arm-cgo), const SYS_IPC = 117
31923 pkg syscall (linux-arm-cgo), const SYS_KEXEC_LOAD = 347
31924 pkg syscall (linux-arm-cgo), const SYS_KEYCTL = 311
31925 pkg syscall (linux-arm-cgo), const SYS_KILL = 37
31926 pkg syscall (linux-arm-cgo), const SYS_LCHOWN = 16
31927 pkg syscall (linux-arm-cgo), const SYS_LCHOWN32 = 198
31928 pkg syscall (linux-arm-cgo), const SYS_LGETXATTR = 230
31929 pkg syscall (linux-arm-cgo), const SYS_LINK = 9
31930 pkg syscall (linux-arm-cgo), const SYS_LINKAT = 330
31931 pkg syscall (linux-arm-cgo), const SYS_LISTEN = 284
31932 pkg syscall (linux-arm-cgo), const SYS_LISTXATTR = 232
31933 pkg syscall (linux-arm-cgo), const SYS_LLISTXATTR = 233
31934 pkg syscall (linux-arm-cgo), const SYS_LOOKUP_DCOOKIE = 249
31935 pkg syscall (linux-arm-cgo), const SYS_LREMOVEXATTR = 236
31936 pkg syscall (linux-arm-cgo), const SYS_LSEEK = 19
31937 pkg syscall (linux-arm-cgo), const SYS_LSETXATTR = 227
31938 pkg syscall (linux-arm-cgo), const SYS_LSTAT = 107
31939 pkg syscall (linux-arm-cgo), const SYS_LSTAT64 = 196
31940 pkg syscall (linux-arm-cgo), const SYS_MADVISE = 220
31941 pkg syscall (linux-arm-cgo), const SYS_MBIND = 319
31942 pkg syscall (linux-arm-cgo), const SYS_MINCORE = 219
31943 pkg syscall (linux-arm-cgo), const SYS_MKDIR = 39
31944 pkg syscall (linux-arm-cgo), const SYS_MKDIRAT = 323
31945 pkg syscall (linux-arm-cgo), const SYS_MKNOD = 14
31946 pkg syscall (linux-arm-cgo), const SYS_MKNODAT = 324
31947 pkg syscall (linux-arm-cgo), const SYS_MLOCK = 150
31948 pkg syscall (linux-arm-cgo), const SYS_MLOCKALL = 152
31949 pkg syscall (linux-arm-cgo), const SYS_MMAP = 90
31950 pkg syscall (linux-arm-cgo), const SYS_MMAP2 = 192
31951 pkg syscall (linux-arm-cgo), const SYS_MOUNT = 21
31952 pkg syscall (linux-arm-cgo), const SYS_MOVE_PAGES = 344
31953 pkg syscall (linux-arm-cgo), const SYS_MPROTECT = 125
31954 pkg syscall (linux-arm-cgo), const SYS_MQ_GETSETATTR = 279
31955 pkg syscall (linux-arm-cgo), const SYS_MQ_NOTIFY = 278
31956 pkg syscall (linux-arm-cgo), const SYS_MQ_OPEN = 274
31957 pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDRECEIVE = 277
31958 pkg syscall (linux-arm-cgo), const SYS_MQ_TIMEDSEND = 276
31959 pkg syscall (linux-arm-cgo), const SYS_MQ_UNLINK = 275
31960 pkg syscall (linux-arm-cgo), const SYS_MREMAP = 163
31961 pkg syscall (linux-arm-cgo), const SYS_MSGCTL = 304
31962 pkg syscall (linux-arm-cgo), const SYS_MSGGET = 303
31963 pkg syscall (linux-arm-cgo), const SYS_MSGRCV = 302
31964 pkg syscall (linux-arm-cgo), const SYS_MSGSND = 301
31965 pkg syscall (linux-arm-cgo), const SYS_MSYNC = 144
31966 pkg syscall (linux-arm-cgo), const SYS_MUNLOCK = 151
31967 pkg syscall (linux-arm-cgo), const SYS_MUNLOCKALL = 153
31968 pkg syscall (linux-arm-cgo), const SYS_MUNMAP = 91
31969 pkg syscall (linux-arm-cgo), const SYS_NAME_TO_HANDLE_AT = 370
31970 pkg syscall (linux-arm-cgo), const SYS_NANOSLEEP = 162
31971 pkg syscall (linux-arm-cgo), const SYS_NFSSERVCTL = 169
31972 pkg syscall (linux-arm-cgo), const SYS_NICE = 34
31973 pkg syscall (linux-arm-cgo), const SYS_OABI_SYSCALL_BASE = 0
31974 pkg syscall (linux-arm-cgo), const SYS_OPEN = 5
31975 pkg syscall (linux-arm-cgo), const SYS_OPENAT = 322
31976 pkg syscall (linux-arm-cgo), const SYS_OPEN_BY_HANDLE_AT = 371
31977 pkg syscall (linux-arm-cgo), const SYS_PAUSE = 29
31978 pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_IOBASE = 271
31979 pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_READ = 272
31980 pkg syscall (linux-arm-cgo), const SYS_PCICONFIG_WRITE = 273
31981 pkg syscall (linux-arm-cgo), const SYS_PERF_EVENT_OPEN = 364
31982 pkg syscall (linux-arm-cgo), const SYS_PERSONALITY = 136
31983 pkg syscall (linux-arm-cgo), const SYS_PIPE = 42
31984 pkg syscall (linux-arm-cgo), const SYS_PIPE2 = 359
31985 pkg syscall (linux-arm-cgo), const SYS_PIVOT_ROOT = 218
31986 pkg syscall (linux-arm-cgo), const SYS_POLL = 168
31987 pkg syscall (linux-arm-cgo), const SYS_PPOLL = 336
31988 pkg syscall (linux-arm-cgo), const SYS_PRCTL = 172
31989 pkg syscall (linux-arm-cgo), const SYS_PREAD64 = 180
31990 pkg syscall (linux-arm-cgo), const SYS_PREADV = 361
31991 pkg syscall (linux-arm-cgo), const SYS_PRLIMIT64 = 369
31992 pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_READV = 376
31993 pkg syscall (linux-arm-cgo), const SYS_PROCESS_VM_WRITEV = 377
31994 pkg syscall (linux-arm-cgo), const SYS_PSELECT6 = 335
31995 pkg syscall (linux-arm-cgo), const SYS_PTRACE = 26
31996 pkg syscall (linux-arm-cgo), const SYS_PWRITE64 = 181
31997 pkg syscall (linux-arm-cgo), const SYS_PWRITEV = 362
31998 pkg syscall (linux-arm-cgo), const SYS_QUOTACTL = 131
31999 pkg syscall (linux-arm-cgo), const SYS_READ = 3
32000 pkg syscall (linux-arm-cgo), const SYS_READAHEAD = 225
32001 pkg syscall (linux-arm-cgo), const SYS_READDIR = 89
32002 pkg syscall (linux-arm-cgo), const SYS_READLINK = 85
32003 pkg syscall (linux-arm-cgo), const SYS_READLINKAT = 332
32004 pkg syscall (linux-arm-cgo), const SYS_READV = 145
32005 pkg syscall (linux-arm-cgo), const SYS_REBOOT = 88
32006 pkg syscall (linux-arm-cgo), const SYS_RECV = 291
32007 pkg syscall (linux-arm-cgo), const SYS_RECVFROM = 292
32008 pkg syscall (linux-arm-cgo), const SYS_RECVMMSG = 365
32009 pkg syscall (linux-arm-cgo), const SYS_RECVMSG = 297
32010 pkg syscall (linux-arm-cgo), const SYS_REMAP_FILE_PAGES = 253
32011 pkg syscall (linux-arm-cgo), const SYS_REMOVEXATTR = 235
32012 pkg syscall (linux-arm-cgo), const SYS_RENAME = 38
32013 pkg syscall (linux-arm-cgo), const SYS_RENAMEAT = 329
32014 pkg syscall (linux-arm-cgo), const SYS_REQUEST_KEY = 310
32015 pkg syscall (linux-arm-cgo), const SYS_RESTART_SYSCALL = 0
32016 pkg syscall (linux-arm-cgo), const SYS_RMDIR = 40
32017 pkg syscall (linux-arm-cgo), const SYS_RT_SIGACTION = 174
32018 pkg syscall (linux-arm-cgo), const SYS_RT_SIGPENDING = 176
32019 pkg syscall (linux-arm-cgo), const SYS_RT_SIGPROCMASK = 175
32020 pkg syscall (linux-arm-cgo), const SYS_RT_SIGQUEUEINFO = 178
32021 pkg syscall (linux-arm-cgo), const SYS_RT_SIGRETURN = 173
32022 pkg syscall (linux-arm-cgo), const SYS_RT_SIGSUSPEND = 179
32023 pkg syscall (linux-arm-cgo), const SYS_RT_SIGTIMEDWAIT = 177
32024 pkg syscall (linux-arm-cgo), const SYS_RT_TGSIGQUEUEINFO = 363
32025 pkg syscall (linux-arm-cgo), const SYS_SCHED_GETAFFINITY = 242
32026 pkg syscall (linux-arm-cgo), const SYS_SCHED_GETPARAM = 155
32027 pkg syscall (linux-arm-cgo), const SYS_SCHED_GETSCHEDULER = 157
32028 pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MAX = 159
32029 pkg syscall (linux-arm-cgo), const SYS_SCHED_GET_PRIORITY_MIN = 160
32030 pkg syscall (linux-arm-cgo), const SYS_SCHED_RR_GET_INTERVAL = 161
32031 pkg syscall (linux-arm-cgo), const SYS_SCHED_SETAFFINITY = 241
32032 pkg syscall (linux-arm-cgo), const SYS_SCHED_SETPARAM = 154
32033 pkg syscall (linux-arm-cgo), const SYS_SCHED_SETSCHEDULER = 156
32034 pkg syscall (linux-arm-cgo), const SYS_SCHED_YIELD = 158
32035 pkg syscall (linux-arm-cgo), const SYS_SELECT = 82
32036 pkg syscall (linux-arm-cgo), const SYS_SEMCTL = 300
32037 pkg syscall (linux-arm-cgo), const SYS_SEMGET = 299
32038 pkg syscall (linux-arm-cgo), const SYS_SEMOP = 298
32039 pkg syscall (linux-arm-cgo), const SYS_SEMTIMEDOP = 312
32040 pkg syscall (linux-arm-cgo), const SYS_SEND = 289
32041 pkg syscall (linux-arm-cgo), const SYS_SENDFILE = 187
32042 pkg syscall (linux-arm-cgo), const SYS_SENDFILE64 = 239
32043 pkg syscall (linux-arm-cgo), const SYS_SENDMMSG = 374
32044 pkg syscall (linux-arm-cgo), const SYS_SENDMSG = 296
32045 pkg syscall (linux-arm-cgo), const SYS_SENDTO = 290
32046 pkg syscall (linux-arm-cgo), const SYS_SETDOMAINNAME = 121
32047 pkg syscall (linux-arm-cgo), const SYS_SETFSGID = 139
32048 pkg syscall (linux-arm-cgo), const SYS_SETFSGID32 = 216
32049 pkg syscall (linux-arm-cgo), const SYS_SETFSUID = 138
32050 pkg syscall (linux-arm-cgo), const SYS_SETFSUID32 = 215
32051 pkg syscall (linux-arm-cgo), const SYS_SETGID = 46
32052 pkg syscall (linux-arm-cgo), const SYS_SETGID32 = 214
32053 pkg syscall (linux-arm-cgo), const SYS_SETGROUPS = 81
32054 pkg syscall (linux-arm-cgo), const SYS_SETGROUPS32 = 206
32055 pkg syscall (linux-arm-cgo), const SYS_SETHOSTNAME = 74
32056 pkg syscall (linux-arm-cgo), const SYS_SETITIMER = 104
32057 pkg syscall (linux-arm-cgo), const SYS_SETNS = 375
32058 pkg syscall (linux-arm-cgo), const SYS_SETPGID = 57
32059 pkg syscall (linux-arm-cgo), const SYS_SETPRIORITY = 97
32060 pkg syscall (linux-arm-cgo), const SYS_SETREGID = 71
32061 pkg syscall (linux-arm-cgo), const SYS_SETREGID32 = 204
32062 pkg syscall (linux-arm-cgo), const SYS_SETRESGID = 170
32063 pkg syscall (linux-arm-cgo), const SYS_SETRESGID32 = 210
32064 pkg syscall (linux-arm-cgo), const SYS_SETRESUID = 164
32065 pkg syscall (linux-arm-cgo), const SYS_SETRESUID32 = 208
32066 pkg syscall (linux-arm-cgo), const SYS_SETREUID = 70
32067 pkg syscall (linux-arm-cgo), const SYS_SETREUID32 = 203
32068 pkg syscall (linux-arm-cgo), const SYS_SETRLIMIT = 75
32069 pkg syscall (linux-arm-cgo), const SYS_SETSID = 66
32070 pkg syscall (linux-arm-cgo), const SYS_SETSOCKOPT = 294
32071 pkg syscall (linux-arm-cgo), const SYS_SETTIMEOFDAY = 79
32072 pkg syscall (linux-arm-cgo), const SYS_SETUID = 23
32073 pkg syscall (linux-arm-cgo), const SYS_SETUID32 = 213
32074 pkg syscall (linux-arm-cgo), const SYS_SETXATTR = 226
32075 pkg syscall (linux-arm-cgo), const SYS_SET_MEMPOLICY = 321
32076 pkg syscall (linux-arm-cgo), const SYS_SET_ROBUST_LIST = 338
32077 pkg syscall (linux-arm-cgo), const SYS_SET_TID_ADDRESS = 256
32078 pkg syscall (linux-arm-cgo), const SYS_SHMAT = 305
32079 pkg syscall (linux-arm-cgo), const SYS_SHMCTL = 308
32080 pkg syscall (linux-arm-cgo), const SYS_SHMDT = 306
32081 pkg syscall (linux-arm-cgo), const SYS_SHMGET = 307
32082 pkg syscall (linux-arm-cgo), const SYS_SHUTDOWN = 293
32083 pkg syscall (linux-arm-cgo), const SYS_SIGACTION = 67
32084 pkg syscall (linux-arm-cgo), const SYS_SIGALTSTACK = 186
32085 pkg syscall (linux-arm-cgo), const SYS_SIGNALFD = 349
32086 pkg syscall (linux-arm-cgo), const SYS_SIGNALFD4 = 355
32087 pkg syscall (linux-arm-cgo), const SYS_SIGPENDING = 73
32088 pkg syscall (linux-arm-cgo), const SYS_SIGPROCMASK = 126
32089 pkg syscall (linux-arm-cgo), const SYS_SIGRETURN = 119
32090 pkg syscall (linux-arm-cgo), const SYS_SIGSUSPEND = 72
32091 pkg syscall (linux-arm-cgo), const SYS_SOCKET = 281
32092 pkg syscall (linux-arm-cgo), const SYS_SOCKETCALL = 102
32093 pkg syscall (linux-arm-cgo), const SYS_SOCKETPAIR = 288
32094 pkg syscall (linux-arm-cgo), const SYS_SPLICE = 340
32095 pkg syscall (linux-arm-cgo), const SYS_STAT = 106
32096 pkg syscall (linux-arm-cgo), const SYS_STAT64 = 195
32097 pkg syscall (linux-arm-cgo), const SYS_STATFS = 99
32098 pkg syscall (linux-arm-cgo), const SYS_STATFS64 = 266
32099 pkg syscall (linux-arm-cgo), const SYS_STIME = 25
32100 pkg syscall (linux-arm-cgo), const SYS_SWAPOFF = 115
32101 pkg syscall (linux-arm-cgo), const SYS_SWAPON = 87
32102 pkg syscall (linux-arm-cgo), const SYS_SYMLINK = 83
32103 pkg syscall (linux-arm-cgo), const SYS_SYMLINKAT = 331
32104 pkg syscall (linux-arm-cgo), const SYS_SYNC = 36
32105 pkg syscall (linux-arm-cgo), const SYS_SYNCFS = 373
32106 pkg syscall (linux-arm-cgo), const SYS_SYSCALL = 113
32107 pkg syscall (linux-arm-cgo), const SYS_SYSCALL_BASE = 0
32108 pkg syscall (linux-arm-cgo), const SYS_SYSFS = 135
32109 pkg syscall (linux-arm-cgo), const SYS_SYSINFO = 116
32110 pkg syscall (linux-arm-cgo), const SYS_SYSLOG = 103
32111 pkg syscall (linux-arm-cgo), const SYS_TEE = 342
32112 pkg syscall (linux-arm-cgo), const SYS_TGKILL = 268
32113 pkg syscall (linux-arm-cgo), const SYS_TIME = 13
32114 pkg syscall (linux-arm-cgo), const SYS_TIMERFD_CREATE = 350
32115 pkg syscall (linux-arm-cgo), const SYS_TIMERFD_GETTIME = 354
32116 pkg syscall (linux-arm-cgo), const SYS_TIMERFD_SETTIME = 353
32117 pkg syscall (linux-arm-cgo), const SYS_TIMER_CREATE = 257
32118 pkg syscall (linux-arm-cgo), const SYS_TIMER_DELETE = 261
32119 pkg syscall (linux-arm-cgo), const SYS_TIMER_GETOVERRUN = 260
32120 pkg syscall (linux-arm-cgo), const SYS_TIMER_GETTIME = 259
32121 pkg syscall (linux-arm-cgo), const SYS_TIMER_SETTIME = 258
32122 pkg syscall (linux-arm-cgo), const SYS_TIMES = 43
32123 pkg syscall (linux-arm-cgo), const SYS_TKILL = 238
32124 pkg syscall (linux-arm-cgo), const SYS_TRUNCATE = 92
32125 pkg syscall (linux-arm-cgo), const SYS_TRUNCATE64 = 193
32126 pkg syscall (linux-arm-cgo), const SYS_UGETRLIMIT = 191
32127 pkg syscall (linux-arm-cgo), const SYS_UMASK = 60
32128 pkg syscall (linux-arm-cgo), const SYS_UMOUNT = 22
32129 pkg syscall (linux-arm-cgo), const SYS_UMOUNT2 = 52
32130 pkg syscall (linux-arm-cgo), const SYS_UNAME = 122
32131 pkg syscall (linux-arm-cgo), const SYS_UNLINK = 10
32132 pkg syscall (linux-arm-cgo), const SYS_UNLINKAT = 328
32133 pkg syscall (linux-arm-cgo), const SYS_UNSHARE = 337
32134 pkg syscall (linux-arm-cgo), const SYS_USELIB = 86
32135 pkg syscall (linux-arm-cgo), const SYS_USTAT = 62
32136 pkg syscall (linux-arm-cgo), const SYS_UTIME = 30
32137 pkg syscall (linux-arm-cgo), const SYS_UTIMENSAT = 348
32138 pkg syscall (linux-arm-cgo), const SYS_UTIMES = 269
32139 pkg syscall (linux-arm-cgo), const SYS_VFORK = 190
32140 pkg syscall (linux-arm-cgo), const SYS_VHANGUP = 111
32141 pkg syscall (linux-arm-cgo), const SYS_VMSPLICE = 343
32142 pkg syscall (linux-arm-cgo), const SYS_VSERVER = 313
32143 pkg syscall (linux-arm-cgo), const SYS_WAIT4 = 114
32144 pkg syscall (linux-arm-cgo), const SYS_WAITID = 280
32145 pkg syscall (linux-arm-cgo), const SYS_WRITE = 4
32146 pkg syscall (linux-arm-cgo), const SYS_WRITEV = 146
32147 pkg syscall (linux-arm-cgo), const SYS__LLSEEK = 140
32148 pkg syscall (linux-arm-cgo), const SYS__NEWSELECT = 142
32149 pkg syscall (linux-arm-cgo), const SYS__SYSCTL = 149
32150 pkg syscall (linux-arm-cgo), const S_BLKSIZE = 512
32151 pkg syscall (linux-arm-cgo), const S_IEXEC = 64
32152 pkg syscall (linux-arm-cgo), const S_IFMT = 61440
32153 pkg syscall (linux-arm-cgo), const S_IREAD = 256
32154 pkg syscall (linux-arm-cgo), const S_IRGRP = 32
32155 pkg syscall (linux-arm-cgo), const S_IROTH = 4
32156 pkg syscall (linux-arm-cgo), const S_IRWXG = 56
32157 pkg syscall (linux-arm-cgo), const S_IRWXO = 7
32158 pkg syscall (linux-arm-cgo), const S_IRWXU = 448
32159 pkg syscall (linux-arm-cgo), const S_IWGRP = 16
32160 pkg syscall (linux-arm-cgo), const S_IWOTH = 2
32161 pkg syscall (linux-arm-cgo), const S_IWRITE = 128
32162 pkg syscall (linux-arm-cgo), const S_IXGRP = 8
32163 pkg syscall (linux-arm-cgo), const S_IXOTH = 1
32164 pkg syscall (linux-arm-cgo), const SizeofCmsghdr = 12
32165 pkg syscall (linux-arm-cgo), const SizeofIPMreq = 8
32166 pkg syscall (linux-arm-cgo), const SizeofIPMreqn = 12
32167 pkg syscall (linux-arm-cgo), const SizeofIPv6Mreq = 20
32168 pkg syscall (linux-arm-cgo), const SizeofIfAddrmsg = 8
32169 pkg syscall (linux-arm-cgo), const SizeofIfInfomsg = 16
32170 pkg syscall (linux-arm-cgo), const SizeofInet4Pktinfo = 12
32171 pkg syscall (linux-arm-cgo), const SizeofInet6Pktinfo = 20
32172 pkg syscall (linux-arm-cgo), const SizeofInotifyEvent = 16
32173 pkg syscall (linux-arm-cgo), const SizeofLinger = 8
32174 pkg syscall (linux-arm-cgo), const SizeofMsghdr = 28
32175 pkg syscall (linux-arm-cgo), const SizeofNlAttr = 4
32176 pkg syscall (linux-arm-cgo), const SizeofNlMsgerr = 20
32177 pkg syscall (linux-arm-cgo), const SizeofNlMsghdr = 16
32178 pkg syscall (linux-arm-cgo), const SizeofRtAttr = 4
32179 pkg syscall (linux-arm-cgo), const SizeofRtGenmsg = 1
32180 pkg syscall (linux-arm-cgo), const SizeofRtMsg = 12
32181 pkg syscall (linux-arm-cgo), const SizeofRtNexthop = 8
32182 pkg syscall (linux-arm-cgo), const SizeofSockFilter = 8
32183 pkg syscall (linux-arm-cgo), const SizeofSockFprog = 8
32184 pkg syscall (linux-arm-cgo), const SizeofSockaddrAny = 112
32185 pkg syscall (linux-arm-cgo), const SizeofSockaddrInet4 = 16
32186 pkg syscall (linux-arm-cgo), const SizeofSockaddrInet6 = 28
32187 pkg syscall (linux-arm-cgo), const SizeofSockaddrLinklayer = 20
32188 pkg syscall (linux-arm-cgo), const SizeofSockaddrNetlink = 12
32189 pkg syscall (linux-arm-cgo), const SizeofSockaddrUnix = 110
32190 pkg syscall (linux-arm-cgo), const SizeofTCPInfo = 104
32191 pkg syscall (linux-arm-cgo), const SizeofUcred = 12
32192 pkg syscall (linux-arm-cgo), const TCGETS = 21505
32193 pkg syscall (linux-arm-cgo), const TCP_CONGESTION = 13
32194 pkg syscall (linux-arm-cgo), const TCP_CORK = 3
32195 pkg syscall (linux-arm-cgo), const TCP_DEFER_ACCEPT = 9
32196 pkg syscall (linux-arm-cgo), const TCP_INFO = 11
32197 pkg syscall (linux-arm-cgo), const TCP_KEEPCNT = 6
32198 pkg syscall (linux-arm-cgo), const TCP_KEEPIDLE = 4
32199 pkg syscall (linux-arm-cgo), const TCP_KEEPINTVL = 5
32200 pkg syscall (linux-arm-cgo), const TCP_LINGER2 = 8
32201 pkg syscall (linux-arm-cgo), const TCP_MAXSEG = 2
32202 pkg syscall (linux-arm-cgo), const TCP_MAXWIN = 65535
32203 pkg syscall (linux-arm-cgo), const TCP_MAX_WINSHIFT = 14
32204 pkg syscall (linux-arm-cgo), const TCP_MD5SIG = 14
32205 pkg syscall (linux-arm-cgo), const TCP_MD5SIG_MAXKEYLEN = 80
32206 pkg syscall (linux-arm-cgo), const TCP_MSS = 512
32207 pkg syscall (linux-arm-cgo), const TCP_QUICKACK = 12
32208 pkg syscall (linux-arm-cgo), const TCP_SYNCNT = 7
32209 pkg syscall (linux-arm-cgo), const TCP_WINDOW_CLAMP = 10
32210 pkg syscall (linux-arm-cgo), const TCSETS = 21506
32211 pkg syscall (linux-arm-cgo), const TIOCCBRK = 21544
32212 pkg syscall (linux-arm-cgo), const TIOCCONS = 21533
32213 pkg syscall (linux-arm-cgo), const TIOCEXCL = 21516
32214 pkg syscall (linux-arm-cgo), const TIOCGDEV = 2147767346
32215 pkg syscall (linux-arm-cgo), const TIOCGETD = 21540
32216 pkg syscall (linux-arm-cgo), const TIOCGICOUNT = 21597
32217 pkg syscall (linux-arm-cgo), const TIOCGLCKTRMIOS = 21590
32218 pkg syscall (linux-arm-cgo), const TIOCGPGRP = 21519
32219 pkg syscall (linux-arm-cgo), const TIOCGPTN = 2147767344
32220 pkg syscall (linux-arm-cgo), const TIOCGRS485 = 21550
32221 pkg syscall (linux-arm-cgo), const TIOCGSERIAL = 21534
32222 pkg syscall (linux-arm-cgo), const TIOCGSID = 21545
32223 pkg syscall (linux-arm-cgo), const TIOCGSOFTCAR = 21529
32224 pkg syscall (linux-arm-cgo), const TIOCGWINSZ = 21523
32225 pkg syscall (linux-arm-cgo), const TIOCINQ = 21531
32226 pkg syscall (linux-arm-cgo), const TIOCLINUX = 21532
32227 pkg syscall (linux-arm-cgo), const TIOCMBIC = 21527
32228 pkg syscall (linux-arm-cgo), const TIOCMBIS = 21526
32229 pkg syscall (linux-arm-cgo), const TIOCMGET = 21525
32230 pkg syscall (linux-arm-cgo), const TIOCMIWAIT = 21596
32231 pkg syscall (linux-arm-cgo), const TIOCMSET = 21528
32232 pkg syscall (linux-arm-cgo), const TIOCM_CAR = 64
32233 pkg syscall (linux-arm-cgo), const TIOCM_CD = 64
32234 pkg syscall (linux-arm-cgo), const TIOCM_CTS = 32
32235 pkg syscall (linux-arm-cgo), const TIOCM_DSR = 256
32236 pkg syscall (linux-arm-cgo), const TIOCM_DTR = 2
32237 pkg syscall (linux-arm-cgo), const TIOCM_LE = 1
32238 pkg syscall (linux-arm-cgo), const TIOCM_RI = 128
32239 pkg syscall (linux-arm-cgo), const TIOCM_RNG = 128
32240 pkg syscall (linux-arm-cgo), const TIOCM_RTS = 4
32241 pkg syscall (linux-arm-cgo), const TIOCM_SR = 16
32242 pkg syscall (linux-arm-cgo), const TIOCM_ST = 8
32243 pkg syscall (linux-arm-cgo), const TIOCNOTTY = 21538
32244 pkg syscall (linux-arm-cgo), const TIOCNXCL = 21517
32245 pkg syscall (linux-arm-cgo), const TIOCOUTQ = 21521
32246 pkg syscall (linux-arm-cgo), const TIOCPKT = 21536
32247 pkg syscall (linux-arm-cgo), const TIOCPKT_DATA = 0
32248 pkg syscall (linux-arm-cgo), const TIOCPKT_DOSTOP = 32
32249 pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHREAD = 1
32250 pkg syscall (linux-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
32251 pkg syscall (linux-arm-cgo), const TIOCPKT_IOCTL = 64
32252 pkg syscall (linux-arm-cgo), const TIOCPKT_NOSTOP = 16
32253 pkg syscall (linux-arm-cgo), const TIOCPKT_START = 8
32254 pkg syscall (linux-arm-cgo), const TIOCPKT_STOP = 4
32255 pkg syscall (linux-arm-cgo), const TIOCSBRK = 21543
32256 pkg syscall (linux-arm-cgo), const TIOCSCTTY = 21518
32257 pkg syscall (linux-arm-cgo), const TIOCSERCONFIG = 21587
32258 pkg syscall (linux-arm-cgo), const TIOCSERGETLSR = 21593
32259 pkg syscall (linux-arm-cgo), const TIOCSERGETMULTI = 21594
32260 pkg syscall (linux-arm-cgo), const TIOCSERGSTRUCT = 21592
32261 pkg syscall (linux-arm-cgo), const TIOCSERGWILD = 21588
32262 pkg syscall (linux-arm-cgo), const TIOCSERSETMULTI = 21595
32263 pkg syscall (linux-arm-cgo), const TIOCSERSWILD = 21589
32264 pkg syscall (linux-arm-cgo), const TIOCSER_TEMT = 1
32265 pkg syscall (linux-arm-cgo), const TIOCSETD = 21539
32266 pkg syscall (linux-arm-cgo), const TIOCSIG = 1074025526
32267 pkg syscall (linux-arm-cgo), const TIOCSLCKTRMIOS = 21591
32268 pkg syscall (linux-arm-cgo), const TIOCSPGRP = 21520
32269 pkg syscall (linux-arm-cgo), const TIOCSPTLCK = 1074025521
32270 pkg syscall (linux-arm-cgo), const TIOCSRS485 = 21551
32271 pkg syscall (linux-arm-cgo), const TIOCSSERIAL = 21535
32272 pkg syscall (linux-arm-cgo), const TIOCSSOFTCAR = 21530
32273 pkg syscall (linux-arm-cgo), const TIOCSTI = 21522
32274 pkg syscall (linux-arm-cgo), const TIOCSWINSZ = 21524
32275 pkg syscall (linux-arm-cgo), const TIOCVHANGUP = 21559
32276 pkg syscall (linux-arm-cgo), const TOSTOP = 256
32277 pkg syscall (linux-arm-cgo), const TUNATTACHFILTER = 1074287829
32278 pkg syscall (linux-arm-cgo), const TUNDETACHFILTER = 1074287830
32279 pkg syscall (linux-arm-cgo), const TUNGETFEATURES = 2147767503
32280 pkg syscall (linux-arm-cgo), const TUNGETIFF = 2147767506
32281 pkg syscall (linux-arm-cgo), const TUNGETSNDBUF = 2147767507
32282 pkg syscall (linux-arm-cgo), const TUNGETVNETHDRSZ = 2147767511
32283 pkg syscall (linux-arm-cgo), const TUNSETDEBUG = 1074025673
32284 pkg syscall (linux-arm-cgo), const TUNSETGROUP = 1074025678
32285 pkg syscall (linux-arm-cgo), const TUNSETIFF = 1074025674
32286 pkg syscall (linux-arm-cgo), const TUNSETLINK = 1074025677
32287 pkg syscall (linux-arm-cgo), const TUNSETNOCSUM = 1074025672
32288 pkg syscall (linux-arm-cgo), const TUNSETOFFLOAD = 1074025680
32289 pkg syscall (linux-arm-cgo), const TUNSETOWNER = 1074025676
32290 pkg syscall (linux-arm-cgo), const TUNSETPERSIST = 1074025675
32291 pkg syscall (linux-arm-cgo), const TUNSETSNDBUF = 1074025684
32292 pkg syscall (linux-arm-cgo), const TUNSETTXFILTER = 1074025681
32293 pkg syscall (linux-arm-cgo), const TUNSETVNETHDRSZ = 1074025688
32294 pkg syscall (linux-arm-cgo), const VDISCARD = 13
32295 pkg syscall (linux-arm-cgo), const VEOF = 4
32296 pkg syscall (linux-arm-cgo), const VEOL = 11
32297 pkg syscall (linux-arm-cgo), const VEOL2 = 16
32298 pkg syscall (linux-arm-cgo), const VERASE = 2
32299 pkg syscall (linux-arm-cgo), const VINTR = 0
32300 pkg syscall (linux-arm-cgo), const VKILL = 3
32301 pkg syscall (linux-arm-cgo), const VLNEXT = 15
32302 pkg syscall (linux-arm-cgo), const VMIN = 6
32303 pkg syscall (linux-arm-cgo), const VQUIT = 1
32304 pkg syscall (linux-arm-cgo), const VREPRINT = 12
32305 pkg syscall (linux-arm-cgo), const VSTART = 8
32306 pkg syscall (linux-arm-cgo), const VSTOP = 9
32307 pkg syscall (linux-arm-cgo), const VSUSP = 10
32308 pkg syscall (linux-arm-cgo), const VSWTC = 7
32309 pkg syscall (linux-arm-cgo), const VTIME = 5
32310 pkg syscall (linux-arm-cgo), const VWERASE = 14
32311 pkg syscall (linux-arm-cgo), const WALL = 1073741824
32312 pkg syscall (linux-arm-cgo), const WCLONE = 2147483648
32313 pkg syscall (linux-arm-cgo), const WCONTINUED = 8
32314 pkg syscall (linux-arm-cgo), const WEXITED = 4
32315 pkg syscall (linux-arm-cgo), const WNOHANG = 1
32316 pkg syscall (linux-arm-cgo), const WNOTHREAD = 536870912
32317 pkg syscall (linux-arm-cgo), const WNOWAIT = 16777216
32318 pkg syscall (linux-arm-cgo), const WORDSIZE = 32
32319 pkg syscall (linux-arm-cgo), const WSTOPPED = 2
32320 pkg syscall (linux-arm-cgo), const WUNTRACED = 2
32321 pkg syscall (linux-arm-cgo), const XCASE = 4
32322 pkg syscall (netbsd-386), const AF_APPLETALK = 16
32323 pkg syscall (netbsd-386), const AF_ARP = 28
32324 pkg syscall (netbsd-386), const AF_BLUETOOTH = 31
32325 pkg syscall (netbsd-386), const AF_CCITT = 10
32326 pkg syscall (netbsd-386), const AF_CHAOS = 5
32327 pkg syscall (netbsd-386), const AF_CNT = 21
32328 pkg syscall (netbsd-386), const AF_COIP = 20
32329 pkg syscall (netbsd-386), const AF_DATAKIT = 9
32330 pkg syscall (netbsd-386), const AF_DECnet = 12
32331 pkg syscall (netbsd-386), const AF_DLI = 13
32332 pkg syscall (netbsd-386), const AF_E164 = 26
32333 pkg syscall (netbsd-386), const AF_ECMA = 8
32334 pkg syscall (netbsd-386), const AF_HYLINK = 15
32335 pkg syscall (netbsd-386), const AF_IEEE80211 = 32
32336 pkg syscall (netbsd-386), const AF_IMPLINK = 3
32337 pkg syscall (netbsd-386), const AF_INET6 = 24
32338 pkg syscall (netbsd-386), const AF_IPX = 23
32339 pkg syscall (netbsd-386), const AF_ISDN = 26
32340 pkg syscall (netbsd-386), const AF_ISO = 7
32341 pkg syscall (netbsd-386), const AF_LAT = 14
32342 pkg syscall (netbsd-386), const AF_LINK = 18
32343 pkg syscall (netbsd-386), const AF_LOCAL = 1
32344 pkg syscall (netbsd-386), const AF_MAX = 35
32345 pkg syscall (netbsd-386), const AF_MPLS = 33
32346 pkg syscall (netbsd-386), const AF_NATM = 27
32347 pkg syscall (netbsd-386), const AF_NS = 6
32348 pkg syscall (netbsd-386), const AF_OROUTE = 17
32349 pkg syscall (netbsd-386), const AF_OSI = 7
32350 pkg syscall (netbsd-386), const AF_PUP = 4
32351 pkg syscall (netbsd-386), const AF_ROUTE = 34
32352 pkg syscall (netbsd-386), const AF_SNA = 11
32353 pkg syscall (netbsd-386), const ARPHRD_ARCNET = 7
32354 pkg syscall (netbsd-386), const ARPHRD_ETHER = 1
32355 pkg syscall (netbsd-386), const ARPHRD_FRELAY = 15
32356 pkg syscall (netbsd-386), const ARPHRD_IEEE1394 = 24
32357 pkg syscall (netbsd-386), const ARPHRD_IEEE802 = 6
32358 pkg syscall (netbsd-386), const ARPHRD_STRIP = 23
32359 pkg syscall (netbsd-386), const B0 = 0
32360 pkg syscall (netbsd-386), const B110 = 110
32361 pkg syscall (netbsd-386), const B115200 = 115200
32362 pkg syscall (netbsd-386), const B1200 = 1200
32363 pkg syscall (netbsd-386), const B134 = 134
32364 pkg syscall (netbsd-386), const B14400 = 14400
32365 pkg syscall (netbsd-386), const B150 = 150
32366 pkg syscall (netbsd-386), const B1800 = 1800
32367 pkg syscall (netbsd-386), const B19200 = 19200
32368 pkg syscall (netbsd-386), const B200 = 200
32369 pkg syscall (netbsd-386), const B230400 = 230400
32370 pkg syscall (netbsd-386), const B2400 = 2400
32371 pkg syscall (netbsd-386), const B28800 = 28800
32372 pkg syscall (netbsd-386), const B300 = 300
32373 pkg syscall (netbsd-386), const B38400 = 38400
32374 pkg syscall (netbsd-386), const B460800 = 460800
32375 pkg syscall (netbsd-386), const B4800 = 4800
32376 pkg syscall (netbsd-386), const B50 = 50
32377 pkg syscall (netbsd-386), const B57600 = 57600
32378 pkg syscall (netbsd-386), const B600 = 600
32379 pkg syscall (netbsd-386), const B7200 = 7200
32380 pkg syscall (netbsd-386), const B75 = 75
32381 pkg syscall (netbsd-386), const B76800 = 76800
32382 pkg syscall (netbsd-386), const B921600 = 921600
32383 pkg syscall (netbsd-386), const B9600 = 9600
32384 pkg syscall (netbsd-386), const BIOCFEEDBACK = 2147762813
32385 pkg syscall (netbsd-386), const BIOCFLUSH = 536887912
32386 pkg syscall (netbsd-386), const BIOCGBLEN = 1074020966
32387 pkg syscall (netbsd-386), const BIOCGDLT = 1074020970
32388 pkg syscall (netbsd-386), const BIOCGDLTLIST = 3221766775
32389 pkg syscall (netbsd-386), const BIOCGETIF = 1083196011
32390 pkg syscall (netbsd-386), const BIOCGFEEDBACK = 1074020988
32391 pkg syscall (netbsd-386), const BIOCGHDRCMPLT = 1074020980
32392 pkg syscall (netbsd-386), const BIOCGRTIMEOUT = 1074545275
32393 pkg syscall (netbsd-386), const BIOCGSEESENT = 1074020984
32394 pkg syscall (netbsd-386), const BIOCGSTATS = 1082147439
32395 pkg syscall (netbsd-386), const BIOCGSTATSOLD = 1074283119
32396 pkg syscall (netbsd-386), const BIOCIMMEDIATE = 2147762800
32397 pkg syscall (netbsd-386), const BIOCPROMISC = 536887913
32398 pkg syscall (netbsd-386), const BIOCSBLEN = 3221504614
32399 pkg syscall (netbsd-386), const BIOCSDLT = 2147762806
32400 pkg syscall (netbsd-386), const BIOCSETF = 2148024935
32401 pkg syscall (netbsd-386), const BIOCSETIF = 2156937836
32402 pkg syscall (netbsd-386), const BIOCSFEEDBACK = 2147762813
32403 pkg syscall (netbsd-386), const BIOCSHDRCMPLT = 2147762805
32404 pkg syscall (netbsd-386), const BIOCSRTIMEOUT = 2148287098
32405 pkg syscall (netbsd-386), const BIOCSSEESENT = 2147762809
32406 pkg syscall (netbsd-386), const BIOCSTCPF = 2148024946
32407 pkg syscall (netbsd-386), const BIOCSUDPF = 2148024947
32408 pkg syscall (netbsd-386), const BIOCVERSION = 1074020977
32409 pkg syscall (netbsd-386), const BPF_A = 16
32410 pkg syscall (netbsd-386), const BPF_ABS = 32
32411 pkg syscall (netbsd-386), const BPF_ADD = 0
32412 pkg syscall (netbsd-386), const BPF_ALIGNMENT = 4
32413 pkg syscall (netbsd-386), const BPF_ALIGNMENT32 = 4
32414 pkg syscall (netbsd-386), const BPF_ALU = 4
32415 pkg syscall (netbsd-386), const BPF_AND = 80
32416 pkg syscall (netbsd-386), const BPF_B = 16
32417 pkg syscall (netbsd-386), const BPF_DFLTBUFSIZE = 1048576
32418 pkg syscall (netbsd-386), const BPF_DIV = 48
32419 pkg syscall (netbsd-386), const BPF_H = 8
32420 pkg syscall (netbsd-386), const BPF_IMM = 0
32421 pkg syscall (netbsd-386), const BPF_IND = 64
32422 pkg syscall (netbsd-386), const BPF_JA = 0
32423 pkg syscall (netbsd-386), const BPF_JEQ = 16
32424 pkg syscall (netbsd-386), const BPF_JGE = 48
32425 pkg syscall (netbsd-386), const BPF_JGT = 32
32426 pkg syscall (netbsd-386), const BPF_JMP = 5
32427 pkg syscall (netbsd-386), const BPF_JSET = 64
32428 pkg syscall (netbsd-386), const BPF_K = 0
32429 pkg syscall (netbsd-386), const BPF_LD = 0
32430 pkg syscall (netbsd-386), const BPF_LDX = 1
32431 pkg syscall (netbsd-386), const BPF_LEN = 128
32432 pkg syscall (netbsd-386), const BPF_LSH = 96
32433 pkg syscall (netbsd-386), const BPF_MAJOR_VERSION = 1
32434 pkg syscall (netbsd-386), const BPF_MAXBUFSIZE = 16777216
32435 pkg syscall (netbsd-386), const BPF_MAXINSNS = 512
32436 pkg syscall (netbsd-386), const BPF_MEM = 96
32437 pkg syscall (netbsd-386), const BPF_MEMWORDS = 16
32438 pkg syscall (netbsd-386), const BPF_MINBUFSIZE = 32
32439 pkg syscall (netbsd-386), const BPF_MINOR_VERSION = 1
32440 pkg syscall (netbsd-386), const BPF_MISC = 7
32441 pkg syscall (netbsd-386), const BPF_MSH = 160
32442 pkg syscall (netbsd-386), const BPF_MUL = 32
32443 pkg syscall (netbsd-386), const BPF_NEG = 128
32444 pkg syscall (netbsd-386), const BPF_OR = 64
32445 pkg syscall (netbsd-386), const BPF_RELEASE = 199606
32446 pkg syscall (netbsd-386), const BPF_RET = 6
32447 pkg syscall (netbsd-386), const BPF_RSH = 112
32448 pkg syscall (netbsd-386), const BPF_ST = 2
32449 pkg syscall (netbsd-386), const BPF_STX = 3
32450 pkg syscall (netbsd-386), const BPF_SUB = 16
32451 pkg syscall (netbsd-386), const BPF_TAX = 0
32452 pkg syscall (netbsd-386), const BPF_TXA = 128
32453 pkg syscall (netbsd-386), const BPF_W = 0
32454 pkg syscall (netbsd-386), const BPF_X = 8
32455 pkg syscall (netbsd-386), const BRKINT = 2
32456 pkg syscall (netbsd-386), const CFLUSH = 15
32457 pkg syscall (netbsd-386), const CLOCAL = 32768
32458 pkg syscall (netbsd-386), const CREAD = 2048
32459 pkg syscall (netbsd-386), const CS5 = 0
32460 pkg syscall (netbsd-386), const CS6 = 256
32461 pkg syscall (netbsd-386), const CS7 = 512
32462 pkg syscall (netbsd-386), const CS8 = 768
32463 pkg syscall (netbsd-386), const CSIZE = 768
32464 pkg syscall (netbsd-386), const CSTART = 17
32465 pkg syscall (netbsd-386), const CSTATUS = 20
32466 pkg syscall (netbsd-386), const CSTOP = 19
32467 pkg syscall (netbsd-386), const CSTOPB = 1024
32468 pkg syscall (netbsd-386), const CSUSP = 26
32469 pkg syscall (netbsd-386), const CTL_MAXNAME = 12
32470 pkg syscall (netbsd-386), const CTL_NET = 4
32471 pkg syscall (netbsd-386), const CTL_QUERY = -2
32472 pkg syscall (netbsd-386), const DIOCBSFLUSH = 536896632
32473 pkg syscall (netbsd-386), const DLT_A429 = 184
32474 pkg syscall (netbsd-386), const DLT_A653_ICM = 185
32475 pkg syscall (netbsd-386), const DLT_AIRONET_HEADER = 120
32476 pkg syscall (netbsd-386), const DLT_AOS = 222
32477 pkg syscall (netbsd-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
32478 pkg syscall (netbsd-386), const DLT_ARCNET = 7
32479 pkg syscall (netbsd-386), const DLT_ARCNET_LINUX = 129
32480 pkg syscall (netbsd-386), const DLT_ATM_CLIP = 19
32481 pkg syscall (netbsd-386), const DLT_ATM_RFC1483 = 11
32482 pkg syscall (netbsd-386), const DLT_AURORA = 126
32483 pkg syscall (netbsd-386), const DLT_AX25 = 3
32484 pkg syscall (netbsd-386), const DLT_AX25_KISS = 202
32485 pkg syscall (netbsd-386), const DLT_BACNET_MS_TP = 165
32486 pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4 = 187
32487 pkg syscall (netbsd-386), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
32488 pkg syscall (netbsd-386), const DLT_CAN20B = 190
32489 pkg syscall (netbsd-386), const DLT_CAN_SOCKETCAN = 227
32490 pkg syscall (netbsd-386), const DLT_CHAOS = 5
32491 pkg syscall (netbsd-386), const DLT_CISCO_IOS = 118
32492 pkg syscall (netbsd-386), const DLT_C_HDLC = 104
32493 pkg syscall (netbsd-386), const DLT_C_HDLC_WITH_DIR = 205
32494 pkg syscall (netbsd-386), const DLT_DECT = 221
32495 pkg syscall (netbsd-386), const DLT_DOCSIS = 143
32496 pkg syscall (netbsd-386), const DLT_ECONET = 115
32497 pkg syscall (netbsd-386), const DLT_EN10MB = 1
32498 pkg syscall (netbsd-386), const DLT_EN3MB = 2
32499 pkg syscall (netbsd-386), const DLT_ENC = 109
32500 pkg syscall (netbsd-386), const DLT_ERF = 197
32501 pkg syscall (netbsd-386), const DLT_ERF_ETH = 175
32502 pkg syscall (netbsd-386), const DLT_ERF_POS = 176
32503 pkg syscall (netbsd-386), const DLT_FC_2 = 224
32504 pkg syscall (netbsd-386), const DLT_FC_2_WITH_FRAME_DELIMS = 225
32505 pkg syscall (netbsd-386), const DLT_FDDI = 10
32506 pkg syscall (netbsd-386), const DLT_FLEXRAY = 210
32507 pkg syscall (netbsd-386), const DLT_FRELAY = 107
32508 pkg syscall (netbsd-386), const DLT_FRELAY_WITH_DIR = 206
32509 pkg syscall (netbsd-386), const DLT_GCOM_SERIAL = 173
32510 pkg syscall (netbsd-386), const DLT_GCOM_T1E1 = 172
32511 pkg syscall (netbsd-386), const DLT_GPF_F = 171
32512 pkg syscall (netbsd-386), const DLT_GPF_T = 170
32513 pkg syscall (netbsd-386), const DLT_GPRS_LLC = 169
32514 pkg syscall (netbsd-386), const DLT_GSMTAP_ABIS = 218
32515 pkg syscall (netbsd-386), const DLT_GSMTAP_UM = 217
32516 pkg syscall (netbsd-386), const DLT_HDLC = 16
32517 pkg syscall (netbsd-386), const DLT_HHDLC = 121
32518 pkg syscall (netbsd-386), const DLT_HIPPI = 15
32519 pkg syscall (netbsd-386), const DLT_IBM_SN = 146
32520 pkg syscall (netbsd-386), const DLT_IBM_SP = 145
32521 pkg syscall (netbsd-386), const DLT_IEEE802 = 6
32522 pkg syscall (netbsd-386), const DLT_IEEE802_11 = 105
32523 pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO = 127
32524 pkg syscall (netbsd-386), const DLT_IEEE802_11_RADIO_AVS = 163
32525 pkg syscall (netbsd-386), const DLT_IEEE802_15_4 = 195
32526 pkg syscall (netbsd-386), const DLT_IEEE802_15_4_LINUX = 191
32527 pkg syscall (netbsd-386), const DLT_IEEE802_15_4_NONASK_PHY = 215
32528 pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS = 188
32529 pkg syscall (netbsd-386), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
32530 pkg syscall (netbsd-386), const DLT_IPMB = 199
32531 pkg syscall (netbsd-386), const DLT_IPMB_LINUX = 209
32532 pkg syscall (netbsd-386), const DLT_IPNET = 226
32533 pkg syscall (netbsd-386), const DLT_IPV4 = 228
32534 pkg syscall (netbsd-386), const DLT_IPV6 = 229
32535 pkg syscall (netbsd-386), const DLT_IP_OVER_FC = 122
32536 pkg syscall (netbsd-386), const DLT_JUNIPER_ATM1 = 137
32537 pkg syscall (netbsd-386), const DLT_JUNIPER_ATM2 = 135
32538 pkg syscall (netbsd-386), const DLT_JUNIPER_CHDLC = 181
32539 pkg syscall (netbsd-386), const DLT_JUNIPER_ES = 132
32540 pkg syscall (netbsd-386), const DLT_JUNIPER_ETHER = 178
32541 pkg syscall (netbsd-386), const DLT_JUNIPER_FRELAY = 180
32542 pkg syscall (netbsd-386), const DLT_JUNIPER_GGSN = 133
32543 pkg syscall (netbsd-386), const DLT_JUNIPER_ISM = 194
32544 pkg syscall (netbsd-386), const DLT_JUNIPER_MFR = 134
32545 pkg syscall (netbsd-386), const DLT_JUNIPER_MLFR = 131
32546 pkg syscall (netbsd-386), const DLT_JUNIPER_MLPPP = 130
32547 pkg syscall (netbsd-386), const DLT_JUNIPER_MONITOR = 164
32548 pkg syscall (netbsd-386), const DLT_JUNIPER_PIC_PEER = 174
32549 pkg syscall (netbsd-386), const DLT_JUNIPER_PPP = 179
32550 pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE = 167
32551 pkg syscall (netbsd-386), const DLT_JUNIPER_PPPOE_ATM = 168
32552 pkg syscall (netbsd-386), const DLT_JUNIPER_SERVICES = 136
32553 pkg syscall (netbsd-386), const DLT_JUNIPER_ST = 200
32554 pkg syscall (netbsd-386), const DLT_JUNIPER_VP = 183
32555 pkg syscall (netbsd-386), const DLT_LAPB_WITH_DIR = 207
32556 pkg syscall (netbsd-386), const DLT_LAPD = 203
32557 pkg syscall (netbsd-386), const DLT_LIN = 212
32558 pkg syscall (netbsd-386), const DLT_LINUX_EVDEV = 216
32559 pkg syscall (netbsd-386), const DLT_LINUX_IRDA = 144
32560 pkg syscall (netbsd-386), const DLT_LINUX_LAPD = 177
32561 pkg syscall (netbsd-386), const DLT_LINUX_SLL = 113
32562 pkg syscall (netbsd-386), const DLT_LOOP = 108
32563 pkg syscall (netbsd-386), const DLT_LTALK = 114
32564 pkg syscall (netbsd-386), const DLT_MFR = 182
32565 pkg syscall (netbsd-386), const DLT_MOST = 211
32566 pkg syscall (netbsd-386), const DLT_MPLS = 219
32567 pkg syscall (netbsd-386), const DLT_MTP2 = 140
32568 pkg syscall (netbsd-386), const DLT_MTP2_WITH_PHDR = 139
32569 pkg syscall (netbsd-386), const DLT_MTP3 = 141
32570 pkg syscall (netbsd-386), const DLT_NULL = 0
32571 pkg syscall (netbsd-386), const DLT_PCI_EXP = 125
32572 pkg syscall (netbsd-386), const DLT_PFLOG = 117
32573 pkg syscall (netbsd-386), const DLT_PFSYNC = 18
32574 pkg syscall (netbsd-386), const DLT_PPI = 192
32575 pkg syscall (netbsd-386), const DLT_PPP = 9
32576 pkg syscall (netbsd-386), const DLT_PPP_BSDOS = 14
32577 pkg syscall (netbsd-386), const DLT_PPP_ETHER = 51
32578 pkg syscall (netbsd-386), const DLT_PPP_PPPD = 166
32579 pkg syscall (netbsd-386), const DLT_PPP_SERIAL = 50
32580 pkg syscall (netbsd-386), const DLT_PPP_WITH_DIR = 204
32581 pkg syscall (netbsd-386), const DLT_PRISM_HEADER = 119
32582 pkg syscall (netbsd-386), const DLT_PRONET = 4
32583 pkg syscall (netbsd-386), const DLT_RAIF1 = 198
32584 pkg syscall (netbsd-386), const DLT_RAW = 12
32585 pkg syscall (netbsd-386), const DLT_RAWAF_MASK = 35913728
32586 pkg syscall (netbsd-386), const DLT_RIO = 124
32587 pkg syscall (netbsd-386), const DLT_SCCP = 142
32588 pkg syscall (netbsd-386), const DLT_SITA = 196
32589 pkg syscall (netbsd-386), const DLT_SLIP = 8
32590 pkg syscall (netbsd-386), const DLT_SLIP_BSDOS = 13
32591 pkg syscall (netbsd-386), const DLT_SUNATM = 123
32592 pkg syscall (netbsd-386), const DLT_SYMANTEC_FIREWALL = 99
32593 pkg syscall (netbsd-386), const DLT_TZSP = 128
32594 pkg syscall (netbsd-386), const DLT_USB = 186
32595 pkg syscall (netbsd-386), const DLT_USB_LINUX = 189
32596 pkg syscall (netbsd-386), const DLT_USB_LINUX_MMAPPED = 220
32597 pkg syscall (netbsd-386), const DLT_WIHART = 223
32598 pkg syscall (netbsd-386), const DLT_X2E_SERIAL = 213
32599 pkg syscall (netbsd-386), const DLT_X2E_XORAYA = 214
32600 pkg syscall (netbsd-386), const DT_BLK = 6
32601 pkg syscall (netbsd-386), const DT_CHR = 2
32602 pkg syscall (netbsd-386), const DT_DIR = 4
32603 pkg syscall (netbsd-386), const DT_FIFO = 1
32604 pkg syscall (netbsd-386), const DT_LNK = 10
32605 pkg syscall (netbsd-386), const DT_REG = 8
32606 pkg syscall (netbsd-386), const DT_SOCK = 12
32607 pkg syscall (netbsd-386), const DT_UNKNOWN = 0
32608 pkg syscall (netbsd-386), const DT_WHT = 14
32609 pkg syscall (netbsd-386), const E2BIG = 7
32610 pkg syscall (netbsd-386), const EACCES = 13
32611 pkg syscall (netbsd-386), const EADDRINUSE = 48
32612 pkg syscall (netbsd-386), const EADDRNOTAVAIL = 49
32613 pkg syscall (netbsd-386), const EAFNOSUPPORT = 47
32614 pkg syscall (netbsd-386), const EAGAIN = 35
32615 pkg syscall (netbsd-386), const EALREADY = 37
32616 pkg syscall (netbsd-386), const EAUTH = 80
32617 pkg syscall (netbsd-386), const EBADF = 9
32618 pkg syscall (netbsd-386), const EBADMSG = 88
32619 pkg syscall (netbsd-386), const EBADRPC = 72
32620 pkg syscall (netbsd-386), const EBUSY = 16
32621 pkg syscall (netbsd-386), const ECANCELED = 87
32622 pkg syscall (netbsd-386), const ECHILD = 10
32623 pkg syscall (netbsd-386), const ECHO = 8
32624 pkg syscall (netbsd-386), const ECHOCTL = 64
32625 pkg syscall (netbsd-386), const ECHOE = 2
32626 pkg syscall (netbsd-386), const ECHOK = 4
32627 pkg syscall (netbsd-386), const ECHOKE = 1
32628 pkg syscall (netbsd-386), const ECHONL = 16
32629 pkg syscall (netbsd-386), const ECHOPRT = 32
32630 pkg syscall (netbsd-386), const ECONNABORTED = 53
32631 pkg syscall (netbsd-386), const ECONNREFUSED = 61
32632 pkg syscall (netbsd-386), const ECONNRESET = 54
32633 pkg syscall (netbsd-386), const EDEADLK = 11
32634 pkg syscall (netbsd-386), const EDESTADDRREQ = 39
32635 pkg syscall (netbsd-386), const EDOM = 33
32636 pkg syscall (netbsd-386), const EDQUOT = 69
32637 pkg syscall (netbsd-386), const EEXIST = 17
32638 pkg syscall (netbsd-386), const EFAULT = 14
32639 pkg syscall (netbsd-386), const EFBIG = 27
32640 pkg syscall (netbsd-386), const EFTYPE = 79
32641 pkg syscall (netbsd-386), const EHOSTDOWN = 64
32642 pkg syscall (netbsd-386), const EHOSTUNREACH = 65
32643 pkg syscall (netbsd-386), const EIDRM = 82
32644 pkg syscall (netbsd-386), const EILSEQ = 85
32645 pkg syscall (netbsd-386), const EINPROGRESS = 36
32646 pkg syscall (netbsd-386), const EINTR = 4
32647 pkg syscall (netbsd-386), const EINVAL = 22
32648 pkg syscall (netbsd-386), const EIO = 5
32649 pkg syscall (netbsd-386), const EISCONN = 56
32650 pkg syscall (netbsd-386), const EISDIR = 21
32651 pkg syscall (netbsd-386), const ELAST = 96
32652 pkg syscall (netbsd-386), const ELOOP = 62
32653 pkg syscall (netbsd-386), const EMFILE = 24
32654 pkg syscall (netbsd-386), const EMLINK = 31
32655 pkg syscall (netbsd-386), const EMSGSIZE = 40
32656 pkg syscall (netbsd-386), const EMULTIHOP = 94
32657 pkg syscall (netbsd-386), const EMUL_LINUX = 1
32658 pkg syscall (netbsd-386), const EMUL_LINUX32 = 5
32659 pkg syscall (netbsd-386), const EMUL_MAXID = 6
32660 pkg syscall (netbsd-386), const ENAMETOOLONG = 63
32661 pkg syscall (netbsd-386), const ENEEDAUTH = 81
32662 pkg syscall (netbsd-386), const ENETDOWN = 50
32663 pkg syscall (netbsd-386), const ENETRESET = 52
32664 pkg syscall (netbsd-386), const ENETUNREACH = 51
32665 pkg syscall (netbsd-386), const ENFILE = 23
32666 pkg syscall (netbsd-386), const ENOATTR = 93
32667 pkg syscall (netbsd-386), const ENOBUFS = 55
32668 pkg syscall (netbsd-386), const ENODATA = 89
32669 pkg syscall (netbsd-386), const ENODEV = 19
32670 pkg syscall (netbsd-386), const ENOEXEC = 8
32671 pkg syscall (netbsd-386), const ENOLCK = 77
32672 pkg syscall (netbsd-386), const ENOLINK = 95
32673 pkg syscall (netbsd-386), const ENOMEM = 12
32674 pkg syscall (netbsd-386), const ENOMSG = 83
32675 pkg syscall (netbsd-386), const ENOPROTOOPT = 42
32676 pkg syscall (netbsd-386), const ENOSPC = 28
32677 pkg syscall (netbsd-386), const ENOSR = 90
32678 pkg syscall (netbsd-386), const ENOSTR = 91
32679 pkg syscall (netbsd-386), const ENOSYS = 78
32680 pkg syscall (netbsd-386), const ENOTBLK = 15
32681 pkg syscall (netbsd-386), const ENOTCONN = 57
32682 pkg syscall (netbsd-386), const ENOTDIR = 20
32683 pkg syscall (netbsd-386), const ENOTEMPTY = 66
32684 pkg syscall (netbsd-386), const ENOTSOCK = 38
32685 pkg syscall (netbsd-386), const ENOTSUP = 86
32686 pkg syscall (netbsd-386), const ENOTTY = 25
32687 pkg syscall (netbsd-386), const ENXIO = 6
32688 pkg syscall (netbsd-386), const EN_SW_CTL_INF = 4096
32689 pkg syscall (netbsd-386), const EN_SW_CTL_PREC = 768
32690 pkg syscall (netbsd-386), const EN_SW_CTL_ROUND = 3072
32691 pkg syscall (netbsd-386), const EN_SW_DATACHAIN = 128
32692 pkg syscall (netbsd-386), const EN_SW_DENORM = 2
32693 pkg syscall (netbsd-386), const EN_SW_INVOP = 1
32694 pkg syscall (netbsd-386), const EN_SW_OVERFLOW = 8
32695 pkg syscall (netbsd-386), const EN_SW_PRECLOSS = 32
32696 pkg syscall (netbsd-386), const EN_SW_UNDERFLOW = 16
32697 pkg syscall (netbsd-386), const EN_SW_ZERODIV = 4
32698 pkg syscall (netbsd-386), const EOPNOTSUPP = 45
32699 pkg syscall (netbsd-386), const EOVERFLOW = 84
32700 pkg syscall (netbsd-386), const EPERM = 1
32701 pkg syscall (netbsd-386), const EPFNOSUPPORT = 46
32702 pkg syscall (netbsd-386), const EPIPE = 32
32703 pkg syscall (netbsd-386), const EPROCLIM = 67
32704 pkg syscall (netbsd-386), const EPROCUNAVAIL = 76
32705 pkg syscall (netbsd-386), const EPROGMISMATCH = 75
32706 pkg syscall (netbsd-386), const EPROGUNAVAIL = 74
32707 pkg syscall (netbsd-386), const EPROTO = 96
32708 pkg syscall (netbsd-386), const EPROTONOSUPPORT = 43
32709 pkg syscall (netbsd-386), const EPROTOTYPE = 41
32710 pkg syscall (netbsd-386), const ERANGE = 34
32711 pkg syscall (netbsd-386), const EREMOTE = 71
32712 pkg syscall (netbsd-386), const EROFS = 30
32713 pkg syscall (netbsd-386), const ERPCMISMATCH = 73
32714 pkg syscall (netbsd-386), const ESHUTDOWN = 58
32715 pkg syscall (netbsd-386), const ESOCKTNOSUPPORT = 44
32716 pkg syscall (netbsd-386), const ESPIPE = 29
32717 pkg syscall (netbsd-386), const ESRCH = 3
32718 pkg syscall (netbsd-386), const ESTALE = 70
32719 pkg syscall (netbsd-386), const ETHERCAP_JUMBO_MTU = 4
32720 pkg syscall (netbsd-386), const ETHERCAP_VLAN_HWTAGGING = 2
32721 pkg syscall (netbsd-386), const ETHERCAP_VLAN_MTU = 1
32722 pkg syscall (netbsd-386), const ETHERMIN = 46
32723 pkg syscall (netbsd-386), const ETHERMTU = 1500
32724 pkg syscall (netbsd-386), const ETHERMTU_JUMBO = 9000
32725 pkg syscall (netbsd-386), const ETHERTYPE_8023 = 4
32726 pkg syscall (netbsd-386), const ETHERTYPE_AARP = 33011
32727 pkg syscall (netbsd-386), const ETHERTYPE_ACCTON = 33680
32728 pkg syscall (netbsd-386), const ETHERTYPE_AEONIC = 32822
32729 pkg syscall (netbsd-386), const ETHERTYPE_ALPHA = 33098
32730 pkg syscall (netbsd-386), const ETHERTYPE_AMBER = 24584
32731 pkg syscall (netbsd-386), const ETHERTYPE_AMOEBA = 33093
32732 pkg syscall (netbsd-386), const ETHERTYPE_APOLLO = 33015
32733 pkg syscall (netbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
32734 pkg syscall (netbsd-386), const ETHERTYPE_APPLETALK = 32923
32735 pkg syscall (netbsd-386), const ETHERTYPE_APPLITEK = 32967
32736 pkg syscall (netbsd-386), const ETHERTYPE_ARGONAUT = 32826
32737 pkg syscall (netbsd-386), const ETHERTYPE_ARP = 2054
32738 pkg syscall (netbsd-386), const ETHERTYPE_AT = 32923
32739 pkg syscall (netbsd-386), const ETHERTYPE_ATALK = 32923
32740 pkg syscall (netbsd-386), const ETHERTYPE_ATOMIC = 34527
32741 pkg syscall (netbsd-386), const ETHERTYPE_ATT = 32873
32742 pkg syscall (netbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
32743 pkg syscall (netbsd-386), const ETHERTYPE_AUTOPHON = 32874
32744 pkg syscall (netbsd-386), const ETHERTYPE_AXIS = 34902
32745 pkg syscall (netbsd-386), const ETHERTYPE_BCLOOP = 36867
32746 pkg syscall (netbsd-386), const ETHERTYPE_BOFL = 33026
32747 pkg syscall (netbsd-386), const ETHERTYPE_CABLETRON = 28724
32748 pkg syscall (netbsd-386), const ETHERTYPE_CHAOS = 2052
32749 pkg syscall (netbsd-386), const ETHERTYPE_COMDESIGN = 32876
32750 pkg syscall (netbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
32751 pkg syscall (netbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
32752 pkg syscall (netbsd-386), const ETHERTYPE_CRONUS = 32772
32753 pkg syscall (netbsd-386), const ETHERTYPE_CRONUSVLN = 32771
32754 pkg syscall (netbsd-386), const ETHERTYPE_DCA = 4660
32755 pkg syscall (netbsd-386), const ETHERTYPE_DDE = 32891
32756 pkg syscall (netbsd-386), const ETHERTYPE_DEBNI = 43690
32757 pkg syscall (netbsd-386), const ETHERTYPE_DECAM = 32840
32758 pkg syscall (netbsd-386), const ETHERTYPE_DECCUST = 24582
32759 pkg syscall (netbsd-386), const ETHERTYPE_DECDIAG = 24581
32760 pkg syscall (netbsd-386), const ETHERTYPE_DECDNS = 32828
32761 pkg syscall (netbsd-386), const ETHERTYPE_DECDTS = 32830
32762 pkg syscall (netbsd-386), const ETHERTYPE_DECEXPER = 24576
32763 pkg syscall (netbsd-386), const ETHERTYPE_DECLAST = 32833
32764 pkg syscall (netbsd-386), const ETHERTYPE_DECLTM = 32831
32765 pkg syscall (netbsd-386), const ETHERTYPE_DECMUMPS = 24585
32766 pkg syscall (netbsd-386), const ETHERTYPE_DECNETBIOS = 32832
32767 pkg syscall (netbsd-386), const ETHERTYPE_DELTACON = 34526
32768 pkg syscall (netbsd-386), const ETHERTYPE_DIDDLE = 17185
32769 pkg syscall (netbsd-386), const ETHERTYPE_DLOG1 = 1632
32770 pkg syscall (netbsd-386), const ETHERTYPE_DLOG2 = 1633
32771 pkg syscall (netbsd-386), const ETHERTYPE_DN = 24579
32772 pkg syscall (netbsd-386), const ETHERTYPE_DOGFIGHT = 6537
32773 pkg syscall (netbsd-386), const ETHERTYPE_DSMD = 32825
32774 pkg syscall (netbsd-386), const ETHERTYPE_ECMA = 2051
32775 pkg syscall (netbsd-386), const ETHERTYPE_ENCRYPT = 32829
32776 pkg syscall (netbsd-386), const ETHERTYPE_ES = 32861
32777 pkg syscall (netbsd-386), const ETHERTYPE_EXCELAN = 32784
32778 pkg syscall (netbsd-386), const ETHERTYPE_EXPERDATA = 32841
32779 pkg syscall (netbsd-386), const ETHERTYPE_FLIP = 33094
32780 pkg syscall (netbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
32781 pkg syscall (netbsd-386), const ETHERTYPE_FRARP = 2056
32782 pkg syscall (netbsd-386), const ETHERTYPE_GENDYN = 32872
32783 pkg syscall (netbsd-386), const ETHERTYPE_HAYES = 33072
32784 pkg syscall (netbsd-386), const ETHERTYPE_HIPPI_FP = 33152
32785 pkg syscall (netbsd-386), const ETHERTYPE_HITACHI = 34848
32786 pkg syscall (netbsd-386), const ETHERTYPE_HP = 32773
32787 pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUP = 2560
32788 pkg syscall (netbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
32789 pkg syscall (netbsd-386), const ETHERTYPE_IMLBL = 19522
32790 pkg syscall (netbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
32791 pkg syscall (netbsd-386), const ETHERTYPE_IP = 2048
32792 pkg syscall (netbsd-386), const ETHERTYPE_IPAS = 34668
32793 pkg syscall (netbsd-386), const ETHERTYPE_IPV6 = 34525
32794 pkg syscall (netbsd-386), const ETHERTYPE_IPX = 33079
32795 pkg syscall (netbsd-386), const ETHERTYPE_IPXNEW = 32823
32796 pkg syscall (netbsd-386), const ETHERTYPE_KALPANA = 34178
32797 pkg syscall (netbsd-386), const ETHERTYPE_LANBRIDGE = 32824
32798 pkg syscall (netbsd-386), const ETHERTYPE_LANPROBE = 34952
32799 pkg syscall (netbsd-386), const ETHERTYPE_LAT = 24580
32800 pkg syscall (netbsd-386), const ETHERTYPE_LBACK = 36864
32801 pkg syscall (netbsd-386), const ETHERTYPE_LITTLE = 32864
32802 pkg syscall (netbsd-386), const ETHERTYPE_LOGICRAFT = 33096
32803 pkg syscall (netbsd-386), const ETHERTYPE_LOOPBACK = 36864
32804 pkg syscall (netbsd-386), const ETHERTYPE_MATRA = 32890
32805 pkg syscall (netbsd-386), const ETHERTYPE_MAX = 65535
32806 pkg syscall (netbsd-386), const ETHERTYPE_MERIT = 32892
32807 pkg syscall (netbsd-386), const ETHERTYPE_MICP = 34618
32808 pkg syscall (netbsd-386), const ETHERTYPE_MOPDL = 24577
32809 pkg syscall (netbsd-386), const ETHERTYPE_MOPRC = 24578
32810 pkg syscall (netbsd-386), const ETHERTYPE_MOTOROLA = 33165
32811 pkg syscall (netbsd-386), const ETHERTYPE_MPLS = 34887
32812 pkg syscall (netbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
32813 pkg syscall (netbsd-386), const ETHERTYPE_MUMPS = 33087
32814 pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
32815 pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
32816 pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
32817 pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
32818 pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
32819 pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
32820 pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
32821 pkg syscall (netbsd-386), const ETHERTYPE_NBPDGB = 15368
32822 pkg syscall (netbsd-386), const ETHERTYPE_NBPDLTE = 15370
32823 pkg syscall (netbsd-386), const ETHERTYPE_NBPRAR = 15372
32824 pkg syscall (netbsd-386), const ETHERTYPE_NBPRAS = 15371
32825 pkg syscall (netbsd-386), const ETHERTYPE_NBPRST = 15373
32826 pkg syscall (netbsd-386), const ETHERTYPE_NBPSCD = 15361
32827 pkg syscall (netbsd-386), const ETHERTYPE_NBPVCD = 15360
32828 pkg syscall (netbsd-386), const ETHERTYPE_NBS = 2050
32829 pkg syscall (netbsd-386), const ETHERTYPE_NCD = 33097
32830 pkg syscall (netbsd-386), const ETHERTYPE_NESTAR = 32774
32831 pkg syscall (netbsd-386), const ETHERTYPE_NETBEUI = 33169
32832 pkg syscall (netbsd-386), const ETHERTYPE_NOVELL = 33080
32833 pkg syscall (netbsd-386), const ETHERTYPE_NS = 1536
32834 pkg syscall (netbsd-386), const ETHERTYPE_NSAT = 1537
32835 pkg syscall (netbsd-386), const ETHERTYPE_NSCOMPAT = 2055
32836 pkg syscall (netbsd-386), const ETHERTYPE_NTRAILER = 16
32837 pkg syscall (netbsd-386), const ETHERTYPE_OS9 = 28679
32838 pkg syscall (netbsd-386), const ETHERTYPE_OS9NET = 28681
32839 pkg syscall (netbsd-386), const ETHERTYPE_PACER = 32966
32840 pkg syscall (netbsd-386), const ETHERTYPE_PAE = 34958
32841 pkg syscall (netbsd-386), const ETHERTYPE_PCS = 16962
32842 pkg syscall (netbsd-386), const ETHERTYPE_PLANNING = 32836
32843 pkg syscall (netbsd-386), const ETHERTYPE_PPP = 34827
32844 pkg syscall (netbsd-386), const ETHERTYPE_PPPOE = 34916
32845 pkg syscall (netbsd-386), const ETHERTYPE_PPPOEDISC = 34915
32846 pkg syscall (netbsd-386), const ETHERTYPE_PRIMENTS = 28721
32847 pkg syscall (netbsd-386), const ETHERTYPE_PUP = 512
32848 pkg syscall (netbsd-386), const ETHERTYPE_PUPAT = 512
32849 pkg syscall (netbsd-386), const ETHERTYPE_RACAL = 28720
32850 pkg syscall (netbsd-386), const ETHERTYPE_RATIONAL = 33104
32851 pkg syscall (netbsd-386), const ETHERTYPE_RAWFR = 25945
32852 pkg syscall (netbsd-386), const ETHERTYPE_RCL = 6549
32853 pkg syscall (netbsd-386), const ETHERTYPE_RDP = 34617
32854 pkg syscall (netbsd-386), const ETHERTYPE_RETIX = 33010
32855 pkg syscall (netbsd-386), const ETHERTYPE_REVARP = 32821
32856 pkg syscall (netbsd-386), const ETHERTYPE_SCA = 24583
32857 pkg syscall (netbsd-386), const ETHERTYPE_SECTRA = 34523
32858 pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA = 34669
32859 pkg syscall (netbsd-386), const ETHERTYPE_SGITW = 33150
32860 pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
32861 pkg syscall (netbsd-386), const ETHERTYPE_SG_DIAG = 32787
32862 pkg syscall (netbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
32863 pkg syscall (netbsd-386), const ETHERTYPE_SG_RESV = 32789
32864 pkg syscall (netbsd-386), const ETHERTYPE_SIMNET = 21000
32865 pkg syscall (netbsd-386), const ETHERTYPE_SLOWPROTOCOLS = 34825
32866 pkg syscall (netbsd-386), const ETHERTYPE_SNA = 32981
32867 pkg syscall (netbsd-386), const ETHERTYPE_SNMP = 33100
32868 pkg syscall (netbsd-386), const ETHERTYPE_SONIX = 64245
32869 pkg syscall (netbsd-386), const ETHERTYPE_SPIDER = 32927
32870 pkg syscall (netbsd-386), const ETHERTYPE_SPRITE = 1280
32871 pkg syscall (netbsd-386), const ETHERTYPE_STP = 33153
32872 pkg syscall (netbsd-386), const ETHERTYPE_TALARIS = 33067
32873 pkg syscall (netbsd-386), const ETHERTYPE_TALARISMC = 34091
32874 pkg syscall (netbsd-386), const ETHERTYPE_TCPCOMP = 34667
32875 pkg syscall (netbsd-386), const ETHERTYPE_TCPSM = 36866
32876 pkg syscall (netbsd-386), const ETHERTYPE_TEC = 33103
32877 pkg syscall (netbsd-386), const ETHERTYPE_TIGAN = 32815
32878 pkg syscall (netbsd-386), const ETHERTYPE_TRAIL = 4096
32879 pkg syscall (netbsd-386), const ETHERTYPE_TRANSETHER = 25944
32880 pkg syscall (netbsd-386), const ETHERTYPE_TYMSHARE = 32814
32881 pkg syscall (netbsd-386), const ETHERTYPE_UBBST = 28677
32882 pkg syscall (netbsd-386), const ETHERTYPE_UBDEBUG = 2304
32883 pkg syscall (netbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
32884 pkg syscall (netbsd-386), const ETHERTYPE_UBDL = 28672
32885 pkg syscall (netbsd-386), const ETHERTYPE_UBNIU = 28673
32886 pkg syscall (netbsd-386), const ETHERTYPE_UBNMC = 28675
32887 pkg syscall (netbsd-386), const ETHERTYPE_VALID = 5632
32888 pkg syscall (netbsd-386), const ETHERTYPE_VARIAN = 32989
32889 pkg syscall (netbsd-386), const ETHERTYPE_VAXELN = 32827
32890 pkg syscall (netbsd-386), const ETHERTYPE_VEECO = 32871
32891 pkg syscall (netbsd-386), const ETHERTYPE_VEXP = 32859
32892 pkg syscall (netbsd-386), const ETHERTYPE_VGLAB = 33073
32893 pkg syscall (netbsd-386), const ETHERTYPE_VINES = 2989
32894 pkg syscall (netbsd-386), const ETHERTYPE_VINESECHO = 2991
32895 pkg syscall (netbsd-386), const ETHERTYPE_VINESLOOP = 2990
32896 pkg syscall (netbsd-386), const ETHERTYPE_VITAL = 65280
32897 pkg syscall (netbsd-386), const ETHERTYPE_VLAN = 33024
32898 pkg syscall (netbsd-386), const ETHERTYPE_VLTLMAN = 32896
32899 pkg syscall (netbsd-386), const ETHERTYPE_VPROD = 32860
32900 pkg syscall (netbsd-386), const ETHERTYPE_VURESERVED = 33095
32901 pkg syscall (netbsd-386), const ETHERTYPE_WATERLOO = 33072
32902 pkg syscall (netbsd-386), const ETHERTYPE_WELLFLEET = 33027
32903 pkg syscall (netbsd-386), const ETHERTYPE_X25 = 2053
32904 pkg syscall (netbsd-386), const ETHERTYPE_X75 = 2049
32905 pkg syscall (netbsd-386), const ETHERTYPE_XNSSM = 36865
32906 pkg syscall (netbsd-386), const ETHERTYPE_XTP = 33149
32907 pkg syscall (netbsd-386), const ETHER_ADDR_LEN = 6
32908 pkg syscall (netbsd-386), const ETHER_CRC_LEN = 4
32909 pkg syscall (netbsd-386), const ETHER_CRC_POLY_BE = 79764918
32910 pkg syscall (netbsd-386), const ETHER_CRC_POLY_LE = 3988292384
32911 pkg syscall (netbsd-386), const ETHER_HDR_LEN = 14
32912 pkg syscall (netbsd-386), const ETHER_MAX_LEN = 1518
32913 pkg syscall (netbsd-386), const ETHER_MAX_LEN_JUMBO = 9018
32914 pkg syscall (netbsd-386), const ETHER_MIN_LEN = 64
32915 pkg syscall (netbsd-386), const ETHER_PPPOE_ENCAP_LEN = 8
32916 pkg syscall (netbsd-386), const ETHER_TYPE_LEN = 2
32917 pkg syscall (netbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
32918 pkg syscall (netbsd-386), const ETIME = 92
32919 pkg syscall (netbsd-386), const ETIMEDOUT = 60
32920 pkg syscall (netbsd-386), const ETOOMANYREFS = 59
32921 pkg syscall (netbsd-386), const ETXTBSY = 26
32922 pkg syscall (netbsd-386), const EUSERS = 68
32923 pkg syscall (netbsd-386), const EVFILT_AIO = 2
32924 pkg syscall (netbsd-386), const EVFILT_PROC = 4
32925 pkg syscall (netbsd-386), const EVFILT_READ = 0
32926 pkg syscall (netbsd-386), const EVFILT_SIGNAL = 5
32927 pkg syscall (netbsd-386), const EVFILT_SYSCOUNT = 7
32928 pkg syscall (netbsd-386), const EVFILT_TIMER = 6
32929 pkg syscall (netbsd-386), const EVFILT_VNODE = 3
32930 pkg syscall (netbsd-386), const EVFILT_WRITE = 1
32931 pkg syscall (netbsd-386), const EV_ADD = 1
32932 pkg syscall (netbsd-386), const EV_CLEAR = 32
32933 pkg syscall (netbsd-386), const EV_DELETE = 2
32934 pkg syscall (netbsd-386), const EV_DISABLE = 8
32935 pkg syscall (netbsd-386), const EV_ENABLE = 4
32936 pkg syscall (netbsd-386), const EV_EOF = 32768
32937 pkg syscall (netbsd-386), const EV_ERROR = 16384
32938 pkg syscall (netbsd-386), const EV_FLAG1 = 8192
32939 pkg syscall (netbsd-386), const EV_ONESHOT = 16
32940 pkg syscall (netbsd-386), const EV_SYSFLAGS = 61440
32941 pkg syscall (netbsd-386), const EWOULDBLOCK = 35
32942 pkg syscall (netbsd-386), const EXDEV = 18
32943 pkg syscall (netbsd-386), const EXTA = 19200
32944 pkg syscall (netbsd-386), const EXTB = 38400
32945 pkg syscall (netbsd-386), const EXTPROC = 2048
32946 pkg syscall (netbsd-386), const FD_CLOEXEC = 1
32947 pkg syscall (netbsd-386), const FD_SETSIZE = 256
32948 pkg syscall (netbsd-386), const FLUSHO = 8388608
32949 pkg syscall (netbsd-386), const F_CLOSEM = 10
32950 pkg syscall (netbsd-386), const F_DUPFD = 0
32951 pkg syscall (netbsd-386), const F_DUPFD_CLOEXEC = 12
32952 pkg syscall (netbsd-386), const F_FSCTL = -2147483648
32953 pkg syscall (netbsd-386), const F_FSDIRMASK = 1879048192
32954 pkg syscall (netbsd-386), const F_FSIN = 268435456
32955 pkg syscall (netbsd-386), const F_FSINOUT = 805306368
32956 pkg syscall (netbsd-386), const F_FSOUT = 536870912
32957 pkg syscall (netbsd-386), const F_FSPRIV = 32768
32958 pkg syscall (netbsd-386), const F_FSVOID = 1073741824
32959 pkg syscall (netbsd-386), const F_GETFD = 1
32960 pkg syscall (netbsd-386), const F_GETFL = 3
32961 pkg syscall (netbsd-386), const F_GETLK = 7
32962 pkg syscall (netbsd-386), const F_GETNOSIGPIPE = 13
32963 pkg syscall (netbsd-386), const F_GETOWN = 5
32964 pkg syscall (netbsd-386), const F_MAXFD = 11
32965 pkg syscall (netbsd-386), const F_OK = 0
32966 pkg syscall (netbsd-386), const F_PARAM_MASK = 4095
32967 pkg syscall (netbsd-386), const F_PARAM_MAX = 4095
32968 pkg syscall (netbsd-386), const F_RDLCK = 1
32969 pkg syscall (netbsd-386), const F_SETFD = 2
32970 pkg syscall (netbsd-386), const F_SETFL = 4
32971 pkg syscall (netbsd-386), const F_SETLK = 8
32972 pkg syscall (netbsd-386), const F_SETLKW = 9
32973 pkg syscall (netbsd-386), const F_SETNOSIGPIPE = 14
32974 pkg syscall (netbsd-386), const F_SETOWN = 6
32975 pkg syscall (netbsd-386), const F_UNLCK = 2
32976 pkg syscall (netbsd-386), const F_WRLCK = 3
32977 pkg syscall (netbsd-386), const HUPCL = 16384
32978 pkg syscall (netbsd-386), const ICANON = 256
32979 pkg syscall (netbsd-386), const ICRNL = 256
32980 pkg syscall (netbsd-386), const IEXTEN = 1024
32981 pkg syscall (netbsd-386), const IFAN_ARRIVAL = 0
32982 pkg syscall (netbsd-386), const IFAN_DEPARTURE = 1
32983 pkg syscall (netbsd-386), const IFA_ROUTE = 1
32984 pkg syscall (netbsd-386), const IFF_ALLMULTI = 512
32985 pkg syscall (netbsd-386), const IFF_CANTCHANGE = 36690
32986 pkg syscall (netbsd-386), const IFF_DEBUG = 4
32987 pkg syscall (netbsd-386), const IFF_LINK0 = 4096
32988 pkg syscall (netbsd-386), const IFF_LINK1 = 8192
32989 pkg syscall (netbsd-386), const IFF_LINK2 = 16384
32990 pkg syscall (netbsd-386), const IFF_LOOPBACK = 8
32991 pkg syscall (netbsd-386), const IFF_MULTICAST = 32768
32992 pkg syscall (netbsd-386), const IFF_NOARP = 128
32993 pkg syscall (netbsd-386), const IFF_NOTRAILERS = 32
32994 pkg syscall (netbsd-386), const IFF_OACTIVE = 1024
32995 pkg syscall (netbsd-386), const IFF_POINTOPOINT = 16
32996 pkg syscall (netbsd-386), const IFF_PROMISC = 256
32997 pkg syscall (netbsd-386), const IFF_RUNNING = 64
32998 pkg syscall (netbsd-386), const IFF_SIMPLEX = 2048
32999 pkg syscall (netbsd-386), const IFNAMSIZ = 16
33000 pkg syscall (netbsd-386), const IFT_1822 = 2
33001 pkg syscall (netbsd-386), const IFT_A12MPPSWITCH = 130
33002 pkg syscall (netbsd-386), const IFT_AAL2 = 187
33003 pkg syscall (netbsd-386), const IFT_AAL5 = 49
33004 pkg syscall (netbsd-386), const IFT_ADSL = 94
33005 pkg syscall (netbsd-386), const IFT_AFLANE8023 = 59
33006 pkg syscall (netbsd-386), const IFT_AFLANE8025 = 60
33007 pkg syscall (netbsd-386), const IFT_ARAP = 88
33008 pkg syscall (netbsd-386), const IFT_ARCNET = 35
33009 pkg syscall (netbsd-386), const IFT_ARCNETPLUS = 36
33010 pkg syscall (netbsd-386), const IFT_ASYNC = 84
33011 pkg syscall (netbsd-386), const IFT_ATM = 37
33012 pkg syscall (netbsd-386), const IFT_ATMDXI = 105
33013 pkg syscall (netbsd-386), const IFT_ATMFUNI = 106
33014 pkg syscall (netbsd-386), const IFT_ATMIMA = 107
33015 pkg syscall (netbsd-386), const IFT_ATMLOGICAL = 80
33016 pkg syscall (netbsd-386), const IFT_ATMRADIO = 189
33017 pkg syscall (netbsd-386), const IFT_ATMSUBINTERFACE = 134
33018 pkg syscall (netbsd-386), const IFT_ATMVCIENDPT = 194
33019 pkg syscall (netbsd-386), const IFT_ATMVIRTUAL = 149
33020 pkg syscall (netbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
33021 pkg syscall (netbsd-386), const IFT_BRIDGE = 209
33022 pkg syscall (netbsd-386), const IFT_BSC = 83
33023 pkg syscall (netbsd-386), const IFT_CARP = 248
33024 pkg syscall (netbsd-386), const IFT_CCTEMUL = 61
33025 pkg syscall (netbsd-386), const IFT_CEPT = 19
33026 pkg syscall (netbsd-386), const IFT_CES = 133
33027 pkg syscall (netbsd-386), const IFT_CHANNEL = 70
33028 pkg syscall (netbsd-386), const IFT_CNR = 85
33029 pkg syscall (netbsd-386), const IFT_COFFEE = 132
33030 pkg syscall (netbsd-386), const IFT_COMPOSITELINK = 155
33031 pkg syscall (netbsd-386), const IFT_DCN = 141
33032 pkg syscall (netbsd-386), const IFT_DIGITALPOWERLINE = 138
33033 pkg syscall (netbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
33034 pkg syscall (netbsd-386), const IFT_DLSW = 74
33035 pkg syscall (netbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
33036 pkg syscall (netbsd-386), const IFT_DOCSCABLEMACLAYER = 127
33037 pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
33038 pkg syscall (netbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
33039 pkg syscall (netbsd-386), const IFT_DS0 = 81
33040 pkg syscall (netbsd-386), const IFT_DS0BUNDLE = 82
33041 pkg syscall (netbsd-386), const IFT_DS1FDL = 170
33042 pkg syscall (netbsd-386), const IFT_DS3 = 30
33043 pkg syscall (netbsd-386), const IFT_DTM = 140
33044 pkg syscall (netbsd-386), const IFT_DVBASILN = 172
33045 pkg syscall (netbsd-386), const IFT_DVBASIOUT = 173
33046 pkg syscall (netbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
33047 pkg syscall (netbsd-386), const IFT_DVBRCCMACLAYER = 146
33048 pkg syscall (netbsd-386), const IFT_DVBRCCUPSTREAM = 148
33049 pkg syscall (netbsd-386), const IFT_ECONET = 206
33050 pkg syscall (netbsd-386), const IFT_EON = 25
33051 pkg syscall (netbsd-386), const IFT_EPLRS = 87
33052 pkg syscall (netbsd-386), const IFT_ESCON = 73
33053 pkg syscall (netbsd-386), const IFT_ETHER = 6
33054 pkg syscall (netbsd-386), const IFT_FAITH = 242
33055 pkg syscall (netbsd-386), const IFT_FAST = 125
33056 pkg syscall (netbsd-386), const IFT_FASTETHER = 62
33057 pkg syscall (netbsd-386), const IFT_FASTETHERFX = 69
33058 pkg syscall (netbsd-386), const IFT_FDDI = 15
33059 pkg syscall (netbsd-386), const IFT_FIBRECHANNEL = 56
33060 pkg syscall (netbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
33061 pkg syscall (netbsd-386), const IFT_FRAMERELAYMPI = 92
33062 pkg syscall (netbsd-386), const IFT_FRDLCIENDPT = 193
33063 pkg syscall (netbsd-386), const IFT_FRELAY = 32
33064 pkg syscall (netbsd-386), const IFT_FRELAYDCE = 44
33065 pkg syscall (netbsd-386), const IFT_FRF16MFRBUNDLE = 163
33066 pkg syscall (netbsd-386), const IFT_FRFORWARD = 158
33067 pkg syscall (netbsd-386), const IFT_G703AT2MB = 67
33068 pkg syscall (netbsd-386), const IFT_G703AT64K = 66
33069 pkg syscall (netbsd-386), const IFT_GIF = 240
33070 pkg syscall (netbsd-386), const IFT_GIGABITETHERNET = 117
33071 pkg syscall (netbsd-386), const IFT_GR303IDT = 178
33072 pkg syscall (netbsd-386), const IFT_GR303RDT = 177
33073 pkg syscall (netbsd-386), const IFT_H323GATEKEEPER = 164
33074 pkg syscall (netbsd-386), const IFT_H323PROXY = 165
33075 pkg syscall (netbsd-386), const IFT_HDH1822 = 3
33076 pkg syscall (netbsd-386), const IFT_HDLC = 118
33077 pkg syscall (netbsd-386), const IFT_HDSL2 = 168
33078 pkg syscall (netbsd-386), const IFT_HIPERLAN2 = 183
33079 pkg syscall (netbsd-386), const IFT_HIPPI = 47
33080 pkg syscall (netbsd-386), const IFT_HIPPIINTERFACE = 57
33081 pkg syscall (netbsd-386), const IFT_HOSTPAD = 90
33082 pkg syscall (netbsd-386), const IFT_HSSI = 46
33083 pkg syscall (netbsd-386), const IFT_HY = 14
33084 pkg syscall (netbsd-386), const IFT_IBM370PARCHAN = 72
33085 pkg syscall (netbsd-386), const IFT_IDSL = 154
33086 pkg syscall (netbsd-386), const IFT_IEEE1394 = 144
33087 pkg syscall (netbsd-386), const IFT_IEEE80211 = 71
33088 pkg syscall (netbsd-386), const IFT_IEEE80212 = 55
33089 pkg syscall (netbsd-386), const IFT_IEEE8023ADLAG = 161
33090 pkg syscall (netbsd-386), const IFT_IFGSN = 145
33091 pkg syscall (netbsd-386), const IFT_IMT = 190
33092 pkg syscall (netbsd-386), const IFT_INFINIBAND = 199
33093 pkg syscall (netbsd-386), const IFT_INTERLEAVE = 124
33094 pkg syscall (netbsd-386), const IFT_IP = 126
33095 pkg syscall (netbsd-386), const IFT_IPFORWARD = 142
33096 pkg syscall (netbsd-386), const IFT_IPOVERATM = 114
33097 pkg syscall (netbsd-386), const IFT_IPOVERCDLC = 109
33098 pkg syscall (netbsd-386), const IFT_IPOVERCLAW = 110
33099 pkg syscall (netbsd-386), const IFT_IPSWITCH = 78
33100 pkg syscall (netbsd-386), const IFT_ISDN = 63
33101 pkg syscall (netbsd-386), const IFT_ISDNBASIC = 20
33102 pkg syscall (netbsd-386), const IFT_ISDNPRIMARY = 21
33103 pkg syscall (netbsd-386), const IFT_ISDNS = 75
33104 pkg syscall (netbsd-386), const IFT_ISDNU = 76
33105 pkg syscall (netbsd-386), const IFT_ISO88022LLC = 41
33106 pkg syscall (netbsd-386), const IFT_ISO88023 = 7
33107 pkg syscall (netbsd-386), const IFT_ISO88024 = 8
33108 pkg syscall (netbsd-386), const IFT_ISO88025 = 9
33109 pkg syscall (netbsd-386), const IFT_ISO88025CRFPINT = 98
33110 pkg syscall (netbsd-386), const IFT_ISO88025DTR = 86
33111 pkg syscall (netbsd-386), const IFT_ISO88025FIBER = 115
33112 pkg syscall (netbsd-386), const IFT_ISO88026 = 10
33113 pkg syscall (netbsd-386), const IFT_ISUP = 179
33114 pkg syscall (netbsd-386), const IFT_L2VLAN = 135
33115 pkg syscall (netbsd-386), const IFT_L3IPVLAN = 136
33116 pkg syscall (netbsd-386), const IFT_L3IPXVLAN = 137
33117 pkg syscall (netbsd-386), const IFT_LAPB = 16
33118 pkg syscall (netbsd-386), const IFT_LAPD = 77
33119 pkg syscall (netbsd-386), const IFT_LAPF = 119
33120 pkg syscall (netbsd-386), const IFT_LINEGROUP = 210
33121 pkg syscall (netbsd-386), const IFT_LOCALTALK = 42
33122 pkg syscall (netbsd-386), const IFT_LOOP = 24
33123 pkg syscall (netbsd-386), const IFT_MEDIAMAILOVERIP = 139
33124 pkg syscall (netbsd-386), const IFT_MFSIGLINK = 167
33125 pkg syscall (netbsd-386), const IFT_MIOX25 = 38
33126 pkg syscall (netbsd-386), const IFT_MODEM = 48
33127 pkg syscall (netbsd-386), const IFT_MPC = 113
33128 pkg syscall (netbsd-386), const IFT_MPLS = 166
33129 pkg syscall (netbsd-386), const IFT_MPLSTUNNEL = 150
33130 pkg syscall (netbsd-386), const IFT_MSDSL = 143
33131 pkg syscall (netbsd-386), const IFT_MVL = 191
33132 pkg syscall (netbsd-386), const IFT_MYRINET = 99
33133 pkg syscall (netbsd-386), const IFT_NFAS = 175
33134 pkg syscall (netbsd-386), const IFT_NSIP = 27
33135 pkg syscall (netbsd-386), const IFT_OPTICALCHANNEL = 195
33136 pkg syscall (netbsd-386), const IFT_OPTICALTRANSPORT = 196
33137 pkg syscall (netbsd-386), const IFT_OTHER = 1
33138 pkg syscall (netbsd-386), const IFT_P10 = 12
33139 pkg syscall (netbsd-386), const IFT_P80 = 13
33140 pkg syscall (netbsd-386), const IFT_PARA = 34
33141 pkg syscall (netbsd-386), const IFT_PFLOG = 245
33142 pkg syscall (netbsd-386), const IFT_PFSYNC = 246
33143 pkg syscall (netbsd-386), const IFT_PLC = 174
33144 pkg syscall (netbsd-386), const IFT_PON155 = 207
33145 pkg syscall (netbsd-386), const IFT_PON622 = 208
33146 pkg syscall (netbsd-386), const IFT_POS = 171
33147 pkg syscall (netbsd-386), const IFT_PPP = 23
33148 pkg syscall (netbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
33149 pkg syscall (netbsd-386), const IFT_PROPATM = 197
33150 pkg syscall (netbsd-386), const IFT_PROPBWAP2MP = 184
33151 pkg syscall (netbsd-386), const IFT_PROPCNLS = 89
33152 pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
33153 pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
33154 pkg syscall (netbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
33155 pkg syscall (netbsd-386), const IFT_PROPMUX = 54
33156 pkg syscall (netbsd-386), const IFT_PROPVIRTUAL = 53
33157 pkg syscall (netbsd-386), const IFT_PROPWIRELESSP2P = 157
33158 pkg syscall (netbsd-386), const IFT_PTPSERIAL = 22
33159 pkg syscall (netbsd-386), const IFT_PVC = 241
33160 pkg syscall (netbsd-386), const IFT_Q2931 = 201
33161 pkg syscall (netbsd-386), const IFT_QLLC = 68
33162 pkg syscall (netbsd-386), const IFT_RADIOMAC = 188
33163 pkg syscall (netbsd-386), const IFT_RADSL = 95
33164 pkg syscall (netbsd-386), const IFT_REACHDSL = 192
33165 pkg syscall (netbsd-386), const IFT_RFC1483 = 159
33166 pkg syscall (netbsd-386), const IFT_RS232 = 33
33167 pkg syscall (netbsd-386), const IFT_RSRB = 79
33168 pkg syscall (netbsd-386), const IFT_SDLC = 17
33169 pkg syscall (netbsd-386), const IFT_SDSL = 96
33170 pkg syscall (netbsd-386), const IFT_SHDSL = 169
33171 pkg syscall (netbsd-386), const IFT_SIP = 31
33172 pkg syscall (netbsd-386), const IFT_SIPSIG = 204
33173 pkg syscall (netbsd-386), const IFT_SIPTG = 203
33174 pkg syscall (netbsd-386), const IFT_SLIP = 28
33175 pkg syscall (netbsd-386), const IFT_SMDSDXI = 43
33176 pkg syscall (netbsd-386), const IFT_SMDSICIP = 52
33177 pkg syscall (netbsd-386), const IFT_SONET = 39
33178 pkg syscall (netbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
33179 pkg syscall (netbsd-386), const IFT_SONETPATH = 50
33180 pkg syscall (netbsd-386), const IFT_SONETVT = 51
33181 pkg syscall (netbsd-386), const IFT_SRP = 151
33182 pkg syscall (netbsd-386), const IFT_SS7SIGLINK = 156
33183 pkg syscall (netbsd-386), const IFT_STACKTOSTACK = 111
33184 pkg syscall (netbsd-386), const IFT_STARLAN = 11
33185 pkg syscall (netbsd-386), const IFT_STF = 215
33186 pkg syscall (netbsd-386), const IFT_T1 = 18
33187 pkg syscall (netbsd-386), const IFT_TDLC = 116
33188 pkg syscall (netbsd-386), const IFT_TELINK = 200
33189 pkg syscall (netbsd-386), const IFT_TERMPAD = 91
33190 pkg syscall (netbsd-386), const IFT_TR008 = 176
33191 pkg syscall (netbsd-386), const IFT_TRANSPHDLC = 123
33192 pkg syscall (netbsd-386), const IFT_TUNNEL = 131
33193 pkg syscall (netbsd-386), const IFT_ULTRA = 29
33194 pkg syscall (netbsd-386), const IFT_USB = 160
33195 pkg syscall (netbsd-386), const IFT_V11 = 64
33196 pkg syscall (netbsd-386), const IFT_V35 = 45
33197 pkg syscall (netbsd-386), const IFT_V36 = 65
33198 pkg syscall (netbsd-386), const IFT_V37 = 120
33199 pkg syscall (netbsd-386), const IFT_VDSL = 97
33200 pkg syscall (netbsd-386), const IFT_VIRTUALIPADDRESS = 112
33201 pkg syscall (netbsd-386), const IFT_VIRTUALTG = 202
33202 pkg syscall (netbsd-386), const IFT_VOICEDID = 213
33203 pkg syscall (netbsd-386), const IFT_VOICEEM = 100
33204 pkg syscall (netbsd-386), const IFT_VOICEEMFGD = 211
33205 pkg syscall (netbsd-386), const IFT_VOICEENCAP = 103
33206 pkg syscall (netbsd-386), const IFT_VOICEFGDEANA = 212
33207 pkg syscall (netbsd-386), const IFT_VOICEFXO = 101
33208 pkg syscall (netbsd-386), const IFT_VOICEFXS = 102
33209 pkg syscall (netbsd-386), const IFT_VOICEOVERATM = 152
33210 pkg syscall (netbsd-386), const IFT_VOICEOVERCABLE = 198
33211 pkg syscall (netbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
33212 pkg syscall (netbsd-386), const IFT_VOICEOVERIP = 104
33213 pkg syscall (netbsd-386), const IFT_X213 = 93
33214 pkg syscall (netbsd-386), const IFT_X25 = 5
33215 pkg syscall (netbsd-386), const IFT_X25DDN = 4
33216 pkg syscall (netbsd-386), const IFT_X25HUNTGROUP = 122
33217 pkg syscall (netbsd-386), const IFT_X25MLP = 121
33218 pkg syscall (netbsd-386), const IFT_X25PLE = 40
33219 pkg syscall (netbsd-386), const IFT_XETHER = 26
33220 pkg syscall (netbsd-386), const IGNBRK = 1
33221 pkg syscall (netbsd-386), const IGNCR = 128
33222 pkg syscall (netbsd-386), const IGNPAR = 4
33223 pkg syscall (netbsd-386), const IMAXBEL = 8192
33224 pkg syscall (netbsd-386), const INLCR = 64
33225 pkg syscall (netbsd-386), const INPCK = 16
33226 pkg syscall (netbsd-386), const IN_CLASSA_HOST = 16777215
33227 pkg syscall (netbsd-386), const IN_CLASSA_MAX = 128
33228 pkg syscall (netbsd-386), const IN_CLASSA_NET = 4278190080
33229 pkg syscall (netbsd-386), const IN_CLASSA_NSHIFT = 24
33230 pkg syscall (netbsd-386), const IN_CLASSB_HOST = 65535
33231 pkg syscall (netbsd-386), const IN_CLASSB_MAX = 65536
33232 pkg syscall (netbsd-386), const IN_CLASSB_NET = 4294901760
33233 pkg syscall (netbsd-386), const IN_CLASSB_NSHIFT = 16
33234 pkg syscall (netbsd-386), const IN_CLASSC_HOST = 255
33235 pkg syscall (netbsd-386), const IN_CLASSC_NET = 4294967040
33236 pkg syscall (netbsd-386), const IN_CLASSC_NSHIFT = 8
33237 pkg syscall (netbsd-386), const IN_CLASSD_HOST = 268435455
33238 pkg syscall (netbsd-386), const IN_CLASSD_NET = 4026531840
33239 pkg syscall (netbsd-386), const IN_CLASSD_NSHIFT = 28
33240 pkg syscall (netbsd-386), const IN_LOOPBACKNET = 127
33241 pkg syscall (netbsd-386), const IPPROTO_AH = 51
33242 pkg syscall (netbsd-386), const IPPROTO_CARP = 112
33243 pkg syscall (netbsd-386), const IPPROTO_DONE = 257
33244 pkg syscall (netbsd-386), const IPPROTO_DSTOPTS = 60
33245 pkg syscall (netbsd-386), const IPPROTO_EGP = 8
33246 pkg syscall (netbsd-386), const IPPROTO_ENCAP = 98
33247 pkg syscall (netbsd-386), const IPPROTO_EON = 80
33248 pkg syscall (netbsd-386), const IPPROTO_ESP = 50
33249 pkg syscall (netbsd-386), const IPPROTO_ETHERIP = 97
33250 pkg syscall (netbsd-386), const IPPROTO_FRAGMENT = 44
33251 pkg syscall (netbsd-386), const IPPROTO_GGP = 3
33252 pkg syscall (netbsd-386), const IPPROTO_GRE = 47
33253 pkg syscall (netbsd-386), const IPPROTO_HOPOPTS = 0
33254 pkg syscall (netbsd-386), const IPPROTO_ICMP = 1
33255 pkg syscall (netbsd-386), const IPPROTO_ICMPV6 = 58
33256 pkg syscall (netbsd-386), const IPPROTO_IDP = 22
33257 pkg syscall (netbsd-386), const IPPROTO_IGMP = 2
33258 pkg syscall (netbsd-386), const IPPROTO_IPCOMP = 108
33259 pkg syscall (netbsd-386), const IPPROTO_IPIP = 4
33260 pkg syscall (netbsd-386), const IPPROTO_IPV4 = 4
33261 pkg syscall (netbsd-386), const IPPROTO_IPV6_ICMP = 58
33262 pkg syscall (netbsd-386), const IPPROTO_MAX = 256
33263 pkg syscall (netbsd-386), const IPPROTO_MAXID = 52
33264 pkg syscall (netbsd-386), const IPPROTO_MOBILE = 55
33265 pkg syscall (netbsd-386), const IPPROTO_NONE = 59
33266 pkg syscall (netbsd-386), const IPPROTO_PFSYNC = 240
33267 pkg syscall (netbsd-386), const IPPROTO_PIM = 103
33268 pkg syscall (netbsd-386), const IPPROTO_PUP = 12
33269 pkg syscall (netbsd-386), const IPPROTO_RAW = 255
33270 pkg syscall (netbsd-386), const IPPROTO_ROUTING = 43
33271 pkg syscall (netbsd-386), const IPPROTO_RSVP = 46
33272 pkg syscall (netbsd-386), const IPPROTO_TP = 29
33273 pkg syscall (netbsd-386), const IPPROTO_VRRP = 112
33274 pkg syscall (netbsd-386), const IPV6_CHECKSUM = 26
33275 pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
33276 pkg syscall (netbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
33277 pkg syscall (netbsd-386), const IPV6_DEFHLIM = 64
33278 pkg syscall (netbsd-386), const IPV6_DONTFRAG = 62
33279 pkg syscall (netbsd-386), const IPV6_DSTOPTS = 50
33280 pkg syscall (netbsd-386), const IPV6_FAITH = 29
33281 pkg syscall (netbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
33282 pkg syscall (netbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
33283 pkg syscall (netbsd-386), const IPV6_FRAGTTL = 120
33284 pkg syscall (netbsd-386), const IPV6_HLIMDEC = 1
33285 pkg syscall (netbsd-386), const IPV6_HOPLIMIT = 47
33286 pkg syscall (netbsd-386), const IPV6_HOPOPTS = 49
33287 pkg syscall (netbsd-386), const IPV6_IPSEC_POLICY = 28
33288 pkg syscall (netbsd-386), const IPV6_JOIN_GROUP = 12
33289 pkg syscall (netbsd-386), const IPV6_LEAVE_GROUP = 13
33290 pkg syscall (netbsd-386), const IPV6_MAXHLIM = 255
33291 pkg syscall (netbsd-386), const IPV6_MAXPACKET = 65535
33292 pkg syscall (netbsd-386), const IPV6_MMTU = 1280
33293 pkg syscall (netbsd-386), const IPV6_MULTICAST_HOPS = 10
33294 pkg syscall (netbsd-386), const IPV6_MULTICAST_IF = 9
33295 pkg syscall (netbsd-386), const IPV6_MULTICAST_LOOP = 11
33296 pkg syscall (netbsd-386), const IPV6_NEXTHOP = 48
33297 pkg syscall (netbsd-386), const IPV6_PATHMTU = 44
33298 pkg syscall (netbsd-386), const IPV6_PKTINFO = 46
33299 pkg syscall (netbsd-386), const IPV6_PORTRANGE = 14
33300 pkg syscall (netbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
33301 pkg syscall (netbsd-386), const IPV6_PORTRANGE_HIGH = 1
33302 pkg syscall (netbsd-386), const IPV6_PORTRANGE_LOW = 2
33303 pkg syscall (netbsd-386), const IPV6_RECVDSTOPTS = 40
33304 pkg syscall (netbsd-386), const IPV6_RECVHOPLIMIT = 37
33305 pkg syscall (netbsd-386), const IPV6_RECVHOPOPTS = 39
33306 pkg syscall (netbsd-386), const IPV6_RECVPATHMTU = 43
33307 pkg syscall (netbsd-386), const IPV6_RECVPKTINFO = 36
33308 pkg syscall (netbsd-386), const IPV6_RECVRTHDR = 38
33309 pkg syscall (netbsd-386), const IPV6_RECVTCLASS = 57
33310 pkg syscall (netbsd-386), const IPV6_RTHDR = 51
33311 pkg syscall (netbsd-386), const IPV6_RTHDRDSTOPTS = 35
33312 pkg syscall (netbsd-386), const IPV6_RTHDR_LOOSE = 0
33313 pkg syscall (netbsd-386), const IPV6_RTHDR_STRICT = 1
33314 pkg syscall (netbsd-386), const IPV6_RTHDR_TYPE_0 = 0
33315 pkg syscall (netbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
33316 pkg syscall (netbsd-386), const IPV6_TCLASS = 61
33317 pkg syscall (netbsd-386), const IPV6_UNICAST_HOPS = 4
33318 pkg syscall (netbsd-386), const IPV6_USE_MIN_MTU = 42
33319 pkg syscall (netbsd-386), const IPV6_V6ONLY = 27
33320 pkg syscall (netbsd-386), const IPV6_VERSION = 96
33321 pkg syscall (netbsd-386), const IPV6_VERSION_MASK = 240
33322 pkg syscall (netbsd-386), const IP_ADD_MEMBERSHIP = 12
33323 pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
33324 pkg syscall (netbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
33325 pkg syscall (netbsd-386), const IP_DF = 16384
33326 pkg syscall (netbsd-386), const IP_DROP_MEMBERSHIP = 13
33327 pkg syscall (netbsd-386), const IP_EF = 32768
33328 pkg syscall (netbsd-386), const IP_ERRORMTU = 21
33329 pkg syscall (netbsd-386), const IP_HDRINCL = 2
33330 pkg syscall (netbsd-386), const IP_IPSEC_POLICY = 22
33331 pkg syscall (netbsd-386), const IP_MAXPACKET = 65535
33332 pkg syscall (netbsd-386), const IP_MAX_MEMBERSHIPS = 20
33333 pkg syscall (netbsd-386), const IP_MF = 8192
33334 pkg syscall (netbsd-386), const IP_MINFRAGSIZE = 69
33335 pkg syscall (netbsd-386), const IP_MINTTL = 24
33336 pkg syscall (netbsd-386), const IP_MSS = 576
33337 pkg syscall (netbsd-386), const IP_MULTICAST_IF = 9
33338 pkg syscall (netbsd-386), const IP_MULTICAST_LOOP = 11
33339 pkg syscall (netbsd-386), const IP_MULTICAST_TTL = 10
33340 pkg syscall (netbsd-386), const IP_OFFMASK = 8191
33341 pkg syscall (netbsd-386), const IP_OPTIONS = 1
33342 pkg syscall (netbsd-386), const IP_PORTRANGE = 19
33343 pkg syscall (netbsd-386), const IP_PORTRANGE_DEFAULT = 0
33344 pkg syscall (netbsd-386), const IP_PORTRANGE_HIGH = 1
33345 pkg syscall (netbsd-386), const IP_PORTRANGE_LOW = 2
33346 pkg syscall (netbsd-386), const IP_RECVDSTADDR = 7
33347 pkg syscall (netbsd-386), const IP_RECVIF = 20
33348 pkg syscall (netbsd-386), const IP_RECVOPTS = 5
33349 pkg syscall (netbsd-386), const IP_RECVRETOPTS = 6
33350 pkg syscall (netbsd-386), const IP_RECVTTL = 23
33351 pkg syscall (netbsd-386), const IP_RETOPTS = 8
33352 pkg syscall (netbsd-386), const IP_RF = 32768
33353 pkg syscall (netbsd-386), const IP_TOS = 3
33354 pkg syscall (netbsd-386), const IP_TTL = 4
33355 pkg syscall (netbsd-386), const ISIG = 128
33356 pkg syscall (netbsd-386), const ISTRIP = 32
33357 pkg syscall (netbsd-386), const IXANY = 2048
33358 pkg syscall (netbsd-386), const IXOFF = 1024
33359 pkg syscall (netbsd-386), const IXON = 512
33360 pkg syscall (netbsd-386), const ImplementsGetwd = false
33361 pkg syscall (netbsd-386), const LOCK_EX = 2
33362 pkg syscall (netbsd-386), const LOCK_NB = 4
33363 pkg syscall (netbsd-386), const LOCK_SH = 1
33364 pkg syscall (netbsd-386), const LOCK_UN = 8
33365 pkg syscall (netbsd-386), const MSG_BCAST = 256
33366 pkg syscall (netbsd-386), const MSG_CMSG_CLOEXEC = 2048
33367 pkg syscall (netbsd-386), const MSG_CONTROLMBUF = 33554432
33368 pkg syscall (netbsd-386), const MSG_CTRUNC = 32
33369 pkg syscall (netbsd-386), const MSG_DONTROUTE = 4
33370 pkg syscall (netbsd-386), const MSG_DONTWAIT = 128
33371 pkg syscall (netbsd-386), const MSG_EOR = 8
33372 pkg syscall (netbsd-386), const MSG_IOVUSRSPACE = 67108864
33373 pkg syscall (netbsd-386), const MSG_LENUSRSPACE = 134217728
33374 pkg syscall (netbsd-386), const MSG_MCAST = 512
33375 pkg syscall (netbsd-386), const MSG_NAMEMBUF = 16777216
33376 pkg syscall (netbsd-386), const MSG_NBIO = 4096
33377 pkg syscall (netbsd-386), const MSG_NOSIGNAL = 1024
33378 pkg syscall (netbsd-386), const MSG_OOB = 1
33379 pkg syscall (netbsd-386), const MSG_PEEK = 2
33380 pkg syscall (netbsd-386), const MSG_TRUNC = 16
33381 pkg syscall (netbsd-386), const MSG_USERFLAGS = 16777215
33382 pkg syscall (netbsd-386), const MSG_WAITALL = 64
33383 pkg syscall (netbsd-386), const NAME_MAX = 511
33384 pkg syscall (netbsd-386), const NET_RT_DUMP = 1
33385 pkg syscall (netbsd-386), const NET_RT_FLAGS = 2
33386 pkg syscall (netbsd-386), const NET_RT_IFLIST = 5
33387 pkg syscall (netbsd-386), const NET_RT_MAXID = 6
33388 pkg syscall (netbsd-386), const NET_RT_OIFLIST = 4
33389 pkg syscall (netbsd-386), const NET_RT_OOIFLIST = 3
33390 pkg syscall (netbsd-386), const NOFLSH = 2147483648
33391 pkg syscall (netbsd-386), const NOTE_ATTRIB = 8
33392 pkg syscall (netbsd-386), const NOTE_CHILD = 4
33393 pkg syscall (netbsd-386), const NOTE_DELETE = 1
33394 pkg syscall (netbsd-386), const NOTE_EXEC = 536870912
33395 pkg syscall (netbsd-386), const NOTE_EXIT = 2147483648
33396 pkg syscall (netbsd-386), const NOTE_EXTEND = 4
33397 pkg syscall (netbsd-386), const NOTE_FORK = 1073741824
33398 pkg syscall (netbsd-386), const NOTE_LINK = 16
33399 pkg syscall (netbsd-386), const NOTE_LOWAT = 1
33400 pkg syscall (netbsd-386), const NOTE_PCTRLMASK = 4026531840
33401 pkg syscall (netbsd-386), const NOTE_PDATAMASK = 1048575
33402 pkg syscall (netbsd-386), const NOTE_RENAME = 32
33403 pkg syscall (netbsd-386), const NOTE_REVOKE = 64
33404 pkg syscall (netbsd-386), const NOTE_TRACK = 1
33405 pkg syscall (netbsd-386), const NOTE_TRACKERR = 2
33406 pkg syscall (netbsd-386), const NOTE_WRITE = 2
33407 pkg syscall (netbsd-386), const OCRNL = 16
33408 pkg syscall (netbsd-386), const OFIOGETBMAP = 3221513850
33409 pkg syscall (netbsd-386), const ONLCR = 2
33410 pkg syscall (netbsd-386), const ONLRET = 64
33411 pkg syscall (netbsd-386), const ONOCR = 32
33412 pkg syscall (netbsd-386), const ONOEOT = 8
33413 pkg syscall (netbsd-386), const OPOST = 1
33414 pkg syscall (netbsd-386), const O_ACCMODE = 3
33415 pkg syscall (netbsd-386), const O_ALT_IO = 262144
33416 pkg syscall (netbsd-386), const O_APPEND = 8
33417 pkg syscall (netbsd-386), const O_ASYNC = 64
33418 pkg syscall (netbsd-386), const O_CLOEXEC = 4194304
33419 pkg syscall (netbsd-386), const O_CREAT = 512
33420 pkg syscall (netbsd-386), const O_DIRECT = 524288
33421 pkg syscall (netbsd-386), const O_DIRECTORY = 2097152
33422 pkg syscall (netbsd-386), const O_DSYNC = 65536
33423 pkg syscall (netbsd-386), const O_EXCL = 2048
33424 pkg syscall (netbsd-386), const O_EXLOCK = 32
33425 pkg syscall (netbsd-386), const O_FSYNC = 128
33426 pkg syscall (netbsd-386), const O_NDELAY = 4
33427 pkg syscall (netbsd-386), const O_NOCTTY = 32768
33428 pkg syscall (netbsd-386), const O_NOFOLLOW = 256
33429 pkg syscall (netbsd-386), const O_NONBLOCK = 4
33430 pkg syscall (netbsd-386), const O_NOSIGPIPE = 16777216
33431 pkg syscall (netbsd-386), const O_RSYNC = 131072
33432 pkg syscall (netbsd-386), const O_SHLOCK = 16
33433 pkg syscall (netbsd-386), const O_SYNC = 128
33434 pkg syscall (netbsd-386), const O_TRUNC = 1024
33435 pkg syscall (netbsd-386), const PARENB = 4096
33436 pkg syscall (netbsd-386), const PARMRK = 8
33437 pkg syscall (netbsd-386), const PARODD = 8192
33438 pkg syscall (netbsd-386), const PENDIN = 536870912
33439 pkg syscall (netbsd-386), const PRI_IOFLUSH = 124
33440 pkg syscall (netbsd-386), const PTRACE_CONT = 7
33441 pkg syscall (netbsd-386), const PTRACE_KILL = 8
33442 pkg syscall (netbsd-386), const PTRACE_TRACEME = 0
33443 pkg syscall (netbsd-386), const RLIMIT_AS = 10
33444 pkg syscall (netbsd-386), const RLIMIT_CORE = 4
33445 pkg syscall (netbsd-386), const RLIMIT_CPU = 0
33446 pkg syscall (netbsd-386), const RLIMIT_DATA = 2
33447 pkg syscall (netbsd-386), const RLIMIT_FSIZE = 1
33448 pkg syscall (netbsd-386), const RLIMIT_NOFILE = 8
33449 pkg syscall (netbsd-386), const RLIMIT_STACK = 3
33450 pkg syscall (netbsd-386), const RLIM_INFINITY = 9223372036854775807
33451 pkg syscall (netbsd-386), const RTAX_AUTHOR = 6
33452 pkg syscall (netbsd-386), const RTAX_BRD = 7
33453 pkg syscall (netbsd-386), const RTAX_DST = 0
33454 pkg syscall (netbsd-386), const RTAX_GATEWAY = 1
33455 pkg syscall (netbsd-386), const RTAX_GENMASK = 3
33456 pkg syscall (netbsd-386), const RTAX_IFA = 5
33457 pkg syscall (netbsd-386), const RTAX_IFP = 4
33458 pkg syscall (netbsd-386), const RTAX_MAX = 9
33459 pkg syscall (netbsd-386), const RTAX_NETMASK = 2
33460 pkg syscall (netbsd-386), const RTAX_TAG = 8
33461 pkg syscall (netbsd-386), const RTA_AUTHOR = 64
33462 pkg syscall (netbsd-386), const RTA_BRD = 128
33463 pkg syscall (netbsd-386), const RTA_DST = 1
33464 pkg syscall (netbsd-386), const RTA_GATEWAY = 2
33465 pkg syscall (netbsd-386), const RTA_GENMASK = 8
33466 pkg syscall (netbsd-386), const RTA_IFA = 32
33467 pkg syscall (netbsd-386), const RTA_IFP = 16
33468 pkg syscall (netbsd-386), const RTA_NETMASK = 4
33469 pkg syscall (netbsd-386), const RTA_TAG = 256
33470 pkg syscall (netbsd-386), const RTF_ANNOUNCE = 131072
33471 pkg syscall (netbsd-386), const RTF_BLACKHOLE = 4096
33472 pkg syscall (netbsd-386), const RTF_CLONED = 8192
33473 pkg syscall (netbsd-386), const RTF_CLONING = 256
33474 pkg syscall (netbsd-386), const RTF_DONE = 64
33475 pkg syscall (netbsd-386), const RTF_DYNAMIC = 16
33476 pkg syscall (netbsd-386), const RTF_GATEWAY = 2
33477 pkg syscall (netbsd-386), const RTF_HOST = 4
33478 pkg syscall (netbsd-386), const RTF_LLINFO = 1024
33479 pkg syscall (netbsd-386), const RTF_MASK = 128
33480 pkg syscall (netbsd-386), const RTF_MODIFIED = 32
33481 pkg syscall (netbsd-386), const RTF_PROTO1 = 32768
33482 pkg syscall (netbsd-386), const RTF_PROTO2 = 16384
33483 pkg syscall (netbsd-386), const RTF_REJECT = 8
33484 pkg syscall (netbsd-386), const RTF_SRC = 65536
33485 pkg syscall (netbsd-386), const RTF_STATIC = 2048
33486 pkg syscall (netbsd-386), const RTF_UP = 1
33487 pkg syscall (netbsd-386), const RTF_XRESOLVE = 512
33488 pkg syscall (netbsd-386), const RTM_ADD = 1
33489 pkg syscall (netbsd-386), const RTM_CHANGE = 3
33490 pkg syscall (netbsd-386), const RTM_CHGADDR = 21
33491 pkg syscall (netbsd-386), const RTM_DELADDR = 13
33492 pkg syscall (netbsd-386), const RTM_DELETE = 2
33493 pkg syscall (netbsd-386), const RTM_GET = 4
33494 pkg syscall (netbsd-386), const RTM_IEEE80211 = 17
33495 pkg syscall (netbsd-386), const RTM_IFANNOUNCE = 16
33496 pkg syscall (netbsd-386), const RTM_IFINFO = 20
33497 pkg syscall (netbsd-386), const RTM_LLINFO_UPD = 19
33498 pkg syscall (netbsd-386), const RTM_LOCK = 8
33499 pkg syscall (netbsd-386), const RTM_LOSING = 5
33500 pkg syscall (netbsd-386), const RTM_MISS = 7
33501 pkg syscall (netbsd-386), const RTM_NEWADDR = 12
33502 pkg syscall (netbsd-386), const RTM_OIFINFO = 15
33503 pkg syscall (netbsd-386), const RTM_OLDADD = 9
33504 pkg syscall (netbsd-386), const RTM_OLDDEL = 10
33505 pkg syscall (netbsd-386), const RTM_OOIFINFO = 14
33506 pkg syscall (netbsd-386), const RTM_REDIRECT = 6
33507 pkg syscall (netbsd-386), const RTM_RESOLVE = 11
33508 pkg syscall (netbsd-386), const RTM_RTTUNIT = 1000000
33509 pkg syscall (netbsd-386), const RTM_SETGATE = 18
33510 pkg syscall (netbsd-386), const RTM_VERSION = 4
33511 pkg syscall (netbsd-386), const RTV_EXPIRE = 4
33512 pkg syscall (netbsd-386), const RTV_HOPCOUNT = 2
33513 pkg syscall (netbsd-386), const RTV_MTU = 1
33514 pkg syscall (netbsd-386), const RTV_RPIPE = 8
33515 pkg syscall (netbsd-386), const RTV_RTT = 64
33516 pkg syscall (netbsd-386), const RTV_RTTVAR = 128
33517 pkg syscall (netbsd-386), const RTV_SPIPE = 16
33518 pkg syscall (netbsd-386), const RTV_SSTHRESH = 32
33519 pkg syscall (netbsd-386), const RUSAGE_CHILDREN = -1
33520 pkg syscall (netbsd-386), const RUSAGE_SELF = 0
33521 pkg syscall (netbsd-386), const SCM_CREDS = 4
33522 pkg syscall (netbsd-386), const SCM_RIGHTS = 1
33523 pkg syscall (netbsd-386), const SCM_TIMESTAMP = 8
33524 pkg syscall (netbsd-386), const SIGBUS = 10
33525 pkg syscall (netbsd-386), const SIGCHLD = 20
33526 pkg syscall (netbsd-386), const SIGCONT = 19
33527 pkg syscall (netbsd-386), const SIGEMT = 7
33528 pkg syscall (netbsd-386), const SIGINFO = 29
33529 pkg syscall (netbsd-386), const SIGIO = 23
33530 pkg syscall (netbsd-386), const SIGIOT = 6
33531 pkg syscall (netbsd-386), const SIGPROF = 27
33532 pkg syscall (netbsd-386), const SIGPWR = 32
33533 pkg syscall (netbsd-386), const SIGSTOP = 17
33534 pkg syscall (netbsd-386), const SIGSYS = 12
33535 pkg syscall (netbsd-386), const SIGTSTP = 18
33536 pkg syscall (netbsd-386), const SIGTTIN = 21
33537 pkg syscall (netbsd-386), const SIGTTOU = 22
33538 pkg syscall (netbsd-386), const SIGURG = 16
33539 pkg syscall (netbsd-386), const SIGUSR1 = 30
33540 pkg syscall (netbsd-386), const SIGUSR2 = 31
33541 pkg syscall (netbsd-386), const SIGVTALRM = 26
33542 pkg syscall (netbsd-386), const SIGWINCH = 28
33543 pkg syscall (netbsd-386), const SIGXCPU = 24
33544 pkg syscall (netbsd-386), const SIGXFSZ = 25
33545 pkg syscall (netbsd-386), const SIOCADDMULTI = 2156947761
33546 pkg syscall (netbsd-386), const SIOCADDRT = 2150658570
33547 pkg syscall (netbsd-386), const SIOCAIFADDR = 2151704858
33548 pkg syscall (netbsd-386), const SIOCALIFADDR = 2165860636
33549 pkg syscall (netbsd-386), const SIOCATMARK = 1074033415
33550 pkg syscall (netbsd-386), const SIOCDELMULTI = 2156947762
33551 pkg syscall (netbsd-386), const SIOCDELRT = 2150658571
33552 pkg syscall (netbsd-386), const SIOCDIFADDR = 2156947737
33553 pkg syscall (netbsd-386), const SIOCDIFPHYADDR = 2156947785
33554 pkg syscall (netbsd-386), const SIOCDLIFADDR = 2165860638
33555 pkg syscall (netbsd-386), const SIOCGDRVSPEC = 3223087483
33556 pkg syscall (netbsd-386), const SIOCGETPFSYNC = 3230689784
33557 pkg syscall (netbsd-386), const SIOCGETSGCNT = 3222566196
33558 pkg syscall (netbsd-386), const SIOCGETVIFCNT = 3222566195
33559 pkg syscall (netbsd-386), const SIOCGHIWAT = 1074033409
33560 pkg syscall (netbsd-386), const SIOCGIFADDR = 3230689569
33561 pkg syscall (netbsd-386), const SIOCGIFADDRPREF = 3230951712
33562 pkg syscall (netbsd-386), const SIOCGIFALIAS = 3225446683
33563 pkg syscall (netbsd-386), const SIOCGIFBRDADDR = 3230689571
33564 pkg syscall (netbsd-386), const SIOCGIFCAP = 3223349622
33565 pkg syscall (netbsd-386), const SIOCGIFCONF = 3221776678
33566 pkg syscall (netbsd-386), const SIOCGIFDATA = 3230951813
33567 pkg syscall (netbsd-386), const SIOCGIFDLT = 3230689655
33568 pkg syscall (netbsd-386), const SIOCGIFDSTADDR = 3230689570
33569 pkg syscall (netbsd-386), const SIOCGIFFLAGS = 3230689553
33570 pkg syscall (netbsd-386), const SIOCGIFGENERIC = 3230689594
33571 pkg syscall (netbsd-386), const SIOCGIFMEDIA = 3223873846
33572 pkg syscall (netbsd-386), const SIOCGIFMETRIC = 3230689559
33573 pkg syscall (netbsd-386), const SIOCGIFMTU = 3230689662
33574 pkg syscall (netbsd-386), const SIOCGIFNETMASK = 3230689573
33575 pkg syscall (netbsd-386), const SIOCGIFPDSTADDR = 3230689608
33576 pkg syscall (netbsd-386), const SIOCGIFPSRCADDR = 3230689607
33577 pkg syscall (netbsd-386), const SIOCGLIFADDR = 3239602461
33578 pkg syscall (netbsd-386), const SIOCGLIFPHYADDR = 3239602507
33579 pkg syscall (netbsd-386), const SIOCGLINKSTR = 3223087495
33580 pkg syscall (netbsd-386), const SIOCGLOWAT = 1074033411
33581 pkg syscall (netbsd-386), const SIOCGPGRP = 1074033417
33582 pkg syscall (netbsd-386), const SIOCGVH = 3230689667
33583 pkg syscall (netbsd-386), const SIOCIFCREATE = 2156947834
33584 pkg syscall (netbsd-386), const SIOCIFDESTROY = 2156947833
33585 pkg syscall (netbsd-386), const SIOCIFGCLONERS = 3222038904
33586 pkg syscall (netbsd-386), const SIOCINITIFADDR = 3225708932
33587 pkg syscall (netbsd-386), const SIOCSDRVSPEC = 2149345659
33588 pkg syscall (netbsd-386), const SIOCSETPFSYNC = 2156947959
33589 pkg syscall (netbsd-386), const SIOCSHIWAT = 2147775232
33590 pkg syscall (netbsd-386), const SIOCSIFADDR = 2156947724
33591 pkg syscall (netbsd-386), const SIOCSIFADDRPREF = 2157209887
33592 pkg syscall (netbsd-386), const SIOCSIFBRDADDR = 2156947731
33593 pkg syscall (netbsd-386), const SIOCSIFCAP = 2149607797
33594 pkg syscall (netbsd-386), const SIOCSIFDSTADDR = 2156947726
33595 pkg syscall (netbsd-386), const SIOCSIFFLAGS = 2156947728
33596 pkg syscall (netbsd-386), const SIOCSIFGENERIC = 2156947769
33597 pkg syscall (netbsd-386), const SIOCSIFMEDIA = 3230689589
33598 pkg syscall (netbsd-386), const SIOCSIFMETRIC = 2156947736
33599 pkg syscall (netbsd-386), const SIOCSIFMTU = 2156947839
33600 pkg syscall (netbsd-386), const SIOCSIFNETMASK = 2156947734
33601 pkg syscall (netbsd-386), const SIOCSIFPHYADDR = 2151704902
33602 pkg syscall (netbsd-386), const SIOCSLIFPHYADDR = 2165860682
33603 pkg syscall (netbsd-386), const SIOCSLINKSTR = 2149345672
33604 pkg syscall (netbsd-386), const SIOCSLOWAT = 2147775234
33605 pkg syscall (netbsd-386), const SIOCSPGRP = 2147775240
33606 pkg syscall (netbsd-386), const SIOCSVH = 3230689666
33607 pkg syscall (netbsd-386), const SIOCZIFDATA = 3230951814
33608 pkg syscall (netbsd-386), const SOCK_CLOEXEC = 268435456
33609 pkg syscall (netbsd-386), const SOCK_FLAGS_MASK = 4026531840
33610 pkg syscall (netbsd-386), const SOCK_NONBLOCK = 536870912
33611 pkg syscall (netbsd-386), const SOCK_NOSIGPIPE = 1073741824
33612 pkg syscall (netbsd-386), const SOCK_RDM = 4
33613 pkg syscall (netbsd-386), const SOL_SOCKET = 65535
33614 pkg syscall (netbsd-386), const SOMAXCONN = 128
33615 pkg syscall (netbsd-386), const SO_ACCEPTCONN = 2
33616 pkg syscall (netbsd-386), const SO_ACCEPTFILTER = 4096
33617 pkg syscall (netbsd-386), const SO_BROADCAST = 32
33618 pkg syscall (netbsd-386), const SO_DEBUG = 1
33619 pkg syscall (netbsd-386), const SO_DONTROUTE = 16
33620 pkg syscall (netbsd-386), const SO_ERROR = 4103
33621 pkg syscall (netbsd-386), const SO_KEEPALIVE = 8
33622 pkg syscall (netbsd-386), const SO_LINGER = 128
33623 pkg syscall (netbsd-386), const SO_NOHEADER = 4106
33624 pkg syscall (netbsd-386), const SO_NOSIGPIPE = 2048
33625 pkg syscall (netbsd-386), const SO_OOBINLINE = 256
33626 pkg syscall (netbsd-386), const SO_OVERFLOWED = 4105
33627 pkg syscall (netbsd-386), const SO_RCVBUF = 4098
33628 pkg syscall (netbsd-386), const SO_RCVLOWAT = 4100
33629 pkg syscall (netbsd-386), const SO_RCVTIMEO = 4108
33630 pkg syscall (netbsd-386), const SO_REUSEADDR = 4
33631 pkg syscall (netbsd-386), const SO_REUSEPORT = 512
33632 pkg syscall (netbsd-386), const SO_SNDBUF = 4097
33633 pkg syscall (netbsd-386), const SO_SNDLOWAT = 4099
33634 pkg syscall (netbsd-386), const SO_SNDTIMEO = 4107
33635 pkg syscall (netbsd-386), const SO_TIMESTAMP = 8192
33636 pkg syscall (netbsd-386), const SO_TYPE = 4104
33637 pkg syscall (netbsd-386), const SO_USELOOPBACK = 64
33638 pkg syscall (netbsd-386), const SYSCTL_VERSION = 16777216
33639 pkg syscall (netbsd-386), const SYSCTL_VERS_0 = 0
33640 pkg syscall (netbsd-386), const SYSCTL_VERS_1 = 16777216
33641 pkg syscall (netbsd-386), const SYSCTL_VERS_MASK = 4278190080
33642 pkg syscall (netbsd-386), const SYS_ACCEPT = 30
33643 pkg syscall (netbsd-386), const SYS_ACCESS = 33
33644 pkg syscall (netbsd-386), const SYS_ACCT = 51
33645 pkg syscall (netbsd-386), const SYS_ADJTIME = 421
33646 pkg syscall (netbsd-386), const SYS_BIND = 104
33647 pkg syscall (netbsd-386), const SYS_BREAK = 17
33648 pkg syscall (netbsd-386), const SYS_CHDIR = 12
33649 pkg syscall (netbsd-386), const SYS_CHFLAGS = 34
33650 pkg syscall (netbsd-386), const SYS_CHMOD = 15
33651 pkg syscall (netbsd-386), const SYS_CHOWN = 16
33652 pkg syscall (netbsd-386), const SYS_CHROOT = 61
33653 pkg syscall (netbsd-386), const SYS_CLOCK_GETRES = 429
33654 pkg syscall (netbsd-386), const SYS_CLOCK_GETTIME = 427
33655 pkg syscall (netbsd-386), const SYS_CLOCK_SETTIME = 428
33656 pkg syscall (netbsd-386), const SYS_CLOSE = 6
33657 pkg syscall (netbsd-386), const SYS_CONNECT = 98
33658 pkg syscall (netbsd-386), const SYS_DUP = 41
33659 pkg syscall (netbsd-386), const SYS_DUP2 = 90
33660 pkg syscall (netbsd-386), const SYS_DUP3 = 454
33661 pkg syscall (netbsd-386), const SYS_EXECVE = 59
33662 pkg syscall (netbsd-386), const SYS_EXIT = 1
33663 pkg syscall (netbsd-386), const SYS_EXTATTRCTL = 360
33664 pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FD = 366
33665 pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_FILE = 363
33666 pkg syscall (netbsd-386), const SYS_EXTATTR_DELETE_LINK = 369
33667 pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FD = 365
33668 pkg syscall (netbsd-386), const SYS_EXTATTR_GET_FILE = 362
33669 pkg syscall (netbsd-386), const SYS_EXTATTR_GET_LINK = 368
33670 pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FD = 370
33671 pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_FILE = 371
33672 pkg syscall (netbsd-386), const SYS_EXTATTR_LIST_LINK = 372
33673 pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FD = 364
33674 pkg syscall (netbsd-386), const SYS_EXTATTR_SET_FILE = 361
33675 pkg syscall (netbsd-386), const SYS_EXTATTR_SET_LINK = 367
33676 pkg syscall (netbsd-386), const SYS_FACCESSAT = 462
33677 pkg syscall (netbsd-386), const SYS_FCHDIR = 13
33678 pkg syscall (netbsd-386), const SYS_FCHFLAGS = 35
33679 pkg syscall (netbsd-386), const SYS_FCHMOD = 124
33680 pkg syscall (netbsd-386), const SYS_FCHMODAT = 463
33681 pkg syscall (netbsd-386), const SYS_FCHOWN = 123
33682 pkg syscall (netbsd-386), const SYS_FCHOWNAT = 464
33683 pkg syscall (netbsd-386), const SYS_FCHROOT = 297
33684 pkg syscall (netbsd-386), const SYS_FCNTL = 92
33685 pkg syscall (netbsd-386), const SYS_FDATASYNC = 241
33686 pkg syscall (netbsd-386), const SYS_FEXECVE = 465
33687 pkg syscall (netbsd-386), const SYS_FGETXATTR = 380
33688 pkg syscall (netbsd-386), const SYS_FHSTAT = 451
33689 pkg syscall (netbsd-386), const SYS_FKTRACE = 288
33690 pkg syscall (netbsd-386), const SYS_FLISTXATTR = 383
33691 pkg syscall (netbsd-386), const SYS_FLOCK = 131
33692 pkg syscall (netbsd-386), const SYS_FORK = 2
33693 pkg syscall (netbsd-386), const SYS_FPATHCONF = 192
33694 pkg syscall (netbsd-386), const SYS_FREMOVEXATTR = 386
33695 pkg syscall (netbsd-386), const SYS_FSETXATTR = 377
33696 pkg syscall (netbsd-386), const SYS_FSTAT = 440
33697 pkg syscall (netbsd-386), const SYS_FSTATAT = 466
33698 pkg syscall (netbsd-386), const SYS_FSTATVFS1 = 358
33699 pkg syscall (netbsd-386), const SYS_FSYNC = 95
33700 pkg syscall (netbsd-386), const SYS_FSYNC_RANGE = 354
33701 pkg syscall (netbsd-386), const SYS_FTRUNCATE = 201
33702 pkg syscall (netbsd-386), const SYS_FUTIMENS = 472
33703 pkg syscall (netbsd-386), const SYS_FUTIMES = 423
33704 pkg syscall (netbsd-386), const SYS_GETCONTEXT = 307
33705 pkg syscall (netbsd-386), const SYS_GETDENTS = 390
33706 pkg syscall (netbsd-386), const SYS_GETEGID = 43
33707 pkg syscall (netbsd-386), const SYS_GETEUID = 25
33708 pkg syscall (netbsd-386), const SYS_GETFH = 395
33709 pkg syscall (netbsd-386), const SYS_GETGID = 47
33710 pkg syscall (netbsd-386), const SYS_GETGROUPS = 79
33711 pkg syscall (netbsd-386), const SYS_GETITIMER = 426
33712 pkg syscall (netbsd-386), const SYS_GETPEERNAME = 31
33713 pkg syscall (netbsd-386), const SYS_GETPGID = 207
33714 pkg syscall (netbsd-386), const SYS_GETPGRP = 81
33715 pkg syscall (netbsd-386), const SYS_GETPID = 20
33716 pkg syscall (netbsd-386), const SYS_GETPPID = 39
33717 pkg syscall (netbsd-386), const SYS_GETPRIORITY = 100
33718 pkg syscall (netbsd-386), const SYS_GETRLIMIT = 194
33719 pkg syscall (netbsd-386), const SYS_GETRUSAGE = 445
33720 pkg syscall (netbsd-386), const SYS_GETSID = 286
33721 pkg syscall (netbsd-386), const SYS_GETSOCKNAME = 32
33722 pkg syscall (netbsd-386), const SYS_GETSOCKOPT = 118
33723 pkg syscall (netbsd-386), const SYS_GETTIMEOFDAY = 418
33724 pkg syscall (netbsd-386), const SYS_GETUID = 24
33725 pkg syscall (netbsd-386), const SYS_GETVFSSTAT = 356
33726 pkg syscall (netbsd-386), const SYS_GETXATTR = 378
33727 pkg syscall (netbsd-386), const SYS_IOCTL = 54
33728 pkg syscall (netbsd-386), const SYS_ISSETUGID = 305
33729 pkg syscall (netbsd-386), const SYS_KEVENT = 435
33730 pkg syscall (netbsd-386), const SYS_KILL = 37
33731 pkg syscall (netbsd-386), const SYS_KQUEUE = 344
33732 pkg syscall (netbsd-386), const SYS_KQUEUE1 = 455
33733 pkg syscall (netbsd-386), const SYS_KTRACE = 45
33734 pkg syscall (netbsd-386), const SYS_LCHFLAGS = 304
33735 pkg syscall (netbsd-386), const SYS_LCHMOD = 274
33736 pkg syscall (netbsd-386), const SYS_LCHOWN = 275
33737 pkg syscall (netbsd-386), const SYS_LGETXATTR = 379
33738 pkg syscall (netbsd-386), const SYS_LINK = 9
33739 pkg syscall (netbsd-386), const SYS_LINKAT = 457
33740 pkg syscall (netbsd-386), const SYS_LISTEN = 106
33741 pkg syscall (netbsd-386), const SYS_LISTXATTR = 381
33742 pkg syscall (netbsd-386), const SYS_LLISTXATTR = 382
33743 pkg syscall (netbsd-386), const SYS_LREMOVEXATTR = 385
33744 pkg syscall (netbsd-386), const SYS_LSEEK = 199
33745 pkg syscall (netbsd-386), const SYS_LSETXATTR = 376
33746 pkg syscall (netbsd-386), const SYS_LSTAT = 441
33747 pkg syscall (netbsd-386), const SYS_LUTIMES = 424
33748 pkg syscall (netbsd-386), const SYS_MADVISE = 75
33749 pkg syscall (netbsd-386), const SYS_MINCORE = 78
33750 pkg syscall (netbsd-386), const SYS_MINHERIT = 273
33751 pkg syscall (netbsd-386), const SYS_MKDIR = 136
33752 pkg syscall (netbsd-386), const SYS_MKDIRAT = 461
33753 pkg syscall (netbsd-386), const SYS_MKFIFO = 132
33754 pkg syscall (netbsd-386), const SYS_MKFIFOAT = 459
33755 pkg syscall (netbsd-386), const SYS_MKNOD = 450
33756 pkg syscall (netbsd-386), const SYS_MKNODAT = 460
33757 pkg syscall (netbsd-386), const SYS_MLOCK = 203
33758 pkg syscall (netbsd-386), const SYS_MLOCKALL = 242
33759 pkg syscall (netbsd-386), const SYS_MMAP = 197
33760 pkg syscall (netbsd-386), const SYS_MODCTL = 246
33761 pkg syscall (netbsd-386), const SYS_MOUNT = 410
33762 pkg syscall (netbsd-386), const SYS_MPROTECT = 74
33763 pkg syscall (netbsd-386), const SYS_MREMAP = 411
33764 pkg syscall (netbsd-386), const SYS_MSGCTL = 444
33765 pkg syscall (netbsd-386), const SYS_MSGGET = 225
33766 pkg syscall (netbsd-386), const SYS_MSGRCV = 227
33767 pkg syscall (netbsd-386), const SYS_MSGSND = 226
33768 pkg syscall (netbsd-386), const SYS_MUNLOCK = 204
33769 pkg syscall (netbsd-386), const SYS_MUNLOCKALL = 243
33770 pkg syscall (netbsd-386), const SYS_MUNMAP = 73
33771 pkg syscall (netbsd-386), const SYS_NANOSLEEP = 430
33772 pkg syscall (netbsd-386), const SYS_NTP_ADJTIME = 176
33773 pkg syscall (netbsd-386), const SYS_NTP_GETTIME = 448
33774 pkg syscall (netbsd-386), const SYS_OPEN = 5
33775 pkg syscall (netbsd-386), const SYS_OPENAT = 468
33776 pkg syscall (netbsd-386), const SYS_PACCEPT = 456
33777 pkg syscall (netbsd-386), const SYS_PATHCONF = 191
33778 pkg syscall (netbsd-386), const SYS_PIPE = 42
33779 pkg syscall (netbsd-386), const SYS_PIPE2 = 453
33780 pkg syscall (netbsd-386), const SYS_PMC_CONTROL = 342
33781 pkg syscall (netbsd-386), const SYS_PMC_GET_INFO = 341
33782 pkg syscall (netbsd-386), const SYS_POLL = 209
33783 pkg syscall (netbsd-386), const SYS_POLLTS = 437
33784 pkg syscall (netbsd-386), const SYS_POSIX_FADVISE = 416
33785 pkg syscall (netbsd-386), const SYS_POSIX_SPAWN = 474
33786 pkg syscall (netbsd-386), const SYS_PREAD = 173
33787 pkg syscall (netbsd-386), const SYS_PREADV = 289
33788 pkg syscall (netbsd-386), const SYS_PROFIL = 44
33789 pkg syscall (netbsd-386), const SYS_PSELECT = 436
33790 pkg syscall (netbsd-386), const SYS_PSET_ASSIGN = 414
33791 pkg syscall (netbsd-386), const SYS_PSET_CREATE = 412
33792 pkg syscall (netbsd-386), const SYS_PSET_DESTROY = 413
33793 pkg syscall (netbsd-386), const SYS_PTRACE = 26
33794 pkg syscall (netbsd-386), const SYS_PWRITE = 174
33795 pkg syscall (netbsd-386), const SYS_PWRITEV = 290
33796 pkg syscall (netbsd-386), const SYS_RASCTL = 343
33797 pkg syscall (netbsd-386), const SYS_READ = 3
33798 pkg syscall (netbsd-386), const SYS_READLINK = 58
33799 pkg syscall (netbsd-386), const SYS_READLINKAT = 469
33800 pkg syscall (netbsd-386), const SYS_READV = 120
33801 pkg syscall (netbsd-386), const SYS_REBOOT = 208
33802 pkg syscall (netbsd-386), const SYS_RECVFROM = 29
33803 pkg syscall (netbsd-386), const SYS_RECVMMSG = 475
33804 pkg syscall (netbsd-386), const SYS_RECVMSG = 27
33805 pkg syscall (netbsd-386), const SYS_REMOVEXATTR = 384
33806 pkg syscall (netbsd-386), const SYS_RENAME = 128
33807 pkg syscall (netbsd-386), const SYS_RENAMEAT = 458
33808 pkg syscall (netbsd-386), const SYS_REVOKE = 56
33809 pkg syscall (netbsd-386), const SYS_RMDIR = 137
33810 pkg syscall (netbsd-386), const SYS_SBRK = 69
33811 pkg syscall (netbsd-386), const SYS_SCHED_YIELD = 350
33812 pkg syscall (netbsd-386), const SYS_SELECT = 417
33813 pkg syscall (netbsd-386), const SYS_SEMCONFIG = 223
33814 pkg syscall (netbsd-386), const SYS_SEMGET = 221
33815 pkg syscall (netbsd-386), const SYS_SEMOP = 222
33816 pkg syscall (netbsd-386), const SYS_SENDMMSG = 476
33817 pkg syscall (netbsd-386), const SYS_SENDMSG = 28
33818 pkg syscall (netbsd-386), const SYS_SENDTO = 133
33819 pkg syscall (netbsd-386), const SYS_SETCONTEXT = 308
33820 pkg syscall (netbsd-386), const SYS_SETEGID = 182
33821 pkg syscall (netbsd-386), const SYS_SETEUID = 183
33822 pkg syscall (netbsd-386), const SYS_SETGID = 181
33823 pkg syscall (netbsd-386), const SYS_SETGROUPS = 80
33824 pkg syscall (netbsd-386), const SYS_SETITIMER = 425
33825 pkg syscall (netbsd-386), const SYS_SETPGID = 82
33826 pkg syscall (netbsd-386), const SYS_SETPRIORITY = 96
33827 pkg syscall (netbsd-386), const SYS_SETREGID = 127
33828 pkg syscall (netbsd-386), const SYS_SETREUID = 126
33829 pkg syscall (netbsd-386), const SYS_SETRLIMIT = 195
33830 pkg syscall (netbsd-386), const SYS_SETSID = 147
33831 pkg syscall (netbsd-386), const SYS_SETSOCKOPT = 105
33832 pkg syscall (netbsd-386), const SYS_SETTIMEOFDAY = 419
33833 pkg syscall (netbsd-386), const SYS_SETUID = 23
33834 pkg syscall (netbsd-386), const SYS_SETXATTR = 375
33835 pkg syscall (netbsd-386), const SYS_SHMAT = 228
33836 pkg syscall (netbsd-386), const SYS_SHMCTL = 443
33837 pkg syscall (netbsd-386), const SYS_SHMDT = 230
33838 pkg syscall (netbsd-386), const SYS_SHMGET = 231
33839 pkg syscall (netbsd-386), const SYS_SHUTDOWN = 134
33840 pkg syscall (netbsd-386), const SYS_SIGQUEUEINFO = 245
33841 pkg syscall (netbsd-386), const SYS_SOCKET = 394
33842 pkg syscall (netbsd-386), const SYS_SOCKETPAIR = 135
33843 pkg syscall (netbsd-386), const SYS_SSTK = 70
33844 pkg syscall (netbsd-386), const SYS_STAT = 439
33845 pkg syscall (netbsd-386), const SYS_STATVFS1 = 357
33846 pkg syscall (netbsd-386), const SYS_SWAPCTL = 271
33847 pkg syscall (netbsd-386), const SYS_SYMLINK = 57
33848 pkg syscall (netbsd-386), const SYS_SYMLINKAT = 470
33849 pkg syscall (netbsd-386), const SYS_SYNC = 36
33850 pkg syscall (netbsd-386), const SYS_SYSARCH = 165
33851 pkg syscall (netbsd-386), const SYS_TIMER_CREATE = 235
33852 pkg syscall (netbsd-386), const SYS_TIMER_DELETE = 236
33853 pkg syscall (netbsd-386), const SYS_TIMER_GETOVERRUN = 239
33854 pkg syscall (netbsd-386), const SYS_TIMER_GETTIME = 447
33855 pkg syscall (netbsd-386), const SYS_TIMER_SETTIME = 446
33856 pkg syscall (netbsd-386), const SYS_TRUNCATE = 200
33857 pkg syscall (netbsd-386), const SYS_UMASK = 60
33858 pkg syscall (netbsd-386), const SYS_UNDELETE = 205
33859 pkg syscall (netbsd-386), const SYS_UNLINK = 10
33860 pkg syscall (netbsd-386), const SYS_UNLINKAT = 471
33861 pkg syscall (netbsd-386), const SYS_UNMOUNT = 22
33862 pkg syscall (netbsd-386), const SYS_UTIMENSAT = 467
33863 pkg syscall (netbsd-386), const SYS_UTIMES = 420
33864 pkg syscall (netbsd-386), const SYS_UTRACE = 306
33865 pkg syscall (netbsd-386), const SYS_UUIDGEN = 355
33866 pkg syscall (netbsd-386), const SYS_VADVISE = 72
33867 pkg syscall (netbsd-386), const SYS_VFORK = 66
33868 pkg syscall (netbsd-386), const SYS_WAIT4 = 449
33869 pkg syscall (netbsd-386), const SYS_WRITE = 4
33870 pkg syscall (netbsd-386), const SYS_WRITEV = 121
33871 pkg syscall (netbsd-386), const SYS__LWP_CONTINUE = 314
33872 pkg syscall (netbsd-386), const SYS__LWP_CREATE = 309
33873 pkg syscall (netbsd-386), const SYS__LWP_CTL = 325
33874 pkg syscall (netbsd-386), const SYS__LWP_DETACH = 319
33875 pkg syscall (netbsd-386), const SYS__LWP_EXIT = 310
33876 pkg syscall (netbsd-386), const SYS__LWP_GETNAME = 324
33877 pkg syscall (netbsd-386), const SYS__LWP_GETPRIVATE = 316
33878 pkg syscall (netbsd-386), const SYS__LWP_KILL = 318
33879 pkg syscall (netbsd-386), const SYS__LWP_PARK = 434
33880 pkg syscall (netbsd-386), const SYS__LWP_SELF = 311
33881 pkg syscall (netbsd-386), const SYS__LWP_SETNAME = 323
33882 pkg syscall (netbsd-386), const SYS__LWP_SETPRIVATE = 317
33883 pkg syscall (netbsd-386), const SYS__LWP_SUSPEND = 313
33884 pkg syscall (netbsd-386), const SYS__LWP_UNPARK = 321
33885 pkg syscall (netbsd-386), const SYS__LWP_UNPARK_ALL = 322
33886 pkg syscall (netbsd-386), const SYS__LWP_WAIT = 312
33887 pkg syscall (netbsd-386), const SYS__LWP_WAKEUP = 315
33888 pkg syscall (netbsd-386), const SYS__PSET_BIND = 415
33889 pkg syscall (netbsd-386), const SYS__SCHED_GETAFFINITY = 349
33890 pkg syscall (netbsd-386), const SYS__SCHED_GETPARAM = 347
33891 pkg syscall (netbsd-386), const SYS__SCHED_SETAFFINITY = 348
33892 pkg syscall (netbsd-386), const SYS__SCHED_SETPARAM = 346
33893 pkg syscall (netbsd-386), const SYS___CLONE = 287
33894 pkg syscall (netbsd-386), const SYS___GETCWD = 296
33895 pkg syscall (netbsd-386), const SYS___GETLOGIN = 49
33896 pkg syscall (netbsd-386), const SYS___POSIX_CHOWN = 283
33897 pkg syscall (netbsd-386), const SYS___POSIX_FCHOWN = 284
33898 pkg syscall (netbsd-386), const SYS___POSIX_LCHOWN = 285
33899 pkg syscall (netbsd-386), const SYS___POSIX_RENAME = 270
33900 pkg syscall (netbsd-386), const SYS___QUOTACTL = 473
33901 pkg syscall (netbsd-386), const SYS___SEMCTL = 442
33902 pkg syscall (netbsd-386), const SYS___SETLOGIN = 50
33903 pkg syscall (netbsd-386), const SYS___SIGACTION_SIGTRAMP = 340
33904 pkg syscall (netbsd-386), const SYS___SIGTIMEDWAIT = 431
33905 pkg syscall (netbsd-386), const SYS___SYSCTL = 202
33906 pkg syscall (netbsd-386), const S_ARCH1 = 65536
33907 pkg syscall (netbsd-386), const S_ARCH2 = 131072
33908 pkg syscall (netbsd-386), const S_BLKSIZE = 512
33909 pkg syscall (netbsd-386), const S_IEXEC = 64
33910 pkg syscall (netbsd-386), const S_IFMT = 61440
33911 pkg syscall (netbsd-386), const S_IFWHT = 57344
33912 pkg syscall (netbsd-386), const S_IREAD = 256
33913 pkg syscall (netbsd-386), const S_IRGRP = 32
33914 pkg syscall (netbsd-386), const S_IROTH = 4
33915 pkg syscall (netbsd-386), const S_IRWXG = 56
33916 pkg syscall (netbsd-386), const S_IRWXO = 7
33917 pkg syscall (netbsd-386), const S_IRWXU = 448
33918 pkg syscall (netbsd-386), const S_ISTXT = 512
33919 pkg syscall (netbsd-386), const S_IWGRP = 16
33920 pkg syscall (netbsd-386), const S_IWOTH = 2
33921 pkg syscall (netbsd-386), const S_IWRITE = 128
33922 pkg syscall (netbsd-386), const S_IXGRP = 8
33923 pkg syscall (netbsd-386), const S_IXOTH = 1
33924 pkg syscall (netbsd-386), const S_LOGIN_SET = 1
33925 pkg syscall (netbsd-386), const SizeofBpfHdr = 20
33926 pkg syscall (netbsd-386), const SizeofBpfInsn = 8
33927 pkg syscall (netbsd-386), const SizeofBpfProgram = 8
33928 pkg syscall (netbsd-386), const SizeofBpfStat = 128
33929 pkg syscall (netbsd-386), const SizeofBpfVersion = 4
33930 pkg syscall (netbsd-386), const SizeofCmsghdr = 12
33931 pkg syscall (netbsd-386), const SizeofIPMreq = 8
33932 pkg syscall (netbsd-386), const SizeofIPv6Mreq = 20
33933 pkg syscall (netbsd-386), const SizeofIfAnnounceMsghdr = 24
33934 pkg syscall (netbsd-386), const SizeofIfData = 132
33935 pkg syscall (netbsd-386), const SizeofIfMsghdr = 152
33936 pkg syscall (netbsd-386), const SizeofIfaMsghdr = 24
33937 pkg syscall (netbsd-386), const SizeofInet6Pktinfo = 20
33938 pkg syscall (netbsd-386), const SizeofLinger = 8
33939 pkg syscall (netbsd-386), const SizeofMsghdr = 28
33940 pkg syscall (netbsd-386), const SizeofRtMetrics = 80
33941 pkg syscall (netbsd-386), const SizeofRtMsghdr = 120
33942 pkg syscall (netbsd-386), const SizeofSockaddrAny = 108
33943 pkg syscall (netbsd-386), const SizeofSockaddrDatalink = 20
33944 pkg syscall (netbsd-386), const SizeofSockaddrInet4 = 16
33945 pkg syscall (netbsd-386), const SizeofSockaddrInet6 = 28
33946 pkg syscall (netbsd-386), const SizeofSockaddrUnix = 106
33947 pkg syscall (netbsd-386), const TCIFLUSH = 1
33948 pkg syscall (netbsd-386), const TCIOFLUSH = 3
33949 pkg syscall (netbsd-386), const TCOFLUSH = 2
33950 pkg syscall (netbsd-386), const TCP_CONGCTL = 32
33951 pkg syscall (netbsd-386), const TCP_KEEPCNT = 6
33952 pkg syscall (netbsd-386), const TCP_KEEPIDLE = 3
33953 pkg syscall (netbsd-386), const TCP_KEEPINIT = 7
33954 pkg syscall (netbsd-386), const TCP_KEEPINTVL = 5
33955 pkg syscall (netbsd-386), const TCP_MAXBURST = 4
33956 pkg syscall (netbsd-386), const TCP_MAXSEG = 2
33957 pkg syscall (netbsd-386), const TCP_MAXWIN = 65535
33958 pkg syscall (netbsd-386), const TCP_MAX_WINSHIFT = 14
33959 pkg syscall (netbsd-386), const TCP_MD5SIG = 16
33960 pkg syscall (netbsd-386), const TCP_MINMSS = 216
33961 pkg syscall (netbsd-386), const TCP_MSS = 536
33962 pkg syscall (netbsd-386), const TCSAFLUSH = 2
33963 pkg syscall (netbsd-386), const TIOCCBRK = 536900730
33964 pkg syscall (netbsd-386), const TIOCCDTR = 536900728
33965 pkg syscall (netbsd-386), const TIOCCONS = 2147775586
33966 pkg syscall (netbsd-386), const TIOCDCDTIMESTAMP = 1074558040
33967 pkg syscall (netbsd-386), const TIOCDRAIN = 536900702
33968 pkg syscall (netbsd-386), const TIOCEXCL = 536900621
33969 pkg syscall (netbsd-386), const TIOCEXT = 2147775584
33970 pkg syscall (netbsd-386), const TIOCFLAG_CDTRCTS = 16
33971 pkg syscall (netbsd-386), const TIOCFLAG_CLOCAL = 2
33972 pkg syscall (netbsd-386), const TIOCFLAG_CRTSCTS = 4
33973 pkg syscall (netbsd-386), const TIOCFLAG_MDMBUF = 8
33974 pkg syscall (netbsd-386), const TIOCFLAG_SOFTCAR = 1
33975 pkg syscall (netbsd-386), const TIOCFLUSH = 2147775504
33976 pkg syscall (netbsd-386), const TIOCGETA = 1076655123
33977 pkg syscall (netbsd-386), const TIOCGETD = 1074033690
33978 pkg syscall (netbsd-386), const TIOCGFLAGS = 1074033757
33979 pkg syscall (netbsd-386), const TIOCGLINED = 1075868738
33980 pkg syscall (netbsd-386), const TIOCGPGRP = 1074033783
33981 pkg syscall (netbsd-386), const TIOCGQSIZE = 1074033793
33982 pkg syscall (netbsd-386), const TIOCGRANTPT = 536900679
33983 pkg syscall (netbsd-386), const TIOCGSID = 1074033763
33984 pkg syscall (netbsd-386), const TIOCGSIZE = 1074295912
33985 pkg syscall (netbsd-386), const TIOCGWINSZ = 1074295912
33986 pkg syscall (netbsd-386), const TIOCMBIC = 2147775595
33987 pkg syscall (netbsd-386), const TIOCMBIS = 2147775596
33988 pkg syscall (netbsd-386), const TIOCMGET = 1074033770
33989 pkg syscall (netbsd-386), const TIOCMSET = 2147775597
33990 pkg syscall (netbsd-386), const TIOCM_CAR = 64
33991 pkg syscall (netbsd-386), const TIOCM_CD = 64
33992 pkg syscall (netbsd-386), const TIOCM_CTS = 32
33993 pkg syscall (netbsd-386), const TIOCM_DSR = 256
33994 pkg syscall (netbsd-386), const TIOCM_DTR = 2
33995 pkg syscall (netbsd-386), const TIOCM_LE = 1
33996 pkg syscall (netbsd-386), const TIOCM_RI = 128
33997 pkg syscall (netbsd-386), const TIOCM_RNG = 128
33998 pkg syscall (netbsd-386), const TIOCM_RTS = 4
33999 pkg syscall (netbsd-386), const TIOCM_SR = 16
34000 pkg syscall (netbsd-386), const TIOCM_ST = 8
34001 pkg syscall (netbsd-386), const TIOCNOTTY = 536900721
34002 pkg syscall (netbsd-386), const TIOCNXCL = 536900622
34003 pkg syscall (netbsd-386), const TIOCOUTQ = 1074033779
34004 pkg syscall (netbsd-386), const TIOCPKT = 2147775600
34005 pkg syscall (netbsd-386), const TIOCPKT_DATA = 0
34006 pkg syscall (netbsd-386), const TIOCPKT_DOSTOP = 32
34007 pkg syscall (netbsd-386), const TIOCPKT_FLUSHREAD = 1
34008 pkg syscall (netbsd-386), const TIOCPKT_FLUSHWRITE = 2
34009 pkg syscall (netbsd-386), const TIOCPKT_IOCTL = 64
34010 pkg syscall (netbsd-386), const TIOCPKT_NOSTOP = 16
34011 pkg syscall (netbsd-386), const TIOCPKT_START = 8
34012 pkg syscall (netbsd-386), const TIOCPKT_STOP = 4
34013 pkg syscall (netbsd-386), const TIOCPTMGET = 1076393030
34014 pkg syscall (netbsd-386), const TIOCPTSNAME = 1076393032
34015 pkg syscall (netbsd-386), const TIOCRCVFRAME = 2147775557
34016 pkg syscall (netbsd-386), const TIOCREMOTE = 2147775593
34017 pkg syscall (netbsd-386), const TIOCSBRK = 536900731
34018 pkg syscall (netbsd-386), const TIOCSCTTY = 536900705
34019 pkg syscall (netbsd-386), const TIOCSDTR = 536900729
34020 pkg syscall (netbsd-386), const TIOCSETA = 2150396948
34021 pkg syscall (netbsd-386), const TIOCSETAF = 2150396950
34022 pkg syscall (netbsd-386), const TIOCSETAW = 2150396949
34023 pkg syscall (netbsd-386), const TIOCSETD = 2147775515
34024 pkg syscall (netbsd-386), const TIOCSFLAGS = 2147775580
34025 pkg syscall (netbsd-386), const TIOCSIG = 536900703
34026 pkg syscall (netbsd-386), const TIOCSLINED = 2149610563
34027 pkg syscall (netbsd-386), const TIOCSPGRP = 2147775606
34028 pkg syscall (netbsd-386), const TIOCSQSIZE = 2147775616
34029 pkg syscall (netbsd-386), const TIOCSSIZE = 2148037735
34030 pkg syscall (netbsd-386), const TIOCSTART = 536900718
34031 pkg syscall (netbsd-386), const TIOCSTAT = 2147775589
34032 pkg syscall (netbsd-386), const TIOCSTI = 2147578994
34033 pkg syscall (netbsd-386), const TIOCSTOP = 536900719
34034 pkg syscall (netbsd-386), const TIOCSWINSZ = 2148037735
34035 pkg syscall (netbsd-386), const TIOCUCNTL = 2147775590
34036 pkg syscall (netbsd-386), const TIOCXMTFRAME = 2147775556
34037 pkg syscall (netbsd-386), const TOSTOP = 4194304
34038 pkg syscall (netbsd-386), const VDISCARD = 15
34039 pkg syscall (netbsd-386), const VDSUSP = 11
34040 pkg syscall (netbsd-386), const VEOF = 0
34041 pkg syscall (netbsd-386), const VEOL = 1
34042 pkg syscall (netbsd-386), const VEOL2 = 2
34043 pkg syscall (netbsd-386), const VERASE = 3
34044 pkg syscall (netbsd-386), const VINTR = 8
34045 pkg syscall (netbsd-386), const VKILL = 5
34046 pkg syscall (netbsd-386), const VLNEXT = 14
34047 pkg syscall (netbsd-386), const VMIN = 16
34048 pkg syscall (netbsd-386), const VQUIT = 9
34049 pkg syscall (netbsd-386), const VREPRINT = 6
34050 pkg syscall (netbsd-386), const VSTART = 12
34051 pkg syscall (netbsd-386), const VSTATUS = 18
34052 pkg syscall (netbsd-386), const VSTOP = 13
34053 pkg syscall (netbsd-386), const VSUSP = 10
34054 pkg syscall (netbsd-386), const VTIME = 17
34055 pkg syscall (netbsd-386), const VWERASE = 4
34056 pkg syscall (netbsd-386), const WALL = 8
34057 pkg syscall (netbsd-386), const WALLSIG = 8
34058 pkg syscall (netbsd-386), const WALTSIG = 4
34059 pkg syscall (netbsd-386), const WCLONE = 4
34060 pkg syscall (netbsd-386), const WCOREFLAG = 128
34061 pkg syscall (netbsd-386), const WNOHANG = 1
34062 pkg syscall (netbsd-386), const WNOWAIT = 65536
34063 pkg syscall (netbsd-386), const WNOZOMBIE = 131072
34064 pkg syscall (netbsd-386), const WOPTSCHECKED = 262144
34065 pkg syscall (netbsd-386), const WSTOPPED = 127
34066 pkg syscall (netbsd-386), const WUNTRACED = 2
34067 pkg syscall (netbsd-386-cgo), const AF_APPLETALK = 16
34068 pkg syscall (netbsd-386-cgo), const AF_ARP = 28
34069 pkg syscall (netbsd-386-cgo), const AF_BLUETOOTH = 31
34070 pkg syscall (netbsd-386-cgo), const AF_CCITT = 10
34071 pkg syscall (netbsd-386-cgo), const AF_CHAOS = 5
34072 pkg syscall (netbsd-386-cgo), const AF_CNT = 21
34073 pkg syscall (netbsd-386-cgo), const AF_COIP = 20
34074 pkg syscall (netbsd-386-cgo), const AF_DATAKIT = 9
34075 pkg syscall (netbsd-386-cgo), const AF_DECnet = 12
34076 pkg syscall (netbsd-386-cgo), const AF_DLI = 13
34077 pkg syscall (netbsd-386-cgo), const AF_E164 = 26
34078 pkg syscall (netbsd-386-cgo), const AF_ECMA = 8
34079 pkg syscall (netbsd-386-cgo), const AF_HYLINK = 15
34080 pkg syscall (netbsd-386-cgo), const AF_IEEE80211 = 32
34081 pkg syscall (netbsd-386-cgo), const AF_IMPLINK = 3
34082 pkg syscall (netbsd-386-cgo), const AF_INET6 = 24
34083 pkg syscall (netbsd-386-cgo), const AF_IPX = 23
34084 pkg syscall (netbsd-386-cgo), const AF_ISDN = 26
34085 pkg syscall (netbsd-386-cgo), const AF_ISO = 7
34086 pkg syscall (netbsd-386-cgo), const AF_LAT = 14
34087 pkg syscall (netbsd-386-cgo), const AF_LINK = 18
34088 pkg syscall (netbsd-386-cgo), const AF_LOCAL = 1
34089 pkg syscall (netbsd-386-cgo), const AF_MAX = 35
34090 pkg syscall (netbsd-386-cgo), const AF_MPLS = 33
34091 pkg syscall (netbsd-386-cgo), const AF_NATM = 27
34092 pkg syscall (netbsd-386-cgo), const AF_NS = 6
34093 pkg syscall (netbsd-386-cgo), const AF_OROUTE = 17
34094 pkg syscall (netbsd-386-cgo), const AF_OSI = 7
34095 pkg syscall (netbsd-386-cgo), const AF_PUP = 4
34096 pkg syscall (netbsd-386-cgo), const AF_ROUTE = 34
34097 pkg syscall (netbsd-386-cgo), const AF_SNA = 11
34098 pkg syscall (netbsd-386-cgo), const ARPHRD_ARCNET = 7
34099 pkg syscall (netbsd-386-cgo), const ARPHRD_ETHER = 1
34100 pkg syscall (netbsd-386-cgo), const ARPHRD_FRELAY = 15
34101 pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE1394 = 24
34102 pkg syscall (netbsd-386-cgo), const ARPHRD_IEEE802 = 6
34103 pkg syscall (netbsd-386-cgo), const ARPHRD_STRIP = 23
34104 pkg syscall (netbsd-386-cgo), const B0 = 0
34105 pkg syscall (netbsd-386-cgo), const B110 = 110
34106 pkg syscall (netbsd-386-cgo), const B115200 = 115200
34107 pkg syscall (netbsd-386-cgo), const B1200 = 1200
34108 pkg syscall (netbsd-386-cgo), const B134 = 134
34109 pkg syscall (netbsd-386-cgo), const B14400 = 14400
34110 pkg syscall (netbsd-386-cgo), const B150 = 150
34111 pkg syscall (netbsd-386-cgo), const B1800 = 1800
34112 pkg syscall (netbsd-386-cgo), const B19200 = 19200
34113 pkg syscall (netbsd-386-cgo), const B200 = 200
34114 pkg syscall (netbsd-386-cgo), const B230400 = 230400
34115 pkg syscall (netbsd-386-cgo), const B2400 = 2400
34116 pkg syscall (netbsd-386-cgo), const B28800 = 28800
34117 pkg syscall (netbsd-386-cgo), const B300 = 300
34118 pkg syscall (netbsd-386-cgo), const B38400 = 38400
34119 pkg syscall (netbsd-386-cgo), const B460800 = 460800
34120 pkg syscall (netbsd-386-cgo), const B4800 = 4800
34121 pkg syscall (netbsd-386-cgo), const B50 = 50
34122 pkg syscall (netbsd-386-cgo), const B57600 = 57600
34123 pkg syscall (netbsd-386-cgo), const B600 = 600
34124 pkg syscall (netbsd-386-cgo), const B7200 = 7200
34125 pkg syscall (netbsd-386-cgo), const B75 = 75
34126 pkg syscall (netbsd-386-cgo), const B76800 = 76800
34127 pkg syscall (netbsd-386-cgo), const B921600 = 921600
34128 pkg syscall (netbsd-386-cgo), const B9600 = 9600
34129 pkg syscall (netbsd-386-cgo), const BIOCFEEDBACK = 2147762813
34130 pkg syscall (netbsd-386-cgo), const BIOCFLUSH = 536887912
34131 pkg syscall (netbsd-386-cgo), const BIOCGBLEN = 1074020966
34132 pkg syscall (netbsd-386-cgo), const BIOCGDLT = 1074020970
34133 pkg syscall (netbsd-386-cgo), const BIOCGDLTLIST = 3221766775
34134 pkg syscall (netbsd-386-cgo), const BIOCGETIF = 1083196011
34135 pkg syscall (netbsd-386-cgo), const BIOCGFEEDBACK = 1074020988
34136 pkg syscall (netbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
34137 pkg syscall (netbsd-386-cgo), const BIOCGRTIMEOUT = 1074545275
34138 pkg syscall (netbsd-386-cgo), const BIOCGSEESENT = 1074020984
34139 pkg syscall (netbsd-386-cgo), const BIOCGSTATS = 1082147439
34140 pkg syscall (netbsd-386-cgo), const BIOCGSTATSOLD = 1074283119
34141 pkg syscall (netbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
34142 pkg syscall (netbsd-386-cgo), const BIOCPROMISC = 536887913
34143 pkg syscall (netbsd-386-cgo), const BIOCSBLEN = 3221504614
34144 pkg syscall (netbsd-386-cgo), const BIOCSDLT = 2147762806
34145 pkg syscall (netbsd-386-cgo), const BIOCSETF = 2148024935
34146 pkg syscall (netbsd-386-cgo), const BIOCSETIF = 2156937836
34147 pkg syscall (netbsd-386-cgo), const BIOCSFEEDBACK = 2147762813
34148 pkg syscall (netbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
34149 pkg syscall (netbsd-386-cgo), const BIOCSRTIMEOUT = 2148287098
34150 pkg syscall (netbsd-386-cgo), const BIOCSSEESENT = 2147762809
34151 pkg syscall (netbsd-386-cgo), const BIOCSTCPF = 2148024946
34152 pkg syscall (netbsd-386-cgo), const BIOCSUDPF = 2148024947
34153 pkg syscall (netbsd-386-cgo), const BIOCVERSION = 1074020977
34154 pkg syscall (netbsd-386-cgo), const BPF_A = 16
34155 pkg syscall (netbsd-386-cgo), const BPF_ABS = 32
34156 pkg syscall (netbsd-386-cgo), const BPF_ADD = 0
34157 pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT = 4
34158 pkg syscall (netbsd-386-cgo), const BPF_ALIGNMENT32 = 4
34159 pkg syscall (netbsd-386-cgo), const BPF_ALU = 4
34160 pkg syscall (netbsd-386-cgo), const BPF_AND = 80
34161 pkg syscall (netbsd-386-cgo), const BPF_B = 16
34162 pkg syscall (netbsd-386-cgo), const BPF_DFLTBUFSIZE = 1048576
34163 pkg syscall (netbsd-386-cgo), const BPF_DIV = 48
34164 pkg syscall (netbsd-386-cgo), const BPF_H = 8
34165 pkg syscall (netbsd-386-cgo), const BPF_IMM = 0
34166 pkg syscall (netbsd-386-cgo), const BPF_IND = 64
34167 pkg syscall (netbsd-386-cgo), const BPF_JA = 0
34168 pkg syscall (netbsd-386-cgo), const BPF_JEQ = 16
34169 pkg syscall (netbsd-386-cgo), const BPF_JGE = 48
34170 pkg syscall (netbsd-386-cgo), const BPF_JGT = 32
34171 pkg syscall (netbsd-386-cgo), const BPF_JMP = 5
34172 pkg syscall (netbsd-386-cgo), const BPF_JSET = 64
34173 pkg syscall (netbsd-386-cgo), const BPF_K = 0
34174 pkg syscall (netbsd-386-cgo), const BPF_LD = 0
34175 pkg syscall (netbsd-386-cgo), const BPF_LDX = 1
34176 pkg syscall (netbsd-386-cgo), const BPF_LEN = 128
34177 pkg syscall (netbsd-386-cgo), const BPF_LSH = 96
34178 pkg syscall (netbsd-386-cgo), const BPF_MAJOR_VERSION = 1
34179 pkg syscall (netbsd-386-cgo), const BPF_MAXBUFSIZE = 16777216
34180 pkg syscall (netbsd-386-cgo), const BPF_MAXINSNS = 512
34181 pkg syscall (netbsd-386-cgo), const BPF_MEM = 96
34182 pkg syscall (netbsd-386-cgo), const BPF_MEMWORDS = 16
34183 pkg syscall (netbsd-386-cgo), const BPF_MINBUFSIZE = 32
34184 pkg syscall (netbsd-386-cgo), const BPF_MINOR_VERSION = 1
34185 pkg syscall (netbsd-386-cgo), const BPF_MISC = 7
34186 pkg syscall (netbsd-386-cgo), const BPF_MSH = 160
34187 pkg syscall (netbsd-386-cgo), const BPF_MUL = 32
34188 pkg syscall (netbsd-386-cgo), const BPF_NEG = 128
34189 pkg syscall (netbsd-386-cgo), const BPF_OR = 64
34190 pkg syscall (netbsd-386-cgo), const BPF_RELEASE = 199606
34191 pkg syscall (netbsd-386-cgo), const BPF_RET = 6
34192 pkg syscall (netbsd-386-cgo), const BPF_RSH = 112
34193 pkg syscall (netbsd-386-cgo), const BPF_ST = 2
34194 pkg syscall (netbsd-386-cgo), const BPF_STX = 3
34195 pkg syscall (netbsd-386-cgo), const BPF_SUB = 16
34196 pkg syscall (netbsd-386-cgo), const BPF_TAX = 0
34197 pkg syscall (netbsd-386-cgo), const BPF_TXA = 128
34198 pkg syscall (netbsd-386-cgo), const BPF_W = 0
34199 pkg syscall (netbsd-386-cgo), const BPF_X = 8
34200 pkg syscall (netbsd-386-cgo), const BRKINT = 2
34201 pkg syscall (netbsd-386-cgo), const CFLUSH = 15
34202 pkg syscall (netbsd-386-cgo), const CLOCAL = 32768
34203 pkg syscall (netbsd-386-cgo), const CREAD = 2048
34204 pkg syscall (netbsd-386-cgo), const CS5 = 0
34205 pkg syscall (netbsd-386-cgo), const CS6 = 256
34206 pkg syscall (netbsd-386-cgo), const CS7 = 512
34207 pkg syscall (netbsd-386-cgo), const CS8 = 768
34208 pkg syscall (netbsd-386-cgo), const CSIZE = 768
34209 pkg syscall (netbsd-386-cgo), const CSTART = 17
34210 pkg syscall (netbsd-386-cgo), const CSTATUS = 20
34211 pkg syscall (netbsd-386-cgo), const CSTOP = 19
34212 pkg syscall (netbsd-386-cgo), const CSTOPB = 1024
34213 pkg syscall (netbsd-386-cgo), const CSUSP = 26
34214 pkg syscall (netbsd-386-cgo), const CTL_MAXNAME = 12
34215 pkg syscall (netbsd-386-cgo), const CTL_NET = 4
34216 pkg syscall (netbsd-386-cgo), const CTL_QUERY = -2
34217 pkg syscall (netbsd-386-cgo), const DIOCBSFLUSH = 536896632
34218 pkg syscall (netbsd-386-cgo), const DLT_A429 = 184
34219 pkg syscall (netbsd-386-cgo), const DLT_A653_ICM = 185
34220 pkg syscall (netbsd-386-cgo), const DLT_AIRONET_HEADER = 120
34221 pkg syscall (netbsd-386-cgo), const DLT_AOS = 222
34222 pkg syscall (netbsd-386-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
34223 pkg syscall (netbsd-386-cgo), const DLT_ARCNET = 7
34224 pkg syscall (netbsd-386-cgo), const DLT_ARCNET_LINUX = 129
34225 pkg syscall (netbsd-386-cgo), const DLT_ATM_CLIP = 19
34226 pkg syscall (netbsd-386-cgo), const DLT_ATM_RFC1483 = 11
34227 pkg syscall (netbsd-386-cgo), const DLT_AURORA = 126
34228 pkg syscall (netbsd-386-cgo), const DLT_AX25 = 3
34229 pkg syscall (netbsd-386-cgo), const DLT_AX25_KISS = 202
34230 pkg syscall (netbsd-386-cgo), const DLT_BACNET_MS_TP = 165
34231 pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
34232 pkg syscall (netbsd-386-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
34233 pkg syscall (netbsd-386-cgo), const DLT_CAN20B = 190
34234 pkg syscall (netbsd-386-cgo), const DLT_CAN_SOCKETCAN = 227
34235 pkg syscall (netbsd-386-cgo), const DLT_CHAOS = 5
34236 pkg syscall (netbsd-386-cgo), const DLT_CISCO_IOS = 118
34237 pkg syscall (netbsd-386-cgo), const DLT_C_HDLC = 104
34238 pkg syscall (netbsd-386-cgo), const DLT_C_HDLC_WITH_DIR = 205
34239 pkg syscall (netbsd-386-cgo), const DLT_DECT = 221
34240 pkg syscall (netbsd-386-cgo), const DLT_DOCSIS = 143
34241 pkg syscall (netbsd-386-cgo), const DLT_ECONET = 115
34242 pkg syscall (netbsd-386-cgo), const DLT_EN10MB = 1
34243 pkg syscall (netbsd-386-cgo), const DLT_EN3MB = 2
34244 pkg syscall (netbsd-386-cgo), const DLT_ENC = 109
34245 pkg syscall (netbsd-386-cgo), const DLT_ERF = 197
34246 pkg syscall (netbsd-386-cgo), const DLT_ERF_ETH = 175
34247 pkg syscall (netbsd-386-cgo), const DLT_ERF_POS = 176
34248 pkg syscall (netbsd-386-cgo), const DLT_FC_2 = 224
34249 pkg syscall (netbsd-386-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
34250 pkg syscall (netbsd-386-cgo), const DLT_FDDI = 10
34251 pkg syscall (netbsd-386-cgo), const DLT_FLEXRAY = 210
34252 pkg syscall (netbsd-386-cgo), const DLT_FRELAY = 107
34253 pkg syscall (netbsd-386-cgo), const DLT_FRELAY_WITH_DIR = 206
34254 pkg syscall (netbsd-386-cgo), const DLT_GCOM_SERIAL = 173
34255 pkg syscall (netbsd-386-cgo), const DLT_GCOM_T1E1 = 172
34256 pkg syscall (netbsd-386-cgo), const DLT_GPF_F = 171
34257 pkg syscall (netbsd-386-cgo), const DLT_GPF_T = 170
34258 pkg syscall (netbsd-386-cgo), const DLT_GPRS_LLC = 169
34259 pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_ABIS = 218
34260 pkg syscall (netbsd-386-cgo), const DLT_GSMTAP_UM = 217
34261 pkg syscall (netbsd-386-cgo), const DLT_HDLC = 16
34262 pkg syscall (netbsd-386-cgo), const DLT_HHDLC = 121
34263 pkg syscall (netbsd-386-cgo), const DLT_HIPPI = 15
34264 pkg syscall (netbsd-386-cgo), const DLT_IBM_SN = 146
34265 pkg syscall (netbsd-386-cgo), const DLT_IBM_SP = 145
34266 pkg syscall (netbsd-386-cgo), const DLT_IEEE802 = 6
34267 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11 = 105
34268 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
34269 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
34270 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4 = 195
34271 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_LINUX = 191
34272 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
34273 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS = 188
34274 pkg syscall (netbsd-386-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
34275 pkg syscall (netbsd-386-cgo), const DLT_IPMB = 199
34276 pkg syscall (netbsd-386-cgo), const DLT_IPMB_LINUX = 209
34277 pkg syscall (netbsd-386-cgo), const DLT_IPNET = 226
34278 pkg syscall (netbsd-386-cgo), const DLT_IPV4 = 228
34279 pkg syscall (netbsd-386-cgo), const DLT_IPV6 = 229
34280 pkg syscall (netbsd-386-cgo), const DLT_IP_OVER_FC = 122
34281 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM1 = 137
34282 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ATM2 = 135
34283 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_CHDLC = 181
34284 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ES = 132
34285 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ETHER = 178
34286 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_FRELAY = 180
34287 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_GGSN = 133
34288 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ISM = 194
34289 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MFR = 134
34290 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLFR = 131
34291 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MLPPP = 130
34292 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_MONITOR = 164
34293 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PIC_PEER = 174
34294 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPP = 179
34295 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE = 167
34296 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
34297 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_SERVICES = 136
34298 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_ST = 200
34299 pkg syscall (netbsd-386-cgo), const DLT_JUNIPER_VP = 183
34300 pkg syscall (netbsd-386-cgo), const DLT_LAPB_WITH_DIR = 207
34301 pkg syscall (netbsd-386-cgo), const DLT_LAPD = 203
34302 pkg syscall (netbsd-386-cgo), const DLT_LIN = 212
34303 pkg syscall (netbsd-386-cgo), const DLT_LINUX_EVDEV = 216
34304 pkg syscall (netbsd-386-cgo), const DLT_LINUX_IRDA = 144
34305 pkg syscall (netbsd-386-cgo), const DLT_LINUX_LAPD = 177
34306 pkg syscall (netbsd-386-cgo), const DLT_LINUX_SLL = 113
34307 pkg syscall (netbsd-386-cgo), const DLT_LOOP = 108
34308 pkg syscall (netbsd-386-cgo), const DLT_LTALK = 114
34309 pkg syscall (netbsd-386-cgo), const DLT_MFR = 182
34310 pkg syscall (netbsd-386-cgo), const DLT_MOST = 211
34311 pkg syscall (netbsd-386-cgo), const DLT_MPLS = 219
34312 pkg syscall (netbsd-386-cgo), const DLT_MTP2 = 140
34313 pkg syscall (netbsd-386-cgo), const DLT_MTP2_WITH_PHDR = 139
34314 pkg syscall (netbsd-386-cgo), const DLT_MTP3 = 141
34315 pkg syscall (netbsd-386-cgo), const DLT_NULL = 0
34316 pkg syscall (netbsd-386-cgo), const DLT_PCI_EXP = 125
34317 pkg syscall (netbsd-386-cgo), const DLT_PFLOG = 117
34318 pkg syscall (netbsd-386-cgo), const DLT_PFSYNC = 18
34319 pkg syscall (netbsd-386-cgo), const DLT_PPI = 192
34320 pkg syscall (netbsd-386-cgo), const DLT_PPP = 9
34321 pkg syscall (netbsd-386-cgo), const DLT_PPP_BSDOS = 14
34322 pkg syscall (netbsd-386-cgo), const DLT_PPP_ETHER = 51
34323 pkg syscall (netbsd-386-cgo), const DLT_PPP_PPPD = 166
34324 pkg syscall (netbsd-386-cgo), const DLT_PPP_SERIAL = 50
34325 pkg syscall (netbsd-386-cgo), const DLT_PPP_WITH_DIR = 204
34326 pkg syscall (netbsd-386-cgo), const DLT_PRISM_HEADER = 119
34327 pkg syscall (netbsd-386-cgo), const DLT_PRONET = 4
34328 pkg syscall (netbsd-386-cgo), const DLT_RAIF1 = 198
34329 pkg syscall (netbsd-386-cgo), const DLT_RAW = 12
34330 pkg syscall (netbsd-386-cgo), const DLT_RAWAF_MASK = 35913728
34331 pkg syscall (netbsd-386-cgo), const DLT_RIO = 124
34332 pkg syscall (netbsd-386-cgo), const DLT_SCCP = 142
34333 pkg syscall (netbsd-386-cgo), const DLT_SITA = 196
34334 pkg syscall (netbsd-386-cgo), const DLT_SLIP = 8
34335 pkg syscall (netbsd-386-cgo), const DLT_SLIP_BSDOS = 13
34336 pkg syscall (netbsd-386-cgo), const DLT_SUNATM = 123
34337 pkg syscall (netbsd-386-cgo), const DLT_SYMANTEC_FIREWALL = 99
34338 pkg syscall (netbsd-386-cgo), const DLT_TZSP = 128
34339 pkg syscall (netbsd-386-cgo), const DLT_USB = 186
34340 pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX = 189
34341 pkg syscall (netbsd-386-cgo), const DLT_USB_LINUX_MMAPPED = 220
34342 pkg syscall (netbsd-386-cgo), const DLT_WIHART = 223
34343 pkg syscall (netbsd-386-cgo), const DLT_X2E_SERIAL = 213
34344 pkg syscall (netbsd-386-cgo), const DLT_X2E_XORAYA = 214
34345 pkg syscall (netbsd-386-cgo), const DT_BLK = 6
34346 pkg syscall (netbsd-386-cgo), const DT_CHR = 2
34347 pkg syscall (netbsd-386-cgo), const DT_DIR = 4
34348 pkg syscall (netbsd-386-cgo), const DT_FIFO = 1
34349 pkg syscall (netbsd-386-cgo), const DT_LNK = 10
34350 pkg syscall (netbsd-386-cgo), const DT_REG = 8
34351 pkg syscall (netbsd-386-cgo), const DT_SOCK = 12
34352 pkg syscall (netbsd-386-cgo), const DT_UNKNOWN = 0
34353 pkg syscall (netbsd-386-cgo), const DT_WHT = 14
34354 pkg syscall (netbsd-386-cgo), const E2BIG = 7
34355 pkg syscall (netbsd-386-cgo), const EACCES = 13
34356 pkg syscall (netbsd-386-cgo), const EADDRINUSE = 48
34357 pkg syscall (netbsd-386-cgo), const EADDRNOTAVAIL = 49
34358 pkg syscall (netbsd-386-cgo), const EAFNOSUPPORT = 47
34359 pkg syscall (netbsd-386-cgo), const EAGAIN = 35
34360 pkg syscall (netbsd-386-cgo), const EALREADY = 37
34361 pkg syscall (netbsd-386-cgo), const EAUTH = 80
34362 pkg syscall (netbsd-386-cgo), const EBADF = 9
34363 pkg syscall (netbsd-386-cgo), const EBADMSG = 88
34364 pkg syscall (netbsd-386-cgo), const EBADRPC = 72
34365 pkg syscall (netbsd-386-cgo), const EBUSY = 16
34366 pkg syscall (netbsd-386-cgo), const ECANCELED = 87
34367 pkg syscall (netbsd-386-cgo), const ECHILD = 10
34368 pkg syscall (netbsd-386-cgo), const ECHO = 8
34369 pkg syscall (netbsd-386-cgo), const ECHOCTL = 64
34370 pkg syscall (netbsd-386-cgo), const ECHOE = 2
34371 pkg syscall (netbsd-386-cgo), const ECHOK = 4
34372 pkg syscall (netbsd-386-cgo), const ECHOKE = 1
34373 pkg syscall (netbsd-386-cgo), const ECHONL = 16
34374 pkg syscall (netbsd-386-cgo), const ECHOPRT = 32
34375 pkg syscall (netbsd-386-cgo), const ECONNABORTED = 53
34376 pkg syscall (netbsd-386-cgo), const ECONNREFUSED = 61
34377 pkg syscall (netbsd-386-cgo), const ECONNRESET = 54
34378 pkg syscall (netbsd-386-cgo), const EDEADLK = 11
34379 pkg syscall (netbsd-386-cgo), const EDESTADDRREQ = 39
34380 pkg syscall (netbsd-386-cgo), const EDOM = 33
34381 pkg syscall (netbsd-386-cgo), const EDQUOT = 69
34382 pkg syscall (netbsd-386-cgo), const EEXIST = 17
34383 pkg syscall (netbsd-386-cgo), const EFAULT = 14
34384 pkg syscall (netbsd-386-cgo), const EFBIG = 27
34385 pkg syscall (netbsd-386-cgo), const EFTYPE = 79
34386 pkg syscall (netbsd-386-cgo), const EHOSTDOWN = 64
34387 pkg syscall (netbsd-386-cgo), const EHOSTUNREACH = 65
34388 pkg syscall (netbsd-386-cgo), const EIDRM = 82
34389 pkg syscall (netbsd-386-cgo), const EILSEQ = 85
34390 pkg syscall (netbsd-386-cgo), const EINPROGRESS = 36
34391 pkg syscall (netbsd-386-cgo), const EINTR = 4
34392 pkg syscall (netbsd-386-cgo), const EINVAL = 22
34393 pkg syscall (netbsd-386-cgo), const EIO = 5
34394 pkg syscall (netbsd-386-cgo), const EISCONN = 56
34395 pkg syscall (netbsd-386-cgo), const EISDIR = 21
34396 pkg syscall (netbsd-386-cgo), const ELAST = 96
34397 pkg syscall (netbsd-386-cgo), const ELOOP = 62
34398 pkg syscall (netbsd-386-cgo), const EMFILE = 24
34399 pkg syscall (netbsd-386-cgo), const EMLINK = 31
34400 pkg syscall (netbsd-386-cgo), const EMSGSIZE = 40
34401 pkg syscall (netbsd-386-cgo), const EMULTIHOP = 94
34402 pkg syscall (netbsd-386-cgo), const EMUL_LINUX = 1
34403 pkg syscall (netbsd-386-cgo), const EMUL_LINUX32 = 5
34404 pkg syscall (netbsd-386-cgo), const EMUL_MAXID = 6
34405 pkg syscall (netbsd-386-cgo), const ENAMETOOLONG = 63
34406 pkg syscall (netbsd-386-cgo), const ENEEDAUTH = 81
34407 pkg syscall (netbsd-386-cgo), const ENETDOWN = 50
34408 pkg syscall (netbsd-386-cgo), const ENETRESET = 52
34409 pkg syscall (netbsd-386-cgo), const ENETUNREACH = 51
34410 pkg syscall (netbsd-386-cgo), const ENFILE = 23
34411 pkg syscall (netbsd-386-cgo), const ENOATTR = 93
34412 pkg syscall (netbsd-386-cgo), const ENOBUFS = 55
34413 pkg syscall (netbsd-386-cgo), const ENODATA = 89
34414 pkg syscall (netbsd-386-cgo), const ENODEV = 19
34415 pkg syscall (netbsd-386-cgo), const ENOEXEC = 8
34416 pkg syscall (netbsd-386-cgo), const ENOLCK = 77
34417 pkg syscall (netbsd-386-cgo), const ENOLINK = 95
34418 pkg syscall (netbsd-386-cgo), const ENOMEM = 12
34419 pkg syscall (netbsd-386-cgo), const ENOMSG = 83
34420 pkg syscall (netbsd-386-cgo), const ENOPROTOOPT = 42
34421 pkg syscall (netbsd-386-cgo), const ENOSPC = 28
34422 pkg syscall (netbsd-386-cgo), const ENOSR = 90
34423 pkg syscall (netbsd-386-cgo), const ENOSTR = 91
34424 pkg syscall (netbsd-386-cgo), const ENOSYS = 78
34425 pkg syscall (netbsd-386-cgo), const ENOTBLK = 15
34426 pkg syscall (netbsd-386-cgo), const ENOTCONN = 57
34427 pkg syscall (netbsd-386-cgo), const ENOTDIR = 20
34428 pkg syscall (netbsd-386-cgo), const ENOTEMPTY = 66
34429 pkg syscall (netbsd-386-cgo), const ENOTSOCK = 38
34430 pkg syscall (netbsd-386-cgo), const ENOTSUP = 86
34431 pkg syscall (netbsd-386-cgo), const ENOTTY = 25
34432 pkg syscall (netbsd-386-cgo), const ENXIO = 6
34433 pkg syscall (netbsd-386-cgo), const EN_SW_CTL_INF = 4096
34434 pkg syscall (netbsd-386-cgo), const EN_SW_CTL_PREC = 768
34435 pkg syscall (netbsd-386-cgo), const EN_SW_CTL_ROUND = 3072
34436 pkg syscall (netbsd-386-cgo), const EN_SW_DATACHAIN = 128
34437 pkg syscall (netbsd-386-cgo), const EN_SW_DENORM = 2
34438 pkg syscall (netbsd-386-cgo), const EN_SW_INVOP = 1
34439 pkg syscall (netbsd-386-cgo), const EN_SW_OVERFLOW = 8
34440 pkg syscall (netbsd-386-cgo), const EN_SW_PRECLOSS = 32
34441 pkg syscall (netbsd-386-cgo), const EN_SW_UNDERFLOW = 16
34442 pkg syscall (netbsd-386-cgo), const EN_SW_ZERODIV = 4
34443 pkg syscall (netbsd-386-cgo), const EOPNOTSUPP = 45
34444 pkg syscall (netbsd-386-cgo), const EOVERFLOW = 84
34445 pkg syscall (netbsd-386-cgo), const EPERM = 1
34446 pkg syscall (netbsd-386-cgo), const EPFNOSUPPORT = 46
34447 pkg syscall (netbsd-386-cgo), const EPIPE = 32
34448 pkg syscall (netbsd-386-cgo), const EPROCLIM = 67
34449 pkg syscall (netbsd-386-cgo), const EPROCUNAVAIL = 76
34450 pkg syscall (netbsd-386-cgo), const EPROGMISMATCH = 75
34451 pkg syscall (netbsd-386-cgo), const EPROGUNAVAIL = 74
34452 pkg syscall (netbsd-386-cgo), const EPROTO = 96
34453 pkg syscall (netbsd-386-cgo), const EPROTONOSUPPORT = 43
34454 pkg syscall (netbsd-386-cgo), const EPROTOTYPE = 41
34455 pkg syscall (netbsd-386-cgo), const ERANGE = 34
34456 pkg syscall (netbsd-386-cgo), const EREMOTE = 71
34457 pkg syscall (netbsd-386-cgo), const EROFS = 30
34458 pkg syscall (netbsd-386-cgo), const ERPCMISMATCH = 73
34459 pkg syscall (netbsd-386-cgo), const ESHUTDOWN = 58
34460 pkg syscall (netbsd-386-cgo), const ESOCKTNOSUPPORT = 44
34461 pkg syscall (netbsd-386-cgo), const ESPIPE = 29
34462 pkg syscall (netbsd-386-cgo), const ESRCH = 3
34463 pkg syscall (netbsd-386-cgo), const ESTALE = 70
34464 pkg syscall (netbsd-386-cgo), const ETHERCAP_JUMBO_MTU = 4
34465 pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
34466 pkg syscall (netbsd-386-cgo), const ETHERCAP_VLAN_MTU = 1
34467 pkg syscall (netbsd-386-cgo), const ETHERMIN = 46
34468 pkg syscall (netbsd-386-cgo), const ETHERMTU = 1500
34469 pkg syscall (netbsd-386-cgo), const ETHERMTU_JUMBO = 9000
34470 pkg syscall (netbsd-386-cgo), const ETHERTYPE_8023 = 4
34471 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AARP = 33011
34472 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
34473 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
34474 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
34475 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMBER = 24584
34476 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
34477 pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
34478 pkg syscall (netbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
34479 pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
34480 pkg syscall (netbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
34481 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
34482 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ARP = 2054
34483 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AT = 32923
34484 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATALK = 32923
34485 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
34486 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATT = 32873
34487 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
34488 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
34489 pkg syscall (netbsd-386-cgo), const ETHERTYPE_AXIS = 34902
34490 pkg syscall (netbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
34491 pkg syscall (netbsd-386-cgo), const ETHERTYPE_BOFL = 33026
34492 pkg syscall (netbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
34493 pkg syscall (netbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
34494 pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
34495 pkg syscall (netbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
34496 pkg syscall (netbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
34497 pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
34498 pkg syscall (netbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
34499 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DCA = 4660
34500 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DDE = 32891
34501 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
34502 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECAM = 32840
34503 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
34504 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
34505 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
34506 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
34507 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
34508 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
34509 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
34510 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
34511 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
34512 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
34513 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
34514 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
34515 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
34516 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DN = 24579
34517 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
34518 pkg syscall (netbsd-386-cgo), const ETHERTYPE_DSMD = 32825
34519 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ECMA = 2051
34520 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
34521 pkg syscall (netbsd-386-cgo), const ETHERTYPE_ES = 32861
34522 pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
34523 pkg syscall (netbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
34524 pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLIP = 33094
34525 pkg syscall (netbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
34526 pkg syscall (netbsd-386-cgo), const ETHERTYPE_FRARP = 2056
34527 pkg syscall (netbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
34528 pkg syscall (netbsd-386-cgo), const ETHERTYPE_HAYES = 33072
34529 pkg syscall (netbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
34530 pkg syscall (netbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
34531 pkg syscall (netbsd-386-cgo), const ETHERTYPE_HP = 32773
34532 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
34533 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
34534 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
34535 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
34536 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IP = 2048
34537 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPAS = 34668
34538 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
34539 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPX = 33079
34540 pkg syscall (netbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
34541 pkg syscall (netbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
34542 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
34543 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
34544 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LAT = 24580
34545 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LBACK = 36864
34546 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
34547 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
34548 pkg syscall (netbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
34549 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MATRA = 32890
34550 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MAX = 65535
34551 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MERIT = 32892
34552 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MICP = 34618
34553 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
34554 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
34555 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
34556 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS = 34887
34557 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
34558 pkg syscall (netbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
34559 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
34560 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
34561 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
34562 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
34563 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
34564 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
34565 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
34566 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
34567 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
34568 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
34569 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
34570 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
34571 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
34572 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
34573 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NBS = 2050
34574 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NCD = 33097
34575 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
34576 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
34577 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
34578 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NS = 1536
34579 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSAT = 1537
34580 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
34581 pkg syscall (netbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
34582 pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9 = 28679
34583 pkg syscall (netbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
34584 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PACER = 32966
34585 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PAE = 34958
34586 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PCS = 16962
34587 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
34588 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPP = 34827
34589 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
34590 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
34591 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
34592 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUP = 512
34593 pkg syscall (netbsd-386-cgo), const ETHERTYPE_PUPAT = 512
34594 pkg syscall (netbsd-386-cgo), const ETHERTYPE_RACAL = 28720
34595 pkg syscall (netbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
34596 pkg syscall (netbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
34597 pkg syscall (netbsd-386-cgo), const ETHERTYPE_RCL = 6549
34598 pkg syscall (netbsd-386-cgo), const ETHERTYPE_RDP = 34617
34599 pkg syscall (netbsd-386-cgo), const ETHERTYPE_RETIX = 33010
34600 pkg syscall (netbsd-386-cgo), const ETHERTYPE_REVARP = 32821
34601 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SCA = 24583
34602 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
34603 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
34604 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SGITW = 33150
34605 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
34606 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
34607 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
34608 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
34609 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
34610 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
34611 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNA = 32981
34612 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SNMP = 33100
34613 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SONIX = 64245
34614 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
34615 pkg syscall (netbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
34616 pkg syscall (netbsd-386-cgo), const ETHERTYPE_STP = 33153
34617 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
34618 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
34619 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
34620 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
34621 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TEC = 33103
34622 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
34623 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
34624 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
34625 pkg syscall (netbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
34626 pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBBST = 28677
34627 pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
34628 pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
34629 pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBDL = 28672
34630 pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
34631 pkg syscall (netbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
34632 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VALID = 5632
34633 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
34634 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
34635 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEECO = 32871
34636 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VEXP = 32859
34637 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
34638 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINES = 2989
34639 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
34640 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
34641 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VITAL = 65280
34642 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLAN = 33024
34643 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
34644 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VPROD = 32860
34645 pkg syscall (netbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
34646 pkg syscall (netbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
34647 pkg syscall (netbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
34648 pkg syscall (netbsd-386-cgo), const ETHERTYPE_X25 = 2053
34649 pkg syscall (netbsd-386-cgo), const ETHERTYPE_X75 = 2049
34650 pkg syscall (netbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
34651 pkg syscall (netbsd-386-cgo), const ETHERTYPE_XTP = 33149
34652 pkg syscall (netbsd-386-cgo), const ETHER_ADDR_LEN = 6
34653 pkg syscall (netbsd-386-cgo), const ETHER_CRC_LEN = 4
34654 pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
34655 pkg syscall (netbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
34656 pkg syscall (netbsd-386-cgo), const ETHER_HDR_LEN = 14
34657 pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN = 1518
34658 pkg syscall (netbsd-386-cgo), const ETHER_MAX_LEN_JUMBO = 9018
34659 pkg syscall (netbsd-386-cgo), const ETHER_MIN_LEN = 64
34660 pkg syscall (netbsd-386-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
34661 pkg syscall (netbsd-386-cgo), const ETHER_TYPE_LEN = 2
34662 pkg syscall (netbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
34663 pkg syscall (netbsd-386-cgo), const ETIME = 92
34664 pkg syscall (netbsd-386-cgo), const ETIMEDOUT = 60
34665 pkg syscall (netbsd-386-cgo), const ETOOMANYREFS = 59
34666 pkg syscall (netbsd-386-cgo), const ETXTBSY = 26
34667 pkg syscall (netbsd-386-cgo), const EUSERS = 68
34668 pkg syscall (netbsd-386-cgo), const EVFILT_AIO = 2
34669 pkg syscall (netbsd-386-cgo), const EVFILT_PROC = 4
34670 pkg syscall (netbsd-386-cgo), const EVFILT_READ = 0
34671 pkg syscall (netbsd-386-cgo), const EVFILT_SIGNAL = 5
34672 pkg syscall (netbsd-386-cgo), const EVFILT_SYSCOUNT = 7
34673 pkg syscall (netbsd-386-cgo), const EVFILT_TIMER = 6
34674 pkg syscall (netbsd-386-cgo), const EVFILT_VNODE = 3
34675 pkg syscall (netbsd-386-cgo), const EVFILT_WRITE = 1
34676 pkg syscall (netbsd-386-cgo), const EV_ADD = 1
34677 pkg syscall (netbsd-386-cgo), const EV_CLEAR = 32
34678 pkg syscall (netbsd-386-cgo), const EV_DELETE = 2
34679 pkg syscall (netbsd-386-cgo), const EV_DISABLE = 8
34680 pkg syscall (netbsd-386-cgo), const EV_ENABLE = 4
34681 pkg syscall (netbsd-386-cgo), const EV_EOF = 32768
34682 pkg syscall (netbsd-386-cgo), const EV_ERROR = 16384
34683 pkg syscall (netbsd-386-cgo), const EV_FLAG1 = 8192
34684 pkg syscall (netbsd-386-cgo), const EV_ONESHOT = 16
34685 pkg syscall (netbsd-386-cgo), const EV_SYSFLAGS = 61440
34686 pkg syscall (netbsd-386-cgo), const EWOULDBLOCK = 35
34687 pkg syscall (netbsd-386-cgo), const EXDEV = 18
34688 pkg syscall (netbsd-386-cgo), const EXTA = 19200
34689 pkg syscall (netbsd-386-cgo), const EXTB = 38400
34690 pkg syscall (netbsd-386-cgo), const EXTPROC = 2048
34691 pkg syscall (netbsd-386-cgo), const FD_CLOEXEC = 1
34692 pkg syscall (netbsd-386-cgo), const FD_SETSIZE = 256
34693 pkg syscall (netbsd-386-cgo), const FLUSHO = 8388608
34694 pkg syscall (netbsd-386-cgo), const F_CLOSEM = 10
34695 pkg syscall (netbsd-386-cgo), const F_DUPFD = 0
34696 pkg syscall (netbsd-386-cgo), const F_DUPFD_CLOEXEC = 12
34697 pkg syscall (netbsd-386-cgo), const F_FSCTL = -2147483648
34698 pkg syscall (netbsd-386-cgo), const F_FSDIRMASK = 1879048192
34699 pkg syscall (netbsd-386-cgo), const F_FSIN = 268435456
34700 pkg syscall (netbsd-386-cgo), const F_FSINOUT = 805306368
34701 pkg syscall (netbsd-386-cgo), const F_FSOUT = 536870912
34702 pkg syscall (netbsd-386-cgo), const F_FSPRIV = 32768
34703 pkg syscall (netbsd-386-cgo), const F_FSVOID = 1073741824
34704 pkg syscall (netbsd-386-cgo), const F_GETFD = 1
34705 pkg syscall (netbsd-386-cgo), const F_GETFL = 3
34706 pkg syscall (netbsd-386-cgo), const F_GETLK = 7
34707 pkg syscall (netbsd-386-cgo), const F_GETNOSIGPIPE = 13
34708 pkg syscall (netbsd-386-cgo), const F_GETOWN = 5
34709 pkg syscall (netbsd-386-cgo), const F_MAXFD = 11
34710 pkg syscall (netbsd-386-cgo), const F_OK = 0
34711 pkg syscall (netbsd-386-cgo), const F_PARAM_MASK = 4095
34712 pkg syscall (netbsd-386-cgo), const F_PARAM_MAX = 4095
34713 pkg syscall (netbsd-386-cgo), const F_RDLCK = 1
34714 pkg syscall (netbsd-386-cgo), const F_SETFD = 2
34715 pkg syscall (netbsd-386-cgo), const F_SETFL = 4
34716 pkg syscall (netbsd-386-cgo), const F_SETLK = 8
34717 pkg syscall (netbsd-386-cgo), const F_SETLKW = 9
34718 pkg syscall (netbsd-386-cgo), const F_SETNOSIGPIPE = 14
34719 pkg syscall (netbsd-386-cgo), const F_SETOWN = 6
34720 pkg syscall (netbsd-386-cgo), const F_UNLCK = 2
34721 pkg syscall (netbsd-386-cgo), const F_WRLCK = 3
34722 pkg syscall (netbsd-386-cgo), const HUPCL = 16384
34723 pkg syscall (netbsd-386-cgo), const ICANON = 256
34724 pkg syscall (netbsd-386-cgo), const ICRNL = 256
34725 pkg syscall (netbsd-386-cgo), const IEXTEN = 1024
34726 pkg syscall (netbsd-386-cgo), const IFAN_ARRIVAL = 0
34727 pkg syscall (netbsd-386-cgo), const IFAN_DEPARTURE = 1
34728 pkg syscall (netbsd-386-cgo), const IFA_ROUTE = 1
34729 pkg syscall (netbsd-386-cgo), const IFF_ALLMULTI = 512
34730 pkg syscall (netbsd-386-cgo), const IFF_CANTCHANGE = 36690
34731 pkg syscall (netbsd-386-cgo), const IFF_DEBUG = 4
34732 pkg syscall (netbsd-386-cgo), const IFF_LINK0 = 4096
34733 pkg syscall (netbsd-386-cgo), const IFF_LINK1 = 8192
34734 pkg syscall (netbsd-386-cgo), const IFF_LINK2 = 16384
34735 pkg syscall (netbsd-386-cgo), const IFF_LOOPBACK = 8
34736 pkg syscall (netbsd-386-cgo), const IFF_MULTICAST = 32768
34737 pkg syscall (netbsd-386-cgo), const IFF_NOARP = 128
34738 pkg syscall (netbsd-386-cgo), const IFF_NOTRAILERS = 32
34739 pkg syscall (netbsd-386-cgo), const IFF_OACTIVE = 1024
34740 pkg syscall (netbsd-386-cgo), const IFF_POINTOPOINT = 16
34741 pkg syscall (netbsd-386-cgo), const IFF_PROMISC = 256
34742 pkg syscall (netbsd-386-cgo), const IFF_RUNNING = 64
34743 pkg syscall (netbsd-386-cgo), const IFF_SIMPLEX = 2048
34744 pkg syscall (netbsd-386-cgo), const IFNAMSIZ = 16
34745 pkg syscall (netbsd-386-cgo), const IFT_1822 = 2
34746 pkg syscall (netbsd-386-cgo), const IFT_A12MPPSWITCH = 130
34747 pkg syscall (netbsd-386-cgo), const IFT_AAL2 = 187
34748 pkg syscall (netbsd-386-cgo), const IFT_AAL5 = 49
34749 pkg syscall (netbsd-386-cgo), const IFT_ADSL = 94
34750 pkg syscall (netbsd-386-cgo), const IFT_AFLANE8023 = 59
34751 pkg syscall (netbsd-386-cgo), const IFT_AFLANE8025 = 60
34752 pkg syscall (netbsd-386-cgo), const IFT_ARAP = 88
34753 pkg syscall (netbsd-386-cgo), const IFT_ARCNET = 35
34754 pkg syscall (netbsd-386-cgo), const IFT_ARCNETPLUS = 36
34755 pkg syscall (netbsd-386-cgo), const IFT_ASYNC = 84
34756 pkg syscall (netbsd-386-cgo), const IFT_ATM = 37
34757 pkg syscall (netbsd-386-cgo), const IFT_ATMDXI = 105
34758 pkg syscall (netbsd-386-cgo), const IFT_ATMFUNI = 106
34759 pkg syscall (netbsd-386-cgo), const IFT_ATMIMA = 107
34760 pkg syscall (netbsd-386-cgo), const IFT_ATMLOGICAL = 80
34761 pkg syscall (netbsd-386-cgo), const IFT_ATMRADIO = 189
34762 pkg syscall (netbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
34763 pkg syscall (netbsd-386-cgo), const IFT_ATMVCIENDPT = 194
34764 pkg syscall (netbsd-386-cgo), const IFT_ATMVIRTUAL = 149
34765 pkg syscall (netbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
34766 pkg syscall (netbsd-386-cgo), const IFT_BRIDGE = 209
34767 pkg syscall (netbsd-386-cgo), const IFT_BSC = 83
34768 pkg syscall (netbsd-386-cgo), const IFT_CARP = 248
34769 pkg syscall (netbsd-386-cgo), const IFT_CCTEMUL = 61
34770 pkg syscall (netbsd-386-cgo), const IFT_CEPT = 19
34771 pkg syscall (netbsd-386-cgo), const IFT_CES = 133
34772 pkg syscall (netbsd-386-cgo), const IFT_CHANNEL = 70
34773 pkg syscall (netbsd-386-cgo), const IFT_CNR = 85
34774 pkg syscall (netbsd-386-cgo), const IFT_COFFEE = 132
34775 pkg syscall (netbsd-386-cgo), const IFT_COMPOSITELINK = 155
34776 pkg syscall (netbsd-386-cgo), const IFT_DCN = 141
34777 pkg syscall (netbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
34778 pkg syscall (netbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
34779 pkg syscall (netbsd-386-cgo), const IFT_DLSW = 74
34780 pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
34781 pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
34782 pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
34783 pkg syscall (netbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
34784 pkg syscall (netbsd-386-cgo), const IFT_DS0 = 81
34785 pkg syscall (netbsd-386-cgo), const IFT_DS0BUNDLE = 82
34786 pkg syscall (netbsd-386-cgo), const IFT_DS1FDL = 170
34787 pkg syscall (netbsd-386-cgo), const IFT_DS3 = 30
34788 pkg syscall (netbsd-386-cgo), const IFT_DTM = 140
34789 pkg syscall (netbsd-386-cgo), const IFT_DVBASILN = 172
34790 pkg syscall (netbsd-386-cgo), const IFT_DVBASIOUT = 173
34791 pkg syscall (netbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
34792 pkg syscall (netbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
34793 pkg syscall (netbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
34794 pkg syscall (netbsd-386-cgo), const IFT_ECONET = 206
34795 pkg syscall (netbsd-386-cgo), const IFT_EON = 25
34796 pkg syscall (netbsd-386-cgo), const IFT_EPLRS = 87
34797 pkg syscall (netbsd-386-cgo), const IFT_ESCON = 73
34798 pkg syscall (netbsd-386-cgo), const IFT_ETHER = 6
34799 pkg syscall (netbsd-386-cgo), const IFT_FAITH = 242
34800 pkg syscall (netbsd-386-cgo), const IFT_FAST = 125
34801 pkg syscall (netbsd-386-cgo), const IFT_FASTETHER = 62
34802 pkg syscall (netbsd-386-cgo), const IFT_FASTETHERFX = 69
34803 pkg syscall (netbsd-386-cgo), const IFT_FDDI = 15
34804 pkg syscall (netbsd-386-cgo), const IFT_FIBRECHANNEL = 56
34805 pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
34806 pkg syscall (netbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
34807 pkg syscall (netbsd-386-cgo), const IFT_FRDLCIENDPT = 193
34808 pkg syscall (netbsd-386-cgo), const IFT_FRELAY = 32
34809 pkg syscall (netbsd-386-cgo), const IFT_FRELAYDCE = 44
34810 pkg syscall (netbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
34811 pkg syscall (netbsd-386-cgo), const IFT_FRFORWARD = 158
34812 pkg syscall (netbsd-386-cgo), const IFT_G703AT2MB = 67
34813 pkg syscall (netbsd-386-cgo), const IFT_G703AT64K = 66
34814 pkg syscall (netbsd-386-cgo), const IFT_GIF = 240
34815 pkg syscall (netbsd-386-cgo), const IFT_GIGABITETHERNET = 117
34816 pkg syscall (netbsd-386-cgo), const IFT_GR303IDT = 178
34817 pkg syscall (netbsd-386-cgo), const IFT_GR303RDT = 177
34818 pkg syscall (netbsd-386-cgo), const IFT_H323GATEKEEPER = 164
34819 pkg syscall (netbsd-386-cgo), const IFT_H323PROXY = 165
34820 pkg syscall (netbsd-386-cgo), const IFT_HDH1822 = 3
34821 pkg syscall (netbsd-386-cgo), const IFT_HDLC = 118
34822 pkg syscall (netbsd-386-cgo), const IFT_HDSL2 = 168
34823 pkg syscall (netbsd-386-cgo), const IFT_HIPERLAN2 = 183
34824 pkg syscall (netbsd-386-cgo), const IFT_HIPPI = 47
34825 pkg syscall (netbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
34826 pkg syscall (netbsd-386-cgo), const IFT_HOSTPAD = 90
34827 pkg syscall (netbsd-386-cgo), const IFT_HSSI = 46
34828 pkg syscall (netbsd-386-cgo), const IFT_HY = 14
34829 pkg syscall (netbsd-386-cgo), const IFT_IBM370PARCHAN = 72
34830 pkg syscall (netbsd-386-cgo), const IFT_IDSL = 154
34831 pkg syscall (netbsd-386-cgo), const IFT_IEEE1394 = 144
34832 pkg syscall (netbsd-386-cgo), const IFT_IEEE80211 = 71
34833 pkg syscall (netbsd-386-cgo), const IFT_IEEE80212 = 55
34834 pkg syscall (netbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
34835 pkg syscall (netbsd-386-cgo), const IFT_IFGSN = 145
34836 pkg syscall (netbsd-386-cgo), const IFT_IMT = 190
34837 pkg syscall (netbsd-386-cgo), const IFT_INFINIBAND = 199
34838 pkg syscall (netbsd-386-cgo), const IFT_INTERLEAVE = 124
34839 pkg syscall (netbsd-386-cgo), const IFT_IP = 126
34840 pkg syscall (netbsd-386-cgo), const IFT_IPFORWARD = 142
34841 pkg syscall (netbsd-386-cgo), const IFT_IPOVERATM = 114
34842 pkg syscall (netbsd-386-cgo), const IFT_IPOVERCDLC = 109
34843 pkg syscall (netbsd-386-cgo), const IFT_IPOVERCLAW = 110
34844 pkg syscall (netbsd-386-cgo), const IFT_IPSWITCH = 78
34845 pkg syscall (netbsd-386-cgo), const IFT_ISDN = 63
34846 pkg syscall (netbsd-386-cgo), const IFT_ISDNBASIC = 20
34847 pkg syscall (netbsd-386-cgo), const IFT_ISDNPRIMARY = 21
34848 pkg syscall (netbsd-386-cgo), const IFT_ISDNS = 75
34849 pkg syscall (netbsd-386-cgo), const IFT_ISDNU = 76
34850 pkg syscall (netbsd-386-cgo), const IFT_ISO88022LLC = 41
34851 pkg syscall (netbsd-386-cgo), const IFT_ISO88023 = 7
34852 pkg syscall (netbsd-386-cgo), const IFT_ISO88024 = 8
34853 pkg syscall (netbsd-386-cgo), const IFT_ISO88025 = 9
34854 pkg syscall (netbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
34855 pkg syscall (netbsd-386-cgo), const IFT_ISO88025DTR = 86
34856 pkg syscall (netbsd-386-cgo), const IFT_ISO88025FIBER = 115
34857 pkg syscall (netbsd-386-cgo), const IFT_ISO88026 = 10
34858 pkg syscall (netbsd-386-cgo), const IFT_ISUP = 179
34859 pkg syscall (netbsd-386-cgo), const IFT_L2VLAN = 135
34860 pkg syscall (netbsd-386-cgo), const IFT_L3IPVLAN = 136
34861 pkg syscall (netbsd-386-cgo), const IFT_L3IPXVLAN = 137
34862 pkg syscall (netbsd-386-cgo), const IFT_LAPB = 16
34863 pkg syscall (netbsd-386-cgo), const IFT_LAPD = 77
34864 pkg syscall (netbsd-386-cgo), const IFT_LAPF = 119
34865 pkg syscall (netbsd-386-cgo), const IFT_LINEGROUP = 210
34866 pkg syscall (netbsd-386-cgo), const IFT_LOCALTALK = 42
34867 pkg syscall (netbsd-386-cgo), const IFT_LOOP = 24
34868 pkg syscall (netbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
34869 pkg syscall (netbsd-386-cgo), const IFT_MFSIGLINK = 167
34870 pkg syscall (netbsd-386-cgo), const IFT_MIOX25 = 38
34871 pkg syscall (netbsd-386-cgo), const IFT_MODEM = 48
34872 pkg syscall (netbsd-386-cgo), const IFT_MPC = 113
34873 pkg syscall (netbsd-386-cgo), const IFT_MPLS = 166
34874 pkg syscall (netbsd-386-cgo), const IFT_MPLSTUNNEL = 150
34875 pkg syscall (netbsd-386-cgo), const IFT_MSDSL = 143
34876 pkg syscall (netbsd-386-cgo), const IFT_MVL = 191
34877 pkg syscall (netbsd-386-cgo), const IFT_MYRINET = 99
34878 pkg syscall (netbsd-386-cgo), const IFT_NFAS = 175
34879 pkg syscall (netbsd-386-cgo), const IFT_NSIP = 27
34880 pkg syscall (netbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
34881 pkg syscall (netbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
34882 pkg syscall (netbsd-386-cgo), const IFT_OTHER = 1
34883 pkg syscall (netbsd-386-cgo), const IFT_P10 = 12
34884 pkg syscall (netbsd-386-cgo), const IFT_P80 = 13
34885 pkg syscall (netbsd-386-cgo), const IFT_PARA = 34
34886 pkg syscall (netbsd-386-cgo), const IFT_PFLOG = 245
34887 pkg syscall (netbsd-386-cgo), const IFT_PFSYNC = 246
34888 pkg syscall (netbsd-386-cgo), const IFT_PLC = 174
34889 pkg syscall (netbsd-386-cgo), const IFT_PON155 = 207
34890 pkg syscall (netbsd-386-cgo), const IFT_PON622 = 208
34891 pkg syscall (netbsd-386-cgo), const IFT_POS = 171
34892 pkg syscall (netbsd-386-cgo), const IFT_PPP = 23
34893 pkg syscall (netbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
34894 pkg syscall (netbsd-386-cgo), const IFT_PROPATM = 197
34895 pkg syscall (netbsd-386-cgo), const IFT_PROPBWAP2MP = 184
34896 pkg syscall (netbsd-386-cgo), const IFT_PROPCNLS = 89
34897 pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
34898 pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
34899 pkg syscall (netbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
34900 pkg syscall (netbsd-386-cgo), const IFT_PROPMUX = 54
34901 pkg syscall (netbsd-386-cgo), const IFT_PROPVIRTUAL = 53
34902 pkg syscall (netbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
34903 pkg syscall (netbsd-386-cgo), const IFT_PTPSERIAL = 22
34904 pkg syscall (netbsd-386-cgo), const IFT_PVC = 241
34905 pkg syscall (netbsd-386-cgo), const IFT_Q2931 = 201
34906 pkg syscall (netbsd-386-cgo), const IFT_QLLC = 68
34907 pkg syscall (netbsd-386-cgo), const IFT_RADIOMAC = 188
34908 pkg syscall (netbsd-386-cgo), const IFT_RADSL = 95
34909 pkg syscall (netbsd-386-cgo), const IFT_REACHDSL = 192
34910 pkg syscall (netbsd-386-cgo), const IFT_RFC1483 = 159
34911 pkg syscall (netbsd-386-cgo), const IFT_RS232 = 33
34912 pkg syscall (netbsd-386-cgo), const IFT_RSRB = 79
34913 pkg syscall (netbsd-386-cgo), const IFT_SDLC = 17
34914 pkg syscall (netbsd-386-cgo), const IFT_SDSL = 96
34915 pkg syscall (netbsd-386-cgo), const IFT_SHDSL = 169
34916 pkg syscall (netbsd-386-cgo), const IFT_SIP = 31
34917 pkg syscall (netbsd-386-cgo), const IFT_SIPSIG = 204
34918 pkg syscall (netbsd-386-cgo), const IFT_SIPTG = 203
34919 pkg syscall (netbsd-386-cgo), const IFT_SLIP = 28
34920 pkg syscall (netbsd-386-cgo), const IFT_SMDSDXI = 43
34921 pkg syscall (netbsd-386-cgo), const IFT_SMDSICIP = 52
34922 pkg syscall (netbsd-386-cgo), const IFT_SONET = 39
34923 pkg syscall (netbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
34924 pkg syscall (netbsd-386-cgo), const IFT_SONETPATH = 50
34925 pkg syscall (netbsd-386-cgo), const IFT_SONETVT = 51
34926 pkg syscall (netbsd-386-cgo), const IFT_SRP = 151
34927 pkg syscall (netbsd-386-cgo), const IFT_SS7SIGLINK = 156
34928 pkg syscall (netbsd-386-cgo), const IFT_STACKTOSTACK = 111
34929 pkg syscall (netbsd-386-cgo), const IFT_STARLAN = 11
34930 pkg syscall (netbsd-386-cgo), const IFT_STF = 215
34931 pkg syscall (netbsd-386-cgo), const IFT_T1 = 18
34932 pkg syscall (netbsd-386-cgo), const IFT_TDLC = 116
34933 pkg syscall (netbsd-386-cgo), const IFT_TELINK = 200
34934 pkg syscall (netbsd-386-cgo), const IFT_TERMPAD = 91
34935 pkg syscall (netbsd-386-cgo), const IFT_TR008 = 176
34936 pkg syscall (netbsd-386-cgo), const IFT_TRANSPHDLC = 123
34937 pkg syscall (netbsd-386-cgo), const IFT_TUNNEL = 131
34938 pkg syscall (netbsd-386-cgo), const IFT_ULTRA = 29
34939 pkg syscall (netbsd-386-cgo), const IFT_USB = 160
34940 pkg syscall (netbsd-386-cgo), const IFT_V11 = 64
34941 pkg syscall (netbsd-386-cgo), const IFT_V35 = 45
34942 pkg syscall (netbsd-386-cgo), const IFT_V36 = 65
34943 pkg syscall (netbsd-386-cgo), const IFT_V37 = 120
34944 pkg syscall (netbsd-386-cgo), const IFT_VDSL = 97
34945 pkg syscall (netbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
34946 pkg syscall (netbsd-386-cgo), const IFT_VIRTUALTG = 202
34947 pkg syscall (netbsd-386-cgo), const IFT_VOICEDID = 213
34948 pkg syscall (netbsd-386-cgo), const IFT_VOICEEM = 100
34949 pkg syscall (netbsd-386-cgo), const IFT_VOICEEMFGD = 211
34950 pkg syscall (netbsd-386-cgo), const IFT_VOICEENCAP = 103
34951 pkg syscall (netbsd-386-cgo), const IFT_VOICEFGDEANA = 212
34952 pkg syscall (netbsd-386-cgo), const IFT_VOICEFXO = 101
34953 pkg syscall (netbsd-386-cgo), const IFT_VOICEFXS = 102
34954 pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERATM = 152
34955 pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
34956 pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
34957 pkg syscall (netbsd-386-cgo), const IFT_VOICEOVERIP = 104
34958 pkg syscall (netbsd-386-cgo), const IFT_X213 = 93
34959 pkg syscall (netbsd-386-cgo), const IFT_X25 = 5
34960 pkg syscall (netbsd-386-cgo), const IFT_X25DDN = 4
34961 pkg syscall (netbsd-386-cgo), const IFT_X25HUNTGROUP = 122
34962 pkg syscall (netbsd-386-cgo), const IFT_X25MLP = 121
34963 pkg syscall (netbsd-386-cgo), const IFT_X25PLE = 40
34964 pkg syscall (netbsd-386-cgo), const IFT_XETHER = 26
34965 pkg syscall (netbsd-386-cgo), const IGNBRK = 1
34966 pkg syscall (netbsd-386-cgo), const IGNCR = 128
34967 pkg syscall (netbsd-386-cgo), const IGNPAR = 4
34968 pkg syscall (netbsd-386-cgo), const IMAXBEL = 8192
34969 pkg syscall (netbsd-386-cgo), const INLCR = 64
34970 pkg syscall (netbsd-386-cgo), const INPCK = 16
34971 pkg syscall (netbsd-386-cgo), const IN_CLASSA_HOST = 16777215
34972 pkg syscall (netbsd-386-cgo), const IN_CLASSA_MAX = 128
34973 pkg syscall (netbsd-386-cgo), const IN_CLASSA_NET = 4278190080
34974 pkg syscall (netbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
34975 pkg syscall (netbsd-386-cgo), const IN_CLASSB_HOST = 65535
34976 pkg syscall (netbsd-386-cgo), const IN_CLASSB_MAX = 65536
34977 pkg syscall (netbsd-386-cgo), const IN_CLASSB_NET = 4294901760
34978 pkg syscall (netbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
34979 pkg syscall (netbsd-386-cgo), const IN_CLASSC_HOST = 255
34980 pkg syscall (netbsd-386-cgo), const IN_CLASSC_NET = 4294967040
34981 pkg syscall (netbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
34982 pkg syscall (netbsd-386-cgo), const IN_CLASSD_HOST = 268435455
34983 pkg syscall (netbsd-386-cgo), const IN_CLASSD_NET = 4026531840
34984 pkg syscall (netbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
34985 pkg syscall (netbsd-386-cgo), const IN_LOOPBACKNET = 127
34986 pkg syscall (netbsd-386-cgo), const IPPROTO_AH = 51
34987 pkg syscall (netbsd-386-cgo), const IPPROTO_CARP = 112
34988 pkg syscall (netbsd-386-cgo), const IPPROTO_DONE = 257
34989 pkg syscall (netbsd-386-cgo), const IPPROTO_DSTOPTS = 60
34990 pkg syscall (netbsd-386-cgo), const IPPROTO_EGP = 8
34991 pkg syscall (netbsd-386-cgo), const IPPROTO_ENCAP = 98
34992 pkg syscall (netbsd-386-cgo), const IPPROTO_EON = 80
34993 pkg syscall (netbsd-386-cgo), const IPPROTO_ESP = 50
34994 pkg syscall (netbsd-386-cgo), const IPPROTO_ETHERIP = 97
34995 pkg syscall (netbsd-386-cgo), const IPPROTO_FRAGMENT = 44
34996 pkg syscall (netbsd-386-cgo), const IPPROTO_GGP = 3
34997 pkg syscall (netbsd-386-cgo), const IPPROTO_GRE = 47
34998 pkg syscall (netbsd-386-cgo), const IPPROTO_HOPOPTS = 0
34999 pkg syscall (netbsd-386-cgo), const IPPROTO_ICMP = 1
35000 pkg syscall (netbsd-386-cgo), const IPPROTO_ICMPV6 = 58
35001 pkg syscall (netbsd-386-cgo), const IPPROTO_IDP = 22
35002 pkg syscall (netbsd-386-cgo), const IPPROTO_IGMP = 2
35003 pkg syscall (netbsd-386-cgo), const IPPROTO_IPCOMP = 108
35004 pkg syscall (netbsd-386-cgo), const IPPROTO_IPIP = 4
35005 pkg syscall (netbsd-386-cgo), const IPPROTO_IPV4 = 4
35006 pkg syscall (netbsd-386-cgo), const IPPROTO_IPV6_ICMP = 58
35007 pkg syscall (netbsd-386-cgo), const IPPROTO_MAX = 256
35008 pkg syscall (netbsd-386-cgo), const IPPROTO_MAXID = 52
35009 pkg syscall (netbsd-386-cgo), const IPPROTO_MOBILE = 55
35010 pkg syscall (netbsd-386-cgo), const IPPROTO_NONE = 59
35011 pkg syscall (netbsd-386-cgo), const IPPROTO_PFSYNC = 240
35012 pkg syscall (netbsd-386-cgo), const IPPROTO_PIM = 103
35013 pkg syscall (netbsd-386-cgo), const IPPROTO_PUP = 12
35014 pkg syscall (netbsd-386-cgo), const IPPROTO_RAW = 255
35015 pkg syscall (netbsd-386-cgo), const IPPROTO_ROUTING = 43
35016 pkg syscall (netbsd-386-cgo), const IPPROTO_RSVP = 46
35017 pkg syscall (netbsd-386-cgo), const IPPROTO_TP = 29
35018 pkg syscall (netbsd-386-cgo), const IPPROTO_VRRP = 112
35019 pkg syscall (netbsd-386-cgo), const IPV6_CHECKSUM = 26
35020 pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
35021 pkg syscall (netbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
35022 pkg syscall (netbsd-386-cgo), const IPV6_DEFHLIM = 64
35023 pkg syscall (netbsd-386-cgo), const IPV6_DONTFRAG = 62
35024 pkg syscall (netbsd-386-cgo), const IPV6_DSTOPTS = 50
35025 pkg syscall (netbsd-386-cgo), const IPV6_FAITH = 29
35026 pkg syscall (netbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
35027 pkg syscall (netbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
35028 pkg syscall (netbsd-386-cgo), const IPV6_FRAGTTL = 120
35029 pkg syscall (netbsd-386-cgo), const IPV6_HLIMDEC = 1
35030 pkg syscall (netbsd-386-cgo), const IPV6_HOPLIMIT = 47
35031 pkg syscall (netbsd-386-cgo), const IPV6_HOPOPTS = 49
35032 pkg syscall (netbsd-386-cgo), const IPV6_IPSEC_POLICY = 28
35033 pkg syscall (netbsd-386-cgo), const IPV6_JOIN_GROUP = 12
35034 pkg syscall (netbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
35035 pkg syscall (netbsd-386-cgo), const IPV6_MAXHLIM = 255
35036 pkg syscall (netbsd-386-cgo), const IPV6_MAXPACKET = 65535
35037 pkg syscall (netbsd-386-cgo), const IPV6_MMTU = 1280
35038 pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
35039 pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_IF = 9
35040 pkg syscall (netbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
35041 pkg syscall (netbsd-386-cgo), const IPV6_NEXTHOP = 48
35042 pkg syscall (netbsd-386-cgo), const IPV6_PATHMTU = 44
35043 pkg syscall (netbsd-386-cgo), const IPV6_PKTINFO = 46
35044 pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE = 14
35045 pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
35046 pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
35047 pkg syscall (netbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
35048 pkg syscall (netbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
35049 pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
35050 pkg syscall (netbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
35051 pkg syscall (netbsd-386-cgo), const IPV6_RECVPATHMTU = 43
35052 pkg syscall (netbsd-386-cgo), const IPV6_RECVPKTINFO = 36
35053 pkg syscall (netbsd-386-cgo), const IPV6_RECVRTHDR = 38
35054 pkg syscall (netbsd-386-cgo), const IPV6_RECVTCLASS = 57
35055 pkg syscall (netbsd-386-cgo), const IPV6_RTHDR = 51
35056 pkg syscall (netbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
35057 pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
35058 pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
35059 pkg syscall (netbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
35060 pkg syscall (netbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
35061 pkg syscall (netbsd-386-cgo), const IPV6_TCLASS = 61
35062 pkg syscall (netbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
35063 pkg syscall (netbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
35064 pkg syscall (netbsd-386-cgo), const IPV6_V6ONLY = 27
35065 pkg syscall (netbsd-386-cgo), const IPV6_VERSION = 96
35066 pkg syscall (netbsd-386-cgo), const IPV6_VERSION_MASK = 240
35067 pkg syscall (netbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
35068 pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
35069 pkg syscall (netbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
35070 pkg syscall (netbsd-386-cgo), const IP_DF = 16384
35071 pkg syscall (netbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
35072 pkg syscall (netbsd-386-cgo), const IP_EF = 32768
35073 pkg syscall (netbsd-386-cgo), const IP_ERRORMTU = 21
35074 pkg syscall (netbsd-386-cgo), const IP_HDRINCL = 2
35075 pkg syscall (netbsd-386-cgo), const IP_IPSEC_POLICY = 22
35076 pkg syscall (netbsd-386-cgo), const IP_MAXPACKET = 65535
35077 pkg syscall (netbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 20
35078 pkg syscall (netbsd-386-cgo), const IP_MF = 8192
35079 pkg syscall (netbsd-386-cgo), const IP_MINFRAGSIZE = 69
35080 pkg syscall (netbsd-386-cgo), const IP_MINTTL = 24
35081 pkg syscall (netbsd-386-cgo), const IP_MSS = 576
35082 pkg syscall (netbsd-386-cgo), const IP_MULTICAST_IF = 9
35083 pkg syscall (netbsd-386-cgo), const IP_MULTICAST_LOOP = 11
35084 pkg syscall (netbsd-386-cgo), const IP_MULTICAST_TTL = 10
35085 pkg syscall (netbsd-386-cgo), const IP_OFFMASK = 8191
35086 pkg syscall (netbsd-386-cgo), const IP_OPTIONS = 1
35087 pkg syscall (netbsd-386-cgo), const IP_PORTRANGE = 19
35088 pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
35089 pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
35090 pkg syscall (netbsd-386-cgo), const IP_PORTRANGE_LOW = 2
35091 pkg syscall (netbsd-386-cgo), const IP_RECVDSTADDR = 7
35092 pkg syscall (netbsd-386-cgo), const IP_RECVIF = 20
35093 pkg syscall (netbsd-386-cgo), const IP_RECVOPTS = 5
35094 pkg syscall (netbsd-386-cgo), const IP_RECVRETOPTS = 6
35095 pkg syscall (netbsd-386-cgo), const IP_RECVTTL = 23
35096 pkg syscall (netbsd-386-cgo), const IP_RETOPTS = 8
35097 pkg syscall (netbsd-386-cgo), const IP_RF = 32768
35098 pkg syscall (netbsd-386-cgo), const IP_TOS = 3
35099 pkg syscall (netbsd-386-cgo), const IP_TTL = 4
35100 pkg syscall (netbsd-386-cgo), const ISIG = 128
35101 pkg syscall (netbsd-386-cgo), const ISTRIP = 32
35102 pkg syscall (netbsd-386-cgo), const IXANY = 2048
35103 pkg syscall (netbsd-386-cgo), const IXOFF = 1024
35104 pkg syscall (netbsd-386-cgo), const IXON = 512
35105 pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
35106 pkg syscall (netbsd-386-cgo), const LOCK_EX = 2
35107 pkg syscall (netbsd-386-cgo), const LOCK_NB = 4
35108 pkg syscall (netbsd-386-cgo), const LOCK_SH = 1
35109 pkg syscall (netbsd-386-cgo), const LOCK_UN = 8
35110 pkg syscall (netbsd-386-cgo), const MSG_BCAST = 256
35111 pkg syscall (netbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
35112 pkg syscall (netbsd-386-cgo), const MSG_CONTROLMBUF = 33554432
35113 pkg syscall (netbsd-386-cgo), const MSG_CTRUNC = 32
35114 pkg syscall (netbsd-386-cgo), const MSG_DONTROUTE = 4
35115 pkg syscall (netbsd-386-cgo), const MSG_DONTWAIT = 128
35116 pkg syscall (netbsd-386-cgo), const MSG_EOR = 8
35117 pkg syscall (netbsd-386-cgo), const MSG_IOVUSRSPACE = 67108864
35118 pkg syscall (netbsd-386-cgo), const MSG_LENUSRSPACE = 134217728
35119 pkg syscall (netbsd-386-cgo), const MSG_MCAST = 512
35120 pkg syscall (netbsd-386-cgo), const MSG_NAMEMBUF = 16777216
35121 pkg syscall (netbsd-386-cgo), const MSG_NBIO = 4096
35122 pkg syscall (netbsd-386-cgo), const MSG_NOSIGNAL = 1024
35123 pkg syscall (netbsd-386-cgo), const MSG_OOB = 1
35124 pkg syscall (netbsd-386-cgo), const MSG_PEEK = 2
35125 pkg syscall (netbsd-386-cgo), const MSG_TRUNC = 16
35126 pkg syscall (netbsd-386-cgo), const MSG_USERFLAGS = 16777215
35127 pkg syscall (netbsd-386-cgo), const MSG_WAITALL = 64
35128 pkg syscall (netbsd-386-cgo), const NAME_MAX = 511
35129 pkg syscall (netbsd-386-cgo), const NET_RT_DUMP = 1
35130 pkg syscall (netbsd-386-cgo), const NET_RT_FLAGS = 2
35131 pkg syscall (netbsd-386-cgo), const NET_RT_IFLIST = 5
35132 pkg syscall (netbsd-386-cgo), const NET_RT_MAXID = 6
35133 pkg syscall (netbsd-386-cgo), const NET_RT_OIFLIST = 4
35134 pkg syscall (netbsd-386-cgo), const NET_RT_OOIFLIST = 3
35135 pkg syscall (netbsd-386-cgo), const NOFLSH = 2147483648
35136 pkg syscall (netbsd-386-cgo), const NOTE_ATTRIB = 8
35137 pkg syscall (netbsd-386-cgo), const NOTE_CHILD = 4
35138 pkg syscall (netbsd-386-cgo), const NOTE_DELETE = 1
35139 pkg syscall (netbsd-386-cgo), const NOTE_EXEC = 536870912
35140 pkg syscall (netbsd-386-cgo), const NOTE_EXIT = 2147483648
35141 pkg syscall (netbsd-386-cgo), const NOTE_EXTEND = 4
35142 pkg syscall (netbsd-386-cgo), const NOTE_FORK = 1073741824
35143 pkg syscall (netbsd-386-cgo), const NOTE_LINK = 16
35144 pkg syscall (netbsd-386-cgo), const NOTE_LOWAT = 1
35145 pkg syscall (netbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
35146 pkg syscall (netbsd-386-cgo), const NOTE_PDATAMASK = 1048575
35147 pkg syscall (netbsd-386-cgo), const NOTE_RENAME = 32
35148 pkg syscall (netbsd-386-cgo), const NOTE_REVOKE = 64
35149 pkg syscall (netbsd-386-cgo), const NOTE_TRACK = 1
35150 pkg syscall (netbsd-386-cgo), const NOTE_TRACKERR = 2
35151 pkg syscall (netbsd-386-cgo), const NOTE_WRITE = 2
35152 pkg syscall (netbsd-386-cgo), const OCRNL = 16
35153 pkg syscall (netbsd-386-cgo), const OFIOGETBMAP = 3221513850
35154 pkg syscall (netbsd-386-cgo), const ONLCR = 2
35155 pkg syscall (netbsd-386-cgo), const ONLRET = 64
35156 pkg syscall (netbsd-386-cgo), const ONOCR = 32
35157 pkg syscall (netbsd-386-cgo), const ONOEOT = 8
35158 pkg syscall (netbsd-386-cgo), const OPOST = 1
35159 pkg syscall (netbsd-386-cgo), const O_ACCMODE = 3
35160 pkg syscall (netbsd-386-cgo), const O_ALT_IO = 262144
35161 pkg syscall (netbsd-386-cgo), const O_APPEND = 8
35162 pkg syscall (netbsd-386-cgo), const O_ASYNC = 64
35163 pkg syscall (netbsd-386-cgo), const O_CLOEXEC = 4194304
35164 pkg syscall (netbsd-386-cgo), const O_CREAT = 512
35165 pkg syscall (netbsd-386-cgo), const O_DIRECT = 524288
35166 pkg syscall (netbsd-386-cgo), const O_DIRECTORY = 2097152
35167 pkg syscall (netbsd-386-cgo), const O_DSYNC = 65536
35168 pkg syscall (netbsd-386-cgo), const O_EXCL = 2048
35169 pkg syscall (netbsd-386-cgo), const O_EXLOCK = 32
35170 pkg syscall (netbsd-386-cgo), const O_FSYNC = 128
35171 pkg syscall (netbsd-386-cgo), const O_NDELAY = 4
35172 pkg syscall (netbsd-386-cgo), const O_NOCTTY = 32768
35173 pkg syscall (netbsd-386-cgo), const O_NOFOLLOW = 256
35174 pkg syscall (netbsd-386-cgo), const O_NONBLOCK = 4
35175 pkg syscall (netbsd-386-cgo), const O_NOSIGPIPE = 16777216
35176 pkg syscall (netbsd-386-cgo), const O_RSYNC = 131072
35177 pkg syscall (netbsd-386-cgo), const O_SHLOCK = 16
35178 pkg syscall (netbsd-386-cgo), const O_SYNC = 128
35179 pkg syscall (netbsd-386-cgo), const O_TRUNC = 1024
35180 pkg syscall (netbsd-386-cgo), const PARENB = 4096
35181 pkg syscall (netbsd-386-cgo), const PARMRK = 8
35182 pkg syscall (netbsd-386-cgo), const PARODD = 8192
35183 pkg syscall (netbsd-386-cgo), const PENDIN = 536870912
35184 pkg syscall (netbsd-386-cgo), const PRI_IOFLUSH = 124
35185 pkg syscall (netbsd-386-cgo), const PTRACE_CONT = 7
35186 pkg syscall (netbsd-386-cgo), const PTRACE_KILL = 8
35187 pkg syscall (netbsd-386-cgo), const PTRACE_TRACEME = 0
35188 pkg syscall (netbsd-386-cgo), const RLIMIT_AS = 10
35189 pkg syscall (netbsd-386-cgo), const RLIMIT_CORE = 4
35190 pkg syscall (netbsd-386-cgo), const RLIMIT_CPU = 0
35191 pkg syscall (netbsd-386-cgo), const RLIMIT_DATA = 2
35192 pkg syscall (netbsd-386-cgo), const RLIMIT_FSIZE = 1
35193 pkg syscall (netbsd-386-cgo), const RLIMIT_NOFILE = 8
35194 pkg syscall (netbsd-386-cgo), const RLIMIT_STACK = 3
35195 pkg syscall (netbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
35196 pkg syscall (netbsd-386-cgo), const RTAX_AUTHOR = 6
35197 pkg syscall (netbsd-386-cgo), const RTAX_BRD = 7
35198 pkg syscall (netbsd-386-cgo), const RTAX_DST = 0
35199 pkg syscall (netbsd-386-cgo), const RTAX_GATEWAY = 1
35200 pkg syscall (netbsd-386-cgo), const RTAX_GENMASK = 3
35201 pkg syscall (netbsd-386-cgo), const RTAX_IFA = 5
35202 pkg syscall (netbsd-386-cgo), const RTAX_IFP = 4
35203 pkg syscall (netbsd-386-cgo), const RTAX_MAX = 9
35204 pkg syscall (netbsd-386-cgo), const RTAX_NETMASK = 2
35205 pkg syscall (netbsd-386-cgo), const RTAX_TAG = 8
35206 pkg syscall (netbsd-386-cgo), const RTA_AUTHOR = 64
35207 pkg syscall (netbsd-386-cgo), const RTA_BRD = 128
35208 pkg syscall (netbsd-386-cgo), const RTA_DST = 1
35209 pkg syscall (netbsd-386-cgo), const RTA_GATEWAY = 2
35210 pkg syscall (netbsd-386-cgo), const RTA_GENMASK = 8
35211 pkg syscall (netbsd-386-cgo), const RTA_IFA = 32
35212 pkg syscall (netbsd-386-cgo), const RTA_IFP = 16
35213 pkg syscall (netbsd-386-cgo), const RTA_NETMASK = 4
35214 pkg syscall (netbsd-386-cgo), const RTA_TAG = 256
35215 pkg syscall (netbsd-386-cgo), const RTF_ANNOUNCE = 131072
35216 pkg syscall (netbsd-386-cgo), const RTF_BLACKHOLE = 4096
35217 pkg syscall (netbsd-386-cgo), const RTF_CLONED = 8192
35218 pkg syscall (netbsd-386-cgo), const RTF_CLONING = 256
35219 pkg syscall (netbsd-386-cgo), const RTF_DONE = 64
35220 pkg syscall (netbsd-386-cgo), const RTF_DYNAMIC = 16
35221 pkg syscall (netbsd-386-cgo), const RTF_GATEWAY = 2
35222 pkg syscall (netbsd-386-cgo), const RTF_HOST = 4
35223 pkg syscall (netbsd-386-cgo), const RTF_LLINFO = 1024
35224 pkg syscall (netbsd-386-cgo), const RTF_MASK = 128
35225 pkg syscall (netbsd-386-cgo), const RTF_MODIFIED = 32
35226 pkg syscall (netbsd-386-cgo), const RTF_PROTO1 = 32768
35227 pkg syscall (netbsd-386-cgo), const RTF_PROTO2 = 16384
35228 pkg syscall (netbsd-386-cgo), const RTF_REJECT = 8
35229 pkg syscall (netbsd-386-cgo), const RTF_SRC = 65536
35230 pkg syscall (netbsd-386-cgo), const RTF_STATIC = 2048
35231 pkg syscall (netbsd-386-cgo), const RTF_UP = 1
35232 pkg syscall (netbsd-386-cgo), const RTF_XRESOLVE = 512
35233 pkg syscall (netbsd-386-cgo), const RTM_ADD = 1
35234 pkg syscall (netbsd-386-cgo), const RTM_CHANGE = 3
35235 pkg syscall (netbsd-386-cgo), const RTM_CHGADDR = 21
35236 pkg syscall (netbsd-386-cgo), const RTM_DELADDR = 13
35237 pkg syscall (netbsd-386-cgo), const RTM_DELETE = 2
35238 pkg syscall (netbsd-386-cgo), const RTM_GET = 4
35239 pkg syscall (netbsd-386-cgo), const RTM_IEEE80211 = 17
35240 pkg syscall (netbsd-386-cgo), const RTM_IFANNOUNCE = 16
35241 pkg syscall (netbsd-386-cgo), const RTM_IFINFO = 20
35242 pkg syscall (netbsd-386-cgo), const RTM_LLINFO_UPD = 19
35243 pkg syscall (netbsd-386-cgo), const RTM_LOCK = 8
35244 pkg syscall (netbsd-386-cgo), const RTM_LOSING = 5
35245 pkg syscall (netbsd-386-cgo), const RTM_MISS = 7
35246 pkg syscall (netbsd-386-cgo), const RTM_NEWADDR = 12
35247 pkg syscall (netbsd-386-cgo), const RTM_OIFINFO = 15
35248 pkg syscall (netbsd-386-cgo), const RTM_OLDADD = 9
35249 pkg syscall (netbsd-386-cgo), const RTM_OLDDEL = 10
35250 pkg syscall (netbsd-386-cgo), const RTM_OOIFINFO = 14
35251 pkg syscall (netbsd-386-cgo), const RTM_REDIRECT = 6
35252 pkg syscall (netbsd-386-cgo), const RTM_RESOLVE = 11
35253 pkg syscall (netbsd-386-cgo), const RTM_RTTUNIT = 1000000
35254 pkg syscall (netbsd-386-cgo), const RTM_SETGATE = 18
35255 pkg syscall (netbsd-386-cgo), const RTM_VERSION = 4
35256 pkg syscall (netbsd-386-cgo), const RTV_EXPIRE = 4
35257 pkg syscall (netbsd-386-cgo), const RTV_HOPCOUNT = 2
35258 pkg syscall (netbsd-386-cgo), const RTV_MTU = 1
35259 pkg syscall (netbsd-386-cgo), const RTV_RPIPE = 8
35260 pkg syscall (netbsd-386-cgo), const RTV_RTT = 64
35261 pkg syscall (netbsd-386-cgo), const RTV_RTTVAR = 128
35262 pkg syscall (netbsd-386-cgo), const RTV_SPIPE = 16
35263 pkg syscall (netbsd-386-cgo), const RTV_SSTHRESH = 32
35264 pkg syscall (netbsd-386-cgo), const RUSAGE_CHILDREN = -1
35265 pkg syscall (netbsd-386-cgo), const RUSAGE_SELF = 0
35266 pkg syscall (netbsd-386-cgo), const SCM_CREDS = 4
35267 pkg syscall (netbsd-386-cgo), const SCM_RIGHTS = 1
35268 pkg syscall (netbsd-386-cgo), const SCM_TIMESTAMP = 8
35269 pkg syscall (netbsd-386-cgo), const SIGBUS = 10
35270 pkg syscall (netbsd-386-cgo), const SIGCHLD = 20
35271 pkg syscall (netbsd-386-cgo), const SIGCONT = 19
35272 pkg syscall (netbsd-386-cgo), const SIGEMT = 7
35273 pkg syscall (netbsd-386-cgo), const SIGINFO = 29
35274 pkg syscall (netbsd-386-cgo), const SIGIO = 23
35275 pkg syscall (netbsd-386-cgo), const SIGIOT = 6
35276 pkg syscall (netbsd-386-cgo), const SIGPROF = 27
35277 pkg syscall (netbsd-386-cgo), const SIGPWR = 32
35278 pkg syscall (netbsd-386-cgo), const SIGSTOP = 17
35279 pkg syscall (netbsd-386-cgo), const SIGSYS = 12
35280 pkg syscall (netbsd-386-cgo), const SIGTSTP = 18
35281 pkg syscall (netbsd-386-cgo), const SIGTTIN = 21
35282 pkg syscall (netbsd-386-cgo), const SIGTTOU = 22
35283 pkg syscall (netbsd-386-cgo), const SIGURG = 16
35284 pkg syscall (netbsd-386-cgo), const SIGUSR1 = 30
35285 pkg syscall (netbsd-386-cgo), const SIGUSR2 = 31
35286 pkg syscall (netbsd-386-cgo), const SIGVTALRM = 26
35287 pkg syscall (netbsd-386-cgo), const SIGWINCH = 28
35288 pkg syscall (netbsd-386-cgo), const SIGXCPU = 24
35289 pkg syscall (netbsd-386-cgo), const SIGXFSZ = 25
35290 pkg syscall (netbsd-386-cgo), const SIOCADDMULTI = 2156947761
35291 pkg syscall (netbsd-386-cgo), const SIOCADDRT = 2150658570
35292 pkg syscall (netbsd-386-cgo), const SIOCAIFADDR = 2151704858
35293 pkg syscall (netbsd-386-cgo), const SIOCALIFADDR = 2165860636
35294 pkg syscall (netbsd-386-cgo), const SIOCATMARK = 1074033415
35295 pkg syscall (netbsd-386-cgo), const SIOCDELMULTI = 2156947762
35296 pkg syscall (netbsd-386-cgo), const SIOCDELRT = 2150658571
35297 pkg syscall (netbsd-386-cgo), const SIOCDIFADDR = 2156947737
35298 pkg syscall (netbsd-386-cgo), const SIOCDIFPHYADDR = 2156947785
35299 pkg syscall (netbsd-386-cgo), const SIOCDLIFADDR = 2165860638
35300 pkg syscall (netbsd-386-cgo), const SIOCGDRVSPEC = 3223087483
35301 pkg syscall (netbsd-386-cgo), const SIOCGETPFSYNC = 3230689784
35302 pkg syscall (netbsd-386-cgo), const SIOCGETSGCNT = 3222566196
35303 pkg syscall (netbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
35304 pkg syscall (netbsd-386-cgo), const SIOCGHIWAT = 1074033409
35305 pkg syscall (netbsd-386-cgo), const SIOCGIFADDR = 3230689569
35306 pkg syscall (netbsd-386-cgo), const SIOCGIFADDRPREF = 3230951712
35307 pkg syscall (netbsd-386-cgo), const SIOCGIFALIAS = 3225446683
35308 pkg syscall (netbsd-386-cgo), const SIOCGIFBRDADDR = 3230689571
35309 pkg syscall (netbsd-386-cgo), const SIOCGIFCAP = 3223349622
35310 pkg syscall (netbsd-386-cgo), const SIOCGIFCONF = 3221776678
35311 pkg syscall (netbsd-386-cgo), const SIOCGIFDATA = 3230951813
35312 pkg syscall (netbsd-386-cgo), const SIOCGIFDLT = 3230689655
35313 pkg syscall (netbsd-386-cgo), const SIOCGIFDSTADDR = 3230689570
35314 pkg syscall (netbsd-386-cgo), const SIOCGIFFLAGS = 3230689553
35315 pkg syscall (netbsd-386-cgo), const SIOCGIFGENERIC = 3230689594
35316 pkg syscall (netbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
35317 pkg syscall (netbsd-386-cgo), const SIOCGIFMETRIC = 3230689559
35318 pkg syscall (netbsd-386-cgo), const SIOCGIFMTU = 3230689662
35319 pkg syscall (netbsd-386-cgo), const SIOCGIFNETMASK = 3230689573
35320 pkg syscall (netbsd-386-cgo), const SIOCGIFPDSTADDR = 3230689608
35321 pkg syscall (netbsd-386-cgo), const SIOCGIFPSRCADDR = 3230689607
35322 pkg syscall (netbsd-386-cgo), const SIOCGLIFADDR = 3239602461
35323 pkg syscall (netbsd-386-cgo), const SIOCGLIFPHYADDR = 3239602507
35324 pkg syscall (netbsd-386-cgo), const SIOCGLINKSTR = 3223087495
35325 pkg syscall (netbsd-386-cgo), const SIOCGLOWAT = 1074033411
35326 pkg syscall (netbsd-386-cgo), const SIOCGPGRP = 1074033417
35327 pkg syscall (netbsd-386-cgo), const SIOCGVH = 3230689667
35328 pkg syscall (netbsd-386-cgo), const SIOCIFCREATE = 2156947834
35329 pkg syscall (netbsd-386-cgo), const SIOCIFDESTROY = 2156947833
35330 pkg syscall (netbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
35331 pkg syscall (netbsd-386-cgo), const SIOCINITIFADDR = 3225708932
35332 pkg syscall (netbsd-386-cgo), const SIOCSDRVSPEC = 2149345659
35333 pkg syscall (netbsd-386-cgo), const SIOCSETPFSYNC = 2156947959
35334 pkg syscall (netbsd-386-cgo), const SIOCSHIWAT = 2147775232
35335 pkg syscall (netbsd-386-cgo), const SIOCSIFADDR = 2156947724
35336 pkg syscall (netbsd-386-cgo), const SIOCSIFADDRPREF = 2157209887
35337 pkg syscall (netbsd-386-cgo), const SIOCSIFBRDADDR = 2156947731
35338 pkg syscall (netbsd-386-cgo), const SIOCSIFCAP = 2149607797
35339 pkg syscall (netbsd-386-cgo), const SIOCSIFDSTADDR = 2156947726
35340 pkg syscall (netbsd-386-cgo), const SIOCSIFFLAGS = 2156947728
35341 pkg syscall (netbsd-386-cgo), const SIOCSIFGENERIC = 2156947769
35342 pkg syscall (netbsd-386-cgo), const SIOCSIFMEDIA = 3230689589
35343 pkg syscall (netbsd-386-cgo), const SIOCSIFMETRIC = 2156947736
35344 pkg syscall (netbsd-386-cgo), const SIOCSIFMTU = 2156947839
35345 pkg syscall (netbsd-386-cgo), const SIOCSIFNETMASK = 2156947734
35346 pkg syscall (netbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
35347 pkg syscall (netbsd-386-cgo), const SIOCSLIFPHYADDR = 2165860682
35348 pkg syscall (netbsd-386-cgo), const SIOCSLINKSTR = 2149345672
35349 pkg syscall (netbsd-386-cgo), const SIOCSLOWAT = 2147775234
35350 pkg syscall (netbsd-386-cgo), const SIOCSPGRP = 2147775240
35351 pkg syscall (netbsd-386-cgo), const SIOCSVH = 3230689666
35352 pkg syscall (netbsd-386-cgo), const SIOCZIFDATA = 3230951814
35353 pkg syscall (netbsd-386-cgo), const SOCK_CLOEXEC = 268435456
35354 pkg syscall (netbsd-386-cgo), const SOCK_FLAGS_MASK = 4026531840
35355 pkg syscall (netbsd-386-cgo), const SOCK_NONBLOCK = 536870912
35356 pkg syscall (netbsd-386-cgo), const SOCK_NOSIGPIPE = 1073741824
35357 pkg syscall (netbsd-386-cgo), const SOCK_RDM = 4
35358 pkg syscall (netbsd-386-cgo), const SOL_SOCKET = 65535
35359 pkg syscall (netbsd-386-cgo), const SOMAXCONN = 128
35360 pkg syscall (netbsd-386-cgo), const SO_ACCEPTCONN = 2
35361 pkg syscall (netbsd-386-cgo), const SO_ACCEPTFILTER = 4096
35362 pkg syscall (netbsd-386-cgo), const SO_BROADCAST = 32
35363 pkg syscall (netbsd-386-cgo), const SO_DEBUG = 1
35364 pkg syscall (netbsd-386-cgo), const SO_DONTROUTE = 16
35365 pkg syscall (netbsd-386-cgo), const SO_ERROR = 4103
35366 pkg syscall (netbsd-386-cgo), const SO_KEEPALIVE = 8
35367 pkg syscall (netbsd-386-cgo), const SO_LINGER = 128
35368 pkg syscall (netbsd-386-cgo), const SO_NOHEADER = 4106
35369 pkg syscall (netbsd-386-cgo), const SO_NOSIGPIPE = 2048
35370 pkg syscall (netbsd-386-cgo), const SO_OOBINLINE = 256
35371 pkg syscall (netbsd-386-cgo), const SO_OVERFLOWED = 4105
35372 pkg syscall (netbsd-386-cgo), const SO_RCVBUF = 4098
35373 pkg syscall (netbsd-386-cgo), const SO_RCVLOWAT = 4100
35374 pkg syscall (netbsd-386-cgo), const SO_RCVTIMEO = 4108
35375 pkg syscall (netbsd-386-cgo), const SO_REUSEADDR = 4
35376 pkg syscall (netbsd-386-cgo), const SO_REUSEPORT = 512
35377 pkg syscall (netbsd-386-cgo), const SO_SNDBUF = 4097
35378 pkg syscall (netbsd-386-cgo), const SO_SNDLOWAT = 4099
35379 pkg syscall (netbsd-386-cgo), const SO_SNDTIMEO = 4107
35380 pkg syscall (netbsd-386-cgo), const SO_TIMESTAMP = 8192
35381 pkg syscall (netbsd-386-cgo), const SO_TYPE = 4104
35382 pkg syscall (netbsd-386-cgo), const SO_USELOOPBACK = 64
35383 pkg syscall (netbsd-386-cgo), const SYSCTL_VERSION = 16777216
35384 pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_0 = 0
35385 pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_1 = 16777216
35386 pkg syscall (netbsd-386-cgo), const SYSCTL_VERS_MASK = 4278190080
35387 pkg syscall (netbsd-386-cgo), const SYS_ACCEPT = 30
35388 pkg syscall (netbsd-386-cgo), const SYS_ACCESS = 33
35389 pkg syscall (netbsd-386-cgo), const SYS_ACCT = 51
35390 pkg syscall (netbsd-386-cgo), const SYS_ADJTIME = 421
35391 pkg syscall (netbsd-386-cgo), const SYS_BIND = 104
35392 pkg syscall (netbsd-386-cgo), const SYS_BREAK = 17
35393 pkg syscall (netbsd-386-cgo), const SYS_CHDIR = 12
35394 pkg syscall (netbsd-386-cgo), const SYS_CHFLAGS = 34
35395 pkg syscall (netbsd-386-cgo), const SYS_CHMOD = 15
35396 pkg syscall (netbsd-386-cgo), const SYS_CHOWN = 16
35397 pkg syscall (netbsd-386-cgo), const SYS_CHROOT = 61
35398 pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETRES = 429
35399 pkg syscall (netbsd-386-cgo), const SYS_CLOCK_GETTIME = 427
35400 pkg syscall (netbsd-386-cgo), const SYS_CLOCK_SETTIME = 428
35401 pkg syscall (netbsd-386-cgo), const SYS_CLOSE = 6
35402 pkg syscall (netbsd-386-cgo), const SYS_CONNECT = 98
35403 pkg syscall (netbsd-386-cgo), const SYS_DUP = 41
35404 pkg syscall (netbsd-386-cgo), const SYS_DUP2 = 90
35405 pkg syscall (netbsd-386-cgo), const SYS_DUP3 = 454
35406 pkg syscall (netbsd-386-cgo), const SYS_EXECVE = 59
35407 pkg syscall (netbsd-386-cgo), const SYS_EXIT = 1
35408 pkg syscall (netbsd-386-cgo), const SYS_EXTATTRCTL = 360
35409 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FD = 366
35410 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_FILE = 363
35411 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_DELETE_LINK = 369
35412 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FD = 365
35413 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_FILE = 362
35414 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_GET_LINK = 368
35415 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FD = 370
35416 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_FILE = 371
35417 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_LIST_LINK = 372
35418 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FD = 364
35419 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_FILE = 361
35420 pkg syscall (netbsd-386-cgo), const SYS_EXTATTR_SET_LINK = 367
35421 pkg syscall (netbsd-386-cgo), const SYS_FACCESSAT = 462
35422 pkg syscall (netbsd-386-cgo), const SYS_FCHDIR = 13
35423 pkg syscall (netbsd-386-cgo), const SYS_FCHFLAGS = 35
35424 pkg syscall (netbsd-386-cgo), const SYS_FCHMOD = 124
35425 pkg syscall (netbsd-386-cgo), const SYS_FCHMODAT = 463
35426 pkg syscall (netbsd-386-cgo), const SYS_FCHOWN = 123
35427 pkg syscall (netbsd-386-cgo), const SYS_FCHOWNAT = 464
35428 pkg syscall (netbsd-386-cgo), const SYS_FCHROOT = 297
35429 pkg syscall (netbsd-386-cgo), const SYS_FCNTL = 92
35430 pkg syscall (netbsd-386-cgo), const SYS_FDATASYNC = 241
35431 pkg syscall (netbsd-386-cgo), const SYS_FEXECVE = 465
35432 pkg syscall (netbsd-386-cgo), const SYS_FGETXATTR = 380
35433 pkg syscall (netbsd-386-cgo), const SYS_FHSTAT = 451
35434 pkg syscall (netbsd-386-cgo), const SYS_FKTRACE = 288
35435 pkg syscall (netbsd-386-cgo), const SYS_FLISTXATTR = 383
35436 pkg syscall (netbsd-386-cgo), const SYS_FLOCK = 131
35437 pkg syscall (netbsd-386-cgo), const SYS_FORK = 2
35438 pkg syscall (netbsd-386-cgo), const SYS_FPATHCONF = 192
35439 pkg syscall (netbsd-386-cgo), const SYS_FREMOVEXATTR = 386
35440 pkg syscall (netbsd-386-cgo), const SYS_FSETXATTR = 377
35441 pkg syscall (netbsd-386-cgo), const SYS_FSTAT = 440
35442 pkg syscall (netbsd-386-cgo), const SYS_FSTATAT = 466
35443 pkg syscall (netbsd-386-cgo), const SYS_FSTATVFS1 = 358
35444 pkg syscall (netbsd-386-cgo), const SYS_FSYNC = 95
35445 pkg syscall (netbsd-386-cgo), const SYS_FSYNC_RANGE = 354
35446 pkg syscall (netbsd-386-cgo), const SYS_FTRUNCATE = 201
35447 pkg syscall (netbsd-386-cgo), const SYS_FUTIMENS = 472
35448 pkg syscall (netbsd-386-cgo), const SYS_FUTIMES = 423
35449 pkg syscall (netbsd-386-cgo), const SYS_GETCONTEXT = 307
35450 pkg syscall (netbsd-386-cgo), const SYS_GETDENTS = 390
35451 pkg syscall (netbsd-386-cgo), const SYS_GETEGID = 43
35452 pkg syscall (netbsd-386-cgo), const SYS_GETEUID = 25
35453 pkg syscall (netbsd-386-cgo), const SYS_GETFH = 395
35454 pkg syscall (netbsd-386-cgo), const SYS_GETGID = 47
35455 pkg syscall (netbsd-386-cgo), const SYS_GETGROUPS = 79
35456 pkg syscall (netbsd-386-cgo), const SYS_GETITIMER = 426
35457 pkg syscall (netbsd-386-cgo), const SYS_GETPEERNAME = 31
35458 pkg syscall (netbsd-386-cgo), const SYS_GETPGID = 207
35459 pkg syscall (netbsd-386-cgo), const SYS_GETPGRP = 81
35460 pkg syscall (netbsd-386-cgo), const SYS_GETPID = 20
35461 pkg syscall (netbsd-386-cgo), const SYS_GETPPID = 39
35462 pkg syscall (netbsd-386-cgo), const SYS_GETPRIORITY = 100
35463 pkg syscall (netbsd-386-cgo), const SYS_GETRLIMIT = 194
35464 pkg syscall (netbsd-386-cgo), const SYS_GETRUSAGE = 445
35465 pkg syscall (netbsd-386-cgo), const SYS_GETSID = 286
35466 pkg syscall (netbsd-386-cgo), const SYS_GETSOCKNAME = 32
35467 pkg syscall (netbsd-386-cgo), const SYS_GETSOCKOPT = 118
35468 pkg syscall (netbsd-386-cgo), const SYS_GETTIMEOFDAY = 418
35469 pkg syscall (netbsd-386-cgo), const SYS_GETUID = 24
35470 pkg syscall (netbsd-386-cgo), const SYS_GETVFSSTAT = 356
35471 pkg syscall (netbsd-386-cgo), const SYS_GETXATTR = 378
35472 pkg syscall (netbsd-386-cgo), const SYS_IOCTL = 54
35473 pkg syscall (netbsd-386-cgo), const SYS_ISSETUGID = 305
35474 pkg syscall (netbsd-386-cgo), const SYS_KEVENT = 435
35475 pkg syscall (netbsd-386-cgo), const SYS_KILL = 37
35476 pkg syscall (netbsd-386-cgo), const SYS_KQUEUE = 344
35477 pkg syscall (netbsd-386-cgo), const SYS_KQUEUE1 = 455
35478 pkg syscall (netbsd-386-cgo), const SYS_KTRACE = 45
35479 pkg syscall (netbsd-386-cgo), const SYS_LCHFLAGS = 304
35480 pkg syscall (netbsd-386-cgo), const SYS_LCHMOD = 274
35481 pkg syscall (netbsd-386-cgo), const SYS_LCHOWN = 275
35482 pkg syscall (netbsd-386-cgo), const SYS_LGETXATTR = 379
35483 pkg syscall (netbsd-386-cgo), const SYS_LINK = 9
35484 pkg syscall (netbsd-386-cgo), const SYS_LINKAT = 457
35485 pkg syscall (netbsd-386-cgo), const SYS_LISTEN = 106
35486 pkg syscall (netbsd-386-cgo), const SYS_LISTXATTR = 381
35487 pkg syscall (netbsd-386-cgo), const SYS_LLISTXATTR = 382
35488 pkg syscall (netbsd-386-cgo), const SYS_LREMOVEXATTR = 385
35489 pkg syscall (netbsd-386-cgo), const SYS_LSEEK = 199
35490 pkg syscall (netbsd-386-cgo), const SYS_LSETXATTR = 376
35491 pkg syscall (netbsd-386-cgo), const SYS_LSTAT = 441
35492 pkg syscall (netbsd-386-cgo), const SYS_LUTIMES = 424
35493 pkg syscall (netbsd-386-cgo), const SYS_MADVISE = 75
35494 pkg syscall (netbsd-386-cgo), const SYS_MINCORE = 78
35495 pkg syscall (netbsd-386-cgo), const SYS_MINHERIT = 273
35496 pkg syscall (netbsd-386-cgo), const SYS_MKDIR = 136
35497 pkg syscall (netbsd-386-cgo), const SYS_MKDIRAT = 461
35498 pkg syscall (netbsd-386-cgo), const SYS_MKFIFO = 132
35499 pkg syscall (netbsd-386-cgo), const SYS_MKFIFOAT = 459
35500 pkg syscall (netbsd-386-cgo), const SYS_MKNOD = 450
35501 pkg syscall (netbsd-386-cgo), const SYS_MKNODAT = 460
35502 pkg syscall (netbsd-386-cgo), const SYS_MLOCK = 203
35503 pkg syscall (netbsd-386-cgo), const SYS_MLOCKALL = 242
35504 pkg syscall (netbsd-386-cgo), const SYS_MMAP = 197
35505 pkg syscall (netbsd-386-cgo), const SYS_MODCTL = 246
35506 pkg syscall (netbsd-386-cgo), const SYS_MOUNT = 410
35507 pkg syscall (netbsd-386-cgo), const SYS_MPROTECT = 74
35508 pkg syscall (netbsd-386-cgo), const SYS_MREMAP = 411
35509 pkg syscall (netbsd-386-cgo), const SYS_MSGCTL = 444
35510 pkg syscall (netbsd-386-cgo), const SYS_MSGGET = 225
35511 pkg syscall (netbsd-386-cgo), const SYS_MSGRCV = 227
35512 pkg syscall (netbsd-386-cgo), const SYS_MSGSND = 226
35513 pkg syscall (netbsd-386-cgo), const SYS_MUNLOCK = 204
35514 pkg syscall (netbsd-386-cgo), const SYS_MUNLOCKALL = 243
35515 pkg syscall (netbsd-386-cgo), const SYS_MUNMAP = 73
35516 pkg syscall (netbsd-386-cgo), const SYS_NANOSLEEP = 430
35517 pkg syscall (netbsd-386-cgo), const SYS_NTP_ADJTIME = 176
35518 pkg syscall (netbsd-386-cgo), const SYS_NTP_GETTIME = 448
35519 pkg syscall (netbsd-386-cgo), const SYS_OPEN = 5
35520 pkg syscall (netbsd-386-cgo), const SYS_OPENAT = 468
35521 pkg syscall (netbsd-386-cgo), const SYS_PACCEPT = 456
35522 pkg syscall (netbsd-386-cgo), const SYS_PATHCONF = 191
35523 pkg syscall (netbsd-386-cgo), const SYS_PIPE = 42
35524 pkg syscall (netbsd-386-cgo), const SYS_PIPE2 = 453
35525 pkg syscall (netbsd-386-cgo), const SYS_PMC_CONTROL = 342
35526 pkg syscall (netbsd-386-cgo), const SYS_PMC_GET_INFO = 341
35527 pkg syscall (netbsd-386-cgo), const SYS_POLL = 209
35528 pkg syscall (netbsd-386-cgo), const SYS_POLLTS = 437
35529 pkg syscall (netbsd-386-cgo), const SYS_POSIX_FADVISE = 416
35530 pkg syscall (netbsd-386-cgo), const SYS_POSIX_SPAWN = 474
35531 pkg syscall (netbsd-386-cgo), const SYS_PREAD = 173
35532 pkg syscall (netbsd-386-cgo), const SYS_PREADV = 289
35533 pkg syscall (netbsd-386-cgo), const SYS_PROFIL = 44
35534 pkg syscall (netbsd-386-cgo), const SYS_PSELECT = 436
35535 pkg syscall (netbsd-386-cgo), const SYS_PSET_ASSIGN = 414
35536 pkg syscall (netbsd-386-cgo), const SYS_PSET_CREATE = 412
35537 pkg syscall (netbsd-386-cgo), const SYS_PSET_DESTROY = 413
35538 pkg syscall (netbsd-386-cgo), const SYS_PTRACE = 26
35539 pkg syscall (netbsd-386-cgo), const SYS_PWRITE = 174
35540 pkg syscall (netbsd-386-cgo), const SYS_PWRITEV = 290
35541 pkg syscall (netbsd-386-cgo), const SYS_RASCTL = 343
35542 pkg syscall (netbsd-386-cgo), const SYS_READ = 3
35543 pkg syscall (netbsd-386-cgo), const SYS_READLINK = 58
35544 pkg syscall (netbsd-386-cgo), const SYS_READLINKAT = 469
35545 pkg syscall (netbsd-386-cgo), const SYS_READV = 120
35546 pkg syscall (netbsd-386-cgo), const SYS_REBOOT = 208
35547 pkg syscall (netbsd-386-cgo), const SYS_RECVFROM = 29
35548 pkg syscall (netbsd-386-cgo), const SYS_RECVMMSG = 475
35549 pkg syscall (netbsd-386-cgo), const SYS_RECVMSG = 27
35550 pkg syscall (netbsd-386-cgo), const SYS_REMOVEXATTR = 384
35551 pkg syscall (netbsd-386-cgo), const SYS_RENAME = 128
35552 pkg syscall (netbsd-386-cgo), const SYS_RENAMEAT = 458
35553 pkg syscall (netbsd-386-cgo), const SYS_REVOKE = 56
35554 pkg syscall (netbsd-386-cgo), const SYS_RMDIR = 137
35555 pkg syscall (netbsd-386-cgo), const SYS_SBRK = 69
35556 pkg syscall (netbsd-386-cgo), const SYS_SCHED_YIELD = 350
35557 pkg syscall (netbsd-386-cgo), const SYS_SELECT = 417
35558 pkg syscall (netbsd-386-cgo), const SYS_SEMCONFIG = 223
35559 pkg syscall (netbsd-386-cgo), const SYS_SEMGET = 221
35560 pkg syscall (netbsd-386-cgo), const SYS_SEMOP = 222
35561 pkg syscall (netbsd-386-cgo), const SYS_SENDMMSG = 476
35562 pkg syscall (netbsd-386-cgo), const SYS_SENDMSG = 28
35563 pkg syscall (netbsd-386-cgo), const SYS_SENDTO = 133
35564 pkg syscall (netbsd-386-cgo), const SYS_SETCONTEXT = 308
35565 pkg syscall (netbsd-386-cgo), const SYS_SETEGID = 182
35566 pkg syscall (netbsd-386-cgo), const SYS_SETEUID = 183
35567 pkg syscall (netbsd-386-cgo), const SYS_SETGID = 181
35568 pkg syscall (netbsd-386-cgo), const SYS_SETGROUPS = 80
35569 pkg syscall (netbsd-386-cgo), const SYS_SETITIMER = 425
35570 pkg syscall (netbsd-386-cgo), const SYS_SETPGID = 82
35571 pkg syscall (netbsd-386-cgo), const SYS_SETPRIORITY = 96
35572 pkg syscall (netbsd-386-cgo), const SYS_SETREGID = 127
35573 pkg syscall (netbsd-386-cgo), const SYS_SETREUID = 126
35574 pkg syscall (netbsd-386-cgo), const SYS_SETRLIMIT = 195
35575 pkg syscall (netbsd-386-cgo), const SYS_SETSID = 147
35576 pkg syscall (netbsd-386-cgo), const SYS_SETSOCKOPT = 105
35577 pkg syscall (netbsd-386-cgo), const SYS_SETTIMEOFDAY = 419
35578 pkg syscall (netbsd-386-cgo), const SYS_SETUID = 23
35579 pkg syscall (netbsd-386-cgo), const SYS_SETXATTR = 375
35580 pkg syscall (netbsd-386-cgo), const SYS_SHMAT = 228
35581 pkg syscall (netbsd-386-cgo), const SYS_SHMCTL = 443
35582 pkg syscall (netbsd-386-cgo), const SYS_SHMDT = 230
35583 pkg syscall (netbsd-386-cgo), const SYS_SHMGET = 231
35584 pkg syscall (netbsd-386-cgo), const SYS_SHUTDOWN = 134
35585 pkg syscall (netbsd-386-cgo), const SYS_SIGQUEUEINFO = 245
35586 pkg syscall (netbsd-386-cgo), const SYS_SOCKET = 394
35587 pkg syscall (netbsd-386-cgo), const SYS_SOCKETPAIR = 135
35588 pkg syscall (netbsd-386-cgo), const SYS_SSTK = 70
35589 pkg syscall (netbsd-386-cgo), const SYS_STAT = 439
35590 pkg syscall (netbsd-386-cgo), const SYS_STATVFS1 = 357
35591 pkg syscall (netbsd-386-cgo), const SYS_SWAPCTL = 271
35592 pkg syscall (netbsd-386-cgo), const SYS_SYMLINK = 57
35593 pkg syscall (netbsd-386-cgo), const SYS_SYMLINKAT = 470
35594 pkg syscall (netbsd-386-cgo), const SYS_SYNC = 36
35595 pkg syscall (netbsd-386-cgo), const SYS_SYSARCH = 165
35596 pkg syscall (netbsd-386-cgo), const SYS_TIMER_CREATE = 235
35597 pkg syscall (netbsd-386-cgo), const SYS_TIMER_DELETE = 236
35598 pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETOVERRUN = 239
35599 pkg syscall (netbsd-386-cgo), const SYS_TIMER_GETTIME = 447
35600 pkg syscall (netbsd-386-cgo), const SYS_TIMER_SETTIME = 446
35601 pkg syscall (netbsd-386-cgo), const SYS_TRUNCATE = 200
35602 pkg syscall (netbsd-386-cgo), const SYS_UMASK = 60
35603 pkg syscall (netbsd-386-cgo), const SYS_UNDELETE = 205
35604 pkg syscall (netbsd-386-cgo), const SYS_UNLINK = 10
35605 pkg syscall (netbsd-386-cgo), const SYS_UNLINKAT = 471
35606 pkg syscall (netbsd-386-cgo), const SYS_UNMOUNT = 22
35607 pkg syscall (netbsd-386-cgo), const SYS_UTIMENSAT = 467
35608 pkg syscall (netbsd-386-cgo), const SYS_UTIMES = 420
35609 pkg syscall (netbsd-386-cgo), const SYS_UTRACE = 306
35610 pkg syscall (netbsd-386-cgo), const SYS_UUIDGEN = 355
35611 pkg syscall (netbsd-386-cgo), const SYS_VADVISE = 72
35612 pkg syscall (netbsd-386-cgo), const SYS_VFORK = 66
35613 pkg syscall (netbsd-386-cgo), const SYS_WAIT4 = 449
35614 pkg syscall (netbsd-386-cgo), const SYS_WRITE = 4
35615 pkg syscall (netbsd-386-cgo), const SYS_WRITEV = 121
35616 pkg syscall (netbsd-386-cgo), const SYS__LWP_CONTINUE = 314
35617 pkg syscall (netbsd-386-cgo), const SYS__LWP_CREATE = 309
35618 pkg syscall (netbsd-386-cgo), const SYS__LWP_CTL = 325
35619 pkg syscall (netbsd-386-cgo), const SYS__LWP_DETACH = 319
35620 pkg syscall (netbsd-386-cgo), const SYS__LWP_EXIT = 310
35621 pkg syscall (netbsd-386-cgo), const SYS__LWP_GETNAME = 324
35622 pkg syscall (netbsd-386-cgo), const SYS__LWP_GETPRIVATE = 316
35623 pkg syscall (netbsd-386-cgo), const SYS__LWP_KILL = 318
35624 pkg syscall (netbsd-386-cgo), const SYS__LWP_PARK = 434
35625 pkg syscall (netbsd-386-cgo), const SYS__LWP_SELF = 311
35626 pkg syscall (netbsd-386-cgo), const SYS__LWP_SETNAME = 323
35627 pkg syscall (netbsd-386-cgo), const SYS__LWP_SETPRIVATE = 317
35628 pkg syscall (netbsd-386-cgo), const SYS__LWP_SUSPEND = 313
35629 pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK = 321
35630 pkg syscall (netbsd-386-cgo), const SYS__LWP_UNPARK_ALL = 322
35631 pkg syscall (netbsd-386-cgo), const SYS__LWP_WAIT = 312
35632 pkg syscall (netbsd-386-cgo), const SYS__LWP_WAKEUP = 315
35633 pkg syscall (netbsd-386-cgo), const SYS__PSET_BIND = 415
35634 pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETAFFINITY = 349
35635 pkg syscall (netbsd-386-cgo), const SYS__SCHED_GETPARAM = 347
35636 pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETAFFINITY = 348
35637 pkg syscall (netbsd-386-cgo), const SYS__SCHED_SETPARAM = 346
35638 pkg syscall (netbsd-386-cgo), const SYS___CLONE = 287
35639 pkg syscall (netbsd-386-cgo), const SYS___GETCWD = 296
35640 pkg syscall (netbsd-386-cgo), const SYS___GETLOGIN = 49
35641 pkg syscall (netbsd-386-cgo), const SYS___POSIX_CHOWN = 283
35642 pkg syscall (netbsd-386-cgo), const SYS___POSIX_FCHOWN = 284
35643 pkg syscall (netbsd-386-cgo), const SYS___POSIX_LCHOWN = 285
35644 pkg syscall (netbsd-386-cgo), const SYS___POSIX_RENAME = 270
35645 pkg syscall (netbsd-386-cgo), const SYS___QUOTACTL = 473
35646 pkg syscall (netbsd-386-cgo), const SYS___SEMCTL = 442
35647 pkg syscall (netbsd-386-cgo), const SYS___SETLOGIN = 50
35648 pkg syscall (netbsd-386-cgo), const SYS___SIGACTION_SIGTRAMP = 340
35649 pkg syscall (netbsd-386-cgo), const SYS___SIGTIMEDWAIT = 431
35650 pkg syscall (netbsd-386-cgo), const SYS___SYSCTL = 202
35651 pkg syscall (netbsd-386-cgo), const S_ARCH1 = 65536
35652 pkg syscall (netbsd-386-cgo), const S_ARCH2 = 131072
35653 pkg syscall (netbsd-386-cgo), const S_BLKSIZE = 512
35654 pkg syscall (netbsd-386-cgo), const S_IEXEC = 64
35655 pkg syscall (netbsd-386-cgo), const S_IFMT = 61440
35656 pkg syscall (netbsd-386-cgo), const S_IFWHT = 57344
35657 pkg syscall (netbsd-386-cgo), const S_IREAD = 256
35658 pkg syscall (netbsd-386-cgo), const S_IRGRP = 32
35659 pkg syscall (netbsd-386-cgo), const S_IROTH = 4
35660 pkg syscall (netbsd-386-cgo), const S_IRWXG = 56
35661 pkg syscall (netbsd-386-cgo), const S_IRWXO = 7
35662 pkg syscall (netbsd-386-cgo), const S_IRWXU = 448
35663 pkg syscall (netbsd-386-cgo), const S_ISTXT = 512
35664 pkg syscall (netbsd-386-cgo), const S_IWGRP = 16
35665 pkg syscall (netbsd-386-cgo), const S_IWOTH = 2
35666 pkg syscall (netbsd-386-cgo), const S_IWRITE = 128
35667 pkg syscall (netbsd-386-cgo), const S_IXGRP = 8
35668 pkg syscall (netbsd-386-cgo), const S_IXOTH = 1
35669 pkg syscall (netbsd-386-cgo), const S_LOGIN_SET = 1
35670 pkg syscall (netbsd-386-cgo), const SizeofBpfHdr = 20
35671 pkg syscall (netbsd-386-cgo), const SizeofBpfInsn = 8
35672 pkg syscall (netbsd-386-cgo), const SizeofBpfProgram = 8
35673 pkg syscall (netbsd-386-cgo), const SizeofBpfStat = 128
35674 pkg syscall (netbsd-386-cgo), const SizeofBpfVersion = 4
35675 pkg syscall (netbsd-386-cgo), const SizeofCmsghdr = 12
35676 pkg syscall (netbsd-386-cgo), const SizeofIPMreq = 8
35677 pkg syscall (netbsd-386-cgo), const SizeofIPv6Mreq = 20
35678 pkg syscall (netbsd-386-cgo), const SizeofIfAnnounceMsghdr = 24
35679 pkg syscall (netbsd-386-cgo), const SizeofIfData = 132
35680 pkg syscall (netbsd-386-cgo), const SizeofIfMsghdr = 152
35681 pkg syscall (netbsd-386-cgo), const SizeofIfaMsghdr = 24
35682 pkg syscall (netbsd-386-cgo), const SizeofInet6Pktinfo = 20
35683 pkg syscall (netbsd-386-cgo), const SizeofLinger = 8
35684 pkg syscall (netbsd-386-cgo), const SizeofMsghdr = 28
35685 pkg syscall (netbsd-386-cgo), const SizeofRtMetrics = 80
35686 pkg syscall (netbsd-386-cgo), const SizeofRtMsghdr = 120
35687 pkg syscall (netbsd-386-cgo), const SizeofSockaddrAny = 108
35688 pkg syscall (netbsd-386-cgo), const SizeofSockaddrDatalink = 20
35689 pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet4 = 16
35690 pkg syscall (netbsd-386-cgo), const SizeofSockaddrInet6 = 28
35691 pkg syscall (netbsd-386-cgo), const SizeofSockaddrUnix = 106
35692 pkg syscall (netbsd-386-cgo), const TCIFLUSH = 1
35693 pkg syscall (netbsd-386-cgo), const TCIOFLUSH = 3
35694 pkg syscall (netbsd-386-cgo), const TCOFLUSH = 2
35695 pkg syscall (netbsd-386-cgo), const TCP_CONGCTL = 32
35696 pkg syscall (netbsd-386-cgo), const TCP_KEEPCNT = 6
35697 pkg syscall (netbsd-386-cgo), const TCP_KEEPIDLE = 3
35698 pkg syscall (netbsd-386-cgo), const TCP_KEEPINIT = 7
35699 pkg syscall (netbsd-386-cgo), const TCP_KEEPINTVL = 5
35700 pkg syscall (netbsd-386-cgo), const TCP_MAXBURST = 4
35701 pkg syscall (netbsd-386-cgo), const TCP_MAXSEG = 2
35702 pkg syscall (netbsd-386-cgo), const TCP_MAXWIN = 65535
35703 pkg syscall (netbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
35704 pkg syscall (netbsd-386-cgo), const TCP_MD5SIG = 16
35705 pkg syscall (netbsd-386-cgo), const TCP_MINMSS = 216
35706 pkg syscall (netbsd-386-cgo), const TCP_MSS = 536
35707 pkg syscall (netbsd-386-cgo), const TCSAFLUSH = 2
35708 pkg syscall (netbsd-386-cgo), const TIOCCBRK = 536900730
35709 pkg syscall (netbsd-386-cgo), const TIOCCDTR = 536900728
35710 pkg syscall (netbsd-386-cgo), const TIOCCONS = 2147775586
35711 pkg syscall (netbsd-386-cgo), const TIOCDCDTIMESTAMP = 1074558040
35712 pkg syscall (netbsd-386-cgo), const TIOCDRAIN = 536900702
35713 pkg syscall (netbsd-386-cgo), const TIOCEXCL = 536900621
35714 pkg syscall (netbsd-386-cgo), const TIOCEXT = 2147775584
35715 pkg syscall (netbsd-386-cgo), const TIOCFLAG_CDTRCTS = 16
35716 pkg syscall (netbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
35717 pkg syscall (netbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
35718 pkg syscall (netbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
35719 pkg syscall (netbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
35720 pkg syscall (netbsd-386-cgo), const TIOCFLUSH = 2147775504
35721 pkg syscall (netbsd-386-cgo), const TIOCGETA = 1076655123
35722 pkg syscall (netbsd-386-cgo), const TIOCGETD = 1074033690
35723 pkg syscall (netbsd-386-cgo), const TIOCGFLAGS = 1074033757
35724 pkg syscall (netbsd-386-cgo), const TIOCGLINED = 1075868738
35725 pkg syscall (netbsd-386-cgo), const TIOCGPGRP = 1074033783
35726 pkg syscall (netbsd-386-cgo), const TIOCGQSIZE = 1074033793
35727 pkg syscall (netbsd-386-cgo), const TIOCGRANTPT = 536900679
35728 pkg syscall (netbsd-386-cgo), const TIOCGSID = 1074033763
35729 pkg syscall (netbsd-386-cgo), const TIOCGSIZE = 1074295912
35730 pkg syscall (netbsd-386-cgo), const TIOCGWINSZ = 1074295912
35731 pkg syscall (netbsd-386-cgo), const TIOCMBIC = 2147775595
35732 pkg syscall (netbsd-386-cgo), const TIOCMBIS = 2147775596
35733 pkg syscall (netbsd-386-cgo), const TIOCMGET = 1074033770
35734 pkg syscall (netbsd-386-cgo), const TIOCMSET = 2147775597
35735 pkg syscall (netbsd-386-cgo), const TIOCM_CAR = 64
35736 pkg syscall (netbsd-386-cgo), const TIOCM_CD = 64
35737 pkg syscall (netbsd-386-cgo), const TIOCM_CTS = 32
35738 pkg syscall (netbsd-386-cgo), const TIOCM_DSR = 256
35739 pkg syscall (netbsd-386-cgo), const TIOCM_DTR = 2
35740 pkg syscall (netbsd-386-cgo), const TIOCM_LE = 1
35741 pkg syscall (netbsd-386-cgo), const TIOCM_RI = 128
35742 pkg syscall (netbsd-386-cgo), const TIOCM_RNG = 128
35743 pkg syscall (netbsd-386-cgo), const TIOCM_RTS = 4
35744 pkg syscall (netbsd-386-cgo), const TIOCM_SR = 16
35745 pkg syscall (netbsd-386-cgo), const TIOCM_ST = 8
35746 pkg syscall (netbsd-386-cgo), const TIOCNOTTY = 536900721
35747 pkg syscall (netbsd-386-cgo), const TIOCNXCL = 536900622
35748 pkg syscall (netbsd-386-cgo), const TIOCOUTQ = 1074033779
35749 pkg syscall (netbsd-386-cgo), const TIOCPKT = 2147775600
35750 pkg syscall (netbsd-386-cgo), const TIOCPKT_DATA = 0
35751 pkg syscall (netbsd-386-cgo), const TIOCPKT_DOSTOP = 32
35752 pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
35753 pkg syscall (netbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
35754 pkg syscall (netbsd-386-cgo), const TIOCPKT_IOCTL = 64
35755 pkg syscall (netbsd-386-cgo), const TIOCPKT_NOSTOP = 16
35756 pkg syscall (netbsd-386-cgo), const TIOCPKT_START = 8
35757 pkg syscall (netbsd-386-cgo), const TIOCPKT_STOP = 4
35758 pkg syscall (netbsd-386-cgo), const TIOCPTMGET = 1076393030
35759 pkg syscall (netbsd-386-cgo), const TIOCPTSNAME = 1076393032
35760 pkg syscall (netbsd-386-cgo), const TIOCRCVFRAME = 2147775557
35761 pkg syscall (netbsd-386-cgo), const TIOCREMOTE = 2147775593
35762 pkg syscall (netbsd-386-cgo), const TIOCSBRK = 536900731
35763 pkg syscall (netbsd-386-cgo), const TIOCSCTTY = 536900705
35764 pkg syscall (netbsd-386-cgo), const TIOCSDTR = 536900729
35765 pkg syscall (netbsd-386-cgo), const TIOCSETA = 2150396948
35766 pkg syscall (netbsd-386-cgo), const TIOCSETAF = 2150396950
35767 pkg syscall (netbsd-386-cgo), const TIOCSETAW = 2150396949
35768 pkg syscall (netbsd-386-cgo), const TIOCSETD = 2147775515
35769 pkg syscall (netbsd-386-cgo), const TIOCSFLAGS = 2147775580
35770 pkg syscall (netbsd-386-cgo), const TIOCSIG = 536900703
35771 pkg syscall (netbsd-386-cgo), const TIOCSLINED = 2149610563
35772 pkg syscall (netbsd-386-cgo), const TIOCSPGRP = 2147775606
35773 pkg syscall (netbsd-386-cgo), const TIOCSQSIZE = 2147775616
35774 pkg syscall (netbsd-386-cgo), const TIOCSSIZE = 2148037735
35775 pkg syscall (netbsd-386-cgo), const TIOCSTART = 536900718
35776 pkg syscall (netbsd-386-cgo), const TIOCSTAT = 2147775589
35777 pkg syscall (netbsd-386-cgo), const TIOCSTI = 2147578994
35778 pkg syscall (netbsd-386-cgo), const TIOCSTOP = 536900719
35779 pkg syscall (netbsd-386-cgo), const TIOCSWINSZ = 2148037735
35780 pkg syscall (netbsd-386-cgo), const TIOCUCNTL = 2147775590
35781 pkg syscall (netbsd-386-cgo), const TIOCXMTFRAME = 2147775556
35782 pkg syscall (netbsd-386-cgo), const TOSTOP = 4194304
35783 pkg syscall (netbsd-386-cgo), const VDISCARD = 15
35784 pkg syscall (netbsd-386-cgo), const VDSUSP = 11
35785 pkg syscall (netbsd-386-cgo), const VEOF = 0
35786 pkg syscall (netbsd-386-cgo), const VEOL = 1
35787 pkg syscall (netbsd-386-cgo), const VEOL2 = 2
35788 pkg syscall (netbsd-386-cgo), const VERASE = 3
35789 pkg syscall (netbsd-386-cgo), const VINTR = 8
35790 pkg syscall (netbsd-386-cgo), const VKILL = 5
35791 pkg syscall (netbsd-386-cgo), const VLNEXT = 14
35792 pkg syscall (netbsd-386-cgo), const VMIN = 16
35793 pkg syscall (netbsd-386-cgo), const VQUIT = 9
35794 pkg syscall (netbsd-386-cgo), const VREPRINT = 6
35795 pkg syscall (netbsd-386-cgo), const VSTART = 12
35796 pkg syscall (netbsd-386-cgo), const VSTATUS = 18
35797 pkg syscall (netbsd-386-cgo), const VSTOP = 13
35798 pkg syscall (netbsd-386-cgo), const VSUSP = 10
35799 pkg syscall (netbsd-386-cgo), const VTIME = 17
35800 pkg syscall (netbsd-386-cgo), const VWERASE = 4
35801 pkg syscall (netbsd-386-cgo), const WALL = 8
35802 pkg syscall (netbsd-386-cgo), const WALLSIG = 8
35803 pkg syscall (netbsd-386-cgo), const WALTSIG = 4
35804 pkg syscall (netbsd-386-cgo), const WCLONE = 4
35805 pkg syscall (netbsd-386-cgo), const WCOREFLAG = 128
35806 pkg syscall (netbsd-386-cgo), const WNOHANG = 1
35807 pkg syscall (netbsd-386-cgo), const WNOWAIT = 65536
35808 pkg syscall (netbsd-386-cgo), const WNOZOMBIE = 131072
35809 pkg syscall (netbsd-386-cgo), const WOPTSCHECKED = 262144
35810 pkg syscall (netbsd-386-cgo), const WSTOPPED = 127
35811 pkg syscall (netbsd-386-cgo), const WUNTRACED = 2
35812 pkg syscall (netbsd-amd64), const AF_APPLETALK = 16
35813 pkg syscall (netbsd-amd64), const AF_ARP = 28
35814 pkg syscall (netbsd-amd64), const AF_BLUETOOTH = 31
35815 pkg syscall (netbsd-amd64), const AF_CCITT = 10
35816 pkg syscall (netbsd-amd64), const AF_CHAOS = 5
35817 pkg syscall (netbsd-amd64), const AF_CNT = 21
35818 pkg syscall (netbsd-amd64), const AF_COIP = 20
35819 pkg syscall (netbsd-amd64), const AF_DATAKIT = 9
35820 pkg syscall (netbsd-amd64), const AF_DECnet = 12
35821 pkg syscall (netbsd-amd64), const AF_DLI = 13
35822 pkg syscall (netbsd-amd64), const AF_E164 = 26
35823 pkg syscall (netbsd-amd64), const AF_ECMA = 8
35824 pkg syscall (netbsd-amd64), const AF_HYLINK = 15
35825 pkg syscall (netbsd-amd64), const AF_IEEE80211 = 32
35826 pkg syscall (netbsd-amd64), const AF_IMPLINK = 3
35827 pkg syscall (netbsd-amd64), const AF_INET6 = 24
35828 pkg syscall (netbsd-amd64), const AF_IPX = 23
35829 pkg syscall (netbsd-amd64), const AF_ISDN = 26
35830 pkg syscall (netbsd-amd64), const AF_ISO = 7
35831 pkg syscall (netbsd-amd64), const AF_LAT = 14
35832 pkg syscall (netbsd-amd64), const AF_LINK = 18
35833 pkg syscall (netbsd-amd64), const AF_LOCAL = 1
35834 pkg syscall (netbsd-amd64), const AF_MAX = 35
35835 pkg syscall (netbsd-amd64), const AF_MPLS = 33
35836 pkg syscall (netbsd-amd64), const AF_NATM = 27
35837 pkg syscall (netbsd-amd64), const AF_NS = 6
35838 pkg syscall (netbsd-amd64), const AF_OROUTE = 17
35839 pkg syscall (netbsd-amd64), const AF_OSI = 7
35840 pkg syscall (netbsd-amd64), const AF_PUP = 4
35841 pkg syscall (netbsd-amd64), const AF_ROUTE = 34
35842 pkg syscall (netbsd-amd64), const AF_SNA = 11
35843 pkg syscall (netbsd-amd64), const ARPHRD_ARCNET = 7
35844 pkg syscall (netbsd-amd64), const ARPHRD_ETHER = 1
35845 pkg syscall (netbsd-amd64), const ARPHRD_FRELAY = 15
35846 pkg syscall (netbsd-amd64), const ARPHRD_IEEE1394 = 24
35847 pkg syscall (netbsd-amd64), const ARPHRD_IEEE802 = 6
35848 pkg syscall (netbsd-amd64), const ARPHRD_STRIP = 23
35849 pkg syscall (netbsd-amd64), const B0 = 0
35850 pkg syscall (netbsd-amd64), const B110 = 110
35851 pkg syscall (netbsd-amd64), const B115200 = 115200
35852 pkg syscall (netbsd-amd64), const B1200 = 1200
35853 pkg syscall (netbsd-amd64), const B134 = 134
35854 pkg syscall (netbsd-amd64), const B14400 = 14400
35855 pkg syscall (netbsd-amd64), const B150 = 150
35856 pkg syscall (netbsd-amd64), const B1800 = 1800
35857 pkg syscall (netbsd-amd64), const B19200 = 19200
35858 pkg syscall (netbsd-amd64), const B200 = 200
35859 pkg syscall (netbsd-amd64), const B230400 = 230400
35860 pkg syscall (netbsd-amd64), const B2400 = 2400
35861 pkg syscall (netbsd-amd64), const B28800 = 28800
35862 pkg syscall (netbsd-amd64), const B300 = 300
35863 pkg syscall (netbsd-amd64), const B38400 = 38400
35864 pkg syscall (netbsd-amd64), const B460800 = 460800
35865 pkg syscall (netbsd-amd64), const B4800 = 4800
35866 pkg syscall (netbsd-amd64), const B50 = 50
35867 pkg syscall (netbsd-amd64), const B57600 = 57600
35868 pkg syscall (netbsd-amd64), const B600 = 600
35869 pkg syscall (netbsd-amd64), const B7200 = 7200
35870 pkg syscall (netbsd-amd64), const B75 = 75
35871 pkg syscall (netbsd-amd64), const B76800 = 76800
35872 pkg syscall (netbsd-amd64), const B921600 = 921600
35873 pkg syscall (netbsd-amd64), const B9600 = 9600
35874 pkg syscall (netbsd-amd64), const BIOCFEEDBACK = 2147762813
35875 pkg syscall (netbsd-amd64), const BIOCFLUSH = 536887912
35876 pkg syscall (netbsd-amd64), const BIOCGBLEN = 1074020966
35877 pkg syscall (netbsd-amd64), const BIOCGDLT = 1074020970
35878 pkg syscall (netbsd-amd64), const BIOCGDLTLIST = 3222291063
35879 pkg syscall (netbsd-amd64), const BIOCGETIF = 1083196011
35880 pkg syscall (netbsd-amd64), const BIOCGFEEDBACK = 1074020988
35881 pkg syscall (netbsd-amd64), const BIOCGHDRCMPLT = 1074020980
35882 pkg syscall (netbsd-amd64), const BIOCGRTIMEOUT = 1074807419
35883 pkg syscall (netbsd-amd64), const BIOCGSEESENT = 1074020984
35884 pkg syscall (netbsd-amd64), const BIOCGSTATS = 1082147439
35885 pkg syscall (netbsd-amd64), const BIOCGSTATSOLD = 1074283119
35886 pkg syscall (netbsd-amd64), const BIOCIMMEDIATE = 2147762800
35887 pkg syscall (netbsd-amd64), const BIOCPROMISC = 536887913
35888 pkg syscall (netbsd-amd64), const BIOCSBLEN = 3221504614
35889 pkg syscall (netbsd-amd64), const BIOCSDLT = 2147762806
35890 pkg syscall (netbsd-amd64), const BIOCSETF = 2148549223
35891 pkg syscall (netbsd-amd64), const BIOCSETIF = 2156937836
35892 pkg syscall (netbsd-amd64), const BIOCSFEEDBACK = 2147762813
35893 pkg syscall (netbsd-amd64), const BIOCSHDRCMPLT = 2147762805
35894 pkg syscall (netbsd-amd64), const BIOCSRTIMEOUT = 2148549242
35895 pkg syscall (netbsd-amd64), const BIOCSSEESENT = 2147762809
35896 pkg syscall (netbsd-amd64), const BIOCSTCPF = 2148549234
35897 pkg syscall (netbsd-amd64), const BIOCSUDPF = 2148549235
35898 pkg syscall (netbsd-amd64), const BIOCVERSION = 1074020977
35899 pkg syscall (netbsd-amd64), const BPF_A = 16
35900 pkg syscall (netbsd-amd64), const BPF_ABS = 32
35901 pkg syscall (netbsd-amd64), const BPF_ADD = 0
35902 pkg syscall (netbsd-amd64), const BPF_ALIGNMENT = 8
35903 pkg syscall (netbsd-amd64), const BPF_ALIGNMENT32 = 4
35904 pkg syscall (netbsd-amd64), const BPF_ALU = 4
35905 pkg syscall (netbsd-amd64), const BPF_AND = 80
35906 pkg syscall (netbsd-amd64), const BPF_B = 16
35907 pkg syscall (netbsd-amd64), const BPF_DFLTBUFSIZE = 1048576
35908 pkg syscall (netbsd-amd64), const BPF_DIV = 48
35909 pkg syscall (netbsd-amd64), const BPF_H = 8
35910 pkg syscall (netbsd-amd64), const BPF_IMM = 0
35911 pkg syscall (netbsd-amd64), const BPF_IND = 64
35912 pkg syscall (netbsd-amd64), const BPF_JA = 0
35913 pkg syscall (netbsd-amd64), const BPF_JEQ = 16
35914 pkg syscall (netbsd-amd64), const BPF_JGE = 48
35915 pkg syscall (netbsd-amd64), const BPF_JGT = 32
35916 pkg syscall (netbsd-amd64), const BPF_JMP = 5
35917 pkg syscall (netbsd-amd64), const BPF_JSET = 64
35918 pkg syscall (netbsd-amd64), const BPF_K = 0
35919 pkg syscall (netbsd-amd64), const BPF_LD = 0
35920 pkg syscall (netbsd-amd64), const BPF_LDX = 1
35921 pkg syscall (netbsd-amd64), const BPF_LEN = 128
35922 pkg syscall (netbsd-amd64), const BPF_LSH = 96
35923 pkg syscall (netbsd-amd64), const BPF_MAJOR_VERSION = 1
35924 pkg syscall (netbsd-amd64), const BPF_MAXBUFSIZE = 16777216
35925 pkg syscall (netbsd-amd64), const BPF_MAXINSNS = 512
35926 pkg syscall (netbsd-amd64), const BPF_MEM = 96
35927 pkg syscall (netbsd-amd64), const BPF_MEMWORDS = 16
35928 pkg syscall (netbsd-amd64), const BPF_MINBUFSIZE = 32
35929 pkg syscall (netbsd-amd64), const BPF_MINOR_VERSION = 1
35930 pkg syscall (netbsd-amd64), const BPF_MISC = 7
35931 pkg syscall (netbsd-amd64), const BPF_MSH = 160
35932 pkg syscall (netbsd-amd64), const BPF_MUL = 32
35933 pkg syscall (netbsd-amd64), const BPF_NEG = 128
35934 pkg syscall (netbsd-amd64), const BPF_OR = 64
35935 pkg syscall (netbsd-amd64), const BPF_RELEASE = 199606
35936 pkg syscall (netbsd-amd64), const BPF_RET = 6
35937 pkg syscall (netbsd-amd64), const BPF_RSH = 112
35938 pkg syscall (netbsd-amd64), const BPF_ST = 2
35939 pkg syscall (netbsd-amd64), const BPF_STX = 3
35940 pkg syscall (netbsd-amd64), const BPF_SUB = 16
35941 pkg syscall (netbsd-amd64), const BPF_TAX = 0
35942 pkg syscall (netbsd-amd64), const BPF_TXA = 128
35943 pkg syscall (netbsd-amd64), const BPF_W = 0
35944 pkg syscall (netbsd-amd64), const BPF_X = 8
35945 pkg syscall (netbsd-amd64), const BRKINT = 2
35946 pkg syscall (netbsd-amd64), const CFLUSH = 15
35947 pkg syscall (netbsd-amd64), const CLOCAL = 32768
35948 pkg syscall (netbsd-amd64), const CREAD = 2048
35949 pkg syscall (netbsd-amd64), const CS5 = 0
35950 pkg syscall (netbsd-amd64), const CS6 = 256
35951 pkg syscall (netbsd-amd64), const CS7 = 512
35952 pkg syscall (netbsd-amd64), const CS8 = 768
35953 pkg syscall (netbsd-amd64), const CSIZE = 768
35954 pkg syscall (netbsd-amd64), const CSTART = 17
35955 pkg syscall (netbsd-amd64), const CSTATUS = 20
35956 pkg syscall (netbsd-amd64), const CSTOP = 19
35957 pkg syscall (netbsd-amd64), const CSTOPB = 1024
35958 pkg syscall (netbsd-amd64), const CSUSP = 26
35959 pkg syscall (netbsd-amd64), const CTL_MAXNAME = 12
35960 pkg syscall (netbsd-amd64), const CTL_NET = 4
35961 pkg syscall (netbsd-amd64), const CTL_QUERY = -2
35962 pkg syscall (netbsd-amd64), const DIOCBSFLUSH = 536896632
35963 pkg syscall (netbsd-amd64), const DLT_A429 = 184
35964 pkg syscall (netbsd-amd64), const DLT_A653_ICM = 185
35965 pkg syscall (netbsd-amd64), const DLT_AIRONET_HEADER = 120
35966 pkg syscall (netbsd-amd64), const DLT_AOS = 222
35967 pkg syscall (netbsd-amd64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
35968 pkg syscall (netbsd-amd64), const DLT_ARCNET = 7
35969 pkg syscall (netbsd-amd64), const DLT_ARCNET_LINUX = 129
35970 pkg syscall (netbsd-amd64), const DLT_ATM_CLIP = 19
35971 pkg syscall (netbsd-amd64), const DLT_ATM_RFC1483 = 11
35972 pkg syscall (netbsd-amd64), const DLT_AURORA = 126
35973 pkg syscall (netbsd-amd64), const DLT_AX25 = 3
35974 pkg syscall (netbsd-amd64), const DLT_AX25_KISS = 202
35975 pkg syscall (netbsd-amd64), const DLT_BACNET_MS_TP = 165
35976 pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4 = 187
35977 pkg syscall (netbsd-amd64), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
35978 pkg syscall (netbsd-amd64), const DLT_CAN20B = 190
35979 pkg syscall (netbsd-amd64), const DLT_CAN_SOCKETCAN = 227
35980 pkg syscall (netbsd-amd64), const DLT_CHAOS = 5
35981 pkg syscall (netbsd-amd64), const DLT_CISCO_IOS = 118
35982 pkg syscall (netbsd-amd64), const DLT_C_HDLC = 104
35983 pkg syscall (netbsd-amd64), const DLT_C_HDLC_WITH_DIR = 205
35984 pkg syscall (netbsd-amd64), const DLT_DECT = 221
35985 pkg syscall (netbsd-amd64), const DLT_DOCSIS = 143
35986 pkg syscall (netbsd-amd64), const DLT_ECONET = 115
35987 pkg syscall (netbsd-amd64), const DLT_EN10MB = 1
35988 pkg syscall (netbsd-amd64), const DLT_EN3MB = 2
35989 pkg syscall (netbsd-amd64), const DLT_ENC = 109
35990 pkg syscall (netbsd-amd64), const DLT_ERF = 197
35991 pkg syscall (netbsd-amd64), const DLT_ERF_ETH = 175
35992 pkg syscall (netbsd-amd64), const DLT_ERF_POS = 176
35993 pkg syscall (netbsd-amd64), const DLT_FC_2 = 224
35994 pkg syscall (netbsd-amd64), const DLT_FC_2_WITH_FRAME_DELIMS = 225
35995 pkg syscall (netbsd-amd64), const DLT_FDDI = 10
35996 pkg syscall (netbsd-amd64), const DLT_FLEXRAY = 210
35997 pkg syscall (netbsd-amd64), const DLT_FRELAY = 107
35998 pkg syscall (netbsd-amd64), const DLT_FRELAY_WITH_DIR = 206
35999 pkg syscall (netbsd-amd64), const DLT_GCOM_SERIAL = 173
36000 pkg syscall (netbsd-amd64), const DLT_GCOM_T1E1 = 172
36001 pkg syscall (netbsd-amd64), const DLT_GPF_F = 171
36002 pkg syscall (netbsd-amd64), const DLT_GPF_T = 170
36003 pkg syscall (netbsd-amd64), const DLT_GPRS_LLC = 169
36004 pkg syscall (netbsd-amd64), const DLT_GSMTAP_ABIS = 218
36005 pkg syscall (netbsd-amd64), const DLT_GSMTAP_UM = 217
36006 pkg syscall (netbsd-amd64), const DLT_HDLC = 16
36007 pkg syscall (netbsd-amd64), const DLT_HHDLC = 121
36008 pkg syscall (netbsd-amd64), const DLT_HIPPI = 15
36009 pkg syscall (netbsd-amd64), const DLT_IBM_SN = 146
36010 pkg syscall (netbsd-amd64), const DLT_IBM_SP = 145
36011 pkg syscall (netbsd-amd64), const DLT_IEEE802 = 6
36012 pkg syscall (netbsd-amd64), const DLT_IEEE802_11 = 105
36013 pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO = 127
36014 pkg syscall (netbsd-amd64), const DLT_IEEE802_11_RADIO_AVS = 163
36015 pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4 = 195
36016 pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_LINUX = 191
36017 pkg syscall (netbsd-amd64), const DLT_IEEE802_15_4_NONASK_PHY = 215
36018 pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS = 188
36019 pkg syscall (netbsd-amd64), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
36020 pkg syscall (netbsd-amd64), const DLT_IPMB = 199
36021 pkg syscall (netbsd-amd64), const DLT_IPMB_LINUX = 209
36022 pkg syscall (netbsd-amd64), const DLT_IPNET = 226
36023 pkg syscall (netbsd-amd64), const DLT_IPV4 = 228
36024 pkg syscall (netbsd-amd64), const DLT_IPV6 = 229
36025 pkg syscall (netbsd-amd64), const DLT_IP_OVER_FC = 122
36026 pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM1 = 137
36027 pkg syscall (netbsd-amd64), const DLT_JUNIPER_ATM2 = 135
36028 pkg syscall (netbsd-amd64), const DLT_JUNIPER_CHDLC = 181
36029 pkg syscall (netbsd-amd64), const DLT_JUNIPER_ES = 132
36030 pkg syscall (netbsd-amd64), const DLT_JUNIPER_ETHER = 178
36031 pkg syscall (netbsd-amd64), const DLT_JUNIPER_FRELAY = 180
36032 pkg syscall (netbsd-amd64), const DLT_JUNIPER_GGSN = 133
36033 pkg syscall (netbsd-amd64), const DLT_JUNIPER_ISM = 194
36034 pkg syscall (netbsd-amd64), const DLT_JUNIPER_MFR = 134
36035 pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLFR = 131
36036 pkg syscall (netbsd-amd64), const DLT_JUNIPER_MLPPP = 130
36037 pkg syscall (netbsd-amd64), const DLT_JUNIPER_MONITOR = 164
36038 pkg syscall (netbsd-amd64), const DLT_JUNIPER_PIC_PEER = 174
36039 pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPP = 179
36040 pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE = 167
36041 pkg syscall (netbsd-amd64), const DLT_JUNIPER_PPPOE_ATM = 168
36042 pkg syscall (netbsd-amd64), const DLT_JUNIPER_SERVICES = 136
36043 pkg syscall (netbsd-amd64), const DLT_JUNIPER_ST = 200
36044 pkg syscall (netbsd-amd64), const DLT_JUNIPER_VP = 183
36045 pkg syscall (netbsd-amd64), const DLT_LAPB_WITH_DIR = 207
36046 pkg syscall (netbsd-amd64), const DLT_LAPD = 203
36047 pkg syscall (netbsd-amd64), const DLT_LIN = 212
36048 pkg syscall (netbsd-amd64), const DLT_LINUX_EVDEV = 216
36049 pkg syscall (netbsd-amd64), const DLT_LINUX_IRDA = 144
36050 pkg syscall (netbsd-amd64), const DLT_LINUX_LAPD = 177
36051 pkg syscall (netbsd-amd64), const DLT_LINUX_SLL = 113
36052 pkg syscall (netbsd-amd64), const DLT_LOOP = 108
36053 pkg syscall (netbsd-amd64), const DLT_LTALK = 114
36054 pkg syscall (netbsd-amd64), const DLT_MFR = 182
36055 pkg syscall (netbsd-amd64), const DLT_MOST = 211
36056 pkg syscall (netbsd-amd64), const DLT_MPLS = 219
36057 pkg syscall (netbsd-amd64), const DLT_MTP2 = 140
36058 pkg syscall (netbsd-amd64), const DLT_MTP2_WITH_PHDR = 139
36059 pkg syscall (netbsd-amd64), const DLT_MTP3 = 141
36060 pkg syscall (netbsd-amd64), const DLT_NULL = 0
36061 pkg syscall (netbsd-amd64), const DLT_PCI_EXP = 125
36062 pkg syscall (netbsd-amd64), const DLT_PFLOG = 117
36063 pkg syscall (netbsd-amd64), const DLT_PFSYNC = 18
36064 pkg syscall (netbsd-amd64), const DLT_PPI = 192
36065 pkg syscall (netbsd-amd64), const DLT_PPP = 9
36066 pkg syscall (netbsd-amd64), const DLT_PPP_BSDOS = 14
36067 pkg syscall (netbsd-amd64), const DLT_PPP_ETHER = 51
36068 pkg syscall (netbsd-amd64), const DLT_PPP_PPPD = 166
36069 pkg syscall (netbsd-amd64), const DLT_PPP_SERIAL = 50
36070 pkg syscall (netbsd-amd64), const DLT_PPP_WITH_DIR = 204
36071 pkg syscall (netbsd-amd64), const DLT_PRISM_HEADER = 119
36072 pkg syscall (netbsd-amd64), const DLT_PRONET = 4
36073 pkg syscall (netbsd-amd64), const DLT_RAIF1 = 198
36074 pkg syscall (netbsd-amd64), const DLT_RAW = 12
36075 pkg syscall (netbsd-amd64), const DLT_RAWAF_MASK = 35913728
36076 pkg syscall (netbsd-amd64), const DLT_RIO = 124
36077 pkg syscall (netbsd-amd64), const DLT_SCCP = 142
36078 pkg syscall (netbsd-amd64), const DLT_SITA = 196
36079 pkg syscall (netbsd-amd64), const DLT_SLIP = 8
36080 pkg syscall (netbsd-amd64), const DLT_SLIP_BSDOS = 13
36081 pkg syscall (netbsd-amd64), const DLT_SUNATM = 123
36082 pkg syscall (netbsd-amd64), const DLT_SYMANTEC_FIREWALL = 99
36083 pkg syscall (netbsd-amd64), const DLT_TZSP = 128
36084 pkg syscall (netbsd-amd64), const DLT_USB = 186
36085 pkg syscall (netbsd-amd64), const DLT_USB_LINUX = 189
36086 pkg syscall (netbsd-amd64), const DLT_USB_LINUX_MMAPPED = 220
36087 pkg syscall (netbsd-amd64), const DLT_WIHART = 223
36088 pkg syscall (netbsd-amd64), const DLT_X2E_SERIAL = 213
36089 pkg syscall (netbsd-amd64), const DLT_X2E_XORAYA = 214
36090 pkg syscall (netbsd-amd64), const DT_BLK = 6
36091 pkg syscall (netbsd-amd64), const DT_CHR = 2
36092 pkg syscall (netbsd-amd64), const DT_DIR = 4
36093 pkg syscall (netbsd-amd64), const DT_FIFO = 1
36094 pkg syscall (netbsd-amd64), const DT_LNK = 10
36095 pkg syscall (netbsd-amd64), const DT_REG = 8
36096 pkg syscall (netbsd-amd64), const DT_SOCK = 12
36097 pkg syscall (netbsd-amd64), const DT_UNKNOWN = 0
36098 pkg syscall (netbsd-amd64), const DT_WHT = 14
36099 pkg syscall (netbsd-amd64), const E2BIG = 7
36100 pkg syscall (netbsd-amd64), const EACCES = 13
36101 pkg syscall (netbsd-amd64), const EADDRINUSE = 48
36102 pkg syscall (netbsd-amd64), const EADDRNOTAVAIL = 49
36103 pkg syscall (netbsd-amd64), const EAFNOSUPPORT = 47
36104 pkg syscall (netbsd-amd64), const EAGAIN = 35
36105 pkg syscall (netbsd-amd64), const EALREADY = 37
36106 pkg syscall (netbsd-amd64), const EAUTH = 80
36107 pkg syscall (netbsd-amd64), const EBADF = 9
36108 pkg syscall (netbsd-amd64), const EBADMSG = 88
36109 pkg syscall (netbsd-amd64), const EBADRPC = 72
36110 pkg syscall (netbsd-amd64), const EBUSY = 16
36111 pkg syscall (netbsd-amd64), const ECANCELED = 87
36112 pkg syscall (netbsd-amd64), const ECHILD = 10
36113 pkg syscall (netbsd-amd64), const ECHO = 8
36114 pkg syscall (netbsd-amd64), const ECHOCTL = 64
36115 pkg syscall (netbsd-amd64), const ECHOE = 2
36116 pkg syscall (netbsd-amd64), const ECHOK = 4
36117 pkg syscall (netbsd-amd64), const ECHOKE = 1
36118 pkg syscall (netbsd-amd64), const ECHONL = 16
36119 pkg syscall (netbsd-amd64), const ECHOPRT = 32
36120 pkg syscall (netbsd-amd64), const ECONNABORTED = 53
36121 pkg syscall (netbsd-amd64), const ECONNREFUSED = 61
36122 pkg syscall (netbsd-amd64), const ECONNRESET = 54
36123 pkg syscall (netbsd-amd64), const EDEADLK = 11
36124 pkg syscall (netbsd-amd64), const EDESTADDRREQ = 39
36125 pkg syscall (netbsd-amd64), const EDOM = 33
36126 pkg syscall (netbsd-amd64), const EDQUOT = 69
36127 pkg syscall (netbsd-amd64), const EEXIST = 17
36128 pkg syscall (netbsd-amd64), const EFAULT = 14
36129 pkg syscall (netbsd-amd64), const EFBIG = 27
36130 pkg syscall (netbsd-amd64), const EFTYPE = 79
36131 pkg syscall (netbsd-amd64), const EHOSTDOWN = 64
36132 pkg syscall (netbsd-amd64), const EHOSTUNREACH = 65
36133 pkg syscall (netbsd-amd64), const EIDRM = 82
36134 pkg syscall (netbsd-amd64), const EILSEQ = 85
36135 pkg syscall (netbsd-amd64), const EINPROGRESS = 36
36136 pkg syscall (netbsd-amd64), const EINTR = 4
36137 pkg syscall (netbsd-amd64), const EINVAL = 22
36138 pkg syscall (netbsd-amd64), const EIO = 5
36139 pkg syscall (netbsd-amd64), const EISCONN = 56
36140 pkg syscall (netbsd-amd64), const EISDIR = 21
36141 pkg syscall (netbsd-amd64), const ELAST = 96
36142 pkg syscall (netbsd-amd64), const ELOOP = 62
36143 pkg syscall (netbsd-amd64), const EMFILE = 24
36144 pkg syscall (netbsd-amd64), const EMLINK = 31
36145 pkg syscall (netbsd-amd64), const EMSGSIZE = 40
36146 pkg syscall (netbsd-amd64), const EMULTIHOP = 94
36147 pkg syscall (netbsd-amd64), const EMUL_LINUX = 1
36148 pkg syscall (netbsd-amd64), const EMUL_LINUX32 = 5
36149 pkg syscall (netbsd-amd64), const EMUL_MAXID = 6
36150 pkg syscall (netbsd-amd64), const ENAMETOOLONG = 63
36151 pkg syscall (netbsd-amd64), const ENEEDAUTH = 81
36152 pkg syscall (netbsd-amd64), const ENETDOWN = 50
36153 pkg syscall (netbsd-amd64), const ENETRESET = 52
36154 pkg syscall (netbsd-amd64), const ENETUNREACH = 51
36155 pkg syscall (netbsd-amd64), const ENFILE = 23
36156 pkg syscall (netbsd-amd64), const ENOATTR = 93
36157 pkg syscall (netbsd-amd64), const ENOBUFS = 55
36158 pkg syscall (netbsd-amd64), const ENODATA = 89
36159 pkg syscall (netbsd-amd64), const ENODEV = 19
36160 pkg syscall (netbsd-amd64), const ENOEXEC = 8
36161 pkg syscall (netbsd-amd64), const ENOLCK = 77
36162 pkg syscall (netbsd-amd64), const ENOLINK = 95
36163 pkg syscall (netbsd-amd64), const ENOMEM = 12
36164 pkg syscall (netbsd-amd64), const ENOMSG = 83
36165 pkg syscall (netbsd-amd64), const ENOPROTOOPT = 42
36166 pkg syscall (netbsd-amd64), const ENOSPC = 28
36167 pkg syscall (netbsd-amd64), const ENOSR = 90
36168 pkg syscall (netbsd-amd64), const ENOSTR = 91
36169 pkg syscall (netbsd-amd64), const ENOSYS = 78
36170 pkg syscall (netbsd-amd64), const ENOTBLK = 15
36171 pkg syscall (netbsd-amd64), const ENOTCONN = 57
36172 pkg syscall (netbsd-amd64), const ENOTDIR = 20
36173 pkg syscall (netbsd-amd64), const ENOTEMPTY = 66
36174 pkg syscall (netbsd-amd64), const ENOTSOCK = 38
36175 pkg syscall (netbsd-amd64), const ENOTSUP = 86
36176 pkg syscall (netbsd-amd64), const ENOTTY = 25
36177 pkg syscall (netbsd-amd64), const ENXIO = 6
36178 pkg syscall (netbsd-amd64), const EOPNOTSUPP = 45
36179 pkg syscall (netbsd-amd64), const EOVERFLOW = 84
36180 pkg syscall (netbsd-amd64), const EPERM = 1
36181 pkg syscall (netbsd-amd64), const EPFNOSUPPORT = 46
36182 pkg syscall (netbsd-amd64), const EPIPE = 32
36183 pkg syscall (netbsd-amd64), const EPROCLIM = 67
36184 pkg syscall (netbsd-amd64), const EPROCUNAVAIL = 76
36185 pkg syscall (netbsd-amd64), const EPROGMISMATCH = 75
36186 pkg syscall (netbsd-amd64), const EPROGUNAVAIL = 74
36187 pkg syscall (netbsd-amd64), const EPROTO = 96
36188 pkg syscall (netbsd-amd64), const EPROTONOSUPPORT = 43
36189 pkg syscall (netbsd-amd64), const EPROTOTYPE = 41
36190 pkg syscall (netbsd-amd64), const ERANGE = 34
36191 pkg syscall (netbsd-amd64), const EREMOTE = 71
36192 pkg syscall (netbsd-amd64), const EROFS = 30
36193 pkg syscall (netbsd-amd64), const ERPCMISMATCH = 73
36194 pkg syscall (netbsd-amd64), const ESHUTDOWN = 58
36195 pkg syscall (netbsd-amd64), const ESOCKTNOSUPPORT = 44
36196 pkg syscall (netbsd-amd64), const ESPIPE = 29
36197 pkg syscall (netbsd-amd64), const ESRCH = 3
36198 pkg syscall (netbsd-amd64), const ESTALE = 70
36199 pkg syscall (netbsd-amd64), const ETHERCAP_JUMBO_MTU = 4
36200 pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_HWTAGGING = 2
36201 pkg syscall (netbsd-amd64), const ETHERCAP_VLAN_MTU = 1
36202 pkg syscall (netbsd-amd64), const ETHERMIN = 46
36203 pkg syscall (netbsd-amd64), const ETHERMTU = 1500
36204 pkg syscall (netbsd-amd64), const ETHERMTU_JUMBO = 9000
36205 pkg syscall (netbsd-amd64), const ETHERTYPE_8023 = 4
36206 pkg syscall (netbsd-amd64), const ETHERTYPE_AARP = 33011
36207 pkg syscall (netbsd-amd64), const ETHERTYPE_ACCTON = 33680
36208 pkg syscall (netbsd-amd64), const ETHERTYPE_AEONIC = 32822
36209 pkg syscall (netbsd-amd64), const ETHERTYPE_ALPHA = 33098
36210 pkg syscall (netbsd-amd64), const ETHERTYPE_AMBER = 24584
36211 pkg syscall (netbsd-amd64), const ETHERTYPE_AMOEBA = 33093
36212 pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLO = 33015
36213 pkg syscall (netbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
36214 pkg syscall (netbsd-amd64), const ETHERTYPE_APPLETALK = 32923
36215 pkg syscall (netbsd-amd64), const ETHERTYPE_APPLITEK = 32967
36216 pkg syscall (netbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
36217 pkg syscall (netbsd-amd64), const ETHERTYPE_ARP = 2054
36218 pkg syscall (netbsd-amd64), const ETHERTYPE_AT = 32923
36219 pkg syscall (netbsd-amd64), const ETHERTYPE_ATALK = 32923
36220 pkg syscall (netbsd-amd64), const ETHERTYPE_ATOMIC = 34527
36221 pkg syscall (netbsd-amd64), const ETHERTYPE_ATT = 32873
36222 pkg syscall (netbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
36223 pkg syscall (netbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
36224 pkg syscall (netbsd-amd64), const ETHERTYPE_AXIS = 34902
36225 pkg syscall (netbsd-amd64), const ETHERTYPE_BCLOOP = 36867
36226 pkg syscall (netbsd-amd64), const ETHERTYPE_BOFL = 33026
36227 pkg syscall (netbsd-amd64), const ETHERTYPE_CABLETRON = 28724
36228 pkg syscall (netbsd-amd64), const ETHERTYPE_CHAOS = 2052
36229 pkg syscall (netbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
36230 pkg syscall (netbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
36231 pkg syscall (netbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
36232 pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUS = 32772
36233 pkg syscall (netbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
36234 pkg syscall (netbsd-amd64), const ETHERTYPE_DCA = 4660
36235 pkg syscall (netbsd-amd64), const ETHERTYPE_DDE = 32891
36236 pkg syscall (netbsd-amd64), const ETHERTYPE_DEBNI = 43690
36237 pkg syscall (netbsd-amd64), const ETHERTYPE_DECAM = 32840
36238 pkg syscall (netbsd-amd64), const ETHERTYPE_DECCUST = 24582
36239 pkg syscall (netbsd-amd64), const ETHERTYPE_DECDIAG = 24581
36240 pkg syscall (netbsd-amd64), const ETHERTYPE_DECDNS = 32828
36241 pkg syscall (netbsd-amd64), const ETHERTYPE_DECDTS = 32830
36242 pkg syscall (netbsd-amd64), const ETHERTYPE_DECEXPER = 24576
36243 pkg syscall (netbsd-amd64), const ETHERTYPE_DECLAST = 32833
36244 pkg syscall (netbsd-amd64), const ETHERTYPE_DECLTM = 32831
36245 pkg syscall (netbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
36246 pkg syscall (netbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
36247 pkg syscall (netbsd-amd64), const ETHERTYPE_DELTACON = 34526
36248 pkg syscall (netbsd-amd64), const ETHERTYPE_DIDDLE = 17185
36249 pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG1 = 1632
36250 pkg syscall (netbsd-amd64), const ETHERTYPE_DLOG2 = 1633
36251 pkg syscall (netbsd-amd64), const ETHERTYPE_DN = 24579
36252 pkg syscall (netbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
36253 pkg syscall (netbsd-amd64), const ETHERTYPE_DSMD = 32825
36254 pkg syscall (netbsd-amd64), const ETHERTYPE_ECMA = 2051
36255 pkg syscall (netbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
36256 pkg syscall (netbsd-amd64), const ETHERTYPE_ES = 32861
36257 pkg syscall (netbsd-amd64), const ETHERTYPE_EXCELAN = 32784
36258 pkg syscall (netbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
36259 pkg syscall (netbsd-amd64), const ETHERTYPE_FLIP = 33094
36260 pkg syscall (netbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
36261 pkg syscall (netbsd-amd64), const ETHERTYPE_FRARP = 2056
36262 pkg syscall (netbsd-amd64), const ETHERTYPE_GENDYN = 32872
36263 pkg syscall (netbsd-amd64), const ETHERTYPE_HAYES = 33072
36264 pkg syscall (netbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
36265 pkg syscall (netbsd-amd64), const ETHERTYPE_HITACHI = 34848
36266 pkg syscall (netbsd-amd64), const ETHERTYPE_HP = 32773
36267 pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
36268 pkg syscall (netbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
36269 pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBL = 19522
36270 pkg syscall (netbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
36271 pkg syscall (netbsd-amd64), const ETHERTYPE_IP = 2048
36272 pkg syscall (netbsd-amd64), const ETHERTYPE_IPAS = 34668
36273 pkg syscall (netbsd-amd64), const ETHERTYPE_IPV6 = 34525
36274 pkg syscall (netbsd-amd64), const ETHERTYPE_IPX = 33079
36275 pkg syscall (netbsd-amd64), const ETHERTYPE_IPXNEW = 32823
36276 pkg syscall (netbsd-amd64), const ETHERTYPE_KALPANA = 34178
36277 pkg syscall (netbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
36278 pkg syscall (netbsd-amd64), const ETHERTYPE_LANPROBE = 34952
36279 pkg syscall (netbsd-amd64), const ETHERTYPE_LAT = 24580
36280 pkg syscall (netbsd-amd64), const ETHERTYPE_LBACK = 36864
36281 pkg syscall (netbsd-amd64), const ETHERTYPE_LITTLE = 32864
36282 pkg syscall (netbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
36283 pkg syscall (netbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
36284 pkg syscall (netbsd-amd64), const ETHERTYPE_MATRA = 32890
36285 pkg syscall (netbsd-amd64), const ETHERTYPE_MAX = 65535
36286 pkg syscall (netbsd-amd64), const ETHERTYPE_MERIT = 32892
36287 pkg syscall (netbsd-amd64), const ETHERTYPE_MICP = 34618
36288 pkg syscall (netbsd-amd64), const ETHERTYPE_MOPDL = 24577
36289 pkg syscall (netbsd-amd64), const ETHERTYPE_MOPRC = 24578
36290 pkg syscall (netbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
36291 pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS = 34887
36292 pkg syscall (netbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
36293 pkg syscall (netbsd-amd64), const ETHERTYPE_MUMPS = 33087
36294 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCC = 15364
36295 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
36296 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
36297 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
36298 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
36299 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
36300 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDG = 15367
36301 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDGB = 15368
36302 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
36303 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAR = 15372
36304 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRAS = 15371
36305 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPRST = 15373
36306 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPSCD = 15361
36307 pkg syscall (netbsd-amd64), const ETHERTYPE_NBPVCD = 15360
36308 pkg syscall (netbsd-amd64), const ETHERTYPE_NBS = 2050
36309 pkg syscall (netbsd-amd64), const ETHERTYPE_NCD = 33097
36310 pkg syscall (netbsd-amd64), const ETHERTYPE_NESTAR = 32774
36311 pkg syscall (netbsd-amd64), const ETHERTYPE_NETBEUI = 33169
36312 pkg syscall (netbsd-amd64), const ETHERTYPE_NOVELL = 33080
36313 pkg syscall (netbsd-amd64), const ETHERTYPE_NS = 1536
36314 pkg syscall (netbsd-amd64), const ETHERTYPE_NSAT = 1537
36315 pkg syscall (netbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
36316 pkg syscall (netbsd-amd64), const ETHERTYPE_NTRAILER = 16
36317 pkg syscall (netbsd-amd64), const ETHERTYPE_OS9 = 28679
36318 pkg syscall (netbsd-amd64), const ETHERTYPE_OS9NET = 28681
36319 pkg syscall (netbsd-amd64), const ETHERTYPE_PACER = 32966
36320 pkg syscall (netbsd-amd64), const ETHERTYPE_PAE = 34958
36321 pkg syscall (netbsd-amd64), const ETHERTYPE_PCS = 16962
36322 pkg syscall (netbsd-amd64), const ETHERTYPE_PLANNING = 32836
36323 pkg syscall (netbsd-amd64), const ETHERTYPE_PPP = 34827
36324 pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOE = 34916
36325 pkg syscall (netbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
36326 pkg syscall (netbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
36327 pkg syscall (netbsd-amd64), const ETHERTYPE_PUP = 512
36328 pkg syscall (netbsd-amd64), const ETHERTYPE_PUPAT = 512
36329 pkg syscall (netbsd-amd64), const ETHERTYPE_RACAL = 28720
36330 pkg syscall (netbsd-amd64), const ETHERTYPE_RATIONAL = 33104
36331 pkg syscall (netbsd-amd64), const ETHERTYPE_RAWFR = 25945
36332 pkg syscall (netbsd-amd64), const ETHERTYPE_RCL = 6549
36333 pkg syscall (netbsd-amd64), const ETHERTYPE_RDP = 34617
36334 pkg syscall (netbsd-amd64), const ETHERTYPE_RETIX = 33010
36335 pkg syscall (netbsd-amd64), const ETHERTYPE_REVARP = 32821
36336 pkg syscall (netbsd-amd64), const ETHERTYPE_SCA = 24583
36337 pkg syscall (netbsd-amd64), const ETHERTYPE_SECTRA = 34523
36338 pkg syscall (netbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
36339 pkg syscall (netbsd-amd64), const ETHERTYPE_SGITW = 33150
36340 pkg syscall (netbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
36341 pkg syscall (netbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
36342 pkg syscall (netbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
36343 pkg syscall (netbsd-amd64), const ETHERTYPE_SG_RESV = 32789
36344 pkg syscall (netbsd-amd64), const ETHERTYPE_SIMNET = 21000
36345 pkg syscall (netbsd-amd64), const ETHERTYPE_SLOWPROTOCOLS = 34825
36346 pkg syscall (netbsd-amd64), const ETHERTYPE_SNA = 32981
36347 pkg syscall (netbsd-amd64), const ETHERTYPE_SNMP = 33100
36348 pkg syscall (netbsd-amd64), const ETHERTYPE_SONIX = 64245
36349 pkg syscall (netbsd-amd64), const ETHERTYPE_SPIDER = 32927
36350 pkg syscall (netbsd-amd64), const ETHERTYPE_SPRITE = 1280
36351 pkg syscall (netbsd-amd64), const ETHERTYPE_STP = 33153
36352 pkg syscall (netbsd-amd64), const ETHERTYPE_TALARIS = 33067
36353 pkg syscall (netbsd-amd64), const ETHERTYPE_TALARISMC = 34091
36354 pkg syscall (netbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
36355 pkg syscall (netbsd-amd64), const ETHERTYPE_TCPSM = 36866
36356 pkg syscall (netbsd-amd64), const ETHERTYPE_TEC = 33103
36357 pkg syscall (netbsd-amd64), const ETHERTYPE_TIGAN = 32815
36358 pkg syscall (netbsd-amd64), const ETHERTYPE_TRAIL = 4096
36359 pkg syscall (netbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
36360 pkg syscall (netbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
36361 pkg syscall (netbsd-amd64), const ETHERTYPE_UBBST = 28677
36362 pkg syscall (netbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
36363 pkg syscall (netbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
36364 pkg syscall (netbsd-amd64), const ETHERTYPE_UBDL = 28672
36365 pkg syscall (netbsd-amd64), const ETHERTYPE_UBNIU = 28673
36366 pkg syscall (netbsd-amd64), const ETHERTYPE_UBNMC = 28675
36367 pkg syscall (netbsd-amd64), const ETHERTYPE_VALID = 5632
36368 pkg syscall (netbsd-amd64), const ETHERTYPE_VARIAN = 32989
36369 pkg syscall (netbsd-amd64), const ETHERTYPE_VAXELN = 32827
36370 pkg syscall (netbsd-amd64), const ETHERTYPE_VEECO = 32871
36371 pkg syscall (netbsd-amd64), const ETHERTYPE_VEXP = 32859
36372 pkg syscall (netbsd-amd64), const ETHERTYPE_VGLAB = 33073
36373 pkg syscall (netbsd-amd64), const ETHERTYPE_VINES = 2989
36374 pkg syscall (netbsd-amd64), const ETHERTYPE_VINESECHO = 2991
36375 pkg syscall (netbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
36376 pkg syscall (netbsd-amd64), const ETHERTYPE_VITAL = 65280
36377 pkg syscall (netbsd-amd64), const ETHERTYPE_VLAN = 33024
36378 pkg syscall (netbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
36379 pkg syscall (netbsd-amd64), const ETHERTYPE_VPROD = 32860
36380 pkg syscall (netbsd-amd64), const ETHERTYPE_VURESERVED = 33095
36381 pkg syscall (netbsd-amd64), const ETHERTYPE_WATERLOO = 33072
36382 pkg syscall (netbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
36383 pkg syscall (netbsd-amd64), const ETHERTYPE_X25 = 2053
36384 pkg syscall (netbsd-amd64), const ETHERTYPE_X75 = 2049
36385 pkg syscall (netbsd-amd64), const ETHERTYPE_XNSSM = 36865
36386 pkg syscall (netbsd-amd64), const ETHERTYPE_XTP = 33149
36387 pkg syscall (netbsd-amd64), const ETHER_ADDR_LEN = 6
36388 pkg syscall (netbsd-amd64), const ETHER_CRC_LEN = 4
36389 pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
36390 pkg syscall (netbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
36391 pkg syscall (netbsd-amd64), const ETHER_HDR_LEN = 14
36392 pkg syscall (netbsd-amd64), const ETHER_MAX_LEN = 1518
36393 pkg syscall (netbsd-amd64), const ETHER_MAX_LEN_JUMBO = 9018
36394 pkg syscall (netbsd-amd64), const ETHER_MIN_LEN = 64
36395 pkg syscall (netbsd-amd64), const ETHER_PPPOE_ENCAP_LEN = 8
36396 pkg syscall (netbsd-amd64), const ETHER_TYPE_LEN = 2
36397 pkg syscall (netbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
36398 pkg syscall (netbsd-amd64), const ETIME = 92
36399 pkg syscall (netbsd-amd64), const ETIMEDOUT = 60
36400 pkg syscall (netbsd-amd64), const ETOOMANYREFS = 59
36401 pkg syscall (netbsd-amd64), const ETXTBSY = 26
36402 pkg syscall (netbsd-amd64), const EUSERS = 68
36403 pkg syscall (netbsd-amd64), const EVFILT_AIO = 2
36404 pkg syscall (netbsd-amd64), const EVFILT_PROC = 4
36405 pkg syscall (netbsd-amd64), const EVFILT_READ = 0
36406 pkg syscall (netbsd-amd64), const EVFILT_SIGNAL = 5
36407 pkg syscall (netbsd-amd64), const EVFILT_SYSCOUNT = 7
36408 pkg syscall (netbsd-amd64), const EVFILT_TIMER = 6
36409 pkg syscall (netbsd-amd64), const EVFILT_VNODE = 3
36410 pkg syscall (netbsd-amd64), const EVFILT_WRITE = 1
36411 pkg syscall (netbsd-amd64), const EV_ADD = 1
36412 pkg syscall (netbsd-amd64), const EV_CLEAR = 32
36413 pkg syscall (netbsd-amd64), const EV_DELETE = 2
36414 pkg syscall (netbsd-amd64), const EV_DISABLE = 8
36415 pkg syscall (netbsd-amd64), const EV_ENABLE = 4
36416 pkg syscall (netbsd-amd64), const EV_EOF = 32768
36417 pkg syscall (netbsd-amd64), const EV_ERROR = 16384
36418 pkg syscall (netbsd-amd64), const EV_FLAG1 = 8192
36419 pkg syscall (netbsd-amd64), const EV_ONESHOT = 16
36420 pkg syscall (netbsd-amd64), const EV_SYSFLAGS = 61440
36421 pkg syscall (netbsd-amd64), const EWOULDBLOCK = 35
36422 pkg syscall (netbsd-amd64), const EXDEV = 18
36423 pkg syscall (netbsd-amd64), const EXTA = 19200
36424 pkg syscall (netbsd-amd64), const EXTB = 38400
36425 pkg syscall (netbsd-amd64), const EXTPROC = 2048
36426 pkg syscall (netbsd-amd64), const FD_CLOEXEC = 1
36427 pkg syscall (netbsd-amd64), const FD_SETSIZE = 256
36428 pkg syscall (netbsd-amd64), const FLUSHO = 8388608
36429 pkg syscall (netbsd-amd64), const F_CLOSEM = 10
36430 pkg syscall (netbsd-amd64), const F_DUPFD = 0
36431 pkg syscall (netbsd-amd64), const F_DUPFD_CLOEXEC = 12
36432 pkg syscall (netbsd-amd64), const F_FSCTL = -2147483648
36433 pkg syscall (netbsd-amd64), const F_FSDIRMASK = 1879048192
36434 pkg syscall (netbsd-amd64), const F_FSIN = 268435456
36435 pkg syscall (netbsd-amd64), const F_FSINOUT = 805306368
36436 pkg syscall (netbsd-amd64), const F_FSOUT = 536870912
36437 pkg syscall (netbsd-amd64), const F_FSPRIV = 32768
36438 pkg syscall (netbsd-amd64), const F_FSVOID = 1073741824
36439 pkg syscall (netbsd-amd64), const F_GETFD = 1
36440 pkg syscall (netbsd-amd64), const F_GETFL = 3
36441 pkg syscall (netbsd-amd64), const F_GETLK = 7
36442 pkg syscall (netbsd-amd64), const F_GETNOSIGPIPE = 13
36443 pkg syscall (netbsd-amd64), const F_GETOWN = 5
36444 pkg syscall (netbsd-amd64), const F_MAXFD = 11
36445 pkg syscall (netbsd-amd64), const F_OK = 0
36446 pkg syscall (netbsd-amd64), const F_PARAM_MASK = 4095
36447 pkg syscall (netbsd-amd64), const F_PARAM_MAX = 4095
36448 pkg syscall (netbsd-amd64), const F_RDLCK = 1
36449 pkg syscall (netbsd-amd64), const F_SETFD = 2
36450 pkg syscall (netbsd-amd64), const F_SETFL = 4
36451 pkg syscall (netbsd-amd64), const F_SETLK = 8
36452 pkg syscall (netbsd-amd64), const F_SETLKW = 9
36453 pkg syscall (netbsd-amd64), const F_SETNOSIGPIPE = 14
36454 pkg syscall (netbsd-amd64), const F_SETOWN = 6
36455 pkg syscall (netbsd-amd64), const F_UNLCK = 2
36456 pkg syscall (netbsd-amd64), const F_WRLCK = 3
36457 pkg syscall (netbsd-amd64), const HUPCL = 16384
36458 pkg syscall (netbsd-amd64), const ICANON = 256
36459 pkg syscall (netbsd-amd64), const ICRNL = 256
36460 pkg syscall (netbsd-amd64), const IEXTEN = 1024
36461 pkg syscall (netbsd-amd64), const IFAN_ARRIVAL = 0
36462 pkg syscall (netbsd-amd64), const IFAN_DEPARTURE = 1
36463 pkg syscall (netbsd-amd64), const IFA_ROUTE = 1
36464 pkg syscall (netbsd-amd64), const IFF_ALLMULTI = 512
36465 pkg syscall (netbsd-amd64), const IFF_CANTCHANGE = 36690
36466 pkg syscall (netbsd-amd64), const IFF_DEBUG = 4
36467 pkg syscall (netbsd-amd64), const IFF_LINK0 = 4096
36468 pkg syscall (netbsd-amd64), const IFF_LINK1 = 8192
36469 pkg syscall (netbsd-amd64), const IFF_LINK2 = 16384
36470 pkg syscall (netbsd-amd64), const IFF_LOOPBACK = 8
36471 pkg syscall (netbsd-amd64), const IFF_MULTICAST = 32768
36472 pkg syscall (netbsd-amd64), const IFF_NOARP = 128
36473 pkg syscall (netbsd-amd64), const IFF_NOTRAILERS = 32
36474 pkg syscall (netbsd-amd64), const IFF_OACTIVE = 1024
36475 pkg syscall (netbsd-amd64), const IFF_POINTOPOINT = 16
36476 pkg syscall (netbsd-amd64), const IFF_PROMISC = 256
36477 pkg syscall (netbsd-amd64), const IFF_RUNNING = 64
36478 pkg syscall (netbsd-amd64), const IFF_SIMPLEX = 2048
36479 pkg syscall (netbsd-amd64), const IFNAMSIZ = 16
36480 pkg syscall (netbsd-amd64), const IFT_1822 = 2
36481 pkg syscall (netbsd-amd64), const IFT_A12MPPSWITCH = 130
36482 pkg syscall (netbsd-amd64), const IFT_AAL2 = 187
36483 pkg syscall (netbsd-amd64), const IFT_AAL5 = 49
36484 pkg syscall (netbsd-amd64), const IFT_ADSL = 94
36485 pkg syscall (netbsd-amd64), const IFT_AFLANE8023 = 59
36486 pkg syscall (netbsd-amd64), const IFT_AFLANE8025 = 60
36487 pkg syscall (netbsd-amd64), const IFT_ARAP = 88
36488 pkg syscall (netbsd-amd64), const IFT_ARCNET = 35
36489 pkg syscall (netbsd-amd64), const IFT_ARCNETPLUS = 36
36490 pkg syscall (netbsd-amd64), const IFT_ASYNC = 84
36491 pkg syscall (netbsd-amd64), const IFT_ATM = 37
36492 pkg syscall (netbsd-amd64), const IFT_ATMDXI = 105
36493 pkg syscall (netbsd-amd64), const IFT_ATMFUNI = 106
36494 pkg syscall (netbsd-amd64), const IFT_ATMIMA = 107
36495 pkg syscall (netbsd-amd64), const IFT_ATMLOGICAL = 80
36496 pkg syscall (netbsd-amd64), const IFT_ATMRADIO = 189
36497 pkg syscall (netbsd-amd64), const IFT_ATMSUBINTERFACE = 134
36498 pkg syscall (netbsd-amd64), const IFT_ATMVCIENDPT = 194
36499 pkg syscall (netbsd-amd64), const IFT_ATMVIRTUAL = 149
36500 pkg syscall (netbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
36501 pkg syscall (netbsd-amd64), const IFT_BRIDGE = 209
36502 pkg syscall (netbsd-amd64), const IFT_BSC = 83
36503 pkg syscall (netbsd-amd64), const IFT_CARP = 248
36504 pkg syscall (netbsd-amd64), const IFT_CCTEMUL = 61
36505 pkg syscall (netbsd-amd64), const IFT_CEPT = 19
36506 pkg syscall (netbsd-amd64), const IFT_CES = 133
36507 pkg syscall (netbsd-amd64), const IFT_CHANNEL = 70
36508 pkg syscall (netbsd-amd64), const IFT_CNR = 85
36509 pkg syscall (netbsd-amd64), const IFT_COFFEE = 132
36510 pkg syscall (netbsd-amd64), const IFT_COMPOSITELINK = 155
36511 pkg syscall (netbsd-amd64), const IFT_DCN = 141
36512 pkg syscall (netbsd-amd64), const IFT_DIGITALPOWERLINE = 138
36513 pkg syscall (netbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
36514 pkg syscall (netbsd-amd64), const IFT_DLSW = 74
36515 pkg syscall (netbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
36516 pkg syscall (netbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
36517 pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
36518 pkg syscall (netbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
36519 pkg syscall (netbsd-amd64), const IFT_DS0 = 81
36520 pkg syscall (netbsd-amd64), const IFT_DS0BUNDLE = 82
36521 pkg syscall (netbsd-amd64), const IFT_DS1FDL = 170
36522 pkg syscall (netbsd-amd64), const IFT_DS3 = 30
36523 pkg syscall (netbsd-amd64), const IFT_DTM = 140
36524 pkg syscall (netbsd-amd64), const IFT_DVBASILN = 172
36525 pkg syscall (netbsd-amd64), const IFT_DVBASIOUT = 173
36526 pkg syscall (netbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
36527 pkg syscall (netbsd-amd64), const IFT_DVBRCCMACLAYER = 146
36528 pkg syscall (netbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
36529 pkg syscall (netbsd-amd64), const IFT_ECONET = 206
36530 pkg syscall (netbsd-amd64), const IFT_EON = 25
36531 pkg syscall (netbsd-amd64), const IFT_EPLRS = 87
36532 pkg syscall (netbsd-amd64), const IFT_ESCON = 73
36533 pkg syscall (netbsd-amd64), const IFT_ETHER = 6
36534 pkg syscall (netbsd-amd64), const IFT_FAITH = 242
36535 pkg syscall (netbsd-amd64), const IFT_FAST = 125
36536 pkg syscall (netbsd-amd64), const IFT_FASTETHER = 62
36537 pkg syscall (netbsd-amd64), const IFT_FASTETHERFX = 69
36538 pkg syscall (netbsd-amd64), const IFT_FDDI = 15
36539 pkg syscall (netbsd-amd64), const IFT_FIBRECHANNEL = 56
36540 pkg syscall (netbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
36541 pkg syscall (netbsd-amd64), const IFT_FRAMERELAYMPI = 92
36542 pkg syscall (netbsd-amd64), const IFT_FRDLCIENDPT = 193
36543 pkg syscall (netbsd-amd64), const IFT_FRELAY = 32
36544 pkg syscall (netbsd-amd64), const IFT_FRELAYDCE = 44
36545 pkg syscall (netbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
36546 pkg syscall (netbsd-amd64), const IFT_FRFORWARD = 158
36547 pkg syscall (netbsd-amd64), const IFT_G703AT2MB = 67
36548 pkg syscall (netbsd-amd64), const IFT_G703AT64K = 66
36549 pkg syscall (netbsd-amd64), const IFT_GIF = 240
36550 pkg syscall (netbsd-amd64), const IFT_GIGABITETHERNET = 117
36551 pkg syscall (netbsd-amd64), const IFT_GR303IDT = 178
36552 pkg syscall (netbsd-amd64), const IFT_GR303RDT = 177
36553 pkg syscall (netbsd-amd64), const IFT_H323GATEKEEPER = 164
36554 pkg syscall (netbsd-amd64), const IFT_H323PROXY = 165
36555 pkg syscall (netbsd-amd64), const IFT_HDH1822 = 3
36556 pkg syscall (netbsd-amd64), const IFT_HDLC = 118
36557 pkg syscall (netbsd-amd64), const IFT_HDSL2 = 168
36558 pkg syscall (netbsd-amd64), const IFT_HIPERLAN2 = 183
36559 pkg syscall (netbsd-amd64), const IFT_HIPPI = 47
36560 pkg syscall (netbsd-amd64), const IFT_HIPPIINTERFACE = 57
36561 pkg syscall (netbsd-amd64), const IFT_HOSTPAD = 90
36562 pkg syscall (netbsd-amd64), const IFT_HSSI = 46
36563 pkg syscall (netbsd-amd64), const IFT_HY = 14
36564 pkg syscall (netbsd-amd64), const IFT_IBM370PARCHAN = 72
36565 pkg syscall (netbsd-amd64), const IFT_IDSL = 154
36566 pkg syscall (netbsd-amd64), const IFT_IEEE1394 = 144
36567 pkg syscall (netbsd-amd64), const IFT_IEEE80211 = 71
36568 pkg syscall (netbsd-amd64), const IFT_IEEE80212 = 55
36569 pkg syscall (netbsd-amd64), const IFT_IEEE8023ADLAG = 161
36570 pkg syscall (netbsd-amd64), const IFT_IFGSN = 145
36571 pkg syscall (netbsd-amd64), const IFT_IMT = 190
36572 pkg syscall (netbsd-amd64), const IFT_INFINIBAND = 199
36573 pkg syscall (netbsd-amd64), const IFT_INTERLEAVE = 124
36574 pkg syscall (netbsd-amd64), const IFT_IP = 126
36575 pkg syscall (netbsd-amd64), const IFT_IPFORWARD = 142
36576 pkg syscall (netbsd-amd64), const IFT_IPOVERATM = 114
36577 pkg syscall (netbsd-amd64), const IFT_IPOVERCDLC = 109
36578 pkg syscall (netbsd-amd64), const IFT_IPOVERCLAW = 110
36579 pkg syscall (netbsd-amd64), const IFT_IPSWITCH = 78
36580 pkg syscall (netbsd-amd64), const IFT_ISDN = 63
36581 pkg syscall (netbsd-amd64), const IFT_ISDNBASIC = 20
36582 pkg syscall (netbsd-amd64), const IFT_ISDNPRIMARY = 21
36583 pkg syscall (netbsd-amd64), const IFT_ISDNS = 75
36584 pkg syscall (netbsd-amd64), const IFT_ISDNU = 76
36585 pkg syscall (netbsd-amd64), const IFT_ISO88022LLC = 41
36586 pkg syscall (netbsd-amd64), const IFT_ISO88023 = 7
36587 pkg syscall (netbsd-amd64), const IFT_ISO88024 = 8
36588 pkg syscall (netbsd-amd64), const IFT_ISO88025 = 9
36589 pkg syscall (netbsd-amd64), const IFT_ISO88025CRFPINT = 98
36590 pkg syscall (netbsd-amd64), const IFT_ISO88025DTR = 86
36591 pkg syscall (netbsd-amd64), const IFT_ISO88025FIBER = 115
36592 pkg syscall (netbsd-amd64), const IFT_ISO88026 = 10
36593 pkg syscall (netbsd-amd64), const IFT_ISUP = 179
36594 pkg syscall (netbsd-amd64), const IFT_L2VLAN = 135
36595 pkg syscall (netbsd-amd64), const IFT_L3IPVLAN = 136
36596 pkg syscall (netbsd-amd64), const IFT_L3IPXVLAN = 137
36597 pkg syscall (netbsd-amd64), const IFT_LAPB = 16
36598 pkg syscall (netbsd-amd64), const IFT_LAPD = 77
36599 pkg syscall (netbsd-amd64), const IFT_LAPF = 119
36600 pkg syscall (netbsd-amd64), const IFT_LINEGROUP = 210
36601 pkg syscall (netbsd-amd64), const IFT_LOCALTALK = 42
36602 pkg syscall (netbsd-amd64), const IFT_LOOP = 24
36603 pkg syscall (netbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
36604 pkg syscall (netbsd-amd64), const IFT_MFSIGLINK = 167
36605 pkg syscall (netbsd-amd64), const IFT_MIOX25 = 38
36606 pkg syscall (netbsd-amd64), const IFT_MODEM = 48
36607 pkg syscall (netbsd-amd64), const IFT_MPC = 113
36608 pkg syscall (netbsd-amd64), const IFT_MPLS = 166
36609 pkg syscall (netbsd-amd64), const IFT_MPLSTUNNEL = 150
36610 pkg syscall (netbsd-amd64), const IFT_MSDSL = 143
36611 pkg syscall (netbsd-amd64), const IFT_MVL = 191
36612 pkg syscall (netbsd-amd64), const IFT_MYRINET = 99
36613 pkg syscall (netbsd-amd64), const IFT_NFAS = 175
36614 pkg syscall (netbsd-amd64), const IFT_NSIP = 27
36615 pkg syscall (netbsd-amd64), const IFT_OPTICALCHANNEL = 195
36616 pkg syscall (netbsd-amd64), const IFT_OPTICALTRANSPORT = 196
36617 pkg syscall (netbsd-amd64), const IFT_OTHER = 1
36618 pkg syscall (netbsd-amd64), const IFT_P10 = 12
36619 pkg syscall (netbsd-amd64), const IFT_P80 = 13
36620 pkg syscall (netbsd-amd64), const IFT_PARA = 34
36621 pkg syscall (netbsd-amd64), const IFT_PFLOG = 245
36622 pkg syscall (netbsd-amd64), const IFT_PFSYNC = 246
36623 pkg syscall (netbsd-amd64), const IFT_PLC = 174
36624 pkg syscall (netbsd-amd64), const IFT_PON155 = 207
36625 pkg syscall (netbsd-amd64), const IFT_PON622 = 208
36626 pkg syscall (netbsd-amd64), const IFT_POS = 171
36627 pkg syscall (netbsd-amd64), const IFT_PPP = 23
36628 pkg syscall (netbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
36629 pkg syscall (netbsd-amd64), const IFT_PROPATM = 197
36630 pkg syscall (netbsd-amd64), const IFT_PROPBWAP2MP = 184
36631 pkg syscall (netbsd-amd64), const IFT_PROPCNLS = 89
36632 pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
36633 pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
36634 pkg syscall (netbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
36635 pkg syscall (netbsd-amd64), const IFT_PROPMUX = 54
36636 pkg syscall (netbsd-amd64), const IFT_PROPVIRTUAL = 53
36637 pkg syscall (netbsd-amd64), const IFT_PROPWIRELESSP2P = 157
36638 pkg syscall (netbsd-amd64), const IFT_PTPSERIAL = 22
36639 pkg syscall (netbsd-amd64), const IFT_PVC = 241
36640 pkg syscall (netbsd-amd64), const IFT_Q2931 = 201
36641 pkg syscall (netbsd-amd64), const IFT_QLLC = 68
36642 pkg syscall (netbsd-amd64), const IFT_RADIOMAC = 188
36643 pkg syscall (netbsd-amd64), const IFT_RADSL = 95
36644 pkg syscall (netbsd-amd64), const IFT_REACHDSL = 192
36645 pkg syscall (netbsd-amd64), const IFT_RFC1483 = 159
36646 pkg syscall (netbsd-amd64), const IFT_RS232 = 33
36647 pkg syscall (netbsd-amd64), const IFT_RSRB = 79
36648 pkg syscall (netbsd-amd64), const IFT_SDLC = 17
36649 pkg syscall (netbsd-amd64), const IFT_SDSL = 96
36650 pkg syscall (netbsd-amd64), const IFT_SHDSL = 169
36651 pkg syscall (netbsd-amd64), const IFT_SIP = 31
36652 pkg syscall (netbsd-amd64), const IFT_SIPSIG = 204
36653 pkg syscall (netbsd-amd64), const IFT_SIPTG = 203
36654 pkg syscall (netbsd-amd64), const IFT_SLIP = 28
36655 pkg syscall (netbsd-amd64), const IFT_SMDSDXI = 43
36656 pkg syscall (netbsd-amd64), const IFT_SMDSICIP = 52
36657 pkg syscall (netbsd-amd64), const IFT_SONET = 39
36658 pkg syscall (netbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
36659 pkg syscall (netbsd-amd64), const IFT_SONETPATH = 50
36660 pkg syscall (netbsd-amd64), const IFT_SONETVT = 51
36661 pkg syscall (netbsd-amd64), const IFT_SRP = 151
36662 pkg syscall (netbsd-amd64), const IFT_SS7SIGLINK = 156
36663 pkg syscall (netbsd-amd64), const IFT_STACKTOSTACK = 111
36664 pkg syscall (netbsd-amd64), const IFT_STARLAN = 11
36665 pkg syscall (netbsd-amd64), const IFT_STF = 215
36666 pkg syscall (netbsd-amd64), const IFT_T1 = 18
36667 pkg syscall (netbsd-amd64), const IFT_TDLC = 116
36668 pkg syscall (netbsd-amd64), const IFT_TELINK = 200
36669 pkg syscall (netbsd-amd64), const IFT_TERMPAD = 91
36670 pkg syscall (netbsd-amd64), const IFT_TR008 = 176
36671 pkg syscall (netbsd-amd64), const IFT_TRANSPHDLC = 123
36672 pkg syscall (netbsd-amd64), const IFT_TUNNEL = 131
36673 pkg syscall (netbsd-amd64), const IFT_ULTRA = 29
36674 pkg syscall (netbsd-amd64), const IFT_USB = 160
36675 pkg syscall (netbsd-amd64), const IFT_V11 = 64
36676 pkg syscall (netbsd-amd64), const IFT_V35 = 45
36677 pkg syscall (netbsd-amd64), const IFT_V36 = 65
36678 pkg syscall (netbsd-amd64), const IFT_V37 = 120
36679 pkg syscall (netbsd-amd64), const IFT_VDSL = 97
36680 pkg syscall (netbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
36681 pkg syscall (netbsd-amd64), const IFT_VIRTUALTG = 202
36682 pkg syscall (netbsd-amd64), const IFT_VOICEDID = 213
36683 pkg syscall (netbsd-amd64), const IFT_VOICEEM = 100
36684 pkg syscall (netbsd-amd64), const IFT_VOICEEMFGD = 211
36685 pkg syscall (netbsd-amd64), const IFT_VOICEENCAP = 103
36686 pkg syscall (netbsd-amd64), const IFT_VOICEFGDEANA = 212
36687 pkg syscall (netbsd-amd64), const IFT_VOICEFXO = 101
36688 pkg syscall (netbsd-amd64), const IFT_VOICEFXS = 102
36689 pkg syscall (netbsd-amd64), const IFT_VOICEOVERATM = 152
36690 pkg syscall (netbsd-amd64), const IFT_VOICEOVERCABLE = 198
36691 pkg syscall (netbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
36692 pkg syscall (netbsd-amd64), const IFT_VOICEOVERIP = 104
36693 pkg syscall (netbsd-amd64), const IFT_X213 = 93
36694 pkg syscall (netbsd-amd64), const IFT_X25 = 5
36695 pkg syscall (netbsd-amd64), const IFT_X25DDN = 4
36696 pkg syscall (netbsd-amd64), const IFT_X25HUNTGROUP = 122
36697 pkg syscall (netbsd-amd64), const IFT_X25MLP = 121
36698 pkg syscall (netbsd-amd64), const IFT_X25PLE = 40
36699 pkg syscall (netbsd-amd64), const IFT_XETHER = 26
36700 pkg syscall (netbsd-amd64), const IGNBRK = 1
36701 pkg syscall (netbsd-amd64), const IGNCR = 128
36702 pkg syscall (netbsd-amd64), const IGNPAR = 4
36703 pkg syscall (netbsd-amd64), const IMAXBEL = 8192
36704 pkg syscall (netbsd-amd64), const INLCR = 64
36705 pkg syscall (netbsd-amd64), const INPCK = 16
36706 pkg syscall (netbsd-amd64), const IN_CLASSA_HOST = 16777215
36707 pkg syscall (netbsd-amd64), const IN_CLASSA_MAX = 128
36708 pkg syscall (netbsd-amd64), const IN_CLASSA_NET = 4278190080
36709 pkg syscall (netbsd-amd64), const IN_CLASSA_NSHIFT = 24
36710 pkg syscall (netbsd-amd64), const IN_CLASSB_HOST = 65535
36711 pkg syscall (netbsd-amd64), const IN_CLASSB_MAX = 65536
36712 pkg syscall (netbsd-amd64), const IN_CLASSB_NET = 4294901760
36713 pkg syscall (netbsd-amd64), const IN_CLASSB_NSHIFT = 16
36714 pkg syscall (netbsd-amd64), const IN_CLASSC_HOST = 255
36715 pkg syscall (netbsd-amd64), const IN_CLASSC_NET = 4294967040
36716 pkg syscall (netbsd-amd64), const IN_CLASSC_NSHIFT = 8
36717 pkg syscall (netbsd-amd64), const IN_CLASSD_HOST = 268435455
36718 pkg syscall (netbsd-amd64), const IN_CLASSD_NET = 4026531840
36719 pkg syscall (netbsd-amd64), const IN_CLASSD_NSHIFT = 28
36720 pkg syscall (netbsd-amd64), const IN_LOOPBACKNET = 127
36721 pkg syscall (netbsd-amd64), const IPPROTO_AH = 51
36722 pkg syscall (netbsd-amd64), const IPPROTO_CARP = 112
36723 pkg syscall (netbsd-amd64), const IPPROTO_DONE = 257
36724 pkg syscall (netbsd-amd64), const IPPROTO_DSTOPTS = 60
36725 pkg syscall (netbsd-amd64), const IPPROTO_EGP = 8
36726 pkg syscall (netbsd-amd64), const IPPROTO_ENCAP = 98
36727 pkg syscall (netbsd-amd64), const IPPROTO_EON = 80
36728 pkg syscall (netbsd-amd64), const IPPROTO_ESP = 50
36729 pkg syscall (netbsd-amd64), const IPPROTO_ETHERIP = 97
36730 pkg syscall (netbsd-amd64), const IPPROTO_FRAGMENT = 44
36731 pkg syscall (netbsd-amd64), const IPPROTO_GGP = 3
36732 pkg syscall (netbsd-amd64), const IPPROTO_GRE = 47
36733 pkg syscall (netbsd-amd64), const IPPROTO_HOPOPTS = 0
36734 pkg syscall (netbsd-amd64), const IPPROTO_ICMP = 1
36735 pkg syscall (netbsd-amd64), const IPPROTO_ICMPV6 = 58
36736 pkg syscall (netbsd-amd64), const IPPROTO_IDP = 22
36737 pkg syscall (netbsd-amd64), const IPPROTO_IGMP = 2
36738 pkg syscall (netbsd-amd64), const IPPROTO_IPCOMP = 108
36739 pkg syscall (netbsd-amd64), const IPPROTO_IPIP = 4
36740 pkg syscall (netbsd-amd64), const IPPROTO_IPV4 = 4
36741 pkg syscall (netbsd-amd64), const IPPROTO_IPV6_ICMP = 58
36742 pkg syscall (netbsd-amd64), const IPPROTO_MAX = 256
36743 pkg syscall (netbsd-amd64), const IPPROTO_MAXID = 52
36744 pkg syscall (netbsd-amd64), const IPPROTO_MOBILE = 55
36745 pkg syscall (netbsd-amd64), const IPPROTO_NONE = 59
36746 pkg syscall (netbsd-amd64), const IPPROTO_PFSYNC = 240
36747 pkg syscall (netbsd-amd64), const IPPROTO_PIM = 103
36748 pkg syscall (netbsd-amd64), const IPPROTO_PUP = 12
36749 pkg syscall (netbsd-amd64), const IPPROTO_RAW = 255
36750 pkg syscall (netbsd-amd64), const IPPROTO_ROUTING = 43
36751 pkg syscall (netbsd-amd64), const IPPROTO_RSVP = 46
36752 pkg syscall (netbsd-amd64), const IPPROTO_TP = 29
36753 pkg syscall (netbsd-amd64), const IPPROTO_VRRP = 112
36754 pkg syscall (netbsd-amd64), const IPV6_CHECKSUM = 26
36755 pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
36756 pkg syscall (netbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
36757 pkg syscall (netbsd-amd64), const IPV6_DEFHLIM = 64
36758 pkg syscall (netbsd-amd64), const IPV6_DONTFRAG = 62
36759 pkg syscall (netbsd-amd64), const IPV6_DSTOPTS = 50
36760 pkg syscall (netbsd-amd64), const IPV6_FAITH = 29
36761 pkg syscall (netbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
36762 pkg syscall (netbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
36763 pkg syscall (netbsd-amd64), const IPV6_FRAGTTL = 120
36764 pkg syscall (netbsd-amd64), const IPV6_HLIMDEC = 1
36765 pkg syscall (netbsd-amd64), const IPV6_HOPLIMIT = 47
36766 pkg syscall (netbsd-amd64), const IPV6_HOPOPTS = 49
36767 pkg syscall (netbsd-amd64), const IPV6_IPSEC_POLICY = 28
36768 pkg syscall (netbsd-amd64), const IPV6_JOIN_GROUP = 12
36769 pkg syscall (netbsd-amd64), const IPV6_LEAVE_GROUP = 13
36770 pkg syscall (netbsd-amd64), const IPV6_MAXHLIM = 255
36771 pkg syscall (netbsd-amd64), const IPV6_MAXPACKET = 65535
36772 pkg syscall (netbsd-amd64), const IPV6_MMTU = 1280
36773 pkg syscall (netbsd-amd64), const IPV6_MULTICAST_HOPS = 10
36774 pkg syscall (netbsd-amd64), const IPV6_MULTICAST_IF = 9
36775 pkg syscall (netbsd-amd64), const IPV6_MULTICAST_LOOP = 11
36776 pkg syscall (netbsd-amd64), const IPV6_NEXTHOP = 48
36777 pkg syscall (netbsd-amd64), const IPV6_PATHMTU = 44
36778 pkg syscall (netbsd-amd64), const IPV6_PKTINFO = 46
36779 pkg syscall (netbsd-amd64), const IPV6_PORTRANGE = 14
36780 pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
36781 pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
36782 pkg syscall (netbsd-amd64), const IPV6_PORTRANGE_LOW = 2
36783 pkg syscall (netbsd-amd64), const IPV6_RECVDSTOPTS = 40
36784 pkg syscall (netbsd-amd64), const IPV6_RECVHOPLIMIT = 37
36785 pkg syscall (netbsd-amd64), const IPV6_RECVHOPOPTS = 39
36786 pkg syscall (netbsd-amd64), const IPV6_RECVPATHMTU = 43
36787 pkg syscall (netbsd-amd64), const IPV6_RECVPKTINFO = 36
36788 pkg syscall (netbsd-amd64), const IPV6_RECVRTHDR = 38
36789 pkg syscall (netbsd-amd64), const IPV6_RECVTCLASS = 57
36790 pkg syscall (netbsd-amd64), const IPV6_RTHDR = 51
36791 pkg syscall (netbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
36792 pkg syscall (netbsd-amd64), const IPV6_RTHDR_LOOSE = 0
36793 pkg syscall (netbsd-amd64), const IPV6_RTHDR_STRICT = 1
36794 pkg syscall (netbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
36795 pkg syscall (netbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
36796 pkg syscall (netbsd-amd64), const IPV6_TCLASS = 61
36797 pkg syscall (netbsd-amd64), const IPV6_UNICAST_HOPS = 4
36798 pkg syscall (netbsd-amd64), const IPV6_USE_MIN_MTU = 42
36799 pkg syscall (netbsd-amd64), const IPV6_V6ONLY = 27
36800 pkg syscall (netbsd-amd64), const IPV6_VERSION = 96
36801 pkg syscall (netbsd-amd64), const IPV6_VERSION_MASK = 240
36802 pkg syscall (netbsd-amd64), const IP_ADD_MEMBERSHIP = 12
36803 pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
36804 pkg syscall (netbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
36805 pkg syscall (netbsd-amd64), const IP_DF = 16384
36806 pkg syscall (netbsd-amd64), const IP_DROP_MEMBERSHIP = 13
36807 pkg syscall (netbsd-amd64), const IP_EF = 32768
36808 pkg syscall (netbsd-amd64), const IP_ERRORMTU = 21
36809 pkg syscall (netbsd-amd64), const IP_HDRINCL = 2
36810 pkg syscall (netbsd-amd64), const IP_IPSEC_POLICY = 22
36811 pkg syscall (netbsd-amd64), const IP_MAXPACKET = 65535
36812 pkg syscall (netbsd-amd64), const IP_MAX_MEMBERSHIPS = 20
36813 pkg syscall (netbsd-amd64), const IP_MF = 8192
36814 pkg syscall (netbsd-amd64), const IP_MINFRAGSIZE = 69
36815 pkg syscall (netbsd-amd64), const IP_MINTTL = 24
36816 pkg syscall (netbsd-amd64), const IP_MSS = 576
36817 pkg syscall (netbsd-amd64), const IP_MULTICAST_IF = 9
36818 pkg syscall (netbsd-amd64), const IP_MULTICAST_LOOP = 11
36819 pkg syscall (netbsd-amd64), const IP_MULTICAST_TTL = 10
36820 pkg syscall (netbsd-amd64), const IP_OFFMASK = 8191
36821 pkg syscall (netbsd-amd64), const IP_OPTIONS = 1
36822 pkg syscall (netbsd-amd64), const IP_PORTRANGE = 19
36823 pkg syscall (netbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
36824 pkg syscall (netbsd-amd64), const IP_PORTRANGE_HIGH = 1
36825 pkg syscall (netbsd-amd64), const IP_PORTRANGE_LOW = 2
36826 pkg syscall (netbsd-amd64), const IP_RECVDSTADDR = 7
36827 pkg syscall (netbsd-amd64), const IP_RECVIF = 20
36828 pkg syscall (netbsd-amd64), const IP_RECVOPTS = 5
36829 pkg syscall (netbsd-amd64), const IP_RECVRETOPTS = 6
36830 pkg syscall (netbsd-amd64), const IP_RECVTTL = 23
36831 pkg syscall (netbsd-amd64), const IP_RETOPTS = 8
36832 pkg syscall (netbsd-amd64), const IP_RF = 32768
36833 pkg syscall (netbsd-amd64), const IP_TOS = 3
36834 pkg syscall (netbsd-amd64), const IP_TTL = 4
36835 pkg syscall (netbsd-amd64), const ISIG = 128
36836 pkg syscall (netbsd-amd64), const ISTRIP = 32
36837 pkg syscall (netbsd-amd64), const IXANY = 2048
36838 pkg syscall (netbsd-amd64), const IXOFF = 1024
36839 pkg syscall (netbsd-amd64), const IXON = 512
36840 pkg syscall (netbsd-amd64), const ImplementsGetwd = false
36841 pkg syscall (netbsd-amd64), const LOCK_EX = 2
36842 pkg syscall (netbsd-amd64), const LOCK_NB = 4
36843 pkg syscall (netbsd-amd64), const LOCK_SH = 1
36844 pkg syscall (netbsd-amd64), const LOCK_UN = 8
36845 pkg syscall (netbsd-amd64), const MSG_BCAST = 256
36846 pkg syscall (netbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
36847 pkg syscall (netbsd-amd64), const MSG_CONTROLMBUF = 33554432
36848 pkg syscall (netbsd-amd64), const MSG_CTRUNC = 32
36849 pkg syscall (netbsd-amd64), const MSG_DONTROUTE = 4
36850 pkg syscall (netbsd-amd64), const MSG_DONTWAIT = 128
36851 pkg syscall (netbsd-amd64), const MSG_EOR = 8
36852 pkg syscall (netbsd-amd64), const MSG_IOVUSRSPACE = 67108864
36853 pkg syscall (netbsd-amd64), const MSG_LENUSRSPACE = 134217728
36854 pkg syscall (netbsd-amd64), const MSG_MCAST = 512
36855 pkg syscall (netbsd-amd64), const MSG_NAMEMBUF = 16777216
36856 pkg syscall (netbsd-amd64), const MSG_NBIO = 4096
36857 pkg syscall (netbsd-amd64), const MSG_NOSIGNAL = 1024
36858 pkg syscall (netbsd-amd64), const MSG_OOB = 1
36859 pkg syscall (netbsd-amd64), const MSG_PEEK = 2
36860 pkg syscall (netbsd-amd64), const MSG_TRUNC = 16
36861 pkg syscall (netbsd-amd64), const MSG_USERFLAGS = 16777215
36862 pkg syscall (netbsd-amd64), const MSG_WAITALL = 64
36863 pkg syscall (netbsd-amd64), const NAME_MAX = 511
36864 pkg syscall (netbsd-amd64), const NET_RT_DUMP = 1
36865 pkg syscall (netbsd-amd64), const NET_RT_FLAGS = 2
36866 pkg syscall (netbsd-amd64), const NET_RT_IFLIST = 5
36867 pkg syscall (netbsd-amd64), const NET_RT_MAXID = 6
36868 pkg syscall (netbsd-amd64), const NET_RT_OIFLIST = 4
36869 pkg syscall (netbsd-amd64), const NET_RT_OOIFLIST = 3
36870 pkg syscall (netbsd-amd64), const NOFLSH = 2147483648
36871 pkg syscall (netbsd-amd64), const NOTE_ATTRIB = 8
36872 pkg syscall (netbsd-amd64), const NOTE_CHILD = 4
36873 pkg syscall (netbsd-amd64), const NOTE_DELETE = 1
36874 pkg syscall (netbsd-amd64), const NOTE_EXEC = 536870912
36875 pkg syscall (netbsd-amd64), const NOTE_EXIT = 2147483648
36876 pkg syscall (netbsd-amd64), const NOTE_EXTEND = 4
36877 pkg syscall (netbsd-amd64), const NOTE_FORK = 1073741824
36878 pkg syscall (netbsd-amd64), const NOTE_LINK = 16
36879 pkg syscall (netbsd-amd64), const NOTE_LOWAT = 1
36880 pkg syscall (netbsd-amd64), const NOTE_PCTRLMASK = 4026531840
36881 pkg syscall (netbsd-amd64), const NOTE_PDATAMASK = 1048575
36882 pkg syscall (netbsd-amd64), const NOTE_RENAME = 32
36883 pkg syscall (netbsd-amd64), const NOTE_REVOKE = 64
36884 pkg syscall (netbsd-amd64), const NOTE_TRACK = 1
36885 pkg syscall (netbsd-amd64), const NOTE_TRACKERR = 2
36886 pkg syscall (netbsd-amd64), const NOTE_WRITE = 2
36887 pkg syscall (netbsd-amd64), const OCRNL = 16
36888 pkg syscall (netbsd-amd64), const OFIOGETBMAP = 3221513850
36889 pkg syscall (netbsd-amd64), const ONLCR = 2
36890 pkg syscall (netbsd-amd64), const ONLRET = 64
36891 pkg syscall (netbsd-amd64), const ONOCR = 32
36892 pkg syscall (netbsd-amd64), const ONOEOT = 8
36893 pkg syscall (netbsd-amd64), const OPOST = 1
36894 pkg syscall (netbsd-amd64), const O_ACCMODE = 3
36895 pkg syscall (netbsd-amd64), const O_ALT_IO = 262144
36896 pkg syscall (netbsd-amd64), const O_APPEND = 8
36897 pkg syscall (netbsd-amd64), const O_ASYNC = 64
36898 pkg syscall (netbsd-amd64), const O_CLOEXEC = 4194304
36899 pkg syscall (netbsd-amd64), const O_CREAT = 512
36900 pkg syscall (netbsd-amd64), const O_DIRECT = 524288
36901 pkg syscall (netbsd-amd64), const O_DIRECTORY = 2097152
36902 pkg syscall (netbsd-amd64), const O_DSYNC = 65536
36903 pkg syscall (netbsd-amd64), const O_EXCL = 2048
36904 pkg syscall (netbsd-amd64), const O_EXLOCK = 32
36905 pkg syscall (netbsd-amd64), const O_FSYNC = 128
36906 pkg syscall (netbsd-amd64), const O_NDELAY = 4
36907 pkg syscall (netbsd-amd64), const O_NOCTTY = 32768
36908 pkg syscall (netbsd-amd64), const O_NOFOLLOW = 256
36909 pkg syscall (netbsd-amd64), const O_NONBLOCK = 4
36910 pkg syscall (netbsd-amd64), const O_NOSIGPIPE = 16777216
36911 pkg syscall (netbsd-amd64), const O_RSYNC = 131072
36912 pkg syscall (netbsd-amd64), const O_SHLOCK = 16
36913 pkg syscall (netbsd-amd64), const O_SYNC = 128
36914 pkg syscall (netbsd-amd64), const O_TRUNC = 1024
36915 pkg syscall (netbsd-amd64), const PARENB = 4096
36916 pkg syscall (netbsd-amd64), const PARMRK = 8
36917 pkg syscall (netbsd-amd64), const PARODD = 8192
36918 pkg syscall (netbsd-amd64), const PENDIN = 536870912
36919 pkg syscall (netbsd-amd64), const PRI_IOFLUSH = 124
36920 pkg syscall (netbsd-amd64), const PTRACE_CONT = 7
36921 pkg syscall (netbsd-amd64), const PTRACE_KILL = 8
36922 pkg syscall (netbsd-amd64), const PTRACE_TRACEME = 0
36923 pkg syscall (netbsd-amd64), const RLIMIT_AS = 10
36924 pkg syscall (netbsd-amd64), const RLIMIT_CORE = 4
36925 pkg syscall (netbsd-amd64), const RLIMIT_CPU = 0
36926 pkg syscall (netbsd-amd64), const RLIMIT_DATA = 2
36927 pkg syscall (netbsd-amd64), const RLIMIT_FSIZE = 1
36928 pkg syscall (netbsd-amd64), const RLIMIT_NOFILE = 8
36929 pkg syscall (netbsd-amd64), const RLIMIT_STACK = 3
36930 pkg syscall (netbsd-amd64), const RLIM_INFINITY = 9223372036854775807
36931 pkg syscall (netbsd-amd64), const RTAX_AUTHOR = 6
36932 pkg syscall (netbsd-amd64), const RTAX_BRD = 7
36933 pkg syscall (netbsd-amd64), const RTAX_DST = 0
36934 pkg syscall (netbsd-amd64), const RTAX_GATEWAY = 1
36935 pkg syscall (netbsd-amd64), const RTAX_GENMASK = 3
36936 pkg syscall (netbsd-amd64), const RTAX_IFA = 5
36937 pkg syscall (netbsd-amd64), const RTAX_IFP = 4
36938 pkg syscall (netbsd-amd64), const RTAX_MAX = 9
36939 pkg syscall (netbsd-amd64), const RTAX_NETMASK = 2
36940 pkg syscall (netbsd-amd64), const RTAX_TAG = 8
36941 pkg syscall (netbsd-amd64), const RTA_AUTHOR = 64
36942 pkg syscall (netbsd-amd64), const RTA_BRD = 128
36943 pkg syscall (netbsd-amd64), const RTA_DST = 1
36944 pkg syscall (netbsd-amd64), const RTA_GATEWAY = 2
36945 pkg syscall (netbsd-amd64), const RTA_GENMASK = 8
36946 pkg syscall (netbsd-amd64), const RTA_IFA = 32
36947 pkg syscall (netbsd-amd64), const RTA_IFP = 16
36948 pkg syscall (netbsd-amd64), const RTA_NETMASK = 4
36949 pkg syscall (netbsd-amd64), const RTA_TAG = 256
36950 pkg syscall (netbsd-amd64), const RTF_ANNOUNCE = 131072
36951 pkg syscall (netbsd-amd64), const RTF_BLACKHOLE = 4096
36952 pkg syscall (netbsd-amd64), const RTF_CLONED = 8192
36953 pkg syscall (netbsd-amd64), const RTF_CLONING = 256
36954 pkg syscall (netbsd-amd64), const RTF_DONE = 64
36955 pkg syscall (netbsd-amd64), const RTF_DYNAMIC = 16
36956 pkg syscall (netbsd-amd64), const RTF_GATEWAY = 2
36957 pkg syscall (netbsd-amd64), const RTF_HOST = 4
36958 pkg syscall (netbsd-amd64), const RTF_LLINFO = 1024
36959 pkg syscall (netbsd-amd64), const RTF_MASK = 128
36960 pkg syscall (netbsd-amd64), const RTF_MODIFIED = 32
36961 pkg syscall (netbsd-amd64), const RTF_PROTO1 = 32768
36962 pkg syscall (netbsd-amd64), const RTF_PROTO2 = 16384
36963 pkg syscall (netbsd-amd64), const RTF_REJECT = 8
36964 pkg syscall (netbsd-amd64), const RTF_SRC = 65536
36965 pkg syscall (netbsd-amd64), const RTF_STATIC = 2048
36966 pkg syscall (netbsd-amd64), const RTF_UP = 1
36967 pkg syscall (netbsd-amd64), const RTF_XRESOLVE = 512
36968 pkg syscall (netbsd-amd64), const RTM_ADD = 1
36969 pkg syscall (netbsd-amd64), const RTM_CHANGE = 3
36970 pkg syscall (netbsd-amd64), const RTM_CHGADDR = 21
36971 pkg syscall (netbsd-amd64), const RTM_DELADDR = 13
36972 pkg syscall (netbsd-amd64), const RTM_DELETE = 2
36973 pkg syscall (netbsd-amd64), const RTM_GET = 4
36974 pkg syscall (netbsd-amd64), const RTM_IEEE80211 = 17
36975 pkg syscall (netbsd-amd64), const RTM_IFANNOUNCE = 16
36976 pkg syscall (netbsd-amd64), const RTM_IFINFO = 20
36977 pkg syscall (netbsd-amd64), const RTM_LLINFO_UPD = 19
36978 pkg syscall (netbsd-amd64), const RTM_LOCK = 8
36979 pkg syscall (netbsd-amd64), const RTM_LOSING = 5
36980 pkg syscall (netbsd-amd64), const RTM_MISS = 7
36981 pkg syscall (netbsd-amd64), const RTM_NEWADDR = 12
36982 pkg syscall (netbsd-amd64), const RTM_OIFINFO = 15
36983 pkg syscall (netbsd-amd64), const RTM_OLDADD = 9
36984 pkg syscall (netbsd-amd64), const RTM_OLDDEL = 10
36985 pkg syscall (netbsd-amd64), const RTM_OOIFINFO = 14
36986 pkg syscall (netbsd-amd64), const RTM_REDIRECT = 6
36987 pkg syscall (netbsd-amd64), const RTM_RESOLVE = 11
36988 pkg syscall (netbsd-amd64), const RTM_RTTUNIT = 1000000
36989 pkg syscall (netbsd-amd64), const RTM_SETGATE = 18
36990 pkg syscall (netbsd-amd64), const RTM_VERSION = 4
36991 pkg syscall (netbsd-amd64), const RTV_EXPIRE = 4
36992 pkg syscall (netbsd-amd64), const RTV_HOPCOUNT = 2
36993 pkg syscall (netbsd-amd64), const RTV_MTU = 1
36994 pkg syscall (netbsd-amd64), const RTV_RPIPE = 8
36995 pkg syscall (netbsd-amd64), const RTV_RTT = 64
36996 pkg syscall (netbsd-amd64), const RTV_RTTVAR = 128
36997 pkg syscall (netbsd-amd64), const RTV_SPIPE = 16
36998 pkg syscall (netbsd-amd64), const RTV_SSTHRESH = 32
36999 pkg syscall (netbsd-amd64), const RUSAGE_CHILDREN = -1
37000 pkg syscall (netbsd-amd64), const RUSAGE_SELF = 0
37001 pkg syscall (netbsd-amd64), const SCM_CREDS = 4
37002 pkg syscall (netbsd-amd64), const SCM_RIGHTS = 1
37003 pkg syscall (netbsd-amd64), const SCM_TIMESTAMP = 8
37004 pkg syscall (netbsd-amd64), const SIGBUS = 10
37005 pkg syscall (netbsd-amd64), const SIGCHLD = 20
37006 pkg syscall (netbsd-amd64), const SIGCONT = 19
37007 pkg syscall (netbsd-amd64), const SIGEMT = 7
37008 pkg syscall (netbsd-amd64), const SIGINFO = 29
37009 pkg syscall (netbsd-amd64), const SIGIO = 23
37010 pkg syscall (netbsd-amd64), const SIGIOT = 6
37011 pkg syscall (netbsd-amd64), const SIGPROF = 27
37012 pkg syscall (netbsd-amd64), const SIGPWR = 32
37013 pkg syscall (netbsd-amd64), const SIGSTOP = 17
37014 pkg syscall (netbsd-amd64), const SIGSYS = 12
37015 pkg syscall (netbsd-amd64), const SIGTSTP = 18
37016 pkg syscall (netbsd-amd64), const SIGTTIN = 21
37017 pkg syscall (netbsd-amd64), const SIGTTOU = 22
37018 pkg syscall (netbsd-amd64), const SIGURG = 16
37019 pkg syscall (netbsd-amd64), const SIGUSR1 = 30
37020 pkg syscall (netbsd-amd64), const SIGUSR2 = 31
37021 pkg syscall (netbsd-amd64), const SIGVTALRM = 26
37022 pkg syscall (netbsd-amd64), const SIGWINCH = 28
37023 pkg syscall (netbsd-amd64), const SIGXCPU = 24
37024 pkg syscall (netbsd-amd64), const SIGXFSZ = 25
37025 pkg syscall (netbsd-amd64), const SIOCADDMULTI = 2156947761
37026 pkg syscall (netbsd-amd64), const SIOCADDRT = 2151182858
37027 pkg syscall (netbsd-amd64), const SIOCAIFADDR = 2151704858
37028 pkg syscall (netbsd-amd64), const SIOCALIFADDR = 2165860636
37029 pkg syscall (netbsd-amd64), const SIOCATMARK = 1074033415
37030 pkg syscall (netbsd-amd64), const SIOCDELMULTI = 2156947762
37031 pkg syscall (netbsd-amd64), const SIOCDELRT = 2151182859
37032 pkg syscall (netbsd-amd64), const SIOCDIFADDR = 2156947737
37033 pkg syscall (netbsd-amd64), const SIOCDIFPHYADDR = 2156947785
37034 pkg syscall (netbsd-amd64), const SIOCDLIFADDR = 2165860638
37035 pkg syscall (netbsd-amd64), const SIOCGDRVSPEC = 3223873915
37036 pkg syscall (netbsd-amd64), const SIOCGETPFSYNC = 3230689784
37037 pkg syscall (netbsd-amd64), const SIOCGETSGCNT = 3223352628
37038 pkg syscall (netbsd-amd64), const SIOCGETVIFCNT = 3223876915
37039 pkg syscall (netbsd-amd64), const SIOCGHIWAT = 1074033409
37040 pkg syscall (netbsd-amd64), const SIOCGIFADDR = 3230689569
37041 pkg syscall (netbsd-amd64), const SIOCGIFADDRPREF = 3231213856
37042 pkg syscall (netbsd-amd64), const SIOCGIFALIAS = 3225446683
37043 pkg syscall (netbsd-amd64), const SIOCGIFBRDADDR = 3230689571
37044 pkg syscall (netbsd-amd64), const SIOCGIFCAP = 3223349622
37045 pkg syscall (netbsd-amd64), const SIOCGIFCONF = 3222300966
37046 pkg syscall (netbsd-amd64), const SIOCGIFDATA = 3231213957
37047 pkg syscall (netbsd-amd64), const SIOCGIFDLT = 3230689655
37048 pkg syscall (netbsd-amd64), const SIOCGIFDSTADDR = 3230689570
37049 pkg syscall (netbsd-amd64), const SIOCGIFFLAGS = 3230689553
37050 pkg syscall (netbsd-amd64), const SIOCGIFGENERIC = 3230689594
37051 pkg syscall (netbsd-amd64), const SIOCGIFMEDIA = 3224398134
37052 pkg syscall (netbsd-amd64), const SIOCGIFMETRIC = 3230689559
37053 pkg syscall (netbsd-amd64), const SIOCGIFMTU = 3230689662
37054 pkg syscall (netbsd-amd64), const SIOCGIFNETMASK = 3230689573
37055 pkg syscall (netbsd-amd64), const SIOCGIFPDSTADDR = 3230689608
37056 pkg syscall (netbsd-amd64), const SIOCGIFPSRCADDR = 3230689607
37057 pkg syscall (netbsd-amd64), const SIOCGLIFADDR = 3239602461
37058 pkg syscall (netbsd-amd64), const SIOCGLIFPHYADDR = 3239602507
37059 pkg syscall (netbsd-amd64), const SIOCGLINKSTR = 3223873927
37060 pkg syscall (netbsd-amd64), const SIOCGLOWAT = 1074033411
37061 pkg syscall (netbsd-amd64), const SIOCGPGRP = 1074033417
37062 pkg syscall (netbsd-amd64), const SIOCGVH = 3230689667
37063 pkg syscall (netbsd-amd64), const SIOCIFCREATE = 2156947834
37064 pkg syscall (netbsd-amd64), const SIOCIFDESTROY = 2156947833
37065 pkg syscall (netbsd-amd64), const SIOCIFGCLONERS = 3222301048
37066 pkg syscall (netbsd-amd64), const SIOCINITIFADDR = 3228592516
37067 pkg syscall (netbsd-amd64), const SIOCSDRVSPEC = 2150132091
37068 pkg syscall (netbsd-amd64), const SIOCSETPFSYNC = 2156947959
37069 pkg syscall (netbsd-amd64), const SIOCSHIWAT = 2147775232
37070 pkg syscall (netbsd-amd64), const SIOCSIFADDR = 2156947724
37071 pkg syscall (netbsd-amd64), const SIOCSIFADDRPREF = 2157472031
37072 pkg syscall (netbsd-amd64), const SIOCSIFBRDADDR = 2156947731
37073 pkg syscall (netbsd-amd64), const SIOCSIFCAP = 2149607797
37074 pkg syscall (netbsd-amd64), const SIOCSIFDSTADDR = 2156947726
37075 pkg syscall (netbsd-amd64), const SIOCSIFFLAGS = 2156947728
37076 pkg syscall (netbsd-amd64), const SIOCSIFGENERIC = 2156947769
37077 pkg syscall (netbsd-amd64), const SIOCSIFMEDIA = 3230689589
37078 pkg syscall (netbsd-amd64), const SIOCSIFMETRIC = 2156947736
37079 pkg syscall (netbsd-amd64), const SIOCSIFMTU = 2156947839
37080 pkg syscall (netbsd-amd64), const SIOCSIFNETMASK = 2156947734
37081 pkg syscall (netbsd-amd64), const SIOCSIFPHYADDR = 2151704902
37082 pkg syscall (netbsd-amd64), const SIOCSLIFPHYADDR = 2165860682
37083 pkg syscall (netbsd-amd64), const SIOCSLINKSTR = 2150132104
37084 pkg syscall (netbsd-amd64), const SIOCSLOWAT = 2147775234
37085 pkg syscall (netbsd-amd64), const SIOCSPGRP = 2147775240
37086 pkg syscall (netbsd-amd64), const SIOCSVH = 3230689666
37087 pkg syscall (netbsd-amd64), const SIOCZIFDATA = 3231213958
37088 pkg syscall (netbsd-amd64), const SOCK_CLOEXEC = 268435456
37089 pkg syscall (netbsd-amd64), const SOCK_FLAGS_MASK = 4026531840
37090 pkg syscall (netbsd-amd64), const SOCK_NONBLOCK = 536870912
37091 pkg syscall (netbsd-amd64), const SOCK_NOSIGPIPE = 1073741824
37092 pkg syscall (netbsd-amd64), const SOCK_RDM = 4
37093 pkg syscall (netbsd-amd64), const SOL_SOCKET = 65535
37094 pkg syscall (netbsd-amd64), const SOMAXCONN = 128
37095 pkg syscall (netbsd-amd64), const SO_ACCEPTCONN = 2
37096 pkg syscall (netbsd-amd64), const SO_ACCEPTFILTER = 4096
37097 pkg syscall (netbsd-amd64), const SO_BROADCAST = 32
37098 pkg syscall (netbsd-amd64), const SO_DEBUG = 1
37099 pkg syscall (netbsd-amd64), const SO_DONTROUTE = 16
37100 pkg syscall (netbsd-amd64), const SO_ERROR = 4103
37101 pkg syscall (netbsd-amd64), const SO_KEEPALIVE = 8
37102 pkg syscall (netbsd-amd64), const SO_LINGER = 128
37103 pkg syscall (netbsd-amd64), const SO_NOHEADER = 4106
37104 pkg syscall (netbsd-amd64), const SO_NOSIGPIPE = 2048
37105 pkg syscall (netbsd-amd64), const SO_OOBINLINE = 256
37106 pkg syscall (netbsd-amd64), const SO_OVERFLOWED = 4105
37107 pkg syscall (netbsd-amd64), const SO_RCVBUF = 4098
37108 pkg syscall (netbsd-amd64), const SO_RCVLOWAT = 4100
37109 pkg syscall (netbsd-amd64), const SO_RCVTIMEO = 4108
37110 pkg syscall (netbsd-amd64), const SO_REUSEADDR = 4
37111 pkg syscall (netbsd-amd64), const SO_REUSEPORT = 512
37112 pkg syscall (netbsd-amd64), const SO_SNDBUF = 4097
37113 pkg syscall (netbsd-amd64), const SO_SNDLOWAT = 4099
37114 pkg syscall (netbsd-amd64), const SO_SNDTIMEO = 4107
37115 pkg syscall (netbsd-amd64), const SO_TIMESTAMP = 8192
37116 pkg syscall (netbsd-amd64), const SO_TYPE = 4104
37117 pkg syscall (netbsd-amd64), const SO_USELOOPBACK = 64
37118 pkg syscall (netbsd-amd64), const SYSCTL_VERSION = 16777216
37119 pkg syscall (netbsd-amd64), const SYSCTL_VERS_0 = 0
37120 pkg syscall (netbsd-amd64), const SYSCTL_VERS_1 = 16777216
37121 pkg syscall (netbsd-amd64), const SYSCTL_VERS_MASK = 4278190080
37122 pkg syscall (netbsd-amd64), const SYS_ACCEPT = 30
37123 pkg syscall (netbsd-amd64), const SYS_ACCESS = 33
37124 pkg syscall (netbsd-amd64), const SYS_ACCT = 51
37125 pkg syscall (netbsd-amd64), const SYS_ADJTIME = 421
37126 pkg syscall (netbsd-amd64), const SYS_BIND = 104
37127 pkg syscall (netbsd-amd64), const SYS_BREAK = 17
37128 pkg syscall (netbsd-amd64), const SYS_CHDIR = 12
37129 pkg syscall (netbsd-amd64), const SYS_CHFLAGS = 34
37130 pkg syscall (netbsd-amd64), const SYS_CHMOD = 15
37131 pkg syscall (netbsd-amd64), const SYS_CHOWN = 16
37132 pkg syscall (netbsd-amd64), const SYS_CHROOT = 61
37133 pkg syscall (netbsd-amd64), const SYS_CLOCK_GETRES = 429
37134 pkg syscall (netbsd-amd64), const SYS_CLOCK_GETTIME = 427
37135 pkg syscall (netbsd-amd64), const SYS_CLOCK_SETTIME = 428
37136 pkg syscall (netbsd-amd64), const SYS_CLOSE = 6
37137 pkg syscall (netbsd-amd64), const SYS_CONNECT = 98
37138 pkg syscall (netbsd-amd64), const SYS_DUP = 41
37139 pkg syscall (netbsd-amd64), const SYS_DUP2 = 90
37140 pkg syscall (netbsd-amd64), const SYS_DUP3 = 454
37141 pkg syscall (netbsd-amd64), const SYS_EXECVE = 59
37142 pkg syscall (netbsd-amd64), const SYS_EXIT = 1
37143 pkg syscall (netbsd-amd64), const SYS_EXTATTRCTL = 360
37144 pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FD = 366
37145 pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_FILE = 363
37146 pkg syscall (netbsd-amd64), const SYS_EXTATTR_DELETE_LINK = 369
37147 pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FD = 365
37148 pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_FILE = 362
37149 pkg syscall (netbsd-amd64), const SYS_EXTATTR_GET_LINK = 368
37150 pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FD = 370
37151 pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_FILE = 371
37152 pkg syscall (netbsd-amd64), const SYS_EXTATTR_LIST_LINK = 372
37153 pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FD = 364
37154 pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_FILE = 361
37155 pkg syscall (netbsd-amd64), const SYS_EXTATTR_SET_LINK = 367
37156 pkg syscall (netbsd-amd64), const SYS_FACCESSAT = 462
37157 pkg syscall (netbsd-amd64), const SYS_FCHDIR = 13
37158 pkg syscall (netbsd-amd64), const SYS_FCHFLAGS = 35
37159 pkg syscall (netbsd-amd64), const SYS_FCHMOD = 124
37160 pkg syscall (netbsd-amd64), const SYS_FCHMODAT = 463
37161 pkg syscall (netbsd-amd64), const SYS_FCHOWN = 123
37162 pkg syscall (netbsd-amd64), const SYS_FCHOWNAT = 464
37163 pkg syscall (netbsd-amd64), const SYS_FCHROOT = 297
37164 pkg syscall (netbsd-amd64), const SYS_FCNTL = 92
37165 pkg syscall (netbsd-amd64), const SYS_FDATASYNC = 241
37166 pkg syscall (netbsd-amd64), const SYS_FEXECVE = 465
37167 pkg syscall (netbsd-amd64), const SYS_FGETXATTR = 380
37168 pkg syscall (netbsd-amd64), const SYS_FHSTAT = 451
37169 pkg syscall (netbsd-amd64), const SYS_FKTRACE = 288
37170 pkg syscall (netbsd-amd64), const SYS_FLISTXATTR = 383
37171 pkg syscall (netbsd-amd64), const SYS_FLOCK = 131
37172 pkg syscall (netbsd-amd64), const SYS_FORK = 2
37173 pkg syscall (netbsd-amd64), const SYS_FPATHCONF = 192
37174 pkg syscall (netbsd-amd64), const SYS_FREMOVEXATTR = 386
37175 pkg syscall (netbsd-amd64), const SYS_FSETXATTR = 377
37176 pkg syscall (netbsd-amd64), const SYS_FSTAT = 440
37177 pkg syscall (netbsd-amd64), const SYS_FSTATAT = 466
37178 pkg syscall (netbsd-amd64), const SYS_FSTATVFS1 = 358
37179 pkg syscall (netbsd-amd64), const SYS_FSYNC = 95
37180 pkg syscall (netbsd-amd64), const SYS_FSYNC_RANGE = 354
37181 pkg syscall (netbsd-amd64), const SYS_FTRUNCATE = 201
37182 pkg syscall (netbsd-amd64), const SYS_FUTIMENS = 472
37183 pkg syscall (netbsd-amd64), const SYS_FUTIMES = 423
37184 pkg syscall (netbsd-amd64), const SYS_GETCONTEXT = 307
37185 pkg syscall (netbsd-amd64), const SYS_GETDENTS = 390
37186 pkg syscall (netbsd-amd64), const SYS_GETEGID = 43
37187 pkg syscall (netbsd-amd64), const SYS_GETEUID = 25
37188 pkg syscall (netbsd-amd64), const SYS_GETFH = 395
37189 pkg syscall (netbsd-amd64), const SYS_GETGID = 47
37190 pkg syscall (netbsd-amd64), const SYS_GETGROUPS = 79
37191 pkg syscall (netbsd-amd64), const SYS_GETITIMER = 426
37192 pkg syscall (netbsd-amd64), const SYS_GETPEERNAME = 31
37193 pkg syscall (netbsd-amd64), const SYS_GETPGID = 207
37194 pkg syscall (netbsd-amd64), const SYS_GETPGRP = 81
37195 pkg syscall (netbsd-amd64), const SYS_GETPID = 20
37196 pkg syscall (netbsd-amd64), const SYS_GETPPID = 39
37197 pkg syscall (netbsd-amd64), const SYS_GETPRIORITY = 100
37198 pkg syscall (netbsd-amd64), const SYS_GETRLIMIT = 194
37199 pkg syscall (netbsd-amd64), const SYS_GETRUSAGE = 445
37200 pkg syscall (netbsd-amd64), const SYS_GETSID = 286
37201 pkg syscall (netbsd-amd64), const SYS_GETSOCKNAME = 32
37202 pkg syscall (netbsd-amd64), const SYS_GETSOCKOPT = 118
37203 pkg syscall (netbsd-amd64), const SYS_GETTIMEOFDAY = 418
37204 pkg syscall (netbsd-amd64), const SYS_GETUID = 24
37205 pkg syscall (netbsd-amd64), const SYS_GETVFSSTAT = 356
37206 pkg syscall (netbsd-amd64), const SYS_GETXATTR = 378
37207 pkg syscall (netbsd-amd64), const SYS_IOCTL = 54
37208 pkg syscall (netbsd-amd64), const SYS_ISSETUGID = 305
37209 pkg syscall (netbsd-amd64), const SYS_KEVENT = 435
37210 pkg syscall (netbsd-amd64), const SYS_KILL = 37
37211 pkg syscall (netbsd-amd64), const SYS_KQUEUE = 344
37212 pkg syscall (netbsd-amd64), const SYS_KQUEUE1 = 455
37213 pkg syscall (netbsd-amd64), const SYS_KTRACE = 45
37214 pkg syscall (netbsd-amd64), const SYS_LCHFLAGS = 304
37215 pkg syscall (netbsd-amd64), const SYS_LCHMOD = 274
37216 pkg syscall (netbsd-amd64), const SYS_LCHOWN = 275
37217 pkg syscall (netbsd-amd64), const SYS_LGETXATTR = 379
37218 pkg syscall (netbsd-amd64), const SYS_LINK = 9
37219 pkg syscall (netbsd-amd64), const SYS_LINKAT = 457
37220 pkg syscall (netbsd-amd64), const SYS_LISTEN = 106
37221 pkg syscall (netbsd-amd64), const SYS_LISTXATTR = 381
37222 pkg syscall (netbsd-amd64), const SYS_LLISTXATTR = 382
37223 pkg syscall (netbsd-amd64), const SYS_LREMOVEXATTR = 385
37224 pkg syscall (netbsd-amd64), const SYS_LSEEK = 199
37225 pkg syscall (netbsd-amd64), const SYS_LSETXATTR = 376
37226 pkg syscall (netbsd-amd64), const SYS_LSTAT = 441
37227 pkg syscall (netbsd-amd64), const SYS_LUTIMES = 424
37228 pkg syscall (netbsd-amd64), const SYS_MADVISE = 75
37229 pkg syscall (netbsd-amd64), const SYS_MINCORE = 78
37230 pkg syscall (netbsd-amd64), const SYS_MINHERIT = 273
37231 pkg syscall (netbsd-amd64), const SYS_MKDIR = 136
37232 pkg syscall (netbsd-amd64), const SYS_MKDIRAT = 461
37233 pkg syscall (netbsd-amd64), const SYS_MKFIFO = 132
37234 pkg syscall (netbsd-amd64), const SYS_MKFIFOAT = 459
37235 pkg syscall (netbsd-amd64), const SYS_MKNOD = 450
37236 pkg syscall (netbsd-amd64), const SYS_MKNODAT = 460
37237 pkg syscall (netbsd-amd64), const SYS_MLOCK = 203
37238 pkg syscall (netbsd-amd64), const SYS_MLOCKALL = 242
37239 pkg syscall (netbsd-amd64), const SYS_MMAP = 197
37240 pkg syscall (netbsd-amd64), const SYS_MODCTL = 246
37241 pkg syscall (netbsd-amd64), const SYS_MOUNT = 410
37242 pkg syscall (netbsd-amd64), const SYS_MPROTECT = 74
37243 pkg syscall (netbsd-amd64), const SYS_MREMAP = 411
37244 pkg syscall (netbsd-amd64), const SYS_MSGCTL = 444
37245 pkg syscall (netbsd-amd64), const SYS_MSGGET = 225
37246 pkg syscall (netbsd-amd64), const SYS_MSGRCV = 227
37247 pkg syscall (netbsd-amd64), const SYS_MSGSND = 226
37248 pkg syscall (netbsd-amd64), const SYS_MUNLOCK = 204
37249 pkg syscall (netbsd-amd64), const SYS_MUNLOCKALL = 243
37250 pkg syscall (netbsd-amd64), const SYS_MUNMAP = 73
37251 pkg syscall (netbsd-amd64), const SYS_NANOSLEEP = 430
37252 pkg syscall (netbsd-amd64), const SYS_NTP_ADJTIME = 176
37253 pkg syscall (netbsd-amd64), const SYS_NTP_GETTIME = 448
37254 pkg syscall (netbsd-amd64), const SYS_OPEN = 5
37255 pkg syscall (netbsd-amd64), const SYS_OPENAT = 468
37256 pkg syscall (netbsd-amd64), const SYS_PACCEPT = 456
37257 pkg syscall (netbsd-amd64), const SYS_PATHCONF = 191
37258 pkg syscall (netbsd-amd64), const SYS_PIPE = 42
37259 pkg syscall (netbsd-amd64), const SYS_PIPE2 = 453
37260 pkg syscall (netbsd-amd64), const SYS_PMC_CONTROL = 342
37261 pkg syscall (netbsd-amd64), const SYS_PMC_GET_INFO = 341
37262 pkg syscall (netbsd-amd64), const SYS_POLL = 209
37263 pkg syscall (netbsd-amd64), const SYS_POLLTS = 437
37264 pkg syscall (netbsd-amd64), const SYS_POSIX_FADVISE = 416
37265 pkg syscall (netbsd-amd64), const SYS_POSIX_SPAWN = 474
37266 pkg syscall (netbsd-amd64), const SYS_PREAD = 173
37267 pkg syscall (netbsd-amd64), const SYS_PREADV = 289
37268 pkg syscall (netbsd-amd64), const SYS_PROFIL = 44
37269 pkg syscall (netbsd-amd64), const SYS_PSELECT = 436
37270 pkg syscall (netbsd-amd64), const SYS_PSET_ASSIGN = 414
37271 pkg syscall (netbsd-amd64), const SYS_PSET_CREATE = 412
37272 pkg syscall (netbsd-amd64), const SYS_PSET_DESTROY = 413
37273 pkg syscall (netbsd-amd64), const SYS_PTRACE = 26
37274 pkg syscall (netbsd-amd64), const SYS_PWRITE = 174
37275 pkg syscall (netbsd-amd64), const SYS_PWRITEV = 290
37276 pkg syscall (netbsd-amd64), const SYS_RASCTL = 343
37277 pkg syscall (netbsd-amd64), const SYS_READ = 3
37278 pkg syscall (netbsd-amd64), const SYS_READLINK = 58
37279 pkg syscall (netbsd-amd64), const SYS_READLINKAT = 469
37280 pkg syscall (netbsd-amd64), const SYS_READV = 120
37281 pkg syscall (netbsd-amd64), const SYS_REBOOT = 208
37282 pkg syscall (netbsd-amd64), const SYS_RECVFROM = 29
37283 pkg syscall (netbsd-amd64), const SYS_RECVMMSG = 475
37284 pkg syscall (netbsd-amd64), const SYS_RECVMSG = 27
37285 pkg syscall (netbsd-amd64), const SYS_REMOVEXATTR = 384
37286 pkg syscall (netbsd-amd64), const SYS_RENAME = 128
37287 pkg syscall (netbsd-amd64), const SYS_RENAMEAT = 458
37288 pkg syscall (netbsd-amd64), const SYS_REVOKE = 56
37289 pkg syscall (netbsd-amd64), const SYS_RMDIR = 137
37290 pkg syscall (netbsd-amd64), const SYS_SBRK = 69
37291 pkg syscall (netbsd-amd64), const SYS_SCHED_YIELD = 350
37292 pkg syscall (netbsd-amd64), const SYS_SELECT = 417
37293 pkg syscall (netbsd-amd64), const SYS_SEMCONFIG = 223
37294 pkg syscall (netbsd-amd64), const SYS_SEMGET = 221
37295 pkg syscall (netbsd-amd64), const SYS_SEMOP = 222
37296 pkg syscall (netbsd-amd64), const SYS_SENDMMSG = 476
37297 pkg syscall (netbsd-amd64), const SYS_SENDMSG = 28
37298 pkg syscall (netbsd-amd64), const SYS_SENDTO = 133
37299 pkg syscall (netbsd-amd64), const SYS_SETCONTEXT = 308
37300 pkg syscall (netbsd-amd64), const SYS_SETEGID = 182
37301 pkg syscall (netbsd-amd64), const SYS_SETEUID = 183
37302 pkg syscall (netbsd-amd64), const SYS_SETGID = 181
37303 pkg syscall (netbsd-amd64), const SYS_SETGROUPS = 80
37304 pkg syscall (netbsd-amd64), const SYS_SETITIMER = 425
37305 pkg syscall (netbsd-amd64), const SYS_SETPGID = 82
37306 pkg syscall (netbsd-amd64), const SYS_SETPRIORITY = 96
37307 pkg syscall (netbsd-amd64), const SYS_SETREGID = 127
37308 pkg syscall (netbsd-amd64), const SYS_SETREUID = 126
37309 pkg syscall (netbsd-amd64), const SYS_SETRLIMIT = 195
37310 pkg syscall (netbsd-amd64), const SYS_SETSID = 147
37311 pkg syscall (netbsd-amd64), const SYS_SETSOCKOPT = 105
37312 pkg syscall (netbsd-amd64), const SYS_SETTIMEOFDAY = 419
37313 pkg syscall (netbsd-amd64), const SYS_SETUID = 23
37314 pkg syscall (netbsd-amd64), const SYS_SETXATTR = 375
37315 pkg syscall (netbsd-amd64), const SYS_SHMAT = 228
37316 pkg syscall (netbsd-amd64), const SYS_SHMCTL = 443
37317 pkg syscall (netbsd-amd64), const SYS_SHMDT = 230
37318 pkg syscall (netbsd-amd64), const SYS_SHMGET = 231
37319 pkg syscall (netbsd-amd64), const SYS_SHUTDOWN = 134
37320 pkg syscall (netbsd-amd64), const SYS_SIGQUEUEINFO = 245
37321 pkg syscall (netbsd-amd64), const SYS_SOCKET = 394
37322 pkg syscall (netbsd-amd64), const SYS_SOCKETPAIR = 135
37323 pkg syscall (netbsd-amd64), const SYS_SSTK = 70
37324 pkg syscall (netbsd-amd64), const SYS_STAT = 439
37325 pkg syscall (netbsd-amd64), const SYS_STATVFS1 = 357
37326 pkg syscall (netbsd-amd64), const SYS_SWAPCTL = 271
37327 pkg syscall (netbsd-amd64), const SYS_SYMLINK = 57
37328 pkg syscall (netbsd-amd64), const SYS_SYMLINKAT = 470
37329 pkg syscall (netbsd-amd64), const SYS_SYNC = 36
37330 pkg syscall (netbsd-amd64), const SYS_SYSARCH = 165
37331 pkg syscall (netbsd-amd64), const SYS_TIMER_CREATE = 235
37332 pkg syscall (netbsd-amd64), const SYS_TIMER_DELETE = 236
37333 pkg syscall (netbsd-amd64), const SYS_TIMER_GETOVERRUN = 239
37334 pkg syscall (netbsd-amd64), const SYS_TIMER_GETTIME = 447
37335 pkg syscall (netbsd-amd64), const SYS_TIMER_SETTIME = 446
37336 pkg syscall (netbsd-amd64), const SYS_TRUNCATE = 200
37337 pkg syscall (netbsd-amd64), const SYS_UMASK = 60
37338 pkg syscall (netbsd-amd64), const SYS_UNDELETE = 205
37339 pkg syscall (netbsd-amd64), const SYS_UNLINK = 10
37340 pkg syscall (netbsd-amd64), const SYS_UNLINKAT = 471
37341 pkg syscall (netbsd-amd64), const SYS_UNMOUNT = 22
37342 pkg syscall (netbsd-amd64), const SYS_UTIMENSAT = 467
37343 pkg syscall (netbsd-amd64), const SYS_UTIMES = 420
37344 pkg syscall (netbsd-amd64), const SYS_UTRACE = 306
37345 pkg syscall (netbsd-amd64), const SYS_UUIDGEN = 355
37346 pkg syscall (netbsd-amd64), const SYS_VADVISE = 72
37347 pkg syscall (netbsd-amd64), const SYS_VFORK = 66
37348 pkg syscall (netbsd-amd64), const SYS_WAIT4 = 449
37349 pkg syscall (netbsd-amd64), const SYS_WRITE = 4
37350 pkg syscall (netbsd-amd64), const SYS_WRITEV = 121
37351 pkg syscall (netbsd-amd64), const SYS__LWP_CONTINUE = 314
37352 pkg syscall (netbsd-amd64), const SYS__LWP_CREATE = 309
37353 pkg syscall (netbsd-amd64), const SYS__LWP_CTL = 325
37354 pkg syscall (netbsd-amd64), const SYS__LWP_DETACH = 319
37355 pkg syscall (netbsd-amd64), const SYS__LWP_EXIT = 310
37356 pkg syscall (netbsd-amd64), const SYS__LWP_GETNAME = 324
37357 pkg syscall (netbsd-amd64), const SYS__LWP_GETPRIVATE = 316
37358 pkg syscall (netbsd-amd64), const SYS__LWP_KILL = 318
37359 pkg syscall (netbsd-amd64), const SYS__LWP_PARK = 434
37360 pkg syscall (netbsd-amd64), const SYS__LWP_SELF = 311
37361 pkg syscall (netbsd-amd64), const SYS__LWP_SETNAME = 323
37362 pkg syscall (netbsd-amd64), const SYS__LWP_SETPRIVATE = 317
37363 pkg syscall (netbsd-amd64), const SYS__LWP_SUSPEND = 313
37364 pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK = 321
37365 pkg syscall (netbsd-amd64), const SYS__LWP_UNPARK_ALL = 322
37366 pkg syscall (netbsd-amd64), const SYS__LWP_WAIT = 312
37367 pkg syscall (netbsd-amd64), const SYS__LWP_WAKEUP = 315
37368 pkg syscall (netbsd-amd64), const SYS__PSET_BIND = 415
37369 pkg syscall (netbsd-amd64), const SYS__SCHED_GETAFFINITY = 349
37370 pkg syscall (netbsd-amd64), const SYS__SCHED_GETPARAM = 347
37371 pkg syscall (netbsd-amd64), const SYS__SCHED_SETAFFINITY = 348
37372 pkg syscall (netbsd-amd64), const SYS__SCHED_SETPARAM = 346
37373 pkg syscall (netbsd-amd64), const SYS___CLONE = 287
37374 pkg syscall (netbsd-amd64), const SYS___GETCWD = 296
37375 pkg syscall (netbsd-amd64), const SYS___GETLOGIN = 49
37376 pkg syscall (netbsd-amd64), const SYS___POSIX_CHOWN = 283
37377 pkg syscall (netbsd-amd64), const SYS___POSIX_FCHOWN = 284
37378 pkg syscall (netbsd-amd64), const SYS___POSIX_LCHOWN = 285
37379 pkg syscall (netbsd-amd64), const SYS___POSIX_RENAME = 270
37380 pkg syscall (netbsd-amd64), const SYS___QUOTACTL = 473
37381 pkg syscall (netbsd-amd64), const SYS___SEMCTL = 442
37382 pkg syscall (netbsd-amd64), const SYS___SETLOGIN = 50
37383 pkg syscall (netbsd-amd64), const SYS___SIGACTION_SIGTRAMP = 340
37384 pkg syscall (netbsd-amd64), const SYS___SIGTIMEDWAIT = 431
37385 pkg syscall (netbsd-amd64), const SYS___SYSCTL = 202
37386 pkg syscall (netbsd-amd64), const S_ARCH1 = 65536
37387 pkg syscall (netbsd-amd64), const S_ARCH2 = 131072
37388 pkg syscall (netbsd-amd64), const S_BLKSIZE = 512
37389 pkg syscall (netbsd-amd64), const S_IEXEC = 64
37390 pkg syscall (netbsd-amd64), const S_IFMT = 61440
37391 pkg syscall (netbsd-amd64), const S_IFWHT = 57344
37392 pkg syscall (netbsd-amd64), const S_IREAD = 256
37393 pkg syscall (netbsd-amd64), const S_IRGRP = 32
37394 pkg syscall (netbsd-amd64), const S_IROTH = 4
37395 pkg syscall (netbsd-amd64), const S_IRWXG = 56
37396 pkg syscall (netbsd-amd64), const S_IRWXO = 7
37397 pkg syscall (netbsd-amd64), const S_IRWXU = 448
37398 pkg syscall (netbsd-amd64), const S_ISTXT = 512
37399 pkg syscall (netbsd-amd64), const S_IWGRP = 16
37400 pkg syscall (netbsd-amd64), const S_IWOTH = 2
37401 pkg syscall (netbsd-amd64), const S_IWRITE = 128
37402 pkg syscall (netbsd-amd64), const S_IXGRP = 8
37403 pkg syscall (netbsd-amd64), const S_IXOTH = 1
37404 pkg syscall (netbsd-amd64), const S_LOGIN_SET = 1
37405 pkg syscall (netbsd-amd64), const SizeofBpfHdr = 32
37406 pkg syscall (netbsd-amd64), const SizeofBpfInsn = 8
37407 pkg syscall (netbsd-amd64), const SizeofBpfProgram = 16
37408 pkg syscall (netbsd-amd64), const SizeofBpfStat = 128
37409 pkg syscall (netbsd-amd64), const SizeofBpfVersion = 4
37410 pkg syscall (netbsd-amd64), const SizeofCmsghdr = 12
37411 pkg syscall (netbsd-amd64), const SizeofIPMreq = 8
37412 pkg syscall (netbsd-amd64), const SizeofIPv6Mreq = 20
37413 pkg syscall (netbsd-amd64), const SizeofIfAnnounceMsghdr = 24
37414 pkg syscall (netbsd-amd64), const SizeofIfData = 136
37415 pkg syscall (netbsd-amd64), const SizeofIfMsghdr = 152
37416 pkg syscall (netbsd-amd64), const SizeofIfaMsghdr = 24
37417 pkg syscall (netbsd-amd64), const SizeofInet6Pktinfo = 20
37418 pkg syscall (netbsd-amd64), const SizeofLinger = 8
37419 pkg syscall (netbsd-amd64), const SizeofMsghdr = 48
37420 pkg syscall (netbsd-amd64), const SizeofRtMetrics = 80
37421 pkg syscall (netbsd-amd64), const SizeofRtMsghdr = 120
37422 pkg syscall (netbsd-amd64), const SizeofSockaddrAny = 108
37423 pkg syscall (netbsd-amd64), const SizeofSockaddrDatalink = 20
37424 pkg syscall (netbsd-amd64), const SizeofSockaddrInet4 = 16
37425 pkg syscall (netbsd-amd64), const SizeofSockaddrInet6 = 28
37426 pkg syscall (netbsd-amd64), const SizeofSockaddrUnix = 106
37427 pkg syscall (netbsd-amd64), const TCIFLUSH = 1
37428 pkg syscall (netbsd-amd64), const TCIOFLUSH = 3
37429 pkg syscall (netbsd-amd64), const TCOFLUSH = 2
37430 pkg syscall (netbsd-amd64), const TCP_CONGCTL = 32
37431 pkg syscall (netbsd-amd64), const TCP_KEEPCNT = 6
37432 pkg syscall (netbsd-amd64), const TCP_KEEPIDLE = 3
37433 pkg syscall (netbsd-amd64), const TCP_KEEPINIT = 7
37434 pkg syscall (netbsd-amd64), const TCP_KEEPINTVL = 5
37435 pkg syscall (netbsd-amd64), const TCP_MAXBURST = 4
37436 pkg syscall (netbsd-amd64), const TCP_MAXSEG = 2
37437 pkg syscall (netbsd-amd64), const TCP_MAXWIN = 65535
37438 pkg syscall (netbsd-amd64), const TCP_MAX_WINSHIFT = 14
37439 pkg syscall (netbsd-amd64), const TCP_MD5SIG = 16
37440 pkg syscall (netbsd-amd64), const TCP_MINMSS = 216
37441 pkg syscall (netbsd-amd64), const TCP_MSS = 536
37442 pkg syscall (netbsd-amd64), const TCSAFLUSH = 2
37443 pkg syscall (netbsd-amd64), const TIOCCBRK = 536900730
37444 pkg syscall (netbsd-amd64), const TIOCCDTR = 536900728
37445 pkg syscall (netbsd-amd64), const TIOCCONS = 2147775586
37446 pkg syscall (netbsd-amd64), const TIOCDCDTIMESTAMP = 1074820184
37447 pkg syscall (netbsd-amd64), const TIOCDRAIN = 536900702
37448 pkg syscall (netbsd-amd64), const TIOCEXCL = 536900621
37449 pkg syscall (netbsd-amd64), const TIOCEXT = 2147775584
37450 pkg syscall (netbsd-amd64), const TIOCFLAG_CDTRCTS = 16
37451 pkg syscall (netbsd-amd64), const TIOCFLAG_CLOCAL = 2
37452 pkg syscall (netbsd-amd64), const TIOCFLAG_CRTSCTS = 4
37453 pkg syscall (netbsd-amd64), const TIOCFLAG_MDMBUF = 8
37454 pkg syscall (netbsd-amd64), const TIOCFLAG_SOFTCAR = 1
37455 pkg syscall (netbsd-amd64), const TIOCFLUSH = 2147775504
37456 pkg syscall (netbsd-amd64), const TIOCGETA = 1076655123
37457 pkg syscall (netbsd-amd64), const TIOCGETD = 1074033690
37458 pkg syscall (netbsd-amd64), const TIOCGFLAGS = 1074033757
37459 pkg syscall (netbsd-amd64), const TIOCGLINED = 1075868738
37460 pkg syscall (netbsd-amd64), const TIOCGPGRP = 1074033783
37461 pkg syscall (netbsd-amd64), const TIOCGQSIZE = 1074033793
37462 pkg syscall (netbsd-amd64), const TIOCGRANTPT = 536900679
37463 pkg syscall (netbsd-amd64), const TIOCGSID = 1074033763
37464 pkg syscall (netbsd-amd64), const TIOCGSIZE = 1074295912
37465 pkg syscall (netbsd-amd64), const TIOCGWINSZ = 1074295912
37466 pkg syscall (netbsd-amd64), const TIOCMBIC = 2147775595
37467 pkg syscall (netbsd-amd64), const TIOCMBIS = 2147775596
37468 pkg syscall (netbsd-amd64), const TIOCMGET = 1074033770
37469 pkg syscall (netbsd-amd64), const TIOCMSET = 2147775597
37470 pkg syscall (netbsd-amd64), const TIOCM_CAR = 64
37471 pkg syscall (netbsd-amd64), const TIOCM_CD = 64
37472 pkg syscall (netbsd-amd64), const TIOCM_CTS = 32
37473 pkg syscall (netbsd-amd64), const TIOCM_DSR = 256
37474 pkg syscall (netbsd-amd64), const TIOCM_DTR = 2
37475 pkg syscall (netbsd-amd64), const TIOCM_LE = 1
37476 pkg syscall (netbsd-amd64), const TIOCM_RI = 128
37477 pkg syscall (netbsd-amd64), const TIOCM_RNG = 128
37478 pkg syscall (netbsd-amd64), const TIOCM_RTS = 4
37479 pkg syscall (netbsd-amd64), const TIOCM_SR = 16
37480 pkg syscall (netbsd-amd64), const TIOCM_ST = 8
37481 pkg syscall (netbsd-amd64), const TIOCNOTTY = 536900721
37482 pkg syscall (netbsd-amd64), const TIOCNXCL = 536900622
37483 pkg syscall (netbsd-amd64), const TIOCOUTQ = 1074033779
37484 pkg syscall (netbsd-amd64), const TIOCPKT = 2147775600
37485 pkg syscall (netbsd-amd64), const TIOCPKT_DATA = 0
37486 pkg syscall (netbsd-amd64), const TIOCPKT_DOSTOP = 32
37487 pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHREAD = 1
37488 pkg syscall (netbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
37489 pkg syscall (netbsd-amd64), const TIOCPKT_IOCTL = 64
37490 pkg syscall (netbsd-amd64), const TIOCPKT_NOSTOP = 16
37491 pkg syscall (netbsd-amd64), const TIOCPKT_START = 8
37492 pkg syscall (netbsd-amd64), const TIOCPKT_STOP = 4
37493 pkg syscall (netbsd-amd64), const TIOCPTMGET = 1076393030
37494 pkg syscall (netbsd-amd64), const TIOCPTSNAME = 1076393032
37495 pkg syscall (netbsd-amd64), const TIOCRCVFRAME = 2148037701
37496 pkg syscall (netbsd-amd64), const TIOCREMOTE = 2147775593
37497 pkg syscall (netbsd-amd64), const TIOCSBRK = 536900731
37498 pkg syscall (netbsd-amd64), const TIOCSCTTY = 536900705
37499 pkg syscall (netbsd-amd64), const TIOCSDTR = 536900729
37500 pkg syscall (netbsd-amd64), const TIOCSETA = 2150396948
37501 pkg syscall (netbsd-amd64), const TIOCSETAF = 2150396950
37502 pkg syscall (netbsd-amd64), const TIOCSETAW = 2150396949
37503 pkg syscall (netbsd-amd64), const TIOCSETD = 2147775515
37504 pkg syscall (netbsd-amd64), const TIOCSFLAGS = 2147775580
37505 pkg syscall (netbsd-amd64), const TIOCSIG = 536900703
37506 pkg syscall (netbsd-amd64), const TIOCSLINED = 2149610563
37507 pkg syscall (netbsd-amd64), const TIOCSPGRP = 2147775606
37508 pkg syscall (netbsd-amd64), const TIOCSQSIZE = 2147775616
37509 pkg syscall (netbsd-amd64), const TIOCSSIZE = 2148037735
37510 pkg syscall (netbsd-amd64), const TIOCSTART = 536900718
37511 pkg syscall (netbsd-amd64), const TIOCSTAT = 2147775589
37512 pkg syscall (netbsd-amd64), const TIOCSTI = 2147578994
37513 pkg syscall (netbsd-amd64), const TIOCSTOP = 536900719
37514 pkg syscall (netbsd-amd64), const TIOCSWINSZ = 2148037735
37515 pkg syscall (netbsd-amd64), const TIOCUCNTL = 2147775590
37516 pkg syscall (netbsd-amd64), const TIOCXMTFRAME = 2148037700
37517 pkg syscall (netbsd-amd64), const TOSTOP = 4194304
37518 pkg syscall (netbsd-amd64), const VDISCARD = 15
37519 pkg syscall (netbsd-amd64), const VDSUSP = 11
37520 pkg syscall (netbsd-amd64), const VEOF = 0
37521 pkg syscall (netbsd-amd64), const VEOL = 1
37522 pkg syscall (netbsd-amd64), const VEOL2 = 2
37523 pkg syscall (netbsd-amd64), const VERASE = 3
37524 pkg syscall (netbsd-amd64), const VINTR = 8
37525 pkg syscall (netbsd-amd64), const VKILL = 5
37526 pkg syscall (netbsd-amd64), const VLNEXT = 14
37527 pkg syscall (netbsd-amd64), const VMIN = 16
37528 pkg syscall (netbsd-amd64), const VQUIT = 9
37529 pkg syscall (netbsd-amd64), const VREPRINT = 6
37530 pkg syscall (netbsd-amd64), const VSTART = 12
37531 pkg syscall (netbsd-amd64), const VSTATUS = 18
37532 pkg syscall (netbsd-amd64), const VSTOP = 13
37533 pkg syscall (netbsd-amd64), const VSUSP = 10
37534 pkg syscall (netbsd-amd64), const VTIME = 17
37535 pkg syscall (netbsd-amd64), const VWERASE = 4
37536 pkg syscall (netbsd-amd64), const WALL = 8
37537 pkg syscall (netbsd-amd64), const WALLSIG = 8
37538 pkg syscall (netbsd-amd64), const WALTSIG = 4
37539 pkg syscall (netbsd-amd64), const WCLONE = 4
37540 pkg syscall (netbsd-amd64), const WCOREFLAG = 128
37541 pkg syscall (netbsd-amd64), const WNOHANG = 1
37542 pkg syscall (netbsd-amd64), const WNOWAIT = 65536
37543 pkg syscall (netbsd-amd64), const WNOZOMBIE = 131072
37544 pkg syscall (netbsd-amd64), const WOPTSCHECKED = 262144
37545 pkg syscall (netbsd-amd64), const WSTOPPED = 127
37546 pkg syscall (netbsd-amd64), const WUNTRACED = 2
37547 pkg syscall (netbsd-amd64-cgo), const AF_APPLETALK = 16
37548 pkg syscall (netbsd-amd64-cgo), const AF_ARP = 28
37549 pkg syscall (netbsd-amd64-cgo), const AF_BLUETOOTH = 31
37550 pkg syscall (netbsd-amd64-cgo), const AF_CCITT = 10
37551 pkg syscall (netbsd-amd64-cgo), const AF_CHAOS = 5
37552 pkg syscall (netbsd-amd64-cgo), const AF_CNT = 21
37553 pkg syscall (netbsd-amd64-cgo), const AF_COIP = 20
37554 pkg syscall (netbsd-amd64-cgo), const AF_DATAKIT = 9
37555 pkg syscall (netbsd-amd64-cgo), const AF_DECnet = 12
37556 pkg syscall (netbsd-amd64-cgo), const AF_DLI = 13
37557 pkg syscall (netbsd-amd64-cgo), const AF_E164 = 26
37558 pkg syscall (netbsd-amd64-cgo), const AF_ECMA = 8
37559 pkg syscall (netbsd-amd64-cgo), const AF_HYLINK = 15
37560 pkg syscall (netbsd-amd64-cgo), const AF_IEEE80211 = 32
37561 pkg syscall (netbsd-amd64-cgo), const AF_IMPLINK = 3
37562 pkg syscall (netbsd-amd64-cgo), const AF_INET6 = 24
37563 pkg syscall (netbsd-amd64-cgo), const AF_IPX = 23
37564 pkg syscall (netbsd-amd64-cgo), const AF_ISDN = 26
37565 pkg syscall (netbsd-amd64-cgo), const AF_ISO = 7
37566 pkg syscall (netbsd-amd64-cgo), const AF_LAT = 14
37567 pkg syscall (netbsd-amd64-cgo), const AF_LINK = 18
37568 pkg syscall (netbsd-amd64-cgo), const AF_LOCAL = 1
37569 pkg syscall (netbsd-amd64-cgo), const AF_MAX = 35
37570 pkg syscall (netbsd-amd64-cgo), const AF_MPLS = 33
37571 pkg syscall (netbsd-amd64-cgo), const AF_NATM = 27
37572 pkg syscall (netbsd-amd64-cgo), const AF_NS = 6
37573 pkg syscall (netbsd-amd64-cgo), const AF_OROUTE = 17
37574 pkg syscall (netbsd-amd64-cgo), const AF_OSI = 7
37575 pkg syscall (netbsd-amd64-cgo), const AF_PUP = 4
37576 pkg syscall (netbsd-amd64-cgo), const AF_ROUTE = 34
37577 pkg syscall (netbsd-amd64-cgo), const AF_SNA = 11
37578 pkg syscall (netbsd-amd64-cgo), const ARPHRD_ARCNET = 7
37579 pkg syscall (netbsd-amd64-cgo), const ARPHRD_ETHER = 1
37580 pkg syscall (netbsd-amd64-cgo), const ARPHRD_FRELAY = 15
37581 pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
37582 pkg syscall (netbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
37583 pkg syscall (netbsd-amd64-cgo), const ARPHRD_STRIP = 23
37584 pkg syscall (netbsd-amd64-cgo), const B0 = 0
37585 pkg syscall (netbsd-amd64-cgo), const B110 = 110
37586 pkg syscall (netbsd-amd64-cgo), const B115200 = 115200
37587 pkg syscall (netbsd-amd64-cgo), const B1200 = 1200
37588 pkg syscall (netbsd-amd64-cgo), const B134 = 134
37589 pkg syscall (netbsd-amd64-cgo), const B14400 = 14400
37590 pkg syscall (netbsd-amd64-cgo), const B150 = 150
37591 pkg syscall (netbsd-amd64-cgo), const B1800 = 1800
37592 pkg syscall (netbsd-amd64-cgo), const B19200 = 19200
37593 pkg syscall (netbsd-amd64-cgo), const B200 = 200
37594 pkg syscall (netbsd-amd64-cgo), const B230400 = 230400
37595 pkg syscall (netbsd-amd64-cgo), const B2400 = 2400
37596 pkg syscall (netbsd-amd64-cgo), const B28800 = 28800
37597 pkg syscall (netbsd-amd64-cgo), const B300 = 300
37598 pkg syscall (netbsd-amd64-cgo), const B38400 = 38400
37599 pkg syscall (netbsd-amd64-cgo), const B460800 = 460800
37600 pkg syscall (netbsd-amd64-cgo), const B4800 = 4800
37601 pkg syscall (netbsd-amd64-cgo), const B50 = 50
37602 pkg syscall (netbsd-amd64-cgo), const B57600 = 57600
37603 pkg syscall (netbsd-amd64-cgo), const B600 = 600
37604 pkg syscall (netbsd-amd64-cgo), const B7200 = 7200
37605 pkg syscall (netbsd-amd64-cgo), const B75 = 75
37606 pkg syscall (netbsd-amd64-cgo), const B76800 = 76800
37607 pkg syscall (netbsd-amd64-cgo), const B921600 = 921600
37608 pkg syscall (netbsd-amd64-cgo), const B9600 = 9600
37609 pkg syscall (netbsd-amd64-cgo), const BIOCFEEDBACK = 2147762813
37610 pkg syscall (netbsd-amd64-cgo), const BIOCFLUSH = 536887912
37611 pkg syscall (netbsd-amd64-cgo), const BIOCGBLEN = 1074020966
37612 pkg syscall (netbsd-amd64-cgo), const BIOCGDLT = 1074020970
37613 pkg syscall (netbsd-amd64-cgo), const BIOCGDLTLIST = 3222291063
37614 pkg syscall (netbsd-amd64-cgo), const BIOCGETIF = 1083196011
37615 pkg syscall (netbsd-amd64-cgo), const BIOCGFEEDBACK = 1074020988
37616 pkg syscall (netbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
37617 pkg syscall (netbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807419
37618 pkg syscall (netbsd-amd64-cgo), const BIOCGSEESENT = 1074020984
37619 pkg syscall (netbsd-amd64-cgo), const BIOCGSTATS = 1082147439
37620 pkg syscall (netbsd-amd64-cgo), const BIOCGSTATSOLD = 1074283119
37621 pkg syscall (netbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
37622 pkg syscall (netbsd-amd64-cgo), const BIOCPROMISC = 536887913
37623 pkg syscall (netbsd-amd64-cgo), const BIOCSBLEN = 3221504614
37624 pkg syscall (netbsd-amd64-cgo), const BIOCSDLT = 2147762806
37625 pkg syscall (netbsd-amd64-cgo), const BIOCSETF = 2148549223
37626 pkg syscall (netbsd-amd64-cgo), const BIOCSETIF = 2156937836
37627 pkg syscall (netbsd-amd64-cgo), const BIOCSFEEDBACK = 2147762813
37628 pkg syscall (netbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
37629 pkg syscall (netbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549242
37630 pkg syscall (netbsd-amd64-cgo), const BIOCSSEESENT = 2147762809
37631 pkg syscall (netbsd-amd64-cgo), const BIOCSTCPF = 2148549234
37632 pkg syscall (netbsd-amd64-cgo), const BIOCSUDPF = 2148549235
37633 pkg syscall (netbsd-amd64-cgo), const BIOCVERSION = 1074020977
37634 pkg syscall (netbsd-amd64-cgo), const BPF_A = 16
37635 pkg syscall (netbsd-amd64-cgo), const BPF_ABS = 32
37636 pkg syscall (netbsd-amd64-cgo), const BPF_ADD = 0
37637 pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT = 8
37638 pkg syscall (netbsd-amd64-cgo), const BPF_ALIGNMENT32 = 4
37639 pkg syscall (netbsd-amd64-cgo), const BPF_ALU = 4
37640 pkg syscall (netbsd-amd64-cgo), const BPF_AND = 80
37641 pkg syscall (netbsd-amd64-cgo), const BPF_B = 16
37642 pkg syscall (netbsd-amd64-cgo), const BPF_DFLTBUFSIZE = 1048576
37643 pkg syscall (netbsd-amd64-cgo), const BPF_DIV = 48
37644 pkg syscall (netbsd-amd64-cgo), const BPF_H = 8
37645 pkg syscall (netbsd-amd64-cgo), const BPF_IMM = 0
37646 pkg syscall (netbsd-amd64-cgo), const BPF_IND = 64
37647 pkg syscall (netbsd-amd64-cgo), const BPF_JA = 0
37648 pkg syscall (netbsd-amd64-cgo), const BPF_JEQ = 16
37649 pkg syscall (netbsd-amd64-cgo), const BPF_JGE = 48
37650 pkg syscall (netbsd-amd64-cgo), const BPF_JGT = 32
37651 pkg syscall (netbsd-amd64-cgo), const BPF_JMP = 5
37652 pkg syscall (netbsd-amd64-cgo), const BPF_JSET = 64
37653 pkg syscall (netbsd-amd64-cgo), const BPF_K = 0
37654 pkg syscall (netbsd-amd64-cgo), const BPF_LD = 0
37655 pkg syscall (netbsd-amd64-cgo), const BPF_LDX = 1
37656 pkg syscall (netbsd-amd64-cgo), const BPF_LEN = 128
37657 pkg syscall (netbsd-amd64-cgo), const BPF_LSH = 96
37658 pkg syscall (netbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
37659 pkg syscall (netbsd-amd64-cgo), const BPF_MAXBUFSIZE = 16777216
37660 pkg syscall (netbsd-amd64-cgo), const BPF_MAXINSNS = 512
37661 pkg syscall (netbsd-amd64-cgo), const BPF_MEM = 96
37662 pkg syscall (netbsd-amd64-cgo), const BPF_MEMWORDS = 16
37663 pkg syscall (netbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
37664 pkg syscall (netbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
37665 pkg syscall (netbsd-amd64-cgo), const BPF_MISC = 7
37666 pkg syscall (netbsd-amd64-cgo), const BPF_MSH = 160
37667 pkg syscall (netbsd-amd64-cgo), const BPF_MUL = 32
37668 pkg syscall (netbsd-amd64-cgo), const BPF_NEG = 128
37669 pkg syscall (netbsd-amd64-cgo), const BPF_OR = 64
37670 pkg syscall (netbsd-amd64-cgo), const BPF_RELEASE = 199606
37671 pkg syscall (netbsd-amd64-cgo), const BPF_RET = 6
37672 pkg syscall (netbsd-amd64-cgo), const BPF_RSH = 112
37673 pkg syscall (netbsd-amd64-cgo), const BPF_ST = 2
37674 pkg syscall (netbsd-amd64-cgo), const BPF_STX = 3
37675 pkg syscall (netbsd-amd64-cgo), const BPF_SUB = 16
37676 pkg syscall (netbsd-amd64-cgo), const BPF_TAX = 0
37677 pkg syscall (netbsd-amd64-cgo), const BPF_TXA = 128
37678 pkg syscall (netbsd-amd64-cgo), const BPF_W = 0
37679 pkg syscall (netbsd-amd64-cgo), const BPF_X = 8
37680 pkg syscall (netbsd-amd64-cgo), const BRKINT = 2
37681 pkg syscall (netbsd-amd64-cgo), const CFLUSH = 15
37682 pkg syscall (netbsd-amd64-cgo), const CLOCAL = 32768
37683 pkg syscall (netbsd-amd64-cgo), const CREAD = 2048
37684 pkg syscall (netbsd-amd64-cgo), const CS5 = 0
37685 pkg syscall (netbsd-amd64-cgo), const CS6 = 256
37686 pkg syscall (netbsd-amd64-cgo), const CS7 = 512
37687 pkg syscall (netbsd-amd64-cgo), const CS8 = 768
37688 pkg syscall (netbsd-amd64-cgo), const CSIZE = 768
37689 pkg syscall (netbsd-amd64-cgo), const CSTART = 17
37690 pkg syscall (netbsd-amd64-cgo), const CSTATUS = 20
37691 pkg syscall (netbsd-amd64-cgo), const CSTOP = 19
37692 pkg syscall (netbsd-amd64-cgo), const CSTOPB = 1024
37693 pkg syscall (netbsd-amd64-cgo), const CSUSP = 26
37694 pkg syscall (netbsd-amd64-cgo), const CTL_MAXNAME = 12
37695 pkg syscall (netbsd-amd64-cgo), const CTL_NET = 4
37696 pkg syscall (netbsd-amd64-cgo), const CTL_QUERY = -2
37697 pkg syscall (netbsd-amd64-cgo), const DIOCBSFLUSH = 536896632
37698 pkg syscall (netbsd-amd64-cgo), const DLT_A429 = 184
37699 pkg syscall (netbsd-amd64-cgo), const DLT_A653_ICM = 185
37700 pkg syscall (netbsd-amd64-cgo), const DLT_AIRONET_HEADER = 120
37701 pkg syscall (netbsd-amd64-cgo), const DLT_AOS = 222
37702 pkg syscall (netbsd-amd64-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
37703 pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET = 7
37704 pkg syscall (netbsd-amd64-cgo), const DLT_ARCNET_LINUX = 129
37705 pkg syscall (netbsd-amd64-cgo), const DLT_ATM_CLIP = 19
37706 pkg syscall (netbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
37707 pkg syscall (netbsd-amd64-cgo), const DLT_AURORA = 126
37708 pkg syscall (netbsd-amd64-cgo), const DLT_AX25 = 3
37709 pkg syscall (netbsd-amd64-cgo), const DLT_AX25_KISS = 202
37710 pkg syscall (netbsd-amd64-cgo), const DLT_BACNET_MS_TP = 165
37711 pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
37712 pkg syscall (netbsd-amd64-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
37713 pkg syscall (netbsd-amd64-cgo), const DLT_CAN20B = 190
37714 pkg syscall (netbsd-amd64-cgo), const DLT_CAN_SOCKETCAN = 227
37715 pkg syscall (netbsd-amd64-cgo), const DLT_CHAOS = 5
37716 pkg syscall (netbsd-amd64-cgo), const DLT_CISCO_IOS = 118
37717 pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC = 104
37718 pkg syscall (netbsd-amd64-cgo), const DLT_C_HDLC_WITH_DIR = 205
37719 pkg syscall (netbsd-amd64-cgo), const DLT_DECT = 221
37720 pkg syscall (netbsd-amd64-cgo), const DLT_DOCSIS = 143
37721 pkg syscall (netbsd-amd64-cgo), const DLT_ECONET = 115
37722 pkg syscall (netbsd-amd64-cgo), const DLT_EN10MB = 1
37723 pkg syscall (netbsd-amd64-cgo), const DLT_EN3MB = 2
37724 pkg syscall (netbsd-amd64-cgo), const DLT_ENC = 109
37725 pkg syscall (netbsd-amd64-cgo), const DLT_ERF = 197
37726 pkg syscall (netbsd-amd64-cgo), const DLT_ERF_ETH = 175
37727 pkg syscall (netbsd-amd64-cgo), const DLT_ERF_POS = 176
37728 pkg syscall (netbsd-amd64-cgo), const DLT_FC_2 = 224
37729 pkg syscall (netbsd-amd64-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
37730 pkg syscall (netbsd-amd64-cgo), const DLT_FDDI = 10
37731 pkg syscall (netbsd-amd64-cgo), const DLT_FLEXRAY = 210
37732 pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY = 107
37733 pkg syscall (netbsd-amd64-cgo), const DLT_FRELAY_WITH_DIR = 206
37734 pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_SERIAL = 173
37735 pkg syscall (netbsd-amd64-cgo), const DLT_GCOM_T1E1 = 172
37736 pkg syscall (netbsd-amd64-cgo), const DLT_GPF_F = 171
37737 pkg syscall (netbsd-amd64-cgo), const DLT_GPF_T = 170
37738 pkg syscall (netbsd-amd64-cgo), const DLT_GPRS_LLC = 169
37739 pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_ABIS = 218
37740 pkg syscall (netbsd-amd64-cgo), const DLT_GSMTAP_UM = 217
37741 pkg syscall (netbsd-amd64-cgo), const DLT_HDLC = 16
37742 pkg syscall (netbsd-amd64-cgo), const DLT_HHDLC = 121
37743 pkg syscall (netbsd-amd64-cgo), const DLT_HIPPI = 15
37744 pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SN = 146
37745 pkg syscall (netbsd-amd64-cgo), const DLT_IBM_SP = 145
37746 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802 = 6
37747 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11 = 105
37748 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
37749 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
37750 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4 = 195
37751 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_LINUX = 191
37752 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
37753 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS = 188
37754 pkg syscall (netbsd-amd64-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
37755 pkg syscall (netbsd-amd64-cgo), const DLT_IPMB = 199
37756 pkg syscall (netbsd-amd64-cgo), const DLT_IPMB_LINUX = 209
37757 pkg syscall (netbsd-amd64-cgo), const DLT_IPNET = 226
37758 pkg syscall (netbsd-amd64-cgo), const DLT_IPV4 = 228
37759 pkg syscall (netbsd-amd64-cgo), const DLT_IPV6 = 229
37760 pkg syscall (netbsd-amd64-cgo), const DLT_IP_OVER_FC = 122
37761 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM1 = 137
37762 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ATM2 = 135
37763 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_CHDLC = 181
37764 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ES = 132
37765 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ETHER = 178
37766 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_FRELAY = 180
37767 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_GGSN = 133
37768 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ISM = 194
37769 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MFR = 134
37770 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLFR = 131
37771 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MLPPP = 130
37772 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_MONITOR = 164
37773 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PIC_PEER = 174
37774 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPP = 179
37775 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE = 167
37776 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
37777 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_SERVICES = 136
37778 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_ST = 200
37779 pkg syscall (netbsd-amd64-cgo), const DLT_JUNIPER_VP = 183
37780 pkg syscall (netbsd-amd64-cgo), const DLT_LAPB_WITH_DIR = 207
37781 pkg syscall (netbsd-amd64-cgo), const DLT_LAPD = 203
37782 pkg syscall (netbsd-amd64-cgo), const DLT_LIN = 212
37783 pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_EVDEV = 216
37784 pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_IRDA = 144
37785 pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_LAPD = 177
37786 pkg syscall (netbsd-amd64-cgo), const DLT_LINUX_SLL = 113
37787 pkg syscall (netbsd-amd64-cgo), const DLT_LOOP = 108
37788 pkg syscall (netbsd-amd64-cgo), const DLT_LTALK = 114
37789 pkg syscall (netbsd-amd64-cgo), const DLT_MFR = 182
37790 pkg syscall (netbsd-amd64-cgo), const DLT_MOST = 211
37791 pkg syscall (netbsd-amd64-cgo), const DLT_MPLS = 219
37792 pkg syscall (netbsd-amd64-cgo), const DLT_MTP2 = 140
37793 pkg syscall (netbsd-amd64-cgo), const DLT_MTP2_WITH_PHDR = 139
37794 pkg syscall (netbsd-amd64-cgo), const DLT_MTP3 = 141
37795 pkg syscall (netbsd-amd64-cgo), const DLT_NULL = 0
37796 pkg syscall (netbsd-amd64-cgo), const DLT_PCI_EXP = 125
37797 pkg syscall (netbsd-amd64-cgo), const DLT_PFLOG = 117
37798 pkg syscall (netbsd-amd64-cgo), const DLT_PFSYNC = 18
37799 pkg syscall (netbsd-amd64-cgo), const DLT_PPI = 192
37800 pkg syscall (netbsd-amd64-cgo), const DLT_PPP = 9
37801 pkg syscall (netbsd-amd64-cgo), const DLT_PPP_BSDOS = 14
37802 pkg syscall (netbsd-amd64-cgo), const DLT_PPP_ETHER = 51
37803 pkg syscall (netbsd-amd64-cgo), const DLT_PPP_PPPD = 166
37804 pkg syscall (netbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
37805 pkg syscall (netbsd-amd64-cgo), const DLT_PPP_WITH_DIR = 204
37806 pkg syscall (netbsd-amd64-cgo), const DLT_PRISM_HEADER = 119
37807 pkg syscall (netbsd-amd64-cgo), const DLT_PRONET = 4
37808 pkg syscall (netbsd-amd64-cgo), const DLT_RAIF1 = 198
37809 pkg syscall (netbsd-amd64-cgo), const DLT_RAW = 12
37810 pkg syscall (netbsd-amd64-cgo), const DLT_RAWAF_MASK = 35913728
37811 pkg syscall (netbsd-amd64-cgo), const DLT_RIO = 124
37812 pkg syscall (netbsd-amd64-cgo), const DLT_SCCP = 142
37813 pkg syscall (netbsd-amd64-cgo), const DLT_SITA = 196
37814 pkg syscall (netbsd-amd64-cgo), const DLT_SLIP = 8
37815 pkg syscall (netbsd-amd64-cgo), const DLT_SLIP_BSDOS = 13
37816 pkg syscall (netbsd-amd64-cgo), const DLT_SUNATM = 123
37817 pkg syscall (netbsd-amd64-cgo), const DLT_SYMANTEC_FIREWALL = 99
37818 pkg syscall (netbsd-amd64-cgo), const DLT_TZSP = 128
37819 pkg syscall (netbsd-amd64-cgo), const DLT_USB = 186
37820 pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX = 189
37821 pkg syscall (netbsd-amd64-cgo), const DLT_USB_LINUX_MMAPPED = 220
37822 pkg syscall (netbsd-amd64-cgo), const DLT_WIHART = 223
37823 pkg syscall (netbsd-amd64-cgo), const DLT_X2E_SERIAL = 213
37824 pkg syscall (netbsd-amd64-cgo), const DLT_X2E_XORAYA = 214
37825 pkg syscall (netbsd-amd64-cgo), const DT_BLK = 6
37826 pkg syscall (netbsd-amd64-cgo), const DT_CHR = 2
37827 pkg syscall (netbsd-amd64-cgo), const DT_DIR = 4
37828 pkg syscall (netbsd-amd64-cgo), const DT_FIFO = 1
37829 pkg syscall (netbsd-amd64-cgo), const DT_LNK = 10
37830 pkg syscall (netbsd-amd64-cgo), const DT_REG = 8
37831 pkg syscall (netbsd-amd64-cgo), const DT_SOCK = 12
37832 pkg syscall (netbsd-amd64-cgo), const DT_UNKNOWN = 0
37833 pkg syscall (netbsd-amd64-cgo), const DT_WHT = 14
37834 pkg syscall (netbsd-amd64-cgo), const E2BIG = 7
37835 pkg syscall (netbsd-amd64-cgo), const EACCES = 13
37836 pkg syscall (netbsd-amd64-cgo), const EADDRINUSE = 48
37837 pkg syscall (netbsd-amd64-cgo), const EADDRNOTAVAIL = 49
37838 pkg syscall (netbsd-amd64-cgo), const EAFNOSUPPORT = 47
37839 pkg syscall (netbsd-amd64-cgo), const EAGAIN = 35
37840 pkg syscall (netbsd-amd64-cgo), const EALREADY = 37
37841 pkg syscall (netbsd-amd64-cgo), const EAUTH = 80
37842 pkg syscall (netbsd-amd64-cgo), const EBADF = 9
37843 pkg syscall (netbsd-amd64-cgo), const EBADMSG = 88
37844 pkg syscall (netbsd-amd64-cgo), const EBADRPC = 72
37845 pkg syscall (netbsd-amd64-cgo), const EBUSY = 16
37846 pkg syscall (netbsd-amd64-cgo), const ECANCELED = 87
37847 pkg syscall (netbsd-amd64-cgo), const ECHILD = 10
37848 pkg syscall (netbsd-amd64-cgo), const ECHO = 8
37849 pkg syscall (netbsd-amd64-cgo), const ECHOCTL = 64
37850 pkg syscall (netbsd-amd64-cgo), const ECHOE = 2
37851 pkg syscall (netbsd-amd64-cgo), const ECHOK = 4
37852 pkg syscall (netbsd-amd64-cgo), const ECHOKE = 1
37853 pkg syscall (netbsd-amd64-cgo), const ECHONL = 16
37854 pkg syscall (netbsd-amd64-cgo), const ECHOPRT = 32
37855 pkg syscall (netbsd-amd64-cgo), const ECONNABORTED = 53
37856 pkg syscall (netbsd-amd64-cgo), const ECONNREFUSED = 61
37857 pkg syscall (netbsd-amd64-cgo), const ECONNRESET = 54
37858 pkg syscall (netbsd-amd64-cgo), const EDEADLK = 11
37859 pkg syscall (netbsd-amd64-cgo), const EDESTADDRREQ = 39
37860 pkg syscall (netbsd-amd64-cgo), const EDOM = 33
37861 pkg syscall (netbsd-amd64-cgo), const EDQUOT = 69
37862 pkg syscall (netbsd-amd64-cgo), const EEXIST = 17
37863 pkg syscall (netbsd-amd64-cgo), const EFAULT = 14
37864 pkg syscall (netbsd-amd64-cgo), const EFBIG = 27
37865 pkg syscall (netbsd-amd64-cgo), const EFTYPE = 79
37866 pkg syscall (netbsd-amd64-cgo), const EHOSTDOWN = 64
37867 pkg syscall (netbsd-amd64-cgo), const EHOSTUNREACH = 65
37868 pkg syscall (netbsd-amd64-cgo), const EIDRM = 82
37869 pkg syscall (netbsd-amd64-cgo), const EILSEQ = 85
37870 pkg syscall (netbsd-amd64-cgo), const EINPROGRESS = 36
37871 pkg syscall (netbsd-amd64-cgo), const EINTR = 4
37872 pkg syscall (netbsd-amd64-cgo), const EINVAL = 22
37873 pkg syscall (netbsd-amd64-cgo), const EIO = 5
37874 pkg syscall (netbsd-amd64-cgo), const EISCONN = 56
37875 pkg syscall (netbsd-amd64-cgo), const EISDIR = 21
37876 pkg syscall (netbsd-amd64-cgo), const ELAST = 96
37877 pkg syscall (netbsd-amd64-cgo), const ELOOP = 62
37878 pkg syscall (netbsd-amd64-cgo), const EMFILE = 24
37879 pkg syscall (netbsd-amd64-cgo), const EMLINK = 31
37880 pkg syscall (netbsd-amd64-cgo), const EMSGSIZE = 40
37881 pkg syscall (netbsd-amd64-cgo), const EMULTIHOP = 94
37882 pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX = 1
37883 pkg syscall (netbsd-amd64-cgo), const EMUL_LINUX32 = 5
37884 pkg syscall (netbsd-amd64-cgo), const EMUL_MAXID = 6
37885 pkg syscall (netbsd-amd64-cgo), const ENAMETOOLONG = 63
37886 pkg syscall (netbsd-amd64-cgo), const ENEEDAUTH = 81
37887 pkg syscall (netbsd-amd64-cgo), const ENETDOWN = 50
37888 pkg syscall (netbsd-amd64-cgo), const ENETRESET = 52
37889 pkg syscall (netbsd-amd64-cgo), const ENETUNREACH = 51
37890 pkg syscall (netbsd-amd64-cgo), const ENFILE = 23
37891 pkg syscall (netbsd-amd64-cgo), const ENOATTR = 93
37892 pkg syscall (netbsd-amd64-cgo), const ENOBUFS = 55
37893 pkg syscall (netbsd-amd64-cgo), const ENODATA = 89
37894 pkg syscall (netbsd-amd64-cgo), const ENODEV = 19
37895 pkg syscall (netbsd-amd64-cgo), const ENOEXEC = 8
37896 pkg syscall (netbsd-amd64-cgo), const ENOLCK = 77
37897 pkg syscall (netbsd-amd64-cgo), const ENOLINK = 95
37898 pkg syscall (netbsd-amd64-cgo), const ENOMEM = 12
37899 pkg syscall (netbsd-amd64-cgo), const ENOMSG = 83
37900 pkg syscall (netbsd-amd64-cgo), const ENOPROTOOPT = 42
37901 pkg syscall (netbsd-amd64-cgo), const ENOSPC = 28
37902 pkg syscall (netbsd-amd64-cgo), const ENOSR = 90
37903 pkg syscall (netbsd-amd64-cgo), const ENOSTR = 91
37904 pkg syscall (netbsd-amd64-cgo), const ENOSYS = 78
37905 pkg syscall (netbsd-amd64-cgo), const ENOTBLK = 15
37906 pkg syscall (netbsd-amd64-cgo), const ENOTCONN = 57
37907 pkg syscall (netbsd-amd64-cgo), const ENOTDIR = 20
37908 pkg syscall (netbsd-amd64-cgo), const ENOTEMPTY = 66
37909 pkg syscall (netbsd-amd64-cgo), const ENOTSOCK = 38
37910 pkg syscall (netbsd-amd64-cgo), const ENOTSUP = 86
37911 pkg syscall (netbsd-amd64-cgo), const ENOTTY = 25
37912 pkg syscall (netbsd-amd64-cgo), const ENXIO = 6
37913 pkg syscall (netbsd-amd64-cgo), const EOPNOTSUPP = 45
37914 pkg syscall (netbsd-amd64-cgo), const EOVERFLOW = 84
37915 pkg syscall (netbsd-amd64-cgo), const EPERM = 1
37916 pkg syscall (netbsd-amd64-cgo), const EPFNOSUPPORT = 46
37917 pkg syscall (netbsd-amd64-cgo), const EPIPE = 32
37918 pkg syscall (netbsd-amd64-cgo), const EPROCLIM = 67
37919 pkg syscall (netbsd-amd64-cgo), const EPROCUNAVAIL = 76
37920 pkg syscall (netbsd-amd64-cgo), const EPROGMISMATCH = 75
37921 pkg syscall (netbsd-amd64-cgo), const EPROGUNAVAIL = 74
37922 pkg syscall (netbsd-amd64-cgo), const EPROTO = 96
37923 pkg syscall (netbsd-amd64-cgo), const EPROTONOSUPPORT = 43
37924 pkg syscall (netbsd-amd64-cgo), const EPROTOTYPE = 41
37925 pkg syscall (netbsd-amd64-cgo), const ERANGE = 34
37926 pkg syscall (netbsd-amd64-cgo), const EREMOTE = 71
37927 pkg syscall (netbsd-amd64-cgo), const EROFS = 30
37928 pkg syscall (netbsd-amd64-cgo), const ERPCMISMATCH = 73
37929 pkg syscall (netbsd-amd64-cgo), const ESHUTDOWN = 58
37930 pkg syscall (netbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
37931 pkg syscall (netbsd-amd64-cgo), const ESPIPE = 29
37932 pkg syscall (netbsd-amd64-cgo), const ESRCH = 3
37933 pkg syscall (netbsd-amd64-cgo), const ESTALE = 70
37934 pkg syscall (netbsd-amd64-cgo), const ETHERCAP_JUMBO_MTU = 4
37935 pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
37936 pkg syscall (netbsd-amd64-cgo), const ETHERCAP_VLAN_MTU = 1
37937 pkg syscall (netbsd-amd64-cgo), const ETHERMIN = 46
37938 pkg syscall (netbsd-amd64-cgo), const ETHERMTU = 1500
37939 pkg syscall (netbsd-amd64-cgo), const ETHERMTU_JUMBO = 9000
37940 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_8023 = 4
37941 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
37942 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
37943 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
37944 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
37945 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
37946 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
37947 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
37948 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
37949 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
37950 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
37951 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
37952 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
37953 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AT = 32923
37954 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
37955 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
37956 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
37957 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
37958 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
37959 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
37960 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
37961 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
37962 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
37963 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
37964 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
37965 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
37966 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
37967 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
37968 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
37969 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
37970 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
37971 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
37972 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
37973 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
37974 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
37975 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
37976 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
37977 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
37978 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
37979 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
37980 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
37981 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
37982 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
37983 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
37984 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
37985 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
37986 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DN = 24579
37987 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
37988 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
37989 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
37990 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
37991 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_ES = 32861
37992 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
37993 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
37994 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
37995 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
37996 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
37997 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
37998 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
37999 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
38000 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
38001 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_HP = 32773
38002 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
38003 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
38004 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
38005 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
38006 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IP = 2048
38007 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
38008 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
38009 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
38010 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
38011 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
38012 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
38013 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
38014 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
38015 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
38016 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
38017 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
38018 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
38019 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
38020 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
38021 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
38022 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
38023 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
38024 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
38025 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
38026 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
38027 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
38028 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
38029 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
38030 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
38031 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
38032 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
38033 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
38034 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
38035 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
38036 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
38037 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
38038 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
38039 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
38040 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
38041 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
38042 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
38043 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
38044 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
38045 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
38046 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
38047 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
38048 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NS = 1536
38049 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
38050 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
38051 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
38052 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
38053 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
38054 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
38055 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
38056 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
38057 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
38058 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
38059 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
38060 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
38061 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
38062 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUP = 512
38063 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
38064 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
38065 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
38066 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
38067 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
38068 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
38069 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
38070 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
38071 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
38072 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
38073 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
38074 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
38075 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
38076 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
38077 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
38078 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
38079 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
38080 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
38081 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
38082 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
38083 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
38084 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
38085 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
38086 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_STP = 33153
38087 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
38088 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
38089 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
38090 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
38091 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
38092 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
38093 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
38094 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
38095 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
38096 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
38097 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
38098 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
38099 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
38100 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
38101 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
38102 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
38103 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
38104 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
38105 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
38106 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
38107 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
38108 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
38109 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
38110 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
38111 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
38112 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
38113 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
38114 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
38115 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
38116 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
38117 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
38118 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
38119 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
38120 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
38121 pkg syscall (netbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
38122 pkg syscall (netbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
38123 pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_LEN = 4
38124 pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
38125 pkg syscall (netbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
38126 pkg syscall (netbsd-amd64-cgo), const ETHER_HDR_LEN = 14
38127 pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
38128 pkg syscall (netbsd-amd64-cgo), const ETHER_MAX_LEN_JUMBO = 9018
38129 pkg syscall (netbsd-amd64-cgo), const ETHER_MIN_LEN = 64
38130 pkg syscall (netbsd-amd64-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
38131 pkg syscall (netbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
38132 pkg syscall (netbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
38133 pkg syscall (netbsd-amd64-cgo), const ETIME = 92
38134 pkg syscall (netbsd-amd64-cgo), const ETIMEDOUT = 60
38135 pkg syscall (netbsd-amd64-cgo), const ETOOMANYREFS = 59
38136 pkg syscall (netbsd-amd64-cgo), const ETXTBSY = 26
38137 pkg syscall (netbsd-amd64-cgo), const EUSERS = 68
38138 pkg syscall (netbsd-amd64-cgo), const EVFILT_AIO = 2
38139 pkg syscall (netbsd-amd64-cgo), const EVFILT_PROC = 4
38140 pkg syscall (netbsd-amd64-cgo), const EVFILT_READ = 0
38141 pkg syscall (netbsd-amd64-cgo), const EVFILT_SIGNAL = 5
38142 pkg syscall (netbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
38143 pkg syscall (netbsd-amd64-cgo), const EVFILT_TIMER = 6
38144 pkg syscall (netbsd-amd64-cgo), const EVFILT_VNODE = 3
38145 pkg syscall (netbsd-amd64-cgo), const EVFILT_WRITE = 1
38146 pkg syscall (netbsd-amd64-cgo), const EV_ADD = 1
38147 pkg syscall (netbsd-amd64-cgo), const EV_CLEAR = 32
38148 pkg syscall (netbsd-amd64-cgo), const EV_DELETE = 2
38149 pkg syscall (netbsd-amd64-cgo), const EV_DISABLE = 8
38150 pkg syscall (netbsd-amd64-cgo), const EV_ENABLE = 4
38151 pkg syscall (netbsd-amd64-cgo), const EV_EOF = 32768
38152 pkg syscall (netbsd-amd64-cgo), const EV_ERROR = 16384
38153 pkg syscall (netbsd-amd64-cgo), const EV_FLAG1 = 8192
38154 pkg syscall (netbsd-amd64-cgo), const EV_ONESHOT = 16
38155 pkg syscall (netbsd-amd64-cgo), const EV_SYSFLAGS = 61440
38156 pkg syscall (netbsd-amd64-cgo), const EWOULDBLOCK = 35
38157 pkg syscall (netbsd-amd64-cgo), const EXDEV = 18
38158 pkg syscall (netbsd-amd64-cgo), const EXTA = 19200
38159 pkg syscall (netbsd-amd64-cgo), const EXTB = 38400
38160 pkg syscall (netbsd-amd64-cgo), const EXTPROC = 2048
38161 pkg syscall (netbsd-amd64-cgo), const FD_CLOEXEC = 1
38162 pkg syscall (netbsd-amd64-cgo), const FD_SETSIZE = 256
38163 pkg syscall (netbsd-amd64-cgo), const FLUSHO = 8388608
38164 pkg syscall (netbsd-amd64-cgo), const F_CLOSEM = 10
38165 pkg syscall (netbsd-amd64-cgo), const F_DUPFD = 0
38166 pkg syscall (netbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 12
38167 pkg syscall (netbsd-amd64-cgo), const F_FSCTL = -2147483648
38168 pkg syscall (netbsd-amd64-cgo), const F_FSDIRMASK = 1879048192
38169 pkg syscall (netbsd-amd64-cgo), const F_FSIN = 268435456
38170 pkg syscall (netbsd-amd64-cgo), const F_FSINOUT = 805306368
38171 pkg syscall (netbsd-amd64-cgo), const F_FSOUT = 536870912
38172 pkg syscall (netbsd-amd64-cgo), const F_FSPRIV = 32768
38173 pkg syscall (netbsd-amd64-cgo), const F_FSVOID = 1073741824
38174 pkg syscall (netbsd-amd64-cgo), const F_GETFD = 1
38175 pkg syscall (netbsd-amd64-cgo), const F_GETFL = 3
38176 pkg syscall (netbsd-amd64-cgo), const F_GETLK = 7
38177 pkg syscall (netbsd-amd64-cgo), const F_GETNOSIGPIPE = 13
38178 pkg syscall (netbsd-amd64-cgo), const F_GETOWN = 5
38179 pkg syscall (netbsd-amd64-cgo), const F_MAXFD = 11
38180 pkg syscall (netbsd-amd64-cgo), const F_OK = 0
38181 pkg syscall (netbsd-amd64-cgo), const F_PARAM_MASK = 4095
38182 pkg syscall (netbsd-amd64-cgo), const F_PARAM_MAX = 4095
38183 pkg syscall (netbsd-amd64-cgo), const F_RDLCK = 1
38184 pkg syscall (netbsd-amd64-cgo), const F_SETFD = 2
38185 pkg syscall (netbsd-amd64-cgo), const F_SETFL = 4
38186 pkg syscall (netbsd-amd64-cgo), const F_SETLK = 8
38187 pkg syscall (netbsd-amd64-cgo), const F_SETLKW = 9
38188 pkg syscall (netbsd-amd64-cgo), const F_SETNOSIGPIPE = 14
38189 pkg syscall (netbsd-amd64-cgo), const F_SETOWN = 6
38190 pkg syscall (netbsd-amd64-cgo), const F_UNLCK = 2
38191 pkg syscall (netbsd-amd64-cgo), const F_WRLCK = 3
38192 pkg syscall (netbsd-amd64-cgo), const HUPCL = 16384
38193 pkg syscall (netbsd-amd64-cgo), const ICANON = 256
38194 pkg syscall (netbsd-amd64-cgo), const ICRNL = 256
38195 pkg syscall (netbsd-amd64-cgo), const IEXTEN = 1024
38196 pkg syscall (netbsd-amd64-cgo), const IFAN_ARRIVAL = 0
38197 pkg syscall (netbsd-amd64-cgo), const IFAN_DEPARTURE = 1
38198 pkg syscall (netbsd-amd64-cgo), const IFA_ROUTE = 1
38199 pkg syscall (netbsd-amd64-cgo), const IFF_ALLMULTI = 512
38200 pkg syscall (netbsd-amd64-cgo), const IFF_CANTCHANGE = 36690
38201 pkg syscall (netbsd-amd64-cgo), const IFF_DEBUG = 4
38202 pkg syscall (netbsd-amd64-cgo), const IFF_LINK0 = 4096
38203 pkg syscall (netbsd-amd64-cgo), const IFF_LINK1 = 8192
38204 pkg syscall (netbsd-amd64-cgo), const IFF_LINK2 = 16384
38205 pkg syscall (netbsd-amd64-cgo), const IFF_LOOPBACK = 8
38206 pkg syscall (netbsd-amd64-cgo), const IFF_MULTICAST = 32768
38207 pkg syscall (netbsd-amd64-cgo), const IFF_NOARP = 128
38208 pkg syscall (netbsd-amd64-cgo), const IFF_NOTRAILERS = 32
38209 pkg syscall (netbsd-amd64-cgo), const IFF_OACTIVE = 1024
38210 pkg syscall (netbsd-amd64-cgo), const IFF_POINTOPOINT = 16
38211 pkg syscall (netbsd-amd64-cgo), const IFF_PROMISC = 256
38212 pkg syscall (netbsd-amd64-cgo), const IFF_RUNNING = 64
38213 pkg syscall (netbsd-amd64-cgo), const IFF_SIMPLEX = 2048
38214 pkg syscall (netbsd-amd64-cgo), const IFNAMSIZ = 16
38215 pkg syscall (netbsd-amd64-cgo), const IFT_1822 = 2
38216 pkg syscall (netbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
38217 pkg syscall (netbsd-amd64-cgo), const IFT_AAL2 = 187
38218 pkg syscall (netbsd-amd64-cgo), const IFT_AAL5 = 49
38219 pkg syscall (netbsd-amd64-cgo), const IFT_ADSL = 94
38220 pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8023 = 59
38221 pkg syscall (netbsd-amd64-cgo), const IFT_AFLANE8025 = 60
38222 pkg syscall (netbsd-amd64-cgo), const IFT_ARAP = 88
38223 pkg syscall (netbsd-amd64-cgo), const IFT_ARCNET = 35
38224 pkg syscall (netbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
38225 pkg syscall (netbsd-amd64-cgo), const IFT_ASYNC = 84
38226 pkg syscall (netbsd-amd64-cgo), const IFT_ATM = 37
38227 pkg syscall (netbsd-amd64-cgo), const IFT_ATMDXI = 105
38228 pkg syscall (netbsd-amd64-cgo), const IFT_ATMFUNI = 106
38229 pkg syscall (netbsd-amd64-cgo), const IFT_ATMIMA = 107
38230 pkg syscall (netbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
38231 pkg syscall (netbsd-amd64-cgo), const IFT_ATMRADIO = 189
38232 pkg syscall (netbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
38233 pkg syscall (netbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
38234 pkg syscall (netbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
38235 pkg syscall (netbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
38236 pkg syscall (netbsd-amd64-cgo), const IFT_BRIDGE = 209
38237 pkg syscall (netbsd-amd64-cgo), const IFT_BSC = 83
38238 pkg syscall (netbsd-amd64-cgo), const IFT_CARP = 248
38239 pkg syscall (netbsd-amd64-cgo), const IFT_CCTEMUL = 61
38240 pkg syscall (netbsd-amd64-cgo), const IFT_CEPT = 19
38241 pkg syscall (netbsd-amd64-cgo), const IFT_CES = 133
38242 pkg syscall (netbsd-amd64-cgo), const IFT_CHANNEL = 70
38243 pkg syscall (netbsd-amd64-cgo), const IFT_CNR = 85
38244 pkg syscall (netbsd-amd64-cgo), const IFT_COFFEE = 132
38245 pkg syscall (netbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
38246 pkg syscall (netbsd-amd64-cgo), const IFT_DCN = 141
38247 pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
38248 pkg syscall (netbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
38249 pkg syscall (netbsd-amd64-cgo), const IFT_DLSW = 74
38250 pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
38251 pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
38252 pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
38253 pkg syscall (netbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
38254 pkg syscall (netbsd-amd64-cgo), const IFT_DS0 = 81
38255 pkg syscall (netbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
38256 pkg syscall (netbsd-amd64-cgo), const IFT_DS1FDL = 170
38257 pkg syscall (netbsd-amd64-cgo), const IFT_DS3 = 30
38258 pkg syscall (netbsd-amd64-cgo), const IFT_DTM = 140
38259 pkg syscall (netbsd-amd64-cgo), const IFT_DVBASILN = 172
38260 pkg syscall (netbsd-amd64-cgo), const IFT_DVBASIOUT = 173
38261 pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
38262 pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
38263 pkg syscall (netbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
38264 pkg syscall (netbsd-amd64-cgo), const IFT_ECONET = 206
38265 pkg syscall (netbsd-amd64-cgo), const IFT_EON = 25
38266 pkg syscall (netbsd-amd64-cgo), const IFT_EPLRS = 87
38267 pkg syscall (netbsd-amd64-cgo), const IFT_ESCON = 73
38268 pkg syscall (netbsd-amd64-cgo), const IFT_ETHER = 6
38269 pkg syscall (netbsd-amd64-cgo), const IFT_FAITH = 242
38270 pkg syscall (netbsd-amd64-cgo), const IFT_FAST = 125
38271 pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHER = 62
38272 pkg syscall (netbsd-amd64-cgo), const IFT_FASTETHERFX = 69
38273 pkg syscall (netbsd-amd64-cgo), const IFT_FDDI = 15
38274 pkg syscall (netbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
38275 pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
38276 pkg syscall (netbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
38277 pkg syscall (netbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
38278 pkg syscall (netbsd-amd64-cgo), const IFT_FRELAY = 32
38279 pkg syscall (netbsd-amd64-cgo), const IFT_FRELAYDCE = 44
38280 pkg syscall (netbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
38281 pkg syscall (netbsd-amd64-cgo), const IFT_FRFORWARD = 158
38282 pkg syscall (netbsd-amd64-cgo), const IFT_G703AT2MB = 67
38283 pkg syscall (netbsd-amd64-cgo), const IFT_G703AT64K = 66
38284 pkg syscall (netbsd-amd64-cgo), const IFT_GIF = 240
38285 pkg syscall (netbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
38286 pkg syscall (netbsd-amd64-cgo), const IFT_GR303IDT = 178
38287 pkg syscall (netbsd-amd64-cgo), const IFT_GR303RDT = 177
38288 pkg syscall (netbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
38289 pkg syscall (netbsd-amd64-cgo), const IFT_H323PROXY = 165
38290 pkg syscall (netbsd-amd64-cgo), const IFT_HDH1822 = 3
38291 pkg syscall (netbsd-amd64-cgo), const IFT_HDLC = 118
38292 pkg syscall (netbsd-amd64-cgo), const IFT_HDSL2 = 168
38293 pkg syscall (netbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
38294 pkg syscall (netbsd-amd64-cgo), const IFT_HIPPI = 47
38295 pkg syscall (netbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
38296 pkg syscall (netbsd-amd64-cgo), const IFT_HOSTPAD = 90
38297 pkg syscall (netbsd-amd64-cgo), const IFT_HSSI = 46
38298 pkg syscall (netbsd-amd64-cgo), const IFT_HY = 14
38299 pkg syscall (netbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
38300 pkg syscall (netbsd-amd64-cgo), const IFT_IDSL = 154
38301 pkg syscall (netbsd-amd64-cgo), const IFT_IEEE1394 = 144
38302 pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80211 = 71
38303 pkg syscall (netbsd-amd64-cgo), const IFT_IEEE80212 = 55
38304 pkg syscall (netbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
38305 pkg syscall (netbsd-amd64-cgo), const IFT_IFGSN = 145
38306 pkg syscall (netbsd-amd64-cgo), const IFT_IMT = 190
38307 pkg syscall (netbsd-amd64-cgo), const IFT_INFINIBAND = 199
38308 pkg syscall (netbsd-amd64-cgo), const IFT_INTERLEAVE = 124
38309 pkg syscall (netbsd-amd64-cgo), const IFT_IP = 126
38310 pkg syscall (netbsd-amd64-cgo), const IFT_IPFORWARD = 142
38311 pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERATM = 114
38312 pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
38313 pkg syscall (netbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
38314 pkg syscall (netbsd-amd64-cgo), const IFT_IPSWITCH = 78
38315 pkg syscall (netbsd-amd64-cgo), const IFT_ISDN = 63
38316 pkg syscall (netbsd-amd64-cgo), const IFT_ISDNBASIC = 20
38317 pkg syscall (netbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
38318 pkg syscall (netbsd-amd64-cgo), const IFT_ISDNS = 75
38319 pkg syscall (netbsd-amd64-cgo), const IFT_ISDNU = 76
38320 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88022LLC = 41
38321 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88023 = 7
38322 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88024 = 8
38323 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025 = 9
38324 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
38325 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025DTR = 86
38326 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
38327 pkg syscall (netbsd-amd64-cgo), const IFT_ISO88026 = 10
38328 pkg syscall (netbsd-amd64-cgo), const IFT_ISUP = 179
38329 pkg syscall (netbsd-amd64-cgo), const IFT_L2VLAN = 135
38330 pkg syscall (netbsd-amd64-cgo), const IFT_L3IPVLAN = 136
38331 pkg syscall (netbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
38332 pkg syscall (netbsd-amd64-cgo), const IFT_LAPB = 16
38333 pkg syscall (netbsd-amd64-cgo), const IFT_LAPD = 77
38334 pkg syscall (netbsd-amd64-cgo), const IFT_LAPF = 119
38335 pkg syscall (netbsd-amd64-cgo), const IFT_LINEGROUP = 210
38336 pkg syscall (netbsd-amd64-cgo), const IFT_LOCALTALK = 42
38337 pkg syscall (netbsd-amd64-cgo), const IFT_LOOP = 24
38338 pkg syscall (netbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
38339 pkg syscall (netbsd-amd64-cgo), const IFT_MFSIGLINK = 167
38340 pkg syscall (netbsd-amd64-cgo), const IFT_MIOX25 = 38
38341 pkg syscall (netbsd-amd64-cgo), const IFT_MODEM = 48
38342 pkg syscall (netbsd-amd64-cgo), const IFT_MPC = 113
38343 pkg syscall (netbsd-amd64-cgo), const IFT_MPLS = 166
38344 pkg syscall (netbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
38345 pkg syscall (netbsd-amd64-cgo), const IFT_MSDSL = 143
38346 pkg syscall (netbsd-amd64-cgo), const IFT_MVL = 191
38347 pkg syscall (netbsd-amd64-cgo), const IFT_MYRINET = 99
38348 pkg syscall (netbsd-amd64-cgo), const IFT_NFAS = 175
38349 pkg syscall (netbsd-amd64-cgo), const IFT_NSIP = 27
38350 pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
38351 pkg syscall (netbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
38352 pkg syscall (netbsd-amd64-cgo), const IFT_OTHER = 1
38353 pkg syscall (netbsd-amd64-cgo), const IFT_P10 = 12
38354 pkg syscall (netbsd-amd64-cgo), const IFT_P80 = 13
38355 pkg syscall (netbsd-amd64-cgo), const IFT_PARA = 34
38356 pkg syscall (netbsd-amd64-cgo), const IFT_PFLOG = 245
38357 pkg syscall (netbsd-amd64-cgo), const IFT_PFSYNC = 246
38358 pkg syscall (netbsd-amd64-cgo), const IFT_PLC = 174
38359 pkg syscall (netbsd-amd64-cgo), const IFT_PON155 = 207
38360 pkg syscall (netbsd-amd64-cgo), const IFT_PON622 = 208
38361 pkg syscall (netbsd-amd64-cgo), const IFT_POS = 171
38362 pkg syscall (netbsd-amd64-cgo), const IFT_PPP = 23
38363 pkg syscall (netbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
38364 pkg syscall (netbsd-amd64-cgo), const IFT_PROPATM = 197
38365 pkg syscall (netbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
38366 pkg syscall (netbsd-amd64-cgo), const IFT_PROPCNLS = 89
38367 pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
38368 pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
38369 pkg syscall (netbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
38370 pkg syscall (netbsd-amd64-cgo), const IFT_PROPMUX = 54
38371 pkg syscall (netbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
38372 pkg syscall (netbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
38373 pkg syscall (netbsd-amd64-cgo), const IFT_PTPSERIAL = 22
38374 pkg syscall (netbsd-amd64-cgo), const IFT_PVC = 241
38375 pkg syscall (netbsd-amd64-cgo), const IFT_Q2931 = 201
38376 pkg syscall (netbsd-amd64-cgo), const IFT_QLLC = 68
38377 pkg syscall (netbsd-amd64-cgo), const IFT_RADIOMAC = 188
38378 pkg syscall (netbsd-amd64-cgo), const IFT_RADSL = 95
38379 pkg syscall (netbsd-amd64-cgo), const IFT_REACHDSL = 192
38380 pkg syscall (netbsd-amd64-cgo), const IFT_RFC1483 = 159
38381 pkg syscall (netbsd-amd64-cgo), const IFT_RS232 = 33
38382 pkg syscall (netbsd-amd64-cgo), const IFT_RSRB = 79
38383 pkg syscall (netbsd-amd64-cgo), const IFT_SDLC = 17
38384 pkg syscall (netbsd-amd64-cgo), const IFT_SDSL = 96
38385 pkg syscall (netbsd-amd64-cgo), const IFT_SHDSL = 169
38386 pkg syscall (netbsd-amd64-cgo), const IFT_SIP = 31
38387 pkg syscall (netbsd-amd64-cgo), const IFT_SIPSIG = 204
38388 pkg syscall (netbsd-amd64-cgo), const IFT_SIPTG = 203
38389 pkg syscall (netbsd-amd64-cgo), const IFT_SLIP = 28
38390 pkg syscall (netbsd-amd64-cgo), const IFT_SMDSDXI = 43
38391 pkg syscall (netbsd-amd64-cgo), const IFT_SMDSICIP = 52
38392 pkg syscall (netbsd-amd64-cgo), const IFT_SONET = 39
38393 pkg syscall (netbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
38394 pkg syscall (netbsd-amd64-cgo), const IFT_SONETPATH = 50
38395 pkg syscall (netbsd-amd64-cgo), const IFT_SONETVT = 51
38396 pkg syscall (netbsd-amd64-cgo), const IFT_SRP = 151
38397 pkg syscall (netbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
38398 pkg syscall (netbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
38399 pkg syscall (netbsd-amd64-cgo), const IFT_STARLAN = 11
38400 pkg syscall (netbsd-amd64-cgo), const IFT_STF = 215
38401 pkg syscall (netbsd-amd64-cgo), const IFT_T1 = 18
38402 pkg syscall (netbsd-amd64-cgo), const IFT_TDLC = 116
38403 pkg syscall (netbsd-amd64-cgo), const IFT_TELINK = 200
38404 pkg syscall (netbsd-amd64-cgo), const IFT_TERMPAD = 91
38405 pkg syscall (netbsd-amd64-cgo), const IFT_TR008 = 176
38406 pkg syscall (netbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
38407 pkg syscall (netbsd-amd64-cgo), const IFT_TUNNEL = 131
38408 pkg syscall (netbsd-amd64-cgo), const IFT_ULTRA = 29
38409 pkg syscall (netbsd-amd64-cgo), const IFT_USB = 160
38410 pkg syscall (netbsd-amd64-cgo), const IFT_V11 = 64
38411 pkg syscall (netbsd-amd64-cgo), const IFT_V35 = 45
38412 pkg syscall (netbsd-amd64-cgo), const IFT_V36 = 65
38413 pkg syscall (netbsd-amd64-cgo), const IFT_V37 = 120
38414 pkg syscall (netbsd-amd64-cgo), const IFT_VDSL = 97
38415 pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
38416 pkg syscall (netbsd-amd64-cgo), const IFT_VIRTUALTG = 202
38417 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEDID = 213
38418 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEM = 100
38419 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
38420 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEENCAP = 103
38421 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
38422 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXO = 101
38423 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEFXS = 102
38424 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
38425 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
38426 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
38427 pkg syscall (netbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
38428 pkg syscall (netbsd-amd64-cgo), const IFT_X213 = 93
38429 pkg syscall (netbsd-amd64-cgo), const IFT_X25 = 5
38430 pkg syscall (netbsd-amd64-cgo), const IFT_X25DDN = 4
38431 pkg syscall (netbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
38432 pkg syscall (netbsd-amd64-cgo), const IFT_X25MLP = 121
38433 pkg syscall (netbsd-amd64-cgo), const IFT_X25PLE = 40
38434 pkg syscall (netbsd-amd64-cgo), const IFT_XETHER = 26
38435 pkg syscall (netbsd-amd64-cgo), const IGNBRK = 1
38436 pkg syscall (netbsd-amd64-cgo), const IGNCR = 128
38437 pkg syscall (netbsd-amd64-cgo), const IGNPAR = 4
38438 pkg syscall (netbsd-amd64-cgo), const IMAXBEL = 8192
38439 pkg syscall (netbsd-amd64-cgo), const INLCR = 64
38440 pkg syscall (netbsd-amd64-cgo), const INPCK = 16
38441 pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
38442 pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_MAX = 128
38443 pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
38444 pkg syscall (netbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
38445 pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
38446 pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
38447 pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
38448 pkg syscall (netbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
38449 pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_HOST = 255
38450 pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
38451 pkg syscall (netbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
38452 pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
38453 pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
38454 pkg syscall (netbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
38455 pkg syscall (netbsd-amd64-cgo), const IN_LOOPBACKNET = 127
38456 pkg syscall (netbsd-amd64-cgo), const IPPROTO_AH = 51
38457 pkg syscall (netbsd-amd64-cgo), const IPPROTO_CARP = 112
38458 pkg syscall (netbsd-amd64-cgo), const IPPROTO_DONE = 257
38459 pkg syscall (netbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
38460 pkg syscall (netbsd-amd64-cgo), const IPPROTO_EGP = 8
38461 pkg syscall (netbsd-amd64-cgo), const IPPROTO_ENCAP = 98
38462 pkg syscall (netbsd-amd64-cgo), const IPPROTO_EON = 80
38463 pkg syscall (netbsd-amd64-cgo), const IPPROTO_ESP = 50
38464 pkg syscall (netbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
38465 pkg syscall (netbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
38466 pkg syscall (netbsd-amd64-cgo), const IPPROTO_GGP = 3
38467 pkg syscall (netbsd-amd64-cgo), const IPPROTO_GRE = 47
38468 pkg syscall (netbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
38469 pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMP = 1
38470 pkg syscall (netbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
38471 pkg syscall (netbsd-amd64-cgo), const IPPROTO_IDP = 22
38472 pkg syscall (netbsd-amd64-cgo), const IPPROTO_IGMP = 2
38473 pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
38474 pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPIP = 4
38475 pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV4 = 4
38476 pkg syscall (netbsd-amd64-cgo), const IPPROTO_IPV6_ICMP = 58
38477 pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAX = 256
38478 pkg syscall (netbsd-amd64-cgo), const IPPROTO_MAXID = 52
38479 pkg syscall (netbsd-amd64-cgo), const IPPROTO_MOBILE = 55
38480 pkg syscall (netbsd-amd64-cgo), const IPPROTO_NONE = 59
38481 pkg syscall (netbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
38482 pkg syscall (netbsd-amd64-cgo), const IPPROTO_PIM = 103
38483 pkg syscall (netbsd-amd64-cgo), const IPPROTO_PUP = 12
38484 pkg syscall (netbsd-amd64-cgo), const IPPROTO_RAW = 255
38485 pkg syscall (netbsd-amd64-cgo), const IPPROTO_ROUTING = 43
38486 pkg syscall (netbsd-amd64-cgo), const IPPROTO_RSVP = 46
38487 pkg syscall (netbsd-amd64-cgo), const IPPROTO_TP = 29
38488 pkg syscall (netbsd-amd64-cgo), const IPPROTO_VRRP = 112
38489 pkg syscall (netbsd-amd64-cgo), const IPV6_CHECKSUM = 26
38490 pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
38491 pkg syscall (netbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
38492 pkg syscall (netbsd-amd64-cgo), const IPV6_DEFHLIM = 64
38493 pkg syscall (netbsd-amd64-cgo), const IPV6_DONTFRAG = 62
38494 pkg syscall (netbsd-amd64-cgo), const IPV6_DSTOPTS = 50
38495 pkg syscall (netbsd-amd64-cgo), const IPV6_FAITH = 29
38496 pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
38497 pkg syscall (netbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
38498 pkg syscall (netbsd-amd64-cgo), const IPV6_FRAGTTL = 120
38499 pkg syscall (netbsd-amd64-cgo), const IPV6_HLIMDEC = 1
38500 pkg syscall (netbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
38501 pkg syscall (netbsd-amd64-cgo), const IPV6_HOPOPTS = 49
38502 pkg syscall (netbsd-amd64-cgo), const IPV6_IPSEC_POLICY = 28
38503 pkg syscall (netbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
38504 pkg syscall (netbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
38505 pkg syscall (netbsd-amd64-cgo), const IPV6_MAXHLIM = 255
38506 pkg syscall (netbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
38507 pkg syscall (netbsd-amd64-cgo), const IPV6_MMTU = 1280
38508 pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
38509 pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
38510 pkg syscall (netbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
38511 pkg syscall (netbsd-amd64-cgo), const IPV6_NEXTHOP = 48
38512 pkg syscall (netbsd-amd64-cgo), const IPV6_PATHMTU = 44
38513 pkg syscall (netbsd-amd64-cgo), const IPV6_PKTINFO = 46
38514 pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE = 14
38515 pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
38516 pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
38517 pkg syscall (netbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
38518 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
38519 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
38520 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
38521 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
38522 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
38523 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
38524 pkg syscall (netbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
38525 pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR = 51
38526 pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
38527 pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
38528 pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
38529 pkg syscall (netbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
38530 pkg syscall (netbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
38531 pkg syscall (netbsd-amd64-cgo), const IPV6_TCLASS = 61
38532 pkg syscall (netbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
38533 pkg syscall (netbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
38534 pkg syscall (netbsd-amd64-cgo), const IPV6_V6ONLY = 27
38535 pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION = 96
38536 pkg syscall (netbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
38537 pkg syscall (netbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
38538 pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
38539 pkg syscall (netbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
38540 pkg syscall (netbsd-amd64-cgo), const IP_DF = 16384
38541 pkg syscall (netbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
38542 pkg syscall (netbsd-amd64-cgo), const IP_EF = 32768
38543 pkg syscall (netbsd-amd64-cgo), const IP_ERRORMTU = 21
38544 pkg syscall (netbsd-amd64-cgo), const IP_HDRINCL = 2
38545 pkg syscall (netbsd-amd64-cgo), const IP_IPSEC_POLICY = 22
38546 pkg syscall (netbsd-amd64-cgo), const IP_MAXPACKET = 65535
38547 pkg syscall (netbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 20
38548 pkg syscall (netbsd-amd64-cgo), const IP_MF = 8192
38549 pkg syscall (netbsd-amd64-cgo), const IP_MINFRAGSIZE = 69
38550 pkg syscall (netbsd-amd64-cgo), const IP_MINTTL = 24
38551 pkg syscall (netbsd-amd64-cgo), const IP_MSS = 576
38552 pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_IF = 9
38553 pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
38554 pkg syscall (netbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
38555 pkg syscall (netbsd-amd64-cgo), const IP_OFFMASK = 8191
38556 pkg syscall (netbsd-amd64-cgo), const IP_OPTIONS = 1
38557 pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE = 19
38558 pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
38559 pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
38560 pkg syscall (netbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
38561 pkg syscall (netbsd-amd64-cgo), const IP_RECVDSTADDR = 7
38562 pkg syscall (netbsd-amd64-cgo), const IP_RECVIF = 20
38563 pkg syscall (netbsd-amd64-cgo), const IP_RECVOPTS = 5
38564 pkg syscall (netbsd-amd64-cgo), const IP_RECVRETOPTS = 6
38565 pkg syscall (netbsd-amd64-cgo), const IP_RECVTTL = 23
38566 pkg syscall (netbsd-amd64-cgo), const IP_RETOPTS = 8
38567 pkg syscall (netbsd-amd64-cgo), const IP_RF = 32768
38568 pkg syscall (netbsd-amd64-cgo), const IP_TOS = 3
38569 pkg syscall (netbsd-amd64-cgo), const IP_TTL = 4
38570 pkg syscall (netbsd-amd64-cgo), const ISIG = 128
38571 pkg syscall (netbsd-amd64-cgo), const ISTRIP = 32
38572 pkg syscall (netbsd-amd64-cgo), const IXANY = 2048
38573 pkg syscall (netbsd-amd64-cgo), const IXOFF = 1024
38574 pkg syscall (netbsd-amd64-cgo), const IXON = 512
38575 pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
38576 pkg syscall (netbsd-amd64-cgo), const LOCK_EX = 2
38577 pkg syscall (netbsd-amd64-cgo), const LOCK_NB = 4
38578 pkg syscall (netbsd-amd64-cgo), const LOCK_SH = 1
38579 pkg syscall (netbsd-amd64-cgo), const LOCK_UN = 8
38580 pkg syscall (netbsd-amd64-cgo), const MSG_BCAST = 256
38581 pkg syscall (netbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
38582 pkg syscall (netbsd-amd64-cgo), const MSG_CONTROLMBUF = 33554432
38583 pkg syscall (netbsd-amd64-cgo), const MSG_CTRUNC = 32
38584 pkg syscall (netbsd-amd64-cgo), const MSG_DONTROUTE = 4
38585 pkg syscall (netbsd-amd64-cgo), const MSG_DONTWAIT = 128
38586 pkg syscall (netbsd-amd64-cgo), const MSG_EOR = 8
38587 pkg syscall (netbsd-amd64-cgo), const MSG_IOVUSRSPACE = 67108864
38588 pkg syscall (netbsd-amd64-cgo), const MSG_LENUSRSPACE = 134217728
38589 pkg syscall (netbsd-amd64-cgo), const MSG_MCAST = 512
38590 pkg syscall (netbsd-amd64-cgo), const MSG_NAMEMBUF = 16777216
38591 pkg syscall (netbsd-amd64-cgo), const MSG_NBIO = 4096
38592 pkg syscall (netbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
38593 pkg syscall (netbsd-amd64-cgo), const MSG_OOB = 1
38594 pkg syscall (netbsd-amd64-cgo), const MSG_PEEK = 2
38595 pkg syscall (netbsd-amd64-cgo), const MSG_TRUNC = 16
38596 pkg syscall (netbsd-amd64-cgo), const MSG_USERFLAGS = 16777215
38597 pkg syscall (netbsd-amd64-cgo), const MSG_WAITALL = 64
38598 pkg syscall (netbsd-amd64-cgo), const NAME_MAX = 511
38599 pkg syscall (netbsd-amd64-cgo), const NET_RT_DUMP = 1
38600 pkg syscall (netbsd-amd64-cgo), const NET_RT_FLAGS = 2
38601 pkg syscall (netbsd-amd64-cgo), const NET_RT_IFLIST = 5
38602 pkg syscall (netbsd-amd64-cgo), const NET_RT_MAXID = 6
38603 pkg syscall (netbsd-amd64-cgo), const NET_RT_OIFLIST = 4
38604 pkg syscall (netbsd-amd64-cgo), const NET_RT_OOIFLIST = 3
38605 pkg syscall (netbsd-amd64-cgo), const NOFLSH = 2147483648
38606 pkg syscall (netbsd-amd64-cgo), const NOTE_ATTRIB = 8
38607 pkg syscall (netbsd-amd64-cgo), const NOTE_CHILD = 4
38608 pkg syscall (netbsd-amd64-cgo), const NOTE_DELETE = 1
38609 pkg syscall (netbsd-amd64-cgo), const NOTE_EXEC = 536870912
38610 pkg syscall (netbsd-amd64-cgo), const NOTE_EXIT = 2147483648
38611 pkg syscall (netbsd-amd64-cgo), const NOTE_EXTEND = 4
38612 pkg syscall (netbsd-amd64-cgo), const NOTE_FORK = 1073741824
38613 pkg syscall (netbsd-amd64-cgo), const NOTE_LINK = 16
38614 pkg syscall (netbsd-amd64-cgo), const NOTE_LOWAT = 1
38615 pkg syscall (netbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
38616 pkg syscall (netbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
38617 pkg syscall (netbsd-amd64-cgo), const NOTE_RENAME = 32
38618 pkg syscall (netbsd-amd64-cgo), const NOTE_REVOKE = 64
38619 pkg syscall (netbsd-amd64-cgo), const NOTE_TRACK = 1
38620 pkg syscall (netbsd-amd64-cgo), const NOTE_TRACKERR = 2
38621 pkg syscall (netbsd-amd64-cgo), const NOTE_WRITE = 2
38622 pkg syscall (netbsd-amd64-cgo), const OCRNL = 16
38623 pkg syscall (netbsd-amd64-cgo), const OFIOGETBMAP = 3221513850
38624 pkg syscall (netbsd-amd64-cgo), const ONLCR = 2
38625 pkg syscall (netbsd-amd64-cgo), const ONLRET = 64
38626 pkg syscall (netbsd-amd64-cgo), const ONOCR = 32
38627 pkg syscall (netbsd-amd64-cgo), const ONOEOT = 8
38628 pkg syscall (netbsd-amd64-cgo), const OPOST = 1
38629 pkg syscall (netbsd-amd64-cgo), const O_ACCMODE = 3
38630 pkg syscall (netbsd-amd64-cgo), const O_ALT_IO = 262144
38631 pkg syscall (netbsd-amd64-cgo), const O_APPEND = 8
38632 pkg syscall (netbsd-amd64-cgo), const O_ASYNC = 64
38633 pkg syscall (netbsd-amd64-cgo), const O_CLOEXEC = 4194304
38634 pkg syscall (netbsd-amd64-cgo), const O_CREAT = 512
38635 pkg syscall (netbsd-amd64-cgo), const O_DIRECT = 524288
38636 pkg syscall (netbsd-amd64-cgo), const O_DIRECTORY = 2097152
38637 pkg syscall (netbsd-amd64-cgo), const O_DSYNC = 65536
38638 pkg syscall (netbsd-amd64-cgo), const O_EXCL = 2048
38639 pkg syscall (netbsd-amd64-cgo), const O_EXLOCK = 32
38640 pkg syscall (netbsd-amd64-cgo), const O_FSYNC = 128
38641 pkg syscall (netbsd-amd64-cgo), const O_NDELAY = 4
38642 pkg syscall (netbsd-amd64-cgo), const O_NOCTTY = 32768
38643 pkg syscall (netbsd-amd64-cgo), const O_NOFOLLOW = 256
38644 pkg syscall (netbsd-amd64-cgo), const O_NONBLOCK = 4
38645 pkg syscall (netbsd-amd64-cgo), const O_NOSIGPIPE = 16777216
38646 pkg syscall (netbsd-amd64-cgo), const O_RSYNC = 131072
38647 pkg syscall (netbsd-amd64-cgo), const O_SHLOCK = 16
38648 pkg syscall (netbsd-amd64-cgo), const O_SYNC = 128
38649 pkg syscall (netbsd-amd64-cgo), const O_TRUNC = 1024
38650 pkg syscall (netbsd-amd64-cgo), const PARENB = 4096
38651 pkg syscall (netbsd-amd64-cgo), const PARMRK = 8
38652 pkg syscall (netbsd-amd64-cgo), const PARODD = 8192
38653 pkg syscall (netbsd-amd64-cgo), const PENDIN = 536870912
38654 pkg syscall (netbsd-amd64-cgo), const PRI_IOFLUSH = 124
38655 pkg syscall (netbsd-amd64-cgo), const PTRACE_CONT = 7
38656 pkg syscall (netbsd-amd64-cgo), const PTRACE_KILL = 8
38657 pkg syscall (netbsd-amd64-cgo), const PTRACE_TRACEME = 0
38658 pkg syscall (netbsd-amd64-cgo), const RLIMIT_AS = 10
38659 pkg syscall (netbsd-amd64-cgo), const RLIMIT_CORE = 4
38660 pkg syscall (netbsd-amd64-cgo), const RLIMIT_CPU = 0
38661 pkg syscall (netbsd-amd64-cgo), const RLIMIT_DATA = 2
38662 pkg syscall (netbsd-amd64-cgo), const RLIMIT_FSIZE = 1
38663 pkg syscall (netbsd-amd64-cgo), const RLIMIT_NOFILE = 8
38664 pkg syscall (netbsd-amd64-cgo), const RLIMIT_STACK = 3
38665 pkg syscall (netbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
38666 pkg syscall (netbsd-amd64-cgo), const RTAX_AUTHOR = 6
38667 pkg syscall (netbsd-amd64-cgo), const RTAX_BRD = 7
38668 pkg syscall (netbsd-amd64-cgo), const RTAX_DST = 0
38669 pkg syscall (netbsd-amd64-cgo), const RTAX_GATEWAY = 1
38670 pkg syscall (netbsd-amd64-cgo), const RTAX_GENMASK = 3
38671 pkg syscall (netbsd-amd64-cgo), const RTAX_IFA = 5
38672 pkg syscall (netbsd-amd64-cgo), const RTAX_IFP = 4
38673 pkg syscall (netbsd-amd64-cgo), const RTAX_MAX = 9
38674 pkg syscall (netbsd-amd64-cgo), const RTAX_NETMASK = 2
38675 pkg syscall (netbsd-amd64-cgo), const RTAX_TAG = 8
38676 pkg syscall (netbsd-amd64-cgo), const RTA_AUTHOR = 64
38677 pkg syscall (netbsd-amd64-cgo), const RTA_BRD = 128
38678 pkg syscall (netbsd-amd64-cgo), const RTA_DST = 1
38679 pkg syscall (netbsd-amd64-cgo), const RTA_GATEWAY = 2
38680 pkg syscall (netbsd-amd64-cgo), const RTA_GENMASK = 8
38681 pkg syscall (netbsd-amd64-cgo), const RTA_IFA = 32
38682 pkg syscall (netbsd-amd64-cgo), const RTA_IFP = 16
38683 pkg syscall (netbsd-amd64-cgo), const RTA_NETMASK = 4
38684 pkg syscall (netbsd-amd64-cgo), const RTA_TAG = 256
38685 pkg syscall (netbsd-amd64-cgo), const RTF_ANNOUNCE = 131072
38686 pkg syscall (netbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
38687 pkg syscall (netbsd-amd64-cgo), const RTF_CLONED = 8192
38688 pkg syscall (netbsd-amd64-cgo), const RTF_CLONING = 256
38689 pkg syscall (netbsd-amd64-cgo), const RTF_DONE = 64
38690 pkg syscall (netbsd-amd64-cgo), const RTF_DYNAMIC = 16
38691 pkg syscall (netbsd-amd64-cgo), const RTF_GATEWAY = 2
38692 pkg syscall (netbsd-amd64-cgo), const RTF_HOST = 4
38693 pkg syscall (netbsd-amd64-cgo), const RTF_LLINFO = 1024
38694 pkg syscall (netbsd-amd64-cgo), const RTF_MASK = 128
38695 pkg syscall (netbsd-amd64-cgo), const RTF_MODIFIED = 32
38696 pkg syscall (netbsd-amd64-cgo), const RTF_PROTO1 = 32768
38697 pkg syscall (netbsd-amd64-cgo), const RTF_PROTO2 = 16384
38698 pkg syscall (netbsd-amd64-cgo), const RTF_REJECT = 8
38699 pkg syscall (netbsd-amd64-cgo), const RTF_SRC = 65536
38700 pkg syscall (netbsd-amd64-cgo), const RTF_STATIC = 2048
38701 pkg syscall (netbsd-amd64-cgo), const RTF_UP = 1
38702 pkg syscall (netbsd-amd64-cgo), const RTF_XRESOLVE = 512
38703 pkg syscall (netbsd-amd64-cgo), const RTM_ADD = 1
38704 pkg syscall (netbsd-amd64-cgo), const RTM_CHANGE = 3
38705 pkg syscall (netbsd-amd64-cgo), const RTM_CHGADDR = 21
38706 pkg syscall (netbsd-amd64-cgo), const RTM_DELADDR = 13
38707 pkg syscall (netbsd-amd64-cgo), const RTM_DELETE = 2
38708 pkg syscall (netbsd-amd64-cgo), const RTM_GET = 4
38709 pkg syscall (netbsd-amd64-cgo), const RTM_IEEE80211 = 17
38710 pkg syscall (netbsd-amd64-cgo), const RTM_IFANNOUNCE = 16
38711 pkg syscall (netbsd-amd64-cgo), const RTM_IFINFO = 20
38712 pkg syscall (netbsd-amd64-cgo), const RTM_LLINFO_UPD = 19
38713 pkg syscall (netbsd-amd64-cgo), const RTM_LOCK = 8
38714 pkg syscall (netbsd-amd64-cgo), const RTM_LOSING = 5
38715 pkg syscall (netbsd-amd64-cgo), const RTM_MISS = 7
38716 pkg syscall (netbsd-amd64-cgo), const RTM_NEWADDR = 12
38717 pkg syscall (netbsd-amd64-cgo), const RTM_OIFINFO = 15
38718 pkg syscall (netbsd-amd64-cgo), const RTM_OLDADD = 9
38719 pkg syscall (netbsd-amd64-cgo), const RTM_OLDDEL = 10
38720 pkg syscall (netbsd-amd64-cgo), const RTM_OOIFINFO = 14
38721 pkg syscall (netbsd-amd64-cgo), const RTM_REDIRECT = 6
38722 pkg syscall (netbsd-amd64-cgo), const RTM_RESOLVE = 11
38723 pkg syscall (netbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
38724 pkg syscall (netbsd-amd64-cgo), const RTM_SETGATE = 18
38725 pkg syscall (netbsd-amd64-cgo), const RTM_VERSION = 4
38726 pkg syscall (netbsd-amd64-cgo), const RTV_EXPIRE = 4
38727 pkg syscall (netbsd-amd64-cgo), const RTV_HOPCOUNT = 2
38728 pkg syscall (netbsd-amd64-cgo), const RTV_MTU = 1
38729 pkg syscall (netbsd-amd64-cgo), const RTV_RPIPE = 8
38730 pkg syscall (netbsd-amd64-cgo), const RTV_RTT = 64
38731 pkg syscall (netbsd-amd64-cgo), const RTV_RTTVAR = 128
38732 pkg syscall (netbsd-amd64-cgo), const RTV_SPIPE = 16
38733 pkg syscall (netbsd-amd64-cgo), const RTV_SSTHRESH = 32
38734 pkg syscall (netbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
38735 pkg syscall (netbsd-amd64-cgo), const RUSAGE_SELF = 0
38736 pkg syscall (netbsd-amd64-cgo), const SCM_CREDS = 4
38737 pkg syscall (netbsd-amd64-cgo), const SCM_RIGHTS = 1
38738 pkg syscall (netbsd-amd64-cgo), const SCM_TIMESTAMP = 8
38739 pkg syscall (netbsd-amd64-cgo), const SIGBUS = 10
38740 pkg syscall (netbsd-amd64-cgo), const SIGCHLD = 20
38741 pkg syscall (netbsd-amd64-cgo), const SIGCONT = 19
38742 pkg syscall (netbsd-amd64-cgo), const SIGEMT = 7
38743 pkg syscall (netbsd-amd64-cgo), const SIGINFO = 29
38744 pkg syscall (netbsd-amd64-cgo), const SIGIO = 23
38745 pkg syscall (netbsd-amd64-cgo), const SIGIOT = 6
38746 pkg syscall (netbsd-amd64-cgo), const SIGPROF = 27
38747 pkg syscall (netbsd-amd64-cgo), const SIGPWR = 32
38748 pkg syscall (netbsd-amd64-cgo), const SIGSTOP = 17
38749 pkg syscall (netbsd-amd64-cgo), const SIGSYS = 12
38750 pkg syscall (netbsd-amd64-cgo), const SIGTSTP = 18
38751 pkg syscall (netbsd-amd64-cgo), const SIGTTIN = 21
38752 pkg syscall (netbsd-amd64-cgo), const SIGTTOU = 22
38753 pkg syscall (netbsd-amd64-cgo), const SIGURG = 16
38754 pkg syscall (netbsd-amd64-cgo), const SIGUSR1 = 30
38755 pkg syscall (netbsd-amd64-cgo), const SIGUSR2 = 31
38756 pkg syscall (netbsd-amd64-cgo), const SIGVTALRM = 26
38757 pkg syscall (netbsd-amd64-cgo), const SIGWINCH = 28
38758 pkg syscall (netbsd-amd64-cgo), const SIGXCPU = 24
38759 pkg syscall (netbsd-amd64-cgo), const SIGXFSZ = 25
38760 pkg syscall (netbsd-amd64-cgo), const SIOCADDMULTI = 2156947761
38761 pkg syscall (netbsd-amd64-cgo), const SIOCADDRT = 2151182858
38762 pkg syscall (netbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
38763 pkg syscall (netbsd-amd64-cgo), const SIOCALIFADDR = 2165860636
38764 pkg syscall (netbsd-amd64-cgo), const SIOCATMARK = 1074033415
38765 pkg syscall (netbsd-amd64-cgo), const SIOCDELMULTI = 2156947762
38766 pkg syscall (netbsd-amd64-cgo), const SIOCDELRT = 2151182859
38767 pkg syscall (netbsd-amd64-cgo), const SIOCDIFADDR = 2156947737
38768 pkg syscall (netbsd-amd64-cgo), const SIOCDIFPHYADDR = 2156947785
38769 pkg syscall (netbsd-amd64-cgo), const SIOCDLIFADDR = 2165860638
38770 pkg syscall (netbsd-amd64-cgo), const SIOCGDRVSPEC = 3223873915
38771 pkg syscall (netbsd-amd64-cgo), const SIOCGETPFSYNC = 3230689784
38772 pkg syscall (netbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
38773 pkg syscall (netbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
38774 pkg syscall (netbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
38775 pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDR = 3230689569
38776 pkg syscall (netbsd-amd64-cgo), const SIOCGIFADDRPREF = 3231213856
38777 pkg syscall (netbsd-amd64-cgo), const SIOCGIFALIAS = 3225446683
38778 pkg syscall (netbsd-amd64-cgo), const SIOCGIFBRDADDR = 3230689571
38779 pkg syscall (netbsd-amd64-cgo), const SIOCGIFCAP = 3223349622
38780 pkg syscall (netbsd-amd64-cgo), const SIOCGIFCONF = 3222300966
38781 pkg syscall (netbsd-amd64-cgo), const SIOCGIFDATA = 3231213957
38782 pkg syscall (netbsd-amd64-cgo), const SIOCGIFDLT = 3230689655
38783 pkg syscall (netbsd-amd64-cgo), const SIOCGIFDSTADDR = 3230689570
38784 pkg syscall (netbsd-amd64-cgo), const SIOCGIFFLAGS = 3230689553
38785 pkg syscall (netbsd-amd64-cgo), const SIOCGIFGENERIC = 3230689594
38786 pkg syscall (netbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
38787 pkg syscall (netbsd-amd64-cgo), const SIOCGIFMETRIC = 3230689559
38788 pkg syscall (netbsd-amd64-cgo), const SIOCGIFMTU = 3230689662
38789 pkg syscall (netbsd-amd64-cgo), const SIOCGIFNETMASK = 3230689573
38790 pkg syscall (netbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3230689608
38791 pkg syscall (netbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3230689607
38792 pkg syscall (netbsd-amd64-cgo), const SIOCGLIFADDR = 3239602461
38793 pkg syscall (netbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3239602507
38794 pkg syscall (netbsd-amd64-cgo), const SIOCGLINKSTR = 3223873927
38795 pkg syscall (netbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
38796 pkg syscall (netbsd-amd64-cgo), const SIOCGPGRP = 1074033417
38797 pkg syscall (netbsd-amd64-cgo), const SIOCGVH = 3230689667
38798 pkg syscall (netbsd-amd64-cgo), const SIOCIFCREATE = 2156947834
38799 pkg syscall (netbsd-amd64-cgo), const SIOCIFDESTROY = 2156947833
38800 pkg syscall (netbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
38801 pkg syscall (netbsd-amd64-cgo), const SIOCINITIFADDR = 3228592516
38802 pkg syscall (netbsd-amd64-cgo), const SIOCSDRVSPEC = 2150132091
38803 pkg syscall (netbsd-amd64-cgo), const SIOCSETPFSYNC = 2156947959
38804 pkg syscall (netbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
38805 pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDR = 2156947724
38806 pkg syscall (netbsd-amd64-cgo), const SIOCSIFADDRPREF = 2157472031
38807 pkg syscall (netbsd-amd64-cgo), const SIOCSIFBRDADDR = 2156947731
38808 pkg syscall (netbsd-amd64-cgo), const SIOCSIFCAP = 2149607797
38809 pkg syscall (netbsd-amd64-cgo), const SIOCSIFDSTADDR = 2156947726
38810 pkg syscall (netbsd-amd64-cgo), const SIOCSIFFLAGS = 2156947728
38811 pkg syscall (netbsd-amd64-cgo), const SIOCSIFGENERIC = 2156947769
38812 pkg syscall (netbsd-amd64-cgo), const SIOCSIFMEDIA = 3230689589
38813 pkg syscall (netbsd-amd64-cgo), const SIOCSIFMETRIC = 2156947736
38814 pkg syscall (netbsd-amd64-cgo), const SIOCSIFMTU = 2156947839
38815 pkg syscall (netbsd-amd64-cgo), const SIOCSIFNETMASK = 2156947734
38816 pkg syscall (netbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
38817 pkg syscall (netbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2165860682
38818 pkg syscall (netbsd-amd64-cgo), const SIOCSLINKSTR = 2150132104
38819 pkg syscall (netbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
38820 pkg syscall (netbsd-amd64-cgo), const SIOCSPGRP = 2147775240
38821 pkg syscall (netbsd-amd64-cgo), const SIOCSVH = 3230689666
38822 pkg syscall (netbsd-amd64-cgo), const SIOCZIFDATA = 3231213958
38823 pkg syscall (netbsd-amd64-cgo), const SOCK_CLOEXEC = 268435456
38824 pkg syscall (netbsd-amd64-cgo), const SOCK_FLAGS_MASK = 4026531840
38825 pkg syscall (netbsd-amd64-cgo), const SOCK_NONBLOCK = 536870912
38826 pkg syscall (netbsd-amd64-cgo), const SOCK_NOSIGPIPE = 1073741824
38827 pkg syscall (netbsd-amd64-cgo), const SOCK_RDM = 4
38828 pkg syscall (netbsd-amd64-cgo), const SOL_SOCKET = 65535
38829 pkg syscall (netbsd-amd64-cgo), const SOMAXCONN = 128
38830 pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTCONN = 2
38831 pkg syscall (netbsd-amd64-cgo), const SO_ACCEPTFILTER = 4096
38832 pkg syscall (netbsd-amd64-cgo), const SO_BROADCAST = 32
38833 pkg syscall (netbsd-amd64-cgo), const SO_DEBUG = 1
38834 pkg syscall (netbsd-amd64-cgo), const SO_DONTROUTE = 16
38835 pkg syscall (netbsd-amd64-cgo), const SO_ERROR = 4103
38836 pkg syscall (netbsd-amd64-cgo), const SO_KEEPALIVE = 8
38837 pkg syscall (netbsd-amd64-cgo), const SO_LINGER = 128
38838 pkg syscall (netbsd-amd64-cgo), const SO_NOHEADER = 4106
38839 pkg syscall (netbsd-amd64-cgo), const SO_NOSIGPIPE = 2048
38840 pkg syscall (netbsd-amd64-cgo), const SO_OOBINLINE = 256
38841 pkg syscall (netbsd-amd64-cgo), const SO_OVERFLOWED = 4105
38842 pkg syscall (netbsd-amd64-cgo), const SO_RCVBUF = 4098
38843 pkg syscall (netbsd-amd64-cgo), const SO_RCVLOWAT = 4100
38844 pkg syscall (netbsd-amd64-cgo), const SO_RCVTIMEO = 4108
38845 pkg syscall (netbsd-amd64-cgo), const SO_REUSEADDR = 4
38846 pkg syscall (netbsd-amd64-cgo), const SO_REUSEPORT = 512
38847 pkg syscall (netbsd-amd64-cgo), const SO_SNDBUF = 4097
38848 pkg syscall (netbsd-amd64-cgo), const SO_SNDLOWAT = 4099
38849 pkg syscall (netbsd-amd64-cgo), const SO_SNDTIMEO = 4107
38850 pkg syscall (netbsd-amd64-cgo), const SO_TIMESTAMP = 8192
38851 pkg syscall (netbsd-amd64-cgo), const SO_TYPE = 4104
38852 pkg syscall (netbsd-amd64-cgo), const SO_USELOOPBACK = 64
38853 pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERSION = 16777216
38854 pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_0 = 0
38855 pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_1 = 16777216
38856 pkg syscall (netbsd-amd64-cgo), const SYSCTL_VERS_MASK = 4278190080
38857 pkg syscall (netbsd-amd64-cgo), const SYS_ACCEPT = 30
38858 pkg syscall (netbsd-amd64-cgo), const SYS_ACCESS = 33
38859 pkg syscall (netbsd-amd64-cgo), const SYS_ACCT = 51
38860 pkg syscall (netbsd-amd64-cgo), const SYS_ADJTIME = 421
38861 pkg syscall (netbsd-amd64-cgo), const SYS_BIND = 104
38862 pkg syscall (netbsd-amd64-cgo), const SYS_BREAK = 17
38863 pkg syscall (netbsd-amd64-cgo), const SYS_CHDIR = 12
38864 pkg syscall (netbsd-amd64-cgo), const SYS_CHFLAGS = 34
38865 pkg syscall (netbsd-amd64-cgo), const SYS_CHMOD = 15
38866 pkg syscall (netbsd-amd64-cgo), const SYS_CHOWN = 16
38867 pkg syscall (netbsd-amd64-cgo), const SYS_CHROOT = 61
38868 pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETRES = 429
38869 pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 427
38870 pkg syscall (netbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 428
38871 pkg syscall (netbsd-amd64-cgo), const SYS_CLOSE = 6
38872 pkg syscall (netbsd-amd64-cgo), const SYS_CONNECT = 98
38873 pkg syscall (netbsd-amd64-cgo), const SYS_DUP = 41
38874 pkg syscall (netbsd-amd64-cgo), const SYS_DUP2 = 90
38875 pkg syscall (netbsd-amd64-cgo), const SYS_DUP3 = 454
38876 pkg syscall (netbsd-amd64-cgo), const SYS_EXECVE = 59
38877 pkg syscall (netbsd-amd64-cgo), const SYS_EXIT = 1
38878 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTRCTL = 360
38879 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FD = 366
38880 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_FILE = 363
38881 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_DELETE_LINK = 369
38882 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FD = 365
38883 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_FILE = 362
38884 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_GET_LINK = 368
38885 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FD = 370
38886 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_FILE = 371
38887 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_LIST_LINK = 372
38888 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FD = 364
38889 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_FILE = 361
38890 pkg syscall (netbsd-amd64-cgo), const SYS_EXTATTR_SET_LINK = 367
38891 pkg syscall (netbsd-amd64-cgo), const SYS_FACCESSAT = 462
38892 pkg syscall (netbsd-amd64-cgo), const SYS_FCHDIR = 13
38893 pkg syscall (netbsd-amd64-cgo), const SYS_FCHFLAGS = 35
38894 pkg syscall (netbsd-amd64-cgo), const SYS_FCHMOD = 124
38895 pkg syscall (netbsd-amd64-cgo), const SYS_FCHMODAT = 463
38896 pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWN = 123
38897 pkg syscall (netbsd-amd64-cgo), const SYS_FCHOWNAT = 464
38898 pkg syscall (netbsd-amd64-cgo), const SYS_FCHROOT = 297
38899 pkg syscall (netbsd-amd64-cgo), const SYS_FCNTL = 92
38900 pkg syscall (netbsd-amd64-cgo), const SYS_FDATASYNC = 241
38901 pkg syscall (netbsd-amd64-cgo), const SYS_FEXECVE = 465
38902 pkg syscall (netbsd-amd64-cgo), const SYS_FGETXATTR = 380
38903 pkg syscall (netbsd-amd64-cgo), const SYS_FHSTAT = 451
38904 pkg syscall (netbsd-amd64-cgo), const SYS_FKTRACE = 288
38905 pkg syscall (netbsd-amd64-cgo), const SYS_FLISTXATTR = 383
38906 pkg syscall (netbsd-amd64-cgo), const SYS_FLOCK = 131
38907 pkg syscall (netbsd-amd64-cgo), const SYS_FORK = 2
38908 pkg syscall (netbsd-amd64-cgo), const SYS_FPATHCONF = 192
38909 pkg syscall (netbsd-amd64-cgo), const SYS_FREMOVEXATTR = 386
38910 pkg syscall (netbsd-amd64-cgo), const SYS_FSETXATTR = 377
38911 pkg syscall (netbsd-amd64-cgo), const SYS_FSTAT = 440
38912 pkg syscall (netbsd-amd64-cgo), const SYS_FSTATAT = 466
38913 pkg syscall (netbsd-amd64-cgo), const SYS_FSTATVFS1 = 358
38914 pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC = 95
38915 pkg syscall (netbsd-amd64-cgo), const SYS_FSYNC_RANGE = 354
38916 pkg syscall (netbsd-amd64-cgo), const SYS_FTRUNCATE = 201
38917 pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMENS = 472
38918 pkg syscall (netbsd-amd64-cgo), const SYS_FUTIMES = 423
38919 pkg syscall (netbsd-amd64-cgo), const SYS_GETCONTEXT = 307
38920 pkg syscall (netbsd-amd64-cgo), const SYS_GETDENTS = 390
38921 pkg syscall (netbsd-amd64-cgo), const SYS_GETEGID = 43
38922 pkg syscall (netbsd-amd64-cgo), const SYS_GETEUID = 25
38923 pkg syscall (netbsd-amd64-cgo), const SYS_GETFH = 395
38924 pkg syscall (netbsd-amd64-cgo), const SYS_GETGID = 47
38925 pkg syscall (netbsd-amd64-cgo), const SYS_GETGROUPS = 79
38926 pkg syscall (netbsd-amd64-cgo), const SYS_GETITIMER = 426
38927 pkg syscall (netbsd-amd64-cgo), const SYS_GETPEERNAME = 31
38928 pkg syscall (netbsd-amd64-cgo), const SYS_GETPGID = 207
38929 pkg syscall (netbsd-amd64-cgo), const SYS_GETPGRP = 81
38930 pkg syscall (netbsd-amd64-cgo), const SYS_GETPID = 20
38931 pkg syscall (netbsd-amd64-cgo), const SYS_GETPPID = 39
38932 pkg syscall (netbsd-amd64-cgo), const SYS_GETPRIORITY = 100
38933 pkg syscall (netbsd-amd64-cgo), const SYS_GETRLIMIT = 194
38934 pkg syscall (netbsd-amd64-cgo), const SYS_GETRUSAGE = 445
38935 pkg syscall (netbsd-amd64-cgo), const SYS_GETSID = 286
38936 pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
38937 pkg syscall (netbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
38938 pkg syscall (netbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 418
38939 pkg syscall (netbsd-amd64-cgo), const SYS_GETUID = 24
38940 pkg syscall (netbsd-amd64-cgo), const SYS_GETVFSSTAT = 356
38941 pkg syscall (netbsd-amd64-cgo), const SYS_GETXATTR = 378
38942 pkg syscall (netbsd-amd64-cgo), const SYS_IOCTL = 54
38943 pkg syscall (netbsd-amd64-cgo), const SYS_ISSETUGID = 305
38944 pkg syscall (netbsd-amd64-cgo), const SYS_KEVENT = 435
38945 pkg syscall (netbsd-amd64-cgo), const SYS_KILL = 37
38946 pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE = 344
38947 pkg syscall (netbsd-amd64-cgo), const SYS_KQUEUE1 = 455
38948 pkg syscall (netbsd-amd64-cgo), const SYS_KTRACE = 45
38949 pkg syscall (netbsd-amd64-cgo), const SYS_LCHFLAGS = 304
38950 pkg syscall (netbsd-amd64-cgo), const SYS_LCHMOD = 274
38951 pkg syscall (netbsd-amd64-cgo), const SYS_LCHOWN = 275
38952 pkg syscall (netbsd-amd64-cgo), const SYS_LGETXATTR = 379
38953 pkg syscall (netbsd-amd64-cgo), const SYS_LINK = 9
38954 pkg syscall (netbsd-amd64-cgo), const SYS_LINKAT = 457
38955 pkg syscall (netbsd-amd64-cgo), const SYS_LISTEN = 106
38956 pkg syscall (netbsd-amd64-cgo), const SYS_LISTXATTR = 381
38957 pkg syscall (netbsd-amd64-cgo), const SYS_LLISTXATTR = 382
38958 pkg syscall (netbsd-amd64-cgo), const SYS_LREMOVEXATTR = 385
38959 pkg syscall (netbsd-amd64-cgo), const SYS_LSEEK = 199
38960 pkg syscall (netbsd-amd64-cgo), const SYS_LSETXATTR = 376
38961 pkg syscall (netbsd-amd64-cgo), const SYS_LSTAT = 441
38962 pkg syscall (netbsd-amd64-cgo), const SYS_LUTIMES = 424
38963 pkg syscall (netbsd-amd64-cgo), const SYS_MADVISE = 75
38964 pkg syscall (netbsd-amd64-cgo), const SYS_MINCORE = 78
38965 pkg syscall (netbsd-amd64-cgo), const SYS_MINHERIT = 273
38966 pkg syscall (netbsd-amd64-cgo), const SYS_MKDIR = 136
38967 pkg syscall (netbsd-amd64-cgo), const SYS_MKDIRAT = 461
38968 pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFO = 132
38969 pkg syscall (netbsd-amd64-cgo), const SYS_MKFIFOAT = 459
38970 pkg syscall (netbsd-amd64-cgo), const SYS_MKNOD = 450
38971 pkg syscall (netbsd-amd64-cgo), const SYS_MKNODAT = 460
38972 pkg syscall (netbsd-amd64-cgo), const SYS_MLOCK = 203
38973 pkg syscall (netbsd-amd64-cgo), const SYS_MLOCKALL = 242
38974 pkg syscall (netbsd-amd64-cgo), const SYS_MMAP = 197
38975 pkg syscall (netbsd-amd64-cgo), const SYS_MODCTL = 246
38976 pkg syscall (netbsd-amd64-cgo), const SYS_MOUNT = 410
38977 pkg syscall (netbsd-amd64-cgo), const SYS_MPROTECT = 74
38978 pkg syscall (netbsd-amd64-cgo), const SYS_MREMAP = 411
38979 pkg syscall (netbsd-amd64-cgo), const SYS_MSGCTL = 444
38980 pkg syscall (netbsd-amd64-cgo), const SYS_MSGGET = 225
38981 pkg syscall (netbsd-amd64-cgo), const SYS_MSGRCV = 227
38982 pkg syscall (netbsd-amd64-cgo), const SYS_MSGSND = 226
38983 pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCK = 204
38984 pkg syscall (netbsd-amd64-cgo), const SYS_MUNLOCKALL = 243
38985 pkg syscall (netbsd-amd64-cgo), const SYS_MUNMAP = 73
38986 pkg syscall (netbsd-amd64-cgo), const SYS_NANOSLEEP = 430
38987 pkg syscall (netbsd-amd64-cgo), const SYS_NTP_ADJTIME = 176
38988 pkg syscall (netbsd-amd64-cgo), const SYS_NTP_GETTIME = 448
38989 pkg syscall (netbsd-amd64-cgo), const SYS_OPEN = 5
38990 pkg syscall (netbsd-amd64-cgo), const SYS_OPENAT = 468
38991 pkg syscall (netbsd-amd64-cgo), const SYS_PACCEPT = 456
38992 pkg syscall (netbsd-amd64-cgo), const SYS_PATHCONF = 191
38993 pkg syscall (netbsd-amd64-cgo), const SYS_PIPE = 42
38994 pkg syscall (netbsd-amd64-cgo), const SYS_PIPE2 = 453
38995 pkg syscall (netbsd-amd64-cgo), const SYS_PMC_CONTROL = 342
38996 pkg syscall (netbsd-amd64-cgo), const SYS_PMC_GET_INFO = 341
38997 pkg syscall (netbsd-amd64-cgo), const SYS_POLL = 209
38998 pkg syscall (netbsd-amd64-cgo), const SYS_POLLTS = 437
38999 pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_FADVISE = 416
39000 pkg syscall (netbsd-amd64-cgo), const SYS_POSIX_SPAWN = 474
39001 pkg syscall (netbsd-amd64-cgo), const SYS_PREAD = 173
39002 pkg syscall (netbsd-amd64-cgo), const SYS_PREADV = 289
39003 pkg syscall (netbsd-amd64-cgo), const SYS_PROFIL = 44
39004 pkg syscall (netbsd-amd64-cgo), const SYS_PSELECT = 436
39005 pkg syscall (netbsd-amd64-cgo), const SYS_PSET_ASSIGN = 414
39006 pkg syscall (netbsd-amd64-cgo), const SYS_PSET_CREATE = 412
39007 pkg syscall (netbsd-amd64-cgo), const SYS_PSET_DESTROY = 413
39008 pkg syscall (netbsd-amd64-cgo), const SYS_PTRACE = 26
39009 pkg syscall (netbsd-amd64-cgo), const SYS_PWRITE = 174
39010 pkg syscall (netbsd-amd64-cgo), const SYS_PWRITEV = 290
39011 pkg syscall (netbsd-amd64-cgo), const SYS_RASCTL = 343
39012 pkg syscall (netbsd-amd64-cgo), const SYS_READ = 3
39013 pkg syscall (netbsd-amd64-cgo), const SYS_READLINK = 58
39014 pkg syscall (netbsd-amd64-cgo), const SYS_READLINKAT = 469
39015 pkg syscall (netbsd-amd64-cgo), const SYS_READV = 120
39016 pkg syscall (netbsd-amd64-cgo), const SYS_REBOOT = 208
39017 pkg syscall (netbsd-amd64-cgo), const SYS_RECVFROM = 29
39018 pkg syscall (netbsd-amd64-cgo), const SYS_RECVMMSG = 475
39019 pkg syscall (netbsd-amd64-cgo), const SYS_RECVMSG = 27
39020 pkg syscall (netbsd-amd64-cgo), const SYS_REMOVEXATTR = 384
39021 pkg syscall (netbsd-amd64-cgo), const SYS_RENAME = 128
39022 pkg syscall (netbsd-amd64-cgo), const SYS_RENAMEAT = 458
39023 pkg syscall (netbsd-amd64-cgo), const SYS_REVOKE = 56
39024 pkg syscall (netbsd-amd64-cgo), const SYS_RMDIR = 137
39025 pkg syscall (netbsd-amd64-cgo), const SYS_SBRK = 69
39026 pkg syscall (netbsd-amd64-cgo), const SYS_SCHED_YIELD = 350
39027 pkg syscall (netbsd-amd64-cgo), const SYS_SELECT = 417
39028 pkg syscall (netbsd-amd64-cgo), const SYS_SEMCONFIG = 223
39029 pkg syscall (netbsd-amd64-cgo), const SYS_SEMGET = 221
39030 pkg syscall (netbsd-amd64-cgo), const SYS_SEMOP = 222
39031 pkg syscall (netbsd-amd64-cgo), const SYS_SENDMMSG = 476
39032 pkg syscall (netbsd-amd64-cgo), const SYS_SENDMSG = 28
39033 pkg syscall (netbsd-amd64-cgo), const SYS_SENDTO = 133
39034 pkg syscall (netbsd-amd64-cgo), const SYS_SETCONTEXT = 308
39035 pkg syscall (netbsd-amd64-cgo), const SYS_SETEGID = 182
39036 pkg syscall (netbsd-amd64-cgo), const SYS_SETEUID = 183
39037 pkg syscall (netbsd-amd64-cgo), const SYS_SETGID = 181
39038 pkg syscall (netbsd-amd64-cgo), const SYS_SETGROUPS = 80
39039 pkg syscall (netbsd-amd64-cgo), const SYS_SETITIMER = 425
39040 pkg syscall (netbsd-amd64-cgo), const SYS_SETPGID = 82
39041 pkg syscall (netbsd-amd64-cgo), const SYS_SETPRIORITY = 96
39042 pkg syscall (netbsd-amd64-cgo), const SYS_SETREGID = 127
39043 pkg syscall (netbsd-amd64-cgo), const SYS_SETREUID = 126
39044 pkg syscall (netbsd-amd64-cgo), const SYS_SETRLIMIT = 195
39045 pkg syscall (netbsd-amd64-cgo), const SYS_SETSID = 147
39046 pkg syscall (netbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
39047 pkg syscall (netbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 419
39048 pkg syscall (netbsd-amd64-cgo), const SYS_SETUID = 23
39049 pkg syscall (netbsd-amd64-cgo), const SYS_SETXATTR = 375
39050 pkg syscall (netbsd-amd64-cgo), const SYS_SHMAT = 228
39051 pkg syscall (netbsd-amd64-cgo), const SYS_SHMCTL = 443
39052 pkg syscall (netbsd-amd64-cgo), const SYS_SHMDT = 230
39053 pkg syscall (netbsd-amd64-cgo), const SYS_SHMGET = 231
39054 pkg syscall (netbsd-amd64-cgo), const SYS_SHUTDOWN = 134
39055 pkg syscall (netbsd-amd64-cgo), const SYS_SIGQUEUEINFO = 245
39056 pkg syscall (netbsd-amd64-cgo), const SYS_SOCKET = 394
39057 pkg syscall (netbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
39058 pkg syscall (netbsd-amd64-cgo), const SYS_SSTK = 70
39059 pkg syscall (netbsd-amd64-cgo), const SYS_STAT = 439
39060 pkg syscall (netbsd-amd64-cgo), const SYS_STATVFS1 = 357
39061 pkg syscall (netbsd-amd64-cgo), const SYS_SWAPCTL = 271
39062 pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINK = 57
39063 pkg syscall (netbsd-amd64-cgo), const SYS_SYMLINKAT = 470
39064 pkg syscall (netbsd-amd64-cgo), const SYS_SYNC = 36
39065 pkg syscall (netbsd-amd64-cgo), const SYS_SYSARCH = 165
39066 pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_CREATE = 235
39067 pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_DELETE = 236
39068 pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETOVERRUN = 239
39069 pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_GETTIME = 447
39070 pkg syscall (netbsd-amd64-cgo), const SYS_TIMER_SETTIME = 446
39071 pkg syscall (netbsd-amd64-cgo), const SYS_TRUNCATE = 200
39072 pkg syscall (netbsd-amd64-cgo), const SYS_UMASK = 60
39073 pkg syscall (netbsd-amd64-cgo), const SYS_UNDELETE = 205
39074 pkg syscall (netbsd-amd64-cgo), const SYS_UNLINK = 10
39075 pkg syscall (netbsd-amd64-cgo), const SYS_UNLINKAT = 471
39076 pkg syscall (netbsd-amd64-cgo), const SYS_UNMOUNT = 22
39077 pkg syscall (netbsd-amd64-cgo), const SYS_UTIMENSAT = 467
39078 pkg syscall (netbsd-amd64-cgo), const SYS_UTIMES = 420
39079 pkg syscall (netbsd-amd64-cgo), const SYS_UTRACE = 306
39080 pkg syscall (netbsd-amd64-cgo), const SYS_UUIDGEN = 355
39081 pkg syscall (netbsd-amd64-cgo), const SYS_VADVISE = 72
39082 pkg syscall (netbsd-amd64-cgo), const SYS_VFORK = 66
39083 pkg syscall (netbsd-amd64-cgo), const SYS_WAIT4 = 449
39084 pkg syscall (netbsd-amd64-cgo), const SYS_WRITE = 4
39085 pkg syscall (netbsd-amd64-cgo), const SYS_WRITEV = 121
39086 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CONTINUE = 314
39087 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CREATE = 309
39088 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_CTL = 325
39089 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_DETACH = 319
39090 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_EXIT = 310
39091 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETNAME = 324
39092 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_GETPRIVATE = 316
39093 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_KILL = 318
39094 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_PARK = 434
39095 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SELF = 311
39096 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETNAME = 323
39097 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SETPRIVATE = 317
39098 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_SUSPEND = 313
39099 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK = 321
39100 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_UNPARK_ALL = 322
39101 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAIT = 312
39102 pkg syscall (netbsd-amd64-cgo), const SYS__LWP_WAKEUP = 315
39103 pkg syscall (netbsd-amd64-cgo), const SYS__PSET_BIND = 415
39104 pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETAFFINITY = 349
39105 pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_GETPARAM = 347
39106 pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETAFFINITY = 348
39107 pkg syscall (netbsd-amd64-cgo), const SYS__SCHED_SETPARAM = 346
39108 pkg syscall (netbsd-amd64-cgo), const SYS___CLONE = 287
39109 pkg syscall (netbsd-amd64-cgo), const SYS___GETCWD = 296
39110 pkg syscall (netbsd-amd64-cgo), const SYS___GETLOGIN = 49
39111 pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_CHOWN = 283
39112 pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_FCHOWN = 284
39113 pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_LCHOWN = 285
39114 pkg syscall (netbsd-amd64-cgo), const SYS___POSIX_RENAME = 270
39115 pkg syscall (netbsd-amd64-cgo), const SYS___QUOTACTL = 473
39116 pkg syscall (netbsd-amd64-cgo), const SYS___SEMCTL = 442
39117 pkg syscall (netbsd-amd64-cgo), const SYS___SETLOGIN = 50
39118 pkg syscall (netbsd-amd64-cgo), const SYS___SIGACTION_SIGTRAMP = 340
39119 pkg syscall (netbsd-amd64-cgo), const SYS___SIGTIMEDWAIT = 431
39120 pkg syscall (netbsd-amd64-cgo), const SYS___SYSCTL = 202
39121 pkg syscall (netbsd-amd64-cgo), const S_ARCH1 = 65536
39122 pkg syscall (netbsd-amd64-cgo), const S_ARCH2 = 131072
39123 pkg syscall (netbsd-amd64-cgo), const S_BLKSIZE = 512
39124 pkg syscall (netbsd-amd64-cgo), const S_IEXEC = 64
39125 pkg syscall (netbsd-amd64-cgo), const S_IFMT = 61440
39126 pkg syscall (netbsd-amd64-cgo), const S_IFWHT = 57344
39127 pkg syscall (netbsd-amd64-cgo), const S_IREAD = 256
39128 pkg syscall (netbsd-amd64-cgo), const S_IRGRP = 32
39129 pkg syscall (netbsd-amd64-cgo), const S_IROTH = 4
39130 pkg syscall (netbsd-amd64-cgo), const S_IRWXG = 56
39131 pkg syscall (netbsd-amd64-cgo), const S_IRWXO = 7
39132 pkg syscall (netbsd-amd64-cgo), const S_IRWXU = 448
39133 pkg syscall (netbsd-amd64-cgo), const S_ISTXT = 512
39134 pkg syscall (netbsd-amd64-cgo), const S_IWGRP = 16
39135 pkg syscall (netbsd-amd64-cgo), const S_IWOTH = 2
39136 pkg syscall (netbsd-amd64-cgo), const S_IWRITE = 128
39137 pkg syscall (netbsd-amd64-cgo), const S_IXGRP = 8
39138 pkg syscall (netbsd-amd64-cgo), const S_IXOTH = 1
39139 pkg syscall (netbsd-amd64-cgo), const S_LOGIN_SET = 1
39140 pkg syscall (netbsd-amd64-cgo), const SizeofBpfHdr = 32
39141 pkg syscall (netbsd-amd64-cgo), const SizeofBpfInsn = 8
39142 pkg syscall (netbsd-amd64-cgo), const SizeofBpfProgram = 16
39143 pkg syscall (netbsd-amd64-cgo), const SizeofBpfStat = 128
39144 pkg syscall (netbsd-amd64-cgo), const SizeofBpfVersion = 4
39145 pkg syscall (netbsd-amd64-cgo), const SizeofCmsghdr = 12
39146 pkg syscall (netbsd-amd64-cgo), const SizeofIPMreq = 8
39147 pkg syscall (netbsd-amd64-cgo), const SizeofIPv6Mreq = 20
39148 pkg syscall (netbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 24
39149 pkg syscall (netbsd-amd64-cgo), const SizeofIfData = 136
39150 pkg syscall (netbsd-amd64-cgo), const SizeofIfMsghdr = 152
39151 pkg syscall (netbsd-amd64-cgo), const SizeofIfaMsghdr = 24
39152 pkg syscall (netbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
39153 pkg syscall (netbsd-amd64-cgo), const SizeofLinger = 8
39154 pkg syscall (netbsd-amd64-cgo), const SizeofMsghdr = 48
39155 pkg syscall (netbsd-amd64-cgo), const SizeofRtMetrics = 80
39156 pkg syscall (netbsd-amd64-cgo), const SizeofRtMsghdr = 120
39157 pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrAny = 108
39158 pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrDatalink = 20
39159 pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
39160 pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
39161 pkg syscall (netbsd-amd64-cgo), const SizeofSockaddrUnix = 106
39162 pkg syscall (netbsd-amd64-cgo), const TCIFLUSH = 1
39163 pkg syscall (netbsd-amd64-cgo), const TCIOFLUSH = 3
39164 pkg syscall (netbsd-amd64-cgo), const TCOFLUSH = 2
39165 pkg syscall (netbsd-amd64-cgo), const TCP_CONGCTL = 32
39166 pkg syscall (netbsd-amd64-cgo), const TCP_KEEPCNT = 6
39167 pkg syscall (netbsd-amd64-cgo), const TCP_KEEPIDLE = 3
39168 pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINIT = 7
39169 pkg syscall (netbsd-amd64-cgo), const TCP_KEEPINTVL = 5
39170 pkg syscall (netbsd-amd64-cgo), const TCP_MAXBURST = 4
39171 pkg syscall (netbsd-amd64-cgo), const TCP_MAXSEG = 2
39172 pkg syscall (netbsd-amd64-cgo), const TCP_MAXWIN = 65535
39173 pkg syscall (netbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
39174 pkg syscall (netbsd-amd64-cgo), const TCP_MD5SIG = 16
39175 pkg syscall (netbsd-amd64-cgo), const TCP_MINMSS = 216
39176 pkg syscall (netbsd-amd64-cgo), const TCP_MSS = 536
39177 pkg syscall (netbsd-amd64-cgo), const TCSAFLUSH = 2
39178 pkg syscall (netbsd-amd64-cgo), const TIOCCBRK = 536900730
39179 pkg syscall (netbsd-amd64-cgo), const TIOCCDTR = 536900728
39180 pkg syscall (netbsd-amd64-cgo), const TIOCCONS = 2147775586
39181 pkg syscall (netbsd-amd64-cgo), const TIOCDCDTIMESTAMP = 1074820184
39182 pkg syscall (netbsd-amd64-cgo), const TIOCDRAIN = 536900702
39183 pkg syscall (netbsd-amd64-cgo), const TIOCEXCL = 536900621
39184 pkg syscall (netbsd-amd64-cgo), const TIOCEXT = 2147775584
39185 pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CDTRCTS = 16
39186 pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
39187 pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
39188 pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
39189 pkg syscall (netbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
39190 pkg syscall (netbsd-amd64-cgo), const TIOCFLUSH = 2147775504
39191 pkg syscall (netbsd-amd64-cgo), const TIOCGETA = 1076655123
39192 pkg syscall (netbsd-amd64-cgo), const TIOCGETD = 1074033690
39193 pkg syscall (netbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
39194 pkg syscall (netbsd-amd64-cgo), const TIOCGLINED = 1075868738
39195 pkg syscall (netbsd-amd64-cgo), const TIOCGPGRP = 1074033783
39196 pkg syscall (netbsd-amd64-cgo), const TIOCGQSIZE = 1074033793
39197 pkg syscall (netbsd-amd64-cgo), const TIOCGRANTPT = 536900679
39198 pkg syscall (netbsd-amd64-cgo), const TIOCGSID = 1074033763
39199 pkg syscall (netbsd-amd64-cgo), const TIOCGSIZE = 1074295912
39200 pkg syscall (netbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
39201 pkg syscall (netbsd-amd64-cgo), const TIOCMBIC = 2147775595
39202 pkg syscall (netbsd-amd64-cgo), const TIOCMBIS = 2147775596
39203 pkg syscall (netbsd-amd64-cgo), const TIOCMGET = 1074033770
39204 pkg syscall (netbsd-amd64-cgo), const TIOCMSET = 2147775597
39205 pkg syscall (netbsd-amd64-cgo), const TIOCM_CAR = 64
39206 pkg syscall (netbsd-amd64-cgo), const TIOCM_CD = 64
39207 pkg syscall (netbsd-amd64-cgo), const TIOCM_CTS = 32
39208 pkg syscall (netbsd-amd64-cgo), const TIOCM_DSR = 256
39209 pkg syscall (netbsd-amd64-cgo), const TIOCM_DTR = 2
39210 pkg syscall (netbsd-amd64-cgo), const TIOCM_LE = 1
39211 pkg syscall (netbsd-amd64-cgo), const TIOCM_RI = 128
39212 pkg syscall (netbsd-amd64-cgo), const TIOCM_RNG = 128
39213 pkg syscall (netbsd-amd64-cgo), const TIOCM_RTS = 4
39214 pkg syscall (netbsd-amd64-cgo), const TIOCM_SR = 16
39215 pkg syscall (netbsd-amd64-cgo), const TIOCM_ST = 8
39216 pkg syscall (netbsd-amd64-cgo), const TIOCNOTTY = 536900721
39217 pkg syscall (netbsd-amd64-cgo), const TIOCNXCL = 536900622
39218 pkg syscall (netbsd-amd64-cgo), const TIOCOUTQ = 1074033779
39219 pkg syscall (netbsd-amd64-cgo), const TIOCPKT = 2147775600
39220 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DATA = 0
39221 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
39222 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
39223 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
39224 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
39225 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
39226 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_START = 8
39227 pkg syscall (netbsd-amd64-cgo), const TIOCPKT_STOP = 4
39228 pkg syscall (netbsd-amd64-cgo), const TIOCPTMGET = 1076393030
39229 pkg syscall (netbsd-amd64-cgo), const TIOCPTSNAME = 1076393032
39230 pkg syscall (netbsd-amd64-cgo), const TIOCRCVFRAME = 2148037701
39231 pkg syscall (netbsd-amd64-cgo), const TIOCREMOTE = 2147775593
39232 pkg syscall (netbsd-amd64-cgo), const TIOCSBRK = 536900731
39233 pkg syscall (netbsd-amd64-cgo), const TIOCSCTTY = 536900705
39234 pkg syscall (netbsd-amd64-cgo), const TIOCSDTR = 536900729
39235 pkg syscall (netbsd-amd64-cgo), const TIOCSETA = 2150396948
39236 pkg syscall (netbsd-amd64-cgo), const TIOCSETAF = 2150396950
39237 pkg syscall (netbsd-amd64-cgo), const TIOCSETAW = 2150396949
39238 pkg syscall (netbsd-amd64-cgo), const TIOCSETD = 2147775515
39239 pkg syscall (netbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
39240 pkg syscall (netbsd-amd64-cgo), const TIOCSIG = 536900703
39241 pkg syscall (netbsd-amd64-cgo), const TIOCSLINED = 2149610563
39242 pkg syscall (netbsd-amd64-cgo), const TIOCSPGRP = 2147775606
39243 pkg syscall (netbsd-amd64-cgo), const TIOCSQSIZE = 2147775616
39244 pkg syscall (netbsd-amd64-cgo), const TIOCSSIZE = 2148037735
39245 pkg syscall (netbsd-amd64-cgo), const TIOCSTART = 536900718
39246 pkg syscall (netbsd-amd64-cgo), const TIOCSTAT = 2147775589
39247 pkg syscall (netbsd-amd64-cgo), const TIOCSTI = 2147578994
39248 pkg syscall (netbsd-amd64-cgo), const TIOCSTOP = 536900719
39249 pkg syscall (netbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
39250 pkg syscall (netbsd-amd64-cgo), const TIOCUCNTL = 2147775590
39251 pkg syscall (netbsd-amd64-cgo), const TIOCXMTFRAME = 2148037700
39252 pkg syscall (netbsd-amd64-cgo), const TOSTOP = 4194304
39253 pkg syscall (netbsd-amd64-cgo), const VDISCARD = 15
39254 pkg syscall (netbsd-amd64-cgo), const VDSUSP = 11
39255 pkg syscall (netbsd-amd64-cgo), const VEOF = 0
39256 pkg syscall (netbsd-amd64-cgo), const VEOL = 1
39257 pkg syscall (netbsd-amd64-cgo), const VEOL2 = 2
39258 pkg syscall (netbsd-amd64-cgo), const VERASE = 3
39259 pkg syscall (netbsd-amd64-cgo), const VINTR = 8
39260 pkg syscall (netbsd-amd64-cgo), const VKILL = 5
39261 pkg syscall (netbsd-amd64-cgo), const VLNEXT = 14
39262 pkg syscall (netbsd-amd64-cgo), const VMIN = 16
39263 pkg syscall (netbsd-amd64-cgo), const VQUIT = 9
39264 pkg syscall (netbsd-amd64-cgo), const VREPRINT = 6
39265 pkg syscall (netbsd-amd64-cgo), const VSTART = 12
39266 pkg syscall (netbsd-amd64-cgo), const VSTATUS = 18
39267 pkg syscall (netbsd-amd64-cgo), const VSTOP = 13
39268 pkg syscall (netbsd-amd64-cgo), const VSUSP = 10
39269 pkg syscall (netbsd-amd64-cgo), const VTIME = 17
39270 pkg syscall (netbsd-amd64-cgo), const VWERASE = 4
39271 pkg syscall (netbsd-amd64-cgo), const WALL = 8
39272 pkg syscall (netbsd-amd64-cgo), const WALLSIG = 8
39273 pkg syscall (netbsd-amd64-cgo), const WALTSIG = 4
39274 pkg syscall (netbsd-amd64-cgo), const WCLONE = 4
39275 pkg syscall (netbsd-amd64-cgo), const WCOREFLAG = 128
39276 pkg syscall (netbsd-amd64-cgo), const WNOHANG = 1
39277 pkg syscall (netbsd-amd64-cgo), const WNOWAIT = 65536
39278 pkg syscall (netbsd-amd64-cgo), const WNOZOMBIE = 131072
39279 pkg syscall (netbsd-amd64-cgo), const WOPTSCHECKED = 262144
39280 pkg syscall (netbsd-amd64-cgo), const WSTOPPED = 127
39281 pkg syscall (netbsd-amd64-cgo), const WUNTRACED = 2
39282 pkg syscall (netbsd-arm), const AF_APPLETALK = 16
39283 pkg syscall (netbsd-arm), const AF_ARP = 28
39284 pkg syscall (netbsd-arm), const AF_BLUETOOTH = 31
39285 pkg syscall (netbsd-arm), const AF_CCITT = 10
39286 pkg syscall (netbsd-arm), const AF_CHAOS = 5
39287 pkg syscall (netbsd-arm), const AF_CNT = 21
39288 pkg syscall (netbsd-arm), const AF_COIP = 20
39289 pkg syscall (netbsd-arm), const AF_DATAKIT = 9
39290 pkg syscall (netbsd-arm), const AF_DECnet = 12
39291 pkg syscall (netbsd-arm), const AF_DLI = 13
39292 pkg syscall (netbsd-arm), const AF_E164 = 26
39293 pkg syscall (netbsd-arm), const AF_ECMA = 8
39294 pkg syscall (netbsd-arm), const AF_HYLINK = 15
39295 pkg syscall (netbsd-arm), const AF_IEEE80211 = 32
39296 pkg syscall (netbsd-arm), const AF_IMPLINK = 3
39297 pkg syscall (netbsd-arm), const AF_INET6 = 24
39298 pkg syscall (netbsd-arm), const AF_IPX = 23
39299 pkg syscall (netbsd-arm), const AF_ISDN = 26
39300 pkg syscall (netbsd-arm), const AF_ISO = 7
39301 pkg syscall (netbsd-arm), const AF_LAT = 14
39302 pkg syscall (netbsd-arm), const AF_LINK = 18
39303 pkg syscall (netbsd-arm), const AF_LOCAL = 1
39304 pkg syscall (netbsd-arm), const AF_MAX = 35
39305 pkg syscall (netbsd-arm), const AF_MPLS = 33
39306 pkg syscall (netbsd-arm), const AF_NATM = 27
39307 pkg syscall (netbsd-arm), const AF_NS = 6
39308 pkg syscall (netbsd-arm), const AF_OROUTE = 17
39309 pkg syscall (netbsd-arm), const AF_OSI = 7
39310 pkg syscall (netbsd-arm), const AF_PUP = 4
39311 pkg syscall (netbsd-arm), const AF_ROUTE = 34
39312 pkg syscall (netbsd-arm), const AF_SNA = 11
39313 pkg syscall (netbsd-arm), const ARPHRD_ARCNET = 7
39314 pkg syscall (netbsd-arm), const ARPHRD_ETHER = 1
39315 pkg syscall (netbsd-arm), const ARPHRD_FRELAY = 15
39316 pkg syscall (netbsd-arm), const ARPHRD_IEEE1394 = 24
39317 pkg syscall (netbsd-arm), const ARPHRD_IEEE802 = 6
39318 pkg syscall (netbsd-arm), const ARPHRD_STRIP = 23
39319 pkg syscall (netbsd-arm), const B0 = 0
39320 pkg syscall (netbsd-arm), const B110 = 110
39321 pkg syscall (netbsd-arm), const B115200 = 115200
39322 pkg syscall (netbsd-arm), const B1200 = 1200
39323 pkg syscall (netbsd-arm), const B134 = 134
39324 pkg syscall (netbsd-arm), const B14400 = 14400
39325 pkg syscall (netbsd-arm), const B150 = 150
39326 pkg syscall (netbsd-arm), const B1800 = 1800
39327 pkg syscall (netbsd-arm), const B19200 = 19200
39328 pkg syscall (netbsd-arm), const B200 = 200
39329 pkg syscall (netbsd-arm), const B230400 = 230400
39330 pkg syscall (netbsd-arm), const B2400 = 2400
39331 pkg syscall (netbsd-arm), const B28800 = 28800
39332 pkg syscall (netbsd-arm), const B300 = 300
39333 pkg syscall (netbsd-arm), const B38400 = 38400
39334 pkg syscall (netbsd-arm), const B460800 = 460800
39335 pkg syscall (netbsd-arm), const B4800 = 4800
39336 pkg syscall (netbsd-arm), const B50 = 50
39337 pkg syscall (netbsd-arm), const B57600 = 57600
39338 pkg syscall (netbsd-arm), const B600 = 600
39339 pkg syscall (netbsd-arm), const B7200 = 7200
39340 pkg syscall (netbsd-arm), const B75 = 75
39341 pkg syscall (netbsd-arm), const B76800 = 76800
39342 pkg syscall (netbsd-arm), const B921600 = 921600
39343 pkg syscall (netbsd-arm), const B9600 = 9600
39344 pkg syscall (netbsd-arm), const BIOCFEEDBACK = 2147762813
39345 pkg syscall (netbsd-arm), const BIOCFLUSH = 536887912
39346 pkg syscall (netbsd-arm), const BIOCGBLEN = 1074020966
39347 pkg syscall (netbsd-arm), const BIOCGDLT = 1074020970
39348 pkg syscall (netbsd-arm), const BIOCGDLTLIST = 3221766775
39349 pkg syscall (netbsd-arm), const BIOCGETIF = 1083196011
39350 pkg syscall (netbsd-arm), const BIOCGFEEDBACK = 1074020988
39351 pkg syscall (netbsd-arm), const BIOCGHDRCMPLT = 1074020980
39352 pkg syscall (netbsd-arm), const BIOCGRTIMEOUT = 1074545275
39353 pkg syscall (netbsd-arm), const BIOCGSEESENT = 1074020984
39354 pkg syscall (netbsd-arm), const BIOCGSTATS = 1082147439
39355 pkg syscall (netbsd-arm), const BIOCGSTATSOLD = 1074283119
39356 pkg syscall (netbsd-arm), const BIOCIMMEDIATE = 2147762800
39357 pkg syscall (netbsd-arm), const BIOCPROMISC = 536887913
39358 pkg syscall (netbsd-arm), const BIOCSBLEN = 3221504614
39359 pkg syscall (netbsd-arm), const BIOCSDLT = 2147762806
39360 pkg syscall (netbsd-arm), const BIOCSETF = 2148024935
39361 pkg syscall (netbsd-arm), const BIOCSETIF = 2156937836
39362 pkg syscall (netbsd-arm), const BIOCSFEEDBACK = 2147762813
39363 pkg syscall (netbsd-arm), const BIOCSHDRCMPLT = 2147762805
39364 pkg syscall (netbsd-arm), const BIOCSRTIMEOUT = 2148287098
39365 pkg syscall (netbsd-arm), const BIOCSSEESENT = 2147762809
39366 pkg syscall (netbsd-arm), const BIOCSTCPF = 2148024946
39367 pkg syscall (netbsd-arm), const BIOCSUDPF = 2148024947
39368 pkg syscall (netbsd-arm), const BIOCVERSION = 1074020977
39369 pkg syscall (netbsd-arm), const BPF_A = 16
39370 pkg syscall (netbsd-arm), const BPF_ABS = 32
39371 pkg syscall (netbsd-arm), const BPF_ADD = 0
39372 pkg syscall (netbsd-arm), const BPF_ALIGNMENT = 4
39373 pkg syscall (netbsd-arm), const BPF_ALIGNMENT32 = 4
39374 pkg syscall (netbsd-arm), const BPF_ALU = 4
39375 pkg syscall (netbsd-arm), const BPF_AND = 80
39376 pkg syscall (netbsd-arm), const BPF_B = 16
39377 pkg syscall (netbsd-arm), const BPF_DFLTBUFSIZE = 1048576
39378 pkg syscall (netbsd-arm), const BPF_DIV = 48
39379 pkg syscall (netbsd-arm), const BPF_H = 8
39380 pkg syscall (netbsd-arm), const BPF_IMM = 0
39381 pkg syscall (netbsd-arm), const BPF_IND = 64
39382 pkg syscall (netbsd-arm), const BPF_JA = 0
39383 pkg syscall (netbsd-arm), const BPF_JEQ = 16
39384 pkg syscall (netbsd-arm), const BPF_JGE = 48
39385 pkg syscall (netbsd-arm), const BPF_JGT = 32
39386 pkg syscall (netbsd-arm), const BPF_JMP = 5
39387 pkg syscall (netbsd-arm), const BPF_JSET = 64
39388 pkg syscall (netbsd-arm), const BPF_K = 0
39389 pkg syscall (netbsd-arm), const BPF_LD = 0
39390 pkg syscall (netbsd-arm), const BPF_LDX = 1
39391 pkg syscall (netbsd-arm), const BPF_LEN = 128
39392 pkg syscall (netbsd-arm), const BPF_LSH = 96
39393 pkg syscall (netbsd-arm), const BPF_MAJOR_VERSION = 1
39394 pkg syscall (netbsd-arm), const BPF_MAXBUFSIZE = 16777216
39395 pkg syscall (netbsd-arm), const BPF_MAXINSNS = 512
39396 pkg syscall (netbsd-arm), const BPF_MEM = 96
39397 pkg syscall (netbsd-arm), const BPF_MEMWORDS = 16
39398 pkg syscall (netbsd-arm), const BPF_MINBUFSIZE = 32
39399 pkg syscall (netbsd-arm), const BPF_MINOR_VERSION = 1
39400 pkg syscall (netbsd-arm), const BPF_MISC = 7
39401 pkg syscall (netbsd-arm), const BPF_MSH = 160
39402 pkg syscall (netbsd-arm), const BPF_MUL = 32
39403 pkg syscall (netbsd-arm), const BPF_NEG = 128
39404 pkg syscall (netbsd-arm), const BPF_OR = 64
39405 pkg syscall (netbsd-arm), const BPF_RELEASE = 199606
39406 pkg syscall (netbsd-arm), const BPF_RET = 6
39407 pkg syscall (netbsd-arm), const BPF_RSH = 112
39408 pkg syscall (netbsd-arm), const BPF_ST = 2
39409 pkg syscall (netbsd-arm), const BPF_STX = 3
39410 pkg syscall (netbsd-arm), const BPF_SUB = 16
39411 pkg syscall (netbsd-arm), const BPF_TAX = 0
39412 pkg syscall (netbsd-arm), const BPF_TXA = 128
39413 pkg syscall (netbsd-arm), const BPF_W = 0
39414 pkg syscall (netbsd-arm), const BPF_X = 8
39415 pkg syscall (netbsd-arm), const BRKINT = 2
39416 pkg syscall (netbsd-arm), const CFLUSH = 15
39417 pkg syscall (netbsd-arm), const CLOCAL = 32768
39418 pkg syscall (netbsd-arm), const CREAD = 2048
39419 pkg syscall (netbsd-arm), const CS5 = 0
39420 pkg syscall (netbsd-arm), const CS6 = 256
39421 pkg syscall (netbsd-arm), const CS7 = 512
39422 pkg syscall (netbsd-arm), const CS8 = 768
39423 pkg syscall (netbsd-arm), const CSIZE = 768
39424 pkg syscall (netbsd-arm), const CSTART = 17
39425 pkg syscall (netbsd-arm), const CSTATUS = 20
39426 pkg syscall (netbsd-arm), const CSTOP = 19
39427 pkg syscall (netbsd-arm), const CSTOPB = 1024
39428 pkg syscall (netbsd-arm), const CSUSP = 26
39429 pkg syscall (netbsd-arm), const CTL_MAXNAME = 12
39430 pkg syscall (netbsd-arm), const CTL_NET = 4
39431 pkg syscall (netbsd-arm), const CTL_QUERY = -2
39432 pkg syscall (netbsd-arm), const DIOCBSFLUSH = 536896632
39433 pkg syscall (netbsd-arm), const DLT_A429 = 184
39434 pkg syscall (netbsd-arm), const DLT_A653_ICM = 185
39435 pkg syscall (netbsd-arm), const DLT_AIRONET_HEADER = 120
39436 pkg syscall (netbsd-arm), const DLT_AOS = 222
39437 pkg syscall (netbsd-arm), const DLT_APPLE_IP_OVER_IEEE1394 = 138
39438 pkg syscall (netbsd-arm), const DLT_ARCNET = 7
39439 pkg syscall (netbsd-arm), const DLT_ARCNET_LINUX = 129
39440 pkg syscall (netbsd-arm), const DLT_ATM_CLIP = 19
39441 pkg syscall (netbsd-arm), const DLT_ATM_RFC1483 = 11
39442 pkg syscall (netbsd-arm), const DLT_AURORA = 126
39443 pkg syscall (netbsd-arm), const DLT_AX25 = 3
39444 pkg syscall (netbsd-arm), const DLT_AX25_KISS = 202
39445 pkg syscall (netbsd-arm), const DLT_BACNET_MS_TP = 165
39446 pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4 = 187
39447 pkg syscall (netbsd-arm), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
39448 pkg syscall (netbsd-arm), const DLT_CAN20B = 190
39449 pkg syscall (netbsd-arm), const DLT_CAN_SOCKETCAN = 227
39450 pkg syscall (netbsd-arm), const DLT_CHAOS = 5
39451 pkg syscall (netbsd-arm), const DLT_CISCO_IOS = 118
39452 pkg syscall (netbsd-arm), const DLT_C_HDLC = 104
39453 pkg syscall (netbsd-arm), const DLT_C_HDLC_WITH_DIR = 205
39454 pkg syscall (netbsd-arm), const DLT_DECT = 221
39455 pkg syscall (netbsd-arm), const DLT_DOCSIS = 143
39456 pkg syscall (netbsd-arm), const DLT_ECONET = 115
39457 pkg syscall (netbsd-arm), const DLT_EN10MB = 1
39458 pkg syscall (netbsd-arm), const DLT_EN3MB = 2
39459 pkg syscall (netbsd-arm), const DLT_ENC = 109
39460 pkg syscall (netbsd-arm), const DLT_ERF = 197
39461 pkg syscall (netbsd-arm), const DLT_ERF_ETH = 175
39462 pkg syscall (netbsd-arm), const DLT_ERF_POS = 176
39463 pkg syscall (netbsd-arm), const DLT_FC_2 = 224
39464 pkg syscall (netbsd-arm), const DLT_FC_2_WITH_FRAME_DELIMS = 225
39465 pkg syscall (netbsd-arm), const DLT_FDDI = 10
39466 pkg syscall (netbsd-arm), const DLT_FLEXRAY = 210
39467 pkg syscall (netbsd-arm), const DLT_FRELAY = 107
39468 pkg syscall (netbsd-arm), const DLT_FRELAY_WITH_DIR = 206
39469 pkg syscall (netbsd-arm), const DLT_GCOM_SERIAL = 173
39470 pkg syscall (netbsd-arm), const DLT_GCOM_T1E1 = 172
39471 pkg syscall (netbsd-arm), const DLT_GPF_F = 171
39472 pkg syscall (netbsd-arm), const DLT_GPF_T = 170
39473 pkg syscall (netbsd-arm), const DLT_GPRS_LLC = 169
39474 pkg syscall (netbsd-arm), const DLT_GSMTAP_ABIS = 218
39475 pkg syscall (netbsd-arm), const DLT_GSMTAP_UM = 217
39476 pkg syscall (netbsd-arm), const DLT_HDLC = 16
39477 pkg syscall (netbsd-arm), const DLT_HHDLC = 121
39478 pkg syscall (netbsd-arm), const DLT_HIPPI = 15
39479 pkg syscall (netbsd-arm), const DLT_IBM_SN = 146
39480 pkg syscall (netbsd-arm), const DLT_IBM_SP = 145
39481 pkg syscall (netbsd-arm), const DLT_IEEE802 = 6
39482 pkg syscall (netbsd-arm), const DLT_IEEE802_11 = 105
39483 pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO = 127
39484 pkg syscall (netbsd-arm), const DLT_IEEE802_11_RADIO_AVS = 163
39485 pkg syscall (netbsd-arm), const DLT_IEEE802_15_4 = 195
39486 pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_LINUX = 191
39487 pkg syscall (netbsd-arm), const DLT_IEEE802_15_4_NONASK_PHY = 215
39488 pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS = 188
39489 pkg syscall (netbsd-arm), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
39490 pkg syscall (netbsd-arm), const DLT_IPMB = 199
39491 pkg syscall (netbsd-arm), const DLT_IPMB_LINUX = 209
39492 pkg syscall (netbsd-arm), const DLT_IPNET = 226
39493 pkg syscall (netbsd-arm), const DLT_IPV4 = 228
39494 pkg syscall (netbsd-arm), const DLT_IPV6 = 229
39495 pkg syscall (netbsd-arm), const DLT_IP_OVER_FC = 122
39496 pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM1 = 137
39497 pkg syscall (netbsd-arm), const DLT_JUNIPER_ATM2 = 135
39498 pkg syscall (netbsd-arm), const DLT_JUNIPER_CHDLC = 181
39499 pkg syscall (netbsd-arm), const DLT_JUNIPER_ES = 132
39500 pkg syscall (netbsd-arm), const DLT_JUNIPER_ETHER = 178
39501 pkg syscall (netbsd-arm), const DLT_JUNIPER_FRELAY = 180
39502 pkg syscall (netbsd-arm), const DLT_JUNIPER_GGSN = 133
39503 pkg syscall (netbsd-arm), const DLT_JUNIPER_ISM = 194
39504 pkg syscall (netbsd-arm), const DLT_JUNIPER_MFR = 134
39505 pkg syscall (netbsd-arm), const DLT_JUNIPER_MLFR = 131
39506 pkg syscall (netbsd-arm), const DLT_JUNIPER_MLPPP = 130
39507 pkg syscall (netbsd-arm), const DLT_JUNIPER_MONITOR = 164
39508 pkg syscall (netbsd-arm), const DLT_JUNIPER_PIC_PEER = 174
39509 pkg syscall (netbsd-arm), const DLT_JUNIPER_PPP = 179
39510 pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE = 167
39511 pkg syscall (netbsd-arm), const DLT_JUNIPER_PPPOE_ATM = 168
39512 pkg syscall (netbsd-arm), const DLT_JUNIPER_SERVICES = 136
39513 pkg syscall (netbsd-arm), const DLT_JUNIPER_ST = 200
39514 pkg syscall (netbsd-arm), const DLT_JUNIPER_VP = 183
39515 pkg syscall (netbsd-arm), const DLT_LAPB_WITH_DIR = 207
39516 pkg syscall (netbsd-arm), const DLT_LAPD = 203
39517 pkg syscall (netbsd-arm), const DLT_LIN = 212
39518 pkg syscall (netbsd-arm), const DLT_LINUX_EVDEV = 216
39519 pkg syscall (netbsd-arm), const DLT_LINUX_IRDA = 144
39520 pkg syscall (netbsd-arm), const DLT_LINUX_LAPD = 177
39521 pkg syscall (netbsd-arm), const DLT_LINUX_SLL = 113
39522 pkg syscall (netbsd-arm), const DLT_LOOP = 108
39523 pkg syscall (netbsd-arm), const DLT_LTALK = 114
39524 pkg syscall (netbsd-arm), const DLT_MFR = 182
39525 pkg syscall (netbsd-arm), const DLT_MOST = 211
39526 pkg syscall (netbsd-arm), const DLT_MPLS = 219
39527 pkg syscall (netbsd-arm), const DLT_MTP2 = 140
39528 pkg syscall (netbsd-arm), const DLT_MTP2_WITH_PHDR = 139
39529 pkg syscall (netbsd-arm), const DLT_MTP3 = 141
39530 pkg syscall (netbsd-arm), const DLT_NULL = 0
39531 pkg syscall (netbsd-arm), const DLT_PCI_EXP = 125
39532 pkg syscall (netbsd-arm), const DLT_PFLOG = 117
39533 pkg syscall (netbsd-arm), const DLT_PFSYNC = 18
39534 pkg syscall (netbsd-arm), const DLT_PPI = 192
39535 pkg syscall (netbsd-arm), const DLT_PPP = 9
39536 pkg syscall (netbsd-arm), const DLT_PPP_BSDOS = 14
39537 pkg syscall (netbsd-arm), const DLT_PPP_ETHER = 51
39538 pkg syscall (netbsd-arm), const DLT_PPP_PPPD = 166
39539 pkg syscall (netbsd-arm), const DLT_PPP_SERIAL = 50
39540 pkg syscall (netbsd-arm), const DLT_PPP_WITH_DIR = 204
39541 pkg syscall (netbsd-arm), const DLT_PRISM_HEADER = 119
39542 pkg syscall (netbsd-arm), const DLT_PRONET = 4
39543 pkg syscall (netbsd-arm), const DLT_RAIF1 = 198
39544 pkg syscall (netbsd-arm), const DLT_RAW = 12
39545 pkg syscall (netbsd-arm), const DLT_RAWAF_MASK = 35913728
39546 pkg syscall (netbsd-arm), const DLT_RIO = 124
39547 pkg syscall (netbsd-arm), const DLT_SCCP = 142
39548 pkg syscall (netbsd-arm), const DLT_SITA = 196
39549 pkg syscall (netbsd-arm), const DLT_SLIP = 8
39550 pkg syscall (netbsd-arm), const DLT_SLIP_BSDOS = 13
39551 pkg syscall (netbsd-arm), const DLT_SUNATM = 123
39552 pkg syscall (netbsd-arm), const DLT_SYMANTEC_FIREWALL = 99
39553 pkg syscall (netbsd-arm), const DLT_TZSP = 128
39554 pkg syscall (netbsd-arm), const DLT_USB = 186
39555 pkg syscall (netbsd-arm), const DLT_USB_LINUX = 189
39556 pkg syscall (netbsd-arm), const DLT_USB_LINUX_MMAPPED = 220
39557 pkg syscall (netbsd-arm), const DLT_WIHART = 223
39558 pkg syscall (netbsd-arm), const DLT_X2E_SERIAL = 213
39559 pkg syscall (netbsd-arm), const DLT_X2E_XORAYA = 214
39560 pkg syscall (netbsd-arm), const DT_BLK = 6
39561 pkg syscall (netbsd-arm), const DT_CHR = 2
39562 pkg syscall (netbsd-arm), const DT_DIR = 4
39563 pkg syscall (netbsd-arm), const DT_FIFO = 1
39564 pkg syscall (netbsd-arm), const DT_LNK = 10
39565 pkg syscall (netbsd-arm), const DT_REG = 8
39566 pkg syscall (netbsd-arm), const DT_SOCK = 12
39567 pkg syscall (netbsd-arm), const DT_UNKNOWN = 0
39568 pkg syscall (netbsd-arm), const DT_WHT = 14
39569 pkg syscall (netbsd-arm), const E2BIG = 7
39570 pkg syscall (netbsd-arm), const EACCES = 13
39571 pkg syscall (netbsd-arm), const EADDRINUSE = 48
39572 pkg syscall (netbsd-arm), const EADDRNOTAVAIL = 49
39573 pkg syscall (netbsd-arm), const EAFNOSUPPORT = 47
39574 pkg syscall (netbsd-arm), const EAGAIN = 35
39575 pkg syscall (netbsd-arm), const EALREADY = 37
39576 pkg syscall (netbsd-arm), const EAUTH = 80
39577 pkg syscall (netbsd-arm), const EBADF = 9
39578 pkg syscall (netbsd-arm), const EBADMSG = 88
39579 pkg syscall (netbsd-arm), const EBADRPC = 72
39580 pkg syscall (netbsd-arm), const EBUSY = 16
39581 pkg syscall (netbsd-arm), const ECANCELED = 87
39582 pkg syscall (netbsd-arm), const ECHILD = 10
39583 pkg syscall (netbsd-arm), const ECHO = 8
39584 pkg syscall (netbsd-arm), const ECHOCTL = 64
39585 pkg syscall (netbsd-arm), const ECHOE = 2
39586 pkg syscall (netbsd-arm), const ECHOK = 4
39587 pkg syscall (netbsd-arm), const ECHOKE = 1
39588 pkg syscall (netbsd-arm), const ECHONL = 16
39589 pkg syscall (netbsd-arm), const ECHOPRT = 32
39590 pkg syscall (netbsd-arm), const ECONNABORTED = 53
39591 pkg syscall (netbsd-arm), const ECONNREFUSED = 61
39592 pkg syscall (netbsd-arm), const ECONNRESET = 54
39593 pkg syscall (netbsd-arm), const EDEADLK = 11
39594 pkg syscall (netbsd-arm), const EDESTADDRREQ = 39
39595 pkg syscall (netbsd-arm), const EDOM = 33
39596 pkg syscall (netbsd-arm), const EDQUOT = 69
39597 pkg syscall (netbsd-arm), const EEXIST = 17
39598 pkg syscall (netbsd-arm), const EFAULT = 14
39599 pkg syscall (netbsd-arm), const EFBIG = 27
39600 pkg syscall (netbsd-arm), const EFTYPE = 79
39601 pkg syscall (netbsd-arm), const EHOSTDOWN = 64
39602 pkg syscall (netbsd-arm), const EHOSTUNREACH = 65
39603 pkg syscall (netbsd-arm), const EIDRM = 82
39604 pkg syscall (netbsd-arm), const EILSEQ = 85
39605 pkg syscall (netbsd-arm), const EINPROGRESS = 36
39606 pkg syscall (netbsd-arm), const EINTR = 4
39607 pkg syscall (netbsd-arm), const EINVAL = 22
39608 pkg syscall (netbsd-arm), const EIO = 5
39609 pkg syscall (netbsd-arm), const EISCONN = 56
39610 pkg syscall (netbsd-arm), const EISDIR = 21
39611 pkg syscall (netbsd-arm), const ELAST = 96
39612 pkg syscall (netbsd-arm), const ELOOP = 62
39613 pkg syscall (netbsd-arm), const EMFILE = 24
39614 pkg syscall (netbsd-arm), const EMLINK = 31
39615 pkg syscall (netbsd-arm), const EMSGSIZE = 40
39616 pkg syscall (netbsd-arm), const EMULTIHOP = 94
39617 pkg syscall (netbsd-arm), const EMUL_LINUX = 1
39618 pkg syscall (netbsd-arm), const EMUL_LINUX32 = 5
39619 pkg syscall (netbsd-arm), const EMUL_MAXID = 6
39620 pkg syscall (netbsd-arm), const ENAMETOOLONG = 63
39621 pkg syscall (netbsd-arm), const ENEEDAUTH = 81
39622 pkg syscall (netbsd-arm), const ENETDOWN = 50
39623 pkg syscall (netbsd-arm), const ENETRESET = 52
39624 pkg syscall (netbsd-arm), const ENETUNREACH = 51
39625 pkg syscall (netbsd-arm), const ENFILE = 23
39626 pkg syscall (netbsd-arm), const ENOATTR = 93
39627 pkg syscall (netbsd-arm), const ENOBUFS = 55
39628 pkg syscall (netbsd-arm), const ENODATA = 89
39629 pkg syscall (netbsd-arm), const ENODEV = 19
39630 pkg syscall (netbsd-arm), const ENOEXEC = 8
39631 pkg syscall (netbsd-arm), const ENOLCK = 77
39632 pkg syscall (netbsd-arm), const ENOLINK = 95
39633 pkg syscall (netbsd-arm), const ENOMEM = 12
39634 pkg syscall (netbsd-arm), const ENOMSG = 83
39635 pkg syscall (netbsd-arm), const ENOPROTOOPT = 42
39636 pkg syscall (netbsd-arm), const ENOSPC = 28
39637 pkg syscall (netbsd-arm), const ENOSR = 90
39638 pkg syscall (netbsd-arm), const ENOSTR = 91
39639 pkg syscall (netbsd-arm), const ENOSYS = 78
39640 pkg syscall (netbsd-arm), const ENOTBLK = 15
39641 pkg syscall (netbsd-arm), const ENOTCONN = 57
39642 pkg syscall (netbsd-arm), const ENOTDIR = 20
39643 pkg syscall (netbsd-arm), const ENOTEMPTY = 66
39644 pkg syscall (netbsd-arm), const ENOTSOCK = 38
39645 pkg syscall (netbsd-arm), const ENOTSUP = 86
39646 pkg syscall (netbsd-arm), const ENOTTY = 25
39647 pkg syscall (netbsd-arm), const ENXIO = 6
39648 pkg syscall (netbsd-arm), const EOPNOTSUPP = 45
39649 pkg syscall (netbsd-arm), const EOVERFLOW = 84
39650 pkg syscall (netbsd-arm), const EPERM = 1
39651 pkg syscall (netbsd-arm), const EPFNOSUPPORT = 46
39652 pkg syscall (netbsd-arm), const EPIPE = 32
39653 pkg syscall (netbsd-arm), const EPROCLIM = 67
39654 pkg syscall (netbsd-arm), const EPROCUNAVAIL = 76
39655 pkg syscall (netbsd-arm), const EPROGMISMATCH = 75
39656 pkg syscall (netbsd-arm), const EPROGUNAVAIL = 74
39657 pkg syscall (netbsd-arm), const EPROTO = 96
39658 pkg syscall (netbsd-arm), const EPROTONOSUPPORT = 43
39659 pkg syscall (netbsd-arm), const EPROTOTYPE = 41
39660 pkg syscall (netbsd-arm), const ERANGE = 34
39661 pkg syscall (netbsd-arm), const EREMOTE = 71
39662 pkg syscall (netbsd-arm), const EROFS = 30
39663 pkg syscall (netbsd-arm), const ERPCMISMATCH = 73
39664 pkg syscall (netbsd-arm), const ESHUTDOWN = 58
39665 pkg syscall (netbsd-arm), const ESOCKTNOSUPPORT = 44
39666 pkg syscall (netbsd-arm), const ESPIPE = 29
39667 pkg syscall (netbsd-arm), const ESRCH = 3
39668 pkg syscall (netbsd-arm), const ESTALE = 70
39669 pkg syscall (netbsd-arm), const ETHERCAP_JUMBO_MTU = 4
39670 pkg syscall (netbsd-arm), const ETHERCAP_VLAN_HWTAGGING = 2
39671 pkg syscall (netbsd-arm), const ETHERCAP_VLAN_MTU = 1
39672 pkg syscall (netbsd-arm), const ETHERMIN = 46
39673 pkg syscall (netbsd-arm), const ETHERMTU = 1500
39674 pkg syscall (netbsd-arm), const ETHERMTU_JUMBO = 9000
39675 pkg syscall (netbsd-arm), const ETHERTYPE_8023 = 4
39676 pkg syscall (netbsd-arm), const ETHERTYPE_AARP = 33011
39677 pkg syscall (netbsd-arm), const ETHERTYPE_ACCTON = 33680
39678 pkg syscall (netbsd-arm), const ETHERTYPE_AEONIC = 32822
39679 pkg syscall (netbsd-arm), const ETHERTYPE_ALPHA = 33098
39680 pkg syscall (netbsd-arm), const ETHERTYPE_AMBER = 24584
39681 pkg syscall (netbsd-arm), const ETHERTYPE_AMOEBA = 33093
39682 pkg syscall (netbsd-arm), const ETHERTYPE_APOLLO = 33015
39683 pkg syscall (netbsd-arm), const ETHERTYPE_APOLLODOMAIN = 32793
39684 pkg syscall (netbsd-arm), const ETHERTYPE_APPLETALK = 32923
39685 pkg syscall (netbsd-arm), const ETHERTYPE_APPLITEK = 32967
39686 pkg syscall (netbsd-arm), const ETHERTYPE_ARGONAUT = 32826
39687 pkg syscall (netbsd-arm), const ETHERTYPE_ARP = 2054
39688 pkg syscall (netbsd-arm), const ETHERTYPE_AT = 32923
39689 pkg syscall (netbsd-arm), const ETHERTYPE_ATALK = 32923
39690 pkg syscall (netbsd-arm), const ETHERTYPE_ATOMIC = 34527
39691 pkg syscall (netbsd-arm), const ETHERTYPE_ATT = 32873
39692 pkg syscall (netbsd-arm), const ETHERTYPE_ATTSTANFORD = 32776
39693 pkg syscall (netbsd-arm), const ETHERTYPE_AUTOPHON = 32874
39694 pkg syscall (netbsd-arm), const ETHERTYPE_AXIS = 34902
39695 pkg syscall (netbsd-arm), const ETHERTYPE_BCLOOP = 36867
39696 pkg syscall (netbsd-arm), const ETHERTYPE_BOFL = 33026
39697 pkg syscall (netbsd-arm), const ETHERTYPE_CABLETRON = 28724
39698 pkg syscall (netbsd-arm), const ETHERTYPE_CHAOS = 2052
39699 pkg syscall (netbsd-arm), const ETHERTYPE_COMDESIGN = 32876
39700 pkg syscall (netbsd-arm), const ETHERTYPE_COMPUGRAPHIC = 32877
39701 pkg syscall (netbsd-arm), const ETHERTYPE_COUNTERPOINT = 32866
39702 pkg syscall (netbsd-arm), const ETHERTYPE_CRONUS = 32772
39703 pkg syscall (netbsd-arm), const ETHERTYPE_CRONUSVLN = 32771
39704 pkg syscall (netbsd-arm), const ETHERTYPE_DCA = 4660
39705 pkg syscall (netbsd-arm), const ETHERTYPE_DDE = 32891
39706 pkg syscall (netbsd-arm), const ETHERTYPE_DEBNI = 43690
39707 pkg syscall (netbsd-arm), const ETHERTYPE_DECAM = 32840
39708 pkg syscall (netbsd-arm), const ETHERTYPE_DECCUST = 24582
39709 pkg syscall (netbsd-arm), const ETHERTYPE_DECDIAG = 24581
39710 pkg syscall (netbsd-arm), const ETHERTYPE_DECDNS = 32828
39711 pkg syscall (netbsd-arm), const ETHERTYPE_DECDTS = 32830
39712 pkg syscall (netbsd-arm), const ETHERTYPE_DECEXPER = 24576
39713 pkg syscall (netbsd-arm), const ETHERTYPE_DECLAST = 32833
39714 pkg syscall (netbsd-arm), const ETHERTYPE_DECLTM = 32831
39715 pkg syscall (netbsd-arm), const ETHERTYPE_DECMUMPS = 24585
39716 pkg syscall (netbsd-arm), const ETHERTYPE_DECNETBIOS = 32832
39717 pkg syscall (netbsd-arm), const ETHERTYPE_DELTACON = 34526
39718 pkg syscall (netbsd-arm), const ETHERTYPE_DIDDLE = 17185
39719 pkg syscall (netbsd-arm), const ETHERTYPE_DLOG1 = 1632
39720 pkg syscall (netbsd-arm), const ETHERTYPE_DLOG2 = 1633
39721 pkg syscall (netbsd-arm), const ETHERTYPE_DN = 24579
39722 pkg syscall (netbsd-arm), const ETHERTYPE_DOGFIGHT = 6537
39723 pkg syscall (netbsd-arm), const ETHERTYPE_DSMD = 32825
39724 pkg syscall (netbsd-arm), const ETHERTYPE_ECMA = 2051
39725 pkg syscall (netbsd-arm), const ETHERTYPE_ENCRYPT = 32829
39726 pkg syscall (netbsd-arm), const ETHERTYPE_ES = 32861
39727 pkg syscall (netbsd-arm), const ETHERTYPE_EXCELAN = 32784
39728 pkg syscall (netbsd-arm), const ETHERTYPE_EXPERDATA = 32841
39729 pkg syscall (netbsd-arm), const ETHERTYPE_FLIP = 33094
39730 pkg syscall (netbsd-arm), const ETHERTYPE_FLOWCONTROL = 34824
39731 pkg syscall (netbsd-arm), const ETHERTYPE_FRARP = 2056
39732 pkg syscall (netbsd-arm), const ETHERTYPE_GENDYN = 32872
39733 pkg syscall (netbsd-arm), const ETHERTYPE_HAYES = 33072
39734 pkg syscall (netbsd-arm), const ETHERTYPE_HIPPI_FP = 33152
39735 pkg syscall (netbsd-arm), const ETHERTYPE_HITACHI = 34848
39736 pkg syscall (netbsd-arm), const ETHERTYPE_HP = 32773
39737 pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUP = 2560
39738 pkg syscall (netbsd-arm), const ETHERTYPE_IEEEPUPAT = 2561
39739 pkg syscall (netbsd-arm), const ETHERTYPE_IMLBL = 19522
39740 pkg syscall (netbsd-arm), const ETHERTYPE_IMLBLDIAG = 16972
39741 pkg syscall (netbsd-arm), const ETHERTYPE_IP = 2048
39742 pkg syscall (netbsd-arm), const ETHERTYPE_IPAS = 34668
39743 pkg syscall (netbsd-arm), const ETHERTYPE_IPV6 = 34525
39744 pkg syscall (netbsd-arm), const ETHERTYPE_IPX = 33079
39745 pkg syscall (netbsd-arm), const ETHERTYPE_IPXNEW = 32823
39746 pkg syscall (netbsd-arm), const ETHERTYPE_KALPANA = 34178
39747 pkg syscall (netbsd-arm), const ETHERTYPE_LANBRIDGE = 32824
39748 pkg syscall (netbsd-arm), const ETHERTYPE_LANPROBE = 34952
39749 pkg syscall (netbsd-arm), const ETHERTYPE_LAT = 24580
39750 pkg syscall (netbsd-arm), const ETHERTYPE_LBACK = 36864
39751 pkg syscall (netbsd-arm), const ETHERTYPE_LITTLE = 32864
39752 pkg syscall (netbsd-arm), const ETHERTYPE_LOGICRAFT = 33096
39753 pkg syscall (netbsd-arm), const ETHERTYPE_LOOPBACK = 36864
39754 pkg syscall (netbsd-arm), const ETHERTYPE_MATRA = 32890
39755 pkg syscall (netbsd-arm), const ETHERTYPE_MAX = 65535
39756 pkg syscall (netbsd-arm), const ETHERTYPE_MERIT = 32892
39757 pkg syscall (netbsd-arm), const ETHERTYPE_MICP = 34618
39758 pkg syscall (netbsd-arm), const ETHERTYPE_MOPDL = 24577
39759 pkg syscall (netbsd-arm), const ETHERTYPE_MOPRC = 24578
39760 pkg syscall (netbsd-arm), const ETHERTYPE_MOTOROLA = 33165
39761 pkg syscall (netbsd-arm), const ETHERTYPE_MPLS = 34887
39762 pkg syscall (netbsd-arm), const ETHERTYPE_MPLS_MCAST = 34888
39763 pkg syscall (netbsd-arm), const ETHERTYPE_MUMPS = 33087
39764 pkg syscall (netbsd-arm), const ETHERTYPE_NBPCC = 15364
39765 pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLAIM = 15369
39766 pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLREQ = 15365
39767 pkg syscall (netbsd-arm), const ETHERTYPE_NBPCLRSP = 15366
39768 pkg syscall (netbsd-arm), const ETHERTYPE_NBPCREQ = 15362
39769 pkg syscall (netbsd-arm), const ETHERTYPE_NBPCRSP = 15363
39770 pkg syscall (netbsd-arm), const ETHERTYPE_NBPDG = 15367
39771 pkg syscall (netbsd-arm), const ETHERTYPE_NBPDGB = 15368
39772 pkg syscall (netbsd-arm), const ETHERTYPE_NBPDLTE = 15370
39773 pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAR = 15372
39774 pkg syscall (netbsd-arm), const ETHERTYPE_NBPRAS = 15371
39775 pkg syscall (netbsd-arm), const ETHERTYPE_NBPRST = 15373
39776 pkg syscall (netbsd-arm), const ETHERTYPE_NBPSCD = 15361
39777 pkg syscall (netbsd-arm), const ETHERTYPE_NBPVCD = 15360
39778 pkg syscall (netbsd-arm), const ETHERTYPE_NBS = 2050
39779 pkg syscall (netbsd-arm), const ETHERTYPE_NCD = 33097
39780 pkg syscall (netbsd-arm), const ETHERTYPE_NESTAR = 32774
39781 pkg syscall (netbsd-arm), const ETHERTYPE_NETBEUI = 33169
39782 pkg syscall (netbsd-arm), const ETHERTYPE_NOVELL = 33080
39783 pkg syscall (netbsd-arm), const ETHERTYPE_NS = 1536
39784 pkg syscall (netbsd-arm), const ETHERTYPE_NSAT = 1537
39785 pkg syscall (netbsd-arm), const ETHERTYPE_NSCOMPAT = 2055
39786 pkg syscall (netbsd-arm), const ETHERTYPE_NTRAILER = 16
39787 pkg syscall (netbsd-arm), const ETHERTYPE_OS9 = 28679
39788 pkg syscall (netbsd-arm), const ETHERTYPE_OS9NET = 28681
39789 pkg syscall (netbsd-arm), const ETHERTYPE_PACER = 32966
39790 pkg syscall (netbsd-arm), const ETHERTYPE_PAE = 34958
39791 pkg syscall (netbsd-arm), const ETHERTYPE_PCS = 16962
39792 pkg syscall (netbsd-arm), const ETHERTYPE_PLANNING = 32836
39793 pkg syscall (netbsd-arm), const ETHERTYPE_PPP = 34827
39794 pkg syscall (netbsd-arm), const ETHERTYPE_PPPOE = 34916
39795 pkg syscall (netbsd-arm), const ETHERTYPE_PPPOEDISC = 34915
39796 pkg syscall (netbsd-arm), const ETHERTYPE_PRIMENTS = 28721
39797 pkg syscall (netbsd-arm), const ETHERTYPE_PUP = 512
39798 pkg syscall (netbsd-arm), const ETHERTYPE_PUPAT = 512
39799 pkg syscall (netbsd-arm), const ETHERTYPE_RACAL = 28720
39800 pkg syscall (netbsd-arm), const ETHERTYPE_RATIONAL = 33104
39801 pkg syscall (netbsd-arm), const ETHERTYPE_RAWFR = 25945
39802 pkg syscall (netbsd-arm), const ETHERTYPE_RCL = 6549
39803 pkg syscall (netbsd-arm), const ETHERTYPE_RDP = 34617
39804 pkg syscall (netbsd-arm), const ETHERTYPE_RETIX = 33010
39805 pkg syscall (netbsd-arm), const ETHERTYPE_REVARP = 32821
39806 pkg syscall (netbsd-arm), const ETHERTYPE_SCA = 24583
39807 pkg syscall (netbsd-arm), const ETHERTYPE_SECTRA = 34523
39808 pkg syscall (netbsd-arm), const ETHERTYPE_SECUREDATA = 34669
39809 pkg syscall (netbsd-arm), const ETHERTYPE_SGITW = 33150
39810 pkg syscall (netbsd-arm), const ETHERTYPE_SG_BOUNCE = 32790
39811 pkg syscall (netbsd-arm), const ETHERTYPE_SG_DIAG = 32787
39812 pkg syscall (netbsd-arm), const ETHERTYPE_SG_NETGAMES = 32788
39813 pkg syscall (netbsd-arm), const ETHERTYPE_SG_RESV = 32789
39814 pkg syscall (netbsd-arm), const ETHERTYPE_SIMNET = 21000
39815 pkg syscall (netbsd-arm), const ETHERTYPE_SLOWPROTOCOLS = 34825
39816 pkg syscall (netbsd-arm), const ETHERTYPE_SNA = 32981
39817 pkg syscall (netbsd-arm), const ETHERTYPE_SNMP = 33100
39818 pkg syscall (netbsd-arm), const ETHERTYPE_SONIX = 64245
39819 pkg syscall (netbsd-arm), const ETHERTYPE_SPIDER = 32927
39820 pkg syscall (netbsd-arm), const ETHERTYPE_SPRITE = 1280
39821 pkg syscall (netbsd-arm), const ETHERTYPE_STP = 33153
39822 pkg syscall (netbsd-arm), const ETHERTYPE_TALARIS = 33067
39823 pkg syscall (netbsd-arm), const ETHERTYPE_TALARISMC = 34091
39824 pkg syscall (netbsd-arm), const ETHERTYPE_TCPCOMP = 34667
39825 pkg syscall (netbsd-arm), const ETHERTYPE_TCPSM = 36866
39826 pkg syscall (netbsd-arm), const ETHERTYPE_TEC = 33103
39827 pkg syscall (netbsd-arm), const ETHERTYPE_TIGAN = 32815
39828 pkg syscall (netbsd-arm), const ETHERTYPE_TRAIL = 4096
39829 pkg syscall (netbsd-arm), const ETHERTYPE_TRANSETHER = 25944
39830 pkg syscall (netbsd-arm), const ETHERTYPE_TYMSHARE = 32814
39831 pkg syscall (netbsd-arm), const ETHERTYPE_UBBST = 28677
39832 pkg syscall (netbsd-arm), const ETHERTYPE_UBDEBUG = 2304
39833 pkg syscall (netbsd-arm), const ETHERTYPE_UBDIAGLOOP = 28674
39834 pkg syscall (netbsd-arm), const ETHERTYPE_UBDL = 28672
39835 pkg syscall (netbsd-arm), const ETHERTYPE_UBNIU = 28673
39836 pkg syscall (netbsd-arm), const ETHERTYPE_UBNMC = 28675
39837 pkg syscall (netbsd-arm), const ETHERTYPE_VALID = 5632
39838 pkg syscall (netbsd-arm), const ETHERTYPE_VARIAN = 32989
39839 pkg syscall (netbsd-arm), const ETHERTYPE_VAXELN = 32827
39840 pkg syscall (netbsd-arm), const ETHERTYPE_VEECO = 32871
39841 pkg syscall (netbsd-arm), const ETHERTYPE_VEXP = 32859
39842 pkg syscall (netbsd-arm), const ETHERTYPE_VGLAB = 33073
39843 pkg syscall (netbsd-arm), const ETHERTYPE_VINES = 2989
39844 pkg syscall (netbsd-arm), const ETHERTYPE_VINESECHO = 2991
39845 pkg syscall (netbsd-arm), const ETHERTYPE_VINESLOOP = 2990
39846 pkg syscall (netbsd-arm), const ETHERTYPE_VITAL = 65280
39847 pkg syscall (netbsd-arm), const ETHERTYPE_VLAN = 33024
39848 pkg syscall (netbsd-arm), const ETHERTYPE_VLTLMAN = 32896
39849 pkg syscall (netbsd-arm), const ETHERTYPE_VPROD = 32860
39850 pkg syscall (netbsd-arm), const ETHERTYPE_VURESERVED = 33095
39851 pkg syscall (netbsd-arm), const ETHERTYPE_WATERLOO = 33072
39852 pkg syscall (netbsd-arm), const ETHERTYPE_WELLFLEET = 33027
39853 pkg syscall (netbsd-arm), const ETHERTYPE_X25 = 2053
39854 pkg syscall (netbsd-arm), const ETHERTYPE_X75 = 2049
39855 pkg syscall (netbsd-arm), const ETHERTYPE_XNSSM = 36865
39856 pkg syscall (netbsd-arm), const ETHERTYPE_XTP = 33149
39857 pkg syscall (netbsd-arm), const ETHER_ADDR_LEN = 6
39858 pkg syscall (netbsd-arm), const ETHER_CRC_LEN = 4
39859 pkg syscall (netbsd-arm), const ETHER_CRC_POLY_BE = 79764918
39860 pkg syscall (netbsd-arm), const ETHER_CRC_POLY_LE = 3988292384
39861 pkg syscall (netbsd-arm), const ETHER_HDR_LEN = 14
39862 pkg syscall (netbsd-arm), const ETHER_MAX_LEN = 1518
39863 pkg syscall (netbsd-arm), const ETHER_MAX_LEN_JUMBO = 9018
39864 pkg syscall (netbsd-arm), const ETHER_MIN_LEN = 64
39865 pkg syscall (netbsd-arm), const ETHER_PPPOE_ENCAP_LEN = 8
39866 pkg syscall (netbsd-arm), const ETHER_TYPE_LEN = 2
39867 pkg syscall (netbsd-arm), const ETHER_VLAN_ENCAP_LEN = 4
39868 pkg syscall (netbsd-arm), const ETIME = 92
39869 pkg syscall (netbsd-arm), const ETIMEDOUT = 60
39870 pkg syscall (netbsd-arm), const ETOOMANYREFS = 59
39871 pkg syscall (netbsd-arm), const ETXTBSY = 26
39872 pkg syscall (netbsd-arm), const EUSERS = 68
39873 pkg syscall (netbsd-arm), const EVFILT_AIO = 2
39874 pkg syscall (netbsd-arm), const EVFILT_PROC = 4
39875 pkg syscall (netbsd-arm), const EVFILT_READ = 0
39876 pkg syscall (netbsd-arm), const EVFILT_SIGNAL = 5
39877 pkg syscall (netbsd-arm), const EVFILT_SYSCOUNT = 7
39878 pkg syscall (netbsd-arm), const EVFILT_TIMER = 6
39879 pkg syscall (netbsd-arm), const EVFILT_VNODE = 3
39880 pkg syscall (netbsd-arm), const EVFILT_WRITE = 1
39881 pkg syscall (netbsd-arm), const EV_ADD = 1
39882 pkg syscall (netbsd-arm), const EV_CLEAR = 32
39883 pkg syscall (netbsd-arm), const EV_DELETE = 2
39884 pkg syscall (netbsd-arm), const EV_DISABLE = 8
39885 pkg syscall (netbsd-arm), const EV_ENABLE = 4
39886 pkg syscall (netbsd-arm), const EV_EOF = 32768
39887 pkg syscall (netbsd-arm), const EV_ERROR = 16384
39888 pkg syscall (netbsd-arm), const EV_FLAG1 = 8192
39889 pkg syscall (netbsd-arm), const EV_ONESHOT = 16
39890 pkg syscall (netbsd-arm), const EV_SYSFLAGS = 61440
39891 pkg syscall (netbsd-arm), const EWOULDBLOCK = 35
39892 pkg syscall (netbsd-arm), const EXDEV = 18
39893 pkg syscall (netbsd-arm), const EXTA = 19200
39894 pkg syscall (netbsd-arm), const EXTB = 38400
39895 pkg syscall (netbsd-arm), const EXTPROC = 2048
39896 pkg syscall (netbsd-arm), const FD_CLOEXEC = 1
39897 pkg syscall (netbsd-arm), const FD_SETSIZE = 256
39898 pkg syscall (netbsd-arm), const FLUSHO = 8388608
39899 pkg syscall (netbsd-arm), const F_CLOSEM = 10
39900 pkg syscall (netbsd-arm), const F_DUPFD = 0
39901 pkg syscall (netbsd-arm), const F_DUPFD_CLOEXEC = 12
39902 pkg syscall (netbsd-arm), const F_FSCTL = -2147483648
39903 pkg syscall (netbsd-arm), const F_FSDIRMASK = 1879048192
39904 pkg syscall (netbsd-arm), const F_FSIN = 268435456
39905 pkg syscall (netbsd-arm), const F_FSINOUT = 805306368
39906 pkg syscall (netbsd-arm), const F_FSOUT = 536870912
39907 pkg syscall (netbsd-arm), const F_FSPRIV = 32768
39908 pkg syscall (netbsd-arm), const F_FSVOID = 1073741824
39909 pkg syscall (netbsd-arm), const F_GETFD = 1
39910 pkg syscall (netbsd-arm), const F_GETFL = 3
39911 pkg syscall (netbsd-arm), const F_GETLK = 7
39912 pkg syscall (netbsd-arm), const F_GETNOSIGPIPE = 13
39913 pkg syscall (netbsd-arm), const F_GETOWN = 5
39914 pkg syscall (netbsd-arm), const F_MAXFD = 11
39915 pkg syscall (netbsd-arm), const F_OK = 0
39916 pkg syscall (netbsd-arm), const F_PARAM_MASK = 4095
39917 pkg syscall (netbsd-arm), const F_PARAM_MAX = 4095
39918 pkg syscall (netbsd-arm), const F_RDLCK = 1
39919 pkg syscall (netbsd-arm), const F_SETFD = 2
39920 pkg syscall (netbsd-arm), const F_SETFL = 4
39921 pkg syscall (netbsd-arm), const F_SETLK = 8
39922 pkg syscall (netbsd-arm), const F_SETLKW = 9
39923 pkg syscall (netbsd-arm), const F_SETNOSIGPIPE = 14
39924 pkg syscall (netbsd-arm), const F_SETOWN = 6
39925 pkg syscall (netbsd-arm), const F_UNLCK = 2
39926 pkg syscall (netbsd-arm), const F_WRLCK = 3
39927 pkg syscall (netbsd-arm), const HUPCL = 16384
39928 pkg syscall (netbsd-arm), const ICANON = 256
39929 pkg syscall (netbsd-arm), const ICRNL = 256
39930 pkg syscall (netbsd-arm), const IEXTEN = 1024
39931 pkg syscall (netbsd-arm), const IFAN_ARRIVAL = 0
39932 pkg syscall (netbsd-arm), const IFAN_DEPARTURE = 1
39933 pkg syscall (netbsd-arm), const IFA_ROUTE = 1
39934 pkg syscall (netbsd-arm), const IFF_ALLMULTI = 512
39935 pkg syscall (netbsd-arm), const IFF_CANTCHANGE = 36690
39936 pkg syscall (netbsd-arm), const IFF_DEBUG = 4
39937 pkg syscall (netbsd-arm), const IFF_LINK0 = 4096
39938 pkg syscall (netbsd-arm), const IFF_LINK1 = 8192
39939 pkg syscall (netbsd-arm), const IFF_LINK2 = 16384
39940 pkg syscall (netbsd-arm), const IFF_LOOPBACK = 8
39941 pkg syscall (netbsd-arm), const IFF_MULTICAST = 32768
39942 pkg syscall (netbsd-arm), const IFF_NOARP = 128
39943 pkg syscall (netbsd-arm), const IFF_NOTRAILERS = 32
39944 pkg syscall (netbsd-arm), const IFF_OACTIVE = 1024
39945 pkg syscall (netbsd-arm), const IFF_POINTOPOINT = 16
39946 pkg syscall (netbsd-arm), const IFF_PROMISC = 256
39947 pkg syscall (netbsd-arm), const IFF_RUNNING = 64
39948 pkg syscall (netbsd-arm), const IFF_SIMPLEX = 2048
39949 pkg syscall (netbsd-arm), const IFNAMSIZ = 16
39950 pkg syscall (netbsd-arm), const IFT_1822 = 2
39951 pkg syscall (netbsd-arm), const IFT_A12MPPSWITCH = 130
39952 pkg syscall (netbsd-arm), const IFT_AAL2 = 187
39953 pkg syscall (netbsd-arm), const IFT_AAL5 = 49
39954 pkg syscall (netbsd-arm), const IFT_ADSL = 94
39955 pkg syscall (netbsd-arm), const IFT_AFLANE8023 = 59
39956 pkg syscall (netbsd-arm), const IFT_AFLANE8025 = 60
39957 pkg syscall (netbsd-arm), const IFT_ARAP = 88
39958 pkg syscall (netbsd-arm), const IFT_ARCNET = 35
39959 pkg syscall (netbsd-arm), const IFT_ARCNETPLUS = 36
39960 pkg syscall (netbsd-arm), const IFT_ASYNC = 84
39961 pkg syscall (netbsd-arm), const IFT_ATM = 37
39962 pkg syscall (netbsd-arm), const IFT_ATMDXI = 105
39963 pkg syscall (netbsd-arm), const IFT_ATMFUNI = 106
39964 pkg syscall (netbsd-arm), const IFT_ATMIMA = 107
39965 pkg syscall (netbsd-arm), const IFT_ATMLOGICAL = 80
39966 pkg syscall (netbsd-arm), const IFT_ATMRADIO = 189
39967 pkg syscall (netbsd-arm), const IFT_ATMSUBINTERFACE = 134
39968 pkg syscall (netbsd-arm), const IFT_ATMVCIENDPT = 194
39969 pkg syscall (netbsd-arm), const IFT_ATMVIRTUAL = 149
39970 pkg syscall (netbsd-arm), const IFT_BGPPOLICYACCOUNTING = 162
39971 pkg syscall (netbsd-arm), const IFT_BRIDGE = 209
39972 pkg syscall (netbsd-arm), const IFT_BSC = 83
39973 pkg syscall (netbsd-arm), const IFT_CARP = 248
39974 pkg syscall (netbsd-arm), const IFT_CCTEMUL = 61
39975 pkg syscall (netbsd-arm), const IFT_CEPT = 19
39976 pkg syscall (netbsd-arm), const IFT_CES = 133
39977 pkg syscall (netbsd-arm), const IFT_CHANNEL = 70
39978 pkg syscall (netbsd-arm), const IFT_CNR = 85
39979 pkg syscall (netbsd-arm), const IFT_COFFEE = 132
39980 pkg syscall (netbsd-arm), const IFT_COMPOSITELINK = 155
39981 pkg syscall (netbsd-arm), const IFT_DCN = 141
39982 pkg syscall (netbsd-arm), const IFT_DIGITALPOWERLINE = 138
39983 pkg syscall (netbsd-arm), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
39984 pkg syscall (netbsd-arm), const IFT_DLSW = 74
39985 pkg syscall (netbsd-arm), const IFT_DOCSCABLEDOWNSTREAM = 128
39986 pkg syscall (netbsd-arm), const IFT_DOCSCABLEMACLAYER = 127
39987 pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAM = 129
39988 pkg syscall (netbsd-arm), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
39989 pkg syscall (netbsd-arm), const IFT_DS0 = 81
39990 pkg syscall (netbsd-arm), const IFT_DS0BUNDLE = 82
39991 pkg syscall (netbsd-arm), const IFT_DS1FDL = 170
39992 pkg syscall (netbsd-arm), const IFT_DS3 = 30
39993 pkg syscall (netbsd-arm), const IFT_DTM = 140
39994 pkg syscall (netbsd-arm), const IFT_DVBASILN = 172
39995 pkg syscall (netbsd-arm), const IFT_DVBASIOUT = 173
39996 pkg syscall (netbsd-arm), const IFT_DVBRCCDOWNSTREAM = 147
39997 pkg syscall (netbsd-arm), const IFT_DVBRCCMACLAYER = 146
39998 pkg syscall (netbsd-arm), const IFT_DVBRCCUPSTREAM = 148
39999 pkg syscall (netbsd-arm), const IFT_ECONET = 206
40000 pkg syscall (netbsd-arm), const IFT_EON = 25
40001 pkg syscall (netbsd-arm), const IFT_EPLRS = 87
40002 pkg syscall (netbsd-arm), const IFT_ESCON = 73
40003 pkg syscall (netbsd-arm), const IFT_ETHER = 6
40004 pkg syscall (netbsd-arm), const IFT_FAITH = 242
40005 pkg syscall (netbsd-arm), const IFT_FAST = 125
40006 pkg syscall (netbsd-arm), const IFT_FASTETHER = 62
40007 pkg syscall (netbsd-arm), const IFT_FASTETHERFX = 69
40008 pkg syscall (netbsd-arm), const IFT_FDDI = 15
40009 pkg syscall (netbsd-arm), const IFT_FIBRECHANNEL = 56
40010 pkg syscall (netbsd-arm), const IFT_FRAMERELAYINTERCONNECT = 58
40011 pkg syscall (netbsd-arm), const IFT_FRAMERELAYMPI = 92
40012 pkg syscall (netbsd-arm), const IFT_FRDLCIENDPT = 193
40013 pkg syscall (netbsd-arm), const IFT_FRELAY = 32
40014 pkg syscall (netbsd-arm), const IFT_FRELAYDCE = 44
40015 pkg syscall (netbsd-arm), const IFT_FRF16MFRBUNDLE = 163
40016 pkg syscall (netbsd-arm), const IFT_FRFORWARD = 158
40017 pkg syscall (netbsd-arm), const IFT_G703AT2MB = 67
40018 pkg syscall (netbsd-arm), const IFT_G703AT64K = 66
40019 pkg syscall (netbsd-arm), const IFT_GIF = 240
40020 pkg syscall (netbsd-arm), const IFT_GIGABITETHERNET = 117
40021 pkg syscall (netbsd-arm), const IFT_GR303IDT = 178
40022 pkg syscall (netbsd-arm), const IFT_GR303RDT = 177
40023 pkg syscall (netbsd-arm), const IFT_H323GATEKEEPER = 164
40024 pkg syscall (netbsd-arm), const IFT_H323PROXY = 165
40025 pkg syscall (netbsd-arm), const IFT_HDH1822 = 3
40026 pkg syscall (netbsd-arm), const IFT_HDLC = 118
40027 pkg syscall (netbsd-arm), const IFT_HDSL2 = 168
40028 pkg syscall (netbsd-arm), const IFT_HIPERLAN2 = 183
40029 pkg syscall (netbsd-arm), const IFT_HIPPI = 47
40030 pkg syscall (netbsd-arm), const IFT_HIPPIINTERFACE = 57
40031 pkg syscall (netbsd-arm), const IFT_HOSTPAD = 90
40032 pkg syscall (netbsd-arm), const IFT_HSSI = 46
40033 pkg syscall (netbsd-arm), const IFT_HY = 14
40034 pkg syscall (netbsd-arm), const IFT_IBM370PARCHAN = 72
40035 pkg syscall (netbsd-arm), const IFT_IDSL = 154
40036 pkg syscall (netbsd-arm), const IFT_IEEE1394 = 144
40037 pkg syscall (netbsd-arm), const IFT_IEEE80211 = 71
40038 pkg syscall (netbsd-arm), const IFT_IEEE80212 = 55
40039 pkg syscall (netbsd-arm), const IFT_IEEE8023ADLAG = 161
40040 pkg syscall (netbsd-arm), const IFT_IFGSN = 145
40041 pkg syscall (netbsd-arm), const IFT_IMT = 190
40042 pkg syscall (netbsd-arm), const IFT_INFINIBAND = 199
40043 pkg syscall (netbsd-arm), const IFT_INTERLEAVE = 124
40044 pkg syscall (netbsd-arm), const IFT_IP = 126
40045 pkg syscall (netbsd-arm), const IFT_IPFORWARD = 142
40046 pkg syscall (netbsd-arm), const IFT_IPOVERATM = 114
40047 pkg syscall (netbsd-arm), const IFT_IPOVERCDLC = 109
40048 pkg syscall (netbsd-arm), const IFT_IPOVERCLAW = 110
40049 pkg syscall (netbsd-arm), const IFT_IPSWITCH = 78
40050 pkg syscall (netbsd-arm), const IFT_ISDN = 63
40051 pkg syscall (netbsd-arm), const IFT_ISDNBASIC = 20
40052 pkg syscall (netbsd-arm), const IFT_ISDNPRIMARY = 21
40053 pkg syscall (netbsd-arm), const IFT_ISDNS = 75
40054 pkg syscall (netbsd-arm), const IFT_ISDNU = 76
40055 pkg syscall (netbsd-arm), const IFT_ISO88022LLC = 41
40056 pkg syscall (netbsd-arm), const IFT_ISO88023 = 7
40057 pkg syscall (netbsd-arm), const IFT_ISO88024 = 8
40058 pkg syscall (netbsd-arm), const IFT_ISO88025 = 9
40059 pkg syscall (netbsd-arm), const IFT_ISO88025CRFPINT = 98
40060 pkg syscall (netbsd-arm), const IFT_ISO88025DTR = 86
40061 pkg syscall (netbsd-arm), const IFT_ISO88025FIBER = 115
40062 pkg syscall (netbsd-arm), const IFT_ISO88026 = 10
40063 pkg syscall (netbsd-arm), const IFT_ISUP = 179
40064 pkg syscall (netbsd-arm), const IFT_L2VLAN = 135
40065 pkg syscall (netbsd-arm), const IFT_L3IPVLAN = 136
40066 pkg syscall (netbsd-arm), const IFT_L3IPXVLAN = 137
40067 pkg syscall (netbsd-arm), const IFT_LAPB = 16
40068 pkg syscall (netbsd-arm), const IFT_LAPD = 77
40069 pkg syscall (netbsd-arm), const IFT_LAPF = 119
40070 pkg syscall (netbsd-arm), const IFT_LINEGROUP = 210
40071 pkg syscall (netbsd-arm), const IFT_LOCALTALK = 42
40072 pkg syscall (netbsd-arm), const IFT_LOOP = 24
40073 pkg syscall (netbsd-arm), const IFT_MEDIAMAILOVERIP = 139
40074 pkg syscall (netbsd-arm), const IFT_MFSIGLINK = 167
40075 pkg syscall (netbsd-arm), const IFT_MIOX25 = 38
40076 pkg syscall (netbsd-arm), const IFT_MODEM = 48
40077 pkg syscall (netbsd-arm), const IFT_MPC = 113
40078 pkg syscall (netbsd-arm), const IFT_MPLS = 166
40079 pkg syscall (netbsd-arm), const IFT_MPLSTUNNEL = 150
40080 pkg syscall (netbsd-arm), const IFT_MSDSL = 143
40081 pkg syscall (netbsd-arm), const IFT_MVL = 191
40082 pkg syscall (netbsd-arm), const IFT_MYRINET = 99
40083 pkg syscall (netbsd-arm), const IFT_NFAS = 175
40084 pkg syscall (netbsd-arm), const IFT_NSIP = 27
40085 pkg syscall (netbsd-arm), const IFT_OPTICALCHANNEL = 195
40086 pkg syscall (netbsd-arm), const IFT_OPTICALTRANSPORT = 196
40087 pkg syscall (netbsd-arm), const IFT_OTHER = 1
40088 pkg syscall (netbsd-arm), const IFT_P10 = 12
40089 pkg syscall (netbsd-arm), const IFT_P80 = 13
40090 pkg syscall (netbsd-arm), const IFT_PARA = 34
40091 pkg syscall (netbsd-arm), const IFT_PFLOG = 245
40092 pkg syscall (netbsd-arm), const IFT_PFSYNC = 246
40093 pkg syscall (netbsd-arm), const IFT_PLC = 174
40094 pkg syscall (netbsd-arm), const IFT_PON155 = 207
40095 pkg syscall (netbsd-arm), const IFT_PON622 = 208
40096 pkg syscall (netbsd-arm), const IFT_POS = 171
40097 pkg syscall (netbsd-arm), const IFT_PPP = 23
40098 pkg syscall (netbsd-arm), const IFT_PPPMULTILINKBUNDLE = 108
40099 pkg syscall (netbsd-arm), const IFT_PROPATM = 197
40100 pkg syscall (netbsd-arm), const IFT_PROPBWAP2MP = 184
40101 pkg syscall (netbsd-arm), const IFT_PROPCNLS = 89
40102 pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
40103 pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSMACLAYER = 180
40104 pkg syscall (netbsd-arm), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
40105 pkg syscall (netbsd-arm), const IFT_PROPMUX = 54
40106 pkg syscall (netbsd-arm), const IFT_PROPVIRTUAL = 53
40107 pkg syscall (netbsd-arm), const IFT_PROPWIRELESSP2P = 157
40108 pkg syscall (netbsd-arm), const IFT_PTPSERIAL = 22
40109 pkg syscall (netbsd-arm), const IFT_PVC = 241
40110 pkg syscall (netbsd-arm), const IFT_Q2931 = 201
40111 pkg syscall (netbsd-arm), const IFT_QLLC = 68
40112 pkg syscall (netbsd-arm), const IFT_RADIOMAC = 188
40113 pkg syscall (netbsd-arm), const IFT_RADSL = 95
40114 pkg syscall (netbsd-arm), const IFT_REACHDSL = 192
40115 pkg syscall (netbsd-arm), const IFT_RFC1483 = 159
40116 pkg syscall (netbsd-arm), const IFT_RS232 = 33
40117 pkg syscall (netbsd-arm), const IFT_RSRB = 79
40118 pkg syscall (netbsd-arm), const IFT_SDLC = 17
40119 pkg syscall (netbsd-arm), const IFT_SDSL = 96
40120 pkg syscall (netbsd-arm), const IFT_SHDSL = 169
40121 pkg syscall (netbsd-arm), const IFT_SIP = 31
40122 pkg syscall (netbsd-arm), const IFT_SIPSIG = 204
40123 pkg syscall (netbsd-arm), const IFT_SIPTG = 203
40124 pkg syscall (netbsd-arm), const IFT_SLIP = 28
40125 pkg syscall (netbsd-arm), const IFT_SMDSDXI = 43
40126 pkg syscall (netbsd-arm), const IFT_SMDSICIP = 52
40127 pkg syscall (netbsd-arm), const IFT_SONET = 39
40128 pkg syscall (netbsd-arm), const IFT_SONETOVERHEADCHANNEL = 185
40129 pkg syscall (netbsd-arm), const IFT_SONETPATH = 50
40130 pkg syscall (netbsd-arm), const IFT_SONETVT = 51
40131 pkg syscall (netbsd-arm), const IFT_SRP = 151
40132 pkg syscall (netbsd-arm), const IFT_SS7SIGLINK = 156
40133 pkg syscall (netbsd-arm), const IFT_STACKTOSTACK = 111
40134 pkg syscall (netbsd-arm), const IFT_STARLAN = 11
40135 pkg syscall (netbsd-arm), const IFT_STF = 215
40136 pkg syscall (netbsd-arm), const IFT_T1 = 18
40137 pkg syscall (netbsd-arm), const IFT_TDLC = 116
40138 pkg syscall (netbsd-arm), const IFT_TELINK = 200
40139 pkg syscall (netbsd-arm), const IFT_TERMPAD = 91
40140 pkg syscall (netbsd-arm), const IFT_TR008 = 176
40141 pkg syscall (netbsd-arm), const IFT_TRANSPHDLC = 123
40142 pkg syscall (netbsd-arm), const IFT_TUNNEL = 131
40143 pkg syscall (netbsd-arm), const IFT_ULTRA = 29
40144 pkg syscall (netbsd-arm), const IFT_USB = 160
40145 pkg syscall (netbsd-arm), const IFT_V11 = 64
40146 pkg syscall (netbsd-arm), const IFT_V35 = 45
40147 pkg syscall (netbsd-arm), const IFT_V36 = 65
40148 pkg syscall (netbsd-arm), const IFT_V37 = 120
40149 pkg syscall (netbsd-arm), const IFT_VDSL = 97
40150 pkg syscall (netbsd-arm), const IFT_VIRTUALIPADDRESS = 112
40151 pkg syscall (netbsd-arm), const IFT_VIRTUALTG = 202
40152 pkg syscall (netbsd-arm), const IFT_VOICEDID = 213
40153 pkg syscall (netbsd-arm), const IFT_VOICEEM = 100
40154 pkg syscall (netbsd-arm), const IFT_VOICEEMFGD = 211
40155 pkg syscall (netbsd-arm), const IFT_VOICEENCAP = 103
40156 pkg syscall (netbsd-arm), const IFT_VOICEFGDEANA = 212
40157 pkg syscall (netbsd-arm), const IFT_VOICEFXO = 101
40158 pkg syscall (netbsd-arm), const IFT_VOICEFXS = 102
40159 pkg syscall (netbsd-arm), const IFT_VOICEOVERATM = 152
40160 pkg syscall (netbsd-arm), const IFT_VOICEOVERCABLE = 198
40161 pkg syscall (netbsd-arm), const IFT_VOICEOVERFRAMERELAY = 153
40162 pkg syscall (netbsd-arm), const IFT_VOICEOVERIP = 104
40163 pkg syscall (netbsd-arm), const IFT_X213 = 93
40164 pkg syscall (netbsd-arm), const IFT_X25 = 5
40165 pkg syscall (netbsd-arm), const IFT_X25DDN = 4
40166 pkg syscall (netbsd-arm), const IFT_X25HUNTGROUP = 122
40167 pkg syscall (netbsd-arm), const IFT_X25MLP = 121
40168 pkg syscall (netbsd-arm), const IFT_X25PLE = 40
40169 pkg syscall (netbsd-arm), const IFT_XETHER = 26
40170 pkg syscall (netbsd-arm), const IGNBRK = 1
40171 pkg syscall (netbsd-arm), const IGNCR = 128
40172 pkg syscall (netbsd-arm), const IGNPAR = 4
40173 pkg syscall (netbsd-arm), const IMAXBEL = 8192
40174 pkg syscall (netbsd-arm), const INLCR = 64
40175 pkg syscall (netbsd-arm), const INPCK = 16
40176 pkg syscall (netbsd-arm), const IN_CLASSA_HOST = 16777215
40177 pkg syscall (netbsd-arm), const IN_CLASSA_MAX = 128
40178 pkg syscall (netbsd-arm), const IN_CLASSA_NET = 4278190080
40179 pkg syscall (netbsd-arm), const IN_CLASSA_NSHIFT = 24
40180 pkg syscall (netbsd-arm), const IN_CLASSB_HOST = 65535
40181 pkg syscall (netbsd-arm), const IN_CLASSB_MAX = 65536
40182 pkg syscall (netbsd-arm), const IN_CLASSB_NET = 4294901760
40183 pkg syscall (netbsd-arm), const IN_CLASSB_NSHIFT = 16
40184 pkg syscall (netbsd-arm), const IN_CLASSC_HOST = 255
40185 pkg syscall (netbsd-arm), const IN_CLASSC_NET = 4294967040
40186 pkg syscall (netbsd-arm), const IN_CLASSC_NSHIFT = 8
40187 pkg syscall (netbsd-arm), const IN_CLASSD_HOST = 268435455
40188 pkg syscall (netbsd-arm), const IN_CLASSD_NET = 4026531840
40189 pkg syscall (netbsd-arm), const IN_CLASSD_NSHIFT = 28
40190 pkg syscall (netbsd-arm), const IN_LOOPBACKNET = 127
40191 pkg syscall (netbsd-arm), const IPPROTO_AH = 51
40192 pkg syscall (netbsd-arm), const IPPROTO_CARP = 112
40193 pkg syscall (netbsd-arm), const IPPROTO_DONE = 257
40194 pkg syscall (netbsd-arm), const IPPROTO_DSTOPTS = 60
40195 pkg syscall (netbsd-arm), const IPPROTO_EGP = 8
40196 pkg syscall (netbsd-arm), const IPPROTO_ENCAP = 98
40197 pkg syscall (netbsd-arm), const IPPROTO_EON = 80
40198 pkg syscall (netbsd-arm), const IPPROTO_ESP = 50
40199 pkg syscall (netbsd-arm), const IPPROTO_ETHERIP = 97
40200 pkg syscall (netbsd-arm), const IPPROTO_FRAGMENT = 44
40201 pkg syscall (netbsd-arm), const IPPROTO_GGP = 3
40202 pkg syscall (netbsd-arm), const IPPROTO_GRE = 47
40203 pkg syscall (netbsd-arm), const IPPROTO_HOPOPTS = 0
40204 pkg syscall (netbsd-arm), const IPPROTO_ICMP = 1
40205 pkg syscall (netbsd-arm), const IPPROTO_ICMPV6 = 58
40206 pkg syscall (netbsd-arm), const IPPROTO_IDP = 22
40207 pkg syscall (netbsd-arm), const IPPROTO_IGMP = 2
40208 pkg syscall (netbsd-arm), const IPPROTO_IPCOMP = 108
40209 pkg syscall (netbsd-arm), const IPPROTO_IPIP = 4
40210 pkg syscall (netbsd-arm), const IPPROTO_IPV4 = 4
40211 pkg syscall (netbsd-arm), const IPPROTO_IPV6_ICMP = 58
40212 pkg syscall (netbsd-arm), const IPPROTO_MAX = 256
40213 pkg syscall (netbsd-arm), const IPPROTO_MAXID = 52
40214 pkg syscall (netbsd-arm), const IPPROTO_MOBILE = 55
40215 pkg syscall (netbsd-arm), const IPPROTO_NONE = 59
40216 pkg syscall (netbsd-arm), const IPPROTO_PFSYNC = 240
40217 pkg syscall (netbsd-arm), const IPPROTO_PIM = 103
40218 pkg syscall (netbsd-arm), const IPPROTO_PUP = 12
40219 pkg syscall (netbsd-arm), const IPPROTO_RAW = 255
40220 pkg syscall (netbsd-arm), const IPPROTO_ROUTING = 43
40221 pkg syscall (netbsd-arm), const IPPROTO_RSVP = 46
40222 pkg syscall (netbsd-arm), const IPPROTO_TP = 29
40223 pkg syscall (netbsd-arm), const IPPROTO_VRRP = 112
40224 pkg syscall (netbsd-arm), const IPV6_CHECKSUM = 26
40225 pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_HOPS = 1
40226 pkg syscall (netbsd-arm), const IPV6_DEFAULT_MULTICAST_LOOP = 1
40227 pkg syscall (netbsd-arm), const IPV6_DEFHLIM = 64
40228 pkg syscall (netbsd-arm), const IPV6_DONTFRAG = 62
40229 pkg syscall (netbsd-arm), const IPV6_DSTOPTS = 50
40230 pkg syscall (netbsd-arm), const IPV6_FAITH = 29
40231 pkg syscall (netbsd-arm), const IPV6_FLOWINFO_MASK = 4294967055
40232 pkg syscall (netbsd-arm), const IPV6_FLOWLABEL_MASK = 4294905600
40233 pkg syscall (netbsd-arm), const IPV6_FRAGTTL = 120
40234 pkg syscall (netbsd-arm), const IPV6_HLIMDEC = 1
40235 pkg syscall (netbsd-arm), const IPV6_HOPLIMIT = 47
40236 pkg syscall (netbsd-arm), const IPV6_HOPOPTS = 49
40237 pkg syscall (netbsd-arm), const IPV6_IPSEC_POLICY = 28
40238 pkg syscall (netbsd-arm), const IPV6_JOIN_GROUP = 12
40239 pkg syscall (netbsd-arm), const IPV6_LEAVE_GROUP = 13
40240 pkg syscall (netbsd-arm), const IPV6_MAXHLIM = 255
40241 pkg syscall (netbsd-arm), const IPV6_MAXPACKET = 65535
40242 pkg syscall (netbsd-arm), const IPV6_MMTU = 1280
40243 pkg syscall (netbsd-arm), const IPV6_MULTICAST_HOPS = 10
40244 pkg syscall (netbsd-arm), const IPV6_MULTICAST_IF = 9
40245 pkg syscall (netbsd-arm), const IPV6_MULTICAST_LOOP = 11
40246 pkg syscall (netbsd-arm), const IPV6_NEXTHOP = 48
40247 pkg syscall (netbsd-arm), const IPV6_PATHMTU = 44
40248 pkg syscall (netbsd-arm), const IPV6_PKTINFO = 46
40249 pkg syscall (netbsd-arm), const IPV6_PORTRANGE = 14
40250 pkg syscall (netbsd-arm), const IPV6_PORTRANGE_DEFAULT = 0
40251 pkg syscall (netbsd-arm), const IPV6_PORTRANGE_HIGH = 1
40252 pkg syscall (netbsd-arm), const IPV6_PORTRANGE_LOW = 2
40253 pkg syscall (netbsd-arm), const IPV6_RECVDSTOPTS = 40
40254 pkg syscall (netbsd-arm), const IPV6_RECVHOPLIMIT = 37
40255 pkg syscall (netbsd-arm), const IPV6_RECVHOPOPTS = 39
40256 pkg syscall (netbsd-arm), const IPV6_RECVPATHMTU = 43
40257 pkg syscall (netbsd-arm), const IPV6_RECVPKTINFO = 36
40258 pkg syscall (netbsd-arm), const IPV6_RECVRTHDR = 38
40259 pkg syscall (netbsd-arm), const IPV6_RECVTCLASS = 57
40260 pkg syscall (netbsd-arm), const IPV6_RTHDR = 51
40261 pkg syscall (netbsd-arm), const IPV6_RTHDRDSTOPTS = 35
40262 pkg syscall (netbsd-arm), const IPV6_RTHDR_LOOSE = 0
40263 pkg syscall (netbsd-arm), const IPV6_RTHDR_STRICT = 1
40264 pkg syscall (netbsd-arm), const IPV6_RTHDR_TYPE_0 = 0
40265 pkg syscall (netbsd-arm), const IPV6_SOCKOPT_RESERVED1 = 3
40266 pkg syscall (netbsd-arm), const IPV6_TCLASS = 61
40267 pkg syscall (netbsd-arm), const IPV6_UNICAST_HOPS = 4
40268 pkg syscall (netbsd-arm), const IPV6_USE_MIN_MTU = 42
40269 pkg syscall (netbsd-arm), const IPV6_V6ONLY = 27
40270 pkg syscall (netbsd-arm), const IPV6_VERSION = 96
40271 pkg syscall (netbsd-arm), const IPV6_VERSION_MASK = 240
40272 pkg syscall (netbsd-arm), const IP_ADD_MEMBERSHIP = 12
40273 pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_LOOP = 1
40274 pkg syscall (netbsd-arm), const IP_DEFAULT_MULTICAST_TTL = 1
40275 pkg syscall (netbsd-arm), const IP_DF = 16384
40276 pkg syscall (netbsd-arm), const IP_DROP_MEMBERSHIP = 13
40277 pkg syscall (netbsd-arm), const IP_EF = 32768
40278 pkg syscall (netbsd-arm), const IP_ERRORMTU = 21
40279 pkg syscall (netbsd-arm), const IP_HDRINCL = 2
40280 pkg syscall (netbsd-arm), const IP_IPSEC_POLICY = 22
40281 pkg syscall (netbsd-arm), const IP_MAXPACKET = 65535
40282 pkg syscall (netbsd-arm), const IP_MAX_MEMBERSHIPS = 20
40283 pkg syscall (netbsd-arm), const IP_MF = 8192
40284 pkg syscall (netbsd-arm), const IP_MINFRAGSIZE = 69
40285 pkg syscall (netbsd-arm), const IP_MINTTL = 24
40286 pkg syscall (netbsd-arm), const IP_MSS = 576
40287 pkg syscall (netbsd-arm), const IP_MULTICAST_IF = 9
40288 pkg syscall (netbsd-arm), const IP_MULTICAST_LOOP = 11
40289 pkg syscall (netbsd-arm), const IP_MULTICAST_TTL = 10
40290 pkg syscall (netbsd-arm), const IP_OFFMASK = 8191
40291 pkg syscall (netbsd-arm), const IP_OPTIONS = 1
40292 pkg syscall (netbsd-arm), const IP_PORTRANGE = 19
40293 pkg syscall (netbsd-arm), const IP_PORTRANGE_DEFAULT = 0
40294 pkg syscall (netbsd-arm), const IP_PORTRANGE_HIGH = 1
40295 pkg syscall (netbsd-arm), const IP_PORTRANGE_LOW = 2
40296 pkg syscall (netbsd-arm), const IP_RECVDSTADDR = 7
40297 pkg syscall (netbsd-arm), const IP_RECVIF = 20
40298 pkg syscall (netbsd-arm), const IP_RECVOPTS = 5
40299 pkg syscall (netbsd-arm), const IP_RECVRETOPTS = 6
40300 pkg syscall (netbsd-arm), const IP_RECVTTL = 23
40301 pkg syscall (netbsd-arm), const IP_RETOPTS = 8
40302 pkg syscall (netbsd-arm), const IP_RF = 32768
40303 pkg syscall (netbsd-arm), const IP_TOS = 3
40304 pkg syscall (netbsd-arm), const IP_TTL = 4
40305 pkg syscall (netbsd-arm), const ISIG = 128
40306 pkg syscall (netbsd-arm), const ISTRIP = 32
40307 pkg syscall (netbsd-arm), const IXANY = 2048
40308 pkg syscall (netbsd-arm), const IXOFF = 1024
40309 pkg syscall (netbsd-arm), const IXON = 512
40310 pkg syscall (netbsd-arm), const ImplementsGetwd = false
40311 pkg syscall (netbsd-arm), const LOCK_EX = 2
40312 pkg syscall (netbsd-arm), const LOCK_NB = 4
40313 pkg syscall (netbsd-arm), const LOCK_SH = 1
40314 pkg syscall (netbsd-arm), const LOCK_UN = 8
40315 pkg syscall (netbsd-arm), const MSG_BCAST = 256
40316 pkg syscall (netbsd-arm), const MSG_CMSG_CLOEXEC = 2048
40317 pkg syscall (netbsd-arm), const MSG_CONTROLMBUF = 33554432
40318 pkg syscall (netbsd-arm), const MSG_CTRUNC = 32
40319 pkg syscall (netbsd-arm), const MSG_DONTROUTE = 4
40320 pkg syscall (netbsd-arm), const MSG_DONTWAIT = 128
40321 pkg syscall (netbsd-arm), const MSG_EOR = 8
40322 pkg syscall (netbsd-arm), const MSG_IOVUSRSPACE = 67108864
40323 pkg syscall (netbsd-arm), const MSG_LENUSRSPACE = 134217728
40324 pkg syscall (netbsd-arm), const MSG_MCAST = 512
40325 pkg syscall (netbsd-arm), const MSG_NAMEMBUF = 16777216
40326 pkg syscall (netbsd-arm), const MSG_NBIO = 4096
40327 pkg syscall (netbsd-arm), const MSG_NOSIGNAL = 1024
40328 pkg syscall (netbsd-arm), const MSG_OOB = 1
40329 pkg syscall (netbsd-arm), const MSG_PEEK = 2
40330 pkg syscall (netbsd-arm), const MSG_TRUNC = 16
40331 pkg syscall (netbsd-arm), const MSG_USERFLAGS = 16777215
40332 pkg syscall (netbsd-arm), const MSG_WAITALL = 64
40333 pkg syscall (netbsd-arm), const NAME_MAX = 511
40334 pkg syscall (netbsd-arm), const NET_RT_DUMP = 1
40335 pkg syscall (netbsd-arm), const NET_RT_FLAGS = 2
40336 pkg syscall (netbsd-arm), const NET_RT_IFLIST = 5
40337 pkg syscall (netbsd-arm), const NET_RT_MAXID = 6
40338 pkg syscall (netbsd-arm), const NET_RT_OIFLIST = 4
40339 pkg syscall (netbsd-arm), const NET_RT_OOIFLIST = 3
40340 pkg syscall (netbsd-arm), const NOFLSH = 2147483648
40341 pkg syscall (netbsd-arm), const NOTE_ATTRIB = 8
40342 pkg syscall (netbsd-arm), const NOTE_CHILD = 4
40343 pkg syscall (netbsd-arm), const NOTE_DELETE = 1
40344 pkg syscall (netbsd-arm), const NOTE_EXEC = 536870912
40345 pkg syscall (netbsd-arm), const NOTE_EXIT = 2147483648
40346 pkg syscall (netbsd-arm), const NOTE_EXTEND = 4
40347 pkg syscall (netbsd-arm), const NOTE_FORK = 1073741824
40348 pkg syscall (netbsd-arm), const NOTE_LINK = 16
40349 pkg syscall (netbsd-arm), const NOTE_LOWAT = 1
40350 pkg syscall (netbsd-arm), const NOTE_PCTRLMASK = 4026531840
40351 pkg syscall (netbsd-arm), const NOTE_PDATAMASK = 1048575
40352 pkg syscall (netbsd-arm), const NOTE_RENAME = 32
40353 pkg syscall (netbsd-arm), const NOTE_REVOKE = 64
40354 pkg syscall (netbsd-arm), const NOTE_TRACK = 1
40355 pkg syscall (netbsd-arm), const NOTE_TRACKERR = 2
40356 pkg syscall (netbsd-arm), const NOTE_WRITE = 2
40357 pkg syscall (netbsd-arm), const OCRNL = 16
40358 pkg syscall (netbsd-arm), const OFIOGETBMAP = 3221513850
40359 pkg syscall (netbsd-arm), const ONLCR = 2
40360 pkg syscall (netbsd-arm), const ONLRET = 64
40361 pkg syscall (netbsd-arm), const ONOCR = 32
40362 pkg syscall (netbsd-arm), const ONOEOT = 8
40363 pkg syscall (netbsd-arm), const OPOST = 1
40364 pkg syscall (netbsd-arm), const O_ACCMODE = 3
40365 pkg syscall (netbsd-arm), const O_ALT_IO = 262144
40366 pkg syscall (netbsd-arm), const O_APPEND = 8
40367 pkg syscall (netbsd-arm), const O_ASYNC = 64
40368 pkg syscall (netbsd-arm), const O_CLOEXEC = 4194304
40369 pkg syscall (netbsd-arm), const O_CREAT = 512
40370 pkg syscall (netbsd-arm), const O_DIRECT = 524288
40371 pkg syscall (netbsd-arm), const O_DIRECTORY = 2097152
40372 pkg syscall (netbsd-arm), const O_DSYNC = 65536
40373 pkg syscall (netbsd-arm), const O_EXCL = 2048
40374 pkg syscall (netbsd-arm), const O_EXLOCK = 32
40375 pkg syscall (netbsd-arm), const O_FSYNC = 128
40376 pkg syscall (netbsd-arm), const O_NDELAY = 4
40377 pkg syscall (netbsd-arm), const O_NOCTTY = 32768
40378 pkg syscall (netbsd-arm), const O_NOFOLLOW = 256
40379 pkg syscall (netbsd-arm), const O_NONBLOCK = 4
40380 pkg syscall (netbsd-arm), const O_NOSIGPIPE = 16777216
40381 pkg syscall (netbsd-arm), const O_RSYNC = 131072
40382 pkg syscall (netbsd-arm), const O_SHLOCK = 16
40383 pkg syscall (netbsd-arm), const O_SYNC = 128
40384 pkg syscall (netbsd-arm), const O_TRUNC = 1024
40385 pkg syscall (netbsd-arm), const PARENB = 4096
40386 pkg syscall (netbsd-arm), const PARMRK = 8
40387 pkg syscall (netbsd-arm), const PARODD = 8192
40388 pkg syscall (netbsd-arm), const PENDIN = 536870912
40389 pkg syscall (netbsd-arm), const PRI_IOFLUSH = 124
40390 pkg syscall (netbsd-arm), const PTRACE_CONT = 7
40391 pkg syscall (netbsd-arm), const PTRACE_KILL = 8
40392 pkg syscall (netbsd-arm), const PTRACE_TRACEME = 0
40393 pkg syscall (netbsd-arm), const RLIMIT_AS = 10
40394 pkg syscall (netbsd-arm), const RLIMIT_CORE = 4
40395 pkg syscall (netbsd-arm), const RLIMIT_CPU = 0
40396 pkg syscall (netbsd-arm), const RLIMIT_DATA = 2
40397 pkg syscall (netbsd-arm), const RLIMIT_FSIZE = 1
40398 pkg syscall (netbsd-arm), const RLIMIT_NOFILE = 8
40399 pkg syscall (netbsd-arm), const RLIMIT_STACK = 3
40400 pkg syscall (netbsd-arm), const RLIM_INFINITY = 9223372036854775807
40401 pkg syscall (netbsd-arm), const RTAX_AUTHOR = 6
40402 pkg syscall (netbsd-arm), const RTAX_BRD = 7
40403 pkg syscall (netbsd-arm), const RTAX_DST = 0
40404 pkg syscall (netbsd-arm), const RTAX_GATEWAY = 1
40405 pkg syscall (netbsd-arm), const RTAX_GENMASK = 3
40406 pkg syscall (netbsd-arm), const RTAX_IFA = 5
40407 pkg syscall (netbsd-arm), const RTAX_IFP = 4
40408 pkg syscall (netbsd-arm), const RTAX_MAX = 9
40409 pkg syscall (netbsd-arm), const RTAX_NETMASK = 2
40410 pkg syscall (netbsd-arm), const RTAX_TAG = 8
40411 pkg syscall (netbsd-arm), const RTA_AUTHOR = 64
40412 pkg syscall (netbsd-arm), const RTA_BRD = 128
40413 pkg syscall (netbsd-arm), const RTA_DST = 1
40414 pkg syscall (netbsd-arm), const RTA_GATEWAY = 2
40415 pkg syscall (netbsd-arm), const RTA_GENMASK = 8
40416 pkg syscall (netbsd-arm), const RTA_IFA = 32
40417 pkg syscall (netbsd-arm), const RTA_IFP = 16
40418 pkg syscall (netbsd-arm), const RTA_NETMASK = 4
40419 pkg syscall (netbsd-arm), const RTA_TAG = 256
40420 pkg syscall (netbsd-arm), const RTF_ANNOUNCE = 131072
40421 pkg syscall (netbsd-arm), const RTF_BLACKHOLE = 4096
40422 pkg syscall (netbsd-arm), const RTF_CLONED = 8192
40423 pkg syscall (netbsd-arm), const RTF_CLONING = 256
40424 pkg syscall (netbsd-arm), const RTF_DONE = 64
40425 pkg syscall (netbsd-arm), const RTF_DYNAMIC = 16
40426 pkg syscall (netbsd-arm), const RTF_GATEWAY = 2
40427 pkg syscall (netbsd-arm), const RTF_HOST = 4
40428 pkg syscall (netbsd-arm), const RTF_LLINFO = 1024
40429 pkg syscall (netbsd-arm), const RTF_MASK = 128
40430 pkg syscall (netbsd-arm), const RTF_MODIFIED = 32
40431 pkg syscall (netbsd-arm), const RTF_PROTO1 = 32768
40432 pkg syscall (netbsd-arm), const RTF_PROTO2 = 16384
40433 pkg syscall (netbsd-arm), const RTF_REJECT = 8
40434 pkg syscall (netbsd-arm), const RTF_SRC = 65536
40435 pkg syscall (netbsd-arm), const RTF_STATIC = 2048
40436 pkg syscall (netbsd-arm), const RTF_UP = 1
40437 pkg syscall (netbsd-arm), const RTF_XRESOLVE = 512
40438 pkg syscall (netbsd-arm), const RTM_ADD = 1
40439 pkg syscall (netbsd-arm), const RTM_CHANGE = 3
40440 pkg syscall (netbsd-arm), const RTM_CHGADDR = 21
40441 pkg syscall (netbsd-arm), const RTM_DELADDR = 13
40442 pkg syscall (netbsd-arm), const RTM_DELETE = 2
40443 pkg syscall (netbsd-arm), const RTM_GET = 4
40444 pkg syscall (netbsd-arm), const RTM_IEEE80211 = 17
40445 pkg syscall (netbsd-arm), const RTM_IFANNOUNCE = 16
40446 pkg syscall (netbsd-arm), const RTM_IFINFO = 20
40447 pkg syscall (netbsd-arm), const RTM_LLINFO_UPD = 19
40448 pkg syscall (netbsd-arm), const RTM_LOCK = 8
40449 pkg syscall (netbsd-arm), const RTM_LOSING = 5
40450 pkg syscall (netbsd-arm), const RTM_MISS = 7
40451 pkg syscall (netbsd-arm), const RTM_NEWADDR = 12
40452 pkg syscall (netbsd-arm), const RTM_OIFINFO = 15
40453 pkg syscall (netbsd-arm), const RTM_OLDADD = 9
40454 pkg syscall (netbsd-arm), const RTM_OLDDEL = 10
40455 pkg syscall (netbsd-arm), const RTM_OOIFINFO = 14
40456 pkg syscall (netbsd-arm), const RTM_REDIRECT = 6
40457 pkg syscall (netbsd-arm), const RTM_RESOLVE = 11
40458 pkg syscall (netbsd-arm), const RTM_RTTUNIT = 1000000
40459 pkg syscall (netbsd-arm), const RTM_SETGATE = 18
40460 pkg syscall (netbsd-arm), const RTM_VERSION = 4
40461 pkg syscall (netbsd-arm), const RTV_EXPIRE = 4
40462 pkg syscall (netbsd-arm), const RTV_HOPCOUNT = 2
40463 pkg syscall (netbsd-arm), const RTV_MTU = 1
40464 pkg syscall (netbsd-arm), const RTV_RPIPE = 8
40465 pkg syscall (netbsd-arm), const RTV_RTT = 64
40466 pkg syscall (netbsd-arm), const RTV_RTTVAR = 128
40467 pkg syscall (netbsd-arm), const RTV_SPIPE = 16
40468 pkg syscall (netbsd-arm), const RTV_SSTHRESH = 32
40469 pkg syscall (netbsd-arm), const RUSAGE_CHILDREN = -1
40470 pkg syscall (netbsd-arm), const RUSAGE_SELF = 0
40471 pkg syscall (netbsd-arm), const SCM_CREDS = 4
40472 pkg syscall (netbsd-arm), const SCM_RIGHTS = 1
40473 pkg syscall (netbsd-arm), const SCM_TIMESTAMP = 8
40474 pkg syscall (netbsd-arm), const SIGBUS = 10
40475 pkg syscall (netbsd-arm), const SIGCHLD = 20
40476 pkg syscall (netbsd-arm), const SIGCONT = 19
40477 pkg syscall (netbsd-arm), const SIGEMT = 7
40478 pkg syscall (netbsd-arm), const SIGINFO = 29
40479 pkg syscall (netbsd-arm), const SIGIO = 23
40480 pkg syscall (netbsd-arm), const SIGIOT = 6
40481 pkg syscall (netbsd-arm), const SIGPROF = 27
40482 pkg syscall (netbsd-arm), const SIGPWR = 32
40483 pkg syscall (netbsd-arm), const SIGSTOP = 17
40484 pkg syscall (netbsd-arm), const SIGSYS = 12
40485 pkg syscall (netbsd-arm), const SIGTSTP = 18
40486 pkg syscall (netbsd-arm), const SIGTTIN = 21
40487 pkg syscall (netbsd-arm), const SIGTTOU = 22
40488 pkg syscall (netbsd-arm), const SIGURG = 16
40489 pkg syscall (netbsd-arm), const SIGUSR1 = 30
40490 pkg syscall (netbsd-arm), const SIGUSR2 = 31
40491 pkg syscall (netbsd-arm), const SIGVTALRM = 26
40492 pkg syscall (netbsd-arm), const SIGWINCH = 28
40493 pkg syscall (netbsd-arm), const SIGXCPU = 24
40494 pkg syscall (netbsd-arm), const SIGXFSZ = 25
40495 pkg syscall (netbsd-arm), const SIOCADDMULTI = 2156947761
40496 pkg syscall (netbsd-arm), const SIOCADDRT = 2150658570
40497 pkg syscall (netbsd-arm), const SIOCAIFADDR = 2151704858
40498 pkg syscall (netbsd-arm), const SIOCALIFADDR = 2165860636
40499 pkg syscall (netbsd-arm), const SIOCATMARK = 1074033415
40500 pkg syscall (netbsd-arm), const SIOCDELMULTI = 2156947762
40501 pkg syscall (netbsd-arm), const SIOCDELRT = 2150658571
40502 pkg syscall (netbsd-arm), const SIOCDIFADDR = 2156947737
40503 pkg syscall (netbsd-arm), const SIOCDIFPHYADDR = 2156947785
40504 pkg syscall (netbsd-arm), const SIOCDLIFADDR = 2165860638
40505 pkg syscall (netbsd-arm), const SIOCGDRVSPEC = 3223087483
40506 pkg syscall (netbsd-arm), const SIOCGETPFSYNC = 3230689784
40507 pkg syscall (netbsd-arm), const SIOCGETSGCNT = 3222566196
40508 pkg syscall (netbsd-arm), const SIOCGETVIFCNT = 3222566195
40509 pkg syscall (netbsd-arm), const SIOCGHIWAT = 1074033409
40510 pkg syscall (netbsd-arm), const SIOCGIFADDR = 3230689569
40511 pkg syscall (netbsd-arm), const SIOCGIFADDRPREF = 3230951712
40512 pkg syscall (netbsd-arm), const SIOCGIFALIAS = 3225446683
40513 pkg syscall (netbsd-arm), const SIOCGIFBRDADDR = 3230689571
40514 pkg syscall (netbsd-arm), const SIOCGIFCAP = 3223349622
40515 pkg syscall (netbsd-arm), const SIOCGIFCONF = 3221776678
40516 pkg syscall (netbsd-arm), const SIOCGIFDATA = 3230951813
40517 pkg syscall (netbsd-arm), const SIOCGIFDLT = 3230689655
40518 pkg syscall (netbsd-arm), const SIOCGIFDSTADDR = 3230689570
40519 pkg syscall (netbsd-arm), const SIOCGIFFLAGS = 3230689553
40520 pkg syscall (netbsd-arm), const SIOCGIFGENERIC = 3230689594
40521 pkg syscall (netbsd-arm), const SIOCGIFMEDIA = 3223873846
40522 pkg syscall (netbsd-arm), const SIOCGIFMETRIC = 3230689559
40523 pkg syscall (netbsd-arm), const SIOCGIFMTU = 3230689662
40524 pkg syscall (netbsd-arm), const SIOCGIFNETMASK = 3230689573
40525 pkg syscall (netbsd-arm), const SIOCGIFPDSTADDR = 3230689608
40526 pkg syscall (netbsd-arm), const SIOCGIFPSRCADDR = 3230689607
40527 pkg syscall (netbsd-arm), const SIOCGLIFADDR = 3239602461
40528 pkg syscall (netbsd-arm), const SIOCGLIFPHYADDR = 3239602507
40529 pkg syscall (netbsd-arm), const SIOCGLINKSTR = 3223087495
40530 pkg syscall (netbsd-arm), const SIOCGLOWAT = 1074033411
40531 pkg syscall (netbsd-arm), const SIOCGPGRP = 1074033417
40532 pkg syscall (netbsd-arm), const SIOCGVH = 3230689667
40533 pkg syscall (netbsd-arm), const SIOCIFCREATE = 2156947834
40534 pkg syscall (netbsd-arm), const SIOCIFDESTROY = 2156947833
40535 pkg syscall (netbsd-arm), const SIOCIFGCLONERS = 3222038904
40536 pkg syscall (netbsd-arm), const SIOCINITIFADDR = 3225708932
40537 pkg syscall (netbsd-arm), const SIOCSDRVSPEC = 2149345659
40538 pkg syscall (netbsd-arm), const SIOCSETPFSYNC = 2156947959
40539 pkg syscall (netbsd-arm), const SIOCSHIWAT = 2147775232
40540 pkg syscall (netbsd-arm), const SIOCSIFADDR = 2156947724
40541 pkg syscall (netbsd-arm), const SIOCSIFADDRPREF = 2157209887
40542 pkg syscall (netbsd-arm), const SIOCSIFBRDADDR = 2156947731
40543 pkg syscall (netbsd-arm), const SIOCSIFCAP = 2149607797
40544 pkg syscall (netbsd-arm), const SIOCSIFDSTADDR = 2156947726
40545 pkg syscall (netbsd-arm), const SIOCSIFFLAGS = 2156947728
40546 pkg syscall (netbsd-arm), const SIOCSIFGENERIC = 2156947769
40547 pkg syscall (netbsd-arm), const SIOCSIFMEDIA = 3230689589
40548 pkg syscall (netbsd-arm), const SIOCSIFMETRIC = 2156947736
40549 pkg syscall (netbsd-arm), const SIOCSIFMTU = 2156947839
40550 pkg syscall (netbsd-arm), const SIOCSIFNETMASK = 2156947734
40551 pkg syscall (netbsd-arm), const SIOCSIFPHYADDR = 2151704902
40552 pkg syscall (netbsd-arm), const SIOCSLIFPHYADDR = 2165860682
40553 pkg syscall (netbsd-arm), const SIOCSLINKSTR = 2149345672
40554 pkg syscall (netbsd-arm), const SIOCSLOWAT = 2147775234
40555 pkg syscall (netbsd-arm), const SIOCSPGRP = 2147775240
40556 pkg syscall (netbsd-arm), const SIOCSVH = 3230689666
40557 pkg syscall (netbsd-arm), const SIOCZIFDATA = 3230951814
40558 pkg syscall (netbsd-arm), const SOCK_CLOEXEC = 268435456
40559 pkg syscall (netbsd-arm), const SOCK_FLAGS_MASK = 4026531840
40560 pkg syscall (netbsd-arm), const SOCK_NONBLOCK = 536870912
40561 pkg syscall (netbsd-arm), const SOCK_NOSIGPIPE = 1073741824
40562 pkg syscall (netbsd-arm), const SOCK_RDM = 4
40563 pkg syscall (netbsd-arm), const SOL_SOCKET = 65535
40564 pkg syscall (netbsd-arm), const SOMAXCONN = 128
40565 pkg syscall (netbsd-arm), const SO_ACCEPTCONN = 2
40566 pkg syscall (netbsd-arm), const SO_ACCEPTFILTER = 4096
40567 pkg syscall (netbsd-arm), const SO_BROADCAST = 32
40568 pkg syscall (netbsd-arm), const SO_DEBUG = 1
40569 pkg syscall (netbsd-arm), const SO_DONTROUTE = 16
40570 pkg syscall (netbsd-arm), const SO_ERROR = 4103
40571 pkg syscall (netbsd-arm), const SO_KEEPALIVE = 8
40572 pkg syscall (netbsd-arm), const SO_LINGER = 128
40573 pkg syscall (netbsd-arm), const SO_NOHEADER = 4106
40574 pkg syscall (netbsd-arm), const SO_NOSIGPIPE = 2048
40575 pkg syscall (netbsd-arm), const SO_OOBINLINE = 256
40576 pkg syscall (netbsd-arm), const SO_OVERFLOWED = 4105
40577 pkg syscall (netbsd-arm), const SO_RCVBUF = 4098
40578 pkg syscall (netbsd-arm), const SO_RCVLOWAT = 4100
40579 pkg syscall (netbsd-arm), const SO_RCVTIMEO = 4108
40580 pkg syscall (netbsd-arm), const SO_REUSEADDR = 4
40581 pkg syscall (netbsd-arm), const SO_REUSEPORT = 512
40582 pkg syscall (netbsd-arm), const SO_SNDBUF = 4097
40583 pkg syscall (netbsd-arm), const SO_SNDLOWAT = 4099
40584 pkg syscall (netbsd-arm), const SO_SNDTIMEO = 4107
40585 pkg syscall (netbsd-arm), const SO_TIMESTAMP = 8192
40586 pkg syscall (netbsd-arm), const SO_TYPE = 4104
40587 pkg syscall (netbsd-arm), const SO_USELOOPBACK = 64
40588 pkg syscall (netbsd-arm), const SYSCTL_VERSION = 16777216
40589 pkg syscall (netbsd-arm), const SYSCTL_VERS_0 = 0
40590 pkg syscall (netbsd-arm), const SYSCTL_VERS_1 = 16777216
40591 pkg syscall (netbsd-arm), const SYSCTL_VERS_MASK = 4278190080
40592 pkg syscall (netbsd-arm), const SYS_ACCEPT = 30
40593 pkg syscall (netbsd-arm), const SYS_ACCESS = 33
40594 pkg syscall (netbsd-arm), const SYS_ACCT = 51
40595 pkg syscall (netbsd-arm), const SYS_ADJTIME = 421
40596 pkg syscall (netbsd-arm), const SYS_BIND = 104
40597 pkg syscall (netbsd-arm), const SYS_BREAK = 17
40598 pkg syscall (netbsd-arm), const SYS_CHDIR = 12
40599 pkg syscall (netbsd-arm), const SYS_CHFLAGS = 34
40600 pkg syscall (netbsd-arm), const SYS_CHMOD = 15
40601 pkg syscall (netbsd-arm), const SYS_CHOWN = 16
40602 pkg syscall (netbsd-arm), const SYS_CHROOT = 61
40603 pkg syscall (netbsd-arm), const SYS_CLOCK_GETRES = 429
40604 pkg syscall (netbsd-arm), const SYS_CLOCK_GETTIME = 427
40605 pkg syscall (netbsd-arm), const SYS_CLOCK_SETTIME = 428
40606 pkg syscall (netbsd-arm), const SYS_CLOSE = 6
40607 pkg syscall (netbsd-arm), const SYS_CONNECT = 98
40608 pkg syscall (netbsd-arm), const SYS_DUP = 41
40609 pkg syscall (netbsd-arm), const SYS_DUP2 = 90
40610 pkg syscall (netbsd-arm), const SYS_DUP3 = 454
40611 pkg syscall (netbsd-arm), const SYS_EXECVE = 59
40612 pkg syscall (netbsd-arm), const SYS_EXIT = 1
40613 pkg syscall (netbsd-arm), const SYS_EXTATTRCTL = 360
40614 pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FD = 366
40615 pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_FILE = 363
40616 pkg syscall (netbsd-arm), const SYS_EXTATTR_DELETE_LINK = 369
40617 pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FD = 365
40618 pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_FILE = 362
40619 pkg syscall (netbsd-arm), const SYS_EXTATTR_GET_LINK = 368
40620 pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FD = 370
40621 pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_FILE = 371
40622 pkg syscall (netbsd-arm), const SYS_EXTATTR_LIST_LINK = 372
40623 pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FD = 364
40624 pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_FILE = 361
40625 pkg syscall (netbsd-arm), const SYS_EXTATTR_SET_LINK = 367
40626 pkg syscall (netbsd-arm), const SYS_FACCESSAT = 462
40627 pkg syscall (netbsd-arm), const SYS_FCHDIR = 13
40628 pkg syscall (netbsd-arm), const SYS_FCHFLAGS = 35
40629 pkg syscall (netbsd-arm), const SYS_FCHMOD = 124
40630 pkg syscall (netbsd-arm), const SYS_FCHMODAT = 463
40631 pkg syscall (netbsd-arm), const SYS_FCHOWN = 123
40632 pkg syscall (netbsd-arm), const SYS_FCHOWNAT = 464
40633 pkg syscall (netbsd-arm), const SYS_FCHROOT = 297
40634 pkg syscall (netbsd-arm), const SYS_FCNTL = 92
40635 pkg syscall (netbsd-arm), const SYS_FDATASYNC = 241
40636 pkg syscall (netbsd-arm), const SYS_FEXECVE = 465
40637 pkg syscall (netbsd-arm), const SYS_FGETXATTR = 380
40638 pkg syscall (netbsd-arm), const SYS_FHSTAT = 451
40639 pkg syscall (netbsd-arm), const SYS_FKTRACE = 288
40640 pkg syscall (netbsd-arm), const SYS_FLISTXATTR = 383
40641 pkg syscall (netbsd-arm), const SYS_FLOCK = 131
40642 pkg syscall (netbsd-arm), const SYS_FORK = 2
40643 pkg syscall (netbsd-arm), const SYS_FPATHCONF = 192
40644 pkg syscall (netbsd-arm), const SYS_FREMOVEXATTR = 386
40645 pkg syscall (netbsd-arm), const SYS_FSETXATTR = 377
40646 pkg syscall (netbsd-arm), const SYS_FSTAT = 440
40647 pkg syscall (netbsd-arm), const SYS_FSTATAT = 466
40648 pkg syscall (netbsd-arm), const SYS_FSTATVFS1 = 358
40649 pkg syscall (netbsd-arm), const SYS_FSYNC = 95
40650 pkg syscall (netbsd-arm), const SYS_FSYNC_RANGE = 354
40651 pkg syscall (netbsd-arm), const SYS_FTRUNCATE = 201
40652 pkg syscall (netbsd-arm), const SYS_FUTIMENS = 472
40653 pkg syscall (netbsd-arm), const SYS_FUTIMES = 423
40654 pkg syscall (netbsd-arm), const SYS_GETCONTEXT = 307
40655 pkg syscall (netbsd-arm), const SYS_GETDENTS = 390
40656 pkg syscall (netbsd-arm), const SYS_GETEGID = 43
40657 pkg syscall (netbsd-arm), const SYS_GETEUID = 25
40658 pkg syscall (netbsd-arm), const SYS_GETFH = 395
40659 pkg syscall (netbsd-arm), const SYS_GETGID = 47
40660 pkg syscall (netbsd-arm), const SYS_GETGROUPS = 79
40661 pkg syscall (netbsd-arm), const SYS_GETITIMER = 426
40662 pkg syscall (netbsd-arm), const SYS_GETPEERNAME = 31
40663 pkg syscall (netbsd-arm), const SYS_GETPGID = 207
40664 pkg syscall (netbsd-arm), const SYS_GETPGRP = 81
40665 pkg syscall (netbsd-arm), const SYS_GETPID = 20
40666 pkg syscall (netbsd-arm), const SYS_GETPPID = 39
40667 pkg syscall (netbsd-arm), const SYS_GETPRIORITY = 100
40668 pkg syscall (netbsd-arm), const SYS_GETRLIMIT = 194
40669 pkg syscall (netbsd-arm), const SYS_GETRUSAGE = 445
40670 pkg syscall (netbsd-arm), const SYS_GETSID = 286
40671 pkg syscall (netbsd-arm), const SYS_GETSOCKNAME = 32
40672 pkg syscall (netbsd-arm), const SYS_GETSOCKOPT = 118
40673 pkg syscall (netbsd-arm), const SYS_GETTIMEOFDAY = 418
40674 pkg syscall (netbsd-arm), const SYS_GETUID = 24
40675 pkg syscall (netbsd-arm), const SYS_GETVFSSTAT = 356
40676 pkg syscall (netbsd-arm), const SYS_GETXATTR = 378
40677 pkg syscall (netbsd-arm), const SYS_IOCTL = 54
40678 pkg syscall (netbsd-arm), const SYS_ISSETUGID = 305
40679 pkg syscall (netbsd-arm), const SYS_KEVENT = 435
40680 pkg syscall (netbsd-arm), const SYS_KILL = 37
40681 pkg syscall (netbsd-arm), const SYS_KQUEUE = 344
40682 pkg syscall (netbsd-arm), const SYS_KQUEUE1 = 455
40683 pkg syscall (netbsd-arm), const SYS_KTRACE = 45
40684 pkg syscall (netbsd-arm), const SYS_LCHFLAGS = 304
40685 pkg syscall (netbsd-arm), const SYS_LCHMOD = 274
40686 pkg syscall (netbsd-arm), const SYS_LCHOWN = 275
40687 pkg syscall (netbsd-arm), const SYS_LGETXATTR = 379
40688 pkg syscall (netbsd-arm), const SYS_LINK = 9
40689 pkg syscall (netbsd-arm), const SYS_LINKAT = 457
40690 pkg syscall (netbsd-arm), const SYS_LISTEN = 106
40691 pkg syscall (netbsd-arm), const SYS_LISTXATTR = 381
40692 pkg syscall (netbsd-arm), const SYS_LLISTXATTR = 382
40693 pkg syscall (netbsd-arm), const SYS_LREMOVEXATTR = 385
40694 pkg syscall (netbsd-arm), const SYS_LSEEK = 199
40695 pkg syscall (netbsd-arm), const SYS_LSETXATTR = 376
40696 pkg syscall (netbsd-arm), const SYS_LSTAT = 441
40697 pkg syscall (netbsd-arm), const SYS_LUTIMES = 424
40698 pkg syscall (netbsd-arm), const SYS_MADVISE = 75
40699 pkg syscall (netbsd-arm), const SYS_MINCORE = 78
40700 pkg syscall (netbsd-arm), const SYS_MINHERIT = 273
40701 pkg syscall (netbsd-arm), const SYS_MKDIR = 136
40702 pkg syscall (netbsd-arm), const SYS_MKDIRAT = 461
40703 pkg syscall (netbsd-arm), const SYS_MKFIFO = 132
40704 pkg syscall (netbsd-arm), const SYS_MKFIFOAT = 459
40705 pkg syscall (netbsd-arm), const SYS_MKNOD = 450
40706 pkg syscall (netbsd-arm), const SYS_MKNODAT = 460
40707 pkg syscall (netbsd-arm), const SYS_MLOCK = 203
40708 pkg syscall (netbsd-arm), const SYS_MLOCKALL = 242
40709 pkg syscall (netbsd-arm), const SYS_MMAP = 197
40710 pkg syscall (netbsd-arm), const SYS_MODCTL = 246
40711 pkg syscall (netbsd-arm), const SYS_MOUNT = 410
40712 pkg syscall (netbsd-arm), const SYS_MPROTECT = 74
40713 pkg syscall (netbsd-arm), const SYS_MREMAP = 411
40714 pkg syscall (netbsd-arm), const SYS_MSGCTL = 444
40715 pkg syscall (netbsd-arm), const SYS_MSGGET = 225
40716 pkg syscall (netbsd-arm), const SYS_MSGRCV = 227
40717 pkg syscall (netbsd-arm), const SYS_MSGSND = 226
40718 pkg syscall (netbsd-arm), const SYS_MUNLOCK = 204
40719 pkg syscall (netbsd-arm), const SYS_MUNLOCKALL = 243
40720 pkg syscall (netbsd-arm), const SYS_MUNMAP = 73
40721 pkg syscall (netbsd-arm), const SYS_NANOSLEEP = 430
40722 pkg syscall (netbsd-arm), const SYS_NTP_ADJTIME = 176
40723 pkg syscall (netbsd-arm), const SYS_NTP_GETTIME = 448
40724 pkg syscall (netbsd-arm), const SYS_OPEN = 5
40725 pkg syscall (netbsd-arm), const SYS_OPENAT = 468
40726 pkg syscall (netbsd-arm), const SYS_PACCEPT = 456
40727 pkg syscall (netbsd-arm), const SYS_PATHCONF = 191
40728 pkg syscall (netbsd-arm), const SYS_PIPE = 42
40729 pkg syscall (netbsd-arm), const SYS_PIPE2 = 453
40730 pkg syscall (netbsd-arm), const SYS_PMC_CONTROL = 342
40731 pkg syscall (netbsd-arm), const SYS_PMC_GET_INFO = 341
40732 pkg syscall (netbsd-arm), const SYS_POLL = 209
40733 pkg syscall (netbsd-arm), const SYS_POLLTS = 437
40734 pkg syscall (netbsd-arm), const SYS_POSIX_FADVISE = 416
40735 pkg syscall (netbsd-arm), const SYS_POSIX_SPAWN = 474
40736 pkg syscall (netbsd-arm), const SYS_PREAD = 173
40737 pkg syscall (netbsd-arm), const SYS_PREADV = 289
40738 pkg syscall (netbsd-arm), const SYS_PROFIL = 44
40739 pkg syscall (netbsd-arm), const SYS_PSELECT = 436
40740 pkg syscall (netbsd-arm), const SYS_PSET_ASSIGN = 414
40741 pkg syscall (netbsd-arm), const SYS_PSET_CREATE = 412
40742 pkg syscall (netbsd-arm), const SYS_PSET_DESTROY = 413
40743 pkg syscall (netbsd-arm), const SYS_PTRACE = 26
40744 pkg syscall (netbsd-arm), const SYS_PWRITE = 174
40745 pkg syscall (netbsd-arm), const SYS_PWRITEV = 290
40746 pkg syscall (netbsd-arm), const SYS_RASCTL = 343
40747 pkg syscall (netbsd-arm), const SYS_READ = 3
40748 pkg syscall (netbsd-arm), const SYS_READLINK = 58
40749 pkg syscall (netbsd-arm), const SYS_READLINKAT = 469
40750 pkg syscall (netbsd-arm), const SYS_READV = 120
40751 pkg syscall (netbsd-arm), const SYS_REBOOT = 208
40752 pkg syscall (netbsd-arm), const SYS_RECVFROM = 29
40753 pkg syscall (netbsd-arm), const SYS_RECVMMSG = 475
40754 pkg syscall (netbsd-arm), const SYS_RECVMSG = 27
40755 pkg syscall (netbsd-arm), const SYS_REMOVEXATTR = 384
40756 pkg syscall (netbsd-arm), const SYS_RENAME = 128
40757 pkg syscall (netbsd-arm), const SYS_RENAMEAT = 458
40758 pkg syscall (netbsd-arm), const SYS_REVOKE = 56
40759 pkg syscall (netbsd-arm), const SYS_RMDIR = 137
40760 pkg syscall (netbsd-arm), const SYS_SBRK = 69
40761 pkg syscall (netbsd-arm), const SYS_SCHED_YIELD = 350
40762 pkg syscall (netbsd-arm), const SYS_SELECT = 417
40763 pkg syscall (netbsd-arm), const SYS_SEMCONFIG = 223
40764 pkg syscall (netbsd-arm), const SYS_SEMGET = 221
40765 pkg syscall (netbsd-arm), const SYS_SEMOP = 222
40766 pkg syscall (netbsd-arm), const SYS_SENDMMSG = 476
40767 pkg syscall (netbsd-arm), const SYS_SENDMSG = 28
40768 pkg syscall (netbsd-arm), const SYS_SENDTO = 133
40769 pkg syscall (netbsd-arm), const SYS_SETCONTEXT = 308
40770 pkg syscall (netbsd-arm), const SYS_SETEGID = 182
40771 pkg syscall (netbsd-arm), const SYS_SETEUID = 183
40772 pkg syscall (netbsd-arm), const SYS_SETGID = 181
40773 pkg syscall (netbsd-arm), const SYS_SETGROUPS = 80
40774 pkg syscall (netbsd-arm), const SYS_SETITIMER = 425
40775 pkg syscall (netbsd-arm), const SYS_SETPGID = 82
40776 pkg syscall (netbsd-arm), const SYS_SETPRIORITY = 96
40777 pkg syscall (netbsd-arm), const SYS_SETREGID = 127
40778 pkg syscall (netbsd-arm), const SYS_SETREUID = 126
40779 pkg syscall (netbsd-arm), const SYS_SETRLIMIT = 195
40780 pkg syscall (netbsd-arm), const SYS_SETSID = 147
40781 pkg syscall (netbsd-arm), const SYS_SETSOCKOPT = 105
40782 pkg syscall (netbsd-arm), const SYS_SETTIMEOFDAY = 419
40783 pkg syscall (netbsd-arm), const SYS_SETUID = 23
40784 pkg syscall (netbsd-arm), const SYS_SETXATTR = 375
40785 pkg syscall (netbsd-arm), const SYS_SHMAT = 228
40786 pkg syscall (netbsd-arm), const SYS_SHMCTL = 443
40787 pkg syscall (netbsd-arm), const SYS_SHMDT = 230
40788 pkg syscall (netbsd-arm), const SYS_SHMGET = 231
40789 pkg syscall (netbsd-arm), const SYS_SHUTDOWN = 134
40790 pkg syscall (netbsd-arm), const SYS_SIGQUEUEINFO = 245
40791 pkg syscall (netbsd-arm), const SYS_SOCKET = 394
40792 pkg syscall (netbsd-arm), const SYS_SOCKETPAIR = 135
40793 pkg syscall (netbsd-arm), const SYS_SSTK = 70
40794 pkg syscall (netbsd-arm), const SYS_STAT = 439
40795 pkg syscall (netbsd-arm), const SYS_STATVFS1 = 357
40796 pkg syscall (netbsd-arm), const SYS_SWAPCTL = 271
40797 pkg syscall (netbsd-arm), const SYS_SYMLINK = 57
40798 pkg syscall (netbsd-arm), const SYS_SYMLINKAT = 470
40799 pkg syscall (netbsd-arm), const SYS_SYNC = 36
40800 pkg syscall (netbsd-arm), const SYS_SYSARCH = 165
40801 pkg syscall (netbsd-arm), const SYS_TIMER_CREATE = 235
40802 pkg syscall (netbsd-arm), const SYS_TIMER_DELETE = 236
40803 pkg syscall (netbsd-arm), const SYS_TIMER_GETOVERRUN = 239
40804 pkg syscall (netbsd-arm), const SYS_TIMER_GETTIME = 447
40805 pkg syscall (netbsd-arm), const SYS_TIMER_SETTIME = 446
40806 pkg syscall (netbsd-arm), const SYS_TRUNCATE = 200
40807 pkg syscall (netbsd-arm), const SYS_UMASK = 60
40808 pkg syscall (netbsd-arm), const SYS_UNDELETE = 205
40809 pkg syscall (netbsd-arm), const SYS_UNLINK = 10
40810 pkg syscall (netbsd-arm), const SYS_UNLINKAT = 471
40811 pkg syscall (netbsd-arm), const SYS_UNMOUNT = 22
40812 pkg syscall (netbsd-arm), const SYS_UTIMENSAT = 467
40813 pkg syscall (netbsd-arm), const SYS_UTIMES = 420
40814 pkg syscall (netbsd-arm), const SYS_UTRACE = 306
40815 pkg syscall (netbsd-arm), const SYS_UUIDGEN = 355
40816 pkg syscall (netbsd-arm), const SYS_VADVISE = 72
40817 pkg syscall (netbsd-arm), const SYS_VFORK = 66
40818 pkg syscall (netbsd-arm), const SYS_WAIT4 = 449
40819 pkg syscall (netbsd-arm), const SYS_WRITE = 4
40820 pkg syscall (netbsd-arm), const SYS_WRITEV = 121
40821 pkg syscall (netbsd-arm), const SYS__LWP_CONTINUE = 314
40822 pkg syscall (netbsd-arm), const SYS__LWP_CREATE = 309
40823 pkg syscall (netbsd-arm), const SYS__LWP_CTL = 325
40824 pkg syscall (netbsd-arm), const SYS__LWP_DETACH = 319
40825 pkg syscall (netbsd-arm), const SYS__LWP_EXIT = 310
40826 pkg syscall (netbsd-arm), const SYS__LWP_GETNAME = 324
40827 pkg syscall (netbsd-arm), const SYS__LWP_GETPRIVATE = 316
40828 pkg syscall (netbsd-arm), const SYS__LWP_KILL = 318
40829 pkg syscall (netbsd-arm), const SYS__LWP_PARK = 434
40830 pkg syscall (netbsd-arm), const SYS__LWP_SELF = 311
40831 pkg syscall (netbsd-arm), const SYS__LWP_SETNAME = 323
40832 pkg syscall (netbsd-arm), const SYS__LWP_SETPRIVATE = 317
40833 pkg syscall (netbsd-arm), const SYS__LWP_SUSPEND = 313
40834 pkg syscall (netbsd-arm), const SYS__LWP_UNPARK = 321
40835 pkg syscall (netbsd-arm), const SYS__LWP_UNPARK_ALL = 322
40836 pkg syscall (netbsd-arm), const SYS__LWP_WAIT = 312
40837 pkg syscall (netbsd-arm), const SYS__LWP_WAKEUP = 315
40838 pkg syscall (netbsd-arm), const SYS__PSET_BIND = 415
40839 pkg syscall (netbsd-arm), const SYS__SCHED_GETAFFINITY = 349
40840 pkg syscall (netbsd-arm), const SYS__SCHED_GETPARAM = 347
40841 pkg syscall (netbsd-arm), const SYS__SCHED_SETAFFINITY = 348
40842 pkg syscall (netbsd-arm), const SYS__SCHED_SETPARAM = 346
40843 pkg syscall (netbsd-arm), const SYS___CLONE = 287
40844 pkg syscall (netbsd-arm), const SYS___GETCWD = 296
40845 pkg syscall (netbsd-arm), const SYS___GETLOGIN = 49
40846 pkg syscall (netbsd-arm), const SYS___POSIX_CHOWN = 283
40847 pkg syscall (netbsd-arm), const SYS___POSIX_FCHOWN = 284
40848 pkg syscall (netbsd-arm), const SYS___POSIX_LCHOWN = 285
40849 pkg syscall (netbsd-arm), const SYS___POSIX_RENAME = 270
40850 pkg syscall (netbsd-arm), const SYS___QUOTACTL = 473
40851 pkg syscall (netbsd-arm), const SYS___SEMCTL = 442
40852 pkg syscall (netbsd-arm), const SYS___SETLOGIN = 50
40853 pkg syscall (netbsd-arm), const SYS___SIGACTION_SIGTRAMP = 340
40854 pkg syscall (netbsd-arm), const SYS___SIGTIMEDWAIT = 431
40855 pkg syscall (netbsd-arm), const SYS___SYSCTL = 202
40856 pkg syscall (netbsd-arm), const S_ARCH1 = 65536
40857 pkg syscall (netbsd-arm), const S_ARCH2 = 131072
40858 pkg syscall (netbsd-arm), const S_BLKSIZE = 512
40859 pkg syscall (netbsd-arm), const S_IEXEC = 64
40860 pkg syscall (netbsd-arm), const S_IFMT = 61440
40861 pkg syscall (netbsd-arm), const S_IFWHT = 57344
40862 pkg syscall (netbsd-arm), const S_IREAD = 256
40863 pkg syscall (netbsd-arm), const S_IRGRP = 32
40864 pkg syscall (netbsd-arm), const S_IROTH = 4
40865 pkg syscall (netbsd-arm), const S_IRWXG = 56
40866 pkg syscall (netbsd-arm), const S_IRWXO = 7
40867 pkg syscall (netbsd-arm), const S_IRWXU = 448
40868 pkg syscall (netbsd-arm), const S_ISTXT = 512
40869 pkg syscall (netbsd-arm), const S_IWGRP = 16
40870 pkg syscall (netbsd-arm), const S_IWOTH = 2
40871 pkg syscall (netbsd-arm), const S_IWRITE = 128
40872 pkg syscall (netbsd-arm), const S_IXGRP = 8
40873 pkg syscall (netbsd-arm), const S_IXOTH = 1
40874 pkg syscall (netbsd-arm), const SizeofBpfHdr = 20
40875 pkg syscall (netbsd-arm), const SizeofBpfInsn = 8
40876 pkg syscall (netbsd-arm), const SizeofBpfProgram = 8
40877 pkg syscall (netbsd-arm), const SizeofBpfStat = 128
40878 pkg syscall (netbsd-arm), const SizeofBpfVersion = 4
40879 pkg syscall (netbsd-arm), const SizeofCmsghdr = 12
40880 pkg syscall (netbsd-arm), const SizeofIPMreq = 8
40881 pkg syscall (netbsd-arm), const SizeofIPv6Mreq = 20
40882 pkg syscall (netbsd-arm), const SizeofIfAnnounceMsghdr = 24
40883 pkg syscall (netbsd-arm), const SizeofIfData = 132
40884 pkg syscall (netbsd-arm), const SizeofIfMsghdr = 152
40885 pkg syscall (netbsd-arm), const SizeofIfaMsghdr = 24
40886 pkg syscall (netbsd-arm), const SizeofInet6Pktinfo = 20
40887 pkg syscall (netbsd-arm), const SizeofLinger = 8
40888 pkg syscall (netbsd-arm), const SizeofMsghdr = 28
40889 pkg syscall (netbsd-arm), const SizeofRtMetrics = 80
40890 pkg syscall (netbsd-arm), const SizeofRtMsghdr = 120
40891 pkg syscall (netbsd-arm), const SizeofSockaddrAny = 108
40892 pkg syscall (netbsd-arm), const SizeofSockaddrDatalink = 20
40893 pkg syscall (netbsd-arm), const SizeofSockaddrInet4 = 16
40894 pkg syscall (netbsd-arm), const SizeofSockaddrInet6 = 28
40895 pkg syscall (netbsd-arm), const SizeofSockaddrUnix = 106
40896 pkg syscall (netbsd-arm), const TCIFLUSH = 1
40897 pkg syscall (netbsd-arm), const TCIOFLUSH = 3
40898 pkg syscall (netbsd-arm), const TCOFLUSH = 2
40899 pkg syscall (netbsd-arm), const TCP_CONGCTL = 32
40900 pkg syscall (netbsd-arm), const TCP_KEEPCNT = 6
40901 pkg syscall (netbsd-arm), const TCP_KEEPIDLE = 3
40902 pkg syscall (netbsd-arm), const TCP_KEEPINIT = 7
40903 pkg syscall (netbsd-arm), const TCP_KEEPINTVL = 5
40904 pkg syscall (netbsd-arm), const TCP_MAXBURST = 4
40905 pkg syscall (netbsd-arm), const TCP_MAXSEG = 2
40906 pkg syscall (netbsd-arm), const TCP_MAXWIN = 65535
40907 pkg syscall (netbsd-arm), const TCP_MAX_WINSHIFT = 14
40908 pkg syscall (netbsd-arm), const TCP_MD5SIG = 16
40909 pkg syscall (netbsd-arm), const TCP_MINMSS = 216
40910 pkg syscall (netbsd-arm), const TCP_MSS = 536
40911 pkg syscall (netbsd-arm), const TCSAFLUSH = 2
40912 pkg syscall (netbsd-arm), const TIOCCBRK = 536900730
40913 pkg syscall (netbsd-arm), const TIOCCDTR = 536900728
40914 pkg syscall (netbsd-arm), const TIOCCONS = 2147775586
40915 pkg syscall (netbsd-arm), const TIOCDCDTIMESTAMP = 1074558040
40916 pkg syscall (netbsd-arm), const TIOCDRAIN = 536900702
40917 pkg syscall (netbsd-arm), const TIOCEXCL = 536900621
40918 pkg syscall (netbsd-arm), const TIOCEXT = 2147775584
40919 pkg syscall (netbsd-arm), const TIOCFLAG_CDTRCTS = 16
40920 pkg syscall (netbsd-arm), const TIOCFLAG_CLOCAL = 2
40921 pkg syscall (netbsd-arm), const TIOCFLAG_CRTSCTS = 4
40922 pkg syscall (netbsd-arm), const TIOCFLAG_MDMBUF = 8
40923 pkg syscall (netbsd-arm), const TIOCFLAG_SOFTCAR = 1
40924 pkg syscall (netbsd-arm), const TIOCFLUSH = 2147775504
40925 pkg syscall (netbsd-arm), const TIOCGETA = 1076655123
40926 pkg syscall (netbsd-arm), const TIOCGETD = 1074033690
40927 pkg syscall (netbsd-arm), const TIOCGFLAGS = 1074033757
40928 pkg syscall (netbsd-arm), const TIOCGLINED = 1075868738
40929 pkg syscall (netbsd-arm), const TIOCGPGRP = 1074033783
40930 pkg syscall (netbsd-arm), const TIOCGQSIZE = 1074033793
40931 pkg syscall (netbsd-arm), const TIOCGRANTPT = 536900679
40932 pkg syscall (netbsd-arm), const TIOCGSID = 1074033763
40933 pkg syscall (netbsd-arm), const TIOCGSIZE = 1074295912
40934 pkg syscall (netbsd-arm), const TIOCGWINSZ = 1074295912
40935 pkg syscall (netbsd-arm), const TIOCMBIC = 2147775595
40936 pkg syscall (netbsd-arm), const TIOCMBIS = 2147775596
40937 pkg syscall (netbsd-arm), const TIOCMGET = 1074033770
40938 pkg syscall (netbsd-arm), const TIOCMSET = 2147775597
40939 pkg syscall (netbsd-arm), const TIOCM_CAR = 64
40940 pkg syscall (netbsd-arm), const TIOCM_CD = 64
40941 pkg syscall (netbsd-arm), const TIOCM_CTS = 32
40942 pkg syscall (netbsd-arm), const TIOCM_DSR = 256
40943 pkg syscall (netbsd-arm), const TIOCM_DTR = 2
40944 pkg syscall (netbsd-arm), const TIOCM_LE = 1
40945 pkg syscall (netbsd-arm), const TIOCM_RI = 128
40946 pkg syscall (netbsd-arm), const TIOCM_RNG = 128
40947 pkg syscall (netbsd-arm), const TIOCM_RTS = 4
40948 pkg syscall (netbsd-arm), const TIOCM_SR = 16
40949 pkg syscall (netbsd-arm), const TIOCM_ST = 8
40950 pkg syscall (netbsd-arm), const TIOCNOTTY = 536900721
40951 pkg syscall (netbsd-arm), const TIOCNXCL = 536900622
40952 pkg syscall (netbsd-arm), const TIOCOUTQ = 1074033779
40953 pkg syscall (netbsd-arm), const TIOCPKT = 2147775600
40954 pkg syscall (netbsd-arm), const TIOCPKT_DATA = 0
40955 pkg syscall (netbsd-arm), const TIOCPKT_DOSTOP = 32
40956 pkg syscall (netbsd-arm), const TIOCPKT_FLUSHREAD = 1
40957 pkg syscall (netbsd-arm), const TIOCPKT_FLUSHWRITE = 2
40958 pkg syscall (netbsd-arm), const TIOCPKT_IOCTL = 64
40959 pkg syscall (netbsd-arm), const TIOCPKT_NOSTOP = 16
40960 pkg syscall (netbsd-arm), const TIOCPKT_START = 8
40961 pkg syscall (netbsd-arm), const TIOCPKT_STOP = 4
40962 pkg syscall (netbsd-arm), const TIOCPTMGET = 1208513606
40963 pkg syscall (netbsd-arm), const TIOCPTSNAME = 1208513608
40964 pkg syscall (netbsd-arm), const TIOCRCVFRAME = 2147775557
40965 pkg syscall (netbsd-arm), const TIOCREMOTE = 2147775593
40966 pkg syscall (netbsd-arm), const TIOCSBRK = 536900731
40967 pkg syscall (netbsd-arm), const TIOCSCTTY = 536900705
40968 pkg syscall (netbsd-arm), const TIOCSDTR = 536900729
40969 pkg syscall (netbsd-arm), const TIOCSETA = 2150396948
40970 pkg syscall (netbsd-arm), const TIOCSETAF = 2150396950
40971 pkg syscall (netbsd-arm), const TIOCSETAW = 2150396949
40972 pkg syscall (netbsd-arm), const TIOCSETD = 2147775515
40973 pkg syscall (netbsd-arm), const TIOCSFLAGS = 2147775580
40974 pkg syscall (netbsd-arm), const TIOCSIG = 536900703
40975 pkg syscall (netbsd-arm), const TIOCSLINED = 2149610563
40976 pkg syscall (netbsd-arm), const TIOCSPGRP = 2147775606
40977 pkg syscall (netbsd-arm), const TIOCSQSIZE = 2147775616
40978 pkg syscall (netbsd-arm), const TIOCSSIZE = 2148037735
40979 pkg syscall (netbsd-arm), const TIOCSTART = 536900718
40980 pkg syscall (netbsd-arm), const TIOCSTAT = 2147775589
40981 pkg syscall (netbsd-arm), const TIOCSTI = 2147578994
40982 pkg syscall (netbsd-arm), const TIOCSTOP = 536900719
40983 pkg syscall (netbsd-arm), const TIOCSWINSZ = 2148037735
40984 pkg syscall (netbsd-arm), const TIOCUCNTL = 2147775590
40985 pkg syscall (netbsd-arm), const TIOCXMTFRAME = 2147775556
40986 pkg syscall (netbsd-arm), const TOSTOP = 4194304
40987 pkg syscall (netbsd-arm), const VDISCARD = 15
40988 pkg syscall (netbsd-arm), const VDSUSP = 11
40989 pkg syscall (netbsd-arm), const VEOF = 0
40990 pkg syscall (netbsd-arm), const VEOL = 1
40991 pkg syscall (netbsd-arm), const VEOL2 = 2
40992 pkg syscall (netbsd-arm), const VERASE = 3
40993 pkg syscall (netbsd-arm), const VINTR = 8
40994 pkg syscall (netbsd-arm), const VKILL = 5
40995 pkg syscall (netbsd-arm), const VLNEXT = 14
40996 pkg syscall (netbsd-arm), const VMIN = 16
40997 pkg syscall (netbsd-arm), const VQUIT = 9
40998 pkg syscall (netbsd-arm), const VREPRINT = 6
40999 pkg syscall (netbsd-arm), const VSTART = 12
41000 pkg syscall (netbsd-arm), const VSTATUS = 18
41001 pkg syscall (netbsd-arm), const VSTOP = 13
41002 pkg syscall (netbsd-arm), const VSUSP = 10
41003 pkg syscall (netbsd-arm), const VTIME = 17
41004 pkg syscall (netbsd-arm), const VWERASE = 4
41005 pkg syscall (netbsd-arm), const WALL = 8
41006 pkg syscall (netbsd-arm), const WALLSIG = 8
41007 pkg syscall (netbsd-arm), const WALTSIG = 4
41008 pkg syscall (netbsd-arm), const WCLONE = 4
41009 pkg syscall (netbsd-arm), const WCOREFLAG = 128
41010 pkg syscall (netbsd-arm), const WNOHANG = 1
41011 pkg syscall (netbsd-arm), const WNOWAIT = 65536
41012 pkg syscall (netbsd-arm), const WNOZOMBIE = 131072
41013 pkg syscall (netbsd-arm), const WOPTSCHECKED = 262144
41014 pkg syscall (netbsd-arm), const WSTOPPED = 127
41015 pkg syscall (netbsd-arm), const WUNTRACED = 2
41016 pkg syscall (netbsd-arm-cgo), const AF_APPLETALK = 16
41017 pkg syscall (netbsd-arm-cgo), const AF_ARP = 28
41018 pkg syscall (netbsd-arm-cgo), const AF_BLUETOOTH = 31
41019 pkg syscall (netbsd-arm-cgo), const AF_CCITT = 10
41020 pkg syscall (netbsd-arm-cgo), const AF_CHAOS = 5
41021 pkg syscall (netbsd-arm-cgo), const AF_CNT = 21
41022 pkg syscall (netbsd-arm-cgo), const AF_COIP = 20
41023 pkg syscall (netbsd-arm-cgo), const AF_DATAKIT = 9
41024 pkg syscall (netbsd-arm-cgo), const AF_DECnet = 12
41025 pkg syscall (netbsd-arm-cgo), const AF_DLI = 13
41026 pkg syscall (netbsd-arm-cgo), const AF_E164 = 26
41027 pkg syscall (netbsd-arm-cgo), const AF_ECMA = 8
41028 pkg syscall (netbsd-arm-cgo), const AF_HYLINK = 15
41029 pkg syscall (netbsd-arm-cgo), const AF_IEEE80211 = 32
41030 pkg syscall (netbsd-arm-cgo), const AF_IMPLINK = 3
41031 pkg syscall (netbsd-arm-cgo), const AF_INET6 = 24
41032 pkg syscall (netbsd-arm-cgo), const AF_IPX = 23
41033 pkg syscall (netbsd-arm-cgo), const AF_ISDN = 26
41034 pkg syscall (netbsd-arm-cgo), const AF_ISO = 7
41035 pkg syscall (netbsd-arm-cgo), const AF_LAT = 14
41036 pkg syscall (netbsd-arm-cgo), const AF_LINK = 18
41037 pkg syscall (netbsd-arm-cgo), const AF_LOCAL = 1
41038 pkg syscall (netbsd-arm-cgo), const AF_MAX = 35
41039 pkg syscall (netbsd-arm-cgo), const AF_MPLS = 33
41040 pkg syscall (netbsd-arm-cgo), const AF_NATM = 27
41041 pkg syscall (netbsd-arm-cgo), const AF_NS = 6
41042 pkg syscall (netbsd-arm-cgo), const AF_OROUTE = 17
41043 pkg syscall (netbsd-arm-cgo), const AF_OSI = 7
41044 pkg syscall (netbsd-arm-cgo), const AF_PUP = 4
41045 pkg syscall (netbsd-arm-cgo), const AF_ROUTE = 34
41046 pkg syscall (netbsd-arm-cgo), const AF_SNA = 11
41047 pkg syscall (netbsd-arm-cgo), const ARPHRD_ARCNET = 7
41048 pkg syscall (netbsd-arm-cgo), const ARPHRD_ETHER = 1
41049 pkg syscall (netbsd-arm-cgo), const ARPHRD_FRELAY = 15
41050 pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE1394 = 24
41051 pkg syscall (netbsd-arm-cgo), const ARPHRD_IEEE802 = 6
41052 pkg syscall (netbsd-arm-cgo), const ARPHRD_STRIP = 23
41053 pkg syscall (netbsd-arm-cgo), const B0 = 0
41054 pkg syscall (netbsd-arm-cgo), const B110 = 110
41055 pkg syscall (netbsd-arm-cgo), const B115200 = 115200
41056 pkg syscall (netbsd-arm-cgo), const B1200 = 1200
41057 pkg syscall (netbsd-arm-cgo), const B134 = 134
41058 pkg syscall (netbsd-arm-cgo), const B14400 = 14400
41059 pkg syscall (netbsd-arm-cgo), const B150 = 150
41060 pkg syscall (netbsd-arm-cgo), const B1800 = 1800
41061 pkg syscall (netbsd-arm-cgo), const B19200 = 19200
41062 pkg syscall (netbsd-arm-cgo), const B200 = 200
41063 pkg syscall (netbsd-arm-cgo), const B230400 = 230400
41064 pkg syscall (netbsd-arm-cgo), const B2400 = 2400
41065 pkg syscall (netbsd-arm-cgo), const B28800 = 28800
41066 pkg syscall (netbsd-arm-cgo), const B300 = 300
41067 pkg syscall (netbsd-arm-cgo), const B38400 = 38400
41068 pkg syscall (netbsd-arm-cgo), const B460800 = 460800
41069 pkg syscall (netbsd-arm-cgo), const B4800 = 4800
41070 pkg syscall (netbsd-arm-cgo), const B50 = 50
41071 pkg syscall (netbsd-arm-cgo), const B57600 = 57600
41072 pkg syscall (netbsd-arm-cgo), const B600 = 600
41073 pkg syscall (netbsd-arm-cgo), const B7200 = 7200
41074 pkg syscall (netbsd-arm-cgo), const B75 = 75
41075 pkg syscall (netbsd-arm-cgo), const B76800 = 76800
41076 pkg syscall (netbsd-arm-cgo), const B921600 = 921600
41077 pkg syscall (netbsd-arm-cgo), const B9600 = 9600
41078 pkg syscall (netbsd-arm-cgo), const BIOCFEEDBACK = 2147762813
41079 pkg syscall (netbsd-arm-cgo), const BIOCFLUSH = 536887912
41080 pkg syscall (netbsd-arm-cgo), const BIOCGBLEN = 1074020966
41081 pkg syscall (netbsd-arm-cgo), const BIOCGDLT = 1074020970
41082 pkg syscall (netbsd-arm-cgo), const BIOCGDLTLIST = 3221766775
41083 pkg syscall (netbsd-arm-cgo), const BIOCGETIF = 1083196011
41084 pkg syscall (netbsd-arm-cgo), const BIOCGFEEDBACK = 1074020988
41085 pkg syscall (netbsd-arm-cgo), const BIOCGHDRCMPLT = 1074020980
41086 pkg syscall (netbsd-arm-cgo), const BIOCGRTIMEOUT = 1074545275
41087 pkg syscall (netbsd-arm-cgo), const BIOCGSEESENT = 1074020984
41088 pkg syscall (netbsd-arm-cgo), const BIOCGSTATS = 1082147439
41089 pkg syscall (netbsd-arm-cgo), const BIOCGSTATSOLD = 1074283119
41090 pkg syscall (netbsd-arm-cgo), const BIOCIMMEDIATE = 2147762800
41091 pkg syscall (netbsd-arm-cgo), const BIOCPROMISC = 536887913
41092 pkg syscall (netbsd-arm-cgo), const BIOCSBLEN = 3221504614
41093 pkg syscall (netbsd-arm-cgo), const BIOCSDLT = 2147762806
41094 pkg syscall (netbsd-arm-cgo), const BIOCSETF = 2148024935
41095 pkg syscall (netbsd-arm-cgo), const BIOCSETIF = 2156937836
41096 pkg syscall (netbsd-arm-cgo), const BIOCSFEEDBACK = 2147762813
41097 pkg syscall (netbsd-arm-cgo), const BIOCSHDRCMPLT = 2147762805
41098 pkg syscall (netbsd-arm-cgo), const BIOCSRTIMEOUT = 2148287098
41099 pkg syscall (netbsd-arm-cgo), const BIOCSSEESENT = 2147762809
41100 pkg syscall (netbsd-arm-cgo), const BIOCSTCPF = 2148024946
41101 pkg syscall (netbsd-arm-cgo), const BIOCSUDPF = 2148024947
41102 pkg syscall (netbsd-arm-cgo), const BIOCVERSION = 1074020977
41103 pkg syscall (netbsd-arm-cgo), const BPF_A = 16
41104 pkg syscall (netbsd-arm-cgo), const BPF_ABS = 32
41105 pkg syscall (netbsd-arm-cgo), const BPF_ADD = 0
41106 pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT = 4
41107 pkg syscall (netbsd-arm-cgo), const BPF_ALIGNMENT32 = 4
41108 pkg syscall (netbsd-arm-cgo), const BPF_ALU = 4
41109 pkg syscall (netbsd-arm-cgo), const BPF_AND = 80
41110 pkg syscall (netbsd-arm-cgo), const BPF_B = 16
41111 pkg syscall (netbsd-arm-cgo), const BPF_DFLTBUFSIZE = 1048576
41112 pkg syscall (netbsd-arm-cgo), const BPF_DIV = 48
41113 pkg syscall (netbsd-arm-cgo), const BPF_H = 8
41114 pkg syscall (netbsd-arm-cgo), const BPF_IMM = 0
41115 pkg syscall (netbsd-arm-cgo), const BPF_IND = 64
41116 pkg syscall (netbsd-arm-cgo), const BPF_JA = 0
41117 pkg syscall (netbsd-arm-cgo), const BPF_JEQ = 16
41118 pkg syscall (netbsd-arm-cgo), const BPF_JGE = 48
41119 pkg syscall (netbsd-arm-cgo), const BPF_JGT = 32
41120 pkg syscall (netbsd-arm-cgo), const BPF_JMP = 5
41121 pkg syscall (netbsd-arm-cgo), const BPF_JSET = 64
41122 pkg syscall (netbsd-arm-cgo), const BPF_K = 0
41123 pkg syscall (netbsd-arm-cgo), const BPF_LD = 0
41124 pkg syscall (netbsd-arm-cgo), const BPF_LDX = 1
41125 pkg syscall (netbsd-arm-cgo), const BPF_LEN = 128
41126 pkg syscall (netbsd-arm-cgo), const BPF_LSH = 96
41127 pkg syscall (netbsd-arm-cgo), const BPF_MAJOR_VERSION = 1
41128 pkg syscall (netbsd-arm-cgo), const BPF_MAXBUFSIZE = 16777216
41129 pkg syscall (netbsd-arm-cgo), const BPF_MAXINSNS = 512
41130 pkg syscall (netbsd-arm-cgo), const BPF_MEM = 96
41131 pkg syscall (netbsd-arm-cgo), const BPF_MEMWORDS = 16
41132 pkg syscall (netbsd-arm-cgo), const BPF_MINBUFSIZE = 32
41133 pkg syscall (netbsd-arm-cgo), const BPF_MINOR_VERSION = 1
41134 pkg syscall (netbsd-arm-cgo), const BPF_MISC = 7
41135 pkg syscall (netbsd-arm-cgo), const BPF_MSH = 160
41136 pkg syscall (netbsd-arm-cgo), const BPF_MUL = 32
41137 pkg syscall (netbsd-arm-cgo), const BPF_NEG = 128
41138 pkg syscall (netbsd-arm-cgo), const BPF_OR = 64
41139 pkg syscall (netbsd-arm-cgo), const BPF_RELEASE = 199606
41140 pkg syscall (netbsd-arm-cgo), const BPF_RET = 6
41141 pkg syscall (netbsd-arm-cgo), const BPF_RSH = 112
41142 pkg syscall (netbsd-arm-cgo), const BPF_ST = 2
41143 pkg syscall (netbsd-arm-cgo), const BPF_STX = 3
41144 pkg syscall (netbsd-arm-cgo), const BPF_SUB = 16
41145 pkg syscall (netbsd-arm-cgo), const BPF_TAX = 0
41146 pkg syscall (netbsd-arm-cgo), const BPF_TXA = 128
41147 pkg syscall (netbsd-arm-cgo), const BPF_W = 0
41148 pkg syscall (netbsd-arm-cgo), const BPF_X = 8
41149 pkg syscall (netbsd-arm-cgo), const BRKINT = 2
41150 pkg syscall (netbsd-arm-cgo), const CFLUSH = 15
41151 pkg syscall (netbsd-arm-cgo), const CLOCAL = 32768
41152 pkg syscall (netbsd-arm-cgo), const CREAD = 2048
41153 pkg syscall (netbsd-arm-cgo), const CS5 = 0
41154 pkg syscall (netbsd-arm-cgo), const CS6 = 256
41155 pkg syscall (netbsd-arm-cgo), const CS7 = 512
41156 pkg syscall (netbsd-arm-cgo), const CS8 = 768
41157 pkg syscall (netbsd-arm-cgo), const CSIZE = 768
41158 pkg syscall (netbsd-arm-cgo), const CSTART = 17
41159 pkg syscall (netbsd-arm-cgo), const CSTATUS = 20
41160 pkg syscall (netbsd-arm-cgo), const CSTOP = 19
41161 pkg syscall (netbsd-arm-cgo), const CSTOPB = 1024
41162 pkg syscall (netbsd-arm-cgo), const CSUSP = 26
41163 pkg syscall (netbsd-arm-cgo), const CTL_MAXNAME = 12
41164 pkg syscall (netbsd-arm-cgo), const CTL_NET = 4
41165 pkg syscall (netbsd-arm-cgo), const CTL_QUERY = -2
41166 pkg syscall (netbsd-arm-cgo), const DIOCBSFLUSH = 536896632
41167 pkg syscall (netbsd-arm-cgo), const DLT_A429 = 184
41168 pkg syscall (netbsd-arm-cgo), const DLT_A653_ICM = 185
41169 pkg syscall (netbsd-arm-cgo), const DLT_AIRONET_HEADER = 120
41170 pkg syscall (netbsd-arm-cgo), const DLT_AOS = 222
41171 pkg syscall (netbsd-arm-cgo), const DLT_APPLE_IP_OVER_IEEE1394 = 138
41172 pkg syscall (netbsd-arm-cgo), const DLT_ARCNET = 7
41173 pkg syscall (netbsd-arm-cgo), const DLT_ARCNET_LINUX = 129
41174 pkg syscall (netbsd-arm-cgo), const DLT_ATM_CLIP = 19
41175 pkg syscall (netbsd-arm-cgo), const DLT_ATM_RFC1483 = 11
41176 pkg syscall (netbsd-arm-cgo), const DLT_AURORA = 126
41177 pkg syscall (netbsd-arm-cgo), const DLT_AX25 = 3
41178 pkg syscall (netbsd-arm-cgo), const DLT_AX25_KISS = 202
41179 pkg syscall (netbsd-arm-cgo), const DLT_BACNET_MS_TP = 165
41180 pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4 = 187
41181 pkg syscall (netbsd-arm-cgo), const DLT_BLUETOOTH_HCI_H4_WITH_PHDR = 201
41182 pkg syscall (netbsd-arm-cgo), const DLT_CAN20B = 190
41183 pkg syscall (netbsd-arm-cgo), const DLT_CAN_SOCKETCAN = 227
41184 pkg syscall (netbsd-arm-cgo), const DLT_CHAOS = 5
41185 pkg syscall (netbsd-arm-cgo), const DLT_CISCO_IOS = 118
41186 pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC = 104
41187 pkg syscall (netbsd-arm-cgo), const DLT_C_HDLC_WITH_DIR = 205
41188 pkg syscall (netbsd-arm-cgo), const DLT_DECT = 221
41189 pkg syscall (netbsd-arm-cgo), const DLT_DOCSIS = 143
41190 pkg syscall (netbsd-arm-cgo), const DLT_ECONET = 115
41191 pkg syscall (netbsd-arm-cgo), const DLT_EN10MB = 1
41192 pkg syscall (netbsd-arm-cgo), const DLT_EN3MB = 2
41193 pkg syscall (netbsd-arm-cgo), const DLT_ENC = 109
41194 pkg syscall (netbsd-arm-cgo), const DLT_ERF = 197
41195 pkg syscall (netbsd-arm-cgo), const DLT_ERF_ETH = 175
41196 pkg syscall (netbsd-arm-cgo), const DLT_ERF_POS = 176
41197 pkg syscall (netbsd-arm-cgo), const DLT_FC_2 = 224
41198 pkg syscall (netbsd-arm-cgo), const DLT_FC_2_WITH_FRAME_DELIMS = 225
41199 pkg syscall (netbsd-arm-cgo), const DLT_FDDI = 10
41200 pkg syscall (netbsd-arm-cgo), const DLT_FLEXRAY = 210
41201 pkg syscall (netbsd-arm-cgo), const DLT_FRELAY = 107
41202 pkg syscall (netbsd-arm-cgo), const DLT_FRELAY_WITH_DIR = 206
41203 pkg syscall (netbsd-arm-cgo), const DLT_GCOM_SERIAL = 173
41204 pkg syscall (netbsd-arm-cgo), const DLT_GCOM_T1E1 = 172
41205 pkg syscall (netbsd-arm-cgo), const DLT_GPF_F = 171
41206 pkg syscall (netbsd-arm-cgo), const DLT_GPF_T = 170
41207 pkg syscall (netbsd-arm-cgo), const DLT_GPRS_LLC = 169
41208 pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_ABIS = 218
41209 pkg syscall (netbsd-arm-cgo), const DLT_GSMTAP_UM = 217
41210 pkg syscall (netbsd-arm-cgo), const DLT_HDLC = 16
41211 pkg syscall (netbsd-arm-cgo), const DLT_HHDLC = 121
41212 pkg syscall (netbsd-arm-cgo), const DLT_HIPPI = 15
41213 pkg syscall (netbsd-arm-cgo), const DLT_IBM_SN = 146
41214 pkg syscall (netbsd-arm-cgo), const DLT_IBM_SP = 145
41215 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802 = 6
41216 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11 = 105
41217 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO = 127
41218 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_11_RADIO_AVS = 163
41219 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4 = 195
41220 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_LINUX = 191
41221 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_15_4_NONASK_PHY = 215
41222 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS = 188
41223 pkg syscall (netbsd-arm-cgo), const DLT_IEEE802_16_MAC_CPS_RADIO = 193
41224 pkg syscall (netbsd-arm-cgo), const DLT_IPMB = 199
41225 pkg syscall (netbsd-arm-cgo), const DLT_IPMB_LINUX = 209
41226 pkg syscall (netbsd-arm-cgo), const DLT_IPNET = 226
41227 pkg syscall (netbsd-arm-cgo), const DLT_IPV4 = 228
41228 pkg syscall (netbsd-arm-cgo), const DLT_IPV6 = 229
41229 pkg syscall (netbsd-arm-cgo), const DLT_IP_OVER_FC = 122
41230 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM1 = 137
41231 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ATM2 = 135
41232 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_CHDLC = 181
41233 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ES = 132
41234 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ETHER = 178
41235 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_FRELAY = 180
41236 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_GGSN = 133
41237 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ISM = 194
41238 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MFR = 134
41239 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLFR = 131
41240 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MLPPP = 130
41241 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_MONITOR = 164
41242 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PIC_PEER = 174
41243 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPP = 179
41244 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE = 167
41245 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_PPPOE_ATM = 168
41246 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_SERVICES = 136
41247 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_ST = 200
41248 pkg syscall (netbsd-arm-cgo), const DLT_JUNIPER_VP = 183
41249 pkg syscall (netbsd-arm-cgo), const DLT_LAPB_WITH_DIR = 207
41250 pkg syscall (netbsd-arm-cgo), const DLT_LAPD = 203
41251 pkg syscall (netbsd-arm-cgo), const DLT_LIN = 212
41252 pkg syscall (netbsd-arm-cgo), const DLT_LINUX_EVDEV = 216
41253 pkg syscall (netbsd-arm-cgo), const DLT_LINUX_IRDA = 144
41254 pkg syscall (netbsd-arm-cgo), const DLT_LINUX_LAPD = 177
41255 pkg syscall (netbsd-arm-cgo), const DLT_LINUX_SLL = 113
41256 pkg syscall (netbsd-arm-cgo), const DLT_LOOP = 108
41257 pkg syscall (netbsd-arm-cgo), const DLT_LTALK = 114
41258 pkg syscall (netbsd-arm-cgo), const DLT_MFR = 182
41259 pkg syscall (netbsd-arm-cgo), const DLT_MOST = 211
41260 pkg syscall (netbsd-arm-cgo), const DLT_MPLS = 219
41261 pkg syscall (netbsd-arm-cgo), const DLT_MTP2 = 140
41262 pkg syscall (netbsd-arm-cgo), const DLT_MTP2_WITH_PHDR = 139
41263 pkg syscall (netbsd-arm-cgo), const DLT_MTP3 = 141
41264 pkg syscall (netbsd-arm-cgo), const DLT_NULL = 0
41265 pkg syscall (netbsd-arm-cgo), const DLT_PCI_EXP = 125
41266 pkg syscall (netbsd-arm-cgo), const DLT_PFLOG = 117
41267 pkg syscall (netbsd-arm-cgo), const DLT_PFSYNC = 18
41268 pkg syscall (netbsd-arm-cgo), const DLT_PPI = 192
41269 pkg syscall (netbsd-arm-cgo), const DLT_PPP = 9
41270 pkg syscall (netbsd-arm-cgo), const DLT_PPP_BSDOS = 14
41271 pkg syscall (netbsd-arm-cgo), const DLT_PPP_ETHER = 51
41272 pkg syscall (netbsd-arm-cgo), const DLT_PPP_PPPD = 166
41273 pkg syscall (netbsd-arm-cgo), const DLT_PPP_SERIAL = 50
41274 pkg syscall (netbsd-arm-cgo), const DLT_PPP_WITH_DIR = 204
41275 pkg syscall (netbsd-arm-cgo), const DLT_PRISM_HEADER = 119
41276 pkg syscall (netbsd-arm-cgo), const DLT_PRONET = 4
41277 pkg syscall (netbsd-arm-cgo), const DLT_RAIF1 = 198
41278 pkg syscall (netbsd-arm-cgo), const DLT_RAW = 12
41279 pkg syscall (netbsd-arm-cgo), const DLT_RAWAF_MASK = 35913728
41280 pkg syscall (netbsd-arm-cgo), const DLT_RIO = 124
41281 pkg syscall (netbsd-arm-cgo), const DLT_SCCP = 142
41282 pkg syscall (netbsd-arm-cgo), const DLT_SITA = 196
41283 pkg syscall (netbsd-arm-cgo), const DLT_SLIP = 8
41284 pkg syscall (netbsd-arm-cgo), const DLT_SLIP_BSDOS = 13
41285 pkg syscall (netbsd-arm-cgo), const DLT_SUNATM = 123
41286 pkg syscall (netbsd-arm-cgo), const DLT_SYMANTEC_FIREWALL = 99
41287 pkg syscall (netbsd-arm-cgo), const DLT_TZSP = 128
41288 pkg syscall (netbsd-arm-cgo), const DLT_USB = 186
41289 pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX = 189
41290 pkg syscall (netbsd-arm-cgo), const DLT_USB_LINUX_MMAPPED = 220
41291 pkg syscall (netbsd-arm-cgo), const DLT_WIHART = 223
41292 pkg syscall (netbsd-arm-cgo), const DLT_X2E_SERIAL = 213
41293 pkg syscall (netbsd-arm-cgo), const DLT_X2E_XORAYA = 214
41294 pkg syscall (netbsd-arm-cgo), const DT_BLK = 6
41295 pkg syscall (netbsd-arm-cgo), const DT_CHR = 2
41296 pkg syscall (netbsd-arm-cgo), const DT_DIR = 4
41297 pkg syscall (netbsd-arm-cgo), const DT_FIFO = 1
41298 pkg syscall (netbsd-arm-cgo), const DT_LNK = 10
41299 pkg syscall (netbsd-arm-cgo), const DT_REG = 8
41300 pkg syscall (netbsd-arm-cgo), const DT_SOCK = 12
41301 pkg syscall (netbsd-arm-cgo), const DT_UNKNOWN = 0
41302 pkg syscall (netbsd-arm-cgo), const DT_WHT = 14
41303 pkg syscall (netbsd-arm-cgo), const E2BIG = 7
41304 pkg syscall (netbsd-arm-cgo), const EACCES = 13
41305 pkg syscall (netbsd-arm-cgo), const EADDRINUSE = 48
41306 pkg syscall (netbsd-arm-cgo), const EADDRNOTAVAIL = 49
41307 pkg syscall (netbsd-arm-cgo), const EAFNOSUPPORT = 47
41308 pkg syscall (netbsd-arm-cgo), const EAGAIN = 35
41309 pkg syscall (netbsd-arm-cgo), const EALREADY = 37
41310 pkg syscall (netbsd-arm-cgo), const EAUTH = 80
41311 pkg syscall (netbsd-arm-cgo), const EBADF = 9
41312 pkg syscall (netbsd-arm-cgo), const EBADMSG = 88
41313 pkg syscall (netbsd-arm-cgo), const EBADRPC = 72
41314 pkg syscall (netbsd-arm-cgo), const EBUSY = 16
41315 pkg syscall (netbsd-arm-cgo), const ECANCELED = 87
41316 pkg syscall (netbsd-arm-cgo), const ECHILD = 10
41317 pkg syscall (netbsd-arm-cgo), const ECHO = 8
41318 pkg syscall (netbsd-arm-cgo), const ECHOCTL = 64
41319 pkg syscall (netbsd-arm-cgo), const ECHOE = 2
41320 pkg syscall (netbsd-arm-cgo), const ECHOK = 4
41321 pkg syscall (netbsd-arm-cgo), const ECHOKE = 1
41322 pkg syscall (netbsd-arm-cgo), const ECHONL = 16
41323 pkg syscall (netbsd-arm-cgo), const ECHOPRT = 32
41324 pkg syscall (netbsd-arm-cgo), const ECONNABORTED = 53
41325 pkg syscall (netbsd-arm-cgo), const ECONNREFUSED = 61
41326 pkg syscall (netbsd-arm-cgo), const ECONNRESET = 54
41327 pkg syscall (netbsd-arm-cgo), const EDEADLK = 11
41328 pkg syscall (netbsd-arm-cgo), const EDESTADDRREQ = 39
41329 pkg syscall (netbsd-arm-cgo), const EDOM = 33
41330 pkg syscall (netbsd-arm-cgo), const EDQUOT = 69
41331 pkg syscall (netbsd-arm-cgo), const EEXIST = 17
41332 pkg syscall (netbsd-arm-cgo), const EFAULT = 14
41333 pkg syscall (netbsd-arm-cgo), const EFBIG = 27
41334 pkg syscall (netbsd-arm-cgo), const EFTYPE = 79
41335 pkg syscall (netbsd-arm-cgo), const EHOSTDOWN = 64
41336 pkg syscall (netbsd-arm-cgo), const EHOSTUNREACH = 65
41337 pkg syscall (netbsd-arm-cgo), const EIDRM = 82
41338 pkg syscall (netbsd-arm-cgo), const EILSEQ = 85
41339 pkg syscall (netbsd-arm-cgo), const EINPROGRESS = 36
41340 pkg syscall (netbsd-arm-cgo), const EINTR = 4
41341 pkg syscall (netbsd-arm-cgo), const EINVAL = 22
41342 pkg syscall (netbsd-arm-cgo), const EIO = 5
41343 pkg syscall (netbsd-arm-cgo), const EISCONN = 56
41344 pkg syscall (netbsd-arm-cgo), const EISDIR = 21
41345 pkg syscall (netbsd-arm-cgo), const ELAST = 96
41346 pkg syscall (netbsd-arm-cgo), const ELOOP = 62
41347 pkg syscall (netbsd-arm-cgo), const EMFILE = 24
41348 pkg syscall (netbsd-arm-cgo), const EMLINK = 31
41349 pkg syscall (netbsd-arm-cgo), const EMSGSIZE = 40
41350 pkg syscall (netbsd-arm-cgo), const EMULTIHOP = 94
41351 pkg syscall (netbsd-arm-cgo), const EMUL_LINUX = 1
41352 pkg syscall (netbsd-arm-cgo), const EMUL_LINUX32 = 5
41353 pkg syscall (netbsd-arm-cgo), const EMUL_MAXID = 6
41354 pkg syscall (netbsd-arm-cgo), const ENAMETOOLONG = 63
41355 pkg syscall (netbsd-arm-cgo), const ENEEDAUTH = 81
41356 pkg syscall (netbsd-arm-cgo), const ENETDOWN = 50
41357 pkg syscall (netbsd-arm-cgo), const ENETRESET = 52
41358 pkg syscall (netbsd-arm-cgo), const ENETUNREACH = 51
41359 pkg syscall (netbsd-arm-cgo), const ENFILE = 23
41360 pkg syscall (netbsd-arm-cgo), const ENOATTR = 93
41361 pkg syscall (netbsd-arm-cgo), const ENOBUFS = 55
41362 pkg syscall (netbsd-arm-cgo), const ENODATA = 89
41363 pkg syscall (netbsd-arm-cgo), const ENODEV = 19
41364 pkg syscall (netbsd-arm-cgo), const ENOEXEC = 8
41365 pkg syscall (netbsd-arm-cgo), const ENOLCK = 77
41366 pkg syscall (netbsd-arm-cgo), const ENOLINK = 95
41367 pkg syscall (netbsd-arm-cgo), const ENOMEM = 12
41368 pkg syscall (netbsd-arm-cgo), const ENOMSG = 83
41369 pkg syscall (netbsd-arm-cgo), const ENOPROTOOPT = 42
41370 pkg syscall (netbsd-arm-cgo), const ENOSPC = 28
41371 pkg syscall (netbsd-arm-cgo), const ENOSR = 90
41372 pkg syscall (netbsd-arm-cgo), const ENOSTR = 91
41373 pkg syscall (netbsd-arm-cgo), const ENOSYS = 78
41374 pkg syscall (netbsd-arm-cgo), const ENOTBLK = 15
41375 pkg syscall (netbsd-arm-cgo), const ENOTCONN = 57
41376 pkg syscall (netbsd-arm-cgo), const ENOTDIR = 20
41377 pkg syscall (netbsd-arm-cgo), const ENOTEMPTY = 66
41378 pkg syscall (netbsd-arm-cgo), const ENOTSOCK = 38
41379 pkg syscall (netbsd-arm-cgo), const ENOTSUP = 86
41380 pkg syscall (netbsd-arm-cgo), const ENOTTY = 25
41381 pkg syscall (netbsd-arm-cgo), const ENXIO = 6
41382 pkg syscall (netbsd-arm-cgo), const EOPNOTSUPP = 45
41383 pkg syscall (netbsd-arm-cgo), const EOVERFLOW = 84
41384 pkg syscall (netbsd-arm-cgo), const EPERM = 1
41385 pkg syscall (netbsd-arm-cgo), const EPFNOSUPPORT = 46
41386 pkg syscall (netbsd-arm-cgo), const EPIPE = 32
41387 pkg syscall (netbsd-arm-cgo), const EPROCLIM = 67
41388 pkg syscall (netbsd-arm-cgo), const EPROCUNAVAIL = 76
41389 pkg syscall (netbsd-arm-cgo), const EPROGMISMATCH = 75
41390 pkg syscall (netbsd-arm-cgo), const EPROGUNAVAIL = 74
41391 pkg syscall (netbsd-arm-cgo), const EPROTO = 96
41392 pkg syscall (netbsd-arm-cgo), const EPROTONOSUPPORT = 43
41393 pkg syscall (netbsd-arm-cgo), const EPROTOTYPE = 41
41394 pkg syscall (netbsd-arm-cgo), const ERANGE = 34
41395 pkg syscall (netbsd-arm-cgo), const EREMOTE = 71
41396 pkg syscall (netbsd-arm-cgo), const EROFS = 30
41397 pkg syscall (netbsd-arm-cgo), const ERPCMISMATCH = 73
41398 pkg syscall (netbsd-arm-cgo), const ESHUTDOWN = 58
41399 pkg syscall (netbsd-arm-cgo), const ESOCKTNOSUPPORT = 44
41400 pkg syscall (netbsd-arm-cgo), const ESPIPE = 29
41401 pkg syscall (netbsd-arm-cgo), const ESRCH = 3
41402 pkg syscall (netbsd-arm-cgo), const ESTALE = 70
41403 pkg syscall (netbsd-arm-cgo), const ETHERCAP_JUMBO_MTU = 4
41404 pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_HWTAGGING = 2
41405 pkg syscall (netbsd-arm-cgo), const ETHERCAP_VLAN_MTU = 1
41406 pkg syscall (netbsd-arm-cgo), const ETHERMIN = 46
41407 pkg syscall (netbsd-arm-cgo), const ETHERMTU = 1500
41408 pkg syscall (netbsd-arm-cgo), const ETHERMTU_JUMBO = 9000
41409 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_8023 = 4
41410 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AARP = 33011
41411 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ACCTON = 33680
41412 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AEONIC = 32822
41413 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ALPHA = 33098
41414 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMBER = 24584
41415 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AMOEBA = 33093
41416 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLO = 33015
41417 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
41418 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLETALK = 32923
41419 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_APPLITEK = 32967
41420 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARGONAUT = 32826
41421 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ARP = 2054
41422 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AT = 32923
41423 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATALK = 32923
41424 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATOMIC = 34527
41425 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATT = 32873
41426 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ATTSTANFORD = 32776
41427 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AUTOPHON = 32874
41428 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_AXIS = 34902
41429 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BCLOOP = 36867
41430 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_BOFL = 33026
41431 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CABLETRON = 28724
41432 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CHAOS = 2052
41433 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMDESIGN = 32876
41434 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
41435 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_COUNTERPOINT = 32866
41436 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUS = 32772
41437 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_CRONUSVLN = 32771
41438 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DCA = 4660
41439 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DDE = 32891
41440 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DEBNI = 43690
41441 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECAM = 32840
41442 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECCUST = 24582
41443 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDIAG = 24581
41444 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDNS = 32828
41445 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECDTS = 32830
41446 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECEXPER = 24576
41447 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLAST = 32833
41448 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECLTM = 32831
41449 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECMUMPS = 24585
41450 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DECNETBIOS = 32832
41451 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DELTACON = 34526
41452 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DIDDLE = 17185
41453 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG1 = 1632
41454 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DLOG2 = 1633
41455 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DN = 24579
41456 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DOGFIGHT = 6537
41457 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_DSMD = 32825
41458 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ECMA = 2051
41459 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ENCRYPT = 32829
41460 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_ES = 32861
41461 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXCELAN = 32784
41462 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_EXPERDATA = 32841
41463 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLIP = 33094
41464 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FLOWCONTROL = 34824
41465 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_FRARP = 2056
41466 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_GENDYN = 32872
41467 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HAYES = 33072
41468 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HIPPI_FP = 33152
41469 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HITACHI = 34848
41470 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_HP = 32773
41471 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUP = 2560
41472 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IEEEPUPAT = 2561
41473 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBL = 19522
41474 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IMLBLDIAG = 16972
41475 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IP = 2048
41476 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPAS = 34668
41477 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPV6 = 34525
41478 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPX = 33079
41479 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_IPXNEW = 32823
41480 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_KALPANA = 34178
41481 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANBRIDGE = 32824
41482 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LANPROBE = 34952
41483 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LAT = 24580
41484 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LBACK = 36864
41485 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LITTLE = 32864
41486 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOGICRAFT = 33096
41487 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_LOOPBACK = 36864
41488 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MATRA = 32890
41489 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MAX = 65535
41490 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MERIT = 32892
41491 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MICP = 34618
41492 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPDL = 24577
41493 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOPRC = 24578
41494 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MOTOROLA = 33165
41495 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS = 34887
41496 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MPLS_MCAST = 34888
41497 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_MUMPS = 33087
41498 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCC = 15364
41499 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLAIM = 15369
41500 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLREQ = 15365
41501 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCLRSP = 15366
41502 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCREQ = 15362
41503 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPCRSP = 15363
41504 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDG = 15367
41505 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDGB = 15368
41506 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPDLTE = 15370
41507 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAR = 15372
41508 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRAS = 15371
41509 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPRST = 15373
41510 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPSCD = 15361
41511 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBPVCD = 15360
41512 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NBS = 2050
41513 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NCD = 33097
41514 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NESTAR = 32774
41515 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NETBEUI = 33169
41516 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NOVELL = 33080
41517 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NS = 1536
41518 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSAT = 1537
41519 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NSCOMPAT = 2055
41520 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_NTRAILER = 16
41521 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9 = 28679
41522 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_OS9NET = 28681
41523 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PACER = 32966
41524 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PAE = 34958
41525 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PCS = 16962
41526 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PLANNING = 32836
41527 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPP = 34827
41528 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOE = 34916
41529 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PPPOEDISC = 34915
41530 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PRIMENTS = 28721
41531 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUP = 512
41532 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_PUPAT = 512
41533 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RACAL = 28720
41534 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RATIONAL = 33104
41535 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RAWFR = 25945
41536 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RCL = 6549
41537 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RDP = 34617
41538 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_RETIX = 33010
41539 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_REVARP = 32821
41540 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SCA = 24583
41541 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECTRA = 34523
41542 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SECUREDATA = 34669
41543 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SGITW = 33150
41544 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_BOUNCE = 32790
41545 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_DIAG = 32787
41546 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_NETGAMES = 32788
41547 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SG_RESV = 32789
41548 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SIMNET = 21000
41549 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SLOWPROTOCOLS = 34825
41550 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNA = 32981
41551 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SNMP = 33100
41552 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SONIX = 64245
41553 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPIDER = 32927
41554 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_SPRITE = 1280
41555 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_STP = 33153
41556 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARIS = 33067
41557 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TALARISMC = 34091
41558 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPCOMP = 34667
41559 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TCPSM = 36866
41560 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TEC = 33103
41561 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TIGAN = 32815
41562 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRAIL = 4096
41563 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TRANSETHER = 25944
41564 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_TYMSHARE = 32814
41565 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBBST = 28677
41566 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDEBUG = 2304
41567 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
41568 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBDL = 28672
41569 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNIU = 28673
41570 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_UBNMC = 28675
41571 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VALID = 5632
41572 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VARIAN = 32989
41573 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VAXELN = 32827
41574 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEECO = 32871
41575 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VEXP = 32859
41576 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VGLAB = 33073
41577 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINES = 2989
41578 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESECHO = 2991
41579 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VINESLOOP = 2990
41580 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VITAL = 65280
41581 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLAN = 33024
41582 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VLTLMAN = 32896
41583 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VPROD = 32860
41584 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_VURESERVED = 33095
41585 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WATERLOO = 33072
41586 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_WELLFLEET = 33027
41587 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X25 = 2053
41588 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_X75 = 2049
41589 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XNSSM = 36865
41590 pkg syscall (netbsd-arm-cgo), const ETHERTYPE_XTP = 33149
41591 pkg syscall (netbsd-arm-cgo), const ETHER_ADDR_LEN = 6
41592 pkg syscall (netbsd-arm-cgo), const ETHER_CRC_LEN = 4
41593 pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_BE = 79764918
41594 pkg syscall (netbsd-arm-cgo), const ETHER_CRC_POLY_LE = 3988292384
41595 pkg syscall (netbsd-arm-cgo), const ETHER_HDR_LEN = 14
41596 pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN = 1518
41597 pkg syscall (netbsd-arm-cgo), const ETHER_MAX_LEN_JUMBO = 9018
41598 pkg syscall (netbsd-arm-cgo), const ETHER_MIN_LEN = 64
41599 pkg syscall (netbsd-arm-cgo), const ETHER_PPPOE_ENCAP_LEN = 8
41600 pkg syscall (netbsd-arm-cgo), const ETHER_TYPE_LEN = 2
41601 pkg syscall (netbsd-arm-cgo), const ETHER_VLAN_ENCAP_LEN = 4
41602 pkg syscall (netbsd-arm-cgo), const ETIME = 92
41603 pkg syscall (netbsd-arm-cgo), const ETIMEDOUT = 60
41604 pkg syscall (netbsd-arm-cgo), const ETOOMANYREFS = 59
41605 pkg syscall (netbsd-arm-cgo), const ETXTBSY = 26
41606 pkg syscall (netbsd-arm-cgo), const EUSERS = 68
41607 pkg syscall (netbsd-arm-cgo), const EVFILT_AIO = 2
41608 pkg syscall (netbsd-arm-cgo), const EVFILT_PROC = 4
41609 pkg syscall (netbsd-arm-cgo), const EVFILT_READ = 0
41610 pkg syscall (netbsd-arm-cgo), const EVFILT_SIGNAL = 5
41611 pkg syscall (netbsd-arm-cgo), const EVFILT_SYSCOUNT = 7
41612 pkg syscall (netbsd-arm-cgo), const EVFILT_TIMER = 6
41613 pkg syscall (netbsd-arm-cgo), const EVFILT_VNODE = 3
41614 pkg syscall (netbsd-arm-cgo), const EVFILT_WRITE = 1
41615 pkg syscall (netbsd-arm-cgo), const EV_ADD = 1
41616 pkg syscall (netbsd-arm-cgo), const EV_CLEAR = 32
41617 pkg syscall (netbsd-arm-cgo), const EV_DELETE = 2
41618 pkg syscall (netbsd-arm-cgo), const EV_DISABLE = 8
41619 pkg syscall (netbsd-arm-cgo), const EV_ENABLE = 4
41620 pkg syscall (netbsd-arm-cgo), const EV_EOF = 32768
41621 pkg syscall (netbsd-arm-cgo), const EV_ERROR = 16384
41622 pkg syscall (netbsd-arm-cgo), const EV_FLAG1 = 8192
41623 pkg syscall (netbsd-arm-cgo), const EV_ONESHOT = 16
41624 pkg syscall (netbsd-arm-cgo), const EV_SYSFLAGS = 61440
41625 pkg syscall (netbsd-arm-cgo), const EWOULDBLOCK = 35
41626 pkg syscall (netbsd-arm-cgo), const EXDEV = 18
41627 pkg syscall (netbsd-arm-cgo), const EXTA = 19200
41628 pkg syscall (netbsd-arm-cgo), const EXTB = 38400
41629 pkg syscall (netbsd-arm-cgo), const EXTPROC = 2048
41630 pkg syscall (netbsd-arm-cgo), const FD_CLOEXEC = 1
41631 pkg syscall (netbsd-arm-cgo), const FD_SETSIZE = 256
41632 pkg syscall (netbsd-arm-cgo), const FLUSHO = 8388608
41633 pkg syscall (netbsd-arm-cgo), const F_CLOSEM = 10
41634 pkg syscall (netbsd-arm-cgo), const F_DUPFD = 0
41635 pkg syscall (netbsd-arm-cgo), const F_DUPFD_CLOEXEC = 12
41636 pkg syscall (netbsd-arm-cgo), const F_FSCTL = -2147483648
41637 pkg syscall (netbsd-arm-cgo), const F_FSDIRMASK = 1879048192
41638 pkg syscall (netbsd-arm-cgo), const F_FSIN = 268435456
41639 pkg syscall (netbsd-arm-cgo), const F_FSINOUT = 805306368
41640 pkg syscall (netbsd-arm-cgo), const F_FSOUT = 536870912
41641 pkg syscall (netbsd-arm-cgo), const F_FSPRIV = 32768
41642 pkg syscall (netbsd-arm-cgo), const F_FSVOID = 1073741824
41643 pkg syscall (netbsd-arm-cgo), const F_GETFD = 1
41644 pkg syscall (netbsd-arm-cgo), const F_GETFL = 3
41645 pkg syscall (netbsd-arm-cgo), const F_GETLK = 7
41646 pkg syscall (netbsd-arm-cgo), const F_GETNOSIGPIPE = 13
41647 pkg syscall (netbsd-arm-cgo), const F_GETOWN = 5
41648 pkg syscall (netbsd-arm-cgo), const F_MAXFD = 11
41649 pkg syscall (netbsd-arm-cgo), const F_OK = 0
41650 pkg syscall (netbsd-arm-cgo), const F_PARAM_MASK = 4095
41651 pkg syscall (netbsd-arm-cgo), const F_PARAM_MAX = 4095
41652 pkg syscall (netbsd-arm-cgo), const F_RDLCK = 1
41653 pkg syscall (netbsd-arm-cgo), const F_SETFD = 2
41654 pkg syscall (netbsd-arm-cgo), const F_SETFL = 4
41655 pkg syscall (netbsd-arm-cgo), const F_SETLK = 8
41656 pkg syscall (netbsd-arm-cgo), const F_SETLKW = 9
41657 pkg syscall (netbsd-arm-cgo), const F_SETNOSIGPIPE = 14
41658 pkg syscall (netbsd-arm-cgo), const F_SETOWN = 6
41659 pkg syscall (netbsd-arm-cgo), const F_UNLCK = 2
41660 pkg syscall (netbsd-arm-cgo), const F_WRLCK = 3
41661 pkg syscall (netbsd-arm-cgo), const HUPCL = 16384
41662 pkg syscall (netbsd-arm-cgo), const ICANON = 256
41663 pkg syscall (netbsd-arm-cgo), const ICRNL = 256
41664 pkg syscall (netbsd-arm-cgo), const IEXTEN = 1024
41665 pkg syscall (netbsd-arm-cgo), const IFAN_ARRIVAL = 0
41666 pkg syscall (netbsd-arm-cgo), const IFAN_DEPARTURE = 1
41667 pkg syscall (netbsd-arm-cgo), const IFA_ROUTE = 1
41668 pkg syscall (netbsd-arm-cgo), const IFF_ALLMULTI = 512
41669 pkg syscall (netbsd-arm-cgo), const IFF_CANTCHANGE = 36690
41670 pkg syscall (netbsd-arm-cgo), const IFF_DEBUG = 4
41671 pkg syscall (netbsd-arm-cgo), const IFF_LINK0 = 4096
41672 pkg syscall (netbsd-arm-cgo), const IFF_LINK1 = 8192
41673 pkg syscall (netbsd-arm-cgo), const IFF_LINK2 = 16384
41674 pkg syscall (netbsd-arm-cgo), const IFF_LOOPBACK = 8
41675 pkg syscall (netbsd-arm-cgo), const IFF_MULTICAST = 32768
41676 pkg syscall (netbsd-arm-cgo), const IFF_NOARP = 128
41677 pkg syscall (netbsd-arm-cgo), const IFF_NOTRAILERS = 32
41678 pkg syscall (netbsd-arm-cgo), const IFF_OACTIVE = 1024
41679 pkg syscall (netbsd-arm-cgo), const IFF_POINTOPOINT = 16
41680 pkg syscall (netbsd-arm-cgo), const IFF_PROMISC = 256
41681 pkg syscall (netbsd-arm-cgo), const IFF_RUNNING = 64
41682 pkg syscall (netbsd-arm-cgo), const IFF_SIMPLEX = 2048
41683 pkg syscall (netbsd-arm-cgo), const IFNAMSIZ = 16
41684 pkg syscall (netbsd-arm-cgo), const IFT_1822 = 2
41685 pkg syscall (netbsd-arm-cgo), const IFT_A12MPPSWITCH = 130
41686 pkg syscall (netbsd-arm-cgo), const IFT_AAL2 = 187
41687 pkg syscall (netbsd-arm-cgo), const IFT_AAL5 = 49
41688 pkg syscall (netbsd-arm-cgo), const IFT_ADSL = 94
41689 pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8023 = 59
41690 pkg syscall (netbsd-arm-cgo), const IFT_AFLANE8025 = 60
41691 pkg syscall (netbsd-arm-cgo), const IFT_ARAP = 88
41692 pkg syscall (netbsd-arm-cgo), const IFT_ARCNET = 35
41693 pkg syscall (netbsd-arm-cgo), const IFT_ARCNETPLUS = 36
41694 pkg syscall (netbsd-arm-cgo), const IFT_ASYNC = 84
41695 pkg syscall (netbsd-arm-cgo), const IFT_ATM = 37
41696 pkg syscall (netbsd-arm-cgo), const IFT_ATMDXI = 105
41697 pkg syscall (netbsd-arm-cgo), const IFT_ATMFUNI = 106
41698 pkg syscall (netbsd-arm-cgo), const IFT_ATMIMA = 107
41699 pkg syscall (netbsd-arm-cgo), const IFT_ATMLOGICAL = 80
41700 pkg syscall (netbsd-arm-cgo), const IFT_ATMRADIO = 189
41701 pkg syscall (netbsd-arm-cgo), const IFT_ATMSUBINTERFACE = 134
41702 pkg syscall (netbsd-arm-cgo), const IFT_ATMVCIENDPT = 194
41703 pkg syscall (netbsd-arm-cgo), const IFT_ATMVIRTUAL = 149
41704 pkg syscall (netbsd-arm-cgo), const IFT_BGPPOLICYACCOUNTING = 162
41705 pkg syscall (netbsd-arm-cgo), const IFT_BRIDGE = 209
41706 pkg syscall (netbsd-arm-cgo), const IFT_BSC = 83
41707 pkg syscall (netbsd-arm-cgo), const IFT_CARP = 248
41708 pkg syscall (netbsd-arm-cgo), const IFT_CCTEMUL = 61
41709 pkg syscall (netbsd-arm-cgo), const IFT_CEPT = 19
41710 pkg syscall (netbsd-arm-cgo), const IFT_CES = 133
41711 pkg syscall (netbsd-arm-cgo), const IFT_CHANNEL = 70
41712 pkg syscall (netbsd-arm-cgo), const IFT_CNR = 85
41713 pkg syscall (netbsd-arm-cgo), const IFT_COFFEE = 132
41714 pkg syscall (netbsd-arm-cgo), const IFT_COMPOSITELINK = 155
41715 pkg syscall (netbsd-arm-cgo), const IFT_DCN = 141
41716 pkg syscall (netbsd-arm-cgo), const IFT_DIGITALPOWERLINE = 138
41717 pkg syscall (netbsd-arm-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
41718 pkg syscall (netbsd-arm-cgo), const IFT_DLSW = 74
41719 pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
41720 pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEMACLAYER = 127
41721 pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAM = 129
41722 pkg syscall (netbsd-arm-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
41723 pkg syscall (netbsd-arm-cgo), const IFT_DS0 = 81
41724 pkg syscall (netbsd-arm-cgo), const IFT_DS0BUNDLE = 82
41725 pkg syscall (netbsd-arm-cgo), const IFT_DS1FDL = 170
41726 pkg syscall (netbsd-arm-cgo), const IFT_DS3 = 30
41727 pkg syscall (netbsd-arm-cgo), const IFT_DTM = 140
41728 pkg syscall (netbsd-arm-cgo), const IFT_DVBASILN = 172
41729 pkg syscall (netbsd-arm-cgo), const IFT_DVBASIOUT = 173
41730 pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCDOWNSTREAM = 147
41731 pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCMACLAYER = 146
41732 pkg syscall (netbsd-arm-cgo), const IFT_DVBRCCUPSTREAM = 148
41733 pkg syscall (netbsd-arm-cgo), const IFT_ECONET = 206
41734 pkg syscall (netbsd-arm-cgo), const IFT_EON = 25
41735 pkg syscall (netbsd-arm-cgo), const IFT_EPLRS = 87
41736 pkg syscall (netbsd-arm-cgo), const IFT_ESCON = 73
41737 pkg syscall (netbsd-arm-cgo), const IFT_ETHER = 6
41738 pkg syscall (netbsd-arm-cgo), const IFT_FAITH = 242
41739 pkg syscall (netbsd-arm-cgo), const IFT_FAST = 125
41740 pkg syscall (netbsd-arm-cgo), const IFT_FASTETHER = 62
41741 pkg syscall (netbsd-arm-cgo), const IFT_FASTETHERFX = 69
41742 pkg syscall (netbsd-arm-cgo), const IFT_FDDI = 15
41743 pkg syscall (netbsd-arm-cgo), const IFT_FIBRECHANNEL = 56
41744 pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
41745 pkg syscall (netbsd-arm-cgo), const IFT_FRAMERELAYMPI = 92
41746 pkg syscall (netbsd-arm-cgo), const IFT_FRDLCIENDPT = 193
41747 pkg syscall (netbsd-arm-cgo), const IFT_FRELAY = 32
41748 pkg syscall (netbsd-arm-cgo), const IFT_FRELAYDCE = 44
41749 pkg syscall (netbsd-arm-cgo), const IFT_FRF16MFRBUNDLE = 163
41750 pkg syscall (netbsd-arm-cgo), const IFT_FRFORWARD = 158
41751 pkg syscall (netbsd-arm-cgo), const IFT_G703AT2MB = 67
41752 pkg syscall (netbsd-arm-cgo), const IFT_G703AT64K = 66
41753 pkg syscall (netbsd-arm-cgo), const IFT_GIF = 240
41754 pkg syscall (netbsd-arm-cgo), const IFT_GIGABITETHERNET = 117
41755 pkg syscall (netbsd-arm-cgo), const IFT_GR303IDT = 178
41756 pkg syscall (netbsd-arm-cgo), const IFT_GR303RDT = 177
41757 pkg syscall (netbsd-arm-cgo), const IFT_H323GATEKEEPER = 164
41758 pkg syscall (netbsd-arm-cgo), const IFT_H323PROXY = 165
41759 pkg syscall (netbsd-arm-cgo), const IFT_HDH1822 = 3
41760 pkg syscall (netbsd-arm-cgo), const IFT_HDLC = 118
41761 pkg syscall (netbsd-arm-cgo), const IFT_HDSL2 = 168
41762 pkg syscall (netbsd-arm-cgo), const IFT_HIPERLAN2 = 183
41763 pkg syscall (netbsd-arm-cgo), const IFT_HIPPI = 47
41764 pkg syscall (netbsd-arm-cgo), const IFT_HIPPIINTERFACE = 57
41765 pkg syscall (netbsd-arm-cgo), const IFT_HOSTPAD = 90
41766 pkg syscall (netbsd-arm-cgo), const IFT_HSSI = 46
41767 pkg syscall (netbsd-arm-cgo), const IFT_HY = 14
41768 pkg syscall (netbsd-arm-cgo), const IFT_IBM370PARCHAN = 72
41769 pkg syscall (netbsd-arm-cgo), const IFT_IDSL = 154
41770 pkg syscall (netbsd-arm-cgo), const IFT_IEEE1394 = 144
41771 pkg syscall (netbsd-arm-cgo), const IFT_IEEE80211 = 71
41772 pkg syscall (netbsd-arm-cgo), const IFT_IEEE80212 = 55
41773 pkg syscall (netbsd-arm-cgo), const IFT_IEEE8023ADLAG = 161
41774 pkg syscall (netbsd-arm-cgo), const IFT_IFGSN = 145
41775 pkg syscall (netbsd-arm-cgo), const IFT_IMT = 190
41776 pkg syscall (netbsd-arm-cgo), const IFT_INFINIBAND = 199
41777 pkg syscall (netbsd-arm-cgo), const IFT_INTERLEAVE = 124
41778 pkg syscall (netbsd-arm-cgo), const IFT_IP = 126
41779 pkg syscall (netbsd-arm-cgo), const IFT_IPFORWARD = 142
41780 pkg syscall (netbsd-arm-cgo), const IFT_IPOVERATM = 114
41781 pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCDLC = 109
41782 pkg syscall (netbsd-arm-cgo), const IFT_IPOVERCLAW = 110
41783 pkg syscall (netbsd-arm-cgo), const IFT_IPSWITCH = 78
41784 pkg syscall (netbsd-arm-cgo), const IFT_ISDN = 63
41785 pkg syscall (netbsd-arm-cgo), const IFT_ISDNBASIC = 20
41786 pkg syscall (netbsd-arm-cgo), const IFT_ISDNPRIMARY = 21
41787 pkg syscall (netbsd-arm-cgo), const IFT_ISDNS = 75
41788 pkg syscall (netbsd-arm-cgo), const IFT_ISDNU = 76
41789 pkg syscall (netbsd-arm-cgo), const IFT_ISO88022LLC = 41
41790 pkg syscall (netbsd-arm-cgo), const IFT_ISO88023 = 7
41791 pkg syscall (netbsd-arm-cgo), const IFT_ISO88024 = 8
41792 pkg syscall (netbsd-arm-cgo), const IFT_ISO88025 = 9
41793 pkg syscall (netbsd-arm-cgo), const IFT_ISO88025CRFPINT = 98
41794 pkg syscall (netbsd-arm-cgo), const IFT_ISO88025DTR = 86
41795 pkg syscall (netbsd-arm-cgo), const IFT_ISO88025FIBER = 115
41796 pkg syscall (netbsd-arm-cgo), const IFT_ISO88026 = 10
41797 pkg syscall (netbsd-arm-cgo), const IFT_ISUP = 179
41798 pkg syscall (netbsd-arm-cgo), const IFT_L2VLAN = 135
41799 pkg syscall (netbsd-arm-cgo), const IFT_L3IPVLAN = 136
41800 pkg syscall (netbsd-arm-cgo), const IFT_L3IPXVLAN = 137
41801 pkg syscall (netbsd-arm-cgo), const IFT_LAPB = 16
41802 pkg syscall (netbsd-arm-cgo), const IFT_LAPD = 77
41803 pkg syscall (netbsd-arm-cgo), const IFT_LAPF = 119
41804 pkg syscall (netbsd-arm-cgo), const IFT_LINEGROUP = 210
41805 pkg syscall (netbsd-arm-cgo), const IFT_LOCALTALK = 42
41806 pkg syscall (netbsd-arm-cgo), const IFT_LOOP = 24
41807 pkg syscall (netbsd-arm-cgo), const IFT_MEDIAMAILOVERIP = 139
41808 pkg syscall (netbsd-arm-cgo), const IFT_MFSIGLINK = 167
41809 pkg syscall (netbsd-arm-cgo), const IFT_MIOX25 = 38
41810 pkg syscall (netbsd-arm-cgo), const IFT_MODEM = 48
41811 pkg syscall (netbsd-arm-cgo), const IFT_MPC = 113
41812 pkg syscall (netbsd-arm-cgo), const IFT_MPLS = 166
41813 pkg syscall (netbsd-arm-cgo), const IFT_MPLSTUNNEL = 150
41814 pkg syscall (netbsd-arm-cgo), const IFT_MSDSL = 143
41815 pkg syscall (netbsd-arm-cgo), const IFT_MVL = 191
41816 pkg syscall (netbsd-arm-cgo), const IFT_MYRINET = 99
41817 pkg syscall (netbsd-arm-cgo), const IFT_NFAS = 175
41818 pkg syscall (netbsd-arm-cgo), const IFT_NSIP = 27
41819 pkg syscall (netbsd-arm-cgo), const IFT_OPTICALCHANNEL = 195
41820 pkg syscall (netbsd-arm-cgo), const IFT_OPTICALTRANSPORT = 196
41821 pkg syscall (netbsd-arm-cgo), const IFT_OTHER = 1
41822 pkg syscall (netbsd-arm-cgo), const IFT_P10 = 12
41823 pkg syscall (netbsd-arm-cgo), const IFT_P80 = 13
41824 pkg syscall (netbsd-arm-cgo), const IFT_PARA = 34
41825 pkg syscall (netbsd-arm-cgo), const IFT_PFLOG = 245
41826 pkg syscall (netbsd-arm-cgo), const IFT_PFSYNC = 246
41827 pkg syscall (netbsd-arm-cgo), const IFT_PLC = 174
41828 pkg syscall (netbsd-arm-cgo), const IFT_PON155 = 207
41829 pkg syscall (netbsd-arm-cgo), const IFT_PON622 = 208
41830 pkg syscall (netbsd-arm-cgo), const IFT_POS = 171
41831 pkg syscall (netbsd-arm-cgo), const IFT_PPP = 23
41832 pkg syscall (netbsd-arm-cgo), const IFT_PPPMULTILINKBUNDLE = 108
41833 pkg syscall (netbsd-arm-cgo), const IFT_PROPATM = 197
41834 pkg syscall (netbsd-arm-cgo), const IFT_PROPBWAP2MP = 184
41835 pkg syscall (netbsd-arm-cgo), const IFT_PROPCNLS = 89
41836 pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
41837 pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
41838 pkg syscall (netbsd-arm-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
41839 pkg syscall (netbsd-arm-cgo), const IFT_PROPMUX = 54
41840 pkg syscall (netbsd-arm-cgo), const IFT_PROPVIRTUAL = 53
41841 pkg syscall (netbsd-arm-cgo), const IFT_PROPWIRELESSP2P = 157
41842 pkg syscall (netbsd-arm-cgo), const IFT_PTPSERIAL = 22
41843 pkg syscall (netbsd-arm-cgo), const IFT_PVC = 241
41844 pkg syscall (netbsd-arm-cgo), const IFT_Q2931 = 201
41845 pkg syscall (netbsd-arm-cgo), const IFT_QLLC = 68
41846 pkg syscall (netbsd-arm-cgo), const IFT_RADIOMAC = 188
41847 pkg syscall (netbsd-arm-cgo), const IFT_RADSL = 95
41848 pkg syscall (netbsd-arm-cgo), const IFT_REACHDSL = 192
41849 pkg syscall (netbsd-arm-cgo), const IFT_RFC1483 = 159
41850 pkg syscall (netbsd-arm-cgo), const IFT_RS232 = 33
41851 pkg syscall (netbsd-arm-cgo), const IFT_RSRB = 79
41852 pkg syscall (netbsd-arm-cgo), const IFT_SDLC = 17
41853 pkg syscall (netbsd-arm-cgo), const IFT_SDSL = 96
41854 pkg syscall (netbsd-arm-cgo), const IFT_SHDSL = 169
41855 pkg syscall (netbsd-arm-cgo), const IFT_SIP = 31
41856 pkg syscall (netbsd-arm-cgo), const IFT_SIPSIG = 204
41857 pkg syscall (netbsd-arm-cgo), const IFT_SIPTG = 203
41858 pkg syscall (netbsd-arm-cgo), const IFT_SLIP = 28
41859 pkg syscall (netbsd-arm-cgo), const IFT_SMDSDXI = 43
41860 pkg syscall (netbsd-arm-cgo), const IFT_SMDSICIP = 52
41861 pkg syscall (netbsd-arm-cgo), const IFT_SONET = 39
41862 pkg syscall (netbsd-arm-cgo), const IFT_SONETOVERHEADCHANNEL = 185
41863 pkg syscall (netbsd-arm-cgo), const IFT_SONETPATH = 50
41864 pkg syscall (netbsd-arm-cgo), const IFT_SONETVT = 51
41865 pkg syscall (netbsd-arm-cgo), const IFT_SRP = 151
41866 pkg syscall (netbsd-arm-cgo), const IFT_SS7SIGLINK = 156
41867 pkg syscall (netbsd-arm-cgo), const IFT_STACKTOSTACK = 111
41868 pkg syscall (netbsd-arm-cgo), const IFT_STARLAN = 11
41869 pkg syscall (netbsd-arm-cgo), const IFT_STF = 215
41870 pkg syscall (netbsd-arm-cgo), const IFT_T1 = 18
41871 pkg syscall (netbsd-arm-cgo), const IFT_TDLC = 116
41872 pkg syscall (netbsd-arm-cgo), const IFT_TELINK = 200
41873 pkg syscall (netbsd-arm-cgo), const IFT_TERMPAD = 91
41874 pkg syscall (netbsd-arm-cgo), const IFT_TR008 = 176
41875 pkg syscall (netbsd-arm-cgo), const IFT_TRANSPHDLC = 123
41876 pkg syscall (netbsd-arm-cgo), const IFT_TUNNEL = 131
41877 pkg syscall (netbsd-arm-cgo), const IFT_ULTRA = 29
41878 pkg syscall (netbsd-arm-cgo), const IFT_USB = 160
41879 pkg syscall (netbsd-arm-cgo), const IFT_V11 = 64
41880 pkg syscall (netbsd-arm-cgo), const IFT_V35 = 45
41881 pkg syscall (netbsd-arm-cgo), const IFT_V36 = 65
41882 pkg syscall (netbsd-arm-cgo), const IFT_V37 = 120
41883 pkg syscall (netbsd-arm-cgo), const IFT_VDSL = 97
41884 pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALIPADDRESS = 112
41885 pkg syscall (netbsd-arm-cgo), const IFT_VIRTUALTG = 202
41886 pkg syscall (netbsd-arm-cgo), const IFT_VOICEDID = 213
41887 pkg syscall (netbsd-arm-cgo), const IFT_VOICEEM = 100
41888 pkg syscall (netbsd-arm-cgo), const IFT_VOICEEMFGD = 211
41889 pkg syscall (netbsd-arm-cgo), const IFT_VOICEENCAP = 103
41890 pkg syscall (netbsd-arm-cgo), const IFT_VOICEFGDEANA = 212
41891 pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXO = 101
41892 pkg syscall (netbsd-arm-cgo), const IFT_VOICEFXS = 102
41893 pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERATM = 152
41894 pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERCABLE = 198
41895 pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERFRAMERELAY = 153
41896 pkg syscall (netbsd-arm-cgo), const IFT_VOICEOVERIP = 104
41897 pkg syscall (netbsd-arm-cgo), const IFT_X213 = 93
41898 pkg syscall (netbsd-arm-cgo), const IFT_X25 = 5
41899 pkg syscall (netbsd-arm-cgo), const IFT_X25DDN = 4
41900 pkg syscall (netbsd-arm-cgo), const IFT_X25HUNTGROUP = 122
41901 pkg syscall (netbsd-arm-cgo), const IFT_X25MLP = 121
41902 pkg syscall (netbsd-arm-cgo), const IFT_X25PLE = 40
41903 pkg syscall (netbsd-arm-cgo), const IFT_XETHER = 26
41904 pkg syscall (netbsd-arm-cgo), const IGNBRK = 1
41905 pkg syscall (netbsd-arm-cgo), const IGNCR = 128
41906 pkg syscall (netbsd-arm-cgo), const IGNPAR = 4
41907 pkg syscall (netbsd-arm-cgo), const IMAXBEL = 8192
41908 pkg syscall (netbsd-arm-cgo), const INLCR = 64
41909 pkg syscall (netbsd-arm-cgo), const INPCK = 16
41910 pkg syscall (netbsd-arm-cgo), const IN_CLASSA_HOST = 16777215
41911 pkg syscall (netbsd-arm-cgo), const IN_CLASSA_MAX = 128
41912 pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NET = 4278190080
41913 pkg syscall (netbsd-arm-cgo), const IN_CLASSA_NSHIFT = 24
41914 pkg syscall (netbsd-arm-cgo), const IN_CLASSB_HOST = 65535
41915 pkg syscall (netbsd-arm-cgo), const IN_CLASSB_MAX = 65536
41916 pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NET = 4294901760
41917 pkg syscall (netbsd-arm-cgo), const IN_CLASSB_NSHIFT = 16
41918 pkg syscall (netbsd-arm-cgo), const IN_CLASSC_HOST = 255
41919 pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NET = 4294967040
41920 pkg syscall (netbsd-arm-cgo), const IN_CLASSC_NSHIFT = 8
41921 pkg syscall (netbsd-arm-cgo), const IN_CLASSD_HOST = 268435455
41922 pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NET = 4026531840
41923 pkg syscall (netbsd-arm-cgo), const IN_CLASSD_NSHIFT = 28
41924 pkg syscall (netbsd-arm-cgo), const IN_LOOPBACKNET = 127
41925 pkg syscall (netbsd-arm-cgo), const IPPROTO_AH = 51
41926 pkg syscall (netbsd-arm-cgo), const IPPROTO_CARP = 112
41927 pkg syscall (netbsd-arm-cgo), const IPPROTO_DONE = 257
41928 pkg syscall (netbsd-arm-cgo), const IPPROTO_DSTOPTS = 60
41929 pkg syscall (netbsd-arm-cgo), const IPPROTO_EGP = 8
41930 pkg syscall (netbsd-arm-cgo), const IPPROTO_ENCAP = 98
41931 pkg syscall (netbsd-arm-cgo), const IPPROTO_EON = 80
41932 pkg syscall (netbsd-arm-cgo), const IPPROTO_ESP = 50
41933 pkg syscall (netbsd-arm-cgo), const IPPROTO_ETHERIP = 97
41934 pkg syscall (netbsd-arm-cgo), const IPPROTO_FRAGMENT = 44
41935 pkg syscall (netbsd-arm-cgo), const IPPROTO_GGP = 3
41936 pkg syscall (netbsd-arm-cgo), const IPPROTO_GRE = 47
41937 pkg syscall (netbsd-arm-cgo), const IPPROTO_HOPOPTS = 0
41938 pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMP = 1
41939 pkg syscall (netbsd-arm-cgo), const IPPROTO_ICMPV6 = 58
41940 pkg syscall (netbsd-arm-cgo), const IPPROTO_IDP = 22
41941 pkg syscall (netbsd-arm-cgo), const IPPROTO_IGMP = 2
41942 pkg syscall (netbsd-arm-cgo), const IPPROTO_IPCOMP = 108
41943 pkg syscall (netbsd-arm-cgo), const IPPROTO_IPIP = 4
41944 pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV4 = 4
41945 pkg syscall (netbsd-arm-cgo), const IPPROTO_IPV6_ICMP = 58
41946 pkg syscall (netbsd-arm-cgo), const IPPROTO_MAX = 256
41947 pkg syscall (netbsd-arm-cgo), const IPPROTO_MAXID = 52
41948 pkg syscall (netbsd-arm-cgo), const IPPROTO_MOBILE = 55
41949 pkg syscall (netbsd-arm-cgo), const IPPROTO_NONE = 59
41950 pkg syscall (netbsd-arm-cgo), const IPPROTO_PFSYNC = 240
41951 pkg syscall (netbsd-arm-cgo), const IPPROTO_PIM = 103
41952 pkg syscall (netbsd-arm-cgo), const IPPROTO_PUP = 12
41953 pkg syscall (netbsd-arm-cgo), const IPPROTO_RAW = 255
41954 pkg syscall (netbsd-arm-cgo), const IPPROTO_ROUTING = 43
41955 pkg syscall (netbsd-arm-cgo), const IPPROTO_RSVP = 46
41956 pkg syscall (netbsd-arm-cgo), const IPPROTO_TP = 29
41957 pkg syscall (netbsd-arm-cgo), const IPPROTO_VRRP = 112
41958 pkg syscall (netbsd-arm-cgo), const IPV6_CHECKSUM = 26
41959 pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
41960 pkg syscall (netbsd-arm-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
41961 pkg syscall (netbsd-arm-cgo), const IPV6_DEFHLIM = 64
41962 pkg syscall (netbsd-arm-cgo), const IPV6_DONTFRAG = 62
41963 pkg syscall (netbsd-arm-cgo), const IPV6_DSTOPTS = 50
41964 pkg syscall (netbsd-arm-cgo), const IPV6_FAITH = 29
41965 pkg syscall (netbsd-arm-cgo), const IPV6_FLOWINFO_MASK = 4294967055
41966 pkg syscall (netbsd-arm-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
41967 pkg syscall (netbsd-arm-cgo), const IPV6_FRAGTTL = 120
41968 pkg syscall (netbsd-arm-cgo), const IPV6_HLIMDEC = 1
41969 pkg syscall (netbsd-arm-cgo), const IPV6_HOPLIMIT = 47
41970 pkg syscall (netbsd-arm-cgo), const IPV6_HOPOPTS = 49
41971 pkg syscall (netbsd-arm-cgo), const IPV6_IPSEC_POLICY = 28
41972 pkg syscall (netbsd-arm-cgo), const IPV6_JOIN_GROUP = 12
41973 pkg syscall (netbsd-arm-cgo), const IPV6_LEAVE_GROUP = 13
41974 pkg syscall (netbsd-arm-cgo), const IPV6_MAXHLIM = 255
41975 pkg syscall (netbsd-arm-cgo), const IPV6_MAXPACKET = 65535
41976 pkg syscall (netbsd-arm-cgo), const IPV6_MMTU = 1280
41977 pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_HOPS = 10
41978 pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_IF = 9
41979 pkg syscall (netbsd-arm-cgo), const IPV6_MULTICAST_LOOP = 11
41980 pkg syscall (netbsd-arm-cgo), const IPV6_NEXTHOP = 48
41981 pkg syscall (netbsd-arm-cgo), const IPV6_PATHMTU = 44
41982 pkg syscall (netbsd-arm-cgo), const IPV6_PKTINFO = 46
41983 pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE = 14
41984 pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_DEFAULT = 0
41985 pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_HIGH = 1
41986 pkg syscall (netbsd-arm-cgo), const IPV6_PORTRANGE_LOW = 2
41987 pkg syscall (netbsd-arm-cgo), const IPV6_RECVDSTOPTS = 40
41988 pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPLIMIT = 37
41989 pkg syscall (netbsd-arm-cgo), const IPV6_RECVHOPOPTS = 39
41990 pkg syscall (netbsd-arm-cgo), const IPV6_RECVPATHMTU = 43
41991 pkg syscall (netbsd-arm-cgo), const IPV6_RECVPKTINFO = 36
41992 pkg syscall (netbsd-arm-cgo), const IPV6_RECVRTHDR = 38
41993 pkg syscall (netbsd-arm-cgo), const IPV6_RECVTCLASS = 57
41994 pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR = 51
41995 pkg syscall (netbsd-arm-cgo), const IPV6_RTHDRDSTOPTS = 35
41996 pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_LOOSE = 0
41997 pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_STRICT = 1
41998 pkg syscall (netbsd-arm-cgo), const IPV6_RTHDR_TYPE_0 = 0
41999 pkg syscall (netbsd-arm-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
42000 pkg syscall (netbsd-arm-cgo), const IPV6_TCLASS = 61
42001 pkg syscall (netbsd-arm-cgo), const IPV6_UNICAST_HOPS = 4
42002 pkg syscall (netbsd-arm-cgo), const IPV6_USE_MIN_MTU = 42
42003 pkg syscall (netbsd-arm-cgo), const IPV6_V6ONLY = 27
42004 pkg syscall (netbsd-arm-cgo), const IPV6_VERSION = 96
42005 pkg syscall (netbsd-arm-cgo), const IPV6_VERSION_MASK = 240
42006 pkg syscall (netbsd-arm-cgo), const IP_ADD_MEMBERSHIP = 12
42007 pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
42008 pkg syscall (netbsd-arm-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
42009 pkg syscall (netbsd-arm-cgo), const IP_DF = 16384
42010 pkg syscall (netbsd-arm-cgo), const IP_DROP_MEMBERSHIP = 13
42011 pkg syscall (netbsd-arm-cgo), const IP_EF = 32768
42012 pkg syscall (netbsd-arm-cgo), const IP_ERRORMTU = 21
42013 pkg syscall (netbsd-arm-cgo), const IP_HDRINCL = 2
42014 pkg syscall (netbsd-arm-cgo), const IP_IPSEC_POLICY = 22
42015 pkg syscall (netbsd-arm-cgo), const IP_MAXPACKET = 65535
42016 pkg syscall (netbsd-arm-cgo), const IP_MAX_MEMBERSHIPS = 20
42017 pkg syscall (netbsd-arm-cgo), const IP_MF = 8192
42018 pkg syscall (netbsd-arm-cgo), const IP_MINFRAGSIZE = 69
42019 pkg syscall (netbsd-arm-cgo), const IP_MINTTL = 24
42020 pkg syscall (netbsd-arm-cgo), const IP_MSS = 576
42021 pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_IF = 9
42022 pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_LOOP = 11
42023 pkg syscall (netbsd-arm-cgo), const IP_MULTICAST_TTL = 10
42024 pkg syscall (netbsd-arm-cgo), const IP_OFFMASK = 8191
42025 pkg syscall (netbsd-arm-cgo), const IP_OPTIONS = 1
42026 pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE = 19
42027 pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_DEFAULT = 0
42028 pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_HIGH = 1
42029 pkg syscall (netbsd-arm-cgo), const IP_PORTRANGE_LOW = 2
42030 pkg syscall (netbsd-arm-cgo), const IP_RECVDSTADDR = 7
42031 pkg syscall (netbsd-arm-cgo), const IP_RECVIF = 20
42032 pkg syscall (netbsd-arm-cgo), const IP_RECVOPTS = 5
42033 pkg syscall (netbsd-arm-cgo), const IP_RECVRETOPTS = 6
42034 pkg syscall (netbsd-arm-cgo), const IP_RECVTTL = 23
42035 pkg syscall (netbsd-arm-cgo), const IP_RETOPTS = 8
42036 pkg syscall (netbsd-arm-cgo), const IP_RF = 32768
42037 pkg syscall (netbsd-arm-cgo), const IP_TOS = 3
42038 pkg syscall (netbsd-arm-cgo), const IP_TTL = 4
42039 pkg syscall (netbsd-arm-cgo), const ISIG = 128
42040 pkg syscall (netbsd-arm-cgo), const ISTRIP = 32
42041 pkg syscall (netbsd-arm-cgo), const IXANY = 2048
42042 pkg syscall (netbsd-arm-cgo), const IXOFF = 1024
42043 pkg syscall (netbsd-arm-cgo), const IXON = 512
42044 pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
42045 pkg syscall (netbsd-arm-cgo), const LOCK_EX = 2
42046 pkg syscall (netbsd-arm-cgo), const LOCK_NB = 4
42047 pkg syscall (netbsd-arm-cgo), const LOCK_SH = 1
42048 pkg syscall (netbsd-arm-cgo), const LOCK_UN = 8
42049 pkg syscall (netbsd-arm-cgo), const MSG_BCAST = 256
42050 pkg syscall (netbsd-arm-cgo), const MSG_CMSG_CLOEXEC = 2048
42051 pkg syscall (netbsd-arm-cgo), const MSG_CONTROLMBUF = 33554432
42052 pkg syscall (netbsd-arm-cgo), const MSG_CTRUNC = 32
42053 pkg syscall (netbsd-arm-cgo), const MSG_DONTROUTE = 4
42054 pkg syscall (netbsd-arm-cgo), const MSG_DONTWAIT = 128
42055 pkg syscall (netbsd-arm-cgo), const MSG_EOR = 8
42056 pkg syscall (netbsd-arm-cgo), const MSG_IOVUSRSPACE = 67108864
42057 pkg syscall (netbsd-arm-cgo), const MSG_LENUSRSPACE = 134217728
42058 pkg syscall (netbsd-arm-cgo), const MSG_MCAST = 512
42059 pkg syscall (netbsd-arm-cgo), const MSG_NAMEMBUF = 16777216
42060 pkg syscall (netbsd-arm-cgo), const MSG_NBIO = 4096
42061 pkg syscall (netbsd-arm-cgo), const MSG_NOSIGNAL = 1024
42062 pkg syscall (netbsd-arm-cgo), const MSG_OOB = 1
42063 pkg syscall (netbsd-arm-cgo), const MSG_PEEK = 2
42064 pkg syscall (netbsd-arm-cgo), const MSG_TRUNC = 16
42065 pkg syscall (netbsd-arm-cgo), const MSG_USERFLAGS = 16777215
42066 pkg syscall (netbsd-arm-cgo), const MSG_WAITALL = 64
42067 pkg syscall (netbsd-arm-cgo), const NAME_MAX = 511
42068 pkg syscall (netbsd-arm-cgo), const NET_RT_DUMP = 1
42069 pkg syscall (netbsd-arm-cgo), const NET_RT_FLAGS = 2
42070 pkg syscall (netbsd-arm-cgo), const NET_RT_IFLIST = 5
42071 pkg syscall (netbsd-arm-cgo), const NET_RT_MAXID = 6
42072 pkg syscall (netbsd-arm-cgo), const NET_RT_OIFLIST = 4
42073 pkg syscall (netbsd-arm-cgo), const NET_RT_OOIFLIST = 3
42074 pkg syscall (netbsd-arm-cgo), const NOFLSH = 2147483648
42075 pkg syscall (netbsd-arm-cgo), const NOTE_ATTRIB = 8
42076 pkg syscall (netbsd-arm-cgo), const NOTE_CHILD = 4
42077 pkg syscall (netbsd-arm-cgo), const NOTE_DELETE = 1
42078 pkg syscall (netbsd-arm-cgo), const NOTE_EXEC = 536870912
42079 pkg syscall (netbsd-arm-cgo), const NOTE_EXIT = 2147483648
42080 pkg syscall (netbsd-arm-cgo), const NOTE_EXTEND = 4
42081 pkg syscall (netbsd-arm-cgo), const NOTE_FORK = 1073741824
42082 pkg syscall (netbsd-arm-cgo), const NOTE_LINK = 16
42083 pkg syscall (netbsd-arm-cgo), const NOTE_LOWAT = 1
42084 pkg syscall (netbsd-arm-cgo), const NOTE_PCTRLMASK = 4026531840
42085 pkg syscall (netbsd-arm-cgo), const NOTE_PDATAMASK = 1048575
42086 pkg syscall (netbsd-arm-cgo), const NOTE_RENAME = 32
42087 pkg syscall (netbsd-arm-cgo), const NOTE_REVOKE = 64
42088 pkg syscall (netbsd-arm-cgo), const NOTE_TRACK = 1
42089 pkg syscall (netbsd-arm-cgo), const NOTE_TRACKERR = 2
42090 pkg syscall (netbsd-arm-cgo), const NOTE_WRITE = 2
42091 pkg syscall (netbsd-arm-cgo), const OCRNL = 16
42092 pkg syscall (netbsd-arm-cgo), const OFIOGETBMAP = 3221513850
42093 pkg syscall (netbsd-arm-cgo), const ONLCR = 2
42094 pkg syscall (netbsd-arm-cgo), const ONLRET = 64
42095 pkg syscall (netbsd-arm-cgo), const ONOCR = 32
42096 pkg syscall (netbsd-arm-cgo), const ONOEOT = 8
42097 pkg syscall (netbsd-arm-cgo), const OPOST = 1
42098 pkg syscall (netbsd-arm-cgo), const O_ACCMODE = 3
42099 pkg syscall (netbsd-arm-cgo), const O_ALT_IO = 262144
42100 pkg syscall (netbsd-arm-cgo), const O_APPEND = 8
42101 pkg syscall (netbsd-arm-cgo), const O_ASYNC = 64
42102 pkg syscall (netbsd-arm-cgo), const O_CLOEXEC = 4194304
42103 pkg syscall (netbsd-arm-cgo), const O_CREAT = 512
42104 pkg syscall (netbsd-arm-cgo), const O_DIRECT = 524288
42105 pkg syscall (netbsd-arm-cgo), const O_DIRECTORY = 2097152
42106 pkg syscall (netbsd-arm-cgo), const O_DSYNC = 65536
42107 pkg syscall (netbsd-arm-cgo), const O_EXCL = 2048
42108 pkg syscall (netbsd-arm-cgo), const O_EXLOCK = 32
42109 pkg syscall (netbsd-arm-cgo), const O_FSYNC = 128
42110 pkg syscall (netbsd-arm-cgo), const O_NDELAY = 4
42111 pkg syscall (netbsd-arm-cgo), const O_NOCTTY = 32768
42112 pkg syscall (netbsd-arm-cgo), const O_NOFOLLOW = 256
42113 pkg syscall (netbsd-arm-cgo), const O_NONBLOCK = 4
42114 pkg syscall (netbsd-arm-cgo), const O_NOSIGPIPE = 16777216
42115 pkg syscall (netbsd-arm-cgo), const O_RSYNC = 131072
42116 pkg syscall (netbsd-arm-cgo), const O_SHLOCK = 16
42117 pkg syscall (netbsd-arm-cgo), const O_SYNC = 128
42118 pkg syscall (netbsd-arm-cgo), const O_TRUNC = 1024
42119 pkg syscall (netbsd-arm-cgo), const PARENB = 4096
42120 pkg syscall (netbsd-arm-cgo), const PARMRK = 8
42121 pkg syscall (netbsd-arm-cgo), const PARODD = 8192
42122 pkg syscall (netbsd-arm-cgo), const PENDIN = 536870912
42123 pkg syscall (netbsd-arm-cgo), const PRI_IOFLUSH = 124
42124 pkg syscall (netbsd-arm-cgo), const PTRACE_CONT = 7
42125 pkg syscall (netbsd-arm-cgo), const PTRACE_KILL = 8
42126 pkg syscall (netbsd-arm-cgo), const PTRACE_TRACEME = 0
42127 pkg syscall (netbsd-arm-cgo), const RLIMIT_AS = 10
42128 pkg syscall (netbsd-arm-cgo), const RLIMIT_CORE = 4
42129 pkg syscall (netbsd-arm-cgo), const RLIMIT_CPU = 0
42130 pkg syscall (netbsd-arm-cgo), const RLIMIT_DATA = 2
42131 pkg syscall (netbsd-arm-cgo), const RLIMIT_FSIZE = 1
42132 pkg syscall (netbsd-arm-cgo), const RLIMIT_NOFILE = 8
42133 pkg syscall (netbsd-arm-cgo), const RLIMIT_STACK = 3
42134 pkg syscall (netbsd-arm-cgo), const RLIM_INFINITY = 9223372036854775807
42135 pkg syscall (netbsd-arm-cgo), const RTAX_AUTHOR = 6
42136 pkg syscall (netbsd-arm-cgo), const RTAX_BRD = 7
42137 pkg syscall (netbsd-arm-cgo), const RTAX_DST = 0
42138 pkg syscall (netbsd-arm-cgo), const RTAX_GATEWAY = 1
42139 pkg syscall (netbsd-arm-cgo), const RTAX_GENMASK = 3
42140 pkg syscall (netbsd-arm-cgo), const RTAX_IFA = 5
42141 pkg syscall (netbsd-arm-cgo), const RTAX_IFP = 4
42142 pkg syscall (netbsd-arm-cgo), const RTAX_MAX = 9
42143 pkg syscall (netbsd-arm-cgo), const RTAX_NETMASK = 2
42144 pkg syscall (netbsd-arm-cgo), const RTAX_TAG = 8
42145 pkg syscall (netbsd-arm-cgo), const RTA_AUTHOR = 64
42146 pkg syscall (netbsd-arm-cgo), const RTA_BRD = 128
42147 pkg syscall (netbsd-arm-cgo), const RTA_DST = 1
42148 pkg syscall (netbsd-arm-cgo), const RTA_GATEWAY = 2
42149 pkg syscall (netbsd-arm-cgo), const RTA_GENMASK = 8
42150 pkg syscall (netbsd-arm-cgo), const RTA_IFA = 32
42151 pkg syscall (netbsd-arm-cgo), const RTA_IFP = 16
42152 pkg syscall (netbsd-arm-cgo), const RTA_NETMASK = 4
42153 pkg syscall (netbsd-arm-cgo), const RTA_TAG = 256
42154 pkg syscall (netbsd-arm-cgo), const RTF_ANNOUNCE = 131072
42155 pkg syscall (netbsd-arm-cgo), const RTF_BLACKHOLE = 4096
42156 pkg syscall (netbsd-arm-cgo), const RTF_CLONED = 8192
42157 pkg syscall (netbsd-arm-cgo), const RTF_CLONING = 256
42158 pkg syscall (netbsd-arm-cgo), const RTF_DONE = 64
42159 pkg syscall (netbsd-arm-cgo), const RTF_DYNAMIC = 16
42160 pkg syscall (netbsd-arm-cgo), const RTF_GATEWAY = 2
42161 pkg syscall (netbsd-arm-cgo), const RTF_HOST = 4
42162 pkg syscall (netbsd-arm-cgo), const RTF_LLINFO = 1024
42163 pkg syscall (netbsd-arm-cgo), const RTF_MASK = 128
42164 pkg syscall (netbsd-arm-cgo), const RTF_MODIFIED = 32
42165 pkg syscall (netbsd-arm-cgo), const RTF_PROTO1 = 32768
42166 pkg syscall (netbsd-arm-cgo), const RTF_PROTO2 = 16384
42167 pkg syscall (netbsd-arm-cgo), const RTF_REJECT = 8
42168 pkg syscall (netbsd-arm-cgo), const RTF_SRC = 65536
42169 pkg syscall (netbsd-arm-cgo), const RTF_STATIC = 2048
42170 pkg syscall (netbsd-arm-cgo), const RTF_UP = 1
42171 pkg syscall (netbsd-arm-cgo), const RTF_XRESOLVE = 512
42172 pkg syscall (netbsd-arm-cgo), const RTM_ADD = 1
42173 pkg syscall (netbsd-arm-cgo), const RTM_CHANGE = 3
42174 pkg syscall (netbsd-arm-cgo), const RTM_CHGADDR = 21
42175 pkg syscall (netbsd-arm-cgo), const RTM_DELADDR = 13
42176 pkg syscall (netbsd-arm-cgo), const RTM_DELETE = 2
42177 pkg syscall (netbsd-arm-cgo), const RTM_GET = 4
42178 pkg syscall (netbsd-arm-cgo), const RTM_IEEE80211 = 17
42179 pkg syscall (netbsd-arm-cgo), const RTM_IFANNOUNCE = 16
42180 pkg syscall (netbsd-arm-cgo), const RTM_IFINFO = 20
42181 pkg syscall (netbsd-arm-cgo), const RTM_LLINFO_UPD = 19
42182 pkg syscall (netbsd-arm-cgo), const RTM_LOCK = 8
42183 pkg syscall (netbsd-arm-cgo), const RTM_LOSING = 5
42184 pkg syscall (netbsd-arm-cgo), const RTM_MISS = 7
42185 pkg syscall (netbsd-arm-cgo), const RTM_NEWADDR = 12
42186 pkg syscall (netbsd-arm-cgo), const RTM_OIFINFO = 15
42187 pkg syscall (netbsd-arm-cgo), const RTM_OLDADD = 9
42188 pkg syscall (netbsd-arm-cgo), const RTM_OLDDEL = 10
42189 pkg syscall (netbsd-arm-cgo), const RTM_OOIFINFO = 14
42190 pkg syscall (netbsd-arm-cgo), const RTM_REDIRECT = 6
42191 pkg syscall (netbsd-arm-cgo), const RTM_RESOLVE = 11
42192 pkg syscall (netbsd-arm-cgo), const RTM_RTTUNIT = 1000000
42193 pkg syscall (netbsd-arm-cgo), const RTM_SETGATE = 18
42194 pkg syscall (netbsd-arm-cgo), const RTM_VERSION = 4
42195 pkg syscall (netbsd-arm-cgo), const RTV_EXPIRE = 4
42196 pkg syscall (netbsd-arm-cgo), const RTV_HOPCOUNT = 2
42197 pkg syscall (netbsd-arm-cgo), const RTV_MTU = 1
42198 pkg syscall (netbsd-arm-cgo), const RTV_RPIPE = 8
42199 pkg syscall (netbsd-arm-cgo), const RTV_RTT = 64
42200 pkg syscall (netbsd-arm-cgo), const RTV_RTTVAR = 128
42201 pkg syscall (netbsd-arm-cgo), const RTV_SPIPE = 16
42202 pkg syscall (netbsd-arm-cgo), const RTV_SSTHRESH = 32
42203 pkg syscall (netbsd-arm-cgo), const RUSAGE_CHILDREN = -1
42204 pkg syscall (netbsd-arm-cgo), const RUSAGE_SELF = 0
42205 pkg syscall (netbsd-arm-cgo), const SCM_CREDS = 4
42206 pkg syscall (netbsd-arm-cgo), const SCM_RIGHTS = 1
42207 pkg syscall (netbsd-arm-cgo), const SCM_TIMESTAMP = 8
42208 pkg syscall (netbsd-arm-cgo), const SIGBUS = 10
42209 pkg syscall (netbsd-arm-cgo), const SIGCHLD = 20
42210 pkg syscall (netbsd-arm-cgo), const SIGCONT = 19
42211 pkg syscall (netbsd-arm-cgo), const SIGEMT = 7
42212 pkg syscall (netbsd-arm-cgo), const SIGINFO = 29
42213 pkg syscall (netbsd-arm-cgo), const SIGIO = 23
42214 pkg syscall (netbsd-arm-cgo), const SIGIOT = 6
42215 pkg syscall (netbsd-arm-cgo), const SIGPROF = 27
42216 pkg syscall (netbsd-arm-cgo), const SIGPWR = 32
42217 pkg syscall (netbsd-arm-cgo), const SIGSTOP = 17
42218 pkg syscall (netbsd-arm-cgo), const SIGSYS = 12
42219 pkg syscall (netbsd-arm-cgo), const SIGTSTP = 18
42220 pkg syscall (netbsd-arm-cgo), const SIGTTIN = 21
42221 pkg syscall (netbsd-arm-cgo), const SIGTTOU = 22
42222 pkg syscall (netbsd-arm-cgo), const SIGURG = 16
42223 pkg syscall (netbsd-arm-cgo), const SIGUSR1 = 30
42224 pkg syscall (netbsd-arm-cgo), const SIGUSR2 = 31
42225 pkg syscall (netbsd-arm-cgo), const SIGVTALRM = 26
42226 pkg syscall (netbsd-arm-cgo), const SIGWINCH = 28
42227 pkg syscall (netbsd-arm-cgo), const SIGXCPU = 24
42228 pkg syscall (netbsd-arm-cgo), const SIGXFSZ = 25
42229 pkg syscall (netbsd-arm-cgo), const SIOCADDMULTI = 2156947761
42230 pkg syscall (netbsd-arm-cgo), const SIOCADDRT = 2150658570
42231 pkg syscall (netbsd-arm-cgo), const SIOCAIFADDR = 2151704858
42232 pkg syscall (netbsd-arm-cgo), const SIOCALIFADDR = 2165860636
42233 pkg syscall (netbsd-arm-cgo), const SIOCATMARK = 1074033415
42234 pkg syscall (netbsd-arm-cgo), const SIOCDELMULTI = 2156947762
42235 pkg syscall (netbsd-arm-cgo), const SIOCDELRT = 2150658571
42236 pkg syscall (netbsd-arm-cgo), const SIOCDIFADDR = 2156947737
42237 pkg syscall (netbsd-arm-cgo), const SIOCDIFPHYADDR = 2156947785
42238 pkg syscall (netbsd-arm-cgo), const SIOCDLIFADDR = 2165860638
42239 pkg syscall (netbsd-arm-cgo), const SIOCGDRVSPEC = 3223087483
42240 pkg syscall (netbsd-arm-cgo), const SIOCGETPFSYNC = 3230689784
42241 pkg syscall (netbsd-arm-cgo), const SIOCGETSGCNT = 3222566196
42242 pkg syscall (netbsd-arm-cgo), const SIOCGETVIFCNT = 3222566195
42243 pkg syscall (netbsd-arm-cgo), const SIOCGHIWAT = 1074033409
42244 pkg syscall (netbsd-arm-cgo), const SIOCGIFADDR = 3230689569
42245 pkg syscall (netbsd-arm-cgo), const SIOCGIFADDRPREF = 3230951712
42246 pkg syscall (netbsd-arm-cgo), const SIOCGIFALIAS = 3225446683
42247 pkg syscall (netbsd-arm-cgo), const SIOCGIFBRDADDR = 3230689571
42248 pkg syscall (netbsd-arm-cgo), const SIOCGIFCAP = 3223349622
42249 pkg syscall (netbsd-arm-cgo), const SIOCGIFCONF = 3221776678
42250 pkg syscall (netbsd-arm-cgo), const SIOCGIFDATA = 3230951813
42251 pkg syscall (netbsd-arm-cgo), const SIOCGIFDLT = 3230689655
42252 pkg syscall (netbsd-arm-cgo), const SIOCGIFDSTADDR = 3230689570
42253 pkg syscall (netbsd-arm-cgo), const SIOCGIFFLAGS = 3230689553
42254 pkg syscall (netbsd-arm-cgo), const SIOCGIFGENERIC = 3230689594
42255 pkg syscall (netbsd-arm-cgo), const SIOCGIFMEDIA = 3223873846
42256 pkg syscall (netbsd-arm-cgo), const SIOCGIFMETRIC = 3230689559
42257 pkg syscall (netbsd-arm-cgo), const SIOCGIFMTU = 3230689662
42258 pkg syscall (netbsd-arm-cgo), const SIOCGIFNETMASK = 3230689573
42259 pkg syscall (netbsd-arm-cgo), const SIOCGIFPDSTADDR = 3230689608
42260 pkg syscall (netbsd-arm-cgo), const SIOCGIFPSRCADDR = 3230689607
42261 pkg syscall (netbsd-arm-cgo), const SIOCGLIFADDR = 3239602461
42262 pkg syscall (netbsd-arm-cgo), const SIOCGLIFPHYADDR = 3239602507
42263 pkg syscall (netbsd-arm-cgo), const SIOCGLINKSTR = 3223087495
42264 pkg syscall (netbsd-arm-cgo), const SIOCGLOWAT = 1074033411
42265 pkg syscall (netbsd-arm-cgo), const SIOCGPGRP = 1074033417
42266 pkg syscall (netbsd-arm-cgo), const SIOCGVH = 3230689667
42267 pkg syscall (netbsd-arm-cgo), const SIOCIFCREATE = 2156947834
42268 pkg syscall (netbsd-arm-cgo), const SIOCIFDESTROY = 2156947833
42269 pkg syscall (netbsd-arm-cgo), const SIOCIFGCLONERS = 3222038904
42270 pkg syscall (netbsd-arm-cgo), const SIOCINITIFADDR = 3225708932
42271 pkg syscall (netbsd-arm-cgo), const SIOCSDRVSPEC = 2149345659
42272 pkg syscall (netbsd-arm-cgo), const SIOCSETPFSYNC = 2156947959
42273 pkg syscall (netbsd-arm-cgo), const SIOCSHIWAT = 2147775232
42274 pkg syscall (netbsd-arm-cgo), const SIOCSIFADDR = 2156947724
42275 pkg syscall (netbsd-arm-cgo), const SIOCSIFADDRPREF = 2157209887
42276 pkg syscall (netbsd-arm-cgo), const SIOCSIFBRDADDR = 2156947731
42277 pkg syscall (netbsd-arm-cgo), const SIOCSIFCAP = 2149607797
42278 pkg syscall (netbsd-arm-cgo), const SIOCSIFDSTADDR = 2156947726
42279 pkg syscall (netbsd-arm-cgo), const SIOCSIFFLAGS = 2156947728
42280 pkg syscall (netbsd-arm-cgo), const SIOCSIFGENERIC = 2156947769
42281 pkg syscall (netbsd-arm-cgo), const SIOCSIFMEDIA = 3230689589
42282 pkg syscall (netbsd-arm-cgo), const SIOCSIFMETRIC = 2156947736
42283 pkg syscall (netbsd-arm-cgo), const SIOCSIFMTU = 2156947839
42284 pkg syscall (netbsd-arm-cgo), const SIOCSIFNETMASK = 2156947734
42285 pkg syscall (netbsd-arm-cgo), const SIOCSIFPHYADDR = 2151704902
42286 pkg syscall (netbsd-arm-cgo), const SIOCSLIFPHYADDR = 2165860682
42287 pkg syscall (netbsd-arm-cgo), const SIOCSLINKSTR = 2149345672
42288 pkg syscall (netbsd-arm-cgo), const SIOCSLOWAT = 2147775234
42289 pkg syscall (netbsd-arm-cgo), const SIOCSPGRP = 2147775240
42290 pkg syscall (netbsd-arm-cgo), const SIOCSVH = 3230689666
42291 pkg syscall (netbsd-arm-cgo), const SIOCZIFDATA = 3230951814
42292 pkg syscall (netbsd-arm-cgo), const SOCK_CLOEXEC = 268435456
42293 pkg syscall (netbsd-arm-cgo), const SOCK_FLAGS_MASK = 4026531840
42294 pkg syscall (netbsd-arm-cgo), const SOCK_NONBLOCK = 536870912
42295 pkg syscall (netbsd-arm-cgo), const SOCK_NOSIGPIPE = 1073741824
42296 pkg syscall (netbsd-arm-cgo), const SOCK_RDM = 4
42297 pkg syscall (netbsd-arm-cgo), const SOL_SOCKET = 65535
42298 pkg syscall (netbsd-arm-cgo), const SOMAXCONN = 128
42299 pkg syscall (netbsd-arm-cgo), const SO_ACCEPTCONN = 2
42300 pkg syscall (netbsd-arm-cgo), const SO_ACCEPTFILTER = 4096
42301 pkg syscall (netbsd-arm-cgo), const SO_BROADCAST = 32
42302 pkg syscall (netbsd-arm-cgo), const SO_DEBUG = 1
42303 pkg syscall (netbsd-arm-cgo), const SO_DONTROUTE = 16
42304 pkg syscall (netbsd-arm-cgo), const SO_ERROR = 4103
42305 pkg syscall (netbsd-arm-cgo), const SO_KEEPALIVE = 8
42306 pkg syscall (netbsd-arm-cgo), const SO_LINGER = 128
42307 pkg syscall (netbsd-arm-cgo), const SO_NOHEADER = 4106
42308 pkg syscall (netbsd-arm-cgo), const SO_NOSIGPIPE = 2048
42309 pkg syscall (netbsd-arm-cgo), const SO_OOBINLINE = 256
42310 pkg syscall (netbsd-arm-cgo), const SO_OVERFLOWED = 4105
42311 pkg syscall (netbsd-arm-cgo), const SO_RCVBUF = 4098
42312 pkg syscall (netbsd-arm-cgo), const SO_RCVLOWAT = 4100
42313 pkg syscall (netbsd-arm-cgo), const SO_RCVTIMEO = 4108
42314 pkg syscall (netbsd-arm-cgo), const SO_REUSEADDR = 4
42315 pkg syscall (netbsd-arm-cgo), const SO_REUSEPORT = 512
42316 pkg syscall (netbsd-arm-cgo), const SO_SNDBUF = 4097
42317 pkg syscall (netbsd-arm-cgo), const SO_SNDLOWAT = 4099
42318 pkg syscall (netbsd-arm-cgo), const SO_SNDTIMEO = 4107
42319 pkg syscall (netbsd-arm-cgo), const SO_TIMESTAMP = 8192
42320 pkg syscall (netbsd-arm-cgo), const SO_TYPE = 4104
42321 pkg syscall (netbsd-arm-cgo), const SO_USELOOPBACK = 64
42322 pkg syscall (netbsd-arm-cgo), const SYSCTL_VERSION = 16777216
42323 pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_0 = 0
42324 pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_1 = 16777216
42325 pkg syscall (netbsd-arm-cgo), const SYSCTL_VERS_MASK = 4278190080
42326 pkg syscall (netbsd-arm-cgo), const SYS_ACCEPT = 30
42327 pkg syscall (netbsd-arm-cgo), const SYS_ACCESS = 33
42328 pkg syscall (netbsd-arm-cgo), const SYS_ACCT = 51
42329 pkg syscall (netbsd-arm-cgo), const SYS_ADJTIME = 421
42330 pkg syscall (netbsd-arm-cgo), const SYS_BIND = 104
42331 pkg syscall (netbsd-arm-cgo), const SYS_BREAK = 17
42332 pkg syscall (netbsd-arm-cgo), const SYS_CHDIR = 12
42333 pkg syscall (netbsd-arm-cgo), const SYS_CHFLAGS = 34
42334 pkg syscall (netbsd-arm-cgo), const SYS_CHMOD = 15
42335 pkg syscall (netbsd-arm-cgo), const SYS_CHOWN = 16
42336 pkg syscall (netbsd-arm-cgo), const SYS_CHROOT = 61
42337 pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETRES = 429
42338 pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_GETTIME = 427
42339 pkg syscall (netbsd-arm-cgo), const SYS_CLOCK_SETTIME = 428
42340 pkg syscall (netbsd-arm-cgo), const SYS_CLOSE = 6
42341 pkg syscall (netbsd-arm-cgo), const SYS_CONNECT = 98
42342 pkg syscall (netbsd-arm-cgo), const SYS_DUP = 41
42343 pkg syscall (netbsd-arm-cgo), const SYS_DUP2 = 90
42344 pkg syscall (netbsd-arm-cgo), const SYS_DUP3 = 454
42345 pkg syscall (netbsd-arm-cgo), const SYS_EXECVE = 59
42346 pkg syscall (netbsd-arm-cgo), const SYS_EXIT = 1
42347 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTRCTL = 360
42348 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FD = 366
42349 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_FILE = 363
42350 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_DELETE_LINK = 369
42351 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FD = 365
42352 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_FILE = 362
42353 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_GET_LINK = 368
42354 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FD = 370
42355 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_FILE = 371
42356 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_LIST_LINK = 372
42357 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FD = 364
42358 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_FILE = 361
42359 pkg syscall (netbsd-arm-cgo), const SYS_EXTATTR_SET_LINK = 367
42360 pkg syscall (netbsd-arm-cgo), const SYS_FACCESSAT = 462
42361 pkg syscall (netbsd-arm-cgo), const SYS_FCHDIR = 13
42362 pkg syscall (netbsd-arm-cgo), const SYS_FCHFLAGS = 35
42363 pkg syscall (netbsd-arm-cgo), const SYS_FCHMOD = 124
42364 pkg syscall (netbsd-arm-cgo), const SYS_FCHMODAT = 463
42365 pkg syscall (netbsd-arm-cgo), const SYS_FCHOWN = 123
42366 pkg syscall (netbsd-arm-cgo), const SYS_FCHOWNAT = 464
42367 pkg syscall (netbsd-arm-cgo), const SYS_FCHROOT = 297
42368 pkg syscall (netbsd-arm-cgo), const SYS_FCNTL = 92
42369 pkg syscall (netbsd-arm-cgo), const SYS_FDATASYNC = 241
42370 pkg syscall (netbsd-arm-cgo), const SYS_FEXECVE = 465
42371 pkg syscall (netbsd-arm-cgo), const SYS_FGETXATTR = 380
42372 pkg syscall (netbsd-arm-cgo), const SYS_FHSTAT = 451
42373 pkg syscall (netbsd-arm-cgo), const SYS_FKTRACE = 288
42374 pkg syscall (netbsd-arm-cgo), const SYS_FLISTXATTR = 383
42375 pkg syscall (netbsd-arm-cgo), const SYS_FLOCK = 131
42376 pkg syscall (netbsd-arm-cgo), const SYS_FORK = 2
42377 pkg syscall (netbsd-arm-cgo), const SYS_FPATHCONF = 192
42378 pkg syscall (netbsd-arm-cgo), const SYS_FREMOVEXATTR = 386
42379 pkg syscall (netbsd-arm-cgo), const SYS_FSETXATTR = 377
42380 pkg syscall (netbsd-arm-cgo), const SYS_FSTAT = 440
42381 pkg syscall (netbsd-arm-cgo), const SYS_FSTATAT = 466
42382 pkg syscall (netbsd-arm-cgo), const SYS_FSTATVFS1 = 358
42383 pkg syscall (netbsd-arm-cgo), const SYS_FSYNC = 95
42384 pkg syscall (netbsd-arm-cgo), const SYS_FSYNC_RANGE = 354
42385 pkg syscall (netbsd-arm-cgo), const SYS_FTRUNCATE = 201
42386 pkg syscall (netbsd-arm-cgo), const SYS_FUTIMENS = 472
42387 pkg syscall (netbsd-arm-cgo), const SYS_FUTIMES = 423
42388 pkg syscall (netbsd-arm-cgo), const SYS_GETCONTEXT = 307
42389 pkg syscall (netbsd-arm-cgo), const SYS_GETDENTS = 390
42390 pkg syscall (netbsd-arm-cgo), const SYS_GETEGID = 43
42391 pkg syscall (netbsd-arm-cgo), const SYS_GETEUID = 25
42392 pkg syscall (netbsd-arm-cgo), const SYS_GETFH = 395
42393 pkg syscall (netbsd-arm-cgo), const SYS_GETGID = 47
42394 pkg syscall (netbsd-arm-cgo), const SYS_GETGROUPS = 79
42395 pkg syscall (netbsd-arm-cgo), const SYS_GETITIMER = 426
42396 pkg syscall (netbsd-arm-cgo), const SYS_GETPEERNAME = 31
42397 pkg syscall (netbsd-arm-cgo), const SYS_GETPGID = 207
42398 pkg syscall (netbsd-arm-cgo), const SYS_GETPGRP = 81
42399 pkg syscall (netbsd-arm-cgo), const SYS_GETPID = 20
42400 pkg syscall (netbsd-arm-cgo), const SYS_GETPPID = 39
42401 pkg syscall (netbsd-arm-cgo), const SYS_GETPRIORITY = 100
42402 pkg syscall (netbsd-arm-cgo), const SYS_GETRLIMIT = 194
42403 pkg syscall (netbsd-arm-cgo), const SYS_GETRUSAGE = 445
42404 pkg syscall (netbsd-arm-cgo), const SYS_GETSID = 286
42405 pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKNAME = 32
42406 pkg syscall (netbsd-arm-cgo), const SYS_GETSOCKOPT = 118
42407 pkg syscall (netbsd-arm-cgo), const SYS_GETTIMEOFDAY = 418
42408 pkg syscall (netbsd-arm-cgo), const SYS_GETUID = 24
42409 pkg syscall (netbsd-arm-cgo), const SYS_GETVFSSTAT = 356
42410 pkg syscall (netbsd-arm-cgo), const SYS_GETXATTR = 378
42411 pkg syscall (netbsd-arm-cgo), const SYS_IOCTL = 54
42412 pkg syscall (netbsd-arm-cgo), const SYS_ISSETUGID = 305
42413 pkg syscall (netbsd-arm-cgo), const SYS_KEVENT = 435
42414 pkg syscall (netbsd-arm-cgo), const SYS_KILL = 37
42415 pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE = 344
42416 pkg syscall (netbsd-arm-cgo), const SYS_KQUEUE1 = 455
42417 pkg syscall (netbsd-arm-cgo), const SYS_KTRACE = 45
42418 pkg syscall (netbsd-arm-cgo), const SYS_LCHFLAGS = 304
42419 pkg syscall (netbsd-arm-cgo), const SYS_LCHMOD = 274
42420 pkg syscall (netbsd-arm-cgo), const SYS_LCHOWN = 275
42421 pkg syscall (netbsd-arm-cgo), const SYS_LGETXATTR = 379
42422 pkg syscall (netbsd-arm-cgo), const SYS_LINK = 9
42423 pkg syscall (netbsd-arm-cgo), const SYS_LINKAT = 457
42424 pkg syscall (netbsd-arm-cgo), const SYS_LISTEN = 106
42425 pkg syscall (netbsd-arm-cgo), const SYS_LISTXATTR = 381
42426 pkg syscall (netbsd-arm-cgo), const SYS_LLISTXATTR = 382
42427 pkg syscall (netbsd-arm-cgo), const SYS_LREMOVEXATTR = 385
42428 pkg syscall (netbsd-arm-cgo), const SYS_LSEEK = 199
42429 pkg syscall (netbsd-arm-cgo), const SYS_LSETXATTR = 376
42430 pkg syscall (netbsd-arm-cgo), const SYS_LSTAT = 441
42431 pkg syscall (netbsd-arm-cgo), const SYS_LUTIMES = 424
42432 pkg syscall (netbsd-arm-cgo), const SYS_MADVISE = 75
42433 pkg syscall (netbsd-arm-cgo), const SYS_MINCORE = 78
42434 pkg syscall (netbsd-arm-cgo), const SYS_MINHERIT = 273
42435 pkg syscall (netbsd-arm-cgo), const SYS_MKDIR = 136
42436 pkg syscall (netbsd-arm-cgo), const SYS_MKDIRAT = 461
42437 pkg syscall (netbsd-arm-cgo), const SYS_MKFIFO = 132
42438 pkg syscall (netbsd-arm-cgo), const SYS_MKFIFOAT = 459
42439 pkg syscall (netbsd-arm-cgo), const SYS_MKNOD = 450
42440 pkg syscall (netbsd-arm-cgo), const SYS_MKNODAT = 460
42441 pkg syscall (netbsd-arm-cgo), const SYS_MLOCK = 203
42442 pkg syscall (netbsd-arm-cgo), const SYS_MLOCKALL = 242
42443 pkg syscall (netbsd-arm-cgo), const SYS_MMAP = 197
42444 pkg syscall (netbsd-arm-cgo), const SYS_MODCTL = 246
42445 pkg syscall (netbsd-arm-cgo), const SYS_MOUNT = 410
42446 pkg syscall (netbsd-arm-cgo), const SYS_MPROTECT = 74
42447 pkg syscall (netbsd-arm-cgo), const SYS_MREMAP = 411
42448 pkg syscall (netbsd-arm-cgo), const SYS_MSGCTL = 444
42449 pkg syscall (netbsd-arm-cgo), const SYS_MSGGET = 225
42450 pkg syscall (netbsd-arm-cgo), const SYS_MSGRCV = 227
42451 pkg syscall (netbsd-arm-cgo), const SYS_MSGSND = 226
42452 pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCK = 204
42453 pkg syscall (netbsd-arm-cgo), const SYS_MUNLOCKALL = 243
42454 pkg syscall (netbsd-arm-cgo), const SYS_MUNMAP = 73
42455 pkg syscall (netbsd-arm-cgo), const SYS_NANOSLEEP = 430
42456 pkg syscall (netbsd-arm-cgo), const SYS_NTP_ADJTIME = 176
42457 pkg syscall (netbsd-arm-cgo), const SYS_NTP_GETTIME = 448
42458 pkg syscall (netbsd-arm-cgo), const SYS_OPEN = 5
42459 pkg syscall (netbsd-arm-cgo), const SYS_OPENAT = 468
42460 pkg syscall (netbsd-arm-cgo), const SYS_PACCEPT = 456
42461 pkg syscall (netbsd-arm-cgo), const SYS_PATHCONF = 191
42462 pkg syscall (netbsd-arm-cgo), const SYS_PIPE = 42
42463 pkg syscall (netbsd-arm-cgo), const SYS_PIPE2 = 453
42464 pkg syscall (netbsd-arm-cgo), const SYS_PMC_CONTROL = 342
42465 pkg syscall (netbsd-arm-cgo), const SYS_PMC_GET_INFO = 341
42466 pkg syscall (netbsd-arm-cgo), const SYS_POLL = 209
42467 pkg syscall (netbsd-arm-cgo), const SYS_POLLTS = 437
42468 pkg syscall (netbsd-arm-cgo), const SYS_POSIX_FADVISE = 416
42469 pkg syscall (netbsd-arm-cgo), const SYS_POSIX_SPAWN = 474
42470 pkg syscall (netbsd-arm-cgo), const SYS_PREAD = 173
42471 pkg syscall (netbsd-arm-cgo), const SYS_PREADV = 289
42472 pkg syscall (netbsd-arm-cgo), const SYS_PROFIL = 44
42473 pkg syscall (netbsd-arm-cgo), const SYS_PSELECT = 436
42474 pkg syscall (netbsd-arm-cgo), const SYS_PSET_ASSIGN = 414
42475 pkg syscall (netbsd-arm-cgo), const SYS_PSET_CREATE = 412
42476 pkg syscall (netbsd-arm-cgo), const SYS_PSET_DESTROY = 413
42477 pkg syscall (netbsd-arm-cgo), const SYS_PTRACE = 26
42478 pkg syscall (netbsd-arm-cgo), const SYS_PWRITE = 174
42479 pkg syscall (netbsd-arm-cgo), const SYS_PWRITEV = 290
42480 pkg syscall (netbsd-arm-cgo), const SYS_RASCTL = 343
42481 pkg syscall (netbsd-arm-cgo), const SYS_READ = 3
42482 pkg syscall (netbsd-arm-cgo), const SYS_READLINK = 58
42483 pkg syscall (netbsd-arm-cgo), const SYS_READLINKAT = 469
42484 pkg syscall (netbsd-arm-cgo), const SYS_READV = 120
42485 pkg syscall (netbsd-arm-cgo), const SYS_REBOOT = 208
42486 pkg syscall (netbsd-arm-cgo), const SYS_RECVFROM = 29
42487 pkg syscall (netbsd-arm-cgo), const SYS_RECVMMSG = 475
42488 pkg syscall (netbsd-arm-cgo), const SYS_RECVMSG = 27
42489 pkg syscall (netbsd-arm-cgo), const SYS_REMOVEXATTR = 384
42490 pkg syscall (netbsd-arm-cgo), const SYS_RENAME = 128
42491 pkg syscall (netbsd-arm-cgo), const SYS_RENAMEAT = 458
42492 pkg syscall (netbsd-arm-cgo), const SYS_REVOKE = 56
42493 pkg syscall (netbsd-arm-cgo), const SYS_RMDIR = 137
42494 pkg syscall (netbsd-arm-cgo), const SYS_SBRK = 69
42495 pkg syscall (netbsd-arm-cgo), const SYS_SCHED_YIELD = 350
42496 pkg syscall (netbsd-arm-cgo), const SYS_SELECT = 417
42497 pkg syscall (netbsd-arm-cgo), const SYS_SEMCONFIG = 223
42498 pkg syscall (netbsd-arm-cgo), const SYS_SEMGET = 221
42499 pkg syscall (netbsd-arm-cgo), const SYS_SEMOP = 222
42500 pkg syscall (netbsd-arm-cgo), const SYS_SENDMMSG = 476
42501 pkg syscall (netbsd-arm-cgo), const SYS_SENDMSG = 28
42502 pkg syscall (netbsd-arm-cgo), const SYS_SENDTO = 133
42503 pkg syscall (netbsd-arm-cgo), const SYS_SETCONTEXT = 308
42504 pkg syscall (netbsd-arm-cgo), const SYS_SETEGID = 182
42505 pkg syscall (netbsd-arm-cgo), const SYS_SETEUID = 183
42506 pkg syscall (netbsd-arm-cgo), const SYS_SETGID = 181
42507 pkg syscall (netbsd-arm-cgo), const SYS_SETGROUPS = 80
42508 pkg syscall (netbsd-arm-cgo), const SYS_SETITIMER = 425
42509 pkg syscall (netbsd-arm-cgo), const SYS_SETPGID = 82
42510 pkg syscall (netbsd-arm-cgo), const SYS_SETPRIORITY = 96
42511 pkg syscall (netbsd-arm-cgo), const SYS_SETREGID = 127
42512 pkg syscall (netbsd-arm-cgo), const SYS_SETREUID = 126
42513 pkg syscall (netbsd-arm-cgo), const SYS_SETRLIMIT = 195
42514 pkg syscall (netbsd-arm-cgo), const SYS_SETSID = 147
42515 pkg syscall (netbsd-arm-cgo), const SYS_SETSOCKOPT = 105
42516 pkg syscall (netbsd-arm-cgo), const SYS_SETTIMEOFDAY = 419
42517 pkg syscall (netbsd-arm-cgo), const SYS_SETUID = 23
42518 pkg syscall (netbsd-arm-cgo), const SYS_SETXATTR = 375
42519 pkg syscall (netbsd-arm-cgo), const SYS_SHMAT = 228
42520 pkg syscall (netbsd-arm-cgo), const SYS_SHMCTL = 443
42521 pkg syscall (netbsd-arm-cgo), const SYS_SHMDT = 230
42522 pkg syscall (netbsd-arm-cgo), const SYS_SHMGET = 231
42523 pkg syscall (netbsd-arm-cgo), const SYS_SHUTDOWN = 134
42524 pkg syscall (netbsd-arm-cgo), const SYS_SIGQUEUEINFO = 245
42525 pkg syscall (netbsd-arm-cgo), const SYS_SOCKET = 394
42526 pkg syscall (netbsd-arm-cgo), const SYS_SOCKETPAIR = 135
42527 pkg syscall (netbsd-arm-cgo), const SYS_SSTK = 70
42528 pkg syscall (netbsd-arm-cgo), const SYS_STAT = 439
42529 pkg syscall (netbsd-arm-cgo), const SYS_STATVFS1 = 357
42530 pkg syscall (netbsd-arm-cgo), const SYS_SWAPCTL = 271
42531 pkg syscall (netbsd-arm-cgo), const SYS_SYMLINK = 57
42532 pkg syscall (netbsd-arm-cgo), const SYS_SYMLINKAT = 470
42533 pkg syscall (netbsd-arm-cgo), const SYS_SYNC = 36
42534 pkg syscall (netbsd-arm-cgo), const SYS_SYSARCH = 165
42535 pkg syscall (netbsd-arm-cgo), const SYS_TIMER_CREATE = 235
42536 pkg syscall (netbsd-arm-cgo), const SYS_TIMER_DELETE = 236
42537 pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETOVERRUN = 239
42538 pkg syscall (netbsd-arm-cgo), const SYS_TIMER_GETTIME = 447
42539 pkg syscall (netbsd-arm-cgo), const SYS_TIMER_SETTIME = 446
42540 pkg syscall (netbsd-arm-cgo), const SYS_TRUNCATE = 200
42541 pkg syscall (netbsd-arm-cgo), const SYS_UMASK = 60
42542 pkg syscall (netbsd-arm-cgo), const SYS_UNDELETE = 205
42543 pkg syscall (netbsd-arm-cgo), const SYS_UNLINK = 10
42544 pkg syscall (netbsd-arm-cgo), const SYS_UNLINKAT = 471
42545 pkg syscall (netbsd-arm-cgo), const SYS_UNMOUNT = 22
42546 pkg syscall (netbsd-arm-cgo), const SYS_UTIMENSAT = 467
42547 pkg syscall (netbsd-arm-cgo), const SYS_UTIMES = 420
42548 pkg syscall (netbsd-arm-cgo), const SYS_UTRACE = 306
42549 pkg syscall (netbsd-arm-cgo), const SYS_UUIDGEN = 355
42550 pkg syscall (netbsd-arm-cgo), const SYS_VADVISE = 72
42551 pkg syscall (netbsd-arm-cgo), const SYS_VFORK = 66
42552 pkg syscall (netbsd-arm-cgo), const SYS_WAIT4 = 449
42553 pkg syscall (netbsd-arm-cgo), const SYS_WRITE = 4
42554 pkg syscall (netbsd-arm-cgo), const SYS_WRITEV = 121
42555 pkg syscall (netbsd-arm-cgo), const SYS__LWP_CONTINUE = 314
42556 pkg syscall (netbsd-arm-cgo), const SYS__LWP_CREATE = 309
42557 pkg syscall (netbsd-arm-cgo), const SYS__LWP_CTL = 325
42558 pkg syscall (netbsd-arm-cgo), const SYS__LWP_DETACH = 319
42559 pkg syscall (netbsd-arm-cgo), const SYS__LWP_EXIT = 310
42560 pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETNAME = 324
42561 pkg syscall (netbsd-arm-cgo), const SYS__LWP_GETPRIVATE = 316
42562 pkg syscall (netbsd-arm-cgo), const SYS__LWP_KILL = 318
42563 pkg syscall (netbsd-arm-cgo), const SYS__LWP_PARK = 434
42564 pkg syscall (netbsd-arm-cgo), const SYS__LWP_SELF = 311
42565 pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETNAME = 323
42566 pkg syscall (netbsd-arm-cgo), const SYS__LWP_SETPRIVATE = 317
42567 pkg syscall (netbsd-arm-cgo), const SYS__LWP_SUSPEND = 313
42568 pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK = 321
42569 pkg syscall (netbsd-arm-cgo), const SYS__LWP_UNPARK_ALL = 322
42570 pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAIT = 312
42571 pkg syscall (netbsd-arm-cgo), const SYS__LWP_WAKEUP = 315
42572 pkg syscall (netbsd-arm-cgo), const SYS__PSET_BIND = 415
42573 pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETAFFINITY = 349
42574 pkg syscall (netbsd-arm-cgo), const SYS__SCHED_GETPARAM = 347
42575 pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETAFFINITY = 348
42576 pkg syscall (netbsd-arm-cgo), const SYS__SCHED_SETPARAM = 346
42577 pkg syscall (netbsd-arm-cgo), const SYS___CLONE = 287
42578 pkg syscall (netbsd-arm-cgo), const SYS___GETCWD = 296
42579 pkg syscall (netbsd-arm-cgo), const SYS___GETLOGIN = 49
42580 pkg syscall (netbsd-arm-cgo), const SYS___POSIX_CHOWN = 283
42581 pkg syscall (netbsd-arm-cgo), const SYS___POSIX_FCHOWN = 284
42582 pkg syscall (netbsd-arm-cgo), const SYS___POSIX_LCHOWN = 285
42583 pkg syscall (netbsd-arm-cgo), const SYS___POSIX_RENAME = 270
42584 pkg syscall (netbsd-arm-cgo), const SYS___QUOTACTL = 473
42585 pkg syscall (netbsd-arm-cgo), const SYS___SEMCTL = 442
42586 pkg syscall (netbsd-arm-cgo), const SYS___SETLOGIN = 50
42587 pkg syscall (netbsd-arm-cgo), const SYS___SIGACTION_SIGTRAMP = 340
42588 pkg syscall (netbsd-arm-cgo), const SYS___SIGTIMEDWAIT = 431
42589 pkg syscall (netbsd-arm-cgo), const SYS___SYSCTL = 202
42590 pkg syscall (netbsd-arm-cgo), const S_ARCH1 = 65536
42591 pkg syscall (netbsd-arm-cgo), const S_ARCH2 = 131072
42592 pkg syscall (netbsd-arm-cgo), const S_BLKSIZE = 512
42593 pkg syscall (netbsd-arm-cgo), const S_IEXEC = 64
42594 pkg syscall (netbsd-arm-cgo), const S_IFMT = 61440
42595 pkg syscall (netbsd-arm-cgo), const S_IFWHT = 57344
42596 pkg syscall (netbsd-arm-cgo), const S_IREAD = 256
42597 pkg syscall (netbsd-arm-cgo), const S_IRGRP = 32
42598 pkg syscall (netbsd-arm-cgo), const S_IROTH = 4
42599 pkg syscall (netbsd-arm-cgo), const S_IRWXG = 56
42600 pkg syscall (netbsd-arm-cgo), const S_IRWXO = 7
42601 pkg syscall (netbsd-arm-cgo), const S_IRWXU = 448
42602 pkg syscall (netbsd-arm-cgo), const S_ISTXT = 512
42603 pkg syscall (netbsd-arm-cgo), const S_IWGRP = 16
42604 pkg syscall (netbsd-arm-cgo), const S_IWOTH = 2
42605 pkg syscall (netbsd-arm-cgo), const S_IWRITE = 128
42606 pkg syscall (netbsd-arm-cgo), const S_IXGRP = 8
42607 pkg syscall (netbsd-arm-cgo), const S_IXOTH = 1
42608 pkg syscall (netbsd-arm-cgo), const SizeofBpfHdr = 20
42609 pkg syscall (netbsd-arm-cgo), const SizeofBpfInsn = 8
42610 pkg syscall (netbsd-arm-cgo), const SizeofBpfProgram = 8
42611 pkg syscall (netbsd-arm-cgo), const SizeofBpfStat = 128
42612 pkg syscall (netbsd-arm-cgo), const SizeofBpfVersion = 4
42613 pkg syscall (netbsd-arm-cgo), const SizeofCmsghdr = 12
42614 pkg syscall (netbsd-arm-cgo), const SizeofIPMreq = 8
42615 pkg syscall (netbsd-arm-cgo), const SizeofIPv6Mreq = 20
42616 pkg syscall (netbsd-arm-cgo), const SizeofIfAnnounceMsghdr = 24
42617 pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
42618 pkg syscall (netbsd-arm-cgo), const SizeofIfMsghdr = 152
42619 pkg syscall (netbsd-arm-cgo), const SizeofIfaMsghdr = 24
42620 pkg syscall (netbsd-arm-cgo), const SizeofInet6Pktinfo = 20
42621 pkg syscall (netbsd-arm-cgo), const SizeofLinger = 8
42622 pkg syscall (netbsd-arm-cgo), const SizeofMsghdr = 28
42623 pkg syscall (netbsd-arm-cgo), const SizeofRtMetrics = 80
42624 pkg syscall (netbsd-arm-cgo), const SizeofRtMsghdr = 120
42625 pkg syscall (netbsd-arm-cgo), const SizeofSockaddrAny = 108
42626 pkg syscall (netbsd-arm-cgo), const SizeofSockaddrDatalink = 20
42627 pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet4 = 16
42628 pkg syscall (netbsd-arm-cgo), const SizeofSockaddrInet6 = 28
42629 pkg syscall (netbsd-arm-cgo), const SizeofSockaddrUnix = 106
42630 pkg syscall (netbsd-arm-cgo), const TCIFLUSH = 1
42631 pkg syscall (netbsd-arm-cgo), const TCIOFLUSH = 3
42632 pkg syscall (netbsd-arm-cgo), const TCOFLUSH = 2
42633 pkg syscall (netbsd-arm-cgo), const TCP_CONGCTL = 32
42634 pkg syscall (netbsd-arm-cgo), const TCP_KEEPCNT = 6
42635 pkg syscall (netbsd-arm-cgo), const TCP_KEEPIDLE = 3
42636 pkg syscall (netbsd-arm-cgo), const TCP_KEEPINIT = 7
42637 pkg syscall (netbsd-arm-cgo), const TCP_KEEPINTVL = 5
42638 pkg syscall (netbsd-arm-cgo), const TCP_MAXBURST = 4
42639 pkg syscall (netbsd-arm-cgo), const TCP_MAXSEG = 2
42640 pkg syscall (netbsd-arm-cgo), const TCP_MAXWIN = 65535
42641 pkg syscall (netbsd-arm-cgo), const TCP_MAX_WINSHIFT = 14
42642 pkg syscall (netbsd-arm-cgo), const TCP_MD5SIG = 16
42643 pkg syscall (netbsd-arm-cgo), const TCP_MINMSS = 216
42644 pkg syscall (netbsd-arm-cgo), const TCP_MSS = 536
42645 pkg syscall (netbsd-arm-cgo), const TCSAFLUSH = 2
42646 pkg syscall (netbsd-arm-cgo), const TIOCCBRK = 536900730
42647 pkg syscall (netbsd-arm-cgo), const TIOCCDTR = 536900728
42648 pkg syscall (netbsd-arm-cgo), const TIOCCONS = 2147775586
42649 pkg syscall (netbsd-arm-cgo), const TIOCDCDTIMESTAMP = 1074558040
42650 pkg syscall (netbsd-arm-cgo), const TIOCDRAIN = 536900702
42651 pkg syscall (netbsd-arm-cgo), const TIOCEXCL = 536900621
42652 pkg syscall (netbsd-arm-cgo), const TIOCEXT = 2147775584
42653 pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CDTRCTS = 16
42654 pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CLOCAL = 2
42655 pkg syscall (netbsd-arm-cgo), const TIOCFLAG_CRTSCTS = 4
42656 pkg syscall (netbsd-arm-cgo), const TIOCFLAG_MDMBUF = 8
42657 pkg syscall (netbsd-arm-cgo), const TIOCFLAG_SOFTCAR = 1
42658 pkg syscall (netbsd-arm-cgo), const TIOCFLUSH = 2147775504
42659 pkg syscall (netbsd-arm-cgo), const TIOCGETA = 1076655123
42660 pkg syscall (netbsd-arm-cgo), const TIOCGETD = 1074033690
42661 pkg syscall (netbsd-arm-cgo), const TIOCGFLAGS = 1074033757
42662 pkg syscall (netbsd-arm-cgo), const TIOCGLINED = 1075868738
42663 pkg syscall (netbsd-arm-cgo), const TIOCGPGRP = 1074033783
42664 pkg syscall (netbsd-arm-cgo), const TIOCGQSIZE = 1074033793
42665 pkg syscall (netbsd-arm-cgo), const TIOCGRANTPT = 536900679
42666 pkg syscall (netbsd-arm-cgo), const TIOCGSID = 1074033763
42667 pkg syscall (netbsd-arm-cgo), const TIOCGSIZE = 1074295912
42668 pkg syscall (netbsd-arm-cgo), const TIOCGWINSZ = 1074295912
42669 pkg syscall (netbsd-arm-cgo), const TIOCMBIC = 2147775595
42670 pkg syscall (netbsd-arm-cgo), const TIOCMBIS = 2147775596
42671 pkg syscall (netbsd-arm-cgo), const TIOCMGET = 1074033770
42672 pkg syscall (netbsd-arm-cgo), const TIOCMSET = 2147775597
42673 pkg syscall (netbsd-arm-cgo), const TIOCM_CAR = 64
42674 pkg syscall (netbsd-arm-cgo), const TIOCM_CD = 64
42675 pkg syscall (netbsd-arm-cgo), const TIOCM_CTS = 32
42676 pkg syscall (netbsd-arm-cgo), const TIOCM_DSR = 256
42677 pkg syscall (netbsd-arm-cgo), const TIOCM_DTR = 2
42678 pkg syscall (netbsd-arm-cgo), const TIOCM_LE = 1
42679 pkg syscall (netbsd-arm-cgo), const TIOCM_RI = 128
42680 pkg syscall (netbsd-arm-cgo), const TIOCM_RNG = 128
42681 pkg syscall (netbsd-arm-cgo), const TIOCM_RTS = 4
42682 pkg syscall (netbsd-arm-cgo), const TIOCM_SR = 16
42683 pkg syscall (netbsd-arm-cgo), const TIOCM_ST = 8
42684 pkg syscall (netbsd-arm-cgo), const TIOCNOTTY = 536900721
42685 pkg syscall (netbsd-arm-cgo), const TIOCNXCL = 536900622
42686 pkg syscall (netbsd-arm-cgo), const TIOCOUTQ = 1074033779
42687 pkg syscall (netbsd-arm-cgo), const TIOCPKT = 2147775600
42688 pkg syscall (netbsd-arm-cgo), const TIOCPKT_DATA = 0
42689 pkg syscall (netbsd-arm-cgo), const TIOCPKT_DOSTOP = 32
42690 pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHREAD = 1
42691 pkg syscall (netbsd-arm-cgo), const TIOCPKT_FLUSHWRITE = 2
42692 pkg syscall (netbsd-arm-cgo), const TIOCPKT_IOCTL = 64
42693 pkg syscall (netbsd-arm-cgo), const TIOCPKT_NOSTOP = 16
42694 pkg syscall (netbsd-arm-cgo), const TIOCPKT_START = 8
42695 pkg syscall (netbsd-arm-cgo), const TIOCPKT_STOP = 4
42696 pkg syscall (netbsd-arm-cgo), const TIOCPTMGET = 1208513606
42697 pkg syscall (netbsd-arm-cgo), const TIOCPTSNAME = 1208513608
42698 pkg syscall (netbsd-arm-cgo), const TIOCRCVFRAME = 2147775557
42699 pkg syscall (netbsd-arm-cgo), const TIOCREMOTE = 2147775593
42700 pkg syscall (netbsd-arm-cgo), const TIOCSBRK = 536900731
42701 pkg syscall (netbsd-arm-cgo), const TIOCSCTTY = 536900705
42702 pkg syscall (netbsd-arm-cgo), const TIOCSDTR = 536900729
42703 pkg syscall (netbsd-arm-cgo), const TIOCSETA = 2150396948
42704 pkg syscall (netbsd-arm-cgo), const TIOCSETAF = 2150396950
42705 pkg syscall (netbsd-arm-cgo), const TIOCSETAW = 2150396949
42706 pkg syscall (netbsd-arm-cgo), const TIOCSETD = 2147775515
42707 pkg syscall (netbsd-arm-cgo), const TIOCSFLAGS = 2147775580
42708 pkg syscall (netbsd-arm-cgo), const TIOCSIG = 536900703
42709 pkg syscall (netbsd-arm-cgo), const TIOCSLINED = 2149610563
42710 pkg syscall (netbsd-arm-cgo), const TIOCSPGRP = 2147775606
42711 pkg syscall (netbsd-arm-cgo), const TIOCSQSIZE = 2147775616
42712 pkg syscall (netbsd-arm-cgo), const TIOCSSIZE = 2148037735
42713 pkg syscall (netbsd-arm-cgo), const TIOCSTART = 536900718
42714 pkg syscall (netbsd-arm-cgo), const TIOCSTAT = 2147775589
42715 pkg syscall (netbsd-arm-cgo), const TIOCSTI = 2147578994
42716 pkg syscall (netbsd-arm-cgo), const TIOCSTOP = 536900719
42717 pkg syscall (netbsd-arm-cgo), const TIOCSWINSZ = 2148037735
42718 pkg syscall (netbsd-arm-cgo), const TIOCUCNTL = 2147775590
42719 pkg syscall (netbsd-arm-cgo), const TIOCXMTFRAME = 2147775556
42720 pkg syscall (netbsd-arm-cgo), const TOSTOP = 4194304
42721 pkg syscall (netbsd-arm-cgo), const VDISCARD = 15
42722 pkg syscall (netbsd-arm-cgo), const VDSUSP = 11
42723 pkg syscall (netbsd-arm-cgo), const VEOF = 0
42724 pkg syscall (netbsd-arm-cgo), const VEOL = 1
42725 pkg syscall (netbsd-arm-cgo), const VEOL2 = 2
42726 pkg syscall (netbsd-arm-cgo), const VERASE = 3
42727 pkg syscall (netbsd-arm-cgo), const VINTR = 8
42728 pkg syscall (netbsd-arm-cgo), const VKILL = 5
42729 pkg syscall (netbsd-arm-cgo), const VLNEXT = 14
42730 pkg syscall (netbsd-arm-cgo), const VMIN = 16
42731 pkg syscall (netbsd-arm-cgo), const VQUIT = 9
42732 pkg syscall (netbsd-arm-cgo), const VREPRINT = 6
42733 pkg syscall (netbsd-arm-cgo), const VSTART = 12
42734 pkg syscall (netbsd-arm-cgo), const VSTATUS = 18
42735 pkg syscall (netbsd-arm-cgo), const VSTOP = 13
42736 pkg syscall (netbsd-arm-cgo), const VSUSP = 10
42737 pkg syscall (netbsd-arm-cgo), const VTIME = 17
42738 pkg syscall (netbsd-arm-cgo), const VWERASE = 4
42739 pkg syscall (netbsd-arm-cgo), const WALL = 8
42740 pkg syscall (netbsd-arm-cgo), const WALLSIG = 8
42741 pkg syscall (netbsd-arm-cgo), const WALTSIG = 4
42742 pkg syscall (netbsd-arm-cgo), const WCLONE = 4
42743 pkg syscall (netbsd-arm-cgo), const WCOREFLAG = 128
42744 pkg syscall (netbsd-arm-cgo), const WNOHANG = 1
42745 pkg syscall (netbsd-arm-cgo), const WNOWAIT = 65536
42746 pkg syscall (netbsd-arm-cgo), const WNOZOMBIE = 131072
42747 pkg syscall (netbsd-arm-cgo), const WOPTSCHECKED = 262144
42748 pkg syscall (netbsd-arm-cgo), const WSTOPPED = 127
42749 pkg syscall (netbsd-arm-cgo), const WUNTRACED = 2
42750 pkg syscall (openbsd-386), const AF_APPLETALK = 16
42751 pkg syscall (openbsd-386), const AF_BLUETOOTH = 32
42752 pkg syscall (openbsd-386), const AF_CCITT = 10
42753 pkg syscall (openbsd-386), const AF_CHAOS = 5
42754 pkg syscall (openbsd-386), const AF_CNT = 21
42755 pkg syscall (openbsd-386), const AF_COIP = 20
42756 pkg syscall (openbsd-386), const AF_DATAKIT = 9
42757 pkg syscall (openbsd-386), const AF_DECnet = 12
42758 pkg syscall (openbsd-386), const AF_DLI = 13
42759 pkg syscall (openbsd-386), const AF_E164 = 26
42760 pkg syscall (openbsd-386), const AF_ECMA = 8
42761 pkg syscall (openbsd-386), const AF_ENCAP = 28
42762 pkg syscall (openbsd-386), const AF_HYLINK = 15
42763 pkg syscall (openbsd-386), const AF_IMPLINK = 3
42764 pkg syscall (openbsd-386), const AF_INET6 = 24
42765 pkg syscall (openbsd-386), const AF_IPX = 23
42766 pkg syscall (openbsd-386), const AF_ISDN = 26
42767 pkg syscall (openbsd-386), const AF_ISO = 7
42768 pkg syscall (openbsd-386), const AF_KEY = 30
42769 pkg syscall (openbsd-386), const AF_LAT = 14
42770 pkg syscall (openbsd-386), const AF_LINK = 18
42771 pkg syscall (openbsd-386), const AF_LOCAL = 1
42772 pkg syscall (openbsd-386), const AF_MAX = 36
42773 pkg syscall (openbsd-386), const AF_MPLS = 33
42774 pkg syscall (openbsd-386), const AF_NATM = 27
42775 pkg syscall (openbsd-386), const AF_NS = 6
42776 pkg syscall (openbsd-386), const AF_OSI = 7
42777 pkg syscall (openbsd-386), const AF_PUP = 4
42778 pkg syscall (openbsd-386), const AF_ROUTE = 17
42779 pkg syscall (openbsd-386), const AF_SIP = 29
42780 pkg syscall (openbsd-386), const AF_SNA = 11
42781 pkg syscall (openbsd-386), const ARPHRD_ETHER = 1
42782 pkg syscall (openbsd-386), const ARPHRD_FRELAY = 15
42783 pkg syscall (openbsd-386), const ARPHRD_IEEE1394 = 24
42784 pkg syscall (openbsd-386), const ARPHRD_IEEE802 = 6
42785 pkg syscall (openbsd-386), const B0 = 0
42786 pkg syscall (openbsd-386), const B110 = 110
42787 pkg syscall (openbsd-386), const B115200 = 115200
42788 pkg syscall (openbsd-386), const B1200 = 1200
42789 pkg syscall (openbsd-386), const B134 = 134
42790 pkg syscall (openbsd-386), const B14400 = 14400
42791 pkg syscall (openbsd-386), const B150 = 150
42792 pkg syscall (openbsd-386), const B1800 = 1800
42793 pkg syscall (openbsd-386), const B19200 = 19200
42794 pkg syscall (openbsd-386), const B200 = 200
42795 pkg syscall (openbsd-386), const B230400 = 230400
42796 pkg syscall (openbsd-386), const B2400 = 2400
42797 pkg syscall (openbsd-386), const B28800 = 28800
42798 pkg syscall (openbsd-386), const B300 = 300
42799 pkg syscall (openbsd-386), const B38400 = 38400
42800 pkg syscall (openbsd-386), const B4800 = 4800
42801 pkg syscall (openbsd-386), const B50 = 50
42802 pkg syscall (openbsd-386), const B57600 = 57600
42803 pkg syscall (openbsd-386), const B600 = 600
42804 pkg syscall (openbsd-386), const B7200 = 7200
42805 pkg syscall (openbsd-386), const B75 = 75
42806 pkg syscall (openbsd-386), const B76800 = 76800
42807 pkg syscall (openbsd-386), const B9600 = 9600
42808 pkg syscall (openbsd-386), const BIOCFLUSH = 536887912
42809 pkg syscall (openbsd-386), const BIOCGBLEN = 1074020966
42810 pkg syscall (openbsd-386), const BIOCGDIRFILT = 1074020988
42811 pkg syscall (openbsd-386), const BIOCGDLT = 1074020970
42812 pkg syscall (openbsd-386), const BIOCGDLTLIST = 3221766779
42813 pkg syscall (openbsd-386), const BIOCGETIF = 1075855979
42814 pkg syscall (openbsd-386), const BIOCGFILDROP = 1074020984
42815 pkg syscall (openbsd-386), const BIOCGHDRCMPLT = 1074020980
42816 pkg syscall (openbsd-386), const BIOCGRSIG = 1074020979
42817 pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118
42818 pkg syscall (openbsd-386), const BIOCGSTATS = 1074283119
42819 pkg syscall (openbsd-386), const BIOCIMMEDIATE = 2147762800
42820 pkg syscall (openbsd-386), const BIOCLOCK = 536887926
42821 pkg syscall (openbsd-386), const BIOCPROMISC = 536887913
42822 pkg syscall (openbsd-386), const BIOCSBLEN = 3221504614
42823 pkg syscall (openbsd-386), const BIOCSDIRFILT = 2147762813
42824 pkg syscall (openbsd-386), const BIOCSDLT = 2147762810
42825 pkg syscall (openbsd-386), const BIOCSETF = 2148024935
42826 pkg syscall (openbsd-386), const BIOCSETIF = 2149597804
42827 pkg syscall (openbsd-386), const BIOCSETWF = 2148024951
42828 pkg syscall (openbsd-386), const BIOCSFILDROP = 2147762809
42829 pkg syscall (openbsd-386), const BIOCSHDRCMPLT = 2147762805
42830 pkg syscall (openbsd-386), const BIOCSRSIG = 2147762802
42831 pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941
42832 pkg syscall (openbsd-386), const BIOCVERSION = 1074020977
42833 pkg syscall (openbsd-386), const BPF_A = 16
42834 pkg syscall (openbsd-386), const BPF_ABS = 32
42835 pkg syscall (openbsd-386), const BPF_ADD = 0
42836 pkg syscall (openbsd-386), const BPF_ALIGNMENT = 4
42837 pkg syscall (openbsd-386), const BPF_ALU = 4
42838 pkg syscall (openbsd-386), const BPF_AND = 80
42839 pkg syscall (openbsd-386), const BPF_B = 16
42840 pkg syscall (openbsd-386), const BPF_DIRECTION_IN = 1
42841 pkg syscall (openbsd-386), const BPF_DIRECTION_OUT = 2
42842 pkg syscall (openbsd-386), const BPF_DIV = 48
42843 pkg syscall (openbsd-386), const BPF_H = 8
42844 pkg syscall (openbsd-386), const BPF_IMM = 0
42845 pkg syscall (openbsd-386), const BPF_IND = 64
42846 pkg syscall (openbsd-386), const BPF_JA = 0
42847 pkg syscall (openbsd-386), const BPF_JEQ = 16
42848 pkg syscall (openbsd-386), const BPF_JGE = 48
42849 pkg syscall (openbsd-386), const BPF_JGT = 32
42850 pkg syscall (openbsd-386), const BPF_JMP = 5
42851 pkg syscall (openbsd-386), const BPF_JSET = 64
42852 pkg syscall (openbsd-386), const BPF_K = 0
42853 pkg syscall (openbsd-386), const BPF_LD = 0
42854 pkg syscall (openbsd-386), const BPF_LDX = 1
42855 pkg syscall (openbsd-386), const BPF_LEN = 128
42856 pkg syscall (openbsd-386), const BPF_LSH = 96
42857 pkg syscall (openbsd-386), const BPF_MAJOR_VERSION = 1
42858 pkg syscall (openbsd-386), const BPF_MAXBUFSIZE = 2097152
42859 pkg syscall (openbsd-386), const BPF_MAXINSNS = 512
42860 pkg syscall (openbsd-386), const BPF_MEM = 96
42861 pkg syscall (openbsd-386), const BPF_MEMWORDS = 16
42862 pkg syscall (openbsd-386), const BPF_MINBUFSIZE = 32
42863 pkg syscall (openbsd-386), const BPF_MINOR_VERSION = 1
42864 pkg syscall (openbsd-386), const BPF_MISC = 7
42865 pkg syscall (openbsd-386), const BPF_MSH = 160
42866 pkg syscall (openbsd-386), const BPF_MUL = 32
42867 pkg syscall (openbsd-386), const BPF_NEG = 128
42868 pkg syscall (openbsd-386), const BPF_OR = 64
42869 pkg syscall (openbsd-386), const BPF_RELEASE = 199606
42870 pkg syscall (openbsd-386), const BPF_RET = 6
42871 pkg syscall (openbsd-386), const BPF_RSH = 112
42872 pkg syscall (openbsd-386), const BPF_ST = 2
42873 pkg syscall (openbsd-386), const BPF_STX = 3
42874 pkg syscall (openbsd-386), const BPF_SUB = 16
42875 pkg syscall (openbsd-386), const BPF_TAX = 0
42876 pkg syscall (openbsd-386), const BPF_TXA = 128
42877 pkg syscall (openbsd-386), const BPF_W = 0
42878 pkg syscall (openbsd-386), const BPF_X = 8
42879 pkg syscall (openbsd-386), const BRKINT = 2
42880 pkg syscall (openbsd-386), const CFLUSH = 15
42881 pkg syscall (openbsd-386), const CLOCAL = 32768
42882 pkg syscall (openbsd-386), const CREAD = 2048
42883 pkg syscall (openbsd-386), const CS5 = 0
42884 pkg syscall (openbsd-386), const CS6 = 256
42885 pkg syscall (openbsd-386), const CS7 = 512
42886 pkg syscall (openbsd-386), const CS8 = 768
42887 pkg syscall (openbsd-386), const CSIZE = 768
42888 pkg syscall (openbsd-386), const CSTART = 17
42889 pkg syscall (openbsd-386), const CSTATUS = 255
42890 pkg syscall (openbsd-386), const CSTOP = 19
42891 pkg syscall (openbsd-386), const CSTOPB = 1024
42892 pkg syscall (openbsd-386), const CSUSP = 26
42893 pkg syscall (openbsd-386), const CTL_MAXNAME = 12
42894 pkg syscall (openbsd-386), const CTL_NET = 4
42895 pkg syscall (openbsd-386), const DIOCOSFPFLUSH = 536888398
42896 pkg syscall (openbsd-386), const DLT_ARCNET = 7
42897 pkg syscall (openbsd-386), const DLT_ATM_RFC1483 = 11
42898 pkg syscall (openbsd-386), const DLT_AX25 = 3
42899 pkg syscall (openbsd-386), const DLT_CHAOS = 5
42900 pkg syscall (openbsd-386), const DLT_C_HDLC = 104
42901 pkg syscall (openbsd-386), const DLT_EN10MB = 1
42902 pkg syscall (openbsd-386), const DLT_EN3MB = 2
42903 pkg syscall (openbsd-386), const DLT_ENC = 13
42904 pkg syscall (openbsd-386), const DLT_FDDI = 10
42905 pkg syscall (openbsd-386), const DLT_IEEE802 = 6
42906 pkg syscall (openbsd-386), const DLT_IEEE802_11 = 105
42907 pkg syscall (openbsd-386), const DLT_IEEE802_11_RADIO = 127
42908 pkg syscall (openbsd-386), const DLT_LOOP = 12
42909 pkg syscall (openbsd-386), const DLT_MPLS = 219
42910 pkg syscall (openbsd-386), const DLT_NULL = 0
42911 pkg syscall (openbsd-386), const DLT_PFLOG = 117
42912 pkg syscall (openbsd-386), const DLT_PFSYNC = 18
42913 pkg syscall (openbsd-386), const DLT_PPP = 9
42914 pkg syscall (openbsd-386), const DLT_PPP_BSDOS = 16
42915 pkg syscall (openbsd-386), const DLT_PPP_ETHER = 51
42916 pkg syscall (openbsd-386), const DLT_PPP_SERIAL = 50
42917 pkg syscall (openbsd-386), const DLT_PRONET = 4
42918 pkg syscall (openbsd-386), const DLT_RAW = 14
42919 pkg syscall (openbsd-386), const DLT_SLIP = 8
42920 pkg syscall (openbsd-386), const DLT_SLIP_BSDOS = 15
42921 pkg syscall (openbsd-386), const DT_BLK = 6
42922 pkg syscall (openbsd-386), const DT_CHR = 2
42923 pkg syscall (openbsd-386), const DT_DIR = 4
42924 pkg syscall (openbsd-386), const DT_FIFO = 1
42925 pkg syscall (openbsd-386), const DT_LNK = 10
42926 pkg syscall (openbsd-386), const DT_REG = 8
42927 pkg syscall (openbsd-386), const DT_SOCK = 12
42928 pkg syscall (openbsd-386), const DT_UNKNOWN = 0
42929 pkg syscall (openbsd-386), const E2BIG = 7
42930 pkg syscall (openbsd-386), const EACCES = 13
42931 pkg syscall (openbsd-386), const EADDRINUSE = 48
42932 pkg syscall (openbsd-386), const EADDRNOTAVAIL = 49
42933 pkg syscall (openbsd-386), const EAFNOSUPPORT = 47
42934 pkg syscall (openbsd-386), const EAGAIN = 35
42935 pkg syscall (openbsd-386), const EALREADY = 37
42936 pkg syscall (openbsd-386), const EAUTH = 80
42937 pkg syscall (openbsd-386), const EBADF = 9
42938 pkg syscall (openbsd-386), const EBADRPC = 72
42939 pkg syscall (openbsd-386), const EBUSY = 16
42940 pkg syscall (openbsd-386), const ECANCELED = 88
42941 pkg syscall (openbsd-386), const ECHILD = 10
42942 pkg syscall (openbsd-386), const ECHO = 8
42943 pkg syscall (openbsd-386), const ECHOCTL = 64
42944 pkg syscall (openbsd-386), const ECHOE = 2
42945 pkg syscall (openbsd-386), const ECHOK = 4
42946 pkg syscall (openbsd-386), const ECHOKE = 1
42947 pkg syscall (openbsd-386), const ECHONL = 16
42948 pkg syscall (openbsd-386), const ECHOPRT = 32
42949 pkg syscall (openbsd-386), const ECONNABORTED = 53
42950 pkg syscall (openbsd-386), const ECONNREFUSED = 61
42951 pkg syscall (openbsd-386), const ECONNRESET = 54
42952 pkg syscall (openbsd-386), const EDEADLK = 11
42953 pkg syscall (openbsd-386), const EDESTADDRREQ = 39
42954 pkg syscall (openbsd-386), const EDOM = 33
42955 pkg syscall (openbsd-386), const EDQUOT = 69
42956 pkg syscall (openbsd-386), const EEXIST = 17
42957 pkg syscall (openbsd-386), const EFAULT = 14
42958 pkg syscall (openbsd-386), const EFBIG = 27
42959 pkg syscall (openbsd-386), const EFTYPE = 79
42960 pkg syscall (openbsd-386), const EHOSTDOWN = 64
42961 pkg syscall (openbsd-386), const EHOSTUNREACH = 65
42962 pkg syscall (openbsd-386), const EIDRM = 89
42963 pkg syscall (openbsd-386), const EILSEQ = 84
42964 pkg syscall (openbsd-386), const EINPROGRESS = 36
42965 pkg syscall (openbsd-386), const EINTR = 4
42966 pkg syscall (openbsd-386), const EINVAL = 22
42967 pkg syscall (openbsd-386), const EIO = 5
42968 pkg syscall (openbsd-386), const EIPSEC = 82
42969 pkg syscall (openbsd-386), const EISCONN = 56
42970 pkg syscall (openbsd-386), const EISDIR = 21
42971 pkg syscall (openbsd-386), const ELAST = 91
42972 pkg syscall (openbsd-386), const ELOOP = 62
42973 pkg syscall (openbsd-386), const EMEDIUMTYPE = 86
42974 pkg syscall (openbsd-386), const EMFILE = 24
42975 pkg syscall (openbsd-386), const EMLINK = 31
42976 pkg syscall (openbsd-386), const EMSGSIZE = 40
42977 pkg syscall (openbsd-386), const EMT_TAGOVF = 1
42978 pkg syscall (openbsd-386), const EMUL_ENABLED = 1
42979 pkg syscall (openbsd-386), const EMUL_NATIVE = 2
42980 pkg syscall (openbsd-386), const ENAMETOOLONG = 63
42981 pkg syscall (openbsd-386), const ENDRUNDISC = 9
42982 pkg syscall (openbsd-386), const ENEEDAUTH = 81
42983 pkg syscall (openbsd-386), const ENETDOWN = 50
42984 pkg syscall (openbsd-386), const ENETRESET = 52
42985 pkg syscall (openbsd-386), const ENETUNREACH = 51
42986 pkg syscall (openbsd-386), const ENFILE = 23
42987 pkg syscall (openbsd-386), const ENOATTR = 83
42988 pkg syscall (openbsd-386), const ENOBUFS = 55
42989 pkg syscall (openbsd-386), const ENODEV = 19
42990 pkg syscall (openbsd-386), const ENOEXEC = 8
42991 pkg syscall (openbsd-386), const ENOLCK = 77
42992 pkg syscall (openbsd-386), const ENOMEDIUM = 85
42993 pkg syscall (openbsd-386), const ENOMEM = 12
42994 pkg syscall (openbsd-386), const ENOMSG = 90
42995 pkg syscall (openbsd-386), const ENOPROTOOPT = 42
42996 pkg syscall (openbsd-386), const ENOSPC = 28
42997 pkg syscall (openbsd-386), const ENOSYS = 78
42998 pkg syscall (openbsd-386), const ENOTBLK = 15
42999 pkg syscall (openbsd-386), const ENOTCONN = 57
43000 pkg syscall (openbsd-386), const ENOTDIR = 20
43001 pkg syscall (openbsd-386), const ENOTEMPTY = 66
43002 pkg syscall (openbsd-386), const ENOTSOCK = 38
43003 pkg syscall (openbsd-386), const ENOTSUP = 91
43004 pkg syscall (openbsd-386), const ENOTTY = 25
43005 pkg syscall (openbsd-386), const ENXIO = 6
43006 pkg syscall (openbsd-386), const EOPNOTSUPP = 45
43007 pkg syscall (openbsd-386), const EOVERFLOW = 87
43008 pkg syscall (openbsd-386), const EPERM = 1
43009 pkg syscall (openbsd-386), const EPFNOSUPPORT = 46
43010 pkg syscall (openbsd-386), const EPIPE = 32
43011 pkg syscall (openbsd-386), const EPROCLIM = 67
43012 pkg syscall (openbsd-386), const EPROCUNAVAIL = 76
43013 pkg syscall (openbsd-386), const EPROGMISMATCH = 75
43014 pkg syscall (openbsd-386), const EPROGUNAVAIL = 74
43015 pkg syscall (openbsd-386), const EPROTONOSUPPORT = 43
43016 pkg syscall (openbsd-386), const EPROTOTYPE = 41
43017 pkg syscall (openbsd-386), const ERANGE = 34
43018 pkg syscall (openbsd-386), const EREMOTE = 71
43019 pkg syscall (openbsd-386), const EROFS = 30
43020 pkg syscall (openbsd-386), const ERPCMISMATCH = 73
43021 pkg syscall (openbsd-386), const ESHUTDOWN = 58
43022 pkg syscall (openbsd-386), const ESOCKTNOSUPPORT = 44
43023 pkg syscall (openbsd-386), const ESPIPE = 29
43024 pkg syscall (openbsd-386), const ESRCH = 3
43025 pkg syscall (openbsd-386), const ESTALE = 70
43026 pkg syscall (openbsd-386), const ETHERMIN = 46
43027 pkg syscall (openbsd-386), const ETHERMTU = 1500
43028 pkg syscall (openbsd-386), const ETHERTYPE_8023 = 4
43029 pkg syscall (openbsd-386), const ETHERTYPE_AARP = 33011
43030 pkg syscall (openbsd-386), const ETHERTYPE_ACCTON = 33680
43031 pkg syscall (openbsd-386), const ETHERTYPE_AEONIC = 32822
43032 pkg syscall (openbsd-386), const ETHERTYPE_ALPHA = 33098
43033 pkg syscall (openbsd-386), const ETHERTYPE_AMBER = 24584
43034 pkg syscall (openbsd-386), const ETHERTYPE_AMOEBA = 33093
43035 pkg syscall (openbsd-386), const ETHERTYPE_AOE = 34978
43036 pkg syscall (openbsd-386), const ETHERTYPE_APOLLO = 33015
43037 pkg syscall (openbsd-386), const ETHERTYPE_APOLLODOMAIN = 32793
43038 pkg syscall (openbsd-386), const ETHERTYPE_APPLETALK = 32923
43039 pkg syscall (openbsd-386), const ETHERTYPE_APPLITEK = 32967
43040 pkg syscall (openbsd-386), const ETHERTYPE_ARGONAUT = 32826
43041 pkg syscall (openbsd-386), const ETHERTYPE_ARP = 2054
43042 pkg syscall (openbsd-386), const ETHERTYPE_AT = 32923
43043 pkg syscall (openbsd-386), const ETHERTYPE_ATALK = 32923
43044 pkg syscall (openbsd-386), const ETHERTYPE_ATOMIC = 34527
43045 pkg syscall (openbsd-386), const ETHERTYPE_ATT = 32873
43046 pkg syscall (openbsd-386), const ETHERTYPE_ATTSTANFORD = 32776
43047 pkg syscall (openbsd-386), const ETHERTYPE_AUTOPHON = 32874
43048 pkg syscall (openbsd-386), const ETHERTYPE_AXIS = 34902
43049 pkg syscall (openbsd-386), const ETHERTYPE_BCLOOP = 36867
43050 pkg syscall (openbsd-386), const ETHERTYPE_BOFL = 33026
43051 pkg syscall (openbsd-386), const ETHERTYPE_CABLETRON = 28724
43052 pkg syscall (openbsd-386), const ETHERTYPE_CHAOS = 2052
43053 pkg syscall (openbsd-386), const ETHERTYPE_COMDESIGN = 32876
43054 pkg syscall (openbsd-386), const ETHERTYPE_COMPUGRAPHIC = 32877
43055 pkg syscall (openbsd-386), const ETHERTYPE_COUNTERPOINT = 32866
43056 pkg syscall (openbsd-386), const ETHERTYPE_CRONUS = 32772
43057 pkg syscall (openbsd-386), const ETHERTYPE_CRONUSVLN = 32771
43058 pkg syscall (openbsd-386), const ETHERTYPE_DCA = 4660
43059 pkg syscall (openbsd-386), const ETHERTYPE_DDE = 32891
43060 pkg syscall (openbsd-386), const ETHERTYPE_DEBNI = 43690
43061 pkg syscall (openbsd-386), const ETHERTYPE_DECAM = 32840
43062 pkg syscall (openbsd-386), const ETHERTYPE_DECCUST = 24582
43063 pkg syscall (openbsd-386), const ETHERTYPE_DECDIAG = 24581
43064 pkg syscall (openbsd-386), const ETHERTYPE_DECDNS = 32828
43065 pkg syscall (openbsd-386), const ETHERTYPE_DECDTS = 32830
43066 pkg syscall (openbsd-386), const ETHERTYPE_DECEXPER = 24576
43067 pkg syscall (openbsd-386), const ETHERTYPE_DECLAST = 32833
43068 pkg syscall (openbsd-386), const ETHERTYPE_DECLTM = 32831
43069 pkg syscall (openbsd-386), const ETHERTYPE_DECMUMPS = 24585
43070 pkg syscall (openbsd-386), const ETHERTYPE_DECNETBIOS = 32832
43071 pkg syscall (openbsd-386), const ETHERTYPE_DELTACON = 34526
43072 pkg syscall (openbsd-386), const ETHERTYPE_DIDDLE = 17185
43073 pkg syscall (openbsd-386), const ETHERTYPE_DLOG1 = 1632
43074 pkg syscall (openbsd-386), const ETHERTYPE_DLOG2 = 1633
43075 pkg syscall (openbsd-386), const ETHERTYPE_DN = 24579
43076 pkg syscall (openbsd-386), const ETHERTYPE_DOGFIGHT = 6537
43077 pkg syscall (openbsd-386), const ETHERTYPE_DSMD = 32825
43078 pkg syscall (openbsd-386), const ETHERTYPE_ECMA = 2051
43079 pkg syscall (openbsd-386), const ETHERTYPE_ENCRYPT = 32829
43080 pkg syscall (openbsd-386), const ETHERTYPE_ES = 32861
43081 pkg syscall (openbsd-386), const ETHERTYPE_EXCELAN = 32784
43082 pkg syscall (openbsd-386), const ETHERTYPE_EXPERDATA = 32841
43083 pkg syscall (openbsd-386), const ETHERTYPE_FLIP = 33094
43084 pkg syscall (openbsd-386), const ETHERTYPE_FLOWCONTROL = 34824
43085 pkg syscall (openbsd-386), const ETHERTYPE_FRARP = 2056
43086 pkg syscall (openbsd-386), const ETHERTYPE_GENDYN = 32872
43087 pkg syscall (openbsd-386), const ETHERTYPE_HAYES = 33072
43088 pkg syscall (openbsd-386), const ETHERTYPE_HIPPI_FP = 33152
43089 pkg syscall (openbsd-386), const ETHERTYPE_HITACHI = 34848
43090 pkg syscall (openbsd-386), const ETHERTYPE_HP = 32773
43091 pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUP = 2560
43092 pkg syscall (openbsd-386), const ETHERTYPE_IEEEPUPAT = 2561
43093 pkg syscall (openbsd-386), const ETHERTYPE_IMLBL = 19522
43094 pkg syscall (openbsd-386), const ETHERTYPE_IMLBLDIAG = 16972
43095 pkg syscall (openbsd-386), const ETHERTYPE_IP = 2048
43096 pkg syscall (openbsd-386), const ETHERTYPE_IPAS = 34668
43097 pkg syscall (openbsd-386), const ETHERTYPE_IPV6 = 34525
43098 pkg syscall (openbsd-386), const ETHERTYPE_IPX = 33079
43099 pkg syscall (openbsd-386), const ETHERTYPE_IPXNEW = 32823
43100 pkg syscall (openbsd-386), const ETHERTYPE_KALPANA = 34178
43101 pkg syscall (openbsd-386), const ETHERTYPE_LANBRIDGE = 32824
43102 pkg syscall (openbsd-386), const ETHERTYPE_LANPROBE = 34952
43103 pkg syscall (openbsd-386), const ETHERTYPE_LAT = 24580
43104 pkg syscall (openbsd-386), const ETHERTYPE_LBACK = 36864
43105 pkg syscall (openbsd-386), const ETHERTYPE_LITTLE = 32864
43106 pkg syscall (openbsd-386), const ETHERTYPE_LLDP = 35020
43107 pkg syscall (openbsd-386), const ETHERTYPE_LOGICRAFT = 33096
43108 pkg syscall (openbsd-386), const ETHERTYPE_LOOPBACK = 36864
43109 pkg syscall (openbsd-386), const ETHERTYPE_MATRA = 32890
43110 pkg syscall (openbsd-386), const ETHERTYPE_MAX = 65535
43111 pkg syscall (openbsd-386), const ETHERTYPE_MERIT = 32892
43112 pkg syscall (openbsd-386), const ETHERTYPE_MICP = 34618
43113 pkg syscall (openbsd-386), const ETHERTYPE_MOPDL = 24577
43114 pkg syscall (openbsd-386), const ETHERTYPE_MOPRC = 24578
43115 pkg syscall (openbsd-386), const ETHERTYPE_MOTOROLA = 33165
43116 pkg syscall (openbsd-386), const ETHERTYPE_MPLS = 34887
43117 pkg syscall (openbsd-386), const ETHERTYPE_MPLS_MCAST = 34888
43118 pkg syscall (openbsd-386), const ETHERTYPE_MUMPS = 33087
43119 pkg syscall (openbsd-386), const ETHERTYPE_NBPCC = 15364
43120 pkg syscall (openbsd-386), const ETHERTYPE_NBPCLAIM = 15369
43121 pkg syscall (openbsd-386), const ETHERTYPE_NBPCLREQ = 15365
43122 pkg syscall (openbsd-386), const ETHERTYPE_NBPCLRSP = 15366
43123 pkg syscall (openbsd-386), const ETHERTYPE_NBPCREQ = 15362
43124 pkg syscall (openbsd-386), const ETHERTYPE_NBPCRSP = 15363
43125 pkg syscall (openbsd-386), const ETHERTYPE_NBPDG = 15367
43126 pkg syscall (openbsd-386), const ETHERTYPE_NBPDGB = 15368
43127 pkg syscall (openbsd-386), const ETHERTYPE_NBPDLTE = 15370
43128 pkg syscall (openbsd-386), const ETHERTYPE_NBPRAR = 15372
43129 pkg syscall (openbsd-386), const ETHERTYPE_NBPRAS = 15371
43130 pkg syscall (openbsd-386), const ETHERTYPE_NBPRST = 15373
43131 pkg syscall (openbsd-386), const ETHERTYPE_NBPSCD = 15361
43132 pkg syscall (openbsd-386), const ETHERTYPE_NBPVCD = 15360
43133 pkg syscall (openbsd-386), const ETHERTYPE_NBS = 2050
43134 pkg syscall (openbsd-386), const ETHERTYPE_NCD = 33097
43135 pkg syscall (openbsd-386), const ETHERTYPE_NESTAR = 32774
43136 pkg syscall (openbsd-386), const ETHERTYPE_NETBEUI = 33169
43137 pkg syscall (openbsd-386), const ETHERTYPE_NOVELL = 33080
43138 pkg syscall (openbsd-386), const ETHERTYPE_NS = 1536
43139 pkg syscall (openbsd-386), const ETHERTYPE_NSAT = 1537
43140 pkg syscall (openbsd-386), const ETHERTYPE_NSCOMPAT = 2055
43141 pkg syscall (openbsd-386), const ETHERTYPE_NTRAILER = 16
43142 pkg syscall (openbsd-386), const ETHERTYPE_OS9 = 28679
43143 pkg syscall (openbsd-386), const ETHERTYPE_OS9NET = 28681
43144 pkg syscall (openbsd-386), const ETHERTYPE_PACER = 32966
43145 pkg syscall (openbsd-386), const ETHERTYPE_PAE = 34958
43146 pkg syscall (openbsd-386), const ETHERTYPE_PCS = 16962
43147 pkg syscall (openbsd-386), const ETHERTYPE_PLANNING = 32836
43148 pkg syscall (openbsd-386), const ETHERTYPE_PPP = 34827
43149 pkg syscall (openbsd-386), const ETHERTYPE_PPPOE = 34916
43150 pkg syscall (openbsd-386), const ETHERTYPE_PPPOEDISC = 34915
43151 pkg syscall (openbsd-386), const ETHERTYPE_PRIMENTS = 28721
43152 pkg syscall (openbsd-386), const ETHERTYPE_PUP = 512
43153 pkg syscall (openbsd-386), const ETHERTYPE_PUPAT = 512
43154 pkg syscall (openbsd-386), const ETHERTYPE_QINQ = 34984
43155 pkg syscall (openbsd-386), const ETHERTYPE_RACAL = 28720
43156 pkg syscall (openbsd-386), const ETHERTYPE_RATIONAL = 33104
43157 pkg syscall (openbsd-386), const ETHERTYPE_RAWFR = 25945
43158 pkg syscall (openbsd-386), const ETHERTYPE_RCL = 6549
43159 pkg syscall (openbsd-386), const ETHERTYPE_RDP = 34617
43160 pkg syscall (openbsd-386), const ETHERTYPE_RETIX = 33010
43161 pkg syscall (openbsd-386), const ETHERTYPE_REVARP = 32821
43162 pkg syscall (openbsd-386), const ETHERTYPE_SCA = 24583
43163 pkg syscall (openbsd-386), const ETHERTYPE_SECTRA = 34523
43164 pkg syscall (openbsd-386), const ETHERTYPE_SECUREDATA = 34669
43165 pkg syscall (openbsd-386), const ETHERTYPE_SGITW = 33150
43166 pkg syscall (openbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
43167 pkg syscall (openbsd-386), const ETHERTYPE_SG_DIAG = 32787
43168 pkg syscall (openbsd-386), const ETHERTYPE_SG_NETGAMES = 32788
43169 pkg syscall (openbsd-386), const ETHERTYPE_SG_RESV = 32789
43170 pkg syscall (openbsd-386), const ETHERTYPE_SIMNET = 21000
43171 pkg syscall (openbsd-386), const ETHERTYPE_SLOW = 34825
43172 pkg syscall (openbsd-386), const ETHERTYPE_SNA = 32981
43173 pkg syscall (openbsd-386), const ETHERTYPE_SNMP = 33100
43174 pkg syscall (openbsd-386), const ETHERTYPE_SONIX = 64245
43175 pkg syscall (openbsd-386), const ETHERTYPE_SPIDER = 32927
43176 pkg syscall (openbsd-386), const ETHERTYPE_SPRITE = 1280
43177 pkg syscall (openbsd-386), const ETHERTYPE_STP = 33153
43178 pkg syscall (openbsd-386), const ETHERTYPE_TALARIS = 33067
43179 pkg syscall (openbsd-386), const ETHERTYPE_TALARISMC = 34091
43180 pkg syscall (openbsd-386), const ETHERTYPE_TCPCOMP = 34667
43181 pkg syscall (openbsd-386), const ETHERTYPE_TCPSM = 36866
43182 pkg syscall (openbsd-386), const ETHERTYPE_TEC = 33103
43183 pkg syscall (openbsd-386), const ETHERTYPE_TIGAN = 32815
43184 pkg syscall (openbsd-386), const ETHERTYPE_TRAIL = 4096
43185 pkg syscall (openbsd-386), const ETHERTYPE_TRANSETHER = 25944
43186 pkg syscall (openbsd-386), const ETHERTYPE_TYMSHARE = 32814
43187 pkg syscall (openbsd-386), const ETHERTYPE_UBBST = 28677
43188 pkg syscall (openbsd-386), const ETHERTYPE_UBDEBUG = 2304
43189 pkg syscall (openbsd-386), const ETHERTYPE_UBDIAGLOOP = 28674
43190 pkg syscall (openbsd-386), const ETHERTYPE_UBDL = 28672
43191 pkg syscall (openbsd-386), const ETHERTYPE_UBNIU = 28673
43192 pkg syscall (openbsd-386), const ETHERTYPE_UBNMC = 28675
43193 pkg syscall (openbsd-386), const ETHERTYPE_VALID = 5632
43194 pkg syscall (openbsd-386), const ETHERTYPE_VARIAN = 32989
43195 pkg syscall (openbsd-386), const ETHERTYPE_VAXELN = 32827
43196 pkg syscall (openbsd-386), const ETHERTYPE_VEECO = 32871
43197 pkg syscall (openbsd-386), const ETHERTYPE_VEXP = 32859
43198 pkg syscall (openbsd-386), const ETHERTYPE_VGLAB = 33073
43199 pkg syscall (openbsd-386), const ETHERTYPE_VINES = 2989
43200 pkg syscall (openbsd-386), const ETHERTYPE_VINESECHO = 2991
43201 pkg syscall (openbsd-386), const ETHERTYPE_VINESLOOP = 2990
43202 pkg syscall (openbsd-386), const ETHERTYPE_VITAL = 65280
43203 pkg syscall (openbsd-386), const ETHERTYPE_VLAN = 33024
43204 pkg syscall (openbsd-386), const ETHERTYPE_VLTLMAN = 32896
43205 pkg syscall (openbsd-386), const ETHERTYPE_VPROD = 32860
43206 pkg syscall (openbsd-386), const ETHERTYPE_VURESERVED = 33095
43207 pkg syscall (openbsd-386), const ETHERTYPE_WATERLOO = 33072
43208 pkg syscall (openbsd-386), const ETHERTYPE_WELLFLEET = 33027
43209 pkg syscall (openbsd-386), const ETHERTYPE_X25 = 2053
43210 pkg syscall (openbsd-386), const ETHERTYPE_X75 = 2049
43211 pkg syscall (openbsd-386), const ETHERTYPE_XNSSM = 36865
43212 pkg syscall (openbsd-386), const ETHERTYPE_XTP = 33149
43213 pkg syscall (openbsd-386), const ETHER_ADDR_LEN = 6
43214 pkg syscall (openbsd-386), const ETHER_ALIGN = 2
43215 pkg syscall (openbsd-386), const ETHER_CRC_LEN = 4
43216 pkg syscall (openbsd-386), const ETHER_CRC_POLY_BE = 79764918
43217 pkg syscall (openbsd-386), const ETHER_CRC_POLY_LE = 3988292384
43218 pkg syscall (openbsd-386), const ETHER_HDR_LEN = 14
43219 pkg syscall (openbsd-386), const ETHER_MAX_DIX_LEN = 1536
43220 pkg syscall (openbsd-386), const ETHER_MAX_LEN = 1518
43221 pkg syscall (openbsd-386), const ETHER_MIN_LEN = 64
43222 pkg syscall (openbsd-386), const ETHER_TYPE_LEN = 2
43223 pkg syscall (openbsd-386), const ETHER_VLAN_ENCAP_LEN = 4
43224 pkg syscall (openbsd-386), const ETIMEDOUT = 60
43225 pkg syscall (openbsd-386), const ETOOMANYREFS = 59
43226 pkg syscall (openbsd-386), const ETXTBSY = 26
43227 pkg syscall (openbsd-386), const EUSERS = 68
43228 pkg syscall (openbsd-386), const EVFILT_AIO = -3
43229 pkg syscall (openbsd-386), const EVFILT_PROC = -5
43230 pkg syscall (openbsd-386), const EVFILT_READ = -1
43231 pkg syscall (openbsd-386), const EVFILT_SIGNAL = -6
43232 pkg syscall (openbsd-386), const EVFILT_SYSCOUNT = 7
43233 pkg syscall (openbsd-386), const EVFILT_TIMER = -7
43234 pkg syscall (openbsd-386), const EVFILT_VNODE = -4
43235 pkg syscall (openbsd-386), const EVFILT_WRITE = -2
43236 pkg syscall (openbsd-386), const EV_ADD = 1
43237 pkg syscall (openbsd-386), const EV_CLEAR = 32
43238 pkg syscall (openbsd-386), const EV_DELETE = 2
43239 pkg syscall (openbsd-386), const EV_DISABLE = 8
43240 pkg syscall (openbsd-386), const EV_ENABLE = 4
43241 pkg syscall (openbsd-386), const EV_EOF = 32768
43242 pkg syscall (openbsd-386), const EV_ERROR = 16384
43243 pkg syscall (openbsd-386), const EV_FLAG1 = 8192
43244 pkg syscall (openbsd-386), const EV_ONESHOT = 16
43245 pkg syscall (openbsd-386), const EV_SYSFLAGS = 61440
43246 pkg syscall (openbsd-386), const EWOULDBLOCK = 35
43247 pkg syscall (openbsd-386), const EXDEV = 18
43248 pkg syscall (openbsd-386), const EXTA = 19200
43249 pkg syscall (openbsd-386), const EXTB = 38400
43250 pkg syscall (openbsd-386), const EXTPROC = 2048
43251 pkg syscall (openbsd-386), const FD_CLOEXEC = 1
43252 pkg syscall (openbsd-386), const FD_SETSIZE = 1024
43253 pkg syscall (openbsd-386), const FLUSHO = 8388608
43254 pkg syscall (openbsd-386), const F_DUPFD = 0
43255 pkg syscall (openbsd-386), const F_DUPFD_CLOEXEC = 10
43256 pkg syscall (openbsd-386), const F_GETFD = 1
43257 pkg syscall (openbsd-386), const F_GETFL = 3
43258 pkg syscall (openbsd-386), const F_GETLK = 7
43259 pkg syscall (openbsd-386), const F_GETOWN = 5
43260 pkg syscall (openbsd-386), const F_OK = 0
43261 pkg syscall (openbsd-386), const F_RDLCK = 1
43262 pkg syscall (openbsd-386), const F_SETFD = 2
43263 pkg syscall (openbsd-386), const F_SETFL = 4
43264 pkg syscall (openbsd-386), const F_SETLK = 8
43265 pkg syscall (openbsd-386), const F_SETLKW = 9
43266 pkg syscall (openbsd-386), const F_SETOWN = 6
43267 pkg syscall (openbsd-386), const F_UNLCK = 2
43268 pkg syscall (openbsd-386), const F_WRLCK = 3
43269 pkg syscall (openbsd-386), const HUPCL = 16384
43270 pkg syscall (openbsd-386), const ICANON = 256
43271 pkg syscall (openbsd-386), const ICRNL = 256
43272 pkg syscall (openbsd-386), const IEXTEN = 1024
43273 pkg syscall (openbsd-386), const IFAN_ARRIVAL = 0
43274 pkg syscall (openbsd-386), const IFAN_DEPARTURE = 1
43275 pkg syscall (openbsd-386), const IFA_ROUTE = 1
43276 pkg syscall (openbsd-386), const IFF_ALLMULTI = 512
43277 pkg syscall (openbsd-386), const IFF_CANTCHANGE = 36434
43278 pkg syscall (openbsd-386), const IFF_DEBUG = 4
43279 pkg syscall (openbsd-386), const IFF_LINK0 = 4096
43280 pkg syscall (openbsd-386), const IFF_LINK1 = 8192
43281 pkg syscall (openbsd-386), const IFF_LINK2 = 16384
43282 pkg syscall (openbsd-386), const IFF_LOOPBACK = 8
43283 pkg syscall (openbsd-386), const IFF_MULTICAST = 32768
43284 pkg syscall (openbsd-386), const IFF_NOARP = 128
43285 pkg syscall (openbsd-386), const IFF_NOTRAILERS = 32
43286 pkg syscall (openbsd-386), const IFF_OACTIVE = 1024
43287 pkg syscall (openbsd-386), const IFF_POINTOPOINT = 16
43288 pkg syscall (openbsd-386), const IFF_PROMISC = 256
43289 pkg syscall (openbsd-386), const IFF_RUNNING = 64
43290 pkg syscall (openbsd-386), const IFF_SIMPLEX = 2048
43291 pkg syscall (openbsd-386), const IFNAMSIZ = 16
43292 pkg syscall (openbsd-386), const IFT_1822 = 2
43293 pkg syscall (openbsd-386), const IFT_A12MPPSWITCH = 130
43294 pkg syscall (openbsd-386), const IFT_AAL2 = 187
43295 pkg syscall (openbsd-386), const IFT_AAL5 = 49
43296 pkg syscall (openbsd-386), const IFT_ADSL = 94
43297 pkg syscall (openbsd-386), const IFT_AFLANE8023 = 59
43298 pkg syscall (openbsd-386), const IFT_AFLANE8025 = 60
43299 pkg syscall (openbsd-386), const IFT_ARAP = 88
43300 pkg syscall (openbsd-386), const IFT_ARCNET = 35
43301 pkg syscall (openbsd-386), const IFT_ARCNETPLUS = 36
43302 pkg syscall (openbsd-386), const IFT_ASYNC = 84
43303 pkg syscall (openbsd-386), const IFT_ATM = 37
43304 pkg syscall (openbsd-386), const IFT_ATMDXI = 105
43305 pkg syscall (openbsd-386), const IFT_ATMFUNI = 106
43306 pkg syscall (openbsd-386), const IFT_ATMIMA = 107
43307 pkg syscall (openbsd-386), const IFT_ATMLOGICAL = 80
43308 pkg syscall (openbsd-386), const IFT_ATMRADIO = 189
43309 pkg syscall (openbsd-386), const IFT_ATMSUBINTERFACE = 134
43310 pkg syscall (openbsd-386), const IFT_ATMVCIENDPT = 194
43311 pkg syscall (openbsd-386), const IFT_ATMVIRTUAL = 149
43312 pkg syscall (openbsd-386), const IFT_BGPPOLICYACCOUNTING = 162
43313 pkg syscall (openbsd-386), const IFT_BLUETOOTH = 248
43314 pkg syscall (openbsd-386), const IFT_BRIDGE = 209
43315 pkg syscall (openbsd-386), const IFT_BSC = 83
43316 pkg syscall (openbsd-386), const IFT_CARP = 247
43317 pkg syscall (openbsd-386), const IFT_CCTEMUL = 61
43318 pkg syscall (openbsd-386), const IFT_CEPT = 19
43319 pkg syscall (openbsd-386), const IFT_CES = 133
43320 pkg syscall (openbsd-386), const IFT_CHANNEL = 70
43321 pkg syscall (openbsd-386), const IFT_CNR = 85
43322 pkg syscall (openbsd-386), const IFT_COFFEE = 132
43323 pkg syscall (openbsd-386), const IFT_COMPOSITELINK = 155
43324 pkg syscall (openbsd-386), const IFT_DCN = 141
43325 pkg syscall (openbsd-386), const IFT_DIGITALPOWERLINE = 138
43326 pkg syscall (openbsd-386), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
43327 pkg syscall (openbsd-386), const IFT_DLSW = 74
43328 pkg syscall (openbsd-386), const IFT_DOCSCABLEDOWNSTREAM = 128
43329 pkg syscall (openbsd-386), const IFT_DOCSCABLEMACLAYER = 127
43330 pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAM = 129
43331 pkg syscall (openbsd-386), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
43332 pkg syscall (openbsd-386), const IFT_DS0 = 81
43333 pkg syscall (openbsd-386), const IFT_DS0BUNDLE = 82
43334 pkg syscall (openbsd-386), const IFT_DS1FDL = 170
43335 pkg syscall (openbsd-386), const IFT_DS3 = 30
43336 pkg syscall (openbsd-386), const IFT_DTM = 140
43337 pkg syscall (openbsd-386), const IFT_DUMMY = 241
43338 pkg syscall (openbsd-386), const IFT_DVBASILN = 172
43339 pkg syscall (openbsd-386), const IFT_DVBASIOUT = 173
43340 pkg syscall (openbsd-386), const IFT_DVBRCCDOWNSTREAM = 147
43341 pkg syscall (openbsd-386), const IFT_DVBRCCMACLAYER = 146
43342 pkg syscall (openbsd-386), const IFT_DVBRCCUPSTREAM = 148
43343 pkg syscall (openbsd-386), const IFT_ECONET = 206
43344 pkg syscall (openbsd-386), const IFT_ENC = 244
43345 pkg syscall (openbsd-386), const IFT_EON = 25
43346 pkg syscall (openbsd-386), const IFT_EPLRS = 87
43347 pkg syscall (openbsd-386), const IFT_ESCON = 73
43348 pkg syscall (openbsd-386), const IFT_ETHER = 6
43349 pkg syscall (openbsd-386), const IFT_FAITH = 243
43350 pkg syscall (openbsd-386), const IFT_FAST = 125
43351 pkg syscall (openbsd-386), const IFT_FASTETHER = 62
43352 pkg syscall (openbsd-386), const IFT_FASTETHERFX = 69
43353 pkg syscall (openbsd-386), const IFT_FDDI = 15
43354 pkg syscall (openbsd-386), const IFT_FIBRECHANNEL = 56
43355 pkg syscall (openbsd-386), const IFT_FRAMERELAYINTERCONNECT = 58
43356 pkg syscall (openbsd-386), const IFT_FRAMERELAYMPI = 92
43357 pkg syscall (openbsd-386), const IFT_FRDLCIENDPT = 193
43358 pkg syscall (openbsd-386), const IFT_FRELAY = 32
43359 pkg syscall (openbsd-386), const IFT_FRELAYDCE = 44
43360 pkg syscall (openbsd-386), const IFT_FRF16MFRBUNDLE = 163
43361 pkg syscall (openbsd-386), const IFT_FRFORWARD = 158
43362 pkg syscall (openbsd-386), const IFT_G703AT2MB = 67
43363 pkg syscall (openbsd-386), const IFT_G703AT64K = 66
43364 pkg syscall (openbsd-386), const IFT_GIF = 240
43365 pkg syscall (openbsd-386), const IFT_GIGABITETHERNET = 117
43366 pkg syscall (openbsd-386), const IFT_GR303IDT = 178
43367 pkg syscall (openbsd-386), const IFT_GR303RDT = 177
43368 pkg syscall (openbsd-386), const IFT_H323GATEKEEPER = 164
43369 pkg syscall (openbsd-386), const IFT_H323PROXY = 165
43370 pkg syscall (openbsd-386), const IFT_HDH1822 = 3
43371 pkg syscall (openbsd-386), const IFT_HDLC = 118
43372 pkg syscall (openbsd-386), const IFT_HDSL2 = 168
43373 pkg syscall (openbsd-386), const IFT_HIPERLAN2 = 183
43374 pkg syscall (openbsd-386), const IFT_HIPPI = 47
43375 pkg syscall (openbsd-386), const IFT_HIPPIINTERFACE = 57
43376 pkg syscall (openbsd-386), const IFT_HOSTPAD = 90
43377 pkg syscall (openbsd-386), const IFT_HSSI = 46
43378 pkg syscall (openbsd-386), const IFT_HY = 14
43379 pkg syscall (openbsd-386), const IFT_IBM370PARCHAN = 72
43380 pkg syscall (openbsd-386), const IFT_IDSL = 154
43381 pkg syscall (openbsd-386), const IFT_IEEE1394 = 144
43382 pkg syscall (openbsd-386), const IFT_IEEE80211 = 71
43383 pkg syscall (openbsd-386), const IFT_IEEE80212 = 55
43384 pkg syscall (openbsd-386), const IFT_IEEE8023ADLAG = 161
43385 pkg syscall (openbsd-386), const IFT_IFGSN = 145
43386 pkg syscall (openbsd-386), const IFT_IMT = 190
43387 pkg syscall (openbsd-386), const IFT_INFINIBAND = 199
43388 pkg syscall (openbsd-386), const IFT_INTERLEAVE = 124
43389 pkg syscall (openbsd-386), const IFT_IP = 126
43390 pkg syscall (openbsd-386), const IFT_IPFORWARD = 142
43391 pkg syscall (openbsd-386), const IFT_IPOVERATM = 114
43392 pkg syscall (openbsd-386), const IFT_IPOVERCDLC = 109
43393 pkg syscall (openbsd-386), const IFT_IPOVERCLAW = 110
43394 pkg syscall (openbsd-386), const IFT_IPSWITCH = 78
43395 pkg syscall (openbsd-386), const IFT_ISDN = 63
43396 pkg syscall (openbsd-386), const IFT_ISDNBASIC = 20
43397 pkg syscall (openbsd-386), const IFT_ISDNPRIMARY = 21
43398 pkg syscall (openbsd-386), const IFT_ISDNS = 75
43399 pkg syscall (openbsd-386), const IFT_ISDNU = 76
43400 pkg syscall (openbsd-386), const IFT_ISO88022LLC = 41
43401 pkg syscall (openbsd-386), const IFT_ISO88023 = 7
43402 pkg syscall (openbsd-386), const IFT_ISO88024 = 8
43403 pkg syscall (openbsd-386), const IFT_ISO88025 = 9
43404 pkg syscall (openbsd-386), const IFT_ISO88025CRFPINT = 98
43405 pkg syscall (openbsd-386), const IFT_ISO88025DTR = 86
43406 pkg syscall (openbsd-386), const IFT_ISO88025FIBER = 115
43407 pkg syscall (openbsd-386), const IFT_ISO88026 = 10
43408 pkg syscall (openbsd-386), const IFT_ISUP = 179
43409 pkg syscall (openbsd-386), const IFT_L2VLAN = 135
43410 pkg syscall (openbsd-386), const IFT_L3IPVLAN = 136
43411 pkg syscall (openbsd-386), const IFT_L3IPXVLAN = 137
43412 pkg syscall (openbsd-386), const IFT_LAPB = 16
43413 pkg syscall (openbsd-386), const IFT_LAPD = 77
43414 pkg syscall (openbsd-386), const IFT_LAPF = 119
43415 pkg syscall (openbsd-386), const IFT_LINEGROUP = 210
43416 pkg syscall (openbsd-386), const IFT_LOCALTALK = 42
43417 pkg syscall (openbsd-386), const IFT_LOOP = 24
43418 pkg syscall (openbsd-386), const IFT_MEDIAMAILOVERIP = 139
43419 pkg syscall (openbsd-386), const IFT_MFSIGLINK = 167
43420 pkg syscall (openbsd-386), const IFT_MIOX25 = 38
43421 pkg syscall (openbsd-386), const IFT_MODEM = 48
43422 pkg syscall (openbsd-386), const IFT_MPC = 113
43423 pkg syscall (openbsd-386), const IFT_MPLS = 166
43424 pkg syscall (openbsd-386), const IFT_MPLSTUNNEL = 150
43425 pkg syscall (openbsd-386), const IFT_MSDSL = 143
43426 pkg syscall (openbsd-386), const IFT_MVL = 191
43427 pkg syscall (openbsd-386), const IFT_MYRINET = 99
43428 pkg syscall (openbsd-386), const IFT_NFAS = 175
43429 pkg syscall (openbsd-386), const IFT_NSIP = 27
43430 pkg syscall (openbsd-386), const IFT_OPTICALCHANNEL = 195
43431 pkg syscall (openbsd-386), const IFT_OPTICALTRANSPORT = 196
43432 pkg syscall (openbsd-386), const IFT_OTHER = 1
43433 pkg syscall (openbsd-386), const IFT_P10 = 12
43434 pkg syscall (openbsd-386), const IFT_P80 = 13
43435 pkg syscall (openbsd-386), const IFT_PARA = 34
43436 pkg syscall (openbsd-386), const IFT_PFLOG = 245
43437 pkg syscall (openbsd-386), const IFT_PFLOW = 249
43438 pkg syscall (openbsd-386), const IFT_PFSYNC = 246
43439 pkg syscall (openbsd-386), const IFT_PLC = 174
43440 pkg syscall (openbsd-386), const IFT_PON155 = 207
43441 pkg syscall (openbsd-386), const IFT_PON622 = 208
43442 pkg syscall (openbsd-386), const IFT_POS = 171
43443 pkg syscall (openbsd-386), const IFT_PPP = 23
43444 pkg syscall (openbsd-386), const IFT_PPPMULTILINKBUNDLE = 108
43445 pkg syscall (openbsd-386), const IFT_PROPATM = 197
43446 pkg syscall (openbsd-386), const IFT_PROPBWAP2MP = 184
43447 pkg syscall (openbsd-386), const IFT_PROPCNLS = 89
43448 pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
43449 pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSMACLAYER = 180
43450 pkg syscall (openbsd-386), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
43451 pkg syscall (openbsd-386), const IFT_PROPMUX = 54
43452 pkg syscall (openbsd-386), const IFT_PROPVIRTUAL = 53
43453 pkg syscall (openbsd-386), const IFT_PROPWIRELESSP2P = 157
43454 pkg syscall (openbsd-386), const IFT_PTPSERIAL = 22
43455 pkg syscall (openbsd-386), const IFT_PVC = 242
43456 pkg syscall (openbsd-386), const IFT_Q2931 = 201
43457 pkg syscall (openbsd-386), const IFT_QLLC = 68
43458 pkg syscall (openbsd-386), const IFT_RADIOMAC = 188
43459 pkg syscall (openbsd-386), const IFT_RADSL = 95
43460 pkg syscall (openbsd-386), const IFT_REACHDSL = 192
43461 pkg syscall (openbsd-386), const IFT_RFC1483 = 159
43462 pkg syscall (openbsd-386), const IFT_RS232 = 33
43463 pkg syscall (openbsd-386), const IFT_RSRB = 79
43464 pkg syscall (openbsd-386), const IFT_SDLC = 17
43465 pkg syscall (openbsd-386), const IFT_SDSL = 96
43466 pkg syscall (openbsd-386), const IFT_SHDSL = 169
43467 pkg syscall (openbsd-386), const IFT_SIP = 31
43468 pkg syscall (openbsd-386), const IFT_SIPSIG = 204
43469 pkg syscall (openbsd-386), const IFT_SIPTG = 203
43470 pkg syscall (openbsd-386), const IFT_SLIP = 28
43471 pkg syscall (openbsd-386), const IFT_SMDSDXI = 43
43472 pkg syscall (openbsd-386), const IFT_SMDSICIP = 52
43473 pkg syscall (openbsd-386), const IFT_SONET = 39
43474 pkg syscall (openbsd-386), const IFT_SONETOVERHEADCHANNEL = 185
43475 pkg syscall (openbsd-386), const IFT_SONETPATH = 50
43476 pkg syscall (openbsd-386), const IFT_SONETVT = 51
43477 pkg syscall (openbsd-386), const IFT_SRP = 151
43478 pkg syscall (openbsd-386), const IFT_SS7SIGLINK = 156
43479 pkg syscall (openbsd-386), const IFT_STACKTOSTACK = 111
43480 pkg syscall (openbsd-386), const IFT_STARLAN = 11
43481 pkg syscall (openbsd-386), const IFT_T1 = 18
43482 pkg syscall (openbsd-386), const IFT_TDLC = 116
43483 pkg syscall (openbsd-386), const IFT_TELINK = 200
43484 pkg syscall (openbsd-386), const IFT_TERMPAD = 91
43485 pkg syscall (openbsd-386), const IFT_TR008 = 176
43486 pkg syscall (openbsd-386), const IFT_TRANSPHDLC = 123
43487 pkg syscall (openbsd-386), const IFT_TUNNEL = 131
43488 pkg syscall (openbsd-386), const IFT_ULTRA = 29
43489 pkg syscall (openbsd-386), const IFT_USB = 160
43490 pkg syscall (openbsd-386), const IFT_V11 = 64
43491 pkg syscall (openbsd-386), const IFT_V35 = 45
43492 pkg syscall (openbsd-386), const IFT_V36 = 65
43493 pkg syscall (openbsd-386), const IFT_V37 = 120
43494 pkg syscall (openbsd-386), const IFT_VDSL = 97
43495 pkg syscall (openbsd-386), const IFT_VIRTUALIPADDRESS = 112
43496 pkg syscall (openbsd-386), const IFT_VIRTUALTG = 202
43497 pkg syscall (openbsd-386), const IFT_VOICEDID = 213
43498 pkg syscall (openbsd-386), const IFT_VOICEEM = 100
43499 pkg syscall (openbsd-386), const IFT_VOICEEMFGD = 211
43500 pkg syscall (openbsd-386), const IFT_VOICEENCAP = 103
43501 pkg syscall (openbsd-386), const IFT_VOICEFGDEANA = 212
43502 pkg syscall (openbsd-386), const IFT_VOICEFXO = 101
43503 pkg syscall (openbsd-386), const IFT_VOICEFXS = 102
43504 pkg syscall (openbsd-386), const IFT_VOICEOVERATM = 152
43505 pkg syscall (openbsd-386), const IFT_VOICEOVERCABLE = 198
43506 pkg syscall (openbsd-386), const IFT_VOICEOVERFRAMERELAY = 153
43507 pkg syscall (openbsd-386), const IFT_VOICEOVERIP = 104
43508 pkg syscall (openbsd-386), const IFT_X213 = 93
43509 pkg syscall (openbsd-386), const IFT_X25 = 5
43510 pkg syscall (openbsd-386), const IFT_X25DDN = 4
43511 pkg syscall (openbsd-386), const IFT_X25HUNTGROUP = 122
43512 pkg syscall (openbsd-386), const IFT_X25MLP = 121
43513 pkg syscall (openbsd-386), const IFT_X25PLE = 40
43514 pkg syscall (openbsd-386), const IFT_XETHER = 26
43515 pkg syscall (openbsd-386), const IGNBRK = 1
43516 pkg syscall (openbsd-386), const IGNCR = 128
43517 pkg syscall (openbsd-386), const IGNPAR = 4
43518 pkg syscall (openbsd-386), const IMAXBEL = 8192
43519 pkg syscall (openbsd-386), const INLCR = 64
43520 pkg syscall (openbsd-386), const INPCK = 16
43521 pkg syscall (openbsd-386), const IN_CLASSA_HOST = 16777215
43522 pkg syscall (openbsd-386), const IN_CLASSA_MAX = 128
43523 pkg syscall (openbsd-386), const IN_CLASSA_NET = 4278190080
43524 pkg syscall (openbsd-386), const IN_CLASSA_NSHIFT = 24
43525 pkg syscall (openbsd-386), const IN_CLASSB_HOST = 65535
43526 pkg syscall (openbsd-386), const IN_CLASSB_MAX = 65536
43527 pkg syscall (openbsd-386), const IN_CLASSB_NET = 4294901760
43528 pkg syscall (openbsd-386), const IN_CLASSB_NSHIFT = 16
43529 pkg syscall (openbsd-386), const IN_CLASSC_HOST = 255
43530 pkg syscall (openbsd-386), const IN_CLASSC_NET = 4294967040
43531 pkg syscall (openbsd-386), const IN_CLASSC_NSHIFT = 8
43532 pkg syscall (openbsd-386), const IN_CLASSD_HOST = 268435455
43533 pkg syscall (openbsd-386), const IN_CLASSD_NET = 4026531840
43534 pkg syscall (openbsd-386), const IN_CLASSD_NSHIFT = 28
43535 pkg syscall (openbsd-386), const IN_LOOPBACKNET = 127
43536 pkg syscall (openbsd-386), const IN_RFC3021_HOST = 1
43537 pkg syscall (openbsd-386), const IN_RFC3021_NET = 4294967294
43538 pkg syscall (openbsd-386), const IN_RFC3021_NSHIFT = 31
43539 pkg syscall (openbsd-386), const IPPROTO_AH = 51
43540 pkg syscall (openbsd-386), const IPPROTO_CARP = 112
43541 pkg syscall (openbsd-386), const IPPROTO_DIVERT = 258
43542 pkg syscall (openbsd-386), const IPPROTO_DONE = 257
43543 pkg syscall (openbsd-386), const IPPROTO_DSTOPTS = 60
43544 pkg syscall (openbsd-386), const IPPROTO_EGP = 8
43545 pkg syscall (openbsd-386), const IPPROTO_ENCAP = 98
43546 pkg syscall (openbsd-386), const IPPROTO_EON = 80
43547 pkg syscall (openbsd-386), const IPPROTO_ESP = 50
43548 pkg syscall (openbsd-386), const IPPROTO_ETHERIP = 97
43549 pkg syscall (openbsd-386), const IPPROTO_FRAGMENT = 44
43550 pkg syscall (openbsd-386), const IPPROTO_GGP = 3
43551 pkg syscall (openbsd-386), const IPPROTO_GRE = 47
43552 pkg syscall (openbsd-386), const IPPROTO_HOPOPTS = 0
43553 pkg syscall (openbsd-386), const IPPROTO_ICMP = 1
43554 pkg syscall (openbsd-386), const IPPROTO_ICMPV6 = 58
43555 pkg syscall (openbsd-386), const IPPROTO_IDP = 22
43556 pkg syscall (openbsd-386), const IPPROTO_IGMP = 2
43557 pkg syscall (openbsd-386), const IPPROTO_IPCOMP = 108
43558 pkg syscall (openbsd-386), const IPPROTO_IPIP = 4
43559 pkg syscall (openbsd-386), const IPPROTO_IPV4 = 4
43560 pkg syscall (openbsd-386), const IPPROTO_MAX = 256
43561 pkg syscall (openbsd-386), const IPPROTO_MAXID = 259
43562 pkg syscall (openbsd-386), const IPPROTO_MOBILE = 55
43563 pkg syscall (openbsd-386), const IPPROTO_MPLS = 137
43564 pkg syscall (openbsd-386), const IPPROTO_NONE = 59
43565 pkg syscall (openbsd-386), const IPPROTO_PFSYNC = 240
43566 pkg syscall (openbsd-386), const IPPROTO_PIM = 103
43567 pkg syscall (openbsd-386), const IPPROTO_PUP = 12
43568 pkg syscall (openbsd-386), const IPPROTO_RAW = 255
43569 pkg syscall (openbsd-386), const IPPROTO_ROUTING = 43
43570 pkg syscall (openbsd-386), const IPPROTO_RSVP = 46
43571 pkg syscall (openbsd-386), const IPPROTO_TP = 29
43572 pkg syscall (openbsd-386), const IPV6_AUTH_LEVEL = 53
43573 pkg syscall (openbsd-386), const IPV6_AUTOFLOWLABEL = 59
43574 pkg syscall (openbsd-386), const IPV6_CHECKSUM = 26
43575 pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_HOPS = 1
43576 pkg syscall (openbsd-386), const IPV6_DEFAULT_MULTICAST_LOOP = 1
43577 pkg syscall (openbsd-386), const IPV6_DEFHLIM = 64
43578 pkg syscall (openbsd-386), const IPV6_DONTFRAG = 62
43579 pkg syscall (openbsd-386), const IPV6_DSTOPTS = 50
43580 pkg syscall (openbsd-386), const IPV6_ESP_NETWORK_LEVEL = 55
43581 pkg syscall (openbsd-386), const IPV6_ESP_TRANS_LEVEL = 54
43582 pkg syscall (openbsd-386), const IPV6_FAITH = 29
43583 pkg syscall (openbsd-386), const IPV6_FLOWINFO_MASK = 4294967055
43584 pkg syscall (openbsd-386), const IPV6_FLOWLABEL_MASK = 4294905600
43585 pkg syscall (openbsd-386), const IPV6_FRAGTTL = 120
43586 pkg syscall (openbsd-386), const IPV6_HLIMDEC = 1
43587 pkg syscall (openbsd-386), const IPV6_HOPLIMIT = 47
43588 pkg syscall (openbsd-386), const IPV6_HOPOPTS = 49
43589 pkg syscall (openbsd-386), const IPV6_IPCOMP_LEVEL = 60
43590 pkg syscall (openbsd-386), const IPV6_JOIN_GROUP = 12
43591 pkg syscall (openbsd-386), const IPV6_LEAVE_GROUP = 13
43592 pkg syscall (openbsd-386), const IPV6_MAXHLIM = 255
43593 pkg syscall (openbsd-386), const IPV6_MAXPACKET = 65535
43594 pkg syscall (openbsd-386), const IPV6_MMTU = 1280
43595 pkg syscall (openbsd-386), const IPV6_MULTICAST_HOPS = 10
43596 pkg syscall (openbsd-386), const IPV6_MULTICAST_IF = 9
43597 pkg syscall (openbsd-386), const IPV6_MULTICAST_LOOP = 11
43598 pkg syscall (openbsd-386), const IPV6_NEXTHOP = 48
43599 pkg syscall (openbsd-386), const IPV6_OPTIONS = 1
43600 pkg syscall (openbsd-386), const IPV6_PATHMTU = 44
43601 pkg syscall (openbsd-386), const IPV6_PIPEX = 63
43602 pkg syscall (openbsd-386), const IPV6_PKTINFO = 46
43603 pkg syscall (openbsd-386), const IPV6_PORTRANGE = 14
43604 pkg syscall (openbsd-386), const IPV6_PORTRANGE_DEFAULT = 0
43605 pkg syscall (openbsd-386), const IPV6_PORTRANGE_HIGH = 1
43606 pkg syscall (openbsd-386), const IPV6_PORTRANGE_LOW = 2
43607 pkg syscall (openbsd-386), const IPV6_RECVDSTOPTS = 40
43608 pkg syscall (openbsd-386), const IPV6_RECVHOPLIMIT = 37
43609 pkg syscall (openbsd-386), const IPV6_RECVHOPOPTS = 39
43610 pkg syscall (openbsd-386), const IPV6_RECVPATHMTU = 43
43611 pkg syscall (openbsd-386), const IPV6_RECVPKTINFO = 36
43612 pkg syscall (openbsd-386), const IPV6_RECVRTHDR = 38
43613 pkg syscall (openbsd-386), const IPV6_RECVTCLASS = 57
43614 pkg syscall (openbsd-386), const IPV6_RTABLE = 4129
43615 pkg syscall (openbsd-386), const IPV6_RTHDR = 51
43616 pkg syscall (openbsd-386), const IPV6_RTHDRDSTOPTS = 35
43617 pkg syscall (openbsd-386), const IPV6_RTHDR_LOOSE = 0
43618 pkg syscall (openbsd-386), const IPV6_RTHDR_STRICT = 1
43619 pkg syscall (openbsd-386), const IPV6_RTHDR_TYPE_0 = 0
43620 pkg syscall (openbsd-386), const IPV6_SOCKOPT_RESERVED1 = 3
43621 pkg syscall (openbsd-386), const IPV6_TCLASS = 61
43622 pkg syscall (openbsd-386), const IPV6_UNICAST_HOPS = 4
43623 pkg syscall (openbsd-386), const IPV6_USE_MIN_MTU = 42
43624 pkg syscall (openbsd-386), const IPV6_V6ONLY = 27
43625 pkg syscall (openbsd-386), const IPV6_VERSION = 96
43626 pkg syscall (openbsd-386), const IPV6_VERSION_MASK = 240
43627 pkg syscall (openbsd-386), const IP_ADD_MEMBERSHIP = 12
43628 pkg syscall (openbsd-386), const IP_AUTH_LEVEL = 20
43629 pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_LOOP = 1
43630 pkg syscall (openbsd-386), const IP_DEFAULT_MULTICAST_TTL = 1
43631 pkg syscall (openbsd-386), const IP_DF = 16384
43632 pkg syscall (openbsd-386), const IP_DROP_MEMBERSHIP = 13
43633 pkg syscall (openbsd-386), const IP_ESP_NETWORK_LEVEL = 22
43634 pkg syscall (openbsd-386), const IP_ESP_TRANS_LEVEL = 21
43635 pkg syscall (openbsd-386), const IP_HDRINCL = 2
43636 pkg syscall (openbsd-386), const IP_IPCOMP_LEVEL = 29
43637 pkg syscall (openbsd-386), const IP_IPSECFLOWINFO = 36
43638 pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_AUTH = 27
43639 pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_CRED = 25
43640 pkg syscall (openbsd-386), const IP_IPSEC_LOCAL_ID = 23
43641 pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_AUTH = 28
43642 pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_CRED = 26
43643 pkg syscall (openbsd-386), const IP_IPSEC_REMOTE_ID = 24
43644 pkg syscall (openbsd-386), const IP_MAXPACKET = 65535
43645 pkg syscall (openbsd-386), const IP_MAX_MEMBERSHIPS = 4095
43646 pkg syscall (openbsd-386), const IP_MF = 8192
43647 pkg syscall (openbsd-386), const IP_MINTTL = 32
43648 pkg syscall (openbsd-386), const IP_MIN_MEMBERSHIPS = 15
43649 pkg syscall (openbsd-386), const IP_MSS = 576
43650 pkg syscall (openbsd-386), const IP_MULTICAST_IF = 9
43651 pkg syscall (openbsd-386), const IP_MULTICAST_LOOP = 11
43652 pkg syscall (openbsd-386), const IP_MULTICAST_TTL = 10
43653 pkg syscall (openbsd-386), const IP_OFFMASK = 8191
43654 pkg syscall (openbsd-386), const IP_OPTIONS = 1
43655 pkg syscall (openbsd-386), const IP_PIPEX = 34
43656 pkg syscall (openbsd-386), const IP_PORTRANGE = 19
43657 pkg syscall (openbsd-386), const IP_PORTRANGE_DEFAULT = 0
43658 pkg syscall (openbsd-386), const IP_PORTRANGE_HIGH = 1
43659 pkg syscall (openbsd-386), const IP_PORTRANGE_LOW = 2
43660 pkg syscall (openbsd-386), const IP_RECVDSTADDR = 7
43661 pkg syscall (openbsd-386), const IP_RECVDSTPORT = 33
43662 pkg syscall (openbsd-386), const IP_RECVIF = 30
43663 pkg syscall (openbsd-386), const IP_RECVOPTS = 5
43664 pkg syscall (openbsd-386), const IP_RECVRETOPTS = 6
43665 pkg syscall (openbsd-386), const IP_RECVRTABLE = 35
43666 pkg syscall (openbsd-386), const IP_RECVTTL = 31
43667 pkg syscall (openbsd-386), const IP_RETOPTS = 8
43668 pkg syscall (openbsd-386), const IP_RF = 32768
43669 pkg syscall (openbsd-386), const IP_RTABLE = 4129
43670 pkg syscall (openbsd-386), const IP_TOS = 3
43671 pkg syscall (openbsd-386), const IP_TTL = 4
43672 pkg syscall (openbsd-386), const ISIG = 128
43673 pkg syscall (openbsd-386), const ISTRIP = 32
43674 pkg syscall (openbsd-386), const IXANY = 2048
43675 pkg syscall (openbsd-386), const IXOFF = 1024
43676 pkg syscall (openbsd-386), const IXON = 512
43677 pkg syscall (openbsd-386), const ImplementsGetwd = false
43678 pkg syscall (openbsd-386), const LCNT_OVERLOAD_FLUSH = 6
43679 pkg syscall (openbsd-386), const LOCK_EX = 2
43680 pkg syscall (openbsd-386), const LOCK_NB = 4
43681 pkg syscall (openbsd-386), const LOCK_SH = 1
43682 pkg syscall (openbsd-386), const LOCK_UN = 8
43683 pkg syscall (openbsd-386), const MSG_BCAST = 256
43684 pkg syscall (openbsd-386), const MSG_CTRUNC = 32
43685 pkg syscall (openbsd-386), const MSG_DONTROUTE = 4
43686 pkg syscall (openbsd-386), const MSG_DONTWAIT = 128
43687 pkg syscall (openbsd-386), const MSG_EOR = 8
43688 pkg syscall (openbsd-386), const MSG_MCAST = 512
43689 pkg syscall (openbsd-386), const MSG_NOSIGNAL = 1024
43690 pkg syscall (openbsd-386), const MSG_OOB = 1
43691 pkg syscall (openbsd-386), const MSG_PEEK = 2
43692 pkg syscall (openbsd-386), const MSG_TRUNC = 16
43693 pkg syscall (openbsd-386), const MSG_WAITALL = 64
43694 pkg syscall (openbsd-386), const NAME_MAX = 255
43695 pkg syscall (openbsd-386), const NET_RT_DUMP = 1
43696 pkg syscall (openbsd-386), const NET_RT_FLAGS = 2
43697 pkg syscall (openbsd-386), const NET_RT_IFLIST = 3
43698 pkg syscall (openbsd-386), const NET_RT_MAXID = 6
43699 pkg syscall (openbsd-386), const NET_RT_STATS = 4
43700 pkg syscall (openbsd-386), const NET_RT_TABLE = 5
43701 pkg syscall (openbsd-386), const NOFLSH = 2147483648
43702 pkg syscall (openbsd-386), const NOTE_ATTRIB = 8
43703 pkg syscall (openbsd-386), const NOTE_CHILD = 4
43704 pkg syscall (openbsd-386), const NOTE_DELETE = 1
43705 pkg syscall (openbsd-386), const NOTE_EOF = 2
43706 pkg syscall (openbsd-386), const NOTE_EXEC = 536870912
43707 pkg syscall (openbsd-386), const NOTE_EXIT = 2147483648
43708 pkg syscall (openbsd-386), const NOTE_EXTEND = 4
43709 pkg syscall (openbsd-386), const NOTE_FORK = 1073741824
43710 pkg syscall (openbsd-386), const NOTE_LINK = 16
43711 pkg syscall (openbsd-386), const NOTE_LOWAT = 1
43712 pkg syscall (openbsd-386), const NOTE_PCTRLMASK = 4026531840
43713 pkg syscall (openbsd-386), const NOTE_PDATAMASK = 1048575
43714 pkg syscall (openbsd-386), const NOTE_RENAME = 32
43715 pkg syscall (openbsd-386), const NOTE_REVOKE = 64
43716 pkg syscall (openbsd-386), const NOTE_TRACK = 1
43717 pkg syscall (openbsd-386), const NOTE_TRACKERR = 2
43718 pkg syscall (openbsd-386), const NOTE_TRUNCATE = 128
43719 pkg syscall (openbsd-386), const NOTE_WRITE = 2
43720 pkg syscall (openbsd-386), const OCRNL = 16
43721 pkg syscall (openbsd-386), const ONLCR = 2
43722 pkg syscall (openbsd-386), const ONLRET = 128
43723 pkg syscall (openbsd-386), const ONOCR = 64
43724 pkg syscall (openbsd-386), const ONOEOT = 8
43725 pkg syscall (openbsd-386), const OPOST = 1
43726 pkg syscall (openbsd-386), const O_ACCMODE = 3
43727 pkg syscall (openbsd-386), const O_APPEND = 8
43728 pkg syscall (openbsd-386), const O_ASYNC = 64
43729 pkg syscall (openbsd-386), const O_CLOEXEC = 65536
43730 pkg syscall (openbsd-386), const O_CREAT = 512
43731 pkg syscall (openbsd-386), const O_DIRECTORY = 131072
43732 pkg syscall (openbsd-386), const O_DSYNC = 128
43733 pkg syscall (openbsd-386), const O_EXCL = 2048
43734 pkg syscall (openbsd-386), const O_EXLOCK = 32
43735 pkg syscall (openbsd-386), const O_FSYNC = 128
43736 pkg syscall (openbsd-386), const O_NDELAY = 4
43737 pkg syscall (openbsd-386), const O_NOCTTY = 32768
43738 pkg syscall (openbsd-386), const O_NOFOLLOW = 256
43739 pkg syscall (openbsd-386), const O_NONBLOCK = 4
43740 pkg syscall (openbsd-386), const O_RSYNC = 128
43741 pkg syscall (openbsd-386), const O_SHLOCK = 16
43742 pkg syscall (openbsd-386), const O_SYNC = 128
43743 pkg syscall (openbsd-386), const O_TRUNC = 1024
43744 pkg syscall (openbsd-386), const PARENB = 4096
43745 pkg syscall (openbsd-386), const PARMRK = 8
43746 pkg syscall (openbsd-386), const PARODD = 8192
43747 pkg syscall (openbsd-386), const PENDIN = 536870912
43748 pkg syscall (openbsd-386), const PF_FLUSH = 1
43749 pkg syscall (openbsd-386), const PTRACE_CONT = 7
43750 pkg syscall (openbsd-386), const PTRACE_KILL = 8
43751 pkg syscall (openbsd-386), const PTRACE_TRACEME = 0
43752 pkg syscall (openbsd-386), const PT_MASK = 4190208
43753 pkg syscall (openbsd-386), const RLIMIT_CORE = 4
43754 pkg syscall (openbsd-386), const RLIMIT_CPU = 0
43755 pkg syscall (openbsd-386), const RLIMIT_DATA = 2
43756 pkg syscall (openbsd-386), const RLIMIT_FSIZE = 1
43757 pkg syscall (openbsd-386), const RLIMIT_NOFILE = 8
43758 pkg syscall (openbsd-386), const RLIMIT_STACK = 3
43759 pkg syscall (openbsd-386), const RLIM_INFINITY = 9223372036854775807
43760 pkg syscall (openbsd-386), const RTAX_AUTHOR = 6
43761 pkg syscall (openbsd-386), const RTAX_BRD = 7
43762 pkg syscall (openbsd-386), const RTAX_DST = 0
43763 pkg syscall (openbsd-386), const RTAX_GATEWAY = 1
43764 pkg syscall (openbsd-386), const RTAX_GENMASK = 3
43765 pkg syscall (openbsd-386), const RTAX_IFA = 5
43766 pkg syscall (openbsd-386), const RTAX_IFP = 4
43767 pkg syscall (openbsd-386), const RTAX_LABEL = 10
43768 pkg syscall (openbsd-386), const RTAX_MAX = 11
43769 pkg syscall (openbsd-386), const RTAX_NETMASK = 2
43770 pkg syscall (openbsd-386), const RTAX_SRC = 8
43771 pkg syscall (openbsd-386), const RTAX_SRCMASK = 9
43772 pkg syscall (openbsd-386), const RTA_AUTHOR = 64
43773 pkg syscall (openbsd-386), const RTA_BRD = 128
43774 pkg syscall (openbsd-386), const RTA_DST = 1
43775 pkg syscall (openbsd-386), const RTA_GATEWAY = 2
43776 pkg syscall (openbsd-386), const RTA_GENMASK = 8
43777 pkg syscall (openbsd-386), const RTA_IFA = 32
43778 pkg syscall (openbsd-386), const RTA_IFP = 16
43779 pkg syscall (openbsd-386), const RTA_LABEL = 1024
43780 pkg syscall (openbsd-386), const RTA_NETMASK = 4
43781 pkg syscall (openbsd-386), const RTA_SRC = 256
43782 pkg syscall (openbsd-386), const RTA_SRCMASK = 512
43783 pkg syscall (openbsd-386), const RTF_ANNOUNCE = 16384
43784 pkg syscall (openbsd-386), const RTF_BLACKHOLE = 4096
43785 pkg syscall (openbsd-386), const RTF_CLONED = 65536
43786 pkg syscall (openbsd-386), const RTF_CLONING = 256
43787 pkg syscall (openbsd-386), const RTF_DONE = 64
43788 pkg syscall (openbsd-386), const RTF_DYNAMIC = 16
43789 pkg syscall (openbsd-386), const RTF_FMASK = 63496
43790 pkg syscall (openbsd-386), const RTF_GATEWAY = 2
43791 pkg syscall (openbsd-386), const RTF_HOST = 4
43792 pkg syscall (openbsd-386), const RTF_LLINFO = 1024
43793 pkg syscall (openbsd-386), const RTF_MASK = 128
43794 pkg syscall (openbsd-386), const RTF_MODIFIED = 32
43795 pkg syscall (openbsd-386), const RTF_MPATH = 262144
43796 pkg syscall (openbsd-386), const RTF_MPLS = 1048576
43797 pkg syscall (openbsd-386), const RTF_PERMANENT_ARP = 8192
43798 pkg syscall (openbsd-386), const RTF_PROTO1 = 32768
43799 pkg syscall (openbsd-386), const RTF_PROTO2 = 16384
43800 pkg syscall (openbsd-386), const RTF_PROTO3 = 8192
43801 pkg syscall (openbsd-386), const RTF_REJECT = 8
43802 pkg syscall (openbsd-386), const RTF_SOURCE = 131072
43803 pkg syscall (openbsd-386), const RTF_STATIC = 2048
43804 pkg syscall (openbsd-386), const RTF_TUNNEL = 1048576
43805 pkg syscall (openbsd-386), const RTF_UP = 1
43806 pkg syscall (openbsd-386), const RTF_USETRAILERS = 32768
43807 pkg syscall (openbsd-386), const RTF_XRESOLVE = 512
43808 pkg syscall (openbsd-386), const RTM_ADD = 1
43809 pkg syscall (openbsd-386), const RTM_CHANGE = 3
43810 pkg syscall (openbsd-386), const RTM_DELADDR = 13
43811 pkg syscall (openbsd-386), const RTM_DELETE = 2
43812 pkg syscall (openbsd-386), const RTM_DESYNC = 16
43813 pkg syscall (openbsd-386), const RTM_GET = 4
43814 pkg syscall (openbsd-386), const RTM_IFANNOUNCE = 15
43815 pkg syscall (openbsd-386), const RTM_IFINFO = 14
43816 pkg syscall (openbsd-386), const RTM_LOCK = 8
43817 pkg syscall (openbsd-386), const RTM_LOSING = 5
43818 pkg syscall (openbsd-386), const RTM_MAXSIZE = 2048
43819 pkg syscall (openbsd-386), const RTM_MISS = 7
43820 pkg syscall (openbsd-386), const RTM_NEWADDR = 12
43821 pkg syscall (openbsd-386), const RTM_REDIRECT = 6
43822 pkg syscall (openbsd-386), const RTM_RESOLVE = 11
43823 pkg syscall (openbsd-386), const RTM_RTTUNIT = 1000000
43824 pkg syscall (openbsd-386), const RTM_VERSION = 4
43825 pkg syscall (openbsd-386), const RTV_EXPIRE = 4
43826 pkg syscall (openbsd-386), const RTV_HOPCOUNT = 2
43827 pkg syscall (openbsd-386), const RTV_MTU = 1
43828 pkg syscall (openbsd-386), const RTV_RPIPE = 8
43829 pkg syscall (openbsd-386), const RTV_RTT = 64
43830 pkg syscall (openbsd-386), const RTV_RTTVAR = 128
43831 pkg syscall (openbsd-386), const RTV_SPIPE = 16
43832 pkg syscall (openbsd-386), const RTV_SSTHRESH = 32
43833 pkg syscall (openbsd-386), const RT_TABLEID_MAX = 255
43834 pkg syscall (openbsd-386), const RUSAGE_CHILDREN = -1
43835 pkg syscall (openbsd-386), const RUSAGE_SELF = 0
43836 pkg syscall (openbsd-386), const RUSAGE_THREAD = 1
43837 pkg syscall (openbsd-386), const SCM_RIGHTS = 1
43838 pkg syscall (openbsd-386), const SCM_TIMESTAMP = 4
43839 pkg syscall (openbsd-386), const SIGBUS = 10
43840 pkg syscall (openbsd-386), const SIGCHLD = 20
43841 pkg syscall (openbsd-386), const SIGCONT = 19
43842 pkg syscall (openbsd-386), const SIGEMT = 7
43843 pkg syscall (openbsd-386), const SIGINFO = 29
43844 pkg syscall (openbsd-386), const SIGIO = 23
43845 pkg syscall (openbsd-386), const SIGIOT = 6
43846 pkg syscall (openbsd-386), const SIGPROF = 27
43847 pkg syscall (openbsd-386), const SIGSTOP = 17
43848 pkg syscall (openbsd-386), const SIGSYS = 12
43849 pkg syscall (openbsd-386), const SIGTHR = 32
43850 pkg syscall (openbsd-386), const SIGTSTP = 18
43851 pkg syscall (openbsd-386), const SIGTTIN = 21
43852 pkg syscall (openbsd-386), const SIGTTOU = 22
43853 pkg syscall (openbsd-386), const SIGURG = 16
43854 pkg syscall (openbsd-386), const SIGUSR1 = 30
43855 pkg syscall (openbsd-386), const SIGUSR2 = 31
43856 pkg syscall (openbsd-386), const SIGVTALRM = 26
43857 pkg syscall (openbsd-386), const SIGWINCH = 28
43858 pkg syscall (openbsd-386), const SIGXCPU = 24
43859 pkg syscall (openbsd-386), const SIGXFSZ = 25
43860 pkg syscall (openbsd-386), const SIOCADDMULTI = 2149607729
43861 pkg syscall (openbsd-386), const SIOCAIFADDR = 2151704858
43862 pkg syscall (openbsd-386), const SIOCAIFGROUP = 2149869959
43863 pkg syscall (openbsd-386), const SIOCALIFADDR = 2182637852
43864 pkg syscall (openbsd-386), const SIOCATMARK = 1074033415
43865 pkg syscall (openbsd-386), const SIOCBRDGADD = 2153015612
43866 pkg syscall (openbsd-386), const SIOCBRDGADDS = 2153015617
43867 pkg syscall (openbsd-386), const SIOCBRDGARL = 2154719565
43868 pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
43869 pkg syscall (openbsd-386), const SIOCBRDGDEL = 2153015613
43870 pkg syscall (openbsd-386), const SIOCBRDGDELS = 2153015618
43871 pkg syscall (openbsd-386), const SIOCBRDGFLUSH = 2153015624
43872 pkg syscall (openbsd-386), const SIOCBRDGFRL = 2154719566
43873 pkg syscall (openbsd-386), const SIOCBRDGGCACHE = 3222563137
43874 pkg syscall (openbsd-386), const SIOCBRDGGFD = 3222563154
43875 pkg syscall (openbsd-386), const SIOCBRDGGHT = 3222563153
43876 pkg syscall (openbsd-386), const SIOCBRDGGIFFLGS = 3226757438
43877 pkg syscall (openbsd-386), const SIOCBRDGGMA = 3222563155
43878 pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
43879 pkg syscall (openbsd-386), const SIOCBRDGGPRI = 3222563152
43880 pkg syscall (openbsd-386), const SIOCBRDGGRL = 3223873871
43881 pkg syscall (openbsd-386), const SIOCBRDGGSIFS = 3226757436
43882 pkg syscall (openbsd-386), const SIOCBRDGGTO = 3222563142
43883 pkg syscall (openbsd-386), const SIOCBRDGIFS = 3226757442
43884 pkg syscall (openbsd-386), const SIOCBRDGRTS = 3222825283
43885 pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
43886 pkg syscall (openbsd-386), const SIOCBRDGSCACHE = 2148821312
43887 pkg syscall (openbsd-386), const SIOCBRDGSFD = 2148821330
43888 pkg syscall (openbsd-386), const SIOCBRDGSHT = 2148821329
43889 pkg syscall (openbsd-386), const SIOCBRDGSIFCOST = 2153015637
43890 pkg syscall (openbsd-386), const SIOCBRDGSIFFLGS = 2153015615
43891 pkg syscall (openbsd-386), const SIOCBRDGSIFPRIO = 2153015636
43892 pkg syscall (openbsd-386), const SIOCBRDGSMA = 2148821331
43893 pkg syscall (openbsd-386), const SIOCBRDGSPRI = 2148821328
43894 pkg syscall (openbsd-386), const SIOCBRDGSPROTO = 2148821338
43895 pkg syscall (openbsd-386), const SIOCBRDGSTO = 2148821317
43896 pkg syscall (openbsd-386), const SIOCBRDGSTXHC = 2148821337
43897 pkg syscall (openbsd-386), const SIOCDELMULTI = 2149607730
43898 pkg syscall (openbsd-386), const SIOCDIFADDR = 2149607705
43899 pkg syscall (openbsd-386), const SIOCDIFGROUP = 2149869961
43900 pkg syscall (openbsd-386), const SIOCDIFPHYADDR = 2149607753
43901 pkg syscall (openbsd-386), const SIOCDLIFADDR = 2182637854
43902 pkg syscall (openbsd-386), const SIOCGETKALIVE = 3222825380
43903 pkg syscall (openbsd-386), const SIOCGETLABEL = 2149607834
43904 pkg syscall (openbsd-386), const SIOCGETPFLOW = 3223349758
43905 pkg syscall (openbsd-386), const SIOCGETPFSYNC = 3223349752
43906 pkg syscall (openbsd-386), const SIOCGETSGCNT = 3222566196
43907 pkg syscall (openbsd-386), const SIOCGETVIFCNT = 3222566195
43908 pkg syscall (openbsd-386), const SIOCGHIWAT = 1074033409
43909 pkg syscall (openbsd-386), const SIOCGIFADDR = 3223349537
43910 pkg syscall (openbsd-386), const SIOCGIFASYNCMAP = 3223349628
43911 pkg syscall (openbsd-386), const SIOCGIFBRDADDR = 3223349539
43912 pkg syscall (openbsd-386), const SIOCGIFCONF = 3221776676
43913 pkg syscall (openbsd-386), const SIOCGIFDATA = 3223349531
43914 pkg syscall (openbsd-386), const SIOCGIFDESCR = 3223349633
43915 pkg syscall (openbsd-386), const SIOCGIFDSTADDR = 3223349538
43916 pkg syscall (openbsd-386), const SIOCGIFFLAGS = 3223349521
43917 pkg syscall (openbsd-386), const SIOCGIFGATTR = 3223611787
43918 pkg syscall (openbsd-386), const SIOCGIFGENERIC = 3223349562
43919 pkg syscall (openbsd-386), const SIOCGIFGMEMB = 3223611786
43920 pkg syscall (openbsd-386), const SIOCGIFGROUP = 3223611784
43921 pkg syscall (openbsd-386), const SIOCGIFMEDIA = 3223873846
43922 pkg syscall (openbsd-386), const SIOCGIFMETRIC = 3223349527
43923 pkg syscall (openbsd-386), const SIOCGIFMTU = 3223349630
43924 pkg syscall (openbsd-386), const SIOCGIFNETMASK = 3223349541
43925 pkg syscall (openbsd-386), const SIOCGIFPDSTADDR = 3223349576
43926 pkg syscall (openbsd-386), const SIOCGIFPRIORITY = 3223349660
43927 pkg syscall (openbsd-386), const SIOCGIFPSRCADDR = 3223349575
43928 pkg syscall (openbsd-386), const SIOCGIFRDOMAIN = 3223349664
43929 pkg syscall (openbsd-386), const SIOCGIFRTLABEL = 3223349635
43930 pkg syscall (openbsd-386), const SIOCGIFTIMESLOT = 3223349638
43931 pkg syscall (openbsd-386), const SIOCGIFXFLAGS = 3223349662
43932 pkg syscall (openbsd-386), const SIOCGLIFADDR = 3256379677
43933 pkg syscall (openbsd-386), const SIOCGLIFPHYADDR = 3256379723
43934 pkg syscall (openbsd-386), const SIOCGLIFPHYRTABLE = 3223349666
43935 pkg syscall (openbsd-386), const SIOCGLOWAT = 1074033411
43936 pkg syscall (openbsd-386), const SIOCGPGRP = 1074033417
43937 pkg syscall (openbsd-386), const SIOCGVH = 3223349750
43938 pkg syscall (openbsd-386), const SIOCIFCREATE = 2149607802
43939 pkg syscall (openbsd-386), const SIOCIFDESTROY = 2149607801
43940 pkg syscall (openbsd-386), const SIOCIFGCLONERS = 3222038904
43941 pkg syscall (openbsd-386), const SIOCSETKALIVE = 2149083555
43942 pkg syscall (openbsd-386), const SIOCSETLABEL = 2149607833
43943 pkg syscall (openbsd-386), const SIOCSETPFLOW = 2149607933
43944 pkg syscall (openbsd-386), const SIOCSETPFSYNC = 2149607927
43945 pkg syscall (openbsd-386), const SIOCSHIWAT = 2147775232
43946 pkg syscall (openbsd-386), const SIOCSIFADDR = 2149607692
43947 pkg syscall (openbsd-386), const SIOCSIFASYNCMAP = 2149607805
43948 pkg syscall (openbsd-386), const SIOCSIFBRDADDR = 2149607699
43949 pkg syscall (openbsd-386), const SIOCSIFDESCR = 2149607808
43950 pkg syscall (openbsd-386), const SIOCSIFDSTADDR = 2149607694
43951 pkg syscall (openbsd-386), const SIOCSIFFLAGS = 2149607696
43952 pkg syscall (openbsd-386), const SIOCSIFGATTR = 2149869964
43953 pkg syscall (openbsd-386), const SIOCSIFGENERIC = 2149607737
43954 pkg syscall (openbsd-386), const SIOCSIFLLADDR = 2149607711
43955 pkg syscall (openbsd-386), const SIOCSIFMEDIA = 3223349557
43956 pkg syscall (openbsd-386), const SIOCSIFMETRIC = 2149607704
43957 pkg syscall (openbsd-386), const SIOCSIFMTU = 2149607807
43958 pkg syscall (openbsd-386), const SIOCSIFNETMASK = 2149607702
43959 pkg syscall (openbsd-386), const SIOCSIFPHYADDR = 2151704902
43960 pkg syscall (openbsd-386), const SIOCSIFPRIORITY = 2149607835
43961 pkg syscall (openbsd-386), const SIOCSIFRDOMAIN = 2149607839
43962 pkg syscall (openbsd-386), const SIOCSIFRTLABEL = 2149607810
43963 pkg syscall (openbsd-386), const SIOCSIFTIMESLOT = 2149607813
43964 pkg syscall (openbsd-386), const SIOCSIFXFLAGS = 2149607837
43965 pkg syscall (openbsd-386), const SIOCSLIFPHYADDR = 2182637898
43966 pkg syscall (openbsd-386), const SIOCSLIFPHYRTABLE = 2149607841
43967 pkg syscall (openbsd-386), const SIOCSLOWAT = 2147775234
43968 pkg syscall (openbsd-386), const SIOCSPGRP = 2147775240
43969 pkg syscall (openbsd-386), const SIOCSVH = 3223349749
43970 pkg syscall (openbsd-386), const SOCK_RDM = 4
43971 pkg syscall (openbsd-386), const SOL_SOCKET = 65535
43972 pkg syscall (openbsd-386), const SOMAXCONN = 128
43973 pkg syscall (openbsd-386), const SO_ACCEPTCONN = 2
43974 pkg syscall (openbsd-386), const SO_BINDANY = 4096
43975 pkg syscall (openbsd-386), const SO_BROADCAST = 32
43976 pkg syscall (openbsd-386), const SO_DEBUG = 1
43977 pkg syscall (openbsd-386), const SO_DONTROUTE = 16
43978 pkg syscall (openbsd-386), const SO_ERROR = 4103
43979 pkg syscall (openbsd-386), const SO_KEEPALIVE = 8
43980 pkg syscall (openbsd-386), const SO_LINGER = 128
43981 pkg syscall (openbsd-386), const SO_NETPROC = 4128
43982 pkg syscall (openbsd-386), const SO_OOBINLINE = 256
43983 pkg syscall (openbsd-386), const SO_PEERCRED = 4130
43984 pkg syscall (openbsd-386), const SO_RCVBUF = 4098
43985 pkg syscall (openbsd-386), const SO_RCVLOWAT = 4100
43986 pkg syscall (openbsd-386), const SO_RCVTIMEO = 4102
43987 pkg syscall (openbsd-386), const SO_REUSEADDR = 4
43988 pkg syscall (openbsd-386), const SO_REUSEPORT = 512
43989 pkg syscall (openbsd-386), const SO_RTABLE = 4129
43990 pkg syscall (openbsd-386), const SO_SNDBUF = 4097
43991 pkg syscall (openbsd-386), const SO_SNDLOWAT = 4099
43992 pkg syscall (openbsd-386), const SO_SNDTIMEO = 4101
43993 pkg syscall (openbsd-386), const SO_SPLICE = 4131
43994 pkg syscall (openbsd-386), const SO_TIMESTAMP = 2048
43995 pkg syscall (openbsd-386), const SO_TYPE = 4104
43996 pkg syscall (openbsd-386), const SO_USELOOPBACK = 64
43997 pkg syscall (openbsd-386), const SYS_ACCEPT = 30
43998 pkg syscall (openbsd-386), const SYS_ACCESS = 33
43999 pkg syscall (openbsd-386), const SYS_ACCT = 51
44000 pkg syscall (openbsd-386), const SYS_ADJFREQ = 305
44001 pkg syscall (openbsd-386), const SYS_ADJTIME = 140
44002 pkg syscall (openbsd-386), const SYS_BIND = 104
44003 pkg syscall (openbsd-386), const SYS_CHDIR = 12
44004 pkg syscall (openbsd-386), const SYS_CHFLAGS = 34
44005 pkg syscall (openbsd-386), const SYS_CHMOD = 15
44006 pkg syscall (openbsd-386), const SYS_CHOWN = 16
44007 pkg syscall (openbsd-386), const SYS_CHROOT = 61
44008 pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
44009 pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
44010 pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
44011 pkg syscall (openbsd-386), const SYS_CLOSE = 6
44012 pkg syscall (openbsd-386), const SYS_CLOSEFROM = 287
44013 pkg syscall (openbsd-386), const SYS_CONNECT = 98
44014 pkg syscall (openbsd-386), const SYS_DUP = 41
44015 pkg syscall (openbsd-386), const SYS_DUP2 = 90
44016 pkg syscall (openbsd-386), const SYS_EXECVE = 59
44017 pkg syscall (openbsd-386), const SYS_EXIT = 1
44018 pkg syscall (openbsd-386), const SYS_FACCESSAT = 313
44019 pkg syscall (openbsd-386), const SYS_FCHDIR = 13
44020 pkg syscall (openbsd-386), const SYS_FCHFLAGS = 35
44021 pkg syscall (openbsd-386), const SYS_FCHMOD = 124
44022 pkg syscall (openbsd-386), const SYS_FCHMODAT = 314
44023 pkg syscall (openbsd-386), const SYS_FCHOWN = 123
44024 pkg syscall (openbsd-386), const SYS_FCHOWNAT = 315
44025 pkg syscall (openbsd-386), const SYS_FCNTL = 92
44026 pkg syscall (openbsd-386), const SYS_FHOPEN = 264
44027 pkg syscall (openbsd-386), const SYS_FHSTAT = 294
44028 pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
44029 pkg syscall (openbsd-386), const SYS_FLOCK = 131
44030 pkg syscall (openbsd-386), const SYS_FORK = 2
44031 pkg syscall (openbsd-386), const SYS_FPATHCONF = 192
44032 pkg syscall (openbsd-386), const SYS_FSTAT = 292
44033 pkg syscall (openbsd-386), const SYS_FSTATAT = 316
44034 pkg syscall (openbsd-386), const SYS_FSTATFS = 308
44035 pkg syscall (openbsd-386), const SYS_FSYNC = 95
44036 pkg syscall (openbsd-386), const SYS_FTRUNCATE = 201
44037 pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
44038 pkg syscall (openbsd-386), const SYS_FUTIMES = 206
44039 pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
44040 pkg syscall (openbsd-386), const SYS_GETDTABLECOUNT = 18
44041 pkg syscall (openbsd-386), const SYS_GETEGID = 43
44042 pkg syscall (openbsd-386), const SYS_GETEUID = 25
44043 pkg syscall (openbsd-386), const SYS_GETFH = 161
44044 pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
44045 pkg syscall (openbsd-386), const SYS_GETGID = 47
44046 pkg syscall (openbsd-386), const SYS_GETGROUPS = 79
44047 pkg syscall (openbsd-386), const SYS_GETITIMER = 86
44048 pkg syscall (openbsd-386), const SYS_GETLOGIN = 49
44049 pkg syscall (openbsd-386), const SYS_GETPEERNAME = 31
44050 pkg syscall (openbsd-386), const SYS_GETPGID = 207
44051 pkg syscall (openbsd-386), const SYS_GETPGRP = 81
44052 pkg syscall (openbsd-386), const SYS_GETPID = 20
44053 pkg syscall (openbsd-386), const SYS_GETPPID = 39
44054 pkg syscall (openbsd-386), const SYS_GETPRIORITY = 100
44055 pkg syscall (openbsd-386), const SYS_GETRESGID = 283
44056 pkg syscall (openbsd-386), const SYS_GETRESUID = 281
44057 pkg syscall (openbsd-386), const SYS_GETRLIMIT = 194
44058 pkg syscall (openbsd-386), const SYS_GETRTABLE = 311
44059 pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
44060 pkg syscall (openbsd-386), const SYS_GETSID = 255
44061 pkg syscall (openbsd-386), const SYS_GETSOCKNAME = 32
44062 pkg syscall (openbsd-386), const SYS_GETSOCKOPT = 118
44063 pkg syscall (openbsd-386), const SYS_GETTHRID = 299
44064 pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
44065 pkg syscall (openbsd-386), const SYS_GETUID = 24
44066 pkg syscall (openbsd-386), const SYS_IOCTL = 54
44067 pkg syscall (openbsd-386), const SYS_ISSETUGID = 253
44068 pkg syscall (openbsd-386), const SYS_KEVENT = 270
44069 pkg syscall (openbsd-386), const SYS_KILL = 37
44070 pkg syscall (openbsd-386), const SYS_KQUEUE = 269
44071 pkg syscall (openbsd-386), const SYS_KTRACE = 45
44072 pkg syscall (openbsd-386), const SYS_LCHOWN = 254
44073 pkg syscall (openbsd-386), const SYS_LINK = 9
44074 pkg syscall (openbsd-386), const SYS_LINKAT = 317
44075 pkg syscall (openbsd-386), const SYS_LISTEN = 106
44076 pkg syscall (openbsd-386), const SYS_LSEEK = 199
44077 pkg syscall (openbsd-386), const SYS_LSTAT = 293
44078 pkg syscall (openbsd-386), const SYS_MADVISE = 75
44079 pkg syscall (openbsd-386), const SYS_MINCORE = 78
44080 pkg syscall (openbsd-386), const SYS_MINHERIT = 250
44081 pkg syscall (openbsd-386), const SYS_MKDIR = 136
44082 pkg syscall (openbsd-386), const SYS_MKDIRAT = 318
44083 pkg syscall (openbsd-386), const SYS_MKFIFO = 132
44084 pkg syscall (openbsd-386), const SYS_MKFIFOAT = 319
44085 pkg syscall (openbsd-386), const SYS_MKNOD = 14
44086 pkg syscall (openbsd-386), const SYS_MKNODAT = 320
44087 pkg syscall (openbsd-386), const SYS_MLOCK = 203
44088 pkg syscall (openbsd-386), const SYS_MLOCKALL = 271
44089 pkg syscall (openbsd-386), const SYS_MMAP = 197
44090 pkg syscall (openbsd-386), const SYS_MOUNT = 21
44091 pkg syscall (openbsd-386), const SYS_MPROTECT = 74
44092 pkg syscall (openbsd-386), const SYS_MQUERY = 286
44093 pkg syscall (openbsd-386), const SYS_MSGCTL = 297
44094 pkg syscall (openbsd-386), const SYS_MSGGET = 225
44095 pkg syscall (openbsd-386), const SYS_MSGRCV = 227
44096 pkg syscall (openbsd-386), const SYS_MSGSND = 226
44097 pkg syscall (openbsd-386), const SYS_MSYNC = 256
44098 pkg syscall (openbsd-386), const SYS_MUNLOCK = 204
44099 pkg syscall (openbsd-386), const SYS_MUNLOCKALL = 272
44100 pkg syscall (openbsd-386), const SYS_MUNMAP = 73
44101 pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
44102 pkg syscall (openbsd-386), const SYS_NFSSVC = 155
44103 pkg syscall (openbsd-386), const SYS_OBREAK = 17
44104 pkg syscall (openbsd-386), const SYS_OPEN = 5
44105 pkg syscall (openbsd-386), const SYS_OPENAT = 321
44106 pkg syscall (openbsd-386), const SYS_PATHCONF = 191
44107 pkg syscall (openbsd-386), const SYS_PIPE = 263
44108 pkg syscall (openbsd-386), const SYS_POLL = 252
44109 pkg syscall (openbsd-386), const SYS_PREAD = 173
44110 pkg syscall (openbsd-386), const SYS_PREADV = 267
44111 pkg syscall (openbsd-386), const SYS_PROFIL = 44
44112 pkg syscall (openbsd-386), const SYS_PTRACE = 26
44113 pkg syscall (openbsd-386), const SYS_PWRITE = 174
44114 pkg syscall (openbsd-386), const SYS_PWRITEV = 268
44115 pkg syscall (openbsd-386), const SYS_QUOTACTL = 148
44116 pkg syscall (openbsd-386), const SYS_READ = 3
44117 pkg syscall (openbsd-386), const SYS_READLINK = 58
44118 pkg syscall (openbsd-386), const SYS_READLINKAT = 322
44119 pkg syscall (openbsd-386), const SYS_READV = 120
44120 pkg syscall (openbsd-386), const SYS_REBOOT = 55
44121 pkg syscall (openbsd-386), const SYS_RECVFROM = 29
44122 pkg syscall (openbsd-386), const SYS_RECVMSG = 27
44123 pkg syscall (openbsd-386), const SYS_RENAME = 128
44124 pkg syscall (openbsd-386), const SYS_RENAMEAT = 323
44125 pkg syscall (openbsd-386), const SYS_REVOKE = 56
44126 pkg syscall (openbsd-386), const SYS_RMDIR = 137
44127 pkg syscall (openbsd-386), const SYS_SCHED_YIELD = 298
44128 pkg syscall (openbsd-386), const SYS_SELECT = 93
44129 pkg syscall (openbsd-386), const SYS_SEMGET = 221
44130 pkg syscall (openbsd-386), const SYS_SEMOP = 290
44131 pkg syscall (openbsd-386), const SYS_SENDMSG = 28
44132 pkg syscall (openbsd-386), const SYS_SENDTO = 133
44133 pkg syscall (openbsd-386), const SYS_SETEGID = 182
44134 pkg syscall (openbsd-386), const SYS_SETEUID = 183
44135 pkg syscall (openbsd-386), const SYS_SETGID = 181
44136 pkg syscall (openbsd-386), const SYS_SETGROUPS = 80
44137 pkg syscall (openbsd-386), const SYS_SETITIMER = 83
44138 pkg syscall (openbsd-386), const SYS_SETLOGIN = 50
44139 pkg syscall (openbsd-386), const SYS_SETPGID = 82
44140 pkg syscall (openbsd-386), const SYS_SETPRIORITY = 96
44141 pkg syscall (openbsd-386), const SYS_SETREGID = 127
44142 pkg syscall (openbsd-386), const SYS_SETRESGID = 284
44143 pkg syscall (openbsd-386), const SYS_SETRESUID = 282
44144 pkg syscall (openbsd-386), const SYS_SETREUID = 126
44145 pkg syscall (openbsd-386), const SYS_SETRLIMIT = 195
44146 pkg syscall (openbsd-386), const SYS_SETRTABLE = 310
44147 pkg syscall (openbsd-386), const SYS_SETSID = 147
44148 pkg syscall (openbsd-386), const SYS_SETSOCKOPT = 105
44149 pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
44150 pkg syscall (openbsd-386), const SYS_SETUID = 23
44151 pkg syscall (openbsd-386), const SYS_SHMAT = 228
44152 pkg syscall (openbsd-386), const SYS_SHMCTL = 296
44153 pkg syscall (openbsd-386), const SYS_SHMDT = 230
44154 pkg syscall (openbsd-386), const SYS_SHMGET = 289
44155 pkg syscall (openbsd-386), const SYS_SHUTDOWN = 134
44156 pkg syscall (openbsd-386), const SYS_SIGACTION = 46
44157 pkg syscall (openbsd-386), const SYS_SIGALTSTACK = 288
44158 pkg syscall (openbsd-386), const SYS_SIGPENDING = 52
44159 pkg syscall (openbsd-386), const SYS_SIGPROCMASK = 48
44160 pkg syscall (openbsd-386), const SYS_SIGRETURN = 103
44161 pkg syscall (openbsd-386), const SYS_SIGSUSPEND = 111
44162 pkg syscall (openbsd-386), const SYS_SOCKET = 97
44163 pkg syscall (openbsd-386), const SYS_SOCKETPAIR = 135
44164 pkg syscall (openbsd-386), const SYS_STAT = 291
44165 pkg syscall (openbsd-386), const SYS_STATFS = 307
44166 pkg syscall (openbsd-386), const SYS_SWAPCTL = 193
44167 pkg syscall (openbsd-386), const SYS_SYMLINK = 57
44168 pkg syscall (openbsd-386), const SYS_SYMLINKAT = 324
44169 pkg syscall (openbsd-386), const SYS_SYNC = 36
44170 pkg syscall (openbsd-386), const SYS_SYSARCH = 165
44171 pkg syscall (openbsd-386), const SYS_TRUNCATE = 200
44172 pkg syscall (openbsd-386), const SYS_UMASK = 60
44173 pkg syscall (openbsd-386), const SYS_UNLINK = 10
44174 pkg syscall (openbsd-386), const SYS_UNLINKAT = 325
44175 pkg syscall (openbsd-386), const SYS_UNMOUNT = 22
44176 pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
44177 pkg syscall (openbsd-386), const SYS_UTIMES = 138
44178 pkg syscall (openbsd-386), const SYS_VFORK = 66
44179 pkg syscall (openbsd-386), const SYS_WAIT4 = 7
44180 pkg syscall (openbsd-386), const SYS_WRITE = 4
44181 pkg syscall (openbsd-386), const SYS_WRITEV = 121
44182 pkg syscall (openbsd-386), const SYS___GETCWD = 304
44183 pkg syscall (openbsd-386), const SYS___GET_TCB = 330
44184 pkg syscall (openbsd-386), const SYS___SEMCTL = 295
44185 pkg syscall (openbsd-386), const SYS___SET_TCB = 329
44186 pkg syscall (openbsd-386), const SYS___SYSCTL = 202
44187 pkg syscall (openbsd-386), const SYS___TFORK = 8
44188 pkg syscall (openbsd-386), const SYS___THREXIT = 302
44189 pkg syscall (openbsd-386), const SYS___THRSIGDIVERT = 303
44190 pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
44191 pkg syscall (openbsd-386), const SYS___THRWAKEUP = 301
44192 pkg syscall (openbsd-386), const S_IFMT = 61440
44193 pkg syscall (openbsd-386), const SizeofBpfHdr = 20
44194 pkg syscall (openbsd-386), const SizeofBpfInsn = 8
44195 pkg syscall (openbsd-386), const SizeofBpfProgram = 8
44196 pkg syscall (openbsd-386), const SizeofBpfStat = 8
44197 pkg syscall (openbsd-386), const SizeofBpfVersion = 4
44198 pkg syscall (openbsd-386), const SizeofCmsghdr = 12
44199 pkg syscall (openbsd-386), const SizeofIPMreq = 8
44200 pkg syscall (openbsd-386), const SizeofIPv6Mreq = 20
44201 pkg syscall (openbsd-386), const SizeofIfAnnounceMsghdr = 26
44202 pkg syscall (openbsd-386), const SizeofIfData = 208
44203 pkg syscall (openbsd-386), const SizeofIfMsghdr = 232
44204 pkg syscall (openbsd-386), const SizeofIfaMsghdr = 24
44205 pkg syscall (openbsd-386), const SizeofInet6Pktinfo = 20
44206 pkg syscall (openbsd-386), const SizeofLinger = 8
44207 pkg syscall (openbsd-386), const SizeofMsghdr = 28
44208 pkg syscall (openbsd-386), const SizeofRtMetrics = 48
44209 pkg syscall (openbsd-386), const SizeofRtMsghdr = 88
44210 pkg syscall (openbsd-386), const SizeofSockaddrAny = 108
44211 pkg syscall (openbsd-386), const SizeofSockaddrDatalink = 32
44212 pkg syscall (openbsd-386), const SizeofSockaddrInet4 = 16
44213 pkg syscall (openbsd-386), const SizeofSockaddrInet6 = 28
44214 pkg syscall (openbsd-386), const SizeofSockaddrUnix = 106
44215 pkg syscall (openbsd-386), const TCIFLUSH = 1
44216 pkg syscall (openbsd-386), const TCIOFLUSH = 3
44217 pkg syscall (openbsd-386), const TCOFLUSH = 2
44218 pkg syscall (openbsd-386), const TCP_MAXBURST = 4
44219 pkg syscall (openbsd-386), const TCP_MAXSEG = 2
44220 pkg syscall (openbsd-386), const TCP_MAXWIN = 65535
44221 pkg syscall (openbsd-386), const TCP_MAX_SACK = 3
44222 pkg syscall (openbsd-386), const TCP_MAX_WINSHIFT = 14
44223 pkg syscall (openbsd-386), const TCP_MD5SIG = 4
44224 pkg syscall (openbsd-386), const TCP_MSS = 512
44225 pkg syscall (openbsd-386), const TCP_NSTATES = 11
44226 pkg syscall (openbsd-386), const TCP_SACK_ENABLE = 8
44227 pkg syscall (openbsd-386), const TCSAFLUSH = 2
44228 pkg syscall (openbsd-386), const TIOCCBRK = 536900730
44229 pkg syscall (openbsd-386), const TIOCCDTR = 536900728
44230 pkg syscall (openbsd-386), const TIOCCONS = 2147775586
44231 pkg syscall (openbsd-386), const TIOCDRAIN = 536900702
44232 pkg syscall (openbsd-386), const TIOCEXCL = 536900621
44233 pkg syscall (openbsd-386), const TIOCEXT = 2147775584
44234 pkg syscall (openbsd-386), const TIOCFLAG_CLOCAL = 2
44235 pkg syscall (openbsd-386), const TIOCFLAG_CRTSCTS = 4
44236 pkg syscall (openbsd-386), const TIOCFLAG_MDMBUF = 8
44237 pkg syscall (openbsd-386), const TIOCFLAG_PPS = 16
44238 pkg syscall (openbsd-386), const TIOCFLAG_SOFTCAR = 1
44239 pkg syscall (openbsd-386), const TIOCFLUSH = 2147775504
44240 pkg syscall (openbsd-386), const TIOCGETA = 1076655123
44241 pkg syscall (openbsd-386), const TIOCGETD = 1074033690
44242 pkg syscall (openbsd-386), const TIOCGFLAGS = 1074033757
44243 pkg syscall (openbsd-386), const TIOCGPGRP = 1074033783
44244 pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899
44245 pkg syscall (openbsd-386), const TIOCGWINSZ = 1074295912
44246 pkg syscall (openbsd-386), const TIOCMBIC = 2147775595
44247 pkg syscall (openbsd-386), const TIOCMBIS = 2147775596
44248 pkg syscall (openbsd-386), const TIOCMGET = 1074033770
44249 pkg syscall (openbsd-386), const TIOCMODG = 1074033770
44250 pkg syscall (openbsd-386), const TIOCMODS = 2147775597
44251 pkg syscall (openbsd-386), const TIOCMSET = 2147775597
44252 pkg syscall (openbsd-386), const TIOCM_CAR = 64
44253 pkg syscall (openbsd-386), const TIOCM_CD = 64
44254 pkg syscall (openbsd-386), const TIOCM_CTS = 32
44255 pkg syscall (openbsd-386), const TIOCM_DSR = 256
44256 pkg syscall (openbsd-386), const TIOCM_DTR = 2
44257 pkg syscall (openbsd-386), const TIOCM_LE = 1
44258 pkg syscall (openbsd-386), const TIOCM_RI = 128
44259 pkg syscall (openbsd-386), const TIOCM_RNG = 128
44260 pkg syscall (openbsd-386), const TIOCM_RTS = 4
44261 pkg syscall (openbsd-386), const TIOCM_SR = 16
44262 pkg syscall (openbsd-386), const TIOCM_ST = 8
44263 pkg syscall (openbsd-386), const TIOCNOTTY = 536900721
44264 pkg syscall (openbsd-386), const TIOCNXCL = 536900622
44265 pkg syscall (openbsd-386), const TIOCOUTQ = 1074033779
44266 pkg syscall (openbsd-386), const TIOCPKT = 2147775600
44267 pkg syscall (openbsd-386), const TIOCPKT_DATA = 0
44268 pkg syscall (openbsd-386), const TIOCPKT_DOSTOP = 32
44269 pkg syscall (openbsd-386), const TIOCPKT_FLUSHREAD = 1
44270 pkg syscall (openbsd-386), const TIOCPKT_FLUSHWRITE = 2
44271 pkg syscall (openbsd-386), const TIOCPKT_IOCTL = 64
44272 pkg syscall (openbsd-386), const TIOCPKT_NOSTOP = 16
44273 pkg syscall (openbsd-386), const TIOCPKT_START = 8
44274 pkg syscall (openbsd-386), const TIOCPKT_STOP = 4
44275 pkg syscall (openbsd-386), const TIOCREMOTE = 2147775593
44276 pkg syscall (openbsd-386), const TIOCSBRK = 536900731
44277 pkg syscall (openbsd-386), const TIOCSCTTY = 536900705
44278 pkg syscall (openbsd-386), const TIOCSDTR = 536900729
44279 pkg syscall (openbsd-386), const TIOCSETA = 2150396948
44280 pkg syscall (openbsd-386), const TIOCSETAF = 2150396950
44281 pkg syscall (openbsd-386), const TIOCSETAW = 2150396949
44282 pkg syscall (openbsd-386), const TIOCSETD = 2147775515
44283 pkg syscall (openbsd-386), const TIOCSFLAGS = 2147775580
44284 pkg syscall (openbsd-386), const TIOCSIG = 2147775583
44285 pkg syscall (openbsd-386), const TIOCSPGRP = 2147775606
44286 pkg syscall (openbsd-386), const TIOCSTART = 536900718
44287 pkg syscall (openbsd-386), const TIOCSTAT = 2147775589
44288 pkg syscall (openbsd-386), const TIOCSTI = 2147578994
44289 pkg syscall (openbsd-386), const TIOCSTOP = 536900719
44290 pkg syscall (openbsd-386), const TIOCSTSTAMP = 2148037722
44291 pkg syscall (openbsd-386), const TIOCSWINSZ = 2148037735
44292 pkg syscall (openbsd-386), const TIOCUCNTL = 2147775590
44293 pkg syscall (openbsd-386), const TOSTOP = 4194304
44294 pkg syscall (openbsd-386), const VDISCARD = 15
44295 pkg syscall (openbsd-386), const VDSUSP = 11
44296 pkg syscall (openbsd-386), const VEOF = 0
44297 pkg syscall (openbsd-386), const VEOL = 1
44298 pkg syscall (openbsd-386), const VEOL2 = 2
44299 pkg syscall (openbsd-386), const VERASE = 3
44300 pkg syscall (openbsd-386), const VINTR = 8
44301 pkg syscall (openbsd-386), const VKILL = 5
44302 pkg syscall (openbsd-386), const VLNEXT = 14
44303 pkg syscall (openbsd-386), const VMIN = 16
44304 pkg syscall (openbsd-386), const VQUIT = 9
44305 pkg syscall (openbsd-386), const VREPRINT = 6
44306 pkg syscall (openbsd-386), const VSTART = 12
44307 pkg syscall (openbsd-386), const VSTATUS = 18
44308 pkg syscall (openbsd-386), const VSTOP = 13
44309 pkg syscall (openbsd-386), const VSUSP = 10
44310 pkg syscall (openbsd-386), const VTIME = 17
44311 pkg syscall (openbsd-386), const VWERASE = 4
44312 pkg syscall (openbsd-386), const WALTSIG = 4
44313 pkg syscall (openbsd-386), const WCONTINUED = 8
44314 pkg syscall (openbsd-386), const WCOREFLAG = 128
44315 pkg syscall (openbsd-386), const WNOHANG = 1
44316 pkg syscall (openbsd-386), const WSTOPPED = 127
44317 pkg syscall (openbsd-386), const WUNTRACED = 2
44318 pkg syscall (openbsd-386-cgo), const AF_APPLETALK = 16
44319 pkg syscall (openbsd-386-cgo), const AF_BLUETOOTH = 32
44320 pkg syscall (openbsd-386-cgo), const AF_CCITT = 10
44321 pkg syscall (openbsd-386-cgo), const AF_CHAOS = 5
44322 pkg syscall (openbsd-386-cgo), const AF_CNT = 21
44323 pkg syscall (openbsd-386-cgo), const AF_COIP = 20
44324 pkg syscall (openbsd-386-cgo), const AF_DATAKIT = 9
44325 pkg syscall (openbsd-386-cgo), const AF_DECnet = 12
44326 pkg syscall (openbsd-386-cgo), const AF_DLI = 13
44327 pkg syscall (openbsd-386-cgo), const AF_E164 = 26
44328 pkg syscall (openbsd-386-cgo), const AF_ECMA = 8
44329 pkg syscall (openbsd-386-cgo), const AF_ENCAP = 28
44330 pkg syscall (openbsd-386-cgo), const AF_HYLINK = 15
44331 pkg syscall (openbsd-386-cgo), const AF_IMPLINK = 3
44332 pkg syscall (openbsd-386-cgo), const AF_INET6 = 24
44333 pkg syscall (openbsd-386-cgo), const AF_IPX = 23
44334 pkg syscall (openbsd-386-cgo), const AF_ISDN = 26
44335 pkg syscall (openbsd-386-cgo), const AF_ISO = 7
44336 pkg syscall (openbsd-386-cgo), const AF_KEY = 30
44337 pkg syscall (openbsd-386-cgo), const AF_LAT = 14
44338 pkg syscall (openbsd-386-cgo), const AF_LINK = 18
44339 pkg syscall (openbsd-386-cgo), const AF_LOCAL = 1
44340 pkg syscall (openbsd-386-cgo), const AF_MAX = 36
44341 pkg syscall (openbsd-386-cgo), const AF_MPLS = 33
44342 pkg syscall (openbsd-386-cgo), const AF_NATM = 27
44343 pkg syscall (openbsd-386-cgo), const AF_NS = 6
44344 pkg syscall (openbsd-386-cgo), const AF_OSI = 7
44345 pkg syscall (openbsd-386-cgo), const AF_PUP = 4
44346 pkg syscall (openbsd-386-cgo), const AF_ROUTE = 17
44347 pkg syscall (openbsd-386-cgo), const AF_SIP = 29
44348 pkg syscall (openbsd-386-cgo), const AF_SNA = 11
44349 pkg syscall (openbsd-386-cgo), const ARPHRD_ETHER = 1
44350 pkg syscall (openbsd-386-cgo), const ARPHRD_FRELAY = 15
44351 pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE1394 = 24
44352 pkg syscall (openbsd-386-cgo), const ARPHRD_IEEE802 = 6
44353 pkg syscall (openbsd-386-cgo), const B0 = 0
44354 pkg syscall (openbsd-386-cgo), const B110 = 110
44355 pkg syscall (openbsd-386-cgo), const B115200 = 115200
44356 pkg syscall (openbsd-386-cgo), const B1200 = 1200
44357 pkg syscall (openbsd-386-cgo), const B134 = 134
44358 pkg syscall (openbsd-386-cgo), const B14400 = 14400
44359 pkg syscall (openbsd-386-cgo), const B150 = 150
44360 pkg syscall (openbsd-386-cgo), const B1800 = 1800
44361 pkg syscall (openbsd-386-cgo), const B19200 = 19200
44362 pkg syscall (openbsd-386-cgo), const B200 = 200
44363 pkg syscall (openbsd-386-cgo), const B230400 = 230400
44364 pkg syscall (openbsd-386-cgo), const B2400 = 2400
44365 pkg syscall (openbsd-386-cgo), const B28800 = 28800
44366 pkg syscall (openbsd-386-cgo), const B300 = 300
44367 pkg syscall (openbsd-386-cgo), const B38400 = 38400
44368 pkg syscall (openbsd-386-cgo), const B4800 = 4800
44369 pkg syscall (openbsd-386-cgo), const B50 = 50
44370 pkg syscall (openbsd-386-cgo), const B57600 = 57600
44371 pkg syscall (openbsd-386-cgo), const B600 = 600
44372 pkg syscall (openbsd-386-cgo), const B7200 = 7200
44373 pkg syscall (openbsd-386-cgo), const B75 = 75
44374 pkg syscall (openbsd-386-cgo), const B76800 = 76800
44375 pkg syscall (openbsd-386-cgo), const B9600 = 9600
44376 pkg syscall (openbsd-386-cgo), const BIOCFLUSH = 536887912
44377 pkg syscall (openbsd-386-cgo), const BIOCGBLEN = 1074020966
44378 pkg syscall (openbsd-386-cgo), const BIOCGDIRFILT = 1074020988
44379 pkg syscall (openbsd-386-cgo), const BIOCGDLT = 1074020970
44380 pkg syscall (openbsd-386-cgo), const BIOCGDLTLIST = 3221766779
44381 pkg syscall (openbsd-386-cgo), const BIOCGETIF = 1075855979
44382 pkg syscall (openbsd-386-cgo), const BIOCGFILDROP = 1074020984
44383 pkg syscall (openbsd-386-cgo), const BIOCGHDRCMPLT = 1074020980
44384 pkg syscall (openbsd-386-cgo), const BIOCGRSIG = 1074020979
44385 pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
44386 pkg syscall (openbsd-386-cgo), const BIOCGSTATS = 1074283119
44387 pkg syscall (openbsd-386-cgo), const BIOCIMMEDIATE = 2147762800
44388 pkg syscall (openbsd-386-cgo), const BIOCLOCK = 536887926
44389 pkg syscall (openbsd-386-cgo), const BIOCPROMISC = 536887913
44390 pkg syscall (openbsd-386-cgo), const BIOCSBLEN = 3221504614
44391 pkg syscall (openbsd-386-cgo), const BIOCSDIRFILT = 2147762813
44392 pkg syscall (openbsd-386-cgo), const BIOCSDLT = 2147762810
44393 pkg syscall (openbsd-386-cgo), const BIOCSETF = 2148024935
44394 pkg syscall (openbsd-386-cgo), const BIOCSETIF = 2149597804
44395 pkg syscall (openbsd-386-cgo), const BIOCSETWF = 2148024951
44396 pkg syscall (openbsd-386-cgo), const BIOCSFILDROP = 2147762809
44397 pkg syscall (openbsd-386-cgo), const BIOCSHDRCMPLT = 2147762805
44398 pkg syscall (openbsd-386-cgo), const BIOCSRSIG = 2147762802
44399 pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
44400 pkg syscall (openbsd-386-cgo), const BIOCVERSION = 1074020977
44401 pkg syscall (openbsd-386-cgo), const BPF_A = 16
44402 pkg syscall (openbsd-386-cgo), const BPF_ABS = 32
44403 pkg syscall (openbsd-386-cgo), const BPF_ADD = 0
44404 pkg syscall (openbsd-386-cgo), const BPF_ALIGNMENT = 4
44405 pkg syscall (openbsd-386-cgo), const BPF_ALU = 4
44406 pkg syscall (openbsd-386-cgo), const BPF_AND = 80
44407 pkg syscall (openbsd-386-cgo), const BPF_B = 16
44408 pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_IN = 1
44409 pkg syscall (openbsd-386-cgo), const BPF_DIRECTION_OUT = 2
44410 pkg syscall (openbsd-386-cgo), const BPF_DIV = 48
44411 pkg syscall (openbsd-386-cgo), const BPF_H = 8
44412 pkg syscall (openbsd-386-cgo), const BPF_IMM = 0
44413 pkg syscall (openbsd-386-cgo), const BPF_IND = 64
44414 pkg syscall (openbsd-386-cgo), const BPF_JA = 0
44415 pkg syscall (openbsd-386-cgo), const BPF_JEQ = 16
44416 pkg syscall (openbsd-386-cgo), const BPF_JGE = 48
44417 pkg syscall (openbsd-386-cgo), const BPF_JGT = 32
44418 pkg syscall (openbsd-386-cgo), const BPF_JMP = 5
44419 pkg syscall (openbsd-386-cgo), const BPF_JSET = 64
44420 pkg syscall (openbsd-386-cgo), const BPF_K = 0
44421 pkg syscall (openbsd-386-cgo), const BPF_LD = 0
44422 pkg syscall (openbsd-386-cgo), const BPF_LDX = 1
44423 pkg syscall (openbsd-386-cgo), const BPF_LEN = 128
44424 pkg syscall (openbsd-386-cgo), const BPF_LSH = 96
44425 pkg syscall (openbsd-386-cgo), const BPF_MAJOR_VERSION = 1
44426 pkg syscall (openbsd-386-cgo), const BPF_MAXBUFSIZE = 2097152
44427 pkg syscall (openbsd-386-cgo), const BPF_MAXINSNS = 512
44428 pkg syscall (openbsd-386-cgo), const BPF_MEM = 96
44429 pkg syscall (openbsd-386-cgo), const BPF_MEMWORDS = 16
44430 pkg syscall (openbsd-386-cgo), const BPF_MINBUFSIZE = 32
44431 pkg syscall (openbsd-386-cgo), const BPF_MINOR_VERSION = 1
44432 pkg syscall (openbsd-386-cgo), const BPF_MISC = 7
44433 pkg syscall (openbsd-386-cgo), const BPF_MSH = 160
44434 pkg syscall (openbsd-386-cgo), const BPF_MUL = 32
44435 pkg syscall (openbsd-386-cgo), const BPF_NEG = 128
44436 pkg syscall (openbsd-386-cgo), const BPF_OR = 64
44437 pkg syscall (openbsd-386-cgo), const BPF_RELEASE = 199606
44438 pkg syscall (openbsd-386-cgo), const BPF_RET = 6
44439 pkg syscall (openbsd-386-cgo), const BPF_RSH = 112
44440 pkg syscall (openbsd-386-cgo), const BPF_ST = 2
44441 pkg syscall (openbsd-386-cgo), const BPF_STX = 3
44442 pkg syscall (openbsd-386-cgo), const BPF_SUB = 16
44443 pkg syscall (openbsd-386-cgo), const BPF_TAX = 0
44444 pkg syscall (openbsd-386-cgo), const BPF_TXA = 128
44445 pkg syscall (openbsd-386-cgo), const BPF_W = 0
44446 pkg syscall (openbsd-386-cgo), const BPF_X = 8
44447 pkg syscall (openbsd-386-cgo), const BRKINT = 2
44448 pkg syscall (openbsd-386-cgo), const CFLUSH = 15
44449 pkg syscall (openbsd-386-cgo), const CLOCAL = 32768
44450 pkg syscall (openbsd-386-cgo), const CREAD = 2048
44451 pkg syscall (openbsd-386-cgo), const CS5 = 0
44452 pkg syscall (openbsd-386-cgo), const CS6 = 256
44453 pkg syscall (openbsd-386-cgo), const CS7 = 512
44454 pkg syscall (openbsd-386-cgo), const CS8 = 768
44455 pkg syscall (openbsd-386-cgo), const CSIZE = 768
44456 pkg syscall (openbsd-386-cgo), const CSTART = 17
44457 pkg syscall (openbsd-386-cgo), const CSTATUS = 255
44458 pkg syscall (openbsd-386-cgo), const CSTOP = 19
44459 pkg syscall (openbsd-386-cgo), const CSTOPB = 1024
44460 pkg syscall (openbsd-386-cgo), const CSUSP = 26
44461 pkg syscall (openbsd-386-cgo), const CTL_MAXNAME = 12
44462 pkg syscall (openbsd-386-cgo), const CTL_NET = 4
44463 pkg syscall (openbsd-386-cgo), const DIOCOSFPFLUSH = 536888398
44464 pkg syscall (openbsd-386-cgo), const DLT_ARCNET = 7
44465 pkg syscall (openbsd-386-cgo), const DLT_ATM_RFC1483 = 11
44466 pkg syscall (openbsd-386-cgo), const DLT_AX25 = 3
44467 pkg syscall (openbsd-386-cgo), const DLT_CHAOS = 5
44468 pkg syscall (openbsd-386-cgo), const DLT_C_HDLC = 104
44469 pkg syscall (openbsd-386-cgo), const DLT_EN10MB = 1
44470 pkg syscall (openbsd-386-cgo), const DLT_EN3MB = 2
44471 pkg syscall (openbsd-386-cgo), const DLT_ENC = 13
44472 pkg syscall (openbsd-386-cgo), const DLT_FDDI = 10
44473 pkg syscall (openbsd-386-cgo), const DLT_IEEE802 = 6
44474 pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11 = 105
44475 pkg syscall (openbsd-386-cgo), const DLT_IEEE802_11_RADIO = 127
44476 pkg syscall (openbsd-386-cgo), const DLT_LOOP = 12
44477 pkg syscall (openbsd-386-cgo), const DLT_MPLS = 219
44478 pkg syscall (openbsd-386-cgo), const DLT_NULL = 0
44479 pkg syscall (openbsd-386-cgo), const DLT_PFLOG = 117
44480 pkg syscall (openbsd-386-cgo), const DLT_PFSYNC = 18
44481 pkg syscall (openbsd-386-cgo), const DLT_PPP = 9
44482 pkg syscall (openbsd-386-cgo), const DLT_PPP_BSDOS = 16
44483 pkg syscall (openbsd-386-cgo), const DLT_PPP_ETHER = 51
44484 pkg syscall (openbsd-386-cgo), const DLT_PPP_SERIAL = 50
44485 pkg syscall (openbsd-386-cgo), const DLT_PRONET = 4
44486 pkg syscall (openbsd-386-cgo), const DLT_RAW = 14
44487 pkg syscall (openbsd-386-cgo), const DLT_SLIP = 8
44488 pkg syscall (openbsd-386-cgo), const DLT_SLIP_BSDOS = 15
44489 pkg syscall (openbsd-386-cgo), const DT_BLK = 6
44490 pkg syscall (openbsd-386-cgo), const DT_CHR = 2
44491 pkg syscall (openbsd-386-cgo), const DT_DIR = 4
44492 pkg syscall (openbsd-386-cgo), const DT_FIFO = 1
44493 pkg syscall (openbsd-386-cgo), const DT_LNK = 10
44494 pkg syscall (openbsd-386-cgo), const DT_REG = 8
44495 pkg syscall (openbsd-386-cgo), const DT_SOCK = 12
44496 pkg syscall (openbsd-386-cgo), const DT_UNKNOWN = 0
44497 pkg syscall (openbsd-386-cgo), const E2BIG = 7
44498 pkg syscall (openbsd-386-cgo), const EACCES = 13
44499 pkg syscall (openbsd-386-cgo), const EADDRINUSE = 48
44500 pkg syscall (openbsd-386-cgo), const EADDRNOTAVAIL = 49
44501 pkg syscall (openbsd-386-cgo), const EAFNOSUPPORT = 47
44502 pkg syscall (openbsd-386-cgo), const EAGAIN = 35
44503 pkg syscall (openbsd-386-cgo), const EALREADY = 37
44504 pkg syscall (openbsd-386-cgo), const EAUTH = 80
44505 pkg syscall (openbsd-386-cgo), const EBADF = 9
44506 pkg syscall (openbsd-386-cgo), const EBADRPC = 72
44507 pkg syscall (openbsd-386-cgo), const EBUSY = 16
44508 pkg syscall (openbsd-386-cgo), const ECANCELED = 88
44509 pkg syscall (openbsd-386-cgo), const ECHILD = 10
44510 pkg syscall (openbsd-386-cgo), const ECHO = 8
44511 pkg syscall (openbsd-386-cgo), const ECHOCTL = 64
44512 pkg syscall (openbsd-386-cgo), const ECHOE = 2
44513 pkg syscall (openbsd-386-cgo), const ECHOK = 4
44514 pkg syscall (openbsd-386-cgo), const ECHOKE = 1
44515 pkg syscall (openbsd-386-cgo), const ECHONL = 16
44516 pkg syscall (openbsd-386-cgo), const ECHOPRT = 32
44517 pkg syscall (openbsd-386-cgo), const ECONNABORTED = 53
44518 pkg syscall (openbsd-386-cgo), const ECONNREFUSED = 61
44519 pkg syscall (openbsd-386-cgo), const ECONNRESET = 54
44520 pkg syscall (openbsd-386-cgo), const EDEADLK = 11
44521 pkg syscall (openbsd-386-cgo), const EDESTADDRREQ = 39
44522 pkg syscall (openbsd-386-cgo), const EDOM = 33
44523 pkg syscall (openbsd-386-cgo), const EDQUOT = 69
44524 pkg syscall (openbsd-386-cgo), const EEXIST = 17
44525 pkg syscall (openbsd-386-cgo), const EFAULT = 14
44526 pkg syscall (openbsd-386-cgo), const EFBIG = 27
44527 pkg syscall (openbsd-386-cgo), const EFTYPE = 79
44528 pkg syscall (openbsd-386-cgo), const EHOSTDOWN = 64
44529 pkg syscall (openbsd-386-cgo), const EHOSTUNREACH = 65
44530 pkg syscall (openbsd-386-cgo), const EIDRM = 89
44531 pkg syscall (openbsd-386-cgo), const EILSEQ = 84
44532 pkg syscall (openbsd-386-cgo), const EINPROGRESS = 36
44533 pkg syscall (openbsd-386-cgo), const EINTR = 4
44534 pkg syscall (openbsd-386-cgo), const EINVAL = 22
44535 pkg syscall (openbsd-386-cgo), const EIO = 5
44536 pkg syscall (openbsd-386-cgo), const EIPSEC = 82
44537 pkg syscall (openbsd-386-cgo), const EISCONN = 56
44538 pkg syscall (openbsd-386-cgo), const EISDIR = 21
44539 pkg syscall (openbsd-386-cgo), const ELAST = 91
44540 pkg syscall (openbsd-386-cgo), const ELOOP = 62
44541 pkg syscall (openbsd-386-cgo), const EMEDIUMTYPE = 86
44542 pkg syscall (openbsd-386-cgo), const EMFILE = 24
44543 pkg syscall (openbsd-386-cgo), const EMLINK = 31
44544 pkg syscall (openbsd-386-cgo), const EMSGSIZE = 40
44545 pkg syscall (openbsd-386-cgo), const EMT_TAGOVF = 1
44546 pkg syscall (openbsd-386-cgo), const EMUL_ENABLED = 1
44547 pkg syscall (openbsd-386-cgo), const EMUL_NATIVE = 2
44548 pkg syscall (openbsd-386-cgo), const ENAMETOOLONG = 63
44549 pkg syscall (openbsd-386-cgo), const ENDRUNDISC = 9
44550 pkg syscall (openbsd-386-cgo), const ENEEDAUTH = 81
44551 pkg syscall (openbsd-386-cgo), const ENETDOWN = 50
44552 pkg syscall (openbsd-386-cgo), const ENETRESET = 52
44553 pkg syscall (openbsd-386-cgo), const ENETUNREACH = 51
44554 pkg syscall (openbsd-386-cgo), const ENFILE = 23
44555 pkg syscall (openbsd-386-cgo), const ENOATTR = 83
44556 pkg syscall (openbsd-386-cgo), const ENOBUFS = 55
44557 pkg syscall (openbsd-386-cgo), const ENODEV = 19
44558 pkg syscall (openbsd-386-cgo), const ENOEXEC = 8
44559 pkg syscall (openbsd-386-cgo), const ENOLCK = 77
44560 pkg syscall (openbsd-386-cgo), const ENOMEDIUM = 85
44561 pkg syscall (openbsd-386-cgo), const ENOMEM = 12
44562 pkg syscall (openbsd-386-cgo), const ENOMSG = 90
44563 pkg syscall (openbsd-386-cgo), const ENOPROTOOPT = 42
44564 pkg syscall (openbsd-386-cgo), const ENOSPC = 28
44565 pkg syscall (openbsd-386-cgo), const ENOSYS = 78
44566 pkg syscall (openbsd-386-cgo), const ENOTBLK = 15
44567 pkg syscall (openbsd-386-cgo), const ENOTCONN = 57
44568 pkg syscall (openbsd-386-cgo), const ENOTDIR = 20
44569 pkg syscall (openbsd-386-cgo), const ENOTEMPTY = 66
44570 pkg syscall (openbsd-386-cgo), const ENOTSOCK = 38
44571 pkg syscall (openbsd-386-cgo), const ENOTSUP = 91
44572 pkg syscall (openbsd-386-cgo), const ENOTTY = 25
44573 pkg syscall (openbsd-386-cgo), const ENXIO = 6
44574 pkg syscall (openbsd-386-cgo), const EOPNOTSUPP = 45
44575 pkg syscall (openbsd-386-cgo), const EOVERFLOW = 87
44576 pkg syscall (openbsd-386-cgo), const EPERM = 1
44577 pkg syscall (openbsd-386-cgo), const EPFNOSUPPORT = 46
44578 pkg syscall (openbsd-386-cgo), const EPIPE = 32
44579 pkg syscall (openbsd-386-cgo), const EPROCLIM = 67
44580 pkg syscall (openbsd-386-cgo), const EPROCUNAVAIL = 76
44581 pkg syscall (openbsd-386-cgo), const EPROGMISMATCH = 75
44582 pkg syscall (openbsd-386-cgo), const EPROGUNAVAIL = 74
44583 pkg syscall (openbsd-386-cgo), const EPROTONOSUPPORT = 43
44584 pkg syscall (openbsd-386-cgo), const EPROTOTYPE = 41
44585 pkg syscall (openbsd-386-cgo), const ERANGE = 34
44586 pkg syscall (openbsd-386-cgo), const EREMOTE = 71
44587 pkg syscall (openbsd-386-cgo), const EROFS = 30
44588 pkg syscall (openbsd-386-cgo), const ERPCMISMATCH = 73
44589 pkg syscall (openbsd-386-cgo), const ESHUTDOWN = 58
44590 pkg syscall (openbsd-386-cgo), const ESOCKTNOSUPPORT = 44
44591 pkg syscall (openbsd-386-cgo), const ESPIPE = 29
44592 pkg syscall (openbsd-386-cgo), const ESRCH = 3
44593 pkg syscall (openbsd-386-cgo), const ESTALE = 70
44594 pkg syscall (openbsd-386-cgo), const ETHERMIN = 46
44595 pkg syscall (openbsd-386-cgo), const ETHERMTU = 1500
44596 pkg syscall (openbsd-386-cgo), const ETHERTYPE_8023 = 4
44597 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AARP = 33011
44598 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ACCTON = 33680
44599 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AEONIC = 32822
44600 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ALPHA = 33098
44601 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMBER = 24584
44602 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AMOEBA = 33093
44603 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AOE = 34978
44604 pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLO = 33015
44605 pkg syscall (openbsd-386-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
44606 pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLETALK = 32923
44607 pkg syscall (openbsd-386-cgo), const ETHERTYPE_APPLITEK = 32967
44608 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARGONAUT = 32826
44609 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ARP = 2054
44610 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AT = 32923
44611 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATALK = 32923
44612 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATOMIC = 34527
44613 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATT = 32873
44614 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ATTSTANFORD = 32776
44615 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AUTOPHON = 32874
44616 pkg syscall (openbsd-386-cgo), const ETHERTYPE_AXIS = 34902
44617 pkg syscall (openbsd-386-cgo), const ETHERTYPE_BCLOOP = 36867
44618 pkg syscall (openbsd-386-cgo), const ETHERTYPE_BOFL = 33026
44619 pkg syscall (openbsd-386-cgo), const ETHERTYPE_CABLETRON = 28724
44620 pkg syscall (openbsd-386-cgo), const ETHERTYPE_CHAOS = 2052
44621 pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMDESIGN = 32876
44622 pkg syscall (openbsd-386-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
44623 pkg syscall (openbsd-386-cgo), const ETHERTYPE_COUNTERPOINT = 32866
44624 pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUS = 32772
44625 pkg syscall (openbsd-386-cgo), const ETHERTYPE_CRONUSVLN = 32771
44626 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DCA = 4660
44627 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DDE = 32891
44628 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DEBNI = 43690
44629 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECAM = 32840
44630 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECCUST = 24582
44631 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDIAG = 24581
44632 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDNS = 32828
44633 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECDTS = 32830
44634 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECEXPER = 24576
44635 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLAST = 32833
44636 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECLTM = 32831
44637 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECMUMPS = 24585
44638 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DECNETBIOS = 32832
44639 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DELTACON = 34526
44640 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DIDDLE = 17185
44641 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG1 = 1632
44642 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DLOG2 = 1633
44643 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DN = 24579
44644 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DOGFIGHT = 6537
44645 pkg syscall (openbsd-386-cgo), const ETHERTYPE_DSMD = 32825
44646 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ECMA = 2051
44647 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ENCRYPT = 32829
44648 pkg syscall (openbsd-386-cgo), const ETHERTYPE_ES = 32861
44649 pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXCELAN = 32784
44650 pkg syscall (openbsd-386-cgo), const ETHERTYPE_EXPERDATA = 32841
44651 pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLIP = 33094
44652 pkg syscall (openbsd-386-cgo), const ETHERTYPE_FLOWCONTROL = 34824
44653 pkg syscall (openbsd-386-cgo), const ETHERTYPE_FRARP = 2056
44654 pkg syscall (openbsd-386-cgo), const ETHERTYPE_GENDYN = 32872
44655 pkg syscall (openbsd-386-cgo), const ETHERTYPE_HAYES = 33072
44656 pkg syscall (openbsd-386-cgo), const ETHERTYPE_HIPPI_FP = 33152
44657 pkg syscall (openbsd-386-cgo), const ETHERTYPE_HITACHI = 34848
44658 pkg syscall (openbsd-386-cgo), const ETHERTYPE_HP = 32773
44659 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUP = 2560
44660 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IEEEPUPAT = 2561
44661 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBL = 19522
44662 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IMLBLDIAG = 16972
44663 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IP = 2048
44664 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPAS = 34668
44665 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPV6 = 34525
44666 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPX = 33079
44667 pkg syscall (openbsd-386-cgo), const ETHERTYPE_IPXNEW = 32823
44668 pkg syscall (openbsd-386-cgo), const ETHERTYPE_KALPANA = 34178
44669 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANBRIDGE = 32824
44670 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LANPROBE = 34952
44671 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LAT = 24580
44672 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LBACK = 36864
44673 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LITTLE = 32864
44674 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LLDP = 35020
44675 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOGICRAFT = 33096
44676 pkg syscall (openbsd-386-cgo), const ETHERTYPE_LOOPBACK = 36864
44677 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MATRA = 32890
44678 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MAX = 65535
44679 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MERIT = 32892
44680 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MICP = 34618
44681 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPDL = 24577
44682 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOPRC = 24578
44683 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MOTOROLA = 33165
44684 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS = 34887
44685 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MPLS_MCAST = 34888
44686 pkg syscall (openbsd-386-cgo), const ETHERTYPE_MUMPS = 33087
44687 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCC = 15364
44688 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLAIM = 15369
44689 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLREQ = 15365
44690 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCLRSP = 15366
44691 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCREQ = 15362
44692 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPCRSP = 15363
44693 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDG = 15367
44694 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDGB = 15368
44695 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPDLTE = 15370
44696 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAR = 15372
44697 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRAS = 15371
44698 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPRST = 15373
44699 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPSCD = 15361
44700 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBPVCD = 15360
44701 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NBS = 2050
44702 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NCD = 33097
44703 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NESTAR = 32774
44704 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NETBEUI = 33169
44705 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NOVELL = 33080
44706 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NS = 1536
44707 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSAT = 1537
44708 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NSCOMPAT = 2055
44709 pkg syscall (openbsd-386-cgo), const ETHERTYPE_NTRAILER = 16
44710 pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9 = 28679
44711 pkg syscall (openbsd-386-cgo), const ETHERTYPE_OS9NET = 28681
44712 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PACER = 32966
44713 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PAE = 34958
44714 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PCS = 16962
44715 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PLANNING = 32836
44716 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPP = 34827
44717 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOE = 34916
44718 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PPPOEDISC = 34915
44719 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PRIMENTS = 28721
44720 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUP = 512
44721 pkg syscall (openbsd-386-cgo), const ETHERTYPE_PUPAT = 512
44722 pkg syscall (openbsd-386-cgo), const ETHERTYPE_QINQ = 34984
44723 pkg syscall (openbsd-386-cgo), const ETHERTYPE_RACAL = 28720
44724 pkg syscall (openbsd-386-cgo), const ETHERTYPE_RATIONAL = 33104
44725 pkg syscall (openbsd-386-cgo), const ETHERTYPE_RAWFR = 25945
44726 pkg syscall (openbsd-386-cgo), const ETHERTYPE_RCL = 6549
44727 pkg syscall (openbsd-386-cgo), const ETHERTYPE_RDP = 34617
44728 pkg syscall (openbsd-386-cgo), const ETHERTYPE_RETIX = 33010
44729 pkg syscall (openbsd-386-cgo), const ETHERTYPE_REVARP = 32821
44730 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SCA = 24583
44731 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECTRA = 34523
44732 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SECUREDATA = 34669
44733 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SGITW = 33150
44734 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_BOUNCE = 32790
44735 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_DIAG = 32787
44736 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_NETGAMES = 32788
44737 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SG_RESV = 32789
44738 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SIMNET = 21000
44739 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SLOW = 34825
44740 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNA = 32981
44741 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SNMP = 33100
44742 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SONIX = 64245
44743 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPIDER = 32927
44744 pkg syscall (openbsd-386-cgo), const ETHERTYPE_SPRITE = 1280
44745 pkg syscall (openbsd-386-cgo), const ETHERTYPE_STP = 33153
44746 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARIS = 33067
44747 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TALARISMC = 34091
44748 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPCOMP = 34667
44749 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TCPSM = 36866
44750 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TEC = 33103
44751 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TIGAN = 32815
44752 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRAIL = 4096
44753 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TRANSETHER = 25944
44754 pkg syscall (openbsd-386-cgo), const ETHERTYPE_TYMSHARE = 32814
44755 pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBBST = 28677
44756 pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDEBUG = 2304
44757 pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
44758 pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBDL = 28672
44759 pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNIU = 28673
44760 pkg syscall (openbsd-386-cgo), const ETHERTYPE_UBNMC = 28675
44761 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VALID = 5632
44762 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VARIAN = 32989
44763 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VAXELN = 32827
44764 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEECO = 32871
44765 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VEXP = 32859
44766 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VGLAB = 33073
44767 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINES = 2989
44768 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESECHO = 2991
44769 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VINESLOOP = 2990
44770 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VITAL = 65280
44771 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLAN = 33024
44772 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VLTLMAN = 32896
44773 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VPROD = 32860
44774 pkg syscall (openbsd-386-cgo), const ETHERTYPE_VURESERVED = 33095
44775 pkg syscall (openbsd-386-cgo), const ETHERTYPE_WATERLOO = 33072
44776 pkg syscall (openbsd-386-cgo), const ETHERTYPE_WELLFLEET = 33027
44777 pkg syscall (openbsd-386-cgo), const ETHERTYPE_X25 = 2053
44778 pkg syscall (openbsd-386-cgo), const ETHERTYPE_X75 = 2049
44779 pkg syscall (openbsd-386-cgo), const ETHERTYPE_XNSSM = 36865
44780 pkg syscall (openbsd-386-cgo), const ETHERTYPE_XTP = 33149
44781 pkg syscall (openbsd-386-cgo), const ETHER_ADDR_LEN = 6
44782 pkg syscall (openbsd-386-cgo), const ETHER_ALIGN = 2
44783 pkg syscall (openbsd-386-cgo), const ETHER_CRC_LEN = 4
44784 pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_BE = 79764918
44785 pkg syscall (openbsd-386-cgo), const ETHER_CRC_POLY_LE = 3988292384
44786 pkg syscall (openbsd-386-cgo), const ETHER_HDR_LEN = 14
44787 pkg syscall (openbsd-386-cgo), const ETHER_MAX_DIX_LEN = 1536
44788 pkg syscall (openbsd-386-cgo), const ETHER_MAX_LEN = 1518
44789 pkg syscall (openbsd-386-cgo), const ETHER_MIN_LEN = 64
44790 pkg syscall (openbsd-386-cgo), const ETHER_TYPE_LEN = 2
44791 pkg syscall (openbsd-386-cgo), const ETHER_VLAN_ENCAP_LEN = 4
44792 pkg syscall (openbsd-386-cgo), const ETIMEDOUT = 60
44793 pkg syscall (openbsd-386-cgo), const ETOOMANYREFS = 59
44794 pkg syscall (openbsd-386-cgo), const ETXTBSY = 26
44795 pkg syscall (openbsd-386-cgo), const EUSERS = 68
44796 pkg syscall (openbsd-386-cgo), const EVFILT_AIO = -3
44797 pkg syscall (openbsd-386-cgo), const EVFILT_PROC = -5
44798 pkg syscall (openbsd-386-cgo), const EVFILT_READ = -1
44799 pkg syscall (openbsd-386-cgo), const EVFILT_SIGNAL = -6
44800 pkg syscall (openbsd-386-cgo), const EVFILT_SYSCOUNT = 7
44801 pkg syscall (openbsd-386-cgo), const EVFILT_TIMER = -7
44802 pkg syscall (openbsd-386-cgo), const EVFILT_VNODE = -4
44803 pkg syscall (openbsd-386-cgo), const EVFILT_WRITE = -2
44804 pkg syscall (openbsd-386-cgo), const EV_ADD = 1
44805 pkg syscall (openbsd-386-cgo), const EV_CLEAR = 32
44806 pkg syscall (openbsd-386-cgo), const EV_DELETE = 2
44807 pkg syscall (openbsd-386-cgo), const EV_DISABLE = 8
44808 pkg syscall (openbsd-386-cgo), const EV_ENABLE = 4
44809 pkg syscall (openbsd-386-cgo), const EV_EOF = 32768
44810 pkg syscall (openbsd-386-cgo), const EV_ERROR = 16384
44811 pkg syscall (openbsd-386-cgo), const EV_FLAG1 = 8192
44812 pkg syscall (openbsd-386-cgo), const EV_ONESHOT = 16
44813 pkg syscall (openbsd-386-cgo), const EV_SYSFLAGS = 61440
44814 pkg syscall (openbsd-386-cgo), const EWOULDBLOCK = 35
44815 pkg syscall (openbsd-386-cgo), const EXDEV = 18
44816 pkg syscall (openbsd-386-cgo), const EXTA = 19200
44817 pkg syscall (openbsd-386-cgo), const EXTB = 38400
44818 pkg syscall (openbsd-386-cgo), const EXTPROC = 2048
44819 pkg syscall (openbsd-386-cgo), const FD_CLOEXEC = 1
44820 pkg syscall (openbsd-386-cgo), const FD_SETSIZE = 1024
44821 pkg syscall (openbsd-386-cgo), const FLUSHO = 8388608
44822 pkg syscall (openbsd-386-cgo), const F_DUPFD = 0
44823 pkg syscall (openbsd-386-cgo), const F_DUPFD_CLOEXEC = 10
44824 pkg syscall (openbsd-386-cgo), const F_GETFD = 1
44825 pkg syscall (openbsd-386-cgo), const F_GETFL = 3
44826 pkg syscall (openbsd-386-cgo), const F_GETLK = 7
44827 pkg syscall (openbsd-386-cgo), const F_GETOWN = 5
44828 pkg syscall (openbsd-386-cgo), const F_OK = 0
44829 pkg syscall (openbsd-386-cgo), const F_RDLCK = 1
44830 pkg syscall (openbsd-386-cgo), const F_SETFD = 2
44831 pkg syscall (openbsd-386-cgo), const F_SETFL = 4
44832 pkg syscall (openbsd-386-cgo), const F_SETLK = 8
44833 pkg syscall (openbsd-386-cgo), const F_SETLKW = 9
44834 pkg syscall (openbsd-386-cgo), const F_SETOWN = 6
44835 pkg syscall (openbsd-386-cgo), const F_UNLCK = 2
44836 pkg syscall (openbsd-386-cgo), const F_WRLCK = 3
44837 pkg syscall (openbsd-386-cgo), const HUPCL = 16384
44838 pkg syscall (openbsd-386-cgo), const ICANON = 256
44839 pkg syscall (openbsd-386-cgo), const ICRNL = 256
44840 pkg syscall (openbsd-386-cgo), const IEXTEN = 1024
44841 pkg syscall (openbsd-386-cgo), const IFAN_ARRIVAL = 0
44842 pkg syscall (openbsd-386-cgo), const IFAN_DEPARTURE = 1
44843 pkg syscall (openbsd-386-cgo), const IFA_ROUTE = 1
44844 pkg syscall (openbsd-386-cgo), const IFF_ALLMULTI = 512
44845 pkg syscall (openbsd-386-cgo), const IFF_CANTCHANGE = 36434
44846 pkg syscall (openbsd-386-cgo), const IFF_DEBUG = 4
44847 pkg syscall (openbsd-386-cgo), const IFF_LINK0 = 4096
44848 pkg syscall (openbsd-386-cgo), const IFF_LINK1 = 8192
44849 pkg syscall (openbsd-386-cgo), const IFF_LINK2 = 16384
44850 pkg syscall (openbsd-386-cgo), const IFF_LOOPBACK = 8
44851 pkg syscall (openbsd-386-cgo), const IFF_MULTICAST = 32768
44852 pkg syscall (openbsd-386-cgo), const IFF_NOARP = 128
44853 pkg syscall (openbsd-386-cgo), const IFF_NOTRAILERS = 32
44854 pkg syscall (openbsd-386-cgo), const IFF_OACTIVE = 1024
44855 pkg syscall (openbsd-386-cgo), const IFF_POINTOPOINT = 16
44856 pkg syscall (openbsd-386-cgo), const IFF_PROMISC = 256
44857 pkg syscall (openbsd-386-cgo), const IFF_RUNNING = 64
44858 pkg syscall (openbsd-386-cgo), const IFF_SIMPLEX = 2048
44859 pkg syscall (openbsd-386-cgo), const IFNAMSIZ = 16
44860 pkg syscall (openbsd-386-cgo), const IFT_1822 = 2
44861 pkg syscall (openbsd-386-cgo), const IFT_A12MPPSWITCH = 130
44862 pkg syscall (openbsd-386-cgo), const IFT_AAL2 = 187
44863 pkg syscall (openbsd-386-cgo), const IFT_AAL5 = 49
44864 pkg syscall (openbsd-386-cgo), const IFT_ADSL = 94
44865 pkg syscall (openbsd-386-cgo), const IFT_AFLANE8023 = 59
44866 pkg syscall (openbsd-386-cgo), const IFT_AFLANE8025 = 60
44867 pkg syscall (openbsd-386-cgo), const IFT_ARAP = 88
44868 pkg syscall (openbsd-386-cgo), const IFT_ARCNET = 35
44869 pkg syscall (openbsd-386-cgo), const IFT_ARCNETPLUS = 36
44870 pkg syscall (openbsd-386-cgo), const IFT_ASYNC = 84
44871 pkg syscall (openbsd-386-cgo), const IFT_ATM = 37
44872 pkg syscall (openbsd-386-cgo), const IFT_ATMDXI = 105
44873 pkg syscall (openbsd-386-cgo), const IFT_ATMFUNI = 106
44874 pkg syscall (openbsd-386-cgo), const IFT_ATMIMA = 107
44875 pkg syscall (openbsd-386-cgo), const IFT_ATMLOGICAL = 80
44876 pkg syscall (openbsd-386-cgo), const IFT_ATMRADIO = 189
44877 pkg syscall (openbsd-386-cgo), const IFT_ATMSUBINTERFACE = 134
44878 pkg syscall (openbsd-386-cgo), const IFT_ATMVCIENDPT = 194
44879 pkg syscall (openbsd-386-cgo), const IFT_ATMVIRTUAL = 149
44880 pkg syscall (openbsd-386-cgo), const IFT_BGPPOLICYACCOUNTING = 162
44881 pkg syscall (openbsd-386-cgo), const IFT_BLUETOOTH = 248
44882 pkg syscall (openbsd-386-cgo), const IFT_BRIDGE = 209
44883 pkg syscall (openbsd-386-cgo), const IFT_BSC = 83
44884 pkg syscall (openbsd-386-cgo), const IFT_CARP = 247
44885 pkg syscall (openbsd-386-cgo), const IFT_CCTEMUL = 61
44886 pkg syscall (openbsd-386-cgo), const IFT_CEPT = 19
44887 pkg syscall (openbsd-386-cgo), const IFT_CES = 133
44888 pkg syscall (openbsd-386-cgo), const IFT_CHANNEL = 70
44889 pkg syscall (openbsd-386-cgo), const IFT_CNR = 85
44890 pkg syscall (openbsd-386-cgo), const IFT_COFFEE = 132
44891 pkg syscall (openbsd-386-cgo), const IFT_COMPOSITELINK = 155
44892 pkg syscall (openbsd-386-cgo), const IFT_DCN = 141
44893 pkg syscall (openbsd-386-cgo), const IFT_DIGITALPOWERLINE = 138
44894 pkg syscall (openbsd-386-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
44895 pkg syscall (openbsd-386-cgo), const IFT_DLSW = 74
44896 pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
44897 pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEMACLAYER = 127
44898 pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAM = 129
44899 pkg syscall (openbsd-386-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
44900 pkg syscall (openbsd-386-cgo), const IFT_DS0 = 81
44901 pkg syscall (openbsd-386-cgo), const IFT_DS0BUNDLE = 82
44902 pkg syscall (openbsd-386-cgo), const IFT_DS1FDL = 170
44903 pkg syscall (openbsd-386-cgo), const IFT_DS3 = 30
44904 pkg syscall (openbsd-386-cgo), const IFT_DTM = 140
44905 pkg syscall (openbsd-386-cgo), const IFT_DUMMY = 241
44906 pkg syscall (openbsd-386-cgo), const IFT_DVBASILN = 172
44907 pkg syscall (openbsd-386-cgo), const IFT_DVBASIOUT = 173
44908 pkg syscall (openbsd-386-cgo), const IFT_DVBRCCDOWNSTREAM = 147
44909 pkg syscall (openbsd-386-cgo), const IFT_DVBRCCMACLAYER = 146
44910 pkg syscall (openbsd-386-cgo), const IFT_DVBRCCUPSTREAM = 148
44911 pkg syscall (openbsd-386-cgo), const IFT_ECONET = 206
44912 pkg syscall (openbsd-386-cgo), const IFT_ENC = 244
44913 pkg syscall (openbsd-386-cgo), const IFT_EON = 25
44914 pkg syscall (openbsd-386-cgo), const IFT_EPLRS = 87
44915 pkg syscall (openbsd-386-cgo), const IFT_ESCON = 73
44916 pkg syscall (openbsd-386-cgo), const IFT_ETHER = 6
44917 pkg syscall (openbsd-386-cgo), const IFT_FAITH = 243
44918 pkg syscall (openbsd-386-cgo), const IFT_FAST = 125
44919 pkg syscall (openbsd-386-cgo), const IFT_FASTETHER = 62
44920 pkg syscall (openbsd-386-cgo), const IFT_FASTETHERFX = 69
44921 pkg syscall (openbsd-386-cgo), const IFT_FDDI = 15
44922 pkg syscall (openbsd-386-cgo), const IFT_FIBRECHANNEL = 56
44923 pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
44924 pkg syscall (openbsd-386-cgo), const IFT_FRAMERELAYMPI = 92
44925 pkg syscall (openbsd-386-cgo), const IFT_FRDLCIENDPT = 193
44926 pkg syscall (openbsd-386-cgo), const IFT_FRELAY = 32
44927 pkg syscall (openbsd-386-cgo), const IFT_FRELAYDCE = 44
44928 pkg syscall (openbsd-386-cgo), const IFT_FRF16MFRBUNDLE = 163
44929 pkg syscall (openbsd-386-cgo), const IFT_FRFORWARD = 158
44930 pkg syscall (openbsd-386-cgo), const IFT_G703AT2MB = 67
44931 pkg syscall (openbsd-386-cgo), const IFT_G703AT64K = 66
44932 pkg syscall (openbsd-386-cgo), const IFT_GIF = 240
44933 pkg syscall (openbsd-386-cgo), const IFT_GIGABITETHERNET = 117
44934 pkg syscall (openbsd-386-cgo), const IFT_GR303IDT = 178
44935 pkg syscall (openbsd-386-cgo), const IFT_GR303RDT = 177
44936 pkg syscall (openbsd-386-cgo), const IFT_H323GATEKEEPER = 164
44937 pkg syscall (openbsd-386-cgo), const IFT_H323PROXY = 165
44938 pkg syscall (openbsd-386-cgo), const IFT_HDH1822 = 3
44939 pkg syscall (openbsd-386-cgo), const IFT_HDLC = 118
44940 pkg syscall (openbsd-386-cgo), const IFT_HDSL2 = 168
44941 pkg syscall (openbsd-386-cgo), const IFT_HIPERLAN2 = 183
44942 pkg syscall (openbsd-386-cgo), const IFT_HIPPI = 47
44943 pkg syscall (openbsd-386-cgo), const IFT_HIPPIINTERFACE = 57
44944 pkg syscall (openbsd-386-cgo), const IFT_HOSTPAD = 90
44945 pkg syscall (openbsd-386-cgo), const IFT_HSSI = 46
44946 pkg syscall (openbsd-386-cgo), const IFT_HY = 14
44947 pkg syscall (openbsd-386-cgo), const IFT_IBM370PARCHAN = 72
44948 pkg syscall (openbsd-386-cgo), const IFT_IDSL = 154
44949 pkg syscall (openbsd-386-cgo), const IFT_IEEE1394 = 144
44950 pkg syscall (openbsd-386-cgo), const IFT_IEEE80211 = 71
44951 pkg syscall (openbsd-386-cgo), const IFT_IEEE80212 = 55
44952 pkg syscall (openbsd-386-cgo), const IFT_IEEE8023ADLAG = 161
44953 pkg syscall (openbsd-386-cgo), const IFT_IFGSN = 145
44954 pkg syscall (openbsd-386-cgo), const IFT_IMT = 190
44955 pkg syscall (openbsd-386-cgo), const IFT_INFINIBAND = 199
44956 pkg syscall (openbsd-386-cgo), const IFT_INTERLEAVE = 124
44957 pkg syscall (openbsd-386-cgo), const IFT_IP = 126
44958 pkg syscall (openbsd-386-cgo), const IFT_IPFORWARD = 142
44959 pkg syscall (openbsd-386-cgo), const IFT_IPOVERATM = 114
44960 pkg syscall (openbsd-386-cgo), const IFT_IPOVERCDLC = 109
44961 pkg syscall (openbsd-386-cgo), const IFT_IPOVERCLAW = 110
44962 pkg syscall (openbsd-386-cgo), const IFT_IPSWITCH = 78
44963 pkg syscall (openbsd-386-cgo), const IFT_ISDN = 63
44964 pkg syscall (openbsd-386-cgo), const IFT_ISDNBASIC = 20
44965 pkg syscall (openbsd-386-cgo), const IFT_ISDNPRIMARY = 21
44966 pkg syscall (openbsd-386-cgo), const IFT_ISDNS = 75
44967 pkg syscall (openbsd-386-cgo), const IFT_ISDNU = 76
44968 pkg syscall (openbsd-386-cgo), const IFT_ISO88022LLC = 41
44969 pkg syscall (openbsd-386-cgo), const IFT_ISO88023 = 7
44970 pkg syscall (openbsd-386-cgo), const IFT_ISO88024 = 8
44971 pkg syscall (openbsd-386-cgo), const IFT_ISO88025 = 9
44972 pkg syscall (openbsd-386-cgo), const IFT_ISO88025CRFPINT = 98
44973 pkg syscall (openbsd-386-cgo), const IFT_ISO88025DTR = 86
44974 pkg syscall (openbsd-386-cgo), const IFT_ISO88025FIBER = 115
44975 pkg syscall (openbsd-386-cgo), const IFT_ISO88026 = 10
44976 pkg syscall (openbsd-386-cgo), const IFT_ISUP = 179
44977 pkg syscall (openbsd-386-cgo), const IFT_L2VLAN = 135
44978 pkg syscall (openbsd-386-cgo), const IFT_L3IPVLAN = 136
44979 pkg syscall (openbsd-386-cgo), const IFT_L3IPXVLAN = 137
44980 pkg syscall (openbsd-386-cgo), const IFT_LAPB = 16
44981 pkg syscall (openbsd-386-cgo), const IFT_LAPD = 77
44982 pkg syscall (openbsd-386-cgo), const IFT_LAPF = 119
44983 pkg syscall (openbsd-386-cgo), const IFT_LINEGROUP = 210
44984 pkg syscall (openbsd-386-cgo), const IFT_LOCALTALK = 42
44985 pkg syscall (openbsd-386-cgo), const IFT_LOOP = 24
44986 pkg syscall (openbsd-386-cgo), const IFT_MEDIAMAILOVERIP = 139
44987 pkg syscall (openbsd-386-cgo), const IFT_MFSIGLINK = 167
44988 pkg syscall (openbsd-386-cgo), const IFT_MIOX25 = 38
44989 pkg syscall (openbsd-386-cgo), const IFT_MODEM = 48
44990 pkg syscall (openbsd-386-cgo), const IFT_MPC = 113
44991 pkg syscall (openbsd-386-cgo), const IFT_MPLS = 166
44992 pkg syscall (openbsd-386-cgo), const IFT_MPLSTUNNEL = 150
44993 pkg syscall (openbsd-386-cgo), const IFT_MSDSL = 143
44994 pkg syscall (openbsd-386-cgo), const IFT_MVL = 191
44995 pkg syscall (openbsd-386-cgo), const IFT_MYRINET = 99
44996 pkg syscall (openbsd-386-cgo), const IFT_NFAS = 175
44997 pkg syscall (openbsd-386-cgo), const IFT_NSIP = 27
44998 pkg syscall (openbsd-386-cgo), const IFT_OPTICALCHANNEL = 195
44999 pkg syscall (openbsd-386-cgo), const IFT_OPTICALTRANSPORT = 196
45000 pkg syscall (openbsd-386-cgo), const IFT_OTHER = 1
45001 pkg syscall (openbsd-386-cgo), const IFT_P10 = 12
45002 pkg syscall (openbsd-386-cgo), const IFT_P80 = 13
45003 pkg syscall (openbsd-386-cgo), const IFT_PARA = 34
45004 pkg syscall (openbsd-386-cgo), const IFT_PFLOG = 245
45005 pkg syscall (openbsd-386-cgo), const IFT_PFLOW = 249
45006 pkg syscall (openbsd-386-cgo), const IFT_PFSYNC = 246
45007 pkg syscall (openbsd-386-cgo), const IFT_PLC = 174
45008 pkg syscall (openbsd-386-cgo), const IFT_PON155 = 207
45009 pkg syscall (openbsd-386-cgo), const IFT_PON622 = 208
45010 pkg syscall (openbsd-386-cgo), const IFT_POS = 171
45011 pkg syscall (openbsd-386-cgo), const IFT_PPP = 23
45012 pkg syscall (openbsd-386-cgo), const IFT_PPPMULTILINKBUNDLE = 108
45013 pkg syscall (openbsd-386-cgo), const IFT_PROPATM = 197
45014 pkg syscall (openbsd-386-cgo), const IFT_PROPBWAP2MP = 184
45015 pkg syscall (openbsd-386-cgo), const IFT_PROPCNLS = 89
45016 pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
45017 pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
45018 pkg syscall (openbsd-386-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
45019 pkg syscall (openbsd-386-cgo), const IFT_PROPMUX = 54
45020 pkg syscall (openbsd-386-cgo), const IFT_PROPVIRTUAL = 53
45021 pkg syscall (openbsd-386-cgo), const IFT_PROPWIRELESSP2P = 157
45022 pkg syscall (openbsd-386-cgo), const IFT_PTPSERIAL = 22
45023 pkg syscall (openbsd-386-cgo), const IFT_PVC = 242
45024 pkg syscall (openbsd-386-cgo), const IFT_Q2931 = 201
45025 pkg syscall (openbsd-386-cgo), const IFT_QLLC = 68
45026 pkg syscall (openbsd-386-cgo), const IFT_RADIOMAC = 188
45027 pkg syscall (openbsd-386-cgo), const IFT_RADSL = 95
45028 pkg syscall (openbsd-386-cgo), const IFT_REACHDSL = 192
45029 pkg syscall (openbsd-386-cgo), const IFT_RFC1483 = 159
45030 pkg syscall (openbsd-386-cgo), const IFT_RS232 = 33
45031 pkg syscall (openbsd-386-cgo), const IFT_RSRB = 79
45032 pkg syscall (openbsd-386-cgo), const IFT_SDLC = 17
45033 pkg syscall (openbsd-386-cgo), const IFT_SDSL = 96
45034 pkg syscall (openbsd-386-cgo), const IFT_SHDSL = 169
45035 pkg syscall (openbsd-386-cgo), const IFT_SIP = 31
45036 pkg syscall (openbsd-386-cgo), const IFT_SIPSIG = 204
45037 pkg syscall (openbsd-386-cgo), const IFT_SIPTG = 203
45038 pkg syscall (openbsd-386-cgo), const IFT_SLIP = 28
45039 pkg syscall (openbsd-386-cgo), const IFT_SMDSDXI = 43
45040 pkg syscall (openbsd-386-cgo), const IFT_SMDSICIP = 52
45041 pkg syscall (openbsd-386-cgo), const IFT_SONET = 39
45042 pkg syscall (openbsd-386-cgo), const IFT_SONETOVERHEADCHANNEL = 185
45043 pkg syscall (openbsd-386-cgo), const IFT_SONETPATH = 50
45044 pkg syscall (openbsd-386-cgo), const IFT_SONETVT = 51
45045 pkg syscall (openbsd-386-cgo), const IFT_SRP = 151
45046 pkg syscall (openbsd-386-cgo), const IFT_SS7SIGLINK = 156
45047 pkg syscall (openbsd-386-cgo), const IFT_STACKTOSTACK = 111
45048 pkg syscall (openbsd-386-cgo), const IFT_STARLAN = 11
45049 pkg syscall (openbsd-386-cgo), const IFT_T1 = 18
45050 pkg syscall (openbsd-386-cgo), const IFT_TDLC = 116
45051 pkg syscall (openbsd-386-cgo), const IFT_TELINK = 200
45052 pkg syscall (openbsd-386-cgo), const IFT_TERMPAD = 91
45053 pkg syscall (openbsd-386-cgo), const IFT_TR008 = 176
45054 pkg syscall (openbsd-386-cgo), const IFT_TRANSPHDLC = 123
45055 pkg syscall (openbsd-386-cgo), const IFT_TUNNEL = 131
45056 pkg syscall (openbsd-386-cgo), const IFT_ULTRA = 29
45057 pkg syscall (openbsd-386-cgo), const IFT_USB = 160
45058 pkg syscall (openbsd-386-cgo), const IFT_V11 = 64
45059 pkg syscall (openbsd-386-cgo), const IFT_V35 = 45
45060 pkg syscall (openbsd-386-cgo), const IFT_V36 = 65
45061 pkg syscall (openbsd-386-cgo), const IFT_V37 = 120
45062 pkg syscall (openbsd-386-cgo), const IFT_VDSL = 97
45063 pkg syscall (openbsd-386-cgo), const IFT_VIRTUALIPADDRESS = 112
45064 pkg syscall (openbsd-386-cgo), const IFT_VIRTUALTG = 202
45065 pkg syscall (openbsd-386-cgo), const IFT_VOICEDID = 213
45066 pkg syscall (openbsd-386-cgo), const IFT_VOICEEM = 100
45067 pkg syscall (openbsd-386-cgo), const IFT_VOICEEMFGD = 211
45068 pkg syscall (openbsd-386-cgo), const IFT_VOICEENCAP = 103
45069 pkg syscall (openbsd-386-cgo), const IFT_VOICEFGDEANA = 212
45070 pkg syscall (openbsd-386-cgo), const IFT_VOICEFXO = 101
45071 pkg syscall (openbsd-386-cgo), const IFT_VOICEFXS = 102
45072 pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERATM = 152
45073 pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERCABLE = 198
45074 pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERFRAMERELAY = 153
45075 pkg syscall (openbsd-386-cgo), const IFT_VOICEOVERIP = 104
45076 pkg syscall (openbsd-386-cgo), const IFT_X213 = 93
45077 pkg syscall (openbsd-386-cgo), const IFT_X25 = 5
45078 pkg syscall (openbsd-386-cgo), const IFT_X25DDN = 4
45079 pkg syscall (openbsd-386-cgo), const IFT_X25HUNTGROUP = 122
45080 pkg syscall (openbsd-386-cgo), const IFT_X25MLP = 121
45081 pkg syscall (openbsd-386-cgo), const IFT_X25PLE = 40
45082 pkg syscall (openbsd-386-cgo), const IFT_XETHER = 26
45083 pkg syscall (openbsd-386-cgo), const IGNBRK = 1
45084 pkg syscall (openbsd-386-cgo), const IGNCR = 128
45085 pkg syscall (openbsd-386-cgo), const IGNPAR = 4
45086 pkg syscall (openbsd-386-cgo), const IMAXBEL = 8192
45087 pkg syscall (openbsd-386-cgo), const INLCR = 64
45088 pkg syscall (openbsd-386-cgo), const INPCK = 16
45089 pkg syscall (openbsd-386-cgo), const IN_CLASSA_HOST = 16777215
45090 pkg syscall (openbsd-386-cgo), const IN_CLASSA_MAX = 128
45091 pkg syscall (openbsd-386-cgo), const IN_CLASSA_NET = 4278190080
45092 pkg syscall (openbsd-386-cgo), const IN_CLASSA_NSHIFT = 24
45093 pkg syscall (openbsd-386-cgo), const IN_CLASSB_HOST = 65535
45094 pkg syscall (openbsd-386-cgo), const IN_CLASSB_MAX = 65536
45095 pkg syscall (openbsd-386-cgo), const IN_CLASSB_NET = 4294901760
45096 pkg syscall (openbsd-386-cgo), const IN_CLASSB_NSHIFT = 16
45097 pkg syscall (openbsd-386-cgo), const IN_CLASSC_HOST = 255
45098 pkg syscall (openbsd-386-cgo), const IN_CLASSC_NET = 4294967040
45099 pkg syscall (openbsd-386-cgo), const IN_CLASSC_NSHIFT = 8
45100 pkg syscall (openbsd-386-cgo), const IN_CLASSD_HOST = 268435455
45101 pkg syscall (openbsd-386-cgo), const IN_CLASSD_NET = 4026531840
45102 pkg syscall (openbsd-386-cgo), const IN_CLASSD_NSHIFT = 28
45103 pkg syscall (openbsd-386-cgo), const IN_LOOPBACKNET = 127
45104 pkg syscall (openbsd-386-cgo), const IN_RFC3021_HOST = 1
45105 pkg syscall (openbsd-386-cgo), const IN_RFC3021_NET = 4294967294
45106 pkg syscall (openbsd-386-cgo), const IN_RFC3021_NSHIFT = 31
45107 pkg syscall (openbsd-386-cgo), const IPPROTO_AH = 51
45108 pkg syscall (openbsd-386-cgo), const IPPROTO_CARP = 112
45109 pkg syscall (openbsd-386-cgo), const IPPROTO_DIVERT = 258
45110 pkg syscall (openbsd-386-cgo), const IPPROTO_DONE = 257
45111 pkg syscall (openbsd-386-cgo), const IPPROTO_DSTOPTS = 60
45112 pkg syscall (openbsd-386-cgo), const IPPROTO_EGP = 8
45113 pkg syscall (openbsd-386-cgo), const IPPROTO_ENCAP = 98
45114 pkg syscall (openbsd-386-cgo), const IPPROTO_EON = 80
45115 pkg syscall (openbsd-386-cgo), const IPPROTO_ESP = 50
45116 pkg syscall (openbsd-386-cgo), const IPPROTO_ETHERIP = 97
45117 pkg syscall (openbsd-386-cgo), const IPPROTO_FRAGMENT = 44
45118 pkg syscall (openbsd-386-cgo), const IPPROTO_GGP = 3
45119 pkg syscall (openbsd-386-cgo), const IPPROTO_GRE = 47
45120 pkg syscall (openbsd-386-cgo), const IPPROTO_HOPOPTS = 0
45121 pkg syscall (openbsd-386-cgo), const IPPROTO_ICMP = 1
45122 pkg syscall (openbsd-386-cgo), const IPPROTO_ICMPV6 = 58
45123 pkg syscall (openbsd-386-cgo), const IPPROTO_IDP = 22
45124 pkg syscall (openbsd-386-cgo), const IPPROTO_IGMP = 2
45125 pkg syscall (openbsd-386-cgo), const IPPROTO_IPCOMP = 108
45126 pkg syscall (openbsd-386-cgo), const IPPROTO_IPIP = 4
45127 pkg syscall (openbsd-386-cgo), const IPPROTO_IPV4 = 4
45128 pkg syscall (openbsd-386-cgo), const IPPROTO_MAX = 256
45129 pkg syscall (openbsd-386-cgo), const IPPROTO_MAXID = 259
45130 pkg syscall (openbsd-386-cgo), const IPPROTO_MOBILE = 55
45131 pkg syscall (openbsd-386-cgo), const IPPROTO_MPLS = 137
45132 pkg syscall (openbsd-386-cgo), const IPPROTO_NONE = 59
45133 pkg syscall (openbsd-386-cgo), const IPPROTO_PFSYNC = 240
45134 pkg syscall (openbsd-386-cgo), const IPPROTO_PIM = 103
45135 pkg syscall (openbsd-386-cgo), const IPPROTO_PUP = 12
45136 pkg syscall (openbsd-386-cgo), const IPPROTO_RAW = 255
45137 pkg syscall (openbsd-386-cgo), const IPPROTO_ROUTING = 43
45138 pkg syscall (openbsd-386-cgo), const IPPROTO_RSVP = 46
45139 pkg syscall (openbsd-386-cgo), const IPPROTO_TP = 29
45140 pkg syscall (openbsd-386-cgo), const IPV6_AUTH_LEVEL = 53
45141 pkg syscall (openbsd-386-cgo), const IPV6_AUTOFLOWLABEL = 59
45142 pkg syscall (openbsd-386-cgo), const IPV6_CHECKSUM = 26
45143 pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
45144 pkg syscall (openbsd-386-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
45145 pkg syscall (openbsd-386-cgo), const IPV6_DEFHLIM = 64
45146 pkg syscall (openbsd-386-cgo), const IPV6_DONTFRAG = 62
45147 pkg syscall (openbsd-386-cgo), const IPV6_DSTOPTS = 50
45148 pkg syscall (openbsd-386-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
45149 pkg syscall (openbsd-386-cgo), const IPV6_ESP_TRANS_LEVEL = 54
45150 pkg syscall (openbsd-386-cgo), const IPV6_FAITH = 29
45151 pkg syscall (openbsd-386-cgo), const IPV6_FLOWINFO_MASK = 4294967055
45152 pkg syscall (openbsd-386-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
45153 pkg syscall (openbsd-386-cgo), const IPV6_FRAGTTL = 120
45154 pkg syscall (openbsd-386-cgo), const IPV6_HLIMDEC = 1
45155 pkg syscall (openbsd-386-cgo), const IPV6_HOPLIMIT = 47
45156 pkg syscall (openbsd-386-cgo), const IPV6_HOPOPTS = 49
45157 pkg syscall (openbsd-386-cgo), const IPV6_IPCOMP_LEVEL = 60
45158 pkg syscall (openbsd-386-cgo), const IPV6_JOIN_GROUP = 12
45159 pkg syscall (openbsd-386-cgo), const IPV6_LEAVE_GROUP = 13
45160 pkg syscall (openbsd-386-cgo), const IPV6_MAXHLIM = 255
45161 pkg syscall (openbsd-386-cgo), const IPV6_MAXPACKET = 65535
45162 pkg syscall (openbsd-386-cgo), const IPV6_MMTU = 1280
45163 pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_HOPS = 10
45164 pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_IF = 9
45165 pkg syscall (openbsd-386-cgo), const IPV6_MULTICAST_LOOP = 11
45166 pkg syscall (openbsd-386-cgo), const IPV6_NEXTHOP = 48
45167 pkg syscall (openbsd-386-cgo), const IPV6_OPTIONS = 1
45168 pkg syscall (openbsd-386-cgo), const IPV6_PATHMTU = 44
45169 pkg syscall (openbsd-386-cgo), const IPV6_PIPEX = 63
45170 pkg syscall (openbsd-386-cgo), const IPV6_PKTINFO = 46
45171 pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE = 14
45172 pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_DEFAULT = 0
45173 pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_HIGH = 1
45174 pkg syscall (openbsd-386-cgo), const IPV6_PORTRANGE_LOW = 2
45175 pkg syscall (openbsd-386-cgo), const IPV6_RECVDSTOPTS = 40
45176 pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPLIMIT = 37
45177 pkg syscall (openbsd-386-cgo), const IPV6_RECVHOPOPTS = 39
45178 pkg syscall (openbsd-386-cgo), const IPV6_RECVPATHMTU = 43
45179 pkg syscall (openbsd-386-cgo), const IPV6_RECVPKTINFO = 36
45180 pkg syscall (openbsd-386-cgo), const IPV6_RECVRTHDR = 38
45181 pkg syscall (openbsd-386-cgo), const IPV6_RECVTCLASS = 57
45182 pkg syscall (openbsd-386-cgo), const IPV6_RTABLE = 4129
45183 pkg syscall (openbsd-386-cgo), const IPV6_RTHDR = 51
45184 pkg syscall (openbsd-386-cgo), const IPV6_RTHDRDSTOPTS = 35
45185 pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_LOOSE = 0
45186 pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_STRICT = 1
45187 pkg syscall (openbsd-386-cgo), const IPV6_RTHDR_TYPE_0 = 0
45188 pkg syscall (openbsd-386-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
45189 pkg syscall (openbsd-386-cgo), const IPV6_TCLASS = 61
45190 pkg syscall (openbsd-386-cgo), const IPV6_UNICAST_HOPS = 4
45191 pkg syscall (openbsd-386-cgo), const IPV6_USE_MIN_MTU = 42
45192 pkg syscall (openbsd-386-cgo), const IPV6_V6ONLY = 27
45193 pkg syscall (openbsd-386-cgo), const IPV6_VERSION = 96
45194 pkg syscall (openbsd-386-cgo), const IPV6_VERSION_MASK = 240
45195 pkg syscall (openbsd-386-cgo), const IP_ADD_MEMBERSHIP = 12
45196 pkg syscall (openbsd-386-cgo), const IP_AUTH_LEVEL = 20
45197 pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
45198 pkg syscall (openbsd-386-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
45199 pkg syscall (openbsd-386-cgo), const IP_DF = 16384
45200 pkg syscall (openbsd-386-cgo), const IP_DROP_MEMBERSHIP = 13
45201 pkg syscall (openbsd-386-cgo), const IP_ESP_NETWORK_LEVEL = 22
45202 pkg syscall (openbsd-386-cgo), const IP_ESP_TRANS_LEVEL = 21
45203 pkg syscall (openbsd-386-cgo), const IP_HDRINCL = 2
45204 pkg syscall (openbsd-386-cgo), const IP_IPCOMP_LEVEL = 29
45205 pkg syscall (openbsd-386-cgo), const IP_IPSECFLOWINFO = 36
45206 pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_AUTH = 27
45207 pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_CRED = 25
45208 pkg syscall (openbsd-386-cgo), const IP_IPSEC_LOCAL_ID = 23
45209 pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_AUTH = 28
45210 pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_CRED = 26
45211 pkg syscall (openbsd-386-cgo), const IP_IPSEC_REMOTE_ID = 24
45212 pkg syscall (openbsd-386-cgo), const IP_MAXPACKET = 65535
45213 pkg syscall (openbsd-386-cgo), const IP_MAX_MEMBERSHIPS = 4095
45214 pkg syscall (openbsd-386-cgo), const IP_MF = 8192
45215 pkg syscall (openbsd-386-cgo), const IP_MINTTL = 32
45216 pkg syscall (openbsd-386-cgo), const IP_MIN_MEMBERSHIPS = 15
45217 pkg syscall (openbsd-386-cgo), const IP_MSS = 576
45218 pkg syscall (openbsd-386-cgo), const IP_MULTICAST_IF = 9
45219 pkg syscall (openbsd-386-cgo), const IP_MULTICAST_LOOP = 11
45220 pkg syscall (openbsd-386-cgo), const IP_MULTICAST_TTL = 10
45221 pkg syscall (openbsd-386-cgo), const IP_OFFMASK = 8191
45222 pkg syscall (openbsd-386-cgo), const IP_OPTIONS = 1
45223 pkg syscall (openbsd-386-cgo), const IP_PIPEX = 34
45224 pkg syscall (openbsd-386-cgo), const IP_PORTRANGE = 19
45225 pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_DEFAULT = 0
45226 pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_HIGH = 1
45227 pkg syscall (openbsd-386-cgo), const IP_PORTRANGE_LOW = 2
45228 pkg syscall (openbsd-386-cgo), const IP_RECVDSTADDR = 7
45229 pkg syscall (openbsd-386-cgo), const IP_RECVDSTPORT = 33
45230 pkg syscall (openbsd-386-cgo), const IP_RECVIF = 30
45231 pkg syscall (openbsd-386-cgo), const IP_RECVOPTS = 5
45232 pkg syscall (openbsd-386-cgo), const IP_RECVRETOPTS = 6
45233 pkg syscall (openbsd-386-cgo), const IP_RECVRTABLE = 35
45234 pkg syscall (openbsd-386-cgo), const IP_RECVTTL = 31
45235 pkg syscall (openbsd-386-cgo), const IP_RETOPTS = 8
45236 pkg syscall (openbsd-386-cgo), const IP_RF = 32768
45237 pkg syscall (openbsd-386-cgo), const IP_RTABLE = 4129
45238 pkg syscall (openbsd-386-cgo), const IP_TOS = 3
45239 pkg syscall (openbsd-386-cgo), const IP_TTL = 4
45240 pkg syscall (openbsd-386-cgo), const ISIG = 128
45241 pkg syscall (openbsd-386-cgo), const ISTRIP = 32
45242 pkg syscall (openbsd-386-cgo), const IXANY = 2048
45243 pkg syscall (openbsd-386-cgo), const IXOFF = 1024
45244 pkg syscall (openbsd-386-cgo), const IXON = 512
45245 pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
45246 pkg syscall (openbsd-386-cgo), const LCNT_OVERLOAD_FLUSH = 6
45247 pkg syscall (openbsd-386-cgo), const LOCK_EX = 2
45248 pkg syscall (openbsd-386-cgo), const LOCK_NB = 4
45249 pkg syscall (openbsd-386-cgo), const LOCK_SH = 1
45250 pkg syscall (openbsd-386-cgo), const LOCK_UN = 8
45251 pkg syscall (openbsd-386-cgo), const MSG_BCAST = 256
45252 pkg syscall (openbsd-386-cgo), const MSG_CTRUNC = 32
45253 pkg syscall (openbsd-386-cgo), const MSG_DONTROUTE = 4
45254 pkg syscall (openbsd-386-cgo), const MSG_DONTWAIT = 128
45255 pkg syscall (openbsd-386-cgo), const MSG_EOR = 8
45256 pkg syscall (openbsd-386-cgo), const MSG_MCAST = 512
45257 pkg syscall (openbsd-386-cgo), const MSG_NOSIGNAL = 1024
45258 pkg syscall (openbsd-386-cgo), const MSG_OOB = 1
45259 pkg syscall (openbsd-386-cgo), const MSG_PEEK = 2
45260 pkg syscall (openbsd-386-cgo), const MSG_TRUNC = 16
45261 pkg syscall (openbsd-386-cgo), const MSG_WAITALL = 64
45262 pkg syscall (openbsd-386-cgo), const NAME_MAX = 255
45263 pkg syscall (openbsd-386-cgo), const NET_RT_DUMP = 1
45264 pkg syscall (openbsd-386-cgo), const NET_RT_FLAGS = 2
45265 pkg syscall (openbsd-386-cgo), const NET_RT_IFLIST = 3
45266 pkg syscall (openbsd-386-cgo), const NET_RT_MAXID = 6
45267 pkg syscall (openbsd-386-cgo), const NET_RT_STATS = 4
45268 pkg syscall (openbsd-386-cgo), const NET_RT_TABLE = 5
45269 pkg syscall (openbsd-386-cgo), const NOFLSH = 2147483648
45270 pkg syscall (openbsd-386-cgo), const NOTE_ATTRIB = 8
45271 pkg syscall (openbsd-386-cgo), const NOTE_CHILD = 4
45272 pkg syscall (openbsd-386-cgo), const NOTE_DELETE = 1
45273 pkg syscall (openbsd-386-cgo), const NOTE_EOF = 2
45274 pkg syscall (openbsd-386-cgo), const NOTE_EXEC = 536870912
45275 pkg syscall (openbsd-386-cgo), const NOTE_EXIT = 2147483648
45276 pkg syscall (openbsd-386-cgo), const NOTE_EXTEND = 4
45277 pkg syscall (openbsd-386-cgo), const NOTE_FORK = 1073741824
45278 pkg syscall (openbsd-386-cgo), const NOTE_LINK = 16
45279 pkg syscall (openbsd-386-cgo), const NOTE_LOWAT = 1
45280 pkg syscall (openbsd-386-cgo), const NOTE_PCTRLMASK = 4026531840
45281 pkg syscall (openbsd-386-cgo), const NOTE_PDATAMASK = 1048575
45282 pkg syscall (openbsd-386-cgo), const NOTE_RENAME = 32
45283 pkg syscall (openbsd-386-cgo), const NOTE_REVOKE = 64
45284 pkg syscall (openbsd-386-cgo), const NOTE_TRACK = 1
45285 pkg syscall (openbsd-386-cgo), const NOTE_TRACKERR = 2
45286 pkg syscall (openbsd-386-cgo), const NOTE_TRUNCATE = 128
45287 pkg syscall (openbsd-386-cgo), const NOTE_WRITE = 2
45288 pkg syscall (openbsd-386-cgo), const OCRNL = 16
45289 pkg syscall (openbsd-386-cgo), const ONLCR = 2
45290 pkg syscall (openbsd-386-cgo), const ONLRET = 128
45291 pkg syscall (openbsd-386-cgo), const ONOCR = 64
45292 pkg syscall (openbsd-386-cgo), const ONOEOT = 8
45293 pkg syscall (openbsd-386-cgo), const OPOST = 1
45294 pkg syscall (openbsd-386-cgo), const O_ACCMODE = 3
45295 pkg syscall (openbsd-386-cgo), const O_APPEND = 8
45296 pkg syscall (openbsd-386-cgo), const O_ASYNC = 64
45297 pkg syscall (openbsd-386-cgo), const O_CLOEXEC = 65536
45298 pkg syscall (openbsd-386-cgo), const O_CREAT = 512
45299 pkg syscall (openbsd-386-cgo), const O_DIRECTORY = 131072
45300 pkg syscall (openbsd-386-cgo), const O_DSYNC = 128
45301 pkg syscall (openbsd-386-cgo), const O_EXCL = 2048
45302 pkg syscall (openbsd-386-cgo), const O_EXLOCK = 32
45303 pkg syscall (openbsd-386-cgo), const O_FSYNC = 128
45304 pkg syscall (openbsd-386-cgo), const O_NDELAY = 4
45305 pkg syscall (openbsd-386-cgo), const O_NOCTTY = 32768
45306 pkg syscall (openbsd-386-cgo), const O_NOFOLLOW = 256
45307 pkg syscall (openbsd-386-cgo), const O_NONBLOCK = 4
45308 pkg syscall (openbsd-386-cgo), const O_RSYNC = 128
45309 pkg syscall (openbsd-386-cgo), const O_SHLOCK = 16
45310 pkg syscall (openbsd-386-cgo), const O_SYNC = 128
45311 pkg syscall (openbsd-386-cgo), const O_TRUNC = 1024
45312 pkg syscall (openbsd-386-cgo), const PARENB = 4096
45313 pkg syscall (openbsd-386-cgo), const PARMRK = 8
45314 pkg syscall (openbsd-386-cgo), const PARODD = 8192
45315 pkg syscall (openbsd-386-cgo), const PENDIN = 536870912
45316 pkg syscall (openbsd-386-cgo), const PF_FLUSH = 1
45317 pkg syscall (openbsd-386-cgo), const PTRACE_CONT = 7
45318 pkg syscall (openbsd-386-cgo), const PTRACE_KILL = 8
45319 pkg syscall (openbsd-386-cgo), const PTRACE_TRACEME = 0
45320 pkg syscall (openbsd-386-cgo), const PT_MASK = 4190208
45321 pkg syscall (openbsd-386-cgo), const RLIMIT_CORE = 4
45322 pkg syscall (openbsd-386-cgo), const RLIMIT_CPU = 0
45323 pkg syscall (openbsd-386-cgo), const RLIMIT_DATA = 2
45324 pkg syscall (openbsd-386-cgo), const RLIMIT_FSIZE = 1
45325 pkg syscall (openbsd-386-cgo), const RLIMIT_NOFILE = 8
45326 pkg syscall (openbsd-386-cgo), const RLIMIT_STACK = 3
45327 pkg syscall (openbsd-386-cgo), const RLIM_INFINITY = 9223372036854775807
45328 pkg syscall (openbsd-386-cgo), const RTAX_AUTHOR = 6
45329 pkg syscall (openbsd-386-cgo), const RTAX_BRD = 7
45330 pkg syscall (openbsd-386-cgo), const RTAX_DST = 0
45331 pkg syscall (openbsd-386-cgo), const RTAX_GATEWAY = 1
45332 pkg syscall (openbsd-386-cgo), const RTAX_GENMASK = 3
45333 pkg syscall (openbsd-386-cgo), const RTAX_IFA = 5
45334 pkg syscall (openbsd-386-cgo), const RTAX_IFP = 4
45335 pkg syscall (openbsd-386-cgo), const RTAX_LABEL = 10
45336 pkg syscall (openbsd-386-cgo), const RTAX_MAX = 11
45337 pkg syscall (openbsd-386-cgo), const RTAX_NETMASK = 2
45338 pkg syscall (openbsd-386-cgo), const RTAX_SRC = 8
45339 pkg syscall (openbsd-386-cgo), const RTAX_SRCMASK = 9
45340 pkg syscall (openbsd-386-cgo), const RTA_AUTHOR = 64
45341 pkg syscall (openbsd-386-cgo), const RTA_BRD = 128
45342 pkg syscall (openbsd-386-cgo), const RTA_DST = 1
45343 pkg syscall (openbsd-386-cgo), const RTA_GATEWAY = 2
45344 pkg syscall (openbsd-386-cgo), const RTA_GENMASK = 8
45345 pkg syscall (openbsd-386-cgo), const RTA_IFA = 32
45346 pkg syscall (openbsd-386-cgo), const RTA_IFP = 16
45347 pkg syscall (openbsd-386-cgo), const RTA_LABEL = 1024
45348 pkg syscall (openbsd-386-cgo), const RTA_NETMASK = 4
45349 pkg syscall (openbsd-386-cgo), const RTA_SRC = 256
45350 pkg syscall (openbsd-386-cgo), const RTA_SRCMASK = 512
45351 pkg syscall (openbsd-386-cgo), const RTF_ANNOUNCE = 16384
45352 pkg syscall (openbsd-386-cgo), const RTF_BLACKHOLE = 4096
45353 pkg syscall (openbsd-386-cgo), const RTF_CLONED = 65536
45354 pkg syscall (openbsd-386-cgo), const RTF_CLONING = 256
45355 pkg syscall (openbsd-386-cgo), const RTF_DONE = 64
45356 pkg syscall (openbsd-386-cgo), const RTF_DYNAMIC = 16
45357 pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496
45358 pkg syscall (openbsd-386-cgo), const RTF_GATEWAY = 2
45359 pkg syscall (openbsd-386-cgo), const RTF_HOST = 4
45360 pkg syscall (openbsd-386-cgo), const RTF_LLINFO = 1024
45361 pkg syscall (openbsd-386-cgo), const RTF_MASK = 128
45362 pkg syscall (openbsd-386-cgo), const RTF_MODIFIED = 32
45363 pkg syscall (openbsd-386-cgo), const RTF_MPATH = 262144
45364 pkg syscall (openbsd-386-cgo), const RTF_MPLS = 1048576
45365 pkg syscall (openbsd-386-cgo), const RTF_PERMANENT_ARP = 8192
45366 pkg syscall (openbsd-386-cgo), const RTF_PROTO1 = 32768
45367 pkg syscall (openbsd-386-cgo), const RTF_PROTO2 = 16384
45368 pkg syscall (openbsd-386-cgo), const RTF_PROTO3 = 8192
45369 pkg syscall (openbsd-386-cgo), const RTF_REJECT = 8
45370 pkg syscall (openbsd-386-cgo), const RTF_SOURCE = 131072
45371 pkg syscall (openbsd-386-cgo), const RTF_STATIC = 2048
45372 pkg syscall (openbsd-386-cgo), const RTF_TUNNEL = 1048576
45373 pkg syscall (openbsd-386-cgo), const RTF_UP = 1
45374 pkg syscall (openbsd-386-cgo), const RTF_USETRAILERS = 32768
45375 pkg syscall (openbsd-386-cgo), const RTF_XRESOLVE = 512
45376 pkg syscall (openbsd-386-cgo), const RTM_ADD = 1
45377 pkg syscall (openbsd-386-cgo), const RTM_CHANGE = 3
45378 pkg syscall (openbsd-386-cgo), const RTM_DELADDR = 13
45379 pkg syscall (openbsd-386-cgo), const RTM_DELETE = 2
45380 pkg syscall (openbsd-386-cgo), const RTM_DESYNC = 16
45381 pkg syscall (openbsd-386-cgo), const RTM_GET = 4
45382 pkg syscall (openbsd-386-cgo), const RTM_IFANNOUNCE = 15
45383 pkg syscall (openbsd-386-cgo), const RTM_IFINFO = 14
45384 pkg syscall (openbsd-386-cgo), const RTM_LOCK = 8
45385 pkg syscall (openbsd-386-cgo), const RTM_LOSING = 5
45386 pkg syscall (openbsd-386-cgo), const RTM_MAXSIZE = 2048
45387 pkg syscall (openbsd-386-cgo), const RTM_MISS = 7
45388 pkg syscall (openbsd-386-cgo), const RTM_NEWADDR = 12
45389 pkg syscall (openbsd-386-cgo), const RTM_REDIRECT = 6
45390 pkg syscall (openbsd-386-cgo), const RTM_RESOLVE = 11
45391 pkg syscall (openbsd-386-cgo), const RTM_RTTUNIT = 1000000
45392 pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4
45393 pkg syscall (openbsd-386-cgo), const RTV_EXPIRE = 4
45394 pkg syscall (openbsd-386-cgo), const RTV_HOPCOUNT = 2
45395 pkg syscall (openbsd-386-cgo), const RTV_MTU = 1
45396 pkg syscall (openbsd-386-cgo), const RTV_RPIPE = 8
45397 pkg syscall (openbsd-386-cgo), const RTV_RTT = 64
45398 pkg syscall (openbsd-386-cgo), const RTV_RTTVAR = 128
45399 pkg syscall (openbsd-386-cgo), const RTV_SPIPE = 16
45400 pkg syscall (openbsd-386-cgo), const RTV_SSTHRESH = 32
45401 pkg syscall (openbsd-386-cgo), const RT_TABLEID_MAX = 255
45402 pkg syscall (openbsd-386-cgo), const RUSAGE_CHILDREN = -1
45403 pkg syscall (openbsd-386-cgo), const RUSAGE_SELF = 0
45404 pkg syscall (openbsd-386-cgo), const RUSAGE_THREAD = 1
45405 pkg syscall (openbsd-386-cgo), const SCM_RIGHTS = 1
45406 pkg syscall (openbsd-386-cgo), const SCM_TIMESTAMP = 4
45407 pkg syscall (openbsd-386-cgo), const SIGBUS = 10
45408 pkg syscall (openbsd-386-cgo), const SIGCHLD = 20
45409 pkg syscall (openbsd-386-cgo), const SIGCONT = 19
45410 pkg syscall (openbsd-386-cgo), const SIGEMT = 7
45411 pkg syscall (openbsd-386-cgo), const SIGINFO = 29
45412 pkg syscall (openbsd-386-cgo), const SIGIO = 23
45413 pkg syscall (openbsd-386-cgo), const SIGIOT = 6
45414 pkg syscall (openbsd-386-cgo), const SIGPROF = 27
45415 pkg syscall (openbsd-386-cgo), const SIGSTOP = 17
45416 pkg syscall (openbsd-386-cgo), const SIGSYS = 12
45417 pkg syscall (openbsd-386-cgo), const SIGTHR = 32
45418 pkg syscall (openbsd-386-cgo), const SIGTSTP = 18
45419 pkg syscall (openbsd-386-cgo), const SIGTTIN = 21
45420 pkg syscall (openbsd-386-cgo), const SIGTTOU = 22
45421 pkg syscall (openbsd-386-cgo), const SIGURG = 16
45422 pkg syscall (openbsd-386-cgo), const SIGUSR1 = 30
45423 pkg syscall (openbsd-386-cgo), const SIGUSR2 = 31
45424 pkg syscall (openbsd-386-cgo), const SIGVTALRM = 26
45425 pkg syscall (openbsd-386-cgo), const SIGWINCH = 28
45426 pkg syscall (openbsd-386-cgo), const SIGXCPU = 24
45427 pkg syscall (openbsd-386-cgo), const SIGXFSZ = 25
45428 pkg syscall (openbsd-386-cgo), const SIOCADDMULTI = 2149607729
45429 pkg syscall (openbsd-386-cgo), const SIOCAIFADDR = 2151704858
45430 pkg syscall (openbsd-386-cgo), const SIOCAIFGROUP = 2149869959
45431 pkg syscall (openbsd-386-cgo), const SIOCALIFADDR = 2182637852
45432 pkg syscall (openbsd-386-cgo), const SIOCATMARK = 1074033415
45433 pkg syscall (openbsd-386-cgo), const SIOCBRDGADD = 2153015612
45434 pkg syscall (openbsd-386-cgo), const SIOCBRDGADDS = 2153015617
45435 pkg syscall (openbsd-386-cgo), const SIOCBRDGARL = 2154719565
45436 pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039
45437 pkg syscall (openbsd-386-cgo), const SIOCBRDGDEL = 2153015613
45438 pkg syscall (openbsd-386-cgo), const SIOCBRDGDELS = 2153015618
45439 pkg syscall (openbsd-386-cgo), const SIOCBRDGFLUSH = 2153015624
45440 pkg syscall (openbsd-386-cgo), const SIOCBRDGFRL = 2154719566
45441 pkg syscall (openbsd-386-cgo), const SIOCBRDGGCACHE = 3222563137
45442 pkg syscall (openbsd-386-cgo), const SIOCBRDGGFD = 3222563154
45443 pkg syscall (openbsd-386-cgo), const SIOCBRDGGHT = 3222563153
45444 pkg syscall (openbsd-386-cgo), const SIOCBRDGGIFFLGS = 3226757438
45445 pkg syscall (openbsd-386-cgo), const SIOCBRDGGMA = 3222563155
45446 pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456
45447 pkg syscall (openbsd-386-cgo), const SIOCBRDGGPRI = 3222563152
45448 pkg syscall (openbsd-386-cgo), const SIOCBRDGGRL = 3223873871
45449 pkg syscall (openbsd-386-cgo), const SIOCBRDGGSIFS = 3226757436
45450 pkg syscall (openbsd-386-cgo), const SIOCBRDGGTO = 3222563142
45451 pkg syscall (openbsd-386-cgo), const SIOCBRDGIFS = 3226757442
45452 pkg syscall (openbsd-386-cgo), const SIOCBRDGRTS = 3222825283
45453 pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860
45454 pkg syscall (openbsd-386-cgo), const SIOCBRDGSCACHE = 2148821312
45455 pkg syscall (openbsd-386-cgo), const SIOCBRDGSFD = 2148821330
45456 pkg syscall (openbsd-386-cgo), const SIOCBRDGSHT = 2148821329
45457 pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFCOST = 2153015637
45458 pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFFLGS = 2153015615
45459 pkg syscall (openbsd-386-cgo), const SIOCBRDGSIFPRIO = 2153015636
45460 pkg syscall (openbsd-386-cgo), const SIOCBRDGSMA = 2148821331
45461 pkg syscall (openbsd-386-cgo), const SIOCBRDGSPRI = 2148821328
45462 pkg syscall (openbsd-386-cgo), const SIOCBRDGSPROTO = 2148821338
45463 pkg syscall (openbsd-386-cgo), const SIOCBRDGSTO = 2148821317
45464 pkg syscall (openbsd-386-cgo), const SIOCBRDGSTXHC = 2148821337
45465 pkg syscall (openbsd-386-cgo), const SIOCDELMULTI = 2149607730
45466 pkg syscall (openbsd-386-cgo), const SIOCDIFADDR = 2149607705
45467 pkg syscall (openbsd-386-cgo), const SIOCDIFGROUP = 2149869961
45468 pkg syscall (openbsd-386-cgo), const SIOCDIFPHYADDR = 2149607753
45469 pkg syscall (openbsd-386-cgo), const SIOCDLIFADDR = 2182637854
45470 pkg syscall (openbsd-386-cgo), const SIOCGETKALIVE = 3222825380
45471 pkg syscall (openbsd-386-cgo), const SIOCGETLABEL = 2149607834
45472 pkg syscall (openbsd-386-cgo), const SIOCGETPFLOW = 3223349758
45473 pkg syscall (openbsd-386-cgo), const SIOCGETPFSYNC = 3223349752
45474 pkg syscall (openbsd-386-cgo), const SIOCGETSGCNT = 3222566196
45475 pkg syscall (openbsd-386-cgo), const SIOCGETVIFCNT = 3222566195
45476 pkg syscall (openbsd-386-cgo), const SIOCGHIWAT = 1074033409
45477 pkg syscall (openbsd-386-cgo), const SIOCGIFADDR = 3223349537
45478 pkg syscall (openbsd-386-cgo), const SIOCGIFASYNCMAP = 3223349628
45479 pkg syscall (openbsd-386-cgo), const SIOCGIFBRDADDR = 3223349539
45480 pkg syscall (openbsd-386-cgo), const SIOCGIFCONF = 3221776676
45481 pkg syscall (openbsd-386-cgo), const SIOCGIFDATA = 3223349531
45482 pkg syscall (openbsd-386-cgo), const SIOCGIFDESCR = 3223349633
45483 pkg syscall (openbsd-386-cgo), const SIOCGIFDSTADDR = 3223349538
45484 pkg syscall (openbsd-386-cgo), const SIOCGIFFLAGS = 3223349521
45485 pkg syscall (openbsd-386-cgo), const SIOCGIFGATTR = 3223611787
45486 pkg syscall (openbsd-386-cgo), const SIOCGIFGENERIC = 3223349562
45487 pkg syscall (openbsd-386-cgo), const SIOCGIFGMEMB = 3223611786
45488 pkg syscall (openbsd-386-cgo), const SIOCGIFGROUP = 3223611784
45489 pkg syscall (openbsd-386-cgo), const SIOCGIFMEDIA = 3223873846
45490 pkg syscall (openbsd-386-cgo), const SIOCGIFMETRIC = 3223349527
45491 pkg syscall (openbsd-386-cgo), const SIOCGIFMTU = 3223349630
45492 pkg syscall (openbsd-386-cgo), const SIOCGIFNETMASK = 3223349541
45493 pkg syscall (openbsd-386-cgo), const SIOCGIFPDSTADDR = 3223349576
45494 pkg syscall (openbsd-386-cgo), const SIOCGIFPRIORITY = 3223349660
45495 pkg syscall (openbsd-386-cgo), const SIOCGIFPSRCADDR = 3223349575
45496 pkg syscall (openbsd-386-cgo), const SIOCGIFRDOMAIN = 3223349664
45497 pkg syscall (openbsd-386-cgo), const SIOCGIFRTLABEL = 3223349635
45498 pkg syscall (openbsd-386-cgo), const SIOCGIFTIMESLOT = 3223349638
45499 pkg syscall (openbsd-386-cgo), const SIOCGIFXFLAGS = 3223349662
45500 pkg syscall (openbsd-386-cgo), const SIOCGLIFADDR = 3256379677
45501 pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYADDR = 3256379723
45502 pkg syscall (openbsd-386-cgo), const SIOCGLIFPHYRTABLE = 3223349666
45503 pkg syscall (openbsd-386-cgo), const SIOCGLOWAT = 1074033411
45504 pkg syscall (openbsd-386-cgo), const SIOCGPGRP = 1074033417
45505 pkg syscall (openbsd-386-cgo), const SIOCGVH = 3223349750
45506 pkg syscall (openbsd-386-cgo), const SIOCIFCREATE = 2149607802
45507 pkg syscall (openbsd-386-cgo), const SIOCIFDESTROY = 2149607801
45508 pkg syscall (openbsd-386-cgo), const SIOCIFGCLONERS = 3222038904
45509 pkg syscall (openbsd-386-cgo), const SIOCSETKALIVE = 2149083555
45510 pkg syscall (openbsd-386-cgo), const SIOCSETLABEL = 2149607833
45511 pkg syscall (openbsd-386-cgo), const SIOCSETPFLOW = 2149607933
45512 pkg syscall (openbsd-386-cgo), const SIOCSETPFSYNC = 2149607927
45513 pkg syscall (openbsd-386-cgo), const SIOCSHIWAT = 2147775232
45514 pkg syscall (openbsd-386-cgo), const SIOCSIFADDR = 2149607692
45515 pkg syscall (openbsd-386-cgo), const SIOCSIFASYNCMAP = 2149607805
45516 pkg syscall (openbsd-386-cgo), const SIOCSIFBRDADDR = 2149607699
45517 pkg syscall (openbsd-386-cgo), const SIOCSIFDESCR = 2149607808
45518 pkg syscall (openbsd-386-cgo), const SIOCSIFDSTADDR = 2149607694
45519 pkg syscall (openbsd-386-cgo), const SIOCSIFFLAGS = 2149607696
45520 pkg syscall (openbsd-386-cgo), const SIOCSIFGATTR = 2149869964
45521 pkg syscall (openbsd-386-cgo), const SIOCSIFGENERIC = 2149607737
45522 pkg syscall (openbsd-386-cgo), const SIOCSIFLLADDR = 2149607711
45523 pkg syscall (openbsd-386-cgo), const SIOCSIFMEDIA = 3223349557
45524 pkg syscall (openbsd-386-cgo), const SIOCSIFMETRIC = 2149607704
45525 pkg syscall (openbsd-386-cgo), const SIOCSIFMTU = 2149607807
45526 pkg syscall (openbsd-386-cgo), const SIOCSIFNETMASK = 2149607702
45527 pkg syscall (openbsd-386-cgo), const SIOCSIFPHYADDR = 2151704902
45528 pkg syscall (openbsd-386-cgo), const SIOCSIFPRIORITY = 2149607835
45529 pkg syscall (openbsd-386-cgo), const SIOCSIFRDOMAIN = 2149607839
45530 pkg syscall (openbsd-386-cgo), const SIOCSIFRTLABEL = 2149607810
45531 pkg syscall (openbsd-386-cgo), const SIOCSIFTIMESLOT = 2149607813
45532 pkg syscall (openbsd-386-cgo), const SIOCSIFXFLAGS = 2149607837
45533 pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYADDR = 2182637898
45534 pkg syscall (openbsd-386-cgo), const SIOCSLIFPHYRTABLE = 2149607841
45535 pkg syscall (openbsd-386-cgo), const SIOCSLOWAT = 2147775234
45536 pkg syscall (openbsd-386-cgo), const SIOCSPGRP = 2147775240
45537 pkg syscall (openbsd-386-cgo), const SIOCSVH = 3223349749
45538 pkg syscall (openbsd-386-cgo), const SOCK_RDM = 4
45539 pkg syscall (openbsd-386-cgo), const SOL_SOCKET = 65535
45540 pkg syscall (openbsd-386-cgo), const SOMAXCONN = 128
45541 pkg syscall (openbsd-386-cgo), const SO_ACCEPTCONN = 2
45542 pkg syscall (openbsd-386-cgo), const SO_BINDANY = 4096
45543 pkg syscall (openbsd-386-cgo), const SO_BROADCAST = 32
45544 pkg syscall (openbsd-386-cgo), const SO_DEBUG = 1
45545 pkg syscall (openbsd-386-cgo), const SO_DONTROUTE = 16
45546 pkg syscall (openbsd-386-cgo), const SO_ERROR = 4103
45547 pkg syscall (openbsd-386-cgo), const SO_KEEPALIVE = 8
45548 pkg syscall (openbsd-386-cgo), const SO_LINGER = 128
45549 pkg syscall (openbsd-386-cgo), const SO_NETPROC = 4128
45550 pkg syscall (openbsd-386-cgo), const SO_OOBINLINE = 256
45551 pkg syscall (openbsd-386-cgo), const SO_PEERCRED = 4130
45552 pkg syscall (openbsd-386-cgo), const SO_RCVBUF = 4098
45553 pkg syscall (openbsd-386-cgo), const SO_RCVLOWAT = 4100
45554 pkg syscall (openbsd-386-cgo), const SO_RCVTIMEO = 4102
45555 pkg syscall (openbsd-386-cgo), const SO_REUSEADDR = 4
45556 pkg syscall (openbsd-386-cgo), const SO_REUSEPORT = 512
45557 pkg syscall (openbsd-386-cgo), const SO_RTABLE = 4129
45558 pkg syscall (openbsd-386-cgo), const SO_SNDBUF = 4097
45559 pkg syscall (openbsd-386-cgo), const SO_SNDLOWAT = 4099
45560 pkg syscall (openbsd-386-cgo), const SO_SNDTIMEO = 4101
45561 pkg syscall (openbsd-386-cgo), const SO_SPLICE = 4131
45562 pkg syscall (openbsd-386-cgo), const SO_TIMESTAMP = 2048
45563 pkg syscall (openbsd-386-cgo), const SO_TYPE = 4104
45564 pkg syscall (openbsd-386-cgo), const SO_USELOOPBACK = 64
45565 pkg syscall (openbsd-386-cgo), const SYS_ACCEPT = 30
45566 pkg syscall (openbsd-386-cgo), const SYS_ACCESS = 33
45567 pkg syscall (openbsd-386-cgo), const SYS_ACCT = 51
45568 pkg syscall (openbsd-386-cgo), const SYS_ADJFREQ = 305
45569 pkg syscall (openbsd-386-cgo), const SYS_ADJTIME = 140
45570 pkg syscall (openbsd-386-cgo), const SYS_BIND = 104
45571 pkg syscall (openbsd-386-cgo), const SYS_CHDIR = 12
45572 pkg syscall (openbsd-386-cgo), const SYS_CHFLAGS = 34
45573 pkg syscall (openbsd-386-cgo), const SYS_CHMOD = 15
45574 pkg syscall (openbsd-386-cgo), const SYS_CHOWN = 16
45575 pkg syscall (openbsd-386-cgo), const SYS_CHROOT = 61
45576 pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234
45577 pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232
45578 pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233
45579 pkg syscall (openbsd-386-cgo), const SYS_CLOSE = 6
45580 pkg syscall (openbsd-386-cgo), const SYS_CLOSEFROM = 287
45581 pkg syscall (openbsd-386-cgo), const SYS_CONNECT = 98
45582 pkg syscall (openbsd-386-cgo), const SYS_DUP = 41
45583 pkg syscall (openbsd-386-cgo), const SYS_DUP2 = 90
45584 pkg syscall (openbsd-386-cgo), const SYS_EXECVE = 59
45585 pkg syscall (openbsd-386-cgo), const SYS_EXIT = 1
45586 pkg syscall (openbsd-386-cgo), const SYS_FACCESSAT = 313
45587 pkg syscall (openbsd-386-cgo), const SYS_FCHDIR = 13
45588 pkg syscall (openbsd-386-cgo), const SYS_FCHFLAGS = 35
45589 pkg syscall (openbsd-386-cgo), const SYS_FCHMOD = 124
45590 pkg syscall (openbsd-386-cgo), const SYS_FCHMODAT = 314
45591 pkg syscall (openbsd-386-cgo), const SYS_FCHOWN = 123
45592 pkg syscall (openbsd-386-cgo), const SYS_FCHOWNAT = 315
45593 pkg syscall (openbsd-386-cgo), const SYS_FCNTL = 92
45594 pkg syscall (openbsd-386-cgo), const SYS_FHOPEN = 264
45595 pkg syscall (openbsd-386-cgo), const SYS_FHSTAT = 294
45596 pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309
45597 pkg syscall (openbsd-386-cgo), const SYS_FLOCK = 131
45598 pkg syscall (openbsd-386-cgo), const SYS_FORK = 2
45599 pkg syscall (openbsd-386-cgo), const SYS_FPATHCONF = 192
45600 pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292
45601 pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316
45602 pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308
45603 pkg syscall (openbsd-386-cgo), const SYS_FSYNC = 95
45604 pkg syscall (openbsd-386-cgo), const SYS_FTRUNCATE = 201
45605 pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327
45606 pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206
45607 pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312
45608 pkg syscall (openbsd-386-cgo), const SYS_GETDTABLECOUNT = 18
45609 pkg syscall (openbsd-386-cgo), const SYS_GETEGID = 43
45610 pkg syscall (openbsd-386-cgo), const SYS_GETEUID = 25
45611 pkg syscall (openbsd-386-cgo), const SYS_GETFH = 161
45612 pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306
45613 pkg syscall (openbsd-386-cgo), const SYS_GETGID = 47
45614 pkg syscall (openbsd-386-cgo), const SYS_GETGROUPS = 79
45615 pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
45616 pkg syscall (openbsd-386-cgo), const SYS_GETLOGIN = 49
45617 pkg syscall (openbsd-386-cgo), const SYS_GETPEERNAME = 31
45618 pkg syscall (openbsd-386-cgo), const SYS_GETPGID = 207
45619 pkg syscall (openbsd-386-cgo), const SYS_GETPGRP = 81
45620 pkg syscall (openbsd-386-cgo), const SYS_GETPID = 20
45621 pkg syscall (openbsd-386-cgo), const SYS_GETPPID = 39
45622 pkg syscall (openbsd-386-cgo), const SYS_GETPRIORITY = 100
45623 pkg syscall (openbsd-386-cgo), const SYS_GETRESGID = 283
45624 pkg syscall (openbsd-386-cgo), const SYS_GETRESUID = 281
45625 pkg syscall (openbsd-386-cgo), const SYS_GETRLIMIT = 194
45626 pkg syscall (openbsd-386-cgo), const SYS_GETRTABLE = 311
45627 pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
45628 pkg syscall (openbsd-386-cgo), const SYS_GETSID = 255
45629 pkg syscall (openbsd-386-cgo), const SYS_GETSOCKNAME = 32
45630 pkg syscall (openbsd-386-cgo), const SYS_GETSOCKOPT = 118
45631 pkg syscall (openbsd-386-cgo), const SYS_GETTHRID = 299
45632 pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
45633 pkg syscall (openbsd-386-cgo), const SYS_GETUID = 24
45634 pkg syscall (openbsd-386-cgo), const SYS_IOCTL = 54
45635 pkg syscall (openbsd-386-cgo), const SYS_ISSETUGID = 253
45636 pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
45637 pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
45638 pkg syscall (openbsd-386-cgo), const SYS_KQUEUE = 269
45639 pkg syscall (openbsd-386-cgo), const SYS_KTRACE = 45
45640 pkg syscall (openbsd-386-cgo), const SYS_LCHOWN = 254
45641 pkg syscall (openbsd-386-cgo), const SYS_LINK = 9
45642 pkg syscall (openbsd-386-cgo), const SYS_LINKAT = 317
45643 pkg syscall (openbsd-386-cgo), const SYS_LISTEN = 106
45644 pkg syscall (openbsd-386-cgo), const SYS_LSEEK = 199
45645 pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
45646 pkg syscall (openbsd-386-cgo), const SYS_MADVISE = 75
45647 pkg syscall (openbsd-386-cgo), const SYS_MINCORE = 78
45648 pkg syscall (openbsd-386-cgo), const SYS_MINHERIT = 250
45649 pkg syscall (openbsd-386-cgo), const SYS_MKDIR = 136
45650 pkg syscall (openbsd-386-cgo), const SYS_MKDIRAT = 318
45651 pkg syscall (openbsd-386-cgo), const SYS_MKFIFO = 132
45652 pkg syscall (openbsd-386-cgo), const SYS_MKFIFOAT = 319
45653 pkg syscall (openbsd-386-cgo), const SYS_MKNOD = 14
45654 pkg syscall (openbsd-386-cgo), const SYS_MKNODAT = 320
45655 pkg syscall (openbsd-386-cgo), const SYS_MLOCK = 203
45656 pkg syscall (openbsd-386-cgo), const SYS_MLOCKALL = 271
45657 pkg syscall (openbsd-386-cgo), const SYS_MMAP = 197
45658 pkg syscall (openbsd-386-cgo), const SYS_MOUNT = 21
45659 pkg syscall (openbsd-386-cgo), const SYS_MPROTECT = 74
45660 pkg syscall (openbsd-386-cgo), const SYS_MQUERY = 286
45661 pkg syscall (openbsd-386-cgo), const SYS_MSGCTL = 297
45662 pkg syscall (openbsd-386-cgo), const SYS_MSGGET = 225
45663 pkg syscall (openbsd-386-cgo), const SYS_MSGRCV = 227
45664 pkg syscall (openbsd-386-cgo), const SYS_MSGSND = 226
45665 pkg syscall (openbsd-386-cgo), const SYS_MSYNC = 256
45666 pkg syscall (openbsd-386-cgo), const SYS_MUNLOCK = 204
45667 pkg syscall (openbsd-386-cgo), const SYS_MUNLOCKALL = 272
45668 pkg syscall (openbsd-386-cgo), const SYS_MUNMAP = 73
45669 pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
45670 pkg syscall (openbsd-386-cgo), const SYS_NFSSVC = 155
45671 pkg syscall (openbsd-386-cgo), const SYS_OBREAK = 17
45672 pkg syscall (openbsd-386-cgo), const SYS_OPEN = 5
45673 pkg syscall (openbsd-386-cgo), const SYS_OPENAT = 321
45674 pkg syscall (openbsd-386-cgo), const SYS_PATHCONF = 191
45675 pkg syscall (openbsd-386-cgo), const SYS_PIPE = 263
45676 pkg syscall (openbsd-386-cgo), const SYS_POLL = 252
45677 pkg syscall (openbsd-386-cgo), const SYS_PREAD = 173
45678 pkg syscall (openbsd-386-cgo), const SYS_PREADV = 267
45679 pkg syscall (openbsd-386-cgo), const SYS_PROFIL = 44
45680 pkg syscall (openbsd-386-cgo), const SYS_PTRACE = 26
45681 pkg syscall (openbsd-386-cgo), const SYS_PWRITE = 174
45682 pkg syscall (openbsd-386-cgo), const SYS_PWRITEV = 268
45683 pkg syscall (openbsd-386-cgo), const SYS_QUOTACTL = 148
45684 pkg syscall (openbsd-386-cgo), const SYS_READ = 3
45685 pkg syscall (openbsd-386-cgo), const SYS_READLINK = 58
45686 pkg syscall (openbsd-386-cgo), const SYS_READLINKAT = 322
45687 pkg syscall (openbsd-386-cgo), const SYS_READV = 120
45688 pkg syscall (openbsd-386-cgo), const SYS_REBOOT = 55
45689 pkg syscall (openbsd-386-cgo), const SYS_RECVFROM = 29
45690 pkg syscall (openbsd-386-cgo), const SYS_RECVMSG = 27
45691 pkg syscall (openbsd-386-cgo), const SYS_RENAME = 128
45692 pkg syscall (openbsd-386-cgo), const SYS_RENAMEAT = 323
45693 pkg syscall (openbsd-386-cgo), const SYS_REVOKE = 56
45694 pkg syscall (openbsd-386-cgo), const SYS_RMDIR = 137
45695 pkg syscall (openbsd-386-cgo), const SYS_SCHED_YIELD = 298
45696 pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
45697 pkg syscall (openbsd-386-cgo), const SYS_SEMGET = 221
45698 pkg syscall (openbsd-386-cgo), const SYS_SEMOP = 290
45699 pkg syscall (openbsd-386-cgo), const SYS_SENDMSG = 28
45700 pkg syscall (openbsd-386-cgo), const SYS_SENDTO = 133
45701 pkg syscall (openbsd-386-cgo), const SYS_SETEGID = 182
45702 pkg syscall (openbsd-386-cgo), const SYS_SETEUID = 183
45703 pkg syscall (openbsd-386-cgo), const SYS_SETGID = 181
45704 pkg syscall (openbsd-386-cgo), const SYS_SETGROUPS = 80
45705 pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83
45706 pkg syscall (openbsd-386-cgo), const SYS_SETLOGIN = 50
45707 pkg syscall (openbsd-386-cgo), const SYS_SETPGID = 82
45708 pkg syscall (openbsd-386-cgo), const SYS_SETPRIORITY = 96
45709 pkg syscall (openbsd-386-cgo), const SYS_SETREGID = 127
45710 pkg syscall (openbsd-386-cgo), const SYS_SETRESGID = 284
45711 pkg syscall (openbsd-386-cgo), const SYS_SETRESUID = 282
45712 pkg syscall (openbsd-386-cgo), const SYS_SETREUID = 126
45713 pkg syscall (openbsd-386-cgo), const SYS_SETRLIMIT = 195
45714 pkg syscall (openbsd-386-cgo), const SYS_SETRTABLE = 310
45715 pkg syscall (openbsd-386-cgo), const SYS_SETSID = 147
45716 pkg syscall (openbsd-386-cgo), const SYS_SETSOCKOPT = 105
45717 pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122
45718 pkg syscall (openbsd-386-cgo), const SYS_SETUID = 23
45719 pkg syscall (openbsd-386-cgo), const SYS_SHMAT = 228
45720 pkg syscall (openbsd-386-cgo), const SYS_SHMCTL = 296
45721 pkg syscall (openbsd-386-cgo), const SYS_SHMDT = 230
45722 pkg syscall (openbsd-386-cgo), const SYS_SHMGET = 289
45723 pkg syscall (openbsd-386-cgo), const SYS_SHUTDOWN = 134
45724 pkg syscall (openbsd-386-cgo), const SYS_SIGACTION = 46
45725 pkg syscall (openbsd-386-cgo), const SYS_SIGALTSTACK = 288
45726 pkg syscall (openbsd-386-cgo), const SYS_SIGPENDING = 52
45727 pkg syscall (openbsd-386-cgo), const SYS_SIGPROCMASK = 48
45728 pkg syscall (openbsd-386-cgo), const SYS_SIGRETURN = 103
45729 pkg syscall (openbsd-386-cgo), const SYS_SIGSUSPEND = 111
45730 pkg syscall (openbsd-386-cgo), const SYS_SOCKET = 97
45731 pkg syscall (openbsd-386-cgo), const SYS_SOCKETPAIR = 135
45732 pkg syscall (openbsd-386-cgo), const SYS_STAT = 291
45733 pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307
45734 pkg syscall (openbsd-386-cgo), const SYS_SWAPCTL = 193
45735 pkg syscall (openbsd-386-cgo), const SYS_SYMLINK = 57
45736 pkg syscall (openbsd-386-cgo), const SYS_SYMLINKAT = 324
45737 pkg syscall (openbsd-386-cgo), const SYS_SYNC = 36
45738 pkg syscall (openbsd-386-cgo), const SYS_SYSARCH = 165
45739 pkg syscall (openbsd-386-cgo), const SYS_TRUNCATE = 200
45740 pkg syscall (openbsd-386-cgo), const SYS_UMASK = 60
45741 pkg syscall (openbsd-386-cgo), const SYS_UNLINK = 10
45742 pkg syscall (openbsd-386-cgo), const SYS_UNLINKAT = 325
45743 pkg syscall (openbsd-386-cgo), const SYS_UNMOUNT = 22
45744 pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
45745 pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
45746 pkg syscall (openbsd-386-cgo), const SYS_VFORK = 66
45747 pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
45748 pkg syscall (openbsd-386-cgo), const SYS_WRITE = 4
45749 pkg syscall (openbsd-386-cgo), const SYS_WRITEV = 121
45750 pkg syscall (openbsd-386-cgo), const SYS___GETCWD = 304
45751 pkg syscall (openbsd-386-cgo), const SYS___GET_TCB = 330
45752 pkg syscall (openbsd-386-cgo), const SYS___SEMCTL = 295
45753 pkg syscall (openbsd-386-cgo), const SYS___SET_TCB = 329
45754 pkg syscall (openbsd-386-cgo), const SYS___SYSCTL = 202
45755 pkg syscall (openbsd-386-cgo), const SYS___TFORK = 8
45756 pkg syscall (openbsd-386-cgo), const SYS___THREXIT = 302
45757 pkg syscall (openbsd-386-cgo), const SYS___THRSIGDIVERT = 303
45758 pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
45759 pkg syscall (openbsd-386-cgo), const SYS___THRWAKEUP = 301
45760 pkg syscall (openbsd-386-cgo), const S_IFMT = 61440
45761 pkg syscall (openbsd-386-cgo), const SizeofBpfHdr = 20
45762 pkg syscall (openbsd-386-cgo), const SizeofBpfInsn = 8
45763 pkg syscall (openbsd-386-cgo), const SizeofBpfProgram = 8
45764 pkg syscall (openbsd-386-cgo), const SizeofBpfStat = 8
45765 pkg syscall (openbsd-386-cgo), const SizeofBpfVersion = 4
45766 pkg syscall (openbsd-386-cgo), const SizeofCmsghdr = 12
45767 pkg syscall (openbsd-386-cgo), const SizeofIPMreq = 8
45768 pkg syscall (openbsd-386-cgo), const SizeofIPv6Mreq = 20
45769 pkg syscall (openbsd-386-cgo), const SizeofIfAnnounceMsghdr = 26
45770 pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
45771 pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
45772 pkg syscall (openbsd-386-cgo), const SizeofIfaMsghdr = 24
45773 pkg syscall (openbsd-386-cgo), const SizeofInet6Pktinfo = 20
45774 pkg syscall (openbsd-386-cgo), const SizeofLinger = 8
45775 pkg syscall (openbsd-386-cgo), const SizeofMsghdr = 28
45776 pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
45777 pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88
45778 pkg syscall (openbsd-386-cgo), const SizeofSockaddrAny = 108
45779 pkg syscall (openbsd-386-cgo), const SizeofSockaddrDatalink = 32
45780 pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet4 = 16
45781 pkg syscall (openbsd-386-cgo), const SizeofSockaddrInet6 = 28
45782 pkg syscall (openbsd-386-cgo), const SizeofSockaddrUnix = 106
45783 pkg syscall (openbsd-386-cgo), const TCIFLUSH = 1
45784 pkg syscall (openbsd-386-cgo), const TCIOFLUSH = 3
45785 pkg syscall (openbsd-386-cgo), const TCOFLUSH = 2
45786 pkg syscall (openbsd-386-cgo), const TCP_MAXBURST = 4
45787 pkg syscall (openbsd-386-cgo), const TCP_MAXSEG = 2
45788 pkg syscall (openbsd-386-cgo), const TCP_MAXWIN = 65535
45789 pkg syscall (openbsd-386-cgo), const TCP_MAX_SACK = 3
45790 pkg syscall (openbsd-386-cgo), const TCP_MAX_WINSHIFT = 14
45791 pkg syscall (openbsd-386-cgo), const TCP_MD5SIG = 4
45792 pkg syscall (openbsd-386-cgo), const TCP_MSS = 512
45793 pkg syscall (openbsd-386-cgo), const TCP_NSTATES = 11
45794 pkg syscall (openbsd-386-cgo), const TCP_SACK_ENABLE = 8
45795 pkg syscall (openbsd-386-cgo), const TCSAFLUSH = 2
45796 pkg syscall (openbsd-386-cgo), const TIOCCBRK = 536900730
45797 pkg syscall (openbsd-386-cgo), const TIOCCDTR = 536900728
45798 pkg syscall (openbsd-386-cgo), const TIOCCONS = 2147775586
45799 pkg syscall (openbsd-386-cgo), const TIOCDRAIN = 536900702
45800 pkg syscall (openbsd-386-cgo), const TIOCEXCL = 536900621
45801 pkg syscall (openbsd-386-cgo), const TIOCEXT = 2147775584
45802 pkg syscall (openbsd-386-cgo), const TIOCFLAG_CLOCAL = 2
45803 pkg syscall (openbsd-386-cgo), const TIOCFLAG_CRTSCTS = 4
45804 pkg syscall (openbsd-386-cgo), const TIOCFLAG_MDMBUF = 8
45805 pkg syscall (openbsd-386-cgo), const TIOCFLAG_PPS = 16
45806 pkg syscall (openbsd-386-cgo), const TIOCFLAG_SOFTCAR = 1
45807 pkg syscall (openbsd-386-cgo), const TIOCFLUSH = 2147775504
45808 pkg syscall (openbsd-386-cgo), const TIOCGETA = 1076655123
45809 pkg syscall (openbsd-386-cgo), const TIOCGETD = 1074033690
45810 pkg syscall (openbsd-386-cgo), const TIOCGFLAGS = 1074033757
45811 pkg syscall (openbsd-386-cgo), const TIOCGPGRP = 1074033783
45812 pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899
45813 pkg syscall (openbsd-386-cgo), const TIOCGWINSZ = 1074295912
45814 pkg syscall (openbsd-386-cgo), const TIOCMBIC = 2147775595
45815 pkg syscall (openbsd-386-cgo), const TIOCMBIS = 2147775596
45816 pkg syscall (openbsd-386-cgo), const TIOCMGET = 1074033770
45817 pkg syscall (openbsd-386-cgo), const TIOCMODG = 1074033770
45818 pkg syscall (openbsd-386-cgo), const TIOCMODS = 2147775597
45819 pkg syscall (openbsd-386-cgo), const TIOCMSET = 2147775597
45820 pkg syscall (openbsd-386-cgo), const TIOCM_CAR = 64
45821 pkg syscall (openbsd-386-cgo), const TIOCM_CD = 64
45822 pkg syscall (openbsd-386-cgo), const TIOCM_CTS = 32
45823 pkg syscall (openbsd-386-cgo), const TIOCM_DSR = 256
45824 pkg syscall (openbsd-386-cgo), const TIOCM_DTR = 2
45825 pkg syscall (openbsd-386-cgo), const TIOCM_LE = 1
45826 pkg syscall (openbsd-386-cgo), const TIOCM_RI = 128
45827 pkg syscall (openbsd-386-cgo), const TIOCM_RNG = 128
45828 pkg syscall (openbsd-386-cgo), const TIOCM_RTS = 4
45829 pkg syscall (openbsd-386-cgo), const TIOCM_SR = 16
45830 pkg syscall (openbsd-386-cgo), const TIOCM_ST = 8
45831 pkg syscall (openbsd-386-cgo), const TIOCNOTTY = 536900721
45832 pkg syscall (openbsd-386-cgo), const TIOCNXCL = 536900622
45833 pkg syscall (openbsd-386-cgo), const TIOCOUTQ = 1074033779
45834 pkg syscall (openbsd-386-cgo), const TIOCPKT = 2147775600
45835 pkg syscall (openbsd-386-cgo), const TIOCPKT_DATA = 0
45836 pkg syscall (openbsd-386-cgo), const TIOCPKT_DOSTOP = 32
45837 pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHREAD = 1
45838 pkg syscall (openbsd-386-cgo), const TIOCPKT_FLUSHWRITE = 2
45839 pkg syscall (openbsd-386-cgo), const TIOCPKT_IOCTL = 64
45840 pkg syscall (openbsd-386-cgo), const TIOCPKT_NOSTOP = 16
45841 pkg syscall (openbsd-386-cgo), const TIOCPKT_START = 8
45842 pkg syscall (openbsd-386-cgo), const TIOCPKT_STOP = 4
45843 pkg syscall (openbsd-386-cgo), const TIOCREMOTE = 2147775593
45844 pkg syscall (openbsd-386-cgo), const TIOCSBRK = 536900731
45845 pkg syscall (openbsd-386-cgo), const TIOCSCTTY = 536900705
45846 pkg syscall (openbsd-386-cgo), const TIOCSDTR = 536900729
45847 pkg syscall (openbsd-386-cgo), const TIOCSETA = 2150396948
45848 pkg syscall (openbsd-386-cgo), const TIOCSETAF = 2150396950
45849 pkg syscall (openbsd-386-cgo), const TIOCSETAW = 2150396949
45850 pkg syscall (openbsd-386-cgo), const TIOCSETD = 2147775515
45851 pkg syscall (openbsd-386-cgo), const TIOCSFLAGS = 2147775580
45852 pkg syscall (openbsd-386-cgo), const TIOCSIG = 2147775583
45853 pkg syscall (openbsd-386-cgo), const TIOCSPGRP = 2147775606
45854 pkg syscall (openbsd-386-cgo), const TIOCSTART = 536900718
45855 pkg syscall (openbsd-386-cgo), const TIOCSTAT = 2147775589
45856 pkg syscall (openbsd-386-cgo), const TIOCSTI = 2147578994
45857 pkg syscall (openbsd-386-cgo), const TIOCSTOP = 536900719
45858 pkg syscall (openbsd-386-cgo), const TIOCSTSTAMP = 2148037722
45859 pkg syscall (openbsd-386-cgo), const TIOCSWINSZ = 2148037735
45860 pkg syscall (openbsd-386-cgo), const TIOCUCNTL = 2147775590
45861 pkg syscall (openbsd-386-cgo), const TOSTOP = 4194304
45862 pkg syscall (openbsd-386-cgo), const VDISCARD = 15
45863 pkg syscall (openbsd-386-cgo), const VDSUSP = 11
45864 pkg syscall (openbsd-386-cgo), const VEOF = 0
45865 pkg syscall (openbsd-386-cgo), const VEOL = 1
45866 pkg syscall (openbsd-386-cgo), const VEOL2 = 2
45867 pkg syscall (openbsd-386-cgo), const VERASE = 3
45868 pkg syscall (openbsd-386-cgo), const VINTR = 8
45869 pkg syscall (openbsd-386-cgo), const VKILL = 5
45870 pkg syscall (openbsd-386-cgo), const VLNEXT = 14
45871 pkg syscall (openbsd-386-cgo), const VMIN = 16
45872 pkg syscall (openbsd-386-cgo), const VQUIT = 9
45873 pkg syscall (openbsd-386-cgo), const VREPRINT = 6
45874 pkg syscall (openbsd-386-cgo), const VSTART = 12
45875 pkg syscall (openbsd-386-cgo), const VSTATUS = 18
45876 pkg syscall (openbsd-386-cgo), const VSTOP = 13
45877 pkg syscall (openbsd-386-cgo), const VSUSP = 10
45878 pkg syscall (openbsd-386-cgo), const VTIME = 17
45879 pkg syscall (openbsd-386-cgo), const VWERASE = 4
45880 pkg syscall (openbsd-386-cgo), const WALTSIG = 4
45881 pkg syscall (openbsd-386-cgo), const WCONTINUED = 8
45882 pkg syscall (openbsd-386-cgo), const WCOREFLAG = 128
45883 pkg syscall (openbsd-386-cgo), const WNOHANG = 1
45884 pkg syscall (openbsd-386-cgo), const WSTOPPED = 127
45885 pkg syscall (openbsd-386-cgo), const WUNTRACED = 2
45886 pkg syscall (openbsd-amd64), const AF_APPLETALK = 16
45887 pkg syscall (openbsd-amd64), const AF_BLUETOOTH = 32
45888 pkg syscall (openbsd-amd64), const AF_CCITT = 10
45889 pkg syscall (openbsd-amd64), const AF_CHAOS = 5
45890 pkg syscall (openbsd-amd64), const AF_CNT = 21
45891 pkg syscall (openbsd-amd64), const AF_COIP = 20
45892 pkg syscall (openbsd-amd64), const AF_DATAKIT = 9
45893 pkg syscall (openbsd-amd64), const AF_DECnet = 12
45894 pkg syscall (openbsd-amd64), const AF_DLI = 13
45895 pkg syscall (openbsd-amd64), const AF_E164 = 26
45896 pkg syscall (openbsd-amd64), const AF_ECMA = 8
45897 pkg syscall (openbsd-amd64), const AF_ENCAP = 28
45898 pkg syscall (openbsd-amd64), const AF_HYLINK = 15
45899 pkg syscall (openbsd-amd64), const AF_IMPLINK = 3
45900 pkg syscall (openbsd-amd64), const AF_INET6 = 24
45901 pkg syscall (openbsd-amd64), const AF_IPX = 23
45902 pkg syscall (openbsd-amd64), const AF_ISDN = 26
45903 pkg syscall (openbsd-amd64), const AF_ISO = 7
45904 pkg syscall (openbsd-amd64), const AF_KEY = 30
45905 pkg syscall (openbsd-amd64), const AF_LAT = 14
45906 pkg syscall (openbsd-amd64), const AF_LINK = 18
45907 pkg syscall (openbsd-amd64), const AF_LOCAL = 1
45908 pkg syscall (openbsd-amd64), const AF_MAX = 36
45909 pkg syscall (openbsd-amd64), const AF_MPLS = 33
45910 pkg syscall (openbsd-amd64), const AF_NATM = 27
45911 pkg syscall (openbsd-amd64), const AF_NS = 6
45912 pkg syscall (openbsd-amd64), const AF_OSI = 7
45913 pkg syscall (openbsd-amd64), const AF_PUP = 4
45914 pkg syscall (openbsd-amd64), const AF_ROUTE = 17
45915 pkg syscall (openbsd-amd64), const AF_SIP = 29
45916 pkg syscall (openbsd-amd64), const AF_SNA = 11
45917 pkg syscall (openbsd-amd64), const ARPHRD_ETHER = 1
45918 pkg syscall (openbsd-amd64), const ARPHRD_FRELAY = 15
45919 pkg syscall (openbsd-amd64), const ARPHRD_IEEE1394 = 24
45920 pkg syscall (openbsd-amd64), const ARPHRD_IEEE802 = 6
45921 pkg syscall (openbsd-amd64), const B0 = 0
45922 pkg syscall (openbsd-amd64), const B110 = 110
45923 pkg syscall (openbsd-amd64), const B115200 = 115200
45924 pkg syscall (openbsd-amd64), const B1200 = 1200
45925 pkg syscall (openbsd-amd64), const B134 = 134
45926 pkg syscall (openbsd-amd64), const B14400 = 14400
45927 pkg syscall (openbsd-amd64), const B150 = 150
45928 pkg syscall (openbsd-amd64), const B1800 = 1800
45929 pkg syscall (openbsd-amd64), const B19200 = 19200
45930 pkg syscall (openbsd-amd64), const B200 = 200
45931 pkg syscall (openbsd-amd64), const B230400 = 230400
45932 pkg syscall (openbsd-amd64), const B2400 = 2400
45933 pkg syscall (openbsd-amd64), const B28800 = 28800
45934 pkg syscall (openbsd-amd64), const B300 = 300
45935 pkg syscall (openbsd-amd64), const B38400 = 38400
45936 pkg syscall (openbsd-amd64), const B4800 = 4800
45937 pkg syscall (openbsd-amd64), const B50 = 50
45938 pkg syscall (openbsd-amd64), const B57600 = 57600
45939 pkg syscall (openbsd-amd64), const B600 = 600
45940 pkg syscall (openbsd-amd64), const B7200 = 7200
45941 pkg syscall (openbsd-amd64), const B75 = 75
45942 pkg syscall (openbsd-amd64), const B76800 = 76800
45943 pkg syscall (openbsd-amd64), const B9600 = 9600
45944 pkg syscall (openbsd-amd64), const BIOCFLUSH = 536887912
45945 pkg syscall (openbsd-amd64), const BIOCGBLEN = 1074020966
45946 pkg syscall (openbsd-amd64), const BIOCGDIRFILT = 1074020988
45947 pkg syscall (openbsd-amd64), const BIOCGDLT = 1074020970
45948 pkg syscall (openbsd-amd64), const BIOCGDLTLIST = 3222291067
45949 pkg syscall (openbsd-amd64), const BIOCGETIF = 1075855979
45950 pkg syscall (openbsd-amd64), const BIOCGFILDROP = 1074020984
45951 pkg syscall (openbsd-amd64), const BIOCGHDRCMPLT = 1074020980
45952 pkg syscall (openbsd-amd64), const BIOCGRSIG = 1074020979
45953 pkg syscall (openbsd-amd64), const BIOCGRTIMEOUT = 1074807406
45954 pkg syscall (openbsd-amd64), const BIOCGSTATS = 1074283119
45955 pkg syscall (openbsd-amd64), const BIOCIMMEDIATE = 2147762800
45956 pkg syscall (openbsd-amd64), const BIOCLOCK = 536887926
45957 pkg syscall (openbsd-amd64), const BIOCPROMISC = 536887913
45958 pkg syscall (openbsd-amd64), const BIOCSBLEN = 3221504614
45959 pkg syscall (openbsd-amd64), const BIOCSDIRFILT = 2147762813
45960 pkg syscall (openbsd-amd64), const BIOCSDLT = 2147762810
45961 pkg syscall (openbsd-amd64), const BIOCSETF = 2148549223
45962 pkg syscall (openbsd-amd64), const BIOCSETIF = 2149597804
45963 pkg syscall (openbsd-amd64), const BIOCSETWF = 2148549239
45964 pkg syscall (openbsd-amd64), const BIOCSFILDROP = 2147762809
45965 pkg syscall (openbsd-amd64), const BIOCSHDRCMPLT = 2147762805
45966 pkg syscall (openbsd-amd64), const BIOCSRSIG = 2147762802
45967 pkg syscall (openbsd-amd64), const BIOCSRTIMEOUT = 2148549229
45968 pkg syscall (openbsd-amd64), const BIOCVERSION = 1074020977
45969 pkg syscall (openbsd-amd64), const BPF_A = 16
45970 pkg syscall (openbsd-amd64), const BPF_ABS = 32
45971 pkg syscall (openbsd-amd64), const BPF_ADD = 0
45972 pkg syscall (openbsd-amd64), const BPF_ALIGNMENT = 4
45973 pkg syscall (openbsd-amd64), const BPF_ALU = 4
45974 pkg syscall (openbsd-amd64), const BPF_AND = 80
45975 pkg syscall (openbsd-amd64), const BPF_B = 16
45976 pkg syscall (openbsd-amd64), const BPF_DIRECTION_IN = 1
45977 pkg syscall (openbsd-amd64), const BPF_DIRECTION_OUT = 2
45978 pkg syscall (openbsd-amd64), const BPF_DIV = 48
45979 pkg syscall (openbsd-amd64), const BPF_H = 8
45980 pkg syscall (openbsd-amd64), const BPF_IMM = 0
45981 pkg syscall (openbsd-amd64), const BPF_IND = 64
45982 pkg syscall (openbsd-amd64), const BPF_JA = 0
45983 pkg syscall (openbsd-amd64), const BPF_JEQ = 16
45984 pkg syscall (openbsd-amd64), const BPF_JGE = 48
45985 pkg syscall (openbsd-amd64), const BPF_JGT = 32
45986 pkg syscall (openbsd-amd64), const BPF_JMP = 5
45987 pkg syscall (openbsd-amd64), const BPF_JSET = 64
45988 pkg syscall (openbsd-amd64), const BPF_K = 0
45989 pkg syscall (openbsd-amd64), const BPF_LD = 0
45990 pkg syscall (openbsd-amd64), const BPF_LDX = 1
45991 pkg syscall (openbsd-amd64), const BPF_LEN = 128
45992 pkg syscall (openbsd-amd64), const BPF_LSH = 96
45993 pkg syscall (openbsd-amd64), const BPF_MAJOR_VERSION = 1
45994 pkg syscall (openbsd-amd64), const BPF_MAXBUFSIZE = 2097152
45995 pkg syscall (openbsd-amd64), const BPF_MAXINSNS = 512
45996 pkg syscall (openbsd-amd64), const BPF_MEM = 96
45997 pkg syscall (openbsd-amd64), const BPF_MEMWORDS = 16
45998 pkg syscall (openbsd-amd64), const BPF_MINBUFSIZE = 32
45999 pkg syscall (openbsd-amd64), const BPF_MINOR_VERSION = 1
46000 pkg syscall (openbsd-amd64), const BPF_MISC = 7
46001 pkg syscall (openbsd-amd64), const BPF_MSH = 160
46002 pkg syscall (openbsd-amd64), const BPF_MUL = 32
46003 pkg syscall (openbsd-amd64), const BPF_NEG = 128
46004 pkg syscall (openbsd-amd64), const BPF_OR = 64
46005 pkg syscall (openbsd-amd64), const BPF_RELEASE = 199606
46006 pkg syscall (openbsd-amd64), const BPF_RET = 6
46007 pkg syscall (openbsd-amd64), const BPF_RSH = 112
46008 pkg syscall (openbsd-amd64), const BPF_ST = 2
46009 pkg syscall (openbsd-amd64), const BPF_STX = 3
46010 pkg syscall (openbsd-amd64), const BPF_SUB = 16
46011 pkg syscall (openbsd-amd64), const BPF_TAX = 0
46012 pkg syscall (openbsd-amd64), const BPF_TXA = 128
46013 pkg syscall (openbsd-amd64), const BPF_W = 0
46014 pkg syscall (openbsd-amd64), const BPF_X = 8
46015 pkg syscall (openbsd-amd64), const BRKINT = 2
46016 pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16
46017 pkg syscall (openbsd-amd64), const CFLUSH = 15
46018 pkg syscall (openbsd-amd64), const CLOCAL = 32768
46019 pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288
46020 pkg syscall (openbsd-amd64), const CREAD = 2048
46021 pkg syscall (openbsd-amd64), const CS5 = 0
46022 pkg syscall (openbsd-amd64), const CS6 = 256
46023 pkg syscall (openbsd-amd64), const CS7 = 512
46024 pkg syscall (openbsd-amd64), const CS8 = 768
46025 pkg syscall (openbsd-amd64), const CSIZE = 768
46026 pkg syscall (openbsd-amd64), const CSTART = 17
46027 pkg syscall (openbsd-amd64), const CSTATUS = 255
46028 pkg syscall (openbsd-amd64), const CSTOP = 19
46029 pkg syscall (openbsd-amd64), const CSTOPB = 1024
46030 pkg syscall (openbsd-amd64), const CSUSP = 26
46031 pkg syscall (openbsd-amd64), const CTL_MAXNAME = 12
46032 pkg syscall (openbsd-amd64), const CTL_NET = 4
46033 pkg syscall (openbsd-amd64), const DIOCOSFPFLUSH = 536888398
46034 pkg syscall (openbsd-amd64), const DLT_ARCNET = 7
46035 pkg syscall (openbsd-amd64), const DLT_ATM_RFC1483 = 11
46036 pkg syscall (openbsd-amd64), const DLT_AX25 = 3
46037 pkg syscall (openbsd-amd64), const DLT_CHAOS = 5
46038 pkg syscall (openbsd-amd64), const DLT_C_HDLC = 104
46039 pkg syscall (openbsd-amd64), const DLT_EN10MB = 1
46040 pkg syscall (openbsd-amd64), const DLT_EN3MB = 2
46041 pkg syscall (openbsd-amd64), const DLT_ENC = 13
46042 pkg syscall (openbsd-amd64), const DLT_FDDI = 10
46043 pkg syscall (openbsd-amd64), const DLT_IEEE802 = 6
46044 pkg syscall (openbsd-amd64), const DLT_IEEE802_11 = 105
46045 pkg syscall (openbsd-amd64), const DLT_IEEE802_11_RADIO = 127
46046 pkg syscall (openbsd-amd64), const DLT_LOOP = 12
46047 pkg syscall (openbsd-amd64), const DLT_MPLS = 219
46048 pkg syscall (openbsd-amd64), const DLT_NULL = 0
46049 pkg syscall (openbsd-amd64), const DLT_PFLOG = 117
46050 pkg syscall (openbsd-amd64), const DLT_PFSYNC = 18
46051 pkg syscall (openbsd-amd64), const DLT_PPP = 9
46052 pkg syscall (openbsd-amd64), const DLT_PPP_BSDOS = 16
46053 pkg syscall (openbsd-amd64), const DLT_PPP_ETHER = 51
46054 pkg syscall (openbsd-amd64), const DLT_PPP_SERIAL = 50
46055 pkg syscall (openbsd-amd64), const DLT_PRONET = 4
46056 pkg syscall (openbsd-amd64), const DLT_RAW = 14
46057 pkg syscall (openbsd-amd64), const DLT_SLIP = 8
46058 pkg syscall (openbsd-amd64), const DLT_SLIP_BSDOS = 15
46059 pkg syscall (openbsd-amd64), const DT_BLK = 6
46060 pkg syscall (openbsd-amd64), const DT_CHR = 2
46061 pkg syscall (openbsd-amd64), const DT_DIR = 4
46062 pkg syscall (openbsd-amd64), const DT_FIFO = 1
46063 pkg syscall (openbsd-amd64), const DT_LNK = 10
46064 pkg syscall (openbsd-amd64), const DT_REG = 8
46065 pkg syscall (openbsd-amd64), const DT_SOCK = 12
46066 pkg syscall (openbsd-amd64), const DT_UNKNOWN = 0
46067 pkg syscall (openbsd-amd64), const E2BIG = 7
46068 pkg syscall (openbsd-amd64), const EACCES = 13
46069 pkg syscall (openbsd-amd64), const EADDRINUSE = 48
46070 pkg syscall (openbsd-amd64), const EADDRNOTAVAIL = 49
46071 pkg syscall (openbsd-amd64), const EAFNOSUPPORT = 47
46072 pkg syscall (openbsd-amd64), const EAGAIN = 35
46073 pkg syscall (openbsd-amd64), const EALREADY = 37
46074 pkg syscall (openbsd-amd64), const EAUTH = 80
46075 pkg syscall (openbsd-amd64), const EBADF = 9
46076 pkg syscall (openbsd-amd64), const EBADRPC = 72
46077 pkg syscall (openbsd-amd64), const EBUSY = 16
46078 pkg syscall (openbsd-amd64), const ECANCELED = 88
46079 pkg syscall (openbsd-amd64), const ECHILD = 10
46080 pkg syscall (openbsd-amd64), const ECHO = 8
46081 pkg syscall (openbsd-amd64), const ECHOCTL = 64
46082 pkg syscall (openbsd-amd64), const ECHOE = 2
46083 pkg syscall (openbsd-amd64), const ECHOK = 4
46084 pkg syscall (openbsd-amd64), const ECHOKE = 1
46085 pkg syscall (openbsd-amd64), const ECHONL = 16
46086 pkg syscall (openbsd-amd64), const ECHOPRT = 32
46087 pkg syscall (openbsd-amd64), const ECONNABORTED = 53
46088 pkg syscall (openbsd-amd64), const ECONNREFUSED = 61
46089 pkg syscall (openbsd-amd64), const ECONNRESET = 54
46090 pkg syscall (openbsd-amd64), const EDEADLK = 11
46091 pkg syscall (openbsd-amd64), const EDESTADDRREQ = 39
46092 pkg syscall (openbsd-amd64), const EDOM = 33
46093 pkg syscall (openbsd-amd64), const EDQUOT = 69
46094 pkg syscall (openbsd-amd64), const EEXIST = 17
46095 pkg syscall (openbsd-amd64), const EFAULT = 14
46096 pkg syscall (openbsd-amd64), const EFBIG = 27
46097 pkg syscall (openbsd-amd64), const EFER_LMA = 1024
46098 pkg syscall (openbsd-amd64), const EFER_LME = 256
46099 pkg syscall (openbsd-amd64), const EFER_NXE = 2048
46100 pkg syscall (openbsd-amd64), const EFER_SCE = 1
46101 pkg syscall (openbsd-amd64), const EFTYPE = 79
46102 pkg syscall (openbsd-amd64), const EHOSTDOWN = 64
46103 pkg syscall (openbsd-amd64), const EHOSTUNREACH = 65
46104 pkg syscall (openbsd-amd64), const EIDRM = 89
46105 pkg syscall (openbsd-amd64), const EILSEQ = 84
46106 pkg syscall (openbsd-amd64), const EINPROGRESS = 36
46107 pkg syscall (openbsd-amd64), const EINTR = 4
46108 pkg syscall (openbsd-amd64), const EINVAL = 22
46109 pkg syscall (openbsd-amd64), const EIO = 5
46110 pkg syscall (openbsd-amd64), const EIPSEC = 82
46111 pkg syscall (openbsd-amd64), const EISCONN = 56
46112 pkg syscall (openbsd-amd64), const EISDIR = 21
46113 pkg syscall (openbsd-amd64), const ELAST = 91
46114 pkg syscall (openbsd-amd64), const ELOOP = 62
46115 pkg syscall (openbsd-amd64), const EMEDIUMTYPE = 86
46116 pkg syscall (openbsd-amd64), const EMFILE = 24
46117 pkg syscall (openbsd-amd64), const EMLINK = 31
46118 pkg syscall (openbsd-amd64), const EMSGSIZE = 40
46119 pkg syscall (openbsd-amd64), const EMT_TAGOVF = 1
46120 pkg syscall (openbsd-amd64), const EMUL_ENABLED = 1
46121 pkg syscall (openbsd-amd64), const EMUL_NATIVE = 2
46122 pkg syscall (openbsd-amd64), const ENAMETOOLONG = 63
46123 pkg syscall (openbsd-amd64), const ENDRUNDISC = 9
46124 pkg syscall (openbsd-amd64), const ENEEDAUTH = 81
46125 pkg syscall (openbsd-amd64), const ENETDOWN = 50
46126 pkg syscall (openbsd-amd64), const ENETRESET = 52
46127 pkg syscall (openbsd-amd64), const ENETUNREACH = 51
46128 pkg syscall (openbsd-amd64), const ENFILE = 23
46129 pkg syscall (openbsd-amd64), const ENOATTR = 83
46130 pkg syscall (openbsd-amd64), const ENOBUFS = 55
46131 pkg syscall (openbsd-amd64), const ENODEV = 19
46132 pkg syscall (openbsd-amd64), const ENOEXEC = 8
46133 pkg syscall (openbsd-amd64), const ENOLCK = 77
46134 pkg syscall (openbsd-amd64), const ENOMEDIUM = 85
46135 pkg syscall (openbsd-amd64), const ENOMEM = 12
46136 pkg syscall (openbsd-amd64), const ENOMSG = 90
46137 pkg syscall (openbsd-amd64), const ENOPROTOOPT = 42
46138 pkg syscall (openbsd-amd64), const ENOSPC = 28
46139 pkg syscall (openbsd-amd64), const ENOSYS = 78
46140 pkg syscall (openbsd-amd64), const ENOTBLK = 15
46141 pkg syscall (openbsd-amd64), const ENOTCONN = 57
46142 pkg syscall (openbsd-amd64), const ENOTDIR = 20
46143 pkg syscall (openbsd-amd64), const ENOTEMPTY = 66
46144 pkg syscall (openbsd-amd64), const ENOTSOCK = 38
46145 pkg syscall (openbsd-amd64), const ENOTSUP = 91
46146 pkg syscall (openbsd-amd64), const ENOTTY = 25
46147 pkg syscall (openbsd-amd64), const ENXIO = 6
46148 pkg syscall (openbsd-amd64), const EOPNOTSUPP = 45
46149 pkg syscall (openbsd-amd64), const EOVERFLOW = 87
46150 pkg syscall (openbsd-amd64), const EPERM = 1
46151 pkg syscall (openbsd-amd64), const EPFNOSUPPORT = 46
46152 pkg syscall (openbsd-amd64), const EPIPE = 32
46153 pkg syscall (openbsd-amd64), const EPROCLIM = 67
46154 pkg syscall (openbsd-amd64), const EPROCUNAVAIL = 76
46155 pkg syscall (openbsd-amd64), const EPROGMISMATCH = 75
46156 pkg syscall (openbsd-amd64), const EPROGUNAVAIL = 74
46157 pkg syscall (openbsd-amd64), const EPROTONOSUPPORT = 43
46158 pkg syscall (openbsd-amd64), const EPROTOTYPE = 41
46159 pkg syscall (openbsd-amd64), const ERANGE = 34
46160 pkg syscall (openbsd-amd64), const EREMOTE = 71
46161 pkg syscall (openbsd-amd64), const EROFS = 30
46162 pkg syscall (openbsd-amd64), const ERPCMISMATCH = 73
46163 pkg syscall (openbsd-amd64), const ESHUTDOWN = 58
46164 pkg syscall (openbsd-amd64), const ESOCKTNOSUPPORT = 44
46165 pkg syscall (openbsd-amd64), const ESPIPE = 29
46166 pkg syscall (openbsd-amd64), const ESRCH = 3
46167 pkg syscall (openbsd-amd64), const ESTALE = 70
46168 pkg syscall (openbsd-amd64), const ETHERMIN = 46
46169 pkg syscall (openbsd-amd64), const ETHERMTU = 1500
46170 pkg syscall (openbsd-amd64), const ETHERTYPE_8023 = 4
46171 pkg syscall (openbsd-amd64), const ETHERTYPE_AARP = 33011
46172 pkg syscall (openbsd-amd64), const ETHERTYPE_ACCTON = 33680
46173 pkg syscall (openbsd-amd64), const ETHERTYPE_AEONIC = 32822
46174 pkg syscall (openbsd-amd64), const ETHERTYPE_ALPHA = 33098
46175 pkg syscall (openbsd-amd64), const ETHERTYPE_AMBER = 24584
46176 pkg syscall (openbsd-amd64), const ETHERTYPE_AMOEBA = 33093
46177 pkg syscall (openbsd-amd64), const ETHERTYPE_AOE = 34978
46178 pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLO = 33015
46179 pkg syscall (openbsd-amd64), const ETHERTYPE_APOLLODOMAIN = 32793
46180 pkg syscall (openbsd-amd64), const ETHERTYPE_APPLETALK = 32923
46181 pkg syscall (openbsd-amd64), const ETHERTYPE_APPLITEK = 32967
46182 pkg syscall (openbsd-amd64), const ETHERTYPE_ARGONAUT = 32826
46183 pkg syscall (openbsd-amd64), const ETHERTYPE_ARP = 2054
46184 pkg syscall (openbsd-amd64), const ETHERTYPE_AT = 32923
46185 pkg syscall (openbsd-amd64), const ETHERTYPE_ATALK = 32923
46186 pkg syscall (openbsd-amd64), const ETHERTYPE_ATOMIC = 34527
46187 pkg syscall (openbsd-amd64), const ETHERTYPE_ATT = 32873
46188 pkg syscall (openbsd-amd64), const ETHERTYPE_ATTSTANFORD = 32776
46189 pkg syscall (openbsd-amd64), const ETHERTYPE_AUTOPHON = 32874
46190 pkg syscall (openbsd-amd64), const ETHERTYPE_AXIS = 34902
46191 pkg syscall (openbsd-amd64), const ETHERTYPE_BCLOOP = 36867
46192 pkg syscall (openbsd-amd64), const ETHERTYPE_BOFL = 33026
46193 pkg syscall (openbsd-amd64), const ETHERTYPE_CABLETRON = 28724
46194 pkg syscall (openbsd-amd64), const ETHERTYPE_CHAOS = 2052
46195 pkg syscall (openbsd-amd64), const ETHERTYPE_COMDESIGN = 32876
46196 pkg syscall (openbsd-amd64), const ETHERTYPE_COMPUGRAPHIC = 32877
46197 pkg syscall (openbsd-amd64), const ETHERTYPE_COUNTERPOINT = 32866
46198 pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUS = 32772
46199 pkg syscall (openbsd-amd64), const ETHERTYPE_CRONUSVLN = 32771
46200 pkg syscall (openbsd-amd64), const ETHERTYPE_DCA = 4660
46201 pkg syscall (openbsd-amd64), const ETHERTYPE_DDE = 32891
46202 pkg syscall (openbsd-amd64), const ETHERTYPE_DEBNI = 43690
46203 pkg syscall (openbsd-amd64), const ETHERTYPE_DECAM = 32840
46204 pkg syscall (openbsd-amd64), const ETHERTYPE_DECCUST = 24582
46205 pkg syscall (openbsd-amd64), const ETHERTYPE_DECDIAG = 24581
46206 pkg syscall (openbsd-amd64), const ETHERTYPE_DECDNS = 32828
46207 pkg syscall (openbsd-amd64), const ETHERTYPE_DECDTS = 32830
46208 pkg syscall (openbsd-amd64), const ETHERTYPE_DECEXPER = 24576
46209 pkg syscall (openbsd-amd64), const ETHERTYPE_DECLAST = 32833
46210 pkg syscall (openbsd-amd64), const ETHERTYPE_DECLTM = 32831
46211 pkg syscall (openbsd-amd64), const ETHERTYPE_DECMUMPS = 24585
46212 pkg syscall (openbsd-amd64), const ETHERTYPE_DECNETBIOS = 32832
46213 pkg syscall (openbsd-amd64), const ETHERTYPE_DELTACON = 34526
46214 pkg syscall (openbsd-amd64), const ETHERTYPE_DIDDLE = 17185
46215 pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG1 = 1632
46216 pkg syscall (openbsd-amd64), const ETHERTYPE_DLOG2 = 1633
46217 pkg syscall (openbsd-amd64), const ETHERTYPE_DN = 24579
46218 pkg syscall (openbsd-amd64), const ETHERTYPE_DOGFIGHT = 6537
46219 pkg syscall (openbsd-amd64), const ETHERTYPE_DSMD = 32825
46220 pkg syscall (openbsd-amd64), const ETHERTYPE_ECMA = 2051
46221 pkg syscall (openbsd-amd64), const ETHERTYPE_ENCRYPT = 32829
46222 pkg syscall (openbsd-amd64), const ETHERTYPE_ES = 32861
46223 pkg syscall (openbsd-amd64), const ETHERTYPE_EXCELAN = 32784
46224 pkg syscall (openbsd-amd64), const ETHERTYPE_EXPERDATA = 32841
46225 pkg syscall (openbsd-amd64), const ETHERTYPE_FLIP = 33094
46226 pkg syscall (openbsd-amd64), const ETHERTYPE_FLOWCONTROL = 34824
46227 pkg syscall (openbsd-amd64), const ETHERTYPE_FRARP = 2056
46228 pkg syscall (openbsd-amd64), const ETHERTYPE_GENDYN = 32872
46229 pkg syscall (openbsd-amd64), const ETHERTYPE_HAYES = 33072
46230 pkg syscall (openbsd-amd64), const ETHERTYPE_HIPPI_FP = 33152
46231 pkg syscall (openbsd-amd64), const ETHERTYPE_HITACHI = 34848
46232 pkg syscall (openbsd-amd64), const ETHERTYPE_HP = 32773
46233 pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUP = 2560
46234 pkg syscall (openbsd-amd64), const ETHERTYPE_IEEEPUPAT = 2561
46235 pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBL = 19522
46236 pkg syscall (openbsd-amd64), const ETHERTYPE_IMLBLDIAG = 16972
46237 pkg syscall (openbsd-amd64), const ETHERTYPE_IP = 2048
46238 pkg syscall (openbsd-amd64), const ETHERTYPE_IPAS = 34668
46239 pkg syscall (openbsd-amd64), const ETHERTYPE_IPV6 = 34525
46240 pkg syscall (openbsd-amd64), const ETHERTYPE_IPX = 33079
46241 pkg syscall (openbsd-amd64), const ETHERTYPE_IPXNEW = 32823
46242 pkg syscall (openbsd-amd64), const ETHERTYPE_KALPANA = 34178
46243 pkg syscall (openbsd-amd64), const ETHERTYPE_LANBRIDGE = 32824
46244 pkg syscall (openbsd-amd64), const ETHERTYPE_LANPROBE = 34952
46245 pkg syscall (openbsd-amd64), const ETHERTYPE_LAT = 24580
46246 pkg syscall (openbsd-amd64), const ETHERTYPE_LBACK = 36864
46247 pkg syscall (openbsd-amd64), const ETHERTYPE_LITTLE = 32864
46248 pkg syscall (openbsd-amd64), const ETHERTYPE_LLDP = 35020
46249 pkg syscall (openbsd-amd64), const ETHERTYPE_LOGICRAFT = 33096
46250 pkg syscall (openbsd-amd64), const ETHERTYPE_LOOPBACK = 36864
46251 pkg syscall (openbsd-amd64), const ETHERTYPE_MATRA = 32890
46252 pkg syscall (openbsd-amd64), const ETHERTYPE_MAX = 65535
46253 pkg syscall (openbsd-amd64), const ETHERTYPE_MERIT = 32892
46254 pkg syscall (openbsd-amd64), const ETHERTYPE_MICP = 34618
46255 pkg syscall (openbsd-amd64), const ETHERTYPE_MOPDL = 24577
46256 pkg syscall (openbsd-amd64), const ETHERTYPE_MOPRC = 24578
46257 pkg syscall (openbsd-amd64), const ETHERTYPE_MOTOROLA = 33165
46258 pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS = 34887
46259 pkg syscall (openbsd-amd64), const ETHERTYPE_MPLS_MCAST = 34888
46260 pkg syscall (openbsd-amd64), const ETHERTYPE_MUMPS = 33087
46261 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCC = 15364
46262 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLAIM = 15369
46263 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLREQ = 15365
46264 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCLRSP = 15366
46265 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCREQ = 15362
46266 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPCRSP = 15363
46267 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDG = 15367
46268 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDGB = 15368
46269 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPDLTE = 15370
46270 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAR = 15372
46271 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRAS = 15371
46272 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPRST = 15373
46273 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPSCD = 15361
46274 pkg syscall (openbsd-amd64), const ETHERTYPE_NBPVCD = 15360
46275 pkg syscall (openbsd-amd64), const ETHERTYPE_NBS = 2050
46276 pkg syscall (openbsd-amd64), const ETHERTYPE_NCD = 33097
46277 pkg syscall (openbsd-amd64), const ETHERTYPE_NESTAR = 32774
46278 pkg syscall (openbsd-amd64), const ETHERTYPE_NETBEUI = 33169
46279 pkg syscall (openbsd-amd64), const ETHERTYPE_NOVELL = 33080
46280 pkg syscall (openbsd-amd64), const ETHERTYPE_NS = 1536
46281 pkg syscall (openbsd-amd64), const ETHERTYPE_NSAT = 1537
46282 pkg syscall (openbsd-amd64), const ETHERTYPE_NSCOMPAT = 2055
46283 pkg syscall (openbsd-amd64), const ETHERTYPE_NTRAILER = 16
46284 pkg syscall (openbsd-amd64), const ETHERTYPE_OS9 = 28679
46285 pkg syscall (openbsd-amd64), const ETHERTYPE_OS9NET = 28681
46286 pkg syscall (openbsd-amd64), const ETHERTYPE_PACER = 32966
46287 pkg syscall (openbsd-amd64), const ETHERTYPE_PAE = 34958
46288 pkg syscall (openbsd-amd64), const ETHERTYPE_PCS = 16962
46289 pkg syscall (openbsd-amd64), const ETHERTYPE_PLANNING = 32836
46290 pkg syscall (openbsd-amd64), const ETHERTYPE_PPP = 34827
46291 pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOE = 34916
46292 pkg syscall (openbsd-amd64), const ETHERTYPE_PPPOEDISC = 34915
46293 pkg syscall (openbsd-amd64), const ETHERTYPE_PRIMENTS = 28721
46294 pkg syscall (openbsd-amd64), const ETHERTYPE_PUP = 512
46295 pkg syscall (openbsd-amd64), const ETHERTYPE_PUPAT = 512
46296 pkg syscall (openbsd-amd64), const ETHERTYPE_QINQ = 34984
46297 pkg syscall (openbsd-amd64), const ETHERTYPE_RACAL = 28720
46298 pkg syscall (openbsd-amd64), const ETHERTYPE_RATIONAL = 33104
46299 pkg syscall (openbsd-amd64), const ETHERTYPE_RAWFR = 25945
46300 pkg syscall (openbsd-amd64), const ETHERTYPE_RCL = 6549
46301 pkg syscall (openbsd-amd64), const ETHERTYPE_RDP = 34617
46302 pkg syscall (openbsd-amd64), const ETHERTYPE_RETIX = 33010
46303 pkg syscall (openbsd-amd64), const ETHERTYPE_REVARP = 32821
46304 pkg syscall (openbsd-amd64), const ETHERTYPE_SCA = 24583
46305 pkg syscall (openbsd-amd64), const ETHERTYPE_SECTRA = 34523
46306 pkg syscall (openbsd-amd64), const ETHERTYPE_SECUREDATA = 34669
46307 pkg syscall (openbsd-amd64), const ETHERTYPE_SGITW = 33150
46308 pkg syscall (openbsd-amd64), const ETHERTYPE_SG_BOUNCE = 32790
46309 pkg syscall (openbsd-amd64), const ETHERTYPE_SG_DIAG = 32787
46310 pkg syscall (openbsd-amd64), const ETHERTYPE_SG_NETGAMES = 32788
46311 pkg syscall (openbsd-amd64), const ETHERTYPE_SG_RESV = 32789
46312 pkg syscall (openbsd-amd64), const ETHERTYPE_SIMNET = 21000
46313 pkg syscall (openbsd-amd64), const ETHERTYPE_SLOW = 34825
46314 pkg syscall (openbsd-amd64), const ETHERTYPE_SNA = 32981
46315 pkg syscall (openbsd-amd64), const ETHERTYPE_SNMP = 33100
46316 pkg syscall (openbsd-amd64), const ETHERTYPE_SONIX = 64245
46317 pkg syscall (openbsd-amd64), const ETHERTYPE_SPIDER = 32927
46318 pkg syscall (openbsd-amd64), const ETHERTYPE_SPRITE = 1280
46319 pkg syscall (openbsd-amd64), const ETHERTYPE_STP = 33153
46320 pkg syscall (openbsd-amd64), const ETHERTYPE_TALARIS = 33067
46321 pkg syscall (openbsd-amd64), const ETHERTYPE_TALARISMC = 34091
46322 pkg syscall (openbsd-amd64), const ETHERTYPE_TCPCOMP = 34667
46323 pkg syscall (openbsd-amd64), const ETHERTYPE_TCPSM = 36866
46324 pkg syscall (openbsd-amd64), const ETHERTYPE_TEC = 33103
46325 pkg syscall (openbsd-amd64), const ETHERTYPE_TIGAN = 32815
46326 pkg syscall (openbsd-amd64), const ETHERTYPE_TRAIL = 4096
46327 pkg syscall (openbsd-amd64), const ETHERTYPE_TRANSETHER = 25944
46328 pkg syscall (openbsd-amd64), const ETHERTYPE_TYMSHARE = 32814
46329 pkg syscall (openbsd-amd64), const ETHERTYPE_UBBST = 28677
46330 pkg syscall (openbsd-amd64), const ETHERTYPE_UBDEBUG = 2304
46331 pkg syscall (openbsd-amd64), const ETHERTYPE_UBDIAGLOOP = 28674
46332 pkg syscall (openbsd-amd64), const ETHERTYPE_UBDL = 28672
46333 pkg syscall (openbsd-amd64), const ETHERTYPE_UBNIU = 28673
46334 pkg syscall (openbsd-amd64), const ETHERTYPE_UBNMC = 28675
46335 pkg syscall (openbsd-amd64), const ETHERTYPE_VALID = 5632
46336 pkg syscall (openbsd-amd64), const ETHERTYPE_VARIAN = 32989
46337 pkg syscall (openbsd-amd64), const ETHERTYPE_VAXELN = 32827
46338 pkg syscall (openbsd-amd64), const ETHERTYPE_VEECO = 32871
46339 pkg syscall (openbsd-amd64), const ETHERTYPE_VEXP = 32859
46340 pkg syscall (openbsd-amd64), const ETHERTYPE_VGLAB = 33073
46341 pkg syscall (openbsd-amd64), const ETHERTYPE_VINES = 2989
46342 pkg syscall (openbsd-amd64), const ETHERTYPE_VINESECHO = 2991
46343 pkg syscall (openbsd-amd64), const ETHERTYPE_VINESLOOP = 2990
46344 pkg syscall (openbsd-amd64), const ETHERTYPE_VITAL = 65280
46345 pkg syscall (openbsd-amd64), const ETHERTYPE_VLAN = 33024
46346 pkg syscall (openbsd-amd64), const ETHERTYPE_VLTLMAN = 32896
46347 pkg syscall (openbsd-amd64), const ETHERTYPE_VPROD = 32860
46348 pkg syscall (openbsd-amd64), const ETHERTYPE_VURESERVED = 33095
46349 pkg syscall (openbsd-amd64), const ETHERTYPE_WATERLOO = 33072
46350 pkg syscall (openbsd-amd64), const ETHERTYPE_WELLFLEET = 33027
46351 pkg syscall (openbsd-amd64), const ETHERTYPE_X25 = 2053
46352 pkg syscall (openbsd-amd64), const ETHERTYPE_X75 = 2049
46353 pkg syscall (openbsd-amd64), const ETHERTYPE_XNSSM = 36865
46354 pkg syscall (openbsd-amd64), const ETHERTYPE_XTP = 33149
46355 pkg syscall (openbsd-amd64), const ETHER_ADDR_LEN = 6
46356 pkg syscall (openbsd-amd64), const ETHER_ALIGN = 2
46357 pkg syscall (openbsd-amd64), const ETHER_CRC_LEN = 4
46358 pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_BE = 79764918
46359 pkg syscall (openbsd-amd64), const ETHER_CRC_POLY_LE = 3988292384
46360 pkg syscall (openbsd-amd64), const ETHER_HDR_LEN = 14
46361 pkg syscall (openbsd-amd64), const ETHER_MAX_DIX_LEN = 1536
46362 pkg syscall (openbsd-amd64), const ETHER_MAX_LEN = 1518
46363 pkg syscall (openbsd-amd64), const ETHER_MIN_LEN = 64
46364 pkg syscall (openbsd-amd64), const ETHER_TYPE_LEN = 2
46365 pkg syscall (openbsd-amd64), const ETHER_VLAN_ENCAP_LEN = 4
46366 pkg syscall (openbsd-amd64), const ETIMEDOUT = 60
46367 pkg syscall (openbsd-amd64), const ETOOMANYREFS = 59
46368 pkg syscall (openbsd-amd64), const ETXTBSY = 26
46369 pkg syscall (openbsd-amd64), const EUSERS = 68
46370 pkg syscall (openbsd-amd64), const EVFILT_AIO = -3
46371 pkg syscall (openbsd-amd64), const EVFILT_PROC = -5
46372 pkg syscall (openbsd-amd64), const EVFILT_READ = -1
46373 pkg syscall (openbsd-amd64), const EVFILT_SIGNAL = -6
46374 pkg syscall (openbsd-amd64), const EVFILT_SYSCOUNT = 7
46375 pkg syscall (openbsd-amd64), const EVFILT_TIMER = -7
46376 pkg syscall (openbsd-amd64), const EVFILT_VNODE = -4
46377 pkg syscall (openbsd-amd64), const EVFILT_WRITE = -2
46378 pkg syscall (openbsd-amd64), const EV_ADD = 1
46379 pkg syscall (openbsd-amd64), const EV_CLEAR = 32
46380 pkg syscall (openbsd-amd64), const EV_DELETE = 2
46381 pkg syscall (openbsd-amd64), const EV_DISABLE = 8
46382 pkg syscall (openbsd-amd64), const EV_ENABLE = 4
46383 pkg syscall (openbsd-amd64), const EV_EOF = 32768
46384 pkg syscall (openbsd-amd64), const EV_ERROR = 16384
46385 pkg syscall (openbsd-amd64), const EV_FLAG1 = 8192
46386 pkg syscall (openbsd-amd64), const EV_ONESHOT = 16
46387 pkg syscall (openbsd-amd64), const EV_SYSFLAGS = 61440
46388 pkg syscall (openbsd-amd64), const EWOULDBLOCK = 35
46389 pkg syscall (openbsd-amd64), const EXDEV = 18
46390 pkg syscall (openbsd-amd64), const EXTA = 19200
46391 pkg syscall (openbsd-amd64), const EXTB = 38400
46392 pkg syscall (openbsd-amd64), const EXTPROC = 2048
46393 pkg syscall (openbsd-amd64), const FD_CLOEXEC = 1
46394 pkg syscall (openbsd-amd64), const FD_SETSIZE = 1024
46395 pkg syscall (openbsd-amd64), const FLUSHO = 8388608
46396 pkg syscall (openbsd-amd64), const F_DUPFD = 0
46397 pkg syscall (openbsd-amd64), const F_DUPFD_CLOEXEC = 10
46398 pkg syscall (openbsd-amd64), const F_GETFD = 1
46399 pkg syscall (openbsd-amd64), const F_GETFL = 3
46400 pkg syscall (openbsd-amd64), const F_GETLK = 7
46401 pkg syscall (openbsd-amd64), const F_GETOWN = 5
46402 pkg syscall (openbsd-amd64), const F_OK = 0
46403 pkg syscall (openbsd-amd64), const F_RDLCK = 1
46404 pkg syscall (openbsd-amd64), const F_SETFD = 2
46405 pkg syscall (openbsd-amd64), const F_SETFL = 4
46406 pkg syscall (openbsd-amd64), const F_SETLK = 8
46407 pkg syscall (openbsd-amd64), const F_SETLKW = 9
46408 pkg syscall (openbsd-amd64), const F_SETOWN = 6
46409 pkg syscall (openbsd-amd64), const F_UNLCK = 2
46410 pkg syscall (openbsd-amd64), const F_WRLCK = 3
46411 pkg syscall (openbsd-amd64), const HUPCL = 16384
46412 pkg syscall (openbsd-amd64), const ICANON = 256
46413 pkg syscall (openbsd-amd64), const ICRNL = 256
46414 pkg syscall (openbsd-amd64), const IEXTEN = 1024
46415 pkg syscall (openbsd-amd64), const IFAN_ARRIVAL = 0
46416 pkg syscall (openbsd-amd64), const IFAN_DEPARTURE = 1
46417 pkg syscall (openbsd-amd64), const IFA_ROUTE = 1
46418 pkg syscall (openbsd-amd64), const IFF_ALLMULTI = 512
46419 pkg syscall (openbsd-amd64), const IFF_CANTCHANGE = 36434
46420 pkg syscall (openbsd-amd64), const IFF_DEBUG = 4
46421 pkg syscall (openbsd-amd64), const IFF_LINK0 = 4096
46422 pkg syscall (openbsd-amd64), const IFF_LINK1 = 8192
46423 pkg syscall (openbsd-amd64), const IFF_LINK2 = 16384
46424 pkg syscall (openbsd-amd64), const IFF_LOOPBACK = 8
46425 pkg syscall (openbsd-amd64), const IFF_MULTICAST = 32768
46426 pkg syscall (openbsd-amd64), const IFF_NOARP = 128
46427 pkg syscall (openbsd-amd64), const IFF_NOTRAILERS = 32
46428 pkg syscall (openbsd-amd64), const IFF_OACTIVE = 1024
46429 pkg syscall (openbsd-amd64), const IFF_POINTOPOINT = 16
46430 pkg syscall (openbsd-amd64), const IFF_PROMISC = 256
46431 pkg syscall (openbsd-amd64), const IFF_RUNNING = 64
46432 pkg syscall (openbsd-amd64), const IFF_SIMPLEX = 2048
46433 pkg syscall (openbsd-amd64), const IFNAMSIZ = 16
46434 pkg syscall (openbsd-amd64), const IFT_1822 = 2
46435 pkg syscall (openbsd-amd64), const IFT_A12MPPSWITCH = 130
46436 pkg syscall (openbsd-amd64), const IFT_AAL2 = 187
46437 pkg syscall (openbsd-amd64), const IFT_AAL5 = 49
46438 pkg syscall (openbsd-amd64), const IFT_ADSL = 94
46439 pkg syscall (openbsd-amd64), const IFT_AFLANE8023 = 59
46440 pkg syscall (openbsd-amd64), const IFT_AFLANE8025 = 60
46441 pkg syscall (openbsd-amd64), const IFT_ARAP = 88
46442 pkg syscall (openbsd-amd64), const IFT_ARCNET = 35
46443 pkg syscall (openbsd-amd64), const IFT_ARCNETPLUS = 36
46444 pkg syscall (openbsd-amd64), const IFT_ASYNC = 84
46445 pkg syscall (openbsd-amd64), const IFT_ATM = 37
46446 pkg syscall (openbsd-amd64), const IFT_ATMDXI = 105
46447 pkg syscall (openbsd-amd64), const IFT_ATMFUNI = 106
46448 pkg syscall (openbsd-amd64), const IFT_ATMIMA = 107
46449 pkg syscall (openbsd-amd64), const IFT_ATMLOGICAL = 80
46450 pkg syscall (openbsd-amd64), const IFT_ATMRADIO = 189
46451 pkg syscall (openbsd-amd64), const IFT_ATMSUBINTERFACE = 134
46452 pkg syscall (openbsd-amd64), const IFT_ATMVCIENDPT = 194
46453 pkg syscall (openbsd-amd64), const IFT_ATMVIRTUAL = 149
46454 pkg syscall (openbsd-amd64), const IFT_BGPPOLICYACCOUNTING = 162
46455 pkg syscall (openbsd-amd64), const IFT_BLUETOOTH = 248
46456 pkg syscall (openbsd-amd64), const IFT_BRIDGE = 209
46457 pkg syscall (openbsd-amd64), const IFT_BSC = 83
46458 pkg syscall (openbsd-amd64), const IFT_CARP = 247
46459 pkg syscall (openbsd-amd64), const IFT_CCTEMUL = 61
46460 pkg syscall (openbsd-amd64), const IFT_CEPT = 19
46461 pkg syscall (openbsd-amd64), const IFT_CES = 133
46462 pkg syscall (openbsd-amd64), const IFT_CHANNEL = 70
46463 pkg syscall (openbsd-amd64), const IFT_CNR = 85
46464 pkg syscall (openbsd-amd64), const IFT_COFFEE = 132
46465 pkg syscall (openbsd-amd64), const IFT_COMPOSITELINK = 155
46466 pkg syscall (openbsd-amd64), const IFT_DCN = 141
46467 pkg syscall (openbsd-amd64), const IFT_DIGITALPOWERLINE = 138
46468 pkg syscall (openbsd-amd64), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
46469 pkg syscall (openbsd-amd64), const IFT_DLSW = 74
46470 pkg syscall (openbsd-amd64), const IFT_DOCSCABLEDOWNSTREAM = 128
46471 pkg syscall (openbsd-amd64), const IFT_DOCSCABLEMACLAYER = 127
46472 pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAM = 129
46473 pkg syscall (openbsd-amd64), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
46474 pkg syscall (openbsd-amd64), const IFT_DS0 = 81
46475 pkg syscall (openbsd-amd64), const IFT_DS0BUNDLE = 82
46476 pkg syscall (openbsd-amd64), const IFT_DS1FDL = 170
46477 pkg syscall (openbsd-amd64), const IFT_DS3 = 30
46478 pkg syscall (openbsd-amd64), const IFT_DTM = 140
46479 pkg syscall (openbsd-amd64), const IFT_DUMMY = 241
46480 pkg syscall (openbsd-amd64), const IFT_DVBASILN = 172
46481 pkg syscall (openbsd-amd64), const IFT_DVBASIOUT = 173
46482 pkg syscall (openbsd-amd64), const IFT_DVBRCCDOWNSTREAM = 147
46483 pkg syscall (openbsd-amd64), const IFT_DVBRCCMACLAYER = 146
46484 pkg syscall (openbsd-amd64), const IFT_DVBRCCUPSTREAM = 148
46485 pkg syscall (openbsd-amd64), const IFT_ECONET = 206
46486 pkg syscall (openbsd-amd64), const IFT_ENC = 244
46487 pkg syscall (openbsd-amd64), const IFT_EON = 25
46488 pkg syscall (openbsd-amd64), const IFT_EPLRS = 87
46489 pkg syscall (openbsd-amd64), const IFT_ESCON = 73
46490 pkg syscall (openbsd-amd64), const IFT_ETHER = 6
46491 pkg syscall (openbsd-amd64), const IFT_FAITH = 243
46492 pkg syscall (openbsd-amd64), const IFT_FAST = 125
46493 pkg syscall (openbsd-amd64), const IFT_FASTETHER = 62
46494 pkg syscall (openbsd-amd64), const IFT_FASTETHERFX = 69
46495 pkg syscall (openbsd-amd64), const IFT_FDDI = 15
46496 pkg syscall (openbsd-amd64), const IFT_FIBRECHANNEL = 56
46497 pkg syscall (openbsd-amd64), const IFT_FRAMERELAYINTERCONNECT = 58
46498 pkg syscall (openbsd-amd64), const IFT_FRAMERELAYMPI = 92
46499 pkg syscall (openbsd-amd64), const IFT_FRDLCIENDPT = 193
46500 pkg syscall (openbsd-amd64), const IFT_FRELAY = 32
46501 pkg syscall (openbsd-amd64), const IFT_FRELAYDCE = 44
46502 pkg syscall (openbsd-amd64), const IFT_FRF16MFRBUNDLE = 163
46503 pkg syscall (openbsd-amd64), const IFT_FRFORWARD = 158
46504 pkg syscall (openbsd-amd64), const IFT_G703AT2MB = 67
46505 pkg syscall (openbsd-amd64), const IFT_G703AT64K = 66
46506 pkg syscall (openbsd-amd64), const IFT_GIF = 240
46507 pkg syscall (openbsd-amd64), const IFT_GIGABITETHERNET = 117
46508 pkg syscall (openbsd-amd64), const IFT_GR303IDT = 178
46509 pkg syscall (openbsd-amd64), const IFT_GR303RDT = 177
46510 pkg syscall (openbsd-amd64), const IFT_H323GATEKEEPER = 164
46511 pkg syscall (openbsd-amd64), const IFT_H323PROXY = 165
46512 pkg syscall (openbsd-amd64), const IFT_HDH1822 = 3
46513 pkg syscall (openbsd-amd64), const IFT_HDLC = 118
46514 pkg syscall (openbsd-amd64), const IFT_HDSL2 = 168
46515 pkg syscall (openbsd-amd64), const IFT_HIPERLAN2 = 183
46516 pkg syscall (openbsd-amd64), const IFT_HIPPI = 47
46517 pkg syscall (openbsd-amd64), const IFT_HIPPIINTERFACE = 57
46518 pkg syscall (openbsd-amd64), const IFT_HOSTPAD = 90
46519 pkg syscall (openbsd-amd64), const IFT_HSSI = 46
46520 pkg syscall (openbsd-amd64), const IFT_HY = 14
46521 pkg syscall (openbsd-amd64), const IFT_IBM370PARCHAN = 72
46522 pkg syscall (openbsd-amd64), const IFT_IDSL = 154
46523 pkg syscall (openbsd-amd64), const IFT_IEEE1394 = 144
46524 pkg syscall (openbsd-amd64), const IFT_IEEE80211 = 71
46525 pkg syscall (openbsd-amd64), const IFT_IEEE80212 = 55
46526 pkg syscall (openbsd-amd64), const IFT_IEEE8023ADLAG = 161
46527 pkg syscall (openbsd-amd64), const IFT_IFGSN = 145
46528 pkg syscall (openbsd-amd64), const IFT_IMT = 190
46529 pkg syscall (openbsd-amd64), const IFT_INFINIBAND = 199
46530 pkg syscall (openbsd-amd64), const IFT_INTERLEAVE = 124
46531 pkg syscall (openbsd-amd64), const IFT_IP = 126
46532 pkg syscall (openbsd-amd64), const IFT_IPFORWARD = 142
46533 pkg syscall (openbsd-amd64), const IFT_IPOVERATM = 114
46534 pkg syscall (openbsd-amd64), const IFT_IPOVERCDLC = 109
46535 pkg syscall (openbsd-amd64), const IFT_IPOVERCLAW = 110
46536 pkg syscall (openbsd-amd64), const IFT_IPSWITCH = 78
46537 pkg syscall (openbsd-amd64), const IFT_ISDN = 63
46538 pkg syscall (openbsd-amd64), const IFT_ISDNBASIC = 20
46539 pkg syscall (openbsd-amd64), const IFT_ISDNPRIMARY = 21
46540 pkg syscall (openbsd-amd64), const IFT_ISDNS = 75
46541 pkg syscall (openbsd-amd64), const IFT_ISDNU = 76
46542 pkg syscall (openbsd-amd64), const IFT_ISO88022LLC = 41
46543 pkg syscall (openbsd-amd64), const IFT_ISO88023 = 7
46544 pkg syscall (openbsd-amd64), const IFT_ISO88024 = 8
46545 pkg syscall (openbsd-amd64), const IFT_ISO88025 = 9
46546 pkg syscall (openbsd-amd64), const IFT_ISO88025CRFPINT = 98
46547 pkg syscall (openbsd-amd64), const IFT_ISO88025DTR = 86
46548 pkg syscall (openbsd-amd64), const IFT_ISO88025FIBER = 115
46549 pkg syscall (openbsd-amd64), const IFT_ISO88026 = 10
46550 pkg syscall (openbsd-amd64), const IFT_ISUP = 179
46551 pkg syscall (openbsd-amd64), const IFT_L2VLAN = 135
46552 pkg syscall (openbsd-amd64), const IFT_L3IPVLAN = 136
46553 pkg syscall (openbsd-amd64), const IFT_L3IPXVLAN = 137
46554 pkg syscall (openbsd-amd64), const IFT_LAPB = 16
46555 pkg syscall (openbsd-amd64), const IFT_LAPD = 77
46556 pkg syscall (openbsd-amd64), const IFT_LAPF = 119
46557 pkg syscall (openbsd-amd64), const IFT_LINEGROUP = 210
46558 pkg syscall (openbsd-amd64), const IFT_LOCALTALK = 42
46559 pkg syscall (openbsd-amd64), const IFT_LOOP = 24
46560 pkg syscall (openbsd-amd64), const IFT_MEDIAMAILOVERIP = 139
46561 pkg syscall (openbsd-amd64), const IFT_MFSIGLINK = 167
46562 pkg syscall (openbsd-amd64), const IFT_MIOX25 = 38
46563 pkg syscall (openbsd-amd64), const IFT_MODEM = 48
46564 pkg syscall (openbsd-amd64), const IFT_MPC = 113
46565 pkg syscall (openbsd-amd64), const IFT_MPLS = 166
46566 pkg syscall (openbsd-amd64), const IFT_MPLSTUNNEL = 150
46567 pkg syscall (openbsd-amd64), const IFT_MSDSL = 143
46568 pkg syscall (openbsd-amd64), const IFT_MVL = 191
46569 pkg syscall (openbsd-amd64), const IFT_MYRINET = 99
46570 pkg syscall (openbsd-amd64), const IFT_NFAS = 175
46571 pkg syscall (openbsd-amd64), const IFT_NSIP = 27
46572 pkg syscall (openbsd-amd64), const IFT_OPTICALCHANNEL = 195
46573 pkg syscall (openbsd-amd64), const IFT_OPTICALTRANSPORT = 196
46574 pkg syscall (openbsd-amd64), const IFT_OTHER = 1
46575 pkg syscall (openbsd-amd64), const IFT_P10 = 12
46576 pkg syscall (openbsd-amd64), const IFT_P80 = 13
46577 pkg syscall (openbsd-amd64), const IFT_PARA = 34
46578 pkg syscall (openbsd-amd64), const IFT_PFLOG = 245
46579 pkg syscall (openbsd-amd64), const IFT_PFLOW = 249
46580 pkg syscall (openbsd-amd64), const IFT_PFSYNC = 246
46581 pkg syscall (openbsd-amd64), const IFT_PLC = 174
46582 pkg syscall (openbsd-amd64), const IFT_PON155 = 207
46583 pkg syscall (openbsd-amd64), const IFT_PON622 = 208
46584 pkg syscall (openbsd-amd64), const IFT_POS = 171
46585 pkg syscall (openbsd-amd64), const IFT_PPP = 23
46586 pkg syscall (openbsd-amd64), const IFT_PPPMULTILINKBUNDLE = 108
46587 pkg syscall (openbsd-amd64), const IFT_PROPATM = 197
46588 pkg syscall (openbsd-amd64), const IFT_PROPBWAP2MP = 184
46589 pkg syscall (openbsd-amd64), const IFT_PROPCNLS = 89
46590 pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
46591 pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSMACLAYER = 180
46592 pkg syscall (openbsd-amd64), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
46593 pkg syscall (openbsd-amd64), const IFT_PROPMUX = 54
46594 pkg syscall (openbsd-amd64), const IFT_PROPVIRTUAL = 53
46595 pkg syscall (openbsd-amd64), const IFT_PROPWIRELESSP2P = 157
46596 pkg syscall (openbsd-amd64), const IFT_PTPSERIAL = 22
46597 pkg syscall (openbsd-amd64), const IFT_PVC = 242
46598 pkg syscall (openbsd-amd64), const IFT_Q2931 = 201
46599 pkg syscall (openbsd-amd64), const IFT_QLLC = 68
46600 pkg syscall (openbsd-amd64), const IFT_RADIOMAC = 188
46601 pkg syscall (openbsd-amd64), const IFT_RADSL = 95
46602 pkg syscall (openbsd-amd64), const IFT_REACHDSL = 192
46603 pkg syscall (openbsd-amd64), const IFT_RFC1483 = 159
46604 pkg syscall (openbsd-amd64), const IFT_RS232 = 33
46605 pkg syscall (openbsd-amd64), const IFT_RSRB = 79
46606 pkg syscall (openbsd-amd64), const IFT_SDLC = 17
46607 pkg syscall (openbsd-amd64), const IFT_SDSL = 96
46608 pkg syscall (openbsd-amd64), const IFT_SHDSL = 169
46609 pkg syscall (openbsd-amd64), const IFT_SIP = 31
46610 pkg syscall (openbsd-amd64), const IFT_SIPSIG = 204
46611 pkg syscall (openbsd-amd64), const IFT_SIPTG = 203
46612 pkg syscall (openbsd-amd64), const IFT_SLIP = 28
46613 pkg syscall (openbsd-amd64), const IFT_SMDSDXI = 43
46614 pkg syscall (openbsd-amd64), const IFT_SMDSICIP = 52
46615 pkg syscall (openbsd-amd64), const IFT_SONET = 39
46616 pkg syscall (openbsd-amd64), const IFT_SONETOVERHEADCHANNEL = 185
46617 pkg syscall (openbsd-amd64), const IFT_SONETPATH = 50
46618 pkg syscall (openbsd-amd64), const IFT_SONETVT = 51
46619 pkg syscall (openbsd-amd64), const IFT_SRP = 151
46620 pkg syscall (openbsd-amd64), const IFT_SS7SIGLINK = 156
46621 pkg syscall (openbsd-amd64), const IFT_STACKTOSTACK = 111
46622 pkg syscall (openbsd-amd64), const IFT_STARLAN = 11
46623 pkg syscall (openbsd-amd64), const IFT_T1 = 18
46624 pkg syscall (openbsd-amd64), const IFT_TDLC = 116
46625 pkg syscall (openbsd-amd64), const IFT_TELINK = 200
46626 pkg syscall (openbsd-amd64), const IFT_TERMPAD = 91
46627 pkg syscall (openbsd-amd64), const IFT_TR008 = 176
46628 pkg syscall (openbsd-amd64), const IFT_TRANSPHDLC = 123
46629 pkg syscall (openbsd-amd64), const IFT_TUNNEL = 131
46630 pkg syscall (openbsd-amd64), const IFT_ULTRA = 29
46631 pkg syscall (openbsd-amd64), const IFT_USB = 160
46632 pkg syscall (openbsd-amd64), const IFT_V11 = 64
46633 pkg syscall (openbsd-amd64), const IFT_V35 = 45
46634 pkg syscall (openbsd-amd64), const IFT_V36 = 65
46635 pkg syscall (openbsd-amd64), const IFT_V37 = 120
46636 pkg syscall (openbsd-amd64), const IFT_VDSL = 97
46637 pkg syscall (openbsd-amd64), const IFT_VIRTUALIPADDRESS = 112
46638 pkg syscall (openbsd-amd64), const IFT_VIRTUALTG = 202
46639 pkg syscall (openbsd-amd64), const IFT_VOICEDID = 213
46640 pkg syscall (openbsd-amd64), const IFT_VOICEEM = 100
46641 pkg syscall (openbsd-amd64), const IFT_VOICEEMFGD = 211
46642 pkg syscall (openbsd-amd64), const IFT_VOICEENCAP = 103
46643 pkg syscall (openbsd-amd64), const IFT_VOICEFGDEANA = 212
46644 pkg syscall (openbsd-amd64), const IFT_VOICEFXO = 101
46645 pkg syscall (openbsd-amd64), const IFT_VOICEFXS = 102
46646 pkg syscall (openbsd-amd64), const IFT_VOICEOVERATM = 152
46647 pkg syscall (openbsd-amd64), const IFT_VOICEOVERCABLE = 198
46648 pkg syscall (openbsd-amd64), const IFT_VOICEOVERFRAMERELAY = 153
46649 pkg syscall (openbsd-amd64), const IFT_VOICEOVERIP = 104
46650 pkg syscall (openbsd-amd64), const IFT_X213 = 93
46651 pkg syscall (openbsd-amd64), const IFT_X25 = 5
46652 pkg syscall (openbsd-amd64), const IFT_X25DDN = 4
46653 pkg syscall (openbsd-amd64), const IFT_X25HUNTGROUP = 122
46654 pkg syscall (openbsd-amd64), const IFT_X25MLP = 121
46655 pkg syscall (openbsd-amd64), const IFT_X25PLE = 40
46656 pkg syscall (openbsd-amd64), const IFT_XETHER = 26
46657 pkg syscall (openbsd-amd64), const IGNBRK = 1
46658 pkg syscall (openbsd-amd64), const IGNCR = 128
46659 pkg syscall (openbsd-amd64), const IGNPAR = 4
46660 pkg syscall (openbsd-amd64), const IMAXBEL = 8192
46661 pkg syscall (openbsd-amd64), const INLCR = 64
46662 pkg syscall (openbsd-amd64), const INPCK = 16
46663 pkg syscall (openbsd-amd64), const IN_CLASSA_HOST = 16777215
46664 pkg syscall (openbsd-amd64), const IN_CLASSA_MAX = 128
46665 pkg syscall (openbsd-amd64), const IN_CLASSA_NET = 4278190080
46666 pkg syscall (openbsd-amd64), const IN_CLASSA_NSHIFT = 24
46667 pkg syscall (openbsd-amd64), const IN_CLASSB_HOST = 65535
46668 pkg syscall (openbsd-amd64), const IN_CLASSB_MAX = 65536
46669 pkg syscall (openbsd-amd64), const IN_CLASSB_NET = 4294901760
46670 pkg syscall (openbsd-amd64), const IN_CLASSB_NSHIFT = 16
46671 pkg syscall (openbsd-amd64), const IN_CLASSC_HOST = 255
46672 pkg syscall (openbsd-amd64), const IN_CLASSC_NET = 4294967040
46673 pkg syscall (openbsd-amd64), const IN_CLASSC_NSHIFT = 8
46674 pkg syscall (openbsd-amd64), const IN_CLASSD_HOST = 268435455
46675 pkg syscall (openbsd-amd64), const IN_CLASSD_NET = 4026531840
46676 pkg syscall (openbsd-amd64), const IN_CLASSD_NSHIFT = 28
46677 pkg syscall (openbsd-amd64), const IN_LOOPBACKNET = 127
46678 pkg syscall (openbsd-amd64), const IN_RFC3021_HOST = 1
46679 pkg syscall (openbsd-amd64), const IN_RFC3021_NET = 4294967294
46680 pkg syscall (openbsd-amd64), const IN_RFC3021_NSHIFT = 31
46681 pkg syscall (openbsd-amd64), const IPPROTO_AH = 51
46682 pkg syscall (openbsd-amd64), const IPPROTO_CARP = 112
46683 pkg syscall (openbsd-amd64), const IPPROTO_DIVERT = 258
46684 pkg syscall (openbsd-amd64), const IPPROTO_DONE = 257
46685 pkg syscall (openbsd-amd64), const IPPROTO_DSTOPTS = 60
46686 pkg syscall (openbsd-amd64), const IPPROTO_EGP = 8
46687 pkg syscall (openbsd-amd64), const IPPROTO_ENCAP = 98
46688 pkg syscall (openbsd-amd64), const IPPROTO_EON = 80
46689 pkg syscall (openbsd-amd64), const IPPROTO_ESP = 50
46690 pkg syscall (openbsd-amd64), const IPPROTO_ETHERIP = 97
46691 pkg syscall (openbsd-amd64), const IPPROTO_FRAGMENT = 44
46692 pkg syscall (openbsd-amd64), const IPPROTO_GGP = 3
46693 pkg syscall (openbsd-amd64), const IPPROTO_GRE = 47
46694 pkg syscall (openbsd-amd64), const IPPROTO_HOPOPTS = 0
46695 pkg syscall (openbsd-amd64), const IPPROTO_ICMP = 1
46696 pkg syscall (openbsd-amd64), const IPPROTO_ICMPV6 = 58
46697 pkg syscall (openbsd-amd64), const IPPROTO_IDP = 22
46698 pkg syscall (openbsd-amd64), const IPPROTO_IGMP = 2
46699 pkg syscall (openbsd-amd64), const IPPROTO_IPCOMP = 108
46700 pkg syscall (openbsd-amd64), const IPPROTO_IPIP = 4
46701 pkg syscall (openbsd-amd64), const IPPROTO_IPV4 = 4
46702 pkg syscall (openbsd-amd64), const IPPROTO_MAX = 256
46703 pkg syscall (openbsd-amd64), const IPPROTO_MAXID = 259
46704 pkg syscall (openbsd-amd64), const IPPROTO_MOBILE = 55
46705 pkg syscall (openbsd-amd64), const IPPROTO_MPLS = 137
46706 pkg syscall (openbsd-amd64), const IPPROTO_NONE = 59
46707 pkg syscall (openbsd-amd64), const IPPROTO_PFSYNC = 240
46708 pkg syscall (openbsd-amd64), const IPPROTO_PIM = 103
46709 pkg syscall (openbsd-amd64), const IPPROTO_PUP = 12
46710 pkg syscall (openbsd-amd64), const IPPROTO_RAW = 255
46711 pkg syscall (openbsd-amd64), const IPPROTO_ROUTING = 43
46712 pkg syscall (openbsd-amd64), const IPPROTO_RSVP = 46
46713 pkg syscall (openbsd-amd64), const IPPROTO_TP = 29
46714 pkg syscall (openbsd-amd64), const IPV6_AUTH_LEVEL = 53
46715 pkg syscall (openbsd-amd64), const IPV6_AUTOFLOWLABEL = 59
46716 pkg syscall (openbsd-amd64), const IPV6_CHECKSUM = 26
46717 pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_HOPS = 1
46718 pkg syscall (openbsd-amd64), const IPV6_DEFAULT_MULTICAST_LOOP = 1
46719 pkg syscall (openbsd-amd64), const IPV6_DEFHLIM = 64
46720 pkg syscall (openbsd-amd64), const IPV6_DONTFRAG = 62
46721 pkg syscall (openbsd-amd64), const IPV6_DSTOPTS = 50
46722 pkg syscall (openbsd-amd64), const IPV6_ESP_NETWORK_LEVEL = 55
46723 pkg syscall (openbsd-amd64), const IPV6_ESP_TRANS_LEVEL = 54
46724 pkg syscall (openbsd-amd64), const IPV6_FAITH = 29
46725 pkg syscall (openbsd-amd64), const IPV6_FLOWINFO_MASK = 4294967055
46726 pkg syscall (openbsd-amd64), const IPV6_FLOWLABEL_MASK = 4294905600
46727 pkg syscall (openbsd-amd64), const IPV6_FRAGTTL = 120
46728 pkg syscall (openbsd-amd64), const IPV6_HLIMDEC = 1
46729 pkg syscall (openbsd-amd64), const IPV6_HOPLIMIT = 47
46730 pkg syscall (openbsd-amd64), const IPV6_HOPOPTS = 49
46731 pkg syscall (openbsd-amd64), const IPV6_IPCOMP_LEVEL = 60
46732 pkg syscall (openbsd-amd64), const IPV6_JOIN_GROUP = 12
46733 pkg syscall (openbsd-amd64), const IPV6_LEAVE_GROUP = 13
46734 pkg syscall (openbsd-amd64), const IPV6_MAXHLIM = 255
46735 pkg syscall (openbsd-amd64), const IPV6_MAXPACKET = 65535
46736 pkg syscall (openbsd-amd64), const IPV6_MMTU = 1280
46737 pkg syscall (openbsd-amd64), const IPV6_MULTICAST_HOPS = 10
46738 pkg syscall (openbsd-amd64), const IPV6_MULTICAST_IF = 9
46739 pkg syscall (openbsd-amd64), const IPV6_MULTICAST_LOOP = 11
46740 pkg syscall (openbsd-amd64), const IPV6_NEXTHOP = 48
46741 pkg syscall (openbsd-amd64), const IPV6_OPTIONS = 1
46742 pkg syscall (openbsd-amd64), const IPV6_PATHMTU = 44
46743 pkg syscall (openbsd-amd64), const IPV6_PIPEX = 63
46744 pkg syscall (openbsd-amd64), const IPV6_PKTINFO = 46
46745 pkg syscall (openbsd-amd64), const IPV6_PORTRANGE = 14
46746 pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_DEFAULT = 0
46747 pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_HIGH = 1
46748 pkg syscall (openbsd-amd64), const IPV6_PORTRANGE_LOW = 2
46749 pkg syscall (openbsd-amd64), const IPV6_RECVDSTOPTS = 40
46750 pkg syscall (openbsd-amd64), const IPV6_RECVHOPLIMIT = 37
46751 pkg syscall (openbsd-amd64), const IPV6_RECVHOPOPTS = 39
46752 pkg syscall (openbsd-amd64), const IPV6_RECVPATHMTU = 43
46753 pkg syscall (openbsd-amd64), const IPV6_RECVPKTINFO = 36
46754 pkg syscall (openbsd-amd64), const IPV6_RECVRTHDR = 38
46755 pkg syscall (openbsd-amd64), const IPV6_RECVTCLASS = 57
46756 pkg syscall (openbsd-amd64), const IPV6_RTABLE = 4129
46757 pkg syscall (openbsd-amd64), const IPV6_RTHDR = 51
46758 pkg syscall (openbsd-amd64), const IPV6_RTHDRDSTOPTS = 35
46759 pkg syscall (openbsd-amd64), const IPV6_RTHDR_LOOSE = 0
46760 pkg syscall (openbsd-amd64), const IPV6_RTHDR_STRICT = 1
46761 pkg syscall (openbsd-amd64), const IPV6_RTHDR_TYPE_0 = 0
46762 pkg syscall (openbsd-amd64), const IPV6_SOCKOPT_RESERVED1 = 3
46763 pkg syscall (openbsd-amd64), const IPV6_TCLASS = 61
46764 pkg syscall (openbsd-amd64), const IPV6_UNICAST_HOPS = 4
46765 pkg syscall (openbsd-amd64), const IPV6_USE_MIN_MTU = 42
46766 pkg syscall (openbsd-amd64), const IPV6_V6ONLY = 27
46767 pkg syscall (openbsd-amd64), const IPV6_VERSION = 96
46768 pkg syscall (openbsd-amd64), const IPV6_VERSION_MASK = 240
46769 pkg syscall (openbsd-amd64), const IP_ADD_MEMBERSHIP = 12
46770 pkg syscall (openbsd-amd64), const IP_AUTH_LEVEL = 20
46771 pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_LOOP = 1
46772 pkg syscall (openbsd-amd64), const IP_DEFAULT_MULTICAST_TTL = 1
46773 pkg syscall (openbsd-amd64), const IP_DF = 16384
46774 pkg syscall (openbsd-amd64), const IP_DROP_MEMBERSHIP = 13
46775 pkg syscall (openbsd-amd64), const IP_ESP_NETWORK_LEVEL = 22
46776 pkg syscall (openbsd-amd64), const IP_ESP_TRANS_LEVEL = 21
46777 pkg syscall (openbsd-amd64), const IP_HDRINCL = 2
46778 pkg syscall (openbsd-amd64), const IP_IPCOMP_LEVEL = 29
46779 pkg syscall (openbsd-amd64), const IP_IPSECFLOWINFO = 36
46780 pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_AUTH = 27
46781 pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_CRED = 25
46782 pkg syscall (openbsd-amd64), const IP_IPSEC_LOCAL_ID = 23
46783 pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_AUTH = 28
46784 pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_CRED = 26
46785 pkg syscall (openbsd-amd64), const IP_IPSEC_REMOTE_ID = 24
46786 pkg syscall (openbsd-amd64), const IP_MAXPACKET = 65535
46787 pkg syscall (openbsd-amd64), const IP_MAX_MEMBERSHIPS = 4095
46788 pkg syscall (openbsd-amd64), const IP_MF = 8192
46789 pkg syscall (openbsd-amd64), const IP_MINTTL = 32
46790 pkg syscall (openbsd-amd64), const IP_MIN_MEMBERSHIPS = 15
46791 pkg syscall (openbsd-amd64), const IP_MSS = 576
46792 pkg syscall (openbsd-amd64), const IP_MULTICAST_IF = 9
46793 pkg syscall (openbsd-amd64), const IP_MULTICAST_LOOP = 11
46794 pkg syscall (openbsd-amd64), const IP_MULTICAST_TTL = 10
46795 pkg syscall (openbsd-amd64), const IP_OFFMASK = 8191
46796 pkg syscall (openbsd-amd64), const IP_OPTIONS = 1
46797 pkg syscall (openbsd-amd64), const IP_PIPEX = 34
46798 pkg syscall (openbsd-amd64), const IP_PORTRANGE = 19
46799 pkg syscall (openbsd-amd64), const IP_PORTRANGE_DEFAULT = 0
46800 pkg syscall (openbsd-amd64), const IP_PORTRANGE_HIGH = 1
46801 pkg syscall (openbsd-amd64), const IP_PORTRANGE_LOW = 2
46802 pkg syscall (openbsd-amd64), const IP_RECVDSTADDR = 7
46803 pkg syscall (openbsd-amd64), const IP_RECVDSTPORT = 33
46804 pkg syscall (openbsd-amd64), const IP_RECVIF = 30
46805 pkg syscall (openbsd-amd64), const IP_RECVOPTS = 5
46806 pkg syscall (openbsd-amd64), const IP_RECVRETOPTS = 6
46807 pkg syscall (openbsd-amd64), const IP_RECVRTABLE = 35
46808 pkg syscall (openbsd-amd64), const IP_RECVTTL = 31
46809 pkg syscall (openbsd-amd64), const IP_RETOPTS = 8
46810 pkg syscall (openbsd-amd64), const IP_RF = 32768
46811 pkg syscall (openbsd-amd64), const IP_RTABLE = 4129
46812 pkg syscall (openbsd-amd64), const IP_TOS = 3
46813 pkg syscall (openbsd-amd64), const IP_TTL = 4
46814 pkg syscall (openbsd-amd64), const ISIG = 128
46815 pkg syscall (openbsd-amd64), const ISTRIP = 32
46816 pkg syscall (openbsd-amd64), const IXANY = 2048
46817 pkg syscall (openbsd-amd64), const IXOFF = 1024
46818 pkg syscall (openbsd-amd64), const IXON = 512
46819 pkg syscall (openbsd-amd64), const ImplementsGetwd = false
46820 pkg syscall (openbsd-amd64), const LCNT_OVERLOAD_FLUSH = 6
46821 pkg syscall (openbsd-amd64), const LOCK_EX = 2
46822 pkg syscall (openbsd-amd64), const LOCK_NB = 4
46823 pkg syscall (openbsd-amd64), const LOCK_SH = 1
46824 pkg syscall (openbsd-amd64), const LOCK_UN = 8
46825 pkg syscall (openbsd-amd64), const MSG_BCAST = 256
46826 pkg syscall (openbsd-amd64), const MSG_CTRUNC = 32
46827 pkg syscall (openbsd-amd64), const MSG_DONTROUTE = 4
46828 pkg syscall (openbsd-amd64), const MSG_DONTWAIT = 128
46829 pkg syscall (openbsd-amd64), const MSG_EOR = 8
46830 pkg syscall (openbsd-amd64), const MSG_MCAST = 512
46831 pkg syscall (openbsd-amd64), const MSG_NOSIGNAL = 1024
46832 pkg syscall (openbsd-amd64), const MSG_OOB = 1
46833 pkg syscall (openbsd-amd64), const MSG_PEEK = 2
46834 pkg syscall (openbsd-amd64), const MSG_TRUNC = 16
46835 pkg syscall (openbsd-amd64), const MSG_WAITALL = 64
46836 pkg syscall (openbsd-amd64), const NAME_MAX = 255
46837 pkg syscall (openbsd-amd64), const NET_RT_DUMP = 1
46838 pkg syscall (openbsd-amd64), const NET_RT_FLAGS = 2
46839 pkg syscall (openbsd-amd64), const NET_RT_IFLIST = 3
46840 pkg syscall (openbsd-amd64), const NET_RT_MAXID = 6
46841 pkg syscall (openbsd-amd64), const NET_RT_STATS = 4
46842 pkg syscall (openbsd-amd64), const NET_RT_TABLE = 5
46843 pkg syscall (openbsd-amd64), const NOFLSH = 2147483648
46844 pkg syscall (openbsd-amd64), const NOTE_ATTRIB = 8
46845 pkg syscall (openbsd-amd64), const NOTE_CHILD = 4
46846 pkg syscall (openbsd-amd64), const NOTE_DELETE = 1
46847 pkg syscall (openbsd-amd64), const NOTE_EOF = 2
46848 pkg syscall (openbsd-amd64), const NOTE_EXEC = 536870912
46849 pkg syscall (openbsd-amd64), const NOTE_EXIT = 2147483648
46850 pkg syscall (openbsd-amd64), const NOTE_EXTEND = 4
46851 pkg syscall (openbsd-amd64), const NOTE_FORK = 1073741824
46852 pkg syscall (openbsd-amd64), const NOTE_LINK = 16
46853 pkg syscall (openbsd-amd64), const NOTE_LOWAT = 1
46854 pkg syscall (openbsd-amd64), const NOTE_PCTRLMASK = 4026531840
46855 pkg syscall (openbsd-amd64), const NOTE_PDATAMASK = 1048575
46856 pkg syscall (openbsd-amd64), const NOTE_RENAME = 32
46857 pkg syscall (openbsd-amd64), const NOTE_REVOKE = 64
46858 pkg syscall (openbsd-amd64), const NOTE_TRACK = 1
46859 pkg syscall (openbsd-amd64), const NOTE_TRACKERR = 2
46860 pkg syscall (openbsd-amd64), const NOTE_TRUNCATE = 128
46861 pkg syscall (openbsd-amd64), const NOTE_WRITE = 2
46862 pkg syscall (openbsd-amd64), const OCRNL = 16
46863 pkg syscall (openbsd-amd64), const ONLCR = 2
46864 pkg syscall (openbsd-amd64), const ONLRET = 128
46865 pkg syscall (openbsd-amd64), const ONOCR = 64
46866 pkg syscall (openbsd-amd64), const ONOEOT = 8
46867 pkg syscall (openbsd-amd64), const OPOST = 1
46868 pkg syscall (openbsd-amd64), const O_ACCMODE = 3
46869 pkg syscall (openbsd-amd64), const O_APPEND = 8
46870 pkg syscall (openbsd-amd64), const O_ASYNC = 64
46871 pkg syscall (openbsd-amd64), const O_CLOEXEC = 65536
46872 pkg syscall (openbsd-amd64), const O_CREAT = 512
46873 pkg syscall (openbsd-amd64), const O_DIRECTORY = 131072
46874 pkg syscall (openbsd-amd64), const O_DSYNC = 128
46875 pkg syscall (openbsd-amd64), const O_EXCL = 2048
46876 pkg syscall (openbsd-amd64), const O_EXLOCK = 32
46877 pkg syscall (openbsd-amd64), const O_FSYNC = 128
46878 pkg syscall (openbsd-amd64), const O_NDELAY = 4
46879 pkg syscall (openbsd-amd64), const O_NOCTTY = 32768
46880 pkg syscall (openbsd-amd64), const O_NOFOLLOW = 256
46881 pkg syscall (openbsd-amd64), const O_NONBLOCK = 4
46882 pkg syscall (openbsd-amd64), const O_RSYNC = 128
46883 pkg syscall (openbsd-amd64), const O_SHLOCK = 16
46884 pkg syscall (openbsd-amd64), const O_SYNC = 128
46885 pkg syscall (openbsd-amd64), const O_TRUNC = 1024
46886 pkg syscall (openbsd-amd64), const PARENB = 4096
46887 pkg syscall (openbsd-amd64), const PARMRK = 8
46888 pkg syscall (openbsd-amd64), const PARODD = 8192
46889 pkg syscall (openbsd-amd64), const PENDIN = 536870912
46890 pkg syscall (openbsd-amd64), const PF_FLUSH = 1
46891 pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21
46892 pkg syscall (openbsd-amd64), const PTRACE_CONT = 7
46893 pkg syscall (openbsd-amd64), const PTRACE_KILL = 8
46894 pkg syscall (openbsd-amd64), const PTRACE_TRACEME = 0
46895 pkg syscall (openbsd-amd64), const RLIMIT_CORE = 4
46896 pkg syscall (openbsd-amd64), const RLIMIT_CPU = 0
46897 pkg syscall (openbsd-amd64), const RLIMIT_DATA = 2
46898 pkg syscall (openbsd-amd64), const RLIMIT_FSIZE = 1
46899 pkg syscall (openbsd-amd64), const RLIMIT_NOFILE = 8
46900 pkg syscall (openbsd-amd64), const RLIMIT_STACK = 3
46901 pkg syscall (openbsd-amd64), const RLIM_INFINITY = 9223372036854775807
46902 pkg syscall (openbsd-amd64), const RTAX_AUTHOR = 6
46903 pkg syscall (openbsd-amd64), const RTAX_BRD = 7
46904 pkg syscall (openbsd-amd64), const RTAX_DST = 0
46905 pkg syscall (openbsd-amd64), const RTAX_GATEWAY = 1
46906 pkg syscall (openbsd-amd64), const RTAX_GENMASK = 3
46907 pkg syscall (openbsd-amd64), const RTAX_IFA = 5
46908 pkg syscall (openbsd-amd64), const RTAX_IFP = 4
46909 pkg syscall (openbsd-amd64), const RTAX_LABEL = 10
46910 pkg syscall (openbsd-amd64), const RTAX_MAX = 11
46911 pkg syscall (openbsd-amd64), const RTAX_NETMASK = 2
46912 pkg syscall (openbsd-amd64), const RTAX_SRC = 8
46913 pkg syscall (openbsd-amd64), const RTAX_SRCMASK = 9
46914 pkg syscall (openbsd-amd64), const RTA_AUTHOR = 64
46915 pkg syscall (openbsd-amd64), const RTA_BRD = 128
46916 pkg syscall (openbsd-amd64), const RTA_DST = 1
46917 pkg syscall (openbsd-amd64), const RTA_GATEWAY = 2
46918 pkg syscall (openbsd-amd64), const RTA_GENMASK = 8
46919 pkg syscall (openbsd-amd64), const RTA_IFA = 32
46920 pkg syscall (openbsd-amd64), const RTA_IFP = 16
46921 pkg syscall (openbsd-amd64), const RTA_LABEL = 1024
46922 pkg syscall (openbsd-amd64), const RTA_NETMASK = 4
46923 pkg syscall (openbsd-amd64), const RTA_SRC = 256
46924 pkg syscall (openbsd-amd64), const RTA_SRCMASK = 512
46925 pkg syscall (openbsd-amd64), const RTF_ANNOUNCE = 16384
46926 pkg syscall (openbsd-amd64), const RTF_BLACKHOLE = 4096
46927 pkg syscall (openbsd-amd64), const RTF_CLONED = 65536
46928 pkg syscall (openbsd-amd64), const RTF_CLONING = 256
46929 pkg syscall (openbsd-amd64), const RTF_DONE = 64
46930 pkg syscall (openbsd-amd64), const RTF_DYNAMIC = 16
46931 pkg syscall (openbsd-amd64), const RTF_FMASK = 63496
46932 pkg syscall (openbsd-amd64), const RTF_GATEWAY = 2
46933 pkg syscall (openbsd-amd64), const RTF_HOST = 4
46934 pkg syscall (openbsd-amd64), const RTF_LLINFO = 1024
46935 pkg syscall (openbsd-amd64), const RTF_MASK = 128
46936 pkg syscall (openbsd-amd64), const RTF_MODIFIED = 32
46937 pkg syscall (openbsd-amd64), const RTF_MPATH = 262144
46938 pkg syscall (openbsd-amd64), const RTF_MPLS = 1048576
46939 pkg syscall (openbsd-amd64), const RTF_PERMANENT_ARP = 8192
46940 pkg syscall (openbsd-amd64), const RTF_PROTO1 = 32768
46941 pkg syscall (openbsd-amd64), const RTF_PROTO2 = 16384
46942 pkg syscall (openbsd-amd64), const RTF_PROTO3 = 8192
46943 pkg syscall (openbsd-amd64), const RTF_REJECT = 8
46944 pkg syscall (openbsd-amd64), const RTF_SOURCE = 131072
46945 pkg syscall (openbsd-amd64), const RTF_STATIC = 2048
46946 pkg syscall (openbsd-amd64), const RTF_TUNNEL = 1048576
46947 pkg syscall (openbsd-amd64), const RTF_UP = 1
46948 pkg syscall (openbsd-amd64), const RTF_USETRAILERS = 32768
46949 pkg syscall (openbsd-amd64), const RTF_XRESOLVE = 512
46950 pkg syscall (openbsd-amd64), const RTM_ADD = 1
46951 pkg syscall (openbsd-amd64), const RTM_CHANGE = 3
46952 pkg syscall (openbsd-amd64), const RTM_DELADDR = 13
46953 pkg syscall (openbsd-amd64), const RTM_DELETE = 2
46954 pkg syscall (openbsd-amd64), const RTM_DESYNC = 16
46955 pkg syscall (openbsd-amd64), const RTM_GET = 4
46956 pkg syscall (openbsd-amd64), const RTM_IFANNOUNCE = 15
46957 pkg syscall (openbsd-amd64), const RTM_IFINFO = 14
46958 pkg syscall (openbsd-amd64), const RTM_LOCK = 8
46959 pkg syscall (openbsd-amd64), const RTM_LOSING = 5
46960 pkg syscall (openbsd-amd64), const RTM_MAXSIZE = 2048
46961 pkg syscall (openbsd-amd64), const RTM_MISS = 7
46962 pkg syscall (openbsd-amd64), const RTM_NEWADDR = 12
46963 pkg syscall (openbsd-amd64), const RTM_REDIRECT = 6
46964 pkg syscall (openbsd-amd64), const RTM_RESOLVE = 11
46965 pkg syscall (openbsd-amd64), const RTM_RTTUNIT = 1000000
46966 pkg syscall (openbsd-amd64), const RTM_VERSION = 4
46967 pkg syscall (openbsd-amd64), const RTV_EXPIRE = 4
46968 pkg syscall (openbsd-amd64), const RTV_HOPCOUNT = 2
46969 pkg syscall (openbsd-amd64), const RTV_MTU = 1
46970 pkg syscall (openbsd-amd64), const RTV_RPIPE = 8
46971 pkg syscall (openbsd-amd64), const RTV_RTT = 64
46972 pkg syscall (openbsd-amd64), const RTV_RTTVAR = 128
46973 pkg syscall (openbsd-amd64), const RTV_SPIPE = 16
46974 pkg syscall (openbsd-amd64), const RTV_SSTHRESH = 32
46975 pkg syscall (openbsd-amd64), const RT_TABLEID_MAX = 255
46976 pkg syscall (openbsd-amd64), const RUSAGE_CHILDREN = -1
46977 pkg syscall (openbsd-amd64), const RUSAGE_SELF = 0
46978 pkg syscall (openbsd-amd64), const RUSAGE_THREAD = 1
46979 pkg syscall (openbsd-amd64), const SCM_RIGHTS = 1
46980 pkg syscall (openbsd-amd64), const SCM_TIMESTAMP = 4
46981 pkg syscall (openbsd-amd64), const SIGBUS = 10
46982 pkg syscall (openbsd-amd64), const SIGCHLD = 20
46983 pkg syscall (openbsd-amd64), const SIGCONT = 19
46984 pkg syscall (openbsd-amd64), const SIGEMT = 7
46985 pkg syscall (openbsd-amd64), const SIGINFO = 29
46986 pkg syscall (openbsd-amd64), const SIGIO = 23
46987 pkg syscall (openbsd-amd64), const SIGIOT = 6
46988 pkg syscall (openbsd-amd64), const SIGPROF = 27
46989 pkg syscall (openbsd-amd64), const SIGSTOP = 17
46990 pkg syscall (openbsd-amd64), const SIGSYS = 12
46991 pkg syscall (openbsd-amd64), const SIGTHR = 32
46992 pkg syscall (openbsd-amd64), const SIGTSTP = 18
46993 pkg syscall (openbsd-amd64), const SIGTTIN = 21
46994 pkg syscall (openbsd-amd64), const SIGTTOU = 22
46995 pkg syscall (openbsd-amd64), const SIGURG = 16
46996 pkg syscall (openbsd-amd64), const SIGUSR1 = 30
46997 pkg syscall (openbsd-amd64), const SIGUSR2 = 31
46998 pkg syscall (openbsd-amd64), const SIGVTALRM = 26
46999 pkg syscall (openbsd-amd64), const SIGWINCH = 28
47000 pkg syscall (openbsd-amd64), const SIGXCPU = 24
47001 pkg syscall (openbsd-amd64), const SIGXFSZ = 25
47002 pkg syscall (openbsd-amd64), const SIOCADDMULTI = 2149607729
47003 pkg syscall (openbsd-amd64), const SIOCAIFADDR = 2151704858
47004 pkg syscall (openbsd-amd64), const SIOCAIFGROUP = 2150132103
47005 pkg syscall (openbsd-amd64), const SIOCALIFADDR = 2182637852
47006 pkg syscall (openbsd-amd64), const SIOCATMARK = 1074033415
47007 pkg syscall (openbsd-amd64), const SIOCBRDGADD = 2153277756
47008 pkg syscall (openbsd-amd64), const SIOCBRDGADDS = 2153277761
47009 pkg syscall (openbsd-amd64), const SIOCBRDGARL = 2154719565
47010 pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039
47011 pkg syscall (openbsd-amd64), const SIOCBRDGDEL = 2153277757
47012 pkg syscall (openbsd-amd64), const SIOCBRDGDELS = 2153277762
47013 pkg syscall (openbsd-amd64), const SIOCBRDGFLUSH = 2153277768
47014 pkg syscall (openbsd-amd64), const SIOCBRDGFRL = 2154719566
47015 pkg syscall (openbsd-amd64), const SIOCBRDGGCACHE = 3222563137
47016 pkg syscall (openbsd-amd64), const SIOCBRDGGFD = 3222563154
47017 pkg syscall (openbsd-amd64), const SIOCBRDGGHT = 3222563153
47018 pkg syscall (openbsd-amd64), const SIOCBRDGGIFFLGS = 3227019582
47019 pkg syscall (openbsd-amd64), const SIOCBRDGGMA = 3222563155
47020 pkg syscall (openbsd-amd64), const SIOCBRDGGPARAM = 3225446744
47021 pkg syscall (openbsd-amd64), const SIOCBRDGGPRI = 3222563152
47022 pkg syscall (openbsd-amd64), const SIOCBRDGGRL = 3224398159
47023 pkg syscall (openbsd-amd64), const SIOCBRDGGSIFS = 3227019580
47024 pkg syscall (openbsd-amd64), const SIOCBRDGGTO = 3222563142
47025 pkg syscall (openbsd-amd64), const SIOCBRDGIFS = 3227019586
47026 pkg syscall (openbsd-amd64), const SIOCBRDGRTS = 3223349571
47027 pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860
47028 pkg syscall (openbsd-amd64), const SIOCBRDGSCACHE = 2148821312
47029 pkg syscall (openbsd-amd64), const SIOCBRDGSFD = 2148821330
47030 pkg syscall (openbsd-amd64), const SIOCBRDGSHT = 2148821329
47031 pkg syscall (openbsd-amd64), const SIOCBRDGSIFCOST = 2153277781
47032 pkg syscall (openbsd-amd64), const SIOCBRDGSIFFLGS = 2153277759
47033 pkg syscall (openbsd-amd64), const SIOCBRDGSIFPRIO = 2153277780
47034 pkg syscall (openbsd-amd64), const SIOCBRDGSMA = 2148821331
47035 pkg syscall (openbsd-amd64), const SIOCBRDGSPRI = 2148821328
47036 pkg syscall (openbsd-amd64), const SIOCBRDGSPROTO = 2148821338
47037 pkg syscall (openbsd-amd64), const SIOCBRDGSTO = 2148821317
47038 pkg syscall (openbsd-amd64), const SIOCBRDGSTXHC = 2148821337
47039 pkg syscall (openbsd-amd64), const SIOCDELMULTI = 2149607730
47040 pkg syscall (openbsd-amd64), const SIOCDIFADDR = 2149607705
47041 pkg syscall (openbsd-amd64), const SIOCDIFGROUP = 2150132105
47042 pkg syscall (openbsd-amd64), const SIOCDIFPHYADDR = 2149607753
47043 pkg syscall (openbsd-amd64), const SIOCDLIFADDR = 2182637854
47044 pkg syscall (openbsd-amd64), const SIOCGETKALIVE = 3222825380
47045 pkg syscall (openbsd-amd64), const SIOCGETLABEL = 2149607834
47046 pkg syscall (openbsd-amd64), const SIOCGETPFLOW = 3223349758
47047 pkg syscall (openbsd-amd64), const SIOCGETPFSYNC = 3223349752
47048 pkg syscall (openbsd-amd64), const SIOCGETSGCNT = 3223352628
47049 pkg syscall (openbsd-amd64), const SIOCGETVIFCNT = 3223876915
47050 pkg syscall (openbsd-amd64), const SIOCGHIWAT = 1074033409
47051 pkg syscall (openbsd-amd64), const SIOCGIFADDR = 3223349537
47052 pkg syscall (openbsd-amd64), const SIOCGIFASYNCMAP = 3223349628
47053 pkg syscall (openbsd-amd64), const SIOCGIFBRDADDR = 3223349539
47054 pkg syscall (openbsd-amd64), const SIOCGIFCONF = 3222300964
47055 pkg syscall (openbsd-amd64), const SIOCGIFDATA = 3223349531
47056 pkg syscall (openbsd-amd64), const SIOCGIFDESCR = 3223349633
47057 pkg syscall (openbsd-amd64), const SIOCGIFDSTADDR = 3223349538
47058 pkg syscall (openbsd-amd64), const SIOCGIFFLAGS = 3223349521
47059 pkg syscall (openbsd-amd64), const SIOCGIFGATTR = 3223873931
47060 pkg syscall (openbsd-amd64), const SIOCGIFGENERIC = 3223349562
47061 pkg syscall (openbsd-amd64), const SIOCGIFGMEMB = 3223873930
47062 pkg syscall (openbsd-amd64), const SIOCGIFGROUP = 3223873928
47063 pkg syscall (openbsd-amd64), const SIOCGIFMEDIA = 3224398134
47064 pkg syscall (openbsd-amd64), const SIOCGIFMETRIC = 3223349527
47065 pkg syscall (openbsd-amd64), const SIOCGIFMTU = 3223349630
47066 pkg syscall (openbsd-amd64), const SIOCGIFNETMASK = 3223349541
47067 pkg syscall (openbsd-amd64), const SIOCGIFPDSTADDR = 3223349576
47068 pkg syscall (openbsd-amd64), const SIOCGIFPRIORITY = 3223349660
47069 pkg syscall (openbsd-amd64), const SIOCGIFPSRCADDR = 3223349575
47070 pkg syscall (openbsd-amd64), const SIOCGIFRDOMAIN = 3223349664
47071 pkg syscall (openbsd-amd64), const SIOCGIFRTLABEL = 3223349635
47072 pkg syscall (openbsd-amd64), const SIOCGIFTIMESLOT = 3223349638
47073 pkg syscall (openbsd-amd64), const SIOCGIFXFLAGS = 3223349662
47074 pkg syscall (openbsd-amd64), const SIOCGLIFADDR = 3256379677
47075 pkg syscall (openbsd-amd64), const SIOCGLIFPHYADDR = 3256379723
47076 pkg syscall (openbsd-amd64), const SIOCGLIFPHYRTABLE = 3223349666
47077 pkg syscall (openbsd-amd64), const SIOCGLOWAT = 1074033411
47078 pkg syscall (openbsd-amd64), const SIOCGPGRP = 1074033417
47079 pkg syscall (openbsd-amd64), const SIOCGVH = 3223349750
47080 pkg syscall (openbsd-amd64), const SIOCIFCREATE = 2149607802
47081 pkg syscall (openbsd-amd64), const SIOCIFDESTROY = 2149607801
47082 pkg syscall (openbsd-amd64), const SIOCIFGCLONERS = 3222301048
47083 pkg syscall (openbsd-amd64), const SIOCSETKALIVE = 2149083555
47084 pkg syscall (openbsd-amd64), const SIOCSETLABEL = 2149607833
47085 pkg syscall (openbsd-amd64), const SIOCSETPFLOW = 2149607933
47086 pkg syscall (openbsd-amd64), const SIOCSETPFSYNC = 2149607927
47087 pkg syscall (openbsd-amd64), const SIOCSHIWAT = 2147775232
47088 pkg syscall (openbsd-amd64), const SIOCSIFADDR = 2149607692
47089 pkg syscall (openbsd-amd64), const SIOCSIFASYNCMAP = 2149607805
47090 pkg syscall (openbsd-amd64), const SIOCSIFBRDADDR = 2149607699
47091 pkg syscall (openbsd-amd64), const SIOCSIFDESCR = 2149607808
47092 pkg syscall (openbsd-amd64), const SIOCSIFDSTADDR = 2149607694
47093 pkg syscall (openbsd-amd64), const SIOCSIFFLAGS = 2149607696
47094 pkg syscall (openbsd-amd64), const SIOCSIFGATTR = 2150132108
47095 pkg syscall (openbsd-amd64), const SIOCSIFGENERIC = 2149607737
47096 pkg syscall (openbsd-amd64), const SIOCSIFLLADDR = 2149607711
47097 pkg syscall (openbsd-amd64), const SIOCSIFMEDIA = 3223349557
47098 pkg syscall (openbsd-amd64), const SIOCSIFMETRIC = 2149607704
47099 pkg syscall (openbsd-amd64), const SIOCSIFMTU = 2149607807
47100 pkg syscall (openbsd-amd64), const SIOCSIFNETMASK = 2149607702
47101 pkg syscall (openbsd-amd64), const SIOCSIFPHYADDR = 2151704902
47102 pkg syscall (openbsd-amd64), const SIOCSIFPRIORITY = 2149607835
47103 pkg syscall (openbsd-amd64), const SIOCSIFRDOMAIN = 2149607839
47104 pkg syscall (openbsd-amd64), const SIOCSIFRTLABEL = 2149607810
47105 pkg syscall (openbsd-amd64), const SIOCSIFTIMESLOT = 2149607813
47106 pkg syscall (openbsd-amd64), const SIOCSIFXFLAGS = 2149607837
47107 pkg syscall (openbsd-amd64), const SIOCSLIFPHYADDR = 2182637898
47108 pkg syscall (openbsd-amd64), const SIOCSLIFPHYRTABLE = 2149607841
47109 pkg syscall (openbsd-amd64), const SIOCSLOWAT = 2147775234
47110 pkg syscall (openbsd-amd64), const SIOCSPGRP = 2147775240
47111 pkg syscall (openbsd-amd64), const SIOCSVH = 3223349749
47112 pkg syscall (openbsd-amd64), const SOCK_RDM = 4
47113 pkg syscall (openbsd-amd64), const SOL_SOCKET = 65535
47114 pkg syscall (openbsd-amd64), const SOMAXCONN = 128
47115 pkg syscall (openbsd-amd64), const SO_ACCEPTCONN = 2
47116 pkg syscall (openbsd-amd64), const SO_BINDANY = 4096
47117 pkg syscall (openbsd-amd64), const SO_BROADCAST = 32
47118 pkg syscall (openbsd-amd64), const SO_DEBUG = 1
47119 pkg syscall (openbsd-amd64), const SO_DONTROUTE = 16
47120 pkg syscall (openbsd-amd64), const SO_ERROR = 4103
47121 pkg syscall (openbsd-amd64), const SO_KEEPALIVE = 8
47122 pkg syscall (openbsd-amd64), const SO_LINGER = 128
47123 pkg syscall (openbsd-amd64), const SO_NETPROC = 4128
47124 pkg syscall (openbsd-amd64), const SO_OOBINLINE = 256
47125 pkg syscall (openbsd-amd64), const SO_PEERCRED = 4130
47126 pkg syscall (openbsd-amd64), const SO_RCVBUF = 4098
47127 pkg syscall (openbsd-amd64), const SO_RCVLOWAT = 4100
47128 pkg syscall (openbsd-amd64), const SO_RCVTIMEO = 4102
47129 pkg syscall (openbsd-amd64), const SO_REUSEADDR = 4
47130 pkg syscall (openbsd-amd64), const SO_REUSEPORT = 512
47131 pkg syscall (openbsd-amd64), const SO_RTABLE = 4129
47132 pkg syscall (openbsd-amd64), const SO_SNDBUF = 4097
47133 pkg syscall (openbsd-amd64), const SO_SNDLOWAT = 4099
47134 pkg syscall (openbsd-amd64), const SO_SNDTIMEO = 4101
47135 pkg syscall (openbsd-amd64), const SO_SPLICE = 4131
47136 pkg syscall (openbsd-amd64), const SO_TIMESTAMP = 2048
47137 pkg syscall (openbsd-amd64), const SO_TYPE = 4104
47138 pkg syscall (openbsd-amd64), const SO_USELOOPBACK = 64
47139 pkg syscall (openbsd-amd64), const SYS_ACCEPT = 30
47140 pkg syscall (openbsd-amd64), const SYS_ACCESS = 33
47141 pkg syscall (openbsd-amd64), const SYS_ACCT = 51
47142 pkg syscall (openbsd-amd64), const SYS_ADJFREQ = 305
47143 pkg syscall (openbsd-amd64), const SYS_ADJTIME = 140
47144 pkg syscall (openbsd-amd64), const SYS_BIND = 104
47145 pkg syscall (openbsd-amd64), const SYS_CHDIR = 12
47146 pkg syscall (openbsd-amd64), const SYS_CHFLAGS = 34
47147 pkg syscall (openbsd-amd64), const SYS_CHMOD = 15
47148 pkg syscall (openbsd-amd64), const SYS_CHOWN = 16
47149 pkg syscall (openbsd-amd64), const SYS_CHROOT = 61
47150 pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234
47151 pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232
47152 pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233
47153 pkg syscall (openbsd-amd64), const SYS_CLOSE = 6
47154 pkg syscall (openbsd-amd64), const SYS_CLOSEFROM = 287
47155 pkg syscall (openbsd-amd64), const SYS_CONNECT = 98
47156 pkg syscall (openbsd-amd64), const SYS_DUP = 41
47157 pkg syscall (openbsd-amd64), const SYS_DUP2 = 90
47158 pkg syscall (openbsd-amd64), const SYS_EXECVE = 59
47159 pkg syscall (openbsd-amd64), const SYS_EXIT = 1
47160 pkg syscall (openbsd-amd64), const SYS_FACCESSAT = 313
47161 pkg syscall (openbsd-amd64), const SYS_FCHDIR = 13
47162 pkg syscall (openbsd-amd64), const SYS_FCHFLAGS = 35
47163 pkg syscall (openbsd-amd64), const SYS_FCHMOD = 124
47164 pkg syscall (openbsd-amd64), const SYS_FCHMODAT = 314
47165 pkg syscall (openbsd-amd64), const SYS_FCHOWN = 123
47166 pkg syscall (openbsd-amd64), const SYS_FCHOWNAT = 315
47167 pkg syscall (openbsd-amd64), const SYS_FCNTL = 92
47168 pkg syscall (openbsd-amd64), const SYS_FHOPEN = 264
47169 pkg syscall (openbsd-amd64), const SYS_FHSTAT = 294
47170 pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309
47171 pkg syscall (openbsd-amd64), const SYS_FLOCK = 131
47172 pkg syscall (openbsd-amd64), const SYS_FORK = 2
47173 pkg syscall (openbsd-amd64), const SYS_FPATHCONF = 192
47174 pkg syscall (openbsd-amd64), const SYS_FSTAT = 292
47175 pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316
47176 pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308
47177 pkg syscall (openbsd-amd64), const SYS_FSYNC = 95
47178 pkg syscall (openbsd-amd64), const SYS_FTRUNCATE = 201
47179 pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327
47180 pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206
47181 pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312
47182 pkg syscall (openbsd-amd64), const SYS_GETDTABLECOUNT = 18
47183 pkg syscall (openbsd-amd64), const SYS_GETEGID = 43
47184 pkg syscall (openbsd-amd64), const SYS_GETEUID = 25
47185 pkg syscall (openbsd-amd64), const SYS_GETFH = 161
47186 pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306
47187 pkg syscall (openbsd-amd64), const SYS_GETGID = 47
47188 pkg syscall (openbsd-amd64), const SYS_GETGROUPS = 79
47189 pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
47190 pkg syscall (openbsd-amd64), const SYS_GETLOGIN = 49
47191 pkg syscall (openbsd-amd64), const SYS_GETPEERNAME = 31
47192 pkg syscall (openbsd-amd64), const SYS_GETPGID = 207
47193 pkg syscall (openbsd-amd64), const SYS_GETPGRP = 81
47194 pkg syscall (openbsd-amd64), const SYS_GETPID = 20
47195 pkg syscall (openbsd-amd64), const SYS_GETPPID = 39
47196 pkg syscall (openbsd-amd64), const SYS_GETPRIORITY = 100
47197 pkg syscall (openbsd-amd64), const SYS_GETRESGID = 283
47198 pkg syscall (openbsd-amd64), const SYS_GETRESUID = 281
47199 pkg syscall (openbsd-amd64), const SYS_GETRLIMIT = 194
47200 pkg syscall (openbsd-amd64), const SYS_GETRTABLE = 311
47201 pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
47202 pkg syscall (openbsd-amd64), const SYS_GETSID = 255
47203 pkg syscall (openbsd-amd64), const SYS_GETSOCKNAME = 32
47204 pkg syscall (openbsd-amd64), const SYS_GETSOCKOPT = 118
47205 pkg syscall (openbsd-amd64), const SYS_GETTHRID = 299
47206 pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
47207 pkg syscall (openbsd-amd64), const SYS_GETUID = 24
47208 pkg syscall (openbsd-amd64), const SYS_IOCTL = 54
47209 pkg syscall (openbsd-amd64), const SYS_ISSETUGID = 253
47210 pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
47211 pkg syscall (openbsd-amd64), const SYS_KILL = 37
47212 pkg syscall (openbsd-amd64), const SYS_KQUEUE = 269
47213 pkg syscall (openbsd-amd64), const SYS_KTRACE = 45
47214 pkg syscall (openbsd-amd64), const SYS_LCHOWN = 254
47215 pkg syscall (openbsd-amd64), const SYS_LINK = 9
47216 pkg syscall (openbsd-amd64), const SYS_LINKAT = 317
47217 pkg syscall (openbsd-amd64), const SYS_LISTEN = 106
47218 pkg syscall (openbsd-amd64), const SYS_LSEEK = 199
47219 pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
47220 pkg syscall (openbsd-amd64), const SYS_MADVISE = 75
47221 pkg syscall (openbsd-amd64), const SYS_MINCORE = 78
47222 pkg syscall (openbsd-amd64), const SYS_MINHERIT = 250
47223 pkg syscall (openbsd-amd64), const SYS_MKDIR = 136
47224 pkg syscall (openbsd-amd64), const SYS_MKDIRAT = 318
47225 pkg syscall (openbsd-amd64), const SYS_MKFIFO = 132
47226 pkg syscall (openbsd-amd64), const SYS_MKFIFOAT = 319
47227 pkg syscall (openbsd-amd64), const SYS_MKNOD = 14
47228 pkg syscall (openbsd-amd64), const SYS_MKNODAT = 320
47229 pkg syscall (openbsd-amd64), const SYS_MLOCK = 203
47230 pkg syscall (openbsd-amd64), const SYS_MLOCKALL = 271
47231 pkg syscall (openbsd-amd64), const SYS_MMAP = 197
47232 pkg syscall (openbsd-amd64), const SYS_MOUNT = 21
47233 pkg syscall (openbsd-amd64), const SYS_MPROTECT = 74
47234 pkg syscall (openbsd-amd64), const SYS_MQUERY = 286
47235 pkg syscall (openbsd-amd64), const SYS_MSGCTL = 297
47236 pkg syscall (openbsd-amd64), const SYS_MSGGET = 225
47237 pkg syscall (openbsd-amd64), const SYS_MSGRCV = 227
47238 pkg syscall (openbsd-amd64), const SYS_MSGSND = 226
47239 pkg syscall (openbsd-amd64), const SYS_MSYNC = 256
47240 pkg syscall (openbsd-amd64), const SYS_MUNLOCK = 204
47241 pkg syscall (openbsd-amd64), const SYS_MUNLOCKALL = 272
47242 pkg syscall (openbsd-amd64), const SYS_MUNMAP = 73
47243 pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
47244 pkg syscall (openbsd-amd64), const SYS_NFSSVC = 155
47245 pkg syscall (openbsd-amd64), const SYS_OBREAK = 17
47246 pkg syscall (openbsd-amd64), const SYS_OPEN = 5
47247 pkg syscall (openbsd-amd64), const SYS_OPENAT = 321
47248 pkg syscall (openbsd-amd64), const SYS_PATHCONF = 191
47249 pkg syscall (openbsd-amd64), const SYS_PIPE = 263
47250 pkg syscall (openbsd-amd64), const SYS_POLL = 252
47251 pkg syscall (openbsd-amd64), const SYS_PREAD = 173
47252 pkg syscall (openbsd-amd64), const SYS_PREADV = 267
47253 pkg syscall (openbsd-amd64), const SYS_PROFIL = 44
47254 pkg syscall (openbsd-amd64), const SYS_PTRACE = 26
47255 pkg syscall (openbsd-amd64), const SYS_PWRITE = 174
47256 pkg syscall (openbsd-amd64), const SYS_PWRITEV = 268
47257 pkg syscall (openbsd-amd64), const SYS_QUOTACTL = 148
47258 pkg syscall (openbsd-amd64), const SYS_READ = 3
47259 pkg syscall (openbsd-amd64), const SYS_READLINK = 58
47260 pkg syscall (openbsd-amd64), const SYS_READLINKAT = 322
47261 pkg syscall (openbsd-amd64), const SYS_READV = 120
47262 pkg syscall (openbsd-amd64), const SYS_REBOOT = 55
47263 pkg syscall (openbsd-amd64), const SYS_RECVFROM = 29
47264 pkg syscall (openbsd-amd64), const SYS_RECVMSG = 27
47265 pkg syscall (openbsd-amd64), const SYS_RENAME = 128
47266 pkg syscall (openbsd-amd64), const SYS_RENAMEAT = 323
47267 pkg syscall (openbsd-amd64), const SYS_REVOKE = 56
47268 pkg syscall (openbsd-amd64), const SYS_RMDIR = 137
47269 pkg syscall (openbsd-amd64), const SYS_SCHED_YIELD = 298
47270 pkg syscall (openbsd-amd64), const SYS_SELECT = 93
47271 pkg syscall (openbsd-amd64), const SYS_SEMGET = 221
47272 pkg syscall (openbsd-amd64), const SYS_SEMOP = 290
47273 pkg syscall (openbsd-amd64), const SYS_SENDMSG = 28
47274 pkg syscall (openbsd-amd64), const SYS_SENDTO = 133
47275 pkg syscall (openbsd-amd64), const SYS_SETEGID = 182
47276 pkg syscall (openbsd-amd64), const SYS_SETEUID = 183
47277 pkg syscall (openbsd-amd64), const SYS_SETGID = 181
47278 pkg syscall (openbsd-amd64), const SYS_SETGROUPS = 80
47279 pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83
47280 pkg syscall (openbsd-amd64), const SYS_SETLOGIN = 50
47281 pkg syscall (openbsd-amd64), const SYS_SETPGID = 82
47282 pkg syscall (openbsd-amd64), const SYS_SETPRIORITY = 96
47283 pkg syscall (openbsd-amd64), const SYS_SETREGID = 127
47284 pkg syscall (openbsd-amd64), const SYS_SETRESGID = 284
47285 pkg syscall (openbsd-amd64), const SYS_SETRESUID = 282
47286 pkg syscall (openbsd-amd64), const SYS_SETREUID = 126
47287 pkg syscall (openbsd-amd64), const SYS_SETRLIMIT = 195
47288 pkg syscall (openbsd-amd64), const SYS_SETRTABLE = 310
47289 pkg syscall (openbsd-amd64), const SYS_SETSID = 147
47290 pkg syscall (openbsd-amd64), const SYS_SETSOCKOPT = 105
47291 pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122
47292 pkg syscall (openbsd-amd64), const SYS_SETUID = 23
47293 pkg syscall (openbsd-amd64), const SYS_SHMAT = 228
47294 pkg syscall (openbsd-amd64), const SYS_SHMCTL = 296
47295 pkg syscall (openbsd-amd64), const SYS_SHMDT = 230
47296 pkg syscall (openbsd-amd64), const SYS_SHMGET = 289
47297 pkg syscall (openbsd-amd64), const SYS_SHUTDOWN = 134
47298 pkg syscall (openbsd-amd64), const SYS_SIGACTION = 46
47299 pkg syscall (openbsd-amd64), const SYS_SIGALTSTACK = 288
47300 pkg syscall (openbsd-amd64), const SYS_SIGPENDING = 52
47301 pkg syscall (openbsd-amd64), const SYS_SIGPROCMASK = 48
47302 pkg syscall (openbsd-amd64), const SYS_SIGRETURN = 103
47303 pkg syscall (openbsd-amd64), const SYS_SIGSUSPEND = 111
47304 pkg syscall (openbsd-amd64), const SYS_SOCKET = 97
47305 pkg syscall (openbsd-amd64), const SYS_SOCKETPAIR = 135
47306 pkg syscall (openbsd-amd64), const SYS_STAT = 291
47307 pkg syscall (openbsd-amd64), const SYS_STATFS = 307
47308 pkg syscall (openbsd-amd64), const SYS_SWAPCTL = 193
47309 pkg syscall (openbsd-amd64), const SYS_SYMLINK = 57
47310 pkg syscall (openbsd-amd64), const SYS_SYMLINKAT = 324
47311 pkg syscall (openbsd-amd64), const SYS_SYNC = 36
47312 pkg syscall (openbsd-amd64), const SYS_SYSARCH = 165
47313 pkg syscall (openbsd-amd64), const SYS_TRUNCATE = 200
47314 pkg syscall (openbsd-amd64), const SYS_UMASK = 60
47315 pkg syscall (openbsd-amd64), const SYS_UNLINK = 10
47316 pkg syscall (openbsd-amd64), const SYS_UNLINKAT = 325
47317 pkg syscall (openbsd-amd64), const SYS_UNMOUNT = 22
47318 pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326
47319 pkg syscall (openbsd-amd64), const SYS_UTIMES = 138
47320 pkg syscall (openbsd-amd64), const SYS_VFORK = 66
47321 pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7
47322 pkg syscall (openbsd-amd64), const SYS_WRITE = 4
47323 pkg syscall (openbsd-amd64), const SYS_WRITEV = 121
47324 pkg syscall (openbsd-amd64), const SYS___GETCWD = 304
47325 pkg syscall (openbsd-amd64), const SYS___GET_TCB = 330
47326 pkg syscall (openbsd-amd64), const SYS___SEMCTL = 295
47327 pkg syscall (openbsd-amd64), const SYS___SET_TCB = 329
47328 pkg syscall (openbsd-amd64), const SYS___SYSCTL = 202
47329 pkg syscall (openbsd-amd64), const SYS___TFORK = 8
47330 pkg syscall (openbsd-amd64), const SYS___THREXIT = 302
47331 pkg syscall (openbsd-amd64), const SYS___THRSIGDIVERT = 303
47332 pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300
47333 pkg syscall (openbsd-amd64), const SYS___THRWAKEUP = 301
47334 pkg syscall (openbsd-amd64), const S_IFMT = 61440
47335 pkg syscall (openbsd-amd64), const SizeofBpfHdr = 20
47336 pkg syscall (openbsd-amd64), const SizeofBpfInsn = 8
47337 pkg syscall (openbsd-amd64), const SizeofBpfProgram = 16
47338 pkg syscall (openbsd-amd64), const SizeofBpfStat = 8
47339 pkg syscall (openbsd-amd64), const SizeofBpfVersion = 4
47340 pkg syscall (openbsd-amd64), const SizeofCmsghdr = 12
47341 pkg syscall (openbsd-amd64), const SizeofIPMreq = 8
47342 pkg syscall (openbsd-amd64), const SizeofIPv6Mreq = 20
47343 pkg syscall (openbsd-amd64), const SizeofIfAnnounceMsghdr = 26
47344 pkg syscall (openbsd-amd64), const SizeofIfData = 224
47345 pkg syscall (openbsd-amd64), const SizeofIfMsghdr = 248
47346 pkg syscall (openbsd-amd64), const SizeofIfaMsghdr = 24
47347 pkg syscall (openbsd-amd64), const SizeofInet6Pktinfo = 20
47348 pkg syscall (openbsd-amd64), const SizeofLinger = 8
47349 pkg syscall (openbsd-amd64), const SizeofMsghdr = 48
47350 pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48
47351 pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
47352 pkg syscall (openbsd-amd64), const SizeofSockaddrAny = 108
47353 pkg syscall (openbsd-amd64), const SizeofSockaddrDatalink = 32
47354 pkg syscall (openbsd-amd64), const SizeofSockaddrInet4 = 16
47355 pkg syscall (openbsd-amd64), const SizeofSockaddrInet6 = 28
47356 pkg syscall (openbsd-amd64), const SizeofSockaddrUnix = 106
47357 pkg syscall (openbsd-amd64), const TCIFLUSH = 1
47358 pkg syscall (openbsd-amd64), const TCIOFLUSH = 3
47359 pkg syscall (openbsd-amd64), const TCOFLUSH = 2
47360 pkg syscall (openbsd-amd64), const TCP_MAXBURST = 4
47361 pkg syscall (openbsd-amd64), const TCP_MAXSEG = 2
47362 pkg syscall (openbsd-amd64), const TCP_MAXWIN = 65535
47363 pkg syscall (openbsd-amd64), const TCP_MAX_SACK = 3
47364 pkg syscall (openbsd-amd64), const TCP_MAX_WINSHIFT = 14
47365 pkg syscall (openbsd-amd64), const TCP_MD5SIG = 4
47366 pkg syscall (openbsd-amd64), const TCP_MSS = 512
47367 pkg syscall (openbsd-amd64), const TCP_NSTATES = 11
47368 pkg syscall (openbsd-amd64), const TCP_SACK_ENABLE = 8
47369 pkg syscall (openbsd-amd64), const TCSAFLUSH = 2
47370 pkg syscall (openbsd-amd64), const TIOCCBRK = 536900730
47371 pkg syscall (openbsd-amd64), const TIOCCDTR = 536900728
47372 pkg syscall (openbsd-amd64), const TIOCCONS = 2147775586
47373 pkg syscall (openbsd-amd64), const TIOCDRAIN = 536900702
47374 pkg syscall (openbsd-amd64), const TIOCEXCL = 536900621
47375 pkg syscall (openbsd-amd64), const TIOCEXT = 2147775584
47376 pkg syscall (openbsd-amd64), const TIOCFLAG_CLOCAL = 2
47377 pkg syscall (openbsd-amd64), const TIOCFLAG_CRTSCTS = 4
47378 pkg syscall (openbsd-amd64), const TIOCFLAG_MDMBUF = 8
47379 pkg syscall (openbsd-amd64), const TIOCFLAG_PPS = 16
47380 pkg syscall (openbsd-amd64), const TIOCFLAG_SOFTCAR = 1
47381 pkg syscall (openbsd-amd64), const TIOCFLUSH = 2147775504
47382 pkg syscall (openbsd-amd64), const TIOCGETA = 1076655123
47383 pkg syscall (openbsd-amd64), const TIOCGETD = 1074033690
47384 pkg syscall (openbsd-amd64), const TIOCGFLAGS = 1074033757
47385 pkg syscall (openbsd-amd64), const TIOCGPGRP = 1074033783
47386 pkg syscall (openbsd-amd64), const TIOCGTSTAMP = 1074820187
47387 pkg syscall (openbsd-amd64), const TIOCGWINSZ = 1074295912
47388 pkg syscall (openbsd-amd64), const TIOCMBIC = 2147775595
47389 pkg syscall (openbsd-amd64), const TIOCMBIS = 2147775596
47390 pkg syscall (openbsd-amd64), const TIOCMGET = 1074033770
47391 pkg syscall (openbsd-amd64), const TIOCMODG = 1074033770
47392 pkg syscall (openbsd-amd64), const TIOCMODS = 2147775597
47393 pkg syscall (openbsd-amd64), const TIOCMSET = 2147775597
47394 pkg syscall (openbsd-amd64), const TIOCM_CAR = 64
47395 pkg syscall (openbsd-amd64), const TIOCM_CD = 64
47396 pkg syscall (openbsd-amd64), const TIOCM_CTS = 32
47397 pkg syscall (openbsd-amd64), const TIOCM_DSR = 256
47398 pkg syscall (openbsd-amd64), const TIOCM_DTR = 2
47399 pkg syscall (openbsd-amd64), const TIOCM_LE = 1
47400 pkg syscall (openbsd-amd64), const TIOCM_RI = 128
47401 pkg syscall (openbsd-amd64), const TIOCM_RNG = 128
47402 pkg syscall (openbsd-amd64), const TIOCM_RTS = 4
47403 pkg syscall (openbsd-amd64), const TIOCM_SR = 16
47404 pkg syscall (openbsd-amd64), const TIOCM_ST = 8
47405 pkg syscall (openbsd-amd64), const TIOCNOTTY = 536900721
47406 pkg syscall (openbsd-amd64), const TIOCNXCL = 536900622
47407 pkg syscall (openbsd-amd64), const TIOCOUTQ = 1074033779
47408 pkg syscall (openbsd-amd64), const TIOCPKT = 2147775600
47409 pkg syscall (openbsd-amd64), const TIOCPKT_DATA = 0
47410 pkg syscall (openbsd-amd64), const TIOCPKT_DOSTOP = 32
47411 pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHREAD = 1
47412 pkg syscall (openbsd-amd64), const TIOCPKT_FLUSHWRITE = 2
47413 pkg syscall (openbsd-amd64), const TIOCPKT_IOCTL = 64
47414 pkg syscall (openbsd-amd64), const TIOCPKT_NOSTOP = 16
47415 pkg syscall (openbsd-amd64), const TIOCPKT_START = 8
47416 pkg syscall (openbsd-amd64), const TIOCPKT_STOP = 4
47417 pkg syscall (openbsd-amd64), const TIOCREMOTE = 2147775593
47418 pkg syscall (openbsd-amd64), const TIOCSBRK = 536900731
47419 pkg syscall (openbsd-amd64), const TIOCSCTTY = 536900705
47420 pkg syscall (openbsd-amd64), const TIOCSDTR = 536900729
47421 pkg syscall (openbsd-amd64), const TIOCSETA = 2150396948
47422 pkg syscall (openbsd-amd64), const TIOCSETAF = 2150396950
47423 pkg syscall (openbsd-amd64), const TIOCSETAW = 2150396949
47424 pkg syscall (openbsd-amd64), const TIOCSETD = 2147775515
47425 pkg syscall (openbsd-amd64), const TIOCSFLAGS = 2147775580
47426 pkg syscall (openbsd-amd64), const TIOCSIG = 2147775583
47427 pkg syscall (openbsd-amd64), const TIOCSPGRP = 2147775606
47428 pkg syscall (openbsd-amd64), const TIOCSTART = 536900718
47429 pkg syscall (openbsd-amd64), const TIOCSTAT = 2147775589
47430 pkg syscall (openbsd-amd64), const TIOCSTI = 2147578994
47431 pkg syscall (openbsd-amd64), const TIOCSTOP = 536900719
47432 pkg syscall (openbsd-amd64), const TIOCSTSTAMP = 2148037722
47433 pkg syscall (openbsd-amd64), const TIOCSWINSZ = 2148037735
47434 pkg syscall (openbsd-amd64), const TIOCUCNTL = 2147775590
47435 pkg syscall (openbsd-amd64), const TOSTOP = 4194304
47436 pkg syscall (openbsd-amd64), const VDISCARD = 15
47437 pkg syscall (openbsd-amd64), const VDSUSP = 11
47438 pkg syscall (openbsd-amd64), const VEOF = 0
47439 pkg syscall (openbsd-amd64), const VEOL = 1
47440 pkg syscall (openbsd-amd64), const VEOL2 = 2
47441 pkg syscall (openbsd-amd64), const VERASE = 3
47442 pkg syscall (openbsd-amd64), const VINTR = 8
47443 pkg syscall (openbsd-amd64), const VKILL = 5
47444 pkg syscall (openbsd-amd64), const VLNEXT = 14
47445 pkg syscall (openbsd-amd64), const VMIN = 16
47446 pkg syscall (openbsd-amd64), const VQUIT = 9
47447 pkg syscall (openbsd-amd64), const VREPRINT = 6
47448 pkg syscall (openbsd-amd64), const VSTART = 12
47449 pkg syscall (openbsd-amd64), const VSTATUS = 18
47450 pkg syscall (openbsd-amd64), const VSTOP = 13
47451 pkg syscall (openbsd-amd64), const VSUSP = 10
47452 pkg syscall (openbsd-amd64), const VTIME = 17
47453 pkg syscall (openbsd-amd64), const VWERASE = 4
47454 pkg syscall (openbsd-amd64), const WALTSIG = 4
47455 pkg syscall (openbsd-amd64), const WCONTINUED = 8
47456 pkg syscall (openbsd-amd64), const WCOREFLAG = 128
47457 pkg syscall (openbsd-amd64), const WNOHANG = 1
47458 pkg syscall (openbsd-amd64), const WSTOPPED = 127
47459 pkg syscall (openbsd-amd64), const WUNTRACED = 2
47460 pkg syscall (openbsd-amd64-cgo), const AF_APPLETALK = 16
47461 pkg syscall (openbsd-amd64-cgo), const AF_BLUETOOTH = 32
47462 pkg syscall (openbsd-amd64-cgo), const AF_CCITT = 10
47463 pkg syscall (openbsd-amd64-cgo), const AF_CHAOS = 5
47464 pkg syscall (openbsd-amd64-cgo), const AF_CNT = 21
47465 pkg syscall (openbsd-amd64-cgo), const AF_COIP = 20
47466 pkg syscall (openbsd-amd64-cgo), const AF_DATAKIT = 9
47467 pkg syscall (openbsd-amd64-cgo), const AF_DECnet = 12
47468 pkg syscall (openbsd-amd64-cgo), const AF_DLI = 13
47469 pkg syscall (openbsd-amd64-cgo), const AF_E164 = 26
47470 pkg syscall (openbsd-amd64-cgo), const AF_ECMA = 8
47471 pkg syscall (openbsd-amd64-cgo), const AF_ENCAP = 28
47472 pkg syscall (openbsd-amd64-cgo), const AF_HYLINK = 15
47473 pkg syscall (openbsd-amd64-cgo), const AF_IMPLINK = 3
47474 pkg syscall (openbsd-amd64-cgo), const AF_INET6 = 24
47475 pkg syscall (openbsd-amd64-cgo), const AF_IPX = 23
47476 pkg syscall (openbsd-amd64-cgo), const AF_ISDN = 26
47477 pkg syscall (openbsd-amd64-cgo), const AF_ISO = 7
47478 pkg syscall (openbsd-amd64-cgo), const AF_KEY = 30
47479 pkg syscall (openbsd-amd64-cgo), const AF_LAT = 14
47480 pkg syscall (openbsd-amd64-cgo), const AF_LINK = 18
47481 pkg syscall (openbsd-amd64-cgo), const AF_LOCAL = 1
47482 pkg syscall (openbsd-amd64-cgo), const AF_MAX = 36
47483 pkg syscall (openbsd-amd64-cgo), const AF_MPLS = 33
47484 pkg syscall (openbsd-amd64-cgo), const AF_NATM = 27
47485 pkg syscall (openbsd-amd64-cgo), const AF_NS = 6
47486 pkg syscall (openbsd-amd64-cgo), const AF_OSI = 7
47487 pkg syscall (openbsd-amd64-cgo), const AF_PUP = 4
47488 pkg syscall (openbsd-amd64-cgo), const AF_ROUTE = 17
47489 pkg syscall (openbsd-amd64-cgo), const AF_SIP = 29
47490 pkg syscall (openbsd-amd64-cgo), const AF_SNA = 11
47491 pkg syscall (openbsd-amd64-cgo), const ARPHRD_ETHER = 1
47492 pkg syscall (openbsd-amd64-cgo), const ARPHRD_FRELAY = 15
47493 pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE1394 = 24
47494 pkg syscall (openbsd-amd64-cgo), const ARPHRD_IEEE802 = 6
47495 pkg syscall (openbsd-amd64-cgo), const B0 = 0
47496 pkg syscall (openbsd-amd64-cgo), const B110 = 110
47497 pkg syscall (openbsd-amd64-cgo), const B115200 = 115200
47498 pkg syscall (openbsd-amd64-cgo), const B1200 = 1200
47499 pkg syscall (openbsd-amd64-cgo), const B134 = 134
47500 pkg syscall (openbsd-amd64-cgo), const B14400 = 14400
47501 pkg syscall (openbsd-amd64-cgo), const B150 = 150
47502 pkg syscall (openbsd-amd64-cgo), const B1800 = 1800
47503 pkg syscall (openbsd-amd64-cgo), const B19200 = 19200
47504 pkg syscall (openbsd-amd64-cgo), const B200 = 200
47505 pkg syscall (openbsd-amd64-cgo), const B230400 = 230400
47506 pkg syscall (openbsd-amd64-cgo), const B2400 = 2400
47507 pkg syscall (openbsd-amd64-cgo), const B28800 = 28800
47508 pkg syscall (openbsd-amd64-cgo), const B300 = 300
47509 pkg syscall (openbsd-amd64-cgo), const B38400 = 38400
47510 pkg syscall (openbsd-amd64-cgo), const B4800 = 4800
47511 pkg syscall (openbsd-amd64-cgo), const B50 = 50
47512 pkg syscall (openbsd-amd64-cgo), const B57600 = 57600
47513 pkg syscall (openbsd-amd64-cgo), const B600 = 600
47514 pkg syscall (openbsd-amd64-cgo), const B7200 = 7200
47515 pkg syscall (openbsd-amd64-cgo), const B75 = 75
47516 pkg syscall (openbsd-amd64-cgo), const B76800 = 76800
47517 pkg syscall (openbsd-amd64-cgo), const B9600 = 9600
47518 pkg syscall (openbsd-amd64-cgo), const BIOCFLUSH = 536887912
47519 pkg syscall (openbsd-amd64-cgo), const BIOCGBLEN = 1074020966
47520 pkg syscall (openbsd-amd64-cgo), const BIOCGDIRFILT = 1074020988
47521 pkg syscall (openbsd-amd64-cgo), const BIOCGDLT = 1074020970
47522 pkg syscall (openbsd-amd64-cgo), const BIOCGDLTLIST = 3222291067
47523 pkg syscall (openbsd-amd64-cgo), const BIOCGETIF = 1075855979
47524 pkg syscall (openbsd-amd64-cgo), const BIOCGFILDROP = 1074020984
47525 pkg syscall (openbsd-amd64-cgo), const BIOCGHDRCMPLT = 1074020980
47526 pkg syscall (openbsd-amd64-cgo), const BIOCGRSIG = 1074020979
47527 pkg syscall (openbsd-amd64-cgo), const BIOCGRTIMEOUT = 1074807406
47528 pkg syscall (openbsd-amd64-cgo), const BIOCGSTATS = 1074283119
47529 pkg syscall (openbsd-amd64-cgo), const BIOCIMMEDIATE = 2147762800
47530 pkg syscall (openbsd-amd64-cgo), const BIOCLOCK = 536887926
47531 pkg syscall (openbsd-amd64-cgo), const BIOCPROMISC = 536887913
47532 pkg syscall (openbsd-amd64-cgo), const BIOCSBLEN = 3221504614
47533 pkg syscall (openbsd-amd64-cgo), const BIOCSDIRFILT = 2147762813
47534 pkg syscall (openbsd-amd64-cgo), const BIOCSDLT = 2147762810
47535 pkg syscall (openbsd-amd64-cgo), const BIOCSETF = 2148549223
47536 pkg syscall (openbsd-amd64-cgo), const BIOCSETIF = 2149597804
47537 pkg syscall (openbsd-amd64-cgo), const BIOCSETWF = 2148549239
47538 pkg syscall (openbsd-amd64-cgo), const BIOCSFILDROP = 2147762809
47539 pkg syscall (openbsd-amd64-cgo), const BIOCSHDRCMPLT = 2147762805
47540 pkg syscall (openbsd-amd64-cgo), const BIOCSRSIG = 2147762802
47541 pkg syscall (openbsd-amd64-cgo), const BIOCSRTIMEOUT = 2148549229
47542 pkg syscall (openbsd-amd64-cgo), const BIOCVERSION = 1074020977
47543 pkg syscall (openbsd-amd64-cgo), const BPF_A = 16
47544 pkg syscall (openbsd-amd64-cgo), const BPF_ABS = 32
47545 pkg syscall (openbsd-amd64-cgo), const BPF_ADD = 0
47546 pkg syscall (openbsd-amd64-cgo), const BPF_ALIGNMENT = 4
47547 pkg syscall (openbsd-amd64-cgo), const BPF_ALU = 4
47548 pkg syscall (openbsd-amd64-cgo), const BPF_AND = 80
47549 pkg syscall (openbsd-amd64-cgo), const BPF_B = 16
47550 pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_IN = 1
47551 pkg syscall (openbsd-amd64-cgo), const BPF_DIRECTION_OUT = 2
47552 pkg syscall (openbsd-amd64-cgo), const BPF_DIV = 48
47553 pkg syscall (openbsd-amd64-cgo), const BPF_H = 8
47554 pkg syscall (openbsd-amd64-cgo), const BPF_IMM = 0
47555 pkg syscall (openbsd-amd64-cgo), const BPF_IND = 64
47556 pkg syscall (openbsd-amd64-cgo), const BPF_JA = 0
47557 pkg syscall (openbsd-amd64-cgo), const BPF_JEQ = 16
47558 pkg syscall (openbsd-amd64-cgo), const BPF_JGE = 48
47559 pkg syscall (openbsd-amd64-cgo), const BPF_JGT = 32
47560 pkg syscall (openbsd-amd64-cgo), const BPF_JMP = 5
47561 pkg syscall (openbsd-amd64-cgo), const BPF_JSET = 64
47562 pkg syscall (openbsd-amd64-cgo), const BPF_K = 0
47563 pkg syscall (openbsd-amd64-cgo), const BPF_LD = 0
47564 pkg syscall (openbsd-amd64-cgo), const BPF_LDX = 1
47565 pkg syscall (openbsd-amd64-cgo), const BPF_LEN = 128
47566 pkg syscall (openbsd-amd64-cgo), const BPF_LSH = 96
47567 pkg syscall (openbsd-amd64-cgo), const BPF_MAJOR_VERSION = 1
47568 pkg syscall (openbsd-amd64-cgo), const BPF_MAXBUFSIZE = 2097152
47569 pkg syscall (openbsd-amd64-cgo), const BPF_MAXINSNS = 512
47570 pkg syscall (openbsd-amd64-cgo), const BPF_MEM = 96
47571 pkg syscall (openbsd-amd64-cgo), const BPF_MEMWORDS = 16
47572 pkg syscall (openbsd-amd64-cgo), const BPF_MINBUFSIZE = 32
47573 pkg syscall (openbsd-amd64-cgo), const BPF_MINOR_VERSION = 1
47574 pkg syscall (openbsd-amd64-cgo), const BPF_MISC = 7
47575 pkg syscall (openbsd-amd64-cgo), const BPF_MSH = 160
47576 pkg syscall (openbsd-amd64-cgo), const BPF_MUL = 32
47577 pkg syscall (openbsd-amd64-cgo), const BPF_NEG = 128
47578 pkg syscall (openbsd-amd64-cgo), const BPF_OR = 64
47579 pkg syscall (openbsd-amd64-cgo), const BPF_RELEASE = 199606
47580 pkg syscall (openbsd-amd64-cgo), const BPF_RET = 6
47581 pkg syscall (openbsd-amd64-cgo), const BPF_RSH = 112
47582 pkg syscall (openbsd-amd64-cgo), const BPF_ST = 2
47583 pkg syscall (openbsd-amd64-cgo), const BPF_STX = 3
47584 pkg syscall (openbsd-amd64-cgo), const BPF_SUB = 16
47585 pkg syscall (openbsd-amd64-cgo), const BPF_TAX = 0
47586 pkg syscall (openbsd-amd64-cgo), const BPF_TXA = 128
47587 pkg syscall (openbsd-amd64-cgo), const BPF_W = 0
47588 pkg syscall (openbsd-amd64-cgo), const BPF_X = 8
47589 pkg syscall (openbsd-amd64-cgo), const BRKINT = 2
47590 pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16
47591 pkg syscall (openbsd-amd64-cgo), const CFLUSH = 15
47592 pkg syscall (openbsd-amd64-cgo), const CLOCAL = 32768
47593 pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288
47594 pkg syscall (openbsd-amd64-cgo), const CREAD = 2048
47595 pkg syscall (openbsd-amd64-cgo), const CS5 = 0
47596 pkg syscall (openbsd-amd64-cgo), const CS6 = 256
47597 pkg syscall (openbsd-amd64-cgo), const CS7 = 512
47598 pkg syscall (openbsd-amd64-cgo), const CS8 = 768
47599 pkg syscall (openbsd-amd64-cgo), const CSIZE = 768
47600 pkg syscall (openbsd-amd64-cgo), const CSTART = 17
47601 pkg syscall (openbsd-amd64-cgo), const CSTATUS = 255
47602 pkg syscall (openbsd-amd64-cgo), const CSTOP = 19
47603 pkg syscall (openbsd-amd64-cgo), const CSTOPB = 1024
47604 pkg syscall (openbsd-amd64-cgo), const CSUSP = 26
47605 pkg syscall (openbsd-amd64-cgo), const CTL_MAXNAME = 12
47606 pkg syscall (openbsd-amd64-cgo), const CTL_NET = 4
47607 pkg syscall (openbsd-amd64-cgo), const DIOCOSFPFLUSH = 536888398
47608 pkg syscall (openbsd-amd64-cgo), const DLT_ARCNET = 7
47609 pkg syscall (openbsd-amd64-cgo), const DLT_ATM_RFC1483 = 11
47610 pkg syscall (openbsd-amd64-cgo), const DLT_AX25 = 3
47611 pkg syscall (openbsd-amd64-cgo), const DLT_CHAOS = 5
47612 pkg syscall (openbsd-amd64-cgo), const DLT_C_HDLC = 104
47613 pkg syscall (openbsd-amd64-cgo), const DLT_EN10MB = 1
47614 pkg syscall (openbsd-amd64-cgo), const DLT_EN3MB = 2
47615 pkg syscall (openbsd-amd64-cgo), const DLT_ENC = 13
47616 pkg syscall (openbsd-amd64-cgo), const DLT_FDDI = 10
47617 pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802 = 6
47618 pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11 = 105
47619 pkg syscall (openbsd-amd64-cgo), const DLT_IEEE802_11_RADIO = 127
47620 pkg syscall (openbsd-amd64-cgo), const DLT_LOOP = 12
47621 pkg syscall (openbsd-amd64-cgo), const DLT_MPLS = 219
47622 pkg syscall (openbsd-amd64-cgo), const DLT_NULL = 0
47623 pkg syscall (openbsd-amd64-cgo), const DLT_PFLOG = 117
47624 pkg syscall (openbsd-amd64-cgo), const DLT_PFSYNC = 18
47625 pkg syscall (openbsd-amd64-cgo), const DLT_PPP = 9
47626 pkg syscall (openbsd-amd64-cgo), const DLT_PPP_BSDOS = 16
47627 pkg syscall (openbsd-amd64-cgo), const DLT_PPP_ETHER = 51
47628 pkg syscall (openbsd-amd64-cgo), const DLT_PPP_SERIAL = 50
47629 pkg syscall (openbsd-amd64-cgo), const DLT_PRONET = 4
47630 pkg syscall (openbsd-amd64-cgo), const DLT_RAW = 14
47631 pkg syscall (openbsd-amd64-cgo), const DLT_SLIP = 8
47632 pkg syscall (openbsd-amd64-cgo), const DLT_SLIP_BSDOS = 15
47633 pkg syscall (openbsd-amd64-cgo), const DT_BLK = 6
47634 pkg syscall (openbsd-amd64-cgo), const DT_CHR = 2
47635 pkg syscall (openbsd-amd64-cgo), const DT_DIR = 4
47636 pkg syscall (openbsd-amd64-cgo), const DT_FIFO = 1
47637 pkg syscall (openbsd-amd64-cgo), const DT_LNK = 10
47638 pkg syscall (openbsd-amd64-cgo), const DT_REG = 8
47639 pkg syscall (openbsd-amd64-cgo), const DT_SOCK = 12
47640 pkg syscall (openbsd-amd64-cgo), const DT_UNKNOWN = 0
47641 pkg syscall (openbsd-amd64-cgo), const E2BIG = 7
47642 pkg syscall (openbsd-amd64-cgo), const EACCES = 13
47643 pkg syscall (openbsd-amd64-cgo), const EADDRINUSE = 48
47644 pkg syscall (openbsd-amd64-cgo), const EADDRNOTAVAIL = 49
47645 pkg syscall (openbsd-amd64-cgo), const EAFNOSUPPORT = 47
47646 pkg syscall (openbsd-amd64-cgo), const EAGAIN = 35
47647 pkg syscall (openbsd-amd64-cgo), const EALREADY = 37
47648 pkg syscall (openbsd-amd64-cgo), const EAUTH = 80
47649 pkg syscall (openbsd-amd64-cgo), const EBADF = 9
47650 pkg syscall (openbsd-amd64-cgo), const EBADRPC = 72
47651 pkg syscall (openbsd-amd64-cgo), const EBUSY = 16
47652 pkg syscall (openbsd-amd64-cgo), const ECANCELED = 88
47653 pkg syscall (openbsd-amd64-cgo), const ECHILD = 10
47654 pkg syscall (openbsd-amd64-cgo), const ECHO = 8
47655 pkg syscall (openbsd-amd64-cgo), const ECHOCTL = 64
47656 pkg syscall (openbsd-amd64-cgo), const ECHOE = 2
47657 pkg syscall (openbsd-amd64-cgo), const ECHOK = 4
47658 pkg syscall (openbsd-amd64-cgo), const ECHOKE = 1
47659 pkg syscall (openbsd-amd64-cgo), const ECHONL = 16
47660 pkg syscall (openbsd-amd64-cgo), const ECHOPRT = 32
47661 pkg syscall (openbsd-amd64-cgo), const ECONNABORTED = 53
47662 pkg syscall (openbsd-amd64-cgo), const ECONNREFUSED = 61
47663 pkg syscall (openbsd-amd64-cgo), const ECONNRESET = 54
47664 pkg syscall (openbsd-amd64-cgo), const EDEADLK = 11
47665 pkg syscall (openbsd-amd64-cgo), const EDESTADDRREQ = 39
47666 pkg syscall (openbsd-amd64-cgo), const EDOM = 33
47667 pkg syscall (openbsd-amd64-cgo), const EDQUOT = 69
47668 pkg syscall (openbsd-amd64-cgo), const EEXIST = 17
47669 pkg syscall (openbsd-amd64-cgo), const EFAULT = 14
47670 pkg syscall (openbsd-amd64-cgo), const EFBIG = 27
47671 pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024
47672 pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256
47673 pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048
47674 pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1
47675 pkg syscall (openbsd-amd64-cgo), const EFTYPE = 79
47676 pkg syscall (openbsd-amd64-cgo), const EHOSTDOWN = 64
47677 pkg syscall (openbsd-amd64-cgo), const EHOSTUNREACH = 65
47678 pkg syscall (openbsd-amd64-cgo), const EIDRM = 89
47679 pkg syscall (openbsd-amd64-cgo), const EILSEQ = 84
47680 pkg syscall (openbsd-amd64-cgo), const EINPROGRESS = 36
47681 pkg syscall (openbsd-amd64-cgo), const EINTR = 4
47682 pkg syscall (openbsd-amd64-cgo), const EINVAL = 22
47683 pkg syscall (openbsd-amd64-cgo), const EIO = 5
47684 pkg syscall (openbsd-amd64-cgo), const EIPSEC = 82
47685 pkg syscall (openbsd-amd64-cgo), const EISCONN = 56
47686 pkg syscall (openbsd-amd64-cgo), const EISDIR = 21
47687 pkg syscall (openbsd-amd64-cgo), const ELAST = 91
47688 pkg syscall (openbsd-amd64-cgo), const ELOOP = 62
47689 pkg syscall (openbsd-amd64-cgo), const EMEDIUMTYPE = 86
47690 pkg syscall (openbsd-amd64-cgo), const EMFILE = 24
47691 pkg syscall (openbsd-amd64-cgo), const EMLINK = 31
47692 pkg syscall (openbsd-amd64-cgo), const EMSGSIZE = 40
47693 pkg syscall (openbsd-amd64-cgo), const EMT_TAGOVF = 1
47694 pkg syscall (openbsd-amd64-cgo), const EMUL_ENABLED = 1
47695 pkg syscall (openbsd-amd64-cgo), const EMUL_NATIVE = 2
47696 pkg syscall (openbsd-amd64-cgo), const ENAMETOOLONG = 63
47697 pkg syscall (openbsd-amd64-cgo), const ENDRUNDISC = 9
47698 pkg syscall (openbsd-amd64-cgo), const ENEEDAUTH = 81
47699 pkg syscall (openbsd-amd64-cgo), const ENETDOWN = 50
47700 pkg syscall (openbsd-amd64-cgo), const ENETRESET = 52
47701 pkg syscall (openbsd-amd64-cgo), const ENETUNREACH = 51
47702 pkg syscall (openbsd-amd64-cgo), const ENFILE = 23
47703 pkg syscall (openbsd-amd64-cgo), const ENOATTR = 83
47704 pkg syscall (openbsd-amd64-cgo), const ENOBUFS = 55
47705 pkg syscall (openbsd-amd64-cgo), const ENODEV = 19
47706 pkg syscall (openbsd-amd64-cgo), const ENOEXEC = 8
47707 pkg syscall (openbsd-amd64-cgo), const ENOLCK = 77
47708 pkg syscall (openbsd-amd64-cgo), const ENOMEDIUM = 85
47709 pkg syscall (openbsd-amd64-cgo), const ENOMEM = 12
47710 pkg syscall (openbsd-amd64-cgo), const ENOMSG = 90
47711 pkg syscall (openbsd-amd64-cgo), const ENOPROTOOPT = 42
47712 pkg syscall (openbsd-amd64-cgo), const ENOSPC = 28
47713 pkg syscall (openbsd-amd64-cgo), const ENOSYS = 78
47714 pkg syscall (openbsd-amd64-cgo), const ENOTBLK = 15
47715 pkg syscall (openbsd-amd64-cgo), const ENOTCONN = 57
47716 pkg syscall (openbsd-amd64-cgo), const ENOTDIR = 20
47717 pkg syscall (openbsd-amd64-cgo), const ENOTEMPTY = 66
47718 pkg syscall (openbsd-amd64-cgo), const ENOTSOCK = 38
47719 pkg syscall (openbsd-amd64-cgo), const ENOTSUP = 91
47720 pkg syscall (openbsd-amd64-cgo), const ENOTTY = 25
47721 pkg syscall (openbsd-amd64-cgo), const ENXIO = 6
47722 pkg syscall (openbsd-amd64-cgo), const EOPNOTSUPP = 45
47723 pkg syscall (openbsd-amd64-cgo), const EOVERFLOW = 87
47724 pkg syscall (openbsd-amd64-cgo), const EPERM = 1
47725 pkg syscall (openbsd-amd64-cgo), const EPFNOSUPPORT = 46
47726 pkg syscall (openbsd-amd64-cgo), const EPIPE = 32
47727 pkg syscall (openbsd-amd64-cgo), const EPROCLIM = 67
47728 pkg syscall (openbsd-amd64-cgo), const EPROCUNAVAIL = 76
47729 pkg syscall (openbsd-amd64-cgo), const EPROGMISMATCH = 75
47730 pkg syscall (openbsd-amd64-cgo), const EPROGUNAVAIL = 74
47731 pkg syscall (openbsd-amd64-cgo), const EPROTONOSUPPORT = 43
47732 pkg syscall (openbsd-amd64-cgo), const EPROTOTYPE = 41
47733 pkg syscall (openbsd-amd64-cgo), const ERANGE = 34
47734 pkg syscall (openbsd-amd64-cgo), const EREMOTE = 71
47735 pkg syscall (openbsd-amd64-cgo), const EROFS = 30
47736 pkg syscall (openbsd-amd64-cgo), const ERPCMISMATCH = 73
47737 pkg syscall (openbsd-amd64-cgo), const ESHUTDOWN = 58
47738 pkg syscall (openbsd-amd64-cgo), const ESOCKTNOSUPPORT = 44
47739 pkg syscall (openbsd-amd64-cgo), const ESPIPE = 29
47740 pkg syscall (openbsd-amd64-cgo), const ESRCH = 3
47741 pkg syscall (openbsd-amd64-cgo), const ESTALE = 70
47742 pkg syscall (openbsd-amd64-cgo), const ETHERMIN = 46
47743 pkg syscall (openbsd-amd64-cgo), const ETHERMTU = 1500
47744 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_8023 = 4
47745 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AARP = 33011
47746 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ACCTON = 33680
47747 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AEONIC = 32822
47748 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ALPHA = 33098
47749 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMBER = 24584
47750 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AMOEBA = 33093
47751 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AOE = 34978
47752 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLO = 33015
47753 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APOLLODOMAIN = 32793
47754 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLETALK = 32923
47755 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_APPLITEK = 32967
47756 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARGONAUT = 32826
47757 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ARP = 2054
47758 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AT = 32923
47759 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATALK = 32923
47760 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATOMIC = 34527
47761 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATT = 32873
47762 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ATTSTANFORD = 32776
47763 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AUTOPHON = 32874
47764 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_AXIS = 34902
47765 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BCLOOP = 36867
47766 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_BOFL = 33026
47767 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CABLETRON = 28724
47768 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CHAOS = 2052
47769 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMDESIGN = 32876
47770 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COMPUGRAPHIC = 32877
47771 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_COUNTERPOINT = 32866
47772 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUS = 32772
47773 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_CRONUSVLN = 32771
47774 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DCA = 4660
47775 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DDE = 32891
47776 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DEBNI = 43690
47777 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECAM = 32840
47778 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECCUST = 24582
47779 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDIAG = 24581
47780 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDNS = 32828
47781 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECDTS = 32830
47782 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECEXPER = 24576
47783 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLAST = 32833
47784 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECLTM = 32831
47785 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECMUMPS = 24585
47786 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DECNETBIOS = 32832
47787 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DELTACON = 34526
47788 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DIDDLE = 17185
47789 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG1 = 1632
47790 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DLOG2 = 1633
47791 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DN = 24579
47792 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DOGFIGHT = 6537
47793 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_DSMD = 32825
47794 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ECMA = 2051
47795 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ENCRYPT = 32829
47796 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_ES = 32861
47797 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXCELAN = 32784
47798 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_EXPERDATA = 32841
47799 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLIP = 33094
47800 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FLOWCONTROL = 34824
47801 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_FRARP = 2056
47802 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_GENDYN = 32872
47803 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HAYES = 33072
47804 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HIPPI_FP = 33152
47805 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HITACHI = 34848
47806 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_HP = 32773
47807 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUP = 2560
47808 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IEEEPUPAT = 2561
47809 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBL = 19522
47810 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IMLBLDIAG = 16972
47811 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IP = 2048
47812 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPAS = 34668
47813 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPV6 = 34525
47814 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPX = 33079
47815 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_IPXNEW = 32823
47816 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_KALPANA = 34178
47817 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANBRIDGE = 32824
47818 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LANPROBE = 34952
47819 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LAT = 24580
47820 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LBACK = 36864
47821 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LITTLE = 32864
47822 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LLDP = 35020
47823 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOGICRAFT = 33096
47824 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_LOOPBACK = 36864
47825 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MATRA = 32890
47826 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MAX = 65535
47827 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MERIT = 32892
47828 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MICP = 34618
47829 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPDL = 24577
47830 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOPRC = 24578
47831 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MOTOROLA = 33165
47832 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS = 34887
47833 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MPLS_MCAST = 34888
47834 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_MUMPS = 33087
47835 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCC = 15364
47836 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLAIM = 15369
47837 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLREQ = 15365
47838 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCLRSP = 15366
47839 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCREQ = 15362
47840 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPCRSP = 15363
47841 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDG = 15367
47842 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDGB = 15368
47843 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPDLTE = 15370
47844 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAR = 15372
47845 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRAS = 15371
47846 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPRST = 15373
47847 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPSCD = 15361
47848 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBPVCD = 15360
47849 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NBS = 2050
47850 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NCD = 33097
47851 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NESTAR = 32774
47852 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NETBEUI = 33169
47853 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NOVELL = 33080
47854 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NS = 1536
47855 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSAT = 1537
47856 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NSCOMPAT = 2055
47857 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_NTRAILER = 16
47858 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9 = 28679
47859 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_OS9NET = 28681
47860 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PACER = 32966
47861 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PAE = 34958
47862 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PCS = 16962
47863 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PLANNING = 32836
47864 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPP = 34827
47865 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOE = 34916
47866 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PPPOEDISC = 34915
47867 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PRIMENTS = 28721
47868 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUP = 512
47869 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_PUPAT = 512
47870 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_QINQ = 34984
47871 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RACAL = 28720
47872 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RATIONAL = 33104
47873 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RAWFR = 25945
47874 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RCL = 6549
47875 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RDP = 34617
47876 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_RETIX = 33010
47877 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_REVARP = 32821
47878 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SCA = 24583
47879 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECTRA = 34523
47880 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SECUREDATA = 34669
47881 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SGITW = 33150
47882 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_BOUNCE = 32790
47883 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_DIAG = 32787
47884 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_NETGAMES = 32788
47885 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SG_RESV = 32789
47886 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SIMNET = 21000
47887 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SLOW = 34825
47888 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNA = 32981
47889 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SNMP = 33100
47890 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SONIX = 64245
47891 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPIDER = 32927
47892 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_SPRITE = 1280
47893 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_STP = 33153
47894 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARIS = 33067
47895 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TALARISMC = 34091
47896 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPCOMP = 34667
47897 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TCPSM = 36866
47898 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TEC = 33103
47899 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TIGAN = 32815
47900 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRAIL = 4096
47901 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TRANSETHER = 25944
47902 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_TYMSHARE = 32814
47903 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBBST = 28677
47904 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDEBUG = 2304
47905 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDIAGLOOP = 28674
47906 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBDL = 28672
47907 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNIU = 28673
47908 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_UBNMC = 28675
47909 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VALID = 5632
47910 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VARIAN = 32989
47911 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VAXELN = 32827
47912 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEECO = 32871
47913 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VEXP = 32859
47914 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VGLAB = 33073
47915 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINES = 2989
47916 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESECHO = 2991
47917 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VINESLOOP = 2990
47918 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VITAL = 65280
47919 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLAN = 33024
47920 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VLTLMAN = 32896
47921 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VPROD = 32860
47922 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_VURESERVED = 33095
47923 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WATERLOO = 33072
47924 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_WELLFLEET = 33027
47925 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X25 = 2053
47926 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_X75 = 2049
47927 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XNSSM = 36865
47928 pkg syscall (openbsd-amd64-cgo), const ETHERTYPE_XTP = 33149
47929 pkg syscall (openbsd-amd64-cgo), const ETHER_ADDR_LEN = 6
47930 pkg syscall (openbsd-amd64-cgo), const ETHER_ALIGN = 2
47931 pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_LEN = 4
47932 pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_BE = 79764918
47933 pkg syscall (openbsd-amd64-cgo), const ETHER_CRC_POLY_LE = 3988292384
47934 pkg syscall (openbsd-amd64-cgo), const ETHER_HDR_LEN = 14
47935 pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_DIX_LEN = 1536
47936 pkg syscall (openbsd-amd64-cgo), const ETHER_MAX_LEN = 1518
47937 pkg syscall (openbsd-amd64-cgo), const ETHER_MIN_LEN = 64
47938 pkg syscall (openbsd-amd64-cgo), const ETHER_TYPE_LEN = 2
47939 pkg syscall (openbsd-amd64-cgo), const ETHER_VLAN_ENCAP_LEN = 4
47940 pkg syscall (openbsd-amd64-cgo), const ETIMEDOUT = 60
47941 pkg syscall (openbsd-amd64-cgo), const ETOOMANYREFS = 59
47942 pkg syscall (openbsd-amd64-cgo), const ETXTBSY = 26
47943 pkg syscall (openbsd-amd64-cgo), const EUSERS = 68
47944 pkg syscall (openbsd-amd64-cgo), const EVFILT_AIO = -3
47945 pkg syscall (openbsd-amd64-cgo), const EVFILT_PROC = -5
47946 pkg syscall (openbsd-amd64-cgo), const EVFILT_READ = -1
47947 pkg syscall (openbsd-amd64-cgo), const EVFILT_SIGNAL = -6
47948 pkg syscall (openbsd-amd64-cgo), const EVFILT_SYSCOUNT = 7
47949 pkg syscall (openbsd-amd64-cgo), const EVFILT_TIMER = -7
47950 pkg syscall (openbsd-amd64-cgo), const EVFILT_VNODE = -4
47951 pkg syscall (openbsd-amd64-cgo), const EVFILT_WRITE = -2
47952 pkg syscall (openbsd-amd64-cgo), const EV_ADD = 1
47953 pkg syscall (openbsd-amd64-cgo), const EV_CLEAR = 32
47954 pkg syscall (openbsd-amd64-cgo), const EV_DELETE = 2
47955 pkg syscall (openbsd-amd64-cgo), const EV_DISABLE = 8
47956 pkg syscall (openbsd-amd64-cgo), const EV_ENABLE = 4
47957 pkg syscall (openbsd-amd64-cgo), const EV_EOF = 32768
47958 pkg syscall (openbsd-amd64-cgo), const EV_ERROR = 16384
47959 pkg syscall (openbsd-amd64-cgo), const EV_FLAG1 = 8192
47960 pkg syscall (openbsd-amd64-cgo), const EV_ONESHOT = 16
47961 pkg syscall (openbsd-amd64-cgo), const EV_SYSFLAGS = 61440
47962 pkg syscall (openbsd-amd64-cgo), const EWOULDBLOCK = 35
47963 pkg syscall (openbsd-amd64-cgo), const EXDEV = 18
47964 pkg syscall (openbsd-amd64-cgo), const EXTA = 19200
47965 pkg syscall (openbsd-amd64-cgo), const EXTB = 38400
47966 pkg syscall (openbsd-amd64-cgo), const EXTPROC = 2048
47967 pkg syscall (openbsd-amd64-cgo), const FD_CLOEXEC = 1
47968 pkg syscall (openbsd-amd64-cgo), const FD_SETSIZE = 1024
47969 pkg syscall (openbsd-amd64-cgo), const FLUSHO = 8388608
47970 pkg syscall (openbsd-amd64-cgo), const F_DUPFD = 0
47971 pkg syscall (openbsd-amd64-cgo), const F_DUPFD_CLOEXEC = 10
47972 pkg syscall (openbsd-amd64-cgo), const F_GETFD = 1
47973 pkg syscall (openbsd-amd64-cgo), const F_GETFL = 3
47974 pkg syscall (openbsd-amd64-cgo), const F_GETLK = 7
47975 pkg syscall (openbsd-amd64-cgo), const F_GETOWN = 5
47976 pkg syscall (openbsd-amd64-cgo), const F_OK = 0
47977 pkg syscall (openbsd-amd64-cgo), const F_RDLCK = 1
47978 pkg syscall (openbsd-amd64-cgo), const F_SETFD = 2
47979 pkg syscall (openbsd-amd64-cgo), const F_SETFL = 4
47980 pkg syscall (openbsd-amd64-cgo), const F_SETLK = 8
47981 pkg syscall (openbsd-amd64-cgo), const F_SETLKW = 9
47982 pkg syscall (openbsd-amd64-cgo), const F_SETOWN = 6
47983 pkg syscall (openbsd-amd64-cgo), const F_UNLCK = 2
47984 pkg syscall (openbsd-amd64-cgo), const F_WRLCK = 3
47985 pkg syscall (openbsd-amd64-cgo), const HUPCL = 16384
47986 pkg syscall (openbsd-amd64-cgo), const ICANON = 256
47987 pkg syscall (openbsd-amd64-cgo), const ICRNL = 256
47988 pkg syscall (openbsd-amd64-cgo), const IEXTEN = 1024
47989 pkg syscall (openbsd-amd64-cgo), const IFAN_ARRIVAL = 0
47990 pkg syscall (openbsd-amd64-cgo), const IFAN_DEPARTURE = 1
47991 pkg syscall (openbsd-amd64-cgo), const IFA_ROUTE = 1
47992 pkg syscall (openbsd-amd64-cgo), const IFF_ALLMULTI = 512
47993 pkg syscall (openbsd-amd64-cgo), const IFF_CANTCHANGE = 36434
47994 pkg syscall (openbsd-amd64-cgo), const IFF_DEBUG = 4
47995 pkg syscall (openbsd-amd64-cgo), const IFF_LINK0 = 4096
47996 pkg syscall (openbsd-amd64-cgo), const IFF_LINK1 = 8192
47997 pkg syscall (openbsd-amd64-cgo), const IFF_LINK2 = 16384
47998 pkg syscall (openbsd-amd64-cgo), const IFF_LOOPBACK = 8
47999 pkg syscall (openbsd-amd64-cgo), const IFF_MULTICAST = 32768
48000 pkg syscall (openbsd-amd64-cgo), const IFF_NOARP = 128
48001 pkg syscall (openbsd-amd64-cgo), const IFF_NOTRAILERS = 32
48002 pkg syscall (openbsd-amd64-cgo), const IFF_OACTIVE = 1024
48003 pkg syscall (openbsd-amd64-cgo), const IFF_POINTOPOINT = 16
48004 pkg syscall (openbsd-amd64-cgo), const IFF_PROMISC = 256
48005 pkg syscall (openbsd-amd64-cgo), const IFF_RUNNING = 64
48006 pkg syscall (openbsd-amd64-cgo), const IFF_SIMPLEX = 2048
48007 pkg syscall (openbsd-amd64-cgo), const IFNAMSIZ = 16
48008 pkg syscall (openbsd-amd64-cgo), const IFT_1822 = 2
48009 pkg syscall (openbsd-amd64-cgo), const IFT_A12MPPSWITCH = 130
48010 pkg syscall (openbsd-amd64-cgo), const IFT_AAL2 = 187
48011 pkg syscall (openbsd-amd64-cgo), const IFT_AAL5 = 49
48012 pkg syscall (openbsd-amd64-cgo), const IFT_ADSL = 94
48013 pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8023 = 59
48014 pkg syscall (openbsd-amd64-cgo), const IFT_AFLANE8025 = 60
48015 pkg syscall (openbsd-amd64-cgo), const IFT_ARAP = 88
48016 pkg syscall (openbsd-amd64-cgo), const IFT_ARCNET = 35
48017 pkg syscall (openbsd-amd64-cgo), const IFT_ARCNETPLUS = 36
48018 pkg syscall (openbsd-amd64-cgo), const IFT_ASYNC = 84
48019 pkg syscall (openbsd-amd64-cgo), const IFT_ATM = 37
48020 pkg syscall (openbsd-amd64-cgo), const IFT_ATMDXI = 105
48021 pkg syscall (openbsd-amd64-cgo), const IFT_ATMFUNI = 106
48022 pkg syscall (openbsd-amd64-cgo), const IFT_ATMIMA = 107
48023 pkg syscall (openbsd-amd64-cgo), const IFT_ATMLOGICAL = 80
48024 pkg syscall (openbsd-amd64-cgo), const IFT_ATMRADIO = 189
48025 pkg syscall (openbsd-amd64-cgo), const IFT_ATMSUBINTERFACE = 134
48026 pkg syscall (openbsd-amd64-cgo), const IFT_ATMVCIENDPT = 194
48027 pkg syscall (openbsd-amd64-cgo), const IFT_ATMVIRTUAL = 149
48028 pkg syscall (openbsd-amd64-cgo), const IFT_BGPPOLICYACCOUNTING = 162
48029 pkg syscall (openbsd-amd64-cgo), const IFT_BLUETOOTH = 248
48030 pkg syscall (openbsd-amd64-cgo), const IFT_BRIDGE = 209
48031 pkg syscall (openbsd-amd64-cgo), const IFT_BSC = 83
48032 pkg syscall (openbsd-amd64-cgo), const IFT_CARP = 247
48033 pkg syscall (openbsd-amd64-cgo), const IFT_CCTEMUL = 61
48034 pkg syscall (openbsd-amd64-cgo), const IFT_CEPT = 19
48035 pkg syscall (openbsd-amd64-cgo), const IFT_CES = 133
48036 pkg syscall (openbsd-amd64-cgo), const IFT_CHANNEL = 70
48037 pkg syscall (openbsd-amd64-cgo), const IFT_CNR = 85
48038 pkg syscall (openbsd-amd64-cgo), const IFT_COFFEE = 132
48039 pkg syscall (openbsd-amd64-cgo), const IFT_COMPOSITELINK = 155
48040 pkg syscall (openbsd-amd64-cgo), const IFT_DCN = 141
48041 pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALPOWERLINE = 138
48042 pkg syscall (openbsd-amd64-cgo), const IFT_DIGITALWRAPPEROVERHEADCHANNEL = 186
48043 pkg syscall (openbsd-amd64-cgo), const IFT_DLSW = 74
48044 pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEDOWNSTREAM = 128
48045 pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEMACLAYER = 127
48046 pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAM = 129
48047 pkg syscall (openbsd-amd64-cgo), const IFT_DOCSCABLEUPSTREAMCHANNEL = 205
48048 pkg syscall (openbsd-amd64-cgo), const IFT_DS0 = 81
48049 pkg syscall (openbsd-amd64-cgo), const IFT_DS0BUNDLE = 82
48050 pkg syscall (openbsd-amd64-cgo), const IFT_DS1FDL = 170
48051 pkg syscall (openbsd-amd64-cgo), const IFT_DS3 = 30
48052 pkg syscall (openbsd-amd64-cgo), const IFT_DTM = 140
48053 pkg syscall (openbsd-amd64-cgo), const IFT_DUMMY = 241
48054 pkg syscall (openbsd-amd64-cgo), const IFT_DVBASILN = 172
48055 pkg syscall (openbsd-amd64-cgo), const IFT_DVBASIOUT = 173
48056 pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCDOWNSTREAM = 147
48057 pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCMACLAYER = 146
48058 pkg syscall (openbsd-amd64-cgo), const IFT_DVBRCCUPSTREAM = 148
48059 pkg syscall (openbsd-amd64-cgo), const IFT_ECONET = 206
48060 pkg syscall (openbsd-amd64-cgo), const IFT_ENC = 244
48061 pkg syscall (openbsd-amd64-cgo), const IFT_EON = 25
48062 pkg syscall (openbsd-amd64-cgo), const IFT_EPLRS = 87
48063 pkg syscall (openbsd-amd64-cgo), const IFT_ESCON = 73
48064 pkg syscall (openbsd-amd64-cgo), const IFT_ETHER = 6
48065 pkg syscall (openbsd-amd64-cgo), const IFT_FAITH = 243
48066 pkg syscall (openbsd-amd64-cgo), const IFT_FAST = 125
48067 pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHER = 62
48068 pkg syscall (openbsd-amd64-cgo), const IFT_FASTETHERFX = 69
48069 pkg syscall (openbsd-amd64-cgo), const IFT_FDDI = 15
48070 pkg syscall (openbsd-amd64-cgo), const IFT_FIBRECHANNEL = 56
48071 pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYINTERCONNECT = 58
48072 pkg syscall (openbsd-amd64-cgo), const IFT_FRAMERELAYMPI = 92
48073 pkg syscall (openbsd-amd64-cgo), const IFT_FRDLCIENDPT = 193
48074 pkg syscall (openbsd-amd64-cgo), const IFT_FRELAY = 32
48075 pkg syscall (openbsd-amd64-cgo), const IFT_FRELAYDCE = 44
48076 pkg syscall (openbsd-amd64-cgo), const IFT_FRF16MFRBUNDLE = 163
48077 pkg syscall (openbsd-amd64-cgo), const IFT_FRFORWARD = 158
48078 pkg syscall (openbsd-amd64-cgo), const IFT_G703AT2MB = 67
48079 pkg syscall (openbsd-amd64-cgo), const IFT_G703AT64K = 66
48080 pkg syscall (openbsd-amd64-cgo), const IFT_GIF = 240
48081 pkg syscall (openbsd-amd64-cgo), const IFT_GIGABITETHERNET = 117
48082 pkg syscall (openbsd-amd64-cgo), const IFT_GR303IDT = 178
48083 pkg syscall (openbsd-amd64-cgo), const IFT_GR303RDT = 177
48084 pkg syscall (openbsd-amd64-cgo), const IFT_H323GATEKEEPER = 164
48085 pkg syscall (openbsd-amd64-cgo), const IFT_H323PROXY = 165
48086 pkg syscall (openbsd-amd64-cgo), const IFT_HDH1822 = 3
48087 pkg syscall (openbsd-amd64-cgo), const IFT_HDLC = 118
48088 pkg syscall (openbsd-amd64-cgo), const IFT_HDSL2 = 168
48089 pkg syscall (openbsd-amd64-cgo), const IFT_HIPERLAN2 = 183
48090 pkg syscall (openbsd-amd64-cgo), const IFT_HIPPI = 47
48091 pkg syscall (openbsd-amd64-cgo), const IFT_HIPPIINTERFACE = 57
48092 pkg syscall (openbsd-amd64-cgo), const IFT_HOSTPAD = 90
48093 pkg syscall (openbsd-amd64-cgo), const IFT_HSSI = 46
48094 pkg syscall (openbsd-amd64-cgo), const IFT_HY = 14
48095 pkg syscall (openbsd-amd64-cgo), const IFT_IBM370PARCHAN = 72
48096 pkg syscall (openbsd-amd64-cgo), const IFT_IDSL = 154
48097 pkg syscall (openbsd-amd64-cgo), const IFT_IEEE1394 = 144
48098 pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80211 = 71
48099 pkg syscall (openbsd-amd64-cgo), const IFT_IEEE80212 = 55
48100 pkg syscall (openbsd-amd64-cgo), const IFT_IEEE8023ADLAG = 161
48101 pkg syscall (openbsd-amd64-cgo), const IFT_IFGSN = 145
48102 pkg syscall (openbsd-amd64-cgo), const IFT_IMT = 190
48103 pkg syscall (openbsd-amd64-cgo), const IFT_INFINIBAND = 199
48104 pkg syscall (openbsd-amd64-cgo), const IFT_INTERLEAVE = 124
48105 pkg syscall (openbsd-amd64-cgo), const IFT_IP = 126
48106 pkg syscall (openbsd-amd64-cgo), const IFT_IPFORWARD = 142
48107 pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERATM = 114
48108 pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCDLC = 109
48109 pkg syscall (openbsd-amd64-cgo), const IFT_IPOVERCLAW = 110
48110 pkg syscall (openbsd-amd64-cgo), const IFT_IPSWITCH = 78
48111 pkg syscall (openbsd-amd64-cgo), const IFT_ISDN = 63
48112 pkg syscall (openbsd-amd64-cgo), const IFT_ISDNBASIC = 20
48113 pkg syscall (openbsd-amd64-cgo), const IFT_ISDNPRIMARY = 21
48114 pkg syscall (openbsd-amd64-cgo), const IFT_ISDNS = 75
48115 pkg syscall (openbsd-amd64-cgo), const IFT_ISDNU = 76
48116 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88022LLC = 41
48117 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88023 = 7
48118 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88024 = 8
48119 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025 = 9
48120 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025CRFPINT = 98
48121 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025DTR = 86
48122 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88025FIBER = 115
48123 pkg syscall (openbsd-amd64-cgo), const IFT_ISO88026 = 10
48124 pkg syscall (openbsd-amd64-cgo), const IFT_ISUP = 179
48125 pkg syscall (openbsd-amd64-cgo), const IFT_L2VLAN = 135
48126 pkg syscall (openbsd-amd64-cgo), const IFT_L3IPVLAN = 136
48127 pkg syscall (openbsd-amd64-cgo), const IFT_L3IPXVLAN = 137
48128 pkg syscall (openbsd-amd64-cgo), const IFT_LAPB = 16
48129 pkg syscall (openbsd-amd64-cgo), const IFT_LAPD = 77
48130 pkg syscall (openbsd-amd64-cgo), const IFT_LAPF = 119
48131 pkg syscall (openbsd-amd64-cgo), const IFT_LINEGROUP = 210
48132 pkg syscall (openbsd-amd64-cgo), const IFT_LOCALTALK = 42
48133 pkg syscall (openbsd-amd64-cgo), const IFT_LOOP = 24
48134 pkg syscall (openbsd-amd64-cgo), const IFT_MEDIAMAILOVERIP = 139
48135 pkg syscall (openbsd-amd64-cgo), const IFT_MFSIGLINK = 167
48136 pkg syscall (openbsd-amd64-cgo), const IFT_MIOX25 = 38
48137 pkg syscall (openbsd-amd64-cgo), const IFT_MODEM = 48
48138 pkg syscall (openbsd-amd64-cgo), const IFT_MPC = 113
48139 pkg syscall (openbsd-amd64-cgo), const IFT_MPLS = 166
48140 pkg syscall (openbsd-amd64-cgo), const IFT_MPLSTUNNEL = 150
48141 pkg syscall (openbsd-amd64-cgo), const IFT_MSDSL = 143
48142 pkg syscall (openbsd-amd64-cgo), const IFT_MVL = 191
48143 pkg syscall (openbsd-amd64-cgo), const IFT_MYRINET = 99
48144 pkg syscall (openbsd-amd64-cgo), const IFT_NFAS = 175
48145 pkg syscall (openbsd-amd64-cgo), const IFT_NSIP = 27
48146 pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALCHANNEL = 195
48147 pkg syscall (openbsd-amd64-cgo), const IFT_OPTICALTRANSPORT = 196
48148 pkg syscall (openbsd-amd64-cgo), const IFT_OTHER = 1
48149 pkg syscall (openbsd-amd64-cgo), const IFT_P10 = 12
48150 pkg syscall (openbsd-amd64-cgo), const IFT_P80 = 13
48151 pkg syscall (openbsd-amd64-cgo), const IFT_PARA = 34
48152 pkg syscall (openbsd-amd64-cgo), const IFT_PFLOG = 245
48153 pkg syscall (openbsd-amd64-cgo), const IFT_PFLOW = 249
48154 pkg syscall (openbsd-amd64-cgo), const IFT_PFSYNC = 246
48155 pkg syscall (openbsd-amd64-cgo), const IFT_PLC = 174
48156 pkg syscall (openbsd-amd64-cgo), const IFT_PON155 = 207
48157 pkg syscall (openbsd-amd64-cgo), const IFT_PON622 = 208
48158 pkg syscall (openbsd-amd64-cgo), const IFT_POS = 171
48159 pkg syscall (openbsd-amd64-cgo), const IFT_PPP = 23
48160 pkg syscall (openbsd-amd64-cgo), const IFT_PPPMULTILINKBUNDLE = 108
48161 pkg syscall (openbsd-amd64-cgo), const IFT_PROPATM = 197
48162 pkg syscall (openbsd-amd64-cgo), const IFT_PROPBWAP2MP = 184
48163 pkg syscall (openbsd-amd64-cgo), const IFT_PROPCNLS = 89
48164 pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSDOWNSTREAM = 181
48165 pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSMACLAYER = 180
48166 pkg syscall (openbsd-amd64-cgo), const IFT_PROPDOCSWIRELESSUPSTREAM = 182
48167 pkg syscall (openbsd-amd64-cgo), const IFT_PROPMUX = 54
48168 pkg syscall (openbsd-amd64-cgo), const IFT_PROPVIRTUAL = 53
48169 pkg syscall (openbsd-amd64-cgo), const IFT_PROPWIRELESSP2P = 157
48170 pkg syscall (openbsd-amd64-cgo), const IFT_PTPSERIAL = 22
48171 pkg syscall (openbsd-amd64-cgo), const IFT_PVC = 242
48172 pkg syscall (openbsd-amd64-cgo), const IFT_Q2931 = 201
48173 pkg syscall (openbsd-amd64-cgo), const IFT_QLLC = 68
48174 pkg syscall (openbsd-amd64-cgo), const IFT_RADIOMAC = 188
48175 pkg syscall (openbsd-amd64-cgo), const IFT_RADSL = 95
48176 pkg syscall (openbsd-amd64-cgo), const IFT_REACHDSL = 192
48177 pkg syscall (openbsd-amd64-cgo), const IFT_RFC1483 = 159
48178 pkg syscall (openbsd-amd64-cgo), const IFT_RS232 = 33
48179 pkg syscall (openbsd-amd64-cgo), const IFT_RSRB = 79
48180 pkg syscall (openbsd-amd64-cgo), const IFT_SDLC = 17
48181 pkg syscall (openbsd-amd64-cgo), const IFT_SDSL = 96
48182 pkg syscall (openbsd-amd64-cgo), const IFT_SHDSL = 169
48183 pkg syscall (openbsd-amd64-cgo), const IFT_SIP = 31
48184 pkg syscall (openbsd-amd64-cgo), const IFT_SIPSIG = 204
48185 pkg syscall (openbsd-amd64-cgo), const IFT_SIPTG = 203
48186 pkg syscall (openbsd-amd64-cgo), const IFT_SLIP = 28
48187 pkg syscall (openbsd-amd64-cgo), const IFT_SMDSDXI = 43
48188 pkg syscall (openbsd-amd64-cgo), const IFT_SMDSICIP = 52
48189 pkg syscall (openbsd-amd64-cgo), const IFT_SONET = 39
48190 pkg syscall (openbsd-amd64-cgo), const IFT_SONETOVERHEADCHANNEL = 185
48191 pkg syscall (openbsd-amd64-cgo), const IFT_SONETPATH = 50
48192 pkg syscall (openbsd-amd64-cgo), const IFT_SONETVT = 51
48193 pkg syscall (openbsd-amd64-cgo), const IFT_SRP = 151
48194 pkg syscall (openbsd-amd64-cgo), const IFT_SS7SIGLINK = 156
48195 pkg syscall (openbsd-amd64-cgo), const IFT_STACKTOSTACK = 111
48196 pkg syscall (openbsd-amd64-cgo), const IFT_STARLAN = 11
48197 pkg syscall (openbsd-amd64-cgo), const IFT_T1 = 18
48198 pkg syscall (openbsd-amd64-cgo), const IFT_TDLC = 116
48199 pkg syscall (openbsd-amd64-cgo), const IFT_TELINK = 200
48200 pkg syscall (openbsd-amd64-cgo), const IFT_TERMPAD = 91
48201 pkg syscall (openbsd-amd64-cgo), const IFT_TR008 = 176
48202 pkg syscall (openbsd-amd64-cgo), const IFT_TRANSPHDLC = 123
48203 pkg syscall (openbsd-amd64-cgo), const IFT_TUNNEL = 131
48204 pkg syscall (openbsd-amd64-cgo), const IFT_ULTRA = 29
48205 pkg syscall (openbsd-amd64-cgo), const IFT_USB = 160
48206 pkg syscall (openbsd-amd64-cgo), const IFT_V11 = 64
48207 pkg syscall (openbsd-amd64-cgo), const IFT_V35 = 45
48208 pkg syscall (openbsd-amd64-cgo), const IFT_V36 = 65
48209 pkg syscall (openbsd-amd64-cgo), const IFT_V37 = 120
48210 pkg syscall (openbsd-amd64-cgo), const IFT_VDSL = 97
48211 pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALIPADDRESS = 112
48212 pkg syscall (openbsd-amd64-cgo), const IFT_VIRTUALTG = 202
48213 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEDID = 213
48214 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEM = 100
48215 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEEMFGD = 211
48216 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEENCAP = 103
48217 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFGDEANA = 212
48218 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXO = 101
48219 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEFXS = 102
48220 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERATM = 152
48221 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERCABLE = 198
48222 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERFRAMERELAY = 153
48223 pkg syscall (openbsd-amd64-cgo), const IFT_VOICEOVERIP = 104
48224 pkg syscall (openbsd-amd64-cgo), const IFT_X213 = 93
48225 pkg syscall (openbsd-amd64-cgo), const IFT_X25 = 5
48226 pkg syscall (openbsd-amd64-cgo), const IFT_X25DDN = 4
48227 pkg syscall (openbsd-amd64-cgo), const IFT_X25HUNTGROUP = 122
48228 pkg syscall (openbsd-amd64-cgo), const IFT_X25MLP = 121
48229 pkg syscall (openbsd-amd64-cgo), const IFT_X25PLE = 40
48230 pkg syscall (openbsd-amd64-cgo), const IFT_XETHER = 26
48231 pkg syscall (openbsd-amd64-cgo), const IGNBRK = 1
48232 pkg syscall (openbsd-amd64-cgo), const IGNCR = 128
48233 pkg syscall (openbsd-amd64-cgo), const IGNPAR = 4
48234 pkg syscall (openbsd-amd64-cgo), const IMAXBEL = 8192
48235 pkg syscall (openbsd-amd64-cgo), const INLCR = 64
48236 pkg syscall (openbsd-amd64-cgo), const INPCK = 16
48237 pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_HOST = 16777215
48238 pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_MAX = 128
48239 pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NET = 4278190080
48240 pkg syscall (openbsd-amd64-cgo), const IN_CLASSA_NSHIFT = 24
48241 pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_HOST = 65535
48242 pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_MAX = 65536
48243 pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NET = 4294901760
48244 pkg syscall (openbsd-amd64-cgo), const IN_CLASSB_NSHIFT = 16
48245 pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_HOST = 255
48246 pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NET = 4294967040
48247 pkg syscall (openbsd-amd64-cgo), const IN_CLASSC_NSHIFT = 8
48248 pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_HOST = 268435455
48249 pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NET = 4026531840
48250 pkg syscall (openbsd-amd64-cgo), const IN_CLASSD_NSHIFT = 28
48251 pkg syscall (openbsd-amd64-cgo), const IN_LOOPBACKNET = 127
48252 pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_HOST = 1
48253 pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NET = 4294967294
48254 pkg syscall (openbsd-amd64-cgo), const IN_RFC3021_NSHIFT = 31
48255 pkg syscall (openbsd-amd64-cgo), const IPPROTO_AH = 51
48256 pkg syscall (openbsd-amd64-cgo), const IPPROTO_CARP = 112
48257 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DIVERT = 258
48258 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DONE = 257
48259 pkg syscall (openbsd-amd64-cgo), const IPPROTO_DSTOPTS = 60
48260 pkg syscall (openbsd-amd64-cgo), const IPPROTO_EGP = 8
48261 pkg syscall (openbsd-amd64-cgo), const IPPROTO_ENCAP = 98
48262 pkg syscall (openbsd-amd64-cgo), const IPPROTO_EON = 80
48263 pkg syscall (openbsd-amd64-cgo), const IPPROTO_ESP = 50
48264 pkg syscall (openbsd-amd64-cgo), const IPPROTO_ETHERIP = 97
48265 pkg syscall (openbsd-amd64-cgo), const IPPROTO_FRAGMENT = 44
48266 pkg syscall (openbsd-amd64-cgo), const IPPROTO_GGP = 3
48267 pkg syscall (openbsd-amd64-cgo), const IPPROTO_GRE = 47
48268 pkg syscall (openbsd-amd64-cgo), const IPPROTO_HOPOPTS = 0
48269 pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMP = 1
48270 pkg syscall (openbsd-amd64-cgo), const IPPROTO_ICMPV6 = 58
48271 pkg syscall (openbsd-amd64-cgo), const IPPROTO_IDP = 22
48272 pkg syscall (openbsd-amd64-cgo), const IPPROTO_IGMP = 2
48273 pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPCOMP = 108
48274 pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPIP = 4
48275 pkg syscall (openbsd-amd64-cgo), const IPPROTO_IPV4 = 4
48276 pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAX = 256
48277 pkg syscall (openbsd-amd64-cgo), const IPPROTO_MAXID = 259
48278 pkg syscall (openbsd-amd64-cgo), const IPPROTO_MOBILE = 55
48279 pkg syscall (openbsd-amd64-cgo), const IPPROTO_MPLS = 137
48280 pkg syscall (openbsd-amd64-cgo), const IPPROTO_NONE = 59
48281 pkg syscall (openbsd-amd64-cgo), const IPPROTO_PFSYNC = 240
48282 pkg syscall (openbsd-amd64-cgo), const IPPROTO_PIM = 103
48283 pkg syscall (openbsd-amd64-cgo), const IPPROTO_PUP = 12
48284 pkg syscall (openbsd-amd64-cgo), const IPPROTO_RAW = 255
48285 pkg syscall (openbsd-amd64-cgo), const IPPROTO_ROUTING = 43
48286 pkg syscall (openbsd-amd64-cgo), const IPPROTO_RSVP = 46
48287 pkg syscall (openbsd-amd64-cgo), const IPPROTO_TP = 29
48288 pkg syscall (openbsd-amd64-cgo), const IPV6_AUTH_LEVEL = 53
48289 pkg syscall (openbsd-amd64-cgo), const IPV6_AUTOFLOWLABEL = 59
48290 pkg syscall (openbsd-amd64-cgo), const IPV6_CHECKSUM = 26
48291 pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_HOPS = 1
48292 pkg syscall (openbsd-amd64-cgo), const IPV6_DEFAULT_MULTICAST_LOOP = 1
48293 pkg syscall (openbsd-amd64-cgo), const IPV6_DEFHLIM = 64
48294 pkg syscall (openbsd-amd64-cgo), const IPV6_DONTFRAG = 62
48295 pkg syscall (openbsd-amd64-cgo), const IPV6_DSTOPTS = 50
48296 pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_NETWORK_LEVEL = 55
48297 pkg syscall (openbsd-amd64-cgo), const IPV6_ESP_TRANS_LEVEL = 54
48298 pkg syscall (openbsd-amd64-cgo), const IPV6_FAITH = 29
48299 pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWINFO_MASK = 4294967055
48300 pkg syscall (openbsd-amd64-cgo), const IPV6_FLOWLABEL_MASK = 4294905600
48301 pkg syscall (openbsd-amd64-cgo), const IPV6_FRAGTTL = 120
48302 pkg syscall (openbsd-amd64-cgo), const IPV6_HLIMDEC = 1
48303 pkg syscall (openbsd-amd64-cgo), const IPV6_HOPLIMIT = 47
48304 pkg syscall (openbsd-amd64-cgo), const IPV6_HOPOPTS = 49
48305 pkg syscall (openbsd-amd64-cgo), const IPV6_IPCOMP_LEVEL = 60
48306 pkg syscall (openbsd-amd64-cgo), const IPV6_JOIN_GROUP = 12
48307 pkg syscall (openbsd-amd64-cgo), const IPV6_LEAVE_GROUP = 13
48308 pkg syscall (openbsd-amd64-cgo), const IPV6_MAXHLIM = 255
48309 pkg syscall (openbsd-amd64-cgo), const IPV6_MAXPACKET = 65535
48310 pkg syscall (openbsd-amd64-cgo), const IPV6_MMTU = 1280
48311 pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_HOPS = 10
48312 pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_IF = 9
48313 pkg syscall (openbsd-amd64-cgo), const IPV6_MULTICAST_LOOP = 11
48314 pkg syscall (openbsd-amd64-cgo), const IPV6_NEXTHOP = 48
48315 pkg syscall (openbsd-amd64-cgo), const IPV6_OPTIONS = 1
48316 pkg syscall (openbsd-amd64-cgo), const IPV6_PATHMTU = 44
48317 pkg syscall (openbsd-amd64-cgo), const IPV6_PIPEX = 63
48318 pkg syscall (openbsd-amd64-cgo), const IPV6_PKTINFO = 46
48319 pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE = 14
48320 pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_DEFAULT = 0
48321 pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_HIGH = 1
48322 pkg syscall (openbsd-amd64-cgo), const IPV6_PORTRANGE_LOW = 2
48323 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVDSTOPTS = 40
48324 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPLIMIT = 37
48325 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVHOPOPTS = 39
48326 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPATHMTU = 43
48327 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVPKTINFO = 36
48328 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVRTHDR = 38
48329 pkg syscall (openbsd-amd64-cgo), const IPV6_RECVTCLASS = 57
48330 pkg syscall (openbsd-amd64-cgo), const IPV6_RTABLE = 4129
48331 pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR = 51
48332 pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDRDSTOPTS = 35
48333 pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_LOOSE = 0
48334 pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_STRICT = 1
48335 pkg syscall (openbsd-amd64-cgo), const IPV6_RTHDR_TYPE_0 = 0
48336 pkg syscall (openbsd-amd64-cgo), const IPV6_SOCKOPT_RESERVED1 = 3
48337 pkg syscall (openbsd-amd64-cgo), const IPV6_TCLASS = 61
48338 pkg syscall (openbsd-amd64-cgo), const IPV6_UNICAST_HOPS = 4
48339 pkg syscall (openbsd-amd64-cgo), const IPV6_USE_MIN_MTU = 42
48340 pkg syscall (openbsd-amd64-cgo), const IPV6_V6ONLY = 27
48341 pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION = 96
48342 pkg syscall (openbsd-amd64-cgo), const IPV6_VERSION_MASK = 240
48343 pkg syscall (openbsd-amd64-cgo), const IP_ADD_MEMBERSHIP = 12
48344 pkg syscall (openbsd-amd64-cgo), const IP_AUTH_LEVEL = 20
48345 pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_LOOP = 1
48346 pkg syscall (openbsd-amd64-cgo), const IP_DEFAULT_MULTICAST_TTL = 1
48347 pkg syscall (openbsd-amd64-cgo), const IP_DF = 16384
48348 pkg syscall (openbsd-amd64-cgo), const IP_DROP_MEMBERSHIP = 13
48349 pkg syscall (openbsd-amd64-cgo), const IP_ESP_NETWORK_LEVEL = 22
48350 pkg syscall (openbsd-amd64-cgo), const IP_ESP_TRANS_LEVEL = 21
48351 pkg syscall (openbsd-amd64-cgo), const IP_HDRINCL = 2
48352 pkg syscall (openbsd-amd64-cgo), const IP_IPCOMP_LEVEL = 29
48353 pkg syscall (openbsd-amd64-cgo), const IP_IPSECFLOWINFO = 36
48354 pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_AUTH = 27
48355 pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_CRED = 25
48356 pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_LOCAL_ID = 23
48357 pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_AUTH = 28
48358 pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_CRED = 26
48359 pkg syscall (openbsd-amd64-cgo), const IP_IPSEC_REMOTE_ID = 24
48360 pkg syscall (openbsd-amd64-cgo), const IP_MAXPACKET = 65535
48361 pkg syscall (openbsd-amd64-cgo), const IP_MAX_MEMBERSHIPS = 4095
48362 pkg syscall (openbsd-amd64-cgo), const IP_MF = 8192
48363 pkg syscall (openbsd-amd64-cgo), const IP_MINTTL = 32
48364 pkg syscall (openbsd-amd64-cgo), const IP_MIN_MEMBERSHIPS = 15
48365 pkg syscall (openbsd-amd64-cgo), const IP_MSS = 576
48366 pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_IF = 9
48367 pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_LOOP = 11
48368 pkg syscall (openbsd-amd64-cgo), const IP_MULTICAST_TTL = 10
48369 pkg syscall (openbsd-amd64-cgo), const IP_OFFMASK = 8191
48370 pkg syscall (openbsd-amd64-cgo), const IP_OPTIONS = 1
48371 pkg syscall (openbsd-amd64-cgo), const IP_PIPEX = 34
48372 pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE = 19
48373 pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_DEFAULT = 0
48374 pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_HIGH = 1
48375 pkg syscall (openbsd-amd64-cgo), const IP_PORTRANGE_LOW = 2
48376 pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTADDR = 7
48377 pkg syscall (openbsd-amd64-cgo), const IP_RECVDSTPORT = 33
48378 pkg syscall (openbsd-amd64-cgo), const IP_RECVIF = 30
48379 pkg syscall (openbsd-amd64-cgo), const IP_RECVOPTS = 5
48380 pkg syscall (openbsd-amd64-cgo), const IP_RECVRETOPTS = 6
48381 pkg syscall (openbsd-amd64-cgo), const IP_RECVRTABLE = 35
48382 pkg syscall (openbsd-amd64-cgo), const IP_RECVTTL = 31
48383 pkg syscall (openbsd-amd64-cgo), const IP_RETOPTS = 8
48384 pkg syscall (openbsd-amd64-cgo), const IP_RF = 32768
48385 pkg syscall (openbsd-amd64-cgo), const IP_RTABLE = 4129
48386 pkg syscall (openbsd-amd64-cgo), const IP_TOS = 3
48387 pkg syscall (openbsd-amd64-cgo), const IP_TTL = 4
48388 pkg syscall (openbsd-amd64-cgo), const ISIG = 128
48389 pkg syscall (openbsd-amd64-cgo), const ISTRIP = 32
48390 pkg syscall (openbsd-amd64-cgo), const IXANY = 2048
48391 pkg syscall (openbsd-amd64-cgo), const IXOFF = 1024
48392 pkg syscall (openbsd-amd64-cgo), const IXON = 512
48393 pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false
48394 pkg syscall (openbsd-amd64-cgo), const LCNT_OVERLOAD_FLUSH = 6
48395 pkg syscall (openbsd-amd64-cgo), const LOCK_EX = 2
48396 pkg syscall (openbsd-amd64-cgo), const LOCK_NB = 4
48397 pkg syscall (openbsd-amd64-cgo), const LOCK_SH = 1
48398 pkg syscall (openbsd-amd64-cgo), const LOCK_UN = 8
48399 pkg syscall (openbsd-amd64-cgo), const MSG_BCAST = 256
48400 pkg syscall (openbsd-amd64-cgo), const MSG_CTRUNC = 32
48401 pkg syscall (openbsd-amd64-cgo), const MSG_DONTROUTE = 4
48402 pkg syscall (openbsd-amd64-cgo), const MSG_DONTWAIT = 128
48403 pkg syscall (openbsd-amd64-cgo), const MSG_EOR = 8
48404 pkg syscall (openbsd-amd64-cgo), const MSG_MCAST = 512
48405 pkg syscall (openbsd-amd64-cgo), const MSG_NOSIGNAL = 1024
48406 pkg syscall (openbsd-amd64-cgo), const MSG_OOB = 1
48407 pkg syscall (openbsd-amd64-cgo), const MSG_PEEK = 2
48408 pkg syscall (openbsd-amd64-cgo), const MSG_TRUNC = 16
48409 pkg syscall (openbsd-amd64-cgo), const MSG_WAITALL = 64
48410 pkg syscall (openbsd-amd64-cgo), const NAME_MAX = 255
48411 pkg syscall (openbsd-amd64-cgo), const NET_RT_DUMP = 1
48412 pkg syscall (openbsd-amd64-cgo), const NET_RT_FLAGS = 2
48413 pkg syscall (openbsd-amd64-cgo), const NET_RT_IFLIST = 3
48414 pkg syscall (openbsd-amd64-cgo), const NET_RT_MAXID = 6
48415 pkg syscall (openbsd-amd64-cgo), const NET_RT_STATS = 4
48416 pkg syscall (openbsd-amd64-cgo), const NET_RT_TABLE = 5
48417 pkg syscall (openbsd-amd64-cgo), const NOFLSH = 2147483648
48418 pkg syscall (openbsd-amd64-cgo), const NOTE_ATTRIB = 8
48419 pkg syscall (openbsd-amd64-cgo), const NOTE_CHILD = 4
48420 pkg syscall (openbsd-amd64-cgo), const NOTE_DELETE = 1
48421 pkg syscall (openbsd-amd64-cgo), const NOTE_EOF = 2
48422 pkg syscall (openbsd-amd64-cgo), const NOTE_EXEC = 536870912
48423 pkg syscall (openbsd-amd64-cgo), const NOTE_EXIT = 2147483648
48424 pkg syscall (openbsd-amd64-cgo), const NOTE_EXTEND = 4
48425 pkg syscall (openbsd-amd64-cgo), const NOTE_FORK = 1073741824
48426 pkg syscall (openbsd-amd64-cgo), const NOTE_LINK = 16
48427 pkg syscall (openbsd-amd64-cgo), const NOTE_LOWAT = 1
48428 pkg syscall (openbsd-amd64-cgo), const NOTE_PCTRLMASK = 4026531840
48429 pkg syscall (openbsd-amd64-cgo), const NOTE_PDATAMASK = 1048575
48430 pkg syscall (openbsd-amd64-cgo), const NOTE_RENAME = 32
48431 pkg syscall (openbsd-amd64-cgo), const NOTE_REVOKE = 64
48432 pkg syscall (openbsd-amd64-cgo), const NOTE_TRACK = 1
48433 pkg syscall (openbsd-amd64-cgo), const NOTE_TRACKERR = 2
48434 pkg syscall (openbsd-amd64-cgo), const NOTE_TRUNCATE = 128
48435 pkg syscall (openbsd-amd64-cgo), const NOTE_WRITE = 2
48436 pkg syscall (openbsd-amd64-cgo), const OCRNL = 16
48437 pkg syscall (openbsd-amd64-cgo), const ONLCR = 2
48438 pkg syscall (openbsd-amd64-cgo), const ONLRET = 128
48439 pkg syscall (openbsd-amd64-cgo), const ONOCR = 64
48440 pkg syscall (openbsd-amd64-cgo), const ONOEOT = 8
48441 pkg syscall (openbsd-amd64-cgo), const OPOST = 1
48442 pkg syscall (openbsd-amd64-cgo), const O_ACCMODE = 3
48443 pkg syscall (openbsd-amd64-cgo), const O_APPEND = 8
48444 pkg syscall (openbsd-amd64-cgo), const O_ASYNC = 64
48445 pkg syscall (openbsd-amd64-cgo), const O_CLOEXEC = 65536
48446 pkg syscall (openbsd-amd64-cgo), const O_CREAT = 512
48447 pkg syscall (openbsd-amd64-cgo), const O_DIRECTORY = 131072
48448 pkg syscall (openbsd-amd64-cgo), const O_DSYNC = 128
48449 pkg syscall (openbsd-amd64-cgo), const O_EXCL = 2048
48450 pkg syscall (openbsd-amd64-cgo), const O_EXLOCK = 32
48451 pkg syscall (openbsd-amd64-cgo), const O_FSYNC = 128
48452 pkg syscall (openbsd-amd64-cgo), const O_NDELAY = 4
48453 pkg syscall (openbsd-amd64-cgo), const O_NOCTTY = 32768
48454 pkg syscall (openbsd-amd64-cgo), const O_NOFOLLOW = 256
48455 pkg syscall (openbsd-amd64-cgo), const O_NONBLOCK = 4
48456 pkg syscall (openbsd-amd64-cgo), const O_RSYNC = 128
48457 pkg syscall (openbsd-amd64-cgo), const O_SHLOCK = 16
48458 pkg syscall (openbsd-amd64-cgo), const O_SYNC = 128
48459 pkg syscall (openbsd-amd64-cgo), const O_TRUNC = 1024
48460 pkg syscall (openbsd-amd64-cgo), const PARENB = 4096
48461 pkg syscall (openbsd-amd64-cgo), const PARMRK = 8
48462 pkg syscall (openbsd-amd64-cgo), const PARODD = 8192
48463 pkg syscall (openbsd-amd64-cgo), const PENDIN = 536870912
48464 pkg syscall (openbsd-amd64-cgo), const PF_FLUSH = 1
48465 pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21
48466 pkg syscall (openbsd-amd64-cgo), const PTRACE_CONT = 7
48467 pkg syscall (openbsd-amd64-cgo), const PTRACE_KILL = 8
48468 pkg syscall (openbsd-amd64-cgo), const PTRACE_TRACEME = 0
48469 pkg syscall (openbsd-amd64-cgo), const RLIMIT_CORE = 4
48470 pkg syscall (openbsd-amd64-cgo), const RLIMIT_CPU = 0
48471 pkg syscall (openbsd-amd64-cgo), const RLIMIT_DATA = 2
48472 pkg syscall (openbsd-amd64-cgo), const RLIMIT_FSIZE = 1
48473 pkg syscall (openbsd-amd64-cgo), const RLIMIT_NOFILE = 8
48474 pkg syscall (openbsd-amd64-cgo), const RLIMIT_STACK = 3
48475 pkg syscall (openbsd-amd64-cgo), const RLIM_INFINITY = 9223372036854775807
48476 pkg syscall (openbsd-amd64-cgo), const RTAX_AUTHOR = 6
48477 pkg syscall (openbsd-amd64-cgo), const RTAX_BRD = 7
48478 pkg syscall (openbsd-amd64-cgo), const RTAX_DST = 0
48479 pkg syscall (openbsd-amd64-cgo), const RTAX_GATEWAY = 1
48480 pkg syscall (openbsd-amd64-cgo), const RTAX_GENMASK = 3
48481 pkg syscall (openbsd-amd64-cgo), const RTAX_IFA = 5
48482 pkg syscall (openbsd-amd64-cgo), const RTAX_IFP = 4
48483 pkg syscall (openbsd-amd64-cgo), const RTAX_LABEL = 10
48484 pkg syscall (openbsd-amd64-cgo), const RTAX_MAX = 11
48485 pkg syscall (openbsd-amd64-cgo), const RTAX_NETMASK = 2
48486 pkg syscall (openbsd-amd64-cgo), const RTAX_SRC = 8
48487 pkg syscall (openbsd-amd64-cgo), const RTAX_SRCMASK = 9
48488 pkg syscall (openbsd-amd64-cgo), const RTA_AUTHOR = 64
48489 pkg syscall (openbsd-amd64-cgo), const RTA_BRD = 128
48490 pkg syscall (openbsd-amd64-cgo), const RTA_DST = 1
48491 pkg syscall (openbsd-amd64-cgo), const RTA_GATEWAY = 2
48492 pkg syscall (openbsd-amd64-cgo), const RTA_GENMASK = 8
48493 pkg syscall (openbsd-amd64-cgo), const RTA_IFA = 32
48494 pkg syscall (openbsd-amd64-cgo), const RTA_IFP = 16
48495 pkg syscall (openbsd-amd64-cgo), const RTA_LABEL = 1024
48496 pkg syscall (openbsd-amd64-cgo), const RTA_NETMASK = 4
48497 pkg syscall (openbsd-amd64-cgo), const RTA_SRC = 256
48498 pkg syscall (openbsd-amd64-cgo), const RTA_SRCMASK = 512
48499 pkg syscall (openbsd-amd64-cgo), const RTF_ANNOUNCE = 16384
48500 pkg syscall (openbsd-amd64-cgo), const RTF_BLACKHOLE = 4096
48501 pkg syscall (openbsd-amd64-cgo), const RTF_CLONED = 65536
48502 pkg syscall (openbsd-amd64-cgo), const RTF_CLONING = 256
48503 pkg syscall (openbsd-amd64-cgo), const RTF_DONE = 64
48504 pkg syscall (openbsd-amd64-cgo), const RTF_DYNAMIC = 16
48505 pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496
48506 pkg syscall (openbsd-amd64-cgo), const RTF_GATEWAY = 2
48507 pkg syscall (openbsd-amd64-cgo), const RTF_HOST = 4
48508 pkg syscall (openbsd-amd64-cgo), const RTF_LLINFO = 1024
48509 pkg syscall (openbsd-amd64-cgo), const RTF_MASK = 128
48510 pkg syscall (openbsd-amd64-cgo), const RTF_MODIFIED = 32
48511 pkg syscall (openbsd-amd64-cgo), const RTF_MPATH = 262144
48512 pkg syscall (openbsd-amd64-cgo), const RTF_MPLS = 1048576
48513 pkg syscall (openbsd-amd64-cgo), const RTF_PERMANENT_ARP = 8192
48514 pkg syscall (openbsd-amd64-cgo), const RTF_PROTO1 = 32768
48515 pkg syscall (openbsd-amd64-cgo), const RTF_PROTO2 = 16384
48516 pkg syscall (openbsd-amd64-cgo), const RTF_PROTO3 = 8192
48517 pkg syscall (openbsd-amd64-cgo), const RTF_REJECT = 8
48518 pkg syscall (openbsd-amd64-cgo), const RTF_SOURCE = 131072
48519 pkg syscall (openbsd-amd64-cgo), const RTF_STATIC = 2048
48520 pkg syscall (openbsd-amd64-cgo), const RTF_TUNNEL = 1048576
48521 pkg syscall (openbsd-amd64-cgo), const RTF_UP = 1
48522 pkg syscall (openbsd-amd64-cgo), const RTF_USETRAILERS = 32768
48523 pkg syscall (openbsd-amd64-cgo), const RTF_XRESOLVE = 512
48524 pkg syscall (openbsd-amd64-cgo), const RTM_ADD = 1
48525 pkg syscall (openbsd-amd64-cgo), const RTM_CHANGE = 3
48526 pkg syscall (openbsd-amd64-cgo), const RTM_DELADDR = 13
48527 pkg syscall (openbsd-amd64-cgo), const RTM_DELETE = 2
48528 pkg syscall (openbsd-amd64-cgo), const RTM_DESYNC = 16
48529 pkg syscall (openbsd-amd64-cgo), const RTM_GET = 4
48530 pkg syscall (openbsd-amd64-cgo), const RTM_IFANNOUNCE = 15
48531 pkg syscall (openbsd-amd64-cgo), const RTM_IFINFO = 14
48532 pkg syscall (openbsd-amd64-cgo), const RTM_LOCK = 8
48533 pkg syscall (openbsd-amd64-cgo), const RTM_LOSING = 5
48534 pkg syscall (openbsd-amd64-cgo), const RTM_MAXSIZE = 2048
48535 pkg syscall (openbsd-amd64-cgo), const RTM_MISS = 7
48536 pkg syscall (openbsd-amd64-cgo), const RTM_NEWADDR = 12
48537 pkg syscall (openbsd-amd64-cgo), const RTM_REDIRECT = 6
48538 pkg syscall (openbsd-amd64-cgo), const RTM_RESOLVE = 11
48539 pkg syscall (openbsd-amd64-cgo), const RTM_RTTUNIT = 1000000
48540 pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4
48541 pkg syscall (openbsd-amd64-cgo), const RTV_EXPIRE = 4
48542 pkg syscall (openbsd-amd64-cgo), const RTV_HOPCOUNT = 2
48543 pkg syscall (openbsd-amd64-cgo), const RTV_MTU = 1
48544 pkg syscall (openbsd-amd64-cgo), const RTV_RPIPE = 8
48545 pkg syscall (openbsd-amd64-cgo), const RTV_RTT = 64
48546 pkg syscall (openbsd-amd64-cgo), const RTV_RTTVAR = 128
48547 pkg syscall (openbsd-amd64-cgo), const RTV_SPIPE = 16
48548 pkg syscall (openbsd-amd64-cgo), const RTV_SSTHRESH = 32
48549 pkg syscall (openbsd-amd64-cgo), const RT_TABLEID_MAX = 255
48550 pkg syscall (openbsd-amd64-cgo), const RUSAGE_CHILDREN = -1
48551 pkg syscall (openbsd-amd64-cgo), const RUSAGE_SELF = 0
48552 pkg syscall (openbsd-amd64-cgo), const RUSAGE_THREAD = 1
48553 pkg syscall (openbsd-amd64-cgo), const SCM_RIGHTS = 1
48554 pkg syscall (openbsd-amd64-cgo), const SCM_TIMESTAMP = 4
48555 pkg syscall (openbsd-amd64-cgo), const SIGBUS = 10
48556 pkg syscall (openbsd-amd64-cgo), const SIGCHLD = 20
48557 pkg syscall (openbsd-amd64-cgo), const SIGCONT = 19
48558 pkg syscall (openbsd-amd64-cgo), const SIGEMT = 7
48559 pkg syscall (openbsd-amd64-cgo), const SIGINFO = 29
48560 pkg syscall (openbsd-amd64-cgo), const SIGIO = 23
48561 pkg syscall (openbsd-amd64-cgo), const SIGIOT = 6
48562 pkg syscall (openbsd-amd64-cgo), const SIGPROF = 27
48563 pkg syscall (openbsd-amd64-cgo), const SIGSTOP = 17
48564 pkg syscall (openbsd-amd64-cgo), const SIGSYS = 12
48565 pkg syscall (openbsd-amd64-cgo), const SIGTHR = 32
48566 pkg syscall (openbsd-amd64-cgo), const SIGTSTP = 18
48567 pkg syscall (openbsd-amd64-cgo), const SIGTTIN = 21
48568 pkg syscall (openbsd-amd64-cgo), const SIGTTOU = 22
48569 pkg syscall (openbsd-amd64-cgo), const SIGURG = 16
48570 pkg syscall (openbsd-amd64-cgo), const SIGUSR1 = 30
48571 pkg syscall (openbsd-amd64-cgo), const SIGUSR2 = 31
48572 pkg syscall (openbsd-amd64-cgo), const SIGVTALRM = 26
48573 pkg syscall (openbsd-amd64-cgo), const SIGWINCH = 28
48574 pkg syscall (openbsd-amd64-cgo), const SIGXCPU = 24
48575 pkg syscall (openbsd-amd64-cgo), const SIGXFSZ = 25
48576 pkg syscall (openbsd-amd64-cgo), const SIOCADDMULTI = 2149607729
48577 pkg syscall (openbsd-amd64-cgo), const SIOCAIFADDR = 2151704858
48578 pkg syscall (openbsd-amd64-cgo), const SIOCAIFGROUP = 2150132103
48579 pkg syscall (openbsd-amd64-cgo), const SIOCALIFADDR = 2182637852
48580 pkg syscall (openbsd-amd64-cgo), const SIOCATMARK = 1074033415
48581 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADD = 2153277756
48582 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGADDS = 2153277761
48583 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGARL = 2154719565
48584 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039
48585 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDEL = 2153277757
48586 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDELS = 2153277762
48587 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFLUSH = 2153277768
48588 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGFRL = 2154719566
48589 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGCACHE = 3222563137
48590 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGFD = 3222563154
48591 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGHT = 3222563153
48592 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGIFFLGS = 3227019582
48593 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGMA = 3222563155
48594 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPARAM = 3225446744
48595 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGPRI = 3222563152
48596 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGRL = 3224398159
48597 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGSIFS = 3227019580
48598 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGGTO = 3222563142
48599 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGIFS = 3227019586
48600 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGRTS = 3223349571
48601 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860
48602 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSCACHE = 2148821312
48603 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSFD = 2148821330
48604 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSHT = 2148821329
48605 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFCOST = 2153277781
48606 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFFLGS = 2153277759
48607 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSIFPRIO = 2153277780
48608 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSMA = 2148821331
48609 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPRI = 2148821328
48610 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSPROTO = 2148821338
48611 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTO = 2148821317
48612 pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSTXHC = 2148821337
48613 pkg syscall (openbsd-amd64-cgo), const SIOCDELMULTI = 2149607730
48614 pkg syscall (openbsd-amd64-cgo), const SIOCDIFADDR = 2149607705
48615 pkg syscall (openbsd-amd64-cgo), const SIOCDIFGROUP = 2150132105
48616 pkg syscall (openbsd-amd64-cgo), const SIOCDIFPHYADDR = 2149607753
48617 pkg syscall (openbsd-amd64-cgo), const SIOCDLIFADDR = 2182637854
48618 pkg syscall (openbsd-amd64-cgo), const SIOCGETKALIVE = 3222825380
48619 pkg syscall (openbsd-amd64-cgo), const SIOCGETLABEL = 2149607834
48620 pkg syscall (openbsd-amd64-cgo), const SIOCGETPFLOW = 3223349758
48621 pkg syscall (openbsd-amd64-cgo), const SIOCGETPFSYNC = 3223349752
48622 pkg syscall (openbsd-amd64-cgo), const SIOCGETSGCNT = 3223352628
48623 pkg syscall (openbsd-amd64-cgo), const SIOCGETVIFCNT = 3223876915
48624 pkg syscall (openbsd-amd64-cgo), const SIOCGHIWAT = 1074033409
48625 pkg syscall (openbsd-amd64-cgo), const SIOCGIFADDR = 3223349537
48626 pkg syscall (openbsd-amd64-cgo), const SIOCGIFASYNCMAP = 3223349628
48627 pkg syscall (openbsd-amd64-cgo), const SIOCGIFBRDADDR = 3223349539
48628 pkg syscall (openbsd-amd64-cgo), const SIOCGIFCONF = 3222300964
48629 pkg syscall (openbsd-amd64-cgo), const SIOCGIFDATA = 3223349531
48630 pkg syscall (openbsd-amd64-cgo), const SIOCGIFDESCR = 3223349633
48631 pkg syscall (openbsd-amd64-cgo), const SIOCGIFDSTADDR = 3223349538
48632 pkg syscall (openbsd-amd64-cgo), const SIOCGIFFLAGS = 3223349521
48633 pkg syscall (openbsd-amd64-cgo), const SIOCGIFGATTR = 3223873931
48634 pkg syscall (openbsd-amd64-cgo), const SIOCGIFGENERIC = 3223349562
48635 pkg syscall (openbsd-amd64-cgo), const SIOCGIFGMEMB = 3223873930
48636 pkg syscall (openbsd-amd64-cgo), const SIOCGIFGROUP = 3223873928
48637 pkg syscall (openbsd-amd64-cgo), const SIOCGIFMEDIA = 3224398134
48638 pkg syscall (openbsd-amd64-cgo), const SIOCGIFMETRIC = 3223349527
48639 pkg syscall (openbsd-amd64-cgo), const SIOCGIFMTU = 3223349630
48640 pkg syscall (openbsd-amd64-cgo), const SIOCGIFNETMASK = 3223349541
48641 pkg syscall (openbsd-amd64-cgo), const SIOCGIFPDSTADDR = 3223349576
48642 pkg syscall (openbsd-amd64-cgo), const SIOCGIFPRIORITY = 3223349660
48643 pkg syscall (openbsd-amd64-cgo), const SIOCGIFPSRCADDR = 3223349575
48644 pkg syscall (openbsd-amd64-cgo), const SIOCGIFRDOMAIN = 3223349664
48645 pkg syscall (openbsd-amd64-cgo), const SIOCGIFRTLABEL = 3223349635
48646 pkg syscall (openbsd-amd64-cgo), const SIOCGIFTIMESLOT = 3223349638
48647 pkg syscall (openbsd-amd64-cgo), const SIOCGIFXFLAGS = 3223349662
48648 pkg syscall (openbsd-amd64-cgo), const SIOCGLIFADDR = 3256379677
48649 pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYADDR = 3256379723
48650 pkg syscall (openbsd-amd64-cgo), const SIOCGLIFPHYRTABLE = 3223349666
48651 pkg syscall (openbsd-amd64-cgo), const SIOCGLOWAT = 1074033411
48652 pkg syscall (openbsd-amd64-cgo), const SIOCGPGRP = 1074033417
48653 pkg syscall (openbsd-amd64-cgo), const SIOCGVH = 3223349750
48654 pkg syscall (openbsd-amd64-cgo), const SIOCIFCREATE = 2149607802
48655 pkg syscall (openbsd-amd64-cgo), const SIOCIFDESTROY = 2149607801
48656 pkg syscall (openbsd-amd64-cgo), const SIOCIFGCLONERS = 3222301048
48657 pkg syscall (openbsd-amd64-cgo), const SIOCSETKALIVE = 2149083555
48658 pkg syscall (openbsd-amd64-cgo), const SIOCSETLABEL = 2149607833
48659 pkg syscall (openbsd-amd64-cgo), const SIOCSETPFLOW = 2149607933
48660 pkg syscall (openbsd-amd64-cgo), const SIOCSETPFSYNC = 2149607927
48661 pkg syscall (openbsd-amd64-cgo), const SIOCSHIWAT = 2147775232
48662 pkg syscall (openbsd-amd64-cgo), const SIOCSIFADDR = 2149607692
48663 pkg syscall (openbsd-amd64-cgo), const SIOCSIFASYNCMAP = 2149607805
48664 pkg syscall (openbsd-amd64-cgo), const SIOCSIFBRDADDR = 2149607699
48665 pkg syscall (openbsd-amd64-cgo), const SIOCSIFDESCR = 2149607808
48666 pkg syscall (openbsd-amd64-cgo), const SIOCSIFDSTADDR = 2149607694
48667 pkg syscall (openbsd-amd64-cgo), const SIOCSIFFLAGS = 2149607696
48668 pkg syscall (openbsd-amd64-cgo), const SIOCSIFGATTR = 2150132108
48669 pkg syscall (openbsd-amd64-cgo), const SIOCSIFGENERIC = 2149607737
48670 pkg syscall (openbsd-amd64-cgo), const SIOCSIFLLADDR = 2149607711
48671 pkg syscall (openbsd-amd64-cgo), const SIOCSIFMEDIA = 3223349557
48672 pkg syscall (openbsd-amd64-cgo), const SIOCSIFMETRIC = 2149607704
48673 pkg syscall (openbsd-amd64-cgo), const SIOCSIFMTU = 2149607807
48674 pkg syscall (openbsd-amd64-cgo), const SIOCSIFNETMASK = 2149607702
48675 pkg syscall (openbsd-amd64-cgo), const SIOCSIFPHYADDR = 2151704902
48676 pkg syscall (openbsd-amd64-cgo), const SIOCSIFPRIORITY = 2149607835
48677 pkg syscall (openbsd-amd64-cgo), const SIOCSIFRDOMAIN = 2149607839
48678 pkg syscall (openbsd-amd64-cgo), const SIOCSIFRTLABEL = 2149607810
48679 pkg syscall (openbsd-amd64-cgo), const SIOCSIFTIMESLOT = 2149607813
48680 pkg syscall (openbsd-amd64-cgo), const SIOCSIFXFLAGS = 2149607837
48681 pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYADDR = 2182637898
48682 pkg syscall (openbsd-amd64-cgo), const SIOCSLIFPHYRTABLE = 2149607841
48683 pkg syscall (openbsd-amd64-cgo), const SIOCSLOWAT = 2147775234
48684 pkg syscall (openbsd-amd64-cgo), const SIOCSPGRP = 2147775240
48685 pkg syscall (openbsd-amd64-cgo), const SIOCSVH = 3223349749
48686 pkg syscall (openbsd-amd64-cgo), const SOCK_RDM = 4
48687 pkg syscall (openbsd-amd64-cgo), const SOL_SOCKET = 65535
48688 pkg syscall (openbsd-amd64-cgo), const SOMAXCONN = 128
48689 pkg syscall (openbsd-amd64-cgo), const SO_ACCEPTCONN = 2
48690 pkg syscall (openbsd-amd64-cgo), const SO_BINDANY = 4096
48691 pkg syscall (openbsd-amd64-cgo), const SO_BROADCAST = 32
48692 pkg syscall (openbsd-amd64-cgo), const SO_DEBUG = 1
48693 pkg syscall (openbsd-amd64-cgo), const SO_DONTROUTE = 16
48694 pkg syscall (openbsd-amd64-cgo), const SO_ERROR = 4103
48695 pkg syscall (openbsd-amd64-cgo), const SO_KEEPALIVE = 8
48696 pkg syscall (openbsd-amd64-cgo), const SO_LINGER = 128
48697 pkg syscall (openbsd-amd64-cgo), const SO_NETPROC = 4128
48698 pkg syscall (openbsd-amd64-cgo), const SO_OOBINLINE = 256
48699 pkg syscall (openbsd-amd64-cgo), const SO_PEERCRED = 4130
48700 pkg syscall (openbsd-amd64-cgo), const SO_RCVBUF = 4098
48701 pkg syscall (openbsd-amd64-cgo), const SO_RCVLOWAT = 4100
48702 pkg syscall (openbsd-amd64-cgo), const SO_RCVTIMEO = 4102
48703 pkg syscall (openbsd-amd64-cgo), const SO_REUSEADDR = 4
48704 pkg syscall (openbsd-amd64-cgo), const SO_REUSEPORT = 512
48705 pkg syscall (openbsd-amd64-cgo), const SO_RTABLE = 4129
48706 pkg syscall (openbsd-amd64-cgo), const SO_SNDBUF = 4097
48707 pkg syscall (openbsd-amd64-cgo), const SO_SNDLOWAT = 4099
48708 pkg syscall (openbsd-amd64-cgo), const SO_SNDTIMEO = 4101
48709 pkg syscall (openbsd-amd64-cgo), const SO_SPLICE = 4131
48710 pkg syscall (openbsd-amd64-cgo), const SO_TIMESTAMP = 2048
48711 pkg syscall (openbsd-amd64-cgo), const SO_TYPE = 4104
48712 pkg syscall (openbsd-amd64-cgo), const SO_USELOOPBACK = 64
48713 pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT = 30
48714 pkg syscall (openbsd-amd64-cgo), const SYS_ACCESS = 33
48715 pkg syscall (openbsd-amd64-cgo), const SYS_ACCT = 51
48716 pkg syscall (openbsd-amd64-cgo), const SYS_ADJFREQ = 305
48717 pkg syscall (openbsd-amd64-cgo), const SYS_ADJTIME = 140
48718 pkg syscall (openbsd-amd64-cgo), const SYS_BIND = 104
48719 pkg syscall (openbsd-amd64-cgo), const SYS_CHDIR = 12
48720 pkg syscall (openbsd-amd64-cgo), const SYS_CHFLAGS = 34
48721 pkg syscall (openbsd-amd64-cgo), const SYS_CHMOD = 15
48722 pkg syscall (openbsd-amd64-cgo), const SYS_CHOWN = 16
48723 pkg syscall (openbsd-amd64-cgo), const SYS_CHROOT = 61
48724 pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
48725 pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
48726 pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
48727 pkg syscall (openbsd-amd64-cgo), const SYS_CLOSE = 6
48728 pkg syscall (openbsd-amd64-cgo), const SYS_CLOSEFROM = 287
48729 pkg syscall (openbsd-amd64-cgo), const SYS_CONNECT = 98
48730 pkg syscall (openbsd-amd64-cgo), const SYS_DUP = 41
48731 pkg syscall (openbsd-amd64-cgo), const SYS_DUP2 = 90
48732 pkg syscall (openbsd-amd64-cgo), const SYS_EXECVE = 59
48733 pkg syscall (openbsd-amd64-cgo), const SYS_EXIT = 1
48734 pkg syscall (openbsd-amd64-cgo), const SYS_FACCESSAT = 313
48735 pkg syscall (openbsd-amd64-cgo), const SYS_FCHDIR = 13
48736 pkg syscall (openbsd-amd64-cgo), const SYS_FCHFLAGS = 35
48737 pkg syscall (openbsd-amd64-cgo), const SYS_FCHMOD = 124
48738 pkg syscall (openbsd-amd64-cgo), const SYS_FCHMODAT = 314
48739 pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWN = 123
48740 pkg syscall (openbsd-amd64-cgo), const SYS_FCHOWNAT = 315
48741 pkg syscall (openbsd-amd64-cgo), const SYS_FCNTL = 92
48742 pkg syscall (openbsd-amd64-cgo), const SYS_FHOPEN = 264
48743 pkg syscall (openbsd-amd64-cgo), const SYS_FHSTAT = 294
48744 pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309
48745 pkg syscall (openbsd-amd64-cgo), const SYS_FLOCK = 131
48746 pkg syscall (openbsd-amd64-cgo), const SYS_FORK = 2
48747 pkg syscall (openbsd-amd64-cgo), const SYS_FPATHCONF = 192
48748 pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292
48749 pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316
48750 pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308
48751 pkg syscall (openbsd-amd64-cgo), const SYS_FSYNC = 95
48752 pkg syscall (openbsd-amd64-cgo), const SYS_FTRUNCATE = 201
48753 pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327
48754 pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206
48755 pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312
48756 pkg syscall (openbsd-amd64-cgo), const SYS_GETDTABLECOUNT = 18
48757 pkg syscall (openbsd-amd64-cgo), const SYS_GETEGID = 43
48758 pkg syscall (openbsd-amd64-cgo), const SYS_GETEUID = 25
48759 pkg syscall (openbsd-amd64-cgo), const SYS_GETFH = 161
48760 pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306
48761 pkg syscall (openbsd-amd64-cgo), const SYS_GETGID = 47
48762 pkg syscall (openbsd-amd64-cgo), const SYS_GETGROUPS = 79
48763 pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
48764 pkg syscall (openbsd-amd64-cgo), const SYS_GETLOGIN = 49
48765 pkg syscall (openbsd-amd64-cgo), const SYS_GETPEERNAME = 31
48766 pkg syscall (openbsd-amd64-cgo), const SYS_GETPGID = 207
48767 pkg syscall (openbsd-amd64-cgo), const SYS_GETPGRP = 81
48768 pkg syscall (openbsd-amd64-cgo), const SYS_GETPID = 20
48769 pkg syscall (openbsd-amd64-cgo), const SYS_GETPPID = 39
48770 pkg syscall (openbsd-amd64-cgo), const SYS_GETPRIORITY = 100
48771 pkg syscall (openbsd-amd64-cgo), const SYS_GETRESGID = 283
48772 pkg syscall (openbsd-amd64-cgo), const SYS_GETRESUID = 281
48773 pkg syscall (openbsd-amd64-cgo), const SYS_GETRLIMIT = 194
48774 pkg syscall (openbsd-amd64-cgo), const SYS_GETRTABLE = 311
48775 pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
48776 pkg syscall (openbsd-amd64-cgo), const SYS_GETSID = 255
48777 pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKNAME = 32
48778 pkg syscall (openbsd-amd64-cgo), const SYS_GETSOCKOPT = 118
48779 pkg syscall (openbsd-amd64-cgo), const SYS_GETTHRID = 299
48780 pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
48781 pkg syscall (openbsd-amd64-cgo), const SYS_GETUID = 24
48782 pkg syscall (openbsd-amd64-cgo), const SYS_IOCTL = 54
48783 pkg syscall (openbsd-amd64-cgo), const SYS_ISSETUGID = 253
48784 pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
48785 pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
48786 pkg syscall (openbsd-amd64-cgo), const SYS_KQUEUE = 269
48787 pkg syscall (openbsd-amd64-cgo), const SYS_KTRACE = 45
48788 pkg syscall (openbsd-amd64-cgo), const SYS_LCHOWN = 254
48789 pkg syscall (openbsd-amd64-cgo), const SYS_LINK = 9
48790 pkg syscall (openbsd-amd64-cgo), const SYS_LINKAT = 317
48791 pkg syscall (openbsd-amd64-cgo), const SYS_LISTEN = 106
48792 pkg syscall (openbsd-amd64-cgo), const SYS_LSEEK = 199
48793 pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
48794 pkg syscall (openbsd-amd64-cgo), const SYS_MADVISE = 75
48795 pkg syscall (openbsd-amd64-cgo), const SYS_MINCORE = 78
48796 pkg syscall (openbsd-amd64-cgo), const SYS_MINHERIT = 250
48797 pkg syscall (openbsd-amd64-cgo), const SYS_MKDIR = 136
48798 pkg syscall (openbsd-amd64-cgo), const SYS_MKDIRAT = 318
48799 pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFO = 132
48800 pkg syscall (openbsd-amd64-cgo), const SYS_MKFIFOAT = 319
48801 pkg syscall (openbsd-amd64-cgo), const SYS_MKNOD = 14
48802 pkg syscall (openbsd-amd64-cgo), const SYS_MKNODAT = 320
48803 pkg syscall (openbsd-amd64-cgo), const SYS_MLOCK = 203
48804 pkg syscall (openbsd-amd64-cgo), const SYS_MLOCKALL = 271
48805 pkg syscall (openbsd-amd64-cgo), const SYS_MMAP = 197
48806 pkg syscall (openbsd-amd64-cgo), const SYS_MOUNT = 21
48807 pkg syscall (openbsd-amd64-cgo), const SYS_MPROTECT = 74
48808 pkg syscall (openbsd-amd64-cgo), const SYS_MQUERY = 286
48809 pkg syscall (openbsd-amd64-cgo), const SYS_MSGCTL = 297
48810 pkg syscall (openbsd-amd64-cgo), const SYS_MSGGET = 225
48811 pkg syscall (openbsd-amd64-cgo), const SYS_MSGRCV = 227
48812 pkg syscall (openbsd-amd64-cgo), const SYS_MSGSND = 226
48813 pkg syscall (openbsd-amd64-cgo), const SYS_MSYNC = 256
48814 pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCK = 204
48815 pkg syscall (openbsd-amd64-cgo), const SYS_MUNLOCKALL = 272
48816 pkg syscall (openbsd-amd64-cgo), const SYS_MUNMAP = 73
48817 pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
48818 pkg syscall (openbsd-amd64-cgo), const SYS_NFSSVC = 155
48819 pkg syscall (openbsd-amd64-cgo), const SYS_OBREAK = 17
48820 pkg syscall (openbsd-amd64-cgo), const SYS_OPEN = 5
48821 pkg syscall (openbsd-amd64-cgo), const SYS_OPENAT = 321
48822 pkg syscall (openbsd-amd64-cgo), const SYS_PATHCONF = 191
48823 pkg syscall (openbsd-amd64-cgo), const SYS_PIPE = 263
48824 pkg syscall (openbsd-amd64-cgo), const SYS_POLL = 252
48825 pkg syscall (openbsd-amd64-cgo), const SYS_PREAD = 173
48826 pkg syscall (openbsd-amd64-cgo), const SYS_PREADV = 267
48827 pkg syscall (openbsd-amd64-cgo), const SYS_PROFIL = 44
48828 pkg syscall (openbsd-amd64-cgo), const SYS_PTRACE = 26
48829 pkg syscall (openbsd-amd64-cgo), const SYS_PWRITE = 174
48830 pkg syscall (openbsd-amd64-cgo), const SYS_PWRITEV = 268
48831 pkg syscall (openbsd-amd64-cgo), const SYS_QUOTACTL = 148
48832 pkg syscall (openbsd-amd64-cgo), const SYS_READ = 3
48833 pkg syscall (openbsd-amd64-cgo), const SYS_READLINK = 58
48834 pkg syscall (openbsd-amd64-cgo), const SYS_READLINKAT = 322
48835 pkg syscall (openbsd-amd64-cgo), const SYS_READV = 120
48836 pkg syscall (openbsd-amd64-cgo), const SYS_REBOOT = 55
48837 pkg syscall (openbsd-amd64-cgo), const SYS_RECVFROM = 29
48838 pkg syscall (openbsd-amd64-cgo), const SYS_RECVMSG = 27
48839 pkg syscall (openbsd-amd64-cgo), const SYS_RENAME = 128
48840 pkg syscall (openbsd-amd64-cgo), const SYS_RENAMEAT = 323
48841 pkg syscall (openbsd-amd64-cgo), const SYS_REVOKE = 56
48842 pkg syscall (openbsd-amd64-cgo), const SYS_RMDIR = 137
48843 pkg syscall (openbsd-amd64-cgo), const SYS_SCHED_YIELD = 298
48844 pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
48845 pkg syscall (openbsd-amd64-cgo), const SYS_SEMGET = 221
48846 pkg syscall (openbsd-amd64-cgo), const SYS_SEMOP = 290
48847 pkg syscall (openbsd-amd64-cgo), const SYS_SENDMSG = 28
48848 pkg syscall (openbsd-amd64-cgo), const SYS_SENDTO = 133
48849 pkg syscall (openbsd-amd64-cgo), const SYS_SETEGID = 182
48850 pkg syscall (openbsd-amd64-cgo), const SYS_SETEUID = 183
48851 pkg syscall (openbsd-amd64-cgo), const SYS_SETGID = 181
48852 pkg syscall (openbsd-amd64-cgo), const SYS_SETGROUPS = 80
48853 pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83
48854 pkg syscall (openbsd-amd64-cgo), const SYS_SETLOGIN = 50
48855 pkg syscall (openbsd-amd64-cgo), const SYS_SETPGID = 82
48856 pkg syscall (openbsd-amd64-cgo), const SYS_SETPRIORITY = 96
48857 pkg syscall (openbsd-amd64-cgo), const SYS_SETREGID = 127
48858 pkg syscall (openbsd-amd64-cgo), const SYS_SETRESGID = 284
48859 pkg syscall (openbsd-amd64-cgo), const SYS_SETRESUID = 282
48860 pkg syscall (openbsd-amd64-cgo), const SYS_SETREUID = 126
48861 pkg syscall (openbsd-amd64-cgo), const SYS_SETRLIMIT = 195
48862 pkg syscall (openbsd-amd64-cgo), const SYS_SETRTABLE = 310
48863 pkg syscall (openbsd-amd64-cgo), const SYS_SETSID = 147
48864 pkg syscall (openbsd-amd64-cgo), const SYS_SETSOCKOPT = 105
48865 pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
48866 pkg syscall (openbsd-amd64-cgo), const SYS_SETUID = 23
48867 pkg syscall (openbsd-amd64-cgo), const SYS_SHMAT = 228
48868 pkg syscall (openbsd-amd64-cgo), const SYS_SHMCTL = 296
48869 pkg syscall (openbsd-amd64-cgo), const SYS_SHMDT = 230
48870 pkg syscall (openbsd-amd64-cgo), const SYS_SHMGET = 289
48871 pkg syscall (openbsd-amd64-cgo), const SYS_SHUTDOWN = 134
48872 pkg syscall (openbsd-amd64-cgo), const SYS_SIGACTION = 46
48873 pkg syscall (openbsd-amd64-cgo), const SYS_SIGALTSTACK = 288
48874 pkg syscall (openbsd-amd64-cgo), const SYS_SIGPENDING = 52
48875 pkg syscall (openbsd-amd64-cgo), const SYS_SIGPROCMASK = 48
48876 pkg syscall (openbsd-amd64-cgo), const SYS_SIGRETURN = 103
48877 pkg syscall (openbsd-amd64-cgo), const SYS_SIGSUSPEND = 111
48878 pkg syscall (openbsd-amd64-cgo), const SYS_SOCKET = 97
48879 pkg syscall (openbsd-amd64-cgo), const SYS_SOCKETPAIR = 135
48880 pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291
48881 pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307
48882 pkg syscall (openbsd-amd64-cgo), const SYS_SWAPCTL = 193
48883 pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINK = 57
48884 pkg syscall (openbsd-amd64-cgo), const SYS_SYMLINKAT = 324
48885 pkg syscall (openbsd-amd64-cgo), const SYS_SYNC = 36
48886 pkg syscall (openbsd-amd64-cgo), const SYS_SYSARCH = 165
48887 pkg syscall (openbsd-amd64-cgo), const SYS_TRUNCATE = 200
48888 pkg syscall (openbsd-amd64-cgo), const SYS_UMASK = 60
48889 pkg syscall (openbsd-amd64-cgo), const SYS_UNLINK = 10
48890 pkg syscall (openbsd-amd64-cgo), const SYS_UNLINKAT = 325
48891 pkg syscall (openbsd-amd64-cgo), const SYS_UNMOUNT = 22
48892 pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326
48893 pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138
48894 pkg syscall (openbsd-amd64-cgo), const SYS_VFORK = 66
48895 pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7
48896 pkg syscall (openbsd-amd64-cgo), const SYS_WRITE = 4
48897 pkg syscall (openbsd-amd64-cgo), const SYS_WRITEV = 121
48898 pkg syscall (openbsd-amd64-cgo), const SYS___GETCWD = 304
48899 pkg syscall (openbsd-amd64-cgo), const SYS___GET_TCB = 330
48900 pkg syscall (openbsd-amd64-cgo), const SYS___SEMCTL = 295
48901 pkg syscall (openbsd-amd64-cgo), const SYS___SET_TCB = 329
48902 pkg syscall (openbsd-amd64-cgo), const SYS___SYSCTL = 202
48903 pkg syscall (openbsd-amd64-cgo), const SYS___TFORK = 8
48904 pkg syscall (openbsd-amd64-cgo), const SYS___THREXIT = 302
48905 pkg syscall (openbsd-amd64-cgo), const SYS___THRSIGDIVERT = 303
48906 pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300
48907 pkg syscall (openbsd-amd64-cgo), const SYS___THRWAKEUP = 301
48908 pkg syscall (openbsd-amd64-cgo), const S_IFMT = 61440
48909 pkg syscall (openbsd-amd64-cgo), const SizeofBpfHdr = 20
48910 pkg syscall (openbsd-amd64-cgo), const SizeofBpfInsn = 8
48911 pkg syscall (openbsd-amd64-cgo), const SizeofBpfProgram = 16
48912 pkg syscall (openbsd-amd64-cgo), const SizeofBpfStat = 8
48913 pkg syscall (openbsd-amd64-cgo), const SizeofBpfVersion = 4
48914 pkg syscall (openbsd-amd64-cgo), const SizeofCmsghdr = 12
48915 pkg syscall (openbsd-amd64-cgo), const SizeofIPMreq = 8
48916 pkg syscall (openbsd-amd64-cgo), const SizeofIPv6Mreq = 20
48917 pkg syscall (openbsd-amd64-cgo), const SizeofIfAnnounceMsghdr = 26
48918 pkg syscall (openbsd-amd64-cgo), const SizeofIfData = 224
48919 pkg syscall (openbsd-amd64-cgo), const SizeofIfMsghdr = 248
48920 pkg syscall (openbsd-amd64-cgo), const SizeofIfaMsghdr = 24
48921 pkg syscall (openbsd-amd64-cgo), const SizeofInet6Pktinfo = 20
48922 pkg syscall (openbsd-amd64-cgo), const SizeofLinger = 8
48923 pkg syscall (openbsd-amd64-cgo), const SizeofMsghdr = 48
48924 pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48
48925 pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88
48926 pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrAny = 108
48927 pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrDatalink = 32
48928 pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet4 = 16
48929 pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrInet6 = 28
48930 pkg syscall (openbsd-amd64-cgo), const SizeofSockaddrUnix = 106
48931 pkg syscall (openbsd-amd64-cgo), const TCIFLUSH = 1
48932 pkg syscall (openbsd-amd64-cgo), const TCIOFLUSH = 3
48933 pkg syscall (openbsd-amd64-cgo), const TCOFLUSH = 2
48934 pkg syscall (openbsd-amd64-cgo), const TCP_MAXBURST = 4
48935 pkg syscall (openbsd-amd64-cgo), const TCP_MAXSEG = 2
48936 pkg syscall (openbsd-amd64-cgo), const TCP_MAXWIN = 65535
48937 pkg syscall (openbsd-amd64-cgo), const TCP_MAX_SACK = 3
48938 pkg syscall (openbsd-amd64-cgo), const TCP_MAX_WINSHIFT = 14
48939 pkg syscall (openbsd-amd64-cgo), const TCP_MD5SIG = 4
48940 pkg syscall (openbsd-amd64-cgo), const TCP_MSS = 512
48941 pkg syscall (openbsd-amd64-cgo), const TCP_NSTATES = 11
48942 pkg syscall (openbsd-amd64-cgo), const TCP_SACK_ENABLE = 8
48943 pkg syscall (openbsd-amd64-cgo), const TCSAFLUSH = 2
48944 pkg syscall (openbsd-amd64-cgo), const TIOCCBRK = 536900730
48945 pkg syscall (openbsd-amd64-cgo), const TIOCCDTR = 536900728
48946 pkg syscall (openbsd-amd64-cgo), const TIOCCONS = 2147775586
48947 pkg syscall (openbsd-amd64-cgo), const TIOCDRAIN = 536900702
48948 pkg syscall (openbsd-amd64-cgo), const TIOCEXCL = 536900621
48949 pkg syscall (openbsd-amd64-cgo), const TIOCEXT = 2147775584
48950 pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CLOCAL = 2
48951 pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_CRTSCTS = 4
48952 pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_MDMBUF = 8
48953 pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_PPS = 16
48954 pkg syscall (openbsd-amd64-cgo), const TIOCFLAG_SOFTCAR = 1
48955 pkg syscall (openbsd-amd64-cgo), const TIOCFLUSH = 2147775504
48956 pkg syscall (openbsd-amd64-cgo), const TIOCGETA = 1076655123
48957 pkg syscall (openbsd-amd64-cgo), const TIOCGETD = 1074033690
48958 pkg syscall (openbsd-amd64-cgo), const TIOCGFLAGS = 1074033757
48959 pkg syscall (openbsd-amd64-cgo), const TIOCGPGRP = 1074033783
48960 pkg syscall (openbsd-amd64-cgo), const TIOCGTSTAMP = 1074820187
48961 pkg syscall (openbsd-amd64-cgo), const TIOCGWINSZ = 1074295912
48962 pkg syscall (openbsd-amd64-cgo), const TIOCMBIC = 2147775595
48963 pkg syscall (openbsd-amd64-cgo), const TIOCMBIS = 2147775596
48964 pkg syscall (openbsd-amd64-cgo), const TIOCMGET = 1074033770
48965 pkg syscall (openbsd-amd64-cgo), const TIOCMODG = 1074033770
48966 pkg syscall (openbsd-amd64-cgo), const TIOCMODS = 2147775597
48967 pkg syscall (openbsd-amd64-cgo), const TIOCMSET = 2147775597
48968 pkg syscall (openbsd-amd64-cgo), const TIOCM_CAR = 64
48969 pkg syscall (openbsd-amd64-cgo), const TIOCM_CD = 64
48970 pkg syscall (openbsd-amd64-cgo), const TIOCM_CTS = 32
48971 pkg syscall (openbsd-amd64-cgo), const TIOCM_DSR = 256
48972 pkg syscall (openbsd-amd64-cgo), const TIOCM_DTR = 2
48973 pkg syscall (openbsd-amd64-cgo), const TIOCM_LE = 1
48974 pkg syscall (openbsd-amd64-cgo), const TIOCM_RI = 128
48975 pkg syscall (openbsd-amd64-cgo), const TIOCM_RNG = 128
48976 pkg syscall (openbsd-amd64-cgo), const TIOCM_RTS = 4
48977 pkg syscall (openbsd-amd64-cgo), const TIOCM_SR = 16
48978 pkg syscall (openbsd-amd64-cgo), const TIOCM_ST = 8
48979 pkg syscall (openbsd-amd64-cgo), const TIOCNOTTY = 536900721
48980 pkg syscall (openbsd-amd64-cgo), const TIOCNXCL = 536900622
48981 pkg syscall (openbsd-amd64-cgo), const TIOCOUTQ = 1074033779
48982 pkg syscall (openbsd-amd64-cgo), const TIOCPKT = 2147775600
48983 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DATA = 0
48984 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_DOSTOP = 32
48985 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHREAD = 1
48986 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_FLUSHWRITE = 2
48987 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_IOCTL = 64
48988 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_NOSTOP = 16
48989 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_START = 8
48990 pkg syscall (openbsd-amd64-cgo), const TIOCPKT_STOP = 4
48991 pkg syscall (openbsd-amd64-cgo), const TIOCREMOTE = 2147775593
48992 pkg syscall (openbsd-amd64-cgo), const TIOCSBRK = 536900731
48993 pkg syscall (openbsd-amd64-cgo), const TIOCSCTTY = 536900705
48994 pkg syscall (openbsd-amd64-cgo), const TIOCSDTR = 536900729
48995 pkg syscall (openbsd-amd64-cgo), const TIOCSETA = 2150396948
48996 pkg syscall (openbsd-amd64-cgo), const TIOCSETAF = 2150396950
48997 pkg syscall (openbsd-amd64-cgo), const TIOCSETAW = 2150396949
48998 pkg syscall (openbsd-amd64-cgo), const TIOCSETD = 2147775515
48999 pkg syscall (openbsd-amd64-cgo), const TIOCSFLAGS = 2147775580
49000 pkg syscall (openbsd-amd64-cgo), const TIOCSIG = 2147775583
49001 pkg syscall (openbsd-amd64-cgo), const TIOCSPGRP = 2147775606
49002 pkg syscall (openbsd-amd64-cgo), const TIOCSTART = 536900718
49003 pkg syscall (openbsd-amd64-cgo), const TIOCSTAT = 2147775589
49004 pkg syscall (openbsd-amd64-cgo), const TIOCSTI = 2147578994
49005 pkg syscall (openbsd-amd64-cgo), const TIOCSTOP = 536900719
49006 pkg syscall (openbsd-amd64-cgo), const TIOCSTSTAMP = 2148037722
49007 pkg syscall (openbsd-amd64-cgo), const TIOCSWINSZ = 2148037735
49008 pkg syscall (openbsd-amd64-cgo), const TIOCUCNTL = 2147775590
49009 pkg syscall (openbsd-amd64-cgo), const TOSTOP = 4194304
49010 pkg syscall (openbsd-amd64-cgo), const VDISCARD = 15
49011 pkg syscall (openbsd-amd64-cgo), const VDSUSP = 11
49012 pkg syscall (openbsd-amd64-cgo), const VEOF = 0
49013 pkg syscall (openbsd-amd64-cgo), const VEOL = 1
49014 pkg syscall (openbsd-amd64-cgo), const VEOL2 = 2
49015 pkg syscall (openbsd-amd64-cgo), const VERASE = 3
49016 pkg syscall (openbsd-amd64-cgo), const VINTR = 8
49017 pkg syscall (openbsd-amd64-cgo), const VKILL = 5
49018 pkg syscall (openbsd-amd64-cgo), const VLNEXT = 14
49019 pkg syscall (openbsd-amd64-cgo), const VMIN = 16
49020 pkg syscall (openbsd-amd64-cgo), const VQUIT = 9
49021 pkg syscall (openbsd-amd64-cgo), const VREPRINT = 6
49022 pkg syscall (openbsd-amd64-cgo), const VSTART = 12
49023 pkg syscall (openbsd-amd64-cgo), const VSTATUS = 18
49024 pkg syscall (openbsd-amd64-cgo), const VSTOP = 13
49025 pkg syscall (openbsd-amd64-cgo), const VSUSP = 10
49026 pkg syscall (openbsd-amd64-cgo), const VTIME = 17
49027 pkg syscall (openbsd-amd64-cgo), const VWERASE = 4
49028 pkg syscall (openbsd-amd64-cgo), const WALTSIG = 4
49029 pkg syscall (openbsd-amd64-cgo), const WCONTINUED = 8
49030 pkg syscall (openbsd-amd64-cgo), const WCOREFLAG = 128
49031 pkg syscall (openbsd-amd64-cgo), const WNOHANG = 1
49032 pkg syscall (openbsd-amd64-cgo), const WSTOPPED = 127
49033 pkg syscall (openbsd-amd64-cgo), const WUNTRACED = 2
49034 pkg syscall (windows-386), const AF_INET6 = 23
49035 pkg syscall (windows-386), const AF_NETBIOS = 17
49036 pkg syscall (windows-386), const AI_CANONNAME = 2
49037 pkg syscall (windows-386), const AI_CANONNAME ideal-int
49038 pkg syscall (windows-386), const AI_NUMERICHOST = 4
49039 pkg syscall (windows-386), const AI_NUMERICHOST ideal-int
49040 pkg syscall (windows-386), const AI_PASSIVE = 1
49041 pkg syscall (windows-386), const AI_PASSIVE ideal-int
49042 pkg syscall (windows-386), const APPLICATION_ERROR = 536870912
49043 pkg syscall (windows-386), const AUTHTYPE_CLIENT = 1
49044 pkg syscall (windows-386), const AUTHTYPE_SERVER = 2
49045 pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
49046 pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
49047 pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1
49048 pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
49049 pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8
49050 pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
49051 pkg syscall (windows-386), const CERT_CHAIN_POLICY_NT_AUTH = 6
49052 pkg syscall (windows-386), const CERT_CHAIN_POLICY_SSL = 4
49053 pkg syscall (windows-386), const CERT_E_CN_NO_MATCH = 2148204815
49054 pkg syscall (windows-386), const CERT_E_EXPIRED = 2148204801
49055 pkg syscall (windows-386), const CERT_E_PURPOSE = 2148204806
49056 pkg syscall (windows-386), const CERT_E_ROLE = 2148204803
49057 pkg syscall (windows-386), const CERT_E_UNTRUSTEDROOT = 2148204809
49058 pkg syscall (windows-386), const CERT_STORE_ADD_ALWAYS = 4
49059 pkg syscall (windows-386), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
49060 pkg syscall (windows-386), const CERT_STORE_PROV_MEMORY = 2
49061 pkg syscall (windows-386), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
49062 pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
49063 pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384
49064 pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728
49065 pkg syscall (windows-386), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096
49066 pkg syscall (windows-386), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
49067 pkg syscall (windows-386), const CERT_TRUST_INVALID_EXTENSION = 256
49068 pkg syscall (windows-386), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
49069 pkg syscall (windows-386), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
49070 pkg syscall (windows-386), const CERT_TRUST_IS_CYCLIC = 128
49071 pkg syscall (windows-386), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
49072 pkg syscall (windows-386), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
49073 pkg syscall (windows-386), const CERT_TRUST_IS_NOT_TIME_VALID = 1
49074 pkg syscall (windows-386), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
49075 pkg syscall (windows-386), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
49076 pkg syscall (windows-386), const CERT_TRUST_IS_REVOKED = 4
49077 pkg syscall (windows-386), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
49078 pkg syscall (windows-386), const CERT_TRUST_NO_ERROR = 0
49079 pkg syscall (windows-386), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
49080 pkg syscall (windows-386), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
49081 pkg syscall (windows-386), const CREATE_ALWAYS = 2
49082 pkg syscall (windows-386), const CREATE_NEW = 1
49083 pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP = 512
49084 pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int
49085 pkg syscall (windows-386), const CREATE_UNICODE_ENVIRONMENT = 1024
49086 pkg syscall (windows-386), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
49087 pkg syscall (windows-386), const CRYPT_DELETEKEYSET = 16
49088 pkg syscall (windows-386), const CRYPT_MACHINE_KEYSET = 32
49089 pkg syscall (windows-386), const CRYPT_NEWKEYSET = 8
49090 pkg syscall (windows-386), const CRYPT_SILENT = 64
49091 pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT = 4026531840
49092 pkg syscall (windows-386), const CTRL_BREAK_EVENT = 1
49093 pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
49094 pkg syscall (windows-386), const CTRL_C_EVENT = 0
49095 pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
49096 pkg syscall (windows-386), const DNS_TYPE_A = 1
49097 pkg syscall (windows-386), const DNS_TYPE_A6 = 38
49098 pkg syscall (windows-386), const DNS_TYPE_AAAA = 28
49099 pkg syscall (windows-386), const DNS_TYPE_ADDRS = 248
49100 pkg syscall (windows-386), const DNS_TYPE_AFSDB = 18
49101 pkg syscall (windows-386), const DNS_TYPE_ALL = 255
49102 pkg syscall (windows-386), const DNS_TYPE_ANY = 255
49103 pkg syscall (windows-386), const DNS_TYPE_ATMA = 34
49104 pkg syscall (windows-386), const DNS_TYPE_AXFR = 252
49105 pkg syscall (windows-386), const DNS_TYPE_CERT = 37
49106 pkg syscall (windows-386), const DNS_TYPE_CNAME = 5
49107 pkg syscall (windows-386), const DNS_TYPE_DHCID = 49
49108 pkg syscall (windows-386), const DNS_TYPE_DNAME = 39
49109 pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48
49110 pkg syscall (windows-386), const DNS_TYPE_DS = 43
49111 pkg syscall (windows-386), const DNS_TYPE_EID = 31
49112 pkg syscall (windows-386), const DNS_TYPE_GID = 102
49113 pkg syscall (windows-386), const DNS_TYPE_GPOS = 27
49114 pkg syscall (windows-386), const DNS_TYPE_HINFO = 13
49115 pkg syscall (windows-386), const DNS_TYPE_ISDN = 20
49116 pkg syscall (windows-386), const DNS_TYPE_IXFR = 251
49117 pkg syscall (windows-386), const DNS_TYPE_KEY = 25
49118 pkg syscall (windows-386), const DNS_TYPE_KX = 36
49119 pkg syscall (windows-386), const DNS_TYPE_LOC = 29
49120 pkg syscall (windows-386), const DNS_TYPE_MAILA = 254
49121 pkg syscall (windows-386), const DNS_TYPE_MAILB = 253
49122 pkg syscall (windows-386), const DNS_TYPE_MB = 7
49123 pkg syscall (windows-386), const DNS_TYPE_MD = 3
49124 pkg syscall (windows-386), const DNS_TYPE_MF = 4
49125 pkg syscall (windows-386), const DNS_TYPE_MG = 8
49126 pkg syscall (windows-386), const DNS_TYPE_MINFO = 14
49127 pkg syscall (windows-386), const DNS_TYPE_MR = 9
49128 pkg syscall (windows-386), const DNS_TYPE_MX = 15
49129 pkg syscall (windows-386), const DNS_TYPE_NAPTR = 35
49130 pkg syscall (windows-386), const DNS_TYPE_NBSTAT = 65281
49131 pkg syscall (windows-386), const DNS_TYPE_NIMLOC = 32
49132 pkg syscall (windows-386), const DNS_TYPE_NS = 2
49133 pkg syscall (windows-386), const DNS_TYPE_NSAP = 22
49134 pkg syscall (windows-386), const DNS_TYPE_NSAPPTR = 23
49135 pkg syscall (windows-386), const DNS_TYPE_NSEC = 47
49136 pkg syscall (windows-386), const DNS_TYPE_NULL = 10
49137 pkg syscall (windows-386), const DNS_TYPE_NXT = 30
49138 pkg syscall (windows-386), const DNS_TYPE_OPT = 41
49139 pkg syscall (windows-386), const DNS_TYPE_PTR = 12
49140 pkg syscall (windows-386), const DNS_TYPE_PX = 26
49141 pkg syscall (windows-386), const DNS_TYPE_RP = 17
49142 pkg syscall (windows-386), const DNS_TYPE_RRSIG = 46
49143 pkg syscall (windows-386), const DNS_TYPE_RT = 21
49144 pkg syscall (windows-386), const DNS_TYPE_SIG = 24
49145 pkg syscall (windows-386), const DNS_TYPE_SINK = 40
49146 pkg syscall (windows-386), const DNS_TYPE_SOA = 6
49147 pkg syscall (windows-386), const DNS_TYPE_SRV = 33
49148 pkg syscall (windows-386), const DNS_TYPE_TEXT = 16
49149 pkg syscall (windows-386), const DNS_TYPE_TKEY = 249
49150 pkg syscall (windows-386), const DNS_TYPE_TSIG = 250
49151 pkg syscall (windows-386), const DNS_TYPE_UID = 101
49152 pkg syscall (windows-386), const DNS_TYPE_UINFO = 100
49153 pkg syscall (windows-386), const DNS_TYPE_UNSPEC = 103
49154 pkg syscall (windows-386), const DNS_TYPE_WINS = 65281
49155 pkg syscall (windows-386), const DNS_TYPE_WINSR = 65282
49156 pkg syscall (windows-386), const DNS_TYPE_WKS = 11
49157 pkg syscall (windows-386), const DNS_TYPE_X25 = 19
49158 pkg syscall (windows-386), const DUPLICATE_CLOSE_SOURCE = 1
49159 pkg syscall (windows-386), const DUPLICATE_SAME_ACCESS = 2
49160 pkg syscall (windows-386), const E2BIG = 536870912
49161 pkg syscall (windows-386), const EACCES = 536870913
49162 pkg syscall (windows-386), const EADDRINUSE = 536870914
49163 pkg syscall (windows-386), const EADDRNOTAVAIL = 536870915
49164 pkg syscall (windows-386), const EADV = 536870916
49165 pkg syscall (windows-386), const EAFNOSUPPORT = 536870917
49166 pkg syscall (windows-386), const EAGAIN = 536870918
49167 pkg syscall (windows-386), const EALREADY = 536870919
49168 pkg syscall (windows-386), const EBADE = 536870920
49169 pkg syscall (windows-386), const EBADF = 536870921
49170 pkg syscall (windows-386), const EBADFD = 536870922
49171 pkg syscall (windows-386), const EBADMSG = 536870923
49172 pkg syscall (windows-386), const EBADR = 536870924
49173 pkg syscall (windows-386), const EBADRQC = 536870925
49174 pkg syscall (windows-386), const EBADSLT = 536870926
49175 pkg syscall (windows-386), const EBFONT = 536870927
49176 pkg syscall (windows-386), const EBUSY = 536870928
49177 pkg syscall (windows-386), const ECANCELED = 536870929
49178 pkg syscall (windows-386), const ECHILD = 536870930
49179 pkg syscall (windows-386), const ECHRNG = 536870931
49180 pkg syscall (windows-386), const ECOMM = 536870932
49181 pkg syscall (windows-386), const ECONNABORTED = 536870933
49182 pkg syscall (windows-386), const ECONNREFUSED = 536870934
49183 pkg syscall (windows-386), const ECONNRESET = 536870935
49184 pkg syscall (windows-386), const EDEADLK = 536870936
49185 pkg syscall (windows-386), const EDEADLOCK = 536870937
49186 pkg syscall (windows-386), const EDESTADDRREQ = 536870938
49187 pkg syscall (windows-386), const EDOM = 536870939
49188 pkg syscall (windows-386), const EDOTDOT = 536870940
49189 pkg syscall (windows-386), const EDQUOT = 536870941
49190 pkg syscall (windows-386), const EEXIST = 536870942
49191 pkg syscall (windows-386), const EFAULT = 536870943
49192 pkg syscall (windows-386), const EFBIG = 536870944
49193 pkg syscall (windows-386), const EHOSTDOWN = 536870945
49194 pkg syscall (windows-386), const EHOSTUNREACH = 536870946
49195 pkg syscall (windows-386), const EIDRM = 536870947
49196 pkg syscall (windows-386), const EILSEQ = 536870948
49197 pkg syscall (windows-386), const EINPROGRESS = 536870949
49198 pkg syscall (windows-386), const EINTR = 536870950
49199 pkg syscall (windows-386), const EINVAL = 536870951
49200 pkg syscall (windows-386), const EIO = 536870952
49201 pkg syscall (windows-386), const EISCONN = 536870953
49202 pkg syscall (windows-386), const EISDIR = 536870954
49203 pkg syscall (windows-386), const EISNAM = 536870955
49204 pkg syscall (windows-386), const EKEYEXPIRED = 536870956
49205 pkg syscall (windows-386), const EKEYREJECTED = 536870957
49206 pkg syscall (windows-386), const EKEYREVOKED = 536870958
49207 pkg syscall (windows-386), const EL2HLT = 536870959
49208 pkg syscall (windows-386), const EL2NSYNC = 536870960
49209 pkg syscall (windows-386), const EL3HLT = 536870961
49210 pkg syscall (windows-386), const EL3RST = 536870962
49211 pkg syscall (windows-386), const ELIBACC = 536870963
49212 pkg syscall (windows-386), const ELIBBAD = 536870964
49213 pkg syscall (windows-386), const ELIBEXEC = 536870965
49214 pkg syscall (windows-386), const ELIBMAX = 536870966
49215 pkg syscall (windows-386), const ELIBSCN = 536870967
49216 pkg syscall (windows-386), const ELNRNG = 536870968
49217 pkg syscall (windows-386), const ELOOP = 536870969
49218 pkg syscall (windows-386), const EMEDIUMTYPE = 536870970
49219 pkg syscall (windows-386), const EMFILE = 536870971
49220 pkg syscall (windows-386), const EMLINK = 536870972
49221 pkg syscall (windows-386), const EMSGSIZE = 536870973
49222 pkg syscall (windows-386), const EMULTIHOP = 536870974
49223 pkg syscall (windows-386), const ENAMETOOLONG = 536870975
49224 pkg syscall (windows-386), const ENAVAIL = 536870976
49225 pkg syscall (windows-386), const ENETDOWN = 536870977
49226 pkg syscall (windows-386), const ENETRESET = 536870978
49227 pkg syscall (windows-386), const ENETUNREACH = 536870979
49228 pkg syscall (windows-386), const ENFILE = 536870980
49229 pkg syscall (windows-386), const ENOANO = 536870981
49230 pkg syscall (windows-386), const ENOBUFS = 536870982
49231 pkg syscall (windows-386), const ENOCSI = 536870983
49232 pkg syscall (windows-386), const ENODATA = 536870984
49233 pkg syscall (windows-386), const ENODEV = 536870985
49234 pkg syscall (windows-386), const ENOEXEC = 536870986
49235 pkg syscall (windows-386), const ENOKEY = 536870987
49236 pkg syscall (windows-386), const ENOLCK = 536870988
49237 pkg syscall (windows-386), const ENOLINK = 536870989
49238 pkg syscall (windows-386), const ENOMEDIUM = 536870990
49239 pkg syscall (windows-386), const ENOMEM = 536870991
49240 pkg syscall (windows-386), const ENOMSG = 536870992
49241 pkg syscall (windows-386), const ENONET = 536870993
49242 pkg syscall (windows-386), const ENOPKG = 536870994
49243 pkg syscall (windows-386), const ENOPROTOOPT = 536870995
49244 pkg syscall (windows-386), const ENOSPC = 536870996
49245 pkg syscall (windows-386), const ENOSR = 536870997
49246 pkg syscall (windows-386), const ENOSTR = 536870998
49247 pkg syscall (windows-386), const ENOSYS = 536870999
49248 pkg syscall (windows-386), const ENOTBLK = 536871000
49249 pkg syscall (windows-386), const ENOTCONN = 536871001
49250 pkg syscall (windows-386), const ENOTDIR = 3
49251 pkg syscall (windows-386), const ENOTEMPTY = 536871002
49252 pkg syscall (windows-386), const ENOTNAM = 536871003
49253 pkg syscall (windows-386), const ENOTRECOVERABLE = 536871004
49254 pkg syscall (windows-386), const ENOTSOCK = 536871005
49255 pkg syscall (windows-386), const ENOTSUP = 536871006
49256 pkg syscall (windows-386), const ENOTTY = 536871007
49257 pkg syscall (windows-386), const ENOTUNIQ = 536871008
49258 pkg syscall (windows-386), const ENXIO = 536871009
49259 pkg syscall (windows-386), const EOPNOTSUPP = 536871010
49260 pkg syscall (windows-386), const EOVERFLOW = 536871011
49261 pkg syscall (windows-386), const EOWNERDEAD = 536871012
49262 pkg syscall (windows-386), const EPERM = 536871013
49263 pkg syscall (windows-386), const EPFNOSUPPORT = 536871014
49264 pkg syscall (windows-386), const EPIPE = 536871015
49265 pkg syscall (windows-386), const EPROTO = 536871016
49266 pkg syscall (windows-386), const EPROTONOSUPPORT = 536871017
49267 pkg syscall (windows-386), const EPROTOTYPE = 536871018
49268 pkg syscall (windows-386), const ERANGE = 536871019
49269 pkg syscall (windows-386), const EREMCHG = 536871020
49270 pkg syscall (windows-386), const EREMOTE = 536871021
49271 pkg syscall (windows-386), const EREMOTEIO = 536871022
49272 pkg syscall (windows-386), const ERESTART = 536871023
49273 pkg syscall (windows-386), const EROFS = 536871024
49274 pkg syscall (windows-386), const ERROR_ACCESS_DENIED = 5
49275 pkg syscall (windows-386), const ERROR_ALREADY_EXISTS = 183
49276 pkg syscall (windows-386), const ERROR_BROKEN_PIPE = 109
49277 pkg syscall (windows-386), const ERROR_BUFFER_OVERFLOW = 111
49278 pkg syscall (windows-386), const ERROR_ENVVAR_NOT_FOUND = 203
49279 pkg syscall (windows-386), const ERROR_FILE_EXISTS = 80
49280 pkg syscall (windows-386), const ERROR_FILE_NOT_FOUND = 2
49281 pkg syscall (windows-386), const ERROR_INSUFFICIENT_BUFFER = 122
49282 pkg syscall (windows-386), const ERROR_IO_PENDING = 997
49283 pkg syscall (windows-386), const ERROR_MOD_NOT_FOUND = 126
49284 pkg syscall (windows-386), const ERROR_NOT_FOUND = 1168
49285 pkg syscall (windows-386), const ERROR_NOT_FOUND Errno
49286 pkg syscall (windows-386), const ERROR_NO_MORE_FILES = 18
49287 pkg syscall (windows-386), const ERROR_OPERATION_ABORTED = 995
49288 pkg syscall (windows-386), const ERROR_PATH_NOT_FOUND = 3
49289 pkg syscall (windows-386), const ERROR_PROC_NOT_FOUND = 127
49290 pkg syscall (windows-386), const ESHUTDOWN = 536871025
49291 pkg syscall (windows-386), const ESOCKTNOSUPPORT = 536871026
49292 pkg syscall (windows-386), const ESPIPE = 536871027
49293 pkg syscall (windows-386), const ESRCH = 536871028
49294 pkg syscall (windows-386), const ESRMNT = 536871029
49295 pkg syscall (windows-386), const ESTALE = 536871030
49296 pkg syscall (windows-386), const ESTRPIPE = 536871031
49297 pkg syscall (windows-386), const ETIME = 536871032
49298 pkg syscall (windows-386), const ETIMEDOUT = 536871033
49299 pkg syscall (windows-386), const ETOOMANYREFS = 536871034
49300 pkg syscall (windows-386), const ETXTBSY = 536871035
49301 pkg syscall (windows-386), const EUCLEAN = 536871036
49302 pkg syscall (windows-386), const EUNATCH = 536871037
49303 pkg syscall (windows-386), const EUSERS = 536871038
49304 pkg syscall (windows-386), const EWINDOWS = 536871042
49305 pkg syscall (windows-386), const EWOULDBLOCK = 536871039
49306 pkg syscall (windows-386), const EXDEV = 536871040
49307 pkg syscall (windows-386), const EXFULL = 536871041
49308 pkg syscall (windows-386), const FILE_ACTION_ADDED = 1
49309 pkg syscall (windows-386), const FILE_ACTION_MODIFIED = 3
49310 pkg syscall (windows-386), const FILE_ACTION_REMOVED = 2
49311 pkg syscall (windows-386), const FILE_ACTION_RENAMED_NEW_NAME = 5
49312 pkg syscall (windows-386), const FILE_ACTION_RENAMED_OLD_NAME = 4
49313 pkg syscall (windows-386), const FILE_APPEND_DATA = 4
49314 pkg syscall (windows-386), const FILE_ATTRIBUTE_ARCHIVE = 32
49315 pkg syscall (windows-386), const FILE_ATTRIBUTE_DIRECTORY = 16
49316 pkg syscall (windows-386), const FILE_ATTRIBUTE_HIDDEN = 2
49317 pkg syscall (windows-386), const FILE_ATTRIBUTE_NORMAL = 128
49318 pkg syscall (windows-386), const FILE_ATTRIBUTE_READONLY = 1
49319 pkg syscall (windows-386), const FILE_ATTRIBUTE_SYSTEM = 4
49320 pkg syscall (windows-386), const FILE_BEGIN = 0
49321 pkg syscall (windows-386), const FILE_CURRENT = 1
49322 pkg syscall (windows-386), const FILE_END = 2
49323 pkg syscall (windows-386), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
49324 pkg syscall (windows-386), const FILE_FLAG_OVERLAPPED = 1073741824
49325 pkg syscall (windows-386), const FILE_LIST_DIRECTORY = 1
49326 pkg syscall (windows-386), const FILE_MAP_COPY = 1
49327 pkg syscall (windows-386), const FILE_MAP_EXECUTE = 32
49328 pkg syscall (windows-386), const FILE_MAP_READ = 4
49329 pkg syscall (windows-386), const FILE_MAP_WRITE = 2
49330 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
49331 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_CREATION = 64
49332 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
49333 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
49334 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
49335 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
49336 pkg syscall (windows-386), const FILE_NOTIFY_CHANGE_SIZE = 8
49337 pkg syscall (windows-386), const FILE_SHARE_DELETE = 4
49338 pkg syscall (windows-386), const FILE_SHARE_READ = 1
49339 pkg syscall (windows-386), const FILE_SHARE_WRITE = 2
49340 pkg syscall (windows-386), const FILE_TYPE_CHAR = 2
49341 pkg syscall (windows-386), const FILE_TYPE_DISK = 1
49342 pkg syscall (windows-386), const FILE_TYPE_PIPE = 3
49343 pkg syscall (windows-386), const FILE_TYPE_REMOTE = 32768
49344 pkg syscall (windows-386), const FILE_TYPE_UNKNOWN = 0
49345 pkg syscall (windows-386), const FILE_WRITE_ATTRIBUTES = 256
49346 pkg syscall (windows-386), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
49347 pkg syscall (windows-386), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
49348 pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_HMODULE = 2048
49349 pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_STRING = 1024
49350 pkg syscall (windows-386), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
49351 pkg syscall (windows-386), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
49352 pkg syscall (windows-386), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
49353 pkg syscall (windows-386), const GENERIC_ALL = 268435456
49354 pkg syscall (windows-386), const GENERIC_EXECUTE = 536870912
49355 pkg syscall (windows-386), const GENERIC_READ = 2147483648
49356 pkg syscall (windows-386), const GENERIC_WRITE = 1073741824
49357 pkg syscall (windows-386), const GetFileExInfoStandard = 0
49358 pkg syscall (windows-386), const GetFileExMaxInfoLevel = 1
49359 pkg syscall (windows-386), const HANDLE_FLAG_INHERIT = 1
49360 pkg syscall (windows-386), const HKEY_CLASSES_ROOT = 2147483648
49361 pkg syscall (windows-386), const HKEY_CURRENT_CONFIG = 2147483653
49362 pkg syscall (windows-386), const HKEY_CURRENT_USER = 2147483649
49363 pkg syscall (windows-386), const HKEY_DYN_DATA = 2147483654
49364 pkg syscall (windows-386), const HKEY_LOCAL_MACHINE = 2147483650
49365 pkg syscall (windows-386), const HKEY_PERFORMANCE_DATA = 2147483652
49366 pkg syscall (windows-386), const HKEY_USERS = 2147483651
49367 pkg syscall (windows-386), const IFF_LOOPBACK = 4
49368 pkg syscall (windows-386), const IFF_MULTICAST = 16
49369 pkg syscall (windows-386), const IFF_POINTTOPOINT = 8
49370 pkg syscall (windows-386), const IGNORE = 0
49371 pkg syscall (windows-386), const INFINITE = 4294967295
49372 pkg syscall (windows-386), const INVALID_FILE_ATTRIBUTES = 4294967295
49373 pkg syscall (windows-386), const IOC_IN = 2147483648
49374 pkg syscall (windows-386), const IOC_IN ideal-int
49375 pkg syscall (windows-386), const IOC_INOUT = 3221225472
49376 pkg syscall (windows-386), const IOC_INOUT ideal-int
49377 pkg syscall (windows-386), const IOC_OUT = 1073741824
49378 pkg syscall (windows-386), const IOC_OUT ideal-int
49379 pkg syscall (windows-386), const IOC_WS2 = 134217728
49380 pkg syscall (windows-386), const IOC_WS2 ideal-int
49381 pkg syscall (windows-386), const IPV6_JOIN_GROUP = 12
49382 pkg syscall (windows-386), const IPV6_LEAVE_GROUP = 13
49383 pkg syscall (windows-386), const IPV6_MULTICAST_HOPS = 10
49384 pkg syscall (windows-386), const IPV6_MULTICAST_IF = 9
49385 pkg syscall (windows-386), const IPV6_MULTICAST_LOOP = 11
49386 pkg syscall (windows-386), const IPV6_UNICAST_HOPS = 4
49387 pkg syscall (windows-386), const IPV6_V6ONLY = 27
49388 pkg syscall (windows-386), const IP_ADD_MEMBERSHIP = 12
49389 pkg syscall (windows-386), const IP_DROP_MEMBERSHIP = 13
49390 pkg syscall (windows-386), const IP_MULTICAST_IF = 9
49391 pkg syscall (windows-386), const IP_MULTICAST_LOOP = 11
49392 pkg syscall (windows-386), const IP_MULTICAST_TTL = 10
49393 pkg syscall (windows-386), const IP_TOS = 3
49394 pkg syscall (windows-386), const IP_TTL = 4
49395 pkg syscall (windows-386), const ImplementsGetwd = true
49396 pkg syscall (windows-386), const InvalidHandle = 4294967295
49397 pkg syscall (windows-386), const KEY_ALL_ACCESS = 983103
49398 pkg syscall (windows-386), const KEY_CREATE_LINK = 32
49399 pkg syscall (windows-386), const KEY_CREATE_SUB_KEY = 4
49400 pkg syscall (windows-386), const KEY_ENUMERATE_SUB_KEYS = 8
49401 pkg syscall (windows-386), const KEY_EXECUTE = 131097
49402 pkg syscall (windows-386), const KEY_NOTIFY = 16
49403 pkg syscall (windows-386), const KEY_QUERY_VALUE = 1
49404 pkg syscall (windows-386), const KEY_READ = 131097
49405 pkg syscall (windows-386), const KEY_SET_VALUE = 2
49406 pkg syscall (windows-386), const KEY_WOW64_32KEY = 512
49407 pkg syscall (windows-386), const KEY_WOW64_64KEY = 256
49408 pkg syscall (windows-386), const KEY_WRITE = 131078
49409 pkg syscall (windows-386), const LANG_ENGLISH = 9
49410 pkg syscall (windows-386), const MAXLEN_IFDESCR = 256
49411 pkg syscall (windows-386), const MAXLEN_PHYSADDR = 8
49412 pkg syscall (windows-386), const MAX_ADAPTER_ADDRESS_LENGTH = 8
49413 pkg syscall (windows-386), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
49414 pkg syscall (windows-386), const MAX_ADAPTER_NAME_LENGTH = 256
49415 pkg syscall (windows-386), const MAX_COMPUTERNAME_LENGTH = 15
49416 pkg syscall (windows-386), const MAX_INTERFACE_NAME_LEN = 256
49417 pkg syscall (windows-386), const MAX_LONG_PATH = 32768
49418 pkg syscall (windows-386), const MAX_PATH = 260
49419 pkg syscall (windows-386), const MaxTokenInfoClass = 29
49420 pkg syscall (windows-386), const NameCanonical = 7
49421 pkg syscall (windows-386), const NameCanonicalEx = 9
49422 pkg syscall (windows-386), const NameDisplay = 3
49423 pkg syscall (windows-386), const NameDnsDomain = 12
49424 pkg syscall (windows-386), const NameFullyQualifiedDN = 1
49425 pkg syscall (windows-386), const NameSamCompatible = 2
49426 pkg syscall (windows-386), const NameServicePrincipal = 10
49427 pkg syscall (windows-386), const NameUniqueId = 6
49428 pkg syscall (windows-386), const NameUnknown = 0
49429 pkg syscall (windows-386), const NameUserPrincipal = 8
49430 pkg syscall (windows-386), const OPEN_ALWAYS = 4
49431 pkg syscall (windows-386), const OPEN_EXISTING = 3
49432 pkg syscall (windows-386), const O_APPEND = 1024
49433 pkg syscall (windows-386), const O_ASYNC = 8192
49434 pkg syscall (windows-386), const O_CLOEXEC = 524288
49435 pkg syscall (windows-386), const O_CREAT = 64
49436 pkg syscall (windows-386), const O_EXCL = 128
49437 pkg syscall (windows-386), const O_NOCTTY = 256
49438 pkg syscall (windows-386), const O_NONBLOCK = 2048
49439 pkg syscall (windows-386), const O_SYNC = 4096
49440 pkg syscall (windows-386), const O_TRUNC = 512
49441 pkg syscall (windows-386), const PAGE_EXECUTE_READ = 32
49442 pkg syscall (windows-386), const PAGE_EXECUTE_READWRITE = 64
49443 pkg syscall (windows-386), const PAGE_EXECUTE_WRITECOPY = 128
49444 pkg syscall (windows-386), const PAGE_READONLY = 2
49445 pkg syscall (windows-386), const PAGE_READWRITE = 4
49446 pkg syscall (windows-386), const PAGE_WRITECOPY = 8
49447 pkg syscall (windows-386), const PKCS_7_ASN_ENCODING = 65536
49448 pkg syscall (windows-386), const PROCESS_QUERY_INFORMATION = 1024
49449 pkg syscall (windows-386), const PROV_DH_SCHANNEL = 18
49450 pkg syscall (windows-386), const PROV_DSS = 3
49451 pkg syscall (windows-386), const PROV_DSS_DH = 13
49452 pkg syscall (windows-386), const PROV_EC_ECDSA_FULL = 16
49453 pkg syscall (windows-386), const PROV_EC_ECDSA_SIG = 14
49454 pkg syscall (windows-386), const PROV_EC_ECNRA_FULL = 17
49455 pkg syscall (windows-386), const PROV_EC_ECNRA_SIG = 15
49456 pkg syscall (windows-386), const PROV_FORTEZZA = 4
49457 pkg syscall (windows-386), const PROV_INTEL_SEC = 22
49458 pkg syscall (windows-386), const PROV_MS_EXCHANGE = 5
49459 pkg syscall (windows-386), const PROV_REPLACE_OWF = 23
49460 pkg syscall (windows-386), const PROV_RNG = 21
49461 pkg syscall (windows-386), const PROV_RSA_AES = 24
49462 pkg syscall (windows-386), const PROV_RSA_FULL = 1
49463 pkg syscall (windows-386), const PROV_RSA_SCHANNEL = 12
49464 pkg syscall (windows-386), const PROV_RSA_SIG = 2
49465 pkg syscall (windows-386), const PROV_SPYRUS_LYNKS = 20
49466 pkg syscall (windows-386), const PROV_SSL = 6
49467 pkg syscall (windows-386), const REG_BINARY = 3
49468 pkg syscall (windows-386), const REG_DWORD = 4
49469 pkg syscall (windows-386), const REG_DWORD_BIG_ENDIAN = 5
49470 pkg syscall (windows-386), const REG_DWORD_LITTLE_ENDIAN = 4
49471 pkg syscall (windows-386), const REG_EXPAND_SZ = 2
49472 pkg syscall (windows-386), const REG_FULL_RESOURCE_DESCRIPTOR = 9
49473 pkg syscall (windows-386), const REG_LINK = 6
49474 pkg syscall (windows-386), const REG_MULTI_SZ = 7
49475 pkg syscall (windows-386), const REG_NONE = 0
49476 pkg syscall (windows-386), const REG_QWORD = 11
49477 pkg syscall (windows-386), const REG_QWORD_LITTLE_ENDIAN = 11
49478 pkg syscall (windows-386), const REG_RESOURCE_LIST = 8
49479 pkg syscall (windows-386), const REG_RESOURCE_REQUIREMENTS_LIST = 10
49480 pkg syscall (windows-386), const REG_SZ = 1
49481 pkg syscall (windows-386), const SIGBUS = 7
49482 pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
49483 pkg syscall (windows-386), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
49484 pkg syscall (windows-386), const SIO_GET_INTERFACE_LIST = 1074033791
49485 pkg syscall (windows-386), const SOL_SOCKET = 65535
49486 pkg syscall (windows-386), const SOMAXCONN = 2147483647
49487 pkg syscall (windows-386), const SO_BROADCAST = 32
49488 pkg syscall (windows-386), const SO_DONTROUTE = 16
49489 pkg syscall (windows-386), const SO_KEEPALIVE = 8
49490 pkg syscall (windows-386), const SO_LINGER = 128
49491 pkg syscall (windows-386), const SO_RCVBUF = 4098
49492 pkg syscall (windows-386), const SO_REUSEADDR = 4
49493 pkg syscall (windows-386), const SO_SNDBUF = 4097
49494 pkg syscall (windows-386), const SO_UPDATE_ACCEPT_CONTEXT = 28683
49495 pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT = 28688
49496 pkg syscall (windows-386), const SO_UPDATE_CONNECT_CONTEXT ideal-int
49497 pkg syscall (windows-386), const STANDARD_RIGHTS_ALL = 2031616
49498 pkg syscall (windows-386), const STANDARD_RIGHTS_EXECUTE = 131072
49499 pkg syscall (windows-386), const STANDARD_RIGHTS_READ = 131072
49500 pkg syscall (windows-386), const STANDARD_RIGHTS_REQUIRED = 983040
49501 pkg syscall (windows-386), const STANDARD_RIGHTS_WRITE = 131072
49502 pkg syscall (windows-386), const STARTF_USESHOWWINDOW = 1
49503 pkg syscall (windows-386), const STARTF_USESTDHANDLES = 256
49504 pkg syscall (windows-386), const STD_ERROR_HANDLE = -12
49505 pkg syscall (windows-386), const STD_INPUT_HANDLE = -10
49506 pkg syscall (windows-386), const STD_OUTPUT_HANDLE = -11
49507 pkg syscall (windows-386), const SUBLANG_ENGLISH_US = 1
49508 pkg syscall (windows-386), const SW_FORCEMINIMIZE = 11
49509 pkg syscall (windows-386), const SW_HIDE = 0
49510 pkg syscall (windows-386), const SW_MAXIMIZE = 3
49511 pkg syscall (windows-386), const SW_MINIMIZE = 6
49512 pkg syscall (windows-386), const SW_NORMAL = 1
49513 pkg syscall (windows-386), const SW_RESTORE = 9
49514 pkg syscall (windows-386), const SW_SHOW = 5
49515 pkg syscall (windows-386), const SW_SHOWDEFAULT = 10
49516 pkg syscall (windows-386), const SW_SHOWMAXIMIZED = 3
49517 pkg syscall (windows-386), const SW_SHOWMINIMIZED = 2
49518 pkg syscall (windows-386), const SW_SHOWMINNOACTIVE = 7
49519 pkg syscall (windows-386), const SW_SHOWNA = 8
49520 pkg syscall (windows-386), const SW_SHOWNOACTIVATE = 4
49521 pkg syscall (windows-386), const SW_SHOWNORMAL = 1
49522 pkg syscall (windows-386), const SYNCHRONIZE = 1048576
49523 pkg syscall (windows-386), const S_IFMT = 126976
49524 pkg syscall (windows-386), const S_IWRITE = 128
49525 pkg syscall (windows-386), const SidTypeAlias = 4
49526 pkg syscall (windows-386), const SidTypeComputer = 9
49527 pkg syscall (windows-386), const SidTypeDeletedAccount = 6
49528 pkg syscall (windows-386), const SidTypeDomain = 3
49529 pkg syscall (windows-386), const SidTypeGroup = 2
49530 pkg syscall (windows-386), const SidTypeInvalid = 7
49531 pkg syscall (windows-386), const SidTypeLabel = 10
49532 pkg syscall (windows-386), const SidTypeUnknown = 8
49533 pkg syscall (windows-386), const SidTypeUser = 1
49534 pkg syscall (windows-386), const SidTypeWellKnownGroup = 5
49535 pkg syscall (windows-386), const TF_DISCONNECT = 1
49536 pkg syscall (windows-386), const TF_REUSE_SOCKET = 2
49537 pkg syscall (windows-386), const TF_USE_DEFAULT_WORKER = 0
49538 pkg syscall (windows-386), const TF_USE_KERNEL_APC = 32
49539 pkg syscall (windows-386), const TF_USE_SYSTEM_THREAD = 16
49540 pkg syscall (windows-386), const TF_WRITE_BEHIND = 4
49541 pkg syscall (windows-386), const TIME_ZONE_ID_DAYLIGHT = 2
49542 pkg syscall (windows-386), const TIME_ZONE_ID_STANDARD = 1
49543 pkg syscall (windows-386), const TIME_ZONE_ID_UNKNOWN = 0
49544 pkg syscall (windows-386), const TOKEN_ADJUST_DEFAULT = 128
49545 pkg syscall (windows-386), const TOKEN_ADJUST_GROUPS = 64
49546 pkg syscall (windows-386), const TOKEN_ADJUST_PRIVILEGES = 32
49547 pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
49548 pkg syscall (windows-386), const TOKEN_ASSIGN_PRIMARY = 1
49549 pkg syscall (windows-386), const TOKEN_DUPLICATE = 2
49550 pkg syscall (windows-386), const TOKEN_EXECUTE = 131072
49551 pkg syscall (windows-386), const TOKEN_IMPERSONATE = 4
49552 pkg syscall (windows-386), const TOKEN_QUERY = 8
49553 pkg syscall (windows-386), const TOKEN_QUERY_SOURCE = 16
49554 pkg syscall (windows-386), const TOKEN_READ = 131080
49555 pkg syscall (windows-386), const TOKEN_WRITE = 131296
49556 pkg syscall (windows-386), const TRUNCATE_EXISTING = 5
49557 pkg syscall (windows-386), const TokenAccessInformation = 22
49558 pkg syscall (windows-386), const TokenAuditPolicy = 16
49559 pkg syscall (windows-386), const TokenDefaultDacl = 6
49560 pkg syscall (windows-386), const TokenElevation = 20
49561 pkg syscall (windows-386), const TokenElevationType = 18
49562 pkg syscall (windows-386), const TokenGroups = 2
49563 pkg syscall (windows-386), const TokenGroupsAndPrivileges = 13
49564 pkg syscall (windows-386), const TokenHasRestrictions = 21
49565 pkg syscall (windows-386), const TokenImpersonationLevel = 9
49566 pkg syscall (windows-386), const TokenIntegrityLevel = 25
49567 pkg syscall (windows-386), const TokenLinkedToken = 19
49568 pkg syscall (windows-386), const TokenLogonSid = 28
49569 pkg syscall (windows-386), const TokenMandatoryPolicy = 27
49570 pkg syscall (windows-386), const TokenOrigin = 17
49571 pkg syscall (windows-386), const TokenOwner = 4
49572 pkg syscall (windows-386), const TokenPrimaryGroup = 5
49573 pkg syscall (windows-386), const TokenPrivileges = 3
49574 pkg syscall (windows-386), const TokenRestrictedSids = 11
49575 pkg syscall (windows-386), const TokenSandBoxInert = 15
49576 pkg syscall (windows-386), const TokenSessionId = 12
49577 pkg syscall (windows-386), const TokenSessionReference = 14
49578 pkg syscall (windows-386), const TokenSource = 7
49579 pkg syscall (windows-386), const TokenStatistics = 10
49580 pkg syscall (windows-386), const TokenType = 8
49581 pkg syscall (windows-386), const TokenUIAccess = 26
49582 pkg syscall (windows-386), const TokenUser = 1
49583 pkg syscall (windows-386), const TokenVirtualizationAllowed = 23
49584 pkg syscall (windows-386), const TokenVirtualizationEnabled = 24
49585 pkg syscall (windows-386), const USAGE_MATCH_TYPE_AND = 0
49586 pkg syscall (windows-386), const USAGE_MATCH_TYPE_OR = 1
49587 pkg syscall (windows-386), const WAIT_ABANDONED = 128
49588 pkg syscall (windows-386), const WAIT_FAILED = 4294967295
49589 pkg syscall (windows-386), const WAIT_OBJECT_0 = 0
49590 pkg syscall (windows-386), const WAIT_TIMEOUT = 258
49591 pkg syscall (windows-386), const WSADESCRIPTION_LEN = 256
49592 pkg syscall (windows-386), const WSASYS_STATUS_LEN = 128
49593 pkg syscall (windows-386), const X509_ASN_ENCODING = 1
49594 pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error
49595 pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
49596 pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW)
49597 pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
49598 pkg syscall (windows-386), func GetConsoleMode(Handle, *uint32) error
49599 pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
49600 pkg syscall (windows-386), func LoadCancelIoEx() error
49601 pkg syscall (windows-386), func LoadConnectEx() error
49602 pkg syscall (windows-386), func LoadGetAddrInfo() error
49603 pkg syscall (windows-386), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
49604 pkg syscall (windows-386), func UTF16FromString(string) ([]uint16, error)
49605 pkg syscall (windows-386), func UTF16PtrFromString(string) (*uint16, error)
49606 pkg syscall (windows-386), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error
49607 pkg syscall (windows-386), type AddrinfoW struct
49608 pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
49609 pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr
49610 pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16
49611 pkg syscall (windows-386), type AddrinfoW struct, Family int32
49612 pkg syscall (windows-386), type AddrinfoW struct, Flags int32
49613 pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW
49614 pkg syscall (windows-386), type AddrinfoW struct, Protocol int32
49615 pkg syscall (windows-386), type AddrinfoW struct, Socktype int32
49616 pkg syscall (windows-386), type GUID struct
49617 pkg syscall (windows-386), type GUID struct, Data1 uint32
49618 pkg syscall (windows-386), type GUID struct, Data2 uint16
49619 pkg syscall (windows-386), type GUID struct, Data3 uint16
49620 pkg syscall (windows-386), type GUID struct, Data4 [8]uint8
49621 pkg syscall (windows-386), type RawSockaddrInet6 struct, Family uint16
49622 pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
49623 pkg syscall (windows-386), var WSAID_CONNECTEX GUID
49624 pkg syscall (windows-amd64), const AF_INET6 = 23
49625 pkg syscall (windows-amd64), const AF_NETBIOS = 17
49626 pkg syscall (windows-amd64), const AI_CANONNAME = 2
49627 pkg syscall (windows-amd64), const AI_CANONNAME ideal-int
49628 pkg syscall (windows-amd64), const AI_NUMERICHOST = 4
49629 pkg syscall (windows-amd64), const AI_NUMERICHOST ideal-int
49630 pkg syscall (windows-amd64), const AI_PASSIVE = 1
49631 pkg syscall (windows-amd64), const AI_PASSIVE ideal-int
49632 pkg syscall (windows-amd64), const APPLICATION_ERROR = 536870912
49633 pkg syscall (windows-amd64), const AUTHTYPE_CLIENT = 1
49634 pkg syscall (windows-amd64), const AUTHTYPE_SERVER = 2
49635 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
49636 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
49637 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASE = 1
49638 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
49639 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_EV = 8
49640 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
49641 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_NT_AUTH = 6
49642 pkg syscall (windows-amd64), const CERT_CHAIN_POLICY_SSL = 4
49643 pkg syscall (windows-amd64), const CERT_E_CN_NO_MATCH = 2148204815
49644 pkg syscall (windows-amd64), const CERT_E_EXPIRED = 2148204801
49645 pkg syscall (windows-amd64), const CERT_E_PURPOSE = 2148204806
49646 pkg syscall (windows-amd64), const CERT_E_ROLE = 2148204803
49647 pkg syscall (windows-amd64), const CERT_E_UNTRUSTEDROOT = 2148204809
49648 pkg syscall (windows-amd64), const CERT_STORE_ADD_ALWAYS = 4
49649 pkg syscall (windows-amd64), const CERT_STORE_DEFER_CLOSE_UNTIL_LAST_FREE_FLAG = 4
49650 pkg syscall (windows-amd64), const CERT_STORE_PROV_MEMORY = 2
49651 pkg syscall (windows-amd64), const CERT_TRUST_HAS_EXCLUDED_NAME_CONSTRAINT = 32768
49652 pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT = 8192
49653 pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT = 16384
49654 pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_CRITICAL_EXT = 134217728
49655 pkg syscall (windows-amd64), const CERT_TRUST_HAS_NOT_SUPPORTED_NAME_CONSTRAINT = 4096
49656 pkg syscall (windows-amd64), const CERT_TRUST_INVALID_BASIC_CONSTRAINTS = 1024
49657 pkg syscall (windows-amd64), const CERT_TRUST_INVALID_EXTENSION = 256
49658 pkg syscall (windows-amd64), const CERT_TRUST_INVALID_NAME_CONSTRAINTS = 2048
49659 pkg syscall (windows-amd64), const CERT_TRUST_INVALID_POLICY_CONSTRAINTS = 512
49660 pkg syscall (windows-amd64), const CERT_TRUST_IS_CYCLIC = 128
49661 pkg syscall (windows-amd64), const CERT_TRUST_IS_EXPLICIT_DISTRUST = 67108864
49662 pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_SIGNATURE_VALID = 8
49663 pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_TIME_VALID = 1
49664 pkg syscall (windows-amd64), const CERT_TRUST_IS_NOT_VALID_FOR_USAGE = 16
49665 pkg syscall (windows-amd64), const CERT_TRUST_IS_OFFLINE_REVOCATION = 16777216
49666 pkg syscall (windows-amd64), const CERT_TRUST_IS_REVOKED = 4
49667 pkg syscall (windows-amd64), const CERT_TRUST_IS_UNTRUSTED_ROOT = 32
49668 pkg syscall (windows-amd64), const CERT_TRUST_NO_ERROR = 0
49669 pkg syscall (windows-amd64), const CERT_TRUST_NO_ISSUANCE_CHAIN_POLICY = 33554432
49670 pkg syscall (windows-amd64), const CERT_TRUST_REVOCATION_STATUS_UNKNOWN = 64
49671 pkg syscall (windows-amd64), const CREATE_ALWAYS = 2
49672 pkg syscall (windows-amd64), const CREATE_NEW = 1
49673 pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP = 512
49674 pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int
49675 pkg syscall (windows-amd64), const CREATE_UNICODE_ENVIRONMENT = 1024
49676 pkg syscall (windows-amd64), const CRYPT_DEFAULT_CONTAINER_OPTIONAL = 128
49677 pkg syscall (windows-amd64), const CRYPT_DELETEKEYSET = 16
49678 pkg syscall (windows-amd64), const CRYPT_MACHINE_KEYSET = 32
49679 pkg syscall (windows-amd64), const CRYPT_NEWKEYSET = 8
49680 pkg syscall (windows-amd64), const CRYPT_SILENT = 64
49681 pkg syscall (windows-amd64), const CRYPT_VERIFYCONTEXT = 4026531840
49682 pkg syscall (windows-amd64), const CTRL_BREAK_EVENT = 1
49683 pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int
49684 pkg syscall (windows-amd64), const CTRL_C_EVENT = 0
49685 pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int
49686 pkg syscall (windows-amd64), const DNS_TYPE_A = 1
49687 pkg syscall (windows-amd64), const DNS_TYPE_A6 = 38
49688 pkg syscall (windows-amd64), const DNS_TYPE_AAAA = 28
49689 pkg syscall (windows-amd64), const DNS_TYPE_ADDRS = 248
49690 pkg syscall (windows-amd64), const DNS_TYPE_AFSDB = 18
49691 pkg syscall (windows-amd64), const DNS_TYPE_ALL = 255
49692 pkg syscall (windows-amd64), const DNS_TYPE_ANY = 255
49693 pkg syscall (windows-amd64), const DNS_TYPE_ATMA = 34
49694 pkg syscall (windows-amd64), const DNS_TYPE_AXFR = 252
49695 pkg syscall (windows-amd64), const DNS_TYPE_CERT = 37
49696 pkg syscall (windows-amd64), const DNS_TYPE_CNAME = 5
49697 pkg syscall (windows-amd64), const DNS_TYPE_DHCID = 49
49698 pkg syscall (windows-amd64), const DNS_TYPE_DNAME = 39
49699 pkg syscall (windows-amd64), const DNS_TYPE_DNSKEY = 48
49700 pkg syscall (windows-amd64), const DNS_TYPE_DS = 43
49701 pkg syscall (windows-amd64), const DNS_TYPE_EID = 31
49702 pkg syscall (windows-amd64), const DNS_TYPE_GID = 102
49703 pkg syscall (windows-amd64), const DNS_TYPE_GPOS = 27
49704 pkg syscall (windows-amd64), const DNS_TYPE_HINFO = 13
49705 pkg syscall (windows-amd64), const DNS_TYPE_ISDN = 20
49706 pkg syscall (windows-amd64), const DNS_TYPE_IXFR = 251
49707 pkg syscall (windows-amd64), const DNS_TYPE_KEY = 25
49708 pkg syscall (windows-amd64), const DNS_TYPE_KX = 36
49709 pkg syscall (windows-amd64), const DNS_TYPE_LOC = 29
49710 pkg syscall (windows-amd64), const DNS_TYPE_MAILA = 254
49711 pkg syscall (windows-amd64), const DNS_TYPE_MAILB = 253
49712 pkg syscall (windows-amd64), const DNS_TYPE_MB = 7
49713 pkg syscall (windows-amd64), const DNS_TYPE_MD = 3
49714 pkg syscall (windows-amd64), const DNS_TYPE_MF = 4
49715 pkg syscall (windows-amd64), const DNS_TYPE_MG = 8
49716 pkg syscall (windows-amd64), const DNS_TYPE_MINFO = 14
49717 pkg syscall (windows-amd64), const DNS_TYPE_MR = 9
49718 pkg syscall (windows-amd64), const DNS_TYPE_MX = 15
49719 pkg syscall (windows-amd64), const DNS_TYPE_NAPTR = 35
49720 pkg syscall (windows-amd64), const DNS_TYPE_NBSTAT = 65281
49721 pkg syscall (windows-amd64), const DNS_TYPE_NIMLOC = 32
49722 pkg syscall (windows-amd64), const DNS_TYPE_NS = 2
49723 pkg syscall (windows-amd64), const DNS_TYPE_NSAP = 22
49724 pkg syscall (windows-amd64), const DNS_TYPE_NSAPPTR = 23
49725 pkg syscall (windows-amd64), const DNS_TYPE_NSEC = 47
49726 pkg syscall (windows-amd64), const DNS_TYPE_NULL = 10
49727 pkg syscall (windows-amd64), const DNS_TYPE_NXT = 30
49728 pkg syscall (windows-amd64), const DNS_TYPE_OPT = 41
49729 pkg syscall (windows-amd64), const DNS_TYPE_PTR = 12
49730 pkg syscall (windows-amd64), const DNS_TYPE_PX = 26
49731 pkg syscall (windows-amd64), const DNS_TYPE_RP = 17
49732 pkg syscall (windows-amd64), const DNS_TYPE_RRSIG = 46
49733 pkg syscall (windows-amd64), const DNS_TYPE_RT = 21
49734 pkg syscall (windows-amd64), const DNS_TYPE_SIG = 24
49735 pkg syscall (windows-amd64), const DNS_TYPE_SINK = 40
49736 pkg syscall (windows-amd64), const DNS_TYPE_SOA = 6
49737 pkg syscall (windows-amd64), const DNS_TYPE_SRV = 33
49738 pkg syscall (windows-amd64), const DNS_TYPE_TEXT = 16
49739 pkg syscall (windows-amd64), const DNS_TYPE_TKEY = 249
49740 pkg syscall (windows-amd64), const DNS_TYPE_TSIG = 250
49741 pkg syscall (windows-amd64), const DNS_TYPE_UID = 101
49742 pkg syscall (windows-amd64), const DNS_TYPE_UINFO = 100
49743 pkg syscall (windows-amd64), const DNS_TYPE_UNSPEC = 103
49744 pkg syscall (windows-amd64), const DNS_TYPE_WINS = 65281
49745 pkg syscall (windows-amd64), const DNS_TYPE_WINSR = 65282
49746 pkg syscall (windows-amd64), const DNS_TYPE_WKS = 11
49747 pkg syscall (windows-amd64), const DNS_TYPE_X25 = 19
49748 pkg syscall (windows-amd64), const DUPLICATE_CLOSE_SOURCE = 1
49749 pkg syscall (windows-amd64), const DUPLICATE_SAME_ACCESS = 2
49750 pkg syscall (windows-amd64), const E2BIG = 536870912
49751 pkg syscall (windows-amd64), const EACCES = 536870913
49752 pkg syscall (windows-amd64), const EADDRINUSE = 536870914
49753 pkg syscall (windows-amd64), const EADDRNOTAVAIL = 536870915
49754 pkg syscall (windows-amd64), const EADV = 536870916
49755 pkg syscall (windows-amd64), const EAFNOSUPPORT = 536870917
49756 pkg syscall (windows-amd64), const EAGAIN = 536870918
49757 pkg syscall (windows-amd64), const EALREADY = 536870919
49758 pkg syscall (windows-amd64), const EBADE = 536870920
49759 pkg syscall (windows-amd64), const EBADF = 536870921
49760 pkg syscall (windows-amd64), const EBADFD = 536870922
49761 pkg syscall (windows-amd64), const EBADMSG = 536870923
49762 pkg syscall (windows-amd64), const EBADR = 536870924
49763 pkg syscall (windows-amd64), const EBADRQC = 536870925
49764 pkg syscall (windows-amd64), const EBADSLT = 536870926
49765 pkg syscall (windows-amd64), const EBFONT = 536870927
49766 pkg syscall (windows-amd64), const EBUSY = 536870928
49767 pkg syscall (windows-amd64), const ECANCELED = 536870929
49768 pkg syscall (windows-amd64), const ECHILD = 536870930
49769 pkg syscall (windows-amd64), const ECHRNG = 536870931
49770 pkg syscall (windows-amd64), const ECOMM = 536870932
49771 pkg syscall (windows-amd64), const ECONNABORTED = 536870933
49772 pkg syscall (windows-amd64), const ECONNREFUSED = 536870934
49773 pkg syscall (windows-amd64), const ECONNRESET = 536870935
49774 pkg syscall (windows-amd64), const EDEADLK = 536870936
49775 pkg syscall (windows-amd64), const EDEADLOCK = 536870937
49776 pkg syscall (windows-amd64), const EDESTADDRREQ = 536870938
49777 pkg syscall (windows-amd64), const EDOM = 536870939
49778 pkg syscall (windows-amd64), const EDOTDOT = 536870940
49779 pkg syscall (windows-amd64), const EDQUOT = 536870941
49780 pkg syscall (windows-amd64), const EEXIST = 536870942
49781 pkg syscall (windows-amd64), const EFAULT = 536870943
49782 pkg syscall (windows-amd64), const EFBIG = 536870944
49783 pkg syscall (windows-amd64), const EHOSTDOWN = 536870945
49784 pkg syscall (windows-amd64), const EHOSTUNREACH = 536870946
49785 pkg syscall (windows-amd64), const EIDRM = 536870947
49786 pkg syscall (windows-amd64), const EILSEQ = 536870948
49787 pkg syscall (windows-amd64), const EINPROGRESS = 536870949
49788 pkg syscall (windows-amd64), const EINTR = 536870950
49789 pkg syscall (windows-amd64), const EINVAL = 536870951
49790 pkg syscall (windows-amd64), const EIO = 536870952
49791 pkg syscall (windows-amd64), const EISCONN = 536870953
49792 pkg syscall (windows-amd64), const EISDIR = 536870954
49793 pkg syscall (windows-amd64), const EISNAM = 536870955
49794 pkg syscall (windows-amd64), const EKEYEXPIRED = 536870956
49795 pkg syscall (windows-amd64), const EKEYREJECTED = 536870957
49796 pkg syscall (windows-amd64), const EKEYREVOKED = 536870958
49797 pkg syscall (windows-amd64), const EL2HLT = 536870959
49798 pkg syscall (windows-amd64), const EL2NSYNC = 536870960
49799 pkg syscall (windows-amd64), const EL3HLT = 536870961
49800 pkg syscall (windows-amd64), const EL3RST = 536870962
49801 pkg syscall (windows-amd64), const ELIBACC = 536870963
49802 pkg syscall (windows-amd64), const ELIBBAD = 536870964
49803 pkg syscall (windows-amd64), const ELIBEXEC = 536870965
49804 pkg syscall (windows-amd64), const ELIBMAX = 536870966
49805 pkg syscall (windows-amd64), const ELIBSCN = 536870967
49806 pkg syscall (windows-amd64), const ELNRNG = 536870968
49807 pkg syscall (windows-amd64), const ELOOP = 536870969
49808 pkg syscall (windows-amd64), const EMEDIUMTYPE = 536870970
49809 pkg syscall (windows-amd64), const EMFILE = 536870971
49810 pkg syscall (windows-amd64), const EMLINK = 536870972
49811 pkg syscall (windows-amd64), const EMSGSIZE = 536870973
49812 pkg syscall (windows-amd64), const EMULTIHOP = 536870974
49813 pkg syscall (windows-amd64), const ENAMETOOLONG = 536870975
49814 pkg syscall (windows-amd64), const ENAVAIL = 536870976
49815 pkg syscall (windows-amd64), const ENETDOWN = 536870977
49816 pkg syscall (windows-amd64), const ENETRESET = 536870978
49817 pkg syscall (windows-amd64), const ENETUNREACH = 536870979
49818 pkg syscall (windows-amd64), const ENFILE = 536870980
49819 pkg syscall (windows-amd64), const ENOANO = 536870981
49820 pkg syscall (windows-amd64), const ENOBUFS = 536870982
49821 pkg syscall (windows-amd64), const ENOCSI = 536870983
49822 pkg syscall (windows-amd64), const ENODATA = 536870984
49823 pkg syscall (windows-amd64), const ENODEV = 536870985
49824 pkg syscall (windows-amd64), const ENOEXEC = 536870986
49825 pkg syscall (windows-amd64), const ENOKEY = 536870987
49826 pkg syscall (windows-amd64), const ENOLCK = 536870988
49827 pkg syscall (windows-amd64), const ENOLINK = 536870989
49828 pkg syscall (windows-amd64), const ENOMEDIUM = 536870990
49829 pkg syscall (windows-amd64), const ENOMEM = 536870991
49830 pkg syscall (windows-amd64), const ENOMSG = 536870992
49831 pkg syscall (windows-amd64), const ENONET = 536870993
49832 pkg syscall (windows-amd64), const ENOPKG = 536870994
49833 pkg syscall (windows-amd64), const ENOPROTOOPT = 536870995
49834 pkg syscall (windows-amd64), const ENOSPC = 536870996
49835 pkg syscall (windows-amd64), const ENOSR = 536870997
49836 pkg syscall (windows-amd64), const ENOSTR = 536870998
49837 pkg syscall (windows-amd64), const ENOSYS = 536870999
49838 pkg syscall (windows-amd64), const ENOTBLK = 536871000
49839 pkg syscall (windows-amd64), const ENOTCONN = 536871001
49840 pkg syscall (windows-amd64), const ENOTDIR = 3
49841 pkg syscall (windows-amd64), const ENOTEMPTY = 536871002
49842 pkg syscall (windows-amd64), const ENOTNAM = 536871003
49843 pkg syscall (windows-amd64), const ENOTRECOVERABLE = 536871004
49844 pkg syscall (windows-amd64), const ENOTSOCK = 536871005
49845 pkg syscall (windows-amd64), const ENOTSUP = 536871006
49846 pkg syscall (windows-amd64), const ENOTTY = 536871007
49847 pkg syscall (windows-amd64), const ENOTUNIQ = 536871008
49848 pkg syscall (windows-amd64), const ENXIO = 536871009
49849 pkg syscall (windows-amd64), const EOPNOTSUPP = 536871010
49850 pkg syscall (windows-amd64), const EOVERFLOW = 536871011
49851 pkg syscall (windows-amd64), const EOWNERDEAD = 536871012
49852 pkg syscall (windows-amd64), const EPERM = 536871013
49853 pkg syscall (windows-amd64), const EPFNOSUPPORT = 536871014
49854 pkg syscall (windows-amd64), const EPIPE = 536871015
49855 pkg syscall (windows-amd64), const EPROTO = 536871016
49856 pkg syscall (windows-amd64), const EPROTONOSUPPORT = 536871017
49857 pkg syscall (windows-amd64), const EPROTOTYPE = 536871018
49858 pkg syscall (windows-amd64), const ERANGE = 536871019
49859 pkg syscall (windows-amd64), const EREMCHG = 536871020
49860 pkg syscall (windows-amd64), const EREMOTE = 536871021
49861 pkg syscall (windows-amd64), const EREMOTEIO = 536871022
49862 pkg syscall (windows-amd64), const ERESTART = 536871023
49863 pkg syscall (windows-amd64), const EROFS = 536871024
49864 pkg syscall (windows-amd64), const ERROR_ACCESS_DENIED = 5
49865 pkg syscall (windows-amd64), const ERROR_ALREADY_EXISTS = 183
49866 pkg syscall (windows-amd64), const ERROR_BROKEN_PIPE = 109
49867 pkg syscall (windows-amd64), const ERROR_BUFFER_OVERFLOW = 111
49868 pkg syscall (windows-amd64), const ERROR_ENVVAR_NOT_FOUND = 203
49869 pkg syscall (windows-amd64), const ERROR_FILE_EXISTS = 80
49870 pkg syscall (windows-amd64), const ERROR_FILE_NOT_FOUND = 2
49871 pkg syscall (windows-amd64), const ERROR_INSUFFICIENT_BUFFER = 122
49872 pkg syscall (windows-amd64), const ERROR_IO_PENDING = 997
49873 pkg syscall (windows-amd64), const ERROR_MOD_NOT_FOUND = 126
49874 pkg syscall (windows-amd64), const ERROR_NOT_FOUND = 1168
49875 pkg syscall (windows-amd64), const ERROR_NOT_FOUND Errno
49876 pkg syscall (windows-amd64), const ERROR_NO_MORE_FILES = 18
49877 pkg syscall (windows-amd64), const ERROR_OPERATION_ABORTED = 995
49878 pkg syscall (windows-amd64), const ERROR_PATH_NOT_FOUND = 3
49879 pkg syscall (windows-amd64), const ERROR_PROC_NOT_FOUND = 127
49880 pkg syscall (windows-amd64), const ESHUTDOWN = 536871025
49881 pkg syscall (windows-amd64), const ESOCKTNOSUPPORT = 536871026
49882 pkg syscall (windows-amd64), const ESPIPE = 536871027
49883 pkg syscall (windows-amd64), const ESRCH = 536871028
49884 pkg syscall (windows-amd64), const ESRMNT = 536871029
49885 pkg syscall (windows-amd64), const ESTALE = 536871030
49886 pkg syscall (windows-amd64), const ESTRPIPE = 536871031
49887 pkg syscall (windows-amd64), const ETIME = 536871032
49888 pkg syscall (windows-amd64), const ETIMEDOUT = 536871033
49889 pkg syscall (windows-amd64), const ETOOMANYREFS = 536871034
49890 pkg syscall (windows-amd64), const ETXTBSY = 536871035
49891 pkg syscall (windows-amd64), const EUCLEAN = 536871036
49892 pkg syscall (windows-amd64), const EUNATCH = 536871037
49893 pkg syscall (windows-amd64), const EUSERS = 536871038
49894 pkg syscall (windows-amd64), const EWINDOWS = 536871042
49895 pkg syscall (windows-amd64), const EWOULDBLOCK = 536871039
49896 pkg syscall (windows-amd64), const EXDEV = 536871040
49897 pkg syscall (windows-amd64), const EXFULL = 536871041
49898 pkg syscall (windows-amd64), const FILE_ACTION_ADDED = 1
49899 pkg syscall (windows-amd64), const FILE_ACTION_MODIFIED = 3
49900 pkg syscall (windows-amd64), const FILE_ACTION_REMOVED = 2
49901 pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_NEW_NAME = 5
49902 pkg syscall (windows-amd64), const FILE_ACTION_RENAMED_OLD_NAME = 4
49903 pkg syscall (windows-amd64), const FILE_APPEND_DATA = 4
49904 pkg syscall (windows-amd64), const FILE_ATTRIBUTE_ARCHIVE = 32
49905 pkg syscall (windows-amd64), const FILE_ATTRIBUTE_DIRECTORY = 16
49906 pkg syscall (windows-amd64), const FILE_ATTRIBUTE_HIDDEN = 2
49907 pkg syscall (windows-amd64), const FILE_ATTRIBUTE_NORMAL = 128
49908 pkg syscall (windows-amd64), const FILE_ATTRIBUTE_READONLY = 1
49909 pkg syscall (windows-amd64), const FILE_ATTRIBUTE_SYSTEM = 4
49910 pkg syscall (windows-amd64), const FILE_BEGIN = 0
49911 pkg syscall (windows-amd64), const FILE_CURRENT = 1
49912 pkg syscall (windows-amd64), const FILE_END = 2
49913 pkg syscall (windows-amd64), const FILE_FLAG_BACKUP_SEMANTICS = 33554432
49914 pkg syscall (windows-amd64), const FILE_FLAG_OVERLAPPED = 1073741824
49915 pkg syscall (windows-amd64), const FILE_LIST_DIRECTORY = 1
49916 pkg syscall (windows-amd64), const FILE_MAP_COPY = 1
49917 pkg syscall (windows-amd64), const FILE_MAP_EXECUTE = 32
49918 pkg syscall (windows-amd64), const FILE_MAP_READ = 4
49919 pkg syscall (windows-amd64), const FILE_MAP_WRITE = 2
49920 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_ATTRIBUTES = 4
49921 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_CREATION = 64
49922 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_DIR_NAME = 2
49923 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_FILE_NAME = 1
49924 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_ACCESS = 32
49925 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_LAST_WRITE = 16
49926 pkg syscall (windows-amd64), const FILE_NOTIFY_CHANGE_SIZE = 8
49927 pkg syscall (windows-amd64), const FILE_SHARE_DELETE = 4
49928 pkg syscall (windows-amd64), const FILE_SHARE_READ = 1
49929 pkg syscall (windows-amd64), const FILE_SHARE_WRITE = 2
49930 pkg syscall (windows-amd64), const FILE_TYPE_CHAR = 2
49931 pkg syscall (windows-amd64), const FILE_TYPE_DISK = 1
49932 pkg syscall (windows-amd64), const FILE_TYPE_PIPE = 3
49933 pkg syscall (windows-amd64), const FILE_TYPE_REMOTE = 32768
49934 pkg syscall (windows-amd64), const FILE_TYPE_UNKNOWN = 0
49935 pkg syscall (windows-amd64), const FILE_WRITE_ATTRIBUTES = 256
49936 pkg syscall (windows-amd64), const FORMAT_MESSAGE_ALLOCATE_BUFFER = 256
49937 pkg syscall (windows-amd64), const FORMAT_MESSAGE_ARGUMENT_ARRAY = 8192
49938 pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_HMODULE = 2048
49939 pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_STRING = 1024
49940 pkg syscall (windows-amd64), const FORMAT_MESSAGE_FROM_SYSTEM = 4096
49941 pkg syscall (windows-amd64), const FORMAT_MESSAGE_IGNORE_INSERTS = 512
49942 pkg syscall (windows-amd64), const FORMAT_MESSAGE_MAX_WIDTH_MASK = 255
49943 pkg syscall (windows-amd64), const GENERIC_ALL = 268435456
49944 pkg syscall (windows-amd64), const GENERIC_EXECUTE = 536870912
49945 pkg syscall (windows-amd64), const GENERIC_READ = 2147483648
49946 pkg syscall (windows-amd64), const GENERIC_WRITE = 1073741824
49947 pkg syscall (windows-amd64), const GetFileExInfoStandard = 0
49948 pkg syscall (windows-amd64), const GetFileExMaxInfoLevel = 1
49949 pkg syscall (windows-amd64), const HANDLE_FLAG_INHERIT = 1
49950 pkg syscall (windows-amd64), const HKEY_CLASSES_ROOT = 2147483648
49951 pkg syscall (windows-amd64), const HKEY_CURRENT_CONFIG = 2147483653
49952 pkg syscall (windows-amd64), const HKEY_CURRENT_USER = 2147483649
49953 pkg syscall (windows-amd64), const HKEY_DYN_DATA = 2147483654
49954 pkg syscall (windows-amd64), const HKEY_LOCAL_MACHINE = 2147483650
49955 pkg syscall (windows-amd64), const HKEY_PERFORMANCE_DATA = 2147483652
49956 pkg syscall (windows-amd64), const HKEY_USERS = 2147483651
49957 pkg syscall (windows-amd64), const IFF_LOOPBACK = 4
49958 pkg syscall (windows-amd64), const IFF_MULTICAST = 16
49959 pkg syscall (windows-amd64), const IFF_POINTTOPOINT = 8
49960 pkg syscall (windows-amd64), const IGNORE = 0
49961 pkg syscall (windows-amd64), const INFINITE = 4294967295
49962 pkg syscall (windows-amd64), const INVALID_FILE_ATTRIBUTES = 4294967295
49963 pkg syscall (windows-amd64), const IOC_IN = 2147483648
49964 pkg syscall (windows-amd64), const IOC_IN ideal-int
49965 pkg syscall (windows-amd64), const IOC_INOUT = 3221225472
49966 pkg syscall (windows-amd64), const IOC_INOUT ideal-int
49967 pkg syscall (windows-amd64), const IOC_OUT = 1073741824
49968 pkg syscall (windows-amd64), const IOC_OUT ideal-int
49969 pkg syscall (windows-amd64), const IOC_WS2 = 134217728
49970 pkg syscall (windows-amd64), const IOC_WS2 ideal-int
49971 pkg syscall (windows-amd64), const IPV6_JOIN_GROUP = 12
49972 pkg syscall (windows-amd64), const IPV6_LEAVE_GROUP = 13
49973 pkg syscall (windows-amd64), const IPV6_MULTICAST_HOPS = 10
49974 pkg syscall (windows-amd64), const IPV6_MULTICAST_IF = 9
49975 pkg syscall (windows-amd64), const IPV6_MULTICAST_LOOP = 11
49976 pkg syscall (windows-amd64), const IPV6_UNICAST_HOPS = 4
49977 pkg syscall (windows-amd64), const IPV6_V6ONLY = 27
49978 pkg syscall (windows-amd64), const IP_ADD_MEMBERSHIP = 12
49979 pkg syscall (windows-amd64), const IP_DROP_MEMBERSHIP = 13
49980 pkg syscall (windows-amd64), const IP_MULTICAST_IF = 9
49981 pkg syscall (windows-amd64), const IP_MULTICAST_LOOP = 11
49982 pkg syscall (windows-amd64), const IP_MULTICAST_TTL = 10
49983 pkg syscall (windows-amd64), const IP_TOS = 3
49984 pkg syscall (windows-amd64), const IP_TTL = 4
49985 pkg syscall (windows-amd64), const ImplementsGetwd = true
49986 pkg syscall (windows-amd64), const InvalidHandle = 18446744073709551615
49987 pkg syscall (windows-amd64), const KEY_ALL_ACCESS = 983103
49988 pkg syscall (windows-amd64), const KEY_CREATE_LINK = 32
49989 pkg syscall (windows-amd64), const KEY_CREATE_SUB_KEY = 4
49990 pkg syscall (windows-amd64), const KEY_ENUMERATE_SUB_KEYS = 8
49991 pkg syscall (windows-amd64), const KEY_EXECUTE = 131097
49992 pkg syscall (windows-amd64), const KEY_NOTIFY = 16
49993 pkg syscall (windows-amd64), const KEY_QUERY_VALUE = 1
49994 pkg syscall (windows-amd64), const KEY_READ = 131097
49995 pkg syscall (windows-amd64), const KEY_SET_VALUE = 2
49996 pkg syscall (windows-amd64), const KEY_WOW64_32KEY = 512
49997 pkg syscall (windows-amd64), const KEY_WOW64_64KEY = 256
49998 pkg syscall (windows-amd64), const KEY_WRITE = 131078
49999 pkg syscall (windows-amd64), const LANG_ENGLISH = 9
50000 pkg syscall (windows-amd64), const MAXLEN_IFDESCR = 256
50001 pkg syscall (windows-amd64), const MAXLEN_PHYSADDR = 8
50002 pkg syscall (windows-amd64), const MAX_ADAPTER_ADDRESS_LENGTH = 8
50003 pkg syscall (windows-amd64), const MAX_ADAPTER_DESCRIPTION_LENGTH = 128
50004 pkg syscall (windows-amd64), const MAX_ADAPTER_NAME_LENGTH = 256
50005 pkg syscall (windows-amd64), const MAX_COMPUTERNAME_LENGTH = 15
50006 pkg syscall (windows-amd64), const MAX_INTERFACE_NAME_LEN = 256
50007 pkg syscall (windows-amd64), const MAX_LONG_PATH = 32768
50008 pkg syscall (windows-amd64), const MAX_PATH = 260
50009 pkg syscall (windows-amd64), const MaxTokenInfoClass = 29
50010 pkg syscall (windows-amd64), const NameCanonical = 7
50011 pkg syscall (windows-amd64), const NameCanonicalEx = 9
50012 pkg syscall (windows-amd64), const NameDisplay = 3
50013 pkg syscall (windows-amd64), const NameDnsDomain = 12
50014 pkg syscall (windows-amd64), const NameFullyQualifiedDN = 1
50015 pkg syscall (windows-amd64), const NameSamCompatible = 2
50016 pkg syscall (windows-amd64), const NameServicePrincipal = 10
50017 pkg syscall (windows-amd64), const NameUniqueId = 6
50018 pkg syscall (windows-amd64), const NameUnknown = 0
50019 pkg syscall (windows-amd64), const NameUserPrincipal = 8
50020 pkg syscall (windows-amd64), const OPEN_ALWAYS = 4
50021 pkg syscall (windows-amd64), const OPEN_EXISTING = 3
50022 pkg syscall (windows-amd64), const O_APPEND = 1024
50023 pkg syscall (windows-amd64), const O_ASYNC = 8192
50024 pkg syscall (windows-amd64), const O_CLOEXEC = 524288
50025 pkg syscall (windows-amd64), const O_CREAT = 64
50026 pkg syscall (windows-amd64), const O_EXCL = 128
50027 pkg syscall (windows-amd64), const O_NOCTTY = 256
50028 pkg syscall (windows-amd64), const O_NONBLOCK = 2048
50029 pkg syscall (windows-amd64), const O_SYNC = 4096
50030 pkg syscall (windows-amd64), const O_TRUNC = 512
50031 pkg syscall (windows-amd64), const PAGE_EXECUTE_READ = 32
50032 pkg syscall (windows-amd64), const PAGE_EXECUTE_READWRITE = 64
50033 pkg syscall (windows-amd64), const PAGE_EXECUTE_WRITECOPY = 128
50034 pkg syscall (windows-amd64), const PAGE_READONLY = 2
50035 pkg syscall (windows-amd64), const PAGE_READWRITE = 4
50036 pkg syscall (windows-amd64), const PAGE_WRITECOPY = 8
50037 pkg syscall (windows-amd64), const PKCS_7_ASN_ENCODING = 65536
50038 pkg syscall (windows-amd64), const PROCESS_QUERY_INFORMATION = 1024
50039 pkg syscall (windows-amd64), const PROV_DH_SCHANNEL = 18
50040 pkg syscall (windows-amd64), const PROV_DSS = 3
50041 pkg syscall (windows-amd64), const PROV_DSS_DH = 13
50042 pkg syscall (windows-amd64), const PROV_EC_ECDSA_FULL = 16
50043 pkg syscall (windows-amd64), const PROV_EC_ECDSA_SIG = 14
50044 pkg syscall (windows-amd64), const PROV_EC_ECNRA_FULL = 17
50045 pkg syscall (windows-amd64), const PROV_EC_ECNRA_SIG = 15
50046 pkg syscall (windows-amd64), const PROV_FORTEZZA = 4
50047 pkg syscall (windows-amd64), const PROV_INTEL_SEC = 22
50048 pkg syscall (windows-amd64), const PROV_MS_EXCHANGE = 5
50049 pkg syscall (windows-amd64), const PROV_REPLACE_OWF = 23
50050 pkg syscall (windows-amd64), const PROV_RNG = 21
50051 pkg syscall (windows-amd64), const PROV_RSA_AES = 24
50052 pkg syscall (windows-amd64), const PROV_RSA_FULL = 1
50053 pkg syscall (windows-amd64), const PROV_RSA_SCHANNEL = 12
50054 pkg syscall (windows-amd64), const PROV_RSA_SIG = 2
50055 pkg syscall (windows-amd64), const PROV_SPYRUS_LYNKS = 20
50056 pkg syscall (windows-amd64), const PROV_SSL = 6
50057 pkg syscall (windows-amd64), const REG_BINARY = 3
50058 pkg syscall (windows-amd64), const REG_DWORD = 4
50059 pkg syscall (windows-amd64), const REG_DWORD_BIG_ENDIAN = 5
50060 pkg syscall (windows-amd64), const REG_DWORD_LITTLE_ENDIAN = 4
50061 pkg syscall (windows-amd64), const REG_EXPAND_SZ = 2
50062 pkg syscall (windows-amd64), const REG_FULL_RESOURCE_DESCRIPTOR = 9
50063 pkg syscall (windows-amd64), const REG_LINK = 6
50064 pkg syscall (windows-amd64), const REG_MULTI_SZ = 7
50065 pkg syscall (windows-amd64), const REG_NONE = 0
50066 pkg syscall (windows-amd64), const REG_QWORD = 11
50067 pkg syscall (windows-amd64), const REG_QWORD_LITTLE_ENDIAN = 11
50068 pkg syscall (windows-amd64), const REG_RESOURCE_LIST = 8
50069 pkg syscall (windows-amd64), const REG_RESOURCE_REQUIREMENTS_LIST = 10
50070 pkg syscall (windows-amd64), const REG_SZ = 1
50071 pkg syscall (windows-amd64), const SIGBUS = 7
50072 pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER = 3355443206
50073 pkg syscall (windows-amd64), const SIO_GET_EXTENSION_FUNCTION_POINTER ideal-int
50074 pkg syscall (windows-amd64), const SIO_GET_INTERFACE_LIST = 1074033791
50075 pkg syscall (windows-amd64), const SOL_SOCKET = 65535
50076 pkg syscall (windows-amd64), const SOMAXCONN = 2147483647
50077 pkg syscall (windows-amd64), const SO_BROADCAST = 32
50078 pkg syscall (windows-amd64), const SO_DONTROUTE = 16
50079 pkg syscall (windows-amd64), const SO_KEEPALIVE = 8
50080 pkg syscall (windows-amd64), const SO_LINGER = 128
50081 pkg syscall (windows-amd64), const SO_RCVBUF = 4098
50082 pkg syscall (windows-amd64), const SO_REUSEADDR = 4
50083 pkg syscall (windows-amd64), const SO_SNDBUF = 4097
50084 pkg syscall (windows-amd64), const SO_UPDATE_ACCEPT_CONTEXT = 28683
50085 pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT = 28688
50086 pkg syscall (windows-amd64), const SO_UPDATE_CONNECT_CONTEXT ideal-int
50087 pkg syscall (windows-amd64), const STANDARD_RIGHTS_ALL = 2031616
50088 pkg syscall (windows-amd64), const STANDARD_RIGHTS_EXECUTE = 131072
50089 pkg syscall (windows-amd64), const STANDARD_RIGHTS_READ = 131072
50090 pkg syscall (windows-amd64), const STANDARD_RIGHTS_REQUIRED = 983040
50091 pkg syscall (windows-amd64), const STANDARD_RIGHTS_WRITE = 131072
50092 pkg syscall (windows-amd64), const STARTF_USESHOWWINDOW = 1
50093 pkg syscall (windows-amd64), const STARTF_USESTDHANDLES = 256
50094 pkg syscall (windows-amd64), const STD_ERROR_HANDLE = -12
50095 pkg syscall (windows-amd64), const STD_INPUT_HANDLE = -10
50096 pkg syscall (windows-amd64), const STD_OUTPUT_HANDLE = -11
50097 pkg syscall (windows-amd64), const SUBLANG_ENGLISH_US = 1
50098 pkg syscall (windows-amd64), const SW_FORCEMINIMIZE = 11
50099 pkg syscall (windows-amd64), const SW_HIDE = 0
50100 pkg syscall (windows-amd64), const SW_MAXIMIZE = 3
50101 pkg syscall (windows-amd64), const SW_MINIMIZE = 6
50102 pkg syscall (windows-amd64), const SW_NORMAL = 1
50103 pkg syscall (windows-amd64), const SW_RESTORE = 9
50104 pkg syscall (windows-amd64), const SW_SHOW = 5
50105 pkg syscall (windows-amd64), const SW_SHOWDEFAULT = 10
50106 pkg syscall (windows-amd64), const SW_SHOWMAXIMIZED = 3
50107 pkg syscall (windows-amd64), const SW_SHOWMINIMIZED = 2
50108 pkg syscall (windows-amd64), const SW_SHOWMINNOACTIVE = 7
50109 pkg syscall (windows-amd64), const SW_SHOWNA = 8
50110 pkg syscall (windows-amd64), const SW_SHOWNOACTIVATE = 4
50111 pkg syscall (windows-amd64), const SW_SHOWNORMAL = 1
50112 pkg syscall (windows-amd64), const SYNCHRONIZE = 1048576
50113 pkg syscall (windows-amd64), const S_IFMT = 126976
50114 pkg syscall (windows-amd64), const S_IWRITE = 128
50115 pkg syscall (windows-amd64), const SidTypeAlias = 4
50116 pkg syscall (windows-amd64), const SidTypeComputer = 9
50117 pkg syscall (windows-amd64), const SidTypeDeletedAccount = 6
50118 pkg syscall (windows-amd64), const SidTypeDomain = 3
50119 pkg syscall (windows-amd64), const SidTypeGroup = 2
50120 pkg syscall (windows-amd64), const SidTypeInvalid = 7
50121 pkg syscall (windows-amd64), const SidTypeLabel = 10
50122 pkg syscall (windows-amd64), const SidTypeUnknown = 8
50123 pkg syscall (windows-amd64), const SidTypeUser = 1
50124 pkg syscall (windows-amd64), const SidTypeWellKnownGroup = 5
50125 pkg syscall (windows-amd64), const TF_DISCONNECT = 1
50126 pkg syscall (windows-amd64), const TF_REUSE_SOCKET = 2
50127 pkg syscall (windows-amd64), const TF_USE_DEFAULT_WORKER = 0
50128 pkg syscall (windows-amd64), const TF_USE_KERNEL_APC = 32
50129 pkg syscall (windows-amd64), const TF_USE_SYSTEM_THREAD = 16
50130 pkg syscall (windows-amd64), const TF_WRITE_BEHIND = 4
50131 pkg syscall (windows-amd64), const TIME_ZONE_ID_DAYLIGHT = 2
50132 pkg syscall (windows-amd64), const TIME_ZONE_ID_STANDARD = 1
50133 pkg syscall (windows-amd64), const TIME_ZONE_ID_UNKNOWN = 0
50134 pkg syscall (windows-amd64), const TOKEN_ADJUST_DEFAULT = 128
50135 pkg syscall (windows-amd64), const TOKEN_ADJUST_GROUPS = 64
50136 pkg syscall (windows-amd64), const TOKEN_ADJUST_PRIVILEGES = 32
50137 pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295
50138 pkg syscall (windows-amd64), const TOKEN_ASSIGN_PRIMARY = 1
50139 pkg syscall (windows-amd64), const TOKEN_DUPLICATE = 2
50140 pkg syscall (windows-amd64), const TOKEN_EXECUTE = 131072
50141 pkg syscall (windows-amd64), const TOKEN_IMPERSONATE = 4
50142 pkg syscall (windows-amd64), const TOKEN_QUERY = 8
50143 pkg syscall (windows-amd64), const TOKEN_QUERY_SOURCE = 16
50144 pkg syscall (windows-amd64), const TOKEN_READ = 131080
50145 pkg syscall (windows-amd64), const TOKEN_WRITE = 131296
50146 pkg syscall (windows-amd64), const TRUNCATE_EXISTING = 5
50147 pkg syscall (windows-amd64), const TokenAccessInformation = 22
50148 pkg syscall (windows-amd64), const TokenAuditPolicy = 16
50149 pkg syscall (windows-amd64), const TokenDefaultDacl = 6
50150 pkg syscall (windows-amd64), const TokenElevation = 20
50151 pkg syscall (windows-amd64), const TokenElevationType = 18
50152 pkg syscall (windows-amd64), const TokenGroups = 2
50153 pkg syscall (windows-amd64), const TokenGroupsAndPrivileges = 13
50154 pkg syscall (windows-amd64), const TokenHasRestrictions = 21
50155 pkg syscall (windows-amd64), const TokenImpersonationLevel = 9
50156 pkg syscall (windows-amd64), const TokenIntegrityLevel = 25
50157 pkg syscall (windows-amd64), const TokenLinkedToken = 19
50158 pkg syscall (windows-amd64), const TokenLogonSid = 28
50159 pkg syscall (windows-amd64), const TokenMandatoryPolicy = 27
50160 pkg syscall (windows-amd64), const TokenOrigin = 17
50161 pkg syscall (windows-amd64), const TokenOwner = 4
50162 pkg syscall (windows-amd64), const TokenPrimaryGroup = 5
50163 pkg syscall (windows-amd64), const TokenPrivileges = 3
50164 pkg syscall (windows-amd64), const TokenRestrictedSids = 11
50165 pkg syscall (windows-amd64), const TokenSandBoxInert = 15
50166 pkg syscall (windows-amd64), const TokenSessionId = 12
50167 pkg syscall (windows-amd64), const TokenSessionReference = 14
50168 pkg syscall (windows-amd64), const TokenSource = 7
50169 pkg syscall (windows-amd64), const TokenStatistics = 10
50170 pkg syscall (windows-amd64), const TokenType = 8
50171 pkg syscall (windows-amd64), const TokenUIAccess = 26
50172 pkg syscall (windows-amd64), const TokenUser = 1
50173 pkg syscall (windows-amd64), const TokenVirtualizationAllowed = 23
50174 pkg syscall (windows-amd64), const TokenVirtualizationEnabled = 24
50175 pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_AND = 0
50176 pkg syscall (windows-amd64), const USAGE_MATCH_TYPE_OR = 1
50177 pkg syscall (windows-amd64), const WAIT_ABANDONED = 128
50178 pkg syscall (windows-amd64), const WAIT_FAILED = 4294967295
50179 pkg syscall (windows-amd64), const WAIT_OBJECT_0 = 0
50180 pkg syscall (windows-amd64), const WAIT_TIMEOUT = 258
50181 pkg syscall (windows-amd64), const WSADESCRIPTION_LEN = 256
50182 pkg syscall (windows-amd64), const WSASYS_STATUS_LEN = 128
50183 pkg syscall (windows-amd64), const X509_ASN_ENCODING = 1
50184 pkg syscall (windows-amd64), func CancelIoEx(Handle, *Overlapped) error
50185 pkg syscall (windows-amd64), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
50186 pkg syscall (windows-amd64), func FreeAddrInfoW(*AddrinfoW)
50187 pkg syscall (windows-amd64), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
50188 pkg syscall (windows-amd64), func GetConsoleMode(Handle, *uint32) error
50189 pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *uint8, *int32) error
50190 pkg syscall (windows-amd64), func LoadCancelIoEx() error
50191 pkg syscall (windows-amd64), func LoadConnectEx() error
50192 pkg syscall (windows-amd64), func LoadGetAddrInfo() error
50193 pkg syscall (windows-amd64), func ReadConsole(Handle, *uint16, uint32, *uint32, *uint8) error
50194 pkg syscall (windows-amd64), func UTF16FromString(string) ([]uint16, error)
50195 pkg syscall (windows-amd64), func UTF16PtrFromString(string) (*uint16, error)
50196 pkg syscall (windows-amd64), func WriteConsole(Handle, *uint16, uint32, *uint32, *uint8) error
50197 pkg syscall (windows-amd64), type AddrinfoW struct
50198 pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr
50199 pkg syscall (windows-amd64), type AddrinfoW struct, Addrlen uintptr
50200 pkg syscall (windows-amd64), type AddrinfoW struct, Canonname *uint16
50201 pkg syscall (windows-amd64), type AddrinfoW struct, Family int32
50202 pkg syscall (windows-amd64), type AddrinfoW struct, Flags int32
50203 pkg syscall (windows-amd64), type AddrinfoW struct, Next *AddrinfoW
50204 pkg syscall (windows-amd64), type AddrinfoW struct, Protocol int32
50205 pkg syscall (windows-amd64), type AddrinfoW struct, Socktype int32
50206 pkg syscall (windows-amd64), type GUID struct
50207 pkg syscall (windows-amd64), type GUID struct, Data1 uint32
50208 pkg syscall (windows-amd64), type GUID struct, Data2 uint16
50209 pkg syscall (windows-amd64), type GUID struct, Data3 uint16
50210 pkg syscall (windows-amd64), type GUID struct, Data4 [8]uint8
50211 pkg syscall (windows-amd64), type RawSockaddrInet6 struct, Family uint16
50212 pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32
50213 pkg syscall (windows-amd64), var WSAID_CONNECTEX GUID
50214 pkg syscall, const AF_INET = 2
50215 pkg syscall, const AF_UNIX = 1
50216 pkg syscall, const AF_UNSPEC = 0
50217 pkg syscall, const ENOENT = 2
50218 pkg syscall, const IFF_BROADCAST = 2
50219 pkg syscall, const IFF_UP = 1
50220 pkg syscall, const IPPROTO_IP = 0
50221 pkg syscall, const IPPROTO_IPV6 = 41
50222 pkg syscall, const IPPROTO_TCP = 6
50223 pkg syscall, const IPPROTO_UDP = 17
50224 pkg syscall, const O_RDONLY = 0
50225 pkg syscall, const O_RDWR = 2
50226 pkg syscall, const O_WRONLY = 1
50227 pkg syscall, const SHUT_RD = 0
50228 pkg syscall, const SHUT_RDWR = 2
50229 pkg syscall, const SHUT_WR = 1
50230 pkg syscall, const SIGABRT = 6
50231 pkg syscall, const SIGALRM = 14
50232 pkg syscall, const SIGFPE = 8
50233 pkg syscall, const SIGHUP = 1
50234 pkg syscall, const SIGILL = 4
50235 pkg syscall, const SIGINT = 2
50236 pkg syscall, const SIGKILL = 9
50237 pkg syscall, const SIGPIPE = 13
50238 pkg syscall, const SIGQUIT = 3
50239 pkg syscall, const SIGSEGV = 11
50240 pkg syscall, const SIGTERM = 15
50241 pkg syscall, const SIGTRAP = 5
50242 pkg syscall, const SOCK_DGRAM = 2
50243 pkg syscall, const SOCK_RAW = 3
50244 pkg syscall, const SOCK_SEQPACKET = 5
50245 pkg syscall, const SOCK_STREAM = 1
50246 pkg syscall, const S_IFBLK = 24576
50247 pkg syscall, const S_IFCHR = 8192
50248 pkg syscall, const S_IFDIR = 16384
50249 pkg syscall, const S_IFIFO = 4096
50250 pkg syscall, const S_IFLNK = 40960
50251 pkg syscall, const S_IFREG = 32768
50252 pkg syscall, const S_IFSOCK = 49152
50253 pkg syscall, const S_IRUSR = 256
50254 pkg syscall, const S_ISGID = 1024
50255 pkg syscall, const S_ISUID = 2048
50256 pkg syscall, const S_ISVTX = 512
50257 pkg syscall, const S_IWUSR = 128
50258 pkg syscall, const S_IXUSR = 64
50259 pkg syscall, const TCP_NODELAY = 1
50260 pkg syscall, func BytePtrFromString(string) (*uint8, error)
50261 pkg syscall, func ByteSliceFromString(string) ([]uint8, error)
50262 pkg syscall, func NsecToTimespec(int64) Timespec
50263 pkg syscall, func TimespecToNsec(Timespec) int64
50264 pkg syscall, func UtimesNano(string, []Timespec) error
50265 pkg syscall, type RawSockaddrInet6 struct
50266 pkg syscall, type RawSockaddrInet6 struct, Addr [16]uint8
50267 pkg syscall, type RawSockaddrInet6 struct, Flowinfo uint32
50268 pkg syscall, type RawSockaddrInet6 struct, Port uint16
50269 pkg syscall, type RawSockaddrInet6 struct, Scope_id uint32
50270 pkg testing, func AllocsPerRun(int, func()) float64
50271 pkg testing, func Verbose() bool
50272 pkg testing, method (*B) ReportAllocs()
50273 pkg testing, method (*B) Skip(...interface{})
50274 pkg testing, method (*B) SkipNow()
50275 pkg testing, method (*B) Skipf(string, ...interface{})
50276 pkg testing, method (*B) Skipped() bool
50277 pkg testing, method (*T) Skip(...interface{})
50278 pkg testing, method (*T) SkipNow()
50279 pkg testing, method (*T) Skipf(string, ...interface{})
50280 pkg testing, method (*T) Skipped() bool
50281 pkg testing, method (BenchmarkResult) AllocedBytesPerOp() int64
50282 pkg testing, method (BenchmarkResult) AllocsPerOp() int64
50283 pkg testing, method (BenchmarkResult) MemString() string
50284 pkg testing, type BenchmarkResult struct, MemAllocs uint64
50285 pkg testing, type BenchmarkResult struct, MemBytes uint64
50286 pkg text/scanner, const Char = -5
50287 pkg text/scanner, const Comment = -8
50288 pkg text/scanner, const EOF = -1
50289 pkg text/scanner, const Float = -4
50290 pkg text/scanner, const GoTokens = 1012
50291 pkg text/scanner, const GoWhitespace = 4294977024
50292 pkg text/scanner, const Ident = -2
50293 pkg text/scanner, const Int = -3
50294 pkg text/scanner, const RawString = -7
50295 pkg text/scanner, const ScanChars = 32
50296 pkg text/scanner, const ScanComments = 256
50297 pkg text/scanner, const ScanFloats = 16
50298 pkg text/scanner, const ScanIdents = 4
50299 pkg text/scanner, const ScanInts = 8
50300 pkg text/scanner, const ScanRawStrings = 128
50301 pkg text/scanner, const ScanStrings = 64
50302 pkg text/scanner, const SkipComments = 512
50303 pkg text/scanner, const String = -6
50304 pkg text/tabwriter, const AlignRight = 4
50305 pkg text/tabwriter, const Debug = 32
50306 pkg text/tabwriter, const DiscardEmptyColumns = 8
50307 pkg text/tabwriter, const Escape = 255
50308 pkg text/tabwriter, const FilterHTML = 1
50309 pkg text/tabwriter, const StripEscape = 2
50310 pkg text/tabwriter, const TabIndent = 16
50311 pkg text/template, method (Template) ErrorContext(parse.Node) (string, string)
50312 pkg text/template/parse, const NodeAction = 1
50313 pkg text/template/parse, const NodeBool = 2
50314 pkg text/template/parse, const NodeChain = 3
50315 pkg text/template/parse, const NodeChain NodeType
50316 pkg text/template/parse, const NodeCommand = 4
50317 pkg text/template/parse, const NodeDot = 5
50318 pkg text/template/parse, const NodeField = 8
50319 pkg text/template/parse, const NodeIdentifier = 9
50320 pkg text/template/parse, const NodeIf = 10
50321 pkg text/template/parse, const NodeList = 11
50322 pkg text/template/parse, const NodeNil = 12
50323 pkg text/template/parse, const NodeNil NodeType
50324 pkg text/template/parse, const NodeNumber = 13
50325 pkg text/template/parse, const NodePipe = 14
50326 pkg text/template/parse, const NodeRange = 15
50327 pkg text/template/parse, const NodeString = 16
50328 pkg text/template/parse, const NodeTemplate = 17
50329 pkg text/template/parse, const NodeText = 0
50330 pkg text/template/parse, const NodeVariable = 18
50331 pkg text/template/parse, const NodeWith = 19
50332 pkg text/template/parse, method (*ChainNode) Add(string)
50333 pkg text/template/parse, method (*ChainNode) Copy() Node
50334 pkg text/template/parse, method (*ChainNode) String() string
50335 pkg text/template/parse, method (*IdentifierNode) SetPos(Pos) *IdentifierNode
50336 pkg text/template/parse, method (*NilNode) Copy() Node
50337 pkg text/template/parse, method (*NilNode) String() string
50338 pkg text/template/parse, method (*NilNode) Type() NodeType
50339 pkg text/template/parse, method (*Tree) ErrorContext(Node) (string, string)
50340 pkg text/template/parse, method (ActionNode) Position() Pos
50341 pkg text/template/parse, method (BoolNode) Position() Pos
50342 pkg text/template/parse, method (BranchNode) Position() Pos
50343 pkg text/template/parse, method (ChainNode) Position() Pos
50344 pkg text/template/parse, method (ChainNode) Type() NodeType
50345 pkg text/template/parse, method (CommandNode) Position() Pos
50346 pkg text/template/parse, method (DotNode) Position() Pos
50347 pkg text/template/parse, method (FieldNode) Position() Pos
50348 pkg text/template/parse, method (IdentifierNode) Position() Pos
50349 pkg text/template/parse, method (IfNode) Position() Pos
50350 pkg text/template/parse, method (ListNode) Position() Pos
50351 pkg text/template/parse, method (NilNode) Position() Pos
50352 pkg text/template/parse, method (NumberNode) Position() Pos
50353 pkg text/template/parse, method (PipeNode) Position() Pos
50354 pkg text/template/parse, method (Pos) Position() Pos
50355 pkg text/template/parse, method (RangeNode) Position() Pos
50356 pkg text/template/parse, method (StringNode) Position() Pos
50357 pkg text/template/parse, method (TemplateNode) Position() Pos
50358 pkg text/template/parse, method (TextNode) Position() Pos
50359 pkg text/template/parse, method (VariableNode) Position() Pos
50360 pkg text/template/parse, method (WithNode) Position() Pos
50361 pkg text/template/parse, type ActionNode struct, embedded Pos
50362 pkg text/template/parse, type BoolNode struct, embedded Pos
50363 pkg text/template/parse, type BranchNode struct, embedded Pos
50364 pkg text/template/parse, type ChainNode struct
50365 pkg text/template/parse, type ChainNode struct, Field []string
50366 pkg text/template/parse, type ChainNode struct, Node Node
50367 pkg text/template/parse, type ChainNode struct, embedded NodeType
50368 pkg text/template/parse, type ChainNode struct, embedded Pos
50369 pkg text/template/parse, type CommandNode struct, embedded Pos
50370 pkg text/template/parse, type DotNode struct
50371 pkg text/template/parse, type DotNode struct, embedded Pos
50372 pkg text/template/parse, type FieldNode struct, embedded Pos
50373 pkg text/template/parse, type IdentifierNode struct, embedded Pos
50374 pkg text/template/parse, type ListNode struct, embedded Pos
50375 pkg text/template/parse, type NilNode struct
50376 pkg text/template/parse, type NilNode struct, embedded Pos
50377 pkg text/template/parse, type Node interface, Position() Pos
50378 pkg text/template/parse, type Node interface, unexported methods
50379 pkg text/template/parse, type NumberNode struct, embedded Pos
50380 pkg text/template/parse, type PipeNode struct, embedded Pos
50381 pkg text/template/parse, type Pos int
50382 pkg text/template/parse, type StringNode struct, embedded Pos
50383 pkg text/template/parse, type TemplateNode struct, embedded Pos
50384 pkg text/template/parse, type TextNode struct, embedded Pos
50385 pkg text/template/parse, type Tree struct, ParseName string
50386 pkg text/template/parse, type VariableNode struct, embedded Pos
50387 pkg time, const ANSIC = "Mon Jan _2 15:04:05 2006"
50388 pkg time, const April = 4
50389 pkg time, const August = 8
50390 pkg time, const December = 12
50391 pkg time, const February = 2
50392 pkg time, const Friday = 5
50393 pkg time, const Hour = 3600000000000
50394 pkg time, const January = 1
50395 pkg time, const July = 7
50396 pkg time, const June = 6
50397 pkg time, const Kitchen = "3:04PM"
50398 pkg time, const March = 3
50399 pkg time, const May = 5
50400 pkg time, const Microsecond = 1000
50401 pkg time, const Millisecond = 1000000
50402 pkg time, const Minute = 60000000000
50403 pkg time, const Monday = 1
50404 pkg time, const Nanosecond = 1
50405 pkg time, const November = 11
50406 pkg time, const October = 10
50407 pkg time, const RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
50408 pkg time, const RFC1123Z = "Mon, 02 Jan 2006 15:04:05 -0700"
50409 pkg time, const RFC3339 = "2006-01-02T15:04:05Z07:00"
50410 pkg time, const RFC3339Nano = "2006-01-02T15:04:05.999999999Z07:00"
50411 pkg time, const RFC822 = "02 Jan 06 15:04 MST"
50412 pkg time, const RFC822Z = "02 Jan 06 15:04 -0700"
50413 pkg time, const RFC850 = "Monday, 02-Jan-06 15:04:05 MST"
50414 pkg time, const RubyDate = "Mon Jan 02 15:04:05 -0700 2006"
50415 pkg time, const Saturday = 6
50416 pkg time, const Second = 1000000000
50417 pkg time, const September = 9
50418 pkg time, const Stamp = "Jan _2 15:04:05"
50419 pkg time, const StampMicro = "Jan _2 15:04:05.000000"
50420 pkg time, const StampMilli = "Jan _2 15:04:05.000"
50421 pkg time, const StampNano = "Jan _2 15:04:05.000000000"
50422 pkg time, const Sunday = 0
50423 pkg time, const Thursday = 4
50424 pkg time, const Tuesday = 2
50425 pkg time, const UnixDate = "Mon Jan _2 15:04:05 MST 2006"
50426 pkg time, const Wednesday = 3
50427 pkg time, func ParseInLocation(string, string, *Location) (Time, error)
50428 pkg time, method (*Timer) Reset(Duration) bool
50429 pkg time, method (Time) Round(Duration) Time
50430 pkg time, method (Time) Truncate(Duration) Time
50431 pkg time, method (Time) YearDay() int
50432 pkg unicode, const LowerCase = 1
50433 pkg unicode, const MaxASCII = 127
50434 pkg unicode, const MaxCase = 3
50435 pkg unicode, const MaxLatin1 = 255
50436 pkg unicode, const MaxRune = 1114111
50437 pkg unicode, const ReplacementChar = 65533
50438 pkg unicode, const TitleCase = 2
50439 pkg unicode, const UpperCase = 0
50440 pkg unicode, const UpperLower = 1114112
50441 pkg unicode, const Version = "6.2.0"
50442 pkg unicode, type RangeTable struct, LatinOffset int
50443 pkg unicode, var Chakma *RangeTable
50444 pkg unicode, var Meroitic_Cursive *RangeTable
50445 pkg unicode, var Meroitic_Hieroglyphs *RangeTable
50446 pkg unicode, var Miao *RangeTable
50447 pkg unicode, var Sharada *RangeTable
50448 pkg unicode, var Sora_Sompeng *RangeTable
50449 pkg unicode, var Takri *RangeTable
50450 pkg unicode/utf8, const MaxRune = 1114111
50451 pkg unicode/utf8, const RuneError = 65533
50452 pkg unicode/utf8, const RuneSelf = 128
50453 pkg unicode/utf8, const UTFMax = 4
50454 pkg unicode/utf8, func ValidRune(int32) bool